From d6c7259169b154a725c8704fd858d5cb8f1308fc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Le=C3=AFla=20Marabese?= Date: Thu, 30 Oct 2025 19:10:13 +0100 Subject: [PATCH 1/2] cassettes ok but uncompressed --- .../k8s/k8s_version_data_source_test.go | 5 +- .../k8s/testdata/acl-basic.cassette.yaml | 8095 +++--- .../testdata/acl-rules-order.cassette.yaml | 3365 ++- .../cluster-auto-upgrade.cassette.yaml | 8704 +++---- .../cluster-autoscaling.cassette.yaml | 3137 +-- .../k8s/testdata/cluster-basic.cassette.yaml | 3517 ++- .../testdata/cluster-multicloud.cassette.yaml | 5566 +++-- .../testdata/cluster-networking.cassette.yaml | 6304 +++-- .../k8s/testdata/cluster-oidc.cassette.yaml | 3137 +-- .../cluster-private-network.cassette.yaml | 4491 ++-- .../cluster-type-change.cassette.yaml | 20585 +++++++++++----- .../data-source-cluster-basic.cassette.yaml | 8009 +++--- .../data-source-pool-basic.cassette.yaml | 10701 ++++---- .../data-source-version-basic.cassette.yaml | 422 +- .../data-source-version-latest.cassette.yaml | 503 +- .../k8s/testdata/pool-basic.cassette.yaml | 12978 ++++++---- .../testdata/pool-kubelet-args.cassette.yaml | 7878 +++--- .../pool-placement-group.cassette.yaml | 19330 ++++++++++----- .../pool-public-ip-disabled.cassette.yaml | 17501 +++++++++---- .../k8s/testdata/pool-size.cassette.yaml | 6332 +++-- .../pool-upgrade-policy.cassette.yaml | 10278 +++++--- .../k8s/testdata/pool-wait.cassette.yaml | 17945 +++++++------- .../k8s/testdata/pool-zone.cassette.yaml | 7379 ++++-- 23 files changed, 110925 insertions(+), 75237 deletions(-) diff --git a/internal/services/k8s/k8s_version_data_source_test.go b/internal/services/k8s/k8s_version_data_source_test.go index 5b1db5c513..2e8bc0e201 100644 --- a/internal/services/k8s/k8s_version_data_source_test.go +++ b/internal/services/k8s/k8s_version_data_source_test.go @@ -36,13 +36,16 @@ func TestAccDataSourceVersion_Basic(t *testing.T) { resource.TestCheckResourceAttr("data.scaleway_k8s_version.by_name", "available_cnis.3", "none"), resource.TestCheckResourceAttr("data.scaleway_k8s_version.by_name", "available_container_runtimes.#", "1"), resource.TestCheckResourceAttr("data.scaleway_k8s_version.by_name", "available_container_runtimes.0", "containerd"), - resource.TestCheckResourceAttr("data.scaleway_k8s_version.by_name", "available_feature_gates.#", "6"), + resource.TestCheckResourceAttr("data.scaleway_k8s_version.by_name", "available_feature_gates.#", "9"), resource.TestCheckResourceAttr("data.scaleway_k8s_version.by_name", "available_feature_gates.0", "HPAScaleToZero"), resource.TestCheckResourceAttr("data.scaleway_k8s_version.by_name", "available_feature_gates.1", "InPlacePodVerticalScaling"), resource.TestCheckResourceAttr("data.scaleway_k8s_version.by_name", "available_feature_gates.2", "SidecarContainers"), resource.TestCheckResourceAttr("data.scaleway_k8s_version.by_name", "available_feature_gates.3", "DRAAdminAccess"), resource.TestCheckResourceAttr("data.scaleway_k8s_version.by_name", "available_feature_gates.4", "DRAResourceClaimDeviceStatus"), resource.TestCheckResourceAttr("data.scaleway_k8s_version.by_name", "available_feature_gates.5", "DynamicResourceAllocation"), + resource.TestCheckResourceAttr("data.scaleway_k8s_version.by_name", "available_feature_gates.6", "PodLevelResources"), + resource.TestCheckResourceAttr("data.scaleway_k8s_version.by_name", "available_feature_gates.7", "CPUManagerPolicyAlphaOptions"), + resource.TestCheckResourceAttr("data.scaleway_k8s_version.by_name", "available_feature_gates.8", "ImageVolume"), ), }, }, diff --git a/internal/services/k8s/testdata/acl-basic.cassette.yaml b/internal/services/k8s/testdata/acl-basic.cassette.yaml index 2d0ca5451f..877145a75c 100644 --- a/internal/services/k8s/testdata/acl-basic.cassette.yaml +++ b/internal/services/k8s/testdata/acl-basic.cassette.yaml @@ -1,4770 +1,3331 @@ --- version: 2 interactions: - - id: 0 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/versions - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 4962 - uncompressed: false - body: '{"versions":[{"available_admission_plugins":["AlwaysPullImages","PodNodeSelector","PodTolerationRestriction"],"available_cnis":["cilium","cilium_native","calico","kilo","none"],"available_container_runtimes":["containerd"],"available_feature_gates":["HPAScaleToZero","CPUManagerPolicyAlphaOptions","ImageVolume"],"available_kubelet_args":{"containerLogMaxFiles":"uint16","containerLogMaxSize":"quantity","cpuCFSQuota":"bool","cpuCFSQuotaPeriod":"duration","cpuManagerPolicy":"enum:none|static","cpuManagerPolicyOptions":"map[string]string","enableDebuggingHandlers":"bool","evictionHard":"map[string]string","evictionMinimumReclaim":"map[string]string","imageGCHighThresholdPercent":"uint32","imageGCLowThresholdPercent":"uint32","maxParallelImagePulls":"int32","maxPods":"uint16","registryBurst":"int32","registryPullQPS":"int32","serializeImagePulls":"bool"},"label":"Kubernetes 1.34.1","name":"1.34.1","region":"fr-par"},{"available_admission_plugins":["AlwaysPullImages","PodNodeSelector","PodTolerationRestriction"],"available_cnis":["cilium","calico","kilo","none"],"available_container_runtimes":["containerd"],"available_feature_gates":["HPAScaleToZero","DRAAdminAccess","DynamicResourceAllocation","PodLevelResources","CPUManagerPolicyAlphaOptions","ImageVolume"],"available_kubelet_args":{"containerLogMaxFiles":"uint16","containerLogMaxSize":"quantity","cpuCFSQuota":"bool","cpuCFSQuotaPeriod":"duration","cpuManagerPolicy":"enum:none|static","cpuManagerPolicyOptions":"map[string]string","enableDebuggingHandlers":"bool","evictionHard":"map[string]string","evictionMinimumReclaim":"map[string]string","imageGCHighThresholdPercent":"uint32","imageGCLowThresholdPercent":"uint32","maxParallelImagePulls":"int32","maxPods":"uint16","registryBurst":"int32","registryPullQPS":"int32","serializeImagePulls":"bool"},"label":"Kubernetes 1.33.4","name":"1.33.4","region":"fr-par"},{"available_admission_plugins":["AlwaysPullImages","PodNodeSelector","PodTolerationRestriction"],"available_cnis":["cilium","calico","kilo","none"],"available_container_runtimes":["containerd"],"available_feature_gates":["HPAScaleToZero","InPlacePodVerticalScaling","SidecarContainers","DRAAdminAccess","DRAResourceClaimDeviceStatus","DynamicResourceAllocation","PodLevelResources","CPUManagerPolicyAlphaOptions","ImageVolume"],"available_kubelet_args":{"containerLogMaxFiles":"uint16","containerLogMaxSize":"quantity","cpuCFSQuota":"bool","cpuCFSQuotaPeriod":"duration","cpuManagerPolicy":"enum:none|static","cpuManagerPolicyOptions":"map[string]string","enableDebuggingHandlers":"bool","evictionHard":"map[string]string","evictionMinimumReclaim":"map[string]string","imageGCHighThresholdPercent":"uint32","imageGCLowThresholdPercent":"uint32","maxParallelImagePulls":"int32","maxPods":"uint16","registryBurst":"int32","registryPullQPS":"int32","serializeImagePulls":"bool"},"label":"Kubernetes 1.32.8","name":"1.32.8","region":"fr-par"},{"available_admission_plugins":["AlwaysPullImages","PodNodeSelector","PodTolerationRestriction"],"available_cnis":["cilium","calico","kilo","none"],"available_container_runtimes":["containerd"],"available_feature_gates":["HPAScaleToZero","InPlacePodVerticalScaling","SidecarContainers","CPUManagerPolicyAlphaOptions","ImageVolume"],"available_kubelet_args":{"containerLogMaxFiles":"uint16","containerLogMaxSize":"quantity","cpuCFSQuota":"bool","cpuCFSQuotaPeriod":"duration","cpuManagerPolicy":"enum:none|static","cpuManagerPolicyOptions":"map[string]string","enableDebuggingHandlers":"bool","evictionHard":"map[string]string","evictionMinimumReclaim":"map[string]string","imageGCHighThresholdPercent":"uint32","imageGCLowThresholdPercent":"uint32","maxParallelImagePulls":"int32","maxPods":"uint16","registryBurst":"int32","registryPullQPS":"int32","serializeImagePulls":"bool"},"label":"Kubernetes 1.31.12","name":"1.31.12","region":"fr-par"},{"available_admission_plugins":["AlwaysPullImages","PodNodeSelector","PodTolerationRestriction"],"available_cnis":["cilium","calico","kilo","none"],"available_container_runtimes":["containerd"],"available_feature_gates":["HPAScaleToZero","SidecarContainers","InPlacePodVerticalScaling","CPUManagerPolicyAlphaOptions"],"available_kubelet_args":{"containerLogMaxFiles":"uint16","containerLogMaxSize":"quantity","cpuCFSQuota":"bool","cpuCFSQuotaPeriod":"duration","cpuManagerPolicy":"enum:none|static","cpuManagerPolicyOptions":"map[string]string","enableDebuggingHandlers":"bool","evictionHard":"map[string]string","evictionMinimumReclaim":"map[string]string","imageGCHighThresholdPercent":"uint32","imageGCLowThresholdPercent":"uint32","maxParallelImagePulls":"int32","maxPods":"uint16","registryBurst":"int32","registryPullQPS":"int32","serializeImagePulls":"bool"},"label":"Kubernetes 1.30.14","name":"1.30.14","region":"fr-par"}]}' - headers: - Content-Length: - - "4962" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:22:53 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - c480838b-3706-4574-8fb4-cec305061405 - status: 200 OK - code: 200 - duration: 149.539208ms - - id: 1 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 112 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: '{"name":"TestAccACL_Basic","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","tags":[],"enable_routing":false}' - form: {} - headers: - Content-Type: - - application/json - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/fr-par/vpcs - method: POST - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 414 - uncompressed: false - body: '{"created_at":"2025-09-30T09:22:54.373281Z","custom_routes_propagation_enabled":true,"id":"8a2b9f2c-d814-4699-9fd2-63ad7f6b31ec","is_default":false,"name":"TestAccACL_Basic","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","private_network_count":0,"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","routing_enabled":true,"tags":[],"updated_at":"2025-09-30T09:22:54.373281Z"}' - headers: - Content-Length: - - "414" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:22:54 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - b9ec332f-9aba-4f72-831b-b82e43d71ff9 - status: 200 OK - code: 200 - duration: 70.888917ms - - id: 2 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/fr-par/vpcs/8a2b9f2c-d814-4699-9fd2-63ad7f6b31ec - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 414 - uncompressed: false - body: '{"created_at":"2025-09-30T09:22:54.373281Z","custom_routes_propagation_enabled":true,"id":"8a2b9f2c-d814-4699-9fd2-63ad7f6b31ec","is_default":false,"name":"TestAccACL_Basic","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","private_network_count":0,"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","routing_enabled":true,"tags":[],"updated_at":"2025-09-30T09:22:54.373281Z"}' - headers: - Content-Length: - - "414" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:22:54 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 8a59be0c-8964-4666-b6f1-1cf212c7fa52 - status: 200 OK - code: 200 - duration: 30.356792ms - - id: 3 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 199 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: '{"name":"tf-pn-flamboyant-boyd","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","tags":[],"subnets":null,"vpc_id":"8a2b9f2c-d814-4699-9fd2-63ad7f6b31ec","default_route_propagation_enabled":false}' - form: {} - headers: - Content-Type: - - application/json - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks - method: POST - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1092 - uncompressed: false - body: '{"created_at":"2025-09-30T09:22:54.493057Z","default_route_propagation_enabled":false,"dhcp_enabled":true,"id":"a8921c95-7b18-4e43-a98d-adb63752c525","name":"tf-pn-flamboyant-boyd","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","subnets":[{"created_at":"2025-09-30T09:22:54.493057Z","id":"0a62a707-bac7-4dbd-97ef-9f64383e7e19","private_network_id":"a8921c95-7b18-4e43-a98d-adb63752c525","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","subnet":"172.17.168.0/22","updated_at":"2025-09-30T09:22:54.493057Z","vpc_id":"8a2b9f2c-d814-4699-9fd2-63ad7f6b31ec"},{"created_at":"2025-09-30T09:22:54.493057Z","id":"5858aff8-0fec-4a2c-ae92-f4d9c2db2678","private_network_id":"a8921c95-7b18-4e43-a98d-adb63752c525","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","subnet":"fd5f:519c:6d46:aa0e::/64","updated_at":"2025-09-30T09:22:54.493057Z","vpc_id":"8a2b9f2c-d814-4699-9fd2-63ad7f6b31ec"}],"tags":[],"updated_at":"2025-09-30T09:22:54.493057Z","vpc_id":"8a2b9f2c-d814-4699-9fd2-63ad7f6b31ec"}' - headers: - Content-Length: - - "1092" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:22:55 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 6c3bbf56-97f7-4122-8758-78f94b5a41d4 - status: 200 OK - code: 200 - duration: 721.618625ms - - id: 4 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks/a8921c95-7b18-4e43-a98d-adb63752c525 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1092 - uncompressed: false - body: '{"created_at":"2025-09-30T09:22:54.493057Z","default_route_propagation_enabled":false,"dhcp_enabled":true,"id":"a8921c95-7b18-4e43-a98d-adb63752c525","name":"tf-pn-flamboyant-boyd","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","subnets":[{"created_at":"2025-09-30T09:22:54.493057Z","id":"0a62a707-bac7-4dbd-97ef-9f64383e7e19","private_network_id":"a8921c95-7b18-4e43-a98d-adb63752c525","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","subnet":"172.17.168.0/22","updated_at":"2025-09-30T09:22:54.493057Z","vpc_id":"8a2b9f2c-d814-4699-9fd2-63ad7f6b31ec"},{"created_at":"2025-09-30T09:22:54.493057Z","id":"5858aff8-0fec-4a2c-ae92-f4d9c2db2678","private_network_id":"a8921c95-7b18-4e43-a98d-adb63752c525","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","subnet":"fd5f:519c:6d46:aa0e::/64","updated_at":"2025-09-30T09:22:54.493057Z","vpc_id":"8a2b9f2c-d814-4699-9fd2-63ad7f6b31ec"}],"tags":[],"updated_at":"2025-09-30T09:22:54.493057Z","vpc_id":"8a2b9f2c-d814-4699-9fd2-63ad7f6b31ec"}' - headers: - Content-Length: - - "1092" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:22:55 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 9650b222-e8c2-4c73-b071-61c997d8d533 - status: 200 OK - code: 200 - duration: 29.548875ms - - id: 5 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 645 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: '{"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","type":"","name":"k8s-acl-basic","description":"","tags":[],"version":"1.34.1","cni":"cilium","pools":null,"autoscaler_config":{"scale_down_disabled":null,"scale_down_delay_after_add":null,"estimator":"unknown_estimator","expander":"unknown_expander","ignore_daemonsets_utilization":null,"balance_similar_node_groups":null,"expendable_pods_priority_cutoff":0,"scale_down_unneeded_time":null,"scale_down_utilization_threshold":null,"max_graceful_termination_sec":0},"feature_gates":[],"admission_plugins":[],"apiserver_cert_sans":[],"private_network_id":"a8921c95-7b18-4e43-a98d-adb63752c525"}' - form: {} - headers: - Content-Type: - - application/json - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters - method: POST - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1546 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://3321a5a6-7268-43a7-952e-8e910f0a8fff.api.k8s.fr-par.scw.cloud:6443","cni":"cilium","commitment_ends_at":"2025-09-30T09:22:55.498157Z","created_at":"2025-09-30T09:22:55.498148Z","description":"","dns_wildcard":"*.3321a5a6-7268-43a7-952e-8e910f0a8fff.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"","id":"3321a5a6-7268-43a7-952e-8e910f0a8fff","name":"k8s-acl-basic","new_images_enabled":false,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"100.64.0.0/15","private_network_id":"a8921c95-7b18-4e43-a98d-adb63752c525","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"10.32.0.0/20","service_dns_ip":"10.32.0.10","status":"creating","tags":[],"type":"kapsule","updated_at":"2025-09-30T09:22:55.498148Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1546" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:22:55 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - b1c62150-743c-4048-8319-371d30993985 - status: 200 OK - code: 200 - duration: 325.67075ms - - id: 6 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/3321a5a6-7268-43a7-952e-8e910f0a8fff - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1510 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://3321a5a6-7268-43a7-952e-8e910f0a8fff.api.k8s.fr-par.scw.cloud:6443","cni":"cilium","commitment_ends_at":"2025-09-30T09:22:55.498157Z","created_at":"2025-09-30T09:22:55.498148Z","description":"","dns_wildcard":"*.3321a5a6-7268-43a7-952e-8e910f0a8fff.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"","id":"3321a5a6-7268-43a7-952e-8e910f0a8fff","name":"k8s-acl-basic","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":"a8921c95-7b18-4e43-a98d-adb63752c525","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"","service_dns_ip":"","status":"creating","tags":[],"type":"kapsule","updated_at":"2025-09-30T09:22:55.498148Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1510" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:22:55 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 5f7a88b9-e119-4a4c-95d9-9d426f6e7f52 - status: 200 OK - code: 200 - duration: 82.922ms - - id: 7 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/3321a5a6-7268-43a7-952e-8e910f0a8fff - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1551 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://3321a5a6-7268-43a7-952e-8e910f0a8fff.api.k8s.fr-par.scw.cloud:6443","cni":"cilium","commitment_ends_at":"2025-09-30T09:22:55.498157Z","created_at":"2025-09-30T09:22:55.498148Z","description":"","dns_wildcard":"*.3321a5a6-7268-43a7-952e-8e910f0a8fff.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"eaac5070-0e70-47a1-8940-b58b2af271cf","id":"3321a5a6-7268-43a7-952e-8e910f0a8fff","name":"k8s-acl-basic","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":"a8921c95-7b18-4e43-a98d-adb63752c525","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"","service_dns_ip":"","status":"pool_required","tags":[],"type":"kapsule","updated_at":"2025-09-30T09:22:55.991131Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1551" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:23:00 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - ea76e646-ca30-4f1e-a599-a9b71ac2334f - status: 200 OK - code: 200 - duration: 88.412958ms - - id: 8 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/3321a5a6-7268-43a7-952e-8e910f0a8fff/pools?order_by=created_at_asc&page=1&status=unknown - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 29 - uncompressed: false - body: '{"pools":[],"total_count":0}' - headers: - Content-Length: - - "29" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:23:00 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 84f8d2bf-71fc-4d31-946d-5a45feead318 - status: 200 OK - code: 200 - duration: 86.020209ms - - id: 9 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/3321a5a6-7268-43a7-952e-8e910f0a8fff - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1551 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://3321a5a6-7268-43a7-952e-8e910f0a8fff.api.k8s.fr-par.scw.cloud:6443","cni":"cilium","commitment_ends_at":"2025-09-30T09:22:55.498157Z","created_at":"2025-09-30T09:22:55.498148Z","description":"","dns_wildcard":"*.3321a5a6-7268-43a7-952e-8e910f0a8fff.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"eaac5070-0e70-47a1-8940-b58b2af271cf","id":"3321a5a6-7268-43a7-952e-8e910f0a8fff","name":"k8s-acl-basic","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":"a8921c95-7b18-4e43-a98d-adb63752c525","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"","service_dns_ip":"","status":"pool_required","tags":[],"type":"kapsule","updated_at":"2025-09-30T09:22:55.991131Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1551" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:23:00 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 503a646c-d658-4738-b693-45a8e6f31128 - status: 200 OK - code: 200 - duration: 78.195541ms - - id: 10 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/3321a5a6-7268-43a7-952e-8e910f0a8fff/kubeconfig - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1642 - uncompressed: false - body: '{"content":"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogIms4cy1hY2wtYmFzaWMiCiAgY2x1c3RlcjoKICAgIGNlcnRpZmljYXRlLWF1dGhvcml0eS1kYXRhOiBMUzB0TFMxQ1JVZEpUaUJEUlZKVVNVWkpRMEZVUlMwdExTMHRDazFKU1VKWGVrTkRRVkZIWjBGM1NVSkJaMGxDUVVSQlMwSm5aM0ZvYTJwUFVGRlJSRUZxUVZaTlVrMTNSVkZaUkZaUlVVUkZkM0J5WkZkS2JHTnROV3dLWkVkV2VrMUNORmhFVkVreFRVUnJlVTlVUVRWTmFra3hUbFp2V0VSVVRURk5SR3Q1VDFSQk5VMXFTVEZPVm05M1JsUkZWRTFDUlVkQk1WVkZRWGhOU3dwaE0xWnBXbGhLZFZwWVVteGpla0phVFVKTlIwSjVjVWRUVFRRNVFXZEZSME5EY1VkVFRUUTVRWGRGU0VFd1NVRkNTMWR2VGpSWWRVSk9jbkJpVERBNUNuWlRZVFJwY0VsUUsyeEJOV2hrZUdNNU56Vk5kMFZzVVNzdlZFSmhUblZRTXpnNUswdFhlRzVvWWxsMVFsbEpiR1I0VUcxSWRrVkNiM1UzYTJoTlV6WUtiemcyWm5vMlpXcFJha0pCVFVFMFIwRXhWV1JFZDBWQ0wzZFJSVUYzU1VOd1JFRlFRbWRPVmtoU1RVSkJaamhGUWxSQlJFRlJTQzlOUWpCSFFURlZaQXBFWjFGWFFrSlVWbk5xTHpkSGFFczJWbEpTV25rMlJVTndXRzFqU0RsR1VuVkVRVXRDWjJkeGFHdHFUMUJSVVVSQlowNUpRVVJDUmtGcFFtSkVkRE1yQ2xaTlZIZHRjazh3ZUdzdk5Wa3pjRlkwWkdGSVlWQjVRVlpYU21sbWN5OU9WalF5V1RoblNXaEJURVJHVjNKM2JIUnBaSFJHT0ZKeVNIRmtjQ3RxWmxRS1drSnpXWFZNZFUxYVRucE9TSHB3TDBWMFFua0tMUzB0TFMxRlRrUWdRMFZTVkVsR1NVTkJWRVV0TFMwdExRbz0KICAgIHNlcnZlcjogaHR0cHM6Ly8zMzIxYTVhNi03MjY4LTQzYTctOTUyZS04ZTkxMGYwYThmZmYuYXBpLms4cy5mci1wYXIuc2N3LmNsb3VkOjY0NDMKY29udGV4dHM6Ci0gbmFtZTogYWRtaW5AazhzLWFjbC1iYXNpYwogIGNvbnRleHQ6CiAgICBjbHVzdGVyOiAiazhzLWFjbC1iYXNpYyIKICAgIHVzZXI6IGs4cy1hY2wtYmFzaWMtYWRtaW4KY3VycmVudC1jb250ZXh0OiBhZG1pbkBrOHMtYWNsLWJhc2ljCmtpbmQ6IENvbmZpZwpwcmVmZXJlbmNlczoge30KdXNlcnM6Ci0gbmFtZTogazhzLWFjbC1iYXNpYy1hZG1pbgogIHVzZXI6CiAgICB0b2tlbjogbHVNNVQxMW55aTUwbkZBb01RYzZHT0NMTEZRS2Y0SmRSaHQ0QWRsZmNhaGx0dExoN3FzSnhUelA=","content_type":"application/octet-stream","name":"kubeconfig"}' - headers: - Content-Length: - - "1642" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:23:00 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - b83db3c1-c80c-4a57-b51a-c7a7d78f2f91 - status: 200 OK - code: 200 - duration: 92.56125ms - - id: 11 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/3321a5a6-7268-43a7-952e-8e910f0a8fff - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1551 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://3321a5a6-7268-43a7-952e-8e910f0a8fff.api.k8s.fr-par.scw.cloud:6443","cni":"cilium","commitment_ends_at":"2025-09-30T09:22:55.498157Z","created_at":"2025-09-30T09:22:55.498148Z","description":"","dns_wildcard":"*.3321a5a6-7268-43a7-952e-8e910f0a8fff.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"eaac5070-0e70-47a1-8940-b58b2af271cf","id":"3321a5a6-7268-43a7-952e-8e910f0a8fff","name":"k8s-acl-basic","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":"a8921c95-7b18-4e43-a98d-adb63752c525","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"","service_dns_ip":"","status":"pool_required","tags":[],"type":"kapsule","updated_at":"2025-09-30T09:22:55.991131Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1551" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:23:01 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 3433a9fe-f1cd-44c9-b5e1-be67f08266e0 - status: 200 OK - code: 200 - duration: 117.719459ms - - id: 12 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 57 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: '{"acls":[{"ip":"1.2.3.4/32","description":"First rule"}]}' - form: {} - headers: - Content-Type: - - application/json - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/3321a5a6-7268-43a7-952e-8e910f0a8fff/acls - method: PUT - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 104 - uncompressed: false - body: '{"rules":[{"description":"First rule","id":"0e8052df-34e4-46bf-bbed-b48a243d49f2","ip":"1.2.3.4/32"}]}' - headers: - Content-Length: - - "104" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:23:01 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - c8f21829-b399-46af-a2e0-5f73fe2d3cb7 - status: 200 OK - code: 200 - duration: 129.189667ms - - id: 13 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/3321a5a6-7268-43a7-952e-8e910f0a8fff - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1546 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://3321a5a6-7268-43a7-952e-8e910f0a8fff.api.k8s.fr-par.scw.cloud:6443","cni":"cilium","commitment_ends_at":"2025-09-30T09:22:55.498157Z","created_at":"2025-09-30T09:22:55.498148Z","description":"","dns_wildcard":"*.3321a5a6-7268-43a7-952e-8e910f0a8fff.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"eaac5070-0e70-47a1-8940-b58b2af271cf","id":"3321a5a6-7268-43a7-952e-8e910f0a8fff","name":"k8s-acl-basic","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":"a8921c95-7b18-4e43-a98d-adb63752c525","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"","service_dns_ip":"","status":"updating","tags":[],"type":"kapsule","updated_at":"2025-09-30T09:23:01.194010Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1546" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:23:01 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 77713c1f-b562-4608-80c4-f0a5d6f41466 - status: 200 OK - code: 200 - duration: 94.063625ms - - id: 14 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/3321a5a6-7268-43a7-952e-8e910f0a8fff - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1543 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://3321a5a6-7268-43a7-952e-8e910f0a8fff.api.k8s.fr-par.scw.cloud:6443","cni":"cilium","commitment_ends_at":"2025-09-30T09:22:55.498157Z","created_at":"2025-09-30T09:22:55.498148Z","description":"","dns_wildcard":"*.3321a5a6-7268-43a7-952e-8e910f0a8fff.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"eaac5070-0e70-47a1-8940-b58b2af271cf","id":"3321a5a6-7268-43a7-952e-8e910f0a8fff","name":"k8s-acl-basic","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":"a8921c95-7b18-4e43-a98d-adb63752c525","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"","service_dns_ip":"","status":"ready","tags":[],"type":"kapsule","updated_at":"2025-09-30T09:23:01.243728Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1543" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:23:06 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - a875f8dc-53b3-4333-a044-eafc915393a4 - status: 200 OK - code: 200 - duration: 83.949959ms - - id: 15 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/3321a5a6-7268-43a7-952e-8e910f0a8fff/acls - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 121 - uncompressed: false - body: '{"rules":[{"description":"First rule","id":"0e8052df-34e4-46bf-bbed-b48a243d49f2","ip":"1.2.3.4/32"}],"total_count":1}' - headers: - Content-Length: - - "121" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:23:06 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 89277ee7-f657-4b74-8fc8-f7bf8b776535 - status: 200 OK - code: 200 - duration: 100.690208ms - - id: 16 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/fr-par/vpcs/8a2b9f2c-d814-4699-9fd2-63ad7f6b31ec - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 414 - uncompressed: false - body: '{"created_at":"2025-09-30T09:22:54.373281Z","custom_routes_propagation_enabled":true,"id":"8a2b9f2c-d814-4699-9fd2-63ad7f6b31ec","is_default":false,"name":"TestAccACL_Basic","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","private_network_count":1,"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","routing_enabled":true,"tags":[],"updated_at":"2025-09-30T09:22:54.373281Z"}' - headers: - Content-Length: - - "414" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:23:06 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 5f30dada-e427-44bf-99de-c6fb0d539291 - status: 200 OK - code: 200 - duration: 27.166709ms - - id: 17 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks/a8921c95-7b18-4e43-a98d-adb63752c525 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1092 - uncompressed: false - body: '{"created_at":"2025-09-30T09:22:54.493057Z","default_route_propagation_enabled":false,"dhcp_enabled":true,"id":"a8921c95-7b18-4e43-a98d-adb63752c525","name":"tf-pn-flamboyant-boyd","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","subnets":[{"created_at":"2025-09-30T09:22:54.493057Z","id":"0a62a707-bac7-4dbd-97ef-9f64383e7e19","private_network_id":"a8921c95-7b18-4e43-a98d-adb63752c525","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","subnet":"172.17.168.0/22","updated_at":"2025-09-30T09:22:54.493057Z","vpc_id":"8a2b9f2c-d814-4699-9fd2-63ad7f6b31ec"},{"created_at":"2025-09-30T09:22:54.493057Z","id":"5858aff8-0fec-4a2c-ae92-f4d9c2db2678","private_network_id":"a8921c95-7b18-4e43-a98d-adb63752c525","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","subnet":"fd5f:519c:6d46:aa0e::/64","updated_at":"2025-09-30T09:22:54.493057Z","vpc_id":"8a2b9f2c-d814-4699-9fd2-63ad7f6b31ec"}],"tags":[],"updated_at":"2025-09-30T09:22:54.493057Z","vpc_id":"8a2b9f2c-d814-4699-9fd2-63ad7f6b31ec"}' - headers: - Content-Length: - - "1092" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:23:06 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 3d0ba794-0023-4a60-9dff-06027396d250 - status: 200 OK - code: 200 - duration: 28.337292ms - - id: 18 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/3321a5a6-7268-43a7-952e-8e910f0a8fff - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1543 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://3321a5a6-7268-43a7-952e-8e910f0a8fff.api.k8s.fr-par.scw.cloud:6443","cni":"cilium","commitment_ends_at":"2025-09-30T09:22:55.498157Z","created_at":"2025-09-30T09:22:55.498148Z","description":"","dns_wildcard":"*.3321a5a6-7268-43a7-952e-8e910f0a8fff.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"eaac5070-0e70-47a1-8940-b58b2af271cf","id":"3321a5a6-7268-43a7-952e-8e910f0a8fff","name":"k8s-acl-basic","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":"a8921c95-7b18-4e43-a98d-adb63752c525","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"","service_dns_ip":"","status":"ready","tags":[],"type":"kapsule","updated_at":"2025-09-30T09:23:01.243728Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1543" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:23:07 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 30b8f7e7-c727-4d7b-a83b-f0c99924086e - status: 200 OK - code: 200 - duration: 74.363792ms - - id: 19 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/3321a5a6-7268-43a7-952e-8e910f0a8fff/kubeconfig - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1642 - uncompressed: false - body: '{"content":"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogIms4cy1hY2wtYmFzaWMiCiAgY2x1c3RlcjoKICAgIGNlcnRpZmljYXRlLWF1dGhvcml0eS1kYXRhOiBMUzB0TFMxQ1JVZEpUaUJEUlZKVVNVWkpRMEZVUlMwdExTMHRDazFKU1VKWGVrTkRRVkZIWjBGM1NVSkJaMGxDUVVSQlMwSm5aM0ZvYTJwUFVGRlJSRUZxUVZaTlVrMTNSVkZaUkZaUlVVUkZkM0J5WkZkS2JHTnROV3dLWkVkV2VrMUNORmhFVkVreFRVUnJlVTlVUVRWTmFra3hUbFp2V0VSVVRURk5SR3Q1VDFSQk5VMXFTVEZPVm05M1JsUkZWRTFDUlVkQk1WVkZRWGhOU3dwaE0xWnBXbGhLZFZwWVVteGpla0phVFVKTlIwSjVjVWRUVFRRNVFXZEZSME5EY1VkVFRUUTVRWGRGU0VFd1NVRkNTMWR2VGpSWWRVSk9jbkJpVERBNUNuWlRZVFJwY0VsUUsyeEJOV2hrZUdNNU56Vk5kMFZzVVNzdlZFSmhUblZRTXpnNUswdFhlRzVvWWxsMVFsbEpiR1I0VUcxSWRrVkNiM1UzYTJoTlV6WUtiemcyWm5vMlpXcFJha0pCVFVFMFIwRXhWV1JFZDBWQ0wzZFJSVUYzU1VOd1JFRlFRbWRPVmtoU1RVSkJaamhGUWxSQlJFRlJTQzlOUWpCSFFURlZaQXBFWjFGWFFrSlVWbk5xTHpkSGFFczJWbEpTV25rMlJVTndXRzFqU0RsR1VuVkVRVXRDWjJkeGFHdHFUMUJSVVVSQlowNUpRVVJDUmtGcFFtSkVkRE1yQ2xaTlZIZHRjazh3ZUdzdk5Wa3pjRlkwWkdGSVlWQjVRVlpYU21sbWN5OU9WalF5V1RoblNXaEJURVJHVjNKM2JIUnBaSFJHT0ZKeVNIRmtjQ3RxWmxRS1drSnpXWFZNZFUxYVRucE9TSHB3TDBWMFFua0tMUzB0TFMxRlRrUWdRMFZTVkVsR1NVTkJWRVV0TFMwdExRbz0KICAgIHNlcnZlcjogaHR0cHM6Ly8zMzIxYTVhNi03MjY4LTQzYTctOTUyZS04ZTkxMGYwYThmZmYuYXBpLms4cy5mci1wYXIuc2N3LmNsb3VkOjY0NDMKY29udGV4dHM6Ci0gbmFtZTogYWRtaW5AazhzLWFjbC1iYXNpYwogIGNvbnRleHQ6CiAgICBjbHVzdGVyOiAiazhzLWFjbC1iYXNpYyIKICAgIHVzZXI6IGs4cy1hY2wtYmFzaWMtYWRtaW4KY3VycmVudC1jb250ZXh0OiBhZG1pbkBrOHMtYWNsLWJhc2ljCmtpbmQ6IENvbmZpZwpwcmVmZXJlbmNlczoge30KdXNlcnM6Ci0gbmFtZTogazhzLWFjbC1iYXNpYy1hZG1pbgogIHVzZXI6CiAgICB0b2tlbjogbHVNNVQxMW55aTUwbkZBb01RYzZHT0NMTEZRS2Y0SmRSaHQ0QWRsZmNhaGx0dExoN3FzSnhUelA=","content_type":"application/octet-stream","name":"kubeconfig"}' - headers: - Content-Length: - - "1642" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:23:07 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 59c5938c-5f8c-4faa-9705-8aae7c411669 - status: 200 OK - code: 200 - duration: 105.253ms - - id: 20 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/3321a5a6-7268-43a7-952e-8e910f0a8fff - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1543 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://3321a5a6-7268-43a7-952e-8e910f0a8fff.api.k8s.fr-par.scw.cloud:6443","cni":"cilium","commitment_ends_at":"2025-09-30T09:22:55.498157Z","created_at":"2025-09-30T09:22:55.498148Z","description":"","dns_wildcard":"*.3321a5a6-7268-43a7-952e-8e910f0a8fff.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"eaac5070-0e70-47a1-8940-b58b2af271cf","id":"3321a5a6-7268-43a7-952e-8e910f0a8fff","name":"k8s-acl-basic","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":"a8921c95-7b18-4e43-a98d-adb63752c525","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"","service_dns_ip":"","status":"ready","tags":[],"type":"kapsule","updated_at":"2025-09-30T09:23:01.243728Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1543" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:23:07 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - d0eeee8a-b317-4ef3-8a96-062a17355ea3 - status: 200 OK - code: 200 - duration: 72.037625ms - - id: 21 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/3321a5a6-7268-43a7-952e-8e910f0a8fff/acls - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 121 - uncompressed: false - body: '{"rules":[{"description":"First rule","id":"0e8052df-34e4-46bf-bbed-b48a243d49f2","ip":"1.2.3.4/32"}],"total_count":1}' - headers: - Content-Length: - - "121" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:23:07 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - c53f242d-8d11-4eaa-94be-5fb21d6ec04a - status: 200 OK - code: 200 - duration: 94.833ms - - id: 22 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/fr-par/vpcs/8a2b9f2c-d814-4699-9fd2-63ad7f6b31ec - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 414 - uncompressed: false - body: '{"created_at":"2025-09-30T09:22:54.373281Z","custom_routes_propagation_enabled":true,"id":"8a2b9f2c-d814-4699-9fd2-63ad7f6b31ec","is_default":false,"name":"TestAccACL_Basic","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","private_network_count":1,"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","routing_enabled":true,"tags":[],"updated_at":"2025-09-30T09:22:54.373281Z"}' - headers: - Content-Length: - - "414" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:23:07 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - db1b4a5d-52e7-40ea-ba0f-1e15d3fad3f4 - status: 200 OK - code: 200 - duration: 27.183208ms - - id: 23 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks/a8921c95-7b18-4e43-a98d-adb63752c525 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1092 - uncompressed: false - body: '{"created_at":"2025-09-30T09:22:54.493057Z","default_route_propagation_enabled":false,"dhcp_enabled":true,"id":"a8921c95-7b18-4e43-a98d-adb63752c525","name":"tf-pn-flamboyant-boyd","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","subnets":[{"created_at":"2025-09-30T09:22:54.493057Z","id":"0a62a707-bac7-4dbd-97ef-9f64383e7e19","private_network_id":"a8921c95-7b18-4e43-a98d-adb63752c525","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","subnet":"172.17.168.0/22","updated_at":"2025-09-30T09:22:54.493057Z","vpc_id":"8a2b9f2c-d814-4699-9fd2-63ad7f6b31ec"},{"created_at":"2025-09-30T09:22:54.493057Z","id":"5858aff8-0fec-4a2c-ae92-f4d9c2db2678","private_network_id":"a8921c95-7b18-4e43-a98d-adb63752c525","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","subnet":"fd5f:519c:6d46:aa0e::/64","updated_at":"2025-09-30T09:22:54.493057Z","vpc_id":"8a2b9f2c-d814-4699-9fd2-63ad7f6b31ec"}],"tags":[],"updated_at":"2025-09-30T09:22:54.493057Z","vpc_id":"8a2b9f2c-d814-4699-9fd2-63ad7f6b31ec"}' - headers: - Content-Length: - - "1092" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:23:07 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 0faf7337-8cf7-47d3-9131-3f6055e2b30d - status: 200 OK - code: 200 - duration: 30.911125ms - - id: 24 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/3321a5a6-7268-43a7-952e-8e910f0a8fff - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1543 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://3321a5a6-7268-43a7-952e-8e910f0a8fff.api.k8s.fr-par.scw.cloud:6443","cni":"cilium","commitment_ends_at":"2025-09-30T09:22:55.498157Z","created_at":"2025-09-30T09:22:55.498148Z","description":"","dns_wildcard":"*.3321a5a6-7268-43a7-952e-8e910f0a8fff.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"eaac5070-0e70-47a1-8940-b58b2af271cf","id":"3321a5a6-7268-43a7-952e-8e910f0a8fff","name":"k8s-acl-basic","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":"a8921c95-7b18-4e43-a98d-adb63752c525","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"","service_dns_ip":"","status":"ready","tags":[],"type":"kapsule","updated_at":"2025-09-30T09:23:01.243728Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1543" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:23:07 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 2bbab811-f4b7-4138-af10-69f559f5694c - status: 200 OK - code: 200 - duration: 84.967583ms - - id: 25 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/3321a5a6-7268-43a7-952e-8e910f0a8fff/kubeconfig - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1642 - uncompressed: false - body: '{"content":"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogIms4cy1hY2wtYmFzaWMiCiAgY2x1c3RlcjoKICAgIGNlcnRpZmljYXRlLWF1dGhvcml0eS1kYXRhOiBMUzB0TFMxQ1JVZEpUaUJEUlZKVVNVWkpRMEZVUlMwdExTMHRDazFKU1VKWGVrTkRRVkZIWjBGM1NVSkJaMGxDUVVSQlMwSm5aM0ZvYTJwUFVGRlJSRUZxUVZaTlVrMTNSVkZaUkZaUlVVUkZkM0J5WkZkS2JHTnROV3dLWkVkV2VrMUNORmhFVkVreFRVUnJlVTlVUVRWTmFra3hUbFp2V0VSVVRURk5SR3Q1VDFSQk5VMXFTVEZPVm05M1JsUkZWRTFDUlVkQk1WVkZRWGhOU3dwaE0xWnBXbGhLZFZwWVVteGpla0phVFVKTlIwSjVjVWRUVFRRNVFXZEZSME5EY1VkVFRUUTVRWGRGU0VFd1NVRkNTMWR2VGpSWWRVSk9jbkJpVERBNUNuWlRZVFJwY0VsUUsyeEJOV2hrZUdNNU56Vk5kMFZzVVNzdlZFSmhUblZRTXpnNUswdFhlRzVvWWxsMVFsbEpiR1I0VUcxSWRrVkNiM1UzYTJoTlV6WUtiemcyWm5vMlpXcFJha0pCVFVFMFIwRXhWV1JFZDBWQ0wzZFJSVUYzU1VOd1JFRlFRbWRPVmtoU1RVSkJaamhGUWxSQlJFRlJTQzlOUWpCSFFURlZaQXBFWjFGWFFrSlVWbk5xTHpkSGFFczJWbEpTV25rMlJVTndXRzFqU0RsR1VuVkVRVXRDWjJkeGFHdHFUMUJSVVVSQlowNUpRVVJDUmtGcFFtSkVkRE1yQ2xaTlZIZHRjazh3ZUdzdk5Wa3pjRlkwWkdGSVlWQjVRVlpYU21sbWN5OU9WalF5V1RoblNXaEJURVJHVjNKM2JIUnBaSFJHT0ZKeVNIRmtjQ3RxWmxRS1drSnpXWFZNZFUxYVRucE9TSHB3TDBWMFFua0tMUzB0TFMxRlRrUWdRMFZTVkVsR1NVTkJWRVV0TFMwdExRbz0KICAgIHNlcnZlcjogaHR0cHM6Ly8zMzIxYTVhNi03MjY4LTQzYTctOTUyZS04ZTkxMGYwYThmZmYuYXBpLms4cy5mci1wYXIuc2N3LmNsb3VkOjY0NDMKY29udGV4dHM6Ci0gbmFtZTogYWRtaW5AazhzLWFjbC1iYXNpYwogIGNvbnRleHQ6CiAgICBjbHVzdGVyOiAiazhzLWFjbC1iYXNpYyIKICAgIHVzZXI6IGs4cy1hY2wtYmFzaWMtYWRtaW4KY3VycmVudC1jb250ZXh0OiBhZG1pbkBrOHMtYWNsLWJhc2ljCmtpbmQ6IENvbmZpZwpwcmVmZXJlbmNlczoge30KdXNlcnM6Ci0gbmFtZTogazhzLWFjbC1iYXNpYy1hZG1pbgogIHVzZXI6CiAgICB0b2tlbjogbHVNNVQxMW55aTUwbkZBb01RYzZHT0NMTEZRS2Y0SmRSaHQ0QWRsZmNhaGx0dExoN3FzSnhUelA=","content_type":"application/octet-stream","name":"kubeconfig"}' - headers: - Content-Length: - - "1642" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:23:07 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 8854c554-6b5e-426c-b897-70d60ba4c735 - status: 200 OK - code: 200 - duration: 101.440334ms - - id: 26 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/3321a5a6-7268-43a7-952e-8e910f0a8fff - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1543 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://3321a5a6-7268-43a7-952e-8e910f0a8fff.api.k8s.fr-par.scw.cloud:6443","cni":"cilium","commitment_ends_at":"2025-09-30T09:22:55.498157Z","created_at":"2025-09-30T09:22:55.498148Z","description":"","dns_wildcard":"*.3321a5a6-7268-43a7-952e-8e910f0a8fff.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"eaac5070-0e70-47a1-8940-b58b2af271cf","id":"3321a5a6-7268-43a7-952e-8e910f0a8fff","name":"k8s-acl-basic","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":"a8921c95-7b18-4e43-a98d-adb63752c525","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"","service_dns_ip":"","status":"ready","tags":[],"type":"kapsule","updated_at":"2025-09-30T09:23:01.243728Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1543" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:23:07 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 7cd7cf05-2dd4-40f1-9fa7-3a385a1e7c92 - status: 200 OK - code: 200 - duration: 75.850875ms - - id: 27 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/3321a5a6-7268-43a7-952e-8e910f0a8fff/acls - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 121 - uncompressed: false - body: '{"rules":[{"description":"First rule","id":"0e8052df-34e4-46bf-bbed-b48a243d49f2","ip":"1.2.3.4/32"}],"total_count":1}' - headers: - Content-Length: - - "121" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:23:07 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 2502cc46-5a05-4fcd-a5d3-ca62b3df2c05 - status: 200 OK - code: 200 - duration: 90.155042ms - - id: 28 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/3321a5a6-7268-43a7-952e-8e910f0a8fff - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1543 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://3321a5a6-7268-43a7-952e-8e910f0a8fff.api.k8s.fr-par.scw.cloud:6443","cni":"cilium","commitment_ends_at":"2025-09-30T09:22:55.498157Z","created_at":"2025-09-30T09:22:55.498148Z","description":"","dns_wildcard":"*.3321a5a6-7268-43a7-952e-8e910f0a8fff.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"eaac5070-0e70-47a1-8940-b58b2af271cf","id":"3321a5a6-7268-43a7-952e-8e910f0a8fff","name":"k8s-acl-basic","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":"a8921c95-7b18-4e43-a98d-adb63752c525","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"","service_dns_ip":"","status":"ready","tags":[],"type":"kapsule","updated_at":"2025-09-30T09:23:01.243728Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1543" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:23:08 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 33286264-65fe-42e1-ae36-f364ca888fb7 - status: 200 OK - code: 200 - duration: 100.105417ms - - id: 29 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 84 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: '{"acls":[{"ip":"1.2.3.4/32","description":""},{"ip":"5.6.7.0/30","description":""}]}' - form: {} - headers: - Content-Type: - - application/json - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/3321a5a6-7268-43a7-952e-8e910f0a8fff/acls - method: PUT - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 178 - uncompressed: false - body: '{"rules":[{"description":"","id":"a4400403-bfc4-46c2-ac39-952241690302","ip":"1.2.3.4/32"},{"description":"","id":"0c3dff03-dc5c-4c3a-aea8-6203d39e28bd","ip":"5.6.7.0/30"}]}' - headers: - Content-Length: - - "178" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:23:08 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 8a32d517-15e4-414d-b862-38f1a3889ea0 - status: 200 OK - code: 200 - duration: 94.82375ms - - id: 30 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/3321a5a6-7268-43a7-952e-8e910f0a8fff - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1546 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://3321a5a6-7268-43a7-952e-8e910f0a8fff.api.k8s.fr-par.scw.cloud:6443","cni":"cilium","commitment_ends_at":"2025-09-30T09:22:55.498157Z","created_at":"2025-09-30T09:22:55.498148Z","description":"","dns_wildcard":"*.3321a5a6-7268-43a7-952e-8e910f0a8fff.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"eaac5070-0e70-47a1-8940-b58b2af271cf","id":"3321a5a6-7268-43a7-952e-8e910f0a8fff","name":"k8s-acl-basic","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":"a8921c95-7b18-4e43-a98d-adb63752c525","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"","service_dns_ip":"","status":"updating","tags":[],"type":"kapsule","updated_at":"2025-09-30T09:23:08.266667Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1546" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:23:08 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 91caa4cb-df1e-499b-ab0e-be70bb7c2bed - status: 200 OK - code: 200 - duration: 89.489958ms - - id: 31 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/3321a5a6-7268-43a7-952e-8e910f0a8fff - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1543 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://3321a5a6-7268-43a7-952e-8e910f0a8fff.api.k8s.fr-par.scw.cloud:6443","cni":"cilium","commitment_ends_at":"2025-09-30T09:22:55.498157Z","created_at":"2025-09-30T09:22:55.498148Z","description":"","dns_wildcard":"*.3321a5a6-7268-43a7-952e-8e910f0a8fff.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"eaac5070-0e70-47a1-8940-b58b2af271cf","id":"3321a5a6-7268-43a7-952e-8e910f0a8fff","name":"k8s-acl-basic","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":"a8921c95-7b18-4e43-a98d-adb63752c525","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"","service_dns_ip":"","status":"ready","tags":[],"type":"kapsule","updated_at":"2025-09-30T09:23:08.384384Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1543" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:23:13 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - a008238b-7303-4cca-81db-648f8ceeb7fb - status: 200 OK - code: 200 - duration: 94.036042ms - - id: 32 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/3321a5a6-7268-43a7-952e-8e910f0a8fff/acls - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 195 - uncompressed: false - body: '{"rules":[{"description":"","id":"a4400403-bfc4-46c2-ac39-952241690302","ip":"1.2.3.4/32"},{"description":"","id":"0c3dff03-dc5c-4c3a-aea8-6203d39e28bd","ip":"5.6.7.0/30"}],"total_count":2}' - headers: - Content-Length: - - "195" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:23:13 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 2c0c9dcb-7fd7-482f-9f50-7d1b9062bd5e - status: 200 OK - code: 200 - duration: 94.057458ms - - id: 33 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/fr-par/vpcs/8a2b9f2c-d814-4699-9fd2-63ad7f6b31ec - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 414 - uncompressed: false - body: '{"created_at":"2025-09-30T09:22:54.373281Z","custom_routes_propagation_enabled":true,"id":"8a2b9f2c-d814-4699-9fd2-63ad7f6b31ec","is_default":false,"name":"TestAccACL_Basic","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","private_network_count":1,"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","routing_enabled":true,"tags":[],"updated_at":"2025-09-30T09:22:54.373281Z"}' - headers: - Content-Length: - - "414" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:23:13 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 99bd800e-c0a6-45c1-b1ae-dbe2bbac8337 - status: 200 OK - code: 200 - duration: 33.919584ms - - id: 34 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks/a8921c95-7b18-4e43-a98d-adb63752c525 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1092 - uncompressed: false - body: '{"created_at":"2025-09-30T09:22:54.493057Z","default_route_propagation_enabled":false,"dhcp_enabled":true,"id":"a8921c95-7b18-4e43-a98d-adb63752c525","name":"tf-pn-flamboyant-boyd","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","subnets":[{"created_at":"2025-09-30T09:22:54.493057Z","id":"0a62a707-bac7-4dbd-97ef-9f64383e7e19","private_network_id":"a8921c95-7b18-4e43-a98d-adb63752c525","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","subnet":"172.17.168.0/22","updated_at":"2025-09-30T09:22:54.493057Z","vpc_id":"8a2b9f2c-d814-4699-9fd2-63ad7f6b31ec"},{"created_at":"2025-09-30T09:22:54.493057Z","id":"5858aff8-0fec-4a2c-ae92-f4d9c2db2678","private_network_id":"a8921c95-7b18-4e43-a98d-adb63752c525","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","subnet":"fd5f:519c:6d46:aa0e::/64","updated_at":"2025-09-30T09:22:54.493057Z","vpc_id":"8a2b9f2c-d814-4699-9fd2-63ad7f6b31ec"}],"tags":[],"updated_at":"2025-09-30T09:22:54.493057Z","vpc_id":"8a2b9f2c-d814-4699-9fd2-63ad7f6b31ec"}' - headers: - Content-Length: - - "1092" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:23:13 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - a9e23e35-3164-4617-8fa6-2a07e33a5a80 - status: 200 OK - code: 200 - duration: 25.09125ms - - id: 35 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/3321a5a6-7268-43a7-952e-8e910f0a8fff - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1543 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://3321a5a6-7268-43a7-952e-8e910f0a8fff.api.k8s.fr-par.scw.cloud:6443","cni":"cilium","commitment_ends_at":"2025-09-30T09:22:55.498157Z","created_at":"2025-09-30T09:22:55.498148Z","description":"","dns_wildcard":"*.3321a5a6-7268-43a7-952e-8e910f0a8fff.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"eaac5070-0e70-47a1-8940-b58b2af271cf","id":"3321a5a6-7268-43a7-952e-8e910f0a8fff","name":"k8s-acl-basic","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":"a8921c95-7b18-4e43-a98d-adb63752c525","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"","service_dns_ip":"","status":"ready","tags":[],"type":"kapsule","updated_at":"2025-09-30T09:23:08.384384Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1543" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:23:14 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - f0891a0a-3a8b-42f0-9336-62bc1350809d - status: 200 OK - code: 200 - duration: 81.94025ms - - id: 36 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/3321a5a6-7268-43a7-952e-8e910f0a8fff/kubeconfig - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1642 - uncompressed: false - body: '{"content":"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogIms4cy1hY2wtYmFzaWMiCiAgY2x1c3RlcjoKICAgIGNlcnRpZmljYXRlLWF1dGhvcml0eS1kYXRhOiBMUzB0TFMxQ1JVZEpUaUJEUlZKVVNVWkpRMEZVUlMwdExTMHRDazFKU1VKWGVrTkRRVkZIWjBGM1NVSkJaMGxDUVVSQlMwSm5aM0ZvYTJwUFVGRlJSRUZxUVZaTlVrMTNSVkZaUkZaUlVVUkZkM0J5WkZkS2JHTnROV3dLWkVkV2VrMUNORmhFVkVreFRVUnJlVTlVUVRWTmFra3hUbFp2V0VSVVRURk5SR3Q1VDFSQk5VMXFTVEZPVm05M1JsUkZWRTFDUlVkQk1WVkZRWGhOU3dwaE0xWnBXbGhLZFZwWVVteGpla0phVFVKTlIwSjVjVWRUVFRRNVFXZEZSME5EY1VkVFRUUTVRWGRGU0VFd1NVRkNTMWR2VGpSWWRVSk9jbkJpVERBNUNuWlRZVFJwY0VsUUsyeEJOV2hrZUdNNU56Vk5kMFZzVVNzdlZFSmhUblZRTXpnNUswdFhlRzVvWWxsMVFsbEpiR1I0VUcxSWRrVkNiM1UzYTJoTlV6WUtiemcyWm5vMlpXcFJha0pCVFVFMFIwRXhWV1JFZDBWQ0wzZFJSVUYzU1VOd1JFRlFRbWRPVmtoU1RVSkJaamhGUWxSQlJFRlJTQzlOUWpCSFFURlZaQXBFWjFGWFFrSlVWbk5xTHpkSGFFczJWbEpTV25rMlJVTndXRzFqU0RsR1VuVkVRVXRDWjJkeGFHdHFUMUJSVVVSQlowNUpRVVJDUmtGcFFtSkVkRE1yQ2xaTlZIZHRjazh3ZUdzdk5Wa3pjRlkwWkdGSVlWQjVRVlpYU21sbWN5OU9WalF5V1RoblNXaEJURVJHVjNKM2JIUnBaSFJHT0ZKeVNIRmtjQ3RxWmxRS1drSnpXWFZNZFUxYVRucE9TSHB3TDBWMFFua0tMUzB0TFMxRlRrUWdRMFZTVkVsR1NVTkJWRVV0TFMwdExRbz0KICAgIHNlcnZlcjogaHR0cHM6Ly8zMzIxYTVhNi03MjY4LTQzYTctOTUyZS04ZTkxMGYwYThmZmYuYXBpLms4cy5mci1wYXIuc2N3LmNsb3VkOjY0NDMKY29udGV4dHM6Ci0gbmFtZTogYWRtaW5AazhzLWFjbC1iYXNpYwogIGNvbnRleHQ6CiAgICBjbHVzdGVyOiAiazhzLWFjbC1iYXNpYyIKICAgIHVzZXI6IGs4cy1hY2wtYmFzaWMtYWRtaW4KY3VycmVudC1jb250ZXh0OiBhZG1pbkBrOHMtYWNsLWJhc2ljCmtpbmQ6IENvbmZpZwpwcmVmZXJlbmNlczoge30KdXNlcnM6Ci0gbmFtZTogazhzLWFjbC1iYXNpYy1hZG1pbgogIHVzZXI6CiAgICB0b2tlbjogbHVNNVQxMW55aTUwbkZBb01RYzZHT0NMTEZRS2Y0SmRSaHQ0QWRsZmNhaGx0dExoN3FzSnhUelA=","content_type":"application/octet-stream","name":"kubeconfig"}' - headers: - Content-Length: - - "1642" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:23:14 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 505fc5ef-1e8a-4926-8a5a-bd47206b1505 - status: 200 OK - code: 200 - duration: 83.36925ms - - id: 37 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/3321a5a6-7268-43a7-952e-8e910f0a8fff - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1543 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://3321a5a6-7268-43a7-952e-8e910f0a8fff.api.k8s.fr-par.scw.cloud:6443","cni":"cilium","commitment_ends_at":"2025-09-30T09:22:55.498157Z","created_at":"2025-09-30T09:22:55.498148Z","description":"","dns_wildcard":"*.3321a5a6-7268-43a7-952e-8e910f0a8fff.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"eaac5070-0e70-47a1-8940-b58b2af271cf","id":"3321a5a6-7268-43a7-952e-8e910f0a8fff","name":"k8s-acl-basic","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":"a8921c95-7b18-4e43-a98d-adb63752c525","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"","service_dns_ip":"","status":"ready","tags":[],"type":"kapsule","updated_at":"2025-09-30T09:23:08.384384Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1543" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:23:14 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - d49f993a-c70d-45a0-b766-6c151945c1df - status: 200 OK - code: 200 - duration: 73.202833ms - - id: 38 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/3321a5a6-7268-43a7-952e-8e910f0a8fff/acls - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 195 - uncompressed: false - body: '{"rules":[{"description":"","id":"a4400403-bfc4-46c2-ac39-952241690302","ip":"1.2.3.4/32"},{"description":"","id":"0c3dff03-dc5c-4c3a-aea8-6203d39e28bd","ip":"5.6.7.0/30"}],"total_count":2}' - headers: - Content-Length: - - "195" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:23:14 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 26fee911-b3f9-4285-b543-f0e69bf137e1 - status: 200 OK - code: 200 - duration: 80.412ms - - id: 39 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/fr-par/vpcs/8a2b9f2c-d814-4699-9fd2-63ad7f6b31ec - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 414 - uncompressed: false - body: '{"created_at":"2025-09-30T09:22:54.373281Z","custom_routes_propagation_enabled":true,"id":"8a2b9f2c-d814-4699-9fd2-63ad7f6b31ec","is_default":false,"name":"TestAccACL_Basic","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","private_network_count":1,"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","routing_enabled":true,"tags":[],"updated_at":"2025-09-30T09:22:54.373281Z"}' - headers: - Content-Length: - - "414" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:23:14 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - a5395424-e6e5-413f-bf2f-c489665107fb - status: 200 OK - code: 200 - duration: 26.297292ms - - id: 40 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks/a8921c95-7b18-4e43-a98d-adb63752c525 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1092 - uncompressed: false - body: '{"created_at":"2025-09-30T09:22:54.493057Z","default_route_propagation_enabled":false,"dhcp_enabled":true,"id":"a8921c95-7b18-4e43-a98d-adb63752c525","name":"tf-pn-flamboyant-boyd","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","subnets":[{"created_at":"2025-09-30T09:22:54.493057Z","id":"0a62a707-bac7-4dbd-97ef-9f64383e7e19","private_network_id":"a8921c95-7b18-4e43-a98d-adb63752c525","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","subnet":"172.17.168.0/22","updated_at":"2025-09-30T09:22:54.493057Z","vpc_id":"8a2b9f2c-d814-4699-9fd2-63ad7f6b31ec"},{"created_at":"2025-09-30T09:22:54.493057Z","id":"5858aff8-0fec-4a2c-ae92-f4d9c2db2678","private_network_id":"a8921c95-7b18-4e43-a98d-adb63752c525","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","subnet":"fd5f:519c:6d46:aa0e::/64","updated_at":"2025-09-30T09:22:54.493057Z","vpc_id":"8a2b9f2c-d814-4699-9fd2-63ad7f6b31ec"}],"tags":[],"updated_at":"2025-09-30T09:22:54.493057Z","vpc_id":"8a2b9f2c-d814-4699-9fd2-63ad7f6b31ec"}' - headers: - Content-Length: - - "1092" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:23:14 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 434b889b-aa85-4df3-9e5a-5a58c5b590ab - status: 200 OK - code: 200 - duration: 33.508ms - - id: 41 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/3321a5a6-7268-43a7-952e-8e910f0a8fff - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1543 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://3321a5a6-7268-43a7-952e-8e910f0a8fff.api.k8s.fr-par.scw.cloud:6443","cni":"cilium","commitment_ends_at":"2025-09-30T09:22:55.498157Z","created_at":"2025-09-30T09:22:55.498148Z","description":"","dns_wildcard":"*.3321a5a6-7268-43a7-952e-8e910f0a8fff.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"eaac5070-0e70-47a1-8940-b58b2af271cf","id":"3321a5a6-7268-43a7-952e-8e910f0a8fff","name":"k8s-acl-basic","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":"a8921c95-7b18-4e43-a98d-adb63752c525","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"","service_dns_ip":"","status":"ready","tags":[],"type":"kapsule","updated_at":"2025-09-30T09:23:08.384384Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1543" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:23:14 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 5df9ea7f-dcc0-4ff4-9692-8066fae9775b - status: 200 OK - code: 200 - duration: 95.469709ms - - id: 42 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/3321a5a6-7268-43a7-952e-8e910f0a8fff/kubeconfig - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1642 - uncompressed: false - body: '{"content":"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogIms4cy1hY2wtYmFzaWMiCiAgY2x1c3RlcjoKICAgIGNlcnRpZmljYXRlLWF1dGhvcml0eS1kYXRhOiBMUzB0TFMxQ1JVZEpUaUJEUlZKVVNVWkpRMEZVUlMwdExTMHRDazFKU1VKWGVrTkRRVkZIWjBGM1NVSkJaMGxDUVVSQlMwSm5aM0ZvYTJwUFVGRlJSRUZxUVZaTlVrMTNSVkZaUkZaUlVVUkZkM0J5WkZkS2JHTnROV3dLWkVkV2VrMUNORmhFVkVreFRVUnJlVTlVUVRWTmFra3hUbFp2V0VSVVRURk5SR3Q1VDFSQk5VMXFTVEZPVm05M1JsUkZWRTFDUlVkQk1WVkZRWGhOU3dwaE0xWnBXbGhLZFZwWVVteGpla0phVFVKTlIwSjVjVWRUVFRRNVFXZEZSME5EY1VkVFRUUTVRWGRGU0VFd1NVRkNTMWR2VGpSWWRVSk9jbkJpVERBNUNuWlRZVFJwY0VsUUsyeEJOV2hrZUdNNU56Vk5kMFZzVVNzdlZFSmhUblZRTXpnNUswdFhlRzVvWWxsMVFsbEpiR1I0VUcxSWRrVkNiM1UzYTJoTlV6WUtiemcyWm5vMlpXcFJha0pCVFVFMFIwRXhWV1JFZDBWQ0wzZFJSVUYzU1VOd1JFRlFRbWRPVmtoU1RVSkJaamhGUWxSQlJFRlJTQzlOUWpCSFFURlZaQXBFWjFGWFFrSlVWbk5xTHpkSGFFczJWbEpTV25rMlJVTndXRzFqU0RsR1VuVkVRVXRDWjJkeGFHdHFUMUJSVVVSQlowNUpRVVJDUmtGcFFtSkVkRE1yQ2xaTlZIZHRjazh3ZUdzdk5Wa3pjRlkwWkdGSVlWQjVRVlpYU21sbWN5OU9WalF5V1RoblNXaEJURVJHVjNKM2JIUnBaSFJHT0ZKeVNIRmtjQ3RxWmxRS1drSnpXWFZNZFUxYVRucE9TSHB3TDBWMFFua0tMUzB0TFMxRlRrUWdRMFZTVkVsR1NVTkJWRVV0TFMwdExRbz0KICAgIHNlcnZlcjogaHR0cHM6Ly8zMzIxYTVhNi03MjY4LTQzYTctOTUyZS04ZTkxMGYwYThmZmYuYXBpLms4cy5mci1wYXIuc2N3LmNsb3VkOjY0NDMKY29udGV4dHM6Ci0gbmFtZTogYWRtaW5AazhzLWFjbC1iYXNpYwogIGNvbnRleHQ6CiAgICBjbHVzdGVyOiAiazhzLWFjbC1iYXNpYyIKICAgIHVzZXI6IGs4cy1hY2wtYmFzaWMtYWRtaW4KY3VycmVudC1jb250ZXh0OiBhZG1pbkBrOHMtYWNsLWJhc2ljCmtpbmQ6IENvbmZpZwpwcmVmZXJlbmNlczoge30KdXNlcnM6Ci0gbmFtZTogazhzLWFjbC1iYXNpYy1hZG1pbgogIHVzZXI6CiAgICB0b2tlbjogbHVNNVQxMW55aTUwbkZBb01RYzZHT0NMTEZRS2Y0SmRSaHQ0QWRsZmNhaGx0dExoN3FzSnhUelA=","content_type":"application/octet-stream","name":"kubeconfig"}' - headers: - Content-Length: - - "1642" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:23:14 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 516d09cf-066c-4291-83cf-24a5e5a7dba2 - status: 200 OK - code: 200 - duration: 82.92375ms - - id: 43 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/3321a5a6-7268-43a7-952e-8e910f0a8fff - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1543 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://3321a5a6-7268-43a7-952e-8e910f0a8fff.api.k8s.fr-par.scw.cloud:6443","cni":"cilium","commitment_ends_at":"2025-09-30T09:22:55.498157Z","created_at":"2025-09-30T09:22:55.498148Z","description":"","dns_wildcard":"*.3321a5a6-7268-43a7-952e-8e910f0a8fff.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"eaac5070-0e70-47a1-8940-b58b2af271cf","id":"3321a5a6-7268-43a7-952e-8e910f0a8fff","name":"k8s-acl-basic","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":"a8921c95-7b18-4e43-a98d-adb63752c525","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"","service_dns_ip":"","status":"ready","tags":[],"type":"kapsule","updated_at":"2025-09-30T09:23:08.384384Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1543" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:23:14 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 52fde293-e373-4fc4-897c-f9c85a71f580 - status: 200 OK - code: 200 - duration: 81.076709ms - - id: 44 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/3321a5a6-7268-43a7-952e-8e910f0a8fff/acls - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 195 - uncompressed: false - body: '{"rules":[{"description":"","id":"a4400403-bfc4-46c2-ac39-952241690302","ip":"1.2.3.4/32"},{"description":"","id":"0c3dff03-dc5c-4c3a-aea8-6203d39e28bd","ip":"5.6.7.0/30"}],"total_count":2}' - headers: - Content-Length: - - "195" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:23:14 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 7d45a7cd-3c78-4809-b51a-049c09724a9c - status: 200 OK - code: 200 - duration: 74.483375ms - - id: 45 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/3321a5a6-7268-43a7-952e-8e910f0a8fff - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1543 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://3321a5a6-7268-43a7-952e-8e910f0a8fff.api.k8s.fr-par.scw.cloud:6443","cni":"cilium","commitment_ends_at":"2025-09-30T09:22:55.498157Z","created_at":"2025-09-30T09:22:55.498148Z","description":"","dns_wildcard":"*.3321a5a6-7268-43a7-952e-8e910f0a8fff.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"eaac5070-0e70-47a1-8940-b58b2af271cf","id":"3321a5a6-7268-43a7-952e-8e910f0a8fff","name":"k8s-acl-basic","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":"a8921c95-7b18-4e43-a98d-adb63752c525","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"","service_dns_ip":"","status":"ready","tags":[],"type":"kapsule","updated_at":"2025-09-30T09:23:08.384384Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1543" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:23:15 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 53e33a56-8ef1-4175-98ae-5233cd072086 - status: 200 OK - code: 200 - duration: 91.773583ms - - id: 46 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 119 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: '{"acls":[{"ip":"1.2.3.4/32","description":"First rule"},{"scaleway_ranges":true,"description":"Scaleway ranges rule"}]}' - form: {} - headers: - Content-Type: - - application/json - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/3321a5a6-7268-43a7-952e-8e910f0a8fff/acls - method: PUT - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 213 - uncompressed: false - body: '{"rules":[{"description":"First rule","id":"e47b47f6-af66-40af-a68d-840a7638bc28","ip":"1.2.3.4/32"},{"description":"Scaleway ranges rule","id":"8c0db71d-d695-4a78-acb6-ceddc4e4524d","scaleway_ranges":true}]}' - headers: - Content-Length: - - "213" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:23:15 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 0a3c0f7c-4c69-46df-a4d9-33cf67fe8967 - status: 200 OK - code: 200 - duration: 104.296959ms - - id: 47 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/3321a5a6-7268-43a7-952e-8e910f0a8fff - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1546 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://3321a5a6-7268-43a7-952e-8e910f0a8fff.api.k8s.fr-par.scw.cloud:6443","cni":"cilium","commitment_ends_at":"2025-09-30T09:22:55.498157Z","created_at":"2025-09-30T09:22:55.498148Z","description":"","dns_wildcard":"*.3321a5a6-7268-43a7-952e-8e910f0a8fff.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"eaac5070-0e70-47a1-8940-b58b2af271cf","id":"3321a5a6-7268-43a7-952e-8e910f0a8fff","name":"k8s-acl-basic","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":"a8921c95-7b18-4e43-a98d-adb63752c525","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"","service_dns_ip":"","status":"updating","tags":[],"type":"kapsule","updated_at":"2025-09-30T09:23:15.329205Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1546" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:23:15 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 755d611e-cf7a-429f-8d5b-3683de9dc958 - status: 200 OK - code: 200 - duration: 98.488667ms - - id: 48 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/3321a5a6-7268-43a7-952e-8e910f0a8fff - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1543 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://3321a5a6-7268-43a7-952e-8e910f0a8fff.api.k8s.fr-par.scw.cloud:6443","cni":"cilium","commitment_ends_at":"2025-09-30T09:22:55.498157Z","created_at":"2025-09-30T09:22:55.498148Z","description":"","dns_wildcard":"*.3321a5a6-7268-43a7-952e-8e910f0a8fff.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"eaac5070-0e70-47a1-8940-b58b2af271cf","id":"3321a5a6-7268-43a7-952e-8e910f0a8fff","name":"k8s-acl-basic","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":"a8921c95-7b18-4e43-a98d-adb63752c525","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"","service_dns_ip":"","status":"ready","tags":[],"type":"kapsule","updated_at":"2025-09-30T09:23:15.404753Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1543" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:23:20 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 90bbfea6-b9b4-42f4-a340-a02d26a17dde - status: 200 OK - code: 200 - duration: 90.571375ms - - id: 49 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/3321a5a6-7268-43a7-952e-8e910f0a8fff/acls - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 230 - uncompressed: false - body: '{"rules":[{"description":"First rule","id":"e47b47f6-af66-40af-a68d-840a7638bc28","ip":"1.2.3.4/32"},{"description":"Scaleway ranges rule","id":"8c0db71d-d695-4a78-acb6-ceddc4e4524d","scaleway_ranges":true}],"total_count":2}' - headers: - Content-Length: - - "230" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:23:20 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - cca2746a-6c86-464d-af20-f841cb082aac - status: 200 OK - code: 200 - duration: 86.007709ms - - id: 50 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/fr-par/vpcs/8a2b9f2c-d814-4699-9fd2-63ad7f6b31ec - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 414 - uncompressed: false - body: '{"created_at":"2025-09-30T09:22:54.373281Z","custom_routes_propagation_enabled":true,"id":"8a2b9f2c-d814-4699-9fd2-63ad7f6b31ec","is_default":false,"name":"TestAccACL_Basic","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","private_network_count":1,"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","routing_enabled":true,"tags":[],"updated_at":"2025-09-30T09:22:54.373281Z"}' - headers: - Content-Length: - - "414" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:23:21 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - aa065a5b-df1f-4379-a130-483319b4c2bf - status: 200 OK - code: 200 - duration: 28.783916ms - - id: 51 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks/a8921c95-7b18-4e43-a98d-adb63752c525 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1092 - uncompressed: false - body: '{"created_at":"2025-09-30T09:22:54.493057Z","default_route_propagation_enabled":false,"dhcp_enabled":true,"id":"a8921c95-7b18-4e43-a98d-adb63752c525","name":"tf-pn-flamboyant-boyd","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","subnets":[{"created_at":"2025-09-30T09:22:54.493057Z","id":"0a62a707-bac7-4dbd-97ef-9f64383e7e19","private_network_id":"a8921c95-7b18-4e43-a98d-adb63752c525","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","subnet":"172.17.168.0/22","updated_at":"2025-09-30T09:22:54.493057Z","vpc_id":"8a2b9f2c-d814-4699-9fd2-63ad7f6b31ec"},{"created_at":"2025-09-30T09:22:54.493057Z","id":"5858aff8-0fec-4a2c-ae92-f4d9c2db2678","private_network_id":"a8921c95-7b18-4e43-a98d-adb63752c525","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","subnet":"fd5f:519c:6d46:aa0e::/64","updated_at":"2025-09-30T09:22:54.493057Z","vpc_id":"8a2b9f2c-d814-4699-9fd2-63ad7f6b31ec"}],"tags":[],"updated_at":"2025-09-30T09:22:54.493057Z","vpc_id":"8a2b9f2c-d814-4699-9fd2-63ad7f6b31ec"}' - headers: - Content-Length: - - "1092" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:23:21 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 47078dc8-f0e0-439d-8a24-3d65a818b879 - status: 200 OK - code: 200 - duration: 42.015875ms - - id: 52 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/3321a5a6-7268-43a7-952e-8e910f0a8fff - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1543 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://3321a5a6-7268-43a7-952e-8e910f0a8fff.api.k8s.fr-par.scw.cloud:6443","cni":"cilium","commitment_ends_at":"2025-09-30T09:22:55.498157Z","created_at":"2025-09-30T09:22:55.498148Z","description":"","dns_wildcard":"*.3321a5a6-7268-43a7-952e-8e910f0a8fff.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"eaac5070-0e70-47a1-8940-b58b2af271cf","id":"3321a5a6-7268-43a7-952e-8e910f0a8fff","name":"k8s-acl-basic","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":"a8921c95-7b18-4e43-a98d-adb63752c525","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"","service_dns_ip":"","status":"ready","tags":[],"type":"kapsule","updated_at":"2025-09-30T09:23:15.404753Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1543" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:23:21 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - a7d34d3e-0ff4-4341-9e1c-24b869d84bba - status: 200 OK - code: 200 - duration: 100.981875ms - - id: 53 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/3321a5a6-7268-43a7-952e-8e910f0a8fff/kubeconfig - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1642 - uncompressed: false - body: '{"content":"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogIms4cy1hY2wtYmFzaWMiCiAgY2x1c3RlcjoKICAgIGNlcnRpZmljYXRlLWF1dGhvcml0eS1kYXRhOiBMUzB0TFMxQ1JVZEpUaUJEUlZKVVNVWkpRMEZVUlMwdExTMHRDazFKU1VKWGVrTkRRVkZIWjBGM1NVSkJaMGxDUVVSQlMwSm5aM0ZvYTJwUFVGRlJSRUZxUVZaTlVrMTNSVkZaUkZaUlVVUkZkM0J5WkZkS2JHTnROV3dLWkVkV2VrMUNORmhFVkVreFRVUnJlVTlVUVRWTmFra3hUbFp2V0VSVVRURk5SR3Q1VDFSQk5VMXFTVEZPVm05M1JsUkZWRTFDUlVkQk1WVkZRWGhOU3dwaE0xWnBXbGhLZFZwWVVteGpla0phVFVKTlIwSjVjVWRUVFRRNVFXZEZSME5EY1VkVFRUUTVRWGRGU0VFd1NVRkNTMWR2VGpSWWRVSk9jbkJpVERBNUNuWlRZVFJwY0VsUUsyeEJOV2hrZUdNNU56Vk5kMFZzVVNzdlZFSmhUblZRTXpnNUswdFhlRzVvWWxsMVFsbEpiR1I0VUcxSWRrVkNiM1UzYTJoTlV6WUtiemcyWm5vMlpXcFJha0pCVFVFMFIwRXhWV1JFZDBWQ0wzZFJSVUYzU1VOd1JFRlFRbWRPVmtoU1RVSkJaamhGUWxSQlJFRlJTQzlOUWpCSFFURlZaQXBFWjFGWFFrSlVWbk5xTHpkSGFFczJWbEpTV25rMlJVTndXRzFqU0RsR1VuVkVRVXRDWjJkeGFHdHFUMUJSVVVSQlowNUpRVVJDUmtGcFFtSkVkRE1yQ2xaTlZIZHRjazh3ZUdzdk5Wa3pjRlkwWkdGSVlWQjVRVlpYU21sbWN5OU9WalF5V1RoblNXaEJURVJHVjNKM2JIUnBaSFJHT0ZKeVNIRmtjQ3RxWmxRS1drSnpXWFZNZFUxYVRucE9TSHB3TDBWMFFua0tMUzB0TFMxRlRrUWdRMFZTVkVsR1NVTkJWRVV0TFMwdExRbz0KICAgIHNlcnZlcjogaHR0cHM6Ly8zMzIxYTVhNi03MjY4LTQzYTctOTUyZS04ZTkxMGYwYThmZmYuYXBpLms4cy5mci1wYXIuc2N3LmNsb3VkOjY0NDMKY29udGV4dHM6Ci0gbmFtZTogYWRtaW5AazhzLWFjbC1iYXNpYwogIGNvbnRleHQ6CiAgICBjbHVzdGVyOiAiazhzLWFjbC1iYXNpYyIKICAgIHVzZXI6IGs4cy1hY2wtYmFzaWMtYWRtaW4KY3VycmVudC1jb250ZXh0OiBhZG1pbkBrOHMtYWNsLWJhc2ljCmtpbmQ6IENvbmZpZwpwcmVmZXJlbmNlczoge30KdXNlcnM6Ci0gbmFtZTogazhzLWFjbC1iYXNpYy1hZG1pbgogIHVzZXI6CiAgICB0b2tlbjogbHVNNVQxMW55aTUwbkZBb01RYzZHT0NMTEZRS2Y0SmRSaHQ0QWRsZmNhaGx0dExoN3FzSnhUelA=","content_type":"application/octet-stream","name":"kubeconfig"}' - headers: - Content-Length: - - "1642" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:23:21 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - a8389b94-faf1-4c66-8ea2-2acdaef32036 - status: 200 OK - code: 200 - duration: 93.112292ms - - id: 54 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/3321a5a6-7268-43a7-952e-8e910f0a8fff - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1543 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://3321a5a6-7268-43a7-952e-8e910f0a8fff.api.k8s.fr-par.scw.cloud:6443","cni":"cilium","commitment_ends_at":"2025-09-30T09:22:55.498157Z","created_at":"2025-09-30T09:22:55.498148Z","description":"","dns_wildcard":"*.3321a5a6-7268-43a7-952e-8e910f0a8fff.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"eaac5070-0e70-47a1-8940-b58b2af271cf","id":"3321a5a6-7268-43a7-952e-8e910f0a8fff","name":"k8s-acl-basic","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":"a8921c95-7b18-4e43-a98d-adb63752c525","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"","service_dns_ip":"","status":"ready","tags":[],"type":"kapsule","updated_at":"2025-09-30T09:23:15.404753Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1543" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:23:21 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 4dbeaeb5-17b7-40d4-a108-eb8e0608ca67 - status: 200 OK - code: 200 - duration: 98.036583ms - - id: 55 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/3321a5a6-7268-43a7-952e-8e910f0a8fff/acls - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 230 - uncompressed: false - body: '{"rules":[{"description":"First rule","id":"e47b47f6-af66-40af-a68d-840a7638bc28","ip":"1.2.3.4/32"},{"description":"Scaleway ranges rule","id":"8c0db71d-d695-4a78-acb6-ceddc4e4524d","scaleway_ranges":true}],"total_count":2}' - headers: - Content-Length: - - "230" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:23:21 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 5c037e3d-8809-4f81-bef1-02b1cb2e41c1 - status: 200 OK - code: 200 - duration: 480.480875ms - - id: 56 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/fr-par/vpcs/8a2b9f2c-d814-4699-9fd2-63ad7f6b31ec - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 414 - uncompressed: false - body: '{"created_at":"2025-09-30T09:22:54.373281Z","custom_routes_propagation_enabled":true,"id":"8a2b9f2c-d814-4699-9fd2-63ad7f6b31ec","is_default":false,"name":"TestAccACL_Basic","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","private_network_count":1,"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","routing_enabled":true,"tags":[],"updated_at":"2025-09-30T09:22:54.373281Z"}' - headers: - Content-Length: - - "414" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:23:22 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - ac2c160c-c4b1-4167-9bef-af878e34137b - status: 200 OK - code: 200 - duration: 50.229167ms - - id: 57 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks/a8921c95-7b18-4e43-a98d-adb63752c525 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1092 - uncompressed: false - body: '{"created_at":"2025-09-30T09:22:54.493057Z","default_route_propagation_enabled":false,"dhcp_enabled":true,"id":"a8921c95-7b18-4e43-a98d-adb63752c525","name":"tf-pn-flamboyant-boyd","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","subnets":[{"created_at":"2025-09-30T09:22:54.493057Z","id":"0a62a707-bac7-4dbd-97ef-9f64383e7e19","private_network_id":"a8921c95-7b18-4e43-a98d-adb63752c525","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","subnet":"172.17.168.0/22","updated_at":"2025-09-30T09:22:54.493057Z","vpc_id":"8a2b9f2c-d814-4699-9fd2-63ad7f6b31ec"},{"created_at":"2025-09-30T09:22:54.493057Z","id":"5858aff8-0fec-4a2c-ae92-f4d9c2db2678","private_network_id":"a8921c95-7b18-4e43-a98d-adb63752c525","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","subnet":"fd5f:519c:6d46:aa0e::/64","updated_at":"2025-09-30T09:22:54.493057Z","vpc_id":"8a2b9f2c-d814-4699-9fd2-63ad7f6b31ec"}],"tags":[],"updated_at":"2025-09-30T09:22:54.493057Z","vpc_id":"8a2b9f2c-d814-4699-9fd2-63ad7f6b31ec"}' - headers: - Content-Length: - - "1092" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:23:22 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 94ccaa05-c7e1-4e74-8850-15c5616bed19 - status: 200 OK - code: 200 - duration: 22.610375ms - - id: 58 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/3321a5a6-7268-43a7-952e-8e910f0a8fff - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1543 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://3321a5a6-7268-43a7-952e-8e910f0a8fff.api.k8s.fr-par.scw.cloud:6443","cni":"cilium","commitment_ends_at":"2025-09-30T09:22:55.498157Z","created_at":"2025-09-30T09:22:55.498148Z","description":"","dns_wildcard":"*.3321a5a6-7268-43a7-952e-8e910f0a8fff.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"eaac5070-0e70-47a1-8940-b58b2af271cf","id":"3321a5a6-7268-43a7-952e-8e910f0a8fff","name":"k8s-acl-basic","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":"a8921c95-7b18-4e43-a98d-adb63752c525","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"","service_dns_ip":"","status":"ready","tags":[],"type":"kapsule","updated_at":"2025-09-30T09:23:15.404753Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1543" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:23:22 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 3c727b68-23b3-442d-b862-ff395d02add0 - status: 200 OK - code: 200 - duration: 100.156041ms - - id: 59 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/3321a5a6-7268-43a7-952e-8e910f0a8fff/kubeconfig - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1642 - uncompressed: false - body: '{"content":"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogIms4cy1hY2wtYmFzaWMiCiAgY2x1c3RlcjoKICAgIGNlcnRpZmljYXRlLWF1dGhvcml0eS1kYXRhOiBMUzB0TFMxQ1JVZEpUaUJEUlZKVVNVWkpRMEZVUlMwdExTMHRDazFKU1VKWGVrTkRRVkZIWjBGM1NVSkJaMGxDUVVSQlMwSm5aM0ZvYTJwUFVGRlJSRUZxUVZaTlVrMTNSVkZaUkZaUlVVUkZkM0J5WkZkS2JHTnROV3dLWkVkV2VrMUNORmhFVkVreFRVUnJlVTlVUVRWTmFra3hUbFp2V0VSVVRURk5SR3Q1VDFSQk5VMXFTVEZPVm05M1JsUkZWRTFDUlVkQk1WVkZRWGhOU3dwaE0xWnBXbGhLZFZwWVVteGpla0phVFVKTlIwSjVjVWRUVFRRNVFXZEZSME5EY1VkVFRUUTVRWGRGU0VFd1NVRkNTMWR2VGpSWWRVSk9jbkJpVERBNUNuWlRZVFJwY0VsUUsyeEJOV2hrZUdNNU56Vk5kMFZzVVNzdlZFSmhUblZRTXpnNUswdFhlRzVvWWxsMVFsbEpiR1I0VUcxSWRrVkNiM1UzYTJoTlV6WUtiemcyWm5vMlpXcFJha0pCVFVFMFIwRXhWV1JFZDBWQ0wzZFJSVUYzU1VOd1JFRlFRbWRPVmtoU1RVSkJaamhGUWxSQlJFRlJTQzlOUWpCSFFURlZaQXBFWjFGWFFrSlVWbk5xTHpkSGFFczJWbEpTV25rMlJVTndXRzFqU0RsR1VuVkVRVXRDWjJkeGFHdHFUMUJSVVVSQlowNUpRVVJDUmtGcFFtSkVkRE1yQ2xaTlZIZHRjazh3ZUdzdk5Wa3pjRlkwWkdGSVlWQjVRVlpYU21sbWN5OU9WalF5V1RoblNXaEJURVJHVjNKM2JIUnBaSFJHT0ZKeVNIRmtjQ3RxWmxRS1drSnpXWFZNZFUxYVRucE9TSHB3TDBWMFFua0tMUzB0TFMxRlRrUWdRMFZTVkVsR1NVTkJWRVV0TFMwdExRbz0KICAgIHNlcnZlcjogaHR0cHM6Ly8zMzIxYTVhNi03MjY4LTQzYTctOTUyZS04ZTkxMGYwYThmZmYuYXBpLms4cy5mci1wYXIuc2N3LmNsb3VkOjY0NDMKY29udGV4dHM6Ci0gbmFtZTogYWRtaW5AazhzLWFjbC1iYXNpYwogIGNvbnRleHQ6CiAgICBjbHVzdGVyOiAiazhzLWFjbC1iYXNpYyIKICAgIHVzZXI6IGs4cy1hY2wtYmFzaWMtYWRtaW4KY3VycmVudC1jb250ZXh0OiBhZG1pbkBrOHMtYWNsLWJhc2ljCmtpbmQ6IENvbmZpZwpwcmVmZXJlbmNlczoge30KdXNlcnM6Ci0gbmFtZTogazhzLWFjbC1iYXNpYy1hZG1pbgogIHVzZXI6CiAgICB0b2tlbjogbHVNNVQxMW55aTUwbkZBb01RYzZHT0NMTEZRS2Y0SmRSaHQ0QWRsZmNhaGx0dExoN3FzSnhUelA=","content_type":"application/octet-stream","name":"kubeconfig"}' - headers: - Content-Length: - - "1642" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:23:22 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - bc16f157-0d1e-4772-a9b9-c6944147500f - status: 200 OK - code: 200 - duration: 98.564ms - - id: 60 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/3321a5a6-7268-43a7-952e-8e910f0a8fff - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1543 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://3321a5a6-7268-43a7-952e-8e910f0a8fff.api.k8s.fr-par.scw.cloud:6443","cni":"cilium","commitment_ends_at":"2025-09-30T09:22:55.498157Z","created_at":"2025-09-30T09:22:55.498148Z","description":"","dns_wildcard":"*.3321a5a6-7268-43a7-952e-8e910f0a8fff.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"eaac5070-0e70-47a1-8940-b58b2af271cf","id":"3321a5a6-7268-43a7-952e-8e910f0a8fff","name":"k8s-acl-basic","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":"a8921c95-7b18-4e43-a98d-adb63752c525","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"","service_dns_ip":"","status":"ready","tags":[],"type":"kapsule","updated_at":"2025-09-30T09:23:15.404753Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1543" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:23:22 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 9645308a-d50e-491f-aec2-983f67697eaf - status: 200 OK - code: 200 - duration: 80.139708ms - - id: 61 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/3321a5a6-7268-43a7-952e-8e910f0a8fff/acls - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 230 - uncompressed: false - body: '{"rules":[{"description":"First rule","id":"e47b47f6-af66-40af-a68d-840a7638bc28","ip":"1.2.3.4/32"},{"description":"Scaleway ranges rule","id":"8c0db71d-d695-4a78-acb6-ceddc4e4524d","scaleway_ranges":true}],"total_count":2}' - headers: - Content-Length: - - "230" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:23:22 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - e7fd8392-b2f3-46d3-9f30-24cac46a872d - status: 200 OK - code: 200 - duration: 80.371958ms - - id: 62 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/3321a5a6-7268-43a7-952e-8e910f0a8fff - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1543 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://3321a5a6-7268-43a7-952e-8e910f0a8fff.api.k8s.fr-par.scw.cloud:6443","cni":"cilium","commitment_ends_at":"2025-09-30T09:22:55.498157Z","created_at":"2025-09-30T09:22:55.498148Z","description":"","dns_wildcard":"*.3321a5a6-7268-43a7-952e-8e910f0a8fff.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"eaac5070-0e70-47a1-8940-b58b2af271cf","id":"3321a5a6-7268-43a7-952e-8e910f0a8fff","name":"k8s-acl-basic","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":"a8921c95-7b18-4e43-a98d-adb63752c525","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"","service_dns_ip":"","status":"ready","tags":[],"type":"kapsule","updated_at":"2025-09-30T09:23:15.404753Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1543" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:23:22 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - a7ddfb3b-2b29-4db8-ba18-f89b86ad58db - status: 200 OK - code: 200 - duration: 83.497375ms - - id: 63 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 13 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: '{"acls":null}' - form: {} - headers: - Content-Type: - - application/json - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/3321a5a6-7268-43a7-952e-8e910f0a8fff/acls - method: PUT - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 12 - uncompressed: false - body: '{"rules":[]}' - headers: - Content-Length: - - "12" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:23:22 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - f48c5e3b-9daa-4ff2-a666-5c4c68367a23 - status: 200 OK - code: 200 - duration: 115.834417ms - - id: 64 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/3321a5a6-7268-43a7-952e-8e910f0a8fff - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1546 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://3321a5a6-7268-43a7-952e-8e910f0a8fff.api.k8s.fr-par.scw.cloud:6443","cni":"cilium","commitment_ends_at":"2025-09-30T09:22:55.498157Z","created_at":"2025-09-30T09:22:55.498148Z","description":"","dns_wildcard":"*.3321a5a6-7268-43a7-952e-8e910f0a8fff.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"eaac5070-0e70-47a1-8940-b58b2af271cf","id":"3321a5a6-7268-43a7-952e-8e910f0a8fff","name":"k8s-acl-basic","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":"a8921c95-7b18-4e43-a98d-adb63752c525","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"","service_dns_ip":"","status":"updating","tags":[],"type":"kapsule","updated_at":"2025-09-30T09:23:22.907449Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1546" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:23:23 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 53c11b56-bde3-4b4b-b2af-88443b8262f3 - status: 200 OK - code: 200 - duration: 77.321375ms - - id: 65 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/3321a5a6-7268-43a7-952e-8e910f0a8fff - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1543 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://3321a5a6-7268-43a7-952e-8e910f0a8fff.api.k8s.fr-par.scw.cloud:6443","cni":"cilium","commitment_ends_at":"2025-09-30T09:22:55.498157Z","created_at":"2025-09-30T09:22:55.498148Z","description":"","dns_wildcard":"*.3321a5a6-7268-43a7-952e-8e910f0a8fff.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"eaac5070-0e70-47a1-8940-b58b2af271cf","id":"3321a5a6-7268-43a7-952e-8e910f0a8fff","name":"k8s-acl-basic","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":"a8921c95-7b18-4e43-a98d-adb63752c525","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"","service_dns_ip":"","status":"ready","tags":[],"type":"kapsule","updated_at":"2025-09-30T09:23:23.000836Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1543" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:23:28 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 29b60897-f59d-41c2-a635-062a3c585bc5 - status: 200 OK - code: 200 - duration: 91.812584ms - - id: 66 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/3321a5a6-7268-43a7-952e-8e910f0a8fff/acls - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 29 - uncompressed: false - body: '{"rules":[],"total_count":0}' - headers: - Content-Length: - - "29" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:23:28 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - e15dfede-2694-4bbe-bb4e-bb75c4a4c6e4 - status: 200 OK - code: 200 - duration: 85.436542ms - - id: 67 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/3321a5a6-7268-43a7-952e-8e910f0a8fff - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1543 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://3321a5a6-7268-43a7-952e-8e910f0a8fff.api.k8s.fr-par.scw.cloud:6443","cni":"cilium","commitment_ends_at":"2025-09-30T09:22:55.498157Z","created_at":"2025-09-30T09:22:55.498148Z","description":"","dns_wildcard":"*.3321a5a6-7268-43a7-952e-8e910f0a8fff.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"eaac5070-0e70-47a1-8940-b58b2af271cf","id":"3321a5a6-7268-43a7-952e-8e910f0a8fff","name":"k8s-acl-basic","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":"a8921c95-7b18-4e43-a98d-adb63752c525","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"","service_dns_ip":"","status":"ready","tags":[],"type":"kapsule","updated_at":"2025-09-30T09:23:23.000836Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1543" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:23:28 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 14a9d0ba-6347-448c-9d11-875792a6b0e6 - status: 200 OK - code: 200 - duration: 100.605875ms - - id: 68 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/3321a5a6-7268-43a7-952e-8e910f0a8fff/acls - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 29 - uncompressed: false - body: '{"rules":[],"total_count":0}' - headers: - Content-Length: - - "29" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:23:28 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 6cc49f2f-0840-4ada-b544-a48e526e18a6 - status: 200 OK - code: 200 - duration: 93.32075ms - - id: 69 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/fr-par/vpcs/8a2b9f2c-d814-4699-9fd2-63ad7f6b31ec - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 414 - uncompressed: false - body: '{"created_at":"2025-09-30T09:22:54.373281Z","custom_routes_propagation_enabled":true,"id":"8a2b9f2c-d814-4699-9fd2-63ad7f6b31ec","is_default":false,"name":"TestAccACL_Basic","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","private_network_count":1,"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","routing_enabled":true,"tags":[],"updated_at":"2025-09-30T09:22:54.373281Z"}' - headers: - Content-Length: - - "414" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:23:28 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 9c546b2e-f60c-4cd2-a76f-912d81a9c419 - status: 200 OK - code: 200 - duration: 35.651834ms - - id: 70 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks/a8921c95-7b18-4e43-a98d-adb63752c525 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1092 - uncompressed: false - body: '{"created_at":"2025-09-30T09:22:54.493057Z","default_route_propagation_enabled":false,"dhcp_enabled":true,"id":"a8921c95-7b18-4e43-a98d-adb63752c525","name":"tf-pn-flamboyant-boyd","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","subnets":[{"created_at":"2025-09-30T09:22:54.493057Z","id":"0a62a707-bac7-4dbd-97ef-9f64383e7e19","private_network_id":"a8921c95-7b18-4e43-a98d-adb63752c525","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","subnet":"172.17.168.0/22","updated_at":"2025-09-30T09:22:54.493057Z","vpc_id":"8a2b9f2c-d814-4699-9fd2-63ad7f6b31ec"},{"created_at":"2025-09-30T09:22:54.493057Z","id":"5858aff8-0fec-4a2c-ae92-f4d9c2db2678","private_network_id":"a8921c95-7b18-4e43-a98d-adb63752c525","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","subnet":"fd5f:519c:6d46:aa0e::/64","updated_at":"2025-09-30T09:22:54.493057Z","vpc_id":"8a2b9f2c-d814-4699-9fd2-63ad7f6b31ec"}],"tags":[],"updated_at":"2025-09-30T09:22:54.493057Z","vpc_id":"8a2b9f2c-d814-4699-9fd2-63ad7f6b31ec"}' - headers: - Content-Length: - - "1092" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:23:28 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 14f34d0d-b2ea-46ce-9947-11d877018bf7 - status: 200 OK - code: 200 - duration: 22.312375ms - - id: 71 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/3321a5a6-7268-43a7-952e-8e910f0a8fff - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1543 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://3321a5a6-7268-43a7-952e-8e910f0a8fff.api.k8s.fr-par.scw.cloud:6443","cni":"cilium","commitment_ends_at":"2025-09-30T09:22:55.498157Z","created_at":"2025-09-30T09:22:55.498148Z","description":"","dns_wildcard":"*.3321a5a6-7268-43a7-952e-8e910f0a8fff.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"eaac5070-0e70-47a1-8940-b58b2af271cf","id":"3321a5a6-7268-43a7-952e-8e910f0a8fff","name":"k8s-acl-basic","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":"a8921c95-7b18-4e43-a98d-adb63752c525","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"","service_dns_ip":"","status":"ready","tags":[],"type":"kapsule","updated_at":"2025-09-30T09:23:23.000836Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1543" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:23:28 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - b431b5b4-8390-4aa1-be92-8ac9e8bd16b2 - status: 200 OK - code: 200 - duration: 88.924ms - - id: 72 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/3321a5a6-7268-43a7-952e-8e910f0a8fff/kubeconfig - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1642 - uncompressed: false - body: '{"content":"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogIms4cy1hY2wtYmFzaWMiCiAgY2x1c3RlcjoKICAgIGNlcnRpZmljYXRlLWF1dGhvcml0eS1kYXRhOiBMUzB0TFMxQ1JVZEpUaUJEUlZKVVNVWkpRMEZVUlMwdExTMHRDazFKU1VKWGVrTkRRVkZIWjBGM1NVSkJaMGxDUVVSQlMwSm5aM0ZvYTJwUFVGRlJSRUZxUVZaTlVrMTNSVkZaUkZaUlVVUkZkM0J5WkZkS2JHTnROV3dLWkVkV2VrMUNORmhFVkVreFRVUnJlVTlVUVRWTmFra3hUbFp2V0VSVVRURk5SR3Q1VDFSQk5VMXFTVEZPVm05M1JsUkZWRTFDUlVkQk1WVkZRWGhOU3dwaE0xWnBXbGhLZFZwWVVteGpla0phVFVKTlIwSjVjVWRUVFRRNVFXZEZSME5EY1VkVFRUUTVRWGRGU0VFd1NVRkNTMWR2VGpSWWRVSk9jbkJpVERBNUNuWlRZVFJwY0VsUUsyeEJOV2hrZUdNNU56Vk5kMFZzVVNzdlZFSmhUblZRTXpnNUswdFhlRzVvWWxsMVFsbEpiR1I0VUcxSWRrVkNiM1UzYTJoTlV6WUtiemcyWm5vMlpXcFJha0pCVFVFMFIwRXhWV1JFZDBWQ0wzZFJSVUYzU1VOd1JFRlFRbWRPVmtoU1RVSkJaamhGUWxSQlJFRlJTQzlOUWpCSFFURlZaQXBFWjFGWFFrSlVWbk5xTHpkSGFFczJWbEpTV25rMlJVTndXRzFqU0RsR1VuVkVRVXRDWjJkeGFHdHFUMUJSVVVSQlowNUpRVVJDUmtGcFFtSkVkRE1yQ2xaTlZIZHRjazh3ZUdzdk5Wa3pjRlkwWkdGSVlWQjVRVlpYU21sbWN5OU9WalF5V1RoblNXaEJURVJHVjNKM2JIUnBaSFJHT0ZKeVNIRmtjQ3RxWmxRS1drSnpXWFZNZFUxYVRucE9TSHB3TDBWMFFua0tMUzB0TFMxRlRrUWdRMFZTVkVsR1NVTkJWRVV0TFMwdExRbz0KICAgIHNlcnZlcjogaHR0cHM6Ly8zMzIxYTVhNi03MjY4LTQzYTctOTUyZS04ZTkxMGYwYThmZmYuYXBpLms4cy5mci1wYXIuc2N3LmNsb3VkOjY0NDMKY29udGV4dHM6Ci0gbmFtZTogYWRtaW5AazhzLWFjbC1iYXNpYwogIGNvbnRleHQ6CiAgICBjbHVzdGVyOiAiazhzLWFjbC1iYXNpYyIKICAgIHVzZXI6IGs4cy1hY2wtYmFzaWMtYWRtaW4KY3VycmVudC1jb250ZXh0OiBhZG1pbkBrOHMtYWNsLWJhc2ljCmtpbmQ6IENvbmZpZwpwcmVmZXJlbmNlczoge30KdXNlcnM6Ci0gbmFtZTogazhzLWFjbC1iYXNpYy1hZG1pbgogIHVzZXI6CiAgICB0b2tlbjogbHVNNVQxMW55aTUwbkZBb01RYzZHT0NMTEZRS2Y0SmRSaHQ0QWRsZmNhaGx0dExoN3FzSnhUelA=","content_type":"application/octet-stream","name":"kubeconfig"}' - headers: - Content-Length: - - "1642" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:23:28 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - c79f03c2-5f98-4d88-9ac2-461aa1eb7b8f - status: 200 OK - code: 200 - duration: 106.485917ms - - id: 73 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/3321a5a6-7268-43a7-952e-8e910f0a8fff - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1543 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://3321a5a6-7268-43a7-952e-8e910f0a8fff.api.k8s.fr-par.scw.cloud:6443","cni":"cilium","commitment_ends_at":"2025-09-30T09:22:55.498157Z","created_at":"2025-09-30T09:22:55.498148Z","description":"","dns_wildcard":"*.3321a5a6-7268-43a7-952e-8e910f0a8fff.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"eaac5070-0e70-47a1-8940-b58b2af271cf","id":"3321a5a6-7268-43a7-952e-8e910f0a8fff","name":"k8s-acl-basic","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":"a8921c95-7b18-4e43-a98d-adb63752c525","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"","service_dns_ip":"","status":"ready","tags":[],"type":"kapsule","updated_at":"2025-09-30T09:23:23.000836Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1543" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:23:29 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 30a52d8d-3a2a-4726-973f-7526550de075 - status: 200 OK - code: 200 - duration: 79.607125ms - - id: 74 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/3321a5a6-7268-43a7-952e-8e910f0a8fff/acls - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 29 - uncompressed: false - body: '{"rules":[],"total_count":0}' - headers: - Content-Length: - - "29" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:23:29 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - f7bb7952-6e51-4fba-b3d0-3d4e3d668187 - status: 200 OK - code: 200 - duration: 84.071792ms - - id: 75 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/fr-par/vpcs/8a2b9f2c-d814-4699-9fd2-63ad7f6b31ec - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 414 - uncompressed: false - body: '{"created_at":"2025-09-30T09:22:54.373281Z","custom_routes_propagation_enabled":true,"id":"8a2b9f2c-d814-4699-9fd2-63ad7f6b31ec","is_default":false,"name":"TestAccACL_Basic","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","private_network_count":1,"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","routing_enabled":true,"tags":[],"updated_at":"2025-09-30T09:22:54.373281Z"}' - headers: - Content-Length: - - "414" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:23:29 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - cd2831b3-f613-493f-9247-33ea79a0aac8 - status: 200 OK - code: 200 - duration: 49.039542ms - - id: 76 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks/a8921c95-7b18-4e43-a98d-adb63752c525 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1092 - uncompressed: false - body: '{"created_at":"2025-09-30T09:22:54.493057Z","default_route_propagation_enabled":false,"dhcp_enabled":true,"id":"a8921c95-7b18-4e43-a98d-adb63752c525","name":"tf-pn-flamboyant-boyd","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","subnets":[{"created_at":"2025-09-30T09:22:54.493057Z","id":"0a62a707-bac7-4dbd-97ef-9f64383e7e19","private_network_id":"a8921c95-7b18-4e43-a98d-adb63752c525","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","subnet":"172.17.168.0/22","updated_at":"2025-09-30T09:22:54.493057Z","vpc_id":"8a2b9f2c-d814-4699-9fd2-63ad7f6b31ec"},{"created_at":"2025-09-30T09:22:54.493057Z","id":"5858aff8-0fec-4a2c-ae92-f4d9c2db2678","private_network_id":"a8921c95-7b18-4e43-a98d-adb63752c525","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","subnet":"fd5f:519c:6d46:aa0e::/64","updated_at":"2025-09-30T09:22:54.493057Z","vpc_id":"8a2b9f2c-d814-4699-9fd2-63ad7f6b31ec"}],"tags":[],"updated_at":"2025-09-30T09:22:54.493057Z","vpc_id":"8a2b9f2c-d814-4699-9fd2-63ad7f6b31ec"}' - headers: - Content-Length: - - "1092" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:23:29 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 9d444017-56a4-466f-a30a-9addaf1e68e3 - status: 200 OK - code: 200 - duration: 27.50925ms - - id: 77 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/3321a5a6-7268-43a7-952e-8e910f0a8fff - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1543 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://3321a5a6-7268-43a7-952e-8e910f0a8fff.api.k8s.fr-par.scw.cloud:6443","cni":"cilium","commitment_ends_at":"2025-09-30T09:22:55.498157Z","created_at":"2025-09-30T09:22:55.498148Z","description":"","dns_wildcard":"*.3321a5a6-7268-43a7-952e-8e910f0a8fff.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"eaac5070-0e70-47a1-8940-b58b2af271cf","id":"3321a5a6-7268-43a7-952e-8e910f0a8fff","name":"k8s-acl-basic","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":"a8921c95-7b18-4e43-a98d-adb63752c525","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"","service_dns_ip":"","status":"ready","tags":[],"type":"kapsule","updated_at":"2025-09-30T09:23:23.000836Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1543" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:23:29 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 00425e9f-bdf6-4c52-9ef5-dfbb9d8437d6 - status: 200 OK - code: 200 - duration: 104.354584ms - - id: 78 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/3321a5a6-7268-43a7-952e-8e910f0a8fff - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1543 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://3321a5a6-7268-43a7-952e-8e910f0a8fff.api.k8s.fr-par.scw.cloud:6443","cni":"cilium","commitment_ends_at":"2025-09-30T09:22:55.498157Z","created_at":"2025-09-30T09:22:55.498148Z","description":"","dns_wildcard":"*.3321a5a6-7268-43a7-952e-8e910f0a8fff.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"eaac5070-0e70-47a1-8940-b58b2af271cf","id":"3321a5a6-7268-43a7-952e-8e910f0a8fff","name":"k8s-acl-basic","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":"a8921c95-7b18-4e43-a98d-adb63752c525","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"","service_dns_ip":"","status":"ready","tags":[],"type":"kapsule","updated_at":"2025-09-30T09:23:23.000836Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1543" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:23:29 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 637333e9-1e27-4f9e-9f6c-6fae3f2a6af0 - status: 200 OK - code: 200 - duration: 71.557458ms - - id: 79 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/3321a5a6-7268-43a7-952e-8e910f0a8fff/acls - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 29 - uncompressed: false - body: '{"rules":[],"total_count":0}' - headers: - Content-Length: - - "29" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:23:29 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 1f049176-f257-4fda-b47c-e45f54da9f6b - status: 200 OK - code: 200 - duration: 87.509917ms - - id: 80 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/3321a5a6-7268-43a7-952e-8e910f0a8fff/kubeconfig - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1642 - uncompressed: false - body: '{"content":"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogIms4cy1hY2wtYmFzaWMiCiAgY2x1c3RlcjoKICAgIGNlcnRpZmljYXRlLWF1dGhvcml0eS1kYXRhOiBMUzB0TFMxQ1JVZEpUaUJEUlZKVVNVWkpRMEZVUlMwdExTMHRDazFKU1VKWGVrTkRRVkZIWjBGM1NVSkJaMGxDUVVSQlMwSm5aM0ZvYTJwUFVGRlJSRUZxUVZaTlVrMTNSVkZaUkZaUlVVUkZkM0J5WkZkS2JHTnROV3dLWkVkV2VrMUNORmhFVkVreFRVUnJlVTlVUVRWTmFra3hUbFp2V0VSVVRURk5SR3Q1VDFSQk5VMXFTVEZPVm05M1JsUkZWRTFDUlVkQk1WVkZRWGhOU3dwaE0xWnBXbGhLZFZwWVVteGpla0phVFVKTlIwSjVjVWRUVFRRNVFXZEZSME5EY1VkVFRUUTVRWGRGU0VFd1NVRkNTMWR2VGpSWWRVSk9jbkJpVERBNUNuWlRZVFJwY0VsUUsyeEJOV2hrZUdNNU56Vk5kMFZzVVNzdlZFSmhUblZRTXpnNUswdFhlRzVvWWxsMVFsbEpiR1I0VUcxSWRrVkNiM1UzYTJoTlV6WUtiemcyWm5vMlpXcFJha0pCVFVFMFIwRXhWV1JFZDBWQ0wzZFJSVUYzU1VOd1JFRlFRbWRPVmtoU1RVSkJaamhGUWxSQlJFRlJTQzlOUWpCSFFURlZaQXBFWjFGWFFrSlVWbk5xTHpkSGFFczJWbEpTV25rMlJVTndXRzFqU0RsR1VuVkVRVXRDWjJkeGFHdHFUMUJSVVVSQlowNUpRVVJDUmtGcFFtSkVkRE1yQ2xaTlZIZHRjazh3ZUdzdk5Wa3pjRlkwWkdGSVlWQjVRVlpYU21sbWN5OU9WalF5V1RoblNXaEJURVJHVjNKM2JIUnBaSFJHT0ZKeVNIRmtjQ3RxWmxRS1drSnpXWFZNZFUxYVRucE9TSHB3TDBWMFFua0tMUzB0TFMxRlRrUWdRMFZTVkVsR1NVTkJWRVV0TFMwdExRbz0KICAgIHNlcnZlcjogaHR0cHM6Ly8zMzIxYTVhNi03MjY4LTQzYTctOTUyZS04ZTkxMGYwYThmZmYuYXBpLms4cy5mci1wYXIuc2N3LmNsb3VkOjY0NDMKY29udGV4dHM6Ci0gbmFtZTogYWRtaW5AazhzLWFjbC1iYXNpYwogIGNvbnRleHQ6CiAgICBjbHVzdGVyOiAiazhzLWFjbC1iYXNpYyIKICAgIHVzZXI6IGs4cy1hY2wtYmFzaWMtYWRtaW4KY3VycmVudC1jb250ZXh0OiBhZG1pbkBrOHMtYWNsLWJhc2ljCmtpbmQ6IENvbmZpZwpwcmVmZXJlbmNlczoge30KdXNlcnM6Ci0gbmFtZTogazhzLWFjbC1iYXNpYy1hZG1pbgogIHVzZXI6CiAgICB0b2tlbjogbHVNNVQxMW55aTUwbkZBb01RYzZHT0NMTEZRS2Y0SmRSaHQ0QWRsZmNhaGx0dExoN3FzSnhUelA=","content_type":"application/octet-stream","name":"kubeconfig"}' - headers: - Content-Length: - - "1642" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:23:29 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - b1e9eb71-676a-467d-8dab-33637f008a74 - status: 200 OK - code: 200 - duration: 80.079959ms - - id: 81 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/3321a5a6-7268-43a7-952e-8e910f0a8fff - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1543 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://3321a5a6-7268-43a7-952e-8e910f0a8fff.api.k8s.fr-par.scw.cloud:6443","cni":"cilium","commitment_ends_at":"2025-09-30T09:22:55.498157Z","created_at":"2025-09-30T09:22:55.498148Z","description":"","dns_wildcard":"*.3321a5a6-7268-43a7-952e-8e910f0a8fff.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"eaac5070-0e70-47a1-8940-b58b2af271cf","id":"3321a5a6-7268-43a7-952e-8e910f0a8fff","name":"k8s-acl-basic","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":"a8921c95-7b18-4e43-a98d-adb63752c525","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"","service_dns_ip":"","status":"ready","tags":[],"type":"kapsule","updated_at":"2025-09-30T09:23:23.000836Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1543" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:23:29 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 14d5d31a-33f1-42a7-a95a-aca48b4d618c - status: 200 OK - code: 200 - duration: 91.913375ms - - id: 82 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 110 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: '{"acls":[{"ip":"0.0.0.0/0","description":"Automatically generated after scaleway_k8s_acl resource deletion"}]}' - form: {} - headers: - Content-Type: - - application/json - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/3321a5a6-7268-43a7-952e-8e910f0a8fff/acls - method: PUT - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 157 - uncompressed: false - body: '{"rules":[{"description":"Automatically generated after scaleway_k8s_acl resource deletion","id":"52172bea-c8c6-4eba-ae8e-3c13388df183","ip":"0.0.0.0/0"}]}' - headers: - Content-Length: - - "157" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:23:29 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - d8af16d9-469b-41f6-b1a4-3c4639a08a7c - status: 200 OK - code: 200 - duration: 100.025958ms - - id: 83 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/3321a5a6-7268-43a7-952e-8e910f0a8fff - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1546 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://3321a5a6-7268-43a7-952e-8e910f0a8fff.api.k8s.fr-par.scw.cloud:6443","cni":"cilium","commitment_ends_at":"2025-09-30T09:22:55.498157Z","created_at":"2025-09-30T09:22:55.498148Z","description":"","dns_wildcard":"*.3321a5a6-7268-43a7-952e-8e910f0a8fff.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"eaac5070-0e70-47a1-8940-b58b2af271cf","id":"3321a5a6-7268-43a7-952e-8e910f0a8fff","name":"k8s-acl-basic","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":"a8921c95-7b18-4e43-a98d-adb63752c525","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"","service_dns_ip":"","status":"updating","tags":[],"type":"kapsule","updated_at":"2025-09-30T09:23:29.940218Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1546" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:23:30 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 40ab7fd4-80a7-4204-95b5-fd547b782f87 - status: 200 OK - code: 200 - duration: 74.089ms - - id: 84 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/3321a5a6-7268-43a7-952e-8e910f0a8fff - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1543 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://3321a5a6-7268-43a7-952e-8e910f0a8fff.api.k8s.fr-par.scw.cloud:6443","cni":"cilium","commitment_ends_at":"2025-09-30T09:22:55.498157Z","created_at":"2025-09-30T09:22:55.498148Z","description":"","dns_wildcard":"*.3321a5a6-7268-43a7-952e-8e910f0a8fff.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"eaac5070-0e70-47a1-8940-b58b2af271cf","id":"3321a5a6-7268-43a7-952e-8e910f0a8fff","name":"k8s-acl-basic","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":"a8921c95-7b18-4e43-a98d-adb63752c525","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"","service_dns_ip":"","status":"ready","tags":[],"type":"kapsule","updated_at":"2025-09-30T09:23:33.387167Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1543" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:23:35 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - dc3afe85-ef1b-4bd5-b151-94914a0e2977 - status: 200 OK - code: 200 - duration: 82.06ms - - id: 85 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/3321a5a6-7268-43a7-952e-8e910f0a8fff - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1543 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://3321a5a6-7268-43a7-952e-8e910f0a8fff.api.k8s.fr-par.scw.cloud:6443","cni":"cilium","commitment_ends_at":"2025-09-30T09:22:55.498157Z","created_at":"2025-09-30T09:22:55.498148Z","description":"","dns_wildcard":"*.3321a5a6-7268-43a7-952e-8e910f0a8fff.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"eaac5070-0e70-47a1-8940-b58b2af271cf","id":"3321a5a6-7268-43a7-952e-8e910f0a8fff","name":"k8s-acl-basic","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":"a8921c95-7b18-4e43-a98d-adb63752c525","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"","service_dns_ip":"","status":"ready","tags":[],"type":"kapsule","updated_at":"2025-09-30T09:23:33.387167Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1543" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:23:35 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - a72793cc-3051-48c3-a15d-8ae14581c412 - status: 200 OK - code: 200 - duration: 100.975084ms - - id: 86 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/3321a5a6-7268-43a7-952e-8e910f0a8fff/acls - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 174 - uncompressed: false - body: '{"rules":[{"description":"Automatically generated after scaleway_k8s_acl resource deletion","id":"52172bea-c8c6-4eba-ae8e-3c13388df183","ip":"0.0.0.0/0"}],"total_count":1}' - headers: - Content-Length: - - "174" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:23:35 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 8c0f0b4e-8e42-4448-afb2-ff11e5eca495 - status: 200 OK - code: 200 - duration: 101.461833ms - - id: 87 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/fr-par/vpcs/8a2b9f2c-d814-4699-9fd2-63ad7f6b31ec - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 414 - uncompressed: false - body: '{"created_at":"2025-09-30T09:22:54.373281Z","custom_routes_propagation_enabled":true,"id":"8a2b9f2c-d814-4699-9fd2-63ad7f6b31ec","is_default":false,"name":"TestAccACL_Basic","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","private_network_count":1,"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","routing_enabled":true,"tags":[],"updated_at":"2025-09-30T09:22:54.373281Z"}' - headers: - Content-Length: - - "414" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:23:35 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 1abba8af-fb52-43b6-a0ba-fb190b189d0a - status: 200 OK - code: 200 - duration: 21.059375ms - - id: 88 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks/a8921c95-7b18-4e43-a98d-adb63752c525 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1092 - uncompressed: false - body: '{"created_at":"2025-09-30T09:22:54.493057Z","default_route_propagation_enabled":false,"dhcp_enabled":true,"id":"a8921c95-7b18-4e43-a98d-adb63752c525","name":"tf-pn-flamboyant-boyd","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","subnets":[{"created_at":"2025-09-30T09:22:54.493057Z","id":"0a62a707-bac7-4dbd-97ef-9f64383e7e19","private_network_id":"a8921c95-7b18-4e43-a98d-adb63752c525","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","subnet":"172.17.168.0/22","updated_at":"2025-09-30T09:22:54.493057Z","vpc_id":"8a2b9f2c-d814-4699-9fd2-63ad7f6b31ec"},{"created_at":"2025-09-30T09:22:54.493057Z","id":"5858aff8-0fec-4a2c-ae92-f4d9c2db2678","private_network_id":"a8921c95-7b18-4e43-a98d-adb63752c525","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","subnet":"fd5f:519c:6d46:aa0e::/64","updated_at":"2025-09-30T09:22:54.493057Z","vpc_id":"8a2b9f2c-d814-4699-9fd2-63ad7f6b31ec"}],"tags":[],"updated_at":"2025-09-30T09:22:54.493057Z","vpc_id":"8a2b9f2c-d814-4699-9fd2-63ad7f6b31ec"}' - headers: - Content-Length: - - "1092" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:23:35 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 2705123d-e833-44e7-a861-b566d454ec36 - status: 200 OK - code: 200 - duration: 29.913083ms - - id: 89 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/3321a5a6-7268-43a7-952e-8e910f0a8fff - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1543 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://3321a5a6-7268-43a7-952e-8e910f0a8fff.api.k8s.fr-par.scw.cloud:6443","cni":"cilium","commitment_ends_at":"2025-09-30T09:22:55.498157Z","created_at":"2025-09-30T09:22:55.498148Z","description":"","dns_wildcard":"*.3321a5a6-7268-43a7-952e-8e910f0a8fff.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"eaac5070-0e70-47a1-8940-b58b2af271cf","id":"3321a5a6-7268-43a7-952e-8e910f0a8fff","name":"k8s-acl-basic","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":"a8921c95-7b18-4e43-a98d-adb63752c525","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"","service_dns_ip":"","status":"ready","tags":[],"type":"kapsule","updated_at":"2025-09-30T09:23:33.387167Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1543" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:23:35 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 08bd9790-3ce9-47c4-a03e-2284600913f3 - status: 200 OK - code: 200 - duration: 99.503667ms - - id: 90 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/3321a5a6-7268-43a7-952e-8e910f0a8fff/kubeconfig - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1642 - uncompressed: false - body: '{"content":"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogIms4cy1hY2wtYmFzaWMiCiAgY2x1c3RlcjoKICAgIGNlcnRpZmljYXRlLWF1dGhvcml0eS1kYXRhOiBMUzB0TFMxQ1JVZEpUaUJEUlZKVVNVWkpRMEZVUlMwdExTMHRDazFKU1VKWGVrTkRRVkZIWjBGM1NVSkJaMGxDUVVSQlMwSm5aM0ZvYTJwUFVGRlJSRUZxUVZaTlVrMTNSVkZaUkZaUlVVUkZkM0J5WkZkS2JHTnROV3dLWkVkV2VrMUNORmhFVkVreFRVUnJlVTlVUVRWTmFra3hUbFp2V0VSVVRURk5SR3Q1VDFSQk5VMXFTVEZPVm05M1JsUkZWRTFDUlVkQk1WVkZRWGhOU3dwaE0xWnBXbGhLZFZwWVVteGpla0phVFVKTlIwSjVjVWRUVFRRNVFXZEZSME5EY1VkVFRUUTVRWGRGU0VFd1NVRkNTMWR2VGpSWWRVSk9jbkJpVERBNUNuWlRZVFJwY0VsUUsyeEJOV2hrZUdNNU56Vk5kMFZzVVNzdlZFSmhUblZRTXpnNUswdFhlRzVvWWxsMVFsbEpiR1I0VUcxSWRrVkNiM1UzYTJoTlV6WUtiemcyWm5vMlpXcFJha0pCVFVFMFIwRXhWV1JFZDBWQ0wzZFJSVUYzU1VOd1JFRlFRbWRPVmtoU1RVSkJaamhGUWxSQlJFRlJTQzlOUWpCSFFURlZaQXBFWjFGWFFrSlVWbk5xTHpkSGFFczJWbEpTV25rMlJVTndXRzFqU0RsR1VuVkVRVXRDWjJkeGFHdHFUMUJSVVVSQlowNUpRVVJDUmtGcFFtSkVkRE1yQ2xaTlZIZHRjazh3ZUdzdk5Wa3pjRlkwWkdGSVlWQjVRVlpYU21sbWN5OU9WalF5V1RoblNXaEJURVJHVjNKM2JIUnBaSFJHT0ZKeVNIRmtjQ3RxWmxRS1drSnpXWFZNZFUxYVRucE9TSHB3TDBWMFFua0tMUzB0TFMxRlRrUWdRMFZTVkVsR1NVTkJWRVV0TFMwdExRbz0KICAgIHNlcnZlcjogaHR0cHM6Ly8zMzIxYTVhNi03MjY4LTQzYTctOTUyZS04ZTkxMGYwYThmZmYuYXBpLms4cy5mci1wYXIuc2N3LmNsb3VkOjY0NDMKY29udGV4dHM6Ci0gbmFtZTogYWRtaW5AazhzLWFjbC1iYXNpYwogIGNvbnRleHQ6CiAgICBjbHVzdGVyOiAiazhzLWFjbC1iYXNpYyIKICAgIHVzZXI6IGs4cy1hY2wtYmFzaWMtYWRtaW4KY3VycmVudC1jb250ZXh0OiBhZG1pbkBrOHMtYWNsLWJhc2ljCmtpbmQ6IENvbmZpZwpwcmVmZXJlbmNlczoge30KdXNlcnM6Ci0gbmFtZTogazhzLWFjbC1iYXNpYy1hZG1pbgogIHVzZXI6CiAgICB0b2tlbjogbHVNNVQxMW55aTUwbkZBb01RYzZHT0NMTEZRS2Y0SmRSaHQ0QWRsZmNhaGx0dExoN3FzSnhUelA=","content_type":"application/octet-stream","name":"kubeconfig"}' - headers: - Content-Length: - - "1642" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:23:35 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 87cd453e-9831-4565-85cc-7a99e734bc06 - status: 200 OK - code: 200 - duration: 90.486709ms - - id: 91 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/3321a5a6-7268-43a7-952e-8e910f0a8fff?with_additional_resources=true - method: DELETE - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1582 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://3321a5a6-7268-43a7-952e-8e910f0a8fff.api.k8s.fr-par.scw.cloud:6443","cni":"cilium","commitment_ends_at":"2025-09-30T09:22:55.498157Z","created_at":"2025-09-30T09:22:55.498148Z","description":"","dns_wildcard":"*.3321a5a6-7268-43a7-952e-8e910f0a8fff.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"eaac5070-0e70-47a1-8940-b58b2af271cf","id":"3321a5a6-7268-43a7-952e-8e910f0a8fff","name":"k8s-acl-basic","new_images_enabled":false,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"100.64.0.0/15","private_network_id":"a8921c95-7b18-4e43-a98d-adb63752c525","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"10.32.0.0/20","service_dns_ip":"10.32.0.10","status":"deleting","tags":[],"type":"kapsule","updated_at":"2025-09-30T09:23:36.298742Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1582" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:23:36 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 11c9c190-7a8b-4233-b32e-e85f5fed3bb3 - status: 200 OK - code: 200 - duration: 158.920375ms - - id: 92 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/3321a5a6-7268-43a7-952e-8e910f0a8fff - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1546 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://3321a5a6-7268-43a7-952e-8e910f0a8fff.api.k8s.fr-par.scw.cloud:6443","cni":"cilium","commitment_ends_at":"2025-09-30T09:22:55.498157Z","created_at":"2025-09-30T09:22:55.498148Z","description":"","dns_wildcard":"*.3321a5a6-7268-43a7-952e-8e910f0a8fff.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"eaac5070-0e70-47a1-8940-b58b2af271cf","id":"3321a5a6-7268-43a7-952e-8e910f0a8fff","name":"k8s-acl-basic","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":"a8921c95-7b18-4e43-a98d-adb63752c525","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"","service_dns_ip":"","status":"deleting","tags":[],"type":"kapsule","updated_at":"2025-09-30T09:23:36.298742Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1546" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:23:36 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 7ddd4648-1009-460d-a655-91aab67facd3 - status: 200 OK - code: 200 - duration: 103.0375ms - - id: 93 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/3321a5a6-7268-43a7-952e-8e910f0a8fff - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 128 - uncompressed: false - body: '{"message":"resource is not found","resource":"cluster","resource_id":"3321a5a6-7268-43a7-952e-8e910f0a8fff","type":"not_found"}' - headers: - Content-Length: - - "128" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:23:41 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 0b4fd0d5-3f07-4cfd-a1f1-e505a00ba7d3 - status: 404 Not Found - code: 404 - duration: 24.065667ms - - id: 94 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks/a8921c95-7b18-4e43-a98d-adb63752c525 - method: DELETE - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 136 - uncompressed: false - body: '{"message":"resource is not found","resource":"private_network","resource_id":"a8921c95-7b18-4e43-a98d-adb63752c525","type":"not_found"}' - headers: - Content-Length: - - "136" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:23:41 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 6b96d07e-f556-44ce-9eea-7aa8dfbdb361 - status: 404 Not Found - code: 404 - duration: 25.085875ms - - id: 95 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/fr-par/vpcs/8a2b9f2c-d814-4699-9fd2-63ad7f6b31ec - method: DELETE - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 0 - uncompressed: false - body: "" - headers: - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:23:41 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 01d1e619-5b2c-454e-b8e2-a3010aff1f25 - status: 204 No Content - code: 204 - duration: 133.174042ms - - id: 96 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/3321a5a6-7268-43a7-952e-8e910f0a8fff - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 128 - uncompressed: false - body: '{"message":"resource is not found","resource":"cluster","resource_id":"3321a5a6-7268-43a7-952e-8e910f0a8fff","type":"not_found"}' - headers: - Content-Length: - - "128" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:23:41 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 5a60089b-cf37-4407-9034-fe34f196ed55 - status: 404 Not Found - code: 404 - duration: 25.341583ms +- id: 0 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/versions + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 4476 + body: "{\"versions\":[{\"region\":\"fr-par\", \"name\":\"1.34.1\", \"label\":\"Kubernetes 1.34.1\", \"available_cnis\":[\"cilium\", \"cilium_native\", \"calico\", \"kilo\", \"none\"], \"available_container_runtimes\":[\"containerd\"], \"available_feature_gates\":[\"HPAScaleToZero\", \"CPUManagerPolicyAlphaOptions\", \"ImageVolume\"], \"available_admission_plugins\":[\"AlwaysPullImages\", \"PodNodeSelector\", \"PodTolerationRestriction\"], \"available_kubelet_args\":{\"containerLogMaxFiles\":\"uint16\", \"containerLogMaxSize\":\"quantity\", \"cpuCFSQuota\":\"bool\", \"cpuCFSQuotaPeriod\":\"duration\", \"cpuManagerPolicy\":\"enum:none|static\", \"cpuManagerPolicyOptions\":\"map[string]string\", \"enableDebuggingHandlers\":\"bool\", \"evictionHard\":\"map[string]string\", \"evictionMinimumReclaim\":\"map[string]string\", \"imageGCHighThresholdPercent\":\"uint32\", \"imageGCLowThresholdPercent\":\"uint32\", \"maxParallelImagePulls\":\"int32\", \"maxPods\":\"uint16\", \"registryBurst\":\"int32\", \"registryPullQPS\":\"int32\", \"serializeImagePulls\":\"bool\"}, \"deprecated_at\":\"2026-09-29T00:00:00Z\", \"end_of_life_at\":\"2026-11-29T00:00:00Z\", \"released_at\":\"2025-09-29T00:00:00Z\"}, {\"region\":\"fr-par\", \"name\":\"1.33.4\", \"label\":\"Kubernetes 1.33.4\", \"available_cnis\":[\"cilium\", \"calico\", \"kilo\", \"none\"], \"available_container_runtimes\":[\"containerd\"], \"available_feature_gates\":[\"HPAScaleToZero\", \"DRAAdminAccess\", \"DynamicResourceAllocation\", \"PodLevelResources\", \"CPUManagerPolicyAlphaOptions\", \"ImageVolume\"], \"available_admission_plugins\":[\"AlwaysPullImages\", \"PodNodeSelector\", \"PodTolerationRestriction\"], \"available_kubelet_args\":{\"containerLogMaxFiles\":\"uint16\", \"containerLogMaxSize\":\"quantity\", \"cpuCFSQuota\":\"bool\", \"cpuCFSQuotaPeriod\":\"duration\", \"cpuManagerPolicy\":\"enum:none|static\", \"cpuManagerPolicyOptions\":\"map[string]string\", \"enableDebuggingHandlers\":\"bool\", \"evictionHard\":\"map[string]string\", \"evictionMinimumReclaim\":\"map[string]string\", \"imageGCHighThresholdPercent\":\"uint32\", \"imageGCLowThresholdPercent\":\"uint32\", \"maxParallelImagePulls\":\"int32\", \"maxPods\":\"uint16\", \"registryBurst\":\"int32\", \"registryPullQPS\":\"int32\", \"serializeImagePulls\":\"bool\"}, \"deprecated_at\":\"2026-09-04T00:00:00Z\", \"end_of_life_at\":\"2026-11-04T00:00:00Z\", \"released_at\":\"2025-09-04T00:00:00Z\"}, {\"region\":\"fr-par\", \"name\":\"1.32.8\", \"label\":\"Kubernetes 1.32.8\", \"available_cnis\":[\"cilium\", \"calico\", \"kilo\", \"none\"], \"available_container_runtimes\":[\"containerd\"], \"available_feature_gates\":[\"HPAScaleToZero\", \"InPlacePodVerticalScaling\", \"SidecarContainers\", \"DRAAdminAccess\", \"DRAResourceClaimDeviceStatus\", \"DynamicResourceAllocation\", \"PodLevelResources\", \"CPUManagerPolicyAlphaOptions\", \"ImageVolume\"], \"available_admission_plugins\":[\"AlwaysPullImages\", \"PodNodeSelector\", \"PodTolerationRestriction\"], \"available_kubelet_args\":{\"containerLogMaxFiles\":\"uint16\", \"containerLogMaxSize\":\"quantity\", \"cpuCFSQuota\":\"bool\", \"cpuCFSQuotaPeriod\":\"duration\", \"cpuManagerPolicy\":\"enum:none|static\", \"cpuManagerPolicyOptions\":\"map[string]string\", \"enableDebuggingHandlers\":\"bool\", \"evictionHard\":\"map[string]string\", \"evictionMinimumReclaim\":\"map[string]string\", \"imageGCHighThresholdPercent\":\"uint32\", \"imageGCLowThresholdPercent\":\"uint32\", \"maxParallelImagePulls\":\"int32\", \"maxPods\":\"uint16\", \"registryBurst\":\"int32\", \"registryPullQPS\":\"int32\", \"serializeImagePulls\":\"bool\"}, \"deprecated_at\":\"2026-03-24T00:00:00Z\", \"end_of_life_at\":\"2025-05-24T00:00:00Z\", \"released_at\":\"2025-03-24T00:00:00Z\"}, {\"region\":\"fr-par\", \"name\":\"1.31.12\", \"label\":\"Kubernetes 1.31.12\", \"available_cnis\":[\"cilium\", \"calico\", \"kilo\", \"none\"], \"available_container_runtimes\":[\"containerd\"], \"available_feature_gates\":[\"HPAScaleToZero\", \"InPlacePodVerticalScaling\", \"SidecarContainers\", \"CPUManagerPolicyAlphaOptions\", \"ImageVolume\"], \"available_admission_plugins\":[\"AlwaysPullImages\", \"PodNodeSelector\", \"PodTolerationRestriction\"], \"available_kubelet_args\":{\"containerLogMaxFiles\":\"uint16\", \"containerLogMaxSize\":\"quantity\", \"cpuCFSQuota\":\"bool\", \"cpuCFSQuotaPeriod\":\"duration\", \"cpuManagerPolicy\":\"enum:none|static\", \"cpuManagerPolicyOptions\":\"map[string]string\", \"enableDebuggingHandlers\":\"bool\", \"evictionHard\":\"map[string]string\", \"evictionMinimumReclaim\":\"map[string]string\", \"imageGCHighThresholdPercent\":\"uint32\", \"imageGCLowThresholdPercent\":\"uint32\", \"maxParallelImagePulls\":\"int32\", \"maxPods\":\"uint16\", \"registryBurst\":\"int32\", \"registryPullQPS\":\"int32\", \"serializeImagePulls\":\"bool\"}, \"deprecated_at\":\"2025-12-02T00:00:00Z\", \"end_of_life_at\":\"2026-02-02T00:00:00Z\", \"released_at\":\"2024-12-02T00:00:00Z\"}]}" + headers: + Content-Length: + - "4476" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:52:37 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - dd741d55-31fc-4d03-bdac-2fcef6d3105d + status: 200 OK + code: 200 + duration: 75.390294ms +- id: 1 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 112 + host: api.scaleway.com + body: "{\"name\":\"TestAccACL_Basic\",\"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\",\"tags\":[],\"enable_routing\":false}" + headers: + Content-Type: + - application/json + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/vpc/v2/regions/fr-par/vpcs + method: POST + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 414 + body: "{\"id\":\"f2b1547d-ad40-4a92-b011-01a2c106c24d\", \"name\":\"TestAccACL_Basic\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:52:37.588215Z\", \"updated_at\":\"2025-10-30T16:52:37.588215Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_default\":false, \"private_network_count\":0, \"routing_enabled\":true, \"custom_routes_propagation_enabled\":true, \"region\":\"fr-par\"}" + headers: + Content-Length: + - "414" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:52:37 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - ace80aad-cae8-4852-a31d-3e10636d4454 + status: 200 OK + code: 200 + duration: 76.582181ms +- id: 2 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/vpc/v2/regions/fr-par/vpcs/f2b1547d-ad40-4a92-b011-01a2c106c24d + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 414 + body: "{\"id\":\"f2b1547d-ad40-4a92-b011-01a2c106c24d\", \"name\":\"TestAccACL_Basic\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:52:37.588215Z\", \"updated_at\":\"2025-10-30T16:52:37.588215Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_default\":false, \"private_network_count\":0, \"routing_enabled\":true, \"custom_routes_propagation_enabled\":true, \"region\":\"fr-par\"}" + headers: + Content-Length: + - "414" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:52:37 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 3a59a30e-8a23-489f-a82d-b9fc9cf5b0eb + status: 200 OK + code: 200 + duration: 28.054233ms +- id: 3 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 200 + host: api.scaleway.com + body: "{\"name\":\"tf-pn-stupefied-mendel\",\"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\",\"tags\":[],\"subnets\":null,\"vpc_id\":\"f2b1547d-ad40-4a92-b011-01a2c106c24d\",\"default_route_propagation_enabled\":false}" + headers: + Content-Type: + - application/json + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks + method: POST + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1092 + body: "{\"id\":\"0059c445-4e79-448d-bc80-800c472201a3\", \"name\":\"tf-pn-stupefied-mendel\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:52:38.073538Z\", \"updated_at\":\"2025-10-30T16:52:38.073538Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"subnets\":[{\"id\":\"cf0c73a4-66f5-46ba-929f-d6f11a04a526\", \"created_at\":\"2025-10-30T16:52:38.073538Z\", \"updated_at\":\"2025-10-30T16:52:38.073538Z\", \"subnet\":\"172.18.40.0/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"0059c445-4e79-448d-bc80-800c472201a3\", \"vpc_id\":\"f2b1547d-ad40-4a92-b011-01a2c106c24d\"}, {\"id\":\"7a3c640a-ff6b-4df0-825d-58a471e349ea\", \"created_at\":\"2025-10-30T16:52:38.073538Z\", \"updated_at\":\"2025-10-30T16:52:38.073538Z\", \"subnet\":\"fd5f:519c:6d46:d024::/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"0059c445-4e79-448d-bc80-800c472201a3\", \"vpc_id\":\"f2b1547d-ad40-4a92-b011-01a2c106c24d\"}], \"vpc_id\":\"f2b1547d-ad40-4a92-b011-01a2c106c24d\", \"dhcp_enabled\":true, \"default_route_propagation_enabled\":false, \"region\":\"fr-par\"}" + headers: + Content-Length: + - "1092" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:52:38 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - fbe7c53f-1917-4984-925b-578df56e6e87 + status: 200 OK + code: 200 + duration: 1.033514687s +- id: 4 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks/0059c445-4e79-448d-bc80-800c472201a3 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1092 + body: "{\"id\":\"0059c445-4e79-448d-bc80-800c472201a3\", \"name\":\"tf-pn-stupefied-mendel\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:52:38.073538Z\", \"updated_at\":\"2025-10-30T16:52:38.073538Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"subnets\":[{\"id\":\"cf0c73a4-66f5-46ba-929f-d6f11a04a526\", \"created_at\":\"2025-10-30T16:52:38.073538Z\", \"updated_at\":\"2025-10-30T16:52:38.073538Z\", \"subnet\":\"172.18.40.0/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"0059c445-4e79-448d-bc80-800c472201a3\", \"vpc_id\":\"f2b1547d-ad40-4a92-b011-01a2c106c24d\"}, {\"id\":\"7a3c640a-ff6b-4df0-825d-58a471e349ea\", \"created_at\":\"2025-10-30T16:52:38.073538Z\", \"updated_at\":\"2025-10-30T16:52:38.073538Z\", \"subnet\":\"fd5f:519c:6d46:d024::/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"0059c445-4e79-448d-bc80-800c472201a3\", \"vpc_id\":\"f2b1547d-ad40-4a92-b011-01a2c106c24d\"}], \"vpc_id\":\"f2b1547d-ad40-4a92-b011-01a2c106c24d\", \"dhcp_enabled\":true, \"default_route_propagation_enabled\":false, \"region\":\"fr-par\"}" + headers: + Content-Length: + - "1092" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:52:38 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 6e716921-2dc6-40e7-a3ac-b6df7d63fd62 + status: 200 OK + code: 200 + duration: 27.133445ms +- id: 5 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 645 + host: api.scaleway.com + body: "{\"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\",\"type\":\"\",\"name\":\"k8s-acl-basic\",\"description\":\"\",\"tags\":[],\"version\":\"1.34.1\",\"cni\":\"cilium\",\"pools\":null,\"autoscaler_config\":{\"scale_down_disabled\":null,\"scale_down_delay_after_add\":null,\"estimator\":\"unknown_estimator\",\"expander\":\"unknown_expander\",\"ignore_daemonsets_utilization\":null,\"balance_similar_node_groups\":null,\"expendable_pods_priority_cutoff\":0,\"scale_down_unneeded_time\":null,\"scale_down_utilization_threshold\":null,\"max_graceful_termination_sec\":0},\"feature_gates\":[],\"admission_plugins\":[],\"apiserver_cert_sans\":[],\"private_network_id\":\"0059c445-4e79-448d-bc80-800c472201a3\"}" + headers: + Content-Type: + - application/json + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters + method: POST + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1546 + body: "{\"region\":\"fr-par\", \"id\":\"b1bdbee9-59fd-4200-a17f-1707f915da60\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:52:39.048681Z\", \"updated_at\":\"2025-10-30T16:52:39.048681Z\", \"type\":\"kapsule\", \"name\":\"k8s-acl-basic\", \"description\":\"\", \"status\":\"creating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[], \"cluster_url\":\"https://b1bdbee9-59fd-4200-a17f-1707f915da60.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.b1bdbee9-59fd-4200-a17f-1707f915da60.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"0059c445-4e79-448d-bc80-800c472201a3\", \"commitment_ends_at\":\"2025-10-30T16:52:39.048690Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"\", \"new_images_enabled\":false, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1546" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:52:39 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - d5b43215-84ff-4b3c-a3c2-0872cd69fd2e + status: 200 OK + code: 200 + duration: 351.610541ms +- id: 6 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/b1bdbee9-59fd-4200-a17f-1707f915da60 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1545 + body: "{\"region\":\"fr-par\", \"id\":\"b1bdbee9-59fd-4200-a17f-1707f915da60\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:52:39.048681Z\", \"updated_at\":\"2025-10-30T16:52:39.048681Z\", \"type\":\"kapsule\", \"name\":\"k8s-acl-basic\", \"description\":\"\", \"status\":\"creating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[], \"cluster_url\":\"https://b1bdbee9-59fd-4200-a17f-1707f915da60.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.b1bdbee9-59fd-4200-a17f-1707f915da60.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"0059c445-4e79-448d-bc80-800c472201a3\", \"commitment_ends_at\":\"2025-10-30T16:52:39.048690Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1545" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:52:39 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - d7697281-82de-4708-8b17-b4845d504d29 + status: 200 OK + code: 200 + duration: 76.068096ms +- id: 7 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/b1bdbee9-59fd-4200-a17f-1707f915da60 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1586 + body: "{\"region\":\"fr-par\", \"id\":\"b1bdbee9-59fd-4200-a17f-1707f915da60\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:52:39.048681Z\", \"updated_at\":\"2025-10-30T16:52:39.527640Z\", \"type\":\"kapsule\", \"name\":\"k8s-acl-basic\", \"description\":\"\", \"status\":\"pool_required\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[], \"cluster_url\":\"https://b1bdbee9-59fd-4200-a17f-1707f915da60.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.b1bdbee9-59fd-4200-a17f-1707f915da60.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"0059c445-4e79-448d-bc80-800c472201a3\", \"commitment_ends_at\":\"2025-10-30T16:52:39.048690Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"4b332099-f140-4690-8ad7-efebec4f0fe7\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1586" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:52:44 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 7c2a2710-5d34-436d-ab77-d364935ca0da + status: 200 OK + code: 200 + duration: 77.996986ms +- id: 8 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + form: + order_by: + - created_at_asc + page: + - "1" + status: + - unknown + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/b1bdbee9-59fd-4200-a17f-1707f915da60/pools?order_by=created_at_asc&page=1&status=unknown + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 29 + body: "{\"total_count\":0, \"pools\":[]}" + headers: + Content-Length: + - "29" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:52:44 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 44668c9a-0103-437e-8a06-5d60c7e33ef1 + status: 200 OK + code: 200 + duration: 93.482181ms +- id: 9 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/b1bdbee9-59fd-4200-a17f-1707f915da60 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1586 + body: "{\"region\":\"fr-par\", \"id\":\"b1bdbee9-59fd-4200-a17f-1707f915da60\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:52:39.048681Z\", \"updated_at\":\"2025-10-30T16:52:39.527640Z\", \"type\":\"kapsule\", \"name\":\"k8s-acl-basic\", \"description\":\"\", \"status\":\"pool_required\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[], \"cluster_url\":\"https://b1bdbee9-59fd-4200-a17f-1707f915da60.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.b1bdbee9-59fd-4200-a17f-1707f915da60.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"0059c445-4e79-448d-bc80-800c472201a3\", \"commitment_ends_at\":\"2025-10-30T16:52:39.048690Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"4b332099-f140-4690-8ad7-efebec4f0fe7\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1586" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:52:44 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 487f0987-bb47-4658-b9e4-63a587d5d321 + status: 200 OK + code: 200 + duration: 25.165771ms +- id: 10 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/b1bdbee9-59fd-4200-a17f-1707f915da60/kubeconfig + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1642 + body: "{\"name\":\"kubeconfig\", \"content_type\":\"application/octet-stream\", \"content\":\"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogIms4cy1hY2wtYmFzaWMiCiAgY2x1c3RlcjoKICAgIGNlcnRpZmljYXRlLWF1dGhvcml0eS1kYXRhOiBMUzB0TFMxQ1JVZEpUaUJEUlZKVVNVWkpRMEZVUlMwdExTMHRDazFKU1VKWGFrTkRRVkZIWjBGM1NVSkJaMGxDUVVSQlMwSm5aM0ZvYTJwUFVGRlJSRUZxUVZaTlVrMTNSVkZaUkZaUlVVUkZkM0J5WkZkS2JHTnROV3dLWkVkV2VrMUNORmhFVkVreFRWUkJlVTlVUlRKT1ZFbDZUMVp2V0VSVVRURk5WRUY1VDFSRk1rNVVTWHBQVm05M1JsUkZWRTFDUlVkQk1WVkZRWGhOU3dwaE0xWnBXbGhLZFZwWVVteGpla0phVFVKTlIwSjVjVWRUVFRRNVFXZEZSME5EY1VkVFRUUTVRWGRGU0VFd1NVRkNTV2Q0ZUVaMVdVTnNjbWx5ZVhwaENqZFlObGxMY1VJeE1YaFNhR2RoWkVsQk9XbGpkM2gzYlZwQ1ZWazJSbTFrZFRsUGQycFRXR0VyTVhZMGRHUmlOa0Z2ZHpodFkyWlBkWGwxZHpGUk4xVUtjRWhMVkV4UmVXcFJha0pCVFVFMFIwRXhWV1JFZDBWQ0wzZFJSVUYzU1VOd1JFRlFRbWRPVmtoU1RVSkJaamhGUWxSQlJFRlJTQzlOUWpCSFFURlZaQXBFWjFGWFFrSlNUakpCVldObloycFhURXRGYVZocVVFbFlheTlWUlVSWGRXbHFRVXRDWjJkeGFHdHFUMUJSVVVSQlowNUlRVVJDUlVGcFFYaE1ORlJTQ21sbVFXbFhSVkp3VW5od1Ywc3ljakp1VjJZdmNqaDJNR2xQVEhoelNuTjFialJsVVdKUlNXZEtVRWhuZUVoT1luUnVSMDV0TTBOeVRYWkVRbEY0U25VS1QyRllMekZvUkcxT0szcG1MMGxPVTJ0MlRUMEtMUzB0TFMxRlRrUWdRMFZTVkVsR1NVTkJWRVV0TFMwdExRbz0KICAgIHNlcnZlcjogaHR0cHM6Ly9iMWJkYmVlOS01OWZkLTQyMDAtYTE3Zi0xNzA3ZjkxNWRhNjAuYXBpLms4cy5mci1wYXIuc2N3LmNsb3VkOjY0NDMKY29udGV4dHM6Ci0gbmFtZTogYWRtaW5AazhzLWFjbC1iYXNpYwogIGNvbnRleHQ6CiAgICBjbHVzdGVyOiAiazhzLWFjbC1iYXNpYyIKICAgIHVzZXI6IGs4cy1hY2wtYmFzaWMtYWRtaW4KY3VycmVudC1jb250ZXh0OiBhZG1pbkBrOHMtYWNsLWJhc2ljCmtpbmQ6IENvbmZpZwpwcmVmZXJlbmNlczoge30KdXNlcnM6Ci0gbmFtZTogazhzLWFjbC1iYXNpYy1hZG1pbgogIHVzZXI6CiAgICB0b2tlbjogb0REdGhMaXBoYmRnMGJaWWdQOEk3RkdVTnJycWVhUGQ1TjI2Z3dNU1VtdWJaQVh6bVpDQk1KUGY=\"}" + headers: + Content-Length: + - "1642" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:52:44 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - dd132c0e-da86-4946-90ff-2a24c95e27af + status: 200 OK + code: 200 + duration: 97.875326ms +- id: 11 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/b1bdbee9-59fd-4200-a17f-1707f915da60 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1586 + body: "{\"region\":\"fr-par\", \"id\":\"b1bdbee9-59fd-4200-a17f-1707f915da60\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:52:39.048681Z\", \"updated_at\":\"2025-10-30T16:52:39.527640Z\", \"type\":\"kapsule\", \"name\":\"k8s-acl-basic\", \"description\":\"\", \"status\":\"pool_required\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[], \"cluster_url\":\"https://b1bdbee9-59fd-4200-a17f-1707f915da60.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.b1bdbee9-59fd-4200-a17f-1707f915da60.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"0059c445-4e79-448d-bc80-800c472201a3\", \"commitment_ends_at\":\"2025-10-30T16:52:39.048690Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"4b332099-f140-4690-8ad7-efebec4f0fe7\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1586" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:52:44 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 0285b47f-e67d-4c2c-998a-88ed05f5c7c3 + status: 200 OK + code: 200 + duration: 21.208305ms +- id: 12 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 57 + host: api.scaleway.com + body: "{\"acls\":[{\"ip\":\"1.2.3.4/32\",\"description\":\"First rule\"}]}" + headers: + Content-Type: + - application/json + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/b1bdbee9-59fd-4200-a17f-1707f915da60/acls + method: PUT + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 104 + body: "{\"rules\":[{\"id\":\"07fea4b3-8b3d-46f1-8a47-c70b08a54005\", \"ip\":\"1.2.3.4/32\", \"description\":\"First rule\"}]}" + headers: + Content-Length: + - "104" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:52:44 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 593f1352-6a63-4717-9518-0cd42f0f695f + status: 200 OK + code: 200 + duration: 112.802ms +- id: 13 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/b1bdbee9-59fd-4200-a17f-1707f915da60 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1581 + body: "{\"region\":\"fr-par\", \"id\":\"b1bdbee9-59fd-4200-a17f-1707f915da60\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:52:39.048681Z\", \"updated_at\":\"2025-10-30T16:52:44.578995Z\", \"type\":\"kapsule\", \"name\":\"k8s-acl-basic\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[], \"cluster_url\":\"https://b1bdbee9-59fd-4200-a17f-1707f915da60.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.b1bdbee9-59fd-4200-a17f-1707f915da60.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"0059c445-4e79-448d-bc80-800c472201a3\", \"commitment_ends_at\":\"2025-10-30T16:52:39.048690Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"4b332099-f140-4690-8ad7-efebec4f0fe7\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1581" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:52:44 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 4887fffc-7664-40ab-bf88-19699653b959 + status: 200 OK + code: 200 + duration: 22.448171ms +- id: 14 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/b1bdbee9-59fd-4200-a17f-1707f915da60 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1581 + body: "{\"region\":\"fr-par\", \"id\":\"b1bdbee9-59fd-4200-a17f-1707f915da60\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:52:39.048681Z\", \"updated_at\":\"2025-10-30T16:52:44.578995Z\", \"type\":\"kapsule\", \"name\":\"k8s-acl-basic\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[], \"cluster_url\":\"https://b1bdbee9-59fd-4200-a17f-1707f915da60.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.b1bdbee9-59fd-4200-a17f-1707f915da60.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"0059c445-4e79-448d-bc80-800c472201a3\", \"commitment_ends_at\":\"2025-10-30T16:52:39.048690Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"4b332099-f140-4690-8ad7-efebec4f0fe7\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1581" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:52:49 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - c4b66f52-118f-4e4c-8589-74967ba67a5f + status: 200 OK + code: 200 + duration: 77.446344ms +- id: 15 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/b1bdbee9-59fd-4200-a17f-1707f915da60 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1578 + body: "{\"region\":\"fr-par\", \"id\":\"b1bdbee9-59fd-4200-a17f-1707f915da60\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:52:39.048681Z\", \"updated_at\":\"2025-10-30T16:52:54.073599Z\", \"type\":\"kapsule\", \"name\":\"k8s-acl-basic\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[], \"cluster_url\":\"https://b1bdbee9-59fd-4200-a17f-1707f915da60.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.b1bdbee9-59fd-4200-a17f-1707f915da60.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"0059c445-4e79-448d-bc80-800c472201a3\", \"commitment_ends_at\":\"2025-10-30T16:52:39.048690Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"4b332099-f140-4690-8ad7-efebec4f0fe7\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1578" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:52:54 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 11f27792-f444-48ce-85f3-48675c566c96 + status: 200 OK + code: 200 + duration: 101.046006ms +- id: 16 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/b1bdbee9-59fd-4200-a17f-1707f915da60/acls + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 121 + body: "{\"rules\":[{\"id\":\"07fea4b3-8b3d-46f1-8a47-c70b08a54005\", \"ip\":\"1.2.3.4/32\", \"description\":\"First rule\"}], \"total_count\":1}" + headers: + Content-Length: + - "121" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:52:54 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 70335860-a999-4b05-be6e-cef987dedb5b + status: 200 OK + code: 200 + duration: 31.801636ms +- id: 17 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/vpc/v2/regions/fr-par/vpcs/f2b1547d-ad40-4a92-b011-01a2c106c24d + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 414 + body: "{\"id\":\"f2b1547d-ad40-4a92-b011-01a2c106c24d\", \"name\":\"TestAccACL_Basic\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:52:37.588215Z\", \"updated_at\":\"2025-10-30T16:52:37.588215Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_default\":false, \"private_network_count\":1, \"routing_enabled\":true, \"custom_routes_propagation_enabled\":true, \"region\":\"fr-par\"}" + headers: + Content-Length: + - "414" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:52:55 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - fab50731-ddb4-42c6-9512-c1a345e97f62 + status: 200 OK + code: 200 + duration: 23.978293ms +- id: 18 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks/0059c445-4e79-448d-bc80-800c472201a3 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1092 + body: "{\"id\":\"0059c445-4e79-448d-bc80-800c472201a3\", \"name\":\"tf-pn-stupefied-mendel\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:52:38.073538Z\", \"updated_at\":\"2025-10-30T16:52:38.073538Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"subnets\":[{\"id\":\"cf0c73a4-66f5-46ba-929f-d6f11a04a526\", \"created_at\":\"2025-10-30T16:52:38.073538Z\", \"updated_at\":\"2025-10-30T16:52:38.073538Z\", \"subnet\":\"172.18.40.0/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"0059c445-4e79-448d-bc80-800c472201a3\", \"vpc_id\":\"f2b1547d-ad40-4a92-b011-01a2c106c24d\"}, {\"id\":\"7a3c640a-ff6b-4df0-825d-58a471e349ea\", \"created_at\":\"2025-10-30T16:52:38.073538Z\", \"updated_at\":\"2025-10-30T16:52:38.073538Z\", \"subnet\":\"fd5f:519c:6d46:d024::/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"0059c445-4e79-448d-bc80-800c472201a3\", \"vpc_id\":\"f2b1547d-ad40-4a92-b011-01a2c106c24d\"}], \"vpc_id\":\"f2b1547d-ad40-4a92-b011-01a2c106c24d\", \"dhcp_enabled\":true, \"default_route_propagation_enabled\":false, \"region\":\"fr-par\"}" + headers: + Content-Length: + - "1092" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:52:55 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 1df2d4dd-d709-485f-8b8d-a916b6677e83 + status: 200 OK + code: 200 + duration: 24.569061ms +- id: 19 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/b1bdbee9-59fd-4200-a17f-1707f915da60 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1578 + body: "{\"region\":\"fr-par\", \"id\":\"b1bdbee9-59fd-4200-a17f-1707f915da60\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:52:39.048681Z\", \"updated_at\":\"2025-10-30T16:52:54.073599Z\", \"type\":\"kapsule\", \"name\":\"k8s-acl-basic\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[], \"cluster_url\":\"https://b1bdbee9-59fd-4200-a17f-1707f915da60.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.b1bdbee9-59fd-4200-a17f-1707f915da60.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"0059c445-4e79-448d-bc80-800c472201a3\", \"commitment_ends_at\":\"2025-10-30T16:52:39.048690Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"4b332099-f140-4690-8ad7-efebec4f0fe7\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1578" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:52:55 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 9b9a5969-359f-48d9-b225-b826abe1d2e9 + status: 200 OK + code: 200 + duration: 97.450237ms +- id: 20 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/b1bdbee9-59fd-4200-a17f-1707f915da60/kubeconfig + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1642 + body: "{\"name\":\"kubeconfig\", \"content_type\":\"application/octet-stream\", \"content\":\"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogIms4cy1hY2wtYmFzaWMiCiAgY2x1c3RlcjoKICAgIGNlcnRpZmljYXRlLWF1dGhvcml0eS1kYXRhOiBMUzB0TFMxQ1JVZEpUaUJEUlZKVVNVWkpRMEZVUlMwdExTMHRDazFKU1VKWGFrTkRRVkZIWjBGM1NVSkJaMGxDUVVSQlMwSm5aM0ZvYTJwUFVGRlJSRUZxUVZaTlVrMTNSVkZaUkZaUlVVUkZkM0J5WkZkS2JHTnROV3dLWkVkV2VrMUNORmhFVkVreFRWUkJlVTlVUlRKT1ZFbDZUMVp2V0VSVVRURk5WRUY1VDFSRk1rNVVTWHBQVm05M1JsUkZWRTFDUlVkQk1WVkZRWGhOU3dwaE0xWnBXbGhLZFZwWVVteGpla0phVFVKTlIwSjVjVWRUVFRRNVFXZEZSME5EY1VkVFRUUTVRWGRGU0VFd1NVRkNTV2Q0ZUVaMVdVTnNjbWx5ZVhwaENqZFlObGxMY1VJeE1YaFNhR2RoWkVsQk9XbGpkM2gzYlZwQ1ZWazJSbTFrZFRsUGQycFRXR0VyTVhZMGRHUmlOa0Z2ZHpodFkyWlBkWGwxZHpGUk4xVUtjRWhMVkV4UmVXcFJha0pCVFVFMFIwRXhWV1JFZDBWQ0wzZFJSVUYzU1VOd1JFRlFRbWRPVmtoU1RVSkJaamhGUWxSQlJFRlJTQzlOUWpCSFFURlZaQXBFWjFGWFFrSlNUakpCVldObloycFhURXRGYVZocVVFbFlheTlWUlVSWGRXbHFRVXRDWjJkeGFHdHFUMUJSVVVSQlowNUlRVVJDUlVGcFFYaE1ORlJTQ21sbVFXbFhSVkp3VW5od1Ywc3ljakp1VjJZdmNqaDJNR2xQVEhoelNuTjFialJsVVdKUlNXZEtVRWhuZUVoT1luUnVSMDV0TTBOeVRYWkVRbEY0U25VS1QyRllMekZvUkcxT0szcG1MMGxPVTJ0MlRUMEtMUzB0TFMxRlRrUWdRMFZTVkVsR1NVTkJWRVV0TFMwdExRbz0KICAgIHNlcnZlcjogaHR0cHM6Ly9iMWJkYmVlOS01OWZkLTQyMDAtYTE3Zi0xNzA3ZjkxNWRhNjAuYXBpLms4cy5mci1wYXIuc2N3LmNsb3VkOjY0NDMKY29udGV4dHM6Ci0gbmFtZTogYWRtaW5AazhzLWFjbC1iYXNpYwogIGNvbnRleHQ6CiAgICBjbHVzdGVyOiAiazhzLWFjbC1iYXNpYyIKICAgIHVzZXI6IGs4cy1hY2wtYmFzaWMtYWRtaW4KY3VycmVudC1jb250ZXh0OiBhZG1pbkBrOHMtYWNsLWJhc2ljCmtpbmQ6IENvbmZpZwpwcmVmZXJlbmNlczoge30KdXNlcnM6Ci0gbmFtZTogazhzLWFjbC1iYXNpYy1hZG1pbgogIHVzZXI6CiAgICB0b2tlbjogb0REdGhMaXBoYmRnMGJaWWdQOEk3RkdVTnJycWVhUGQ1TjI2Z3dNU1VtdWJaQVh6bVpDQk1KUGY=\"}" + headers: + Content-Length: + - "1642" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:52:55 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 0abd9752-4495-49b0-bbd7-cb4198c4b8eb + status: 200 OK + code: 200 + duration: 93.138114ms +- id: 21 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/b1bdbee9-59fd-4200-a17f-1707f915da60 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1578 + body: "{\"region\":\"fr-par\", \"id\":\"b1bdbee9-59fd-4200-a17f-1707f915da60\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:52:39.048681Z\", \"updated_at\":\"2025-10-30T16:52:54.073599Z\", \"type\":\"kapsule\", \"name\":\"k8s-acl-basic\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[], \"cluster_url\":\"https://b1bdbee9-59fd-4200-a17f-1707f915da60.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.b1bdbee9-59fd-4200-a17f-1707f915da60.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"0059c445-4e79-448d-bc80-800c472201a3\", \"commitment_ends_at\":\"2025-10-30T16:52:39.048690Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"4b332099-f140-4690-8ad7-efebec4f0fe7\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1578" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:52:55 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 47bc3195-c8b5-4dd7-adfa-cdbc73e73954 + status: 200 OK + code: 200 + duration: 23.924121ms +- id: 22 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/b1bdbee9-59fd-4200-a17f-1707f915da60/acls + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 121 + body: "{\"rules\":[{\"id\":\"07fea4b3-8b3d-46f1-8a47-c70b08a54005\", \"ip\":\"1.2.3.4/32\", \"description\":\"First rule\"}], \"total_count\":1}" + headers: + Content-Length: + - "121" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:52:55 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 117ee01d-e6e0-4116-ba68-98d51a7262c5 + status: 200 OK + code: 200 + duration: 24.840001ms +- id: 23 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/vpc/v2/regions/fr-par/vpcs/f2b1547d-ad40-4a92-b011-01a2c106c24d + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 414 + body: "{\"id\":\"f2b1547d-ad40-4a92-b011-01a2c106c24d\", \"name\":\"TestAccACL_Basic\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:52:37.588215Z\", \"updated_at\":\"2025-10-30T16:52:37.588215Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_default\":false, \"private_network_count\":1, \"routing_enabled\":true, \"custom_routes_propagation_enabled\":true, \"region\":\"fr-par\"}" + headers: + Content-Length: + - "414" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:52:55 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 51be7dbf-908a-4158-9e11-407f33f33925 + status: 200 OK + code: 200 + duration: 31.105249ms +- id: 24 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks/0059c445-4e79-448d-bc80-800c472201a3 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1092 + body: "{\"id\":\"0059c445-4e79-448d-bc80-800c472201a3\", \"name\":\"tf-pn-stupefied-mendel\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:52:38.073538Z\", \"updated_at\":\"2025-10-30T16:52:38.073538Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"subnets\":[{\"id\":\"cf0c73a4-66f5-46ba-929f-d6f11a04a526\", \"created_at\":\"2025-10-30T16:52:38.073538Z\", \"updated_at\":\"2025-10-30T16:52:38.073538Z\", \"subnet\":\"172.18.40.0/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"0059c445-4e79-448d-bc80-800c472201a3\", \"vpc_id\":\"f2b1547d-ad40-4a92-b011-01a2c106c24d\"}, {\"id\":\"7a3c640a-ff6b-4df0-825d-58a471e349ea\", \"created_at\":\"2025-10-30T16:52:38.073538Z\", \"updated_at\":\"2025-10-30T16:52:38.073538Z\", \"subnet\":\"fd5f:519c:6d46:d024::/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"0059c445-4e79-448d-bc80-800c472201a3\", \"vpc_id\":\"f2b1547d-ad40-4a92-b011-01a2c106c24d\"}], \"vpc_id\":\"f2b1547d-ad40-4a92-b011-01a2c106c24d\", \"dhcp_enabled\":true, \"default_route_propagation_enabled\":false, \"region\":\"fr-par\"}" + headers: + Content-Length: + - "1092" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:52:55 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 3661090b-b7ea-4081-b112-44aed30aa97a + status: 200 OK + code: 200 + duration: 28.277602ms +- id: 25 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/b1bdbee9-59fd-4200-a17f-1707f915da60 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1578 + body: "{\"region\":\"fr-par\", \"id\":\"b1bdbee9-59fd-4200-a17f-1707f915da60\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:52:39.048681Z\", \"updated_at\":\"2025-10-30T16:52:54.073599Z\", \"type\":\"kapsule\", \"name\":\"k8s-acl-basic\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[], \"cluster_url\":\"https://b1bdbee9-59fd-4200-a17f-1707f915da60.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.b1bdbee9-59fd-4200-a17f-1707f915da60.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"0059c445-4e79-448d-bc80-800c472201a3\", \"commitment_ends_at\":\"2025-10-30T16:52:39.048690Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"4b332099-f140-4690-8ad7-efebec4f0fe7\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1578" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:52:55 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 2fb59c91-721e-4431-8e0c-aab3ab1ffbd3 + status: 200 OK + code: 200 + duration: 45.280644ms +- id: 26 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/b1bdbee9-59fd-4200-a17f-1707f915da60/kubeconfig + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1642 + body: "{\"name\":\"kubeconfig\", \"content_type\":\"application/octet-stream\", \"content\":\"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogIms4cy1hY2wtYmFzaWMiCiAgY2x1c3RlcjoKICAgIGNlcnRpZmljYXRlLWF1dGhvcml0eS1kYXRhOiBMUzB0TFMxQ1JVZEpUaUJEUlZKVVNVWkpRMEZVUlMwdExTMHRDazFKU1VKWGFrTkRRVkZIWjBGM1NVSkJaMGxDUVVSQlMwSm5aM0ZvYTJwUFVGRlJSRUZxUVZaTlVrMTNSVkZaUkZaUlVVUkZkM0J5WkZkS2JHTnROV3dLWkVkV2VrMUNORmhFVkVreFRWUkJlVTlVUlRKT1ZFbDZUMVp2V0VSVVRURk5WRUY1VDFSRk1rNVVTWHBQVm05M1JsUkZWRTFDUlVkQk1WVkZRWGhOU3dwaE0xWnBXbGhLZFZwWVVteGpla0phVFVKTlIwSjVjVWRUVFRRNVFXZEZSME5EY1VkVFRUUTVRWGRGU0VFd1NVRkNTV2Q0ZUVaMVdVTnNjbWx5ZVhwaENqZFlObGxMY1VJeE1YaFNhR2RoWkVsQk9XbGpkM2gzYlZwQ1ZWazJSbTFrZFRsUGQycFRXR0VyTVhZMGRHUmlOa0Z2ZHpodFkyWlBkWGwxZHpGUk4xVUtjRWhMVkV4UmVXcFJha0pCVFVFMFIwRXhWV1JFZDBWQ0wzZFJSVUYzU1VOd1JFRlFRbWRPVmtoU1RVSkJaamhGUWxSQlJFRlJTQzlOUWpCSFFURlZaQXBFWjFGWFFrSlNUakpCVldObloycFhURXRGYVZocVVFbFlheTlWUlVSWGRXbHFRVXRDWjJkeGFHdHFUMUJSVVVSQlowNUlRVVJDUlVGcFFYaE1ORlJTQ21sbVFXbFhSVkp3VW5od1Ywc3ljakp1VjJZdmNqaDJNR2xQVEhoelNuTjFialJsVVdKUlNXZEtVRWhuZUVoT1luUnVSMDV0TTBOeVRYWkVRbEY0U25VS1QyRllMekZvUkcxT0szcG1MMGxPVTJ0MlRUMEtMUzB0TFMxRlRrUWdRMFZTVkVsR1NVTkJWRVV0TFMwdExRbz0KICAgIHNlcnZlcjogaHR0cHM6Ly9iMWJkYmVlOS01OWZkLTQyMDAtYTE3Zi0xNzA3ZjkxNWRhNjAuYXBpLms4cy5mci1wYXIuc2N3LmNsb3VkOjY0NDMKY29udGV4dHM6Ci0gbmFtZTogYWRtaW5AazhzLWFjbC1iYXNpYwogIGNvbnRleHQ6CiAgICBjbHVzdGVyOiAiazhzLWFjbC1iYXNpYyIKICAgIHVzZXI6IGs4cy1hY2wtYmFzaWMtYWRtaW4KY3VycmVudC1jb250ZXh0OiBhZG1pbkBrOHMtYWNsLWJhc2ljCmtpbmQ6IENvbmZpZwpwcmVmZXJlbmNlczoge30KdXNlcnM6Ci0gbmFtZTogazhzLWFjbC1iYXNpYy1hZG1pbgogIHVzZXI6CiAgICB0b2tlbjogb0REdGhMaXBoYmRnMGJaWWdQOEk3RkdVTnJycWVhUGQ1TjI2Z3dNU1VtdWJaQVh6bVpDQk1KUGY=\"}" + headers: + Content-Length: + - "1642" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:52:55 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - d89a6e98-b4a9-4d0c-a440-503f7721b58f + status: 200 OK + code: 200 + duration: 79.364824ms +- id: 27 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/b1bdbee9-59fd-4200-a17f-1707f915da60 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1578 + body: "{\"region\":\"fr-par\", \"id\":\"b1bdbee9-59fd-4200-a17f-1707f915da60\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:52:39.048681Z\", \"updated_at\":\"2025-10-30T16:52:54.073599Z\", \"type\":\"kapsule\", \"name\":\"k8s-acl-basic\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[], \"cluster_url\":\"https://b1bdbee9-59fd-4200-a17f-1707f915da60.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.b1bdbee9-59fd-4200-a17f-1707f915da60.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"0059c445-4e79-448d-bc80-800c472201a3\", \"commitment_ends_at\":\"2025-10-30T16:52:39.048690Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"4b332099-f140-4690-8ad7-efebec4f0fe7\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1578" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:52:55 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - f1f6bd1d-1e51-4403-9a1a-523d9123491c + status: 200 OK + code: 200 + duration: 20.0073ms +- id: 28 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/b1bdbee9-59fd-4200-a17f-1707f915da60/acls + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 121 + body: "{\"rules\":[{\"id\":\"07fea4b3-8b3d-46f1-8a47-c70b08a54005\", \"ip\":\"1.2.3.4/32\", \"description\":\"First rule\"}], \"total_count\":1}" + headers: + Content-Length: + - "121" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:52:55 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - f167809f-f7d4-4c87-bc6c-136ebb763ac1 + status: 200 OK + code: 200 + duration: 21.079192ms +- id: 29 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/b1bdbee9-59fd-4200-a17f-1707f915da60 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1578 + body: "{\"region\":\"fr-par\", \"id\":\"b1bdbee9-59fd-4200-a17f-1707f915da60\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:52:39.048681Z\", \"updated_at\":\"2025-10-30T16:52:54.073599Z\", \"type\":\"kapsule\", \"name\":\"k8s-acl-basic\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[], \"cluster_url\":\"https://b1bdbee9-59fd-4200-a17f-1707f915da60.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.b1bdbee9-59fd-4200-a17f-1707f915da60.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"0059c445-4e79-448d-bc80-800c472201a3\", \"commitment_ends_at\":\"2025-10-30T16:52:39.048690Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"4b332099-f140-4690-8ad7-efebec4f0fe7\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1578" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:52:55 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - e8969d44-af89-45ea-a26f-e51a5fbc0ad3 + status: 200 OK + code: 200 + duration: 19.153557ms +- id: 30 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 84 + host: api.scaleway.com + body: "{\"acls\":[{\"ip\":\"1.2.3.4/32\",\"description\":\"\"},{\"ip\":\"5.6.7.0/30\",\"description\":\"\"}]}" + headers: + Content-Type: + - application/json + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/b1bdbee9-59fd-4200-a17f-1707f915da60/acls + method: PUT + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 178 + body: "{\"rules\":[{\"id\":\"67fc5591-2fd3-49a4-af0d-53115b408508\", \"ip\":\"1.2.3.4/32\", \"description\":\"\"}, {\"id\":\"c12b0bff-ccd0-495a-9516-dcf2ffd24a05\", \"ip\":\"5.6.7.0/30\", \"description\":\"\"}]}" + headers: + Content-Length: + - "178" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:52:55 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 1bcc059a-933e-4e1c-8432-f04572275ba1 + status: 200 OK + code: 200 + duration: 59.497497ms +- id: 31 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/b1bdbee9-59fd-4200-a17f-1707f915da60 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1581 + body: "{\"region\":\"fr-par\", \"id\":\"b1bdbee9-59fd-4200-a17f-1707f915da60\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:52:39.048681Z\", \"updated_at\":\"2025-10-30T16:52:55.974235Z\", \"type\":\"kapsule\", \"name\":\"k8s-acl-basic\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[], \"cluster_url\":\"https://b1bdbee9-59fd-4200-a17f-1707f915da60.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.b1bdbee9-59fd-4200-a17f-1707f915da60.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"0059c445-4e79-448d-bc80-800c472201a3\", \"commitment_ends_at\":\"2025-10-30T16:52:39.048690Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"4b332099-f140-4690-8ad7-efebec4f0fe7\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1581" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:52:56 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 700c761e-1614-495f-b836-840d012b9459 + status: 200 OK + code: 200 + duration: 103.292401ms +- id: 32 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/b1bdbee9-59fd-4200-a17f-1707f915da60 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1578 + body: "{\"region\":\"fr-par\", \"id\":\"b1bdbee9-59fd-4200-a17f-1707f915da60\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:52:39.048681Z\", \"updated_at\":\"2025-10-30T16:52:56.060394Z\", \"type\":\"kapsule\", \"name\":\"k8s-acl-basic\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[], \"cluster_url\":\"https://b1bdbee9-59fd-4200-a17f-1707f915da60.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.b1bdbee9-59fd-4200-a17f-1707f915da60.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"0059c445-4e79-448d-bc80-800c472201a3\", \"commitment_ends_at\":\"2025-10-30T16:52:39.048690Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"4b332099-f140-4690-8ad7-efebec4f0fe7\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1578" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:53:01 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 739d9973-dcac-4380-b9df-b446ae2c7e10 + status: 200 OK + code: 200 + duration: 80.459889ms +- id: 33 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/b1bdbee9-59fd-4200-a17f-1707f915da60/acls + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 195 + body: "{\"rules\":[{\"id\":\"67fc5591-2fd3-49a4-af0d-53115b408508\", \"ip\":\"1.2.3.4/32\", \"description\":\"\"}, {\"id\":\"c12b0bff-ccd0-495a-9516-dcf2ffd24a05\", \"ip\":\"5.6.7.0/30\", \"description\":\"\"}], \"total_count\":2}" + headers: + Content-Length: + - "195" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:53:01 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - a32503d0-2a8e-4156-9e1f-b75bf19dd0a1 + status: 200 OK + code: 200 + duration: 127.622184ms +- id: 34 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/vpc/v2/regions/fr-par/vpcs/f2b1547d-ad40-4a92-b011-01a2c106c24d + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 414 + body: "{\"id\":\"f2b1547d-ad40-4a92-b011-01a2c106c24d\", \"name\":\"TestAccACL_Basic\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:52:37.588215Z\", \"updated_at\":\"2025-10-30T16:52:37.588215Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_default\":false, \"private_network_count\":1, \"routing_enabled\":true, \"custom_routes_propagation_enabled\":true, \"region\":\"fr-par\"}" + headers: + Content-Length: + - "414" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:53:01 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - f373ba85-8c85-4197-840e-9378472b3b46 + status: 200 OK + code: 200 + duration: 27.722971ms +- id: 35 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks/0059c445-4e79-448d-bc80-800c472201a3 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1092 + body: "{\"id\":\"0059c445-4e79-448d-bc80-800c472201a3\", \"name\":\"tf-pn-stupefied-mendel\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:52:38.073538Z\", \"updated_at\":\"2025-10-30T16:52:38.073538Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"subnets\":[{\"id\":\"cf0c73a4-66f5-46ba-929f-d6f11a04a526\", \"created_at\":\"2025-10-30T16:52:38.073538Z\", \"updated_at\":\"2025-10-30T16:52:38.073538Z\", \"subnet\":\"172.18.40.0/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"0059c445-4e79-448d-bc80-800c472201a3\", \"vpc_id\":\"f2b1547d-ad40-4a92-b011-01a2c106c24d\"}, {\"id\":\"7a3c640a-ff6b-4df0-825d-58a471e349ea\", \"created_at\":\"2025-10-30T16:52:38.073538Z\", \"updated_at\":\"2025-10-30T16:52:38.073538Z\", \"subnet\":\"fd5f:519c:6d46:d024::/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"0059c445-4e79-448d-bc80-800c472201a3\", \"vpc_id\":\"f2b1547d-ad40-4a92-b011-01a2c106c24d\"}], \"vpc_id\":\"f2b1547d-ad40-4a92-b011-01a2c106c24d\", \"dhcp_enabled\":true, \"default_route_propagation_enabled\":false, \"region\":\"fr-par\"}" + headers: + Content-Length: + - "1092" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:53:01 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 49ecae49-a715-45fc-b2da-d051a99e65d2 + status: 200 OK + code: 200 + duration: 25.232557ms +- id: 36 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/b1bdbee9-59fd-4200-a17f-1707f915da60 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1578 + body: "{\"region\":\"fr-par\", \"id\":\"b1bdbee9-59fd-4200-a17f-1707f915da60\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:52:39.048681Z\", \"updated_at\":\"2025-10-30T16:52:56.060394Z\", \"type\":\"kapsule\", \"name\":\"k8s-acl-basic\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[], \"cluster_url\":\"https://b1bdbee9-59fd-4200-a17f-1707f915da60.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.b1bdbee9-59fd-4200-a17f-1707f915da60.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"0059c445-4e79-448d-bc80-800c472201a3\", \"commitment_ends_at\":\"2025-10-30T16:52:39.048690Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"4b332099-f140-4690-8ad7-efebec4f0fe7\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1578" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:53:01 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - a423f6a4-b9d7-4377-bee3-51f19c308f0b + status: 200 OK + code: 200 + duration: 22.1707ms +- id: 37 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/b1bdbee9-59fd-4200-a17f-1707f915da60/kubeconfig + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1642 + body: "{\"name\":\"kubeconfig\", \"content_type\":\"application/octet-stream\", \"content\":\"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogIms4cy1hY2wtYmFzaWMiCiAgY2x1c3RlcjoKICAgIGNlcnRpZmljYXRlLWF1dGhvcml0eS1kYXRhOiBMUzB0TFMxQ1JVZEpUaUJEUlZKVVNVWkpRMEZVUlMwdExTMHRDazFKU1VKWGFrTkRRVkZIWjBGM1NVSkJaMGxDUVVSQlMwSm5aM0ZvYTJwUFVGRlJSRUZxUVZaTlVrMTNSVkZaUkZaUlVVUkZkM0J5WkZkS2JHTnROV3dLWkVkV2VrMUNORmhFVkVreFRWUkJlVTlVUlRKT1ZFbDZUMVp2V0VSVVRURk5WRUY1VDFSRk1rNVVTWHBQVm05M1JsUkZWRTFDUlVkQk1WVkZRWGhOU3dwaE0xWnBXbGhLZFZwWVVteGpla0phVFVKTlIwSjVjVWRUVFRRNVFXZEZSME5EY1VkVFRUUTVRWGRGU0VFd1NVRkNTV2Q0ZUVaMVdVTnNjbWx5ZVhwaENqZFlObGxMY1VJeE1YaFNhR2RoWkVsQk9XbGpkM2gzYlZwQ1ZWazJSbTFrZFRsUGQycFRXR0VyTVhZMGRHUmlOa0Z2ZHpodFkyWlBkWGwxZHpGUk4xVUtjRWhMVkV4UmVXcFJha0pCVFVFMFIwRXhWV1JFZDBWQ0wzZFJSVUYzU1VOd1JFRlFRbWRPVmtoU1RVSkJaamhGUWxSQlJFRlJTQzlOUWpCSFFURlZaQXBFWjFGWFFrSlNUakpCVldObloycFhURXRGYVZocVVFbFlheTlWUlVSWGRXbHFRVXRDWjJkeGFHdHFUMUJSVVVSQlowNUlRVVJDUlVGcFFYaE1ORlJTQ21sbVFXbFhSVkp3VW5od1Ywc3ljakp1VjJZdmNqaDJNR2xQVEhoelNuTjFialJsVVdKUlNXZEtVRWhuZUVoT1luUnVSMDV0TTBOeVRYWkVRbEY0U25VS1QyRllMekZvUkcxT0szcG1MMGxPVTJ0MlRUMEtMUzB0TFMxRlRrUWdRMFZTVkVsR1NVTkJWRVV0TFMwdExRbz0KICAgIHNlcnZlcjogaHR0cHM6Ly9iMWJkYmVlOS01OWZkLTQyMDAtYTE3Zi0xNzA3ZjkxNWRhNjAuYXBpLms4cy5mci1wYXIuc2N3LmNsb3VkOjY0NDMKY29udGV4dHM6Ci0gbmFtZTogYWRtaW5AazhzLWFjbC1iYXNpYwogIGNvbnRleHQ6CiAgICBjbHVzdGVyOiAiazhzLWFjbC1iYXNpYyIKICAgIHVzZXI6IGs4cy1hY2wtYmFzaWMtYWRtaW4KY3VycmVudC1jb250ZXh0OiBhZG1pbkBrOHMtYWNsLWJhc2ljCmtpbmQ6IENvbmZpZwpwcmVmZXJlbmNlczoge30KdXNlcnM6Ci0gbmFtZTogazhzLWFjbC1iYXNpYy1hZG1pbgogIHVzZXI6CiAgICB0b2tlbjogb0REdGhMaXBoYmRnMGJaWWdQOEk3RkdVTnJycWVhUGQ1TjI2Z3dNU1VtdWJaQVh6bVpDQk1KUGY=\"}" + headers: + Content-Length: + - "1642" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:53:01 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 04dcee94-f100-4f57-9f41-efc5d1f01d5a + status: 200 OK + code: 200 + duration: 87.96262ms +- id: 38 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/b1bdbee9-59fd-4200-a17f-1707f915da60 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1578 + body: "{\"region\":\"fr-par\", \"id\":\"b1bdbee9-59fd-4200-a17f-1707f915da60\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:52:39.048681Z\", \"updated_at\":\"2025-10-30T16:52:56.060394Z\", \"type\":\"kapsule\", \"name\":\"k8s-acl-basic\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[], \"cluster_url\":\"https://b1bdbee9-59fd-4200-a17f-1707f915da60.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.b1bdbee9-59fd-4200-a17f-1707f915da60.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"0059c445-4e79-448d-bc80-800c472201a3\", \"commitment_ends_at\":\"2025-10-30T16:52:39.048690Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"4b332099-f140-4690-8ad7-efebec4f0fe7\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1578" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:53:01 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 91d3f2a2-b305-4874-bfce-b8ed88c26cb8 + status: 200 OK + code: 200 + duration: 22.065262ms +- id: 39 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/b1bdbee9-59fd-4200-a17f-1707f915da60/acls + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 195 + body: "{\"rules\":[{\"id\":\"67fc5591-2fd3-49a4-af0d-53115b408508\", \"ip\":\"1.2.3.4/32\", \"description\":\"\"}, {\"id\":\"c12b0bff-ccd0-495a-9516-dcf2ffd24a05\", \"ip\":\"5.6.7.0/30\", \"description\":\"\"}], \"total_count\":2}" + headers: + Content-Length: + - "195" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:53:01 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 3e24be1b-636e-45a9-80ae-91a1b877d974 + status: 200 OK + code: 200 + duration: 33.693046ms +- id: 40 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/vpc/v2/regions/fr-par/vpcs/f2b1547d-ad40-4a92-b011-01a2c106c24d + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 414 + body: "{\"id\":\"f2b1547d-ad40-4a92-b011-01a2c106c24d\", \"name\":\"TestAccACL_Basic\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:52:37.588215Z\", \"updated_at\":\"2025-10-30T16:52:37.588215Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_default\":false, \"private_network_count\":1, \"routing_enabled\":true, \"custom_routes_propagation_enabled\":true, \"region\":\"fr-par\"}" + headers: + Content-Length: + - "414" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:53:02 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - b52d0e4f-135e-4351-96bb-afafcd4682d1 + status: 200 OK + code: 200 + duration: 22.647555ms +- id: 41 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks/0059c445-4e79-448d-bc80-800c472201a3 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1092 + body: "{\"id\":\"0059c445-4e79-448d-bc80-800c472201a3\", \"name\":\"tf-pn-stupefied-mendel\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:52:38.073538Z\", \"updated_at\":\"2025-10-30T16:52:38.073538Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"subnets\":[{\"id\":\"cf0c73a4-66f5-46ba-929f-d6f11a04a526\", \"created_at\":\"2025-10-30T16:52:38.073538Z\", \"updated_at\":\"2025-10-30T16:52:38.073538Z\", \"subnet\":\"172.18.40.0/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"0059c445-4e79-448d-bc80-800c472201a3\", \"vpc_id\":\"f2b1547d-ad40-4a92-b011-01a2c106c24d\"}, {\"id\":\"7a3c640a-ff6b-4df0-825d-58a471e349ea\", \"created_at\":\"2025-10-30T16:52:38.073538Z\", \"updated_at\":\"2025-10-30T16:52:38.073538Z\", \"subnet\":\"fd5f:519c:6d46:d024::/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"0059c445-4e79-448d-bc80-800c472201a3\", \"vpc_id\":\"f2b1547d-ad40-4a92-b011-01a2c106c24d\"}], \"vpc_id\":\"f2b1547d-ad40-4a92-b011-01a2c106c24d\", \"dhcp_enabled\":true, \"default_route_propagation_enabled\":false, \"region\":\"fr-par\"}" + headers: + Content-Length: + - "1092" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:53:02 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 274d292d-f949-4609-ab6b-0a421e4c81c2 + status: 200 OK + code: 200 + duration: 29.280053ms +- id: 42 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/b1bdbee9-59fd-4200-a17f-1707f915da60 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1578 + body: "{\"region\":\"fr-par\", \"id\":\"b1bdbee9-59fd-4200-a17f-1707f915da60\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:52:39.048681Z\", \"updated_at\":\"2025-10-30T16:52:56.060394Z\", \"type\":\"kapsule\", \"name\":\"k8s-acl-basic\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[], \"cluster_url\":\"https://b1bdbee9-59fd-4200-a17f-1707f915da60.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.b1bdbee9-59fd-4200-a17f-1707f915da60.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"0059c445-4e79-448d-bc80-800c472201a3\", \"commitment_ends_at\":\"2025-10-30T16:52:39.048690Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"4b332099-f140-4690-8ad7-efebec4f0fe7\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1578" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:53:02 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - e361a67c-23bb-4710-9ff9-4a30dca52913 + status: 200 OK + code: 200 + duration: 21.66451ms +- id: 43 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/b1bdbee9-59fd-4200-a17f-1707f915da60/kubeconfig + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1642 + body: "{\"name\":\"kubeconfig\", \"content_type\":\"application/octet-stream\", \"content\":\"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogIms4cy1hY2wtYmFzaWMiCiAgY2x1c3RlcjoKICAgIGNlcnRpZmljYXRlLWF1dGhvcml0eS1kYXRhOiBMUzB0TFMxQ1JVZEpUaUJEUlZKVVNVWkpRMEZVUlMwdExTMHRDazFKU1VKWGFrTkRRVkZIWjBGM1NVSkJaMGxDUVVSQlMwSm5aM0ZvYTJwUFVGRlJSRUZxUVZaTlVrMTNSVkZaUkZaUlVVUkZkM0J5WkZkS2JHTnROV3dLWkVkV2VrMUNORmhFVkVreFRWUkJlVTlVUlRKT1ZFbDZUMVp2V0VSVVRURk5WRUY1VDFSRk1rNVVTWHBQVm05M1JsUkZWRTFDUlVkQk1WVkZRWGhOU3dwaE0xWnBXbGhLZFZwWVVteGpla0phVFVKTlIwSjVjVWRUVFRRNVFXZEZSME5EY1VkVFRUUTVRWGRGU0VFd1NVRkNTV2Q0ZUVaMVdVTnNjbWx5ZVhwaENqZFlObGxMY1VJeE1YaFNhR2RoWkVsQk9XbGpkM2gzYlZwQ1ZWazJSbTFrZFRsUGQycFRXR0VyTVhZMGRHUmlOa0Z2ZHpodFkyWlBkWGwxZHpGUk4xVUtjRWhMVkV4UmVXcFJha0pCVFVFMFIwRXhWV1JFZDBWQ0wzZFJSVUYzU1VOd1JFRlFRbWRPVmtoU1RVSkJaamhGUWxSQlJFRlJTQzlOUWpCSFFURlZaQXBFWjFGWFFrSlNUakpCVldObloycFhURXRGYVZocVVFbFlheTlWUlVSWGRXbHFRVXRDWjJkeGFHdHFUMUJSVVVSQlowNUlRVVJDUlVGcFFYaE1ORlJTQ21sbVFXbFhSVkp3VW5od1Ywc3ljakp1VjJZdmNqaDJNR2xQVEhoelNuTjFialJsVVdKUlNXZEtVRWhuZUVoT1luUnVSMDV0TTBOeVRYWkVRbEY0U25VS1QyRllMekZvUkcxT0szcG1MMGxPVTJ0MlRUMEtMUzB0TFMxRlRrUWdRMFZTVkVsR1NVTkJWRVV0TFMwdExRbz0KICAgIHNlcnZlcjogaHR0cHM6Ly9iMWJkYmVlOS01OWZkLTQyMDAtYTE3Zi0xNzA3ZjkxNWRhNjAuYXBpLms4cy5mci1wYXIuc2N3LmNsb3VkOjY0NDMKY29udGV4dHM6Ci0gbmFtZTogYWRtaW5AazhzLWFjbC1iYXNpYwogIGNvbnRleHQ6CiAgICBjbHVzdGVyOiAiazhzLWFjbC1iYXNpYyIKICAgIHVzZXI6IGs4cy1hY2wtYmFzaWMtYWRtaW4KY3VycmVudC1jb250ZXh0OiBhZG1pbkBrOHMtYWNsLWJhc2ljCmtpbmQ6IENvbmZpZwpwcmVmZXJlbmNlczoge30KdXNlcnM6Ci0gbmFtZTogazhzLWFjbC1iYXNpYy1hZG1pbgogIHVzZXI6CiAgICB0b2tlbjogb0REdGhMaXBoYmRnMGJaWWdQOEk3RkdVTnJycWVhUGQ1TjI2Z3dNU1VtdWJaQVh6bVpDQk1KUGY=\"}" + headers: + Content-Length: + - "1642" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:53:02 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - d1ab5795-2226-4a93-af94-171813e56fb7 + status: 200 OK + code: 200 + duration: 96.752488ms +- id: 44 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/b1bdbee9-59fd-4200-a17f-1707f915da60 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1578 + body: "{\"region\":\"fr-par\", \"id\":\"b1bdbee9-59fd-4200-a17f-1707f915da60\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:52:39.048681Z\", \"updated_at\":\"2025-10-30T16:52:56.060394Z\", \"type\":\"kapsule\", \"name\":\"k8s-acl-basic\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[], \"cluster_url\":\"https://b1bdbee9-59fd-4200-a17f-1707f915da60.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.b1bdbee9-59fd-4200-a17f-1707f915da60.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"0059c445-4e79-448d-bc80-800c472201a3\", \"commitment_ends_at\":\"2025-10-30T16:52:39.048690Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"4b332099-f140-4690-8ad7-efebec4f0fe7\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1578" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:53:02 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 4a204782-9378-420b-9c81-ae4a68bb08de + status: 200 OK + code: 200 + duration: 104.188393ms +- id: 45 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/b1bdbee9-59fd-4200-a17f-1707f915da60/acls + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 195 + body: "{\"rules\":[{\"id\":\"67fc5591-2fd3-49a4-af0d-53115b408508\", \"ip\":\"1.2.3.4/32\", \"description\":\"\"}, {\"id\":\"c12b0bff-ccd0-495a-9516-dcf2ffd24a05\", \"ip\":\"5.6.7.0/30\", \"description\":\"\"}], \"total_count\":2}" + headers: + Content-Length: + - "195" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:53:02 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - a3071822-cabe-439e-add3-582d1c482f03 + status: 200 OK + code: 200 + duration: 25.857981ms +- id: 46 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/b1bdbee9-59fd-4200-a17f-1707f915da60 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1578 + body: "{\"region\":\"fr-par\", \"id\":\"b1bdbee9-59fd-4200-a17f-1707f915da60\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:52:39.048681Z\", \"updated_at\":\"2025-10-30T16:52:56.060394Z\", \"type\":\"kapsule\", \"name\":\"k8s-acl-basic\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[], \"cluster_url\":\"https://b1bdbee9-59fd-4200-a17f-1707f915da60.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.b1bdbee9-59fd-4200-a17f-1707f915da60.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"0059c445-4e79-448d-bc80-800c472201a3\", \"commitment_ends_at\":\"2025-10-30T16:52:39.048690Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"4b332099-f140-4690-8ad7-efebec4f0fe7\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1578" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:53:02 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 9d623d53-fb4f-4889-96c7-da046584cf90 + status: 200 OK + code: 200 + duration: 91.70819ms +- id: 47 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 119 + host: api.scaleway.com + body: "{\"acls\":[{\"ip\":\"1.2.3.4/32\",\"description\":\"First rule\"},{\"scaleway_ranges\":true,\"description\":\"Scaleway ranges rule\"}]}" + headers: + Content-Type: + - application/json + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/b1bdbee9-59fd-4200-a17f-1707f915da60/acls + method: PUT + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 213 + body: "{\"rules\":[{\"id\":\"544b64c6-7053-4e08-b563-6815978ca36c\", \"ip\":\"1.2.3.4/32\", \"description\":\"First rule\"}, {\"id\":\"878cf4fb-ccf4-474e-ae85-824802c99ab7\", \"scaleway_ranges\":true, \"description\":\"Scaleway ranges rule\"}]}" + headers: + Content-Length: + - "213" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:53:02 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 462f7810-d037-466e-8ea5-a91eff1edff9 + status: 200 OK + code: 200 + duration: 65.311498ms +- id: 48 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/b1bdbee9-59fd-4200-a17f-1707f915da60 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1581 + body: "{\"region\":\"fr-par\", \"id\":\"b1bdbee9-59fd-4200-a17f-1707f915da60\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:52:39.048681Z\", \"updated_at\":\"2025-10-30T16:53:02.629028Z\", \"type\":\"kapsule\", \"name\":\"k8s-acl-basic\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[], \"cluster_url\":\"https://b1bdbee9-59fd-4200-a17f-1707f915da60.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.b1bdbee9-59fd-4200-a17f-1707f915da60.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"0059c445-4e79-448d-bc80-800c472201a3\", \"commitment_ends_at\":\"2025-10-30T16:52:39.048690Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"4b332099-f140-4690-8ad7-efebec4f0fe7\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1581" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:53:02 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - eeb808b0-7b9d-43e7-bec5-e110c54efb89 + status: 200 OK + code: 200 + duration: 23.461513ms +- id: 49 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/b1bdbee9-59fd-4200-a17f-1707f915da60 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1578 + body: "{\"region\":\"fr-par\", \"id\":\"b1bdbee9-59fd-4200-a17f-1707f915da60\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:52:39.048681Z\", \"updated_at\":\"2025-10-30T16:53:06.890837Z\", \"type\":\"kapsule\", \"name\":\"k8s-acl-basic\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[], \"cluster_url\":\"https://b1bdbee9-59fd-4200-a17f-1707f915da60.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.b1bdbee9-59fd-4200-a17f-1707f915da60.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"0059c445-4e79-448d-bc80-800c472201a3\", \"commitment_ends_at\":\"2025-10-30T16:52:39.048690Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"4b332099-f140-4690-8ad7-efebec4f0fe7\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1578" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:53:07 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - ffaccfea-6aa7-42ac-8ddf-bafd71cad50d + status: 200 OK + code: 200 + duration: 76.524012ms +- id: 50 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/b1bdbee9-59fd-4200-a17f-1707f915da60/acls + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 230 + body: "{\"rules\":[{\"id\":\"544b64c6-7053-4e08-b563-6815978ca36c\", \"ip\":\"1.2.3.4/32\", \"description\":\"First rule\"}, {\"id\":\"878cf4fb-ccf4-474e-ae85-824802c99ab7\", \"scaleway_ranges\":true, \"description\":\"Scaleway ranges rule\"}], \"total_count\":2}" + headers: + Content-Length: + - "230" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:53:07 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 8122e634-b34d-4b57-95af-b527296bc1d6 + status: 200 OK + code: 200 + duration: 85.545644ms +- id: 51 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/vpc/v2/regions/fr-par/vpcs/f2b1547d-ad40-4a92-b011-01a2c106c24d + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 414 + body: "{\"id\":\"f2b1547d-ad40-4a92-b011-01a2c106c24d\", \"name\":\"TestAccACL_Basic\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:52:37.588215Z\", \"updated_at\":\"2025-10-30T16:52:37.588215Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_default\":false, \"private_network_count\":1, \"routing_enabled\":true, \"custom_routes_propagation_enabled\":true, \"region\":\"fr-par\"}" + headers: + Content-Length: + - "414" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:53:08 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - a4406a69-22f2-49b7-affa-55a4d1e70206 + status: 200 OK + code: 200 + duration: 24.661986ms +- id: 52 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks/0059c445-4e79-448d-bc80-800c472201a3 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1092 + body: "{\"id\":\"0059c445-4e79-448d-bc80-800c472201a3\", \"name\":\"tf-pn-stupefied-mendel\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:52:38.073538Z\", \"updated_at\":\"2025-10-30T16:52:38.073538Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"subnets\":[{\"id\":\"cf0c73a4-66f5-46ba-929f-d6f11a04a526\", \"created_at\":\"2025-10-30T16:52:38.073538Z\", \"updated_at\":\"2025-10-30T16:52:38.073538Z\", \"subnet\":\"172.18.40.0/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"0059c445-4e79-448d-bc80-800c472201a3\", \"vpc_id\":\"f2b1547d-ad40-4a92-b011-01a2c106c24d\"}, {\"id\":\"7a3c640a-ff6b-4df0-825d-58a471e349ea\", \"created_at\":\"2025-10-30T16:52:38.073538Z\", \"updated_at\":\"2025-10-30T16:52:38.073538Z\", \"subnet\":\"fd5f:519c:6d46:d024::/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"0059c445-4e79-448d-bc80-800c472201a3\", \"vpc_id\":\"f2b1547d-ad40-4a92-b011-01a2c106c24d\"}], \"vpc_id\":\"f2b1547d-ad40-4a92-b011-01a2c106c24d\", \"dhcp_enabled\":true, \"default_route_propagation_enabled\":false, \"region\":\"fr-par\"}" + headers: + Content-Length: + - "1092" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:53:08 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - de01cac8-06fa-4bd4-b9e9-4fd41bc3ca64 + status: 200 OK + code: 200 + duration: 27.20557ms +- id: 53 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/b1bdbee9-59fd-4200-a17f-1707f915da60 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1578 + body: "{\"region\":\"fr-par\", \"id\":\"b1bdbee9-59fd-4200-a17f-1707f915da60\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:52:39.048681Z\", \"updated_at\":\"2025-10-30T16:53:06.890837Z\", \"type\":\"kapsule\", \"name\":\"k8s-acl-basic\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[], \"cluster_url\":\"https://b1bdbee9-59fd-4200-a17f-1707f915da60.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.b1bdbee9-59fd-4200-a17f-1707f915da60.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"0059c445-4e79-448d-bc80-800c472201a3\", \"commitment_ends_at\":\"2025-10-30T16:52:39.048690Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"4b332099-f140-4690-8ad7-efebec4f0fe7\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1578" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:53:08 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 921135cf-f3b9-4484-8f13-a88ff03e8dc5 + status: 200 OK + code: 200 + duration: 20.789227ms +- id: 54 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/b1bdbee9-59fd-4200-a17f-1707f915da60/kubeconfig + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1642 + body: "{\"name\":\"kubeconfig\", \"content_type\":\"application/octet-stream\", \"content\":\"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogIms4cy1hY2wtYmFzaWMiCiAgY2x1c3RlcjoKICAgIGNlcnRpZmljYXRlLWF1dGhvcml0eS1kYXRhOiBMUzB0TFMxQ1JVZEpUaUJEUlZKVVNVWkpRMEZVUlMwdExTMHRDazFKU1VKWGFrTkRRVkZIWjBGM1NVSkJaMGxDUVVSQlMwSm5aM0ZvYTJwUFVGRlJSRUZxUVZaTlVrMTNSVkZaUkZaUlVVUkZkM0J5WkZkS2JHTnROV3dLWkVkV2VrMUNORmhFVkVreFRWUkJlVTlVUlRKT1ZFbDZUMVp2V0VSVVRURk5WRUY1VDFSRk1rNVVTWHBQVm05M1JsUkZWRTFDUlVkQk1WVkZRWGhOU3dwaE0xWnBXbGhLZFZwWVVteGpla0phVFVKTlIwSjVjVWRUVFRRNVFXZEZSME5EY1VkVFRUUTVRWGRGU0VFd1NVRkNTV2Q0ZUVaMVdVTnNjbWx5ZVhwaENqZFlObGxMY1VJeE1YaFNhR2RoWkVsQk9XbGpkM2gzYlZwQ1ZWazJSbTFrZFRsUGQycFRXR0VyTVhZMGRHUmlOa0Z2ZHpodFkyWlBkWGwxZHpGUk4xVUtjRWhMVkV4UmVXcFJha0pCVFVFMFIwRXhWV1JFZDBWQ0wzZFJSVUYzU1VOd1JFRlFRbWRPVmtoU1RVSkJaamhGUWxSQlJFRlJTQzlOUWpCSFFURlZaQXBFWjFGWFFrSlNUakpCVldObloycFhURXRGYVZocVVFbFlheTlWUlVSWGRXbHFRVXRDWjJkeGFHdHFUMUJSVVVSQlowNUlRVVJDUlVGcFFYaE1ORlJTQ21sbVFXbFhSVkp3VW5od1Ywc3ljakp1VjJZdmNqaDJNR2xQVEhoelNuTjFialJsVVdKUlNXZEtVRWhuZUVoT1luUnVSMDV0TTBOeVRYWkVRbEY0U25VS1QyRllMekZvUkcxT0szcG1MMGxPVTJ0MlRUMEtMUzB0TFMxRlRrUWdRMFZTVkVsR1NVTkJWRVV0TFMwdExRbz0KICAgIHNlcnZlcjogaHR0cHM6Ly9iMWJkYmVlOS01OWZkLTQyMDAtYTE3Zi0xNzA3ZjkxNWRhNjAuYXBpLms4cy5mci1wYXIuc2N3LmNsb3VkOjY0NDMKY29udGV4dHM6Ci0gbmFtZTogYWRtaW5AazhzLWFjbC1iYXNpYwogIGNvbnRleHQ6CiAgICBjbHVzdGVyOiAiazhzLWFjbC1iYXNpYyIKICAgIHVzZXI6IGs4cy1hY2wtYmFzaWMtYWRtaW4KY3VycmVudC1jb250ZXh0OiBhZG1pbkBrOHMtYWNsLWJhc2ljCmtpbmQ6IENvbmZpZwpwcmVmZXJlbmNlczoge30KdXNlcnM6Ci0gbmFtZTogazhzLWFjbC1iYXNpYy1hZG1pbgogIHVzZXI6CiAgICB0b2tlbjogb0REdGhMaXBoYmRnMGJaWWdQOEk3RkdVTnJycWVhUGQ1TjI2Z3dNU1VtdWJaQVh6bVpDQk1KUGY=\"}" + headers: + Content-Length: + - "1642" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:53:08 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 526ef4fe-6c9f-45d6-bcd2-bcdb89962290 + status: 200 OK + code: 200 + duration: 115.127565ms +- id: 55 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/b1bdbee9-59fd-4200-a17f-1707f915da60 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1578 + body: "{\"region\":\"fr-par\", \"id\":\"b1bdbee9-59fd-4200-a17f-1707f915da60\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:52:39.048681Z\", \"updated_at\":\"2025-10-30T16:53:06.890837Z\", \"type\":\"kapsule\", \"name\":\"k8s-acl-basic\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[], \"cluster_url\":\"https://b1bdbee9-59fd-4200-a17f-1707f915da60.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.b1bdbee9-59fd-4200-a17f-1707f915da60.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"0059c445-4e79-448d-bc80-800c472201a3\", \"commitment_ends_at\":\"2025-10-30T16:52:39.048690Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"4b332099-f140-4690-8ad7-efebec4f0fe7\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1578" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:53:08 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - d5f0243d-6d0d-40c1-a0ac-ad7ef2a1473c + status: 200 OK + code: 200 + duration: 20.075448ms +- id: 56 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/b1bdbee9-59fd-4200-a17f-1707f915da60/acls + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 230 + body: "{\"rules\":[{\"id\":\"544b64c6-7053-4e08-b563-6815978ca36c\", \"ip\":\"1.2.3.4/32\", \"description\":\"First rule\"}, {\"id\":\"878cf4fb-ccf4-474e-ae85-824802c99ab7\", \"scaleway_ranges\":true, \"description\":\"Scaleway ranges rule\"}], \"total_count\":2}" + headers: + Content-Length: + - "230" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:53:08 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 11916166-cfe9-4750-bc32-68f2d33b6972 + status: 200 OK + code: 200 + duration: 20.680684ms +- id: 57 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/vpc/v2/regions/fr-par/vpcs/f2b1547d-ad40-4a92-b011-01a2c106c24d + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 414 + body: "{\"id\":\"f2b1547d-ad40-4a92-b011-01a2c106c24d\", \"name\":\"TestAccACL_Basic\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:52:37.588215Z\", \"updated_at\":\"2025-10-30T16:52:37.588215Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_default\":false, \"private_network_count\":1, \"routing_enabled\":true, \"custom_routes_propagation_enabled\":true, \"region\":\"fr-par\"}" + headers: + Content-Length: + - "414" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:53:08 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - e2b790ee-343f-4caf-a7c7-d3c6e6959ed9 + status: 200 OK + code: 200 + duration: 38.34653ms +- id: 58 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks/0059c445-4e79-448d-bc80-800c472201a3 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1092 + body: "{\"id\":\"0059c445-4e79-448d-bc80-800c472201a3\", \"name\":\"tf-pn-stupefied-mendel\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:52:38.073538Z\", \"updated_at\":\"2025-10-30T16:52:38.073538Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"subnets\":[{\"id\":\"cf0c73a4-66f5-46ba-929f-d6f11a04a526\", \"created_at\":\"2025-10-30T16:52:38.073538Z\", \"updated_at\":\"2025-10-30T16:52:38.073538Z\", \"subnet\":\"172.18.40.0/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"0059c445-4e79-448d-bc80-800c472201a3\", \"vpc_id\":\"f2b1547d-ad40-4a92-b011-01a2c106c24d\"}, {\"id\":\"7a3c640a-ff6b-4df0-825d-58a471e349ea\", \"created_at\":\"2025-10-30T16:52:38.073538Z\", \"updated_at\":\"2025-10-30T16:52:38.073538Z\", \"subnet\":\"fd5f:519c:6d46:d024::/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"0059c445-4e79-448d-bc80-800c472201a3\", \"vpc_id\":\"f2b1547d-ad40-4a92-b011-01a2c106c24d\"}], \"vpc_id\":\"f2b1547d-ad40-4a92-b011-01a2c106c24d\", \"dhcp_enabled\":true, \"default_route_propagation_enabled\":false, \"region\":\"fr-par\"}" + headers: + Content-Length: + - "1092" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:53:08 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 5865338b-0d6f-43bd-b93a-56fe45b736da + status: 200 OK + code: 200 + duration: 26.55571ms +- id: 59 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/b1bdbee9-59fd-4200-a17f-1707f915da60 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1578 + body: "{\"region\":\"fr-par\", \"id\":\"b1bdbee9-59fd-4200-a17f-1707f915da60\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:52:39.048681Z\", \"updated_at\":\"2025-10-30T16:53:06.890837Z\", \"type\":\"kapsule\", \"name\":\"k8s-acl-basic\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[], \"cluster_url\":\"https://b1bdbee9-59fd-4200-a17f-1707f915da60.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.b1bdbee9-59fd-4200-a17f-1707f915da60.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"0059c445-4e79-448d-bc80-800c472201a3\", \"commitment_ends_at\":\"2025-10-30T16:52:39.048690Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"4b332099-f140-4690-8ad7-efebec4f0fe7\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1578" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:53:08 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - c30690b2-0c54-49d6-bb6a-b21a91efe35d + status: 200 OK + code: 200 + duration: 23.324686ms +- id: 60 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/b1bdbee9-59fd-4200-a17f-1707f915da60/kubeconfig + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1642 + body: "{\"name\":\"kubeconfig\", \"content_type\":\"application/octet-stream\", \"content\":\"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogIms4cy1hY2wtYmFzaWMiCiAgY2x1c3RlcjoKICAgIGNlcnRpZmljYXRlLWF1dGhvcml0eS1kYXRhOiBMUzB0TFMxQ1JVZEpUaUJEUlZKVVNVWkpRMEZVUlMwdExTMHRDazFKU1VKWGFrTkRRVkZIWjBGM1NVSkJaMGxDUVVSQlMwSm5aM0ZvYTJwUFVGRlJSRUZxUVZaTlVrMTNSVkZaUkZaUlVVUkZkM0J5WkZkS2JHTnROV3dLWkVkV2VrMUNORmhFVkVreFRWUkJlVTlVUlRKT1ZFbDZUMVp2V0VSVVRURk5WRUY1VDFSRk1rNVVTWHBQVm05M1JsUkZWRTFDUlVkQk1WVkZRWGhOU3dwaE0xWnBXbGhLZFZwWVVteGpla0phVFVKTlIwSjVjVWRUVFRRNVFXZEZSME5EY1VkVFRUUTVRWGRGU0VFd1NVRkNTV2Q0ZUVaMVdVTnNjbWx5ZVhwaENqZFlObGxMY1VJeE1YaFNhR2RoWkVsQk9XbGpkM2gzYlZwQ1ZWazJSbTFrZFRsUGQycFRXR0VyTVhZMGRHUmlOa0Z2ZHpodFkyWlBkWGwxZHpGUk4xVUtjRWhMVkV4UmVXcFJha0pCVFVFMFIwRXhWV1JFZDBWQ0wzZFJSVUYzU1VOd1JFRlFRbWRPVmtoU1RVSkJaamhGUWxSQlJFRlJTQzlOUWpCSFFURlZaQXBFWjFGWFFrSlNUakpCVldObloycFhURXRGYVZocVVFbFlheTlWUlVSWGRXbHFRVXRDWjJkeGFHdHFUMUJSVVVSQlowNUlRVVJDUlVGcFFYaE1ORlJTQ21sbVFXbFhSVkp3VW5od1Ywc3ljakp1VjJZdmNqaDJNR2xQVEhoelNuTjFialJsVVdKUlNXZEtVRWhuZUVoT1luUnVSMDV0TTBOeVRYWkVRbEY0U25VS1QyRllMekZvUkcxT0szcG1MMGxPVTJ0MlRUMEtMUzB0TFMxRlRrUWdRMFZTVkVsR1NVTkJWRVV0TFMwdExRbz0KICAgIHNlcnZlcjogaHR0cHM6Ly9iMWJkYmVlOS01OWZkLTQyMDAtYTE3Zi0xNzA3ZjkxNWRhNjAuYXBpLms4cy5mci1wYXIuc2N3LmNsb3VkOjY0NDMKY29udGV4dHM6Ci0gbmFtZTogYWRtaW5AazhzLWFjbC1iYXNpYwogIGNvbnRleHQ6CiAgICBjbHVzdGVyOiAiazhzLWFjbC1iYXNpYyIKICAgIHVzZXI6IGs4cy1hY2wtYmFzaWMtYWRtaW4KY3VycmVudC1jb250ZXh0OiBhZG1pbkBrOHMtYWNsLWJhc2ljCmtpbmQ6IENvbmZpZwpwcmVmZXJlbmNlczoge30KdXNlcnM6Ci0gbmFtZTogazhzLWFjbC1iYXNpYy1hZG1pbgogIHVzZXI6CiAgICB0b2tlbjogb0REdGhMaXBoYmRnMGJaWWdQOEk3RkdVTnJycWVhUGQ1TjI2Z3dNU1VtdWJaQVh6bVpDQk1KUGY=\"}" + headers: + Content-Length: + - "1642" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:53:08 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 07f2474d-e77b-4f83-9f3c-aae2f21db33c + status: 200 OK + code: 200 + duration: 85.208612ms +- id: 61 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/b1bdbee9-59fd-4200-a17f-1707f915da60 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1578 + body: "{\"region\":\"fr-par\", \"id\":\"b1bdbee9-59fd-4200-a17f-1707f915da60\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:52:39.048681Z\", \"updated_at\":\"2025-10-30T16:53:06.890837Z\", \"type\":\"kapsule\", \"name\":\"k8s-acl-basic\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[], \"cluster_url\":\"https://b1bdbee9-59fd-4200-a17f-1707f915da60.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.b1bdbee9-59fd-4200-a17f-1707f915da60.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"0059c445-4e79-448d-bc80-800c472201a3\", \"commitment_ends_at\":\"2025-10-30T16:52:39.048690Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"4b332099-f140-4690-8ad7-efebec4f0fe7\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1578" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:53:08 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 4d3dea9f-ac7f-45c6-a562-6d3f350417ba + status: 200 OK + code: 200 + duration: 20.756827ms +- id: 62 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/b1bdbee9-59fd-4200-a17f-1707f915da60/acls + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 230 + body: "{\"rules\":[{\"id\":\"544b64c6-7053-4e08-b563-6815978ca36c\", \"ip\":\"1.2.3.4/32\", \"description\":\"First rule\"}, {\"id\":\"878cf4fb-ccf4-474e-ae85-824802c99ab7\", \"scaleway_ranges\":true, \"description\":\"Scaleway ranges rule\"}], \"total_count\":2}" + headers: + Content-Length: + - "230" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:53:08 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 4a850105-54be-4450-832c-a327b5f59a50 + status: 200 OK + code: 200 + duration: 22.882045ms +- id: 63 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/b1bdbee9-59fd-4200-a17f-1707f915da60 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1578 + body: "{\"region\":\"fr-par\", \"id\":\"b1bdbee9-59fd-4200-a17f-1707f915da60\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:52:39.048681Z\", \"updated_at\":\"2025-10-30T16:53:06.890837Z\", \"type\":\"kapsule\", \"name\":\"k8s-acl-basic\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[], \"cluster_url\":\"https://b1bdbee9-59fd-4200-a17f-1707f915da60.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.b1bdbee9-59fd-4200-a17f-1707f915da60.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"0059c445-4e79-448d-bc80-800c472201a3\", \"commitment_ends_at\":\"2025-10-30T16:52:39.048690Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"4b332099-f140-4690-8ad7-efebec4f0fe7\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1578" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:53:08 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 66bb45d7-47b3-4a9e-a1fe-3a35114962c7 + status: 200 OK + code: 200 + duration: 77.707945ms +- id: 64 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 13 + host: api.scaleway.com + body: "{\"acls\":null}" + headers: + Content-Type: + - application/json + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/b1bdbee9-59fd-4200-a17f-1707f915da60/acls + method: PUT + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 12 + body: "{\"rules\":[]}" + headers: + Content-Length: + - "12" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:53:08 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 6bac92d0-801a-4572-9a2d-05a5474a45eb + status: 200 OK + code: 200 + duration: 56.648599ms +- id: 65 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/b1bdbee9-59fd-4200-a17f-1707f915da60 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1581 + body: "{\"region\":\"fr-par\", \"id\":\"b1bdbee9-59fd-4200-a17f-1707f915da60\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:52:39.048681Z\", \"updated_at\":\"2025-10-30T16:53:08.965697Z\", \"type\":\"kapsule\", \"name\":\"k8s-acl-basic\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[], \"cluster_url\":\"https://b1bdbee9-59fd-4200-a17f-1707f915da60.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.b1bdbee9-59fd-4200-a17f-1707f915da60.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"0059c445-4e79-448d-bc80-800c472201a3\", \"commitment_ends_at\":\"2025-10-30T16:52:39.048690Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"4b332099-f140-4690-8ad7-efebec4f0fe7\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1581" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:53:09 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 51e13502-6571-445b-8178-20a5702b03cb + status: 200 OK + code: 200 + duration: 20.894846ms +- id: 66 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/b1bdbee9-59fd-4200-a17f-1707f915da60 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1581 + body: "{\"region\":\"fr-par\", \"id\":\"b1bdbee9-59fd-4200-a17f-1707f915da60\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:52:39.048681Z\", \"updated_at\":\"2025-10-30T16:53:08.965697Z\", \"type\":\"kapsule\", \"name\":\"k8s-acl-basic\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[], \"cluster_url\":\"https://b1bdbee9-59fd-4200-a17f-1707f915da60.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.b1bdbee9-59fd-4200-a17f-1707f915da60.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"0059c445-4e79-448d-bc80-800c472201a3\", \"commitment_ends_at\":\"2025-10-30T16:52:39.048690Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"4b332099-f140-4690-8ad7-efebec4f0fe7\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1581" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:53:14 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 3ad48eab-5393-4879-9da3-a6689bb6f8dc + status: 200 OK + code: 200 + duration: 88.295956ms +- id: 67 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/b1bdbee9-59fd-4200-a17f-1707f915da60 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1581 + body: "{\"region\":\"fr-par\", \"id\":\"b1bdbee9-59fd-4200-a17f-1707f915da60\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:52:39.048681Z\", \"updated_at\":\"2025-10-30T16:53:08.965697Z\", \"type\":\"kapsule\", \"name\":\"k8s-acl-basic\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[], \"cluster_url\":\"https://b1bdbee9-59fd-4200-a17f-1707f915da60.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.b1bdbee9-59fd-4200-a17f-1707f915da60.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"0059c445-4e79-448d-bc80-800c472201a3\", \"commitment_ends_at\":\"2025-10-30T16:52:39.048690Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"4b332099-f140-4690-8ad7-efebec4f0fe7\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1581" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:53:19 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 1db4e980-5027-4bf5-9273-14dadd7df4de + status: 200 OK + code: 200 + duration: 98.029615ms +- id: 68 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/b1bdbee9-59fd-4200-a17f-1707f915da60 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1578 + body: "{\"region\":\"fr-par\", \"id\":\"b1bdbee9-59fd-4200-a17f-1707f915da60\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:52:39.048681Z\", \"updated_at\":\"2025-10-30T16:53:20.210104Z\", \"type\":\"kapsule\", \"name\":\"k8s-acl-basic\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[], \"cluster_url\":\"https://b1bdbee9-59fd-4200-a17f-1707f915da60.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.b1bdbee9-59fd-4200-a17f-1707f915da60.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"0059c445-4e79-448d-bc80-800c472201a3\", \"commitment_ends_at\":\"2025-10-30T16:52:39.048690Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"4b332099-f140-4690-8ad7-efebec4f0fe7\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1578" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:53:24 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - ca19fef6-7cd4-48e8-973d-47577b9a3b7b + status: 200 OK + code: 200 + duration: 105.552203ms +- id: 69 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/b1bdbee9-59fd-4200-a17f-1707f915da60/acls + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 29 + body: "{\"rules\":[], \"total_count\":0}" + headers: + Content-Length: + - "29" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:53:24 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 68bc2e22-cc83-484a-98fc-5b0ad7b90d0e + status: 200 OK + code: 200 + duration: 24.48914ms +- id: 70 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/b1bdbee9-59fd-4200-a17f-1707f915da60 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1578 + body: "{\"region\":\"fr-par\", \"id\":\"b1bdbee9-59fd-4200-a17f-1707f915da60\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:52:39.048681Z\", \"updated_at\":\"2025-10-30T16:53:20.210104Z\", \"type\":\"kapsule\", \"name\":\"k8s-acl-basic\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[], \"cluster_url\":\"https://b1bdbee9-59fd-4200-a17f-1707f915da60.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.b1bdbee9-59fd-4200-a17f-1707f915da60.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"0059c445-4e79-448d-bc80-800c472201a3\", \"commitment_ends_at\":\"2025-10-30T16:52:39.048690Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"4b332099-f140-4690-8ad7-efebec4f0fe7\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1578" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:53:24 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 775d71a7-01ef-4b8e-aca6-7d6b952f2e94 + status: 200 OK + code: 200 + duration: 91.561935ms +- id: 71 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/b1bdbee9-59fd-4200-a17f-1707f915da60/acls + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 29 + body: "{\"rules\":[], \"total_count\":0}" + headers: + Content-Length: + - "29" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:53:24 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - c1807fa7-ec87-4666-ae24-4ad6c8ef2417 + status: 200 OK + code: 200 + duration: 21.475877ms +- id: 72 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/vpc/v2/regions/fr-par/vpcs/f2b1547d-ad40-4a92-b011-01a2c106c24d + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 414 + body: "{\"id\":\"f2b1547d-ad40-4a92-b011-01a2c106c24d\", \"name\":\"TestAccACL_Basic\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:52:37.588215Z\", \"updated_at\":\"2025-10-30T16:52:37.588215Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_default\":false, \"private_network_count\":1, \"routing_enabled\":true, \"custom_routes_propagation_enabled\":true, \"region\":\"fr-par\"}" + headers: + Content-Length: + - "414" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:53:24 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - bad9ef63-df4d-42eb-9189-8663ac60d465 + status: 200 OK + code: 200 + duration: 25.956776ms +- id: 73 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks/0059c445-4e79-448d-bc80-800c472201a3 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1092 + body: "{\"id\":\"0059c445-4e79-448d-bc80-800c472201a3\", \"name\":\"tf-pn-stupefied-mendel\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:52:38.073538Z\", \"updated_at\":\"2025-10-30T16:52:38.073538Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"subnets\":[{\"id\":\"cf0c73a4-66f5-46ba-929f-d6f11a04a526\", \"created_at\":\"2025-10-30T16:52:38.073538Z\", \"updated_at\":\"2025-10-30T16:52:38.073538Z\", \"subnet\":\"172.18.40.0/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"0059c445-4e79-448d-bc80-800c472201a3\", \"vpc_id\":\"f2b1547d-ad40-4a92-b011-01a2c106c24d\"}, {\"id\":\"7a3c640a-ff6b-4df0-825d-58a471e349ea\", \"created_at\":\"2025-10-30T16:52:38.073538Z\", \"updated_at\":\"2025-10-30T16:52:38.073538Z\", \"subnet\":\"fd5f:519c:6d46:d024::/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"0059c445-4e79-448d-bc80-800c472201a3\", \"vpc_id\":\"f2b1547d-ad40-4a92-b011-01a2c106c24d\"}], \"vpc_id\":\"f2b1547d-ad40-4a92-b011-01a2c106c24d\", \"dhcp_enabled\":true, \"default_route_propagation_enabled\":false, \"region\":\"fr-par\"}" + headers: + Content-Length: + - "1092" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:53:24 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 240a90b1-a341-43f0-a8e3-0b9f2539b18b + status: 200 OK + code: 200 + duration: 28.731273ms +- id: 74 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/b1bdbee9-59fd-4200-a17f-1707f915da60 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1578 + body: "{\"region\":\"fr-par\", \"id\":\"b1bdbee9-59fd-4200-a17f-1707f915da60\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:52:39.048681Z\", \"updated_at\":\"2025-10-30T16:53:20.210104Z\", \"type\":\"kapsule\", \"name\":\"k8s-acl-basic\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[], \"cluster_url\":\"https://b1bdbee9-59fd-4200-a17f-1707f915da60.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.b1bdbee9-59fd-4200-a17f-1707f915da60.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"0059c445-4e79-448d-bc80-800c472201a3\", \"commitment_ends_at\":\"2025-10-30T16:52:39.048690Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"4b332099-f140-4690-8ad7-efebec4f0fe7\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1578" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:53:24 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 82ba0165-7ee4-46f1-920d-8c0ab833ef42 + status: 200 OK + code: 200 + duration: 19.385573ms +- id: 75 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/b1bdbee9-59fd-4200-a17f-1707f915da60/kubeconfig + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1642 + body: "{\"name\":\"kubeconfig\", \"content_type\":\"application/octet-stream\", \"content\":\"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogIms4cy1hY2wtYmFzaWMiCiAgY2x1c3RlcjoKICAgIGNlcnRpZmljYXRlLWF1dGhvcml0eS1kYXRhOiBMUzB0TFMxQ1JVZEpUaUJEUlZKVVNVWkpRMEZVUlMwdExTMHRDazFKU1VKWGFrTkRRVkZIWjBGM1NVSkJaMGxDUVVSQlMwSm5aM0ZvYTJwUFVGRlJSRUZxUVZaTlVrMTNSVkZaUkZaUlVVUkZkM0J5WkZkS2JHTnROV3dLWkVkV2VrMUNORmhFVkVreFRWUkJlVTlVUlRKT1ZFbDZUMVp2V0VSVVRURk5WRUY1VDFSRk1rNVVTWHBQVm05M1JsUkZWRTFDUlVkQk1WVkZRWGhOU3dwaE0xWnBXbGhLZFZwWVVteGpla0phVFVKTlIwSjVjVWRUVFRRNVFXZEZSME5EY1VkVFRUUTVRWGRGU0VFd1NVRkNTV2Q0ZUVaMVdVTnNjbWx5ZVhwaENqZFlObGxMY1VJeE1YaFNhR2RoWkVsQk9XbGpkM2gzYlZwQ1ZWazJSbTFrZFRsUGQycFRXR0VyTVhZMGRHUmlOa0Z2ZHpodFkyWlBkWGwxZHpGUk4xVUtjRWhMVkV4UmVXcFJha0pCVFVFMFIwRXhWV1JFZDBWQ0wzZFJSVUYzU1VOd1JFRlFRbWRPVmtoU1RVSkJaamhGUWxSQlJFRlJTQzlOUWpCSFFURlZaQXBFWjFGWFFrSlNUakpCVldObloycFhURXRGYVZocVVFbFlheTlWUlVSWGRXbHFRVXRDWjJkeGFHdHFUMUJSVVVSQlowNUlRVVJDUlVGcFFYaE1ORlJTQ21sbVFXbFhSVkp3VW5od1Ywc3ljakp1VjJZdmNqaDJNR2xQVEhoelNuTjFialJsVVdKUlNXZEtVRWhuZUVoT1luUnVSMDV0TTBOeVRYWkVRbEY0U25VS1QyRllMekZvUkcxT0szcG1MMGxPVTJ0MlRUMEtMUzB0TFMxRlRrUWdRMFZTVkVsR1NVTkJWRVV0TFMwdExRbz0KICAgIHNlcnZlcjogaHR0cHM6Ly9iMWJkYmVlOS01OWZkLTQyMDAtYTE3Zi0xNzA3ZjkxNWRhNjAuYXBpLms4cy5mci1wYXIuc2N3LmNsb3VkOjY0NDMKY29udGV4dHM6Ci0gbmFtZTogYWRtaW5AazhzLWFjbC1iYXNpYwogIGNvbnRleHQ6CiAgICBjbHVzdGVyOiAiazhzLWFjbC1iYXNpYyIKICAgIHVzZXI6IGs4cy1hY2wtYmFzaWMtYWRtaW4KY3VycmVudC1jb250ZXh0OiBhZG1pbkBrOHMtYWNsLWJhc2ljCmtpbmQ6IENvbmZpZwpwcmVmZXJlbmNlczoge30KdXNlcnM6Ci0gbmFtZTogazhzLWFjbC1iYXNpYy1hZG1pbgogIHVzZXI6CiAgICB0b2tlbjogb0REdGhMaXBoYmRnMGJaWWdQOEk3RkdVTnJycWVhUGQ1TjI2Z3dNU1VtdWJaQVh6bVpDQk1KUGY=\"}" + headers: + Content-Length: + - "1642" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:53:24 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 3025a328-e02e-4bcd-a3fa-6642cd62a7ef + status: 200 OK + code: 200 + duration: 76.366938ms +- id: 76 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/b1bdbee9-59fd-4200-a17f-1707f915da60 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1578 + body: "{\"region\":\"fr-par\", \"id\":\"b1bdbee9-59fd-4200-a17f-1707f915da60\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:52:39.048681Z\", \"updated_at\":\"2025-10-30T16:53:20.210104Z\", \"type\":\"kapsule\", \"name\":\"k8s-acl-basic\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[], \"cluster_url\":\"https://b1bdbee9-59fd-4200-a17f-1707f915da60.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.b1bdbee9-59fd-4200-a17f-1707f915da60.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"0059c445-4e79-448d-bc80-800c472201a3\", \"commitment_ends_at\":\"2025-10-30T16:52:39.048690Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"4b332099-f140-4690-8ad7-efebec4f0fe7\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1578" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:53:24 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - ede84b04-ad33-4381-9ac2-6edc5ca2851a + status: 200 OK + code: 200 + duration: 24.108368ms +- id: 77 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/b1bdbee9-59fd-4200-a17f-1707f915da60/acls + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 29 + body: "{\"rules\":[], \"total_count\":0}" + headers: + Content-Length: + - "29" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:53:24 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 0f41715c-a8a3-4031-aa40-7dc199b7c57d + status: 200 OK + code: 200 + duration: 22.607861ms +- id: 78 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/vpc/v2/regions/fr-par/vpcs/f2b1547d-ad40-4a92-b011-01a2c106c24d + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 414 + body: "{\"id\":\"f2b1547d-ad40-4a92-b011-01a2c106c24d\", \"name\":\"TestAccACL_Basic\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:52:37.588215Z\", \"updated_at\":\"2025-10-30T16:52:37.588215Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_default\":false, \"private_network_count\":1, \"routing_enabled\":true, \"custom_routes_propagation_enabled\":true, \"region\":\"fr-par\"}" + headers: + Content-Length: + - "414" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:53:25 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - a1b74f97-9911-4747-9431-7747733e5fd5 + status: 200 OK + code: 200 + duration: 26.048348ms +- id: 79 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/b1bdbee9-59fd-4200-a17f-1707f915da60 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1578 + body: "{\"region\":\"fr-par\", \"id\":\"b1bdbee9-59fd-4200-a17f-1707f915da60\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:52:39.048681Z\", \"updated_at\":\"2025-10-30T16:53:20.210104Z\", \"type\":\"kapsule\", \"name\":\"k8s-acl-basic\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[], \"cluster_url\":\"https://b1bdbee9-59fd-4200-a17f-1707f915da60.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.b1bdbee9-59fd-4200-a17f-1707f915da60.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"0059c445-4e79-448d-bc80-800c472201a3\", \"commitment_ends_at\":\"2025-10-30T16:52:39.048690Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"4b332099-f140-4690-8ad7-efebec4f0fe7\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1578" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:53:25 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - ec6103cb-0b68-4c92-9bb3-6d6787ac1f17 + status: 200 OK + code: 200 + duration: 31.9952ms +- id: 80 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/b1bdbee9-59fd-4200-a17f-1707f915da60/acls + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 29 + body: "{\"rules\":[], \"total_count\":0}" + headers: + Content-Length: + - "29" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:53:25 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - ac9e9363-6700-4f1f-9a74-eb532f848204 + status: 200 OK + code: 200 + duration: 23.687657ms +- id: 81 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks/0059c445-4e79-448d-bc80-800c472201a3 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1092 + body: "{\"id\":\"0059c445-4e79-448d-bc80-800c472201a3\", \"name\":\"tf-pn-stupefied-mendel\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:52:38.073538Z\", \"updated_at\":\"2025-10-30T16:52:38.073538Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"subnets\":[{\"id\":\"cf0c73a4-66f5-46ba-929f-d6f11a04a526\", \"created_at\":\"2025-10-30T16:52:38.073538Z\", \"updated_at\":\"2025-10-30T16:52:38.073538Z\", \"subnet\":\"172.18.40.0/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"0059c445-4e79-448d-bc80-800c472201a3\", \"vpc_id\":\"f2b1547d-ad40-4a92-b011-01a2c106c24d\"}, {\"id\":\"7a3c640a-ff6b-4df0-825d-58a471e349ea\", \"created_at\":\"2025-10-30T16:52:38.073538Z\", \"updated_at\":\"2025-10-30T16:52:38.073538Z\", \"subnet\":\"fd5f:519c:6d46:d024::/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"0059c445-4e79-448d-bc80-800c472201a3\", \"vpc_id\":\"f2b1547d-ad40-4a92-b011-01a2c106c24d\"}], \"vpc_id\":\"f2b1547d-ad40-4a92-b011-01a2c106c24d\", \"dhcp_enabled\":true, \"default_route_propagation_enabled\":false, \"region\":\"fr-par\"}" + headers: + Content-Length: + - "1092" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:53:25 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - f7ac5ca8-1a75-4c02-a167-475433bf53b9 + status: 200 OK + code: 200 + duration: 35.642084ms +- id: 82 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/b1bdbee9-59fd-4200-a17f-1707f915da60 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1578 + body: "{\"region\":\"fr-par\", \"id\":\"b1bdbee9-59fd-4200-a17f-1707f915da60\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:52:39.048681Z\", \"updated_at\":\"2025-10-30T16:53:20.210104Z\", \"type\":\"kapsule\", \"name\":\"k8s-acl-basic\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[], \"cluster_url\":\"https://b1bdbee9-59fd-4200-a17f-1707f915da60.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.b1bdbee9-59fd-4200-a17f-1707f915da60.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"0059c445-4e79-448d-bc80-800c472201a3\", \"commitment_ends_at\":\"2025-10-30T16:52:39.048690Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"4b332099-f140-4690-8ad7-efebec4f0fe7\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1578" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:53:25 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 4c3c6989-8a02-4f55-909f-a41ff17af206 + status: 200 OK + code: 200 + duration: 21.778424ms +- id: 83 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/b1bdbee9-59fd-4200-a17f-1707f915da60/kubeconfig + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1642 + body: "{\"name\":\"kubeconfig\", \"content_type\":\"application/octet-stream\", \"content\":\"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogIms4cy1hY2wtYmFzaWMiCiAgY2x1c3RlcjoKICAgIGNlcnRpZmljYXRlLWF1dGhvcml0eS1kYXRhOiBMUzB0TFMxQ1JVZEpUaUJEUlZKVVNVWkpRMEZVUlMwdExTMHRDazFKU1VKWGFrTkRRVkZIWjBGM1NVSkJaMGxDUVVSQlMwSm5aM0ZvYTJwUFVGRlJSRUZxUVZaTlVrMTNSVkZaUkZaUlVVUkZkM0J5WkZkS2JHTnROV3dLWkVkV2VrMUNORmhFVkVreFRWUkJlVTlVUlRKT1ZFbDZUMVp2V0VSVVRURk5WRUY1VDFSRk1rNVVTWHBQVm05M1JsUkZWRTFDUlVkQk1WVkZRWGhOU3dwaE0xWnBXbGhLZFZwWVVteGpla0phVFVKTlIwSjVjVWRUVFRRNVFXZEZSME5EY1VkVFRUUTVRWGRGU0VFd1NVRkNTV2Q0ZUVaMVdVTnNjbWx5ZVhwaENqZFlObGxMY1VJeE1YaFNhR2RoWkVsQk9XbGpkM2gzYlZwQ1ZWazJSbTFrZFRsUGQycFRXR0VyTVhZMGRHUmlOa0Z2ZHpodFkyWlBkWGwxZHpGUk4xVUtjRWhMVkV4UmVXcFJha0pCVFVFMFIwRXhWV1JFZDBWQ0wzZFJSVUYzU1VOd1JFRlFRbWRPVmtoU1RVSkJaamhGUWxSQlJFRlJTQzlOUWpCSFFURlZaQXBFWjFGWFFrSlNUakpCVldObloycFhURXRGYVZocVVFbFlheTlWUlVSWGRXbHFRVXRDWjJkeGFHdHFUMUJSVVVSQlowNUlRVVJDUlVGcFFYaE1ORlJTQ21sbVFXbFhSVkp3VW5od1Ywc3ljakp1VjJZdmNqaDJNR2xQVEhoelNuTjFialJsVVdKUlNXZEtVRWhuZUVoT1luUnVSMDV0TTBOeVRYWkVRbEY0U25VS1QyRllMekZvUkcxT0szcG1MMGxPVTJ0MlRUMEtMUzB0TFMxRlRrUWdRMFZTVkVsR1NVTkJWRVV0TFMwdExRbz0KICAgIHNlcnZlcjogaHR0cHM6Ly9iMWJkYmVlOS01OWZkLTQyMDAtYTE3Zi0xNzA3ZjkxNWRhNjAuYXBpLms4cy5mci1wYXIuc2N3LmNsb3VkOjY0NDMKY29udGV4dHM6Ci0gbmFtZTogYWRtaW5AazhzLWFjbC1iYXNpYwogIGNvbnRleHQ6CiAgICBjbHVzdGVyOiAiazhzLWFjbC1iYXNpYyIKICAgIHVzZXI6IGs4cy1hY2wtYmFzaWMtYWRtaW4KY3VycmVudC1jb250ZXh0OiBhZG1pbkBrOHMtYWNsLWJhc2ljCmtpbmQ6IENvbmZpZwpwcmVmZXJlbmNlczoge30KdXNlcnM6Ci0gbmFtZTogazhzLWFjbC1iYXNpYy1hZG1pbgogIHVzZXI6CiAgICB0b2tlbjogb0REdGhMaXBoYmRnMGJaWWdQOEk3RkdVTnJycWVhUGQ1TjI2Z3dNU1VtdWJaQVh6bVpDQk1KUGY=\"}" + headers: + Content-Length: + - "1642" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:53:25 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 117053b8-3733-4c52-a690-0b94a0d673d4 + status: 200 OK + code: 200 + duration: 28.529395ms +- id: 84 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/b1bdbee9-59fd-4200-a17f-1707f915da60 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1578 + body: "{\"region\":\"fr-par\", \"id\":\"b1bdbee9-59fd-4200-a17f-1707f915da60\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:52:39.048681Z\", \"updated_at\":\"2025-10-30T16:53:20.210104Z\", \"type\":\"kapsule\", \"name\":\"k8s-acl-basic\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[], \"cluster_url\":\"https://b1bdbee9-59fd-4200-a17f-1707f915da60.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.b1bdbee9-59fd-4200-a17f-1707f915da60.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"0059c445-4e79-448d-bc80-800c472201a3\", \"commitment_ends_at\":\"2025-10-30T16:52:39.048690Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"4b332099-f140-4690-8ad7-efebec4f0fe7\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1578" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:53:25 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 78f84561-145d-459c-bd5f-f898f6c00464 + status: 200 OK + code: 200 + duration: 26.311232ms +- id: 85 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 110 + host: api.scaleway.com + body: "{\"acls\":[{\"ip\":\"0.0.0.0/0\",\"description\":\"Automatically generated after scaleway_k8s_acl resource deletion\"}]}" + headers: + Content-Type: + - application/json + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/b1bdbee9-59fd-4200-a17f-1707f915da60/acls + method: PUT + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 157 + body: "{\"rules\":[{\"id\":\"7eac8173-b28c-449e-895a-9ccdf58f11ac\", \"ip\":\"0.0.0.0/0\", \"description\":\"Automatically generated after scaleway_k8s_acl resource deletion\"}]}" + headers: + Content-Length: + - "157" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:53:25 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - f0671831-9765-416e-97c7-47da542c6c0a + status: 200 OK + code: 200 + duration: 43.010283ms +- id: 86 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/b1bdbee9-59fd-4200-a17f-1707f915da60 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1581 + body: "{\"region\":\"fr-par\", \"id\":\"b1bdbee9-59fd-4200-a17f-1707f915da60\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:52:39.048681Z\", \"updated_at\":\"2025-10-30T16:53:25.380598Z\", \"type\":\"kapsule\", \"name\":\"k8s-acl-basic\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[], \"cluster_url\":\"https://b1bdbee9-59fd-4200-a17f-1707f915da60.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.b1bdbee9-59fd-4200-a17f-1707f915da60.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"0059c445-4e79-448d-bc80-800c472201a3\", \"commitment_ends_at\":\"2025-10-30T16:52:39.048690Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"4b332099-f140-4690-8ad7-efebec4f0fe7\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1581" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:53:25 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 70ba74eb-f6c5-42df-8179-02ef8a83e999 + status: 200 OK + code: 200 + duration: 99.09859ms +- id: 87 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/b1bdbee9-59fd-4200-a17f-1707f915da60 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1578 + body: "{\"region\":\"fr-par\", \"id\":\"b1bdbee9-59fd-4200-a17f-1707f915da60\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:52:39.048681Z\", \"updated_at\":\"2025-10-30T16:53:25.493940Z\", \"type\":\"kapsule\", \"name\":\"k8s-acl-basic\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[], \"cluster_url\":\"https://b1bdbee9-59fd-4200-a17f-1707f915da60.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.b1bdbee9-59fd-4200-a17f-1707f915da60.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"0059c445-4e79-448d-bc80-800c472201a3\", \"commitment_ends_at\":\"2025-10-30T16:52:39.048690Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"4b332099-f140-4690-8ad7-efebec4f0fe7\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1578" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:53:30 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 17934151-1675-432c-9e14-5ce1bb47dc60 + status: 200 OK + code: 200 + duration: 77.07685ms +- id: 88 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/b1bdbee9-59fd-4200-a17f-1707f915da60 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1578 + body: "{\"region\":\"fr-par\", \"id\":\"b1bdbee9-59fd-4200-a17f-1707f915da60\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:52:39.048681Z\", \"updated_at\":\"2025-10-30T16:53:25.493940Z\", \"type\":\"kapsule\", \"name\":\"k8s-acl-basic\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[], \"cluster_url\":\"https://b1bdbee9-59fd-4200-a17f-1707f915da60.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.b1bdbee9-59fd-4200-a17f-1707f915da60.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"0059c445-4e79-448d-bc80-800c472201a3\", \"commitment_ends_at\":\"2025-10-30T16:52:39.048690Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"4b332099-f140-4690-8ad7-efebec4f0fe7\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1578" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:53:30 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 91304840-a05e-4c24-a81f-f7deb7b79e4a + status: 200 OK + code: 200 + duration: 24.099541ms +- id: 89 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/b1bdbee9-59fd-4200-a17f-1707f915da60/acls + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 174 + body: "{\"rules\":[{\"id\":\"7eac8173-b28c-449e-895a-9ccdf58f11ac\", \"ip\":\"0.0.0.0/0\", \"description\":\"Automatically generated after scaleway_k8s_acl resource deletion\"}], \"total_count\":1}" + headers: + Content-Length: + - "174" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:53:30 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 396318e7-eb99-4c15-a826-4bfb302a287c + status: 200 OK + code: 200 + duration: 107.757632ms +- id: 90 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/vpc/v2/regions/fr-par/vpcs/f2b1547d-ad40-4a92-b011-01a2c106c24d + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 414 + body: "{\"id\":\"f2b1547d-ad40-4a92-b011-01a2c106c24d\", \"name\":\"TestAccACL_Basic\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:52:37.588215Z\", \"updated_at\":\"2025-10-30T16:52:37.588215Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_default\":false, \"private_network_count\":1, \"routing_enabled\":true, \"custom_routes_propagation_enabled\":true, \"region\":\"fr-par\"}" + headers: + Content-Length: + - "414" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:53:31 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - b0da9310-1708-413d-ad64-d2b80bde8b79 + status: 200 OK + code: 200 + duration: 36.692845ms +- id: 91 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks/0059c445-4e79-448d-bc80-800c472201a3 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1092 + body: "{\"id\":\"0059c445-4e79-448d-bc80-800c472201a3\", \"name\":\"tf-pn-stupefied-mendel\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:52:38.073538Z\", \"updated_at\":\"2025-10-30T16:52:38.073538Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"subnets\":[{\"id\":\"cf0c73a4-66f5-46ba-929f-d6f11a04a526\", \"created_at\":\"2025-10-30T16:52:38.073538Z\", \"updated_at\":\"2025-10-30T16:52:38.073538Z\", \"subnet\":\"172.18.40.0/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"0059c445-4e79-448d-bc80-800c472201a3\", \"vpc_id\":\"f2b1547d-ad40-4a92-b011-01a2c106c24d\"}, {\"id\":\"7a3c640a-ff6b-4df0-825d-58a471e349ea\", \"created_at\":\"2025-10-30T16:52:38.073538Z\", \"updated_at\":\"2025-10-30T16:52:38.073538Z\", \"subnet\":\"fd5f:519c:6d46:d024::/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"0059c445-4e79-448d-bc80-800c472201a3\", \"vpc_id\":\"f2b1547d-ad40-4a92-b011-01a2c106c24d\"}], \"vpc_id\":\"f2b1547d-ad40-4a92-b011-01a2c106c24d\", \"dhcp_enabled\":true, \"default_route_propagation_enabled\":false, \"region\":\"fr-par\"}" + headers: + Content-Length: + - "1092" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:53:31 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - be1edb05-ebed-452f-b876-34187a5c2f97 + status: 200 OK + code: 200 + duration: 30.335284ms +- id: 92 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/b1bdbee9-59fd-4200-a17f-1707f915da60 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1578 + body: "{\"region\":\"fr-par\", \"id\":\"b1bdbee9-59fd-4200-a17f-1707f915da60\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:52:39.048681Z\", \"updated_at\":\"2025-10-30T16:53:25.493940Z\", \"type\":\"kapsule\", \"name\":\"k8s-acl-basic\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[], \"cluster_url\":\"https://b1bdbee9-59fd-4200-a17f-1707f915da60.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.b1bdbee9-59fd-4200-a17f-1707f915da60.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"0059c445-4e79-448d-bc80-800c472201a3\", \"commitment_ends_at\":\"2025-10-30T16:52:39.048690Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"4b332099-f140-4690-8ad7-efebec4f0fe7\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1578" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:53:31 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 516a24f8-71e8-4c8b-a075-1f81edd3e452 + status: 200 OK + code: 200 + duration: 29.351066ms +- id: 93 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/b1bdbee9-59fd-4200-a17f-1707f915da60/kubeconfig + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1642 + body: "{\"name\":\"kubeconfig\", \"content_type\":\"application/octet-stream\", \"content\":\"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogIms4cy1hY2wtYmFzaWMiCiAgY2x1c3RlcjoKICAgIGNlcnRpZmljYXRlLWF1dGhvcml0eS1kYXRhOiBMUzB0TFMxQ1JVZEpUaUJEUlZKVVNVWkpRMEZVUlMwdExTMHRDazFKU1VKWGFrTkRRVkZIWjBGM1NVSkJaMGxDUVVSQlMwSm5aM0ZvYTJwUFVGRlJSRUZxUVZaTlVrMTNSVkZaUkZaUlVVUkZkM0J5WkZkS2JHTnROV3dLWkVkV2VrMUNORmhFVkVreFRWUkJlVTlVUlRKT1ZFbDZUMVp2V0VSVVRURk5WRUY1VDFSRk1rNVVTWHBQVm05M1JsUkZWRTFDUlVkQk1WVkZRWGhOU3dwaE0xWnBXbGhLZFZwWVVteGpla0phVFVKTlIwSjVjVWRUVFRRNVFXZEZSME5EY1VkVFRUUTVRWGRGU0VFd1NVRkNTV2Q0ZUVaMVdVTnNjbWx5ZVhwaENqZFlObGxMY1VJeE1YaFNhR2RoWkVsQk9XbGpkM2gzYlZwQ1ZWazJSbTFrZFRsUGQycFRXR0VyTVhZMGRHUmlOa0Z2ZHpodFkyWlBkWGwxZHpGUk4xVUtjRWhMVkV4UmVXcFJha0pCVFVFMFIwRXhWV1JFZDBWQ0wzZFJSVUYzU1VOd1JFRlFRbWRPVmtoU1RVSkJaamhGUWxSQlJFRlJTQzlOUWpCSFFURlZaQXBFWjFGWFFrSlNUakpCVldObloycFhURXRGYVZocVVFbFlheTlWUlVSWGRXbHFRVXRDWjJkeGFHdHFUMUJSVVVSQlowNUlRVVJDUlVGcFFYaE1ORlJTQ21sbVFXbFhSVkp3VW5od1Ywc3ljakp1VjJZdmNqaDJNR2xQVEhoelNuTjFialJsVVdKUlNXZEtVRWhuZUVoT1luUnVSMDV0TTBOeVRYWkVRbEY0U25VS1QyRllMekZvUkcxT0szcG1MMGxPVTJ0MlRUMEtMUzB0TFMxRlRrUWdRMFZTVkVsR1NVTkJWRVV0TFMwdExRbz0KICAgIHNlcnZlcjogaHR0cHM6Ly9iMWJkYmVlOS01OWZkLTQyMDAtYTE3Zi0xNzA3ZjkxNWRhNjAuYXBpLms4cy5mci1wYXIuc2N3LmNsb3VkOjY0NDMKY29udGV4dHM6Ci0gbmFtZTogYWRtaW5AazhzLWFjbC1iYXNpYwogIGNvbnRleHQ6CiAgICBjbHVzdGVyOiAiazhzLWFjbC1iYXNpYyIKICAgIHVzZXI6IGs4cy1hY2wtYmFzaWMtYWRtaW4KY3VycmVudC1jb250ZXh0OiBhZG1pbkBrOHMtYWNsLWJhc2ljCmtpbmQ6IENvbmZpZwpwcmVmZXJlbmNlczoge30KdXNlcnM6Ci0gbmFtZTogazhzLWFjbC1iYXNpYy1hZG1pbgogIHVzZXI6CiAgICB0b2tlbjogb0REdGhMaXBoYmRnMGJaWWdQOEk3RkdVTnJycWVhUGQ1TjI2Z3dNU1VtdWJaQVh6bVpDQk1KUGY=\"}" + headers: + Content-Length: + - "1642" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:53:31 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - e1221324-4c1d-4fb1-94e2-e4d5a0dc0ad3 + status: 200 OK + code: 200 + duration: 88.397267ms +- id: 94 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + form: + with_additional_resources: + - "true" + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/b1bdbee9-59fd-4200-a17f-1707f915da60?with_additional_resources=true + method: DELETE + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1582 + body: "{\"region\":\"fr-par\", \"id\":\"b1bdbee9-59fd-4200-a17f-1707f915da60\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:52:39.048681Z\", \"updated_at\":\"2025-10-30T16:53:31.389434Z\", \"type\":\"kapsule\", \"name\":\"k8s-acl-basic\", \"description\":\"\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[], \"cluster_url\":\"https://b1bdbee9-59fd-4200-a17f-1707f915da60.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.b1bdbee9-59fd-4200-a17f-1707f915da60.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"0059c445-4e79-448d-bc80-800c472201a3\", \"commitment_ends_at\":\"2025-10-30T16:52:39.048690Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"4b332099-f140-4690-8ad7-efebec4f0fe7\", \"new_images_enabled\":false, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1582" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:53:31 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - e54004a9-b4d7-4d4e-9cf6-74998e1cc75b + status: 200 OK + code: 200 + duration: 103.144765ms +- id: 95 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/b1bdbee9-59fd-4200-a17f-1707f915da60 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1581 + body: "{\"region\":\"fr-par\", \"id\":\"b1bdbee9-59fd-4200-a17f-1707f915da60\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:52:39.048681Z\", \"updated_at\":\"2025-10-30T16:53:31.389434Z\", \"type\":\"kapsule\", \"name\":\"k8s-acl-basic\", \"description\":\"\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[], \"cluster_url\":\"https://b1bdbee9-59fd-4200-a17f-1707f915da60.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.b1bdbee9-59fd-4200-a17f-1707f915da60.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"0059c445-4e79-448d-bc80-800c472201a3\", \"commitment_ends_at\":\"2025-10-30T16:52:39.048690Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"4b332099-f140-4690-8ad7-efebec4f0fe7\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1581" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:53:31 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 8e2fe273-c799-48cd-b161-52ad4a36361a + status: 200 OK + code: 200 + duration: 18.486646ms +- id: 96 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/b1bdbee9-59fd-4200-a17f-1707f915da60 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1581 + body: "{\"region\":\"fr-par\", \"id\":\"b1bdbee9-59fd-4200-a17f-1707f915da60\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:52:39.048681Z\", \"updated_at\":\"2025-10-30T16:53:31.389434Z\", \"type\":\"kapsule\", \"name\":\"k8s-acl-basic\", \"description\":\"\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[], \"cluster_url\":\"https://b1bdbee9-59fd-4200-a17f-1707f915da60.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.b1bdbee9-59fd-4200-a17f-1707f915da60.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"0059c445-4e79-448d-bc80-800c472201a3\", \"commitment_ends_at\":\"2025-10-30T16:52:39.048690Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"4b332099-f140-4690-8ad7-efebec4f0fe7\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1581" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:53:36 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - e51e5001-d052-4a60-acaa-c54e3ac17749 + status: 200 OK + code: 200 + duration: 86.347999ms +- id: 97 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/b1bdbee9-59fd-4200-a17f-1707f915da60 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1581 + body: "{\"region\":\"fr-par\", \"id\":\"b1bdbee9-59fd-4200-a17f-1707f915da60\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:52:39.048681Z\", \"updated_at\":\"2025-10-30T16:53:31.389434Z\", \"type\":\"kapsule\", \"name\":\"k8s-acl-basic\", \"description\":\"\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[], \"cluster_url\":\"https://b1bdbee9-59fd-4200-a17f-1707f915da60.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.b1bdbee9-59fd-4200-a17f-1707f915da60.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"0059c445-4e79-448d-bc80-800c472201a3\", \"commitment_ends_at\":\"2025-10-30T16:52:39.048690Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"4b332099-f140-4690-8ad7-efebec4f0fe7\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1581" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:53:41 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 90d31cef-37c9-45df-9d12-2df5fe8e027d + status: 200 OK + code: 200 + duration: 81.284747ms +- id: 98 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/b1bdbee9-59fd-4200-a17f-1707f915da60 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1581 + body: "{\"region\":\"fr-par\", \"id\":\"b1bdbee9-59fd-4200-a17f-1707f915da60\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:52:39.048681Z\", \"updated_at\":\"2025-10-30T16:53:31.389434Z\", \"type\":\"kapsule\", \"name\":\"k8s-acl-basic\", \"description\":\"\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[], \"cluster_url\":\"https://b1bdbee9-59fd-4200-a17f-1707f915da60.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.b1bdbee9-59fd-4200-a17f-1707f915da60.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"0059c445-4e79-448d-bc80-800c472201a3\", \"commitment_ends_at\":\"2025-10-30T16:52:39.048690Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"4b332099-f140-4690-8ad7-efebec4f0fe7\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1581" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:53:46 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 22e9617a-15cd-4b51-9013-44c749e0795e + status: 200 OK + code: 200 + duration: 84.865337ms +- id: 99 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/b1bdbee9-59fd-4200-a17f-1707f915da60 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 128 + body: "{\"message\":\"resource is not found\",\"resource\":\"cluster\",\"resource_id\":\"b1bdbee9-59fd-4200-a17f-1707f915da60\",\"type\":\"not_found\"}" + headers: + Content-Length: + - "128" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:53:51 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - d9215ef8-550d-40f6-a634-5cc3fbf03802 + status: 404 Not Found + code: 404 + duration: 21.002919ms +- id: 100 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks/0059c445-4e79-448d-bc80-800c472201a3 + method: DELETE + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 136 + body: "{\"message\":\"resource is not found\",\"resource\":\"private_network\",\"resource_id\":\"0059c445-4e79-448d-bc80-800c472201a3\",\"type\":\"not_found\"}" + headers: + Content-Length: + - "136" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:53:51 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - ab71a0d6-3834-4ccb-babb-95a7ad76d802 + status: 404 Not Found + code: 404 + duration: 20.063226ms +- id: 101 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/vpc/v2/regions/fr-par/vpcs/f2b1547d-ad40-4a92-b011-01a2c106c24d + method: DELETE + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 0 + body: "" + headers: + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:53:52 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 498befa8-8a4a-4632-8a75-c24a7827cdd6 + status: 204 No Content + code: 204 + duration: 239.603784ms +- id: 102 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/b1bdbee9-59fd-4200-a17f-1707f915da60 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 128 + body: "{\"message\":\"resource is not found\",\"resource\":\"cluster\",\"resource_id\":\"b1bdbee9-59fd-4200-a17f-1707f915da60\",\"type\":\"not_found\"}" + headers: + Content-Length: + - "128" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:53:52 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 7e8b7459-3fc7-4e4e-97da-40c6d0aa5e7d + status: 404 Not Found + code: 404 + duration: 24.522184ms diff --git a/internal/services/k8s/testdata/acl-rules-order.cassette.yaml b/internal/services/k8s/testdata/acl-rules-order.cassette.yaml index f0e479e019..238149177f 100644 --- a/internal/services/k8s/testdata/acl-rules-order.cassette.yaml +++ b/internal/services/k8s/testdata/acl-rules-order.cassette.yaml @@ -1,1873 +1,1498 @@ --- version: 2 interactions: - - id: 0 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/versions - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 4962 - uncompressed: false - body: '{"versions":[{"available_admission_plugins":["AlwaysPullImages","PodNodeSelector","PodTolerationRestriction"],"available_cnis":["cilium","cilium_native","calico","kilo","none"],"available_container_runtimes":["containerd"],"available_feature_gates":["HPAScaleToZero","CPUManagerPolicyAlphaOptions","ImageVolume"],"available_kubelet_args":{"containerLogMaxFiles":"uint16","containerLogMaxSize":"quantity","cpuCFSQuota":"bool","cpuCFSQuotaPeriod":"duration","cpuManagerPolicy":"enum:none|static","cpuManagerPolicyOptions":"map[string]string","enableDebuggingHandlers":"bool","evictionHard":"map[string]string","evictionMinimumReclaim":"map[string]string","imageGCHighThresholdPercent":"uint32","imageGCLowThresholdPercent":"uint32","maxParallelImagePulls":"int32","maxPods":"uint16","registryBurst":"int32","registryPullQPS":"int32","serializeImagePulls":"bool"},"label":"Kubernetes 1.34.1","name":"1.34.1","region":"fr-par"},{"available_admission_plugins":["AlwaysPullImages","PodNodeSelector","PodTolerationRestriction"],"available_cnis":["cilium","calico","kilo","none"],"available_container_runtimes":["containerd"],"available_feature_gates":["HPAScaleToZero","DRAAdminAccess","DynamicResourceAllocation","PodLevelResources","CPUManagerPolicyAlphaOptions","ImageVolume"],"available_kubelet_args":{"containerLogMaxFiles":"uint16","containerLogMaxSize":"quantity","cpuCFSQuota":"bool","cpuCFSQuotaPeriod":"duration","cpuManagerPolicy":"enum:none|static","cpuManagerPolicyOptions":"map[string]string","enableDebuggingHandlers":"bool","evictionHard":"map[string]string","evictionMinimumReclaim":"map[string]string","imageGCHighThresholdPercent":"uint32","imageGCLowThresholdPercent":"uint32","maxParallelImagePulls":"int32","maxPods":"uint16","registryBurst":"int32","registryPullQPS":"int32","serializeImagePulls":"bool"},"label":"Kubernetes 1.33.4","name":"1.33.4","region":"fr-par"},{"available_admission_plugins":["AlwaysPullImages","PodNodeSelector","PodTolerationRestriction"],"available_cnis":["cilium","calico","kilo","none"],"available_container_runtimes":["containerd"],"available_feature_gates":["HPAScaleToZero","InPlacePodVerticalScaling","SidecarContainers","DRAAdminAccess","DRAResourceClaimDeviceStatus","DynamicResourceAllocation","PodLevelResources","CPUManagerPolicyAlphaOptions","ImageVolume"],"available_kubelet_args":{"containerLogMaxFiles":"uint16","containerLogMaxSize":"quantity","cpuCFSQuota":"bool","cpuCFSQuotaPeriod":"duration","cpuManagerPolicy":"enum:none|static","cpuManagerPolicyOptions":"map[string]string","enableDebuggingHandlers":"bool","evictionHard":"map[string]string","evictionMinimumReclaim":"map[string]string","imageGCHighThresholdPercent":"uint32","imageGCLowThresholdPercent":"uint32","maxParallelImagePulls":"int32","maxPods":"uint16","registryBurst":"int32","registryPullQPS":"int32","serializeImagePulls":"bool"},"label":"Kubernetes 1.32.8","name":"1.32.8","region":"fr-par"},{"available_admission_plugins":["AlwaysPullImages","PodNodeSelector","PodTolerationRestriction"],"available_cnis":["cilium","calico","kilo","none"],"available_container_runtimes":["containerd"],"available_feature_gates":["HPAScaleToZero","InPlacePodVerticalScaling","SidecarContainers","CPUManagerPolicyAlphaOptions","ImageVolume"],"available_kubelet_args":{"containerLogMaxFiles":"uint16","containerLogMaxSize":"quantity","cpuCFSQuota":"bool","cpuCFSQuotaPeriod":"duration","cpuManagerPolicy":"enum:none|static","cpuManagerPolicyOptions":"map[string]string","enableDebuggingHandlers":"bool","evictionHard":"map[string]string","evictionMinimumReclaim":"map[string]string","imageGCHighThresholdPercent":"uint32","imageGCLowThresholdPercent":"uint32","maxParallelImagePulls":"int32","maxPods":"uint16","registryBurst":"int32","registryPullQPS":"int32","serializeImagePulls":"bool"},"label":"Kubernetes 1.31.12","name":"1.31.12","region":"fr-par"},{"available_admission_plugins":["AlwaysPullImages","PodNodeSelector","PodTolerationRestriction"],"available_cnis":["cilium","calico","kilo","none"],"available_container_runtimes":["containerd"],"available_feature_gates":["HPAScaleToZero","SidecarContainers","InPlacePodVerticalScaling","CPUManagerPolicyAlphaOptions"],"available_kubelet_args":{"containerLogMaxFiles":"uint16","containerLogMaxSize":"quantity","cpuCFSQuota":"bool","cpuCFSQuotaPeriod":"duration","cpuManagerPolicy":"enum:none|static","cpuManagerPolicyOptions":"map[string]string","enableDebuggingHandlers":"bool","evictionHard":"map[string]string","evictionMinimumReclaim":"map[string]string","imageGCHighThresholdPercent":"uint32","imageGCLowThresholdPercent":"uint32","maxParallelImagePulls":"int32","maxPods":"uint16","registryBurst":"int32","registryPullQPS":"int32","serializeImagePulls":"bool"},"label":"Kubernetes 1.30.14","name":"1.30.14","region":"fr-par"}]}' - headers: - Content-Length: - - "4962" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 13:04:19 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 5840749b-de6d-404c-8210-01183244bcd6 - status: 200 OK - code: 200 - duration: 425.372084ms - - id: 1 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 118 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: '{"name":"tf-vpc-wonderful-payne","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","tags":[],"enable_routing":false}' - form: {} - headers: - Content-Type: - - application/json - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/fr-par/vpcs - method: POST - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 420 - uncompressed: false - body: '{"created_at":"2025-09-30T13:04:20.309920Z","custom_routes_propagation_enabled":true,"id":"2872e0fd-b4a3-42a5-97cf-063b4e164e1a","is_default":false,"name":"tf-vpc-wonderful-payne","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","private_network_count":0,"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","routing_enabled":true,"tags":[],"updated_at":"2025-09-30T13:04:20.309920Z"}' - headers: - Content-Length: - - "420" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 13:04:20 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 5ead1ddb-f314-4ebd-91e0-bd67765b3472 - status: 200 OK - code: 200 - duration: 98.647542ms - - id: 2 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/fr-par/vpcs/2872e0fd-b4a3-42a5-97cf-063b4e164e1a - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 420 - uncompressed: false - body: '{"created_at":"2025-09-30T13:04:20.309920Z","custom_routes_propagation_enabled":true,"id":"2872e0fd-b4a3-42a5-97cf-063b4e164e1a","is_default":false,"name":"tf-vpc-wonderful-payne","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","private_network_count":0,"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","routing_enabled":true,"tags":[],"updated_at":"2025-09-30T13:04:20.309920Z"}' - headers: - Content-Length: - - "420" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 13:04:20 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 9be282de-ed02-4e8a-bbed-3fe09160649a - status: 200 OK - code: 200 - duration: 101.473917ms - - id: 3 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 199 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: '{"name":"tf-pn-eloquent-pascal","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","tags":[],"subnets":null,"vpc_id":"2872e0fd-b4a3-42a5-97cf-063b4e164e1a","default_route_propagation_enabled":false}' - form: {} - headers: - Content-Type: - - application/json - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks - method: POST - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1092 - uncompressed: false - body: '{"created_at":"2025-09-30T13:04:20.552019Z","default_route_propagation_enabled":false,"dhcp_enabled":true,"id":"c6d6ca3e-7f4f-4455-ac35-8c8ba2875299","name":"tf-pn-eloquent-pascal","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","subnets":[{"created_at":"2025-09-30T13:04:20.552019Z","id":"9f686449-8a94-445b-8412-d4fc50a8d7bb","private_network_id":"c6d6ca3e-7f4f-4455-ac35-8c8ba2875299","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","subnet":"172.17.164.0/22","updated_at":"2025-09-30T13:04:20.552019Z","vpc_id":"2872e0fd-b4a3-42a5-97cf-063b4e164e1a"},{"created_at":"2025-09-30T13:04:20.552019Z","id":"683cd010-1297-4a3e-b8c0-12b731fb1567","private_network_id":"c6d6ca3e-7f4f-4455-ac35-8c8ba2875299","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","subnet":"fd5f:519c:6d46:3ebd::/64","updated_at":"2025-09-30T13:04:20.552019Z","vpc_id":"2872e0fd-b4a3-42a5-97cf-063b4e164e1a"}],"tags":[],"updated_at":"2025-09-30T13:04:20.552019Z","vpc_id":"2872e0fd-b4a3-42a5-97cf-063b4e164e1a"}' - headers: - Content-Length: - - "1092" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 13:04:21 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 54725bb0-5525-46db-9271-0986445219f0 - status: 200 OK - code: 200 - duration: 721.225333ms - - id: 4 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks/c6d6ca3e-7f4f-4455-ac35-8c8ba2875299 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1092 - uncompressed: false - body: '{"created_at":"2025-09-30T13:04:20.552019Z","default_route_propagation_enabled":false,"dhcp_enabled":true,"id":"c6d6ca3e-7f4f-4455-ac35-8c8ba2875299","name":"tf-pn-eloquent-pascal","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","subnets":[{"created_at":"2025-09-30T13:04:20.552019Z","id":"9f686449-8a94-445b-8412-d4fc50a8d7bb","private_network_id":"c6d6ca3e-7f4f-4455-ac35-8c8ba2875299","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","subnet":"172.17.164.0/22","updated_at":"2025-09-30T13:04:20.552019Z","vpc_id":"2872e0fd-b4a3-42a5-97cf-063b4e164e1a"},{"created_at":"2025-09-30T13:04:20.552019Z","id":"683cd010-1297-4a3e-b8c0-12b731fb1567","private_network_id":"c6d6ca3e-7f4f-4455-ac35-8c8ba2875299","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","subnet":"fd5f:519c:6d46:3ebd::/64","updated_at":"2025-09-30T13:04:20.552019Z","vpc_id":"2872e0fd-b4a3-42a5-97cf-063b4e164e1a"}],"tags":[],"updated_at":"2025-09-30T13:04:20.552019Z","vpc_id":"2872e0fd-b4a3-42a5-97cf-063b4e164e1a"}' - headers: - Content-Length: - - "1092" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 13:04:21 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - fc550c5d-af10-4f85-976c-9a43998df266 - status: 200 OK - code: 200 - duration: 107.823167ms - - id: 5 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 645 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: '{"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","type":"","name":"k8s-acl-order","description":"","tags":[],"version":"1.34.1","cni":"cilium","pools":null,"autoscaler_config":{"scale_down_disabled":null,"scale_down_delay_after_add":null,"estimator":"unknown_estimator","expander":"unknown_expander","ignore_daemonsets_utilization":null,"balance_similar_node_groups":null,"expendable_pods_priority_cutoff":0,"scale_down_unneeded_time":null,"scale_down_utilization_threshold":null,"max_graceful_termination_sec":0},"feature_gates":[],"admission_plugins":[],"apiserver_cert_sans":[],"private_network_id":"c6d6ca3e-7f4f-4455-ac35-8c8ba2875299"}' - form: {} - headers: - Content-Type: - - application/json - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters - method: POST - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1546 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://73daa9e6-576e-4fa0-af36-930a62b03155.api.k8s.fr-par.scw.cloud:6443","cni":"cilium","commitment_ends_at":"2025-09-30T13:04:21.773049Z","created_at":"2025-09-30T13:04:21.773040Z","description":"","dns_wildcard":"*.73daa9e6-576e-4fa0-af36-930a62b03155.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"","id":"73daa9e6-576e-4fa0-af36-930a62b03155","name":"k8s-acl-order","new_images_enabled":false,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"100.64.0.0/15","private_network_id":"c6d6ca3e-7f4f-4455-ac35-8c8ba2875299","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"10.32.0.0/20","service_dns_ip":"10.32.0.10","status":"creating","tags":[],"type":"kapsule","updated_at":"2025-09-30T13:04:21.773041Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1546" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 13:04:21 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 00293a65-6711-4703-b480-0294d3b79c95 - status: 200 OK - code: 200 - duration: 498.342917ms - - id: 6 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/73daa9e6-576e-4fa0-af36-930a62b03155 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1510 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://73daa9e6-576e-4fa0-af36-930a62b03155.api.k8s.fr-par.scw.cloud:6443","cni":"cilium","commitment_ends_at":"2025-09-30T13:04:21.773049Z","created_at":"2025-09-30T13:04:21.773040Z","description":"","dns_wildcard":"*.73daa9e6-576e-4fa0-af36-930a62b03155.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"","id":"73daa9e6-576e-4fa0-af36-930a62b03155","name":"k8s-acl-order","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":"c6d6ca3e-7f4f-4455-ac35-8c8ba2875299","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"","service_dns_ip":"","status":"creating","tags":[],"type":"kapsule","updated_at":"2025-09-30T13:04:21.773041Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1510" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 13:04:21 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 4492fb45-2f00-4979-8373-10304f2e65d9 - status: 200 OK - code: 200 - duration: 100.864708ms - - id: 7 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/73daa9e6-576e-4fa0-af36-930a62b03155 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1551 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://73daa9e6-576e-4fa0-af36-930a62b03155.api.k8s.fr-par.scw.cloud:6443","cni":"cilium","commitment_ends_at":"2025-09-30T13:04:21.773049Z","created_at":"2025-09-30T13:04:21.773040Z","description":"","dns_wildcard":"*.73daa9e6-576e-4fa0-af36-930a62b03155.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"fa5d5cc6-3c9f-4897-b612-b7b58cee5a5c","id":"73daa9e6-576e-4fa0-af36-930a62b03155","name":"k8s-acl-order","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":"c6d6ca3e-7f4f-4455-ac35-8c8ba2875299","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"","service_dns_ip":"","status":"pool_required","tags":[],"type":"kapsule","updated_at":"2025-09-30T13:04:22.270175Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1551" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 13:04:27 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - d87e9aab-8744-41fe-8752-1ceb379a7e16 - status: 200 OK - code: 200 - duration: 89.095042ms - - id: 8 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/73daa9e6-576e-4fa0-af36-930a62b03155/pools?order_by=created_at_asc&page=1&status=unknown - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 29 - uncompressed: false - body: '{"pools":[],"total_count":0}' - headers: - Content-Length: - - "29" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 13:04:27 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 853d4e2b-b8a5-40d5-93b0-7699a21c8cee - status: 200 OK - code: 200 - duration: 93.124417ms - - id: 9 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/73daa9e6-576e-4fa0-af36-930a62b03155 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1551 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://73daa9e6-576e-4fa0-af36-930a62b03155.api.k8s.fr-par.scw.cloud:6443","cni":"cilium","commitment_ends_at":"2025-09-30T13:04:21.773049Z","created_at":"2025-09-30T13:04:21.773040Z","description":"","dns_wildcard":"*.73daa9e6-576e-4fa0-af36-930a62b03155.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"fa5d5cc6-3c9f-4897-b612-b7b58cee5a5c","id":"73daa9e6-576e-4fa0-af36-930a62b03155","name":"k8s-acl-order","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":"c6d6ca3e-7f4f-4455-ac35-8c8ba2875299","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"","service_dns_ip":"","status":"pool_required","tags":[],"type":"kapsule","updated_at":"2025-09-30T13:04:22.270175Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1551" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 13:04:27 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 64c7a6d7-d16c-4941-8fda-d8799573285b - status: 200 OK - code: 200 - duration: 98.791416ms - - id: 10 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/73daa9e6-576e-4fa0-af36-930a62b03155/kubeconfig - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1646 - uncompressed: false - body: '{"content":"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogIms4cy1hY2wtb3JkZXIiCiAgY2x1c3RlcjoKICAgIGNlcnRpZmljYXRlLWF1dGhvcml0eS1kYXRhOiBMUzB0TFMxQ1JVZEpUaUJEUlZKVVNVWkpRMEZVUlMwdExTMHRDazFKU1VKWVJFTkRRVkZIWjBGM1NVSkJaMGxDUVVSQlMwSm5aM0ZvYTJwUFVGRlJSRUZxUVZaTlVrMTNSVkZaUkZaUlVVUkZkM0J5WkZkS2JHTnROV3dLWkVkV2VrMUNORmhFVkVreFRVUnJlVTlVUlhwTlJGRjVUVlp2V0VSVVRURk5SR3Q1VDFSRmVrMUVVWGxOVm05M1JsUkZWRTFDUlVkQk1WVkZRWGhOU3dwaE0xWnBXbGhLZFZwWVVteGpla0phVFVKTlIwSjVjVWRUVFRRNVFXZEZSME5EY1VkVFRUUTVRWGRGU0VFd1NVRkNTR0ZyV0hadloxQXlZVVJQUVZwSUNrZzVORWx6WTJNd05GYzFhVzlYY0VzeVVGTTJWQzlyTlhSTVEyVjVXVXBWYzJSSEwwRktNbVJQTjJJeFVTOTZjVzlPVGtvMFVEZGxjMEpOTmxWME9IVUtVM2hHUm5SSWFXcFJha0pCVFVFMFIwRXhWV1JFZDBWQ0wzZFJSVUYzU1VOd1JFRlFRbWRPVmtoU1RVSkJaamhGUWxSQlJFRlJTQzlOUWpCSFFURlZaQXBFWjFGWFFrSlVMM1ZsWnpOUGQyaHJWQzh5UVhwYWVFaHpkVTFZVGpOMU5scHFRVXRDWjJkeGFHdHFUMUJSVVVSQlowNUtRVVJDUjBGcFJVRXJWa00wQ21GMWJrSnJhVlI0WW1ZMU5VWkpNaXQyVEV4dFRtOVlNRlZGSzJZNUswWlZUMHMzY21Wc2MwTkpVVVJJWnpaMU9WRm1RV2RyZVVOMlJqWTRTVnB5UlVjS1FrazRaMEpCVlRCTGEwNDRlbUpRY0N0eFpVdENRVDA5Q2kwdExTMHRSVTVFSUVORlVsUkpSa2xEUVZSRkxTMHRMUzBLCiAgICBzZXJ2ZXI6IGh0dHBzOi8vNzNkYWE5ZTYtNTc2ZS00ZmEwLWFmMzYtOTMwYTYyYjAzMTU1LmFwaS5rOHMuZnItcGFyLnNjdy5jbG91ZDo2NDQzCmNvbnRleHRzOgotIG5hbWU6IGFkbWluQGs4cy1hY2wtb3JkZXIKICBjb250ZXh0OgogICAgY2x1c3RlcjogIms4cy1hY2wtb3JkZXIiCiAgICB1c2VyOiBrOHMtYWNsLW9yZGVyLWFkbWluCmN1cnJlbnQtY29udGV4dDogYWRtaW5AazhzLWFjbC1vcmRlcgpraW5kOiBDb25maWcKcHJlZmVyZW5jZXM6IHt9CnVzZXJzOgotIG5hbWU6IGs4cy1hY2wtb3JkZXItYWRtaW4KICB1c2VyOgogICAgdG9rZW46IG03ZEtpcFJ5NEpOWHJra1JXSkhFajNxeWFJWk9OakpEcGV6YWNINlNacXhFdU9TR1FiYWExa2R0","content_type":"application/octet-stream","name":"kubeconfig"}' - headers: - Content-Length: - - "1646" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 13:04:27 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 5a54694d-de89-46fc-9117-af52cbe2c488 - status: 200 OK - code: 200 - duration: 83.498083ms - - id: 11 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/73daa9e6-576e-4fa0-af36-930a62b03155 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1551 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://73daa9e6-576e-4fa0-af36-930a62b03155.api.k8s.fr-par.scw.cloud:6443","cni":"cilium","commitment_ends_at":"2025-09-30T13:04:21.773049Z","created_at":"2025-09-30T13:04:21.773040Z","description":"","dns_wildcard":"*.73daa9e6-576e-4fa0-af36-930a62b03155.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"fa5d5cc6-3c9f-4897-b612-b7b58cee5a5c","id":"73daa9e6-576e-4fa0-af36-930a62b03155","name":"k8s-acl-order","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":"c6d6ca3e-7f4f-4455-ac35-8c8ba2875299","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"","service_dns_ip":"","status":"pool_required","tags":[],"type":"kapsule","updated_at":"2025-09-30T13:04:22.270175Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1551" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 13:04:27 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 4916286d-90d7-47f6-bd54-9f9a4e6d4f68 - status: 200 OK - code: 200 - duration: 106.560208ms - - id: 12 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 202 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: '{"acls":[{"ip":"12.2.3.4/32","description":"First rule"},{"ip":"1.2.3.4/32","description":"Fourth rule"},{"ip":"11.2.3.4/32","description":"Second rule"},{"ip":"1.2.3.7/32","description":"Third rule"}]}' - form: {} - headers: - Content-Type: - - application/json - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/73daa9e6-576e-4fa0-af36-930a62b03155/acls - method: PUT - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 390 - uncompressed: false - body: '{"rules":[{"description":"First rule","id":"3c95cb31-7af8-40f1-93e9-274cf2628723","ip":"12.2.3.4/32"},{"description":"Fourth rule","id":"a92574d5-5087-4bcc-9a54-e52eca7991f7","ip":"1.2.3.4/32"},{"description":"Second rule","id":"b95fd353-d99e-4a51-b255-cc0deac4cce1","ip":"11.2.3.4/32"},{"description":"Third rule","id":"b44cadca-9cc7-491d-bdff-ad7c630c879c","ip":"1.2.3.7/32"}]}' - headers: - Content-Length: - - "390" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 13:04:27 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 15f7abc3-0fb2-4d92-82a7-54aa7751847c - status: 200 OK - code: 200 - duration: 122.642375ms - - id: 13 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/73daa9e6-576e-4fa0-af36-930a62b03155 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1546 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://73daa9e6-576e-4fa0-af36-930a62b03155.api.k8s.fr-par.scw.cloud:6443","cni":"cilium","commitment_ends_at":"2025-09-30T13:04:21.773049Z","created_at":"2025-09-30T13:04:21.773040Z","description":"","dns_wildcard":"*.73daa9e6-576e-4fa0-af36-930a62b03155.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"fa5d5cc6-3c9f-4897-b612-b7b58cee5a5c","id":"73daa9e6-576e-4fa0-af36-930a62b03155","name":"k8s-acl-order","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":"c6d6ca3e-7f4f-4455-ac35-8c8ba2875299","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"","service_dns_ip":"","status":"updating","tags":[],"type":"kapsule","updated_at":"2025-09-30T13:04:27.521380Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1546" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 13:04:27 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 068ce10b-5ff2-4019-98c8-95acb0eeabb9 - status: 200 OK - code: 200 - duration: 91.555625ms - - id: 14 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/73daa9e6-576e-4fa0-af36-930a62b03155 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1543 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://73daa9e6-576e-4fa0-af36-930a62b03155.api.k8s.fr-par.scw.cloud:6443","cni":"cilium","commitment_ends_at":"2025-09-30T13:04:21.773049Z","created_at":"2025-09-30T13:04:21.773040Z","description":"","dns_wildcard":"*.73daa9e6-576e-4fa0-af36-930a62b03155.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"fa5d5cc6-3c9f-4897-b612-b7b58cee5a5c","id":"73daa9e6-576e-4fa0-af36-930a62b03155","name":"k8s-acl-order","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":"c6d6ca3e-7f4f-4455-ac35-8c8ba2875299","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"","service_dns_ip":"","status":"ready","tags":[],"type":"kapsule","updated_at":"2025-09-30T13:04:27.642240Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1543" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 13:04:32 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 40de30bb-a3ea-4712-ab0f-d44b014b6c2e - status: 200 OK - code: 200 - duration: 86.893625ms - - id: 15 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/73daa9e6-576e-4fa0-af36-930a62b03155/acls - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 407 - uncompressed: false - body: '{"rules":[{"description":"Fourth rule","id":"a92574d5-5087-4bcc-9a54-e52eca7991f7","ip":"1.2.3.4/32"},{"description":"Third rule","id":"b44cadca-9cc7-491d-bdff-ad7c630c879c","ip":"1.2.3.7/32"},{"description":"Second rule","id":"b95fd353-d99e-4a51-b255-cc0deac4cce1","ip":"11.2.3.4/32"},{"description":"First rule","id":"3c95cb31-7af8-40f1-93e9-274cf2628723","ip":"12.2.3.4/32"}],"total_count":4}' - headers: - Content-Length: - - "407" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 13:04:32 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 56e94818-3618-454e-b7df-c16f193402f0 - status: 200 OK - code: 200 - duration: 89.642625ms - - id: 16 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/fr-par/vpcs/2872e0fd-b4a3-42a5-97cf-063b4e164e1a - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 420 - uncompressed: false - body: '{"created_at":"2025-09-30T13:04:20.309920Z","custom_routes_propagation_enabled":true,"id":"2872e0fd-b4a3-42a5-97cf-063b4e164e1a","is_default":false,"name":"tf-vpc-wonderful-payne","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","private_network_count":1,"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","routing_enabled":true,"tags":[],"updated_at":"2025-09-30T13:04:20.309920Z"}' - headers: - Content-Length: - - "420" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 13:04:33 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - ef5f3f1b-0983-4ad4-9b7f-c4f21f91fe0b - status: 200 OK - code: 200 - duration: 28.639541ms - - id: 17 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks/c6d6ca3e-7f4f-4455-ac35-8c8ba2875299 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1092 - uncompressed: false - body: '{"created_at":"2025-09-30T13:04:20.552019Z","default_route_propagation_enabled":false,"dhcp_enabled":true,"id":"c6d6ca3e-7f4f-4455-ac35-8c8ba2875299","name":"tf-pn-eloquent-pascal","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","subnets":[{"created_at":"2025-09-30T13:04:20.552019Z","id":"9f686449-8a94-445b-8412-d4fc50a8d7bb","private_network_id":"c6d6ca3e-7f4f-4455-ac35-8c8ba2875299","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","subnet":"172.17.164.0/22","updated_at":"2025-09-30T13:04:20.552019Z","vpc_id":"2872e0fd-b4a3-42a5-97cf-063b4e164e1a"},{"created_at":"2025-09-30T13:04:20.552019Z","id":"683cd010-1297-4a3e-b8c0-12b731fb1567","private_network_id":"c6d6ca3e-7f4f-4455-ac35-8c8ba2875299","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","subnet":"fd5f:519c:6d46:3ebd::/64","updated_at":"2025-09-30T13:04:20.552019Z","vpc_id":"2872e0fd-b4a3-42a5-97cf-063b4e164e1a"}],"tags":[],"updated_at":"2025-09-30T13:04:20.552019Z","vpc_id":"2872e0fd-b4a3-42a5-97cf-063b4e164e1a"}' - headers: - Content-Length: - - "1092" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 13:04:33 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 8c05d7d1-c4fa-45fb-980e-8abe32757b3e - status: 200 OK - code: 200 - duration: 87.296583ms - - id: 18 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/73daa9e6-576e-4fa0-af36-930a62b03155 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1543 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://73daa9e6-576e-4fa0-af36-930a62b03155.api.k8s.fr-par.scw.cloud:6443","cni":"cilium","commitment_ends_at":"2025-09-30T13:04:21.773049Z","created_at":"2025-09-30T13:04:21.773040Z","description":"","dns_wildcard":"*.73daa9e6-576e-4fa0-af36-930a62b03155.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"fa5d5cc6-3c9f-4897-b612-b7b58cee5a5c","id":"73daa9e6-576e-4fa0-af36-930a62b03155","name":"k8s-acl-order","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":"c6d6ca3e-7f4f-4455-ac35-8c8ba2875299","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"","service_dns_ip":"","status":"ready","tags":[],"type":"kapsule","updated_at":"2025-09-30T13:04:27.642240Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1543" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 13:04:33 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 4aacd9fb-4932-4de0-9c5c-126e544078a9 - status: 200 OK - code: 200 - duration: 97.783667ms - - id: 19 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/73daa9e6-576e-4fa0-af36-930a62b03155/kubeconfig - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1646 - uncompressed: false - body: '{"content":"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogIms4cy1hY2wtb3JkZXIiCiAgY2x1c3RlcjoKICAgIGNlcnRpZmljYXRlLWF1dGhvcml0eS1kYXRhOiBMUzB0TFMxQ1JVZEpUaUJEUlZKVVNVWkpRMEZVUlMwdExTMHRDazFKU1VKWVJFTkRRVkZIWjBGM1NVSkJaMGxDUVVSQlMwSm5aM0ZvYTJwUFVGRlJSRUZxUVZaTlVrMTNSVkZaUkZaUlVVUkZkM0J5WkZkS2JHTnROV3dLWkVkV2VrMUNORmhFVkVreFRVUnJlVTlVUlhwTlJGRjVUVlp2V0VSVVRURk5SR3Q1VDFSRmVrMUVVWGxOVm05M1JsUkZWRTFDUlVkQk1WVkZRWGhOU3dwaE0xWnBXbGhLZFZwWVVteGpla0phVFVKTlIwSjVjVWRUVFRRNVFXZEZSME5EY1VkVFRUUTVRWGRGU0VFd1NVRkNTR0ZyV0hadloxQXlZVVJQUVZwSUNrZzVORWx6WTJNd05GYzFhVzlYY0VzeVVGTTJWQzlyTlhSTVEyVjVXVXBWYzJSSEwwRktNbVJQTjJJeFVTOTZjVzlPVGtvMFVEZGxjMEpOTmxWME9IVUtVM2hHUm5SSWFXcFJha0pCVFVFMFIwRXhWV1JFZDBWQ0wzZFJSVUYzU1VOd1JFRlFRbWRPVmtoU1RVSkJaamhGUWxSQlJFRlJTQzlOUWpCSFFURlZaQXBFWjFGWFFrSlVMM1ZsWnpOUGQyaHJWQzh5UVhwYWVFaHpkVTFZVGpOMU5scHFRVXRDWjJkeGFHdHFUMUJSVVVSQlowNUtRVVJDUjBGcFJVRXJWa00wQ21GMWJrSnJhVlI0WW1ZMU5VWkpNaXQyVEV4dFRtOVlNRlZGSzJZNUswWlZUMHMzY21Wc2MwTkpVVVJJWnpaMU9WRm1RV2RyZVVOMlJqWTRTVnB5UlVjS1FrazRaMEpCVlRCTGEwNDRlbUpRY0N0eFpVdENRVDA5Q2kwdExTMHRSVTVFSUVORlVsUkpSa2xEUVZSRkxTMHRMUzBLCiAgICBzZXJ2ZXI6IGh0dHBzOi8vNzNkYWE5ZTYtNTc2ZS00ZmEwLWFmMzYtOTMwYTYyYjAzMTU1LmFwaS5rOHMuZnItcGFyLnNjdy5jbG91ZDo2NDQzCmNvbnRleHRzOgotIG5hbWU6IGFkbWluQGs4cy1hY2wtb3JkZXIKICBjb250ZXh0OgogICAgY2x1c3RlcjogIms4cy1hY2wtb3JkZXIiCiAgICB1c2VyOiBrOHMtYWNsLW9yZGVyLWFkbWluCmN1cnJlbnQtY29udGV4dDogYWRtaW5AazhzLWFjbC1vcmRlcgpraW5kOiBDb25maWcKcHJlZmVyZW5jZXM6IHt9CnVzZXJzOgotIG5hbWU6IGs4cy1hY2wtb3JkZXItYWRtaW4KICB1c2VyOgogICAgdG9rZW46IG03ZEtpcFJ5NEpOWHJra1JXSkhFajNxeWFJWk9OakpEcGV6YWNINlNacXhFdU9TR1FiYWExa2R0","content_type":"application/octet-stream","name":"kubeconfig"}' - headers: - Content-Length: - - "1646" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 13:04:33 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 0b2e8e99-e6ed-4b68-a8e4-7a48e125d633 - status: 200 OK - code: 200 - duration: 96.095875ms - - id: 20 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/73daa9e6-576e-4fa0-af36-930a62b03155 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1543 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://73daa9e6-576e-4fa0-af36-930a62b03155.api.k8s.fr-par.scw.cloud:6443","cni":"cilium","commitment_ends_at":"2025-09-30T13:04:21.773049Z","created_at":"2025-09-30T13:04:21.773040Z","description":"","dns_wildcard":"*.73daa9e6-576e-4fa0-af36-930a62b03155.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"fa5d5cc6-3c9f-4897-b612-b7b58cee5a5c","id":"73daa9e6-576e-4fa0-af36-930a62b03155","name":"k8s-acl-order","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":"c6d6ca3e-7f4f-4455-ac35-8c8ba2875299","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"","service_dns_ip":"","status":"ready","tags":[],"type":"kapsule","updated_at":"2025-09-30T13:04:27.642240Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1543" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 13:04:33 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 7a945023-361b-49d7-ba1a-cd4b9b866764 - status: 200 OK - code: 200 - duration: 94.740041ms - - id: 21 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/73daa9e6-576e-4fa0-af36-930a62b03155/acls - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 407 - uncompressed: false - body: '{"rules":[{"description":"Fourth rule","id":"a92574d5-5087-4bcc-9a54-e52eca7991f7","ip":"1.2.3.4/32"},{"description":"Third rule","id":"b44cadca-9cc7-491d-bdff-ad7c630c879c","ip":"1.2.3.7/32"},{"description":"Second rule","id":"b95fd353-d99e-4a51-b255-cc0deac4cce1","ip":"11.2.3.4/32"},{"description":"First rule","id":"3c95cb31-7af8-40f1-93e9-274cf2628723","ip":"12.2.3.4/32"}],"total_count":4}' - headers: - Content-Length: - - "407" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 13:04:33 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 6a056436-0468-4a74-b4ec-705b8e8779a6 - status: 200 OK - code: 200 - duration: 92.53775ms - - id: 22 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/fr-par/vpcs/2872e0fd-b4a3-42a5-97cf-063b4e164e1a - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 420 - uncompressed: false - body: '{"created_at":"2025-09-30T13:04:20.309920Z","custom_routes_propagation_enabled":true,"id":"2872e0fd-b4a3-42a5-97cf-063b4e164e1a","is_default":false,"name":"tf-vpc-wonderful-payne","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","private_network_count":1,"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","routing_enabled":true,"tags":[],"updated_at":"2025-09-30T13:04:20.309920Z"}' - headers: - Content-Length: - - "420" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 13:04:34 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 56372828-fc71-4e9c-b103-7cd345cf30ad - status: 200 OK - code: 200 - duration: 27.291125ms - - id: 23 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks/c6d6ca3e-7f4f-4455-ac35-8c8ba2875299 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1092 - uncompressed: false - body: '{"created_at":"2025-09-30T13:04:20.552019Z","default_route_propagation_enabled":false,"dhcp_enabled":true,"id":"c6d6ca3e-7f4f-4455-ac35-8c8ba2875299","name":"tf-pn-eloquent-pascal","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","subnets":[{"created_at":"2025-09-30T13:04:20.552019Z","id":"9f686449-8a94-445b-8412-d4fc50a8d7bb","private_network_id":"c6d6ca3e-7f4f-4455-ac35-8c8ba2875299","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","subnet":"172.17.164.0/22","updated_at":"2025-09-30T13:04:20.552019Z","vpc_id":"2872e0fd-b4a3-42a5-97cf-063b4e164e1a"},{"created_at":"2025-09-30T13:04:20.552019Z","id":"683cd010-1297-4a3e-b8c0-12b731fb1567","private_network_id":"c6d6ca3e-7f4f-4455-ac35-8c8ba2875299","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","subnet":"fd5f:519c:6d46:3ebd::/64","updated_at":"2025-09-30T13:04:20.552019Z","vpc_id":"2872e0fd-b4a3-42a5-97cf-063b4e164e1a"}],"tags":[],"updated_at":"2025-09-30T13:04:20.552019Z","vpc_id":"2872e0fd-b4a3-42a5-97cf-063b4e164e1a"}' - headers: - Content-Length: - - "1092" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 13:04:34 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - e71303e8-d26e-449e-aa87-ee9f28ca9faf - status: 200 OK - code: 200 - duration: 88.443625ms - - id: 24 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/73daa9e6-576e-4fa0-af36-930a62b03155 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1543 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://73daa9e6-576e-4fa0-af36-930a62b03155.api.k8s.fr-par.scw.cloud:6443","cni":"cilium","commitment_ends_at":"2025-09-30T13:04:21.773049Z","created_at":"2025-09-30T13:04:21.773040Z","description":"","dns_wildcard":"*.73daa9e6-576e-4fa0-af36-930a62b03155.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"fa5d5cc6-3c9f-4897-b612-b7b58cee5a5c","id":"73daa9e6-576e-4fa0-af36-930a62b03155","name":"k8s-acl-order","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":"c6d6ca3e-7f4f-4455-ac35-8c8ba2875299","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"","service_dns_ip":"","status":"ready","tags":[],"type":"kapsule","updated_at":"2025-09-30T13:04:27.642240Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1543" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 13:04:34 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 4666e242-27cf-4c6f-9c59-3ea446012bf0 - status: 200 OK - code: 200 - duration: 85.374042ms - - id: 25 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/73daa9e6-576e-4fa0-af36-930a62b03155/kubeconfig - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1646 - uncompressed: false - body: '{"content":"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogIms4cy1hY2wtb3JkZXIiCiAgY2x1c3RlcjoKICAgIGNlcnRpZmljYXRlLWF1dGhvcml0eS1kYXRhOiBMUzB0TFMxQ1JVZEpUaUJEUlZKVVNVWkpRMEZVUlMwdExTMHRDazFKU1VKWVJFTkRRVkZIWjBGM1NVSkJaMGxDUVVSQlMwSm5aM0ZvYTJwUFVGRlJSRUZxUVZaTlVrMTNSVkZaUkZaUlVVUkZkM0J5WkZkS2JHTnROV3dLWkVkV2VrMUNORmhFVkVreFRVUnJlVTlVUlhwTlJGRjVUVlp2V0VSVVRURk5SR3Q1VDFSRmVrMUVVWGxOVm05M1JsUkZWRTFDUlVkQk1WVkZRWGhOU3dwaE0xWnBXbGhLZFZwWVVteGpla0phVFVKTlIwSjVjVWRUVFRRNVFXZEZSME5EY1VkVFRUUTVRWGRGU0VFd1NVRkNTR0ZyV0hadloxQXlZVVJQUVZwSUNrZzVORWx6WTJNd05GYzFhVzlYY0VzeVVGTTJWQzlyTlhSTVEyVjVXVXBWYzJSSEwwRktNbVJQTjJJeFVTOTZjVzlPVGtvMFVEZGxjMEpOTmxWME9IVUtVM2hHUm5SSWFXcFJha0pCVFVFMFIwRXhWV1JFZDBWQ0wzZFJSVUYzU1VOd1JFRlFRbWRPVmtoU1RVSkJaamhGUWxSQlJFRlJTQzlOUWpCSFFURlZaQXBFWjFGWFFrSlVMM1ZsWnpOUGQyaHJWQzh5UVhwYWVFaHpkVTFZVGpOMU5scHFRVXRDWjJkeGFHdHFUMUJSVVVSQlowNUtRVVJDUjBGcFJVRXJWa00wQ21GMWJrSnJhVlI0WW1ZMU5VWkpNaXQyVEV4dFRtOVlNRlZGSzJZNUswWlZUMHMzY21Wc2MwTkpVVVJJWnpaMU9WRm1RV2RyZVVOMlJqWTRTVnB5UlVjS1FrazRaMEpCVlRCTGEwNDRlbUpRY0N0eFpVdENRVDA5Q2kwdExTMHRSVTVFSUVORlVsUkpSa2xEUVZSRkxTMHRMUzBLCiAgICBzZXJ2ZXI6IGh0dHBzOi8vNzNkYWE5ZTYtNTc2ZS00ZmEwLWFmMzYtOTMwYTYyYjAzMTU1LmFwaS5rOHMuZnItcGFyLnNjdy5jbG91ZDo2NDQzCmNvbnRleHRzOgotIG5hbWU6IGFkbWluQGs4cy1hY2wtb3JkZXIKICBjb250ZXh0OgogICAgY2x1c3RlcjogIms4cy1hY2wtb3JkZXIiCiAgICB1c2VyOiBrOHMtYWNsLW9yZGVyLWFkbWluCmN1cnJlbnQtY29udGV4dDogYWRtaW5AazhzLWFjbC1vcmRlcgpraW5kOiBDb25maWcKcHJlZmVyZW5jZXM6IHt9CnVzZXJzOgotIG5hbWU6IGs4cy1hY2wtb3JkZXItYWRtaW4KICB1c2VyOgogICAgdG9rZW46IG03ZEtpcFJ5NEpOWHJra1JXSkhFajNxeWFJWk9OakpEcGV6YWNINlNacXhFdU9TR1FiYWExa2R0","content_type":"application/octet-stream","name":"kubeconfig"}' - headers: - Content-Length: - - "1646" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 13:04:34 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 381720a5-91a2-4709-aec9-f9c8afc12b25 - status: 200 OK - code: 200 - duration: 99.778541ms - - id: 26 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/73daa9e6-576e-4fa0-af36-930a62b03155 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1543 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://73daa9e6-576e-4fa0-af36-930a62b03155.api.k8s.fr-par.scw.cloud:6443","cni":"cilium","commitment_ends_at":"2025-09-30T13:04:21.773049Z","created_at":"2025-09-30T13:04:21.773040Z","description":"","dns_wildcard":"*.73daa9e6-576e-4fa0-af36-930a62b03155.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"fa5d5cc6-3c9f-4897-b612-b7b58cee5a5c","id":"73daa9e6-576e-4fa0-af36-930a62b03155","name":"k8s-acl-order","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":"c6d6ca3e-7f4f-4455-ac35-8c8ba2875299","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"","service_dns_ip":"","status":"ready","tags":[],"type":"kapsule","updated_at":"2025-09-30T13:04:27.642240Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1543" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 13:04:34 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 0302743e-50a9-404b-8417-8ddaca1bef03 - status: 200 OK - code: 200 - duration: 84.46525ms - - id: 27 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/73daa9e6-576e-4fa0-af36-930a62b03155/acls - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 407 - uncompressed: false - body: '{"rules":[{"description":"Fourth rule","id":"a92574d5-5087-4bcc-9a54-e52eca7991f7","ip":"1.2.3.4/32"},{"description":"Third rule","id":"b44cadca-9cc7-491d-bdff-ad7c630c879c","ip":"1.2.3.7/32"},{"description":"Second rule","id":"b95fd353-d99e-4a51-b255-cc0deac4cce1","ip":"11.2.3.4/32"},{"description":"First rule","id":"3c95cb31-7af8-40f1-93e9-274cf2628723","ip":"12.2.3.4/32"}],"total_count":4}' - headers: - Content-Length: - - "407" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 13:04:34 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 159d651f-ce42-49bf-9468-7adfa85082a9 - status: 200 OK - code: 200 - duration: 75.030958ms - - id: 28 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/73daa9e6-576e-4fa0-af36-930a62b03155 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1543 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://73daa9e6-576e-4fa0-af36-930a62b03155.api.k8s.fr-par.scw.cloud:6443","cni":"cilium","commitment_ends_at":"2025-09-30T13:04:21.773049Z","created_at":"2025-09-30T13:04:21.773040Z","description":"","dns_wildcard":"*.73daa9e6-576e-4fa0-af36-930a62b03155.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"fa5d5cc6-3c9f-4897-b612-b7b58cee5a5c","id":"73daa9e6-576e-4fa0-af36-930a62b03155","name":"k8s-acl-order","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":"c6d6ca3e-7f4f-4455-ac35-8c8ba2875299","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"","service_dns_ip":"","status":"ready","tags":[],"type":"kapsule","updated_at":"2025-09-30T13:04:27.642240Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1543" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 13:04:34 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - de668e68-62ba-4cd4-a5d9-bde9f8b7a933 - status: 200 OK - code: 200 - duration: 83.804583ms - - id: 29 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 110 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: '{"acls":[{"ip":"0.0.0.0/0","description":"Automatically generated after scaleway_k8s_acl resource deletion"}]}' - form: {} - headers: - Content-Type: - - application/json - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/73daa9e6-576e-4fa0-af36-930a62b03155/acls - method: PUT - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 157 - uncompressed: false - body: '{"rules":[{"description":"Automatically generated after scaleway_k8s_acl resource deletion","id":"6d539c29-e05d-4e1d-bdc4-9857793debdd","ip":"0.0.0.0/0"}]}' - headers: - Content-Length: - - "157" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 13:04:35 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 927f7e79-2995-46ed-9c67-867838aa3dae - status: 200 OK - code: 200 - duration: 112.237083ms - - id: 30 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/73daa9e6-576e-4fa0-af36-930a62b03155 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1546 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://73daa9e6-576e-4fa0-af36-930a62b03155.api.k8s.fr-par.scw.cloud:6443","cni":"cilium","commitment_ends_at":"2025-09-30T13:04:21.773049Z","created_at":"2025-09-30T13:04:21.773040Z","description":"","dns_wildcard":"*.73daa9e6-576e-4fa0-af36-930a62b03155.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"fa5d5cc6-3c9f-4897-b612-b7b58cee5a5c","id":"73daa9e6-576e-4fa0-af36-930a62b03155","name":"k8s-acl-order","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":"c6d6ca3e-7f4f-4455-ac35-8c8ba2875299","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"","service_dns_ip":"","status":"updating","tags":[],"type":"kapsule","updated_at":"2025-09-30T13:04:34.993270Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1546" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 13:04:35 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 7bb93f43-1eb0-4cb2-b151-8eeef04af033 - status: 200 OK - code: 200 - duration: 102.660167ms - - id: 31 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/73daa9e6-576e-4fa0-af36-930a62b03155 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1543 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://73daa9e6-576e-4fa0-af36-930a62b03155.api.k8s.fr-par.scw.cloud:6443","cni":"cilium","commitment_ends_at":"2025-09-30T13:04:21.773049Z","created_at":"2025-09-30T13:04:21.773040Z","description":"","dns_wildcard":"*.73daa9e6-576e-4fa0-af36-930a62b03155.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"fa5d5cc6-3c9f-4897-b612-b7b58cee5a5c","id":"73daa9e6-576e-4fa0-af36-930a62b03155","name":"k8s-acl-order","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":"c6d6ca3e-7f4f-4455-ac35-8c8ba2875299","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"","service_dns_ip":"","status":"ready","tags":[],"type":"kapsule","updated_at":"2025-09-30T13:04:35.098426Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1543" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 13:04:40 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - aefdbc32-5065-447c-b205-5e1cb404fd17 - status: 200 OK - code: 200 - duration: 88.867208ms - - id: 32 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/73daa9e6-576e-4fa0-af36-930a62b03155?with_additional_resources=true - method: DELETE - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1582 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://73daa9e6-576e-4fa0-af36-930a62b03155.api.k8s.fr-par.scw.cloud:6443","cni":"cilium","commitment_ends_at":"2025-09-30T13:04:21.773049Z","created_at":"2025-09-30T13:04:21.773040Z","description":"","dns_wildcard":"*.73daa9e6-576e-4fa0-af36-930a62b03155.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"fa5d5cc6-3c9f-4897-b612-b7b58cee5a5c","id":"73daa9e6-576e-4fa0-af36-930a62b03155","name":"k8s-acl-order","new_images_enabled":false,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"100.64.0.0/15","private_network_id":"c6d6ca3e-7f4f-4455-ac35-8c8ba2875299","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"10.32.0.0/20","service_dns_ip":"10.32.0.10","status":"deleting","tags":[],"type":"kapsule","updated_at":"2025-09-30T13:04:40.347177Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1582" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 13:04:40 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 60275c9a-2911-4533-9df1-18fa6e6e30cf - status: 200 OK - code: 200 - duration: 196.133833ms - - id: 33 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/73daa9e6-576e-4fa0-af36-930a62b03155 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1546 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://73daa9e6-576e-4fa0-af36-930a62b03155.api.k8s.fr-par.scw.cloud:6443","cni":"cilium","commitment_ends_at":"2025-09-30T13:04:21.773049Z","created_at":"2025-09-30T13:04:21.773040Z","description":"","dns_wildcard":"*.73daa9e6-576e-4fa0-af36-930a62b03155.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"fa5d5cc6-3c9f-4897-b612-b7b58cee5a5c","id":"73daa9e6-576e-4fa0-af36-930a62b03155","name":"k8s-acl-order","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":"c6d6ca3e-7f4f-4455-ac35-8c8ba2875299","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"","service_dns_ip":"","status":"deleting","tags":[],"type":"kapsule","updated_at":"2025-09-30T13:04:40.347177Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1546" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 13:04:40 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 0bc6184d-a8db-4f9a-afa4-4aebbbbd17f4 - status: 200 OK - code: 200 - duration: 90.491542ms - - id: 34 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/73daa9e6-576e-4fa0-af36-930a62b03155 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 128 - uncompressed: false - body: '{"message":"resource is not found","resource":"cluster","resource_id":"73daa9e6-576e-4fa0-af36-930a62b03155","type":"not_found"}' - headers: - Content-Length: - - "128" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 13:04:45 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 5ee670f1-bab3-428d-8041-ceb61ecb00b7 - status: 404 Not Found - code: 404 - duration: 26.932292ms - - id: 35 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks/c6d6ca3e-7f4f-4455-ac35-8c8ba2875299 - method: DELETE - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 136 - uncompressed: false - body: '{"message":"resource is not found","resource":"private_network","resource_id":"c6d6ca3e-7f4f-4455-ac35-8c8ba2875299","type":"not_found"}' - headers: - Content-Length: - - "136" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 13:04:45 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 8e4a5bd0-66ed-40c1-82bd-de6363898eed - status: 404 Not Found - code: 404 - duration: 21.8655ms - - id: 36 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/fr-par/vpcs/2872e0fd-b4a3-42a5-97cf-063b4e164e1a - method: DELETE - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 0 - uncompressed: false - body: "" - headers: - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 13:04:45 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 21743edb-4e00-400b-a2b6-a02507295e83 - status: 204 No Content - code: 204 - duration: 112.47875ms - - id: 37 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/73daa9e6-576e-4fa0-af36-930a62b03155 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 128 - uncompressed: false - body: '{"message":"resource is not found","resource":"cluster","resource_id":"73daa9e6-576e-4fa0-af36-930a62b03155","type":"not_found"}' - headers: - Content-Length: - - "128" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 13:04:45 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - ba22f401-ad01-44d1-b084-900ada1d9a79 - status: 404 Not Found - code: 404 - duration: 21.089958ms +- id: 0 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/versions + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 4476 + body: "{\"versions\":[{\"region\":\"fr-par\", \"name\":\"1.34.1\", \"label\":\"Kubernetes 1.34.1\", \"available_cnis\":[\"cilium\", \"cilium_native\", \"calico\", \"kilo\", \"none\"], \"available_container_runtimes\":[\"containerd\"], \"available_feature_gates\":[\"HPAScaleToZero\", \"CPUManagerPolicyAlphaOptions\", \"ImageVolume\"], \"available_admission_plugins\":[\"AlwaysPullImages\", \"PodNodeSelector\", \"PodTolerationRestriction\"], \"available_kubelet_args\":{\"containerLogMaxFiles\":\"uint16\", \"containerLogMaxSize\":\"quantity\", \"cpuCFSQuota\":\"bool\", \"cpuCFSQuotaPeriod\":\"duration\", \"cpuManagerPolicy\":\"enum:none|static\", \"cpuManagerPolicyOptions\":\"map[string]string\", \"enableDebuggingHandlers\":\"bool\", \"evictionHard\":\"map[string]string\", \"evictionMinimumReclaim\":\"map[string]string\", \"imageGCHighThresholdPercent\":\"uint32\", \"imageGCLowThresholdPercent\":\"uint32\", \"maxParallelImagePulls\":\"int32\", \"maxPods\":\"uint16\", \"registryBurst\":\"int32\", \"registryPullQPS\":\"int32\", \"serializeImagePulls\":\"bool\"}, \"deprecated_at\":\"2026-09-29T00:00:00Z\", \"end_of_life_at\":\"2026-11-29T00:00:00Z\", \"released_at\":\"2025-09-29T00:00:00Z\"}, {\"region\":\"fr-par\", \"name\":\"1.33.4\", \"label\":\"Kubernetes 1.33.4\", \"available_cnis\":[\"cilium\", \"calico\", \"kilo\", \"none\"], \"available_container_runtimes\":[\"containerd\"], \"available_feature_gates\":[\"HPAScaleToZero\", \"DRAAdminAccess\", \"DynamicResourceAllocation\", \"PodLevelResources\", \"CPUManagerPolicyAlphaOptions\", \"ImageVolume\"], \"available_admission_plugins\":[\"AlwaysPullImages\", \"PodNodeSelector\", \"PodTolerationRestriction\"], \"available_kubelet_args\":{\"containerLogMaxFiles\":\"uint16\", \"containerLogMaxSize\":\"quantity\", \"cpuCFSQuota\":\"bool\", \"cpuCFSQuotaPeriod\":\"duration\", \"cpuManagerPolicy\":\"enum:none|static\", \"cpuManagerPolicyOptions\":\"map[string]string\", \"enableDebuggingHandlers\":\"bool\", \"evictionHard\":\"map[string]string\", \"evictionMinimumReclaim\":\"map[string]string\", \"imageGCHighThresholdPercent\":\"uint32\", \"imageGCLowThresholdPercent\":\"uint32\", \"maxParallelImagePulls\":\"int32\", \"maxPods\":\"uint16\", \"registryBurst\":\"int32\", \"registryPullQPS\":\"int32\", \"serializeImagePulls\":\"bool\"}, \"deprecated_at\":\"2026-09-04T00:00:00Z\", \"end_of_life_at\":\"2026-11-04T00:00:00Z\", \"released_at\":\"2025-09-04T00:00:00Z\"}, {\"region\":\"fr-par\", \"name\":\"1.32.8\", \"label\":\"Kubernetes 1.32.8\", \"available_cnis\":[\"cilium\", \"calico\", \"kilo\", \"none\"], \"available_container_runtimes\":[\"containerd\"], \"available_feature_gates\":[\"HPAScaleToZero\", \"InPlacePodVerticalScaling\", \"SidecarContainers\", \"DRAAdminAccess\", \"DRAResourceClaimDeviceStatus\", \"DynamicResourceAllocation\", \"PodLevelResources\", \"CPUManagerPolicyAlphaOptions\", \"ImageVolume\"], \"available_admission_plugins\":[\"AlwaysPullImages\", \"PodNodeSelector\", \"PodTolerationRestriction\"], \"available_kubelet_args\":{\"containerLogMaxFiles\":\"uint16\", \"containerLogMaxSize\":\"quantity\", \"cpuCFSQuota\":\"bool\", \"cpuCFSQuotaPeriod\":\"duration\", \"cpuManagerPolicy\":\"enum:none|static\", \"cpuManagerPolicyOptions\":\"map[string]string\", \"enableDebuggingHandlers\":\"bool\", \"evictionHard\":\"map[string]string\", \"evictionMinimumReclaim\":\"map[string]string\", \"imageGCHighThresholdPercent\":\"uint32\", \"imageGCLowThresholdPercent\":\"uint32\", \"maxParallelImagePulls\":\"int32\", \"maxPods\":\"uint16\", \"registryBurst\":\"int32\", \"registryPullQPS\":\"int32\", \"serializeImagePulls\":\"bool\"}, \"deprecated_at\":\"2026-03-24T00:00:00Z\", \"end_of_life_at\":\"2025-05-24T00:00:00Z\", \"released_at\":\"2025-03-24T00:00:00Z\"}, {\"region\":\"fr-par\", \"name\":\"1.31.12\", \"label\":\"Kubernetes 1.31.12\", \"available_cnis\":[\"cilium\", \"calico\", \"kilo\", \"none\"], \"available_container_runtimes\":[\"containerd\"], \"available_feature_gates\":[\"HPAScaleToZero\", \"InPlacePodVerticalScaling\", \"SidecarContainers\", \"CPUManagerPolicyAlphaOptions\", \"ImageVolume\"], \"available_admission_plugins\":[\"AlwaysPullImages\", \"PodNodeSelector\", \"PodTolerationRestriction\"], \"available_kubelet_args\":{\"containerLogMaxFiles\":\"uint16\", \"containerLogMaxSize\":\"quantity\", \"cpuCFSQuota\":\"bool\", \"cpuCFSQuotaPeriod\":\"duration\", \"cpuManagerPolicy\":\"enum:none|static\", \"cpuManagerPolicyOptions\":\"map[string]string\", \"enableDebuggingHandlers\":\"bool\", \"evictionHard\":\"map[string]string\", \"evictionMinimumReclaim\":\"map[string]string\", \"imageGCHighThresholdPercent\":\"uint32\", \"imageGCLowThresholdPercent\":\"uint32\", \"maxParallelImagePulls\":\"int32\", \"maxPods\":\"uint16\", \"registryBurst\":\"int32\", \"registryPullQPS\":\"int32\", \"serializeImagePulls\":\"bool\"}, \"deprecated_at\":\"2025-12-02T00:00:00Z\", \"end_of_life_at\":\"2026-02-02T00:00:00Z\", \"released_at\":\"2024-12-02T00:00:00Z\"}]}" + headers: + Content-Length: + - "4476" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:50:50 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 1af8fb72-cbf7-435c-89ee-9fa004c0af87 + status: 200 OK + code: 200 + duration: 77.14089ms +- id: 1 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 113 + host: api.scaleway.com + body: "{\"name\":\"tf-vpc-sad-pascal\",\"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\",\"tags\":[],\"enable_routing\":false}" + headers: + Content-Type: + - application/json + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/vpc/v2/regions/fr-par/vpcs + method: POST + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 415 + body: "{\"id\":\"cccfb611-9890-49c2-b967-2511eb2665c8\", \"name\":\"tf-vpc-sad-pascal\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:50:50.619505Z\", \"updated_at\":\"2025-10-30T16:50:50.619505Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_default\":false, \"private_network_count\":0, \"routing_enabled\":true, \"custom_routes_propagation_enabled\":true, \"region\":\"fr-par\"}" + headers: + Content-Length: + - "415" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:50:50 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 57591150-724f-4b54-9ddd-abf8070da0fb + status: 200 OK + code: 200 + duration: 105.492872ms +- id: 2 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/vpc/v2/regions/fr-par/vpcs/cccfb611-9890-49c2-b967-2511eb2665c8 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 415 + body: "{\"id\":\"cccfb611-9890-49c2-b967-2511eb2665c8\", \"name\":\"tf-vpc-sad-pascal\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:50:50.619505Z\", \"updated_at\":\"2025-10-30T16:50:50.619505Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_default\":false, \"private_network_count\":0, \"routing_enabled\":true, \"custom_routes_propagation_enabled\":true, \"region\":\"fr-par\"}" + headers: + Content-Length: + - "415" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:50:50 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 1c21b046-74eb-4cad-912b-38a1c456c72c + status: 200 OK + code: 200 + duration: 22.238859ms +- id: 3 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 205 + host: api.scaleway.com + body: "{\"name\":\"tf-pn-affectionate-thompson\",\"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\",\"tags\":[],\"subnets\":null,\"vpc_id\":\"cccfb611-9890-49c2-b967-2511eb2665c8\",\"default_route_propagation_enabled\":false}" + headers: + Content-Type: + - application/json + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks + method: POST + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1097 + body: "{\"id\":\"6bc06c52-da10-46f8-ae86-1282af76c7d2\", \"name\":\"tf-pn-affectionate-thompson\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:50:50.759575Z\", \"updated_at\":\"2025-10-30T16:50:50.759575Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"subnets\":[{\"id\":\"dfee0834-5780-41ee-a065-29a350443c0a\", \"created_at\":\"2025-10-30T16:50:50.759575Z\", \"updated_at\":\"2025-10-30T16:50:50.759575Z\", \"subnet\":\"172.18.44.0/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"6bc06c52-da10-46f8-ae86-1282af76c7d2\", \"vpc_id\":\"cccfb611-9890-49c2-b967-2511eb2665c8\"}, {\"id\":\"8c8182d8-1d27-4386-8558-15cb879c648c\", \"created_at\":\"2025-10-30T16:50:50.759575Z\", \"updated_at\":\"2025-10-30T16:50:50.759575Z\", \"subnet\":\"fd5f:519c:6d46:ab81::/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"6bc06c52-da10-46f8-ae86-1282af76c7d2\", \"vpc_id\":\"cccfb611-9890-49c2-b967-2511eb2665c8\"}], \"vpc_id\":\"cccfb611-9890-49c2-b967-2511eb2665c8\", \"dhcp_enabled\":true, \"default_route_propagation_enabled\":false, \"region\":\"fr-par\"}" + headers: + Content-Length: + - "1097" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:50:51 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 75f9a9db-3b90-4f2d-91ef-7e794a56b659 + status: 200 OK + code: 200 + duration: 644.244514ms +- id: 4 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks/6bc06c52-da10-46f8-ae86-1282af76c7d2 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1097 + body: "{\"id\":\"6bc06c52-da10-46f8-ae86-1282af76c7d2\", \"name\":\"tf-pn-affectionate-thompson\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:50:50.759575Z\", \"updated_at\":\"2025-10-30T16:50:50.759575Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"subnets\":[{\"id\":\"dfee0834-5780-41ee-a065-29a350443c0a\", \"created_at\":\"2025-10-30T16:50:50.759575Z\", \"updated_at\":\"2025-10-30T16:50:50.759575Z\", \"subnet\":\"172.18.44.0/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"6bc06c52-da10-46f8-ae86-1282af76c7d2\", \"vpc_id\":\"cccfb611-9890-49c2-b967-2511eb2665c8\"}, {\"id\":\"8c8182d8-1d27-4386-8558-15cb879c648c\", \"created_at\":\"2025-10-30T16:50:50.759575Z\", \"updated_at\":\"2025-10-30T16:50:50.759575Z\", \"subnet\":\"fd5f:519c:6d46:ab81::/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"6bc06c52-da10-46f8-ae86-1282af76c7d2\", \"vpc_id\":\"cccfb611-9890-49c2-b967-2511eb2665c8\"}], \"vpc_id\":\"cccfb611-9890-49c2-b967-2511eb2665c8\", \"dhcp_enabled\":true, \"default_route_propagation_enabled\":false, \"region\":\"fr-par\"}" + headers: + Content-Length: + - "1097" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:50:51 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 41092020-5909-4b67-9be8-22423141e9bf + status: 200 OK + code: 200 + duration: 23.953847ms +- id: 5 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 645 + host: api.scaleway.com + body: "{\"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\",\"type\":\"\",\"name\":\"k8s-acl-order\",\"description\":\"\",\"tags\":[],\"version\":\"1.34.1\",\"cni\":\"cilium\",\"pools\":null,\"autoscaler_config\":{\"scale_down_disabled\":null,\"scale_down_delay_after_add\":null,\"estimator\":\"unknown_estimator\",\"expander\":\"unknown_expander\",\"ignore_daemonsets_utilization\":null,\"balance_similar_node_groups\":null,\"expendable_pods_priority_cutoff\":0,\"scale_down_unneeded_time\":null,\"scale_down_utilization_threshold\":null,\"max_graceful_termination_sec\":0},\"feature_gates\":[],\"admission_plugins\":[],\"apiserver_cert_sans\":[],\"private_network_id\":\"6bc06c52-da10-46f8-ae86-1282af76c7d2\"}" + headers: + Content-Type: + - application/json + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters + method: POST + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1546 + body: "{\"region\":\"fr-par\", \"id\":\"beca2e31-8066-4ad3-9f59-33cb1ba81656\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:50:51.665410Z\", \"updated_at\":\"2025-10-30T16:50:51.665410Z\", \"type\":\"kapsule\", \"name\":\"k8s-acl-order\", \"description\":\"\", \"status\":\"creating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[], \"cluster_url\":\"https://beca2e31-8066-4ad3-9f59-33cb1ba81656.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.beca2e31-8066-4ad3-9f59-33cb1ba81656.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"6bc06c52-da10-46f8-ae86-1282af76c7d2\", \"commitment_ends_at\":\"2025-10-30T16:50:51.665418Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"\", \"new_images_enabled\":false, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1546" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:50:51 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - e3659cd9-824f-4da3-b986-78c8abb3d97f + status: 200 OK + code: 200 + duration: 334.218188ms +- id: 6 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/beca2e31-8066-4ad3-9f59-33cb1ba81656 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1545 + body: "{\"region\":\"fr-par\", \"id\":\"beca2e31-8066-4ad3-9f59-33cb1ba81656\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:50:51.665410Z\", \"updated_at\":\"2025-10-30T16:50:51.665410Z\", \"type\":\"kapsule\", \"name\":\"k8s-acl-order\", \"description\":\"\", \"status\":\"creating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[], \"cluster_url\":\"https://beca2e31-8066-4ad3-9f59-33cb1ba81656.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.beca2e31-8066-4ad3-9f59-33cb1ba81656.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"6bc06c52-da10-46f8-ae86-1282af76c7d2\", \"commitment_ends_at\":\"2025-10-30T16:50:51.665418Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1545" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:50:51 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 40cbe298-c9a8-41af-8f8f-1f016c20b3f8 + status: 200 OK + code: 200 + duration: 101.714039ms +- id: 7 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/beca2e31-8066-4ad3-9f59-33cb1ba81656 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1586 + body: "{\"region\":\"fr-par\", \"id\":\"beca2e31-8066-4ad3-9f59-33cb1ba81656\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:50:51.665410Z\", \"updated_at\":\"2025-10-30T16:50:52.162215Z\", \"type\":\"kapsule\", \"name\":\"k8s-acl-order\", \"description\":\"\", \"status\":\"pool_required\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[], \"cluster_url\":\"https://beca2e31-8066-4ad3-9f59-33cb1ba81656.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.beca2e31-8066-4ad3-9f59-33cb1ba81656.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"6bc06c52-da10-46f8-ae86-1282af76c7d2\", \"commitment_ends_at\":\"2025-10-30T16:50:51.665418Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"85c420ce-184f-45b2-9313-5fe29660c789\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1586" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:50:56 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 6bf25621-35fa-4f04-a9c0-d907e1212679 + status: 200 OK + code: 200 + duration: 106.290609ms +- id: 8 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + form: + order_by: + - created_at_asc + page: + - "1" + status: + - unknown + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/beca2e31-8066-4ad3-9f59-33cb1ba81656/pools?order_by=created_at_asc&page=1&status=unknown + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 29 + body: "{\"total_count\":0, \"pools\":[]}" + headers: + Content-Length: + - "29" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:50:57 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - e0fc6b9c-e422-4c1e-b683-afbd2722181c + status: 200 OK + code: 200 + duration: 86.884466ms +- id: 9 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/beca2e31-8066-4ad3-9f59-33cb1ba81656 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1586 + body: "{\"region\":\"fr-par\", \"id\":\"beca2e31-8066-4ad3-9f59-33cb1ba81656\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:50:51.665410Z\", \"updated_at\":\"2025-10-30T16:50:52.162215Z\", \"type\":\"kapsule\", \"name\":\"k8s-acl-order\", \"description\":\"\", \"status\":\"pool_required\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[], \"cluster_url\":\"https://beca2e31-8066-4ad3-9f59-33cb1ba81656.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.beca2e31-8066-4ad3-9f59-33cb1ba81656.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"6bc06c52-da10-46f8-ae86-1282af76c7d2\", \"commitment_ends_at\":\"2025-10-30T16:50:51.665418Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"85c420ce-184f-45b2-9313-5fe29660c789\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1586" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:50:57 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 445c420b-ac86-42de-beb4-1180851a1690 + status: 200 OK + code: 200 + duration: 26.256208ms +- id: 10 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/beca2e31-8066-4ad3-9f59-33cb1ba81656/kubeconfig + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1642 + body: "{\"name\":\"kubeconfig\", \"content_type\":\"application/octet-stream\", \"content\":\"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogIms4cy1hY2wtb3JkZXIiCiAgY2x1c3RlcjoKICAgIGNlcnRpZmljYXRlLWF1dGhvcml0eS1kYXRhOiBMUzB0TFMxQ1JVZEpUaUJEUlZKVVNVWkpRMEZVUlMwdExTMHRDazFKU1VKWGVrTkRRVkZIWjBGM1NVSkJaMGxDUVVSQlMwSm5aM0ZvYTJwUFVGRlJSRUZxUVZaTlVrMTNSVkZaUkZaUlVVUkZkM0J5WkZkS2JHTnROV3dLWkVkV2VrMUNORmhFVkVreFRWUkJlVTlVUlRKT1ZFRXhUVlp2V0VSVVRURk5WRUY1VDFSRk1rNVVRVEZOVm05M1JsUkZWRTFDUlVkQk1WVkZRWGhOU3dwaE0xWnBXbGhLZFZwWVVteGpla0phVFVKTlIwSjVjVWRUVFRRNVFXZEZSME5EY1VkVFRUUTVRWGRGU0VFd1NVRkNTMmx6VmxSd2RXcFJUemhyYVRkSENrRnRUVlJ1TlRsV2NUZEVjRWRMVDA5NGNUSklVbEJwTlc1MFVWQk5aakprZVc5R09HUXlhWEJhTTIxWGRsZHZaRGQwTTNCaFZGcGFPR0p2VHpKek1GUUthRk5XVldJcllXcFJha0pCVFVFMFIwRXhWV1JFZDBWQ0wzZFJSVUYzU1VOd1JFRlFRbWRPVmtoU1RVSkJaamhGUWxSQlJFRlJTQzlOUWpCSFFURlZaQXBFWjFGWFFrSlJXbVV6TUdaRFRGQkpja05EUW1SRmIzVmtaWE5FV2pNNE5rVjZRVXRDWjJkeGFHdHFUMUJSVVVSQlowNUpRVVJDUmtGcFJVRXhhR0p4Q201cGVGQkRkVmt6VXpSa05EWkZTR2hTS3l0cE5IUnVhWFJST0dGbFZWVktZWEpNZHpacGIwTkpRbWs1TjNsNVRUWjRPSG96Y0hsWk0yTnlka1ZTUm0wS2QxaFNVRFJ3ZDFSSFJGUXdPRXBLYVhoQk9VRUtMUzB0TFMxRlRrUWdRMFZTVkVsR1NVTkJWRVV0TFMwdExRbz0KICAgIHNlcnZlcjogaHR0cHM6Ly9iZWNhMmUzMS04MDY2LTRhZDMtOWY1OS0zM2NiMWJhODE2NTYuYXBpLms4cy5mci1wYXIuc2N3LmNsb3VkOjY0NDMKY29udGV4dHM6Ci0gbmFtZTogYWRtaW5AazhzLWFjbC1vcmRlcgogIGNvbnRleHQ6CiAgICBjbHVzdGVyOiAiazhzLWFjbC1vcmRlciIKICAgIHVzZXI6IGs4cy1hY2wtb3JkZXItYWRtaW4KY3VycmVudC1jb250ZXh0OiBhZG1pbkBrOHMtYWNsLW9yZGVyCmtpbmQ6IENvbmZpZwpwcmVmZXJlbmNlczoge30KdXNlcnM6Ci0gbmFtZTogazhzLWFjbC1vcmRlci1hZG1pbgogIHVzZXI6CiAgICB0b2tlbjoga0hUSVNvTjRldUpIYjNnTWZ2U0ZjNVRaNWVRakNVbnZqV3dWRm53dU4xbk9MREc4Vjc5SlE2dGM=\"}" + headers: + Content-Length: + - "1642" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:50:57 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 3b9bec0c-0d3b-4606-a1e2-7504cd783e2b + status: 200 OK + code: 200 + duration: 91.620816ms +- id: 11 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/beca2e31-8066-4ad3-9f59-33cb1ba81656 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1586 + body: "{\"region\":\"fr-par\", \"id\":\"beca2e31-8066-4ad3-9f59-33cb1ba81656\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:50:51.665410Z\", \"updated_at\":\"2025-10-30T16:50:52.162215Z\", \"type\":\"kapsule\", \"name\":\"k8s-acl-order\", \"description\":\"\", \"status\":\"pool_required\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[], \"cluster_url\":\"https://beca2e31-8066-4ad3-9f59-33cb1ba81656.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.beca2e31-8066-4ad3-9f59-33cb1ba81656.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"6bc06c52-da10-46f8-ae86-1282af76c7d2\", \"commitment_ends_at\":\"2025-10-30T16:50:51.665418Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"85c420ce-184f-45b2-9313-5fe29660c789\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1586" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:50:57 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 157f0f37-5c03-4d54-9db5-6ace11365fd3 + status: 200 OK + code: 200 + duration: 31.075794ms +- id: 12 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 202 + host: api.scaleway.com + body: "{\"acls\":[{\"ip\":\"12.2.3.4/32\",\"description\":\"First rule\"},{\"ip\":\"1.2.3.4/32\",\"description\":\"Fourth rule\"},{\"ip\":\"11.2.3.4/32\",\"description\":\"Second rule\"},{\"ip\":\"1.2.3.7/32\",\"description\":\"Third rule\"}]}" + headers: + Content-Type: + - application/json + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/beca2e31-8066-4ad3-9f59-33cb1ba81656/acls + method: PUT + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 390 + body: "{\"rules\":[{\"id\":\"9245180e-9ffc-498b-ae4b-d933b356e772\", \"ip\":\"12.2.3.4/32\", \"description\":\"First rule\"}, {\"id\":\"e62395b8-be85-456c-98cf-0d7d9c6671af\", \"ip\":\"1.2.3.4/32\", \"description\":\"Fourth rule\"}, {\"id\":\"e24b9c76-8e2d-4d1b-a460-d48414e30902\", \"ip\":\"11.2.3.4/32\", \"description\":\"Second rule\"}, {\"id\":\"f42e128d-2c22-4008-b097-feaefc697301\", \"ip\":\"1.2.3.7/32\", \"description\":\"Third rule\"}]}" + headers: + Content-Length: + - "390" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:50:57 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 5d92364d-08ef-4943-b867-67183f88e6e5 + status: 200 OK + code: 200 + duration: 57.141625ms +- id: 13 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/beca2e31-8066-4ad3-9f59-33cb1ba81656 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1581 + body: "{\"region\":\"fr-par\", \"id\":\"beca2e31-8066-4ad3-9f59-33cb1ba81656\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:50:51.665410Z\", \"updated_at\":\"2025-10-30T16:50:57.191834Z\", \"type\":\"kapsule\", \"name\":\"k8s-acl-order\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[], \"cluster_url\":\"https://beca2e31-8066-4ad3-9f59-33cb1ba81656.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.beca2e31-8066-4ad3-9f59-33cb1ba81656.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"6bc06c52-da10-46f8-ae86-1282af76c7d2\", \"commitment_ends_at\":\"2025-10-30T16:50:51.665418Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"85c420ce-184f-45b2-9313-5fe29660c789\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1581" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:50:57 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 4dc14ce0-81af-456e-81d3-351849144b0e + status: 200 OK + code: 200 + duration: 21.380998ms +- id: 14 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/beca2e31-8066-4ad3-9f59-33cb1ba81656 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1581 + body: "{\"region\":\"fr-par\", \"id\":\"beca2e31-8066-4ad3-9f59-33cb1ba81656\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:50:51.665410Z\", \"updated_at\":\"2025-10-30T16:50:57.191834Z\", \"type\":\"kapsule\", \"name\":\"k8s-acl-order\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[], \"cluster_url\":\"https://beca2e31-8066-4ad3-9f59-33cb1ba81656.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.beca2e31-8066-4ad3-9f59-33cb1ba81656.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"6bc06c52-da10-46f8-ae86-1282af76c7d2\", \"commitment_ends_at\":\"2025-10-30T16:50:51.665418Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"85c420ce-184f-45b2-9313-5fe29660c789\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1581" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:51:02 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 1bfb6714-224f-4c70-961a-6d53b69dc358 + status: 200 OK + code: 200 + duration: 106.082769ms +- id: 15 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/beca2e31-8066-4ad3-9f59-33cb1ba81656 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1581 + body: "{\"region\":\"fr-par\", \"id\":\"beca2e31-8066-4ad3-9f59-33cb1ba81656\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:50:51.665410Z\", \"updated_at\":\"2025-10-30T16:50:57.191834Z\", \"type\":\"kapsule\", \"name\":\"k8s-acl-order\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[], \"cluster_url\":\"https://beca2e31-8066-4ad3-9f59-33cb1ba81656.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.beca2e31-8066-4ad3-9f59-33cb1ba81656.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"6bc06c52-da10-46f8-ae86-1282af76c7d2\", \"commitment_ends_at\":\"2025-10-30T16:50:51.665418Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"85c420ce-184f-45b2-9313-5fe29660c789\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1581" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:51:07 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - cc872815-d34e-4316-88a7-d4dd8a681683 + status: 200 OK + code: 200 + duration: 92.520936ms +- id: 16 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/beca2e31-8066-4ad3-9f59-33cb1ba81656 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1581 + body: "{\"region\":\"fr-par\", \"id\":\"beca2e31-8066-4ad3-9f59-33cb1ba81656\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:50:51.665410Z\", \"updated_at\":\"2025-10-30T16:50:57.191834Z\", \"type\":\"kapsule\", \"name\":\"k8s-acl-order\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[], \"cluster_url\":\"https://beca2e31-8066-4ad3-9f59-33cb1ba81656.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.beca2e31-8066-4ad3-9f59-33cb1ba81656.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"6bc06c52-da10-46f8-ae86-1282af76c7d2\", \"commitment_ends_at\":\"2025-10-30T16:50:51.665418Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"85c420ce-184f-45b2-9313-5fe29660c789\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1581" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:51:12 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 9a2cb205-040b-4f3d-a0df-d2c65ee92996 + status: 200 OK + code: 200 + duration: 94.633931ms +- id: 17 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/beca2e31-8066-4ad3-9f59-33cb1ba81656 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1581 + body: "{\"region\":\"fr-par\", \"id\":\"beca2e31-8066-4ad3-9f59-33cb1ba81656\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:50:51.665410Z\", \"updated_at\":\"2025-10-30T16:50:57.191834Z\", \"type\":\"kapsule\", \"name\":\"k8s-acl-order\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[], \"cluster_url\":\"https://beca2e31-8066-4ad3-9f59-33cb1ba81656.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.beca2e31-8066-4ad3-9f59-33cb1ba81656.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"6bc06c52-da10-46f8-ae86-1282af76c7d2\", \"commitment_ends_at\":\"2025-10-30T16:50:51.665418Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"85c420ce-184f-45b2-9313-5fe29660c789\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1581" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:51:17 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - cdedc336-6a73-464e-bb08-a431740379c7 + status: 200 OK + code: 200 + duration: 110.865926ms +- id: 18 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/beca2e31-8066-4ad3-9f59-33cb1ba81656 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1581 + body: "{\"region\":\"fr-par\", \"id\":\"beca2e31-8066-4ad3-9f59-33cb1ba81656\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:50:51.665410Z\", \"updated_at\":\"2025-10-30T16:50:57.191834Z\", \"type\":\"kapsule\", \"name\":\"k8s-acl-order\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[], \"cluster_url\":\"https://beca2e31-8066-4ad3-9f59-33cb1ba81656.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.beca2e31-8066-4ad3-9f59-33cb1ba81656.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"6bc06c52-da10-46f8-ae86-1282af76c7d2\", \"commitment_ends_at\":\"2025-10-30T16:50:51.665418Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"85c420ce-184f-45b2-9313-5fe29660c789\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1581" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:51:22 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - e65f1dd9-a251-4cf8-96a2-a89caf39d1b3 + status: 200 OK + code: 200 + duration: 88.349637ms +- id: 19 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/beca2e31-8066-4ad3-9f59-33cb1ba81656 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1578 + body: "{\"region\":\"fr-par\", \"id\":\"beca2e31-8066-4ad3-9f59-33cb1ba81656\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:50:51.665410Z\", \"updated_at\":\"2025-10-30T16:51:23.451316Z\", \"type\":\"kapsule\", \"name\":\"k8s-acl-order\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[], \"cluster_url\":\"https://beca2e31-8066-4ad3-9f59-33cb1ba81656.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.beca2e31-8066-4ad3-9f59-33cb1ba81656.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"6bc06c52-da10-46f8-ae86-1282af76c7d2\", \"commitment_ends_at\":\"2025-10-30T16:50:51.665418Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"85c420ce-184f-45b2-9313-5fe29660c789\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1578" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:51:27 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - f8efe3e5-fdd9-47f3-b70f-19524b2c1cf3 + status: 200 OK + code: 200 + duration: 94.122762ms +- id: 20 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/beca2e31-8066-4ad3-9f59-33cb1ba81656/acls + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 407 + body: "{\"rules\":[{\"id\":\"e62395b8-be85-456c-98cf-0d7d9c6671af\", \"ip\":\"1.2.3.4/32\", \"description\":\"Fourth rule\"}, {\"id\":\"f42e128d-2c22-4008-b097-feaefc697301\", \"ip\":\"1.2.3.7/32\", \"description\":\"Third rule\"}, {\"id\":\"e24b9c76-8e2d-4d1b-a460-d48414e30902\", \"ip\":\"11.2.3.4/32\", \"description\":\"Second rule\"}, {\"id\":\"9245180e-9ffc-498b-ae4b-d933b356e772\", \"ip\":\"12.2.3.4/32\", \"description\":\"First rule\"}], \"total_count\":4}" + headers: + Content-Length: + - "407" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:51:27 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 7e20ee40-3359-4736-b60e-754c658ae782 + status: 200 OK + code: 200 + duration: 103.967559ms +- id: 21 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/vpc/v2/regions/fr-par/vpcs/cccfb611-9890-49c2-b967-2511eb2665c8 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 415 + body: "{\"id\":\"cccfb611-9890-49c2-b967-2511eb2665c8\", \"name\":\"tf-vpc-sad-pascal\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:50:50.619505Z\", \"updated_at\":\"2025-10-30T16:50:50.619505Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_default\":false, \"private_network_count\":1, \"routing_enabled\":true, \"custom_routes_propagation_enabled\":true, \"region\":\"fr-par\"}" + headers: + Content-Length: + - "415" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:51:28 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 48deec99-eb1b-442a-a73e-a798df080198 + status: 200 OK + code: 200 + duration: 26.69392ms +- id: 22 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks/6bc06c52-da10-46f8-ae86-1282af76c7d2 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1097 + body: "{\"id\":\"6bc06c52-da10-46f8-ae86-1282af76c7d2\", \"name\":\"tf-pn-affectionate-thompson\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:50:50.759575Z\", \"updated_at\":\"2025-10-30T16:50:50.759575Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"subnets\":[{\"id\":\"dfee0834-5780-41ee-a065-29a350443c0a\", \"created_at\":\"2025-10-30T16:50:50.759575Z\", \"updated_at\":\"2025-10-30T16:50:50.759575Z\", \"subnet\":\"172.18.44.0/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"6bc06c52-da10-46f8-ae86-1282af76c7d2\", \"vpc_id\":\"cccfb611-9890-49c2-b967-2511eb2665c8\"}, {\"id\":\"8c8182d8-1d27-4386-8558-15cb879c648c\", \"created_at\":\"2025-10-30T16:50:50.759575Z\", \"updated_at\":\"2025-10-30T16:50:50.759575Z\", \"subnet\":\"fd5f:519c:6d46:ab81::/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"6bc06c52-da10-46f8-ae86-1282af76c7d2\", \"vpc_id\":\"cccfb611-9890-49c2-b967-2511eb2665c8\"}], \"vpc_id\":\"cccfb611-9890-49c2-b967-2511eb2665c8\", \"dhcp_enabled\":true, \"default_route_propagation_enabled\":false, \"region\":\"fr-par\"}" + headers: + Content-Length: + - "1097" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:51:28 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 064074b2-f7e5-4fda-b0a6-c398514ac822 + status: 200 OK + code: 200 + duration: 27.208526ms +- id: 23 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/beca2e31-8066-4ad3-9f59-33cb1ba81656 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1578 + body: "{\"region\":\"fr-par\", \"id\":\"beca2e31-8066-4ad3-9f59-33cb1ba81656\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:50:51.665410Z\", \"updated_at\":\"2025-10-30T16:51:23.451316Z\", \"type\":\"kapsule\", \"name\":\"k8s-acl-order\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[], \"cluster_url\":\"https://beca2e31-8066-4ad3-9f59-33cb1ba81656.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.beca2e31-8066-4ad3-9f59-33cb1ba81656.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"6bc06c52-da10-46f8-ae86-1282af76c7d2\", \"commitment_ends_at\":\"2025-10-30T16:50:51.665418Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"85c420ce-184f-45b2-9313-5fe29660c789\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1578" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:51:28 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - e7700062-a550-4832-94e2-1458a625778a + status: 200 OK + code: 200 + duration: 26.73138ms +- id: 24 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/beca2e31-8066-4ad3-9f59-33cb1ba81656/kubeconfig + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1642 + body: "{\"name\":\"kubeconfig\", \"content_type\":\"application/octet-stream\", \"content\":\"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogIms4cy1hY2wtb3JkZXIiCiAgY2x1c3RlcjoKICAgIGNlcnRpZmljYXRlLWF1dGhvcml0eS1kYXRhOiBMUzB0TFMxQ1JVZEpUaUJEUlZKVVNVWkpRMEZVUlMwdExTMHRDazFKU1VKWGVrTkRRVkZIWjBGM1NVSkJaMGxDUVVSQlMwSm5aM0ZvYTJwUFVGRlJSRUZxUVZaTlVrMTNSVkZaUkZaUlVVUkZkM0J5WkZkS2JHTnROV3dLWkVkV2VrMUNORmhFVkVreFRWUkJlVTlVUlRKT1ZFRXhUVlp2V0VSVVRURk5WRUY1VDFSRk1rNVVRVEZOVm05M1JsUkZWRTFDUlVkQk1WVkZRWGhOU3dwaE0xWnBXbGhLZFZwWVVteGpla0phVFVKTlIwSjVjVWRUVFRRNVFXZEZSME5EY1VkVFRUUTVRWGRGU0VFd1NVRkNTMmx6VmxSd2RXcFJUemhyYVRkSENrRnRUVlJ1TlRsV2NUZEVjRWRMVDA5NGNUSklVbEJwTlc1MFVWQk5aakprZVc5R09HUXlhWEJhTTIxWGRsZHZaRGQwTTNCaFZGcGFPR0p2VHpKek1GUUthRk5XVldJcllXcFJha0pCVFVFMFIwRXhWV1JFZDBWQ0wzZFJSVUYzU1VOd1JFRlFRbWRPVmtoU1RVSkJaamhGUWxSQlJFRlJTQzlOUWpCSFFURlZaQXBFWjFGWFFrSlJXbVV6TUdaRFRGQkpja05EUW1SRmIzVmtaWE5FV2pNNE5rVjZRVXRDWjJkeGFHdHFUMUJSVVVSQlowNUpRVVJDUmtGcFJVRXhhR0p4Q201cGVGQkRkVmt6VXpSa05EWkZTR2hTS3l0cE5IUnVhWFJST0dGbFZWVktZWEpNZHpacGIwTkpRbWs1TjNsNVRUWjRPSG96Y0hsWk0yTnlka1ZTUm0wS2QxaFNVRFJ3ZDFSSFJGUXdPRXBLYVhoQk9VRUtMUzB0TFMxRlRrUWdRMFZTVkVsR1NVTkJWRVV0TFMwdExRbz0KICAgIHNlcnZlcjogaHR0cHM6Ly9iZWNhMmUzMS04MDY2LTRhZDMtOWY1OS0zM2NiMWJhODE2NTYuYXBpLms4cy5mci1wYXIuc2N3LmNsb3VkOjY0NDMKY29udGV4dHM6Ci0gbmFtZTogYWRtaW5AazhzLWFjbC1vcmRlcgogIGNvbnRleHQ6CiAgICBjbHVzdGVyOiAiazhzLWFjbC1vcmRlciIKICAgIHVzZXI6IGs4cy1hY2wtb3JkZXItYWRtaW4KY3VycmVudC1jb250ZXh0OiBhZG1pbkBrOHMtYWNsLW9yZGVyCmtpbmQ6IENvbmZpZwpwcmVmZXJlbmNlczoge30KdXNlcnM6Ci0gbmFtZTogazhzLWFjbC1vcmRlci1hZG1pbgogIHVzZXI6CiAgICB0b2tlbjoga0hUSVNvTjRldUpIYjNnTWZ2U0ZjNVRaNWVRakNVbnZqV3dWRm53dU4xbk9MREc4Vjc5SlE2dGM=\"}" + headers: + Content-Length: + - "1642" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:51:28 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 0b6377c5-d466-4344-a09d-12df579ab9e6 + status: 200 OK + code: 200 + duration: 90.07268ms +- id: 25 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/beca2e31-8066-4ad3-9f59-33cb1ba81656 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1578 + body: "{\"region\":\"fr-par\", \"id\":\"beca2e31-8066-4ad3-9f59-33cb1ba81656\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:50:51.665410Z\", \"updated_at\":\"2025-10-30T16:51:23.451316Z\", \"type\":\"kapsule\", \"name\":\"k8s-acl-order\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[], \"cluster_url\":\"https://beca2e31-8066-4ad3-9f59-33cb1ba81656.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.beca2e31-8066-4ad3-9f59-33cb1ba81656.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"6bc06c52-da10-46f8-ae86-1282af76c7d2\", \"commitment_ends_at\":\"2025-10-30T16:50:51.665418Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"85c420ce-184f-45b2-9313-5fe29660c789\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1578" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:51:28 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 943997d9-1397-4c69-8989-3e677aa76733 + status: 200 OK + code: 200 + duration: 28.277652ms +- id: 26 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/beca2e31-8066-4ad3-9f59-33cb1ba81656/acls + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 407 + body: "{\"rules\":[{\"id\":\"e62395b8-be85-456c-98cf-0d7d9c6671af\", \"ip\":\"1.2.3.4/32\", \"description\":\"Fourth rule\"}, {\"id\":\"f42e128d-2c22-4008-b097-feaefc697301\", \"ip\":\"1.2.3.7/32\", \"description\":\"Third rule\"}, {\"id\":\"e24b9c76-8e2d-4d1b-a460-d48414e30902\", \"ip\":\"11.2.3.4/32\", \"description\":\"Second rule\"}, {\"id\":\"9245180e-9ffc-498b-ae4b-d933b356e772\", \"ip\":\"12.2.3.4/32\", \"description\":\"First rule\"}], \"total_count\":4}" + headers: + Content-Length: + - "407" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:51:28 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 2d684331-d871-499c-999f-9ecb46d0183a + status: 200 OK + code: 200 + duration: 46.495183ms +- id: 27 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/vpc/v2/regions/fr-par/vpcs/cccfb611-9890-49c2-b967-2511eb2665c8 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 415 + body: "{\"id\":\"cccfb611-9890-49c2-b967-2511eb2665c8\", \"name\":\"tf-vpc-sad-pascal\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:50:50.619505Z\", \"updated_at\":\"2025-10-30T16:50:50.619505Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_default\":false, \"private_network_count\":1, \"routing_enabled\":true, \"custom_routes_propagation_enabled\":true, \"region\":\"fr-par\"}" + headers: + Content-Length: + - "415" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:51:28 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - adebf70f-5668-4e70-aa48-6e2c095fc8cb + status: 200 OK + code: 200 + duration: 43.134877ms +- id: 28 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks/6bc06c52-da10-46f8-ae86-1282af76c7d2 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1097 + body: "{\"id\":\"6bc06c52-da10-46f8-ae86-1282af76c7d2\", \"name\":\"tf-pn-affectionate-thompson\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:50:50.759575Z\", \"updated_at\":\"2025-10-30T16:50:50.759575Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"subnets\":[{\"id\":\"dfee0834-5780-41ee-a065-29a350443c0a\", \"created_at\":\"2025-10-30T16:50:50.759575Z\", \"updated_at\":\"2025-10-30T16:50:50.759575Z\", \"subnet\":\"172.18.44.0/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"6bc06c52-da10-46f8-ae86-1282af76c7d2\", \"vpc_id\":\"cccfb611-9890-49c2-b967-2511eb2665c8\"}, {\"id\":\"8c8182d8-1d27-4386-8558-15cb879c648c\", \"created_at\":\"2025-10-30T16:50:50.759575Z\", \"updated_at\":\"2025-10-30T16:50:50.759575Z\", \"subnet\":\"fd5f:519c:6d46:ab81::/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"6bc06c52-da10-46f8-ae86-1282af76c7d2\", \"vpc_id\":\"cccfb611-9890-49c2-b967-2511eb2665c8\"}], \"vpc_id\":\"cccfb611-9890-49c2-b967-2511eb2665c8\", \"dhcp_enabled\":true, \"default_route_propagation_enabled\":false, \"region\":\"fr-par\"}" + headers: + Content-Length: + - "1097" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:51:28 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 43719995-a991-4e9d-9c35-a6ebebf4b508 + status: 200 OK + code: 200 + duration: 26.285494ms +- id: 29 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/beca2e31-8066-4ad3-9f59-33cb1ba81656 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1578 + body: "{\"region\":\"fr-par\", \"id\":\"beca2e31-8066-4ad3-9f59-33cb1ba81656\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:50:51.665410Z\", \"updated_at\":\"2025-10-30T16:51:23.451316Z\", \"type\":\"kapsule\", \"name\":\"k8s-acl-order\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[], \"cluster_url\":\"https://beca2e31-8066-4ad3-9f59-33cb1ba81656.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.beca2e31-8066-4ad3-9f59-33cb1ba81656.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"6bc06c52-da10-46f8-ae86-1282af76c7d2\", \"commitment_ends_at\":\"2025-10-30T16:50:51.665418Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"85c420ce-184f-45b2-9313-5fe29660c789\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1578" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:51:28 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 40c89a50-92bd-47b0-a7e9-dd38c8cb79cd + status: 200 OK + code: 200 + duration: 23.796993ms +- id: 30 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/beca2e31-8066-4ad3-9f59-33cb1ba81656/kubeconfig + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1642 + body: "{\"name\":\"kubeconfig\", \"content_type\":\"application/octet-stream\", \"content\":\"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogIms4cy1hY2wtb3JkZXIiCiAgY2x1c3RlcjoKICAgIGNlcnRpZmljYXRlLWF1dGhvcml0eS1kYXRhOiBMUzB0TFMxQ1JVZEpUaUJEUlZKVVNVWkpRMEZVUlMwdExTMHRDazFKU1VKWGVrTkRRVkZIWjBGM1NVSkJaMGxDUVVSQlMwSm5aM0ZvYTJwUFVGRlJSRUZxUVZaTlVrMTNSVkZaUkZaUlVVUkZkM0J5WkZkS2JHTnROV3dLWkVkV2VrMUNORmhFVkVreFRWUkJlVTlVUlRKT1ZFRXhUVlp2V0VSVVRURk5WRUY1VDFSRk1rNVVRVEZOVm05M1JsUkZWRTFDUlVkQk1WVkZRWGhOU3dwaE0xWnBXbGhLZFZwWVVteGpla0phVFVKTlIwSjVjVWRUVFRRNVFXZEZSME5EY1VkVFRUUTVRWGRGU0VFd1NVRkNTMmx6VmxSd2RXcFJUemhyYVRkSENrRnRUVlJ1TlRsV2NUZEVjRWRMVDA5NGNUSklVbEJwTlc1MFVWQk5aakprZVc5R09HUXlhWEJhTTIxWGRsZHZaRGQwTTNCaFZGcGFPR0p2VHpKek1GUUthRk5XVldJcllXcFJha0pCVFVFMFIwRXhWV1JFZDBWQ0wzZFJSVUYzU1VOd1JFRlFRbWRPVmtoU1RVSkJaamhGUWxSQlJFRlJTQzlOUWpCSFFURlZaQXBFWjFGWFFrSlJXbVV6TUdaRFRGQkpja05EUW1SRmIzVmtaWE5FV2pNNE5rVjZRVXRDWjJkeGFHdHFUMUJSVVVSQlowNUpRVVJDUmtGcFJVRXhhR0p4Q201cGVGQkRkVmt6VXpSa05EWkZTR2hTS3l0cE5IUnVhWFJST0dGbFZWVktZWEpNZHpacGIwTkpRbWs1TjNsNVRUWjRPSG96Y0hsWk0yTnlka1ZTUm0wS2QxaFNVRFJ3ZDFSSFJGUXdPRXBLYVhoQk9VRUtMUzB0TFMxRlRrUWdRMFZTVkVsR1NVTkJWRVV0TFMwdExRbz0KICAgIHNlcnZlcjogaHR0cHM6Ly9iZWNhMmUzMS04MDY2LTRhZDMtOWY1OS0zM2NiMWJhODE2NTYuYXBpLms4cy5mci1wYXIuc2N3LmNsb3VkOjY0NDMKY29udGV4dHM6Ci0gbmFtZTogYWRtaW5AazhzLWFjbC1vcmRlcgogIGNvbnRleHQ6CiAgICBjbHVzdGVyOiAiazhzLWFjbC1vcmRlciIKICAgIHVzZXI6IGs4cy1hY2wtb3JkZXItYWRtaW4KY3VycmVudC1jb250ZXh0OiBhZG1pbkBrOHMtYWNsLW9yZGVyCmtpbmQ6IENvbmZpZwpwcmVmZXJlbmNlczoge30KdXNlcnM6Ci0gbmFtZTogazhzLWFjbC1vcmRlci1hZG1pbgogIHVzZXI6CiAgICB0b2tlbjoga0hUSVNvTjRldUpIYjNnTWZ2U0ZjNVRaNWVRakNVbnZqV3dWRm53dU4xbk9MREc4Vjc5SlE2dGM=\"}" + headers: + Content-Length: + - "1642" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:51:28 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - e6ba7811-62d2-4d3a-9c1c-e05697cba156 + status: 200 OK + code: 200 + duration: 92.659005ms +- id: 31 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/beca2e31-8066-4ad3-9f59-33cb1ba81656 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1578 + body: "{\"region\":\"fr-par\", \"id\":\"beca2e31-8066-4ad3-9f59-33cb1ba81656\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:50:51.665410Z\", \"updated_at\":\"2025-10-30T16:51:23.451316Z\", \"type\":\"kapsule\", \"name\":\"k8s-acl-order\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[], \"cluster_url\":\"https://beca2e31-8066-4ad3-9f59-33cb1ba81656.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.beca2e31-8066-4ad3-9f59-33cb1ba81656.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"6bc06c52-da10-46f8-ae86-1282af76c7d2\", \"commitment_ends_at\":\"2025-10-30T16:50:51.665418Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"85c420ce-184f-45b2-9313-5fe29660c789\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1578" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:51:29 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 4634fd7c-3202-4a41-96aa-ddaf131872b2 + status: 200 OK + code: 200 + duration: 96.370531ms +- id: 32 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/beca2e31-8066-4ad3-9f59-33cb1ba81656/acls + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 407 + body: "{\"rules\":[{\"id\":\"e62395b8-be85-456c-98cf-0d7d9c6671af\", \"ip\":\"1.2.3.4/32\", \"description\":\"Fourth rule\"}, {\"id\":\"f42e128d-2c22-4008-b097-feaefc697301\", \"ip\":\"1.2.3.7/32\", \"description\":\"Third rule\"}, {\"id\":\"e24b9c76-8e2d-4d1b-a460-d48414e30902\", \"ip\":\"11.2.3.4/32\", \"description\":\"Second rule\"}, {\"id\":\"9245180e-9ffc-498b-ae4b-d933b356e772\", \"ip\":\"12.2.3.4/32\", \"description\":\"First rule\"}], \"total_count\":4}" + headers: + Content-Length: + - "407" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:51:29 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 0693f60f-c05e-4570-af7c-c2eb8cbe0462 + status: 200 OK + code: 200 + duration: 104.703741ms +- id: 33 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/beca2e31-8066-4ad3-9f59-33cb1ba81656 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1578 + body: "{\"region\":\"fr-par\", \"id\":\"beca2e31-8066-4ad3-9f59-33cb1ba81656\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:50:51.665410Z\", \"updated_at\":\"2025-10-30T16:51:23.451316Z\", \"type\":\"kapsule\", \"name\":\"k8s-acl-order\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[], \"cluster_url\":\"https://beca2e31-8066-4ad3-9f59-33cb1ba81656.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.beca2e31-8066-4ad3-9f59-33cb1ba81656.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"6bc06c52-da10-46f8-ae86-1282af76c7d2\", \"commitment_ends_at\":\"2025-10-30T16:50:51.665418Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"85c420ce-184f-45b2-9313-5fe29660c789\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1578" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:51:29 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 18954587-b112-4163-9c8d-56b69fa177cc + status: 200 OK + code: 200 + duration: 24.672375ms +- id: 34 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 110 + host: api.scaleway.com + body: "{\"acls\":[{\"ip\":\"0.0.0.0/0\",\"description\":\"Automatically generated after scaleway_k8s_acl resource deletion\"}]}" + headers: + Content-Type: + - application/json + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/beca2e31-8066-4ad3-9f59-33cb1ba81656/acls + method: PUT + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 157 + body: "{\"rules\":[{\"id\":\"72d55a69-2fed-4cec-a94d-4755f5fd5b09\", \"ip\":\"0.0.0.0/0\", \"description\":\"Automatically generated after scaleway_k8s_acl resource deletion\"}]}" + headers: + Content-Length: + - "157" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:51:29 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 4294c968-d052-4302-804e-422959ceb58c + status: 200 OK + code: 200 + duration: 105.744534ms +- id: 35 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/beca2e31-8066-4ad3-9f59-33cb1ba81656 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1581 + body: "{\"region\":\"fr-par\", \"id\":\"beca2e31-8066-4ad3-9f59-33cb1ba81656\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:50:51.665410Z\", \"updated_at\":\"2025-10-30T16:51:29.519739Z\", \"type\":\"kapsule\", \"name\":\"k8s-acl-order\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[], \"cluster_url\":\"https://beca2e31-8066-4ad3-9f59-33cb1ba81656.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.beca2e31-8066-4ad3-9f59-33cb1ba81656.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"6bc06c52-da10-46f8-ae86-1282af76c7d2\", \"commitment_ends_at\":\"2025-10-30T16:50:51.665418Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"85c420ce-184f-45b2-9313-5fe29660c789\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1581" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:51:29 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 0ec3d4d4-b8c6-42df-b357-a00d6691db5f + status: 200 OK + code: 200 + duration: 20.253762ms +- id: 36 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/beca2e31-8066-4ad3-9f59-33cb1ba81656 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1578 + body: "{\"region\":\"fr-par\", \"id\":\"beca2e31-8066-4ad3-9f59-33cb1ba81656\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:50:51.665410Z\", \"updated_at\":\"2025-10-30T16:51:29.667146Z\", \"type\":\"kapsule\", \"name\":\"k8s-acl-order\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[], \"cluster_url\":\"https://beca2e31-8066-4ad3-9f59-33cb1ba81656.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.beca2e31-8066-4ad3-9f59-33cb1ba81656.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"6bc06c52-da10-46f8-ae86-1282af76c7d2\", \"commitment_ends_at\":\"2025-10-30T16:50:51.665418Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"85c420ce-184f-45b2-9313-5fe29660c789\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1578" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:51:34 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 6b35144a-3696-432a-9486-3a9cd0861899 + status: 200 OK + code: 200 + duration: 83.244906ms +- id: 37 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + form: + with_additional_resources: + - "true" + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/beca2e31-8066-4ad3-9f59-33cb1ba81656?with_additional_resources=true + method: DELETE + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1582 + body: "{\"region\":\"fr-par\", \"id\":\"beca2e31-8066-4ad3-9f59-33cb1ba81656\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:50:51.665410Z\", \"updated_at\":\"2025-10-30T16:51:34.758899Z\", \"type\":\"kapsule\", \"name\":\"k8s-acl-order\", \"description\":\"\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[], \"cluster_url\":\"https://beca2e31-8066-4ad3-9f59-33cb1ba81656.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.beca2e31-8066-4ad3-9f59-33cb1ba81656.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"6bc06c52-da10-46f8-ae86-1282af76c7d2\", \"commitment_ends_at\":\"2025-10-30T16:50:51.665418Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"85c420ce-184f-45b2-9313-5fe29660c789\", \"new_images_enabled\":false, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1582" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:51:34 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - b99dc830-7943-4761-a191-090f883180f1 + status: 200 OK + code: 200 + duration: 135.348926ms +- id: 38 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/beca2e31-8066-4ad3-9f59-33cb1ba81656 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1581 + body: "{\"region\":\"fr-par\", \"id\":\"beca2e31-8066-4ad3-9f59-33cb1ba81656\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:50:51.665410Z\", \"updated_at\":\"2025-10-30T16:51:34.758899Z\", \"type\":\"kapsule\", \"name\":\"k8s-acl-order\", \"description\":\"\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[], \"cluster_url\":\"https://beca2e31-8066-4ad3-9f59-33cb1ba81656.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.beca2e31-8066-4ad3-9f59-33cb1ba81656.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"6bc06c52-da10-46f8-ae86-1282af76c7d2\", \"commitment_ends_at\":\"2025-10-30T16:50:51.665418Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"85c420ce-184f-45b2-9313-5fe29660c789\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1581" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:51:34 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 4301635a-d904-4b31-8247-1ae670bc1a48 + status: 200 OK + code: 200 + duration: 85.543801ms +- id: 39 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/beca2e31-8066-4ad3-9f59-33cb1ba81656 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1581 + body: "{\"region\":\"fr-par\", \"id\":\"beca2e31-8066-4ad3-9f59-33cb1ba81656\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:50:51.665410Z\", \"updated_at\":\"2025-10-30T16:51:34.758899Z\", \"type\":\"kapsule\", \"name\":\"k8s-acl-order\", \"description\":\"\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[], \"cluster_url\":\"https://beca2e31-8066-4ad3-9f59-33cb1ba81656.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.beca2e31-8066-4ad3-9f59-33cb1ba81656.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"6bc06c52-da10-46f8-ae86-1282af76c7d2\", \"commitment_ends_at\":\"2025-10-30T16:50:51.665418Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"85c420ce-184f-45b2-9313-5fe29660c789\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1581" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:51:39 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 05016132-e77d-4917-82db-fd7845892160 + status: 200 OK + code: 200 + duration: 88.869412ms +- id: 40 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/beca2e31-8066-4ad3-9f59-33cb1ba81656 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1581 + body: "{\"region\":\"fr-par\", \"id\":\"beca2e31-8066-4ad3-9f59-33cb1ba81656\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:50:51.665410Z\", \"updated_at\":\"2025-10-30T16:51:34.758899Z\", \"type\":\"kapsule\", \"name\":\"k8s-acl-order\", \"description\":\"\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[], \"cluster_url\":\"https://beca2e31-8066-4ad3-9f59-33cb1ba81656.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.beca2e31-8066-4ad3-9f59-33cb1ba81656.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"6bc06c52-da10-46f8-ae86-1282af76c7d2\", \"commitment_ends_at\":\"2025-10-30T16:50:51.665418Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"85c420ce-184f-45b2-9313-5fe29660c789\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1581" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:51:45 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - da1ed78c-00dd-4b7d-8e26-6749b0f00d1c + status: 200 OK + code: 200 + duration: 112.915623ms +- id: 41 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/beca2e31-8066-4ad3-9f59-33cb1ba81656 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1581 + body: "{\"region\":\"fr-par\", \"id\":\"beca2e31-8066-4ad3-9f59-33cb1ba81656\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:50:51.665410Z\", \"updated_at\":\"2025-10-30T16:51:34.758899Z\", \"type\":\"kapsule\", \"name\":\"k8s-acl-order\", \"description\":\"\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[], \"cluster_url\":\"https://beca2e31-8066-4ad3-9f59-33cb1ba81656.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.beca2e31-8066-4ad3-9f59-33cb1ba81656.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"6bc06c52-da10-46f8-ae86-1282af76c7d2\", \"commitment_ends_at\":\"2025-10-30T16:50:51.665418Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"85c420ce-184f-45b2-9313-5fe29660c789\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1581" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:51:50 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 2e2d147a-56c7-4958-858d-e7533fa54657 + status: 200 OK + code: 200 + duration: 87.651957ms +- id: 42 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/beca2e31-8066-4ad3-9f59-33cb1ba81656 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 128 + body: "{\"message\":\"resource is not found\",\"resource\":\"cluster\",\"resource_id\":\"beca2e31-8066-4ad3-9f59-33cb1ba81656\",\"type\":\"not_found\"}" + headers: + Content-Length: + - "128" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:51:55 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - f349fdfb-9839-4bd5-a254-e325b97be508 + status: 404 Not Found + code: 404 + duration: 21.201492ms +- id: 43 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks/6bc06c52-da10-46f8-ae86-1282af76c7d2 + method: DELETE + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 136 + body: "{\"message\":\"resource is not found\",\"resource\":\"private_network\",\"resource_id\":\"6bc06c52-da10-46f8-ae86-1282af76c7d2\",\"type\":\"not_found\"}" + headers: + Content-Length: + - "136" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:51:55 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - c879de70-d3ee-4570-8b4c-741a2ca285c8 + status: 404 Not Found + code: 404 + duration: 29.043479ms +- id: 44 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/vpc/v2/regions/fr-par/vpcs/cccfb611-9890-49c2-b967-2511eb2665c8 + method: DELETE + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 0 + body: "" + headers: + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:51:55 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 08b99ae2-74b3-4980-9749-9dea27186d61 + status: 204 No Content + code: 204 + duration: 219.892019ms +- id: 45 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/beca2e31-8066-4ad3-9f59-33cb1ba81656 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 128 + body: "{\"message\":\"resource is not found\",\"resource\":\"cluster\",\"resource_id\":\"beca2e31-8066-4ad3-9f59-33cb1ba81656\",\"type\":\"not_found\"}" + headers: + Content-Length: + - "128" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:51:55 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - e0ffd7df-552e-4545-8b22-bf323837b9cb + status: 404 Not Found + code: 404 + duration: 19.217237ms diff --git a/internal/services/k8s/testdata/cluster-auto-upgrade.cassette.yaml b/internal/services/k8s/testdata/cluster-auto-upgrade.cassette.yaml index 58c7fd2ceb..5abd13336e 100644 --- a/internal/services/k8s/testdata/cluster-auto-upgrade.cassette.yaml +++ b/internal/services/k8s/testdata/cluster-auto-upgrade.cassette.yaml @@ -1,5211 +1,3499 @@ --- version: 2 interactions: - - id: 0 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/versions - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 4962 - uncompressed: false - body: '{"versions":[{"available_admission_plugins":["AlwaysPullImages","PodNodeSelector","PodTolerationRestriction"],"available_cnis":["cilium","cilium_native","calico","kilo","none"],"available_container_runtimes":["containerd"],"available_feature_gates":["HPAScaleToZero","CPUManagerPolicyAlphaOptions","ImageVolume"],"available_kubelet_args":{"containerLogMaxFiles":"uint16","containerLogMaxSize":"quantity","cpuCFSQuota":"bool","cpuCFSQuotaPeriod":"duration","cpuManagerPolicy":"enum:none|static","cpuManagerPolicyOptions":"map[string]string","enableDebuggingHandlers":"bool","evictionHard":"map[string]string","evictionMinimumReclaim":"map[string]string","imageGCHighThresholdPercent":"uint32","imageGCLowThresholdPercent":"uint32","maxParallelImagePulls":"int32","maxPods":"uint16","registryBurst":"int32","registryPullQPS":"int32","serializeImagePulls":"bool"},"label":"Kubernetes 1.34.1","name":"1.34.1","region":"fr-par"},{"available_admission_plugins":["AlwaysPullImages","PodNodeSelector","PodTolerationRestriction"],"available_cnis":["cilium","calico","kilo","none"],"available_container_runtimes":["containerd"],"available_feature_gates":["HPAScaleToZero","DRAAdminAccess","DynamicResourceAllocation","PodLevelResources","CPUManagerPolicyAlphaOptions","ImageVolume"],"available_kubelet_args":{"containerLogMaxFiles":"uint16","containerLogMaxSize":"quantity","cpuCFSQuota":"bool","cpuCFSQuotaPeriod":"duration","cpuManagerPolicy":"enum:none|static","cpuManagerPolicyOptions":"map[string]string","enableDebuggingHandlers":"bool","evictionHard":"map[string]string","evictionMinimumReclaim":"map[string]string","imageGCHighThresholdPercent":"uint32","imageGCLowThresholdPercent":"uint32","maxParallelImagePulls":"int32","maxPods":"uint16","registryBurst":"int32","registryPullQPS":"int32","serializeImagePulls":"bool"},"label":"Kubernetes 1.33.4","name":"1.33.4","region":"fr-par"},{"available_admission_plugins":["AlwaysPullImages","PodNodeSelector","PodTolerationRestriction"],"available_cnis":["cilium","calico","kilo","none"],"available_container_runtimes":["containerd"],"available_feature_gates":["HPAScaleToZero","InPlacePodVerticalScaling","SidecarContainers","DRAAdminAccess","DRAResourceClaimDeviceStatus","DynamicResourceAllocation","PodLevelResources","CPUManagerPolicyAlphaOptions","ImageVolume"],"available_kubelet_args":{"containerLogMaxFiles":"uint16","containerLogMaxSize":"quantity","cpuCFSQuota":"bool","cpuCFSQuotaPeriod":"duration","cpuManagerPolicy":"enum:none|static","cpuManagerPolicyOptions":"map[string]string","enableDebuggingHandlers":"bool","evictionHard":"map[string]string","evictionMinimumReclaim":"map[string]string","imageGCHighThresholdPercent":"uint32","imageGCLowThresholdPercent":"uint32","maxParallelImagePulls":"int32","maxPods":"uint16","registryBurst":"int32","registryPullQPS":"int32","serializeImagePulls":"bool"},"label":"Kubernetes 1.32.8","name":"1.32.8","region":"fr-par"},{"available_admission_plugins":["AlwaysPullImages","PodNodeSelector","PodTolerationRestriction"],"available_cnis":["cilium","calico","kilo","none"],"available_container_runtimes":["containerd"],"available_feature_gates":["HPAScaleToZero","InPlacePodVerticalScaling","SidecarContainers","CPUManagerPolicyAlphaOptions","ImageVolume"],"available_kubelet_args":{"containerLogMaxFiles":"uint16","containerLogMaxSize":"quantity","cpuCFSQuota":"bool","cpuCFSQuotaPeriod":"duration","cpuManagerPolicy":"enum:none|static","cpuManagerPolicyOptions":"map[string]string","enableDebuggingHandlers":"bool","evictionHard":"map[string]string","evictionMinimumReclaim":"map[string]string","imageGCHighThresholdPercent":"uint32","imageGCLowThresholdPercent":"uint32","maxParallelImagePulls":"int32","maxPods":"uint16","registryBurst":"int32","registryPullQPS":"int32","serializeImagePulls":"bool"},"label":"Kubernetes 1.31.12","name":"1.31.12","region":"fr-par"},{"available_admission_plugins":["AlwaysPullImages","PodNodeSelector","PodTolerationRestriction"],"available_cnis":["cilium","calico","kilo","none"],"available_container_runtimes":["containerd"],"available_feature_gates":["HPAScaleToZero","SidecarContainers","InPlacePodVerticalScaling","CPUManagerPolicyAlphaOptions"],"available_kubelet_args":{"containerLogMaxFiles":"uint16","containerLogMaxSize":"quantity","cpuCFSQuota":"bool","cpuCFSQuotaPeriod":"duration","cpuManagerPolicy":"enum:none|static","cpuManagerPolicyOptions":"map[string]string","enableDebuggingHandlers":"bool","evictionHard":"map[string]string","evictionMinimumReclaim":"map[string]string","imageGCHighThresholdPercent":"uint32","imageGCLowThresholdPercent":"uint32","maxParallelImagePulls":"int32","maxPods":"uint16","registryBurst":"int32","registryPullQPS":"int32","serializeImagePulls":"bool"},"label":"Kubernetes 1.30.14","name":"1.30.14","region":"fr-par"}]}' - headers: - Content-Length: - - "4962" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 14:08:38 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 846c654a-04a1-4dbc-ad57-fb6737cb9762 - status: 200 OK - code: 200 - duration: 164.166792ms - - id: 1 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/versions - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 4962 - uncompressed: false - body: '{"versions":[{"available_admission_plugins":["AlwaysPullImages","PodNodeSelector","PodTolerationRestriction"],"available_cnis":["cilium","cilium_native","calico","kilo","none"],"available_container_runtimes":["containerd"],"available_feature_gates":["HPAScaleToZero","CPUManagerPolicyAlphaOptions","ImageVolume"],"available_kubelet_args":{"containerLogMaxFiles":"uint16","containerLogMaxSize":"quantity","cpuCFSQuota":"bool","cpuCFSQuotaPeriod":"duration","cpuManagerPolicy":"enum:none|static","cpuManagerPolicyOptions":"map[string]string","enableDebuggingHandlers":"bool","evictionHard":"map[string]string","evictionMinimumReclaim":"map[string]string","imageGCHighThresholdPercent":"uint32","imageGCLowThresholdPercent":"uint32","maxParallelImagePulls":"int32","maxPods":"uint16","registryBurst":"int32","registryPullQPS":"int32","serializeImagePulls":"bool"},"label":"Kubernetes 1.34.1","name":"1.34.1","region":"fr-par"},{"available_admission_plugins":["AlwaysPullImages","PodNodeSelector","PodTolerationRestriction"],"available_cnis":["cilium","calico","kilo","none"],"available_container_runtimes":["containerd"],"available_feature_gates":["HPAScaleToZero","DRAAdminAccess","DynamicResourceAllocation","PodLevelResources","CPUManagerPolicyAlphaOptions","ImageVolume"],"available_kubelet_args":{"containerLogMaxFiles":"uint16","containerLogMaxSize":"quantity","cpuCFSQuota":"bool","cpuCFSQuotaPeriod":"duration","cpuManagerPolicy":"enum:none|static","cpuManagerPolicyOptions":"map[string]string","enableDebuggingHandlers":"bool","evictionHard":"map[string]string","evictionMinimumReclaim":"map[string]string","imageGCHighThresholdPercent":"uint32","imageGCLowThresholdPercent":"uint32","maxParallelImagePulls":"int32","maxPods":"uint16","registryBurst":"int32","registryPullQPS":"int32","serializeImagePulls":"bool"},"label":"Kubernetes 1.33.4","name":"1.33.4","region":"fr-par"},{"available_admission_plugins":["AlwaysPullImages","PodNodeSelector","PodTolerationRestriction"],"available_cnis":["cilium","calico","kilo","none"],"available_container_runtimes":["containerd"],"available_feature_gates":["HPAScaleToZero","InPlacePodVerticalScaling","SidecarContainers","DRAAdminAccess","DRAResourceClaimDeviceStatus","DynamicResourceAllocation","PodLevelResources","CPUManagerPolicyAlphaOptions","ImageVolume"],"available_kubelet_args":{"containerLogMaxFiles":"uint16","containerLogMaxSize":"quantity","cpuCFSQuota":"bool","cpuCFSQuotaPeriod":"duration","cpuManagerPolicy":"enum:none|static","cpuManagerPolicyOptions":"map[string]string","enableDebuggingHandlers":"bool","evictionHard":"map[string]string","evictionMinimumReclaim":"map[string]string","imageGCHighThresholdPercent":"uint32","imageGCLowThresholdPercent":"uint32","maxParallelImagePulls":"int32","maxPods":"uint16","registryBurst":"int32","registryPullQPS":"int32","serializeImagePulls":"bool"},"label":"Kubernetes 1.32.8","name":"1.32.8","region":"fr-par"},{"available_admission_plugins":["AlwaysPullImages","PodNodeSelector","PodTolerationRestriction"],"available_cnis":["cilium","calico","kilo","none"],"available_container_runtimes":["containerd"],"available_feature_gates":["HPAScaleToZero","InPlacePodVerticalScaling","SidecarContainers","CPUManagerPolicyAlphaOptions","ImageVolume"],"available_kubelet_args":{"containerLogMaxFiles":"uint16","containerLogMaxSize":"quantity","cpuCFSQuota":"bool","cpuCFSQuotaPeriod":"duration","cpuManagerPolicy":"enum:none|static","cpuManagerPolicyOptions":"map[string]string","enableDebuggingHandlers":"bool","evictionHard":"map[string]string","evictionMinimumReclaim":"map[string]string","imageGCHighThresholdPercent":"uint32","imageGCLowThresholdPercent":"uint32","maxParallelImagePulls":"int32","maxPods":"uint16","registryBurst":"int32","registryPullQPS":"int32","serializeImagePulls":"bool"},"label":"Kubernetes 1.31.12","name":"1.31.12","region":"fr-par"},{"available_admission_plugins":["AlwaysPullImages","PodNodeSelector","PodTolerationRestriction"],"available_cnis":["cilium","calico","kilo","none"],"available_container_runtimes":["containerd"],"available_feature_gates":["HPAScaleToZero","SidecarContainers","InPlacePodVerticalScaling","CPUManagerPolicyAlphaOptions"],"available_kubelet_args":{"containerLogMaxFiles":"uint16","containerLogMaxSize":"quantity","cpuCFSQuota":"bool","cpuCFSQuotaPeriod":"duration","cpuManagerPolicy":"enum:none|static","cpuManagerPolicyOptions":"map[string]string","enableDebuggingHandlers":"bool","evictionHard":"map[string]string","evictionMinimumReclaim":"map[string]string","imageGCHighThresholdPercent":"uint32","imageGCLowThresholdPercent":"uint32","maxParallelImagePulls":"int32","maxPods":"uint16","registryBurst":"int32","registryPullQPS":"int32","serializeImagePulls":"bool"},"label":"Kubernetes 1.30.14","name":"1.30.14","region":"fr-par"}]}' - headers: - Content-Length: - - "4962" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 14:08:38 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 11df546b-d9fb-4ab8-a9d6-78b037e6268e - status: 200 OK - code: 200 - duration: 21.926084ms - - id: 2 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/versions - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 4962 - uncompressed: false - body: '{"versions":[{"available_admission_plugins":["AlwaysPullImages","PodNodeSelector","PodTolerationRestriction"],"available_cnis":["cilium","cilium_native","calico","kilo","none"],"available_container_runtimes":["containerd"],"available_feature_gates":["HPAScaleToZero","CPUManagerPolicyAlphaOptions","ImageVolume"],"available_kubelet_args":{"containerLogMaxFiles":"uint16","containerLogMaxSize":"quantity","cpuCFSQuota":"bool","cpuCFSQuotaPeriod":"duration","cpuManagerPolicy":"enum:none|static","cpuManagerPolicyOptions":"map[string]string","enableDebuggingHandlers":"bool","evictionHard":"map[string]string","evictionMinimumReclaim":"map[string]string","imageGCHighThresholdPercent":"uint32","imageGCLowThresholdPercent":"uint32","maxParallelImagePulls":"int32","maxPods":"uint16","registryBurst":"int32","registryPullQPS":"int32","serializeImagePulls":"bool"},"label":"Kubernetes 1.34.1","name":"1.34.1","region":"fr-par"},{"available_admission_plugins":["AlwaysPullImages","PodNodeSelector","PodTolerationRestriction"],"available_cnis":["cilium","calico","kilo","none"],"available_container_runtimes":["containerd"],"available_feature_gates":["HPAScaleToZero","DRAAdminAccess","DynamicResourceAllocation","PodLevelResources","CPUManagerPolicyAlphaOptions","ImageVolume"],"available_kubelet_args":{"containerLogMaxFiles":"uint16","containerLogMaxSize":"quantity","cpuCFSQuota":"bool","cpuCFSQuotaPeriod":"duration","cpuManagerPolicy":"enum:none|static","cpuManagerPolicyOptions":"map[string]string","enableDebuggingHandlers":"bool","evictionHard":"map[string]string","evictionMinimumReclaim":"map[string]string","imageGCHighThresholdPercent":"uint32","imageGCLowThresholdPercent":"uint32","maxParallelImagePulls":"int32","maxPods":"uint16","registryBurst":"int32","registryPullQPS":"int32","serializeImagePulls":"bool"},"label":"Kubernetes 1.33.4","name":"1.33.4","region":"fr-par"},{"available_admission_plugins":["AlwaysPullImages","PodNodeSelector","PodTolerationRestriction"],"available_cnis":["cilium","calico","kilo","none"],"available_container_runtimes":["containerd"],"available_feature_gates":["HPAScaleToZero","InPlacePodVerticalScaling","SidecarContainers","DRAAdminAccess","DRAResourceClaimDeviceStatus","DynamicResourceAllocation","PodLevelResources","CPUManagerPolicyAlphaOptions","ImageVolume"],"available_kubelet_args":{"containerLogMaxFiles":"uint16","containerLogMaxSize":"quantity","cpuCFSQuota":"bool","cpuCFSQuotaPeriod":"duration","cpuManagerPolicy":"enum:none|static","cpuManagerPolicyOptions":"map[string]string","enableDebuggingHandlers":"bool","evictionHard":"map[string]string","evictionMinimumReclaim":"map[string]string","imageGCHighThresholdPercent":"uint32","imageGCLowThresholdPercent":"uint32","maxParallelImagePulls":"int32","maxPods":"uint16","registryBurst":"int32","registryPullQPS":"int32","serializeImagePulls":"bool"},"label":"Kubernetes 1.32.8","name":"1.32.8","region":"fr-par"},{"available_admission_plugins":["AlwaysPullImages","PodNodeSelector","PodTolerationRestriction"],"available_cnis":["cilium","calico","kilo","none"],"available_container_runtimes":["containerd"],"available_feature_gates":["HPAScaleToZero","InPlacePodVerticalScaling","SidecarContainers","CPUManagerPolicyAlphaOptions","ImageVolume"],"available_kubelet_args":{"containerLogMaxFiles":"uint16","containerLogMaxSize":"quantity","cpuCFSQuota":"bool","cpuCFSQuotaPeriod":"duration","cpuManagerPolicy":"enum:none|static","cpuManagerPolicyOptions":"map[string]string","enableDebuggingHandlers":"bool","evictionHard":"map[string]string","evictionMinimumReclaim":"map[string]string","imageGCHighThresholdPercent":"uint32","imageGCLowThresholdPercent":"uint32","maxParallelImagePulls":"int32","maxPods":"uint16","registryBurst":"int32","registryPullQPS":"int32","serializeImagePulls":"bool"},"label":"Kubernetes 1.31.12","name":"1.31.12","region":"fr-par"},{"available_admission_plugins":["AlwaysPullImages","PodNodeSelector","PodTolerationRestriction"],"available_cnis":["cilium","calico","kilo","none"],"available_container_runtimes":["containerd"],"available_feature_gates":["HPAScaleToZero","SidecarContainers","InPlacePodVerticalScaling","CPUManagerPolicyAlphaOptions"],"available_kubelet_args":{"containerLogMaxFiles":"uint16","containerLogMaxSize":"quantity","cpuCFSQuota":"bool","cpuCFSQuotaPeriod":"duration","cpuManagerPolicy":"enum:none|static","cpuManagerPolicyOptions":"map[string]string","enableDebuggingHandlers":"bool","evictionHard":"map[string]string","evictionMinimumReclaim":"map[string]string","imageGCHighThresholdPercent":"uint32","imageGCLowThresholdPercent":"uint32","maxParallelImagePulls":"int32","maxPods":"uint16","registryBurst":"int32","registryPullQPS":"int32","serializeImagePulls":"bool"},"label":"Kubernetes 1.30.14","name":"1.30.14","region":"fr-par"}]}' - headers: - Content-Length: - - "4962" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 14:08:38 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 461e8566-34fd-4581-9453-70c7bdd763cd - status: 200 OK - code: 200 - duration: 26.697542ms - - id: 3 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/versions - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 4962 - uncompressed: false - body: '{"versions":[{"available_admission_plugins":["AlwaysPullImages","PodNodeSelector","PodTolerationRestriction"],"available_cnis":["cilium","cilium_native","calico","kilo","none"],"available_container_runtimes":["containerd"],"available_feature_gates":["HPAScaleToZero","CPUManagerPolicyAlphaOptions","ImageVolume"],"available_kubelet_args":{"containerLogMaxFiles":"uint16","containerLogMaxSize":"quantity","cpuCFSQuota":"bool","cpuCFSQuotaPeriod":"duration","cpuManagerPolicy":"enum:none|static","cpuManagerPolicyOptions":"map[string]string","enableDebuggingHandlers":"bool","evictionHard":"map[string]string","evictionMinimumReclaim":"map[string]string","imageGCHighThresholdPercent":"uint32","imageGCLowThresholdPercent":"uint32","maxParallelImagePulls":"int32","maxPods":"uint16","registryBurst":"int32","registryPullQPS":"int32","serializeImagePulls":"bool"},"label":"Kubernetes 1.34.1","name":"1.34.1","region":"fr-par"},{"available_admission_plugins":["AlwaysPullImages","PodNodeSelector","PodTolerationRestriction"],"available_cnis":["cilium","calico","kilo","none"],"available_container_runtimes":["containerd"],"available_feature_gates":["HPAScaleToZero","DRAAdminAccess","DynamicResourceAllocation","PodLevelResources","CPUManagerPolicyAlphaOptions","ImageVolume"],"available_kubelet_args":{"containerLogMaxFiles":"uint16","containerLogMaxSize":"quantity","cpuCFSQuota":"bool","cpuCFSQuotaPeriod":"duration","cpuManagerPolicy":"enum:none|static","cpuManagerPolicyOptions":"map[string]string","enableDebuggingHandlers":"bool","evictionHard":"map[string]string","evictionMinimumReclaim":"map[string]string","imageGCHighThresholdPercent":"uint32","imageGCLowThresholdPercent":"uint32","maxParallelImagePulls":"int32","maxPods":"uint16","registryBurst":"int32","registryPullQPS":"int32","serializeImagePulls":"bool"},"label":"Kubernetes 1.33.4","name":"1.33.4","region":"fr-par"},{"available_admission_plugins":["AlwaysPullImages","PodNodeSelector","PodTolerationRestriction"],"available_cnis":["cilium","calico","kilo","none"],"available_container_runtimes":["containerd"],"available_feature_gates":["HPAScaleToZero","InPlacePodVerticalScaling","SidecarContainers","DRAAdminAccess","DRAResourceClaimDeviceStatus","DynamicResourceAllocation","PodLevelResources","CPUManagerPolicyAlphaOptions","ImageVolume"],"available_kubelet_args":{"containerLogMaxFiles":"uint16","containerLogMaxSize":"quantity","cpuCFSQuota":"bool","cpuCFSQuotaPeriod":"duration","cpuManagerPolicy":"enum:none|static","cpuManagerPolicyOptions":"map[string]string","enableDebuggingHandlers":"bool","evictionHard":"map[string]string","evictionMinimumReclaim":"map[string]string","imageGCHighThresholdPercent":"uint32","imageGCLowThresholdPercent":"uint32","maxParallelImagePulls":"int32","maxPods":"uint16","registryBurst":"int32","registryPullQPS":"int32","serializeImagePulls":"bool"},"label":"Kubernetes 1.32.8","name":"1.32.8","region":"fr-par"},{"available_admission_plugins":["AlwaysPullImages","PodNodeSelector","PodTolerationRestriction"],"available_cnis":["cilium","calico","kilo","none"],"available_container_runtimes":["containerd"],"available_feature_gates":["HPAScaleToZero","InPlacePodVerticalScaling","SidecarContainers","CPUManagerPolicyAlphaOptions","ImageVolume"],"available_kubelet_args":{"containerLogMaxFiles":"uint16","containerLogMaxSize":"quantity","cpuCFSQuota":"bool","cpuCFSQuotaPeriod":"duration","cpuManagerPolicy":"enum:none|static","cpuManagerPolicyOptions":"map[string]string","enableDebuggingHandlers":"bool","evictionHard":"map[string]string","evictionMinimumReclaim":"map[string]string","imageGCHighThresholdPercent":"uint32","imageGCLowThresholdPercent":"uint32","maxParallelImagePulls":"int32","maxPods":"uint16","registryBurst":"int32","registryPullQPS":"int32","serializeImagePulls":"bool"},"label":"Kubernetes 1.31.12","name":"1.31.12","region":"fr-par"},{"available_admission_plugins":["AlwaysPullImages","PodNodeSelector","PodTolerationRestriction"],"available_cnis":["cilium","calico","kilo","none"],"available_container_runtimes":["containerd"],"available_feature_gates":["HPAScaleToZero","SidecarContainers","InPlacePodVerticalScaling","CPUManagerPolicyAlphaOptions"],"available_kubelet_args":{"containerLogMaxFiles":"uint16","containerLogMaxSize":"quantity","cpuCFSQuota":"bool","cpuCFSQuotaPeriod":"duration","cpuManagerPolicy":"enum:none|static","cpuManagerPolicyOptions":"map[string]string","enableDebuggingHandlers":"bool","evictionHard":"map[string]string","evictionMinimumReclaim":"map[string]string","imageGCHighThresholdPercent":"uint32","imageGCLowThresholdPercent":"uint32","maxParallelImagePulls":"int32","maxPods":"uint16","registryBurst":"int32","registryPullQPS":"int32","serializeImagePulls":"bool"},"label":"Kubernetes 1.30.14","name":"1.30.14","region":"fr-par"}]}' - headers: - Content-Length: - - "4962" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 14:08:38 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 83f992bb-bd9e-47d7-ace6-2c2f8d834edc - status: 200 OK - code: 200 - duration: 24.9605ms - - id: 4 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 129 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: '{"name":"testAccCheckK8SClusterAutoUpgrade","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","tags":[],"enable_routing":false}' - form: {} - headers: - Content-Type: - - application/json - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/fr-par/vpcs - method: POST - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 431 - uncompressed: false - body: '{"created_at":"2025-09-30T14:08:38.965021Z","custom_routes_propagation_enabled":true,"id":"cab1333e-6709-4caa-889e-c68e2379734a","is_default":false,"name":"testAccCheckK8SClusterAutoUpgrade","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","private_network_count":0,"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","routing_enabled":true,"tags":[],"updated_at":"2025-09-30T14:08:38.965021Z"}' - headers: - Content-Length: - - "431" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 14:08:38 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - b55b8e07-a9b9-4804-b912-ed8da48384a8 - status: 200 OK - code: 200 - duration: 105.947291ms - - id: 5 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/fr-par/vpcs/cab1333e-6709-4caa-889e-c68e2379734a - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 431 - uncompressed: false - body: '{"created_at":"2025-09-30T14:08:38.965021Z","custom_routes_propagation_enabled":true,"id":"cab1333e-6709-4caa-889e-c68e2379734a","is_default":false,"name":"testAccCheckK8SClusterAutoUpgrade","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","private_network_count":0,"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","routing_enabled":true,"tags":[],"updated_at":"2025-09-30T14:08:38.965021Z"}' - headers: - Content-Length: - - "431" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 14:08:39 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - e93e8c30-6a2f-4271-81a0-3b79ab9a7878 - status: 200 OK - code: 200 - duration: 100.726417ms - - id: 6 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 195 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: '{"name":"test-auto-upgrade","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","tags":[],"subnets":null,"vpc_id":"cab1333e-6709-4caa-889e-c68e2379734a","default_route_propagation_enabled":false}' - form: {} - headers: - Content-Type: - - application/json - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks - method: POST - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1088 - uncompressed: false - body: '{"created_at":"2025-09-30T14:08:39.155239Z","default_route_propagation_enabled":false,"dhcp_enabled":true,"id":"8c7b7682-eab4-49e3-b597-20c0a425926e","name":"test-auto-upgrade","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","subnets":[{"created_at":"2025-09-30T14:08:39.155239Z","id":"7dea2fc4-7f75-4ef6-9613-1c02220b34c0","private_network_id":"8c7b7682-eab4-49e3-b597-20c0a425926e","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","subnet":"172.17.148.0/22","updated_at":"2025-09-30T14:08:39.155239Z","vpc_id":"cab1333e-6709-4caa-889e-c68e2379734a"},{"created_at":"2025-09-30T14:08:39.155239Z","id":"87483877-27b6-4707-b634-334f9e4ea592","private_network_id":"8c7b7682-eab4-49e3-b597-20c0a425926e","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","subnet":"fd5f:519c:6d46:3569::/64","updated_at":"2025-09-30T14:08:39.155239Z","vpc_id":"cab1333e-6709-4caa-889e-c68e2379734a"}],"tags":[],"updated_at":"2025-09-30T14:08:39.155239Z","vpc_id":"cab1333e-6709-4caa-889e-c68e2379734a"}' - headers: - Content-Length: - - "1088" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 14:08:39 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - bd404965-580a-40ed-a8e4-ad0cdb80a2aa - status: 200 OK - code: 200 - duration: 671.472709ms - - id: 7 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks/8c7b7682-eab4-49e3-b597-20c0a425926e - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1088 - uncompressed: false - body: '{"created_at":"2025-09-30T14:08:39.155239Z","default_route_propagation_enabled":false,"dhcp_enabled":true,"id":"8c7b7682-eab4-49e3-b597-20c0a425926e","name":"test-auto-upgrade","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","subnets":[{"created_at":"2025-09-30T14:08:39.155239Z","id":"7dea2fc4-7f75-4ef6-9613-1c02220b34c0","private_network_id":"8c7b7682-eab4-49e3-b597-20c0a425926e","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","subnet":"172.17.148.0/22","updated_at":"2025-09-30T14:08:39.155239Z","vpc_id":"cab1333e-6709-4caa-889e-c68e2379734a"},{"created_at":"2025-09-30T14:08:39.155239Z","id":"87483877-27b6-4707-b634-334f9e4ea592","private_network_id":"8c7b7682-eab4-49e3-b597-20c0a425926e","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","subnet":"fd5f:519c:6d46:3569::/64","updated_at":"2025-09-30T14:08:39.155239Z","vpc_id":"cab1333e-6709-4caa-889e-c68e2379734a"}],"tags":[],"updated_at":"2025-09-30T14:08:39.155239Z","vpc_id":"cab1333e-6709-4caa-889e-c68e2379734a"}' - headers: - Content-Length: - - "1088" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 14:08:39 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 4c78d649-1bfb-4677-a7af-599531aea83e - status: 200 OK - code: 200 - duration: 110.007291ms - - id: 8 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 785 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: '{"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","type":"","name":"test-auto-upgrade","description":"","tags":["terraform-test","scaleway_k8s_cluster","auto_upgrade"],"version":"1.33.4","cni":"calico","pools":null,"autoscaler_config":{"scale_down_disabled":null,"scale_down_delay_after_add":null,"estimator":"unknown_estimator","expander":"unknown_expander","ignore_daemonsets_utilization":null,"balance_similar_node_groups":null,"expendable_pods_priority_cutoff":0,"scale_down_unneeded_time":null,"scale_down_utilization_threshold":null,"max_graceful_termination_sec":0},"auto_upgrade":{"enable":false,"maintenance_window":{"start_hour":0,"day":"any"}},"feature_gates":[],"admission_plugins":[],"apiserver_cert_sans":[],"private_network_id":"8c7b7682-eab4-49e3-b597-20c0a425926e"}' - form: {} - headers: - Content-Type: - - application/json - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters - method: POST - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1605 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://b5256091-67fe-4d67-b8ce-8145f469e04f.api.k8s.fr-par.scw.cloud:6443","cni":"calico","commitment_ends_at":"2025-09-30T14:08:40.212660Z","created_at":"2025-09-30T14:08:40.212652Z","description":"","dns_wildcard":"*.b5256091-67fe-4d67-b8ce-8145f469e04f.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"","id":"b5256091-67fe-4d67-b8ce-8145f469e04f","name":"test-auto-upgrade","new_images_enabled":false,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"100.64.0.0/15","private_network_id":"8c7b7682-eab4-49e3-b597-20c0a425926e","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"10.32.0.0/20","service_dns_ip":"10.32.0.10","status":"creating","tags":["terraform-test","scaleway_k8s_cluster","auto_upgrade"],"type":"kapsule","updated_at":"2025-09-30T14:08:40.212652Z","upgrade_available":true,"version":"1.33.4"}' - headers: - Content-Length: - - "1605" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 14:08:40 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - fbb3bf8f-164f-4fc1-8a3a-f2399555b5f1 - status: 200 OK - code: 200 - duration: 466.907458ms - - id: 9 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/b5256091-67fe-4d67-b8ce-8145f469e04f - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1569 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://b5256091-67fe-4d67-b8ce-8145f469e04f.api.k8s.fr-par.scw.cloud:6443","cni":"calico","commitment_ends_at":"2025-09-30T14:08:40.212660Z","created_at":"2025-09-30T14:08:40.212652Z","description":"","dns_wildcard":"*.b5256091-67fe-4d67-b8ce-8145f469e04f.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"","id":"b5256091-67fe-4d67-b8ce-8145f469e04f","name":"test-auto-upgrade","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":"8c7b7682-eab4-49e3-b597-20c0a425926e","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"","service_dns_ip":"","status":"creating","tags":["terraform-test","scaleway_k8s_cluster","auto_upgrade"],"type":"kapsule","updated_at":"2025-09-30T14:08:40.340991Z","upgrade_available":true,"version":"1.33.4"}' - headers: - Content-Length: - - "1569" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 14:08:40 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 6d2c2428-4469-4f7e-b1c3-467f63f18c72 - status: 200 OK - code: 200 - duration: 83.342666ms - - id: 10 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/b5256091-67fe-4d67-b8ce-8145f469e04f - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1610 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://b5256091-67fe-4d67-b8ce-8145f469e04f.api.k8s.fr-par.scw.cloud:6443","cni":"calico","commitment_ends_at":"2025-09-30T14:08:40.212660Z","created_at":"2025-09-30T14:08:40.212652Z","description":"","dns_wildcard":"*.b5256091-67fe-4d67-b8ce-8145f469e04f.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"be6995cd-5253-4278-810a-cb450a30893f","id":"b5256091-67fe-4d67-b8ce-8145f469e04f","name":"test-auto-upgrade","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":"8c7b7682-eab4-49e3-b597-20c0a425926e","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"","service_dns_ip":"","status":"pool_required","tags":["terraform-test","scaleway_k8s_cluster","auto_upgrade"],"type":"kapsule","updated_at":"2025-09-30T14:08:40.689497Z","upgrade_available":true,"version":"1.33.4"}' - headers: - Content-Length: - - "1610" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 14:08:45 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 65054a6e-f975-44e7-beba-2c1087e84568 - status: 200 OK - code: 200 - duration: 75.586083ms - - id: 11 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/b5256091-67fe-4d67-b8ce-8145f469e04f/pools?order_by=created_at_asc&page=1&status=unknown - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 29 - uncompressed: false - body: '{"pools":[],"total_count":0}' - headers: - Content-Length: - - "29" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 14:08:45 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - d9f7388a-53a3-439a-ab33-35f7cc82cedd - status: 200 OK - code: 200 - duration: 103.016958ms - - id: 12 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/b5256091-67fe-4d67-b8ce-8145f469e04f - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1610 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://b5256091-67fe-4d67-b8ce-8145f469e04f.api.k8s.fr-par.scw.cloud:6443","cni":"calico","commitment_ends_at":"2025-09-30T14:08:40.212660Z","created_at":"2025-09-30T14:08:40.212652Z","description":"","dns_wildcard":"*.b5256091-67fe-4d67-b8ce-8145f469e04f.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"be6995cd-5253-4278-810a-cb450a30893f","id":"b5256091-67fe-4d67-b8ce-8145f469e04f","name":"test-auto-upgrade","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":"8c7b7682-eab4-49e3-b597-20c0a425926e","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"","service_dns_ip":"","status":"pool_required","tags":["terraform-test","scaleway_k8s_cluster","auto_upgrade"],"type":"kapsule","updated_at":"2025-09-30T14:08:40.689497Z","upgrade_available":true,"version":"1.33.4"}' - headers: - Content-Length: - - "1610" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 14:08:45 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - e2be2337-f004-45a0-9228-1827b480bb0e - status: 200 OK - code: 200 - duration: 92.00975ms - - id: 13 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/b5256091-67fe-4d67-b8ce-8145f469e04f/kubeconfig - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1678 - uncompressed: false - body: '{"content":"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogInRlc3QtYXV0by11cGdyYWRlIgogIGNsdXN0ZXI6CiAgICBjZXJ0aWZpY2F0ZS1hdXRob3JpdHktZGF0YTogTFMwdExTMUNSVWRKVGlCRFJWSlVTVVpKUTBGVVJTMHRMUzB0Q2sxSlNVSllSRU5EUVZGSFowRjNTVUpCWjBsQ1FVUkJTMEpuWjNGb2EycFBVRkZSUkVGcVFWWk5VazEzUlZGWlJGWlJVVVJGZDNCeVpGZEtiR050Tld3S1pFZFdlazFDTkZoRVZFa3hUVVJyZVU5VVJUQk5SR2N3VFVadldFUlVUVEZOUkd0NVQxUkZNRTFFWnpCTlJtOTNSbFJGVkUxQ1JVZEJNVlZGUVhoTlN3cGhNMVpwV2xoS2RWcFlVbXhqZWtKYVRVSk5SMEo1Y1VkVFRUUTVRV2RGUjBORGNVZFRUVFE1UVhkRlNFRXdTVUZDVDJsdFlqTkZhalZITm1WVlptcFpDbkJuV0c5T2VXSTJaVTB6V1dObFlUUkpjSEU1ZEVGbE1FeE1WekZrV2poblVtWmFUM29yZUM5RldFRmhhSE5NVUVab1dHcE9iVXRDUjNaU2MwOURhWElLYVhkT2VqZEpaV3BSYWtKQlRVRTBSMEV4VldSRWQwVkNMM2RSUlVGM1NVTndSRUZRUW1kT1ZraFNUVUpCWmpoRlFsUkJSRUZSU0M5TlFqQkhRVEZWWkFwRVoxRlhRa0pUZUVSM0szYzVOWGRtVlZOVE1XWTFRblpST0ZsV1ozVlNjRlJFUVV0Q1oyZHhhR3RxVDFCUlVVUkJaMDVLUVVSQ1IwRnBSVUZ3VjJVdkNrNVhaSEZpTjBkTk9ISmlUVWhNWkZST2QyUlJOalUxSzNGNWVqUXdSelZLVkVsWVMzQXJVVU5KVVVOaGJHSkZlV3hIZGxaQldXZzVWMUZUZFVKNmFHRUthWGx5V0dKaldXaFJZME51YlhRMWRsSjNTM2xZZHowOUNpMHRMUzB0UlU1RUlFTkZVbFJKUmtsRFFWUkZMUzB0TFMwSwogICAgc2VydmVyOiBodHRwczovL2I1MjU2MDkxLTY3ZmUtNGQ2Ny1iOGNlLTgxNDVmNDY5ZTA0Zi5hcGkuazhzLmZyLXBhci5zY3cuY2xvdWQ6NjQ0Mwpjb250ZXh0czoKLSBuYW1lOiBhZG1pbkB0ZXN0LWF1dG8tdXBncmFkZQogIGNvbnRleHQ6CiAgICBjbHVzdGVyOiAidGVzdC1hdXRvLXVwZ3JhZGUiCiAgICB1c2VyOiB0ZXN0LWF1dG8tdXBncmFkZS1hZG1pbgpjdXJyZW50LWNvbnRleHQ6IGFkbWluQHRlc3QtYXV0by11cGdyYWRlCmtpbmQ6IENvbmZpZwpwcmVmZXJlbmNlczoge30KdXNlcnM6Ci0gbmFtZTogdGVzdC1hdXRvLXVwZ3JhZGUtYWRtaW4KICB1c2VyOgogICAgdG9rZW46IDFYd21rVWhCeE5wd2J3Z3B5TTREUWdVeEJFR0Jhb1ZWeEZ2WlhudHh4dHo1VHlCZG9KWkZiTmlR","content_type":"application/octet-stream","name":"kubeconfig"}' - headers: - Content-Length: - - "1678" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 14:08:45 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - b7c943db-24f7-4e86-8f58-f22257b51574 - status: 200 OK - code: 200 - duration: 88.905083ms - - id: 14 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/b5256091-67fe-4d67-b8ce-8145f469e04f - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1610 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://b5256091-67fe-4d67-b8ce-8145f469e04f.api.k8s.fr-par.scw.cloud:6443","cni":"calico","commitment_ends_at":"2025-09-30T14:08:40.212660Z","created_at":"2025-09-30T14:08:40.212652Z","description":"","dns_wildcard":"*.b5256091-67fe-4d67-b8ce-8145f469e04f.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"be6995cd-5253-4278-810a-cb450a30893f","id":"b5256091-67fe-4d67-b8ce-8145f469e04f","name":"test-auto-upgrade","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":"8c7b7682-eab4-49e3-b597-20c0a425926e","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"","service_dns_ip":"","status":"pool_required","tags":["terraform-test","scaleway_k8s_cluster","auto_upgrade"],"type":"kapsule","updated_at":"2025-09-30T14:08:40.689497Z","upgrade_available":true,"version":"1.33.4"}' - headers: - Content-Length: - - "1610" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 14:08:46 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 4a2d6c6a-8c16-4dd9-9b49-b8a63ef5cd5d - status: 200 OK - code: 200 - duration: 102.497167ms - - id: 15 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/fr-par/vpcs/cab1333e-6709-4caa-889e-c68e2379734a - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 431 - uncompressed: false - body: '{"created_at":"2025-09-30T14:08:38.965021Z","custom_routes_propagation_enabled":true,"id":"cab1333e-6709-4caa-889e-c68e2379734a","is_default":false,"name":"testAccCheckK8SClusterAutoUpgrade","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","private_network_count":1,"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","routing_enabled":true,"tags":[],"updated_at":"2025-09-30T14:08:38.965021Z"}' - headers: - Content-Length: - - "431" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 14:08:46 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - cb0dcb0d-4854-47a7-a295-dbec62211160 - status: 200 OK - code: 200 - duration: 83.867291ms - - id: 16 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks/8c7b7682-eab4-49e3-b597-20c0a425926e - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1088 - uncompressed: false - body: '{"created_at":"2025-09-30T14:08:39.155239Z","default_route_propagation_enabled":false,"dhcp_enabled":true,"id":"8c7b7682-eab4-49e3-b597-20c0a425926e","name":"test-auto-upgrade","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","subnets":[{"created_at":"2025-09-30T14:08:39.155239Z","id":"7dea2fc4-7f75-4ef6-9613-1c02220b34c0","private_network_id":"8c7b7682-eab4-49e3-b597-20c0a425926e","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","subnet":"172.17.148.0/22","updated_at":"2025-09-30T14:08:39.155239Z","vpc_id":"cab1333e-6709-4caa-889e-c68e2379734a"},{"created_at":"2025-09-30T14:08:39.155239Z","id":"87483877-27b6-4707-b634-334f9e4ea592","private_network_id":"8c7b7682-eab4-49e3-b597-20c0a425926e","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","subnet":"fd5f:519c:6d46:3569::/64","updated_at":"2025-09-30T14:08:39.155239Z","vpc_id":"cab1333e-6709-4caa-889e-c68e2379734a"}],"tags":[],"updated_at":"2025-09-30T14:08:39.155239Z","vpc_id":"cab1333e-6709-4caa-889e-c68e2379734a"}' - headers: - Content-Length: - - "1088" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 14:08:46 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 5320bc00-6db1-401f-8558-121cf62caa88 - status: 200 OK - code: 200 - duration: 82.795167ms - - id: 17 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/b5256091-67fe-4d67-b8ce-8145f469e04f - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1610 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://b5256091-67fe-4d67-b8ce-8145f469e04f.api.k8s.fr-par.scw.cloud:6443","cni":"calico","commitment_ends_at":"2025-09-30T14:08:40.212660Z","created_at":"2025-09-30T14:08:40.212652Z","description":"","dns_wildcard":"*.b5256091-67fe-4d67-b8ce-8145f469e04f.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"be6995cd-5253-4278-810a-cb450a30893f","id":"b5256091-67fe-4d67-b8ce-8145f469e04f","name":"test-auto-upgrade","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":"8c7b7682-eab4-49e3-b597-20c0a425926e","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"","service_dns_ip":"","status":"pool_required","tags":["terraform-test","scaleway_k8s_cluster","auto_upgrade"],"type":"kapsule","updated_at":"2025-09-30T14:08:40.689497Z","upgrade_available":true,"version":"1.33.4"}' - headers: - Content-Length: - - "1610" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 14:08:46 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 38c38084-86f3-49ea-8437-741bd7006f88 - status: 200 OK - code: 200 - duration: 86.181625ms - - id: 18 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/b5256091-67fe-4d67-b8ce-8145f469e04f/kubeconfig - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1678 - uncompressed: false - body: '{"content":"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogInRlc3QtYXV0by11cGdyYWRlIgogIGNsdXN0ZXI6CiAgICBjZXJ0aWZpY2F0ZS1hdXRob3JpdHktZGF0YTogTFMwdExTMUNSVWRKVGlCRFJWSlVTVVpKUTBGVVJTMHRMUzB0Q2sxSlNVSllSRU5EUVZGSFowRjNTVUpCWjBsQ1FVUkJTMEpuWjNGb2EycFBVRkZSUkVGcVFWWk5VazEzUlZGWlJGWlJVVVJGZDNCeVpGZEtiR050Tld3S1pFZFdlazFDTkZoRVZFa3hUVVJyZVU5VVJUQk5SR2N3VFVadldFUlVUVEZOUkd0NVQxUkZNRTFFWnpCTlJtOTNSbFJGVkUxQ1JVZEJNVlZGUVhoTlN3cGhNMVpwV2xoS2RWcFlVbXhqZWtKYVRVSk5SMEo1Y1VkVFRUUTVRV2RGUjBORGNVZFRUVFE1UVhkRlNFRXdTVUZDVDJsdFlqTkZhalZITm1WVlptcFpDbkJuV0c5T2VXSTJaVTB6V1dObFlUUkpjSEU1ZEVGbE1FeE1WekZrV2poblVtWmFUM29yZUM5RldFRmhhSE5NVUVab1dHcE9iVXRDUjNaU2MwOURhWElLYVhkT2VqZEpaV3BSYWtKQlRVRTBSMEV4VldSRWQwVkNMM2RSUlVGM1NVTndSRUZRUW1kT1ZraFNUVUpCWmpoRlFsUkJSRUZSU0M5TlFqQkhRVEZWWkFwRVoxRlhRa0pUZUVSM0szYzVOWGRtVlZOVE1XWTFRblpST0ZsV1ozVlNjRlJFUVV0Q1oyZHhhR3RxVDFCUlVVUkJaMDVLUVVSQ1IwRnBSVUZ3VjJVdkNrNVhaSEZpTjBkTk9ISmlUVWhNWkZST2QyUlJOalUxSzNGNWVqUXdSelZLVkVsWVMzQXJVVU5KVVVOaGJHSkZlV3hIZGxaQldXZzVWMUZUZFVKNmFHRUthWGx5V0dKaldXaFJZME51YlhRMWRsSjNTM2xZZHowOUNpMHRMUzB0UlU1RUlFTkZVbFJKUmtsRFFWUkZMUzB0TFMwSwogICAgc2VydmVyOiBodHRwczovL2I1MjU2MDkxLTY3ZmUtNGQ2Ny1iOGNlLTgxNDVmNDY5ZTA0Zi5hcGkuazhzLmZyLXBhci5zY3cuY2xvdWQ6NjQ0Mwpjb250ZXh0czoKLSBuYW1lOiBhZG1pbkB0ZXN0LWF1dG8tdXBncmFkZQogIGNvbnRleHQ6CiAgICBjbHVzdGVyOiAidGVzdC1hdXRvLXVwZ3JhZGUiCiAgICB1c2VyOiB0ZXN0LWF1dG8tdXBncmFkZS1hZG1pbgpjdXJyZW50LWNvbnRleHQ6IGFkbWluQHRlc3QtYXV0by11cGdyYWRlCmtpbmQ6IENvbmZpZwpwcmVmZXJlbmNlczoge30KdXNlcnM6Ci0gbmFtZTogdGVzdC1hdXRvLXVwZ3JhZGUtYWRtaW4KICB1c2VyOgogICAgdG9rZW46IDFYd21rVWhCeE5wd2J3Z3B5TTREUWdVeEJFR0Jhb1ZWeEZ2WlhudHh4dHo1VHlCZG9KWkZiTmlR","content_type":"application/octet-stream","name":"kubeconfig"}' - headers: - Content-Length: - - "1678" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 14:08:46 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - deffba34-5e1f-40ce-9e3d-6ce03f26f037 - status: 200 OK - code: 200 - duration: 94.557833ms - - id: 19 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/fr-par/vpcs/cab1333e-6709-4caa-889e-c68e2379734a - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 431 - uncompressed: false - body: '{"created_at":"2025-09-30T14:08:38.965021Z","custom_routes_propagation_enabled":true,"id":"cab1333e-6709-4caa-889e-c68e2379734a","is_default":false,"name":"testAccCheckK8SClusterAutoUpgrade","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","private_network_count":1,"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","routing_enabled":true,"tags":[],"updated_at":"2025-09-30T14:08:38.965021Z"}' - headers: - Content-Length: - - "431" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 14:08:46 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - e89175e8-38ef-40c5-91ee-57266d80ffad - status: 200 OK - code: 200 - duration: 86.816792ms - - id: 20 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks/8c7b7682-eab4-49e3-b597-20c0a425926e - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1088 - uncompressed: false - body: '{"created_at":"2025-09-30T14:08:39.155239Z","default_route_propagation_enabled":false,"dhcp_enabled":true,"id":"8c7b7682-eab4-49e3-b597-20c0a425926e","name":"test-auto-upgrade","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","subnets":[{"created_at":"2025-09-30T14:08:39.155239Z","id":"7dea2fc4-7f75-4ef6-9613-1c02220b34c0","private_network_id":"8c7b7682-eab4-49e3-b597-20c0a425926e","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","subnet":"172.17.148.0/22","updated_at":"2025-09-30T14:08:39.155239Z","vpc_id":"cab1333e-6709-4caa-889e-c68e2379734a"},{"created_at":"2025-09-30T14:08:39.155239Z","id":"87483877-27b6-4707-b634-334f9e4ea592","private_network_id":"8c7b7682-eab4-49e3-b597-20c0a425926e","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","subnet":"fd5f:519c:6d46:3569::/64","updated_at":"2025-09-30T14:08:39.155239Z","vpc_id":"cab1333e-6709-4caa-889e-c68e2379734a"}],"tags":[],"updated_at":"2025-09-30T14:08:39.155239Z","vpc_id":"cab1333e-6709-4caa-889e-c68e2379734a"}' - headers: - Content-Length: - - "1088" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 14:08:47 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 356d92ad-159f-49df-9a96-c42ec94e0e15 - status: 200 OK - code: 200 - duration: 91.344709ms - - id: 21 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/b5256091-67fe-4d67-b8ce-8145f469e04f - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1610 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://b5256091-67fe-4d67-b8ce-8145f469e04f.api.k8s.fr-par.scw.cloud:6443","cni":"calico","commitment_ends_at":"2025-09-30T14:08:40.212660Z","created_at":"2025-09-30T14:08:40.212652Z","description":"","dns_wildcard":"*.b5256091-67fe-4d67-b8ce-8145f469e04f.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"be6995cd-5253-4278-810a-cb450a30893f","id":"b5256091-67fe-4d67-b8ce-8145f469e04f","name":"test-auto-upgrade","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":"8c7b7682-eab4-49e3-b597-20c0a425926e","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"","service_dns_ip":"","status":"pool_required","tags":["terraform-test","scaleway_k8s_cluster","auto_upgrade"],"type":"kapsule","updated_at":"2025-09-30T14:08:40.689497Z","upgrade_available":true,"version":"1.33.4"}' - headers: - Content-Length: - - "1610" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 14:08:47 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - f5e401c0-0c7f-4bde-a534-6ab078ff8134 - status: 200 OK - code: 200 - duration: 77.3545ms - - id: 22 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/b5256091-67fe-4d67-b8ce-8145f469e04f/kubeconfig - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1678 - uncompressed: false - body: '{"content":"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogInRlc3QtYXV0by11cGdyYWRlIgogIGNsdXN0ZXI6CiAgICBjZXJ0aWZpY2F0ZS1hdXRob3JpdHktZGF0YTogTFMwdExTMUNSVWRKVGlCRFJWSlVTVVpKUTBGVVJTMHRMUzB0Q2sxSlNVSllSRU5EUVZGSFowRjNTVUpCWjBsQ1FVUkJTMEpuWjNGb2EycFBVRkZSUkVGcVFWWk5VazEzUlZGWlJGWlJVVVJGZDNCeVpGZEtiR050Tld3S1pFZFdlazFDTkZoRVZFa3hUVVJyZVU5VVJUQk5SR2N3VFVadldFUlVUVEZOUkd0NVQxUkZNRTFFWnpCTlJtOTNSbFJGVkUxQ1JVZEJNVlZGUVhoTlN3cGhNMVpwV2xoS2RWcFlVbXhqZWtKYVRVSk5SMEo1Y1VkVFRUUTVRV2RGUjBORGNVZFRUVFE1UVhkRlNFRXdTVUZDVDJsdFlqTkZhalZITm1WVlptcFpDbkJuV0c5T2VXSTJaVTB6V1dObFlUUkpjSEU1ZEVGbE1FeE1WekZrV2poblVtWmFUM29yZUM5RldFRmhhSE5NVUVab1dHcE9iVXRDUjNaU2MwOURhWElLYVhkT2VqZEpaV3BSYWtKQlRVRTBSMEV4VldSRWQwVkNMM2RSUlVGM1NVTndSRUZRUW1kT1ZraFNUVUpCWmpoRlFsUkJSRUZSU0M5TlFqQkhRVEZWWkFwRVoxRlhRa0pUZUVSM0szYzVOWGRtVlZOVE1XWTFRblpST0ZsV1ozVlNjRlJFUVV0Q1oyZHhhR3RxVDFCUlVVUkJaMDVLUVVSQ1IwRnBSVUZ3VjJVdkNrNVhaSEZpTjBkTk9ISmlUVWhNWkZST2QyUlJOalUxSzNGNWVqUXdSelZLVkVsWVMzQXJVVU5KVVVOaGJHSkZlV3hIZGxaQldXZzVWMUZUZFVKNmFHRUthWGx5V0dKaldXaFJZME51YlhRMWRsSjNTM2xZZHowOUNpMHRMUzB0UlU1RUlFTkZVbFJKUmtsRFFWUkZMUzB0TFMwSwogICAgc2VydmVyOiBodHRwczovL2I1MjU2MDkxLTY3ZmUtNGQ2Ny1iOGNlLTgxNDVmNDY5ZTA0Zi5hcGkuazhzLmZyLXBhci5zY3cuY2xvdWQ6NjQ0Mwpjb250ZXh0czoKLSBuYW1lOiBhZG1pbkB0ZXN0LWF1dG8tdXBncmFkZQogIGNvbnRleHQ6CiAgICBjbHVzdGVyOiAidGVzdC1hdXRvLXVwZ3JhZGUiCiAgICB1c2VyOiB0ZXN0LWF1dG8tdXBncmFkZS1hZG1pbgpjdXJyZW50LWNvbnRleHQ6IGFkbWluQHRlc3QtYXV0by11cGdyYWRlCmtpbmQ6IENvbmZpZwpwcmVmZXJlbmNlczoge30KdXNlcnM6Ci0gbmFtZTogdGVzdC1hdXRvLXVwZ3JhZGUtYWRtaW4KICB1c2VyOgogICAgdG9rZW46IDFYd21rVWhCeE5wd2J3Z3B5TTREUWdVeEJFR0Jhb1ZWeEZ2WlhudHh4dHo1VHlCZG9KWkZiTmlR","content_type":"application/octet-stream","name":"kubeconfig"}' - headers: - Content-Length: - - "1678" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 14:08:47 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 031043cd-4b45-4057-92d8-0e881f678219 - status: 200 OK - code: 200 - duration: 85.502542ms - - id: 23 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/versions - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 4962 - uncompressed: false - body: '{"versions":[{"available_admission_plugins":["AlwaysPullImages","PodNodeSelector","PodTolerationRestriction"],"available_cnis":["cilium","cilium_native","calico","kilo","none"],"available_container_runtimes":["containerd"],"available_feature_gates":["HPAScaleToZero","CPUManagerPolicyAlphaOptions","ImageVolume"],"available_kubelet_args":{"containerLogMaxFiles":"uint16","containerLogMaxSize":"quantity","cpuCFSQuota":"bool","cpuCFSQuotaPeriod":"duration","cpuManagerPolicy":"enum:none|static","cpuManagerPolicyOptions":"map[string]string","enableDebuggingHandlers":"bool","evictionHard":"map[string]string","evictionMinimumReclaim":"map[string]string","imageGCHighThresholdPercent":"uint32","imageGCLowThresholdPercent":"uint32","maxParallelImagePulls":"int32","maxPods":"uint16","registryBurst":"int32","registryPullQPS":"int32","serializeImagePulls":"bool"},"label":"Kubernetes 1.34.1","name":"1.34.1","region":"fr-par"},{"available_admission_plugins":["AlwaysPullImages","PodNodeSelector","PodTolerationRestriction"],"available_cnis":["cilium","calico","kilo","none"],"available_container_runtimes":["containerd"],"available_feature_gates":["HPAScaleToZero","DRAAdminAccess","DynamicResourceAllocation","PodLevelResources","CPUManagerPolicyAlphaOptions","ImageVolume"],"available_kubelet_args":{"containerLogMaxFiles":"uint16","containerLogMaxSize":"quantity","cpuCFSQuota":"bool","cpuCFSQuotaPeriod":"duration","cpuManagerPolicy":"enum:none|static","cpuManagerPolicyOptions":"map[string]string","enableDebuggingHandlers":"bool","evictionHard":"map[string]string","evictionMinimumReclaim":"map[string]string","imageGCHighThresholdPercent":"uint32","imageGCLowThresholdPercent":"uint32","maxParallelImagePulls":"int32","maxPods":"uint16","registryBurst":"int32","registryPullQPS":"int32","serializeImagePulls":"bool"},"label":"Kubernetes 1.33.4","name":"1.33.4","region":"fr-par"},{"available_admission_plugins":["AlwaysPullImages","PodNodeSelector","PodTolerationRestriction"],"available_cnis":["cilium","calico","kilo","none"],"available_container_runtimes":["containerd"],"available_feature_gates":["HPAScaleToZero","InPlacePodVerticalScaling","SidecarContainers","DRAAdminAccess","DRAResourceClaimDeviceStatus","DynamicResourceAllocation","PodLevelResources","CPUManagerPolicyAlphaOptions","ImageVolume"],"available_kubelet_args":{"containerLogMaxFiles":"uint16","containerLogMaxSize":"quantity","cpuCFSQuota":"bool","cpuCFSQuotaPeriod":"duration","cpuManagerPolicy":"enum:none|static","cpuManagerPolicyOptions":"map[string]string","enableDebuggingHandlers":"bool","evictionHard":"map[string]string","evictionMinimumReclaim":"map[string]string","imageGCHighThresholdPercent":"uint32","imageGCLowThresholdPercent":"uint32","maxParallelImagePulls":"int32","maxPods":"uint16","registryBurst":"int32","registryPullQPS":"int32","serializeImagePulls":"bool"},"label":"Kubernetes 1.32.8","name":"1.32.8","region":"fr-par"},{"available_admission_plugins":["AlwaysPullImages","PodNodeSelector","PodTolerationRestriction"],"available_cnis":["cilium","calico","kilo","none"],"available_container_runtimes":["containerd"],"available_feature_gates":["HPAScaleToZero","InPlacePodVerticalScaling","SidecarContainers","CPUManagerPolicyAlphaOptions","ImageVolume"],"available_kubelet_args":{"containerLogMaxFiles":"uint16","containerLogMaxSize":"quantity","cpuCFSQuota":"bool","cpuCFSQuotaPeriod":"duration","cpuManagerPolicy":"enum:none|static","cpuManagerPolicyOptions":"map[string]string","enableDebuggingHandlers":"bool","evictionHard":"map[string]string","evictionMinimumReclaim":"map[string]string","imageGCHighThresholdPercent":"uint32","imageGCLowThresholdPercent":"uint32","maxParallelImagePulls":"int32","maxPods":"uint16","registryBurst":"int32","registryPullQPS":"int32","serializeImagePulls":"bool"},"label":"Kubernetes 1.31.12","name":"1.31.12","region":"fr-par"},{"available_admission_plugins":["AlwaysPullImages","PodNodeSelector","PodTolerationRestriction"],"available_cnis":["cilium","calico","kilo","none"],"available_container_runtimes":["containerd"],"available_feature_gates":["HPAScaleToZero","SidecarContainers","InPlacePodVerticalScaling","CPUManagerPolicyAlphaOptions"],"available_kubelet_args":{"containerLogMaxFiles":"uint16","containerLogMaxSize":"quantity","cpuCFSQuota":"bool","cpuCFSQuotaPeriod":"duration","cpuManagerPolicy":"enum:none|static","cpuManagerPolicyOptions":"map[string]string","enableDebuggingHandlers":"bool","evictionHard":"map[string]string","evictionMinimumReclaim":"map[string]string","imageGCHighThresholdPercent":"uint32","imageGCLowThresholdPercent":"uint32","maxParallelImagePulls":"int32","maxPods":"uint16","registryBurst":"int32","registryPullQPS":"int32","serializeImagePulls":"bool"},"label":"Kubernetes 1.30.14","name":"1.30.14","region":"fr-par"}]}' - headers: - Content-Length: - - "4962" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 14:08:47 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 19bcc672-7f36-46d5-8d5e-04947dd9f16c - status: 200 OK - code: 200 - duration: 24.8215ms - - id: 24 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/b5256091-67fe-4d67-b8ce-8145f469e04f - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1610 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://b5256091-67fe-4d67-b8ce-8145f469e04f.api.k8s.fr-par.scw.cloud:6443","cni":"calico","commitment_ends_at":"2025-09-30T14:08:40.212660Z","created_at":"2025-09-30T14:08:40.212652Z","description":"","dns_wildcard":"*.b5256091-67fe-4d67-b8ce-8145f469e04f.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"be6995cd-5253-4278-810a-cb450a30893f","id":"b5256091-67fe-4d67-b8ce-8145f469e04f","name":"test-auto-upgrade","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":"8c7b7682-eab4-49e3-b597-20c0a425926e","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"","service_dns_ip":"","status":"pool_required","tags":["terraform-test","scaleway_k8s_cluster","auto_upgrade"],"type":"kapsule","updated_at":"2025-09-30T14:08:40.689497Z","upgrade_available":true,"version":"1.33.4"}' - headers: - Content-Length: - - "1610" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 14:08:47 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 2d338bde-5a39-477d-a379-8a2225204a2c - status: 200 OK - code: 200 - duration: 102.056542ms - - id: 25 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 592 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: '{"autoscaler_config":{"scale_down_disabled":null,"scale_down_delay_after_add":null,"estimator":"unknown_estimator","expander":"unknown_expander","ignore_daemonsets_utilization":null,"balance_similar_node_groups":null,"expendable_pods_priority_cutoff":null,"scale_down_unneeded_time":null,"scale_down_utilization_threshold":null,"max_graceful_termination_sec":null},"auto_upgrade":{"enable":true,"maintenance_window":null},"open_id_connect_config":{"issuer_url":null,"client_id":null,"username_claim":null,"username_prefix":null,"groups_claim":null,"groups_prefix":null,"required_claim":null}}' - form: {} - headers: - Content-Type: - - application/json - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/b5256091-67fe-4d67-b8ce-8145f469e04f - method: PATCH - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1640 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":true,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://b5256091-67fe-4d67-b8ce-8145f469e04f.api.k8s.fr-par.scw.cloud:6443","cni":"calico","commitment_ends_at":"2025-09-30T14:08:40.212660Z","created_at":"2025-09-30T14:08:40.212652Z","description":"","dns_wildcard":"*.b5256091-67fe-4d67-b8ce-8145f469e04f.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"be6995cd-5253-4278-810a-cb450a30893f","id":"b5256091-67fe-4d67-b8ce-8145f469e04f","name":"test-auto-upgrade","new_images_enabled":false,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"100.64.0.0/15","private_network_id":"8c7b7682-eab4-49e3-b597-20c0a425926e","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"10.32.0.0/20","service_dns_ip":"10.32.0.10","status":"updating","tags":["terraform-test","scaleway_k8s_cluster","auto_upgrade"],"type":"kapsule","updated_at":"2025-09-30T14:08:47.652862Z","upgrade_available":true,"version":"1.33.4"}' - headers: - Content-Length: - - "1640" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 14:08:47 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - f840fc5d-d9bf-4ded-a273-9c21f03bced2 - status: 200 OK - code: 200 - duration: 103.762ms - - id: 26 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/b5256091-67fe-4d67-b8ce-8145f469e04f - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1604 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":true,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://b5256091-67fe-4d67-b8ce-8145f469e04f.api.k8s.fr-par.scw.cloud:6443","cni":"calico","commitment_ends_at":"2025-09-30T14:08:40.212660Z","created_at":"2025-09-30T14:08:40.212652Z","description":"","dns_wildcard":"*.b5256091-67fe-4d67-b8ce-8145f469e04f.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"be6995cd-5253-4278-810a-cb450a30893f","id":"b5256091-67fe-4d67-b8ce-8145f469e04f","name":"test-auto-upgrade","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":"8c7b7682-eab4-49e3-b597-20c0a425926e","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"","service_dns_ip":"","status":"updating","tags":["terraform-test","scaleway_k8s_cluster","auto_upgrade"],"type":"kapsule","updated_at":"2025-09-30T14:08:47.652862Z","upgrade_available":true,"version":"1.33.4"}' - headers: - Content-Length: - - "1604" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 14:08:47 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - d9c96141-50fd-4d17-8cdf-59ec0f173bc1 - status: 200 OK - code: 200 - duration: 80.992125ms - - id: 27 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/b5256091-67fe-4d67-b8ce-8145f469e04f - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1609 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":true,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://b5256091-67fe-4d67-b8ce-8145f469e04f.api.k8s.fr-par.scw.cloud:6443","cni":"calico","commitment_ends_at":"2025-09-30T14:08:40.212660Z","created_at":"2025-09-30T14:08:40.212652Z","description":"","dns_wildcard":"*.b5256091-67fe-4d67-b8ce-8145f469e04f.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"be6995cd-5253-4278-810a-cb450a30893f","id":"b5256091-67fe-4d67-b8ce-8145f469e04f","name":"test-auto-upgrade","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":"8c7b7682-eab4-49e3-b597-20c0a425926e","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"","service_dns_ip":"","status":"pool_required","tags":["terraform-test","scaleway_k8s_cluster","auto_upgrade"],"type":"kapsule","updated_at":"2025-09-30T14:08:47.701546Z","upgrade_available":true,"version":"1.33.4"}' - headers: - Content-Length: - - "1609" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 14:08:52 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - f99c2208-ebd0-4d49-a619-5c265f3900c2 - status: 200 OK - code: 200 - duration: 103.4715ms - - id: 28 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/b5256091-67fe-4d67-b8ce-8145f469e04f - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1609 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":true,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://b5256091-67fe-4d67-b8ce-8145f469e04f.api.k8s.fr-par.scw.cloud:6443","cni":"calico","commitment_ends_at":"2025-09-30T14:08:40.212660Z","created_at":"2025-09-30T14:08:40.212652Z","description":"","dns_wildcard":"*.b5256091-67fe-4d67-b8ce-8145f469e04f.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"be6995cd-5253-4278-810a-cb450a30893f","id":"b5256091-67fe-4d67-b8ce-8145f469e04f","name":"test-auto-upgrade","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":"8c7b7682-eab4-49e3-b597-20c0a425926e","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"","service_dns_ip":"","status":"pool_required","tags":["terraform-test","scaleway_k8s_cluster","auto_upgrade"],"type":"kapsule","updated_at":"2025-09-30T14:08:47.701546Z","upgrade_available":true,"version":"1.33.4"}' - headers: - Content-Length: - - "1609" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 14:08:52 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 0b6000d0-a52a-4de8-988c-06316a572db6 - status: 200 OK - code: 200 - duration: 87.2295ms - - id: 29 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/b5256091-67fe-4d67-b8ce-8145f469e04f/kubeconfig - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1678 - uncompressed: false - body: '{"content":"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogInRlc3QtYXV0by11cGdyYWRlIgogIGNsdXN0ZXI6CiAgICBjZXJ0aWZpY2F0ZS1hdXRob3JpdHktZGF0YTogTFMwdExTMUNSVWRKVGlCRFJWSlVTVVpKUTBGVVJTMHRMUzB0Q2sxSlNVSllSRU5EUVZGSFowRjNTVUpCWjBsQ1FVUkJTMEpuWjNGb2EycFBVRkZSUkVGcVFWWk5VazEzUlZGWlJGWlJVVVJGZDNCeVpGZEtiR050Tld3S1pFZFdlazFDTkZoRVZFa3hUVVJyZVU5VVJUQk5SR2N3VFVadldFUlVUVEZOUkd0NVQxUkZNRTFFWnpCTlJtOTNSbFJGVkUxQ1JVZEJNVlZGUVhoTlN3cGhNMVpwV2xoS2RWcFlVbXhqZWtKYVRVSk5SMEo1Y1VkVFRUUTVRV2RGUjBORGNVZFRUVFE1UVhkRlNFRXdTVUZDVDJsdFlqTkZhalZITm1WVlptcFpDbkJuV0c5T2VXSTJaVTB6V1dObFlUUkpjSEU1ZEVGbE1FeE1WekZrV2poblVtWmFUM29yZUM5RldFRmhhSE5NVUVab1dHcE9iVXRDUjNaU2MwOURhWElLYVhkT2VqZEpaV3BSYWtKQlRVRTBSMEV4VldSRWQwVkNMM2RSUlVGM1NVTndSRUZRUW1kT1ZraFNUVUpCWmpoRlFsUkJSRUZSU0M5TlFqQkhRVEZWWkFwRVoxRlhRa0pUZUVSM0szYzVOWGRtVlZOVE1XWTFRblpST0ZsV1ozVlNjRlJFUVV0Q1oyZHhhR3RxVDFCUlVVUkJaMDVLUVVSQ1IwRnBSVUZ3VjJVdkNrNVhaSEZpTjBkTk9ISmlUVWhNWkZST2QyUlJOalUxSzNGNWVqUXdSelZLVkVsWVMzQXJVVU5KVVVOaGJHSkZlV3hIZGxaQldXZzVWMUZUZFVKNmFHRUthWGx5V0dKaldXaFJZME51YlhRMWRsSjNTM2xZZHowOUNpMHRMUzB0UlU1RUlFTkZVbFJKUmtsRFFWUkZMUzB0TFMwSwogICAgc2VydmVyOiBodHRwczovL2I1MjU2MDkxLTY3ZmUtNGQ2Ny1iOGNlLTgxNDVmNDY5ZTA0Zi5hcGkuazhzLmZyLXBhci5zY3cuY2xvdWQ6NjQ0Mwpjb250ZXh0czoKLSBuYW1lOiBhZG1pbkB0ZXN0LWF1dG8tdXBncmFkZQogIGNvbnRleHQ6CiAgICBjbHVzdGVyOiAidGVzdC1hdXRvLXVwZ3JhZGUiCiAgICB1c2VyOiB0ZXN0LWF1dG8tdXBncmFkZS1hZG1pbgpjdXJyZW50LWNvbnRleHQ6IGFkbWluQHRlc3QtYXV0by11cGdyYWRlCmtpbmQ6IENvbmZpZwpwcmVmZXJlbmNlczoge30KdXNlcnM6Ci0gbmFtZTogdGVzdC1hdXRvLXVwZ3JhZGUtYWRtaW4KICB1c2VyOgogICAgdG9rZW46IDFYd21rVWhCeE5wd2J3Z3B5TTREUWdVeEJFR0Jhb1ZWeEZ2WlhudHh4dHo1VHlCZG9KWkZiTmlR","content_type":"application/octet-stream","name":"kubeconfig"}' - headers: - Content-Length: - - "1678" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 14:08:53 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 5f0ae3c8-b4bc-4d16-ae40-8a9cf2dbf6cc - status: 200 OK - code: 200 - duration: 93.585792ms - - id: 30 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/b5256091-67fe-4d67-b8ce-8145f469e04f - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1609 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":true,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://b5256091-67fe-4d67-b8ce-8145f469e04f.api.k8s.fr-par.scw.cloud:6443","cni":"calico","commitment_ends_at":"2025-09-30T14:08:40.212660Z","created_at":"2025-09-30T14:08:40.212652Z","description":"","dns_wildcard":"*.b5256091-67fe-4d67-b8ce-8145f469e04f.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"be6995cd-5253-4278-810a-cb450a30893f","id":"b5256091-67fe-4d67-b8ce-8145f469e04f","name":"test-auto-upgrade","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":"8c7b7682-eab4-49e3-b597-20c0a425926e","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"","service_dns_ip":"","status":"pool_required","tags":["terraform-test","scaleway_k8s_cluster","auto_upgrade"],"type":"kapsule","updated_at":"2025-09-30T14:08:47.701546Z","upgrade_available":true,"version":"1.33.4"}' - headers: - Content-Length: - - "1609" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 14:08:53 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 3b5f4d7c-4f41-4166-89fe-1568fe3e1346 - status: 200 OK - code: 200 - duration: 102.345625ms - - id: 31 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/fr-par/vpcs/cab1333e-6709-4caa-889e-c68e2379734a - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 431 - uncompressed: false - body: '{"created_at":"2025-09-30T14:08:38.965021Z","custom_routes_propagation_enabled":true,"id":"cab1333e-6709-4caa-889e-c68e2379734a","is_default":false,"name":"testAccCheckK8SClusterAutoUpgrade","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","private_network_count":1,"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","routing_enabled":true,"tags":[],"updated_at":"2025-09-30T14:08:38.965021Z"}' - headers: - Content-Length: - - "431" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 14:08:53 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - a6836afc-e808-4481-92f1-e199e54cf7f0 - status: 200 OK - code: 200 - duration: 27.529833ms - - id: 32 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks/8c7b7682-eab4-49e3-b597-20c0a425926e - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1088 - uncompressed: false - body: '{"created_at":"2025-09-30T14:08:39.155239Z","default_route_propagation_enabled":false,"dhcp_enabled":true,"id":"8c7b7682-eab4-49e3-b597-20c0a425926e","name":"test-auto-upgrade","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","subnets":[{"created_at":"2025-09-30T14:08:39.155239Z","id":"7dea2fc4-7f75-4ef6-9613-1c02220b34c0","private_network_id":"8c7b7682-eab4-49e3-b597-20c0a425926e","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","subnet":"172.17.148.0/22","updated_at":"2025-09-30T14:08:39.155239Z","vpc_id":"cab1333e-6709-4caa-889e-c68e2379734a"},{"created_at":"2025-09-30T14:08:39.155239Z","id":"87483877-27b6-4707-b634-334f9e4ea592","private_network_id":"8c7b7682-eab4-49e3-b597-20c0a425926e","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","subnet":"fd5f:519c:6d46:3569::/64","updated_at":"2025-09-30T14:08:39.155239Z","vpc_id":"cab1333e-6709-4caa-889e-c68e2379734a"}],"tags":[],"updated_at":"2025-09-30T14:08:39.155239Z","vpc_id":"cab1333e-6709-4caa-889e-c68e2379734a"}' - headers: - Content-Length: - - "1088" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 14:08:53 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 5f8079c3-98c1-4119-ab08-0509cba53a68 - status: 200 OK - code: 200 - duration: 26.055166ms - - id: 33 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/b5256091-67fe-4d67-b8ce-8145f469e04f - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1609 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":true,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://b5256091-67fe-4d67-b8ce-8145f469e04f.api.k8s.fr-par.scw.cloud:6443","cni":"calico","commitment_ends_at":"2025-09-30T14:08:40.212660Z","created_at":"2025-09-30T14:08:40.212652Z","description":"","dns_wildcard":"*.b5256091-67fe-4d67-b8ce-8145f469e04f.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"be6995cd-5253-4278-810a-cb450a30893f","id":"b5256091-67fe-4d67-b8ce-8145f469e04f","name":"test-auto-upgrade","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":"8c7b7682-eab4-49e3-b597-20c0a425926e","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"","service_dns_ip":"","status":"pool_required","tags":["terraform-test","scaleway_k8s_cluster","auto_upgrade"],"type":"kapsule","updated_at":"2025-09-30T14:08:47.701546Z","upgrade_available":true,"version":"1.33.4"}' - headers: - Content-Length: - - "1609" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 14:08:53 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 68cfcde5-f580-4f6b-b7b1-20eccaf745ec - status: 200 OK - code: 200 - duration: 89.289292ms - - id: 34 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/b5256091-67fe-4d67-b8ce-8145f469e04f/kubeconfig - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1678 - uncompressed: false - body: '{"content":"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogInRlc3QtYXV0by11cGdyYWRlIgogIGNsdXN0ZXI6CiAgICBjZXJ0aWZpY2F0ZS1hdXRob3JpdHktZGF0YTogTFMwdExTMUNSVWRKVGlCRFJWSlVTVVpKUTBGVVJTMHRMUzB0Q2sxSlNVSllSRU5EUVZGSFowRjNTVUpCWjBsQ1FVUkJTMEpuWjNGb2EycFBVRkZSUkVGcVFWWk5VazEzUlZGWlJGWlJVVVJGZDNCeVpGZEtiR050Tld3S1pFZFdlazFDTkZoRVZFa3hUVVJyZVU5VVJUQk5SR2N3VFVadldFUlVUVEZOUkd0NVQxUkZNRTFFWnpCTlJtOTNSbFJGVkUxQ1JVZEJNVlZGUVhoTlN3cGhNMVpwV2xoS2RWcFlVbXhqZWtKYVRVSk5SMEo1Y1VkVFRUUTVRV2RGUjBORGNVZFRUVFE1UVhkRlNFRXdTVUZDVDJsdFlqTkZhalZITm1WVlptcFpDbkJuV0c5T2VXSTJaVTB6V1dObFlUUkpjSEU1ZEVGbE1FeE1WekZrV2poblVtWmFUM29yZUM5RldFRmhhSE5NVUVab1dHcE9iVXRDUjNaU2MwOURhWElLYVhkT2VqZEpaV3BSYWtKQlRVRTBSMEV4VldSRWQwVkNMM2RSUlVGM1NVTndSRUZRUW1kT1ZraFNUVUpCWmpoRlFsUkJSRUZSU0M5TlFqQkhRVEZWWkFwRVoxRlhRa0pUZUVSM0szYzVOWGRtVlZOVE1XWTFRblpST0ZsV1ozVlNjRlJFUVV0Q1oyZHhhR3RxVDFCUlVVUkJaMDVLUVVSQ1IwRnBSVUZ3VjJVdkNrNVhaSEZpTjBkTk9ISmlUVWhNWkZST2QyUlJOalUxSzNGNWVqUXdSelZLVkVsWVMzQXJVVU5KVVVOaGJHSkZlV3hIZGxaQldXZzVWMUZUZFVKNmFHRUthWGx5V0dKaldXaFJZME51YlhRMWRsSjNTM2xZZHowOUNpMHRMUzB0UlU1RUlFTkZVbFJKUmtsRFFWUkZMUzB0TFMwSwogICAgc2VydmVyOiBodHRwczovL2I1MjU2MDkxLTY3ZmUtNGQ2Ny1iOGNlLTgxNDVmNDY5ZTA0Zi5hcGkuazhzLmZyLXBhci5zY3cuY2xvdWQ6NjQ0Mwpjb250ZXh0czoKLSBuYW1lOiBhZG1pbkB0ZXN0LWF1dG8tdXBncmFkZQogIGNvbnRleHQ6CiAgICBjbHVzdGVyOiAidGVzdC1hdXRvLXVwZ3JhZGUiCiAgICB1c2VyOiB0ZXN0LWF1dG8tdXBncmFkZS1hZG1pbgpjdXJyZW50LWNvbnRleHQ6IGFkbWluQHRlc3QtYXV0by11cGdyYWRlCmtpbmQ6IENvbmZpZwpwcmVmZXJlbmNlczoge30KdXNlcnM6Ci0gbmFtZTogdGVzdC1hdXRvLXVwZ3JhZGUtYWRtaW4KICB1c2VyOgogICAgdG9rZW46IDFYd21rVWhCeE5wd2J3Z3B5TTREUWdVeEJFR0Jhb1ZWeEZ2WlhudHh4dHo1VHlCZG9KWkZiTmlR","content_type":"application/octet-stream","name":"kubeconfig"}' - headers: - Content-Length: - - "1678" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 14:08:53 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - c0461b3d-7663-4bef-953b-a19f9fca3690 - status: 200 OK - code: 200 - duration: 124.7085ms - - id: 35 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/fr-par/vpcs/cab1333e-6709-4caa-889e-c68e2379734a - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 431 - uncompressed: false - body: '{"created_at":"2025-09-30T14:08:38.965021Z","custom_routes_propagation_enabled":true,"id":"cab1333e-6709-4caa-889e-c68e2379734a","is_default":false,"name":"testAccCheckK8SClusterAutoUpgrade","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","private_network_count":1,"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","routing_enabled":true,"tags":[],"updated_at":"2025-09-30T14:08:38.965021Z"}' - headers: - Content-Length: - - "431" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 14:08:53 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - dcc1ccc8-6492-456c-85d4-ed36915fd998 - status: 200 OK - code: 200 - duration: 26.298209ms - - id: 36 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks/8c7b7682-eab4-49e3-b597-20c0a425926e - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1088 - uncompressed: false - body: '{"created_at":"2025-09-30T14:08:39.155239Z","default_route_propagation_enabled":false,"dhcp_enabled":true,"id":"8c7b7682-eab4-49e3-b597-20c0a425926e","name":"test-auto-upgrade","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","subnets":[{"created_at":"2025-09-30T14:08:39.155239Z","id":"7dea2fc4-7f75-4ef6-9613-1c02220b34c0","private_network_id":"8c7b7682-eab4-49e3-b597-20c0a425926e","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","subnet":"172.17.148.0/22","updated_at":"2025-09-30T14:08:39.155239Z","vpc_id":"cab1333e-6709-4caa-889e-c68e2379734a"},{"created_at":"2025-09-30T14:08:39.155239Z","id":"87483877-27b6-4707-b634-334f9e4ea592","private_network_id":"8c7b7682-eab4-49e3-b597-20c0a425926e","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","subnet":"fd5f:519c:6d46:3569::/64","updated_at":"2025-09-30T14:08:39.155239Z","vpc_id":"cab1333e-6709-4caa-889e-c68e2379734a"}],"tags":[],"updated_at":"2025-09-30T14:08:39.155239Z","vpc_id":"cab1333e-6709-4caa-889e-c68e2379734a"}' - headers: - Content-Length: - - "1088" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 14:08:54 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 0e4a1ce1-d8ef-4a8b-96a8-93bafa9d0f78 - status: 200 OK - code: 200 - duration: 76.765583ms - - id: 37 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/b5256091-67fe-4d67-b8ce-8145f469e04f - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1609 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":true,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://b5256091-67fe-4d67-b8ce-8145f469e04f.api.k8s.fr-par.scw.cloud:6443","cni":"calico","commitment_ends_at":"2025-09-30T14:08:40.212660Z","created_at":"2025-09-30T14:08:40.212652Z","description":"","dns_wildcard":"*.b5256091-67fe-4d67-b8ce-8145f469e04f.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"be6995cd-5253-4278-810a-cb450a30893f","id":"b5256091-67fe-4d67-b8ce-8145f469e04f","name":"test-auto-upgrade","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":"8c7b7682-eab4-49e3-b597-20c0a425926e","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"","service_dns_ip":"","status":"pool_required","tags":["terraform-test","scaleway_k8s_cluster","auto_upgrade"],"type":"kapsule","updated_at":"2025-09-30T14:08:47.701546Z","upgrade_available":true,"version":"1.33.4"}' - headers: - Content-Length: - - "1609" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 14:08:54 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 505e6130-9ff3-48f6-bc41-3985dc853cc2 - status: 200 OK - code: 200 - duration: 92.435625ms - - id: 38 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/b5256091-67fe-4d67-b8ce-8145f469e04f/kubeconfig - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1678 - uncompressed: false - body: '{"content":"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogInRlc3QtYXV0by11cGdyYWRlIgogIGNsdXN0ZXI6CiAgICBjZXJ0aWZpY2F0ZS1hdXRob3JpdHktZGF0YTogTFMwdExTMUNSVWRKVGlCRFJWSlVTVVpKUTBGVVJTMHRMUzB0Q2sxSlNVSllSRU5EUVZGSFowRjNTVUpCWjBsQ1FVUkJTMEpuWjNGb2EycFBVRkZSUkVGcVFWWk5VazEzUlZGWlJGWlJVVVJGZDNCeVpGZEtiR050Tld3S1pFZFdlazFDTkZoRVZFa3hUVVJyZVU5VVJUQk5SR2N3VFVadldFUlVUVEZOUkd0NVQxUkZNRTFFWnpCTlJtOTNSbFJGVkUxQ1JVZEJNVlZGUVhoTlN3cGhNMVpwV2xoS2RWcFlVbXhqZWtKYVRVSk5SMEo1Y1VkVFRUUTVRV2RGUjBORGNVZFRUVFE1UVhkRlNFRXdTVUZDVDJsdFlqTkZhalZITm1WVlptcFpDbkJuV0c5T2VXSTJaVTB6V1dObFlUUkpjSEU1ZEVGbE1FeE1WekZrV2poblVtWmFUM29yZUM5RldFRmhhSE5NVUVab1dHcE9iVXRDUjNaU2MwOURhWElLYVhkT2VqZEpaV3BSYWtKQlRVRTBSMEV4VldSRWQwVkNMM2RSUlVGM1NVTndSRUZRUW1kT1ZraFNUVUpCWmpoRlFsUkJSRUZSU0M5TlFqQkhRVEZWWkFwRVoxRlhRa0pUZUVSM0szYzVOWGRtVlZOVE1XWTFRblpST0ZsV1ozVlNjRlJFUVV0Q1oyZHhhR3RxVDFCUlVVUkJaMDVLUVVSQ1IwRnBSVUZ3VjJVdkNrNVhaSEZpTjBkTk9ISmlUVWhNWkZST2QyUlJOalUxSzNGNWVqUXdSelZLVkVsWVMzQXJVVU5KVVVOaGJHSkZlV3hIZGxaQldXZzVWMUZUZFVKNmFHRUthWGx5V0dKaldXaFJZME51YlhRMWRsSjNTM2xZZHowOUNpMHRMUzB0UlU1RUlFTkZVbFJKUmtsRFFWUkZMUzB0TFMwSwogICAgc2VydmVyOiBodHRwczovL2I1MjU2MDkxLTY3ZmUtNGQ2Ny1iOGNlLTgxNDVmNDY5ZTA0Zi5hcGkuazhzLmZyLXBhci5zY3cuY2xvdWQ6NjQ0Mwpjb250ZXh0czoKLSBuYW1lOiBhZG1pbkB0ZXN0LWF1dG8tdXBncmFkZQogIGNvbnRleHQ6CiAgICBjbHVzdGVyOiAidGVzdC1hdXRvLXVwZ3JhZGUiCiAgICB1c2VyOiB0ZXN0LWF1dG8tdXBncmFkZS1hZG1pbgpjdXJyZW50LWNvbnRleHQ6IGFkbWluQHRlc3QtYXV0by11cGdyYWRlCmtpbmQ6IENvbmZpZwpwcmVmZXJlbmNlczoge30KdXNlcnM6Ci0gbmFtZTogdGVzdC1hdXRvLXVwZ3JhZGUtYWRtaW4KICB1c2VyOgogICAgdG9rZW46IDFYd21rVWhCeE5wd2J3Z3B5TTREUWdVeEJFR0Jhb1ZWeEZ2WlhudHh4dHo1VHlCZG9KWkZiTmlR","content_type":"application/octet-stream","name":"kubeconfig"}' - headers: - Content-Length: - - "1678" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 14:08:54 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 59142c12-5586-4da3-a2d2-4913ef7a1f9c - status: 200 OK - code: 200 - duration: 89.768541ms - - id: 39 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/versions - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 4962 - uncompressed: false - body: '{"versions":[{"available_admission_plugins":["AlwaysPullImages","PodNodeSelector","PodTolerationRestriction"],"available_cnis":["cilium","cilium_native","calico","kilo","none"],"available_container_runtimes":["containerd"],"available_feature_gates":["HPAScaleToZero","CPUManagerPolicyAlphaOptions","ImageVolume"],"available_kubelet_args":{"containerLogMaxFiles":"uint16","containerLogMaxSize":"quantity","cpuCFSQuota":"bool","cpuCFSQuotaPeriod":"duration","cpuManagerPolicy":"enum:none|static","cpuManagerPolicyOptions":"map[string]string","enableDebuggingHandlers":"bool","evictionHard":"map[string]string","evictionMinimumReclaim":"map[string]string","imageGCHighThresholdPercent":"uint32","imageGCLowThresholdPercent":"uint32","maxParallelImagePulls":"int32","maxPods":"uint16","registryBurst":"int32","registryPullQPS":"int32","serializeImagePulls":"bool"},"label":"Kubernetes 1.34.1","name":"1.34.1","region":"fr-par"},{"available_admission_plugins":["AlwaysPullImages","PodNodeSelector","PodTolerationRestriction"],"available_cnis":["cilium","calico","kilo","none"],"available_container_runtimes":["containerd"],"available_feature_gates":["HPAScaleToZero","DRAAdminAccess","DynamicResourceAllocation","PodLevelResources","CPUManagerPolicyAlphaOptions","ImageVolume"],"available_kubelet_args":{"containerLogMaxFiles":"uint16","containerLogMaxSize":"quantity","cpuCFSQuota":"bool","cpuCFSQuotaPeriod":"duration","cpuManagerPolicy":"enum:none|static","cpuManagerPolicyOptions":"map[string]string","enableDebuggingHandlers":"bool","evictionHard":"map[string]string","evictionMinimumReclaim":"map[string]string","imageGCHighThresholdPercent":"uint32","imageGCLowThresholdPercent":"uint32","maxParallelImagePulls":"int32","maxPods":"uint16","registryBurst":"int32","registryPullQPS":"int32","serializeImagePulls":"bool"},"label":"Kubernetes 1.33.4","name":"1.33.4","region":"fr-par"},{"available_admission_plugins":["AlwaysPullImages","PodNodeSelector","PodTolerationRestriction"],"available_cnis":["cilium","calico","kilo","none"],"available_container_runtimes":["containerd"],"available_feature_gates":["HPAScaleToZero","InPlacePodVerticalScaling","SidecarContainers","DRAAdminAccess","DRAResourceClaimDeviceStatus","DynamicResourceAllocation","PodLevelResources","CPUManagerPolicyAlphaOptions","ImageVolume"],"available_kubelet_args":{"containerLogMaxFiles":"uint16","containerLogMaxSize":"quantity","cpuCFSQuota":"bool","cpuCFSQuotaPeriod":"duration","cpuManagerPolicy":"enum:none|static","cpuManagerPolicyOptions":"map[string]string","enableDebuggingHandlers":"bool","evictionHard":"map[string]string","evictionMinimumReclaim":"map[string]string","imageGCHighThresholdPercent":"uint32","imageGCLowThresholdPercent":"uint32","maxParallelImagePulls":"int32","maxPods":"uint16","registryBurst":"int32","registryPullQPS":"int32","serializeImagePulls":"bool"},"label":"Kubernetes 1.32.8","name":"1.32.8","region":"fr-par"},{"available_admission_plugins":["AlwaysPullImages","PodNodeSelector","PodTolerationRestriction"],"available_cnis":["cilium","calico","kilo","none"],"available_container_runtimes":["containerd"],"available_feature_gates":["HPAScaleToZero","InPlacePodVerticalScaling","SidecarContainers","CPUManagerPolicyAlphaOptions","ImageVolume"],"available_kubelet_args":{"containerLogMaxFiles":"uint16","containerLogMaxSize":"quantity","cpuCFSQuota":"bool","cpuCFSQuotaPeriod":"duration","cpuManagerPolicy":"enum:none|static","cpuManagerPolicyOptions":"map[string]string","enableDebuggingHandlers":"bool","evictionHard":"map[string]string","evictionMinimumReclaim":"map[string]string","imageGCHighThresholdPercent":"uint32","imageGCLowThresholdPercent":"uint32","maxParallelImagePulls":"int32","maxPods":"uint16","registryBurst":"int32","registryPullQPS":"int32","serializeImagePulls":"bool"},"label":"Kubernetes 1.31.12","name":"1.31.12","region":"fr-par"},{"available_admission_plugins":["AlwaysPullImages","PodNodeSelector","PodTolerationRestriction"],"available_cnis":["cilium","calico","kilo","none"],"available_container_runtimes":["containerd"],"available_feature_gates":["HPAScaleToZero","SidecarContainers","InPlacePodVerticalScaling","CPUManagerPolicyAlphaOptions"],"available_kubelet_args":{"containerLogMaxFiles":"uint16","containerLogMaxSize":"quantity","cpuCFSQuota":"bool","cpuCFSQuotaPeriod":"duration","cpuManagerPolicy":"enum:none|static","cpuManagerPolicyOptions":"map[string]string","enableDebuggingHandlers":"bool","evictionHard":"map[string]string","evictionMinimumReclaim":"map[string]string","imageGCHighThresholdPercent":"uint32","imageGCLowThresholdPercent":"uint32","maxParallelImagePulls":"int32","maxPods":"uint16","registryBurst":"int32","registryPullQPS":"int32","serializeImagePulls":"bool"},"label":"Kubernetes 1.30.14","name":"1.30.14","region":"fr-par"}]}' - headers: - Content-Length: - - "4962" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 14:08:54 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - bd16edc1-6f64-4adc-9b6a-040656b88bbd - status: 200 OK - code: 200 - duration: 22.056125ms - - id: 40 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/b5256091-67fe-4d67-b8ce-8145f469e04f - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1609 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":true,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://b5256091-67fe-4d67-b8ce-8145f469e04f.api.k8s.fr-par.scw.cloud:6443","cni":"calico","commitment_ends_at":"2025-09-30T14:08:40.212660Z","created_at":"2025-09-30T14:08:40.212652Z","description":"","dns_wildcard":"*.b5256091-67fe-4d67-b8ce-8145f469e04f.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"be6995cd-5253-4278-810a-cb450a30893f","id":"b5256091-67fe-4d67-b8ce-8145f469e04f","name":"test-auto-upgrade","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":"8c7b7682-eab4-49e3-b597-20c0a425926e","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"","service_dns_ip":"","status":"pool_required","tags":["terraform-test","scaleway_k8s_cluster","auto_upgrade"],"type":"kapsule","updated_at":"2025-09-30T14:08:47.701546Z","upgrade_available":true,"version":"1.33.4"}' - headers: - Content-Length: - - "1609" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 14:08:54 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - cf7b3900-ee56-4c38-847b-c18b7804e149 - status: 200 OK - code: 200 - duration: 106.900417ms - - id: 41 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 592 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: '{"autoscaler_config":{"scale_down_disabled":null,"scale_down_delay_after_add":null,"estimator":"unknown_estimator","expander":"unknown_expander","ignore_daemonsets_utilization":null,"balance_similar_node_groups":null,"expendable_pods_priority_cutoff":null,"scale_down_unneeded_time":null,"scale_down_utilization_threshold":null,"max_graceful_termination_sec":null},"auto_upgrade":{"enable":null,"maintenance_window":null},"open_id_connect_config":{"issuer_url":null,"client_id":null,"username_claim":null,"username_prefix":null,"groups_claim":null,"groups_prefix":null,"required_claim":null}}' - form: {} - headers: - Content-Type: - - application/json - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/b5256091-67fe-4d67-b8ce-8145f469e04f - method: PATCH - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1640 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":true,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://b5256091-67fe-4d67-b8ce-8145f469e04f.api.k8s.fr-par.scw.cloud:6443","cni":"calico","commitment_ends_at":"2025-09-30T14:08:40.212660Z","created_at":"2025-09-30T14:08:40.212652Z","description":"","dns_wildcard":"*.b5256091-67fe-4d67-b8ce-8145f469e04f.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"be6995cd-5253-4278-810a-cb450a30893f","id":"b5256091-67fe-4d67-b8ce-8145f469e04f","name":"test-auto-upgrade","new_images_enabled":false,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"100.64.0.0/15","private_network_id":"8c7b7682-eab4-49e3-b597-20c0a425926e","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"10.32.0.0/20","service_dns_ip":"10.32.0.10","status":"updating","tags":["terraform-test","scaleway_k8s_cluster","auto_upgrade"],"type":"kapsule","updated_at":"2025-09-30T14:08:54.596426Z","upgrade_available":true,"version":"1.33.4"}' - headers: - Content-Length: - - "1640" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 14:08:54 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - d0357865-040d-491c-9265-b38c375002e3 - status: 200 OK - code: 200 - duration: 105.14275ms - - id: 42 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/b5256091-67fe-4d67-b8ce-8145f469e04f - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1609 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":true,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://b5256091-67fe-4d67-b8ce-8145f469e04f.api.k8s.fr-par.scw.cloud:6443","cni":"calico","commitment_ends_at":"2025-09-30T14:08:40.212660Z","created_at":"2025-09-30T14:08:40.212652Z","description":"","dns_wildcard":"*.b5256091-67fe-4d67-b8ce-8145f469e04f.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"be6995cd-5253-4278-810a-cb450a30893f","id":"b5256091-67fe-4d67-b8ce-8145f469e04f","name":"test-auto-upgrade","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":"8c7b7682-eab4-49e3-b597-20c0a425926e","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"","service_dns_ip":"","status":"pool_required","tags":["terraform-test","scaleway_k8s_cluster","auto_upgrade"],"type":"kapsule","updated_at":"2025-09-30T14:08:54.633049Z","upgrade_available":true,"version":"1.33.4"}' - headers: - Content-Length: - - "1609" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 14:08:54 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - d034d68c-c8f1-49b3-9463-9b0cb29537f3 - status: 200 OK - code: 200 - duration: 99.244459ms - - id: 43 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 41 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: '{"version":"1.34.1","upgrade_pools":true}' - form: {} - headers: - Content-Type: - - application/json - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/b5256091-67fe-4d67-b8ce-8145f469e04f/upgrade - method: POST - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1641 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":true,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://b5256091-67fe-4d67-b8ce-8145f469e04f.api.k8s.fr-par.scw.cloud:6443","cni":"calico","commitment_ends_at":"2025-09-30T14:08:40.212660Z","created_at":"2025-09-30T14:08:40.212652Z","description":"","dns_wildcard":"*.b5256091-67fe-4d67-b8ce-8145f469e04f.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"be6995cd-5253-4278-810a-cb450a30893f","id":"b5256091-67fe-4d67-b8ce-8145f469e04f","name":"test-auto-upgrade","new_images_enabled":false,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"100.64.0.0/15","private_network_id":"8c7b7682-eab4-49e3-b597-20c0a425926e","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"10.32.0.0/20","service_dns_ip":"10.32.0.10","status":"updating","tags":["terraform-test","scaleway_k8s_cluster","auto_upgrade"],"type":"kapsule","updated_at":"2025-09-30T14:08:54.798466Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1641" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 14:08:54 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - d9220635-f947-497f-a088-844eb034f1a7 - status: 200 OK - code: 200 - duration: 107.48175ms - - id: 44 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/b5256091-67fe-4d67-b8ce-8145f469e04f - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1605 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":true,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://b5256091-67fe-4d67-b8ce-8145f469e04f.api.k8s.fr-par.scw.cloud:6443","cni":"calico","commitment_ends_at":"2025-09-30T14:08:40.212660Z","created_at":"2025-09-30T14:08:40.212652Z","description":"","dns_wildcard":"*.b5256091-67fe-4d67-b8ce-8145f469e04f.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"be6995cd-5253-4278-810a-cb450a30893f","id":"b5256091-67fe-4d67-b8ce-8145f469e04f","name":"test-auto-upgrade","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":"8c7b7682-eab4-49e3-b597-20c0a425926e","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"","service_dns_ip":"","status":"updating","tags":["terraform-test","scaleway_k8s_cluster","auto_upgrade"],"type":"kapsule","updated_at":"2025-09-30T14:08:54.798466Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1605" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 14:08:54 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - db0b4ec3-ce5b-4c82-880d-0f3868500b1d - status: 200 OK - code: 200 - duration: 108.399166ms - - id: 45 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/b5256091-67fe-4d67-b8ce-8145f469e04f - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1610 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":true,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://b5256091-67fe-4d67-b8ce-8145f469e04f.api.k8s.fr-par.scw.cloud:6443","cni":"calico","commitment_ends_at":"2025-09-30T14:08:40.212660Z","created_at":"2025-09-30T14:08:40.212652Z","description":"","dns_wildcard":"*.b5256091-67fe-4d67-b8ce-8145f469e04f.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"be6995cd-5253-4278-810a-cb450a30893f","id":"b5256091-67fe-4d67-b8ce-8145f469e04f","name":"test-auto-upgrade","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":"8c7b7682-eab4-49e3-b597-20c0a425926e","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"","service_dns_ip":"","status":"pool_required","tags":["terraform-test","scaleway_k8s_cluster","auto_upgrade"],"type":"kapsule","updated_at":"2025-09-30T14:08:57.614989Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1610" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 14:09:00 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 2ddaaeac-5b21-4b96-9a9a-14ed6161e975 - status: 200 OK - code: 200 - duration: 102.921583ms - - id: 46 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/b5256091-67fe-4d67-b8ce-8145f469e04f - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1610 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":true,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://b5256091-67fe-4d67-b8ce-8145f469e04f.api.k8s.fr-par.scw.cloud:6443","cni":"calico","commitment_ends_at":"2025-09-30T14:08:40.212660Z","created_at":"2025-09-30T14:08:40.212652Z","description":"","dns_wildcard":"*.b5256091-67fe-4d67-b8ce-8145f469e04f.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"be6995cd-5253-4278-810a-cb450a30893f","id":"b5256091-67fe-4d67-b8ce-8145f469e04f","name":"test-auto-upgrade","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":"8c7b7682-eab4-49e3-b597-20c0a425926e","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"","service_dns_ip":"","status":"pool_required","tags":["terraform-test","scaleway_k8s_cluster","auto_upgrade"],"type":"kapsule","updated_at":"2025-09-30T14:08:57.614989Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1610" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 14:09:00 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 3cc131ec-d115-4dc5-86b5-cc7e3f456003 - status: 200 OK - code: 200 - duration: 108.400959ms - - id: 47 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/b5256091-67fe-4d67-b8ce-8145f469e04f/pools?order_by=created_at_asc&page=1&status=unknown - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 29 - uncompressed: false - body: '{"pools":[],"total_count":0}' - headers: - Content-Length: - - "29" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 14:09:00 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - fe4c9e9c-84c4-4c1a-9dfa-62936ed9ab8e - status: 200 OK - code: 200 - duration: 77.416667ms - - id: 48 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/b5256091-67fe-4d67-b8ce-8145f469e04f - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1610 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":true,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://b5256091-67fe-4d67-b8ce-8145f469e04f.api.k8s.fr-par.scw.cloud:6443","cni":"calico","commitment_ends_at":"2025-09-30T14:08:40.212660Z","created_at":"2025-09-30T14:08:40.212652Z","description":"","dns_wildcard":"*.b5256091-67fe-4d67-b8ce-8145f469e04f.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"be6995cd-5253-4278-810a-cb450a30893f","id":"b5256091-67fe-4d67-b8ce-8145f469e04f","name":"test-auto-upgrade","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":"8c7b7682-eab4-49e3-b597-20c0a425926e","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"","service_dns_ip":"","status":"pool_required","tags":["terraform-test","scaleway_k8s_cluster","auto_upgrade"],"type":"kapsule","updated_at":"2025-09-30T14:08:57.614989Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1610" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 14:09:00 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 1cf5a0c3-fa50-4bef-b952-0944e58da38a - status: 200 OK - code: 200 - duration: 88.946875ms - - id: 49 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/b5256091-67fe-4d67-b8ce-8145f469e04f/kubeconfig - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1678 - uncompressed: false - body: '{"content":"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogInRlc3QtYXV0by11cGdyYWRlIgogIGNsdXN0ZXI6CiAgICBjZXJ0aWZpY2F0ZS1hdXRob3JpdHktZGF0YTogTFMwdExTMUNSVWRKVGlCRFJWSlVTVVpKUTBGVVJTMHRMUzB0Q2sxSlNVSllSRU5EUVZGSFowRjNTVUpCWjBsQ1FVUkJTMEpuWjNGb2EycFBVRkZSUkVGcVFWWk5VazEzUlZGWlJGWlJVVVJGZDNCeVpGZEtiR050Tld3S1pFZFdlazFDTkZoRVZFa3hUVVJyZVU5VVJUQk5SR2N3VFVadldFUlVUVEZOUkd0NVQxUkZNRTFFWnpCTlJtOTNSbFJGVkUxQ1JVZEJNVlZGUVhoTlN3cGhNMVpwV2xoS2RWcFlVbXhqZWtKYVRVSk5SMEo1Y1VkVFRUUTVRV2RGUjBORGNVZFRUVFE1UVhkRlNFRXdTVUZDVDJsdFlqTkZhalZITm1WVlptcFpDbkJuV0c5T2VXSTJaVTB6V1dObFlUUkpjSEU1ZEVGbE1FeE1WekZrV2poblVtWmFUM29yZUM5RldFRmhhSE5NVUVab1dHcE9iVXRDUjNaU2MwOURhWElLYVhkT2VqZEpaV3BSYWtKQlRVRTBSMEV4VldSRWQwVkNMM2RSUlVGM1NVTndSRUZRUW1kT1ZraFNUVUpCWmpoRlFsUkJSRUZSU0M5TlFqQkhRVEZWWkFwRVoxRlhRa0pUZUVSM0szYzVOWGRtVlZOVE1XWTFRblpST0ZsV1ozVlNjRlJFUVV0Q1oyZHhhR3RxVDFCUlVVUkJaMDVLUVVSQ1IwRnBSVUZ3VjJVdkNrNVhaSEZpTjBkTk9ISmlUVWhNWkZST2QyUlJOalUxSzNGNWVqUXdSelZLVkVsWVMzQXJVVU5KVVVOaGJHSkZlV3hIZGxaQldXZzVWMUZUZFVKNmFHRUthWGx5V0dKaldXaFJZME51YlhRMWRsSjNTM2xZZHowOUNpMHRMUzB0UlU1RUlFTkZVbFJKUmtsRFFWUkZMUzB0TFMwSwogICAgc2VydmVyOiBodHRwczovL2I1MjU2MDkxLTY3ZmUtNGQ2Ny1iOGNlLTgxNDVmNDY5ZTA0Zi5hcGkuazhzLmZyLXBhci5zY3cuY2xvdWQ6NjQ0Mwpjb250ZXh0czoKLSBuYW1lOiBhZG1pbkB0ZXN0LWF1dG8tdXBncmFkZQogIGNvbnRleHQ6CiAgICBjbHVzdGVyOiAidGVzdC1hdXRvLXVwZ3JhZGUiCiAgICB1c2VyOiB0ZXN0LWF1dG8tdXBncmFkZS1hZG1pbgpjdXJyZW50LWNvbnRleHQ6IGFkbWluQHRlc3QtYXV0by11cGdyYWRlCmtpbmQ6IENvbmZpZwpwcmVmZXJlbmNlczoge30KdXNlcnM6Ci0gbmFtZTogdGVzdC1hdXRvLXVwZ3JhZGUtYWRtaW4KICB1c2VyOgogICAgdG9rZW46IDFYd21rVWhCeE5wd2J3Z3B5TTREUWdVeEJFR0Jhb1ZWeEZ2WlhudHh4dHo1VHlCZG9KWkZiTmlR","content_type":"application/octet-stream","name":"kubeconfig"}' - headers: - Content-Length: - - "1678" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 14:09:00 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 53b8b9ae-871e-4d37-8f63-164386628086 - status: 200 OK - code: 200 - duration: 115.704875ms - - id: 50 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/b5256091-67fe-4d67-b8ce-8145f469e04f - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1610 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":true,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://b5256091-67fe-4d67-b8ce-8145f469e04f.api.k8s.fr-par.scw.cloud:6443","cni":"calico","commitment_ends_at":"2025-09-30T14:08:40.212660Z","created_at":"2025-09-30T14:08:40.212652Z","description":"","dns_wildcard":"*.b5256091-67fe-4d67-b8ce-8145f469e04f.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"be6995cd-5253-4278-810a-cb450a30893f","id":"b5256091-67fe-4d67-b8ce-8145f469e04f","name":"test-auto-upgrade","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":"8c7b7682-eab4-49e3-b597-20c0a425926e","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"","service_dns_ip":"","status":"pool_required","tags":["terraform-test","scaleway_k8s_cluster","auto_upgrade"],"type":"kapsule","updated_at":"2025-09-30T14:08:57.614989Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1610" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 14:09:00 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 3592f7a6-b59d-4372-8eab-1e3386bd4b81 - status: 200 OK - code: 200 - duration: 90.609042ms - - id: 51 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/fr-par/vpcs/cab1333e-6709-4caa-889e-c68e2379734a - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 431 - uncompressed: false - body: '{"created_at":"2025-09-30T14:08:38.965021Z","custom_routes_propagation_enabled":true,"id":"cab1333e-6709-4caa-889e-c68e2379734a","is_default":false,"name":"testAccCheckK8SClusterAutoUpgrade","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","private_network_count":1,"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","routing_enabled":true,"tags":[],"updated_at":"2025-09-30T14:08:38.965021Z"}' - headers: - Content-Length: - - "431" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 14:09:00 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 97f4ce79-394d-484e-864c-a43d92d59992 - status: 200 OK - code: 200 - duration: 35.1905ms - - id: 52 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks/8c7b7682-eab4-49e3-b597-20c0a425926e - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1088 - uncompressed: false - body: '{"created_at":"2025-09-30T14:08:39.155239Z","default_route_propagation_enabled":false,"dhcp_enabled":true,"id":"8c7b7682-eab4-49e3-b597-20c0a425926e","name":"test-auto-upgrade","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","subnets":[{"created_at":"2025-09-30T14:08:39.155239Z","id":"7dea2fc4-7f75-4ef6-9613-1c02220b34c0","private_network_id":"8c7b7682-eab4-49e3-b597-20c0a425926e","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","subnet":"172.17.148.0/22","updated_at":"2025-09-30T14:08:39.155239Z","vpc_id":"cab1333e-6709-4caa-889e-c68e2379734a"},{"created_at":"2025-09-30T14:08:39.155239Z","id":"87483877-27b6-4707-b634-334f9e4ea592","private_network_id":"8c7b7682-eab4-49e3-b597-20c0a425926e","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","subnet":"fd5f:519c:6d46:3569::/64","updated_at":"2025-09-30T14:08:39.155239Z","vpc_id":"cab1333e-6709-4caa-889e-c68e2379734a"}],"tags":[],"updated_at":"2025-09-30T14:08:39.155239Z","vpc_id":"cab1333e-6709-4caa-889e-c68e2379734a"}' - headers: - Content-Length: - - "1088" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 14:09:00 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 2c3a79db-a47a-496f-9d04-e32c1e0588c8 - status: 200 OK - code: 200 - duration: 88.232958ms - - id: 53 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/b5256091-67fe-4d67-b8ce-8145f469e04f - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1610 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":true,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://b5256091-67fe-4d67-b8ce-8145f469e04f.api.k8s.fr-par.scw.cloud:6443","cni":"calico","commitment_ends_at":"2025-09-30T14:08:40.212660Z","created_at":"2025-09-30T14:08:40.212652Z","description":"","dns_wildcard":"*.b5256091-67fe-4d67-b8ce-8145f469e04f.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"be6995cd-5253-4278-810a-cb450a30893f","id":"b5256091-67fe-4d67-b8ce-8145f469e04f","name":"test-auto-upgrade","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":"8c7b7682-eab4-49e3-b597-20c0a425926e","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"","service_dns_ip":"","status":"pool_required","tags":["terraform-test","scaleway_k8s_cluster","auto_upgrade"],"type":"kapsule","updated_at":"2025-09-30T14:08:57.614989Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1610" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 14:09:01 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 8c854764-4c44-4292-bc64-98a13de34d63 - status: 200 OK - code: 200 - duration: 122.279166ms - - id: 54 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/b5256091-67fe-4d67-b8ce-8145f469e04f/kubeconfig - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1678 - uncompressed: false - body: '{"content":"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogInRlc3QtYXV0by11cGdyYWRlIgogIGNsdXN0ZXI6CiAgICBjZXJ0aWZpY2F0ZS1hdXRob3JpdHktZGF0YTogTFMwdExTMUNSVWRKVGlCRFJWSlVTVVpKUTBGVVJTMHRMUzB0Q2sxSlNVSllSRU5EUVZGSFowRjNTVUpCWjBsQ1FVUkJTMEpuWjNGb2EycFBVRkZSUkVGcVFWWk5VazEzUlZGWlJGWlJVVVJGZDNCeVpGZEtiR050Tld3S1pFZFdlazFDTkZoRVZFa3hUVVJyZVU5VVJUQk5SR2N3VFVadldFUlVUVEZOUkd0NVQxUkZNRTFFWnpCTlJtOTNSbFJGVkUxQ1JVZEJNVlZGUVhoTlN3cGhNMVpwV2xoS2RWcFlVbXhqZWtKYVRVSk5SMEo1Y1VkVFRUUTVRV2RGUjBORGNVZFRUVFE1UVhkRlNFRXdTVUZDVDJsdFlqTkZhalZITm1WVlptcFpDbkJuV0c5T2VXSTJaVTB6V1dObFlUUkpjSEU1ZEVGbE1FeE1WekZrV2poblVtWmFUM29yZUM5RldFRmhhSE5NVUVab1dHcE9iVXRDUjNaU2MwOURhWElLYVhkT2VqZEpaV3BSYWtKQlRVRTBSMEV4VldSRWQwVkNMM2RSUlVGM1NVTndSRUZRUW1kT1ZraFNUVUpCWmpoRlFsUkJSRUZSU0M5TlFqQkhRVEZWWkFwRVoxRlhRa0pUZUVSM0szYzVOWGRtVlZOVE1XWTFRblpST0ZsV1ozVlNjRlJFUVV0Q1oyZHhhR3RxVDFCUlVVUkJaMDVLUVVSQ1IwRnBSVUZ3VjJVdkNrNVhaSEZpTjBkTk9ISmlUVWhNWkZST2QyUlJOalUxSzNGNWVqUXdSelZLVkVsWVMzQXJVVU5KVVVOaGJHSkZlV3hIZGxaQldXZzVWMUZUZFVKNmFHRUthWGx5V0dKaldXaFJZME51YlhRMWRsSjNTM2xZZHowOUNpMHRMUzB0UlU1RUlFTkZVbFJKUmtsRFFWUkZMUzB0TFMwSwogICAgc2VydmVyOiBodHRwczovL2I1MjU2MDkxLTY3ZmUtNGQ2Ny1iOGNlLTgxNDVmNDY5ZTA0Zi5hcGkuazhzLmZyLXBhci5zY3cuY2xvdWQ6NjQ0Mwpjb250ZXh0czoKLSBuYW1lOiBhZG1pbkB0ZXN0LWF1dG8tdXBncmFkZQogIGNvbnRleHQ6CiAgICBjbHVzdGVyOiAidGVzdC1hdXRvLXVwZ3JhZGUiCiAgICB1c2VyOiB0ZXN0LWF1dG8tdXBncmFkZS1hZG1pbgpjdXJyZW50LWNvbnRleHQ6IGFkbWluQHRlc3QtYXV0by11cGdyYWRlCmtpbmQ6IENvbmZpZwpwcmVmZXJlbmNlczoge30KdXNlcnM6Ci0gbmFtZTogdGVzdC1hdXRvLXVwZ3JhZGUtYWRtaW4KICB1c2VyOgogICAgdG9rZW46IDFYd21rVWhCeE5wd2J3Z3B5TTREUWdVeEJFR0Jhb1ZWeEZ2WlhudHh4dHo1VHlCZG9KWkZiTmlR","content_type":"application/octet-stream","name":"kubeconfig"}' - headers: - Content-Length: - - "1678" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 14:09:01 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 708b3ede-444b-4284-b919-3d88ac563cf4 - status: 200 OK - code: 200 - duration: 90.617125ms - - id: 55 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/fr-par/vpcs/cab1333e-6709-4caa-889e-c68e2379734a - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 431 - uncompressed: false - body: '{"created_at":"2025-09-30T14:08:38.965021Z","custom_routes_propagation_enabled":true,"id":"cab1333e-6709-4caa-889e-c68e2379734a","is_default":false,"name":"testAccCheckK8SClusterAutoUpgrade","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","private_network_count":1,"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","routing_enabled":true,"tags":[],"updated_at":"2025-09-30T14:08:38.965021Z"}' - headers: - Content-Length: - - "431" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 14:09:01 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - da0157ae-7072-4c95-b328-5fd09264264c - status: 200 OK - code: 200 - duration: 83.221208ms - - id: 56 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks/8c7b7682-eab4-49e3-b597-20c0a425926e - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1088 - uncompressed: false - body: '{"created_at":"2025-09-30T14:08:39.155239Z","default_route_propagation_enabled":false,"dhcp_enabled":true,"id":"8c7b7682-eab4-49e3-b597-20c0a425926e","name":"test-auto-upgrade","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","subnets":[{"created_at":"2025-09-30T14:08:39.155239Z","id":"7dea2fc4-7f75-4ef6-9613-1c02220b34c0","private_network_id":"8c7b7682-eab4-49e3-b597-20c0a425926e","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","subnet":"172.17.148.0/22","updated_at":"2025-09-30T14:08:39.155239Z","vpc_id":"cab1333e-6709-4caa-889e-c68e2379734a"},{"created_at":"2025-09-30T14:08:39.155239Z","id":"87483877-27b6-4707-b634-334f9e4ea592","private_network_id":"8c7b7682-eab4-49e3-b597-20c0a425926e","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","subnet":"fd5f:519c:6d46:3569::/64","updated_at":"2025-09-30T14:08:39.155239Z","vpc_id":"cab1333e-6709-4caa-889e-c68e2379734a"}],"tags":[],"updated_at":"2025-09-30T14:08:39.155239Z","vpc_id":"cab1333e-6709-4caa-889e-c68e2379734a"}' - headers: - Content-Length: - - "1088" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 14:09:01 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - b1a06888-0bc0-4a0c-9645-4309a05ab301 - status: 200 OK - code: 200 - duration: 20.280042ms - - id: 57 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/b5256091-67fe-4d67-b8ce-8145f469e04f - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1610 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":true,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://b5256091-67fe-4d67-b8ce-8145f469e04f.api.k8s.fr-par.scw.cloud:6443","cni":"calico","commitment_ends_at":"2025-09-30T14:08:40.212660Z","created_at":"2025-09-30T14:08:40.212652Z","description":"","dns_wildcard":"*.b5256091-67fe-4d67-b8ce-8145f469e04f.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"be6995cd-5253-4278-810a-cb450a30893f","id":"b5256091-67fe-4d67-b8ce-8145f469e04f","name":"test-auto-upgrade","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":"8c7b7682-eab4-49e3-b597-20c0a425926e","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"","service_dns_ip":"","status":"pool_required","tags":["terraform-test","scaleway_k8s_cluster","auto_upgrade"],"type":"kapsule","updated_at":"2025-09-30T14:08:57.614989Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1610" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 14:09:01 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 3ddfd4a6-3d70-4499-827b-dd8e4e7d1f0d - status: 200 OK - code: 200 - duration: 79.592208ms - - id: 58 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/b5256091-67fe-4d67-b8ce-8145f469e04f/kubeconfig - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1678 - uncompressed: false - body: '{"content":"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogInRlc3QtYXV0by11cGdyYWRlIgogIGNsdXN0ZXI6CiAgICBjZXJ0aWZpY2F0ZS1hdXRob3JpdHktZGF0YTogTFMwdExTMUNSVWRKVGlCRFJWSlVTVVpKUTBGVVJTMHRMUzB0Q2sxSlNVSllSRU5EUVZGSFowRjNTVUpCWjBsQ1FVUkJTMEpuWjNGb2EycFBVRkZSUkVGcVFWWk5VazEzUlZGWlJGWlJVVVJGZDNCeVpGZEtiR050Tld3S1pFZFdlazFDTkZoRVZFa3hUVVJyZVU5VVJUQk5SR2N3VFVadldFUlVUVEZOUkd0NVQxUkZNRTFFWnpCTlJtOTNSbFJGVkUxQ1JVZEJNVlZGUVhoTlN3cGhNMVpwV2xoS2RWcFlVbXhqZWtKYVRVSk5SMEo1Y1VkVFRUUTVRV2RGUjBORGNVZFRUVFE1UVhkRlNFRXdTVUZDVDJsdFlqTkZhalZITm1WVlptcFpDbkJuV0c5T2VXSTJaVTB6V1dObFlUUkpjSEU1ZEVGbE1FeE1WekZrV2poblVtWmFUM29yZUM5RldFRmhhSE5NVUVab1dHcE9iVXRDUjNaU2MwOURhWElLYVhkT2VqZEpaV3BSYWtKQlRVRTBSMEV4VldSRWQwVkNMM2RSUlVGM1NVTndSRUZRUW1kT1ZraFNUVUpCWmpoRlFsUkJSRUZSU0M5TlFqQkhRVEZWWkFwRVoxRlhRa0pUZUVSM0szYzVOWGRtVlZOVE1XWTFRblpST0ZsV1ozVlNjRlJFUVV0Q1oyZHhhR3RxVDFCUlVVUkJaMDVLUVVSQ1IwRnBSVUZ3VjJVdkNrNVhaSEZpTjBkTk9ISmlUVWhNWkZST2QyUlJOalUxSzNGNWVqUXdSelZLVkVsWVMzQXJVVU5KVVVOaGJHSkZlV3hIZGxaQldXZzVWMUZUZFVKNmFHRUthWGx5V0dKaldXaFJZME51YlhRMWRsSjNTM2xZZHowOUNpMHRMUzB0UlU1RUlFTkZVbFJKUmtsRFFWUkZMUzB0TFMwSwogICAgc2VydmVyOiBodHRwczovL2I1MjU2MDkxLTY3ZmUtNGQ2Ny1iOGNlLTgxNDVmNDY5ZTA0Zi5hcGkuazhzLmZyLXBhci5zY3cuY2xvdWQ6NjQ0Mwpjb250ZXh0czoKLSBuYW1lOiBhZG1pbkB0ZXN0LWF1dG8tdXBncmFkZQogIGNvbnRleHQ6CiAgICBjbHVzdGVyOiAidGVzdC1hdXRvLXVwZ3JhZGUiCiAgICB1c2VyOiB0ZXN0LWF1dG8tdXBncmFkZS1hZG1pbgpjdXJyZW50LWNvbnRleHQ6IGFkbWluQHRlc3QtYXV0by11cGdyYWRlCmtpbmQ6IENvbmZpZwpwcmVmZXJlbmNlczoge30KdXNlcnM6Ci0gbmFtZTogdGVzdC1hdXRvLXVwZ3JhZGUtYWRtaW4KICB1c2VyOgogICAgdG9rZW46IDFYd21rVWhCeE5wd2J3Z3B5TTREUWdVeEJFR0Jhb1ZWeEZ2WlhudHh4dHo1VHlCZG9KWkZiTmlR","content_type":"application/octet-stream","name":"kubeconfig"}' - headers: - Content-Length: - - "1678" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 14:09:01 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - d68417ee-0fa6-40af-a7f6-2de6d882cc49 - status: 200 OK - code: 200 - duration: 93.503334ms - - id: 59 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/b5256091-67fe-4d67-b8ce-8145f469e04f - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1610 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":true,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://b5256091-67fe-4d67-b8ce-8145f469e04f.api.k8s.fr-par.scw.cloud:6443","cni":"calico","commitment_ends_at":"2025-09-30T14:08:40.212660Z","created_at":"2025-09-30T14:08:40.212652Z","description":"","dns_wildcard":"*.b5256091-67fe-4d67-b8ce-8145f469e04f.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"be6995cd-5253-4278-810a-cb450a30893f","id":"b5256091-67fe-4d67-b8ce-8145f469e04f","name":"test-auto-upgrade","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":"8c7b7682-eab4-49e3-b597-20c0a425926e","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"","service_dns_ip":"","status":"pool_required","tags":["terraform-test","scaleway_k8s_cluster","auto_upgrade"],"type":"kapsule","updated_at":"2025-09-30T14:08:57.614989Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1610" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 14:09:01 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 34398c6b-2c21-4353-917e-86c28d06ce7a - status: 200 OK - code: 200 - duration: 97.10625ms - - id: 60 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 593 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: '{"autoscaler_config":{"scale_down_disabled":null,"scale_down_delay_after_add":null,"estimator":"unknown_estimator","expander":"unknown_expander","ignore_daemonsets_utilization":null,"balance_similar_node_groups":null,"expendable_pods_priority_cutoff":null,"scale_down_unneeded_time":null,"scale_down_utilization_threshold":null,"max_graceful_termination_sec":null},"auto_upgrade":{"enable":false,"maintenance_window":null},"open_id_connect_config":{"issuer_url":null,"client_id":null,"username_claim":null,"username_prefix":null,"groups_claim":null,"groups_prefix":null,"required_claim":null}}' - form: {} - headers: - Content-Type: - - application/json - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/b5256091-67fe-4d67-b8ce-8145f469e04f - method: PATCH - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1642 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://b5256091-67fe-4d67-b8ce-8145f469e04f.api.k8s.fr-par.scw.cloud:6443","cni":"calico","commitment_ends_at":"2025-09-30T14:08:40.212660Z","created_at":"2025-09-30T14:08:40.212652Z","description":"","dns_wildcard":"*.b5256091-67fe-4d67-b8ce-8145f469e04f.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"be6995cd-5253-4278-810a-cb450a30893f","id":"b5256091-67fe-4d67-b8ce-8145f469e04f","name":"test-auto-upgrade","new_images_enabled":false,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"100.64.0.0/15","private_network_id":"8c7b7682-eab4-49e3-b597-20c0a425926e","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"10.32.0.0/20","service_dns_ip":"10.32.0.10","status":"updating","tags":["terraform-test","scaleway_k8s_cluster","auto_upgrade"],"type":"kapsule","updated_at":"2025-09-30T14:09:02.026914Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1642" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 14:09:02 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 32c5e8c1-11e5-44ea-ba9c-c88878c59a1d - status: 200 OK - code: 200 - duration: 105.333625ms - - id: 61 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/b5256091-67fe-4d67-b8ce-8145f469e04f - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1611 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://b5256091-67fe-4d67-b8ce-8145f469e04f.api.k8s.fr-par.scw.cloud:6443","cni":"calico","commitment_ends_at":"2025-09-30T14:08:40.212660Z","created_at":"2025-09-30T14:08:40.212652Z","description":"","dns_wildcard":"*.b5256091-67fe-4d67-b8ce-8145f469e04f.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"be6995cd-5253-4278-810a-cb450a30893f","id":"b5256091-67fe-4d67-b8ce-8145f469e04f","name":"test-auto-upgrade","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":"8c7b7682-eab4-49e3-b597-20c0a425926e","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"","service_dns_ip":"","status":"pool_required","tags":["terraform-test","scaleway_k8s_cluster","auto_upgrade"],"type":"kapsule","updated_at":"2025-09-30T14:09:02.060430Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1611" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 14:09:02 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 07eff096-b214-4c82-958d-dc547e50e0ea - status: 200 OK - code: 200 - duration: 104.626833ms - - id: 62 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/b5256091-67fe-4d67-b8ce-8145f469e04f - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1611 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://b5256091-67fe-4d67-b8ce-8145f469e04f.api.k8s.fr-par.scw.cloud:6443","cni":"calico","commitment_ends_at":"2025-09-30T14:08:40.212660Z","created_at":"2025-09-30T14:08:40.212652Z","description":"","dns_wildcard":"*.b5256091-67fe-4d67-b8ce-8145f469e04f.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"be6995cd-5253-4278-810a-cb450a30893f","id":"b5256091-67fe-4d67-b8ce-8145f469e04f","name":"test-auto-upgrade","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":"8c7b7682-eab4-49e3-b597-20c0a425926e","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"","service_dns_ip":"","status":"pool_required","tags":["terraform-test","scaleway_k8s_cluster","auto_upgrade"],"type":"kapsule","updated_at":"2025-09-30T14:09:02.060430Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1611" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 14:09:02 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 31f8fd66-954e-4b70-b842-83ff14fb56fb - status: 200 OK - code: 200 - duration: 103.559ms - - id: 63 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/b5256091-67fe-4d67-b8ce-8145f469e04f/kubeconfig - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1678 - uncompressed: false - body: '{"content":"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogInRlc3QtYXV0by11cGdyYWRlIgogIGNsdXN0ZXI6CiAgICBjZXJ0aWZpY2F0ZS1hdXRob3JpdHktZGF0YTogTFMwdExTMUNSVWRKVGlCRFJWSlVTVVpKUTBGVVJTMHRMUzB0Q2sxSlNVSllSRU5EUVZGSFowRjNTVUpCWjBsQ1FVUkJTMEpuWjNGb2EycFBVRkZSUkVGcVFWWk5VazEzUlZGWlJGWlJVVVJGZDNCeVpGZEtiR050Tld3S1pFZFdlazFDTkZoRVZFa3hUVVJyZVU5VVJUQk5SR2N3VFVadldFUlVUVEZOUkd0NVQxUkZNRTFFWnpCTlJtOTNSbFJGVkUxQ1JVZEJNVlZGUVhoTlN3cGhNMVpwV2xoS2RWcFlVbXhqZWtKYVRVSk5SMEo1Y1VkVFRUUTVRV2RGUjBORGNVZFRUVFE1UVhkRlNFRXdTVUZDVDJsdFlqTkZhalZITm1WVlptcFpDbkJuV0c5T2VXSTJaVTB6V1dObFlUUkpjSEU1ZEVGbE1FeE1WekZrV2poblVtWmFUM29yZUM5RldFRmhhSE5NVUVab1dHcE9iVXRDUjNaU2MwOURhWElLYVhkT2VqZEpaV3BSYWtKQlRVRTBSMEV4VldSRWQwVkNMM2RSUlVGM1NVTndSRUZRUW1kT1ZraFNUVUpCWmpoRlFsUkJSRUZSU0M5TlFqQkhRVEZWWkFwRVoxRlhRa0pUZUVSM0szYzVOWGRtVlZOVE1XWTFRblpST0ZsV1ozVlNjRlJFUVV0Q1oyZHhhR3RxVDFCUlVVUkJaMDVLUVVSQ1IwRnBSVUZ3VjJVdkNrNVhaSEZpTjBkTk9ISmlUVWhNWkZST2QyUlJOalUxSzNGNWVqUXdSelZLVkVsWVMzQXJVVU5KVVVOaGJHSkZlV3hIZGxaQldXZzVWMUZUZFVKNmFHRUthWGx5V0dKaldXaFJZME51YlhRMWRsSjNTM2xZZHowOUNpMHRMUzB0UlU1RUlFTkZVbFJKUmtsRFFWUkZMUzB0TFMwSwogICAgc2VydmVyOiBodHRwczovL2I1MjU2MDkxLTY3ZmUtNGQ2Ny1iOGNlLTgxNDVmNDY5ZTA0Zi5hcGkuazhzLmZyLXBhci5zY3cuY2xvdWQ6NjQ0Mwpjb250ZXh0czoKLSBuYW1lOiBhZG1pbkB0ZXN0LWF1dG8tdXBncmFkZQogIGNvbnRleHQ6CiAgICBjbHVzdGVyOiAidGVzdC1hdXRvLXVwZ3JhZGUiCiAgICB1c2VyOiB0ZXN0LWF1dG8tdXBncmFkZS1hZG1pbgpjdXJyZW50LWNvbnRleHQ6IGFkbWluQHRlc3QtYXV0by11cGdyYWRlCmtpbmQ6IENvbmZpZwpwcmVmZXJlbmNlczoge30KdXNlcnM6Ci0gbmFtZTogdGVzdC1hdXRvLXVwZ3JhZGUtYWRtaW4KICB1c2VyOgogICAgdG9rZW46IDFYd21rVWhCeE5wd2J3Z3B5TTREUWdVeEJFR0Jhb1ZWeEZ2WlhudHh4dHo1VHlCZG9KWkZiTmlR","content_type":"application/octet-stream","name":"kubeconfig"}' - headers: - Content-Length: - - "1678" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 14:09:02 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - e0ac4d77-2735-4dbf-b48e-7be240c80cfa - status: 200 OK - code: 200 - duration: 89.356458ms - - id: 64 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/b5256091-67fe-4d67-b8ce-8145f469e04f - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1611 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://b5256091-67fe-4d67-b8ce-8145f469e04f.api.k8s.fr-par.scw.cloud:6443","cni":"calico","commitment_ends_at":"2025-09-30T14:08:40.212660Z","created_at":"2025-09-30T14:08:40.212652Z","description":"","dns_wildcard":"*.b5256091-67fe-4d67-b8ce-8145f469e04f.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"be6995cd-5253-4278-810a-cb450a30893f","id":"b5256091-67fe-4d67-b8ce-8145f469e04f","name":"test-auto-upgrade","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":"8c7b7682-eab4-49e3-b597-20c0a425926e","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"","service_dns_ip":"","status":"pool_required","tags":["terraform-test","scaleway_k8s_cluster","auto_upgrade"],"type":"kapsule","updated_at":"2025-09-30T14:09:02.060430Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1611" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 14:09:02 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - d853d45a-244f-4df3-adf6-3e7b5fa3cb4e - status: 200 OK - code: 200 - duration: 105.261167ms - - id: 65 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/fr-par/vpcs/cab1333e-6709-4caa-889e-c68e2379734a - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 431 - uncompressed: false - body: '{"created_at":"2025-09-30T14:08:38.965021Z","custom_routes_propagation_enabled":true,"id":"cab1333e-6709-4caa-889e-c68e2379734a","is_default":false,"name":"testAccCheckK8SClusterAutoUpgrade","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","private_network_count":1,"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","routing_enabled":true,"tags":[],"updated_at":"2025-09-30T14:08:38.965021Z"}' - headers: - Content-Length: - - "431" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 14:09:02 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 9c1b1593-fbb7-4228-a1c8-d570df0a5b62 - status: 200 OK - code: 200 - duration: 102.97325ms - - id: 66 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks/8c7b7682-eab4-49e3-b597-20c0a425926e - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1088 - uncompressed: false - body: '{"created_at":"2025-09-30T14:08:39.155239Z","default_route_propagation_enabled":false,"dhcp_enabled":true,"id":"8c7b7682-eab4-49e3-b597-20c0a425926e","name":"test-auto-upgrade","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","subnets":[{"created_at":"2025-09-30T14:08:39.155239Z","id":"7dea2fc4-7f75-4ef6-9613-1c02220b34c0","private_network_id":"8c7b7682-eab4-49e3-b597-20c0a425926e","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","subnet":"172.17.148.0/22","updated_at":"2025-09-30T14:08:39.155239Z","vpc_id":"cab1333e-6709-4caa-889e-c68e2379734a"},{"created_at":"2025-09-30T14:08:39.155239Z","id":"87483877-27b6-4707-b634-334f9e4ea592","private_network_id":"8c7b7682-eab4-49e3-b597-20c0a425926e","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","subnet":"fd5f:519c:6d46:3569::/64","updated_at":"2025-09-30T14:08:39.155239Z","vpc_id":"cab1333e-6709-4caa-889e-c68e2379734a"}],"tags":[],"updated_at":"2025-09-30T14:08:39.155239Z","vpc_id":"cab1333e-6709-4caa-889e-c68e2379734a"}' - headers: - Content-Length: - - "1088" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 14:09:02 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 5b57bd59-3e7d-4148-aef4-6d3c24c2432c - status: 200 OK - code: 200 - duration: 37.382875ms - - id: 67 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/b5256091-67fe-4d67-b8ce-8145f469e04f - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1611 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://b5256091-67fe-4d67-b8ce-8145f469e04f.api.k8s.fr-par.scw.cloud:6443","cni":"calico","commitment_ends_at":"2025-09-30T14:08:40.212660Z","created_at":"2025-09-30T14:08:40.212652Z","description":"","dns_wildcard":"*.b5256091-67fe-4d67-b8ce-8145f469e04f.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"be6995cd-5253-4278-810a-cb450a30893f","id":"b5256091-67fe-4d67-b8ce-8145f469e04f","name":"test-auto-upgrade","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":"8c7b7682-eab4-49e3-b597-20c0a425926e","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"","service_dns_ip":"","status":"pool_required","tags":["terraform-test","scaleway_k8s_cluster","auto_upgrade"],"type":"kapsule","updated_at":"2025-09-30T14:09:02.060430Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1611" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 14:09:02 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - a7ed4cb1-350d-4590-947a-62e9e1c6525b - status: 200 OK - code: 200 - duration: 82.276583ms - - id: 68 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/b5256091-67fe-4d67-b8ce-8145f469e04f/kubeconfig - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1678 - uncompressed: false - body: '{"content":"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogInRlc3QtYXV0by11cGdyYWRlIgogIGNsdXN0ZXI6CiAgICBjZXJ0aWZpY2F0ZS1hdXRob3JpdHktZGF0YTogTFMwdExTMUNSVWRKVGlCRFJWSlVTVVpKUTBGVVJTMHRMUzB0Q2sxSlNVSllSRU5EUVZGSFowRjNTVUpCWjBsQ1FVUkJTMEpuWjNGb2EycFBVRkZSUkVGcVFWWk5VazEzUlZGWlJGWlJVVVJGZDNCeVpGZEtiR050Tld3S1pFZFdlazFDTkZoRVZFa3hUVVJyZVU5VVJUQk5SR2N3VFVadldFUlVUVEZOUkd0NVQxUkZNRTFFWnpCTlJtOTNSbFJGVkUxQ1JVZEJNVlZGUVhoTlN3cGhNMVpwV2xoS2RWcFlVbXhqZWtKYVRVSk5SMEo1Y1VkVFRUUTVRV2RGUjBORGNVZFRUVFE1UVhkRlNFRXdTVUZDVDJsdFlqTkZhalZITm1WVlptcFpDbkJuV0c5T2VXSTJaVTB6V1dObFlUUkpjSEU1ZEVGbE1FeE1WekZrV2poblVtWmFUM29yZUM5RldFRmhhSE5NVUVab1dHcE9iVXRDUjNaU2MwOURhWElLYVhkT2VqZEpaV3BSYWtKQlRVRTBSMEV4VldSRWQwVkNMM2RSUlVGM1NVTndSRUZRUW1kT1ZraFNUVUpCWmpoRlFsUkJSRUZSU0M5TlFqQkhRVEZWWkFwRVoxRlhRa0pUZUVSM0szYzVOWGRtVlZOVE1XWTFRblpST0ZsV1ozVlNjRlJFUVV0Q1oyZHhhR3RxVDFCUlVVUkJaMDVLUVVSQ1IwRnBSVUZ3VjJVdkNrNVhaSEZpTjBkTk9ISmlUVWhNWkZST2QyUlJOalUxSzNGNWVqUXdSelZLVkVsWVMzQXJVVU5KVVVOaGJHSkZlV3hIZGxaQldXZzVWMUZUZFVKNmFHRUthWGx5V0dKaldXaFJZME51YlhRMWRsSjNTM2xZZHowOUNpMHRMUzB0UlU1RUlFTkZVbFJKUmtsRFFWUkZMUzB0TFMwSwogICAgc2VydmVyOiBodHRwczovL2I1MjU2MDkxLTY3ZmUtNGQ2Ny1iOGNlLTgxNDVmNDY5ZTA0Zi5hcGkuazhzLmZyLXBhci5zY3cuY2xvdWQ6NjQ0Mwpjb250ZXh0czoKLSBuYW1lOiBhZG1pbkB0ZXN0LWF1dG8tdXBncmFkZQogIGNvbnRleHQ6CiAgICBjbHVzdGVyOiAidGVzdC1hdXRvLXVwZ3JhZGUiCiAgICB1c2VyOiB0ZXN0LWF1dG8tdXBncmFkZS1hZG1pbgpjdXJyZW50LWNvbnRleHQ6IGFkbWluQHRlc3QtYXV0by11cGdyYWRlCmtpbmQ6IENvbmZpZwpwcmVmZXJlbmNlczoge30KdXNlcnM6Ci0gbmFtZTogdGVzdC1hdXRvLXVwZ3JhZGUtYWRtaW4KICB1c2VyOgogICAgdG9rZW46IDFYd21rVWhCeE5wd2J3Z3B5TTREUWdVeEJFR0Jhb1ZWeEZ2WlhudHh4dHo1VHlCZG9KWkZiTmlR","content_type":"application/octet-stream","name":"kubeconfig"}' - headers: - Content-Length: - - "1678" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 14:09:03 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - f408d76c-acf7-4c11-8b0c-0f58801ad08f - status: 200 OK - code: 200 - duration: 87.315875ms - - id: 69 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/fr-par/vpcs/cab1333e-6709-4caa-889e-c68e2379734a - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 431 - uncompressed: false - body: '{"created_at":"2025-09-30T14:08:38.965021Z","custom_routes_propagation_enabled":true,"id":"cab1333e-6709-4caa-889e-c68e2379734a","is_default":false,"name":"testAccCheckK8SClusterAutoUpgrade","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","private_network_count":1,"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","routing_enabled":true,"tags":[],"updated_at":"2025-09-30T14:08:38.965021Z"}' - headers: - Content-Length: - - "431" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 14:09:03 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 0056d462-e788-443b-8b48-be84f4ce6421 - status: 200 OK - code: 200 - duration: 29.353916ms - - id: 70 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks/8c7b7682-eab4-49e3-b597-20c0a425926e - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1088 - uncompressed: false - body: '{"created_at":"2025-09-30T14:08:39.155239Z","default_route_propagation_enabled":false,"dhcp_enabled":true,"id":"8c7b7682-eab4-49e3-b597-20c0a425926e","name":"test-auto-upgrade","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","subnets":[{"created_at":"2025-09-30T14:08:39.155239Z","id":"7dea2fc4-7f75-4ef6-9613-1c02220b34c0","private_network_id":"8c7b7682-eab4-49e3-b597-20c0a425926e","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","subnet":"172.17.148.0/22","updated_at":"2025-09-30T14:08:39.155239Z","vpc_id":"cab1333e-6709-4caa-889e-c68e2379734a"},{"created_at":"2025-09-30T14:08:39.155239Z","id":"87483877-27b6-4707-b634-334f9e4ea592","private_network_id":"8c7b7682-eab4-49e3-b597-20c0a425926e","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","subnet":"fd5f:519c:6d46:3569::/64","updated_at":"2025-09-30T14:08:39.155239Z","vpc_id":"cab1333e-6709-4caa-889e-c68e2379734a"}],"tags":[],"updated_at":"2025-09-30T14:08:39.155239Z","vpc_id":"cab1333e-6709-4caa-889e-c68e2379734a"}' - headers: - Content-Length: - - "1088" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 14:09:03 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 2b4ff84d-9509-4d82-b1e7-a47438984e8f - status: 200 OK - code: 200 - duration: 25.06975ms - - id: 71 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/b5256091-67fe-4d67-b8ce-8145f469e04f - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1611 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://b5256091-67fe-4d67-b8ce-8145f469e04f.api.k8s.fr-par.scw.cloud:6443","cni":"calico","commitment_ends_at":"2025-09-30T14:08:40.212660Z","created_at":"2025-09-30T14:08:40.212652Z","description":"","dns_wildcard":"*.b5256091-67fe-4d67-b8ce-8145f469e04f.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"be6995cd-5253-4278-810a-cb450a30893f","id":"b5256091-67fe-4d67-b8ce-8145f469e04f","name":"test-auto-upgrade","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":"8c7b7682-eab4-49e3-b597-20c0a425926e","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"","service_dns_ip":"","status":"pool_required","tags":["terraform-test","scaleway_k8s_cluster","auto_upgrade"],"type":"kapsule","updated_at":"2025-09-30T14:09:02.060430Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1611" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 14:09:03 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 9d829e8f-3d06-45bf-a6d1-ae9a6c39a81c - status: 200 OK - code: 200 - duration: 95.466083ms - - id: 72 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/b5256091-67fe-4d67-b8ce-8145f469e04f/kubeconfig - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1678 - uncompressed: false - body: '{"content":"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogInRlc3QtYXV0by11cGdyYWRlIgogIGNsdXN0ZXI6CiAgICBjZXJ0aWZpY2F0ZS1hdXRob3JpdHktZGF0YTogTFMwdExTMUNSVWRKVGlCRFJWSlVTVVpKUTBGVVJTMHRMUzB0Q2sxSlNVSllSRU5EUVZGSFowRjNTVUpCWjBsQ1FVUkJTMEpuWjNGb2EycFBVRkZSUkVGcVFWWk5VazEzUlZGWlJGWlJVVVJGZDNCeVpGZEtiR050Tld3S1pFZFdlazFDTkZoRVZFa3hUVVJyZVU5VVJUQk5SR2N3VFVadldFUlVUVEZOUkd0NVQxUkZNRTFFWnpCTlJtOTNSbFJGVkUxQ1JVZEJNVlZGUVhoTlN3cGhNMVpwV2xoS2RWcFlVbXhqZWtKYVRVSk5SMEo1Y1VkVFRUUTVRV2RGUjBORGNVZFRUVFE1UVhkRlNFRXdTVUZDVDJsdFlqTkZhalZITm1WVlptcFpDbkJuV0c5T2VXSTJaVTB6V1dObFlUUkpjSEU1ZEVGbE1FeE1WekZrV2poblVtWmFUM29yZUM5RldFRmhhSE5NVUVab1dHcE9iVXRDUjNaU2MwOURhWElLYVhkT2VqZEpaV3BSYWtKQlRVRTBSMEV4VldSRWQwVkNMM2RSUlVGM1NVTndSRUZRUW1kT1ZraFNUVUpCWmpoRlFsUkJSRUZSU0M5TlFqQkhRVEZWWkFwRVoxRlhRa0pUZUVSM0szYzVOWGRtVlZOVE1XWTFRblpST0ZsV1ozVlNjRlJFUVV0Q1oyZHhhR3RxVDFCUlVVUkJaMDVLUVVSQ1IwRnBSVUZ3VjJVdkNrNVhaSEZpTjBkTk9ISmlUVWhNWkZST2QyUlJOalUxSzNGNWVqUXdSelZLVkVsWVMzQXJVVU5KVVVOaGJHSkZlV3hIZGxaQldXZzVWMUZUZFVKNmFHRUthWGx5V0dKaldXaFJZME51YlhRMWRsSjNTM2xZZHowOUNpMHRMUzB0UlU1RUlFTkZVbFJKUmtsRFFWUkZMUzB0TFMwSwogICAgc2VydmVyOiBodHRwczovL2I1MjU2MDkxLTY3ZmUtNGQ2Ny1iOGNlLTgxNDVmNDY5ZTA0Zi5hcGkuazhzLmZyLXBhci5zY3cuY2xvdWQ6NjQ0Mwpjb250ZXh0czoKLSBuYW1lOiBhZG1pbkB0ZXN0LWF1dG8tdXBncmFkZQogIGNvbnRleHQ6CiAgICBjbHVzdGVyOiAidGVzdC1hdXRvLXVwZ3JhZGUiCiAgICB1c2VyOiB0ZXN0LWF1dG8tdXBncmFkZS1hZG1pbgpjdXJyZW50LWNvbnRleHQ6IGFkbWluQHRlc3QtYXV0by11cGdyYWRlCmtpbmQ6IENvbmZpZwpwcmVmZXJlbmNlczoge30KdXNlcnM6Ci0gbmFtZTogdGVzdC1hdXRvLXVwZ3JhZGUtYWRtaW4KICB1c2VyOgogICAgdG9rZW46IDFYd21rVWhCeE5wd2J3Z3B5TTREUWdVeEJFR0Jhb1ZWeEZ2WlhudHh4dHo1VHlCZG9KWkZiTmlR","content_type":"application/octet-stream","name":"kubeconfig"}' - headers: - Content-Length: - - "1678" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 14:09:03 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - be57d2d1-92bd-4685-899a-c5e8a84062e5 - status: 200 OK - code: 200 - duration: 87.665875ms - - id: 73 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/versions - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 4962 - uncompressed: false - body: '{"versions":[{"available_admission_plugins":["AlwaysPullImages","PodNodeSelector","PodTolerationRestriction"],"available_cnis":["cilium","cilium_native","calico","kilo","none"],"available_container_runtimes":["containerd"],"available_feature_gates":["HPAScaleToZero","CPUManagerPolicyAlphaOptions","ImageVolume"],"available_kubelet_args":{"containerLogMaxFiles":"uint16","containerLogMaxSize":"quantity","cpuCFSQuota":"bool","cpuCFSQuotaPeriod":"duration","cpuManagerPolicy":"enum:none|static","cpuManagerPolicyOptions":"map[string]string","enableDebuggingHandlers":"bool","evictionHard":"map[string]string","evictionMinimumReclaim":"map[string]string","imageGCHighThresholdPercent":"uint32","imageGCLowThresholdPercent":"uint32","maxParallelImagePulls":"int32","maxPods":"uint16","registryBurst":"int32","registryPullQPS":"int32","serializeImagePulls":"bool"},"label":"Kubernetes 1.34.1","name":"1.34.1","region":"fr-par"},{"available_admission_plugins":["AlwaysPullImages","PodNodeSelector","PodTolerationRestriction"],"available_cnis":["cilium","calico","kilo","none"],"available_container_runtimes":["containerd"],"available_feature_gates":["HPAScaleToZero","DRAAdminAccess","DynamicResourceAllocation","PodLevelResources","CPUManagerPolicyAlphaOptions","ImageVolume"],"available_kubelet_args":{"containerLogMaxFiles":"uint16","containerLogMaxSize":"quantity","cpuCFSQuota":"bool","cpuCFSQuotaPeriod":"duration","cpuManagerPolicy":"enum:none|static","cpuManagerPolicyOptions":"map[string]string","enableDebuggingHandlers":"bool","evictionHard":"map[string]string","evictionMinimumReclaim":"map[string]string","imageGCHighThresholdPercent":"uint32","imageGCLowThresholdPercent":"uint32","maxParallelImagePulls":"int32","maxPods":"uint16","registryBurst":"int32","registryPullQPS":"int32","serializeImagePulls":"bool"},"label":"Kubernetes 1.33.4","name":"1.33.4","region":"fr-par"},{"available_admission_plugins":["AlwaysPullImages","PodNodeSelector","PodTolerationRestriction"],"available_cnis":["cilium","calico","kilo","none"],"available_container_runtimes":["containerd"],"available_feature_gates":["HPAScaleToZero","InPlacePodVerticalScaling","SidecarContainers","DRAAdminAccess","DRAResourceClaimDeviceStatus","DynamicResourceAllocation","PodLevelResources","CPUManagerPolicyAlphaOptions","ImageVolume"],"available_kubelet_args":{"containerLogMaxFiles":"uint16","containerLogMaxSize":"quantity","cpuCFSQuota":"bool","cpuCFSQuotaPeriod":"duration","cpuManagerPolicy":"enum:none|static","cpuManagerPolicyOptions":"map[string]string","enableDebuggingHandlers":"bool","evictionHard":"map[string]string","evictionMinimumReclaim":"map[string]string","imageGCHighThresholdPercent":"uint32","imageGCLowThresholdPercent":"uint32","maxParallelImagePulls":"int32","maxPods":"uint16","registryBurst":"int32","registryPullQPS":"int32","serializeImagePulls":"bool"},"label":"Kubernetes 1.32.8","name":"1.32.8","region":"fr-par"},{"available_admission_plugins":["AlwaysPullImages","PodNodeSelector","PodTolerationRestriction"],"available_cnis":["cilium","calico","kilo","none"],"available_container_runtimes":["containerd"],"available_feature_gates":["HPAScaleToZero","InPlacePodVerticalScaling","SidecarContainers","CPUManagerPolicyAlphaOptions","ImageVolume"],"available_kubelet_args":{"containerLogMaxFiles":"uint16","containerLogMaxSize":"quantity","cpuCFSQuota":"bool","cpuCFSQuotaPeriod":"duration","cpuManagerPolicy":"enum:none|static","cpuManagerPolicyOptions":"map[string]string","enableDebuggingHandlers":"bool","evictionHard":"map[string]string","evictionMinimumReclaim":"map[string]string","imageGCHighThresholdPercent":"uint32","imageGCLowThresholdPercent":"uint32","maxParallelImagePulls":"int32","maxPods":"uint16","registryBurst":"int32","registryPullQPS":"int32","serializeImagePulls":"bool"},"label":"Kubernetes 1.31.12","name":"1.31.12","region":"fr-par"},{"available_admission_plugins":["AlwaysPullImages","PodNodeSelector","PodTolerationRestriction"],"available_cnis":["cilium","calico","kilo","none"],"available_container_runtimes":["containerd"],"available_feature_gates":["HPAScaleToZero","SidecarContainers","InPlacePodVerticalScaling","CPUManagerPolicyAlphaOptions"],"available_kubelet_args":{"containerLogMaxFiles":"uint16","containerLogMaxSize":"quantity","cpuCFSQuota":"bool","cpuCFSQuotaPeriod":"duration","cpuManagerPolicy":"enum:none|static","cpuManagerPolicyOptions":"map[string]string","enableDebuggingHandlers":"bool","evictionHard":"map[string]string","evictionMinimumReclaim":"map[string]string","imageGCHighThresholdPercent":"uint32","imageGCLowThresholdPercent":"uint32","maxParallelImagePulls":"int32","maxPods":"uint16","registryBurst":"int32","registryPullQPS":"int32","serializeImagePulls":"bool"},"label":"Kubernetes 1.30.14","name":"1.30.14","region":"fr-par"}]}' - headers: - Content-Length: - - "4962" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 14:09:03 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - af932206-7e5b-4ab3-895d-c51d99f576b5 - status: 200 OK - code: 200 - duration: 22.848708ms - - id: 74 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/b5256091-67fe-4d67-b8ce-8145f469e04f - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1611 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://b5256091-67fe-4d67-b8ce-8145f469e04f.api.k8s.fr-par.scw.cloud:6443","cni":"calico","commitment_ends_at":"2025-09-30T14:08:40.212660Z","created_at":"2025-09-30T14:08:40.212652Z","description":"","dns_wildcard":"*.b5256091-67fe-4d67-b8ce-8145f469e04f.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"be6995cd-5253-4278-810a-cb450a30893f","id":"b5256091-67fe-4d67-b8ce-8145f469e04f","name":"test-auto-upgrade","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":"8c7b7682-eab4-49e3-b597-20c0a425926e","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"","service_dns_ip":"","status":"pool_required","tags":["terraform-test","scaleway_k8s_cluster","auto_upgrade"],"type":"kapsule","updated_at":"2025-09-30T14:09:02.060430Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1611" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 14:09:03 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 4a133426-2ccf-4c3e-9664-d09cd152d7e5 - status: 200 OK - code: 200 - duration: 90.702667ms - - id: 75 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 620 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: '{"autoscaler_config":{"scale_down_disabled":null,"scale_down_delay_after_add":null,"estimator":"unknown_estimator","expander":"unknown_expander","ignore_daemonsets_utilization":null,"balance_similar_node_groups":null,"expendable_pods_priority_cutoff":null,"scale_down_unneeded_time":null,"scale_down_utilization_threshold":null,"max_graceful_termination_sec":null},"auto_upgrade":{"enable":true,"maintenance_window":{"start_hour":3,"day":"tuesday"}},"open_id_connect_config":{"issuer_url":null,"client_id":null,"username_claim":null,"username_prefix":null,"groups_claim":null,"groups_prefix":null,"required_claim":null}}' - form: {} - headers: - Content-Type: - - application/json - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/b5256091-67fe-4d67-b8ce-8145f469e04f - method: PATCH - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1645 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":true,"maintenance_window":{"day":"tuesday","start_hour":3}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://b5256091-67fe-4d67-b8ce-8145f469e04f.api.k8s.fr-par.scw.cloud:6443","cni":"calico","commitment_ends_at":"2025-09-30T14:08:40.212660Z","created_at":"2025-09-30T14:08:40.212652Z","description":"","dns_wildcard":"*.b5256091-67fe-4d67-b8ce-8145f469e04f.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"be6995cd-5253-4278-810a-cb450a30893f","id":"b5256091-67fe-4d67-b8ce-8145f469e04f","name":"test-auto-upgrade","new_images_enabled":false,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"100.64.0.0/15","private_network_id":"8c7b7682-eab4-49e3-b597-20c0a425926e","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"10.32.0.0/20","service_dns_ip":"10.32.0.10","status":"updating","tags":["terraform-test","scaleway_k8s_cluster","auto_upgrade"],"type":"kapsule","updated_at":"2025-09-30T14:09:03.861724Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1645" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 14:09:03 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - a61d72ac-dce0-41b7-b50a-b5330e0dbb39 - status: 200 OK - code: 200 - duration: 104.24875ms - - id: 76 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/b5256091-67fe-4d67-b8ce-8145f469e04f - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1614 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":true,"maintenance_window":{"day":"tuesday","start_hour":3}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://b5256091-67fe-4d67-b8ce-8145f469e04f.api.k8s.fr-par.scw.cloud:6443","cni":"calico","commitment_ends_at":"2025-09-30T14:08:40.212660Z","created_at":"2025-09-30T14:08:40.212652Z","description":"","dns_wildcard":"*.b5256091-67fe-4d67-b8ce-8145f469e04f.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"be6995cd-5253-4278-810a-cb450a30893f","id":"b5256091-67fe-4d67-b8ce-8145f469e04f","name":"test-auto-upgrade","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":"8c7b7682-eab4-49e3-b597-20c0a425926e","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"","service_dns_ip":"","status":"pool_required","tags":["terraform-test","scaleway_k8s_cluster","auto_upgrade"],"type":"kapsule","updated_at":"2025-09-30T14:09:03.892887Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1614" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 14:09:03 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 3ce9cfb4-fc7c-4e63-ae60-22c027b4b9ec - status: 200 OK - code: 200 - duration: 85.457209ms - - id: 77 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/b5256091-67fe-4d67-b8ce-8145f469e04f - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1614 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":true,"maintenance_window":{"day":"tuesday","start_hour":3}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://b5256091-67fe-4d67-b8ce-8145f469e04f.api.k8s.fr-par.scw.cloud:6443","cni":"calico","commitment_ends_at":"2025-09-30T14:08:40.212660Z","created_at":"2025-09-30T14:08:40.212652Z","description":"","dns_wildcard":"*.b5256091-67fe-4d67-b8ce-8145f469e04f.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"be6995cd-5253-4278-810a-cb450a30893f","id":"b5256091-67fe-4d67-b8ce-8145f469e04f","name":"test-auto-upgrade","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":"8c7b7682-eab4-49e3-b597-20c0a425926e","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"","service_dns_ip":"","status":"pool_required","tags":["terraform-test","scaleway_k8s_cluster","auto_upgrade"],"type":"kapsule","updated_at":"2025-09-30T14:09:03.892887Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1614" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 14:09:04 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 5a5190a5-7454-48f9-b331-f363e35206e4 - status: 200 OK - code: 200 - duration: 93.093209ms - - id: 78 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/b5256091-67fe-4d67-b8ce-8145f469e04f/kubeconfig - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1678 - uncompressed: false - body: '{"content":"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogInRlc3QtYXV0by11cGdyYWRlIgogIGNsdXN0ZXI6CiAgICBjZXJ0aWZpY2F0ZS1hdXRob3JpdHktZGF0YTogTFMwdExTMUNSVWRKVGlCRFJWSlVTVVpKUTBGVVJTMHRMUzB0Q2sxSlNVSllSRU5EUVZGSFowRjNTVUpCWjBsQ1FVUkJTMEpuWjNGb2EycFBVRkZSUkVGcVFWWk5VazEzUlZGWlJGWlJVVVJGZDNCeVpGZEtiR050Tld3S1pFZFdlazFDTkZoRVZFa3hUVVJyZVU5VVJUQk5SR2N3VFVadldFUlVUVEZOUkd0NVQxUkZNRTFFWnpCTlJtOTNSbFJGVkUxQ1JVZEJNVlZGUVhoTlN3cGhNMVpwV2xoS2RWcFlVbXhqZWtKYVRVSk5SMEo1Y1VkVFRUUTVRV2RGUjBORGNVZFRUVFE1UVhkRlNFRXdTVUZDVDJsdFlqTkZhalZITm1WVlptcFpDbkJuV0c5T2VXSTJaVTB6V1dObFlUUkpjSEU1ZEVGbE1FeE1WekZrV2poblVtWmFUM29yZUM5RldFRmhhSE5NVUVab1dHcE9iVXRDUjNaU2MwOURhWElLYVhkT2VqZEpaV3BSYWtKQlRVRTBSMEV4VldSRWQwVkNMM2RSUlVGM1NVTndSRUZRUW1kT1ZraFNUVUpCWmpoRlFsUkJSRUZSU0M5TlFqQkhRVEZWWkFwRVoxRlhRa0pUZUVSM0szYzVOWGRtVlZOVE1XWTFRblpST0ZsV1ozVlNjRlJFUVV0Q1oyZHhhR3RxVDFCUlVVUkJaMDVLUVVSQ1IwRnBSVUZ3VjJVdkNrNVhaSEZpTjBkTk9ISmlUVWhNWkZST2QyUlJOalUxSzNGNWVqUXdSelZLVkVsWVMzQXJVVU5KVVVOaGJHSkZlV3hIZGxaQldXZzVWMUZUZFVKNmFHRUthWGx5V0dKaldXaFJZME51YlhRMWRsSjNTM2xZZHowOUNpMHRMUzB0UlU1RUlFTkZVbFJKUmtsRFFWUkZMUzB0TFMwSwogICAgc2VydmVyOiBodHRwczovL2I1MjU2MDkxLTY3ZmUtNGQ2Ny1iOGNlLTgxNDVmNDY5ZTA0Zi5hcGkuazhzLmZyLXBhci5zY3cuY2xvdWQ6NjQ0Mwpjb250ZXh0czoKLSBuYW1lOiBhZG1pbkB0ZXN0LWF1dG8tdXBncmFkZQogIGNvbnRleHQ6CiAgICBjbHVzdGVyOiAidGVzdC1hdXRvLXVwZ3JhZGUiCiAgICB1c2VyOiB0ZXN0LWF1dG8tdXBncmFkZS1hZG1pbgpjdXJyZW50LWNvbnRleHQ6IGFkbWluQHRlc3QtYXV0by11cGdyYWRlCmtpbmQ6IENvbmZpZwpwcmVmZXJlbmNlczoge30KdXNlcnM6Ci0gbmFtZTogdGVzdC1hdXRvLXVwZ3JhZGUtYWRtaW4KICB1c2VyOgogICAgdG9rZW46IDFYd21rVWhCeE5wd2J3Z3B5TTREUWdVeEJFR0Jhb1ZWeEZ2WlhudHh4dHo1VHlCZG9KWkZiTmlR","content_type":"application/octet-stream","name":"kubeconfig"}' - headers: - Content-Length: - - "1678" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 14:09:04 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - badf04b3-450d-4ee8-8449-6712ecb7f59e - status: 200 OK - code: 200 - duration: 107.835542ms - - id: 79 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/b5256091-67fe-4d67-b8ce-8145f469e04f - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1614 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":true,"maintenance_window":{"day":"tuesday","start_hour":3}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://b5256091-67fe-4d67-b8ce-8145f469e04f.api.k8s.fr-par.scw.cloud:6443","cni":"calico","commitment_ends_at":"2025-09-30T14:08:40.212660Z","created_at":"2025-09-30T14:08:40.212652Z","description":"","dns_wildcard":"*.b5256091-67fe-4d67-b8ce-8145f469e04f.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"be6995cd-5253-4278-810a-cb450a30893f","id":"b5256091-67fe-4d67-b8ce-8145f469e04f","name":"test-auto-upgrade","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":"8c7b7682-eab4-49e3-b597-20c0a425926e","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"","service_dns_ip":"","status":"pool_required","tags":["terraform-test","scaleway_k8s_cluster","auto_upgrade"],"type":"kapsule","updated_at":"2025-09-30T14:09:03.892887Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1614" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 14:09:04 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 9fb97884-a9ba-48b4-b09b-5e3ca8d95bd0 - status: 200 OK - code: 200 - duration: 103.549375ms - - id: 80 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/fr-par/vpcs/cab1333e-6709-4caa-889e-c68e2379734a - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 431 - uncompressed: false - body: '{"created_at":"2025-09-30T14:08:38.965021Z","custom_routes_propagation_enabled":true,"id":"cab1333e-6709-4caa-889e-c68e2379734a","is_default":false,"name":"testAccCheckK8SClusterAutoUpgrade","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","private_network_count":1,"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","routing_enabled":true,"tags":[],"updated_at":"2025-09-30T14:08:38.965021Z"}' - headers: - Content-Length: - - "431" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 14:09:04 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 0c70980e-fdff-435c-ab36-63d8b59ce778 - status: 200 OK - code: 200 - duration: 28.801458ms - - id: 81 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks/8c7b7682-eab4-49e3-b597-20c0a425926e - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1088 - uncompressed: false - body: '{"created_at":"2025-09-30T14:08:39.155239Z","default_route_propagation_enabled":false,"dhcp_enabled":true,"id":"8c7b7682-eab4-49e3-b597-20c0a425926e","name":"test-auto-upgrade","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","subnets":[{"created_at":"2025-09-30T14:08:39.155239Z","id":"7dea2fc4-7f75-4ef6-9613-1c02220b34c0","private_network_id":"8c7b7682-eab4-49e3-b597-20c0a425926e","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","subnet":"172.17.148.0/22","updated_at":"2025-09-30T14:08:39.155239Z","vpc_id":"cab1333e-6709-4caa-889e-c68e2379734a"},{"created_at":"2025-09-30T14:08:39.155239Z","id":"87483877-27b6-4707-b634-334f9e4ea592","private_network_id":"8c7b7682-eab4-49e3-b597-20c0a425926e","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","subnet":"fd5f:519c:6d46:3569::/64","updated_at":"2025-09-30T14:08:39.155239Z","vpc_id":"cab1333e-6709-4caa-889e-c68e2379734a"}],"tags":[],"updated_at":"2025-09-30T14:08:39.155239Z","vpc_id":"cab1333e-6709-4caa-889e-c68e2379734a"}' - headers: - Content-Length: - - "1088" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 14:09:04 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 1814c27d-9544-47a4-b651-552ef8530f58 - status: 200 OK - code: 200 - duration: 28.973708ms - - id: 82 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/b5256091-67fe-4d67-b8ce-8145f469e04f - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1614 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":true,"maintenance_window":{"day":"tuesday","start_hour":3}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://b5256091-67fe-4d67-b8ce-8145f469e04f.api.k8s.fr-par.scw.cloud:6443","cni":"calico","commitment_ends_at":"2025-09-30T14:08:40.212660Z","created_at":"2025-09-30T14:08:40.212652Z","description":"","dns_wildcard":"*.b5256091-67fe-4d67-b8ce-8145f469e04f.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"be6995cd-5253-4278-810a-cb450a30893f","id":"b5256091-67fe-4d67-b8ce-8145f469e04f","name":"test-auto-upgrade","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":"8c7b7682-eab4-49e3-b597-20c0a425926e","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"","service_dns_ip":"","status":"pool_required","tags":["terraform-test","scaleway_k8s_cluster","auto_upgrade"],"type":"kapsule","updated_at":"2025-09-30T14:09:03.892887Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1614" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 14:09:04 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 295cea4d-e5e3-47b5-893b-d6274e35ad5a - status: 200 OK - code: 200 - duration: 85.018291ms - - id: 83 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/b5256091-67fe-4d67-b8ce-8145f469e04f/kubeconfig - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1678 - uncompressed: false - body: '{"content":"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogInRlc3QtYXV0by11cGdyYWRlIgogIGNsdXN0ZXI6CiAgICBjZXJ0aWZpY2F0ZS1hdXRob3JpdHktZGF0YTogTFMwdExTMUNSVWRKVGlCRFJWSlVTVVpKUTBGVVJTMHRMUzB0Q2sxSlNVSllSRU5EUVZGSFowRjNTVUpCWjBsQ1FVUkJTMEpuWjNGb2EycFBVRkZSUkVGcVFWWk5VazEzUlZGWlJGWlJVVVJGZDNCeVpGZEtiR050Tld3S1pFZFdlazFDTkZoRVZFa3hUVVJyZVU5VVJUQk5SR2N3VFVadldFUlVUVEZOUkd0NVQxUkZNRTFFWnpCTlJtOTNSbFJGVkUxQ1JVZEJNVlZGUVhoTlN3cGhNMVpwV2xoS2RWcFlVbXhqZWtKYVRVSk5SMEo1Y1VkVFRUUTVRV2RGUjBORGNVZFRUVFE1UVhkRlNFRXdTVUZDVDJsdFlqTkZhalZITm1WVlptcFpDbkJuV0c5T2VXSTJaVTB6V1dObFlUUkpjSEU1ZEVGbE1FeE1WekZrV2poblVtWmFUM29yZUM5RldFRmhhSE5NVUVab1dHcE9iVXRDUjNaU2MwOURhWElLYVhkT2VqZEpaV3BSYWtKQlRVRTBSMEV4VldSRWQwVkNMM2RSUlVGM1NVTndSRUZRUW1kT1ZraFNUVUpCWmpoRlFsUkJSRUZSU0M5TlFqQkhRVEZWWkFwRVoxRlhRa0pUZUVSM0szYzVOWGRtVlZOVE1XWTFRblpST0ZsV1ozVlNjRlJFUVV0Q1oyZHhhR3RxVDFCUlVVUkJaMDVLUVVSQ1IwRnBSVUZ3VjJVdkNrNVhaSEZpTjBkTk9ISmlUVWhNWkZST2QyUlJOalUxSzNGNWVqUXdSelZLVkVsWVMzQXJVVU5KVVVOaGJHSkZlV3hIZGxaQldXZzVWMUZUZFVKNmFHRUthWGx5V0dKaldXaFJZME51YlhRMWRsSjNTM2xZZHowOUNpMHRMUzB0UlU1RUlFTkZVbFJKUmtsRFFWUkZMUzB0TFMwSwogICAgc2VydmVyOiBodHRwczovL2I1MjU2MDkxLTY3ZmUtNGQ2Ny1iOGNlLTgxNDVmNDY5ZTA0Zi5hcGkuazhzLmZyLXBhci5zY3cuY2xvdWQ6NjQ0Mwpjb250ZXh0czoKLSBuYW1lOiBhZG1pbkB0ZXN0LWF1dG8tdXBncmFkZQogIGNvbnRleHQ6CiAgICBjbHVzdGVyOiAidGVzdC1hdXRvLXVwZ3JhZGUiCiAgICB1c2VyOiB0ZXN0LWF1dG8tdXBncmFkZS1hZG1pbgpjdXJyZW50LWNvbnRleHQ6IGFkbWluQHRlc3QtYXV0by11cGdyYWRlCmtpbmQ6IENvbmZpZwpwcmVmZXJlbmNlczoge30KdXNlcnM6Ci0gbmFtZTogdGVzdC1hdXRvLXVwZ3JhZGUtYWRtaW4KICB1c2VyOgogICAgdG9rZW46IDFYd21rVWhCeE5wd2J3Z3B5TTREUWdVeEJFR0Jhb1ZWeEZ2WlhudHh4dHo1VHlCZG9KWkZiTmlR","content_type":"application/octet-stream","name":"kubeconfig"}' - headers: - Content-Length: - - "1678" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 14:09:04 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - c86e5ca1-a352-463e-b94a-0c2089d16024 - status: 200 OK - code: 200 - duration: 77.293875ms - - id: 84 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/fr-par/vpcs/cab1333e-6709-4caa-889e-c68e2379734a - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 431 - uncompressed: false - body: '{"created_at":"2025-09-30T14:08:38.965021Z","custom_routes_propagation_enabled":true,"id":"cab1333e-6709-4caa-889e-c68e2379734a","is_default":false,"name":"testAccCheckK8SClusterAutoUpgrade","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","private_network_count":1,"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","routing_enabled":true,"tags":[],"updated_at":"2025-09-30T14:08:38.965021Z"}' - headers: - Content-Length: - - "431" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 14:09:05 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 866a0728-b2f2-4fd0-96b7-4b6be4148b44 - status: 200 OK - code: 200 - duration: 36.299334ms - - id: 85 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks/8c7b7682-eab4-49e3-b597-20c0a425926e - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1088 - uncompressed: false - body: '{"created_at":"2025-09-30T14:08:39.155239Z","default_route_propagation_enabled":false,"dhcp_enabled":true,"id":"8c7b7682-eab4-49e3-b597-20c0a425926e","name":"test-auto-upgrade","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","subnets":[{"created_at":"2025-09-30T14:08:39.155239Z","id":"7dea2fc4-7f75-4ef6-9613-1c02220b34c0","private_network_id":"8c7b7682-eab4-49e3-b597-20c0a425926e","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","subnet":"172.17.148.0/22","updated_at":"2025-09-30T14:08:39.155239Z","vpc_id":"cab1333e-6709-4caa-889e-c68e2379734a"},{"created_at":"2025-09-30T14:08:39.155239Z","id":"87483877-27b6-4707-b634-334f9e4ea592","private_network_id":"8c7b7682-eab4-49e3-b597-20c0a425926e","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","subnet":"fd5f:519c:6d46:3569::/64","updated_at":"2025-09-30T14:08:39.155239Z","vpc_id":"cab1333e-6709-4caa-889e-c68e2379734a"}],"tags":[],"updated_at":"2025-09-30T14:08:39.155239Z","vpc_id":"cab1333e-6709-4caa-889e-c68e2379734a"}' - headers: - Content-Length: - - "1088" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 14:09:05 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 55026e4b-bc85-46b1-a203-73764e7603bd - status: 200 OK - code: 200 - duration: 25.218125ms - - id: 86 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/b5256091-67fe-4d67-b8ce-8145f469e04f - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1614 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":true,"maintenance_window":{"day":"tuesday","start_hour":3}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://b5256091-67fe-4d67-b8ce-8145f469e04f.api.k8s.fr-par.scw.cloud:6443","cni":"calico","commitment_ends_at":"2025-09-30T14:08:40.212660Z","created_at":"2025-09-30T14:08:40.212652Z","description":"","dns_wildcard":"*.b5256091-67fe-4d67-b8ce-8145f469e04f.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"be6995cd-5253-4278-810a-cb450a30893f","id":"b5256091-67fe-4d67-b8ce-8145f469e04f","name":"test-auto-upgrade","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":"8c7b7682-eab4-49e3-b597-20c0a425926e","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"","service_dns_ip":"","status":"pool_required","tags":["terraform-test","scaleway_k8s_cluster","auto_upgrade"],"type":"kapsule","updated_at":"2025-09-30T14:09:04.848653Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1614" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 14:09:05 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - cdc8c071-c6e2-46b9-844b-c8c1079aaaf1 - status: 200 OK - code: 200 - duration: 82.980708ms - - id: 87 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/b5256091-67fe-4d67-b8ce-8145f469e04f/kubeconfig - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1678 - uncompressed: false - body: '{"content":"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogInRlc3QtYXV0by11cGdyYWRlIgogIGNsdXN0ZXI6CiAgICBjZXJ0aWZpY2F0ZS1hdXRob3JpdHktZGF0YTogTFMwdExTMUNSVWRKVGlCRFJWSlVTVVpKUTBGVVJTMHRMUzB0Q2sxSlNVSllSRU5EUVZGSFowRjNTVUpCWjBsQ1FVUkJTMEpuWjNGb2EycFBVRkZSUkVGcVFWWk5VazEzUlZGWlJGWlJVVVJGZDNCeVpGZEtiR050Tld3S1pFZFdlazFDTkZoRVZFa3hUVVJyZVU5VVJUQk5SR2N3VFVadldFUlVUVEZOUkd0NVQxUkZNRTFFWnpCTlJtOTNSbFJGVkUxQ1JVZEJNVlZGUVhoTlN3cGhNMVpwV2xoS2RWcFlVbXhqZWtKYVRVSk5SMEo1Y1VkVFRUUTVRV2RGUjBORGNVZFRUVFE1UVhkRlNFRXdTVUZDVDJsdFlqTkZhalZITm1WVlptcFpDbkJuV0c5T2VXSTJaVTB6V1dObFlUUkpjSEU1ZEVGbE1FeE1WekZrV2poblVtWmFUM29yZUM5RldFRmhhSE5NVUVab1dHcE9iVXRDUjNaU2MwOURhWElLYVhkT2VqZEpaV3BSYWtKQlRVRTBSMEV4VldSRWQwVkNMM2RSUlVGM1NVTndSRUZRUW1kT1ZraFNUVUpCWmpoRlFsUkJSRUZSU0M5TlFqQkhRVEZWWkFwRVoxRlhRa0pUZUVSM0szYzVOWGRtVlZOVE1XWTFRblpST0ZsV1ozVlNjRlJFUVV0Q1oyZHhhR3RxVDFCUlVVUkJaMDVLUVVSQ1IwRnBSVUZ3VjJVdkNrNVhaSEZpTjBkTk9ISmlUVWhNWkZST2QyUlJOalUxSzNGNWVqUXdSelZLVkVsWVMzQXJVVU5KVVVOaGJHSkZlV3hIZGxaQldXZzVWMUZUZFVKNmFHRUthWGx5V0dKaldXaFJZME51YlhRMWRsSjNTM2xZZHowOUNpMHRMUzB0UlU1RUlFTkZVbFJKUmtsRFFWUkZMUzB0TFMwSwogICAgc2VydmVyOiBodHRwczovL2I1MjU2MDkxLTY3ZmUtNGQ2Ny1iOGNlLTgxNDVmNDY5ZTA0Zi5hcGkuazhzLmZyLXBhci5zY3cuY2xvdWQ6NjQ0Mwpjb250ZXh0czoKLSBuYW1lOiBhZG1pbkB0ZXN0LWF1dG8tdXBncmFkZQogIGNvbnRleHQ6CiAgICBjbHVzdGVyOiAidGVzdC1hdXRvLXVwZ3JhZGUiCiAgICB1c2VyOiB0ZXN0LWF1dG8tdXBncmFkZS1hZG1pbgpjdXJyZW50LWNvbnRleHQ6IGFkbWluQHRlc3QtYXV0by11cGdyYWRlCmtpbmQ6IENvbmZpZwpwcmVmZXJlbmNlczoge30KdXNlcnM6Ci0gbmFtZTogdGVzdC1hdXRvLXVwZ3JhZGUtYWRtaW4KICB1c2VyOgogICAgdG9rZW46IDFYd21rVWhCeE5wd2J3Z3B5TTREUWdVeEJFR0Jhb1ZWeEZ2WlhudHh4dHo1VHlCZG9KWkZiTmlR","content_type":"application/octet-stream","name":"kubeconfig"}' - headers: - Content-Length: - - "1678" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 14:09:05 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 2e0c9427-d2c9-4242-bffc-5d0a76c1b5b8 - status: 200 OK - code: 200 - duration: 91.908833ms - - id: 88 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/versions - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 4962 - uncompressed: false - body: '{"versions":[{"available_admission_plugins":["AlwaysPullImages","PodNodeSelector","PodTolerationRestriction"],"available_cnis":["cilium","cilium_native","calico","kilo","none"],"available_container_runtimes":["containerd"],"available_feature_gates":["HPAScaleToZero","CPUManagerPolicyAlphaOptions","ImageVolume"],"available_kubelet_args":{"containerLogMaxFiles":"uint16","containerLogMaxSize":"quantity","cpuCFSQuota":"bool","cpuCFSQuotaPeriod":"duration","cpuManagerPolicy":"enum:none|static","cpuManagerPolicyOptions":"map[string]string","enableDebuggingHandlers":"bool","evictionHard":"map[string]string","evictionMinimumReclaim":"map[string]string","imageGCHighThresholdPercent":"uint32","imageGCLowThresholdPercent":"uint32","maxParallelImagePulls":"int32","maxPods":"uint16","registryBurst":"int32","registryPullQPS":"int32","serializeImagePulls":"bool"},"label":"Kubernetes 1.34.1","name":"1.34.1","region":"fr-par"},{"available_admission_plugins":["AlwaysPullImages","PodNodeSelector","PodTolerationRestriction"],"available_cnis":["cilium","calico","kilo","none"],"available_container_runtimes":["containerd"],"available_feature_gates":["HPAScaleToZero","DRAAdminAccess","DynamicResourceAllocation","PodLevelResources","CPUManagerPolicyAlphaOptions","ImageVolume"],"available_kubelet_args":{"containerLogMaxFiles":"uint16","containerLogMaxSize":"quantity","cpuCFSQuota":"bool","cpuCFSQuotaPeriod":"duration","cpuManagerPolicy":"enum:none|static","cpuManagerPolicyOptions":"map[string]string","enableDebuggingHandlers":"bool","evictionHard":"map[string]string","evictionMinimumReclaim":"map[string]string","imageGCHighThresholdPercent":"uint32","imageGCLowThresholdPercent":"uint32","maxParallelImagePulls":"int32","maxPods":"uint16","registryBurst":"int32","registryPullQPS":"int32","serializeImagePulls":"bool"},"label":"Kubernetes 1.33.4","name":"1.33.4","region":"fr-par"},{"available_admission_plugins":["AlwaysPullImages","PodNodeSelector","PodTolerationRestriction"],"available_cnis":["cilium","calico","kilo","none"],"available_container_runtimes":["containerd"],"available_feature_gates":["HPAScaleToZero","InPlacePodVerticalScaling","SidecarContainers","DRAAdminAccess","DRAResourceClaimDeviceStatus","DynamicResourceAllocation","PodLevelResources","CPUManagerPolicyAlphaOptions","ImageVolume"],"available_kubelet_args":{"containerLogMaxFiles":"uint16","containerLogMaxSize":"quantity","cpuCFSQuota":"bool","cpuCFSQuotaPeriod":"duration","cpuManagerPolicy":"enum:none|static","cpuManagerPolicyOptions":"map[string]string","enableDebuggingHandlers":"bool","evictionHard":"map[string]string","evictionMinimumReclaim":"map[string]string","imageGCHighThresholdPercent":"uint32","imageGCLowThresholdPercent":"uint32","maxParallelImagePulls":"int32","maxPods":"uint16","registryBurst":"int32","registryPullQPS":"int32","serializeImagePulls":"bool"},"label":"Kubernetes 1.32.8","name":"1.32.8","region":"fr-par"},{"available_admission_plugins":["AlwaysPullImages","PodNodeSelector","PodTolerationRestriction"],"available_cnis":["cilium","calico","kilo","none"],"available_container_runtimes":["containerd"],"available_feature_gates":["HPAScaleToZero","InPlacePodVerticalScaling","SidecarContainers","CPUManagerPolicyAlphaOptions","ImageVolume"],"available_kubelet_args":{"containerLogMaxFiles":"uint16","containerLogMaxSize":"quantity","cpuCFSQuota":"bool","cpuCFSQuotaPeriod":"duration","cpuManagerPolicy":"enum:none|static","cpuManagerPolicyOptions":"map[string]string","enableDebuggingHandlers":"bool","evictionHard":"map[string]string","evictionMinimumReclaim":"map[string]string","imageGCHighThresholdPercent":"uint32","imageGCLowThresholdPercent":"uint32","maxParallelImagePulls":"int32","maxPods":"uint16","registryBurst":"int32","registryPullQPS":"int32","serializeImagePulls":"bool"},"label":"Kubernetes 1.31.12","name":"1.31.12","region":"fr-par"},{"available_admission_plugins":["AlwaysPullImages","PodNodeSelector","PodTolerationRestriction"],"available_cnis":["cilium","calico","kilo","none"],"available_container_runtimes":["containerd"],"available_feature_gates":["HPAScaleToZero","SidecarContainers","InPlacePodVerticalScaling","CPUManagerPolicyAlphaOptions"],"available_kubelet_args":{"containerLogMaxFiles":"uint16","containerLogMaxSize":"quantity","cpuCFSQuota":"bool","cpuCFSQuotaPeriod":"duration","cpuManagerPolicy":"enum:none|static","cpuManagerPolicyOptions":"map[string]string","enableDebuggingHandlers":"bool","evictionHard":"map[string]string","evictionMinimumReclaim":"map[string]string","imageGCHighThresholdPercent":"uint32","imageGCLowThresholdPercent":"uint32","maxParallelImagePulls":"int32","maxPods":"uint16","registryBurst":"int32","registryPullQPS":"int32","serializeImagePulls":"bool"},"label":"Kubernetes 1.30.14","name":"1.30.14","region":"fr-par"}]}' - headers: - Content-Length: - - "4962" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 14:09:05 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 96600927-76b1-4afd-ac55-cd62ad0cda00 - status: 200 OK - code: 200 - duration: 30.512292ms - - id: 89 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 616 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: '{"autoscaler_config":{"scale_down_disabled":null,"scale_down_delay_after_add":null,"estimator":"unknown_estimator","expander":"unknown_expander","ignore_daemonsets_utilization":null,"balance_similar_node_groups":null,"expendable_pods_priority_cutoff":null,"scale_down_unneeded_time":null,"scale_down_utilization_threshold":null,"max_graceful_termination_sec":null},"auto_upgrade":{"enable":null,"maintenance_window":{"start_hour":0,"day":"any"}},"open_id_connect_config":{"issuer_url":null,"client_id":null,"username_claim":null,"username_prefix":null,"groups_claim":null,"groups_prefix":null,"required_claim":null}}' - form: {} - headers: - Content-Type: - - application/json - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/b5256091-67fe-4d67-b8ce-8145f469e04f - method: PATCH - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1641 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":true,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://b5256091-67fe-4d67-b8ce-8145f469e04f.api.k8s.fr-par.scw.cloud:6443","cni":"calico","commitment_ends_at":"2025-09-30T14:08:40.212660Z","created_at":"2025-09-30T14:08:40.212652Z","description":"","dns_wildcard":"*.b5256091-67fe-4d67-b8ce-8145f469e04f.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"be6995cd-5253-4278-810a-cb450a30893f","id":"b5256091-67fe-4d67-b8ce-8145f469e04f","name":"test-auto-upgrade","new_images_enabled":false,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"100.64.0.0/15","private_network_id":"8c7b7682-eab4-49e3-b597-20c0a425926e","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"10.32.0.0/20","service_dns_ip":"10.32.0.10","status":"updating","tags":["terraform-test","scaleway_k8s_cluster","auto_upgrade"],"type":"kapsule","updated_at":"2025-09-30T14:09:05.577528Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1641" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 14:09:05 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 26cd8bd3-3ab4-4c86-b421-7d97d62dff74 - status: 200 OK - code: 200 - duration: 114.091375ms - - id: 90 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/b5256091-67fe-4d67-b8ce-8145f469e04f - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1605 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":true,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://b5256091-67fe-4d67-b8ce-8145f469e04f.api.k8s.fr-par.scw.cloud:6443","cni":"calico","commitment_ends_at":"2025-09-30T14:08:40.212660Z","created_at":"2025-09-30T14:08:40.212652Z","description":"","dns_wildcard":"*.b5256091-67fe-4d67-b8ce-8145f469e04f.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"be6995cd-5253-4278-810a-cb450a30893f","id":"b5256091-67fe-4d67-b8ce-8145f469e04f","name":"test-auto-upgrade","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":"8c7b7682-eab4-49e3-b597-20c0a425926e","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"","service_dns_ip":"","status":"updating","tags":["terraform-test","scaleway_k8s_cluster","auto_upgrade"],"type":"kapsule","updated_at":"2025-09-30T14:09:05.577528Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1605" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 14:09:05 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - d6439093-5ce6-4abf-80e2-250b2719dec1 - status: 200 OK - code: 200 - duration: 111.224583ms - - id: 91 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/b5256091-67fe-4d67-b8ce-8145f469e04f - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1610 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":true,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://b5256091-67fe-4d67-b8ce-8145f469e04f.api.k8s.fr-par.scw.cloud:6443","cni":"calico","commitment_ends_at":"2025-09-30T14:08:40.212660Z","created_at":"2025-09-30T14:08:40.212652Z","description":"","dns_wildcard":"*.b5256091-67fe-4d67-b8ce-8145f469e04f.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"be6995cd-5253-4278-810a-cb450a30893f","id":"b5256091-67fe-4d67-b8ce-8145f469e04f","name":"test-auto-upgrade","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":"8c7b7682-eab4-49e3-b597-20c0a425926e","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"","service_dns_ip":"","status":"pool_required","tags":["terraform-test","scaleway_k8s_cluster","auto_upgrade"],"type":"kapsule","updated_at":"2025-09-30T14:09:05.615788Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1610" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 14:09:10 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 9ddb1359-6c07-4860-a818-c6807a2b2922 - status: 200 OK - code: 200 - duration: 80.428709ms - - id: 92 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/b5256091-67fe-4d67-b8ce-8145f469e04f - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1610 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":true,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://b5256091-67fe-4d67-b8ce-8145f469e04f.api.k8s.fr-par.scw.cloud:6443","cni":"calico","commitment_ends_at":"2025-09-30T14:08:40.212660Z","created_at":"2025-09-30T14:08:40.212652Z","description":"","dns_wildcard":"*.b5256091-67fe-4d67-b8ce-8145f469e04f.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"be6995cd-5253-4278-810a-cb450a30893f","id":"b5256091-67fe-4d67-b8ce-8145f469e04f","name":"test-auto-upgrade","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":"8c7b7682-eab4-49e3-b597-20c0a425926e","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"","service_dns_ip":"","status":"pool_required","tags":["terraform-test","scaleway_k8s_cluster","auto_upgrade"],"type":"kapsule","updated_at":"2025-09-30T14:09:05.615788Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1610" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 14:09:10 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - c7a13465-8013-4f81-833c-a824a199c0cd - status: 200 OK - code: 200 - duration: 88.911792ms - - id: 93 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/b5256091-67fe-4d67-b8ce-8145f469e04f/kubeconfig - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1678 - uncompressed: false - body: '{"content":"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogInRlc3QtYXV0by11cGdyYWRlIgogIGNsdXN0ZXI6CiAgICBjZXJ0aWZpY2F0ZS1hdXRob3JpdHktZGF0YTogTFMwdExTMUNSVWRKVGlCRFJWSlVTVVpKUTBGVVJTMHRMUzB0Q2sxSlNVSllSRU5EUVZGSFowRjNTVUpCWjBsQ1FVUkJTMEpuWjNGb2EycFBVRkZSUkVGcVFWWk5VazEzUlZGWlJGWlJVVVJGZDNCeVpGZEtiR050Tld3S1pFZFdlazFDTkZoRVZFa3hUVVJyZVU5VVJUQk5SR2N3VFVadldFUlVUVEZOUkd0NVQxUkZNRTFFWnpCTlJtOTNSbFJGVkUxQ1JVZEJNVlZGUVhoTlN3cGhNMVpwV2xoS2RWcFlVbXhqZWtKYVRVSk5SMEo1Y1VkVFRUUTVRV2RGUjBORGNVZFRUVFE1UVhkRlNFRXdTVUZDVDJsdFlqTkZhalZITm1WVlptcFpDbkJuV0c5T2VXSTJaVTB6V1dObFlUUkpjSEU1ZEVGbE1FeE1WekZrV2poblVtWmFUM29yZUM5RldFRmhhSE5NVUVab1dHcE9iVXRDUjNaU2MwOURhWElLYVhkT2VqZEpaV3BSYWtKQlRVRTBSMEV4VldSRWQwVkNMM2RSUlVGM1NVTndSRUZRUW1kT1ZraFNUVUpCWmpoRlFsUkJSRUZSU0M5TlFqQkhRVEZWWkFwRVoxRlhRa0pUZUVSM0szYzVOWGRtVlZOVE1XWTFRblpST0ZsV1ozVlNjRlJFUVV0Q1oyZHhhR3RxVDFCUlVVUkJaMDVLUVVSQ1IwRnBSVUZ3VjJVdkNrNVhaSEZpTjBkTk9ISmlUVWhNWkZST2QyUlJOalUxSzNGNWVqUXdSelZLVkVsWVMzQXJVVU5KVVVOaGJHSkZlV3hIZGxaQldXZzVWMUZUZFVKNmFHRUthWGx5V0dKaldXaFJZME51YlhRMWRsSjNTM2xZZHowOUNpMHRMUzB0UlU1RUlFTkZVbFJKUmtsRFFWUkZMUzB0TFMwSwogICAgc2VydmVyOiBodHRwczovL2I1MjU2MDkxLTY3ZmUtNGQ2Ny1iOGNlLTgxNDVmNDY5ZTA0Zi5hcGkuazhzLmZyLXBhci5zY3cuY2xvdWQ6NjQ0Mwpjb250ZXh0czoKLSBuYW1lOiBhZG1pbkB0ZXN0LWF1dG8tdXBncmFkZQogIGNvbnRleHQ6CiAgICBjbHVzdGVyOiAidGVzdC1hdXRvLXVwZ3JhZGUiCiAgICB1c2VyOiB0ZXN0LWF1dG8tdXBncmFkZS1hZG1pbgpjdXJyZW50LWNvbnRleHQ6IGFkbWluQHRlc3QtYXV0by11cGdyYWRlCmtpbmQ6IENvbmZpZwpwcmVmZXJlbmNlczoge30KdXNlcnM6Ci0gbmFtZTogdGVzdC1hdXRvLXVwZ3JhZGUtYWRtaW4KICB1c2VyOgogICAgdG9rZW46IDFYd21rVWhCeE5wd2J3Z3B5TTREUWdVeEJFR0Jhb1ZWeEZ2WlhudHh4dHo1VHlCZG9KWkZiTmlR","content_type":"application/octet-stream","name":"kubeconfig"}' - headers: - Content-Length: - - "1678" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 14:09:10 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - f92a1e55-8280-4905-ad46-2957e88c679e - status: 200 OK - code: 200 - duration: 91.419708ms - - id: 94 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/b5256091-67fe-4d67-b8ce-8145f469e04f - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1610 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":true,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://b5256091-67fe-4d67-b8ce-8145f469e04f.api.k8s.fr-par.scw.cloud:6443","cni":"calico","commitment_ends_at":"2025-09-30T14:08:40.212660Z","created_at":"2025-09-30T14:08:40.212652Z","description":"","dns_wildcard":"*.b5256091-67fe-4d67-b8ce-8145f469e04f.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"be6995cd-5253-4278-810a-cb450a30893f","id":"b5256091-67fe-4d67-b8ce-8145f469e04f","name":"test-auto-upgrade","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":"8c7b7682-eab4-49e3-b597-20c0a425926e","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"","service_dns_ip":"","status":"pool_required","tags":["terraform-test","scaleway_k8s_cluster","auto_upgrade"],"type":"kapsule","updated_at":"2025-09-30T14:09:05.615788Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1610" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 14:09:11 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - c01a8252-cc7d-44c3-a459-e71f42c97674 - status: 200 OK - code: 200 - duration: 91.991416ms - - id: 95 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/fr-par/vpcs/cab1333e-6709-4caa-889e-c68e2379734a - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 431 - uncompressed: false - body: '{"created_at":"2025-09-30T14:08:38.965021Z","custom_routes_propagation_enabled":true,"id":"cab1333e-6709-4caa-889e-c68e2379734a","is_default":false,"name":"testAccCheckK8SClusterAutoUpgrade","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","private_network_count":1,"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","routing_enabled":true,"tags":[],"updated_at":"2025-09-30T14:08:38.965021Z"}' - headers: - Content-Length: - - "431" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 14:09:11 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - cba118ff-0823-4052-bbd6-c30432aa5af3 - status: 200 OK - code: 200 - duration: 26.822958ms - - id: 96 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks/8c7b7682-eab4-49e3-b597-20c0a425926e - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1088 - uncompressed: false - body: '{"created_at":"2025-09-30T14:08:39.155239Z","default_route_propagation_enabled":false,"dhcp_enabled":true,"id":"8c7b7682-eab4-49e3-b597-20c0a425926e","name":"test-auto-upgrade","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","subnets":[{"created_at":"2025-09-30T14:08:39.155239Z","id":"7dea2fc4-7f75-4ef6-9613-1c02220b34c0","private_network_id":"8c7b7682-eab4-49e3-b597-20c0a425926e","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","subnet":"172.17.148.0/22","updated_at":"2025-09-30T14:08:39.155239Z","vpc_id":"cab1333e-6709-4caa-889e-c68e2379734a"},{"created_at":"2025-09-30T14:08:39.155239Z","id":"87483877-27b6-4707-b634-334f9e4ea592","private_network_id":"8c7b7682-eab4-49e3-b597-20c0a425926e","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","subnet":"fd5f:519c:6d46:3569::/64","updated_at":"2025-09-30T14:08:39.155239Z","vpc_id":"cab1333e-6709-4caa-889e-c68e2379734a"}],"tags":[],"updated_at":"2025-09-30T14:08:39.155239Z","vpc_id":"cab1333e-6709-4caa-889e-c68e2379734a"}' - headers: - Content-Length: - - "1088" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 14:09:11 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - d067c937-8e3e-4d29-b062-d434aedac0a3 - status: 200 OK - code: 200 - duration: 27.128959ms - - id: 97 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/b5256091-67fe-4d67-b8ce-8145f469e04f - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1610 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":true,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://b5256091-67fe-4d67-b8ce-8145f469e04f.api.k8s.fr-par.scw.cloud:6443","cni":"calico","commitment_ends_at":"2025-09-30T14:08:40.212660Z","created_at":"2025-09-30T14:08:40.212652Z","description":"","dns_wildcard":"*.b5256091-67fe-4d67-b8ce-8145f469e04f.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"be6995cd-5253-4278-810a-cb450a30893f","id":"b5256091-67fe-4d67-b8ce-8145f469e04f","name":"test-auto-upgrade","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":"8c7b7682-eab4-49e3-b597-20c0a425926e","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"","service_dns_ip":"","status":"pool_required","tags":["terraform-test","scaleway_k8s_cluster","auto_upgrade"],"type":"kapsule","updated_at":"2025-09-30T14:09:05.615788Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1610" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 14:09:11 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 40a41f80-7588-4d08-aa73-c01314a9c805 - status: 200 OK - code: 200 - duration: 81.414583ms - - id: 98 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/b5256091-67fe-4d67-b8ce-8145f469e04f/kubeconfig - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1678 - uncompressed: false - body: '{"content":"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogInRlc3QtYXV0by11cGdyYWRlIgogIGNsdXN0ZXI6CiAgICBjZXJ0aWZpY2F0ZS1hdXRob3JpdHktZGF0YTogTFMwdExTMUNSVWRKVGlCRFJWSlVTVVpKUTBGVVJTMHRMUzB0Q2sxSlNVSllSRU5EUVZGSFowRjNTVUpCWjBsQ1FVUkJTMEpuWjNGb2EycFBVRkZSUkVGcVFWWk5VazEzUlZGWlJGWlJVVVJGZDNCeVpGZEtiR050Tld3S1pFZFdlazFDTkZoRVZFa3hUVVJyZVU5VVJUQk5SR2N3VFVadldFUlVUVEZOUkd0NVQxUkZNRTFFWnpCTlJtOTNSbFJGVkUxQ1JVZEJNVlZGUVhoTlN3cGhNMVpwV2xoS2RWcFlVbXhqZWtKYVRVSk5SMEo1Y1VkVFRUUTVRV2RGUjBORGNVZFRUVFE1UVhkRlNFRXdTVUZDVDJsdFlqTkZhalZITm1WVlptcFpDbkJuV0c5T2VXSTJaVTB6V1dObFlUUkpjSEU1ZEVGbE1FeE1WekZrV2poblVtWmFUM29yZUM5RldFRmhhSE5NVUVab1dHcE9iVXRDUjNaU2MwOURhWElLYVhkT2VqZEpaV3BSYWtKQlRVRTBSMEV4VldSRWQwVkNMM2RSUlVGM1NVTndSRUZRUW1kT1ZraFNUVUpCWmpoRlFsUkJSRUZSU0M5TlFqQkhRVEZWWkFwRVoxRlhRa0pUZUVSM0szYzVOWGRtVlZOVE1XWTFRblpST0ZsV1ozVlNjRlJFUVV0Q1oyZHhhR3RxVDFCUlVVUkJaMDVLUVVSQ1IwRnBSVUZ3VjJVdkNrNVhaSEZpTjBkTk9ISmlUVWhNWkZST2QyUlJOalUxSzNGNWVqUXdSelZLVkVsWVMzQXJVVU5KVVVOaGJHSkZlV3hIZGxaQldXZzVWMUZUZFVKNmFHRUthWGx5V0dKaldXaFJZME51YlhRMWRsSjNTM2xZZHowOUNpMHRMUzB0UlU1RUlFTkZVbFJKUmtsRFFWUkZMUzB0TFMwSwogICAgc2VydmVyOiBodHRwczovL2I1MjU2MDkxLTY3ZmUtNGQ2Ny1iOGNlLTgxNDVmNDY5ZTA0Zi5hcGkuazhzLmZyLXBhci5zY3cuY2xvdWQ6NjQ0Mwpjb250ZXh0czoKLSBuYW1lOiBhZG1pbkB0ZXN0LWF1dG8tdXBncmFkZQogIGNvbnRleHQ6CiAgICBjbHVzdGVyOiAidGVzdC1hdXRvLXVwZ3JhZGUiCiAgICB1c2VyOiB0ZXN0LWF1dG8tdXBncmFkZS1hZG1pbgpjdXJyZW50LWNvbnRleHQ6IGFkbWluQHRlc3QtYXV0by11cGdyYWRlCmtpbmQ6IENvbmZpZwpwcmVmZXJlbmNlczoge30KdXNlcnM6Ci0gbmFtZTogdGVzdC1hdXRvLXVwZ3JhZGUtYWRtaW4KICB1c2VyOgogICAgdG9rZW46IDFYd21rVWhCeE5wd2J3Z3B5TTREUWdVeEJFR0Jhb1ZWeEZ2WlhudHh4dHo1VHlCZG9KWkZiTmlR","content_type":"application/octet-stream","name":"kubeconfig"}' - headers: - Content-Length: - - "1678" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 14:09:11 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 003e562a-e755-4d69-bd5f-9797ea6dfc9f - status: 200 OK - code: 200 - duration: 92.80575ms - - id: 99 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/b5256091-67fe-4d67-b8ce-8145f469e04f?with_additional_resources=false - method: DELETE - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1641 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":true,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://b5256091-67fe-4d67-b8ce-8145f469e04f.api.k8s.fr-par.scw.cloud:6443","cni":"calico","commitment_ends_at":"2025-09-30T14:08:40.212660Z","created_at":"2025-09-30T14:08:40.212652Z","description":"","dns_wildcard":"*.b5256091-67fe-4d67-b8ce-8145f469e04f.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"be6995cd-5253-4278-810a-cb450a30893f","id":"b5256091-67fe-4d67-b8ce-8145f469e04f","name":"test-auto-upgrade","new_images_enabled":false,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"100.64.0.0/15","private_network_id":"8c7b7682-eab4-49e3-b597-20c0a425926e","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"10.32.0.0/20","service_dns_ip":"10.32.0.10","status":"deleting","tags":["terraform-test","scaleway_k8s_cluster","auto_upgrade"],"type":"kapsule","updated_at":"2025-09-30T14:09:11.947507Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1641" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 14:09:12 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 4ef182a9-1f54-4951-a6d7-b13e2ce38ae4 - status: 200 OK - code: 200 - duration: 160.6715ms - - id: 100 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/b5256091-67fe-4d67-b8ce-8145f469e04f - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1605 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":true,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://b5256091-67fe-4d67-b8ce-8145f469e04f.api.k8s.fr-par.scw.cloud:6443","cni":"calico","commitment_ends_at":"2025-09-30T14:08:40.212660Z","created_at":"2025-09-30T14:08:40.212652Z","description":"","dns_wildcard":"*.b5256091-67fe-4d67-b8ce-8145f469e04f.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"be6995cd-5253-4278-810a-cb450a30893f","id":"b5256091-67fe-4d67-b8ce-8145f469e04f","name":"test-auto-upgrade","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":"8c7b7682-eab4-49e3-b597-20c0a425926e","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"","service_dns_ip":"","status":"deleting","tags":["terraform-test","scaleway_k8s_cluster","auto_upgrade"],"type":"kapsule","updated_at":"2025-09-30T14:09:11.947507Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1605" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 14:09:12 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - fb0e89eb-818d-4b4f-ada0-4f0700bd027e - status: 200 OK - code: 200 - duration: 99.155833ms - - id: 101 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/b5256091-67fe-4d67-b8ce-8145f469e04f - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 128 - uncompressed: false - body: '{"message":"resource is not found","resource":"cluster","resource_id":"b5256091-67fe-4d67-b8ce-8145f469e04f","type":"not_found"}' - headers: - Content-Length: - - "128" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 14:09:17 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 2d746266-bcf4-4cc9-9234-fadb31a44767 - status: 404 Not Found - code: 404 - duration: 30.311875ms - - id: 102 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks/8c7b7682-eab4-49e3-b597-20c0a425926e - method: DELETE - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 0 - uncompressed: false - body: "" - headers: - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 14:09:18 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 0f2b1532-6fb5-480c-91c0-aa308de61cfb - status: 204 No Content - code: 204 - duration: 1.405277208s - - id: 103 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/fr-par/vpcs/cab1333e-6709-4caa-889e-c68e2379734a - method: DELETE - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 0 - uncompressed: false - body: "" - headers: - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 14:09:18 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - b2adf3cc-5aa4-4bee-b7da-7132869474f8 - status: 204 No Content - code: 204 - duration: 114.225625ms - - id: 104 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/b5256091-67fe-4d67-b8ce-8145f469e04f - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 128 - uncompressed: false - body: '{"message":"resource is not found","resource":"cluster","resource_id":"b5256091-67fe-4d67-b8ce-8145f469e04f","type":"not_found"}' - headers: - Content-Length: - - "128" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 14:09:18 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 3ce0c878-8609-4b28-b9d7-bdbc3287acd0 - status: 404 Not Found - code: 404 - duration: 23.583291ms - - id: 105 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks/8c7b7682-eab4-49e3-b597-20c0a425926e - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 136 - uncompressed: false - body: '{"message":"resource is not found","resource":"private_network","resource_id":"8c7b7682-eab4-49e3-b597-20c0a425926e","type":"not_found"}' - headers: - Content-Length: - - "136" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 14:09:18 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 9f986191-7b96-43b8-9a26-c740e7e65de6 - status: 404 Not Found - code: 404 - duration: 24.927083ms +- id: 0 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/versions + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 4476 + body: "{\"versions\":[{\"region\":\"fr-par\", \"name\":\"1.34.1\", \"label\":\"Kubernetes 1.34.1\", \"available_cnis\":[\"cilium\", \"cilium_native\", \"calico\", \"kilo\", \"none\"], \"available_container_runtimes\":[\"containerd\"], \"available_feature_gates\":[\"HPAScaleToZero\", \"CPUManagerPolicyAlphaOptions\", \"ImageVolume\"], \"available_admission_plugins\":[\"AlwaysPullImages\", \"PodNodeSelector\", \"PodTolerationRestriction\"], \"available_kubelet_args\":{\"containerLogMaxFiles\":\"uint16\", \"containerLogMaxSize\":\"quantity\", \"cpuCFSQuota\":\"bool\", \"cpuCFSQuotaPeriod\":\"duration\", \"cpuManagerPolicy\":\"enum:none|static\", \"cpuManagerPolicyOptions\":\"map[string]string\", \"enableDebuggingHandlers\":\"bool\", \"evictionHard\":\"map[string]string\", \"evictionMinimumReclaim\":\"map[string]string\", \"imageGCHighThresholdPercent\":\"uint32\", \"imageGCLowThresholdPercent\":\"uint32\", \"maxParallelImagePulls\":\"int32\", \"maxPods\":\"uint16\", \"registryBurst\":\"int32\", \"registryPullQPS\":\"int32\", \"serializeImagePulls\":\"bool\"}, \"deprecated_at\":\"2026-09-29T00:00:00Z\", \"end_of_life_at\":\"2026-11-29T00:00:00Z\", \"released_at\":\"2025-09-29T00:00:00Z\"}, {\"region\":\"fr-par\", \"name\":\"1.33.4\", \"label\":\"Kubernetes 1.33.4\", \"available_cnis\":[\"cilium\", \"calico\", \"kilo\", \"none\"], \"available_container_runtimes\":[\"containerd\"], \"available_feature_gates\":[\"HPAScaleToZero\", \"DRAAdminAccess\", \"DynamicResourceAllocation\", \"PodLevelResources\", \"CPUManagerPolicyAlphaOptions\", \"ImageVolume\"], \"available_admission_plugins\":[\"AlwaysPullImages\", \"PodNodeSelector\", \"PodTolerationRestriction\"], \"available_kubelet_args\":{\"containerLogMaxFiles\":\"uint16\", \"containerLogMaxSize\":\"quantity\", \"cpuCFSQuota\":\"bool\", \"cpuCFSQuotaPeriod\":\"duration\", \"cpuManagerPolicy\":\"enum:none|static\", \"cpuManagerPolicyOptions\":\"map[string]string\", \"enableDebuggingHandlers\":\"bool\", \"evictionHard\":\"map[string]string\", \"evictionMinimumReclaim\":\"map[string]string\", \"imageGCHighThresholdPercent\":\"uint32\", \"imageGCLowThresholdPercent\":\"uint32\", \"maxParallelImagePulls\":\"int32\", \"maxPods\":\"uint16\", \"registryBurst\":\"int32\", \"registryPullQPS\":\"int32\", \"serializeImagePulls\":\"bool\"}, \"deprecated_at\":\"2026-09-04T00:00:00Z\", \"end_of_life_at\":\"2026-11-04T00:00:00Z\", \"released_at\":\"2025-09-04T00:00:00Z\"}, {\"region\":\"fr-par\", \"name\":\"1.32.8\", \"label\":\"Kubernetes 1.32.8\", \"available_cnis\":[\"cilium\", \"calico\", \"kilo\", \"none\"], \"available_container_runtimes\":[\"containerd\"], \"available_feature_gates\":[\"HPAScaleToZero\", \"InPlacePodVerticalScaling\", \"SidecarContainers\", \"DRAAdminAccess\", \"DRAResourceClaimDeviceStatus\", \"DynamicResourceAllocation\", \"PodLevelResources\", \"CPUManagerPolicyAlphaOptions\", \"ImageVolume\"], \"available_admission_plugins\":[\"AlwaysPullImages\", \"PodNodeSelector\", \"PodTolerationRestriction\"], \"available_kubelet_args\":{\"containerLogMaxFiles\":\"uint16\", \"containerLogMaxSize\":\"quantity\", \"cpuCFSQuota\":\"bool\", \"cpuCFSQuotaPeriod\":\"duration\", \"cpuManagerPolicy\":\"enum:none|static\", \"cpuManagerPolicyOptions\":\"map[string]string\", \"enableDebuggingHandlers\":\"bool\", \"evictionHard\":\"map[string]string\", \"evictionMinimumReclaim\":\"map[string]string\", \"imageGCHighThresholdPercent\":\"uint32\", \"imageGCLowThresholdPercent\":\"uint32\", \"maxParallelImagePulls\":\"int32\", \"maxPods\":\"uint16\", \"registryBurst\":\"int32\", \"registryPullQPS\":\"int32\", \"serializeImagePulls\":\"bool\"}, \"deprecated_at\":\"2026-03-24T00:00:00Z\", \"end_of_life_at\":\"2025-05-24T00:00:00Z\", \"released_at\":\"2025-03-24T00:00:00Z\"}, {\"region\":\"fr-par\", \"name\":\"1.31.12\", \"label\":\"Kubernetes 1.31.12\", \"available_cnis\":[\"cilium\", \"calico\", \"kilo\", \"none\"], \"available_container_runtimes\":[\"containerd\"], \"available_feature_gates\":[\"HPAScaleToZero\", \"InPlacePodVerticalScaling\", \"SidecarContainers\", \"CPUManagerPolicyAlphaOptions\", \"ImageVolume\"], \"available_admission_plugins\":[\"AlwaysPullImages\", \"PodNodeSelector\", \"PodTolerationRestriction\"], \"available_kubelet_args\":{\"containerLogMaxFiles\":\"uint16\", \"containerLogMaxSize\":\"quantity\", \"cpuCFSQuota\":\"bool\", \"cpuCFSQuotaPeriod\":\"duration\", \"cpuManagerPolicy\":\"enum:none|static\", \"cpuManagerPolicyOptions\":\"map[string]string\", \"enableDebuggingHandlers\":\"bool\", \"evictionHard\":\"map[string]string\", \"evictionMinimumReclaim\":\"map[string]string\", \"imageGCHighThresholdPercent\":\"uint32\", \"imageGCLowThresholdPercent\":\"uint32\", \"maxParallelImagePulls\":\"int32\", \"maxPods\":\"uint16\", \"registryBurst\":\"int32\", \"registryPullQPS\":\"int32\", \"serializeImagePulls\":\"bool\"}, \"deprecated_at\":\"2025-12-02T00:00:00Z\", \"end_of_life_at\":\"2026-02-02T00:00:00Z\", \"released_at\":\"2024-12-02T00:00:00Z\"}]}" + headers: + Content-Length: + - "4476" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:18:16 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - c61aba64-da18-4530-99d7-baa13a12d9a6 + status: 200 OK + code: 200 + duration: 19.012873ms +- id: 1 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/versions + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 4476 + body: "{\"versions\":[{\"region\":\"fr-par\", \"name\":\"1.34.1\", \"label\":\"Kubernetes 1.34.1\", \"available_cnis\":[\"cilium\", \"cilium_native\", \"calico\", \"kilo\", \"none\"], \"available_container_runtimes\":[\"containerd\"], \"available_feature_gates\":[\"HPAScaleToZero\", \"CPUManagerPolicyAlphaOptions\", \"ImageVolume\"], \"available_admission_plugins\":[\"AlwaysPullImages\", \"PodNodeSelector\", \"PodTolerationRestriction\"], \"available_kubelet_args\":{\"containerLogMaxFiles\":\"uint16\", \"containerLogMaxSize\":\"quantity\", \"cpuCFSQuota\":\"bool\", \"cpuCFSQuotaPeriod\":\"duration\", \"cpuManagerPolicy\":\"enum:none|static\", \"cpuManagerPolicyOptions\":\"map[string]string\", \"enableDebuggingHandlers\":\"bool\", \"evictionHard\":\"map[string]string\", \"evictionMinimumReclaim\":\"map[string]string\", \"imageGCHighThresholdPercent\":\"uint32\", \"imageGCLowThresholdPercent\":\"uint32\", \"maxParallelImagePulls\":\"int32\", \"maxPods\":\"uint16\", \"registryBurst\":\"int32\", \"registryPullQPS\":\"int32\", \"serializeImagePulls\":\"bool\"}, \"deprecated_at\":\"2026-09-29T00:00:00Z\", \"end_of_life_at\":\"2026-11-29T00:00:00Z\", \"released_at\":\"2025-09-29T00:00:00Z\"}, {\"region\":\"fr-par\", \"name\":\"1.33.4\", \"label\":\"Kubernetes 1.33.4\", \"available_cnis\":[\"cilium\", \"calico\", \"kilo\", \"none\"], \"available_container_runtimes\":[\"containerd\"], \"available_feature_gates\":[\"HPAScaleToZero\", \"DRAAdminAccess\", \"DynamicResourceAllocation\", \"PodLevelResources\", \"CPUManagerPolicyAlphaOptions\", \"ImageVolume\"], \"available_admission_plugins\":[\"AlwaysPullImages\", \"PodNodeSelector\", \"PodTolerationRestriction\"], \"available_kubelet_args\":{\"containerLogMaxFiles\":\"uint16\", \"containerLogMaxSize\":\"quantity\", \"cpuCFSQuota\":\"bool\", \"cpuCFSQuotaPeriod\":\"duration\", \"cpuManagerPolicy\":\"enum:none|static\", \"cpuManagerPolicyOptions\":\"map[string]string\", \"enableDebuggingHandlers\":\"bool\", \"evictionHard\":\"map[string]string\", \"evictionMinimumReclaim\":\"map[string]string\", \"imageGCHighThresholdPercent\":\"uint32\", \"imageGCLowThresholdPercent\":\"uint32\", \"maxParallelImagePulls\":\"int32\", \"maxPods\":\"uint16\", \"registryBurst\":\"int32\", \"registryPullQPS\":\"int32\", \"serializeImagePulls\":\"bool\"}, \"deprecated_at\":\"2026-09-04T00:00:00Z\", \"end_of_life_at\":\"2026-11-04T00:00:00Z\", \"released_at\":\"2025-09-04T00:00:00Z\"}, {\"region\":\"fr-par\", \"name\":\"1.32.8\", \"label\":\"Kubernetes 1.32.8\", \"available_cnis\":[\"cilium\", \"calico\", \"kilo\", \"none\"], \"available_container_runtimes\":[\"containerd\"], \"available_feature_gates\":[\"HPAScaleToZero\", \"InPlacePodVerticalScaling\", \"SidecarContainers\", \"DRAAdminAccess\", \"DRAResourceClaimDeviceStatus\", \"DynamicResourceAllocation\", \"PodLevelResources\", \"CPUManagerPolicyAlphaOptions\", \"ImageVolume\"], \"available_admission_plugins\":[\"AlwaysPullImages\", \"PodNodeSelector\", \"PodTolerationRestriction\"], \"available_kubelet_args\":{\"containerLogMaxFiles\":\"uint16\", \"containerLogMaxSize\":\"quantity\", \"cpuCFSQuota\":\"bool\", \"cpuCFSQuotaPeriod\":\"duration\", \"cpuManagerPolicy\":\"enum:none|static\", \"cpuManagerPolicyOptions\":\"map[string]string\", \"enableDebuggingHandlers\":\"bool\", \"evictionHard\":\"map[string]string\", \"evictionMinimumReclaim\":\"map[string]string\", \"imageGCHighThresholdPercent\":\"uint32\", \"imageGCLowThresholdPercent\":\"uint32\", \"maxParallelImagePulls\":\"int32\", \"maxPods\":\"uint16\", \"registryBurst\":\"int32\", \"registryPullQPS\":\"int32\", \"serializeImagePulls\":\"bool\"}, \"deprecated_at\":\"2026-03-24T00:00:00Z\", \"end_of_life_at\":\"2025-05-24T00:00:00Z\", \"released_at\":\"2025-03-24T00:00:00Z\"}, {\"region\":\"fr-par\", \"name\":\"1.31.12\", \"label\":\"Kubernetes 1.31.12\", \"available_cnis\":[\"cilium\", \"calico\", \"kilo\", \"none\"], \"available_container_runtimes\":[\"containerd\"], \"available_feature_gates\":[\"HPAScaleToZero\", \"InPlacePodVerticalScaling\", \"SidecarContainers\", \"CPUManagerPolicyAlphaOptions\", \"ImageVolume\"], \"available_admission_plugins\":[\"AlwaysPullImages\", \"PodNodeSelector\", \"PodTolerationRestriction\"], \"available_kubelet_args\":{\"containerLogMaxFiles\":\"uint16\", \"containerLogMaxSize\":\"quantity\", \"cpuCFSQuota\":\"bool\", \"cpuCFSQuotaPeriod\":\"duration\", \"cpuManagerPolicy\":\"enum:none|static\", \"cpuManagerPolicyOptions\":\"map[string]string\", \"enableDebuggingHandlers\":\"bool\", \"evictionHard\":\"map[string]string\", \"evictionMinimumReclaim\":\"map[string]string\", \"imageGCHighThresholdPercent\":\"uint32\", \"imageGCLowThresholdPercent\":\"uint32\", \"maxParallelImagePulls\":\"int32\", \"maxPods\":\"uint16\", \"registryBurst\":\"int32\", \"registryPullQPS\":\"int32\", \"serializeImagePulls\":\"bool\"}, \"deprecated_at\":\"2025-12-02T00:00:00Z\", \"end_of_life_at\":\"2026-02-02T00:00:00Z\", \"released_at\":\"2024-12-02T00:00:00Z\"}]}" + headers: + Content-Length: + - "4476" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:18:16 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 49e2fd2b-8eaf-44d3-95b0-d6e51b283893 + status: 200 OK + code: 200 + duration: 18.193115ms +- id: 2 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/versions + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 4476 + body: "{\"versions\":[{\"region\":\"fr-par\", \"name\":\"1.34.1\", \"label\":\"Kubernetes 1.34.1\", \"available_cnis\":[\"cilium\", \"cilium_native\", \"calico\", \"kilo\", \"none\"], \"available_container_runtimes\":[\"containerd\"], \"available_feature_gates\":[\"HPAScaleToZero\", \"CPUManagerPolicyAlphaOptions\", \"ImageVolume\"], \"available_admission_plugins\":[\"AlwaysPullImages\", \"PodNodeSelector\", \"PodTolerationRestriction\"], \"available_kubelet_args\":{\"containerLogMaxFiles\":\"uint16\", \"containerLogMaxSize\":\"quantity\", \"cpuCFSQuota\":\"bool\", \"cpuCFSQuotaPeriod\":\"duration\", \"cpuManagerPolicy\":\"enum:none|static\", \"cpuManagerPolicyOptions\":\"map[string]string\", \"enableDebuggingHandlers\":\"bool\", \"evictionHard\":\"map[string]string\", \"evictionMinimumReclaim\":\"map[string]string\", \"imageGCHighThresholdPercent\":\"uint32\", \"imageGCLowThresholdPercent\":\"uint32\", \"maxParallelImagePulls\":\"int32\", \"maxPods\":\"uint16\", \"registryBurst\":\"int32\", \"registryPullQPS\":\"int32\", \"serializeImagePulls\":\"bool\"}, \"deprecated_at\":\"2026-09-29T00:00:00Z\", \"end_of_life_at\":\"2026-11-29T00:00:00Z\", \"released_at\":\"2025-09-29T00:00:00Z\"}, {\"region\":\"fr-par\", \"name\":\"1.33.4\", \"label\":\"Kubernetes 1.33.4\", \"available_cnis\":[\"cilium\", \"calico\", \"kilo\", \"none\"], \"available_container_runtimes\":[\"containerd\"], \"available_feature_gates\":[\"HPAScaleToZero\", \"DRAAdminAccess\", \"DynamicResourceAllocation\", \"PodLevelResources\", \"CPUManagerPolicyAlphaOptions\", \"ImageVolume\"], \"available_admission_plugins\":[\"AlwaysPullImages\", \"PodNodeSelector\", \"PodTolerationRestriction\"], \"available_kubelet_args\":{\"containerLogMaxFiles\":\"uint16\", \"containerLogMaxSize\":\"quantity\", \"cpuCFSQuota\":\"bool\", \"cpuCFSQuotaPeriod\":\"duration\", \"cpuManagerPolicy\":\"enum:none|static\", \"cpuManagerPolicyOptions\":\"map[string]string\", \"enableDebuggingHandlers\":\"bool\", \"evictionHard\":\"map[string]string\", \"evictionMinimumReclaim\":\"map[string]string\", \"imageGCHighThresholdPercent\":\"uint32\", \"imageGCLowThresholdPercent\":\"uint32\", \"maxParallelImagePulls\":\"int32\", \"maxPods\":\"uint16\", \"registryBurst\":\"int32\", \"registryPullQPS\":\"int32\", \"serializeImagePulls\":\"bool\"}, \"deprecated_at\":\"2026-09-04T00:00:00Z\", \"end_of_life_at\":\"2026-11-04T00:00:00Z\", \"released_at\":\"2025-09-04T00:00:00Z\"}, {\"region\":\"fr-par\", \"name\":\"1.32.8\", \"label\":\"Kubernetes 1.32.8\", \"available_cnis\":[\"cilium\", \"calico\", \"kilo\", \"none\"], \"available_container_runtimes\":[\"containerd\"], \"available_feature_gates\":[\"HPAScaleToZero\", \"InPlacePodVerticalScaling\", \"SidecarContainers\", \"DRAAdminAccess\", \"DRAResourceClaimDeviceStatus\", \"DynamicResourceAllocation\", \"PodLevelResources\", \"CPUManagerPolicyAlphaOptions\", \"ImageVolume\"], \"available_admission_plugins\":[\"AlwaysPullImages\", \"PodNodeSelector\", \"PodTolerationRestriction\"], \"available_kubelet_args\":{\"containerLogMaxFiles\":\"uint16\", \"containerLogMaxSize\":\"quantity\", \"cpuCFSQuota\":\"bool\", \"cpuCFSQuotaPeriod\":\"duration\", \"cpuManagerPolicy\":\"enum:none|static\", \"cpuManagerPolicyOptions\":\"map[string]string\", \"enableDebuggingHandlers\":\"bool\", \"evictionHard\":\"map[string]string\", \"evictionMinimumReclaim\":\"map[string]string\", \"imageGCHighThresholdPercent\":\"uint32\", \"imageGCLowThresholdPercent\":\"uint32\", \"maxParallelImagePulls\":\"int32\", \"maxPods\":\"uint16\", \"registryBurst\":\"int32\", \"registryPullQPS\":\"int32\", \"serializeImagePulls\":\"bool\"}, \"deprecated_at\":\"2026-03-24T00:00:00Z\", \"end_of_life_at\":\"2025-05-24T00:00:00Z\", \"released_at\":\"2025-03-24T00:00:00Z\"}, {\"region\":\"fr-par\", \"name\":\"1.31.12\", \"label\":\"Kubernetes 1.31.12\", \"available_cnis\":[\"cilium\", \"calico\", \"kilo\", \"none\"], \"available_container_runtimes\":[\"containerd\"], \"available_feature_gates\":[\"HPAScaleToZero\", \"InPlacePodVerticalScaling\", \"SidecarContainers\", \"CPUManagerPolicyAlphaOptions\", \"ImageVolume\"], \"available_admission_plugins\":[\"AlwaysPullImages\", \"PodNodeSelector\", \"PodTolerationRestriction\"], \"available_kubelet_args\":{\"containerLogMaxFiles\":\"uint16\", \"containerLogMaxSize\":\"quantity\", \"cpuCFSQuota\":\"bool\", \"cpuCFSQuotaPeriod\":\"duration\", \"cpuManagerPolicy\":\"enum:none|static\", \"cpuManagerPolicyOptions\":\"map[string]string\", \"enableDebuggingHandlers\":\"bool\", \"evictionHard\":\"map[string]string\", \"evictionMinimumReclaim\":\"map[string]string\", \"imageGCHighThresholdPercent\":\"uint32\", \"imageGCLowThresholdPercent\":\"uint32\", \"maxParallelImagePulls\":\"int32\", \"maxPods\":\"uint16\", \"registryBurst\":\"int32\", \"registryPullQPS\":\"int32\", \"serializeImagePulls\":\"bool\"}, \"deprecated_at\":\"2025-12-02T00:00:00Z\", \"end_of_life_at\":\"2026-02-02T00:00:00Z\", \"released_at\":\"2024-12-02T00:00:00Z\"}]}" + headers: + Content-Length: + - "4476" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:18:16 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 094f1b4d-1160-444d-b93c-61fe9a04bb6f + status: 200 OK + code: 200 + duration: 17.655867ms +- id: 3 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/versions + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 4476 + body: "{\"versions\":[{\"region\":\"fr-par\", \"name\":\"1.34.1\", \"label\":\"Kubernetes 1.34.1\", \"available_cnis\":[\"cilium\", \"cilium_native\", \"calico\", \"kilo\", \"none\"], \"available_container_runtimes\":[\"containerd\"], \"available_feature_gates\":[\"HPAScaleToZero\", \"CPUManagerPolicyAlphaOptions\", \"ImageVolume\"], \"available_admission_plugins\":[\"AlwaysPullImages\", \"PodNodeSelector\", \"PodTolerationRestriction\"], \"available_kubelet_args\":{\"containerLogMaxFiles\":\"uint16\", \"containerLogMaxSize\":\"quantity\", \"cpuCFSQuota\":\"bool\", \"cpuCFSQuotaPeriod\":\"duration\", \"cpuManagerPolicy\":\"enum:none|static\", \"cpuManagerPolicyOptions\":\"map[string]string\", \"enableDebuggingHandlers\":\"bool\", \"evictionHard\":\"map[string]string\", \"evictionMinimumReclaim\":\"map[string]string\", \"imageGCHighThresholdPercent\":\"uint32\", \"imageGCLowThresholdPercent\":\"uint32\", \"maxParallelImagePulls\":\"int32\", \"maxPods\":\"uint16\", \"registryBurst\":\"int32\", \"registryPullQPS\":\"int32\", \"serializeImagePulls\":\"bool\"}, \"deprecated_at\":\"2026-09-29T00:00:00Z\", \"end_of_life_at\":\"2026-11-29T00:00:00Z\", \"released_at\":\"2025-09-29T00:00:00Z\"}, {\"region\":\"fr-par\", \"name\":\"1.33.4\", \"label\":\"Kubernetes 1.33.4\", \"available_cnis\":[\"cilium\", \"calico\", \"kilo\", \"none\"], \"available_container_runtimes\":[\"containerd\"], \"available_feature_gates\":[\"HPAScaleToZero\", \"DRAAdminAccess\", \"DynamicResourceAllocation\", \"PodLevelResources\", \"CPUManagerPolicyAlphaOptions\", \"ImageVolume\"], \"available_admission_plugins\":[\"AlwaysPullImages\", \"PodNodeSelector\", \"PodTolerationRestriction\"], \"available_kubelet_args\":{\"containerLogMaxFiles\":\"uint16\", \"containerLogMaxSize\":\"quantity\", \"cpuCFSQuota\":\"bool\", \"cpuCFSQuotaPeriod\":\"duration\", \"cpuManagerPolicy\":\"enum:none|static\", \"cpuManagerPolicyOptions\":\"map[string]string\", \"enableDebuggingHandlers\":\"bool\", \"evictionHard\":\"map[string]string\", \"evictionMinimumReclaim\":\"map[string]string\", \"imageGCHighThresholdPercent\":\"uint32\", \"imageGCLowThresholdPercent\":\"uint32\", \"maxParallelImagePulls\":\"int32\", \"maxPods\":\"uint16\", \"registryBurst\":\"int32\", \"registryPullQPS\":\"int32\", \"serializeImagePulls\":\"bool\"}, \"deprecated_at\":\"2026-09-04T00:00:00Z\", \"end_of_life_at\":\"2026-11-04T00:00:00Z\", \"released_at\":\"2025-09-04T00:00:00Z\"}, {\"region\":\"fr-par\", \"name\":\"1.32.8\", \"label\":\"Kubernetes 1.32.8\", \"available_cnis\":[\"cilium\", \"calico\", \"kilo\", \"none\"], \"available_container_runtimes\":[\"containerd\"], \"available_feature_gates\":[\"HPAScaleToZero\", \"InPlacePodVerticalScaling\", \"SidecarContainers\", \"DRAAdminAccess\", \"DRAResourceClaimDeviceStatus\", \"DynamicResourceAllocation\", \"PodLevelResources\", \"CPUManagerPolicyAlphaOptions\", \"ImageVolume\"], \"available_admission_plugins\":[\"AlwaysPullImages\", \"PodNodeSelector\", \"PodTolerationRestriction\"], \"available_kubelet_args\":{\"containerLogMaxFiles\":\"uint16\", \"containerLogMaxSize\":\"quantity\", \"cpuCFSQuota\":\"bool\", \"cpuCFSQuotaPeriod\":\"duration\", \"cpuManagerPolicy\":\"enum:none|static\", \"cpuManagerPolicyOptions\":\"map[string]string\", \"enableDebuggingHandlers\":\"bool\", \"evictionHard\":\"map[string]string\", \"evictionMinimumReclaim\":\"map[string]string\", \"imageGCHighThresholdPercent\":\"uint32\", \"imageGCLowThresholdPercent\":\"uint32\", \"maxParallelImagePulls\":\"int32\", \"maxPods\":\"uint16\", \"registryBurst\":\"int32\", \"registryPullQPS\":\"int32\", \"serializeImagePulls\":\"bool\"}, \"deprecated_at\":\"2026-03-24T00:00:00Z\", \"end_of_life_at\":\"2025-05-24T00:00:00Z\", \"released_at\":\"2025-03-24T00:00:00Z\"}, {\"region\":\"fr-par\", \"name\":\"1.31.12\", \"label\":\"Kubernetes 1.31.12\", \"available_cnis\":[\"cilium\", \"calico\", \"kilo\", \"none\"], \"available_container_runtimes\":[\"containerd\"], \"available_feature_gates\":[\"HPAScaleToZero\", \"InPlacePodVerticalScaling\", \"SidecarContainers\", \"CPUManagerPolicyAlphaOptions\", \"ImageVolume\"], \"available_admission_plugins\":[\"AlwaysPullImages\", \"PodNodeSelector\", \"PodTolerationRestriction\"], \"available_kubelet_args\":{\"containerLogMaxFiles\":\"uint16\", \"containerLogMaxSize\":\"quantity\", \"cpuCFSQuota\":\"bool\", \"cpuCFSQuotaPeriod\":\"duration\", \"cpuManagerPolicy\":\"enum:none|static\", \"cpuManagerPolicyOptions\":\"map[string]string\", \"enableDebuggingHandlers\":\"bool\", \"evictionHard\":\"map[string]string\", \"evictionMinimumReclaim\":\"map[string]string\", \"imageGCHighThresholdPercent\":\"uint32\", \"imageGCLowThresholdPercent\":\"uint32\", \"maxParallelImagePulls\":\"int32\", \"maxPods\":\"uint16\", \"registryBurst\":\"int32\", \"registryPullQPS\":\"int32\", \"serializeImagePulls\":\"bool\"}, \"deprecated_at\":\"2025-12-02T00:00:00Z\", \"end_of_life_at\":\"2026-02-02T00:00:00Z\", \"released_at\":\"2024-12-02T00:00:00Z\"}]}" + headers: + Content-Length: + - "4476" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:18:16 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - cf6c238d-a9a9-4882-af45-4bfee904da3e + status: 200 OK + code: 200 + duration: 19.620203ms +- id: 4 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 129 + host: api.scaleway.com + body: "{\"name\":\"testAccCheckK8SClusterAutoUpgrade\",\"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\",\"tags\":[],\"enable_routing\":false}" + headers: + Content-Type: + - application/json + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/vpc/v2/regions/fr-par/vpcs + method: POST + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 431 + body: "{\"id\":\"a84ecae9-5f44-4768-a630-c28141d64f20\", \"name\":\"testAccCheckK8SClusterAutoUpgrade\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:17.205277Z\", \"updated_at\":\"2025-10-30T16:18:17.205277Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_default\":false, \"private_network_count\":0, \"routing_enabled\":true, \"custom_routes_propagation_enabled\":true, \"region\":\"fr-par\"}" + headers: + Content-Length: + - "431" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:18:17 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 8550452a-107e-47d5-a497-905a7b2a7127 + status: 200 OK + code: 200 + duration: 164.256819ms +- id: 5 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/vpc/v2/regions/fr-par/vpcs/a84ecae9-5f44-4768-a630-c28141d64f20 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 431 + body: "{\"id\":\"a84ecae9-5f44-4768-a630-c28141d64f20\", \"name\":\"testAccCheckK8SClusterAutoUpgrade\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:17.205277Z\", \"updated_at\":\"2025-10-30T16:18:17.205277Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_default\":false, \"private_network_count\":0, \"routing_enabled\":true, \"custom_routes_propagation_enabled\":true, \"region\":\"fr-par\"}" + headers: + Content-Length: + - "431" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:18:17 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 8a535075-4ede-4ccc-b74b-749425569d54 + status: 200 OK + code: 200 + duration: 22.833064ms +- id: 6 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 195 + host: api.scaleway.com + body: "{\"name\":\"test-auto-upgrade\",\"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\",\"tags\":[],\"subnets\":null,\"vpc_id\":\"a84ecae9-5f44-4768-a630-c28141d64f20\",\"default_route_propagation_enabled\":false}" + headers: + Content-Type: + - application/json + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks + method: POST + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1087 + body: "{\"id\":\"bff93345-d46c-4a07-909f-c98c0c4e4142\", \"name\":\"test-auto-upgrade\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:18.178723Z\", \"updated_at\":\"2025-10-30T16:18:18.178723Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"subnets\":[{\"id\":\"f806e99f-aabe-45cb-b5dc-614eb3ba4812\", \"created_at\":\"2025-10-30T16:18:18.178723Z\", \"updated_at\":\"2025-10-30T16:18:18.178723Z\", \"subnet\":\"172.17.28.0/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"bff93345-d46c-4a07-909f-c98c0c4e4142\", \"vpc_id\":\"a84ecae9-5f44-4768-a630-c28141d64f20\"}, {\"id\":\"ec3d3ce7-6a6c-4c19-b06a-7d0ef81190c2\", \"created_at\":\"2025-10-30T16:18:18.178723Z\", \"updated_at\":\"2025-10-30T16:18:18.178723Z\", \"subnet\":\"fd5f:519c:6d46:2624::/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"bff93345-d46c-4a07-909f-c98c0c4e4142\", \"vpc_id\":\"a84ecae9-5f44-4768-a630-c28141d64f20\"}], \"vpc_id\":\"a84ecae9-5f44-4768-a630-c28141d64f20\", \"dhcp_enabled\":true, \"default_route_propagation_enabled\":false, \"region\":\"fr-par\"}" + headers: + Content-Length: + - "1087" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:18:18 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 02c89b55-d6d9-4daf-8fa5-95e4e8795bc6 + status: 200 OK + code: 200 + duration: 1.546550841s +- id: 7 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks/bff93345-d46c-4a07-909f-c98c0c4e4142 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1087 + body: "{\"id\":\"bff93345-d46c-4a07-909f-c98c0c4e4142\", \"name\":\"test-auto-upgrade\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:18.178723Z\", \"updated_at\":\"2025-10-30T16:18:18.178723Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"subnets\":[{\"id\":\"f806e99f-aabe-45cb-b5dc-614eb3ba4812\", \"created_at\":\"2025-10-30T16:18:18.178723Z\", \"updated_at\":\"2025-10-30T16:18:18.178723Z\", \"subnet\":\"172.17.28.0/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"bff93345-d46c-4a07-909f-c98c0c4e4142\", \"vpc_id\":\"a84ecae9-5f44-4768-a630-c28141d64f20\"}, {\"id\":\"ec3d3ce7-6a6c-4c19-b06a-7d0ef81190c2\", \"created_at\":\"2025-10-30T16:18:18.178723Z\", \"updated_at\":\"2025-10-30T16:18:18.178723Z\", \"subnet\":\"fd5f:519c:6d46:2624::/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"bff93345-d46c-4a07-909f-c98c0c4e4142\", \"vpc_id\":\"a84ecae9-5f44-4768-a630-c28141d64f20\"}], \"vpc_id\":\"a84ecae9-5f44-4768-a630-c28141d64f20\", \"dhcp_enabled\":true, \"default_route_propagation_enabled\":false, \"region\":\"fr-par\"}" + headers: + Content-Length: + - "1087" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:18:18 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 3393b14d-0ccf-4c6a-afde-c33291eba66e + status: 200 OK + code: 200 + duration: 87.555896ms +- id: 8 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 785 + host: api.scaleway.com + body: "{\"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\",\"type\":\"\",\"name\":\"test-auto-upgrade\",\"description\":\"\",\"tags\":[\"terraform-test\",\"scaleway_k8s_cluster\",\"auto_upgrade\"],\"version\":\"1.33.4\",\"cni\":\"calico\",\"pools\":null,\"autoscaler_config\":{\"scale_down_disabled\":null,\"scale_down_delay_after_add\":null,\"estimator\":\"unknown_estimator\",\"expander\":\"unknown_expander\",\"ignore_daemonsets_utilization\":null,\"balance_similar_node_groups\":null,\"expendable_pods_priority_cutoff\":0,\"scale_down_unneeded_time\":null,\"scale_down_utilization_threshold\":null,\"max_graceful_termination_sec\":0},\"auto_upgrade\":{\"enable\":false,\"maintenance_window\":{\"start_hour\":0,\"day\":\"any\"}},\"feature_gates\":[],\"admission_plugins\":[],\"apiserver_cert_sans\":[],\"private_network_id\":\"bff93345-d46c-4a07-909f-c98c0c4e4142\"}" + headers: + Content-Type: + - application/json + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters + method: POST + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1605 + body: "{\"region\":\"fr-par\", \"id\":\"42c57068-84f0-46bf-8fe3-fab198ef2af4\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:19.126989Z\", \"updated_at\":\"2025-10-30T16:18:19.126989Z\", \"type\":\"kapsule\", \"name\":\"test-auto-upgrade\", \"description\":\"\", \"status\":\"creating\", \"version\":\"1.33.4\", \"cni\":\"calico\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"auto_upgrade\"], \"cluster_url\":\"https://42c57068-84f0-46bf-8fe3-fab198ef2af4.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.42c57068-84f0-46bf-8fe3-fab198ef2af4.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":true, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"bff93345-d46c-4a07-909f-c98c0c4e4142\", \"commitment_ends_at\":\"2025-10-30T16:18:19.126997Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"\", \"new_images_enabled\":false, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1605" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:18:19 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 4324d8e2-4594-43db-ad28-460037fbdc4c + status: 200 OK + code: 200 + duration: 264.69915ms +- id: 9 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/42c57068-84f0-46bf-8fe3-fab198ef2af4 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1604 + body: "{\"region\":\"fr-par\", \"id\":\"42c57068-84f0-46bf-8fe3-fab198ef2af4\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:19.126989Z\", \"updated_at\":\"2025-10-30T16:18:19.126989Z\", \"type\":\"kapsule\", \"name\":\"test-auto-upgrade\", \"description\":\"\", \"status\":\"creating\", \"version\":\"1.33.4\", \"cni\":\"calico\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"auto_upgrade\"], \"cluster_url\":\"https://42c57068-84f0-46bf-8fe3-fab198ef2af4.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.42c57068-84f0-46bf-8fe3-fab198ef2af4.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":true, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"bff93345-d46c-4a07-909f-c98c0c4e4142\", \"commitment_ends_at\":\"2025-10-30T16:18:19.126997Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1604" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:18:19 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - c61227b2-a30f-426e-befd-16d2de48c63e + status: 200 OK + code: 200 + duration: 89.915234ms +- id: 10 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/42c57068-84f0-46bf-8fe3-fab198ef2af4 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1645 + body: "{\"region\":\"fr-par\", \"id\":\"42c57068-84f0-46bf-8fe3-fab198ef2af4\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:19.126989Z\", \"updated_at\":\"2025-10-30T16:18:19.634737Z\", \"type\":\"kapsule\", \"name\":\"test-auto-upgrade\", \"description\":\"\", \"status\":\"pool_required\", \"version\":\"1.33.4\", \"cni\":\"calico\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"auto_upgrade\"], \"cluster_url\":\"https://42c57068-84f0-46bf-8fe3-fab198ef2af4.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.42c57068-84f0-46bf-8fe3-fab198ef2af4.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":true, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"bff93345-d46c-4a07-909f-c98c0c4e4142\", \"commitment_ends_at\":\"2025-10-30T16:18:19.126997Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"73c05c75-c0af-453d-ab23-56a3ef1260cf\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1645" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:18:24 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - c8020af1-c996-42ba-8832-9463ace4c812 + status: 200 OK + code: 200 + duration: 83.322611ms +- id: 11 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + form: + order_by: + - created_at_asc + page: + - "1" + status: + - unknown + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/42c57068-84f0-46bf-8fe3-fab198ef2af4/pools?order_by=created_at_asc&page=1&status=unknown + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 29 + body: "{\"total_count\":0, \"pools\":[]}" + headers: + Content-Length: + - "29" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:18:24 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 3638e482-e186-4e61-ac66-e145c7d04d5c + status: 200 OK + code: 200 + duration: 22.847571ms +- id: 12 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/42c57068-84f0-46bf-8fe3-fab198ef2af4 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1645 + body: "{\"region\":\"fr-par\", \"id\":\"42c57068-84f0-46bf-8fe3-fab198ef2af4\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:19.126989Z\", \"updated_at\":\"2025-10-30T16:18:19.634737Z\", \"type\":\"kapsule\", \"name\":\"test-auto-upgrade\", \"description\":\"\", \"status\":\"pool_required\", \"version\":\"1.33.4\", \"cni\":\"calico\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"auto_upgrade\"], \"cluster_url\":\"https://42c57068-84f0-46bf-8fe3-fab198ef2af4.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.42c57068-84f0-46bf-8fe3-fab198ef2af4.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":true, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"bff93345-d46c-4a07-909f-c98c0c4e4142\", \"commitment_ends_at\":\"2025-10-30T16:18:19.126997Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"73c05c75-c0af-453d-ab23-56a3ef1260cf\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1645" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:18:24 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 7067d19b-581f-47b3-8409-a98aa7ff60bd + status: 200 OK + code: 200 + duration: 82.618109ms +- id: 13 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/42c57068-84f0-46bf-8fe3-fab198ef2af4/kubeconfig + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1674 + body: "{\"name\":\"kubeconfig\", \"content_type\":\"application/octet-stream\", \"content\":\"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogInRlc3QtYXV0by11cGdyYWRlIgogIGNsdXN0ZXI6CiAgICBjZXJ0aWZpY2F0ZS1hdXRob3JpdHktZGF0YTogTFMwdExTMUNSVWRKVGlCRFJWSlVTVVpKUTBGVVJTMHRMUzB0Q2sxSlNVSlhla05EUVZGSFowRjNTVUpCWjBsQ1FVUkJTMEpuWjNGb2EycFBVRkZSUkVGcVFWWk5VazEzUlZGWlJGWlJVVVJGZDNCeVpGZEtiR050Tld3S1pFZFdlazFDTkZoRVZFa3hUVlJCZVU5VVJUSk5WR2Q0VDFadldFUlVUVEZOVkVGNVQxUkZNazFVWjNoUFZtOTNSbFJGVkUxQ1JVZEJNVlZGUVhoTlN3cGhNMVpwV2xoS2RWcFlVbXhqZWtKYVRVSk5SMEo1Y1VkVFRUUTVRV2RGUjBORGNVZFRUVFE1UVhkRlNFRXdTVUZDU1ZGWVlVTXljbWxuUmtGak0wdFJDalZWYWpSalRHNVRjM1pLYmpabGRuUkthSEJyVTNOS05YYzJZVTg0VmpnMGVrZFJMMk52VlRsU1VpdGxZblpMVERSeGRFODBORUk0TVZvMFkzQndaa2NLT1dGdlkxSmxUMnBSYWtKQlRVRTBSMEV4VldSRWQwVkNMM2RSUlVGM1NVTndSRUZRUW1kT1ZraFNUVUpCWmpoRlFsUkJSRUZSU0M5TlFqQkhRVEZWWkFwRVoxRlhRa0pTVjNReE9YcE1abmMzYTNGUE1FWkNiSE4zVUdsSmRuWTNhMGRVUVV0Q1oyZHhhR3RxVDFCUlVVUkJaMDVKUVVSQ1JrRnBSVUZuT1RSekNrTjViV2gwTUdaNE1HcEJNbFExUXl0QmVrSmxkbm93Y1RsVFJFVXdkSGg2VG5CSGVGUjJORU5KUTBOTFlrZzRlRXR3WVVJeFVIaHRjMHgzTmxvM01WQUtVaXRhSzFOTk5rZDBObGRFUVV4dVNraDJlRWtLTFMwdExTMUZUa1FnUTBWU1ZFbEdTVU5CVkVVdExTMHRMUW89CiAgICBzZXJ2ZXI6IGh0dHBzOi8vNDJjNTcwNjgtODRmMC00NmJmLThmZTMtZmFiMTk4ZWYyYWY0LmFwaS5rOHMuZnItcGFyLnNjdy5jbG91ZDo2NDQzCmNvbnRleHRzOgotIG5hbWU6IGFkbWluQHRlc3QtYXV0by11cGdyYWRlCiAgY29udGV4dDoKICAgIGNsdXN0ZXI6ICJ0ZXN0LWF1dG8tdXBncmFkZSIKICAgIHVzZXI6IHRlc3QtYXV0by11cGdyYWRlLWFkbWluCmN1cnJlbnQtY29udGV4dDogYWRtaW5AdGVzdC1hdXRvLXVwZ3JhZGUKa2luZDogQ29uZmlnCnByZWZlcmVuY2VzOiB7fQp1c2VyczoKLSBuYW1lOiB0ZXN0LWF1dG8tdXBncmFkZS1hZG1pbgogIHVzZXI6CiAgICB0b2tlbjogYmVRNlIxcEk2TEViSDJmRldaMWhFVzZUWVh5bFFjVWlLOTVDUWk2b0NkZmlvWHNrNDFNZGRZMFU=\"}" + headers: + Content-Length: + - "1674" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:18:24 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 8966ca4c-3d04-49e1-a35e-56001dd5b90d + status: 200 OK + code: 200 + duration: 74.461039ms +- id: 14 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/42c57068-84f0-46bf-8fe3-fab198ef2af4 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1645 + body: "{\"region\":\"fr-par\", \"id\":\"42c57068-84f0-46bf-8fe3-fab198ef2af4\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:19.126989Z\", \"updated_at\":\"2025-10-30T16:18:19.634737Z\", \"type\":\"kapsule\", \"name\":\"test-auto-upgrade\", \"description\":\"\", \"status\":\"pool_required\", \"version\":\"1.33.4\", \"cni\":\"calico\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"auto_upgrade\"], \"cluster_url\":\"https://42c57068-84f0-46bf-8fe3-fab198ef2af4.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.42c57068-84f0-46bf-8fe3-fab198ef2af4.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":true, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"bff93345-d46c-4a07-909f-c98c0c4e4142\", \"commitment_ends_at\":\"2025-10-30T16:18:19.126997Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"73c05c75-c0af-453d-ab23-56a3ef1260cf\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1645" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:18:24 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - a32f2473-9102-4e6e-8247-48b8f1580e47 + status: 200 OK + code: 200 + duration: 22.490471ms +- id: 15 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/vpc/v2/regions/fr-par/vpcs/a84ecae9-5f44-4768-a630-c28141d64f20 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 431 + body: "{\"id\":\"a84ecae9-5f44-4768-a630-c28141d64f20\", \"name\":\"testAccCheckK8SClusterAutoUpgrade\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:17.205277Z\", \"updated_at\":\"2025-10-30T16:18:17.205277Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_default\":false, \"private_network_count\":1, \"routing_enabled\":true, \"custom_routes_propagation_enabled\":true, \"region\":\"fr-par\"}" + headers: + Content-Length: + - "431" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:18:24 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - f48a0ebe-2d78-471a-9601-de26dbdc7306 + status: 200 OK + code: 200 + duration: 68.670682ms +- id: 16 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks/bff93345-d46c-4a07-909f-c98c0c4e4142 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1087 + body: "{\"id\":\"bff93345-d46c-4a07-909f-c98c0c4e4142\", \"name\":\"test-auto-upgrade\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:18.178723Z\", \"updated_at\":\"2025-10-30T16:18:18.178723Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"subnets\":[{\"id\":\"f806e99f-aabe-45cb-b5dc-614eb3ba4812\", \"created_at\":\"2025-10-30T16:18:18.178723Z\", \"updated_at\":\"2025-10-30T16:18:18.178723Z\", \"subnet\":\"172.17.28.0/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"bff93345-d46c-4a07-909f-c98c0c4e4142\", \"vpc_id\":\"a84ecae9-5f44-4768-a630-c28141d64f20\"}, {\"id\":\"ec3d3ce7-6a6c-4c19-b06a-7d0ef81190c2\", \"created_at\":\"2025-10-30T16:18:18.178723Z\", \"updated_at\":\"2025-10-30T16:18:18.178723Z\", \"subnet\":\"fd5f:519c:6d46:2624::/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"bff93345-d46c-4a07-909f-c98c0c4e4142\", \"vpc_id\":\"a84ecae9-5f44-4768-a630-c28141d64f20\"}], \"vpc_id\":\"a84ecae9-5f44-4768-a630-c28141d64f20\", \"dhcp_enabled\":true, \"default_route_propagation_enabled\":false, \"region\":\"fr-par\"}" + headers: + Content-Length: + - "1087" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:18:24 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 98f0ee04-ae19-4061-9d72-df04f2af7323 + status: 200 OK + code: 200 + duration: 22.399189ms +- id: 17 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/42c57068-84f0-46bf-8fe3-fab198ef2af4 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1645 + body: "{\"region\":\"fr-par\", \"id\":\"42c57068-84f0-46bf-8fe3-fab198ef2af4\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:19.126989Z\", \"updated_at\":\"2025-10-30T16:18:19.634737Z\", \"type\":\"kapsule\", \"name\":\"test-auto-upgrade\", \"description\":\"\", \"status\":\"pool_required\", \"version\":\"1.33.4\", \"cni\":\"calico\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"auto_upgrade\"], \"cluster_url\":\"https://42c57068-84f0-46bf-8fe3-fab198ef2af4.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.42c57068-84f0-46bf-8fe3-fab198ef2af4.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":true, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"bff93345-d46c-4a07-909f-c98c0c4e4142\", \"commitment_ends_at\":\"2025-10-30T16:18:19.126997Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"73c05c75-c0af-453d-ab23-56a3ef1260cf\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1645" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:18:24 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - a1e04513-9054-4087-a090-87ebc52d2d53 + status: 200 OK + code: 200 + duration: 23.600604ms +- id: 18 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/42c57068-84f0-46bf-8fe3-fab198ef2af4/kubeconfig + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1674 + body: "{\"name\":\"kubeconfig\", \"content_type\":\"application/octet-stream\", \"content\":\"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogInRlc3QtYXV0by11cGdyYWRlIgogIGNsdXN0ZXI6CiAgICBjZXJ0aWZpY2F0ZS1hdXRob3JpdHktZGF0YTogTFMwdExTMUNSVWRKVGlCRFJWSlVTVVpKUTBGVVJTMHRMUzB0Q2sxSlNVSlhla05EUVZGSFowRjNTVUpCWjBsQ1FVUkJTMEpuWjNGb2EycFBVRkZSUkVGcVFWWk5VazEzUlZGWlJGWlJVVVJGZDNCeVpGZEtiR050Tld3S1pFZFdlazFDTkZoRVZFa3hUVlJCZVU5VVJUSk5WR2Q0VDFadldFUlVUVEZOVkVGNVQxUkZNazFVWjNoUFZtOTNSbFJGVkUxQ1JVZEJNVlZGUVhoTlN3cGhNMVpwV2xoS2RWcFlVbXhqZWtKYVRVSk5SMEo1Y1VkVFRUUTVRV2RGUjBORGNVZFRUVFE1UVhkRlNFRXdTVUZDU1ZGWVlVTXljbWxuUmtGak0wdFJDalZWYWpSalRHNVRjM1pLYmpabGRuUkthSEJyVTNOS05YYzJZVTg0VmpnMGVrZFJMMk52VlRsU1VpdGxZblpMVERSeGRFODBORUk0TVZvMFkzQndaa2NLT1dGdlkxSmxUMnBSYWtKQlRVRTBSMEV4VldSRWQwVkNMM2RSUlVGM1NVTndSRUZRUW1kT1ZraFNUVUpCWmpoRlFsUkJSRUZSU0M5TlFqQkhRVEZWWkFwRVoxRlhRa0pTVjNReE9YcE1abmMzYTNGUE1FWkNiSE4zVUdsSmRuWTNhMGRVUVV0Q1oyZHhhR3RxVDFCUlVVUkJaMDVKUVVSQ1JrRnBSVUZuT1RSekNrTjViV2gwTUdaNE1HcEJNbFExUXl0QmVrSmxkbm93Y1RsVFJFVXdkSGg2VG5CSGVGUjJORU5KUTBOTFlrZzRlRXR3WVVJeFVIaHRjMHgzTmxvM01WQUtVaXRhSzFOTk5rZDBObGRFUVV4dVNraDJlRWtLTFMwdExTMUZUa1FnUTBWU1ZFbEdTVU5CVkVVdExTMHRMUW89CiAgICBzZXJ2ZXI6IGh0dHBzOi8vNDJjNTcwNjgtODRmMC00NmJmLThmZTMtZmFiMTk4ZWYyYWY0LmFwaS5rOHMuZnItcGFyLnNjdy5jbG91ZDo2NDQzCmNvbnRleHRzOgotIG5hbWU6IGFkbWluQHRlc3QtYXV0by11cGdyYWRlCiAgY29udGV4dDoKICAgIGNsdXN0ZXI6ICJ0ZXN0LWF1dG8tdXBncmFkZSIKICAgIHVzZXI6IHRlc3QtYXV0by11cGdyYWRlLWFkbWluCmN1cnJlbnQtY29udGV4dDogYWRtaW5AdGVzdC1hdXRvLXVwZ3JhZGUKa2luZDogQ29uZmlnCnByZWZlcmVuY2VzOiB7fQp1c2VyczoKLSBuYW1lOiB0ZXN0LWF1dG8tdXBncmFkZS1hZG1pbgogIHVzZXI6CiAgICB0b2tlbjogYmVRNlIxcEk2TEViSDJmRldaMWhFVzZUWVh5bFFjVWlLOTVDUWk2b0NkZmlvWHNrNDFNZGRZMFU=\"}" + headers: + Content-Length: + - "1674" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:18:25 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 7cdec6cf-85c1-4aff-a772-24ffba7c76dd + status: 200 OK + code: 200 + duration: 82.395881ms +- id: 19 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/vpc/v2/regions/fr-par/vpcs/a84ecae9-5f44-4768-a630-c28141d64f20 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 431 + body: "{\"id\":\"a84ecae9-5f44-4768-a630-c28141d64f20\", \"name\":\"testAccCheckK8SClusterAutoUpgrade\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:17.205277Z\", \"updated_at\":\"2025-10-30T16:18:17.205277Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_default\":false, \"private_network_count\":1, \"routing_enabled\":true, \"custom_routes_propagation_enabled\":true, \"region\":\"fr-par\"}" + headers: + Content-Length: + - "431" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:18:25 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 43266110-f4a8-44ab-bf99-b372f3315577 + status: 200 OK + code: 200 + duration: 21.161195ms +- id: 20 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks/bff93345-d46c-4a07-909f-c98c0c4e4142 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1087 + body: "{\"id\":\"bff93345-d46c-4a07-909f-c98c0c4e4142\", \"name\":\"test-auto-upgrade\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:18.178723Z\", \"updated_at\":\"2025-10-30T16:18:18.178723Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"subnets\":[{\"id\":\"f806e99f-aabe-45cb-b5dc-614eb3ba4812\", \"created_at\":\"2025-10-30T16:18:18.178723Z\", \"updated_at\":\"2025-10-30T16:18:18.178723Z\", \"subnet\":\"172.17.28.0/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"bff93345-d46c-4a07-909f-c98c0c4e4142\", \"vpc_id\":\"a84ecae9-5f44-4768-a630-c28141d64f20\"}, {\"id\":\"ec3d3ce7-6a6c-4c19-b06a-7d0ef81190c2\", \"created_at\":\"2025-10-30T16:18:18.178723Z\", \"updated_at\":\"2025-10-30T16:18:18.178723Z\", \"subnet\":\"fd5f:519c:6d46:2624::/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"bff93345-d46c-4a07-909f-c98c0c4e4142\", \"vpc_id\":\"a84ecae9-5f44-4768-a630-c28141d64f20\"}], \"vpc_id\":\"a84ecae9-5f44-4768-a630-c28141d64f20\", \"dhcp_enabled\":true, \"default_route_propagation_enabled\":false, \"region\":\"fr-par\"}" + headers: + Content-Length: + - "1087" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:18:25 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 56a27071-d8fe-4b2b-9e35-6d886ff1efff + status: 200 OK + code: 200 + duration: 30.402229ms +- id: 21 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/42c57068-84f0-46bf-8fe3-fab198ef2af4 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1645 + body: "{\"region\":\"fr-par\", \"id\":\"42c57068-84f0-46bf-8fe3-fab198ef2af4\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:19.126989Z\", \"updated_at\":\"2025-10-30T16:18:19.634737Z\", \"type\":\"kapsule\", \"name\":\"test-auto-upgrade\", \"description\":\"\", \"status\":\"pool_required\", \"version\":\"1.33.4\", \"cni\":\"calico\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"auto_upgrade\"], \"cluster_url\":\"https://42c57068-84f0-46bf-8fe3-fab198ef2af4.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.42c57068-84f0-46bf-8fe3-fab198ef2af4.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":true, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"bff93345-d46c-4a07-909f-c98c0c4e4142\", \"commitment_ends_at\":\"2025-10-30T16:18:19.126997Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"73c05c75-c0af-453d-ab23-56a3ef1260cf\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1645" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:18:25 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 97a32128-31f4-4d95-a004-77c29a916e1c + status: 200 OK + code: 200 + duration: 19.678572ms +- id: 22 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/42c57068-84f0-46bf-8fe3-fab198ef2af4/kubeconfig + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1674 + body: "{\"name\":\"kubeconfig\", \"content_type\":\"application/octet-stream\", \"content\":\"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogInRlc3QtYXV0by11cGdyYWRlIgogIGNsdXN0ZXI6CiAgICBjZXJ0aWZpY2F0ZS1hdXRob3JpdHktZGF0YTogTFMwdExTMUNSVWRKVGlCRFJWSlVTVVpKUTBGVVJTMHRMUzB0Q2sxSlNVSlhla05EUVZGSFowRjNTVUpCWjBsQ1FVUkJTMEpuWjNGb2EycFBVRkZSUkVGcVFWWk5VazEzUlZGWlJGWlJVVVJGZDNCeVpGZEtiR050Tld3S1pFZFdlazFDTkZoRVZFa3hUVlJCZVU5VVJUSk5WR2Q0VDFadldFUlVUVEZOVkVGNVQxUkZNazFVWjNoUFZtOTNSbFJGVkUxQ1JVZEJNVlZGUVhoTlN3cGhNMVpwV2xoS2RWcFlVbXhqZWtKYVRVSk5SMEo1Y1VkVFRUUTVRV2RGUjBORGNVZFRUVFE1UVhkRlNFRXdTVUZDU1ZGWVlVTXljbWxuUmtGak0wdFJDalZWYWpSalRHNVRjM1pLYmpabGRuUkthSEJyVTNOS05YYzJZVTg0VmpnMGVrZFJMMk52VlRsU1VpdGxZblpMVERSeGRFODBORUk0TVZvMFkzQndaa2NLT1dGdlkxSmxUMnBSYWtKQlRVRTBSMEV4VldSRWQwVkNMM2RSUlVGM1NVTndSRUZRUW1kT1ZraFNUVUpCWmpoRlFsUkJSRUZSU0M5TlFqQkhRVEZWWkFwRVoxRlhRa0pTVjNReE9YcE1abmMzYTNGUE1FWkNiSE4zVUdsSmRuWTNhMGRVUVV0Q1oyZHhhR3RxVDFCUlVVUkJaMDVKUVVSQ1JrRnBSVUZuT1RSekNrTjViV2gwTUdaNE1HcEJNbFExUXl0QmVrSmxkbm93Y1RsVFJFVXdkSGg2VG5CSGVGUjJORU5KUTBOTFlrZzRlRXR3WVVJeFVIaHRjMHgzTmxvM01WQUtVaXRhSzFOTk5rZDBObGRFUVV4dVNraDJlRWtLTFMwdExTMUZUa1FnUTBWU1ZFbEdTVU5CVkVVdExTMHRMUW89CiAgICBzZXJ2ZXI6IGh0dHBzOi8vNDJjNTcwNjgtODRmMC00NmJmLThmZTMtZmFiMTk4ZWYyYWY0LmFwaS5rOHMuZnItcGFyLnNjdy5jbG91ZDo2NDQzCmNvbnRleHRzOgotIG5hbWU6IGFkbWluQHRlc3QtYXV0by11cGdyYWRlCiAgY29udGV4dDoKICAgIGNsdXN0ZXI6ICJ0ZXN0LWF1dG8tdXBncmFkZSIKICAgIHVzZXI6IHRlc3QtYXV0by11cGdyYWRlLWFkbWluCmN1cnJlbnQtY29udGV4dDogYWRtaW5AdGVzdC1hdXRvLXVwZ3JhZGUKa2luZDogQ29uZmlnCnByZWZlcmVuY2VzOiB7fQp1c2VyczoKLSBuYW1lOiB0ZXN0LWF1dG8tdXBncmFkZS1hZG1pbgogIHVzZXI6CiAgICB0b2tlbjogYmVRNlIxcEk2TEViSDJmRldaMWhFVzZUWVh5bFFjVWlLOTVDUWk2b0NkZmlvWHNrNDFNZGRZMFU=\"}" + headers: + Content-Length: + - "1674" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:18:25 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 54a2f12f-19dc-4c5a-9366-bbae2af1a4c6 + status: 200 OK + code: 200 + duration: 22.688622ms +- id: 23 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/versions + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 4476 + body: "{\"versions\":[{\"region\":\"fr-par\", \"name\":\"1.34.1\", \"label\":\"Kubernetes 1.34.1\", \"available_cnis\":[\"cilium\", \"cilium_native\", \"calico\", \"kilo\", \"none\"], \"available_container_runtimes\":[\"containerd\"], \"available_feature_gates\":[\"HPAScaleToZero\", \"CPUManagerPolicyAlphaOptions\", \"ImageVolume\"], \"available_admission_plugins\":[\"AlwaysPullImages\", \"PodNodeSelector\", \"PodTolerationRestriction\"], \"available_kubelet_args\":{\"containerLogMaxFiles\":\"uint16\", \"containerLogMaxSize\":\"quantity\", \"cpuCFSQuota\":\"bool\", \"cpuCFSQuotaPeriod\":\"duration\", \"cpuManagerPolicy\":\"enum:none|static\", \"cpuManagerPolicyOptions\":\"map[string]string\", \"enableDebuggingHandlers\":\"bool\", \"evictionHard\":\"map[string]string\", \"evictionMinimumReclaim\":\"map[string]string\", \"imageGCHighThresholdPercent\":\"uint32\", \"imageGCLowThresholdPercent\":\"uint32\", \"maxParallelImagePulls\":\"int32\", \"maxPods\":\"uint16\", \"registryBurst\":\"int32\", \"registryPullQPS\":\"int32\", \"serializeImagePulls\":\"bool\"}, \"deprecated_at\":\"2026-09-29T00:00:00Z\", \"end_of_life_at\":\"2026-11-29T00:00:00Z\", \"released_at\":\"2025-09-29T00:00:00Z\"}, {\"region\":\"fr-par\", \"name\":\"1.33.4\", \"label\":\"Kubernetes 1.33.4\", \"available_cnis\":[\"cilium\", \"calico\", \"kilo\", \"none\"], \"available_container_runtimes\":[\"containerd\"], \"available_feature_gates\":[\"HPAScaleToZero\", \"DRAAdminAccess\", \"DynamicResourceAllocation\", \"PodLevelResources\", \"CPUManagerPolicyAlphaOptions\", \"ImageVolume\"], \"available_admission_plugins\":[\"AlwaysPullImages\", \"PodNodeSelector\", \"PodTolerationRestriction\"], \"available_kubelet_args\":{\"containerLogMaxFiles\":\"uint16\", \"containerLogMaxSize\":\"quantity\", \"cpuCFSQuota\":\"bool\", \"cpuCFSQuotaPeriod\":\"duration\", \"cpuManagerPolicy\":\"enum:none|static\", \"cpuManagerPolicyOptions\":\"map[string]string\", \"enableDebuggingHandlers\":\"bool\", \"evictionHard\":\"map[string]string\", \"evictionMinimumReclaim\":\"map[string]string\", \"imageGCHighThresholdPercent\":\"uint32\", \"imageGCLowThresholdPercent\":\"uint32\", \"maxParallelImagePulls\":\"int32\", \"maxPods\":\"uint16\", \"registryBurst\":\"int32\", \"registryPullQPS\":\"int32\", \"serializeImagePulls\":\"bool\"}, \"deprecated_at\":\"2026-09-04T00:00:00Z\", \"end_of_life_at\":\"2026-11-04T00:00:00Z\", \"released_at\":\"2025-09-04T00:00:00Z\"}, {\"region\":\"fr-par\", \"name\":\"1.32.8\", \"label\":\"Kubernetes 1.32.8\", \"available_cnis\":[\"cilium\", \"calico\", \"kilo\", \"none\"], \"available_container_runtimes\":[\"containerd\"], \"available_feature_gates\":[\"HPAScaleToZero\", \"InPlacePodVerticalScaling\", \"SidecarContainers\", \"DRAAdminAccess\", \"DRAResourceClaimDeviceStatus\", \"DynamicResourceAllocation\", \"PodLevelResources\", \"CPUManagerPolicyAlphaOptions\", \"ImageVolume\"], \"available_admission_plugins\":[\"AlwaysPullImages\", \"PodNodeSelector\", \"PodTolerationRestriction\"], \"available_kubelet_args\":{\"containerLogMaxFiles\":\"uint16\", \"containerLogMaxSize\":\"quantity\", \"cpuCFSQuota\":\"bool\", \"cpuCFSQuotaPeriod\":\"duration\", \"cpuManagerPolicy\":\"enum:none|static\", \"cpuManagerPolicyOptions\":\"map[string]string\", \"enableDebuggingHandlers\":\"bool\", \"evictionHard\":\"map[string]string\", \"evictionMinimumReclaim\":\"map[string]string\", \"imageGCHighThresholdPercent\":\"uint32\", \"imageGCLowThresholdPercent\":\"uint32\", \"maxParallelImagePulls\":\"int32\", \"maxPods\":\"uint16\", \"registryBurst\":\"int32\", \"registryPullQPS\":\"int32\", \"serializeImagePulls\":\"bool\"}, \"deprecated_at\":\"2026-03-24T00:00:00Z\", \"end_of_life_at\":\"2025-05-24T00:00:00Z\", \"released_at\":\"2025-03-24T00:00:00Z\"}, {\"region\":\"fr-par\", \"name\":\"1.31.12\", \"label\":\"Kubernetes 1.31.12\", \"available_cnis\":[\"cilium\", \"calico\", \"kilo\", \"none\"], \"available_container_runtimes\":[\"containerd\"], \"available_feature_gates\":[\"HPAScaleToZero\", \"InPlacePodVerticalScaling\", \"SidecarContainers\", \"CPUManagerPolicyAlphaOptions\", \"ImageVolume\"], \"available_admission_plugins\":[\"AlwaysPullImages\", \"PodNodeSelector\", \"PodTolerationRestriction\"], \"available_kubelet_args\":{\"containerLogMaxFiles\":\"uint16\", \"containerLogMaxSize\":\"quantity\", \"cpuCFSQuota\":\"bool\", \"cpuCFSQuotaPeriod\":\"duration\", \"cpuManagerPolicy\":\"enum:none|static\", \"cpuManagerPolicyOptions\":\"map[string]string\", \"enableDebuggingHandlers\":\"bool\", \"evictionHard\":\"map[string]string\", \"evictionMinimumReclaim\":\"map[string]string\", \"imageGCHighThresholdPercent\":\"uint32\", \"imageGCLowThresholdPercent\":\"uint32\", \"maxParallelImagePulls\":\"int32\", \"maxPods\":\"uint16\", \"registryBurst\":\"int32\", \"registryPullQPS\":\"int32\", \"serializeImagePulls\":\"bool\"}, \"deprecated_at\":\"2025-12-02T00:00:00Z\", \"end_of_life_at\":\"2026-02-02T00:00:00Z\", \"released_at\":\"2024-12-02T00:00:00Z\"}]}" + headers: + Content-Length: + - "4476" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:18:25 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - fa42a8aa-54b1-49bc-a47b-2f3502f1826b + status: 200 OK + code: 200 + duration: 18.795496ms +- id: 24 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/42c57068-84f0-46bf-8fe3-fab198ef2af4 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1645 + body: "{\"region\":\"fr-par\", \"id\":\"42c57068-84f0-46bf-8fe3-fab198ef2af4\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:19.126989Z\", \"updated_at\":\"2025-10-30T16:18:19.634737Z\", \"type\":\"kapsule\", \"name\":\"test-auto-upgrade\", \"description\":\"\", \"status\":\"pool_required\", \"version\":\"1.33.4\", \"cni\":\"calico\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"auto_upgrade\"], \"cluster_url\":\"https://42c57068-84f0-46bf-8fe3-fab198ef2af4.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.42c57068-84f0-46bf-8fe3-fab198ef2af4.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":true, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"bff93345-d46c-4a07-909f-c98c0c4e4142\", \"commitment_ends_at\":\"2025-10-30T16:18:19.126997Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"73c05c75-c0af-453d-ab23-56a3ef1260cf\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1645" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:18:25 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 4e056490-76de-4219-ba9e-f3a15a12beb4 + status: 200 OK + code: 200 + duration: 91.818136ms +- id: 25 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 592 + host: api.scaleway.com + body: "{\"autoscaler_config\":{\"scale_down_disabled\":null,\"scale_down_delay_after_add\":null,\"estimator\":\"unknown_estimator\",\"expander\":\"unknown_expander\",\"ignore_daemonsets_utilization\":null,\"balance_similar_node_groups\":null,\"expendable_pods_priority_cutoff\":null,\"scale_down_unneeded_time\":null,\"scale_down_utilization_threshold\":null,\"max_graceful_termination_sec\":null},\"auto_upgrade\":{\"enable\":true,\"maintenance_window\":null},\"open_id_connect_config\":{\"issuer_url\":null,\"client_id\":null,\"username_claim\":null,\"username_prefix\":null,\"groups_claim\":null,\"groups_prefix\":null,\"required_claim\":null}}" + headers: + Content-Type: + - application/json + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/42c57068-84f0-46bf-8fe3-fab198ef2af4 + method: PATCH + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1640 + body: "{\"region\":\"fr-par\", \"id\":\"42c57068-84f0-46bf-8fe3-fab198ef2af4\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:19.126989Z\", \"updated_at\":\"2025-10-30T16:18:25.623343Z\", \"type\":\"kapsule\", \"name\":\"test-auto-upgrade\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.33.4\", \"cni\":\"calico\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"auto_upgrade\"], \"cluster_url\":\"https://42c57068-84f0-46bf-8fe3-fab198ef2af4.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.42c57068-84f0-46bf-8fe3-fab198ef2af4.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":true, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":true, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"bff93345-d46c-4a07-909f-c98c0c4e4142\", \"commitment_ends_at\":\"2025-10-30T16:18:19.126997Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"73c05c75-c0af-453d-ab23-56a3ef1260cf\", \"new_images_enabled\":false, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1640" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:18:25 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - ca47fd43-c8ff-4864-8bb5-41af744ad5ea + status: 200 OK + code: 200 + duration: 104.651932ms +- id: 26 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/42c57068-84f0-46bf-8fe3-fab198ef2af4 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1639 + body: "{\"region\":\"fr-par\", \"id\":\"42c57068-84f0-46bf-8fe3-fab198ef2af4\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:19.126989Z\", \"updated_at\":\"2025-10-30T16:18:25.623343Z\", \"type\":\"kapsule\", \"name\":\"test-auto-upgrade\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.33.4\", \"cni\":\"calico\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"auto_upgrade\"], \"cluster_url\":\"https://42c57068-84f0-46bf-8fe3-fab198ef2af4.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.42c57068-84f0-46bf-8fe3-fab198ef2af4.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":true, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":true, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"bff93345-d46c-4a07-909f-c98c0c4e4142\", \"commitment_ends_at\":\"2025-10-30T16:18:19.126997Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"73c05c75-c0af-453d-ab23-56a3ef1260cf\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1639" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:18:25 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 0799cb53-3c34-4281-9592-cbdba2a4d847 + status: 200 OK + code: 200 + duration: 89.656047ms +- id: 27 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/42c57068-84f0-46bf-8fe3-fab198ef2af4 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1644 + body: "{\"region\":\"fr-par\", \"id\":\"42c57068-84f0-46bf-8fe3-fab198ef2af4\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:19.126989Z\", \"updated_at\":\"2025-10-30T16:18:25.655855Z\", \"type\":\"kapsule\", \"name\":\"test-auto-upgrade\", \"description\":\"\", \"status\":\"pool_required\", \"version\":\"1.33.4\", \"cni\":\"calico\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"auto_upgrade\"], \"cluster_url\":\"https://42c57068-84f0-46bf-8fe3-fab198ef2af4.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.42c57068-84f0-46bf-8fe3-fab198ef2af4.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":true, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":true, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"bff93345-d46c-4a07-909f-c98c0c4e4142\", \"commitment_ends_at\":\"2025-10-30T16:18:19.126997Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"73c05c75-c0af-453d-ab23-56a3ef1260cf\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1644" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:18:30 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 9c13bff5-ad72-482a-9d02-c6c2e86f5d0b + status: 200 OK + code: 200 + duration: 79.517269ms +- id: 28 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/42c57068-84f0-46bf-8fe3-fab198ef2af4 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1644 + body: "{\"region\":\"fr-par\", \"id\":\"42c57068-84f0-46bf-8fe3-fab198ef2af4\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:19.126989Z\", \"updated_at\":\"2025-10-30T16:18:25.655855Z\", \"type\":\"kapsule\", \"name\":\"test-auto-upgrade\", \"description\":\"\", \"status\":\"pool_required\", \"version\":\"1.33.4\", \"cni\":\"calico\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"auto_upgrade\"], \"cluster_url\":\"https://42c57068-84f0-46bf-8fe3-fab198ef2af4.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.42c57068-84f0-46bf-8fe3-fab198ef2af4.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":true, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":true, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"bff93345-d46c-4a07-909f-c98c0c4e4142\", \"commitment_ends_at\":\"2025-10-30T16:18:19.126997Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"73c05c75-c0af-453d-ab23-56a3ef1260cf\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1644" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:18:30 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - c46341a1-a3a2-4b7b-88eb-1f475aaa8f08 + status: 200 OK + code: 200 + duration: 89.698467ms +- id: 29 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/42c57068-84f0-46bf-8fe3-fab198ef2af4/kubeconfig + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1674 + body: "{\"name\":\"kubeconfig\", \"content_type\":\"application/octet-stream\", \"content\":\"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogInRlc3QtYXV0by11cGdyYWRlIgogIGNsdXN0ZXI6CiAgICBjZXJ0aWZpY2F0ZS1hdXRob3JpdHktZGF0YTogTFMwdExTMUNSVWRKVGlCRFJWSlVTVVpKUTBGVVJTMHRMUzB0Q2sxSlNVSlhla05EUVZGSFowRjNTVUpCWjBsQ1FVUkJTMEpuWjNGb2EycFBVRkZSUkVGcVFWWk5VazEzUlZGWlJGWlJVVVJGZDNCeVpGZEtiR050Tld3S1pFZFdlazFDTkZoRVZFa3hUVlJCZVU5VVJUSk5WR2Q0VDFadldFUlVUVEZOVkVGNVQxUkZNazFVWjNoUFZtOTNSbFJGVkUxQ1JVZEJNVlZGUVhoTlN3cGhNMVpwV2xoS2RWcFlVbXhqZWtKYVRVSk5SMEo1Y1VkVFRUUTVRV2RGUjBORGNVZFRUVFE1UVhkRlNFRXdTVUZDU1ZGWVlVTXljbWxuUmtGak0wdFJDalZWYWpSalRHNVRjM1pLYmpabGRuUkthSEJyVTNOS05YYzJZVTg0VmpnMGVrZFJMMk52VlRsU1VpdGxZblpMVERSeGRFODBORUk0TVZvMFkzQndaa2NLT1dGdlkxSmxUMnBSYWtKQlRVRTBSMEV4VldSRWQwVkNMM2RSUlVGM1NVTndSRUZRUW1kT1ZraFNUVUpCWmpoRlFsUkJSRUZSU0M5TlFqQkhRVEZWWkFwRVoxRlhRa0pTVjNReE9YcE1abmMzYTNGUE1FWkNiSE4zVUdsSmRuWTNhMGRVUVV0Q1oyZHhhR3RxVDFCUlVVUkJaMDVKUVVSQ1JrRnBSVUZuT1RSekNrTjViV2gwTUdaNE1HcEJNbFExUXl0QmVrSmxkbm93Y1RsVFJFVXdkSGg2VG5CSGVGUjJORU5KUTBOTFlrZzRlRXR3WVVJeFVIaHRjMHgzTmxvM01WQUtVaXRhSzFOTk5rZDBObGRFUVV4dVNraDJlRWtLTFMwdExTMUZUa1FnUTBWU1ZFbEdTVU5CVkVVdExTMHRMUW89CiAgICBzZXJ2ZXI6IGh0dHBzOi8vNDJjNTcwNjgtODRmMC00NmJmLThmZTMtZmFiMTk4ZWYyYWY0LmFwaS5rOHMuZnItcGFyLnNjdy5jbG91ZDo2NDQzCmNvbnRleHRzOgotIG5hbWU6IGFkbWluQHRlc3QtYXV0by11cGdyYWRlCiAgY29udGV4dDoKICAgIGNsdXN0ZXI6ICJ0ZXN0LWF1dG8tdXBncmFkZSIKICAgIHVzZXI6IHRlc3QtYXV0by11cGdyYWRlLWFkbWluCmN1cnJlbnQtY29udGV4dDogYWRtaW5AdGVzdC1hdXRvLXVwZ3JhZGUKa2luZDogQ29uZmlnCnByZWZlcmVuY2VzOiB7fQp1c2VyczoKLSBuYW1lOiB0ZXN0LWF1dG8tdXBncmFkZS1hZG1pbgogIHVzZXI6CiAgICB0b2tlbjogYmVRNlIxcEk2TEViSDJmRldaMWhFVzZUWVh5bFFjVWlLOTVDUWk2b0NkZmlvWHNrNDFNZGRZMFU=\"}" + headers: + Content-Length: + - "1674" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:18:30 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - b6f5c30e-4ba2-495a-bdd1-ff879bc91d59 + status: 200 OK + code: 200 + duration: 99.271664ms +- id: 30 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/42c57068-84f0-46bf-8fe3-fab198ef2af4 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1644 + body: "{\"region\":\"fr-par\", \"id\":\"42c57068-84f0-46bf-8fe3-fab198ef2af4\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:19.126989Z\", \"updated_at\":\"2025-10-30T16:18:25.655855Z\", \"type\":\"kapsule\", \"name\":\"test-auto-upgrade\", \"description\":\"\", \"status\":\"pool_required\", \"version\":\"1.33.4\", \"cni\":\"calico\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"auto_upgrade\"], \"cluster_url\":\"https://42c57068-84f0-46bf-8fe3-fab198ef2af4.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.42c57068-84f0-46bf-8fe3-fab198ef2af4.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":true, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":true, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"bff93345-d46c-4a07-909f-c98c0c4e4142\", \"commitment_ends_at\":\"2025-10-30T16:18:19.126997Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"73c05c75-c0af-453d-ab23-56a3ef1260cf\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1644" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:18:31 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 1ae6f5f8-28bd-4524-8336-215d57d57043 + status: 200 OK + code: 200 + duration: 21.552911ms +- id: 31 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/vpc/v2/regions/fr-par/vpcs/a84ecae9-5f44-4768-a630-c28141d64f20 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 431 + body: "{\"id\":\"a84ecae9-5f44-4768-a630-c28141d64f20\", \"name\":\"testAccCheckK8SClusterAutoUpgrade\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:17.205277Z\", \"updated_at\":\"2025-10-30T16:18:17.205277Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_default\":false, \"private_network_count\":1, \"routing_enabled\":true, \"custom_routes_propagation_enabled\":true, \"region\":\"fr-par\"}" + headers: + Content-Length: + - "431" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:18:31 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 9af382e7-dbf5-4bd3-898d-7eb44032f302 + status: 200 OK + code: 200 + duration: 22.796074ms +- id: 32 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks/bff93345-d46c-4a07-909f-c98c0c4e4142 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1087 + body: "{\"id\":\"bff93345-d46c-4a07-909f-c98c0c4e4142\", \"name\":\"test-auto-upgrade\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:18.178723Z\", \"updated_at\":\"2025-10-30T16:18:18.178723Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"subnets\":[{\"id\":\"f806e99f-aabe-45cb-b5dc-614eb3ba4812\", \"created_at\":\"2025-10-30T16:18:18.178723Z\", \"updated_at\":\"2025-10-30T16:18:18.178723Z\", \"subnet\":\"172.17.28.0/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"bff93345-d46c-4a07-909f-c98c0c4e4142\", \"vpc_id\":\"a84ecae9-5f44-4768-a630-c28141d64f20\"}, {\"id\":\"ec3d3ce7-6a6c-4c19-b06a-7d0ef81190c2\", \"created_at\":\"2025-10-30T16:18:18.178723Z\", \"updated_at\":\"2025-10-30T16:18:18.178723Z\", \"subnet\":\"fd5f:519c:6d46:2624::/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"bff93345-d46c-4a07-909f-c98c0c4e4142\", \"vpc_id\":\"a84ecae9-5f44-4768-a630-c28141d64f20\"}], \"vpc_id\":\"a84ecae9-5f44-4768-a630-c28141d64f20\", \"dhcp_enabled\":true, \"default_route_propagation_enabled\":false, \"region\":\"fr-par\"}" + headers: + Content-Length: + - "1087" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:18:31 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - f3ea8bde-41ae-4891-87a9-effbe9791fd7 + status: 200 OK + code: 200 + duration: 25.145272ms +- id: 33 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/42c57068-84f0-46bf-8fe3-fab198ef2af4 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1644 + body: "{\"region\":\"fr-par\", \"id\":\"42c57068-84f0-46bf-8fe3-fab198ef2af4\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:19.126989Z\", \"updated_at\":\"2025-10-30T16:18:25.655855Z\", \"type\":\"kapsule\", \"name\":\"test-auto-upgrade\", \"description\":\"\", \"status\":\"pool_required\", \"version\":\"1.33.4\", \"cni\":\"calico\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"auto_upgrade\"], \"cluster_url\":\"https://42c57068-84f0-46bf-8fe3-fab198ef2af4.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.42c57068-84f0-46bf-8fe3-fab198ef2af4.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":true, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":true, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"bff93345-d46c-4a07-909f-c98c0c4e4142\", \"commitment_ends_at\":\"2025-10-30T16:18:19.126997Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"73c05c75-c0af-453d-ab23-56a3ef1260cf\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1644" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:18:31 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - a935cb71-9e35-4b13-8770-1b5601010632 + status: 200 OK + code: 200 + duration: 21.368575ms +- id: 34 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/42c57068-84f0-46bf-8fe3-fab198ef2af4/kubeconfig + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1674 + body: "{\"name\":\"kubeconfig\", \"content_type\":\"application/octet-stream\", \"content\":\"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogInRlc3QtYXV0by11cGdyYWRlIgogIGNsdXN0ZXI6CiAgICBjZXJ0aWZpY2F0ZS1hdXRob3JpdHktZGF0YTogTFMwdExTMUNSVWRKVGlCRFJWSlVTVVpKUTBGVVJTMHRMUzB0Q2sxSlNVSlhla05EUVZGSFowRjNTVUpCWjBsQ1FVUkJTMEpuWjNGb2EycFBVRkZSUkVGcVFWWk5VazEzUlZGWlJGWlJVVVJGZDNCeVpGZEtiR050Tld3S1pFZFdlazFDTkZoRVZFa3hUVlJCZVU5VVJUSk5WR2Q0VDFadldFUlVUVEZOVkVGNVQxUkZNazFVWjNoUFZtOTNSbFJGVkUxQ1JVZEJNVlZGUVhoTlN3cGhNMVpwV2xoS2RWcFlVbXhqZWtKYVRVSk5SMEo1Y1VkVFRUUTVRV2RGUjBORGNVZFRUVFE1UVhkRlNFRXdTVUZDU1ZGWVlVTXljbWxuUmtGak0wdFJDalZWYWpSalRHNVRjM1pLYmpabGRuUkthSEJyVTNOS05YYzJZVTg0VmpnMGVrZFJMMk52VlRsU1VpdGxZblpMVERSeGRFODBORUk0TVZvMFkzQndaa2NLT1dGdlkxSmxUMnBSYWtKQlRVRTBSMEV4VldSRWQwVkNMM2RSUlVGM1NVTndSRUZRUW1kT1ZraFNUVUpCWmpoRlFsUkJSRUZSU0M5TlFqQkhRVEZWWkFwRVoxRlhRa0pTVjNReE9YcE1abmMzYTNGUE1FWkNiSE4zVUdsSmRuWTNhMGRVUVV0Q1oyZHhhR3RxVDFCUlVVUkJaMDVKUVVSQ1JrRnBSVUZuT1RSekNrTjViV2gwTUdaNE1HcEJNbFExUXl0QmVrSmxkbm93Y1RsVFJFVXdkSGg2VG5CSGVGUjJORU5KUTBOTFlrZzRlRXR3WVVJeFVIaHRjMHgzTmxvM01WQUtVaXRhSzFOTk5rZDBObGRFUVV4dVNraDJlRWtLTFMwdExTMUZUa1FnUTBWU1ZFbEdTVU5CVkVVdExTMHRMUW89CiAgICBzZXJ2ZXI6IGh0dHBzOi8vNDJjNTcwNjgtODRmMC00NmJmLThmZTMtZmFiMTk4ZWYyYWY0LmFwaS5rOHMuZnItcGFyLnNjdy5jbG91ZDo2NDQzCmNvbnRleHRzOgotIG5hbWU6IGFkbWluQHRlc3QtYXV0by11cGdyYWRlCiAgY29udGV4dDoKICAgIGNsdXN0ZXI6ICJ0ZXN0LWF1dG8tdXBncmFkZSIKICAgIHVzZXI6IHRlc3QtYXV0by11cGdyYWRlLWFkbWluCmN1cnJlbnQtY29udGV4dDogYWRtaW5AdGVzdC1hdXRvLXVwZ3JhZGUKa2luZDogQ29uZmlnCnByZWZlcmVuY2VzOiB7fQp1c2VyczoKLSBuYW1lOiB0ZXN0LWF1dG8tdXBncmFkZS1hZG1pbgogIHVzZXI6CiAgICB0b2tlbjogYmVRNlIxcEk2TEViSDJmRldaMWhFVzZUWVh5bFFjVWlLOTVDUWk2b0NkZmlvWHNrNDFNZGRZMFU=\"}" + headers: + Content-Length: + - "1674" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:18:31 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 89a1b533-8113-44cf-8d28-4ca411c3d440 + status: 200 OK + code: 200 + duration: 24.863434ms +- id: 35 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/vpc/v2/regions/fr-par/vpcs/a84ecae9-5f44-4768-a630-c28141d64f20 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 431 + body: "{\"id\":\"a84ecae9-5f44-4768-a630-c28141d64f20\", \"name\":\"testAccCheckK8SClusterAutoUpgrade\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:17.205277Z\", \"updated_at\":\"2025-10-30T16:18:17.205277Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_default\":false, \"private_network_count\":1, \"routing_enabled\":true, \"custom_routes_propagation_enabled\":true, \"region\":\"fr-par\"}" + headers: + Content-Length: + - "431" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:18:31 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 55ce3a96-adc6-430c-8ad4-e56f48fcfe71 + status: 200 OK + code: 200 + duration: 24.891817ms +- id: 36 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks/bff93345-d46c-4a07-909f-c98c0c4e4142 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1087 + body: "{\"id\":\"bff93345-d46c-4a07-909f-c98c0c4e4142\", \"name\":\"test-auto-upgrade\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:18.178723Z\", \"updated_at\":\"2025-10-30T16:18:18.178723Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"subnets\":[{\"id\":\"f806e99f-aabe-45cb-b5dc-614eb3ba4812\", \"created_at\":\"2025-10-30T16:18:18.178723Z\", \"updated_at\":\"2025-10-30T16:18:18.178723Z\", \"subnet\":\"172.17.28.0/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"bff93345-d46c-4a07-909f-c98c0c4e4142\", \"vpc_id\":\"a84ecae9-5f44-4768-a630-c28141d64f20\"}, {\"id\":\"ec3d3ce7-6a6c-4c19-b06a-7d0ef81190c2\", \"created_at\":\"2025-10-30T16:18:18.178723Z\", \"updated_at\":\"2025-10-30T16:18:18.178723Z\", \"subnet\":\"fd5f:519c:6d46:2624::/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"bff93345-d46c-4a07-909f-c98c0c4e4142\", \"vpc_id\":\"a84ecae9-5f44-4768-a630-c28141d64f20\"}], \"vpc_id\":\"a84ecae9-5f44-4768-a630-c28141d64f20\", \"dhcp_enabled\":true, \"default_route_propagation_enabled\":false, \"region\":\"fr-par\"}" + headers: + Content-Length: + - "1087" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:18:31 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - f7b6357d-aa2e-4292-9cce-517c2bf9dcbd + status: 200 OK + code: 200 + duration: 24.334681ms +- id: 37 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/42c57068-84f0-46bf-8fe3-fab198ef2af4 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1644 + body: "{\"region\":\"fr-par\", \"id\":\"42c57068-84f0-46bf-8fe3-fab198ef2af4\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:19.126989Z\", \"updated_at\":\"2025-10-30T16:18:25.655855Z\", \"type\":\"kapsule\", \"name\":\"test-auto-upgrade\", \"description\":\"\", \"status\":\"pool_required\", \"version\":\"1.33.4\", \"cni\":\"calico\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"auto_upgrade\"], \"cluster_url\":\"https://42c57068-84f0-46bf-8fe3-fab198ef2af4.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.42c57068-84f0-46bf-8fe3-fab198ef2af4.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":true, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":true, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"bff93345-d46c-4a07-909f-c98c0c4e4142\", \"commitment_ends_at\":\"2025-10-30T16:18:19.126997Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"73c05c75-c0af-453d-ab23-56a3ef1260cf\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1644" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:18:31 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 63a9e63b-69b8-4429-827b-63be683dd8bf + status: 200 OK + code: 200 + duration: 17.61499ms +- id: 38 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/42c57068-84f0-46bf-8fe3-fab198ef2af4/kubeconfig + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1674 + body: "{\"name\":\"kubeconfig\", \"content_type\":\"application/octet-stream\", \"content\":\"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogInRlc3QtYXV0by11cGdyYWRlIgogIGNsdXN0ZXI6CiAgICBjZXJ0aWZpY2F0ZS1hdXRob3JpdHktZGF0YTogTFMwdExTMUNSVWRKVGlCRFJWSlVTVVpKUTBGVVJTMHRMUzB0Q2sxSlNVSlhla05EUVZGSFowRjNTVUpCWjBsQ1FVUkJTMEpuWjNGb2EycFBVRkZSUkVGcVFWWk5VazEzUlZGWlJGWlJVVVJGZDNCeVpGZEtiR050Tld3S1pFZFdlazFDTkZoRVZFa3hUVlJCZVU5VVJUSk5WR2Q0VDFadldFUlVUVEZOVkVGNVQxUkZNazFVWjNoUFZtOTNSbFJGVkUxQ1JVZEJNVlZGUVhoTlN3cGhNMVpwV2xoS2RWcFlVbXhqZWtKYVRVSk5SMEo1Y1VkVFRUUTVRV2RGUjBORGNVZFRUVFE1UVhkRlNFRXdTVUZDU1ZGWVlVTXljbWxuUmtGak0wdFJDalZWYWpSalRHNVRjM1pLYmpabGRuUkthSEJyVTNOS05YYzJZVTg0VmpnMGVrZFJMMk52VlRsU1VpdGxZblpMVERSeGRFODBORUk0TVZvMFkzQndaa2NLT1dGdlkxSmxUMnBSYWtKQlRVRTBSMEV4VldSRWQwVkNMM2RSUlVGM1NVTndSRUZRUW1kT1ZraFNUVUpCWmpoRlFsUkJSRUZSU0M5TlFqQkhRVEZWWkFwRVoxRlhRa0pTVjNReE9YcE1abmMzYTNGUE1FWkNiSE4zVUdsSmRuWTNhMGRVUVV0Q1oyZHhhR3RxVDFCUlVVUkJaMDVKUVVSQ1JrRnBSVUZuT1RSekNrTjViV2gwTUdaNE1HcEJNbFExUXl0QmVrSmxkbm93Y1RsVFJFVXdkSGg2VG5CSGVGUjJORU5KUTBOTFlrZzRlRXR3WVVJeFVIaHRjMHgzTmxvM01WQUtVaXRhSzFOTk5rZDBObGRFUVV4dVNraDJlRWtLTFMwdExTMUZUa1FnUTBWU1ZFbEdTVU5CVkVVdExTMHRMUW89CiAgICBzZXJ2ZXI6IGh0dHBzOi8vNDJjNTcwNjgtODRmMC00NmJmLThmZTMtZmFiMTk4ZWYyYWY0LmFwaS5rOHMuZnItcGFyLnNjdy5jbG91ZDo2NDQzCmNvbnRleHRzOgotIG5hbWU6IGFkbWluQHRlc3QtYXV0by11cGdyYWRlCiAgY29udGV4dDoKICAgIGNsdXN0ZXI6ICJ0ZXN0LWF1dG8tdXBncmFkZSIKICAgIHVzZXI6IHRlc3QtYXV0by11cGdyYWRlLWFkbWluCmN1cnJlbnQtY29udGV4dDogYWRtaW5AdGVzdC1hdXRvLXVwZ3JhZGUKa2luZDogQ29uZmlnCnByZWZlcmVuY2VzOiB7fQp1c2VyczoKLSBuYW1lOiB0ZXN0LWF1dG8tdXBncmFkZS1hZG1pbgogIHVzZXI6CiAgICB0b2tlbjogYmVRNlIxcEk2TEViSDJmRldaMWhFVzZUWVh5bFFjVWlLOTVDUWk2b0NkZmlvWHNrNDFNZGRZMFU=\"}" + headers: + Content-Length: + - "1674" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:18:31 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 8f8c569c-a192-4ded-84e5-54073c3bb7af + status: 200 OK + code: 200 + duration: 21.212331ms +- id: 39 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/versions + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 4476 + body: "{\"versions\":[{\"region\":\"fr-par\", \"name\":\"1.34.1\", \"label\":\"Kubernetes 1.34.1\", \"available_cnis\":[\"cilium\", \"cilium_native\", \"calico\", \"kilo\", \"none\"], \"available_container_runtimes\":[\"containerd\"], \"available_feature_gates\":[\"HPAScaleToZero\", \"CPUManagerPolicyAlphaOptions\", \"ImageVolume\"], \"available_admission_plugins\":[\"AlwaysPullImages\", \"PodNodeSelector\", \"PodTolerationRestriction\"], \"available_kubelet_args\":{\"containerLogMaxFiles\":\"uint16\", \"containerLogMaxSize\":\"quantity\", \"cpuCFSQuota\":\"bool\", \"cpuCFSQuotaPeriod\":\"duration\", \"cpuManagerPolicy\":\"enum:none|static\", \"cpuManagerPolicyOptions\":\"map[string]string\", \"enableDebuggingHandlers\":\"bool\", \"evictionHard\":\"map[string]string\", \"evictionMinimumReclaim\":\"map[string]string\", \"imageGCHighThresholdPercent\":\"uint32\", \"imageGCLowThresholdPercent\":\"uint32\", \"maxParallelImagePulls\":\"int32\", \"maxPods\":\"uint16\", \"registryBurst\":\"int32\", \"registryPullQPS\":\"int32\", \"serializeImagePulls\":\"bool\"}, \"deprecated_at\":\"2026-09-29T00:00:00Z\", \"end_of_life_at\":\"2026-11-29T00:00:00Z\", \"released_at\":\"2025-09-29T00:00:00Z\"}, {\"region\":\"fr-par\", \"name\":\"1.33.4\", \"label\":\"Kubernetes 1.33.4\", \"available_cnis\":[\"cilium\", \"calico\", \"kilo\", \"none\"], \"available_container_runtimes\":[\"containerd\"], \"available_feature_gates\":[\"HPAScaleToZero\", \"DRAAdminAccess\", \"DynamicResourceAllocation\", \"PodLevelResources\", \"CPUManagerPolicyAlphaOptions\", \"ImageVolume\"], \"available_admission_plugins\":[\"AlwaysPullImages\", \"PodNodeSelector\", \"PodTolerationRestriction\"], \"available_kubelet_args\":{\"containerLogMaxFiles\":\"uint16\", \"containerLogMaxSize\":\"quantity\", \"cpuCFSQuota\":\"bool\", \"cpuCFSQuotaPeriod\":\"duration\", \"cpuManagerPolicy\":\"enum:none|static\", \"cpuManagerPolicyOptions\":\"map[string]string\", \"enableDebuggingHandlers\":\"bool\", \"evictionHard\":\"map[string]string\", \"evictionMinimumReclaim\":\"map[string]string\", \"imageGCHighThresholdPercent\":\"uint32\", \"imageGCLowThresholdPercent\":\"uint32\", \"maxParallelImagePulls\":\"int32\", \"maxPods\":\"uint16\", \"registryBurst\":\"int32\", \"registryPullQPS\":\"int32\", \"serializeImagePulls\":\"bool\"}, \"deprecated_at\":\"2026-09-04T00:00:00Z\", \"end_of_life_at\":\"2026-11-04T00:00:00Z\", \"released_at\":\"2025-09-04T00:00:00Z\"}, {\"region\":\"fr-par\", \"name\":\"1.32.8\", \"label\":\"Kubernetes 1.32.8\", \"available_cnis\":[\"cilium\", \"calico\", \"kilo\", \"none\"], \"available_container_runtimes\":[\"containerd\"], \"available_feature_gates\":[\"HPAScaleToZero\", \"InPlacePodVerticalScaling\", \"SidecarContainers\", \"DRAAdminAccess\", \"DRAResourceClaimDeviceStatus\", \"DynamicResourceAllocation\", \"PodLevelResources\", \"CPUManagerPolicyAlphaOptions\", \"ImageVolume\"], \"available_admission_plugins\":[\"AlwaysPullImages\", \"PodNodeSelector\", \"PodTolerationRestriction\"], \"available_kubelet_args\":{\"containerLogMaxFiles\":\"uint16\", \"containerLogMaxSize\":\"quantity\", \"cpuCFSQuota\":\"bool\", \"cpuCFSQuotaPeriod\":\"duration\", \"cpuManagerPolicy\":\"enum:none|static\", \"cpuManagerPolicyOptions\":\"map[string]string\", \"enableDebuggingHandlers\":\"bool\", \"evictionHard\":\"map[string]string\", \"evictionMinimumReclaim\":\"map[string]string\", \"imageGCHighThresholdPercent\":\"uint32\", \"imageGCLowThresholdPercent\":\"uint32\", \"maxParallelImagePulls\":\"int32\", \"maxPods\":\"uint16\", \"registryBurst\":\"int32\", \"registryPullQPS\":\"int32\", \"serializeImagePulls\":\"bool\"}, \"deprecated_at\":\"2026-03-24T00:00:00Z\", \"end_of_life_at\":\"2025-05-24T00:00:00Z\", \"released_at\":\"2025-03-24T00:00:00Z\"}, {\"region\":\"fr-par\", \"name\":\"1.31.12\", \"label\":\"Kubernetes 1.31.12\", \"available_cnis\":[\"cilium\", \"calico\", \"kilo\", \"none\"], \"available_container_runtimes\":[\"containerd\"], \"available_feature_gates\":[\"HPAScaleToZero\", \"InPlacePodVerticalScaling\", \"SidecarContainers\", \"CPUManagerPolicyAlphaOptions\", \"ImageVolume\"], \"available_admission_plugins\":[\"AlwaysPullImages\", \"PodNodeSelector\", \"PodTolerationRestriction\"], \"available_kubelet_args\":{\"containerLogMaxFiles\":\"uint16\", \"containerLogMaxSize\":\"quantity\", \"cpuCFSQuota\":\"bool\", \"cpuCFSQuotaPeriod\":\"duration\", \"cpuManagerPolicy\":\"enum:none|static\", \"cpuManagerPolicyOptions\":\"map[string]string\", \"enableDebuggingHandlers\":\"bool\", \"evictionHard\":\"map[string]string\", \"evictionMinimumReclaim\":\"map[string]string\", \"imageGCHighThresholdPercent\":\"uint32\", \"imageGCLowThresholdPercent\":\"uint32\", \"maxParallelImagePulls\":\"int32\", \"maxPods\":\"uint16\", \"registryBurst\":\"int32\", \"registryPullQPS\":\"int32\", \"serializeImagePulls\":\"bool\"}, \"deprecated_at\":\"2025-12-02T00:00:00Z\", \"end_of_life_at\":\"2026-02-02T00:00:00Z\", \"released_at\":\"2024-12-02T00:00:00Z\"}]}" + headers: + Content-Length: + - "4476" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:18:31 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - d0f3cfda-2eae-4ab5-9e62-94d00fd1cdb9 + status: 200 OK + code: 200 + duration: 19.198823ms +- id: 40 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/42c57068-84f0-46bf-8fe3-fab198ef2af4 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1644 + body: "{\"region\":\"fr-par\", \"id\":\"42c57068-84f0-46bf-8fe3-fab198ef2af4\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:19.126989Z\", \"updated_at\":\"2025-10-30T16:18:25.655855Z\", \"type\":\"kapsule\", \"name\":\"test-auto-upgrade\", \"description\":\"\", \"status\":\"pool_required\", \"version\":\"1.33.4\", \"cni\":\"calico\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"auto_upgrade\"], \"cluster_url\":\"https://42c57068-84f0-46bf-8fe3-fab198ef2af4.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.42c57068-84f0-46bf-8fe3-fab198ef2af4.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":true, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":true, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"bff93345-d46c-4a07-909f-c98c0c4e4142\", \"commitment_ends_at\":\"2025-10-30T16:18:19.126997Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"73c05c75-c0af-453d-ab23-56a3ef1260cf\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1644" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:18:31 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - d41f6857-e378-4145-9c6b-a16aefd7577e + status: 200 OK + code: 200 + duration: 23.842398ms +- id: 41 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 592 + host: api.scaleway.com + body: "{\"autoscaler_config\":{\"scale_down_disabled\":null,\"scale_down_delay_after_add\":null,\"estimator\":\"unknown_estimator\",\"expander\":\"unknown_expander\",\"ignore_daemonsets_utilization\":null,\"balance_similar_node_groups\":null,\"expendable_pods_priority_cutoff\":null,\"scale_down_unneeded_time\":null,\"scale_down_utilization_threshold\":null,\"max_graceful_termination_sec\":null},\"auto_upgrade\":{\"enable\":null,\"maintenance_window\":null},\"open_id_connect_config\":{\"issuer_url\":null,\"client_id\":null,\"username_claim\":null,\"username_prefix\":null,\"groups_claim\":null,\"groups_prefix\":null,\"required_claim\":null}}" + headers: + Content-Type: + - application/json + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/42c57068-84f0-46bf-8fe3-fab198ef2af4 + method: PATCH + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1640 + body: "{\"region\":\"fr-par\", \"id\":\"42c57068-84f0-46bf-8fe3-fab198ef2af4\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:19.126989Z\", \"updated_at\":\"2025-10-30T16:18:31.895797Z\", \"type\":\"kapsule\", \"name\":\"test-auto-upgrade\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.33.4\", \"cni\":\"calico\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"auto_upgrade\"], \"cluster_url\":\"https://42c57068-84f0-46bf-8fe3-fab198ef2af4.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.42c57068-84f0-46bf-8fe3-fab198ef2af4.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":true, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":true, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"bff93345-d46c-4a07-909f-c98c0c4e4142\", \"commitment_ends_at\":\"2025-10-30T16:18:19.126997Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"73c05c75-c0af-453d-ab23-56a3ef1260cf\", \"new_images_enabled\":false, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1640" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:18:31 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 80717c18-c0fa-4027-883e-8edc35a39298 + status: 200 OK + code: 200 + duration: 44.368311ms +- id: 42 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/42c57068-84f0-46bf-8fe3-fab198ef2af4 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1639 + body: "{\"region\":\"fr-par\", \"id\":\"42c57068-84f0-46bf-8fe3-fab198ef2af4\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:19.126989Z\", \"updated_at\":\"2025-10-30T16:18:31.895797Z\", \"type\":\"kapsule\", \"name\":\"test-auto-upgrade\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.33.4\", \"cni\":\"calico\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"auto_upgrade\"], \"cluster_url\":\"https://42c57068-84f0-46bf-8fe3-fab198ef2af4.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.42c57068-84f0-46bf-8fe3-fab198ef2af4.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":true, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":true, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"bff93345-d46c-4a07-909f-c98c0c4e4142\", \"commitment_ends_at\":\"2025-10-30T16:18:19.126997Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"73c05c75-c0af-453d-ab23-56a3ef1260cf\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1639" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:18:31 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - e5e76053-7766-411b-996c-9fa30f89ce7f + status: 200 OK + code: 200 + duration: 82.973686ms +- id: 43 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/42c57068-84f0-46bf-8fe3-fab198ef2af4 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1644 + body: "{\"region\":\"fr-par\", \"id\":\"42c57068-84f0-46bf-8fe3-fab198ef2af4\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:19.126989Z\", \"updated_at\":\"2025-10-30T16:18:32.033137Z\", \"type\":\"kapsule\", \"name\":\"test-auto-upgrade\", \"description\":\"\", \"status\":\"pool_required\", \"version\":\"1.33.4\", \"cni\":\"calico\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"auto_upgrade\"], \"cluster_url\":\"https://42c57068-84f0-46bf-8fe3-fab198ef2af4.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.42c57068-84f0-46bf-8fe3-fab198ef2af4.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":true, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":true, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"bff93345-d46c-4a07-909f-c98c0c4e4142\", \"commitment_ends_at\":\"2025-10-30T16:18:19.126997Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"73c05c75-c0af-453d-ab23-56a3ef1260cf\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1644" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:18:37 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 49d11024-35c6-41de-bbaf-6922163f5679 + status: 200 OK + code: 200 + duration: 76.830856ms +- id: 44 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 41 + host: api.scaleway.com + body: "{\"version\":\"1.34.1\",\"upgrade_pools\":true}" + headers: + Content-Type: + - application/json + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/42c57068-84f0-46bf-8fe3-fab198ef2af4/upgrade + method: POST + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1641 + body: "{\"region\":\"fr-par\", \"id\":\"42c57068-84f0-46bf-8fe3-fab198ef2af4\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:19.126989Z\", \"updated_at\":\"2025-10-30T16:18:37.167876Z\", \"type\":\"kapsule\", \"name\":\"test-auto-upgrade\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"calico\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"auto_upgrade\"], \"cluster_url\":\"https://42c57068-84f0-46bf-8fe3-fab198ef2af4.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.42c57068-84f0-46bf-8fe3-fab198ef2af4.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":true, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"bff93345-d46c-4a07-909f-c98c0c4e4142\", \"commitment_ends_at\":\"2025-10-30T16:18:19.126997Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"73c05c75-c0af-453d-ab23-56a3ef1260cf\", \"new_images_enabled\":false, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1641" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:18:37 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 625e41a1-fd14-4610-88a7-93c8490364c4 + status: 200 OK + code: 200 + duration: 116.717096ms +- id: 45 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/42c57068-84f0-46bf-8fe3-fab198ef2af4 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1640 + body: "{\"region\":\"fr-par\", \"id\":\"42c57068-84f0-46bf-8fe3-fab198ef2af4\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:19.126989Z\", \"updated_at\":\"2025-10-30T16:18:37.167876Z\", \"type\":\"kapsule\", \"name\":\"test-auto-upgrade\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"calico\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"auto_upgrade\"], \"cluster_url\":\"https://42c57068-84f0-46bf-8fe3-fab198ef2af4.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.42c57068-84f0-46bf-8fe3-fab198ef2af4.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":true, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"bff93345-d46c-4a07-909f-c98c0c4e4142\", \"commitment_ends_at\":\"2025-10-30T16:18:19.126997Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"73c05c75-c0af-453d-ab23-56a3ef1260cf\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1640" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:18:37 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 9b02f0d5-7f36-45d6-9123-df77f6508252 + status: 200 OK + code: 200 + duration: 20.448839ms +- id: 46 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/42c57068-84f0-46bf-8fe3-fab198ef2af4 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1645 + body: "{\"region\":\"fr-par\", \"id\":\"42c57068-84f0-46bf-8fe3-fab198ef2af4\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:19.126989Z\", \"updated_at\":\"2025-10-30T16:18:37.211852Z\", \"type\":\"kapsule\", \"name\":\"test-auto-upgrade\", \"description\":\"\", \"status\":\"pool_required\", \"version\":\"1.34.1\", \"cni\":\"calico\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"auto_upgrade\"], \"cluster_url\":\"https://42c57068-84f0-46bf-8fe3-fab198ef2af4.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.42c57068-84f0-46bf-8fe3-fab198ef2af4.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":true, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"bff93345-d46c-4a07-909f-c98c0c4e4142\", \"commitment_ends_at\":\"2025-10-30T16:18:19.126997Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"73c05c75-c0af-453d-ab23-56a3ef1260cf\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1645" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:18:42 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 71e8d524-7bf6-41e6-8265-f9b890d1e40f + status: 200 OK + code: 200 + duration: 99.399805ms +- id: 47 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/42c57068-84f0-46bf-8fe3-fab198ef2af4 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1645 + body: "{\"region\":\"fr-par\", \"id\":\"42c57068-84f0-46bf-8fe3-fab198ef2af4\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:19.126989Z\", \"updated_at\":\"2025-10-30T16:18:37.211852Z\", \"type\":\"kapsule\", \"name\":\"test-auto-upgrade\", \"description\":\"\", \"status\":\"pool_required\", \"version\":\"1.34.1\", \"cni\":\"calico\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"auto_upgrade\"], \"cluster_url\":\"https://42c57068-84f0-46bf-8fe3-fab198ef2af4.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.42c57068-84f0-46bf-8fe3-fab198ef2af4.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":true, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"bff93345-d46c-4a07-909f-c98c0c4e4142\", \"commitment_ends_at\":\"2025-10-30T16:18:19.126997Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"73c05c75-c0af-453d-ab23-56a3ef1260cf\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1645" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:18:42 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 4c8a045a-965c-487f-b691-154be237dafb + status: 200 OK + code: 200 + duration: 83.751215ms +- id: 48 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + form: + order_by: + - created_at_asc + page: + - "1" + status: + - unknown + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/42c57068-84f0-46bf-8fe3-fab198ef2af4/pools?order_by=created_at_asc&page=1&status=unknown + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 29 + body: "{\"total_count\":0, \"pools\":[]}" + headers: + Content-Length: + - "29" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:18:42 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 37c60102-0c82-4073-a37a-74d6424ec849 + status: 200 OK + code: 200 + duration: 18.988148ms +- id: 49 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/42c57068-84f0-46bf-8fe3-fab198ef2af4 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1645 + body: "{\"region\":\"fr-par\", \"id\":\"42c57068-84f0-46bf-8fe3-fab198ef2af4\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:19.126989Z\", \"updated_at\":\"2025-10-30T16:18:37.211852Z\", \"type\":\"kapsule\", \"name\":\"test-auto-upgrade\", \"description\":\"\", \"status\":\"pool_required\", \"version\":\"1.34.1\", \"cni\":\"calico\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"auto_upgrade\"], \"cluster_url\":\"https://42c57068-84f0-46bf-8fe3-fab198ef2af4.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.42c57068-84f0-46bf-8fe3-fab198ef2af4.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":true, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"bff93345-d46c-4a07-909f-c98c0c4e4142\", \"commitment_ends_at\":\"2025-10-30T16:18:19.126997Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"73c05c75-c0af-453d-ab23-56a3ef1260cf\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1645" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:18:42 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - facfb55a-c515-45c2-a94a-de73bf70fcdc + status: 200 OK + code: 200 + duration: 21.638591ms +- id: 50 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/42c57068-84f0-46bf-8fe3-fab198ef2af4/kubeconfig + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1674 + body: "{\"name\":\"kubeconfig\", \"content_type\":\"application/octet-stream\", \"content\":\"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogInRlc3QtYXV0by11cGdyYWRlIgogIGNsdXN0ZXI6CiAgICBjZXJ0aWZpY2F0ZS1hdXRob3JpdHktZGF0YTogTFMwdExTMUNSVWRKVGlCRFJWSlVTVVpKUTBGVVJTMHRMUzB0Q2sxSlNVSlhla05EUVZGSFowRjNTVUpCWjBsQ1FVUkJTMEpuWjNGb2EycFBVRkZSUkVGcVFWWk5VazEzUlZGWlJGWlJVVVJGZDNCeVpGZEtiR050Tld3S1pFZFdlazFDTkZoRVZFa3hUVlJCZVU5VVJUSk5WR2Q0VDFadldFUlVUVEZOVkVGNVQxUkZNazFVWjNoUFZtOTNSbFJGVkUxQ1JVZEJNVlZGUVhoTlN3cGhNMVpwV2xoS2RWcFlVbXhqZWtKYVRVSk5SMEo1Y1VkVFRUUTVRV2RGUjBORGNVZFRUVFE1UVhkRlNFRXdTVUZDU1ZGWVlVTXljbWxuUmtGak0wdFJDalZWYWpSalRHNVRjM1pLYmpabGRuUkthSEJyVTNOS05YYzJZVTg0VmpnMGVrZFJMMk52VlRsU1VpdGxZblpMVERSeGRFODBORUk0TVZvMFkzQndaa2NLT1dGdlkxSmxUMnBSYWtKQlRVRTBSMEV4VldSRWQwVkNMM2RSUlVGM1NVTndSRUZRUW1kT1ZraFNUVUpCWmpoRlFsUkJSRUZSU0M5TlFqQkhRVEZWWkFwRVoxRlhRa0pTVjNReE9YcE1abmMzYTNGUE1FWkNiSE4zVUdsSmRuWTNhMGRVUVV0Q1oyZHhhR3RxVDFCUlVVUkJaMDVKUVVSQ1JrRnBSVUZuT1RSekNrTjViV2gwTUdaNE1HcEJNbFExUXl0QmVrSmxkbm93Y1RsVFJFVXdkSGg2VG5CSGVGUjJORU5KUTBOTFlrZzRlRXR3WVVJeFVIaHRjMHgzTmxvM01WQUtVaXRhSzFOTk5rZDBObGRFUVV4dVNraDJlRWtLTFMwdExTMUZUa1FnUTBWU1ZFbEdTVU5CVkVVdExTMHRMUW89CiAgICBzZXJ2ZXI6IGh0dHBzOi8vNDJjNTcwNjgtODRmMC00NmJmLThmZTMtZmFiMTk4ZWYyYWY0LmFwaS5rOHMuZnItcGFyLnNjdy5jbG91ZDo2NDQzCmNvbnRleHRzOgotIG5hbWU6IGFkbWluQHRlc3QtYXV0by11cGdyYWRlCiAgY29udGV4dDoKICAgIGNsdXN0ZXI6ICJ0ZXN0LWF1dG8tdXBncmFkZSIKICAgIHVzZXI6IHRlc3QtYXV0by11cGdyYWRlLWFkbWluCmN1cnJlbnQtY29udGV4dDogYWRtaW5AdGVzdC1hdXRvLXVwZ3JhZGUKa2luZDogQ29uZmlnCnByZWZlcmVuY2VzOiB7fQp1c2VyczoKLSBuYW1lOiB0ZXN0LWF1dG8tdXBncmFkZS1hZG1pbgogIHVzZXI6CiAgICB0b2tlbjogYmVRNlIxcEk2TEViSDJmRldaMWhFVzZUWVh5bFFjVWlLOTVDUWk2b0NkZmlvWHNrNDFNZGRZMFU=\"}" + headers: + Content-Length: + - "1674" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:18:42 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - b0806295-7db0-4365-bb4f-8c074b38a94e + status: 200 OK + code: 200 + duration: 87.412196ms +- id: 51 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/42c57068-84f0-46bf-8fe3-fab198ef2af4 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1645 + body: "{\"region\":\"fr-par\", \"id\":\"42c57068-84f0-46bf-8fe3-fab198ef2af4\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:19.126989Z\", \"updated_at\":\"2025-10-30T16:18:37.211852Z\", \"type\":\"kapsule\", \"name\":\"test-auto-upgrade\", \"description\":\"\", \"status\":\"pool_required\", \"version\":\"1.34.1\", \"cni\":\"calico\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"auto_upgrade\"], \"cluster_url\":\"https://42c57068-84f0-46bf-8fe3-fab198ef2af4.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.42c57068-84f0-46bf-8fe3-fab198ef2af4.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":true, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"bff93345-d46c-4a07-909f-c98c0c4e4142\", \"commitment_ends_at\":\"2025-10-30T16:18:19.126997Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"73c05c75-c0af-453d-ab23-56a3ef1260cf\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1645" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:18:42 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 2f517d49-05f6-465c-b853-c03ae351ac73 + status: 200 OK + code: 200 + duration: 23.369269ms +- id: 52 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/vpc/v2/regions/fr-par/vpcs/a84ecae9-5f44-4768-a630-c28141d64f20 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 431 + body: "{\"id\":\"a84ecae9-5f44-4768-a630-c28141d64f20\", \"name\":\"testAccCheckK8SClusterAutoUpgrade\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:17.205277Z\", \"updated_at\":\"2025-10-30T16:18:17.205277Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_default\":false, \"private_network_count\":1, \"routing_enabled\":true, \"custom_routes_propagation_enabled\":true, \"region\":\"fr-par\"}" + headers: + Content-Length: + - "431" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:18:42 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 18b80b2b-3b74-46aa-8466-65094776d434 + status: 200 OK + code: 200 + duration: 43.714294ms +- id: 53 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks/bff93345-d46c-4a07-909f-c98c0c4e4142 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1087 + body: "{\"id\":\"bff93345-d46c-4a07-909f-c98c0c4e4142\", \"name\":\"test-auto-upgrade\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:18.178723Z\", \"updated_at\":\"2025-10-30T16:18:18.178723Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"subnets\":[{\"id\":\"f806e99f-aabe-45cb-b5dc-614eb3ba4812\", \"created_at\":\"2025-10-30T16:18:18.178723Z\", \"updated_at\":\"2025-10-30T16:18:18.178723Z\", \"subnet\":\"172.17.28.0/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"bff93345-d46c-4a07-909f-c98c0c4e4142\", \"vpc_id\":\"a84ecae9-5f44-4768-a630-c28141d64f20\"}, {\"id\":\"ec3d3ce7-6a6c-4c19-b06a-7d0ef81190c2\", \"created_at\":\"2025-10-30T16:18:18.178723Z\", \"updated_at\":\"2025-10-30T16:18:18.178723Z\", \"subnet\":\"fd5f:519c:6d46:2624::/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"bff93345-d46c-4a07-909f-c98c0c4e4142\", \"vpc_id\":\"a84ecae9-5f44-4768-a630-c28141d64f20\"}], \"vpc_id\":\"a84ecae9-5f44-4768-a630-c28141d64f20\", \"dhcp_enabled\":true, \"default_route_propagation_enabled\":false, \"region\":\"fr-par\"}" + headers: + Content-Length: + - "1087" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:18:42 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 18405f3e-a42d-4e66-b7b8-0eee25bbf4c7 + status: 200 OK + code: 200 + duration: 35.413044ms +- id: 54 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/42c57068-84f0-46bf-8fe3-fab198ef2af4 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1645 + body: "{\"region\":\"fr-par\", \"id\":\"42c57068-84f0-46bf-8fe3-fab198ef2af4\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:19.126989Z\", \"updated_at\":\"2025-10-30T16:18:37.211852Z\", \"type\":\"kapsule\", \"name\":\"test-auto-upgrade\", \"description\":\"\", \"status\":\"pool_required\", \"version\":\"1.34.1\", \"cni\":\"calico\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"auto_upgrade\"], \"cluster_url\":\"https://42c57068-84f0-46bf-8fe3-fab198ef2af4.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.42c57068-84f0-46bf-8fe3-fab198ef2af4.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":true, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"bff93345-d46c-4a07-909f-c98c0c4e4142\", \"commitment_ends_at\":\"2025-10-30T16:18:19.126997Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"73c05c75-c0af-453d-ab23-56a3ef1260cf\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1645" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:18:42 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 18431230-3978-4f3e-98dd-2aa55dbccc0b + status: 200 OK + code: 200 + duration: 22.658125ms +- id: 55 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/42c57068-84f0-46bf-8fe3-fab198ef2af4/kubeconfig + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1674 + body: "{\"name\":\"kubeconfig\", \"content_type\":\"application/octet-stream\", \"content\":\"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogInRlc3QtYXV0by11cGdyYWRlIgogIGNsdXN0ZXI6CiAgICBjZXJ0aWZpY2F0ZS1hdXRob3JpdHktZGF0YTogTFMwdExTMUNSVWRKVGlCRFJWSlVTVVpKUTBGVVJTMHRMUzB0Q2sxSlNVSlhla05EUVZGSFowRjNTVUpCWjBsQ1FVUkJTMEpuWjNGb2EycFBVRkZSUkVGcVFWWk5VazEzUlZGWlJGWlJVVVJGZDNCeVpGZEtiR050Tld3S1pFZFdlazFDTkZoRVZFa3hUVlJCZVU5VVJUSk5WR2Q0VDFadldFUlVUVEZOVkVGNVQxUkZNazFVWjNoUFZtOTNSbFJGVkUxQ1JVZEJNVlZGUVhoTlN3cGhNMVpwV2xoS2RWcFlVbXhqZWtKYVRVSk5SMEo1Y1VkVFRUUTVRV2RGUjBORGNVZFRUVFE1UVhkRlNFRXdTVUZDU1ZGWVlVTXljbWxuUmtGak0wdFJDalZWYWpSalRHNVRjM1pLYmpabGRuUkthSEJyVTNOS05YYzJZVTg0VmpnMGVrZFJMMk52VlRsU1VpdGxZblpMVERSeGRFODBORUk0TVZvMFkzQndaa2NLT1dGdlkxSmxUMnBSYWtKQlRVRTBSMEV4VldSRWQwVkNMM2RSUlVGM1NVTndSRUZRUW1kT1ZraFNUVUpCWmpoRlFsUkJSRUZSU0M5TlFqQkhRVEZWWkFwRVoxRlhRa0pTVjNReE9YcE1abmMzYTNGUE1FWkNiSE4zVUdsSmRuWTNhMGRVUVV0Q1oyZHhhR3RxVDFCUlVVUkJaMDVKUVVSQ1JrRnBSVUZuT1RSekNrTjViV2gwTUdaNE1HcEJNbFExUXl0QmVrSmxkbm93Y1RsVFJFVXdkSGg2VG5CSGVGUjJORU5KUTBOTFlrZzRlRXR3WVVJeFVIaHRjMHgzTmxvM01WQUtVaXRhSzFOTk5rZDBObGRFUVV4dVNraDJlRWtLTFMwdExTMUZUa1FnUTBWU1ZFbEdTVU5CVkVVdExTMHRMUW89CiAgICBzZXJ2ZXI6IGh0dHBzOi8vNDJjNTcwNjgtODRmMC00NmJmLThmZTMtZmFiMTk4ZWYyYWY0LmFwaS5rOHMuZnItcGFyLnNjdy5jbG91ZDo2NDQzCmNvbnRleHRzOgotIG5hbWU6IGFkbWluQHRlc3QtYXV0by11cGdyYWRlCiAgY29udGV4dDoKICAgIGNsdXN0ZXI6ICJ0ZXN0LWF1dG8tdXBncmFkZSIKICAgIHVzZXI6IHRlc3QtYXV0by11cGdyYWRlLWFkbWluCmN1cnJlbnQtY29udGV4dDogYWRtaW5AdGVzdC1hdXRvLXVwZ3JhZGUKa2luZDogQ29uZmlnCnByZWZlcmVuY2VzOiB7fQp1c2VyczoKLSBuYW1lOiB0ZXN0LWF1dG8tdXBncmFkZS1hZG1pbgogIHVzZXI6CiAgICB0b2tlbjogYmVRNlIxcEk2TEViSDJmRldaMWhFVzZUWVh5bFFjVWlLOTVDUWk2b0NkZmlvWHNrNDFNZGRZMFU=\"}" + headers: + Content-Length: + - "1674" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:18:43 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - fa97b450-0c64-4bf6-ae7d-dbe4d67a86c1 + status: 200 OK + code: 200 + duration: 91.478037ms +- id: 56 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/vpc/v2/regions/fr-par/vpcs/a84ecae9-5f44-4768-a630-c28141d64f20 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 431 + body: "{\"id\":\"a84ecae9-5f44-4768-a630-c28141d64f20\", \"name\":\"testAccCheckK8SClusterAutoUpgrade\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:17.205277Z\", \"updated_at\":\"2025-10-30T16:18:17.205277Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_default\":false, \"private_network_count\":1, \"routing_enabled\":true, \"custom_routes_propagation_enabled\":true, \"region\":\"fr-par\"}" + headers: + Content-Length: + - "431" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:18:43 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 45a08eb0-c0c0-49bc-903b-da41e28a3f4b + status: 200 OK + code: 200 + duration: 24.953763ms +- id: 57 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks/bff93345-d46c-4a07-909f-c98c0c4e4142 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1087 + body: "{\"id\":\"bff93345-d46c-4a07-909f-c98c0c4e4142\", \"name\":\"test-auto-upgrade\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:18.178723Z\", \"updated_at\":\"2025-10-30T16:18:18.178723Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"subnets\":[{\"id\":\"f806e99f-aabe-45cb-b5dc-614eb3ba4812\", \"created_at\":\"2025-10-30T16:18:18.178723Z\", \"updated_at\":\"2025-10-30T16:18:18.178723Z\", \"subnet\":\"172.17.28.0/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"bff93345-d46c-4a07-909f-c98c0c4e4142\", \"vpc_id\":\"a84ecae9-5f44-4768-a630-c28141d64f20\"}, {\"id\":\"ec3d3ce7-6a6c-4c19-b06a-7d0ef81190c2\", \"created_at\":\"2025-10-30T16:18:18.178723Z\", \"updated_at\":\"2025-10-30T16:18:18.178723Z\", \"subnet\":\"fd5f:519c:6d46:2624::/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"bff93345-d46c-4a07-909f-c98c0c4e4142\", \"vpc_id\":\"a84ecae9-5f44-4768-a630-c28141d64f20\"}], \"vpc_id\":\"a84ecae9-5f44-4768-a630-c28141d64f20\", \"dhcp_enabled\":true, \"default_route_propagation_enabled\":false, \"region\":\"fr-par\"}" + headers: + Content-Length: + - "1087" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:18:43 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - be95d270-0ac0-4713-a1f1-ed24bac393d9 + status: 200 OK + code: 200 + duration: 24.332227ms +- id: 58 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/42c57068-84f0-46bf-8fe3-fab198ef2af4 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1645 + body: "{\"region\":\"fr-par\", \"id\":\"42c57068-84f0-46bf-8fe3-fab198ef2af4\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:19.126989Z\", \"updated_at\":\"2025-10-30T16:18:37.211852Z\", \"type\":\"kapsule\", \"name\":\"test-auto-upgrade\", \"description\":\"\", \"status\":\"pool_required\", \"version\":\"1.34.1\", \"cni\":\"calico\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"auto_upgrade\"], \"cluster_url\":\"https://42c57068-84f0-46bf-8fe3-fab198ef2af4.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.42c57068-84f0-46bf-8fe3-fab198ef2af4.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":true, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"bff93345-d46c-4a07-909f-c98c0c4e4142\", \"commitment_ends_at\":\"2025-10-30T16:18:19.126997Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"73c05c75-c0af-453d-ab23-56a3ef1260cf\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1645" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:18:43 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 6b49e2bd-2e61-4821-a31a-a5ff6d2210c2 + status: 200 OK + code: 200 + duration: 22.54894ms +- id: 59 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/42c57068-84f0-46bf-8fe3-fab198ef2af4/kubeconfig + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1674 + body: "{\"name\":\"kubeconfig\", \"content_type\":\"application/octet-stream\", \"content\":\"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogInRlc3QtYXV0by11cGdyYWRlIgogIGNsdXN0ZXI6CiAgICBjZXJ0aWZpY2F0ZS1hdXRob3JpdHktZGF0YTogTFMwdExTMUNSVWRKVGlCRFJWSlVTVVpKUTBGVVJTMHRMUzB0Q2sxSlNVSlhla05EUVZGSFowRjNTVUpCWjBsQ1FVUkJTMEpuWjNGb2EycFBVRkZSUkVGcVFWWk5VazEzUlZGWlJGWlJVVVJGZDNCeVpGZEtiR050Tld3S1pFZFdlazFDTkZoRVZFa3hUVlJCZVU5VVJUSk5WR2Q0VDFadldFUlVUVEZOVkVGNVQxUkZNazFVWjNoUFZtOTNSbFJGVkUxQ1JVZEJNVlZGUVhoTlN3cGhNMVpwV2xoS2RWcFlVbXhqZWtKYVRVSk5SMEo1Y1VkVFRUUTVRV2RGUjBORGNVZFRUVFE1UVhkRlNFRXdTVUZDU1ZGWVlVTXljbWxuUmtGak0wdFJDalZWYWpSalRHNVRjM1pLYmpabGRuUkthSEJyVTNOS05YYzJZVTg0VmpnMGVrZFJMMk52VlRsU1VpdGxZblpMVERSeGRFODBORUk0TVZvMFkzQndaa2NLT1dGdlkxSmxUMnBSYWtKQlRVRTBSMEV4VldSRWQwVkNMM2RSUlVGM1NVTndSRUZRUW1kT1ZraFNUVUpCWmpoRlFsUkJSRUZSU0M5TlFqQkhRVEZWWkFwRVoxRlhRa0pTVjNReE9YcE1abmMzYTNGUE1FWkNiSE4zVUdsSmRuWTNhMGRVUVV0Q1oyZHhhR3RxVDFCUlVVUkJaMDVKUVVSQ1JrRnBSVUZuT1RSekNrTjViV2gwTUdaNE1HcEJNbFExUXl0QmVrSmxkbm93Y1RsVFJFVXdkSGg2VG5CSGVGUjJORU5KUTBOTFlrZzRlRXR3WVVJeFVIaHRjMHgzTmxvM01WQUtVaXRhSzFOTk5rZDBObGRFUVV4dVNraDJlRWtLTFMwdExTMUZUa1FnUTBWU1ZFbEdTVU5CVkVVdExTMHRMUW89CiAgICBzZXJ2ZXI6IGh0dHBzOi8vNDJjNTcwNjgtODRmMC00NmJmLThmZTMtZmFiMTk4ZWYyYWY0LmFwaS5rOHMuZnItcGFyLnNjdy5jbG91ZDo2NDQzCmNvbnRleHRzOgotIG5hbWU6IGFkbWluQHRlc3QtYXV0by11cGdyYWRlCiAgY29udGV4dDoKICAgIGNsdXN0ZXI6ICJ0ZXN0LWF1dG8tdXBncmFkZSIKICAgIHVzZXI6IHRlc3QtYXV0by11cGdyYWRlLWFkbWluCmN1cnJlbnQtY29udGV4dDogYWRtaW5AdGVzdC1hdXRvLXVwZ3JhZGUKa2luZDogQ29uZmlnCnByZWZlcmVuY2VzOiB7fQp1c2VyczoKLSBuYW1lOiB0ZXN0LWF1dG8tdXBncmFkZS1hZG1pbgogIHVzZXI6CiAgICB0b2tlbjogYmVRNlIxcEk2TEViSDJmRldaMWhFVzZUWVh5bFFjVWlLOTVDUWk2b0NkZmlvWHNrNDFNZGRZMFU=\"}" + headers: + Content-Length: + - "1674" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:18:43 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 3b25883a-9da6-477d-862b-40b6757dcfc6 + status: 200 OK + code: 200 + duration: 25.506711ms +- id: 60 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/42c57068-84f0-46bf-8fe3-fab198ef2af4 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1645 + body: "{\"region\":\"fr-par\", \"id\":\"42c57068-84f0-46bf-8fe3-fab198ef2af4\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:19.126989Z\", \"updated_at\":\"2025-10-30T16:18:37.211852Z\", \"type\":\"kapsule\", \"name\":\"test-auto-upgrade\", \"description\":\"\", \"status\":\"pool_required\", \"version\":\"1.34.1\", \"cni\":\"calico\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"auto_upgrade\"], \"cluster_url\":\"https://42c57068-84f0-46bf-8fe3-fab198ef2af4.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.42c57068-84f0-46bf-8fe3-fab198ef2af4.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":true, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"bff93345-d46c-4a07-909f-c98c0c4e4142\", \"commitment_ends_at\":\"2025-10-30T16:18:19.126997Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"73c05c75-c0af-453d-ab23-56a3ef1260cf\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1645" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:18:43 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - f1f24554-d4e8-40f1-9198-c957c9e6fc12 + status: 200 OK + code: 200 + duration: 87.949425ms +- id: 61 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 593 + host: api.scaleway.com + body: "{\"autoscaler_config\":{\"scale_down_disabled\":null,\"scale_down_delay_after_add\":null,\"estimator\":\"unknown_estimator\",\"expander\":\"unknown_expander\",\"ignore_daemonsets_utilization\":null,\"balance_similar_node_groups\":null,\"expendable_pods_priority_cutoff\":null,\"scale_down_unneeded_time\":null,\"scale_down_utilization_threshold\":null,\"max_graceful_termination_sec\":null},\"auto_upgrade\":{\"enable\":false,\"maintenance_window\":null},\"open_id_connect_config\":{\"issuer_url\":null,\"client_id\":null,\"username_claim\":null,\"username_prefix\":null,\"groups_claim\":null,\"groups_prefix\":null,\"required_claim\":null}}" + headers: + Content-Type: + - application/json + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/42c57068-84f0-46bf-8fe3-fab198ef2af4 + method: PATCH + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1642 + body: "{\"region\":\"fr-par\", \"id\":\"42c57068-84f0-46bf-8fe3-fab198ef2af4\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:19.126989Z\", \"updated_at\":\"2025-10-30T16:18:43.531948Z\", \"type\":\"kapsule\", \"name\":\"test-auto-upgrade\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"calico\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"auto_upgrade\"], \"cluster_url\":\"https://42c57068-84f0-46bf-8fe3-fab198ef2af4.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.42c57068-84f0-46bf-8fe3-fab198ef2af4.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"bff93345-d46c-4a07-909f-c98c0c4e4142\", \"commitment_ends_at\":\"2025-10-30T16:18:19.126997Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"73c05c75-c0af-453d-ab23-56a3ef1260cf\", \"new_images_enabled\":false, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1642" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:18:43 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 784f74d1-da1d-4f3a-8dad-d118e3fdb849 + status: 200 OK + code: 200 + duration: 40.724733ms +- id: 62 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/42c57068-84f0-46bf-8fe3-fab198ef2af4 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1646 + body: "{\"region\":\"fr-par\", \"id\":\"42c57068-84f0-46bf-8fe3-fab198ef2af4\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:19.126989Z\", \"updated_at\":\"2025-10-30T16:18:43.580746Z\", \"type\":\"kapsule\", \"name\":\"test-auto-upgrade\", \"description\":\"\", \"status\":\"pool_required\", \"version\":\"1.34.1\", \"cni\":\"calico\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"auto_upgrade\"], \"cluster_url\":\"https://42c57068-84f0-46bf-8fe3-fab198ef2af4.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.42c57068-84f0-46bf-8fe3-fab198ef2af4.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"bff93345-d46c-4a07-909f-c98c0c4e4142\", \"commitment_ends_at\":\"2025-10-30T16:18:19.126997Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"73c05c75-c0af-453d-ab23-56a3ef1260cf\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1646" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:18:43 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 7df9423e-2a97-4c39-bda9-3c623c979fb1 + status: 200 OK + code: 200 + duration: 127.957552ms +- id: 63 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/42c57068-84f0-46bf-8fe3-fab198ef2af4 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1646 + body: "{\"region\":\"fr-par\", \"id\":\"42c57068-84f0-46bf-8fe3-fab198ef2af4\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:19.126989Z\", \"updated_at\":\"2025-10-30T16:18:43.580746Z\", \"type\":\"kapsule\", \"name\":\"test-auto-upgrade\", \"description\":\"\", \"status\":\"pool_required\", \"version\":\"1.34.1\", \"cni\":\"calico\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"auto_upgrade\"], \"cluster_url\":\"https://42c57068-84f0-46bf-8fe3-fab198ef2af4.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.42c57068-84f0-46bf-8fe3-fab198ef2af4.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"bff93345-d46c-4a07-909f-c98c0c4e4142\", \"commitment_ends_at\":\"2025-10-30T16:18:19.126997Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"73c05c75-c0af-453d-ab23-56a3ef1260cf\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1646" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:18:43 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 33ff1afd-2b58-4e18-a54b-edb5cc7bce88 + status: 200 OK + code: 200 + duration: 20.807632ms +- id: 64 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/42c57068-84f0-46bf-8fe3-fab198ef2af4/kubeconfig + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1674 + body: "{\"name\":\"kubeconfig\", \"content_type\":\"application/octet-stream\", \"content\":\"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogInRlc3QtYXV0by11cGdyYWRlIgogIGNsdXN0ZXI6CiAgICBjZXJ0aWZpY2F0ZS1hdXRob3JpdHktZGF0YTogTFMwdExTMUNSVWRKVGlCRFJWSlVTVVpKUTBGVVJTMHRMUzB0Q2sxSlNVSlhla05EUVZGSFowRjNTVUpCWjBsQ1FVUkJTMEpuWjNGb2EycFBVRkZSUkVGcVFWWk5VazEzUlZGWlJGWlJVVVJGZDNCeVpGZEtiR050Tld3S1pFZFdlazFDTkZoRVZFa3hUVlJCZVU5VVJUSk5WR2Q0VDFadldFUlVUVEZOVkVGNVQxUkZNazFVWjNoUFZtOTNSbFJGVkUxQ1JVZEJNVlZGUVhoTlN3cGhNMVpwV2xoS2RWcFlVbXhqZWtKYVRVSk5SMEo1Y1VkVFRUUTVRV2RGUjBORGNVZFRUVFE1UVhkRlNFRXdTVUZDU1ZGWVlVTXljbWxuUmtGak0wdFJDalZWYWpSalRHNVRjM1pLYmpabGRuUkthSEJyVTNOS05YYzJZVTg0VmpnMGVrZFJMMk52VlRsU1VpdGxZblpMVERSeGRFODBORUk0TVZvMFkzQndaa2NLT1dGdlkxSmxUMnBSYWtKQlRVRTBSMEV4VldSRWQwVkNMM2RSUlVGM1NVTndSRUZRUW1kT1ZraFNUVUpCWmpoRlFsUkJSRUZSU0M5TlFqQkhRVEZWWkFwRVoxRlhRa0pTVjNReE9YcE1abmMzYTNGUE1FWkNiSE4zVUdsSmRuWTNhMGRVUVV0Q1oyZHhhR3RxVDFCUlVVUkJaMDVKUVVSQ1JrRnBSVUZuT1RSekNrTjViV2gwTUdaNE1HcEJNbFExUXl0QmVrSmxkbm93Y1RsVFJFVXdkSGg2VG5CSGVGUjJORU5KUTBOTFlrZzRlRXR3WVVJeFVIaHRjMHgzTmxvM01WQUtVaXRhSzFOTk5rZDBObGRFUVV4dVNraDJlRWtLTFMwdExTMUZUa1FnUTBWU1ZFbEdTVU5CVkVVdExTMHRMUW89CiAgICBzZXJ2ZXI6IGh0dHBzOi8vNDJjNTcwNjgtODRmMC00NmJmLThmZTMtZmFiMTk4ZWYyYWY0LmFwaS5rOHMuZnItcGFyLnNjdy5jbG91ZDo2NDQzCmNvbnRleHRzOgotIG5hbWU6IGFkbWluQHRlc3QtYXV0by11cGdyYWRlCiAgY29udGV4dDoKICAgIGNsdXN0ZXI6ICJ0ZXN0LWF1dG8tdXBncmFkZSIKICAgIHVzZXI6IHRlc3QtYXV0by11cGdyYWRlLWFkbWluCmN1cnJlbnQtY29udGV4dDogYWRtaW5AdGVzdC1hdXRvLXVwZ3JhZGUKa2luZDogQ29uZmlnCnByZWZlcmVuY2VzOiB7fQp1c2VyczoKLSBuYW1lOiB0ZXN0LWF1dG8tdXBncmFkZS1hZG1pbgogIHVzZXI6CiAgICB0b2tlbjogYmVRNlIxcEk2TEViSDJmRldaMWhFVzZUWVh5bFFjVWlLOTVDUWk2b0NkZmlvWHNrNDFNZGRZMFU=\"}" + headers: + Content-Length: + - "1674" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:18:43 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - c6ce13fd-59e3-4353-836c-988bee88a38d + status: 200 OK + code: 200 + duration: 99.964174ms +- id: 65 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/42c57068-84f0-46bf-8fe3-fab198ef2af4 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1646 + body: "{\"region\":\"fr-par\", \"id\":\"42c57068-84f0-46bf-8fe3-fab198ef2af4\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:19.126989Z\", \"updated_at\":\"2025-10-30T16:18:43.580746Z\", \"type\":\"kapsule\", \"name\":\"test-auto-upgrade\", \"description\":\"\", \"status\":\"pool_required\", \"version\":\"1.34.1\", \"cni\":\"calico\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"auto_upgrade\"], \"cluster_url\":\"https://42c57068-84f0-46bf-8fe3-fab198ef2af4.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.42c57068-84f0-46bf-8fe3-fab198ef2af4.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"bff93345-d46c-4a07-909f-c98c0c4e4142\", \"commitment_ends_at\":\"2025-10-30T16:18:19.126997Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"73c05c75-c0af-453d-ab23-56a3ef1260cf\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1646" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:18:43 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - e94a330e-0a60-46aa-a230-015b658f0f5d + status: 200 OK + code: 200 + duration: 20.496448ms +- id: 66 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/vpc/v2/regions/fr-par/vpcs/a84ecae9-5f44-4768-a630-c28141d64f20 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 431 + body: "{\"id\":\"a84ecae9-5f44-4768-a630-c28141d64f20\", \"name\":\"testAccCheckK8SClusterAutoUpgrade\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:17.205277Z\", \"updated_at\":\"2025-10-30T16:18:17.205277Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_default\":false, \"private_network_count\":1, \"routing_enabled\":true, \"custom_routes_propagation_enabled\":true, \"region\":\"fr-par\"}" + headers: + Content-Length: + - "431" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:18:44 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 5b623fba-2de6-4f87-a393-b1d274d78ad2 + status: 200 OK + code: 200 + duration: 28.862459ms +- id: 67 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks/bff93345-d46c-4a07-909f-c98c0c4e4142 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1087 + body: "{\"id\":\"bff93345-d46c-4a07-909f-c98c0c4e4142\", \"name\":\"test-auto-upgrade\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:18.178723Z\", \"updated_at\":\"2025-10-30T16:18:18.178723Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"subnets\":[{\"id\":\"f806e99f-aabe-45cb-b5dc-614eb3ba4812\", \"created_at\":\"2025-10-30T16:18:18.178723Z\", \"updated_at\":\"2025-10-30T16:18:18.178723Z\", \"subnet\":\"172.17.28.0/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"bff93345-d46c-4a07-909f-c98c0c4e4142\", \"vpc_id\":\"a84ecae9-5f44-4768-a630-c28141d64f20\"}, {\"id\":\"ec3d3ce7-6a6c-4c19-b06a-7d0ef81190c2\", \"created_at\":\"2025-10-30T16:18:18.178723Z\", \"updated_at\":\"2025-10-30T16:18:18.178723Z\", \"subnet\":\"fd5f:519c:6d46:2624::/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"bff93345-d46c-4a07-909f-c98c0c4e4142\", \"vpc_id\":\"a84ecae9-5f44-4768-a630-c28141d64f20\"}], \"vpc_id\":\"a84ecae9-5f44-4768-a630-c28141d64f20\", \"dhcp_enabled\":true, \"default_route_propagation_enabled\":false, \"region\":\"fr-par\"}" + headers: + Content-Length: + - "1087" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:18:44 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 57a31211-fc6c-4999-b66c-1ef0faa766cc + status: 200 OK + code: 200 + duration: 32.460102ms +- id: 68 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/42c57068-84f0-46bf-8fe3-fab198ef2af4 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1646 + body: "{\"region\":\"fr-par\", \"id\":\"42c57068-84f0-46bf-8fe3-fab198ef2af4\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:19.126989Z\", \"updated_at\":\"2025-10-30T16:18:43.580746Z\", \"type\":\"kapsule\", \"name\":\"test-auto-upgrade\", \"description\":\"\", \"status\":\"pool_required\", \"version\":\"1.34.1\", \"cni\":\"calico\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"auto_upgrade\"], \"cluster_url\":\"https://42c57068-84f0-46bf-8fe3-fab198ef2af4.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.42c57068-84f0-46bf-8fe3-fab198ef2af4.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"bff93345-d46c-4a07-909f-c98c0c4e4142\", \"commitment_ends_at\":\"2025-10-30T16:18:19.126997Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"73c05c75-c0af-453d-ab23-56a3ef1260cf\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1646" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:18:44 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 248bbd7f-6116-41f1-b542-5fd38efc69bd + status: 200 OK + code: 200 + duration: 24.380268ms +- id: 69 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/42c57068-84f0-46bf-8fe3-fab198ef2af4/kubeconfig + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1674 + body: "{\"name\":\"kubeconfig\", \"content_type\":\"application/octet-stream\", \"content\":\"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogInRlc3QtYXV0by11cGdyYWRlIgogIGNsdXN0ZXI6CiAgICBjZXJ0aWZpY2F0ZS1hdXRob3JpdHktZGF0YTogTFMwdExTMUNSVWRKVGlCRFJWSlVTVVpKUTBGVVJTMHRMUzB0Q2sxSlNVSlhla05EUVZGSFowRjNTVUpCWjBsQ1FVUkJTMEpuWjNGb2EycFBVRkZSUkVGcVFWWk5VazEzUlZGWlJGWlJVVVJGZDNCeVpGZEtiR050Tld3S1pFZFdlazFDTkZoRVZFa3hUVlJCZVU5VVJUSk5WR2Q0VDFadldFUlVUVEZOVkVGNVQxUkZNazFVWjNoUFZtOTNSbFJGVkUxQ1JVZEJNVlZGUVhoTlN3cGhNMVpwV2xoS2RWcFlVbXhqZWtKYVRVSk5SMEo1Y1VkVFRUUTVRV2RGUjBORGNVZFRUVFE1UVhkRlNFRXdTVUZDU1ZGWVlVTXljbWxuUmtGak0wdFJDalZWYWpSalRHNVRjM1pLYmpabGRuUkthSEJyVTNOS05YYzJZVTg0VmpnMGVrZFJMMk52VlRsU1VpdGxZblpMVERSeGRFODBORUk0TVZvMFkzQndaa2NLT1dGdlkxSmxUMnBSYWtKQlRVRTBSMEV4VldSRWQwVkNMM2RSUlVGM1NVTndSRUZRUW1kT1ZraFNUVUpCWmpoRlFsUkJSRUZSU0M5TlFqQkhRVEZWWkFwRVoxRlhRa0pTVjNReE9YcE1abmMzYTNGUE1FWkNiSE4zVUdsSmRuWTNhMGRVUVV0Q1oyZHhhR3RxVDFCUlVVUkJaMDVKUVVSQ1JrRnBSVUZuT1RSekNrTjViV2gwTUdaNE1HcEJNbFExUXl0QmVrSmxkbm93Y1RsVFJFVXdkSGg2VG5CSGVGUjJORU5KUTBOTFlrZzRlRXR3WVVJeFVIaHRjMHgzTmxvM01WQUtVaXRhSzFOTk5rZDBObGRFUVV4dVNraDJlRWtLTFMwdExTMUZUa1FnUTBWU1ZFbEdTVU5CVkVVdExTMHRMUW89CiAgICBzZXJ2ZXI6IGh0dHBzOi8vNDJjNTcwNjgtODRmMC00NmJmLThmZTMtZmFiMTk4ZWYyYWY0LmFwaS5rOHMuZnItcGFyLnNjdy5jbG91ZDo2NDQzCmNvbnRleHRzOgotIG5hbWU6IGFkbWluQHRlc3QtYXV0by11cGdyYWRlCiAgY29udGV4dDoKICAgIGNsdXN0ZXI6ICJ0ZXN0LWF1dG8tdXBncmFkZSIKICAgIHVzZXI6IHRlc3QtYXV0by11cGdyYWRlLWFkbWluCmN1cnJlbnQtY29udGV4dDogYWRtaW5AdGVzdC1hdXRvLXVwZ3JhZGUKa2luZDogQ29uZmlnCnByZWZlcmVuY2VzOiB7fQp1c2VyczoKLSBuYW1lOiB0ZXN0LWF1dG8tdXBncmFkZS1hZG1pbgogIHVzZXI6CiAgICB0b2tlbjogYmVRNlIxcEk2TEViSDJmRldaMWhFVzZUWVh5bFFjVWlLOTVDUWk2b0NkZmlvWHNrNDFNZGRZMFU=\"}" + headers: + Content-Length: + - "1674" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:18:44 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 0df80645-7879-4d29-98d6-f9cca033cef7 + status: 200 OK + code: 200 + duration: 79.237133ms +- id: 70 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/vpc/v2/regions/fr-par/vpcs/a84ecae9-5f44-4768-a630-c28141d64f20 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 431 + body: "{\"id\":\"a84ecae9-5f44-4768-a630-c28141d64f20\", \"name\":\"testAccCheckK8SClusterAutoUpgrade\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:17.205277Z\", \"updated_at\":\"2025-10-30T16:18:17.205277Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_default\":false, \"private_network_count\":1, \"routing_enabled\":true, \"custom_routes_propagation_enabled\":true, \"region\":\"fr-par\"}" + headers: + Content-Length: + - "431" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:18:44 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 0bdb6c7c-14ad-4c55-a6f6-318a5e55765c + status: 200 OK + code: 200 + duration: 22.65525ms +- id: 71 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks/bff93345-d46c-4a07-909f-c98c0c4e4142 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1087 + body: "{\"id\":\"bff93345-d46c-4a07-909f-c98c0c4e4142\", \"name\":\"test-auto-upgrade\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:18.178723Z\", \"updated_at\":\"2025-10-30T16:18:18.178723Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"subnets\":[{\"id\":\"f806e99f-aabe-45cb-b5dc-614eb3ba4812\", \"created_at\":\"2025-10-30T16:18:18.178723Z\", \"updated_at\":\"2025-10-30T16:18:18.178723Z\", \"subnet\":\"172.17.28.0/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"bff93345-d46c-4a07-909f-c98c0c4e4142\", \"vpc_id\":\"a84ecae9-5f44-4768-a630-c28141d64f20\"}, {\"id\":\"ec3d3ce7-6a6c-4c19-b06a-7d0ef81190c2\", \"created_at\":\"2025-10-30T16:18:18.178723Z\", \"updated_at\":\"2025-10-30T16:18:18.178723Z\", \"subnet\":\"fd5f:519c:6d46:2624::/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"bff93345-d46c-4a07-909f-c98c0c4e4142\", \"vpc_id\":\"a84ecae9-5f44-4768-a630-c28141d64f20\"}], \"vpc_id\":\"a84ecae9-5f44-4768-a630-c28141d64f20\", \"dhcp_enabled\":true, \"default_route_propagation_enabled\":false, \"region\":\"fr-par\"}" + headers: + Content-Length: + - "1087" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:18:44 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 50cfed44-8143-4d55-b207-dff3b0b22682 + status: 200 OK + code: 200 + duration: 27.245876ms +- id: 72 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/42c57068-84f0-46bf-8fe3-fab198ef2af4 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1646 + body: "{\"region\":\"fr-par\", \"id\":\"42c57068-84f0-46bf-8fe3-fab198ef2af4\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:19.126989Z\", \"updated_at\":\"2025-10-30T16:18:43.580746Z\", \"type\":\"kapsule\", \"name\":\"test-auto-upgrade\", \"description\":\"\", \"status\":\"pool_required\", \"version\":\"1.34.1\", \"cni\":\"calico\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"auto_upgrade\"], \"cluster_url\":\"https://42c57068-84f0-46bf-8fe3-fab198ef2af4.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.42c57068-84f0-46bf-8fe3-fab198ef2af4.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"bff93345-d46c-4a07-909f-c98c0c4e4142\", \"commitment_ends_at\":\"2025-10-30T16:18:19.126997Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"73c05c75-c0af-453d-ab23-56a3ef1260cf\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1646" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:18:44 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 9dd9b399-2295-4525-ab3d-10bb03fddddc + status: 200 OK + code: 200 + duration: 20.576137ms +- id: 73 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/42c57068-84f0-46bf-8fe3-fab198ef2af4/kubeconfig + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1674 + body: "{\"name\":\"kubeconfig\", \"content_type\":\"application/octet-stream\", \"content\":\"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogInRlc3QtYXV0by11cGdyYWRlIgogIGNsdXN0ZXI6CiAgICBjZXJ0aWZpY2F0ZS1hdXRob3JpdHktZGF0YTogTFMwdExTMUNSVWRKVGlCRFJWSlVTVVpKUTBGVVJTMHRMUzB0Q2sxSlNVSlhla05EUVZGSFowRjNTVUpCWjBsQ1FVUkJTMEpuWjNGb2EycFBVRkZSUkVGcVFWWk5VazEzUlZGWlJGWlJVVVJGZDNCeVpGZEtiR050Tld3S1pFZFdlazFDTkZoRVZFa3hUVlJCZVU5VVJUSk5WR2Q0VDFadldFUlVUVEZOVkVGNVQxUkZNazFVWjNoUFZtOTNSbFJGVkUxQ1JVZEJNVlZGUVhoTlN3cGhNMVpwV2xoS2RWcFlVbXhqZWtKYVRVSk5SMEo1Y1VkVFRUUTVRV2RGUjBORGNVZFRUVFE1UVhkRlNFRXdTVUZDU1ZGWVlVTXljbWxuUmtGak0wdFJDalZWYWpSalRHNVRjM1pLYmpabGRuUkthSEJyVTNOS05YYzJZVTg0VmpnMGVrZFJMMk52VlRsU1VpdGxZblpMVERSeGRFODBORUk0TVZvMFkzQndaa2NLT1dGdlkxSmxUMnBSYWtKQlRVRTBSMEV4VldSRWQwVkNMM2RSUlVGM1NVTndSRUZRUW1kT1ZraFNUVUpCWmpoRlFsUkJSRUZSU0M5TlFqQkhRVEZWWkFwRVoxRlhRa0pTVjNReE9YcE1abmMzYTNGUE1FWkNiSE4zVUdsSmRuWTNhMGRVUVV0Q1oyZHhhR3RxVDFCUlVVUkJaMDVKUVVSQ1JrRnBSVUZuT1RSekNrTjViV2gwTUdaNE1HcEJNbFExUXl0QmVrSmxkbm93Y1RsVFJFVXdkSGg2VG5CSGVGUjJORU5KUTBOTFlrZzRlRXR3WVVJeFVIaHRjMHgzTmxvM01WQUtVaXRhSzFOTk5rZDBObGRFUVV4dVNraDJlRWtLTFMwdExTMUZUa1FnUTBWU1ZFbEdTVU5CVkVVdExTMHRMUW89CiAgICBzZXJ2ZXI6IGh0dHBzOi8vNDJjNTcwNjgtODRmMC00NmJmLThmZTMtZmFiMTk4ZWYyYWY0LmFwaS5rOHMuZnItcGFyLnNjdy5jbG91ZDo2NDQzCmNvbnRleHRzOgotIG5hbWU6IGFkbWluQHRlc3QtYXV0by11cGdyYWRlCiAgY29udGV4dDoKICAgIGNsdXN0ZXI6ICJ0ZXN0LWF1dG8tdXBncmFkZSIKICAgIHVzZXI6IHRlc3QtYXV0by11cGdyYWRlLWFkbWluCmN1cnJlbnQtY29udGV4dDogYWRtaW5AdGVzdC1hdXRvLXVwZ3JhZGUKa2luZDogQ29uZmlnCnByZWZlcmVuY2VzOiB7fQp1c2VyczoKLSBuYW1lOiB0ZXN0LWF1dG8tdXBncmFkZS1hZG1pbgogIHVzZXI6CiAgICB0b2tlbjogYmVRNlIxcEk2TEViSDJmRldaMWhFVzZUWVh5bFFjVWlLOTVDUWk2b0NkZmlvWHNrNDFNZGRZMFU=\"}" + headers: + Content-Length: + - "1674" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:18:44 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 86bab288-15c3-4729-a2c7-f42b6036b719 + status: 200 OK + code: 200 + duration: 22.477035ms +- id: 74 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/versions + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 4476 + body: "{\"versions\":[{\"region\":\"fr-par\", \"name\":\"1.34.1\", \"label\":\"Kubernetes 1.34.1\", \"available_cnis\":[\"cilium\", \"cilium_native\", \"calico\", \"kilo\", \"none\"], \"available_container_runtimes\":[\"containerd\"], \"available_feature_gates\":[\"HPAScaleToZero\", \"CPUManagerPolicyAlphaOptions\", \"ImageVolume\"], \"available_admission_plugins\":[\"AlwaysPullImages\", \"PodNodeSelector\", \"PodTolerationRestriction\"], \"available_kubelet_args\":{\"containerLogMaxFiles\":\"uint16\", \"containerLogMaxSize\":\"quantity\", \"cpuCFSQuota\":\"bool\", \"cpuCFSQuotaPeriod\":\"duration\", \"cpuManagerPolicy\":\"enum:none|static\", \"cpuManagerPolicyOptions\":\"map[string]string\", \"enableDebuggingHandlers\":\"bool\", \"evictionHard\":\"map[string]string\", \"evictionMinimumReclaim\":\"map[string]string\", \"imageGCHighThresholdPercent\":\"uint32\", \"imageGCLowThresholdPercent\":\"uint32\", \"maxParallelImagePulls\":\"int32\", \"maxPods\":\"uint16\", \"registryBurst\":\"int32\", \"registryPullQPS\":\"int32\", \"serializeImagePulls\":\"bool\"}, \"deprecated_at\":\"2026-09-29T00:00:00Z\", \"end_of_life_at\":\"2026-11-29T00:00:00Z\", \"released_at\":\"2025-09-29T00:00:00Z\"}, {\"region\":\"fr-par\", \"name\":\"1.33.4\", \"label\":\"Kubernetes 1.33.4\", \"available_cnis\":[\"cilium\", \"calico\", \"kilo\", \"none\"], \"available_container_runtimes\":[\"containerd\"], \"available_feature_gates\":[\"HPAScaleToZero\", \"DRAAdminAccess\", \"DynamicResourceAllocation\", \"PodLevelResources\", \"CPUManagerPolicyAlphaOptions\", \"ImageVolume\"], \"available_admission_plugins\":[\"AlwaysPullImages\", \"PodNodeSelector\", \"PodTolerationRestriction\"], \"available_kubelet_args\":{\"containerLogMaxFiles\":\"uint16\", \"containerLogMaxSize\":\"quantity\", \"cpuCFSQuota\":\"bool\", \"cpuCFSQuotaPeriod\":\"duration\", \"cpuManagerPolicy\":\"enum:none|static\", \"cpuManagerPolicyOptions\":\"map[string]string\", \"enableDebuggingHandlers\":\"bool\", \"evictionHard\":\"map[string]string\", \"evictionMinimumReclaim\":\"map[string]string\", \"imageGCHighThresholdPercent\":\"uint32\", \"imageGCLowThresholdPercent\":\"uint32\", \"maxParallelImagePulls\":\"int32\", \"maxPods\":\"uint16\", \"registryBurst\":\"int32\", \"registryPullQPS\":\"int32\", \"serializeImagePulls\":\"bool\"}, \"deprecated_at\":\"2026-09-04T00:00:00Z\", \"end_of_life_at\":\"2026-11-04T00:00:00Z\", \"released_at\":\"2025-09-04T00:00:00Z\"}, {\"region\":\"fr-par\", \"name\":\"1.32.8\", \"label\":\"Kubernetes 1.32.8\", \"available_cnis\":[\"cilium\", \"calico\", \"kilo\", \"none\"], \"available_container_runtimes\":[\"containerd\"], \"available_feature_gates\":[\"HPAScaleToZero\", \"InPlacePodVerticalScaling\", \"SidecarContainers\", \"DRAAdminAccess\", \"DRAResourceClaimDeviceStatus\", \"DynamicResourceAllocation\", \"PodLevelResources\", \"CPUManagerPolicyAlphaOptions\", \"ImageVolume\"], \"available_admission_plugins\":[\"AlwaysPullImages\", \"PodNodeSelector\", \"PodTolerationRestriction\"], \"available_kubelet_args\":{\"containerLogMaxFiles\":\"uint16\", \"containerLogMaxSize\":\"quantity\", \"cpuCFSQuota\":\"bool\", \"cpuCFSQuotaPeriod\":\"duration\", \"cpuManagerPolicy\":\"enum:none|static\", \"cpuManagerPolicyOptions\":\"map[string]string\", \"enableDebuggingHandlers\":\"bool\", \"evictionHard\":\"map[string]string\", \"evictionMinimumReclaim\":\"map[string]string\", \"imageGCHighThresholdPercent\":\"uint32\", \"imageGCLowThresholdPercent\":\"uint32\", \"maxParallelImagePulls\":\"int32\", \"maxPods\":\"uint16\", \"registryBurst\":\"int32\", \"registryPullQPS\":\"int32\", \"serializeImagePulls\":\"bool\"}, \"deprecated_at\":\"2026-03-24T00:00:00Z\", \"end_of_life_at\":\"2025-05-24T00:00:00Z\", \"released_at\":\"2025-03-24T00:00:00Z\"}, {\"region\":\"fr-par\", \"name\":\"1.31.12\", \"label\":\"Kubernetes 1.31.12\", \"available_cnis\":[\"cilium\", \"calico\", \"kilo\", \"none\"], \"available_container_runtimes\":[\"containerd\"], \"available_feature_gates\":[\"HPAScaleToZero\", \"InPlacePodVerticalScaling\", \"SidecarContainers\", \"CPUManagerPolicyAlphaOptions\", \"ImageVolume\"], \"available_admission_plugins\":[\"AlwaysPullImages\", \"PodNodeSelector\", \"PodTolerationRestriction\"], \"available_kubelet_args\":{\"containerLogMaxFiles\":\"uint16\", \"containerLogMaxSize\":\"quantity\", \"cpuCFSQuota\":\"bool\", \"cpuCFSQuotaPeriod\":\"duration\", \"cpuManagerPolicy\":\"enum:none|static\", \"cpuManagerPolicyOptions\":\"map[string]string\", \"enableDebuggingHandlers\":\"bool\", \"evictionHard\":\"map[string]string\", \"evictionMinimumReclaim\":\"map[string]string\", \"imageGCHighThresholdPercent\":\"uint32\", \"imageGCLowThresholdPercent\":\"uint32\", \"maxParallelImagePulls\":\"int32\", \"maxPods\":\"uint16\", \"registryBurst\":\"int32\", \"registryPullQPS\":\"int32\", \"serializeImagePulls\":\"bool\"}, \"deprecated_at\":\"2025-12-02T00:00:00Z\", \"end_of_life_at\":\"2026-02-02T00:00:00Z\", \"released_at\":\"2024-12-02T00:00:00Z\"}]}" + headers: + Content-Length: + - "4476" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:18:44 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 63f5722c-4762-49d2-91c0-e1f1b1a22fff + status: 200 OK + code: 200 + duration: 24.021223ms +- id: 75 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/42c57068-84f0-46bf-8fe3-fab198ef2af4 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1646 + body: "{\"region\":\"fr-par\", \"id\":\"42c57068-84f0-46bf-8fe3-fab198ef2af4\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:19.126989Z\", \"updated_at\":\"2025-10-30T16:18:43.580746Z\", \"type\":\"kapsule\", \"name\":\"test-auto-upgrade\", \"description\":\"\", \"status\":\"pool_required\", \"version\":\"1.34.1\", \"cni\":\"calico\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"auto_upgrade\"], \"cluster_url\":\"https://42c57068-84f0-46bf-8fe3-fab198ef2af4.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.42c57068-84f0-46bf-8fe3-fab198ef2af4.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"bff93345-d46c-4a07-909f-c98c0c4e4142\", \"commitment_ends_at\":\"2025-10-30T16:18:19.126997Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"73c05c75-c0af-453d-ab23-56a3ef1260cf\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1646" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:18:44 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 6bb13903-44f2-4d2e-aa0c-6dfa58ac2cd6 + status: 200 OK + code: 200 + duration: 76.174685ms +- id: 76 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 620 + host: api.scaleway.com + body: "{\"autoscaler_config\":{\"scale_down_disabled\":null,\"scale_down_delay_after_add\":null,\"estimator\":\"unknown_estimator\",\"expander\":\"unknown_expander\",\"ignore_daemonsets_utilization\":null,\"balance_similar_node_groups\":null,\"expendable_pods_priority_cutoff\":null,\"scale_down_unneeded_time\":null,\"scale_down_utilization_threshold\":null,\"max_graceful_termination_sec\":null},\"auto_upgrade\":{\"enable\":true,\"maintenance_window\":{\"start_hour\":3,\"day\":\"tuesday\"}},\"open_id_connect_config\":{\"issuer_url\":null,\"client_id\":null,\"username_claim\":null,\"username_prefix\":null,\"groups_claim\":null,\"groups_prefix\":null,\"required_claim\":null}}" + headers: + Content-Type: + - application/json + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/42c57068-84f0-46bf-8fe3-fab198ef2af4 + method: PATCH + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1645 + body: "{\"region\":\"fr-par\", \"id\":\"42c57068-84f0-46bf-8fe3-fab198ef2af4\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:19.126989Z\", \"updated_at\":\"2025-10-30T16:18:44.768611Z\", \"type\":\"kapsule\", \"name\":\"test-auto-upgrade\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"calico\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"auto_upgrade\"], \"cluster_url\":\"https://42c57068-84f0-46bf-8fe3-fab198ef2af4.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.42c57068-84f0-46bf-8fe3-fab198ef2af4.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":true, \"maintenance_window\":{\"start_hour\":3, \"day\":\"tuesday\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"bff93345-d46c-4a07-909f-c98c0c4e4142\", \"commitment_ends_at\":\"2025-10-30T16:18:19.126997Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"73c05c75-c0af-453d-ab23-56a3ef1260cf\", \"new_images_enabled\":false, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1645" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:18:44 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 9a64af9a-5fea-40e0-bf19-fe7b8aae0c99 + status: 200 OK + code: 200 + duration: 41.621185ms +- id: 77 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/42c57068-84f0-46bf-8fe3-fab198ef2af4 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1644 + body: "{\"region\":\"fr-par\", \"id\":\"42c57068-84f0-46bf-8fe3-fab198ef2af4\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:19.126989Z\", \"updated_at\":\"2025-10-30T16:18:44.768611Z\", \"type\":\"kapsule\", \"name\":\"test-auto-upgrade\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"calico\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"auto_upgrade\"], \"cluster_url\":\"https://42c57068-84f0-46bf-8fe3-fab198ef2af4.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.42c57068-84f0-46bf-8fe3-fab198ef2af4.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":true, \"maintenance_window\":{\"start_hour\":3, \"day\":\"tuesday\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"bff93345-d46c-4a07-909f-c98c0c4e4142\", \"commitment_ends_at\":\"2025-10-30T16:18:19.126997Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"73c05c75-c0af-453d-ab23-56a3ef1260cf\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1644" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:18:44 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 5b5c983b-e243-4839-9ce0-1d7e46a440ab + status: 200 OK + code: 200 + duration: 17.373867ms +- id: 78 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/42c57068-84f0-46bf-8fe3-fab198ef2af4 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1641 + body: "{\"region\":\"fr-par\", \"id\":\"42c57068-84f0-46bf-8fe3-fab198ef2af4\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:19.126989Z\", \"updated_at\":\"2025-10-30T16:18:46.843919Z\", \"type\":\"kapsule\", \"name\":\"test-auto-upgrade\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"calico\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"auto_upgrade\"], \"cluster_url\":\"https://42c57068-84f0-46bf-8fe3-fab198ef2af4.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.42c57068-84f0-46bf-8fe3-fab198ef2af4.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":true, \"maintenance_window\":{\"start_hour\":3, \"day\":\"tuesday\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"bff93345-d46c-4a07-909f-c98c0c4e4142\", \"commitment_ends_at\":\"2025-10-30T16:18:19.126997Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"73c05c75-c0af-453d-ab23-56a3ef1260cf\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1641" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:18:49 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 12f90800-6fa8-4f43-94b5-6984fe820821 + status: 200 OK + code: 200 + duration: 88.204343ms +- id: 79 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/42c57068-84f0-46bf-8fe3-fab198ef2af4 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1641 + body: "{\"region\":\"fr-par\", \"id\":\"42c57068-84f0-46bf-8fe3-fab198ef2af4\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:19.126989Z\", \"updated_at\":\"2025-10-30T16:18:46.843919Z\", \"type\":\"kapsule\", \"name\":\"test-auto-upgrade\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"calico\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"auto_upgrade\"], \"cluster_url\":\"https://42c57068-84f0-46bf-8fe3-fab198ef2af4.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.42c57068-84f0-46bf-8fe3-fab198ef2af4.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":true, \"maintenance_window\":{\"start_hour\":3, \"day\":\"tuesday\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"bff93345-d46c-4a07-909f-c98c0c4e4142\", \"commitment_ends_at\":\"2025-10-30T16:18:19.126997Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"73c05c75-c0af-453d-ab23-56a3ef1260cf\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1641" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:18:49 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 0bc558e6-1f73-4c19-a65b-54394311d588 + status: 200 OK + code: 200 + duration: 21.699265ms +- id: 80 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/42c57068-84f0-46bf-8fe3-fab198ef2af4/kubeconfig + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1674 + body: "{\"name\":\"kubeconfig\", \"content_type\":\"application/octet-stream\", \"content\":\"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogInRlc3QtYXV0by11cGdyYWRlIgogIGNsdXN0ZXI6CiAgICBjZXJ0aWZpY2F0ZS1hdXRob3JpdHktZGF0YTogTFMwdExTMUNSVWRKVGlCRFJWSlVTVVpKUTBGVVJTMHRMUzB0Q2sxSlNVSlhla05EUVZGSFowRjNTVUpCWjBsQ1FVUkJTMEpuWjNGb2EycFBVRkZSUkVGcVFWWk5VazEzUlZGWlJGWlJVVVJGZDNCeVpGZEtiR050Tld3S1pFZFdlazFDTkZoRVZFa3hUVlJCZVU5VVJUSk5WR2Q0VDFadldFUlVUVEZOVkVGNVQxUkZNazFVWjNoUFZtOTNSbFJGVkUxQ1JVZEJNVlZGUVhoTlN3cGhNMVpwV2xoS2RWcFlVbXhqZWtKYVRVSk5SMEo1Y1VkVFRUUTVRV2RGUjBORGNVZFRUVFE1UVhkRlNFRXdTVUZDU1ZGWVlVTXljbWxuUmtGak0wdFJDalZWYWpSalRHNVRjM1pLYmpabGRuUkthSEJyVTNOS05YYzJZVTg0VmpnMGVrZFJMMk52VlRsU1VpdGxZblpMVERSeGRFODBORUk0TVZvMFkzQndaa2NLT1dGdlkxSmxUMnBSYWtKQlRVRTBSMEV4VldSRWQwVkNMM2RSUlVGM1NVTndSRUZRUW1kT1ZraFNUVUpCWmpoRlFsUkJSRUZSU0M5TlFqQkhRVEZWWkFwRVoxRlhRa0pTVjNReE9YcE1abmMzYTNGUE1FWkNiSE4zVUdsSmRuWTNhMGRVUVV0Q1oyZHhhR3RxVDFCUlVVUkJaMDVKUVVSQ1JrRnBSVUZuT1RSekNrTjViV2gwTUdaNE1HcEJNbFExUXl0QmVrSmxkbm93Y1RsVFJFVXdkSGg2VG5CSGVGUjJORU5KUTBOTFlrZzRlRXR3WVVJeFVIaHRjMHgzTmxvM01WQUtVaXRhSzFOTk5rZDBObGRFUVV4dVNraDJlRWtLTFMwdExTMUZUa1FnUTBWU1ZFbEdTVU5CVkVVdExTMHRMUW89CiAgICBzZXJ2ZXI6IGh0dHBzOi8vNDJjNTcwNjgtODRmMC00NmJmLThmZTMtZmFiMTk4ZWYyYWY0LmFwaS5rOHMuZnItcGFyLnNjdy5jbG91ZDo2NDQzCmNvbnRleHRzOgotIG5hbWU6IGFkbWluQHRlc3QtYXV0by11cGdyYWRlCiAgY29udGV4dDoKICAgIGNsdXN0ZXI6ICJ0ZXN0LWF1dG8tdXBncmFkZSIKICAgIHVzZXI6IHRlc3QtYXV0by11cGdyYWRlLWFkbWluCmN1cnJlbnQtY29udGV4dDogYWRtaW5AdGVzdC1hdXRvLXVwZ3JhZGUKa2luZDogQ29uZmlnCnByZWZlcmVuY2VzOiB7fQp1c2VyczoKLSBuYW1lOiB0ZXN0LWF1dG8tdXBncmFkZS1hZG1pbgogIHVzZXI6CiAgICB0b2tlbjogYmVRNlIxcEk2TEViSDJmRldaMWhFVzZUWVh5bFFjVWlLOTVDUWk2b0NkZmlvWHNrNDFNZGRZMFU=\"}" + headers: + Content-Length: + - "1674" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:18:50 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 19c9c9cb-c55d-47dc-8f4d-a55399493c7b + status: 200 OK + code: 200 + duration: 87.970614ms +- id: 81 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/42c57068-84f0-46bf-8fe3-fab198ef2af4 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1641 + body: "{\"region\":\"fr-par\", \"id\":\"42c57068-84f0-46bf-8fe3-fab198ef2af4\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:19.126989Z\", \"updated_at\":\"2025-10-30T16:18:46.843919Z\", \"type\":\"kapsule\", \"name\":\"test-auto-upgrade\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"calico\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"auto_upgrade\"], \"cluster_url\":\"https://42c57068-84f0-46bf-8fe3-fab198ef2af4.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.42c57068-84f0-46bf-8fe3-fab198ef2af4.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":true, \"maintenance_window\":{\"start_hour\":3, \"day\":\"tuesday\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"bff93345-d46c-4a07-909f-c98c0c4e4142\", \"commitment_ends_at\":\"2025-10-30T16:18:19.126997Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"73c05c75-c0af-453d-ab23-56a3ef1260cf\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1641" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:18:50 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - c154d1be-917e-408b-b7af-49aa81248c97 + status: 200 OK + code: 200 + duration: 96.297753ms +- id: 82 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/vpc/v2/regions/fr-par/vpcs/a84ecae9-5f44-4768-a630-c28141d64f20 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 431 + body: "{\"id\":\"a84ecae9-5f44-4768-a630-c28141d64f20\", \"name\":\"testAccCheckK8SClusterAutoUpgrade\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:17.205277Z\", \"updated_at\":\"2025-10-30T16:18:17.205277Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_default\":false, \"private_network_count\":1, \"routing_enabled\":true, \"custom_routes_propagation_enabled\":true, \"region\":\"fr-par\"}" + headers: + Content-Length: + - "431" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:18:50 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - b868dc1b-8eaf-44e0-8966-17b4af3fe0e9 + status: 200 OK + code: 200 + duration: 23.685013ms +- id: 83 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks/bff93345-d46c-4a07-909f-c98c0c4e4142 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1087 + body: "{\"id\":\"bff93345-d46c-4a07-909f-c98c0c4e4142\", \"name\":\"test-auto-upgrade\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:18.178723Z\", \"updated_at\":\"2025-10-30T16:18:18.178723Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"subnets\":[{\"id\":\"f806e99f-aabe-45cb-b5dc-614eb3ba4812\", \"created_at\":\"2025-10-30T16:18:18.178723Z\", \"updated_at\":\"2025-10-30T16:18:18.178723Z\", \"subnet\":\"172.17.28.0/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"bff93345-d46c-4a07-909f-c98c0c4e4142\", \"vpc_id\":\"a84ecae9-5f44-4768-a630-c28141d64f20\"}, {\"id\":\"ec3d3ce7-6a6c-4c19-b06a-7d0ef81190c2\", \"created_at\":\"2025-10-30T16:18:18.178723Z\", \"updated_at\":\"2025-10-30T16:18:18.178723Z\", \"subnet\":\"fd5f:519c:6d46:2624::/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"bff93345-d46c-4a07-909f-c98c0c4e4142\", \"vpc_id\":\"a84ecae9-5f44-4768-a630-c28141d64f20\"}], \"vpc_id\":\"a84ecae9-5f44-4768-a630-c28141d64f20\", \"dhcp_enabled\":true, \"default_route_propagation_enabled\":false, \"region\":\"fr-par\"}" + headers: + Content-Length: + - "1087" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:18:50 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - e05dad51-72be-4031-a4ca-7de8d5ea4981 + status: 200 OK + code: 200 + duration: 28.890943ms +- id: 84 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/42c57068-84f0-46bf-8fe3-fab198ef2af4 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1641 + body: "{\"region\":\"fr-par\", \"id\":\"42c57068-84f0-46bf-8fe3-fab198ef2af4\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:19.126989Z\", \"updated_at\":\"2025-10-30T16:18:46.843919Z\", \"type\":\"kapsule\", \"name\":\"test-auto-upgrade\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"calico\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"auto_upgrade\"], \"cluster_url\":\"https://42c57068-84f0-46bf-8fe3-fab198ef2af4.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.42c57068-84f0-46bf-8fe3-fab198ef2af4.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":true, \"maintenance_window\":{\"start_hour\":3, \"day\":\"tuesday\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"bff93345-d46c-4a07-909f-c98c0c4e4142\", \"commitment_ends_at\":\"2025-10-30T16:18:19.126997Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"73c05c75-c0af-453d-ab23-56a3ef1260cf\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1641" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:18:50 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 5fedbe61-ece0-4c5c-bb1c-25d93db1abfb + status: 200 OK + code: 200 + duration: 19.542377ms +- id: 85 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/42c57068-84f0-46bf-8fe3-fab198ef2af4/kubeconfig + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1674 + body: "{\"name\":\"kubeconfig\", \"content_type\":\"application/octet-stream\", \"content\":\"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogInRlc3QtYXV0by11cGdyYWRlIgogIGNsdXN0ZXI6CiAgICBjZXJ0aWZpY2F0ZS1hdXRob3JpdHktZGF0YTogTFMwdExTMUNSVWRKVGlCRFJWSlVTVVpKUTBGVVJTMHRMUzB0Q2sxSlNVSlhla05EUVZGSFowRjNTVUpCWjBsQ1FVUkJTMEpuWjNGb2EycFBVRkZSUkVGcVFWWk5VazEzUlZGWlJGWlJVVVJGZDNCeVpGZEtiR050Tld3S1pFZFdlazFDTkZoRVZFa3hUVlJCZVU5VVJUSk5WR2Q0VDFadldFUlVUVEZOVkVGNVQxUkZNazFVWjNoUFZtOTNSbFJGVkUxQ1JVZEJNVlZGUVhoTlN3cGhNMVpwV2xoS2RWcFlVbXhqZWtKYVRVSk5SMEo1Y1VkVFRUUTVRV2RGUjBORGNVZFRUVFE1UVhkRlNFRXdTVUZDU1ZGWVlVTXljbWxuUmtGak0wdFJDalZWYWpSalRHNVRjM1pLYmpabGRuUkthSEJyVTNOS05YYzJZVTg0VmpnMGVrZFJMMk52VlRsU1VpdGxZblpMVERSeGRFODBORUk0TVZvMFkzQndaa2NLT1dGdlkxSmxUMnBSYWtKQlRVRTBSMEV4VldSRWQwVkNMM2RSUlVGM1NVTndSRUZRUW1kT1ZraFNUVUpCWmpoRlFsUkJSRUZSU0M5TlFqQkhRVEZWWkFwRVoxRlhRa0pTVjNReE9YcE1abmMzYTNGUE1FWkNiSE4zVUdsSmRuWTNhMGRVUVV0Q1oyZHhhR3RxVDFCUlVVUkJaMDVKUVVSQ1JrRnBSVUZuT1RSekNrTjViV2gwTUdaNE1HcEJNbFExUXl0QmVrSmxkbm93Y1RsVFJFVXdkSGg2VG5CSGVGUjJORU5KUTBOTFlrZzRlRXR3WVVJeFVIaHRjMHgzTmxvM01WQUtVaXRhSzFOTk5rZDBObGRFUVV4dVNraDJlRWtLTFMwdExTMUZUa1FnUTBWU1ZFbEdTVU5CVkVVdExTMHRMUW89CiAgICBzZXJ2ZXI6IGh0dHBzOi8vNDJjNTcwNjgtODRmMC00NmJmLThmZTMtZmFiMTk4ZWYyYWY0LmFwaS5rOHMuZnItcGFyLnNjdy5jbG91ZDo2NDQzCmNvbnRleHRzOgotIG5hbWU6IGFkbWluQHRlc3QtYXV0by11cGdyYWRlCiAgY29udGV4dDoKICAgIGNsdXN0ZXI6ICJ0ZXN0LWF1dG8tdXBncmFkZSIKICAgIHVzZXI6IHRlc3QtYXV0by11cGdyYWRlLWFkbWluCmN1cnJlbnQtY29udGV4dDogYWRtaW5AdGVzdC1hdXRvLXVwZ3JhZGUKa2luZDogQ29uZmlnCnByZWZlcmVuY2VzOiB7fQp1c2VyczoKLSBuYW1lOiB0ZXN0LWF1dG8tdXBncmFkZS1hZG1pbgogIHVzZXI6CiAgICB0b2tlbjogYmVRNlIxcEk2TEViSDJmRldaMWhFVzZUWVh5bFFjVWlLOTVDUWk2b0NkZmlvWHNrNDFNZGRZMFU=\"}" + headers: + Content-Length: + - "1674" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:18:50 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - d0e1f366-66ed-4c3c-acec-e84207e56feb + status: 200 OK + code: 200 + duration: 76.088744ms +- id: 86 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/vpc/v2/regions/fr-par/vpcs/a84ecae9-5f44-4768-a630-c28141d64f20 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 431 + body: "{\"id\":\"a84ecae9-5f44-4768-a630-c28141d64f20\", \"name\":\"testAccCheckK8SClusterAutoUpgrade\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:17.205277Z\", \"updated_at\":\"2025-10-30T16:18:17.205277Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_default\":false, \"private_network_count\":1, \"routing_enabled\":true, \"custom_routes_propagation_enabled\":true, \"region\":\"fr-par\"}" + headers: + Content-Length: + - "431" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:18:50 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - cfa20f53-d28d-4777-ae2b-a1f820b27d43 + status: 200 OK + code: 200 + duration: 29.812883ms +- id: 87 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks/bff93345-d46c-4a07-909f-c98c0c4e4142 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1087 + body: "{\"id\":\"bff93345-d46c-4a07-909f-c98c0c4e4142\", \"name\":\"test-auto-upgrade\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:18.178723Z\", \"updated_at\":\"2025-10-30T16:18:18.178723Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"subnets\":[{\"id\":\"f806e99f-aabe-45cb-b5dc-614eb3ba4812\", \"created_at\":\"2025-10-30T16:18:18.178723Z\", \"updated_at\":\"2025-10-30T16:18:18.178723Z\", \"subnet\":\"172.17.28.0/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"bff93345-d46c-4a07-909f-c98c0c4e4142\", \"vpc_id\":\"a84ecae9-5f44-4768-a630-c28141d64f20\"}, {\"id\":\"ec3d3ce7-6a6c-4c19-b06a-7d0ef81190c2\", \"created_at\":\"2025-10-30T16:18:18.178723Z\", \"updated_at\":\"2025-10-30T16:18:18.178723Z\", \"subnet\":\"fd5f:519c:6d46:2624::/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"bff93345-d46c-4a07-909f-c98c0c4e4142\", \"vpc_id\":\"a84ecae9-5f44-4768-a630-c28141d64f20\"}], \"vpc_id\":\"a84ecae9-5f44-4768-a630-c28141d64f20\", \"dhcp_enabled\":true, \"default_route_propagation_enabled\":false, \"region\":\"fr-par\"}" + headers: + Content-Length: + - "1087" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:18:50 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 4b950dee-be2b-4ff1-a869-bc23065fbf84 + status: 200 OK + code: 200 + duration: 19.59739ms +- id: 88 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/42c57068-84f0-46bf-8fe3-fab198ef2af4 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1641 + body: "{\"region\":\"fr-par\", \"id\":\"42c57068-84f0-46bf-8fe3-fab198ef2af4\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:19.126989Z\", \"updated_at\":\"2025-10-30T16:18:46.843919Z\", \"type\":\"kapsule\", \"name\":\"test-auto-upgrade\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"calico\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"auto_upgrade\"], \"cluster_url\":\"https://42c57068-84f0-46bf-8fe3-fab198ef2af4.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.42c57068-84f0-46bf-8fe3-fab198ef2af4.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":true, \"maintenance_window\":{\"start_hour\":3, \"day\":\"tuesday\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"bff93345-d46c-4a07-909f-c98c0c4e4142\", \"commitment_ends_at\":\"2025-10-30T16:18:19.126997Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"73c05c75-c0af-453d-ab23-56a3ef1260cf\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1641" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:18:50 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 70748409-2909-491d-8dd2-85f4f6810f6a + status: 200 OK + code: 200 + duration: 23.117578ms +- id: 89 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/42c57068-84f0-46bf-8fe3-fab198ef2af4/kubeconfig + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1674 + body: "{\"name\":\"kubeconfig\", \"content_type\":\"application/octet-stream\", \"content\":\"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogInRlc3QtYXV0by11cGdyYWRlIgogIGNsdXN0ZXI6CiAgICBjZXJ0aWZpY2F0ZS1hdXRob3JpdHktZGF0YTogTFMwdExTMUNSVWRKVGlCRFJWSlVTVVpKUTBGVVJTMHRMUzB0Q2sxSlNVSlhla05EUVZGSFowRjNTVUpCWjBsQ1FVUkJTMEpuWjNGb2EycFBVRkZSUkVGcVFWWk5VazEzUlZGWlJGWlJVVVJGZDNCeVpGZEtiR050Tld3S1pFZFdlazFDTkZoRVZFa3hUVlJCZVU5VVJUSk5WR2Q0VDFadldFUlVUVEZOVkVGNVQxUkZNazFVWjNoUFZtOTNSbFJGVkUxQ1JVZEJNVlZGUVhoTlN3cGhNMVpwV2xoS2RWcFlVbXhqZWtKYVRVSk5SMEo1Y1VkVFRUUTVRV2RGUjBORGNVZFRUVFE1UVhkRlNFRXdTVUZDU1ZGWVlVTXljbWxuUmtGak0wdFJDalZWYWpSalRHNVRjM1pLYmpabGRuUkthSEJyVTNOS05YYzJZVTg0VmpnMGVrZFJMMk52VlRsU1VpdGxZblpMVERSeGRFODBORUk0TVZvMFkzQndaa2NLT1dGdlkxSmxUMnBSYWtKQlRVRTBSMEV4VldSRWQwVkNMM2RSUlVGM1NVTndSRUZRUW1kT1ZraFNUVUpCWmpoRlFsUkJSRUZSU0M5TlFqQkhRVEZWWkFwRVoxRlhRa0pTVjNReE9YcE1abmMzYTNGUE1FWkNiSE4zVUdsSmRuWTNhMGRVUVV0Q1oyZHhhR3RxVDFCUlVVUkJaMDVKUVVSQ1JrRnBSVUZuT1RSekNrTjViV2gwTUdaNE1HcEJNbFExUXl0QmVrSmxkbm93Y1RsVFJFVXdkSGg2VG5CSGVGUjJORU5KUTBOTFlrZzRlRXR3WVVJeFVIaHRjMHgzTmxvM01WQUtVaXRhSzFOTk5rZDBObGRFUVV4dVNraDJlRWtLTFMwdExTMUZUa1FnUTBWU1ZFbEdTVU5CVkVVdExTMHRMUW89CiAgICBzZXJ2ZXI6IGh0dHBzOi8vNDJjNTcwNjgtODRmMC00NmJmLThmZTMtZmFiMTk4ZWYyYWY0LmFwaS5rOHMuZnItcGFyLnNjdy5jbG91ZDo2NDQzCmNvbnRleHRzOgotIG5hbWU6IGFkbWluQHRlc3QtYXV0by11cGdyYWRlCiAgY29udGV4dDoKICAgIGNsdXN0ZXI6ICJ0ZXN0LWF1dG8tdXBncmFkZSIKICAgIHVzZXI6IHRlc3QtYXV0by11cGdyYWRlLWFkbWluCmN1cnJlbnQtY29udGV4dDogYWRtaW5AdGVzdC1hdXRvLXVwZ3JhZGUKa2luZDogQ29uZmlnCnByZWZlcmVuY2VzOiB7fQp1c2VyczoKLSBuYW1lOiB0ZXN0LWF1dG8tdXBncmFkZS1hZG1pbgogIHVzZXI6CiAgICB0b2tlbjogYmVRNlIxcEk2TEViSDJmRldaMWhFVzZUWVh5bFFjVWlLOTVDUWk2b0NkZmlvWHNrNDFNZGRZMFU=\"}" + headers: + Content-Length: + - "1674" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:18:50 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - e3d4fa53-a97d-4e4d-9e77-b5b6975181e4 + status: 200 OK + code: 200 + duration: 21.740944ms +- id: 90 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/versions + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 4476 + body: "{\"versions\":[{\"region\":\"fr-par\", \"name\":\"1.34.1\", \"label\":\"Kubernetes 1.34.1\", \"available_cnis\":[\"cilium\", \"cilium_native\", \"calico\", \"kilo\", \"none\"], \"available_container_runtimes\":[\"containerd\"], \"available_feature_gates\":[\"HPAScaleToZero\", \"CPUManagerPolicyAlphaOptions\", \"ImageVolume\"], \"available_admission_plugins\":[\"AlwaysPullImages\", \"PodNodeSelector\", \"PodTolerationRestriction\"], \"available_kubelet_args\":{\"containerLogMaxFiles\":\"uint16\", \"containerLogMaxSize\":\"quantity\", \"cpuCFSQuota\":\"bool\", \"cpuCFSQuotaPeriod\":\"duration\", \"cpuManagerPolicy\":\"enum:none|static\", \"cpuManagerPolicyOptions\":\"map[string]string\", \"enableDebuggingHandlers\":\"bool\", \"evictionHard\":\"map[string]string\", \"evictionMinimumReclaim\":\"map[string]string\", \"imageGCHighThresholdPercent\":\"uint32\", \"imageGCLowThresholdPercent\":\"uint32\", \"maxParallelImagePulls\":\"int32\", \"maxPods\":\"uint16\", \"registryBurst\":\"int32\", \"registryPullQPS\":\"int32\", \"serializeImagePulls\":\"bool\"}, \"deprecated_at\":\"2026-09-29T00:00:00Z\", \"end_of_life_at\":\"2026-11-29T00:00:00Z\", \"released_at\":\"2025-09-29T00:00:00Z\"}, {\"region\":\"fr-par\", \"name\":\"1.33.4\", \"label\":\"Kubernetes 1.33.4\", \"available_cnis\":[\"cilium\", \"calico\", \"kilo\", \"none\"], \"available_container_runtimes\":[\"containerd\"], \"available_feature_gates\":[\"HPAScaleToZero\", \"DRAAdminAccess\", \"DynamicResourceAllocation\", \"PodLevelResources\", \"CPUManagerPolicyAlphaOptions\", \"ImageVolume\"], \"available_admission_plugins\":[\"AlwaysPullImages\", \"PodNodeSelector\", \"PodTolerationRestriction\"], \"available_kubelet_args\":{\"containerLogMaxFiles\":\"uint16\", \"containerLogMaxSize\":\"quantity\", \"cpuCFSQuota\":\"bool\", \"cpuCFSQuotaPeriod\":\"duration\", \"cpuManagerPolicy\":\"enum:none|static\", \"cpuManagerPolicyOptions\":\"map[string]string\", \"enableDebuggingHandlers\":\"bool\", \"evictionHard\":\"map[string]string\", \"evictionMinimumReclaim\":\"map[string]string\", \"imageGCHighThresholdPercent\":\"uint32\", \"imageGCLowThresholdPercent\":\"uint32\", \"maxParallelImagePulls\":\"int32\", \"maxPods\":\"uint16\", \"registryBurst\":\"int32\", \"registryPullQPS\":\"int32\", \"serializeImagePulls\":\"bool\"}, \"deprecated_at\":\"2026-09-04T00:00:00Z\", \"end_of_life_at\":\"2026-11-04T00:00:00Z\", \"released_at\":\"2025-09-04T00:00:00Z\"}, {\"region\":\"fr-par\", \"name\":\"1.32.8\", \"label\":\"Kubernetes 1.32.8\", \"available_cnis\":[\"cilium\", \"calico\", \"kilo\", \"none\"], \"available_container_runtimes\":[\"containerd\"], \"available_feature_gates\":[\"HPAScaleToZero\", \"InPlacePodVerticalScaling\", \"SidecarContainers\", \"DRAAdminAccess\", \"DRAResourceClaimDeviceStatus\", \"DynamicResourceAllocation\", \"PodLevelResources\", \"CPUManagerPolicyAlphaOptions\", \"ImageVolume\"], \"available_admission_plugins\":[\"AlwaysPullImages\", \"PodNodeSelector\", \"PodTolerationRestriction\"], \"available_kubelet_args\":{\"containerLogMaxFiles\":\"uint16\", \"containerLogMaxSize\":\"quantity\", \"cpuCFSQuota\":\"bool\", \"cpuCFSQuotaPeriod\":\"duration\", \"cpuManagerPolicy\":\"enum:none|static\", \"cpuManagerPolicyOptions\":\"map[string]string\", \"enableDebuggingHandlers\":\"bool\", \"evictionHard\":\"map[string]string\", \"evictionMinimumReclaim\":\"map[string]string\", \"imageGCHighThresholdPercent\":\"uint32\", \"imageGCLowThresholdPercent\":\"uint32\", \"maxParallelImagePulls\":\"int32\", \"maxPods\":\"uint16\", \"registryBurst\":\"int32\", \"registryPullQPS\":\"int32\", \"serializeImagePulls\":\"bool\"}, \"deprecated_at\":\"2026-03-24T00:00:00Z\", \"end_of_life_at\":\"2025-05-24T00:00:00Z\", \"released_at\":\"2025-03-24T00:00:00Z\"}, {\"region\":\"fr-par\", \"name\":\"1.31.12\", \"label\":\"Kubernetes 1.31.12\", \"available_cnis\":[\"cilium\", \"calico\", \"kilo\", \"none\"], \"available_container_runtimes\":[\"containerd\"], \"available_feature_gates\":[\"HPAScaleToZero\", \"InPlacePodVerticalScaling\", \"SidecarContainers\", \"CPUManagerPolicyAlphaOptions\", \"ImageVolume\"], \"available_admission_plugins\":[\"AlwaysPullImages\", \"PodNodeSelector\", \"PodTolerationRestriction\"], \"available_kubelet_args\":{\"containerLogMaxFiles\":\"uint16\", \"containerLogMaxSize\":\"quantity\", \"cpuCFSQuota\":\"bool\", \"cpuCFSQuotaPeriod\":\"duration\", \"cpuManagerPolicy\":\"enum:none|static\", \"cpuManagerPolicyOptions\":\"map[string]string\", \"enableDebuggingHandlers\":\"bool\", \"evictionHard\":\"map[string]string\", \"evictionMinimumReclaim\":\"map[string]string\", \"imageGCHighThresholdPercent\":\"uint32\", \"imageGCLowThresholdPercent\":\"uint32\", \"maxParallelImagePulls\":\"int32\", \"maxPods\":\"uint16\", \"registryBurst\":\"int32\", \"registryPullQPS\":\"int32\", \"serializeImagePulls\":\"bool\"}, \"deprecated_at\":\"2025-12-02T00:00:00Z\", \"end_of_life_at\":\"2026-02-02T00:00:00Z\", \"released_at\":\"2024-12-02T00:00:00Z\"}]}" + headers: + Content-Length: + - "4476" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:18:50 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 9617ce54-149a-4017-9ad7-d4294c332f79 + status: 200 OK + code: 200 + duration: 20.527245ms +- id: 91 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 616 + host: api.scaleway.com + body: "{\"autoscaler_config\":{\"scale_down_disabled\":null,\"scale_down_delay_after_add\":null,\"estimator\":\"unknown_estimator\",\"expander\":\"unknown_expander\",\"ignore_daemonsets_utilization\":null,\"balance_similar_node_groups\":null,\"expendable_pods_priority_cutoff\":null,\"scale_down_unneeded_time\":null,\"scale_down_utilization_threshold\":null,\"max_graceful_termination_sec\":null},\"auto_upgrade\":{\"enable\":null,\"maintenance_window\":{\"start_hour\":0,\"day\":\"any\"}},\"open_id_connect_config\":{\"issuer_url\":null,\"client_id\":null,\"username_claim\":null,\"username_prefix\":null,\"groups_claim\":null,\"groups_prefix\":null,\"required_claim\":null}}" + headers: + Content-Type: + - application/json + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/42c57068-84f0-46bf-8fe3-fab198ef2af4 + method: PATCH + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1641 + body: "{\"region\":\"fr-par\", \"id\":\"42c57068-84f0-46bf-8fe3-fab198ef2af4\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:19.126989Z\", \"updated_at\":\"2025-10-30T16:18:50.990179Z\", \"type\":\"kapsule\", \"name\":\"test-auto-upgrade\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"calico\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"auto_upgrade\"], \"cluster_url\":\"https://42c57068-84f0-46bf-8fe3-fab198ef2af4.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.42c57068-84f0-46bf-8fe3-fab198ef2af4.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":true, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"bff93345-d46c-4a07-909f-c98c0c4e4142\", \"commitment_ends_at\":\"2025-10-30T16:18:19.126997Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"73c05c75-c0af-453d-ab23-56a3ef1260cf\", \"new_images_enabled\":false, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1641" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:18:51 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - cbe1f0bf-a2e5-43f8-84d5-b9f378cd8be9 + status: 200 OK + code: 200 + duration: 34.482327ms +- id: 92 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/42c57068-84f0-46bf-8fe3-fab198ef2af4 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1640 + body: "{\"region\":\"fr-par\", \"id\":\"42c57068-84f0-46bf-8fe3-fab198ef2af4\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:19.126989Z\", \"updated_at\":\"2025-10-30T16:18:50.990179Z\", \"type\":\"kapsule\", \"name\":\"test-auto-upgrade\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"calico\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"auto_upgrade\"], \"cluster_url\":\"https://42c57068-84f0-46bf-8fe3-fab198ef2af4.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.42c57068-84f0-46bf-8fe3-fab198ef2af4.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":true, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"bff93345-d46c-4a07-909f-c98c0c4e4142\", \"commitment_ends_at\":\"2025-10-30T16:18:19.126997Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"73c05c75-c0af-453d-ab23-56a3ef1260cf\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1640" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:18:51 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - d9fcdac7-9ea1-4694-af67-3ce1e1812f9b + status: 200 OK + code: 200 + duration: 19.049963ms +- id: 93 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/42c57068-84f0-46bf-8fe3-fab198ef2af4 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1645 + body: "{\"region\":\"fr-par\", \"id\":\"42c57068-84f0-46bf-8fe3-fab198ef2af4\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:19.126989Z\", \"updated_at\":\"2025-10-30T16:18:54.815323Z\", \"type\":\"kapsule\", \"name\":\"test-auto-upgrade\", \"description\":\"\", \"status\":\"pool_required\", \"version\":\"1.34.1\", \"cni\":\"calico\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"auto_upgrade\"], \"cluster_url\":\"https://42c57068-84f0-46bf-8fe3-fab198ef2af4.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.42c57068-84f0-46bf-8fe3-fab198ef2af4.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":true, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"bff93345-d46c-4a07-909f-c98c0c4e4142\", \"commitment_ends_at\":\"2025-10-30T16:18:19.126997Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"73c05c75-c0af-453d-ab23-56a3ef1260cf\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1645" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:18:56 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 586b52d0-4e77-4853-aca8-148ee21a5d1f + status: 200 OK + code: 200 + duration: 105.802031ms +- id: 94 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/42c57068-84f0-46bf-8fe3-fab198ef2af4 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1645 + body: "{\"region\":\"fr-par\", \"id\":\"42c57068-84f0-46bf-8fe3-fab198ef2af4\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:19.126989Z\", \"updated_at\":\"2025-10-30T16:18:54.815323Z\", \"type\":\"kapsule\", \"name\":\"test-auto-upgrade\", \"description\":\"\", \"status\":\"pool_required\", \"version\":\"1.34.1\", \"cni\":\"calico\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"auto_upgrade\"], \"cluster_url\":\"https://42c57068-84f0-46bf-8fe3-fab198ef2af4.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.42c57068-84f0-46bf-8fe3-fab198ef2af4.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":true, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"bff93345-d46c-4a07-909f-c98c0c4e4142\", \"commitment_ends_at\":\"2025-10-30T16:18:19.126997Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"73c05c75-c0af-453d-ab23-56a3ef1260cf\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1645" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:18:56 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 2d057aa5-d6f0-4bb5-bb9f-28014e020307 + status: 200 OK + code: 200 + duration: 110.983495ms +- id: 95 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/42c57068-84f0-46bf-8fe3-fab198ef2af4/kubeconfig + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1674 + body: "{\"name\":\"kubeconfig\", \"content_type\":\"application/octet-stream\", \"content\":\"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogInRlc3QtYXV0by11cGdyYWRlIgogIGNsdXN0ZXI6CiAgICBjZXJ0aWZpY2F0ZS1hdXRob3JpdHktZGF0YTogTFMwdExTMUNSVWRKVGlCRFJWSlVTVVpKUTBGVVJTMHRMUzB0Q2sxSlNVSlhla05EUVZGSFowRjNTVUpCWjBsQ1FVUkJTMEpuWjNGb2EycFBVRkZSUkVGcVFWWk5VazEzUlZGWlJGWlJVVVJGZDNCeVpGZEtiR050Tld3S1pFZFdlazFDTkZoRVZFa3hUVlJCZVU5VVJUSk5WR2Q0VDFadldFUlVUVEZOVkVGNVQxUkZNazFVWjNoUFZtOTNSbFJGVkUxQ1JVZEJNVlZGUVhoTlN3cGhNMVpwV2xoS2RWcFlVbXhqZWtKYVRVSk5SMEo1Y1VkVFRUUTVRV2RGUjBORGNVZFRUVFE1UVhkRlNFRXdTVUZDU1ZGWVlVTXljbWxuUmtGak0wdFJDalZWYWpSalRHNVRjM1pLYmpabGRuUkthSEJyVTNOS05YYzJZVTg0VmpnMGVrZFJMMk52VlRsU1VpdGxZblpMVERSeGRFODBORUk0TVZvMFkzQndaa2NLT1dGdlkxSmxUMnBSYWtKQlRVRTBSMEV4VldSRWQwVkNMM2RSUlVGM1NVTndSRUZRUW1kT1ZraFNUVUpCWmpoRlFsUkJSRUZSU0M5TlFqQkhRVEZWWkFwRVoxRlhRa0pTVjNReE9YcE1abmMzYTNGUE1FWkNiSE4zVUdsSmRuWTNhMGRVUVV0Q1oyZHhhR3RxVDFCUlVVUkJaMDVKUVVSQ1JrRnBSVUZuT1RSekNrTjViV2gwTUdaNE1HcEJNbFExUXl0QmVrSmxkbm93Y1RsVFJFVXdkSGg2VG5CSGVGUjJORU5KUTBOTFlrZzRlRXR3WVVJeFVIaHRjMHgzTmxvM01WQUtVaXRhSzFOTk5rZDBObGRFUVV4dVNraDJlRWtLTFMwdExTMUZUa1FnUTBWU1ZFbEdTVU5CVkVVdExTMHRMUW89CiAgICBzZXJ2ZXI6IGh0dHBzOi8vNDJjNTcwNjgtODRmMC00NmJmLThmZTMtZmFiMTk4ZWYyYWY0LmFwaS5rOHMuZnItcGFyLnNjdy5jbG91ZDo2NDQzCmNvbnRleHRzOgotIG5hbWU6IGFkbWluQHRlc3QtYXV0by11cGdyYWRlCiAgY29udGV4dDoKICAgIGNsdXN0ZXI6ICJ0ZXN0LWF1dG8tdXBncmFkZSIKICAgIHVzZXI6IHRlc3QtYXV0by11cGdyYWRlLWFkbWluCmN1cnJlbnQtY29udGV4dDogYWRtaW5AdGVzdC1hdXRvLXVwZ3JhZGUKa2luZDogQ29uZmlnCnByZWZlcmVuY2VzOiB7fQp1c2VyczoKLSBuYW1lOiB0ZXN0LWF1dG8tdXBncmFkZS1hZG1pbgogIHVzZXI6CiAgICB0b2tlbjogYmVRNlIxcEk2TEViSDJmRldaMWhFVzZUWVh5bFFjVWlLOTVDUWk2b0NkZmlvWHNrNDFNZGRZMFU=\"}" + headers: + Content-Length: + - "1674" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:18:56 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - ab833f82-3aa0-47da-9d66-cedb62077a4f + status: 200 OK + code: 200 + duration: 93.888812ms +- id: 96 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/42c57068-84f0-46bf-8fe3-fab198ef2af4 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1645 + body: "{\"region\":\"fr-par\", \"id\":\"42c57068-84f0-46bf-8fe3-fab198ef2af4\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:19.126989Z\", \"updated_at\":\"2025-10-30T16:18:54.815323Z\", \"type\":\"kapsule\", \"name\":\"test-auto-upgrade\", \"description\":\"\", \"status\":\"pool_required\", \"version\":\"1.34.1\", \"cni\":\"calico\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"auto_upgrade\"], \"cluster_url\":\"https://42c57068-84f0-46bf-8fe3-fab198ef2af4.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.42c57068-84f0-46bf-8fe3-fab198ef2af4.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":true, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"bff93345-d46c-4a07-909f-c98c0c4e4142\", \"commitment_ends_at\":\"2025-10-30T16:18:19.126997Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"73c05c75-c0af-453d-ab23-56a3ef1260cf\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1645" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:18:56 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 04dcd029-4620-48d3-9f62-19d04b7c864d + status: 200 OK + code: 200 + duration: 23.487862ms +- id: 97 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/vpc/v2/regions/fr-par/vpcs/a84ecae9-5f44-4768-a630-c28141d64f20 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 431 + body: "{\"id\":\"a84ecae9-5f44-4768-a630-c28141d64f20\", \"name\":\"testAccCheckK8SClusterAutoUpgrade\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:17.205277Z\", \"updated_at\":\"2025-10-30T16:18:17.205277Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_default\":false, \"private_network_count\":1, \"routing_enabled\":true, \"custom_routes_propagation_enabled\":true, \"region\":\"fr-par\"}" + headers: + Content-Length: + - "431" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:18:56 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 36ff667f-8392-4a1a-954f-f0ac30b2ea01 + status: 200 OK + code: 200 + duration: 20.607296ms +- id: 98 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks/bff93345-d46c-4a07-909f-c98c0c4e4142 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1087 + body: "{\"id\":\"bff93345-d46c-4a07-909f-c98c0c4e4142\", \"name\":\"test-auto-upgrade\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:18.178723Z\", \"updated_at\":\"2025-10-30T16:18:18.178723Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"subnets\":[{\"id\":\"f806e99f-aabe-45cb-b5dc-614eb3ba4812\", \"created_at\":\"2025-10-30T16:18:18.178723Z\", \"updated_at\":\"2025-10-30T16:18:18.178723Z\", \"subnet\":\"172.17.28.0/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"bff93345-d46c-4a07-909f-c98c0c4e4142\", \"vpc_id\":\"a84ecae9-5f44-4768-a630-c28141d64f20\"}, {\"id\":\"ec3d3ce7-6a6c-4c19-b06a-7d0ef81190c2\", \"created_at\":\"2025-10-30T16:18:18.178723Z\", \"updated_at\":\"2025-10-30T16:18:18.178723Z\", \"subnet\":\"fd5f:519c:6d46:2624::/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"bff93345-d46c-4a07-909f-c98c0c4e4142\", \"vpc_id\":\"a84ecae9-5f44-4768-a630-c28141d64f20\"}], \"vpc_id\":\"a84ecae9-5f44-4768-a630-c28141d64f20\", \"dhcp_enabled\":true, \"default_route_propagation_enabled\":false, \"region\":\"fr-par\"}" + headers: + Content-Length: + - "1087" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:18:56 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - c93418bd-7b9a-4e19-9aa3-d13d56538ec2 + status: 200 OK + code: 200 + duration: 32.329637ms +- id: 99 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/42c57068-84f0-46bf-8fe3-fab198ef2af4 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1645 + body: "{\"region\":\"fr-par\", \"id\":\"42c57068-84f0-46bf-8fe3-fab198ef2af4\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:19.126989Z\", \"updated_at\":\"2025-10-30T16:18:54.815323Z\", \"type\":\"kapsule\", \"name\":\"test-auto-upgrade\", \"description\":\"\", \"status\":\"pool_required\", \"version\":\"1.34.1\", \"cni\":\"calico\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"auto_upgrade\"], \"cluster_url\":\"https://42c57068-84f0-46bf-8fe3-fab198ef2af4.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.42c57068-84f0-46bf-8fe3-fab198ef2af4.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":true, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"bff93345-d46c-4a07-909f-c98c0c4e4142\", \"commitment_ends_at\":\"2025-10-30T16:18:19.126997Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"73c05c75-c0af-453d-ab23-56a3ef1260cf\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1645" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:18:56 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - c1c5ebcc-23f5-47fd-a3ff-67e9a6be893e + status: 200 OK + code: 200 + duration: 20.99336ms +- id: 100 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/42c57068-84f0-46bf-8fe3-fab198ef2af4/kubeconfig + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1674 + body: "{\"name\":\"kubeconfig\", \"content_type\":\"application/octet-stream\", \"content\":\"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogInRlc3QtYXV0by11cGdyYWRlIgogIGNsdXN0ZXI6CiAgICBjZXJ0aWZpY2F0ZS1hdXRob3JpdHktZGF0YTogTFMwdExTMUNSVWRKVGlCRFJWSlVTVVpKUTBGVVJTMHRMUzB0Q2sxSlNVSlhla05EUVZGSFowRjNTVUpCWjBsQ1FVUkJTMEpuWjNGb2EycFBVRkZSUkVGcVFWWk5VazEzUlZGWlJGWlJVVVJGZDNCeVpGZEtiR050Tld3S1pFZFdlazFDTkZoRVZFa3hUVlJCZVU5VVJUSk5WR2Q0VDFadldFUlVUVEZOVkVGNVQxUkZNazFVWjNoUFZtOTNSbFJGVkUxQ1JVZEJNVlZGUVhoTlN3cGhNMVpwV2xoS2RWcFlVbXhqZWtKYVRVSk5SMEo1Y1VkVFRUUTVRV2RGUjBORGNVZFRUVFE1UVhkRlNFRXdTVUZDU1ZGWVlVTXljbWxuUmtGak0wdFJDalZWYWpSalRHNVRjM1pLYmpabGRuUkthSEJyVTNOS05YYzJZVTg0VmpnMGVrZFJMMk52VlRsU1VpdGxZblpMVERSeGRFODBORUk0TVZvMFkzQndaa2NLT1dGdlkxSmxUMnBSYWtKQlRVRTBSMEV4VldSRWQwVkNMM2RSUlVGM1NVTndSRUZRUW1kT1ZraFNUVUpCWmpoRlFsUkJSRUZSU0M5TlFqQkhRVEZWWkFwRVoxRlhRa0pTVjNReE9YcE1abmMzYTNGUE1FWkNiSE4zVUdsSmRuWTNhMGRVUVV0Q1oyZHhhR3RxVDFCUlVVUkJaMDVKUVVSQ1JrRnBSVUZuT1RSekNrTjViV2gwTUdaNE1HcEJNbFExUXl0QmVrSmxkbm93Y1RsVFJFVXdkSGg2VG5CSGVGUjJORU5KUTBOTFlrZzRlRXR3WVVJeFVIaHRjMHgzTmxvM01WQUtVaXRhSzFOTk5rZDBObGRFUVV4dVNraDJlRWtLTFMwdExTMUZUa1FnUTBWU1ZFbEdTVU5CVkVVdExTMHRMUW89CiAgICBzZXJ2ZXI6IGh0dHBzOi8vNDJjNTcwNjgtODRmMC00NmJmLThmZTMtZmFiMTk4ZWYyYWY0LmFwaS5rOHMuZnItcGFyLnNjdy5jbG91ZDo2NDQzCmNvbnRleHRzOgotIG5hbWU6IGFkbWluQHRlc3QtYXV0by11cGdyYWRlCiAgY29udGV4dDoKICAgIGNsdXN0ZXI6ICJ0ZXN0LWF1dG8tdXBncmFkZSIKICAgIHVzZXI6IHRlc3QtYXV0by11cGdyYWRlLWFkbWluCmN1cnJlbnQtY29udGV4dDogYWRtaW5AdGVzdC1hdXRvLXVwZ3JhZGUKa2luZDogQ29uZmlnCnByZWZlcmVuY2VzOiB7fQp1c2VyczoKLSBuYW1lOiB0ZXN0LWF1dG8tdXBncmFkZS1hZG1pbgogIHVzZXI6CiAgICB0b2tlbjogYmVRNlIxcEk2TEViSDJmRldaMWhFVzZUWVh5bFFjVWlLOTVDUWk2b0NkZmlvWHNrNDFNZGRZMFU=\"}" + headers: + Content-Length: + - "1674" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:18:56 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 7a3ef419-07a6-4d62-9388-32f59b735f32 + status: 200 OK + code: 200 + duration: 24.864115ms +- id: 101 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + form: + with_additional_resources: + - "false" + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/42c57068-84f0-46bf-8fe3-fab198ef2af4?with_additional_resources=false + method: DELETE + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1641 + body: "{\"region\":\"fr-par\", \"id\":\"42c57068-84f0-46bf-8fe3-fab198ef2af4\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:19.126989Z\", \"updated_at\":\"2025-10-30T16:18:57.015801Z\", \"type\":\"kapsule\", \"name\":\"test-auto-upgrade\", \"description\":\"\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"cni\":\"calico\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"auto_upgrade\"], \"cluster_url\":\"https://42c57068-84f0-46bf-8fe3-fab198ef2af4.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.42c57068-84f0-46bf-8fe3-fab198ef2af4.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":true, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"bff93345-d46c-4a07-909f-c98c0c4e4142\", \"commitment_ends_at\":\"2025-10-30T16:18:19.126997Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"73c05c75-c0af-453d-ab23-56a3ef1260cf\", \"new_images_enabled\":false, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1641" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:18:57 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 20e9da0f-3ecc-458e-a222-931c75515c65 + status: 200 OK + code: 200 + duration: 141.421942ms +- id: 102 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/42c57068-84f0-46bf-8fe3-fab198ef2af4 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1640 + body: "{\"region\":\"fr-par\", \"id\":\"42c57068-84f0-46bf-8fe3-fab198ef2af4\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:19.126989Z\", \"updated_at\":\"2025-10-30T16:18:57.015801Z\", \"type\":\"kapsule\", \"name\":\"test-auto-upgrade\", \"description\":\"\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"cni\":\"calico\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"auto_upgrade\"], \"cluster_url\":\"https://42c57068-84f0-46bf-8fe3-fab198ef2af4.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.42c57068-84f0-46bf-8fe3-fab198ef2af4.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":true, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"bff93345-d46c-4a07-909f-c98c0c4e4142\", \"commitment_ends_at\":\"2025-10-30T16:18:19.126997Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"73c05c75-c0af-453d-ab23-56a3ef1260cf\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1640" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:18:57 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - ab079d61-837c-451d-9ddc-c0d21eaa03f5 + status: 200 OK + code: 200 + duration: 26.061804ms +- id: 103 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/42c57068-84f0-46bf-8fe3-fab198ef2af4 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 128 + body: "{\"message\":\"resource is not found\",\"resource\":\"cluster\",\"resource_id\":\"42c57068-84f0-46bf-8fe3-fab198ef2af4\",\"type\":\"not_found\"}" + headers: + Content-Length: + - "128" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:19:02 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - ea23a7ef-6851-49b7-8916-1ec09aba1a80 + status: 404 Not Found + code: 404 + duration: 23.866312ms +- id: 104 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks/bff93345-d46c-4a07-909f-c98c0c4e4142 + method: DELETE + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 0 + body: "" + headers: + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:19:03 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 6a5ddedb-eb99-438a-8f33-891a9fc44b7d + status: 204 No Content + code: 204 + duration: 1.565044531s +- id: 105 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/vpc/v2/regions/fr-par/vpcs/a84ecae9-5f44-4768-a630-c28141d64f20 + method: DELETE + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 0 + body: "" + headers: + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:19:03 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - f2ca3654-ded7-493e-b1b6-9fe1db271af4 + status: 204 No Content + code: 204 + duration: 102.833048ms +- id: 106 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/42c57068-84f0-46bf-8fe3-fab198ef2af4 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 128 + body: "{\"message\":\"resource is not found\",\"resource\":\"cluster\",\"resource_id\":\"42c57068-84f0-46bf-8fe3-fab198ef2af4\",\"type\":\"not_found\"}" + headers: + Content-Length: + - "128" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:19:03 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - aa50c7be-2b05-493b-a181-c3b101b6f467 + status: 404 Not Found + code: 404 + duration: 25.033313ms +- id: 107 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks/bff93345-d46c-4a07-909f-c98c0c4e4142 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 136 + body: "{\"message\":\"resource is not found\",\"resource\":\"private_network\",\"resource_id\":\"bff93345-d46c-4a07-909f-c98c0c4e4142\",\"type\":\"not_found\"}" + headers: + Content-Length: + - "136" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:19:03 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 0abdb279-5d31-4605-8f38-90ddb17150fe + status: 404 Not Found + code: 404 + duration: 28.653317ms diff --git a/internal/services/k8s/testdata/cluster-autoscaling.cassette.yaml b/internal/services/k8s/testdata/cluster-autoscaling.cassette.yaml index df336d0a7a..ab0ff0da6a 100644 --- a/internal/services/k8s/testdata/cluster-autoscaling.cassette.yaml +++ b/internal/services/k8s/testdata/cluster-autoscaling.cassette.yaml @@ -1,1871 +1,1272 @@ --- version: 2 interactions: - - id: 0 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/versions - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 4962 - uncompressed: false - body: '{"versions":[{"available_admission_plugins":["AlwaysPullImages","PodNodeSelector","PodTolerationRestriction"],"available_cnis":["cilium","cilium_native","calico","kilo","none"],"available_container_runtimes":["containerd"],"available_feature_gates":["HPAScaleToZero","CPUManagerPolicyAlphaOptions","ImageVolume"],"available_kubelet_args":{"containerLogMaxFiles":"uint16","containerLogMaxSize":"quantity","cpuCFSQuota":"bool","cpuCFSQuotaPeriod":"duration","cpuManagerPolicy":"enum:none|static","cpuManagerPolicyOptions":"map[string]string","enableDebuggingHandlers":"bool","evictionHard":"map[string]string","evictionMinimumReclaim":"map[string]string","imageGCHighThresholdPercent":"uint32","imageGCLowThresholdPercent":"uint32","maxParallelImagePulls":"int32","maxPods":"uint16","registryBurst":"int32","registryPullQPS":"int32","serializeImagePulls":"bool"},"label":"Kubernetes 1.34.1","name":"1.34.1","region":"fr-par"},{"available_admission_plugins":["AlwaysPullImages","PodNodeSelector","PodTolerationRestriction"],"available_cnis":["cilium","calico","kilo","none"],"available_container_runtimes":["containerd"],"available_feature_gates":["HPAScaleToZero","DRAAdminAccess","DynamicResourceAllocation","PodLevelResources","CPUManagerPolicyAlphaOptions","ImageVolume"],"available_kubelet_args":{"containerLogMaxFiles":"uint16","containerLogMaxSize":"quantity","cpuCFSQuota":"bool","cpuCFSQuotaPeriod":"duration","cpuManagerPolicy":"enum:none|static","cpuManagerPolicyOptions":"map[string]string","enableDebuggingHandlers":"bool","evictionHard":"map[string]string","evictionMinimumReclaim":"map[string]string","imageGCHighThresholdPercent":"uint32","imageGCLowThresholdPercent":"uint32","maxParallelImagePulls":"int32","maxPods":"uint16","registryBurst":"int32","registryPullQPS":"int32","serializeImagePulls":"bool"},"label":"Kubernetes 1.33.4","name":"1.33.4","region":"fr-par"},{"available_admission_plugins":["AlwaysPullImages","PodNodeSelector","PodTolerationRestriction"],"available_cnis":["cilium","calico","kilo","none"],"available_container_runtimes":["containerd"],"available_feature_gates":["HPAScaleToZero","InPlacePodVerticalScaling","SidecarContainers","DRAAdminAccess","DRAResourceClaimDeviceStatus","DynamicResourceAllocation","PodLevelResources","CPUManagerPolicyAlphaOptions","ImageVolume"],"available_kubelet_args":{"containerLogMaxFiles":"uint16","containerLogMaxSize":"quantity","cpuCFSQuota":"bool","cpuCFSQuotaPeriod":"duration","cpuManagerPolicy":"enum:none|static","cpuManagerPolicyOptions":"map[string]string","enableDebuggingHandlers":"bool","evictionHard":"map[string]string","evictionMinimumReclaim":"map[string]string","imageGCHighThresholdPercent":"uint32","imageGCLowThresholdPercent":"uint32","maxParallelImagePulls":"int32","maxPods":"uint16","registryBurst":"int32","registryPullQPS":"int32","serializeImagePulls":"bool"},"label":"Kubernetes 1.32.8","name":"1.32.8","region":"fr-par"},{"available_admission_plugins":["AlwaysPullImages","PodNodeSelector","PodTolerationRestriction"],"available_cnis":["cilium","calico","kilo","none"],"available_container_runtimes":["containerd"],"available_feature_gates":["HPAScaleToZero","InPlacePodVerticalScaling","SidecarContainers","CPUManagerPolicyAlphaOptions","ImageVolume"],"available_kubelet_args":{"containerLogMaxFiles":"uint16","containerLogMaxSize":"quantity","cpuCFSQuota":"bool","cpuCFSQuotaPeriod":"duration","cpuManagerPolicy":"enum:none|static","cpuManagerPolicyOptions":"map[string]string","enableDebuggingHandlers":"bool","evictionHard":"map[string]string","evictionMinimumReclaim":"map[string]string","imageGCHighThresholdPercent":"uint32","imageGCLowThresholdPercent":"uint32","maxParallelImagePulls":"int32","maxPods":"uint16","registryBurst":"int32","registryPullQPS":"int32","serializeImagePulls":"bool"},"label":"Kubernetes 1.31.12","name":"1.31.12","region":"fr-par"},{"available_admission_plugins":["AlwaysPullImages","PodNodeSelector","PodTolerationRestriction"],"available_cnis":["cilium","calico","kilo","none"],"available_container_runtimes":["containerd"],"available_feature_gates":["HPAScaleToZero","SidecarContainers","InPlacePodVerticalScaling","CPUManagerPolicyAlphaOptions"],"available_kubelet_args":{"containerLogMaxFiles":"uint16","containerLogMaxSize":"quantity","cpuCFSQuota":"bool","cpuCFSQuotaPeriod":"duration","cpuManagerPolicy":"enum:none|static","cpuManagerPolicyOptions":"map[string]string","enableDebuggingHandlers":"bool","evictionHard":"map[string]string","evictionMinimumReclaim":"map[string]string","imageGCHighThresholdPercent":"uint32","imageGCLowThresholdPercent":"uint32","maxParallelImagePulls":"int32","maxPods":"uint16","registryBurst":"int32","registryPullQPS":"int32","serializeImagePulls":"bool"},"label":"Kubernetes 1.30.14","name":"1.30.14","region":"fr-par"}]}' - headers: - Content-Length: - - "4962" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 14:11:10 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 9ba34b5a-b5cc-4a31-9872-19ffa821859c - status: 200 OK - code: 200 - duration: 155.113959ms - - id: 1 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 134 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: '{"name":"testAccCheckK8SClusterConfigAutoscaler","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","tags":[],"enable_routing":false}' - form: {} - headers: - Content-Type: - - application/json - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/nl-ams/vpcs - method: POST - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 436 - uncompressed: false - body: '{"created_at":"2025-09-30T14:11:11.215293Z","custom_routes_propagation_enabled":true,"id":"e0e2dda6-e752-4178-b690-f8c76d4a5c62","is_default":false,"name":"testAccCheckK8SClusterConfigAutoscaler","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","private_network_count":0,"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"nl-ams","routing_enabled":true,"tags":[],"updated_at":"2025-09-30T14:11:11.215293Z"}' - headers: - Content-Length: - - "436" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 14:11:11 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 971a7285-97ab-45e2-b17c-6e563ff4510f - status: 200 OK - code: 200 - duration: 167.154209ms - - id: 2 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/nl-ams/vpcs/e0e2dda6-e752-4178-b690-f8c76d4a5c62 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 436 - uncompressed: false - body: '{"created_at":"2025-09-30T14:11:11.215293Z","custom_routes_propagation_enabled":true,"id":"e0e2dda6-e752-4178-b690-f8c76d4a5c62","is_default":false,"name":"testAccCheckK8SClusterConfigAutoscaler","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","private_network_count":0,"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"nl-ams","routing_enabled":true,"tags":[],"updated_at":"2025-09-30T14:11:11.215293Z"}' - headers: - Content-Length: - - "436" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 14:11:11 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - f835a497-0d76-45ec-8f87-05c802dfb892 - status: 200 OK - code: 200 - duration: 160.932375ms - - id: 3 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 193 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: '{"name":"test-autoscaler","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","tags":[],"subnets":null,"vpc_id":"e0e2dda6-e752-4178-b690-f8c76d4a5c62","default_route_propagation_enabled":false}' - form: {} - headers: - Content-Type: - - application/json - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/nl-ams/private-networks - method: POST - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1084 - uncompressed: false - body: '{"created_at":"2025-09-30T14:11:11.551793Z","default_route_propagation_enabled":false,"dhcp_enabled":true,"id":"85d46df6-4c20-4d8d-9599-c7db9bea8885","name":"test-autoscaler","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"nl-ams","subnets":[{"created_at":"2025-09-30T14:11:11.551793Z","id":"4c1588af-a324-425f-99d0-41f54c5a1f91","private_network_id":"85d46df6-4c20-4d8d-9599-c7db9bea8885","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","subnet":"172.16.0.0/22","updated_at":"2025-09-30T14:11:11.551793Z","vpc_id":"e0e2dda6-e752-4178-b690-f8c76d4a5c62"},{"created_at":"2025-09-30T14:11:11.551793Z","id":"a8b43d2d-0408-4d54-8ccc-fe6c1081efe8","private_network_id":"85d46df6-4c20-4d8d-9599-c7db9bea8885","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","subnet":"fd5c:d510:d730:1b95::/64","updated_at":"2025-09-30T14:11:11.551793Z","vpc_id":"e0e2dda6-e752-4178-b690-f8c76d4a5c62"}],"tags":[],"updated_at":"2025-09-30T14:11:11.551793Z","vpc_id":"e0e2dda6-e752-4178-b690-f8c76d4a5c62"}' - headers: - Content-Length: - - "1084" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 14:11:12 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 3836a78a-d4f7-4fc7-9929-bcb42d8e2b4e - status: 200 OK - code: 200 - duration: 716.566666ms - - id: 4 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/nl-ams/private-networks/85d46df6-4c20-4d8d-9599-c7db9bea8885 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1084 - uncompressed: false - body: '{"created_at":"2025-09-30T14:11:11.551793Z","default_route_propagation_enabled":false,"dhcp_enabled":true,"id":"85d46df6-4c20-4d8d-9599-c7db9bea8885","name":"test-autoscaler","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"nl-ams","subnets":[{"created_at":"2025-09-30T14:11:11.551793Z","id":"4c1588af-a324-425f-99d0-41f54c5a1f91","private_network_id":"85d46df6-4c20-4d8d-9599-c7db9bea8885","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","subnet":"172.16.0.0/22","updated_at":"2025-09-30T14:11:11.551793Z","vpc_id":"e0e2dda6-e752-4178-b690-f8c76d4a5c62"},{"created_at":"2025-09-30T14:11:11.551793Z","id":"a8b43d2d-0408-4d54-8ccc-fe6c1081efe8","private_network_id":"85d46df6-4c20-4d8d-9599-c7db9bea8885","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","subnet":"fd5c:d510:d730:1b95::/64","updated_at":"2025-09-30T14:11:11.551793Z","vpc_id":"e0e2dda6-e752-4178-b690-f8c76d4a5c62"}],"tags":[],"updated_at":"2025-09-30T14:11:11.551793Z","vpc_id":"e0e2dda6-e752-4178-b690-f8c76d4a5c62"}' - headers: - Content-Length: - - "1084" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 14:11:12 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - e61e1238-addb-4672-8e5e-86fb0554dbb7 - status: 200 OK - code: 200 - duration: 122.425333ms - - id: 5 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 701 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: '{"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","type":"","name":"test-autoscaler-01","description":"","tags":["terraform-test","scaleway_k8s_cluster","autoscaler-config"],"version":"1.34.1","cni":"calico","pools":null,"autoscaler_config":{"scale_down_disabled":true,"scale_down_delay_after_add":"20m","estimator":"binpacking","expander":"most_pods","ignore_daemonsets_utilization":true,"balance_similar_node_groups":true,"expendable_pods_priority_cutoff":10,"scale_down_unneeded_time":"20m","scale_down_utilization_threshold":0.77,"max_graceful_termination_sec":1337},"feature_gates":[],"admission_plugins":[],"apiserver_cert_sans":[],"private_network_id":"85d46df6-4c20-4d8d-9599-c7db9bea8885"}' - form: {} - headers: - Content-Type: - - application/json - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/nl-ams/clusters - method: POST - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1617 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":true,"estimator":"binpacking","expander":"most_pods","expendable_pods_priority_cutoff":10,"ignore_daemonsets_utilization":true,"max_graceful_termination_sec":1337,"scale_down_delay_after_add":"20m","scale_down_disabled":true,"scale_down_unneeded_time":"20m","scale_down_utilization_threshold":0.77},"cluster_url":"https://84bf1203-16f6-4a3d-9f74-96d9421b4b69.api.k8s.nl-ams.scw.cloud:6443","cni":"calico","commitment_ends_at":"2025-09-30T14:11:12.661631Z","created_at":"2025-09-30T14:11:12.661623Z","description":"","dns_wildcard":"*.84bf1203-16f6-4a3d-9f74-96d9421b4b69.nodes.k8s.nl-ams.scw.cloud","feature_gates":[],"iam_nodes_group_id":"","id":"84bf1203-16f6-4a3d-9f74-96d9421b4b69","name":"test-autoscaler-01","new_images_enabled":false,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"100.64.0.0/15","private_network_id":"85d46df6-4c20-4d8d-9599-c7db9bea8885","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"nl-ams","service_cidr":"10.32.0.0/20","service_dns_ip":"10.32.0.10","status":"creating","tags":["terraform-test","scaleway_k8s_cluster","autoscaler-config"],"type":"kapsule","updated_at":"2025-09-30T14:11:12.661623Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1617" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 14:11:12 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 090ace15-79ff-49fb-9f3b-d97bf5cd6403 - status: 200 OK - code: 200 - duration: 506.132167ms - - id: 6 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/nl-ams/clusters/84bf1203-16f6-4a3d-9f74-96d9421b4b69 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1581 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":true,"estimator":"binpacking","expander":"most_pods","expendable_pods_priority_cutoff":10,"ignore_daemonsets_utilization":true,"max_graceful_termination_sec":1337,"scale_down_delay_after_add":"20m","scale_down_disabled":true,"scale_down_unneeded_time":"20m","scale_down_utilization_threshold":0.77},"cluster_url":"https://84bf1203-16f6-4a3d-9f74-96d9421b4b69.api.k8s.nl-ams.scw.cloud:6443","cni":"calico","commitment_ends_at":"2025-09-30T14:11:12.661631Z","created_at":"2025-09-30T14:11:12.661623Z","description":"","dns_wildcard":"*.84bf1203-16f6-4a3d-9f74-96d9421b4b69.nodes.k8s.nl-ams.scw.cloud","feature_gates":[],"iam_nodes_group_id":"","id":"84bf1203-16f6-4a3d-9f74-96d9421b4b69","name":"test-autoscaler-01","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":"85d46df6-4c20-4d8d-9599-c7db9bea8885","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"nl-ams","service_cidr":"","service_dns_ip":"","status":"creating","tags":["terraform-test","scaleway_k8s_cluster","autoscaler-config"],"type":"kapsule","updated_at":"2025-09-30T14:11:12.661623Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1581" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 14:11:12 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - f759b71c-5d90-4d40-9169-382812a6a74d - status: 200 OK - code: 200 - duration: 106.353875ms - - id: 7 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/nl-ams/clusters/84bf1203-16f6-4a3d-9f74-96d9421b4b69 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1622 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":true,"estimator":"binpacking","expander":"most_pods","expendable_pods_priority_cutoff":10,"ignore_daemonsets_utilization":true,"max_graceful_termination_sec":1337,"scale_down_delay_after_add":"20m","scale_down_disabled":true,"scale_down_unneeded_time":"20m","scale_down_utilization_threshold":0.77},"cluster_url":"https://84bf1203-16f6-4a3d-9f74-96d9421b4b69.api.k8s.nl-ams.scw.cloud:6443","cni":"calico","commitment_ends_at":"2025-09-30T14:11:12.661631Z","created_at":"2025-09-30T14:11:12.661623Z","description":"","dns_wildcard":"*.84bf1203-16f6-4a3d-9f74-96d9421b4b69.nodes.k8s.nl-ams.scw.cloud","feature_gates":[],"iam_nodes_group_id":"198228b7-632b-4e41-ab22-d8ea64238246","id":"84bf1203-16f6-4a3d-9f74-96d9421b4b69","name":"test-autoscaler-01","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":"85d46df6-4c20-4d8d-9599-c7db9bea8885","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"nl-ams","service_cidr":"","service_dns_ip":"","status":"pool_required","tags":["terraform-test","scaleway_k8s_cluster","autoscaler-config"],"type":"kapsule","updated_at":"2025-09-30T14:11:13.463807Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1622" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 14:11:18 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - e686cf8a-b5f6-45c5-9507-586e8761941d - status: 200 OK - code: 200 - duration: 126.983291ms - - id: 8 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/nl-ams/clusters/84bf1203-16f6-4a3d-9f74-96d9421b4b69/pools?order_by=created_at_asc&page=1&status=unknown - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 29 - uncompressed: false - body: '{"pools":[],"total_count":0}' - headers: - Content-Length: - - "29" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 14:11:18 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 1dcdad39-a734-49ba-b439-5585fd68b2ac - status: 200 OK - code: 200 - duration: 132.4805ms - - id: 9 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/nl-ams/clusters/84bf1203-16f6-4a3d-9f74-96d9421b4b69 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1622 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":true,"estimator":"binpacking","expander":"most_pods","expendable_pods_priority_cutoff":10,"ignore_daemonsets_utilization":true,"max_graceful_termination_sec":1337,"scale_down_delay_after_add":"20m","scale_down_disabled":true,"scale_down_unneeded_time":"20m","scale_down_utilization_threshold":0.77},"cluster_url":"https://84bf1203-16f6-4a3d-9f74-96d9421b4b69.api.k8s.nl-ams.scw.cloud:6443","cni":"calico","commitment_ends_at":"2025-09-30T14:11:12.661631Z","created_at":"2025-09-30T14:11:12.661623Z","description":"","dns_wildcard":"*.84bf1203-16f6-4a3d-9f74-96d9421b4b69.nodes.k8s.nl-ams.scw.cloud","feature_gates":[],"iam_nodes_group_id":"198228b7-632b-4e41-ab22-d8ea64238246","id":"84bf1203-16f6-4a3d-9f74-96d9421b4b69","name":"test-autoscaler-01","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":"85d46df6-4c20-4d8d-9599-c7db9bea8885","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"nl-ams","service_cidr":"","service_dns_ip":"","status":"pool_required","tags":["terraform-test","scaleway_k8s_cluster","autoscaler-config"],"type":"kapsule","updated_at":"2025-09-30T14:11:13.463807Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1622" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 14:11:18 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 8eb0c572-e650-40d2-a6ab-2f9c8faba626 - status: 200 OK - code: 200 - duration: 109.246291ms - - id: 10 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/nl-ams/clusters/84bf1203-16f6-4a3d-9f74-96d9421b4b69/kubeconfig - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1686 - uncompressed: false - body: '{"content":"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogInRlc3QtYXV0b3NjYWxlci0wMSIKICBjbHVzdGVyOgogICAgY2VydGlmaWNhdGUtYXV0aG9yaXR5LWRhdGE6IExTMHRMUzFDUlVkSlRpQkRSVkpVU1VaSlEwRlVSUzB0TFMwdENrMUpTVUpZUkVORFFWRkhaMEYzU1VKQlowbENRVVJCUzBKblozRm9hMnBQVUZGUlJFRnFRVlpOVWsxM1JWRlpSRlpSVVVSRmQzQnlaRmRLYkdOdE5Xd0taRWRXZWsxQ05GaEVWRWt4VFVScmVVOVVSVEJOVkVWNFRXeHZXRVJVVFRGTlJHdDVUMVJGTUUxVVJYaE5iRzkzUmxSRlZFMUNSVWRCTVZWRlFYaE5Td3BoTTFacFdsaEtkVnBZVW14amVrSmFUVUpOUjBKNWNVZFRUVFE1UVdkRlIwTkRjVWRUVFRRNVFYZEZTRUV3U1VGQ1IzTlFjbEZoWWxWelprMUpiRXR3Q21kMWJ5czVibVprVURKUVZHOVVZVk4xVnpBdlZVZENSVFJ4ZW1ZNVdqUTBWVmxwY2twcmNHeFVOVWR3VnpsRVYzcDBZekI1TlVkTVFUbENNMnhXTDFrS1ZtUXhORWhSUTJwUmFrSkJUVUUwUjBFeFZXUkVkMFZDTDNkUlJVRjNTVU53UkVGUVFtZE9Wa2hTVFVKQlpqaEZRbFJCUkVGUlNDOU5RakJIUVRGVlpBcEVaMUZYUWtKUllXOW5kVzR5Vm5GNlZTOHJUblZDTlRoaFZsaFFkVkp3U1ZwNlFVdENaMmR4YUd0cVQxQlJVVVJCWjA1S1FVUkNSMEZwUlVFM05WaDVDblF2YVU5NVFtbDRjbVJsVTJ0emNVdzNObk53TkZsYWJFUlhlR05rTkRCS1pUUlFkMloyZDBOSlVVTlVNMFEyUmtWdGExcFNORWRIUjFsSVFsUlpTR2dLUm1RellreDFZbGxPVjJabmMwVm5ZbFpQVmtaVFp6MDlDaTB0TFMwdFJVNUVJRU5GVWxSSlJrbERRVlJGTFMwdExTMEsKICAgIHNlcnZlcjogaHR0cHM6Ly84NGJmMTIwMy0xNmY2LTRhM2QtOWY3NC05NmQ5NDIxYjRiNjkuYXBpLms4cy5ubC1hbXMuc2N3LmNsb3VkOjY0NDMKY29udGV4dHM6Ci0gbmFtZTogYWRtaW5AdGVzdC1hdXRvc2NhbGVyLTAxCiAgY29udGV4dDoKICAgIGNsdXN0ZXI6ICJ0ZXN0LWF1dG9zY2FsZXItMDEiCiAgICB1c2VyOiB0ZXN0LWF1dG9zY2FsZXItMDEtYWRtaW4KY3VycmVudC1jb250ZXh0OiBhZG1pbkB0ZXN0LWF1dG9zY2FsZXItMDEKa2luZDogQ29uZmlnCnByZWZlcmVuY2VzOiB7fQp1c2VyczoKLSBuYW1lOiB0ZXN0LWF1dG9zY2FsZXItMDEtYWRtaW4KICB1c2VyOgogICAgdG9rZW46IFpqeTdCZXNzTG9sNjdZRnJwMDNMRnZoS3pSckpmVEVwd29MblhKS1pHbXVSTUNoMllLYjZyM2xp","content_type":"application/octet-stream","name":"kubeconfig"}' - headers: - Content-Length: - - "1686" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 14:11:18 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 13a22a71-c52e-4c0d-b36f-7435b9a9ec29 - status: 200 OK - code: 200 - duration: 125.091583ms - - id: 11 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/nl-ams/clusters/84bf1203-16f6-4a3d-9f74-96d9421b4b69 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1622 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":true,"estimator":"binpacking","expander":"most_pods","expendable_pods_priority_cutoff":10,"ignore_daemonsets_utilization":true,"max_graceful_termination_sec":1337,"scale_down_delay_after_add":"20m","scale_down_disabled":true,"scale_down_unneeded_time":"20m","scale_down_utilization_threshold":0.77},"cluster_url":"https://84bf1203-16f6-4a3d-9f74-96d9421b4b69.api.k8s.nl-ams.scw.cloud:6443","cni":"calico","commitment_ends_at":"2025-09-30T14:11:12.661631Z","created_at":"2025-09-30T14:11:12.661623Z","description":"","dns_wildcard":"*.84bf1203-16f6-4a3d-9f74-96d9421b4b69.nodes.k8s.nl-ams.scw.cloud","feature_gates":[],"iam_nodes_group_id":"198228b7-632b-4e41-ab22-d8ea64238246","id":"84bf1203-16f6-4a3d-9f74-96d9421b4b69","name":"test-autoscaler-01","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":"85d46df6-4c20-4d8d-9599-c7db9bea8885","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"nl-ams","service_cidr":"","service_dns_ip":"","status":"pool_required","tags":["terraform-test","scaleway_k8s_cluster","autoscaler-config"],"type":"kapsule","updated_at":"2025-09-30T14:11:13.463807Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1622" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 14:11:18 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - b4e78e5d-fc9c-4548-a139-e56cdcd0b43d - status: 200 OK - code: 200 - duration: 111.8715ms - - id: 12 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/nl-ams/vpcs/e0e2dda6-e752-4178-b690-f8c76d4a5c62 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 436 - uncompressed: false - body: '{"created_at":"2025-09-30T14:11:11.215293Z","custom_routes_propagation_enabled":true,"id":"e0e2dda6-e752-4178-b690-f8c76d4a5c62","is_default":false,"name":"testAccCheckK8SClusterConfigAutoscaler","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","private_network_count":1,"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"nl-ams","routing_enabled":true,"tags":[],"updated_at":"2025-09-30T14:11:11.215293Z"}' - headers: - Content-Length: - - "436" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 14:11:19 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 3c726103-f953-48c0-8f28-e89bccc3b925 - status: 200 OK - code: 200 - duration: 249.038917ms - - id: 13 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/nl-ams/private-networks/85d46df6-4c20-4d8d-9599-c7db9bea8885 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1084 - uncompressed: false - body: '{"created_at":"2025-09-30T14:11:11.551793Z","default_route_propagation_enabled":false,"dhcp_enabled":true,"id":"85d46df6-4c20-4d8d-9599-c7db9bea8885","name":"test-autoscaler","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"nl-ams","subnets":[{"created_at":"2025-09-30T14:11:11.551793Z","id":"4c1588af-a324-425f-99d0-41f54c5a1f91","private_network_id":"85d46df6-4c20-4d8d-9599-c7db9bea8885","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","subnet":"172.16.0.0/22","updated_at":"2025-09-30T14:11:11.551793Z","vpc_id":"e0e2dda6-e752-4178-b690-f8c76d4a5c62"},{"created_at":"2025-09-30T14:11:11.551793Z","id":"a8b43d2d-0408-4d54-8ccc-fe6c1081efe8","private_network_id":"85d46df6-4c20-4d8d-9599-c7db9bea8885","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","subnet":"fd5c:d510:d730:1b95::/64","updated_at":"2025-09-30T14:11:11.551793Z","vpc_id":"e0e2dda6-e752-4178-b690-f8c76d4a5c62"}],"tags":[],"updated_at":"2025-09-30T14:11:11.551793Z","vpc_id":"e0e2dda6-e752-4178-b690-f8c76d4a5c62"}' - headers: - Content-Length: - - "1084" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 14:11:19 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 30968fed-f315-4af2-87ed-61dc78c8e45f - status: 200 OK - code: 200 - duration: 122.131083ms - - id: 14 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/nl-ams/clusters/84bf1203-16f6-4a3d-9f74-96d9421b4b69 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1622 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":true,"estimator":"binpacking","expander":"most_pods","expendable_pods_priority_cutoff":10,"ignore_daemonsets_utilization":true,"max_graceful_termination_sec":1337,"scale_down_delay_after_add":"20m","scale_down_disabled":true,"scale_down_unneeded_time":"20m","scale_down_utilization_threshold":0.77},"cluster_url":"https://84bf1203-16f6-4a3d-9f74-96d9421b4b69.api.k8s.nl-ams.scw.cloud:6443","cni":"calico","commitment_ends_at":"2025-09-30T14:11:12.661631Z","created_at":"2025-09-30T14:11:12.661623Z","description":"","dns_wildcard":"*.84bf1203-16f6-4a3d-9f74-96d9421b4b69.nodes.k8s.nl-ams.scw.cloud","feature_gates":[],"iam_nodes_group_id":"198228b7-632b-4e41-ab22-d8ea64238246","id":"84bf1203-16f6-4a3d-9f74-96d9421b4b69","name":"test-autoscaler-01","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":"85d46df6-4c20-4d8d-9599-c7db9bea8885","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"nl-ams","service_cidr":"","service_dns_ip":"","status":"pool_required","tags":["terraform-test","scaleway_k8s_cluster","autoscaler-config"],"type":"kapsule","updated_at":"2025-09-30T14:11:13.463807Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1622" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 14:11:19 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 9a75646b-4fa0-4d25-b43c-f6f0c3be1116 - status: 200 OK - code: 200 - duration: 99.064542ms - - id: 15 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/nl-ams/clusters/84bf1203-16f6-4a3d-9f74-96d9421b4b69/kubeconfig - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1686 - uncompressed: false - body: '{"content":"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogInRlc3QtYXV0b3NjYWxlci0wMSIKICBjbHVzdGVyOgogICAgY2VydGlmaWNhdGUtYXV0aG9yaXR5LWRhdGE6IExTMHRMUzFDUlVkSlRpQkRSVkpVU1VaSlEwRlVSUzB0TFMwdENrMUpTVUpZUkVORFFWRkhaMEYzU1VKQlowbENRVVJCUzBKblozRm9hMnBQVUZGUlJFRnFRVlpOVWsxM1JWRlpSRlpSVVVSRmQzQnlaRmRLYkdOdE5Xd0taRWRXZWsxQ05GaEVWRWt4VFVScmVVOVVSVEJOVkVWNFRXeHZXRVJVVFRGTlJHdDVUMVJGTUUxVVJYaE5iRzkzUmxSRlZFMUNSVWRCTVZWRlFYaE5Td3BoTTFacFdsaEtkVnBZVW14amVrSmFUVUpOUjBKNWNVZFRUVFE1UVdkRlIwTkRjVWRUVFRRNVFYZEZTRUV3U1VGQ1IzTlFjbEZoWWxWelprMUpiRXR3Q21kMWJ5czVibVprVURKUVZHOVVZVk4xVnpBdlZVZENSVFJ4ZW1ZNVdqUTBWVmxwY2twcmNHeFVOVWR3VnpsRVYzcDBZekI1TlVkTVFUbENNMnhXTDFrS1ZtUXhORWhSUTJwUmFrSkJUVUUwUjBFeFZXUkVkMFZDTDNkUlJVRjNTVU53UkVGUVFtZE9Wa2hTVFVKQlpqaEZRbFJCUkVGUlNDOU5RakJIUVRGVlpBcEVaMUZYUWtKUllXOW5kVzR5Vm5GNlZTOHJUblZDTlRoaFZsaFFkVkp3U1ZwNlFVdENaMmR4YUd0cVQxQlJVVVJCWjA1S1FVUkNSMEZwUlVFM05WaDVDblF2YVU5NVFtbDRjbVJsVTJ0emNVdzNObk53TkZsYWJFUlhlR05rTkRCS1pUUlFkMloyZDBOSlVVTlVNMFEyUmtWdGExcFNORWRIUjFsSVFsUlpTR2dLUm1RellreDFZbGxPVjJabmMwVm5ZbFpQVmtaVFp6MDlDaTB0TFMwdFJVNUVJRU5GVWxSSlJrbERRVlJGTFMwdExTMEsKICAgIHNlcnZlcjogaHR0cHM6Ly84NGJmMTIwMy0xNmY2LTRhM2QtOWY3NC05NmQ5NDIxYjRiNjkuYXBpLms4cy5ubC1hbXMuc2N3LmNsb3VkOjY0NDMKY29udGV4dHM6Ci0gbmFtZTogYWRtaW5AdGVzdC1hdXRvc2NhbGVyLTAxCiAgY29udGV4dDoKICAgIGNsdXN0ZXI6ICJ0ZXN0LWF1dG9zY2FsZXItMDEiCiAgICB1c2VyOiB0ZXN0LWF1dG9zY2FsZXItMDEtYWRtaW4KY3VycmVudC1jb250ZXh0OiBhZG1pbkB0ZXN0LWF1dG9zY2FsZXItMDEKa2luZDogQ29uZmlnCnByZWZlcmVuY2VzOiB7fQp1c2VyczoKLSBuYW1lOiB0ZXN0LWF1dG9zY2FsZXItMDEtYWRtaW4KICB1c2VyOgogICAgdG9rZW46IFpqeTdCZXNzTG9sNjdZRnJwMDNMRnZoS3pSckpmVEVwd29MblhKS1pHbXVSTUNoMllLYjZyM2xp","content_type":"application/octet-stream","name":"kubeconfig"}' - headers: - Content-Length: - - "1686" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 14:11:19 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - c9676da6-5575-4608-88d4-580486451039 - status: 200 OK - code: 200 - duration: 136.556542ms - - id: 16 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/nl-ams/vpcs/e0e2dda6-e752-4178-b690-f8c76d4a5c62 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 436 - uncompressed: false - body: '{"created_at":"2025-09-30T14:11:11.215293Z","custom_routes_propagation_enabled":true,"id":"e0e2dda6-e752-4178-b690-f8c76d4a5c62","is_default":false,"name":"testAccCheckK8SClusterConfigAutoscaler","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","private_network_count":1,"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"nl-ams","routing_enabled":true,"tags":[],"updated_at":"2025-09-30T14:11:11.215293Z"}' - headers: - Content-Length: - - "436" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 14:11:19 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 89267657-2093-48c2-8c16-d65682b77932 - status: 200 OK - code: 200 - duration: 107.241833ms - - id: 17 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/nl-ams/private-networks/85d46df6-4c20-4d8d-9599-c7db9bea8885 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1084 - uncompressed: false - body: '{"created_at":"2025-09-30T14:11:11.551793Z","default_route_propagation_enabled":false,"dhcp_enabled":true,"id":"85d46df6-4c20-4d8d-9599-c7db9bea8885","name":"test-autoscaler","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"nl-ams","subnets":[{"created_at":"2025-09-30T14:11:11.551793Z","id":"4c1588af-a324-425f-99d0-41f54c5a1f91","private_network_id":"85d46df6-4c20-4d8d-9599-c7db9bea8885","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","subnet":"172.16.0.0/22","updated_at":"2025-09-30T14:11:11.551793Z","vpc_id":"e0e2dda6-e752-4178-b690-f8c76d4a5c62"},{"created_at":"2025-09-30T14:11:11.551793Z","id":"a8b43d2d-0408-4d54-8ccc-fe6c1081efe8","private_network_id":"85d46df6-4c20-4d8d-9599-c7db9bea8885","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","subnet":"fd5c:d510:d730:1b95::/64","updated_at":"2025-09-30T14:11:11.551793Z","vpc_id":"e0e2dda6-e752-4178-b690-f8c76d4a5c62"}],"tags":[],"updated_at":"2025-09-30T14:11:11.551793Z","vpc_id":"e0e2dda6-e752-4178-b690-f8c76d4a5c62"}' - headers: - Content-Length: - - "1084" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 14:11:19 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 90d4a7e9-7bec-4499-bcdb-f78bad45032b - status: 200 OK - code: 200 - duration: 98.354542ms - - id: 18 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/nl-ams/clusters/84bf1203-16f6-4a3d-9f74-96d9421b4b69 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1622 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":true,"estimator":"binpacking","expander":"most_pods","expendable_pods_priority_cutoff":10,"ignore_daemonsets_utilization":true,"max_graceful_termination_sec":1337,"scale_down_delay_after_add":"20m","scale_down_disabled":true,"scale_down_unneeded_time":"20m","scale_down_utilization_threshold":0.77},"cluster_url":"https://84bf1203-16f6-4a3d-9f74-96d9421b4b69.api.k8s.nl-ams.scw.cloud:6443","cni":"calico","commitment_ends_at":"2025-09-30T14:11:12.661631Z","created_at":"2025-09-30T14:11:12.661623Z","description":"","dns_wildcard":"*.84bf1203-16f6-4a3d-9f74-96d9421b4b69.nodes.k8s.nl-ams.scw.cloud","feature_gates":[],"iam_nodes_group_id":"198228b7-632b-4e41-ab22-d8ea64238246","id":"84bf1203-16f6-4a3d-9f74-96d9421b4b69","name":"test-autoscaler-01","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":"85d46df6-4c20-4d8d-9599-c7db9bea8885","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"nl-ams","service_cidr":"","service_dns_ip":"","status":"pool_required","tags":["terraform-test","scaleway_k8s_cluster","autoscaler-config"],"type":"kapsule","updated_at":"2025-09-30T14:11:13.463807Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1622" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 14:11:20 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - e25d28a3-74df-43ec-9b19-c74836fc6909 - status: 200 OK - code: 200 - duration: 125.326833ms - - id: 19 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/nl-ams/clusters/84bf1203-16f6-4a3d-9f74-96d9421b4b69/kubeconfig - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1686 - uncompressed: false - body: '{"content":"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogInRlc3QtYXV0b3NjYWxlci0wMSIKICBjbHVzdGVyOgogICAgY2VydGlmaWNhdGUtYXV0aG9yaXR5LWRhdGE6IExTMHRMUzFDUlVkSlRpQkRSVkpVU1VaSlEwRlVSUzB0TFMwdENrMUpTVUpZUkVORFFWRkhaMEYzU1VKQlowbENRVVJCUzBKblozRm9hMnBQVUZGUlJFRnFRVlpOVWsxM1JWRlpSRlpSVVVSRmQzQnlaRmRLYkdOdE5Xd0taRWRXZWsxQ05GaEVWRWt4VFVScmVVOVVSVEJOVkVWNFRXeHZXRVJVVFRGTlJHdDVUMVJGTUUxVVJYaE5iRzkzUmxSRlZFMUNSVWRCTVZWRlFYaE5Td3BoTTFacFdsaEtkVnBZVW14amVrSmFUVUpOUjBKNWNVZFRUVFE1UVdkRlIwTkRjVWRUVFRRNVFYZEZTRUV3U1VGQ1IzTlFjbEZoWWxWelprMUpiRXR3Q21kMWJ5czVibVprVURKUVZHOVVZVk4xVnpBdlZVZENSVFJ4ZW1ZNVdqUTBWVmxwY2twcmNHeFVOVWR3VnpsRVYzcDBZekI1TlVkTVFUbENNMnhXTDFrS1ZtUXhORWhSUTJwUmFrSkJUVUUwUjBFeFZXUkVkMFZDTDNkUlJVRjNTVU53UkVGUVFtZE9Wa2hTVFVKQlpqaEZRbFJCUkVGUlNDOU5RakJIUVRGVlpBcEVaMUZYUWtKUllXOW5kVzR5Vm5GNlZTOHJUblZDTlRoaFZsaFFkVkp3U1ZwNlFVdENaMmR4YUd0cVQxQlJVVVJCWjA1S1FVUkNSMEZwUlVFM05WaDVDblF2YVU5NVFtbDRjbVJsVTJ0emNVdzNObk53TkZsYWJFUlhlR05rTkRCS1pUUlFkMloyZDBOSlVVTlVNMFEyUmtWdGExcFNORWRIUjFsSVFsUlpTR2dLUm1RellreDFZbGxPVjJabmMwVm5ZbFpQVmtaVFp6MDlDaTB0TFMwdFJVNUVJRU5GVWxSSlJrbERRVlJGTFMwdExTMEsKICAgIHNlcnZlcjogaHR0cHM6Ly84NGJmMTIwMy0xNmY2LTRhM2QtOWY3NC05NmQ5NDIxYjRiNjkuYXBpLms4cy5ubC1hbXMuc2N3LmNsb3VkOjY0NDMKY29udGV4dHM6Ci0gbmFtZTogYWRtaW5AdGVzdC1hdXRvc2NhbGVyLTAxCiAgY29udGV4dDoKICAgIGNsdXN0ZXI6ICJ0ZXN0LWF1dG9zY2FsZXItMDEiCiAgICB1c2VyOiB0ZXN0LWF1dG9zY2FsZXItMDEtYWRtaW4KY3VycmVudC1jb250ZXh0OiBhZG1pbkB0ZXN0LWF1dG9zY2FsZXItMDEKa2luZDogQ29uZmlnCnByZWZlcmVuY2VzOiB7fQp1c2VyczoKLSBuYW1lOiB0ZXN0LWF1dG9zY2FsZXItMDEtYWRtaW4KICB1c2VyOgogICAgdG9rZW46IFpqeTdCZXNzTG9sNjdZRnJwMDNMRnZoS3pSckpmVEVwd29MblhKS1pHbXVSTUNoMllLYjZyM2xp","content_type":"application/octet-stream","name":"kubeconfig"}' - headers: - Content-Length: - - "1686" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 14:11:20 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - a713e1a9-780a-4c01-a655-6a5a94cbc21b - status: 200 OK - code: 200 - duration: 123.530125ms - - id: 20 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 55 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: '{"name":"testAccCheckK8SClusterConfigAutoscalerChange"}' - form: {} - headers: - Content-Type: - - application/json - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/nl-ams/vpcs/e0e2dda6-e752-4178-b690-f8c76d4a5c62 - method: PATCH - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 442 - uncompressed: false - body: '{"created_at":"2025-09-30T14:11:11.215293Z","custom_routes_propagation_enabled":true,"id":"e0e2dda6-e752-4178-b690-f8c76d4a5c62","is_default":false,"name":"testAccCheckK8SClusterConfigAutoscalerChange","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","private_network_count":1,"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"nl-ams","routing_enabled":true,"tags":[],"updated_at":"2025-09-30T14:11:20.462790Z"}' - headers: - Content-Length: - - "442" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 14:11:20 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 2c9fb273-912e-4189-a4cc-86b38783ac9d - status: 200 OK - code: 200 - duration: 116.327542ms - - id: 21 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/nl-ams/vpcs/e0e2dda6-e752-4178-b690-f8c76d4a5c62 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 442 - uncompressed: false - body: '{"created_at":"2025-09-30T14:11:11.215293Z","custom_routes_propagation_enabled":true,"id":"e0e2dda6-e752-4178-b690-f8c76d4a5c62","is_default":false,"name":"testAccCheckK8SClusterConfigAutoscalerChange","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","private_network_count":1,"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"nl-ams","routing_enabled":true,"tags":[],"updated_at":"2025-09-30T14:11:20.462790Z"}' - headers: - Content-Length: - - "442" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 14:11:20 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - b7336559-53be-4f3b-895e-126fba32b730 - status: 200 OK - code: 200 - duration: 115.600125ms - - id: 22 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 620 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: '{"name":"test-autoscaler-02","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":null,"estimator":"unknown_estimator","expander":"unknown_expander","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":0,"scale_down_unneeded_time":"5m","scale_down_utilization_threshold":0.33,"max_graceful_termination_sec":2664},"auto_upgrade":{"enable":null,"maintenance_window":null},"open_id_connect_config":{"issuer_url":null,"client_id":null,"username_claim":null,"username_prefix":null,"groups_claim":null,"groups_prefix":null,"required_claim":null}}' - form: {} - headers: - Content-Type: - - application/json - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/nl-ams/clusters/84bf1203-16f6-4a3d-9f74-96d9421b4b69 - method: PATCH - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1654 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"most_pods","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":2664,"scale_down_delay_after_add":"20m","scale_down_disabled":false,"scale_down_unneeded_time":"5m","scale_down_utilization_threshold":0.33},"cluster_url":"https://84bf1203-16f6-4a3d-9f74-96d9421b4b69.api.k8s.nl-ams.scw.cloud:6443","cni":"calico","commitment_ends_at":"2025-09-30T14:11:12.661631Z","created_at":"2025-09-30T14:11:12.661623Z","description":"","dns_wildcard":"*.84bf1203-16f6-4a3d-9f74-96d9421b4b69.nodes.k8s.nl-ams.scw.cloud","feature_gates":[],"iam_nodes_group_id":"198228b7-632b-4e41-ab22-d8ea64238246","id":"84bf1203-16f6-4a3d-9f74-96d9421b4b69","name":"test-autoscaler-02","new_images_enabled":false,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"100.64.0.0/15","private_network_id":"85d46df6-4c20-4d8d-9599-c7db9bea8885","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"nl-ams","service_cidr":"10.32.0.0/20","service_dns_ip":"10.32.0.10","status":"updating","tags":["terraform-test","scaleway_k8s_cluster","autoscaler-config"],"type":"kapsule","updated_at":"2025-09-30T14:11:20.733904Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1654" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 14:11:20 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 9fabafec-3ecd-412a-914c-8802779cc950 - status: 200 OK - code: 200 - duration: 161.603709ms - - id: 23 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/nl-ams/clusters/84bf1203-16f6-4a3d-9f74-96d9421b4b69 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1623 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"most_pods","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":2664,"scale_down_delay_after_add":"20m","scale_down_disabled":false,"scale_down_unneeded_time":"5m","scale_down_utilization_threshold":0.33},"cluster_url":"https://84bf1203-16f6-4a3d-9f74-96d9421b4b69.api.k8s.nl-ams.scw.cloud:6443","cni":"calico","commitment_ends_at":"2025-09-30T14:11:12.661631Z","created_at":"2025-09-30T14:11:12.661623Z","description":"","dns_wildcard":"*.84bf1203-16f6-4a3d-9f74-96d9421b4b69.nodes.k8s.nl-ams.scw.cloud","feature_gates":[],"iam_nodes_group_id":"198228b7-632b-4e41-ab22-d8ea64238246","id":"84bf1203-16f6-4a3d-9f74-96d9421b4b69","name":"test-autoscaler-02","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":"85d46df6-4c20-4d8d-9599-c7db9bea8885","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"nl-ams","service_cidr":"","service_dns_ip":"","status":"pool_required","tags":["terraform-test","scaleway_k8s_cluster","autoscaler-config"],"type":"kapsule","updated_at":"2025-09-30T14:11:20.781940Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1623" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 14:11:20 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 9bf3e0a0-3766-4841-b2fe-6fe3b05b26a8 - status: 200 OK - code: 200 - duration: 111.933917ms - - id: 24 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/nl-ams/clusters/84bf1203-16f6-4a3d-9f74-96d9421b4b69 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1623 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"most_pods","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":2664,"scale_down_delay_after_add":"20m","scale_down_disabled":false,"scale_down_unneeded_time":"5m","scale_down_utilization_threshold":0.33},"cluster_url":"https://84bf1203-16f6-4a3d-9f74-96d9421b4b69.api.k8s.nl-ams.scw.cloud:6443","cni":"calico","commitment_ends_at":"2025-09-30T14:11:12.661631Z","created_at":"2025-09-30T14:11:12.661623Z","description":"","dns_wildcard":"*.84bf1203-16f6-4a3d-9f74-96d9421b4b69.nodes.k8s.nl-ams.scw.cloud","feature_gates":[],"iam_nodes_group_id":"198228b7-632b-4e41-ab22-d8ea64238246","id":"84bf1203-16f6-4a3d-9f74-96d9421b4b69","name":"test-autoscaler-02","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":"85d46df6-4c20-4d8d-9599-c7db9bea8885","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"nl-ams","service_cidr":"","service_dns_ip":"","status":"pool_required","tags":["terraform-test","scaleway_k8s_cluster","autoscaler-config"],"type":"kapsule","updated_at":"2025-09-30T14:11:20.781940Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1623" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 14:11:21 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 706e5eaf-e19a-497b-930e-fcf6a373b9be - status: 200 OK - code: 200 - duration: 168.4465ms - - id: 25 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/nl-ams/clusters/84bf1203-16f6-4a3d-9f74-96d9421b4b69/kubeconfig - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1686 - uncompressed: false - body: '{"content":"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogInRlc3QtYXV0b3NjYWxlci0wMiIKICBjbHVzdGVyOgogICAgY2VydGlmaWNhdGUtYXV0aG9yaXR5LWRhdGE6IExTMHRMUzFDUlVkSlRpQkRSVkpVU1VaSlEwRlVSUzB0TFMwdENrMUpTVUpZUkVORFFWRkhaMEYzU1VKQlowbENRVVJCUzBKblozRm9hMnBQVUZGUlJFRnFRVlpOVWsxM1JWRlpSRlpSVVVSRmQzQnlaRmRLYkdOdE5Xd0taRWRXZWsxQ05GaEVWRWt4VFVScmVVOVVSVEJOVkVWNFRXeHZXRVJVVFRGTlJHdDVUMVJGTUUxVVJYaE5iRzkzUmxSRlZFMUNSVWRCTVZWRlFYaE5Td3BoTTFacFdsaEtkVnBZVW14amVrSmFUVUpOUjBKNWNVZFRUVFE1UVdkRlIwTkRjVWRUVFRRNVFYZEZTRUV3U1VGQ1IzTlFjbEZoWWxWelprMUpiRXR3Q21kMWJ5czVibVprVURKUVZHOVVZVk4xVnpBdlZVZENSVFJ4ZW1ZNVdqUTBWVmxwY2twcmNHeFVOVWR3VnpsRVYzcDBZekI1TlVkTVFUbENNMnhXTDFrS1ZtUXhORWhSUTJwUmFrSkJUVUUwUjBFeFZXUkVkMFZDTDNkUlJVRjNTVU53UkVGUVFtZE9Wa2hTVFVKQlpqaEZRbFJCUkVGUlNDOU5RakJIUVRGVlpBcEVaMUZYUWtKUllXOW5kVzR5Vm5GNlZTOHJUblZDTlRoaFZsaFFkVkp3U1ZwNlFVdENaMmR4YUd0cVQxQlJVVVJCWjA1S1FVUkNSMEZwUlVFM05WaDVDblF2YVU5NVFtbDRjbVJsVTJ0emNVdzNObk53TkZsYWJFUlhlR05rTkRCS1pUUlFkMloyZDBOSlVVTlVNMFEyUmtWdGExcFNORWRIUjFsSVFsUlpTR2dLUm1RellreDFZbGxPVjJabmMwVm5ZbFpQVmtaVFp6MDlDaTB0TFMwdFJVNUVJRU5GVWxSSlJrbERRVlJGTFMwdExTMEsKICAgIHNlcnZlcjogaHR0cHM6Ly84NGJmMTIwMy0xNmY2LTRhM2QtOWY3NC05NmQ5NDIxYjRiNjkuYXBpLms4cy5ubC1hbXMuc2N3LmNsb3VkOjY0NDMKY29udGV4dHM6Ci0gbmFtZTogYWRtaW5AdGVzdC1hdXRvc2NhbGVyLTAyCiAgY29udGV4dDoKICAgIGNsdXN0ZXI6ICJ0ZXN0LWF1dG9zY2FsZXItMDIiCiAgICB1c2VyOiB0ZXN0LWF1dG9zY2FsZXItMDItYWRtaW4KY3VycmVudC1jb250ZXh0OiBhZG1pbkB0ZXN0LWF1dG9zY2FsZXItMDIKa2luZDogQ29uZmlnCnByZWZlcmVuY2VzOiB7fQp1c2VyczoKLSBuYW1lOiB0ZXN0LWF1dG9zY2FsZXItMDItYWRtaW4KICB1c2VyOgogICAgdG9rZW46IFpqeTdCZXNzTG9sNjdZRnJwMDNMRnZoS3pSckpmVEVwd29MblhKS1pHbXVSTUNoMllLYjZyM2xp","content_type":"application/octet-stream","name":"kubeconfig"}' - headers: - Content-Length: - - "1686" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 14:11:21 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - d5dceb0a-39e7-48b1-87c9-7d72654773e7 - status: 200 OK - code: 200 - duration: 120.796292ms - - id: 26 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/nl-ams/clusters/84bf1203-16f6-4a3d-9f74-96d9421b4b69 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1623 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"most_pods","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":2664,"scale_down_delay_after_add":"20m","scale_down_disabled":false,"scale_down_unneeded_time":"5m","scale_down_utilization_threshold":0.33},"cluster_url":"https://84bf1203-16f6-4a3d-9f74-96d9421b4b69.api.k8s.nl-ams.scw.cloud:6443","cni":"calico","commitment_ends_at":"2025-09-30T14:11:12.661631Z","created_at":"2025-09-30T14:11:12.661623Z","description":"","dns_wildcard":"*.84bf1203-16f6-4a3d-9f74-96d9421b4b69.nodes.k8s.nl-ams.scw.cloud","feature_gates":[],"iam_nodes_group_id":"198228b7-632b-4e41-ab22-d8ea64238246","id":"84bf1203-16f6-4a3d-9f74-96d9421b4b69","name":"test-autoscaler-02","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":"85d46df6-4c20-4d8d-9599-c7db9bea8885","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"nl-ams","service_cidr":"","service_dns_ip":"","status":"pool_required","tags":["terraform-test","scaleway_k8s_cluster","autoscaler-config"],"type":"kapsule","updated_at":"2025-09-30T14:11:20.781940Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1623" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 14:11:21 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - d924534e-78a5-48a6-8c54-3f1a7ccc4168 - status: 200 OK - code: 200 - duration: 102.533375ms - - id: 27 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/nl-ams/vpcs/e0e2dda6-e752-4178-b690-f8c76d4a5c62 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 442 - uncompressed: false - body: '{"created_at":"2025-09-30T14:11:11.215293Z","custom_routes_propagation_enabled":true,"id":"e0e2dda6-e752-4178-b690-f8c76d4a5c62","is_default":false,"name":"testAccCheckK8SClusterConfigAutoscalerChange","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","private_network_count":1,"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"nl-ams","routing_enabled":true,"tags":[],"updated_at":"2025-09-30T14:11:20.462790Z"}' - headers: - Content-Length: - - "442" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 14:11:21 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 447c80b2-186f-4083-bb44-37b381aef1d9 - status: 200 OK - code: 200 - duration: 106.7275ms - - id: 28 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/nl-ams/private-networks/85d46df6-4c20-4d8d-9599-c7db9bea8885 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1084 - uncompressed: false - body: '{"created_at":"2025-09-30T14:11:11.551793Z","default_route_propagation_enabled":false,"dhcp_enabled":true,"id":"85d46df6-4c20-4d8d-9599-c7db9bea8885","name":"test-autoscaler","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"nl-ams","subnets":[{"created_at":"2025-09-30T14:11:11.551793Z","id":"4c1588af-a324-425f-99d0-41f54c5a1f91","private_network_id":"85d46df6-4c20-4d8d-9599-c7db9bea8885","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","subnet":"172.16.0.0/22","updated_at":"2025-09-30T14:11:11.551793Z","vpc_id":"e0e2dda6-e752-4178-b690-f8c76d4a5c62"},{"created_at":"2025-09-30T14:11:11.551793Z","id":"a8b43d2d-0408-4d54-8ccc-fe6c1081efe8","private_network_id":"85d46df6-4c20-4d8d-9599-c7db9bea8885","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","subnet":"fd5c:d510:d730:1b95::/64","updated_at":"2025-09-30T14:11:11.551793Z","vpc_id":"e0e2dda6-e752-4178-b690-f8c76d4a5c62"}],"tags":[],"updated_at":"2025-09-30T14:11:11.551793Z","vpc_id":"e0e2dda6-e752-4178-b690-f8c76d4a5c62"}' - headers: - Content-Length: - - "1084" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 14:11:21 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 130712e2-c29f-4034-a405-9d76bdbfabef - status: 200 OK - code: 200 - duration: 41.531042ms - - id: 29 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/nl-ams/clusters/84bf1203-16f6-4a3d-9f74-96d9421b4b69 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1623 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"most_pods","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":2664,"scale_down_delay_after_add":"20m","scale_down_disabled":false,"scale_down_unneeded_time":"5m","scale_down_utilization_threshold":0.33},"cluster_url":"https://84bf1203-16f6-4a3d-9f74-96d9421b4b69.api.k8s.nl-ams.scw.cloud:6443","cni":"calico","commitment_ends_at":"2025-09-30T14:11:12.661631Z","created_at":"2025-09-30T14:11:12.661623Z","description":"","dns_wildcard":"*.84bf1203-16f6-4a3d-9f74-96d9421b4b69.nodes.k8s.nl-ams.scw.cloud","feature_gates":[],"iam_nodes_group_id":"198228b7-632b-4e41-ab22-d8ea64238246","id":"84bf1203-16f6-4a3d-9f74-96d9421b4b69","name":"test-autoscaler-02","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":"85d46df6-4c20-4d8d-9599-c7db9bea8885","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"nl-ams","service_cidr":"","service_dns_ip":"","status":"pool_required","tags":["terraform-test","scaleway_k8s_cluster","autoscaler-config"],"type":"kapsule","updated_at":"2025-09-30T14:11:20.781940Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1623" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 14:11:21 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 40c6de5f-bdd2-472f-bdd8-1bac3f13ebfe - status: 200 OK - code: 200 - duration: 98.407208ms - - id: 30 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/nl-ams/clusters/84bf1203-16f6-4a3d-9f74-96d9421b4b69/kubeconfig - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1686 - uncompressed: false - body: '{"content":"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogInRlc3QtYXV0b3NjYWxlci0wMiIKICBjbHVzdGVyOgogICAgY2VydGlmaWNhdGUtYXV0aG9yaXR5LWRhdGE6IExTMHRMUzFDUlVkSlRpQkRSVkpVU1VaSlEwRlVSUzB0TFMwdENrMUpTVUpZUkVORFFWRkhaMEYzU1VKQlowbENRVVJCUzBKblozRm9hMnBQVUZGUlJFRnFRVlpOVWsxM1JWRlpSRlpSVVVSRmQzQnlaRmRLYkdOdE5Xd0taRWRXZWsxQ05GaEVWRWt4VFVScmVVOVVSVEJOVkVWNFRXeHZXRVJVVFRGTlJHdDVUMVJGTUUxVVJYaE5iRzkzUmxSRlZFMUNSVWRCTVZWRlFYaE5Td3BoTTFacFdsaEtkVnBZVW14amVrSmFUVUpOUjBKNWNVZFRUVFE1UVdkRlIwTkRjVWRUVFRRNVFYZEZTRUV3U1VGQ1IzTlFjbEZoWWxWelprMUpiRXR3Q21kMWJ5czVibVprVURKUVZHOVVZVk4xVnpBdlZVZENSVFJ4ZW1ZNVdqUTBWVmxwY2twcmNHeFVOVWR3VnpsRVYzcDBZekI1TlVkTVFUbENNMnhXTDFrS1ZtUXhORWhSUTJwUmFrSkJUVUUwUjBFeFZXUkVkMFZDTDNkUlJVRjNTVU53UkVGUVFtZE9Wa2hTVFVKQlpqaEZRbFJCUkVGUlNDOU5RakJIUVRGVlpBcEVaMUZYUWtKUllXOW5kVzR5Vm5GNlZTOHJUblZDTlRoaFZsaFFkVkp3U1ZwNlFVdENaMmR4YUd0cVQxQlJVVVJCWjA1S1FVUkNSMEZwUlVFM05WaDVDblF2YVU5NVFtbDRjbVJsVTJ0emNVdzNObk53TkZsYWJFUlhlR05rTkRCS1pUUlFkMloyZDBOSlVVTlVNMFEyUmtWdGExcFNORWRIUjFsSVFsUlpTR2dLUm1RellreDFZbGxPVjJabmMwVm5ZbFpQVmtaVFp6MDlDaTB0TFMwdFJVNUVJRU5GVWxSSlJrbERRVlJGTFMwdExTMEsKICAgIHNlcnZlcjogaHR0cHM6Ly84NGJmMTIwMy0xNmY2LTRhM2QtOWY3NC05NmQ5NDIxYjRiNjkuYXBpLms4cy5ubC1hbXMuc2N3LmNsb3VkOjY0NDMKY29udGV4dHM6Ci0gbmFtZTogYWRtaW5AdGVzdC1hdXRvc2NhbGVyLTAyCiAgY29udGV4dDoKICAgIGNsdXN0ZXI6ICJ0ZXN0LWF1dG9zY2FsZXItMDIiCiAgICB1c2VyOiB0ZXN0LWF1dG9zY2FsZXItMDItYWRtaW4KY3VycmVudC1jb250ZXh0OiBhZG1pbkB0ZXN0LWF1dG9zY2FsZXItMDIKa2luZDogQ29uZmlnCnByZWZlcmVuY2VzOiB7fQp1c2VyczoKLSBuYW1lOiB0ZXN0LWF1dG9zY2FsZXItMDItYWRtaW4KICB1c2VyOgogICAgdG9rZW46IFpqeTdCZXNzTG9sNjdZRnJwMDNMRnZoS3pSckpmVEVwd29MblhKS1pHbXVSTUNoMllLYjZyM2xp","content_type":"application/octet-stream","name":"kubeconfig"}' - headers: - Content-Length: - - "1686" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 14:11:22 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 11ab5290-c7f3-46f1-9a35-ac86b80c7786 - status: 200 OK - code: 200 - duration: 99.487416ms - - id: 31 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/nl-ams/clusters/84bf1203-16f6-4a3d-9f74-96d9421b4b69?with_additional_resources=false - method: DELETE - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1654 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"most_pods","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":2664,"scale_down_delay_after_add":"20m","scale_down_disabled":false,"scale_down_unneeded_time":"5m","scale_down_utilization_threshold":0.33},"cluster_url":"https://84bf1203-16f6-4a3d-9f74-96d9421b4b69.api.k8s.nl-ams.scw.cloud:6443","cni":"calico","commitment_ends_at":"2025-09-30T14:11:12.661631Z","created_at":"2025-09-30T14:11:12.661623Z","description":"","dns_wildcard":"*.84bf1203-16f6-4a3d-9f74-96d9421b4b69.nodes.k8s.nl-ams.scw.cloud","feature_gates":[],"iam_nodes_group_id":"198228b7-632b-4e41-ab22-d8ea64238246","id":"84bf1203-16f6-4a3d-9f74-96d9421b4b69","name":"test-autoscaler-02","new_images_enabled":false,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"100.64.0.0/15","private_network_id":"85d46df6-4c20-4d8d-9599-c7db9bea8885","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"nl-ams","service_cidr":"10.32.0.0/20","service_dns_ip":"10.32.0.10","status":"deleting","tags":["terraform-test","scaleway_k8s_cluster","autoscaler-config"],"type":"kapsule","updated_at":"2025-09-30T14:11:22.473103Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1654" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 14:11:22 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 79bcb7cf-5f39-40bb-b2fb-3cb9a479e98a - status: 200 OK - code: 200 - duration: 148.196167ms - - id: 32 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/nl-ams/clusters/84bf1203-16f6-4a3d-9f74-96d9421b4b69 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1618 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"most_pods","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":2664,"scale_down_delay_after_add":"20m","scale_down_disabled":false,"scale_down_unneeded_time":"5m","scale_down_utilization_threshold":0.33},"cluster_url":"https://84bf1203-16f6-4a3d-9f74-96d9421b4b69.api.k8s.nl-ams.scw.cloud:6443","cni":"calico","commitment_ends_at":"2025-09-30T14:11:12.661631Z","created_at":"2025-09-30T14:11:12.661623Z","description":"","dns_wildcard":"*.84bf1203-16f6-4a3d-9f74-96d9421b4b69.nodes.k8s.nl-ams.scw.cloud","feature_gates":[],"iam_nodes_group_id":"198228b7-632b-4e41-ab22-d8ea64238246","id":"84bf1203-16f6-4a3d-9f74-96d9421b4b69","name":"test-autoscaler-02","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":"85d46df6-4c20-4d8d-9599-c7db9bea8885","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"nl-ams","service_cidr":"","service_dns_ip":"","status":"deleting","tags":["terraform-test","scaleway_k8s_cluster","autoscaler-config"],"type":"kapsule","updated_at":"2025-09-30T14:11:22.473103Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1618" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 14:11:22 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - d497e33b-102f-429b-be5b-83487edb4fef - status: 200 OK - code: 200 - duration: 100.426625ms - - id: 33 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/nl-ams/clusters/84bf1203-16f6-4a3d-9f74-96d9421b4b69 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 128 - uncompressed: false - body: '{"message":"resource is not found","resource":"cluster","resource_id":"84bf1203-16f6-4a3d-9f74-96d9421b4b69","type":"not_found"}' - headers: - Content-Length: - - "128" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 14:11:27 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - adfe47e3-3fac-43f2-9856-94b1413dd7ec - status: 404 Not Found - code: 404 - duration: 41.88475ms - - id: 34 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/nl-ams/private-networks/85d46df6-4c20-4d8d-9599-c7db9bea8885 - method: DELETE - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 0 - uncompressed: false - body: "" - headers: - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 14:11:29 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - ccd0cb3f-4687-4079-9b69-08544f7c1155 - status: 204 No Content - code: 204 - duration: 1.372325625s - - id: 35 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/nl-ams/vpcs/e0e2dda6-e752-4178-b690-f8c76d4a5c62 - method: DELETE - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 0 - uncompressed: false - body: "" - headers: - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 14:11:29 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 5d1f5242-d7c7-4262-8f39-016947b1aee6 - status: 204 No Content - code: 204 - duration: 142.035542ms - - id: 36 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/nl-ams/clusters/84bf1203-16f6-4a3d-9f74-96d9421b4b69 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 128 - uncompressed: false - body: '{"message":"resource is not found","resource":"cluster","resource_id":"84bf1203-16f6-4a3d-9f74-96d9421b4b69","type":"not_found"}' - headers: - Content-Length: - - "128" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 14:11:29 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 2e4eef8e-5e37-4e51-8367-7c05e742d669 - status: 404 Not Found - code: 404 - duration: 40.821125ms - - id: 37 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/nl-ams/private-networks/85d46df6-4c20-4d8d-9599-c7db9bea8885 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 136 - uncompressed: false - body: '{"message":"resource is not found","resource":"private_network","resource_id":"85d46df6-4c20-4d8d-9599-c7db9bea8885","type":"not_found"}' - headers: - Content-Length: - - "136" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 14:11:29 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 3789ce9d-fbb7-4ab0-905a-b7ef9d7572d7 - status: 404 Not Found - code: 404 - duration: 38.016042ms +- id: 0 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/versions + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 4476 + body: "{\"versions\":[{\"region\":\"fr-par\", \"name\":\"1.34.1\", \"label\":\"Kubernetes 1.34.1\", \"available_cnis\":[\"cilium\", \"cilium_native\", \"calico\", \"kilo\", \"none\"], \"available_container_runtimes\":[\"containerd\"], \"available_feature_gates\":[\"HPAScaleToZero\", \"CPUManagerPolicyAlphaOptions\", \"ImageVolume\"], \"available_admission_plugins\":[\"AlwaysPullImages\", \"PodNodeSelector\", \"PodTolerationRestriction\"], \"available_kubelet_args\":{\"containerLogMaxFiles\":\"uint16\", \"containerLogMaxSize\":\"quantity\", \"cpuCFSQuota\":\"bool\", \"cpuCFSQuotaPeriod\":\"duration\", \"cpuManagerPolicy\":\"enum:none|static\", \"cpuManagerPolicyOptions\":\"map[string]string\", \"enableDebuggingHandlers\":\"bool\", \"evictionHard\":\"map[string]string\", \"evictionMinimumReclaim\":\"map[string]string\", \"imageGCHighThresholdPercent\":\"uint32\", \"imageGCLowThresholdPercent\":\"uint32\", \"maxParallelImagePulls\":\"int32\", \"maxPods\":\"uint16\", \"registryBurst\":\"int32\", \"registryPullQPS\":\"int32\", \"serializeImagePulls\":\"bool\"}, \"deprecated_at\":\"2026-09-29T00:00:00Z\", \"end_of_life_at\":\"2026-11-29T00:00:00Z\", \"released_at\":\"2025-09-29T00:00:00Z\"}, {\"region\":\"fr-par\", \"name\":\"1.33.4\", \"label\":\"Kubernetes 1.33.4\", \"available_cnis\":[\"cilium\", \"calico\", \"kilo\", \"none\"], \"available_container_runtimes\":[\"containerd\"], \"available_feature_gates\":[\"HPAScaleToZero\", \"DRAAdminAccess\", \"DynamicResourceAllocation\", \"PodLevelResources\", \"CPUManagerPolicyAlphaOptions\", \"ImageVolume\"], \"available_admission_plugins\":[\"AlwaysPullImages\", \"PodNodeSelector\", \"PodTolerationRestriction\"], \"available_kubelet_args\":{\"containerLogMaxFiles\":\"uint16\", \"containerLogMaxSize\":\"quantity\", \"cpuCFSQuota\":\"bool\", \"cpuCFSQuotaPeriod\":\"duration\", \"cpuManagerPolicy\":\"enum:none|static\", \"cpuManagerPolicyOptions\":\"map[string]string\", \"enableDebuggingHandlers\":\"bool\", \"evictionHard\":\"map[string]string\", \"evictionMinimumReclaim\":\"map[string]string\", \"imageGCHighThresholdPercent\":\"uint32\", \"imageGCLowThresholdPercent\":\"uint32\", \"maxParallelImagePulls\":\"int32\", \"maxPods\":\"uint16\", \"registryBurst\":\"int32\", \"registryPullQPS\":\"int32\", \"serializeImagePulls\":\"bool\"}, \"deprecated_at\":\"2026-09-04T00:00:00Z\", \"end_of_life_at\":\"2026-11-04T00:00:00Z\", \"released_at\":\"2025-09-04T00:00:00Z\"}, {\"region\":\"fr-par\", \"name\":\"1.32.8\", \"label\":\"Kubernetes 1.32.8\", \"available_cnis\":[\"cilium\", \"calico\", \"kilo\", \"none\"], \"available_container_runtimes\":[\"containerd\"], \"available_feature_gates\":[\"HPAScaleToZero\", \"InPlacePodVerticalScaling\", \"SidecarContainers\", \"DRAAdminAccess\", \"DRAResourceClaimDeviceStatus\", \"DynamicResourceAllocation\", \"PodLevelResources\", \"CPUManagerPolicyAlphaOptions\", \"ImageVolume\"], \"available_admission_plugins\":[\"AlwaysPullImages\", \"PodNodeSelector\", \"PodTolerationRestriction\"], \"available_kubelet_args\":{\"containerLogMaxFiles\":\"uint16\", \"containerLogMaxSize\":\"quantity\", \"cpuCFSQuota\":\"bool\", \"cpuCFSQuotaPeriod\":\"duration\", \"cpuManagerPolicy\":\"enum:none|static\", \"cpuManagerPolicyOptions\":\"map[string]string\", \"enableDebuggingHandlers\":\"bool\", \"evictionHard\":\"map[string]string\", \"evictionMinimumReclaim\":\"map[string]string\", \"imageGCHighThresholdPercent\":\"uint32\", \"imageGCLowThresholdPercent\":\"uint32\", \"maxParallelImagePulls\":\"int32\", \"maxPods\":\"uint16\", \"registryBurst\":\"int32\", \"registryPullQPS\":\"int32\", \"serializeImagePulls\":\"bool\"}, \"deprecated_at\":\"2026-03-24T00:00:00Z\", \"end_of_life_at\":\"2025-05-24T00:00:00Z\", \"released_at\":\"2025-03-24T00:00:00Z\"}, {\"region\":\"fr-par\", \"name\":\"1.31.12\", \"label\":\"Kubernetes 1.31.12\", \"available_cnis\":[\"cilium\", \"calico\", \"kilo\", \"none\"], \"available_container_runtimes\":[\"containerd\"], \"available_feature_gates\":[\"HPAScaleToZero\", \"InPlacePodVerticalScaling\", \"SidecarContainers\", \"CPUManagerPolicyAlphaOptions\", \"ImageVolume\"], \"available_admission_plugins\":[\"AlwaysPullImages\", \"PodNodeSelector\", \"PodTolerationRestriction\"], \"available_kubelet_args\":{\"containerLogMaxFiles\":\"uint16\", \"containerLogMaxSize\":\"quantity\", \"cpuCFSQuota\":\"bool\", \"cpuCFSQuotaPeriod\":\"duration\", \"cpuManagerPolicy\":\"enum:none|static\", \"cpuManagerPolicyOptions\":\"map[string]string\", \"enableDebuggingHandlers\":\"bool\", \"evictionHard\":\"map[string]string\", \"evictionMinimumReclaim\":\"map[string]string\", \"imageGCHighThresholdPercent\":\"uint32\", \"imageGCLowThresholdPercent\":\"uint32\", \"maxParallelImagePulls\":\"int32\", \"maxPods\":\"uint16\", \"registryBurst\":\"int32\", \"registryPullQPS\":\"int32\", \"serializeImagePulls\":\"bool\"}, \"deprecated_at\":\"2025-12-02T00:00:00Z\", \"end_of_life_at\":\"2026-02-02T00:00:00Z\", \"released_at\":\"2024-12-02T00:00:00Z\"}]}" + headers: + Content-Length: + - "4476" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:18:15 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 922b91d8-2171-4b05-98c2-4223402cea0f + status: 200 OK + code: 200 + duration: 24.123095ms +- id: 1 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 134 + host: api.scaleway.com + body: "{\"name\":\"testAccCheckK8SClusterConfigAutoscaler\",\"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\",\"tags\":[],\"enable_routing\":false}" + headers: + Content-Type: + - application/json + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/vpc/v2/regions/nl-ams/vpcs + method: POST + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 436 + body: "{\"id\":\"0faa3ef8-4715-4d2c-b323-d6c03a683953\", \"name\":\"testAccCheckK8SClusterConfigAutoscaler\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:17.139331Z\", \"updated_at\":\"2025-10-30T16:18:17.139331Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_default\":false, \"private_network_count\":0, \"routing_enabled\":true, \"custom_routes_propagation_enabled\":true, \"region\":\"nl-ams\"}" + headers: + Content-Length: + - "436" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:18:17 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - fa31e852-9055-4a0e-9bf3-6d8306bff718 + status: 200 OK + code: 200 + duration: 153.685248ms +- id: 2 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/vpc/v2/regions/nl-ams/vpcs/0faa3ef8-4715-4d2c-b323-d6c03a683953 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 436 + body: "{\"id\":\"0faa3ef8-4715-4d2c-b323-d6c03a683953\", \"name\":\"testAccCheckK8SClusterConfigAutoscaler\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:17.139331Z\", \"updated_at\":\"2025-10-30T16:18:17.139331Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_default\":false, \"private_network_count\":0, \"routing_enabled\":true, \"custom_routes_propagation_enabled\":true, \"region\":\"nl-ams\"}" + headers: + Content-Length: + - "436" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:18:17 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 92128c99-fe4e-4c4b-9dac-183b222629db + status: 200 OK + code: 200 + duration: 121.829281ms +- id: 3 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 193 + host: api.scaleway.com + body: "{\"name\":\"test-autoscaler\",\"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\",\"tags\":[],\"subnets\":null,\"vpc_id\":\"0faa3ef8-4715-4d2c-b323-d6c03a683953\",\"default_route_propagation_enabled\":false}" + headers: + Content-Type: + - application/json + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/vpc/v2/regions/nl-ams/private-networks + method: POST + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1085 + body: "{\"id\":\"dba74b30-fd49-465d-872f-1f84d4aaae90\", \"name\":\"test-autoscaler\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:17.482193Z\", \"updated_at\":\"2025-10-30T16:18:17.482193Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"subnets\":[{\"id\":\"341414d5-b543-4670-86b5-268a15780780\", \"created_at\":\"2025-10-30T16:18:17.482193Z\", \"updated_at\":\"2025-10-30T16:18:17.482193Z\", \"subnet\":\"172.16.16.0/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"dba74b30-fd49-465d-872f-1f84d4aaae90\", \"vpc_id\":\"0faa3ef8-4715-4d2c-b323-d6c03a683953\"}, {\"id\":\"066e361e-477e-4b8f-bd84-0c06ed5237eb\", \"created_at\":\"2025-10-30T16:18:17.482193Z\", \"updated_at\":\"2025-10-30T16:18:17.482193Z\", \"subnet\":\"fd5c:d510:d730:b4f1::/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"dba74b30-fd49-465d-872f-1f84d4aaae90\", \"vpc_id\":\"0faa3ef8-4715-4d2c-b323-d6c03a683953\"}], \"vpc_id\":\"0faa3ef8-4715-4d2c-b323-d6c03a683953\", \"dhcp_enabled\":true, \"default_route_propagation_enabled\":false, \"region\":\"nl-ams\"}" + headers: + Content-Length: + - "1085" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:18:18 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 1a384e48-5ec8-4358-b759-393547472082 + status: 200 OK + code: 200 + duration: 855.375056ms +- id: 4 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/vpc/v2/regions/nl-ams/private-networks/dba74b30-fd49-465d-872f-1f84d4aaae90 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1085 + body: "{\"id\":\"dba74b30-fd49-465d-872f-1f84d4aaae90\", \"name\":\"test-autoscaler\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:17.482193Z\", \"updated_at\":\"2025-10-30T16:18:17.482193Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"subnets\":[{\"id\":\"341414d5-b543-4670-86b5-268a15780780\", \"created_at\":\"2025-10-30T16:18:17.482193Z\", \"updated_at\":\"2025-10-30T16:18:17.482193Z\", \"subnet\":\"172.16.16.0/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"dba74b30-fd49-465d-872f-1f84d4aaae90\", \"vpc_id\":\"0faa3ef8-4715-4d2c-b323-d6c03a683953\"}, {\"id\":\"066e361e-477e-4b8f-bd84-0c06ed5237eb\", \"created_at\":\"2025-10-30T16:18:17.482193Z\", \"updated_at\":\"2025-10-30T16:18:17.482193Z\", \"subnet\":\"fd5c:d510:d730:b4f1::/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"dba74b30-fd49-465d-872f-1f84d4aaae90\", \"vpc_id\":\"0faa3ef8-4715-4d2c-b323-d6c03a683953\"}], \"vpc_id\":\"0faa3ef8-4715-4d2c-b323-d6c03a683953\", \"dhcp_enabled\":true, \"default_route_propagation_enabled\":false, \"region\":\"nl-ams\"}" + headers: + Content-Length: + - "1085" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:18:18 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 3b8eb1ec-62cb-48e1-9335-c7240230eed8 + status: 200 OK + code: 200 + duration: 120.200082ms +- id: 5 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 701 + host: api.scaleway.com + body: "{\"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\",\"type\":\"\",\"name\":\"test-autoscaler-01\",\"description\":\"\",\"tags\":[\"terraform-test\",\"scaleway_k8s_cluster\",\"autoscaler-config\"],\"version\":\"1.34.1\",\"cni\":\"calico\",\"pools\":null,\"autoscaler_config\":{\"scale_down_disabled\":true,\"scale_down_delay_after_add\":\"20m\",\"estimator\":\"binpacking\",\"expander\":\"most_pods\",\"ignore_daemonsets_utilization\":true,\"balance_similar_node_groups\":true,\"expendable_pods_priority_cutoff\":10,\"scale_down_unneeded_time\":\"20m\",\"scale_down_utilization_threshold\":0.77,\"max_graceful_termination_sec\":1337},\"feature_gates\":[],\"admission_plugins\":[],\"apiserver_cert_sans\":[],\"private_network_id\":\"dba74b30-fd49-465d-872f-1f84d4aaae90\"}" + headers: + Content-Type: + - application/json + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/nl-ams/clusters + method: POST + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1617 + body: "{\"region\":\"nl-ams\", \"id\":\"97ce41ba-067f-4991-a689-585fa6b1aa4b\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:18.636539Z\", \"updated_at\":\"2025-10-30T16:18:18.636539Z\", \"type\":\"kapsule\", \"name\":\"test-autoscaler-01\", \"description\":\"\", \"status\":\"creating\", \"version\":\"1.34.1\", \"cni\":\"calico\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"autoscaler-config\"], \"cluster_url\":\"https://97ce41ba-067f-4991-a689-585fa6b1aa4b.api.k8s.nl-ams.scw.cloud:6443\", \"dns_wildcard\":\"*.97ce41ba-067f-4991-a689-585fa6b1aa4b.nodes.k8s.nl-ams.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":true, \"scale_down_delay_after_add\":\"20m\", \"estimator\":\"binpacking\", \"expander\":\"most_pods\", \"ignore_daemonsets_utilization\":true, \"balance_similar_node_groups\":true, \"expendable_pods_priority_cutoff\":10, \"scale_down_unneeded_time\":\"20m\", \"scale_down_utilization_threshold\":0.77, \"max_graceful_termination_sec\":1337}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"dba74b30-fd49-465d-872f-1f84d4aaae90\", \"commitment_ends_at\":\"2025-10-30T16:18:18.636549Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"\", \"new_images_enabled\":false, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1617" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:18:18 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - f6e9c5a4-48a2-46bb-91db-f74a57ce81f8 + status: 200 OK + code: 200 + duration: 408.104314ms +- id: 6 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/nl-ams/clusters/97ce41ba-067f-4991-a689-585fa6b1aa4b + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1616 + body: "{\"region\":\"nl-ams\", \"id\":\"97ce41ba-067f-4991-a689-585fa6b1aa4b\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:18.636539Z\", \"updated_at\":\"2025-10-30T16:18:18.636539Z\", \"type\":\"kapsule\", \"name\":\"test-autoscaler-01\", \"description\":\"\", \"status\":\"creating\", \"version\":\"1.34.1\", \"cni\":\"calico\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"autoscaler-config\"], \"cluster_url\":\"https://97ce41ba-067f-4991-a689-585fa6b1aa4b.api.k8s.nl-ams.scw.cloud:6443\", \"dns_wildcard\":\"*.97ce41ba-067f-4991-a689-585fa6b1aa4b.nodes.k8s.nl-ams.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":true, \"scale_down_delay_after_add\":\"20m\", \"estimator\":\"binpacking\", \"expander\":\"most_pods\", \"ignore_daemonsets_utilization\":true, \"balance_similar_node_groups\":true, \"expendable_pods_priority_cutoff\":10, \"scale_down_unneeded_time\":\"20m\", \"scale_down_utilization_threshold\":0.77, \"max_graceful_termination_sec\":1337}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"dba74b30-fd49-465d-872f-1f84d4aaae90\", \"commitment_ends_at\":\"2025-10-30T16:18:18.636549Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1616" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:18:18 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - aee1df3b-c8f9-4e69-afae-11985bfe241d + status: 200 OK + code: 200 + duration: 113.865243ms +- id: 7 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/nl-ams/clusters/97ce41ba-067f-4991-a689-585fa6b1aa4b + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1657 + body: "{\"region\":\"nl-ams\", \"id\":\"97ce41ba-067f-4991-a689-585fa6b1aa4b\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:18.636539Z\", \"updated_at\":\"2025-10-30T16:18:19.372777Z\", \"type\":\"kapsule\", \"name\":\"test-autoscaler-01\", \"description\":\"\", \"status\":\"pool_required\", \"version\":\"1.34.1\", \"cni\":\"calico\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"autoscaler-config\"], \"cluster_url\":\"https://97ce41ba-067f-4991-a689-585fa6b1aa4b.api.k8s.nl-ams.scw.cloud:6443\", \"dns_wildcard\":\"*.97ce41ba-067f-4991-a689-585fa6b1aa4b.nodes.k8s.nl-ams.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":true, \"scale_down_delay_after_add\":\"20m\", \"estimator\":\"binpacking\", \"expander\":\"most_pods\", \"ignore_daemonsets_utilization\":true, \"balance_similar_node_groups\":true, \"expendable_pods_priority_cutoff\":10, \"scale_down_unneeded_time\":\"20m\", \"scale_down_utilization_threshold\":0.77, \"max_graceful_termination_sec\":1337}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"dba74b30-fd49-465d-872f-1f84d4aaae90\", \"commitment_ends_at\":\"2025-10-30T16:18:18.636549Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"6f0a273f-9ec8-468c-b18d-ba1f25301393\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1657" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:18:23 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 933523cd-213b-4743-9c80-fe70b4c88072 + status: 200 OK + code: 200 + duration: 109.349018ms +- id: 8 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + form: + order_by: + - created_at_asc + page: + - "1" + status: + - unknown + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/nl-ams/clusters/97ce41ba-067f-4991-a689-585fa6b1aa4b/pools?order_by=created_at_asc&page=1&status=unknown + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 29 + body: "{\"total_count\":0, \"pools\":[]}" + headers: + Content-Length: + - "29" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:18:24 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - d2723561-ab44-4492-aa11-55cd9854402b + status: 200 OK + code: 200 + duration: 115.452022ms +- id: 9 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/nl-ams/clusters/97ce41ba-067f-4991-a689-585fa6b1aa4b + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1657 + body: "{\"region\":\"nl-ams\", \"id\":\"97ce41ba-067f-4991-a689-585fa6b1aa4b\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:18.636539Z\", \"updated_at\":\"2025-10-30T16:18:19.372777Z\", \"type\":\"kapsule\", \"name\":\"test-autoscaler-01\", \"description\":\"\", \"status\":\"pool_required\", \"version\":\"1.34.1\", \"cni\":\"calico\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"autoscaler-config\"], \"cluster_url\":\"https://97ce41ba-067f-4991-a689-585fa6b1aa4b.api.k8s.nl-ams.scw.cloud:6443\", \"dns_wildcard\":\"*.97ce41ba-067f-4991-a689-585fa6b1aa4b.nodes.k8s.nl-ams.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":true, \"scale_down_delay_after_add\":\"20m\", \"estimator\":\"binpacking\", \"expander\":\"most_pods\", \"ignore_daemonsets_utilization\":true, \"balance_similar_node_groups\":true, \"expendable_pods_priority_cutoff\":10, \"scale_down_unneeded_time\":\"20m\", \"scale_down_utilization_threshold\":0.77, \"max_graceful_termination_sec\":1337}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"dba74b30-fd49-465d-872f-1f84d4aaae90\", \"commitment_ends_at\":\"2025-10-30T16:18:18.636549Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"6f0a273f-9ec8-468c-b18d-ba1f25301393\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1657" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:18:24 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 601fd604-e10f-4848-a3e2-f1cd17eb119b + status: 200 OK + code: 200 + duration: 44.638198ms +- id: 10 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/nl-ams/clusters/97ce41ba-067f-4991-a689-585fa6b1aa4b/kubeconfig + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1682 + body: "{\"name\":\"kubeconfig\", \"content_type\":\"application/octet-stream\", \"content\":\"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogInRlc3QtYXV0b3NjYWxlci0wMSIKICBjbHVzdGVyOgogICAgY2VydGlmaWNhdGUtYXV0aG9yaXR5LWRhdGE6IExTMHRMUzFDUlVkSlRpQkRSVkpVU1VaSlEwRlVSUzB0TFMwdENrMUpTVUpYZWtORFFWRkhaMEYzU1VKQlowbENRVVJCUzBKblozRm9hMnBQVUZGUlJFRnFRVlpOVWsxM1JWRlpSRlpSVVVSRmQzQnlaRmRLYkdOdE5Xd0taRWRXZWsxQ05GaEVWRWt4VFZSQmVVOVVSVEpOVkdkNFQwWnZXRVJVVFRGTlZFRjVUMVJGTWsxVVozaFBSbTkzUmxSRlZFMUNSVWRCTVZWRlFYaE5Td3BoTTFacFdsaEtkVnBZVW14amVrSmFUVUpOUjBKNWNVZFRUVFE1UVdkRlIwTkRjVWRUVFRRNVFYZEZTRUV3U1VGQ1EyTTFPVmM1V0ZaaWRIYzFjRTlYQ2pSRGFTOXlTV1JTVkhWTFdrOHZOMGgwYW0xcVdXSXdjbnBhZHpnNGRFdFdlR1l3ZDBjeWIxVkhZMlo1TkhaclVrc3JjMjlhU1hGbmVIaFdSbGh4VFd3S1ZFVlRVbTVPYldwUmFrSkJUVUUwUjBFeFZXUkVkMFZDTDNkUlJVRjNTVU53UkVGUVFtZE9Wa2hTVFVKQlpqaEZRbFJCUkVGUlNDOU5RakJIUVRGVlpBcEVaMUZYUWtKUk5uUmhlbWs0YmtoNVZYY3dOVFZMVUVWS1lrZHhSREEyU1hwcVFVdENaMmR4YUd0cVQxQlJVVVJCWjA1SlFVUkNSa0ZwUVVSaGJVaHlDbEp2VjB0RE16UnljM1ZQU0hGTFkzQXZSbTU1V0VWNFNVWlJNM0p5ZDNWNFRHSnFhMXBSU1doQlRUaHBSblpqWlZZME9HUkVRMGcxTUhkc2JqTXdOMGdLUTJ0eGNqUlhWM2swWmtWNlJWcHVLekF6U0hrS0xTMHRMUzFGVGtRZ1EwVlNWRWxHU1VOQlZFVXRMUzB0TFFvPQogICAgc2VydmVyOiBodHRwczovLzk3Y2U0MWJhLTA2N2YtNDk5MS1hNjg5LTU4NWZhNmIxYWE0Yi5hcGkuazhzLm5sLWFtcy5zY3cuY2xvdWQ6NjQ0Mwpjb250ZXh0czoKLSBuYW1lOiBhZG1pbkB0ZXN0LWF1dG9zY2FsZXItMDEKICBjb250ZXh0OgogICAgY2x1c3RlcjogInRlc3QtYXV0b3NjYWxlci0wMSIKICAgIHVzZXI6IHRlc3QtYXV0b3NjYWxlci0wMS1hZG1pbgpjdXJyZW50LWNvbnRleHQ6IGFkbWluQHRlc3QtYXV0b3NjYWxlci0wMQpraW5kOiBDb25maWcKcHJlZmVyZW5jZXM6IHt9CnVzZXJzOgotIG5hbWU6IHRlc3QtYXV0b3NjYWxlci0wMS1hZG1pbgogIHVzZXI6CiAgICB0b2tlbjogQVRIUVA2SUxrNWtOU2lvZWNUQXhPTXBhdWFnTGduNnhSbjlVeHB4eTA2MHBqZnd4RHBvYXluZW4=\"}" + headers: + Content-Length: + - "1682" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:18:24 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - f14ad7ab-c027-4786-aeff-0bc0c16c3d8e + status: 200 OK + code: 200 + duration: 96.077168ms +- id: 11 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/nl-ams/clusters/97ce41ba-067f-4991-a689-585fa6b1aa4b + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1657 + body: "{\"region\":\"nl-ams\", \"id\":\"97ce41ba-067f-4991-a689-585fa6b1aa4b\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:18.636539Z\", \"updated_at\":\"2025-10-30T16:18:19.372777Z\", \"type\":\"kapsule\", \"name\":\"test-autoscaler-01\", \"description\":\"\", \"status\":\"pool_required\", \"version\":\"1.34.1\", \"cni\":\"calico\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"autoscaler-config\"], \"cluster_url\":\"https://97ce41ba-067f-4991-a689-585fa6b1aa4b.api.k8s.nl-ams.scw.cloud:6443\", \"dns_wildcard\":\"*.97ce41ba-067f-4991-a689-585fa6b1aa4b.nodes.k8s.nl-ams.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":true, \"scale_down_delay_after_add\":\"20m\", \"estimator\":\"binpacking\", \"expander\":\"most_pods\", \"ignore_daemonsets_utilization\":true, \"balance_similar_node_groups\":true, \"expendable_pods_priority_cutoff\":10, \"scale_down_unneeded_time\":\"20m\", \"scale_down_utilization_threshold\":0.77, \"max_graceful_termination_sec\":1337}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"dba74b30-fd49-465d-872f-1f84d4aaae90\", \"commitment_ends_at\":\"2025-10-30T16:18:18.636549Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"6f0a273f-9ec8-468c-b18d-ba1f25301393\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1657" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:18:24 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 02f3eec8-f496-4cba-a8a4-c7422400dfb9 + status: 200 OK + code: 200 + duration: 33.392101ms +- id: 12 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/vpc/v2/regions/nl-ams/vpcs/0faa3ef8-4715-4d2c-b323-d6c03a683953 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 436 + body: "{\"id\":\"0faa3ef8-4715-4d2c-b323-d6c03a683953\", \"name\":\"testAccCheckK8SClusterConfigAutoscaler\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:17.139331Z\", \"updated_at\":\"2025-10-30T16:18:17.139331Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_default\":false, \"private_network_count\":1, \"routing_enabled\":true, \"custom_routes_propagation_enabled\":true, \"region\":\"nl-ams\"}" + headers: + Content-Length: + - "436" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:18:24 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 108bc7bc-2208-4749-9906-5a32b43f9f0b + status: 200 OK + code: 200 + duration: 42.623045ms +- id: 13 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/vpc/v2/regions/nl-ams/private-networks/dba74b30-fd49-465d-872f-1f84d4aaae90 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1085 + body: "{\"id\":\"dba74b30-fd49-465d-872f-1f84d4aaae90\", \"name\":\"test-autoscaler\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:17.482193Z\", \"updated_at\":\"2025-10-30T16:18:17.482193Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"subnets\":[{\"id\":\"341414d5-b543-4670-86b5-268a15780780\", \"created_at\":\"2025-10-30T16:18:17.482193Z\", \"updated_at\":\"2025-10-30T16:18:17.482193Z\", \"subnet\":\"172.16.16.0/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"dba74b30-fd49-465d-872f-1f84d4aaae90\", \"vpc_id\":\"0faa3ef8-4715-4d2c-b323-d6c03a683953\"}, {\"id\":\"066e361e-477e-4b8f-bd84-0c06ed5237eb\", \"created_at\":\"2025-10-30T16:18:17.482193Z\", \"updated_at\":\"2025-10-30T16:18:17.482193Z\", \"subnet\":\"fd5c:d510:d730:b4f1::/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"dba74b30-fd49-465d-872f-1f84d4aaae90\", \"vpc_id\":\"0faa3ef8-4715-4d2c-b323-d6c03a683953\"}], \"vpc_id\":\"0faa3ef8-4715-4d2c-b323-d6c03a683953\", \"dhcp_enabled\":true, \"default_route_propagation_enabled\":false, \"region\":\"nl-ams\"}" + headers: + Content-Length: + - "1085" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:18:24 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - fb7c95fb-6949-4a80-a92a-4abcb9b5ebd6 + status: 200 OK + code: 200 + duration: 104.236232ms +- id: 14 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/nl-ams/clusters/97ce41ba-067f-4991-a689-585fa6b1aa4b + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1657 + body: "{\"region\":\"nl-ams\", \"id\":\"97ce41ba-067f-4991-a689-585fa6b1aa4b\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:18.636539Z\", \"updated_at\":\"2025-10-30T16:18:19.372777Z\", \"type\":\"kapsule\", \"name\":\"test-autoscaler-01\", \"description\":\"\", \"status\":\"pool_required\", \"version\":\"1.34.1\", \"cni\":\"calico\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"autoscaler-config\"], \"cluster_url\":\"https://97ce41ba-067f-4991-a689-585fa6b1aa4b.api.k8s.nl-ams.scw.cloud:6443\", \"dns_wildcard\":\"*.97ce41ba-067f-4991-a689-585fa6b1aa4b.nodes.k8s.nl-ams.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":true, \"scale_down_delay_after_add\":\"20m\", \"estimator\":\"binpacking\", \"expander\":\"most_pods\", \"ignore_daemonsets_utilization\":true, \"balance_similar_node_groups\":true, \"expendable_pods_priority_cutoff\":10, \"scale_down_unneeded_time\":\"20m\", \"scale_down_utilization_threshold\":0.77, \"max_graceful_termination_sec\":1337}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"dba74b30-fd49-465d-872f-1f84d4aaae90\", \"commitment_ends_at\":\"2025-10-30T16:18:18.636549Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"6f0a273f-9ec8-468c-b18d-ba1f25301393\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1657" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:18:24 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 47f326d3-09cf-48b7-80a5-761bfab0c13f + status: 200 OK + code: 200 + duration: 34.456579ms +- id: 15 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/nl-ams/clusters/97ce41ba-067f-4991-a689-585fa6b1aa4b/kubeconfig + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1682 + body: "{\"name\":\"kubeconfig\", \"content_type\":\"application/octet-stream\", \"content\":\"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogInRlc3QtYXV0b3NjYWxlci0wMSIKICBjbHVzdGVyOgogICAgY2VydGlmaWNhdGUtYXV0aG9yaXR5LWRhdGE6IExTMHRMUzFDUlVkSlRpQkRSVkpVU1VaSlEwRlVSUzB0TFMwdENrMUpTVUpYZWtORFFWRkhaMEYzU1VKQlowbENRVVJCUzBKblozRm9hMnBQVUZGUlJFRnFRVlpOVWsxM1JWRlpSRlpSVVVSRmQzQnlaRmRLYkdOdE5Xd0taRWRXZWsxQ05GaEVWRWt4VFZSQmVVOVVSVEpOVkdkNFQwWnZXRVJVVFRGTlZFRjVUMVJGTWsxVVozaFBSbTkzUmxSRlZFMUNSVWRCTVZWRlFYaE5Td3BoTTFacFdsaEtkVnBZVW14amVrSmFUVUpOUjBKNWNVZFRUVFE1UVdkRlIwTkRjVWRUVFRRNVFYZEZTRUV3U1VGQ1EyTTFPVmM1V0ZaaWRIYzFjRTlYQ2pSRGFTOXlTV1JTVkhWTFdrOHZOMGgwYW0xcVdXSXdjbnBhZHpnNGRFdFdlR1l3ZDBjeWIxVkhZMlo1TkhaclVrc3JjMjlhU1hGbmVIaFdSbGh4VFd3S1ZFVlRVbTVPYldwUmFrSkJUVUUwUjBFeFZXUkVkMFZDTDNkUlJVRjNTVU53UkVGUVFtZE9Wa2hTVFVKQlpqaEZRbFJCUkVGUlNDOU5RakJIUVRGVlpBcEVaMUZYUWtKUk5uUmhlbWs0YmtoNVZYY3dOVFZMVUVWS1lrZHhSREEyU1hwcVFVdENaMmR4YUd0cVQxQlJVVVJCWjA1SlFVUkNSa0ZwUVVSaGJVaHlDbEp2VjB0RE16UnljM1ZQU0hGTFkzQXZSbTU1V0VWNFNVWlJNM0p5ZDNWNFRHSnFhMXBSU1doQlRUaHBSblpqWlZZME9HUkVRMGcxTUhkc2JqTXdOMGdLUTJ0eGNqUlhWM2swWmtWNlJWcHVLekF6U0hrS0xTMHRMUzFGVGtRZ1EwVlNWRWxHU1VOQlZFVXRMUzB0TFFvPQogICAgc2VydmVyOiBodHRwczovLzk3Y2U0MWJhLTA2N2YtNDk5MS1hNjg5LTU4NWZhNmIxYWE0Yi5hcGkuazhzLm5sLWFtcy5zY3cuY2xvdWQ6NjQ0Mwpjb250ZXh0czoKLSBuYW1lOiBhZG1pbkB0ZXN0LWF1dG9zY2FsZXItMDEKICBjb250ZXh0OgogICAgY2x1c3RlcjogInRlc3QtYXV0b3NjYWxlci0wMSIKICAgIHVzZXI6IHRlc3QtYXV0b3NjYWxlci0wMS1hZG1pbgpjdXJyZW50LWNvbnRleHQ6IGFkbWluQHRlc3QtYXV0b3NjYWxlci0wMQpraW5kOiBDb25maWcKcHJlZmVyZW5jZXM6IHt9CnVzZXJzOgotIG5hbWU6IHRlc3QtYXV0b3NjYWxlci0wMS1hZG1pbgogIHVzZXI6CiAgICB0b2tlbjogQVRIUVA2SUxrNWtOU2lvZWNUQXhPTXBhdWFnTGduNnhSbjlVeHB4eTA2MHBqZnd4RHBvYXluZW4=\"}" + headers: + Content-Length: + - "1682" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:18:24 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 9a804339-9297-4738-974c-0ac7f9e20c38 + status: 200 OK + code: 200 + duration: 117.243734ms +- id: 16 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/vpc/v2/regions/nl-ams/vpcs/0faa3ef8-4715-4d2c-b323-d6c03a683953 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 436 + body: "{\"id\":\"0faa3ef8-4715-4d2c-b323-d6c03a683953\", \"name\":\"testAccCheckK8SClusterConfigAutoscaler\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:17.139331Z\", \"updated_at\":\"2025-10-30T16:18:17.139331Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_default\":false, \"private_network_count\":1, \"routing_enabled\":true, \"custom_routes_propagation_enabled\":true, \"region\":\"nl-ams\"}" + headers: + Content-Length: + - "436" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:18:25 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 4c346cdb-bd17-49a2-a4cd-5175c6451da0 + status: 200 OK + code: 200 + duration: 130.346295ms +- id: 17 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/vpc/v2/regions/nl-ams/private-networks/dba74b30-fd49-465d-872f-1f84d4aaae90 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1085 + body: "{\"id\":\"dba74b30-fd49-465d-872f-1f84d4aaae90\", \"name\":\"test-autoscaler\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:17.482193Z\", \"updated_at\":\"2025-10-30T16:18:17.482193Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"subnets\":[{\"id\":\"341414d5-b543-4670-86b5-268a15780780\", \"created_at\":\"2025-10-30T16:18:17.482193Z\", \"updated_at\":\"2025-10-30T16:18:17.482193Z\", \"subnet\":\"172.16.16.0/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"dba74b30-fd49-465d-872f-1f84d4aaae90\", \"vpc_id\":\"0faa3ef8-4715-4d2c-b323-d6c03a683953\"}, {\"id\":\"066e361e-477e-4b8f-bd84-0c06ed5237eb\", \"created_at\":\"2025-10-30T16:18:17.482193Z\", \"updated_at\":\"2025-10-30T16:18:17.482193Z\", \"subnet\":\"fd5c:d510:d730:b4f1::/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"dba74b30-fd49-465d-872f-1f84d4aaae90\", \"vpc_id\":\"0faa3ef8-4715-4d2c-b323-d6c03a683953\"}], \"vpc_id\":\"0faa3ef8-4715-4d2c-b323-d6c03a683953\", \"dhcp_enabled\":true, \"default_route_propagation_enabled\":false, \"region\":\"nl-ams\"}" + headers: + Content-Length: + - "1085" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:18:25 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - d23a5a88-9fa2-4513-8276-00e229391b09 + status: 200 OK + code: 200 + duration: 123.362247ms +- id: 18 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/nl-ams/clusters/97ce41ba-067f-4991-a689-585fa6b1aa4b + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1657 + body: "{\"region\":\"nl-ams\", \"id\":\"97ce41ba-067f-4991-a689-585fa6b1aa4b\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:18.636539Z\", \"updated_at\":\"2025-10-30T16:18:19.372777Z\", \"type\":\"kapsule\", \"name\":\"test-autoscaler-01\", \"description\":\"\", \"status\":\"pool_required\", \"version\":\"1.34.1\", \"cni\":\"calico\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"autoscaler-config\"], \"cluster_url\":\"https://97ce41ba-067f-4991-a689-585fa6b1aa4b.api.k8s.nl-ams.scw.cloud:6443\", \"dns_wildcard\":\"*.97ce41ba-067f-4991-a689-585fa6b1aa4b.nodes.k8s.nl-ams.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":true, \"scale_down_delay_after_add\":\"20m\", \"estimator\":\"binpacking\", \"expander\":\"most_pods\", \"ignore_daemonsets_utilization\":true, \"balance_similar_node_groups\":true, \"expendable_pods_priority_cutoff\":10, \"scale_down_unneeded_time\":\"20m\", \"scale_down_utilization_threshold\":0.77, \"max_graceful_termination_sec\":1337}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"dba74b30-fd49-465d-872f-1f84d4aaae90\", \"commitment_ends_at\":\"2025-10-30T16:18:18.636549Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"6f0a273f-9ec8-468c-b18d-ba1f25301393\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1657" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:18:25 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 699b7e7d-5c3d-4ff3-8897-48af985ffd16 + status: 200 OK + code: 200 + duration: 105.016236ms +- id: 19 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/nl-ams/clusters/97ce41ba-067f-4991-a689-585fa6b1aa4b/kubeconfig + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1682 + body: "{\"name\":\"kubeconfig\", \"content_type\":\"application/octet-stream\", \"content\":\"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogInRlc3QtYXV0b3NjYWxlci0wMSIKICBjbHVzdGVyOgogICAgY2VydGlmaWNhdGUtYXV0aG9yaXR5LWRhdGE6IExTMHRMUzFDUlVkSlRpQkRSVkpVU1VaSlEwRlVSUzB0TFMwdENrMUpTVUpYZWtORFFWRkhaMEYzU1VKQlowbENRVVJCUzBKblozRm9hMnBQVUZGUlJFRnFRVlpOVWsxM1JWRlpSRlpSVVVSRmQzQnlaRmRLYkdOdE5Xd0taRWRXZWsxQ05GaEVWRWt4VFZSQmVVOVVSVEpOVkdkNFQwWnZXRVJVVFRGTlZFRjVUMVJGTWsxVVozaFBSbTkzUmxSRlZFMUNSVWRCTVZWRlFYaE5Td3BoTTFacFdsaEtkVnBZVW14amVrSmFUVUpOUjBKNWNVZFRUVFE1UVdkRlIwTkRjVWRUVFRRNVFYZEZTRUV3U1VGQ1EyTTFPVmM1V0ZaaWRIYzFjRTlYQ2pSRGFTOXlTV1JTVkhWTFdrOHZOMGgwYW0xcVdXSXdjbnBhZHpnNGRFdFdlR1l3ZDBjeWIxVkhZMlo1TkhaclVrc3JjMjlhU1hGbmVIaFdSbGh4VFd3S1ZFVlRVbTVPYldwUmFrSkJUVUUwUjBFeFZXUkVkMFZDTDNkUlJVRjNTVU53UkVGUVFtZE9Wa2hTVFVKQlpqaEZRbFJCUkVGUlNDOU5RakJIUVRGVlpBcEVaMUZYUWtKUk5uUmhlbWs0YmtoNVZYY3dOVFZMVUVWS1lrZHhSREEyU1hwcVFVdENaMmR4YUd0cVQxQlJVVVJCWjA1SlFVUkNSa0ZwUVVSaGJVaHlDbEp2VjB0RE16UnljM1ZQU0hGTFkzQXZSbTU1V0VWNFNVWlJNM0p5ZDNWNFRHSnFhMXBSU1doQlRUaHBSblpqWlZZME9HUkVRMGcxTUhkc2JqTXdOMGdLUTJ0eGNqUlhWM2swWmtWNlJWcHVLekF6U0hrS0xTMHRMUzFGVGtRZ1EwVlNWRWxHU1VOQlZFVXRMUzB0TFFvPQogICAgc2VydmVyOiBodHRwczovLzk3Y2U0MWJhLTA2N2YtNDk5MS1hNjg5LTU4NWZhNmIxYWE0Yi5hcGkuazhzLm5sLWFtcy5zY3cuY2xvdWQ6NjQ0Mwpjb250ZXh0czoKLSBuYW1lOiBhZG1pbkB0ZXN0LWF1dG9zY2FsZXItMDEKICBjb250ZXh0OgogICAgY2x1c3RlcjogInRlc3QtYXV0b3NjYWxlci0wMSIKICAgIHVzZXI6IHRlc3QtYXV0b3NjYWxlci0wMS1hZG1pbgpjdXJyZW50LWNvbnRleHQ6IGFkbWluQHRlc3QtYXV0b3NjYWxlci0wMQpraW5kOiBDb25maWcKcHJlZmVyZW5jZXM6IHt9CnVzZXJzOgotIG5hbWU6IHRlc3QtYXV0b3NjYWxlci0wMS1hZG1pbgogIHVzZXI6CiAgICB0b2tlbjogQVRIUVA2SUxrNWtOU2lvZWNUQXhPTXBhdWFnTGduNnhSbjlVeHB4eTA2MHBqZnd4RHBvYXluZW4=\"}" + headers: + Content-Length: + - "1682" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:18:25 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 2b3ca322-a36a-45b3-bc1d-cd5123545d9f + status: 200 OK + code: 200 + duration: 106.756692ms +- id: 20 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 55 + host: api.scaleway.com + body: "{\"name\":\"testAccCheckK8SClusterConfigAutoscalerChange\"}" + headers: + Content-Type: + - application/json + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/vpc/v2/regions/nl-ams/vpcs/0faa3ef8-4715-4d2c-b323-d6c03a683953 + method: PATCH + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 442 + body: "{\"id\":\"0faa3ef8-4715-4d2c-b323-d6c03a683953\", \"name\":\"testAccCheckK8SClusterConfigAutoscalerChange\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:17.139331Z\", \"updated_at\":\"2025-10-30T16:18:25.675713Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_default\":false, \"private_network_count\":1, \"routing_enabled\":true, \"custom_routes_propagation_enabled\":true, \"region\":\"nl-ams\"}" + headers: + Content-Length: + - "442" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:18:25 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - d95ceb72-74c4-4e0e-9c8e-5d490585e838 + status: 200 OK + code: 200 + duration: 124.722601ms +- id: 21 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/vpc/v2/regions/nl-ams/vpcs/0faa3ef8-4715-4d2c-b323-d6c03a683953 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 442 + body: "{\"id\":\"0faa3ef8-4715-4d2c-b323-d6c03a683953\", \"name\":\"testAccCheckK8SClusterConfigAutoscalerChange\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:17.139331Z\", \"updated_at\":\"2025-10-30T16:18:25.675713Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_default\":false, \"private_network_count\":1, \"routing_enabled\":true, \"custom_routes_propagation_enabled\":true, \"region\":\"nl-ams\"}" + headers: + Content-Length: + - "442" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:18:25 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - f8d020d2-8720-4c7a-9dfc-5e69afeeb682 + status: 200 OK + code: 200 + duration: 107.75698ms +- id: 22 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 620 + host: api.scaleway.com + body: "{\"name\":\"test-autoscaler-02\",\"autoscaler_config\":{\"scale_down_disabled\":false,\"scale_down_delay_after_add\":null,\"estimator\":\"unknown_estimator\",\"expander\":\"unknown_expander\",\"ignore_daemonsets_utilization\":false,\"balance_similar_node_groups\":false,\"expendable_pods_priority_cutoff\":0,\"scale_down_unneeded_time\":\"5m\",\"scale_down_utilization_threshold\":0.33,\"max_graceful_termination_sec\":2664},\"auto_upgrade\":{\"enable\":null,\"maintenance_window\":null},\"open_id_connect_config\":{\"issuer_url\":null,\"client_id\":null,\"username_claim\":null,\"username_prefix\":null,\"groups_claim\":null,\"groups_prefix\":null,\"required_claim\":null}}" + headers: + Content-Type: + - application/json + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/nl-ams/clusters/97ce41ba-067f-4991-a689-585fa6b1aa4b + method: PATCH + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1654 + body: "{\"region\":\"nl-ams\", \"id\":\"97ce41ba-067f-4991-a689-585fa6b1aa4b\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:18.636539Z\", \"updated_at\":\"2025-10-30T16:18:25.930222Z\", \"type\":\"kapsule\", \"name\":\"test-autoscaler-02\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"calico\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"autoscaler-config\"], \"cluster_url\":\"https://97ce41ba-067f-4991-a689-585fa6b1aa4b.api.k8s.nl-ams.scw.cloud:6443\", \"dns_wildcard\":\"*.97ce41ba-067f-4991-a689-585fa6b1aa4b.nodes.k8s.nl-ams.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"20m\", \"estimator\":\"binpacking\", \"expander\":\"most_pods\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"5m\", \"scale_down_utilization_threshold\":0.33, \"max_graceful_termination_sec\":2664}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"dba74b30-fd49-465d-872f-1f84d4aaae90\", \"commitment_ends_at\":\"2025-10-30T16:18:18.636549Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"6f0a273f-9ec8-468c-b18d-ba1f25301393\", \"new_images_enabled\":false, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1654" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:18:25 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 2eda4b5a-80d7-4f11-938a-f5c29c4054d6 + status: 200 OK + code: 200 + duration: 136.8176ms +- id: 23 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/nl-ams/clusters/97ce41ba-067f-4991-a689-585fa6b1aa4b + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1653 + body: "{\"region\":\"nl-ams\", \"id\":\"97ce41ba-067f-4991-a689-585fa6b1aa4b\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:18.636539Z\", \"updated_at\":\"2025-10-30T16:18:25.930222Z\", \"type\":\"kapsule\", \"name\":\"test-autoscaler-02\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"calico\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"autoscaler-config\"], \"cluster_url\":\"https://97ce41ba-067f-4991-a689-585fa6b1aa4b.api.k8s.nl-ams.scw.cloud:6443\", \"dns_wildcard\":\"*.97ce41ba-067f-4991-a689-585fa6b1aa4b.nodes.k8s.nl-ams.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"20m\", \"estimator\":\"binpacking\", \"expander\":\"most_pods\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"5m\", \"scale_down_utilization_threshold\":0.33, \"max_graceful_termination_sec\":2664}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"dba74b30-fd49-465d-872f-1f84d4aaae90\", \"commitment_ends_at\":\"2025-10-30T16:18:18.636549Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"6f0a273f-9ec8-468c-b18d-ba1f25301393\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1653" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:18:26 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 1720fe19-2e97-4664-947c-53d67444772d + status: 200 OK + code: 200 + duration: 93.204396ms +- id: 24 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/nl-ams/clusters/97ce41ba-067f-4991-a689-585fa6b1aa4b + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1658 + body: "{\"region\":\"nl-ams\", \"id\":\"97ce41ba-067f-4991-a689-585fa6b1aa4b\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:18.636539Z\", \"updated_at\":\"2025-10-30T16:18:25.988798Z\", \"type\":\"kapsule\", \"name\":\"test-autoscaler-02\", \"description\":\"\", \"status\":\"pool_required\", \"version\":\"1.34.1\", \"cni\":\"calico\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"autoscaler-config\"], \"cluster_url\":\"https://97ce41ba-067f-4991-a689-585fa6b1aa4b.api.k8s.nl-ams.scw.cloud:6443\", \"dns_wildcard\":\"*.97ce41ba-067f-4991-a689-585fa6b1aa4b.nodes.k8s.nl-ams.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"20m\", \"estimator\":\"binpacking\", \"expander\":\"most_pods\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"5m\", \"scale_down_utilization_threshold\":0.33, \"max_graceful_termination_sec\":2664}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"dba74b30-fd49-465d-872f-1f84d4aaae90\", \"commitment_ends_at\":\"2025-10-30T16:18:18.636549Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"6f0a273f-9ec8-468c-b18d-ba1f25301393\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1658" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:18:31 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 71c0e8b5-83d8-498f-8776-9b1111cc1086 + status: 200 OK + code: 200 + duration: 127.773827ms +- id: 25 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/nl-ams/clusters/97ce41ba-067f-4991-a689-585fa6b1aa4b + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1658 + body: "{\"region\":\"nl-ams\", \"id\":\"97ce41ba-067f-4991-a689-585fa6b1aa4b\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:18.636539Z\", \"updated_at\":\"2025-10-30T16:18:25.988798Z\", \"type\":\"kapsule\", \"name\":\"test-autoscaler-02\", \"description\":\"\", \"status\":\"pool_required\", \"version\":\"1.34.1\", \"cni\":\"calico\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"autoscaler-config\"], \"cluster_url\":\"https://97ce41ba-067f-4991-a689-585fa6b1aa4b.api.k8s.nl-ams.scw.cloud:6443\", \"dns_wildcard\":\"*.97ce41ba-067f-4991-a689-585fa6b1aa4b.nodes.k8s.nl-ams.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"20m\", \"estimator\":\"binpacking\", \"expander\":\"most_pods\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"5m\", \"scale_down_utilization_threshold\":0.33, \"max_graceful_termination_sec\":2664}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"dba74b30-fd49-465d-872f-1f84d4aaae90\", \"commitment_ends_at\":\"2025-10-30T16:18:18.636549Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"6f0a273f-9ec8-468c-b18d-ba1f25301393\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1658" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:18:31 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - e385bcd7-3b8d-4634-b66d-e8127bf961ca + status: 200 OK + code: 200 + duration: 100.23964ms +- id: 26 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/nl-ams/clusters/97ce41ba-067f-4991-a689-585fa6b1aa4b/kubeconfig + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1682 + body: "{\"name\":\"kubeconfig\", \"content_type\":\"application/octet-stream\", \"content\":\"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogInRlc3QtYXV0b3NjYWxlci0wMiIKICBjbHVzdGVyOgogICAgY2VydGlmaWNhdGUtYXV0aG9yaXR5LWRhdGE6IExTMHRMUzFDUlVkSlRpQkRSVkpVU1VaSlEwRlVSUzB0TFMwdENrMUpTVUpYZWtORFFWRkhaMEYzU1VKQlowbENRVVJCUzBKblozRm9hMnBQVUZGUlJFRnFRVlpOVWsxM1JWRlpSRlpSVVVSRmQzQnlaRmRLYkdOdE5Xd0taRWRXZWsxQ05GaEVWRWt4VFZSQmVVOVVSVEpOVkdkNFQwWnZXRVJVVFRGTlZFRjVUMVJGTWsxVVozaFBSbTkzUmxSRlZFMUNSVWRCTVZWRlFYaE5Td3BoTTFacFdsaEtkVnBZVW14amVrSmFUVUpOUjBKNWNVZFRUVFE1UVdkRlIwTkRjVWRUVFRRNVFYZEZTRUV3U1VGQ1EyTTFPVmM1V0ZaaWRIYzFjRTlYQ2pSRGFTOXlTV1JTVkhWTFdrOHZOMGgwYW0xcVdXSXdjbnBhZHpnNGRFdFdlR1l3ZDBjeWIxVkhZMlo1TkhaclVrc3JjMjlhU1hGbmVIaFdSbGh4VFd3S1ZFVlRVbTVPYldwUmFrSkJUVUUwUjBFeFZXUkVkMFZDTDNkUlJVRjNTVU53UkVGUVFtZE9Wa2hTVFVKQlpqaEZRbFJCUkVGUlNDOU5RakJIUVRGVlpBcEVaMUZYUWtKUk5uUmhlbWs0YmtoNVZYY3dOVFZMVUVWS1lrZHhSREEyU1hwcVFVdENaMmR4YUd0cVQxQlJVVVJCWjA1SlFVUkNSa0ZwUVVSaGJVaHlDbEp2VjB0RE16UnljM1ZQU0hGTFkzQXZSbTU1V0VWNFNVWlJNM0p5ZDNWNFRHSnFhMXBSU1doQlRUaHBSblpqWlZZME9HUkVRMGcxTUhkc2JqTXdOMGdLUTJ0eGNqUlhWM2swWmtWNlJWcHVLekF6U0hrS0xTMHRMUzFGVGtRZ1EwVlNWRWxHU1VOQlZFVXRMUzB0TFFvPQogICAgc2VydmVyOiBodHRwczovLzk3Y2U0MWJhLTA2N2YtNDk5MS1hNjg5LTU4NWZhNmIxYWE0Yi5hcGkuazhzLm5sLWFtcy5zY3cuY2xvdWQ6NjQ0Mwpjb250ZXh0czoKLSBuYW1lOiBhZG1pbkB0ZXN0LWF1dG9zY2FsZXItMDIKICBjb250ZXh0OgogICAgY2x1c3RlcjogInRlc3QtYXV0b3NjYWxlci0wMiIKICAgIHVzZXI6IHRlc3QtYXV0b3NjYWxlci0wMi1hZG1pbgpjdXJyZW50LWNvbnRleHQ6IGFkbWluQHRlc3QtYXV0b3NjYWxlci0wMgpraW5kOiBDb25maWcKcHJlZmVyZW5jZXM6IHt9CnVzZXJzOgotIG5hbWU6IHRlc3QtYXV0b3NjYWxlci0wMi1hZG1pbgogIHVzZXI6CiAgICB0b2tlbjogQVRIUVA2SUxrNWtOU2lvZWNUQXhPTXBhdWFnTGduNnhSbjlVeHB4eTA2MHBqZnd4RHBvYXluZW4=\"}" + headers: + Content-Length: + - "1682" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:18:31 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 95c722de-59ca-41ea-aa5b-686eb4cde3f3 + status: 200 OK + code: 200 + duration: 137.388532ms +- id: 27 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/nl-ams/clusters/97ce41ba-067f-4991-a689-585fa6b1aa4b + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1658 + body: "{\"region\":\"nl-ams\", \"id\":\"97ce41ba-067f-4991-a689-585fa6b1aa4b\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:18.636539Z\", \"updated_at\":\"2025-10-30T16:18:25.988798Z\", \"type\":\"kapsule\", \"name\":\"test-autoscaler-02\", \"description\":\"\", \"status\":\"pool_required\", \"version\":\"1.34.1\", \"cni\":\"calico\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"autoscaler-config\"], \"cluster_url\":\"https://97ce41ba-067f-4991-a689-585fa6b1aa4b.api.k8s.nl-ams.scw.cloud:6443\", \"dns_wildcard\":\"*.97ce41ba-067f-4991-a689-585fa6b1aa4b.nodes.k8s.nl-ams.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"20m\", \"estimator\":\"binpacking\", \"expander\":\"most_pods\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"5m\", \"scale_down_utilization_threshold\":0.33, \"max_graceful_termination_sec\":2664}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"dba74b30-fd49-465d-872f-1f84d4aaae90\", \"commitment_ends_at\":\"2025-10-30T16:18:18.636549Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"6f0a273f-9ec8-468c-b18d-ba1f25301393\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1658" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:18:31 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - eb8f6e88-09e5-4d6c-9627-b34031c4944c + status: 200 OK + code: 200 + duration: 35.074188ms +- id: 28 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/vpc/v2/regions/nl-ams/vpcs/0faa3ef8-4715-4d2c-b323-d6c03a683953 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 442 + body: "{\"id\":\"0faa3ef8-4715-4d2c-b323-d6c03a683953\", \"name\":\"testAccCheckK8SClusterConfigAutoscalerChange\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:17.139331Z\", \"updated_at\":\"2025-10-30T16:18:25.675713Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_default\":false, \"private_network_count\":1, \"routing_enabled\":true, \"custom_routes_propagation_enabled\":true, \"region\":\"nl-ams\"}" + headers: + Content-Length: + - "442" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:18:31 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - e4b51be9-5219-4660-9b79-48271337ac1e + status: 200 OK + code: 200 + duration: 39.607696ms +- id: 29 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/vpc/v2/regions/nl-ams/private-networks/dba74b30-fd49-465d-872f-1f84d4aaae90 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1085 + body: "{\"id\":\"dba74b30-fd49-465d-872f-1f84d4aaae90\", \"name\":\"test-autoscaler\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:17.482193Z\", \"updated_at\":\"2025-10-30T16:18:17.482193Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"subnets\":[{\"id\":\"341414d5-b543-4670-86b5-268a15780780\", \"created_at\":\"2025-10-30T16:18:17.482193Z\", \"updated_at\":\"2025-10-30T16:18:17.482193Z\", \"subnet\":\"172.16.16.0/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"dba74b30-fd49-465d-872f-1f84d4aaae90\", \"vpc_id\":\"0faa3ef8-4715-4d2c-b323-d6c03a683953\"}, {\"id\":\"066e361e-477e-4b8f-bd84-0c06ed5237eb\", \"created_at\":\"2025-10-30T16:18:17.482193Z\", \"updated_at\":\"2025-10-30T16:18:17.482193Z\", \"subnet\":\"fd5c:d510:d730:b4f1::/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"dba74b30-fd49-465d-872f-1f84d4aaae90\", \"vpc_id\":\"0faa3ef8-4715-4d2c-b323-d6c03a683953\"}], \"vpc_id\":\"0faa3ef8-4715-4d2c-b323-d6c03a683953\", \"dhcp_enabled\":true, \"default_route_propagation_enabled\":false, \"region\":\"nl-ams\"}" + headers: + Content-Length: + - "1085" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:18:31 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 5984f6d6-9cca-41ff-b437-4e192c9f08f7 + status: 200 OK + code: 200 + duration: 109.109678ms +- id: 30 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/nl-ams/clusters/97ce41ba-067f-4991-a689-585fa6b1aa4b + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1658 + body: "{\"region\":\"nl-ams\", \"id\":\"97ce41ba-067f-4991-a689-585fa6b1aa4b\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:18.636539Z\", \"updated_at\":\"2025-10-30T16:18:25.988798Z\", \"type\":\"kapsule\", \"name\":\"test-autoscaler-02\", \"description\":\"\", \"status\":\"pool_required\", \"version\":\"1.34.1\", \"cni\":\"calico\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"autoscaler-config\"], \"cluster_url\":\"https://97ce41ba-067f-4991-a689-585fa6b1aa4b.api.k8s.nl-ams.scw.cloud:6443\", \"dns_wildcard\":\"*.97ce41ba-067f-4991-a689-585fa6b1aa4b.nodes.k8s.nl-ams.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"20m\", \"estimator\":\"binpacking\", \"expander\":\"most_pods\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"5m\", \"scale_down_utilization_threshold\":0.33, \"max_graceful_termination_sec\":2664}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"dba74b30-fd49-465d-872f-1f84d4aaae90\", \"commitment_ends_at\":\"2025-10-30T16:18:18.636549Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"6f0a273f-9ec8-468c-b18d-ba1f25301393\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1658" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:18:31 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 994bc90e-f2c1-485e-9fac-ad0bf616928a + status: 200 OK + code: 200 + duration: 46.155766ms +- id: 31 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/nl-ams/clusters/97ce41ba-067f-4991-a689-585fa6b1aa4b/kubeconfig + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1682 + body: "{\"name\":\"kubeconfig\", \"content_type\":\"application/octet-stream\", \"content\":\"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogInRlc3QtYXV0b3NjYWxlci0wMiIKICBjbHVzdGVyOgogICAgY2VydGlmaWNhdGUtYXV0aG9yaXR5LWRhdGE6IExTMHRMUzFDUlVkSlRpQkRSVkpVU1VaSlEwRlVSUzB0TFMwdENrMUpTVUpYZWtORFFWRkhaMEYzU1VKQlowbENRVVJCUzBKblozRm9hMnBQVUZGUlJFRnFRVlpOVWsxM1JWRlpSRlpSVVVSRmQzQnlaRmRLYkdOdE5Xd0taRWRXZWsxQ05GaEVWRWt4VFZSQmVVOVVSVEpOVkdkNFQwWnZXRVJVVFRGTlZFRjVUMVJGTWsxVVozaFBSbTkzUmxSRlZFMUNSVWRCTVZWRlFYaE5Td3BoTTFacFdsaEtkVnBZVW14amVrSmFUVUpOUjBKNWNVZFRUVFE1UVdkRlIwTkRjVWRUVFRRNVFYZEZTRUV3U1VGQ1EyTTFPVmM1V0ZaaWRIYzFjRTlYQ2pSRGFTOXlTV1JTVkhWTFdrOHZOMGgwYW0xcVdXSXdjbnBhZHpnNGRFdFdlR1l3ZDBjeWIxVkhZMlo1TkhaclVrc3JjMjlhU1hGbmVIaFdSbGh4VFd3S1ZFVlRVbTVPYldwUmFrSkJUVUUwUjBFeFZXUkVkMFZDTDNkUlJVRjNTVU53UkVGUVFtZE9Wa2hTVFVKQlpqaEZRbFJCUkVGUlNDOU5RakJIUVRGVlpBcEVaMUZYUWtKUk5uUmhlbWs0YmtoNVZYY3dOVFZMVUVWS1lrZHhSREEyU1hwcVFVdENaMmR4YUd0cVQxQlJVVVJCWjA1SlFVUkNSa0ZwUVVSaGJVaHlDbEp2VjB0RE16UnljM1ZQU0hGTFkzQXZSbTU1V0VWNFNVWlJNM0p5ZDNWNFRHSnFhMXBSU1doQlRUaHBSblpqWlZZME9HUkVRMGcxTUhkc2JqTXdOMGdLUTJ0eGNqUlhWM2swWmtWNlJWcHVLekF6U0hrS0xTMHRMUzFGVGtRZ1EwVlNWRWxHU1VOQlZFVXRMUzB0TFFvPQogICAgc2VydmVyOiBodHRwczovLzk3Y2U0MWJhLTA2N2YtNDk5MS1hNjg5LTU4NWZhNmIxYWE0Yi5hcGkuazhzLm5sLWFtcy5zY3cuY2xvdWQ6NjQ0Mwpjb250ZXh0czoKLSBuYW1lOiBhZG1pbkB0ZXN0LWF1dG9zY2FsZXItMDIKICBjb250ZXh0OgogICAgY2x1c3RlcjogInRlc3QtYXV0b3NjYWxlci0wMiIKICAgIHVzZXI6IHRlc3QtYXV0b3NjYWxlci0wMi1hZG1pbgpjdXJyZW50LWNvbnRleHQ6IGFkbWluQHRlc3QtYXV0b3NjYWxlci0wMgpraW5kOiBDb25maWcKcHJlZmVyZW5jZXM6IHt9CnVzZXJzOgotIG5hbWU6IHRlc3QtYXV0b3NjYWxlci0wMi1hZG1pbgogIHVzZXI6CiAgICB0b2tlbjogQVRIUVA2SUxrNWtOU2lvZWNUQXhPTXBhdWFnTGduNnhSbjlVeHB4eTA2MHBqZnd4RHBvYXluZW4=\"}" + headers: + Content-Length: + - "1682" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:18:32 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 19845bbd-d79c-4b32-82db-57c54f73e018 + status: 200 OK + code: 200 + duration: 40.395645ms +- id: 32 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + form: + with_additional_resources: + - "false" + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/nl-ams/clusters/97ce41ba-067f-4991-a689-585fa6b1aa4b?with_additional_resources=false + method: DELETE + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1654 + body: "{\"region\":\"nl-ams\", \"id\":\"97ce41ba-067f-4991-a689-585fa6b1aa4b\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:18.636539Z\", \"updated_at\":\"2025-10-30T16:18:32.237431Z\", \"type\":\"kapsule\", \"name\":\"test-autoscaler-02\", \"description\":\"\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"cni\":\"calico\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"autoscaler-config\"], \"cluster_url\":\"https://97ce41ba-067f-4991-a689-585fa6b1aa4b.api.k8s.nl-ams.scw.cloud:6443\", \"dns_wildcard\":\"*.97ce41ba-067f-4991-a689-585fa6b1aa4b.nodes.k8s.nl-ams.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"20m\", \"estimator\":\"binpacking\", \"expander\":\"most_pods\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"5m\", \"scale_down_utilization_threshold\":0.33, \"max_graceful_termination_sec\":2664}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"dba74b30-fd49-465d-872f-1f84d4aaae90\", \"commitment_ends_at\":\"2025-10-30T16:18:18.636549Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"6f0a273f-9ec8-468c-b18d-ba1f25301393\", \"new_images_enabled\":false, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1654" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:18:32 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - a17c2e70-1986-4a40-8f48-f2315b213972 + status: 200 OK + code: 200 + duration: 107.546605ms +- id: 33 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/nl-ams/clusters/97ce41ba-067f-4991-a689-585fa6b1aa4b + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1653 + body: "{\"region\":\"nl-ams\", \"id\":\"97ce41ba-067f-4991-a689-585fa6b1aa4b\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:18.636539Z\", \"updated_at\":\"2025-10-30T16:18:32.237431Z\", \"type\":\"kapsule\", \"name\":\"test-autoscaler-02\", \"description\":\"\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"cni\":\"calico\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"autoscaler-config\"], \"cluster_url\":\"https://97ce41ba-067f-4991-a689-585fa6b1aa4b.api.k8s.nl-ams.scw.cloud:6443\", \"dns_wildcard\":\"*.97ce41ba-067f-4991-a689-585fa6b1aa4b.nodes.k8s.nl-ams.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"20m\", \"estimator\":\"binpacking\", \"expander\":\"most_pods\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"5m\", \"scale_down_utilization_threshold\":0.33, \"max_graceful_termination_sec\":2664}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"dba74b30-fd49-465d-872f-1f84d4aaae90\", \"commitment_ends_at\":\"2025-10-30T16:18:18.636549Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"6f0a273f-9ec8-468c-b18d-ba1f25301393\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1653" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:18:32 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 498ae4be-fb56-4e8f-9cb6-4cb6814d9acc + status: 200 OK + code: 200 + duration: 106.865837ms +- id: 34 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/nl-ams/clusters/97ce41ba-067f-4991-a689-585fa6b1aa4b + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 128 + body: "{\"message\":\"resource is not found\",\"resource\":\"cluster\",\"resource_id\":\"97ce41ba-067f-4991-a689-585fa6b1aa4b\",\"type\":\"not_found\"}" + headers: + Content-Length: + - "128" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:18:37 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 6c994076-0eea-4442-ad59-b4c48c00873f + status: 404 Not Found + code: 404 + duration: 52.726267ms +- id: 35 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/vpc/v2/regions/nl-ams/private-networks/dba74b30-fd49-465d-872f-1f84d4aaae90 + method: DELETE + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 0 + body: "" + headers: + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:18:38 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - c565bf2d-3fe4-44f3-927a-22289916c58d + status: 204 No Content + code: 204 + duration: 1.276686848s +- id: 36 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/vpc/v2/regions/nl-ams/vpcs/0faa3ef8-4715-4d2c-b323-d6c03a683953 + method: DELETE + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 0 + body: "" + headers: + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:18:39 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 246c0fab-c121-4a09-8faf-3fa62d7c26c5 + status: 204 No Content + code: 204 + duration: 275.276943ms +- id: 37 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/nl-ams/clusters/97ce41ba-067f-4991-a689-585fa6b1aa4b + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 128 + body: "{\"message\":\"resource is not found\",\"resource\":\"cluster\",\"resource_id\":\"97ce41ba-067f-4991-a689-585fa6b1aa4b\",\"type\":\"not_found\"}" + headers: + Content-Length: + - "128" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:18:39 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 3cfac7e8-7185-45dd-bd9b-de8632a32533 + status: 404 Not Found + code: 404 + duration: 40.854386ms +- id: 38 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/vpc/v2/regions/nl-ams/private-networks/dba74b30-fd49-465d-872f-1f84d4aaae90 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 136 + body: "{\"message\":\"resource is not found\",\"resource\":\"private_network\",\"resource_id\":\"dba74b30-fd49-465d-872f-1f84d4aaae90\",\"type\":\"not_found\"}" + headers: + Content-Length: + - "136" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:18:39 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 4ab0b499-5139-41af-a568-621542d6ef25 + status: 404 Not Found + code: 404 + duration: 32.434273ms diff --git a/internal/services/k8s/testdata/cluster-basic.cassette.yaml b/internal/services/k8s/testdata/cluster-basic.cassette.yaml index 033a6083e4..3476c87137 100644 --- a/internal/services/k8s/testdata/cluster-basic.cassette.yaml +++ b/internal/services/k8s/testdata/cluster-basic.cassette.yaml @@ -1,2116 +1,1407 @@ --- version: 2 interactions: - - id: 0 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/versions - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 5467 - uncompressed: false - body: '{"versions":[{"available_admission_plugins":["AlwaysPullImages","PodNodeSelector","PodTolerationRestriction"],"available_cnis":["cilium","cilium_native","calico","kilo","none"],"available_container_runtimes":["containerd"],"available_feature_gates":["HPAScaleToZero","CPUManagerPolicyAlphaOptions","ImageVolume"],"available_kubelet_args":{"containerLogMaxFiles":"uint16","containerLogMaxSize":"quantity","cpuCFSQuota":"bool","cpuCFSQuotaPeriod":"duration","cpuManagerPolicy":"enum:none|static","cpuManagerPolicyOptions":"map[string]string","enableDebuggingHandlers":"bool","evictionHard":"map[string]string","evictionMinimumReclaim":"map[string]string","imageGCHighThresholdPercent":"uint32","imageGCLowThresholdPercent":"uint32","maxParallelImagePulls":"int32","maxPods":"uint16","registryBurst":"int32","registryPullQPS":"int32","serializeImagePulls":"bool"},"deprecated_at":"2026-09-29T00:00:00Z","end_of_life_at":"2026-11-29T00:00:00Z","label":"Kubernetes 1.34.1","name":"1.34.1","region":"fr-par","released_at":null},{"available_admission_plugins":["AlwaysPullImages","PodNodeSelector","PodTolerationRestriction"],"available_cnis":["cilium","calico","kilo","none"],"available_container_runtimes":["containerd"],"available_feature_gates":["HPAScaleToZero","DRAAdminAccess","DynamicResourceAllocation","PodLevelResources","CPUManagerPolicyAlphaOptions","ImageVolume"],"available_kubelet_args":{"containerLogMaxFiles":"uint16","containerLogMaxSize":"quantity","cpuCFSQuota":"bool","cpuCFSQuotaPeriod":"duration","cpuManagerPolicy":"enum:none|static","cpuManagerPolicyOptions":"map[string]string","enableDebuggingHandlers":"bool","evictionHard":"map[string]string","evictionMinimumReclaim":"map[string]string","imageGCHighThresholdPercent":"uint32","imageGCLowThresholdPercent":"uint32","maxParallelImagePulls":"int32","maxPods":"uint16","registryBurst":"int32","registryPullQPS":"int32","serializeImagePulls":"bool"},"deprecated_at":"2026-09-04T00:00:00Z","end_of_life_at":"2026-11-04T00:00:00Z","label":"Kubernetes 1.33.4","name":"1.33.4","region":"fr-par","released_at":null},{"available_admission_plugins":["AlwaysPullImages","PodNodeSelector","PodTolerationRestriction"],"available_cnis":["cilium","calico","kilo","none"],"available_container_runtimes":["containerd"],"available_feature_gates":["HPAScaleToZero","InPlacePodVerticalScaling","SidecarContainers","DRAAdminAccess","DRAResourceClaimDeviceStatus","DynamicResourceAllocation","PodLevelResources","CPUManagerPolicyAlphaOptions","ImageVolume"],"available_kubelet_args":{"containerLogMaxFiles":"uint16","containerLogMaxSize":"quantity","cpuCFSQuota":"bool","cpuCFSQuotaPeriod":"duration","cpuManagerPolicy":"enum:none|static","cpuManagerPolicyOptions":"map[string]string","enableDebuggingHandlers":"bool","evictionHard":"map[string]string","evictionMinimumReclaim":"map[string]string","imageGCHighThresholdPercent":"uint32","imageGCLowThresholdPercent":"uint32","maxParallelImagePulls":"int32","maxPods":"uint16","registryBurst":"int32","registryPullQPS":"int32","serializeImagePulls":"bool"},"deprecated_at":"2026-03-24T00:00:00Z","end_of_life_at":"2025-05-24T00:00:00Z","label":"Kubernetes 1.32.8","name":"1.32.8","region":"fr-par","released_at":null},{"available_admission_plugins":["AlwaysPullImages","PodNodeSelector","PodTolerationRestriction"],"available_cnis":["cilium","calico","kilo","none"],"available_container_runtimes":["containerd"],"available_feature_gates":["HPAScaleToZero","InPlacePodVerticalScaling","SidecarContainers","CPUManagerPolicyAlphaOptions","ImageVolume"],"available_kubelet_args":{"containerLogMaxFiles":"uint16","containerLogMaxSize":"quantity","cpuCFSQuota":"bool","cpuCFSQuotaPeriod":"duration","cpuManagerPolicy":"enum:none|static","cpuManagerPolicyOptions":"map[string]string","enableDebuggingHandlers":"bool","evictionHard":"map[string]string","evictionMinimumReclaim":"map[string]string","imageGCHighThresholdPercent":"uint32","imageGCLowThresholdPercent":"uint32","maxParallelImagePulls":"int32","maxPods":"uint16","registryBurst":"int32","registryPullQPS":"int32","serializeImagePulls":"bool"},"deprecated_at":"2025-12-02T00:00:00Z","end_of_life_at":"2026-02-02T00:00:00Z","label":"Kubernetes 1.31.12","name":"1.31.12","region":"fr-par","released_at":null},{"available_admission_plugins":["AlwaysPullImages","PodNodeSelector","PodTolerationRestriction"],"available_cnis":["cilium","calico","kilo","none"],"available_container_runtimes":["containerd"],"available_feature_gates":["HPAScaleToZero","SidecarContainers","InPlacePodVerticalScaling","CPUManagerPolicyAlphaOptions"],"available_kubelet_args":{"containerLogMaxFiles":"uint16","containerLogMaxSize":"quantity","cpuCFSQuota":"bool","cpuCFSQuotaPeriod":"duration","cpuManagerPolicy":"enum:none|static","cpuManagerPolicyOptions":"map[string]string","enableDebuggingHandlers":"bool","evictionHard":"map[string]string","evictionMinimumReclaim":"map[string]string","imageGCHighThresholdPercent":"uint32","imageGCLowThresholdPercent":"uint32","maxParallelImagePulls":"int32","maxPods":"uint16","registryBurst":"int32","registryPullQPS":"int32","serializeImagePulls":"bool"},"deprecated_at":"2025-07-25T00:00:00Z","end_of_life_at":"2025-09-09T00:00:00Z","label":"Kubernetes 1.30.14","name":"1.30.14","region":"fr-par","released_at":null}]}' - headers: - Content-Length: - - "5467" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Mon, 20 Oct 2025 16:37:54 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - eb6945b2-5f08-489c-9f92-a0f58620c0cc - status: 200 OK - code: 200 - duration: 111.848435ms - - id: 1 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/versions - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 5467 - uncompressed: false - body: '{"versions":[{"available_admission_plugins":["AlwaysPullImages","PodNodeSelector","PodTolerationRestriction"],"available_cnis":["cilium","cilium_native","calico","kilo","none"],"available_container_runtimes":["containerd"],"available_feature_gates":["HPAScaleToZero","CPUManagerPolicyAlphaOptions","ImageVolume"],"available_kubelet_args":{"containerLogMaxFiles":"uint16","containerLogMaxSize":"quantity","cpuCFSQuota":"bool","cpuCFSQuotaPeriod":"duration","cpuManagerPolicy":"enum:none|static","cpuManagerPolicyOptions":"map[string]string","enableDebuggingHandlers":"bool","evictionHard":"map[string]string","evictionMinimumReclaim":"map[string]string","imageGCHighThresholdPercent":"uint32","imageGCLowThresholdPercent":"uint32","maxParallelImagePulls":"int32","maxPods":"uint16","registryBurst":"int32","registryPullQPS":"int32","serializeImagePulls":"bool"},"deprecated_at":"2026-09-29T00:00:00Z","end_of_life_at":"2026-11-29T00:00:00Z","label":"Kubernetes 1.34.1","name":"1.34.1","region":"fr-par","released_at":null},{"available_admission_plugins":["AlwaysPullImages","PodNodeSelector","PodTolerationRestriction"],"available_cnis":["cilium","calico","kilo","none"],"available_container_runtimes":["containerd"],"available_feature_gates":["HPAScaleToZero","DRAAdminAccess","DynamicResourceAllocation","PodLevelResources","CPUManagerPolicyAlphaOptions","ImageVolume"],"available_kubelet_args":{"containerLogMaxFiles":"uint16","containerLogMaxSize":"quantity","cpuCFSQuota":"bool","cpuCFSQuotaPeriod":"duration","cpuManagerPolicy":"enum:none|static","cpuManagerPolicyOptions":"map[string]string","enableDebuggingHandlers":"bool","evictionHard":"map[string]string","evictionMinimumReclaim":"map[string]string","imageGCHighThresholdPercent":"uint32","imageGCLowThresholdPercent":"uint32","maxParallelImagePulls":"int32","maxPods":"uint16","registryBurst":"int32","registryPullQPS":"int32","serializeImagePulls":"bool"},"deprecated_at":"2026-09-04T00:00:00Z","end_of_life_at":"2026-11-04T00:00:00Z","label":"Kubernetes 1.33.4","name":"1.33.4","region":"fr-par","released_at":null},{"available_admission_plugins":["AlwaysPullImages","PodNodeSelector","PodTolerationRestriction"],"available_cnis":["cilium","calico","kilo","none"],"available_container_runtimes":["containerd"],"available_feature_gates":["HPAScaleToZero","InPlacePodVerticalScaling","SidecarContainers","DRAAdminAccess","DRAResourceClaimDeviceStatus","DynamicResourceAllocation","PodLevelResources","CPUManagerPolicyAlphaOptions","ImageVolume"],"available_kubelet_args":{"containerLogMaxFiles":"uint16","containerLogMaxSize":"quantity","cpuCFSQuota":"bool","cpuCFSQuotaPeriod":"duration","cpuManagerPolicy":"enum:none|static","cpuManagerPolicyOptions":"map[string]string","enableDebuggingHandlers":"bool","evictionHard":"map[string]string","evictionMinimumReclaim":"map[string]string","imageGCHighThresholdPercent":"uint32","imageGCLowThresholdPercent":"uint32","maxParallelImagePulls":"int32","maxPods":"uint16","registryBurst":"int32","registryPullQPS":"int32","serializeImagePulls":"bool"},"deprecated_at":"2026-03-24T00:00:00Z","end_of_life_at":"2025-05-24T00:00:00Z","label":"Kubernetes 1.32.8","name":"1.32.8","region":"fr-par","released_at":null},{"available_admission_plugins":["AlwaysPullImages","PodNodeSelector","PodTolerationRestriction"],"available_cnis":["cilium","calico","kilo","none"],"available_container_runtimes":["containerd"],"available_feature_gates":["HPAScaleToZero","InPlacePodVerticalScaling","SidecarContainers","CPUManagerPolicyAlphaOptions","ImageVolume"],"available_kubelet_args":{"containerLogMaxFiles":"uint16","containerLogMaxSize":"quantity","cpuCFSQuota":"bool","cpuCFSQuotaPeriod":"duration","cpuManagerPolicy":"enum:none|static","cpuManagerPolicyOptions":"map[string]string","enableDebuggingHandlers":"bool","evictionHard":"map[string]string","evictionMinimumReclaim":"map[string]string","imageGCHighThresholdPercent":"uint32","imageGCLowThresholdPercent":"uint32","maxParallelImagePulls":"int32","maxPods":"uint16","registryBurst":"int32","registryPullQPS":"int32","serializeImagePulls":"bool"},"deprecated_at":"2025-12-02T00:00:00Z","end_of_life_at":"2026-02-02T00:00:00Z","label":"Kubernetes 1.31.12","name":"1.31.12","region":"fr-par","released_at":null},{"available_admission_plugins":["AlwaysPullImages","PodNodeSelector","PodTolerationRestriction"],"available_cnis":["cilium","calico","kilo","none"],"available_container_runtimes":["containerd"],"available_feature_gates":["HPAScaleToZero","SidecarContainers","InPlacePodVerticalScaling","CPUManagerPolicyAlphaOptions"],"available_kubelet_args":{"containerLogMaxFiles":"uint16","containerLogMaxSize":"quantity","cpuCFSQuota":"bool","cpuCFSQuotaPeriod":"duration","cpuManagerPolicy":"enum:none|static","cpuManagerPolicyOptions":"map[string]string","enableDebuggingHandlers":"bool","evictionHard":"map[string]string","evictionMinimumReclaim":"map[string]string","imageGCHighThresholdPercent":"uint32","imageGCLowThresholdPercent":"uint32","maxParallelImagePulls":"int32","maxPods":"uint16","registryBurst":"int32","registryPullQPS":"int32","serializeImagePulls":"bool"},"deprecated_at":"2025-07-25T00:00:00Z","end_of_life_at":"2025-09-09T00:00:00Z","label":"Kubernetes 1.30.14","name":"1.30.14","region":"fr-par","released_at":null}]}' - headers: - Content-Length: - - "5467" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Mon, 20 Oct 2025 16:37:54 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 12c540ae-3b2a-4b36-951c-2687e8fabecf - status: 200 OK - code: 200 - duration: 28.10004ms - - id: 2 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 116 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: '{"name":"TestAccCluster_Basic","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","tags":[],"enable_routing":false}' - form: {} - headers: - Content-Type: - - application/json - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/fr-par/vpcs - method: POST - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 418 - uncompressed: false - body: '{"created_at":"2025-10-20T16:37:54.550089Z","custom_routes_propagation_enabled":true,"id":"2c807a3f-242b-49a2-81a9-b14b0e682ffd","is_default":false,"name":"TestAccCluster_Basic","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","private_network_count":0,"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","routing_enabled":true,"tags":[],"updated_at":"2025-10-20T16:37:54.550089Z"}' - headers: - Content-Length: - - "418" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Mon, 20 Oct 2025 16:37:54 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - e2785fe4-33cd-4cad-93d2-055d9246e7eb - status: 200 OK - code: 200 - duration: 80.842648ms - - id: 3 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/fr-par/vpcs/2c807a3f-242b-49a2-81a9-b14b0e682ffd - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 418 - uncompressed: false - body: '{"created_at":"2025-10-20T16:37:54.550089Z","custom_routes_propagation_enabled":true,"id":"2c807a3f-242b-49a2-81a9-b14b0e682ffd","is_default":false,"name":"TestAccCluster_Basic","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","private_network_count":0,"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","routing_enabled":true,"tags":[],"updated_at":"2025-10-20T16:37:54.550089Z"}' - headers: - Content-Length: - - "418" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Mon, 20 Oct 2025 16:37:54 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - b5d2519e-16af-4e91-8240-8bb06465312e - status: 200 OK - code: 200 - duration: 102.640673ms - - id: 4 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 190 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: '{"name":"test-minimal","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","tags":[],"subnets":null,"vpc_id":"2c807a3f-242b-49a2-81a9-b14b0e682ffd","default_route_propagation_enabled":false}' - form: {} - headers: - Content-Type: - - application/json - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks - method: POST - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1082 - uncompressed: false - body: '{"created_at":"2025-10-20T16:37:54.746477Z","default_route_propagation_enabled":false,"dhcp_enabled":true,"id":"9aa17368-8f30-4d00-8ceb-2f753c3dc125","name":"test-minimal","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","subnets":[{"created_at":"2025-10-20T16:37:54.746477Z","id":"c71ade11-5d9f-4eac-bd3a-321996f260ad","private_network_id":"9aa17368-8f30-4d00-8ceb-2f753c3dc125","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","subnet":"172.17.40.0/22","updated_at":"2025-10-20T16:37:54.746477Z","vpc_id":"2c807a3f-242b-49a2-81a9-b14b0e682ffd"},{"created_at":"2025-10-20T16:37:54.746477Z","id":"6439a759-4211-4363-bc19-7906f8d672f0","private_network_id":"9aa17368-8f30-4d00-8ceb-2f753c3dc125","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","subnet":"fd5f:519c:6d46:5dbd::/64","updated_at":"2025-10-20T16:37:54.746477Z","vpc_id":"2c807a3f-242b-49a2-81a9-b14b0e682ffd"}],"tags":[],"updated_at":"2025-10-20T16:37:54.746477Z","vpc_id":"2c807a3f-242b-49a2-81a9-b14b0e682ffd"}' - headers: - Content-Length: - - "1082" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Mon, 20 Oct 2025 16:37:55 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 506622ee-37da-4b60-9c63-2c384e5464a8 - status: 200 OK - code: 200 - duration: 643.341739ms - - id: 5 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks/9aa17368-8f30-4d00-8ceb-2f753c3dc125 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1082 - uncompressed: false - body: '{"created_at":"2025-10-20T16:37:54.746477Z","default_route_propagation_enabled":false,"dhcp_enabled":true,"id":"9aa17368-8f30-4d00-8ceb-2f753c3dc125","name":"test-minimal","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","subnets":[{"created_at":"2025-10-20T16:37:54.746477Z","id":"c71ade11-5d9f-4eac-bd3a-321996f260ad","private_network_id":"9aa17368-8f30-4d00-8ceb-2f753c3dc125","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","subnet":"172.17.40.0/22","updated_at":"2025-10-20T16:37:54.746477Z","vpc_id":"2c807a3f-242b-49a2-81a9-b14b0e682ffd"},{"created_at":"2025-10-20T16:37:54.746477Z","id":"6439a759-4211-4363-bc19-7906f8d672f0","private_network_id":"9aa17368-8f30-4d00-8ceb-2f753c3dc125","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","subnet":"fd5f:519c:6d46:5dbd::/64","updated_at":"2025-10-20T16:37:54.746477Z","vpc_id":"2c807a3f-242b-49a2-81a9-b14b0e682ffd"}],"tags":[],"updated_at":"2025-10-20T16:37:54.746477Z","vpc_id":"2c807a3f-242b-49a2-81a9-b14b0e682ffd"}' - headers: - Content-Length: - - "1082" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Mon, 20 Oct 2025 16:37:55 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 51464e8d-689e-4d28-ae16-660ca69fcfcc - status: 200 OK - code: 200 - duration: 84.175117ms - - id: 6 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 721 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: '{"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","type":"","name":"test-minimal","description":"terraform basic test cluster","tags":["terraform-test","scaleway_k8s_cluster","minimal"],"version":"1.33.4","cni":"calico","pools":null,"autoscaler_config":{"scale_down_disabled":null,"scale_down_delay_after_add":null,"estimator":"unknown_estimator","expander":"unknown_expander","ignore_daemonsets_utilization":null,"balance_similar_node_groups":null,"expendable_pods_priority_cutoff":0,"scale_down_unneeded_time":null,"scale_down_utilization_threshold":null,"max_graceful_termination_sec":0},"feature_gates":[],"admission_plugins":[],"apiserver_cert_sans":[],"private_network_id":"9aa17368-8f30-4d00-8ceb-2f753c3dc125"}' - form: {} - headers: - Content-Type: - - application/json - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters - method: POST - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1623 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://7d156eba-a14b-4483-8b56-7ed6d9f55582.api.k8s.fr-par.scw.cloud:6443","cni":"calico","commitment_ends_at":"2025-10-20T16:37:55.812741Z","created_at":"2025-10-20T16:37:55.812734Z","description":"terraform basic test cluster","dns_wildcard":"*.7d156eba-a14b-4483-8b56-7ed6d9f55582.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"","id":"7d156eba-a14b-4483-8b56-7ed6d9f55582","name":"test-minimal","new_images_enabled":false,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"100.64.0.0/15","private_network_id":"9aa17368-8f30-4d00-8ceb-2f753c3dc125","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"10.32.0.0/20","service_dns_ip":"10.32.0.10","status":"creating","tags":["terraform-test","scaleway_k8s_cluster","minimal"],"type":"kapsule","updated_at":"2025-10-20T16:37:55.812734Z","upgrade_available":true,"version":"1.33.4"}' - headers: - Content-Length: - - "1623" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Mon, 20 Oct 2025 16:37:55 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 8e77870b-1c7d-4382-824f-7e5c54674255 - status: 200 OK - code: 200 - duration: 412.931422ms - - id: 7 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/7d156eba-a14b-4483-8b56-7ed6d9f55582 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1622 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://7d156eba-a14b-4483-8b56-7ed6d9f55582.api.k8s.fr-par.scw.cloud:6443","cni":"calico","commitment_ends_at":"2025-10-20T16:37:55.812741Z","created_at":"2025-10-20T16:37:55.812734Z","description":"terraform basic test cluster","dns_wildcard":"*.7d156eba-a14b-4483-8b56-7ed6d9f55582.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"","id":"7d156eba-a14b-4483-8b56-7ed6d9f55582","name":"test-minimal","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"100.64.0.0/15","private_network_id":"9aa17368-8f30-4d00-8ceb-2f753c3dc125","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"10.32.0.0/20","service_dns_ip":"10.32.0.10","status":"creating","tags":["terraform-test","scaleway_k8s_cluster","minimal"],"type":"kapsule","updated_at":"2025-10-20T16:37:55.812734Z","upgrade_available":true,"version":"1.33.4"}' - headers: - Content-Length: - - "1622" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Mon, 20 Oct 2025 16:37:55 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 045a8bc3-d77a-4a97-b6a7-b906be54a3b3 - status: 200 OK - code: 200 - duration: 90.161378ms - - id: 8 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/7d156eba-a14b-4483-8b56-7ed6d9f55582 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1663 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://7d156eba-a14b-4483-8b56-7ed6d9f55582.api.k8s.fr-par.scw.cloud:6443","cni":"calico","commitment_ends_at":"2025-10-20T16:37:55.812741Z","created_at":"2025-10-20T16:37:55.812734Z","description":"terraform basic test cluster","dns_wildcard":"*.7d156eba-a14b-4483-8b56-7ed6d9f55582.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"3c710b15-dd15-4a2d-8032-5aadbc4ed84b","id":"7d156eba-a14b-4483-8b56-7ed6d9f55582","name":"test-minimal","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"100.64.0.0/15","private_network_id":"9aa17368-8f30-4d00-8ceb-2f753c3dc125","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"10.32.0.0/20","service_dns_ip":"10.32.0.10","status":"pool_required","tags":["terraform-test","scaleway_k8s_cluster","minimal"],"type":"kapsule","updated_at":"2025-10-20T16:37:56.336678Z","upgrade_available":true,"version":"1.33.4"}' - headers: - Content-Length: - - "1663" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Mon, 20 Oct 2025 16:38:01 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - d3f02250-8b79-4c22-b276-f2231bb5118c - status: 200 OK - code: 200 - duration: 109.909105ms - - id: 9 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/7d156eba-a14b-4483-8b56-7ed6d9f55582/pools?order_by=created_at_asc&page=1&status=unknown - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 29 - uncompressed: false - body: '{"pools":[],"total_count":0}' - headers: - Content-Length: - - "29" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Mon, 20 Oct 2025 16:38:01 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 24d8c51b-1050-4785-bd9e-24488cda1247 - status: 200 OK - code: 200 - duration: 86.730216ms - - id: 10 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/7d156eba-a14b-4483-8b56-7ed6d9f55582 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1663 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://7d156eba-a14b-4483-8b56-7ed6d9f55582.api.k8s.fr-par.scw.cloud:6443","cni":"calico","commitment_ends_at":"2025-10-20T16:37:55.812741Z","created_at":"2025-10-20T16:37:55.812734Z","description":"terraform basic test cluster","dns_wildcard":"*.7d156eba-a14b-4483-8b56-7ed6d9f55582.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"3c710b15-dd15-4a2d-8032-5aadbc4ed84b","id":"7d156eba-a14b-4483-8b56-7ed6d9f55582","name":"test-minimal","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"100.64.0.0/15","private_network_id":"9aa17368-8f30-4d00-8ceb-2f753c3dc125","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"10.32.0.0/20","service_dns_ip":"10.32.0.10","status":"pool_required","tags":["terraform-test","scaleway_k8s_cluster","minimal"],"type":"kapsule","updated_at":"2025-10-20T16:37:56.336678Z","upgrade_available":true,"version":"1.33.4"}' - headers: - Content-Length: - - "1663" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Mon, 20 Oct 2025 16:38:01 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 77c68d60-31a8-4eac-a884-0aea67145be1 - status: 200 OK - code: 200 - duration: 23.762806ms - - id: 11 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/7d156eba-a14b-4483-8b56-7ed6d9f55582/kubeconfig - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1634 - uncompressed: false - body: '{"content":"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogInRlc3QtbWluaW1hbCIKICBjbHVzdGVyOgogICAgY2VydGlmaWNhdGUtYXV0aG9yaXR5LWRhdGE6IExTMHRMUzFDUlVkSlRpQkRSVkpVU1VaSlEwRlVSUzB0TFMwdENrMUpTVUpYZWtORFFWRkhaMEYzU1VKQlowbENRVVJCUzBKblozRm9hMnBQVUZGUlJFRnFRVlpOVWsxM1JWRlpSRlpSVVVSRmQzQnlaRmRLYkdOdE5Xd0taRWRXZWsxQ05GaEVWRWt4VFZSQmVFOVVSVEpOZW1NeFRsWnZXRVJVVFRGTlZFRjRUMVJGTWsxNll6Rk9WbTkzUmxSRlZFMUNSVWRCTVZWRlFYaE5Td3BoTTFacFdsaEtkVnBZVW14amVrSmFUVUpOUjBKNWNVZFRUVFE1UVdkRlIwTkRjVWRUVFRRNVFYZEZTRUV3U1VGQ1NucFVXbU4wVGpCSFMybHhaWGw0Q2tOclJGb3JUa2s0ZFRjMFkxZzFia2R2WjFreVdITm5hRlpTUlV0SUwyeDRUV2xLZGxwblYwVlBRMGxoUm5KTFVUUTFhekIyUkRsemNIbzRlVE55UzFFS1dEWkRibWw0TW1wUmFrSkJUVUUwUjBFeFZXUkVkMFZDTDNkUlJVRjNTVU53UkVGUVFtZE9Wa2hTVFVKQlpqaEZRbFJCUkVGUlNDOU5RakJIUVRGVlpBcEVaMUZYUWtKUmRFdHJiRFEzYUZSWUsyWkRSRnBhUzFkMlJWSlhaWE01Tm5GVVFVdENaMmR4YUd0cVQxQlJVVVJCWjA1SlFVUkNSa0ZwUVZWVVRrNWxDbkJuY0d4UVJ5ODBjME5WVjJKSGJHZ3lSVVZ3VTBGMFRuRTJaVUZwWlZweVpqVk9lRVZuU1doQlQwRkJaalpqY2pORUswRkVia2tyY1cxYVQwNUdhMUlLTmxKaWJXUXhabEZRVlN0VVNsZzVNalF4WmpBS0xTMHRMUzFGVGtRZ1EwVlNWRWxHU1VOQlZFVXRMUzB0TFFvPQogICAgc2VydmVyOiBodHRwczovLzdkMTU2ZWJhLWExNGItNDQ4My04YjU2LTdlZDZkOWY1NTU4Mi5hcGkuazhzLmZyLXBhci5zY3cuY2xvdWQ6NjQ0Mwpjb250ZXh0czoKLSBuYW1lOiBhZG1pbkB0ZXN0LW1pbmltYWwKICBjb250ZXh0OgogICAgY2x1c3RlcjogInRlc3QtbWluaW1hbCIKICAgIHVzZXI6IHRlc3QtbWluaW1hbC1hZG1pbgpjdXJyZW50LWNvbnRleHQ6IGFkbWluQHRlc3QtbWluaW1hbApraW5kOiBDb25maWcKcHJlZmVyZW5jZXM6IHt9CnVzZXJzOgotIG5hbWU6IHRlc3QtbWluaW1hbC1hZG1pbgogIHVzZXI6CiAgICB0b2tlbjogejdEdEFsRndtWldhMDVEdUh3RkRpRmhiZWVkZzE5dUlWaVhNR2t4aFVrVjk5TjNWZk1DS01tczc=","content_type":"application/octet-stream","name":"kubeconfig"}' - headers: - Content-Length: - - "1634" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Mon, 20 Oct 2025 16:38:01 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - f54130bd-b542-4534-821f-c5605be54e38 - status: 200 OK - code: 200 - duration: 96.627633ms - - id: 12 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/7d156eba-a14b-4483-8b56-7ed6d9f55582 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1663 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://7d156eba-a14b-4483-8b56-7ed6d9f55582.api.k8s.fr-par.scw.cloud:6443","cni":"calico","commitment_ends_at":"2025-10-20T16:37:55.812741Z","created_at":"2025-10-20T16:37:55.812734Z","description":"terraform basic test cluster","dns_wildcard":"*.7d156eba-a14b-4483-8b56-7ed6d9f55582.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"3c710b15-dd15-4a2d-8032-5aadbc4ed84b","id":"7d156eba-a14b-4483-8b56-7ed6d9f55582","name":"test-minimal","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"100.64.0.0/15","private_network_id":"9aa17368-8f30-4d00-8ceb-2f753c3dc125","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"10.32.0.0/20","service_dns_ip":"10.32.0.10","status":"pool_required","tags":["terraform-test","scaleway_k8s_cluster","minimal"],"type":"kapsule","updated_at":"2025-10-20T16:37:56.336678Z","upgrade_available":true,"version":"1.33.4"}' - headers: - Content-Length: - - "1663" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Mon, 20 Oct 2025 16:38:01 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - c2d113eb-f311-42ce-8f32-09dbd872e0ad - status: 200 OK - code: 200 - duration: 26.711033ms - - id: 13 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/fr-par/vpcs/2c807a3f-242b-49a2-81a9-b14b0e682ffd - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 418 - uncompressed: false - body: '{"created_at":"2025-10-20T16:37:54.550089Z","custom_routes_propagation_enabled":true,"id":"2c807a3f-242b-49a2-81a9-b14b0e682ffd","is_default":false,"name":"TestAccCluster_Basic","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","private_network_count":1,"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","routing_enabled":true,"tags":[],"updated_at":"2025-10-20T16:37:54.550089Z"}' - headers: - Content-Length: - - "418" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Mon, 20 Oct 2025 16:38:01 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 10b9c638-47a2-42ab-b549-2138195716bf - status: 200 OK - code: 200 - duration: 102.983469ms - - id: 14 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks/9aa17368-8f30-4d00-8ceb-2f753c3dc125 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1082 - uncompressed: false - body: '{"created_at":"2025-10-20T16:37:54.746477Z","default_route_propagation_enabled":false,"dhcp_enabled":true,"id":"9aa17368-8f30-4d00-8ceb-2f753c3dc125","name":"test-minimal","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","subnets":[{"created_at":"2025-10-20T16:37:54.746477Z","id":"c71ade11-5d9f-4eac-bd3a-321996f260ad","private_network_id":"9aa17368-8f30-4d00-8ceb-2f753c3dc125","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","subnet":"172.17.40.0/22","updated_at":"2025-10-20T16:37:54.746477Z","vpc_id":"2c807a3f-242b-49a2-81a9-b14b0e682ffd"},{"created_at":"2025-10-20T16:37:54.746477Z","id":"6439a759-4211-4363-bc19-7906f8d672f0","private_network_id":"9aa17368-8f30-4d00-8ceb-2f753c3dc125","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","subnet":"fd5f:519c:6d46:5dbd::/64","updated_at":"2025-10-20T16:37:54.746477Z","vpc_id":"2c807a3f-242b-49a2-81a9-b14b0e682ffd"}],"tags":[],"updated_at":"2025-10-20T16:37:54.746477Z","vpc_id":"2c807a3f-242b-49a2-81a9-b14b0e682ffd"}' - headers: - Content-Length: - - "1082" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Mon, 20 Oct 2025 16:38:01 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 24546881-1aa3-4f8a-8cae-13c7d612d847 - status: 200 OK - code: 200 - duration: 26.905588ms - - id: 15 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/7d156eba-a14b-4483-8b56-7ed6d9f55582 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1663 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://7d156eba-a14b-4483-8b56-7ed6d9f55582.api.k8s.fr-par.scw.cloud:6443","cni":"calico","commitment_ends_at":"2025-10-20T16:37:55.812741Z","created_at":"2025-10-20T16:37:55.812734Z","description":"terraform basic test cluster","dns_wildcard":"*.7d156eba-a14b-4483-8b56-7ed6d9f55582.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"3c710b15-dd15-4a2d-8032-5aadbc4ed84b","id":"7d156eba-a14b-4483-8b56-7ed6d9f55582","name":"test-minimal","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"100.64.0.0/15","private_network_id":"9aa17368-8f30-4d00-8ceb-2f753c3dc125","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"10.32.0.0/20","service_dns_ip":"10.32.0.10","status":"pool_required","tags":["terraform-test","scaleway_k8s_cluster","minimal"],"type":"kapsule","updated_at":"2025-10-20T16:37:56.336678Z","upgrade_available":true,"version":"1.33.4"}' - headers: - Content-Length: - - "1663" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Mon, 20 Oct 2025 16:38:01 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 3b08d5ea-3b0a-429d-a6b3-8c7c773e289f - status: 200 OK - code: 200 - duration: 22.164874ms - - id: 16 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/7d156eba-a14b-4483-8b56-7ed6d9f55582/kubeconfig - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1634 - uncompressed: false - body: '{"content":"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogInRlc3QtbWluaW1hbCIKICBjbHVzdGVyOgogICAgY2VydGlmaWNhdGUtYXV0aG9yaXR5LWRhdGE6IExTMHRMUzFDUlVkSlRpQkRSVkpVU1VaSlEwRlVSUzB0TFMwdENrMUpTVUpYZWtORFFWRkhaMEYzU1VKQlowbENRVVJCUzBKblozRm9hMnBQVUZGUlJFRnFRVlpOVWsxM1JWRlpSRlpSVVVSRmQzQnlaRmRLYkdOdE5Xd0taRWRXZWsxQ05GaEVWRWt4VFZSQmVFOVVSVEpOZW1NeFRsWnZXRVJVVFRGTlZFRjRUMVJGTWsxNll6Rk9WbTkzUmxSRlZFMUNSVWRCTVZWRlFYaE5Td3BoTTFacFdsaEtkVnBZVW14amVrSmFUVUpOUjBKNWNVZFRUVFE1UVdkRlIwTkRjVWRUVFRRNVFYZEZTRUV3U1VGQ1NucFVXbU4wVGpCSFMybHhaWGw0Q2tOclJGb3JUa2s0ZFRjMFkxZzFia2R2WjFreVdITm5hRlpTUlV0SUwyeDRUV2xLZGxwblYwVlBRMGxoUm5KTFVUUTFhekIyUkRsemNIbzRlVE55UzFFS1dEWkRibWw0TW1wUmFrSkJUVUUwUjBFeFZXUkVkMFZDTDNkUlJVRjNTVU53UkVGUVFtZE9Wa2hTVFVKQlpqaEZRbFJCUkVGUlNDOU5RakJIUVRGVlpBcEVaMUZYUWtKUmRFdHJiRFEzYUZSWUsyWkRSRnBhUzFkMlJWSlhaWE01Tm5GVVFVdENaMmR4YUd0cVQxQlJVVVJCWjA1SlFVUkNSa0ZwUVZWVVRrNWxDbkJuY0d4UVJ5ODBjME5WVjJKSGJHZ3lSVVZ3VTBGMFRuRTJaVUZwWlZweVpqVk9lRVZuU1doQlQwRkJaalpqY2pORUswRkVia2tyY1cxYVQwNUdhMUlLTmxKaWJXUXhabEZRVlN0VVNsZzVNalF4WmpBS0xTMHRMUzFGVGtRZ1EwVlNWRWxHU1VOQlZFVXRMUzB0TFFvPQogICAgc2VydmVyOiBodHRwczovLzdkMTU2ZWJhLWExNGItNDQ4My04YjU2LTdlZDZkOWY1NTU4Mi5hcGkuazhzLmZyLXBhci5zY3cuY2xvdWQ6NjQ0Mwpjb250ZXh0czoKLSBuYW1lOiBhZG1pbkB0ZXN0LW1pbmltYWwKICBjb250ZXh0OgogICAgY2x1c3RlcjogInRlc3QtbWluaW1hbCIKICAgIHVzZXI6IHRlc3QtbWluaW1hbC1hZG1pbgpjdXJyZW50LWNvbnRleHQ6IGFkbWluQHRlc3QtbWluaW1hbApraW5kOiBDb25maWcKcHJlZmVyZW5jZXM6IHt9CnVzZXJzOgotIG5hbWU6IHRlc3QtbWluaW1hbC1hZG1pbgogIHVzZXI6CiAgICB0b2tlbjogejdEdEFsRndtWldhMDVEdUh3RkRpRmhiZWVkZzE5dUlWaVhNR2t4aFVrVjk5TjNWZk1DS01tczc=","content_type":"application/octet-stream","name":"kubeconfig"}' - headers: - Content-Length: - - "1634" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Mon, 20 Oct 2025 16:38:01 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - c7598ec7-afe2-4101-ac0c-804822479619 - status: 200 OK - code: 200 - duration: 80.454601ms - - id: 17 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/fr-par/vpcs/2c807a3f-242b-49a2-81a9-b14b0e682ffd - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 418 - uncompressed: false - body: '{"created_at":"2025-10-20T16:37:54.550089Z","custom_routes_propagation_enabled":true,"id":"2c807a3f-242b-49a2-81a9-b14b0e682ffd","is_default":false,"name":"TestAccCluster_Basic","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","private_network_count":1,"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","routing_enabled":true,"tags":[],"updated_at":"2025-10-20T16:37:54.550089Z"}' - headers: - Content-Length: - - "418" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Mon, 20 Oct 2025 16:38:01 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - ab619425-e0b1-4732-bc05-5f7d6b6eba8a - status: 200 OK - code: 200 - duration: 27.760153ms - - id: 18 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks/9aa17368-8f30-4d00-8ceb-2f753c3dc125 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1082 - uncompressed: false - body: '{"created_at":"2025-10-20T16:37:54.746477Z","default_route_propagation_enabled":false,"dhcp_enabled":true,"id":"9aa17368-8f30-4d00-8ceb-2f753c3dc125","name":"test-minimal","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","subnets":[{"created_at":"2025-10-20T16:37:54.746477Z","id":"c71ade11-5d9f-4eac-bd3a-321996f260ad","private_network_id":"9aa17368-8f30-4d00-8ceb-2f753c3dc125","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","subnet":"172.17.40.0/22","updated_at":"2025-10-20T16:37:54.746477Z","vpc_id":"2c807a3f-242b-49a2-81a9-b14b0e682ffd"},{"created_at":"2025-10-20T16:37:54.746477Z","id":"6439a759-4211-4363-bc19-7906f8d672f0","private_network_id":"9aa17368-8f30-4d00-8ceb-2f753c3dc125","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","subnet":"fd5f:519c:6d46:5dbd::/64","updated_at":"2025-10-20T16:37:54.746477Z","vpc_id":"2c807a3f-242b-49a2-81a9-b14b0e682ffd"}],"tags":[],"updated_at":"2025-10-20T16:37:54.746477Z","vpc_id":"2c807a3f-242b-49a2-81a9-b14b0e682ffd"}' - headers: - Content-Length: - - "1082" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Mon, 20 Oct 2025 16:38:02 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - bd6dfe6f-d90b-448c-baaf-939d6100cf48 - status: 200 OK - code: 200 - duration: 100.610192ms - - id: 19 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/7d156eba-a14b-4483-8b56-7ed6d9f55582 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1663 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://7d156eba-a14b-4483-8b56-7ed6d9f55582.api.k8s.fr-par.scw.cloud:6443","cni":"calico","commitment_ends_at":"2025-10-20T16:37:55.812741Z","created_at":"2025-10-20T16:37:55.812734Z","description":"terraform basic test cluster","dns_wildcard":"*.7d156eba-a14b-4483-8b56-7ed6d9f55582.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"3c710b15-dd15-4a2d-8032-5aadbc4ed84b","id":"7d156eba-a14b-4483-8b56-7ed6d9f55582","name":"test-minimal","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"100.64.0.0/15","private_network_id":"9aa17368-8f30-4d00-8ceb-2f753c3dc125","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"10.32.0.0/20","service_dns_ip":"10.32.0.10","status":"pool_required","tags":["terraform-test","scaleway_k8s_cluster","minimal"],"type":"kapsule","updated_at":"2025-10-20T16:37:56.336678Z","upgrade_available":true,"version":"1.33.4"}' - headers: - Content-Length: - - "1663" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Mon, 20 Oct 2025 16:38:02 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 1eeeaf1e-02eb-4616-8fa1-e95bf47b0518 - status: 200 OK - code: 200 - duration: 111.581697ms - - id: 20 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/7d156eba-a14b-4483-8b56-7ed6d9f55582/kubeconfig - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1634 - uncompressed: false - body: '{"content":"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogInRlc3QtbWluaW1hbCIKICBjbHVzdGVyOgogICAgY2VydGlmaWNhdGUtYXV0aG9yaXR5LWRhdGE6IExTMHRMUzFDUlVkSlRpQkRSVkpVU1VaSlEwRlVSUzB0TFMwdENrMUpTVUpYZWtORFFWRkhaMEYzU1VKQlowbENRVVJCUzBKblozRm9hMnBQVUZGUlJFRnFRVlpOVWsxM1JWRlpSRlpSVVVSRmQzQnlaRmRLYkdOdE5Xd0taRWRXZWsxQ05GaEVWRWt4VFZSQmVFOVVSVEpOZW1NeFRsWnZXRVJVVFRGTlZFRjRUMVJGTWsxNll6Rk9WbTkzUmxSRlZFMUNSVWRCTVZWRlFYaE5Td3BoTTFacFdsaEtkVnBZVW14amVrSmFUVUpOUjBKNWNVZFRUVFE1UVdkRlIwTkRjVWRUVFRRNVFYZEZTRUV3U1VGQ1NucFVXbU4wVGpCSFMybHhaWGw0Q2tOclJGb3JUa2s0ZFRjMFkxZzFia2R2WjFreVdITm5hRlpTUlV0SUwyeDRUV2xLZGxwblYwVlBRMGxoUm5KTFVUUTFhekIyUkRsemNIbzRlVE55UzFFS1dEWkRibWw0TW1wUmFrSkJUVUUwUjBFeFZXUkVkMFZDTDNkUlJVRjNTVU53UkVGUVFtZE9Wa2hTVFVKQlpqaEZRbFJCUkVGUlNDOU5RakJIUVRGVlpBcEVaMUZYUWtKUmRFdHJiRFEzYUZSWUsyWkRSRnBhUzFkMlJWSlhaWE01Tm5GVVFVdENaMmR4YUd0cVQxQlJVVVJCWjA1SlFVUkNSa0ZwUVZWVVRrNWxDbkJuY0d4UVJ5ODBjME5WVjJKSGJHZ3lSVVZ3VTBGMFRuRTJaVUZwWlZweVpqVk9lRVZuU1doQlQwRkJaalpqY2pORUswRkVia2tyY1cxYVQwNUdhMUlLTmxKaWJXUXhabEZRVlN0VVNsZzVNalF4WmpBS0xTMHRMUzFGVGtRZ1EwVlNWRWxHU1VOQlZFVXRMUzB0TFFvPQogICAgc2VydmVyOiBodHRwczovLzdkMTU2ZWJhLWExNGItNDQ4My04YjU2LTdlZDZkOWY1NTU4Mi5hcGkuazhzLmZyLXBhci5zY3cuY2xvdWQ6NjQ0Mwpjb250ZXh0czoKLSBuYW1lOiBhZG1pbkB0ZXN0LW1pbmltYWwKICBjb250ZXh0OgogICAgY2x1c3RlcjogInRlc3QtbWluaW1hbCIKICAgIHVzZXI6IHRlc3QtbWluaW1hbC1hZG1pbgpjdXJyZW50LWNvbnRleHQ6IGFkbWluQHRlc3QtbWluaW1hbApraW5kOiBDb25maWcKcHJlZmVyZW5jZXM6IHt9CnVzZXJzOgotIG5hbWU6IHRlc3QtbWluaW1hbC1hZG1pbgogIHVzZXI6CiAgICB0b2tlbjogejdEdEFsRndtWldhMDVEdUh3RkRpRmhiZWVkZzE5dUlWaVhNR2t4aFVrVjk5TjNWZk1DS01tczc=","content_type":"application/octet-stream","name":"kubeconfig"}' - headers: - Content-Length: - - "1634" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Mon, 20 Oct 2025 16:38:02 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 4197f4b0-0b52-453a-bf98-d216730cc33f - status: 200 OK - code: 200 - duration: 24.234261ms - - id: 21 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/7d156eba-a14b-4483-8b56-7ed6d9f55582 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1663 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://7d156eba-a14b-4483-8b56-7ed6d9f55582.api.k8s.fr-par.scw.cloud:6443","cni":"calico","commitment_ends_at":"2025-10-20T16:37:55.812741Z","created_at":"2025-10-20T16:37:55.812734Z","description":"terraform basic test cluster","dns_wildcard":"*.7d156eba-a14b-4483-8b56-7ed6d9f55582.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"3c710b15-dd15-4a2d-8032-5aadbc4ed84b","id":"7d156eba-a14b-4483-8b56-7ed6d9f55582","name":"test-minimal","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"100.64.0.0/15","private_network_id":"9aa17368-8f30-4d00-8ceb-2f753c3dc125","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"10.32.0.0/20","service_dns_ip":"10.32.0.10","status":"pool_required","tags":["terraform-test","scaleway_k8s_cluster","minimal"],"type":"kapsule","updated_at":"2025-10-20T16:37:56.336678Z","upgrade_available":true,"version":"1.33.4"}' - headers: - Content-Length: - - "1663" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Mon, 20 Oct 2025 16:38:02 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 9ecfd58b-6ae8-4fde-951a-7ce1e2c48d17 - status: 200 OK - code: 200 - duration: 24.092675ms - - id: 22 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 609 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: '{"description":"","autoscaler_config":{"scale_down_disabled":null,"scale_down_delay_after_add":null,"estimator":"unknown_estimator","expander":"unknown_expander","ignore_daemonsets_utilization":null,"balance_similar_node_groups":null,"expendable_pods_priority_cutoff":null,"scale_down_unneeded_time":null,"scale_down_utilization_threshold":null,"max_graceful_termination_sec":null},"auto_upgrade":{"enable":null,"maintenance_window":null},"open_id_connect_config":{"issuer_url":null,"client_id":null,"username_claim":null,"username_prefix":null,"groups_claim":null,"groups_prefix":null,"required_claim":null}}' - form: {} - headers: - Content-Type: - - application/json - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/7d156eba-a14b-4483-8b56-7ed6d9f55582 - method: PATCH - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1631 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://7d156eba-a14b-4483-8b56-7ed6d9f55582.api.k8s.fr-par.scw.cloud:6443","cni":"calico","commitment_ends_at":"2025-10-20T16:37:55.812741Z","created_at":"2025-10-20T16:37:55.812734Z","description":"","dns_wildcard":"*.7d156eba-a14b-4483-8b56-7ed6d9f55582.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"3c710b15-dd15-4a2d-8032-5aadbc4ed84b","id":"7d156eba-a14b-4483-8b56-7ed6d9f55582","name":"test-minimal","new_images_enabled":false,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"100.64.0.0/15","private_network_id":"9aa17368-8f30-4d00-8ceb-2f753c3dc125","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"10.32.0.0/20","service_dns_ip":"10.32.0.10","status":"updating","tags":["terraform-test","scaleway_k8s_cluster","minimal"],"type":"kapsule","updated_at":"2025-10-20T16:38:02.429209Z","upgrade_available":true,"version":"1.33.4"}' - headers: - Content-Length: - - "1631" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Mon, 20 Oct 2025 16:38:02 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 20a4867a-e0c5-4161-9d9d-c32a8c68878d - status: 200 OK - code: 200 - duration: 37.698146ms - - id: 23 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/7d156eba-a14b-4483-8b56-7ed6d9f55582 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1635 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://7d156eba-a14b-4483-8b56-7ed6d9f55582.api.k8s.fr-par.scw.cloud:6443","cni":"calico","commitment_ends_at":"2025-10-20T16:37:55.812741Z","created_at":"2025-10-20T16:37:55.812734Z","description":"","dns_wildcard":"*.7d156eba-a14b-4483-8b56-7ed6d9f55582.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"3c710b15-dd15-4a2d-8032-5aadbc4ed84b","id":"7d156eba-a14b-4483-8b56-7ed6d9f55582","name":"test-minimal","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"100.64.0.0/15","private_network_id":"9aa17368-8f30-4d00-8ceb-2f753c3dc125","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"10.32.0.0/20","service_dns_ip":"10.32.0.10","status":"pool_required","tags":["terraform-test","scaleway_k8s_cluster","minimal"],"type":"kapsule","updated_at":"2025-10-20T16:38:02.460459Z","upgrade_available":true,"version":"1.33.4"}' - headers: - Content-Length: - - "1635" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Mon, 20 Oct 2025 16:38:02 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - a221b53b-3404-4c11-82c8-a7b7aa507ed3 - status: 200 OK - code: 200 - duration: 89.22917ms - - id: 24 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 41 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: '{"version":"1.34.1","upgrade_pools":true}' - form: {} - headers: - Content-Type: - - application/json - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/7d156eba-a14b-4483-8b56-7ed6d9f55582/upgrade - method: POST - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1632 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://7d156eba-a14b-4483-8b56-7ed6d9f55582.api.k8s.fr-par.scw.cloud:6443","cni":"calico","commitment_ends_at":"2025-10-20T16:37:55.812741Z","created_at":"2025-10-20T16:37:55.812734Z","description":"","dns_wildcard":"*.7d156eba-a14b-4483-8b56-7ed6d9f55582.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"3c710b15-dd15-4a2d-8032-5aadbc4ed84b","id":"7d156eba-a14b-4483-8b56-7ed6d9f55582","name":"test-minimal","new_images_enabled":false,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"100.64.0.0/15","private_network_id":"9aa17368-8f30-4d00-8ceb-2f753c3dc125","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"10.32.0.0/20","service_dns_ip":"10.32.0.10","status":"updating","tags":["terraform-test","scaleway_k8s_cluster","minimal"],"type":"kapsule","updated_at":"2025-10-20T16:38:02.558532Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1632" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Mon, 20 Oct 2025 16:38:02 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 6a839421-51bc-428d-9c29-3f44481ac5d1 - status: 200 OK - code: 200 - duration: 37.057112ms - - id: 25 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/7d156eba-a14b-4483-8b56-7ed6d9f55582 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1631 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://7d156eba-a14b-4483-8b56-7ed6d9f55582.api.k8s.fr-par.scw.cloud:6443","cni":"calico","commitment_ends_at":"2025-10-20T16:37:55.812741Z","created_at":"2025-10-20T16:37:55.812734Z","description":"","dns_wildcard":"*.7d156eba-a14b-4483-8b56-7ed6d9f55582.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"3c710b15-dd15-4a2d-8032-5aadbc4ed84b","id":"7d156eba-a14b-4483-8b56-7ed6d9f55582","name":"test-minimal","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"100.64.0.0/15","private_network_id":"9aa17368-8f30-4d00-8ceb-2f753c3dc125","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"10.32.0.0/20","service_dns_ip":"10.32.0.10","status":"updating","tags":["terraform-test","scaleway_k8s_cluster","minimal"],"type":"kapsule","updated_at":"2025-10-20T16:38:02.558532Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1631" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Mon, 20 Oct 2025 16:38:02 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - be3d4b90-7342-4f9c-91d4-596fd115e067 - status: 200 OK - code: 200 - duration: 21.645029ms - - id: 26 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/7d156eba-a14b-4483-8b56-7ed6d9f55582 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1636 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://7d156eba-a14b-4483-8b56-7ed6d9f55582.api.k8s.fr-par.scw.cloud:6443","cni":"calico","commitment_ends_at":"2025-10-20T16:37:55.812741Z","created_at":"2025-10-20T16:37:55.812734Z","description":"","dns_wildcard":"*.7d156eba-a14b-4483-8b56-7ed6d9f55582.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"3c710b15-dd15-4a2d-8032-5aadbc4ed84b","id":"7d156eba-a14b-4483-8b56-7ed6d9f55582","name":"test-minimal","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"100.64.0.0/15","private_network_id":"9aa17368-8f30-4d00-8ceb-2f753c3dc125","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"10.32.0.0/20","service_dns_ip":"10.32.0.10","status":"pool_required","tags":["terraform-test","scaleway_k8s_cluster","minimal"],"type":"kapsule","updated_at":"2025-10-20T16:38:04.821006Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1636" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Mon, 20 Oct 2025 16:38:07 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 08d5a197-6ba6-44ab-865f-0ddb67255405 - status: 200 OK - code: 200 - duration: 91.283198ms - - id: 27 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/7d156eba-a14b-4483-8b56-7ed6d9f55582 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1636 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://7d156eba-a14b-4483-8b56-7ed6d9f55582.api.k8s.fr-par.scw.cloud:6443","cni":"calico","commitment_ends_at":"2025-10-20T16:37:55.812741Z","created_at":"2025-10-20T16:37:55.812734Z","description":"","dns_wildcard":"*.7d156eba-a14b-4483-8b56-7ed6d9f55582.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"3c710b15-dd15-4a2d-8032-5aadbc4ed84b","id":"7d156eba-a14b-4483-8b56-7ed6d9f55582","name":"test-minimal","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"100.64.0.0/15","private_network_id":"9aa17368-8f30-4d00-8ceb-2f753c3dc125","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"10.32.0.0/20","service_dns_ip":"10.32.0.10","status":"pool_required","tags":["terraform-test","scaleway_k8s_cluster","minimal"],"type":"kapsule","updated_at":"2025-10-20T16:38:04.821006Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1636" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Mon, 20 Oct 2025 16:38:07 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 6d3bc985-4993-48c5-94f4-531e014d62f0 - status: 200 OK - code: 200 - duration: 81.88565ms - - id: 28 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/7d156eba-a14b-4483-8b56-7ed6d9f55582/pools?order_by=created_at_asc&page=1&status=unknown - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 29 - uncompressed: false - body: '{"pools":[],"total_count":0}' - headers: - Content-Length: - - "29" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Mon, 20 Oct 2025 16:38:07 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - c17fb0c0-5fec-4dd6-a5c3-78590ea05eba - status: 200 OK - code: 200 - duration: 39.716066ms - - id: 29 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/7d156eba-a14b-4483-8b56-7ed6d9f55582 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1636 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://7d156eba-a14b-4483-8b56-7ed6d9f55582.api.k8s.fr-par.scw.cloud:6443","cni":"calico","commitment_ends_at":"2025-10-20T16:37:55.812741Z","created_at":"2025-10-20T16:37:55.812734Z","description":"","dns_wildcard":"*.7d156eba-a14b-4483-8b56-7ed6d9f55582.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"3c710b15-dd15-4a2d-8032-5aadbc4ed84b","id":"7d156eba-a14b-4483-8b56-7ed6d9f55582","name":"test-minimal","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"100.64.0.0/15","private_network_id":"9aa17368-8f30-4d00-8ceb-2f753c3dc125","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"10.32.0.0/20","service_dns_ip":"10.32.0.10","status":"pool_required","tags":["terraform-test","scaleway_k8s_cluster","minimal"],"type":"kapsule","updated_at":"2025-10-20T16:38:04.821006Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1636" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Mon, 20 Oct 2025 16:38:07 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 44bc0e7b-fc06-4741-ac2f-f980e0b51d5b - status: 200 OK - code: 200 - duration: 28.590312ms - - id: 30 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/7d156eba-a14b-4483-8b56-7ed6d9f55582/kubeconfig - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1634 - uncompressed: false - body: '{"content":"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogInRlc3QtbWluaW1hbCIKICBjbHVzdGVyOgogICAgY2VydGlmaWNhdGUtYXV0aG9yaXR5LWRhdGE6IExTMHRMUzFDUlVkSlRpQkRSVkpVU1VaSlEwRlVSUzB0TFMwdENrMUpTVUpYZWtORFFWRkhaMEYzU1VKQlowbENRVVJCUzBKblozRm9hMnBQVUZGUlJFRnFRVlpOVWsxM1JWRlpSRlpSVVVSRmQzQnlaRmRLYkdOdE5Xd0taRWRXZWsxQ05GaEVWRWt4VFZSQmVFOVVSVEpOZW1NeFRsWnZXRVJVVFRGTlZFRjRUMVJGTWsxNll6Rk9WbTkzUmxSRlZFMUNSVWRCTVZWRlFYaE5Td3BoTTFacFdsaEtkVnBZVW14amVrSmFUVUpOUjBKNWNVZFRUVFE1UVdkRlIwTkRjVWRUVFRRNVFYZEZTRUV3U1VGQ1NucFVXbU4wVGpCSFMybHhaWGw0Q2tOclJGb3JUa2s0ZFRjMFkxZzFia2R2WjFreVdITm5hRlpTUlV0SUwyeDRUV2xLZGxwblYwVlBRMGxoUm5KTFVUUTFhekIyUkRsemNIbzRlVE55UzFFS1dEWkRibWw0TW1wUmFrSkJUVUUwUjBFeFZXUkVkMFZDTDNkUlJVRjNTVU53UkVGUVFtZE9Wa2hTVFVKQlpqaEZRbFJCUkVGUlNDOU5RakJIUVRGVlpBcEVaMUZYUWtKUmRFdHJiRFEzYUZSWUsyWkRSRnBhUzFkMlJWSlhaWE01Tm5GVVFVdENaMmR4YUd0cVQxQlJVVVJCWjA1SlFVUkNSa0ZwUVZWVVRrNWxDbkJuY0d4UVJ5ODBjME5WVjJKSGJHZ3lSVVZ3VTBGMFRuRTJaVUZwWlZweVpqVk9lRVZuU1doQlQwRkJaalpqY2pORUswRkVia2tyY1cxYVQwNUdhMUlLTmxKaWJXUXhabEZRVlN0VVNsZzVNalF4WmpBS0xTMHRMUzFGVGtRZ1EwVlNWRWxHU1VOQlZFVXRMUzB0TFFvPQogICAgc2VydmVyOiBodHRwczovLzdkMTU2ZWJhLWExNGItNDQ4My04YjU2LTdlZDZkOWY1NTU4Mi5hcGkuazhzLmZyLXBhci5zY3cuY2xvdWQ6NjQ0Mwpjb250ZXh0czoKLSBuYW1lOiBhZG1pbkB0ZXN0LW1pbmltYWwKICBjb250ZXh0OgogICAgY2x1c3RlcjogInRlc3QtbWluaW1hbCIKICAgIHVzZXI6IHRlc3QtbWluaW1hbC1hZG1pbgpjdXJyZW50LWNvbnRleHQ6IGFkbWluQHRlc3QtbWluaW1hbApraW5kOiBDb25maWcKcHJlZmVyZW5jZXM6IHt9CnVzZXJzOgotIG5hbWU6IHRlc3QtbWluaW1hbC1hZG1pbgogIHVzZXI6CiAgICB0b2tlbjogejdEdEFsRndtWldhMDVEdUh3RkRpRmhiZWVkZzE5dUlWaVhNR2t4aFVrVjk5TjNWZk1DS01tczc=","content_type":"application/octet-stream","name":"kubeconfig"}' - headers: - Content-Length: - - "1634" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Mon, 20 Oct 2025 16:38:07 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 391eaf52-f4ee-4969-8f24-e2911f57eb96 - status: 200 OK - code: 200 - duration: 99.26624ms - - id: 31 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/7d156eba-a14b-4483-8b56-7ed6d9f55582 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1636 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://7d156eba-a14b-4483-8b56-7ed6d9f55582.api.k8s.fr-par.scw.cloud:6443","cni":"calico","commitment_ends_at":"2025-10-20T16:37:55.812741Z","created_at":"2025-10-20T16:37:55.812734Z","description":"","dns_wildcard":"*.7d156eba-a14b-4483-8b56-7ed6d9f55582.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"3c710b15-dd15-4a2d-8032-5aadbc4ed84b","id":"7d156eba-a14b-4483-8b56-7ed6d9f55582","name":"test-minimal","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"100.64.0.0/15","private_network_id":"9aa17368-8f30-4d00-8ceb-2f753c3dc125","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"10.32.0.0/20","service_dns_ip":"10.32.0.10","status":"pool_required","tags":["terraform-test","scaleway_k8s_cluster","minimal"],"type":"kapsule","updated_at":"2025-10-20T16:38:04.821006Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1636" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Mon, 20 Oct 2025 16:38:08 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 9fab8aaa-bafc-4fa4-b8eb-5d87e789fc96 - status: 200 OK - code: 200 - duration: 22.078934ms - - id: 32 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/fr-par/vpcs/2c807a3f-242b-49a2-81a9-b14b0e682ffd - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 418 - uncompressed: false - body: '{"created_at":"2025-10-20T16:37:54.550089Z","custom_routes_propagation_enabled":true,"id":"2c807a3f-242b-49a2-81a9-b14b0e682ffd","is_default":false,"name":"TestAccCluster_Basic","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","private_network_count":1,"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","routing_enabled":true,"tags":[],"updated_at":"2025-10-20T16:37:54.550089Z"}' - headers: - Content-Length: - - "418" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Mon, 20 Oct 2025 16:38:08 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 1dede095-9c62-49a7-a64e-459e1273fad7 - status: 200 OK - code: 200 - duration: 30.588896ms - - id: 33 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks/9aa17368-8f30-4d00-8ceb-2f753c3dc125 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1082 - uncompressed: false - body: '{"created_at":"2025-10-20T16:37:54.746477Z","default_route_propagation_enabled":false,"dhcp_enabled":true,"id":"9aa17368-8f30-4d00-8ceb-2f753c3dc125","name":"test-minimal","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","subnets":[{"created_at":"2025-10-20T16:37:54.746477Z","id":"c71ade11-5d9f-4eac-bd3a-321996f260ad","private_network_id":"9aa17368-8f30-4d00-8ceb-2f753c3dc125","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","subnet":"172.17.40.0/22","updated_at":"2025-10-20T16:37:54.746477Z","vpc_id":"2c807a3f-242b-49a2-81a9-b14b0e682ffd"},{"created_at":"2025-10-20T16:37:54.746477Z","id":"6439a759-4211-4363-bc19-7906f8d672f0","private_network_id":"9aa17368-8f30-4d00-8ceb-2f753c3dc125","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","subnet":"fd5f:519c:6d46:5dbd::/64","updated_at":"2025-10-20T16:37:54.746477Z","vpc_id":"2c807a3f-242b-49a2-81a9-b14b0e682ffd"}],"tags":[],"updated_at":"2025-10-20T16:37:54.746477Z","vpc_id":"2c807a3f-242b-49a2-81a9-b14b0e682ffd"}' - headers: - Content-Length: - - "1082" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Mon, 20 Oct 2025 16:38:08 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 90859f1d-0b3f-4651-bc67-1f79a8ad3482 - status: 200 OK - code: 200 - duration: 92.968524ms - - id: 34 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/7d156eba-a14b-4483-8b56-7ed6d9f55582 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1636 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://7d156eba-a14b-4483-8b56-7ed6d9f55582.api.k8s.fr-par.scw.cloud:6443","cni":"calico","commitment_ends_at":"2025-10-20T16:37:55.812741Z","created_at":"2025-10-20T16:37:55.812734Z","description":"","dns_wildcard":"*.7d156eba-a14b-4483-8b56-7ed6d9f55582.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"3c710b15-dd15-4a2d-8032-5aadbc4ed84b","id":"7d156eba-a14b-4483-8b56-7ed6d9f55582","name":"test-minimal","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"100.64.0.0/15","private_network_id":"9aa17368-8f30-4d00-8ceb-2f753c3dc125","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"10.32.0.0/20","service_dns_ip":"10.32.0.10","status":"pool_required","tags":["terraform-test","scaleway_k8s_cluster","minimal"],"type":"kapsule","updated_at":"2025-10-20T16:38:04.821006Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1636" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Mon, 20 Oct 2025 16:38:08 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - b0fa6921-2bd7-4d11-8e9f-5aa8bfc5f60e - status: 200 OK - code: 200 - duration: 24.746263ms - - id: 35 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/7d156eba-a14b-4483-8b56-7ed6d9f55582/kubeconfig - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1634 - uncompressed: false - body: '{"content":"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogInRlc3QtbWluaW1hbCIKICBjbHVzdGVyOgogICAgY2VydGlmaWNhdGUtYXV0aG9yaXR5LWRhdGE6IExTMHRMUzFDUlVkSlRpQkRSVkpVU1VaSlEwRlVSUzB0TFMwdENrMUpTVUpYZWtORFFWRkhaMEYzU1VKQlowbENRVVJCUzBKblozRm9hMnBQVUZGUlJFRnFRVlpOVWsxM1JWRlpSRlpSVVVSRmQzQnlaRmRLYkdOdE5Xd0taRWRXZWsxQ05GaEVWRWt4VFZSQmVFOVVSVEpOZW1NeFRsWnZXRVJVVFRGTlZFRjRUMVJGTWsxNll6Rk9WbTkzUmxSRlZFMUNSVWRCTVZWRlFYaE5Td3BoTTFacFdsaEtkVnBZVW14amVrSmFUVUpOUjBKNWNVZFRUVFE1UVdkRlIwTkRjVWRUVFRRNVFYZEZTRUV3U1VGQ1NucFVXbU4wVGpCSFMybHhaWGw0Q2tOclJGb3JUa2s0ZFRjMFkxZzFia2R2WjFreVdITm5hRlpTUlV0SUwyeDRUV2xLZGxwblYwVlBRMGxoUm5KTFVUUTFhekIyUkRsemNIbzRlVE55UzFFS1dEWkRibWw0TW1wUmFrSkJUVUUwUjBFeFZXUkVkMFZDTDNkUlJVRjNTVU53UkVGUVFtZE9Wa2hTVFVKQlpqaEZRbFJCUkVGUlNDOU5RakJIUVRGVlpBcEVaMUZYUWtKUmRFdHJiRFEzYUZSWUsyWkRSRnBhUzFkMlJWSlhaWE01Tm5GVVFVdENaMmR4YUd0cVQxQlJVVVJCWjA1SlFVUkNSa0ZwUVZWVVRrNWxDbkJuY0d4UVJ5ODBjME5WVjJKSGJHZ3lSVVZ3VTBGMFRuRTJaVUZwWlZweVpqVk9lRVZuU1doQlQwRkJaalpqY2pORUswRkVia2tyY1cxYVQwNUdhMUlLTmxKaWJXUXhabEZRVlN0VVNsZzVNalF4WmpBS0xTMHRMUzFGVGtRZ1EwVlNWRWxHU1VOQlZFVXRMUzB0TFFvPQogICAgc2VydmVyOiBodHRwczovLzdkMTU2ZWJhLWExNGItNDQ4My04YjU2LTdlZDZkOWY1NTU4Mi5hcGkuazhzLmZyLXBhci5zY3cuY2xvdWQ6NjQ0Mwpjb250ZXh0czoKLSBuYW1lOiBhZG1pbkB0ZXN0LW1pbmltYWwKICBjb250ZXh0OgogICAgY2x1c3RlcjogInRlc3QtbWluaW1hbCIKICAgIHVzZXI6IHRlc3QtbWluaW1hbC1hZG1pbgpjdXJyZW50LWNvbnRleHQ6IGFkbWluQHRlc3QtbWluaW1hbApraW5kOiBDb25maWcKcHJlZmVyZW5jZXM6IHt9CnVzZXJzOgotIG5hbWU6IHRlc3QtbWluaW1hbC1hZG1pbgogIHVzZXI6CiAgICB0b2tlbjogejdEdEFsRndtWldhMDVEdUh3RkRpRmhiZWVkZzE5dUlWaVhNR2t4aFVrVjk5TjNWZk1DS01tczc=","content_type":"application/octet-stream","name":"kubeconfig"}' - headers: - Content-Length: - - "1634" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Mon, 20 Oct 2025 16:38:08 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 21937691-71cf-4988-b94e-faf1b5b3dc1a - status: 200 OK - code: 200 - duration: 82.954037ms - - id: 36 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/7d156eba-a14b-4483-8b56-7ed6d9f55582?with_additional_resources=false - method: DELETE - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1632 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://7d156eba-a14b-4483-8b56-7ed6d9f55582.api.k8s.fr-par.scw.cloud:6443","cni":"calico","commitment_ends_at":"2025-10-20T16:37:55.812741Z","created_at":"2025-10-20T16:37:55.812734Z","description":"","dns_wildcard":"*.7d156eba-a14b-4483-8b56-7ed6d9f55582.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"3c710b15-dd15-4a2d-8032-5aadbc4ed84b","id":"7d156eba-a14b-4483-8b56-7ed6d9f55582","name":"test-minimal","new_images_enabled":false,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"100.64.0.0/15","private_network_id":"9aa17368-8f30-4d00-8ceb-2f753c3dc125","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"10.32.0.0/20","service_dns_ip":"10.32.0.10","status":"deleting","tags":["terraform-test","scaleway_k8s_cluster","minimal"],"type":"kapsule","updated_at":"2025-10-20T16:38:08.720237Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1632" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Mon, 20 Oct 2025 16:38:08 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 442cf174-0739-4335-81b6-d549c166c660 - status: 200 OK - code: 200 - duration: 89.522563ms - - id: 37 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/7d156eba-a14b-4483-8b56-7ed6d9f55582 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1631 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://7d156eba-a14b-4483-8b56-7ed6d9f55582.api.k8s.fr-par.scw.cloud:6443","cni":"calico","commitment_ends_at":"2025-10-20T16:37:55.812741Z","created_at":"2025-10-20T16:37:55.812734Z","description":"","dns_wildcard":"*.7d156eba-a14b-4483-8b56-7ed6d9f55582.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"3c710b15-dd15-4a2d-8032-5aadbc4ed84b","id":"7d156eba-a14b-4483-8b56-7ed6d9f55582","name":"test-minimal","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"100.64.0.0/15","private_network_id":"9aa17368-8f30-4d00-8ceb-2f753c3dc125","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"10.32.0.0/20","service_dns_ip":"10.32.0.10","status":"deleting","tags":["terraform-test","scaleway_k8s_cluster","minimal"],"type":"kapsule","updated_at":"2025-10-20T16:38:08.720237Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1631" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Mon, 20 Oct 2025 16:38:08 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 4923356b-7325-4fa0-8102-0705d538110d - status: 200 OK - code: 200 - duration: 108.144885ms - - id: 38 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/7d156eba-a14b-4483-8b56-7ed6d9f55582 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 128 - uncompressed: false - body: '{"message":"resource is not found","resource":"cluster","resource_id":"7d156eba-a14b-4483-8b56-7ed6d9f55582","type":"not_found"}' - headers: - Content-Length: - - "128" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Mon, 20 Oct 2025 16:38:24 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 7fae720a-ce61-42a4-9b9b-3aa6de3c4b07 - status: 404 Not Found - code: 404 - duration: 92.095468ms - - id: 39 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks/9aa17368-8f30-4d00-8ceb-2f753c3dc125 - method: DELETE - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 0 - uncompressed: false - body: "" - headers: - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Mon, 20 Oct 2025 16:38:25 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 20cab9f0-ce93-4481-ab84-e387dd654456 - status: 204 No Content - code: 204 - duration: 1.133839753s - - id: 40 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/fr-par/vpcs/2c807a3f-242b-49a2-81a9-b14b0e682ffd - method: DELETE - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 0 - uncompressed: false - body: "" - headers: - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Mon, 20 Oct 2025 16:38:25 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - cd132bb6-ad56-4935-8c61-f76c83cacdd4 - status: 204 No Content - code: 204 - duration: 140.258811ms - - id: 41 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/7d156eba-a14b-4483-8b56-7ed6d9f55582 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 128 - uncompressed: false - body: '{"message":"resource is not found","resource":"cluster","resource_id":"7d156eba-a14b-4483-8b56-7ed6d9f55582","type":"not_found"}' - headers: - Content-Length: - - "128" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Mon, 20 Oct 2025 16:38:25 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 318aca4f-8281-43f0-a1f0-47cefd69517f - status: 404 Not Found - code: 404 - duration: 22.531004ms - - id: 42 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks/9aa17368-8f30-4d00-8ceb-2f753c3dc125 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 136 - uncompressed: false - body: '{"message":"resource is not found","resource":"private_network","resource_id":"9aa17368-8f30-4d00-8ceb-2f753c3dc125","type":"not_found"}' - headers: - Content-Length: - - "136" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Mon, 20 Oct 2025 16:38:25 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - f8d251e1-829d-4408-911a-99cd1445bf65 - status: 404 Not Found - code: 404 - duration: 108.659527ms +- id: 0 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/versions + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 4476 + body: "{\"versions\":[{\"region\":\"fr-par\", \"name\":\"1.34.1\", \"label\":\"Kubernetes 1.34.1\", \"available_cnis\":[\"cilium\", \"cilium_native\", \"calico\", \"kilo\", \"none\"], \"available_container_runtimes\":[\"containerd\"], \"available_feature_gates\":[\"HPAScaleToZero\", \"CPUManagerPolicyAlphaOptions\", \"ImageVolume\"], \"available_admission_plugins\":[\"AlwaysPullImages\", \"PodNodeSelector\", \"PodTolerationRestriction\"], \"available_kubelet_args\":{\"containerLogMaxFiles\":\"uint16\", \"containerLogMaxSize\":\"quantity\", \"cpuCFSQuota\":\"bool\", \"cpuCFSQuotaPeriod\":\"duration\", \"cpuManagerPolicy\":\"enum:none|static\", \"cpuManagerPolicyOptions\":\"map[string]string\", \"enableDebuggingHandlers\":\"bool\", \"evictionHard\":\"map[string]string\", \"evictionMinimumReclaim\":\"map[string]string\", \"imageGCHighThresholdPercent\":\"uint32\", \"imageGCLowThresholdPercent\":\"uint32\", \"maxParallelImagePulls\":\"int32\", \"maxPods\":\"uint16\", \"registryBurst\":\"int32\", \"registryPullQPS\":\"int32\", \"serializeImagePulls\":\"bool\"}, \"deprecated_at\":\"2026-09-29T00:00:00Z\", \"end_of_life_at\":\"2026-11-29T00:00:00Z\", \"released_at\":\"2025-09-29T00:00:00Z\"}, {\"region\":\"fr-par\", \"name\":\"1.33.4\", \"label\":\"Kubernetes 1.33.4\", \"available_cnis\":[\"cilium\", \"calico\", \"kilo\", \"none\"], \"available_container_runtimes\":[\"containerd\"], \"available_feature_gates\":[\"HPAScaleToZero\", \"DRAAdminAccess\", \"DynamicResourceAllocation\", \"PodLevelResources\", \"CPUManagerPolicyAlphaOptions\", \"ImageVolume\"], \"available_admission_plugins\":[\"AlwaysPullImages\", \"PodNodeSelector\", \"PodTolerationRestriction\"], \"available_kubelet_args\":{\"containerLogMaxFiles\":\"uint16\", \"containerLogMaxSize\":\"quantity\", \"cpuCFSQuota\":\"bool\", \"cpuCFSQuotaPeriod\":\"duration\", \"cpuManagerPolicy\":\"enum:none|static\", \"cpuManagerPolicyOptions\":\"map[string]string\", \"enableDebuggingHandlers\":\"bool\", \"evictionHard\":\"map[string]string\", \"evictionMinimumReclaim\":\"map[string]string\", \"imageGCHighThresholdPercent\":\"uint32\", \"imageGCLowThresholdPercent\":\"uint32\", \"maxParallelImagePulls\":\"int32\", \"maxPods\":\"uint16\", \"registryBurst\":\"int32\", \"registryPullQPS\":\"int32\", \"serializeImagePulls\":\"bool\"}, \"deprecated_at\":\"2026-09-04T00:00:00Z\", \"end_of_life_at\":\"2026-11-04T00:00:00Z\", \"released_at\":\"2025-09-04T00:00:00Z\"}, {\"region\":\"fr-par\", \"name\":\"1.32.8\", \"label\":\"Kubernetes 1.32.8\", \"available_cnis\":[\"cilium\", \"calico\", \"kilo\", \"none\"], \"available_container_runtimes\":[\"containerd\"], \"available_feature_gates\":[\"HPAScaleToZero\", \"InPlacePodVerticalScaling\", \"SidecarContainers\", \"DRAAdminAccess\", \"DRAResourceClaimDeviceStatus\", \"DynamicResourceAllocation\", \"PodLevelResources\", \"CPUManagerPolicyAlphaOptions\", \"ImageVolume\"], \"available_admission_plugins\":[\"AlwaysPullImages\", \"PodNodeSelector\", \"PodTolerationRestriction\"], \"available_kubelet_args\":{\"containerLogMaxFiles\":\"uint16\", \"containerLogMaxSize\":\"quantity\", \"cpuCFSQuota\":\"bool\", \"cpuCFSQuotaPeriod\":\"duration\", \"cpuManagerPolicy\":\"enum:none|static\", \"cpuManagerPolicyOptions\":\"map[string]string\", \"enableDebuggingHandlers\":\"bool\", \"evictionHard\":\"map[string]string\", \"evictionMinimumReclaim\":\"map[string]string\", \"imageGCHighThresholdPercent\":\"uint32\", \"imageGCLowThresholdPercent\":\"uint32\", \"maxParallelImagePulls\":\"int32\", \"maxPods\":\"uint16\", \"registryBurst\":\"int32\", \"registryPullQPS\":\"int32\", \"serializeImagePulls\":\"bool\"}, \"deprecated_at\":\"2026-03-24T00:00:00Z\", \"end_of_life_at\":\"2025-05-24T00:00:00Z\", \"released_at\":\"2025-03-24T00:00:00Z\"}, {\"region\":\"fr-par\", \"name\":\"1.31.12\", \"label\":\"Kubernetes 1.31.12\", \"available_cnis\":[\"cilium\", \"calico\", \"kilo\", \"none\"], \"available_container_runtimes\":[\"containerd\"], \"available_feature_gates\":[\"HPAScaleToZero\", \"InPlacePodVerticalScaling\", \"SidecarContainers\", \"CPUManagerPolicyAlphaOptions\", \"ImageVolume\"], \"available_admission_plugins\":[\"AlwaysPullImages\", \"PodNodeSelector\", \"PodTolerationRestriction\"], \"available_kubelet_args\":{\"containerLogMaxFiles\":\"uint16\", \"containerLogMaxSize\":\"quantity\", \"cpuCFSQuota\":\"bool\", \"cpuCFSQuotaPeriod\":\"duration\", \"cpuManagerPolicy\":\"enum:none|static\", \"cpuManagerPolicyOptions\":\"map[string]string\", \"enableDebuggingHandlers\":\"bool\", \"evictionHard\":\"map[string]string\", \"evictionMinimumReclaim\":\"map[string]string\", \"imageGCHighThresholdPercent\":\"uint32\", \"imageGCLowThresholdPercent\":\"uint32\", \"maxParallelImagePulls\":\"int32\", \"maxPods\":\"uint16\", \"registryBurst\":\"int32\", \"registryPullQPS\":\"int32\", \"serializeImagePulls\":\"bool\"}, \"deprecated_at\":\"2025-12-02T00:00:00Z\", \"end_of_life_at\":\"2026-02-02T00:00:00Z\", \"released_at\":\"2024-12-02T00:00:00Z\"}]}" + headers: + Content-Length: + - "4476" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:18:15 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 494f40b8-6a3b-419a-9aee-7294e459040f + status: 200 OK + code: 200 + duration: 19.485941ms +- id: 1 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/versions + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 4476 + body: "{\"versions\":[{\"region\":\"fr-par\", \"name\":\"1.34.1\", \"label\":\"Kubernetes 1.34.1\", \"available_cnis\":[\"cilium\", \"cilium_native\", \"calico\", \"kilo\", \"none\"], \"available_container_runtimes\":[\"containerd\"], \"available_feature_gates\":[\"HPAScaleToZero\", \"CPUManagerPolicyAlphaOptions\", \"ImageVolume\"], \"available_admission_plugins\":[\"AlwaysPullImages\", \"PodNodeSelector\", \"PodTolerationRestriction\"], \"available_kubelet_args\":{\"containerLogMaxFiles\":\"uint16\", \"containerLogMaxSize\":\"quantity\", \"cpuCFSQuota\":\"bool\", \"cpuCFSQuotaPeriod\":\"duration\", \"cpuManagerPolicy\":\"enum:none|static\", \"cpuManagerPolicyOptions\":\"map[string]string\", \"enableDebuggingHandlers\":\"bool\", \"evictionHard\":\"map[string]string\", \"evictionMinimumReclaim\":\"map[string]string\", \"imageGCHighThresholdPercent\":\"uint32\", \"imageGCLowThresholdPercent\":\"uint32\", \"maxParallelImagePulls\":\"int32\", \"maxPods\":\"uint16\", \"registryBurst\":\"int32\", \"registryPullQPS\":\"int32\", \"serializeImagePulls\":\"bool\"}, \"deprecated_at\":\"2026-09-29T00:00:00Z\", \"end_of_life_at\":\"2026-11-29T00:00:00Z\", \"released_at\":\"2025-09-29T00:00:00Z\"}, {\"region\":\"fr-par\", \"name\":\"1.33.4\", \"label\":\"Kubernetes 1.33.4\", \"available_cnis\":[\"cilium\", \"calico\", \"kilo\", \"none\"], \"available_container_runtimes\":[\"containerd\"], \"available_feature_gates\":[\"HPAScaleToZero\", \"DRAAdminAccess\", \"DynamicResourceAllocation\", \"PodLevelResources\", \"CPUManagerPolicyAlphaOptions\", \"ImageVolume\"], \"available_admission_plugins\":[\"AlwaysPullImages\", \"PodNodeSelector\", \"PodTolerationRestriction\"], \"available_kubelet_args\":{\"containerLogMaxFiles\":\"uint16\", \"containerLogMaxSize\":\"quantity\", \"cpuCFSQuota\":\"bool\", \"cpuCFSQuotaPeriod\":\"duration\", \"cpuManagerPolicy\":\"enum:none|static\", \"cpuManagerPolicyOptions\":\"map[string]string\", \"enableDebuggingHandlers\":\"bool\", \"evictionHard\":\"map[string]string\", \"evictionMinimumReclaim\":\"map[string]string\", \"imageGCHighThresholdPercent\":\"uint32\", \"imageGCLowThresholdPercent\":\"uint32\", \"maxParallelImagePulls\":\"int32\", \"maxPods\":\"uint16\", \"registryBurst\":\"int32\", \"registryPullQPS\":\"int32\", \"serializeImagePulls\":\"bool\"}, \"deprecated_at\":\"2026-09-04T00:00:00Z\", \"end_of_life_at\":\"2026-11-04T00:00:00Z\", \"released_at\":\"2025-09-04T00:00:00Z\"}, {\"region\":\"fr-par\", \"name\":\"1.32.8\", \"label\":\"Kubernetes 1.32.8\", \"available_cnis\":[\"cilium\", \"calico\", \"kilo\", \"none\"], \"available_container_runtimes\":[\"containerd\"], \"available_feature_gates\":[\"HPAScaleToZero\", \"InPlacePodVerticalScaling\", \"SidecarContainers\", \"DRAAdminAccess\", \"DRAResourceClaimDeviceStatus\", \"DynamicResourceAllocation\", \"PodLevelResources\", \"CPUManagerPolicyAlphaOptions\", \"ImageVolume\"], \"available_admission_plugins\":[\"AlwaysPullImages\", \"PodNodeSelector\", \"PodTolerationRestriction\"], \"available_kubelet_args\":{\"containerLogMaxFiles\":\"uint16\", \"containerLogMaxSize\":\"quantity\", \"cpuCFSQuota\":\"bool\", \"cpuCFSQuotaPeriod\":\"duration\", \"cpuManagerPolicy\":\"enum:none|static\", \"cpuManagerPolicyOptions\":\"map[string]string\", \"enableDebuggingHandlers\":\"bool\", \"evictionHard\":\"map[string]string\", \"evictionMinimumReclaim\":\"map[string]string\", \"imageGCHighThresholdPercent\":\"uint32\", \"imageGCLowThresholdPercent\":\"uint32\", \"maxParallelImagePulls\":\"int32\", \"maxPods\":\"uint16\", \"registryBurst\":\"int32\", \"registryPullQPS\":\"int32\", \"serializeImagePulls\":\"bool\"}, \"deprecated_at\":\"2026-03-24T00:00:00Z\", \"end_of_life_at\":\"2025-05-24T00:00:00Z\", \"released_at\":\"2025-03-24T00:00:00Z\"}, {\"region\":\"fr-par\", \"name\":\"1.31.12\", \"label\":\"Kubernetes 1.31.12\", \"available_cnis\":[\"cilium\", \"calico\", \"kilo\", \"none\"], \"available_container_runtimes\":[\"containerd\"], \"available_feature_gates\":[\"HPAScaleToZero\", \"InPlacePodVerticalScaling\", \"SidecarContainers\", \"CPUManagerPolicyAlphaOptions\", \"ImageVolume\"], \"available_admission_plugins\":[\"AlwaysPullImages\", \"PodNodeSelector\", \"PodTolerationRestriction\"], \"available_kubelet_args\":{\"containerLogMaxFiles\":\"uint16\", \"containerLogMaxSize\":\"quantity\", \"cpuCFSQuota\":\"bool\", \"cpuCFSQuotaPeriod\":\"duration\", \"cpuManagerPolicy\":\"enum:none|static\", \"cpuManagerPolicyOptions\":\"map[string]string\", \"enableDebuggingHandlers\":\"bool\", \"evictionHard\":\"map[string]string\", \"evictionMinimumReclaim\":\"map[string]string\", \"imageGCHighThresholdPercent\":\"uint32\", \"imageGCLowThresholdPercent\":\"uint32\", \"maxParallelImagePulls\":\"int32\", \"maxPods\":\"uint16\", \"registryBurst\":\"int32\", \"registryPullQPS\":\"int32\", \"serializeImagePulls\":\"bool\"}, \"deprecated_at\":\"2025-12-02T00:00:00Z\", \"end_of_life_at\":\"2026-02-02T00:00:00Z\", \"released_at\":\"2024-12-02T00:00:00Z\"}]}" + headers: + Content-Length: + - "4476" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:18:15 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 670ea94d-0e5a-43f4-b323-ba102c26780f + status: 200 OK + code: 200 + duration: 19.153387ms +- id: 2 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 116 + host: api.scaleway.com + body: "{\"name\":\"TestAccCluster_Basic\",\"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\",\"tags\":[],\"enable_routing\":false}" + headers: + Content-Type: + - application/json + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/vpc/v2/regions/fr-par/vpcs + method: POST + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 418 + body: "{\"id\":\"b663ff1a-dc80-4fc9-b037-334585a1b5f6\", \"name\":\"TestAccCluster_Basic\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:17.057069Z\", \"updated_at\":\"2025-10-30T16:18:17.057069Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_default\":false, \"private_network_count\":0, \"routing_enabled\":true, \"custom_routes_propagation_enabled\":true, \"region\":\"fr-par\"}" + headers: + Content-Length: + - "418" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:18:17 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 507a66db-7f3e-4d2f-8a0e-8ed78d0d14af + status: 200 OK + code: 200 + duration: 122.699494ms +- id: 3 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/vpc/v2/regions/fr-par/vpcs/b663ff1a-dc80-4fc9-b037-334585a1b5f6 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 418 + body: "{\"id\":\"b663ff1a-dc80-4fc9-b037-334585a1b5f6\", \"name\":\"TestAccCluster_Basic\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:17.057069Z\", \"updated_at\":\"2025-10-30T16:18:17.057069Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_default\":false, \"private_network_count\":0, \"routing_enabled\":true, \"custom_routes_propagation_enabled\":true, \"region\":\"fr-par\"}" + headers: + Content-Length: + - "418" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:18:17 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 775a0c06-beae-44ca-989e-2f7fedcfe259 + status: 200 OK + code: 200 + duration: 151.317284ms +- id: 4 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 190 + host: api.scaleway.com + body: "{\"name\":\"test-minimal\",\"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\",\"tags\":[],\"subnets\":null,\"vpc_id\":\"b663ff1a-dc80-4fc9-b037-334585a1b5f6\",\"default_route_propagation_enabled\":false}" + headers: + Content-Type: + - application/json + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks + method: POST + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1082 + body: "{\"id\":\"d4d7e1aa-480f-4d59-a229-83d72581af29\", \"name\":\"test-minimal\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:17.727966Z\", \"updated_at\":\"2025-10-30T16:18:17.727966Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"subnets\":[{\"id\":\"4a162d1b-5c2c-416b-8fc6-4e02a27461be\", \"created_at\":\"2025-10-30T16:18:17.727966Z\", \"updated_at\":\"2025-10-30T16:18:17.727966Z\", \"subnet\":\"172.18.24.0/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"d4d7e1aa-480f-4d59-a229-83d72581af29\", \"vpc_id\":\"b663ff1a-dc80-4fc9-b037-334585a1b5f6\"}, {\"id\":\"bac17832-2469-47c8-94c1-01edb0c37d3a\", \"created_at\":\"2025-10-30T16:18:17.727966Z\", \"updated_at\":\"2025-10-30T16:18:17.727966Z\", \"subnet\":\"fd5f:519c:6d46:4b22::/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"d4d7e1aa-480f-4d59-a229-83d72581af29\", \"vpc_id\":\"b663ff1a-dc80-4fc9-b037-334585a1b5f6\"}], \"vpc_id\":\"b663ff1a-dc80-4fc9-b037-334585a1b5f6\", \"dhcp_enabled\":true, \"default_route_propagation_enabled\":false, \"region\":\"fr-par\"}" + headers: + Content-Length: + - "1082" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:18:18 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - d6dde6a0-dbe6-423a-bd6a-f49cd8eb79c6 + status: 200 OK + code: 200 + duration: 1.215448806s +- id: 5 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks/d4d7e1aa-480f-4d59-a229-83d72581af29 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1082 + body: "{\"id\":\"d4d7e1aa-480f-4d59-a229-83d72581af29\", \"name\":\"test-minimal\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:17.727966Z\", \"updated_at\":\"2025-10-30T16:18:17.727966Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"subnets\":[{\"id\":\"4a162d1b-5c2c-416b-8fc6-4e02a27461be\", \"created_at\":\"2025-10-30T16:18:17.727966Z\", \"updated_at\":\"2025-10-30T16:18:17.727966Z\", \"subnet\":\"172.18.24.0/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"d4d7e1aa-480f-4d59-a229-83d72581af29\", \"vpc_id\":\"b663ff1a-dc80-4fc9-b037-334585a1b5f6\"}, {\"id\":\"bac17832-2469-47c8-94c1-01edb0c37d3a\", \"created_at\":\"2025-10-30T16:18:17.727966Z\", \"updated_at\":\"2025-10-30T16:18:17.727966Z\", \"subnet\":\"fd5f:519c:6d46:4b22::/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"d4d7e1aa-480f-4d59-a229-83d72581af29\", \"vpc_id\":\"b663ff1a-dc80-4fc9-b037-334585a1b5f6\"}], \"vpc_id\":\"b663ff1a-dc80-4fc9-b037-334585a1b5f6\", \"dhcp_enabled\":true, \"default_route_propagation_enabled\":false, \"region\":\"fr-par\"}" + headers: + Content-Length: + - "1082" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:18:18 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - f5047853-6053-40eb-acf9-4edc62137738 + status: 200 OK + code: 200 + duration: 81.102214ms +- id: 6 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 721 + host: api.scaleway.com + body: "{\"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\",\"type\":\"\",\"name\":\"test-minimal\",\"description\":\"terraform basic test cluster\",\"tags\":[\"terraform-test\",\"scaleway_k8s_cluster\",\"minimal\"],\"version\":\"1.33.4\",\"cni\":\"calico\",\"pools\":null,\"autoscaler_config\":{\"scale_down_disabled\":null,\"scale_down_delay_after_add\":null,\"estimator\":\"unknown_estimator\",\"expander\":\"unknown_expander\",\"ignore_daemonsets_utilization\":null,\"balance_similar_node_groups\":null,\"expendable_pods_priority_cutoff\":0,\"scale_down_unneeded_time\":null,\"scale_down_utilization_threshold\":null,\"max_graceful_termination_sec\":0},\"feature_gates\":[],\"admission_plugins\":[],\"apiserver_cert_sans\":[],\"private_network_id\":\"d4d7e1aa-480f-4d59-a229-83d72581af29\"}" + headers: + Content-Type: + - application/json + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters + method: POST + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1623 + body: "{\"region\":\"fr-par\", \"id\":\"0458331a-adcf-4312-8bc6-0eb53b1107b6\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:18.794627Z\", \"updated_at\":\"2025-10-30T16:18:18.794627Z\", \"type\":\"kapsule\", \"name\":\"test-minimal\", \"description\":\"terraform basic test cluster\", \"status\":\"creating\", \"version\":\"1.33.4\", \"cni\":\"calico\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"minimal\"], \"cluster_url\":\"https://0458331a-adcf-4312-8bc6-0eb53b1107b6.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.0458331a-adcf-4312-8bc6-0eb53b1107b6.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":true, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"d4d7e1aa-480f-4d59-a229-83d72581af29\", \"commitment_ends_at\":\"2025-10-30T16:18:18.794638Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"\", \"new_images_enabled\":false, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1623" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:18:18 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 4942bcba-5b23-42d7-90cd-7927ac220c5a + status: 200 OK + code: 200 + duration: 272.431873ms +- id: 7 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/0458331a-adcf-4312-8bc6-0eb53b1107b6 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1622 + body: "{\"region\":\"fr-par\", \"id\":\"0458331a-adcf-4312-8bc6-0eb53b1107b6\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:18.794627Z\", \"updated_at\":\"2025-10-30T16:18:18.794627Z\", \"type\":\"kapsule\", \"name\":\"test-minimal\", \"description\":\"terraform basic test cluster\", \"status\":\"creating\", \"version\":\"1.33.4\", \"cni\":\"calico\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"minimal\"], \"cluster_url\":\"https://0458331a-adcf-4312-8bc6-0eb53b1107b6.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.0458331a-adcf-4312-8bc6-0eb53b1107b6.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":true, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"d4d7e1aa-480f-4d59-a229-83d72581af29\", \"commitment_ends_at\":\"2025-10-30T16:18:18.794638Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1622" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:18:18 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 8d1b72bf-2134-42b4-b82d-26f2b9cfe994 + status: 200 OK + code: 200 + duration: 79.604832ms +- id: 8 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/0458331a-adcf-4312-8bc6-0eb53b1107b6 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1663 + body: "{\"region\":\"fr-par\", \"id\":\"0458331a-adcf-4312-8bc6-0eb53b1107b6\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:18.794627Z\", \"updated_at\":\"2025-10-30T16:18:19.297085Z\", \"type\":\"kapsule\", \"name\":\"test-minimal\", \"description\":\"terraform basic test cluster\", \"status\":\"pool_required\", \"version\":\"1.33.4\", \"cni\":\"calico\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"minimal\"], \"cluster_url\":\"https://0458331a-adcf-4312-8bc6-0eb53b1107b6.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.0458331a-adcf-4312-8bc6-0eb53b1107b6.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":true, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"d4d7e1aa-480f-4d59-a229-83d72581af29\", \"commitment_ends_at\":\"2025-10-30T16:18:18.794638Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"3ad2b4b8-8646-4be7-9e25-c1e0d8addf75\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1663" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:18:23 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - ba40c1b8-7225-48c5-a131-80f72d8a284c + status: 200 OK + code: 200 + duration: 78.587334ms +- id: 9 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + form: + order_by: + - created_at_asc + page: + - "1" + status: + - unknown + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/0458331a-adcf-4312-8bc6-0eb53b1107b6/pools?order_by=created_at_asc&page=1&status=unknown + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 29 + body: "{\"total_count\":0, \"pools\":[]}" + headers: + Content-Length: + - "29" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:18:24 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 6ba62cb7-a222-4d8a-854f-cee477768046 + status: 200 OK + code: 200 + duration: 21.061939ms +- id: 10 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/0458331a-adcf-4312-8bc6-0eb53b1107b6 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1663 + body: "{\"region\":\"fr-par\", \"id\":\"0458331a-adcf-4312-8bc6-0eb53b1107b6\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:18.794627Z\", \"updated_at\":\"2025-10-30T16:18:19.297085Z\", \"type\":\"kapsule\", \"name\":\"test-minimal\", \"description\":\"terraform basic test cluster\", \"status\":\"pool_required\", \"version\":\"1.33.4\", \"cni\":\"calico\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"minimal\"], \"cluster_url\":\"https://0458331a-adcf-4312-8bc6-0eb53b1107b6.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.0458331a-adcf-4312-8bc6-0eb53b1107b6.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":true, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"d4d7e1aa-480f-4d59-a229-83d72581af29\", \"commitment_ends_at\":\"2025-10-30T16:18:18.794638Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"3ad2b4b8-8646-4be7-9e25-c1e0d8addf75\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1663" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:18:24 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 48caba8a-f7aa-4401-9eae-8922ec84b563 + status: 200 OK + code: 200 + duration: 103.033605ms +- id: 11 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/0458331a-adcf-4312-8bc6-0eb53b1107b6/kubeconfig + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1634 + body: "{\"name\":\"kubeconfig\", \"content_type\":\"application/octet-stream\", \"content\":\"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogInRlc3QtbWluaW1hbCIKICBjbHVzdGVyOgogICAgY2VydGlmaWNhdGUtYXV0aG9yaXR5LWRhdGE6IExTMHRMUzFDUlVkSlRpQkRSVkpVU1VaSlEwRlVSUzB0TFMwdENrMUpTVUpYYWtORFFWRkhaMEYzU1VKQlowbENRVVJCUzBKblozRm9hMnBQVUZGUlJFRnFRVlpOVWsxM1JWRlpSRlpSVVVSRmQzQnlaRmRLYkdOdE5Xd0taRWRXZWsxQ05GaEVWRWt4VFZSQmVVOVVSVEpOVkdkNFQwWnZXRVJVVFRGTlZFRjVUMVJGTWsxVVozaFBSbTkzUmxSRlZFMUNSVWRCTVZWRlFYaE5Td3BoTTFacFdsaEtkVnBZVW14amVrSmFUVUpOUjBKNWNVZFRUVFE1UVdkRlIwTkRjVWRUVFRRNVFYZEZTRUV3U1VGQ1JsSkRiamd6UkdkRFdqaGxUMkZFQ21rM1NrMDRURE5ZVDFsdFlqSkxielp6VjNCTVpWUnFTWFIzU1hvM0t5OUdjbWhCYm1sTEt6ZFVhV2x1T1RaNWNYbHBVVGhhUVd0cldYVkVSakozWldvS1lVODNVemRrVjJwUmFrSkJUVUUwUjBFeFZXUkVkMFZDTDNkUlJVRjNTVU53UkVGUVFtZE9Wa2hTVFVKQlpqaEZRbFJCUkVGUlNDOU5RakJIUVRGVlpBcEVaMUZYUWtKVVZVUXhSamhTY0M5bE5tRTNNVWhuWTJwTmQxUXhXRXh3V0VOVVFVdENaMmR4YUd0cVQxQlJVVVJCWjA1SVFVUkNSVUZwUVV0TloyeHBDa2hTYjNaR09FWk9WMVpMTlZaRlVEUllkVXhRYzB4aE1HOXNWMGxOYkdvd05tODBOM2RSU1dkRE5YWm5ZWGhSTXpBNGRVUnFTRFUzWkcxb01rcDZMMGtLY0VOTk5XcEdRVEk0U3pZek9YbEZSbmRLVFQwS0xTMHRMUzFGVGtRZ1EwVlNWRWxHU1VOQlZFVXRMUzB0TFFvPQogICAgc2VydmVyOiBodHRwczovLzA0NTgzMzFhLWFkY2YtNDMxMi04YmM2LTBlYjUzYjExMDdiNi5hcGkuazhzLmZyLXBhci5zY3cuY2xvdWQ6NjQ0Mwpjb250ZXh0czoKLSBuYW1lOiBhZG1pbkB0ZXN0LW1pbmltYWwKICBjb250ZXh0OgogICAgY2x1c3RlcjogInRlc3QtbWluaW1hbCIKICAgIHVzZXI6IHRlc3QtbWluaW1hbC1hZG1pbgpjdXJyZW50LWNvbnRleHQ6IGFkbWluQHRlc3QtbWluaW1hbApraW5kOiBDb25maWcKcHJlZmVyZW5jZXM6IHt9CnVzZXJzOgotIG5hbWU6IHRlc3QtbWluaW1hbC1hZG1pbgogIHVzZXI6CiAgICB0b2tlbjogQ2ZDTzFTRHJHSFZWYWtqeWNrUEdPOGJnVHY2ZmRDZHluUUk4ek9ndUYySjdXYkJkN1hDelo4Z2w=\"}" + headers: + Content-Length: + - "1634" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:18:24 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - c82c8d25-96ee-486d-897e-4fd7c217ac07 + status: 200 OK + code: 200 + duration: 99.674771ms +- id: 12 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/0458331a-adcf-4312-8bc6-0eb53b1107b6 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1663 + body: "{\"region\":\"fr-par\", \"id\":\"0458331a-adcf-4312-8bc6-0eb53b1107b6\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:18.794627Z\", \"updated_at\":\"2025-10-30T16:18:19.297085Z\", \"type\":\"kapsule\", \"name\":\"test-minimal\", \"description\":\"terraform basic test cluster\", \"status\":\"pool_required\", \"version\":\"1.33.4\", \"cni\":\"calico\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"minimal\"], \"cluster_url\":\"https://0458331a-adcf-4312-8bc6-0eb53b1107b6.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.0458331a-adcf-4312-8bc6-0eb53b1107b6.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":true, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"d4d7e1aa-480f-4d59-a229-83d72581af29\", \"commitment_ends_at\":\"2025-10-30T16:18:18.794638Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"3ad2b4b8-8646-4be7-9e25-c1e0d8addf75\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1663" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:18:24 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 8f372ae2-5f69-4472-a84d-c8017e636b1a + status: 200 OK + code: 200 + duration: 21.381779ms +- id: 13 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/vpc/v2/regions/fr-par/vpcs/b663ff1a-dc80-4fc9-b037-334585a1b5f6 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 418 + body: "{\"id\":\"b663ff1a-dc80-4fc9-b037-334585a1b5f6\", \"name\":\"TestAccCluster_Basic\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:17.057069Z\", \"updated_at\":\"2025-10-30T16:18:17.057069Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_default\":false, \"private_network_count\":1, \"routing_enabled\":true, \"custom_routes_propagation_enabled\":true, \"region\":\"fr-par\"}" + headers: + Content-Length: + - "418" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:18:24 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 559d8500-76e6-404c-813e-d50001b33342 + status: 200 OK + code: 200 + duration: 21.663568ms +- id: 14 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks/d4d7e1aa-480f-4d59-a229-83d72581af29 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1082 + body: "{\"id\":\"d4d7e1aa-480f-4d59-a229-83d72581af29\", \"name\":\"test-minimal\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:17.727966Z\", \"updated_at\":\"2025-10-30T16:18:17.727966Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"subnets\":[{\"id\":\"4a162d1b-5c2c-416b-8fc6-4e02a27461be\", \"created_at\":\"2025-10-30T16:18:17.727966Z\", \"updated_at\":\"2025-10-30T16:18:17.727966Z\", \"subnet\":\"172.18.24.0/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"d4d7e1aa-480f-4d59-a229-83d72581af29\", \"vpc_id\":\"b663ff1a-dc80-4fc9-b037-334585a1b5f6\"}, {\"id\":\"bac17832-2469-47c8-94c1-01edb0c37d3a\", \"created_at\":\"2025-10-30T16:18:17.727966Z\", \"updated_at\":\"2025-10-30T16:18:17.727966Z\", \"subnet\":\"fd5f:519c:6d46:4b22::/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"d4d7e1aa-480f-4d59-a229-83d72581af29\", \"vpc_id\":\"b663ff1a-dc80-4fc9-b037-334585a1b5f6\"}], \"vpc_id\":\"b663ff1a-dc80-4fc9-b037-334585a1b5f6\", \"dhcp_enabled\":true, \"default_route_propagation_enabled\":false, \"region\":\"fr-par\"}" + headers: + Content-Length: + - "1082" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:18:24 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 147846ea-546f-4618-b8e6-d951f7d0ac7b + status: 200 OK + code: 200 + duration: 84.916793ms +- id: 15 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/0458331a-adcf-4312-8bc6-0eb53b1107b6 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1663 + body: "{\"region\":\"fr-par\", \"id\":\"0458331a-adcf-4312-8bc6-0eb53b1107b6\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:18.794627Z\", \"updated_at\":\"2025-10-30T16:18:19.297085Z\", \"type\":\"kapsule\", \"name\":\"test-minimal\", \"description\":\"terraform basic test cluster\", \"status\":\"pool_required\", \"version\":\"1.33.4\", \"cni\":\"calico\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"minimal\"], \"cluster_url\":\"https://0458331a-adcf-4312-8bc6-0eb53b1107b6.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.0458331a-adcf-4312-8bc6-0eb53b1107b6.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":true, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"d4d7e1aa-480f-4d59-a229-83d72581af29\", \"commitment_ends_at\":\"2025-10-30T16:18:18.794638Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"3ad2b4b8-8646-4be7-9e25-c1e0d8addf75\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1663" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:18:24 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - b1de7447-4041-4c06-932a-dbd600e3042f + status: 200 OK + code: 200 + duration: 19.753934ms +- id: 16 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/0458331a-adcf-4312-8bc6-0eb53b1107b6/kubeconfig + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1634 + body: "{\"name\":\"kubeconfig\", \"content_type\":\"application/octet-stream\", \"content\":\"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogInRlc3QtbWluaW1hbCIKICBjbHVzdGVyOgogICAgY2VydGlmaWNhdGUtYXV0aG9yaXR5LWRhdGE6IExTMHRMUzFDUlVkSlRpQkRSVkpVU1VaSlEwRlVSUzB0TFMwdENrMUpTVUpYYWtORFFWRkhaMEYzU1VKQlowbENRVVJCUzBKblozRm9hMnBQVUZGUlJFRnFRVlpOVWsxM1JWRlpSRlpSVVVSRmQzQnlaRmRLYkdOdE5Xd0taRWRXZWsxQ05GaEVWRWt4VFZSQmVVOVVSVEpOVkdkNFQwWnZXRVJVVFRGTlZFRjVUMVJGTWsxVVozaFBSbTkzUmxSRlZFMUNSVWRCTVZWRlFYaE5Td3BoTTFacFdsaEtkVnBZVW14amVrSmFUVUpOUjBKNWNVZFRUVFE1UVdkRlIwTkRjVWRUVFRRNVFYZEZTRUV3U1VGQ1JsSkRiamd6UkdkRFdqaGxUMkZFQ21rM1NrMDRURE5ZVDFsdFlqSkxielp6VjNCTVpWUnFTWFIzU1hvM0t5OUdjbWhCYm1sTEt6ZFVhV2x1T1RaNWNYbHBVVGhhUVd0cldYVkVSakozWldvS1lVODNVemRrVjJwUmFrSkJUVUUwUjBFeFZXUkVkMFZDTDNkUlJVRjNTVU53UkVGUVFtZE9Wa2hTVFVKQlpqaEZRbFJCUkVGUlNDOU5RakJIUVRGVlpBcEVaMUZYUWtKVVZVUXhSamhTY0M5bE5tRTNNVWhuWTJwTmQxUXhXRXh3V0VOVVFVdENaMmR4YUd0cVQxQlJVVVJCWjA1SVFVUkNSVUZwUVV0TloyeHBDa2hTYjNaR09FWk9WMVpMTlZaRlVEUllkVXhRYzB4aE1HOXNWMGxOYkdvd05tODBOM2RSU1dkRE5YWm5ZWGhSTXpBNGRVUnFTRFUzWkcxb01rcDZMMGtLY0VOTk5XcEdRVEk0U3pZek9YbEZSbmRLVFQwS0xTMHRMUzFGVGtRZ1EwVlNWRWxHU1VOQlZFVXRMUzB0TFFvPQogICAgc2VydmVyOiBodHRwczovLzA0NTgzMzFhLWFkY2YtNDMxMi04YmM2LTBlYjUzYjExMDdiNi5hcGkuazhzLmZyLXBhci5zY3cuY2xvdWQ6NjQ0Mwpjb250ZXh0czoKLSBuYW1lOiBhZG1pbkB0ZXN0LW1pbmltYWwKICBjb250ZXh0OgogICAgY2x1c3RlcjogInRlc3QtbWluaW1hbCIKICAgIHVzZXI6IHRlc3QtbWluaW1hbC1hZG1pbgpjdXJyZW50LWNvbnRleHQ6IGFkbWluQHRlc3QtbWluaW1hbApraW5kOiBDb25maWcKcHJlZmVyZW5jZXM6IHt9CnVzZXJzOgotIG5hbWU6IHRlc3QtbWluaW1hbC1hZG1pbgogIHVzZXI6CiAgICB0b2tlbjogQ2ZDTzFTRHJHSFZWYWtqeWNrUEdPOGJnVHY2ZmRDZHluUUk4ek9ndUYySjdXYkJkN1hDelo4Z2w=\"}" + headers: + Content-Length: + - "1634" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:18:24 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - d97ef4b5-2305-418e-91d3-313ce786c3e1 + status: 200 OK + code: 200 + duration: 93.859356ms +- id: 17 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/vpc/v2/regions/fr-par/vpcs/b663ff1a-dc80-4fc9-b037-334585a1b5f6 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 418 + body: "{\"id\":\"b663ff1a-dc80-4fc9-b037-334585a1b5f6\", \"name\":\"TestAccCluster_Basic\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:17.057069Z\", \"updated_at\":\"2025-10-30T16:18:17.057069Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_default\":false, \"private_network_count\":1, \"routing_enabled\":true, \"custom_routes_propagation_enabled\":true, \"region\":\"fr-par\"}" + headers: + Content-Length: + - "418" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:18:24 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 13c0d68b-5c1f-44c4-b821-4fb3d9c90bf3 + status: 200 OK + code: 200 + duration: 23.942155ms +- id: 18 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks/d4d7e1aa-480f-4d59-a229-83d72581af29 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1082 + body: "{\"id\":\"d4d7e1aa-480f-4d59-a229-83d72581af29\", \"name\":\"test-minimal\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:17.727966Z\", \"updated_at\":\"2025-10-30T16:18:17.727966Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"subnets\":[{\"id\":\"4a162d1b-5c2c-416b-8fc6-4e02a27461be\", \"created_at\":\"2025-10-30T16:18:17.727966Z\", \"updated_at\":\"2025-10-30T16:18:17.727966Z\", \"subnet\":\"172.18.24.0/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"d4d7e1aa-480f-4d59-a229-83d72581af29\", \"vpc_id\":\"b663ff1a-dc80-4fc9-b037-334585a1b5f6\"}, {\"id\":\"bac17832-2469-47c8-94c1-01edb0c37d3a\", \"created_at\":\"2025-10-30T16:18:17.727966Z\", \"updated_at\":\"2025-10-30T16:18:17.727966Z\", \"subnet\":\"fd5f:519c:6d46:4b22::/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"d4d7e1aa-480f-4d59-a229-83d72581af29\", \"vpc_id\":\"b663ff1a-dc80-4fc9-b037-334585a1b5f6\"}], \"vpc_id\":\"b663ff1a-dc80-4fc9-b037-334585a1b5f6\", \"dhcp_enabled\":true, \"default_route_propagation_enabled\":false, \"region\":\"fr-par\"}" + headers: + Content-Length: + - "1082" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:18:24 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 2a5ff7ee-0a4f-4a04-a250-97ac00966fb0 + status: 200 OK + code: 200 + duration: 22.871987ms +- id: 19 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/0458331a-adcf-4312-8bc6-0eb53b1107b6 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1663 + body: "{\"region\":\"fr-par\", \"id\":\"0458331a-adcf-4312-8bc6-0eb53b1107b6\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:18.794627Z\", \"updated_at\":\"2025-10-30T16:18:19.297085Z\", \"type\":\"kapsule\", \"name\":\"test-minimal\", \"description\":\"terraform basic test cluster\", \"status\":\"pool_required\", \"version\":\"1.33.4\", \"cni\":\"calico\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"minimal\"], \"cluster_url\":\"https://0458331a-adcf-4312-8bc6-0eb53b1107b6.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.0458331a-adcf-4312-8bc6-0eb53b1107b6.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":true, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"d4d7e1aa-480f-4d59-a229-83d72581af29\", \"commitment_ends_at\":\"2025-10-30T16:18:18.794638Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"3ad2b4b8-8646-4be7-9e25-c1e0d8addf75\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1663" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:18:24 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 2dbf8662-2ddb-476c-a0ed-4c6cd4bd453e + status: 200 OK + code: 200 + duration: 25.297909ms +- id: 20 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/0458331a-adcf-4312-8bc6-0eb53b1107b6/kubeconfig + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1634 + body: "{\"name\":\"kubeconfig\", \"content_type\":\"application/octet-stream\", \"content\":\"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogInRlc3QtbWluaW1hbCIKICBjbHVzdGVyOgogICAgY2VydGlmaWNhdGUtYXV0aG9yaXR5LWRhdGE6IExTMHRMUzFDUlVkSlRpQkRSVkpVU1VaSlEwRlVSUzB0TFMwdENrMUpTVUpYYWtORFFWRkhaMEYzU1VKQlowbENRVVJCUzBKblozRm9hMnBQVUZGUlJFRnFRVlpOVWsxM1JWRlpSRlpSVVVSRmQzQnlaRmRLYkdOdE5Xd0taRWRXZWsxQ05GaEVWRWt4VFZSQmVVOVVSVEpOVkdkNFQwWnZXRVJVVFRGTlZFRjVUMVJGTWsxVVozaFBSbTkzUmxSRlZFMUNSVWRCTVZWRlFYaE5Td3BoTTFacFdsaEtkVnBZVW14amVrSmFUVUpOUjBKNWNVZFRUVFE1UVdkRlIwTkRjVWRUVFRRNVFYZEZTRUV3U1VGQ1JsSkRiamd6UkdkRFdqaGxUMkZFQ21rM1NrMDRURE5ZVDFsdFlqSkxielp6VjNCTVpWUnFTWFIzU1hvM0t5OUdjbWhCYm1sTEt6ZFVhV2x1T1RaNWNYbHBVVGhhUVd0cldYVkVSakozWldvS1lVODNVemRrVjJwUmFrSkJUVUUwUjBFeFZXUkVkMFZDTDNkUlJVRjNTVU53UkVGUVFtZE9Wa2hTVFVKQlpqaEZRbFJCUkVGUlNDOU5RakJIUVRGVlpBcEVaMUZYUWtKVVZVUXhSamhTY0M5bE5tRTNNVWhuWTJwTmQxUXhXRXh3V0VOVVFVdENaMmR4YUd0cVQxQlJVVVJCWjA1SVFVUkNSVUZwUVV0TloyeHBDa2hTYjNaR09FWk9WMVpMTlZaRlVEUllkVXhRYzB4aE1HOXNWMGxOYkdvd05tODBOM2RSU1dkRE5YWm5ZWGhSTXpBNGRVUnFTRFUzWkcxb01rcDZMMGtLY0VOTk5XcEdRVEk0U3pZek9YbEZSbmRLVFQwS0xTMHRMUzFGVGtRZ1EwVlNWRWxHU1VOQlZFVXRMUzB0TFFvPQogICAgc2VydmVyOiBodHRwczovLzA0NTgzMzFhLWFkY2YtNDMxMi04YmM2LTBlYjUzYjExMDdiNi5hcGkuazhzLmZyLXBhci5zY3cuY2xvdWQ6NjQ0Mwpjb250ZXh0czoKLSBuYW1lOiBhZG1pbkB0ZXN0LW1pbmltYWwKICBjb250ZXh0OgogICAgY2x1c3RlcjogInRlc3QtbWluaW1hbCIKICAgIHVzZXI6IHRlc3QtbWluaW1hbC1hZG1pbgpjdXJyZW50LWNvbnRleHQ6IGFkbWluQHRlc3QtbWluaW1hbApraW5kOiBDb25maWcKcHJlZmVyZW5jZXM6IHt9CnVzZXJzOgotIG5hbWU6IHRlc3QtbWluaW1hbC1hZG1pbgogIHVzZXI6CiAgICB0b2tlbjogQ2ZDTzFTRHJHSFZWYWtqeWNrUEdPOGJnVHY2ZmRDZHluUUk4ek9ndUYySjdXYkJkN1hDelo4Z2w=\"}" + headers: + Content-Length: + - "1634" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:18:24 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - fc5f7d47-e1e3-48c6-beea-817e2d5cc9aa + status: 200 OK + code: 200 + duration: 20.33735ms +- id: 21 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/0458331a-adcf-4312-8bc6-0eb53b1107b6 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1663 + body: "{\"region\":\"fr-par\", \"id\":\"0458331a-adcf-4312-8bc6-0eb53b1107b6\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:18.794627Z\", \"updated_at\":\"2025-10-30T16:18:19.297085Z\", \"type\":\"kapsule\", \"name\":\"test-minimal\", \"description\":\"terraform basic test cluster\", \"status\":\"pool_required\", \"version\":\"1.33.4\", \"cni\":\"calico\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"minimal\"], \"cluster_url\":\"https://0458331a-adcf-4312-8bc6-0eb53b1107b6.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.0458331a-adcf-4312-8bc6-0eb53b1107b6.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":true, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"d4d7e1aa-480f-4d59-a229-83d72581af29\", \"commitment_ends_at\":\"2025-10-30T16:18:18.794638Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"3ad2b4b8-8646-4be7-9e25-c1e0d8addf75\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1663" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:18:25 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 54f5460c-8bd2-4948-a3e0-2bad83c1db7a + status: 200 OK + code: 200 + duration: 76.336149ms +- id: 22 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 609 + host: api.scaleway.com + body: "{\"description\":\"\",\"autoscaler_config\":{\"scale_down_disabled\":null,\"scale_down_delay_after_add\":null,\"estimator\":\"unknown_estimator\",\"expander\":\"unknown_expander\",\"ignore_daemonsets_utilization\":null,\"balance_similar_node_groups\":null,\"expendable_pods_priority_cutoff\":null,\"scale_down_unneeded_time\":null,\"scale_down_utilization_threshold\":null,\"max_graceful_termination_sec\":null},\"auto_upgrade\":{\"enable\":null,\"maintenance_window\":null},\"open_id_connect_config\":{\"issuer_url\":null,\"client_id\":null,\"username_claim\":null,\"username_prefix\":null,\"groups_claim\":null,\"groups_prefix\":null,\"required_claim\":null}}" + headers: + Content-Type: + - application/json + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/0458331a-adcf-4312-8bc6-0eb53b1107b6 + method: PATCH + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1631 + body: "{\"region\":\"fr-par\", \"id\":\"0458331a-adcf-4312-8bc6-0eb53b1107b6\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:18.794627Z\", \"updated_at\":\"2025-10-30T16:18:25.290866Z\", \"type\":\"kapsule\", \"name\":\"test-minimal\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.33.4\", \"cni\":\"calico\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"minimal\"], \"cluster_url\":\"https://0458331a-adcf-4312-8bc6-0eb53b1107b6.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.0458331a-adcf-4312-8bc6-0eb53b1107b6.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":true, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"d4d7e1aa-480f-4d59-a229-83d72581af29\", \"commitment_ends_at\":\"2025-10-30T16:18:18.794638Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"3ad2b4b8-8646-4be7-9e25-c1e0d8addf75\", \"new_images_enabled\":false, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1631" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:18:25 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 31d6364e-f539-48d0-9cec-089a327f7aa5 + status: 200 OK + code: 200 + duration: 86.671015ms +- id: 23 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/0458331a-adcf-4312-8bc6-0eb53b1107b6 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1630 + body: "{\"region\":\"fr-par\", \"id\":\"0458331a-adcf-4312-8bc6-0eb53b1107b6\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:18.794627Z\", \"updated_at\":\"2025-10-30T16:18:25.290866Z\", \"type\":\"kapsule\", \"name\":\"test-minimal\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.33.4\", \"cni\":\"calico\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"minimal\"], \"cluster_url\":\"https://0458331a-adcf-4312-8bc6-0eb53b1107b6.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.0458331a-adcf-4312-8bc6-0eb53b1107b6.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":true, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"d4d7e1aa-480f-4d59-a229-83d72581af29\", \"commitment_ends_at\":\"2025-10-30T16:18:18.794638Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"3ad2b4b8-8646-4be7-9e25-c1e0d8addf75\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1630" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:18:25 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 8fb83a76-152f-4297-b939-08882264b4b1 + status: 200 OK + code: 200 + duration: 87.829479ms +- id: 24 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/0458331a-adcf-4312-8bc6-0eb53b1107b6 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1635 + body: "{\"region\":\"fr-par\", \"id\":\"0458331a-adcf-4312-8bc6-0eb53b1107b6\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:18.794627Z\", \"updated_at\":\"2025-10-30T16:18:25.324861Z\", \"type\":\"kapsule\", \"name\":\"test-minimal\", \"description\":\"\", \"status\":\"pool_required\", \"version\":\"1.33.4\", \"cni\":\"calico\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"minimal\"], \"cluster_url\":\"https://0458331a-adcf-4312-8bc6-0eb53b1107b6.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.0458331a-adcf-4312-8bc6-0eb53b1107b6.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":true, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"d4d7e1aa-480f-4d59-a229-83d72581af29\", \"commitment_ends_at\":\"2025-10-30T16:18:18.794638Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"3ad2b4b8-8646-4be7-9e25-c1e0d8addf75\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1635" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:18:30 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 72364231-fbaf-44c7-8421-a5a01e625508 + status: 200 OK + code: 200 + duration: 90.992466ms +- id: 25 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 41 + host: api.scaleway.com + body: "{\"version\":\"1.34.1\",\"upgrade_pools\":true}" + headers: + Content-Type: + - application/json + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/0458331a-adcf-4312-8bc6-0eb53b1107b6/upgrade + method: POST + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1632 + body: "{\"region\":\"fr-par\", \"id\":\"0458331a-adcf-4312-8bc6-0eb53b1107b6\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:18.794627Z\", \"updated_at\":\"2025-10-30T16:18:30.567115Z\", \"type\":\"kapsule\", \"name\":\"test-minimal\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"calico\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"minimal\"], \"cluster_url\":\"https://0458331a-adcf-4312-8bc6-0eb53b1107b6.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.0458331a-adcf-4312-8bc6-0eb53b1107b6.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"d4d7e1aa-480f-4d59-a229-83d72581af29\", \"commitment_ends_at\":\"2025-10-30T16:18:18.794638Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"3ad2b4b8-8646-4be7-9e25-c1e0d8addf75\", \"new_images_enabled\":false, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1632" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:18:30 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - f09c4d6d-8adf-45c5-9a1b-cd95222bfadb + status: 200 OK + code: 200 + duration: 97.715252ms +- id: 26 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/0458331a-adcf-4312-8bc6-0eb53b1107b6 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1636 + body: "{\"region\":\"fr-par\", \"id\":\"0458331a-adcf-4312-8bc6-0eb53b1107b6\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:18.794627Z\", \"updated_at\":\"2025-10-30T16:18:30.610028Z\", \"type\":\"kapsule\", \"name\":\"test-minimal\", \"description\":\"\", \"status\":\"pool_required\", \"version\":\"1.34.1\", \"cni\":\"calico\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"minimal\"], \"cluster_url\":\"https://0458331a-adcf-4312-8bc6-0eb53b1107b6.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.0458331a-adcf-4312-8bc6-0eb53b1107b6.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"d4d7e1aa-480f-4d59-a229-83d72581af29\", \"commitment_ends_at\":\"2025-10-30T16:18:18.794638Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"3ad2b4b8-8646-4be7-9e25-c1e0d8addf75\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1636" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:18:30 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - cb5d7faa-e01c-4b6e-ab7b-6c6f5c27c10a + status: 200 OK + code: 200 + duration: 36.600442ms +- id: 27 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/0458331a-adcf-4312-8bc6-0eb53b1107b6 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1636 + body: "{\"region\":\"fr-par\", \"id\":\"0458331a-adcf-4312-8bc6-0eb53b1107b6\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:18.794627Z\", \"updated_at\":\"2025-10-30T16:18:30.610028Z\", \"type\":\"kapsule\", \"name\":\"test-minimal\", \"description\":\"\", \"status\":\"pool_required\", \"version\":\"1.34.1\", \"cni\":\"calico\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"minimal\"], \"cluster_url\":\"https://0458331a-adcf-4312-8bc6-0eb53b1107b6.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.0458331a-adcf-4312-8bc6-0eb53b1107b6.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"d4d7e1aa-480f-4d59-a229-83d72581af29\", \"commitment_ends_at\":\"2025-10-30T16:18:18.794638Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"3ad2b4b8-8646-4be7-9e25-c1e0d8addf75\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1636" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:18:30 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 4187bf9a-ecb5-4bc7-9a4e-b22559ff5cda + status: 200 OK + code: 200 + duration: 25.210095ms +- id: 28 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + form: + order_by: + - created_at_asc + page: + - "1" + status: + - unknown + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/0458331a-adcf-4312-8bc6-0eb53b1107b6/pools?order_by=created_at_asc&page=1&status=unknown + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 29 + body: "{\"total_count\":0, \"pools\":[]}" + headers: + Content-Length: + - "29" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:18:30 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - fdb80122-e227-473d-831a-d2c10d5c75ca + status: 200 OK + code: 200 + duration: 31.65488ms +- id: 29 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/0458331a-adcf-4312-8bc6-0eb53b1107b6 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1636 + body: "{\"region\":\"fr-par\", \"id\":\"0458331a-adcf-4312-8bc6-0eb53b1107b6\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:18.794627Z\", \"updated_at\":\"2025-10-30T16:18:30.610028Z\", \"type\":\"kapsule\", \"name\":\"test-minimal\", \"description\":\"\", \"status\":\"pool_required\", \"version\":\"1.34.1\", \"cni\":\"calico\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"minimal\"], \"cluster_url\":\"https://0458331a-adcf-4312-8bc6-0eb53b1107b6.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.0458331a-adcf-4312-8bc6-0eb53b1107b6.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"d4d7e1aa-480f-4d59-a229-83d72581af29\", \"commitment_ends_at\":\"2025-10-30T16:18:18.794638Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"3ad2b4b8-8646-4be7-9e25-c1e0d8addf75\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1636" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:18:30 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - fa96a7a6-b3d5-46b8-a0f4-746f5054ed8d + status: 200 OK + code: 200 + duration: 27.171997ms +- id: 30 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/0458331a-adcf-4312-8bc6-0eb53b1107b6/kubeconfig + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1634 + body: "{\"name\":\"kubeconfig\", \"content_type\":\"application/octet-stream\", \"content\":\"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogInRlc3QtbWluaW1hbCIKICBjbHVzdGVyOgogICAgY2VydGlmaWNhdGUtYXV0aG9yaXR5LWRhdGE6IExTMHRMUzFDUlVkSlRpQkRSVkpVU1VaSlEwRlVSUzB0TFMwdENrMUpTVUpYYWtORFFWRkhaMEYzU1VKQlowbENRVVJCUzBKblozRm9hMnBQVUZGUlJFRnFRVlpOVWsxM1JWRlpSRlpSVVVSRmQzQnlaRmRLYkdOdE5Xd0taRWRXZWsxQ05GaEVWRWt4VFZSQmVVOVVSVEpOVkdkNFQwWnZXRVJVVFRGTlZFRjVUMVJGTWsxVVozaFBSbTkzUmxSRlZFMUNSVWRCTVZWRlFYaE5Td3BoTTFacFdsaEtkVnBZVW14amVrSmFUVUpOUjBKNWNVZFRUVFE1UVdkRlIwTkRjVWRUVFRRNVFYZEZTRUV3U1VGQ1JsSkRiamd6UkdkRFdqaGxUMkZFQ21rM1NrMDRURE5ZVDFsdFlqSkxielp6VjNCTVpWUnFTWFIzU1hvM0t5OUdjbWhCYm1sTEt6ZFVhV2x1T1RaNWNYbHBVVGhhUVd0cldYVkVSakozWldvS1lVODNVemRrVjJwUmFrSkJUVUUwUjBFeFZXUkVkMFZDTDNkUlJVRjNTVU53UkVGUVFtZE9Wa2hTVFVKQlpqaEZRbFJCUkVGUlNDOU5RakJIUVRGVlpBcEVaMUZYUWtKVVZVUXhSamhTY0M5bE5tRTNNVWhuWTJwTmQxUXhXRXh3V0VOVVFVdENaMmR4YUd0cVQxQlJVVVJCWjA1SVFVUkNSVUZwUVV0TloyeHBDa2hTYjNaR09FWk9WMVpMTlZaRlVEUllkVXhRYzB4aE1HOXNWMGxOYkdvd05tODBOM2RSU1dkRE5YWm5ZWGhSTXpBNGRVUnFTRFUzWkcxb01rcDZMMGtLY0VOTk5XcEdRVEk0U3pZek9YbEZSbmRLVFQwS0xTMHRMUzFGVGtRZ1EwVlNWRWxHU1VOQlZFVXRMUzB0TFFvPQogICAgc2VydmVyOiBodHRwczovLzA0NTgzMzFhLWFkY2YtNDMxMi04YmM2LTBlYjUzYjExMDdiNi5hcGkuazhzLmZyLXBhci5zY3cuY2xvdWQ6NjQ0Mwpjb250ZXh0czoKLSBuYW1lOiBhZG1pbkB0ZXN0LW1pbmltYWwKICBjb250ZXh0OgogICAgY2x1c3RlcjogInRlc3QtbWluaW1hbCIKICAgIHVzZXI6IHRlc3QtbWluaW1hbC1hZG1pbgpjdXJyZW50LWNvbnRleHQ6IGFkbWluQHRlc3QtbWluaW1hbApraW5kOiBDb25maWcKcHJlZmVyZW5jZXM6IHt9CnVzZXJzOgotIG5hbWU6IHRlc3QtbWluaW1hbC1hZG1pbgogIHVzZXI6CiAgICB0b2tlbjogQ2ZDTzFTRHJHSFZWYWtqeWNrUEdPOGJnVHY2ZmRDZHluUUk4ek9ndUYySjdXYkJkN1hDelo4Z2w=\"}" + headers: + Content-Length: + - "1634" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:18:30 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 8db46184-77aa-4daf-80f1-0da90f7190b7 + status: 200 OK + code: 200 + duration: 21.285258ms +- id: 31 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/0458331a-adcf-4312-8bc6-0eb53b1107b6 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1636 + body: "{\"region\":\"fr-par\", \"id\":\"0458331a-adcf-4312-8bc6-0eb53b1107b6\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:18.794627Z\", \"updated_at\":\"2025-10-30T16:18:30.610028Z\", \"type\":\"kapsule\", \"name\":\"test-minimal\", \"description\":\"\", \"status\":\"pool_required\", \"version\":\"1.34.1\", \"cni\":\"calico\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"minimal\"], \"cluster_url\":\"https://0458331a-adcf-4312-8bc6-0eb53b1107b6.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.0458331a-adcf-4312-8bc6-0eb53b1107b6.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"d4d7e1aa-480f-4d59-a229-83d72581af29\", \"commitment_ends_at\":\"2025-10-30T16:18:18.794638Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"3ad2b4b8-8646-4be7-9e25-c1e0d8addf75\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1636" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:18:30 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - f04fc288-27fd-419b-a2be-a0819fb97963 + status: 200 OK + code: 200 + duration: 79.913813ms +- id: 32 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/vpc/v2/regions/fr-par/vpcs/b663ff1a-dc80-4fc9-b037-334585a1b5f6 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 418 + body: "{\"id\":\"b663ff1a-dc80-4fc9-b037-334585a1b5f6\", \"name\":\"TestAccCluster_Basic\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:17.057069Z\", \"updated_at\":\"2025-10-30T16:18:17.057069Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_default\":false, \"private_network_count\":1, \"routing_enabled\":true, \"custom_routes_propagation_enabled\":true, \"region\":\"fr-par\"}" + headers: + Content-Length: + - "418" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:18:31 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 85f9f048-5e9b-4479-8107-ef47b6559f92 + status: 200 OK + code: 200 + duration: 30.096536ms +- id: 33 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks/d4d7e1aa-480f-4d59-a229-83d72581af29 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1082 + body: "{\"id\":\"d4d7e1aa-480f-4d59-a229-83d72581af29\", \"name\":\"test-minimal\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:17.727966Z\", \"updated_at\":\"2025-10-30T16:18:17.727966Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"subnets\":[{\"id\":\"4a162d1b-5c2c-416b-8fc6-4e02a27461be\", \"created_at\":\"2025-10-30T16:18:17.727966Z\", \"updated_at\":\"2025-10-30T16:18:17.727966Z\", \"subnet\":\"172.18.24.0/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"d4d7e1aa-480f-4d59-a229-83d72581af29\", \"vpc_id\":\"b663ff1a-dc80-4fc9-b037-334585a1b5f6\"}, {\"id\":\"bac17832-2469-47c8-94c1-01edb0c37d3a\", \"created_at\":\"2025-10-30T16:18:17.727966Z\", \"updated_at\":\"2025-10-30T16:18:17.727966Z\", \"subnet\":\"fd5f:519c:6d46:4b22::/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"d4d7e1aa-480f-4d59-a229-83d72581af29\", \"vpc_id\":\"b663ff1a-dc80-4fc9-b037-334585a1b5f6\"}], \"vpc_id\":\"b663ff1a-dc80-4fc9-b037-334585a1b5f6\", \"dhcp_enabled\":true, \"default_route_propagation_enabled\":false, \"region\":\"fr-par\"}" + headers: + Content-Length: + - "1082" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:18:31 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 0c899149-f4f0-4085-bc30-284a20804d48 + status: 200 OK + code: 200 + duration: 26.584975ms +- id: 34 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/0458331a-adcf-4312-8bc6-0eb53b1107b6 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1636 + body: "{\"region\":\"fr-par\", \"id\":\"0458331a-adcf-4312-8bc6-0eb53b1107b6\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:18.794627Z\", \"updated_at\":\"2025-10-30T16:18:30.610028Z\", \"type\":\"kapsule\", \"name\":\"test-minimal\", \"description\":\"\", \"status\":\"pool_required\", \"version\":\"1.34.1\", \"cni\":\"calico\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"minimal\"], \"cluster_url\":\"https://0458331a-adcf-4312-8bc6-0eb53b1107b6.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.0458331a-adcf-4312-8bc6-0eb53b1107b6.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"d4d7e1aa-480f-4d59-a229-83d72581af29\", \"commitment_ends_at\":\"2025-10-30T16:18:18.794638Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"3ad2b4b8-8646-4be7-9e25-c1e0d8addf75\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1636" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:18:31 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 7cb294df-a8b9-4c81-9305-cd9b23e9d0c4 + status: 200 OK + code: 200 + duration: 45.00208ms +- id: 35 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/0458331a-adcf-4312-8bc6-0eb53b1107b6/kubeconfig + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1634 + body: "{\"name\":\"kubeconfig\", \"content_type\":\"application/octet-stream\", \"content\":\"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogInRlc3QtbWluaW1hbCIKICBjbHVzdGVyOgogICAgY2VydGlmaWNhdGUtYXV0aG9yaXR5LWRhdGE6IExTMHRMUzFDUlVkSlRpQkRSVkpVU1VaSlEwRlVSUzB0TFMwdENrMUpTVUpYYWtORFFWRkhaMEYzU1VKQlowbENRVVJCUzBKblozRm9hMnBQVUZGUlJFRnFRVlpOVWsxM1JWRlpSRlpSVVVSRmQzQnlaRmRLYkdOdE5Xd0taRWRXZWsxQ05GaEVWRWt4VFZSQmVVOVVSVEpOVkdkNFQwWnZXRVJVVFRGTlZFRjVUMVJGTWsxVVozaFBSbTkzUmxSRlZFMUNSVWRCTVZWRlFYaE5Td3BoTTFacFdsaEtkVnBZVW14amVrSmFUVUpOUjBKNWNVZFRUVFE1UVdkRlIwTkRjVWRUVFRRNVFYZEZTRUV3U1VGQ1JsSkRiamd6UkdkRFdqaGxUMkZFQ21rM1NrMDRURE5ZVDFsdFlqSkxielp6VjNCTVpWUnFTWFIzU1hvM0t5OUdjbWhCYm1sTEt6ZFVhV2x1T1RaNWNYbHBVVGhhUVd0cldYVkVSakozWldvS1lVODNVemRrVjJwUmFrSkJUVUUwUjBFeFZXUkVkMFZDTDNkUlJVRjNTVU53UkVGUVFtZE9Wa2hTVFVKQlpqaEZRbFJCUkVGUlNDOU5RakJIUVRGVlpBcEVaMUZYUWtKVVZVUXhSamhTY0M5bE5tRTNNVWhuWTJwTmQxUXhXRXh3V0VOVVFVdENaMmR4YUd0cVQxQlJVVVJCWjA1SVFVUkNSVUZwUVV0TloyeHBDa2hTYjNaR09FWk9WMVpMTlZaRlVEUllkVXhRYzB4aE1HOXNWMGxOYkdvd05tODBOM2RSU1dkRE5YWm5ZWGhSTXpBNGRVUnFTRFUzWkcxb01rcDZMMGtLY0VOTk5XcEdRVEk0U3pZek9YbEZSbmRLVFQwS0xTMHRMUzFGVGtRZ1EwVlNWRWxHU1VOQlZFVXRMUzB0TFFvPQogICAgc2VydmVyOiBodHRwczovLzA0NTgzMzFhLWFkY2YtNDMxMi04YmM2LTBlYjUzYjExMDdiNi5hcGkuazhzLmZyLXBhci5zY3cuY2xvdWQ6NjQ0Mwpjb250ZXh0czoKLSBuYW1lOiBhZG1pbkB0ZXN0LW1pbmltYWwKICBjb250ZXh0OgogICAgY2x1c3RlcjogInRlc3QtbWluaW1hbCIKICAgIHVzZXI6IHRlc3QtbWluaW1hbC1hZG1pbgpjdXJyZW50LWNvbnRleHQ6IGFkbWluQHRlc3QtbWluaW1hbApraW5kOiBDb25maWcKcHJlZmVyZW5jZXM6IHt9CnVzZXJzOgotIG5hbWU6IHRlc3QtbWluaW1hbC1hZG1pbgogIHVzZXI6CiAgICB0b2tlbjogQ2ZDTzFTRHJHSFZWYWtqeWNrUEdPOGJnVHY2ZmRDZHluUUk4ek9ndUYySjdXYkJkN1hDelo4Z2w=\"}" + headers: + Content-Length: + - "1634" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:18:31 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 95cd67d4-bcf2-4391-9e11-b2fddd28bfbc + status: 200 OK + code: 200 + duration: 75.400602ms +- id: 36 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + form: + with_additional_resources: + - "false" + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/0458331a-adcf-4312-8bc6-0eb53b1107b6?with_additional_resources=false + method: DELETE + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1632 + body: "{\"region\":\"fr-par\", \"id\":\"0458331a-adcf-4312-8bc6-0eb53b1107b6\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:18.794627Z\", \"updated_at\":\"2025-10-30T16:18:31.539150Z\", \"type\":\"kapsule\", \"name\":\"test-minimal\", \"description\":\"\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"cni\":\"calico\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"minimal\"], \"cluster_url\":\"https://0458331a-adcf-4312-8bc6-0eb53b1107b6.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.0458331a-adcf-4312-8bc6-0eb53b1107b6.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"d4d7e1aa-480f-4d59-a229-83d72581af29\", \"commitment_ends_at\":\"2025-10-30T16:18:18.794638Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"3ad2b4b8-8646-4be7-9e25-c1e0d8addf75\", \"new_images_enabled\":false, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1632" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:18:31 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 6bc16bb0-c7a8-4090-91e8-601273e8e577 + status: 200 OK + code: 200 + duration: 71.441782ms +- id: 37 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/0458331a-adcf-4312-8bc6-0eb53b1107b6 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1631 + body: "{\"region\":\"fr-par\", \"id\":\"0458331a-adcf-4312-8bc6-0eb53b1107b6\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:18.794627Z\", \"updated_at\":\"2025-10-30T16:18:31.539150Z\", \"type\":\"kapsule\", \"name\":\"test-minimal\", \"description\":\"\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"cni\":\"calico\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"minimal\"], \"cluster_url\":\"https://0458331a-adcf-4312-8bc6-0eb53b1107b6.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.0458331a-adcf-4312-8bc6-0eb53b1107b6.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"d4d7e1aa-480f-4d59-a229-83d72581af29\", \"commitment_ends_at\":\"2025-10-30T16:18:18.794638Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"3ad2b4b8-8646-4be7-9e25-c1e0d8addf75\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1631" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:18:31 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - e32a40f7-13ec-4570-a151-80b388b4119a + status: 200 OK + code: 200 + duration: 21.790046ms +- id: 38 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/0458331a-adcf-4312-8bc6-0eb53b1107b6 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 128 + body: "{\"message\":\"resource is not found\",\"resource\":\"cluster\",\"resource_id\":\"0458331a-adcf-4312-8bc6-0eb53b1107b6\",\"type\":\"not_found\"}" + headers: + Content-Length: + - "128" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:18:36 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 5f18cea4-eb6b-4477-a380-1bf330526b6c + status: 404 Not Found + code: 404 + duration: 26.532567ms +- id: 39 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks/d4d7e1aa-480f-4d59-a229-83d72581af29 + method: DELETE + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 0 + body: "" + headers: + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:18:37 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - fe5b2f71-ab07-411b-8236-4931179a0a77 + status: 204 No Content + code: 204 + duration: 1.092783828s +- id: 40 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/vpc/v2/regions/fr-par/vpcs/b663ff1a-dc80-4fc9-b037-334585a1b5f6 + method: DELETE + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 0 + body: "" + headers: + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:18:37 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 985de74b-4c1f-4818-a7d9-6ec4e525258f + status: 204 No Content + code: 204 + duration: 118.676013ms +- id: 41 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/0458331a-adcf-4312-8bc6-0eb53b1107b6 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 128 + body: "{\"message\":\"resource is not found\",\"resource\":\"cluster\",\"resource_id\":\"0458331a-adcf-4312-8bc6-0eb53b1107b6\",\"type\":\"not_found\"}" + headers: + Content-Length: + - "128" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:18:37 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 40f3b5c3-6256-46e3-b5c5-bc0d933b0034 + status: 404 Not Found + code: 404 + duration: 27.752737ms +- id: 42 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks/d4d7e1aa-480f-4d59-a229-83d72581af29 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 136 + body: "{\"message\":\"resource is not found\",\"resource\":\"private_network\",\"resource_id\":\"d4d7e1aa-480f-4d59-a229-83d72581af29\",\"type\":\"not_found\"}" + headers: + Content-Length: + - "136" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:18:37 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 0b934524-10bf-46a1-97db-869bc648bfec + status: 404 Not Found + code: 404 + duration: 24.90929ms diff --git a/internal/services/k8s/testdata/cluster-multicloud.cassette.yaml b/internal/services/k8s/testdata/cluster-multicloud.cassette.yaml index 7e0337d395..0175ef5c87 100644 --- a/internal/services/k8s/testdata/cluster-multicloud.cassette.yaml +++ b/internal/services/k8s/testdata/cluster-multicloud.cassette.yaml @@ -1,1428 +1,4144 @@ --- version: 2 interactions: - - id: 0 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/versions - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 4962 - uncompressed: false - body: '{"versions":[{"available_admission_plugins":["AlwaysPullImages","PodNodeSelector","PodTolerationRestriction"],"available_cnis":["cilium","cilium_native","calico","kilo","none"],"available_container_runtimes":["containerd"],"available_feature_gates":["HPAScaleToZero","CPUManagerPolicyAlphaOptions","ImageVolume"],"available_kubelet_args":{"containerLogMaxFiles":"uint16","containerLogMaxSize":"quantity","cpuCFSQuota":"bool","cpuCFSQuotaPeriod":"duration","cpuManagerPolicy":"enum:none|static","cpuManagerPolicyOptions":"map[string]string","enableDebuggingHandlers":"bool","evictionHard":"map[string]string","evictionMinimumReclaim":"map[string]string","imageGCHighThresholdPercent":"uint32","imageGCLowThresholdPercent":"uint32","maxParallelImagePulls":"int32","maxPods":"uint16","registryBurst":"int32","registryPullQPS":"int32","serializeImagePulls":"bool"},"label":"Kubernetes 1.34.1","name":"1.34.1","region":"fr-par"},{"available_admission_plugins":["AlwaysPullImages","PodNodeSelector","PodTolerationRestriction"],"available_cnis":["cilium","calico","kilo","none"],"available_container_runtimes":["containerd"],"available_feature_gates":["HPAScaleToZero","DRAAdminAccess","DynamicResourceAllocation","PodLevelResources","CPUManagerPolicyAlphaOptions","ImageVolume"],"available_kubelet_args":{"containerLogMaxFiles":"uint16","containerLogMaxSize":"quantity","cpuCFSQuota":"bool","cpuCFSQuotaPeriod":"duration","cpuManagerPolicy":"enum:none|static","cpuManagerPolicyOptions":"map[string]string","enableDebuggingHandlers":"bool","evictionHard":"map[string]string","evictionMinimumReclaim":"map[string]string","imageGCHighThresholdPercent":"uint32","imageGCLowThresholdPercent":"uint32","maxParallelImagePulls":"int32","maxPods":"uint16","registryBurst":"int32","registryPullQPS":"int32","serializeImagePulls":"bool"},"label":"Kubernetes 1.33.4","name":"1.33.4","region":"fr-par"},{"available_admission_plugins":["AlwaysPullImages","PodNodeSelector","PodTolerationRestriction"],"available_cnis":["cilium","calico","kilo","none"],"available_container_runtimes":["containerd"],"available_feature_gates":["HPAScaleToZero","InPlacePodVerticalScaling","SidecarContainers","DRAAdminAccess","DRAResourceClaimDeviceStatus","DynamicResourceAllocation","PodLevelResources","CPUManagerPolicyAlphaOptions","ImageVolume"],"available_kubelet_args":{"containerLogMaxFiles":"uint16","containerLogMaxSize":"quantity","cpuCFSQuota":"bool","cpuCFSQuotaPeriod":"duration","cpuManagerPolicy":"enum:none|static","cpuManagerPolicyOptions":"map[string]string","enableDebuggingHandlers":"bool","evictionHard":"map[string]string","evictionMinimumReclaim":"map[string]string","imageGCHighThresholdPercent":"uint32","imageGCLowThresholdPercent":"uint32","maxParallelImagePulls":"int32","maxPods":"uint16","registryBurst":"int32","registryPullQPS":"int32","serializeImagePulls":"bool"},"label":"Kubernetes 1.32.8","name":"1.32.8","region":"fr-par"},{"available_admission_plugins":["AlwaysPullImages","PodNodeSelector","PodTolerationRestriction"],"available_cnis":["cilium","calico","kilo","none"],"available_container_runtimes":["containerd"],"available_feature_gates":["HPAScaleToZero","InPlacePodVerticalScaling","SidecarContainers","CPUManagerPolicyAlphaOptions","ImageVolume"],"available_kubelet_args":{"containerLogMaxFiles":"uint16","containerLogMaxSize":"quantity","cpuCFSQuota":"bool","cpuCFSQuotaPeriod":"duration","cpuManagerPolicy":"enum:none|static","cpuManagerPolicyOptions":"map[string]string","enableDebuggingHandlers":"bool","evictionHard":"map[string]string","evictionMinimumReclaim":"map[string]string","imageGCHighThresholdPercent":"uint32","imageGCLowThresholdPercent":"uint32","maxParallelImagePulls":"int32","maxPods":"uint16","registryBurst":"int32","registryPullQPS":"int32","serializeImagePulls":"bool"},"label":"Kubernetes 1.31.12","name":"1.31.12","region":"fr-par"},{"available_admission_plugins":["AlwaysPullImages","PodNodeSelector","PodTolerationRestriction"],"available_cnis":["cilium","calico","kilo","none"],"available_container_runtimes":["containerd"],"available_feature_gates":["HPAScaleToZero","SidecarContainers","InPlacePodVerticalScaling","CPUManagerPolicyAlphaOptions"],"available_kubelet_args":{"containerLogMaxFiles":"uint16","containerLogMaxSize":"quantity","cpuCFSQuota":"bool","cpuCFSQuotaPeriod":"duration","cpuManagerPolicy":"enum:none|static","cpuManagerPolicyOptions":"map[string]string","enableDebuggingHandlers":"bool","evictionHard":"map[string]string","evictionMinimumReclaim":"map[string]string","imageGCHighThresholdPercent":"uint32","imageGCLowThresholdPercent":"uint32","maxParallelImagePulls":"int32","maxPods":"uint16","registryBurst":"int32","registryPullQPS":"int32","serializeImagePulls":"bool"},"label":"Kubernetes 1.30.14","name":"1.30.14","region":"fr-par"}]}' - headers: - Content-Length: - - "4962" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 14:09:47 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 9999f414-ba04-4158-934d-643d87487ab9 - status: 200 OK - code: 200 - duration: 168.673ms - - id: 1 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 595 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: '{"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","type":"multicloud","name":"test-multicloud","description":"","tags":[],"version":"1.34.1","cni":"kilo","pools":null,"autoscaler_config":{"scale_down_disabled":null,"scale_down_delay_after_add":null,"estimator":"unknown_estimator","expander":"unknown_expander","ignore_daemonsets_utilization":null,"balance_similar_node_groups":null,"expendable_pods_priority_cutoff":0,"scale_down_unneeded_time":null,"scale_down_utilization_threshold":null,"max_graceful_termination_sec":0},"feature_gates":[],"admission_plugins":[],"apiserver_cert_sans":[]}' - form: {} - headers: - Content-Type: - - application/json - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters - method: POST - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1515 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://7af5fad2-ef0e-4df6-b042-e012a5e58bb8.api.k8s.fr-par.scw.cloud:6443","cni":"kilo","commitment_ends_at":"2025-09-30T14:09:47.803632Z","created_at":"2025-09-30T14:09:47.803616Z","description":"","dns_wildcard":"*.7af5fad2-ef0e-4df6-b042-e012a5e58bb8.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"","id":"7af5fad2-ef0e-4df6-b042-e012a5e58bb8","name":"test-multicloud","new_images_enabled":false,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"100.64.0.0/15","private_network_id":null,"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"10.32.0.0/20","service_dns_ip":"10.32.0.10","status":"creating","tags":[],"type":"multicloud","updated_at":"2025-09-30T14:09:47.803616Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1515" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 14:09:47 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 52860ccf-8220-4191-a25f-6cb43eefa3dd - status: 200 OK - code: 200 - duration: 274.082542ms - - id: 2 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/7af5fad2-ef0e-4df6-b042-e012a5e58bb8 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1479 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://7af5fad2-ef0e-4df6-b042-e012a5e58bb8.api.k8s.fr-par.scw.cloud:6443","cni":"kilo","commitment_ends_at":"2025-09-30T14:09:47.803632Z","created_at":"2025-09-30T14:09:47.803616Z","description":"","dns_wildcard":"*.7af5fad2-ef0e-4df6-b042-e012a5e58bb8.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"","id":"7af5fad2-ef0e-4df6-b042-e012a5e58bb8","name":"test-multicloud","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":null,"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"","service_dns_ip":"","status":"creating","tags":[],"type":"multicloud","updated_at":"2025-09-30T14:09:47.803616Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1479" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 14:09:47 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - ffb5d2a2-ac29-47b8-a847-9c5c323af8a9 - status: 200 OK - code: 200 - duration: 92.939792ms - - id: 3 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/7af5fad2-ef0e-4df6-b042-e012a5e58bb8 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1512 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://7af5fad2-ef0e-4df6-b042-e012a5e58bb8.api.k8s.fr-par.scw.cloud:6443","cni":"kilo","commitment_ends_at":"2025-09-30T14:09:47.803632Z","created_at":"2025-09-30T14:09:47.803616Z","description":"","dns_wildcard":"*.7af5fad2-ef0e-4df6-b042-e012a5e58bb8.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"09238b2e-0e08-4c3f-84ee-28a156aa2888","id":"7af5fad2-ef0e-4df6-b042-e012a5e58bb8","name":"test-multicloud","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":null,"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"","service_dns_ip":"","status":"ready","tags":[],"type":"multicloud","updated_at":"2025-09-30T14:11:12.057900Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1512" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 14:11:14 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 1e32339c-8c15-4b05-8ebc-727d22ac6977 - status: 200 OK - code: 200 - duration: 85.696166ms - - id: 4 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/7af5fad2-ef0e-4df6-b042-e012a5e58bb8 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1512 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://7af5fad2-ef0e-4df6-b042-e012a5e58bb8.api.k8s.fr-par.scw.cloud:6443","cni":"kilo","commitment_ends_at":"2025-09-30T14:09:47.803632Z","created_at":"2025-09-30T14:09:47.803616Z","description":"","dns_wildcard":"*.7af5fad2-ef0e-4df6-b042-e012a5e58bb8.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"09238b2e-0e08-4c3f-84ee-28a156aa2888","id":"7af5fad2-ef0e-4df6-b042-e012a5e58bb8","name":"test-multicloud","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":null,"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"","service_dns_ip":"","status":"ready","tags":[],"type":"multicloud","updated_at":"2025-09-30T14:11:12.057900Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1512" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 14:11:14 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 10b98ad8-77d3-4341-ab2c-279bc0c9f27e - status: 200 OK - code: 200 - duration: 93.989667ms - - id: 5 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/7af5fad2-ef0e-4df6-b042-e012a5e58bb8/kubeconfig - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1662 - uncompressed: false - body: '{"content":"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogInRlc3QtbXVsdGljbG91ZCIKICBjbHVzdGVyOgogICAgY2VydGlmaWNhdGUtYXV0aG9yaXR5LWRhdGE6IExTMHRMUzFDUlVkSlRpQkRSVkpVU1VaSlEwRlVSUzB0TFMwdENrMUpTVUpZUkVORFFWRkhaMEYzU1VKQlowbENRVVJCUzBKblozRm9hMnBQVUZGUlJFRnFRVlpOVWsxM1JWRlpSRlpSVVVSRmQzQnlaRmRLYkdOdE5Xd0taRWRXZWsxQ05GaEVWRWt4VFVScmVVOVVSVEJOUkdzd1RqRnZXRVJVVFRGTlJHdDVUMVJGTUUxRWF6Qk9NVzkzUmxSRlZFMUNSVWRCTVZWRlFYaE5Td3BoTTFacFdsaEtkVnBZVW14amVrSmFUVUpOUjBKNWNVZFRUVFE1UVdkRlIwTkRjVWRUVFRRNVFYZEZTRUV3U1VGQ1FWWjFhWE5wVG5GQlEzQjRURzVqQ2tVMlUwOUhTV1EwUzBwaFRFVlBRVFZsTDFjNWFsRkZUbFZUUmtGWU5UVXdVVzVQU1V4dVNXRnlSRVZJY1UxdWQyNVNRMWRVVjB0cGN6STVPRE5EVUdjS1RVRXJSRU5WZVdwUmFrSkJUVUUwUjBFeFZXUkVkMFZDTDNkUlJVRjNTVU53UkVGUVFtZE9Wa2hTVFVKQlpqaEZRbFJCUkVGUlNDOU5RakJIUVRGVlpBcEVaMUZYUWtKVVFVSjJPVXBMVTJWUk5IQlhWRFpPZUc1QkwxZHNiRFZvZDNGVVFVdENaMmR4YUd0cVQxQlJVVVJCWjA1S1FVUkNSMEZwUlVGeWFsRTNDazFKWVZoTU1FWkVjR1F2VVU1V2EwaFJVM0UyVlRKeWVrTlBUV3QwU3l0TVMzTjZUMEpNZDBOSlVVTllVbmxFWlZWSVRqWnNRWEZsWW1OVE0zWndiMjBLVURNeWFITlBiRXRVVlc1RVdWTnVXVzFGT1RVMlVUMDlDaTB0TFMwdFJVNUVJRU5GVWxSSlJrbERRVlJGTFMwdExTMEsKICAgIHNlcnZlcjogaHR0cHM6Ly83YWY1ZmFkMi1lZjBlLTRkZjYtYjA0Mi1lMDEyYTVlNThiYjguYXBpLms4cy5mci1wYXIuc2N3LmNsb3VkOjY0NDMKY29udGV4dHM6Ci0gbmFtZTogYWRtaW5AdGVzdC1tdWx0aWNsb3VkCiAgY29udGV4dDoKICAgIGNsdXN0ZXI6ICJ0ZXN0LW11bHRpY2xvdWQiCiAgICB1c2VyOiB0ZXN0LW11bHRpY2xvdWQtYWRtaW4KY3VycmVudC1jb250ZXh0OiBhZG1pbkB0ZXN0LW11bHRpY2xvdWQKa2luZDogQ29uZmlnCnByZWZlcmVuY2VzOiB7fQp1c2VyczoKLSBuYW1lOiB0ZXN0LW11bHRpY2xvdWQtYWRtaW4KICB1c2VyOgogICAgdG9rZW46IHo5blcwa2RXVVVlNThhWk1wRXRQNkhHOGlLTWFsclNpbFRZVU9vbWcyZmxFU1BlemJERVJyZXBH","content_type":"application/octet-stream","name":"kubeconfig"}' - headers: - Content-Length: - - "1662" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 14:11:14 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - d12604fd-1e1f-4aa8-8c8e-9f5fe2c66945 - status: 200 OK - code: 200 - duration: 90.110375ms - - id: 6 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/7af5fad2-ef0e-4df6-b042-e012a5e58bb8 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1512 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://7af5fad2-ef0e-4df6-b042-e012a5e58bb8.api.k8s.fr-par.scw.cloud:6443","cni":"kilo","commitment_ends_at":"2025-09-30T14:09:47.803632Z","created_at":"2025-09-30T14:09:47.803616Z","description":"","dns_wildcard":"*.7af5fad2-ef0e-4df6-b042-e012a5e58bb8.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"09238b2e-0e08-4c3f-84ee-28a156aa2888","id":"7af5fad2-ef0e-4df6-b042-e012a5e58bb8","name":"test-multicloud","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":null,"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"","service_dns_ip":"","status":"ready","tags":[],"type":"multicloud","updated_at":"2025-09-30T14:11:12.057900Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1512" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 14:11:14 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 9629424b-13b9-4518-9df3-8758cfaab87f - status: 200 OK - code: 200 - duration: 81.862541ms - - id: 7 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 269 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: '{"name":"test-multicloud","node_type":"DEV1-M","autoscaling":false,"size":1,"min_size":1,"max_size":1,"container_runtime":"containerd","autohealing":false,"tags":[],"kubelet_args":{},"zone":"fr-par-1","root_volume_type":"default_volume_type","public_ip_disabled":false}' - form: {} - headers: - Content-Type: - - application/json - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/7af5fad2-ef0e-4df6-b042-e012a5e58bb8/pools - method: POST - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 713 - uncompressed: false - body: '{"autohealing":false,"autoscaling":false,"cluster_id":"7af5fad2-ef0e-4df6-b042-e012a5e58bb8","container_runtime":"containerd","created_at":"2025-09-30T14:11:14.938262Z","id":"a2aea7bf-bd52-4607-abd7-b8dcd1bece27","kubelet_args":{},"max_size":1,"min_size":1,"name":"test-multicloud","new_images_enabled":true,"node_type":"dev1_m","placement_group_id":null,"public_ip_disabled":false,"region":"fr-par","root_volume_size":40000000000,"root_volume_type":"l_ssd","security_group_id":"aada8d59-bd7f-41ff-9a51-e3c2bd49cb87","size":1,"status":"scaling","tags":[],"updated_at":"2025-09-30T14:11:14.938262Z","upgrade_policy":{"max_surge":0,"max_unavailable":1},"version":"1.34.1","zone":"fr-par-1"}' - headers: - Content-Length: - - "713" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 14:11:15 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 39476bfd-574f-40c1-9896-8ea1365d0e00 - status: 200 OK - code: 200 - duration: 342.703916ms - - id: 8 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/a2aea7bf-bd52-4607-abd7-b8dcd1bece27 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 713 - uncompressed: false - body: '{"autohealing":false,"autoscaling":false,"cluster_id":"7af5fad2-ef0e-4df6-b042-e012a5e58bb8","container_runtime":"containerd","created_at":"2025-09-30T14:11:14.938262Z","id":"a2aea7bf-bd52-4607-abd7-b8dcd1bece27","kubelet_args":{},"max_size":1,"min_size":1,"name":"test-multicloud","new_images_enabled":true,"node_type":"dev1_m","placement_group_id":null,"public_ip_disabled":false,"region":"fr-par","root_volume_size":40000000000,"root_volume_type":"l_ssd","security_group_id":"aada8d59-bd7f-41ff-9a51-e3c2bd49cb87","size":1,"status":"scaling","tags":[],"updated_at":"2025-09-30T14:11:14.938262Z","upgrade_policy":{"max_surge":0,"max_unavailable":1},"version":"1.34.1","zone":"fr-par-1"}' - headers: - Content-Length: - - "713" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 14:11:15 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 4284f1c7-2300-4489-80fc-a1e3808f902a - status: 200 OK - code: 200 - duration: 87.228ms - - id: 9 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/a2aea7bf-bd52-4607-abd7-b8dcd1bece27 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 711 - uncompressed: false - body: '{"autohealing":false,"autoscaling":false,"cluster_id":"7af5fad2-ef0e-4df6-b042-e012a5e58bb8","container_runtime":"containerd","created_at":"2025-09-30T14:11:14.938262Z","id":"a2aea7bf-bd52-4607-abd7-b8dcd1bece27","kubelet_args":{},"max_size":1,"min_size":1,"name":"test-multicloud","new_images_enabled":true,"node_type":"dev1_m","placement_group_id":null,"public_ip_disabled":false,"region":"fr-par","root_volume_size":40000000000,"root_volume_type":"l_ssd","security_group_id":"aada8d59-bd7f-41ff-9a51-e3c2bd49cb87","size":1,"status":"ready","tags":[],"updated_at":"2025-09-30T14:15:57.614352Z","upgrade_policy":{"max_surge":0,"max_unavailable":1},"version":"1.34.1","zone":"fr-par-1"}' - headers: - Content-Length: - - "711" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 14:16:00 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - bc524ee5-7a77-4926-9ebc-e89355f8960f - status: 200 OK - code: 200 - duration: 92.113833ms - - id: 10 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/7af5fad2-ef0e-4df6-b042-e012a5e58bb8 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1512 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://7af5fad2-ef0e-4df6-b042-e012a5e58bb8.api.k8s.fr-par.scw.cloud:6443","cni":"kilo","commitment_ends_at":"2025-09-30T14:09:47.803632Z","created_at":"2025-09-30T14:09:47.803616Z","description":"","dns_wildcard":"*.7af5fad2-ef0e-4df6-b042-e012a5e58bb8.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"09238b2e-0e08-4c3f-84ee-28a156aa2888","id":"7af5fad2-ef0e-4df6-b042-e012a5e58bb8","name":"test-multicloud","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":null,"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"","service_dns_ip":"","status":"ready","tags":[],"type":"multicloud","updated_at":"2025-09-30T14:11:12.057900Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1512" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 14:16:00 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - eb3ddd18-a7b5-4beb-8314-292a0c68f143 - status: 200 OK - code: 200 - duration: 90.561917ms - - id: 11 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/a2aea7bf-bd52-4607-abd7-b8dcd1bece27 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 711 - uncompressed: false - body: '{"autohealing":false,"autoscaling":false,"cluster_id":"7af5fad2-ef0e-4df6-b042-e012a5e58bb8","container_runtime":"containerd","created_at":"2025-09-30T14:11:14.938262Z","id":"a2aea7bf-bd52-4607-abd7-b8dcd1bece27","kubelet_args":{},"max_size":1,"min_size":1,"name":"test-multicloud","new_images_enabled":true,"node_type":"dev1_m","placement_group_id":null,"public_ip_disabled":false,"region":"fr-par","root_volume_size":40000000000,"root_volume_type":"l_ssd","security_group_id":"aada8d59-bd7f-41ff-9a51-e3c2bd49cb87","size":1,"status":"ready","tags":[],"updated_at":"2025-09-30T14:15:57.614352Z","upgrade_policy":{"max_surge":0,"max_unavailable":1},"version":"1.34.1","zone":"fr-par-1"}' - headers: - Content-Length: - - "711" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 14:16:00 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 84f99f1a-8851-480a-bf6d-cc6b7e252e46 - status: 200 OK - code: 200 - duration: 90.076ms - - id: 12 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/7af5fad2-ef0e-4df6-b042-e012a5e58bb8/nodes?order_by=created_at_asc&page=1&pool_id=a2aea7bf-bd52-4607-abd7-b8dcd1bece27&status=unknown - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 621 - uncompressed: false - body: '{"nodes":[{"cluster_id":"7af5fad2-ef0e-4df6-b042-e012a5e58bb8","conditions":{"DiskPressure":"False","MemoryPressure":"False","PIDPressure":"False","Ready":"True"},"created_at":"2025-09-30T14:14:29.732914Z","error_message":"","id":"4dee1094-2230-4df0-b43e-092b0704f65c","name":"scw-test-multicloud-test-multicloud-4dee109422","pool_id":"a2aea7bf-bd52-4607-abd7-b8dcd1bece27","provider_id":"scaleway://instance/fr-par-1/94d70608-f8ef-4a32-9cd3-2f2577aac150","public_ip_v4":"163.172.149.221","public_ip_v6":null,"region":"fr-par","status":"ready","updated_at":"2025-09-30T14:15:57.604866Z"}],"total_count":1}' - headers: - Content-Length: - - "621" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 14:16:01 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 6b7559a7-3eef-4cf3-8b5d-f1404c88c69f - status: 200 OK - code: 200 - duration: 106.309667ms - - id: 13 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/7af5fad2-ef0e-4df6-b042-e012a5e58bb8 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1512 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://7af5fad2-ef0e-4df6-b042-e012a5e58bb8.api.k8s.fr-par.scw.cloud:6443","cni":"kilo","commitment_ends_at":"2025-09-30T14:09:47.803632Z","created_at":"2025-09-30T14:09:47.803616Z","description":"","dns_wildcard":"*.7af5fad2-ef0e-4df6-b042-e012a5e58bb8.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"09238b2e-0e08-4c3f-84ee-28a156aa2888","id":"7af5fad2-ef0e-4df6-b042-e012a5e58bb8","name":"test-multicloud","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":null,"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"","service_dns_ip":"","status":"ready","tags":[],"type":"multicloud","updated_at":"2025-09-30T14:11:12.057900Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1512" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 14:16:01 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 1de01286-571e-4bca-ae41-c48886314854 - status: 200 OK - code: 200 - duration: 80.141167ms - - id: 14 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/ipam/v1/regions/fr-par/ips?order_by=created_at_desc&project_id=105bdce1-64c0-48ab-899d-868455867ecf&resource_name=scw-test-multicloud-test-multicloud-4dee109422&resource_type=unknown_type - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 27 - uncompressed: false - body: '{"ips":[],"total_count":0}' - headers: - Content-Length: - - "27" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 14:16:01 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 822baa1c-1ab3-42ed-abc9-98f4f2e4d055 - status: 200 OK - code: 200 - duration: 71.502584ms - - id: 15 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/7af5fad2-ef0e-4df6-b042-e012a5e58bb8 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1512 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://7af5fad2-ef0e-4df6-b042-e012a5e58bb8.api.k8s.fr-par.scw.cloud:6443","cni":"kilo","commitment_ends_at":"2025-09-30T14:09:47.803632Z","created_at":"2025-09-30T14:09:47.803616Z","description":"","dns_wildcard":"*.7af5fad2-ef0e-4df6-b042-e012a5e58bb8.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"09238b2e-0e08-4c3f-84ee-28a156aa2888","id":"7af5fad2-ef0e-4df6-b042-e012a5e58bb8","name":"test-multicloud","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":null,"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"","service_dns_ip":"","status":"ready","tags":[],"type":"multicloud","updated_at":"2025-09-30T14:11:12.057900Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1512" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 14:16:01 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 3dc80503-bba0-43c8-8a12-56a8c8bd5853 - status: 200 OK - code: 200 - duration: 87.79925ms - - id: 16 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/7af5fad2-ef0e-4df6-b042-e012a5e58bb8 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1512 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://7af5fad2-ef0e-4df6-b042-e012a5e58bb8.api.k8s.fr-par.scw.cloud:6443","cni":"kilo","commitment_ends_at":"2025-09-30T14:09:47.803632Z","created_at":"2025-09-30T14:09:47.803616Z","description":"","dns_wildcard":"*.7af5fad2-ef0e-4df6-b042-e012a5e58bb8.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"09238b2e-0e08-4c3f-84ee-28a156aa2888","id":"7af5fad2-ef0e-4df6-b042-e012a5e58bb8","name":"test-multicloud","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":null,"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"","service_dns_ip":"","status":"ready","tags":[],"type":"multicloud","updated_at":"2025-09-30T14:11:12.057900Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1512" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 14:16:01 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 727f829b-bee0-462f-8df3-4b1f5965de23 - status: 200 OK - code: 200 - duration: 93.823375ms - - id: 17 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/7af5fad2-ef0e-4df6-b042-e012a5e58bb8/kubeconfig - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1662 - uncompressed: false - body: '{"content":"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogInRlc3QtbXVsdGljbG91ZCIKICBjbHVzdGVyOgogICAgY2VydGlmaWNhdGUtYXV0aG9yaXR5LWRhdGE6IExTMHRMUzFDUlVkSlRpQkRSVkpVU1VaSlEwRlVSUzB0TFMwdENrMUpTVUpZUkVORFFWRkhaMEYzU1VKQlowbENRVVJCUzBKblozRm9hMnBQVUZGUlJFRnFRVlpOVWsxM1JWRlpSRlpSVVVSRmQzQnlaRmRLYkdOdE5Xd0taRWRXZWsxQ05GaEVWRWt4VFVScmVVOVVSVEJOUkdzd1RqRnZXRVJVVFRGTlJHdDVUMVJGTUUxRWF6Qk9NVzkzUmxSRlZFMUNSVWRCTVZWRlFYaE5Td3BoTTFacFdsaEtkVnBZVW14amVrSmFUVUpOUjBKNWNVZFRUVFE1UVdkRlIwTkRjVWRUVFRRNVFYZEZTRUV3U1VGQ1FWWjFhWE5wVG5GQlEzQjRURzVqQ2tVMlUwOUhTV1EwUzBwaFRFVlBRVFZsTDFjNWFsRkZUbFZUUmtGWU5UVXdVVzVQU1V4dVNXRnlSRVZJY1UxdWQyNVNRMWRVVjB0cGN6STVPRE5EVUdjS1RVRXJSRU5WZVdwUmFrSkJUVUUwUjBFeFZXUkVkMFZDTDNkUlJVRjNTVU53UkVGUVFtZE9Wa2hTVFVKQlpqaEZRbFJCUkVGUlNDOU5RakJIUVRGVlpBcEVaMUZYUWtKVVFVSjJPVXBMVTJWUk5IQlhWRFpPZUc1QkwxZHNiRFZvZDNGVVFVdENaMmR4YUd0cVQxQlJVVVJCWjA1S1FVUkNSMEZwUlVGeWFsRTNDazFKWVZoTU1FWkVjR1F2VVU1V2EwaFJVM0UyVlRKeWVrTlBUV3QwU3l0TVMzTjZUMEpNZDBOSlVVTllVbmxFWlZWSVRqWnNRWEZsWW1OVE0zWndiMjBLVURNeWFITlBiRXRVVlc1RVdWTnVXVzFGT1RVMlVUMDlDaTB0TFMwdFJVNUVJRU5GVWxSSlJrbERRVlJGTFMwdExTMEsKICAgIHNlcnZlcjogaHR0cHM6Ly83YWY1ZmFkMi1lZjBlLTRkZjYtYjA0Mi1lMDEyYTVlNThiYjguYXBpLms4cy5mci1wYXIuc2N3LmNsb3VkOjY0NDMKY29udGV4dHM6Ci0gbmFtZTogYWRtaW5AdGVzdC1tdWx0aWNsb3VkCiAgY29udGV4dDoKICAgIGNsdXN0ZXI6ICJ0ZXN0LW11bHRpY2xvdWQiCiAgICB1c2VyOiB0ZXN0LW11bHRpY2xvdWQtYWRtaW4KY3VycmVudC1jb250ZXh0OiBhZG1pbkB0ZXN0LW11bHRpY2xvdWQKa2luZDogQ29uZmlnCnByZWZlcmVuY2VzOiB7fQp1c2VyczoKLSBuYW1lOiB0ZXN0LW11bHRpY2xvdWQtYWRtaW4KICB1c2VyOgogICAgdG9rZW46IHo5blcwa2RXVVVlNThhWk1wRXRQNkhHOGlLTWFsclNpbFRZVU9vbWcyZmxFU1BlemJERVJyZXBH","content_type":"application/octet-stream","name":"kubeconfig"}' - headers: - Content-Length: - - "1662" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 14:16:01 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 27c03e96-f08f-4a9e-bb4e-036059197cb1 - status: 200 OK - code: 200 - duration: 92.048792ms - - id: 18 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/a2aea7bf-bd52-4607-abd7-b8dcd1bece27 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 711 - uncompressed: false - body: '{"autohealing":false,"autoscaling":false,"cluster_id":"7af5fad2-ef0e-4df6-b042-e012a5e58bb8","container_runtime":"containerd","created_at":"2025-09-30T14:11:14.938262Z","id":"a2aea7bf-bd52-4607-abd7-b8dcd1bece27","kubelet_args":{},"max_size":1,"min_size":1,"name":"test-multicloud","new_images_enabled":true,"node_type":"dev1_m","placement_group_id":null,"public_ip_disabled":false,"region":"fr-par","root_volume_size":40000000000,"root_volume_type":"l_ssd","security_group_id":"aada8d59-bd7f-41ff-9a51-e3c2bd49cb87","size":1,"status":"ready","tags":[],"updated_at":"2025-09-30T14:15:57.614352Z","upgrade_policy":{"max_surge":0,"max_unavailable":1},"version":"1.34.1","zone":"fr-par-1"}' - headers: - Content-Length: - - "711" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 14:16:01 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - a379ff86-8ae3-4ebf-9009-407b78c33c7f - status: 200 OK - code: 200 - duration: 76.759041ms - - id: 19 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/7af5fad2-ef0e-4df6-b042-e012a5e58bb8/nodes?order_by=created_at_asc&page=1&pool_id=a2aea7bf-bd52-4607-abd7-b8dcd1bece27&status=unknown - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 621 - uncompressed: false - body: '{"nodes":[{"cluster_id":"7af5fad2-ef0e-4df6-b042-e012a5e58bb8","conditions":{"DiskPressure":"False","MemoryPressure":"False","PIDPressure":"False","Ready":"True"},"created_at":"2025-09-30T14:14:29.732914Z","error_message":"","id":"4dee1094-2230-4df0-b43e-092b0704f65c","name":"scw-test-multicloud-test-multicloud-4dee109422","pool_id":"a2aea7bf-bd52-4607-abd7-b8dcd1bece27","provider_id":"scaleway://instance/fr-par-1/94d70608-f8ef-4a32-9cd3-2f2577aac150","public_ip_v4":"163.172.149.221","public_ip_v6":null,"region":"fr-par","status":"ready","updated_at":"2025-09-30T14:15:57.604866Z"}],"total_count":1}' - headers: - Content-Length: - - "621" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 14:16:02 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 52e43e37-c013-46c9-96a9-ab154eca1dbf - status: 200 OK - code: 200 - duration: 81.915792ms - - id: 20 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/7af5fad2-ef0e-4df6-b042-e012a5e58bb8 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1512 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://7af5fad2-ef0e-4df6-b042-e012a5e58bb8.api.k8s.fr-par.scw.cloud:6443","cni":"kilo","commitment_ends_at":"2025-09-30T14:09:47.803632Z","created_at":"2025-09-30T14:09:47.803616Z","description":"","dns_wildcard":"*.7af5fad2-ef0e-4df6-b042-e012a5e58bb8.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"09238b2e-0e08-4c3f-84ee-28a156aa2888","id":"7af5fad2-ef0e-4df6-b042-e012a5e58bb8","name":"test-multicloud","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":null,"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"","service_dns_ip":"","status":"ready","tags":[],"type":"multicloud","updated_at":"2025-09-30T14:11:12.057900Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1512" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 14:16:02 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - a336ccde-1b25-4b94-935f-db43e170bdcc - status: 200 OK - code: 200 - duration: 102.786875ms - - id: 21 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/ipam/v1/regions/fr-par/ips?order_by=created_at_desc&project_id=105bdce1-64c0-48ab-899d-868455867ecf&resource_name=scw-test-multicloud-test-multicloud-4dee109422&resource_type=unknown_type - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 27 - uncompressed: false - body: '{"ips":[],"total_count":0}' - headers: - Content-Length: - - "27" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 14:16:02 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - b89cd0f5-a4cd-47ed-8171-5629730cca72 - status: 200 OK - code: 200 - duration: 114.432125ms - - id: 22 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/a2aea7bf-bd52-4607-abd7-b8dcd1bece27 - method: DELETE - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 714 - uncompressed: false - body: '{"autohealing":false,"autoscaling":false,"cluster_id":"7af5fad2-ef0e-4df6-b042-e012a5e58bb8","container_runtime":"containerd","created_at":"2025-09-30T14:11:14.938262Z","id":"a2aea7bf-bd52-4607-abd7-b8dcd1bece27","kubelet_args":{},"max_size":1,"min_size":1,"name":"test-multicloud","new_images_enabled":true,"node_type":"dev1_m","placement_group_id":null,"public_ip_disabled":false,"region":"fr-par","root_volume_size":40000000000,"root_volume_type":"l_ssd","security_group_id":"aada8d59-bd7f-41ff-9a51-e3c2bd49cb87","size":1,"status":"deleting","tags":[],"updated_at":"2025-09-30T14:16:02.638068Z","upgrade_policy":{"max_surge":0,"max_unavailable":1},"version":"1.34.1","zone":"fr-par-1"}' - headers: - Content-Length: - - "714" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 14:16:02 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 0501a09d-18a0-4a8c-a8a2-dccebc1994cc - status: 200 OK - code: 200 - duration: 114.157125ms - - id: 23 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/a2aea7bf-bd52-4607-abd7-b8dcd1bece27 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 714 - uncompressed: false - body: '{"autohealing":false,"autoscaling":false,"cluster_id":"7af5fad2-ef0e-4df6-b042-e012a5e58bb8","container_runtime":"containerd","created_at":"2025-09-30T14:11:14.938262Z","id":"a2aea7bf-bd52-4607-abd7-b8dcd1bece27","kubelet_args":{},"max_size":1,"min_size":1,"name":"test-multicloud","new_images_enabled":true,"node_type":"dev1_m","placement_group_id":null,"public_ip_disabled":false,"region":"fr-par","root_volume_size":40000000000,"root_volume_type":"l_ssd","security_group_id":"aada8d59-bd7f-41ff-9a51-e3c2bd49cb87","size":1,"status":"deleting","tags":[],"updated_at":"2025-09-30T14:16:02.638068Z","upgrade_policy":{"max_surge":0,"max_unavailable":1},"version":"1.34.1","zone":"fr-par-1"}' - headers: - Content-Length: - - "714" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 14:16:02 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - ec6ccc20-f8b4-4e9f-b9c6-450720a4a87f - status: 200 OK - code: 200 - duration: 82.104958ms - - id: 24 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/a2aea7bf-bd52-4607-abd7-b8dcd1bece27 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 125 - uncompressed: false - body: '{"message":"resource is not found","resource":"pool","resource_id":"a2aea7bf-bd52-4607-abd7-b8dcd1bece27","type":"not_found"}' - headers: - Content-Length: - - "125" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 14:18:15 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - b4dc406d-b253-4c85-a101-48b7fd5bea80 - status: 404 Not Found - code: 404 - duration: 40.316875ms - - id: 25 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/7af5fad2-ef0e-4df6-b042-e012a5e58bb8?with_additional_resources=false - method: DELETE - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1551 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://7af5fad2-ef0e-4df6-b042-e012a5e58bb8.api.k8s.fr-par.scw.cloud:6443","cni":"kilo","commitment_ends_at":"2025-09-30T14:09:47.803632Z","created_at":"2025-09-30T14:09:47.803616Z","description":"","dns_wildcard":"*.7af5fad2-ef0e-4df6-b042-e012a5e58bb8.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"09238b2e-0e08-4c3f-84ee-28a156aa2888","id":"7af5fad2-ef0e-4df6-b042-e012a5e58bb8","name":"test-multicloud","new_images_enabled":false,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"100.64.0.0/15","private_network_id":null,"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"10.32.0.0/20","service_dns_ip":"10.32.0.10","status":"deleting","tags":[],"type":"multicloud","updated_at":"2025-09-30T14:18:15.317623Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1551" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 14:18:15 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - b256f0b9-64bf-4925-9432-02f274af3ce8 - status: 200 OK - code: 200 - duration: 159.118375ms - - id: 26 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/7af5fad2-ef0e-4df6-b042-e012a5e58bb8 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1515 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://7af5fad2-ef0e-4df6-b042-e012a5e58bb8.api.k8s.fr-par.scw.cloud:6443","cni":"kilo","commitment_ends_at":"2025-09-30T14:09:47.803632Z","created_at":"2025-09-30T14:09:47.803616Z","description":"","dns_wildcard":"*.7af5fad2-ef0e-4df6-b042-e012a5e58bb8.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"09238b2e-0e08-4c3f-84ee-28a156aa2888","id":"7af5fad2-ef0e-4df6-b042-e012a5e58bb8","name":"test-multicloud","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":null,"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"","service_dns_ip":"","status":"deleting","tags":[],"type":"multicloud","updated_at":"2025-09-30T14:18:15.317623Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1515" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 14:18:15 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 900f8953-2626-4356-9838-eb39111b35a7 - status: 200 OK - code: 200 - duration: 85.604583ms - - id: 27 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/7af5fad2-ef0e-4df6-b042-e012a5e58bb8 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 128 - uncompressed: false - body: '{"message":"resource is not found","resource":"cluster","resource_id":"7af5fad2-ef0e-4df6-b042-e012a5e58bb8","type":"not_found"}' - headers: - Content-Length: - - "128" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 14:19:17 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - fd6a303a-239a-4283-aeef-fcff6930042f - status: 404 Not Found - code: 404 - duration: 383.386208ms - - id: 28 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/7af5fad2-ef0e-4df6-b042-e012a5e58bb8 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 128 - uncompressed: false - body: '{"message":"resource is not found","resource":"cluster","resource_id":"7af5fad2-ef0e-4df6-b042-e012a5e58bb8","type":"not_found"}' - headers: - Content-Length: - - "128" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 14:19:17 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 5836a1a0-74c0-4bcc-8f0d-0e0e2d5f0758 - status: 404 Not Found - code: 404 - duration: 30.009042ms +- id: 0 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/versions + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 4476 + body: "{\"versions\":[{\"region\":\"fr-par\", \"name\":\"1.34.1\", \"label\":\"Kubernetes 1.34.1\", \"available_cnis\":[\"cilium\", \"cilium_native\", \"calico\", \"kilo\", \"none\"], \"available_container_runtimes\":[\"containerd\"], \"available_feature_gates\":[\"HPAScaleToZero\", \"CPUManagerPolicyAlphaOptions\", \"ImageVolume\"], \"available_admission_plugins\":[\"AlwaysPullImages\", \"PodNodeSelector\", \"PodTolerationRestriction\"], \"available_kubelet_args\":{\"containerLogMaxFiles\":\"uint16\", \"containerLogMaxSize\":\"quantity\", \"cpuCFSQuota\":\"bool\", \"cpuCFSQuotaPeriod\":\"duration\", \"cpuManagerPolicy\":\"enum:none|static\", \"cpuManagerPolicyOptions\":\"map[string]string\", \"enableDebuggingHandlers\":\"bool\", \"evictionHard\":\"map[string]string\", \"evictionMinimumReclaim\":\"map[string]string\", \"imageGCHighThresholdPercent\":\"uint32\", \"imageGCLowThresholdPercent\":\"uint32\", \"maxParallelImagePulls\":\"int32\", \"maxPods\":\"uint16\", \"registryBurst\":\"int32\", \"registryPullQPS\":\"int32\", \"serializeImagePulls\":\"bool\"}, \"deprecated_at\":\"2026-09-29T00:00:00Z\", \"end_of_life_at\":\"2026-11-29T00:00:00Z\", \"released_at\":\"2025-09-29T00:00:00Z\"}, {\"region\":\"fr-par\", \"name\":\"1.33.4\", \"label\":\"Kubernetes 1.33.4\", \"available_cnis\":[\"cilium\", \"calico\", \"kilo\", \"none\"], \"available_container_runtimes\":[\"containerd\"], \"available_feature_gates\":[\"HPAScaleToZero\", \"DRAAdminAccess\", \"DynamicResourceAllocation\", \"PodLevelResources\", \"CPUManagerPolicyAlphaOptions\", \"ImageVolume\"], \"available_admission_plugins\":[\"AlwaysPullImages\", \"PodNodeSelector\", \"PodTolerationRestriction\"], \"available_kubelet_args\":{\"containerLogMaxFiles\":\"uint16\", \"containerLogMaxSize\":\"quantity\", \"cpuCFSQuota\":\"bool\", \"cpuCFSQuotaPeriod\":\"duration\", \"cpuManagerPolicy\":\"enum:none|static\", \"cpuManagerPolicyOptions\":\"map[string]string\", \"enableDebuggingHandlers\":\"bool\", \"evictionHard\":\"map[string]string\", \"evictionMinimumReclaim\":\"map[string]string\", \"imageGCHighThresholdPercent\":\"uint32\", \"imageGCLowThresholdPercent\":\"uint32\", \"maxParallelImagePulls\":\"int32\", \"maxPods\":\"uint16\", \"registryBurst\":\"int32\", \"registryPullQPS\":\"int32\", \"serializeImagePulls\":\"bool\"}, \"deprecated_at\":\"2026-09-04T00:00:00Z\", \"end_of_life_at\":\"2026-11-04T00:00:00Z\", \"released_at\":\"2025-09-04T00:00:00Z\"}, {\"region\":\"fr-par\", \"name\":\"1.32.8\", \"label\":\"Kubernetes 1.32.8\", \"available_cnis\":[\"cilium\", \"calico\", \"kilo\", \"none\"], \"available_container_runtimes\":[\"containerd\"], \"available_feature_gates\":[\"HPAScaleToZero\", \"InPlacePodVerticalScaling\", \"SidecarContainers\", \"DRAAdminAccess\", \"DRAResourceClaimDeviceStatus\", \"DynamicResourceAllocation\", \"PodLevelResources\", \"CPUManagerPolicyAlphaOptions\", \"ImageVolume\"], \"available_admission_plugins\":[\"AlwaysPullImages\", \"PodNodeSelector\", \"PodTolerationRestriction\"], \"available_kubelet_args\":{\"containerLogMaxFiles\":\"uint16\", \"containerLogMaxSize\":\"quantity\", \"cpuCFSQuota\":\"bool\", \"cpuCFSQuotaPeriod\":\"duration\", \"cpuManagerPolicy\":\"enum:none|static\", \"cpuManagerPolicyOptions\":\"map[string]string\", \"enableDebuggingHandlers\":\"bool\", \"evictionHard\":\"map[string]string\", \"evictionMinimumReclaim\":\"map[string]string\", \"imageGCHighThresholdPercent\":\"uint32\", \"imageGCLowThresholdPercent\":\"uint32\", \"maxParallelImagePulls\":\"int32\", \"maxPods\":\"uint16\", \"registryBurst\":\"int32\", \"registryPullQPS\":\"int32\", \"serializeImagePulls\":\"bool\"}, \"deprecated_at\":\"2026-03-24T00:00:00Z\", \"end_of_life_at\":\"2025-05-24T00:00:00Z\", \"released_at\":\"2025-03-24T00:00:00Z\"}, {\"region\":\"fr-par\", \"name\":\"1.31.12\", \"label\":\"Kubernetes 1.31.12\", \"available_cnis\":[\"cilium\", \"calico\", \"kilo\", \"none\"], \"available_container_runtimes\":[\"containerd\"], \"available_feature_gates\":[\"HPAScaleToZero\", \"InPlacePodVerticalScaling\", \"SidecarContainers\", \"CPUManagerPolicyAlphaOptions\", \"ImageVolume\"], \"available_admission_plugins\":[\"AlwaysPullImages\", \"PodNodeSelector\", \"PodTolerationRestriction\"], \"available_kubelet_args\":{\"containerLogMaxFiles\":\"uint16\", \"containerLogMaxSize\":\"quantity\", \"cpuCFSQuota\":\"bool\", \"cpuCFSQuotaPeriod\":\"duration\", \"cpuManagerPolicy\":\"enum:none|static\", \"cpuManagerPolicyOptions\":\"map[string]string\", \"enableDebuggingHandlers\":\"bool\", \"evictionHard\":\"map[string]string\", \"evictionMinimumReclaim\":\"map[string]string\", \"imageGCHighThresholdPercent\":\"uint32\", \"imageGCLowThresholdPercent\":\"uint32\", \"maxParallelImagePulls\":\"int32\", \"maxPods\":\"uint16\", \"registryBurst\":\"int32\", \"registryPullQPS\":\"int32\", \"serializeImagePulls\":\"bool\"}, \"deprecated_at\":\"2025-12-02T00:00:00Z\", \"end_of_life_at\":\"2026-02-02T00:00:00Z\", \"released_at\":\"2024-12-02T00:00:00Z\"}]}" + headers: + Content-Length: + - "4476" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:18:16 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 69e481a6-fc09-4d39-8db6-9dc6adfff2aa + status: 200 OK + code: 200 + duration: 32.862517ms +- id: 1 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 595 + host: api.scaleway.com + body: "{\"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\",\"type\":\"multicloud\",\"name\":\"test-multicloud\",\"description\":\"\",\"tags\":[],\"version\":\"1.34.1\",\"cni\":\"kilo\",\"pools\":null,\"autoscaler_config\":{\"scale_down_disabled\":null,\"scale_down_delay_after_add\":null,\"estimator\":\"unknown_estimator\",\"expander\":\"unknown_expander\",\"ignore_daemonsets_utilization\":null,\"balance_similar_node_groups\":null,\"expendable_pods_priority_cutoff\":0,\"scale_down_unneeded_time\":null,\"scale_down_utilization_threshold\":null,\"max_graceful_termination_sec\":0},\"feature_gates\":[],\"admission_plugins\":[],\"apiserver_cert_sans\":[]}" + headers: + Content-Type: + - application/json + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters + method: POST + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1515 + body: "{\"region\":\"fr-par\", \"id\":\"06bfd950-07bf-40ed-a582-9d7204fdda6b\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:17.388390Z\", \"updated_at\":\"2025-10-30T16:18:17.388391Z\", \"type\":\"multicloud\", \"name\":\"test-multicloud\", \"description\":\"\", \"status\":\"creating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[], \"cluster_url\":\"https://06bfd950-07bf-40ed-a582-9d7204fdda6b.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.06bfd950-07bf-40ed-a582-9d7204fdda6b.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-10-30T16:18:17.388405Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"\", \"new_images_enabled\":false, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1515" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:18:17 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 17bc89d9-ea27-4459-b412-f31b8b4c9a89 + status: 200 OK + code: 200 + duration: 507.342315ms +- id: 2 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/06bfd950-07bf-40ed-a582-9d7204fdda6b + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1514 + body: "{\"region\":\"fr-par\", \"id\":\"06bfd950-07bf-40ed-a582-9d7204fdda6b\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:17.388390Z\", \"updated_at\":\"2025-10-30T16:18:17.388391Z\", \"type\":\"multicloud\", \"name\":\"test-multicloud\", \"description\":\"\", \"status\":\"creating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[], \"cluster_url\":\"https://06bfd950-07bf-40ed-a582-9d7204fdda6b.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.06bfd950-07bf-40ed-a582-9d7204fdda6b.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-10-30T16:18:17.388405Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1514" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:18:17 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 24612eaf-158d-4eb6-bde0-09defc96ef69 + status: 200 OK + code: 200 + duration: 102.142572ms +- id: 3 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/06bfd950-07bf-40ed-a582-9d7204fdda6b + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1550 + body: "{\"region\":\"fr-par\", \"id\":\"06bfd950-07bf-40ed-a582-9d7204fdda6b\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:17.388390Z\", \"updated_at\":\"2025-10-30T16:18:17.969758Z\", \"type\":\"multicloud\", \"name\":\"test-multicloud\", \"description\":\"\", \"status\":\"creating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[], \"cluster_url\":\"https://06bfd950-07bf-40ed-a582-9d7204fdda6b.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.06bfd950-07bf-40ed-a582-9d7204fdda6b.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-10-30T16:18:17.388405Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"f1bff4d0-bd86-4358-8c0b-ffcb5e034a38\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1550" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:18:22 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - fcb8c83f-0b1e-4291-9ee0-bb7a2951ce08 + status: 200 OK + code: 200 + duration: 102.950599ms +- id: 4 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/06bfd950-07bf-40ed-a582-9d7204fdda6b + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1550 + body: "{\"region\":\"fr-par\", \"id\":\"06bfd950-07bf-40ed-a582-9d7204fdda6b\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:17.388390Z\", \"updated_at\":\"2025-10-30T16:18:17.969758Z\", \"type\":\"multicloud\", \"name\":\"test-multicloud\", \"description\":\"\", \"status\":\"creating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[], \"cluster_url\":\"https://06bfd950-07bf-40ed-a582-9d7204fdda6b.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.06bfd950-07bf-40ed-a582-9d7204fdda6b.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-10-30T16:18:17.388405Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"f1bff4d0-bd86-4358-8c0b-ffcb5e034a38\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1550" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:18:27 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 59d6cba5-192b-4a59-b153-985f6726984c + status: 200 OK + code: 200 + duration: 78.850828ms +- id: 5 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/06bfd950-07bf-40ed-a582-9d7204fdda6b + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1550 + body: "{\"region\":\"fr-par\", \"id\":\"06bfd950-07bf-40ed-a582-9d7204fdda6b\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:17.388390Z\", \"updated_at\":\"2025-10-30T16:18:17.969758Z\", \"type\":\"multicloud\", \"name\":\"test-multicloud\", \"description\":\"\", \"status\":\"creating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[], \"cluster_url\":\"https://06bfd950-07bf-40ed-a582-9d7204fdda6b.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.06bfd950-07bf-40ed-a582-9d7204fdda6b.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-10-30T16:18:17.388405Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"f1bff4d0-bd86-4358-8c0b-ffcb5e034a38\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1550" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:18:32 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - b084e99e-f96f-4485-9ffd-6652465f6925 + status: 200 OK + code: 200 + duration: 93.139746ms +- id: 6 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/06bfd950-07bf-40ed-a582-9d7204fdda6b + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1550 + body: "{\"region\":\"fr-par\", \"id\":\"06bfd950-07bf-40ed-a582-9d7204fdda6b\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:17.388390Z\", \"updated_at\":\"2025-10-30T16:18:17.969758Z\", \"type\":\"multicloud\", \"name\":\"test-multicloud\", \"description\":\"\", \"status\":\"creating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[], \"cluster_url\":\"https://06bfd950-07bf-40ed-a582-9d7204fdda6b.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.06bfd950-07bf-40ed-a582-9d7204fdda6b.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-10-30T16:18:17.388405Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"f1bff4d0-bd86-4358-8c0b-ffcb5e034a38\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1550" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:18:37 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - e50aa5ab-989e-4294-8ffe-22ce30905ab8 + status: 200 OK + code: 200 + duration: 81.916121ms +- id: 7 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/06bfd950-07bf-40ed-a582-9d7204fdda6b + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1550 + body: "{\"region\":\"fr-par\", \"id\":\"06bfd950-07bf-40ed-a582-9d7204fdda6b\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:17.388390Z\", \"updated_at\":\"2025-10-30T16:18:17.969758Z\", \"type\":\"multicloud\", \"name\":\"test-multicloud\", \"description\":\"\", \"status\":\"creating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[], \"cluster_url\":\"https://06bfd950-07bf-40ed-a582-9d7204fdda6b.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.06bfd950-07bf-40ed-a582-9d7204fdda6b.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-10-30T16:18:17.388405Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"f1bff4d0-bd86-4358-8c0b-ffcb5e034a38\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1550" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:18:43 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 9eb0a5af-346a-48f5-98f3-fe482ce849f6 + status: 200 OK + code: 200 + duration: 85.367939ms +- id: 8 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/06bfd950-07bf-40ed-a582-9d7204fdda6b + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1550 + body: "{\"region\":\"fr-par\", \"id\":\"06bfd950-07bf-40ed-a582-9d7204fdda6b\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:17.388390Z\", \"updated_at\":\"2025-10-30T16:18:17.969758Z\", \"type\":\"multicloud\", \"name\":\"test-multicloud\", \"description\":\"\", \"status\":\"creating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[], \"cluster_url\":\"https://06bfd950-07bf-40ed-a582-9d7204fdda6b.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.06bfd950-07bf-40ed-a582-9d7204fdda6b.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-10-30T16:18:17.388405Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"f1bff4d0-bd86-4358-8c0b-ffcb5e034a38\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1550" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:18:48 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 12f185d7-d27d-4805-8cae-e6d4c9d02e43 + status: 200 OK + code: 200 + duration: 84.319021ms +- id: 9 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/06bfd950-07bf-40ed-a582-9d7204fdda6b + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1550 + body: "{\"region\":\"fr-par\", \"id\":\"06bfd950-07bf-40ed-a582-9d7204fdda6b\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:17.388390Z\", \"updated_at\":\"2025-10-30T16:18:17.969758Z\", \"type\":\"multicloud\", \"name\":\"test-multicloud\", \"description\":\"\", \"status\":\"creating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[], \"cluster_url\":\"https://06bfd950-07bf-40ed-a582-9d7204fdda6b.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.06bfd950-07bf-40ed-a582-9d7204fdda6b.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-10-30T16:18:17.388405Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"f1bff4d0-bd86-4358-8c0b-ffcb5e034a38\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1550" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:18:53 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - f1317b25-5909-484c-9757-ac413fc3f469 + status: 200 OK + code: 200 + duration: 111.026696ms +- id: 10 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/06bfd950-07bf-40ed-a582-9d7204fdda6b + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1550 + body: "{\"region\":\"fr-par\", \"id\":\"06bfd950-07bf-40ed-a582-9d7204fdda6b\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:17.388390Z\", \"updated_at\":\"2025-10-30T16:18:17.969758Z\", \"type\":\"multicloud\", \"name\":\"test-multicloud\", \"description\":\"\", \"status\":\"creating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[], \"cluster_url\":\"https://06bfd950-07bf-40ed-a582-9d7204fdda6b.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.06bfd950-07bf-40ed-a582-9d7204fdda6b.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-10-30T16:18:17.388405Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"f1bff4d0-bd86-4358-8c0b-ffcb5e034a38\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1550" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:18:58 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 0ad4f995-079e-48e6-88ac-f54aa017ec56 + status: 200 OK + code: 200 + duration: 73.514854ms +- id: 11 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/06bfd950-07bf-40ed-a582-9d7204fdda6b + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1550 + body: "{\"region\":\"fr-par\", \"id\":\"06bfd950-07bf-40ed-a582-9d7204fdda6b\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:17.388390Z\", \"updated_at\":\"2025-10-30T16:18:17.969758Z\", \"type\":\"multicloud\", \"name\":\"test-multicloud\", \"description\":\"\", \"status\":\"creating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[], \"cluster_url\":\"https://06bfd950-07bf-40ed-a582-9d7204fdda6b.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.06bfd950-07bf-40ed-a582-9d7204fdda6b.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-10-30T16:18:17.388405Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"f1bff4d0-bd86-4358-8c0b-ffcb5e034a38\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1550" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:19:03 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 3545dcee-10c8-4e53-93af-6540c495a612 + status: 200 OK + code: 200 + duration: 92.134378ms +- id: 12 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/06bfd950-07bf-40ed-a582-9d7204fdda6b + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1550 + body: "{\"region\":\"fr-par\", \"id\":\"06bfd950-07bf-40ed-a582-9d7204fdda6b\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:17.388390Z\", \"updated_at\":\"2025-10-30T16:18:17.969758Z\", \"type\":\"multicloud\", \"name\":\"test-multicloud\", \"description\":\"\", \"status\":\"creating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[], \"cluster_url\":\"https://06bfd950-07bf-40ed-a582-9d7204fdda6b.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.06bfd950-07bf-40ed-a582-9d7204fdda6b.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-10-30T16:18:17.388405Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"f1bff4d0-bd86-4358-8c0b-ffcb5e034a38\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1550" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:19:08 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - a0e04ad9-30de-4215-b807-700bbab89704 + status: 200 OK + code: 200 + duration: 87.672855ms +- id: 13 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/06bfd950-07bf-40ed-a582-9d7204fdda6b + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1550 + body: "{\"region\":\"fr-par\", \"id\":\"06bfd950-07bf-40ed-a582-9d7204fdda6b\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:17.388390Z\", \"updated_at\":\"2025-10-30T16:18:17.969758Z\", \"type\":\"multicloud\", \"name\":\"test-multicloud\", \"description\":\"\", \"status\":\"creating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[], \"cluster_url\":\"https://06bfd950-07bf-40ed-a582-9d7204fdda6b.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.06bfd950-07bf-40ed-a582-9d7204fdda6b.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-10-30T16:18:17.388405Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"f1bff4d0-bd86-4358-8c0b-ffcb5e034a38\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1550" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:19:13 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - f20852f6-f1b9-4922-9635-ab7c26a432d2 + status: 200 OK + code: 200 + duration: 68.655603ms +- id: 14 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/06bfd950-07bf-40ed-a582-9d7204fdda6b + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1550 + body: "{\"region\":\"fr-par\", \"id\":\"06bfd950-07bf-40ed-a582-9d7204fdda6b\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:17.388390Z\", \"updated_at\":\"2025-10-30T16:18:17.969758Z\", \"type\":\"multicloud\", \"name\":\"test-multicloud\", \"description\":\"\", \"status\":\"creating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[], \"cluster_url\":\"https://06bfd950-07bf-40ed-a582-9d7204fdda6b.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.06bfd950-07bf-40ed-a582-9d7204fdda6b.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-10-30T16:18:17.388405Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"f1bff4d0-bd86-4358-8c0b-ffcb5e034a38\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1550" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:19:18 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 8d557672-3f5a-4261-8a24-597035cf7bdb + status: 200 OK + code: 200 + duration: 90.628523ms +- id: 15 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/06bfd950-07bf-40ed-a582-9d7204fdda6b + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1550 + body: "{\"region\":\"fr-par\", \"id\":\"06bfd950-07bf-40ed-a582-9d7204fdda6b\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:17.388390Z\", \"updated_at\":\"2025-10-30T16:18:17.969758Z\", \"type\":\"multicloud\", \"name\":\"test-multicloud\", \"description\":\"\", \"status\":\"creating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[], \"cluster_url\":\"https://06bfd950-07bf-40ed-a582-9d7204fdda6b.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.06bfd950-07bf-40ed-a582-9d7204fdda6b.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-10-30T16:18:17.388405Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"f1bff4d0-bd86-4358-8c0b-ffcb5e034a38\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1550" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:19:23 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 530404cf-66b2-4ec3-aad2-76446c36ddf0 + status: 200 OK + code: 200 + duration: 104.971902ms +- id: 16 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/06bfd950-07bf-40ed-a582-9d7204fdda6b + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1550 + body: "{\"region\":\"fr-par\", \"id\":\"06bfd950-07bf-40ed-a582-9d7204fdda6b\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:17.388390Z\", \"updated_at\":\"2025-10-30T16:18:17.969758Z\", \"type\":\"multicloud\", \"name\":\"test-multicloud\", \"description\":\"\", \"status\":\"creating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[], \"cluster_url\":\"https://06bfd950-07bf-40ed-a582-9d7204fdda6b.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.06bfd950-07bf-40ed-a582-9d7204fdda6b.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-10-30T16:18:17.388405Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"f1bff4d0-bd86-4358-8c0b-ffcb5e034a38\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1550" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:19:28 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - ac6cb353-ae1a-4caa-9dd1-2833f78603fa + status: 200 OK + code: 200 + duration: 89.272157ms +- id: 17 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/06bfd950-07bf-40ed-a582-9d7204fdda6b + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1550 + body: "{\"region\":\"fr-par\", \"id\":\"06bfd950-07bf-40ed-a582-9d7204fdda6b\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:17.388390Z\", \"updated_at\":\"2025-10-30T16:18:17.969758Z\", \"type\":\"multicloud\", \"name\":\"test-multicloud\", \"description\":\"\", \"status\":\"creating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[], \"cluster_url\":\"https://06bfd950-07bf-40ed-a582-9d7204fdda6b.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.06bfd950-07bf-40ed-a582-9d7204fdda6b.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-10-30T16:18:17.388405Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"f1bff4d0-bd86-4358-8c0b-ffcb5e034a38\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1550" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:19:33 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - b7b439a3-c5b6-4814-8cca-035109181e1a + status: 200 OK + code: 200 + duration: 80.31739ms +- id: 18 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/06bfd950-07bf-40ed-a582-9d7204fdda6b + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1550 + body: "{\"region\":\"fr-par\", \"id\":\"06bfd950-07bf-40ed-a582-9d7204fdda6b\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:17.388390Z\", \"updated_at\":\"2025-10-30T16:18:17.969758Z\", \"type\":\"multicloud\", \"name\":\"test-multicloud\", \"description\":\"\", \"status\":\"creating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[], \"cluster_url\":\"https://06bfd950-07bf-40ed-a582-9d7204fdda6b.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.06bfd950-07bf-40ed-a582-9d7204fdda6b.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-10-30T16:18:17.388405Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"f1bff4d0-bd86-4358-8c0b-ffcb5e034a38\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1550" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:19:39 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 3abb22bd-2c04-4bb9-83d5-aa2acdb26cc0 + status: 200 OK + code: 200 + duration: 93.096675ms +- id: 19 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/06bfd950-07bf-40ed-a582-9d7204fdda6b + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1550 + body: "{\"region\":\"fr-par\", \"id\":\"06bfd950-07bf-40ed-a582-9d7204fdda6b\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:17.388390Z\", \"updated_at\":\"2025-10-30T16:18:17.969758Z\", \"type\":\"multicloud\", \"name\":\"test-multicloud\", \"description\":\"\", \"status\":\"creating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[], \"cluster_url\":\"https://06bfd950-07bf-40ed-a582-9d7204fdda6b.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.06bfd950-07bf-40ed-a582-9d7204fdda6b.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-10-30T16:18:17.388405Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"f1bff4d0-bd86-4358-8c0b-ffcb5e034a38\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1550" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:19:44 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 280c4da8-2d01-4ae9-9be2-8e1d8aba9518 + status: 200 OK + code: 200 + duration: 113.749977ms +- id: 20 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/06bfd950-07bf-40ed-a582-9d7204fdda6b + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1550 + body: "{\"region\":\"fr-par\", \"id\":\"06bfd950-07bf-40ed-a582-9d7204fdda6b\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:17.388390Z\", \"updated_at\":\"2025-10-30T16:18:17.969758Z\", \"type\":\"multicloud\", \"name\":\"test-multicloud\", \"description\":\"\", \"status\":\"creating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[], \"cluster_url\":\"https://06bfd950-07bf-40ed-a582-9d7204fdda6b.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.06bfd950-07bf-40ed-a582-9d7204fdda6b.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-10-30T16:18:17.388405Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"f1bff4d0-bd86-4358-8c0b-ffcb5e034a38\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1550" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:19:49 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 86b951ef-61ea-40c0-abf8-1db04f316301 + status: 200 OK + code: 200 + duration: 98.135642ms +- id: 21 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/06bfd950-07bf-40ed-a582-9d7204fdda6b + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1550 + body: "{\"region\":\"fr-par\", \"id\":\"06bfd950-07bf-40ed-a582-9d7204fdda6b\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:17.388390Z\", \"updated_at\":\"2025-10-30T16:18:17.969758Z\", \"type\":\"multicloud\", \"name\":\"test-multicloud\", \"description\":\"\", \"status\":\"creating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[], \"cluster_url\":\"https://06bfd950-07bf-40ed-a582-9d7204fdda6b.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.06bfd950-07bf-40ed-a582-9d7204fdda6b.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-10-30T16:18:17.388405Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"f1bff4d0-bd86-4358-8c0b-ffcb5e034a38\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1550" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:19:54 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 634162be-7c55-454f-9a27-6289c6ddf9f7 + status: 200 OK + code: 200 + duration: 87.560595ms +- id: 22 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/06bfd950-07bf-40ed-a582-9d7204fdda6b + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1550 + body: "{\"region\":\"fr-par\", \"id\":\"06bfd950-07bf-40ed-a582-9d7204fdda6b\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:17.388390Z\", \"updated_at\":\"2025-10-30T16:18:17.969758Z\", \"type\":\"multicloud\", \"name\":\"test-multicloud\", \"description\":\"\", \"status\":\"creating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[], \"cluster_url\":\"https://06bfd950-07bf-40ed-a582-9d7204fdda6b.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.06bfd950-07bf-40ed-a582-9d7204fdda6b.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-10-30T16:18:17.388405Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"f1bff4d0-bd86-4358-8c0b-ffcb5e034a38\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1550" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:19:59 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 94faa76d-942c-49d7-b5ac-d1478b7d28b6 + status: 200 OK + code: 200 + duration: 85.338193ms +- id: 23 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/06bfd950-07bf-40ed-a582-9d7204fdda6b + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1547 + body: "{\"region\":\"fr-par\", \"id\":\"06bfd950-07bf-40ed-a582-9d7204fdda6b\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:17.388390Z\", \"updated_at\":\"2025-10-30T16:20:02.520617Z\", \"type\":\"multicloud\", \"name\":\"test-multicloud\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[], \"cluster_url\":\"https://06bfd950-07bf-40ed-a582-9d7204fdda6b.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.06bfd950-07bf-40ed-a582-9d7204fdda6b.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-10-30T16:18:17.388405Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"f1bff4d0-bd86-4358-8c0b-ffcb5e034a38\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1547" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:20:04 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 2c2697e9-c0cc-44d8-b04a-de3bc9793c8a + status: 200 OK + code: 200 + duration: 98.266367ms +- id: 24 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/06bfd950-07bf-40ed-a582-9d7204fdda6b + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1547 + body: "{\"region\":\"fr-par\", \"id\":\"06bfd950-07bf-40ed-a582-9d7204fdda6b\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:17.388390Z\", \"updated_at\":\"2025-10-30T16:20:02.520617Z\", \"type\":\"multicloud\", \"name\":\"test-multicloud\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[], \"cluster_url\":\"https://06bfd950-07bf-40ed-a582-9d7204fdda6b.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.06bfd950-07bf-40ed-a582-9d7204fdda6b.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-10-30T16:18:17.388405Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"f1bff4d0-bd86-4358-8c0b-ffcb5e034a38\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1547" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:20:04 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 11e96e64-9c24-455c-ad64-bb15561da759 + status: 200 OK + code: 200 + duration: 21.519759ms +- id: 25 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/06bfd950-07bf-40ed-a582-9d7204fdda6b/kubeconfig + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1662 + body: "{\"name\":\"kubeconfig\", \"content_type\":\"application/octet-stream\", \"content\":\"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogInRlc3QtbXVsdGljbG91ZCIKICBjbHVzdGVyOgogICAgY2VydGlmaWNhdGUtYXV0aG9yaXR5LWRhdGE6IExTMHRMUzFDUlVkSlRpQkRSVkpVU1VaSlEwRlVSUzB0TFMwdENrMUpTVUpZUkVORFFWRkhaMEYzU1VKQlowbENRVVJCUzBKblozRm9hMnBQVUZGUlJFRnFRVlpOVWsxM1JWRlpSRlpSVVVSRmQzQnlaRmRLYkdOdE5Xd0taRWRXZWsxQ05GaEVWRWt4VFZSQmVVOVVSVEpOVkdkNFRqRnZXRVJVVFRGTlZFRjVUMVJGTWsxVVozaE9NVzkzUmxSRlZFMUNSVWRCTVZWRlFYaE5Td3BoTTFacFdsaEtkVnBZVW14amVrSmFUVUpOUjBKNWNVZFRUVFE1UVdkRlIwTkRjVWRUVFRRNVFYZEZTRUV3U1VGQ1NrWXJPR2RKV2xOTlVWRmpXR0ZzQ2xweFZHSkVVazVLYlVSd1ExUkphVTFSUTJscVkyMUdhVzlxVG5KR1IzVnJWbXBuWWpkM09UZzBZblJQZEVKRFJqUTViRUZ2Vm1rMkwwa3ZSVlYyV2tVS1dYWnZTV2RIY1dwUmFrSkJUVUUwUjBFeFZXUkVkMFZDTDNkUlJVRjNTVU53UkVGUVFtZE9Wa2hTVFVKQlpqaEZRbFJCUkVGUlNDOU5RakJIUVRGVlpBcEVaMUZYUWtKVGRVSmFMMWhsZEhveGJsVnhZMWhvUTJoRVRFSnlaa1F5Y1docVFVdENaMmR4YUd0cVQxQlJVVVJCWjA1S1FVUkNSMEZwUlVGbmRYVlBDbEpuTjBaNGVGUTRXazgyVEZBeWJESXdWakpJYWsxcWFGWlVSMnB2V25ocFpHUlROM0JWT0VOSlVVTnJhMGMyVDBwSU5HVlVRbk5LVGs1a2QwNTRXVWNLYkVoYU56SjBURUp1TVhScVZFOTZiMEpSYld4S1FUMDlDaTB0TFMwdFJVNUVJRU5GVWxSSlJrbERRVlJGTFMwdExTMEsKICAgIHNlcnZlcjogaHR0cHM6Ly8wNmJmZDk1MC0wN2JmLTQwZWQtYTU4Mi05ZDcyMDRmZGRhNmIuYXBpLms4cy5mci1wYXIuc2N3LmNsb3VkOjY0NDMKY29udGV4dHM6Ci0gbmFtZTogYWRtaW5AdGVzdC1tdWx0aWNsb3VkCiAgY29udGV4dDoKICAgIGNsdXN0ZXI6ICJ0ZXN0LW11bHRpY2xvdWQiCiAgICB1c2VyOiB0ZXN0LW11bHRpY2xvdWQtYWRtaW4KY3VycmVudC1jb250ZXh0OiBhZG1pbkB0ZXN0LW11bHRpY2xvdWQKa2luZDogQ29uZmlnCnByZWZlcmVuY2VzOiB7fQp1c2VyczoKLSBuYW1lOiB0ZXN0LW11bHRpY2xvdWQtYWRtaW4KICB1c2VyOgogICAgdG9rZW46IDB6bGZyV2M4WWRFcUUwbDhUVEdYWk9UaGlyWHJNZThHUkY1T2owSExieUFyZ3lRWHhuaE9ZeFNn\"}" + headers: + Content-Length: + - "1662" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:20:04 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 0b9aaa9d-d495-4fe2-9398-1cc0d0cbfcfb + status: 200 OK + code: 200 + duration: 125.60669ms +- id: 26 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/06bfd950-07bf-40ed-a582-9d7204fdda6b + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1547 + body: "{\"region\":\"fr-par\", \"id\":\"06bfd950-07bf-40ed-a582-9d7204fdda6b\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:17.388390Z\", \"updated_at\":\"2025-10-30T16:20:02.520617Z\", \"type\":\"multicloud\", \"name\":\"test-multicloud\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[], \"cluster_url\":\"https://06bfd950-07bf-40ed-a582-9d7204fdda6b.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.06bfd950-07bf-40ed-a582-9d7204fdda6b.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-10-30T16:18:17.388405Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"f1bff4d0-bd86-4358-8c0b-ffcb5e034a38\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1547" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:20:04 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 4e9ea961-792d-4cce-9755-8dd8d82152ae + status: 200 OK + code: 200 + duration: 25.288482ms +- id: 27 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 269 + host: api.scaleway.com + body: "{\"name\":\"test-multicloud\",\"node_type\":\"DEV1-M\",\"autoscaling\":false,\"size\":1,\"min_size\":1,\"max_size\":1,\"container_runtime\":\"containerd\",\"autohealing\":false,\"tags\":[],\"kubelet_args\":{},\"zone\":\"fr-par-1\",\"root_volume_type\":\"default_volume_type\",\"public_ip_disabled\":false}" + headers: + Content-Type: + - application/json + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/06bfd950-07bf-40ed-a582-9d7204fdda6b/pools + method: POST + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 713 + body: "{\"region\":\"fr-par\", \"id\":\"8430bc40-cdd3-4572-96ad-c2f65aa12b79\", \"cluster_id\":\"06bfd950-07bf-40ed-a582-9d7204fdda6b\", \"created_at\":\"2025-10-30T16:20:04.770530Z\", \"updated_at\":\"2025-10-30T16:20:04.770530Z\", \"name\":\"test-multicloud\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"e781706d-7e9d-4c15-b416-5445fc7b0fe5\"}" + headers: + Content-Length: + - "713" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:20:04 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - d90a5791-7082-4edf-9206-4c2d203315e2 + status: 200 OK + code: 200 + duration: 130.19438ms +- id: 28 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/8430bc40-cdd3-4572-96ad-c2f65aa12b79 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 713 + body: "{\"region\":\"fr-par\", \"id\":\"8430bc40-cdd3-4572-96ad-c2f65aa12b79\", \"cluster_id\":\"06bfd950-07bf-40ed-a582-9d7204fdda6b\", \"created_at\":\"2025-10-30T16:20:04.770530Z\", \"updated_at\":\"2025-10-30T16:20:04.770530Z\", \"name\":\"test-multicloud\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"e781706d-7e9d-4c15-b416-5445fc7b0fe5\"}" + headers: + Content-Length: + - "713" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:20:04 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 26f728fe-d34a-4777-80ab-1b187e9d1e6e + status: 200 OK + code: 200 + duration: 28.196209ms +- id: 29 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/8430bc40-cdd3-4572-96ad-c2f65aa12b79 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 713 + body: "{\"region\":\"fr-par\", \"id\":\"8430bc40-cdd3-4572-96ad-c2f65aa12b79\", \"cluster_id\":\"06bfd950-07bf-40ed-a582-9d7204fdda6b\", \"created_at\":\"2025-10-30T16:20:04.770530Z\", \"updated_at\":\"2025-10-30T16:20:04.770530Z\", \"name\":\"test-multicloud\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"e781706d-7e9d-4c15-b416-5445fc7b0fe5\"}" + headers: + Content-Length: + - "713" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:20:09 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 7d883fe2-8ce3-4813-8680-4ec8193ede84 + status: 200 OK + code: 200 + duration: 84.722127ms +- id: 30 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/8430bc40-cdd3-4572-96ad-c2f65aa12b79 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 713 + body: "{\"region\":\"fr-par\", \"id\":\"8430bc40-cdd3-4572-96ad-c2f65aa12b79\", \"cluster_id\":\"06bfd950-07bf-40ed-a582-9d7204fdda6b\", \"created_at\":\"2025-10-30T16:20:04.770530Z\", \"updated_at\":\"2025-10-30T16:20:04.770530Z\", \"name\":\"test-multicloud\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"e781706d-7e9d-4c15-b416-5445fc7b0fe5\"}" + headers: + Content-Length: + - "713" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:20:15 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - ae776ca7-a31f-4119-98d2-b9c3772384dd + status: 200 OK + code: 200 + duration: 99.47205ms +- id: 31 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/8430bc40-cdd3-4572-96ad-c2f65aa12b79 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 713 + body: "{\"region\":\"fr-par\", \"id\":\"8430bc40-cdd3-4572-96ad-c2f65aa12b79\", \"cluster_id\":\"06bfd950-07bf-40ed-a582-9d7204fdda6b\", \"created_at\":\"2025-10-30T16:20:04.770530Z\", \"updated_at\":\"2025-10-30T16:20:04.770530Z\", \"name\":\"test-multicloud\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"e781706d-7e9d-4c15-b416-5445fc7b0fe5\"}" + headers: + Content-Length: + - "713" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:20:20 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 384e05fd-8eee-4479-b870-376e652789ca + status: 200 OK + code: 200 + duration: 70.231462ms +- id: 32 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/8430bc40-cdd3-4572-96ad-c2f65aa12b79 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 713 + body: "{\"region\":\"fr-par\", \"id\":\"8430bc40-cdd3-4572-96ad-c2f65aa12b79\", \"cluster_id\":\"06bfd950-07bf-40ed-a582-9d7204fdda6b\", \"created_at\":\"2025-10-30T16:20:04.770530Z\", \"updated_at\":\"2025-10-30T16:20:04.770530Z\", \"name\":\"test-multicloud\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"e781706d-7e9d-4c15-b416-5445fc7b0fe5\"}" + headers: + Content-Length: + - "713" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:20:25 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - d2129961-c308-44b1-ac7e-e0f5bef97979 + status: 200 OK + code: 200 + duration: 90.887248ms +- id: 33 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/8430bc40-cdd3-4572-96ad-c2f65aa12b79 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 713 + body: "{\"region\":\"fr-par\", \"id\":\"8430bc40-cdd3-4572-96ad-c2f65aa12b79\", \"cluster_id\":\"06bfd950-07bf-40ed-a582-9d7204fdda6b\", \"created_at\":\"2025-10-30T16:20:04.770530Z\", \"updated_at\":\"2025-10-30T16:20:04.770530Z\", \"name\":\"test-multicloud\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"e781706d-7e9d-4c15-b416-5445fc7b0fe5\"}" + headers: + Content-Length: + - "713" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:20:30 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - ba6c0224-1748-4cbf-8035-2c614a34e7ed + status: 200 OK + code: 200 + duration: 93.105642ms +- id: 34 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/8430bc40-cdd3-4572-96ad-c2f65aa12b79 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 713 + body: "{\"region\":\"fr-par\", \"id\":\"8430bc40-cdd3-4572-96ad-c2f65aa12b79\", \"cluster_id\":\"06bfd950-07bf-40ed-a582-9d7204fdda6b\", \"created_at\":\"2025-10-30T16:20:04.770530Z\", \"updated_at\":\"2025-10-30T16:20:04.770530Z\", \"name\":\"test-multicloud\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"e781706d-7e9d-4c15-b416-5445fc7b0fe5\"}" + headers: + Content-Length: + - "713" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:20:35 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - ba9eef61-5fda-4686-a40a-1a7228ff6170 + status: 200 OK + code: 200 + duration: 92.988111ms +- id: 35 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/8430bc40-cdd3-4572-96ad-c2f65aa12b79 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 713 + body: "{\"region\":\"fr-par\", \"id\":\"8430bc40-cdd3-4572-96ad-c2f65aa12b79\", \"cluster_id\":\"06bfd950-07bf-40ed-a582-9d7204fdda6b\", \"created_at\":\"2025-10-30T16:20:04.770530Z\", \"updated_at\":\"2025-10-30T16:20:04.770530Z\", \"name\":\"test-multicloud\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"e781706d-7e9d-4c15-b416-5445fc7b0fe5\"}" + headers: + Content-Length: + - "713" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:20:40 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - d5d924e4-e694-42ba-9bcb-828dc228b905 + status: 200 OK + code: 200 + duration: 85.180508ms +- id: 36 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/8430bc40-cdd3-4572-96ad-c2f65aa12b79 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 713 + body: "{\"region\":\"fr-par\", \"id\":\"8430bc40-cdd3-4572-96ad-c2f65aa12b79\", \"cluster_id\":\"06bfd950-07bf-40ed-a582-9d7204fdda6b\", \"created_at\":\"2025-10-30T16:20:04.770530Z\", \"updated_at\":\"2025-10-30T16:20:04.770530Z\", \"name\":\"test-multicloud\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"e781706d-7e9d-4c15-b416-5445fc7b0fe5\"}" + headers: + Content-Length: + - "713" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:20:45 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - e773cf5b-bddb-43a5-974e-228ca79e93a3 + status: 200 OK + code: 200 + duration: 105.994161ms +- id: 37 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/8430bc40-cdd3-4572-96ad-c2f65aa12b79 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 713 + body: "{\"region\":\"fr-par\", \"id\":\"8430bc40-cdd3-4572-96ad-c2f65aa12b79\", \"cluster_id\":\"06bfd950-07bf-40ed-a582-9d7204fdda6b\", \"created_at\":\"2025-10-30T16:20:04.770530Z\", \"updated_at\":\"2025-10-30T16:20:04.770530Z\", \"name\":\"test-multicloud\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"e781706d-7e9d-4c15-b416-5445fc7b0fe5\"}" + headers: + Content-Length: + - "713" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:20:50 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 0df15aff-d2bf-4a76-9ac4-a1a9c1bf13d1 + status: 200 OK + code: 200 + duration: 90.106904ms +- id: 38 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/8430bc40-cdd3-4572-96ad-c2f65aa12b79 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 713 + body: "{\"region\":\"fr-par\", \"id\":\"8430bc40-cdd3-4572-96ad-c2f65aa12b79\", \"cluster_id\":\"06bfd950-07bf-40ed-a582-9d7204fdda6b\", \"created_at\":\"2025-10-30T16:20:04.770530Z\", \"updated_at\":\"2025-10-30T16:20:04.770530Z\", \"name\":\"test-multicloud\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"e781706d-7e9d-4c15-b416-5445fc7b0fe5\"}" + headers: + Content-Length: + - "713" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:20:55 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 2e5ee39e-b03b-4887-9155-5681b7f314a2 + status: 200 OK + code: 200 + duration: 87.242007ms +- id: 39 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/8430bc40-cdd3-4572-96ad-c2f65aa12b79 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 713 + body: "{\"region\":\"fr-par\", \"id\":\"8430bc40-cdd3-4572-96ad-c2f65aa12b79\", \"cluster_id\":\"06bfd950-07bf-40ed-a582-9d7204fdda6b\", \"created_at\":\"2025-10-30T16:20:04.770530Z\", \"updated_at\":\"2025-10-30T16:20:04.770530Z\", \"name\":\"test-multicloud\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"e781706d-7e9d-4c15-b416-5445fc7b0fe5\"}" + headers: + Content-Length: + - "713" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:21:00 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 6384a067-92c7-4de6-85cc-d260e9498dee + status: 200 OK + code: 200 + duration: 79.850524ms +- id: 40 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/8430bc40-cdd3-4572-96ad-c2f65aa12b79 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 713 + body: "{\"region\":\"fr-par\", \"id\":\"8430bc40-cdd3-4572-96ad-c2f65aa12b79\", \"cluster_id\":\"06bfd950-07bf-40ed-a582-9d7204fdda6b\", \"created_at\":\"2025-10-30T16:20:04.770530Z\", \"updated_at\":\"2025-10-30T16:20:04.770530Z\", \"name\":\"test-multicloud\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"e781706d-7e9d-4c15-b416-5445fc7b0fe5\"}" + headers: + Content-Length: + - "713" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:21:05 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 4d315f65-a910-4768-8e90-7280568a30f3 + status: 200 OK + code: 200 + duration: 92.103401ms +- id: 41 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/8430bc40-cdd3-4572-96ad-c2f65aa12b79 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 713 + body: "{\"region\":\"fr-par\", \"id\":\"8430bc40-cdd3-4572-96ad-c2f65aa12b79\", \"cluster_id\":\"06bfd950-07bf-40ed-a582-9d7204fdda6b\", \"created_at\":\"2025-10-30T16:20:04.770530Z\", \"updated_at\":\"2025-10-30T16:20:04.770530Z\", \"name\":\"test-multicloud\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"e781706d-7e9d-4c15-b416-5445fc7b0fe5\"}" + headers: + Content-Length: + - "713" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:21:11 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - cabb2437-17b2-4b6d-8249-4d49546d8323 + status: 200 OK + code: 200 + duration: 97.978337ms +- id: 42 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/8430bc40-cdd3-4572-96ad-c2f65aa12b79 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 713 + body: "{\"region\":\"fr-par\", \"id\":\"8430bc40-cdd3-4572-96ad-c2f65aa12b79\", \"cluster_id\":\"06bfd950-07bf-40ed-a582-9d7204fdda6b\", \"created_at\":\"2025-10-30T16:20:04.770530Z\", \"updated_at\":\"2025-10-30T16:20:04.770530Z\", \"name\":\"test-multicloud\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"e781706d-7e9d-4c15-b416-5445fc7b0fe5\"}" + headers: + Content-Length: + - "713" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:21:16 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - f680d43b-2324-4f2f-9869-17e85b1fd398 + status: 200 OK + code: 200 + duration: 80.048817ms +- id: 43 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/8430bc40-cdd3-4572-96ad-c2f65aa12b79 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 713 + body: "{\"region\":\"fr-par\", \"id\":\"8430bc40-cdd3-4572-96ad-c2f65aa12b79\", \"cluster_id\":\"06bfd950-07bf-40ed-a582-9d7204fdda6b\", \"created_at\":\"2025-10-30T16:20:04.770530Z\", \"updated_at\":\"2025-10-30T16:20:04.770530Z\", \"name\":\"test-multicloud\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"e781706d-7e9d-4c15-b416-5445fc7b0fe5\"}" + headers: + Content-Length: + - "713" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:21:21 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 41eba566-5f5a-406b-8800-c80815ea7a23 + status: 200 OK + code: 200 + duration: 97.125556ms +- id: 44 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/8430bc40-cdd3-4572-96ad-c2f65aa12b79 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 713 + body: "{\"region\":\"fr-par\", \"id\":\"8430bc40-cdd3-4572-96ad-c2f65aa12b79\", \"cluster_id\":\"06bfd950-07bf-40ed-a582-9d7204fdda6b\", \"created_at\":\"2025-10-30T16:20:04.770530Z\", \"updated_at\":\"2025-10-30T16:20:04.770530Z\", \"name\":\"test-multicloud\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"e781706d-7e9d-4c15-b416-5445fc7b0fe5\"}" + headers: + Content-Length: + - "713" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:21:26 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - c1aef77f-4e9a-40dd-84fa-6a90b37121e4 + status: 200 OK + code: 200 + duration: 83.260765ms +- id: 45 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/8430bc40-cdd3-4572-96ad-c2f65aa12b79 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 713 + body: "{\"region\":\"fr-par\", \"id\":\"8430bc40-cdd3-4572-96ad-c2f65aa12b79\", \"cluster_id\":\"06bfd950-07bf-40ed-a582-9d7204fdda6b\", \"created_at\":\"2025-10-30T16:20:04.770530Z\", \"updated_at\":\"2025-10-30T16:20:04.770530Z\", \"name\":\"test-multicloud\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"e781706d-7e9d-4c15-b416-5445fc7b0fe5\"}" + headers: + Content-Length: + - "713" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:21:31 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 38a81b10-6487-4540-a188-53358c818518 + status: 200 OK + code: 200 + duration: 93.554203ms +- id: 46 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/8430bc40-cdd3-4572-96ad-c2f65aa12b79 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 713 + body: "{\"region\":\"fr-par\", \"id\":\"8430bc40-cdd3-4572-96ad-c2f65aa12b79\", \"cluster_id\":\"06bfd950-07bf-40ed-a582-9d7204fdda6b\", \"created_at\":\"2025-10-30T16:20:04.770530Z\", \"updated_at\":\"2025-10-30T16:20:04.770530Z\", \"name\":\"test-multicloud\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"e781706d-7e9d-4c15-b416-5445fc7b0fe5\"}" + headers: + Content-Length: + - "713" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:21:36 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 378832ee-3201-4d43-a536-fba5b00b23b9 + status: 200 OK + code: 200 + duration: 88.582182ms +- id: 47 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/8430bc40-cdd3-4572-96ad-c2f65aa12b79 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 713 + body: "{\"region\":\"fr-par\", \"id\":\"8430bc40-cdd3-4572-96ad-c2f65aa12b79\", \"cluster_id\":\"06bfd950-07bf-40ed-a582-9d7204fdda6b\", \"created_at\":\"2025-10-30T16:20:04.770530Z\", \"updated_at\":\"2025-10-30T16:20:04.770530Z\", \"name\":\"test-multicloud\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"e781706d-7e9d-4c15-b416-5445fc7b0fe5\"}" + headers: + Content-Length: + - "713" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:21:41 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 4adafec1-bfee-4463-9f4c-2589c31214b6 + status: 200 OK + code: 200 + duration: 83.603788ms +- id: 48 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/8430bc40-cdd3-4572-96ad-c2f65aa12b79 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 713 + body: "{\"region\":\"fr-par\", \"id\":\"8430bc40-cdd3-4572-96ad-c2f65aa12b79\", \"cluster_id\":\"06bfd950-07bf-40ed-a582-9d7204fdda6b\", \"created_at\":\"2025-10-30T16:20:04.770530Z\", \"updated_at\":\"2025-10-30T16:20:04.770530Z\", \"name\":\"test-multicloud\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"e781706d-7e9d-4c15-b416-5445fc7b0fe5\"}" + headers: + Content-Length: + - "713" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:21:46 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 68c4ca8a-81da-4f86-9398-3fea6e64bfc4 + status: 200 OK + code: 200 + duration: 103.53183ms +- id: 49 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/8430bc40-cdd3-4572-96ad-c2f65aa12b79 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 713 + body: "{\"region\":\"fr-par\", \"id\":\"8430bc40-cdd3-4572-96ad-c2f65aa12b79\", \"cluster_id\":\"06bfd950-07bf-40ed-a582-9d7204fdda6b\", \"created_at\":\"2025-10-30T16:20:04.770530Z\", \"updated_at\":\"2025-10-30T16:20:04.770530Z\", \"name\":\"test-multicloud\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"e781706d-7e9d-4c15-b416-5445fc7b0fe5\"}" + headers: + Content-Length: + - "713" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:21:51 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - c59089be-7fed-4f4f-9430-b7ac39ca8f7d + status: 200 OK + code: 200 + duration: 71.71146ms +- id: 50 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/8430bc40-cdd3-4572-96ad-c2f65aa12b79 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 713 + body: "{\"region\":\"fr-par\", \"id\":\"8430bc40-cdd3-4572-96ad-c2f65aa12b79\", \"cluster_id\":\"06bfd950-07bf-40ed-a582-9d7204fdda6b\", \"created_at\":\"2025-10-30T16:20:04.770530Z\", \"updated_at\":\"2025-10-30T16:20:04.770530Z\", \"name\":\"test-multicloud\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"e781706d-7e9d-4c15-b416-5445fc7b0fe5\"}" + headers: + Content-Length: + - "713" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:21:56 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - b2da8cb3-c6b2-4dd9-967c-b3bcb7308f86 + status: 200 OK + code: 200 + duration: 103.671101ms +- id: 51 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/8430bc40-cdd3-4572-96ad-c2f65aa12b79 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 713 + body: "{\"region\":\"fr-par\", \"id\":\"8430bc40-cdd3-4572-96ad-c2f65aa12b79\", \"cluster_id\":\"06bfd950-07bf-40ed-a582-9d7204fdda6b\", \"created_at\":\"2025-10-30T16:20:04.770530Z\", \"updated_at\":\"2025-10-30T16:20:04.770530Z\", \"name\":\"test-multicloud\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"e781706d-7e9d-4c15-b416-5445fc7b0fe5\"}" + headers: + Content-Length: + - "713" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:22:01 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 78157efd-fa4b-4ed6-bbc9-97d07a3130e4 + status: 200 OK + code: 200 + duration: 74.135609ms +- id: 52 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/8430bc40-cdd3-4572-96ad-c2f65aa12b79 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 713 + body: "{\"region\":\"fr-par\", \"id\":\"8430bc40-cdd3-4572-96ad-c2f65aa12b79\", \"cluster_id\":\"06bfd950-07bf-40ed-a582-9d7204fdda6b\", \"created_at\":\"2025-10-30T16:20:04.770530Z\", \"updated_at\":\"2025-10-30T16:20:04.770530Z\", \"name\":\"test-multicloud\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"e781706d-7e9d-4c15-b416-5445fc7b0fe5\"}" + headers: + Content-Length: + - "713" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:22:07 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - c6512850-ae59-4432-98f6-9c9d38d269f7 + status: 200 OK + code: 200 + duration: 84.8083ms +- id: 53 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/8430bc40-cdd3-4572-96ad-c2f65aa12b79 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 713 + body: "{\"region\":\"fr-par\", \"id\":\"8430bc40-cdd3-4572-96ad-c2f65aa12b79\", \"cluster_id\":\"06bfd950-07bf-40ed-a582-9d7204fdda6b\", \"created_at\":\"2025-10-30T16:20:04.770530Z\", \"updated_at\":\"2025-10-30T16:20:04.770530Z\", \"name\":\"test-multicloud\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"e781706d-7e9d-4c15-b416-5445fc7b0fe5\"}" + headers: + Content-Length: + - "713" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:22:12 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 17c1e887-0117-4d11-88d8-9aded213c10a + status: 200 OK + code: 200 + duration: 98.079197ms +- id: 54 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/8430bc40-cdd3-4572-96ad-c2f65aa12b79 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 713 + body: "{\"region\":\"fr-par\", \"id\":\"8430bc40-cdd3-4572-96ad-c2f65aa12b79\", \"cluster_id\":\"06bfd950-07bf-40ed-a582-9d7204fdda6b\", \"created_at\":\"2025-10-30T16:20:04.770530Z\", \"updated_at\":\"2025-10-30T16:20:04.770530Z\", \"name\":\"test-multicloud\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"e781706d-7e9d-4c15-b416-5445fc7b0fe5\"}" + headers: + Content-Length: + - "713" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:22:17 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 1192d28f-fc1a-498f-a4e4-ed14e765b921 + status: 200 OK + code: 200 + duration: 127.010956ms +- id: 55 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/8430bc40-cdd3-4572-96ad-c2f65aa12b79 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 713 + body: "{\"region\":\"fr-par\", \"id\":\"8430bc40-cdd3-4572-96ad-c2f65aa12b79\", \"cluster_id\":\"06bfd950-07bf-40ed-a582-9d7204fdda6b\", \"created_at\":\"2025-10-30T16:20:04.770530Z\", \"updated_at\":\"2025-10-30T16:20:04.770530Z\", \"name\":\"test-multicloud\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"e781706d-7e9d-4c15-b416-5445fc7b0fe5\"}" + headers: + Content-Length: + - "713" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:22:22 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - d1126ba5-b9e6-47c8-8292-e4f5c3a85d5d + status: 200 OK + code: 200 + duration: 228.45039ms +- id: 56 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/8430bc40-cdd3-4572-96ad-c2f65aa12b79 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 713 + body: "{\"region\":\"fr-par\", \"id\":\"8430bc40-cdd3-4572-96ad-c2f65aa12b79\", \"cluster_id\":\"06bfd950-07bf-40ed-a582-9d7204fdda6b\", \"created_at\":\"2025-10-30T16:20:04.770530Z\", \"updated_at\":\"2025-10-30T16:20:04.770530Z\", \"name\":\"test-multicloud\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"e781706d-7e9d-4c15-b416-5445fc7b0fe5\"}" + headers: + Content-Length: + - "713" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:22:27 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - c42b80d7-7c68-4d98-a5ab-3a23629be2d0 + status: 200 OK + code: 200 + duration: 233.876874ms +- id: 57 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/8430bc40-cdd3-4572-96ad-c2f65aa12b79 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 713 + body: "{\"region\":\"fr-par\", \"id\":\"8430bc40-cdd3-4572-96ad-c2f65aa12b79\", \"cluster_id\":\"06bfd950-07bf-40ed-a582-9d7204fdda6b\", \"created_at\":\"2025-10-30T16:20:04.770530Z\", \"updated_at\":\"2025-10-30T16:20:04.770530Z\", \"name\":\"test-multicloud\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"e781706d-7e9d-4c15-b416-5445fc7b0fe5\"}" + headers: + Content-Length: + - "713" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:22:32 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 3d6d9e3b-2d05-4ab3-9397-b4ffb43366b6 + status: 200 OK + code: 200 + duration: 170.720932ms +- id: 58 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/8430bc40-cdd3-4572-96ad-c2f65aa12b79 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 713 + body: "{\"region\":\"fr-par\", \"id\":\"8430bc40-cdd3-4572-96ad-c2f65aa12b79\", \"cluster_id\":\"06bfd950-07bf-40ed-a582-9d7204fdda6b\", \"created_at\":\"2025-10-30T16:20:04.770530Z\", \"updated_at\":\"2025-10-30T16:20:04.770530Z\", \"name\":\"test-multicloud\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"e781706d-7e9d-4c15-b416-5445fc7b0fe5\"}" + headers: + Content-Length: + - "713" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:22:38 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 8c9ef21e-9a6c-417d-970d-30f58f474075 + status: 200 OK + code: 200 + duration: 82.099816ms +- id: 59 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/8430bc40-cdd3-4572-96ad-c2f65aa12b79 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 713 + body: "{\"region\":\"fr-par\", \"id\":\"8430bc40-cdd3-4572-96ad-c2f65aa12b79\", \"cluster_id\":\"06bfd950-07bf-40ed-a582-9d7204fdda6b\", \"created_at\":\"2025-10-30T16:20:04.770530Z\", \"updated_at\":\"2025-10-30T16:20:04.770530Z\", \"name\":\"test-multicloud\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"e781706d-7e9d-4c15-b416-5445fc7b0fe5\"}" + headers: + Content-Length: + - "713" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:22:43 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - c3054404-df9f-4066-a7af-3f5dd556e15c + status: 200 OK + code: 200 + duration: 85.070572ms +- id: 60 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/8430bc40-cdd3-4572-96ad-c2f65aa12b79 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 713 + body: "{\"region\":\"fr-par\", \"id\":\"8430bc40-cdd3-4572-96ad-c2f65aa12b79\", \"cluster_id\":\"06bfd950-07bf-40ed-a582-9d7204fdda6b\", \"created_at\":\"2025-10-30T16:20:04.770530Z\", \"updated_at\":\"2025-10-30T16:20:04.770530Z\", \"name\":\"test-multicloud\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"e781706d-7e9d-4c15-b416-5445fc7b0fe5\"}" + headers: + Content-Length: + - "713" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:22:48 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - dfa00b10-2971-4970-b2f8-4d8992310593 + status: 200 OK + code: 200 + duration: 85.807264ms +- id: 61 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/8430bc40-cdd3-4572-96ad-c2f65aa12b79 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 713 + body: "{\"region\":\"fr-par\", \"id\":\"8430bc40-cdd3-4572-96ad-c2f65aa12b79\", \"cluster_id\":\"06bfd950-07bf-40ed-a582-9d7204fdda6b\", \"created_at\":\"2025-10-30T16:20:04.770530Z\", \"updated_at\":\"2025-10-30T16:20:04.770530Z\", \"name\":\"test-multicloud\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"e781706d-7e9d-4c15-b416-5445fc7b0fe5\"}" + headers: + Content-Length: + - "713" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:22:53 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 11b6370c-88d9-4357-9a06-3545c7b0ef92 + status: 200 OK + code: 200 + duration: 94.352032ms +- id: 62 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/8430bc40-cdd3-4572-96ad-c2f65aa12b79 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 713 + body: "{\"region\":\"fr-par\", \"id\":\"8430bc40-cdd3-4572-96ad-c2f65aa12b79\", \"cluster_id\":\"06bfd950-07bf-40ed-a582-9d7204fdda6b\", \"created_at\":\"2025-10-30T16:20:04.770530Z\", \"updated_at\":\"2025-10-30T16:20:04.770530Z\", \"name\":\"test-multicloud\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"e781706d-7e9d-4c15-b416-5445fc7b0fe5\"}" + headers: + Content-Length: + - "713" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:22:58 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 00589aa8-5f5d-4c86-a198-ef0319cb9138 + status: 200 OK + code: 200 + duration: 96.950338ms +- id: 63 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/8430bc40-cdd3-4572-96ad-c2f65aa12b79 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 713 + body: "{\"region\":\"fr-par\", \"id\":\"8430bc40-cdd3-4572-96ad-c2f65aa12b79\", \"cluster_id\":\"06bfd950-07bf-40ed-a582-9d7204fdda6b\", \"created_at\":\"2025-10-30T16:20:04.770530Z\", \"updated_at\":\"2025-10-30T16:20:04.770530Z\", \"name\":\"test-multicloud\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"e781706d-7e9d-4c15-b416-5445fc7b0fe5\"}" + headers: + Content-Length: + - "713" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:23:03 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 35019c60-dba4-4339-9b1a-b36a05fa9f64 + status: 200 OK + code: 200 + duration: 81.400143ms +- id: 64 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/8430bc40-cdd3-4572-96ad-c2f65aa12b79 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 713 + body: "{\"region\":\"fr-par\", \"id\":\"8430bc40-cdd3-4572-96ad-c2f65aa12b79\", \"cluster_id\":\"06bfd950-07bf-40ed-a582-9d7204fdda6b\", \"created_at\":\"2025-10-30T16:20:04.770530Z\", \"updated_at\":\"2025-10-30T16:20:04.770530Z\", \"name\":\"test-multicloud\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"e781706d-7e9d-4c15-b416-5445fc7b0fe5\"}" + headers: + Content-Length: + - "713" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:23:08 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 1cfeb8f7-008f-41f1-b461-6e3e88b8635a + status: 200 OK + code: 200 + duration: 93.394845ms +- id: 65 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/8430bc40-cdd3-4572-96ad-c2f65aa12b79 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 713 + body: "{\"region\":\"fr-par\", \"id\":\"8430bc40-cdd3-4572-96ad-c2f65aa12b79\", \"cluster_id\":\"06bfd950-07bf-40ed-a582-9d7204fdda6b\", \"created_at\":\"2025-10-30T16:20:04.770530Z\", \"updated_at\":\"2025-10-30T16:20:04.770530Z\", \"name\":\"test-multicloud\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"e781706d-7e9d-4c15-b416-5445fc7b0fe5\"}" + headers: + Content-Length: + - "713" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:23:13 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 5f0c5574-a779-428f-bae4-21a23a3d6f0b + status: 200 OK + code: 200 + duration: 79.725681ms +- id: 66 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/8430bc40-cdd3-4572-96ad-c2f65aa12b79 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 713 + body: "{\"region\":\"fr-par\", \"id\":\"8430bc40-cdd3-4572-96ad-c2f65aa12b79\", \"cluster_id\":\"06bfd950-07bf-40ed-a582-9d7204fdda6b\", \"created_at\":\"2025-10-30T16:20:04.770530Z\", \"updated_at\":\"2025-10-30T16:20:04.770530Z\", \"name\":\"test-multicloud\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"e781706d-7e9d-4c15-b416-5445fc7b0fe5\"}" + headers: + Content-Length: + - "713" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:23:18 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 2feeb807-d473-45cf-bd54-ec12d65b0ecb + status: 200 OK + code: 200 + duration: 90.843606ms +- id: 67 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/8430bc40-cdd3-4572-96ad-c2f65aa12b79 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 713 + body: "{\"region\":\"fr-par\", \"id\":\"8430bc40-cdd3-4572-96ad-c2f65aa12b79\", \"cluster_id\":\"06bfd950-07bf-40ed-a582-9d7204fdda6b\", \"created_at\":\"2025-10-30T16:20:04.770530Z\", \"updated_at\":\"2025-10-30T16:20:04.770530Z\", \"name\":\"test-multicloud\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"e781706d-7e9d-4c15-b416-5445fc7b0fe5\"}" + headers: + Content-Length: + - "713" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:23:23 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 9200271e-a419-4240-8064-b0d8afa2f276 + status: 200 OK + code: 200 + duration: 95.609682ms +- id: 68 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/8430bc40-cdd3-4572-96ad-c2f65aa12b79 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 713 + body: "{\"region\":\"fr-par\", \"id\":\"8430bc40-cdd3-4572-96ad-c2f65aa12b79\", \"cluster_id\":\"06bfd950-07bf-40ed-a582-9d7204fdda6b\", \"created_at\":\"2025-10-30T16:20:04.770530Z\", \"updated_at\":\"2025-10-30T16:20:04.770530Z\", \"name\":\"test-multicloud\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"e781706d-7e9d-4c15-b416-5445fc7b0fe5\"}" + headers: + Content-Length: + - "713" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:23:28 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - d83ea131-0c0f-4ff4-b51d-db381e515004 + status: 200 OK + code: 200 + duration: 84.542421ms +- id: 69 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/8430bc40-cdd3-4572-96ad-c2f65aa12b79 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 713 + body: "{\"region\":\"fr-par\", \"id\":\"8430bc40-cdd3-4572-96ad-c2f65aa12b79\", \"cluster_id\":\"06bfd950-07bf-40ed-a582-9d7204fdda6b\", \"created_at\":\"2025-10-30T16:20:04.770530Z\", \"updated_at\":\"2025-10-30T16:20:04.770530Z\", \"name\":\"test-multicloud\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"e781706d-7e9d-4c15-b416-5445fc7b0fe5\"}" + headers: + Content-Length: + - "713" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:23:34 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - e835d746-80a5-4292-9018-aa41dbe07b54 + status: 200 OK + code: 200 + duration: 85.47458ms +- id: 70 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/8430bc40-cdd3-4572-96ad-c2f65aa12b79 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 713 + body: "{\"region\":\"fr-par\", \"id\":\"8430bc40-cdd3-4572-96ad-c2f65aa12b79\", \"cluster_id\":\"06bfd950-07bf-40ed-a582-9d7204fdda6b\", \"created_at\":\"2025-10-30T16:20:04.770530Z\", \"updated_at\":\"2025-10-30T16:20:04.770530Z\", \"name\":\"test-multicloud\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"e781706d-7e9d-4c15-b416-5445fc7b0fe5\"}" + headers: + Content-Length: + - "713" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:23:39 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 88567e54-a37d-4582-8c42-c05e2c95d5e9 + status: 200 OK + code: 200 + duration: 81.245403ms +- id: 71 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/8430bc40-cdd3-4572-96ad-c2f65aa12b79 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 713 + body: "{\"region\":\"fr-par\", \"id\":\"8430bc40-cdd3-4572-96ad-c2f65aa12b79\", \"cluster_id\":\"06bfd950-07bf-40ed-a582-9d7204fdda6b\", \"created_at\":\"2025-10-30T16:20:04.770530Z\", \"updated_at\":\"2025-10-30T16:20:04.770530Z\", \"name\":\"test-multicloud\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"e781706d-7e9d-4c15-b416-5445fc7b0fe5\"}" + headers: + Content-Length: + - "713" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:23:44 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 2005c8ab-f111-4a9d-9f47-bd8080cf46d2 + status: 200 OK + code: 200 + duration: 79.318826ms +- id: 72 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/8430bc40-cdd3-4572-96ad-c2f65aa12b79 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 711 + body: "{\"region\":\"fr-par\", \"id\":\"8430bc40-cdd3-4572-96ad-c2f65aa12b79\", \"cluster_id\":\"06bfd950-07bf-40ed-a582-9d7204fdda6b\", \"created_at\":\"2025-10-30T16:20:04.770530Z\", \"updated_at\":\"2025-10-30T16:23:45.087626Z\", \"name\":\"test-multicloud\", \"status\":\"ready\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"e781706d-7e9d-4c15-b416-5445fc7b0fe5\"}" + headers: + Content-Length: + - "711" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:23:49 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - e56c6e64-376d-4eef-b08c-d7653af12098 + status: 200 OK + code: 200 + duration: 88.884339ms +- id: 73 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/06bfd950-07bf-40ed-a582-9d7204fdda6b + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1547 + body: "{\"region\":\"fr-par\", \"id\":\"06bfd950-07bf-40ed-a582-9d7204fdda6b\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:17.388390Z\", \"updated_at\":\"2025-10-30T16:20:02.520617Z\", \"type\":\"multicloud\", \"name\":\"test-multicloud\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[], \"cluster_url\":\"https://06bfd950-07bf-40ed-a582-9d7204fdda6b.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.06bfd950-07bf-40ed-a582-9d7204fdda6b.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-10-30T16:18:17.388405Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"f1bff4d0-bd86-4358-8c0b-ffcb5e034a38\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1547" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:23:49 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - ca8fd944-dd25-4798-bcb6-9cdb92a4f9d5 + status: 200 OK + code: 200 + duration: 26.88613ms +- id: 74 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/8430bc40-cdd3-4572-96ad-c2f65aa12b79 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 711 + body: "{\"region\":\"fr-par\", \"id\":\"8430bc40-cdd3-4572-96ad-c2f65aa12b79\", \"cluster_id\":\"06bfd950-07bf-40ed-a582-9d7204fdda6b\", \"created_at\":\"2025-10-30T16:20:04.770530Z\", \"updated_at\":\"2025-10-30T16:23:45.087626Z\", \"name\":\"test-multicloud\", \"status\":\"ready\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"e781706d-7e9d-4c15-b416-5445fc7b0fe5\"}" + headers: + Content-Length: + - "711" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:23:49 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 1ef34ad5-8436-4934-a47b-55198e7ea4bb + status: 200 OK + code: 200 + duration: 77.497168ms +- id: 75 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + form: + order_by: + - created_at_asc + page: + - "1" + pool_id: + - 8430bc40-cdd3-4572-96ad-c2f65aa12b79 + status: + - unknown + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/06bfd950-07bf-40ed-a582-9d7204fdda6b/nodes?order_by=created_at_asc&page=1&pool_id=8430bc40-cdd3-4572-96ad-c2f65aa12b79&status=unknown + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 618 + body: "{\"total_count\":1, \"nodes\":[{\"region\":\"fr-par\", \"id\":\"444266c1-7a84-4283-824a-2fae23a4f596\", \"cluster_id\":\"06bfd950-07bf-40ed-a582-9d7204fdda6b\", \"created_at\":\"2025-10-30T16:22:32.021633Z\", \"updated_at\":\"2025-10-30T16:23:45.072102Z\", \"pool_id\":\"8430bc40-cdd3-4572-96ad-c2f65aa12b79\", \"status\":\"ready\", \"conditions\":{\"DiskPressure\":\"False\", \"MemoryPressure\":\"False\", \"PIDPressure\":\"False\", \"Ready\":\"True\"}, \"name\":\"scw-test-multicloud-test-multicloud-444266c17a\", \"public_ip_v4\":\"51.158.97.50\", \"public_ip_v6\":null, \"provider_id\":\"scaleway://instance/fr-par-1/561b7d5a-8487-432e-b009-242d42760f87\", \"error_message\":\"\"}]}" + headers: + Content-Length: + - "618" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:23:49 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 11ede52e-96df-4c70-9e2f-288519ab7805 + status: 200 OK + code: 200 + duration: 21.421965ms +- id: 76 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/06bfd950-07bf-40ed-a582-9d7204fdda6b + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1547 + body: "{\"region\":\"fr-par\", \"id\":\"06bfd950-07bf-40ed-a582-9d7204fdda6b\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:17.388390Z\", \"updated_at\":\"2025-10-30T16:20:02.520617Z\", \"type\":\"multicloud\", \"name\":\"test-multicloud\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[], \"cluster_url\":\"https://06bfd950-07bf-40ed-a582-9d7204fdda6b.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.06bfd950-07bf-40ed-a582-9d7204fdda6b.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-10-30T16:18:17.388405Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"f1bff4d0-bd86-4358-8c0b-ffcb5e034a38\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1547" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:23:49 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 1983e267-62f1-4e5b-82b2-00993839bf61 + status: 200 OK + code: 200 + duration: 22.14364ms +- id: 77 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + form: + order_by: + - created_at_desc + project_id: + - 105bdce1-64c0-48ab-899d-868455867ecf + resource_name: + - scw-test-multicloud-test-multicloud-444266c17a + resource_type: + - unknown_type + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/ipam/v1/regions/fr-par/ips?order_by=created_at_desc&project_id=105bdce1-64c0-48ab-899d-868455867ecf&resource_name=scw-test-multicloud-test-multicloud-444266c17a&resource_type=unknown_type + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 27 + body: "{\"total_count\":0, \"ips\":[]}" + headers: + Content-Length: + - "27" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:23:49 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 93fceb7e-6f12-4086-84ea-ff561b15a1e6 + status: 200 OK + code: 200 + duration: 136.186157ms +- id: 78 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/06bfd950-07bf-40ed-a582-9d7204fdda6b + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1547 + body: "{\"region\":\"fr-par\", \"id\":\"06bfd950-07bf-40ed-a582-9d7204fdda6b\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:17.388390Z\", \"updated_at\":\"2025-10-30T16:20:02.520617Z\", \"type\":\"multicloud\", \"name\":\"test-multicloud\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[], \"cluster_url\":\"https://06bfd950-07bf-40ed-a582-9d7204fdda6b.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.06bfd950-07bf-40ed-a582-9d7204fdda6b.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-10-30T16:18:17.388405Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"f1bff4d0-bd86-4358-8c0b-ffcb5e034a38\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1547" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:23:49 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 3b57c84d-689a-421f-a2c2-ac4be3db3c16 + status: 200 OK + code: 200 + duration: 25.217219ms +- id: 79 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/06bfd950-07bf-40ed-a582-9d7204fdda6b + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1547 + body: "{\"region\":\"fr-par\", \"id\":\"06bfd950-07bf-40ed-a582-9d7204fdda6b\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:17.388390Z\", \"updated_at\":\"2025-10-30T16:20:02.520617Z\", \"type\":\"multicloud\", \"name\":\"test-multicloud\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[], \"cluster_url\":\"https://06bfd950-07bf-40ed-a582-9d7204fdda6b.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.06bfd950-07bf-40ed-a582-9d7204fdda6b.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-10-30T16:18:17.388405Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"f1bff4d0-bd86-4358-8c0b-ffcb5e034a38\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1547" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:23:49 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 059dd572-01ba-49a5-955e-0b06f253610e + status: 200 OK + code: 200 + duration: 30.448105ms +- id: 80 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/06bfd950-07bf-40ed-a582-9d7204fdda6b/kubeconfig + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1662 + body: "{\"name\":\"kubeconfig\", \"content_type\":\"application/octet-stream\", \"content\":\"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogInRlc3QtbXVsdGljbG91ZCIKICBjbHVzdGVyOgogICAgY2VydGlmaWNhdGUtYXV0aG9yaXR5LWRhdGE6IExTMHRMUzFDUlVkSlRpQkRSVkpVU1VaSlEwRlVSUzB0TFMwdENrMUpTVUpZUkVORFFWRkhaMEYzU1VKQlowbENRVVJCUzBKblozRm9hMnBQVUZGUlJFRnFRVlpOVWsxM1JWRlpSRlpSVVVSRmQzQnlaRmRLYkdOdE5Xd0taRWRXZWsxQ05GaEVWRWt4VFZSQmVVOVVSVEpOVkdkNFRqRnZXRVJVVFRGTlZFRjVUMVJGTWsxVVozaE9NVzkzUmxSRlZFMUNSVWRCTVZWRlFYaE5Td3BoTTFacFdsaEtkVnBZVW14amVrSmFUVUpOUjBKNWNVZFRUVFE1UVdkRlIwTkRjVWRUVFRRNVFYZEZTRUV3U1VGQ1NrWXJPR2RKV2xOTlVWRmpXR0ZzQ2xweFZHSkVVazVLYlVSd1ExUkphVTFSUTJscVkyMUdhVzlxVG5KR1IzVnJWbXBuWWpkM09UZzBZblJQZEVKRFJqUTViRUZ2Vm1rMkwwa3ZSVlYyV2tVS1dYWnZTV2RIY1dwUmFrSkJUVUUwUjBFeFZXUkVkMFZDTDNkUlJVRjNTVU53UkVGUVFtZE9Wa2hTVFVKQlpqaEZRbFJCUkVGUlNDOU5RakJIUVRGVlpBcEVaMUZYUWtKVGRVSmFMMWhsZEhveGJsVnhZMWhvUTJoRVRFSnlaa1F5Y1docVFVdENaMmR4YUd0cVQxQlJVVVJCWjA1S1FVUkNSMEZwUlVGbmRYVlBDbEpuTjBaNGVGUTRXazgyVEZBeWJESXdWakpJYWsxcWFGWlVSMnB2V25ocFpHUlROM0JWT0VOSlVVTnJhMGMyVDBwSU5HVlVRbk5LVGs1a2QwNTRXVWNLYkVoYU56SjBURUp1TVhScVZFOTZiMEpSYld4S1FUMDlDaTB0TFMwdFJVNUVJRU5GVWxSSlJrbERRVlJGTFMwdExTMEsKICAgIHNlcnZlcjogaHR0cHM6Ly8wNmJmZDk1MC0wN2JmLTQwZWQtYTU4Mi05ZDcyMDRmZGRhNmIuYXBpLms4cy5mci1wYXIuc2N3LmNsb3VkOjY0NDMKY29udGV4dHM6Ci0gbmFtZTogYWRtaW5AdGVzdC1tdWx0aWNsb3VkCiAgY29udGV4dDoKICAgIGNsdXN0ZXI6ICJ0ZXN0LW11bHRpY2xvdWQiCiAgICB1c2VyOiB0ZXN0LW11bHRpY2xvdWQtYWRtaW4KY3VycmVudC1jb250ZXh0OiBhZG1pbkB0ZXN0LW11bHRpY2xvdWQKa2luZDogQ29uZmlnCnByZWZlcmVuY2VzOiB7fQp1c2VyczoKLSBuYW1lOiB0ZXN0LW11bHRpY2xvdWQtYWRtaW4KICB1c2VyOgogICAgdG9rZW46IDB6bGZyV2M4WWRFcUUwbDhUVEdYWk9UaGlyWHJNZThHUkY1T2owSExieUFyZ3lRWHhuaE9ZeFNn\"}" + headers: + Content-Length: + - "1662" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:23:49 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 812e0426-7229-4eb5-9676-b37b2039e159 + status: 200 OK + code: 200 + duration: 85.002274ms +- id: 81 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/8430bc40-cdd3-4572-96ad-c2f65aa12b79 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 711 + body: "{\"region\":\"fr-par\", \"id\":\"8430bc40-cdd3-4572-96ad-c2f65aa12b79\", \"cluster_id\":\"06bfd950-07bf-40ed-a582-9d7204fdda6b\", \"created_at\":\"2025-10-30T16:20:04.770530Z\", \"updated_at\":\"2025-10-30T16:23:45.087626Z\", \"name\":\"test-multicloud\", \"status\":\"ready\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"e781706d-7e9d-4c15-b416-5445fc7b0fe5\"}" + headers: + Content-Length: + - "711" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:23:49 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 560dffa4-d9b8-49d7-bf50-6f4085f3214c + status: 200 OK + code: 200 + duration: 26.35323ms +- id: 82 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + form: + order_by: + - created_at_asc + page: + - "1" + pool_id: + - 8430bc40-cdd3-4572-96ad-c2f65aa12b79 + status: + - unknown + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/06bfd950-07bf-40ed-a582-9d7204fdda6b/nodes?order_by=created_at_asc&page=1&pool_id=8430bc40-cdd3-4572-96ad-c2f65aa12b79&status=unknown + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 618 + body: "{\"total_count\":1, \"nodes\":[{\"region\":\"fr-par\", \"id\":\"444266c1-7a84-4283-824a-2fae23a4f596\", \"cluster_id\":\"06bfd950-07bf-40ed-a582-9d7204fdda6b\", \"created_at\":\"2025-10-30T16:22:32.021633Z\", \"updated_at\":\"2025-10-30T16:23:45.072102Z\", \"pool_id\":\"8430bc40-cdd3-4572-96ad-c2f65aa12b79\", \"status\":\"ready\", \"conditions\":{\"DiskPressure\":\"False\", \"MemoryPressure\":\"False\", \"PIDPressure\":\"False\", \"Ready\":\"True\"}, \"name\":\"scw-test-multicloud-test-multicloud-444266c17a\", \"public_ip_v4\":\"51.158.97.50\", \"public_ip_v6\":null, \"provider_id\":\"scaleway://instance/fr-par-1/561b7d5a-8487-432e-b009-242d42760f87\", \"error_message\":\"\"}]}" + headers: + Content-Length: + - "618" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:23:49 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 6d154a72-57dd-44d7-b03a-6e2bfbe6c7c6 + status: 200 OK + code: 200 + duration: 23.07619ms +- id: 83 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/06bfd950-07bf-40ed-a582-9d7204fdda6b + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1547 + body: "{\"region\":\"fr-par\", \"id\":\"06bfd950-07bf-40ed-a582-9d7204fdda6b\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:17.388390Z\", \"updated_at\":\"2025-10-30T16:20:02.520617Z\", \"type\":\"multicloud\", \"name\":\"test-multicloud\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[], \"cluster_url\":\"https://06bfd950-07bf-40ed-a582-9d7204fdda6b.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.06bfd950-07bf-40ed-a582-9d7204fdda6b.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-10-30T16:18:17.388405Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"f1bff4d0-bd86-4358-8c0b-ffcb5e034a38\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1547" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:23:49 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - ed882174-c0e8-40d9-909f-bbc08deb74b1 + status: 200 OK + code: 200 + duration: 21.066407ms +- id: 84 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + form: + order_by: + - created_at_desc + project_id: + - 105bdce1-64c0-48ab-899d-868455867ecf + resource_name: + - scw-test-multicloud-test-multicloud-444266c17a + resource_type: + - unknown_type + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/ipam/v1/regions/fr-par/ips?order_by=created_at_desc&project_id=105bdce1-64c0-48ab-899d-868455867ecf&resource_name=scw-test-multicloud-test-multicloud-444266c17a&resource_type=unknown_type + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 27 + body: "{\"total_count\":0, \"ips\":[]}" + headers: + Content-Length: + - "27" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:23:50 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 5d61bfd5-178c-4e3e-bd27-e8ab1289ea10 + status: 200 OK + code: 200 + duration: 28.726925ms +- id: 85 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/8430bc40-cdd3-4572-96ad-c2f65aa12b79 + method: DELETE + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 714 + body: "{\"region\":\"fr-par\", \"id\":\"8430bc40-cdd3-4572-96ad-c2f65aa12b79\", \"cluster_id\":\"06bfd950-07bf-40ed-a582-9d7204fdda6b\", \"created_at\":\"2025-10-30T16:20:04.770530Z\", \"updated_at\":\"2025-10-30T16:23:50.217972Z\", \"name\":\"test-multicloud\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"e781706d-7e9d-4c15-b416-5445fc7b0fe5\"}" + headers: + Content-Length: + - "714" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:23:50 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - b46dbae8-9f31-468f-913f-9acd4c58f114 + status: 200 OK + code: 200 + duration: 45.791312ms +- id: 86 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/8430bc40-cdd3-4572-96ad-c2f65aa12b79 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 714 + body: "{\"region\":\"fr-par\", \"id\":\"8430bc40-cdd3-4572-96ad-c2f65aa12b79\", \"cluster_id\":\"06bfd950-07bf-40ed-a582-9d7204fdda6b\", \"created_at\":\"2025-10-30T16:20:04.770530Z\", \"updated_at\":\"2025-10-30T16:23:50.217972Z\", \"name\":\"test-multicloud\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"e781706d-7e9d-4c15-b416-5445fc7b0fe5\"}" + headers: + Content-Length: + - "714" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:23:50 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 09b5b895-53e8-4723-abd1-35fd0d4927b2 + status: 200 OK + code: 200 + duration: 26.682809ms +- id: 87 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/8430bc40-cdd3-4572-96ad-c2f65aa12b79 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 714 + body: "{\"region\":\"fr-par\", \"id\":\"8430bc40-cdd3-4572-96ad-c2f65aa12b79\", \"cluster_id\":\"06bfd950-07bf-40ed-a582-9d7204fdda6b\", \"created_at\":\"2025-10-30T16:20:04.770530Z\", \"updated_at\":\"2025-10-30T16:23:50.217972Z\", \"name\":\"test-multicloud\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"e781706d-7e9d-4c15-b416-5445fc7b0fe5\"}" + headers: + Content-Length: + - "714" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:23:55 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - adbb5d6b-2a38-43b0-a01e-a4b8e1deb6f1 + status: 200 OK + code: 200 + duration: 107.107611ms +- id: 88 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/8430bc40-cdd3-4572-96ad-c2f65aa12b79 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 714 + body: "{\"region\":\"fr-par\", \"id\":\"8430bc40-cdd3-4572-96ad-c2f65aa12b79\", \"cluster_id\":\"06bfd950-07bf-40ed-a582-9d7204fdda6b\", \"created_at\":\"2025-10-30T16:20:04.770530Z\", \"updated_at\":\"2025-10-30T16:23:50.217972Z\", \"name\":\"test-multicloud\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"e781706d-7e9d-4c15-b416-5445fc7b0fe5\"}" + headers: + Content-Length: + - "714" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:24:00 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 1998e1a1-bfb2-4491-9940-00c08d107035 + status: 200 OK + code: 200 + duration: 79.412413ms +- id: 89 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/8430bc40-cdd3-4572-96ad-c2f65aa12b79 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 714 + body: "{\"region\":\"fr-par\", \"id\":\"8430bc40-cdd3-4572-96ad-c2f65aa12b79\", \"cluster_id\":\"06bfd950-07bf-40ed-a582-9d7204fdda6b\", \"created_at\":\"2025-10-30T16:20:04.770530Z\", \"updated_at\":\"2025-10-30T16:23:50.217972Z\", \"name\":\"test-multicloud\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"e781706d-7e9d-4c15-b416-5445fc7b0fe5\"}" + headers: + Content-Length: + - "714" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:24:05 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - fa60896d-a57a-4ee5-ad36-47cad31a824b + status: 200 OK + code: 200 + duration: 83.55607ms +- id: 90 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/8430bc40-cdd3-4572-96ad-c2f65aa12b79 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 714 + body: "{\"region\":\"fr-par\", \"id\":\"8430bc40-cdd3-4572-96ad-c2f65aa12b79\", \"cluster_id\":\"06bfd950-07bf-40ed-a582-9d7204fdda6b\", \"created_at\":\"2025-10-30T16:20:04.770530Z\", \"updated_at\":\"2025-10-30T16:23:50.217972Z\", \"name\":\"test-multicloud\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"e781706d-7e9d-4c15-b416-5445fc7b0fe5\"}" + headers: + Content-Length: + - "714" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:24:10 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 0c144a42-25ca-4a6b-82fd-0fcfd9434792 + status: 200 OK + code: 200 + duration: 71.929439ms +- id: 91 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/8430bc40-cdd3-4572-96ad-c2f65aa12b79 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 714 + body: "{\"region\":\"fr-par\", \"id\":\"8430bc40-cdd3-4572-96ad-c2f65aa12b79\", \"cluster_id\":\"06bfd950-07bf-40ed-a582-9d7204fdda6b\", \"created_at\":\"2025-10-30T16:20:04.770530Z\", \"updated_at\":\"2025-10-30T16:23:50.217972Z\", \"name\":\"test-multicloud\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"e781706d-7e9d-4c15-b416-5445fc7b0fe5\"}" + headers: + Content-Length: + - "714" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:24:15 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 49fb8532-1890-4ec2-b4f2-e35e0132bde7 + status: 200 OK + code: 200 + duration: 83.96669ms +- id: 92 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/8430bc40-cdd3-4572-96ad-c2f65aa12b79 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 714 + body: "{\"region\":\"fr-par\", \"id\":\"8430bc40-cdd3-4572-96ad-c2f65aa12b79\", \"cluster_id\":\"06bfd950-07bf-40ed-a582-9d7204fdda6b\", \"created_at\":\"2025-10-30T16:20:04.770530Z\", \"updated_at\":\"2025-10-30T16:23:50.217972Z\", \"name\":\"test-multicloud\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"e781706d-7e9d-4c15-b416-5445fc7b0fe5\"}" + headers: + Content-Length: + - "714" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:24:20 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 04b91860-ee9c-4d6a-90cf-98d97fe9b42e + status: 200 OK + code: 200 + duration: 75.804732ms +- id: 93 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/8430bc40-cdd3-4572-96ad-c2f65aa12b79 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 714 + body: "{\"region\":\"fr-par\", \"id\":\"8430bc40-cdd3-4572-96ad-c2f65aa12b79\", \"cluster_id\":\"06bfd950-07bf-40ed-a582-9d7204fdda6b\", \"created_at\":\"2025-10-30T16:20:04.770530Z\", \"updated_at\":\"2025-10-30T16:23:50.217972Z\", \"name\":\"test-multicloud\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"e781706d-7e9d-4c15-b416-5445fc7b0fe5\"}" + headers: + Content-Length: + - "714" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:24:25 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - e06b316b-2377-4747-ac9a-4d8dece99a78 + status: 200 OK + code: 200 + duration: 83.68938ms +- id: 94 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/8430bc40-cdd3-4572-96ad-c2f65aa12b79 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 714 + body: "{\"region\":\"fr-par\", \"id\":\"8430bc40-cdd3-4572-96ad-c2f65aa12b79\", \"cluster_id\":\"06bfd950-07bf-40ed-a582-9d7204fdda6b\", \"created_at\":\"2025-10-30T16:20:04.770530Z\", \"updated_at\":\"2025-10-30T16:23:50.217972Z\", \"name\":\"test-multicloud\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"e781706d-7e9d-4c15-b416-5445fc7b0fe5\"}" + headers: + Content-Length: + - "714" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:24:30 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 455d5fcc-7816-40da-92c8-7a2741f2b0ef + status: 200 OK + code: 200 + duration: 89.248202ms +- id: 95 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/8430bc40-cdd3-4572-96ad-c2f65aa12b79 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 714 + body: "{\"region\":\"fr-par\", \"id\":\"8430bc40-cdd3-4572-96ad-c2f65aa12b79\", \"cluster_id\":\"06bfd950-07bf-40ed-a582-9d7204fdda6b\", \"created_at\":\"2025-10-30T16:20:04.770530Z\", \"updated_at\":\"2025-10-30T16:23:50.217972Z\", \"name\":\"test-multicloud\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"e781706d-7e9d-4c15-b416-5445fc7b0fe5\"}" + headers: + Content-Length: + - "714" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:24:36 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - b9483815-a3c3-400b-b606-639e7c00b561 + status: 200 OK + code: 200 + duration: 80.838429ms +- id: 96 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/8430bc40-cdd3-4572-96ad-c2f65aa12b79 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 714 + body: "{\"region\":\"fr-par\", \"id\":\"8430bc40-cdd3-4572-96ad-c2f65aa12b79\", \"cluster_id\":\"06bfd950-07bf-40ed-a582-9d7204fdda6b\", \"created_at\":\"2025-10-30T16:20:04.770530Z\", \"updated_at\":\"2025-10-30T16:23:50.217972Z\", \"name\":\"test-multicloud\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"e781706d-7e9d-4c15-b416-5445fc7b0fe5\"}" + headers: + Content-Length: + - "714" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:24:41 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 258da016-bfbb-446c-b5f9-d239b4a49f2b + status: 200 OK + code: 200 + duration: 101.594675ms +- id: 97 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/8430bc40-cdd3-4572-96ad-c2f65aa12b79 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 714 + body: "{\"region\":\"fr-par\", \"id\":\"8430bc40-cdd3-4572-96ad-c2f65aa12b79\", \"cluster_id\":\"06bfd950-07bf-40ed-a582-9d7204fdda6b\", \"created_at\":\"2025-10-30T16:20:04.770530Z\", \"updated_at\":\"2025-10-30T16:23:50.217972Z\", \"name\":\"test-multicloud\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"e781706d-7e9d-4c15-b416-5445fc7b0fe5\"}" + headers: + Content-Length: + - "714" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:24:46 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - ddf1436b-b9b6-4cb4-a26d-0e6aaac1782c + status: 200 OK + code: 200 + duration: 82.220724ms +- id: 98 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/8430bc40-cdd3-4572-96ad-c2f65aa12b79 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 714 + body: "{\"region\":\"fr-par\", \"id\":\"8430bc40-cdd3-4572-96ad-c2f65aa12b79\", \"cluster_id\":\"06bfd950-07bf-40ed-a582-9d7204fdda6b\", \"created_at\":\"2025-10-30T16:20:04.770530Z\", \"updated_at\":\"2025-10-30T16:23:50.217972Z\", \"name\":\"test-multicloud\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"e781706d-7e9d-4c15-b416-5445fc7b0fe5\"}" + headers: + Content-Length: + - "714" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:24:51 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - f07c08f6-b55b-41bd-9312-33b169324c69 + status: 200 OK + code: 200 + duration: 92.60853ms +- id: 99 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/8430bc40-cdd3-4572-96ad-c2f65aa12b79 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 714 + body: "{\"region\":\"fr-par\", \"id\":\"8430bc40-cdd3-4572-96ad-c2f65aa12b79\", \"cluster_id\":\"06bfd950-07bf-40ed-a582-9d7204fdda6b\", \"created_at\":\"2025-10-30T16:20:04.770530Z\", \"updated_at\":\"2025-10-30T16:23:50.217972Z\", \"name\":\"test-multicloud\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"e781706d-7e9d-4c15-b416-5445fc7b0fe5\"}" + headers: + Content-Length: + - "714" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:24:56 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 812fb9f2-1f07-4e9d-a05b-1f043d026c61 + status: 200 OK + code: 200 + duration: 99.324414ms +- id: 100 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/8430bc40-cdd3-4572-96ad-c2f65aa12b79 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 714 + body: "{\"region\":\"fr-par\", \"id\":\"8430bc40-cdd3-4572-96ad-c2f65aa12b79\", \"cluster_id\":\"06bfd950-07bf-40ed-a582-9d7204fdda6b\", \"created_at\":\"2025-10-30T16:20:04.770530Z\", \"updated_at\":\"2025-10-30T16:23:50.217972Z\", \"name\":\"test-multicloud\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"e781706d-7e9d-4c15-b416-5445fc7b0fe5\"}" + headers: + Content-Length: + - "714" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:25:01 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 277bd422-8845-4108-8b21-8588cf6fa80f + status: 200 OK + code: 200 + duration: 87.047813ms +- id: 101 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/8430bc40-cdd3-4572-96ad-c2f65aa12b79 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 714 + body: "{\"region\":\"fr-par\", \"id\":\"8430bc40-cdd3-4572-96ad-c2f65aa12b79\", \"cluster_id\":\"06bfd950-07bf-40ed-a582-9d7204fdda6b\", \"created_at\":\"2025-10-30T16:20:04.770530Z\", \"updated_at\":\"2025-10-30T16:23:50.217972Z\", \"name\":\"test-multicloud\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"e781706d-7e9d-4c15-b416-5445fc7b0fe5\"}" + headers: + Content-Length: + - "714" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:25:06 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 267e76c7-faf0-4fdd-9698-f50e77917155 + status: 200 OK + code: 200 + duration: 84.942091ms +- id: 102 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/8430bc40-cdd3-4572-96ad-c2f65aa12b79 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 714 + body: "{\"region\":\"fr-par\", \"id\":\"8430bc40-cdd3-4572-96ad-c2f65aa12b79\", \"cluster_id\":\"06bfd950-07bf-40ed-a582-9d7204fdda6b\", \"created_at\":\"2025-10-30T16:20:04.770530Z\", \"updated_at\":\"2025-10-30T16:23:50.217972Z\", \"name\":\"test-multicloud\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"e781706d-7e9d-4c15-b416-5445fc7b0fe5\"}" + headers: + Content-Length: + - "714" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:25:11 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - e614de78-63ce-4401-9e1d-0fac49254b30 + status: 200 OK + code: 200 + duration: 95.008393ms +- id: 103 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/8430bc40-cdd3-4572-96ad-c2f65aa12b79 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 714 + body: "{\"region\":\"fr-par\", \"id\":\"8430bc40-cdd3-4572-96ad-c2f65aa12b79\", \"cluster_id\":\"06bfd950-07bf-40ed-a582-9d7204fdda6b\", \"created_at\":\"2025-10-30T16:20:04.770530Z\", \"updated_at\":\"2025-10-30T16:23:50.217972Z\", \"name\":\"test-multicloud\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"e781706d-7e9d-4c15-b416-5445fc7b0fe5\"}" + headers: + Content-Length: + - "714" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:25:16 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 479c4f1d-4342-485e-ac53-6d69d3bdff5f + status: 200 OK + code: 200 + duration: 82.072015ms +- id: 104 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/8430bc40-cdd3-4572-96ad-c2f65aa12b79 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 714 + body: "{\"region\":\"fr-par\", \"id\":\"8430bc40-cdd3-4572-96ad-c2f65aa12b79\", \"cluster_id\":\"06bfd950-07bf-40ed-a582-9d7204fdda6b\", \"created_at\":\"2025-10-30T16:20:04.770530Z\", \"updated_at\":\"2025-10-30T16:23:50.217972Z\", \"name\":\"test-multicloud\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"e781706d-7e9d-4c15-b416-5445fc7b0fe5\"}" + headers: + Content-Length: + - "714" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:25:21 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - a891451a-b386-4d8d-a310-004402e296dd + status: 200 OK + code: 200 + duration: 88.054362ms +- id: 105 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/8430bc40-cdd3-4572-96ad-c2f65aa12b79 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 714 + body: "{\"region\":\"fr-par\", \"id\":\"8430bc40-cdd3-4572-96ad-c2f65aa12b79\", \"cluster_id\":\"06bfd950-07bf-40ed-a582-9d7204fdda6b\", \"created_at\":\"2025-10-30T16:20:04.770530Z\", \"updated_at\":\"2025-10-30T16:23:50.217972Z\", \"name\":\"test-multicloud\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"e781706d-7e9d-4c15-b416-5445fc7b0fe5\"}" + headers: + Content-Length: + - "714" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:25:26 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - b1bec336-596e-4646-9f2a-0205191a9762 + status: 200 OK + code: 200 + duration: 78.72384ms +- id: 106 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/8430bc40-cdd3-4572-96ad-c2f65aa12b79 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 714 + body: "{\"region\":\"fr-par\", \"id\":\"8430bc40-cdd3-4572-96ad-c2f65aa12b79\", \"cluster_id\":\"06bfd950-07bf-40ed-a582-9d7204fdda6b\", \"created_at\":\"2025-10-30T16:20:04.770530Z\", \"updated_at\":\"2025-10-30T16:23:50.217972Z\", \"name\":\"test-multicloud\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"e781706d-7e9d-4c15-b416-5445fc7b0fe5\"}" + headers: + Content-Length: + - "714" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:25:32 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - b275e646-a5df-49b3-be04-de5d3437041b + status: 200 OK + code: 200 + duration: 83.342549ms +- id: 107 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/8430bc40-cdd3-4572-96ad-c2f65aa12b79 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 714 + body: "{\"region\":\"fr-par\", \"id\":\"8430bc40-cdd3-4572-96ad-c2f65aa12b79\", \"cluster_id\":\"06bfd950-07bf-40ed-a582-9d7204fdda6b\", \"created_at\":\"2025-10-30T16:20:04.770530Z\", \"updated_at\":\"2025-10-30T16:23:50.217972Z\", \"name\":\"test-multicloud\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"e781706d-7e9d-4c15-b416-5445fc7b0fe5\"}" + headers: + Content-Length: + - "714" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:25:37 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 40285b87-0e95-46c2-9fac-bf07484bc687 + status: 200 OK + code: 200 + duration: 75.573228ms +- id: 108 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/8430bc40-cdd3-4572-96ad-c2f65aa12b79 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 714 + body: "{\"region\":\"fr-par\", \"id\":\"8430bc40-cdd3-4572-96ad-c2f65aa12b79\", \"cluster_id\":\"06bfd950-07bf-40ed-a582-9d7204fdda6b\", \"created_at\":\"2025-10-30T16:20:04.770530Z\", \"updated_at\":\"2025-10-30T16:23:50.217972Z\", \"name\":\"test-multicloud\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"e781706d-7e9d-4c15-b416-5445fc7b0fe5\"}" + headers: + Content-Length: + - "714" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:25:42 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 4c5fc102-9a6f-47de-9127-40f24c80a1b3 + status: 200 OK + code: 200 + duration: 91.981242ms +- id: 109 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/8430bc40-cdd3-4572-96ad-c2f65aa12b79 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 714 + body: "{\"region\":\"fr-par\", \"id\":\"8430bc40-cdd3-4572-96ad-c2f65aa12b79\", \"cluster_id\":\"06bfd950-07bf-40ed-a582-9d7204fdda6b\", \"created_at\":\"2025-10-30T16:20:04.770530Z\", \"updated_at\":\"2025-10-30T16:23:50.217972Z\", \"name\":\"test-multicloud\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"e781706d-7e9d-4c15-b416-5445fc7b0fe5\"}" + headers: + Content-Length: + - "714" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:25:47 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - f5abc622-b8f7-4470-89e5-9122e9095a7e + status: 200 OK + code: 200 + duration: 99.920613ms +- id: 110 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/8430bc40-cdd3-4572-96ad-c2f65aa12b79 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 714 + body: "{\"region\":\"fr-par\", \"id\":\"8430bc40-cdd3-4572-96ad-c2f65aa12b79\", \"cluster_id\":\"06bfd950-07bf-40ed-a582-9d7204fdda6b\", \"created_at\":\"2025-10-30T16:20:04.770530Z\", \"updated_at\":\"2025-10-30T16:23:50.217972Z\", \"name\":\"test-multicloud\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"e781706d-7e9d-4c15-b416-5445fc7b0fe5\"}" + headers: + Content-Length: + - "714" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:25:52 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - ee51b6e2-ac64-4eba-934d-0f7c3e8dfe6a + status: 200 OK + code: 200 + duration: 77.821747ms +- id: 111 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/8430bc40-cdd3-4572-96ad-c2f65aa12b79 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 714 + body: "{\"region\":\"fr-par\", \"id\":\"8430bc40-cdd3-4572-96ad-c2f65aa12b79\", \"cluster_id\":\"06bfd950-07bf-40ed-a582-9d7204fdda6b\", \"created_at\":\"2025-10-30T16:20:04.770530Z\", \"updated_at\":\"2025-10-30T16:23:50.217972Z\", \"name\":\"test-multicloud\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"e781706d-7e9d-4c15-b416-5445fc7b0fe5\"}" + headers: + Content-Length: + - "714" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:25:57 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 28d66f8e-f797-4348-ae69-e85216eeaa1e + status: 200 OK + code: 200 + duration: 99.113858ms +- id: 112 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/8430bc40-cdd3-4572-96ad-c2f65aa12b79 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 125 + body: "{\"message\":\"resource is not found\",\"resource\":\"pool\",\"resource_id\":\"8430bc40-cdd3-4572-96ad-c2f65aa12b79\",\"type\":\"not_found\"}" + headers: + Content-Length: + - "125" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:26:02 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - dd7b6366-37a2-4751-84d6-75e89006bd84 + status: 404 Not Found + code: 404 + duration: 31.975391ms +- id: 113 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + form: + with_additional_resources: + - "false" + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/06bfd950-07bf-40ed-a582-9d7204fdda6b?with_additional_resources=false + method: DELETE + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1551 + body: "{\"region\":\"fr-par\", \"id\":\"06bfd950-07bf-40ed-a582-9d7204fdda6b\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:17.388390Z\", \"updated_at\":\"2025-10-30T16:26:02.597406Z\", \"type\":\"multicloud\", \"name\":\"test-multicloud\", \"description\":\"\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[], \"cluster_url\":\"https://06bfd950-07bf-40ed-a582-9d7204fdda6b.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.06bfd950-07bf-40ed-a582-9d7204fdda6b.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-10-30T16:18:17.388405Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"f1bff4d0-bd86-4358-8c0b-ffcb5e034a38\", \"new_images_enabled\":false, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1551" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:26:02 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - f1f06986-2d90-4055-8694-8af170451354 + status: 200 OK + code: 200 + duration: 147.631488ms +- id: 114 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/06bfd950-07bf-40ed-a582-9d7204fdda6b + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1550 + body: "{\"region\":\"fr-par\", \"id\":\"06bfd950-07bf-40ed-a582-9d7204fdda6b\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:17.388390Z\", \"updated_at\":\"2025-10-30T16:26:02.597406Z\", \"type\":\"multicloud\", \"name\":\"test-multicloud\", \"description\":\"\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[], \"cluster_url\":\"https://06bfd950-07bf-40ed-a582-9d7204fdda6b.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.06bfd950-07bf-40ed-a582-9d7204fdda6b.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-10-30T16:18:17.388405Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"f1bff4d0-bd86-4358-8c0b-ffcb5e034a38\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1550" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:26:02 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - d6dbd1a8-49b9-42d6-9c95-a15f20fa7898 + status: 200 OK + code: 200 + duration: 85.708479ms +- id: 115 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/06bfd950-07bf-40ed-a582-9d7204fdda6b + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1550 + body: "{\"region\":\"fr-par\", \"id\":\"06bfd950-07bf-40ed-a582-9d7204fdda6b\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:17.388390Z\", \"updated_at\":\"2025-10-30T16:26:02.597406Z\", \"type\":\"multicloud\", \"name\":\"test-multicloud\", \"description\":\"\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[], \"cluster_url\":\"https://06bfd950-07bf-40ed-a582-9d7204fdda6b.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.06bfd950-07bf-40ed-a582-9d7204fdda6b.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-10-30T16:18:17.388405Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"f1bff4d0-bd86-4358-8c0b-ffcb5e034a38\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1550" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:26:07 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - dda3a48c-2049-46a2-8956-65531fde7bb2 + status: 200 OK + code: 200 + duration: 87.572407ms +- id: 116 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/06bfd950-07bf-40ed-a582-9d7204fdda6b + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1550 + body: "{\"region\":\"fr-par\", \"id\":\"06bfd950-07bf-40ed-a582-9d7204fdda6b\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:17.388390Z\", \"updated_at\":\"2025-10-30T16:26:02.597406Z\", \"type\":\"multicloud\", \"name\":\"test-multicloud\", \"description\":\"\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[], \"cluster_url\":\"https://06bfd950-07bf-40ed-a582-9d7204fdda6b.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.06bfd950-07bf-40ed-a582-9d7204fdda6b.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-10-30T16:18:17.388405Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"f1bff4d0-bd86-4358-8c0b-ffcb5e034a38\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1550" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:26:12 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 070e7570-ea3a-4f89-b1f1-45ce894bfb21 + status: 200 OK + code: 200 + duration: 102.757077ms +- id: 117 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/06bfd950-07bf-40ed-a582-9d7204fdda6b + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1550 + body: "{\"region\":\"fr-par\", \"id\":\"06bfd950-07bf-40ed-a582-9d7204fdda6b\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:17.388390Z\", \"updated_at\":\"2025-10-30T16:26:02.597406Z\", \"type\":\"multicloud\", \"name\":\"test-multicloud\", \"description\":\"\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[], \"cluster_url\":\"https://06bfd950-07bf-40ed-a582-9d7204fdda6b.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.06bfd950-07bf-40ed-a582-9d7204fdda6b.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-10-30T16:18:17.388405Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"f1bff4d0-bd86-4358-8c0b-ffcb5e034a38\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1550" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:26:18 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 7fdc0059-e038-4c23-9c81-6c0e74c35d8c + status: 200 OK + code: 200 + duration: 91.691668ms +- id: 118 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/06bfd950-07bf-40ed-a582-9d7204fdda6b + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1550 + body: "{\"region\":\"fr-par\", \"id\":\"06bfd950-07bf-40ed-a582-9d7204fdda6b\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:17.388390Z\", \"updated_at\":\"2025-10-30T16:26:02.597406Z\", \"type\":\"multicloud\", \"name\":\"test-multicloud\", \"description\":\"\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[], \"cluster_url\":\"https://06bfd950-07bf-40ed-a582-9d7204fdda6b.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.06bfd950-07bf-40ed-a582-9d7204fdda6b.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-10-30T16:18:17.388405Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"f1bff4d0-bd86-4358-8c0b-ffcb5e034a38\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1550" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:26:23 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - efc77471-72df-4855-a353-2c9d24959cdf + status: 200 OK + code: 200 + duration: 102.632452ms +- id: 119 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/06bfd950-07bf-40ed-a582-9d7204fdda6b + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1550 + body: "{\"region\":\"fr-par\", \"id\":\"06bfd950-07bf-40ed-a582-9d7204fdda6b\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:17.388390Z\", \"updated_at\":\"2025-10-30T16:26:02.597406Z\", \"type\":\"multicloud\", \"name\":\"test-multicloud\", \"description\":\"\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[], \"cluster_url\":\"https://06bfd950-07bf-40ed-a582-9d7204fdda6b.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.06bfd950-07bf-40ed-a582-9d7204fdda6b.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-10-30T16:18:17.388405Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"f1bff4d0-bd86-4358-8c0b-ffcb5e034a38\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1550" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:26:28 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 294491e6-3fbd-4d36-84e2-3a8fc6a4a5f0 + status: 200 OK + code: 200 + duration: 102.142303ms +- id: 120 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/06bfd950-07bf-40ed-a582-9d7204fdda6b + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1550 + body: "{\"region\":\"fr-par\", \"id\":\"06bfd950-07bf-40ed-a582-9d7204fdda6b\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:17.388390Z\", \"updated_at\":\"2025-10-30T16:26:02.597406Z\", \"type\":\"multicloud\", \"name\":\"test-multicloud\", \"description\":\"\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[], \"cluster_url\":\"https://06bfd950-07bf-40ed-a582-9d7204fdda6b.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.06bfd950-07bf-40ed-a582-9d7204fdda6b.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-10-30T16:18:17.388405Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"f1bff4d0-bd86-4358-8c0b-ffcb5e034a38\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1550" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:26:33 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - ed25a057-6831-4972-a074-812504ad1e18 + status: 200 OK + code: 200 + duration: 94.965002ms +- id: 121 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/06bfd950-07bf-40ed-a582-9d7204fdda6b + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1550 + body: "{\"region\":\"fr-par\", \"id\":\"06bfd950-07bf-40ed-a582-9d7204fdda6b\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:17.388390Z\", \"updated_at\":\"2025-10-30T16:26:02.597406Z\", \"type\":\"multicloud\", \"name\":\"test-multicloud\", \"description\":\"\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[], \"cluster_url\":\"https://06bfd950-07bf-40ed-a582-9d7204fdda6b.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.06bfd950-07bf-40ed-a582-9d7204fdda6b.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-10-30T16:18:17.388405Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"f1bff4d0-bd86-4358-8c0b-ffcb5e034a38\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1550" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:26:38 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - a84dcb50-0357-497d-b39d-58af2f0bb693 + status: 200 OK + code: 200 + duration: 100.643189ms +- id: 122 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/06bfd950-07bf-40ed-a582-9d7204fdda6b + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1550 + body: "{\"region\":\"fr-par\", \"id\":\"06bfd950-07bf-40ed-a582-9d7204fdda6b\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:17.388390Z\", \"updated_at\":\"2025-10-30T16:26:02.597406Z\", \"type\":\"multicloud\", \"name\":\"test-multicloud\", \"description\":\"\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[], \"cluster_url\":\"https://06bfd950-07bf-40ed-a582-9d7204fdda6b.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.06bfd950-07bf-40ed-a582-9d7204fdda6b.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-10-30T16:18:17.388405Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"f1bff4d0-bd86-4358-8c0b-ffcb5e034a38\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1550" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:26:43 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - b36f4282-4e59-498e-9ffa-8c2ba0db5886 + status: 200 OK + code: 200 + duration: 101.02722ms +- id: 123 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/06bfd950-07bf-40ed-a582-9d7204fdda6b + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1550 + body: "{\"region\":\"fr-par\", \"id\":\"06bfd950-07bf-40ed-a582-9d7204fdda6b\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:17.388390Z\", \"updated_at\":\"2025-10-30T16:26:02.597406Z\", \"type\":\"multicloud\", \"name\":\"test-multicloud\", \"description\":\"\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[], \"cluster_url\":\"https://06bfd950-07bf-40ed-a582-9d7204fdda6b.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.06bfd950-07bf-40ed-a582-9d7204fdda6b.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-10-30T16:18:17.388405Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"f1bff4d0-bd86-4358-8c0b-ffcb5e034a38\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1550" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:26:48 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - b66bf0f3-b37d-46ea-95c7-374e0f57d427 + status: 200 OK + code: 200 + duration: 103.398189ms +- id: 124 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/06bfd950-07bf-40ed-a582-9d7204fdda6b + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1550 + body: "{\"region\":\"fr-par\", \"id\":\"06bfd950-07bf-40ed-a582-9d7204fdda6b\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:17.388390Z\", \"updated_at\":\"2025-10-30T16:26:02.597406Z\", \"type\":\"multicloud\", \"name\":\"test-multicloud\", \"description\":\"\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[], \"cluster_url\":\"https://06bfd950-07bf-40ed-a582-9d7204fdda6b.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.06bfd950-07bf-40ed-a582-9d7204fdda6b.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-10-30T16:18:17.388405Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"f1bff4d0-bd86-4358-8c0b-ffcb5e034a38\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1550" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:26:53 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 7ec4fad3-daa0-46f8-bb11-0159ef0900f2 + status: 200 OK + code: 200 + duration: 83.965268ms +- id: 125 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/06bfd950-07bf-40ed-a582-9d7204fdda6b + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1550 + body: "{\"region\":\"fr-par\", \"id\":\"06bfd950-07bf-40ed-a582-9d7204fdda6b\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:17.388390Z\", \"updated_at\":\"2025-10-30T16:26:02.597406Z\", \"type\":\"multicloud\", \"name\":\"test-multicloud\", \"description\":\"\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[], \"cluster_url\":\"https://06bfd950-07bf-40ed-a582-9d7204fdda6b.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.06bfd950-07bf-40ed-a582-9d7204fdda6b.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-10-30T16:18:17.388405Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"f1bff4d0-bd86-4358-8c0b-ffcb5e034a38\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1550" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:26:58 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - ec50d926-38cb-4cd4-9564-a540225a4a0f + status: 200 OK + code: 200 + duration: 89.77911ms +- id: 126 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/06bfd950-07bf-40ed-a582-9d7204fdda6b + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 128 + body: "{\"message\":\"resource is not found\",\"resource\":\"cluster\",\"resource_id\":\"06bfd950-07bf-40ed-a582-9d7204fdda6b\",\"type\":\"not_found\"}" + headers: + Content-Length: + - "128" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:27:03 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - ff865e58-6c15-4d80-a72a-a726609949fa + status: 404 Not Found + code: 404 + duration: 22.223519ms +- id: 127 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/06bfd950-07bf-40ed-a582-9d7204fdda6b + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 128 + body: "{\"message\":\"resource is not found\",\"resource\":\"cluster\",\"resource_id\":\"06bfd950-07bf-40ed-a582-9d7204fdda6b\",\"type\":\"not_found\"}" + headers: + Content-Length: + - "128" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:27:03 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 50cf0140-1aaa-4b8d-8b90-e86444f2e0e0 + status: 404 Not Found + code: 404 + duration: 22.2395ms diff --git a/internal/services/k8s/testdata/cluster-networking.cassette.yaml b/internal/services/k8s/testdata/cluster-networking.cassette.yaml index 76b6b9ea76..b7d7561bee 100644 --- a/internal/services/k8s/testdata/cluster-networking.cassette.yaml +++ b/internal/services/k8s/testdata/cluster-networking.cassette.yaml @@ -1,3541 +1,2769 @@ --- version: 2 interactions: - - id: 0 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/versions - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 5467 - uncompressed: false - body: '{"versions":[{"available_admission_plugins":["AlwaysPullImages","PodNodeSelector","PodTolerationRestriction"],"available_cnis":["cilium","cilium_native","calico","kilo","none"],"available_container_runtimes":["containerd"],"available_feature_gates":["HPAScaleToZero","CPUManagerPolicyAlphaOptions","ImageVolume"],"available_kubelet_args":{"containerLogMaxFiles":"uint16","containerLogMaxSize":"quantity","cpuCFSQuota":"bool","cpuCFSQuotaPeriod":"duration","cpuManagerPolicy":"enum:none|static","cpuManagerPolicyOptions":"map[string]string","enableDebuggingHandlers":"bool","evictionHard":"map[string]string","evictionMinimumReclaim":"map[string]string","imageGCHighThresholdPercent":"uint32","imageGCLowThresholdPercent":"uint32","maxParallelImagePulls":"int32","maxPods":"uint16","registryBurst":"int32","registryPullQPS":"int32","serializeImagePulls":"bool"},"deprecated_at":"2026-09-29T00:00:00Z","end_of_life_at":"2026-11-29T00:00:00Z","label":"Kubernetes 1.34.1","name":"1.34.1","region":"fr-par","released_at":null},{"available_admission_plugins":["AlwaysPullImages","PodNodeSelector","PodTolerationRestriction"],"available_cnis":["cilium","calico","kilo","none"],"available_container_runtimes":["containerd"],"available_feature_gates":["HPAScaleToZero","DRAAdminAccess","DynamicResourceAllocation","PodLevelResources","CPUManagerPolicyAlphaOptions","ImageVolume"],"available_kubelet_args":{"containerLogMaxFiles":"uint16","containerLogMaxSize":"quantity","cpuCFSQuota":"bool","cpuCFSQuotaPeriod":"duration","cpuManagerPolicy":"enum:none|static","cpuManagerPolicyOptions":"map[string]string","enableDebuggingHandlers":"bool","evictionHard":"map[string]string","evictionMinimumReclaim":"map[string]string","imageGCHighThresholdPercent":"uint32","imageGCLowThresholdPercent":"uint32","maxParallelImagePulls":"int32","maxPods":"uint16","registryBurst":"int32","registryPullQPS":"int32","serializeImagePulls":"bool"},"deprecated_at":"2026-09-04T00:00:00Z","end_of_life_at":"2026-11-04T00:00:00Z","label":"Kubernetes 1.33.4","name":"1.33.4","region":"fr-par","released_at":null},{"available_admission_plugins":["AlwaysPullImages","PodNodeSelector","PodTolerationRestriction"],"available_cnis":["cilium","calico","kilo","none"],"available_container_runtimes":["containerd"],"available_feature_gates":["HPAScaleToZero","InPlacePodVerticalScaling","SidecarContainers","DRAAdminAccess","DRAResourceClaimDeviceStatus","DynamicResourceAllocation","PodLevelResources","CPUManagerPolicyAlphaOptions","ImageVolume"],"available_kubelet_args":{"containerLogMaxFiles":"uint16","containerLogMaxSize":"quantity","cpuCFSQuota":"bool","cpuCFSQuotaPeriod":"duration","cpuManagerPolicy":"enum:none|static","cpuManagerPolicyOptions":"map[string]string","enableDebuggingHandlers":"bool","evictionHard":"map[string]string","evictionMinimumReclaim":"map[string]string","imageGCHighThresholdPercent":"uint32","imageGCLowThresholdPercent":"uint32","maxParallelImagePulls":"int32","maxPods":"uint16","registryBurst":"int32","registryPullQPS":"int32","serializeImagePulls":"bool"},"deprecated_at":"2026-03-24T00:00:00Z","end_of_life_at":"2025-05-24T00:00:00Z","label":"Kubernetes 1.32.8","name":"1.32.8","region":"fr-par","released_at":null},{"available_admission_plugins":["AlwaysPullImages","PodNodeSelector","PodTolerationRestriction"],"available_cnis":["cilium","calico","kilo","none"],"available_container_runtimes":["containerd"],"available_feature_gates":["HPAScaleToZero","InPlacePodVerticalScaling","SidecarContainers","CPUManagerPolicyAlphaOptions","ImageVolume"],"available_kubelet_args":{"containerLogMaxFiles":"uint16","containerLogMaxSize":"quantity","cpuCFSQuota":"bool","cpuCFSQuotaPeriod":"duration","cpuManagerPolicy":"enum:none|static","cpuManagerPolicyOptions":"map[string]string","enableDebuggingHandlers":"bool","evictionHard":"map[string]string","evictionMinimumReclaim":"map[string]string","imageGCHighThresholdPercent":"uint32","imageGCLowThresholdPercent":"uint32","maxParallelImagePulls":"int32","maxPods":"uint16","registryBurst":"int32","registryPullQPS":"int32","serializeImagePulls":"bool"},"deprecated_at":"2025-12-02T00:00:00Z","end_of_life_at":"2026-02-02T00:00:00Z","label":"Kubernetes 1.31.12","name":"1.31.12","region":"fr-par","released_at":null},{"available_admission_plugins":["AlwaysPullImages","PodNodeSelector","PodTolerationRestriction"],"available_cnis":["cilium","calico","kilo","none"],"available_container_runtimes":["containerd"],"available_feature_gates":["HPAScaleToZero","SidecarContainers","InPlacePodVerticalScaling","CPUManagerPolicyAlphaOptions"],"available_kubelet_args":{"containerLogMaxFiles":"uint16","containerLogMaxSize":"quantity","cpuCFSQuota":"bool","cpuCFSQuotaPeriod":"duration","cpuManagerPolicy":"enum:none|static","cpuManagerPolicyOptions":"map[string]string","enableDebuggingHandlers":"bool","evictionHard":"map[string]string","evictionMinimumReclaim":"map[string]string","imageGCHighThresholdPercent":"uint32","imageGCLowThresholdPercent":"uint32","maxParallelImagePulls":"int32","maxPods":"uint16","registryBurst":"int32","registryPullQPS":"int32","serializeImagePulls":"bool"},"deprecated_at":"2025-07-25T00:00:00Z","end_of_life_at":"2025-09-09T00:00:00Z","label":"Kubernetes 1.30.14","name":"1.30.14","region":"fr-par","released_at":null}]}' - headers: - Content-Length: - - "5467" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Mon, 20 Oct 2025 15:38:35 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - d105e38a-7c84-4b9c-9afa-7edf4275f666 - status: 200 OK - code: 200 - duration: 61.920405ms - - id: 1 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 110 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: '{"name":"vpc-networking","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","tags":[],"enable_routing":false}' - form: {} - headers: - Content-Type: - - application/json - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/fr-par/vpcs - method: POST - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 412 - uncompressed: false - body: '{"created_at":"2025-10-20T15:38:35.899569Z","custom_routes_propagation_enabled":true,"id":"d8211fc7-1926-4bfc-a3db-bc2253e44026","is_default":false,"name":"vpc-networking","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","private_network_count":0,"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","routing_enabled":true,"tags":[],"updated_at":"2025-10-20T15:38:35.899569Z"}' - headers: - Content-Length: - - "412" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Mon, 20 Oct 2025 15:38:35 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - f271757e-d73f-429d-99e8-a9a5e96492c6 - status: 200 OK - code: 200 - duration: 122.048211ms - - id: 2 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/fr-par/vpcs/d8211fc7-1926-4bfc-a3db-bc2253e44026 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 412 - uncompressed: false - body: '{"created_at":"2025-10-20T15:38:35.899569Z","custom_routes_propagation_enabled":true,"id":"d8211fc7-1926-4bfc-a3db-bc2253e44026","is_default":false,"name":"vpc-networking","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","private_network_count":0,"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","routing_enabled":true,"tags":[],"updated_at":"2025-10-20T15:38:35.899569Z"}' - headers: - Content-Length: - - "412" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Mon, 20 Oct 2025 15:38:35 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 29051980-e892-407f-8964-7226c61e0f4e - status: 200 OK - code: 200 - duration: 30.484884ms - - id: 3 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 191 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: '{"name":"pn-networking","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","tags":[],"subnets":null,"vpc_id":"d8211fc7-1926-4bfc-a3db-bc2253e44026","default_route_propagation_enabled":false}' - form: {} - headers: - Content-Type: - - application/json - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks - method: POST - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1083 - uncompressed: false - body: '{"created_at":"2025-10-20T15:38:36.037413Z","default_route_propagation_enabled":false,"dhcp_enabled":true,"id":"425801e2-fe3f-4611-a7b9-72d75b37e270","name":"pn-networking","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","subnets":[{"created_at":"2025-10-20T15:38:36.037413Z","id":"9cc54f2a-c8cc-4606-a218-5dfaaf196054","private_network_id":"425801e2-fe3f-4611-a7b9-72d75b37e270","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","subnet":"172.17.28.0/22","updated_at":"2025-10-20T15:38:36.037413Z","vpc_id":"d8211fc7-1926-4bfc-a3db-bc2253e44026"},{"created_at":"2025-10-20T15:38:36.037413Z","id":"18b069df-b8a7-46db-83a2-a82c91def3af","private_network_id":"425801e2-fe3f-4611-a7b9-72d75b37e270","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","subnet":"fd5f:519c:6d46:a79d::/64","updated_at":"2025-10-20T15:38:36.037413Z","vpc_id":"d8211fc7-1926-4bfc-a3db-bc2253e44026"}],"tags":[],"updated_at":"2025-10-20T15:38:36.037413Z","vpc_id":"d8211fc7-1926-4bfc-a3db-bc2253e44026"}' - headers: - Content-Length: - - "1083" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Mon, 20 Oct 2025 15:38:36 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 89999e62-94fa-4641-a807-403b29454ec5 - status: 200 OK - code: 200 - duration: 625.38847ms - - id: 4 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks/425801e2-fe3f-4611-a7b9-72d75b37e270 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1083 - uncompressed: false - body: '{"created_at":"2025-10-20T15:38:36.037413Z","default_route_propagation_enabled":false,"dhcp_enabled":true,"id":"425801e2-fe3f-4611-a7b9-72d75b37e270","name":"pn-networking","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","subnets":[{"created_at":"2025-10-20T15:38:36.037413Z","id":"9cc54f2a-c8cc-4606-a218-5dfaaf196054","private_network_id":"425801e2-fe3f-4611-a7b9-72d75b37e270","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","subnet":"172.17.28.0/22","updated_at":"2025-10-20T15:38:36.037413Z","vpc_id":"d8211fc7-1926-4bfc-a3db-bc2253e44026"},{"created_at":"2025-10-20T15:38:36.037413Z","id":"18b069df-b8a7-46db-83a2-a82c91def3af","private_network_id":"425801e2-fe3f-4611-a7b9-72d75b37e270","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","subnet":"fd5f:519c:6d46:a79d::/64","updated_at":"2025-10-20T15:38:36.037413Z","vpc_id":"d8211fc7-1926-4bfc-a3db-bc2253e44026"}],"tags":[],"updated_at":"2025-10-20T15:38:36.037413Z","vpc_id":"d8211fc7-1926-4bfc-a3db-bc2253e44026"}' - headers: - Content-Length: - - "1083" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Mon, 20 Oct 2025 15:38:36 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 3cc4535d-4c87-4244-9712-2c6bf7502120 - status: 200 OK - code: 200 - duration: 25.147856ms - - id: 5 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 699 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: '{"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","type":"","name":"test-networking","description":"","tags":["terraform-test","scaleway_k8s_cluster","networking"],"version":"1.34.1","cni":"cilium","pools":null,"autoscaler_config":{"scale_down_disabled":null,"scale_down_delay_after_add":null,"estimator":"unknown_estimator","expander":"unknown_expander","ignore_daemonsets_utilization":null,"balance_similar_node_groups":null,"expendable_pods_priority_cutoff":0,"scale_down_unneeded_time":null,"scale_down_utilization_threshold":null,"max_graceful_termination_sec":0},"feature_gates":[],"admission_plugins":[],"apiserver_cert_sans":[],"private_network_id":"425801e2-fe3f-4611-a7b9-72d75b37e270"}' - form: {} - headers: - Content-Type: - - application/json - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters - method: POST - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1602 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://41a606d6-abf0-437d-b9f4-62a0625e0f4b.api.k8s.fr-par.scw.cloud:6443","cni":"cilium","commitment_ends_at":"2025-10-20T15:38:37.008040Z","created_at":"2025-10-20T15:38:37.008032Z","description":"","dns_wildcard":"*.41a606d6-abf0-437d-b9f4-62a0625e0f4b.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"","id":"41a606d6-abf0-437d-b9f4-62a0625e0f4b","name":"test-networking","new_images_enabled":false,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"100.64.0.0/15","private_network_id":"425801e2-fe3f-4611-a7b9-72d75b37e270","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"10.32.0.0/20","service_dns_ip":"10.32.0.10","status":"creating","tags":["terraform-test","scaleway_k8s_cluster","networking"],"type":"kapsule","updated_at":"2025-10-20T15:38:37.008032Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1602" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Mon, 20 Oct 2025 15:38:37 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - cc9b7675-8d82-4fa4-a461-a7bbfdb26e33 - status: 200 OK - code: 200 - duration: 400.429439ms - - id: 6 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/41a606d6-abf0-437d-b9f4-62a0625e0f4b - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1601 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://41a606d6-abf0-437d-b9f4-62a0625e0f4b.api.k8s.fr-par.scw.cloud:6443","cni":"cilium","commitment_ends_at":"2025-10-20T15:38:37.008040Z","created_at":"2025-10-20T15:38:37.008032Z","description":"","dns_wildcard":"*.41a606d6-abf0-437d-b9f4-62a0625e0f4b.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"","id":"41a606d6-abf0-437d-b9f4-62a0625e0f4b","name":"test-networking","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"100.64.0.0/15","private_network_id":"425801e2-fe3f-4611-a7b9-72d75b37e270","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"10.32.0.0/20","service_dns_ip":"10.32.0.10","status":"creating","tags":["terraform-test","scaleway_k8s_cluster","networking"],"type":"kapsule","updated_at":"2025-10-20T15:38:37.008032Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1601" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Mon, 20 Oct 2025 15:38:37 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 9c05b641-e5f6-41c9-ba38-546b1ba9508d - status: 200 OK - code: 200 - duration: 100.966226ms - - id: 7 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/41a606d6-abf0-437d-b9f4-62a0625e0f4b - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1642 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://41a606d6-abf0-437d-b9f4-62a0625e0f4b.api.k8s.fr-par.scw.cloud:6443","cni":"cilium","commitment_ends_at":"2025-10-20T15:38:37.008040Z","created_at":"2025-10-20T15:38:37.008032Z","description":"","dns_wildcard":"*.41a606d6-abf0-437d-b9f4-62a0625e0f4b.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"13d49c3e-6a13-4c62-b0ee-58e4d334afbf","id":"41a606d6-abf0-437d-b9f4-62a0625e0f4b","name":"test-networking","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"100.64.0.0/15","private_network_id":"425801e2-fe3f-4611-a7b9-72d75b37e270","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"10.32.0.0/20","service_dns_ip":"10.32.0.10","status":"pool_required","tags":["terraform-test","scaleway_k8s_cluster","networking"],"type":"kapsule","updated_at":"2025-10-20T15:38:37.536108Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1642" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Mon, 20 Oct 2025 15:38:42 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 7539dbf2-3bd7-4755-89f1-cec6c07a2552 - status: 200 OK - code: 200 - duration: 90.31417ms - - id: 8 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/41a606d6-abf0-437d-b9f4-62a0625e0f4b/pools?order_by=created_at_asc&page=1&status=unknown - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 29 - uncompressed: false - body: '{"pools":[],"total_count":0}' - headers: - Content-Length: - - "29" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Mon, 20 Oct 2025 15:38:42 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 3ad3af1f-d556-4a0f-b5da-41f16fb42cab - status: 200 OK - code: 200 - duration: 25.085819ms - - id: 9 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/41a606d6-abf0-437d-b9f4-62a0625e0f4b - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1642 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://41a606d6-abf0-437d-b9f4-62a0625e0f4b.api.k8s.fr-par.scw.cloud:6443","cni":"cilium","commitment_ends_at":"2025-10-20T15:38:37.008040Z","created_at":"2025-10-20T15:38:37.008032Z","description":"","dns_wildcard":"*.41a606d6-abf0-437d-b9f4-62a0625e0f4b.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"13d49c3e-6a13-4c62-b0ee-58e4d334afbf","id":"41a606d6-abf0-437d-b9f4-62a0625e0f4b","name":"test-networking","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"100.64.0.0/15","private_network_id":"425801e2-fe3f-4611-a7b9-72d75b37e270","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"10.32.0.0/20","service_dns_ip":"10.32.0.10","status":"pool_required","tags":["terraform-test","scaleway_k8s_cluster","networking"],"type":"kapsule","updated_at":"2025-10-20T15:38:37.536108Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1642" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Mon, 20 Oct 2025 15:38:42 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 88fb4e44-836e-45a9-9663-dcee995a2d5a - status: 200 OK - code: 200 - duration: 82.157573ms - - id: 10 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/41a606d6-abf0-437d-b9f4-62a0625e0f4b/kubeconfig - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1658 - uncompressed: false - body: '{"content":"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogInRlc3QtbmV0d29ya2luZyIKICBjbHVzdGVyOgogICAgY2VydGlmaWNhdGUtYXV0aG9yaXR5LWRhdGE6IExTMHRMUzFDUlVkSlRpQkRSVkpVU1VaSlEwRlVSUzB0TFMwdENrMUpTVUpYYWtORFFWRkhaMEYzU1VKQlowbENRVVJCUzBKblozRm9hMnBQVUZGUlJFRnFRVlpOVWsxM1JWRlpSRlpSVVVSRmQzQnlaRmRLYkdOdE5Xd0taRWRXZWsxQ05GaEVWRWt4VFZSQmVFOVVSVEZOZW1kNlRqRnZXRVJVVFRGTlZFRjRUMVJGTVUxNlozcE9NVzkzUmxSRlZFMUNSVWRCTVZWRlFYaE5Td3BoTTFacFdsaEtkVnBZVW14amVrSmFUVUpOUjBKNWNVZFRUVFE1UVdkRlIwTkRjVWRUVFRRNVFYZEZTRUV3U1VGQ1JuRlJZM2RpVEVsb2RGRjFUVU42Q2xoNmJIUkpOR2N6TW5kRk4xaGhOMWwxSzFwblJWaFRMMk5aVW1OMFYwcEhhamgxYTFOT1RTOHhlV015UWpGcE0xUmlTRXhOUVVsalkzbEhkeTh3YTBNS2RHTjRTalpMUTJwUmFrSkJUVUUwUjBFeFZXUkVkMFZDTDNkUlJVRjNTVU53UkVGUVFtZE9Wa2hTVFVKQlpqaEZRbFJCUkVGUlNDOU5RakJIUVRGVlpBcEVaMUZYUWtKUlRsUnVSVlZyVEVoRGEyMXdMMGt4ZEVSVFRITTVVWFppVmpKRVFVdENaMmR4YUd0cVQxQlJVVVJCWjA1SVFVUkNSVUZwUWpsVVlVOTVDbVJWYVVkT1FUWm5TWGRoVUVsRE56SkVRMUZuVm1OdFdHUkZPSFJOZUZGWVRtRXJiRXRCU1dkT1dFZ3JiM3BTTUhNeU5Dc3ZkRzV3VnpkalVFOTJNaXNLVWxneVpYSkhkbTFhTWpWNlRIbFBSVXRNWnowS0xTMHRMUzFGVGtRZ1EwVlNWRWxHU1VOQlZFVXRMUzB0TFFvPQogICAgc2VydmVyOiBodHRwczovLzQxYTYwNmQ2LWFiZjAtNDM3ZC1iOWY0LTYyYTA2MjVlMGY0Yi5hcGkuazhzLmZyLXBhci5zY3cuY2xvdWQ6NjQ0Mwpjb250ZXh0czoKLSBuYW1lOiBhZG1pbkB0ZXN0LW5ldHdvcmtpbmcKICBjb250ZXh0OgogICAgY2x1c3RlcjogInRlc3QtbmV0d29ya2luZyIKICAgIHVzZXI6IHRlc3QtbmV0d29ya2luZy1hZG1pbgpjdXJyZW50LWNvbnRleHQ6IGFkbWluQHRlc3QtbmV0d29ya2luZwpraW5kOiBDb25maWcKcHJlZmVyZW5jZXM6IHt9CnVzZXJzOgotIG5hbWU6IHRlc3QtbmV0d29ya2luZy1hZG1pbgogIHVzZXI6CiAgICB0b2tlbjogWVlsSjF2WEozbDI1TWtzMXJUMzlyZDVwSGxIdEVFY0dIQVRtTG9uSUc2VklGaGlZQklzbkk3TFg=","content_type":"application/octet-stream","name":"kubeconfig"}' - headers: - Content-Length: - - "1658" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Mon, 20 Oct 2025 15:38:42 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 9801a784-69ca-4bb8-a5e7-2583730c1ca5 - status: 200 OK - code: 200 - duration: 86.564314ms - - id: 11 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/41a606d6-abf0-437d-b9f4-62a0625e0f4b - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1642 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://41a606d6-abf0-437d-b9f4-62a0625e0f4b.api.k8s.fr-par.scw.cloud:6443","cni":"cilium","commitment_ends_at":"2025-10-20T15:38:37.008040Z","created_at":"2025-10-20T15:38:37.008032Z","description":"","dns_wildcard":"*.41a606d6-abf0-437d-b9f4-62a0625e0f4b.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"13d49c3e-6a13-4c62-b0ee-58e4d334afbf","id":"41a606d6-abf0-437d-b9f4-62a0625e0f4b","name":"test-networking","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"100.64.0.0/15","private_network_id":"425801e2-fe3f-4611-a7b9-72d75b37e270","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"10.32.0.0/20","service_dns_ip":"10.32.0.10","status":"pool_required","tags":["terraform-test","scaleway_k8s_cluster","networking"],"type":"kapsule","updated_at":"2025-10-20T15:38:37.536108Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1642" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Mon, 20 Oct 2025 15:38:42 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - d73446d0-ffb1-45ba-b72e-61f57edd50d5 - status: 200 OK - code: 200 - duration: 34.897997ms - - id: 12 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/fr-par/vpcs/d8211fc7-1926-4bfc-a3db-bc2253e44026 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 412 - uncompressed: false - body: '{"created_at":"2025-10-20T15:38:35.899569Z","custom_routes_propagation_enabled":true,"id":"d8211fc7-1926-4bfc-a3db-bc2253e44026","is_default":false,"name":"vpc-networking","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","private_network_count":1,"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","routing_enabled":true,"tags":[],"updated_at":"2025-10-20T15:38:35.899569Z"}' - headers: - Content-Length: - - "412" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Mon, 20 Oct 2025 15:38:42 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - a5b83625-ff21-4b98-8e41-fa0804ef026a - status: 200 OK - code: 200 - duration: 77.647007ms - - id: 13 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks/425801e2-fe3f-4611-a7b9-72d75b37e270 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1083 - uncompressed: false - body: '{"created_at":"2025-10-20T15:38:36.037413Z","default_route_propagation_enabled":false,"dhcp_enabled":true,"id":"425801e2-fe3f-4611-a7b9-72d75b37e270","name":"pn-networking","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","subnets":[{"created_at":"2025-10-20T15:38:36.037413Z","id":"9cc54f2a-c8cc-4606-a218-5dfaaf196054","private_network_id":"425801e2-fe3f-4611-a7b9-72d75b37e270","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","subnet":"172.17.28.0/22","updated_at":"2025-10-20T15:38:36.037413Z","vpc_id":"d8211fc7-1926-4bfc-a3db-bc2253e44026"},{"created_at":"2025-10-20T15:38:36.037413Z","id":"18b069df-b8a7-46db-83a2-a82c91def3af","private_network_id":"425801e2-fe3f-4611-a7b9-72d75b37e270","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","subnet":"fd5f:519c:6d46:a79d::/64","updated_at":"2025-10-20T15:38:36.037413Z","vpc_id":"d8211fc7-1926-4bfc-a3db-bc2253e44026"}],"tags":[],"updated_at":"2025-10-20T15:38:36.037413Z","vpc_id":"d8211fc7-1926-4bfc-a3db-bc2253e44026"}' - headers: - Content-Length: - - "1083" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Mon, 20 Oct 2025 15:38:42 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 851a301a-3c9a-46fd-b36f-e2ef65d77008 - status: 200 OK - code: 200 - duration: 92.871406ms - - id: 14 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/41a606d6-abf0-437d-b9f4-62a0625e0f4b - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1642 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://41a606d6-abf0-437d-b9f4-62a0625e0f4b.api.k8s.fr-par.scw.cloud:6443","cni":"cilium","commitment_ends_at":"2025-10-20T15:38:37.008040Z","created_at":"2025-10-20T15:38:37.008032Z","description":"","dns_wildcard":"*.41a606d6-abf0-437d-b9f4-62a0625e0f4b.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"13d49c3e-6a13-4c62-b0ee-58e4d334afbf","id":"41a606d6-abf0-437d-b9f4-62a0625e0f4b","name":"test-networking","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"100.64.0.0/15","private_network_id":"425801e2-fe3f-4611-a7b9-72d75b37e270","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"10.32.0.0/20","service_dns_ip":"10.32.0.10","status":"pool_required","tags":["terraform-test","scaleway_k8s_cluster","networking"],"type":"kapsule","updated_at":"2025-10-20T15:38:37.536108Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1642" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Mon, 20 Oct 2025 15:38:42 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - f3cadf1d-9c25-4726-8e63-612a896664a9 - status: 200 OK - code: 200 - duration: 27.418662ms - - id: 15 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/41a606d6-abf0-437d-b9f4-62a0625e0f4b/kubeconfig - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1658 - uncompressed: false - body: '{"content":"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogInRlc3QtbmV0d29ya2luZyIKICBjbHVzdGVyOgogICAgY2VydGlmaWNhdGUtYXV0aG9yaXR5LWRhdGE6IExTMHRMUzFDUlVkSlRpQkRSVkpVU1VaSlEwRlVSUzB0TFMwdENrMUpTVUpYYWtORFFWRkhaMEYzU1VKQlowbENRVVJCUzBKblozRm9hMnBQVUZGUlJFRnFRVlpOVWsxM1JWRlpSRlpSVVVSRmQzQnlaRmRLYkdOdE5Xd0taRWRXZWsxQ05GaEVWRWt4VFZSQmVFOVVSVEZOZW1kNlRqRnZXRVJVVFRGTlZFRjRUMVJGTVUxNlozcE9NVzkzUmxSRlZFMUNSVWRCTVZWRlFYaE5Td3BoTTFacFdsaEtkVnBZVW14amVrSmFUVUpOUjBKNWNVZFRUVFE1UVdkRlIwTkRjVWRUVFRRNVFYZEZTRUV3U1VGQ1JuRlJZM2RpVEVsb2RGRjFUVU42Q2xoNmJIUkpOR2N6TW5kRk4xaGhOMWwxSzFwblJWaFRMMk5aVW1OMFYwcEhhamgxYTFOT1RTOHhlV015UWpGcE0xUmlTRXhOUVVsalkzbEhkeTh3YTBNS2RHTjRTalpMUTJwUmFrSkJUVUUwUjBFeFZXUkVkMFZDTDNkUlJVRjNTVU53UkVGUVFtZE9Wa2hTVFVKQlpqaEZRbFJCUkVGUlNDOU5RakJIUVRGVlpBcEVaMUZYUWtKUlRsUnVSVlZyVEVoRGEyMXdMMGt4ZEVSVFRITTVVWFppVmpKRVFVdENaMmR4YUd0cVQxQlJVVVJCWjA1SVFVUkNSVUZwUWpsVVlVOTVDbVJWYVVkT1FUWm5TWGRoVUVsRE56SkVRMUZuVm1OdFdHUkZPSFJOZUZGWVRtRXJiRXRCU1dkT1dFZ3JiM3BTTUhNeU5Dc3ZkRzV3VnpkalVFOTJNaXNLVWxneVpYSkhkbTFhTWpWNlRIbFBSVXRNWnowS0xTMHRMUzFGVGtRZ1EwVlNWRWxHU1VOQlZFVXRMUzB0TFFvPQogICAgc2VydmVyOiBodHRwczovLzQxYTYwNmQ2LWFiZjAtNDM3ZC1iOWY0LTYyYTA2MjVlMGY0Yi5hcGkuazhzLmZyLXBhci5zY3cuY2xvdWQ6NjQ0Mwpjb250ZXh0czoKLSBuYW1lOiBhZG1pbkB0ZXN0LW5ldHdvcmtpbmcKICBjb250ZXh0OgogICAgY2x1c3RlcjogInRlc3QtbmV0d29ya2luZyIKICAgIHVzZXI6IHRlc3QtbmV0d29ya2luZy1hZG1pbgpjdXJyZW50LWNvbnRleHQ6IGFkbWluQHRlc3QtbmV0d29ya2luZwpraW5kOiBDb25maWcKcHJlZmVyZW5jZXM6IHt9CnVzZXJzOgotIG5hbWU6IHRlc3QtbmV0d29ya2luZy1hZG1pbgogIHVzZXI6CiAgICB0b2tlbjogWVlsSjF2WEozbDI1TWtzMXJUMzlyZDVwSGxIdEVFY0dIQVRtTG9uSUc2VklGaGlZQklzbkk3TFg=","content_type":"application/octet-stream","name":"kubeconfig"}' - headers: - Content-Length: - - "1658" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Mon, 20 Oct 2025 15:38:42 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - c0dc5159-b665-417c-b3a2-536f31ba0012 - status: 200 OK - code: 200 - duration: 52.777214ms - - id: 16 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/fr-par/vpcs/d8211fc7-1926-4bfc-a3db-bc2253e44026 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 412 - uncompressed: false - body: '{"created_at":"2025-10-20T15:38:35.899569Z","custom_routes_propagation_enabled":true,"id":"d8211fc7-1926-4bfc-a3db-bc2253e44026","is_default":false,"name":"vpc-networking","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","private_network_count":1,"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","routing_enabled":true,"tags":[],"updated_at":"2025-10-20T15:38:35.899569Z"}' - headers: - Content-Length: - - "412" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Mon, 20 Oct 2025 15:38:43 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 9928946d-a3b3-4a9a-ac99-125a11fbaf1b - status: 200 OK - code: 200 - duration: 25.845967ms - - id: 17 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks/425801e2-fe3f-4611-a7b9-72d75b37e270 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1083 - uncompressed: false - body: '{"created_at":"2025-10-20T15:38:36.037413Z","default_route_propagation_enabled":false,"dhcp_enabled":true,"id":"425801e2-fe3f-4611-a7b9-72d75b37e270","name":"pn-networking","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","subnets":[{"created_at":"2025-10-20T15:38:36.037413Z","id":"9cc54f2a-c8cc-4606-a218-5dfaaf196054","private_network_id":"425801e2-fe3f-4611-a7b9-72d75b37e270","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","subnet":"172.17.28.0/22","updated_at":"2025-10-20T15:38:36.037413Z","vpc_id":"d8211fc7-1926-4bfc-a3db-bc2253e44026"},{"created_at":"2025-10-20T15:38:36.037413Z","id":"18b069df-b8a7-46db-83a2-a82c91def3af","private_network_id":"425801e2-fe3f-4611-a7b9-72d75b37e270","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","subnet":"fd5f:519c:6d46:a79d::/64","updated_at":"2025-10-20T15:38:36.037413Z","vpc_id":"d8211fc7-1926-4bfc-a3db-bc2253e44026"}],"tags":[],"updated_at":"2025-10-20T15:38:36.037413Z","vpc_id":"d8211fc7-1926-4bfc-a3db-bc2253e44026"}' - headers: - Content-Length: - - "1083" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Mon, 20 Oct 2025 15:38:43 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - a500090b-9068-452f-b33c-252b0bb8ebff - status: 200 OK - code: 200 - duration: 86.00901ms - - id: 18 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/41a606d6-abf0-437d-b9f4-62a0625e0f4b - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1642 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://41a606d6-abf0-437d-b9f4-62a0625e0f4b.api.k8s.fr-par.scw.cloud:6443","cni":"cilium","commitment_ends_at":"2025-10-20T15:38:37.008040Z","created_at":"2025-10-20T15:38:37.008032Z","description":"","dns_wildcard":"*.41a606d6-abf0-437d-b9f4-62a0625e0f4b.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"13d49c3e-6a13-4c62-b0ee-58e4d334afbf","id":"41a606d6-abf0-437d-b9f4-62a0625e0f4b","name":"test-networking","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"100.64.0.0/15","private_network_id":"425801e2-fe3f-4611-a7b9-72d75b37e270","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"10.32.0.0/20","service_dns_ip":"10.32.0.10","status":"pool_required","tags":["terraform-test","scaleway_k8s_cluster","networking"],"type":"kapsule","updated_at":"2025-10-20T15:38:37.536108Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1642" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Mon, 20 Oct 2025 15:38:43 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 477ccd09-017a-46b5-acb3-02133c9e04ea - status: 200 OK - code: 200 - duration: 24.039903ms - - id: 19 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/41a606d6-abf0-437d-b9f4-62a0625e0f4b/kubeconfig - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1658 - uncompressed: false - body: '{"content":"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogInRlc3QtbmV0d29ya2luZyIKICBjbHVzdGVyOgogICAgY2VydGlmaWNhdGUtYXV0aG9yaXR5LWRhdGE6IExTMHRMUzFDUlVkSlRpQkRSVkpVU1VaSlEwRlVSUzB0TFMwdENrMUpTVUpYYWtORFFWRkhaMEYzU1VKQlowbENRVVJCUzBKblozRm9hMnBQVUZGUlJFRnFRVlpOVWsxM1JWRlpSRlpSVVVSRmQzQnlaRmRLYkdOdE5Xd0taRWRXZWsxQ05GaEVWRWt4VFZSQmVFOVVSVEZOZW1kNlRqRnZXRVJVVFRGTlZFRjRUMVJGTVUxNlozcE9NVzkzUmxSRlZFMUNSVWRCTVZWRlFYaE5Td3BoTTFacFdsaEtkVnBZVW14amVrSmFUVUpOUjBKNWNVZFRUVFE1UVdkRlIwTkRjVWRUVFRRNVFYZEZTRUV3U1VGQ1JuRlJZM2RpVEVsb2RGRjFUVU42Q2xoNmJIUkpOR2N6TW5kRk4xaGhOMWwxSzFwblJWaFRMMk5aVW1OMFYwcEhhamgxYTFOT1RTOHhlV015UWpGcE0xUmlTRXhOUVVsalkzbEhkeTh3YTBNS2RHTjRTalpMUTJwUmFrSkJUVUUwUjBFeFZXUkVkMFZDTDNkUlJVRjNTVU53UkVGUVFtZE9Wa2hTVFVKQlpqaEZRbFJCUkVGUlNDOU5RakJIUVRGVlpBcEVaMUZYUWtKUlRsUnVSVlZyVEVoRGEyMXdMMGt4ZEVSVFRITTVVWFppVmpKRVFVdENaMmR4YUd0cVQxQlJVVVJCWjA1SVFVUkNSVUZwUWpsVVlVOTVDbVJWYVVkT1FUWm5TWGRoVUVsRE56SkVRMUZuVm1OdFdHUkZPSFJOZUZGWVRtRXJiRXRCU1dkT1dFZ3JiM3BTTUhNeU5Dc3ZkRzV3VnpkalVFOTJNaXNLVWxneVpYSkhkbTFhTWpWNlRIbFBSVXRNWnowS0xTMHRMUzFGVGtRZ1EwVlNWRWxHU1VOQlZFVXRMUzB0TFFvPQogICAgc2VydmVyOiBodHRwczovLzQxYTYwNmQ2LWFiZjAtNDM3ZC1iOWY0LTYyYTA2MjVlMGY0Yi5hcGkuazhzLmZyLXBhci5zY3cuY2xvdWQ6NjQ0Mwpjb250ZXh0czoKLSBuYW1lOiBhZG1pbkB0ZXN0LW5ldHdvcmtpbmcKICBjb250ZXh0OgogICAgY2x1c3RlcjogInRlc3QtbmV0d29ya2luZyIKICAgIHVzZXI6IHRlc3QtbmV0d29ya2luZy1hZG1pbgpjdXJyZW50LWNvbnRleHQ6IGFkbWluQHRlc3QtbmV0d29ya2luZwpraW5kOiBDb25maWcKcHJlZmVyZW5jZXM6IHt9CnVzZXJzOgotIG5hbWU6IHRlc3QtbmV0d29ya2luZy1hZG1pbgogIHVzZXI6CiAgICB0b2tlbjogWVlsSjF2WEozbDI1TWtzMXJUMzlyZDVwSGxIdEVFY0dIQVRtTG9uSUc2VklGaGlZQklzbkk3TFg=","content_type":"application/octet-stream","name":"kubeconfig"}' - headers: - Content-Length: - - "1658" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Mon, 20 Oct 2025 15:38:43 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - eb0b252b-81d6-4177-87f8-72c458049f88 - status: 200 OK - code: 200 - duration: 88.083719ms - - id: 20 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/41a606d6-abf0-437d-b9f4-62a0625e0f4b?with_additional_resources=false - method: DELETE - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1638 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://41a606d6-abf0-437d-b9f4-62a0625e0f4b.api.k8s.fr-par.scw.cloud:6443","cni":"cilium","commitment_ends_at":"2025-10-20T15:38:37.008040Z","created_at":"2025-10-20T15:38:37.008032Z","description":"","dns_wildcard":"*.41a606d6-abf0-437d-b9f4-62a0625e0f4b.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"13d49c3e-6a13-4c62-b0ee-58e4d334afbf","id":"41a606d6-abf0-437d-b9f4-62a0625e0f4b","name":"test-networking","new_images_enabled":false,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"100.64.0.0/15","private_network_id":"425801e2-fe3f-4611-a7b9-72d75b37e270","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"10.32.0.0/20","service_dns_ip":"10.32.0.10","status":"deleting","tags":["terraform-test","scaleway_k8s_cluster","networking"],"type":"kapsule","updated_at":"2025-10-20T15:38:43.627102Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1638" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Mon, 20 Oct 2025 15:38:43 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - f71445cc-cc73-4651-8ed3-6582ca0a4fff - status: 200 OK - code: 200 - duration: 160.6879ms - - id: 21 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/41a606d6-abf0-437d-b9f4-62a0625e0f4b - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1637 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://41a606d6-abf0-437d-b9f4-62a0625e0f4b.api.k8s.fr-par.scw.cloud:6443","cni":"cilium","commitment_ends_at":"2025-10-20T15:38:37.008040Z","created_at":"2025-10-20T15:38:37.008032Z","description":"","dns_wildcard":"*.41a606d6-abf0-437d-b9f4-62a0625e0f4b.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"13d49c3e-6a13-4c62-b0ee-58e4d334afbf","id":"41a606d6-abf0-437d-b9f4-62a0625e0f4b","name":"test-networking","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"100.64.0.0/15","private_network_id":"425801e2-fe3f-4611-a7b9-72d75b37e270","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"10.32.0.0/20","service_dns_ip":"10.32.0.10","status":"deleting","tags":["terraform-test","scaleway_k8s_cluster","networking"],"type":"kapsule","updated_at":"2025-10-20T15:38:43.627102Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1637" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Mon, 20 Oct 2025 15:38:43 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 0ef03209-a01a-41b7-bc7b-08e544987c23 - status: 200 OK - code: 200 - duration: 90.718931ms - - id: 22 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/41a606d6-abf0-437d-b9f4-62a0625e0f4b - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 128 - uncompressed: false - body: '{"message":"resource is not found","resource":"cluster","resource_id":"41a606d6-abf0-437d-b9f4-62a0625e0f4b","type":"not_found"}' - headers: - Content-Length: - - "128" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Mon, 20 Oct 2025 15:38:48 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - f326d263-503a-4132-b388-a8c26adf2fae - status: 404 Not Found - code: 404 - duration: 26.600115ms - - id: 23 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 755 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: '{"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","type":"","name":"test-networking","description":"","tags":["terraform-test","scaleway_k8s_cluster","networking"],"version":"1.34.1","cni":"cilium","pools":null,"autoscaler_config":{"scale_down_disabled":null,"scale_down_delay_after_add":null,"estimator":"unknown_estimator","expander":"unknown_expander","ignore_daemonsets_utilization":null,"balance_similar_node_groups":null,"expendable_pods_priority_cutoff":0,"scale_down_unneeded_time":null,"scale_down_utilization_threshold":null,"max_graceful_termination_sec":0},"feature_gates":[],"admission_plugins":[],"apiserver_cert_sans":[],"private_network_id":"425801e2-fe3f-4611-a7b9-72d75b37e270","pod_cidr":"10.11.0.0/16","service_cidr":"10.12.0.0/16"}' - form: {} - headers: - Content-Type: - - application/json - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters - method: POST - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1601 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://bb28493c-a81b-4dce-b022-57ee43eeaa34.api.k8s.fr-par.scw.cloud:6443","cni":"cilium","commitment_ends_at":"2025-10-20T15:38:49.167843Z","created_at":"2025-10-20T15:38:49.167835Z","description":"","dns_wildcard":"*.bb28493c-a81b-4dce-b022-57ee43eeaa34.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"","id":"bb28493c-a81b-4dce-b022-57ee43eeaa34","name":"test-networking","new_images_enabled":false,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"10.11.0.0/16","private_network_id":"425801e2-fe3f-4611-a7b9-72d75b37e270","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"10.12.0.0/16","service_dns_ip":"10.12.0.10","status":"creating","tags":["terraform-test","scaleway_k8s_cluster","networking"],"type":"kapsule","updated_at":"2025-10-20T15:38:49.167835Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1601" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Mon, 20 Oct 2025 15:38:49 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - faa081e0-4f2c-4244-bdfb-906145c79f52 - status: 200 OK - code: 200 - duration: 352.826139ms - - id: 24 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/bb28493c-a81b-4dce-b022-57ee43eeaa34 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1600 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://bb28493c-a81b-4dce-b022-57ee43eeaa34.api.k8s.fr-par.scw.cloud:6443","cni":"cilium","commitment_ends_at":"2025-10-20T15:38:49.167843Z","created_at":"2025-10-20T15:38:49.167835Z","description":"","dns_wildcard":"*.bb28493c-a81b-4dce-b022-57ee43eeaa34.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"","id":"bb28493c-a81b-4dce-b022-57ee43eeaa34","name":"test-networking","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"10.11.0.0/16","private_network_id":"425801e2-fe3f-4611-a7b9-72d75b37e270","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"10.12.0.0/16","service_dns_ip":"10.12.0.10","status":"creating","tags":["terraform-test","scaleway_k8s_cluster","networking"],"type":"kapsule","updated_at":"2025-10-20T15:38:49.167835Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1600" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Mon, 20 Oct 2025 15:38:49 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 066cf34e-1a4f-420a-a752-2a3db0532cfc - status: 200 OK - code: 200 - duration: 194.273491ms - - id: 25 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/bb28493c-a81b-4dce-b022-57ee43eeaa34 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1641 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://bb28493c-a81b-4dce-b022-57ee43eeaa34.api.k8s.fr-par.scw.cloud:6443","cni":"cilium","commitment_ends_at":"2025-10-20T15:38:49.167843Z","created_at":"2025-10-20T15:38:49.167835Z","description":"","dns_wildcard":"*.bb28493c-a81b-4dce-b022-57ee43eeaa34.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"b87e7f92-50f1-4254-90d8-a1acb18770d2","id":"bb28493c-a81b-4dce-b022-57ee43eeaa34","name":"test-networking","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"10.11.0.0/16","private_network_id":"425801e2-fe3f-4611-a7b9-72d75b37e270","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"10.12.0.0/16","service_dns_ip":"10.12.0.10","status":"pool_required","tags":["terraform-test","scaleway_k8s_cluster","networking"],"type":"kapsule","updated_at":"2025-10-20T15:38:49.640449Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1641" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Mon, 20 Oct 2025 15:38:54 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 5c6d6d2b-0049-4c37-bf10-c171fb291202 - status: 200 OK - code: 200 - duration: 92.013423ms - - id: 26 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/bb28493c-a81b-4dce-b022-57ee43eeaa34/pools?order_by=created_at_asc&page=1&status=unknown - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 29 - uncompressed: false - body: '{"pools":[],"total_count":0}' - headers: - Content-Length: - - "29" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Mon, 20 Oct 2025 15:38:54 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - c486bc42-6a1f-4a07-8d6e-bbf89a3727a2 - status: 200 OK - code: 200 - duration: 79.201238ms - - id: 27 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/bb28493c-a81b-4dce-b022-57ee43eeaa34 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1641 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://bb28493c-a81b-4dce-b022-57ee43eeaa34.api.k8s.fr-par.scw.cloud:6443","cni":"cilium","commitment_ends_at":"2025-10-20T15:38:49.167843Z","created_at":"2025-10-20T15:38:49.167835Z","description":"","dns_wildcard":"*.bb28493c-a81b-4dce-b022-57ee43eeaa34.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"b87e7f92-50f1-4254-90d8-a1acb18770d2","id":"bb28493c-a81b-4dce-b022-57ee43eeaa34","name":"test-networking","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"10.11.0.0/16","private_network_id":"425801e2-fe3f-4611-a7b9-72d75b37e270","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"10.12.0.0/16","service_dns_ip":"10.12.0.10","status":"pool_required","tags":["terraform-test","scaleway_k8s_cluster","networking"],"type":"kapsule","updated_at":"2025-10-20T15:38:49.640449Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1641" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Mon, 20 Oct 2025 15:38:54 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 41359132-1deb-448e-80c4-7ca3605ff81f - status: 200 OK - code: 200 - duration: 22.644873ms - - id: 28 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/bb28493c-a81b-4dce-b022-57ee43eeaa34/kubeconfig - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1662 - uncompressed: false - body: '{"content":"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogInRlc3QtbmV0d29ya2luZyIKICBjbHVzdGVyOgogICAgY2VydGlmaWNhdGUtYXV0aG9yaXR5LWRhdGE6IExTMHRMUzFDUlVkSlRpQkRSVkpVU1VaSlEwRlVSUzB0TFMwdENrMUpTVUpZUkVORFFWRkhaMEYzU1VKQlowbENRVVJCUzBKblozRm9hMnBQVUZGUlJFRnFRVlpOVWsxM1JWRlpSRlpSVVVSRmQzQnlaRmRLYkdOdE5Xd0taRWRXZWsxQ05GaEVWRWt4VFZSQmVFOVVSVEZOZW1jd1QxWnZXRVJVVFRGTlZFRjRUMVJGTVUxNlp6QlBWbTkzUmxSRlZFMUNSVWRCTVZWRlFYaE5Td3BoTTFacFdsaEtkVnBZVW14amVrSmFUVUpOUjBKNWNVZFRUVFE1UVdkRlIwTkRjVWRUVFRRNVFYZEZTRUV3U1VGQ1F6aEZlV1JFYVc1elUzUmpWM3BLQ25WdWFqQjFUazlUV2t4MFJVVjFaSFkxZFdaT1VEUkpkRkUzWWt4VmJHY3lVSFpoVVU5Rk1sbDBVVVJaTVhwQ1oxbENSVEIwVDI5T09VOXBia1E0TkZFS1NGQmFNVkZrWldwUmFrSkJUVUUwUjBFeFZXUkVkMFZDTDNkUlJVRjNTVU53UkVGUVFtZE9Wa2hTVFVKQlpqaEZRbFJCUkVGUlNDOU5RakJIUVRGVlpBcEVaMUZYUWtKUlpsVllXRXhrTW1rdlRIQnVXbFZ1V25Oa2VXdFZjSEpKY2t4VVFVdENaMmR4YUd0cVQxQlJVVVJCWjA1S1FVUkNSMEZwUlVFNGFHWXdDamxuUVdobFdYZFNTM0pQTUhSNmJXbDJlV0ptUmpOWVIxWkJMMnBOT1V0VGRrUmliSGcwT0VOSlVVUkpNRE0wVjJWeFJsZGlTVU4wTkRsdFZFOXlhMG9LTXpOelIyNU5LMVphUTAxUmVrTm9iMGxQVEd4elFUMDlDaTB0TFMwdFJVNUVJRU5GVWxSSlJrbERRVlJGTFMwdExTMEsKICAgIHNlcnZlcjogaHR0cHM6Ly9iYjI4NDkzYy1hODFiLTRkY2UtYjAyMi01N2VlNDNlZWFhMzQuYXBpLms4cy5mci1wYXIuc2N3LmNsb3VkOjY0NDMKY29udGV4dHM6Ci0gbmFtZTogYWRtaW5AdGVzdC1uZXR3b3JraW5nCiAgY29udGV4dDoKICAgIGNsdXN0ZXI6ICJ0ZXN0LW5ldHdvcmtpbmciCiAgICB1c2VyOiB0ZXN0LW5ldHdvcmtpbmctYWRtaW4KY3VycmVudC1jb250ZXh0OiBhZG1pbkB0ZXN0LW5ldHdvcmtpbmcKa2luZDogQ29uZmlnCnByZWZlcmVuY2VzOiB7fQp1c2VyczoKLSBuYW1lOiB0ZXN0LW5ldHdvcmtpbmctYWRtaW4KICB1c2VyOgogICAgdG9rZW46IG4zZ1M2OXFhVGhmMUlPQnVZYmVUSFhXTzRqYkx6bDRldkp6Q3VFVnNLZXNHVEpSU0lZRWhwWnBo","content_type":"application/octet-stream","name":"kubeconfig"}' - headers: - Content-Length: - - "1662" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Mon, 20 Oct 2025 15:38:54 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - a44b500f-6f75-4a99-a060-ac2713668a7a - status: 200 OK - code: 200 - duration: 87.425211ms - - id: 29 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/bb28493c-a81b-4dce-b022-57ee43eeaa34 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1641 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://bb28493c-a81b-4dce-b022-57ee43eeaa34.api.k8s.fr-par.scw.cloud:6443","cni":"cilium","commitment_ends_at":"2025-10-20T15:38:49.167843Z","created_at":"2025-10-20T15:38:49.167835Z","description":"","dns_wildcard":"*.bb28493c-a81b-4dce-b022-57ee43eeaa34.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"b87e7f92-50f1-4254-90d8-a1acb18770d2","id":"bb28493c-a81b-4dce-b022-57ee43eeaa34","name":"test-networking","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"10.11.0.0/16","private_network_id":"425801e2-fe3f-4611-a7b9-72d75b37e270","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"10.12.0.0/16","service_dns_ip":"10.12.0.10","status":"pool_required","tags":["terraform-test","scaleway_k8s_cluster","networking"],"type":"kapsule","updated_at":"2025-10-20T15:38:49.640449Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1641" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Mon, 20 Oct 2025 15:38:54 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 777064d2-4e3f-4826-9014-f1973f7ce9a8 - status: 200 OK - code: 200 - duration: 21.470034ms - - id: 30 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/fr-par/vpcs/d8211fc7-1926-4bfc-a3db-bc2253e44026 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 412 - uncompressed: false - body: '{"created_at":"2025-10-20T15:38:35.899569Z","custom_routes_propagation_enabled":true,"id":"d8211fc7-1926-4bfc-a3db-bc2253e44026","is_default":false,"name":"vpc-networking","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","private_network_count":1,"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","routing_enabled":true,"tags":[],"updated_at":"2025-10-20T15:38:35.899569Z"}' - headers: - Content-Length: - - "412" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Mon, 20 Oct 2025 15:38:54 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 96f39557-5ea5-4724-811b-90100a43b619 - status: 200 OK - code: 200 - duration: 24.752543ms - - id: 31 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks/425801e2-fe3f-4611-a7b9-72d75b37e270 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1083 - uncompressed: false - body: '{"created_at":"2025-10-20T15:38:36.037413Z","default_route_propagation_enabled":false,"dhcp_enabled":true,"id":"425801e2-fe3f-4611-a7b9-72d75b37e270","name":"pn-networking","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","subnets":[{"created_at":"2025-10-20T15:38:36.037413Z","id":"9cc54f2a-c8cc-4606-a218-5dfaaf196054","private_network_id":"425801e2-fe3f-4611-a7b9-72d75b37e270","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","subnet":"172.17.28.0/22","updated_at":"2025-10-20T15:38:36.037413Z","vpc_id":"d8211fc7-1926-4bfc-a3db-bc2253e44026"},{"created_at":"2025-10-20T15:38:36.037413Z","id":"18b069df-b8a7-46db-83a2-a82c91def3af","private_network_id":"425801e2-fe3f-4611-a7b9-72d75b37e270","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","subnet":"fd5f:519c:6d46:a79d::/64","updated_at":"2025-10-20T15:38:36.037413Z","vpc_id":"d8211fc7-1926-4bfc-a3db-bc2253e44026"}],"tags":[],"updated_at":"2025-10-20T15:38:36.037413Z","vpc_id":"d8211fc7-1926-4bfc-a3db-bc2253e44026"}' - headers: - Content-Length: - - "1083" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Mon, 20 Oct 2025 15:38:55 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - f788f382-d47b-42ff-bdcc-252c641a9829 - status: 200 OK - code: 200 - duration: 30.196783ms - - id: 32 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/bb28493c-a81b-4dce-b022-57ee43eeaa34 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1641 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://bb28493c-a81b-4dce-b022-57ee43eeaa34.api.k8s.fr-par.scw.cloud:6443","cni":"cilium","commitment_ends_at":"2025-10-20T15:38:49.167843Z","created_at":"2025-10-20T15:38:49.167835Z","description":"","dns_wildcard":"*.bb28493c-a81b-4dce-b022-57ee43eeaa34.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"b87e7f92-50f1-4254-90d8-a1acb18770d2","id":"bb28493c-a81b-4dce-b022-57ee43eeaa34","name":"test-networking","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"10.11.0.0/16","private_network_id":"425801e2-fe3f-4611-a7b9-72d75b37e270","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"10.12.0.0/16","service_dns_ip":"10.12.0.10","status":"pool_required","tags":["terraform-test","scaleway_k8s_cluster","networking"],"type":"kapsule","updated_at":"2025-10-20T15:38:49.640449Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1641" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Mon, 20 Oct 2025 15:38:55 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 781bf8fe-417b-4355-aed0-e74a84663f7a - status: 200 OK - code: 200 - duration: 23.022742ms - - id: 33 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/bb28493c-a81b-4dce-b022-57ee43eeaa34/kubeconfig - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1662 - uncompressed: false - body: '{"content":"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogInRlc3QtbmV0d29ya2luZyIKICBjbHVzdGVyOgogICAgY2VydGlmaWNhdGUtYXV0aG9yaXR5LWRhdGE6IExTMHRMUzFDUlVkSlRpQkRSVkpVU1VaSlEwRlVSUzB0TFMwdENrMUpTVUpZUkVORFFWRkhaMEYzU1VKQlowbENRVVJCUzBKblozRm9hMnBQVUZGUlJFRnFRVlpOVWsxM1JWRlpSRlpSVVVSRmQzQnlaRmRLYkdOdE5Xd0taRWRXZWsxQ05GaEVWRWt4VFZSQmVFOVVSVEZOZW1jd1QxWnZXRVJVVFRGTlZFRjRUMVJGTVUxNlp6QlBWbTkzUmxSRlZFMUNSVWRCTVZWRlFYaE5Td3BoTTFacFdsaEtkVnBZVW14amVrSmFUVUpOUjBKNWNVZFRUVFE1UVdkRlIwTkRjVWRUVFRRNVFYZEZTRUV3U1VGQ1F6aEZlV1JFYVc1elUzUmpWM3BLQ25WdWFqQjFUazlUV2t4MFJVVjFaSFkxZFdaT1VEUkpkRkUzWWt4VmJHY3lVSFpoVVU5Rk1sbDBVVVJaTVhwQ1oxbENSVEIwVDI5T09VOXBia1E0TkZFS1NGQmFNVkZrWldwUmFrSkJUVUUwUjBFeFZXUkVkMFZDTDNkUlJVRjNTVU53UkVGUVFtZE9Wa2hTVFVKQlpqaEZRbFJCUkVGUlNDOU5RakJIUVRGVlpBcEVaMUZYUWtKUlpsVllXRXhrTW1rdlRIQnVXbFZ1V25Oa2VXdFZjSEpKY2t4VVFVdENaMmR4YUd0cVQxQlJVVVJCWjA1S1FVUkNSMEZwUlVFNGFHWXdDamxuUVdobFdYZFNTM0pQTUhSNmJXbDJlV0ptUmpOWVIxWkJMMnBOT1V0VGRrUmliSGcwT0VOSlVVUkpNRE0wVjJWeFJsZGlTVU4wTkRsdFZFOXlhMG9LTXpOelIyNU5LMVphUTAxUmVrTm9iMGxQVEd4elFUMDlDaTB0TFMwdFJVNUVJRU5GVWxSSlJrbERRVlJGTFMwdExTMEsKICAgIHNlcnZlcjogaHR0cHM6Ly9iYjI4NDkzYy1hODFiLTRkY2UtYjAyMi01N2VlNDNlZWFhMzQuYXBpLms4cy5mci1wYXIuc2N3LmNsb3VkOjY0NDMKY29udGV4dHM6Ci0gbmFtZTogYWRtaW5AdGVzdC1uZXR3b3JraW5nCiAgY29udGV4dDoKICAgIGNsdXN0ZXI6ICJ0ZXN0LW5ldHdvcmtpbmciCiAgICB1c2VyOiB0ZXN0LW5ldHdvcmtpbmctYWRtaW4KY3VycmVudC1jb250ZXh0OiBhZG1pbkB0ZXN0LW5ldHdvcmtpbmcKa2luZDogQ29uZmlnCnByZWZlcmVuY2VzOiB7fQp1c2VyczoKLSBuYW1lOiB0ZXN0LW5ldHdvcmtpbmctYWRtaW4KICB1c2VyOgogICAgdG9rZW46IG4zZ1M2OXFhVGhmMUlPQnVZYmVUSFhXTzRqYkx6bDRldkp6Q3VFVnNLZXNHVEpSU0lZRWhwWnBo","content_type":"application/octet-stream","name":"kubeconfig"}' - headers: - Content-Length: - - "1662" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Mon, 20 Oct 2025 15:38:55 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - b7a21372-1849-42d8-a029-d1f38b95ea05 - status: 200 OK - code: 200 - duration: 92.294311ms - - id: 34 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/fr-par/vpcs/d8211fc7-1926-4bfc-a3db-bc2253e44026 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 412 - uncompressed: false - body: '{"created_at":"2025-10-20T15:38:35.899569Z","custom_routes_propagation_enabled":true,"id":"d8211fc7-1926-4bfc-a3db-bc2253e44026","is_default":false,"name":"vpc-networking","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","private_network_count":1,"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","routing_enabled":true,"tags":[],"updated_at":"2025-10-20T15:38:35.899569Z"}' - headers: - Content-Length: - - "412" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Mon, 20 Oct 2025 15:38:55 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - b267ddaf-6987-4f02-9f6a-1fb6d28a5d4c - status: 200 OK - code: 200 - duration: 32.28694ms - - id: 35 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks/425801e2-fe3f-4611-a7b9-72d75b37e270 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1083 - uncompressed: false - body: '{"created_at":"2025-10-20T15:38:36.037413Z","default_route_propagation_enabled":false,"dhcp_enabled":true,"id":"425801e2-fe3f-4611-a7b9-72d75b37e270","name":"pn-networking","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","subnets":[{"created_at":"2025-10-20T15:38:36.037413Z","id":"9cc54f2a-c8cc-4606-a218-5dfaaf196054","private_network_id":"425801e2-fe3f-4611-a7b9-72d75b37e270","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","subnet":"172.17.28.0/22","updated_at":"2025-10-20T15:38:36.037413Z","vpc_id":"d8211fc7-1926-4bfc-a3db-bc2253e44026"},{"created_at":"2025-10-20T15:38:36.037413Z","id":"18b069df-b8a7-46db-83a2-a82c91def3af","private_network_id":"425801e2-fe3f-4611-a7b9-72d75b37e270","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","subnet":"fd5f:519c:6d46:a79d::/64","updated_at":"2025-10-20T15:38:36.037413Z","vpc_id":"d8211fc7-1926-4bfc-a3db-bc2253e44026"}],"tags":[],"updated_at":"2025-10-20T15:38:36.037413Z","vpc_id":"d8211fc7-1926-4bfc-a3db-bc2253e44026"}' - headers: - Content-Length: - - "1083" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Mon, 20 Oct 2025 15:38:55 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - dc539ffa-b03c-41ad-971a-d3894ad4500c - status: 200 OK - code: 200 - duration: 28.979716ms - - id: 36 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/bb28493c-a81b-4dce-b022-57ee43eeaa34 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1641 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://bb28493c-a81b-4dce-b022-57ee43eeaa34.api.k8s.fr-par.scw.cloud:6443","cni":"cilium","commitment_ends_at":"2025-10-20T15:38:49.167843Z","created_at":"2025-10-20T15:38:49.167835Z","description":"","dns_wildcard":"*.bb28493c-a81b-4dce-b022-57ee43eeaa34.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"b87e7f92-50f1-4254-90d8-a1acb18770d2","id":"bb28493c-a81b-4dce-b022-57ee43eeaa34","name":"test-networking","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"10.11.0.0/16","private_network_id":"425801e2-fe3f-4611-a7b9-72d75b37e270","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"10.12.0.0/16","service_dns_ip":"10.12.0.10","status":"pool_required","tags":["terraform-test","scaleway_k8s_cluster","networking"],"type":"kapsule","updated_at":"2025-10-20T15:38:49.640449Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1641" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Mon, 20 Oct 2025 15:38:55 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 7715c073-187a-4101-ac63-b9ed7ea485dd - status: 200 OK - code: 200 - duration: 24.691568ms - - id: 37 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/bb28493c-a81b-4dce-b022-57ee43eeaa34/kubeconfig - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1662 - uncompressed: false - body: '{"content":"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogInRlc3QtbmV0d29ya2luZyIKICBjbHVzdGVyOgogICAgY2VydGlmaWNhdGUtYXV0aG9yaXR5LWRhdGE6IExTMHRMUzFDUlVkSlRpQkRSVkpVU1VaSlEwRlVSUzB0TFMwdENrMUpTVUpZUkVORFFWRkhaMEYzU1VKQlowbENRVVJCUzBKblozRm9hMnBQVUZGUlJFRnFRVlpOVWsxM1JWRlpSRlpSVVVSRmQzQnlaRmRLYkdOdE5Xd0taRWRXZWsxQ05GaEVWRWt4VFZSQmVFOVVSVEZOZW1jd1QxWnZXRVJVVFRGTlZFRjRUMVJGTVUxNlp6QlBWbTkzUmxSRlZFMUNSVWRCTVZWRlFYaE5Td3BoTTFacFdsaEtkVnBZVW14amVrSmFUVUpOUjBKNWNVZFRUVFE1UVdkRlIwTkRjVWRUVFRRNVFYZEZTRUV3U1VGQ1F6aEZlV1JFYVc1elUzUmpWM3BLQ25WdWFqQjFUazlUV2t4MFJVVjFaSFkxZFdaT1VEUkpkRkUzWWt4VmJHY3lVSFpoVVU5Rk1sbDBVVVJaTVhwQ1oxbENSVEIwVDI5T09VOXBia1E0TkZFS1NGQmFNVkZrWldwUmFrSkJUVUUwUjBFeFZXUkVkMFZDTDNkUlJVRjNTVU53UkVGUVFtZE9Wa2hTVFVKQlpqaEZRbFJCUkVGUlNDOU5RakJIUVRGVlpBcEVaMUZYUWtKUlpsVllXRXhrTW1rdlRIQnVXbFZ1V25Oa2VXdFZjSEpKY2t4VVFVdENaMmR4YUd0cVQxQlJVVVJCWjA1S1FVUkNSMEZwUlVFNGFHWXdDamxuUVdobFdYZFNTM0pQTUhSNmJXbDJlV0ptUmpOWVIxWkJMMnBOT1V0VGRrUmliSGcwT0VOSlVVUkpNRE0wVjJWeFJsZGlTVU4wTkRsdFZFOXlhMG9LTXpOelIyNU5LMVphUTAxUmVrTm9iMGxQVEd4elFUMDlDaTB0TFMwdFJVNUVJRU5GVWxSSlJrbERRVlJGTFMwdExTMEsKICAgIHNlcnZlcjogaHR0cHM6Ly9iYjI4NDkzYy1hODFiLTRkY2UtYjAyMi01N2VlNDNlZWFhMzQuYXBpLms4cy5mci1wYXIuc2N3LmNsb3VkOjY0NDMKY29udGV4dHM6Ci0gbmFtZTogYWRtaW5AdGVzdC1uZXR3b3JraW5nCiAgY29udGV4dDoKICAgIGNsdXN0ZXI6ICJ0ZXN0LW5ldHdvcmtpbmciCiAgICB1c2VyOiB0ZXN0LW5ldHdvcmtpbmctYWRtaW4KY3VycmVudC1jb250ZXh0OiBhZG1pbkB0ZXN0LW5ldHdvcmtpbmcKa2luZDogQ29uZmlnCnByZWZlcmVuY2VzOiB7fQp1c2VyczoKLSBuYW1lOiB0ZXN0LW5ldHdvcmtpbmctYWRtaW4KICB1c2VyOgogICAgdG9rZW46IG4zZ1M2OXFhVGhmMUlPQnVZYmVUSFhXTzRqYkx6bDRldkp6Q3VFVnNLZXNHVEpSU0lZRWhwWnBo","content_type":"application/octet-stream","name":"kubeconfig"}' - headers: - Content-Length: - - "1662" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Mon, 20 Oct 2025 15:38:55 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - d6110c52-498f-4793-8b32-e29dbd031aa2 - status: 200 OK - code: 200 - duration: 21.129524ms - - id: 38 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/bb28493c-a81b-4dce-b022-57ee43eeaa34?with_additional_resources=false - method: DELETE - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1637 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://bb28493c-a81b-4dce-b022-57ee43eeaa34.api.k8s.fr-par.scw.cloud:6443","cni":"cilium","commitment_ends_at":"2025-10-20T15:38:49.167843Z","created_at":"2025-10-20T15:38:49.167835Z","description":"","dns_wildcard":"*.bb28493c-a81b-4dce-b022-57ee43eeaa34.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"b87e7f92-50f1-4254-90d8-a1acb18770d2","id":"bb28493c-a81b-4dce-b022-57ee43eeaa34","name":"test-networking","new_images_enabled":false,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"10.11.0.0/16","private_network_id":"425801e2-fe3f-4611-a7b9-72d75b37e270","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"10.12.0.0/16","service_dns_ip":"10.12.0.10","status":"deleting","tags":["terraform-test","scaleway_k8s_cluster","networking"],"type":"kapsule","updated_at":"2025-10-20T15:38:55.580017Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1637" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Mon, 20 Oct 2025 15:38:55 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 96c77f5a-6537-4e77-ba54-8136b7fa5af0 - status: 200 OK - code: 200 - duration: 79.306055ms - - id: 39 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/bb28493c-a81b-4dce-b022-57ee43eeaa34 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1636 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://bb28493c-a81b-4dce-b022-57ee43eeaa34.api.k8s.fr-par.scw.cloud:6443","cni":"cilium","commitment_ends_at":"2025-10-20T15:38:49.167843Z","created_at":"2025-10-20T15:38:49.167835Z","description":"","dns_wildcard":"*.bb28493c-a81b-4dce-b022-57ee43eeaa34.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"b87e7f92-50f1-4254-90d8-a1acb18770d2","id":"bb28493c-a81b-4dce-b022-57ee43eeaa34","name":"test-networking","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"10.11.0.0/16","private_network_id":"425801e2-fe3f-4611-a7b9-72d75b37e270","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"10.12.0.0/16","service_dns_ip":"10.12.0.10","status":"deleting","tags":["terraform-test","scaleway_k8s_cluster","networking"],"type":"kapsule","updated_at":"2025-10-20T15:38:55.580017Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1636" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Mon, 20 Oct 2025 15:38:55 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 92a99350-1664-4941-822d-18619ed3ddb0 - status: 200 OK - code: 200 - duration: 93.810972ms - - id: 40 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/bb28493c-a81b-4dce-b022-57ee43eeaa34 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 128 - uncompressed: false - body: '{"message":"resource is not found","resource":"cluster","resource_id":"bb28493c-a81b-4dce-b022-57ee43eeaa34","type":"not_found"}' - headers: - Content-Length: - - "128" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Mon, 20 Oct 2025 15:39:00 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - d617176f-37e6-46c0-b970-ca20af1bdfb4 - status: 404 Not Found - code: 404 - duration: 27.004985ms - - id: 41 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 785 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: '{"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","type":"","name":"test-networking","description":"","tags":["terraform-test","scaleway_k8s_cluster","networking"],"version":"1.34.1","cni":"cilium","pools":null,"autoscaler_config":{"scale_down_disabled":null,"scale_down_delay_after_add":null,"estimator":"unknown_estimator","expander":"unknown_expander","ignore_daemonsets_utilization":null,"balance_similar_node_groups":null,"expendable_pods_priority_cutoff":0,"scale_down_unneeded_time":null,"scale_down_utilization_threshold":null,"max_graceful_termination_sec":0},"feature_gates":[],"admission_plugins":[],"apiserver_cert_sans":[],"private_network_id":"425801e2-fe3f-4611-a7b9-72d75b37e270","pod_cidr":"10.16.0.0/16","service_cidr":"10.12.0.0/16","service_dns_ip":"10.12.0.53"}' - form: {} - headers: - Content-Type: - - application/json - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters - method: POST - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1601 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://2a330082-1da7-4f91-b4d6-208d90096661.api.k8s.fr-par.scw.cloud:6443","cni":"cilium","commitment_ends_at":"2025-10-20T15:39:01.054802Z","created_at":"2025-10-20T15:39:01.054792Z","description":"","dns_wildcard":"*.2a330082-1da7-4f91-b4d6-208d90096661.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"","id":"2a330082-1da7-4f91-b4d6-208d90096661","name":"test-networking","new_images_enabled":false,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"10.16.0.0/16","private_network_id":"425801e2-fe3f-4611-a7b9-72d75b37e270","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"10.12.0.0/16","service_dns_ip":"10.12.0.53","status":"creating","tags":["terraform-test","scaleway_k8s_cluster","networking"],"type":"kapsule","updated_at":"2025-10-20T15:39:01.054793Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1601" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Mon, 20 Oct 2025 15:39:01 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 9ec73d5e-a801-4057-8993-7a61721d6998 - status: 200 OK - code: 200 - duration: 307.734468ms - - id: 42 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/2a330082-1da7-4f91-b4d6-208d90096661 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1600 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://2a330082-1da7-4f91-b4d6-208d90096661.api.k8s.fr-par.scw.cloud:6443","cni":"cilium","commitment_ends_at":"2025-10-20T15:39:01.054802Z","created_at":"2025-10-20T15:39:01.054792Z","description":"","dns_wildcard":"*.2a330082-1da7-4f91-b4d6-208d90096661.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"","id":"2a330082-1da7-4f91-b4d6-208d90096661","name":"test-networking","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"10.16.0.0/16","private_network_id":"425801e2-fe3f-4611-a7b9-72d75b37e270","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"10.12.0.0/16","service_dns_ip":"10.12.0.53","status":"creating","tags":["terraform-test","scaleway_k8s_cluster","networking"],"type":"kapsule","updated_at":"2025-10-20T15:39:01.054793Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1600" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Mon, 20 Oct 2025 15:39:01 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 68147062-e679-4015-abe8-ad00b11bdd3b - status: 200 OK - code: 200 - duration: 89.598647ms - - id: 43 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/2a330082-1da7-4f91-b4d6-208d90096661 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1641 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://2a330082-1da7-4f91-b4d6-208d90096661.api.k8s.fr-par.scw.cloud:6443","cni":"cilium","commitment_ends_at":"2025-10-20T15:39:01.054802Z","created_at":"2025-10-20T15:39:01.054792Z","description":"","dns_wildcard":"*.2a330082-1da7-4f91-b4d6-208d90096661.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"e9338dcc-eefc-4109-b5bc-9aeac48a65c6","id":"2a330082-1da7-4f91-b4d6-208d90096661","name":"test-networking","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"10.16.0.0/16","private_network_id":"425801e2-fe3f-4611-a7b9-72d75b37e270","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"10.12.0.0/16","service_dns_ip":"10.12.0.53","status":"pool_required","tags":["terraform-test","scaleway_k8s_cluster","networking"],"type":"kapsule","updated_at":"2025-10-20T15:39:01.558219Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1641" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Mon, 20 Oct 2025 15:39:06 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - ca8bced5-f108-4d3d-83d6-49f9c9ab27a5 - status: 200 OK - code: 200 - duration: 85.727492ms - - id: 44 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/2a330082-1da7-4f91-b4d6-208d90096661/pools?order_by=created_at_asc&page=1&status=unknown - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 29 - uncompressed: false - body: '{"pools":[],"total_count":0}' - headers: - Content-Length: - - "29" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Mon, 20 Oct 2025 15:39:06 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - f7247806-7cba-4be9-85e2-6da4b6a8ff8f - status: 200 OK - code: 200 - duration: 22.894812ms - - id: 45 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/2a330082-1da7-4f91-b4d6-208d90096661 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1641 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://2a330082-1da7-4f91-b4d6-208d90096661.api.k8s.fr-par.scw.cloud:6443","cni":"cilium","commitment_ends_at":"2025-10-20T15:39:01.054802Z","created_at":"2025-10-20T15:39:01.054792Z","description":"","dns_wildcard":"*.2a330082-1da7-4f91-b4d6-208d90096661.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"e9338dcc-eefc-4109-b5bc-9aeac48a65c6","id":"2a330082-1da7-4f91-b4d6-208d90096661","name":"test-networking","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"10.16.0.0/16","private_network_id":"425801e2-fe3f-4611-a7b9-72d75b37e270","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"10.12.0.0/16","service_dns_ip":"10.12.0.53","status":"pool_required","tags":["terraform-test","scaleway_k8s_cluster","networking"],"type":"kapsule","updated_at":"2025-10-20T15:39:01.558219Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1641" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Mon, 20 Oct 2025 15:39:06 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - d6c67b9b-8293-4b9d-8b8b-036154669ad7 - status: 200 OK - code: 200 - duration: 21.006604ms - - id: 46 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/2a330082-1da7-4f91-b4d6-208d90096661/kubeconfig - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1658 - uncompressed: false - body: '{"content":"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogInRlc3QtbmV0d29ya2luZyIKICBjbHVzdGVyOgogICAgY2VydGlmaWNhdGUtYXV0aG9yaXR5LWRhdGE6IExTMHRMUzFDUlVkSlRpQkRSVkpVU1VaSlEwRlVSUzB0TFMwdENrMUpTVUpYYWtORFFWRkhaMEYzU1VKQlowbENRVVJCUzBKblozRm9hMnBQVUZGUlJFRnFRVlpOVWsxM1JWRlpSRlpSVVVSRmQzQnlaRmRLYkdOdE5Xd0taRWRXZWsxQ05GaEVWRWt4VFZSQmVFOVVSVEZOZW10M1RWWnZXRVJVVFRGTlZFRjRUMVJGTVUxNmEzZE5WbTkzUmxSRlZFMUNSVWRCTVZWRlFYaE5Td3BoTTFacFdsaEtkVnBZVW14amVrSmFUVUpOUjBKNWNVZFRUVFE1UVdkRlIwTkRjVWRUVFRRNVFYZEZTRUV3U1VGQ1IyRlFWM2xJVjBvd1ozbHBNbFJZQ2tReU5uSklURmhQUVhvMWFFRnFaVTE2VlRsRFFVOVhibTgzY2k5UWVuTmpka040YUhveE9Hb3dORTAyYUU5R1NFWjVRVzh3TjNGUFVuVnhXV2hKZDFVS1YxQTBkakEwTW1wUmFrSkJUVUUwUjBFeFZXUkVkMFZDTDNkUlJVRjNTVU53UkVGUVFtZE9Wa2hTVFVKQlpqaEZRbFJCUkVGUlNDOU5RakJIUVRGVlpBcEVaMUZYUWtKVUszZEdTako2ZFdkSGVHeDBXazFNY0VGSGEyVldUVkJITUVSVVFVdENaMmR4YUd0cVQxQlJVVVJCWjA1SVFVUkNSVUZwUVRacWNrOUpDbXRsVDAxWGMwdHBXWFIyTVdob05HZExiVlJPTUdkdWMxWllXR2RoVjNoNGJXcHNTaTlCU1dkYVkwZG5XSEl2UlZkclFXOHhkbWQ0TUROdlIwcHVSV2dLUkhveWRFcGpOa0p1Y0NzMFEzSlFWelZNUVQwS0xTMHRMUzFGVGtRZ1EwVlNWRWxHU1VOQlZFVXRMUzB0TFFvPQogICAgc2VydmVyOiBodHRwczovLzJhMzMwMDgyLTFkYTctNGY5MS1iNGQ2LTIwOGQ5MDA5NjY2MS5hcGkuazhzLmZyLXBhci5zY3cuY2xvdWQ6NjQ0Mwpjb250ZXh0czoKLSBuYW1lOiBhZG1pbkB0ZXN0LW5ldHdvcmtpbmcKICBjb250ZXh0OgogICAgY2x1c3RlcjogInRlc3QtbmV0d29ya2luZyIKICAgIHVzZXI6IHRlc3QtbmV0d29ya2luZy1hZG1pbgpjdXJyZW50LWNvbnRleHQ6IGFkbWluQHRlc3QtbmV0d29ya2luZwpraW5kOiBDb25maWcKcHJlZmVyZW5jZXM6IHt9CnVzZXJzOgotIG5hbWU6IHRlc3QtbmV0d29ya2luZy1hZG1pbgogIHVzZXI6CiAgICB0b2tlbjogbWQyVzBoT2o3UVc1dnFka1g0N1h6YjlJVkluUGlvVFJrQzlMRURtUlhQN3R5clZSM09LeVZnTHU=","content_type":"application/octet-stream","name":"kubeconfig"}' - headers: - Content-Length: - - "1658" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Mon, 20 Oct 2025 15:39:06 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 7433fafb-8051-4955-a810-24eff37b4c36 - status: 200 OK - code: 200 - duration: 78.093116ms - - id: 47 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/2a330082-1da7-4f91-b4d6-208d90096661 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1641 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://2a330082-1da7-4f91-b4d6-208d90096661.api.k8s.fr-par.scw.cloud:6443","cni":"cilium","commitment_ends_at":"2025-10-20T15:39:01.054802Z","created_at":"2025-10-20T15:39:01.054792Z","description":"","dns_wildcard":"*.2a330082-1da7-4f91-b4d6-208d90096661.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"e9338dcc-eefc-4109-b5bc-9aeac48a65c6","id":"2a330082-1da7-4f91-b4d6-208d90096661","name":"test-networking","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"10.16.0.0/16","private_network_id":"425801e2-fe3f-4611-a7b9-72d75b37e270","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"10.12.0.0/16","service_dns_ip":"10.12.0.53","status":"pool_required","tags":["terraform-test","scaleway_k8s_cluster","networking"],"type":"kapsule","updated_at":"2025-10-20T15:39:01.558219Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1641" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Mon, 20 Oct 2025 15:39:06 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - e7e4d233-927a-47a5-a9d1-c9e951a05373 - status: 200 OK - code: 200 - duration: 91.437953ms - - id: 48 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/fr-par/vpcs/d8211fc7-1926-4bfc-a3db-bc2253e44026 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 412 - uncompressed: false - body: '{"created_at":"2025-10-20T15:38:35.899569Z","custom_routes_propagation_enabled":true,"id":"d8211fc7-1926-4bfc-a3db-bc2253e44026","is_default":false,"name":"vpc-networking","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","private_network_count":1,"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","routing_enabled":true,"tags":[],"updated_at":"2025-10-20T15:38:35.899569Z"}' - headers: - Content-Length: - - "412" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Mon, 20 Oct 2025 15:39:06 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 89d810c8-35b7-4556-843b-ad3fcbed80cb - status: 200 OK - code: 200 - duration: 22.751352ms - - id: 49 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks/425801e2-fe3f-4611-a7b9-72d75b37e270 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1083 - uncompressed: false - body: '{"created_at":"2025-10-20T15:38:36.037413Z","default_route_propagation_enabled":false,"dhcp_enabled":true,"id":"425801e2-fe3f-4611-a7b9-72d75b37e270","name":"pn-networking","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","subnets":[{"created_at":"2025-10-20T15:38:36.037413Z","id":"9cc54f2a-c8cc-4606-a218-5dfaaf196054","private_network_id":"425801e2-fe3f-4611-a7b9-72d75b37e270","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","subnet":"172.17.28.0/22","updated_at":"2025-10-20T15:38:36.037413Z","vpc_id":"d8211fc7-1926-4bfc-a3db-bc2253e44026"},{"created_at":"2025-10-20T15:38:36.037413Z","id":"18b069df-b8a7-46db-83a2-a82c91def3af","private_network_id":"425801e2-fe3f-4611-a7b9-72d75b37e270","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","subnet":"fd5f:519c:6d46:a79d::/64","updated_at":"2025-10-20T15:38:36.037413Z","vpc_id":"d8211fc7-1926-4bfc-a3db-bc2253e44026"}],"tags":[],"updated_at":"2025-10-20T15:38:36.037413Z","vpc_id":"d8211fc7-1926-4bfc-a3db-bc2253e44026"}' - headers: - Content-Length: - - "1083" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Mon, 20 Oct 2025 15:39:06 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 47278b55-cb74-4cce-8e06-707d28e64417 - status: 200 OK - code: 200 - duration: 25.012071ms - - id: 50 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/2a330082-1da7-4f91-b4d6-208d90096661 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1641 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://2a330082-1da7-4f91-b4d6-208d90096661.api.k8s.fr-par.scw.cloud:6443","cni":"cilium","commitment_ends_at":"2025-10-20T15:39:01.054802Z","created_at":"2025-10-20T15:39:01.054792Z","description":"","dns_wildcard":"*.2a330082-1da7-4f91-b4d6-208d90096661.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"e9338dcc-eefc-4109-b5bc-9aeac48a65c6","id":"2a330082-1da7-4f91-b4d6-208d90096661","name":"test-networking","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"10.16.0.0/16","private_network_id":"425801e2-fe3f-4611-a7b9-72d75b37e270","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"10.12.0.0/16","service_dns_ip":"10.12.0.53","status":"pool_required","tags":["terraform-test","scaleway_k8s_cluster","networking"],"type":"kapsule","updated_at":"2025-10-20T15:39:01.558219Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1641" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Mon, 20 Oct 2025 15:39:06 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 9c89d5cf-3f24-414b-8c56-d057414b4e1d - status: 200 OK - code: 200 - duration: 18.92937ms - - id: 51 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/2a330082-1da7-4f91-b4d6-208d90096661/kubeconfig - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1658 - uncompressed: false - body: '{"content":"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogInRlc3QtbmV0d29ya2luZyIKICBjbHVzdGVyOgogICAgY2VydGlmaWNhdGUtYXV0aG9yaXR5LWRhdGE6IExTMHRMUzFDUlVkSlRpQkRSVkpVU1VaSlEwRlVSUzB0TFMwdENrMUpTVUpYYWtORFFWRkhaMEYzU1VKQlowbENRVVJCUzBKblozRm9hMnBQVUZGUlJFRnFRVlpOVWsxM1JWRlpSRlpSVVVSRmQzQnlaRmRLYkdOdE5Xd0taRWRXZWsxQ05GaEVWRWt4VFZSQmVFOVVSVEZOZW10M1RWWnZXRVJVVFRGTlZFRjRUMVJGTVUxNmEzZE5WbTkzUmxSRlZFMUNSVWRCTVZWRlFYaE5Td3BoTTFacFdsaEtkVnBZVW14amVrSmFUVUpOUjBKNWNVZFRUVFE1UVdkRlIwTkRjVWRUVFRRNVFYZEZTRUV3U1VGQ1IyRlFWM2xJVjBvd1ozbHBNbFJZQ2tReU5uSklURmhQUVhvMWFFRnFaVTE2VlRsRFFVOVhibTgzY2k5UWVuTmpka040YUhveE9Hb3dORTAyYUU5R1NFWjVRVzh3TjNGUFVuVnhXV2hKZDFVS1YxQTBkakEwTW1wUmFrSkJUVUUwUjBFeFZXUkVkMFZDTDNkUlJVRjNTVU53UkVGUVFtZE9Wa2hTVFVKQlpqaEZRbFJCUkVGUlNDOU5RakJIUVRGVlpBcEVaMUZYUWtKVUszZEdTako2ZFdkSGVHeDBXazFNY0VGSGEyVldUVkJITUVSVVFVdENaMmR4YUd0cVQxQlJVVVJCWjA1SVFVUkNSVUZwUVRacWNrOUpDbXRsVDAxWGMwdHBXWFIyTVdob05HZExiVlJPTUdkdWMxWllXR2RoVjNoNGJXcHNTaTlCU1dkYVkwZG5XSEl2UlZkclFXOHhkbWQ0TUROdlIwcHVSV2dLUkhveWRFcGpOa0p1Y0NzMFEzSlFWelZNUVQwS0xTMHRMUzFGVGtRZ1EwVlNWRWxHU1VOQlZFVXRMUzB0TFFvPQogICAgc2VydmVyOiBodHRwczovLzJhMzMwMDgyLTFkYTctNGY5MS1iNGQ2LTIwOGQ5MDA5NjY2MS5hcGkuazhzLmZyLXBhci5zY3cuY2xvdWQ6NjQ0Mwpjb250ZXh0czoKLSBuYW1lOiBhZG1pbkB0ZXN0LW5ldHdvcmtpbmcKICBjb250ZXh0OgogICAgY2x1c3RlcjogInRlc3QtbmV0d29ya2luZyIKICAgIHVzZXI6IHRlc3QtbmV0d29ya2luZy1hZG1pbgpjdXJyZW50LWNvbnRleHQ6IGFkbWluQHRlc3QtbmV0d29ya2luZwpraW5kOiBDb25maWcKcHJlZmVyZW5jZXM6IHt9CnVzZXJzOgotIG5hbWU6IHRlc3QtbmV0d29ya2luZy1hZG1pbgogIHVzZXI6CiAgICB0b2tlbjogbWQyVzBoT2o3UVc1dnFka1g0N1h6YjlJVkluUGlvVFJrQzlMRURtUlhQN3R5clZSM09LeVZnTHU=","content_type":"application/octet-stream","name":"kubeconfig"}' - headers: - Content-Length: - - "1658" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Mon, 20 Oct 2025 15:39:06 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - f4cfe888-862d-490b-a3e4-c00784a601a6 - status: 200 OK - code: 200 - duration: 23.834118ms - - id: 52 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/fr-par/vpcs/d8211fc7-1926-4bfc-a3db-bc2253e44026 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 412 - uncompressed: false - body: '{"created_at":"2025-10-20T15:38:35.899569Z","custom_routes_propagation_enabled":true,"id":"d8211fc7-1926-4bfc-a3db-bc2253e44026","is_default":false,"name":"vpc-networking","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","private_network_count":1,"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","routing_enabled":true,"tags":[],"updated_at":"2025-10-20T15:38:35.899569Z"}' - headers: - Content-Length: - - "412" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Mon, 20 Oct 2025 15:39:07 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 1d99c30b-db58-4da8-b9e8-f07583f222c8 - status: 200 OK - code: 200 - duration: 27.005527ms - - id: 53 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks/425801e2-fe3f-4611-a7b9-72d75b37e270 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1083 - uncompressed: false - body: '{"created_at":"2025-10-20T15:38:36.037413Z","default_route_propagation_enabled":false,"dhcp_enabled":true,"id":"425801e2-fe3f-4611-a7b9-72d75b37e270","name":"pn-networking","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","subnets":[{"created_at":"2025-10-20T15:38:36.037413Z","id":"9cc54f2a-c8cc-4606-a218-5dfaaf196054","private_network_id":"425801e2-fe3f-4611-a7b9-72d75b37e270","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","subnet":"172.17.28.0/22","updated_at":"2025-10-20T15:38:36.037413Z","vpc_id":"d8211fc7-1926-4bfc-a3db-bc2253e44026"},{"created_at":"2025-10-20T15:38:36.037413Z","id":"18b069df-b8a7-46db-83a2-a82c91def3af","private_network_id":"425801e2-fe3f-4611-a7b9-72d75b37e270","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","subnet":"fd5f:519c:6d46:a79d::/64","updated_at":"2025-10-20T15:38:36.037413Z","vpc_id":"d8211fc7-1926-4bfc-a3db-bc2253e44026"}],"tags":[],"updated_at":"2025-10-20T15:38:36.037413Z","vpc_id":"d8211fc7-1926-4bfc-a3db-bc2253e44026"}' - headers: - Content-Length: - - "1083" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Mon, 20 Oct 2025 15:39:07 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - a0444cf0-c0c9-43bf-86bd-86241391fcf2 - status: 200 OK - code: 200 - duration: 28.934621ms - - id: 54 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/2a330082-1da7-4f91-b4d6-208d90096661 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1641 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://2a330082-1da7-4f91-b4d6-208d90096661.api.k8s.fr-par.scw.cloud:6443","cni":"cilium","commitment_ends_at":"2025-10-20T15:39:01.054802Z","created_at":"2025-10-20T15:39:01.054792Z","description":"","dns_wildcard":"*.2a330082-1da7-4f91-b4d6-208d90096661.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"e9338dcc-eefc-4109-b5bc-9aeac48a65c6","id":"2a330082-1da7-4f91-b4d6-208d90096661","name":"test-networking","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"10.16.0.0/16","private_network_id":"425801e2-fe3f-4611-a7b9-72d75b37e270","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"10.12.0.0/16","service_dns_ip":"10.12.0.53","status":"pool_required","tags":["terraform-test","scaleway_k8s_cluster","networking"],"type":"kapsule","updated_at":"2025-10-20T15:39:01.558219Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1641" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Mon, 20 Oct 2025 15:39:07 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 167b938d-3671-4328-b609-6725ef18d839 - status: 200 OK - code: 200 - duration: 25.992944ms - - id: 55 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/2a330082-1da7-4f91-b4d6-208d90096661/kubeconfig - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1658 - uncompressed: false - body: '{"content":"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogInRlc3QtbmV0d29ya2luZyIKICBjbHVzdGVyOgogICAgY2VydGlmaWNhdGUtYXV0aG9yaXR5LWRhdGE6IExTMHRMUzFDUlVkSlRpQkRSVkpVU1VaSlEwRlVSUzB0TFMwdENrMUpTVUpYYWtORFFWRkhaMEYzU1VKQlowbENRVVJCUzBKblozRm9hMnBQVUZGUlJFRnFRVlpOVWsxM1JWRlpSRlpSVVVSRmQzQnlaRmRLYkdOdE5Xd0taRWRXZWsxQ05GaEVWRWt4VFZSQmVFOVVSVEZOZW10M1RWWnZXRVJVVFRGTlZFRjRUMVJGTVUxNmEzZE5WbTkzUmxSRlZFMUNSVWRCTVZWRlFYaE5Td3BoTTFacFdsaEtkVnBZVW14amVrSmFUVUpOUjBKNWNVZFRUVFE1UVdkRlIwTkRjVWRUVFRRNVFYZEZTRUV3U1VGQ1IyRlFWM2xJVjBvd1ozbHBNbFJZQ2tReU5uSklURmhQUVhvMWFFRnFaVTE2VlRsRFFVOVhibTgzY2k5UWVuTmpka040YUhveE9Hb3dORTAyYUU5R1NFWjVRVzh3TjNGUFVuVnhXV2hKZDFVS1YxQTBkakEwTW1wUmFrSkJUVUUwUjBFeFZXUkVkMFZDTDNkUlJVRjNTVU53UkVGUVFtZE9Wa2hTVFVKQlpqaEZRbFJCUkVGUlNDOU5RakJIUVRGVlpBcEVaMUZYUWtKVUszZEdTako2ZFdkSGVHeDBXazFNY0VGSGEyVldUVkJITUVSVVFVdENaMmR4YUd0cVQxQlJVVVJCWjA1SVFVUkNSVUZwUVRacWNrOUpDbXRsVDAxWGMwdHBXWFIyTVdob05HZExiVlJPTUdkdWMxWllXR2RoVjNoNGJXcHNTaTlCU1dkYVkwZG5XSEl2UlZkclFXOHhkbWQ0TUROdlIwcHVSV2dLUkhveWRFcGpOa0p1Y0NzMFEzSlFWelZNUVQwS0xTMHRMUzFGVGtRZ1EwVlNWRWxHU1VOQlZFVXRMUzB0TFFvPQogICAgc2VydmVyOiBodHRwczovLzJhMzMwMDgyLTFkYTctNGY5MS1iNGQ2LTIwOGQ5MDA5NjY2MS5hcGkuazhzLmZyLXBhci5zY3cuY2xvdWQ6NjQ0Mwpjb250ZXh0czoKLSBuYW1lOiBhZG1pbkB0ZXN0LW5ldHdvcmtpbmcKICBjb250ZXh0OgogICAgY2x1c3RlcjogInRlc3QtbmV0d29ya2luZyIKICAgIHVzZXI6IHRlc3QtbmV0d29ya2luZy1hZG1pbgpjdXJyZW50LWNvbnRleHQ6IGFkbWluQHRlc3QtbmV0d29ya2luZwpraW5kOiBDb25maWcKcHJlZmVyZW5jZXM6IHt9CnVzZXJzOgotIG5hbWU6IHRlc3QtbmV0d29ya2luZy1hZG1pbgogIHVzZXI6CiAgICB0b2tlbjogbWQyVzBoT2o3UVc1dnFka1g0N1h6YjlJVkluUGlvVFJrQzlMRURtUlhQN3R5clZSM09LeVZnTHU=","content_type":"application/octet-stream","name":"kubeconfig"}' - headers: - Content-Length: - - "1658" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Mon, 20 Oct 2025 15:39:07 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - ace01925-5ce8-4406-92d7-858049bb3aea - status: 200 OK - code: 200 - duration: 73.70448ms - - id: 56 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 592 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: '{"autoscaler_config":{"scale_down_disabled":null,"scale_down_delay_after_add":null,"estimator":"unknown_estimator","expander":"unknown_expander","ignore_daemonsets_utilization":null,"balance_similar_node_groups":null,"expendable_pods_priority_cutoff":null,"scale_down_unneeded_time":null,"scale_down_utilization_threshold":null,"max_graceful_termination_sec":null},"auto_upgrade":{"enable":null,"maintenance_window":null},"open_id_connect_config":{"issuer_url":null,"client_id":null,"username_claim":null,"username_prefix":null,"groups_claim":null,"groups_prefix":null,"required_claim":null}}' - form: {} - headers: - Content-Type: - - application/json - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/2a330082-1da7-4f91-b4d6-208d90096661 - method: PATCH - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1637 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://2a330082-1da7-4f91-b4d6-208d90096661.api.k8s.fr-par.scw.cloud:6443","cni":"cilium","commitment_ends_at":"2025-10-20T15:39:01.054802Z","created_at":"2025-10-20T15:39:01.054792Z","description":"","dns_wildcard":"*.2a330082-1da7-4f91-b4d6-208d90096661.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"e9338dcc-eefc-4109-b5bc-9aeac48a65c6","id":"2a330082-1da7-4f91-b4d6-208d90096661","name":"test-networking","new_images_enabled":false,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"10.16.0.0/16","private_network_id":"425801e2-fe3f-4611-a7b9-72d75b37e270","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"10.12.0.0/16","service_dns_ip":"10.12.0.53","status":"updating","tags":["terraform-test","scaleway_k8s_cluster","networking"],"type":"kapsule","updated_at":"2025-10-20T15:39:07.305732Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1637" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Mon, 20 Oct 2025 15:39:07 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 68e0621e-badc-4a7e-a4e2-8a6da51896ee - status: 200 OK - code: 200 - duration: 44.6383ms - - id: 57 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/2a330082-1da7-4f91-b4d6-208d90096661 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1641 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://2a330082-1da7-4f91-b4d6-208d90096661.api.k8s.fr-par.scw.cloud:6443","cni":"cilium","commitment_ends_at":"2025-10-20T15:39:01.054802Z","created_at":"2025-10-20T15:39:01.054792Z","description":"","dns_wildcard":"*.2a330082-1da7-4f91-b4d6-208d90096661.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"e9338dcc-eefc-4109-b5bc-9aeac48a65c6","id":"2a330082-1da7-4f91-b4d6-208d90096661","name":"test-networking","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"10.16.0.0/16","private_network_id":"425801e2-fe3f-4611-a7b9-72d75b37e270","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"10.12.0.0/16","service_dns_ip":"10.12.0.53","status":"pool_required","tags":["terraform-test","scaleway_k8s_cluster","networking"],"type":"kapsule","updated_at":"2025-10-20T15:39:07.340044Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1641" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Mon, 20 Oct 2025 15:39:07 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 52d54b79-c868-4c9c-aff7-39178768f294 - status: 200 OK - code: 200 - duration: 104.100127ms - - id: 58 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/2a330082-1da7-4f91-b4d6-208d90096661 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1641 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://2a330082-1da7-4f91-b4d6-208d90096661.api.k8s.fr-par.scw.cloud:6443","cni":"cilium","commitment_ends_at":"2025-10-20T15:39:01.054802Z","created_at":"2025-10-20T15:39:01.054792Z","description":"","dns_wildcard":"*.2a330082-1da7-4f91-b4d6-208d90096661.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"e9338dcc-eefc-4109-b5bc-9aeac48a65c6","id":"2a330082-1da7-4f91-b4d6-208d90096661","name":"test-networking","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"10.16.0.0/16","private_network_id":"425801e2-fe3f-4611-a7b9-72d75b37e270","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"10.12.0.0/16","service_dns_ip":"10.12.0.53","status":"pool_required","tags":["terraform-test","scaleway_k8s_cluster","networking"],"type":"kapsule","updated_at":"2025-10-20T15:39:07.340044Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1641" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Mon, 20 Oct 2025 15:39:07 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 4cd3be8b-13be-4309-bbe3-294dff6bee03 - status: 200 OK - code: 200 - duration: 22.502795ms - - id: 59 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/2a330082-1da7-4f91-b4d6-208d90096661/kubeconfig - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1658 - uncompressed: false - body: '{"content":"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogInRlc3QtbmV0d29ya2luZyIKICBjbHVzdGVyOgogICAgY2VydGlmaWNhdGUtYXV0aG9yaXR5LWRhdGE6IExTMHRMUzFDUlVkSlRpQkRSVkpVU1VaSlEwRlVSUzB0TFMwdENrMUpTVUpYYWtORFFWRkhaMEYzU1VKQlowbENRVVJCUzBKblozRm9hMnBQVUZGUlJFRnFRVlpOVWsxM1JWRlpSRlpSVVVSRmQzQnlaRmRLYkdOdE5Xd0taRWRXZWsxQ05GaEVWRWt4VFZSQmVFOVVSVEZOZW10M1RWWnZXRVJVVFRGTlZFRjRUMVJGTVUxNmEzZE5WbTkzUmxSRlZFMUNSVWRCTVZWRlFYaE5Td3BoTTFacFdsaEtkVnBZVW14amVrSmFUVUpOUjBKNWNVZFRUVFE1UVdkRlIwTkRjVWRUVFRRNVFYZEZTRUV3U1VGQ1IyRlFWM2xJVjBvd1ozbHBNbFJZQ2tReU5uSklURmhQUVhvMWFFRnFaVTE2VlRsRFFVOVhibTgzY2k5UWVuTmpka040YUhveE9Hb3dORTAyYUU5R1NFWjVRVzh3TjNGUFVuVnhXV2hKZDFVS1YxQTBkakEwTW1wUmFrSkJUVUUwUjBFeFZXUkVkMFZDTDNkUlJVRjNTVU53UkVGUVFtZE9Wa2hTVFVKQlpqaEZRbFJCUkVGUlNDOU5RakJIUVRGVlpBcEVaMUZYUWtKVUszZEdTako2ZFdkSGVHeDBXazFNY0VGSGEyVldUVkJITUVSVVFVdENaMmR4YUd0cVQxQlJVVVJCWjA1SVFVUkNSVUZwUVRacWNrOUpDbXRsVDAxWGMwdHBXWFIyTVdob05HZExiVlJPTUdkdWMxWllXR2RoVjNoNGJXcHNTaTlCU1dkYVkwZG5XSEl2UlZkclFXOHhkbWQ0TUROdlIwcHVSV2dLUkhveWRFcGpOa0p1Y0NzMFEzSlFWelZNUVQwS0xTMHRMUzFGVGtRZ1EwVlNWRWxHU1VOQlZFVXRMUzB0TFFvPQogICAgc2VydmVyOiBodHRwczovLzJhMzMwMDgyLTFkYTctNGY5MS1iNGQ2LTIwOGQ5MDA5NjY2MS5hcGkuazhzLmZyLXBhci5zY3cuY2xvdWQ6NjQ0Mwpjb250ZXh0czoKLSBuYW1lOiBhZG1pbkB0ZXN0LW5ldHdvcmtpbmcKICBjb250ZXh0OgogICAgY2x1c3RlcjogInRlc3QtbmV0d29ya2luZyIKICAgIHVzZXI6IHRlc3QtbmV0d29ya2luZy1hZG1pbgpjdXJyZW50LWNvbnRleHQ6IGFkbWluQHRlc3QtbmV0d29ya2luZwpraW5kOiBDb25maWcKcHJlZmVyZW5jZXM6IHt9CnVzZXJzOgotIG5hbWU6IHRlc3QtbmV0d29ya2luZy1hZG1pbgogIHVzZXI6CiAgICB0b2tlbjogbWQyVzBoT2o3UVc1dnFka1g0N1h6YjlJVkluUGlvVFJrQzlMRURtUlhQN3R5clZSM09LeVZnTHU=","content_type":"application/octet-stream","name":"kubeconfig"}' - headers: - Content-Length: - - "1658" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Mon, 20 Oct 2025 15:39:07 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 3460f347-2b8f-4251-89f8-16464b9e088b - status: 200 OK - code: 200 - duration: 97.333301ms - - id: 60 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/2a330082-1da7-4f91-b4d6-208d90096661 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1641 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://2a330082-1da7-4f91-b4d6-208d90096661.api.k8s.fr-par.scw.cloud:6443","cni":"cilium","commitment_ends_at":"2025-10-20T15:39:01.054802Z","created_at":"2025-10-20T15:39:01.054792Z","description":"","dns_wildcard":"*.2a330082-1da7-4f91-b4d6-208d90096661.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"e9338dcc-eefc-4109-b5bc-9aeac48a65c6","id":"2a330082-1da7-4f91-b4d6-208d90096661","name":"test-networking","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"10.16.0.0/16","private_network_id":"425801e2-fe3f-4611-a7b9-72d75b37e270","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"10.12.0.0/16","service_dns_ip":"10.12.0.53","status":"pool_required","tags":["terraform-test","scaleway_k8s_cluster","networking"],"type":"kapsule","updated_at":"2025-10-20T15:39:07.340044Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1641" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Mon, 20 Oct 2025 15:39:07 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - d1254012-4661-4772-8bed-0315f3353bf6 - status: 200 OK - code: 200 - duration: 19.536461ms - - id: 61 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/fr-par/vpcs/d8211fc7-1926-4bfc-a3db-bc2253e44026 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 412 - uncompressed: false - body: '{"created_at":"2025-10-20T15:38:35.899569Z","custom_routes_propagation_enabled":true,"id":"d8211fc7-1926-4bfc-a3db-bc2253e44026","is_default":false,"name":"vpc-networking","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","private_network_count":1,"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","routing_enabled":true,"tags":[],"updated_at":"2025-10-20T15:38:35.899569Z"}' - headers: - Content-Length: - - "412" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Mon, 20 Oct 2025 15:39:07 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - d3e0f46c-ae97-45ff-a879-d038bb15dd4c - status: 200 OK - code: 200 - duration: 20.237489ms - - id: 62 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks/425801e2-fe3f-4611-a7b9-72d75b37e270 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1083 - uncompressed: false - body: '{"created_at":"2025-10-20T15:38:36.037413Z","default_route_propagation_enabled":false,"dhcp_enabled":true,"id":"425801e2-fe3f-4611-a7b9-72d75b37e270","name":"pn-networking","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","subnets":[{"created_at":"2025-10-20T15:38:36.037413Z","id":"9cc54f2a-c8cc-4606-a218-5dfaaf196054","private_network_id":"425801e2-fe3f-4611-a7b9-72d75b37e270","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","subnet":"172.17.28.0/22","updated_at":"2025-10-20T15:38:36.037413Z","vpc_id":"d8211fc7-1926-4bfc-a3db-bc2253e44026"},{"created_at":"2025-10-20T15:38:36.037413Z","id":"18b069df-b8a7-46db-83a2-a82c91def3af","private_network_id":"425801e2-fe3f-4611-a7b9-72d75b37e270","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","subnet":"fd5f:519c:6d46:a79d::/64","updated_at":"2025-10-20T15:38:36.037413Z","vpc_id":"d8211fc7-1926-4bfc-a3db-bc2253e44026"}],"tags":[],"updated_at":"2025-10-20T15:38:36.037413Z","vpc_id":"d8211fc7-1926-4bfc-a3db-bc2253e44026"}' - headers: - Content-Length: - - "1083" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Mon, 20 Oct 2025 15:39:07 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 5a543d26-915c-42c3-860d-97bb6b079f6a - status: 200 OK - code: 200 - duration: 23.882157ms - - id: 63 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/2a330082-1da7-4f91-b4d6-208d90096661 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1641 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://2a330082-1da7-4f91-b4d6-208d90096661.api.k8s.fr-par.scw.cloud:6443","cni":"cilium","commitment_ends_at":"2025-10-20T15:39:01.054802Z","created_at":"2025-10-20T15:39:01.054792Z","description":"","dns_wildcard":"*.2a330082-1da7-4f91-b4d6-208d90096661.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"e9338dcc-eefc-4109-b5bc-9aeac48a65c6","id":"2a330082-1da7-4f91-b4d6-208d90096661","name":"test-networking","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"10.16.0.0/16","private_network_id":"425801e2-fe3f-4611-a7b9-72d75b37e270","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"10.12.0.0/16","service_dns_ip":"10.12.0.53","status":"pool_required","tags":["terraform-test","scaleway_k8s_cluster","networking"],"type":"kapsule","updated_at":"2025-10-20T15:39:07.340044Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1641" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Mon, 20 Oct 2025 15:39:07 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 0ae7f047-998d-4b61-b7b5-d8f74dae7ca4 - status: 200 OK - code: 200 - duration: 88.90327ms - - id: 64 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/2a330082-1da7-4f91-b4d6-208d90096661/kubeconfig - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1658 - uncompressed: false - body: '{"content":"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogInRlc3QtbmV0d29ya2luZyIKICBjbHVzdGVyOgogICAgY2VydGlmaWNhdGUtYXV0aG9yaXR5LWRhdGE6IExTMHRMUzFDUlVkSlRpQkRSVkpVU1VaSlEwRlVSUzB0TFMwdENrMUpTVUpYYWtORFFWRkhaMEYzU1VKQlowbENRVVJCUzBKblozRm9hMnBQVUZGUlJFRnFRVlpOVWsxM1JWRlpSRlpSVVVSRmQzQnlaRmRLYkdOdE5Xd0taRWRXZWsxQ05GaEVWRWt4VFZSQmVFOVVSVEZOZW10M1RWWnZXRVJVVFRGTlZFRjRUMVJGTVUxNmEzZE5WbTkzUmxSRlZFMUNSVWRCTVZWRlFYaE5Td3BoTTFacFdsaEtkVnBZVW14amVrSmFUVUpOUjBKNWNVZFRUVFE1UVdkRlIwTkRjVWRUVFRRNVFYZEZTRUV3U1VGQ1IyRlFWM2xJVjBvd1ozbHBNbFJZQ2tReU5uSklURmhQUVhvMWFFRnFaVTE2VlRsRFFVOVhibTgzY2k5UWVuTmpka040YUhveE9Hb3dORTAyYUU5R1NFWjVRVzh3TjNGUFVuVnhXV2hKZDFVS1YxQTBkakEwTW1wUmFrSkJUVUUwUjBFeFZXUkVkMFZDTDNkUlJVRjNTVU53UkVGUVFtZE9Wa2hTVFVKQlpqaEZRbFJCUkVGUlNDOU5RakJIUVRGVlpBcEVaMUZYUWtKVUszZEdTako2ZFdkSGVHeDBXazFNY0VGSGEyVldUVkJITUVSVVFVdENaMmR4YUd0cVQxQlJVVVJCWjA1SVFVUkNSVUZwUVRacWNrOUpDbXRsVDAxWGMwdHBXWFIyTVdob05HZExiVlJPTUdkdWMxWllXR2RoVjNoNGJXcHNTaTlCU1dkYVkwZG5XSEl2UlZkclFXOHhkbWQ0TUROdlIwcHVSV2dLUkhveWRFcGpOa0p1Y0NzMFEzSlFWelZNUVQwS0xTMHRMUzFGVGtRZ1EwVlNWRWxHU1VOQlZFVXRMUzB0TFFvPQogICAgc2VydmVyOiBodHRwczovLzJhMzMwMDgyLTFkYTctNGY5MS1iNGQ2LTIwOGQ5MDA5NjY2MS5hcGkuazhzLmZyLXBhci5zY3cuY2xvdWQ6NjQ0Mwpjb250ZXh0czoKLSBuYW1lOiBhZG1pbkB0ZXN0LW5ldHdvcmtpbmcKICBjb250ZXh0OgogICAgY2x1c3RlcjogInRlc3QtbmV0d29ya2luZyIKICAgIHVzZXI6IHRlc3QtbmV0d29ya2luZy1hZG1pbgpjdXJyZW50LWNvbnRleHQ6IGFkbWluQHRlc3QtbmV0d29ya2luZwpraW5kOiBDb25maWcKcHJlZmVyZW5jZXM6IHt9CnVzZXJzOgotIG5hbWU6IHRlc3QtbmV0d29ya2luZy1hZG1pbgogIHVzZXI6CiAgICB0b2tlbjogbWQyVzBoT2o3UVc1dnFka1g0N1h6YjlJVkluUGlvVFJrQzlMRURtUlhQN3R5clZSM09LeVZnTHU=","content_type":"application/octet-stream","name":"kubeconfig"}' - headers: - Content-Length: - - "1658" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Mon, 20 Oct 2025 15:39:08 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - cb604009-59f3-47a0-b6b2-44298a45af5f - status: 200 OK - code: 200 - duration: 28.356996ms - - id: 65 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/2a330082-1da7-4f91-b4d6-208d90096661?with_additional_resources=true - method: DELETE - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1637 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://2a330082-1da7-4f91-b4d6-208d90096661.api.k8s.fr-par.scw.cloud:6443","cni":"cilium","commitment_ends_at":"2025-10-20T15:39:01.054802Z","created_at":"2025-10-20T15:39:01.054792Z","description":"","dns_wildcard":"*.2a330082-1da7-4f91-b4d6-208d90096661.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"e9338dcc-eefc-4109-b5bc-9aeac48a65c6","id":"2a330082-1da7-4f91-b4d6-208d90096661","name":"test-networking","new_images_enabled":false,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"10.16.0.0/16","private_network_id":"425801e2-fe3f-4611-a7b9-72d75b37e270","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"10.12.0.0/16","service_dns_ip":"10.12.0.53","status":"deleting","tags":["terraform-test","scaleway_k8s_cluster","networking"],"type":"kapsule","updated_at":"2025-10-20T15:39:08.258212Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1637" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Mon, 20 Oct 2025 15:39:08 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - d264e3c9-286a-4c17-b8ea-7d9ac6295fda - status: 200 OK - code: 200 - duration: 80.52667ms - - id: 66 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/2a330082-1da7-4f91-b4d6-208d90096661 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1636 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://2a330082-1da7-4f91-b4d6-208d90096661.api.k8s.fr-par.scw.cloud:6443","cni":"cilium","commitment_ends_at":"2025-10-20T15:39:01.054802Z","created_at":"2025-10-20T15:39:01.054792Z","description":"","dns_wildcard":"*.2a330082-1da7-4f91-b4d6-208d90096661.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"e9338dcc-eefc-4109-b5bc-9aeac48a65c6","id":"2a330082-1da7-4f91-b4d6-208d90096661","name":"test-networking","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"10.16.0.0/16","private_network_id":"425801e2-fe3f-4611-a7b9-72d75b37e270","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"10.12.0.0/16","service_dns_ip":"10.12.0.53","status":"deleting","tags":["terraform-test","scaleway_k8s_cluster","networking"],"type":"kapsule","updated_at":"2025-10-20T15:39:08.258212Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1636" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Mon, 20 Oct 2025 15:39:08 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 9ff8bbb0-ae21-4c1c-a143-12b3436eb8d9 - status: 200 OK - code: 200 - duration: 20.530008ms - - id: 67 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/2a330082-1da7-4f91-b4d6-208d90096661 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 128 - uncompressed: false - body: '{"message":"resource is not found","resource":"cluster","resource_id":"2a330082-1da7-4f91-b4d6-208d90096661","type":"not_found"}' - headers: - Content-Length: - - "128" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Mon, 20 Oct 2025 15:39:13 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 37d5d7f1-6c7a-45b7-af01-3c12fde22796 - status: 404 Not Found - code: 404 - duration: 23.004588ms - - id: 68 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks/425801e2-fe3f-4611-a7b9-72d75b37e270 - method: DELETE - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 136 - uncompressed: false - body: '{"message":"resource is not found","resource":"private_network","resource_id":"425801e2-fe3f-4611-a7b9-72d75b37e270","type":"not_found"}' - headers: - Content-Length: - - "136" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Mon, 20 Oct 2025 15:39:13 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 23183c26-164a-4d57-aad1-d7d09d6d0817 - status: 404 Not Found - code: 404 - duration: 23.596571ms - - id: 69 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/fr-par/vpcs/d8211fc7-1926-4bfc-a3db-bc2253e44026 - method: DELETE - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 0 - uncompressed: false - body: "" - headers: - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Mon, 20 Oct 2025 15:39:13 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 7934709d-2019-4652-8bc3-9bd5783b272e - status: 204 No Content - code: 204 - duration: 148.829228ms - - id: 70 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/2a330082-1da7-4f91-b4d6-208d90096661 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 128 - uncompressed: false - body: '{"message":"resource is not found","resource":"cluster","resource_id":"2a330082-1da7-4f91-b4d6-208d90096661","type":"not_found"}' - headers: - Content-Length: - - "128" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Mon, 20 Oct 2025 15:39:13 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - d5ded33e-d6e6-4f97-ad48-7c464f30da0e - status: 404 Not Found - code: 404 - duration: 22.363674ms - - id: 71 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks/425801e2-fe3f-4611-a7b9-72d75b37e270 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 136 - uncompressed: false - body: '{"message":"resource is not found","resource":"private_network","resource_id":"425801e2-fe3f-4611-a7b9-72d75b37e270","type":"not_found"}' - headers: - Content-Length: - - "136" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Mon, 20 Oct 2025 15:39:13 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 3eae9aa7-8e7f-40e8-9e60-eea0c45adf5b - status: 404 Not Found - code: 404 - duration: 21.200789ms +- id: 0 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/versions + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 4476 + body: "{\"versions\":[{\"region\":\"fr-par\", \"name\":\"1.34.1\", \"label\":\"Kubernetes 1.34.1\", \"available_cnis\":[\"cilium\", \"cilium_native\", \"calico\", \"kilo\", \"none\"], \"available_container_runtimes\":[\"containerd\"], \"available_feature_gates\":[\"HPAScaleToZero\", \"CPUManagerPolicyAlphaOptions\", \"ImageVolume\"], \"available_admission_plugins\":[\"AlwaysPullImages\", \"PodNodeSelector\", \"PodTolerationRestriction\"], \"available_kubelet_args\":{\"containerLogMaxFiles\":\"uint16\", \"containerLogMaxSize\":\"quantity\", \"cpuCFSQuota\":\"bool\", \"cpuCFSQuotaPeriod\":\"duration\", \"cpuManagerPolicy\":\"enum:none|static\", \"cpuManagerPolicyOptions\":\"map[string]string\", \"enableDebuggingHandlers\":\"bool\", \"evictionHard\":\"map[string]string\", \"evictionMinimumReclaim\":\"map[string]string\", \"imageGCHighThresholdPercent\":\"uint32\", \"imageGCLowThresholdPercent\":\"uint32\", \"maxParallelImagePulls\":\"int32\", \"maxPods\":\"uint16\", \"registryBurst\":\"int32\", \"registryPullQPS\":\"int32\", \"serializeImagePulls\":\"bool\"}, \"deprecated_at\":\"2026-09-29T00:00:00Z\", \"end_of_life_at\":\"2026-11-29T00:00:00Z\", \"released_at\":\"2025-09-29T00:00:00Z\"}, {\"region\":\"fr-par\", \"name\":\"1.33.4\", \"label\":\"Kubernetes 1.33.4\", \"available_cnis\":[\"cilium\", \"calico\", \"kilo\", \"none\"], \"available_container_runtimes\":[\"containerd\"], \"available_feature_gates\":[\"HPAScaleToZero\", \"DRAAdminAccess\", \"DynamicResourceAllocation\", \"PodLevelResources\", \"CPUManagerPolicyAlphaOptions\", \"ImageVolume\"], \"available_admission_plugins\":[\"AlwaysPullImages\", \"PodNodeSelector\", \"PodTolerationRestriction\"], \"available_kubelet_args\":{\"containerLogMaxFiles\":\"uint16\", \"containerLogMaxSize\":\"quantity\", \"cpuCFSQuota\":\"bool\", \"cpuCFSQuotaPeriod\":\"duration\", \"cpuManagerPolicy\":\"enum:none|static\", \"cpuManagerPolicyOptions\":\"map[string]string\", \"enableDebuggingHandlers\":\"bool\", \"evictionHard\":\"map[string]string\", \"evictionMinimumReclaim\":\"map[string]string\", \"imageGCHighThresholdPercent\":\"uint32\", \"imageGCLowThresholdPercent\":\"uint32\", \"maxParallelImagePulls\":\"int32\", \"maxPods\":\"uint16\", \"registryBurst\":\"int32\", \"registryPullQPS\":\"int32\", \"serializeImagePulls\":\"bool\"}, \"deprecated_at\":\"2026-09-04T00:00:00Z\", \"end_of_life_at\":\"2026-11-04T00:00:00Z\", \"released_at\":\"2025-09-04T00:00:00Z\"}, {\"region\":\"fr-par\", \"name\":\"1.32.8\", \"label\":\"Kubernetes 1.32.8\", \"available_cnis\":[\"cilium\", \"calico\", \"kilo\", \"none\"], \"available_container_runtimes\":[\"containerd\"], \"available_feature_gates\":[\"HPAScaleToZero\", \"InPlacePodVerticalScaling\", \"SidecarContainers\", \"DRAAdminAccess\", \"DRAResourceClaimDeviceStatus\", \"DynamicResourceAllocation\", \"PodLevelResources\", \"CPUManagerPolicyAlphaOptions\", \"ImageVolume\"], \"available_admission_plugins\":[\"AlwaysPullImages\", \"PodNodeSelector\", \"PodTolerationRestriction\"], \"available_kubelet_args\":{\"containerLogMaxFiles\":\"uint16\", \"containerLogMaxSize\":\"quantity\", \"cpuCFSQuota\":\"bool\", \"cpuCFSQuotaPeriod\":\"duration\", \"cpuManagerPolicy\":\"enum:none|static\", \"cpuManagerPolicyOptions\":\"map[string]string\", \"enableDebuggingHandlers\":\"bool\", \"evictionHard\":\"map[string]string\", \"evictionMinimumReclaim\":\"map[string]string\", \"imageGCHighThresholdPercent\":\"uint32\", \"imageGCLowThresholdPercent\":\"uint32\", \"maxParallelImagePulls\":\"int32\", \"maxPods\":\"uint16\", \"registryBurst\":\"int32\", \"registryPullQPS\":\"int32\", \"serializeImagePulls\":\"bool\"}, \"deprecated_at\":\"2026-03-24T00:00:00Z\", \"end_of_life_at\":\"2025-05-24T00:00:00Z\", \"released_at\":\"2025-03-24T00:00:00Z\"}, {\"region\":\"fr-par\", \"name\":\"1.31.12\", \"label\":\"Kubernetes 1.31.12\", \"available_cnis\":[\"cilium\", \"calico\", \"kilo\", \"none\"], \"available_container_runtimes\":[\"containerd\"], \"available_feature_gates\":[\"HPAScaleToZero\", \"InPlacePodVerticalScaling\", \"SidecarContainers\", \"CPUManagerPolicyAlphaOptions\", \"ImageVolume\"], \"available_admission_plugins\":[\"AlwaysPullImages\", \"PodNodeSelector\", \"PodTolerationRestriction\"], \"available_kubelet_args\":{\"containerLogMaxFiles\":\"uint16\", \"containerLogMaxSize\":\"quantity\", \"cpuCFSQuota\":\"bool\", \"cpuCFSQuotaPeriod\":\"duration\", \"cpuManagerPolicy\":\"enum:none|static\", \"cpuManagerPolicyOptions\":\"map[string]string\", \"enableDebuggingHandlers\":\"bool\", \"evictionHard\":\"map[string]string\", \"evictionMinimumReclaim\":\"map[string]string\", \"imageGCHighThresholdPercent\":\"uint32\", \"imageGCLowThresholdPercent\":\"uint32\", \"maxParallelImagePulls\":\"int32\", \"maxPods\":\"uint16\", \"registryBurst\":\"int32\", \"registryPullQPS\":\"int32\", \"serializeImagePulls\":\"bool\"}, \"deprecated_at\":\"2025-12-02T00:00:00Z\", \"end_of_life_at\":\"2026-02-02T00:00:00Z\", \"released_at\":\"2024-12-02T00:00:00Z\"}]}" + headers: + Content-Length: + - "4476" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:53:22 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 3dd0f36e-fed5-47fd-894e-8a9fac58c580 + status: 200 OK + code: 200 + duration: 80.267689ms +- id: 1 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 110 + host: api.scaleway.com + body: "{\"name\":\"vpc-networking\",\"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\",\"tags\":[],\"enable_routing\":false}" + headers: + Content-Type: + - application/json + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/vpc/v2/regions/fr-par/vpcs + method: POST + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 412 + body: "{\"id\":\"d7f9c75f-8f45-4d52-8ec6-17f610a822f8\", \"name\":\"vpc-networking\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:53:23.028302Z\", \"updated_at\":\"2025-10-30T16:53:23.028302Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_default\":false, \"private_network_count\":0, \"routing_enabled\":true, \"custom_routes_propagation_enabled\":true, \"region\":\"fr-par\"}" + headers: + Content-Length: + - "412" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:53:23 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - eba03066-d162-4b46-9cfc-e4095ca0f0ec + status: 200 OK + code: 200 + duration: 87.650404ms +- id: 2 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/vpc/v2/regions/fr-par/vpcs/d7f9c75f-8f45-4d52-8ec6-17f610a822f8 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 412 + body: "{\"id\":\"d7f9c75f-8f45-4d52-8ec6-17f610a822f8\", \"name\":\"vpc-networking\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:53:23.028302Z\", \"updated_at\":\"2025-10-30T16:53:23.028302Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_default\":false, \"private_network_count\":0, \"routing_enabled\":true, \"custom_routes_propagation_enabled\":true, \"region\":\"fr-par\"}" + headers: + Content-Length: + - "412" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:53:23 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 05c24fb4-21c8-43ac-a3f0-1a6f980a5276 + status: 200 OK + code: 200 + duration: 54.256791ms +- id: 3 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 191 + host: api.scaleway.com + body: "{\"name\":\"pn-networking\",\"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\",\"tags\":[],\"subnets\":null,\"vpc_id\":\"d7f9c75f-8f45-4d52-8ec6-17f610a822f8\",\"default_route_propagation_enabled\":false}" + headers: + Content-Type: + - application/json + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks + method: POST + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1083 + body: "{\"id\":\"7337983b-dcdd-4bfe-bfb5-37de52df211c\", \"name\":\"pn-networking\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:53:23.183116Z\", \"updated_at\":\"2025-10-30T16:53:23.183116Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"subnets\":[{\"id\":\"ccb040be-1343-4730-bd04-f51dacc49bfa\", \"created_at\":\"2025-10-30T16:53:23.183116Z\", \"updated_at\":\"2025-10-30T16:53:23.183116Z\", \"subnet\":\"172.18.52.0/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"7337983b-dcdd-4bfe-bfb5-37de52df211c\", \"vpc_id\":\"d7f9c75f-8f45-4d52-8ec6-17f610a822f8\"}, {\"id\":\"c3db3104-1ae0-49d4-bdf9-23309beba4af\", \"created_at\":\"2025-10-30T16:53:23.183116Z\", \"updated_at\":\"2025-10-30T16:53:23.183116Z\", \"subnet\":\"fd5f:519c:6d46:4a4c::/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"7337983b-dcdd-4bfe-bfb5-37de52df211c\", \"vpc_id\":\"d7f9c75f-8f45-4d52-8ec6-17f610a822f8\"}], \"vpc_id\":\"d7f9c75f-8f45-4d52-8ec6-17f610a822f8\", \"dhcp_enabled\":true, \"default_route_propagation_enabled\":false, \"region\":\"fr-par\"}" + headers: + Content-Length: + - "1083" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:53:23 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 5ff2c1de-30d3-4abf-a32c-d9d2d7489a4d + status: 200 OK + code: 200 + duration: 617.922661ms +- id: 4 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks/7337983b-dcdd-4bfe-bfb5-37de52df211c + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1083 + body: "{\"id\":\"7337983b-dcdd-4bfe-bfb5-37de52df211c\", \"name\":\"pn-networking\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:53:23.183116Z\", \"updated_at\":\"2025-10-30T16:53:23.183116Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"subnets\":[{\"id\":\"ccb040be-1343-4730-bd04-f51dacc49bfa\", \"created_at\":\"2025-10-30T16:53:23.183116Z\", \"updated_at\":\"2025-10-30T16:53:23.183116Z\", \"subnet\":\"172.18.52.0/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"7337983b-dcdd-4bfe-bfb5-37de52df211c\", \"vpc_id\":\"d7f9c75f-8f45-4d52-8ec6-17f610a822f8\"}, {\"id\":\"c3db3104-1ae0-49d4-bdf9-23309beba4af\", \"created_at\":\"2025-10-30T16:53:23.183116Z\", \"updated_at\":\"2025-10-30T16:53:23.183116Z\", \"subnet\":\"fd5f:519c:6d46:4a4c::/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"7337983b-dcdd-4bfe-bfb5-37de52df211c\", \"vpc_id\":\"d7f9c75f-8f45-4d52-8ec6-17f610a822f8\"}], \"vpc_id\":\"d7f9c75f-8f45-4d52-8ec6-17f610a822f8\", \"dhcp_enabled\":true, \"default_route_propagation_enabled\":false, \"region\":\"fr-par\"}" + headers: + Content-Length: + - "1083" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:53:23 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 704321ac-9130-4f83-b777-f69d56dd07cf + status: 200 OK + code: 200 + duration: 34.130779ms +- id: 5 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 699 + host: api.scaleway.com + body: "{\"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\",\"type\":\"\",\"name\":\"test-networking\",\"description\":\"\",\"tags\":[\"terraform-test\",\"scaleway_k8s_cluster\",\"networking\"],\"version\":\"1.34.1\",\"cni\":\"cilium\",\"pools\":null,\"autoscaler_config\":{\"scale_down_disabled\":null,\"scale_down_delay_after_add\":null,\"estimator\":\"unknown_estimator\",\"expander\":\"unknown_expander\",\"ignore_daemonsets_utilization\":null,\"balance_similar_node_groups\":null,\"expendable_pods_priority_cutoff\":0,\"scale_down_unneeded_time\":null,\"scale_down_utilization_threshold\":null,\"max_graceful_termination_sec\":0},\"feature_gates\":[],\"admission_plugins\":[],\"apiserver_cert_sans\":[],\"private_network_id\":\"7337983b-dcdd-4bfe-bfb5-37de52df211c\"}" + headers: + Content-Type: + - application/json + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters + method: POST + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1602 + body: "{\"region\":\"fr-par\", \"id\":\"0f66ccf1-683e-49d8-8e29-6a52b79d13ed\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:53:24.138675Z\", \"updated_at\":\"2025-10-30T16:53:24.138675Z\", \"type\":\"kapsule\", \"name\":\"test-networking\", \"description\":\"\", \"status\":\"creating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"networking\"], \"cluster_url\":\"https://0f66ccf1-683e-49d8-8e29-6a52b79d13ed.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.0f66ccf1-683e-49d8-8e29-6a52b79d13ed.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"7337983b-dcdd-4bfe-bfb5-37de52df211c\", \"commitment_ends_at\":\"2025-10-30T16:53:24.138683Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"\", \"new_images_enabled\":false, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1602" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:53:24 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 4ed4c23e-c9cb-4111-a21d-8f72b4aa53ae + status: 200 OK + code: 200 + duration: 368.011311ms +- id: 6 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/0f66ccf1-683e-49d8-8e29-6a52b79d13ed + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1601 + body: "{\"region\":\"fr-par\", \"id\":\"0f66ccf1-683e-49d8-8e29-6a52b79d13ed\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:53:24.138675Z\", \"updated_at\":\"2025-10-30T16:53:24.138675Z\", \"type\":\"kapsule\", \"name\":\"test-networking\", \"description\":\"\", \"status\":\"creating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"networking\"], \"cluster_url\":\"https://0f66ccf1-683e-49d8-8e29-6a52b79d13ed.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.0f66ccf1-683e-49d8-8e29-6a52b79d13ed.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"7337983b-dcdd-4bfe-bfb5-37de52df211c\", \"commitment_ends_at\":\"2025-10-30T16:53:24.138683Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1601" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:53:24 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 4afea025-c6c8-4e05-bfa0-9be9f8fbbf55 + status: 200 OK + code: 200 + duration: 99.455261ms +- id: 7 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/0f66ccf1-683e-49d8-8e29-6a52b79d13ed + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1642 + body: "{\"region\":\"fr-par\", \"id\":\"0f66ccf1-683e-49d8-8e29-6a52b79d13ed\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:53:24.138675Z\", \"updated_at\":\"2025-10-30T16:53:24.598210Z\", \"type\":\"kapsule\", \"name\":\"test-networking\", \"description\":\"\", \"status\":\"pool_required\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"networking\"], \"cluster_url\":\"https://0f66ccf1-683e-49d8-8e29-6a52b79d13ed.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.0f66ccf1-683e-49d8-8e29-6a52b79d13ed.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"7337983b-dcdd-4bfe-bfb5-37de52df211c\", \"commitment_ends_at\":\"2025-10-30T16:53:24.138683Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"d970a9f9-a81f-455b-8094-5b80641f0a34\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1642" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:53:29 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 840c9fa5-b2c4-4b84-b9c1-39d558a48fa6 + status: 200 OK + code: 200 + duration: 101.750087ms +- id: 8 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + form: + order_by: + - created_at_asc + page: + - "1" + status: + - unknown + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/0f66ccf1-683e-49d8-8e29-6a52b79d13ed/pools?order_by=created_at_asc&page=1&status=unknown + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 29 + body: "{\"total_count\":0, \"pools\":[]}" + headers: + Content-Length: + - "29" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:53:29 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 7f8d52b5-331b-445c-a2d5-eb9badb09203 + status: 200 OK + code: 200 + duration: 21.703133ms +- id: 9 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/0f66ccf1-683e-49d8-8e29-6a52b79d13ed + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1642 + body: "{\"region\":\"fr-par\", \"id\":\"0f66ccf1-683e-49d8-8e29-6a52b79d13ed\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:53:24.138675Z\", \"updated_at\":\"2025-10-30T16:53:24.598210Z\", \"type\":\"kapsule\", \"name\":\"test-networking\", \"description\":\"\", \"status\":\"pool_required\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"networking\"], \"cluster_url\":\"https://0f66ccf1-683e-49d8-8e29-6a52b79d13ed.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.0f66ccf1-683e-49d8-8e29-6a52b79d13ed.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"7337983b-dcdd-4bfe-bfb5-37de52df211c\", \"commitment_ends_at\":\"2025-10-30T16:53:24.138683Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"d970a9f9-a81f-455b-8094-5b80641f0a34\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1642" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:53:29 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - f334bf0b-8d6c-4ae0-9ac9-0985f198038f + status: 200 OK + code: 200 + duration: 82.907012ms +- id: 10 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/0f66ccf1-683e-49d8-8e29-6a52b79d13ed/kubeconfig + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1662 + body: "{\"name\":\"kubeconfig\", \"content_type\":\"application/octet-stream\", \"content\":\"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogInRlc3QtbmV0d29ya2luZyIKICBjbHVzdGVyOgogICAgY2VydGlmaWNhdGUtYXV0aG9yaXR5LWRhdGE6IExTMHRMUzFDUlVkSlRpQkRSVkpVU1VaSlEwRlVSUzB0TFMwdENrMUpTVUpZUkVORFFWRkhaMEYzU1VKQlowbENRVVJCUzBKblozRm9hMnBQVUZGUlJFRnFRVlpOVWsxM1JWRlpSRlpSVVVSRmQzQnlaRmRLYkdOdE5Xd0taRWRXZWsxQ05GaEVWRWt4VFZSQmVVOVVSVEpPVkUxNVRrWnZXRVJVVFRGTlZFRjVUMVJGTWs1VVRYbE9SbTkzUmxSRlZFMUNSVWRCTVZWRlFYaE5Td3BoTTFacFdsaEtkVnBZVW14amVrSmFUVUpOUjBKNWNVZFRUVFE1UVdkRlIwTkRjVWRUVFRRNVFYZEZTRUV3U1VGQ1MwRk1WMGtyVTI5S2NtUlFWMmhVQ21GNVNVRmFLMUYxVkVnMlJuQlBSa0ZtZFZGTVdWTlBhMWxtTUVOWE5FdEVTa292V1dOSEwwSlpVelpoYzNCYU5YaGhUVmN5TDBaSFZYQjFVM2xSTkZnS1dUQmFOalZKY1dwUmFrSkJUVUUwUjBFeFZXUkVkMFZDTDNkUlJVRjNTVU53UkVGUVFtZE9Wa2hTVFVKQlpqaEZRbFJCUkVGUlNDOU5RakJIUVRGVlpBcEVaMUZYUWtKU1ZuZDZWRWMyTm5kUVozZG1iMjFZVldKcWRERmhLMlJ3SzFSVVFVdENaMmR4YUd0cVQxQlJVVVJCWjA1S1FVUkNSMEZwUlVGcWMxTmpDbmN6UVhnMFNXUm9SelpLVkZNM1RWaG1WVTVYYUUwNWMwNW9NRTg0TXpOa1R6Vm1WV1prZDBOSlVVTTVVMlpXYjBoVloyeDVXVFp1YlRCa04yeG5kWGNLZG1KQlUyVjZXSFpKZEZaNU5UUjFXaXR0YjNobmR6MDlDaTB0TFMwdFJVNUVJRU5GVWxSSlJrbERRVlJGTFMwdExTMEsKICAgIHNlcnZlcjogaHR0cHM6Ly8wZjY2Y2NmMS02ODNlLTQ5ZDgtOGUyOS02YTUyYjc5ZDEzZWQuYXBpLms4cy5mci1wYXIuc2N3LmNsb3VkOjY0NDMKY29udGV4dHM6Ci0gbmFtZTogYWRtaW5AdGVzdC1uZXR3b3JraW5nCiAgY29udGV4dDoKICAgIGNsdXN0ZXI6ICJ0ZXN0LW5ldHdvcmtpbmciCiAgICB1c2VyOiB0ZXN0LW5ldHdvcmtpbmctYWRtaW4KY3VycmVudC1jb250ZXh0OiBhZG1pbkB0ZXN0LW5ldHdvcmtpbmcKa2luZDogQ29uZmlnCnByZWZlcmVuY2VzOiB7fQp1c2VyczoKLSBuYW1lOiB0ZXN0LW5ldHdvcmtpbmctYWRtaW4KICB1c2VyOgogICAgdG9rZW46IEd5NEhCMDFCeU9sZmRwdTI0M1VUYk9FaVg2T0M2U3JMVkdrRnQ1WnFaOGE1WTY0a3pmQTB3aTNq\"}" + headers: + Content-Length: + - "1662" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:53:29 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - ff5ac140-61ee-4bbc-b76f-fed3ee647c6e + status: 200 OK + code: 200 + duration: 91.666863ms +- id: 11 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/0f66ccf1-683e-49d8-8e29-6a52b79d13ed + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1642 + body: "{\"region\":\"fr-par\", \"id\":\"0f66ccf1-683e-49d8-8e29-6a52b79d13ed\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:53:24.138675Z\", \"updated_at\":\"2025-10-30T16:53:24.598210Z\", \"type\":\"kapsule\", \"name\":\"test-networking\", \"description\":\"\", \"status\":\"pool_required\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"networking\"], \"cluster_url\":\"https://0f66ccf1-683e-49d8-8e29-6a52b79d13ed.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.0f66ccf1-683e-49d8-8e29-6a52b79d13ed.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"7337983b-dcdd-4bfe-bfb5-37de52df211c\", \"commitment_ends_at\":\"2025-10-30T16:53:24.138683Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"d970a9f9-a81f-455b-8094-5b80641f0a34\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1642" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:53:29 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 46921121-a2a5-42c8-b996-631b44c5284e + status: 200 OK + code: 200 + duration: 25.5752ms +- id: 12 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/vpc/v2/regions/fr-par/vpcs/d7f9c75f-8f45-4d52-8ec6-17f610a822f8 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 412 + body: "{\"id\":\"d7f9c75f-8f45-4d52-8ec6-17f610a822f8\", \"name\":\"vpc-networking\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:53:23.028302Z\", \"updated_at\":\"2025-10-30T16:53:23.028302Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_default\":false, \"private_network_count\":1, \"routing_enabled\":true, \"custom_routes_propagation_enabled\":true, \"region\":\"fr-par\"}" + headers: + Content-Length: + - "412" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:53:29 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 81f65e09-a5dd-4aeb-be64-37c27a721ce1 + status: 200 OK + code: 200 + duration: 31.184017ms +- id: 13 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks/7337983b-dcdd-4bfe-bfb5-37de52df211c + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1083 + body: "{\"id\":\"7337983b-dcdd-4bfe-bfb5-37de52df211c\", \"name\":\"pn-networking\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:53:23.183116Z\", \"updated_at\":\"2025-10-30T16:53:23.183116Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"subnets\":[{\"id\":\"ccb040be-1343-4730-bd04-f51dacc49bfa\", \"created_at\":\"2025-10-30T16:53:23.183116Z\", \"updated_at\":\"2025-10-30T16:53:23.183116Z\", \"subnet\":\"172.18.52.0/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"7337983b-dcdd-4bfe-bfb5-37de52df211c\", \"vpc_id\":\"d7f9c75f-8f45-4d52-8ec6-17f610a822f8\"}, {\"id\":\"c3db3104-1ae0-49d4-bdf9-23309beba4af\", \"created_at\":\"2025-10-30T16:53:23.183116Z\", \"updated_at\":\"2025-10-30T16:53:23.183116Z\", \"subnet\":\"fd5f:519c:6d46:4a4c::/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"7337983b-dcdd-4bfe-bfb5-37de52df211c\", \"vpc_id\":\"d7f9c75f-8f45-4d52-8ec6-17f610a822f8\"}], \"vpc_id\":\"d7f9c75f-8f45-4d52-8ec6-17f610a822f8\", \"dhcp_enabled\":true, \"default_route_propagation_enabled\":false, \"region\":\"fr-par\"}" + headers: + Content-Length: + - "1083" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:53:29 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 832974a0-3750-46a8-be02-6312e4130ebc + status: 200 OK + code: 200 + duration: 28.611037ms +- id: 14 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/0f66ccf1-683e-49d8-8e29-6a52b79d13ed + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1642 + body: "{\"region\":\"fr-par\", \"id\":\"0f66ccf1-683e-49d8-8e29-6a52b79d13ed\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:53:24.138675Z\", \"updated_at\":\"2025-10-30T16:53:24.598210Z\", \"type\":\"kapsule\", \"name\":\"test-networking\", \"description\":\"\", \"status\":\"pool_required\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"networking\"], \"cluster_url\":\"https://0f66ccf1-683e-49d8-8e29-6a52b79d13ed.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.0f66ccf1-683e-49d8-8e29-6a52b79d13ed.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"7337983b-dcdd-4bfe-bfb5-37de52df211c\", \"commitment_ends_at\":\"2025-10-30T16:53:24.138683Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"d970a9f9-a81f-455b-8094-5b80641f0a34\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1642" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:53:29 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - b69f2787-b60b-4704-bc84-d9b430430106 + status: 200 OK + code: 200 + duration: 20.546672ms +- id: 15 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/0f66ccf1-683e-49d8-8e29-6a52b79d13ed/kubeconfig + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1662 + body: "{\"name\":\"kubeconfig\", \"content_type\":\"application/octet-stream\", \"content\":\"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogInRlc3QtbmV0d29ya2luZyIKICBjbHVzdGVyOgogICAgY2VydGlmaWNhdGUtYXV0aG9yaXR5LWRhdGE6IExTMHRMUzFDUlVkSlRpQkRSVkpVU1VaSlEwRlVSUzB0TFMwdENrMUpTVUpZUkVORFFWRkhaMEYzU1VKQlowbENRVVJCUzBKblozRm9hMnBQVUZGUlJFRnFRVlpOVWsxM1JWRlpSRlpSVVVSRmQzQnlaRmRLYkdOdE5Xd0taRWRXZWsxQ05GaEVWRWt4VFZSQmVVOVVSVEpPVkUxNVRrWnZXRVJVVFRGTlZFRjVUMVJGTWs1VVRYbE9SbTkzUmxSRlZFMUNSVWRCTVZWRlFYaE5Td3BoTTFacFdsaEtkVnBZVW14amVrSmFUVUpOUjBKNWNVZFRUVFE1UVdkRlIwTkRjVWRUVFRRNVFYZEZTRUV3U1VGQ1MwRk1WMGtyVTI5S2NtUlFWMmhVQ21GNVNVRmFLMUYxVkVnMlJuQlBSa0ZtZFZGTVdWTlBhMWxtTUVOWE5FdEVTa292V1dOSEwwSlpVelpoYzNCYU5YaGhUVmN5TDBaSFZYQjFVM2xSTkZnS1dUQmFOalZKY1dwUmFrSkJUVUUwUjBFeFZXUkVkMFZDTDNkUlJVRjNTVU53UkVGUVFtZE9Wa2hTVFVKQlpqaEZRbFJCUkVGUlNDOU5RakJIUVRGVlpBcEVaMUZYUWtKU1ZuZDZWRWMyTm5kUVozZG1iMjFZVldKcWRERmhLMlJ3SzFSVVFVdENaMmR4YUd0cVQxQlJVVVJCWjA1S1FVUkNSMEZwUlVGcWMxTmpDbmN6UVhnMFNXUm9SelpLVkZNM1RWaG1WVTVYYUUwNWMwNW9NRTg0TXpOa1R6Vm1WV1prZDBOSlVVTTVVMlpXYjBoVloyeDVXVFp1YlRCa04yeG5kWGNLZG1KQlUyVjZXSFpKZEZaNU5UUjFXaXR0YjNobmR6MDlDaTB0TFMwdFJVNUVJRU5GVWxSSlJrbERRVlJGTFMwdExTMEsKICAgIHNlcnZlcjogaHR0cHM6Ly8wZjY2Y2NmMS02ODNlLTQ5ZDgtOGUyOS02YTUyYjc5ZDEzZWQuYXBpLms4cy5mci1wYXIuc2N3LmNsb3VkOjY0NDMKY29udGV4dHM6Ci0gbmFtZTogYWRtaW5AdGVzdC1uZXR3b3JraW5nCiAgY29udGV4dDoKICAgIGNsdXN0ZXI6ICJ0ZXN0LW5ldHdvcmtpbmciCiAgICB1c2VyOiB0ZXN0LW5ldHdvcmtpbmctYWRtaW4KY3VycmVudC1jb250ZXh0OiBhZG1pbkB0ZXN0LW5ldHdvcmtpbmcKa2luZDogQ29uZmlnCnByZWZlcmVuY2VzOiB7fQp1c2VyczoKLSBuYW1lOiB0ZXN0LW5ldHdvcmtpbmctYWRtaW4KICB1c2VyOgogICAgdG9rZW46IEd5NEhCMDFCeU9sZmRwdTI0M1VUYk9FaVg2T0M2U3JMVkdrRnQ1WnFaOGE1WTY0a3pmQTB3aTNq\"}" + headers: + Content-Length: + - "1662" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:53:30 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - cb684376-1d4a-4a01-9bb1-78bb94376c6d + status: 200 OK + code: 200 + duration: 86.257941ms +- id: 16 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/vpc/v2/regions/fr-par/vpcs/d7f9c75f-8f45-4d52-8ec6-17f610a822f8 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 412 + body: "{\"id\":\"d7f9c75f-8f45-4d52-8ec6-17f610a822f8\", \"name\":\"vpc-networking\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:53:23.028302Z\", \"updated_at\":\"2025-10-30T16:53:23.028302Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_default\":false, \"private_network_count\":1, \"routing_enabled\":true, \"custom_routes_propagation_enabled\":true, \"region\":\"fr-par\"}" + headers: + Content-Length: + - "412" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:53:30 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - c55712ff-dde0-49f5-a716-6dc432119566 + status: 200 OK + code: 200 + duration: 30.799065ms +- id: 17 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks/7337983b-dcdd-4bfe-bfb5-37de52df211c + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1083 + body: "{\"id\":\"7337983b-dcdd-4bfe-bfb5-37de52df211c\", \"name\":\"pn-networking\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:53:23.183116Z\", \"updated_at\":\"2025-10-30T16:53:23.183116Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"subnets\":[{\"id\":\"ccb040be-1343-4730-bd04-f51dacc49bfa\", \"created_at\":\"2025-10-30T16:53:23.183116Z\", \"updated_at\":\"2025-10-30T16:53:23.183116Z\", \"subnet\":\"172.18.52.0/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"7337983b-dcdd-4bfe-bfb5-37de52df211c\", \"vpc_id\":\"d7f9c75f-8f45-4d52-8ec6-17f610a822f8\"}, {\"id\":\"c3db3104-1ae0-49d4-bdf9-23309beba4af\", \"created_at\":\"2025-10-30T16:53:23.183116Z\", \"updated_at\":\"2025-10-30T16:53:23.183116Z\", \"subnet\":\"fd5f:519c:6d46:4a4c::/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"7337983b-dcdd-4bfe-bfb5-37de52df211c\", \"vpc_id\":\"d7f9c75f-8f45-4d52-8ec6-17f610a822f8\"}], \"vpc_id\":\"d7f9c75f-8f45-4d52-8ec6-17f610a822f8\", \"dhcp_enabled\":true, \"default_route_propagation_enabled\":false, \"region\":\"fr-par\"}" + headers: + Content-Length: + - "1083" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:53:30 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - b394446f-da08-4cc1-9427-58f70e55a8da + status: 200 OK + code: 200 + duration: 31.064172ms +- id: 18 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/0f66ccf1-683e-49d8-8e29-6a52b79d13ed + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1642 + body: "{\"region\":\"fr-par\", \"id\":\"0f66ccf1-683e-49d8-8e29-6a52b79d13ed\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:53:24.138675Z\", \"updated_at\":\"2025-10-30T16:53:24.598210Z\", \"type\":\"kapsule\", \"name\":\"test-networking\", \"description\":\"\", \"status\":\"pool_required\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"networking\"], \"cluster_url\":\"https://0f66ccf1-683e-49d8-8e29-6a52b79d13ed.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.0f66ccf1-683e-49d8-8e29-6a52b79d13ed.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"7337983b-dcdd-4bfe-bfb5-37de52df211c\", \"commitment_ends_at\":\"2025-10-30T16:53:24.138683Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"d970a9f9-a81f-455b-8094-5b80641f0a34\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1642" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:53:30 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - ee9fa127-0110-4dfb-81f4-142329ed3385 + status: 200 OK + code: 200 + duration: 19.636374ms +- id: 19 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/0f66ccf1-683e-49d8-8e29-6a52b79d13ed/kubeconfig + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1662 + body: "{\"name\":\"kubeconfig\", \"content_type\":\"application/octet-stream\", \"content\":\"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogInRlc3QtbmV0d29ya2luZyIKICBjbHVzdGVyOgogICAgY2VydGlmaWNhdGUtYXV0aG9yaXR5LWRhdGE6IExTMHRMUzFDUlVkSlRpQkRSVkpVU1VaSlEwRlVSUzB0TFMwdENrMUpTVUpZUkVORFFWRkhaMEYzU1VKQlowbENRVVJCUzBKblozRm9hMnBQVUZGUlJFRnFRVlpOVWsxM1JWRlpSRlpSVVVSRmQzQnlaRmRLYkdOdE5Xd0taRWRXZWsxQ05GaEVWRWt4VFZSQmVVOVVSVEpPVkUxNVRrWnZXRVJVVFRGTlZFRjVUMVJGTWs1VVRYbE9SbTkzUmxSRlZFMUNSVWRCTVZWRlFYaE5Td3BoTTFacFdsaEtkVnBZVW14amVrSmFUVUpOUjBKNWNVZFRUVFE1UVdkRlIwTkRjVWRUVFRRNVFYZEZTRUV3U1VGQ1MwRk1WMGtyVTI5S2NtUlFWMmhVQ21GNVNVRmFLMUYxVkVnMlJuQlBSa0ZtZFZGTVdWTlBhMWxtTUVOWE5FdEVTa292V1dOSEwwSlpVelpoYzNCYU5YaGhUVmN5TDBaSFZYQjFVM2xSTkZnS1dUQmFOalZKY1dwUmFrSkJUVUUwUjBFeFZXUkVkMFZDTDNkUlJVRjNTVU53UkVGUVFtZE9Wa2hTVFVKQlpqaEZRbFJCUkVGUlNDOU5RakJIUVRGVlpBcEVaMUZYUWtKU1ZuZDZWRWMyTm5kUVozZG1iMjFZVldKcWRERmhLMlJ3SzFSVVFVdENaMmR4YUd0cVQxQlJVVVJCWjA1S1FVUkNSMEZwUlVGcWMxTmpDbmN6UVhnMFNXUm9SelpLVkZNM1RWaG1WVTVYYUUwNWMwNW9NRTg0TXpOa1R6Vm1WV1prZDBOSlVVTTVVMlpXYjBoVloyeDVXVFp1YlRCa04yeG5kWGNLZG1KQlUyVjZXSFpKZEZaNU5UUjFXaXR0YjNobmR6MDlDaTB0TFMwdFJVNUVJRU5GVWxSSlJrbERRVlJGTFMwdExTMEsKICAgIHNlcnZlcjogaHR0cHM6Ly8wZjY2Y2NmMS02ODNlLTQ5ZDgtOGUyOS02YTUyYjc5ZDEzZWQuYXBpLms4cy5mci1wYXIuc2N3LmNsb3VkOjY0NDMKY29udGV4dHM6Ci0gbmFtZTogYWRtaW5AdGVzdC1uZXR3b3JraW5nCiAgY29udGV4dDoKICAgIGNsdXN0ZXI6ICJ0ZXN0LW5ldHdvcmtpbmciCiAgICB1c2VyOiB0ZXN0LW5ldHdvcmtpbmctYWRtaW4KY3VycmVudC1jb250ZXh0OiBhZG1pbkB0ZXN0LW5ldHdvcmtpbmcKa2luZDogQ29uZmlnCnByZWZlcmVuY2VzOiB7fQp1c2VyczoKLSBuYW1lOiB0ZXN0LW5ldHdvcmtpbmctYWRtaW4KICB1c2VyOgogICAgdG9rZW46IEd5NEhCMDFCeU9sZmRwdTI0M1VUYk9FaVg2T0M2U3JMVkdrRnQ1WnFaOGE1WTY0a3pmQTB3aTNq\"}" + headers: + Content-Length: + - "1662" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:53:30 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 43711479-66c5-44e4-a3bd-4f99b175dfcb + status: 200 OK + code: 200 + duration: 33.64714ms +- id: 20 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + form: + with_additional_resources: + - "false" + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/0f66ccf1-683e-49d8-8e29-6a52b79d13ed?with_additional_resources=false + method: DELETE + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1638 + body: "{\"region\":\"fr-par\", \"id\":\"0f66ccf1-683e-49d8-8e29-6a52b79d13ed\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:53:24.138675Z\", \"updated_at\":\"2025-10-30T16:53:30.461321Z\", \"type\":\"kapsule\", \"name\":\"test-networking\", \"description\":\"\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"networking\"], \"cluster_url\":\"https://0f66ccf1-683e-49d8-8e29-6a52b79d13ed.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.0f66ccf1-683e-49d8-8e29-6a52b79d13ed.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"7337983b-dcdd-4bfe-bfb5-37de52df211c\", \"commitment_ends_at\":\"2025-10-30T16:53:24.138683Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"d970a9f9-a81f-455b-8094-5b80641f0a34\", \"new_images_enabled\":false, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1638" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:53:30 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - ed6826b8-c9c5-42a4-9262-f2420288f769 + status: 200 OK + code: 200 + duration: 112.974382ms +- id: 21 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/0f66ccf1-683e-49d8-8e29-6a52b79d13ed + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1637 + body: "{\"region\":\"fr-par\", \"id\":\"0f66ccf1-683e-49d8-8e29-6a52b79d13ed\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:53:24.138675Z\", \"updated_at\":\"2025-10-30T16:53:30.461321Z\", \"type\":\"kapsule\", \"name\":\"test-networking\", \"description\":\"\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"networking\"], \"cluster_url\":\"https://0f66ccf1-683e-49d8-8e29-6a52b79d13ed.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.0f66ccf1-683e-49d8-8e29-6a52b79d13ed.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"7337983b-dcdd-4bfe-bfb5-37de52df211c\", \"commitment_ends_at\":\"2025-10-30T16:53:24.138683Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"d970a9f9-a81f-455b-8094-5b80641f0a34\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1637" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:53:30 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - debcf078-6c53-4d4f-afb6-f629863ae99e + status: 200 OK + code: 200 + duration: 96.860099ms +- id: 22 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/0f66ccf1-683e-49d8-8e29-6a52b79d13ed + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1637 + body: "{\"region\":\"fr-par\", \"id\":\"0f66ccf1-683e-49d8-8e29-6a52b79d13ed\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:53:24.138675Z\", \"updated_at\":\"2025-10-30T16:53:30.461321Z\", \"type\":\"kapsule\", \"name\":\"test-networking\", \"description\":\"\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"networking\"], \"cluster_url\":\"https://0f66ccf1-683e-49d8-8e29-6a52b79d13ed.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.0f66ccf1-683e-49d8-8e29-6a52b79d13ed.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"7337983b-dcdd-4bfe-bfb5-37de52df211c\", \"commitment_ends_at\":\"2025-10-30T16:53:24.138683Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"d970a9f9-a81f-455b-8094-5b80641f0a34\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1637" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:53:35 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 7909a5bb-7a8d-47c8-b29c-376dead01261 + status: 200 OK + code: 200 + duration: 87.683225ms +- id: 23 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/0f66ccf1-683e-49d8-8e29-6a52b79d13ed + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1637 + body: "{\"region\":\"fr-par\", \"id\":\"0f66ccf1-683e-49d8-8e29-6a52b79d13ed\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:53:24.138675Z\", \"updated_at\":\"2025-10-30T16:53:30.461321Z\", \"type\":\"kapsule\", \"name\":\"test-networking\", \"description\":\"\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"networking\"], \"cluster_url\":\"https://0f66ccf1-683e-49d8-8e29-6a52b79d13ed.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.0f66ccf1-683e-49d8-8e29-6a52b79d13ed.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"7337983b-dcdd-4bfe-bfb5-37de52df211c\", \"commitment_ends_at\":\"2025-10-30T16:53:24.138683Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"d970a9f9-a81f-455b-8094-5b80641f0a34\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1637" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:53:40 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 32f8cbb6-bba4-47c5-844f-ccca2dd53089 + status: 200 OK + code: 200 + duration: 84.316588ms +- id: 24 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/0f66ccf1-683e-49d8-8e29-6a52b79d13ed + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 128 + body: "{\"message\":\"resource is not found\",\"resource\":\"cluster\",\"resource_id\":\"0f66ccf1-683e-49d8-8e29-6a52b79d13ed\",\"type\":\"not_found\"}" + headers: + Content-Length: + - "128" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:53:45 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 51a8e677-d9bb-4194-95ff-5769ff00261f + status: 404 Not Found + code: 404 + duration: 24.442374ms +- id: 25 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 755 + host: api.scaleway.com + body: "{\"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\",\"type\":\"\",\"name\":\"test-networking\",\"description\":\"\",\"tags\":[\"terraform-test\",\"scaleway_k8s_cluster\",\"networking\"],\"version\":\"1.34.1\",\"cni\":\"cilium\",\"pools\":null,\"autoscaler_config\":{\"scale_down_disabled\":null,\"scale_down_delay_after_add\":null,\"estimator\":\"unknown_estimator\",\"expander\":\"unknown_expander\",\"ignore_daemonsets_utilization\":null,\"balance_similar_node_groups\":null,\"expendable_pods_priority_cutoff\":0,\"scale_down_unneeded_time\":null,\"scale_down_utilization_threshold\":null,\"max_graceful_termination_sec\":0},\"feature_gates\":[],\"admission_plugins\":[],\"apiserver_cert_sans\":[],\"private_network_id\":\"7337983b-dcdd-4bfe-bfb5-37de52df211c\",\"pod_cidr\":\"10.11.0.0/16\",\"service_cidr\":\"10.12.0.0/16\"}" + headers: + Content-Type: + - application/json + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters + method: POST + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1601 + body: "{\"region\":\"fr-par\", \"id\":\"188cf5f8-dbce-4644-a186-1d6c3f73269e\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:53:46.197706Z\", \"updated_at\":\"2025-10-30T16:53:46.197706Z\", \"type\":\"kapsule\", \"name\":\"test-networking\", \"description\":\"\", \"status\":\"creating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"networking\"], \"cluster_url\":\"https://188cf5f8-dbce-4644-a186-1d6c3f73269e.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.188cf5f8-dbce-4644-a186-1d6c3f73269e.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"7337983b-dcdd-4bfe-bfb5-37de52df211c\", \"commitment_ends_at\":\"2025-10-30T16:53:46.197720Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"\", \"new_images_enabled\":false, \"pod_cidr\":\"10.11.0.0/16\", \"service_cidr\":\"10.12.0.0/16\", \"service_dns_ip\":\"10.12.0.10\"}" + headers: + Content-Length: + - "1601" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:53:46 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 9a5fa7ab-ad8f-4f8e-8dd1-ddb54957cb75 + status: 200 OK + code: 200 + duration: 355.025751ms +- id: 26 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/188cf5f8-dbce-4644-a186-1d6c3f73269e + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1600 + body: "{\"region\":\"fr-par\", \"id\":\"188cf5f8-dbce-4644-a186-1d6c3f73269e\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:53:46.197706Z\", \"updated_at\":\"2025-10-30T16:53:46.197706Z\", \"type\":\"kapsule\", \"name\":\"test-networking\", \"description\":\"\", \"status\":\"creating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"networking\"], \"cluster_url\":\"https://188cf5f8-dbce-4644-a186-1d6c3f73269e.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.188cf5f8-dbce-4644-a186-1d6c3f73269e.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"7337983b-dcdd-4bfe-bfb5-37de52df211c\", \"commitment_ends_at\":\"2025-10-30T16:53:46.197720Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"\", \"new_images_enabled\":true, \"pod_cidr\":\"10.11.0.0/16\", \"service_cidr\":\"10.12.0.0/16\", \"service_dns_ip\":\"10.12.0.10\"}" + headers: + Content-Length: + - "1600" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:53:46 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - b8ef3202-9c6d-4f93-a88c-3289cf7cb82c + status: 200 OK + code: 200 + duration: 84.580783ms +- id: 27 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/188cf5f8-dbce-4644-a186-1d6c3f73269e + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1641 + body: "{\"region\":\"fr-par\", \"id\":\"188cf5f8-dbce-4644-a186-1d6c3f73269e\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:53:46.197706Z\", \"updated_at\":\"2025-10-30T16:53:46.693988Z\", \"type\":\"kapsule\", \"name\":\"test-networking\", \"description\":\"\", \"status\":\"pool_required\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"networking\"], \"cluster_url\":\"https://188cf5f8-dbce-4644-a186-1d6c3f73269e.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.188cf5f8-dbce-4644-a186-1d6c3f73269e.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"7337983b-dcdd-4bfe-bfb5-37de52df211c\", \"commitment_ends_at\":\"2025-10-30T16:53:46.197720Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"62bc1222-db86-4253-95f6-a2dc1e650efe\", \"new_images_enabled\":true, \"pod_cidr\":\"10.11.0.0/16\", \"service_cidr\":\"10.12.0.0/16\", \"service_dns_ip\":\"10.12.0.10\"}" + headers: + Content-Length: + - "1641" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:53:51 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - f36ddea8-c04c-4501-8767-c46a6d7e080d + status: 200 OK + code: 200 + duration: 97.495862ms +- id: 28 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + form: + order_by: + - created_at_asc + page: + - "1" + status: + - unknown + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/188cf5f8-dbce-4644-a186-1d6c3f73269e/pools?order_by=created_at_asc&page=1&status=unknown + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 29 + body: "{\"total_count\":0, \"pools\":[]}" + headers: + Content-Length: + - "29" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:53:51 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - c0d23163-267f-43b8-acee-401293664e66 + status: 200 OK + code: 200 + duration: 81.007186ms +- id: 29 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/188cf5f8-dbce-4644-a186-1d6c3f73269e + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1641 + body: "{\"region\":\"fr-par\", \"id\":\"188cf5f8-dbce-4644-a186-1d6c3f73269e\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:53:46.197706Z\", \"updated_at\":\"2025-10-30T16:53:46.693988Z\", \"type\":\"kapsule\", \"name\":\"test-networking\", \"description\":\"\", \"status\":\"pool_required\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"networking\"], \"cluster_url\":\"https://188cf5f8-dbce-4644-a186-1d6c3f73269e.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.188cf5f8-dbce-4644-a186-1d6c3f73269e.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"7337983b-dcdd-4bfe-bfb5-37de52df211c\", \"commitment_ends_at\":\"2025-10-30T16:53:46.197720Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"62bc1222-db86-4253-95f6-a2dc1e650efe\", \"new_images_enabled\":true, \"pod_cidr\":\"10.11.0.0/16\", \"service_cidr\":\"10.12.0.0/16\", \"service_dns_ip\":\"10.12.0.10\"}" + headers: + Content-Length: + - "1641" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:53:51 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - e82af51c-570c-42cb-8ab3-b8e5e7719ad9 + status: 200 OK + code: 200 + duration: 24.269009ms +- id: 30 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/188cf5f8-dbce-4644-a186-1d6c3f73269e/kubeconfig + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1658 + body: "{\"name\":\"kubeconfig\", \"content_type\":\"application/octet-stream\", \"content\":\"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogInRlc3QtbmV0d29ya2luZyIKICBjbHVzdGVyOgogICAgY2VydGlmaWNhdGUtYXV0aG9yaXR5LWRhdGE6IExTMHRMUzFDUlVkSlRpQkRSVkpVU1VaSlEwRlVSUzB0TFMwdENrMUpTVUpYZWtORFFWRkhaMEYzU1VKQlowbENRVVJCUzBKblozRm9hMnBQVUZGUlJFRnFRVlpOVWsxM1JWRlpSRlpSVVVSRmQzQnlaRmRLYkdOdE5Xd0taRWRXZWsxQ05GaEVWRWt4VFZSQmVVOVVSVEpPVkUwd1RteHZXRVJVVFRGTlZFRjVUMVJGTWs1VVRUQk9iRzkzUmxSRlZFMUNSVWRCTVZWRlFYaE5Td3BoTTFacFdsaEtkVnBZVW14amVrSmFUVUpOUjBKNWNVZFRUVFE1UVdkRlIwTkRjVWRUVFRRNVFYZEZTRUV3U1VGQ1FVWjBURFo0WlVWQ1RFYzNUV0UzQ25SSWNUa3hWMlJaU1RZdlpXUTBUemhMVDBZNFN6RldXRGMyUWtkNlRta3dWbTFQTlhsTk1UbEdaa2RST0VsMFRISkpMMlEzTlZBck9ITlplbmxPV0c0S1IwaHVTalpvUTJwUmFrSkJUVUUwUjBFeFZXUkVkMFZDTDNkUlJVRjNTVU53UkVGUVFtZE9Wa2hTVFVKQlpqaEZRbFJCUkVGUlNDOU5RakJIUVRGVlpBcEVaMUZYUWtKVFQxTkVRMWR0VldaTVMwVkRVVmhIUVdwVVUxQkljVVJRVlhScVFVdENaMmR4YUd0cVQxQlJVVVJCWjA1SlFVUkNSa0ZwUVhoU1lsTlZDbTlvTjNKNVpYTlZXRGRMZUc1SmFsZEhOamsxUmtKdVNGTXJZMGgzUmtOQ1pXY3dVbGRSU1doQlMzVnBNSHBDVUdSU1ZDOXBWRGhoYW5aRVV6UnRlV3dLTnpGaWNITkJkREJRZVVFNGFrVktWa1ZLTVc0S0xTMHRMUzFGVGtRZ1EwVlNWRWxHU1VOQlZFVXRMUzB0TFFvPQogICAgc2VydmVyOiBodHRwczovLzE4OGNmNWY4LWRiY2UtNDY0NC1hMTg2LTFkNmMzZjczMjY5ZS5hcGkuazhzLmZyLXBhci5zY3cuY2xvdWQ6NjQ0Mwpjb250ZXh0czoKLSBuYW1lOiBhZG1pbkB0ZXN0LW5ldHdvcmtpbmcKICBjb250ZXh0OgogICAgY2x1c3RlcjogInRlc3QtbmV0d29ya2luZyIKICAgIHVzZXI6IHRlc3QtbmV0d29ya2luZy1hZG1pbgpjdXJyZW50LWNvbnRleHQ6IGFkbWluQHRlc3QtbmV0d29ya2luZwpraW5kOiBDb25maWcKcHJlZmVyZW5jZXM6IHt9CnVzZXJzOgotIG5hbWU6IHRlc3QtbmV0d29ya2luZy1hZG1pbgogIHVzZXI6CiAgICB0b2tlbjogWjY3VlZLOUUzbTlhY1ZnV3NQQ281dHNrMzBBS1J6TFR6RUlLZWROd0t6Wk1Wck1SVHowUkRleEo=\"}" + headers: + Content-Length: + - "1658" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:53:51 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - a93e8f0b-f525-48a0-bb23-4a6a1d1dc09d + status: 200 OK + code: 200 + duration: 82.460674ms +- id: 31 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/188cf5f8-dbce-4644-a186-1d6c3f73269e + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1641 + body: "{\"region\":\"fr-par\", \"id\":\"188cf5f8-dbce-4644-a186-1d6c3f73269e\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:53:46.197706Z\", \"updated_at\":\"2025-10-30T16:53:46.693988Z\", \"type\":\"kapsule\", \"name\":\"test-networking\", \"description\":\"\", \"status\":\"pool_required\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"networking\"], \"cluster_url\":\"https://188cf5f8-dbce-4644-a186-1d6c3f73269e.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.188cf5f8-dbce-4644-a186-1d6c3f73269e.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"7337983b-dcdd-4bfe-bfb5-37de52df211c\", \"commitment_ends_at\":\"2025-10-30T16:53:46.197720Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"62bc1222-db86-4253-95f6-a2dc1e650efe\", \"new_images_enabled\":true, \"pod_cidr\":\"10.11.0.0/16\", \"service_cidr\":\"10.12.0.0/16\", \"service_dns_ip\":\"10.12.0.10\"}" + headers: + Content-Length: + - "1641" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:53:51 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 81884137-47de-4f7f-bd76-1afdc27d47cf + status: 200 OK + code: 200 + duration: 23.083834ms +- id: 32 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/vpc/v2/regions/fr-par/vpcs/d7f9c75f-8f45-4d52-8ec6-17f610a822f8 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 412 + body: "{\"id\":\"d7f9c75f-8f45-4d52-8ec6-17f610a822f8\", \"name\":\"vpc-networking\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:53:23.028302Z\", \"updated_at\":\"2025-10-30T16:53:23.028302Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_default\":false, \"private_network_count\":1, \"routing_enabled\":true, \"custom_routes_propagation_enabled\":true, \"region\":\"fr-par\"}" + headers: + Content-Length: + - "412" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:53:51 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 6a25aa69-af77-44cb-8892-155e82688c94 + status: 200 OK + code: 200 + duration: 22.515388ms +- id: 33 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks/7337983b-dcdd-4bfe-bfb5-37de52df211c + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1083 + body: "{\"id\":\"7337983b-dcdd-4bfe-bfb5-37de52df211c\", \"name\":\"pn-networking\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:53:23.183116Z\", \"updated_at\":\"2025-10-30T16:53:23.183116Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"subnets\":[{\"id\":\"ccb040be-1343-4730-bd04-f51dacc49bfa\", \"created_at\":\"2025-10-30T16:53:23.183116Z\", \"updated_at\":\"2025-10-30T16:53:23.183116Z\", \"subnet\":\"172.18.52.0/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"7337983b-dcdd-4bfe-bfb5-37de52df211c\", \"vpc_id\":\"d7f9c75f-8f45-4d52-8ec6-17f610a822f8\"}, {\"id\":\"c3db3104-1ae0-49d4-bdf9-23309beba4af\", \"created_at\":\"2025-10-30T16:53:23.183116Z\", \"updated_at\":\"2025-10-30T16:53:23.183116Z\", \"subnet\":\"fd5f:519c:6d46:4a4c::/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"7337983b-dcdd-4bfe-bfb5-37de52df211c\", \"vpc_id\":\"d7f9c75f-8f45-4d52-8ec6-17f610a822f8\"}], \"vpc_id\":\"d7f9c75f-8f45-4d52-8ec6-17f610a822f8\", \"dhcp_enabled\":true, \"default_route_propagation_enabled\":false, \"region\":\"fr-par\"}" + headers: + Content-Length: + - "1083" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:53:51 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 86f069d6-9701-4f9a-8d15-b39899ac299f + status: 200 OK + code: 200 + duration: 24.579461ms +- id: 34 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/188cf5f8-dbce-4644-a186-1d6c3f73269e + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1641 + body: "{\"region\":\"fr-par\", \"id\":\"188cf5f8-dbce-4644-a186-1d6c3f73269e\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:53:46.197706Z\", \"updated_at\":\"2025-10-30T16:53:46.693988Z\", \"type\":\"kapsule\", \"name\":\"test-networking\", \"description\":\"\", \"status\":\"pool_required\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"networking\"], \"cluster_url\":\"https://188cf5f8-dbce-4644-a186-1d6c3f73269e.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.188cf5f8-dbce-4644-a186-1d6c3f73269e.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"7337983b-dcdd-4bfe-bfb5-37de52df211c\", \"commitment_ends_at\":\"2025-10-30T16:53:46.197720Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"62bc1222-db86-4253-95f6-a2dc1e650efe\", \"new_images_enabled\":true, \"pod_cidr\":\"10.11.0.0/16\", \"service_cidr\":\"10.12.0.0/16\", \"service_dns_ip\":\"10.12.0.10\"}" + headers: + Content-Length: + - "1641" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:53:51 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 84869172-82ee-4684-9464-f68e484571cf + status: 200 OK + code: 200 + duration: 25.645041ms +- id: 35 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/188cf5f8-dbce-4644-a186-1d6c3f73269e/kubeconfig + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1658 + body: "{\"name\":\"kubeconfig\", \"content_type\":\"application/octet-stream\", \"content\":\"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogInRlc3QtbmV0d29ya2luZyIKICBjbHVzdGVyOgogICAgY2VydGlmaWNhdGUtYXV0aG9yaXR5LWRhdGE6IExTMHRMUzFDUlVkSlRpQkRSVkpVU1VaSlEwRlVSUzB0TFMwdENrMUpTVUpYZWtORFFWRkhaMEYzU1VKQlowbENRVVJCUzBKblozRm9hMnBQVUZGUlJFRnFRVlpOVWsxM1JWRlpSRlpSVVVSRmQzQnlaRmRLYkdOdE5Xd0taRWRXZWsxQ05GaEVWRWt4VFZSQmVVOVVSVEpPVkUwd1RteHZXRVJVVFRGTlZFRjVUMVJGTWs1VVRUQk9iRzkzUmxSRlZFMUNSVWRCTVZWRlFYaE5Td3BoTTFacFdsaEtkVnBZVW14amVrSmFUVUpOUjBKNWNVZFRUVFE1UVdkRlIwTkRjVWRUVFRRNVFYZEZTRUV3U1VGQ1FVWjBURFo0WlVWQ1RFYzNUV0UzQ25SSWNUa3hWMlJaU1RZdlpXUTBUemhMVDBZNFN6RldXRGMyUWtkNlRta3dWbTFQTlhsTk1UbEdaa2RST0VsMFRISkpMMlEzTlZBck9ITlplbmxPV0c0S1IwaHVTalpvUTJwUmFrSkJUVUUwUjBFeFZXUkVkMFZDTDNkUlJVRjNTVU53UkVGUVFtZE9Wa2hTVFVKQlpqaEZRbFJCUkVGUlNDOU5RakJIUVRGVlpBcEVaMUZYUWtKVFQxTkVRMWR0VldaTVMwVkRVVmhIUVdwVVUxQkljVVJRVlhScVFVdENaMmR4YUd0cVQxQlJVVVJCWjA1SlFVUkNSa0ZwUVhoU1lsTlZDbTlvTjNKNVpYTlZXRGRMZUc1SmFsZEhOamsxUmtKdVNGTXJZMGgzUmtOQ1pXY3dVbGRSU1doQlMzVnBNSHBDVUdSU1ZDOXBWRGhoYW5aRVV6UnRlV3dLTnpGaWNITkJkREJRZVVFNGFrVktWa1ZLTVc0S0xTMHRMUzFGVGtRZ1EwVlNWRWxHU1VOQlZFVXRMUzB0TFFvPQogICAgc2VydmVyOiBodHRwczovLzE4OGNmNWY4LWRiY2UtNDY0NC1hMTg2LTFkNmMzZjczMjY5ZS5hcGkuazhzLmZyLXBhci5zY3cuY2xvdWQ6NjQ0Mwpjb250ZXh0czoKLSBuYW1lOiBhZG1pbkB0ZXN0LW5ldHdvcmtpbmcKICBjb250ZXh0OgogICAgY2x1c3RlcjogInRlc3QtbmV0d29ya2luZyIKICAgIHVzZXI6IHRlc3QtbmV0d29ya2luZy1hZG1pbgpjdXJyZW50LWNvbnRleHQ6IGFkbWluQHRlc3QtbmV0d29ya2luZwpraW5kOiBDb25maWcKcHJlZmVyZW5jZXM6IHt9CnVzZXJzOgotIG5hbWU6IHRlc3QtbmV0d29ya2luZy1hZG1pbgogIHVzZXI6CiAgICB0b2tlbjogWjY3VlZLOUUzbTlhY1ZnV3NQQ281dHNrMzBBS1J6TFR6RUlLZWROd0t6Wk1Wck1SVHowUkRleEo=\"}" + headers: + Content-Length: + - "1658" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:53:52 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 6f9e9e30-4752-420b-9b9c-96e7190abf3d + status: 200 OK + code: 200 + duration: 96.023008ms +- id: 36 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/vpc/v2/regions/fr-par/vpcs/d7f9c75f-8f45-4d52-8ec6-17f610a822f8 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 412 + body: "{\"id\":\"d7f9c75f-8f45-4d52-8ec6-17f610a822f8\", \"name\":\"vpc-networking\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:53:23.028302Z\", \"updated_at\":\"2025-10-30T16:53:23.028302Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_default\":false, \"private_network_count\":1, \"routing_enabled\":true, \"custom_routes_propagation_enabled\":true, \"region\":\"fr-par\"}" + headers: + Content-Length: + - "412" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:53:52 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 0fceb48a-7027-45fa-9cfd-f319758238fd + status: 200 OK + code: 200 + duration: 30.664622ms +- id: 37 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks/7337983b-dcdd-4bfe-bfb5-37de52df211c + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1083 + body: "{\"id\":\"7337983b-dcdd-4bfe-bfb5-37de52df211c\", \"name\":\"pn-networking\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:53:23.183116Z\", \"updated_at\":\"2025-10-30T16:53:23.183116Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"subnets\":[{\"id\":\"ccb040be-1343-4730-bd04-f51dacc49bfa\", \"created_at\":\"2025-10-30T16:53:23.183116Z\", \"updated_at\":\"2025-10-30T16:53:23.183116Z\", \"subnet\":\"172.18.52.0/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"7337983b-dcdd-4bfe-bfb5-37de52df211c\", \"vpc_id\":\"d7f9c75f-8f45-4d52-8ec6-17f610a822f8\"}, {\"id\":\"c3db3104-1ae0-49d4-bdf9-23309beba4af\", \"created_at\":\"2025-10-30T16:53:23.183116Z\", \"updated_at\":\"2025-10-30T16:53:23.183116Z\", \"subnet\":\"fd5f:519c:6d46:4a4c::/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"7337983b-dcdd-4bfe-bfb5-37de52df211c\", \"vpc_id\":\"d7f9c75f-8f45-4d52-8ec6-17f610a822f8\"}], \"vpc_id\":\"d7f9c75f-8f45-4d52-8ec6-17f610a822f8\", \"dhcp_enabled\":true, \"default_route_propagation_enabled\":false, \"region\":\"fr-par\"}" + headers: + Content-Length: + - "1083" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:53:52 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 2b94e49e-e62c-401c-a46b-4e5a85f3857d + status: 200 OK + code: 200 + duration: 25.107723ms +- id: 38 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/188cf5f8-dbce-4644-a186-1d6c3f73269e + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1641 + body: "{\"region\":\"fr-par\", \"id\":\"188cf5f8-dbce-4644-a186-1d6c3f73269e\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:53:46.197706Z\", \"updated_at\":\"2025-10-30T16:53:46.693988Z\", \"type\":\"kapsule\", \"name\":\"test-networking\", \"description\":\"\", \"status\":\"pool_required\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"networking\"], \"cluster_url\":\"https://188cf5f8-dbce-4644-a186-1d6c3f73269e.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.188cf5f8-dbce-4644-a186-1d6c3f73269e.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"7337983b-dcdd-4bfe-bfb5-37de52df211c\", \"commitment_ends_at\":\"2025-10-30T16:53:46.197720Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"62bc1222-db86-4253-95f6-a2dc1e650efe\", \"new_images_enabled\":true, \"pod_cidr\":\"10.11.0.0/16\", \"service_cidr\":\"10.12.0.0/16\", \"service_dns_ip\":\"10.12.0.10\"}" + headers: + Content-Length: + - "1641" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:53:52 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 45ff38ba-a3e5-4a6f-99de-64781d44dbf2 + status: 200 OK + code: 200 + duration: 23.52423ms +- id: 39 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/188cf5f8-dbce-4644-a186-1d6c3f73269e/kubeconfig + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1658 + body: "{\"name\":\"kubeconfig\", \"content_type\":\"application/octet-stream\", \"content\":\"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogInRlc3QtbmV0d29ya2luZyIKICBjbHVzdGVyOgogICAgY2VydGlmaWNhdGUtYXV0aG9yaXR5LWRhdGE6IExTMHRMUzFDUlVkSlRpQkRSVkpVU1VaSlEwRlVSUzB0TFMwdENrMUpTVUpYZWtORFFWRkhaMEYzU1VKQlowbENRVVJCUzBKblozRm9hMnBQVUZGUlJFRnFRVlpOVWsxM1JWRlpSRlpSVVVSRmQzQnlaRmRLYkdOdE5Xd0taRWRXZWsxQ05GaEVWRWt4VFZSQmVVOVVSVEpPVkUwd1RteHZXRVJVVFRGTlZFRjVUMVJGTWs1VVRUQk9iRzkzUmxSRlZFMUNSVWRCTVZWRlFYaE5Td3BoTTFacFdsaEtkVnBZVW14amVrSmFUVUpOUjBKNWNVZFRUVFE1UVdkRlIwTkRjVWRUVFRRNVFYZEZTRUV3U1VGQ1FVWjBURFo0WlVWQ1RFYzNUV0UzQ25SSWNUa3hWMlJaU1RZdlpXUTBUemhMVDBZNFN6RldXRGMyUWtkNlRta3dWbTFQTlhsTk1UbEdaa2RST0VsMFRISkpMMlEzTlZBck9ITlplbmxPV0c0S1IwaHVTalpvUTJwUmFrSkJUVUUwUjBFeFZXUkVkMFZDTDNkUlJVRjNTVU53UkVGUVFtZE9Wa2hTVFVKQlpqaEZRbFJCUkVGUlNDOU5RakJIUVRGVlpBcEVaMUZYUWtKVFQxTkVRMWR0VldaTVMwVkRVVmhIUVdwVVUxQkljVVJRVlhScVFVdENaMmR4YUd0cVQxQlJVVVJCWjA1SlFVUkNSa0ZwUVhoU1lsTlZDbTlvTjNKNVpYTlZXRGRMZUc1SmFsZEhOamsxUmtKdVNGTXJZMGgzUmtOQ1pXY3dVbGRSU1doQlMzVnBNSHBDVUdSU1ZDOXBWRGhoYW5aRVV6UnRlV3dLTnpGaWNITkJkREJRZVVFNGFrVktWa1ZLTVc0S0xTMHRMUzFGVGtRZ1EwVlNWRWxHU1VOQlZFVXRMUzB0TFFvPQogICAgc2VydmVyOiBodHRwczovLzE4OGNmNWY4LWRiY2UtNDY0NC1hMTg2LTFkNmMzZjczMjY5ZS5hcGkuazhzLmZyLXBhci5zY3cuY2xvdWQ6NjQ0Mwpjb250ZXh0czoKLSBuYW1lOiBhZG1pbkB0ZXN0LW5ldHdvcmtpbmcKICBjb250ZXh0OgogICAgY2x1c3RlcjogInRlc3QtbmV0d29ya2luZyIKICAgIHVzZXI6IHRlc3QtbmV0d29ya2luZy1hZG1pbgpjdXJyZW50LWNvbnRleHQ6IGFkbWluQHRlc3QtbmV0d29ya2luZwpraW5kOiBDb25maWcKcHJlZmVyZW5jZXM6IHt9CnVzZXJzOgotIG5hbWU6IHRlc3QtbmV0d29ya2luZy1hZG1pbgogIHVzZXI6CiAgICB0b2tlbjogWjY3VlZLOUUzbTlhY1ZnV3NQQ281dHNrMzBBS1J6TFR6RUlLZWROd0t6Wk1Wck1SVHowUkRleEo=\"}" + headers: + Content-Length: + - "1658" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:53:52 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - a2e11e81-3413-485f-b41d-bd9e3e712532 + status: 200 OK + code: 200 + duration: 20.430304ms +- id: 40 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + form: + with_additional_resources: + - "false" + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/188cf5f8-dbce-4644-a186-1d6c3f73269e?with_additional_resources=false + method: DELETE + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1637 + body: "{\"region\":\"fr-par\", \"id\":\"188cf5f8-dbce-4644-a186-1d6c3f73269e\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:53:46.197706Z\", \"updated_at\":\"2025-10-30T16:53:52.508241Z\", \"type\":\"kapsule\", \"name\":\"test-networking\", \"description\":\"\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"networking\"], \"cluster_url\":\"https://188cf5f8-dbce-4644-a186-1d6c3f73269e.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.188cf5f8-dbce-4644-a186-1d6c3f73269e.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"7337983b-dcdd-4bfe-bfb5-37de52df211c\", \"commitment_ends_at\":\"2025-10-30T16:53:46.197720Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"62bc1222-db86-4253-95f6-a2dc1e650efe\", \"new_images_enabled\":false, \"pod_cidr\":\"10.11.0.0/16\", \"service_cidr\":\"10.12.0.0/16\", \"service_dns_ip\":\"10.12.0.10\"}" + headers: + Content-Length: + - "1637" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:53:52 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 5694efed-2508-4057-ac80-a0ed55c4a2ac + status: 200 OK + code: 200 + duration: 102.539118ms +- id: 41 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/188cf5f8-dbce-4644-a186-1d6c3f73269e + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1636 + body: "{\"region\":\"fr-par\", \"id\":\"188cf5f8-dbce-4644-a186-1d6c3f73269e\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:53:46.197706Z\", \"updated_at\":\"2025-10-30T16:53:52.508241Z\", \"type\":\"kapsule\", \"name\":\"test-networking\", \"description\":\"\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"networking\"], \"cluster_url\":\"https://188cf5f8-dbce-4644-a186-1d6c3f73269e.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.188cf5f8-dbce-4644-a186-1d6c3f73269e.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"7337983b-dcdd-4bfe-bfb5-37de52df211c\", \"commitment_ends_at\":\"2025-10-30T16:53:46.197720Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"62bc1222-db86-4253-95f6-a2dc1e650efe\", \"new_images_enabled\":true, \"pod_cidr\":\"10.11.0.0/16\", \"service_cidr\":\"10.12.0.0/16\", \"service_dns_ip\":\"10.12.0.10\"}" + headers: + Content-Length: + - "1636" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:53:52 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 9691acef-2ea1-443c-8525-f633b065a472 + status: 200 OK + code: 200 + duration: 91.166473ms +- id: 42 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/188cf5f8-dbce-4644-a186-1d6c3f73269e + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1636 + body: "{\"region\":\"fr-par\", \"id\":\"188cf5f8-dbce-4644-a186-1d6c3f73269e\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:53:46.197706Z\", \"updated_at\":\"2025-10-30T16:53:52.508241Z\", \"type\":\"kapsule\", \"name\":\"test-networking\", \"description\":\"\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"networking\"], \"cluster_url\":\"https://188cf5f8-dbce-4644-a186-1d6c3f73269e.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.188cf5f8-dbce-4644-a186-1d6c3f73269e.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"7337983b-dcdd-4bfe-bfb5-37de52df211c\", \"commitment_ends_at\":\"2025-10-30T16:53:46.197720Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"62bc1222-db86-4253-95f6-a2dc1e650efe\", \"new_images_enabled\":true, \"pod_cidr\":\"10.11.0.0/16\", \"service_cidr\":\"10.12.0.0/16\", \"service_dns_ip\":\"10.12.0.10\"}" + headers: + Content-Length: + - "1636" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:53:57 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 538e0c08-e9e3-45e0-bb6e-0c62f0aecb40 + status: 200 OK + code: 200 + duration: 86.64587ms +- id: 43 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/188cf5f8-dbce-4644-a186-1d6c3f73269e + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1636 + body: "{\"region\":\"fr-par\", \"id\":\"188cf5f8-dbce-4644-a186-1d6c3f73269e\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:53:46.197706Z\", \"updated_at\":\"2025-10-30T16:53:52.508241Z\", \"type\":\"kapsule\", \"name\":\"test-networking\", \"description\":\"\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"networking\"], \"cluster_url\":\"https://188cf5f8-dbce-4644-a186-1d6c3f73269e.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.188cf5f8-dbce-4644-a186-1d6c3f73269e.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"7337983b-dcdd-4bfe-bfb5-37de52df211c\", \"commitment_ends_at\":\"2025-10-30T16:53:46.197720Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"62bc1222-db86-4253-95f6-a2dc1e650efe\", \"new_images_enabled\":true, \"pod_cidr\":\"10.11.0.0/16\", \"service_cidr\":\"10.12.0.0/16\", \"service_dns_ip\":\"10.12.0.10\"}" + headers: + Content-Length: + - "1636" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:54:02 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 47c899ba-2365-4200-adcf-f049538442f2 + status: 200 OK + code: 200 + duration: 152.837719ms +- id: 44 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/188cf5f8-dbce-4644-a186-1d6c3f73269e + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1636 + body: "{\"region\":\"fr-par\", \"id\":\"188cf5f8-dbce-4644-a186-1d6c3f73269e\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:53:46.197706Z\", \"updated_at\":\"2025-10-30T16:53:52.508241Z\", \"type\":\"kapsule\", \"name\":\"test-networking\", \"description\":\"\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"networking\"], \"cluster_url\":\"https://188cf5f8-dbce-4644-a186-1d6c3f73269e.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.188cf5f8-dbce-4644-a186-1d6c3f73269e.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"7337983b-dcdd-4bfe-bfb5-37de52df211c\", \"commitment_ends_at\":\"2025-10-30T16:53:46.197720Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"62bc1222-db86-4253-95f6-a2dc1e650efe\", \"new_images_enabled\":true, \"pod_cidr\":\"10.11.0.0/16\", \"service_cidr\":\"10.12.0.0/16\", \"service_dns_ip\":\"10.12.0.10\"}" + headers: + Content-Length: + - "1636" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:54:08 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - df22277d-48fe-4ad3-8d9e-f93c9f41cf5c + status: 200 OK + code: 200 + duration: 119.378162ms +- id: 45 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/188cf5f8-dbce-4644-a186-1d6c3f73269e + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1636 + body: "{\"region\":\"fr-par\", \"id\":\"188cf5f8-dbce-4644-a186-1d6c3f73269e\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:53:46.197706Z\", \"updated_at\":\"2025-10-30T16:53:52.508241Z\", \"type\":\"kapsule\", \"name\":\"test-networking\", \"description\":\"\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"networking\"], \"cluster_url\":\"https://188cf5f8-dbce-4644-a186-1d6c3f73269e.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.188cf5f8-dbce-4644-a186-1d6c3f73269e.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"7337983b-dcdd-4bfe-bfb5-37de52df211c\", \"commitment_ends_at\":\"2025-10-30T16:53:46.197720Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"62bc1222-db86-4253-95f6-a2dc1e650efe\", \"new_images_enabled\":true, \"pod_cidr\":\"10.11.0.0/16\", \"service_cidr\":\"10.12.0.0/16\", \"service_dns_ip\":\"10.12.0.10\"}" + headers: + Content-Length: + - "1636" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:54:13 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - f7d937a6-7a54-42ec-88dd-aeb213f76d31 + status: 200 OK + code: 200 + duration: 104.208741ms +- id: 46 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/188cf5f8-dbce-4644-a186-1d6c3f73269e + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1636 + body: "{\"region\":\"fr-par\", \"id\":\"188cf5f8-dbce-4644-a186-1d6c3f73269e\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:53:46.197706Z\", \"updated_at\":\"2025-10-30T16:53:52.508241Z\", \"type\":\"kapsule\", \"name\":\"test-networking\", \"description\":\"\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"networking\"], \"cluster_url\":\"https://188cf5f8-dbce-4644-a186-1d6c3f73269e.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.188cf5f8-dbce-4644-a186-1d6c3f73269e.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"7337983b-dcdd-4bfe-bfb5-37de52df211c\", \"commitment_ends_at\":\"2025-10-30T16:53:46.197720Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"62bc1222-db86-4253-95f6-a2dc1e650efe\", \"new_images_enabled\":true, \"pod_cidr\":\"10.11.0.0/16\", \"service_cidr\":\"10.12.0.0/16\", \"service_dns_ip\":\"10.12.0.10\"}" + headers: + Content-Length: + - "1636" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:54:18 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - ea632277-2113-4d6f-92c7-0d2d3f5e42dd + status: 200 OK + code: 200 + duration: 99.124019ms +- id: 47 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/188cf5f8-dbce-4644-a186-1d6c3f73269e + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1636 + body: "{\"region\":\"fr-par\", \"id\":\"188cf5f8-dbce-4644-a186-1d6c3f73269e\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:53:46.197706Z\", \"updated_at\":\"2025-10-30T16:53:52.508241Z\", \"type\":\"kapsule\", \"name\":\"test-networking\", \"description\":\"\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"networking\"], \"cluster_url\":\"https://188cf5f8-dbce-4644-a186-1d6c3f73269e.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.188cf5f8-dbce-4644-a186-1d6c3f73269e.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"7337983b-dcdd-4bfe-bfb5-37de52df211c\", \"commitment_ends_at\":\"2025-10-30T16:53:46.197720Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"62bc1222-db86-4253-95f6-a2dc1e650efe\", \"new_images_enabled\":true, \"pod_cidr\":\"10.11.0.0/16\", \"service_cidr\":\"10.12.0.0/16\", \"service_dns_ip\":\"10.12.0.10\"}" + headers: + Content-Length: + - "1636" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:54:23 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - c25d6f81-fa30-44c5-b4c8-d6a6b95d3a1e + status: 200 OK + code: 200 + duration: 107.609654ms +- id: 48 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/188cf5f8-dbce-4644-a186-1d6c3f73269e + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 128 + body: "{\"message\":\"resource is not found\",\"resource\":\"cluster\",\"resource_id\":\"188cf5f8-dbce-4644-a186-1d6c3f73269e\",\"type\":\"not_found\"}" + headers: + Content-Length: + - "128" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:54:28 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 650da0e6-ec52-41ab-99b2-fb0d46499804 + status: 404 Not Found + code: 404 + duration: 33.015614ms +- id: 49 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 785 + host: api.scaleway.com + body: "{\"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\",\"type\":\"\",\"name\":\"test-networking\",\"description\":\"\",\"tags\":[\"terraform-test\",\"scaleway_k8s_cluster\",\"networking\"],\"version\":\"1.34.1\",\"cni\":\"cilium\",\"pools\":null,\"autoscaler_config\":{\"scale_down_disabled\":null,\"scale_down_delay_after_add\":null,\"estimator\":\"unknown_estimator\",\"expander\":\"unknown_expander\",\"ignore_daemonsets_utilization\":null,\"balance_similar_node_groups\":null,\"expendable_pods_priority_cutoff\":0,\"scale_down_unneeded_time\":null,\"scale_down_utilization_threshold\":null,\"max_graceful_termination_sec\":0},\"feature_gates\":[],\"admission_plugins\":[],\"apiserver_cert_sans\":[],\"private_network_id\":\"7337983b-dcdd-4bfe-bfb5-37de52df211c\",\"pod_cidr\":\"10.16.0.0/16\",\"service_cidr\":\"10.12.0.0/16\",\"service_dns_ip\":\"10.12.0.53\"}" + headers: + Content-Type: + - application/json + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters + method: POST + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1601 + body: "{\"region\":\"fr-par\", \"id\":\"0fde3036-1e69-4d93-aeb9-590781005922\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:54:28.723696Z\", \"updated_at\":\"2025-10-30T16:54:28.723696Z\", \"type\":\"kapsule\", \"name\":\"test-networking\", \"description\":\"\", \"status\":\"creating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"networking\"], \"cluster_url\":\"https://0fde3036-1e69-4d93-aeb9-590781005922.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.0fde3036-1e69-4d93-aeb9-590781005922.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"7337983b-dcdd-4bfe-bfb5-37de52df211c\", \"commitment_ends_at\":\"2025-10-30T16:54:28.723705Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"\", \"new_images_enabled\":false, \"pod_cidr\":\"10.16.0.0/16\", \"service_cidr\":\"10.12.0.0/16\", \"service_dns_ip\":\"10.12.0.53\"}" + headers: + Content-Length: + - "1601" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:54:28 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 6a43f1d0-f67e-4bb9-aa8d-a22e0f8c7276 + status: 200 OK + code: 200 + duration: 324.331203ms +- id: 50 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/0fde3036-1e69-4d93-aeb9-590781005922 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1600 + body: "{\"region\":\"fr-par\", \"id\":\"0fde3036-1e69-4d93-aeb9-590781005922\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:54:28.723696Z\", \"updated_at\":\"2025-10-30T16:54:28.723696Z\", \"type\":\"kapsule\", \"name\":\"test-networking\", \"description\":\"\", \"status\":\"creating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"networking\"], \"cluster_url\":\"https://0fde3036-1e69-4d93-aeb9-590781005922.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.0fde3036-1e69-4d93-aeb9-590781005922.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"7337983b-dcdd-4bfe-bfb5-37de52df211c\", \"commitment_ends_at\":\"2025-10-30T16:54:28.723705Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"\", \"new_images_enabled\":true, \"pod_cidr\":\"10.16.0.0/16\", \"service_cidr\":\"10.12.0.0/16\", \"service_dns_ip\":\"10.12.0.53\"}" + headers: + Content-Length: + - "1600" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:54:28 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 35feb425-9234-4afa-a3fa-8468baef09de + status: 200 OK + code: 200 + duration: 85.733887ms +- id: 51 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/0fde3036-1e69-4d93-aeb9-590781005922 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1641 + body: "{\"region\":\"fr-par\", \"id\":\"0fde3036-1e69-4d93-aeb9-590781005922\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:54:28.723696Z\", \"updated_at\":\"2025-10-30T16:54:29.209106Z\", \"type\":\"kapsule\", \"name\":\"test-networking\", \"description\":\"\", \"status\":\"pool_required\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"networking\"], \"cluster_url\":\"https://0fde3036-1e69-4d93-aeb9-590781005922.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.0fde3036-1e69-4d93-aeb9-590781005922.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"7337983b-dcdd-4bfe-bfb5-37de52df211c\", \"commitment_ends_at\":\"2025-10-30T16:54:28.723705Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c0f1b563-f4e4-4785-b06e-1324112279d4\", \"new_images_enabled\":true, \"pod_cidr\":\"10.16.0.0/16\", \"service_cidr\":\"10.12.0.0/16\", \"service_dns_ip\":\"10.12.0.53\"}" + headers: + Content-Length: + - "1641" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:54:33 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 22d6483e-25bf-4dea-a228-0723ee4e9992 + status: 200 OK + code: 200 + duration: 103.815321ms +- id: 52 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + form: + order_by: + - created_at_asc + page: + - "1" + status: + - unknown + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/0fde3036-1e69-4d93-aeb9-590781005922/pools?order_by=created_at_asc&page=1&status=unknown + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 29 + body: "{\"total_count\":0, \"pools\":[]}" + headers: + Content-Length: + - "29" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:54:34 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 57eaf4c3-dcc1-4b95-a70a-22e428047977 + status: 200 OK + code: 200 + duration: 93.561089ms +- id: 53 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/0fde3036-1e69-4d93-aeb9-590781005922 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1641 + body: "{\"region\":\"fr-par\", \"id\":\"0fde3036-1e69-4d93-aeb9-590781005922\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:54:28.723696Z\", \"updated_at\":\"2025-10-30T16:54:29.209106Z\", \"type\":\"kapsule\", \"name\":\"test-networking\", \"description\":\"\", \"status\":\"pool_required\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"networking\"], \"cluster_url\":\"https://0fde3036-1e69-4d93-aeb9-590781005922.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.0fde3036-1e69-4d93-aeb9-590781005922.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"7337983b-dcdd-4bfe-bfb5-37de52df211c\", \"commitment_ends_at\":\"2025-10-30T16:54:28.723705Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c0f1b563-f4e4-4785-b06e-1324112279d4\", \"new_images_enabled\":true, \"pod_cidr\":\"10.16.0.0/16\", \"service_cidr\":\"10.12.0.0/16\", \"service_dns_ip\":\"10.12.0.53\"}" + headers: + Content-Length: + - "1641" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:54:34 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 9cc009ba-b117-44cf-8459-6da10df1eaef + status: 200 OK + code: 200 + duration: 34.899139ms +- id: 54 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/0fde3036-1e69-4d93-aeb9-590781005922/kubeconfig + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1658 + body: "{\"name\":\"kubeconfig\", \"content_type\":\"application/octet-stream\", \"content\":\"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogInRlc3QtbmV0d29ya2luZyIKICBjbHVzdGVyOgogICAgY2VydGlmaWNhdGUtYXV0aG9yaXR5LWRhdGE6IExTMHRMUzFDUlVkSlRpQkRSVkpVU1VaSlEwRlVSUzB0TFMwdENrMUpTVUpYZWtORFFWRkhaMEYzU1VKQlowbENRVVJCUzBKblozRm9hMnBQVUZGUlJFRnFRVlpOVWsxM1JWRlpSRlpSVVVSRmQzQnlaRmRLYkdOdE5Xd0taRWRXZWsxQ05GaEVWRWt4VFZSQmVVOVVSVEpPVkZGNVQwWnZXRVJVVFRGTlZFRjVUMVJGTWs1VVVYbFBSbTkzUmxSRlZFMUNSVWRCTVZWRlFYaE5Td3BoTTFacFdsaEtkVnBZVW14amVrSmFUVUpOUjBKNWNVZFRUVFE1UVdkRlIwTkRjVWRUVFRRNVFYZEZTRUV3U1VGQ1REbDRjWFpqTVhwdFRVaHRWVFkwQ2poemJXUk9VbEVyVVdad2FXdHNiRVo0VUZaTVJtcFFMelZ2Y214NVUyazBialkxUm1SWWQxVkdjMEZ4WWk5amRqWktOWEV6Y1dKWE1TdERhRmxrVlVrS04xcEJjMkZLVjJwUmFrSkJUVUUwUjBFeFZXUkVkMFZDTDNkUlJVRjNTVU53UkVGUVFtZE9Wa2hTVFVKQlpqaEZRbFJCUkVGUlNDOU5RakJIUVRGVlpBcEVaMUZYUWtKUmRXZHJSRGQ2VjNNeFptUldlSFkzUlhOdVVtVkhOV2hhUzNscVFVdENaMmR4YUd0cVQxQlJVVVJCWjA1SlFVUkNSa0ZwUVhkS05scFBDbkJLTkhSUFUxRnhMemRpVDNKdlEwcFhNVW8wTkVaSmIwNVphblJ6Y0RaWmMwazJLM05uU1doQlR6bHRTVEZ2VjJ3MGR6UjZZbmh1ZVZCSU9ETkpkbTBLZWtoQmJIQnNiMWRyUm5BMFluRlZTelY2TTFnS0xTMHRMUzFGVGtRZ1EwVlNWRWxHU1VOQlZFVXRMUzB0TFFvPQogICAgc2VydmVyOiBodHRwczovLzBmZGUzMDM2LTFlNjktNGQ5My1hZWI5LTU5MDc4MTAwNTkyMi5hcGkuazhzLmZyLXBhci5zY3cuY2xvdWQ6NjQ0Mwpjb250ZXh0czoKLSBuYW1lOiBhZG1pbkB0ZXN0LW5ldHdvcmtpbmcKICBjb250ZXh0OgogICAgY2x1c3RlcjogInRlc3QtbmV0d29ya2luZyIKICAgIHVzZXI6IHRlc3QtbmV0d29ya2luZy1hZG1pbgpjdXJyZW50LWNvbnRleHQ6IGFkbWluQHRlc3QtbmV0d29ya2luZwpraW5kOiBDb25maWcKcHJlZmVyZW5jZXM6IHt9CnVzZXJzOgotIG5hbWU6IHRlc3QtbmV0d29ya2luZy1hZG1pbgogIHVzZXI6CiAgICB0b2tlbjogNmMwTTE1WElJY29OWnhkQ2lkN3VNa0p4OWhFUGsxRnlXdXhPRzJRYmdjcWhHRlBGSnZnd2VhSGE=\"}" + headers: + Content-Length: + - "1658" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:54:34 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - c9754547-5c99-4f7f-a804-cf0ffeea1b60 + status: 200 OK + code: 200 + duration: 78.068611ms +- id: 55 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/0fde3036-1e69-4d93-aeb9-590781005922 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1641 + body: "{\"region\":\"fr-par\", \"id\":\"0fde3036-1e69-4d93-aeb9-590781005922\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:54:28.723696Z\", \"updated_at\":\"2025-10-30T16:54:29.209106Z\", \"type\":\"kapsule\", \"name\":\"test-networking\", \"description\":\"\", \"status\":\"pool_required\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"networking\"], \"cluster_url\":\"https://0fde3036-1e69-4d93-aeb9-590781005922.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.0fde3036-1e69-4d93-aeb9-590781005922.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"7337983b-dcdd-4bfe-bfb5-37de52df211c\", \"commitment_ends_at\":\"2025-10-30T16:54:28.723705Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c0f1b563-f4e4-4785-b06e-1324112279d4\", \"new_images_enabled\":true, \"pod_cidr\":\"10.16.0.0/16\", \"service_cidr\":\"10.12.0.0/16\", \"service_dns_ip\":\"10.12.0.53\"}" + headers: + Content-Length: + - "1641" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:54:34 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - cd48f724-6c1d-498d-a26d-e934bbea3012 + status: 200 OK + code: 200 + duration: 26.973274ms +- id: 56 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/vpc/v2/regions/fr-par/vpcs/d7f9c75f-8f45-4d52-8ec6-17f610a822f8 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 412 + body: "{\"id\":\"d7f9c75f-8f45-4d52-8ec6-17f610a822f8\", \"name\":\"vpc-networking\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:53:23.028302Z\", \"updated_at\":\"2025-10-30T16:53:23.028302Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_default\":false, \"private_network_count\":1, \"routing_enabled\":true, \"custom_routes_propagation_enabled\":true, \"region\":\"fr-par\"}" + headers: + Content-Length: + - "412" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:54:34 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 5fcee166-d67c-46bd-974a-f0ff22a51dc6 + status: 200 OK + code: 200 + duration: 27.509701ms +- id: 57 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks/7337983b-dcdd-4bfe-bfb5-37de52df211c + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1083 + body: "{\"id\":\"7337983b-dcdd-4bfe-bfb5-37de52df211c\", \"name\":\"pn-networking\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:53:23.183116Z\", \"updated_at\":\"2025-10-30T16:53:23.183116Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"subnets\":[{\"id\":\"ccb040be-1343-4730-bd04-f51dacc49bfa\", \"created_at\":\"2025-10-30T16:53:23.183116Z\", \"updated_at\":\"2025-10-30T16:53:23.183116Z\", \"subnet\":\"172.18.52.0/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"7337983b-dcdd-4bfe-bfb5-37de52df211c\", \"vpc_id\":\"d7f9c75f-8f45-4d52-8ec6-17f610a822f8\"}, {\"id\":\"c3db3104-1ae0-49d4-bdf9-23309beba4af\", \"created_at\":\"2025-10-30T16:53:23.183116Z\", \"updated_at\":\"2025-10-30T16:53:23.183116Z\", \"subnet\":\"fd5f:519c:6d46:4a4c::/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"7337983b-dcdd-4bfe-bfb5-37de52df211c\", \"vpc_id\":\"d7f9c75f-8f45-4d52-8ec6-17f610a822f8\"}], \"vpc_id\":\"d7f9c75f-8f45-4d52-8ec6-17f610a822f8\", \"dhcp_enabled\":true, \"default_route_propagation_enabled\":false, \"region\":\"fr-par\"}" + headers: + Content-Length: + - "1083" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:54:34 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - a64cc413-171c-4876-9de3-52de0ada0e3a + status: 200 OK + code: 200 + duration: 26.91821ms +- id: 58 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/0fde3036-1e69-4d93-aeb9-590781005922 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1641 + body: "{\"region\":\"fr-par\", \"id\":\"0fde3036-1e69-4d93-aeb9-590781005922\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:54:28.723696Z\", \"updated_at\":\"2025-10-30T16:54:29.209106Z\", \"type\":\"kapsule\", \"name\":\"test-networking\", \"description\":\"\", \"status\":\"pool_required\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"networking\"], \"cluster_url\":\"https://0fde3036-1e69-4d93-aeb9-590781005922.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.0fde3036-1e69-4d93-aeb9-590781005922.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"7337983b-dcdd-4bfe-bfb5-37de52df211c\", \"commitment_ends_at\":\"2025-10-30T16:54:28.723705Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c0f1b563-f4e4-4785-b06e-1324112279d4\", \"new_images_enabled\":true, \"pod_cidr\":\"10.16.0.0/16\", \"service_cidr\":\"10.12.0.0/16\", \"service_dns_ip\":\"10.12.0.53\"}" + headers: + Content-Length: + - "1641" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:54:34 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 640d1b33-e3d7-4036-88a7-b35388f106d6 + status: 200 OK + code: 200 + duration: 29.085959ms +- id: 59 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/0fde3036-1e69-4d93-aeb9-590781005922/kubeconfig + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1658 + body: "{\"name\":\"kubeconfig\", \"content_type\":\"application/octet-stream\", \"content\":\"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogInRlc3QtbmV0d29ya2luZyIKICBjbHVzdGVyOgogICAgY2VydGlmaWNhdGUtYXV0aG9yaXR5LWRhdGE6IExTMHRMUzFDUlVkSlRpQkRSVkpVU1VaSlEwRlVSUzB0TFMwdENrMUpTVUpYZWtORFFWRkhaMEYzU1VKQlowbENRVVJCUzBKblozRm9hMnBQVUZGUlJFRnFRVlpOVWsxM1JWRlpSRlpSVVVSRmQzQnlaRmRLYkdOdE5Xd0taRWRXZWsxQ05GaEVWRWt4VFZSQmVVOVVSVEpPVkZGNVQwWnZXRVJVVFRGTlZFRjVUMVJGTWs1VVVYbFBSbTkzUmxSRlZFMUNSVWRCTVZWRlFYaE5Td3BoTTFacFdsaEtkVnBZVW14amVrSmFUVUpOUjBKNWNVZFRUVFE1UVdkRlIwTkRjVWRUVFRRNVFYZEZTRUV3U1VGQ1REbDRjWFpqTVhwdFRVaHRWVFkwQ2poemJXUk9VbEVyVVdad2FXdHNiRVo0VUZaTVJtcFFMelZ2Y214NVUyazBialkxUm1SWWQxVkdjMEZ4WWk5amRqWktOWEV6Y1dKWE1TdERhRmxrVlVrS04xcEJjMkZLVjJwUmFrSkJUVUUwUjBFeFZXUkVkMFZDTDNkUlJVRjNTVU53UkVGUVFtZE9Wa2hTVFVKQlpqaEZRbFJCUkVGUlNDOU5RakJIUVRGVlpBcEVaMUZYUWtKUmRXZHJSRGQ2VjNNeFptUldlSFkzUlhOdVVtVkhOV2hhUzNscVFVdENaMmR4YUd0cVQxQlJVVVJCWjA1SlFVUkNSa0ZwUVhkS05scFBDbkJLTkhSUFUxRnhMemRpVDNKdlEwcFhNVW8wTkVaSmIwNVphblJ6Y0RaWmMwazJLM05uU1doQlR6bHRTVEZ2VjJ3MGR6UjZZbmh1ZVZCSU9ETkpkbTBLZWtoQmJIQnNiMWRyUm5BMFluRlZTelY2TTFnS0xTMHRMUzFGVGtRZ1EwVlNWRWxHU1VOQlZFVXRMUzB0TFFvPQogICAgc2VydmVyOiBodHRwczovLzBmZGUzMDM2LTFlNjktNGQ5My1hZWI5LTU5MDc4MTAwNTkyMi5hcGkuazhzLmZyLXBhci5zY3cuY2xvdWQ6NjQ0Mwpjb250ZXh0czoKLSBuYW1lOiBhZG1pbkB0ZXN0LW5ldHdvcmtpbmcKICBjb250ZXh0OgogICAgY2x1c3RlcjogInRlc3QtbmV0d29ya2luZyIKICAgIHVzZXI6IHRlc3QtbmV0d29ya2luZy1hZG1pbgpjdXJyZW50LWNvbnRleHQ6IGFkbWluQHRlc3QtbmV0d29ya2luZwpraW5kOiBDb25maWcKcHJlZmVyZW5jZXM6IHt9CnVzZXJzOgotIG5hbWU6IHRlc3QtbmV0d29ya2luZy1hZG1pbgogIHVzZXI6CiAgICB0b2tlbjogNmMwTTE1WElJY29OWnhkQ2lkN3VNa0p4OWhFUGsxRnlXdXhPRzJRYmdjcWhHRlBGSnZnd2VhSGE=\"}" + headers: + Content-Length: + - "1658" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:54:34 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 9d4f11e2-188e-4afe-ac57-7bfb1b782a62 + status: 200 OK + code: 200 + duration: 23.087601ms +- id: 60 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/vpc/v2/regions/fr-par/vpcs/d7f9c75f-8f45-4d52-8ec6-17f610a822f8 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 412 + body: "{\"id\":\"d7f9c75f-8f45-4d52-8ec6-17f610a822f8\", \"name\":\"vpc-networking\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:53:23.028302Z\", \"updated_at\":\"2025-10-30T16:53:23.028302Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_default\":false, \"private_network_count\":1, \"routing_enabled\":true, \"custom_routes_propagation_enabled\":true, \"region\":\"fr-par\"}" + headers: + Content-Length: + - "412" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:54:34 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 089f1a9d-69f4-4117-bce1-3dadf91a26de + status: 200 OK + code: 200 + duration: 31.664037ms +- id: 61 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks/7337983b-dcdd-4bfe-bfb5-37de52df211c + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1083 + body: "{\"id\":\"7337983b-dcdd-4bfe-bfb5-37de52df211c\", \"name\":\"pn-networking\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:53:23.183116Z\", \"updated_at\":\"2025-10-30T16:53:23.183116Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"subnets\":[{\"id\":\"ccb040be-1343-4730-bd04-f51dacc49bfa\", \"created_at\":\"2025-10-30T16:53:23.183116Z\", \"updated_at\":\"2025-10-30T16:53:23.183116Z\", \"subnet\":\"172.18.52.0/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"7337983b-dcdd-4bfe-bfb5-37de52df211c\", \"vpc_id\":\"d7f9c75f-8f45-4d52-8ec6-17f610a822f8\"}, {\"id\":\"c3db3104-1ae0-49d4-bdf9-23309beba4af\", \"created_at\":\"2025-10-30T16:53:23.183116Z\", \"updated_at\":\"2025-10-30T16:53:23.183116Z\", \"subnet\":\"fd5f:519c:6d46:4a4c::/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"7337983b-dcdd-4bfe-bfb5-37de52df211c\", \"vpc_id\":\"d7f9c75f-8f45-4d52-8ec6-17f610a822f8\"}], \"vpc_id\":\"d7f9c75f-8f45-4d52-8ec6-17f610a822f8\", \"dhcp_enabled\":true, \"default_route_propagation_enabled\":false, \"region\":\"fr-par\"}" + headers: + Content-Length: + - "1083" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:54:34 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 7d0288d3-d8b4-4c5d-af16-98d9e7c0770c + status: 200 OK + code: 200 + duration: 29.723816ms +- id: 62 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/0fde3036-1e69-4d93-aeb9-590781005922 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1641 + body: "{\"region\":\"fr-par\", \"id\":\"0fde3036-1e69-4d93-aeb9-590781005922\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:54:28.723696Z\", \"updated_at\":\"2025-10-30T16:54:29.209106Z\", \"type\":\"kapsule\", \"name\":\"test-networking\", \"description\":\"\", \"status\":\"pool_required\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"networking\"], \"cluster_url\":\"https://0fde3036-1e69-4d93-aeb9-590781005922.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.0fde3036-1e69-4d93-aeb9-590781005922.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"7337983b-dcdd-4bfe-bfb5-37de52df211c\", \"commitment_ends_at\":\"2025-10-30T16:54:28.723705Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c0f1b563-f4e4-4785-b06e-1324112279d4\", \"new_images_enabled\":true, \"pod_cidr\":\"10.16.0.0/16\", \"service_cidr\":\"10.12.0.0/16\", \"service_dns_ip\":\"10.12.0.53\"}" + headers: + Content-Length: + - "1641" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:54:34 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - b64545d3-a4b5-4607-82b1-479560ceb481 + status: 200 OK + code: 200 + duration: 24.00861ms +- id: 63 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/0fde3036-1e69-4d93-aeb9-590781005922/kubeconfig + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1658 + body: "{\"name\":\"kubeconfig\", \"content_type\":\"application/octet-stream\", \"content\":\"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogInRlc3QtbmV0d29ya2luZyIKICBjbHVzdGVyOgogICAgY2VydGlmaWNhdGUtYXV0aG9yaXR5LWRhdGE6IExTMHRMUzFDUlVkSlRpQkRSVkpVU1VaSlEwRlVSUzB0TFMwdENrMUpTVUpYZWtORFFWRkhaMEYzU1VKQlowbENRVVJCUzBKblozRm9hMnBQVUZGUlJFRnFRVlpOVWsxM1JWRlpSRlpSVVVSRmQzQnlaRmRLYkdOdE5Xd0taRWRXZWsxQ05GaEVWRWt4VFZSQmVVOVVSVEpPVkZGNVQwWnZXRVJVVFRGTlZFRjVUMVJGTWs1VVVYbFBSbTkzUmxSRlZFMUNSVWRCTVZWRlFYaE5Td3BoTTFacFdsaEtkVnBZVW14amVrSmFUVUpOUjBKNWNVZFRUVFE1UVdkRlIwTkRjVWRUVFRRNVFYZEZTRUV3U1VGQ1REbDRjWFpqTVhwdFRVaHRWVFkwQ2poemJXUk9VbEVyVVdad2FXdHNiRVo0VUZaTVJtcFFMelZ2Y214NVUyazBialkxUm1SWWQxVkdjMEZ4WWk5amRqWktOWEV6Y1dKWE1TdERhRmxrVlVrS04xcEJjMkZLVjJwUmFrSkJUVUUwUjBFeFZXUkVkMFZDTDNkUlJVRjNTVU53UkVGUVFtZE9Wa2hTVFVKQlpqaEZRbFJCUkVGUlNDOU5RakJIUVRGVlpBcEVaMUZYUWtKUmRXZHJSRGQ2VjNNeFptUldlSFkzUlhOdVVtVkhOV2hhUzNscVFVdENaMmR4YUd0cVQxQlJVVVJCWjA1SlFVUkNSa0ZwUVhkS05scFBDbkJLTkhSUFUxRnhMemRpVDNKdlEwcFhNVW8wTkVaSmIwNVphblJ6Y0RaWmMwazJLM05uU1doQlR6bHRTVEZ2VjJ3MGR6UjZZbmh1ZVZCSU9ETkpkbTBLZWtoQmJIQnNiMWRyUm5BMFluRlZTelY2TTFnS0xTMHRMUzFGVGtRZ1EwVlNWRWxHU1VOQlZFVXRMUzB0TFFvPQogICAgc2VydmVyOiBodHRwczovLzBmZGUzMDM2LTFlNjktNGQ5My1hZWI5LTU5MDc4MTAwNTkyMi5hcGkuazhzLmZyLXBhci5zY3cuY2xvdWQ6NjQ0Mwpjb250ZXh0czoKLSBuYW1lOiBhZG1pbkB0ZXN0LW5ldHdvcmtpbmcKICBjb250ZXh0OgogICAgY2x1c3RlcjogInRlc3QtbmV0d29ya2luZyIKICAgIHVzZXI6IHRlc3QtbmV0d29ya2luZy1hZG1pbgpjdXJyZW50LWNvbnRleHQ6IGFkbWluQHRlc3QtbmV0d29ya2luZwpraW5kOiBDb25maWcKcHJlZmVyZW5jZXM6IHt9CnVzZXJzOgotIG5hbWU6IHRlc3QtbmV0d29ya2luZy1hZG1pbgogIHVzZXI6CiAgICB0b2tlbjogNmMwTTE1WElJY29OWnhkQ2lkN3VNa0p4OWhFUGsxRnlXdXhPRzJRYmdjcWhHRlBGSnZnd2VhSGE=\"}" + headers: + Content-Length: + - "1658" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:54:34 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 75502ec2-c16c-48e1-abd0-9cd0f207d982 + status: 200 OK + code: 200 + duration: 76.681197ms +- id: 64 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 592 + host: api.scaleway.com + body: "{\"autoscaler_config\":{\"scale_down_disabled\":null,\"scale_down_delay_after_add\":null,\"estimator\":\"unknown_estimator\",\"expander\":\"unknown_expander\",\"ignore_daemonsets_utilization\":null,\"balance_similar_node_groups\":null,\"expendable_pods_priority_cutoff\":null,\"scale_down_unneeded_time\":null,\"scale_down_utilization_threshold\":null,\"max_graceful_termination_sec\":null},\"auto_upgrade\":{\"enable\":null,\"maintenance_window\":null},\"open_id_connect_config\":{\"issuer_url\":null,\"client_id\":null,\"username_claim\":null,\"username_prefix\":null,\"groups_claim\":null,\"groups_prefix\":null,\"required_claim\":null}}" + headers: + Content-Type: + - application/json + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/0fde3036-1e69-4d93-aeb9-590781005922 + method: PATCH + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1637 + body: "{\"region\":\"fr-par\", \"id\":\"0fde3036-1e69-4d93-aeb9-590781005922\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:54:28.723696Z\", \"updated_at\":\"2025-10-30T16:54:35.044332Z\", \"type\":\"kapsule\", \"name\":\"test-networking\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"networking\"], \"cluster_url\":\"https://0fde3036-1e69-4d93-aeb9-590781005922.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.0fde3036-1e69-4d93-aeb9-590781005922.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"7337983b-dcdd-4bfe-bfb5-37de52df211c\", \"commitment_ends_at\":\"2025-10-30T16:54:28.723705Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c0f1b563-f4e4-4785-b06e-1324112279d4\", \"new_images_enabled\":false, \"pod_cidr\":\"10.16.0.0/16\", \"service_cidr\":\"10.12.0.0/16\", \"service_dns_ip\":\"10.12.0.53\"}" + headers: + Content-Length: + - "1637" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:54:35 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - bfe5adeb-4210-4701-8a03-807fd5d144b2 + status: 200 OK + code: 200 + duration: 51.369872ms +- id: 65 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/0fde3036-1e69-4d93-aeb9-590781005922 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1636 + body: "{\"region\":\"fr-par\", \"id\":\"0fde3036-1e69-4d93-aeb9-590781005922\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:54:28.723696Z\", \"updated_at\":\"2025-10-30T16:54:35.044332Z\", \"type\":\"kapsule\", \"name\":\"test-networking\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"networking\"], \"cluster_url\":\"https://0fde3036-1e69-4d93-aeb9-590781005922.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.0fde3036-1e69-4d93-aeb9-590781005922.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"7337983b-dcdd-4bfe-bfb5-37de52df211c\", \"commitment_ends_at\":\"2025-10-30T16:54:28.723705Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c0f1b563-f4e4-4785-b06e-1324112279d4\", \"new_images_enabled\":true, \"pod_cidr\":\"10.16.0.0/16\", \"service_cidr\":\"10.12.0.0/16\", \"service_dns_ip\":\"10.12.0.53\"}" + headers: + Content-Length: + - "1636" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:54:35 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 7a6ceaf3-fdce-4a4e-8702-07ae42b5d304 + status: 200 OK + code: 200 + duration: 74.278568ms +- id: 66 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/0fde3036-1e69-4d93-aeb9-590781005922 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1633 + body: "{\"region\":\"fr-par\", \"id\":\"0fde3036-1e69-4d93-aeb9-590781005922\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:54:28.723696Z\", \"updated_at\":\"2025-10-30T16:54:37.313869Z\", \"type\":\"kapsule\", \"name\":\"test-networking\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"networking\"], \"cluster_url\":\"https://0fde3036-1e69-4d93-aeb9-590781005922.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.0fde3036-1e69-4d93-aeb9-590781005922.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"7337983b-dcdd-4bfe-bfb5-37de52df211c\", \"commitment_ends_at\":\"2025-10-30T16:54:28.723705Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c0f1b563-f4e4-4785-b06e-1324112279d4\", \"new_images_enabled\":true, \"pod_cidr\":\"10.16.0.0/16\", \"service_cidr\":\"10.12.0.0/16\", \"service_dns_ip\":\"10.12.0.53\"}" + headers: + Content-Length: + - "1633" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:54:40 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - cadedb71-15c5-4ad0-a596-c16a7d6864bd + status: 200 OK + code: 200 + duration: 70.300901ms +- id: 67 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/0fde3036-1e69-4d93-aeb9-590781005922 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1633 + body: "{\"region\":\"fr-par\", \"id\":\"0fde3036-1e69-4d93-aeb9-590781005922\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:54:28.723696Z\", \"updated_at\":\"2025-10-30T16:54:37.313869Z\", \"type\":\"kapsule\", \"name\":\"test-networking\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"networking\"], \"cluster_url\":\"https://0fde3036-1e69-4d93-aeb9-590781005922.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.0fde3036-1e69-4d93-aeb9-590781005922.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"7337983b-dcdd-4bfe-bfb5-37de52df211c\", \"commitment_ends_at\":\"2025-10-30T16:54:28.723705Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c0f1b563-f4e4-4785-b06e-1324112279d4\", \"new_images_enabled\":true, \"pod_cidr\":\"10.16.0.0/16\", \"service_cidr\":\"10.12.0.0/16\", \"service_dns_ip\":\"10.12.0.53\"}" + headers: + Content-Length: + - "1633" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:54:40 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - a6923af2-743d-4674-a564-785ea0c9b1da + status: 200 OK + code: 200 + duration: 26.831519ms +- id: 68 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/0fde3036-1e69-4d93-aeb9-590781005922/kubeconfig + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1658 + body: "{\"name\":\"kubeconfig\", \"content_type\":\"application/octet-stream\", \"content\":\"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogInRlc3QtbmV0d29ya2luZyIKICBjbHVzdGVyOgogICAgY2VydGlmaWNhdGUtYXV0aG9yaXR5LWRhdGE6IExTMHRMUzFDUlVkSlRpQkRSVkpVU1VaSlEwRlVSUzB0TFMwdENrMUpTVUpYZWtORFFWRkhaMEYzU1VKQlowbENRVVJCUzBKblozRm9hMnBQVUZGUlJFRnFRVlpOVWsxM1JWRlpSRlpSVVVSRmQzQnlaRmRLYkdOdE5Xd0taRWRXZWsxQ05GaEVWRWt4VFZSQmVVOVVSVEpPVkZGNVQwWnZXRVJVVFRGTlZFRjVUMVJGTWs1VVVYbFBSbTkzUmxSRlZFMUNSVWRCTVZWRlFYaE5Td3BoTTFacFdsaEtkVnBZVW14amVrSmFUVUpOUjBKNWNVZFRUVFE1UVdkRlIwTkRjVWRUVFRRNVFYZEZTRUV3U1VGQ1REbDRjWFpqTVhwdFRVaHRWVFkwQ2poemJXUk9VbEVyVVdad2FXdHNiRVo0VUZaTVJtcFFMelZ2Y214NVUyazBialkxUm1SWWQxVkdjMEZ4WWk5amRqWktOWEV6Y1dKWE1TdERhRmxrVlVrS04xcEJjMkZLVjJwUmFrSkJUVUUwUjBFeFZXUkVkMFZDTDNkUlJVRjNTVU53UkVGUVFtZE9Wa2hTVFVKQlpqaEZRbFJCUkVGUlNDOU5RakJIUVRGVlpBcEVaMUZYUWtKUmRXZHJSRGQ2VjNNeFptUldlSFkzUlhOdVVtVkhOV2hhUzNscVFVdENaMmR4YUd0cVQxQlJVVVJCWjA1SlFVUkNSa0ZwUVhkS05scFBDbkJLTkhSUFUxRnhMemRpVDNKdlEwcFhNVW8wTkVaSmIwNVphblJ6Y0RaWmMwazJLM05uU1doQlR6bHRTVEZ2VjJ3MGR6UjZZbmh1ZVZCSU9ETkpkbTBLZWtoQmJIQnNiMWRyUm5BMFluRlZTelY2TTFnS0xTMHRMUzFGVGtRZ1EwVlNWRWxHU1VOQlZFVXRMUzB0TFFvPQogICAgc2VydmVyOiBodHRwczovLzBmZGUzMDM2LTFlNjktNGQ5My1hZWI5LTU5MDc4MTAwNTkyMi5hcGkuazhzLmZyLXBhci5zY3cuY2xvdWQ6NjQ0Mwpjb250ZXh0czoKLSBuYW1lOiBhZG1pbkB0ZXN0LW5ldHdvcmtpbmcKICBjb250ZXh0OgogICAgY2x1c3RlcjogInRlc3QtbmV0d29ya2luZyIKICAgIHVzZXI6IHRlc3QtbmV0d29ya2luZy1hZG1pbgpjdXJyZW50LWNvbnRleHQ6IGFkbWluQHRlc3QtbmV0d29ya2luZwpraW5kOiBDb25maWcKcHJlZmVyZW5jZXM6IHt9CnVzZXJzOgotIG5hbWU6IHRlc3QtbmV0d29ya2luZy1hZG1pbgogIHVzZXI6CiAgICB0b2tlbjogNmMwTTE1WElJY29OWnhkQ2lkN3VNa0p4OWhFUGsxRnlXdXhPRzJRYmdjcWhHRlBGSnZnd2VhSGE=\"}" + headers: + Content-Length: + - "1658" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:54:40 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 3083d35d-3e88-4683-a989-d63f62779158 + status: 200 OK + code: 200 + duration: 75.274858ms +- id: 69 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/0fde3036-1e69-4d93-aeb9-590781005922 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1633 + body: "{\"region\":\"fr-par\", \"id\":\"0fde3036-1e69-4d93-aeb9-590781005922\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:54:28.723696Z\", \"updated_at\":\"2025-10-30T16:54:37.313869Z\", \"type\":\"kapsule\", \"name\":\"test-networking\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"networking\"], \"cluster_url\":\"https://0fde3036-1e69-4d93-aeb9-590781005922.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.0fde3036-1e69-4d93-aeb9-590781005922.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"7337983b-dcdd-4bfe-bfb5-37de52df211c\", \"commitment_ends_at\":\"2025-10-30T16:54:28.723705Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c0f1b563-f4e4-4785-b06e-1324112279d4\", \"new_images_enabled\":true, \"pod_cidr\":\"10.16.0.0/16\", \"service_cidr\":\"10.12.0.0/16\", \"service_dns_ip\":\"10.12.0.53\"}" + headers: + Content-Length: + - "1633" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:54:40 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - d721dd42-9da9-448b-b899-024139dcfefd + status: 200 OK + code: 200 + duration: 22.086933ms +- id: 70 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/vpc/v2/regions/fr-par/vpcs/d7f9c75f-8f45-4d52-8ec6-17f610a822f8 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 412 + body: "{\"id\":\"d7f9c75f-8f45-4d52-8ec6-17f610a822f8\", \"name\":\"vpc-networking\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:53:23.028302Z\", \"updated_at\":\"2025-10-30T16:53:23.028302Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_default\":false, \"private_network_count\":1, \"routing_enabled\":true, \"custom_routes_propagation_enabled\":true, \"region\":\"fr-par\"}" + headers: + Content-Length: + - "412" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:54:40 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 914d750e-4516-4c96-9d4e-46df94a32a62 + status: 200 OK + code: 200 + duration: 25.488077ms +- id: 71 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks/7337983b-dcdd-4bfe-bfb5-37de52df211c + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1083 + body: "{\"id\":\"7337983b-dcdd-4bfe-bfb5-37de52df211c\", \"name\":\"pn-networking\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:53:23.183116Z\", \"updated_at\":\"2025-10-30T16:53:23.183116Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"subnets\":[{\"id\":\"ccb040be-1343-4730-bd04-f51dacc49bfa\", \"created_at\":\"2025-10-30T16:53:23.183116Z\", \"updated_at\":\"2025-10-30T16:53:23.183116Z\", \"subnet\":\"172.18.52.0/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"7337983b-dcdd-4bfe-bfb5-37de52df211c\", \"vpc_id\":\"d7f9c75f-8f45-4d52-8ec6-17f610a822f8\"}, {\"id\":\"c3db3104-1ae0-49d4-bdf9-23309beba4af\", \"created_at\":\"2025-10-30T16:53:23.183116Z\", \"updated_at\":\"2025-10-30T16:53:23.183116Z\", \"subnet\":\"fd5f:519c:6d46:4a4c::/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"7337983b-dcdd-4bfe-bfb5-37de52df211c\", \"vpc_id\":\"d7f9c75f-8f45-4d52-8ec6-17f610a822f8\"}], \"vpc_id\":\"d7f9c75f-8f45-4d52-8ec6-17f610a822f8\", \"dhcp_enabled\":true, \"default_route_propagation_enabled\":false, \"region\":\"fr-par\"}" + headers: + Content-Length: + - "1083" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:54:40 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - d145a81c-75ad-4e42-83ef-03cba7a1d9a3 + status: 200 OK + code: 200 + duration: 33.13004ms +- id: 72 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/0fde3036-1e69-4d93-aeb9-590781005922 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1633 + body: "{\"region\":\"fr-par\", \"id\":\"0fde3036-1e69-4d93-aeb9-590781005922\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:54:28.723696Z\", \"updated_at\":\"2025-10-30T16:54:37.313869Z\", \"type\":\"kapsule\", \"name\":\"test-networking\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"networking\"], \"cluster_url\":\"https://0fde3036-1e69-4d93-aeb9-590781005922.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.0fde3036-1e69-4d93-aeb9-590781005922.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"7337983b-dcdd-4bfe-bfb5-37de52df211c\", \"commitment_ends_at\":\"2025-10-30T16:54:28.723705Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c0f1b563-f4e4-4785-b06e-1324112279d4\", \"new_images_enabled\":true, \"pod_cidr\":\"10.16.0.0/16\", \"service_cidr\":\"10.12.0.0/16\", \"service_dns_ip\":\"10.12.0.53\"}" + headers: + Content-Length: + - "1633" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:54:40 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 9d676c75-b7f8-4021-a67d-c66735bd9dbb + status: 200 OK + code: 200 + duration: 97.023186ms +- id: 73 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/0fde3036-1e69-4d93-aeb9-590781005922/kubeconfig + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1658 + body: "{\"name\":\"kubeconfig\", \"content_type\":\"application/octet-stream\", \"content\":\"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogInRlc3QtbmV0d29ya2luZyIKICBjbHVzdGVyOgogICAgY2VydGlmaWNhdGUtYXV0aG9yaXR5LWRhdGE6IExTMHRMUzFDUlVkSlRpQkRSVkpVU1VaSlEwRlVSUzB0TFMwdENrMUpTVUpYZWtORFFWRkhaMEYzU1VKQlowbENRVVJCUzBKblozRm9hMnBQVUZGUlJFRnFRVlpOVWsxM1JWRlpSRlpSVVVSRmQzQnlaRmRLYkdOdE5Xd0taRWRXZWsxQ05GaEVWRWt4VFZSQmVVOVVSVEpPVkZGNVQwWnZXRVJVVFRGTlZFRjVUMVJGTWs1VVVYbFBSbTkzUmxSRlZFMUNSVWRCTVZWRlFYaE5Td3BoTTFacFdsaEtkVnBZVW14amVrSmFUVUpOUjBKNWNVZFRUVFE1UVdkRlIwTkRjVWRUVFRRNVFYZEZTRUV3U1VGQ1REbDRjWFpqTVhwdFRVaHRWVFkwQ2poemJXUk9VbEVyVVdad2FXdHNiRVo0VUZaTVJtcFFMelZ2Y214NVUyazBialkxUm1SWWQxVkdjMEZ4WWk5amRqWktOWEV6Y1dKWE1TdERhRmxrVlVrS04xcEJjMkZLVjJwUmFrSkJUVUUwUjBFeFZXUkVkMFZDTDNkUlJVRjNTVU53UkVGUVFtZE9Wa2hTVFVKQlpqaEZRbFJCUkVGUlNDOU5RakJIUVRGVlpBcEVaMUZYUWtKUmRXZHJSRGQ2VjNNeFptUldlSFkzUlhOdVVtVkhOV2hhUzNscVFVdENaMmR4YUd0cVQxQlJVVVJCWjA1SlFVUkNSa0ZwUVhkS05scFBDbkJLTkhSUFUxRnhMemRpVDNKdlEwcFhNVW8wTkVaSmIwNVphblJ6Y0RaWmMwazJLM05uU1doQlR6bHRTVEZ2VjJ3MGR6UjZZbmh1ZVZCSU9ETkpkbTBLZWtoQmJIQnNiMWRyUm5BMFluRlZTelY2TTFnS0xTMHRMUzFGVGtRZ1EwVlNWRWxHU1VOQlZFVXRMUzB0TFFvPQogICAgc2VydmVyOiBodHRwczovLzBmZGUzMDM2LTFlNjktNGQ5My1hZWI5LTU5MDc4MTAwNTkyMi5hcGkuazhzLmZyLXBhci5zY3cuY2xvdWQ6NjQ0Mwpjb250ZXh0czoKLSBuYW1lOiBhZG1pbkB0ZXN0LW5ldHdvcmtpbmcKICBjb250ZXh0OgogICAgY2x1c3RlcjogInRlc3QtbmV0d29ya2luZyIKICAgIHVzZXI6IHRlc3QtbmV0d29ya2luZy1hZG1pbgpjdXJyZW50LWNvbnRleHQ6IGFkbWluQHRlc3QtbmV0d29ya2luZwpraW5kOiBDb25maWcKcHJlZmVyZW5jZXM6IHt9CnVzZXJzOgotIG5hbWU6IHRlc3QtbmV0d29ya2luZy1hZG1pbgogIHVzZXI6CiAgICB0b2tlbjogNmMwTTE1WElJY29OWnhkQ2lkN3VNa0p4OWhFUGsxRnlXdXhPRzJRYmdjcWhHRlBGSnZnd2VhSGE=\"}" + headers: + Content-Length: + - "1658" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:54:40 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - ba4888a3-97dd-45ed-af30-c54d35698c64 + status: 200 OK + code: 200 + duration: 77.111776ms +- id: 74 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + form: + with_additional_resources: + - "true" + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/0fde3036-1e69-4d93-aeb9-590781005922?with_additional_resources=true + method: DELETE + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1637 + body: "{\"region\":\"fr-par\", \"id\":\"0fde3036-1e69-4d93-aeb9-590781005922\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:54:28.723696Z\", \"updated_at\":\"2025-10-30T16:54:41.118902Z\", \"type\":\"kapsule\", \"name\":\"test-networking\", \"description\":\"\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"networking\"], \"cluster_url\":\"https://0fde3036-1e69-4d93-aeb9-590781005922.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.0fde3036-1e69-4d93-aeb9-590781005922.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"7337983b-dcdd-4bfe-bfb5-37de52df211c\", \"commitment_ends_at\":\"2025-10-30T16:54:28.723705Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c0f1b563-f4e4-4785-b06e-1324112279d4\", \"new_images_enabled\":false, \"pod_cidr\":\"10.16.0.0/16\", \"service_cidr\":\"10.12.0.0/16\", \"service_dns_ip\":\"10.12.0.53\"}" + headers: + Content-Length: + - "1637" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:54:41 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - ca2599f7-a0f5-44d7-8583-4752f9e69119 + status: 200 OK + code: 200 + duration: 87.620839ms +- id: 75 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/0fde3036-1e69-4d93-aeb9-590781005922 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1636 + body: "{\"region\":\"fr-par\", \"id\":\"0fde3036-1e69-4d93-aeb9-590781005922\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:54:28.723696Z\", \"updated_at\":\"2025-10-30T16:54:41.118902Z\", \"type\":\"kapsule\", \"name\":\"test-networking\", \"description\":\"\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"networking\"], \"cluster_url\":\"https://0fde3036-1e69-4d93-aeb9-590781005922.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.0fde3036-1e69-4d93-aeb9-590781005922.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"7337983b-dcdd-4bfe-bfb5-37de52df211c\", \"commitment_ends_at\":\"2025-10-30T16:54:28.723705Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c0f1b563-f4e4-4785-b06e-1324112279d4\", \"new_images_enabled\":true, \"pod_cidr\":\"10.16.0.0/16\", \"service_cidr\":\"10.12.0.0/16\", \"service_dns_ip\":\"10.12.0.53\"}" + headers: + Content-Length: + - "1636" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:54:41 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 663a627f-af67-4010-a184-5f6bccd728cc + status: 200 OK + code: 200 + duration: 21.427095ms +- id: 76 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/0fde3036-1e69-4d93-aeb9-590781005922 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1636 + body: "{\"region\":\"fr-par\", \"id\":\"0fde3036-1e69-4d93-aeb9-590781005922\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:54:28.723696Z\", \"updated_at\":\"2025-10-30T16:54:41.118902Z\", \"type\":\"kapsule\", \"name\":\"test-networking\", \"description\":\"\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"networking\"], \"cluster_url\":\"https://0fde3036-1e69-4d93-aeb9-590781005922.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.0fde3036-1e69-4d93-aeb9-590781005922.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"7337983b-dcdd-4bfe-bfb5-37de52df211c\", \"commitment_ends_at\":\"2025-10-30T16:54:28.723705Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c0f1b563-f4e4-4785-b06e-1324112279d4\", \"new_images_enabled\":true, \"pod_cidr\":\"10.16.0.0/16\", \"service_cidr\":\"10.12.0.0/16\", \"service_dns_ip\":\"10.12.0.53\"}" + headers: + Content-Length: + - "1636" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:54:46 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 8582f2f7-cef9-47fa-b4d0-bec77d6d82fe + status: 200 OK + code: 200 + duration: 81.793041ms +- id: 77 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/0fde3036-1e69-4d93-aeb9-590781005922 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1636 + body: "{\"region\":\"fr-par\", \"id\":\"0fde3036-1e69-4d93-aeb9-590781005922\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:54:28.723696Z\", \"updated_at\":\"2025-10-30T16:54:41.118902Z\", \"type\":\"kapsule\", \"name\":\"test-networking\", \"description\":\"\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"networking\"], \"cluster_url\":\"https://0fde3036-1e69-4d93-aeb9-590781005922.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.0fde3036-1e69-4d93-aeb9-590781005922.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"7337983b-dcdd-4bfe-bfb5-37de52df211c\", \"commitment_ends_at\":\"2025-10-30T16:54:28.723705Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c0f1b563-f4e4-4785-b06e-1324112279d4\", \"new_images_enabled\":true, \"pod_cidr\":\"10.16.0.0/16\", \"service_cidr\":\"10.12.0.0/16\", \"service_dns_ip\":\"10.12.0.53\"}" + headers: + Content-Length: + - "1636" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:54:51 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 4190b518-ad96-43fa-971d-4782d50010a4 + status: 200 OK + code: 200 + duration: 85.999808ms +- id: 78 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/0fde3036-1e69-4d93-aeb9-590781005922 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1636 + body: "{\"region\":\"fr-par\", \"id\":\"0fde3036-1e69-4d93-aeb9-590781005922\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:54:28.723696Z\", \"updated_at\":\"2025-10-30T16:54:41.118902Z\", \"type\":\"kapsule\", \"name\":\"test-networking\", \"description\":\"\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"networking\"], \"cluster_url\":\"https://0fde3036-1e69-4d93-aeb9-590781005922.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.0fde3036-1e69-4d93-aeb9-590781005922.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"7337983b-dcdd-4bfe-bfb5-37de52df211c\", \"commitment_ends_at\":\"2025-10-30T16:54:28.723705Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c0f1b563-f4e4-4785-b06e-1324112279d4\", \"new_images_enabled\":true, \"pod_cidr\":\"10.16.0.0/16\", \"service_cidr\":\"10.12.0.0/16\", \"service_dns_ip\":\"10.12.0.53\"}" + headers: + Content-Length: + - "1636" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:54:56 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 7ef44953-2a5e-42da-b06a-a14a1203bebe + status: 200 OK + code: 200 + duration: 82.76198ms +- id: 79 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/0fde3036-1e69-4d93-aeb9-590781005922 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1636 + body: "{\"region\":\"fr-par\", \"id\":\"0fde3036-1e69-4d93-aeb9-590781005922\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:54:28.723696Z\", \"updated_at\":\"2025-10-30T16:54:41.118902Z\", \"type\":\"kapsule\", \"name\":\"test-networking\", \"description\":\"\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"networking\"], \"cluster_url\":\"https://0fde3036-1e69-4d93-aeb9-590781005922.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.0fde3036-1e69-4d93-aeb9-590781005922.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"7337983b-dcdd-4bfe-bfb5-37de52df211c\", \"commitment_ends_at\":\"2025-10-30T16:54:28.723705Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c0f1b563-f4e4-4785-b06e-1324112279d4\", \"new_images_enabled\":true, \"pod_cidr\":\"10.16.0.0/16\", \"service_cidr\":\"10.12.0.0/16\", \"service_dns_ip\":\"10.12.0.53\"}" + headers: + Content-Length: + - "1636" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:55:01 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 39350687-30fb-49b5-af19-11eb46936f7d + status: 200 OK + code: 200 + duration: 96.724505ms +- id: 80 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/0fde3036-1e69-4d93-aeb9-590781005922 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 128 + body: "{\"message\":\"resource is not found\",\"resource\":\"cluster\",\"resource_id\":\"0fde3036-1e69-4d93-aeb9-590781005922\",\"type\":\"not_found\"}" + headers: + Content-Length: + - "128" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:55:06 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - d149d05c-a09c-4036-9665-8d984cf70ec5 + status: 404 Not Found + code: 404 + duration: 26.055421ms +- id: 81 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks/7337983b-dcdd-4bfe-bfb5-37de52df211c + method: DELETE + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 136 + body: "{\"message\":\"resource is not found\",\"resource\":\"private_network\",\"resource_id\":\"7337983b-dcdd-4bfe-bfb5-37de52df211c\",\"type\":\"not_found\"}" + headers: + Content-Length: + - "136" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:55:06 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 8af5e397-b919-47cd-8991-de1da456929b + status: 404 Not Found + code: 404 + duration: 23.649706ms +- id: 82 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/vpc/v2/regions/fr-par/vpcs/d7f9c75f-8f45-4d52-8ec6-17f610a822f8 + method: DELETE + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 0 + body: "" + headers: + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:55:06 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 3eae223e-aa16-4de7-bb7e-67993267a5e5 + status: 204 No Content + code: 204 + duration: 117.993904ms +- id: 83 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/0fde3036-1e69-4d93-aeb9-590781005922 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 128 + body: "{\"message\":\"resource is not found\",\"resource\":\"cluster\",\"resource_id\":\"0fde3036-1e69-4d93-aeb9-590781005922\",\"type\":\"not_found\"}" + headers: + Content-Length: + - "128" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:55:06 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - ec995a78-fa25-4545-aef0-6481788cdeea + status: 404 Not Found + code: 404 + duration: 32.131705ms +- id: 84 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks/7337983b-dcdd-4bfe-bfb5-37de52df211c + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 136 + body: "{\"message\":\"resource is not found\",\"resource\":\"private_network\",\"resource_id\":\"7337983b-dcdd-4bfe-bfb5-37de52df211c\",\"type\":\"not_found\"}" + headers: + Content-Length: + - "136" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:55:06 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 31ddcd16-e47d-45d9-bee0-8e647a6781a1 + status: 404 Not Found + code: 404 + duration: 20.431106ms diff --git a/internal/services/k8s/testdata/cluster-oidc.cassette.yaml b/internal/services/k8s/testdata/cluster-oidc.cassette.yaml index f8d3f89edf..96bab724c5 100644 --- a/internal/services/k8s/testdata/cluster-oidc.cassette.yaml +++ b/internal/services/k8s/testdata/cluster-oidc.cassette.yaml @@ -1,1871 +1,1272 @@ --- version: 2 interactions: - - id: 0 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/versions - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 4962 - uncompressed: false - body: '{"versions":[{"available_admission_plugins":["AlwaysPullImages","PodNodeSelector","PodTolerationRestriction"],"available_cnis":["cilium","cilium_native","calico","kilo","none"],"available_container_runtimes":["containerd"],"available_feature_gates":["HPAScaleToZero","CPUManagerPolicyAlphaOptions","ImageVolume"],"available_kubelet_args":{"containerLogMaxFiles":"uint16","containerLogMaxSize":"quantity","cpuCFSQuota":"bool","cpuCFSQuotaPeriod":"duration","cpuManagerPolicy":"enum:none|static","cpuManagerPolicyOptions":"map[string]string","enableDebuggingHandlers":"bool","evictionHard":"map[string]string","evictionMinimumReclaim":"map[string]string","imageGCHighThresholdPercent":"uint32","imageGCLowThresholdPercent":"uint32","maxParallelImagePulls":"int32","maxPods":"uint16","registryBurst":"int32","registryPullQPS":"int32","serializeImagePulls":"bool"},"label":"Kubernetes 1.34.1","name":"1.34.1","region":"fr-par"},{"available_admission_plugins":["AlwaysPullImages","PodNodeSelector","PodTolerationRestriction"],"available_cnis":["cilium","calico","kilo","none"],"available_container_runtimes":["containerd"],"available_feature_gates":["HPAScaleToZero","DRAAdminAccess","DynamicResourceAllocation","PodLevelResources","CPUManagerPolicyAlphaOptions","ImageVolume"],"available_kubelet_args":{"containerLogMaxFiles":"uint16","containerLogMaxSize":"quantity","cpuCFSQuota":"bool","cpuCFSQuotaPeriod":"duration","cpuManagerPolicy":"enum:none|static","cpuManagerPolicyOptions":"map[string]string","enableDebuggingHandlers":"bool","evictionHard":"map[string]string","evictionMinimumReclaim":"map[string]string","imageGCHighThresholdPercent":"uint32","imageGCLowThresholdPercent":"uint32","maxParallelImagePulls":"int32","maxPods":"uint16","registryBurst":"int32","registryPullQPS":"int32","serializeImagePulls":"bool"},"label":"Kubernetes 1.33.4","name":"1.33.4","region":"fr-par"},{"available_admission_plugins":["AlwaysPullImages","PodNodeSelector","PodTolerationRestriction"],"available_cnis":["cilium","calico","kilo","none"],"available_container_runtimes":["containerd"],"available_feature_gates":["HPAScaleToZero","InPlacePodVerticalScaling","SidecarContainers","DRAAdminAccess","DRAResourceClaimDeviceStatus","DynamicResourceAllocation","PodLevelResources","CPUManagerPolicyAlphaOptions","ImageVolume"],"available_kubelet_args":{"containerLogMaxFiles":"uint16","containerLogMaxSize":"quantity","cpuCFSQuota":"bool","cpuCFSQuotaPeriod":"duration","cpuManagerPolicy":"enum:none|static","cpuManagerPolicyOptions":"map[string]string","enableDebuggingHandlers":"bool","evictionHard":"map[string]string","evictionMinimumReclaim":"map[string]string","imageGCHighThresholdPercent":"uint32","imageGCLowThresholdPercent":"uint32","maxParallelImagePulls":"int32","maxPods":"uint16","registryBurst":"int32","registryPullQPS":"int32","serializeImagePulls":"bool"},"label":"Kubernetes 1.32.8","name":"1.32.8","region":"fr-par"},{"available_admission_plugins":["AlwaysPullImages","PodNodeSelector","PodTolerationRestriction"],"available_cnis":["cilium","calico","kilo","none"],"available_container_runtimes":["containerd"],"available_feature_gates":["HPAScaleToZero","InPlacePodVerticalScaling","SidecarContainers","CPUManagerPolicyAlphaOptions","ImageVolume"],"available_kubelet_args":{"containerLogMaxFiles":"uint16","containerLogMaxSize":"quantity","cpuCFSQuota":"bool","cpuCFSQuotaPeriod":"duration","cpuManagerPolicy":"enum:none|static","cpuManagerPolicyOptions":"map[string]string","enableDebuggingHandlers":"bool","evictionHard":"map[string]string","evictionMinimumReclaim":"map[string]string","imageGCHighThresholdPercent":"uint32","imageGCLowThresholdPercent":"uint32","maxParallelImagePulls":"int32","maxPods":"uint16","registryBurst":"int32","registryPullQPS":"int32","serializeImagePulls":"bool"},"label":"Kubernetes 1.31.12","name":"1.31.12","region":"fr-par"},{"available_admission_plugins":["AlwaysPullImages","PodNodeSelector","PodTolerationRestriction"],"available_cnis":["cilium","calico","kilo","none"],"available_container_runtimes":["containerd"],"available_feature_gates":["HPAScaleToZero","SidecarContainers","InPlacePodVerticalScaling","CPUManagerPolicyAlphaOptions"],"available_kubelet_args":{"containerLogMaxFiles":"uint16","containerLogMaxSize":"quantity","cpuCFSQuota":"bool","cpuCFSQuotaPeriod":"duration","cpuManagerPolicy":"enum:none|static","cpuManagerPolicyOptions":"map[string]string","enableDebuggingHandlers":"bool","evictionHard":"map[string]string","evictionMinimumReclaim":"map[string]string","imageGCHighThresholdPercent":"uint32","imageGCLowThresholdPercent":"uint32","maxParallelImagePulls":"int32","maxPods":"uint16","registryBurst":"int32","registryPullQPS":"int32","serializeImagePulls":"bool"},"label":"Kubernetes 1.30.14","name":"1.30.14","region":"fr-par"}]}' - headers: - Content-Length: - - "4962" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:22:30 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 02a7ed36-1f87-4cb9-a83f-35f7c530c362 - status: 200 OK - code: 200 - duration: 169.768375ms - - id: 1 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 128 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: '{"name":"testAccCheckK8SClusterConfigOIDC","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","tags":[],"enable_routing":false}' - form: {} - headers: - Content-Type: - - application/json - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/fr-par/vpcs - method: POST - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 430 - uncompressed: false - body: '{"created_at":"2025-09-30T09:22:31.125648Z","custom_routes_propagation_enabled":true,"id":"b8848138-ceb9-4b5c-b9cb-4cd6a96143ab","is_default":false,"name":"testAccCheckK8SClusterConfigOIDC","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","private_network_count":0,"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","routing_enabled":true,"tags":[],"updated_at":"2025-09-30T09:22:31.125648Z"}' - headers: - Content-Length: - - "430" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:22:31 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 64668a1f-287d-439e-bc42-321d270a1e66 - status: 200 OK - code: 200 - duration: 67.21025ms - - id: 2 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/fr-par/vpcs/b8848138-ceb9-4b5c-b9cb-4cd6a96143ab - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 430 - uncompressed: false - body: '{"created_at":"2025-09-30T09:22:31.125648Z","custom_routes_propagation_enabled":true,"id":"b8848138-ceb9-4b5c-b9cb-4cd6a96143ab","is_default":false,"name":"testAccCheckK8SClusterConfigOIDC","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","private_network_count":0,"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","routing_enabled":true,"tags":[],"updated_at":"2025-09-30T09:22:31.125648Z"}' - headers: - Content-Length: - - "430" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:22:31 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - c280f8a7-48fe-4ba7-b08e-de3e429ed270 - status: 200 OK - code: 200 - duration: 34.565833ms - - id: 3 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 187 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: '{"name":"test-oidc","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","tags":[],"subnets":null,"vpc_id":"b8848138-ceb9-4b5c-b9cb-4cd6a96143ab","default_route_propagation_enabled":false}' - form: {} - headers: - Content-Type: - - application/json - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks - method: POST - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1080 - uncompressed: false - body: '{"created_at":"2025-09-30T09:22:31.243677Z","default_route_propagation_enabled":false,"dhcp_enabled":true,"id":"16178f0b-faf6-4fac-bb2e-558f42d7e9b1","name":"test-oidc","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","subnets":[{"created_at":"2025-09-30T09:22:31.243677Z","id":"7aba039f-c7fc-47b7-9c2d-32d3684eaef2","private_network_id":"16178f0b-faf6-4fac-bb2e-558f42d7e9b1","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","subnet":"172.17.112.0/22","updated_at":"2025-09-30T09:22:31.243677Z","vpc_id":"b8848138-ceb9-4b5c-b9cb-4cd6a96143ab"},{"created_at":"2025-09-30T09:22:31.243677Z","id":"b53b65c3-bf5f-417f-84cd-b4dfe7ffb189","private_network_id":"16178f0b-faf6-4fac-bb2e-558f42d7e9b1","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","subnet":"fd5f:519c:6d46:611d::/64","updated_at":"2025-09-30T09:22:31.243677Z","vpc_id":"b8848138-ceb9-4b5c-b9cb-4cd6a96143ab"}],"tags":[],"updated_at":"2025-09-30T09:22:31.243677Z","vpc_id":"b8848138-ceb9-4b5c-b9cb-4cd6a96143ab"}' - headers: - Content-Length: - - "1080" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:22:31 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 4bea161d-7795-4f8a-ab34-ada9ef8d11cc - status: 200 OK - code: 200 - duration: 636.153125ms - - id: 4 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks/16178f0b-faf6-4fac-bb2e-558f42d7e9b1 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1080 - uncompressed: false - body: '{"created_at":"2025-09-30T09:22:31.243677Z","default_route_propagation_enabled":false,"dhcp_enabled":true,"id":"16178f0b-faf6-4fac-bb2e-558f42d7e9b1","name":"test-oidc","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","subnets":[{"created_at":"2025-09-30T09:22:31.243677Z","id":"7aba039f-c7fc-47b7-9c2d-32d3684eaef2","private_network_id":"16178f0b-faf6-4fac-bb2e-558f42d7e9b1","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","subnet":"172.17.112.0/22","updated_at":"2025-09-30T09:22:31.243677Z","vpc_id":"b8848138-ceb9-4b5c-b9cb-4cd6a96143ab"},{"created_at":"2025-09-30T09:22:31.243677Z","id":"b53b65c3-bf5f-417f-84cd-b4dfe7ffb189","private_network_id":"16178f0b-faf6-4fac-bb2e-558f42d7e9b1","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","subnet":"fd5f:519c:6d46:611d::/64","updated_at":"2025-09-30T09:22:31.243677Z","vpc_id":"b8848138-ceb9-4b5c-b9cb-4cd6a96143ab"}],"tags":[],"updated_at":"2025-09-30T09:22:31.243677Z","vpc_id":"b8848138-ceb9-4b5c-b9cb-4cd6a96143ab"}' - headers: - Content-Length: - - "1080" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:22:31 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 9b5828a3-bb73-4274-8199-8da95602891b - status: 200 OK - code: 200 - duration: 162.789542ms - - id: 5 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 914 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: '{"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","type":"","name":"test-oidc","description":"","tags":["terraform-test","scaleway_k8s_cluster","oidc-config"],"version":"1.34.1","cni":"cilium","pools":null,"autoscaler_config":{"scale_down_disabled":null,"scale_down_delay_after_add":null,"estimator":"unknown_estimator","expander":"unknown_expander","ignore_daemonsets_utilization":null,"balance_similar_node_groups":null,"expendable_pods_priority_cutoff":0,"scale_down_unneeded_time":null,"scale_down_utilization_threshold":null,"max_graceful_termination_sec":0},"feature_gates":[],"admission_plugins":[],"open_id_connect_config":{"issuer_url":"https://accounts.google.com","client_id":"my-super-id","username_claim":"mario","username_prefix":null,"groups_claim":["k8s","admin"],"groups_prefix":"pouf","required_claim":null},"apiserver_cert_sans":[],"private_network_id":"16178f0b-faf6-4fac-bb2e-558f42d7e9b1"}' - form: {} - headers: - Content-Type: - - application/json - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters - method: POST - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1658 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://c8ec119b-df4e-4b1c-9380-4602f1e194fb.api.k8s.fr-par.scw.cloud:6443","cni":"cilium","commitment_ends_at":"2025-09-30T09:22:32.426843Z","created_at":"2025-09-30T09:22:32.426835Z","description":"","dns_wildcard":"*.c8ec119b-df4e-4b1c-9380-4602f1e194fb.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"","id":"c8ec119b-df4e-4b1c-9380-4602f1e194fb","name":"test-oidc","new_images_enabled":false,"open_id_connect_config":{"client_id":"my-super-id","groups_claim":["k8s","admin"],"groups_prefix":"pouf","issuer_url":"https://accounts.google.com","required_claim":[],"username_claim":"mario","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"100.64.0.0/15","private_network_id":"16178f0b-faf6-4fac-bb2e-558f42d7e9b1","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"10.32.0.0/20","service_dns_ip":"10.32.0.10","status":"creating","tags":["terraform-test","scaleway_k8s_cluster","oidc-config"],"type":"kapsule","updated_at":"2025-09-30T09:22:32.426835Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1658" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:22:32 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - eecb6ca4-45b5-4b66-a4d2-a4c8d17048b7 - status: 200 OK - code: 200 - duration: 448.476708ms - - id: 6 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c8ec119b-df4e-4b1c-9380-4602f1e194fb - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1622 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://c8ec119b-df4e-4b1c-9380-4602f1e194fb.api.k8s.fr-par.scw.cloud:6443","cni":"cilium","commitment_ends_at":"2025-09-30T09:22:32.426843Z","created_at":"2025-09-30T09:22:32.426835Z","description":"","dns_wildcard":"*.c8ec119b-df4e-4b1c-9380-4602f1e194fb.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"","id":"c8ec119b-df4e-4b1c-9380-4602f1e194fb","name":"test-oidc","new_images_enabled":true,"open_id_connect_config":{"client_id":"my-super-id","groups_claim":["k8s","admin"],"groups_prefix":"pouf","issuer_url":"https://accounts.google.com","required_claim":[],"username_claim":"mario","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":"16178f0b-faf6-4fac-bb2e-558f42d7e9b1","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"","service_dns_ip":"","status":"creating","tags":["terraform-test","scaleway_k8s_cluster","oidc-config"],"type":"kapsule","updated_at":"2025-09-30T09:22:32.530923Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1622" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:22:32 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 4ac7eabc-0646-4acb-9b5f-700574fc97b0 - status: 200 OK - code: 200 - duration: 270.5135ms - - id: 7 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c8ec119b-df4e-4b1c-9380-4602f1e194fb - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1663 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://c8ec119b-df4e-4b1c-9380-4602f1e194fb.api.k8s.fr-par.scw.cloud:6443","cni":"cilium","commitment_ends_at":"2025-09-30T09:22:32.426843Z","created_at":"2025-09-30T09:22:32.426835Z","description":"","dns_wildcard":"*.c8ec119b-df4e-4b1c-9380-4602f1e194fb.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"2e593b51-c0e4-4a7d-89c9-bd0e03ae9379","id":"c8ec119b-df4e-4b1c-9380-4602f1e194fb","name":"test-oidc","new_images_enabled":true,"open_id_connect_config":{"client_id":"my-super-id","groups_claim":["k8s","admin"],"groups_prefix":"pouf","issuer_url":"https://accounts.google.com","required_claim":[],"username_claim":"mario","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":"16178f0b-faf6-4fac-bb2e-558f42d7e9b1","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"","service_dns_ip":"","status":"pool_required","tags":["terraform-test","scaleway_k8s_cluster","oidc-config"],"type":"kapsule","updated_at":"2025-09-30T09:22:32.892274Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1663" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:22:37 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 78867d09-4f04-4f0e-974d-76afbb201416 - status: 200 OK - code: 200 - duration: 87.793417ms - - id: 8 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c8ec119b-df4e-4b1c-9380-4602f1e194fb/pools?order_by=created_at_asc&page=1&status=unknown - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 29 - uncompressed: false - body: '{"pools":[],"total_count":0}' - headers: - Content-Length: - - "29" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:22:37 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - ea7d5d30-3c81-473a-90b5-92e9a89952e8 - status: 200 OK - code: 200 - duration: 99.502417ms - - id: 9 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c8ec119b-df4e-4b1c-9380-4602f1e194fb - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1663 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://c8ec119b-df4e-4b1c-9380-4602f1e194fb.api.k8s.fr-par.scw.cloud:6443","cni":"cilium","commitment_ends_at":"2025-09-30T09:22:32.426843Z","created_at":"2025-09-30T09:22:32.426835Z","description":"","dns_wildcard":"*.c8ec119b-df4e-4b1c-9380-4602f1e194fb.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"2e593b51-c0e4-4a7d-89c9-bd0e03ae9379","id":"c8ec119b-df4e-4b1c-9380-4602f1e194fb","name":"test-oidc","new_images_enabled":true,"open_id_connect_config":{"client_id":"my-super-id","groups_claim":["k8s","admin"],"groups_prefix":"pouf","issuer_url":"https://accounts.google.com","required_claim":[],"username_claim":"mario","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":"16178f0b-faf6-4fac-bb2e-558f42d7e9b1","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"","service_dns_ip":"","status":"pool_required","tags":["terraform-test","scaleway_k8s_cluster","oidc-config"],"type":"kapsule","updated_at":"2025-09-30T09:22:32.892274Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1663" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:22:38 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - d5a535cc-334a-40e9-be84-dacdc01adb9e - status: 200 OK - code: 200 - duration: 82.673625ms - - id: 10 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c8ec119b-df4e-4b1c-9380-4602f1e194fb/kubeconfig - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1610 - uncompressed: false - body: '{"content":"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogInRlc3Qtb2lkYyIKICBjbHVzdGVyOgogICAgY2VydGlmaWNhdGUtYXV0aG9yaXR5LWRhdGE6IExTMHRMUzFDUlVkSlRpQkRSVkpVU1VaSlEwRlVSUzB0TFMwdENrMUpTVUpYYWtORFFWRkhaMEYzU1VKQlowbENRVVJCUzBKblozRm9hMnBQVUZGUlJFRnFRVlpOVWsxM1JWRlpSRlpSVVVSRmQzQnlaRmRLYkdOdE5Xd0taRWRXZWsxQ05GaEVWRWt4VFVScmVVOVVRVFZOYWtsNlRXeHZXRVJVVFRGTlJHdDVUMVJCTlUxcVNYcE5iRzkzUmxSRlZFMUNSVWRCTVZWRlFYaE5Td3BoTTFacFdsaEtkVnBZVW14amVrSmFUVUpOUjBKNWNVZFRUVFE1UVdkRlIwTkRjVWRUVFRRNVFYZEZTRUV3U1VGQ1R6aHBWRGxTYm0xMmVXNVBNbmQ2Q2tsd05GbG5NVEExYldNNGMyTlhNVzFpVWtOTmNrdFlRbTVXTkNzeGJTdEtOVlExYUhkTmVUQXJiR3BYTVdjek5uaGhTMUZ5VDBKaVlXaEZkekUwYjJVS2NtZENhM2RhYVdwUmFrSkJUVUUwUjBFeFZXUkVkMFZDTDNkUlJVRjNTVU53UkVGUVFtZE9Wa2hTVFVKQlpqaEZRbFJCUkVGUlNDOU5RakJIUVRGVlpBcEVaMUZYUWtKU2QzWlpOemhLV0VSbWJuaHNSMFJNTDBGVEszRm5MMjV5T1VWRVFVdENaMmR4YUd0cVQxQlJVVVJCWjA1SVFVUkNSVUZwUW5GcGRVWmpDbVUwV2pBekwzZGtOSGhHUW5KV1NrYzBZMjFqYlRWbWVEaFphVlJwWjBwSE1EaHpVakJCU1dkS1ZDOWphM0JxTW5KM1RHcGtjbU54ZGtWWWJsbDFSMmdLUVZSQ00xSmpVRzFQYkRkc1p6Uk9Za05OWnowS0xTMHRMUzFGVGtRZ1EwVlNWRWxHU1VOQlZFVXRMUzB0TFFvPQogICAgc2VydmVyOiBodHRwczovL2M4ZWMxMTliLWRmNGUtNGIxYy05MzgwLTQ2MDJmMWUxOTRmYi5hcGkuazhzLmZyLXBhci5zY3cuY2xvdWQ6NjQ0Mwpjb250ZXh0czoKLSBuYW1lOiBhZG1pbkB0ZXN0LW9pZGMKICBjb250ZXh0OgogICAgY2x1c3RlcjogInRlc3Qtb2lkYyIKICAgIHVzZXI6IHRlc3Qtb2lkYy1hZG1pbgpjdXJyZW50LWNvbnRleHQ6IGFkbWluQHRlc3Qtb2lkYwpraW5kOiBDb25maWcKcHJlZmVyZW5jZXM6IHt9CnVzZXJzOgotIG5hbWU6IHRlc3Qtb2lkYy1hZG1pbgogIHVzZXI6CiAgICB0b2tlbjogSDhTMTRLTzZpdERYWW1MTmNNd3RwVE1jVkNTOUo3M1oxeEZMenkwM2hVQ1NhcHFiNUo3c1dBVDE=","content_type":"application/octet-stream","name":"kubeconfig"}' - headers: - Content-Length: - - "1610" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:22:38 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 87f29f91-4202-4ed5-b6ec-d247a818731c - status: 200 OK - code: 200 - duration: 75.532375ms - - id: 11 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c8ec119b-df4e-4b1c-9380-4602f1e194fb - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1663 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://c8ec119b-df4e-4b1c-9380-4602f1e194fb.api.k8s.fr-par.scw.cloud:6443","cni":"cilium","commitment_ends_at":"2025-09-30T09:22:32.426843Z","created_at":"2025-09-30T09:22:32.426835Z","description":"","dns_wildcard":"*.c8ec119b-df4e-4b1c-9380-4602f1e194fb.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"2e593b51-c0e4-4a7d-89c9-bd0e03ae9379","id":"c8ec119b-df4e-4b1c-9380-4602f1e194fb","name":"test-oidc","new_images_enabled":true,"open_id_connect_config":{"client_id":"my-super-id","groups_claim":["k8s","admin"],"groups_prefix":"pouf","issuer_url":"https://accounts.google.com","required_claim":[],"username_claim":"mario","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":"16178f0b-faf6-4fac-bb2e-558f42d7e9b1","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"","service_dns_ip":"","status":"pool_required","tags":["terraform-test","scaleway_k8s_cluster","oidc-config"],"type":"kapsule","updated_at":"2025-09-30T09:22:32.892274Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1663" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:22:38 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 46cc89fc-5a7c-4294-b52f-17bac7ade999 - status: 200 OK - code: 200 - duration: 81.747541ms - - id: 12 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/fr-par/vpcs/b8848138-ceb9-4b5c-b9cb-4cd6a96143ab - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 430 - uncompressed: false - body: '{"created_at":"2025-09-30T09:22:31.125648Z","custom_routes_propagation_enabled":true,"id":"b8848138-ceb9-4b5c-b9cb-4cd6a96143ab","is_default":false,"name":"testAccCheckK8SClusterConfigOIDC","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","private_network_count":1,"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","routing_enabled":true,"tags":[],"updated_at":"2025-09-30T09:22:31.125648Z"}' - headers: - Content-Length: - - "430" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:22:38 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 3376a3d3-26fb-4c67-ac03-e39da6101094 - status: 200 OK - code: 200 - duration: 26.087ms - - id: 13 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks/16178f0b-faf6-4fac-bb2e-558f42d7e9b1 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1080 - uncompressed: false - body: '{"created_at":"2025-09-30T09:22:31.243677Z","default_route_propagation_enabled":false,"dhcp_enabled":true,"id":"16178f0b-faf6-4fac-bb2e-558f42d7e9b1","name":"test-oidc","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","subnets":[{"created_at":"2025-09-30T09:22:31.243677Z","id":"7aba039f-c7fc-47b7-9c2d-32d3684eaef2","private_network_id":"16178f0b-faf6-4fac-bb2e-558f42d7e9b1","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","subnet":"172.17.112.0/22","updated_at":"2025-09-30T09:22:31.243677Z","vpc_id":"b8848138-ceb9-4b5c-b9cb-4cd6a96143ab"},{"created_at":"2025-09-30T09:22:31.243677Z","id":"b53b65c3-bf5f-417f-84cd-b4dfe7ffb189","private_network_id":"16178f0b-faf6-4fac-bb2e-558f42d7e9b1","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","subnet":"fd5f:519c:6d46:611d::/64","updated_at":"2025-09-30T09:22:31.243677Z","vpc_id":"b8848138-ceb9-4b5c-b9cb-4cd6a96143ab"}],"tags":[],"updated_at":"2025-09-30T09:22:31.243677Z","vpc_id":"b8848138-ceb9-4b5c-b9cb-4cd6a96143ab"}' - headers: - Content-Length: - - "1080" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:22:38 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - be19c3e0-757f-403c-b20f-4357b8b776e7 - status: 200 OK - code: 200 - duration: 23.979875ms - - id: 14 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c8ec119b-df4e-4b1c-9380-4602f1e194fb - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1663 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://c8ec119b-df4e-4b1c-9380-4602f1e194fb.api.k8s.fr-par.scw.cloud:6443","cni":"cilium","commitment_ends_at":"2025-09-30T09:22:32.426843Z","created_at":"2025-09-30T09:22:32.426835Z","description":"","dns_wildcard":"*.c8ec119b-df4e-4b1c-9380-4602f1e194fb.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"2e593b51-c0e4-4a7d-89c9-bd0e03ae9379","id":"c8ec119b-df4e-4b1c-9380-4602f1e194fb","name":"test-oidc","new_images_enabled":true,"open_id_connect_config":{"client_id":"my-super-id","groups_claim":["k8s","admin"],"groups_prefix":"pouf","issuer_url":"https://accounts.google.com","required_claim":[],"username_claim":"mario","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":"16178f0b-faf6-4fac-bb2e-558f42d7e9b1","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"","service_dns_ip":"","status":"pool_required","tags":["terraform-test","scaleway_k8s_cluster","oidc-config"],"type":"kapsule","updated_at":"2025-09-30T09:22:32.892274Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1663" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:22:38 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - f2be24c8-7b00-4e66-b59b-3a634a4e1be6 - status: 200 OK - code: 200 - duration: 87.509459ms - - id: 15 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c8ec119b-df4e-4b1c-9380-4602f1e194fb/kubeconfig - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1610 - uncompressed: false - body: '{"content":"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogInRlc3Qtb2lkYyIKICBjbHVzdGVyOgogICAgY2VydGlmaWNhdGUtYXV0aG9yaXR5LWRhdGE6IExTMHRMUzFDUlVkSlRpQkRSVkpVU1VaSlEwRlVSUzB0TFMwdENrMUpTVUpYYWtORFFWRkhaMEYzU1VKQlowbENRVVJCUzBKblozRm9hMnBQVUZGUlJFRnFRVlpOVWsxM1JWRlpSRlpSVVVSRmQzQnlaRmRLYkdOdE5Xd0taRWRXZWsxQ05GaEVWRWt4VFVScmVVOVVRVFZOYWtsNlRXeHZXRVJVVFRGTlJHdDVUMVJCTlUxcVNYcE5iRzkzUmxSRlZFMUNSVWRCTVZWRlFYaE5Td3BoTTFacFdsaEtkVnBZVW14amVrSmFUVUpOUjBKNWNVZFRUVFE1UVdkRlIwTkRjVWRUVFRRNVFYZEZTRUV3U1VGQ1R6aHBWRGxTYm0xMmVXNVBNbmQ2Q2tsd05GbG5NVEExYldNNGMyTlhNVzFpVWtOTmNrdFlRbTVXTkNzeGJTdEtOVlExYUhkTmVUQXJiR3BYTVdjek5uaGhTMUZ5VDBKaVlXaEZkekUwYjJVS2NtZENhM2RhYVdwUmFrSkJUVUUwUjBFeFZXUkVkMFZDTDNkUlJVRjNTVU53UkVGUVFtZE9Wa2hTVFVKQlpqaEZRbFJCUkVGUlNDOU5RakJIUVRGVlpBcEVaMUZYUWtKU2QzWlpOemhLV0VSbWJuaHNSMFJNTDBGVEszRm5MMjV5T1VWRVFVdENaMmR4YUd0cVQxQlJVVVJCWjA1SVFVUkNSVUZwUW5GcGRVWmpDbVUwV2pBekwzZGtOSGhHUW5KV1NrYzBZMjFqYlRWbWVEaFphVlJwWjBwSE1EaHpVakJCU1dkS1ZDOWphM0JxTW5KM1RHcGtjbU54ZGtWWWJsbDFSMmdLUVZSQ00xSmpVRzFQYkRkc1p6Uk9Za05OWnowS0xTMHRMUzFGVGtRZ1EwVlNWRWxHU1VOQlZFVXRMUzB0TFFvPQogICAgc2VydmVyOiBodHRwczovL2M4ZWMxMTliLWRmNGUtNGIxYy05MzgwLTQ2MDJmMWUxOTRmYi5hcGkuazhzLmZyLXBhci5zY3cuY2xvdWQ6NjQ0Mwpjb250ZXh0czoKLSBuYW1lOiBhZG1pbkB0ZXN0LW9pZGMKICBjb250ZXh0OgogICAgY2x1c3RlcjogInRlc3Qtb2lkYyIKICAgIHVzZXI6IHRlc3Qtb2lkYy1hZG1pbgpjdXJyZW50LWNvbnRleHQ6IGFkbWluQHRlc3Qtb2lkYwpraW5kOiBDb25maWcKcHJlZmVyZW5jZXM6IHt9CnVzZXJzOgotIG5hbWU6IHRlc3Qtb2lkYy1hZG1pbgogIHVzZXI6CiAgICB0b2tlbjogSDhTMTRLTzZpdERYWW1MTmNNd3RwVE1jVkNTOUo3M1oxeEZMenkwM2hVQ1NhcHFiNUo3c1dBVDE=","content_type":"application/octet-stream","name":"kubeconfig"}' - headers: - Content-Length: - - "1610" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:22:38 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 5f030c33-5a5a-4025-96bf-1b9890fe80b1 - status: 200 OK - code: 200 - duration: 84.825916ms - - id: 16 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/fr-par/vpcs/b8848138-ceb9-4b5c-b9cb-4cd6a96143ab - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 430 - uncompressed: false - body: '{"created_at":"2025-09-30T09:22:31.125648Z","custom_routes_propagation_enabled":true,"id":"b8848138-ceb9-4b5c-b9cb-4cd6a96143ab","is_default":false,"name":"testAccCheckK8SClusterConfigOIDC","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","private_network_count":1,"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","routing_enabled":true,"tags":[],"updated_at":"2025-09-30T09:22:31.125648Z"}' - headers: - Content-Length: - - "430" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:22:38 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 2da5f367-48a9-4aa7-b2f4-980b5640a0cf - status: 200 OK - code: 200 - duration: 28.309375ms - - id: 17 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks/16178f0b-faf6-4fac-bb2e-558f42d7e9b1 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1080 - uncompressed: false - body: '{"created_at":"2025-09-30T09:22:31.243677Z","default_route_propagation_enabled":false,"dhcp_enabled":true,"id":"16178f0b-faf6-4fac-bb2e-558f42d7e9b1","name":"test-oidc","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","subnets":[{"created_at":"2025-09-30T09:22:31.243677Z","id":"7aba039f-c7fc-47b7-9c2d-32d3684eaef2","private_network_id":"16178f0b-faf6-4fac-bb2e-558f42d7e9b1","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","subnet":"172.17.112.0/22","updated_at":"2025-09-30T09:22:31.243677Z","vpc_id":"b8848138-ceb9-4b5c-b9cb-4cd6a96143ab"},{"created_at":"2025-09-30T09:22:31.243677Z","id":"b53b65c3-bf5f-417f-84cd-b4dfe7ffb189","private_network_id":"16178f0b-faf6-4fac-bb2e-558f42d7e9b1","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","subnet":"fd5f:519c:6d46:611d::/64","updated_at":"2025-09-30T09:22:31.243677Z","vpc_id":"b8848138-ceb9-4b5c-b9cb-4cd6a96143ab"}],"tags":[],"updated_at":"2025-09-30T09:22:31.243677Z","vpc_id":"b8848138-ceb9-4b5c-b9cb-4cd6a96143ab"}' - headers: - Content-Length: - - "1080" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:22:38 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 42120108-0a33-4afc-9751-8472c41742a2 - status: 200 OK - code: 200 - duration: 25.789792ms - - id: 18 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c8ec119b-df4e-4b1c-9380-4602f1e194fb - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1663 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://c8ec119b-df4e-4b1c-9380-4602f1e194fb.api.k8s.fr-par.scw.cloud:6443","cni":"cilium","commitment_ends_at":"2025-09-30T09:22:32.426843Z","created_at":"2025-09-30T09:22:32.426835Z","description":"","dns_wildcard":"*.c8ec119b-df4e-4b1c-9380-4602f1e194fb.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"2e593b51-c0e4-4a7d-89c9-bd0e03ae9379","id":"c8ec119b-df4e-4b1c-9380-4602f1e194fb","name":"test-oidc","new_images_enabled":true,"open_id_connect_config":{"client_id":"my-super-id","groups_claim":["k8s","admin"],"groups_prefix":"pouf","issuer_url":"https://accounts.google.com","required_claim":[],"username_claim":"mario","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":"16178f0b-faf6-4fac-bb2e-558f42d7e9b1","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"","service_dns_ip":"","status":"pool_required","tags":["terraform-test","scaleway_k8s_cluster","oidc-config"],"type":"kapsule","updated_at":"2025-09-30T09:22:32.892274Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1663" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:22:39 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - cd2bc67a-059e-427a-a672-3f3086d0bfaf - status: 200 OK - code: 200 - duration: 75.670958ms - - id: 19 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c8ec119b-df4e-4b1c-9380-4602f1e194fb/kubeconfig - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1610 - uncompressed: false - body: '{"content":"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogInRlc3Qtb2lkYyIKICBjbHVzdGVyOgogICAgY2VydGlmaWNhdGUtYXV0aG9yaXR5LWRhdGE6IExTMHRMUzFDUlVkSlRpQkRSVkpVU1VaSlEwRlVSUzB0TFMwdENrMUpTVUpYYWtORFFWRkhaMEYzU1VKQlowbENRVVJCUzBKblozRm9hMnBQVUZGUlJFRnFRVlpOVWsxM1JWRlpSRlpSVVVSRmQzQnlaRmRLYkdOdE5Xd0taRWRXZWsxQ05GaEVWRWt4VFVScmVVOVVRVFZOYWtsNlRXeHZXRVJVVFRGTlJHdDVUMVJCTlUxcVNYcE5iRzkzUmxSRlZFMUNSVWRCTVZWRlFYaE5Td3BoTTFacFdsaEtkVnBZVW14amVrSmFUVUpOUjBKNWNVZFRUVFE1UVdkRlIwTkRjVWRUVFRRNVFYZEZTRUV3U1VGQ1R6aHBWRGxTYm0xMmVXNVBNbmQ2Q2tsd05GbG5NVEExYldNNGMyTlhNVzFpVWtOTmNrdFlRbTVXTkNzeGJTdEtOVlExYUhkTmVUQXJiR3BYTVdjek5uaGhTMUZ5VDBKaVlXaEZkekUwYjJVS2NtZENhM2RhYVdwUmFrSkJUVUUwUjBFeFZXUkVkMFZDTDNkUlJVRjNTVU53UkVGUVFtZE9Wa2hTVFVKQlpqaEZRbFJCUkVGUlNDOU5RakJIUVRGVlpBcEVaMUZYUWtKU2QzWlpOemhLV0VSbWJuaHNSMFJNTDBGVEszRm5MMjV5T1VWRVFVdENaMmR4YUd0cVQxQlJVVVJCWjA1SVFVUkNSVUZwUW5GcGRVWmpDbVUwV2pBekwzZGtOSGhHUW5KV1NrYzBZMjFqYlRWbWVEaFphVlJwWjBwSE1EaHpVakJCU1dkS1ZDOWphM0JxTW5KM1RHcGtjbU54ZGtWWWJsbDFSMmdLUVZSQ00xSmpVRzFQYkRkc1p6Uk9Za05OWnowS0xTMHRMUzFGVGtRZ1EwVlNWRWxHU1VOQlZFVXRMUzB0TFFvPQogICAgc2VydmVyOiBodHRwczovL2M4ZWMxMTliLWRmNGUtNGIxYy05MzgwLTQ2MDJmMWUxOTRmYi5hcGkuazhzLmZyLXBhci5zY3cuY2xvdWQ6NjQ0Mwpjb250ZXh0czoKLSBuYW1lOiBhZG1pbkB0ZXN0LW9pZGMKICBjb250ZXh0OgogICAgY2x1c3RlcjogInRlc3Qtb2lkYyIKICAgIHVzZXI6IHRlc3Qtb2lkYy1hZG1pbgpjdXJyZW50LWNvbnRleHQ6IGFkbWluQHRlc3Qtb2lkYwpraW5kOiBDb25maWcKcHJlZmVyZW5jZXM6IHt9CnVzZXJzOgotIG5hbWU6IHRlc3Qtb2lkYy1hZG1pbgogIHVzZXI6CiAgICB0b2tlbjogSDhTMTRLTzZpdERYWW1MTmNNd3RwVE1jVkNTOUo3M1oxeEZMenkwM2hVQ1NhcHFiNUo3c1dBVDE=","content_type":"application/octet-stream","name":"kubeconfig"}' - headers: - Content-Length: - - "1610" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:22:39 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 74252d31-b362-412e-a457-e20bb96a2cd1 - status: 200 OK - code: 200 - duration: 88.284708ms - - id: 20 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 49 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: '{"name":"testAccCheckK8SClusterConfigOIDCChange"}' - form: {} - headers: - Content-Type: - - application/json - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/fr-par/vpcs/b8848138-ceb9-4b5c-b9cb-4cd6a96143ab - method: PATCH - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 436 - uncompressed: false - body: '{"created_at":"2025-09-30T09:22:31.125648Z","custom_routes_propagation_enabled":true,"id":"b8848138-ceb9-4b5c-b9cb-4cd6a96143ab","is_default":false,"name":"testAccCheckK8SClusterConfigOIDCChange","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","private_network_count":1,"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","routing_enabled":true,"tags":[],"updated_at":"2025-09-30T09:22:39.371491Z"}' - headers: - Content-Length: - - "436" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:22:39 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - a1efd0b2-7e58-4f09-bebe-ed8e9869be4e - status: 200 OK - code: 200 - duration: 42.907875ms - - id: 21 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/fr-par/vpcs/b8848138-ceb9-4b5c-b9cb-4cd6a96143ab - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 436 - uncompressed: false - body: '{"created_at":"2025-09-30T09:22:31.125648Z","custom_routes_propagation_enabled":true,"id":"b8848138-ceb9-4b5c-b9cb-4cd6a96143ab","is_default":false,"name":"testAccCheckK8SClusterConfigOIDCChange","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","private_network_count":1,"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","routing_enabled":true,"tags":[],"updated_at":"2025-09-30T09:22:39.371491Z"}' - headers: - Content-Length: - - "436" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:22:39 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - beac45a2-188f-4a84-87c1-89eb05308a6f - status: 200 OK - code: 200 - duration: 32.2115ms - - id: 22 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 629 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: '{"autoscaler_config":{"scale_down_disabled":null,"scale_down_delay_after_add":null,"estimator":"unknown_estimator","expander":"unknown_expander","ignore_daemonsets_utilization":null,"balance_similar_node_groups":null,"expendable_pods_priority_cutoff":null,"scale_down_unneeded_time":null,"scale_down_utilization_threshold":null,"max_graceful_termination_sec":null},"auto_upgrade":{"enable":null,"maintenance_window":null},"open_id_connect_config":{"issuer_url":"https://gitlab.com","client_id":"my-even-more-awesome-id","username_claim":"luigi","username_prefix":"boo","groups_claim":[],"groups_prefix":"","required_claim":null}}' - form: {} - headers: - Content-Type: - - application/json - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c8ec119b-df4e-4b1c-9380-4602f1e194fb - method: PATCH - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1682 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://c8ec119b-df4e-4b1c-9380-4602f1e194fb.api.k8s.fr-par.scw.cloud:6443","cni":"cilium","commitment_ends_at":"2025-09-30T09:22:32.426843Z","created_at":"2025-09-30T09:22:32.426835Z","description":"","dns_wildcard":"*.c8ec119b-df4e-4b1c-9380-4602f1e194fb.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"2e593b51-c0e4-4a7d-89c9-bd0e03ae9379","id":"c8ec119b-df4e-4b1c-9380-4602f1e194fb","name":"test-oidc","new_images_enabled":false,"open_id_connect_config":{"client_id":"my-even-more-awesome-id","groups_claim":[],"groups_prefix":"","issuer_url":"https://gitlab.com","required_claim":[],"username_claim":"luigi","username_prefix":"boo"},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"100.64.0.0/15","private_network_id":"16178f0b-faf6-4fac-bb2e-558f42d7e9b1","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"10.32.0.0/20","service_dns_ip":"10.32.0.10","status":"updating","tags":["terraform-test","scaleway_k8s_cluster","oidc-config"],"type":"kapsule","updated_at":"2025-09-30T09:22:39.517207Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1682" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:22:39 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - fe715365-47d9-4426-8e5d-b1ea624e8d30 - status: 200 OK - code: 200 - duration: 102.131708ms - - id: 23 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c8ec119b-df4e-4b1c-9380-4602f1e194fb - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1651 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://c8ec119b-df4e-4b1c-9380-4602f1e194fb.api.k8s.fr-par.scw.cloud:6443","cni":"cilium","commitment_ends_at":"2025-09-30T09:22:32.426843Z","created_at":"2025-09-30T09:22:32.426835Z","description":"","dns_wildcard":"*.c8ec119b-df4e-4b1c-9380-4602f1e194fb.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"2e593b51-c0e4-4a7d-89c9-bd0e03ae9379","id":"c8ec119b-df4e-4b1c-9380-4602f1e194fb","name":"test-oidc","new_images_enabled":true,"open_id_connect_config":{"client_id":"my-even-more-awesome-id","groups_claim":[],"groups_prefix":"","issuer_url":"https://gitlab.com","required_claim":[],"username_claim":"luigi","username_prefix":"boo"},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":"16178f0b-faf6-4fac-bb2e-558f42d7e9b1","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"","service_dns_ip":"","status":"pool_required","tags":["terraform-test","scaleway_k8s_cluster","oidc-config"],"type":"kapsule","updated_at":"2025-09-30T09:22:39.546891Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1651" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:22:39 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 5c6772c4-5458-4ca8-a751-77bf6534a21b - status: 200 OK - code: 200 - duration: 96.885334ms - - id: 24 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c8ec119b-df4e-4b1c-9380-4602f1e194fb - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1651 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://c8ec119b-df4e-4b1c-9380-4602f1e194fb.api.k8s.fr-par.scw.cloud:6443","cni":"cilium","commitment_ends_at":"2025-09-30T09:22:32.426843Z","created_at":"2025-09-30T09:22:32.426835Z","description":"","dns_wildcard":"*.c8ec119b-df4e-4b1c-9380-4602f1e194fb.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"2e593b51-c0e4-4a7d-89c9-bd0e03ae9379","id":"c8ec119b-df4e-4b1c-9380-4602f1e194fb","name":"test-oidc","new_images_enabled":true,"open_id_connect_config":{"client_id":"my-even-more-awesome-id","groups_claim":[],"groups_prefix":"","issuer_url":"https://gitlab.com","required_claim":[],"username_claim":"luigi","username_prefix":"boo"},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":"16178f0b-faf6-4fac-bb2e-558f42d7e9b1","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"","service_dns_ip":"","status":"pool_required","tags":["terraform-test","scaleway_k8s_cluster","oidc-config"],"type":"kapsule","updated_at":"2025-09-30T09:22:39.546891Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1651" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:22:39 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 174b7a13-0aeb-4d0b-a652-91a12f3952cb - status: 200 OK - code: 200 - duration: 90.896125ms - - id: 25 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c8ec119b-df4e-4b1c-9380-4602f1e194fb/kubeconfig - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1610 - uncompressed: false - body: '{"content":"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogInRlc3Qtb2lkYyIKICBjbHVzdGVyOgogICAgY2VydGlmaWNhdGUtYXV0aG9yaXR5LWRhdGE6IExTMHRMUzFDUlVkSlRpQkRSVkpVU1VaSlEwRlVSUzB0TFMwdENrMUpTVUpYYWtORFFWRkhaMEYzU1VKQlowbENRVVJCUzBKblozRm9hMnBQVUZGUlJFRnFRVlpOVWsxM1JWRlpSRlpSVVVSRmQzQnlaRmRLYkdOdE5Xd0taRWRXZWsxQ05GaEVWRWt4VFVScmVVOVVRVFZOYWtsNlRXeHZXRVJVVFRGTlJHdDVUMVJCTlUxcVNYcE5iRzkzUmxSRlZFMUNSVWRCTVZWRlFYaE5Td3BoTTFacFdsaEtkVnBZVW14amVrSmFUVUpOUjBKNWNVZFRUVFE1UVdkRlIwTkRjVWRUVFRRNVFYZEZTRUV3U1VGQ1R6aHBWRGxTYm0xMmVXNVBNbmQ2Q2tsd05GbG5NVEExYldNNGMyTlhNVzFpVWtOTmNrdFlRbTVXTkNzeGJTdEtOVlExYUhkTmVUQXJiR3BYTVdjek5uaGhTMUZ5VDBKaVlXaEZkekUwYjJVS2NtZENhM2RhYVdwUmFrSkJUVUUwUjBFeFZXUkVkMFZDTDNkUlJVRjNTVU53UkVGUVFtZE9Wa2hTVFVKQlpqaEZRbFJCUkVGUlNDOU5RakJIUVRGVlpBcEVaMUZYUWtKU2QzWlpOemhLV0VSbWJuaHNSMFJNTDBGVEszRm5MMjV5T1VWRVFVdENaMmR4YUd0cVQxQlJVVVJCWjA1SVFVUkNSVUZwUW5GcGRVWmpDbVUwV2pBekwzZGtOSGhHUW5KV1NrYzBZMjFqYlRWbWVEaFphVlJwWjBwSE1EaHpVakJCU1dkS1ZDOWphM0JxTW5KM1RHcGtjbU54ZGtWWWJsbDFSMmdLUVZSQ00xSmpVRzFQYkRkc1p6Uk9Za05OWnowS0xTMHRMUzFGVGtRZ1EwVlNWRWxHU1VOQlZFVXRMUzB0TFFvPQogICAgc2VydmVyOiBodHRwczovL2M4ZWMxMTliLWRmNGUtNGIxYy05MzgwLTQ2MDJmMWUxOTRmYi5hcGkuazhzLmZyLXBhci5zY3cuY2xvdWQ6NjQ0Mwpjb250ZXh0czoKLSBuYW1lOiBhZG1pbkB0ZXN0LW9pZGMKICBjb250ZXh0OgogICAgY2x1c3RlcjogInRlc3Qtb2lkYyIKICAgIHVzZXI6IHRlc3Qtb2lkYy1hZG1pbgpjdXJyZW50LWNvbnRleHQ6IGFkbWluQHRlc3Qtb2lkYwpraW5kOiBDb25maWcKcHJlZmVyZW5jZXM6IHt9CnVzZXJzOgotIG5hbWU6IHRlc3Qtb2lkYy1hZG1pbgogIHVzZXI6CiAgICB0b2tlbjogSDhTMTRLTzZpdERYWW1MTmNNd3RwVE1jVkNTOUo3M1oxeEZMenkwM2hVQ1NhcHFiNUo3c1dBVDE=","content_type":"application/octet-stream","name":"kubeconfig"}' - headers: - Content-Length: - - "1610" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:22:39 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - e78b5d3c-8b2f-466a-ae99-2a317e37ed27 - status: 200 OK - code: 200 - duration: 80.671458ms - - id: 26 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c8ec119b-df4e-4b1c-9380-4602f1e194fb - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1651 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://c8ec119b-df4e-4b1c-9380-4602f1e194fb.api.k8s.fr-par.scw.cloud:6443","cni":"cilium","commitment_ends_at":"2025-09-30T09:22:32.426843Z","created_at":"2025-09-30T09:22:32.426835Z","description":"","dns_wildcard":"*.c8ec119b-df4e-4b1c-9380-4602f1e194fb.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"2e593b51-c0e4-4a7d-89c9-bd0e03ae9379","id":"c8ec119b-df4e-4b1c-9380-4602f1e194fb","name":"test-oidc","new_images_enabled":true,"open_id_connect_config":{"client_id":"my-even-more-awesome-id","groups_claim":[],"groups_prefix":"","issuer_url":"https://gitlab.com","required_claim":[],"username_claim":"luigi","username_prefix":"boo"},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":"16178f0b-faf6-4fac-bb2e-558f42d7e9b1","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"","service_dns_ip":"","status":"pool_required","tags":["terraform-test","scaleway_k8s_cluster","oidc-config"],"type":"kapsule","updated_at":"2025-09-30T09:22:39.546891Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1651" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:22:39 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 6fb36f5e-ec7a-42aa-b6f5-573a691e1fb0 - status: 200 OK - code: 200 - duration: 101.187375ms - - id: 27 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/fr-par/vpcs/b8848138-ceb9-4b5c-b9cb-4cd6a96143ab - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 436 - uncompressed: false - body: '{"created_at":"2025-09-30T09:22:31.125648Z","custom_routes_propagation_enabled":true,"id":"b8848138-ceb9-4b5c-b9cb-4cd6a96143ab","is_default":false,"name":"testAccCheckK8SClusterConfigOIDCChange","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","private_network_count":1,"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","routing_enabled":true,"tags":[],"updated_at":"2025-09-30T09:22:39.371491Z"}' - headers: - Content-Length: - - "436" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:22:40 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - b85caf38-a0cc-42fd-a07f-7fd13c0010c2 - status: 200 OK - code: 200 - duration: 25.524791ms - - id: 28 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks/16178f0b-faf6-4fac-bb2e-558f42d7e9b1 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1080 - uncompressed: false - body: '{"created_at":"2025-09-30T09:22:31.243677Z","default_route_propagation_enabled":false,"dhcp_enabled":true,"id":"16178f0b-faf6-4fac-bb2e-558f42d7e9b1","name":"test-oidc","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","subnets":[{"created_at":"2025-09-30T09:22:31.243677Z","id":"7aba039f-c7fc-47b7-9c2d-32d3684eaef2","private_network_id":"16178f0b-faf6-4fac-bb2e-558f42d7e9b1","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","subnet":"172.17.112.0/22","updated_at":"2025-09-30T09:22:31.243677Z","vpc_id":"b8848138-ceb9-4b5c-b9cb-4cd6a96143ab"},{"created_at":"2025-09-30T09:22:31.243677Z","id":"b53b65c3-bf5f-417f-84cd-b4dfe7ffb189","private_network_id":"16178f0b-faf6-4fac-bb2e-558f42d7e9b1","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","subnet":"fd5f:519c:6d46:611d::/64","updated_at":"2025-09-30T09:22:31.243677Z","vpc_id":"b8848138-ceb9-4b5c-b9cb-4cd6a96143ab"}],"tags":[],"updated_at":"2025-09-30T09:22:31.243677Z","vpc_id":"b8848138-ceb9-4b5c-b9cb-4cd6a96143ab"}' - headers: - Content-Length: - - "1080" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:22:40 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 963c51d9-5dc3-40d5-9365-4839fc9e8981 - status: 200 OK - code: 200 - duration: 29.132542ms - - id: 29 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c8ec119b-df4e-4b1c-9380-4602f1e194fb - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1651 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://c8ec119b-df4e-4b1c-9380-4602f1e194fb.api.k8s.fr-par.scw.cloud:6443","cni":"cilium","commitment_ends_at":"2025-09-30T09:22:32.426843Z","created_at":"2025-09-30T09:22:32.426835Z","description":"","dns_wildcard":"*.c8ec119b-df4e-4b1c-9380-4602f1e194fb.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"2e593b51-c0e4-4a7d-89c9-bd0e03ae9379","id":"c8ec119b-df4e-4b1c-9380-4602f1e194fb","name":"test-oidc","new_images_enabled":true,"open_id_connect_config":{"client_id":"my-even-more-awesome-id","groups_claim":[],"groups_prefix":"","issuer_url":"https://gitlab.com","required_claim":[],"username_claim":"luigi","username_prefix":"boo"},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":"16178f0b-faf6-4fac-bb2e-558f42d7e9b1","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"","service_dns_ip":"","status":"pool_required","tags":["terraform-test","scaleway_k8s_cluster","oidc-config"],"type":"kapsule","updated_at":"2025-09-30T09:22:39.546891Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1651" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:22:40 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - be8b6747-870f-4d86-ae2f-5505bdff6535 - status: 200 OK - code: 200 - duration: 80.14225ms - - id: 30 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c8ec119b-df4e-4b1c-9380-4602f1e194fb/kubeconfig - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1610 - uncompressed: false - body: '{"content":"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogInRlc3Qtb2lkYyIKICBjbHVzdGVyOgogICAgY2VydGlmaWNhdGUtYXV0aG9yaXR5LWRhdGE6IExTMHRMUzFDUlVkSlRpQkRSVkpVU1VaSlEwRlVSUzB0TFMwdENrMUpTVUpYYWtORFFWRkhaMEYzU1VKQlowbENRVVJCUzBKblozRm9hMnBQVUZGUlJFRnFRVlpOVWsxM1JWRlpSRlpSVVVSRmQzQnlaRmRLYkdOdE5Xd0taRWRXZWsxQ05GaEVWRWt4VFVScmVVOVVRVFZOYWtsNlRXeHZXRVJVVFRGTlJHdDVUMVJCTlUxcVNYcE5iRzkzUmxSRlZFMUNSVWRCTVZWRlFYaE5Td3BoTTFacFdsaEtkVnBZVW14amVrSmFUVUpOUjBKNWNVZFRUVFE1UVdkRlIwTkRjVWRUVFRRNVFYZEZTRUV3U1VGQ1R6aHBWRGxTYm0xMmVXNVBNbmQ2Q2tsd05GbG5NVEExYldNNGMyTlhNVzFpVWtOTmNrdFlRbTVXTkNzeGJTdEtOVlExYUhkTmVUQXJiR3BYTVdjek5uaGhTMUZ5VDBKaVlXaEZkekUwYjJVS2NtZENhM2RhYVdwUmFrSkJUVUUwUjBFeFZXUkVkMFZDTDNkUlJVRjNTVU53UkVGUVFtZE9Wa2hTVFVKQlpqaEZRbFJCUkVGUlNDOU5RakJIUVRGVlpBcEVaMUZYUWtKU2QzWlpOemhLV0VSbWJuaHNSMFJNTDBGVEszRm5MMjV5T1VWRVFVdENaMmR4YUd0cVQxQlJVVVJCWjA1SVFVUkNSVUZwUW5GcGRVWmpDbVUwV2pBekwzZGtOSGhHUW5KV1NrYzBZMjFqYlRWbWVEaFphVlJwWjBwSE1EaHpVakJCU1dkS1ZDOWphM0JxTW5KM1RHcGtjbU54ZGtWWWJsbDFSMmdLUVZSQ00xSmpVRzFQYkRkc1p6Uk9Za05OWnowS0xTMHRMUzFGVGtRZ1EwVlNWRWxHU1VOQlZFVXRMUzB0TFFvPQogICAgc2VydmVyOiBodHRwczovL2M4ZWMxMTliLWRmNGUtNGIxYy05MzgwLTQ2MDJmMWUxOTRmYi5hcGkuazhzLmZyLXBhci5zY3cuY2xvdWQ6NjQ0Mwpjb250ZXh0czoKLSBuYW1lOiBhZG1pbkB0ZXN0LW9pZGMKICBjb250ZXh0OgogICAgY2x1c3RlcjogInRlc3Qtb2lkYyIKICAgIHVzZXI6IHRlc3Qtb2lkYy1hZG1pbgpjdXJyZW50LWNvbnRleHQ6IGFkbWluQHRlc3Qtb2lkYwpraW5kOiBDb25maWcKcHJlZmVyZW5jZXM6IHt9CnVzZXJzOgotIG5hbWU6IHRlc3Qtb2lkYy1hZG1pbgogIHVzZXI6CiAgICB0b2tlbjogSDhTMTRLTzZpdERYWW1MTmNNd3RwVE1jVkNTOUo3M1oxeEZMenkwM2hVQ1NhcHFiNUo3c1dBVDE=","content_type":"application/octet-stream","name":"kubeconfig"}' - headers: - Content-Length: - - "1610" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:22:40 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - a7a57236-ee69-414b-9a68-c9106662bcc9 - status: 200 OK - code: 200 - duration: 78.533333ms - - id: 31 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c8ec119b-df4e-4b1c-9380-4602f1e194fb?with_additional_resources=false - method: DELETE - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1682 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://c8ec119b-df4e-4b1c-9380-4602f1e194fb.api.k8s.fr-par.scw.cloud:6443","cni":"cilium","commitment_ends_at":"2025-09-30T09:22:32.426843Z","created_at":"2025-09-30T09:22:32.426835Z","description":"","dns_wildcard":"*.c8ec119b-df4e-4b1c-9380-4602f1e194fb.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"2e593b51-c0e4-4a7d-89c9-bd0e03ae9379","id":"c8ec119b-df4e-4b1c-9380-4602f1e194fb","name":"test-oidc","new_images_enabled":false,"open_id_connect_config":{"client_id":"my-even-more-awesome-id","groups_claim":[],"groups_prefix":"","issuer_url":"https://gitlab.com","required_claim":[],"username_claim":"luigi","username_prefix":"boo"},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"100.64.0.0/15","private_network_id":"16178f0b-faf6-4fac-bb2e-558f42d7e9b1","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"10.32.0.0/20","service_dns_ip":"10.32.0.10","status":"deleting","tags":["terraform-test","scaleway_k8s_cluster","oidc-config"],"type":"kapsule","updated_at":"2025-09-30T09:22:40.813674Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1682" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:22:40 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - e99c75df-d3da-417d-950e-f5a1b865d4c8 - status: 200 OK - code: 200 - duration: 178.695792ms - - id: 32 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c8ec119b-df4e-4b1c-9380-4602f1e194fb - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1646 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://c8ec119b-df4e-4b1c-9380-4602f1e194fb.api.k8s.fr-par.scw.cloud:6443","cni":"cilium","commitment_ends_at":"2025-09-30T09:22:32.426843Z","created_at":"2025-09-30T09:22:32.426835Z","description":"","dns_wildcard":"*.c8ec119b-df4e-4b1c-9380-4602f1e194fb.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"2e593b51-c0e4-4a7d-89c9-bd0e03ae9379","id":"c8ec119b-df4e-4b1c-9380-4602f1e194fb","name":"test-oidc","new_images_enabled":true,"open_id_connect_config":{"client_id":"my-even-more-awesome-id","groups_claim":[],"groups_prefix":"","issuer_url":"https://gitlab.com","required_claim":[],"username_claim":"luigi","username_prefix":"boo"},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":"16178f0b-faf6-4fac-bb2e-558f42d7e9b1","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"","service_dns_ip":"","status":"deleting","tags":["terraform-test","scaleway_k8s_cluster","oidc-config"],"type":"kapsule","updated_at":"2025-09-30T09:22:40.813674Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1646" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:22:40 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 949e4eb4-3f10-47dd-8e46-4d887731f842 - status: 200 OK - code: 200 - duration: 88.069333ms - - id: 33 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c8ec119b-df4e-4b1c-9380-4602f1e194fb - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 128 - uncompressed: false - body: '{"message":"resource is not found","resource":"cluster","resource_id":"c8ec119b-df4e-4b1c-9380-4602f1e194fb","type":"not_found"}' - headers: - Content-Length: - - "128" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:22:45 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - d898ced8-cfa2-40da-8248-f97f019924e2 - status: 404 Not Found - code: 404 - duration: 23.018041ms - - id: 34 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks/16178f0b-faf6-4fac-bb2e-558f42d7e9b1 - method: DELETE - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 0 - uncompressed: false - body: "" - headers: - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:22:47 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 08c106fb-b56e-4de7-86ce-6c47dad3e39a - status: 204 No Content - code: 204 - duration: 1.103208167s - - id: 35 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/fr-par/vpcs/b8848138-ceb9-4b5c-b9cb-4cd6a96143ab - method: DELETE - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 0 - uncompressed: false - body: "" - headers: - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:22:47 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - c112f0ef-342d-4348-a9a9-63cd7b5b9a6e - status: 204 No Content - code: 204 - duration: 92.168458ms - - id: 36 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c8ec119b-df4e-4b1c-9380-4602f1e194fb - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 128 - uncompressed: false - body: '{"message":"resource is not found","resource":"cluster","resource_id":"c8ec119b-df4e-4b1c-9380-4602f1e194fb","type":"not_found"}' - headers: - Content-Length: - - "128" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:22:47 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - c56353e1-b8ce-4788-a893-8c5f555f9476 - status: 404 Not Found - code: 404 - duration: 24.189417ms - - id: 37 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks/16178f0b-faf6-4fac-bb2e-558f42d7e9b1 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 136 - uncompressed: false - body: '{"message":"resource is not found","resource":"private_network","resource_id":"16178f0b-faf6-4fac-bb2e-558f42d7e9b1","type":"not_found"}' - headers: - Content-Length: - - "136" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:22:47 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - dbec6fe7-e999-4ca7-b496-48a358fe2c18 - status: 404 Not Found - code: 404 - duration: 25.216916ms +- id: 0 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/versions + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 4476 + body: "{\"versions\":[{\"region\":\"fr-par\", \"name\":\"1.34.1\", \"label\":\"Kubernetes 1.34.1\", \"available_cnis\":[\"cilium\", \"cilium_native\", \"calico\", \"kilo\", \"none\"], \"available_container_runtimes\":[\"containerd\"], \"available_feature_gates\":[\"HPAScaleToZero\", \"CPUManagerPolicyAlphaOptions\", \"ImageVolume\"], \"available_admission_plugins\":[\"AlwaysPullImages\", \"PodNodeSelector\", \"PodTolerationRestriction\"], \"available_kubelet_args\":{\"containerLogMaxFiles\":\"uint16\", \"containerLogMaxSize\":\"quantity\", \"cpuCFSQuota\":\"bool\", \"cpuCFSQuotaPeriod\":\"duration\", \"cpuManagerPolicy\":\"enum:none|static\", \"cpuManagerPolicyOptions\":\"map[string]string\", \"enableDebuggingHandlers\":\"bool\", \"evictionHard\":\"map[string]string\", \"evictionMinimumReclaim\":\"map[string]string\", \"imageGCHighThresholdPercent\":\"uint32\", \"imageGCLowThresholdPercent\":\"uint32\", \"maxParallelImagePulls\":\"int32\", \"maxPods\":\"uint16\", \"registryBurst\":\"int32\", \"registryPullQPS\":\"int32\", \"serializeImagePulls\":\"bool\"}, \"deprecated_at\":\"2026-09-29T00:00:00Z\", \"end_of_life_at\":\"2026-11-29T00:00:00Z\", \"released_at\":\"2025-09-29T00:00:00Z\"}, {\"region\":\"fr-par\", \"name\":\"1.33.4\", \"label\":\"Kubernetes 1.33.4\", \"available_cnis\":[\"cilium\", \"calico\", \"kilo\", \"none\"], \"available_container_runtimes\":[\"containerd\"], \"available_feature_gates\":[\"HPAScaleToZero\", \"DRAAdminAccess\", \"DynamicResourceAllocation\", \"PodLevelResources\", \"CPUManagerPolicyAlphaOptions\", \"ImageVolume\"], \"available_admission_plugins\":[\"AlwaysPullImages\", \"PodNodeSelector\", \"PodTolerationRestriction\"], \"available_kubelet_args\":{\"containerLogMaxFiles\":\"uint16\", \"containerLogMaxSize\":\"quantity\", \"cpuCFSQuota\":\"bool\", \"cpuCFSQuotaPeriod\":\"duration\", \"cpuManagerPolicy\":\"enum:none|static\", \"cpuManagerPolicyOptions\":\"map[string]string\", \"enableDebuggingHandlers\":\"bool\", \"evictionHard\":\"map[string]string\", \"evictionMinimumReclaim\":\"map[string]string\", \"imageGCHighThresholdPercent\":\"uint32\", \"imageGCLowThresholdPercent\":\"uint32\", \"maxParallelImagePulls\":\"int32\", \"maxPods\":\"uint16\", \"registryBurst\":\"int32\", \"registryPullQPS\":\"int32\", \"serializeImagePulls\":\"bool\"}, \"deprecated_at\":\"2026-09-04T00:00:00Z\", \"end_of_life_at\":\"2026-11-04T00:00:00Z\", \"released_at\":\"2025-09-04T00:00:00Z\"}, {\"region\":\"fr-par\", \"name\":\"1.32.8\", \"label\":\"Kubernetes 1.32.8\", \"available_cnis\":[\"cilium\", \"calico\", \"kilo\", \"none\"], \"available_container_runtimes\":[\"containerd\"], \"available_feature_gates\":[\"HPAScaleToZero\", \"InPlacePodVerticalScaling\", \"SidecarContainers\", \"DRAAdminAccess\", \"DRAResourceClaimDeviceStatus\", \"DynamicResourceAllocation\", \"PodLevelResources\", \"CPUManagerPolicyAlphaOptions\", \"ImageVolume\"], \"available_admission_plugins\":[\"AlwaysPullImages\", \"PodNodeSelector\", \"PodTolerationRestriction\"], \"available_kubelet_args\":{\"containerLogMaxFiles\":\"uint16\", \"containerLogMaxSize\":\"quantity\", \"cpuCFSQuota\":\"bool\", \"cpuCFSQuotaPeriod\":\"duration\", \"cpuManagerPolicy\":\"enum:none|static\", \"cpuManagerPolicyOptions\":\"map[string]string\", \"enableDebuggingHandlers\":\"bool\", \"evictionHard\":\"map[string]string\", \"evictionMinimumReclaim\":\"map[string]string\", \"imageGCHighThresholdPercent\":\"uint32\", \"imageGCLowThresholdPercent\":\"uint32\", \"maxParallelImagePulls\":\"int32\", \"maxPods\":\"uint16\", \"registryBurst\":\"int32\", \"registryPullQPS\":\"int32\", \"serializeImagePulls\":\"bool\"}, \"deprecated_at\":\"2026-03-24T00:00:00Z\", \"end_of_life_at\":\"2025-05-24T00:00:00Z\", \"released_at\":\"2025-03-24T00:00:00Z\"}, {\"region\":\"fr-par\", \"name\":\"1.31.12\", \"label\":\"Kubernetes 1.31.12\", \"available_cnis\":[\"cilium\", \"calico\", \"kilo\", \"none\"], \"available_container_runtimes\":[\"containerd\"], \"available_feature_gates\":[\"HPAScaleToZero\", \"InPlacePodVerticalScaling\", \"SidecarContainers\", \"CPUManagerPolicyAlphaOptions\", \"ImageVolume\"], \"available_admission_plugins\":[\"AlwaysPullImages\", \"PodNodeSelector\", \"PodTolerationRestriction\"], \"available_kubelet_args\":{\"containerLogMaxFiles\":\"uint16\", \"containerLogMaxSize\":\"quantity\", \"cpuCFSQuota\":\"bool\", \"cpuCFSQuotaPeriod\":\"duration\", \"cpuManagerPolicy\":\"enum:none|static\", \"cpuManagerPolicyOptions\":\"map[string]string\", \"enableDebuggingHandlers\":\"bool\", \"evictionHard\":\"map[string]string\", \"evictionMinimumReclaim\":\"map[string]string\", \"imageGCHighThresholdPercent\":\"uint32\", \"imageGCLowThresholdPercent\":\"uint32\", \"maxParallelImagePulls\":\"int32\", \"maxPods\":\"uint16\", \"registryBurst\":\"int32\", \"registryPullQPS\":\"int32\", \"serializeImagePulls\":\"bool\"}, \"deprecated_at\":\"2025-12-02T00:00:00Z\", \"end_of_life_at\":\"2026-02-02T00:00:00Z\", \"released_at\":\"2024-12-02T00:00:00Z\"}]}" + headers: + Content-Length: + - "4476" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:18:16 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 02531850-7c8e-47ff-84d8-4a7ff59ca615 + status: 200 OK + code: 200 + duration: 34.816393ms +- id: 1 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 128 + host: api.scaleway.com + body: "{\"name\":\"testAccCheckK8SClusterConfigOIDC\",\"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\",\"tags\":[],\"enable_routing\":false}" + headers: + Content-Type: + - application/json + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/vpc/v2/regions/fr-par/vpcs + method: POST + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 430 + body: "{\"id\":\"48f70afa-77e8-4481-aa52-4dadb4e9c6b2\", \"name\":\"testAccCheckK8SClusterConfigOIDC\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:17.277990Z\", \"updated_at\":\"2025-10-30T16:18:17.277990Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_default\":false, \"private_network_count\":0, \"routing_enabled\":true, \"custom_routes_propagation_enabled\":true, \"region\":\"fr-par\"}" + headers: + Content-Length: + - "430" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:18:17 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 6250f49e-88f5-4597-a241-8023d0f839bd + status: 200 OK + code: 200 + duration: 243.651757ms +- id: 2 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/vpc/v2/regions/fr-par/vpcs/48f70afa-77e8-4481-aa52-4dadb4e9c6b2 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 430 + body: "{\"id\":\"48f70afa-77e8-4481-aa52-4dadb4e9c6b2\", \"name\":\"testAccCheckK8SClusterConfigOIDC\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:17.277990Z\", \"updated_at\":\"2025-10-30T16:18:17.277990Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_default\":false, \"private_network_count\":0, \"routing_enabled\":true, \"custom_routes_propagation_enabled\":true, \"region\":\"fr-par\"}" + headers: + Content-Length: + - "430" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:18:17 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - b1eb2c12-5537-431e-83e5-167e3001162a + status: 200 OK + code: 200 + duration: 24.748879ms +- id: 3 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 187 + host: api.scaleway.com + body: "{\"name\":\"test-oidc\",\"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\",\"tags\":[],\"subnets\":null,\"vpc_id\":\"48f70afa-77e8-4481-aa52-4dadb4e9c6b2\",\"default_route_propagation_enabled\":false}" + headers: + Content-Type: + - application/json + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks + method: POST + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1079 + body: "{\"id\":\"d27635a9-1059-4490-b2e4-4d6dcc9c1a50\", \"name\":\"test-oidc\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:18.284755Z\", \"updated_at\":\"2025-10-30T16:18:18.284755Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"subnets\":[{\"id\":\"128e7d5f-af74-486d-91d4-30cfa4bb128e\", \"created_at\":\"2025-10-30T16:18:18.284755Z\", \"updated_at\":\"2025-10-30T16:18:18.284755Z\", \"subnet\":\"172.18.56.0/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"d27635a9-1059-4490-b2e4-4d6dcc9c1a50\", \"vpc_id\":\"48f70afa-77e8-4481-aa52-4dadb4e9c6b2\"}, {\"id\":\"71f09fd2-c6f0-4d1c-8bb8-8f7c97eb9229\", \"created_at\":\"2025-10-30T16:18:18.284755Z\", \"updated_at\":\"2025-10-30T16:18:18.284755Z\", \"subnet\":\"fd5f:519c:6d46:2f26::/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"d27635a9-1059-4490-b2e4-4d6dcc9c1a50\", \"vpc_id\":\"48f70afa-77e8-4481-aa52-4dadb4e9c6b2\"}], \"vpc_id\":\"48f70afa-77e8-4481-aa52-4dadb4e9c6b2\", \"dhcp_enabled\":true, \"default_route_propagation_enabled\":false, \"region\":\"fr-par\"}" + headers: + Content-Length: + - "1079" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:18:18 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 63183b4b-248b-41a1-984e-f5c7e3f3cda7 + status: 200 OK + code: 200 + duration: 1.550613575s +- id: 4 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks/d27635a9-1059-4490-b2e4-4d6dcc9c1a50 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1079 + body: "{\"id\":\"d27635a9-1059-4490-b2e4-4d6dcc9c1a50\", \"name\":\"test-oidc\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:18.284755Z\", \"updated_at\":\"2025-10-30T16:18:18.284755Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"subnets\":[{\"id\":\"128e7d5f-af74-486d-91d4-30cfa4bb128e\", \"created_at\":\"2025-10-30T16:18:18.284755Z\", \"updated_at\":\"2025-10-30T16:18:18.284755Z\", \"subnet\":\"172.18.56.0/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"d27635a9-1059-4490-b2e4-4d6dcc9c1a50\", \"vpc_id\":\"48f70afa-77e8-4481-aa52-4dadb4e9c6b2\"}, {\"id\":\"71f09fd2-c6f0-4d1c-8bb8-8f7c97eb9229\", \"created_at\":\"2025-10-30T16:18:18.284755Z\", \"updated_at\":\"2025-10-30T16:18:18.284755Z\", \"subnet\":\"fd5f:519c:6d46:2f26::/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"d27635a9-1059-4490-b2e4-4d6dcc9c1a50\", \"vpc_id\":\"48f70afa-77e8-4481-aa52-4dadb4e9c6b2\"}], \"vpc_id\":\"48f70afa-77e8-4481-aa52-4dadb4e9c6b2\", \"dhcp_enabled\":true, \"default_route_propagation_enabled\":false, \"region\":\"fr-par\"}" + headers: + Content-Length: + - "1079" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:18:18 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 4016975a-d973-4aa6-a188-346954983c70 + status: 200 OK + code: 200 + duration: 30.923268ms +- id: 5 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 914 + host: api.scaleway.com + body: "{\"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\",\"type\":\"\",\"name\":\"test-oidc\",\"description\":\"\",\"tags\":[\"terraform-test\",\"scaleway_k8s_cluster\",\"oidc-config\"],\"version\":\"1.34.1\",\"cni\":\"cilium\",\"pools\":null,\"autoscaler_config\":{\"scale_down_disabled\":null,\"scale_down_delay_after_add\":null,\"estimator\":\"unknown_estimator\",\"expander\":\"unknown_expander\",\"ignore_daemonsets_utilization\":null,\"balance_similar_node_groups\":null,\"expendable_pods_priority_cutoff\":0,\"scale_down_unneeded_time\":null,\"scale_down_utilization_threshold\":null,\"max_graceful_termination_sec\":0},\"feature_gates\":[],\"admission_plugins\":[],\"open_id_connect_config\":{\"issuer_url\":\"https://accounts.google.com\",\"client_id\":\"my-super-id\",\"username_claim\":\"mario\",\"username_prefix\":null,\"groups_claim\":[\"k8s\",\"admin\"],\"groups_prefix\":\"pouf\",\"required_claim\":null},\"apiserver_cert_sans\":[],\"private_network_id\":\"d27635a9-1059-4490-b2e4-4d6dcc9c1a50\"}" + headers: + Content-Type: + - application/json + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters + method: POST + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1658 + body: "{\"region\":\"fr-par\", \"id\":\"3e8220a8-4da2-4e01-a932-58a030961b16\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:19.155553Z\", \"updated_at\":\"2025-10-30T16:18:19.155553Z\", \"type\":\"kapsule\", \"name\":\"test-oidc\", \"description\":\"\", \"status\":\"creating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"oidc-config\"], \"cluster_url\":\"https://3e8220a8-4da2-4e01-a932-58a030961b16.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.3e8220a8-4da2-4e01-a932-58a030961b16.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"https://accounts.google.com\", \"client_id\":\"my-super-id\", \"username_claim\":\"mario\", \"username_prefix\":\"\", \"groups_claim\":[\"k8s\", \"admin\"], \"groups_prefix\":\"pouf\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"d27635a9-1059-4490-b2e4-4d6dcc9c1a50\", \"commitment_ends_at\":\"2025-10-30T16:18:19.155560Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"\", \"new_images_enabled\":false, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1658" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:18:19 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 4069c64e-d97a-4522-b098-9fc4a5b6a3e5 + status: 200 OK + code: 200 + duration: 272.599547ms +- id: 6 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/3e8220a8-4da2-4e01-a932-58a030961b16 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1657 + body: "{\"region\":\"fr-par\", \"id\":\"3e8220a8-4da2-4e01-a932-58a030961b16\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:19.155553Z\", \"updated_at\":\"2025-10-30T16:18:19.155553Z\", \"type\":\"kapsule\", \"name\":\"test-oidc\", \"description\":\"\", \"status\":\"creating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"oidc-config\"], \"cluster_url\":\"https://3e8220a8-4da2-4e01-a932-58a030961b16.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.3e8220a8-4da2-4e01-a932-58a030961b16.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"https://accounts.google.com\", \"client_id\":\"my-super-id\", \"username_claim\":\"mario\", \"username_prefix\":\"\", \"groups_claim\":[\"k8s\", \"admin\"], \"groups_prefix\":\"pouf\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"d27635a9-1059-4490-b2e4-4d6dcc9c1a50\", \"commitment_ends_at\":\"2025-10-30T16:18:19.155560Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1657" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:18:19 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - c0b3bb69-5696-4b0b-afc9-c9f77c05f9cc + status: 200 OK + code: 200 + duration: 99.456221ms +- id: 7 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/3e8220a8-4da2-4e01-a932-58a030961b16 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1698 + body: "{\"region\":\"fr-par\", \"id\":\"3e8220a8-4da2-4e01-a932-58a030961b16\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:19.155553Z\", \"updated_at\":\"2025-10-30T16:18:19.707287Z\", \"type\":\"kapsule\", \"name\":\"test-oidc\", \"description\":\"\", \"status\":\"pool_required\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"oidc-config\"], \"cluster_url\":\"https://3e8220a8-4da2-4e01-a932-58a030961b16.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.3e8220a8-4da2-4e01-a932-58a030961b16.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"https://accounts.google.com\", \"client_id\":\"my-super-id\", \"username_claim\":\"mario\", \"username_prefix\":\"\", \"groups_claim\":[\"k8s\", \"admin\"], \"groups_prefix\":\"pouf\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"d27635a9-1059-4490-b2e4-4d6dcc9c1a50\", \"commitment_ends_at\":\"2025-10-30T16:18:19.155560Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"b15c58d7-1d76-456c-bde4-c71308222488\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1698" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:18:24 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 300bb22e-5106-4e7b-bbc3-9450d1a62eb7 + status: 200 OK + code: 200 + duration: 99.553162ms +- id: 8 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + form: + order_by: + - created_at_asc + page: + - "1" + status: + - unknown + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/3e8220a8-4da2-4e01-a932-58a030961b16/pools?order_by=created_at_asc&page=1&status=unknown + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 29 + body: "{\"total_count\":0, \"pools\":[]}" + headers: + Content-Length: + - "29" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:18:24 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 13b4c48d-08b5-43c2-bdc6-9af550ed4da7 + status: 200 OK + code: 200 + duration: 19.948449ms +- id: 9 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/3e8220a8-4da2-4e01-a932-58a030961b16 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1698 + body: "{\"region\":\"fr-par\", \"id\":\"3e8220a8-4da2-4e01-a932-58a030961b16\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:19.155553Z\", \"updated_at\":\"2025-10-30T16:18:19.707287Z\", \"type\":\"kapsule\", \"name\":\"test-oidc\", \"description\":\"\", \"status\":\"pool_required\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"oidc-config\"], \"cluster_url\":\"https://3e8220a8-4da2-4e01-a932-58a030961b16.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.3e8220a8-4da2-4e01-a932-58a030961b16.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"https://accounts.google.com\", \"client_id\":\"my-super-id\", \"username_claim\":\"mario\", \"username_prefix\":\"\", \"groups_claim\":[\"k8s\", \"admin\"], \"groups_prefix\":\"pouf\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"d27635a9-1059-4490-b2e4-4d6dcc9c1a50\", \"commitment_ends_at\":\"2025-10-30T16:18:19.155560Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"b15c58d7-1d76-456c-bde4-c71308222488\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1698" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:18:24 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 8918109a-776e-425b-a0a2-97fca495e44e + status: 200 OK + code: 200 + duration: 27.150195ms +- id: 10 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/3e8220a8-4da2-4e01-a932-58a030961b16/kubeconfig + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1614 + body: "{\"name\":\"kubeconfig\", \"content_type\":\"application/octet-stream\", \"content\":\"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogInRlc3Qtb2lkYyIKICBjbHVzdGVyOgogICAgY2VydGlmaWNhdGUtYXV0aG9yaXR5LWRhdGE6IExTMHRMUzFDUlVkSlRpQkRSVkpVU1VaSlEwRlVSUzB0TFMwdENrMUpTVUpZUkVORFFWRkhaMEYzU1VKQlowbENRVVJCUzBKblozRm9hMnBQVUZGUlJFRnFRVlpOVWsxM1JWRlpSRlpSVVVSRmQzQnlaRmRLYkdOdE5Xd0taRWRXZWsxQ05GaEVWRWt4VFZSQmVVOVVSVEpOVkdkNFQxWnZXRVJVVFRGTlZFRjVUMVJGTWsxVVozaFBWbTkzUmxSRlZFMUNSVWRCTVZWRlFYaE5Td3BoTTFacFdsaEtkVnBZVW14amVrSmFUVUpOUjBKNWNVZFRUVFE1UVdkRlIwTkRjVWRUVFRRNVFYZEZTRUV3U1VGQ1JrSjJTVmhuV2s4eVJGTlpXRmRXQ20weU5uTkRZV05CUmpoaU5ESlpaeXRsTUROaWVIWnRhVVJUWkhSRmRtUkJReTlRVTJwQlF6aHlPR2hHTml0UVdWVkdNVkpHUm04NVZVOVJWekJsWlRFS1EwcFZWR1ZKVjJwUmFrSkJUVUUwUjBFeFZXUkVkMFZDTDNkUlJVRjNTVU53UkVGUVFtZE9Wa2hTVFVKQlpqaEZRbFJCUkVGUlNDOU5RakJIUVRGVlpBcEVaMUZYUWtKVE1WRlFkRmRXWnpab1ExQjJWaTlhUzJWNlJVdzViSEZQZGxscVFVdENaMmR4YUd0cVQxQlJVVVJCWjA1S1FVUkNSMEZwUlVFMVMzUXZDa05DZUZadGJqZG9la1ZCVHlzM1IyVTNLMFJNZERCdk1UaDVSVXR2TWpsaGRFdzBkMHBTUlVOSlVVUlJhMDVXTkhWNGMxUTJTMlF5VkhFMU4yaHpTVk1LYmpSaVlVSkNLemQxT1hCeE1HNVNNM2x0UmtkWmR6MDlDaTB0TFMwdFJVNUVJRU5GVWxSSlJrbERRVlJGTFMwdExTMEsKICAgIHNlcnZlcjogaHR0cHM6Ly8zZTgyMjBhOC00ZGEyLTRlMDEtYTkzMi01OGEwMzA5NjFiMTYuYXBpLms4cy5mci1wYXIuc2N3LmNsb3VkOjY0NDMKY29udGV4dHM6Ci0gbmFtZTogYWRtaW5AdGVzdC1vaWRjCiAgY29udGV4dDoKICAgIGNsdXN0ZXI6ICJ0ZXN0LW9pZGMiCiAgICB1c2VyOiB0ZXN0LW9pZGMtYWRtaW4KY3VycmVudC1jb250ZXh0OiBhZG1pbkB0ZXN0LW9pZGMKa2luZDogQ29uZmlnCnByZWZlcmVuY2VzOiB7fQp1c2VyczoKLSBuYW1lOiB0ZXN0LW9pZGMtYWRtaW4KICB1c2VyOgogICAgdG9rZW46IGJ0TDR2TVZsVldmREZLU3N1ek5meVd0cTA2TFBBMXVtT2F2ZWtubnAwTml6R2NHZjRRM1FGUEE4\"}" + headers: + Content-Length: + - "1614" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:18:24 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 92f06add-bed7-41ba-9300-da0009c5774e + status: 200 OK + code: 200 + duration: 85.171701ms +- id: 11 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/3e8220a8-4da2-4e01-a932-58a030961b16 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1698 + body: "{\"region\":\"fr-par\", \"id\":\"3e8220a8-4da2-4e01-a932-58a030961b16\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:19.155553Z\", \"updated_at\":\"2025-10-30T16:18:19.707287Z\", \"type\":\"kapsule\", \"name\":\"test-oidc\", \"description\":\"\", \"status\":\"pool_required\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"oidc-config\"], \"cluster_url\":\"https://3e8220a8-4da2-4e01-a932-58a030961b16.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.3e8220a8-4da2-4e01-a932-58a030961b16.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"https://accounts.google.com\", \"client_id\":\"my-super-id\", \"username_claim\":\"mario\", \"username_prefix\":\"\", \"groups_claim\":[\"k8s\", \"admin\"], \"groups_prefix\":\"pouf\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"d27635a9-1059-4490-b2e4-4d6dcc9c1a50\", \"commitment_ends_at\":\"2025-10-30T16:18:19.155560Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"b15c58d7-1d76-456c-bde4-c71308222488\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1698" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:18:24 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - a596013b-4222-47c8-81a5-ab1915301653 + status: 200 OK + code: 200 + duration: 82.690234ms +- id: 12 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/vpc/v2/regions/fr-par/vpcs/48f70afa-77e8-4481-aa52-4dadb4e9c6b2 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 430 + body: "{\"id\":\"48f70afa-77e8-4481-aa52-4dadb4e9c6b2\", \"name\":\"testAccCheckK8SClusterConfigOIDC\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:17.277990Z\", \"updated_at\":\"2025-10-30T16:18:17.277990Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_default\":false, \"private_network_count\":1, \"routing_enabled\":true, \"custom_routes_propagation_enabled\":true, \"region\":\"fr-par\"}" + headers: + Content-Length: + - "430" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:18:24 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 48dcbe18-2dc7-4d4f-b633-ac934b789538 + status: 200 OK + code: 200 + duration: 28.018405ms +- id: 13 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks/d27635a9-1059-4490-b2e4-4d6dcc9c1a50 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1079 + body: "{\"id\":\"d27635a9-1059-4490-b2e4-4d6dcc9c1a50\", \"name\":\"test-oidc\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:18.284755Z\", \"updated_at\":\"2025-10-30T16:18:18.284755Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"subnets\":[{\"id\":\"128e7d5f-af74-486d-91d4-30cfa4bb128e\", \"created_at\":\"2025-10-30T16:18:18.284755Z\", \"updated_at\":\"2025-10-30T16:18:18.284755Z\", \"subnet\":\"172.18.56.0/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"d27635a9-1059-4490-b2e4-4d6dcc9c1a50\", \"vpc_id\":\"48f70afa-77e8-4481-aa52-4dadb4e9c6b2\"}, {\"id\":\"71f09fd2-c6f0-4d1c-8bb8-8f7c97eb9229\", \"created_at\":\"2025-10-30T16:18:18.284755Z\", \"updated_at\":\"2025-10-30T16:18:18.284755Z\", \"subnet\":\"fd5f:519c:6d46:2f26::/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"d27635a9-1059-4490-b2e4-4d6dcc9c1a50\", \"vpc_id\":\"48f70afa-77e8-4481-aa52-4dadb4e9c6b2\"}], \"vpc_id\":\"48f70afa-77e8-4481-aa52-4dadb4e9c6b2\", \"dhcp_enabled\":true, \"default_route_propagation_enabled\":false, \"region\":\"fr-par\"}" + headers: + Content-Length: + - "1079" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:18:24 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 895161f1-7326-4a6e-9a38-9ee9b6f530dd + status: 200 OK + code: 200 + duration: 26.393315ms +- id: 14 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/3e8220a8-4da2-4e01-a932-58a030961b16 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1698 + body: "{\"region\":\"fr-par\", \"id\":\"3e8220a8-4da2-4e01-a932-58a030961b16\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:19.155553Z\", \"updated_at\":\"2025-10-30T16:18:19.707287Z\", \"type\":\"kapsule\", \"name\":\"test-oidc\", \"description\":\"\", \"status\":\"pool_required\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"oidc-config\"], \"cluster_url\":\"https://3e8220a8-4da2-4e01-a932-58a030961b16.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.3e8220a8-4da2-4e01-a932-58a030961b16.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"https://accounts.google.com\", \"client_id\":\"my-super-id\", \"username_claim\":\"mario\", \"username_prefix\":\"\", \"groups_claim\":[\"k8s\", \"admin\"], \"groups_prefix\":\"pouf\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"d27635a9-1059-4490-b2e4-4d6dcc9c1a50\", \"commitment_ends_at\":\"2025-10-30T16:18:19.155560Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"b15c58d7-1d76-456c-bde4-c71308222488\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1698" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:18:24 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - c4b44dc7-4777-4c89-a38d-8ccfd9e1cfbe + status: 200 OK + code: 200 + duration: 23.573754ms +- id: 15 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/3e8220a8-4da2-4e01-a932-58a030961b16/kubeconfig + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1614 + body: "{\"name\":\"kubeconfig\", \"content_type\":\"application/octet-stream\", \"content\":\"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogInRlc3Qtb2lkYyIKICBjbHVzdGVyOgogICAgY2VydGlmaWNhdGUtYXV0aG9yaXR5LWRhdGE6IExTMHRMUzFDUlVkSlRpQkRSVkpVU1VaSlEwRlVSUzB0TFMwdENrMUpTVUpZUkVORFFWRkhaMEYzU1VKQlowbENRVVJCUzBKblozRm9hMnBQVUZGUlJFRnFRVlpOVWsxM1JWRlpSRlpSVVVSRmQzQnlaRmRLYkdOdE5Xd0taRWRXZWsxQ05GaEVWRWt4VFZSQmVVOVVSVEpOVkdkNFQxWnZXRVJVVFRGTlZFRjVUMVJGTWsxVVozaFBWbTkzUmxSRlZFMUNSVWRCTVZWRlFYaE5Td3BoTTFacFdsaEtkVnBZVW14amVrSmFUVUpOUjBKNWNVZFRUVFE1UVdkRlIwTkRjVWRUVFRRNVFYZEZTRUV3U1VGQ1JrSjJTVmhuV2s4eVJGTlpXRmRXQ20weU5uTkRZV05CUmpoaU5ESlpaeXRsTUROaWVIWnRhVVJUWkhSRmRtUkJReTlRVTJwQlF6aHlPR2hHTml0UVdWVkdNVkpHUm04NVZVOVJWekJsWlRFS1EwcFZWR1ZKVjJwUmFrSkJUVUUwUjBFeFZXUkVkMFZDTDNkUlJVRjNTVU53UkVGUVFtZE9Wa2hTVFVKQlpqaEZRbFJCUkVGUlNDOU5RakJIUVRGVlpBcEVaMUZYUWtKVE1WRlFkRmRXWnpab1ExQjJWaTlhUzJWNlJVdzViSEZQZGxscVFVdENaMmR4YUd0cVQxQlJVVVJCWjA1S1FVUkNSMEZwUlVFMVMzUXZDa05DZUZadGJqZG9la1ZCVHlzM1IyVTNLMFJNZERCdk1UaDVSVXR2TWpsaGRFdzBkMHBTUlVOSlVVUlJhMDVXTkhWNGMxUTJTMlF5VkhFMU4yaHpTVk1LYmpSaVlVSkNLemQxT1hCeE1HNVNNM2x0UmtkWmR6MDlDaTB0TFMwdFJVNUVJRU5GVWxSSlJrbERRVlJGTFMwdExTMEsKICAgIHNlcnZlcjogaHR0cHM6Ly8zZTgyMjBhOC00ZGEyLTRlMDEtYTkzMi01OGEwMzA5NjFiMTYuYXBpLms4cy5mci1wYXIuc2N3LmNsb3VkOjY0NDMKY29udGV4dHM6Ci0gbmFtZTogYWRtaW5AdGVzdC1vaWRjCiAgY29udGV4dDoKICAgIGNsdXN0ZXI6ICJ0ZXN0LW9pZGMiCiAgICB1c2VyOiB0ZXN0LW9pZGMtYWRtaW4KY3VycmVudC1jb250ZXh0OiBhZG1pbkB0ZXN0LW9pZGMKa2luZDogQ29uZmlnCnByZWZlcmVuY2VzOiB7fQp1c2VyczoKLSBuYW1lOiB0ZXN0LW9pZGMtYWRtaW4KICB1c2VyOgogICAgdG9rZW46IGJ0TDR2TVZsVldmREZLU3N1ek5meVd0cTA2TFBBMXVtT2F2ZWtubnAwTml6R2NHZjRRM1FGUEE4\"}" + headers: + Content-Length: + - "1614" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:18:24 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - ce0ddf5f-d041-49a6-8263-a34f53faac7e + status: 200 OK + code: 200 + duration: 21.364978ms +- id: 16 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/vpc/v2/regions/fr-par/vpcs/48f70afa-77e8-4481-aa52-4dadb4e9c6b2 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 430 + body: "{\"id\":\"48f70afa-77e8-4481-aa52-4dadb4e9c6b2\", \"name\":\"testAccCheckK8SClusterConfigOIDC\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:17.277990Z\", \"updated_at\":\"2025-10-30T16:18:17.277990Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_default\":false, \"private_network_count\":1, \"routing_enabled\":true, \"custom_routes_propagation_enabled\":true, \"region\":\"fr-par\"}" + headers: + Content-Length: + - "430" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:18:25 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 16510848-7e97-4375-9147-15291cf60dff + status: 200 OK + code: 200 + duration: 22.830679ms +- id: 17 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks/d27635a9-1059-4490-b2e4-4d6dcc9c1a50 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1079 + body: "{\"id\":\"d27635a9-1059-4490-b2e4-4d6dcc9c1a50\", \"name\":\"test-oidc\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:18.284755Z\", \"updated_at\":\"2025-10-30T16:18:18.284755Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"subnets\":[{\"id\":\"128e7d5f-af74-486d-91d4-30cfa4bb128e\", \"created_at\":\"2025-10-30T16:18:18.284755Z\", \"updated_at\":\"2025-10-30T16:18:18.284755Z\", \"subnet\":\"172.18.56.0/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"d27635a9-1059-4490-b2e4-4d6dcc9c1a50\", \"vpc_id\":\"48f70afa-77e8-4481-aa52-4dadb4e9c6b2\"}, {\"id\":\"71f09fd2-c6f0-4d1c-8bb8-8f7c97eb9229\", \"created_at\":\"2025-10-30T16:18:18.284755Z\", \"updated_at\":\"2025-10-30T16:18:18.284755Z\", \"subnet\":\"fd5f:519c:6d46:2f26::/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"d27635a9-1059-4490-b2e4-4d6dcc9c1a50\", \"vpc_id\":\"48f70afa-77e8-4481-aa52-4dadb4e9c6b2\"}], \"vpc_id\":\"48f70afa-77e8-4481-aa52-4dadb4e9c6b2\", \"dhcp_enabled\":true, \"default_route_propagation_enabled\":false, \"region\":\"fr-par\"}" + headers: + Content-Length: + - "1079" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:18:25 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 97339aa6-37d5-4ead-b8c1-b3ac01381f1c + status: 200 OK + code: 200 + duration: 29.472545ms +- id: 18 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/3e8220a8-4da2-4e01-a932-58a030961b16 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1698 + body: "{\"region\":\"fr-par\", \"id\":\"3e8220a8-4da2-4e01-a932-58a030961b16\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:19.155553Z\", \"updated_at\":\"2025-10-30T16:18:19.707287Z\", \"type\":\"kapsule\", \"name\":\"test-oidc\", \"description\":\"\", \"status\":\"pool_required\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"oidc-config\"], \"cluster_url\":\"https://3e8220a8-4da2-4e01-a932-58a030961b16.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.3e8220a8-4da2-4e01-a932-58a030961b16.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"https://accounts.google.com\", \"client_id\":\"my-super-id\", \"username_claim\":\"mario\", \"username_prefix\":\"\", \"groups_claim\":[\"k8s\", \"admin\"], \"groups_prefix\":\"pouf\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"d27635a9-1059-4490-b2e4-4d6dcc9c1a50\", \"commitment_ends_at\":\"2025-10-30T16:18:19.155560Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"b15c58d7-1d76-456c-bde4-c71308222488\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1698" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:18:25 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - b1ade037-f70b-4cdb-bfdf-e70ea0d68523 + status: 200 OK + code: 200 + duration: 20.218446ms +- id: 19 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/3e8220a8-4da2-4e01-a932-58a030961b16/kubeconfig + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1614 + body: "{\"name\":\"kubeconfig\", \"content_type\":\"application/octet-stream\", \"content\":\"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogInRlc3Qtb2lkYyIKICBjbHVzdGVyOgogICAgY2VydGlmaWNhdGUtYXV0aG9yaXR5LWRhdGE6IExTMHRMUzFDUlVkSlRpQkRSVkpVU1VaSlEwRlVSUzB0TFMwdENrMUpTVUpZUkVORFFWRkhaMEYzU1VKQlowbENRVVJCUzBKblozRm9hMnBQVUZGUlJFRnFRVlpOVWsxM1JWRlpSRlpSVVVSRmQzQnlaRmRLYkdOdE5Xd0taRWRXZWsxQ05GaEVWRWt4VFZSQmVVOVVSVEpOVkdkNFQxWnZXRVJVVFRGTlZFRjVUMVJGTWsxVVozaFBWbTkzUmxSRlZFMUNSVWRCTVZWRlFYaE5Td3BoTTFacFdsaEtkVnBZVW14amVrSmFUVUpOUjBKNWNVZFRUVFE1UVdkRlIwTkRjVWRUVFRRNVFYZEZTRUV3U1VGQ1JrSjJTVmhuV2s4eVJGTlpXRmRXQ20weU5uTkRZV05CUmpoaU5ESlpaeXRsTUROaWVIWnRhVVJUWkhSRmRtUkJReTlRVTJwQlF6aHlPR2hHTml0UVdWVkdNVkpHUm04NVZVOVJWekJsWlRFS1EwcFZWR1ZKVjJwUmFrSkJUVUUwUjBFeFZXUkVkMFZDTDNkUlJVRjNTVU53UkVGUVFtZE9Wa2hTVFVKQlpqaEZRbFJCUkVGUlNDOU5RakJIUVRGVlpBcEVaMUZYUWtKVE1WRlFkRmRXWnpab1ExQjJWaTlhUzJWNlJVdzViSEZQZGxscVFVdENaMmR4YUd0cVQxQlJVVVJCWjA1S1FVUkNSMEZwUlVFMVMzUXZDa05DZUZadGJqZG9la1ZCVHlzM1IyVTNLMFJNZERCdk1UaDVSVXR2TWpsaGRFdzBkMHBTUlVOSlVVUlJhMDVXTkhWNGMxUTJTMlF5VkhFMU4yaHpTVk1LYmpSaVlVSkNLemQxT1hCeE1HNVNNM2x0UmtkWmR6MDlDaTB0TFMwdFJVNUVJRU5GVWxSSlJrbERRVlJGTFMwdExTMEsKICAgIHNlcnZlcjogaHR0cHM6Ly8zZTgyMjBhOC00ZGEyLTRlMDEtYTkzMi01OGEwMzA5NjFiMTYuYXBpLms4cy5mci1wYXIuc2N3LmNsb3VkOjY0NDMKY29udGV4dHM6Ci0gbmFtZTogYWRtaW5AdGVzdC1vaWRjCiAgY29udGV4dDoKICAgIGNsdXN0ZXI6ICJ0ZXN0LW9pZGMiCiAgICB1c2VyOiB0ZXN0LW9pZGMtYWRtaW4KY3VycmVudC1jb250ZXh0OiBhZG1pbkB0ZXN0LW9pZGMKa2luZDogQ29uZmlnCnByZWZlcmVuY2VzOiB7fQp1c2VyczoKLSBuYW1lOiB0ZXN0LW9pZGMtYWRtaW4KICB1c2VyOgogICAgdG9rZW46IGJ0TDR2TVZsVldmREZLU3N1ek5meVd0cTA2TFBBMXVtT2F2ZWtubnAwTml6R2NHZjRRM1FGUEE4\"}" + headers: + Content-Length: + - "1614" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:18:25 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 7d05c19d-a2d4-4414-9fc4-8d1dda4df40c + status: 200 OK + code: 200 + duration: 23.977872ms +- id: 20 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 49 + host: api.scaleway.com + body: "{\"name\":\"testAccCheckK8SClusterConfigOIDCChange\"}" + headers: + Content-Type: + - application/json + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/vpc/v2/regions/fr-par/vpcs/48f70afa-77e8-4481-aa52-4dadb4e9c6b2 + method: PATCH + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 436 + body: "{\"id\":\"48f70afa-77e8-4481-aa52-4dadb4e9c6b2\", \"name\":\"testAccCheckK8SClusterConfigOIDCChange\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:17.277990Z\", \"updated_at\":\"2025-10-30T16:18:25.480217Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_default\":false, \"private_network_count\":1, \"routing_enabled\":true, \"custom_routes_propagation_enabled\":true, \"region\":\"fr-par\"}" + headers: + Content-Length: + - "436" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:18:25 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 4ab9cd68-3c55-4e7c-b2ff-c7fb807e9ce2 + status: 200 OK + code: 200 + duration: 106.160894ms +- id: 21 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/vpc/v2/regions/fr-par/vpcs/48f70afa-77e8-4481-aa52-4dadb4e9c6b2 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 436 + body: "{\"id\":\"48f70afa-77e8-4481-aa52-4dadb4e9c6b2\", \"name\":\"testAccCheckK8SClusterConfigOIDCChange\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:17.277990Z\", \"updated_at\":\"2025-10-30T16:18:25.480217Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_default\":false, \"private_network_count\":1, \"routing_enabled\":true, \"custom_routes_propagation_enabled\":true, \"region\":\"fr-par\"}" + headers: + Content-Length: + - "436" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:18:25 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 8aec6337-8029-430a-b89e-34bdb3077bd4 + status: 200 OK + code: 200 + duration: 34.671732ms +- id: 22 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 629 + host: api.scaleway.com + body: "{\"autoscaler_config\":{\"scale_down_disabled\":null,\"scale_down_delay_after_add\":null,\"estimator\":\"unknown_estimator\",\"expander\":\"unknown_expander\",\"ignore_daemonsets_utilization\":null,\"balance_similar_node_groups\":null,\"expendable_pods_priority_cutoff\":null,\"scale_down_unneeded_time\":null,\"scale_down_utilization_threshold\":null,\"max_graceful_termination_sec\":null},\"auto_upgrade\":{\"enable\":null,\"maintenance_window\":null},\"open_id_connect_config\":{\"issuer_url\":\"https://gitlab.com\",\"client_id\":\"my-even-more-awesome-id\",\"username_claim\":\"luigi\",\"username_prefix\":\"boo\",\"groups_claim\":[],\"groups_prefix\":\"\",\"required_claim\":null}}" + headers: + Content-Type: + - application/json + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/3e8220a8-4da2-4e01-a932-58a030961b16 + method: PATCH + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1682 + body: "{\"region\":\"fr-par\", \"id\":\"3e8220a8-4da2-4e01-a932-58a030961b16\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:19.155553Z\", \"updated_at\":\"2025-10-30T16:18:25.637285Z\", \"type\":\"kapsule\", \"name\":\"test-oidc\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"oidc-config\"], \"cluster_url\":\"https://3e8220a8-4da2-4e01-a932-58a030961b16.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.3e8220a8-4da2-4e01-a932-58a030961b16.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"https://gitlab.com\", \"client_id\":\"my-even-more-awesome-id\", \"username_claim\":\"luigi\", \"username_prefix\":\"boo\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"d27635a9-1059-4490-b2e4-4d6dcc9c1a50\", \"commitment_ends_at\":\"2025-10-30T16:18:19.155560Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"b15c58d7-1d76-456c-bde4-c71308222488\", \"new_images_enabled\":false, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1682" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:18:25 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - ce1fd020-34be-401b-858d-fc4d53d179b8 + status: 200 OK + code: 200 + duration: 113.543139ms +- id: 23 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/3e8220a8-4da2-4e01-a932-58a030961b16 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1681 + body: "{\"region\":\"fr-par\", \"id\":\"3e8220a8-4da2-4e01-a932-58a030961b16\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:19.155553Z\", \"updated_at\":\"2025-10-30T16:18:25.637285Z\", \"type\":\"kapsule\", \"name\":\"test-oidc\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"oidc-config\"], \"cluster_url\":\"https://3e8220a8-4da2-4e01-a932-58a030961b16.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.3e8220a8-4da2-4e01-a932-58a030961b16.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"https://gitlab.com\", \"client_id\":\"my-even-more-awesome-id\", \"username_claim\":\"luigi\", \"username_prefix\":\"boo\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"d27635a9-1059-4490-b2e4-4d6dcc9c1a50\", \"commitment_ends_at\":\"2025-10-30T16:18:19.155560Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"b15c58d7-1d76-456c-bde4-c71308222488\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1681" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:18:25 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 9e57a240-2e71-497a-9c5f-7294e652b656 + status: 200 OK + code: 200 + duration: 83.889063ms +- id: 24 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/3e8220a8-4da2-4e01-a932-58a030961b16 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1686 + body: "{\"region\":\"fr-par\", \"id\":\"3e8220a8-4da2-4e01-a932-58a030961b16\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:19.155553Z\", \"updated_at\":\"2025-10-30T16:18:25.764597Z\", \"type\":\"kapsule\", \"name\":\"test-oidc\", \"description\":\"\", \"status\":\"pool_required\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"oidc-config\"], \"cluster_url\":\"https://3e8220a8-4da2-4e01-a932-58a030961b16.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.3e8220a8-4da2-4e01-a932-58a030961b16.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"https://gitlab.com\", \"client_id\":\"my-even-more-awesome-id\", \"username_claim\":\"luigi\", \"username_prefix\":\"boo\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"d27635a9-1059-4490-b2e4-4d6dcc9c1a50\", \"commitment_ends_at\":\"2025-10-30T16:18:19.155560Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"b15c58d7-1d76-456c-bde4-c71308222488\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1686" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:18:30 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - bf1a9ef5-39da-4057-b98d-5ceb60c51538 + status: 200 OK + code: 200 + duration: 103.310885ms +- id: 25 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/3e8220a8-4da2-4e01-a932-58a030961b16 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1686 + body: "{\"region\":\"fr-par\", \"id\":\"3e8220a8-4da2-4e01-a932-58a030961b16\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:19.155553Z\", \"updated_at\":\"2025-10-30T16:18:25.764597Z\", \"type\":\"kapsule\", \"name\":\"test-oidc\", \"description\":\"\", \"status\":\"pool_required\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"oidc-config\"], \"cluster_url\":\"https://3e8220a8-4da2-4e01-a932-58a030961b16.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.3e8220a8-4da2-4e01-a932-58a030961b16.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"https://gitlab.com\", \"client_id\":\"my-even-more-awesome-id\", \"username_claim\":\"luigi\", \"username_prefix\":\"boo\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"d27635a9-1059-4490-b2e4-4d6dcc9c1a50\", \"commitment_ends_at\":\"2025-10-30T16:18:19.155560Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"b15c58d7-1d76-456c-bde4-c71308222488\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1686" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:18:30 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - c08e2378-a0e8-43c7-86dd-fb585b1af51c + status: 200 OK + code: 200 + duration: 133.382023ms +- id: 26 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/3e8220a8-4da2-4e01-a932-58a030961b16/kubeconfig + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1614 + body: "{\"name\":\"kubeconfig\", \"content_type\":\"application/octet-stream\", \"content\":\"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogInRlc3Qtb2lkYyIKICBjbHVzdGVyOgogICAgY2VydGlmaWNhdGUtYXV0aG9yaXR5LWRhdGE6IExTMHRMUzFDUlVkSlRpQkRSVkpVU1VaSlEwRlVSUzB0TFMwdENrMUpTVUpZUkVORFFWRkhaMEYzU1VKQlowbENRVVJCUzBKblozRm9hMnBQVUZGUlJFRnFRVlpOVWsxM1JWRlpSRlpSVVVSRmQzQnlaRmRLYkdOdE5Xd0taRWRXZWsxQ05GaEVWRWt4VFZSQmVVOVVSVEpOVkdkNFQxWnZXRVJVVFRGTlZFRjVUMVJGTWsxVVozaFBWbTkzUmxSRlZFMUNSVWRCTVZWRlFYaE5Td3BoTTFacFdsaEtkVnBZVW14amVrSmFUVUpOUjBKNWNVZFRUVFE1UVdkRlIwTkRjVWRUVFRRNVFYZEZTRUV3U1VGQ1JrSjJTVmhuV2s4eVJGTlpXRmRXQ20weU5uTkRZV05CUmpoaU5ESlpaeXRsTUROaWVIWnRhVVJUWkhSRmRtUkJReTlRVTJwQlF6aHlPR2hHTml0UVdWVkdNVkpHUm04NVZVOVJWekJsWlRFS1EwcFZWR1ZKVjJwUmFrSkJUVUUwUjBFeFZXUkVkMFZDTDNkUlJVRjNTVU53UkVGUVFtZE9Wa2hTVFVKQlpqaEZRbFJCUkVGUlNDOU5RakJIUVRGVlpBcEVaMUZYUWtKVE1WRlFkRmRXWnpab1ExQjJWaTlhUzJWNlJVdzViSEZQZGxscVFVdENaMmR4YUd0cVQxQlJVVVJCWjA1S1FVUkNSMEZwUlVFMVMzUXZDa05DZUZadGJqZG9la1ZCVHlzM1IyVTNLMFJNZERCdk1UaDVSVXR2TWpsaGRFdzBkMHBTUlVOSlVVUlJhMDVXTkhWNGMxUTJTMlF5VkhFMU4yaHpTVk1LYmpSaVlVSkNLemQxT1hCeE1HNVNNM2x0UmtkWmR6MDlDaTB0TFMwdFJVNUVJRU5GVWxSSlJrbERRVlJGTFMwdExTMEsKICAgIHNlcnZlcjogaHR0cHM6Ly8zZTgyMjBhOC00ZGEyLTRlMDEtYTkzMi01OGEwMzA5NjFiMTYuYXBpLms4cy5mci1wYXIuc2N3LmNsb3VkOjY0NDMKY29udGV4dHM6Ci0gbmFtZTogYWRtaW5AdGVzdC1vaWRjCiAgY29udGV4dDoKICAgIGNsdXN0ZXI6ICJ0ZXN0LW9pZGMiCiAgICB1c2VyOiB0ZXN0LW9pZGMtYWRtaW4KY3VycmVudC1jb250ZXh0OiBhZG1pbkB0ZXN0LW9pZGMKa2luZDogQ29uZmlnCnByZWZlcmVuY2VzOiB7fQp1c2VyczoKLSBuYW1lOiB0ZXN0LW9pZGMtYWRtaW4KICB1c2VyOgogICAgdG9rZW46IGJ0TDR2TVZsVldmREZLU3N1ek5meVd0cTA2TFBBMXVtT2F2ZWtubnAwTml6R2NHZjRRM1FGUEE4\"}" + headers: + Content-Length: + - "1614" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:18:31 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 655f61f1-7cf2-4397-bc89-5042471ea047 + status: 200 OK + code: 200 + duration: 79.832991ms +- id: 27 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/3e8220a8-4da2-4e01-a932-58a030961b16 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1686 + body: "{\"region\":\"fr-par\", \"id\":\"3e8220a8-4da2-4e01-a932-58a030961b16\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:19.155553Z\", \"updated_at\":\"2025-10-30T16:18:25.764597Z\", \"type\":\"kapsule\", \"name\":\"test-oidc\", \"description\":\"\", \"status\":\"pool_required\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"oidc-config\"], \"cluster_url\":\"https://3e8220a8-4da2-4e01-a932-58a030961b16.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.3e8220a8-4da2-4e01-a932-58a030961b16.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"https://gitlab.com\", \"client_id\":\"my-even-more-awesome-id\", \"username_claim\":\"luigi\", \"username_prefix\":\"boo\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"d27635a9-1059-4490-b2e4-4d6dcc9c1a50\", \"commitment_ends_at\":\"2025-10-30T16:18:19.155560Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"b15c58d7-1d76-456c-bde4-c71308222488\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1686" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:18:31 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 63acae1b-6a29-4ddb-93d9-58c6dfeb98d5 + status: 200 OK + code: 200 + duration: 20.330326ms +- id: 28 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/vpc/v2/regions/fr-par/vpcs/48f70afa-77e8-4481-aa52-4dadb4e9c6b2 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 436 + body: "{\"id\":\"48f70afa-77e8-4481-aa52-4dadb4e9c6b2\", \"name\":\"testAccCheckK8SClusterConfigOIDCChange\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:17.277990Z\", \"updated_at\":\"2025-10-30T16:18:25.480217Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_default\":false, \"private_network_count\":1, \"routing_enabled\":true, \"custom_routes_propagation_enabled\":true, \"region\":\"fr-par\"}" + headers: + Content-Length: + - "436" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:18:31 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 1ae76056-e228-4de3-8121-823c9db7de1b + status: 200 OK + code: 200 + duration: 24.89329ms +- id: 29 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks/d27635a9-1059-4490-b2e4-4d6dcc9c1a50 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1079 + body: "{\"id\":\"d27635a9-1059-4490-b2e4-4d6dcc9c1a50\", \"name\":\"test-oidc\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:18.284755Z\", \"updated_at\":\"2025-10-30T16:18:18.284755Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"subnets\":[{\"id\":\"128e7d5f-af74-486d-91d4-30cfa4bb128e\", \"created_at\":\"2025-10-30T16:18:18.284755Z\", \"updated_at\":\"2025-10-30T16:18:18.284755Z\", \"subnet\":\"172.18.56.0/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"d27635a9-1059-4490-b2e4-4d6dcc9c1a50\", \"vpc_id\":\"48f70afa-77e8-4481-aa52-4dadb4e9c6b2\"}, {\"id\":\"71f09fd2-c6f0-4d1c-8bb8-8f7c97eb9229\", \"created_at\":\"2025-10-30T16:18:18.284755Z\", \"updated_at\":\"2025-10-30T16:18:18.284755Z\", \"subnet\":\"fd5f:519c:6d46:2f26::/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"d27635a9-1059-4490-b2e4-4d6dcc9c1a50\", \"vpc_id\":\"48f70afa-77e8-4481-aa52-4dadb4e9c6b2\"}], \"vpc_id\":\"48f70afa-77e8-4481-aa52-4dadb4e9c6b2\", \"dhcp_enabled\":true, \"default_route_propagation_enabled\":false, \"region\":\"fr-par\"}" + headers: + Content-Length: + - "1079" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:18:31 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 5b0441da-50bf-463b-ad23-b82f88adc598 + status: 200 OK + code: 200 + duration: 23.723985ms +- id: 30 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/3e8220a8-4da2-4e01-a932-58a030961b16 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1686 + body: "{\"region\":\"fr-par\", \"id\":\"3e8220a8-4da2-4e01-a932-58a030961b16\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:19.155553Z\", \"updated_at\":\"2025-10-30T16:18:25.764597Z\", \"type\":\"kapsule\", \"name\":\"test-oidc\", \"description\":\"\", \"status\":\"pool_required\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"oidc-config\"], \"cluster_url\":\"https://3e8220a8-4da2-4e01-a932-58a030961b16.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.3e8220a8-4da2-4e01-a932-58a030961b16.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"https://gitlab.com\", \"client_id\":\"my-even-more-awesome-id\", \"username_claim\":\"luigi\", \"username_prefix\":\"boo\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"d27635a9-1059-4490-b2e4-4d6dcc9c1a50\", \"commitment_ends_at\":\"2025-10-30T16:18:19.155560Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"b15c58d7-1d76-456c-bde4-c71308222488\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1686" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:18:31 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - a0c41c85-5e7a-425c-9eaf-ed61955d8334 + status: 200 OK + code: 200 + duration: 22.79915ms +- id: 31 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/3e8220a8-4da2-4e01-a932-58a030961b16/kubeconfig + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1614 + body: "{\"name\":\"kubeconfig\", \"content_type\":\"application/octet-stream\", \"content\":\"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogInRlc3Qtb2lkYyIKICBjbHVzdGVyOgogICAgY2VydGlmaWNhdGUtYXV0aG9yaXR5LWRhdGE6IExTMHRMUzFDUlVkSlRpQkRSVkpVU1VaSlEwRlVSUzB0TFMwdENrMUpTVUpZUkVORFFWRkhaMEYzU1VKQlowbENRVVJCUzBKblozRm9hMnBQVUZGUlJFRnFRVlpOVWsxM1JWRlpSRlpSVVVSRmQzQnlaRmRLYkdOdE5Xd0taRWRXZWsxQ05GaEVWRWt4VFZSQmVVOVVSVEpOVkdkNFQxWnZXRVJVVFRGTlZFRjVUMVJGTWsxVVozaFBWbTkzUmxSRlZFMUNSVWRCTVZWRlFYaE5Td3BoTTFacFdsaEtkVnBZVW14amVrSmFUVUpOUjBKNWNVZFRUVFE1UVdkRlIwTkRjVWRUVFRRNVFYZEZTRUV3U1VGQ1JrSjJTVmhuV2s4eVJGTlpXRmRXQ20weU5uTkRZV05CUmpoaU5ESlpaeXRsTUROaWVIWnRhVVJUWkhSRmRtUkJReTlRVTJwQlF6aHlPR2hHTml0UVdWVkdNVkpHUm04NVZVOVJWekJsWlRFS1EwcFZWR1ZKVjJwUmFrSkJUVUUwUjBFeFZXUkVkMFZDTDNkUlJVRjNTVU53UkVGUVFtZE9Wa2hTVFVKQlpqaEZRbFJCUkVGUlNDOU5RakJIUVRGVlpBcEVaMUZYUWtKVE1WRlFkRmRXWnpab1ExQjJWaTlhUzJWNlJVdzViSEZQZGxscVFVdENaMmR4YUd0cVQxQlJVVVJCWjA1S1FVUkNSMEZwUlVFMVMzUXZDa05DZUZadGJqZG9la1ZCVHlzM1IyVTNLMFJNZERCdk1UaDVSVXR2TWpsaGRFdzBkMHBTUlVOSlVVUlJhMDVXTkhWNGMxUTJTMlF5VkhFMU4yaHpTVk1LYmpSaVlVSkNLemQxT1hCeE1HNVNNM2x0UmtkWmR6MDlDaTB0TFMwdFJVNUVJRU5GVWxSSlJrbERRVlJGTFMwdExTMEsKICAgIHNlcnZlcjogaHR0cHM6Ly8zZTgyMjBhOC00ZGEyLTRlMDEtYTkzMi01OGEwMzA5NjFiMTYuYXBpLms4cy5mci1wYXIuc2N3LmNsb3VkOjY0NDMKY29udGV4dHM6Ci0gbmFtZTogYWRtaW5AdGVzdC1vaWRjCiAgY29udGV4dDoKICAgIGNsdXN0ZXI6ICJ0ZXN0LW9pZGMiCiAgICB1c2VyOiB0ZXN0LW9pZGMtYWRtaW4KY3VycmVudC1jb250ZXh0OiBhZG1pbkB0ZXN0LW9pZGMKa2luZDogQ29uZmlnCnByZWZlcmVuY2VzOiB7fQp1c2VyczoKLSBuYW1lOiB0ZXN0LW9pZGMtYWRtaW4KICB1c2VyOgogICAgdG9rZW46IGJ0TDR2TVZsVldmREZLU3N1ek5meVd0cTA2TFBBMXVtT2F2ZWtubnAwTml6R2NHZjRRM1FGUEE4\"}" + headers: + Content-Length: + - "1614" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:18:31 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 29bb1d74-2b2c-4eae-a4f3-50ebdc74470b + status: 200 OK + code: 200 + duration: 129.751779ms +- id: 32 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + form: + with_additional_resources: + - "false" + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/3e8220a8-4da2-4e01-a932-58a030961b16?with_additional_resources=false + method: DELETE + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1682 + body: "{\"region\":\"fr-par\", \"id\":\"3e8220a8-4da2-4e01-a932-58a030961b16\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:19.155553Z\", \"updated_at\":\"2025-10-30T16:18:31.823943Z\", \"type\":\"kapsule\", \"name\":\"test-oidc\", \"description\":\"\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"oidc-config\"], \"cluster_url\":\"https://3e8220a8-4da2-4e01-a932-58a030961b16.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.3e8220a8-4da2-4e01-a932-58a030961b16.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"https://gitlab.com\", \"client_id\":\"my-even-more-awesome-id\", \"username_claim\":\"luigi\", \"username_prefix\":\"boo\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"d27635a9-1059-4490-b2e4-4d6dcc9c1a50\", \"commitment_ends_at\":\"2025-10-30T16:18:19.155560Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"b15c58d7-1d76-456c-bde4-c71308222488\", \"new_images_enabled\":false, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1682" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:18:31 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 7426b291-5f4f-45d2-a339-ca840096c847 + status: 200 OK + code: 200 + duration: 107.212888ms +- id: 33 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/3e8220a8-4da2-4e01-a932-58a030961b16 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1681 + body: "{\"region\":\"fr-par\", \"id\":\"3e8220a8-4da2-4e01-a932-58a030961b16\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:19.155553Z\", \"updated_at\":\"2025-10-30T16:18:31.823943Z\", \"type\":\"kapsule\", \"name\":\"test-oidc\", \"description\":\"\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"oidc-config\"], \"cluster_url\":\"https://3e8220a8-4da2-4e01-a932-58a030961b16.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.3e8220a8-4da2-4e01-a932-58a030961b16.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"https://gitlab.com\", \"client_id\":\"my-even-more-awesome-id\", \"username_claim\":\"luigi\", \"username_prefix\":\"boo\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"d27635a9-1059-4490-b2e4-4d6dcc9c1a50\", \"commitment_ends_at\":\"2025-10-30T16:18:19.155560Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"b15c58d7-1d76-456c-bde4-c71308222488\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1681" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:18:31 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 1a02c8fc-c023-466a-b046-9be39a96e0e5 + status: 200 OK + code: 200 + duration: 21.611862ms +- id: 34 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/3e8220a8-4da2-4e01-a932-58a030961b16 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 128 + body: "{\"message\":\"resource is not found\",\"resource\":\"cluster\",\"resource_id\":\"3e8220a8-4da2-4e01-a932-58a030961b16\",\"type\":\"not_found\"}" + headers: + Content-Length: + - "128" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:18:36 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 2744d186-f58b-4691-b1e5-b59b18819ce2 + status: 404 Not Found + code: 404 + duration: 17.036805ms +- id: 35 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks/d27635a9-1059-4490-b2e4-4d6dcc9c1a50 + method: DELETE + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 0 + body: "" + headers: + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:18:38 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - eda0b970-a283-4231-a794-7730850339f5 + status: 204 No Content + code: 204 + duration: 1.124860549s +- id: 36 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/vpc/v2/regions/fr-par/vpcs/48f70afa-77e8-4481-aa52-4dadb4e9c6b2 + method: DELETE + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 0 + body: "" + headers: + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:18:38 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - cde91ea5-ddb1-4f57-a875-fa88493ef6c0 + status: 204 No Content + code: 204 + duration: 124.733662ms +- id: 37 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/3e8220a8-4da2-4e01-a932-58a030961b16 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 128 + body: "{\"message\":\"resource is not found\",\"resource\":\"cluster\",\"resource_id\":\"3e8220a8-4da2-4e01-a932-58a030961b16\",\"type\":\"not_found\"}" + headers: + Content-Length: + - "128" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:18:38 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - f672de79-50c9-4ee9-a26f-978fcc2f64ff + status: 404 Not Found + code: 404 + duration: 23.695332ms +- id: 38 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks/d27635a9-1059-4490-b2e4-4d6dcc9c1a50 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 136 + body: "{\"message\":\"resource is not found\",\"resource\":\"private_network\",\"resource_id\":\"d27635a9-1059-4490-b2e4-4d6dcc9c1a50\",\"type\":\"not_found\"}" + headers: + Content-Length: + - "136" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:18:38 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - a199f440-f726-4c8d-abaf-1fdb5c0e48fb + status: 404 Not Found + code: 404 + duration: 32.966953ms diff --git a/internal/services/k8s/testdata/cluster-private-network.cassette.yaml b/internal/services/k8s/testdata/cluster-private-network.cassette.yaml index 53105a0f9d..fb84374182 100644 --- a/internal/services/k8s/testdata/cluster-private-network.cassette.yaml +++ b/internal/services/k8s/testdata/cluster-private-network.cassette.yaml @@ -1,2606 +1,1891 @@ --- version: 2 interactions: - - id: 0 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/versions - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 4962 - uncompressed: false - body: '{"versions":[{"available_admission_plugins":["AlwaysPullImages","PodNodeSelector","PodTolerationRestriction"],"available_cnis":["cilium","cilium_native","calico","kilo","none"],"available_container_runtimes":["containerd"],"available_feature_gates":["HPAScaleToZero","CPUManagerPolicyAlphaOptions","ImageVolume"],"available_kubelet_args":{"containerLogMaxFiles":"uint16","containerLogMaxSize":"quantity","cpuCFSQuota":"bool","cpuCFSQuotaPeriod":"duration","cpuManagerPolicy":"enum:none|static","cpuManagerPolicyOptions":"map[string]string","enableDebuggingHandlers":"bool","evictionHard":"map[string]string","evictionMinimumReclaim":"map[string]string","imageGCHighThresholdPercent":"uint32","imageGCLowThresholdPercent":"uint32","maxParallelImagePulls":"int32","maxPods":"uint16","registryBurst":"int32","registryPullQPS":"int32","serializeImagePulls":"bool"},"label":"Kubernetes 1.34.1","name":"1.34.1","region":"fr-par"},{"available_admission_plugins":["AlwaysPullImages","PodNodeSelector","PodTolerationRestriction"],"available_cnis":["cilium","calico","kilo","none"],"available_container_runtimes":["containerd"],"available_feature_gates":["HPAScaleToZero","DRAAdminAccess","DynamicResourceAllocation","PodLevelResources","CPUManagerPolicyAlphaOptions","ImageVolume"],"available_kubelet_args":{"containerLogMaxFiles":"uint16","containerLogMaxSize":"quantity","cpuCFSQuota":"bool","cpuCFSQuotaPeriod":"duration","cpuManagerPolicy":"enum:none|static","cpuManagerPolicyOptions":"map[string]string","enableDebuggingHandlers":"bool","evictionHard":"map[string]string","evictionMinimumReclaim":"map[string]string","imageGCHighThresholdPercent":"uint32","imageGCLowThresholdPercent":"uint32","maxParallelImagePulls":"int32","maxPods":"uint16","registryBurst":"int32","registryPullQPS":"int32","serializeImagePulls":"bool"},"label":"Kubernetes 1.33.4","name":"1.33.4","region":"fr-par"},{"available_admission_plugins":["AlwaysPullImages","PodNodeSelector","PodTolerationRestriction"],"available_cnis":["cilium","calico","kilo","none"],"available_container_runtimes":["containerd"],"available_feature_gates":["HPAScaleToZero","InPlacePodVerticalScaling","SidecarContainers","DRAAdminAccess","DRAResourceClaimDeviceStatus","DynamicResourceAllocation","PodLevelResources","CPUManagerPolicyAlphaOptions","ImageVolume"],"available_kubelet_args":{"containerLogMaxFiles":"uint16","containerLogMaxSize":"quantity","cpuCFSQuota":"bool","cpuCFSQuotaPeriod":"duration","cpuManagerPolicy":"enum:none|static","cpuManagerPolicyOptions":"map[string]string","enableDebuggingHandlers":"bool","evictionHard":"map[string]string","evictionMinimumReclaim":"map[string]string","imageGCHighThresholdPercent":"uint32","imageGCLowThresholdPercent":"uint32","maxParallelImagePulls":"int32","maxPods":"uint16","registryBurst":"int32","registryPullQPS":"int32","serializeImagePulls":"bool"},"label":"Kubernetes 1.32.8","name":"1.32.8","region":"fr-par"},{"available_admission_plugins":["AlwaysPullImages","PodNodeSelector","PodTolerationRestriction"],"available_cnis":["cilium","calico","kilo","none"],"available_container_runtimes":["containerd"],"available_feature_gates":["HPAScaleToZero","InPlacePodVerticalScaling","SidecarContainers","CPUManagerPolicyAlphaOptions","ImageVolume"],"available_kubelet_args":{"containerLogMaxFiles":"uint16","containerLogMaxSize":"quantity","cpuCFSQuota":"bool","cpuCFSQuotaPeriod":"duration","cpuManagerPolicy":"enum:none|static","cpuManagerPolicyOptions":"map[string]string","enableDebuggingHandlers":"bool","evictionHard":"map[string]string","evictionMinimumReclaim":"map[string]string","imageGCHighThresholdPercent":"uint32","imageGCLowThresholdPercent":"uint32","maxParallelImagePulls":"int32","maxPods":"uint16","registryBurst":"int32","registryPullQPS":"int32","serializeImagePulls":"bool"},"label":"Kubernetes 1.31.12","name":"1.31.12","region":"fr-par"},{"available_admission_plugins":["AlwaysPullImages","PodNodeSelector","PodTolerationRestriction"],"available_cnis":["cilium","calico","kilo","none"],"available_container_runtimes":["containerd"],"available_feature_gates":["HPAScaleToZero","SidecarContainers","InPlacePodVerticalScaling","CPUManagerPolicyAlphaOptions"],"available_kubelet_args":{"containerLogMaxFiles":"uint16","containerLogMaxSize":"quantity","cpuCFSQuota":"bool","cpuCFSQuotaPeriod":"duration","cpuManagerPolicy":"enum:none|static","cpuManagerPolicyOptions":"map[string]string","enableDebuggingHandlers":"bool","evictionHard":"map[string]string","evictionMinimumReclaim":"map[string]string","imageGCHighThresholdPercent":"uint32","imageGCLowThresholdPercent":"uint32","maxParallelImagePulls":"int32","maxPods":"uint16","registryBurst":"int32","registryPullQPS":"int32","serializeImagePulls":"bool"},"label":"Kubernetes 1.30.14","name":"1.30.14","region":"fr-par"}]}' - headers: - Content-Length: - - "4962" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 14:10:30 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge01) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 939c43c9-fe89-4982-81e4-d39a40c414e4 - status: 200 OK - code: 200 - duration: 160.979416ms - - id: 1 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 144 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: '{"name":"testAccCheckK8SClusterConfigPrivateNetworkLinked","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","tags":[],"enable_routing":false}' - form: {} - headers: - Content-Type: - - application/json - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/fr-par/vpcs - method: POST - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 446 - uncompressed: false - body: '{"created_at":"2025-09-30T14:10:30.760761Z","custom_routes_propagation_enabled":true,"id":"48e129cc-40c6-458b-a446-9b5081611683","is_default":false,"name":"testAccCheckK8SClusterConfigPrivateNetworkLinked","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","private_network_count":0,"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","routing_enabled":true,"tags":[],"updated_at":"2025-09-30T14:10:30.760761Z"}' - headers: - Content-Length: - - "446" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 14:10:30 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge01) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - d43edb1e-346d-4203-818a-8503e4b76eae - status: 200 OK - code: 200 - duration: 76.614334ms - - id: 2 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/fr-par/vpcs/48e129cc-40c6-458b-a446-9b5081611683 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 446 - uncompressed: false - body: '{"created_at":"2025-09-30T14:10:30.760761Z","custom_routes_propagation_enabled":true,"id":"48e129cc-40c6-458b-a446-9b5081611683","is_default":false,"name":"testAccCheckK8SClusterConfigPrivateNetworkLinked","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","private_network_count":0,"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","routing_enabled":true,"tags":[],"updated_at":"2025-09-30T14:10:30.760761Z"}' - headers: - Content-Length: - - "446" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 14:10:30 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge01) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - ebd57738-a4cf-4890-9488-758dc8a3b125 - status: 200 OK - code: 200 - duration: 38.467041ms - - id: 3 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 197 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: '{"name":"k8s-private-network","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","tags":[],"subnets":null,"vpc_id":"48e129cc-40c6-458b-a446-9b5081611683","default_route_propagation_enabled":false}' - form: {} - headers: - Content-Type: - - application/json - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks - method: POST - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1090 - uncompressed: false - body: '{"created_at":"2025-09-30T14:10:30.956618Z","default_route_propagation_enabled":false,"dhcp_enabled":true,"id":"d92aa4b8-5f1d-49cc-8d49-056f8b94fd6f","name":"k8s-private-network","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","subnets":[{"created_at":"2025-09-30T14:10:30.956618Z","id":"733096e7-4d91-4a1d-aacf-6df38835d215","private_network_id":"d92aa4b8-5f1d-49cc-8d49-056f8b94fd6f","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","subnet":"172.17.148.0/22","updated_at":"2025-09-30T14:10:30.956618Z","vpc_id":"48e129cc-40c6-458b-a446-9b5081611683"},{"created_at":"2025-09-30T14:10:30.956618Z","id":"6640c21d-4364-41a5-b18b-384dcddead5b","private_network_id":"d92aa4b8-5f1d-49cc-8d49-056f8b94fd6f","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","subnet":"fd5f:519c:6d46:57f6::/64","updated_at":"2025-09-30T14:10:30.956618Z","vpc_id":"48e129cc-40c6-458b-a446-9b5081611683"}],"tags":[],"updated_at":"2025-09-30T14:10:30.956618Z","vpc_id":"48e129cc-40c6-458b-a446-9b5081611683"}' - headers: - Content-Length: - - "1090" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 14:10:31 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge01) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - de7be00d-7d59-434f-b122-e1037875a934 - status: 200 OK - code: 200 - duration: 749.077708ms - - id: 4 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks/d92aa4b8-5f1d-49cc-8d49-056f8b94fd6f - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1090 - uncompressed: false - body: '{"created_at":"2025-09-30T14:10:30.956618Z","default_route_propagation_enabled":false,"dhcp_enabled":true,"id":"d92aa4b8-5f1d-49cc-8d49-056f8b94fd6f","name":"k8s-private-network","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","subnets":[{"created_at":"2025-09-30T14:10:30.956618Z","id":"733096e7-4d91-4a1d-aacf-6df38835d215","private_network_id":"d92aa4b8-5f1d-49cc-8d49-056f8b94fd6f","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","subnet":"172.17.148.0/22","updated_at":"2025-09-30T14:10:30.956618Z","vpc_id":"48e129cc-40c6-458b-a446-9b5081611683"},{"created_at":"2025-09-30T14:10:30.956618Z","id":"6640c21d-4364-41a5-b18b-384dcddead5b","private_network_id":"d92aa4b8-5f1d-49cc-8d49-056f8b94fd6f","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","subnet":"fd5f:519c:6d46:57f6::/64","updated_at":"2025-09-30T14:10:30.956618Z","vpc_id":"48e129cc-40c6-458b-a446-9b5081611683"}],"tags":[],"updated_at":"2025-09-30T14:10:30.956618Z","vpc_id":"48e129cc-40c6-458b-a446-9b5081611683"}' - headers: - Content-Length: - - "1090" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 14:10:31 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge01) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 45c59b50-fe70-414a-9d1f-f7b81dc30cb0 - status: 200 OK - code: 200 - duration: 32.76825ms - - id: 5 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 716 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: '{"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","type":"","name":"k8s-private-network-cluster","description":"","tags":["terraform-test","scaleway_k8s_cluster","private_network"],"version":"1.34.1","cni":"calico","pools":null,"autoscaler_config":{"scale_down_disabled":null,"scale_down_delay_after_add":null,"estimator":"unknown_estimator","expander":"unknown_expander","ignore_daemonsets_utilization":null,"balance_similar_node_groups":null,"expendable_pods_priority_cutoff":0,"scale_down_unneeded_time":null,"scale_down_utilization_threshold":null,"max_graceful_termination_sec":0},"feature_gates":[],"admission_plugins":[],"apiserver_cert_sans":[],"private_network_id":"d92aa4b8-5f1d-49cc-8d49-056f8b94fd6f"}' - form: {} - headers: - Content-Type: - - application/json - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters - method: POST - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1619 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://ab4b9e30-faf8-467c-af20-34f9c3ed7caa.api.k8s.fr-par.scw.cloud:6443","cni":"calico","commitment_ends_at":"2025-09-30T14:10:31.968285Z","created_at":"2025-09-30T14:10:31.968277Z","description":"","dns_wildcard":"*.ab4b9e30-faf8-467c-af20-34f9c3ed7caa.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"","id":"ab4b9e30-faf8-467c-af20-34f9c3ed7caa","name":"k8s-private-network-cluster","new_images_enabled":false,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"100.64.0.0/15","private_network_id":"d92aa4b8-5f1d-49cc-8d49-056f8b94fd6f","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"10.32.0.0/20","service_dns_ip":"10.32.0.10","status":"creating","tags":["terraform-test","scaleway_k8s_cluster","private_network"],"type":"kapsule","updated_at":"2025-09-30T14:10:31.968277Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1619" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 14:10:32 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge01) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 2f2d7a8f-0509-4075-beed-4b3ece8b3fa5 - status: 200 OK - code: 200 - duration: 350.037167ms - - id: 6 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/ab4b9e30-faf8-467c-af20-34f9c3ed7caa - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1583 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://ab4b9e30-faf8-467c-af20-34f9c3ed7caa.api.k8s.fr-par.scw.cloud:6443","cni":"calico","commitment_ends_at":"2025-09-30T14:10:31.968285Z","created_at":"2025-09-30T14:10:31.968277Z","description":"","dns_wildcard":"*.ab4b9e30-faf8-467c-af20-34f9c3ed7caa.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"","id":"ab4b9e30-faf8-467c-af20-34f9c3ed7caa","name":"k8s-private-network-cluster","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":"d92aa4b8-5f1d-49cc-8d49-056f8b94fd6f","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"","service_dns_ip":"","status":"creating","tags":["terraform-test","scaleway_k8s_cluster","private_network"],"type":"kapsule","updated_at":"2025-09-30T14:10:31.968277Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1583" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 14:10:32 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge01) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 1fc66e14-28e8-4cde-b007-3f646c173b75 - status: 200 OK - code: 200 - duration: 119.549542ms - - id: 7 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/ab4b9e30-faf8-467c-af20-34f9c3ed7caa - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1624 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://ab4b9e30-faf8-467c-af20-34f9c3ed7caa.api.k8s.fr-par.scw.cloud:6443","cni":"calico","commitment_ends_at":"2025-09-30T14:10:31.968285Z","created_at":"2025-09-30T14:10:31.968277Z","description":"","dns_wildcard":"*.ab4b9e30-faf8-467c-af20-34f9c3ed7caa.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"e36e1bf5-b5cf-4a19-a4f4-5ad7c7c93f27","id":"ab4b9e30-faf8-467c-af20-34f9c3ed7caa","name":"k8s-private-network-cluster","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":"d92aa4b8-5f1d-49cc-8d49-056f8b94fd6f","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"","service_dns_ip":"","status":"pool_required","tags":["terraform-test","scaleway_k8s_cluster","private_network"],"type":"kapsule","updated_at":"2025-09-30T14:10:32.456229Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1624" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 14:10:37 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge01) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 3f7f7fff-392b-43d9-a065-10048fe0c2fd - status: 200 OK - code: 200 - duration: 88.050458ms - - id: 8 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/ab4b9e30-faf8-467c-af20-34f9c3ed7caa/pools?order_by=created_at_asc&page=1&status=unknown - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 29 - uncompressed: false - body: '{"pools":[],"total_count":0}' - headers: - Content-Length: - - "29" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 14:10:37 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge01) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 152ee218-7d00-481c-974d-34e1afbe032d - status: 200 OK - code: 200 - duration: 106.59125ms - - id: 9 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/ab4b9e30-faf8-467c-af20-34f9c3ed7caa - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1624 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://ab4b9e30-faf8-467c-af20-34f9c3ed7caa.api.k8s.fr-par.scw.cloud:6443","cni":"calico","commitment_ends_at":"2025-09-30T14:10:31.968285Z","created_at":"2025-09-30T14:10:31.968277Z","description":"","dns_wildcard":"*.ab4b9e30-faf8-467c-af20-34f9c3ed7caa.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"e36e1bf5-b5cf-4a19-a4f4-5ad7c7c93f27","id":"ab4b9e30-faf8-467c-af20-34f9c3ed7caa","name":"k8s-private-network-cluster","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":"d92aa4b8-5f1d-49cc-8d49-056f8b94fd6f","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"","service_dns_ip":"","status":"pool_required","tags":["terraform-test","scaleway_k8s_cluster","private_network"],"type":"kapsule","updated_at":"2025-09-30T14:10:32.456229Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1624" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 14:10:37 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge01) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - a732e775-8e67-447d-b7c0-9eda13cf5de6 - status: 200 OK - code: 200 - duration: 104.091125ms - - id: 10 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/ab4b9e30-faf8-467c-af20-34f9c3ed7caa/kubeconfig - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1754 - uncompressed: false - body: '{"content":"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogIms4cy1wcml2YXRlLW5ldHdvcmstY2x1c3RlciIKICBjbHVzdGVyOgogICAgY2VydGlmaWNhdGUtYXV0aG9yaXR5LWRhdGE6IExTMHRMUzFDUlVkSlRpQkRSVkpVU1VaSlEwRlVSUzB0TFMwdENrMUpTVUpYZWtORFFWRkhaMEYzU1VKQlowbENRVVJCUzBKblozRm9hMnBQVUZGUlJFRnFRVlpOVWsxM1JWRlpSRlpSVVVSRmQzQnlaRmRLYkdOdE5Xd0taRWRXZWsxQ05GaEVWRWt4VFVScmVVOVVSVEJOVkVGNlRXeHZXRVJVVFRGTlJHdDVUMVJGTUUxVVFYcE5iRzkzUmxSRlZFMUNSVWRCTVZWRlFYaE5Td3BoTTFacFdsaEtkVnBZVW14amVrSmFUVUpOUjBKNWNVZFRUVFE1UVdkRlIwTkRjVWRUVFRRNVFYZEZTRUV3U1VGQ1MwOHhVVzByWW1rd2FFVXlObU40Q2xGVVRFWjJORVZ1UnpBclRqQnpVSGd5VXpRcmVITm9kMEoxUkZreldGZDJSMDFqYkhwRFJtMVNOWE5tTUdSUmJISXhaakUyUTJsWlVXVTNSbTlvVjNZS2NuVlFSbGR2YVdwUmFrSkJUVUUwUjBFeFZXUkVkMFZDTDNkUlJVRjNTVU53UkVGUVFtZE9Wa2hTVFVKQlpqaEZRbFJCUkVGUlNDOU5RakJIUVRGVlpBcEVaMUZYUWtKVVpWbDBkSGRMVjNsM1ltRjZUWEZEV1hkd1F6bDRSMDlpYm5ocVFVdENaMmR4YUd0cVQxQlJVVVJCWjA1SlFVUkNSa0ZwUVVodkwyZzBDbHBQWW04MGJHNWliSGh4WTA1MVltcGtZM3BDVWtwR2VTOUxlalpOT0ZwT1VVOWhZblZCU1doQlRtUkJhRU5oUVZab0wzVjJSVFIxWlVwNWMxWXdTMlFLY3lzd1VUVkxlVk5TWVhGbVZUTnFURWhpV0VNS0xTMHRMUzFGVGtRZ1EwVlNWRWxHU1VOQlZFVXRMUzB0TFFvPQogICAgc2VydmVyOiBodHRwczovL2FiNGI5ZTMwLWZhZjgtNDY3Yy1hZjIwLTM0ZjljM2VkN2NhYS5hcGkuazhzLmZyLXBhci5zY3cuY2xvdWQ6NjQ0Mwpjb250ZXh0czoKLSBuYW1lOiBhZG1pbkBrOHMtcHJpdmF0ZS1uZXR3b3JrLWNsdXN0ZXIKICBjb250ZXh0OgogICAgY2x1c3RlcjogIms4cy1wcml2YXRlLW5ldHdvcmstY2x1c3RlciIKICAgIHVzZXI6IGs4cy1wcml2YXRlLW5ldHdvcmstY2x1c3Rlci1hZG1pbgpjdXJyZW50LWNvbnRleHQ6IGFkbWluQGs4cy1wcml2YXRlLW5ldHdvcmstY2x1c3RlcgpraW5kOiBDb25maWcKcHJlZmVyZW5jZXM6IHt9CnVzZXJzOgotIG5hbWU6IGs4cy1wcml2YXRlLW5ldHdvcmstY2x1c3Rlci1hZG1pbgogIHVzZXI6CiAgICB0b2tlbjogOFF0MHU3aTZRa0ZuUHlvVHJiMVlNUGZ6TEVOQjY2dWxjWUZSNlpIcGc5Q2haTGFFaEZEOWJGTEE=","content_type":"application/octet-stream","name":"kubeconfig"}' - headers: - Content-Length: - - "1754" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 14:10:37 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge01) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 638b316b-8aa0-4e46-b229-8ff44d744f5e - status: 200 OK - code: 200 - duration: 88.007125ms - - id: 11 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/ab4b9e30-faf8-467c-af20-34f9c3ed7caa - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1624 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://ab4b9e30-faf8-467c-af20-34f9c3ed7caa.api.k8s.fr-par.scw.cloud:6443","cni":"calico","commitment_ends_at":"2025-09-30T14:10:31.968285Z","created_at":"2025-09-30T14:10:31.968277Z","description":"","dns_wildcard":"*.ab4b9e30-faf8-467c-af20-34f9c3ed7caa.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"e36e1bf5-b5cf-4a19-a4f4-5ad7c7c93f27","id":"ab4b9e30-faf8-467c-af20-34f9c3ed7caa","name":"k8s-private-network-cluster","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":"d92aa4b8-5f1d-49cc-8d49-056f8b94fd6f","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"","service_dns_ip":"","status":"pool_required","tags":["terraform-test","scaleway_k8s_cluster","private_network"],"type":"kapsule","updated_at":"2025-09-30T14:10:32.456229Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1624" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 14:10:37 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge01) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - c4a729e4-6d10-4319-9887-736203f7d7b5 - status: 200 OK - code: 200 - duration: 85.831709ms - - id: 12 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks/d92aa4b8-5f1d-49cc-8d49-056f8b94fd6f - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1090 - uncompressed: false - body: '{"created_at":"2025-09-30T14:10:30.956618Z","default_route_propagation_enabled":false,"dhcp_enabled":true,"id":"d92aa4b8-5f1d-49cc-8d49-056f8b94fd6f","name":"k8s-private-network","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","subnets":[{"created_at":"2025-09-30T14:10:30.956618Z","id":"733096e7-4d91-4a1d-aacf-6df38835d215","private_network_id":"d92aa4b8-5f1d-49cc-8d49-056f8b94fd6f","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","subnet":"172.17.148.0/22","updated_at":"2025-09-30T14:10:30.956618Z","vpc_id":"48e129cc-40c6-458b-a446-9b5081611683"},{"created_at":"2025-09-30T14:10:30.956618Z","id":"6640c21d-4364-41a5-b18b-384dcddead5b","private_network_id":"d92aa4b8-5f1d-49cc-8d49-056f8b94fd6f","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","subnet":"fd5f:519c:6d46:57f6::/64","updated_at":"2025-09-30T14:10:30.956618Z","vpc_id":"48e129cc-40c6-458b-a446-9b5081611683"}],"tags":[],"updated_at":"2025-09-30T14:10:30.956618Z","vpc_id":"48e129cc-40c6-458b-a446-9b5081611683"}' - headers: - Content-Length: - - "1090" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 14:10:37 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge01) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - e2724b8e-9798-41f7-a3af-042f8b0d308f - status: 200 OK - code: 200 - duration: 35.461917ms - - id: 13 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/ab4b9e30-faf8-467c-af20-34f9c3ed7caa - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1624 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://ab4b9e30-faf8-467c-af20-34f9c3ed7caa.api.k8s.fr-par.scw.cloud:6443","cni":"calico","commitment_ends_at":"2025-09-30T14:10:31.968285Z","created_at":"2025-09-30T14:10:31.968277Z","description":"","dns_wildcard":"*.ab4b9e30-faf8-467c-af20-34f9c3ed7caa.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"e36e1bf5-b5cf-4a19-a4f4-5ad7c7c93f27","id":"ab4b9e30-faf8-467c-af20-34f9c3ed7caa","name":"k8s-private-network-cluster","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":"d92aa4b8-5f1d-49cc-8d49-056f8b94fd6f","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"","service_dns_ip":"","status":"pool_required","tags":["terraform-test","scaleway_k8s_cluster","private_network"],"type":"kapsule","updated_at":"2025-09-30T14:10:32.456229Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1624" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 14:10:37 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge01) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - a8b306ea-e3fa-4414-b8d6-0fc42477edab - status: 200 OK - code: 200 - duration: 85.650834ms - - id: 14 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/fr-par/vpcs/48e129cc-40c6-458b-a446-9b5081611683 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 446 - uncompressed: false - body: '{"created_at":"2025-09-30T14:10:30.760761Z","custom_routes_propagation_enabled":true,"id":"48e129cc-40c6-458b-a446-9b5081611683","is_default":false,"name":"testAccCheckK8SClusterConfigPrivateNetworkLinked","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","private_network_count":1,"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","routing_enabled":true,"tags":[],"updated_at":"2025-09-30T14:10:30.760761Z"}' - headers: - Content-Length: - - "446" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 14:10:38 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge01) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - e323f572-da74-4981-83b6-17cbcee3df41 - status: 200 OK - code: 200 - duration: 25.7125ms - - id: 15 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks/d92aa4b8-5f1d-49cc-8d49-056f8b94fd6f - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1090 - uncompressed: false - body: '{"created_at":"2025-09-30T14:10:30.956618Z","default_route_propagation_enabled":false,"dhcp_enabled":true,"id":"d92aa4b8-5f1d-49cc-8d49-056f8b94fd6f","name":"k8s-private-network","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","subnets":[{"created_at":"2025-09-30T14:10:30.956618Z","id":"733096e7-4d91-4a1d-aacf-6df38835d215","private_network_id":"d92aa4b8-5f1d-49cc-8d49-056f8b94fd6f","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","subnet":"172.17.148.0/22","updated_at":"2025-09-30T14:10:30.956618Z","vpc_id":"48e129cc-40c6-458b-a446-9b5081611683"},{"created_at":"2025-09-30T14:10:30.956618Z","id":"6640c21d-4364-41a5-b18b-384dcddead5b","private_network_id":"d92aa4b8-5f1d-49cc-8d49-056f8b94fd6f","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","subnet":"fd5f:519c:6d46:57f6::/64","updated_at":"2025-09-30T14:10:30.956618Z","vpc_id":"48e129cc-40c6-458b-a446-9b5081611683"}],"tags":[],"updated_at":"2025-09-30T14:10:30.956618Z","vpc_id":"48e129cc-40c6-458b-a446-9b5081611683"}' - headers: - Content-Length: - - "1090" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 14:10:38 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge01) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - f89c6b6b-e8b5-40a7-be90-34daec308cf9 - status: 200 OK - code: 200 - duration: 35.653792ms - - id: 16 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/ab4b9e30-faf8-467c-af20-34f9c3ed7caa - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1624 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://ab4b9e30-faf8-467c-af20-34f9c3ed7caa.api.k8s.fr-par.scw.cloud:6443","cni":"calico","commitment_ends_at":"2025-09-30T14:10:31.968285Z","created_at":"2025-09-30T14:10:31.968277Z","description":"","dns_wildcard":"*.ab4b9e30-faf8-467c-af20-34f9c3ed7caa.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"e36e1bf5-b5cf-4a19-a4f4-5ad7c7c93f27","id":"ab4b9e30-faf8-467c-af20-34f9c3ed7caa","name":"k8s-private-network-cluster","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":"d92aa4b8-5f1d-49cc-8d49-056f8b94fd6f","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"","service_dns_ip":"","status":"pool_required","tags":["terraform-test","scaleway_k8s_cluster","private_network"],"type":"kapsule","updated_at":"2025-09-30T14:10:32.456229Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1624" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 14:10:38 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge01) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - d966caa7-f872-4afb-b72e-45b94375616d - status: 200 OK - code: 200 - duration: 88.160875ms - - id: 17 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/ab4b9e30-faf8-467c-af20-34f9c3ed7caa/kubeconfig - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1754 - uncompressed: false - body: '{"content":"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogIms4cy1wcml2YXRlLW5ldHdvcmstY2x1c3RlciIKICBjbHVzdGVyOgogICAgY2VydGlmaWNhdGUtYXV0aG9yaXR5LWRhdGE6IExTMHRMUzFDUlVkSlRpQkRSVkpVU1VaSlEwRlVSUzB0TFMwdENrMUpTVUpYZWtORFFWRkhaMEYzU1VKQlowbENRVVJCUzBKblozRm9hMnBQVUZGUlJFRnFRVlpOVWsxM1JWRlpSRlpSVVVSRmQzQnlaRmRLYkdOdE5Xd0taRWRXZWsxQ05GaEVWRWt4VFVScmVVOVVSVEJOVkVGNlRXeHZXRVJVVFRGTlJHdDVUMVJGTUUxVVFYcE5iRzkzUmxSRlZFMUNSVWRCTVZWRlFYaE5Td3BoTTFacFdsaEtkVnBZVW14amVrSmFUVUpOUjBKNWNVZFRUVFE1UVdkRlIwTkRjVWRUVFRRNVFYZEZTRUV3U1VGQ1MwOHhVVzByWW1rd2FFVXlObU40Q2xGVVRFWjJORVZ1UnpBclRqQnpVSGd5VXpRcmVITm9kMEoxUkZreldGZDJSMDFqYkhwRFJtMVNOWE5tTUdSUmJISXhaakUyUTJsWlVXVTNSbTlvVjNZS2NuVlFSbGR2YVdwUmFrSkJUVUUwUjBFeFZXUkVkMFZDTDNkUlJVRjNTVU53UkVGUVFtZE9Wa2hTVFVKQlpqaEZRbFJCUkVGUlNDOU5RakJIUVRGVlpBcEVaMUZYUWtKVVpWbDBkSGRMVjNsM1ltRjZUWEZEV1hkd1F6bDRSMDlpYm5ocVFVdENaMmR4YUd0cVQxQlJVVVJCWjA1SlFVUkNSa0ZwUVVodkwyZzBDbHBQWW04MGJHNWliSGh4WTA1MVltcGtZM3BDVWtwR2VTOUxlalpOT0ZwT1VVOWhZblZCU1doQlRtUkJhRU5oUVZab0wzVjJSVFIxWlVwNWMxWXdTMlFLY3lzd1VUVkxlVk5TWVhGbVZUTnFURWhpV0VNS0xTMHRMUzFGVGtRZ1EwVlNWRWxHU1VOQlZFVXRMUzB0TFFvPQogICAgc2VydmVyOiBodHRwczovL2FiNGI5ZTMwLWZhZjgtNDY3Yy1hZjIwLTM0ZjljM2VkN2NhYS5hcGkuazhzLmZyLXBhci5zY3cuY2xvdWQ6NjQ0Mwpjb250ZXh0czoKLSBuYW1lOiBhZG1pbkBrOHMtcHJpdmF0ZS1uZXR3b3JrLWNsdXN0ZXIKICBjb250ZXh0OgogICAgY2x1c3RlcjogIms4cy1wcml2YXRlLW5ldHdvcmstY2x1c3RlciIKICAgIHVzZXI6IGs4cy1wcml2YXRlLW5ldHdvcmstY2x1c3Rlci1hZG1pbgpjdXJyZW50LWNvbnRleHQ6IGFkbWluQGs4cy1wcml2YXRlLW5ldHdvcmstY2x1c3RlcgpraW5kOiBDb25maWcKcHJlZmVyZW5jZXM6IHt9CnVzZXJzOgotIG5hbWU6IGs4cy1wcml2YXRlLW5ldHdvcmstY2x1c3Rlci1hZG1pbgogIHVzZXI6CiAgICB0b2tlbjogOFF0MHU3aTZRa0ZuUHlvVHJiMVlNUGZ6TEVOQjY2dWxjWUZSNlpIcGc5Q2haTGFFaEZEOWJGTEE=","content_type":"application/octet-stream","name":"kubeconfig"}' - headers: - Content-Length: - - "1754" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 14:10:38 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge01) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - c96aa4d9-d30e-4532-b760-506bc532b93e - status: 200 OK - code: 200 - duration: 89.063416ms - - id: 18 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/fr-par/vpcs/48e129cc-40c6-458b-a446-9b5081611683 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 446 - uncompressed: false - body: '{"created_at":"2025-09-30T14:10:30.760761Z","custom_routes_propagation_enabled":true,"id":"48e129cc-40c6-458b-a446-9b5081611683","is_default":false,"name":"testAccCheckK8SClusterConfigPrivateNetworkLinked","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","private_network_count":1,"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","routing_enabled":true,"tags":[],"updated_at":"2025-09-30T14:10:30.760761Z"}' - headers: - Content-Length: - - "446" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 14:10:38 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge01) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 2714188a-a368-4ed8-aabd-193cce8c7e59 - status: 200 OK - code: 200 - duration: 23.61825ms - - id: 19 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks/d92aa4b8-5f1d-49cc-8d49-056f8b94fd6f - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1090 - uncompressed: false - body: '{"created_at":"2025-09-30T14:10:30.956618Z","default_route_propagation_enabled":false,"dhcp_enabled":true,"id":"d92aa4b8-5f1d-49cc-8d49-056f8b94fd6f","name":"k8s-private-network","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","subnets":[{"created_at":"2025-09-30T14:10:30.956618Z","id":"733096e7-4d91-4a1d-aacf-6df38835d215","private_network_id":"d92aa4b8-5f1d-49cc-8d49-056f8b94fd6f","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","subnet":"172.17.148.0/22","updated_at":"2025-09-30T14:10:30.956618Z","vpc_id":"48e129cc-40c6-458b-a446-9b5081611683"},{"created_at":"2025-09-30T14:10:30.956618Z","id":"6640c21d-4364-41a5-b18b-384dcddead5b","private_network_id":"d92aa4b8-5f1d-49cc-8d49-056f8b94fd6f","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","subnet":"fd5f:519c:6d46:57f6::/64","updated_at":"2025-09-30T14:10:30.956618Z","vpc_id":"48e129cc-40c6-458b-a446-9b5081611683"}],"tags":[],"updated_at":"2025-09-30T14:10:30.956618Z","vpc_id":"48e129cc-40c6-458b-a446-9b5081611683"}' - headers: - Content-Length: - - "1090" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 14:10:38 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge01) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 303f7b9f-5dfa-4e5a-a088-b7870bce5e74 - status: 200 OK - code: 200 - duration: 31.256334ms - - id: 20 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/ab4b9e30-faf8-467c-af20-34f9c3ed7caa - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1624 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://ab4b9e30-faf8-467c-af20-34f9c3ed7caa.api.k8s.fr-par.scw.cloud:6443","cni":"calico","commitment_ends_at":"2025-09-30T14:10:31.968285Z","created_at":"2025-09-30T14:10:31.968277Z","description":"","dns_wildcard":"*.ab4b9e30-faf8-467c-af20-34f9c3ed7caa.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"e36e1bf5-b5cf-4a19-a4f4-5ad7c7c93f27","id":"ab4b9e30-faf8-467c-af20-34f9c3ed7caa","name":"k8s-private-network-cluster","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":"d92aa4b8-5f1d-49cc-8d49-056f8b94fd6f","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"","service_dns_ip":"","status":"pool_required","tags":["terraform-test","scaleway_k8s_cluster","private_network"],"type":"kapsule","updated_at":"2025-09-30T14:10:32.456229Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1624" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 14:10:38 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge01) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 0f48362d-754b-4f31-9d51-ccafd9f1db6f - status: 200 OK - code: 200 - duration: 82.624875ms - - id: 21 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/ab4b9e30-faf8-467c-af20-34f9c3ed7caa/kubeconfig - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1754 - uncompressed: false - body: '{"content":"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogIms4cy1wcml2YXRlLW5ldHdvcmstY2x1c3RlciIKICBjbHVzdGVyOgogICAgY2VydGlmaWNhdGUtYXV0aG9yaXR5LWRhdGE6IExTMHRMUzFDUlVkSlRpQkRSVkpVU1VaSlEwRlVSUzB0TFMwdENrMUpTVUpYZWtORFFWRkhaMEYzU1VKQlowbENRVVJCUzBKblozRm9hMnBQVUZGUlJFRnFRVlpOVWsxM1JWRlpSRlpSVVVSRmQzQnlaRmRLYkdOdE5Xd0taRWRXZWsxQ05GaEVWRWt4VFVScmVVOVVSVEJOVkVGNlRXeHZXRVJVVFRGTlJHdDVUMVJGTUUxVVFYcE5iRzkzUmxSRlZFMUNSVWRCTVZWRlFYaE5Td3BoTTFacFdsaEtkVnBZVW14amVrSmFUVUpOUjBKNWNVZFRUVFE1UVdkRlIwTkRjVWRUVFRRNVFYZEZTRUV3U1VGQ1MwOHhVVzByWW1rd2FFVXlObU40Q2xGVVRFWjJORVZ1UnpBclRqQnpVSGd5VXpRcmVITm9kMEoxUkZreldGZDJSMDFqYkhwRFJtMVNOWE5tTUdSUmJISXhaakUyUTJsWlVXVTNSbTlvVjNZS2NuVlFSbGR2YVdwUmFrSkJUVUUwUjBFeFZXUkVkMFZDTDNkUlJVRjNTVU53UkVGUVFtZE9Wa2hTVFVKQlpqaEZRbFJCUkVGUlNDOU5RakJIUVRGVlpBcEVaMUZYUWtKVVpWbDBkSGRMVjNsM1ltRjZUWEZEV1hkd1F6bDRSMDlpYm5ocVFVdENaMmR4YUd0cVQxQlJVVVJCWjA1SlFVUkNSa0ZwUVVodkwyZzBDbHBQWW04MGJHNWliSGh4WTA1MVltcGtZM3BDVWtwR2VTOUxlalpOT0ZwT1VVOWhZblZCU1doQlRtUkJhRU5oUVZab0wzVjJSVFIxWlVwNWMxWXdTMlFLY3lzd1VUVkxlVk5TWVhGbVZUTnFURWhpV0VNS0xTMHRMUzFGVGtRZ1EwVlNWRWxHU1VOQlZFVXRMUzB0TFFvPQogICAgc2VydmVyOiBodHRwczovL2FiNGI5ZTMwLWZhZjgtNDY3Yy1hZjIwLTM0ZjljM2VkN2NhYS5hcGkuazhzLmZyLXBhci5zY3cuY2xvdWQ6NjQ0Mwpjb250ZXh0czoKLSBuYW1lOiBhZG1pbkBrOHMtcHJpdmF0ZS1uZXR3b3JrLWNsdXN0ZXIKICBjb250ZXh0OgogICAgY2x1c3RlcjogIms4cy1wcml2YXRlLW5ldHdvcmstY2x1c3RlciIKICAgIHVzZXI6IGs4cy1wcml2YXRlLW5ldHdvcmstY2x1c3Rlci1hZG1pbgpjdXJyZW50LWNvbnRleHQ6IGFkbWluQGs4cy1wcml2YXRlLW5ldHdvcmstY2x1c3RlcgpraW5kOiBDb25maWcKcHJlZmVyZW5jZXM6IHt9CnVzZXJzOgotIG5hbWU6IGs4cy1wcml2YXRlLW5ldHdvcmstY2x1c3Rlci1hZG1pbgogIHVzZXI6CiAgICB0b2tlbjogOFF0MHU3aTZRa0ZuUHlvVHJiMVlNUGZ6TEVOQjY2dWxjWUZSNlpIcGc5Q2haTGFFaEZEOWJGTEE=","content_type":"application/octet-stream","name":"kubeconfig"}' - headers: - Content-Length: - - "1754" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 14:10:38 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge01) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 98684d9d-1e62-4ea3-85c0-880988fdbb16 - status: 200 OK - code: 200 - duration: 85.075375ms - - id: 22 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/ab4b9e30-faf8-467c-af20-34f9c3ed7caa?with_additional_resources=false - method: DELETE - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1655 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://ab4b9e30-faf8-467c-af20-34f9c3ed7caa.api.k8s.fr-par.scw.cloud:6443","cni":"calico","commitment_ends_at":"2025-09-30T14:10:31.968285Z","created_at":"2025-09-30T14:10:31.968277Z","description":"","dns_wildcard":"*.ab4b9e30-faf8-467c-af20-34f9c3ed7caa.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"e36e1bf5-b5cf-4a19-a4f4-5ad7c7c93f27","id":"ab4b9e30-faf8-467c-af20-34f9c3ed7caa","name":"k8s-private-network-cluster","new_images_enabled":false,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"100.64.0.0/15","private_network_id":"d92aa4b8-5f1d-49cc-8d49-056f8b94fd6f","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"10.32.0.0/20","service_dns_ip":"10.32.0.10","status":"deleting","tags":["terraform-test","scaleway_k8s_cluster","private_network"],"type":"kapsule","updated_at":"2025-09-30T14:10:38.976229Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1655" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 14:10:39 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge01) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 0316fc63-67ee-425a-a3c0-f9712dcd0515 - status: 200 OK - code: 200 - duration: 159.427041ms - - id: 23 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/ab4b9e30-faf8-467c-af20-34f9c3ed7caa - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1619 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://ab4b9e30-faf8-467c-af20-34f9c3ed7caa.api.k8s.fr-par.scw.cloud:6443","cni":"calico","commitment_ends_at":"2025-09-30T14:10:31.968285Z","created_at":"2025-09-30T14:10:31.968277Z","description":"","dns_wildcard":"*.ab4b9e30-faf8-467c-af20-34f9c3ed7caa.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"e36e1bf5-b5cf-4a19-a4f4-5ad7c7c93f27","id":"ab4b9e30-faf8-467c-af20-34f9c3ed7caa","name":"k8s-private-network-cluster","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":"d92aa4b8-5f1d-49cc-8d49-056f8b94fd6f","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"","service_dns_ip":"","status":"deleting","tags":["terraform-test","scaleway_k8s_cluster","private_network"],"type":"kapsule","updated_at":"2025-09-30T14:10:38.976229Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1619" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 14:10:39 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge01) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - c3efc034-f1b2-4899-b0e6-58e64e0dad82 - status: 200 OK - code: 200 - duration: 94.713916ms - - id: 24 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/ab4b9e30-faf8-467c-af20-34f9c3ed7caa - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 128 - uncompressed: false - body: '{"message":"resource is not found","resource":"cluster","resource_id":"ab4b9e30-faf8-467c-af20-34f9c3ed7caa","type":"not_found"}' - headers: - Content-Length: - - "128" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 14:10:44 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge01) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 3d3d7b8a-f80f-4ea8-a85f-40c7e7e04357 - status: 404 Not Found - code: 404 - duration: 28.240375ms - - id: 25 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 59 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: '{"name":"testAccCheckK8SClusterConfigPrivateNetworkChange"}' - form: {} - headers: - Content-Type: - - application/json - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/fr-par/vpcs/48e129cc-40c6-458b-a446-9b5081611683 - method: PATCH - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 446 - uncompressed: false - body: '{"created_at":"2025-09-30T14:10:30.760761Z","custom_routes_propagation_enabled":true,"id":"48e129cc-40c6-458b-a446-9b5081611683","is_default":false,"name":"testAccCheckK8SClusterConfigPrivateNetworkChange","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","private_network_count":1,"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","routing_enabled":true,"tags":[],"updated_at":"2025-09-30T14:10:44.218031Z"}' - headers: - Content-Length: - - "446" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 14:10:44 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge01) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - f1012eb6-d53c-458f-ac23-5cda526ce077 - status: 200 OK - code: 200 - duration: 40.908625ms - - id: 26 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/fr-par/vpcs/48e129cc-40c6-458b-a446-9b5081611683 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 446 - uncompressed: false - body: '{"created_at":"2025-09-30T14:10:30.760761Z","custom_routes_propagation_enabled":true,"id":"48e129cc-40c6-458b-a446-9b5081611683","is_default":false,"name":"testAccCheckK8SClusterConfigPrivateNetworkChange","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","private_network_count":1,"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","routing_enabled":true,"tags":[],"updated_at":"2025-09-30T14:10:44.218031Z"}' - headers: - Content-Length: - - "446" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 14:10:44 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge01) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 0a04d1a2-c1e7-4b2f-b3af-655de77f9836 - status: 200 OK - code: 200 - duration: 33.932583ms - - id: 27 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 199 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: '{"name":"other-private-network","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","tags":[],"subnets":null,"vpc_id":"48e129cc-40c6-458b-a446-9b5081611683","default_route_propagation_enabled":false}' - form: {} - headers: - Content-Type: - - application/json - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks - method: POST - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1092 - uncompressed: false - body: '{"created_at":"2025-09-30T14:10:44.316025Z","default_route_propagation_enabled":false,"dhcp_enabled":true,"id":"503dc8df-4ebc-4945-a6f0-fbac3f645d99","name":"other-private-network","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","subnets":[{"created_at":"2025-09-30T14:10:44.316025Z","id":"2763083d-7124-4843-89ec-e2138db01685","private_network_id":"503dc8df-4ebc-4945-a6f0-fbac3f645d99","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","subnet":"172.17.164.0/22","updated_at":"2025-09-30T14:10:44.316025Z","vpc_id":"48e129cc-40c6-458b-a446-9b5081611683"},{"created_at":"2025-09-30T14:10:44.316025Z","id":"de4162c7-1323-4911-a712-fbf25e355463","private_network_id":"503dc8df-4ebc-4945-a6f0-fbac3f645d99","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","subnet":"fd5f:519c:6d46:9af0::/64","updated_at":"2025-09-30T14:10:44.316025Z","vpc_id":"48e129cc-40c6-458b-a446-9b5081611683"}],"tags":[],"updated_at":"2025-09-30T14:10:44.316025Z","vpc_id":"48e129cc-40c6-458b-a446-9b5081611683"}' - headers: - Content-Length: - - "1092" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 14:10:44 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge01) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - bda018e6-a2e3-4bbe-b04b-36dc9f69f8ee - status: 200 OK - code: 200 - duration: 691.482958ms - - id: 28 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks/503dc8df-4ebc-4945-a6f0-fbac3f645d99 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1092 - uncompressed: false - body: '{"created_at":"2025-09-30T14:10:44.316025Z","default_route_propagation_enabled":false,"dhcp_enabled":true,"id":"503dc8df-4ebc-4945-a6f0-fbac3f645d99","name":"other-private-network","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","subnets":[{"created_at":"2025-09-30T14:10:44.316025Z","id":"2763083d-7124-4843-89ec-e2138db01685","private_network_id":"503dc8df-4ebc-4945-a6f0-fbac3f645d99","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","subnet":"172.17.164.0/22","updated_at":"2025-09-30T14:10:44.316025Z","vpc_id":"48e129cc-40c6-458b-a446-9b5081611683"},{"created_at":"2025-09-30T14:10:44.316025Z","id":"de4162c7-1323-4911-a712-fbf25e355463","private_network_id":"503dc8df-4ebc-4945-a6f0-fbac3f645d99","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","subnet":"fd5f:519c:6d46:9af0::/64","updated_at":"2025-09-30T14:10:44.316025Z","vpc_id":"48e129cc-40c6-458b-a446-9b5081611683"}],"tags":[],"updated_at":"2025-09-30T14:10:44.316025Z","vpc_id":"48e129cc-40c6-458b-a446-9b5081611683"}' - headers: - Content-Length: - - "1092" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 14:10:44 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge01) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 92ed7ac7-5cf7-4cff-8a27-171c1b97655c - status: 200 OK - code: 200 - duration: 27.878208ms - - id: 29 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 716 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: '{"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","type":"","name":"k8s-private-network-cluster","description":"","tags":["terraform-test","scaleway_k8s_cluster","private_network"],"version":"1.34.1","cni":"calico","pools":null,"autoscaler_config":{"scale_down_disabled":null,"scale_down_delay_after_add":null,"estimator":"unknown_estimator","expander":"unknown_expander","ignore_daemonsets_utilization":null,"balance_similar_node_groups":null,"expendable_pods_priority_cutoff":0,"scale_down_unneeded_time":null,"scale_down_utilization_threshold":null,"max_graceful_termination_sec":0},"feature_gates":[],"admission_plugins":[],"apiserver_cert_sans":[],"private_network_id":"503dc8df-4ebc-4945-a6f0-fbac3f645d99"}' - form: {} - headers: - Content-Type: - - application/json - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters - method: POST - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1619 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://7c88e602-ad3e-4200-9f75-b9e00ae8b21d.api.k8s.fr-par.scw.cloud:6443","cni":"calico","commitment_ends_at":"2025-09-30T14:10:45.283045Z","created_at":"2025-09-30T14:10:45.283030Z","description":"","dns_wildcard":"*.7c88e602-ad3e-4200-9f75-b9e00ae8b21d.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"","id":"7c88e602-ad3e-4200-9f75-b9e00ae8b21d","name":"k8s-private-network-cluster","new_images_enabled":false,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"100.64.0.0/15","private_network_id":"503dc8df-4ebc-4945-a6f0-fbac3f645d99","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"10.32.0.0/20","service_dns_ip":"10.32.0.10","status":"creating","tags":["terraform-test","scaleway_k8s_cluster","private_network"],"type":"kapsule","updated_at":"2025-09-30T14:10:45.283030Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1619" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 14:10:45 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge01) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - e362c671-9eb5-4e68-ab3e-49b439b5cfb9 - status: 200 OK - code: 200 - duration: 328.76375ms - - id: 30 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/7c88e602-ad3e-4200-9f75-b9e00ae8b21d - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1583 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://7c88e602-ad3e-4200-9f75-b9e00ae8b21d.api.k8s.fr-par.scw.cloud:6443","cni":"calico","commitment_ends_at":"2025-09-30T14:10:45.283045Z","created_at":"2025-09-30T14:10:45.283030Z","description":"","dns_wildcard":"*.7c88e602-ad3e-4200-9f75-b9e00ae8b21d.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"","id":"7c88e602-ad3e-4200-9f75-b9e00ae8b21d","name":"k8s-private-network-cluster","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":"503dc8df-4ebc-4945-a6f0-fbac3f645d99","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"","service_dns_ip":"","status":"creating","tags":["terraform-test","scaleway_k8s_cluster","private_network"],"type":"kapsule","updated_at":"2025-09-30T14:10:45.283030Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1583" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 14:10:45 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge01) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 0d7b9029-dfc1-4a97-bce9-5cc7cbe9fb09 - status: 200 OK - code: 200 - duration: 83.165333ms - - id: 31 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/7c88e602-ad3e-4200-9f75-b9e00ae8b21d - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1624 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://7c88e602-ad3e-4200-9f75-b9e00ae8b21d.api.k8s.fr-par.scw.cloud:6443","cni":"calico","commitment_ends_at":"2025-09-30T14:10:45.283045Z","created_at":"2025-09-30T14:10:45.283030Z","description":"","dns_wildcard":"*.7c88e602-ad3e-4200-9f75-b9e00ae8b21d.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"81c6dc7e-3814-48e2-bf54-a39e68f93981","id":"7c88e602-ad3e-4200-9f75-b9e00ae8b21d","name":"k8s-private-network-cluster","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":"503dc8df-4ebc-4945-a6f0-fbac3f645d99","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"","service_dns_ip":"","status":"pool_required","tags":["terraform-test","scaleway_k8s_cluster","private_network"],"type":"kapsule","updated_at":"2025-09-30T14:10:45.752921Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1624" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 14:10:50 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge01) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 742f6dc5-9232-459d-805b-b3f60f7a955a - status: 200 OK - code: 200 - duration: 87.722084ms - - id: 32 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/7c88e602-ad3e-4200-9f75-b9e00ae8b21d/pools?order_by=created_at_asc&page=1&status=unknown - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 29 - uncompressed: false - body: '{"pools":[],"total_count":0}' - headers: - Content-Length: - - "29" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 14:10:50 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge01) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - ca079ed6-5819-4abb-922f-38f668ff9b9c - status: 200 OK - code: 200 - duration: 100.795416ms - - id: 33 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/7c88e602-ad3e-4200-9f75-b9e00ae8b21d - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1624 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://7c88e602-ad3e-4200-9f75-b9e00ae8b21d.api.k8s.fr-par.scw.cloud:6443","cni":"calico","commitment_ends_at":"2025-09-30T14:10:45.283045Z","created_at":"2025-09-30T14:10:45.283030Z","description":"","dns_wildcard":"*.7c88e602-ad3e-4200-9f75-b9e00ae8b21d.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"81c6dc7e-3814-48e2-bf54-a39e68f93981","id":"7c88e602-ad3e-4200-9f75-b9e00ae8b21d","name":"k8s-private-network-cluster","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":"503dc8df-4ebc-4945-a6f0-fbac3f645d99","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"","service_dns_ip":"","status":"pool_required","tags":["terraform-test","scaleway_k8s_cluster","private_network"],"type":"kapsule","updated_at":"2025-09-30T14:10:45.752921Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1624" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 14:10:50 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge01) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 90076fb7-77c0-4684-b884-84d7cd76cb32 - status: 200 OK - code: 200 - duration: 85.069625ms - - id: 34 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/7c88e602-ad3e-4200-9f75-b9e00ae8b21d/kubeconfig - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1754 - uncompressed: false - body: '{"content":"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogIms4cy1wcml2YXRlLW5ldHdvcmstY2x1c3RlciIKICBjbHVzdGVyOgogICAgY2VydGlmaWNhdGUtYXV0aG9yaXR5LWRhdGE6IExTMHRMUzFDUlVkSlRpQkRSVkpVU1VaSlEwRlVSUzB0TFMwdENrMUpTVUpYZWtORFFWRkhaMEYzU1VKQlowbENRVVJCUzBKblozRm9hMnBQVUZGUlJFRnFRVlpOVWsxM1JWRlpSRlpSVVVSRmQzQnlaRmRLYkdOdE5Xd0taRWRXZWsxQ05GaEVWRWt4VFVScmVVOVVSVEJOVkVFd1RsWnZXRVJVVFRGTlJHdDVUMVJGTUUxVVFUQk9WbTkzUmxSRlZFMUNSVWRCTVZWRlFYaE5Td3BoTTFacFdsaEtkVnBZVW14amVrSmFUVUpOUjBKNWNVZFRUVFE1UVdkRlIwTkRjVWRUVFRRNVFYZEZTRUV3U1VGQ1RYcHFOV0ptZFV0a0wzTlNhbTlxQ25kRGMwSmpSVkZ2UkM5U1NHYzBTV05UTmtzNFdrbDVORE13TUhJM2NGbzVZbTFHT0d0WFQxYzBPVkJ5UWpaYU1HOXFkVkYyYm1OUFNUaG5URzk2WnpRS05XVmFaVzFHVTJwUmFrSkJUVUUwUjBFeFZXUkVkMFZDTDNkUlJVRjNTVU53UkVGUVFtZE9Wa2hTVFVKQlpqaEZRbFJCUkVGUlNDOU5RakJIUVRGVlpBcEVaMUZYUWtKVFptdHFVWHBHVURsUldubDBPWFZrYVVneE4xVkNhMFkxTmtwRVFVdENaMmR4YUd0cVQxQlJVVVJCWjA1SlFVUkNSa0ZwUVc1b2RGSmhDbTQ1Vm1kWFZUWlFVV1ZWV1hodk1XdzVZMmM0UWpGMlJHMWpibTVMZDBFd1ZrNXZkbWwzU1doQlRqUnpZbFEzTXpCWlFteHhjbFp3ZUhSRWJIQlhWM2tLZUhscldIaHliSEJrTDBFMmJHcFRla1V4T1c4S0xTMHRMUzFGVGtRZ1EwVlNWRWxHU1VOQlZFVXRMUzB0TFFvPQogICAgc2VydmVyOiBodHRwczovLzdjODhlNjAyLWFkM2UtNDIwMC05Zjc1LWI5ZTAwYWU4YjIxZC5hcGkuazhzLmZyLXBhci5zY3cuY2xvdWQ6NjQ0Mwpjb250ZXh0czoKLSBuYW1lOiBhZG1pbkBrOHMtcHJpdmF0ZS1uZXR3b3JrLWNsdXN0ZXIKICBjb250ZXh0OgogICAgY2x1c3RlcjogIms4cy1wcml2YXRlLW5ldHdvcmstY2x1c3RlciIKICAgIHVzZXI6IGs4cy1wcml2YXRlLW5ldHdvcmstY2x1c3Rlci1hZG1pbgpjdXJyZW50LWNvbnRleHQ6IGFkbWluQGs4cy1wcml2YXRlLW5ldHdvcmstY2x1c3RlcgpraW5kOiBDb25maWcKcHJlZmVyZW5jZXM6IHt9CnVzZXJzOgotIG5hbWU6IGs4cy1wcml2YXRlLW5ldHdvcmstY2x1c3Rlci1hZG1pbgogIHVzZXI6CiAgICB0b2tlbjogMEh3MXFaS1Q1bDRidTJmM1pHVWNwVWxrbVdONHJjYUtWV3lPcEp3VTUwdVpTWUhQWmplMWgzakY=","content_type":"application/octet-stream","name":"kubeconfig"}' - headers: - Content-Length: - - "1754" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 14:10:50 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge01) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 17bd8e22-13e1-4247-8098-50c4a9fc6cd7 - status: 200 OK - code: 200 - duration: 85.565709ms - - id: 35 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/7c88e602-ad3e-4200-9f75-b9e00ae8b21d - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1624 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://7c88e602-ad3e-4200-9f75-b9e00ae8b21d.api.k8s.fr-par.scw.cloud:6443","cni":"calico","commitment_ends_at":"2025-09-30T14:10:45.283045Z","created_at":"2025-09-30T14:10:45.283030Z","description":"","dns_wildcard":"*.7c88e602-ad3e-4200-9f75-b9e00ae8b21d.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"81c6dc7e-3814-48e2-bf54-a39e68f93981","id":"7c88e602-ad3e-4200-9f75-b9e00ae8b21d","name":"k8s-private-network-cluster","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":"503dc8df-4ebc-4945-a6f0-fbac3f645d99","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"","service_dns_ip":"","status":"pool_required","tags":["terraform-test","scaleway_k8s_cluster","private_network"],"type":"kapsule","updated_at":"2025-09-30T14:10:45.752921Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1624" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 14:10:50 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge01) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 6d6224f5-c99e-410d-ab24-feece5b5f06c - status: 200 OK - code: 200 - duration: 91.315541ms - - id: 36 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks/d92aa4b8-5f1d-49cc-8d49-056f8b94fd6f - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1090 - uncompressed: false - body: '{"created_at":"2025-09-30T14:10:30.956618Z","default_route_propagation_enabled":false,"dhcp_enabled":true,"id":"d92aa4b8-5f1d-49cc-8d49-056f8b94fd6f","name":"k8s-private-network","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","subnets":[{"created_at":"2025-09-30T14:10:30.956618Z","id":"733096e7-4d91-4a1d-aacf-6df38835d215","private_network_id":"d92aa4b8-5f1d-49cc-8d49-056f8b94fd6f","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","subnet":"172.17.148.0/22","updated_at":"2025-09-30T14:10:30.956618Z","vpc_id":"48e129cc-40c6-458b-a446-9b5081611683"},{"created_at":"2025-09-30T14:10:30.956618Z","id":"6640c21d-4364-41a5-b18b-384dcddead5b","private_network_id":"d92aa4b8-5f1d-49cc-8d49-056f8b94fd6f","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","subnet":"fd5f:519c:6d46:57f6::/64","updated_at":"2025-09-30T14:10:30.956618Z","vpc_id":"48e129cc-40c6-458b-a446-9b5081611683"}],"tags":[],"updated_at":"2025-09-30T14:10:30.956618Z","vpc_id":"48e129cc-40c6-458b-a446-9b5081611683"}' - headers: - Content-Length: - - "1090" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 14:10:51 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge01) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 6e10f815-6615-4f7b-af6b-f10e1b0dbe65 - status: 200 OK - code: 200 - duration: 25.329667ms - - id: 37 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks/503dc8df-4ebc-4945-a6f0-fbac3f645d99 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1092 - uncompressed: false - body: '{"created_at":"2025-09-30T14:10:44.316025Z","default_route_propagation_enabled":false,"dhcp_enabled":true,"id":"503dc8df-4ebc-4945-a6f0-fbac3f645d99","name":"other-private-network","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","subnets":[{"created_at":"2025-09-30T14:10:44.316025Z","id":"2763083d-7124-4843-89ec-e2138db01685","private_network_id":"503dc8df-4ebc-4945-a6f0-fbac3f645d99","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","subnet":"172.17.164.0/22","updated_at":"2025-09-30T14:10:44.316025Z","vpc_id":"48e129cc-40c6-458b-a446-9b5081611683"},{"created_at":"2025-09-30T14:10:44.316025Z","id":"de4162c7-1323-4911-a712-fbf25e355463","private_network_id":"503dc8df-4ebc-4945-a6f0-fbac3f645d99","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","subnet":"fd5f:519c:6d46:9af0::/64","updated_at":"2025-09-30T14:10:44.316025Z","vpc_id":"48e129cc-40c6-458b-a446-9b5081611683"}],"tags":[],"updated_at":"2025-09-30T14:10:44.316025Z","vpc_id":"48e129cc-40c6-458b-a446-9b5081611683"}' - headers: - Content-Length: - - "1092" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 14:10:51 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge01) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 204a04bb-eea9-40ad-ac14-879856ae9429 - status: 200 OK - code: 200 - duration: 399.446375ms - - id: 38 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/7c88e602-ad3e-4200-9f75-b9e00ae8b21d - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1624 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://7c88e602-ad3e-4200-9f75-b9e00ae8b21d.api.k8s.fr-par.scw.cloud:6443","cni":"calico","commitment_ends_at":"2025-09-30T14:10:45.283045Z","created_at":"2025-09-30T14:10:45.283030Z","description":"","dns_wildcard":"*.7c88e602-ad3e-4200-9f75-b9e00ae8b21d.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"81c6dc7e-3814-48e2-bf54-a39e68f93981","id":"7c88e602-ad3e-4200-9f75-b9e00ae8b21d","name":"k8s-private-network-cluster","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":"503dc8df-4ebc-4945-a6f0-fbac3f645d99","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"","service_dns_ip":"","status":"pool_required","tags":["terraform-test","scaleway_k8s_cluster","private_network"],"type":"kapsule","updated_at":"2025-09-30T14:10:45.752921Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1624" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 14:10:51 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge01) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 183be617-56c0-45b6-a5fc-fc048df1f41c - status: 200 OK - code: 200 - duration: 93.108834ms - - id: 39 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/fr-par/vpcs/48e129cc-40c6-458b-a446-9b5081611683 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 446 - uncompressed: false - body: '{"created_at":"2025-09-30T14:10:30.760761Z","custom_routes_propagation_enabled":true,"id":"48e129cc-40c6-458b-a446-9b5081611683","is_default":false,"name":"testAccCheckK8SClusterConfigPrivateNetworkChange","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","private_network_count":2,"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","routing_enabled":true,"tags":[],"updated_at":"2025-09-30T14:10:44.218031Z"}' - headers: - Content-Length: - - "446" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 14:10:51 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge01) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 81423a6b-7a0e-430e-8745-bcb884bd7d38 - status: 200 OK - code: 200 - duration: 25.41475ms - - id: 40 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks/503dc8df-4ebc-4945-a6f0-fbac3f645d99 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1092 - uncompressed: false - body: '{"created_at":"2025-09-30T14:10:44.316025Z","default_route_propagation_enabled":false,"dhcp_enabled":true,"id":"503dc8df-4ebc-4945-a6f0-fbac3f645d99","name":"other-private-network","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","subnets":[{"created_at":"2025-09-30T14:10:44.316025Z","id":"2763083d-7124-4843-89ec-e2138db01685","private_network_id":"503dc8df-4ebc-4945-a6f0-fbac3f645d99","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","subnet":"172.17.164.0/22","updated_at":"2025-09-30T14:10:44.316025Z","vpc_id":"48e129cc-40c6-458b-a446-9b5081611683"},{"created_at":"2025-09-30T14:10:44.316025Z","id":"de4162c7-1323-4911-a712-fbf25e355463","private_network_id":"503dc8df-4ebc-4945-a6f0-fbac3f645d99","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","subnet":"fd5f:519c:6d46:9af0::/64","updated_at":"2025-09-30T14:10:44.316025Z","vpc_id":"48e129cc-40c6-458b-a446-9b5081611683"}],"tags":[],"updated_at":"2025-09-30T14:10:44.316025Z","vpc_id":"48e129cc-40c6-458b-a446-9b5081611683"}' - headers: - Content-Length: - - "1092" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 14:10:51 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge01) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - c42638b6-d1ff-4df5-8d34-89cae5b79b7d - status: 200 OK - code: 200 - duration: 29.3635ms - - id: 41 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks/d92aa4b8-5f1d-49cc-8d49-056f8b94fd6f - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1090 - uncompressed: false - body: '{"created_at":"2025-09-30T14:10:30.956618Z","default_route_propagation_enabled":false,"dhcp_enabled":true,"id":"d92aa4b8-5f1d-49cc-8d49-056f8b94fd6f","name":"k8s-private-network","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","subnets":[{"created_at":"2025-09-30T14:10:30.956618Z","id":"733096e7-4d91-4a1d-aacf-6df38835d215","private_network_id":"d92aa4b8-5f1d-49cc-8d49-056f8b94fd6f","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","subnet":"172.17.148.0/22","updated_at":"2025-09-30T14:10:30.956618Z","vpc_id":"48e129cc-40c6-458b-a446-9b5081611683"},{"created_at":"2025-09-30T14:10:30.956618Z","id":"6640c21d-4364-41a5-b18b-384dcddead5b","private_network_id":"d92aa4b8-5f1d-49cc-8d49-056f8b94fd6f","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","subnet":"fd5f:519c:6d46:57f6::/64","updated_at":"2025-09-30T14:10:30.956618Z","vpc_id":"48e129cc-40c6-458b-a446-9b5081611683"}],"tags":[],"updated_at":"2025-09-30T14:10:30.956618Z","vpc_id":"48e129cc-40c6-458b-a446-9b5081611683"}' - headers: - Content-Length: - - "1090" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 14:10:51 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge01) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - a73afb5b-13aa-4006-ab87-8f4df4893ba1 - status: 200 OK - code: 200 - duration: 29.398ms - - id: 42 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/7c88e602-ad3e-4200-9f75-b9e00ae8b21d - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1624 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://7c88e602-ad3e-4200-9f75-b9e00ae8b21d.api.k8s.fr-par.scw.cloud:6443","cni":"calico","commitment_ends_at":"2025-09-30T14:10:45.283045Z","created_at":"2025-09-30T14:10:45.283030Z","description":"","dns_wildcard":"*.7c88e602-ad3e-4200-9f75-b9e00ae8b21d.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"81c6dc7e-3814-48e2-bf54-a39e68f93981","id":"7c88e602-ad3e-4200-9f75-b9e00ae8b21d","name":"k8s-private-network-cluster","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":"503dc8df-4ebc-4945-a6f0-fbac3f645d99","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"","service_dns_ip":"","status":"pool_required","tags":["terraform-test","scaleway_k8s_cluster","private_network"],"type":"kapsule","updated_at":"2025-09-30T14:10:45.752921Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1624" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 14:10:51 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge01) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - d49f32f8-437b-43ae-83b2-dafad248d350 - status: 200 OK - code: 200 - duration: 108.207209ms - - id: 43 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/7c88e602-ad3e-4200-9f75-b9e00ae8b21d/kubeconfig - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1754 - uncompressed: false - body: '{"content":"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogIms4cy1wcml2YXRlLW5ldHdvcmstY2x1c3RlciIKICBjbHVzdGVyOgogICAgY2VydGlmaWNhdGUtYXV0aG9yaXR5LWRhdGE6IExTMHRMUzFDUlVkSlRpQkRSVkpVU1VaSlEwRlVSUzB0TFMwdENrMUpTVUpYZWtORFFWRkhaMEYzU1VKQlowbENRVVJCUzBKblozRm9hMnBQVUZGUlJFRnFRVlpOVWsxM1JWRlpSRlpSVVVSRmQzQnlaRmRLYkdOdE5Xd0taRWRXZWsxQ05GaEVWRWt4VFVScmVVOVVSVEJOVkVFd1RsWnZXRVJVVFRGTlJHdDVUMVJGTUUxVVFUQk9WbTkzUmxSRlZFMUNSVWRCTVZWRlFYaE5Td3BoTTFacFdsaEtkVnBZVW14amVrSmFUVUpOUjBKNWNVZFRUVFE1UVdkRlIwTkRjVWRUVFRRNVFYZEZTRUV3U1VGQ1RYcHFOV0ptZFV0a0wzTlNhbTlxQ25kRGMwSmpSVkZ2UkM5U1NHYzBTV05UTmtzNFdrbDVORE13TUhJM2NGbzVZbTFHT0d0WFQxYzBPVkJ5UWpaYU1HOXFkVkYyYm1OUFNUaG5URzk2WnpRS05XVmFaVzFHVTJwUmFrSkJUVUUwUjBFeFZXUkVkMFZDTDNkUlJVRjNTVU53UkVGUVFtZE9Wa2hTVFVKQlpqaEZRbFJCUkVGUlNDOU5RakJIUVRGVlpBcEVaMUZYUWtKVFptdHFVWHBHVURsUldubDBPWFZrYVVneE4xVkNhMFkxTmtwRVFVdENaMmR4YUd0cVQxQlJVVVJCWjA1SlFVUkNSa0ZwUVc1b2RGSmhDbTQ1Vm1kWFZUWlFVV1ZWV1hodk1XdzVZMmM0UWpGMlJHMWpibTVMZDBFd1ZrNXZkbWwzU1doQlRqUnpZbFEzTXpCWlFteHhjbFp3ZUhSRWJIQlhWM2tLZUhscldIaHliSEJrTDBFMmJHcFRla1V4T1c4S0xTMHRMUzFGVGtRZ1EwVlNWRWxHU1VOQlZFVXRMUzB0TFFvPQogICAgc2VydmVyOiBodHRwczovLzdjODhlNjAyLWFkM2UtNDIwMC05Zjc1LWI5ZTAwYWU4YjIxZC5hcGkuazhzLmZyLXBhci5zY3cuY2xvdWQ6NjQ0Mwpjb250ZXh0czoKLSBuYW1lOiBhZG1pbkBrOHMtcHJpdmF0ZS1uZXR3b3JrLWNsdXN0ZXIKICBjb250ZXh0OgogICAgY2x1c3RlcjogIms4cy1wcml2YXRlLW5ldHdvcmstY2x1c3RlciIKICAgIHVzZXI6IGs4cy1wcml2YXRlLW5ldHdvcmstY2x1c3Rlci1hZG1pbgpjdXJyZW50LWNvbnRleHQ6IGFkbWluQGs4cy1wcml2YXRlLW5ldHdvcmstY2x1c3RlcgpraW5kOiBDb25maWcKcHJlZmVyZW5jZXM6IHt9CnVzZXJzOgotIG5hbWU6IGs4cy1wcml2YXRlLW5ldHdvcmstY2x1c3Rlci1hZG1pbgogIHVzZXI6CiAgICB0b2tlbjogMEh3MXFaS1Q1bDRidTJmM1pHVWNwVWxrbVdONHJjYUtWV3lPcEp3VTUwdVpTWUhQWmplMWgzakY=","content_type":"application/octet-stream","name":"kubeconfig"}' - headers: - Content-Length: - - "1754" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 14:10:52 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge01) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 679b4834-fb1e-4cc9-97ca-e1fce26fb48e - status: 200 OK - code: 200 - duration: 81.006208ms - - id: 44 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/7c88e602-ad3e-4200-9f75-b9e00ae8b21d?with_additional_resources=false - method: DELETE - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1655 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://7c88e602-ad3e-4200-9f75-b9e00ae8b21d.api.k8s.fr-par.scw.cloud:6443","cni":"calico","commitment_ends_at":"2025-09-30T14:10:45.283045Z","created_at":"2025-09-30T14:10:45.283030Z","description":"","dns_wildcard":"*.7c88e602-ad3e-4200-9f75-b9e00ae8b21d.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"81c6dc7e-3814-48e2-bf54-a39e68f93981","id":"7c88e602-ad3e-4200-9f75-b9e00ae8b21d","name":"k8s-private-network-cluster","new_images_enabled":false,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"100.64.0.0/15","private_network_id":"503dc8df-4ebc-4945-a6f0-fbac3f645d99","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"10.32.0.0/20","service_dns_ip":"10.32.0.10","status":"deleting","tags":["terraform-test","scaleway_k8s_cluster","private_network"],"type":"kapsule","updated_at":"2025-09-30T14:10:52.358515Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1655" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 14:10:52 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge01) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - f727fe11-1db8-499f-9e72-83f91b6890ca - status: 200 OK - code: 200 - duration: 147.603917ms - - id: 45 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/7c88e602-ad3e-4200-9f75-b9e00ae8b21d - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1619 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://7c88e602-ad3e-4200-9f75-b9e00ae8b21d.api.k8s.fr-par.scw.cloud:6443","cni":"calico","commitment_ends_at":"2025-09-30T14:10:45.283045Z","created_at":"2025-09-30T14:10:45.283030Z","description":"","dns_wildcard":"*.7c88e602-ad3e-4200-9f75-b9e00ae8b21d.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"81c6dc7e-3814-48e2-bf54-a39e68f93981","id":"7c88e602-ad3e-4200-9f75-b9e00ae8b21d","name":"k8s-private-network-cluster","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":"503dc8df-4ebc-4945-a6f0-fbac3f645d99","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"","service_dns_ip":"","status":"deleting","tags":["terraform-test","scaleway_k8s_cluster","private_network"],"type":"kapsule","updated_at":"2025-09-30T14:10:52.358515Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1619" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 14:10:52 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge01) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - f1c5ddfd-1746-4c57-8ea9-275056b272e7 - status: 200 OK - code: 200 - duration: 96.724416ms - - id: 46 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks/d92aa4b8-5f1d-49cc-8d49-056f8b94fd6f - method: DELETE - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 0 - uncompressed: false - body: "" - headers: - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 14:10:53 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge01) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - f3b607e8-c56d-486a-b784-fc6cc0ef447f - status: 204 No Content - code: 204 - duration: 1.25996725s - - id: 47 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/7c88e602-ad3e-4200-9f75-b9e00ae8b21d - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 128 - uncompressed: false - body: '{"message":"resource is not found","resource":"cluster","resource_id":"7c88e602-ad3e-4200-9f75-b9e00ae8b21d","type":"not_found"}' - headers: - Content-Length: - - "128" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 14:10:57 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge01) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 367c1418-8233-4809-acee-02e45f06a7f5 - status: 404 Not Found - code: 404 - duration: 395.638167ms - - id: 48 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks/503dc8df-4ebc-4945-a6f0-fbac3f645d99 - method: DELETE - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 0 - uncompressed: false - body: "" - headers: - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 14:10:59 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge01) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - f6404017-655d-4280-85eb-7bf3d2c2e50a - status: 204 No Content - code: 204 - duration: 1.171121958s - - id: 49 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/fr-par/vpcs/48e129cc-40c6-458b-a446-9b5081611683 - method: DELETE - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 0 - uncompressed: false - body: "" - headers: - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 14:10:59 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge01) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 9a7ed4b6-ebeb-43ef-946e-24c4db564e6a - status: 204 No Content - code: 204 - duration: 136.043209ms - - id: 50 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/7c88e602-ad3e-4200-9f75-b9e00ae8b21d - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 128 - uncompressed: false - body: '{"message":"resource is not found","resource":"cluster","resource_id":"7c88e602-ad3e-4200-9f75-b9e00ae8b21d","type":"not_found"}' - headers: - Content-Length: - - "128" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 14:10:59 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge01) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 447c176f-d323-4e02-9b5d-c680ed3917bc - status: 404 Not Found - code: 404 - duration: 26.626083ms - - id: 51 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks/d92aa4b8-5f1d-49cc-8d49-056f8b94fd6f - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 136 - uncompressed: false - body: '{"message":"resource is not found","resource":"private_network","resource_id":"d92aa4b8-5f1d-49cc-8d49-056f8b94fd6f","type":"not_found"}' - headers: - Content-Length: - - "136" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 14:10:59 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge01) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - fa816813-d048-4da1-af8f-c8443d585372 - status: 404 Not Found - code: 404 - duration: 28.367875ms - - id: 52 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks/503dc8df-4ebc-4945-a6f0-fbac3f645d99 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 136 - uncompressed: false - body: '{"message":"resource is not found","resource":"private_network","resource_id":"503dc8df-4ebc-4945-a6f0-fbac3f645d99","type":"not_found"}' - headers: - Content-Length: - - "136" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 14:10:59 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge01) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - bd0ede96-8707-42c0-9aa3-600ec096ad8d - status: 404 Not Found - code: 404 - duration: 45.022792ms +- id: 0 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/versions + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 4476 + body: "{\"versions\":[{\"region\":\"fr-par\", \"name\":\"1.34.1\", \"label\":\"Kubernetes 1.34.1\", \"available_cnis\":[\"cilium\", \"cilium_native\", \"calico\", \"kilo\", \"none\"], \"available_container_runtimes\":[\"containerd\"], \"available_feature_gates\":[\"HPAScaleToZero\", \"CPUManagerPolicyAlphaOptions\", \"ImageVolume\"], \"available_admission_plugins\":[\"AlwaysPullImages\", \"PodNodeSelector\", \"PodTolerationRestriction\"], \"available_kubelet_args\":{\"containerLogMaxFiles\":\"uint16\", \"containerLogMaxSize\":\"quantity\", \"cpuCFSQuota\":\"bool\", \"cpuCFSQuotaPeriod\":\"duration\", \"cpuManagerPolicy\":\"enum:none|static\", \"cpuManagerPolicyOptions\":\"map[string]string\", \"enableDebuggingHandlers\":\"bool\", \"evictionHard\":\"map[string]string\", \"evictionMinimumReclaim\":\"map[string]string\", \"imageGCHighThresholdPercent\":\"uint32\", \"imageGCLowThresholdPercent\":\"uint32\", \"maxParallelImagePulls\":\"int32\", \"maxPods\":\"uint16\", \"registryBurst\":\"int32\", \"registryPullQPS\":\"int32\", \"serializeImagePulls\":\"bool\"}, \"deprecated_at\":\"2026-09-29T00:00:00Z\", \"end_of_life_at\":\"2026-11-29T00:00:00Z\", \"released_at\":\"2025-09-29T00:00:00Z\"}, {\"region\":\"fr-par\", \"name\":\"1.33.4\", \"label\":\"Kubernetes 1.33.4\", \"available_cnis\":[\"cilium\", \"calico\", \"kilo\", \"none\"], \"available_container_runtimes\":[\"containerd\"], \"available_feature_gates\":[\"HPAScaleToZero\", \"DRAAdminAccess\", \"DynamicResourceAllocation\", \"PodLevelResources\", \"CPUManagerPolicyAlphaOptions\", \"ImageVolume\"], \"available_admission_plugins\":[\"AlwaysPullImages\", \"PodNodeSelector\", \"PodTolerationRestriction\"], \"available_kubelet_args\":{\"containerLogMaxFiles\":\"uint16\", \"containerLogMaxSize\":\"quantity\", \"cpuCFSQuota\":\"bool\", \"cpuCFSQuotaPeriod\":\"duration\", \"cpuManagerPolicy\":\"enum:none|static\", \"cpuManagerPolicyOptions\":\"map[string]string\", \"enableDebuggingHandlers\":\"bool\", \"evictionHard\":\"map[string]string\", \"evictionMinimumReclaim\":\"map[string]string\", \"imageGCHighThresholdPercent\":\"uint32\", \"imageGCLowThresholdPercent\":\"uint32\", \"maxParallelImagePulls\":\"int32\", \"maxPods\":\"uint16\", \"registryBurst\":\"int32\", \"registryPullQPS\":\"int32\", \"serializeImagePulls\":\"bool\"}, \"deprecated_at\":\"2026-09-04T00:00:00Z\", \"end_of_life_at\":\"2026-11-04T00:00:00Z\", \"released_at\":\"2025-09-04T00:00:00Z\"}, {\"region\":\"fr-par\", \"name\":\"1.32.8\", \"label\":\"Kubernetes 1.32.8\", \"available_cnis\":[\"cilium\", \"calico\", \"kilo\", \"none\"], \"available_container_runtimes\":[\"containerd\"], \"available_feature_gates\":[\"HPAScaleToZero\", \"InPlacePodVerticalScaling\", \"SidecarContainers\", \"DRAAdminAccess\", \"DRAResourceClaimDeviceStatus\", \"DynamicResourceAllocation\", \"PodLevelResources\", \"CPUManagerPolicyAlphaOptions\", \"ImageVolume\"], \"available_admission_plugins\":[\"AlwaysPullImages\", \"PodNodeSelector\", \"PodTolerationRestriction\"], \"available_kubelet_args\":{\"containerLogMaxFiles\":\"uint16\", \"containerLogMaxSize\":\"quantity\", \"cpuCFSQuota\":\"bool\", \"cpuCFSQuotaPeriod\":\"duration\", \"cpuManagerPolicy\":\"enum:none|static\", \"cpuManagerPolicyOptions\":\"map[string]string\", \"enableDebuggingHandlers\":\"bool\", \"evictionHard\":\"map[string]string\", \"evictionMinimumReclaim\":\"map[string]string\", \"imageGCHighThresholdPercent\":\"uint32\", \"imageGCLowThresholdPercent\":\"uint32\", \"maxParallelImagePulls\":\"int32\", \"maxPods\":\"uint16\", \"registryBurst\":\"int32\", \"registryPullQPS\":\"int32\", \"serializeImagePulls\":\"bool\"}, \"deprecated_at\":\"2026-03-24T00:00:00Z\", \"end_of_life_at\":\"2025-05-24T00:00:00Z\", \"released_at\":\"2025-03-24T00:00:00Z\"}, {\"region\":\"fr-par\", \"name\":\"1.31.12\", \"label\":\"Kubernetes 1.31.12\", \"available_cnis\":[\"cilium\", \"calico\", \"kilo\", \"none\"], \"available_container_runtimes\":[\"containerd\"], \"available_feature_gates\":[\"HPAScaleToZero\", \"InPlacePodVerticalScaling\", \"SidecarContainers\", \"CPUManagerPolicyAlphaOptions\", \"ImageVolume\"], \"available_admission_plugins\":[\"AlwaysPullImages\", \"PodNodeSelector\", \"PodTolerationRestriction\"], \"available_kubelet_args\":{\"containerLogMaxFiles\":\"uint16\", \"containerLogMaxSize\":\"quantity\", \"cpuCFSQuota\":\"bool\", \"cpuCFSQuotaPeriod\":\"duration\", \"cpuManagerPolicy\":\"enum:none|static\", \"cpuManagerPolicyOptions\":\"map[string]string\", \"enableDebuggingHandlers\":\"bool\", \"evictionHard\":\"map[string]string\", \"evictionMinimumReclaim\":\"map[string]string\", \"imageGCHighThresholdPercent\":\"uint32\", \"imageGCLowThresholdPercent\":\"uint32\", \"maxParallelImagePulls\":\"int32\", \"maxPods\":\"uint16\", \"registryBurst\":\"int32\", \"registryPullQPS\":\"int32\", \"serializeImagePulls\":\"bool\"}, \"deprecated_at\":\"2025-12-02T00:00:00Z\", \"end_of_life_at\":\"2026-02-02T00:00:00Z\", \"released_at\":\"2024-12-02T00:00:00Z\"}]}" + headers: + Content-Length: + - "4476" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:49:36 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - df83139e-75a3-4abd-90ea-189320150b76 + status: 200 OK + code: 200 + duration: 105.029421ms +- id: 1 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 144 + host: api.scaleway.com + body: "{\"name\":\"testAccCheckK8SClusterConfigPrivateNetworkLinked\",\"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\",\"tags\":[],\"enable_routing\":false}" + headers: + Content-Type: + - application/json + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/vpc/v2/regions/fr-par/vpcs + method: POST + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 446 + body: "{\"id\":\"43f16bcf-1f19-45c6-a821-0947d76ae39d\", \"name\":\"testAccCheckK8SClusterConfigPrivateNetworkLinked\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:49:36.934293Z\", \"updated_at\":\"2025-10-30T16:49:36.934293Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_default\":false, \"private_network_count\":0, \"routing_enabled\":true, \"custom_routes_propagation_enabled\":true, \"region\":\"fr-par\"}" + headers: + Content-Length: + - "446" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:49:36 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 721965b2-2c02-44fe-8258-fd7c09e905aa + status: 200 OK + code: 200 + duration: 86.79032ms +- id: 2 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/vpc/v2/regions/fr-par/vpcs/43f16bcf-1f19-45c6-a821-0947d76ae39d + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 446 + body: "{\"id\":\"43f16bcf-1f19-45c6-a821-0947d76ae39d\", \"name\":\"testAccCheckK8SClusterConfigPrivateNetworkLinked\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:49:36.934293Z\", \"updated_at\":\"2025-10-30T16:49:36.934293Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_default\":false, \"private_network_count\":0, \"routing_enabled\":true, \"custom_routes_propagation_enabled\":true, \"region\":\"fr-par\"}" + headers: + Content-Length: + - "446" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:49:36 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 140ac84b-b1af-4247-b0cd-2adc387ac1c1 + status: 200 OK + code: 200 + duration: 28.434557ms +- id: 3 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 197 + host: api.scaleway.com + body: "{\"name\":\"k8s-private-network\",\"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\",\"tags\":[],\"subnets\":null,\"vpc_id\":\"43f16bcf-1f19-45c6-a821-0947d76ae39d\",\"default_route_propagation_enabled\":false}" + headers: + Content-Type: + - application/json + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks + method: POST + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1089 + body: "{\"id\":\"77ef48bf-850d-4548-9481-7700dc862309\", \"name\":\"k8s-private-network\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:49:37.103932Z\", \"updated_at\":\"2025-10-30T16:49:37.103932Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"subnets\":[{\"id\":\"5b1099c0-1c68-4463-96e7-6397f7fa4050\", \"created_at\":\"2025-10-30T16:49:37.103932Z\", \"updated_at\":\"2025-10-30T16:49:37.103932Z\", \"subnet\":\"172.18.36.0/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"77ef48bf-850d-4548-9481-7700dc862309\", \"vpc_id\":\"43f16bcf-1f19-45c6-a821-0947d76ae39d\"}, {\"id\":\"dc5b2e2f-776e-4aab-b24b-6bd5be66ef8d\", \"created_at\":\"2025-10-30T16:49:37.103932Z\", \"updated_at\":\"2025-10-30T16:49:37.103932Z\", \"subnet\":\"fd5f:519c:6d46:ffdf::/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"77ef48bf-850d-4548-9481-7700dc862309\", \"vpc_id\":\"43f16bcf-1f19-45c6-a821-0947d76ae39d\"}], \"vpc_id\":\"43f16bcf-1f19-45c6-a821-0947d76ae39d\", \"dhcp_enabled\":true, \"default_route_propagation_enabled\":false, \"region\":\"fr-par\"}" + headers: + Content-Length: + - "1089" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:49:37 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 330c77ed-9200-4711-a46f-f0fdb6e74a13 + status: 200 OK + code: 200 + duration: 706.332672ms +- id: 4 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks/77ef48bf-850d-4548-9481-7700dc862309 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1089 + body: "{\"id\":\"77ef48bf-850d-4548-9481-7700dc862309\", \"name\":\"k8s-private-network\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:49:37.103932Z\", \"updated_at\":\"2025-10-30T16:49:37.103932Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"subnets\":[{\"id\":\"5b1099c0-1c68-4463-96e7-6397f7fa4050\", \"created_at\":\"2025-10-30T16:49:37.103932Z\", \"updated_at\":\"2025-10-30T16:49:37.103932Z\", \"subnet\":\"172.18.36.0/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"77ef48bf-850d-4548-9481-7700dc862309\", \"vpc_id\":\"43f16bcf-1f19-45c6-a821-0947d76ae39d\"}, {\"id\":\"dc5b2e2f-776e-4aab-b24b-6bd5be66ef8d\", \"created_at\":\"2025-10-30T16:49:37.103932Z\", \"updated_at\":\"2025-10-30T16:49:37.103932Z\", \"subnet\":\"fd5f:519c:6d46:ffdf::/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"77ef48bf-850d-4548-9481-7700dc862309\", \"vpc_id\":\"43f16bcf-1f19-45c6-a821-0947d76ae39d\"}], \"vpc_id\":\"43f16bcf-1f19-45c6-a821-0947d76ae39d\", \"dhcp_enabled\":true, \"default_route_propagation_enabled\":false, \"region\":\"fr-par\"}" + headers: + Content-Length: + - "1089" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:49:37 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 563615aa-a3cc-4b2c-bf53-4a42757e4231 + status: 200 OK + code: 200 + duration: 99.475798ms +- id: 5 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 716 + host: api.scaleway.com + body: "{\"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\",\"type\":\"\",\"name\":\"k8s-private-network-cluster\",\"description\":\"\",\"tags\":[\"terraform-test\",\"scaleway_k8s_cluster\",\"private_network\"],\"version\":\"1.34.1\",\"cni\":\"calico\",\"pools\":null,\"autoscaler_config\":{\"scale_down_disabled\":null,\"scale_down_delay_after_add\":null,\"estimator\":\"unknown_estimator\",\"expander\":\"unknown_expander\",\"ignore_daemonsets_utilization\":null,\"balance_similar_node_groups\":null,\"expendable_pods_priority_cutoff\":0,\"scale_down_unneeded_time\":null,\"scale_down_utilization_threshold\":null,\"max_graceful_termination_sec\":0},\"feature_gates\":[],\"admission_plugins\":[],\"apiserver_cert_sans\":[],\"private_network_id\":\"77ef48bf-850d-4548-9481-7700dc862309\"}" + headers: + Content-Type: + - application/json + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters + method: POST + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1619 + body: "{\"region\":\"fr-par\", \"id\":\"53b12b02-3e53-40c4-9ede-07d0c2e193d1\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:49:38.124299Z\", \"updated_at\":\"2025-10-30T16:49:38.124299Z\", \"type\":\"kapsule\", \"name\":\"k8s-private-network-cluster\", \"description\":\"\", \"status\":\"creating\", \"version\":\"1.34.1\", \"cni\":\"calico\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"private_network\"], \"cluster_url\":\"https://53b12b02-3e53-40c4-9ede-07d0c2e193d1.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.53b12b02-3e53-40c4-9ede-07d0c2e193d1.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"77ef48bf-850d-4548-9481-7700dc862309\", \"commitment_ends_at\":\"2025-10-30T16:49:38.124309Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"\", \"new_images_enabled\":false, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1619" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:49:38 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 366777af-035a-4ff6-912f-7111355ef175 + status: 200 OK + code: 200 + duration: 335.022469ms +- id: 6 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/53b12b02-3e53-40c4-9ede-07d0c2e193d1 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1618 + body: "{\"region\":\"fr-par\", \"id\":\"53b12b02-3e53-40c4-9ede-07d0c2e193d1\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:49:38.124299Z\", \"updated_at\":\"2025-10-30T16:49:38.124299Z\", \"type\":\"kapsule\", \"name\":\"k8s-private-network-cluster\", \"description\":\"\", \"status\":\"creating\", \"version\":\"1.34.1\", \"cni\":\"calico\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"private_network\"], \"cluster_url\":\"https://53b12b02-3e53-40c4-9ede-07d0c2e193d1.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.53b12b02-3e53-40c4-9ede-07d0c2e193d1.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"77ef48bf-850d-4548-9481-7700dc862309\", \"commitment_ends_at\":\"2025-10-30T16:49:38.124309Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1618" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:49:38 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 45b5b510-749a-40db-98fa-28e99096122c + status: 200 OK + code: 200 + duration: 97.291529ms +- id: 7 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/53b12b02-3e53-40c4-9ede-07d0c2e193d1 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1659 + body: "{\"region\":\"fr-par\", \"id\":\"53b12b02-3e53-40c4-9ede-07d0c2e193d1\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:49:38.124299Z\", \"updated_at\":\"2025-10-30T16:49:38.618041Z\", \"type\":\"kapsule\", \"name\":\"k8s-private-network-cluster\", \"description\":\"\", \"status\":\"pool_required\", \"version\":\"1.34.1\", \"cni\":\"calico\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"private_network\"], \"cluster_url\":\"https://53b12b02-3e53-40c4-9ede-07d0c2e193d1.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.53b12b02-3e53-40c4-9ede-07d0c2e193d1.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"77ef48bf-850d-4548-9481-7700dc862309\", \"commitment_ends_at\":\"2025-10-30T16:49:38.124309Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"364ee5aa-4824-4704-9445-03a6f66e2c74\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1659" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:49:43 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - b85abc4b-6d57-4667-a018-d21b196fe3f2 + status: 200 OK + code: 200 + duration: 95.068337ms +- id: 8 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + form: + order_by: + - created_at_asc + page: + - "1" + status: + - unknown + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/53b12b02-3e53-40c4-9ede-07d0c2e193d1/pools?order_by=created_at_asc&page=1&status=unknown + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 29 + body: "{\"total_count\":0, \"pools\":[]}" + headers: + Content-Length: + - "29" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:49:43 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 88b7f9b6-4719-4e10-9710-61e03e505db0 + status: 200 OK + code: 200 + duration: 25.563568ms +- id: 9 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/53b12b02-3e53-40c4-9ede-07d0c2e193d1 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1659 + body: "{\"region\":\"fr-par\", \"id\":\"53b12b02-3e53-40c4-9ede-07d0c2e193d1\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:49:38.124299Z\", \"updated_at\":\"2025-10-30T16:49:38.618041Z\", \"type\":\"kapsule\", \"name\":\"k8s-private-network-cluster\", \"description\":\"\", \"status\":\"pool_required\", \"version\":\"1.34.1\", \"cni\":\"calico\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"private_network\"], \"cluster_url\":\"https://53b12b02-3e53-40c4-9ede-07d0c2e193d1.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.53b12b02-3e53-40c4-9ede-07d0c2e193d1.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"77ef48bf-850d-4548-9481-7700dc862309\", \"commitment_ends_at\":\"2025-10-30T16:49:38.124309Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"364ee5aa-4824-4704-9445-03a6f66e2c74\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1659" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:49:43 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - c0b74000-6b62-4792-9135-ff4d8ff20700 + status: 200 OK + code: 200 + duration: 84.546008ms +- id: 10 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/53b12b02-3e53-40c4-9ede-07d0c2e193d1/kubeconfig + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1754 + body: "{\"name\":\"kubeconfig\", \"content_type\":\"application/octet-stream\", \"content\":\"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogIms4cy1wcml2YXRlLW5ldHdvcmstY2x1c3RlciIKICBjbHVzdGVyOgogICAgY2VydGlmaWNhdGUtYXV0aG9yaXR5LWRhdGE6IExTMHRMUzFDUlVkSlRpQkRSVkpVU1VaSlEwRlVSUzB0TFMwdENrMUpTVUpYZWtORFFWRkhaMEYzU1VKQlowbENRVVJCUzBKblozRm9hMnBQVUZGUlJFRnFRVlpOVWsxM1JWRlpSRlpSVVVSRmQzQnlaRmRLYkdOdE5Xd0taRWRXZWsxQ05GaEVWRWt4VFZSQmVVOVVSVEpPUkd0NlQwWnZXRVJVVFRGTlZFRjVUMVJGTWs1RWEzcFBSbTkzUmxSRlZFMUNSVWRCTVZWRlFYaE5Td3BoTTFacFdsaEtkVnBZVW14amVrSmFUVUpOUjBKNWNVZFRUVFE1UVdkRlIwTkRjVWRUVFRRNVFYZEZTRUV3U1VGQ1JtWjRZMDk0YW1WVlNTOW5SakpEQ2paVVJXbGtkemhzUlRSa0t6VlpXWE5hWWxaU1NtMUJTM2xqY0RkUVJuRnpVeXRSU0c1WmFHTm5PSEZ2TjJOWE9GaGFRU3RFZW5aM2VXRnpWVWRPY1ZrS1JrcFhSbUZpYldwUmFrSkJUVUUwUjBFeFZXUkVkMFZDTDNkUlJVRjNTVU53UkVGUVFtZE9Wa2hTVFVKQlpqaEZRbFJCUkVGUlNDOU5RakJIUVRGVlpBcEVaMUZYUWtKVE9WcFpPV3B0SzI1M05YRTRUVU4wZWxkVlVERnBTVEpWY2l0VVFVdENaMmR4YUd0cVQxQlJVVVJCWjA1SlFVUkNSa0ZwUVU5S1ZXMXBDa1paVWtkeFZUQjRhMGxOY2pscmFrOUpZWGw2VUZKNlpWVjZSVzByTTFwS1dXZzJhVlpuU1doQlVHdEVNemxaWmtOV1lYbDJTeXRtU25kTVdrNU9iQ3NLYjJOM2RGcDJhekIzU25BdlYwVnBMM1ZpT0hjS0xTMHRMUzFGVGtRZ1EwVlNWRWxHU1VOQlZFVXRMUzB0TFFvPQogICAgc2VydmVyOiBodHRwczovLzUzYjEyYjAyLTNlNTMtNDBjNC05ZWRlLTA3ZDBjMmUxOTNkMS5hcGkuazhzLmZyLXBhci5zY3cuY2xvdWQ6NjQ0Mwpjb250ZXh0czoKLSBuYW1lOiBhZG1pbkBrOHMtcHJpdmF0ZS1uZXR3b3JrLWNsdXN0ZXIKICBjb250ZXh0OgogICAgY2x1c3RlcjogIms4cy1wcml2YXRlLW5ldHdvcmstY2x1c3RlciIKICAgIHVzZXI6IGs4cy1wcml2YXRlLW5ldHdvcmstY2x1c3Rlci1hZG1pbgpjdXJyZW50LWNvbnRleHQ6IGFkbWluQGs4cy1wcml2YXRlLW5ldHdvcmstY2x1c3RlcgpraW5kOiBDb25maWcKcHJlZmVyZW5jZXM6IHt9CnVzZXJzOgotIG5hbWU6IGs4cy1wcml2YXRlLW5ldHdvcmstY2x1c3Rlci1hZG1pbgogIHVzZXI6CiAgICB0b2tlbjogRkRkZFpvdE1RNng1VHJpc2V2VGZ6dnJtaWhIY0tCSzF5Y0VQN05sUzN4ZWd3bVA1RjU2NUxncjM=\"}" + headers: + Content-Length: + - "1754" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:49:43 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 44365202-58de-4688-a741-b13bd72c0d58 + status: 200 OK + code: 200 + duration: 83.507289ms +- id: 11 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/53b12b02-3e53-40c4-9ede-07d0c2e193d1 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1659 + body: "{\"region\":\"fr-par\", \"id\":\"53b12b02-3e53-40c4-9ede-07d0c2e193d1\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:49:38.124299Z\", \"updated_at\":\"2025-10-30T16:49:38.618041Z\", \"type\":\"kapsule\", \"name\":\"k8s-private-network-cluster\", \"description\":\"\", \"status\":\"pool_required\", \"version\":\"1.34.1\", \"cni\":\"calico\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"private_network\"], \"cluster_url\":\"https://53b12b02-3e53-40c4-9ede-07d0c2e193d1.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.53b12b02-3e53-40c4-9ede-07d0c2e193d1.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"77ef48bf-850d-4548-9481-7700dc862309\", \"commitment_ends_at\":\"2025-10-30T16:49:38.124309Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"364ee5aa-4824-4704-9445-03a6f66e2c74\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1659" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:49:43 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 418ba04e-4605-4e2f-baeb-5aa65e56bf21 + status: 200 OK + code: 200 + duration: 21.249863ms +- id: 12 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks/77ef48bf-850d-4548-9481-7700dc862309 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1089 + body: "{\"id\":\"77ef48bf-850d-4548-9481-7700dc862309\", \"name\":\"k8s-private-network\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:49:37.103932Z\", \"updated_at\":\"2025-10-30T16:49:37.103932Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"subnets\":[{\"id\":\"5b1099c0-1c68-4463-96e7-6397f7fa4050\", \"created_at\":\"2025-10-30T16:49:37.103932Z\", \"updated_at\":\"2025-10-30T16:49:37.103932Z\", \"subnet\":\"172.18.36.0/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"77ef48bf-850d-4548-9481-7700dc862309\", \"vpc_id\":\"43f16bcf-1f19-45c6-a821-0947d76ae39d\"}, {\"id\":\"dc5b2e2f-776e-4aab-b24b-6bd5be66ef8d\", \"created_at\":\"2025-10-30T16:49:37.103932Z\", \"updated_at\":\"2025-10-30T16:49:37.103932Z\", \"subnet\":\"fd5f:519c:6d46:ffdf::/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"77ef48bf-850d-4548-9481-7700dc862309\", \"vpc_id\":\"43f16bcf-1f19-45c6-a821-0947d76ae39d\"}], \"vpc_id\":\"43f16bcf-1f19-45c6-a821-0947d76ae39d\", \"dhcp_enabled\":true, \"default_route_propagation_enabled\":false, \"region\":\"fr-par\"}" + headers: + Content-Length: + - "1089" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:49:43 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 30f968f3-3e36-4e14-9604-84694e98169c + status: 200 OK + code: 200 + duration: 98.136856ms +- id: 13 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/53b12b02-3e53-40c4-9ede-07d0c2e193d1 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1659 + body: "{\"region\":\"fr-par\", \"id\":\"53b12b02-3e53-40c4-9ede-07d0c2e193d1\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:49:38.124299Z\", \"updated_at\":\"2025-10-30T16:49:38.618041Z\", \"type\":\"kapsule\", \"name\":\"k8s-private-network-cluster\", \"description\":\"\", \"status\":\"pool_required\", \"version\":\"1.34.1\", \"cni\":\"calico\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"private_network\"], \"cluster_url\":\"https://53b12b02-3e53-40c4-9ede-07d0c2e193d1.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.53b12b02-3e53-40c4-9ede-07d0c2e193d1.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"77ef48bf-850d-4548-9481-7700dc862309\", \"commitment_ends_at\":\"2025-10-30T16:49:38.124309Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"364ee5aa-4824-4704-9445-03a6f66e2c74\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1659" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:49:43 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - e69242c3-5298-412f-bba1-d90c923ec61e + status: 200 OK + code: 200 + duration: 22.52705ms +- id: 14 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/vpc/v2/regions/fr-par/vpcs/43f16bcf-1f19-45c6-a821-0947d76ae39d + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 446 + body: "{\"id\":\"43f16bcf-1f19-45c6-a821-0947d76ae39d\", \"name\":\"testAccCheckK8SClusterConfigPrivateNetworkLinked\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:49:36.934293Z\", \"updated_at\":\"2025-10-30T16:49:36.934293Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_default\":false, \"private_network_count\":1, \"routing_enabled\":true, \"custom_routes_propagation_enabled\":true, \"region\":\"fr-par\"}" + headers: + Content-Length: + - "446" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:49:43 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - d1dcc1a0-e08b-4ec6-8916-01b347184123 + status: 200 OK + code: 200 + duration: 31.196741ms +- id: 15 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks/77ef48bf-850d-4548-9481-7700dc862309 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1089 + body: "{\"id\":\"77ef48bf-850d-4548-9481-7700dc862309\", \"name\":\"k8s-private-network\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:49:37.103932Z\", \"updated_at\":\"2025-10-30T16:49:37.103932Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"subnets\":[{\"id\":\"5b1099c0-1c68-4463-96e7-6397f7fa4050\", \"created_at\":\"2025-10-30T16:49:37.103932Z\", \"updated_at\":\"2025-10-30T16:49:37.103932Z\", \"subnet\":\"172.18.36.0/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"77ef48bf-850d-4548-9481-7700dc862309\", \"vpc_id\":\"43f16bcf-1f19-45c6-a821-0947d76ae39d\"}, {\"id\":\"dc5b2e2f-776e-4aab-b24b-6bd5be66ef8d\", \"created_at\":\"2025-10-30T16:49:37.103932Z\", \"updated_at\":\"2025-10-30T16:49:37.103932Z\", \"subnet\":\"fd5f:519c:6d46:ffdf::/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"77ef48bf-850d-4548-9481-7700dc862309\", \"vpc_id\":\"43f16bcf-1f19-45c6-a821-0947d76ae39d\"}], \"vpc_id\":\"43f16bcf-1f19-45c6-a821-0947d76ae39d\", \"dhcp_enabled\":true, \"default_route_propagation_enabled\":false, \"region\":\"fr-par\"}" + headers: + Content-Length: + - "1089" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:49:44 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 6ad00958-ccf7-4b48-ba9e-64a4f622c4bc + status: 200 OK + code: 200 + duration: 105.351016ms +- id: 16 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/53b12b02-3e53-40c4-9ede-07d0c2e193d1 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1659 + body: "{\"region\":\"fr-par\", \"id\":\"53b12b02-3e53-40c4-9ede-07d0c2e193d1\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:49:38.124299Z\", \"updated_at\":\"2025-10-30T16:49:38.618041Z\", \"type\":\"kapsule\", \"name\":\"k8s-private-network-cluster\", \"description\":\"\", \"status\":\"pool_required\", \"version\":\"1.34.1\", \"cni\":\"calico\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"private_network\"], \"cluster_url\":\"https://53b12b02-3e53-40c4-9ede-07d0c2e193d1.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.53b12b02-3e53-40c4-9ede-07d0c2e193d1.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"77ef48bf-850d-4548-9481-7700dc862309\", \"commitment_ends_at\":\"2025-10-30T16:49:38.124309Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"364ee5aa-4824-4704-9445-03a6f66e2c74\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1659" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:49:44 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - f78613a9-d624-4daf-adaa-807778d5cc46 + status: 200 OK + code: 200 + duration: 22.923243ms +- id: 17 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/53b12b02-3e53-40c4-9ede-07d0c2e193d1/kubeconfig + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1754 + body: "{\"name\":\"kubeconfig\", \"content_type\":\"application/octet-stream\", \"content\":\"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogIms4cy1wcml2YXRlLW5ldHdvcmstY2x1c3RlciIKICBjbHVzdGVyOgogICAgY2VydGlmaWNhdGUtYXV0aG9yaXR5LWRhdGE6IExTMHRMUzFDUlVkSlRpQkRSVkpVU1VaSlEwRlVSUzB0TFMwdENrMUpTVUpYZWtORFFWRkhaMEYzU1VKQlowbENRVVJCUzBKblozRm9hMnBQVUZGUlJFRnFRVlpOVWsxM1JWRlpSRlpSVVVSRmQzQnlaRmRLYkdOdE5Xd0taRWRXZWsxQ05GaEVWRWt4VFZSQmVVOVVSVEpPUkd0NlQwWnZXRVJVVFRGTlZFRjVUMVJGTWs1RWEzcFBSbTkzUmxSRlZFMUNSVWRCTVZWRlFYaE5Td3BoTTFacFdsaEtkVnBZVW14amVrSmFUVUpOUjBKNWNVZFRUVFE1UVdkRlIwTkRjVWRUVFRRNVFYZEZTRUV3U1VGQ1JtWjRZMDk0YW1WVlNTOW5SakpEQ2paVVJXbGtkemhzUlRSa0t6VlpXWE5hWWxaU1NtMUJTM2xqY0RkUVJuRnpVeXRSU0c1WmFHTm5PSEZ2TjJOWE9GaGFRU3RFZW5aM2VXRnpWVWRPY1ZrS1JrcFhSbUZpYldwUmFrSkJUVUUwUjBFeFZXUkVkMFZDTDNkUlJVRjNTVU53UkVGUVFtZE9Wa2hTVFVKQlpqaEZRbFJCUkVGUlNDOU5RakJIUVRGVlpBcEVaMUZYUWtKVE9WcFpPV3B0SzI1M05YRTRUVU4wZWxkVlVERnBTVEpWY2l0VVFVdENaMmR4YUd0cVQxQlJVVVJCWjA1SlFVUkNSa0ZwUVU5S1ZXMXBDa1paVWtkeFZUQjRhMGxOY2pscmFrOUpZWGw2VUZKNlpWVjZSVzByTTFwS1dXZzJhVlpuU1doQlVHdEVNemxaWmtOV1lYbDJTeXRtU25kTVdrNU9iQ3NLYjJOM2RGcDJhekIzU25BdlYwVnBMM1ZpT0hjS0xTMHRMUzFGVGtRZ1EwVlNWRWxHU1VOQlZFVXRMUzB0TFFvPQogICAgc2VydmVyOiBodHRwczovLzUzYjEyYjAyLTNlNTMtNDBjNC05ZWRlLTA3ZDBjMmUxOTNkMS5hcGkuazhzLmZyLXBhci5zY3cuY2xvdWQ6NjQ0Mwpjb250ZXh0czoKLSBuYW1lOiBhZG1pbkBrOHMtcHJpdmF0ZS1uZXR3b3JrLWNsdXN0ZXIKICBjb250ZXh0OgogICAgY2x1c3RlcjogIms4cy1wcml2YXRlLW5ldHdvcmstY2x1c3RlciIKICAgIHVzZXI6IGs4cy1wcml2YXRlLW5ldHdvcmstY2x1c3Rlci1hZG1pbgpjdXJyZW50LWNvbnRleHQ6IGFkbWluQGs4cy1wcml2YXRlLW5ldHdvcmstY2x1c3RlcgpraW5kOiBDb25maWcKcHJlZmVyZW5jZXM6IHt9CnVzZXJzOgotIG5hbWU6IGs4cy1wcml2YXRlLW5ldHdvcmstY2x1c3Rlci1hZG1pbgogIHVzZXI6CiAgICB0b2tlbjogRkRkZFpvdE1RNng1VHJpc2V2VGZ6dnJtaWhIY0tCSzF5Y0VQN05sUzN4ZWd3bVA1RjU2NUxncjM=\"}" + headers: + Content-Length: + - "1754" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:49:44 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 2e311d54-5656-4eff-9e6f-0bb0843092c3 + status: 200 OK + code: 200 + duration: 87.422096ms +- id: 18 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/vpc/v2/regions/fr-par/vpcs/43f16bcf-1f19-45c6-a821-0947d76ae39d + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 446 + body: "{\"id\":\"43f16bcf-1f19-45c6-a821-0947d76ae39d\", \"name\":\"testAccCheckK8SClusterConfigPrivateNetworkLinked\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:49:36.934293Z\", \"updated_at\":\"2025-10-30T16:49:36.934293Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_default\":false, \"private_network_count\":1, \"routing_enabled\":true, \"custom_routes_propagation_enabled\":true, \"region\":\"fr-par\"}" + headers: + Content-Length: + - "446" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:49:44 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - aac924d5-ce1c-4992-b8d5-a652ba08a3f8 + status: 200 OK + code: 200 + duration: 97.966977ms +- id: 19 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks/77ef48bf-850d-4548-9481-7700dc862309 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1089 + body: "{\"id\":\"77ef48bf-850d-4548-9481-7700dc862309\", \"name\":\"k8s-private-network\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:49:37.103932Z\", \"updated_at\":\"2025-10-30T16:49:37.103932Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"subnets\":[{\"id\":\"5b1099c0-1c68-4463-96e7-6397f7fa4050\", \"created_at\":\"2025-10-30T16:49:37.103932Z\", \"updated_at\":\"2025-10-30T16:49:37.103932Z\", \"subnet\":\"172.18.36.0/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"77ef48bf-850d-4548-9481-7700dc862309\", \"vpc_id\":\"43f16bcf-1f19-45c6-a821-0947d76ae39d\"}, {\"id\":\"dc5b2e2f-776e-4aab-b24b-6bd5be66ef8d\", \"created_at\":\"2025-10-30T16:49:37.103932Z\", \"updated_at\":\"2025-10-30T16:49:37.103932Z\", \"subnet\":\"fd5f:519c:6d46:ffdf::/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"77ef48bf-850d-4548-9481-7700dc862309\", \"vpc_id\":\"43f16bcf-1f19-45c6-a821-0947d76ae39d\"}], \"vpc_id\":\"43f16bcf-1f19-45c6-a821-0947d76ae39d\", \"dhcp_enabled\":true, \"default_route_propagation_enabled\":false, \"region\":\"fr-par\"}" + headers: + Content-Length: + - "1089" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:49:44 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 369f7860-3a5f-459c-bcf8-174b8db9da01 + status: 200 OK + code: 200 + duration: 25.050535ms +- id: 20 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/53b12b02-3e53-40c4-9ede-07d0c2e193d1 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1659 + body: "{\"region\":\"fr-par\", \"id\":\"53b12b02-3e53-40c4-9ede-07d0c2e193d1\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:49:38.124299Z\", \"updated_at\":\"2025-10-30T16:49:38.618041Z\", \"type\":\"kapsule\", \"name\":\"k8s-private-network-cluster\", \"description\":\"\", \"status\":\"pool_required\", \"version\":\"1.34.1\", \"cni\":\"calico\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"private_network\"], \"cluster_url\":\"https://53b12b02-3e53-40c4-9ede-07d0c2e193d1.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.53b12b02-3e53-40c4-9ede-07d0c2e193d1.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"77ef48bf-850d-4548-9481-7700dc862309\", \"commitment_ends_at\":\"2025-10-30T16:49:38.124309Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"364ee5aa-4824-4704-9445-03a6f66e2c74\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1659" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:49:44 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 30efd950-c0ec-4ef4-983c-e8c3d7fe14d3 + status: 200 OK + code: 200 + duration: 88.174017ms +- id: 21 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/53b12b02-3e53-40c4-9ede-07d0c2e193d1/kubeconfig + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1754 + body: "{\"name\":\"kubeconfig\", \"content_type\":\"application/octet-stream\", \"content\":\"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogIms4cy1wcml2YXRlLW5ldHdvcmstY2x1c3RlciIKICBjbHVzdGVyOgogICAgY2VydGlmaWNhdGUtYXV0aG9yaXR5LWRhdGE6IExTMHRMUzFDUlVkSlRpQkRSVkpVU1VaSlEwRlVSUzB0TFMwdENrMUpTVUpYZWtORFFWRkhaMEYzU1VKQlowbENRVVJCUzBKblozRm9hMnBQVUZGUlJFRnFRVlpOVWsxM1JWRlpSRlpSVVVSRmQzQnlaRmRLYkdOdE5Xd0taRWRXZWsxQ05GaEVWRWt4VFZSQmVVOVVSVEpPUkd0NlQwWnZXRVJVVFRGTlZFRjVUMVJGTWs1RWEzcFBSbTkzUmxSRlZFMUNSVWRCTVZWRlFYaE5Td3BoTTFacFdsaEtkVnBZVW14amVrSmFUVUpOUjBKNWNVZFRUVFE1UVdkRlIwTkRjVWRUVFRRNVFYZEZTRUV3U1VGQ1JtWjRZMDk0YW1WVlNTOW5SakpEQ2paVVJXbGtkemhzUlRSa0t6VlpXWE5hWWxaU1NtMUJTM2xqY0RkUVJuRnpVeXRSU0c1WmFHTm5PSEZ2TjJOWE9GaGFRU3RFZW5aM2VXRnpWVWRPY1ZrS1JrcFhSbUZpYldwUmFrSkJUVUUwUjBFeFZXUkVkMFZDTDNkUlJVRjNTVU53UkVGUVFtZE9Wa2hTVFVKQlpqaEZRbFJCUkVGUlNDOU5RakJIUVRGVlpBcEVaMUZYUWtKVE9WcFpPV3B0SzI1M05YRTRUVU4wZWxkVlVERnBTVEpWY2l0VVFVdENaMmR4YUd0cVQxQlJVVVJCWjA1SlFVUkNSa0ZwUVU5S1ZXMXBDa1paVWtkeFZUQjRhMGxOY2pscmFrOUpZWGw2VUZKNlpWVjZSVzByTTFwS1dXZzJhVlpuU1doQlVHdEVNemxaWmtOV1lYbDJTeXRtU25kTVdrNU9iQ3NLYjJOM2RGcDJhekIzU25BdlYwVnBMM1ZpT0hjS0xTMHRMUzFGVGtRZ1EwVlNWRWxHU1VOQlZFVXRMUzB0TFFvPQogICAgc2VydmVyOiBodHRwczovLzUzYjEyYjAyLTNlNTMtNDBjNC05ZWRlLTA3ZDBjMmUxOTNkMS5hcGkuazhzLmZyLXBhci5zY3cuY2xvdWQ6NjQ0Mwpjb250ZXh0czoKLSBuYW1lOiBhZG1pbkBrOHMtcHJpdmF0ZS1uZXR3b3JrLWNsdXN0ZXIKICBjb250ZXh0OgogICAgY2x1c3RlcjogIms4cy1wcml2YXRlLW5ldHdvcmstY2x1c3RlciIKICAgIHVzZXI6IGs4cy1wcml2YXRlLW5ldHdvcmstY2x1c3Rlci1hZG1pbgpjdXJyZW50LWNvbnRleHQ6IGFkbWluQGs4cy1wcml2YXRlLW5ldHdvcmstY2x1c3RlcgpraW5kOiBDb25maWcKcHJlZmVyZW5jZXM6IHt9CnVzZXJzOgotIG5hbWU6IGs4cy1wcml2YXRlLW5ldHdvcmstY2x1c3Rlci1hZG1pbgogIHVzZXI6CiAgICB0b2tlbjogRkRkZFpvdE1RNng1VHJpc2V2VGZ6dnJtaWhIY0tCSzF5Y0VQN05sUzN4ZWd3bVA1RjU2NUxncjM=\"}" + headers: + Content-Length: + - "1754" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:49:44 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 2c6adc58-5b8b-4662-a09e-730812c76824 + status: 200 OK + code: 200 + duration: 20.559878ms +- id: 22 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + form: + with_additional_resources: + - "false" + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/53b12b02-3e53-40c4-9ede-07d0c2e193d1?with_additional_resources=false + method: DELETE + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1655 + body: "{\"region\":\"fr-par\", \"id\":\"53b12b02-3e53-40c4-9ede-07d0c2e193d1\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:49:38.124299Z\", \"updated_at\":\"2025-10-30T16:49:44.723836Z\", \"type\":\"kapsule\", \"name\":\"k8s-private-network-cluster\", \"description\":\"\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"cni\":\"calico\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"private_network\"], \"cluster_url\":\"https://53b12b02-3e53-40c4-9ede-07d0c2e193d1.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.53b12b02-3e53-40c4-9ede-07d0c2e193d1.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"77ef48bf-850d-4548-9481-7700dc862309\", \"commitment_ends_at\":\"2025-10-30T16:49:38.124309Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"364ee5aa-4824-4704-9445-03a6f66e2c74\", \"new_images_enabled\":false, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1655" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:49:44 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 9c30f33a-3bb9-459a-82e0-a9105ba742a8 + status: 200 OK + code: 200 + duration: 114.133188ms +- id: 23 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/53b12b02-3e53-40c4-9ede-07d0c2e193d1 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1654 + body: "{\"region\":\"fr-par\", \"id\":\"53b12b02-3e53-40c4-9ede-07d0c2e193d1\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:49:38.124299Z\", \"updated_at\":\"2025-10-30T16:49:44.723836Z\", \"type\":\"kapsule\", \"name\":\"k8s-private-network-cluster\", \"description\":\"\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"cni\":\"calico\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"private_network\"], \"cluster_url\":\"https://53b12b02-3e53-40c4-9ede-07d0c2e193d1.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.53b12b02-3e53-40c4-9ede-07d0c2e193d1.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"77ef48bf-850d-4548-9481-7700dc862309\", \"commitment_ends_at\":\"2025-10-30T16:49:38.124309Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"364ee5aa-4824-4704-9445-03a6f66e2c74\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1654" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:49:44 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 36964592-d089-4c3b-bd0e-f8b65007a4b9 + status: 200 OK + code: 200 + duration: 23.347779ms +- id: 24 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/53b12b02-3e53-40c4-9ede-07d0c2e193d1 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1654 + body: "{\"region\":\"fr-par\", \"id\":\"53b12b02-3e53-40c4-9ede-07d0c2e193d1\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:49:38.124299Z\", \"updated_at\":\"2025-10-30T16:49:44.723836Z\", \"type\":\"kapsule\", \"name\":\"k8s-private-network-cluster\", \"description\":\"\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"cni\":\"calico\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"private_network\"], \"cluster_url\":\"https://53b12b02-3e53-40c4-9ede-07d0c2e193d1.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.53b12b02-3e53-40c4-9ede-07d0c2e193d1.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"77ef48bf-850d-4548-9481-7700dc862309\", \"commitment_ends_at\":\"2025-10-30T16:49:38.124309Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"364ee5aa-4824-4704-9445-03a6f66e2c74\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1654" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:49:49 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - acf66662-e6df-4904-8e3d-ab1c8cdc6b02 + status: 200 OK + code: 200 + duration: 101.527229ms +- id: 25 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/53b12b02-3e53-40c4-9ede-07d0c2e193d1 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1654 + body: "{\"region\":\"fr-par\", \"id\":\"53b12b02-3e53-40c4-9ede-07d0c2e193d1\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:49:38.124299Z\", \"updated_at\":\"2025-10-30T16:49:44.723836Z\", \"type\":\"kapsule\", \"name\":\"k8s-private-network-cluster\", \"description\":\"\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"cni\":\"calico\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"private_network\"], \"cluster_url\":\"https://53b12b02-3e53-40c4-9ede-07d0c2e193d1.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.53b12b02-3e53-40c4-9ede-07d0c2e193d1.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"77ef48bf-850d-4548-9481-7700dc862309\", \"commitment_ends_at\":\"2025-10-30T16:49:38.124309Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"364ee5aa-4824-4704-9445-03a6f66e2c74\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1654" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:49:55 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 73b140f0-da68-4189-8b23-ff74ee23a81c + status: 200 OK + code: 200 + duration: 86.297285ms +- id: 26 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/53b12b02-3e53-40c4-9ede-07d0c2e193d1 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1654 + body: "{\"region\":\"fr-par\", \"id\":\"53b12b02-3e53-40c4-9ede-07d0c2e193d1\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:49:38.124299Z\", \"updated_at\":\"2025-10-30T16:49:44.723836Z\", \"type\":\"kapsule\", \"name\":\"k8s-private-network-cluster\", \"description\":\"\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"cni\":\"calico\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"private_network\"], \"cluster_url\":\"https://53b12b02-3e53-40c4-9ede-07d0c2e193d1.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.53b12b02-3e53-40c4-9ede-07d0c2e193d1.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"77ef48bf-850d-4548-9481-7700dc862309\", \"commitment_ends_at\":\"2025-10-30T16:49:38.124309Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"364ee5aa-4824-4704-9445-03a6f66e2c74\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1654" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:50:00 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 26e66f10-7134-444c-a875-c2da0a697322 + status: 200 OK + code: 200 + duration: 104.789351ms +- id: 27 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/53b12b02-3e53-40c4-9ede-07d0c2e193d1 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1654 + body: "{\"region\":\"fr-par\", \"id\":\"53b12b02-3e53-40c4-9ede-07d0c2e193d1\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:49:38.124299Z\", \"updated_at\":\"2025-10-30T16:49:44.723836Z\", \"type\":\"kapsule\", \"name\":\"k8s-private-network-cluster\", \"description\":\"\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"cni\":\"calico\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"private_network\"], \"cluster_url\":\"https://53b12b02-3e53-40c4-9ede-07d0c2e193d1.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.53b12b02-3e53-40c4-9ede-07d0c2e193d1.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"77ef48bf-850d-4548-9481-7700dc862309\", \"commitment_ends_at\":\"2025-10-30T16:49:38.124309Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"364ee5aa-4824-4704-9445-03a6f66e2c74\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1654" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:50:05 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 14c39e4b-02c4-433e-99e1-3104bcaad361 + status: 200 OK + code: 200 + duration: 92.33683ms +- id: 28 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/53b12b02-3e53-40c4-9ede-07d0c2e193d1 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 128 + body: "{\"message\":\"resource is not found\",\"resource\":\"cluster\",\"resource_id\":\"53b12b02-3e53-40c4-9ede-07d0c2e193d1\",\"type\":\"not_found\"}" + headers: + Content-Length: + - "128" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:50:10 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - efbbf3ba-0ea9-4953-83cb-0eed317ff13b + status: 404 Not Found + code: 404 + duration: 23.348631ms +- id: 29 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 59 + host: api.scaleway.com + body: "{\"name\":\"testAccCheckK8SClusterConfigPrivateNetworkChange\"}" + headers: + Content-Type: + - application/json + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/vpc/v2/regions/fr-par/vpcs/43f16bcf-1f19-45c6-a821-0947d76ae39d + method: PATCH + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 446 + body: "{\"id\":\"43f16bcf-1f19-45c6-a821-0947d76ae39d\", \"name\":\"testAccCheckK8SClusterConfigPrivateNetworkChange\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:49:36.934293Z\", \"updated_at\":\"2025-10-30T16:50:10.349558Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_default\":false, \"private_network_count\":1, \"routing_enabled\":true, \"custom_routes_propagation_enabled\":true, \"region\":\"fr-par\"}" + headers: + Content-Length: + - "446" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:50:10 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - affb6902-7ee2-422e-9e07-ee48b4d2b0b3 + status: 200 OK + code: 200 + duration: 89.420066ms +- id: 30 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/vpc/v2/regions/fr-par/vpcs/43f16bcf-1f19-45c6-a821-0947d76ae39d + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 446 + body: "{\"id\":\"43f16bcf-1f19-45c6-a821-0947d76ae39d\", \"name\":\"testAccCheckK8SClusterConfigPrivateNetworkChange\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:49:36.934293Z\", \"updated_at\":\"2025-10-30T16:50:10.349558Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_default\":false, \"private_network_count\":1, \"routing_enabled\":true, \"custom_routes_propagation_enabled\":true, \"region\":\"fr-par\"}" + headers: + Content-Length: + - "446" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:50:10 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 16035806-c4d8-4e97-98f6-65cb96f3f0b7 + status: 200 OK + code: 200 + duration: 117.083445ms +- id: 31 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 199 + host: api.scaleway.com + body: "{\"name\":\"other-private-network\",\"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\",\"tags\":[],\"subnets\":null,\"vpc_id\":\"43f16bcf-1f19-45c6-a821-0947d76ae39d\",\"default_route_propagation_enabled\":false}" + headers: + Content-Type: + - application/json + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks + method: POST + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1092 + body: "{\"id\":\"27aa337b-feab-4c72-ad51-eb8bae6a2692\", \"name\":\"other-private-network\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:50:10.574728Z\", \"updated_at\":\"2025-10-30T16:50:10.574728Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"subnets\":[{\"id\":\"b6f3d48a-95ae-4014-bb67-4ef28c5f5ddd\", \"created_at\":\"2025-10-30T16:50:10.574728Z\", \"updated_at\":\"2025-10-30T16:50:10.574728Z\", \"subnet\":\"172.17.108.0/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"27aa337b-feab-4c72-ad51-eb8bae6a2692\", \"vpc_id\":\"43f16bcf-1f19-45c6-a821-0947d76ae39d\"}, {\"id\":\"a2c953e1-79cb-4fd9-959d-66d5da6200d0\", \"created_at\":\"2025-10-30T16:50:10.574728Z\", \"updated_at\":\"2025-10-30T16:50:10.574728Z\", \"subnet\":\"fd5f:519c:6d46:e6f0::/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"27aa337b-feab-4c72-ad51-eb8bae6a2692\", \"vpc_id\":\"43f16bcf-1f19-45c6-a821-0947d76ae39d\"}], \"vpc_id\":\"43f16bcf-1f19-45c6-a821-0947d76ae39d\", \"dhcp_enabled\":true, \"default_route_propagation_enabled\":false, \"region\":\"fr-par\"}" + headers: + Content-Length: + - "1092" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:50:11 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 184afa92-7c55-4247-96c2-ab4c95cb9193 + status: 200 OK + code: 200 + duration: 653.116855ms +- id: 32 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks/27aa337b-feab-4c72-ad51-eb8bae6a2692 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1092 + body: "{\"id\":\"27aa337b-feab-4c72-ad51-eb8bae6a2692\", \"name\":\"other-private-network\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:50:10.574728Z\", \"updated_at\":\"2025-10-30T16:50:10.574728Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"subnets\":[{\"id\":\"b6f3d48a-95ae-4014-bb67-4ef28c5f5ddd\", \"created_at\":\"2025-10-30T16:50:10.574728Z\", \"updated_at\":\"2025-10-30T16:50:10.574728Z\", \"subnet\":\"172.17.108.0/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"27aa337b-feab-4c72-ad51-eb8bae6a2692\", \"vpc_id\":\"43f16bcf-1f19-45c6-a821-0947d76ae39d\"}, {\"id\":\"a2c953e1-79cb-4fd9-959d-66d5da6200d0\", \"created_at\":\"2025-10-30T16:50:10.574728Z\", \"updated_at\":\"2025-10-30T16:50:10.574728Z\", \"subnet\":\"fd5f:519c:6d46:e6f0::/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"27aa337b-feab-4c72-ad51-eb8bae6a2692\", \"vpc_id\":\"43f16bcf-1f19-45c6-a821-0947d76ae39d\"}], \"vpc_id\":\"43f16bcf-1f19-45c6-a821-0947d76ae39d\", \"dhcp_enabled\":true, \"default_route_propagation_enabled\":false, \"region\":\"fr-par\"}" + headers: + Content-Length: + - "1092" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:50:11 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - bd2e7e75-47ca-48d9-8199-3a1a67f1e686 + status: 200 OK + code: 200 + duration: 31.098977ms +- id: 33 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 716 + host: api.scaleway.com + body: "{\"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\",\"type\":\"\",\"name\":\"k8s-private-network-cluster\",\"description\":\"\",\"tags\":[\"terraform-test\",\"scaleway_k8s_cluster\",\"private_network\"],\"version\":\"1.34.1\",\"cni\":\"calico\",\"pools\":null,\"autoscaler_config\":{\"scale_down_disabled\":null,\"scale_down_delay_after_add\":null,\"estimator\":\"unknown_estimator\",\"expander\":\"unknown_expander\",\"ignore_daemonsets_utilization\":null,\"balance_similar_node_groups\":null,\"expendable_pods_priority_cutoff\":0,\"scale_down_unneeded_time\":null,\"scale_down_utilization_threshold\":null,\"max_graceful_termination_sec\":0},\"feature_gates\":[],\"admission_plugins\":[],\"apiserver_cert_sans\":[],\"private_network_id\":\"27aa337b-feab-4c72-ad51-eb8bae6a2692\"}" + headers: + Content-Type: + - application/json + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters + method: POST + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1619 + body: "{\"region\":\"fr-par\", \"id\":\"50e97ac6-a8f1-4dca-bd26-682454dd2fdb\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:50:11.528102Z\", \"updated_at\":\"2025-10-30T16:50:11.528102Z\", \"type\":\"kapsule\", \"name\":\"k8s-private-network-cluster\", \"description\":\"\", \"status\":\"creating\", \"version\":\"1.34.1\", \"cni\":\"calico\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"private_network\"], \"cluster_url\":\"https://50e97ac6-a8f1-4dca-bd26-682454dd2fdb.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.50e97ac6-a8f1-4dca-bd26-682454dd2fdb.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"27aa337b-feab-4c72-ad51-eb8bae6a2692\", \"commitment_ends_at\":\"2025-10-30T16:50:11.528110Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"\", \"new_images_enabled\":false, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1619" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:50:11 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 1e50fa21-3a38-461d-a492-41b1f6e59ac0 + status: 200 OK + code: 200 + duration: 374.811615ms +- id: 34 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/50e97ac6-a8f1-4dca-bd26-682454dd2fdb + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1618 + body: "{\"region\":\"fr-par\", \"id\":\"50e97ac6-a8f1-4dca-bd26-682454dd2fdb\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:50:11.528102Z\", \"updated_at\":\"2025-10-30T16:50:11.528102Z\", \"type\":\"kapsule\", \"name\":\"k8s-private-network-cluster\", \"description\":\"\", \"status\":\"creating\", \"version\":\"1.34.1\", \"cni\":\"calico\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"private_network\"], \"cluster_url\":\"https://50e97ac6-a8f1-4dca-bd26-682454dd2fdb.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.50e97ac6-a8f1-4dca-bd26-682454dd2fdb.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"27aa337b-feab-4c72-ad51-eb8bae6a2692\", \"commitment_ends_at\":\"2025-10-30T16:50:11.528110Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1618" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:50:11 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - d9564bec-d099-4021-af03-ad2ec5d9515d + status: 200 OK + code: 200 + duration: 99.750915ms +- id: 35 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/50e97ac6-a8f1-4dca-bd26-682454dd2fdb + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1659 + body: "{\"region\":\"fr-par\", \"id\":\"50e97ac6-a8f1-4dca-bd26-682454dd2fdb\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:50:11.528102Z\", \"updated_at\":\"2025-10-30T16:50:12.041679Z\", \"type\":\"kapsule\", \"name\":\"k8s-private-network-cluster\", \"description\":\"\", \"status\":\"pool_required\", \"version\":\"1.34.1\", \"cni\":\"calico\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"private_network\"], \"cluster_url\":\"https://50e97ac6-a8f1-4dca-bd26-682454dd2fdb.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.50e97ac6-a8f1-4dca-bd26-682454dd2fdb.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"27aa337b-feab-4c72-ad51-eb8bae6a2692\", \"commitment_ends_at\":\"2025-10-30T16:50:11.528110Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"894b9eb3-b34f-46b0-b510-a5027cc391c9\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1659" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:50:16 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 4aab958b-420a-4207-a154-adb2d1f0f2ec + status: 200 OK + code: 200 + duration: 93.556569ms +- id: 36 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + form: + order_by: + - created_at_asc + page: + - "1" + status: + - unknown + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/50e97ac6-a8f1-4dca-bd26-682454dd2fdb/pools?order_by=created_at_asc&page=1&status=unknown + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 29 + body: "{\"total_count\":0, \"pools\":[]}" + headers: + Content-Length: + - "29" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:50:16 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - d0ef0696-19d5-4f7e-b17f-70067a7b75c1 + status: 200 OK + code: 200 + duration: 32.202648ms +- id: 37 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/50e97ac6-a8f1-4dca-bd26-682454dd2fdb + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1659 + body: "{\"region\":\"fr-par\", \"id\":\"50e97ac6-a8f1-4dca-bd26-682454dd2fdb\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:50:11.528102Z\", \"updated_at\":\"2025-10-30T16:50:12.041679Z\", \"type\":\"kapsule\", \"name\":\"k8s-private-network-cluster\", \"description\":\"\", \"status\":\"pool_required\", \"version\":\"1.34.1\", \"cni\":\"calico\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"private_network\"], \"cluster_url\":\"https://50e97ac6-a8f1-4dca-bd26-682454dd2fdb.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.50e97ac6-a8f1-4dca-bd26-682454dd2fdb.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"27aa337b-feab-4c72-ad51-eb8bae6a2692\", \"commitment_ends_at\":\"2025-10-30T16:50:11.528110Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"894b9eb3-b34f-46b0-b510-a5027cc391c9\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1659" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:50:16 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - e4685ae3-ad52-4d89-94ed-9e56625bb8fc + status: 200 OK + code: 200 + duration: 88.333587ms +- id: 38 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/50e97ac6-a8f1-4dca-bd26-682454dd2fdb/kubeconfig + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1754 + body: "{\"name\":\"kubeconfig\", \"content_type\":\"application/octet-stream\", \"content\":\"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogIms4cy1wcml2YXRlLW5ldHdvcmstY2x1c3RlciIKICBjbHVzdGVyOgogICAgY2VydGlmaWNhdGUtYXV0aG9yaXR5LWRhdGE6IExTMHRMUzFDUlVkSlRpQkRSVkpVU1VaSlEwRlVSUzB0TFMwdENrMUpTVUpYZWtORFFWRkhaMEYzU1VKQlowbENRVVJCUzBKblozRm9hMnBQVUZGUlJFRnFRVlpOVWsxM1JWRlpSRlpSVVVSRmQzQnlaRmRLYkdOdE5Xd0taRWRXZWsxQ05GaEVWRWt4VFZSQmVVOVVSVEpPVkVGNFRWWnZXRVJVVFRGTlZFRjVUMVJGTWs1VVFYaE5WbTkzUmxSRlZFMUNSVWRCTVZWRlFYaE5Td3BoTTFacFdsaEtkVnBZVW14amVrSmFUVUpOUjBKNWNVZFRUVFE1UVdkRlIwTkRjVWRUVFRRNVFYZEZTRUV3U1VGQ1REWlNOMUZoYld0NWIzTkRWSFJpQ2xGM1pHVjFlRFo1VTFBM1RYTjRXRVZqV1ZwbGFWVjNaWEZoYzBOb01HUjRRbTVSYTI0NWNqQnJjV2xWUVhKVWFFZ3JkMUpQYlZKVlVVWnZaSFJ6UWtNS1oySnRXbEZuVTJwUmFrSkJUVUUwUjBFeFZXUkVkMFZDTDNkUlJVRjNTVU53UkVGUVFtZE9Wa2hTVFVKQlpqaEZRbFJCUkVGUlNDOU5RakJIUVRGVlpBcEVaMUZYUWtKU2IydDZWMlV3VUhKbFMwNTJUR2gwV1hGUVEwNVNWa1ZDUTJSRVFVdENaMmR4YUd0cVQxQlJVVVJCWjA1SlFVUkNSa0ZwUlVFNFZGTktDbWxrUjNwclQyaDRkREJsT1N0RlR6aDRjRFZQYXpJdlduTXZhREZqU1U5MlpVTjFhRGR0U1VOSlFXZFdSemxHWlROUWMySTNhakVyUjBzNGNWZHJWVEVLUlhkQlEyNTJhemxNYUZGT2JGaFhkM0p6TmtVS0xTMHRMUzFGVGtRZ1EwVlNWRWxHU1VOQlZFVXRMUzB0TFFvPQogICAgc2VydmVyOiBodHRwczovLzUwZTk3YWM2LWE4ZjEtNGRjYS1iZDI2LTY4MjQ1NGRkMmZkYi5hcGkuazhzLmZyLXBhci5zY3cuY2xvdWQ6NjQ0Mwpjb250ZXh0czoKLSBuYW1lOiBhZG1pbkBrOHMtcHJpdmF0ZS1uZXR3b3JrLWNsdXN0ZXIKICBjb250ZXh0OgogICAgY2x1c3RlcjogIms4cy1wcml2YXRlLW5ldHdvcmstY2x1c3RlciIKICAgIHVzZXI6IGs4cy1wcml2YXRlLW5ldHdvcmstY2x1c3Rlci1hZG1pbgpjdXJyZW50LWNvbnRleHQ6IGFkbWluQGs4cy1wcml2YXRlLW5ldHdvcmstY2x1c3RlcgpraW5kOiBDb25maWcKcHJlZmVyZW5jZXM6IHt9CnVzZXJzOgotIG5hbWU6IGs4cy1wcml2YXRlLW5ldHdvcmstY2x1c3Rlci1hZG1pbgogIHVzZXI6CiAgICB0b2tlbjogN1ZaTFNsUlNXMUZGVHc5anNabElOVVZ1WkJnWjFkdGIwNUhRemhpYWNSRlZlRWFqWk9id2RydmY=\"}" + headers: + Content-Length: + - "1754" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:50:16 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 2acaa493-641a-4dbd-88de-e753ef8dfb9a + status: 200 OK + code: 200 + duration: 98.445134ms +- id: 39 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/50e97ac6-a8f1-4dca-bd26-682454dd2fdb + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1659 + body: "{\"region\":\"fr-par\", \"id\":\"50e97ac6-a8f1-4dca-bd26-682454dd2fdb\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:50:11.528102Z\", \"updated_at\":\"2025-10-30T16:50:12.041679Z\", \"type\":\"kapsule\", \"name\":\"k8s-private-network-cluster\", \"description\":\"\", \"status\":\"pool_required\", \"version\":\"1.34.1\", \"cni\":\"calico\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"private_network\"], \"cluster_url\":\"https://50e97ac6-a8f1-4dca-bd26-682454dd2fdb.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.50e97ac6-a8f1-4dca-bd26-682454dd2fdb.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"27aa337b-feab-4c72-ad51-eb8bae6a2692\", \"commitment_ends_at\":\"2025-10-30T16:50:11.528110Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"894b9eb3-b34f-46b0-b510-a5027cc391c9\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1659" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:50:17 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - d95b3869-6963-4f29-9c53-121babe02671 + status: 200 OK + code: 200 + duration: 41.162003ms +- id: 40 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks/77ef48bf-850d-4548-9481-7700dc862309 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1089 + body: "{\"id\":\"77ef48bf-850d-4548-9481-7700dc862309\", \"name\":\"k8s-private-network\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:49:37.103932Z\", \"updated_at\":\"2025-10-30T16:49:37.103932Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"subnets\":[{\"id\":\"5b1099c0-1c68-4463-96e7-6397f7fa4050\", \"created_at\":\"2025-10-30T16:49:37.103932Z\", \"updated_at\":\"2025-10-30T16:49:37.103932Z\", \"subnet\":\"172.18.36.0/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"77ef48bf-850d-4548-9481-7700dc862309\", \"vpc_id\":\"43f16bcf-1f19-45c6-a821-0947d76ae39d\"}, {\"id\":\"dc5b2e2f-776e-4aab-b24b-6bd5be66ef8d\", \"created_at\":\"2025-10-30T16:49:37.103932Z\", \"updated_at\":\"2025-10-30T16:49:37.103932Z\", \"subnet\":\"fd5f:519c:6d46:ffdf::/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"77ef48bf-850d-4548-9481-7700dc862309\", \"vpc_id\":\"43f16bcf-1f19-45c6-a821-0947d76ae39d\"}], \"vpc_id\":\"43f16bcf-1f19-45c6-a821-0947d76ae39d\", \"dhcp_enabled\":true, \"default_route_propagation_enabled\":false, \"region\":\"fr-par\"}" + headers: + Content-Length: + - "1089" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:50:17 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - d7250946-a12b-40ab-bc4e-278282555a27 + status: 200 OK + code: 200 + duration: 80.4068ms +- id: 41 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks/27aa337b-feab-4c72-ad51-eb8bae6a2692 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1092 + body: "{\"id\":\"27aa337b-feab-4c72-ad51-eb8bae6a2692\", \"name\":\"other-private-network\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:50:10.574728Z\", \"updated_at\":\"2025-10-30T16:50:10.574728Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"subnets\":[{\"id\":\"b6f3d48a-95ae-4014-bb67-4ef28c5f5ddd\", \"created_at\":\"2025-10-30T16:50:10.574728Z\", \"updated_at\":\"2025-10-30T16:50:10.574728Z\", \"subnet\":\"172.17.108.0/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"27aa337b-feab-4c72-ad51-eb8bae6a2692\", \"vpc_id\":\"43f16bcf-1f19-45c6-a821-0947d76ae39d\"}, {\"id\":\"a2c953e1-79cb-4fd9-959d-66d5da6200d0\", \"created_at\":\"2025-10-30T16:50:10.574728Z\", \"updated_at\":\"2025-10-30T16:50:10.574728Z\", \"subnet\":\"fd5f:519c:6d46:e6f0::/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"27aa337b-feab-4c72-ad51-eb8bae6a2692\", \"vpc_id\":\"43f16bcf-1f19-45c6-a821-0947d76ae39d\"}], \"vpc_id\":\"43f16bcf-1f19-45c6-a821-0947d76ae39d\", \"dhcp_enabled\":true, \"default_route_propagation_enabled\":false, \"region\":\"fr-par\"}" + headers: + Content-Length: + - "1092" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:50:17 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 2c23ec9c-10d5-4788-b886-e1713fc2d458 + status: 200 OK + code: 200 + duration: 53.456919ms +- id: 42 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/50e97ac6-a8f1-4dca-bd26-682454dd2fdb + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1659 + body: "{\"region\":\"fr-par\", \"id\":\"50e97ac6-a8f1-4dca-bd26-682454dd2fdb\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:50:11.528102Z\", \"updated_at\":\"2025-10-30T16:50:12.041679Z\", \"type\":\"kapsule\", \"name\":\"k8s-private-network-cluster\", \"description\":\"\", \"status\":\"pool_required\", \"version\":\"1.34.1\", \"cni\":\"calico\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"private_network\"], \"cluster_url\":\"https://50e97ac6-a8f1-4dca-bd26-682454dd2fdb.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.50e97ac6-a8f1-4dca-bd26-682454dd2fdb.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"27aa337b-feab-4c72-ad51-eb8bae6a2692\", \"commitment_ends_at\":\"2025-10-30T16:50:11.528110Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"894b9eb3-b34f-46b0-b510-a5027cc391c9\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1659" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:50:17 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - e8550f24-8fa7-4d82-9c0b-ec71ce4031ce + status: 200 OK + code: 200 + duration: 68.359187ms +- id: 43 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/vpc/v2/regions/fr-par/vpcs/43f16bcf-1f19-45c6-a821-0947d76ae39d + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 446 + body: "{\"id\":\"43f16bcf-1f19-45c6-a821-0947d76ae39d\", \"name\":\"testAccCheckK8SClusterConfigPrivateNetworkChange\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:49:36.934293Z\", \"updated_at\":\"2025-10-30T16:50:10.349558Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_default\":false, \"private_network_count\":2, \"routing_enabled\":true, \"custom_routes_propagation_enabled\":true, \"region\":\"fr-par\"}" + headers: + Content-Length: + - "446" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:50:17 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 4fdee245-8014-4626-8d21-3782fac0d7cb + status: 200 OK + code: 200 + duration: 53.533844ms +- id: 44 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks/77ef48bf-850d-4548-9481-7700dc862309 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1089 + body: "{\"id\":\"77ef48bf-850d-4548-9481-7700dc862309\", \"name\":\"k8s-private-network\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:49:37.103932Z\", \"updated_at\":\"2025-10-30T16:49:37.103932Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"subnets\":[{\"id\":\"5b1099c0-1c68-4463-96e7-6397f7fa4050\", \"created_at\":\"2025-10-30T16:49:37.103932Z\", \"updated_at\":\"2025-10-30T16:49:37.103932Z\", \"subnet\":\"172.18.36.0/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"77ef48bf-850d-4548-9481-7700dc862309\", \"vpc_id\":\"43f16bcf-1f19-45c6-a821-0947d76ae39d\"}, {\"id\":\"dc5b2e2f-776e-4aab-b24b-6bd5be66ef8d\", \"created_at\":\"2025-10-30T16:49:37.103932Z\", \"updated_at\":\"2025-10-30T16:49:37.103932Z\", \"subnet\":\"fd5f:519c:6d46:ffdf::/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"77ef48bf-850d-4548-9481-7700dc862309\", \"vpc_id\":\"43f16bcf-1f19-45c6-a821-0947d76ae39d\"}], \"vpc_id\":\"43f16bcf-1f19-45c6-a821-0947d76ae39d\", \"dhcp_enabled\":true, \"default_route_propagation_enabled\":false, \"region\":\"fr-par\"}" + headers: + Content-Length: + - "1089" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:50:17 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 99184cb6-52cb-4eec-b712-7b589025b608 + status: 200 OK + code: 200 + duration: 24.75994ms +- id: 45 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks/27aa337b-feab-4c72-ad51-eb8bae6a2692 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1092 + body: "{\"id\":\"27aa337b-feab-4c72-ad51-eb8bae6a2692\", \"name\":\"other-private-network\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:50:10.574728Z\", \"updated_at\":\"2025-10-30T16:50:10.574728Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"subnets\":[{\"id\":\"b6f3d48a-95ae-4014-bb67-4ef28c5f5ddd\", \"created_at\":\"2025-10-30T16:50:10.574728Z\", \"updated_at\":\"2025-10-30T16:50:10.574728Z\", \"subnet\":\"172.17.108.0/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"27aa337b-feab-4c72-ad51-eb8bae6a2692\", \"vpc_id\":\"43f16bcf-1f19-45c6-a821-0947d76ae39d\"}, {\"id\":\"a2c953e1-79cb-4fd9-959d-66d5da6200d0\", \"created_at\":\"2025-10-30T16:50:10.574728Z\", \"updated_at\":\"2025-10-30T16:50:10.574728Z\", \"subnet\":\"fd5f:519c:6d46:e6f0::/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"27aa337b-feab-4c72-ad51-eb8bae6a2692\", \"vpc_id\":\"43f16bcf-1f19-45c6-a821-0947d76ae39d\"}], \"vpc_id\":\"43f16bcf-1f19-45c6-a821-0947d76ae39d\", \"dhcp_enabled\":true, \"default_route_propagation_enabled\":false, \"region\":\"fr-par\"}" + headers: + Content-Length: + - "1092" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:50:17 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - a0f0d818-99e6-4f65-aa3a-ff0e2829cc61 + status: 200 OK + code: 200 + duration: 26.061332ms +- id: 46 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/50e97ac6-a8f1-4dca-bd26-682454dd2fdb + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1659 + body: "{\"region\":\"fr-par\", \"id\":\"50e97ac6-a8f1-4dca-bd26-682454dd2fdb\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:50:11.528102Z\", \"updated_at\":\"2025-10-30T16:50:12.041679Z\", \"type\":\"kapsule\", \"name\":\"k8s-private-network-cluster\", \"description\":\"\", \"status\":\"pool_required\", \"version\":\"1.34.1\", \"cni\":\"calico\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"private_network\"], \"cluster_url\":\"https://50e97ac6-a8f1-4dca-bd26-682454dd2fdb.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.50e97ac6-a8f1-4dca-bd26-682454dd2fdb.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"27aa337b-feab-4c72-ad51-eb8bae6a2692\", \"commitment_ends_at\":\"2025-10-30T16:50:11.528110Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"894b9eb3-b34f-46b0-b510-a5027cc391c9\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1659" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:50:17 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - fea89591-4ab4-4886-b8dd-79babf8b87dd + status: 200 OK + code: 200 + duration: 22.776497ms +- id: 47 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/50e97ac6-a8f1-4dca-bd26-682454dd2fdb/kubeconfig + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1754 + body: "{\"name\":\"kubeconfig\", \"content_type\":\"application/octet-stream\", \"content\":\"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogIms4cy1wcml2YXRlLW5ldHdvcmstY2x1c3RlciIKICBjbHVzdGVyOgogICAgY2VydGlmaWNhdGUtYXV0aG9yaXR5LWRhdGE6IExTMHRMUzFDUlVkSlRpQkRSVkpVU1VaSlEwRlVSUzB0TFMwdENrMUpTVUpYZWtORFFWRkhaMEYzU1VKQlowbENRVVJCUzBKblozRm9hMnBQVUZGUlJFRnFRVlpOVWsxM1JWRlpSRlpSVVVSRmQzQnlaRmRLYkdOdE5Xd0taRWRXZWsxQ05GaEVWRWt4VFZSQmVVOVVSVEpPVkVGNFRWWnZXRVJVVFRGTlZFRjVUMVJGTWs1VVFYaE5WbTkzUmxSRlZFMUNSVWRCTVZWRlFYaE5Td3BoTTFacFdsaEtkVnBZVW14amVrSmFUVUpOUjBKNWNVZFRUVFE1UVdkRlIwTkRjVWRUVFRRNVFYZEZTRUV3U1VGQ1REWlNOMUZoYld0NWIzTkRWSFJpQ2xGM1pHVjFlRFo1VTFBM1RYTjRXRVZqV1ZwbGFWVjNaWEZoYzBOb01HUjRRbTVSYTI0NWNqQnJjV2xWUVhKVWFFZ3JkMUpQYlZKVlVVWnZaSFJ6UWtNS1oySnRXbEZuVTJwUmFrSkJUVUUwUjBFeFZXUkVkMFZDTDNkUlJVRjNTVU53UkVGUVFtZE9Wa2hTVFVKQlpqaEZRbFJCUkVGUlNDOU5RakJIUVRGVlpBcEVaMUZYUWtKU2IydDZWMlV3VUhKbFMwNTJUR2gwV1hGUVEwNVNWa1ZDUTJSRVFVdENaMmR4YUd0cVQxQlJVVVJCWjA1SlFVUkNSa0ZwUlVFNFZGTktDbWxrUjNwclQyaDRkREJsT1N0RlR6aDRjRFZQYXpJdlduTXZhREZqU1U5MlpVTjFhRGR0U1VOSlFXZFdSemxHWlROUWMySTNhakVyUjBzNGNWZHJWVEVLUlhkQlEyNTJhemxNYUZGT2JGaFhkM0p6TmtVS0xTMHRMUzFGVGtRZ1EwVlNWRWxHU1VOQlZFVXRMUzB0TFFvPQogICAgc2VydmVyOiBodHRwczovLzUwZTk3YWM2LWE4ZjEtNGRjYS1iZDI2LTY4MjQ1NGRkMmZkYi5hcGkuazhzLmZyLXBhci5zY3cuY2xvdWQ6NjQ0Mwpjb250ZXh0czoKLSBuYW1lOiBhZG1pbkBrOHMtcHJpdmF0ZS1uZXR3b3JrLWNsdXN0ZXIKICBjb250ZXh0OgogICAgY2x1c3RlcjogIms4cy1wcml2YXRlLW5ldHdvcmstY2x1c3RlciIKICAgIHVzZXI6IGs4cy1wcml2YXRlLW5ldHdvcmstY2x1c3Rlci1hZG1pbgpjdXJyZW50LWNvbnRleHQ6IGFkbWluQGs4cy1wcml2YXRlLW5ldHdvcmstY2x1c3RlcgpraW5kOiBDb25maWcKcHJlZmVyZW5jZXM6IHt9CnVzZXJzOgotIG5hbWU6IGs4cy1wcml2YXRlLW5ldHdvcmstY2x1c3Rlci1hZG1pbgogIHVzZXI6CiAgICB0b2tlbjogN1ZaTFNsUlNXMUZGVHc5anNabElOVVZ1WkJnWjFkdGIwNUhRemhpYWNSRlZlRWFqWk9id2RydmY=\"}" + headers: + Content-Length: + - "1754" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:50:17 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 849b78f5-8987-47cf-a833-0f011fb1d1bb + status: 200 OK + code: 200 + duration: 23.445813ms +- id: 48 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + form: + with_additional_resources: + - "false" + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/50e97ac6-a8f1-4dca-bd26-682454dd2fdb?with_additional_resources=false + method: DELETE + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1655 + body: "{\"region\":\"fr-par\", \"id\":\"50e97ac6-a8f1-4dca-bd26-682454dd2fdb\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:50:11.528102Z\", \"updated_at\":\"2025-10-30T16:50:17.913234Z\", \"type\":\"kapsule\", \"name\":\"k8s-private-network-cluster\", \"description\":\"\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"cni\":\"calico\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"private_network\"], \"cluster_url\":\"https://50e97ac6-a8f1-4dca-bd26-682454dd2fdb.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.50e97ac6-a8f1-4dca-bd26-682454dd2fdb.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"27aa337b-feab-4c72-ad51-eb8bae6a2692\", \"commitment_ends_at\":\"2025-10-30T16:50:11.528110Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"894b9eb3-b34f-46b0-b510-a5027cc391c9\", \"new_images_enabled\":false, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1655" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:50:17 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - dc2b3850-16d0-4639-af4a-eb7c1436201b + status: 200 OK + code: 200 + duration: 150.46127ms +- id: 49 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/50e97ac6-a8f1-4dca-bd26-682454dd2fdb + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1654 + body: "{\"region\":\"fr-par\", \"id\":\"50e97ac6-a8f1-4dca-bd26-682454dd2fdb\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:50:11.528102Z\", \"updated_at\":\"2025-10-30T16:50:17.913234Z\", \"type\":\"kapsule\", \"name\":\"k8s-private-network-cluster\", \"description\":\"\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"cni\":\"calico\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"private_network\"], \"cluster_url\":\"https://50e97ac6-a8f1-4dca-bd26-682454dd2fdb.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.50e97ac6-a8f1-4dca-bd26-682454dd2fdb.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"27aa337b-feab-4c72-ad51-eb8bae6a2692\", \"commitment_ends_at\":\"2025-10-30T16:50:11.528110Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"894b9eb3-b34f-46b0-b510-a5027cc391c9\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1654" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:50:18 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 2bc61889-1a86-41c8-b8cd-0ae0926d35ac + status: 200 OK + code: 200 + duration: 81.181303ms +- id: 50 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks/77ef48bf-850d-4548-9481-7700dc862309 + method: DELETE + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 0 + body: "" + headers: + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:50:18 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 5fdc218b-7e3c-47d3-9138-7c80042f4c35 + status: 204 No Content + code: 204 + duration: 1.098837645s +- id: 51 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/50e97ac6-a8f1-4dca-bd26-682454dd2fdb + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1654 + body: "{\"region\":\"fr-par\", \"id\":\"50e97ac6-a8f1-4dca-bd26-682454dd2fdb\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:50:11.528102Z\", \"updated_at\":\"2025-10-30T16:50:17.913234Z\", \"type\":\"kapsule\", \"name\":\"k8s-private-network-cluster\", \"description\":\"\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"cni\":\"calico\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"private_network\"], \"cluster_url\":\"https://50e97ac6-a8f1-4dca-bd26-682454dd2fdb.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.50e97ac6-a8f1-4dca-bd26-682454dd2fdb.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"27aa337b-feab-4c72-ad51-eb8bae6a2692\", \"commitment_ends_at\":\"2025-10-30T16:50:11.528110Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"894b9eb3-b34f-46b0-b510-a5027cc391c9\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1654" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:50:23 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 746abc7d-b0fa-4012-99f8-0fcb39128329 + status: 200 OK + code: 200 + duration: 88.052289ms +- id: 52 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/50e97ac6-a8f1-4dca-bd26-682454dd2fdb + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 128 + body: "{\"message\":\"resource is not found\",\"resource\":\"cluster\",\"resource_id\":\"50e97ac6-a8f1-4dca-bd26-682454dd2fdb\",\"type\":\"not_found\"}" + headers: + Content-Length: + - "128" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:50:28 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - a5946927-6744-4471-a9c0-8c64b09137b4 + status: 404 Not Found + code: 404 + duration: 26.217115ms +- id: 53 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks/27aa337b-feab-4c72-ad51-eb8bae6a2692 + method: DELETE + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 0 + body: "" + headers: + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:50:29 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - f20b42ba-ffc1-4a43-8899-b0a695fa9f94 + status: 204 No Content + code: 204 + duration: 1.257197589s +- id: 54 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/vpc/v2/regions/fr-par/vpcs/43f16bcf-1f19-45c6-a821-0947d76ae39d + method: DELETE + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 0 + body: "" + headers: + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:50:29 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 98410e0e-821a-445b-8e2a-8e8a90f84e66 + status: 204 No Content + code: 204 + duration: 111.458608ms +- id: 55 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/50e97ac6-a8f1-4dca-bd26-682454dd2fdb + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 128 + body: "{\"message\":\"resource is not found\",\"resource\":\"cluster\",\"resource_id\":\"50e97ac6-a8f1-4dca-bd26-682454dd2fdb\",\"type\":\"not_found\"}" + headers: + Content-Length: + - "128" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:50:29 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 2cdfe1b7-8cb4-48d9-912b-92b1a8977171 + status: 404 Not Found + code: 404 + duration: 24.590001ms +- id: 56 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks/77ef48bf-850d-4548-9481-7700dc862309 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 136 + body: "{\"message\":\"resource is not found\",\"resource\":\"private_network\",\"resource_id\":\"77ef48bf-850d-4548-9481-7700dc862309\",\"type\":\"not_found\"}" + headers: + Content-Length: + - "136" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:50:29 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - f4234f17-31c9-4b00-9c14-ee13808bd851 + status: 404 Not Found + code: 404 + duration: 24.128515ms +- id: 57 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks/27aa337b-feab-4c72-ad51-eb8bae6a2692 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 136 + body: "{\"message\":\"resource is not found\",\"resource\":\"private_network\",\"resource_id\":\"27aa337b-feab-4c72-ad51-eb8bae6a2692\",\"type\":\"not_found\"}" + headers: + Content-Length: + - "136" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:50:29 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 0b3f97c2-7aa8-4d58-83eb-a69a318afc8f + status: 404 Not Found + code: 404 + duration: 28.407816ms diff --git a/internal/services/k8s/testdata/cluster-type-change.cassette.yaml b/internal/services/k8s/testdata/cluster-type-change.cassette.yaml index b8b28de713..242bd5fa9a 100644 --- a/internal/services/k8s/testdata/cluster-type-change.cassette.yaml +++ b/internal/services/k8s/testdata/cluster-type-change.cassette.yaml @@ -1,6148 +1,14443 @@ --- version: 2 interactions: - - id: 0 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/versions - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 4962 - uncompressed: false - body: '{"versions":[{"available_admission_plugins":["AlwaysPullImages","PodNodeSelector","PodTolerationRestriction"],"available_cnis":["cilium","cilium_native","calico","kilo","none"],"available_container_runtimes":["containerd"],"available_feature_gates":["HPAScaleToZero","CPUManagerPolicyAlphaOptions","ImageVolume"],"available_kubelet_args":{"containerLogMaxFiles":"uint16","containerLogMaxSize":"quantity","cpuCFSQuota":"bool","cpuCFSQuotaPeriod":"duration","cpuManagerPolicy":"enum:none|static","cpuManagerPolicyOptions":"map[string]string","enableDebuggingHandlers":"bool","evictionHard":"map[string]string","evictionMinimumReclaim":"map[string]string","imageGCHighThresholdPercent":"uint32","imageGCLowThresholdPercent":"uint32","maxParallelImagePulls":"int32","maxPods":"uint16","registryBurst":"int32","registryPullQPS":"int32","serializeImagePulls":"bool"},"label":"Kubernetes 1.34.1","name":"1.34.1","region":"fr-par"},{"available_admission_plugins":["AlwaysPullImages","PodNodeSelector","PodTolerationRestriction"],"available_cnis":["cilium","calico","kilo","none"],"available_container_runtimes":["containerd"],"available_feature_gates":["HPAScaleToZero","DRAAdminAccess","DynamicResourceAllocation","PodLevelResources","CPUManagerPolicyAlphaOptions","ImageVolume"],"available_kubelet_args":{"containerLogMaxFiles":"uint16","containerLogMaxSize":"quantity","cpuCFSQuota":"bool","cpuCFSQuotaPeriod":"duration","cpuManagerPolicy":"enum:none|static","cpuManagerPolicyOptions":"map[string]string","enableDebuggingHandlers":"bool","evictionHard":"map[string]string","evictionMinimumReclaim":"map[string]string","imageGCHighThresholdPercent":"uint32","imageGCLowThresholdPercent":"uint32","maxParallelImagePulls":"int32","maxPods":"uint16","registryBurst":"int32","registryPullQPS":"int32","serializeImagePulls":"bool"},"label":"Kubernetes 1.33.4","name":"1.33.4","region":"fr-par"},{"available_admission_plugins":["AlwaysPullImages","PodNodeSelector","PodTolerationRestriction"],"available_cnis":["cilium","calico","kilo","none"],"available_container_runtimes":["containerd"],"available_feature_gates":["HPAScaleToZero","InPlacePodVerticalScaling","SidecarContainers","DRAAdminAccess","DRAResourceClaimDeviceStatus","DynamicResourceAllocation","PodLevelResources","CPUManagerPolicyAlphaOptions","ImageVolume"],"available_kubelet_args":{"containerLogMaxFiles":"uint16","containerLogMaxSize":"quantity","cpuCFSQuota":"bool","cpuCFSQuotaPeriod":"duration","cpuManagerPolicy":"enum:none|static","cpuManagerPolicyOptions":"map[string]string","enableDebuggingHandlers":"bool","evictionHard":"map[string]string","evictionMinimumReclaim":"map[string]string","imageGCHighThresholdPercent":"uint32","imageGCLowThresholdPercent":"uint32","maxParallelImagePulls":"int32","maxPods":"uint16","registryBurst":"int32","registryPullQPS":"int32","serializeImagePulls":"bool"},"label":"Kubernetes 1.32.8","name":"1.32.8","region":"fr-par"},{"available_admission_plugins":["AlwaysPullImages","PodNodeSelector","PodTolerationRestriction"],"available_cnis":["cilium","calico","kilo","none"],"available_container_runtimes":["containerd"],"available_feature_gates":["HPAScaleToZero","InPlacePodVerticalScaling","SidecarContainers","CPUManagerPolicyAlphaOptions","ImageVolume"],"available_kubelet_args":{"containerLogMaxFiles":"uint16","containerLogMaxSize":"quantity","cpuCFSQuota":"bool","cpuCFSQuotaPeriod":"duration","cpuManagerPolicy":"enum:none|static","cpuManagerPolicyOptions":"map[string]string","enableDebuggingHandlers":"bool","evictionHard":"map[string]string","evictionMinimumReclaim":"map[string]string","imageGCHighThresholdPercent":"uint32","imageGCLowThresholdPercent":"uint32","maxParallelImagePulls":"int32","maxPods":"uint16","registryBurst":"int32","registryPullQPS":"int32","serializeImagePulls":"bool"},"label":"Kubernetes 1.31.12","name":"1.31.12","region":"fr-par"},{"available_admission_plugins":["AlwaysPullImages","PodNodeSelector","PodTolerationRestriction"],"available_cnis":["cilium","calico","kilo","none"],"available_container_runtimes":["containerd"],"available_feature_gates":["HPAScaleToZero","SidecarContainers","InPlacePodVerticalScaling","CPUManagerPolicyAlphaOptions"],"available_kubelet_args":{"containerLogMaxFiles":"uint16","containerLogMaxSize":"quantity","cpuCFSQuota":"bool","cpuCFSQuotaPeriod":"duration","cpuManagerPolicy":"enum:none|static","cpuManagerPolicyOptions":"map[string]string","enableDebuggingHandlers":"bool","evictionHard":"map[string]string","evictionMinimumReclaim":"map[string]string","imageGCHighThresholdPercent":"uint32","imageGCLowThresholdPercent":"uint32","maxParallelImagePulls":"int32","maxPods":"uint16","registryBurst":"int32","registryPullQPS":"int32","serializeImagePulls":"bool"},"label":"Kubernetes 1.30.14","name":"1.30.14","region":"fr-par"}]}' - headers: - Content-Length: - - "4962" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:22:19 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - b1c07715-0daf-4a8d-8832-b4f9b574af5a - status: 200 OK - code: 200 - duration: 178.805292ms - - id: 1 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 118 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: '{"name":"tf-vpc-vigorous-cannon","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","tags":[],"enable_routing":false}' - form: {} - headers: - Content-Type: - - application/json - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/fr-par/vpcs - method: POST - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 420 - uncompressed: false - body: '{"created_at":"2025-09-30T09:22:20.268698Z","custom_routes_propagation_enabled":true,"id":"a5cd8dff-ed19-4db5-a986-e55bbe4fa034","is_default":false,"name":"tf-vpc-vigorous-cannon","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","private_network_count":0,"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","routing_enabled":true,"tags":[],"updated_at":"2025-09-30T09:22:20.268698Z"}' - headers: - Content-Length: - - "420" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:22:20 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 63ac39dc-ed74-4d46-85d2-8c681f514b1d - status: 200 OK - code: 200 - duration: 70.839208ms - - id: 2 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/fr-par/vpcs/a5cd8dff-ed19-4db5-a986-e55bbe4fa034 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 420 - uncompressed: false - body: '{"created_at":"2025-09-30T09:22:20.268698Z","custom_routes_propagation_enabled":true,"id":"a5cd8dff-ed19-4db5-a986-e55bbe4fa034","is_default":false,"name":"tf-vpc-vigorous-cannon","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","private_network_count":0,"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","routing_enabled":true,"tags":[],"updated_at":"2025-09-30T09:22:20.268698Z"}' - headers: - Content-Length: - - "420" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:22:20 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - e949ccea-dfbf-4894-81fa-564500b517ed - status: 200 OK - code: 200 - duration: 26.275125ms - - id: 3 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 194 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: '{"name":"test-type-change","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","tags":[],"subnets":null,"vpc_id":"a5cd8dff-ed19-4db5-a986-e55bbe4fa034","default_route_propagation_enabled":false}' - form: {} - headers: - Content-Type: - - application/json - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks - method: POST - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1087 - uncompressed: false - body: '{"created_at":"2025-09-30T09:22:20.398218Z","default_route_propagation_enabled":false,"dhcp_enabled":true,"id":"04329939-ef6e-4e34-936a-b41177a6938f","name":"test-type-change","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","subnets":[{"created_at":"2025-09-30T09:22:20.398218Z","id":"28e7c81b-0f16-42e1-b502-684f65d82bfa","private_network_id":"04329939-ef6e-4e34-936a-b41177a6938f","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","subnet":"172.17.192.0/22","updated_at":"2025-09-30T09:22:20.398218Z","vpc_id":"a5cd8dff-ed19-4db5-a986-e55bbe4fa034"},{"created_at":"2025-09-30T09:22:20.398218Z","id":"57d0f67e-55fb-4b01-bb22-f7943ffdfd31","private_network_id":"04329939-ef6e-4e34-936a-b41177a6938f","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","subnet":"fd5f:519c:6d46:391a::/64","updated_at":"2025-09-30T09:22:20.398218Z","vpc_id":"a5cd8dff-ed19-4db5-a986-e55bbe4fa034"}],"tags":[],"updated_at":"2025-09-30T09:22:20.398218Z","vpc_id":"a5cd8dff-ed19-4db5-a986-e55bbe4fa034"}' - headers: - Content-Length: - - "1087" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:22:20 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 9da5cec0-e2f0-468b-97da-81d1668c5313 - status: 200 OK - code: 200 - duration: 633.68775ms - - id: 4 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks/04329939-ef6e-4e34-936a-b41177a6938f - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1087 - uncompressed: false - body: '{"created_at":"2025-09-30T09:22:20.398218Z","default_route_propagation_enabled":false,"dhcp_enabled":true,"id":"04329939-ef6e-4e34-936a-b41177a6938f","name":"test-type-change","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","subnets":[{"created_at":"2025-09-30T09:22:20.398218Z","id":"28e7c81b-0f16-42e1-b502-684f65d82bfa","private_network_id":"04329939-ef6e-4e34-936a-b41177a6938f","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","subnet":"172.17.192.0/22","updated_at":"2025-09-30T09:22:20.398218Z","vpc_id":"a5cd8dff-ed19-4db5-a986-e55bbe4fa034"},{"created_at":"2025-09-30T09:22:20.398218Z","id":"57d0f67e-55fb-4b01-bb22-f7943ffdfd31","private_network_id":"04329939-ef6e-4e34-936a-b41177a6938f","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","subnet":"fd5f:519c:6d46:391a::/64","updated_at":"2025-09-30T09:22:20.398218Z","vpc_id":"a5cd8dff-ed19-4db5-a986-e55bbe4fa034"}],"tags":[],"updated_at":"2025-09-30T09:22:20.398218Z","vpc_id":"a5cd8dff-ed19-4db5-a986-e55bbe4fa034"}' - headers: - Content-Length: - - "1087" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:22:21 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - c500c64b-02a5-4983-9d0e-abece31f1217 - status: 200 OK - code: 200 - duration: 31.640792ms - - id: 5 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 708 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: '{"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","type":"kapsule","name":"test-type-change","description":"","tags":["terraform-test","scaleway_k8s_cluster","type-change"],"version":"1.34.1","cni":"cilium","pools":null,"autoscaler_config":{"scale_down_disabled":null,"scale_down_delay_after_add":null,"estimator":"unknown_estimator","expander":"unknown_expander","ignore_daemonsets_utilization":null,"balance_similar_node_groups":null,"expendable_pods_priority_cutoff":0,"scale_down_unneeded_time":null,"scale_down_utilization_threshold":null,"max_graceful_termination_sec":0},"feature_gates":[],"admission_plugins":[],"apiserver_cert_sans":[],"private_network_id":"04329939-ef6e-4e34-936a-b41177a6938f"}' - form: {} - headers: - Content-Type: - - application/json - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters - method: POST - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1604 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://764def72-38d6-486d-ae4d-dca8a8abfb81.api.k8s.fr-par.scw.cloud:6443","cni":"cilium","commitment_ends_at":"2025-09-30T09:22:21.329695Z","created_at":"2025-09-30T09:22:21.329687Z","description":"","dns_wildcard":"*.764def72-38d6-486d-ae4d-dca8a8abfb81.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"","id":"764def72-38d6-486d-ae4d-dca8a8abfb81","name":"test-type-change","new_images_enabled":false,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"100.64.0.0/15","private_network_id":"04329939-ef6e-4e34-936a-b41177a6938f","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"10.32.0.0/20","service_dns_ip":"10.32.0.10","status":"creating","tags":["terraform-test","scaleway_k8s_cluster","type-change"],"type":"kapsule","updated_at":"2025-09-30T09:22:21.329687Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1604" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:22:21 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - d60afbcf-9fd9-421b-93ef-e9ab55cabe95 - status: 200 OK - code: 200 - duration: 345.801042ms - - id: 6 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/764def72-38d6-486d-ae4d-dca8a8abfb81 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1568 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://764def72-38d6-486d-ae4d-dca8a8abfb81.api.k8s.fr-par.scw.cloud:6443","cni":"cilium","commitment_ends_at":"2025-09-30T09:22:21.329695Z","created_at":"2025-09-30T09:22:21.329687Z","description":"","dns_wildcard":"*.764def72-38d6-486d-ae4d-dca8a8abfb81.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"","id":"764def72-38d6-486d-ae4d-dca8a8abfb81","name":"test-type-change","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":"04329939-ef6e-4e34-936a-b41177a6938f","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"","service_dns_ip":"","status":"creating","tags":["terraform-test","scaleway_k8s_cluster","type-change"],"type":"kapsule","updated_at":"2025-09-30T09:22:21.329687Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1568" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:22:21 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - df91b713-5969-406c-a00b-3161f9b86b67 - status: 200 OK - code: 200 - duration: 101.178458ms - - id: 7 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/764def72-38d6-486d-ae4d-dca8a8abfb81 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1609 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://764def72-38d6-486d-ae4d-dca8a8abfb81.api.k8s.fr-par.scw.cloud:6443","cni":"cilium","commitment_ends_at":"2025-09-30T09:22:21.329695Z","created_at":"2025-09-30T09:22:21.329687Z","description":"","dns_wildcard":"*.764def72-38d6-486d-ae4d-dca8a8abfb81.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"8664ad07-013d-4972-a0aa-88038c91e6d5","id":"764def72-38d6-486d-ae4d-dca8a8abfb81","name":"test-type-change","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":"04329939-ef6e-4e34-936a-b41177a6938f","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"","service_dns_ip":"","status":"pool_required","tags":["terraform-test","scaleway_k8s_cluster","type-change"],"type":"kapsule","updated_at":"2025-09-30T09:22:21.792311Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1609" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:22:26 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - ef4efcdd-dbe5-45be-ae7a-31a97221154b - status: 200 OK - code: 200 - duration: 85.081708ms - - id: 8 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/764def72-38d6-486d-ae4d-dca8a8abfb81/pools?order_by=created_at_asc&page=1&status=unknown - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 29 - uncompressed: false - body: '{"pools":[],"total_count":0}' - headers: - Content-Length: - - "29" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:22:26 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - b48bff05-0fb9-4c02-927a-10f6034ab2eb - status: 200 OK - code: 200 - duration: 87.60725ms - - id: 9 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/764def72-38d6-486d-ae4d-dca8a8abfb81 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1609 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://764def72-38d6-486d-ae4d-dca8a8abfb81.api.k8s.fr-par.scw.cloud:6443","cni":"cilium","commitment_ends_at":"2025-09-30T09:22:21.329695Z","created_at":"2025-09-30T09:22:21.329687Z","description":"","dns_wildcard":"*.764def72-38d6-486d-ae4d-dca8a8abfb81.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"8664ad07-013d-4972-a0aa-88038c91e6d5","id":"764def72-38d6-486d-ae4d-dca8a8abfb81","name":"test-type-change","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":"04329939-ef6e-4e34-936a-b41177a6938f","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"","service_dns_ip":"","status":"pool_required","tags":["terraform-test","scaleway_k8s_cluster","type-change"],"type":"kapsule","updated_at":"2025-09-30T09:22:21.792311Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1609" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:22:26 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 9a26197e-ebe5-4394-8257-30dfb8c8614d - status: 200 OK - code: 200 - duration: 94.151209ms - - id: 10 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/764def72-38d6-486d-ae4d-dca8a8abfb81/kubeconfig - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1666 - uncompressed: false - body: '{"content":"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogInRlc3QtdHlwZS1jaGFuZ2UiCiAgY2x1c3RlcjoKICAgIGNlcnRpZmljYXRlLWF1dGhvcml0eS1kYXRhOiBMUzB0TFMxQ1JVZEpUaUJEUlZKVVNVWkpRMEZVUlMwdExTMHRDazFKU1VKWGFrTkRRVkZIWjBGM1NVSkJaMGxDUVVSQlMwSm5aM0ZvYTJwUFVGRlJSRUZxUVZaTlVrMTNSVkZaUkZaUlVVUkZkM0J5WkZkS2JHTnROV3dLWkVkV2VrMUNORmhFVkVreFRVUnJlVTlVUVRWTmFrbDVUVlp2V0VSVVRURk5SR3Q1VDFSQk5VMXFTWGxOVm05M1JsUkZWRTFDUlVkQk1WVkZRWGhOU3dwaE0xWnBXbGhLZFZwWVVteGpla0phVFVKTlIwSjVjVWRUVFRRNVFXZEZSME5EY1VkVFRUUTVRWGRGU0VFd1NVRkNTRFJ4ZFVSalFXNVNTbXh4Y0hsMkNqVlRXbXhaZFRGWlZDOW5ha2xXWWxkT1ZEQkNMeXMyY0dsTGVVMUxjekZSVEhGSWRrSk9hMGxyWm5GYWJWZEtTalJQUWpaeGNsaFJjSGxGUWxwcmMxRUtPSEpyTms1R1YycFJha0pCVFVFMFIwRXhWV1JFZDBWQ0wzZFJSVUYzU1VOd1JFRlFRbWRPVmtoU1RVSkJaamhGUWxSQlJFRlJTQzlOUWpCSFFURlZaQXBFWjFGWFFrSlNiRkJVZDFWclJIZFlXREJZY0daeFUxVjVOelp1YzFBMmFuUkVRVXRDWjJkeGFHdHFUMUJSVVVSQlowNUlRVVJDUlVGcFFqZ3pjMWROQ2pWaVYwb3lNak5XUTFablJUWnlhek5CWTBoSk9FZElkbTVsZW14Slp6TkVURk14U0N0M1NXZFdLelZVU0ZJclF6bE1Ra3RVVFdsek0xZ3phV2xsWXpBS1RrcElZVTQyVVdSMFRXUlBaSGx4VUV4QlNUMEtMUzB0TFMxRlRrUWdRMFZTVkVsR1NVTkJWRVV0TFMwdExRbz0KICAgIHNlcnZlcjogaHR0cHM6Ly83NjRkZWY3Mi0zOGQ2LTQ4NmQtYWU0ZC1kY2E4YThhYmZiODEuYXBpLms4cy5mci1wYXIuc2N3LmNsb3VkOjY0NDMKY29udGV4dHM6Ci0gbmFtZTogYWRtaW5AdGVzdC10eXBlLWNoYW5nZQogIGNvbnRleHQ6CiAgICBjbHVzdGVyOiAidGVzdC10eXBlLWNoYW5nZSIKICAgIHVzZXI6IHRlc3QtdHlwZS1jaGFuZ2UtYWRtaW4KY3VycmVudC1jb250ZXh0OiBhZG1pbkB0ZXN0LXR5cGUtY2hhbmdlCmtpbmQ6IENvbmZpZwpwcmVmZXJlbmNlczoge30KdXNlcnM6Ci0gbmFtZTogdGVzdC10eXBlLWNoYW5nZS1hZG1pbgogIHVzZXI6CiAgICB0b2tlbjogOUNXSUZlWW1oZVdKbElBbmw3QTAxVVhKUmZwZFBScUtqdUhPbzQ2dkEzd2hCdHlJNkNETFFCZjc=","content_type":"application/octet-stream","name":"kubeconfig"}' - headers: - Content-Length: - - "1666" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:22:26 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 7ea1563e-bcb3-436c-8ca7-a4bd164c0adb - status: 200 OK - code: 200 - duration: 90.280541ms - - id: 11 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/764def72-38d6-486d-ae4d-dca8a8abfb81 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1609 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://764def72-38d6-486d-ae4d-dca8a8abfb81.api.k8s.fr-par.scw.cloud:6443","cni":"cilium","commitment_ends_at":"2025-09-30T09:22:21.329695Z","created_at":"2025-09-30T09:22:21.329687Z","description":"","dns_wildcard":"*.764def72-38d6-486d-ae4d-dca8a8abfb81.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"8664ad07-013d-4972-a0aa-88038c91e6d5","id":"764def72-38d6-486d-ae4d-dca8a8abfb81","name":"test-type-change","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":"04329939-ef6e-4e34-936a-b41177a6938f","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"","service_dns_ip":"","status":"pool_required","tags":["terraform-test","scaleway_k8s_cluster","type-change"],"type":"kapsule","updated_at":"2025-09-30T09:22:21.792311Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1609" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:22:27 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 740074a0-81b1-4212-a47c-f768c40f533d - status: 200 OK - code: 200 - duration: 83.072375ms - - id: 12 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/fr-par/vpcs/a5cd8dff-ed19-4db5-a986-e55bbe4fa034 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 420 - uncompressed: false - body: '{"created_at":"2025-09-30T09:22:20.268698Z","custom_routes_propagation_enabled":true,"id":"a5cd8dff-ed19-4db5-a986-e55bbe4fa034","is_default":false,"name":"tf-vpc-vigorous-cannon","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","private_network_count":1,"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","routing_enabled":true,"tags":[],"updated_at":"2025-09-30T09:22:20.268698Z"}' - headers: - Content-Length: - - "420" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:22:27 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 7b5082a0-8d15-4139-9c3e-f921a9bb3e90 - status: 200 OK - code: 200 - duration: 34.916125ms - - id: 13 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks/04329939-ef6e-4e34-936a-b41177a6938f - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1087 - uncompressed: false - body: '{"created_at":"2025-09-30T09:22:20.398218Z","default_route_propagation_enabled":false,"dhcp_enabled":true,"id":"04329939-ef6e-4e34-936a-b41177a6938f","name":"test-type-change","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","subnets":[{"created_at":"2025-09-30T09:22:20.398218Z","id":"28e7c81b-0f16-42e1-b502-684f65d82bfa","private_network_id":"04329939-ef6e-4e34-936a-b41177a6938f","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","subnet":"172.17.192.0/22","updated_at":"2025-09-30T09:22:20.398218Z","vpc_id":"a5cd8dff-ed19-4db5-a986-e55bbe4fa034"},{"created_at":"2025-09-30T09:22:20.398218Z","id":"57d0f67e-55fb-4b01-bb22-f7943ffdfd31","private_network_id":"04329939-ef6e-4e34-936a-b41177a6938f","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","subnet":"fd5f:519c:6d46:391a::/64","updated_at":"2025-09-30T09:22:20.398218Z","vpc_id":"a5cd8dff-ed19-4db5-a986-e55bbe4fa034"}],"tags":[],"updated_at":"2025-09-30T09:22:20.398218Z","vpc_id":"a5cd8dff-ed19-4db5-a986-e55bbe4fa034"}' - headers: - Content-Length: - - "1087" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:22:27 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 2583e996-0a80-458d-8ded-d0378d21bb51 - status: 200 OK - code: 200 - duration: 28.780375ms - - id: 14 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/764def72-38d6-486d-ae4d-dca8a8abfb81 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1609 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://764def72-38d6-486d-ae4d-dca8a8abfb81.api.k8s.fr-par.scw.cloud:6443","cni":"cilium","commitment_ends_at":"2025-09-30T09:22:21.329695Z","created_at":"2025-09-30T09:22:21.329687Z","description":"","dns_wildcard":"*.764def72-38d6-486d-ae4d-dca8a8abfb81.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"8664ad07-013d-4972-a0aa-88038c91e6d5","id":"764def72-38d6-486d-ae4d-dca8a8abfb81","name":"test-type-change","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":"04329939-ef6e-4e34-936a-b41177a6938f","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"","service_dns_ip":"","status":"pool_required","tags":["terraform-test","scaleway_k8s_cluster","type-change"],"type":"kapsule","updated_at":"2025-09-30T09:22:21.792311Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1609" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:22:27 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - c4ee70ff-650a-4838-bca6-711e86162147 - status: 200 OK - code: 200 - duration: 78.822167ms - - id: 15 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/764def72-38d6-486d-ae4d-dca8a8abfb81/kubeconfig - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1666 - uncompressed: false - body: '{"content":"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogInRlc3QtdHlwZS1jaGFuZ2UiCiAgY2x1c3RlcjoKICAgIGNlcnRpZmljYXRlLWF1dGhvcml0eS1kYXRhOiBMUzB0TFMxQ1JVZEpUaUJEUlZKVVNVWkpRMEZVUlMwdExTMHRDazFKU1VKWGFrTkRRVkZIWjBGM1NVSkJaMGxDUVVSQlMwSm5aM0ZvYTJwUFVGRlJSRUZxUVZaTlVrMTNSVkZaUkZaUlVVUkZkM0J5WkZkS2JHTnROV3dLWkVkV2VrMUNORmhFVkVreFRVUnJlVTlVUVRWTmFrbDVUVlp2V0VSVVRURk5SR3Q1VDFSQk5VMXFTWGxOVm05M1JsUkZWRTFDUlVkQk1WVkZRWGhOU3dwaE0xWnBXbGhLZFZwWVVteGpla0phVFVKTlIwSjVjVWRUVFRRNVFXZEZSME5EY1VkVFRUUTVRWGRGU0VFd1NVRkNTRFJ4ZFVSalFXNVNTbXh4Y0hsMkNqVlRXbXhaZFRGWlZDOW5ha2xXWWxkT1ZEQkNMeXMyY0dsTGVVMUxjekZSVEhGSWRrSk9hMGxyWm5GYWJWZEtTalJQUWpaeGNsaFJjSGxGUWxwcmMxRUtPSEpyTms1R1YycFJha0pCVFVFMFIwRXhWV1JFZDBWQ0wzZFJSVUYzU1VOd1JFRlFRbWRPVmtoU1RVSkJaamhGUWxSQlJFRlJTQzlOUWpCSFFURlZaQXBFWjFGWFFrSlNiRkJVZDFWclJIZFlXREJZY0daeFUxVjVOelp1YzFBMmFuUkVRVXRDWjJkeGFHdHFUMUJSVVVSQlowNUlRVVJDUlVGcFFqZ3pjMWROQ2pWaVYwb3lNak5XUTFablJUWnlhek5CWTBoSk9FZElkbTVsZW14Slp6TkVURk14U0N0M1NXZFdLelZVU0ZJclF6bE1Ra3RVVFdsek0xZ3phV2xsWXpBS1RrcElZVTQyVVdSMFRXUlBaSGx4VUV4QlNUMEtMUzB0TFMxRlRrUWdRMFZTVkVsR1NVTkJWRVV0TFMwdExRbz0KICAgIHNlcnZlcjogaHR0cHM6Ly83NjRkZWY3Mi0zOGQ2LTQ4NmQtYWU0ZC1kY2E4YThhYmZiODEuYXBpLms4cy5mci1wYXIuc2N3LmNsb3VkOjY0NDMKY29udGV4dHM6Ci0gbmFtZTogYWRtaW5AdGVzdC10eXBlLWNoYW5nZQogIGNvbnRleHQ6CiAgICBjbHVzdGVyOiAidGVzdC10eXBlLWNoYW5nZSIKICAgIHVzZXI6IHRlc3QtdHlwZS1jaGFuZ2UtYWRtaW4KY3VycmVudC1jb250ZXh0OiBhZG1pbkB0ZXN0LXR5cGUtY2hhbmdlCmtpbmQ6IENvbmZpZwpwcmVmZXJlbmNlczoge30KdXNlcnM6Ci0gbmFtZTogdGVzdC10eXBlLWNoYW5nZS1hZG1pbgogIHVzZXI6CiAgICB0b2tlbjogOUNXSUZlWW1oZVdKbElBbmw3QTAxVVhKUmZwZFBScUtqdUhPbzQ2dkEzd2hCdHlJNkNETFFCZjc=","content_type":"application/octet-stream","name":"kubeconfig"}' - headers: - Content-Length: - - "1666" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:22:27 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 8b5fcd16-d39d-42f6-af28-16e61265c37a - status: 200 OK - code: 200 - duration: 83.674916ms - - id: 16 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/fr-par/vpcs/a5cd8dff-ed19-4db5-a986-e55bbe4fa034 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 420 - uncompressed: false - body: '{"created_at":"2025-09-30T09:22:20.268698Z","custom_routes_propagation_enabled":true,"id":"a5cd8dff-ed19-4db5-a986-e55bbe4fa034","is_default":false,"name":"tf-vpc-vigorous-cannon","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","private_network_count":1,"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","routing_enabled":true,"tags":[],"updated_at":"2025-09-30T09:22:20.268698Z"}' - headers: - Content-Length: - - "420" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:22:27 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - ee9b7ddd-4a72-4e5e-b00f-062d2374f77c - status: 200 OK - code: 200 - duration: 27.128459ms - - id: 17 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks/04329939-ef6e-4e34-936a-b41177a6938f - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1087 - uncompressed: false - body: '{"created_at":"2025-09-30T09:22:20.398218Z","default_route_propagation_enabled":false,"dhcp_enabled":true,"id":"04329939-ef6e-4e34-936a-b41177a6938f","name":"test-type-change","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","subnets":[{"created_at":"2025-09-30T09:22:20.398218Z","id":"28e7c81b-0f16-42e1-b502-684f65d82bfa","private_network_id":"04329939-ef6e-4e34-936a-b41177a6938f","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","subnet":"172.17.192.0/22","updated_at":"2025-09-30T09:22:20.398218Z","vpc_id":"a5cd8dff-ed19-4db5-a986-e55bbe4fa034"},{"created_at":"2025-09-30T09:22:20.398218Z","id":"57d0f67e-55fb-4b01-bb22-f7943ffdfd31","private_network_id":"04329939-ef6e-4e34-936a-b41177a6938f","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","subnet":"fd5f:519c:6d46:391a::/64","updated_at":"2025-09-30T09:22:20.398218Z","vpc_id":"a5cd8dff-ed19-4db5-a986-e55bbe4fa034"}],"tags":[],"updated_at":"2025-09-30T09:22:20.398218Z","vpc_id":"a5cd8dff-ed19-4db5-a986-e55bbe4fa034"}' - headers: - Content-Length: - - "1087" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:22:27 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - be0a1487-cfa0-4cd5-9ce1-224817c6c78e - status: 200 OK - code: 200 - duration: 26.533375ms - - id: 18 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/764def72-38d6-486d-ae4d-dca8a8abfb81 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1609 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://764def72-38d6-486d-ae4d-dca8a8abfb81.api.k8s.fr-par.scw.cloud:6443","cni":"cilium","commitment_ends_at":"2025-09-30T09:22:21.329695Z","created_at":"2025-09-30T09:22:21.329687Z","description":"","dns_wildcard":"*.764def72-38d6-486d-ae4d-dca8a8abfb81.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"8664ad07-013d-4972-a0aa-88038c91e6d5","id":"764def72-38d6-486d-ae4d-dca8a8abfb81","name":"test-type-change","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":"04329939-ef6e-4e34-936a-b41177a6938f","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"","service_dns_ip":"","status":"pool_required","tags":["terraform-test","scaleway_k8s_cluster","type-change"],"type":"kapsule","updated_at":"2025-09-30T09:22:21.792311Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1609" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:22:27 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - f2551150-5ad8-4ce9-a5a0-2f7ae9abd682 - status: 200 OK - code: 200 - duration: 76.149916ms - - id: 19 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/764def72-38d6-486d-ae4d-dca8a8abfb81/kubeconfig - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1666 - uncompressed: false - body: '{"content":"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogInRlc3QtdHlwZS1jaGFuZ2UiCiAgY2x1c3RlcjoKICAgIGNlcnRpZmljYXRlLWF1dGhvcml0eS1kYXRhOiBMUzB0TFMxQ1JVZEpUaUJEUlZKVVNVWkpRMEZVUlMwdExTMHRDazFKU1VKWGFrTkRRVkZIWjBGM1NVSkJaMGxDUVVSQlMwSm5aM0ZvYTJwUFVGRlJSRUZxUVZaTlVrMTNSVkZaUkZaUlVVUkZkM0J5WkZkS2JHTnROV3dLWkVkV2VrMUNORmhFVkVreFRVUnJlVTlVUVRWTmFrbDVUVlp2V0VSVVRURk5SR3Q1VDFSQk5VMXFTWGxOVm05M1JsUkZWRTFDUlVkQk1WVkZRWGhOU3dwaE0xWnBXbGhLZFZwWVVteGpla0phVFVKTlIwSjVjVWRUVFRRNVFXZEZSME5EY1VkVFRUUTVRWGRGU0VFd1NVRkNTRFJ4ZFVSalFXNVNTbXh4Y0hsMkNqVlRXbXhaZFRGWlZDOW5ha2xXWWxkT1ZEQkNMeXMyY0dsTGVVMUxjekZSVEhGSWRrSk9hMGxyWm5GYWJWZEtTalJQUWpaeGNsaFJjSGxGUWxwcmMxRUtPSEpyTms1R1YycFJha0pCVFVFMFIwRXhWV1JFZDBWQ0wzZFJSVUYzU1VOd1JFRlFRbWRPVmtoU1RVSkJaamhGUWxSQlJFRlJTQzlOUWpCSFFURlZaQXBFWjFGWFFrSlNiRkJVZDFWclJIZFlXREJZY0daeFUxVjVOelp1YzFBMmFuUkVRVXRDWjJkeGFHdHFUMUJSVVVSQlowNUlRVVJDUlVGcFFqZ3pjMWROQ2pWaVYwb3lNak5XUTFablJUWnlhek5CWTBoSk9FZElkbTVsZW14Slp6TkVURk14U0N0M1NXZFdLelZVU0ZJclF6bE1Ra3RVVFdsek0xZ3phV2xsWXpBS1RrcElZVTQyVVdSMFRXUlBaSGx4VUV4QlNUMEtMUzB0TFMxRlRrUWdRMFZTVkVsR1NVTkJWRVV0TFMwdExRbz0KICAgIHNlcnZlcjogaHR0cHM6Ly83NjRkZWY3Mi0zOGQ2LTQ4NmQtYWU0ZC1kY2E4YThhYmZiODEuYXBpLms4cy5mci1wYXIuc2N3LmNsb3VkOjY0NDMKY29udGV4dHM6Ci0gbmFtZTogYWRtaW5AdGVzdC10eXBlLWNoYW5nZQogIGNvbnRleHQ6CiAgICBjbHVzdGVyOiAidGVzdC10eXBlLWNoYW5nZSIKICAgIHVzZXI6IHRlc3QtdHlwZS1jaGFuZ2UtYWRtaW4KY3VycmVudC1jb250ZXh0OiBhZG1pbkB0ZXN0LXR5cGUtY2hhbmdlCmtpbmQ6IENvbmZpZwpwcmVmZXJlbmNlczoge30KdXNlcnM6Ci0gbmFtZTogdGVzdC10eXBlLWNoYW5nZS1hZG1pbgogIHVzZXI6CiAgICB0b2tlbjogOUNXSUZlWW1oZVdKbElBbmw3QTAxVVhKUmZwZFBScUtqdUhPbzQ2dkEzd2hCdHlJNkNETFFCZjc=","content_type":"application/octet-stream","name":"kubeconfig"}' - headers: - Content-Length: - - "1666" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:22:27 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 03c2ebc6-5812-49e6-a1f8-e9aadd23ef67 - status: 200 OK - code: 200 - duration: 85.117083ms - - id: 20 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/764def72-38d6-486d-ae4d-dca8a8abfb81/available-types - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1004 - uncompressed: false - body: '{"cluster_types":[{"audit_logs_supported":false,"availability":"available","commitment_delay":"0s","dedicated":false,"max_etcd_size":55000000,"max_nodes":150,"memory":4000000000,"name":"kapsule","resiliency":"standard","sla":0},{"audit_logs_supported":true,"availability":"available","commitment_delay":"2592000s","dedicated":true,"max_etcd_size":200000000,"max_nodes":250,"memory":4000000000,"name":"kapsule-dedicated-4","resiliency":"high_availability","sla":99.5},{"audit_logs_supported":true,"availability":"available","commitment_delay":"2592000s","dedicated":true,"max_etcd_size":200000000,"max_nodes":500,"memory":8000000000,"name":"kapsule-dedicated-8","resiliency":"high_availability","sla":99.5},{"audit_logs_supported":true,"availability":"available","commitment_delay":"2592000s","dedicated":true,"max_etcd_size":200000000,"max_nodes":500,"memory":16000000000,"name":"kapsule-dedicated-16","resiliency":"high_availability","sla":99.5}],"total_count":4}' - headers: - Content-Length: - - "1004" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:22:28 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 11b8eb23-495d-422d-ab9c-fb1ebc1cccf4 - status: 200 OK - code: 200 - duration: 253.84175ms - - id: 21 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/764def72-38d6-486d-ae4d-dca8a8abfb81/available-types - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1004 - uncompressed: false - body: '{"cluster_types":[{"audit_logs_supported":false,"availability":"available","commitment_delay":"0s","dedicated":false,"max_etcd_size":55000000,"max_nodes":150,"memory":4000000000,"name":"kapsule","resiliency":"standard","sla":0},{"audit_logs_supported":true,"availability":"available","commitment_delay":"2592000s","dedicated":true,"max_etcd_size":200000000,"max_nodes":250,"memory":4000000000,"name":"kapsule-dedicated-4","resiliency":"high_availability","sla":99.5},{"audit_logs_supported":true,"availability":"available","commitment_delay":"2592000s","dedicated":true,"max_etcd_size":200000000,"max_nodes":500,"memory":8000000000,"name":"kapsule-dedicated-8","resiliency":"high_availability","sla":99.5},{"audit_logs_supported":true,"availability":"available","commitment_delay":"2592000s","dedicated":true,"max_etcd_size":200000000,"max_nodes":500,"memory":16000000000,"name":"kapsule-dedicated-16","resiliency":"high_availability","sla":99.5}],"total_count":4}' - headers: - Content-Length: - - "1004" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:22:28 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 3e727992-e76b-40a8-92f8-feb4392b2366 - status: 200 OK - code: 200 - duration: 200.125458ms - - id: 22 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/764def72-38d6-486d-ae4d-dca8a8abfb81 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1609 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://764def72-38d6-486d-ae4d-dca8a8abfb81.api.k8s.fr-par.scw.cloud:6443","cni":"cilium","commitment_ends_at":"2025-09-30T09:22:21.329695Z","created_at":"2025-09-30T09:22:21.329687Z","description":"","dns_wildcard":"*.764def72-38d6-486d-ae4d-dca8a8abfb81.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"8664ad07-013d-4972-a0aa-88038c91e6d5","id":"764def72-38d6-486d-ae4d-dca8a8abfb81","name":"test-type-change","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":"04329939-ef6e-4e34-936a-b41177a6938f","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"","service_dns_ip":"","status":"pool_required","tags":["terraform-test","scaleway_k8s_cluster","type-change"],"type":"kapsule","updated_at":"2025-09-30T09:22:21.792311Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1609" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:22:28 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 540c4de6-1f0b-4f07-9d6e-e830fe0e937c - status: 200 OK - code: 200 - duration: 76.101708ms - - id: 23 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 30 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: '{"type":"kapsule-dedicated-4"}' - form: {} - headers: - Content-Type: - - application/json - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/764def72-38d6-486d-ae4d-dca8a8abfb81/set-type - method: POST - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1652 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://764def72-38d6-486d-ae4d-dca8a8abfb81.api.k8s.fr-par.scw.cloud:6443","cni":"cilium","commitment_ends_at":"2025-10-30T09:22:28.976898Z","created_at":"2025-09-30T09:22:21.329687Z","description":"","dns_wildcard":"*.764def72-38d6-486d-ae4d-dca8a8abfb81.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"8664ad07-013d-4972-a0aa-88038c91e6d5","id":"764def72-38d6-486d-ae4d-dca8a8abfb81","name":"test-type-change","new_images_enabled":false,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"100.64.0.0/15","private_network_id":"04329939-ef6e-4e34-936a-b41177a6938f","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"10.32.0.0/20","service_dns_ip":"10.32.0.10","status":"updating","tags":["terraform-test","scaleway_k8s_cluster","type-change"],"type":"kapsule-dedicated-4","updated_at":"2025-09-30T09:22:28.877480Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1652" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:22:28 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - f28fdc0f-6df5-445c-b0dd-d8aa29e810db - status: 200 OK - code: 200 - duration: 295.32575ms - - id: 24 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/764def72-38d6-486d-ae4d-dca8a8abfb81 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1616 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://764def72-38d6-486d-ae4d-dca8a8abfb81.api.k8s.fr-par.scw.cloud:6443","cni":"cilium","commitment_ends_at":"2025-10-30T09:22:28.976898Z","created_at":"2025-09-30T09:22:21.329687Z","description":"","dns_wildcard":"*.764def72-38d6-486d-ae4d-dca8a8abfb81.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"8664ad07-013d-4972-a0aa-88038c91e6d5","id":"764def72-38d6-486d-ae4d-dca8a8abfb81","name":"test-type-change","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":"04329939-ef6e-4e34-936a-b41177a6938f","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"","service_dns_ip":"","status":"updating","tags":["terraform-test","scaleway_k8s_cluster","type-change"],"type":"kapsule-dedicated-4","updated_at":"2025-09-30T09:22:28.877480Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1616" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:22:29 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 9a77f247-8afe-4e4c-97e1-286dbdc4b0d8 - status: 200 OK - code: 200 - duration: 101.200167ms - - id: 25 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/764def72-38d6-486d-ae4d-dca8a8abfb81 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1613 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://764def72-38d6-486d-ae4d-dca8a8abfb81.api.k8s.fr-par.scw.cloud:6443","cni":"cilium","commitment_ends_at":"2025-10-30T09:22:28.976898Z","created_at":"2025-09-30T09:22:21.329687Z","description":"","dns_wildcard":"*.764def72-38d6-486d-ae4d-dca8a8abfb81.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"8664ad07-013d-4972-a0aa-88038c91e6d5","id":"764def72-38d6-486d-ae4d-dca8a8abfb81","name":"test-type-change","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":"04329939-ef6e-4e34-936a-b41177a6938f","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"","service_dns_ip":"","status":"ready","tags":["terraform-test","scaleway_k8s_cluster","type-change"],"type":"kapsule-dedicated-4","updated_at":"2025-09-30T09:24:13.546338Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1613" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:24:16 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 80bbd973-ac74-4303-8279-0c4a328d0705 - status: 200 OK - code: 200 - duration: 89.896292ms - - id: 26 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/764def72-38d6-486d-ae4d-dca8a8abfb81/pools?order_by=created_at_asc&page=1&status=unknown - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 29 - uncompressed: false - body: '{"pools":[],"total_count":0}' - headers: - Content-Length: - - "29" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:24:16 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - b06a118f-af68-4155-a5f8-eac77f4c8744 - status: 200 OK - code: 200 - duration: 93.384834ms - - id: 27 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 592 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: '{"autoscaler_config":{"scale_down_disabled":null,"scale_down_delay_after_add":null,"estimator":"unknown_estimator","expander":"unknown_expander","ignore_daemonsets_utilization":null,"balance_similar_node_groups":null,"expendable_pods_priority_cutoff":null,"scale_down_unneeded_time":null,"scale_down_utilization_threshold":null,"max_graceful_termination_sec":null},"auto_upgrade":{"enable":null,"maintenance_window":null},"open_id_connect_config":{"issuer_url":null,"client_id":null,"username_claim":null,"username_prefix":null,"groups_claim":null,"groups_prefix":null,"required_claim":null}}' - form: {} - headers: - Content-Type: - - application/json - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/764def72-38d6-486d-ae4d-dca8a8abfb81 - method: PATCH - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1652 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://764def72-38d6-486d-ae4d-dca8a8abfb81.api.k8s.fr-par.scw.cloud:6443","cni":"cilium","commitment_ends_at":"2025-10-30T09:22:28.976898Z","created_at":"2025-09-30T09:22:21.329687Z","description":"","dns_wildcard":"*.764def72-38d6-486d-ae4d-dca8a8abfb81.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"8664ad07-013d-4972-a0aa-88038c91e6d5","id":"764def72-38d6-486d-ae4d-dca8a8abfb81","name":"test-type-change","new_images_enabled":false,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"100.64.0.0/15","private_network_id":"04329939-ef6e-4e34-936a-b41177a6938f","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"10.32.0.0/20","service_dns_ip":"10.32.0.10","status":"updating","tags":["terraform-test","scaleway_k8s_cluster","type-change"],"type":"kapsule-dedicated-4","updated_at":"2025-09-30T09:24:16.246548Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1652" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:24:16 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - f46fa684-14fd-4e52-b1d9-c8514fe2cc1f - status: 200 OK - code: 200 - duration: 100.129834ms - - id: 28 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/764def72-38d6-486d-ae4d-dca8a8abfb81 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1616 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://764def72-38d6-486d-ae4d-dca8a8abfb81.api.k8s.fr-par.scw.cloud:6443","cni":"cilium","commitment_ends_at":"2025-10-30T09:22:28.976898Z","created_at":"2025-09-30T09:22:21.329687Z","description":"","dns_wildcard":"*.764def72-38d6-486d-ae4d-dca8a8abfb81.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"8664ad07-013d-4972-a0aa-88038c91e6d5","id":"764def72-38d6-486d-ae4d-dca8a8abfb81","name":"test-type-change","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":"04329939-ef6e-4e34-936a-b41177a6938f","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"","service_dns_ip":"","status":"updating","tags":["terraform-test","scaleway_k8s_cluster","type-change"],"type":"kapsule-dedicated-4","updated_at":"2025-09-30T09:24:16.246548Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1616" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:24:16 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 6e2810a6-de69-4ed4-bfb4-2d4d9bc44277 - status: 200 OK - code: 200 - duration: 78.320792ms - - id: 29 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/764def72-38d6-486d-ae4d-dca8a8abfb81 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1613 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://764def72-38d6-486d-ae4d-dca8a8abfb81.api.k8s.fr-par.scw.cloud:6443","cni":"cilium","commitment_ends_at":"2025-10-30T09:22:28.976898Z","created_at":"2025-09-30T09:22:21.329687Z","description":"","dns_wildcard":"*.764def72-38d6-486d-ae4d-dca8a8abfb81.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"8664ad07-013d-4972-a0aa-88038c91e6d5","id":"764def72-38d6-486d-ae4d-dca8a8abfb81","name":"test-type-change","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":"04329939-ef6e-4e34-936a-b41177a6938f","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"","service_dns_ip":"","status":"ready","tags":["terraform-test","scaleway_k8s_cluster","type-change"],"type":"kapsule-dedicated-4","updated_at":"2025-09-30T09:25:48.848793Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1613" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:25:53 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - b0329d24-c622-49e1-8f10-1a89c7379486 - status: 200 OK - code: 200 - duration: 189.297833ms - - id: 30 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/764def72-38d6-486d-ae4d-dca8a8abfb81 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1613 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://764def72-38d6-486d-ae4d-dca8a8abfb81.api.k8s.fr-par.scw.cloud:6443","cni":"cilium","commitment_ends_at":"2025-10-30T09:22:28.976898Z","created_at":"2025-09-30T09:22:21.329687Z","description":"","dns_wildcard":"*.764def72-38d6-486d-ae4d-dca8a8abfb81.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"8664ad07-013d-4972-a0aa-88038c91e6d5","id":"764def72-38d6-486d-ae4d-dca8a8abfb81","name":"test-type-change","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":"04329939-ef6e-4e34-936a-b41177a6938f","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"","service_dns_ip":"","status":"ready","tags":["terraform-test","scaleway_k8s_cluster","type-change"],"type":"kapsule-dedicated-4","updated_at":"2025-09-30T09:25:48.848793Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1613" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:25:53 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 0659afb3-dabf-4061-a0cc-e91bb952c5e3 - status: 200 OK - code: 200 - duration: 237.964667ms - - id: 31 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/764def72-38d6-486d-ae4d-dca8a8abfb81/kubeconfig - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1666 - uncompressed: false - body: '{"content":"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogInRlc3QtdHlwZS1jaGFuZ2UiCiAgY2x1c3RlcjoKICAgIGNlcnRpZmljYXRlLWF1dGhvcml0eS1kYXRhOiBMUzB0TFMxQ1JVZEpUaUJEUlZKVVNVWkpRMEZVUlMwdExTMHRDazFKU1VKWGFrTkRRVkZIWjBGM1NVSkJaMGxDUVVSQlMwSm5aM0ZvYTJwUFVGRlJSRUZxUVZaTlVrMTNSVkZaUkZaUlVVUkZkM0J5WkZkS2JHTnROV3dLWkVkV2VrMUNORmhFVkVreFRVUnJlVTlVUVRWTmFrbDVUVlp2V0VSVVRURk5SR3Q1VDFSQk5VMXFTWGxOVm05M1JsUkZWRTFDUlVkQk1WVkZRWGhOU3dwaE0xWnBXbGhLZFZwWVVteGpla0phVFVKTlIwSjVjVWRUVFRRNVFXZEZSME5EY1VkVFRUUTVRWGRGU0VFd1NVRkNTRFJ4ZFVSalFXNVNTbXh4Y0hsMkNqVlRXbXhaZFRGWlZDOW5ha2xXWWxkT1ZEQkNMeXMyY0dsTGVVMUxjekZSVEhGSWRrSk9hMGxyWm5GYWJWZEtTalJQUWpaeGNsaFJjSGxGUWxwcmMxRUtPSEpyTms1R1YycFJha0pCVFVFMFIwRXhWV1JFZDBWQ0wzZFJSVUYzU1VOd1JFRlFRbWRPVmtoU1RVSkJaamhGUWxSQlJFRlJTQzlOUWpCSFFURlZaQXBFWjFGWFFrSlNiRkJVZDFWclJIZFlXREJZY0daeFUxVjVOelp1YzFBMmFuUkVRVXRDWjJkeGFHdHFUMUJSVVVSQlowNUlRVVJDUlVGcFFqZ3pjMWROQ2pWaVYwb3lNak5XUTFablJUWnlhek5CWTBoSk9FZElkbTVsZW14Slp6TkVURk14U0N0M1NXZFdLelZVU0ZJclF6bE1Ra3RVVFdsek0xZ3phV2xsWXpBS1RrcElZVTQyVVdSMFRXUlBaSGx4VUV4QlNUMEtMUzB0TFMxRlRrUWdRMFZTVkVsR1NVTkJWRVV0TFMwdExRbz0KICAgIHNlcnZlcjogaHR0cHM6Ly83NjRkZWY3Mi0zOGQ2LTQ4NmQtYWU0ZC1kY2E4YThhYmZiODEuYXBpLms4cy5mci1wYXIuc2N3LmNsb3VkOjY0NDMKY29udGV4dHM6Ci0gbmFtZTogYWRtaW5AdGVzdC10eXBlLWNoYW5nZQogIGNvbnRleHQ6CiAgICBjbHVzdGVyOiAidGVzdC10eXBlLWNoYW5nZSIKICAgIHVzZXI6IHRlc3QtdHlwZS1jaGFuZ2UtYWRtaW4KY3VycmVudC1jb250ZXh0OiBhZG1pbkB0ZXN0LXR5cGUtY2hhbmdlCmtpbmQ6IENvbmZpZwpwcmVmZXJlbmNlczoge30KdXNlcnM6Ci0gbmFtZTogdGVzdC10eXBlLWNoYW5nZS1hZG1pbgogIHVzZXI6CiAgICB0b2tlbjogOUNXSUZlWW1oZVdKbElBbmw3QTAxVVhKUmZwZFBScUtqdUhPbzQ2dkEzd2hCdHlJNkNETFFCZjc=","content_type":"application/octet-stream","name":"kubeconfig"}' - headers: - Content-Length: - - "1666" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:25:53 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - a79f831d-85be-4dca-98f0-5c55319e49f4 - status: 200 OK - code: 200 - duration: 221.262625ms - - id: 32 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/764def72-38d6-486d-ae4d-dca8a8abfb81 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1613 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://764def72-38d6-486d-ae4d-dca8a8abfb81.api.k8s.fr-par.scw.cloud:6443","cni":"cilium","commitment_ends_at":"2025-10-30T09:22:28.976898Z","created_at":"2025-09-30T09:22:21.329687Z","description":"","dns_wildcard":"*.764def72-38d6-486d-ae4d-dca8a8abfb81.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"8664ad07-013d-4972-a0aa-88038c91e6d5","id":"764def72-38d6-486d-ae4d-dca8a8abfb81","name":"test-type-change","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":"04329939-ef6e-4e34-936a-b41177a6938f","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"","service_dns_ip":"","status":"ready","tags":["terraform-test","scaleway_k8s_cluster","type-change"],"type":"kapsule-dedicated-4","updated_at":"2025-09-30T09:25:48.848793Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1613" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:25:54 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 7a527d13-c77a-4361-8dee-a0c7ea063b63 - status: 200 OK - code: 200 - duration: 231.915916ms - - id: 33 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/fr-par/vpcs/a5cd8dff-ed19-4db5-a986-e55bbe4fa034 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 420 - uncompressed: false - body: '{"created_at":"2025-09-30T09:22:20.268698Z","custom_routes_propagation_enabled":true,"id":"a5cd8dff-ed19-4db5-a986-e55bbe4fa034","is_default":false,"name":"tf-vpc-vigorous-cannon","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","private_network_count":1,"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","routing_enabled":true,"tags":[],"updated_at":"2025-09-30T09:22:20.268698Z"}' - headers: - Content-Length: - - "420" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:25:54 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 6c4a71f9-24f6-423b-a666-010327dd327c - status: 200 OK - code: 200 - duration: 248.382792ms - - id: 34 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks/04329939-ef6e-4e34-936a-b41177a6938f - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1087 - uncompressed: false - body: '{"created_at":"2025-09-30T09:22:20.398218Z","default_route_propagation_enabled":false,"dhcp_enabled":true,"id":"04329939-ef6e-4e34-936a-b41177a6938f","name":"test-type-change","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","subnets":[{"created_at":"2025-09-30T09:22:20.398218Z","id":"28e7c81b-0f16-42e1-b502-684f65d82bfa","private_network_id":"04329939-ef6e-4e34-936a-b41177a6938f","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","subnet":"172.17.192.0/22","updated_at":"2025-09-30T09:22:20.398218Z","vpc_id":"a5cd8dff-ed19-4db5-a986-e55bbe4fa034"},{"created_at":"2025-09-30T09:22:20.398218Z","id":"57d0f67e-55fb-4b01-bb22-f7943ffdfd31","private_network_id":"04329939-ef6e-4e34-936a-b41177a6938f","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","subnet":"fd5f:519c:6d46:391a::/64","updated_at":"2025-09-30T09:22:20.398218Z","vpc_id":"a5cd8dff-ed19-4db5-a986-e55bbe4fa034"}],"tags":[],"updated_at":"2025-09-30T09:22:20.398218Z","vpc_id":"a5cd8dff-ed19-4db5-a986-e55bbe4fa034"}' - headers: - Content-Length: - - "1087" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:25:54 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - e2c2bbeb-f6f1-4c42-847a-80b5873c8bad - status: 200 OK - code: 200 - duration: 149.841125ms - - id: 35 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/764def72-38d6-486d-ae4d-dca8a8abfb81 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1613 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://764def72-38d6-486d-ae4d-dca8a8abfb81.api.k8s.fr-par.scw.cloud:6443","cni":"cilium","commitment_ends_at":"2025-10-30T09:22:28.976898Z","created_at":"2025-09-30T09:22:21.329687Z","description":"","dns_wildcard":"*.764def72-38d6-486d-ae4d-dca8a8abfb81.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"8664ad07-013d-4972-a0aa-88038c91e6d5","id":"764def72-38d6-486d-ae4d-dca8a8abfb81","name":"test-type-change","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":"04329939-ef6e-4e34-936a-b41177a6938f","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"","service_dns_ip":"","status":"ready","tags":["terraform-test","scaleway_k8s_cluster","type-change"],"type":"kapsule-dedicated-4","updated_at":"2025-09-30T09:25:48.848793Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1613" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:25:54 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - ca46eb03-6ada-4dca-9479-d65d9471d2d8 - status: 200 OK - code: 200 - duration: 195.331792ms - - id: 36 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/764def72-38d6-486d-ae4d-dca8a8abfb81/kubeconfig - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1666 - uncompressed: false - body: '{"content":"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogInRlc3QtdHlwZS1jaGFuZ2UiCiAgY2x1c3RlcjoKICAgIGNlcnRpZmljYXRlLWF1dGhvcml0eS1kYXRhOiBMUzB0TFMxQ1JVZEpUaUJEUlZKVVNVWkpRMEZVUlMwdExTMHRDazFKU1VKWGFrTkRRVkZIWjBGM1NVSkJaMGxDUVVSQlMwSm5aM0ZvYTJwUFVGRlJSRUZxUVZaTlVrMTNSVkZaUkZaUlVVUkZkM0J5WkZkS2JHTnROV3dLWkVkV2VrMUNORmhFVkVreFRVUnJlVTlVUVRWTmFrbDVUVlp2V0VSVVRURk5SR3Q1VDFSQk5VMXFTWGxOVm05M1JsUkZWRTFDUlVkQk1WVkZRWGhOU3dwaE0xWnBXbGhLZFZwWVVteGpla0phVFVKTlIwSjVjVWRUVFRRNVFXZEZSME5EY1VkVFRUUTVRWGRGU0VFd1NVRkNTRFJ4ZFVSalFXNVNTbXh4Y0hsMkNqVlRXbXhaZFRGWlZDOW5ha2xXWWxkT1ZEQkNMeXMyY0dsTGVVMUxjekZSVEhGSWRrSk9hMGxyWm5GYWJWZEtTalJQUWpaeGNsaFJjSGxGUWxwcmMxRUtPSEpyTms1R1YycFJha0pCVFVFMFIwRXhWV1JFZDBWQ0wzZFJSVUYzU1VOd1JFRlFRbWRPVmtoU1RVSkJaamhGUWxSQlJFRlJTQzlOUWpCSFFURlZaQXBFWjFGWFFrSlNiRkJVZDFWclJIZFlXREJZY0daeFUxVjVOelp1YzFBMmFuUkVRVXRDWjJkeGFHdHFUMUJSVVVSQlowNUlRVVJDUlVGcFFqZ3pjMWROQ2pWaVYwb3lNak5XUTFablJUWnlhek5CWTBoSk9FZElkbTVsZW14Slp6TkVURk14U0N0M1NXZFdLelZVU0ZJclF6bE1Ra3RVVFdsek0xZ3phV2xsWXpBS1RrcElZVTQyVVdSMFRXUlBaSGx4VUV4QlNUMEtMUzB0TFMxRlRrUWdRMFZTVkVsR1NVTkJWRVV0TFMwdExRbz0KICAgIHNlcnZlcjogaHR0cHM6Ly83NjRkZWY3Mi0zOGQ2LTQ4NmQtYWU0ZC1kY2E4YThhYmZiODEuYXBpLms4cy5mci1wYXIuc2N3LmNsb3VkOjY0NDMKY29udGV4dHM6Ci0gbmFtZTogYWRtaW5AdGVzdC10eXBlLWNoYW5nZQogIGNvbnRleHQ6CiAgICBjbHVzdGVyOiAidGVzdC10eXBlLWNoYW5nZSIKICAgIHVzZXI6IHRlc3QtdHlwZS1jaGFuZ2UtYWRtaW4KY3VycmVudC1jb250ZXh0OiBhZG1pbkB0ZXN0LXR5cGUtY2hhbmdlCmtpbmQ6IENvbmZpZwpwcmVmZXJlbmNlczoge30KdXNlcnM6Ci0gbmFtZTogdGVzdC10eXBlLWNoYW5nZS1hZG1pbgogIHVzZXI6CiAgICB0b2tlbjogOUNXSUZlWW1oZVdKbElBbmw3QTAxVVhKUmZwZFBScUtqdUhPbzQ2dkEzd2hCdHlJNkNETFFCZjc=","content_type":"application/octet-stream","name":"kubeconfig"}' - headers: - Content-Length: - - "1666" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:25:55 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - e7b77365-2d27-4d51-a0bf-ab7de371c3fa - status: 200 OK - code: 200 - duration: 175.906958ms - - id: 37 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/fr-par/vpcs/a5cd8dff-ed19-4db5-a986-e55bbe4fa034 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 420 - uncompressed: false - body: '{"created_at":"2025-09-30T09:22:20.268698Z","custom_routes_propagation_enabled":true,"id":"a5cd8dff-ed19-4db5-a986-e55bbe4fa034","is_default":false,"name":"tf-vpc-vigorous-cannon","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","private_network_count":1,"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","routing_enabled":true,"tags":[],"updated_at":"2025-09-30T09:22:20.268698Z"}' - headers: - Content-Length: - - "420" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:25:55 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 95865816-db7e-4c26-8e89-a0f777aa35bd - status: 200 OK - code: 200 - duration: 113.9525ms - - id: 38 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks/04329939-ef6e-4e34-936a-b41177a6938f - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1087 - uncompressed: false - body: '{"created_at":"2025-09-30T09:22:20.398218Z","default_route_propagation_enabled":false,"dhcp_enabled":true,"id":"04329939-ef6e-4e34-936a-b41177a6938f","name":"test-type-change","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","subnets":[{"created_at":"2025-09-30T09:22:20.398218Z","id":"28e7c81b-0f16-42e1-b502-684f65d82bfa","private_network_id":"04329939-ef6e-4e34-936a-b41177a6938f","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","subnet":"172.17.192.0/22","updated_at":"2025-09-30T09:22:20.398218Z","vpc_id":"a5cd8dff-ed19-4db5-a986-e55bbe4fa034"},{"created_at":"2025-09-30T09:22:20.398218Z","id":"57d0f67e-55fb-4b01-bb22-f7943ffdfd31","private_network_id":"04329939-ef6e-4e34-936a-b41177a6938f","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","subnet":"fd5f:519c:6d46:391a::/64","updated_at":"2025-09-30T09:22:20.398218Z","vpc_id":"a5cd8dff-ed19-4db5-a986-e55bbe4fa034"}],"tags":[],"updated_at":"2025-09-30T09:22:20.398218Z","vpc_id":"a5cd8dff-ed19-4db5-a986-e55bbe4fa034"}' - headers: - Content-Length: - - "1087" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:25:55 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - f5bd4660-4077-41f1-bbfd-baf26ebff2be - status: 200 OK - code: 200 - duration: 133.608417ms - - id: 39 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/764def72-38d6-486d-ae4d-dca8a8abfb81 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1613 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://764def72-38d6-486d-ae4d-dca8a8abfb81.api.k8s.fr-par.scw.cloud:6443","cni":"cilium","commitment_ends_at":"2025-10-30T09:22:28.976898Z","created_at":"2025-09-30T09:22:21.329687Z","description":"","dns_wildcard":"*.764def72-38d6-486d-ae4d-dca8a8abfb81.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"8664ad07-013d-4972-a0aa-88038c91e6d5","id":"764def72-38d6-486d-ae4d-dca8a8abfb81","name":"test-type-change","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":"04329939-ef6e-4e34-936a-b41177a6938f","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"","service_dns_ip":"","status":"ready","tags":["terraform-test","scaleway_k8s_cluster","type-change"],"type":"kapsule-dedicated-4","updated_at":"2025-09-30T09:25:48.848793Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1613" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:25:55 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 5f592fc5-1163-4e0b-91e1-8292505f477f - status: 200 OK - code: 200 - duration: 171.271ms - - id: 40 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/764def72-38d6-486d-ae4d-dca8a8abfb81/kubeconfig - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1666 - uncompressed: false - body: '{"content":"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogInRlc3QtdHlwZS1jaGFuZ2UiCiAgY2x1c3RlcjoKICAgIGNlcnRpZmljYXRlLWF1dGhvcml0eS1kYXRhOiBMUzB0TFMxQ1JVZEpUaUJEUlZKVVNVWkpRMEZVUlMwdExTMHRDazFKU1VKWGFrTkRRVkZIWjBGM1NVSkJaMGxDUVVSQlMwSm5aM0ZvYTJwUFVGRlJSRUZxUVZaTlVrMTNSVkZaUkZaUlVVUkZkM0J5WkZkS2JHTnROV3dLWkVkV2VrMUNORmhFVkVreFRVUnJlVTlVUVRWTmFrbDVUVlp2V0VSVVRURk5SR3Q1VDFSQk5VMXFTWGxOVm05M1JsUkZWRTFDUlVkQk1WVkZRWGhOU3dwaE0xWnBXbGhLZFZwWVVteGpla0phVFVKTlIwSjVjVWRUVFRRNVFXZEZSME5EY1VkVFRUUTVRWGRGU0VFd1NVRkNTRFJ4ZFVSalFXNVNTbXh4Y0hsMkNqVlRXbXhaZFRGWlZDOW5ha2xXWWxkT1ZEQkNMeXMyY0dsTGVVMUxjekZSVEhGSWRrSk9hMGxyWm5GYWJWZEtTalJQUWpaeGNsaFJjSGxGUWxwcmMxRUtPSEpyTms1R1YycFJha0pCVFVFMFIwRXhWV1JFZDBWQ0wzZFJSVUYzU1VOd1JFRlFRbWRPVmtoU1RVSkJaamhGUWxSQlJFRlJTQzlOUWpCSFFURlZaQXBFWjFGWFFrSlNiRkJVZDFWclJIZFlXREJZY0daeFUxVjVOelp1YzFBMmFuUkVRVXRDWjJkeGFHdHFUMUJSVVVSQlowNUlRVVJDUlVGcFFqZ3pjMWROQ2pWaVYwb3lNak5XUTFablJUWnlhek5CWTBoSk9FZElkbTVsZW14Slp6TkVURk14U0N0M1NXZFdLelZVU0ZJclF6bE1Ra3RVVFdsek0xZ3phV2xsWXpBS1RrcElZVTQyVVdSMFRXUlBaSGx4VUV4QlNUMEtMUzB0TFMxRlRrUWdRMFZTVkVsR1NVTkJWRVV0TFMwdExRbz0KICAgIHNlcnZlcjogaHR0cHM6Ly83NjRkZWY3Mi0zOGQ2LTQ4NmQtYWU0ZC1kY2E4YThhYmZiODEuYXBpLms4cy5mci1wYXIuc2N3LmNsb3VkOjY0NDMKY29udGV4dHM6Ci0gbmFtZTogYWRtaW5AdGVzdC10eXBlLWNoYW5nZQogIGNvbnRleHQ6CiAgICBjbHVzdGVyOiAidGVzdC10eXBlLWNoYW5nZSIKICAgIHVzZXI6IHRlc3QtdHlwZS1jaGFuZ2UtYWRtaW4KY3VycmVudC1jb250ZXh0OiBhZG1pbkB0ZXN0LXR5cGUtY2hhbmdlCmtpbmQ6IENvbmZpZwpwcmVmZXJlbmNlczoge30KdXNlcnM6Ci0gbmFtZTogdGVzdC10eXBlLWNoYW5nZS1hZG1pbgogIHVzZXI6CiAgICB0b2tlbjogOUNXSUZlWW1oZVdKbElBbmw3QTAxVVhKUmZwZFBScUtqdUhPbzQ2dkEzd2hCdHlJNkNETFFCZjc=","content_type":"application/octet-stream","name":"kubeconfig"}' - headers: - Content-Length: - - "1666" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:25:55 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 9b692124-b9fe-470e-b76d-3489c988c3f1 - status: 200 OK - code: 200 - duration: 85.724542ms - - id: 41 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/764def72-38d6-486d-ae4d-dca8a8abfb81/available-types - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 535 - uncompressed: false - body: '{"cluster_types":[{"audit_logs_supported":true,"availability":"available","commitment_delay":"2592000s","dedicated":true,"max_etcd_size":200000000,"max_nodes":500,"memory":8000000000,"name":"kapsule-dedicated-8","resiliency":"high_availability","sla":99.5},{"audit_logs_supported":true,"availability":"available","commitment_delay":"2592000s","dedicated":true,"max_etcd_size":200000000,"max_nodes":500,"memory":16000000000,"name":"kapsule-dedicated-16","resiliency":"high_availability","sla":99.5}],"total_count":2}' - headers: - Content-Length: - - "535" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:25:56 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 884c03e9-5874-4fbc-8dab-5100687103c6 - status: 200 OK - code: 200 - duration: 153.087291ms - - id: 42 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/764def72-38d6-486d-ae4d-dca8a8abfb81/available-types - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 535 - uncompressed: false - body: '{"cluster_types":[{"audit_logs_supported":true,"availability":"available","commitment_delay":"2592000s","dedicated":true,"max_etcd_size":200000000,"max_nodes":500,"memory":8000000000,"name":"kapsule-dedicated-8","resiliency":"high_availability","sla":99.5},{"audit_logs_supported":true,"availability":"available","commitment_delay":"2592000s","dedicated":true,"max_etcd_size":200000000,"max_nodes":500,"memory":16000000000,"name":"kapsule-dedicated-16","resiliency":"high_availability","sla":99.5}],"total_count":2}' - headers: - Content-Length: - - "535" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:25:56 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 42762b7b-6809-4793-b56f-57dcebb715a7 - status: 200 OK - code: 200 - duration: 173.289833ms - - id: 43 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/764def72-38d6-486d-ae4d-dca8a8abfb81 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1613 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://764def72-38d6-486d-ae4d-dca8a8abfb81.api.k8s.fr-par.scw.cloud:6443","cni":"cilium","commitment_ends_at":"2025-10-30T09:22:28.976898Z","created_at":"2025-09-30T09:22:21.329687Z","description":"","dns_wildcard":"*.764def72-38d6-486d-ae4d-dca8a8abfb81.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"8664ad07-013d-4972-a0aa-88038c91e6d5","id":"764def72-38d6-486d-ae4d-dca8a8abfb81","name":"test-type-change","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":"04329939-ef6e-4e34-936a-b41177a6938f","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"","service_dns_ip":"","status":"ready","tags":["terraform-test","scaleway_k8s_cluster","type-change"],"type":"kapsule-dedicated-4","updated_at":"2025-09-30T09:25:48.848793Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1613" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:25:56 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 6a2a0597-9d19-445f-81c8-592168e5e0e3 - status: 200 OK - code: 200 - duration: 77.218166ms - - id: 44 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 30 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: '{"type":"kapsule-dedicated-8"}' - form: {} - headers: - Content-Type: - - application/json - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/764def72-38d6-486d-ae4d-dca8a8abfb81/set-type - method: POST - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1652 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://764def72-38d6-486d-ae4d-dca8a8abfb81.api.k8s.fr-par.scw.cloud:6443","cni":"cilium","commitment_ends_at":"2025-10-30T09:25:56.703494Z","created_at":"2025-09-30T09:22:21.329687Z","description":"","dns_wildcard":"*.764def72-38d6-486d-ae4d-dca8a8abfb81.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"8664ad07-013d-4972-a0aa-88038c91e6d5","id":"764def72-38d6-486d-ae4d-dca8a8abfb81","name":"test-type-change","new_images_enabled":false,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"100.64.0.0/15","private_network_id":"04329939-ef6e-4e34-936a-b41177a6938f","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"10.32.0.0/20","service_dns_ip":"10.32.0.10","status":"updating","tags":["terraform-test","scaleway_k8s_cluster","type-change"],"type":"kapsule-dedicated-8","updated_at":"2025-09-30T09:25:56.593794Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1652" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:25:56 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 260c40d8-ec91-440c-b837-40d1b0494734 - status: 200 OK - code: 200 - duration: 315.908583ms - - id: 45 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/764def72-38d6-486d-ae4d-dca8a8abfb81 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1616 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://764def72-38d6-486d-ae4d-dca8a8abfb81.api.k8s.fr-par.scw.cloud:6443","cni":"cilium","commitment_ends_at":"2025-10-30T09:25:56.703494Z","created_at":"2025-09-30T09:22:21.329687Z","description":"","dns_wildcard":"*.764def72-38d6-486d-ae4d-dca8a8abfb81.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"8664ad07-013d-4972-a0aa-88038c91e6d5","id":"764def72-38d6-486d-ae4d-dca8a8abfb81","name":"test-type-change","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":"04329939-ef6e-4e34-936a-b41177a6938f","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"","service_dns_ip":"","status":"updating","tags":["terraform-test","scaleway_k8s_cluster","type-change"],"type":"kapsule-dedicated-8","updated_at":"2025-09-30T09:25:56.593794Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1616" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:25:56 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - f7915235-387c-4452-9d7f-2ba1b90c3ffd - status: 200 OK - code: 200 - duration: 112.497833ms - - id: 46 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/764def72-38d6-486d-ae4d-dca8a8abfb81 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1613 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://764def72-38d6-486d-ae4d-dca8a8abfb81.api.k8s.fr-par.scw.cloud:6443","cni":"cilium","commitment_ends_at":"2025-10-30T09:25:56.703494Z","created_at":"2025-09-30T09:22:21.329687Z","description":"","dns_wildcard":"*.764def72-38d6-486d-ae4d-dca8a8abfb81.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"8664ad07-013d-4972-a0aa-88038c91e6d5","id":"764def72-38d6-486d-ae4d-dca8a8abfb81","name":"test-type-change","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":"04329939-ef6e-4e34-936a-b41177a6938f","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"","service_dns_ip":"","status":"ready","tags":["terraform-test","scaleway_k8s_cluster","type-change"],"type":"kapsule-dedicated-8","updated_at":"2025-09-30T09:28:11.501907Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1613" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:28:14 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 47dd43f4-bc13-4f58-a548-337e0e1b9638 - status: 200 OK - code: 200 - duration: 101.449958ms - - id: 47 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/764def72-38d6-486d-ae4d-dca8a8abfb81/pools?order_by=created_at_asc&page=1&status=unknown - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 29 - uncompressed: false - body: '{"pools":[],"total_count":0}' - headers: - Content-Length: - - "29" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:28:14 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - cd6f16b9-8c5b-43b1-936d-613bd21a55da - status: 200 OK - code: 200 - duration: 90.229458ms - - id: 48 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 592 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: '{"autoscaler_config":{"scale_down_disabled":null,"scale_down_delay_after_add":null,"estimator":"unknown_estimator","expander":"unknown_expander","ignore_daemonsets_utilization":null,"balance_similar_node_groups":null,"expendable_pods_priority_cutoff":null,"scale_down_unneeded_time":null,"scale_down_utilization_threshold":null,"max_graceful_termination_sec":null},"auto_upgrade":{"enable":null,"maintenance_window":null},"open_id_connect_config":{"issuer_url":null,"client_id":null,"username_claim":null,"username_prefix":null,"groups_claim":null,"groups_prefix":null,"required_claim":null}}' - form: {} - headers: - Content-Type: - - application/json - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/764def72-38d6-486d-ae4d-dca8a8abfb81 - method: PATCH - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1652 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://764def72-38d6-486d-ae4d-dca8a8abfb81.api.k8s.fr-par.scw.cloud:6443","cni":"cilium","commitment_ends_at":"2025-10-30T09:25:56.703494Z","created_at":"2025-09-30T09:22:21.329687Z","description":"","dns_wildcard":"*.764def72-38d6-486d-ae4d-dca8a8abfb81.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"8664ad07-013d-4972-a0aa-88038c91e6d5","id":"764def72-38d6-486d-ae4d-dca8a8abfb81","name":"test-type-change","new_images_enabled":false,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"100.64.0.0/15","private_network_id":"04329939-ef6e-4e34-936a-b41177a6938f","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"10.32.0.0/20","service_dns_ip":"10.32.0.10","status":"updating","tags":["terraform-test","scaleway_k8s_cluster","type-change"],"type":"kapsule-dedicated-8","updated_at":"2025-09-30T09:28:14.836583Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1652" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:28:14 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 499b5ec7-04e2-43ba-b337-b8d5b4d206b5 - status: 200 OK - code: 200 - duration: 99.090792ms - - id: 49 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/764def72-38d6-486d-ae4d-dca8a8abfb81 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1616 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://764def72-38d6-486d-ae4d-dca8a8abfb81.api.k8s.fr-par.scw.cloud:6443","cni":"cilium","commitment_ends_at":"2025-10-30T09:25:56.703494Z","created_at":"2025-09-30T09:22:21.329687Z","description":"","dns_wildcard":"*.764def72-38d6-486d-ae4d-dca8a8abfb81.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"8664ad07-013d-4972-a0aa-88038c91e6d5","id":"764def72-38d6-486d-ae4d-dca8a8abfb81","name":"test-type-change","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":"04329939-ef6e-4e34-936a-b41177a6938f","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"","service_dns_ip":"","status":"updating","tags":["terraform-test","scaleway_k8s_cluster","type-change"],"type":"kapsule-dedicated-8","updated_at":"2025-09-30T09:28:14.836583Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1616" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:28:14 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 40e2bd94-2e23-4369-b76d-d1f3053ac97a - status: 200 OK - code: 200 - duration: 84.161542ms - - id: 50 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/764def72-38d6-486d-ae4d-dca8a8abfb81 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1613 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://764def72-38d6-486d-ae4d-dca8a8abfb81.api.k8s.fr-par.scw.cloud:6443","cni":"cilium","commitment_ends_at":"2025-10-30T09:25:56.703494Z","created_at":"2025-09-30T09:22:21.329687Z","description":"","dns_wildcard":"*.764def72-38d6-486d-ae4d-dca8a8abfb81.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"8664ad07-013d-4972-a0aa-88038c91e6d5","id":"764def72-38d6-486d-ae4d-dca8a8abfb81","name":"test-type-change","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":"04329939-ef6e-4e34-936a-b41177a6938f","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"","service_dns_ip":"","status":"ready","tags":["terraform-test","scaleway_k8s_cluster","type-change"],"type":"kapsule-dedicated-8","updated_at":"2025-09-30T09:31:57.942254Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1613" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:32:00 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 93c1fe85-4dd4-4879-964a-cc0974ab6ea2 - status: 200 OK - code: 200 - duration: 104.983166ms - - id: 51 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/764def72-38d6-486d-ae4d-dca8a8abfb81 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1613 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://764def72-38d6-486d-ae4d-dca8a8abfb81.api.k8s.fr-par.scw.cloud:6443","cni":"cilium","commitment_ends_at":"2025-10-30T09:25:56.703494Z","created_at":"2025-09-30T09:22:21.329687Z","description":"","dns_wildcard":"*.764def72-38d6-486d-ae4d-dca8a8abfb81.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"8664ad07-013d-4972-a0aa-88038c91e6d5","id":"764def72-38d6-486d-ae4d-dca8a8abfb81","name":"test-type-change","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":"04329939-ef6e-4e34-936a-b41177a6938f","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"","service_dns_ip":"","status":"ready","tags":["terraform-test","scaleway_k8s_cluster","type-change"],"type":"kapsule-dedicated-8","updated_at":"2025-09-30T09:31:57.942254Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1613" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:32:00 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 2d97a637-d84b-4472-b275-beb6bfd5a432 - status: 200 OK - code: 200 - duration: 92.736125ms - - id: 52 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/764def72-38d6-486d-ae4d-dca8a8abfb81/kubeconfig - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1666 - uncompressed: false - body: '{"content":"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogInRlc3QtdHlwZS1jaGFuZ2UiCiAgY2x1c3RlcjoKICAgIGNlcnRpZmljYXRlLWF1dGhvcml0eS1kYXRhOiBMUzB0TFMxQ1JVZEpUaUJEUlZKVVNVWkpRMEZVUlMwdExTMHRDazFKU1VKWGFrTkRRVkZIWjBGM1NVSkJaMGxDUVVSQlMwSm5aM0ZvYTJwUFVGRlJSRUZxUVZaTlVrMTNSVkZaUkZaUlVVUkZkM0J5WkZkS2JHTnROV3dLWkVkV2VrMUNORmhFVkVreFRVUnJlVTlVUVRWTmFrbDVUVlp2V0VSVVRURk5SR3Q1VDFSQk5VMXFTWGxOVm05M1JsUkZWRTFDUlVkQk1WVkZRWGhOU3dwaE0xWnBXbGhLZFZwWVVteGpla0phVFVKTlIwSjVjVWRUVFRRNVFXZEZSME5EY1VkVFRUUTVRWGRGU0VFd1NVRkNTRFJ4ZFVSalFXNVNTbXh4Y0hsMkNqVlRXbXhaZFRGWlZDOW5ha2xXWWxkT1ZEQkNMeXMyY0dsTGVVMUxjekZSVEhGSWRrSk9hMGxyWm5GYWJWZEtTalJQUWpaeGNsaFJjSGxGUWxwcmMxRUtPSEpyTms1R1YycFJha0pCVFVFMFIwRXhWV1JFZDBWQ0wzZFJSVUYzU1VOd1JFRlFRbWRPVmtoU1RVSkJaamhGUWxSQlJFRlJTQzlOUWpCSFFURlZaQXBFWjFGWFFrSlNiRkJVZDFWclJIZFlXREJZY0daeFUxVjVOelp1YzFBMmFuUkVRVXRDWjJkeGFHdHFUMUJSVVVSQlowNUlRVVJDUlVGcFFqZ3pjMWROQ2pWaVYwb3lNak5XUTFablJUWnlhek5CWTBoSk9FZElkbTVsZW14Slp6TkVURk14U0N0M1NXZFdLelZVU0ZJclF6bE1Ra3RVVFdsek0xZ3phV2xsWXpBS1RrcElZVTQyVVdSMFRXUlBaSGx4VUV4QlNUMEtMUzB0TFMxRlRrUWdRMFZTVkVsR1NVTkJWRVV0TFMwdExRbz0KICAgIHNlcnZlcjogaHR0cHM6Ly83NjRkZWY3Mi0zOGQ2LTQ4NmQtYWU0ZC1kY2E4YThhYmZiODEuYXBpLms4cy5mci1wYXIuc2N3LmNsb3VkOjY0NDMKY29udGV4dHM6Ci0gbmFtZTogYWRtaW5AdGVzdC10eXBlLWNoYW5nZQogIGNvbnRleHQ6CiAgICBjbHVzdGVyOiAidGVzdC10eXBlLWNoYW5nZSIKICAgIHVzZXI6IHRlc3QtdHlwZS1jaGFuZ2UtYWRtaW4KY3VycmVudC1jb250ZXh0OiBhZG1pbkB0ZXN0LXR5cGUtY2hhbmdlCmtpbmQ6IENvbmZpZwpwcmVmZXJlbmNlczoge30KdXNlcnM6Ci0gbmFtZTogdGVzdC10eXBlLWNoYW5nZS1hZG1pbgogIHVzZXI6CiAgICB0b2tlbjogOUNXSUZlWW1oZVdKbElBbmw3QTAxVVhKUmZwZFBScUtqdUhPbzQ2dkEzd2hCdHlJNkNETFFCZjc=","content_type":"application/octet-stream","name":"kubeconfig"}' - headers: - Content-Length: - - "1666" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:32:00 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 6b625bae-4016-4d6c-99c2-0c763e968177 - status: 200 OK - code: 200 - duration: 85.748792ms - - id: 53 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/764def72-38d6-486d-ae4d-dca8a8abfb81 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1613 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://764def72-38d6-486d-ae4d-dca8a8abfb81.api.k8s.fr-par.scw.cloud:6443","cni":"cilium","commitment_ends_at":"2025-10-30T09:25:56.703494Z","created_at":"2025-09-30T09:22:21.329687Z","description":"","dns_wildcard":"*.764def72-38d6-486d-ae4d-dca8a8abfb81.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"8664ad07-013d-4972-a0aa-88038c91e6d5","id":"764def72-38d6-486d-ae4d-dca8a8abfb81","name":"test-type-change","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":"04329939-ef6e-4e34-936a-b41177a6938f","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"","service_dns_ip":"","status":"ready","tags":["terraform-test","scaleway_k8s_cluster","type-change"],"type":"kapsule-dedicated-8","updated_at":"2025-09-30T09:31:57.942254Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1613" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:32:00 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - a14ded01-a926-496c-b059-e42833a8f337 - status: 200 OK - code: 200 - duration: 92.708459ms - - id: 54 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/fr-par/vpcs/a5cd8dff-ed19-4db5-a986-e55bbe4fa034 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 420 - uncompressed: false - body: '{"created_at":"2025-09-30T09:22:20.268698Z","custom_routes_propagation_enabled":true,"id":"a5cd8dff-ed19-4db5-a986-e55bbe4fa034","is_default":false,"name":"tf-vpc-vigorous-cannon","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","private_network_count":1,"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","routing_enabled":true,"tags":[],"updated_at":"2025-09-30T09:22:20.268698Z"}' - headers: - Content-Length: - - "420" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:32:00 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - ef86aae4-4c58-4793-bf52-10f1af24c7ad - status: 200 OK - code: 200 - duration: 25.257625ms - - id: 55 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks/04329939-ef6e-4e34-936a-b41177a6938f - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1087 - uncompressed: false - body: '{"created_at":"2025-09-30T09:22:20.398218Z","default_route_propagation_enabled":false,"dhcp_enabled":true,"id":"04329939-ef6e-4e34-936a-b41177a6938f","name":"test-type-change","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","subnets":[{"created_at":"2025-09-30T09:22:20.398218Z","id":"28e7c81b-0f16-42e1-b502-684f65d82bfa","private_network_id":"04329939-ef6e-4e34-936a-b41177a6938f","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","subnet":"172.17.192.0/22","updated_at":"2025-09-30T09:22:20.398218Z","vpc_id":"a5cd8dff-ed19-4db5-a986-e55bbe4fa034"},{"created_at":"2025-09-30T09:22:20.398218Z","id":"57d0f67e-55fb-4b01-bb22-f7943ffdfd31","private_network_id":"04329939-ef6e-4e34-936a-b41177a6938f","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","subnet":"fd5f:519c:6d46:391a::/64","updated_at":"2025-09-30T09:22:20.398218Z","vpc_id":"a5cd8dff-ed19-4db5-a986-e55bbe4fa034"}],"tags":[],"updated_at":"2025-09-30T09:22:20.398218Z","vpc_id":"a5cd8dff-ed19-4db5-a986-e55bbe4fa034"}' - headers: - Content-Length: - - "1087" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:32:00 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 4b81c170-c5c3-4c9e-834a-42f48bfeefa2 - status: 200 OK - code: 200 - duration: 27.954042ms - - id: 56 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/764def72-38d6-486d-ae4d-dca8a8abfb81 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1613 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://764def72-38d6-486d-ae4d-dca8a8abfb81.api.k8s.fr-par.scw.cloud:6443","cni":"cilium","commitment_ends_at":"2025-10-30T09:25:56.703494Z","created_at":"2025-09-30T09:22:21.329687Z","description":"","dns_wildcard":"*.764def72-38d6-486d-ae4d-dca8a8abfb81.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"8664ad07-013d-4972-a0aa-88038c91e6d5","id":"764def72-38d6-486d-ae4d-dca8a8abfb81","name":"test-type-change","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":"04329939-ef6e-4e34-936a-b41177a6938f","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"","service_dns_ip":"","status":"ready","tags":["terraform-test","scaleway_k8s_cluster","type-change"],"type":"kapsule-dedicated-8","updated_at":"2025-09-30T09:31:57.942254Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1613" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:32:00 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 7a2a0acf-7732-4bda-823a-64496918e651 - status: 200 OK - code: 200 - duration: 87.471959ms - - id: 57 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/764def72-38d6-486d-ae4d-dca8a8abfb81/kubeconfig - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1666 - uncompressed: false - body: '{"content":"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogInRlc3QtdHlwZS1jaGFuZ2UiCiAgY2x1c3RlcjoKICAgIGNlcnRpZmljYXRlLWF1dGhvcml0eS1kYXRhOiBMUzB0TFMxQ1JVZEpUaUJEUlZKVVNVWkpRMEZVUlMwdExTMHRDazFKU1VKWGFrTkRRVkZIWjBGM1NVSkJaMGxDUVVSQlMwSm5aM0ZvYTJwUFVGRlJSRUZxUVZaTlVrMTNSVkZaUkZaUlVVUkZkM0J5WkZkS2JHTnROV3dLWkVkV2VrMUNORmhFVkVreFRVUnJlVTlVUVRWTmFrbDVUVlp2V0VSVVRURk5SR3Q1VDFSQk5VMXFTWGxOVm05M1JsUkZWRTFDUlVkQk1WVkZRWGhOU3dwaE0xWnBXbGhLZFZwWVVteGpla0phVFVKTlIwSjVjVWRUVFRRNVFXZEZSME5EY1VkVFRUUTVRWGRGU0VFd1NVRkNTRFJ4ZFVSalFXNVNTbXh4Y0hsMkNqVlRXbXhaZFRGWlZDOW5ha2xXWWxkT1ZEQkNMeXMyY0dsTGVVMUxjekZSVEhGSWRrSk9hMGxyWm5GYWJWZEtTalJQUWpaeGNsaFJjSGxGUWxwcmMxRUtPSEpyTms1R1YycFJha0pCVFVFMFIwRXhWV1JFZDBWQ0wzZFJSVUYzU1VOd1JFRlFRbWRPVmtoU1RVSkJaamhGUWxSQlJFRlJTQzlOUWpCSFFURlZaQXBFWjFGWFFrSlNiRkJVZDFWclJIZFlXREJZY0daeFUxVjVOelp1YzFBMmFuUkVRVXRDWjJkeGFHdHFUMUJSVVVSQlowNUlRVVJDUlVGcFFqZ3pjMWROQ2pWaVYwb3lNak5XUTFablJUWnlhek5CWTBoSk9FZElkbTVsZW14Slp6TkVURk14U0N0M1NXZFdLelZVU0ZJclF6bE1Ra3RVVFdsek0xZ3phV2xsWXpBS1RrcElZVTQyVVdSMFRXUlBaSGx4VUV4QlNUMEtMUzB0TFMxRlRrUWdRMFZTVkVsR1NVTkJWRVV0TFMwdExRbz0KICAgIHNlcnZlcjogaHR0cHM6Ly83NjRkZWY3Mi0zOGQ2LTQ4NmQtYWU0ZC1kY2E4YThhYmZiODEuYXBpLms4cy5mci1wYXIuc2N3LmNsb3VkOjY0NDMKY29udGV4dHM6Ci0gbmFtZTogYWRtaW5AdGVzdC10eXBlLWNoYW5nZQogIGNvbnRleHQ6CiAgICBjbHVzdGVyOiAidGVzdC10eXBlLWNoYW5nZSIKICAgIHVzZXI6IHRlc3QtdHlwZS1jaGFuZ2UtYWRtaW4KY3VycmVudC1jb250ZXh0OiBhZG1pbkB0ZXN0LXR5cGUtY2hhbmdlCmtpbmQ6IENvbmZpZwpwcmVmZXJlbmNlczoge30KdXNlcnM6Ci0gbmFtZTogdGVzdC10eXBlLWNoYW5nZS1hZG1pbgogIHVzZXI6CiAgICB0b2tlbjogOUNXSUZlWW1oZVdKbElBbmw3QTAxVVhKUmZwZFBScUtqdUhPbzQ2dkEzd2hCdHlJNkNETFFCZjc=","content_type":"application/octet-stream","name":"kubeconfig"}' - headers: - Content-Length: - - "1666" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:32:00 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - b49128b3-cedd-469f-b065-53f10e9ef3b2 - status: 200 OK - code: 200 - duration: 78.304333ms - - id: 58 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/fr-par/vpcs/a5cd8dff-ed19-4db5-a986-e55bbe4fa034 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 420 - uncompressed: false - body: '{"created_at":"2025-09-30T09:22:20.268698Z","custom_routes_propagation_enabled":true,"id":"a5cd8dff-ed19-4db5-a986-e55bbe4fa034","is_default":false,"name":"tf-vpc-vigorous-cannon","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","private_network_count":1,"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","routing_enabled":true,"tags":[],"updated_at":"2025-09-30T09:22:20.268698Z"}' - headers: - Content-Length: - - "420" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:32:01 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 52e8eb15-21c9-4443-91c9-4a37157a3a2c - status: 200 OK - code: 200 - duration: 33.489375ms - - id: 59 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks/04329939-ef6e-4e34-936a-b41177a6938f - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1087 - uncompressed: false - body: '{"created_at":"2025-09-30T09:22:20.398218Z","default_route_propagation_enabled":false,"dhcp_enabled":true,"id":"04329939-ef6e-4e34-936a-b41177a6938f","name":"test-type-change","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","subnets":[{"created_at":"2025-09-30T09:22:20.398218Z","id":"28e7c81b-0f16-42e1-b502-684f65d82bfa","private_network_id":"04329939-ef6e-4e34-936a-b41177a6938f","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","subnet":"172.17.192.0/22","updated_at":"2025-09-30T09:22:20.398218Z","vpc_id":"a5cd8dff-ed19-4db5-a986-e55bbe4fa034"},{"created_at":"2025-09-30T09:22:20.398218Z","id":"57d0f67e-55fb-4b01-bb22-f7943ffdfd31","private_network_id":"04329939-ef6e-4e34-936a-b41177a6938f","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","subnet":"fd5f:519c:6d46:391a::/64","updated_at":"2025-09-30T09:22:20.398218Z","vpc_id":"a5cd8dff-ed19-4db5-a986-e55bbe4fa034"}],"tags":[],"updated_at":"2025-09-30T09:22:20.398218Z","vpc_id":"a5cd8dff-ed19-4db5-a986-e55bbe4fa034"}' - headers: - Content-Length: - - "1087" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:32:01 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 77509409-b97d-43ce-bba3-983cda14d6f0 - status: 200 OK - code: 200 - duration: 38.117708ms - - id: 60 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/764def72-38d6-486d-ae4d-dca8a8abfb81 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1613 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://764def72-38d6-486d-ae4d-dca8a8abfb81.api.k8s.fr-par.scw.cloud:6443","cni":"cilium","commitment_ends_at":"2025-10-30T09:25:56.703494Z","created_at":"2025-09-30T09:22:21.329687Z","description":"","dns_wildcard":"*.764def72-38d6-486d-ae4d-dca8a8abfb81.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"8664ad07-013d-4972-a0aa-88038c91e6d5","id":"764def72-38d6-486d-ae4d-dca8a8abfb81","name":"test-type-change","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":"04329939-ef6e-4e34-936a-b41177a6938f","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"","service_dns_ip":"","status":"ready","tags":["terraform-test","scaleway_k8s_cluster","type-change"],"type":"kapsule-dedicated-8","updated_at":"2025-09-30T09:31:57.942254Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1613" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:32:01 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - c19db4d3-0c39-4b79-8e7c-00d12a14dee0 - status: 200 OK - code: 200 - duration: 91.815041ms - - id: 61 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/764def72-38d6-486d-ae4d-dca8a8abfb81/kubeconfig - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1666 - uncompressed: false - body: '{"content":"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogInRlc3QtdHlwZS1jaGFuZ2UiCiAgY2x1c3RlcjoKICAgIGNlcnRpZmljYXRlLWF1dGhvcml0eS1kYXRhOiBMUzB0TFMxQ1JVZEpUaUJEUlZKVVNVWkpRMEZVUlMwdExTMHRDazFKU1VKWGFrTkRRVkZIWjBGM1NVSkJaMGxDUVVSQlMwSm5aM0ZvYTJwUFVGRlJSRUZxUVZaTlVrMTNSVkZaUkZaUlVVUkZkM0J5WkZkS2JHTnROV3dLWkVkV2VrMUNORmhFVkVreFRVUnJlVTlVUVRWTmFrbDVUVlp2V0VSVVRURk5SR3Q1VDFSQk5VMXFTWGxOVm05M1JsUkZWRTFDUlVkQk1WVkZRWGhOU3dwaE0xWnBXbGhLZFZwWVVteGpla0phVFVKTlIwSjVjVWRUVFRRNVFXZEZSME5EY1VkVFRUUTVRWGRGU0VFd1NVRkNTRFJ4ZFVSalFXNVNTbXh4Y0hsMkNqVlRXbXhaZFRGWlZDOW5ha2xXWWxkT1ZEQkNMeXMyY0dsTGVVMUxjekZSVEhGSWRrSk9hMGxyWm5GYWJWZEtTalJQUWpaeGNsaFJjSGxGUWxwcmMxRUtPSEpyTms1R1YycFJha0pCVFVFMFIwRXhWV1JFZDBWQ0wzZFJSVUYzU1VOd1JFRlFRbWRPVmtoU1RVSkJaamhGUWxSQlJFRlJTQzlOUWpCSFFURlZaQXBFWjFGWFFrSlNiRkJVZDFWclJIZFlXREJZY0daeFUxVjVOelp1YzFBMmFuUkVRVXRDWjJkeGFHdHFUMUJSVVVSQlowNUlRVVJDUlVGcFFqZ3pjMWROQ2pWaVYwb3lNak5XUTFablJUWnlhek5CWTBoSk9FZElkbTVsZW14Slp6TkVURk14U0N0M1NXZFdLelZVU0ZJclF6bE1Ra3RVVFdsek0xZ3phV2xsWXpBS1RrcElZVTQyVVdSMFRXUlBaSGx4VUV4QlNUMEtMUzB0TFMxRlRrUWdRMFZTVkVsR1NVTkJWRVV0TFMwdExRbz0KICAgIHNlcnZlcjogaHR0cHM6Ly83NjRkZWY3Mi0zOGQ2LTQ4NmQtYWU0ZC1kY2E4YThhYmZiODEuYXBpLms4cy5mci1wYXIuc2N3LmNsb3VkOjY0NDMKY29udGV4dHM6Ci0gbmFtZTogYWRtaW5AdGVzdC10eXBlLWNoYW5nZQogIGNvbnRleHQ6CiAgICBjbHVzdGVyOiAidGVzdC10eXBlLWNoYW5nZSIKICAgIHVzZXI6IHRlc3QtdHlwZS1jaGFuZ2UtYWRtaW4KY3VycmVudC1jb250ZXh0OiBhZG1pbkB0ZXN0LXR5cGUtY2hhbmdlCmtpbmQ6IENvbmZpZwpwcmVmZXJlbmNlczoge30KdXNlcnM6Ci0gbmFtZTogdGVzdC10eXBlLWNoYW5nZS1hZG1pbgogIHVzZXI6CiAgICB0b2tlbjogOUNXSUZlWW1oZVdKbElBbmw3QTAxVVhKUmZwZFBScUtqdUhPbzQ2dkEzd2hCdHlJNkNETFFCZjc=","content_type":"application/octet-stream","name":"kubeconfig"}' - headers: - Content-Length: - - "1666" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:32:01 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 9aeecbc0-e335-41a2-be39-d0a6de0c27f8 - status: 200 OK - code: 200 - duration: 103.295875ms - - id: 62 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/764def72-38d6-486d-ae4d-dca8a8abfb81/available-types - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 286 - uncompressed: false - body: '{"cluster_types":[{"audit_logs_supported":true,"availability":"available","commitment_delay":"2592000s","dedicated":true,"max_etcd_size":200000000,"max_nodes":500,"memory":16000000000,"name":"kapsule-dedicated-16","resiliency":"high_availability","sla":99.5}],"total_count":1}' - headers: - Content-Length: - - "286" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:32:01 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 0d65b59b-fe0b-4fc1-8e88-b3196f3ff603 - status: 200 OK - code: 200 - duration: 190.573833ms - - id: 63 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/764def72-38d6-486d-ae4d-dca8a8abfb81?with_additional_resources=false - method: DELETE - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1652 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://764def72-38d6-486d-ae4d-dca8a8abfb81.api.k8s.fr-par.scw.cloud:6443","cni":"cilium","commitment_ends_at":"2025-10-30T09:25:56.703494Z","created_at":"2025-09-30T09:22:21.329687Z","description":"","dns_wildcard":"*.764def72-38d6-486d-ae4d-dca8a8abfb81.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"8664ad07-013d-4972-a0aa-88038c91e6d5","id":"764def72-38d6-486d-ae4d-dca8a8abfb81","name":"test-type-change","new_images_enabled":false,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"100.64.0.0/15","private_network_id":"04329939-ef6e-4e34-936a-b41177a6938f","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"10.32.0.0/20","service_dns_ip":"10.32.0.10","status":"deleting","tags":["terraform-test","scaleway_k8s_cluster","type-change"],"type":"kapsule-dedicated-8","updated_at":"2025-09-30T09:32:01.739997Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1652" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:32:01 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 335a0304-7169-4417-a1f1-19af41368d98 - status: 200 OK - code: 200 - duration: 179.158333ms - - id: 64 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/764def72-38d6-486d-ae4d-dca8a8abfb81 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1616 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://764def72-38d6-486d-ae4d-dca8a8abfb81.api.k8s.fr-par.scw.cloud:6443","cni":"cilium","commitment_ends_at":"2025-10-30T09:25:56.703494Z","created_at":"2025-09-30T09:22:21.329687Z","description":"","dns_wildcard":"*.764def72-38d6-486d-ae4d-dca8a8abfb81.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"8664ad07-013d-4972-a0aa-88038c91e6d5","id":"764def72-38d6-486d-ae4d-dca8a8abfb81","name":"test-type-change","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":"04329939-ef6e-4e34-936a-b41177a6938f","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"","service_dns_ip":"","status":"deleting","tags":["terraform-test","scaleway_k8s_cluster","type-change"],"type":"kapsule-dedicated-8","updated_at":"2025-09-30T09:32:01.739997Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1616" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:32:01 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 46016a0b-eaef-4153-9b80-83e69fcb567c - status: 200 OK - code: 200 - duration: 79.701292ms - - id: 65 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/764def72-38d6-486d-ae4d-dca8a8abfb81 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 128 - uncompressed: false - body: '{"message":"resource is not found","resource":"cluster","resource_id":"764def72-38d6-486d-ae4d-dca8a8abfb81","type":"not_found"}' - headers: - Content-Length: - - "128" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:32:06 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 2625c57b-c110-4d9a-b416-691a6c92ed5f - status: 404 Not Found - code: 404 - duration: 24.5905ms - - id: 66 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks/04329939-ef6e-4e34-936a-b41177a6938f - method: DELETE - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 0 - uncompressed: false - body: "" - headers: - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:32:08 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 1ef8bdba-e82c-4c5e-89a9-4bbcfb92e8fe - status: 204 No Content - code: 204 - duration: 1.39660725s - - id: 67 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/fr-par/vpcs/a5cd8dff-ed19-4db5-a986-e55bbe4fa034 - method: DELETE - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 0 - uncompressed: false - body: "" - headers: - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:32:08 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 41515d08-b88b-4d45-9f38-dbbba6714211 - status: 204 No Content - code: 204 - duration: 125.355417ms - - id: 68 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 661 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: '{"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","type":"multicloud-dedicated-4","name":"test-type-change","description":"","tags":["terraform-test","scaleway_k8s_cluster","type-change"],"version":"1.34.1","cni":"kilo","pools":null,"autoscaler_config":{"scale_down_disabled":null,"scale_down_delay_after_add":null,"estimator":"unknown_estimator","expander":"unknown_expander","ignore_daemonsets_utilization":null,"balance_similar_node_groups":null,"expendable_pods_priority_cutoff":0,"scale_down_unneeded_time":null,"scale_down_utilization_threshold":null,"max_graceful_termination_sec":0},"feature_gates":[],"admission_plugins":[],"apiserver_cert_sans":[]}' - form: {} - headers: - Content-Type: - - application/json - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters - method: POST - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1583 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://b4470d84-fce6-45de-b0a7-42778b0e520a.api.k8s.fr-par.scw.cloud:6443","cni":"kilo","commitment_ends_at":"2025-10-30T09:32:08.740483Z","created_at":"2025-09-30T09:32:08.740467Z","description":"","dns_wildcard":"*.b4470d84-fce6-45de-b0a7-42778b0e520a.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"","id":"b4470d84-fce6-45de-b0a7-42778b0e520a","name":"test-type-change","new_images_enabled":false,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"100.64.0.0/15","private_network_id":null,"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"10.32.0.0/20","service_dns_ip":"10.32.0.10","status":"creating","tags":["terraform-test","scaleway_k8s_cluster","type-change"],"type":"multicloud-dedicated-4","updated_at":"2025-09-30T09:32:08.740467Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1583" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:32:08 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - e6d24887-1f21-4c1c-bfb3-651ed19a5744 - status: 200 OK - code: 200 - duration: 296.733125ms - - id: 69 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/b4470d84-fce6-45de-b0a7-42778b0e520a - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1547 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://b4470d84-fce6-45de-b0a7-42778b0e520a.api.k8s.fr-par.scw.cloud:6443","cni":"kilo","commitment_ends_at":"2025-10-30T09:32:08.740483Z","created_at":"2025-09-30T09:32:08.740467Z","description":"","dns_wildcard":"*.b4470d84-fce6-45de-b0a7-42778b0e520a.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"","id":"b4470d84-fce6-45de-b0a7-42778b0e520a","name":"test-type-change","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":null,"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"","service_dns_ip":"","status":"creating","tags":["terraform-test","scaleway_k8s_cluster","type-change"],"type":"multicloud-dedicated-4","updated_at":"2025-09-30T09:32:08.740467Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1547" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:32:08 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - b3977fde-8fd5-48d2-a23c-3c30868b7af3 - status: 200 OK - code: 200 - duration: 94.05325ms - - id: 70 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/b4470d84-fce6-45de-b0a7-42778b0e520a - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1580 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://b4470d84-fce6-45de-b0a7-42778b0e520a.api.k8s.fr-par.scw.cloud:6443","cni":"kilo","commitment_ends_at":"2025-10-30T09:32:08.740483Z","created_at":"2025-09-30T09:32:08.740467Z","description":"","dns_wildcard":"*.b4470d84-fce6-45de-b0a7-42778b0e520a.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"087ccebf-19bf-4dbf-a3fd-8bb05a92884b","id":"b4470d84-fce6-45de-b0a7-42778b0e520a","name":"test-type-change","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":null,"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"","service_dns_ip":"","status":"ready","tags":["terraform-test","scaleway_k8s_cluster","type-change"],"type":"multicloud-dedicated-4","updated_at":"2025-09-30T09:35:07.860605Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1580" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:35:12 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 874062f5-4016-4349-869b-9d93b75151df - status: 200 OK - code: 200 - duration: 79.950125ms - - id: 71 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/b4470d84-fce6-45de-b0a7-42778b0e520a - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1580 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://b4470d84-fce6-45de-b0a7-42778b0e520a.api.k8s.fr-par.scw.cloud:6443","cni":"kilo","commitment_ends_at":"2025-10-30T09:32:08.740483Z","created_at":"2025-09-30T09:32:08.740467Z","description":"","dns_wildcard":"*.b4470d84-fce6-45de-b0a7-42778b0e520a.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"087ccebf-19bf-4dbf-a3fd-8bb05a92884b","id":"b4470d84-fce6-45de-b0a7-42778b0e520a","name":"test-type-change","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":null,"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"","service_dns_ip":"","status":"ready","tags":["terraform-test","scaleway_k8s_cluster","type-change"],"type":"multicloud-dedicated-4","updated_at":"2025-09-30T09:35:07.860605Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1580" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:35:13 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 5a409fbc-44d9-42ad-a986-f5851642d0f9 - status: 200 OK - code: 200 - duration: 100.873375ms - - id: 72 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/b4470d84-fce6-45de-b0a7-42778b0e520a/kubeconfig - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1666 - uncompressed: false - body: '{"content":"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogInRlc3QtdHlwZS1jaGFuZ2UiCiAgY2x1c3RlcjoKICAgIGNlcnRpZmljYXRlLWF1dGhvcml0eS1kYXRhOiBMUzB0TFMxQ1JVZEpUaUJEUlZKVVNVWkpRMEZVUlMwdExTMHRDazFKU1VKWGVrTkRRVkZIWjBGM1NVSkJaMGxDUVVSQlMwSm5aM0ZvYTJwUFVGRlJSRUZxUVZaTlVrMTNSVkZaUkZaUlVVUkZkM0J5WkZkS2JHTnROV3dLWkVkV2VrMUNORmhFVkVreFRVUnJlVTlVUVRWTmVrbDNUMFp2V0VSVVRURk5SR3Q1VDFSQk5VMTZTWGRQUm05M1JsUkZWRTFDUlVkQk1WVkZRWGhOU3dwaE0xWnBXbGhLZFZwWVVteGpla0phVFVKTlIwSjVjVWRUVFRRNVFXZEZSME5EY1VkVFRUUTVRWGRGU0VFd1NVRkNUVUozTlVkWU5YZDRNRVpPY1c5d0NuRlNjbFJ6UkhZMVltd3lTbFZqVmxGeWNqRkVkWFZuVkVkMFVuZHRkQ3N6VURGNmVUSXpiRWx0TkVKa2JFbFRXbVJpU1dWd1RqRjVkV1pFYUVwbmEyY0tWblpWVm5Bd2FXcFJha0pCVFVFMFIwRXhWV1JFZDBWQ0wzZFJSVUYzU1VOd1JFRlFRbWRPVmtoU1RVSkJaamhGUWxSQlJFRlJTQzlOUWpCSFFURlZaQXBFWjFGWFFrSlRWV041YWtrelV5dE1VR1pYTlhOamQwOXpaV3ROU3pkNlZrVlVRVXRDWjJkeGFHdHFUMUJSVVVSQlowNUpRVVJDUmtGcFJVRnhPVVkyQ2pRelRXUjZNMmxWU0ZWWlVubExTa2MxU1cwNFdIbHFVRkppVjBkeVJtcGFXalJQWmxaVFZVTkpTRU5DT1RkWmIwbG9XV3hRVWxOUGMzYzJRM2hwVEdvS05reGphMlEyTnlzeEx5dHNXQ3RTYjJwREwxZ0tMUzB0TFMxRlRrUWdRMFZTVkVsR1NVTkJWRVV0TFMwdExRbz0KICAgIHNlcnZlcjogaHR0cHM6Ly9iNDQ3MGQ4NC1mY2U2LTQ1ZGUtYjBhNy00Mjc3OGIwZTUyMGEuYXBpLms4cy5mci1wYXIuc2N3LmNsb3VkOjY0NDMKY29udGV4dHM6Ci0gbmFtZTogYWRtaW5AdGVzdC10eXBlLWNoYW5nZQogIGNvbnRleHQ6CiAgICBjbHVzdGVyOiAidGVzdC10eXBlLWNoYW5nZSIKICAgIHVzZXI6IHRlc3QtdHlwZS1jaGFuZ2UtYWRtaW4KY3VycmVudC1jb250ZXh0OiBhZG1pbkB0ZXN0LXR5cGUtY2hhbmdlCmtpbmQ6IENvbmZpZwpwcmVmZXJlbmNlczoge30KdXNlcnM6Ci0gbmFtZTogdGVzdC10eXBlLWNoYW5nZS1hZG1pbgogIHVzZXI6CiAgICB0b2tlbjogSW9wSmVKMWg2aFNVZGcxUFBWR2FJQkNnanhWTjV1SXpyMlJOYXhybEtWUzNFamdZeVZJSjN2czI=","content_type":"application/octet-stream","name":"kubeconfig"}' - headers: - Content-Length: - - "1666" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:35:13 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - c0461f74-7a40-4b5c-8033-579290bd14e3 - status: 200 OK - code: 200 - duration: 88.865708ms - - id: 73 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/b4470d84-fce6-45de-b0a7-42778b0e520a - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1580 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://b4470d84-fce6-45de-b0a7-42778b0e520a.api.k8s.fr-par.scw.cloud:6443","cni":"kilo","commitment_ends_at":"2025-10-30T09:32:08.740483Z","created_at":"2025-09-30T09:32:08.740467Z","description":"","dns_wildcard":"*.b4470d84-fce6-45de-b0a7-42778b0e520a.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"087ccebf-19bf-4dbf-a3fd-8bb05a92884b","id":"b4470d84-fce6-45de-b0a7-42778b0e520a","name":"test-type-change","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":null,"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"","service_dns_ip":"","status":"ready","tags":["terraform-test","scaleway_k8s_cluster","type-change"],"type":"multicloud-dedicated-4","updated_at":"2025-09-30T09:35:07.860605Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1580" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:35:13 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - e5cac5ed-d578-4f51-8e5a-59d5d9ca44af - status: 200 OK - code: 200 - duration: 92.171875ms - - id: 74 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/b4470d84-fce6-45de-b0a7-42778b0e520a - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1580 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://b4470d84-fce6-45de-b0a7-42778b0e520a.api.k8s.fr-par.scw.cloud:6443","cni":"kilo","commitment_ends_at":"2025-10-30T09:32:08.740483Z","created_at":"2025-09-30T09:32:08.740467Z","description":"","dns_wildcard":"*.b4470d84-fce6-45de-b0a7-42778b0e520a.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"087ccebf-19bf-4dbf-a3fd-8bb05a92884b","id":"b4470d84-fce6-45de-b0a7-42778b0e520a","name":"test-type-change","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":null,"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"","service_dns_ip":"","status":"ready","tags":["terraform-test","scaleway_k8s_cluster","type-change"],"type":"multicloud-dedicated-4","updated_at":"2025-09-30T09:35:07.860605Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1580" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:35:13 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 782b90b4-21c6-4920-8ae9-f931eb93d48d - status: 200 OK - code: 200 - duration: 103.541666ms - - id: 75 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/b4470d84-fce6-45de-b0a7-42778b0e520a/kubeconfig - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1666 - uncompressed: false - body: '{"content":"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogInRlc3QtdHlwZS1jaGFuZ2UiCiAgY2x1c3RlcjoKICAgIGNlcnRpZmljYXRlLWF1dGhvcml0eS1kYXRhOiBMUzB0TFMxQ1JVZEpUaUJEUlZKVVNVWkpRMEZVUlMwdExTMHRDazFKU1VKWGVrTkRRVkZIWjBGM1NVSkJaMGxDUVVSQlMwSm5aM0ZvYTJwUFVGRlJSRUZxUVZaTlVrMTNSVkZaUkZaUlVVUkZkM0J5WkZkS2JHTnROV3dLWkVkV2VrMUNORmhFVkVreFRVUnJlVTlVUVRWTmVrbDNUMFp2V0VSVVRURk5SR3Q1VDFSQk5VMTZTWGRQUm05M1JsUkZWRTFDUlVkQk1WVkZRWGhOU3dwaE0xWnBXbGhLZFZwWVVteGpla0phVFVKTlIwSjVjVWRUVFRRNVFXZEZSME5EY1VkVFRUUTVRWGRGU0VFd1NVRkNUVUozTlVkWU5YZDRNRVpPY1c5d0NuRlNjbFJ6UkhZMVltd3lTbFZqVmxGeWNqRkVkWFZuVkVkMFVuZHRkQ3N6VURGNmVUSXpiRWx0TkVKa2JFbFRXbVJpU1dWd1RqRjVkV1pFYUVwbmEyY0tWblpWVm5Bd2FXcFJha0pCVFVFMFIwRXhWV1JFZDBWQ0wzZFJSVUYzU1VOd1JFRlFRbWRPVmtoU1RVSkJaamhGUWxSQlJFRlJTQzlOUWpCSFFURlZaQXBFWjFGWFFrSlRWV041YWtrelV5dE1VR1pYTlhOamQwOXpaV3ROU3pkNlZrVlVRVXRDWjJkeGFHdHFUMUJSVVVSQlowNUpRVVJDUmtGcFJVRnhPVVkyQ2pRelRXUjZNMmxWU0ZWWlVubExTa2MxU1cwNFdIbHFVRkppVjBkeVJtcGFXalJQWmxaVFZVTkpTRU5DT1RkWmIwbG9XV3hRVWxOUGMzYzJRM2hwVEdvS05reGphMlEyTnlzeEx5dHNXQ3RTYjJwREwxZ0tMUzB0TFMxRlRrUWdRMFZTVkVsR1NVTkJWRVV0TFMwdExRbz0KICAgIHNlcnZlcjogaHR0cHM6Ly9iNDQ3MGQ4NC1mY2U2LTQ1ZGUtYjBhNy00Mjc3OGIwZTUyMGEuYXBpLms4cy5mci1wYXIuc2N3LmNsb3VkOjY0NDMKY29udGV4dHM6Ci0gbmFtZTogYWRtaW5AdGVzdC10eXBlLWNoYW5nZQogIGNvbnRleHQ6CiAgICBjbHVzdGVyOiAidGVzdC10eXBlLWNoYW5nZSIKICAgIHVzZXI6IHRlc3QtdHlwZS1jaGFuZ2UtYWRtaW4KY3VycmVudC1jb250ZXh0OiBhZG1pbkB0ZXN0LXR5cGUtY2hhbmdlCmtpbmQ6IENvbmZpZwpwcmVmZXJlbmNlczoge30KdXNlcnM6Ci0gbmFtZTogdGVzdC10eXBlLWNoYW5nZS1hZG1pbgogIHVzZXI6CiAgICB0b2tlbjogSW9wSmVKMWg2aFNVZGcxUFBWR2FJQkNnanhWTjV1SXpyMlJOYXhybEtWUzNFamdZeVZJSjN2czI=","content_type":"application/octet-stream","name":"kubeconfig"}' - headers: - Content-Length: - - "1666" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:35:13 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 7585419e-7780-4bc2-a3c7-5bec9c9b8fff - status: 200 OK - code: 200 - duration: 93.8075ms - - id: 76 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/b4470d84-fce6-45de-b0a7-42778b0e520a - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1580 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://b4470d84-fce6-45de-b0a7-42778b0e520a.api.k8s.fr-par.scw.cloud:6443","cni":"kilo","commitment_ends_at":"2025-10-30T09:32:08.740483Z","created_at":"2025-09-30T09:32:08.740467Z","description":"","dns_wildcard":"*.b4470d84-fce6-45de-b0a7-42778b0e520a.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"087ccebf-19bf-4dbf-a3fd-8bb05a92884b","id":"b4470d84-fce6-45de-b0a7-42778b0e520a","name":"test-type-change","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":null,"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"","service_dns_ip":"","status":"ready","tags":["terraform-test","scaleway_k8s_cluster","type-change"],"type":"multicloud-dedicated-4","updated_at":"2025-09-30T09:35:07.860605Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1580" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:35:14 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 4d7fe15c-ea0e-4426-b4bb-7e26e862f62e - status: 200 OK - code: 200 - duration: 82.524042ms - - id: 77 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/b4470d84-fce6-45de-b0a7-42778b0e520a/kubeconfig - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1666 - uncompressed: false - body: '{"content":"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogInRlc3QtdHlwZS1jaGFuZ2UiCiAgY2x1c3RlcjoKICAgIGNlcnRpZmljYXRlLWF1dGhvcml0eS1kYXRhOiBMUzB0TFMxQ1JVZEpUaUJEUlZKVVNVWkpRMEZVUlMwdExTMHRDazFKU1VKWGVrTkRRVkZIWjBGM1NVSkJaMGxDUVVSQlMwSm5aM0ZvYTJwUFVGRlJSRUZxUVZaTlVrMTNSVkZaUkZaUlVVUkZkM0J5WkZkS2JHTnROV3dLWkVkV2VrMUNORmhFVkVreFRVUnJlVTlVUVRWTmVrbDNUMFp2V0VSVVRURk5SR3Q1VDFSQk5VMTZTWGRQUm05M1JsUkZWRTFDUlVkQk1WVkZRWGhOU3dwaE0xWnBXbGhLZFZwWVVteGpla0phVFVKTlIwSjVjVWRUVFRRNVFXZEZSME5EY1VkVFRUUTVRWGRGU0VFd1NVRkNUVUozTlVkWU5YZDRNRVpPY1c5d0NuRlNjbFJ6UkhZMVltd3lTbFZqVmxGeWNqRkVkWFZuVkVkMFVuZHRkQ3N6VURGNmVUSXpiRWx0TkVKa2JFbFRXbVJpU1dWd1RqRjVkV1pFYUVwbmEyY0tWblpWVm5Bd2FXcFJha0pCVFVFMFIwRXhWV1JFZDBWQ0wzZFJSVUYzU1VOd1JFRlFRbWRPVmtoU1RVSkJaamhGUWxSQlJFRlJTQzlOUWpCSFFURlZaQXBFWjFGWFFrSlRWV041YWtrelV5dE1VR1pYTlhOamQwOXpaV3ROU3pkNlZrVlVRVXRDWjJkeGFHdHFUMUJSVVVSQlowNUpRVVJDUmtGcFJVRnhPVVkyQ2pRelRXUjZNMmxWU0ZWWlVubExTa2MxU1cwNFdIbHFVRkppVjBkeVJtcGFXalJQWmxaVFZVTkpTRU5DT1RkWmIwbG9XV3hRVWxOUGMzYzJRM2hwVEdvS05reGphMlEyTnlzeEx5dHNXQ3RTYjJwREwxZ0tMUzB0TFMxRlRrUWdRMFZTVkVsR1NVTkJWRVV0TFMwdExRbz0KICAgIHNlcnZlcjogaHR0cHM6Ly9iNDQ3MGQ4NC1mY2U2LTQ1ZGUtYjBhNy00Mjc3OGIwZTUyMGEuYXBpLms4cy5mci1wYXIuc2N3LmNsb3VkOjY0NDMKY29udGV4dHM6Ci0gbmFtZTogYWRtaW5AdGVzdC10eXBlLWNoYW5nZQogIGNvbnRleHQ6CiAgICBjbHVzdGVyOiAidGVzdC10eXBlLWNoYW5nZSIKICAgIHVzZXI6IHRlc3QtdHlwZS1jaGFuZ2UtYWRtaW4KY3VycmVudC1jb250ZXh0OiBhZG1pbkB0ZXN0LXR5cGUtY2hhbmdlCmtpbmQ6IENvbmZpZwpwcmVmZXJlbmNlczoge30KdXNlcnM6Ci0gbmFtZTogdGVzdC10eXBlLWNoYW5nZS1hZG1pbgogIHVzZXI6CiAgICB0b2tlbjogSW9wSmVKMWg2aFNVZGcxUFBWR2FJQkNnanhWTjV1SXpyMlJOYXhybEtWUzNFamdZeVZJSjN2czI=","content_type":"application/octet-stream","name":"kubeconfig"}' - headers: - Content-Length: - - "1666" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:35:14 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 033b3d03-c604-4a0d-b61b-e8036da7eb0e - status: 200 OK - code: 200 - duration: 96.169667ms - - id: 78 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/b4470d84-fce6-45de-b0a7-42778b0e520a/available-types - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 541 - uncompressed: false - body: '{"cluster_types":[{"audit_logs_supported":true,"availability":"available","commitment_delay":"2592000s","dedicated":true,"max_etcd_size":200000000,"max_nodes":500,"memory":8000000000,"name":"multicloud-dedicated-8","resiliency":"high_availability","sla":99.5},{"audit_logs_supported":true,"availability":"available","commitment_delay":"2592000s","dedicated":true,"max_etcd_size":200000000,"max_nodes":500,"memory":16000000000,"name":"multicloud-dedicated-16","resiliency":"high_availability","sla":99.5}],"total_count":2}' - headers: - Content-Length: - - "541" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:35:14 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - af91e014-04c3-4c67-a661-a1e7daa04697 - status: 200 OK - code: 200 - duration: 180.308833ms - - id: 79 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/b4470d84-fce6-45de-b0a7-42778b0e520a/available-types - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 541 - uncompressed: false - body: '{"cluster_types":[{"audit_logs_supported":true,"availability":"available","commitment_delay":"2592000s","dedicated":true,"max_etcd_size":200000000,"max_nodes":500,"memory":8000000000,"name":"multicloud-dedicated-8","resiliency":"high_availability","sla":99.5},{"audit_logs_supported":true,"availability":"available","commitment_delay":"2592000s","dedicated":true,"max_etcd_size":200000000,"max_nodes":500,"memory":16000000000,"name":"multicloud-dedicated-16","resiliency":"high_availability","sla":99.5}],"total_count":2}' - headers: - Content-Length: - - "541" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:35:14 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - ca24140a-1190-4dec-921f-901da72a8a69 - status: 200 OK - code: 200 - duration: 147.521333ms - - id: 80 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/b4470d84-fce6-45de-b0a7-42778b0e520a - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1580 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://b4470d84-fce6-45de-b0a7-42778b0e520a.api.k8s.fr-par.scw.cloud:6443","cni":"kilo","commitment_ends_at":"2025-10-30T09:32:08.740483Z","created_at":"2025-09-30T09:32:08.740467Z","description":"","dns_wildcard":"*.b4470d84-fce6-45de-b0a7-42778b0e520a.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"087ccebf-19bf-4dbf-a3fd-8bb05a92884b","id":"b4470d84-fce6-45de-b0a7-42778b0e520a","name":"test-type-change","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":null,"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"","service_dns_ip":"","status":"ready","tags":["terraform-test","scaleway_k8s_cluster","type-change"],"type":"multicloud-dedicated-4","updated_at":"2025-09-30T09:35:07.860605Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1580" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:35:14 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 5548b82c-125a-49ff-8754-395abdfd17a3 - status: 200 OK - code: 200 - duration: 455.667291ms - - id: 81 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 33 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: '{"type":"multicloud-dedicated-8"}' - form: {} - headers: - Content-Type: - - application/json - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/b4470d84-fce6-45de-b0a7-42778b0e520a/set-type - method: POST - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1619 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://b4470d84-fce6-45de-b0a7-42778b0e520a.api.k8s.fr-par.scw.cloud:6443","cni":"kilo","commitment_ends_at":"2025-10-30T09:35:15.552057Z","created_at":"2025-09-30T09:32:08.740467Z","description":"","dns_wildcard":"*.b4470d84-fce6-45de-b0a7-42778b0e520a.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"087ccebf-19bf-4dbf-a3fd-8bb05a92884b","id":"b4470d84-fce6-45de-b0a7-42778b0e520a","name":"test-type-change","new_images_enabled":false,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"100.64.0.0/15","private_network_id":null,"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"10.32.0.0/20","service_dns_ip":"10.32.0.10","status":"updating","tags":["terraform-test","scaleway_k8s_cluster","type-change"],"type":"multicloud-dedicated-8","updated_at":"2025-09-30T09:35:15.459207Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1619" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:35:15 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 7273a932-85d7-4374-bd7b-cea1f7bdfe70 - status: 200 OK - code: 200 - duration: 336.0975ms - - id: 82 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/b4470d84-fce6-45de-b0a7-42778b0e520a - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1583 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://b4470d84-fce6-45de-b0a7-42778b0e520a.api.k8s.fr-par.scw.cloud:6443","cni":"kilo","commitment_ends_at":"2025-10-30T09:35:15.552057Z","created_at":"2025-09-30T09:32:08.740467Z","description":"","dns_wildcard":"*.b4470d84-fce6-45de-b0a7-42778b0e520a.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"087ccebf-19bf-4dbf-a3fd-8bb05a92884b","id":"b4470d84-fce6-45de-b0a7-42778b0e520a","name":"test-type-change","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":null,"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"","service_dns_ip":"","status":"updating","tags":["terraform-test","scaleway_k8s_cluster","type-change"],"type":"multicloud-dedicated-8","updated_at":"2025-09-30T09:35:15.459207Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1583" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:35:15 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 1b24e592-bb33-4bf4-83d5-81f9234c075b - status: 200 OK - code: 200 - duration: 135.009125ms - - id: 83 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/b4470d84-fce6-45de-b0a7-42778b0e520a - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1580 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://b4470d84-fce6-45de-b0a7-42778b0e520a.api.k8s.fr-par.scw.cloud:6443","cni":"kilo","commitment_ends_at":"2025-10-30T09:35:15.552057Z","created_at":"2025-09-30T09:32:08.740467Z","description":"","dns_wildcard":"*.b4470d84-fce6-45de-b0a7-42778b0e520a.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"087ccebf-19bf-4dbf-a3fd-8bb05a92884b","id":"b4470d84-fce6-45de-b0a7-42778b0e520a","name":"test-type-change","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":null,"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"","service_dns_ip":"","status":"ready","tags":["terraform-test","scaleway_k8s_cluster","type-change"],"type":"multicloud-dedicated-8","updated_at":"2025-09-30T09:37:11.928592Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1580" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:37:12 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 4908f1a7-fac8-4a42-87bb-ac3bd7d37715 - status: 200 OK - code: 200 - duration: 85.5825ms - - id: 84 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/b4470d84-fce6-45de-b0a7-42778b0e520a/pools?order_by=created_at_asc&page=1&status=unknown - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 29 - uncompressed: false - body: '{"pools":[],"total_count":0}' - headers: - Content-Length: - - "29" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:37:13 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - db500950-29a8-404c-a631-2201b786cf3c - status: 200 OK - code: 200 - duration: 98.43675ms - - id: 85 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 592 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: '{"autoscaler_config":{"scale_down_disabled":null,"scale_down_delay_after_add":null,"estimator":"unknown_estimator","expander":"unknown_expander","ignore_daemonsets_utilization":null,"balance_similar_node_groups":null,"expendable_pods_priority_cutoff":null,"scale_down_unneeded_time":null,"scale_down_utilization_threshold":null,"max_graceful_termination_sec":null},"auto_upgrade":{"enable":null,"maintenance_window":null},"open_id_connect_config":{"issuer_url":null,"client_id":null,"username_claim":null,"username_prefix":null,"groups_claim":null,"groups_prefix":null,"required_claim":null}}' - form: {} - headers: - Content-Type: - - application/json - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/b4470d84-fce6-45de-b0a7-42778b0e520a - method: PATCH - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1619 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://b4470d84-fce6-45de-b0a7-42778b0e520a.api.k8s.fr-par.scw.cloud:6443","cni":"kilo","commitment_ends_at":"2025-10-30T09:35:15.552057Z","created_at":"2025-09-30T09:32:08.740467Z","description":"","dns_wildcard":"*.b4470d84-fce6-45de-b0a7-42778b0e520a.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"087ccebf-19bf-4dbf-a3fd-8bb05a92884b","id":"b4470d84-fce6-45de-b0a7-42778b0e520a","name":"test-type-change","new_images_enabled":false,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"100.64.0.0/15","private_network_id":null,"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"10.32.0.0/20","service_dns_ip":"10.32.0.10","status":"updating","tags":["terraform-test","scaleway_k8s_cluster","type-change"],"type":"multicloud-dedicated-8","updated_at":"2025-09-30T09:37:13.147546Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1619" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:37:13 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 21f86a91-a9c7-4115-90d2-de0177b1abb3 - status: 200 OK - code: 200 - duration: 108.425458ms - - id: 86 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/b4470d84-fce6-45de-b0a7-42778b0e520a - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1583 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://b4470d84-fce6-45de-b0a7-42778b0e520a.api.k8s.fr-par.scw.cloud:6443","cni":"kilo","commitment_ends_at":"2025-10-30T09:35:15.552057Z","created_at":"2025-09-30T09:32:08.740467Z","description":"","dns_wildcard":"*.b4470d84-fce6-45de-b0a7-42778b0e520a.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"087ccebf-19bf-4dbf-a3fd-8bb05a92884b","id":"b4470d84-fce6-45de-b0a7-42778b0e520a","name":"test-type-change","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":null,"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"","service_dns_ip":"","status":"updating","tags":["terraform-test","scaleway_k8s_cluster","type-change"],"type":"multicloud-dedicated-8","updated_at":"2025-09-30T09:37:13.147546Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1583" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:37:13 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - b25af828-e85e-454e-8eff-74f692b6a0d1 - status: 200 OK - code: 200 - duration: 84.719209ms - - id: 87 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/b4470d84-fce6-45de-b0a7-42778b0e520a - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1580 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://b4470d84-fce6-45de-b0a7-42778b0e520a.api.k8s.fr-par.scw.cloud:6443","cni":"kilo","commitment_ends_at":"2025-10-30T09:35:15.552057Z","created_at":"2025-09-30T09:32:08.740467Z","description":"","dns_wildcard":"*.b4470d84-fce6-45de-b0a7-42778b0e520a.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"087ccebf-19bf-4dbf-a3fd-8bb05a92884b","id":"b4470d84-fce6-45de-b0a7-42778b0e520a","name":"test-type-change","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":null,"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"","service_dns_ip":"","status":"ready","tags":["terraform-test","scaleway_k8s_cluster","type-change"],"type":"multicloud-dedicated-8","updated_at":"2025-09-30T09:39:19.037674Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1580" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:39:20 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 54877526-282c-435f-b464-53168220bd2f - status: 200 OK - code: 200 - duration: 97.542042ms - - id: 88 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/b4470d84-fce6-45de-b0a7-42778b0e520a - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1580 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://b4470d84-fce6-45de-b0a7-42778b0e520a.api.k8s.fr-par.scw.cloud:6443","cni":"kilo","commitment_ends_at":"2025-10-30T09:35:15.552057Z","created_at":"2025-09-30T09:32:08.740467Z","description":"","dns_wildcard":"*.b4470d84-fce6-45de-b0a7-42778b0e520a.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"087ccebf-19bf-4dbf-a3fd-8bb05a92884b","id":"b4470d84-fce6-45de-b0a7-42778b0e520a","name":"test-type-change","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":null,"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"","service_dns_ip":"","status":"ready","tags":["terraform-test","scaleway_k8s_cluster","type-change"],"type":"multicloud-dedicated-8","updated_at":"2025-09-30T09:39:19.037674Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1580" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:39:20 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 783bec03-21ea-498b-b854-50692126d308 - status: 200 OK - code: 200 - duration: 78.402666ms - - id: 89 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/b4470d84-fce6-45de-b0a7-42778b0e520a/kubeconfig - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1666 - uncompressed: false - body: '{"content":"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogInRlc3QtdHlwZS1jaGFuZ2UiCiAgY2x1c3RlcjoKICAgIGNlcnRpZmljYXRlLWF1dGhvcml0eS1kYXRhOiBMUzB0TFMxQ1JVZEpUaUJEUlZKVVNVWkpRMEZVUlMwdExTMHRDazFKU1VKWGVrTkRRVkZIWjBGM1NVSkJaMGxDUVVSQlMwSm5aM0ZvYTJwUFVGRlJSRUZxUVZaTlVrMTNSVkZaUkZaUlVVUkZkM0J5WkZkS2JHTnROV3dLWkVkV2VrMUNORmhFVkVreFRVUnJlVTlVUVRWTmVrbDNUMFp2V0VSVVRURk5SR3Q1VDFSQk5VMTZTWGRQUm05M1JsUkZWRTFDUlVkQk1WVkZRWGhOU3dwaE0xWnBXbGhLZFZwWVVteGpla0phVFVKTlIwSjVjVWRUVFRRNVFXZEZSME5EY1VkVFRUUTVRWGRGU0VFd1NVRkNUVUozTlVkWU5YZDRNRVpPY1c5d0NuRlNjbFJ6UkhZMVltd3lTbFZqVmxGeWNqRkVkWFZuVkVkMFVuZHRkQ3N6VURGNmVUSXpiRWx0TkVKa2JFbFRXbVJpU1dWd1RqRjVkV1pFYUVwbmEyY0tWblpWVm5Bd2FXcFJha0pCVFVFMFIwRXhWV1JFZDBWQ0wzZFJSVUYzU1VOd1JFRlFRbWRPVmtoU1RVSkJaamhGUWxSQlJFRlJTQzlOUWpCSFFURlZaQXBFWjFGWFFrSlRWV041YWtrelV5dE1VR1pYTlhOamQwOXpaV3ROU3pkNlZrVlVRVXRDWjJkeGFHdHFUMUJSVVVSQlowNUpRVVJDUmtGcFJVRnhPVVkyQ2pRelRXUjZNMmxWU0ZWWlVubExTa2MxU1cwNFdIbHFVRkppVjBkeVJtcGFXalJQWmxaVFZVTkpTRU5DT1RkWmIwbG9XV3hRVWxOUGMzYzJRM2hwVEdvS05reGphMlEyTnlzeEx5dHNXQ3RTYjJwREwxZ0tMUzB0TFMxRlRrUWdRMFZTVkVsR1NVTkJWRVV0TFMwdExRbz0KICAgIHNlcnZlcjogaHR0cHM6Ly9iNDQ3MGQ4NC1mY2U2LTQ1ZGUtYjBhNy00Mjc3OGIwZTUyMGEuYXBpLms4cy5mci1wYXIuc2N3LmNsb3VkOjY0NDMKY29udGV4dHM6Ci0gbmFtZTogYWRtaW5AdGVzdC10eXBlLWNoYW5nZQogIGNvbnRleHQ6CiAgICBjbHVzdGVyOiAidGVzdC10eXBlLWNoYW5nZSIKICAgIHVzZXI6IHRlc3QtdHlwZS1jaGFuZ2UtYWRtaW4KY3VycmVudC1jb250ZXh0OiBhZG1pbkB0ZXN0LXR5cGUtY2hhbmdlCmtpbmQ6IENvbmZpZwpwcmVmZXJlbmNlczoge30KdXNlcnM6Ci0gbmFtZTogdGVzdC10eXBlLWNoYW5nZS1hZG1pbgogIHVzZXI6CiAgICB0b2tlbjogSW9wSmVKMWg2aFNVZGcxUFBWR2FJQkNnanhWTjV1SXpyMlJOYXhybEtWUzNFamdZeVZJSjN2czI=","content_type":"application/octet-stream","name":"kubeconfig"}' - headers: - Content-Length: - - "1666" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:39:20 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 1fc3bb50-3890-46f1-9b6c-486aee0f2d89 - status: 200 OK - code: 200 - duration: 80.620292ms - - id: 90 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/b4470d84-fce6-45de-b0a7-42778b0e520a - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1580 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://b4470d84-fce6-45de-b0a7-42778b0e520a.api.k8s.fr-par.scw.cloud:6443","cni":"kilo","commitment_ends_at":"2025-10-30T09:35:15.552057Z","created_at":"2025-09-30T09:32:08.740467Z","description":"","dns_wildcard":"*.b4470d84-fce6-45de-b0a7-42778b0e520a.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"087ccebf-19bf-4dbf-a3fd-8bb05a92884b","id":"b4470d84-fce6-45de-b0a7-42778b0e520a","name":"test-type-change","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":null,"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"","service_dns_ip":"","status":"ready","tags":["terraform-test","scaleway_k8s_cluster","type-change"],"type":"multicloud-dedicated-8","updated_at":"2025-09-30T09:39:19.037674Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1580" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:39:20 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 45044182-9cc0-4d8e-96fc-a453372477b9 - status: 200 OK - code: 200 - duration: 90.087208ms - - id: 91 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/b4470d84-fce6-45de-b0a7-42778b0e520a - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1580 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://b4470d84-fce6-45de-b0a7-42778b0e520a.api.k8s.fr-par.scw.cloud:6443","cni":"kilo","commitment_ends_at":"2025-10-30T09:35:15.552057Z","created_at":"2025-09-30T09:32:08.740467Z","description":"","dns_wildcard":"*.b4470d84-fce6-45de-b0a7-42778b0e520a.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"087ccebf-19bf-4dbf-a3fd-8bb05a92884b","id":"b4470d84-fce6-45de-b0a7-42778b0e520a","name":"test-type-change","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":null,"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"","service_dns_ip":"","status":"ready","tags":["terraform-test","scaleway_k8s_cluster","type-change"],"type":"multicloud-dedicated-8","updated_at":"2025-09-30T09:39:19.037674Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1580" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:39:21 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - c053ead5-0580-42f7-b6cb-4a9454dd29e2 - status: 200 OK - code: 200 - duration: 73.214584ms - - id: 92 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/b4470d84-fce6-45de-b0a7-42778b0e520a/kubeconfig - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1666 - uncompressed: false - body: '{"content":"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogInRlc3QtdHlwZS1jaGFuZ2UiCiAgY2x1c3RlcjoKICAgIGNlcnRpZmljYXRlLWF1dGhvcml0eS1kYXRhOiBMUzB0TFMxQ1JVZEpUaUJEUlZKVVNVWkpRMEZVUlMwdExTMHRDazFKU1VKWGVrTkRRVkZIWjBGM1NVSkJaMGxDUVVSQlMwSm5aM0ZvYTJwUFVGRlJSRUZxUVZaTlVrMTNSVkZaUkZaUlVVUkZkM0J5WkZkS2JHTnROV3dLWkVkV2VrMUNORmhFVkVreFRVUnJlVTlVUVRWTmVrbDNUMFp2V0VSVVRURk5SR3Q1VDFSQk5VMTZTWGRQUm05M1JsUkZWRTFDUlVkQk1WVkZRWGhOU3dwaE0xWnBXbGhLZFZwWVVteGpla0phVFVKTlIwSjVjVWRUVFRRNVFXZEZSME5EY1VkVFRUUTVRWGRGU0VFd1NVRkNUVUozTlVkWU5YZDRNRVpPY1c5d0NuRlNjbFJ6UkhZMVltd3lTbFZqVmxGeWNqRkVkWFZuVkVkMFVuZHRkQ3N6VURGNmVUSXpiRWx0TkVKa2JFbFRXbVJpU1dWd1RqRjVkV1pFYUVwbmEyY0tWblpWVm5Bd2FXcFJha0pCVFVFMFIwRXhWV1JFZDBWQ0wzZFJSVUYzU1VOd1JFRlFRbWRPVmtoU1RVSkJaamhGUWxSQlJFRlJTQzlOUWpCSFFURlZaQXBFWjFGWFFrSlRWV041YWtrelV5dE1VR1pYTlhOamQwOXpaV3ROU3pkNlZrVlVRVXRDWjJkeGFHdHFUMUJSVVVSQlowNUpRVVJDUmtGcFJVRnhPVVkyQ2pRelRXUjZNMmxWU0ZWWlVubExTa2MxU1cwNFdIbHFVRkppVjBkeVJtcGFXalJQWmxaVFZVTkpTRU5DT1RkWmIwbG9XV3hRVWxOUGMzYzJRM2hwVEdvS05reGphMlEyTnlzeEx5dHNXQ3RTYjJwREwxZ0tMUzB0TFMxRlRrUWdRMFZTVkVsR1NVTkJWRVV0TFMwdExRbz0KICAgIHNlcnZlcjogaHR0cHM6Ly9iNDQ3MGQ4NC1mY2U2LTQ1ZGUtYjBhNy00Mjc3OGIwZTUyMGEuYXBpLms4cy5mci1wYXIuc2N3LmNsb3VkOjY0NDMKY29udGV4dHM6Ci0gbmFtZTogYWRtaW5AdGVzdC10eXBlLWNoYW5nZQogIGNvbnRleHQ6CiAgICBjbHVzdGVyOiAidGVzdC10eXBlLWNoYW5nZSIKICAgIHVzZXI6IHRlc3QtdHlwZS1jaGFuZ2UtYWRtaW4KY3VycmVudC1jb250ZXh0OiBhZG1pbkB0ZXN0LXR5cGUtY2hhbmdlCmtpbmQ6IENvbmZpZwpwcmVmZXJlbmNlczoge30KdXNlcnM6Ci0gbmFtZTogdGVzdC10eXBlLWNoYW5nZS1hZG1pbgogIHVzZXI6CiAgICB0b2tlbjogSW9wSmVKMWg2aFNVZGcxUFBWR2FJQkNnanhWTjV1SXpyMlJOYXhybEtWUzNFamdZeVZJSjN2czI=","content_type":"application/octet-stream","name":"kubeconfig"}' - headers: - Content-Length: - - "1666" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:39:21 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 36528eaf-76ce-4152-b040-1cc40758d4d9 - status: 200 OK - code: 200 - duration: 89.767833ms - - id: 93 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/b4470d84-fce6-45de-b0a7-42778b0e520a - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1580 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://b4470d84-fce6-45de-b0a7-42778b0e520a.api.k8s.fr-par.scw.cloud:6443","cni":"kilo","commitment_ends_at":"2025-10-30T09:35:15.552057Z","created_at":"2025-09-30T09:32:08.740467Z","description":"","dns_wildcard":"*.b4470d84-fce6-45de-b0a7-42778b0e520a.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"087ccebf-19bf-4dbf-a3fd-8bb05a92884b","id":"b4470d84-fce6-45de-b0a7-42778b0e520a","name":"test-type-change","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":null,"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"","service_dns_ip":"","status":"ready","tags":["terraform-test","scaleway_k8s_cluster","type-change"],"type":"multicloud-dedicated-8","updated_at":"2025-09-30T09:39:19.037674Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1580" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:39:21 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - ab3a2146-a147-4abd-8e9d-df8e81991949 - status: 200 OK - code: 200 - duration: 90.349833ms - - id: 94 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/b4470d84-fce6-45de-b0a7-42778b0e520a/kubeconfig - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1666 - uncompressed: false - body: '{"content":"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogInRlc3QtdHlwZS1jaGFuZ2UiCiAgY2x1c3RlcjoKICAgIGNlcnRpZmljYXRlLWF1dGhvcml0eS1kYXRhOiBMUzB0TFMxQ1JVZEpUaUJEUlZKVVNVWkpRMEZVUlMwdExTMHRDazFKU1VKWGVrTkRRVkZIWjBGM1NVSkJaMGxDUVVSQlMwSm5aM0ZvYTJwUFVGRlJSRUZxUVZaTlVrMTNSVkZaUkZaUlVVUkZkM0J5WkZkS2JHTnROV3dLWkVkV2VrMUNORmhFVkVreFRVUnJlVTlVUVRWTmVrbDNUMFp2V0VSVVRURk5SR3Q1VDFSQk5VMTZTWGRQUm05M1JsUkZWRTFDUlVkQk1WVkZRWGhOU3dwaE0xWnBXbGhLZFZwWVVteGpla0phVFVKTlIwSjVjVWRUVFRRNVFXZEZSME5EY1VkVFRUUTVRWGRGU0VFd1NVRkNUVUozTlVkWU5YZDRNRVpPY1c5d0NuRlNjbFJ6UkhZMVltd3lTbFZqVmxGeWNqRkVkWFZuVkVkMFVuZHRkQ3N6VURGNmVUSXpiRWx0TkVKa2JFbFRXbVJpU1dWd1RqRjVkV1pFYUVwbmEyY0tWblpWVm5Bd2FXcFJha0pCVFVFMFIwRXhWV1JFZDBWQ0wzZFJSVUYzU1VOd1JFRlFRbWRPVmtoU1RVSkJaamhGUWxSQlJFRlJTQzlOUWpCSFFURlZaQXBFWjFGWFFrSlRWV041YWtrelV5dE1VR1pYTlhOamQwOXpaV3ROU3pkNlZrVlVRVXRDWjJkeGFHdHFUMUJSVVVSQlowNUpRVVJDUmtGcFJVRnhPVVkyQ2pRelRXUjZNMmxWU0ZWWlVubExTa2MxU1cwNFdIbHFVRkppVjBkeVJtcGFXalJQWmxaVFZVTkpTRU5DT1RkWmIwbG9XV3hRVWxOUGMzYzJRM2hwVEdvS05reGphMlEyTnlzeEx5dHNXQ3RTYjJwREwxZ0tMUzB0TFMxRlRrUWdRMFZTVkVsR1NVTkJWRVV0TFMwdExRbz0KICAgIHNlcnZlcjogaHR0cHM6Ly9iNDQ3MGQ4NC1mY2U2LTQ1ZGUtYjBhNy00Mjc3OGIwZTUyMGEuYXBpLms4cy5mci1wYXIuc2N3LmNsb3VkOjY0NDMKY29udGV4dHM6Ci0gbmFtZTogYWRtaW5AdGVzdC10eXBlLWNoYW5nZQogIGNvbnRleHQ6CiAgICBjbHVzdGVyOiAidGVzdC10eXBlLWNoYW5nZSIKICAgIHVzZXI6IHRlc3QtdHlwZS1jaGFuZ2UtYWRtaW4KY3VycmVudC1jb250ZXh0OiBhZG1pbkB0ZXN0LXR5cGUtY2hhbmdlCmtpbmQ6IENvbmZpZwpwcmVmZXJlbmNlczoge30KdXNlcnM6Ci0gbmFtZTogdGVzdC10eXBlLWNoYW5nZS1hZG1pbgogIHVzZXI6CiAgICB0b2tlbjogSW9wSmVKMWg2aFNVZGcxUFBWR2FJQkNnanhWTjV1SXpyMlJOYXhybEtWUzNFamdZeVZJSjN2czI=","content_type":"application/octet-stream","name":"kubeconfig"}' - headers: - Content-Length: - - "1666" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:39:21 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - bb76b75f-30be-4c74-ac50-a54a36de2200 - status: 200 OK - code: 200 - duration: 75.990833ms - - id: 95 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/b4470d84-fce6-45de-b0a7-42778b0e520a/available-types - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 289 - uncompressed: false - body: '{"cluster_types":[{"audit_logs_supported":true,"availability":"available","commitment_delay":"2592000s","dedicated":true,"max_etcd_size":200000000,"max_nodes":500,"memory":16000000000,"name":"multicloud-dedicated-16","resiliency":"high_availability","sla":99.5}],"total_count":1}' - headers: - Content-Length: - - "289" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:39:21 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 1b1d0337-d523-4732-a833-5c379d5792a1 - status: 200 OK - code: 200 - duration: 165.162042ms - - id: 96 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/b4470d84-fce6-45de-b0a7-42778b0e520a?with_additional_resources=false - method: DELETE - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1619 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://b4470d84-fce6-45de-b0a7-42778b0e520a.api.k8s.fr-par.scw.cloud:6443","cni":"kilo","commitment_ends_at":"2025-10-30T09:35:15.552057Z","created_at":"2025-09-30T09:32:08.740467Z","description":"","dns_wildcard":"*.b4470d84-fce6-45de-b0a7-42778b0e520a.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"087ccebf-19bf-4dbf-a3fd-8bb05a92884b","id":"b4470d84-fce6-45de-b0a7-42778b0e520a","name":"test-type-change","new_images_enabled":false,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"100.64.0.0/15","private_network_id":null,"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"10.32.0.0/20","service_dns_ip":"10.32.0.10","status":"deleting","tags":["terraform-test","scaleway_k8s_cluster","type-change"],"type":"multicloud-dedicated-8","updated_at":"2025-09-30T09:39:22.173376Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1619" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:39:22 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 36bf9250-c21b-483f-b83f-2cf75e25ab80 - status: 200 OK - code: 200 - duration: 156.791333ms - - id: 97 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/b4470d84-fce6-45de-b0a7-42778b0e520a - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1583 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://b4470d84-fce6-45de-b0a7-42778b0e520a.api.k8s.fr-par.scw.cloud:6443","cni":"kilo","commitment_ends_at":"2025-10-30T09:35:15.552057Z","created_at":"2025-09-30T09:32:08.740467Z","description":"","dns_wildcard":"*.b4470d84-fce6-45de-b0a7-42778b0e520a.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"087ccebf-19bf-4dbf-a3fd-8bb05a92884b","id":"b4470d84-fce6-45de-b0a7-42778b0e520a","name":"test-type-change","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":null,"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"","service_dns_ip":"","status":"deleting","tags":["terraform-test","scaleway_k8s_cluster","type-change"],"type":"multicloud-dedicated-8","updated_at":"2025-09-30T09:39:22.173376Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1583" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:39:22 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 73714f8c-b194-4918-b0b3-5d5fc0a97f8c - status: 200 OK - code: 200 - duration: 96.940709ms - - id: 98 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/b4470d84-fce6-45de-b0a7-42778b0e520a - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 128 - uncompressed: false - body: '{"message":"resource is not found","resource":"cluster","resource_id":"b4470d84-fce6-45de-b0a7-42778b0e520a","type":"not_found"}' - headers: - Content-Length: - - "128" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:39:27 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 94e1a62d-30b8-4eaf-af10-32741f981e21 - status: 404 Not Found - code: 404 - duration: 25.114084ms - - id: 99 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 661 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: '{"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","type":"multicloud-dedicated-4","name":"test-type-change","description":"","tags":["terraform-test","scaleway_k8s_cluster","type-change"],"version":"1.34.1","cni":"kilo","pools":null,"autoscaler_config":{"scale_down_disabled":null,"scale_down_delay_after_add":null,"estimator":"unknown_estimator","expander":"unknown_expander","ignore_daemonsets_utilization":null,"balance_similar_node_groups":null,"expendable_pods_priority_cutoff":0,"scale_down_unneeded_time":null,"scale_down_utilization_threshold":null,"max_graceful_termination_sec":0},"feature_gates":[],"admission_plugins":[],"apiserver_cert_sans":[]}' - form: {} - headers: - Content-Type: - - application/json - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters - method: POST - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1583 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://f336be56-aa09-4f0b-93d5-4a1794ae24bf.api.k8s.fr-par.scw.cloud:6443","cni":"kilo","commitment_ends_at":"2025-10-30T09:39:27.649234Z","created_at":"2025-09-30T09:39:27.649226Z","description":"","dns_wildcard":"*.f336be56-aa09-4f0b-93d5-4a1794ae24bf.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"","id":"f336be56-aa09-4f0b-93d5-4a1794ae24bf","name":"test-type-change","new_images_enabled":false,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"100.64.0.0/15","private_network_id":null,"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"10.32.0.0/20","service_dns_ip":"10.32.0.10","status":"creating","tags":["terraform-test","scaleway_k8s_cluster","type-change"],"type":"multicloud-dedicated-4","updated_at":"2025-09-30T09:39:27.649226Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1583" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:39:27 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - cec11edb-f2aa-434e-92a2-9e38c0de1618 - status: 200 OK - code: 200 - duration: 272.01ms - - id: 100 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/f336be56-aa09-4f0b-93d5-4a1794ae24bf - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1547 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://f336be56-aa09-4f0b-93d5-4a1794ae24bf.api.k8s.fr-par.scw.cloud:6443","cni":"kilo","commitment_ends_at":"2025-10-30T09:39:27.649234Z","created_at":"2025-09-30T09:39:27.649226Z","description":"","dns_wildcard":"*.f336be56-aa09-4f0b-93d5-4a1794ae24bf.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"","id":"f336be56-aa09-4f0b-93d5-4a1794ae24bf","name":"test-type-change","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":null,"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"","service_dns_ip":"","status":"creating","tags":["terraform-test","scaleway_k8s_cluster","type-change"],"type":"multicloud-dedicated-4","updated_at":"2025-09-30T09:39:27.649226Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1547" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:39:27 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 6d4f9cc3-a4e8-4594-b307-decab5e016fb - status: 200 OK - code: 200 - duration: 85.434792ms - - id: 101 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/f336be56-aa09-4f0b-93d5-4a1794ae24bf - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1580 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://f336be56-aa09-4f0b-93d5-4a1794ae24bf.api.k8s.fr-par.scw.cloud:6443","cni":"kilo","commitment_ends_at":"2025-10-30T09:39:27.649234Z","created_at":"2025-09-30T09:39:27.649226Z","description":"","dns_wildcard":"*.f336be56-aa09-4f0b-93d5-4a1794ae24bf.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"562bf8b2-539c-47b5-b01e-df16b4f0c5d4","id":"f336be56-aa09-4f0b-93d5-4a1794ae24bf","name":"test-type-change","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":null,"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"","service_dns_ip":"","status":"ready","tags":["terraform-test","scaleway_k8s_cluster","type-change"],"type":"multicloud-dedicated-4","updated_at":"2025-09-30T09:40:51.070076Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1580" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:40:54 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 8bac97c6-93bf-4432-85ab-40b5a5dd2b47 - status: 200 OK - code: 200 - duration: 97.750042ms - - id: 102 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/f336be56-aa09-4f0b-93d5-4a1794ae24bf - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1580 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://f336be56-aa09-4f0b-93d5-4a1794ae24bf.api.k8s.fr-par.scw.cloud:6443","cni":"kilo","commitment_ends_at":"2025-10-30T09:39:27.649234Z","created_at":"2025-09-30T09:39:27.649226Z","description":"","dns_wildcard":"*.f336be56-aa09-4f0b-93d5-4a1794ae24bf.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"562bf8b2-539c-47b5-b01e-df16b4f0c5d4","id":"f336be56-aa09-4f0b-93d5-4a1794ae24bf","name":"test-type-change","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":null,"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"","service_dns_ip":"","status":"ready","tags":["terraform-test","scaleway_k8s_cluster","type-change"],"type":"multicloud-dedicated-4","updated_at":"2025-09-30T09:40:51.070076Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1580" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:40:54 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 40b74664-ba95-4d7c-97a5-b41e4828614b - status: 200 OK - code: 200 - duration: 95.869958ms - - id: 103 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/f336be56-aa09-4f0b-93d5-4a1794ae24bf/kubeconfig - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1666 - uncompressed: false - body: '{"content":"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogInRlc3QtdHlwZS1jaGFuZ2UiCiAgY2x1c3RlcjoKICAgIGNlcnRpZmljYXRlLWF1dGhvcml0eS1kYXRhOiBMUzB0TFMxQ1JVZEpUaUJEUlZKVVNVWkpRMEZVUlMwdExTMHRDazFKU1VKWGVrTkRRVkZIWjBGM1NVSkJaMGxDUVVSQlMwSm5aM0ZvYTJwUFVGRlJSRUZxUVZaTlVrMTNSVkZaUkZaUlVVUkZkM0J5WkZkS2JHTnROV3dLWkVkV2VrMUNORmhFVkVreFRVUnJlVTlVUVRWTmVtdDVUakZ2V0VSVVRURk5SR3Q1VDFSQk5VMTZhM2xPTVc5M1JsUkZWRTFDUlVkQk1WVkZRWGhOU3dwaE0xWnBXbGhLZFZwWVVteGpla0phVFVKTlIwSjVjVWRUVFRRNVFXZEZSME5EY1VkVFRUUTVRWGRGU0VFd1NVRkNSSHBpYjBGelVXWm1jWEZSTlVGS0NtYzJkRmhqVUUxbmJ6aFRUMDlGYTFkSlZuVlhOME0xTnpCbVp5OWhVMU5PUkRWNlVEQnRPRlV2VFRsR2JFcFdSRVJSYWpGU1ZIcG1PVFJqZDNsQmIxRUtLMXBsZWpGQ2FXcFJha0pCVFVFMFIwRXhWV1JFZDBWQ0wzZFJSVUYzU1VOd1JFRlFRbWRPVmtoU1RVSkJaamhGUWxSQlJFRlJTQzlOUWpCSFFURlZaQXBFWjFGWFFrSlRaRFptTjFjMWJucGhTalprYTAxT1QycHZOSGwxTlU5eFRtdFVRVXRDWjJkeGFHdHFUMUJSVVVSQlowNUpRVVJDUmtGcFFYUktPRUl5Q25ad1lXazRTRVZSVHpKVmNsTndXR2d3YlVKVmNWTlFjRFpPWXpOUmRWbEZhME41ZUZKUlNXaEJVRmhzUjA5elkwVTNNRzlUVXpKVGJIVk1NazUwVjBnS1FrdElOMWgzV2tWWWNuZHNkazB4WTJsSlNGSUtMUzB0TFMxRlRrUWdRMFZTVkVsR1NVTkJWRVV0TFMwdExRbz0KICAgIHNlcnZlcjogaHR0cHM6Ly9mMzM2YmU1Ni1hYTA5LTRmMGItOTNkNS00YTE3OTRhZTI0YmYuYXBpLms4cy5mci1wYXIuc2N3LmNsb3VkOjY0NDMKY29udGV4dHM6Ci0gbmFtZTogYWRtaW5AdGVzdC10eXBlLWNoYW5nZQogIGNvbnRleHQ6CiAgICBjbHVzdGVyOiAidGVzdC10eXBlLWNoYW5nZSIKICAgIHVzZXI6IHRlc3QtdHlwZS1jaGFuZ2UtYWRtaW4KY3VycmVudC1jb250ZXh0OiBhZG1pbkB0ZXN0LXR5cGUtY2hhbmdlCmtpbmQ6IENvbmZpZwpwcmVmZXJlbmNlczoge30KdXNlcnM6Ci0gbmFtZTogdGVzdC10eXBlLWNoYW5nZS1hZG1pbgogIHVzZXI6CiAgICB0b2tlbjogVDFxZ2xPaGJ0MDM1b0NhTjlLVlJTZkxEV0x6SVdNcUMxbkV0SWI4WHhiMWtiNHd3bHZ3WjdLQWQ=","content_type":"application/octet-stream","name":"kubeconfig"}' - headers: - Content-Length: - - "1666" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:40:54 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - ea144dc5-dd30-4038-84c4-3e85f0a35a81 - status: 200 OK - code: 200 - duration: 89.163417ms - - id: 104 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/f336be56-aa09-4f0b-93d5-4a1794ae24bf - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1580 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://f336be56-aa09-4f0b-93d5-4a1794ae24bf.api.k8s.fr-par.scw.cloud:6443","cni":"kilo","commitment_ends_at":"2025-10-30T09:39:27.649234Z","created_at":"2025-09-30T09:39:27.649226Z","description":"","dns_wildcard":"*.f336be56-aa09-4f0b-93d5-4a1794ae24bf.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"562bf8b2-539c-47b5-b01e-df16b4f0c5d4","id":"f336be56-aa09-4f0b-93d5-4a1794ae24bf","name":"test-type-change","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":null,"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"","service_dns_ip":"","status":"ready","tags":["terraform-test","scaleway_k8s_cluster","type-change"],"type":"multicloud-dedicated-4","updated_at":"2025-09-30T09:40:51.070076Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1580" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:40:54 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 7c5ebc00-847a-49ea-b81d-14ccfd4877b1 - status: 200 OK - code: 200 - duration: 91.928ms - - id: 105 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/f336be56-aa09-4f0b-93d5-4a1794ae24bf - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1580 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://f336be56-aa09-4f0b-93d5-4a1794ae24bf.api.k8s.fr-par.scw.cloud:6443","cni":"kilo","commitment_ends_at":"2025-10-30T09:39:27.649234Z","created_at":"2025-09-30T09:39:27.649226Z","description":"","dns_wildcard":"*.f336be56-aa09-4f0b-93d5-4a1794ae24bf.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"562bf8b2-539c-47b5-b01e-df16b4f0c5d4","id":"f336be56-aa09-4f0b-93d5-4a1794ae24bf","name":"test-type-change","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":null,"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"","service_dns_ip":"","status":"ready","tags":["terraform-test","scaleway_k8s_cluster","type-change"],"type":"multicloud-dedicated-4","updated_at":"2025-09-30T09:40:51.070076Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1580" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:40:55 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - a28bef05-628a-4b07-8717-c1269d4f6019 - status: 200 OK - code: 200 - duration: 125.463708ms - - id: 106 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/f336be56-aa09-4f0b-93d5-4a1794ae24bf/kubeconfig - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1666 - uncompressed: false - body: '{"content":"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogInRlc3QtdHlwZS1jaGFuZ2UiCiAgY2x1c3RlcjoKICAgIGNlcnRpZmljYXRlLWF1dGhvcml0eS1kYXRhOiBMUzB0TFMxQ1JVZEpUaUJEUlZKVVNVWkpRMEZVUlMwdExTMHRDazFKU1VKWGVrTkRRVkZIWjBGM1NVSkJaMGxDUVVSQlMwSm5aM0ZvYTJwUFVGRlJSRUZxUVZaTlVrMTNSVkZaUkZaUlVVUkZkM0J5WkZkS2JHTnROV3dLWkVkV2VrMUNORmhFVkVreFRVUnJlVTlVUVRWTmVtdDVUakZ2V0VSVVRURk5SR3Q1VDFSQk5VMTZhM2xPTVc5M1JsUkZWRTFDUlVkQk1WVkZRWGhOU3dwaE0xWnBXbGhLZFZwWVVteGpla0phVFVKTlIwSjVjVWRUVFRRNVFXZEZSME5EY1VkVFRUUTVRWGRGU0VFd1NVRkNSSHBpYjBGelVXWm1jWEZSTlVGS0NtYzJkRmhqVUUxbmJ6aFRUMDlGYTFkSlZuVlhOME0xTnpCbVp5OWhVMU5PUkRWNlVEQnRPRlV2VFRsR2JFcFdSRVJSYWpGU1ZIcG1PVFJqZDNsQmIxRUtLMXBsZWpGQ2FXcFJha0pCVFVFMFIwRXhWV1JFZDBWQ0wzZFJSVUYzU1VOd1JFRlFRbWRPVmtoU1RVSkJaamhGUWxSQlJFRlJTQzlOUWpCSFFURlZaQXBFWjFGWFFrSlRaRFptTjFjMWJucGhTalprYTAxT1QycHZOSGwxTlU5eFRtdFVRVXRDWjJkeGFHdHFUMUJSVVVSQlowNUpRVVJDUmtGcFFYUktPRUl5Q25ad1lXazRTRVZSVHpKVmNsTndXR2d3YlVKVmNWTlFjRFpPWXpOUmRWbEZhME41ZUZKUlNXaEJVRmhzUjA5elkwVTNNRzlUVXpKVGJIVk1NazUwVjBnS1FrdElOMWgzV2tWWWNuZHNkazB4WTJsSlNGSUtMUzB0TFMxRlRrUWdRMFZTVkVsR1NVTkJWRVV0TFMwdExRbz0KICAgIHNlcnZlcjogaHR0cHM6Ly9mMzM2YmU1Ni1hYTA5LTRmMGItOTNkNS00YTE3OTRhZTI0YmYuYXBpLms4cy5mci1wYXIuc2N3LmNsb3VkOjY0NDMKY29udGV4dHM6Ci0gbmFtZTogYWRtaW5AdGVzdC10eXBlLWNoYW5nZQogIGNvbnRleHQ6CiAgICBjbHVzdGVyOiAidGVzdC10eXBlLWNoYW5nZSIKICAgIHVzZXI6IHRlc3QtdHlwZS1jaGFuZ2UtYWRtaW4KY3VycmVudC1jb250ZXh0OiBhZG1pbkB0ZXN0LXR5cGUtY2hhbmdlCmtpbmQ6IENvbmZpZwpwcmVmZXJlbmNlczoge30KdXNlcnM6Ci0gbmFtZTogdGVzdC10eXBlLWNoYW5nZS1hZG1pbgogIHVzZXI6CiAgICB0b2tlbjogVDFxZ2xPaGJ0MDM1b0NhTjlLVlJTZkxEV0x6SVdNcUMxbkV0SWI4WHhiMWtiNHd3bHZ3WjdLQWQ=","content_type":"application/octet-stream","name":"kubeconfig"}' - headers: - Content-Length: - - "1666" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:40:55 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 8ef87407-5d07-419d-9f4b-c47d5eb341c9 - status: 200 OK - code: 200 - duration: 84.721791ms - - id: 107 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/f336be56-aa09-4f0b-93d5-4a1794ae24bf - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1580 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://f336be56-aa09-4f0b-93d5-4a1794ae24bf.api.k8s.fr-par.scw.cloud:6443","cni":"kilo","commitment_ends_at":"2025-10-30T09:39:27.649234Z","created_at":"2025-09-30T09:39:27.649226Z","description":"","dns_wildcard":"*.f336be56-aa09-4f0b-93d5-4a1794ae24bf.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"562bf8b2-539c-47b5-b01e-df16b4f0c5d4","id":"f336be56-aa09-4f0b-93d5-4a1794ae24bf","name":"test-type-change","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":null,"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"","service_dns_ip":"","status":"ready","tags":["terraform-test","scaleway_k8s_cluster","type-change"],"type":"multicloud-dedicated-4","updated_at":"2025-09-30T09:40:51.070076Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1580" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:40:55 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - dc11feb3-9f46-492d-8e63-82d983469975 - status: 200 OK - code: 200 - duration: 105.175458ms - - id: 108 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/f336be56-aa09-4f0b-93d5-4a1794ae24bf/kubeconfig - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1666 - uncompressed: false - body: '{"content":"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogInRlc3QtdHlwZS1jaGFuZ2UiCiAgY2x1c3RlcjoKICAgIGNlcnRpZmljYXRlLWF1dGhvcml0eS1kYXRhOiBMUzB0TFMxQ1JVZEpUaUJEUlZKVVNVWkpRMEZVUlMwdExTMHRDazFKU1VKWGVrTkRRVkZIWjBGM1NVSkJaMGxDUVVSQlMwSm5aM0ZvYTJwUFVGRlJSRUZxUVZaTlVrMTNSVkZaUkZaUlVVUkZkM0J5WkZkS2JHTnROV3dLWkVkV2VrMUNORmhFVkVreFRVUnJlVTlVUVRWTmVtdDVUakZ2V0VSVVRURk5SR3Q1VDFSQk5VMTZhM2xPTVc5M1JsUkZWRTFDUlVkQk1WVkZRWGhOU3dwaE0xWnBXbGhLZFZwWVVteGpla0phVFVKTlIwSjVjVWRUVFRRNVFXZEZSME5EY1VkVFRUUTVRWGRGU0VFd1NVRkNSSHBpYjBGelVXWm1jWEZSTlVGS0NtYzJkRmhqVUUxbmJ6aFRUMDlGYTFkSlZuVlhOME0xTnpCbVp5OWhVMU5PUkRWNlVEQnRPRlV2VFRsR2JFcFdSRVJSYWpGU1ZIcG1PVFJqZDNsQmIxRUtLMXBsZWpGQ2FXcFJha0pCVFVFMFIwRXhWV1JFZDBWQ0wzZFJSVUYzU1VOd1JFRlFRbWRPVmtoU1RVSkJaamhGUWxSQlJFRlJTQzlOUWpCSFFURlZaQXBFWjFGWFFrSlRaRFptTjFjMWJucGhTalprYTAxT1QycHZOSGwxTlU5eFRtdFVRVXRDWjJkeGFHdHFUMUJSVVVSQlowNUpRVVJDUmtGcFFYUktPRUl5Q25ad1lXazRTRVZSVHpKVmNsTndXR2d3YlVKVmNWTlFjRFpPWXpOUmRWbEZhME41ZUZKUlNXaEJVRmhzUjA5elkwVTNNRzlUVXpKVGJIVk1NazUwVjBnS1FrdElOMWgzV2tWWWNuZHNkazB4WTJsSlNGSUtMUzB0TFMxRlRrUWdRMFZTVkVsR1NVTkJWRVV0TFMwdExRbz0KICAgIHNlcnZlcjogaHR0cHM6Ly9mMzM2YmU1Ni1hYTA5LTRmMGItOTNkNS00YTE3OTRhZTI0YmYuYXBpLms4cy5mci1wYXIuc2N3LmNsb3VkOjY0NDMKY29udGV4dHM6Ci0gbmFtZTogYWRtaW5AdGVzdC10eXBlLWNoYW5nZQogIGNvbnRleHQ6CiAgICBjbHVzdGVyOiAidGVzdC10eXBlLWNoYW5nZSIKICAgIHVzZXI6IHRlc3QtdHlwZS1jaGFuZ2UtYWRtaW4KY3VycmVudC1jb250ZXh0OiBhZG1pbkB0ZXN0LXR5cGUtY2hhbmdlCmtpbmQ6IENvbmZpZwpwcmVmZXJlbmNlczoge30KdXNlcnM6Ci0gbmFtZTogdGVzdC10eXBlLWNoYW5nZS1hZG1pbgogIHVzZXI6CiAgICB0b2tlbjogVDFxZ2xPaGJ0MDM1b0NhTjlLVlJTZkxEV0x6SVdNcUMxbkV0SWI4WHhiMWtiNHd3bHZ3WjdLQWQ=","content_type":"application/octet-stream","name":"kubeconfig"}' - headers: - Content-Length: - - "1666" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:40:55 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - a9f0e6ef-ca8d-4332-b35d-d4e5932e0e9b - status: 200 OK - code: 200 - duration: 90.67525ms - - id: 109 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/f336be56-aa09-4f0b-93d5-4a1794ae24bf/available-types - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 541 - uncompressed: false - body: '{"cluster_types":[{"audit_logs_supported":true,"availability":"available","commitment_delay":"2592000s","dedicated":true,"max_etcd_size":200000000,"max_nodes":500,"memory":8000000000,"name":"multicloud-dedicated-8","resiliency":"high_availability","sla":99.5},{"audit_logs_supported":true,"availability":"available","commitment_delay":"2592000s","dedicated":true,"max_etcd_size":200000000,"max_nodes":500,"memory":16000000000,"name":"multicloud-dedicated-16","resiliency":"high_availability","sla":99.5}],"total_count":2}' - headers: - Content-Length: - - "541" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:40:55 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 474f8df3-8b13-48ad-9a37-9da28600b7be - status: 200 OK - code: 200 - duration: 152.288708ms - - id: 110 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/f336be56-aa09-4f0b-93d5-4a1794ae24bf?with_additional_resources=false - method: DELETE - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1619 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://f336be56-aa09-4f0b-93d5-4a1794ae24bf.api.k8s.fr-par.scw.cloud:6443","cni":"kilo","commitment_ends_at":"2025-10-30T09:39:27.649234Z","created_at":"2025-09-30T09:39:27.649226Z","description":"","dns_wildcard":"*.f336be56-aa09-4f0b-93d5-4a1794ae24bf.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"562bf8b2-539c-47b5-b01e-df16b4f0c5d4","id":"f336be56-aa09-4f0b-93d5-4a1794ae24bf","name":"test-type-change","new_images_enabled":false,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"100.64.0.0/15","private_network_id":null,"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"10.32.0.0/20","service_dns_ip":"10.32.0.10","status":"deleting","tags":["terraform-test","scaleway_k8s_cluster","type-change"],"type":"multicloud-dedicated-4","updated_at":"2025-09-30T09:40:56.238198Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1619" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:40:56 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 65c84b11-bdbf-415a-ba0b-063a9fa181e2 - status: 200 OK - code: 200 - duration: 144.345292ms - - id: 111 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/f336be56-aa09-4f0b-93d5-4a1794ae24bf - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1583 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://f336be56-aa09-4f0b-93d5-4a1794ae24bf.api.k8s.fr-par.scw.cloud:6443","cni":"kilo","commitment_ends_at":"2025-10-30T09:39:27.649234Z","created_at":"2025-09-30T09:39:27.649226Z","description":"","dns_wildcard":"*.f336be56-aa09-4f0b-93d5-4a1794ae24bf.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"562bf8b2-539c-47b5-b01e-df16b4f0c5d4","id":"f336be56-aa09-4f0b-93d5-4a1794ae24bf","name":"test-type-change","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":null,"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"","service_dns_ip":"","status":"deleting","tags":["terraform-test","scaleway_k8s_cluster","type-change"],"type":"multicloud-dedicated-4","updated_at":"2025-09-30T09:40:56.238198Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1583" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:40:56 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - b3fc62ed-53e8-4da2-9253-c9a63e23d993 - status: 200 OK - code: 200 - duration: 81.496208ms - - id: 112 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/f336be56-aa09-4f0b-93d5-4a1794ae24bf - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 128 - uncompressed: false - body: '{"message":"resource is not found","resource":"cluster","resource_id":"f336be56-aa09-4f0b-93d5-4a1794ae24bf","type":"not_found"}' - headers: - Content-Length: - - "128" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:41:01 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 4714b29a-b401-4d78-994c-a29e97e7e8fc - status: 404 Not Found - code: 404 - duration: 29.217292ms - - id: 113 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 649 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: '{"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","type":"multicloud","name":"test-type-change","description":"","tags":["terraform-test","scaleway_k8s_cluster","type-change"],"version":"1.34.1","cni":"kilo","pools":null,"autoscaler_config":{"scale_down_disabled":null,"scale_down_delay_after_add":null,"estimator":"unknown_estimator","expander":"unknown_expander","ignore_daemonsets_utilization":null,"balance_similar_node_groups":null,"expendable_pods_priority_cutoff":0,"scale_down_unneeded_time":null,"scale_down_utilization_threshold":null,"max_graceful_termination_sec":0},"feature_gates":[],"admission_plugins":[],"apiserver_cert_sans":[]}' - form: {} - headers: - Content-Type: - - application/json - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters - method: POST - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1571 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://d42d0f91-a742-4bc1-88e1-0412ddacfc50.api.k8s.fr-par.scw.cloud:6443","cni":"kilo","commitment_ends_at":"2025-09-30T09:41:01.685544Z","created_at":"2025-09-30T09:41:01.685537Z","description":"","dns_wildcard":"*.d42d0f91-a742-4bc1-88e1-0412ddacfc50.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"","id":"d42d0f91-a742-4bc1-88e1-0412ddacfc50","name":"test-type-change","new_images_enabled":false,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"100.64.0.0/15","private_network_id":null,"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"10.32.0.0/20","service_dns_ip":"10.32.0.10","status":"creating","tags":["terraform-test","scaleway_k8s_cluster","type-change"],"type":"multicloud","updated_at":"2025-09-30T09:41:01.685537Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1571" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:41:01 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - ec493cb7-e2af-48aa-8f61-bba27ed2119c - status: 200 OK - code: 200 - duration: 274.986458ms - - id: 114 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/d42d0f91-a742-4bc1-88e1-0412ddacfc50 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1535 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://d42d0f91-a742-4bc1-88e1-0412ddacfc50.api.k8s.fr-par.scw.cloud:6443","cni":"kilo","commitment_ends_at":"2025-09-30T09:41:01.685544Z","created_at":"2025-09-30T09:41:01.685537Z","description":"","dns_wildcard":"*.d42d0f91-a742-4bc1-88e1-0412ddacfc50.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"","id":"d42d0f91-a742-4bc1-88e1-0412ddacfc50","name":"test-type-change","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":null,"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"","service_dns_ip":"","status":"creating","tags":["terraform-test","scaleway_k8s_cluster","type-change"],"type":"multicloud","updated_at":"2025-09-30T09:41:01.685537Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1535" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:41:01 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 152411c4-99e3-4782-8fa7-998e29b0d227 - status: 200 OK - code: 200 - duration: 83.8825ms - - id: 115 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/d42d0f91-a742-4bc1-88e1-0412ddacfc50 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1568 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://d42d0f91-a742-4bc1-88e1-0412ddacfc50.api.k8s.fr-par.scw.cloud:6443","cni":"kilo","commitment_ends_at":"2025-09-30T09:41:01.685544Z","created_at":"2025-09-30T09:41:01.685537Z","description":"","dns_wildcard":"*.d42d0f91-a742-4bc1-88e1-0412ddacfc50.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"b20b0b26-d259-43b0-9f90-b6cb5fbc7f36","id":"d42d0f91-a742-4bc1-88e1-0412ddacfc50","name":"test-type-change","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":null,"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"","service_dns_ip":"","status":"ready","tags":["terraform-test","scaleway_k8s_cluster","type-change"],"type":"multicloud","updated_at":"2025-09-30T09:46:39.755434Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1568" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:46:43 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 8e133718-e4e3-48af-9243-189f0e82dcf8 - status: 200 OK - code: 200 - duration: 109.663959ms - - id: 116 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/d42d0f91-a742-4bc1-88e1-0412ddacfc50 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1568 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://d42d0f91-a742-4bc1-88e1-0412ddacfc50.api.k8s.fr-par.scw.cloud:6443","cni":"kilo","commitment_ends_at":"2025-09-30T09:41:01.685544Z","created_at":"2025-09-30T09:41:01.685537Z","description":"","dns_wildcard":"*.d42d0f91-a742-4bc1-88e1-0412ddacfc50.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"b20b0b26-d259-43b0-9f90-b6cb5fbc7f36","id":"d42d0f91-a742-4bc1-88e1-0412ddacfc50","name":"test-type-change","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":null,"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"","service_dns_ip":"","status":"ready","tags":["terraform-test","scaleway_k8s_cluster","type-change"],"type":"multicloud","updated_at":"2025-09-30T09:46:39.755434Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1568" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:46:43 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 5c6ffec8-29b7-47b4-b61f-b5339cffeb4c - status: 200 OK - code: 200 - duration: 95.227125ms - - id: 117 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/d42d0f91-a742-4bc1-88e1-0412ddacfc50/kubeconfig - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1666 - uncompressed: false - body: '{"content":"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogInRlc3QtdHlwZS1jaGFuZ2UiCiAgY2x1c3RlcjoKICAgIGNlcnRpZmljYXRlLWF1dGhvcml0eS1kYXRhOiBMUzB0TFMxQ1JVZEpUaUJEUlZKVVNVWkpRMEZVUlMwdExTMHRDazFKU1VKWGVrTkRRVkZIWjBGM1NVSkJaMGxDUVVSQlMwSm5aM0ZvYTJwUFVGRlJSRUZxUVZaTlVrMTNSVkZaUkZaUlVVUkZkM0J5WkZkS2JHTnROV3dLWkVkV2VrMUNORmhFVkVreFRVUnJlVTlVUVRWT1JFVjNUVlp2V0VSVVRURk5SR3Q1VDFSQk5VNUVSWGROVm05M1JsUkZWRTFDUlVkQk1WVkZRWGhOU3dwaE0xWnBXbGhLZFZwWVVteGpla0phVFVKTlIwSjVjVWRUVFRRNVFXZEZSME5EY1VkVFRUUTVRWGRGU0VFd1NVRkNVR05WWW1KQmVXWlBjMUJVWlhWd0NsWkxjV2cwVmpRNVduaEZNbXRpWTI1YVdFUlZZeXRHZEZaNU0wTjVjUzl4UTBoQlZUUXlMekZVUVVwSVVuVlFlRWx1YVM5SWJYaHhXRzFpV0M5M1prUUtaazlLY21aaVYycFJha0pCVFVFMFIwRXhWV1JFZDBWQ0wzZFJSVUYzU1VOd1JFRlFRbWRPVmtoU1RVSkJaamhGUWxSQlJFRlJTQzlOUWpCSFFURlZaQXBFWjFGWFFrSlNVV3RQTVROb1QwTTNTalZ2UW5ZNFRubzFOaXRGYTFkMVZqZHFRVXRDWjJkeGFHdHFUMUJSVVVSQlowNUpRVVJDUmtGcFJVRTJZbnBYQ2psclNFRjZNR3RWTWt4TU5WZzRlakZZVDNOTldrRnJjakZEY0VJNFVsRkJaMU5SU1ZOV2MwTkpRVlpHZFUxdGVscEdMemhzTm1SNWFXTkRlVFJ6V1hvS1kzRjFhM2Q2YkdoMlNFd3plRnBtV2xneWFHOEtMUzB0TFMxRlRrUWdRMFZTVkVsR1NVTkJWRVV0TFMwdExRbz0KICAgIHNlcnZlcjogaHR0cHM6Ly9kNDJkMGY5MS1hNzQyLTRiYzEtODhlMS0wNDEyZGRhY2ZjNTAuYXBpLms4cy5mci1wYXIuc2N3LmNsb3VkOjY0NDMKY29udGV4dHM6Ci0gbmFtZTogYWRtaW5AdGVzdC10eXBlLWNoYW5nZQogIGNvbnRleHQ6CiAgICBjbHVzdGVyOiAidGVzdC10eXBlLWNoYW5nZSIKICAgIHVzZXI6IHRlc3QtdHlwZS1jaGFuZ2UtYWRtaW4KY3VycmVudC1jb250ZXh0OiBhZG1pbkB0ZXN0LXR5cGUtY2hhbmdlCmtpbmQ6IENvbmZpZwpwcmVmZXJlbmNlczoge30KdXNlcnM6Ci0gbmFtZTogdGVzdC10eXBlLWNoYW5nZS1hZG1pbgogIHVzZXI6CiAgICB0b2tlbjogWlVMSmZKcDkxMzM1emJkdXoyR1VQR1l2SGRCMXc4d1pMMDJPZ2RmdXFXbzJsSmFidVFkUTVaRDA=","content_type":"application/octet-stream","name":"kubeconfig"}' - headers: - Content-Length: - - "1666" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:46:43 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - eaddc307-54bb-40e1-8482-114f3a70aeed - status: 200 OK - code: 200 - duration: 97.471375ms - - id: 118 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/d42d0f91-a742-4bc1-88e1-0412ddacfc50 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1568 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://d42d0f91-a742-4bc1-88e1-0412ddacfc50.api.k8s.fr-par.scw.cloud:6443","cni":"kilo","commitment_ends_at":"2025-09-30T09:41:01.685544Z","created_at":"2025-09-30T09:41:01.685537Z","description":"","dns_wildcard":"*.d42d0f91-a742-4bc1-88e1-0412ddacfc50.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"b20b0b26-d259-43b0-9f90-b6cb5fbc7f36","id":"d42d0f91-a742-4bc1-88e1-0412ddacfc50","name":"test-type-change","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":null,"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"","service_dns_ip":"","status":"ready","tags":["terraform-test","scaleway_k8s_cluster","type-change"],"type":"multicloud","updated_at":"2025-09-30T09:46:39.755434Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1568" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:46:43 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 5c8d558e-348a-4e0f-a406-158221e9fd40 - status: 200 OK - code: 200 - duration: 89.3185ms - - id: 119 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/d42d0f91-a742-4bc1-88e1-0412ddacfc50 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1568 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://d42d0f91-a742-4bc1-88e1-0412ddacfc50.api.k8s.fr-par.scw.cloud:6443","cni":"kilo","commitment_ends_at":"2025-09-30T09:41:01.685544Z","created_at":"2025-09-30T09:41:01.685537Z","description":"","dns_wildcard":"*.d42d0f91-a742-4bc1-88e1-0412ddacfc50.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"b20b0b26-d259-43b0-9f90-b6cb5fbc7f36","id":"d42d0f91-a742-4bc1-88e1-0412ddacfc50","name":"test-type-change","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":null,"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"","service_dns_ip":"","status":"ready","tags":["terraform-test","scaleway_k8s_cluster","type-change"],"type":"multicloud","updated_at":"2025-09-30T09:46:39.755434Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1568" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:46:44 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 6fe1e8a5-d3b2-472e-bf7f-d86b88bb60e2 - status: 200 OK - code: 200 - duration: 85.938208ms - - id: 120 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/d42d0f91-a742-4bc1-88e1-0412ddacfc50/kubeconfig - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1666 - uncompressed: false - body: '{"content":"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogInRlc3QtdHlwZS1jaGFuZ2UiCiAgY2x1c3RlcjoKICAgIGNlcnRpZmljYXRlLWF1dGhvcml0eS1kYXRhOiBMUzB0TFMxQ1JVZEpUaUJEUlZKVVNVWkpRMEZVUlMwdExTMHRDazFKU1VKWGVrTkRRVkZIWjBGM1NVSkJaMGxDUVVSQlMwSm5aM0ZvYTJwUFVGRlJSRUZxUVZaTlVrMTNSVkZaUkZaUlVVUkZkM0J5WkZkS2JHTnROV3dLWkVkV2VrMUNORmhFVkVreFRVUnJlVTlVUVRWT1JFVjNUVlp2V0VSVVRURk5SR3Q1VDFSQk5VNUVSWGROVm05M1JsUkZWRTFDUlVkQk1WVkZRWGhOU3dwaE0xWnBXbGhLZFZwWVVteGpla0phVFVKTlIwSjVjVWRUVFRRNVFXZEZSME5EY1VkVFRUUTVRWGRGU0VFd1NVRkNVR05WWW1KQmVXWlBjMUJVWlhWd0NsWkxjV2cwVmpRNVduaEZNbXRpWTI1YVdFUlZZeXRHZEZaNU0wTjVjUzl4UTBoQlZUUXlMekZVUVVwSVVuVlFlRWx1YVM5SWJYaHhXRzFpV0M5M1prUUtaazlLY21aaVYycFJha0pCVFVFMFIwRXhWV1JFZDBWQ0wzZFJSVUYzU1VOd1JFRlFRbWRPVmtoU1RVSkJaamhGUWxSQlJFRlJTQzlOUWpCSFFURlZaQXBFWjFGWFFrSlNVV3RQTVROb1QwTTNTalZ2UW5ZNFRubzFOaXRGYTFkMVZqZHFRVXRDWjJkeGFHdHFUMUJSVVVSQlowNUpRVVJDUmtGcFJVRTJZbnBYQ2psclNFRjZNR3RWTWt4TU5WZzRlakZZVDNOTldrRnJjakZEY0VJNFVsRkJaMU5SU1ZOV2MwTkpRVlpHZFUxdGVscEdMemhzTm1SNWFXTkRlVFJ6V1hvS1kzRjFhM2Q2YkdoMlNFd3plRnBtV2xneWFHOEtMUzB0TFMxRlRrUWdRMFZTVkVsR1NVTkJWRVV0TFMwdExRbz0KICAgIHNlcnZlcjogaHR0cHM6Ly9kNDJkMGY5MS1hNzQyLTRiYzEtODhlMS0wNDEyZGRhY2ZjNTAuYXBpLms4cy5mci1wYXIuc2N3LmNsb3VkOjY0NDMKY29udGV4dHM6Ci0gbmFtZTogYWRtaW5AdGVzdC10eXBlLWNoYW5nZQogIGNvbnRleHQ6CiAgICBjbHVzdGVyOiAidGVzdC10eXBlLWNoYW5nZSIKICAgIHVzZXI6IHRlc3QtdHlwZS1jaGFuZ2UtYWRtaW4KY3VycmVudC1jb250ZXh0OiBhZG1pbkB0ZXN0LXR5cGUtY2hhbmdlCmtpbmQ6IENvbmZpZwpwcmVmZXJlbmNlczoge30KdXNlcnM6Ci0gbmFtZTogdGVzdC10eXBlLWNoYW5nZS1hZG1pbgogIHVzZXI6CiAgICB0b2tlbjogWlVMSmZKcDkxMzM1emJkdXoyR1VQR1l2SGRCMXc4d1pMMDJPZ2RmdXFXbzJsSmFidVFkUTVaRDA=","content_type":"application/octet-stream","name":"kubeconfig"}' - headers: - Content-Length: - - "1666" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:46:44 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - cff4abd5-e64f-4c3b-b1fe-97cb17e35824 - status: 200 OK - code: 200 - duration: 77.865583ms - - id: 121 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/d42d0f91-a742-4bc1-88e1-0412ddacfc50?with_additional_resources=false - method: DELETE - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1607 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://d42d0f91-a742-4bc1-88e1-0412ddacfc50.api.k8s.fr-par.scw.cloud:6443","cni":"kilo","commitment_ends_at":"2025-09-30T09:41:01.685544Z","created_at":"2025-09-30T09:41:01.685537Z","description":"","dns_wildcard":"*.d42d0f91-a742-4bc1-88e1-0412ddacfc50.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"b20b0b26-d259-43b0-9f90-b6cb5fbc7f36","id":"d42d0f91-a742-4bc1-88e1-0412ddacfc50","name":"test-type-change","new_images_enabled":false,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"100.64.0.0/15","private_network_id":null,"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"10.32.0.0/20","service_dns_ip":"10.32.0.10","status":"deleting","tags":["terraform-test","scaleway_k8s_cluster","type-change"],"type":"multicloud","updated_at":"2025-09-30T09:46:45.087375Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1607" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:46:45 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 7cd3d0d1-a270-43f7-802b-f5ba52006c4b - status: 200 OK - code: 200 - duration: 584.915833ms - - id: 122 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/d42d0f91-a742-4bc1-88e1-0412ddacfc50 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1571 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://d42d0f91-a742-4bc1-88e1-0412ddacfc50.api.k8s.fr-par.scw.cloud:6443","cni":"kilo","commitment_ends_at":"2025-09-30T09:41:01.685544Z","created_at":"2025-09-30T09:41:01.685537Z","description":"","dns_wildcard":"*.d42d0f91-a742-4bc1-88e1-0412ddacfc50.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"b20b0b26-d259-43b0-9f90-b6cb5fbc7f36","id":"d42d0f91-a742-4bc1-88e1-0412ddacfc50","name":"test-type-change","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":null,"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"","service_dns_ip":"","status":"deleting","tags":["terraform-test","scaleway_k8s_cluster","type-change"],"type":"multicloud","updated_at":"2025-09-30T09:46:45.087375Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1571" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:46:45 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 3a729b09-8842-4c46-9773-73d49e1d2bfa - status: 200 OK - code: 200 - duration: 94.044583ms - - id: 123 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/d42d0f91-a742-4bc1-88e1-0412ddacfc50 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 128 - uncompressed: false - body: '{"message":"resource is not found","resource":"cluster","resource_id":"d42d0f91-a742-4bc1-88e1-0412ddacfc50","type":"not_found"}' - headers: - Content-Length: - - "128" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:49:08 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 82ca4b0e-c23c-48b9-84e2-812c554c9834 - status: 404 Not Found - code: 404 - duration: 49.704958ms - - id: 124 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/d42d0f91-a742-4bc1-88e1-0412ddacfc50 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 128 - uncompressed: false - body: '{"message":"resource is not found","resource":"cluster","resource_id":"d42d0f91-a742-4bc1-88e1-0412ddacfc50","type":"not_found"}' - headers: - Content-Length: - - "128" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:49:08 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - d1a8ed26-7a86-41e4-b13f-ccb678b9014f - status: 404 Not Found - code: 404 - duration: 26.176417ms +- id: 0 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/versions + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 4476 + body: "{\"versions\":[{\"region\":\"fr-par\", \"name\":\"1.34.1\", \"label\":\"Kubernetes 1.34.1\", \"available_cnis\":[\"cilium\", \"cilium_native\", \"calico\", \"kilo\", \"none\"], \"available_container_runtimes\":[\"containerd\"], \"available_feature_gates\":[\"HPAScaleToZero\", \"CPUManagerPolicyAlphaOptions\", \"ImageVolume\"], \"available_admission_plugins\":[\"AlwaysPullImages\", \"PodNodeSelector\", \"PodTolerationRestriction\"], \"available_kubelet_args\":{\"containerLogMaxFiles\":\"uint16\", \"containerLogMaxSize\":\"quantity\", \"cpuCFSQuota\":\"bool\", \"cpuCFSQuotaPeriod\":\"duration\", \"cpuManagerPolicy\":\"enum:none|static\", \"cpuManagerPolicyOptions\":\"map[string]string\", \"enableDebuggingHandlers\":\"bool\", \"evictionHard\":\"map[string]string\", \"evictionMinimumReclaim\":\"map[string]string\", \"imageGCHighThresholdPercent\":\"uint32\", \"imageGCLowThresholdPercent\":\"uint32\", \"maxParallelImagePulls\":\"int32\", \"maxPods\":\"uint16\", \"registryBurst\":\"int32\", \"registryPullQPS\":\"int32\", \"serializeImagePulls\":\"bool\"}, \"deprecated_at\":\"2026-09-29T00:00:00Z\", \"end_of_life_at\":\"2026-11-29T00:00:00Z\", \"released_at\":\"2025-09-29T00:00:00Z\"}, {\"region\":\"fr-par\", \"name\":\"1.33.4\", \"label\":\"Kubernetes 1.33.4\", \"available_cnis\":[\"cilium\", \"calico\", \"kilo\", \"none\"], \"available_container_runtimes\":[\"containerd\"], \"available_feature_gates\":[\"HPAScaleToZero\", \"DRAAdminAccess\", \"DynamicResourceAllocation\", \"PodLevelResources\", \"CPUManagerPolicyAlphaOptions\", \"ImageVolume\"], \"available_admission_plugins\":[\"AlwaysPullImages\", \"PodNodeSelector\", \"PodTolerationRestriction\"], \"available_kubelet_args\":{\"containerLogMaxFiles\":\"uint16\", \"containerLogMaxSize\":\"quantity\", \"cpuCFSQuota\":\"bool\", \"cpuCFSQuotaPeriod\":\"duration\", \"cpuManagerPolicy\":\"enum:none|static\", \"cpuManagerPolicyOptions\":\"map[string]string\", \"enableDebuggingHandlers\":\"bool\", \"evictionHard\":\"map[string]string\", \"evictionMinimumReclaim\":\"map[string]string\", \"imageGCHighThresholdPercent\":\"uint32\", \"imageGCLowThresholdPercent\":\"uint32\", \"maxParallelImagePulls\":\"int32\", \"maxPods\":\"uint16\", \"registryBurst\":\"int32\", \"registryPullQPS\":\"int32\", \"serializeImagePulls\":\"bool\"}, \"deprecated_at\":\"2026-09-04T00:00:00Z\", \"end_of_life_at\":\"2026-11-04T00:00:00Z\", \"released_at\":\"2025-09-04T00:00:00Z\"}, {\"region\":\"fr-par\", \"name\":\"1.32.8\", \"label\":\"Kubernetes 1.32.8\", \"available_cnis\":[\"cilium\", \"calico\", \"kilo\", \"none\"], \"available_container_runtimes\":[\"containerd\"], \"available_feature_gates\":[\"HPAScaleToZero\", \"InPlacePodVerticalScaling\", \"SidecarContainers\", \"DRAAdminAccess\", \"DRAResourceClaimDeviceStatus\", \"DynamicResourceAllocation\", \"PodLevelResources\", \"CPUManagerPolicyAlphaOptions\", \"ImageVolume\"], \"available_admission_plugins\":[\"AlwaysPullImages\", \"PodNodeSelector\", \"PodTolerationRestriction\"], \"available_kubelet_args\":{\"containerLogMaxFiles\":\"uint16\", \"containerLogMaxSize\":\"quantity\", \"cpuCFSQuota\":\"bool\", \"cpuCFSQuotaPeriod\":\"duration\", \"cpuManagerPolicy\":\"enum:none|static\", \"cpuManagerPolicyOptions\":\"map[string]string\", \"enableDebuggingHandlers\":\"bool\", \"evictionHard\":\"map[string]string\", \"evictionMinimumReclaim\":\"map[string]string\", \"imageGCHighThresholdPercent\":\"uint32\", \"imageGCLowThresholdPercent\":\"uint32\", \"maxParallelImagePulls\":\"int32\", \"maxPods\":\"uint16\", \"registryBurst\":\"int32\", \"registryPullQPS\":\"int32\", \"serializeImagePulls\":\"bool\"}, \"deprecated_at\":\"2026-03-24T00:00:00Z\", \"end_of_life_at\":\"2025-05-24T00:00:00Z\", \"released_at\":\"2025-03-24T00:00:00Z\"}, {\"region\":\"fr-par\", \"name\":\"1.31.12\", \"label\":\"Kubernetes 1.31.12\", \"available_cnis\":[\"cilium\", \"calico\", \"kilo\", \"none\"], \"available_container_runtimes\":[\"containerd\"], \"available_feature_gates\":[\"HPAScaleToZero\", \"InPlacePodVerticalScaling\", \"SidecarContainers\", \"CPUManagerPolicyAlphaOptions\", \"ImageVolume\"], \"available_admission_plugins\":[\"AlwaysPullImages\", \"PodNodeSelector\", \"PodTolerationRestriction\"], \"available_kubelet_args\":{\"containerLogMaxFiles\":\"uint16\", \"containerLogMaxSize\":\"quantity\", \"cpuCFSQuota\":\"bool\", \"cpuCFSQuotaPeriod\":\"duration\", \"cpuManagerPolicy\":\"enum:none|static\", \"cpuManagerPolicyOptions\":\"map[string]string\", \"enableDebuggingHandlers\":\"bool\", \"evictionHard\":\"map[string]string\", \"evictionMinimumReclaim\":\"map[string]string\", \"imageGCHighThresholdPercent\":\"uint32\", \"imageGCLowThresholdPercent\":\"uint32\", \"maxParallelImagePulls\":\"int32\", \"maxPods\":\"uint16\", \"registryBurst\":\"int32\", \"registryPullQPS\":\"int32\", \"serializeImagePulls\":\"bool\"}, \"deprecated_at\":\"2025-12-02T00:00:00Z\", \"end_of_life_at\":\"2026-02-02T00:00:00Z\", \"released_at\":\"2024-12-02T00:00:00Z\"}]}" + headers: + Content-Length: + - "4476" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:32:22 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 85dbbff1-838f-4015-8ff8-e75e76c8fa25 + status: 200 OK + code: 200 + duration: 82.098874ms +- id: 1 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 119 + host: api.scaleway.com + body: "{\"name\":\"tf-vpc-cool-ardinghelli\",\"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\",\"tags\":[],\"enable_routing\":false}" + headers: + Content-Type: + - application/json + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/vpc/v2/regions/fr-par/vpcs + method: POST + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 421 + body: "{\"id\":\"abc9cb6f-35f4-4119-8a61-418592c48d78\", \"name\":\"tf-vpc-cool-ardinghelli\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:23.250212Z\", \"updated_at\":\"2025-10-30T17:32:23.250212Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_default\":false, \"private_network_count\":0, \"routing_enabled\":true, \"custom_routes_propagation_enabled\":true, \"region\":\"fr-par\"}" + headers: + Content-Length: + - "421" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:32:23 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 35879f87-89a1-4bfc-bf2e-1fe0a6c6590d + status: 200 OK + code: 200 + duration: 107.627409ms +- id: 2 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/vpc/v2/regions/fr-par/vpcs/abc9cb6f-35f4-4119-8a61-418592c48d78 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 421 + body: "{\"id\":\"abc9cb6f-35f4-4119-8a61-418592c48d78\", \"name\":\"tf-vpc-cool-ardinghelli\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:23.250212Z\", \"updated_at\":\"2025-10-30T17:32:23.250212Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_default\":false, \"private_network_count\":0, \"routing_enabled\":true, \"custom_routes_propagation_enabled\":true, \"region\":\"fr-par\"}" + headers: + Content-Length: + - "421" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:32:23 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - a5060279-b3fe-4cc1-bd2f-a8e34230c6e6 + status: 200 OK + code: 200 + duration: 102.137346ms +- id: 3 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 194 + host: api.scaleway.com + body: "{\"name\":\"test-type-change\",\"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\",\"tags\":[],\"subnets\":null,\"vpc_id\":\"abc9cb6f-35f4-4119-8a61-418592c48d78\",\"default_route_propagation_enabled\":false}" + headers: + Content-Type: + - application/json + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks + method: POST + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1086 + body: "{\"id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"name\":\"test-type-change\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:23.479384Z\", \"updated_at\":\"2025-10-30T17:32:23.479384Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"subnets\":[{\"id\":\"07123eac-9369-4f95-8d04-60230299a581\", \"created_at\":\"2025-10-30T17:32:23.479384Z\", \"updated_at\":\"2025-10-30T17:32:23.479384Z\", \"subnet\":\"172.18.20.0/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"vpc_id\":\"abc9cb6f-35f4-4119-8a61-418592c48d78\"}, {\"id\":\"06551711-cf24-46d0-a1c2-1fe06e2adb94\", \"created_at\":\"2025-10-30T17:32:23.479384Z\", \"updated_at\":\"2025-10-30T17:32:23.479384Z\", \"subnet\":\"fd5f:519c:6d46:c7fd::/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"vpc_id\":\"abc9cb6f-35f4-4119-8a61-418592c48d78\"}], \"vpc_id\":\"abc9cb6f-35f4-4119-8a61-418592c48d78\", \"dhcp_enabled\":true, \"default_route_propagation_enabled\":false, \"region\":\"fr-par\"}" + headers: + Content-Length: + - "1086" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:32:24 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - f66b0087-59bc-467c-b5fc-2ec7a5535280 + status: 200 OK + code: 200 + duration: 656.143097ms +- id: 4 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks/15f251cc-3925-4375-85b3-2e1ed1458f44 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1086 + body: "{\"id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"name\":\"test-type-change\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:23.479384Z\", \"updated_at\":\"2025-10-30T17:32:23.479384Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"subnets\":[{\"id\":\"07123eac-9369-4f95-8d04-60230299a581\", \"created_at\":\"2025-10-30T17:32:23.479384Z\", \"updated_at\":\"2025-10-30T17:32:23.479384Z\", \"subnet\":\"172.18.20.0/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"vpc_id\":\"abc9cb6f-35f4-4119-8a61-418592c48d78\"}, {\"id\":\"06551711-cf24-46d0-a1c2-1fe06e2adb94\", \"created_at\":\"2025-10-30T17:32:23.479384Z\", \"updated_at\":\"2025-10-30T17:32:23.479384Z\", \"subnet\":\"fd5f:519c:6d46:c7fd::/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"vpc_id\":\"abc9cb6f-35f4-4119-8a61-418592c48d78\"}], \"vpc_id\":\"abc9cb6f-35f4-4119-8a61-418592c48d78\", \"dhcp_enabled\":true, \"default_route_propagation_enabled\":false, \"region\":\"fr-par\"}" + headers: + Content-Length: + - "1086" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:32:24 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 8af17e96-2b6f-401c-8548-1d91f4253678 + status: 200 OK + code: 200 + duration: 110.312703ms +- id: 5 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 708 + host: api.scaleway.com + body: "{\"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\",\"type\":\"kapsule\",\"name\":\"test-type-change\",\"description\":\"\",\"tags\":[\"terraform-test\",\"scaleway_k8s_cluster\",\"type-change\"],\"version\":\"1.34.1\",\"cni\":\"cilium\",\"pools\":null,\"autoscaler_config\":{\"scale_down_disabled\":null,\"scale_down_delay_after_add\":null,\"estimator\":\"unknown_estimator\",\"expander\":\"unknown_expander\",\"ignore_daemonsets_utilization\":null,\"balance_similar_node_groups\":null,\"expendable_pods_priority_cutoff\":0,\"scale_down_unneeded_time\":null,\"scale_down_utilization_threshold\":null,\"max_graceful_termination_sec\":0},\"feature_gates\":[],\"admission_plugins\":[],\"apiserver_cert_sans\":[],\"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\"}" + headers: + Content-Type: + - application/json + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters + method: POST + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1604 + body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:32:24.563192Z\", \"type\":\"kapsule\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"creating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-10-30T17:32:24.563206Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"\", \"new_images_enabled\":false, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1604" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:32:24 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - a8f60150-008f-4d0f-860f-84193bfee453 + status: 200 OK + code: 200 + duration: 429.773379ms +- id: 6 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1603 + body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:32:24.563192Z\", \"type\":\"kapsule\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"creating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-10-30T17:32:24.563206Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1603" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:32:24 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 55d57825-3f8f-45b6-96b7-e844633b95e6 + status: 200 OK + code: 200 + duration: 105.564066ms +- id: 7 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1644 + body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:32:25.035179Z\", \"type\":\"kapsule\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"pool_required\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-10-30T17:32:24.563206Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1644" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:32:29 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 9447512b-3415-473d-8c37-c2f56f0cd6fe + status: 200 OK + code: 200 + duration: 99.652328ms +- id: 8 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + form: + order_by: + - created_at_asc + page: + - "1" + status: + - unknown + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487/pools?order_by=created_at_asc&page=1&status=unknown + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 29 + body: "{\"total_count\":0, \"pools\":[]}" + headers: + Content-Length: + - "29" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:32:29 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 54f5abd7-a0a4-49c1-8176-608b3946dd33 + status: 200 OK + code: 200 + duration: 111.22586ms +- id: 9 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1644 + body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:32:25.035179Z\", \"type\":\"kapsule\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"pool_required\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-10-30T17:32:24.563206Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1644" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:32:29 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 56ede544-2e77-4412-a498-04842c0412ab + status: 200 OK + code: 200 + duration: 25.546749ms +- id: 10 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487/kubeconfig + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1666 + body: "{\"name\":\"kubeconfig\", \"content_type\":\"application/octet-stream\", \"content\":\"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogInRlc3QtdHlwZS1jaGFuZ2UiCiAgY2x1c3RlcjoKICAgIGNlcnRpZmljYXRlLWF1dGhvcml0eS1kYXRhOiBMUzB0TFMxQ1JVZEpUaUJEUlZKVVNVWkpRMEZVUlMwdExTMHRDazFKU1VKWGVrTkRRVkZIWjBGM1NVSkJaMGxDUVVSQlMwSm5aM0ZvYTJwUFVGRlJSRUZxUVZaTlVrMTNSVkZaUkZaUlVVUkZkM0J5WkZkS2JHTnROV3dLWkVkV2VrMUNORmhFVkVreFRWUkJlVTlVUlROTmVrbDVUa1p2V0VSVVRURk5WRUY1VDFSRk0wMTZTWGxPUm05M1JsUkZWRTFDUlVkQk1WVkZRWGhOU3dwaE0xWnBXbGhLZFZwWVVteGpla0phVFVKTlIwSjVjVWRUVFRRNVFXZEZSME5EY1VkVFRUUTVRWGRGU0VFd1NVRkNUVkptU2s1SE1DOXFWVTFGWml0NUNsbHpUbXQxTUhCWVNXeDNkbmxKU2pocFQyNVBRMWgwV0dsQ2JYbzVhbWx4UzJKSk5IZzFWakJ2U0RCeFp6Wmtka1F4Y2paYVkwWXJRa3hITm05bFUwWUtjVFV3ZW5adVQycFJha0pCVFVFMFIwRXhWV1JFZDBWQ0wzZFJSVUYzU1VOd1JFRlFRbWRPVmtoU1RVSkJaamhGUWxSQlJFRlJTQzlOUWpCSFFURlZaQXBFWjFGWFFrSlRlWGRpWTIxcldUZ3pNV0pqVkV4Q1FYZFZXbTlCWmtWQlRuTkVRVXRDWjJkeGFHdHFUMUJSVVVSQlowNUpRVVJDUmtGcFJVRjBXR2hDQ25ObmJsSlVWVk13VW5BMlEyRmpRV0ZXVWpBeFoyNTFWMGR2Um1abU9FWlFUbGRCUlVaQ2MwTkpRVmhQZW1zNE9WUkJiSFJhYW5CdU5YUTVkSEJ2U1VvS2JVb3hkWFpITkdKMWFrNURWbXd5T0ZGbVlrY0tMUzB0TFMxRlRrUWdRMFZTVkVsR1NVTkJWRVV0TFMwdExRbz0KICAgIHNlcnZlcjogaHR0cHM6Ly9jMTEyYTQ1NC1mNjM0LTQ5NTAtODA5NS1lMTgzMTQwMGE0ODcuYXBpLms4cy5mci1wYXIuc2N3LmNsb3VkOjY0NDMKY29udGV4dHM6Ci0gbmFtZTogYWRtaW5AdGVzdC10eXBlLWNoYW5nZQogIGNvbnRleHQ6CiAgICBjbHVzdGVyOiAidGVzdC10eXBlLWNoYW5nZSIKICAgIHVzZXI6IHRlc3QtdHlwZS1jaGFuZ2UtYWRtaW4KY3VycmVudC1jb250ZXh0OiBhZG1pbkB0ZXN0LXR5cGUtY2hhbmdlCmtpbmQ6IENvbmZpZwpwcmVmZXJlbmNlczoge30KdXNlcnM6Ci0gbmFtZTogdGVzdC10eXBlLWNoYW5nZS1hZG1pbgogIHVzZXI6CiAgICB0b2tlbjogbE0zUVdtOFRiejRHY0x0SmpwWUVDVnJZREVtZmtWUDF2cnN0TDhIVzFZeFYyRndXWEphRG9paDk=\"}" + headers: + Content-Length: + - "1666" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:32:30 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 7fdb6456-b392-4aa6-bb84-0cb769ac4418 + status: 200 OK + code: 200 + duration: 78.768634ms +- id: 11 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1644 + body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:32:25.035179Z\", \"type\":\"kapsule\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"pool_required\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-10-30T17:32:24.563206Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1644" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:32:30 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 44895ea2-bd3d-40af-95b4-816ebdf4066e + status: 200 OK + code: 200 + duration: 23.640672ms +- id: 12 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/vpc/v2/regions/fr-par/vpcs/abc9cb6f-35f4-4119-8a61-418592c48d78 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 421 + body: "{\"id\":\"abc9cb6f-35f4-4119-8a61-418592c48d78\", \"name\":\"tf-vpc-cool-ardinghelli\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:23.250212Z\", \"updated_at\":\"2025-10-30T17:32:23.250212Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_default\":false, \"private_network_count\":1, \"routing_enabled\":true, \"custom_routes_propagation_enabled\":true, \"region\":\"fr-par\"}" + headers: + Content-Length: + - "421" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:32:30 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - de92a848-010f-4e30-b2da-1c748304b128 + status: 200 OK + code: 200 + duration: 97.860535ms +- id: 13 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks/15f251cc-3925-4375-85b3-2e1ed1458f44 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1086 + body: "{\"id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"name\":\"test-type-change\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:23.479384Z\", \"updated_at\":\"2025-10-30T17:32:23.479384Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"subnets\":[{\"id\":\"07123eac-9369-4f95-8d04-60230299a581\", \"created_at\":\"2025-10-30T17:32:23.479384Z\", \"updated_at\":\"2025-10-30T17:32:23.479384Z\", \"subnet\":\"172.18.20.0/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"vpc_id\":\"abc9cb6f-35f4-4119-8a61-418592c48d78\"}, {\"id\":\"06551711-cf24-46d0-a1c2-1fe06e2adb94\", \"created_at\":\"2025-10-30T17:32:23.479384Z\", \"updated_at\":\"2025-10-30T17:32:23.479384Z\", \"subnet\":\"fd5f:519c:6d46:c7fd::/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"vpc_id\":\"abc9cb6f-35f4-4119-8a61-418592c48d78\"}], \"vpc_id\":\"abc9cb6f-35f4-4119-8a61-418592c48d78\", \"dhcp_enabled\":true, \"default_route_propagation_enabled\":false, \"region\":\"fr-par\"}" + headers: + Content-Length: + - "1086" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:32:30 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 2f040947-6e8b-4cab-8f6e-5e4ae4ff214b + status: 200 OK + code: 200 + duration: 89.365647ms +- id: 14 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1644 + body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:32:25.035179Z\", \"type\":\"kapsule\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"pool_required\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-10-30T17:32:24.563206Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1644" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:32:30 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - a838e291-910e-43e6-b980-f6ad391ad047 + status: 200 OK + code: 200 + duration: 28.744468ms +- id: 15 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487/kubeconfig + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1666 + body: "{\"name\":\"kubeconfig\", \"content_type\":\"application/octet-stream\", \"content\":\"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogInRlc3QtdHlwZS1jaGFuZ2UiCiAgY2x1c3RlcjoKICAgIGNlcnRpZmljYXRlLWF1dGhvcml0eS1kYXRhOiBMUzB0TFMxQ1JVZEpUaUJEUlZKVVNVWkpRMEZVUlMwdExTMHRDazFKU1VKWGVrTkRRVkZIWjBGM1NVSkJaMGxDUVVSQlMwSm5aM0ZvYTJwUFVGRlJSRUZxUVZaTlVrMTNSVkZaUkZaUlVVUkZkM0J5WkZkS2JHTnROV3dLWkVkV2VrMUNORmhFVkVreFRWUkJlVTlVUlROTmVrbDVUa1p2V0VSVVRURk5WRUY1VDFSRk0wMTZTWGxPUm05M1JsUkZWRTFDUlVkQk1WVkZRWGhOU3dwaE0xWnBXbGhLZFZwWVVteGpla0phVFVKTlIwSjVjVWRUVFRRNVFXZEZSME5EY1VkVFRUUTVRWGRGU0VFd1NVRkNUVkptU2s1SE1DOXFWVTFGWml0NUNsbHpUbXQxTUhCWVNXeDNkbmxKU2pocFQyNVBRMWgwV0dsQ2JYbzVhbWx4UzJKSk5IZzFWakJ2U0RCeFp6Wmtka1F4Y2paYVkwWXJRa3hITm05bFUwWUtjVFV3ZW5adVQycFJha0pCVFVFMFIwRXhWV1JFZDBWQ0wzZFJSVUYzU1VOd1JFRlFRbWRPVmtoU1RVSkJaamhGUWxSQlJFRlJTQzlOUWpCSFFURlZaQXBFWjFGWFFrSlRlWGRpWTIxcldUZ3pNV0pqVkV4Q1FYZFZXbTlCWmtWQlRuTkVRVXRDWjJkeGFHdHFUMUJSVVVSQlowNUpRVVJDUmtGcFJVRjBXR2hDQ25ObmJsSlVWVk13VW5BMlEyRmpRV0ZXVWpBeFoyNTFWMGR2Um1abU9FWlFUbGRCUlVaQ2MwTkpRVmhQZW1zNE9WUkJiSFJhYW5CdU5YUTVkSEJ2U1VvS2JVb3hkWFpITkdKMWFrNURWbXd5T0ZGbVlrY0tMUzB0TFMxRlRrUWdRMFZTVkVsR1NVTkJWRVV0TFMwdExRbz0KICAgIHNlcnZlcjogaHR0cHM6Ly9jMTEyYTQ1NC1mNjM0LTQ5NTAtODA5NS1lMTgzMTQwMGE0ODcuYXBpLms4cy5mci1wYXIuc2N3LmNsb3VkOjY0NDMKY29udGV4dHM6Ci0gbmFtZTogYWRtaW5AdGVzdC10eXBlLWNoYW5nZQogIGNvbnRleHQ6CiAgICBjbHVzdGVyOiAidGVzdC10eXBlLWNoYW5nZSIKICAgIHVzZXI6IHRlc3QtdHlwZS1jaGFuZ2UtYWRtaW4KY3VycmVudC1jb250ZXh0OiBhZG1pbkB0ZXN0LXR5cGUtY2hhbmdlCmtpbmQ6IENvbmZpZwpwcmVmZXJlbmNlczoge30KdXNlcnM6Ci0gbmFtZTogdGVzdC10eXBlLWNoYW5nZS1hZG1pbgogIHVzZXI6CiAgICB0b2tlbjogbE0zUVdtOFRiejRHY0x0SmpwWUVDVnJZREVtZmtWUDF2cnN0TDhIVzFZeFYyRndXWEphRG9paDk=\"}" + headers: + Content-Length: + - "1666" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:32:30 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - a3c2427a-1116-4e57-a804-c5057377caea + status: 200 OK + code: 200 + duration: 100.157728ms +- id: 16 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/vpc/v2/regions/fr-par/vpcs/abc9cb6f-35f4-4119-8a61-418592c48d78 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 421 + body: "{\"id\":\"abc9cb6f-35f4-4119-8a61-418592c48d78\", \"name\":\"tf-vpc-cool-ardinghelli\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:23.250212Z\", \"updated_at\":\"2025-10-30T17:32:23.250212Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_default\":false, \"private_network_count\":1, \"routing_enabled\":true, \"custom_routes_propagation_enabled\":true, \"region\":\"fr-par\"}" + headers: + Content-Length: + - "421" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:32:30 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 19578cb0-10e2-48e7-bf05-1e0c15e202bd + status: 200 OK + code: 200 + duration: 121.07741ms +- id: 17 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks/15f251cc-3925-4375-85b3-2e1ed1458f44 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1086 + body: "{\"id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"name\":\"test-type-change\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:23.479384Z\", \"updated_at\":\"2025-10-30T17:32:23.479384Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"subnets\":[{\"id\":\"07123eac-9369-4f95-8d04-60230299a581\", \"created_at\":\"2025-10-30T17:32:23.479384Z\", \"updated_at\":\"2025-10-30T17:32:23.479384Z\", \"subnet\":\"172.18.20.0/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"vpc_id\":\"abc9cb6f-35f4-4119-8a61-418592c48d78\"}, {\"id\":\"06551711-cf24-46d0-a1c2-1fe06e2adb94\", \"created_at\":\"2025-10-30T17:32:23.479384Z\", \"updated_at\":\"2025-10-30T17:32:23.479384Z\", \"subnet\":\"fd5f:519c:6d46:c7fd::/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"vpc_id\":\"abc9cb6f-35f4-4119-8a61-418592c48d78\"}], \"vpc_id\":\"abc9cb6f-35f4-4119-8a61-418592c48d78\", \"dhcp_enabled\":true, \"default_route_propagation_enabled\":false, \"region\":\"fr-par\"}" + headers: + Content-Length: + - "1086" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:32:31 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - b562e1e2-695c-4897-9826-07aa39f93213 + status: 200 OK + code: 200 + duration: 88.474881ms +- id: 18 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1644 + body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:32:25.035179Z\", \"type\":\"kapsule\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"pool_required\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-10-30T17:32:24.563206Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1644" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:32:31 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 6c9e053b-ac85-48c6-bbb4-53f83d6d04de + status: 200 OK + code: 200 + duration: 102.166478ms +- id: 19 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487/kubeconfig + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1666 + body: "{\"name\":\"kubeconfig\", \"content_type\":\"application/octet-stream\", \"content\":\"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogInRlc3QtdHlwZS1jaGFuZ2UiCiAgY2x1c3RlcjoKICAgIGNlcnRpZmljYXRlLWF1dGhvcml0eS1kYXRhOiBMUzB0TFMxQ1JVZEpUaUJEUlZKVVNVWkpRMEZVUlMwdExTMHRDazFKU1VKWGVrTkRRVkZIWjBGM1NVSkJaMGxDUVVSQlMwSm5aM0ZvYTJwUFVGRlJSRUZxUVZaTlVrMTNSVkZaUkZaUlVVUkZkM0J5WkZkS2JHTnROV3dLWkVkV2VrMUNORmhFVkVreFRWUkJlVTlVUlROTmVrbDVUa1p2V0VSVVRURk5WRUY1VDFSRk0wMTZTWGxPUm05M1JsUkZWRTFDUlVkQk1WVkZRWGhOU3dwaE0xWnBXbGhLZFZwWVVteGpla0phVFVKTlIwSjVjVWRUVFRRNVFXZEZSME5EY1VkVFRUUTVRWGRGU0VFd1NVRkNUVkptU2s1SE1DOXFWVTFGWml0NUNsbHpUbXQxTUhCWVNXeDNkbmxKU2pocFQyNVBRMWgwV0dsQ2JYbzVhbWx4UzJKSk5IZzFWakJ2U0RCeFp6Wmtka1F4Y2paYVkwWXJRa3hITm05bFUwWUtjVFV3ZW5adVQycFJha0pCVFVFMFIwRXhWV1JFZDBWQ0wzZFJSVUYzU1VOd1JFRlFRbWRPVmtoU1RVSkJaamhGUWxSQlJFRlJTQzlOUWpCSFFURlZaQXBFWjFGWFFrSlRlWGRpWTIxcldUZ3pNV0pqVkV4Q1FYZFZXbTlCWmtWQlRuTkVRVXRDWjJkeGFHdHFUMUJSVVVSQlowNUpRVVJDUmtGcFJVRjBXR2hDQ25ObmJsSlVWVk13VW5BMlEyRmpRV0ZXVWpBeFoyNTFWMGR2Um1abU9FWlFUbGRCUlVaQ2MwTkpRVmhQZW1zNE9WUkJiSFJhYW5CdU5YUTVkSEJ2U1VvS2JVb3hkWFpITkdKMWFrNURWbXd5T0ZGbVlrY0tMUzB0TFMxRlRrUWdRMFZTVkVsR1NVTkJWRVV0TFMwdExRbz0KICAgIHNlcnZlcjogaHR0cHM6Ly9jMTEyYTQ1NC1mNjM0LTQ5NTAtODA5NS1lMTgzMTQwMGE0ODcuYXBpLms4cy5mci1wYXIuc2N3LmNsb3VkOjY0NDMKY29udGV4dHM6Ci0gbmFtZTogYWRtaW5AdGVzdC10eXBlLWNoYW5nZQogIGNvbnRleHQ6CiAgICBjbHVzdGVyOiAidGVzdC10eXBlLWNoYW5nZSIKICAgIHVzZXI6IHRlc3QtdHlwZS1jaGFuZ2UtYWRtaW4KY3VycmVudC1jb250ZXh0OiBhZG1pbkB0ZXN0LXR5cGUtY2hhbmdlCmtpbmQ6IENvbmZpZwpwcmVmZXJlbmNlczoge30KdXNlcnM6Ci0gbmFtZTogdGVzdC10eXBlLWNoYW5nZS1hZG1pbgogIHVzZXI6CiAgICB0b2tlbjogbE0zUVdtOFRiejRHY0x0SmpwWUVDVnJZREVtZmtWUDF2cnN0TDhIVzFZeFYyRndXWEphRG9paDk=\"}" + headers: + Content-Length: + - "1666" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:32:31 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 585ab3b9-54be-4364-a979-e501ff4fa39d + status: 200 OK + code: 200 + duration: 97.432148ms +- id: 20 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487/available-types + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1004 + body: "{\"cluster_types\":[{\"name\":\"kapsule\", \"availability\":\"available\", \"max_nodes\":150, \"commitment_delay\":\"0s\", \"sla\":0, \"resiliency\":\"standard\", \"memory\":4000000000, \"dedicated\":false, \"audit_logs_supported\":false, \"max_etcd_size\":55000000}, {\"name\":\"kapsule-dedicated-4\", \"availability\":\"available\", \"max_nodes\":250, \"commitment_delay\":\"2592000s\", \"sla\":99.5, \"resiliency\":\"high_availability\", \"memory\":4000000000, \"dedicated\":true, \"audit_logs_supported\":true, \"max_etcd_size\":200000000}, {\"name\":\"kapsule-dedicated-8\", \"availability\":\"available\", \"max_nodes\":500, \"commitment_delay\":\"2592000s\", \"sla\":99.5, \"resiliency\":\"high_availability\", \"memory\":8000000000, \"dedicated\":true, \"audit_logs_supported\":true, \"max_etcd_size\":200000000}, {\"name\":\"kapsule-dedicated-16\", \"availability\":\"available\", \"max_nodes\":500, \"commitment_delay\":\"2592000s\", \"sla\":99.5, \"resiliency\":\"high_availability\", \"memory\":16000000000, \"dedicated\":true, \"audit_logs_supported\":true, \"max_etcd_size\":200000000}], \"total_count\":4}" + headers: + Content-Length: + - "1004" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:32:31 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 2ca848fa-79fe-40b2-a282-3bc85d7c3ce2 + status: 200 OK + code: 200 + duration: 92.664235ms +- id: 21 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487/available-types + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1004 + body: "{\"cluster_types\":[{\"name\":\"kapsule\", \"availability\":\"available\", \"max_nodes\":150, \"commitment_delay\":\"0s\", \"sla\":0, \"resiliency\":\"standard\", \"memory\":4000000000, \"dedicated\":false, \"audit_logs_supported\":false, \"max_etcd_size\":55000000}, {\"name\":\"kapsule-dedicated-4\", \"availability\":\"available\", \"max_nodes\":250, \"commitment_delay\":\"2592000s\", \"sla\":99.5, \"resiliency\":\"high_availability\", \"memory\":4000000000, \"dedicated\":true, \"audit_logs_supported\":true, \"max_etcd_size\":200000000}, {\"name\":\"kapsule-dedicated-8\", \"availability\":\"available\", \"max_nodes\":500, \"commitment_delay\":\"2592000s\", \"sla\":99.5, \"resiliency\":\"high_availability\", \"memory\":8000000000, \"dedicated\":true, \"audit_logs_supported\":true, \"max_etcd_size\":200000000}, {\"name\":\"kapsule-dedicated-16\", \"availability\":\"available\", \"max_nodes\":500, \"commitment_delay\":\"2592000s\", \"sla\":99.5, \"resiliency\":\"high_availability\", \"memory\":16000000000, \"dedicated\":true, \"audit_logs_supported\":true, \"max_etcd_size\":200000000}], \"total_count\":4}" + headers: + Content-Length: + - "1004" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:32:31 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - a1574cb0-f2f2-48d4-994e-f1b9acb30a05 + status: 200 OK + code: 200 + duration: 88.715434ms +- id: 22 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1644 + body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:32:25.035179Z\", \"type\":\"kapsule\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"pool_required\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-10-30T17:32:24.563206Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1644" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:32:31 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 1f251a2a-51b2-497a-9d09-9b57b579bb28 + status: 200 OK + code: 200 + duration: 22.355003ms +- id: 23 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 30 + host: api.scaleway.com + body: "{\"type\":\"kapsule-dedicated-4\"}" + headers: + Content-Type: + - application/json + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487/set-type + method: POST + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1652 + body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:32:31.687149Z\", \"type\":\"kapsule-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:32:31.784094Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":false, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1652" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:32:31 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - f475c3c0-c523-40d1-90c8-4aa96db768a7 + status: 200 OK + code: 200 + duration: 216.570178ms +- id: 24 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1651 + body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:32:31.687149Z\", \"type\":\"kapsule-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:32:31.784094Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1651" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:32:31 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - ae23a4af-b06e-48ee-a81b-a4beb2874c23 + status: 200 OK + code: 200 + duration: 23.976654ms +- id: 25 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1651 + body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:32:31.687149Z\", \"type\":\"kapsule-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:32:31.784094Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1651" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:32:36 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - cdd05b3e-8539-428e-9c12-72c70b5fec24 + status: 200 OK + code: 200 + duration: 94.814841ms +- id: 26 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1651 + body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:32:31.687149Z\", \"type\":\"kapsule-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:32:31.784094Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1651" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:32:42 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 295438a8-7a03-4a0c-8a12-0ee73172157f + status: 200 OK + code: 200 + duration: 82.352756ms +- id: 27 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1651 + body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:32:31.687149Z\", \"type\":\"kapsule-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:32:31.784094Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1651" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:32:47 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - d5433acf-361b-4800-a097-320f063550e2 + status: 200 OK + code: 200 + duration: 96.626957ms +- id: 28 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1651 + body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:32:31.687149Z\", \"type\":\"kapsule-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:32:31.784094Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1651" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:32:52 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - ea21c2a1-a213-4879-8a38-07111aca9f1b + status: 200 OK + code: 200 + duration: 93.577858ms +- id: 29 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1651 + body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:32:31.687149Z\", \"type\":\"kapsule-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:32:31.784094Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1651" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:32:57 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - e0f28bf7-740d-41a1-bf8b-685a6d435837 + status: 200 OK + code: 200 + duration: 92.074055ms +- id: 30 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1651 + body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:32:31.687149Z\", \"type\":\"kapsule-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:32:31.784094Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1651" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:33:02 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 71299d8b-08a2-4a7c-91a7-8d1b619eeb3c + status: 200 OK + code: 200 + duration: 90.803163ms +- id: 31 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1651 + body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:32:31.687149Z\", \"type\":\"kapsule-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:32:31.784094Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1651" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:33:07 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - e9704c1a-c7d5-4a91-8efe-44c21c05d150 + status: 200 OK + code: 200 + duration: 117.769379ms +- id: 32 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1651 + body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:32:31.687149Z\", \"type\":\"kapsule-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:32:31.784094Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1651" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:33:12 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 546ce55a-be0e-4e71-8897-78a5bfa3b80b + status: 200 OK + code: 200 + duration: 81.945451ms +- id: 33 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1651 + body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:32:31.687149Z\", \"type\":\"kapsule-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:32:31.784094Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1651" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:33:17 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 0bbdbd45-250f-4da1-8fa7-8e908f98e4ff + status: 200 OK + code: 200 + duration: 99.096685ms +- id: 34 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1651 + body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:32:31.687149Z\", \"type\":\"kapsule-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:32:31.784094Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1651" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:33:22 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 3f365fbe-d37f-4fa2-8775-53d140ce9a51 + status: 200 OK + code: 200 + duration: 107.503314ms +- id: 35 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1651 + body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:32:31.687149Z\", \"type\":\"kapsule-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:32:31.784094Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1651" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:33:27 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 28f364fc-a7dc-47f4-b6fd-67c7355155be + status: 200 OK + code: 200 + duration: 104.06422ms +- id: 36 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1651 + body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:32:31.687149Z\", \"type\":\"kapsule-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:32:31.784094Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1651" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:33:33 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 46cc92d4-51cb-4047-8b81-513f95236267 + status: 200 OK + code: 200 + duration: 109.03409ms +- id: 37 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1651 + body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:32:31.687149Z\", \"type\":\"kapsule-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:32:31.784094Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1651" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:33:38 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 354fa693-2620-4e4a-8d67-18a32de37be5 + status: 200 OK + code: 200 + duration: 89.248677ms +- id: 38 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1651 + body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:32:31.687149Z\", \"type\":\"kapsule-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:32:31.784094Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1651" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:33:43 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 0846badf-cb72-428f-bd33-d359cab0a762 + status: 200 OK + code: 200 + duration: 97.791532ms +- id: 39 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1651 + body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:32:31.687149Z\", \"type\":\"kapsule-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:32:31.784094Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1651" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:33:48 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 76e7593c-55ce-4788-ab1d-ff380218d43e + status: 200 OK + code: 200 + duration: 89.491741ms +- id: 40 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1651 + body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:32:31.687149Z\", \"type\":\"kapsule-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:32:31.784094Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1651" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:33:53 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 0a8c0b41-ea08-436d-b74b-dcb28af26b9c + status: 200 OK + code: 200 + duration: 84.577523ms +- id: 41 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1651 + body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:32:31.687149Z\", \"type\":\"kapsule-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:32:31.784094Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1651" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:33:58 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 9aac0aab-fb92-4141-ba58-267cc9b9af6f + status: 200 OK + code: 200 + duration: 86.513755ms +- id: 42 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1651 + body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:32:31.687149Z\", \"type\":\"kapsule-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:32:31.784094Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1651" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:34:03 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 7457a6bb-8ef0-48ed-bc27-fc12ed4deb6d + status: 200 OK + code: 200 + duration: 82.096271ms +- id: 43 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1651 + body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:32:31.687149Z\", \"type\":\"kapsule-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:32:31.784094Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1651" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:34:08 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 0e7e2d9f-3631-4ca5-b0ac-59e76b960542 + status: 200 OK + code: 200 + duration: 88.41522ms +- id: 44 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1651 + body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:32:31.687149Z\", \"type\":\"kapsule-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:32:31.784094Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1651" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:34:13 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - c1a50d92-92b0-482d-a7c1-c8a358923067 + status: 200 OK + code: 200 + duration: 104.942959ms +- id: 45 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1651 + body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:32:31.687149Z\", \"type\":\"kapsule-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:32:31.784094Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1651" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:34:18 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 88b1eaf0-12e7-4433-994b-01e63ea40b0d + status: 200 OK + code: 200 + duration: 87.476221ms +- id: 46 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1651 + body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:32:31.687149Z\", \"type\":\"kapsule-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:32:31.784094Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1651" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:34:23 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 1297dab4-b33d-40ad-8000-40cff9cd1ee3 + status: 200 OK + code: 200 + duration: 74.892532ms +- id: 47 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1651 + body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:32:31.687149Z\", \"type\":\"kapsule-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:32:31.784094Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1651" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:34:29 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 6065dd66-c3f3-468c-8197-59a04e42c46f + status: 200 OK + code: 200 + duration: 98.524247ms +- id: 48 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1651 + body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:32:31.687149Z\", \"type\":\"kapsule-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:32:31.784094Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1651" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:34:34 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - d5b49763-b089-4b9d-bb93-f7fefcbd37ea + status: 200 OK + code: 200 + duration: 101.445682ms +- id: 49 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1651 + body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:32:31.687149Z\", \"type\":\"kapsule-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:32:31.784094Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1651" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:34:39 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 3baca4fb-7882-4abb-97b6-1c61e496cdf6 + status: 200 OK + code: 200 + duration: 109.638026ms +- id: 50 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1651 + body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:32:31.687149Z\", \"type\":\"kapsule-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:32:31.784094Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1651" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:34:44 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 5d650382-2f91-4b8b-a7e1-f5e3dd6ebf79 + status: 200 OK + code: 200 + duration: 88.033513ms +- id: 51 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1651 + body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:32:31.687149Z\", \"type\":\"kapsule-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:32:31.784094Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1651" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:34:49 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 519bdfb0-270d-4b8a-8df0-eca982b0cd63 + status: 200 OK + code: 200 + duration: 93.008062ms +- id: 52 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1651 + body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:32:31.687149Z\", \"type\":\"kapsule-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:32:31.784094Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1651" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:34:54 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 0da54a27-512d-4565-ab0b-533551a70372 + status: 200 OK + code: 200 + duration: 89.917024ms +- id: 53 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1651 + body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:32:31.687149Z\", \"type\":\"kapsule-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:32:31.784094Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1651" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:34:59 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - ab9f4aee-eaa7-497b-ad41-64fa0461b7a0 + status: 200 OK + code: 200 + duration: 96.077655ms +- id: 54 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1651 + body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:32:31.687149Z\", \"type\":\"kapsule-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:32:31.784094Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1651" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:35:04 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - d88a8948-7763-4509-8060-74954e99746d + status: 200 OK + code: 200 + duration: 83.531868ms +- id: 55 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1651 + body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:32:31.687149Z\", \"type\":\"kapsule-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:32:31.784094Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1651" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:35:09 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 7792f4f3-ccff-4871-8238-b06d6c82dae0 + status: 200 OK + code: 200 + duration: 93.61557ms +- id: 56 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1651 + body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:32:31.687149Z\", \"type\":\"kapsule-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:32:31.784094Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1651" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:35:14 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 45e03e6f-481a-46f8-8819-22531dd74d8d + status: 200 OK + code: 200 + duration: 81.839893ms +- id: 57 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1651 + body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:32:31.687149Z\", \"type\":\"kapsule-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:32:31.784094Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1651" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:35:20 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 38ca5bb0-d6b3-4945-8447-ac956e0f905d + status: 200 OK + code: 200 + duration: 125.808839ms +- id: 58 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1651 + body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:32:31.687149Z\", \"type\":\"kapsule-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:32:31.784094Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1651" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:35:25 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - da5b6ddc-c26c-4359-bf0b-7c8dc88d23b5 + status: 200 OK + code: 200 + duration: 85.782067ms +- id: 59 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1651 + body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:32:31.687149Z\", \"type\":\"kapsule-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:32:31.784094Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1651" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:35:30 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 9c529a71-651c-4a39-8d50-e19c1a788f58 + status: 200 OK + code: 200 + duration: 93.1823ms +- id: 60 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1651 + body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:32:31.687149Z\", \"type\":\"kapsule-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:32:31.784094Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1651" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:35:35 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 7199e81a-d7b3-40ad-9ee2-ae0f3cd2dafc + status: 200 OK + code: 200 + duration: 85.657411ms +- id: 61 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1651 + body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:32:31.687149Z\", \"type\":\"kapsule-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:32:31.784094Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1651" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:35:40 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - fd0d2257-80cb-4859-960e-90910176b08a + status: 200 OK + code: 200 + duration: 83.714193ms +- id: 62 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1651 + body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:32:31.687149Z\", \"type\":\"kapsule-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:32:31.784094Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1651" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:35:45 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 7f7c99cc-dec7-496e-b9b1-d5bf751ed9c3 + status: 200 OK + code: 200 + duration: 80.081638ms +- id: 63 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1651 + body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:32:31.687149Z\", \"type\":\"kapsule-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:32:31.784094Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1651" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:35:50 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 2822b577-e2f3-4926-8339-583ce11a19ff + status: 200 OK + code: 200 + duration: 83.010407ms +- id: 64 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1651 + body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:32:31.687149Z\", \"type\":\"kapsule-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:32:31.784094Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1651" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:35:55 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - d9088edc-e738-4d08-8dc3-6b0970356adc + status: 200 OK + code: 200 + duration: 90.026166ms +- id: 65 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1651 + body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:32:31.687149Z\", \"type\":\"kapsule-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:32:31.784094Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1651" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:36:00 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - d714f99b-6daa-4806-a5a3-7160181db738 + status: 200 OK + code: 200 + duration: 242.834588ms +- id: 66 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1648 + body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:36:04.999268Z\", \"type\":\"kapsule-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:32:31.784094Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1648" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:36:06 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 89c8b6b8-ac14-4a0d-9ecd-333b28ade83f + status: 200 OK + code: 200 + duration: 195.512594ms +- id: 67 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + form: + order_by: + - created_at_asc + page: + - "1" + status: + - unknown + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487/pools?order_by=created_at_asc&page=1&status=unknown + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 29 + body: "{\"total_count\":0, \"pools\":[]}" + headers: + Content-Length: + - "29" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:36:06 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 137981de-a04a-4253-bb85-493c5529ddd8 + status: 200 OK + code: 200 + duration: 31.137752ms +- id: 68 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 592 + host: api.scaleway.com + body: "{\"autoscaler_config\":{\"scale_down_disabled\":null,\"scale_down_delay_after_add\":null,\"estimator\":\"unknown_estimator\",\"expander\":\"unknown_expander\",\"ignore_daemonsets_utilization\":null,\"balance_similar_node_groups\":null,\"expendable_pods_priority_cutoff\":null,\"scale_down_unneeded_time\":null,\"scale_down_utilization_threshold\":null,\"max_graceful_termination_sec\":null},\"auto_upgrade\":{\"enable\":null,\"maintenance_window\":null},\"open_id_connect_config\":{\"issuer_url\":null,\"client_id\":null,\"username_claim\":null,\"username_prefix\":null,\"groups_claim\":null,\"groups_prefix\":null,\"required_claim\":null}}" + headers: + Content-Type: + - application/json + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 + method: PATCH + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1652 + body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:36:06.246915Z\", \"type\":\"kapsule-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:32:31.784094Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":false, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1652" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:36:06 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 0b4b1be1-80ab-4fa2-90ae-1f5340c5123c + status: 200 OK + code: 200 + duration: 240.491787ms +- id: 69 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1651 + body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:36:06.246915Z\", \"type\":\"kapsule-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:32:31.784094Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1651" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:36:06 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 14c2dd5b-9db7-4102-84ad-aae6c8a766bd + status: 200 OK + code: 200 + duration: 105.535342ms +- id: 70 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1651 + body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:36:06.246915Z\", \"type\":\"kapsule-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:32:31.784094Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1651" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:36:11 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - c2931eb6-3b85-49c9-b10b-70a3280f40bf + status: 200 OK + code: 200 + duration: 117.769207ms +- id: 71 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1651 + body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:36:06.246915Z\", \"type\":\"kapsule-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:32:31.784094Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1651" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:36:16 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 9c96e917-dfe0-4eae-9362-cc5fc855f584 + status: 200 OK + code: 200 + duration: 100.238274ms +- id: 72 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1651 + body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:36:06.246915Z\", \"type\":\"kapsule-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:32:31.784094Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1651" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:36:21 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 98c50140-7423-411c-ba94-7a1804360b04 + status: 200 OK + code: 200 + duration: 88.133599ms +- id: 73 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1651 + body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:36:06.246915Z\", \"type\":\"kapsule-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:32:31.784094Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1651" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:36:26 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 768a1e9e-55e9-4ae0-aff4-6954bc72e766 + status: 200 OK + code: 200 + duration: 87.104272ms +- id: 74 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1651 + body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:36:06.246915Z\", \"type\":\"kapsule-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:32:31.784094Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1651" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:36:32 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - dc9463a7-0691-4e2c-99af-5e637536d932 + status: 200 OK + code: 200 + duration: 93.826298ms +- id: 75 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1651 + body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:36:06.246915Z\", \"type\":\"kapsule-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:32:31.784094Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1651" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:36:37 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - a768b83e-b8f9-434a-81d8-f724f806301e + status: 200 OK + code: 200 + duration: 104.549109ms +- id: 76 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1651 + body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:36:06.246915Z\", \"type\":\"kapsule-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:32:31.784094Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1651" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:36:42 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - bf9535b8-3dd0-4e1d-96e1-8cae2da120f6 + status: 200 OK + code: 200 + duration: 81.825699ms +- id: 77 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1651 + body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:36:06.246915Z\", \"type\":\"kapsule-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:32:31.784094Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1651" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:36:47 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 6080fa5a-375b-46e5-94c3-a868927eea4c + status: 200 OK + code: 200 + duration: 83.228297ms +- id: 78 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1651 + body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:36:06.246915Z\", \"type\":\"kapsule-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:32:31.784094Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1651" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:36:52 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 56d1e027-1bfc-4d34-8b90-f73f884ff463 + status: 200 OK + code: 200 + duration: 109.91974ms +- id: 79 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1651 + body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:36:06.246915Z\", \"type\":\"kapsule-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:32:31.784094Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1651" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:36:57 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 51eac395-8055-46e1-81ad-d31922b011b7 + status: 200 OK + code: 200 + duration: 90.597208ms +- id: 80 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1651 + body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:36:06.246915Z\", \"type\":\"kapsule-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:32:31.784094Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1651" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:37:02 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - d0965c9a-1987-4c6e-984a-a2aaac89ac90 + status: 200 OK + code: 200 + duration: 81.672767ms +- id: 81 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1651 + body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:36:06.246915Z\", \"type\":\"kapsule-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:32:31.784094Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1651" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:37:07 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 526117fb-e212-45ac-b7ff-98ac2d7e9ad9 + status: 200 OK + code: 200 + duration: 79.457188ms +- id: 82 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1651 + body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:36:06.246915Z\", \"type\":\"kapsule-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:32:31.784094Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1651" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:37:12 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 1846fdf8-9810-47a4-9011-bf478d64234b + status: 200 OK + code: 200 + duration: 87.771249ms +- id: 83 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1651 + body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:36:06.246915Z\", \"type\":\"kapsule-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:32:31.784094Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1651" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:37:17 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - d68bebf7-a09e-4c30-9891-3d026984176c + status: 200 OK + code: 200 + duration: 93.790932ms +- id: 84 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1651 + body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:36:06.246915Z\", \"type\":\"kapsule-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:32:31.784094Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1651" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:37:22 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 19a413cd-c357-48fb-8a2a-e3f2513816a7 + status: 200 OK + code: 200 + duration: 91.355609ms +- id: 85 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1651 + body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:36:06.246915Z\", \"type\":\"kapsule-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:32:31.784094Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1651" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:37:28 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 33a1f039-5781-4a55-94ea-653acb220e30 + status: 200 OK + code: 200 + duration: 89.317945ms +- id: 86 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1651 + body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:36:06.246915Z\", \"type\":\"kapsule-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:32:31.784094Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1651" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:37:33 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - f536e357-6f5f-4696-9d84-21e2037e6371 + status: 200 OK + code: 200 + duration: 103.696483ms +- id: 87 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1651 + body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:36:06.246915Z\", \"type\":\"kapsule-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:32:31.784094Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1651" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:37:38 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 0366972f-a2bc-48b6-ae0e-1e03d7793e80 + status: 200 OK + code: 200 + duration: 107.223477ms +- id: 88 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1651 + body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:36:06.246915Z\", \"type\":\"kapsule-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:32:31.784094Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1651" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:37:43 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 59868522-01fd-41b2-b8ba-fe76b4f46e87 + status: 200 OK + code: 200 + duration: 97.797103ms +- id: 89 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1651 + body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:36:06.246915Z\", \"type\":\"kapsule-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:32:31.784094Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1651" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:37:48 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 89ebf2d2-5297-45fd-a15a-952060998315 + status: 200 OK + code: 200 + duration: 84.826402ms +- id: 90 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1651 + body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:36:06.246915Z\", \"type\":\"kapsule-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:32:31.784094Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1651" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:37:53 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 5eb27064-07bc-4b09-bdd4-6c4b9e0c0ea1 + status: 200 OK + code: 200 + duration: 73.975699ms +- id: 91 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1651 + body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:36:06.246915Z\", \"type\":\"kapsule-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:32:31.784094Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1651" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:37:58 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - c3055175-eb0b-4563-b960-6ec42b61bfaa + status: 200 OK + code: 200 + duration: 76.710594ms +- id: 92 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1651 + body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:36:06.246915Z\", \"type\":\"kapsule-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:32:31.784094Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1651" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:38:03 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - faa3a907-c104-4d2d-9c62-76646254ffd7 + status: 200 OK + code: 200 + duration: 86.1713ms +- id: 93 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1651 + body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:36:06.246915Z\", \"type\":\"kapsule-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:32:31.784094Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1651" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:38:08 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 114610ed-21a9-493f-9945-8cf0c6aa0fd3 + status: 200 OK + code: 200 + duration: 91.888414ms +- id: 94 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1651 + body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:36:06.246915Z\", \"type\":\"kapsule-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:32:31.784094Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1651" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:38:13 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 7191cfc9-bec9-4544-9308-65744b5a9194 + status: 200 OK + code: 200 + duration: 84.241097ms +- id: 95 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1651 + body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:36:06.246915Z\", \"type\":\"kapsule-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:32:31.784094Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1651" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:38:18 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - e218f151-b6dc-4343-8492-85a705cb771a + status: 200 OK + code: 200 + duration: 86.552795ms +- id: 96 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1651 + body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:36:06.246915Z\", \"type\":\"kapsule-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:32:31.784094Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1651" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:38:24 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - c0e48479-0c5b-4197-9b8f-993c627b6884 + status: 200 OK + code: 200 + duration: 80.060662ms +- id: 97 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1651 + body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:36:06.246915Z\", \"type\":\"kapsule-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:32:31.784094Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1651" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:38:29 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - fa113408-977b-47a6-9fc6-2a1f71d204fd + status: 200 OK + code: 200 + duration: 80.318436ms +- id: 98 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1651 + body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:36:06.246915Z\", \"type\":\"kapsule-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:32:31.784094Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1651" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:38:34 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - b5daaa52-0484-4b0a-8462-373eef19682a + status: 200 OK + code: 200 + duration: 110.427342ms +- id: 99 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1651 + body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:36:06.246915Z\", \"type\":\"kapsule-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:32:31.784094Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1651" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:38:39 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 7e7548e4-62de-4c38-b343-50235ffe84ee + status: 200 OK + code: 200 + duration: 135.499514ms +- id: 100 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1651 + body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:36:06.246915Z\", \"type\":\"kapsule-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:32:31.784094Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1651" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:38:44 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - b52924b7-ff74-4a50-852f-8a6289f8ff24 + status: 200 OK + code: 200 + duration: 80.198749ms +- id: 101 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1651 + body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:36:06.246915Z\", \"type\":\"kapsule-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:32:31.784094Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1651" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:38:49 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - a89976c3-ba7b-4d80-8b8d-1d78514061ab + status: 200 OK + code: 200 + duration: 83.086239ms +- id: 102 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1651 + body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:36:06.246915Z\", \"type\":\"kapsule-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:32:31.784094Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1651" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:38:54 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - b93fd364-a351-4667-8c26-db4b58aae88c + status: 200 OK + code: 200 + duration: 84.345738ms +- id: 103 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1651 + body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:36:06.246915Z\", \"type\":\"kapsule-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:32:31.784094Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1651" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:38:59 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 4788724b-8e51-4421-bc46-23ba9251a418 + status: 200 OK + code: 200 + duration: 109.482771ms +- id: 104 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1651 + body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:36:06.246915Z\", \"type\":\"kapsule-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:32:31.784094Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1651" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:39:04 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - fc1cbb70-a195-46cb-8b23-c22d4eb329b6 + status: 200 OK + code: 200 + duration: 78.955918ms +- id: 105 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1651 + body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:36:06.246915Z\", \"type\":\"kapsule-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:32:31.784094Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1651" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:39:09 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 4640f144-2d4b-4e23-9e38-c7f1b885f922 + status: 200 OK + code: 200 + duration: 90.785019ms +- id: 106 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1651 + body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:36:06.246915Z\", \"type\":\"kapsule-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:32:31.784094Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1651" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:39:15 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - ac1f6e35-2139-485b-ac76-ed47db337ee5 + status: 200 OK + code: 200 + duration: 83.323353ms +- id: 107 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1651 + body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:36:06.246915Z\", \"type\":\"kapsule-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:32:31.784094Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1651" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:39:20 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 7481a423-21e1-4773-891b-6af38eeb1bf6 + status: 200 OK + code: 200 + duration: 83.043074ms +- id: 108 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1651 + body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:36:06.246915Z\", \"type\":\"kapsule-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:32:31.784094Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1651" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:39:25 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 6bb396e9-4810-449b-83b3-b45a436b50da + status: 200 OK + code: 200 + duration: 124.633084ms +- id: 109 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1651 + body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:36:06.246915Z\", \"type\":\"kapsule-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:32:31.784094Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1651" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:39:30 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - e85bca53-0dbf-4893-a063-7db0bacc79d3 + status: 200 OK + code: 200 + duration: 121.842615ms +- id: 110 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1651 + body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:36:06.246915Z\", \"type\":\"kapsule-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:32:31.784094Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1651" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:39:35 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 51ea2bfc-fdd4-4337-b6a3-cbb1f4f5f5d1 + status: 200 OK + code: 200 + duration: 92.762535ms +- id: 111 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1651 + body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:36:06.246915Z\", \"type\":\"kapsule-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:32:31.784094Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1651" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:39:40 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 87b7f43a-89cb-40b3-9cd2-01e0b4b22837 + status: 200 OK + code: 200 + duration: 98.201484ms +- id: 112 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1651 + body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:36:06.246915Z\", \"type\":\"kapsule-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:32:31.784094Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1651" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:39:45 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 782964c5-24a3-451f-8938-037dec16b089 + status: 200 OK + code: 200 + duration: 93.991995ms +- id: 113 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1651 + body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:36:06.246915Z\", \"type\":\"kapsule-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:32:31.784094Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1651" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:39:50 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 209bf856-5c71-4238-a4b1-3c261e3091bd + status: 200 OK + code: 200 + duration: 85.862624ms +- id: 114 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1651 + body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:36:06.246915Z\", \"type\":\"kapsule-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:32:31.784094Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1651" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:39:55 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 11fb111a-7e9d-4497-8c08-eeabe6078447 + status: 200 OK + code: 200 + duration: 105.983579ms +- id: 115 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1651 + body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:36:06.246915Z\", \"type\":\"kapsule-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:32:31.784094Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1651" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:40:00 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - d0291b8e-dedf-427f-a560-25b9324c7958 + status: 200 OK + code: 200 + duration: 93.399578ms +- id: 116 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1651 + body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:36:06.246915Z\", \"type\":\"kapsule-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:32:31.784094Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1651" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:40:06 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 37acc7c2-c3b8-4283-be75-4975bf13904d + status: 200 OK + code: 200 + duration: 93.532068ms +- id: 117 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1651 + body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:36:06.246915Z\", \"type\":\"kapsule-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:32:31.784094Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1651" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:40:11 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 05c86d24-d441-4925-a2bb-eeaed130e469 + status: 200 OK + code: 200 + duration: 106.044321ms +- id: 118 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1651 + body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:36:06.246915Z\", \"type\":\"kapsule-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:32:31.784094Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1651" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:40:16 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 587083b1-25a7-4f38-8f50-88c0ff620d86 + status: 200 OK + code: 200 + duration: 88.99939ms +- id: 119 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1651 + body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:36:06.246915Z\", \"type\":\"kapsule-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:32:31.784094Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1651" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:40:21 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 4c6be397-d36c-4193-8af7-ccfef3716cb6 + status: 200 OK + code: 200 + duration: 78.6105ms +- id: 120 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1651 + body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:36:06.246915Z\", \"type\":\"kapsule-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:32:31.784094Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1651" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:40:26 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - c47dda73-521a-4b10-b72a-7a3c795add90 + status: 200 OK + code: 200 + duration: 97.66047ms +- id: 121 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1651 + body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:36:06.246915Z\", \"type\":\"kapsule-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:32:31.784094Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1651" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:40:31 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 1d661126-f0bb-46a9-90bb-86559374d1d6 + status: 200 OK + code: 200 + duration: 104.580264ms +- id: 122 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1651 + body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:36:06.246915Z\", \"type\":\"kapsule-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:32:31.784094Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1651" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:40:36 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - b3320199-0653-4e6c-883a-f2631e4d5cd1 + status: 200 OK + code: 200 + duration: 109.405179ms +- id: 123 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1651 + body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:36:06.246915Z\", \"type\":\"kapsule-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:32:31.784094Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1651" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:40:41 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 04731620-1944-4386-b3f7-b659f2f70d6b + status: 200 OK + code: 200 + duration: 122.706737ms +- id: 124 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1651 + body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:36:06.246915Z\", \"type\":\"kapsule-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:32:31.784094Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1651" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:40:46 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - cda96196-6abb-4a26-a5d5-2c1f283752ff + status: 200 OK + code: 200 + duration: 77.975593ms +- id: 125 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1651 + body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:36:06.246915Z\", \"type\":\"kapsule-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:32:31.784094Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1651" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:40:51 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 4ec4abff-26a8-42ee-a3e9-6d03cf8129b4 + status: 200 OK + code: 200 + duration: 92.818649ms +- id: 126 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1651 + body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:36:06.246915Z\", \"type\":\"kapsule-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:32:31.784094Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1651" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:40:57 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - f9245d8e-2cf1-4abb-a2c6-5060c41bd686 + status: 200 OK + code: 200 + duration: 80.960896ms +- id: 127 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1651 + body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:36:06.246915Z\", \"type\":\"kapsule-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:32:31.784094Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1651" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:41:02 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - c7589357-a7a0-4770-a48b-7dc08ac5570f + status: 200 OK + code: 200 + duration: 111.830407ms +- id: 128 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1651 + body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:36:06.246915Z\", \"type\":\"kapsule-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:32:31.784094Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1651" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:41:07 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 359eaf06-fb58-40d8-b20c-45c28ddb79d7 + status: 200 OK + code: 200 + duration: 80.138128ms +- id: 129 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1651 + body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:36:06.246915Z\", \"type\":\"kapsule-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:32:31.784094Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1651" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:41:12 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - a7b66849-2e9d-4b50-bdcf-5d89db2ede7c + status: 200 OK + code: 200 + duration: 107.440889ms +- id: 130 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1651 + body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:36:06.246915Z\", \"type\":\"kapsule-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:32:31.784094Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1651" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:41:17 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 761e7295-b565-443f-987e-6d22fb07e066 + status: 200 OK + code: 200 + duration: 86.331656ms +- id: 131 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1651 + body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:36:06.246915Z\", \"type\":\"kapsule-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:32:31.784094Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1651" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:41:22 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 64628a38-6b83-4995-998b-2192ded0710b + status: 200 OK + code: 200 + duration: 158.807459ms +- id: 132 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1651 + body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:36:06.246915Z\", \"type\":\"kapsule-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:32:31.784094Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1651" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:41:27 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - fc098fd4-fc97-490f-a35f-0a551efeac2a + status: 200 OK + code: 200 + duration: 127.676777ms +- id: 133 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1651 + body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:36:06.246915Z\", \"type\":\"kapsule-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:32:31.784094Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1651" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:41:32 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 9f234c18-c08c-438b-beac-7fe0b93864a6 + status: 200 OK + code: 200 + duration: 91.716912ms +- id: 134 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1651 + body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:36:06.246915Z\", \"type\":\"kapsule-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:32:31.784094Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1651" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:41:37 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - a1696ebd-0df9-4510-95b6-2b01d89ec856 + status: 200 OK + code: 200 + duration: 100.069462ms +- id: 135 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1651 + body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:36:06.246915Z\", \"type\":\"kapsule-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:32:31.784094Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1651" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:41:43 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - c9712bf4-1ae1-4f51-ae67-5584fb2bb4eb + status: 200 OK + code: 200 + duration: 93.504774ms +- id: 136 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1651 + body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:36:06.246915Z\", \"type\":\"kapsule-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:32:31.784094Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1651" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:41:48 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 3e5d4c03-06d6-4424-b352-873fecd4d3f8 + status: 200 OK + code: 200 + duration: 85.283481ms +- id: 137 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1651 + body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:36:06.246915Z\", \"type\":\"kapsule-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:32:31.784094Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1651" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:41:53 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - b8e62507-da0b-430a-af2c-febcca2a3bc3 + status: 200 OK + code: 200 + duration: 100.356539ms +- id: 138 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1651 + body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:36:06.246915Z\", \"type\":\"kapsule-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:32:31.784094Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1651" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:41:58 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - dcc25efe-f6a0-420c-b6d9-d1d8a6b8ca1f + status: 200 OK + code: 200 + duration: 95.204298ms +- id: 139 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1651 + body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:36:06.246915Z\", \"type\":\"kapsule-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:32:31.784094Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1651" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:42:03 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 30e566eb-d87f-4f6f-9404-a959aa44ded5 + status: 200 OK + code: 200 + duration: 84.114009ms +- id: 140 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1651 + body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:36:06.246915Z\", \"type\":\"kapsule-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:32:31.784094Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1651" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:42:08 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 110e55ae-9cfc-4cc6-ac5b-c7f12124b6d2 + status: 200 OK + code: 200 + duration: 83.382133ms +- id: 141 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1651 + body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:36:06.246915Z\", \"type\":\"kapsule-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:32:31.784094Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1651" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:42:13 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 8df0646b-f83e-4a2a-915e-bd7f80256b1d + status: 200 OK + code: 200 + duration: 121.501435ms +- id: 142 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1651 + body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:36:06.246915Z\", \"type\":\"kapsule-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:32:31.784094Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1651" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:42:18 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 15b7c16e-74b0-4524-a3b4-c48871a12c02 + status: 200 OK + code: 200 + duration: 90.624903ms +- id: 143 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1651 + body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:36:06.246915Z\", \"type\":\"kapsule-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:32:31.784094Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1651" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:42:23 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 58ece32a-e270-4488-b271-18c653c17ca2 + status: 200 OK + code: 200 + duration: 82.15309ms +- id: 144 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1651 + body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:36:06.246915Z\", \"type\":\"kapsule-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:32:31.784094Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1651" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:42:28 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - d356f7b3-0cbf-4568-8be4-f3200aa042b0 + status: 200 OK + code: 200 + duration: 83.712612ms +- id: 145 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1651 + body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:36:06.246915Z\", \"type\":\"kapsule-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:32:31.784094Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1651" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:42:33 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - ccb24a84-b2e3-4f88-8d8d-bb58a928ee29 + status: 200 OK + code: 200 + duration: 93.64928ms +- id: 146 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1651 + body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:36:06.246915Z\", \"type\":\"kapsule-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:32:31.784094Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1651" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:42:39 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - d91512b0-cec8-46d7-ae42-02a94288412f + status: 200 OK + code: 200 + duration: 86.764231ms +- id: 147 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1651 + body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:36:06.246915Z\", \"type\":\"kapsule-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:32:31.784094Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1651" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:42:44 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 58233e69-ee37-4db6-9c78-57e032787d4d + status: 200 OK + code: 200 + duration: 100.460839ms +- id: 148 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1651 + body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:36:06.246915Z\", \"type\":\"kapsule-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:32:31.784094Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1651" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:42:49 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 47826c6e-98ce-43d1-8fdf-062c6b3fa6bc + status: 200 OK + code: 200 + duration: 82.371618ms +- id: 149 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1651 + body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:36:06.246915Z\", \"type\":\"kapsule-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:32:31.784094Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1651" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:42:54 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - e3f2de45-663d-401b-a72b-6d2012237bcd + status: 200 OK + code: 200 + duration: 82.448322ms +- id: 150 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1651 + body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:36:06.246915Z\", \"type\":\"kapsule-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:32:31.784094Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1651" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:42:59 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 9653caf0-5804-4311-9a60-2dcf2d2b0f83 + status: 200 OK + code: 200 + duration: 82.043189ms +- id: 151 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1651 + body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:36:06.246915Z\", \"type\":\"kapsule-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:32:31.784094Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1651" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:43:04 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - f0a10758-7c91-4a24-bddb-9dc153ee23da + status: 200 OK + code: 200 + duration: 108.325929ms +- id: 152 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1651 + body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:36:06.246915Z\", \"type\":\"kapsule-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:32:31.784094Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1651" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:43:09 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - f64ab73e-d64e-49f3-beda-66688dbc0cb2 + status: 200 OK + code: 200 + duration: 87.559854ms +- id: 153 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1651 + body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:36:06.246915Z\", \"type\":\"kapsule-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:32:31.784094Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1651" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:43:14 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - ef4a729f-e56d-405d-9236-ca0fed91754c + status: 200 OK + code: 200 + duration: 113.197791ms +- id: 154 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1651 + body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:36:06.246915Z\", \"type\":\"kapsule-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:32:31.784094Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1651" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:43:19 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - fbf407ad-337a-44e9-bb39-31f348189f9c + status: 200 OK + code: 200 + duration: 81.44377ms +- id: 155 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1651 + body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:36:06.246915Z\", \"type\":\"kapsule-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:32:31.784094Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1651" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:43:24 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 67671e40-e71f-4fa2-b206-c918ec566e37 + status: 200 OK + code: 200 + duration: 83.452929ms +- id: 156 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1651 + body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:36:06.246915Z\", \"type\":\"kapsule-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:32:31.784094Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1651" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:43:29 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 11c32ddb-31b4-43ba-9c95-385cbd35343f + status: 200 OK + code: 200 + duration: 81.991149ms +- id: 157 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1651 + body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:36:06.246915Z\", \"type\":\"kapsule-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:32:31.784094Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1651" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:43:35 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 9c68ebc9-23ff-4adb-a15e-ed1675301c47 + status: 200 OK + code: 200 + duration: 123.011275ms +- id: 158 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1651 + body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:36:06.246915Z\", \"type\":\"kapsule-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:32:31.784094Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1651" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:43:40 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - bef3e7d5-14d9-4ddd-bfdd-397cef77a1ee + status: 200 OK + code: 200 + duration: 88.482918ms +- id: 159 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1648 + body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:43:41.107541Z\", \"type\":\"kapsule-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:32:31.784094Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1648" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:43:45 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 14f33339-6ccd-4a33-b789-de34a58f96ee + status: 200 OK + code: 200 + duration: 98.844183ms +- id: 160 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1648 + body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:43:41.107541Z\", \"type\":\"kapsule-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:32:31.784094Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1648" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:43:45 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 731dc744-089d-4f41-b7e3-0fb482318338 + status: 200 OK + code: 200 + duration: 32.909432ms +- id: 161 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487/kubeconfig + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1666 + body: "{\"name\":\"kubeconfig\", \"content_type\":\"application/octet-stream\", \"content\":\"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogInRlc3QtdHlwZS1jaGFuZ2UiCiAgY2x1c3RlcjoKICAgIGNlcnRpZmljYXRlLWF1dGhvcml0eS1kYXRhOiBMUzB0TFMxQ1JVZEpUaUJEUlZKVVNVWkpRMEZVUlMwdExTMHRDazFKU1VKWGVrTkRRVkZIWjBGM1NVSkJaMGxDUVVSQlMwSm5aM0ZvYTJwUFVGRlJSRUZxUVZaTlVrMTNSVkZaUkZaUlVVUkZkM0J5WkZkS2JHTnROV3dLWkVkV2VrMUNORmhFVkVreFRWUkJlVTlVUlROTmVrbDVUa1p2V0VSVVRURk5WRUY1VDFSRk0wMTZTWGxPUm05M1JsUkZWRTFDUlVkQk1WVkZRWGhOU3dwaE0xWnBXbGhLZFZwWVVteGpla0phVFVKTlIwSjVjVWRUVFRRNVFXZEZSME5EY1VkVFRUUTVRWGRGU0VFd1NVRkNUVkptU2s1SE1DOXFWVTFGWml0NUNsbHpUbXQxTUhCWVNXeDNkbmxKU2pocFQyNVBRMWgwV0dsQ2JYbzVhbWx4UzJKSk5IZzFWakJ2U0RCeFp6Wmtka1F4Y2paYVkwWXJRa3hITm05bFUwWUtjVFV3ZW5adVQycFJha0pCVFVFMFIwRXhWV1JFZDBWQ0wzZFJSVUYzU1VOd1JFRlFRbWRPVmtoU1RVSkJaamhGUWxSQlJFRlJTQzlOUWpCSFFURlZaQXBFWjFGWFFrSlRlWGRpWTIxcldUZ3pNV0pqVkV4Q1FYZFZXbTlCWmtWQlRuTkVRVXRDWjJkeGFHdHFUMUJSVVVSQlowNUpRVVJDUmtGcFJVRjBXR2hDQ25ObmJsSlVWVk13VW5BMlEyRmpRV0ZXVWpBeFoyNTFWMGR2Um1abU9FWlFUbGRCUlVaQ2MwTkpRVmhQZW1zNE9WUkJiSFJhYW5CdU5YUTVkSEJ2U1VvS2JVb3hkWFpITkdKMWFrNURWbXd5T0ZGbVlrY0tMUzB0TFMxRlRrUWdRMFZTVkVsR1NVTkJWRVV0TFMwdExRbz0KICAgIHNlcnZlcjogaHR0cHM6Ly9jMTEyYTQ1NC1mNjM0LTQ5NTAtODA5NS1lMTgzMTQwMGE0ODcuYXBpLms4cy5mci1wYXIuc2N3LmNsb3VkOjY0NDMKY29udGV4dHM6Ci0gbmFtZTogYWRtaW5AdGVzdC10eXBlLWNoYW5nZQogIGNvbnRleHQ6CiAgICBjbHVzdGVyOiAidGVzdC10eXBlLWNoYW5nZSIKICAgIHVzZXI6IHRlc3QtdHlwZS1jaGFuZ2UtYWRtaW4KY3VycmVudC1jb250ZXh0OiBhZG1pbkB0ZXN0LXR5cGUtY2hhbmdlCmtpbmQ6IENvbmZpZwpwcmVmZXJlbmNlczoge30KdXNlcnM6Ci0gbmFtZTogdGVzdC10eXBlLWNoYW5nZS1hZG1pbgogIHVzZXI6CiAgICB0b2tlbjogbE0zUVdtOFRiejRHY0x0SmpwWUVDVnJZREVtZmtWUDF2cnN0TDhIVzFZeFYyRndXWEphRG9paDk=\"}" + headers: + Content-Length: + - "1666" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:43:45 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - f48a7158-a0e6-498c-b587-57391ad8730f + status: 200 OK + code: 200 + duration: 81.691064ms +- id: 162 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1648 + body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:43:41.107541Z\", \"type\":\"kapsule-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:32:31.784094Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1648" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:43:45 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 8c1f5a4b-168e-4abd-aabb-8055389b483e + status: 200 OK + code: 200 + duration: 23.625191ms +- id: 163 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/vpc/v2/regions/fr-par/vpcs/abc9cb6f-35f4-4119-8a61-418592c48d78 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 421 + body: "{\"id\":\"abc9cb6f-35f4-4119-8a61-418592c48d78\", \"name\":\"tf-vpc-cool-ardinghelli\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:23.250212Z\", \"updated_at\":\"2025-10-30T17:32:23.250212Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_default\":false, \"private_network_count\":1, \"routing_enabled\":true, \"custom_routes_propagation_enabled\":true, \"region\":\"fr-par\"}" + headers: + Content-Length: + - "421" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:43:45 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 03de3a7d-bf80-481c-afa2-0222e3d859ac + status: 200 OK + code: 200 + duration: 30.624535ms +- id: 164 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks/15f251cc-3925-4375-85b3-2e1ed1458f44 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1086 + body: "{\"id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"name\":\"test-type-change\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:23.479384Z\", \"updated_at\":\"2025-10-30T17:32:23.479384Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"subnets\":[{\"id\":\"07123eac-9369-4f95-8d04-60230299a581\", \"created_at\":\"2025-10-30T17:32:23.479384Z\", \"updated_at\":\"2025-10-30T17:32:23.479384Z\", \"subnet\":\"172.18.20.0/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"vpc_id\":\"abc9cb6f-35f4-4119-8a61-418592c48d78\"}, {\"id\":\"06551711-cf24-46d0-a1c2-1fe06e2adb94\", \"created_at\":\"2025-10-30T17:32:23.479384Z\", \"updated_at\":\"2025-10-30T17:32:23.479384Z\", \"subnet\":\"fd5f:519c:6d46:c7fd::/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"vpc_id\":\"abc9cb6f-35f4-4119-8a61-418592c48d78\"}], \"vpc_id\":\"abc9cb6f-35f4-4119-8a61-418592c48d78\", \"dhcp_enabled\":true, \"default_route_propagation_enabled\":false, \"region\":\"fr-par\"}" + headers: + Content-Length: + - "1086" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:43:45 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 6bde4a7d-df23-40b1-87ea-f31acea585b3 + status: 200 OK + code: 200 + duration: 83.111916ms +- id: 165 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1648 + body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:43:41.107541Z\", \"type\":\"kapsule-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:32:31.784094Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1648" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:43:45 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - fb105a39-1b39-47c9-ad23-334a4cf5b785 + status: 200 OK + code: 200 + duration: 88.885875ms +- id: 166 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487/kubeconfig + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1666 + body: "{\"name\":\"kubeconfig\", \"content_type\":\"application/octet-stream\", \"content\":\"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogInRlc3QtdHlwZS1jaGFuZ2UiCiAgY2x1c3RlcjoKICAgIGNlcnRpZmljYXRlLWF1dGhvcml0eS1kYXRhOiBMUzB0TFMxQ1JVZEpUaUJEUlZKVVNVWkpRMEZVUlMwdExTMHRDazFKU1VKWGVrTkRRVkZIWjBGM1NVSkJaMGxDUVVSQlMwSm5aM0ZvYTJwUFVGRlJSRUZxUVZaTlVrMTNSVkZaUkZaUlVVUkZkM0J5WkZkS2JHTnROV3dLWkVkV2VrMUNORmhFVkVreFRWUkJlVTlVUlROTmVrbDVUa1p2V0VSVVRURk5WRUY1VDFSRk0wMTZTWGxPUm05M1JsUkZWRTFDUlVkQk1WVkZRWGhOU3dwaE0xWnBXbGhLZFZwWVVteGpla0phVFVKTlIwSjVjVWRUVFRRNVFXZEZSME5EY1VkVFRUUTVRWGRGU0VFd1NVRkNUVkptU2s1SE1DOXFWVTFGWml0NUNsbHpUbXQxTUhCWVNXeDNkbmxKU2pocFQyNVBRMWgwV0dsQ2JYbzVhbWx4UzJKSk5IZzFWakJ2U0RCeFp6Wmtka1F4Y2paYVkwWXJRa3hITm05bFUwWUtjVFV3ZW5adVQycFJha0pCVFVFMFIwRXhWV1JFZDBWQ0wzZFJSVUYzU1VOd1JFRlFRbWRPVmtoU1RVSkJaamhGUWxSQlJFRlJTQzlOUWpCSFFURlZaQXBFWjFGWFFrSlRlWGRpWTIxcldUZ3pNV0pqVkV4Q1FYZFZXbTlCWmtWQlRuTkVRVXRDWjJkeGFHdHFUMUJSVVVSQlowNUpRVVJDUmtGcFJVRjBXR2hDQ25ObmJsSlVWVk13VW5BMlEyRmpRV0ZXVWpBeFoyNTFWMGR2Um1abU9FWlFUbGRCUlVaQ2MwTkpRVmhQZW1zNE9WUkJiSFJhYW5CdU5YUTVkSEJ2U1VvS2JVb3hkWFpITkdKMWFrNURWbXd5T0ZGbVlrY0tMUzB0TFMxRlRrUWdRMFZTVkVsR1NVTkJWRVV0TFMwdExRbz0KICAgIHNlcnZlcjogaHR0cHM6Ly9jMTEyYTQ1NC1mNjM0LTQ5NTAtODA5NS1lMTgzMTQwMGE0ODcuYXBpLms4cy5mci1wYXIuc2N3LmNsb3VkOjY0NDMKY29udGV4dHM6Ci0gbmFtZTogYWRtaW5AdGVzdC10eXBlLWNoYW5nZQogIGNvbnRleHQ6CiAgICBjbHVzdGVyOiAidGVzdC10eXBlLWNoYW5nZSIKICAgIHVzZXI6IHRlc3QtdHlwZS1jaGFuZ2UtYWRtaW4KY3VycmVudC1jb250ZXh0OiBhZG1pbkB0ZXN0LXR5cGUtY2hhbmdlCmtpbmQ6IENvbmZpZwpwcmVmZXJlbmNlczoge30KdXNlcnM6Ci0gbmFtZTogdGVzdC10eXBlLWNoYW5nZS1hZG1pbgogIHVzZXI6CiAgICB0b2tlbjogbE0zUVdtOFRiejRHY0x0SmpwWUVDVnJZREVtZmtWUDF2cnN0TDhIVzFZeFYyRndXWEphRG9paDk=\"}" + headers: + Content-Length: + - "1666" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:43:45 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 66ac3e46-1008-4284-bdf1-a330b34612f5 + status: 200 OK + code: 200 + duration: 22.585496ms +- id: 167 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/vpc/v2/regions/fr-par/vpcs/abc9cb6f-35f4-4119-8a61-418592c48d78 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 421 + body: "{\"id\":\"abc9cb6f-35f4-4119-8a61-418592c48d78\", \"name\":\"tf-vpc-cool-ardinghelli\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:23.250212Z\", \"updated_at\":\"2025-10-30T17:32:23.250212Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_default\":false, \"private_network_count\":1, \"routing_enabled\":true, \"custom_routes_propagation_enabled\":true, \"region\":\"fr-par\"}" + headers: + Content-Length: + - "421" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:43:46 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 9aa60da3-b25a-420d-b676-bdb155dbb99c + status: 200 OK + code: 200 + duration: 110.465449ms +- id: 168 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks/15f251cc-3925-4375-85b3-2e1ed1458f44 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1086 + body: "{\"id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"name\":\"test-type-change\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:23.479384Z\", \"updated_at\":\"2025-10-30T17:32:23.479384Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"subnets\":[{\"id\":\"07123eac-9369-4f95-8d04-60230299a581\", \"created_at\":\"2025-10-30T17:32:23.479384Z\", \"updated_at\":\"2025-10-30T17:32:23.479384Z\", \"subnet\":\"172.18.20.0/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"vpc_id\":\"abc9cb6f-35f4-4119-8a61-418592c48d78\"}, {\"id\":\"06551711-cf24-46d0-a1c2-1fe06e2adb94\", \"created_at\":\"2025-10-30T17:32:23.479384Z\", \"updated_at\":\"2025-10-30T17:32:23.479384Z\", \"subnet\":\"fd5f:519c:6d46:c7fd::/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"vpc_id\":\"abc9cb6f-35f4-4119-8a61-418592c48d78\"}], \"vpc_id\":\"abc9cb6f-35f4-4119-8a61-418592c48d78\", \"dhcp_enabled\":true, \"default_route_propagation_enabled\":false, \"region\":\"fr-par\"}" + headers: + Content-Length: + - "1086" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:43:46 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 8008ffd6-d480-4894-b0fe-54bc85fe94cf + status: 200 OK + code: 200 + duration: 29.147267ms +- id: 169 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1648 + body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:43:41.107541Z\", \"type\":\"kapsule-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:32:31.784094Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1648" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:43:46 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 60f51f70-e0de-43d4-b84b-c33e728bce17 + status: 200 OK + code: 200 + duration: 26.747062ms +- id: 170 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487/kubeconfig + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1666 + body: "{\"name\":\"kubeconfig\", \"content_type\":\"application/octet-stream\", \"content\":\"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogInRlc3QtdHlwZS1jaGFuZ2UiCiAgY2x1c3RlcjoKICAgIGNlcnRpZmljYXRlLWF1dGhvcml0eS1kYXRhOiBMUzB0TFMxQ1JVZEpUaUJEUlZKVVNVWkpRMEZVUlMwdExTMHRDazFKU1VKWGVrTkRRVkZIWjBGM1NVSkJaMGxDUVVSQlMwSm5aM0ZvYTJwUFVGRlJSRUZxUVZaTlVrMTNSVkZaUkZaUlVVUkZkM0J5WkZkS2JHTnROV3dLWkVkV2VrMUNORmhFVkVreFRWUkJlVTlVUlROTmVrbDVUa1p2V0VSVVRURk5WRUY1VDFSRk0wMTZTWGxPUm05M1JsUkZWRTFDUlVkQk1WVkZRWGhOU3dwaE0xWnBXbGhLZFZwWVVteGpla0phVFVKTlIwSjVjVWRUVFRRNVFXZEZSME5EY1VkVFRUUTVRWGRGU0VFd1NVRkNUVkptU2s1SE1DOXFWVTFGWml0NUNsbHpUbXQxTUhCWVNXeDNkbmxKU2pocFQyNVBRMWgwV0dsQ2JYbzVhbWx4UzJKSk5IZzFWakJ2U0RCeFp6Wmtka1F4Y2paYVkwWXJRa3hITm05bFUwWUtjVFV3ZW5adVQycFJha0pCVFVFMFIwRXhWV1JFZDBWQ0wzZFJSVUYzU1VOd1JFRlFRbWRPVmtoU1RVSkJaamhGUWxSQlJFRlJTQzlOUWpCSFFURlZaQXBFWjFGWFFrSlRlWGRpWTIxcldUZ3pNV0pqVkV4Q1FYZFZXbTlCWmtWQlRuTkVRVXRDWjJkeGFHdHFUMUJSVVVSQlowNUpRVVJDUmtGcFJVRjBXR2hDQ25ObmJsSlVWVk13VW5BMlEyRmpRV0ZXVWpBeFoyNTFWMGR2Um1abU9FWlFUbGRCUlVaQ2MwTkpRVmhQZW1zNE9WUkJiSFJhYW5CdU5YUTVkSEJ2U1VvS2JVb3hkWFpITkdKMWFrNURWbXd5T0ZGbVlrY0tMUzB0TFMxRlRrUWdRMFZTVkVsR1NVTkJWRVV0TFMwdExRbz0KICAgIHNlcnZlcjogaHR0cHM6Ly9jMTEyYTQ1NC1mNjM0LTQ5NTAtODA5NS1lMTgzMTQwMGE0ODcuYXBpLms4cy5mci1wYXIuc2N3LmNsb3VkOjY0NDMKY29udGV4dHM6Ci0gbmFtZTogYWRtaW5AdGVzdC10eXBlLWNoYW5nZQogIGNvbnRleHQ6CiAgICBjbHVzdGVyOiAidGVzdC10eXBlLWNoYW5nZSIKICAgIHVzZXI6IHRlc3QtdHlwZS1jaGFuZ2UtYWRtaW4KY3VycmVudC1jb250ZXh0OiBhZG1pbkB0ZXN0LXR5cGUtY2hhbmdlCmtpbmQ6IENvbmZpZwpwcmVmZXJlbmNlczoge30KdXNlcnM6Ci0gbmFtZTogdGVzdC10eXBlLWNoYW5nZS1hZG1pbgogIHVzZXI6CiAgICB0b2tlbjogbE0zUVdtOFRiejRHY0x0SmpwWUVDVnJZREVtZmtWUDF2cnN0TDhIVzFZeFYyRndXWEphRG9paDk=\"}" + headers: + Content-Length: + - "1666" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:43:46 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 406d8548-410c-46ab-b513-2a65d2322cdc + status: 200 OK + code: 200 + duration: 22.640149ms +- id: 171 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487/available-types + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 535 + body: "{\"cluster_types\":[{\"name\":\"kapsule-dedicated-8\", \"availability\":\"available\", \"max_nodes\":500, \"commitment_delay\":\"2592000s\", \"sla\":99.5, \"resiliency\":\"high_availability\", \"memory\":8000000000, \"dedicated\":true, \"audit_logs_supported\":true, \"max_etcd_size\":200000000}, {\"name\":\"kapsule-dedicated-16\", \"availability\":\"available\", \"max_nodes\":500, \"commitment_delay\":\"2592000s\", \"sla\":99.5, \"resiliency\":\"high_availability\", \"memory\":16000000000, \"dedicated\":true, \"audit_logs_supported\":true, \"max_etcd_size\":200000000}], \"total_count\":2}" + headers: + Content-Length: + - "535" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:43:46 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - b7d665a6-da5d-46ab-b1b0-00604f932194 + status: 200 OK + code: 200 + duration: 110.538236ms +- id: 172 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487/available-types + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 535 + body: "{\"cluster_types\":[{\"name\":\"kapsule-dedicated-8\", \"availability\":\"available\", \"max_nodes\":500, \"commitment_delay\":\"2592000s\", \"sla\":99.5, \"resiliency\":\"high_availability\", \"memory\":8000000000, \"dedicated\":true, \"audit_logs_supported\":true, \"max_etcd_size\":200000000}, {\"name\":\"kapsule-dedicated-16\", \"availability\":\"available\", \"max_nodes\":500, \"commitment_delay\":\"2592000s\", \"sla\":99.5, \"resiliency\":\"high_availability\", \"memory\":16000000000, \"dedicated\":true, \"audit_logs_supported\":true, \"max_etcd_size\":200000000}], \"total_count\":2}" + headers: + Content-Length: + - "535" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:43:46 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - ec75682d-eaa5-4133-9c4d-da05ef4f9b04 + status: 200 OK + code: 200 + duration: 78.805417ms +- id: 173 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1648 + body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:43:41.107541Z\", \"type\":\"kapsule-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:32:31.784094Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1648" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:43:46 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 08d496cf-51f7-447a-86e1-a1956f2cf4d0 + status: 200 OK + code: 200 + duration: 93.601863ms +- id: 174 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 30 + host: api.scaleway.com + body: "{\"type\":\"kapsule-dedicated-8\"}" + headers: + Content-Type: + - application/json + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487/set-type + method: POST + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1652 + body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:43:46.928957Z\", \"type\":\"kapsule-dedicated-8\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:43:47.055291Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":false, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1652" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:43:47 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - f4881f12-5829-47d5-a478-4422239d6e16 + status: 200 OK + code: 200 + duration: 342.232916ms +- id: 175 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1651 + body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:43:46.928957Z\", \"type\":\"kapsule-dedicated-8\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:43:47.055291Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1651" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:43:47 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - e4d92506-df63-46a0-b434-9f63abf5a3a4 + status: 200 OK + code: 200 + duration: 26.662323ms +- id: 176 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1651 + body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:43:46.928957Z\", \"type\":\"kapsule-dedicated-8\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:43:47.055291Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1651" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:43:52 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - ad390b24-e174-4710-8b95-f91698847e11 + status: 200 OK + code: 200 + duration: 104.716465ms +- id: 177 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1651 + body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:43:46.928957Z\", \"type\":\"kapsule-dedicated-8\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:43:47.055291Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1651" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:43:57 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - e44c0d8c-f49e-44d0-ab82-3cb037cbd2d5 + status: 200 OK + code: 200 + duration: 85.688861ms +- id: 178 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1651 + body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:43:46.928957Z\", \"type\":\"kapsule-dedicated-8\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:43:47.055291Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1651" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:44:02 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 64eae8ff-61d6-4789-9f3c-9c03db9fc5bc + status: 200 OK + code: 200 + duration: 96.491227ms +- id: 179 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1651 + body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:43:46.928957Z\", \"type\":\"kapsule-dedicated-8\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:43:47.055291Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1651" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:44:07 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 78f9a283-e5f4-4589-976f-c6a4c3a9175f + status: 200 OK + code: 200 + duration: 90.163485ms +- id: 180 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1651 + body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:43:46.928957Z\", \"type\":\"kapsule-dedicated-8\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:43:47.055291Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1651" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:44:12 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 5a6a3cbc-b20d-4c58-8521-b35278be38fc + status: 200 OK + code: 200 + duration: 110.68043ms +- id: 181 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1651 + body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:43:46.928957Z\", \"type\":\"kapsule-dedicated-8\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:43:47.055291Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1651" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:44:17 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 7d38d3ba-22ce-46c5-af9e-f747a1245ca8 + status: 200 OK + code: 200 + duration: 84.297533ms +- id: 182 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1651 + body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:43:46.928957Z\", \"type\":\"kapsule-dedicated-8\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:43:47.055291Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1651" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:44:22 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 98e29727-4160-4b1d-bef9-3fb1e87ef082 + status: 200 OK + code: 200 + duration: 98.666456ms +- id: 183 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1651 + body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:43:46.928957Z\", \"type\":\"kapsule-dedicated-8\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:43:47.055291Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1651" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:44:27 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 32aceab7-e169-4d53-97b5-457f6af12c64 + status: 200 OK + code: 200 + duration: 97.044455ms +- id: 184 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1651 + body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:43:46.928957Z\", \"type\":\"kapsule-dedicated-8\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:43:47.055291Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1651" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:44:32 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - dcdd4fe3-b57e-4fd8-a779-012a60e7ff08 + status: 200 OK + code: 200 + duration: 89.085596ms +- id: 185 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1651 + body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:43:46.928957Z\", \"type\":\"kapsule-dedicated-8\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:43:47.055291Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1651" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:44:38 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - f3a3d383-82b3-422c-934e-a7d3e1a3b643 + status: 200 OK + code: 200 + duration: 90.345515ms +- id: 186 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1651 + body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:43:46.928957Z\", \"type\":\"kapsule-dedicated-8\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:43:47.055291Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1651" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:44:43 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 3271dc10-7fcc-47d1-81f7-2b2cb9b7d989 + status: 200 OK + code: 200 + duration: 91.437428ms +- id: 187 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1651 + body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:43:46.928957Z\", \"type\":\"kapsule-dedicated-8\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:43:47.055291Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1651" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:44:48 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 6de3e8b0-15e7-474d-95f6-e37146845c3d + status: 200 OK + code: 200 + duration: 117.646858ms +- id: 188 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1651 + body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:43:46.928957Z\", \"type\":\"kapsule-dedicated-8\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:43:47.055291Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1651" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:44:53 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 286db6ef-8ee4-4993-b8ed-c1c7cf6d399d + status: 200 OK + code: 200 + duration: 85.391989ms +- id: 189 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1651 + body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:43:46.928957Z\", \"type\":\"kapsule-dedicated-8\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:43:47.055291Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1651" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:44:58 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 28996485-cbcb-433b-9465-4fcec3077485 + status: 200 OK + code: 200 + duration: 92.926738ms +- id: 190 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1651 + body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:43:46.928957Z\", \"type\":\"kapsule-dedicated-8\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:43:47.055291Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1651" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:45:03 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 4257485d-4d25-4065-be48-35d09f3cdefc + status: 200 OK + code: 200 + duration: 89.683629ms +- id: 191 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1651 + body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:43:46.928957Z\", \"type\":\"kapsule-dedicated-8\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:43:47.055291Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1651" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:45:08 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - b3916579-5743-4b5b-b07d-fe7d18eb29fc + status: 200 OK + code: 200 + duration: 103.74181ms +- id: 192 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1651 + body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:43:46.928957Z\", \"type\":\"kapsule-dedicated-8\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:43:47.055291Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1651" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:45:13 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - dbbf9ab5-f4ec-4c85-a149-c768cfb0353c + status: 200 OK + code: 200 + duration: 84.685034ms +- id: 193 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1651 + body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:43:46.928957Z\", \"type\":\"kapsule-dedicated-8\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:43:47.055291Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1651" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:45:18 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 32420cf5-6639-4ba4-b71c-06bddc071268 + status: 200 OK + code: 200 + duration: 117.581814ms +- id: 194 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1651 + body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:43:46.928957Z\", \"type\":\"kapsule-dedicated-8\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:43:47.055291Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1651" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:45:23 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 31b403e5-2a31-48d2-a827-66857f75f51d + status: 200 OK + code: 200 + duration: 82.536954ms +- id: 195 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1648 + body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:45:26.329317Z\", \"type\":\"kapsule-dedicated-8\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:43:47.055291Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1648" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:45:29 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - e2a5cebc-2cb0-4ac9-bb81-13f77c553bc2 + status: 200 OK + code: 200 + duration: 85.461421ms +- id: 196 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + form: + order_by: + - created_at_asc + page: + - "1" + status: + - unknown + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487/pools?order_by=created_at_asc&page=1&status=unknown + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 29 + body: "{\"total_count\":0, \"pools\":[]}" + headers: + Content-Length: + - "29" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:45:29 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - aa222247-c23c-4649-a920-1da2a37be9b4 + status: 200 OK + code: 200 + duration: 33.110871ms +- id: 197 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 592 + host: api.scaleway.com + body: "{\"autoscaler_config\":{\"scale_down_disabled\":null,\"scale_down_delay_after_add\":null,\"estimator\":\"unknown_estimator\",\"expander\":\"unknown_expander\",\"ignore_daemonsets_utilization\":null,\"balance_similar_node_groups\":null,\"expendable_pods_priority_cutoff\":null,\"scale_down_unneeded_time\":null,\"scale_down_utilization_threshold\":null,\"max_graceful_termination_sec\":null},\"auto_upgrade\":{\"enable\":null,\"maintenance_window\":null},\"open_id_connect_config\":{\"issuer_url\":null,\"client_id\":null,\"username_claim\":null,\"username_prefix\":null,\"groups_claim\":null,\"groups_prefix\":null,\"required_claim\":null}}" + headers: + Content-Type: + - application/json + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 + method: PATCH + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1652 + body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:45:29.192058Z\", \"type\":\"kapsule-dedicated-8\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:43:47.055291Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":false, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1652" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:45:29 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 617d152e-c125-4635-82d1-7e4e847b91f7 + status: 200 OK + code: 200 + duration: 116.021471ms +- id: 198 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1651 + body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:45:29.192058Z\", \"type\":\"kapsule-dedicated-8\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:43:47.055291Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1651" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:45:29 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - f743c3f2-1604-463f-9eb1-d7d23e72e8d2 + status: 200 OK + code: 200 + duration: 20.08869ms +- id: 199 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1651 + body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:45:29.192058Z\", \"type\":\"kapsule-dedicated-8\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:43:47.055291Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1651" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:45:34 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 882ed4aa-860b-4887-9149-67274f996bf0 + status: 200 OK + code: 200 + duration: 96.155874ms +- id: 200 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1651 + body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:45:29.192058Z\", \"type\":\"kapsule-dedicated-8\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:43:47.055291Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1651" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:45:39 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 0a986fce-6d39-4d81-a752-219e588977cc + status: 200 OK + code: 200 + duration: 82.062357ms +- id: 201 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1651 + body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:45:29.192058Z\", \"type\":\"kapsule-dedicated-8\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:43:47.055291Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1651" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:45:44 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - d9a20707-b08d-4990-aaf6-e7d0c6c4bc1e + status: 200 OK + code: 200 + duration: 118.787472ms +- id: 202 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1651 + body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:45:29.192058Z\", \"type\":\"kapsule-dedicated-8\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:43:47.055291Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1651" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:45:49 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 48c4753b-0963-4af8-9d32-971d6317a193 + status: 200 OK + code: 200 + duration: 97.33662ms +- id: 203 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1651 + body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:45:29.192058Z\", \"type\":\"kapsule-dedicated-8\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:43:47.055291Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1651" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:45:54 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 92d76a2a-0ea0-4526-b2ad-7f3a2c10ccdc + status: 200 OK + code: 200 + duration: 104.707615ms +- id: 204 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1651 + body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:45:29.192058Z\", \"type\":\"kapsule-dedicated-8\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:43:47.055291Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1651" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:45:59 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 4e2855c1-7dc3-410a-89f3-5d2ada17bb3a + status: 200 OK + code: 200 + duration: 120.902853ms +- id: 205 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1651 + body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:45:29.192058Z\", \"type\":\"kapsule-dedicated-8\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:43:47.055291Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1651" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:46:04 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - f9f9e196-c086-46c8-baab-dba07665e461 + status: 200 OK + code: 200 + duration: 85.763364ms +- id: 206 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1651 + body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:45:29.192058Z\", \"type\":\"kapsule-dedicated-8\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:43:47.055291Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1651" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:46:10 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 997dfc01-e3fc-4223-bddf-24df226f79ff + status: 200 OK + code: 200 + duration: 102.538802ms +- id: 207 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1651 + body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:45:29.192058Z\", \"type\":\"kapsule-dedicated-8\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:43:47.055291Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1651" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:46:15 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 145ebfee-8ac2-44d3-ba97-da9ae5799d47 + status: 200 OK + code: 200 + duration: 80.657177ms +- id: 208 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1651 + body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:45:29.192058Z\", \"type\":\"kapsule-dedicated-8\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:43:47.055291Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1651" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:46:20 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - e77edb45-472b-4168-ac2e-cf1b9bfdfe73 + status: 200 OK + code: 200 + duration: 134.251214ms +- id: 209 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1651 + body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:45:29.192058Z\", \"type\":\"kapsule-dedicated-8\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:43:47.055291Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1651" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:46:25 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 1df964a3-92ca-4d8f-a05b-24d73605fe2f + status: 200 OK + code: 200 + duration: 80.913183ms +- id: 210 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1651 + body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:45:29.192058Z\", \"type\":\"kapsule-dedicated-8\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:43:47.055291Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1651" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:46:30 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 7f6b8b99-70a3-49e4-8b13-4e35f7a2ae55 + status: 200 OK + code: 200 + duration: 82.809091ms +- id: 211 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1651 + body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:45:29.192058Z\", \"type\":\"kapsule-dedicated-8\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:43:47.055291Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1651" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:46:35 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - ad76b30b-4f90-4c92-830f-55290f1e148e + status: 200 OK + code: 200 + duration: 194.589968ms +- id: 212 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1651 + body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:45:29.192058Z\", \"type\":\"kapsule-dedicated-8\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:43:47.055291Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1651" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:46:40 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - d7e5a77a-fdbe-458b-899d-037c6f346847 + status: 200 OK + code: 200 + duration: 178.7754ms +- id: 213 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1651 + body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:45:29.192058Z\", \"type\":\"kapsule-dedicated-8\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:43:47.055291Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1651" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:46:45 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 93f43d9d-3994-4001-9350-026e54ad47d7 + status: 200 OK + code: 200 + duration: 134.030297ms +- id: 214 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1651 + body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:45:29.192058Z\", \"type\":\"kapsule-dedicated-8\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:43:47.055291Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1651" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:46:51 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 7a650d32-d6ac-4985-b76a-fe3cdf970326 + status: 200 OK + code: 200 + duration: 108.288719ms +- id: 215 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1651 + body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:45:29.192058Z\", \"type\":\"kapsule-dedicated-8\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:43:47.055291Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1651" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:46:56 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 909a1d98-17c2-4d5a-9e90-2e7c2d796b76 + status: 200 OK + code: 200 + duration: 95.451579ms +- id: 216 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1651 + body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:45:29.192058Z\", \"type\":\"kapsule-dedicated-8\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:43:47.055291Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1651" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:47:01 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 7e107b60-0ff2-45cb-82ed-351ea2c64415 + status: 200 OK + code: 200 + duration: 120.47431ms +- id: 217 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1651 + body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:45:29.192058Z\", \"type\":\"kapsule-dedicated-8\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:43:47.055291Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1651" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:47:06 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 42355c16-1df8-498f-ac77-732cb8e84deb + status: 200 OK + code: 200 + duration: 88.473308ms +- id: 218 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1651 + body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:45:29.192058Z\", \"type\":\"kapsule-dedicated-8\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:43:47.055291Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1651" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:47:11 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - e57d3d74-d723-4337-9df9-17d7f8f373ce + status: 200 OK + code: 200 + duration: 94.82303ms +- id: 219 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1651 + body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:45:29.192058Z\", \"type\":\"kapsule-dedicated-8\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:43:47.055291Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1651" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:47:16 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - c3d8f5cf-8471-4544-a914-0bff905f0428 + status: 200 OK + code: 200 + duration: 89.990389ms +- id: 220 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1651 + body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:45:29.192058Z\", \"type\":\"kapsule-dedicated-8\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:43:47.055291Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1651" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:47:21 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 2a6ae674-51c6-4883-8620-6303ae3fbb8e + status: 200 OK + code: 200 + duration: 90.79914ms +- id: 221 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1651 + body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:45:29.192058Z\", \"type\":\"kapsule-dedicated-8\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:43:47.055291Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1651" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:47:26 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 1d19dfcf-3155-4ca9-a241-8eb07dba4a9b + status: 200 OK + code: 200 + duration: 98.637676ms +- id: 222 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1651 + body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:45:29.192058Z\", \"type\":\"kapsule-dedicated-8\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:43:47.055291Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1651" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:47:31 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 6d7e2340-b177-4ede-b39d-16bcd604ea1a + status: 200 OK + code: 200 + duration: 108.705863ms +- id: 223 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1651 + body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:45:29.192058Z\", \"type\":\"kapsule-dedicated-8\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:43:47.055291Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1651" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:47:37 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - a45c2f1a-a8f7-492f-a3ac-8b9159acae92 + status: 200 OK + code: 200 + duration: 85.951127ms +- id: 224 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1651 + body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:45:29.192058Z\", \"type\":\"kapsule-dedicated-8\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:43:47.055291Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1651" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:47:42 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 9a3ef7dd-20ec-46b1-999f-bae56f6492d2 + status: 200 OK + code: 200 + duration: 81.857171ms +- id: 225 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1651 + body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:45:29.192058Z\", \"type\":\"kapsule-dedicated-8\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:43:47.055291Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1651" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:47:47 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - f94866e5-653b-4f51-81eb-3e176f513067 + status: 200 OK + code: 200 + duration: 94.025579ms +- id: 226 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1651 + body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:45:29.192058Z\", \"type\":\"kapsule-dedicated-8\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:43:47.055291Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1651" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:47:52 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - d21536c5-41fa-44ba-8edd-e9d53d2f35a1 + status: 200 OK + code: 200 + duration: 98.110854ms +- id: 227 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1651 + body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:45:29.192058Z\", \"type\":\"kapsule-dedicated-8\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:43:47.055291Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1651" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:47:57 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 1e7b326f-95b8-4dd6-aa81-2d40b1b931ad + status: 200 OK + code: 200 + duration: 91.009978ms +- id: 228 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1651 + body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:45:29.192058Z\", \"type\":\"kapsule-dedicated-8\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:43:47.055291Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1651" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:48:02 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 250af2aa-7307-4620-ad02-e97a37f800cd + status: 200 OK + code: 200 + duration: 83.213587ms +- id: 229 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1651 + body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:45:29.192058Z\", \"type\":\"kapsule-dedicated-8\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:43:47.055291Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1651" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:48:07 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 326f3dba-6da2-40a7-b502-efeeb363048d + status: 200 OK + code: 200 + duration: 90.742263ms +- id: 230 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1648 + body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:48:12.180252Z\", \"type\":\"kapsule-dedicated-8\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:43:47.055291Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1648" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:48:12 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - f9976466-2aa2-4d10-a4c8-f7b917438bf4 + status: 200 OK + code: 200 + duration: 110.741923ms +- id: 231 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1648 + body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:48:12.180252Z\", \"type\":\"kapsule-dedicated-8\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:43:47.055291Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1648" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:48:12 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 71bf0ee7-f10f-4279-9347-cd4ac6019faa + status: 200 OK + code: 200 + duration: 91.843742ms +- id: 232 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487/kubeconfig + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1666 + body: "{\"name\":\"kubeconfig\", \"content_type\":\"application/octet-stream\", \"content\":\"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogInRlc3QtdHlwZS1jaGFuZ2UiCiAgY2x1c3RlcjoKICAgIGNlcnRpZmljYXRlLWF1dGhvcml0eS1kYXRhOiBMUzB0TFMxQ1JVZEpUaUJEUlZKVVNVWkpRMEZVUlMwdExTMHRDazFKU1VKWGVrTkRRVkZIWjBGM1NVSkJaMGxDUVVSQlMwSm5aM0ZvYTJwUFVGRlJSRUZxUVZaTlVrMTNSVkZaUkZaUlVVUkZkM0J5WkZkS2JHTnROV3dLWkVkV2VrMUNORmhFVkVreFRWUkJlVTlVUlROTmVrbDVUa1p2V0VSVVRURk5WRUY1VDFSRk0wMTZTWGxPUm05M1JsUkZWRTFDUlVkQk1WVkZRWGhOU3dwaE0xWnBXbGhLZFZwWVVteGpla0phVFVKTlIwSjVjVWRUVFRRNVFXZEZSME5EY1VkVFRUUTVRWGRGU0VFd1NVRkNUVkptU2s1SE1DOXFWVTFGWml0NUNsbHpUbXQxTUhCWVNXeDNkbmxKU2pocFQyNVBRMWgwV0dsQ2JYbzVhbWx4UzJKSk5IZzFWakJ2U0RCeFp6Wmtka1F4Y2paYVkwWXJRa3hITm05bFUwWUtjVFV3ZW5adVQycFJha0pCVFVFMFIwRXhWV1JFZDBWQ0wzZFJSVUYzU1VOd1JFRlFRbWRPVmtoU1RVSkJaamhGUWxSQlJFRlJTQzlOUWpCSFFURlZaQXBFWjFGWFFrSlRlWGRpWTIxcldUZ3pNV0pqVkV4Q1FYZFZXbTlCWmtWQlRuTkVRVXRDWjJkeGFHdHFUMUJSVVVSQlowNUpRVVJDUmtGcFJVRjBXR2hDQ25ObmJsSlVWVk13VW5BMlEyRmpRV0ZXVWpBeFoyNTFWMGR2Um1abU9FWlFUbGRCUlVaQ2MwTkpRVmhQZW1zNE9WUkJiSFJhYW5CdU5YUTVkSEJ2U1VvS2JVb3hkWFpITkdKMWFrNURWbXd5T0ZGbVlrY0tMUzB0TFMxRlRrUWdRMFZTVkVsR1NVTkJWRVV0TFMwdExRbz0KICAgIHNlcnZlcjogaHR0cHM6Ly9jMTEyYTQ1NC1mNjM0LTQ5NTAtODA5NS1lMTgzMTQwMGE0ODcuYXBpLms4cy5mci1wYXIuc2N3LmNsb3VkOjY0NDMKY29udGV4dHM6Ci0gbmFtZTogYWRtaW5AdGVzdC10eXBlLWNoYW5nZQogIGNvbnRleHQ6CiAgICBjbHVzdGVyOiAidGVzdC10eXBlLWNoYW5nZSIKICAgIHVzZXI6IHRlc3QtdHlwZS1jaGFuZ2UtYWRtaW4KY3VycmVudC1jb250ZXh0OiBhZG1pbkB0ZXN0LXR5cGUtY2hhbmdlCmtpbmQ6IENvbmZpZwpwcmVmZXJlbmNlczoge30KdXNlcnM6Ci0gbmFtZTogdGVzdC10eXBlLWNoYW5nZS1hZG1pbgogIHVzZXI6CiAgICB0b2tlbjogbE0zUVdtOFRiejRHY0x0SmpwWUVDVnJZREVtZmtWUDF2cnN0TDhIVzFZeFYyRndXWEphRG9paDk=\"}" + headers: + Content-Length: + - "1666" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:48:12 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - b4dd42e7-27a2-45b1-82b8-3109cc52fc8a + status: 200 OK + code: 200 + duration: 99.619228ms +- id: 233 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1648 + body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:48:12.180252Z\", \"type\":\"kapsule-dedicated-8\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:43:47.055291Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1648" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:48:12 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 03057762-24a9-4cd9-93bd-b4836bd258fe + status: 200 OK + code: 200 + duration: 18.582078ms +- id: 234 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/vpc/v2/regions/fr-par/vpcs/abc9cb6f-35f4-4119-8a61-418592c48d78 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 421 + body: "{\"id\":\"abc9cb6f-35f4-4119-8a61-418592c48d78\", \"name\":\"tf-vpc-cool-ardinghelli\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:23.250212Z\", \"updated_at\":\"2025-10-30T17:32:23.250212Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_default\":false, \"private_network_count\":1, \"routing_enabled\":true, \"custom_routes_propagation_enabled\":true, \"region\":\"fr-par\"}" + headers: + Content-Length: + - "421" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:48:13 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 017225f2-92d5-43bf-b784-68eaff6cd45d + status: 200 OK + code: 200 + duration: 42.320581ms +- id: 235 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks/15f251cc-3925-4375-85b3-2e1ed1458f44 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1086 + body: "{\"id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"name\":\"test-type-change\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:23.479384Z\", \"updated_at\":\"2025-10-30T17:32:23.479384Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"subnets\":[{\"id\":\"07123eac-9369-4f95-8d04-60230299a581\", \"created_at\":\"2025-10-30T17:32:23.479384Z\", \"updated_at\":\"2025-10-30T17:32:23.479384Z\", \"subnet\":\"172.18.20.0/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"vpc_id\":\"abc9cb6f-35f4-4119-8a61-418592c48d78\"}, {\"id\":\"06551711-cf24-46d0-a1c2-1fe06e2adb94\", \"created_at\":\"2025-10-30T17:32:23.479384Z\", \"updated_at\":\"2025-10-30T17:32:23.479384Z\", \"subnet\":\"fd5f:519c:6d46:c7fd::/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"vpc_id\":\"abc9cb6f-35f4-4119-8a61-418592c48d78\"}], \"vpc_id\":\"abc9cb6f-35f4-4119-8a61-418592c48d78\", \"dhcp_enabled\":true, \"default_route_propagation_enabled\":false, \"region\":\"fr-par\"}" + headers: + Content-Length: + - "1086" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:48:13 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - e24c8d30-b4b0-4c9e-b7d6-7b2be0ecac6f + status: 200 OK + code: 200 + duration: 27.011993ms +- id: 236 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1648 + body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:48:12.180252Z\", \"type\":\"kapsule-dedicated-8\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:43:47.055291Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1648" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:48:13 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 7d11e95f-b702-40a4-a359-2b43efc49ab7 + status: 200 OK + code: 200 + duration: 24.794743ms +- id: 237 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487/kubeconfig + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1666 + body: "{\"name\":\"kubeconfig\", \"content_type\":\"application/octet-stream\", \"content\":\"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogInRlc3QtdHlwZS1jaGFuZ2UiCiAgY2x1c3RlcjoKICAgIGNlcnRpZmljYXRlLWF1dGhvcml0eS1kYXRhOiBMUzB0TFMxQ1JVZEpUaUJEUlZKVVNVWkpRMEZVUlMwdExTMHRDazFKU1VKWGVrTkRRVkZIWjBGM1NVSkJaMGxDUVVSQlMwSm5aM0ZvYTJwUFVGRlJSRUZxUVZaTlVrMTNSVkZaUkZaUlVVUkZkM0J5WkZkS2JHTnROV3dLWkVkV2VrMUNORmhFVkVreFRWUkJlVTlVUlROTmVrbDVUa1p2V0VSVVRURk5WRUY1VDFSRk0wMTZTWGxPUm05M1JsUkZWRTFDUlVkQk1WVkZRWGhOU3dwaE0xWnBXbGhLZFZwWVVteGpla0phVFVKTlIwSjVjVWRUVFRRNVFXZEZSME5EY1VkVFRUUTVRWGRGU0VFd1NVRkNUVkptU2s1SE1DOXFWVTFGWml0NUNsbHpUbXQxTUhCWVNXeDNkbmxKU2pocFQyNVBRMWgwV0dsQ2JYbzVhbWx4UzJKSk5IZzFWakJ2U0RCeFp6Wmtka1F4Y2paYVkwWXJRa3hITm05bFUwWUtjVFV3ZW5adVQycFJha0pCVFVFMFIwRXhWV1JFZDBWQ0wzZFJSVUYzU1VOd1JFRlFRbWRPVmtoU1RVSkJaamhGUWxSQlJFRlJTQzlOUWpCSFFURlZaQXBFWjFGWFFrSlRlWGRpWTIxcldUZ3pNV0pqVkV4Q1FYZFZXbTlCWmtWQlRuTkVRVXRDWjJkeGFHdHFUMUJSVVVSQlowNUpRVVJDUmtGcFJVRjBXR2hDQ25ObmJsSlVWVk13VW5BMlEyRmpRV0ZXVWpBeFoyNTFWMGR2Um1abU9FWlFUbGRCUlVaQ2MwTkpRVmhQZW1zNE9WUkJiSFJhYW5CdU5YUTVkSEJ2U1VvS2JVb3hkWFpITkdKMWFrNURWbXd5T0ZGbVlrY0tMUzB0TFMxRlRrUWdRMFZTVkVsR1NVTkJWRVV0TFMwdExRbz0KICAgIHNlcnZlcjogaHR0cHM6Ly9jMTEyYTQ1NC1mNjM0LTQ5NTAtODA5NS1lMTgzMTQwMGE0ODcuYXBpLms4cy5mci1wYXIuc2N3LmNsb3VkOjY0NDMKY29udGV4dHM6Ci0gbmFtZTogYWRtaW5AdGVzdC10eXBlLWNoYW5nZQogIGNvbnRleHQ6CiAgICBjbHVzdGVyOiAidGVzdC10eXBlLWNoYW5nZSIKICAgIHVzZXI6IHRlc3QtdHlwZS1jaGFuZ2UtYWRtaW4KY3VycmVudC1jb250ZXh0OiBhZG1pbkB0ZXN0LXR5cGUtY2hhbmdlCmtpbmQ6IENvbmZpZwpwcmVmZXJlbmNlczoge30KdXNlcnM6Ci0gbmFtZTogdGVzdC10eXBlLWNoYW5nZS1hZG1pbgogIHVzZXI6CiAgICB0b2tlbjogbE0zUVdtOFRiejRHY0x0SmpwWUVDVnJZREVtZmtWUDF2cnN0TDhIVzFZeFYyRndXWEphRG9paDk=\"}" + headers: + Content-Length: + - "1666" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:48:13 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 46c94ebd-4055-497a-8364-d77d94ba84f6 + status: 200 OK + code: 200 + duration: 89.345406ms +- id: 238 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1648 + body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:48:12.180252Z\", \"type\":\"kapsule-dedicated-8\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:43:47.055291Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1648" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:48:13 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 46ba27c0-1aaf-4da7-925a-47603c104e98 + status: 200 OK + code: 200 + duration: 24.656904ms +- id: 239 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks/15f251cc-3925-4375-85b3-2e1ed1458f44 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1086 + body: "{\"id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"name\":\"test-type-change\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:23.479384Z\", \"updated_at\":\"2025-10-30T17:32:23.479384Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"subnets\":[{\"id\":\"07123eac-9369-4f95-8d04-60230299a581\", \"created_at\":\"2025-10-30T17:32:23.479384Z\", \"updated_at\":\"2025-10-30T17:32:23.479384Z\", \"subnet\":\"172.18.20.0/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"vpc_id\":\"abc9cb6f-35f4-4119-8a61-418592c48d78\"}, {\"id\":\"06551711-cf24-46d0-a1c2-1fe06e2adb94\", \"created_at\":\"2025-10-30T17:32:23.479384Z\", \"updated_at\":\"2025-10-30T17:32:23.479384Z\", \"subnet\":\"fd5f:519c:6d46:c7fd::/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"vpc_id\":\"abc9cb6f-35f4-4119-8a61-418592c48d78\"}], \"vpc_id\":\"abc9cb6f-35f4-4119-8a61-418592c48d78\", \"dhcp_enabled\":true, \"default_route_propagation_enabled\":false, \"region\":\"fr-par\"}" + headers: + Content-Length: + - "1086" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:48:13 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 6a8a199f-cc12-48c7-a78e-98f58a99bb45 + status: 200 OK + code: 200 + duration: 31.978479ms +- id: 240 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/vpc/v2/regions/fr-par/vpcs/abc9cb6f-35f4-4119-8a61-418592c48d78 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 421 + body: "{\"id\":\"abc9cb6f-35f4-4119-8a61-418592c48d78\", \"name\":\"tf-vpc-cool-ardinghelli\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:23.250212Z\", \"updated_at\":\"2025-10-30T17:32:23.250212Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_default\":false, \"private_network_count\":1, \"routing_enabled\":true, \"custom_routes_propagation_enabled\":true, \"region\":\"fr-par\"}" + headers: + Content-Length: + - "421" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:48:13 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - b32f5f9f-c2d6-4bd0-98ff-b2032c502c9e + status: 200 OK + code: 200 + duration: 33.205301ms +- id: 241 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487/kubeconfig + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1666 + body: "{\"name\":\"kubeconfig\", \"content_type\":\"application/octet-stream\", \"content\":\"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogInRlc3QtdHlwZS1jaGFuZ2UiCiAgY2x1c3RlcjoKICAgIGNlcnRpZmljYXRlLWF1dGhvcml0eS1kYXRhOiBMUzB0TFMxQ1JVZEpUaUJEUlZKVVNVWkpRMEZVUlMwdExTMHRDazFKU1VKWGVrTkRRVkZIWjBGM1NVSkJaMGxDUVVSQlMwSm5aM0ZvYTJwUFVGRlJSRUZxUVZaTlVrMTNSVkZaUkZaUlVVUkZkM0J5WkZkS2JHTnROV3dLWkVkV2VrMUNORmhFVkVreFRWUkJlVTlVUlROTmVrbDVUa1p2V0VSVVRURk5WRUY1VDFSRk0wMTZTWGxPUm05M1JsUkZWRTFDUlVkQk1WVkZRWGhOU3dwaE0xWnBXbGhLZFZwWVVteGpla0phVFVKTlIwSjVjVWRUVFRRNVFXZEZSME5EY1VkVFRUUTVRWGRGU0VFd1NVRkNUVkptU2s1SE1DOXFWVTFGWml0NUNsbHpUbXQxTUhCWVNXeDNkbmxKU2pocFQyNVBRMWgwV0dsQ2JYbzVhbWx4UzJKSk5IZzFWakJ2U0RCeFp6Wmtka1F4Y2paYVkwWXJRa3hITm05bFUwWUtjVFV3ZW5adVQycFJha0pCVFVFMFIwRXhWV1JFZDBWQ0wzZFJSVUYzU1VOd1JFRlFRbWRPVmtoU1RVSkJaamhGUWxSQlJFRlJTQzlOUWpCSFFURlZaQXBFWjFGWFFrSlRlWGRpWTIxcldUZ3pNV0pqVkV4Q1FYZFZXbTlCWmtWQlRuTkVRVXRDWjJkeGFHdHFUMUJSVVVSQlowNUpRVVJDUmtGcFJVRjBXR2hDQ25ObmJsSlVWVk13VW5BMlEyRmpRV0ZXVWpBeFoyNTFWMGR2Um1abU9FWlFUbGRCUlVaQ2MwTkpRVmhQZW1zNE9WUkJiSFJhYW5CdU5YUTVkSEJ2U1VvS2JVb3hkWFpITkdKMWFrNURWbXd5T0ZGbVlrY0tMUzB0TFMxRlRrUWdRMFZTVkVsR1NVTkJWRVV0TFMwdExRbz0KICAgIHNlcnZlcjogaHR0cHM6Ly9jMTEyYTQ1NC1mNjM0LTQ5NTAtODA5NS1lMTgzMTQwMGE0ODcuYXBpLms4cy5mci1wYXIuc2N3LmNsb3VkOjY0NDMKY29udGV4dHM6Ci0gbmFtZTogYWRtaW5AdGVzdC10eXBlLWNoYW5nZQogIGNvbnRleHQ6CiAgICBjbHVzdGVyOiAidGVzdC10eXBlLWNoYW5nZSIKICAgIHVzZXI6IHRlc3QtdHlwZS1jaGFuZ2UtYWRtaW4KY3VycmVudC1jb250ZXh0OiBhZG1pbkB0ZXN0LXR5cGUtY2hhbmdlCmtpbmQ6IENvbmZpZwpwcmVmZXJlbmNlczoge30KdXNlcnM6Ci0gbmFtZTogdGVzdC10eXBlLWNoYW5nZS1hZG1pbgogIHVzZXI6CiAgICB0b2tlbjogbE0zUVdtOFRiejRHY0x0SmpwWUVDVnJZREVtZmtWUDF2cnN0TDhIVzFZeFYyRndXWEphRG9paDk=\"}" + headers: + Content-Length: + - "1666" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:48:13 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 4631c0b3-27b0-4edd-8d7d-6e4a471e46bd + status: 200 OK + code: 200 + duration: 21.576637ms +- id: 242 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487/available-types + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 286 + body: "{\"cluster_types\":[{\"name\":\"kapsule-dedicated-16\", \"availability\":\"available\", \"max_nodes\":500, \"commitment_delay\":\"2592000s\", \"sla\":99.5, \"resiliency\":\"high_availability\", \"memory\":16000000000, \"dedicated\":true, \"audit_logs_supported\":true, \"max_etcd_size\":200000000}], \"total_count\":1}" + headers: + Content-Length: + - "286" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:48:13 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 44d353ac-3feb-4a9d-84e9-e8a260b1789e + status: 200 OK + code: 200 + duration: 122.733569ms +- id: 243 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + form: + with_additional_resources: + - "false" + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487?with_additional_resources=false + method: DELETE + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1652 + body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:48:13.809487Z\", \"type\":\"kapsule-dedicated-8\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:43:47.055291Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":false, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1652" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:48:13 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 875d292f-52e6-4cea-9bd6-f4b37a35896b + status: 200 OK + code: 200 + duration: 105.473631ms +- id: 244 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1651 + body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:48:13.809487Z\", \"type\":\"kapsule-dedicated-8\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:43:47.055291Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1651" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:48:13 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - c6719517-0187-48ce-b2f4-2f69b006161a + status: 200 OK + code: 200 + duration: 100.327767ms +- id: 245 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 128 + body: "{\"message\":\"resource is not found\",\"resource\":\"cluster\",\"resource_id\":\"c112a454-f634-4950-8095-e1831400a487\",\"type\":\"not_found\"}" + headers: + Content-Length: + - "128" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:48:19 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 7341bd04-fce9-46d0-ac9b-6e1497570561 + status: 404 Not Found + code: 404 + duration: 26.314345ms +- id: 246 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks/15f251cc-3925-4375-85b3-2e1ed1458f44 + method: DELETE + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 0 + body: "" + headers: + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:48:20 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 2d24a466-e500-4992-91e5-0167bb16b012 + status: 204 No Content + code: 204 + duration: 1.124239084s +- id: 247 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/vpc/v2/regions/fr-par/vpcs/abc9cb6f-35f4-4119-8a61-418592c48d78 + method: DELETE + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 0 + body: "" + headers: + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:48:20 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - ae0ea824-a82d-4b4d-819f-6051e606e522 + status: 204 No Content + code: 204 + duration: 250.007868ms +- id: 248 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 661 + host: api.scaleway.com + body: "{\"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\",\"type\":\"multicloud-dedicated-4\",\"name\":\"test-type-change\",\"description\":\"\",\"tags\":[\"terraform-test\",\"scaleway_k8s_cluster\",\"type-change\"],\"version\":\"1.34.1\",\"cni\":\"kilo\",\"pools\":null,\"autoscaler_config\":{\"scale_down_disabled\":null,\"scale_down_delay_after_add\":null,\"estimator\":\"unknown_estimator\",\"expander\":\"unknown_expander\",\"ignore_daemonsets_utilization\":null,\"balance_similar_node_groups\":null,\"expendable_pods_priority_cutoff\":0,\"scale_down_unneeded_time\":null,\"scale_down_utilization_threshold\":null,\"max_graceful_termination_sec\":0},\"feature_gates\":[],\"admission_plugins\":[],\"apiserver_cert_sans\":[]}" + headers: + Content-Type: + - application/json + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters + method: POST + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1583 + body: "{\"region\":\"fr-par\", \"id\":\"64803d5d-ac0a-45fa-82e6-e0f037266daa\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:48:20.702469Z\", \"updated_at\":\"2025-10-30T17:48:20.702469Z\", \"type\":\"multicloud-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"creating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://64803d5d-ac0a-45fa-82e6-e0f037266daa.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.64803d5d-ac0a-45fa-82e6-e0f037266daa.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-11-29T17:48:20.702476Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"\", \"new_images_enabled\":false, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1583" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:48:20 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - f1adf67d-a0a5-4f4e-ac7d-7c5a09d3536a + status: 200 OK + code: 200 + duration: 293.356489ms +- id: 249 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/64803d5d-ac0a-45fa-82e6-e0f037266daa + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1582 + body: "{\"region\":\"fr-par\", \"id\":\"64803d5d-ac0a-45fa-82e6-e0f037266daa\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:48:20.702469Z\", \"updated_at\":\"2025-10-30T17:48:20.702469Z\", \"type\":\"multicloud-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"creating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://64803d5d-ac0a-45fa-82e6-e0f037266daa.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.64803d5d-ac0a-45fa-82e6-e0f037266daa.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-11-29T17:48:20.702476Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1582" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:48:20 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 050caab1-5cbc-4479-b38b-dc1ee7a73e7e + status: 200 OK + code: 200 + duration: 87.369293ms +- id: 250 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/64803d5d-ac0a-45fa-82e6-e0f037266daa + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1618 + body: "{\"region\":\"fr-par\", \"id\":\"64803d5d-ac0a-45fa-82e6-e0f037266daa\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:48:20.702469Z\", \"updated_at\":\"2025-10-30T17:48:21.174846Z\", \"type\":\"multicloud-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"creating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://64803d5d-ac0a-45fa-82e6-e0f037266daa.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.64803d5d-ac0a-45fa-82e6-e0f037266daa.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-11-29T17:48:20.702476Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"1287e4f9-481a-4b20-b218-d1545d3eff3c\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1618" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:48:25 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 6f9d4d5b-c0b1-4eae-98b1-80985cb2cc8a + status: 200 OK + code: 200 + duration: 84.771141ms +- id: 251 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/64803d5d-ac0a-45fa-82e6-e0f037266daa + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1618 + body: "{\"region\":\"fr-par\", \"id\":\"64803d5d-ac0a-45fa-82e6-e0f037266daa\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:48:20.702469Z\", \"updated_at\":\"2025-10-30T17:48:21.174846Z\", \"type\":\"multicloud-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"creating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://64803d5d-ac0a-45fa-82e6-e0f037266daa.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.64803d5d-ac0a-45fa-82e6-e0f037266daa.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-11-29T17:48:20.702476Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"1287e4f9-481a-4b20-b218-d1545d3eff3c\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1618" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:48:31 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 521c0f1d-3b75-4f72-8feb-dde0120bb379 + status: 200 OK + code: 200 + duration: 98.859995ms +- id: 252 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/64803d5d-ac0a-45fa-82e6-e0f037266daa + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1618 + body: "{\"region\":\"fr-par\", \"id\":\"64803d5d-ac0a-45fa-82e6-e0f037266daa\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:48:20.702469Z\", \"updated_at\":\"2025-10-30T17:48:21.174846Z\", \"type\":\"multicloud-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"creating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://64803d5d-ac0a-45fa-82e6-e0f037266daa.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.64803d5d-ac0a-45fa-82e6-e0f037266daa.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-11-29T17:48:20.702476Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"1287e4f9-481a-4b20-b218-d1545d3eff3c\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1618" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:48:36 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - b3affbc8-2628-404f-b2d8-f503832afb13 + status: 200 OK + code: 200 + duration: 95.018512ms +- id: 253 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/64803d5d-ac0a-45fa-82e6-e0f037266daa + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1618 + body: "{\"region\":\"fr-par\", \"id\":\"64803d5d-ac0a-45fa-82e6-e0f037266daa\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:48:20.702469Z\", \"updated_at\":\"2025-10-30T17:48:21.174846Z\", \"type\":\"multicloud-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"creating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://64803d5d-ac0a-45fa-82e6-e0f037266daa.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.64803d5d-ac0a-45fa-82e6-e0f037266daa.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-11-29T17:48:20.702476Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"1287e4f9-481a-4b20-b218-d1545d3eff3c\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1618" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:48:41 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 4c47398f-9043-498f-883b-0db526416350 + status: 200 OK + code: 200 + duration: 94.251436ms +- id: 254 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/64803d5d-ac0a-45fa-82e6-e0f037266daa + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1618 + body: "{\"region\":\"fr-par\", \"id\":\"64803d5d-ac0a-45fa-82e6-e0f037266daa\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:48:20.702469Z\", \"updated_at\":\"2025-10-30T17:48:21.174846Z\", \"type\":\"multicloud-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"creating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://64803d5d-ac0a-45fa-82e6-e0f037266daa.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.64803d5d-ac0a-45fa-82e6-e0f037266daa.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-11-29T17:48:20.702476Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"1287e4f9-481a-4b20-b218-d1545d3eff3c\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1618" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:48:46 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 0a9614d8-5041-492e-ad50-9a127737f439 + status: 200 OK + code: 200 + duration: 107.246779ms +- id: 255 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/64803d5d-ac0a-45fa-82e6-e0f037266daa + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1618 + body: "{\"region\":\"fr-par\", \"id\":\"64803d5d-ac0a-45fa-82e6-e0f037266daa\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:48:20.702469Z\", \"updated_at\":\"2025-10-30T17:48:21.174846Z\", \"type\":\"multicloud-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"creating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://64803d5d-ac0a-45fa-82e6-e0f037266daa.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.64803d5d-ac0a-45fa-82e6-e0f037266daa.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-11-29T17:48:20.702476Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"1287e4f9-481a-4b20-b218-d1545d3eff3c\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1618" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:48:51 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - ea0353b7-7b0b-4086-8153-30560a6eb0c7 + status: 200 OK + code: 200 + duration: 114.338718ms +- id: 256 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/64803d5d-ac0a-45fa-82e6-e0f037266daa + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1618 + body: "{\"region\":\"fr-par\", \"id\":\"64803d5d-ac0a-45fa-82e6-e0f037266daa\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:48:20.702469Z\", \"updated_at\":\"2025-10-30T17:48:21.174846Z\", \"type\":\"multicloud-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"creating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://64803d5d-ac0a-45fa-82e6-e0f037266daa.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.64803d5d-ac0a-45fa-82e6-e0f037266daa.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-11-29T17:48:20.702476Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"1287e4f9-481a-4b20-b218-d1545d3eff3c\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1618" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:48:56 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 86cca98d-cf93-4e98-86da-2806e915246b + status: 200 OK + code: 200 + duration: 90.276657ms +- id: 257 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/64803d5d-ac0a-45fa-82e6-e0f037266daa + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1618 + body: "{\"region\":\"fr-par\", \"id\":\"64803d5d-ac0a-45fa-82e6-e0f037266daa\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:48:20.702469Z\", \"updated_at\":\"2025-10-30T17:48:21.174846Z\", \"type\":\"multicloud-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"creating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://64803d5d-ac0a-45fa-82e6-e0f037266daa.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.64803d5d-ac0a-45fa-82e6-e0f037266daa.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-11-29T17:48:20.702476Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"1287e4f9-481a-4b20-b218-d1545d3eff3c\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1618" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:49:01 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 8f61bfda-cce4-4b30-960c-389e6dbd688e + status: 200 OK + code: 200 + duration: 88.594212ms +- id: 258 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/64803d5d-ac0a-45fa-82e6-e0f037266daa + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1618 + body: "{\"region\":\"fr-par\", \"id\":\"64803d5d-ac0a-45fa-82e6-e0f037266daa\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:48:20.702469Z\", \"updated_at\":\"2025-10-30T17:48:21.174846Z\", \"type\":\"multicloud-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"creating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://64803d5d-ac0a-45fa-82e6-e0f037266daa.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.64803d5d-ac0a-45fa-82e6-e0f037266daa.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-11-29T17:48:20.702476Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"1287e4f9-481a-4b20-b218-d1545d3eff3c\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1618" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:49:06 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - df66e661-b8ee-4dab-a239-fb96ae344618 + status: 200 OK + code: 200 + duration: 88.872929ms +- id: 259 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/64803d5d-ac0a-45fa-82e6-e0f037266daa + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1618 + body: "{\"region\":\"fr-par\", \"id\":\"64803d5d-ac0a-45fa-82e6-e0f037266daa\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:48:20.702469Z\", \"updated_at\":\"2025-10-30T17:48:21.174846Z\", \"type\":\"multicloud-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"creating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://64803d5d-ac0a-45fa-82e6-e0f037266daa.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.64803d5d-ac0a-45fa-82e6-e0f037266daa.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-11-29T17:48:20.702476Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"1287e4f9-481a-4b20-b218-d1545d3eff3c\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1618" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:49:11 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 8b6c07ad-54d8-453e-8cec-38e5b5d6904e + status: 200 OK + code: 200 + duration: 97.600777ms +- id: 260 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/64803d5d-ac0a-45fa-82e6-e0f037266daa + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1618 + body: "{\"region\":\"fr-par\", \"id\":\"64803d5d-ac0a-45fa-82e6-e0f037266daa\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:48:20.702469Z\", \"updated_at\":\"2025-10-30T17:48:21.174846Z\", \"type\":\"multicloud-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"creating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://64803d5d-ac0a-45fa-82e6-e0f037266daa.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.64803d5d-ac0a-45fa-82e6-e0f037266daa.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-11-29T17:48:20.702476Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"1287e4f9-481a-4b20-b218-d1545d3eff3c\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1618" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:49:16 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 835cf8c3-8a70-42c4-9359-89ce4ab3ce98 + status: 200 OK + code: 200 + duration: 90.883556ms +- id: 261 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/64803d5d-ac0a-45fa-82e6-e0f037266daa + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1618 + body: "{\"region\":\"fr-par\", \"id\":\"64803d5d-ac0a-45fa-82e6-e0f037266daa\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:48:20.702469Z\", \"updated_at\":\"2025-10-30T17:48:21.174846Z\", \"type\":\"multicloud-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"creating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://64803d5d-ac0a-45fa-82e6-e0f037266daa.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.64803d5d-ac0a-45fa-82e6-e0f037266daa.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-11-29T17:48:20.702476Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"1287e4f9-481a-4b20-b218-d1545d3eff3c\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1618" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:49:21 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - dec11549-4045-4563-9e10-913da5a5f4d6 + status: 200 OK + code: 200 + duration: 92.357745ms +- id: 262 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/64803d5d-ac0a-45fa-82e6-e0f037266daa + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1618 + body: "{\"region\":\"fr-par\", \"id\":\"64803d5d-ac0a-45fa-82e6-e0f037266daa\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:48:20.702469Z\", \"updated_at\":\"2025-10-30T17:48:21.174846Z\", \"type\":\"multicloud-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"creating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://64803d5d-ac0a-45fa-82e6-e0f037266daa.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.64803d5d-ac0a-45fa-82e6-e0f037266daa.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-11-29T17:48:20.702476Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"1287e4f9-481a-4b20-b218-d1545d3eff3c\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1618" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:49:27 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - a784a2f0-5298-4173-9c0e-7296c95b9376 + status: 200 OK + code: 200 + duration: 96.24949ms +- id: 263 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/64803d5d-ac0a-45fa-82e6-e0f037266daa + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1618 + body: "{\"region\":\"fr-par\", \"id\":\"64803d5d-ac0a-45fa-82e6-e0f037266daa\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:48:20.702469Z\", \"updated_at\":\"2025-10-30T17:48:21.174846Z\", \"type\":\"multicloud-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"creating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://64803d5d-ac0a-45fa-82e6-e0f037266daa.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.64803d5d-ac0a-45fa-82e6-e0f037266daa.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-11-29T17:48:20.702476Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"1287e4f9-481a-4b20-b218-d1545d3eff3c\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1618" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:49:32 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 5f77da63-6f90-4ab5-966a-61dff0baf068 + status: 200 OK + code: 200 + duration: 75.95876ms +- id: 264 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/64803d5d-ac0a-45fa-82e6-e0f037266daa + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1618 + body: "{\"region\":\"fr-par\", \"id\":\"64803d5d-ac0a-45fa-82e6-e0f037266daa\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:48:20.702469Z\", \"updated_at\":\"2025-10-30T17:48:21.174846Z\", \"type\":\"multicloud-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"creating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://64803d5d-ac0a-45fa-82e6-e0f037266daa.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.64803d5d-ac0a-45fa-82e6-e0f037266daa.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-11-29T17:48:20.702476Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"1287e4f9-481a-4b20-b218-d1545d3eff3c\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1618" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:49:37 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 4db0a03f-93f3-47c0-af67-81e7cf32c54c + status: 200 OK + code: 200 + duration: 88.539127ms +- id: 265 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/64803d5d-ac0a-45fa-82e6-e0f037266daa + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1618 + body: "{\"region\":\"fr-par\", \"id\":\"64803d5d-ac0a-45fa-82e6-e0f037266daa\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:48:20.702469Z\", \"updated_at\":\"2025-10-30T17:48:21.174846Z\", \"type\":\"multicloud-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"creating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://64803d5d-ac0a-45fa-82e6-e0f037266daa.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.64803d5d-ac0a-45fa-82e6-e0f037266daa.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-11-29T17:48:20.702476Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"1287e4f9-481a-4b20-b218-d1545d3eff3c\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1618" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:49:42 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - a3f30f9b-69ff-4efc-96b3-e85a9816b261 + status: 200 OK + code: 200 + duration: 86.351755ms +- id: 266 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/64803d5d-ac0a-45fa-82e6-e0f037266daa + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1618 + body: "{\"region\":\"fr-par\", \"id\":\"64803d5d-ac0a-45fa-82e6-e0f037266daa\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:48:20.702469Z\", \"updated_at\":\"2025-10-30T17:48:21.174846Z\", \"type\":\"multicloud-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"creating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://64803d5d-ac0a-45fa-82e6-e0f037266daa.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.64803d5d-ac0a-45fa-82e6-e0f037266daa.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-11-29T17:48:20.702476Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"1287e4f9-481a-4b20-b218-d1545d3eff3c\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1618" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:49:47 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 8c4ab691-a7c2-4d33-95cc-48dbce892d8c + status: 200 OK + code: 200 + duration: 85.632469ms +- id: 267 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/64803d5d-ac0a-45fa-82e6-e0f037266daa + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1618 + body: "{\"region\":\"fr-par\", \"id\":\"64803d5d-ac0a-45fa-82e6-e0f037266daa\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:48:20.702469Z\", \"updated_at\":\"2025-10-30T17:48:21.174846Z\", \"type\":\"multicloud-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"creating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://64803d5d-ac0a-45fa-82e6-e0f037266daa.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.64803d5d-ac0a-45fa-82e6-e0f037266daa.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-11-29T17:48:20.702476Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"1287e4f9-481a-4b20-b218-d1545d3eff3c\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1618" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:49:52 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 5c4be581-1d6b-4d39-a5be-837f5c65c9e2 + status: 200 OK + code: 200 + duration: 84.890538ms +- id: 268 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/64803d5d-ac0a-45fa-82e6-e0f037266daa + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1618 + body: "{\"region\":\"fr-par\", \"id\":\"64803d5d-ac0a-45fa-82e6-e0f037266daa\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:48:20.702469Z\", \"updated_at\":\"2025-10-30T17:48:21.174846Z\", \"type\":\"multicloud-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"creating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://64803d5d-ac0a-45fa-82e6-e0f037266daa.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.64803d5d-ac0a-45fa-82e6-e0f037266daa.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-11-29T17:48:20.702476Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"1287e4f9-481a-4b20-b218-d1545d3eff3c\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1618" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:49:57 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 19728045-4690-410b-b499-05ca48a54dfe + status: 200 OK + code: 200 + duration: 92.512303ms +- id: 269 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/64803d5d-ac0a-45fa-82e6-e0f037266daa + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1618 + body: "{\"region\":\"fr-par\", \"id\":\"64803d5d-ac0a-45fa-82e6-e0f037266daa\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:48:20.702469Z\", \"updated_at\":\"2025-10-30T17:48:21.174846Z\", \"type\":\"multicloud-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"creating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://64803d5d-ac0a-45fa-82e6-e0f037266daa.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.64803d5d-ac0a-45fa-82e6-e0f037266daa.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-11-29T17:48:20.702476Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"1287e4f9-481a-4b20-b218-d1545d3eff3c\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1618" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:50:02 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 0e3f6b05-6d9b-406f-9785-d40c2b92dc6e + status: 200 OK + code: 200 + duration: 93.304953ms +- id: 270 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/64803d5d-ac0a-45fa-82e6-e0f037266daa + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1618 + body: "{\"region\":\"fr-par\", \"id\":\"64803d5d-ac0a-45fa-82e6-e0f037266daa\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:48:20.702469Z\", \"updated_at\":\"2025-10-30T17:48:21.174846Z\", \"type\":\"multicloud-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"creating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://64803d5d-ac0a-45fa-82e6-e0f037266daa.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.64803d5d-ac0a-45fa-82e6-e0f037266daa.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-11-29T17:48:20.702476Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"1287e4f9-481a-4b20-b218-d1545d3eff3c\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1618" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:50:07 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 0f773fbb-b5f4-46f9-90a9-4536ecf029af + status: 200 OK + code: 200 + duration: 96.128784ms +- id: 271 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/64803d5d-ac0a-45fa-82e6-e0f037266daa + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1618 + body: "{\"region\":\"fr-par\", \"id\":\"64803d5d-ac0a-45fa-82e6-e0f037266daa\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:48:20.702469Z\", \"updated_at\":\"2025-10-30T17:48:21.174846Z\", \"type\":\"multicloud-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"creating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://64803d5d-ac0a-45fa-82e6-e0f037266daa.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.64803d5d-ac0a-45fa-82e6-e0f037266daa.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-11-29T17:48:20.702476Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"1287e4f9-481a-4b20-b218-d1545d3eff3c\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1618" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:50:12 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - df0d0f73-718b-4af1-889a-14e9f61648b6 + status: 200 OK + code: 200 + duration: 75.602277ms +- id: 272 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/64803d5d-ac0a-45fa-82e6-e0f037266daa + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1618 + body: "{\"region\":\"fr-par\", \"id\":\"64803d5d-ac0a-45fa-82e6-e0f037266daa\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:48:20.702469Z\", \"updated_at\":\"2025-10-30T17:48:21.174846Z\", \"type\":\"multicloud-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"creating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://64803d5d-ac0a-45fa-82e6-e0f037266daa.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.64803d5d-ac0a-45fa-82e6-e0f037266daa.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-11-29T17:48:20.702476Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"1287e4f9-481a-4b20-b218-d1545d3eff3c\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1618" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:50:18 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - c7f330a2-d1c6-4bcc-9994-5277ed4f6280 + status: 200 OK + code: 200 + duration: 125.507012ms +- id: 273 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/64803d5d-ac0a-45fa-82e6-e0f037266daa + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1618 + body: "{\"region\":\"fr-par\", \"id\":\"64803d5d-ac0a-45fa-82e6-e0f037266daa\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:48:20.702469Z\", \"updated_at\":\"2025-10-30T17:48:21.174846Z\", \"type\":\"multicloud-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"creating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://64803d5d-ac0a-45fa-82e6-e0f037266daa.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.64803d5d-ac0a-45fa-82e6-e0f037266daa.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-11-29T17:48:20.702476Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"1287e4f9-481a-4b20-b218-d1545d3eff3c\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1618" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:50:23 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 67cf7e54-6aac-460c-9142-74843cfe402e + status: 200 OK + code: 200 + duration: 91.332561ms +- id: 274 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/64803d5d-ac0a-45fa-82e6-e0f037266daa + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1618 + body: "{\"region\":\"fr-par\", \"id\":\"64803d5d-ac0a-45fa-82e6-e0f037266daa\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:48:20.702469Z\", \"updated_at\":\"2025-10-30T17:48:21.174846Z\", \"type\":\"multicloud-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"creating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://64803d5d-ac0a-45fa-82e6-e0f037266daa.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.64803d5d-ac0a-45fa-82e6-e0f037266daa.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-11-29T17:48:20.702476Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"1287e4f9-481a-4b20-b218-d1545d3eff3c\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1618" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:50:28 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - b73f06cd-c985-4c02-9ff2-dd98f39ff572 + status: 200 OK + code: 200 + duration: 83.021206ms +- id: 275 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/64803d5d-ac0a-45fa-82e6-e0f037266daa + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1618 + body: "{\"region\":\"fr-par\", \"id\":\"64803d5d-ac0a-45fa-82e6-e0f037266daa\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:48:20.702469Z\", \"updated_at\":\"2025-10-30T17:48:21.174846Z\", \"type\":\"multicloud-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"creating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://64803d5d-ac0a-45fa-82e6-e0f037266daa.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.64803d5d-ac0a-45fa-82e6-e0f037266daa.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-11-29T17:48:20.702476Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"1287e4f9-481a-4b20-b218-d1545d3eff3c\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1618" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:50:33 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - cca81468-a71e-4698-873b-d6eefe29576b + status: 200 OK + code: 200 + duration: 104.835157ms +- id: 276 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/64803d5d-ac0a-45fa-82e6-e0f037266daa + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1615 + body: "{\"region\":\"fr-par\", \"id\":\"64803d5d-ac0a-45fa-82e6-e0f037266daa\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:48:20.702469Z\", \"updated_at\":\"2025-10-30T17:50:37.258653Z\", \"type\":\"multicloud-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://64803d5d-ac0a-45fa-82e6-e0f037266daa.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.64803d5d-ac0a-45fa-82e6-e0f037266daa.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-11-29T17:48:20.702476Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"1287e4f9-481a-4b20-b218-d1545d3eff3c\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1615" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:50:38 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 46fb0fce-b243-481d-b257-6a56ef08d40e + status: 200 OK + code: 200 + duration: 100.659252ms +- id: 277 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/64803d5d-ac0a-45fa-82e6-e0f037266daa + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1615 + body: "{\"region\":\"fr-par\", \"id\":\"64803d5d-ac0a-45fa-82e6-e0f037266daa\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:48:20.702469Z\", \"updated_at\":\"2025-10-30T17:50:37.258653Z\", \"type\":\"multicloud-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://64803d5d-ac0a-45fa-82e6-e0f037266daa.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.64803d5d-ac0a-45fa-82e6-e0f037266daa.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-11-29T17:48:20.702476Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"1287e4f9-481a-4b20-b218-d1545d3eff3c\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1615" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:50:38 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - ff864067-0324-4df0-a800-c03474957db5 + status: 200 OK + code: 200 + duration: 27.557999ms +- id: 278 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/64803d5d-ac0a-45fa-82e6-e0f037266daa/kubeconfig + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1670 + body: "{\"name\":\"kubeconfig\", \"content_type\":\"application/octet-stream\", \"content\":\"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogInRlc3QtdHlwZS1jaGFuZ2UiCiAgY2x1c3RlcjoKICAgIGNlcnRpZmljYXRlLWF1dGhvcml0eS1kYXRhOiBMUzB0TFMxQ1JVZEpUaUJEUlZKVVNVWkpRMEZVUlMwdExTMHRDazFKU1VKWVJFTkRRVkZIWjBGM1NVSkJaMGxDUVVSQlMwSm5aM0ZvYTJwUFVGRlJSRUZxUVZaTlVrMTNSVkZaUkZaUlVVUkZkM0J5WkZkS2JHTnROV3dLWkVkV2VrMUNORmhFVkVreFRWUkJlVTlVUlROT1JHZDVUVVp2V0VSVVRURk5WRUY1VDFSRk0wNUVaM2xOUm05M1JsUkZWRTFDUlVkQk1WVkZRWGhOU3dwaE0xWnBXbGhLZFZwWVVteGpla0phVFVKTlIwSjVjVWRUVFRRNVFXZEZSME5EY1VkVFRUUTVRWGRGU0VFd1NVRkNUMlEwWjNka2FETkxNekpxYmtkeUNtdzNSbmxFT0ZRMlNIZFZaVFJoYm1WT1F6SkpVREJPYkhONGFFVkpWM2dyVVRCRVZFNHhjWGhMWmtob2JVNVpjMDVMU1hCdFJ6Um1VbGtyYTJSbmMzY0tjVU5xZWtvNVYycFJha0pCVFVFMFIwRXhWV1JFZDBWQ0wzZFJSVUYzU1VOd1JFRlFRbWRPVmtoU1RVSkJaamhGUWxSQlJFRlJTQzlOUWpCSFFURlZaQXBFWjFGWFFrSlVZbVU1ZUhCVlN6RlZUMk5ZWVhoQk4wOXZSemRaU0M4NVpreFVRVXRDWjJkeGFHdHFUMUJSVVVSQlowNUtRVVJDUjBGcFJVRm5WazVsQ21OMVluQjFPREZOTWpaM2NVaEdLek51Tm5sS1YyVmhiQzh6TkdOdE1FUldORWQ2Um5FM2MwTkpVVU5JYVdWNE1FRjVaVWxZY1Vac1YxcHpkVUZvVlZRS2FpdDJVV2xJVEVKcVQwaEJWVkJ5UVU1bWJGQllRVDA5Q2kwdExTMHRSVTVFSUVORlVsUkpSa2xEUVZSRkxTMHRMUzBLCiAgICBzZXJ2ZXI6IGh0dHBzOi8vNjQ4MDNkNWQtYWMwYS00NWZhLTgyZTYtZTBmMDM3MjY2ZGFhLmFwaS5rOHMuZnItcGFyLnNjdy5jbG91ZDo2NDQzCmNvbnRleHRzOgotIG5hbWU6IGFkbWluQHRlc3QtdHlwZS1jaGFuZ2UKICBjb250ZXh0OgogICAgY2x1c3RlcjogInRlc3QtdHlwZS1jaGFuZ2UiCiAgICB1c2VyOiB0ZXN0LXR5cGUtY2hhbmdlLWFkbWluCmN1cnJlbnQtY29udGV4dDogYWRtaW5AdGVzdC10eXBlLWNoYW5nZQpraW5kOiBDb25maWcKcHJlZmVyZW5jZXM6IHt9CnVzZXJzOgotIG5hbWU6IHRlc3QtdHlwZS1jaGFuZ2UtYWRtaW4KICB1c2VyOgogICAgdG9rZW46IG5XdklWYlQ4TkJ1cEttdE9XZ3VPRXVYYjZHUU9RdHlSczR5UHhCQ0dQNWlqY2tnQlFaRDNSRTRV\"}" + headers: + Content-Length: + - "1670" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:50:38 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 369b2817-fc21-4c87-9b72-90d9e7434af6 + status: 200 OK + code: 200 + duration: 96.189373ms +- id: 279 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/64803d5d-ac0a-45fa-82e6-e0f037266daa + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1615 + body: "{\"region\":\"fr-par\", \"id\":\"64803d5d-ac0a-45fa-82e6-e0f037266daa\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:48:20.702469Z\", \"updated_at\":\"2025-10-30T17:50:37.258653Z\", \"type\":\"multicloud-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://64803d5d-ac0a-45fa-82e6-e0f037266daa.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.64803d5d-ac0a-45fa-82e6-e0f037266daa.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-11-29T17:48:20.702476Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"1287e4f9-481a-4b20-b218-d1545d3eff3c\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1615" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:50:38 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - a3e73184-5acb-4491-9710-b0469d51034e + status: 200 OK + code: 200 + duration: 78.846596ms +- id: 280 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/64803d5d-ac0a-45fa-82e6-e0f037266daa + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1615 + body: "{\"region\":\"fr-par\", \"id\":\"64803d5d-ac0a-45fa-82e6-e0f037266daa\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:48:20.702469Z\", \"updated_at\":\"2025-10-30T17:50:37.258653Z\", \"type\":\"multicloud-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://64803d5d-ac0a-45fa-82e6-e0f037266daa.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.64803d5d-ac0a-45fa-82e6-e0f037266daa.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-11-29T17:48:20.702476Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"1287e4f9-481a-4b20-b218-d1545d3eff3c\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1615" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:50:38 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 4b15f5c3-333c-4e07-b5cb-032511d74eb0 + status: 200 OK + code: 200 + duration: 22.785252ms +- id: 281 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/64803d5d-ac0a-45fa-82e6-e0f037266daa/kubeconfig + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1670 + body: "{\"name\":\"kubeconfig\", \"content_type\":\"application/octet-stream\", \"content\":\"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogInRlc3QtdHlwZS1jaGFuZ2UiCiAgY2x1c3RlcjoKICAgIGNlcnRpZmljYXRlLWF1dGhvcml0eS1kYXRhOiBMUzB0TFMxQ1JVZEpUaUJEUlZKVVNVWkpRMEZVUlMwdExTMHRDazFKU1VKWVJFTkRRVkZIWjBGM1NVSkJaMGxDUVVSQlMwSm5aM0ZvYTJwUFVGRlJSRUZxUVZaTlVrMTNSVkZaUkZaUlVVUkZkM0J5WkZkS2JHTnROV3dLWkVkV2VrMUNORmhFVkVreFRWUkJlVTlVUlROT1JHZDVUVVp2V0VSVVRURk5WRUY1VDFSRk0wNUVaM2xOUm05M1JsUkZWRTFDUlVkQk1WVkZRWGhOU3dwaE0xWnBXbGhLZFZwWVVteGpla0phVFVKTlIwSjVjVWRUVFRRNVFXZEZSME5EY1VkVFRUUTVRWGRGU0VFd1NVRkNUMlEwWjNka2FETkxNekpxYmtkeUNtdzNSbmxFT0ZRMlNIZFZaVFJoYm1WT1F6SkpVREJPYkhONGFFVkpWM2dyVVRCRVZFNHhjWGhMWmtob2JVNVpjMDVMU1hCdFJ6Um1VbGtyYTJSbmMzY0tjVU5xZWtvNVYycFJha0pCVFVFMFIwRXhWV1JFZDBWQ0wzZFJSVUYzU1VOd1JFRlFRbWRPVmtoU1RVSkJaamhGUWxSQlJFRlJTQzlOUWpCSFFURlZaQXBFWjFGWFFrSlVZbVU1ZUhCVlN6RlZUMk5ZWVhoQk4wOXZSemRaU0M4NVpreFVRVXRDWjJkeGFHdHFUMUJSVVVSQlowNUtRVVJDUjBGcFJVRm5WazVsQ21OMVluQjFPREZOTWpaM2NVaEdLek51Tm5sS1YyVmhiQzh6TkdOdE1FUldORWQ2Um5FM2MwTkpVVU5JYVdWNE1FRjVaVWxZY1Vac1YxcHpkVUZvVlZRS2FpdDJVV2xJVEVKcVQwaEJWVkJ5UVU1bWJGQllRVDA5Q2kwdExTMHRSVTVFSUVORlVsUkpSa2xEUVZSRkxTMHRMUzBLCiAgICBzZXJ2ZXI6IGh0dHBzOi8vNjQ4MDNkNWQtYWMwYS00NWZhLTgyZTYtZTBmMDM3MjY2ZGFhLmFwaS5rOHMuZnItcGFyLnNjdy5jbG91ZDo2NDQzCmNvbnRleHRzOgotIG5hbWU6IGFkbWluQHRlc3QtdHlwZS1jaGFuZ2UKICBjb250ZXh0OgogICAgY2x1c3RlcjogInRlc3QtdHlwZS1jaGFuZ2UiCiAgICB1c2VyOiB0ZXN0LXR5cGUtY2hhbmdlLWFkbWluCmN1cnJlbnQtY29udGV4dDogYWRtaW5AdGVzdC10eXBlLWNoYW5nZQpraW5kOiBDb25maWcKcHJlZmVyZW5jZXM6IHt9CnVzZXJzOgotIG5hbWU6IHRlc3QtdHlwZS1jaGFuZ2UtYWRtaW4KICB1c2VyOgogICAgdG9rZW46IG5XdklWYlQ4TkJ1cEttdE9XZ3VPRXVYYjZHUU9RdHlSczR5UHhCQ0dQNWlqY2tnQlFaRDNSRTRV\"}" + headers: + Content-Length: + - "1670" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:50:39 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - bd526c63-9486-4d52-9e10-9f24a52bd4ec + status: 200 OK + code: 200 + duration: 82.934447ms +- id: 282 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/64803d5d-ac0a-45fa-82e6-e0f037266daa + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1615 + body: "{\"region\":\"fr-par\", \"id\":\"64803d5d-ac0a-45fa-82e6-e0f037266daa\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:48:20.702469Z\", \"updated_at\":\"2025-10-30T17:50:37.258653Z\", \"type\":\"multicloud-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://64803d5d-ac0a-45fa-82e6-e0f037266daa.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.64803d5d-ac0a-45fa-82e6-e0f037266daa.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-11-29T17:48:20.702476Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"1287e4f9-481a-4b20-b218-d1545d3eff3c\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1615" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:50:39 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 63e39d95-8625-45f6-9d62-a8a42a8a7282 + status: 200 OK + code: 200 + duration: 20.590063ms +- id: 283 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/64803d5d-ac0a-45fa-82e6-e0f037266daa/kubeconfig + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1670 + body: "{\"name\":\"kubeconfig\", \"content_type\":\"application/octet-stream\", \"content\":\"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogInRlc3QtdHlwZS1jaGFuZ2UiCiAgY2x1c3RlcjoKICAgIGNlcnRpZmljYXRlLWF1dGhvcml0eS1kYXRhOiBMUzB0TFMxQ1JVZEpUaUJEUlZKVVNVWkpRMEZVUlMwdExTMHRDazFKU1VKWVJFTkRRVkZIWjBGM1NVSkJaMGxDUVVSQlMwSm5aM0ZvYTJwUFVGRlJSRUZxUVZaTlVrMTNSVkZaUkZaUlVVUkZkM0J5WkZkS2JHTnROV3dLWkVkV2VrMUNORmhFVkVreFRWUkJlVTlVUlROT1JHZDVUVVp2V0VSVVRURk5WRUY1VDFSRk0wNUVaM2xOUm05M1JsUkZWRTFDUlVkQk1WVkZRWGhOU3dwaE0xWnBXbGhLZFZwWVVteGpla0phVFVKTlIwSjVjVWRUVFRRNVFXZEZSME5EY1VkVFRUUTVRWGRGU0VFd1NVRkNUMlEwWjNka2FETkxNekpxYmtkeUNtdzNSbmxFT0ZRMlNIZFZaVFJoYm1WT1F6SkpVREJPYkhONGFFVkpWM2dyVVRCRVZFNHhjWGhMWmtob2JVNVpjMDVMU1hCdFJ6Um1VbGtyYTJSbmMzY0tjVU5xZWtvNVYycFJha0pCVFVFMFIwRXhWV1JFZDBWQ0wzZFJSVUYzU1VOd1JFRlFRbWRPVmtoU1RVSkJaamhGUWxSQlJFRlJTQzlOUWpCSFFURlZaQXBFWjFGWFFrSlVZbVU1ZUhCVlN6RlZUMk5ZWVhoQk4wOXZSemRaU0M4NVpreFVRVXRDWjJkeGFHdHFUMUJSVVVSQlowNUtRVVJDUjBGcFJVRm5WazVsQ21OMVluQjFPREZOTWpaM2NVaEdLek51Tm5sS1YyVmhiQzh6TkdOdE1FUldORWQ2Um5FM2MwTkpVVU5JYVdWNE1FRjVaVWxZY1Vac1YxcHpkVUZvVlZRS2FpdDJVV2xJVEVKcVQwaEJWVkJ5UVU1bWJGQllRVDA5Q2kwdExTMHRSVTVFSUVORlVsUkpSa2xEUVZSRkxTMHRMUzBLCiAgICBzZXJ2ZXI6IGh0dHBzOi8vNjQ4MDNkNWQtYWMwYS00NWZhLTgyZTYtZTBmMDM3MjY2ZGFhLmFwaS5rOHMuZnItcGFyLnNjdy5jbG91ZDo2NDQzCmNvbnRleHRzOgotIG5hbWU6IGFkbWluQHRlc3QtdHlwZS1jaGFuZ2UKICBjb250ZXh0OgogICAgY2x1c3RlcjogInRlc3QtdHlwZS1jaGFuZ2UiCiAgICB1c2VyOiB0ZXN0LXR5cGUtY2hhbmdlLWFkbWluCmN1cnJlbnQtY29udGV4dDogYWRtaW5AdGVzdC10eXBlLWNoYW5nZQpraW5kOiBDb25maWcKcHJlZmVyZW5jZXM6IHt9CnVzZXJzOgotIG5hbWU6IHRlc3QtdHlwZS1jaGFuZ2UtYWRtaW4KICB1c2VyOgogICAgdG9rZW46IG5XdklWYlQ4TkJ1cEttdE9XZ3VPRXVYYjZHUU9RdHlSczR5UHhCQ0dQNWlqY2tnQlFaRDNSRTRV\"}" + headers: + Content-Length: + - "1670" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:50:39 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 33d58689-5ee4-4b35-a2e7-9fd76af8d03c + status: 200 OK + code: 200 + duration: 31.896873ms +- id: 284 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/64803d5d-ac0a-45fa-82e6-e0f037266daa/available-types + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 541 + body: "{\"cluster_types\":[{\"name\":\"multicloud-dedicated-8\", \"availability\":\"available\", \"max_nodes\":500, \"commitment_delay\":\"2592000s\", \"sla\":99.5, \"resiliency\":\"high_availability\", \"memory\":8000000000, \"dedicated\":true, \"audit_logs_supported\":true, \"max_etcd_size\":200000000}, {\"name\":\"multicloud-dedicated-16\", \"availability\":\"available\", \"max_nodes\":500, \"commitment_delay\":\"2592000s\", \"sla\":99.5, \"resiliency\":\"high_availability\", \"memory\":16000000000, \"dedicated\":true, \"audit_logs_supported\":true, \"max_etcd_size\":200000000}], \"total_count\":2}" + headers: + Content-Length: + - "541" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:50:39 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 759dda77-5380-408a-975b-20a0fe5c9fe6 + status: 200 OK + code: 200 + duration: 180.723103ms +- id: 285 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/64803d5d-ac0a-45fa-82e6-e0f037266daa/available-types + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 541 + body: "{\"cluster_types\":[{\"name\":\"multicloud-dedicated-8\", \"availability\":\"available\", \"max_nodes\":500, \"commitment_delay\":\"2592000s\", \"sla\":99.5, \"resiliency\":\"high_availability\", \"memory\":8000000000, \"dedicated\":true, \"audit_logs_supported\":true, \"max_etcd_size\":200000000}, {\"name\":\"multicloud-dedicated-16\", \"availability\":\"available\", \"max_nodes\":500, \"commitment_delay\":\"2592000s\", \"sla\":99.5, \"resiliency\":\"high_availability\", \"memory\":16000000000, \"dedicated\":true, \"audit_logs_supported\":true, \"max_etcd_size\":200000000}], \"total_count\":2}" + headers: + Content-Length: + - "541" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:50:39 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 6c788e25-0c5d-4f1b-98a6-685de4e59f5c + status: 200 OK + code: 200 + duration: 140.659734ms +- id: 286 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/64803d5d-ac0a-45fa-82e6-e0f037266daa + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1615 + body: "{\"region\":\"fr-par\", \"id\":\"64803d5d-ac0a-45fa-82e6-e0f037266daa\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:48:20.702469Z\", \"updated_at\":\"2025-10-30T17:50:37.258653Z\", \"type\":\"multicloud-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://64803d5d-ac0a-45fa-82e6-e0f037266daa.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.64803d5d-ac0a-45fa-82e6-e0f037266daa.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-11-29T17:48:20.702476Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"1287e4f9-481a-4b20-b218-d1545d3eff3c\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1615" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:50:39 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 3b96f3f4-9e56-4859-ada8-e3d87322de10 + status: 200 OK + code: 200 + duration: 30.276852ms +- id: 287 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 33 + host: api.scaleway.com + body: "{\"type\":\"multicloud-dedicated-8\"}" + headers: + Content-Type: + - application/json + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/64803d5d-ac0a-45fa-82e6-e0f037266daa/set-type + method: POST + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1619 + body: "{\"region\":\"fr-par\", \"id\":\"64803d5d-ac0a-45fa-82e6-e0f037266daa\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:48:20.702469Z\", \"updated_at\":\"2025-10-30T17:50:39.823350Z\", \"type\":\"multicloud-dedicated-8\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://64803d5d-ac0a-45fa-82e6-e0f037266daa.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.64803d5d-ac0a-45fa-82e6-e0f037266daa.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-11-29T17:50:39.929757Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"1287e4f9-481a-4b20-b218-d1545d3eff3c\", \"new_images_enabled\":false, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1619" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:50:39 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 36fb37cf-653d-4af1-966f-33a5d90286b1 + status: 200 OK + code: 200 + duration: 271.002005ms +- id: 288 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/64803d5d-ac0a-45fa-82e6-e0f037266daa + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1618 + body: "{\"region\":\"fr-par\", \"id\":\"64803d5d-ac0a-45fa-82e6-e0f037266daa\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:48:20.702469Z\", \"updated_at\":\"2025-10-30T17:50:39.823350Z\", \"type\":\"multicloud-dedicated-8\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://64803d5d-ac0a-45fa-82e6-e0f037266daa.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.64803d5d-ac0a-45fa-82e6-e0f037266daa.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-11-29T17:50:39.929757Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"1287e4f9-481a-4b20-b218-d1545d3eff3c\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1618" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:50:39 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 1c70afef-482a-4d8b-9fa9-ec06302fa9c3 + status: 200 OK + code: 200 + duration: 27.701008ms +- id: 289 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/64803d5d-ac0a-45fa-82e6-e0f037266daa + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1618 + body: "{\"region\":\"fr-par\", \"id\":\"64803d5d-ac0a-45fa-82e6-e0f037266daa\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:48:20.702469Z\", \"updated_at\":\"2025-10-30T17:50:39.823350Z\", \"type\":\"multicloud-dedicated-8\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://64803d5d-ac0a-45fa-82e6-e0f037266daa.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.64803d5d-ac0a-45fa-82e6-e0f037266daa.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-11-29T17:50:39.929757Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"1287e4f9-481a-4b20-b218-d1545d3eff3c\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1618" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:50:45 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - ca768670-e372-4fa6-84d9-045397106c81 + status: 200 OK + code: 200 + duration: 99.501823ms +- id: 290 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/64803d5d-ac0a-45fa-82e6-e0f037266daa + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1618 + body: "{\"region\":\"fr-par\", \"id\":\"64803d5d-ac0a-45fa-82e6-e0f037266daa\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:48:20.702469Z\", \"updated_at\":\"2025-10-30T17:50:39.823350Z\", \"type\":\"multicloud-dedicated-8\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://64803d5d-ac0a-45fa-82e6-e0f037266daa.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.64803d5d-ac0a-45fa-82e6-e0f037266daa.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-11-29T17:50:39.929757Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"1287e4f9-481a-4b20-b218-d1545d3eff3c\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1618" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:50:50 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 4c4db54d-c141-461a-a602-2c7eb97fe229 + status: 200 OK + code: 200 + duration: 89.01775ms +- id: 291 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/64803d5d-ac0a-45fa-82e6-e0f037266daa + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1618 + body: "{\"region\":\"fr-par\", \"id\":\"64803d5d-ac0a-45fa-82e6-e0f037266daa\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:48:20.702469Z\", \"updated_at\":\"2025-10-30T17:50:39.823350Z\", \"type\":\"multicloud-dedicated-8\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://64803d5d-ac0a-45fa-82e6-e0f037266daa.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.64803d5d-ac0a-45fa-82e6-e0f037266daa.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-11-29T17:50:39.929757Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"1287e4f9-481a-4b20-b218-d1545d3eff3c\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1618" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:50:55 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - cfd47b40-b99e-40cc-bf81-e19bb4d7146a + status: 200 OK + code: 200 + duration: 91.945817ms +- id: 292 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/64803d5d-ac0a-45fa-82e6-e0f037266daa + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1618 + body: "{\"region\":\"fr-par\", \"id\":\"64803d5d-ac0a-45fa-82e6-e0f037266daa\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:48:20.702469Z\", \"updated_at\":\"2025-10-30T17:50:39.823350Z\", \"type\":\"multicloud-dedicated-8\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://64803d5d-ac0a-45fa-82e6-e0f037266daa.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.64803d5d-ac0a-45fa-82e6-e0f037266daa.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-11-29T17:50:39.929757Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"1287e4f9-481a-4b20-b218-d1545d3eff3c\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1618" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:51:00 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 24b5e0c1-38dd-4091-b771-f63f934ca6c6 + status: 200 OK + code: 200 + duration: 100.895687ms +- id: 293 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/64803d5d-ac0a-45fa-82e6-e0f037266daa + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1618 + body: "{\"region\":\"fr-par\", \"id\":\"64803d5d-ac0a-45fa-82e6-e0f037266daa\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:48:20.702469Z\", \"updated_at\":\"2025-10-30T17:50:39.823350Z\", \"type\":\"multicloud-dedicated-8\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://64803d5d-ac0a-45fa-82e6-e0f037266daa.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.64803d5d-ac0a-45fa-82e6-e0f037266daa.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-11-29T17:50:39.929757Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"1287e4f9-481a-4b20-b218-d1545d3eff3c\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1618" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:51:05 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 8ded2ac0-3e39-4d4d-abb8-fce623754607 + status: 200 OK + code: 200 + duration: 106.743535ms +- id: 294 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/64803d5d-ac0a-45fa-82e6-e0f037266daa + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1618 + body: "{\"region\":\"fr-par\", \"id\":\"64803d5d-ac0a-45fa-82e6-e0f037266daa\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:48:20.702469Z\", \"updated_at\":\"2025-10-30T17:50:39.823350Z\", \"type\":\"multicloud-dedicated-8\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://64803d5d-ac0a-45fa-82e6-e0f037266daa.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.64803d5d-ac0a-45fa-82e6-e0f037266daa.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-11-29T17:50:39.929757Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"1287e4f9-481a-4b20-b218-d1545d3eff3c\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1618" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:51:10 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 5321155a-d251-4cde-a813-f72025a5b8c8 + status: 200 OK + code: 200 + duration: 95.826367ms +- id: 295 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/64803d5d-ac0a-45fa-82e6-e0f037266daa + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1618 + body: "{\"region\":\"fr-par\", \"id\":\"64803d5d-ac0a-45fa-82e6-e0f037266daa\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:48:20.702469Z\", \"updated_at\":\"2025-10-30T17:50:39.823350Z\", \"type\":\"multicloud-dedicated-8\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://64803d5d-ac0a-45fa-82e6-e0f037266daa.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.64803d5d-ac0a-45fa-82e6-e0f037266daa.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-11-29T17:50:39.929757Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"1287e4f9-481a-4b20-b218-d1545d3eff3c\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1618" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:51:15 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - babefd23-aff3-4eb6-a273-43214c372f51 + status: 200 OK + code: 200 + duration: 79.72086ms +- id: 296 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/64803d5d-ac0a-45fa-82e6-e0f037266daa + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1618 + body: "{\"region\":\"fr-par\", \"id\":\"64803d5d-ac0a-45fa-82e6-e0f037266daa\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:48:20.702469Z\", \"updated_at\":\"2025-10-30T17:50:39.823350Z\", \"type\":\"multicloud-dedicated-8\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://64803d5d-ac0a-45fa-82e6-e0f037266daa.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.64803d5d-ac0a-45fa-82e6-e0f037266daa.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-11-29T17:50:39.929757Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"1287e4f9-481a-4b20-b218-d1545d3eff3c\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1618" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:51:20 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 1e0589f4-076a-4439-b3ff-dfb82d0442d3 + status: 200 OK + code: 200 + duration: 97.230416ms +- id: 297 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/64803d5d-ac0a-45fa-82e6-e0f037266daa + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1618 + body: "{\"region\":\"fr-par\", \"id\":\"64803d5d-ac0a-45fa-82e6-e0f037266daa\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:48:20.702469Z\", \"updated_at\":\"2025-10-30T17:50:39.823350Z\", \"type\":\"multicloud-dedicated-8\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://64803d5d-ac0a-45fa-82e6-e0f037266daa.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.64803d5d-ac0a-45fa-82e6-e0f037266daa.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-11-29T17:50:39.929757Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"1287e4f9-481a-4b20-b218-d1545d3eff3c\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1618" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:51:25 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - cdec4f8a-d456-42a9-a8b1-1cc3abd61532 + status: 200 OK + code: 200 + duration: 106.830368ms +- id: 298 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/64803d5d-ac0a-45fa-82e6-e0f037266daa + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1618 + body: "{\"region\":\"fr-par\", \"id\":\"64803d5d-ac0a-45fa-82e6-e0f037266daa\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:48:20.702469Z\", \"updated_at\":\"2025-10-30T17:50:39.823350Z\", \"type\":\"multicloud-dedicated-8\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://64803d5d-ac0a-45fa-82e6-e0f037266daa.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.64803d5d-ac0a-45fa-82e6-e0f037266daa.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-11-29T17:50:39.929757Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"1287e4f9-481a-4b20-b218-d1545d3eff3c\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1618" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:51:30 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 89abda29-3f41-4ed8-a499-40ead2495002 + status: 200 OK + code: 200 + duration: 83.497835ms +- id: 299 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/64803d5d-ac0a-45fa-82e6-e0f037266daa + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1618 + body: "{\"region\":\"fr-par\", \"id\":\"64803d5d-ac0a-45fa-82e6-e0f037266daa\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:48:20.702469Z\", \"updated_at\":\"2025-10-30T17:50:39.823350Z\", \"type\":\"multicloud-dedicated-8\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://64803d5d-ac0a-45fa-82e6-e0f037266daa.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.64803d5d-ac0a-45fa-82e6-e0f037266daa.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-11-29T17:50:39.929757Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"1287e4f9-481a-4b20-b218-d1545d3eff3c\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1618" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:51:36 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - c568ab75-1721-4432-afd7-a1527e4ef5d9 + status: 200 OK + code: 200 + duration: 102.420746ms +- id: 300 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/64803d5d-ac0a-45fa-82e6-e0f037266daa + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1618 + body: "{\"region\":\"fr-par\", \"id\":\"64803d5d-ac0a-45fa-82e6-e0f037266daa\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:48:20.702469Z\", \"updated_at\":\"2025-10-30T17:50:39.823350Z\", \"type\":\"multicloud-dedicated-8\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://64803d5d-ac0a-45fa-82e6-e0f037266daa.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.64803d5d-ac0a-45fa-82e6-e0f037266daa.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-11-29T17:50:39.929757Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"1287e4f9-481a-4b20-b218-d1545d3eff3c\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1618" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:51:41 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - ff6758e4-26ff-4286-9f90-1ee62408c25e + status: 200 OK + code: 200 + duration: 85.497432ms +- id: 301 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/64803d5d-ac0a-45fa-82e6-e0f037266daa + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1618 + body: "{\"region\":\"fr-par\", \"id\":\"64803d5d-ac0a-45fa-82e6-e0f037266daa\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:48:20.702469Z\", \"updated_at\":\"2025-10-30T17:50:39.823350Z\", \"type\":\"multicloud-dedicated-8\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://64803d5d-ac0a-45fa-82e6-e0f037266daa.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.64803d5d-ac0a-45fa-82e6-e0f037266daa.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-11-29T17:50:39.929757Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"1287e4f9-481a-4b20-b218-d1545d3eff3c\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1618" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:51:46 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 63f49e41-b033-42de-ab6a-9f50b4f10484 + status: 200 OK + code: 200 + duration: 86.798186ms +- id: 302 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/64803d5d-ac0a-45fa-82e6-e0f037266daa + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1618 + body: "{\"region\":\"fr-par\", \"id\":\"64803d5d-ac0a-45fa-82e6-e0f037266daa\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:48:20.702469Z\", \"updated_at\":\"2025-10-30T17:50:39.823350Z\", \"type\":\"multicloud-dedicated-8\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://64803d5d-ac0a-45fa-82e6-e0f037266daa.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.64803d5d-ac0a-45fa-82e6-e0f037266daa.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-11-29T17:50:39.929757Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"1287e4f9-481a-4b20-b218-d1545d3eff3c\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1618" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:51:51 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - b68af500-631e-43e0-a8bf-e3b39ca60950 + status: 200 OK + code: 200 + duration: 242.07141ms +- id: 303 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/64803d5d-ac0a-45fa-82e6-e0f037266daa + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1618 + body: "{\"region\":\"fr-par\", \"id\":\"64803d5d-ac0a-45fa-82e6-e0f037266daa\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:48:20.702469Z\", \"updated_at\":\"2025-10-30T17:50:39.823350Z\", \"type\":\"multicloud-dedicated-8\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://64803d5d-ac0a-45fa-82e6-e0f037266daa.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.64803d5d-ac0a-45fa-82e6-e0f037266daa.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-11-29T17:50:39.929757Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"1287e4f9-481a-4b20-b218-d1545d3eff3c\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1618" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:51:56 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 17e2982a-4d5e-45a1-9609-a7e83f7f1f2c + status: 200 OK + code: 200 + duration: 159.886655ms +- id: 304 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/64803d5d-ac0a-45fa-82e6-e0f037266daa + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1618 + body: "{\"region\":\"fr-par\", \"id\":\"64803d5d-ac0a-45fa-82e6-e0f037266daa\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:48:20.702469Z\", \"updated_at\":\"2025-10-30T17:50:39.823350Z\", \"type\":\"multicloud-dedicated-8\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://64803d5d-ac0a-45fa-82e6-e0f037266daa.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.64803d5d-ac0a-45fa-82e6-e0f037266daa.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-11-29T17:50:39.929757Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"1287e4f9-481a-4b20-b218-d1545d3eff3c\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1618" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:52:01 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 787a4de7-7765-47b0-86ab-d6c2908b3423 + status: 200 OK + code: 200 + duration: 112.121436ms +- id: 305 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/64803d5d-ac0a-45fa-82e6-e0f037266daa + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1618 + body: "{\"region\":\"fr-par\", \"id\":\"64803d5d-ac0a-45fa-82e6-e0f037266daa\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:48:20.702469Z\", \"updated_at\":\"2025-10-30T17:50:39.823350Z\", \"type\":\"multicloud-dedicated-8\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://64803d5d-ac0a-45fa-82e6-e0f037266daa.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.64803d5d-ac0a-45fa-82e6-e0f037266daa.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-11-29T17:50:39.929757Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"1287e4f9-481a-4b20-b218-d1545d3eff3c\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1618" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:52:06 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 3d8645c8-fcb8-4f54-a071-981aaa709a8d + status: 200 OK + code: 200 + duration: 83.742087ms +- id: 306 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/64803d5d-ac0a-45fa-82e6-e0f037266daa + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1615 + body: "{\"region\":\"fr-par\", \"id\":\"64803d5d-ac0a-45fa-82e6-e0f037266daa\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:48:20.702469Z\", \"updated_at\":\"2025-10-30T17:52:11.588108Z\", \"type\":\"multicloud-dedicated-8\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://64803d5d-ac0a-45fa-82e6-e0f037266daa.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.64803d5d-ac0a-45fa-82e6-e0f037266daa.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-11-29T17:50:39.929757Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"1287e4f9-481a-4b20-b218-d1545d3eff3c\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1615" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:52:11 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 4a9e22a1-6ba9-4c59-8d02-414258885123 + status: 200 OK + code: 200 + duration: 121.349564ms +- id: 307 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + form: + order_by: + - created_at_asc + page: + - "1" + status: + - unknown + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/64803d5d-ac0a-45fa-82e6-e0f037266daa/pools?order_by=created_at_asc&page=1&status=unknown + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 29 + body: "{\"total_count\":0, \"pools\":[]}" + headers: + Content-Length: + - "29" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:52:12 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - d0dc9167-b635-451a-a92f-fc0b5dd8c9ea + status: 200 OK + code: 200 + duration: 89.605856ms +- id: 308 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 592 + host: api.scaleway.com + body: "{\"autoscaler_config\":{\"scale_down_disabled\":null,\"scale_down_delay_after_add\":null,\"estimator\":\"unknown_estimator\",\"expander\":\"unknown_expander\",\"ignore_daemonsets_utilization\":null,\"balance_similar_node_groups\":null,\"expendable_pods_priority_cutoff\":null,\"scale_down_unneeded_time\":null,\"scale_down_utilization_threshold\":null,\"max_graceful_termination_sec\":null},\"auto_upgrade\":{\"enable\":null,\"maintenance_window\":null},\"open_id_connect_config\":{\"issuer_url\":null,\"client_id\":null,\"username_claim\":null,\"username_prefix\":null,\"groups_claim\":null,\"groups_prefix\":null,\"required_claim\":null}}" + headers: + Content-Type: + - application/json + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/64803d5d-ac0a-45fa-82e6-e0f037266daa + method: PATCH + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1619 + body: "{\"region\":\"fr-par\", \"id\":\"64803d5d-ac0a-45fa-82e6-e0f037266daa\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:48:20.702469Z\", \"updated_at\":\"2025-10-30T17:52:12.166496Z\", \"type\":\"multicloud-dedicated-8\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://64803d5d-ac0a-45fa-82e6-e0f037266daa.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.64803d5d-ac0a-45fa-82e6-e0f037266daa.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-11-29T17:50:39.929757Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"1287e4f9-481a-4b20-b218-d1545d3eff3c\", \"new_images_enabled\":false, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1619" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:52:12 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - c13972bc-a850-4dd7-bc4f-09b015c25cb8 + status: 200 OK + code: 200 + duration: 110.151013ms +- id: 309 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/64803d5d-ac0a-45fa-82e6-e0f037266daa + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1618 + body: "{\"region\":\"fr-par\", \"id\":\"64803d5d-ac0a-45fa-82e6-e0f037266daa\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:48:20.702469Z\", \"updated_at\":\"2025-10-30T17:52:12.166496Z\", \"type\":\"multicloud-dedicated-8\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://64803d5d-ac0a-45fa-82e6-e0f037266daa.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.64803d5d-ac0a-45fa-82e6-e0f037266daa.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-11-29T17:50:39.929757Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"1287e4f9-481a-4b20-b218-d1545d3eff3c\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1618" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:52:12 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 0b995cfc-34ed-4b36-ab0c-b7f393c68ba7 + status: 200 OK + code: 200 + duration: 22.013574ms +- id: 310 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/64803d5d-ac0a-45fa-82e6-e0f037266daa + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1618 + body: "{\"region\":\"fr-par\", \"id\":\"64803d5d-ac0a-45fa-82e6-e0f037266daa\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:48:20.702469Z\", \"updated_at\":\"2025-10-30T17:52:12.166496Z\", \"type\":\"multicloud-dedicated-8\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://64803d5d-ac0a-45fa-82e6-e0f037266daa.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.64803d5d-ac0a-45fa-82e6-e0f037266daa.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-11-29T17:50:39.929757Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"1287e4f9-481a-4b20-b218-d1545d3eff3c\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1618" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:52:17 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 22de6556-a529-45a2-9aaa-31ce4507d5e2 + status: 200 OK + code: 200 + duration: 86.67684ms +- id: 311 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/64803d5d-ac0a-45fa-82e6-e0f037266daa + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1618 + body: "{\"region\":\"fr-par\", \"id\":\"64803d5d-ac0a-45fa-82e6-e0f037266daa\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:48:20.702469Z\", \"updated_at\":\"2025-10-30T17:52:12.166496Z\", \"type\":\"multicloud-dedicated-8\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://64803d5d-ac0a-45fa-82e6-e0f037266daa.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.64803d5d-ac0a-45fa-82e6-e0f037266daa.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-11-29T17:50:39.929757Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"1287e4f9-481a-4b20-b218-d1545d3eff3c\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1618" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:52:22 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 0580d513-a3dd-4d41-a60f-61a33dbff4a9 + status: 200 OK + code: 200 + duration: 90.344716ms +- id: 312 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/64803d5d-ac0a-45fa-82e6-e0f037266daa + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1618 + body: "{\"region\":\"fr-par\", \"id\":\"64803d5d-ac0a-45fa-82e6-e0f037266daa\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:48:20.702469Z\", \"updated_at\":\"2025-10-30T17:52:12.166496Z\", \"type\":\"multicloud-dedicated-8\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://64803d5d-ac0a-45fa-82e6-e0f037266daa.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.64803d5d-ac0a-45fa-82e6-e0f037266daa.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-11-29T17:50:39.929757Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"1287e4f9-481a-4b20-b218-d1545d3eff3c\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1618" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:52:27 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - a81be6ee-6719-4b17-a509-06e816b030d8 + status: 200 OK + code: 200 + duration: 101.038493ms +- id: 313 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/64803d5d-ac0a-45fa-82e6-e0f037266daa + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1618 + body: "{\"region\":\"fr-par\", \"id\":\"64803d5d-ac0a-45fa-82e6-e0f037266daa\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:48:20.702469Z\", \"updated_at\":\"2025-10-30T17:52:12.166496Z\", \"type\":\"multicloud-dedicated-8\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://64803d5d-ac0a-45fa-82e6-e0f037266daa.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.64803d5d-ac0a-45fa-82e6-e0f037266daa.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-11-29T17:50:39.929757Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"1287e4f9-481a-4b20-b218-d1545d3eff3c\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1618" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:52:32 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 40b018f4-db61-4a29-aed5-f1f35134e1f6 + status: 200 OK + code: 200 + duration: 102.664888ms +- id: 314 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/64803d5d-ac0a-45fa-82e6-e0f037266daa + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1618 + body: "{\"region\":\"fr-par\", \"id\":\"64803d5d-ac0a-45fa-82e6-e0f037266daa\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:48:20.702469Z\", \"updated_at\":\"2025-10-30T17:52:12.166496Z\", \"type\":\"multicloud-dedicated-8\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://64803d5d-ac0a-45fa-82e6-e0f037266daa.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.64803d5d-ac0a-45fa-82e6-e0f037266daa.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-11-29T17:50:39.929757Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"1287e4f9-481a-4b20-b218-d1545d3eff3c\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1618" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:52:37 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - cbc5d8eb-3825-4590-ade3-272305f4aba5 + status: 200 OK + code: 200 + duration: 91.779836ms +- id: 315 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/64803d5d-ac0a-45fa-82e6-e0f037266daa + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1618 + body: "{\"region\":\"fr-par\", \"id\":\"64803d5d-ac0a-45fa-82e6-e0f037266daa\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:48:20.702469Z\", \"updated_at\":\"2025-10-30T17:52:12.166496Z\", \"type\":\"multicloud-dedicated-8\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://64803d5d-ac0a-45fa-82e6-e0f037266daa.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.64803d5d-ac0a-45fa-82e6-e0f037266daa.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-11-29T17:50:39.929757Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"1287e4f9-481a-4b20-b218-d1545d3eff3c\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1618" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:52:42 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 32f83f3d-a7c0-4235-a86d-4fb6326a6408 + status: 200 OK + code: 200 + duration: 93.916409ms +- id: 316 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/64803d5d-ac0a-45fa-82e6-e0f037266daa + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1618 + body: "{\"region\":\"fr-par\", \"id\":\"64803d5d-ac0a-45fa-82e6-e0f037266daa\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:48:20.702469Z\", \"updated_at\":\"2025-10-30T17:52:12.166496Z\", \"type\":\"multicloud-dedicated-8\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://64803d5d-ac0a-45fa-82e6-e0f037266daa.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.64803d5d-ac0a-45fa-82e6-e0f037266daa.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-11-29T17:50:39.929757Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"1287e4f9-481a-4b20-b218-d1545d3eff3c\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1618" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:52:47 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 8441244e-2515-4f58-8a35-df7fa535f83e + status: 200 OK + code: 200 + duration: 118.98923ms +- id: 317 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/64803d5d-ac0a-45fa-82e6-e0f037266daa + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1618 + body: "{\"region\":\"fr-par\", \"id\":\"64803d5d-ac0a-45fa-82e6-e0f037266daa\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:48:20.702469Z\", \"updated_at\":\"2025-10-30T17:52:12.166496Z\", \"type\":\"multicloud-dedicated-8\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://64803d5d-ac0a-45fa-82e6-e0f037266daa.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.64803d5d-ac0a-45fa-82e6-e0f037266daa.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-11-29T17:50:39.929757Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"1287e4f9-481a-4b20-b218-d1545d3eff3c\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1618" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:52:53 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - b8abba3c-62fd-452c-ae47-f7c015ea9dae + status: 200 OK + code: 200 + duration: 96.416205ms +- id: 318 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/64803d5d-ac0a-45fa-82e6-e0f037266daa + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1618 + body: "{\"region\":\"fr-par\", \"id\":\"64803d5d-ac0a-45fa-82e6-e0f037266daa\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:48:20.702469Z\", \"updated_at\":\"2025-10-30T17:52:12.166496Z\", \"type\":\"multicloud-dedicated-8\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://64803d5d-ac0a-45fa-82e6-e0f037266daa.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.64803d5d-ac0a-45fa-82e6-e0f037266daa.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-11-29T17:50:39.929757Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"1287e4f9-481a-4b20-b218-d1545d3eff3c\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1618" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:52:58 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - ca255f67-43d4-4cf8-946b-593e878069e5 + status: 200 OK + code: 200 + duration: 86.086885ms +- id: 319 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/64803d5d-ac0a-45fa-82e6-e0f037266daa + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1618 + body: "{\"region\":\"fr-par\", \"id\":\"64803d5d-ac0a-45fa-82e6-e0f037266daa\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:48:20.702469Z\", \"updated_at\":\"2025-10-30T17:52:12.166496Z\", \"type\":\"multicloud-dedicated-8\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://64803d5d-ac0a-45fa-82e6-e0f037266daa.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.64803d5d-ac0a-45fa-82e6-e0f037266daa.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-11-29T17:50:39.929757Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"1287e4f9-481a-4b20-b218-d1545d3eff3c\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1618" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:53:03 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 466f2b96-8fe6-4d9c-a756-9f7cd5c30ec6 + status: 200 OK + code: 200 + duration: 70.386151ms +- id: 320 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/64803d5d-ac0a-45fa-82e6-e0f037266daa + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1618 + body: "{\"region\":\"fr-par\", \"id\":\"64803d5d-ac0a-45fa-82e6-e0f037266daa\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:48:20.702469Z\", \"updated_at\":\"2025-10-30T17:52:12.166496Z\", \"type\":\"multicloud-dedicated-8\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://64803d5d-ac0a-45fa-82e6-e0f037266daa.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.64803d5d-ac0a-45fa-82e6-e0f037266daa.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-11-29T17:50:39.929757Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"1287e4f9-481a-4b20-b218-d1545d3eff3c\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1618" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:53:08 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 6e32d310-08c2-4033-aea4-54f85503d72f + status: 200 OK + code: 200 + duration: 92.644189ms +- id: 321 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/64803d5d-ac0a-45fa-82e6-e0f037266daa + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1618 + body: "{\"region\":\"fr-par\", \"id\":\"64803d5d-ac0a-45fa-82e6-e0f037266daa\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:48:20.702469Z\", \"updated_at\":\"2025-10-30T17:52:12.166496Z\", \"type\":\"multicloud-dedicated-8\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://64803d5d-ac0a-45fa-82e6-e0f037266daa.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.64803d5d-ac0a-45fa-82e6-e0f037266daa.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-11-29T17:50:39.929757Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"1287e4f9-481a-4b20-b218-d1545d3eff3c\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1618" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:53:13 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 4c97c29b-dedb-4086-af02-bca9a3dc2867 + status: 200 OK + code: 200 + duration: 83.729455ms +- id: 322 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/64803d5d-ac0a-45fa-82e6-e0f037266daa + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1618 + body: "{\"region\":\"fr-par\", \"id\":\"64803d5d-ac0a-45fa-82e6-e0f037266daa\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:48:20.702469Z\", \"updated_at\":\"2025-10-30T17:52:12.166496Z\", \"type\":\"multicloud-dedicated-8\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://64803d5d-ac0a-45fa-82e6-e0f037266daa.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.64803d5d-ac0a-45fa-82e6-e0f037266daa.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-11-29T17:50:39.929757Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"1287e4f9-481a-4b20-b218-d1545d3eff3c\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1618" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:53:18 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 04d7a8f1-a91e-48a5-90a5-5c3eaf7cae59 + status: 200 OK + code: 200 + duration: 85.640794ms +- id: 323 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/64803d5d-ac0a-45fa-82e6-e0f037266daa + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1618 + body: "{\"region\":\"fr-par\", \"id\":\"64803d5d-ac0a-45fa-82e6-e0f037266daa\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:48:20.702469Z\", \"updated_at\":\"2025-10-30T17:52:12.166496Z\", \"type\":\"multicloud-dedicated-8\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://64803d5d-ac0a-45fa-82e6-e0f037266daa.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.64803d5d-ac0a-45fa-82e6-e0f037266daa.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-11-29T17:50:39.929757Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"1287e4f9-481a-4b20-b218-d1545d3eff3c\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1618" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:53:23 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 69e39761-c0c3-4398-96b3-92cac81766ef + status: 200 OK + code: 200 + duration: 84.861793ms +- id: 324 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/64803d5d-ac0a-45fa-82e6-e0f037266daa + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1618 + body: "{\"region\":\"fr-par\", \"id\":\"64803d5d-ac0a-45fa-82e6-e0f037266daa\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:48:20.702469Z\", \"updated_at\":\"2025-10-30T17:52:12.166496Z\", \"type\":\"multicloud-dedicated-8\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://64803d5d-ac0a-45fa-82e6-e0f037266daa.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.64803d5d-ac0a-45fa-82e6-e0f037266daa.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-11-29T17:50:39.929757Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"1287e4f9-481a-4b20-b218-d1545d3eff3c\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1618" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:53:28 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 2849dae3-5b18-4b77-b2be-e6d55d00e5e1 + status: 200 OK + code: 200 + duration: 102.819861ms +- id: 325 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/64803d5d-ac0a-45fa-82e6-e0f037266daa + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1618 + body: "{\"region\":\"fr-par\", \"id\":\"64803d5d-ac0a-45fa-82e6-e0f037266daa\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:48:20.702469Z\", \"updated_at\":\"2025-10-30T17:52:12.166496Z\", \"type\":\"multicloud-dedicated-8\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://64803d5d-ac0a-45fa-82e6-e0f037266daa.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.64803d5d-ac0a-45fa-82e6-e0f037266daa.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-11-29T17:50:39.929757Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"1287e4f9-481a-4b20-b218-d1545d3eff3c\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1618" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:53:33 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - d6fca48b-ab34-4e90-8fa7-f9b27f0cb8c7 + status: 200 OK + code: 200 + duration: 83.826283ms +- id: 326 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/64803d5d-ac0a-45fa-82e6-e0f037266daa + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1618 + body: "{\"region\":\"fr-par\", \"id\":\"64803d5d-ac0a-45fa-82e6-e0f037266daa\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:48:20.702469Z\", \"updated_at\":\"2025-10-30T17:52:12.166496Z\", \"type\":\"multicloud-dedicated-8\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://64803d5d-ac0a-45fa-82e6-e0f037266daa.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.64803d5d-ac0a-45fa-82e6-e0f037266daa.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-11-29T17:50:39.929757Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"1287e4f9-481a-4b20-b218-d1545d3eff3c\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1618" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:53:38 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - c6f20c98-0a5e-4f9b-99dc-564a2d69e3af + status: 200 OK + code: 200 + duration: 79.562478ms +- id: 327 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/64803d5d-ac0a-45fa-82e6-e0f037266daa + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1618 + body: "{\"region\":\"fr-par\", \"id\":\"64803d5d-ac0a-45fa-82e6-e0f037266daa\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:48:20.702469Z\", \"updated_at\":\"2025-10-30T17:52:12.166496Z\", \"type\":\"multicloud-dedicated-8\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://64803d5d-ac0a-45fa-82e6-e0f037266daa.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.64803d5d-ac0a-45fa-82e6-e0f037266daa.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-11-29T17:50:39.929757Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"1287e4f9-481a-4b20-b218-d1545d3eff3c\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1618" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:53:43 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - dc1f1de8-bfdd-421b-a84c-0c6d1769532c + status: 200 OK + code: 200 + duration: 77.244267ms +- id: 328 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/64803d5d-ac0a-45fa-82e6-e0f037266daa + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1618 + body: "{\"region\":\"fr-par\", \"id\":\"64803d5d-ac0a-45fa-82e6-e0f037266daa\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:48:20.702469Z\", \"updated_at\":\"2025-10-30T17:52:12.166496Z\", \"type\":\"multicloud-dedicated-8\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://64803d5d-ac0a-45fa-82e6-e0f037266daa.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.64803d5d-ac0a-45fa-82e6-e0f037266daa.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-11-29T17:50:39.929757Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"1287e4f9-481a-4b20-b218-d1545d3eff3c\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1618" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:53:48 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 3b6d940f-f834-43a1-a547-825bb8de1894 + status: 200 OK + code: 200 + duration: 87.116023ms +- id: 329 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/64803d5d-ac0a-45fa-82e6-e0f037266daa + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1618 + body: "{\"region\":\"fr-par\", \"id\":\"64803d5d-ac0a-45fa-82e6-e0f037266daa\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:48:20.702469Z\", \"updated_at\":\"2025-10-30T17:52:12.166496Z\", \"type\":\"multicloud-dedicated-8\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://64803d5d-ac0a-45fa-82e6-e0f037266daa.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.64803d5d-ac0a-45fa-82e6-e0f037266daa.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-11-29T17:50:39.929757Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"1287e4f9-481a-4b20-b218-d1545d3eff3c\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1618" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:53:54 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - c3d8ca61-5b54-4e0a-af0e-b7efee5251ba + status: 200 OK + code: 200 + duration: 94.626446ms +- id: 330 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/64803d5d-ac0a-45fa-82e6-e0f037266daa + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1618 + body: "{\"region\":\"fr-par\", \"id\":\"64803d5d-ac0a-45fa-82e6-e0f037266daa\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:48:20.702469Z\", \"updated_at\":\"2025-10-30T17:52:12.166496Z\", \"type\":\"multicloud-dedicated-8\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://64803d5d-ac0a-45fa-82e6-e0f037266daa.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.64803d5d-ac0a-45fa-82e6-e0f037266daa.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-11-29T17:50:39.929757Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"1287e4f9-481a-4b20-b218-d1545d3eff3c\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1618" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:53:59 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - c4d60684-89f9-436c-842d-fc1cea460357 + status: 200 OK + code: 200 + duration: 86.788612ms +- id: 331 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/64803d5d-ac0a-45fa-82e6-e0f037266daa + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1618 + body: "{\"region\":\"fr-par\", \"id\":\"64803d5d-ac0a-45fa-82e6-e0f037266daa\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:48:20.702469Z\", \"updated_at\":\"2025-10-30T17:52:12.166496Z\", \"type\":\"multicloud-dedicated-8\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://64803d5d-ac0a-45fa-82e6-e0f037266daa.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.64803d5d-ac0a-45fa-82e6-e0f037266daa.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-11-29T17:50:39.929757Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"1287e4f9-481a-4b20-b218-d1545d3eff3c\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1618" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:54:04 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 03354775-bc7f-4b18-9460-73a1d31c63b4 + status: 200 OK + code: 200 + duration: 87.44695ms +- id: 332 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/64803d5d-ac0a-45fa-82e6-e0f037266daa + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1618 + body: "{\"region\":\"fr-par\", \"id\":\"64803d5d-ac0a-45fa-82e6-e0f037266daa\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:48:20.702469Z\", \"updated_at\":\"2025-10-30T17:52:12.166496Z\", \"type\":\"multicloud-dedicated-8\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://64803d5d-ac0a-45fa-82e6-e0f037266daa.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.64803d5d-ac0a-45fa-82e6-e0f037266daa.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-11-29T17:50:39.929757Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"1287e4f9-481a-4b20-b218-d1545d3eff3c\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1618" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:54:09 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 7eadf185-812c-4a43-9c7b-d935610ffa08 + status: 200 OK + code: 200 + duration: 83.104959ms +- id: 333 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/64803d5d-ac0a-45fa-82e6-e0f037266daa + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1618 + body: "{\"region\":\"fr-par\", \"id\":\"64803d5d-ac0a-45fa-82e6-e0f037266daa\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:48:20.702469Z\", \"updated_at\":\"2025-10-30T17:52:12.166496Z\", \"type\":\"multicloud-dedicated-8\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://64803d5d-ac0a-45fa-82e6-e0f037266daa.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.64803d5d-ac0a-45fa-82e6-e0f037266daa.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-11-29T17:50:39.929757Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"1287e4f9-481a-4b20-b218-d1545d3eff3c\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1618" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:54:14 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 6c7dcefb-be65-4e8d-8995-e2874056cd68 + status: 200 OK + code: 200 + duration: 88.75601ms +- id: 334 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/64803d5d-ac0a-45fa-82e6-e0f037266daa + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1615 + body: "{\"region\":\"fr-par\", \"id\":\"64803d5d-ac0a-45fa-82e6-e0f037266daa\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:48:20.702469Z\", \"updated_at\":\"2025-10-30T17:54:16.320875Z\", \"type\":\"multicloud-dedicated-8\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://64803d5d-ac0a-45fa-82e6-e0f037266daa.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.64803d5d-ac0a-45fa-82e6-e0f037266daa.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-11-29T17:50:39.929757Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"1287e4f9-481a-4b20-b218-d1545d3eff3c\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1615" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:54:19 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 99ef2089-f467-424a-81c5-a96026c5fd94 + status: 200 OK + code: 200 + duration: 75.447413ms +- id: 335 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/64803d5d-ac0a-45fa-82e6-e0f037266daa + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1615 + body: "{\"region\":\"fr-par\", \"id\":\"64803d5d-ac0a-45fa-82e6-e0f037266daa\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:48:20.702469Z\", \"updated_at\":\"2025-10-30T17:54:16.320875Z\", \"type\":\"multicloud-dedicated-8\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://64803d5d-ac0a-45fa-82e6-e0f037266daa.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.64803d5d-ac0a-45fa-82e6-e0f037266daa.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-11-29T17:50:39.929757Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"1287e4f9-481a-4b20-b218-d1545d3eff3c\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1615" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:54:19 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - dc79d61c-5be4-4ecd-b47d-062dbc19afae + status: 200 OK + code: 200 + duration: 22.000459ms +- id: 336 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/64803d5d-ac0a-45fa-82e6-e0f037266daa/kubeconfig + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1670 + body: "{\"name\":\"kubeconfig\", \"content_type\":\"application/octet-stream\", \"content\":\"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogInRlc3QtdHlwZS1jaGFuZ2UiCiAgY2x1c3RlcjoKICAgIGNlcnRpZmljYXRlLWF1dGhvcml0eS1kYXRhOiBMUzB0TFMxQ1JVZEpUaUJEUlZKVVNVWkpRMEZVUlMwdExTMHRDazFKU1VKWVJFTkRRVkZIWjBGM1NVSkJaMGxDUVVSQlMwSm5aM0ZvYTJwUFVGRlJSRUZxUVZaTlVrMTNSVkZaUkZaUlVVUkZkM0J5WkZkS2JHTnROV3dLWkVkV2VrMUNORmhFVkVreFRWUkJlVTlVUlROT1JHZDVUVVp2V0VSVVRURk5WRUY1VDFSRk0wNUVaM2xOUm05M1JsUkZWRTFDUlVkQk1WVkZRWGhOU3dwaE0xWnBXbGhLZFZwWVVteGpla0phVFVKTlIwSjVjVWRUVFRRNVFXZEZSME5EY1VkVFRUUTVRWGRGU0VFd1NVRkNUMlEwWjNka2FETkxNekpxYmtkeUNtdzNSbmxFT0ZRMlNIZFZaVFJoYm1WT1F6SkpVREJPYkhONGFFVkpWM2dyVVRCRVZFNHhjWGhMWmtob2JVNVpjMDVMU1hCdFJ6Um1VbGtyYTJSbmMzY0tjVU5xZWtvNVYycFJha0pCVFVFMFIwRXhWV1JFZDBWQ0wzZFJSVUYzU1VOd1JFRlFRbWRPVmtoU1RVSkJaamhGUWxSQlJFRlJTQzlOUWpCSFFURlZaQXBFWjFGWFFrSlVZbVU1ZUhCVlN6RlZUMk5ZWVhoQk4wOXZSemRaU0M4NVpreFVRVXRDWjJkeGFHdHFUMUJSVVVSQlowNUtRVVJDUjBGcFJVRm5WazVsQ21OMVluQjFPREZOTWpaM2NVaEdLek51Tm5sS1YyVmhiQzh6TkdOdE1FUldORWQ2Um5FM2MwTkpVVU5JYVdWNE1FRjVaVWxZY1Vac1YxcHpkVUZvVlZRS2FpdDJVV2xJVEVKcVQwaEJWVkJ5UVU1bWJGQllRVDA5Q2kwdExTMHRSVTVFSUVORlVsUkpSa2xEUVZSRkxTMHRMUzBLCiAgICBzZXJ2ZXI6IGh0dHBzOi8vNjQ4MDNkNWQtYWMwYS00NWZhLTgyZTYtZTBmMDM3MjY2ZGFhLmFwaS5rOHMuZnItcGFyLnNjdy5jbG91ZDo2NDQzCmNvbnRleHRzOgotIG5hbWU6IGFkbWluQHRlc3QtdHlwZS1jaGFuZ2UKICBjb250ZXh0OgogICAgY2x1c3RlcjogInRlc3QtdHlwZS1jaGFuZ2UiCiAgICB1c2VyOiB0ZXN0LXR5cGUtY2hhbmdlLWFkbWluCmN1cnJlbnQtY29udGV4dDogYWRtaW5AdGVzdC10eXBlLWNoYW5nZQpraW5kOiBDb25maWcKcHJlZmVyZW5jZXM6IHt9CnVzZXJzOgotIG5hbWU6IHRlc3QtdHlwZS1jaGFuZ2UtYWRtaW4KICB1c2VyOgogICAgdG9rZW46IG5XdklWYlQ4TkJ1cEttdE9XZ3VPRXVYYjZHUU9RdHlSczR5UHhCQ0dQNWlqY2tnQlFaRDNSRTRV\"}" + headers: + Content-Length: + - "1670" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:54:19 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - baab4300-cde6-459d-ba81-15d3e879a467 + status: 200 OK + code: 200 + duration: 86.656069ms +- id: 337 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/64803d5d-ac0a-45fa-82e6-e0f037266daa + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1615 + body: "{\"region\":\"fr-par\", \"id\":\"64803d5d-ac0a-45fa-82e6-e0f037266daa\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:48:20.702469Z\", \"updated_at\":\"2025-10-30T17:54:16.320875Z\", \"type\":\"multicloud-dedicated-8\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://64803d5d-ac0a-45fa-82e6-e0f037266daa.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.64803d5d-ac0a-45fa-82e6-e0f037266daa.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-11-29T17:50:39.929757Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"1287e4f9-481a-4b20-b218-d1545d3eff3c\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1615" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:54:19 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - df3501df-05b7-437b-8a91-a01b79cda06a + status: 200 OK + code: 200 + duration: 21.683123ms +- id: 338 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/64803d5d-ac0a-45fa-82e6-e0f037266daa + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1615 + body: "{\"region\":\"fr-par\", \"id\":\"64803d5d-ac0a-45fa-82e6-e0f037266daa\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:48:20.702469Z\", \"updated_at\":\"2025-10-30T17:54:16.320875Z\", \"type\":\"multicloud-dedicated-8\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://64803d5d-ac0a-45fa-82e6-e0f037266daa.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.64803d5d-ac0a-45fa-82e6-e0f037266daa.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-11-29T17:50:39.929757Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"1287e4f9-481a-4b20-b218-d1545d3eff3c\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1615" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:54:20 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 9457c6f5-a9c2-46b7-bb2d-aad7999b1949 + status: 200 OK + code: 200 + duration: 84.336594ms +- id: 339 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/64803d5d-ac0a-45fa-82e6-e0f037266daa/kubeconfig + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1670 + body: "{\"name\":\"kubeconfig\", \"content_type\":\"application/octet-stream\", \"content\":\"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogInRlc3QtdHlwZS1jaGFuZ2UiCiAgY2x1c3RlcjoKICAgIGNlcnRpZmljYXRlLWF1dGhvcml0eS1kYXRhOiBMUzB0TFMxQ1JVZEpUaUJEUlZKVVNVWkpRMEZVUlMwdExTMHRDazFKU1VKWVJFTkRRVkZIWjBGM1NVSkJaMGxDUVVSQlMwSm5aM0ZvYTJwUFVGRlJSRUZxUVZaTlVrMTNSVkZaUkZaUlVVUkZkM0J5WkZkS2JHTnROV3dLWkVkV2VrMUNORmhFVkVreFRWUkJlVTlVUlROT1JHZDVUVVp2V0VSVVRURk5WRUY1VDFSRk0wNUVaM2xOUm05M1JsUkZWRTFDUlVkQk1WVkZRWGhOU3dwaE0xWnBXbGhLZFZwWVVteGpla0phVFVKTlIwSjVjVWRUVFRRNVFXZEZSME5EY1VkVFRUUTVRWGRGU0VFd1NVRkNUMlEwWjNka2FETkxNekpxYmtkeUNtdzNSbmxFT0ZRMlNIZFZaVFJoYm1WT1F6SkpVREJPYkhONGFFVkpWM2dyVVRCRVZFNHhjWGhMWmtob2JVNVpjMDVMU1hCdFJ6Um1VbGtyYTJSbmMzY0tjVU5xZWtvNVYycFJha0pCVFVFMFIwRXhWV1JFZDBWQ0wzZFJSVUYzU1VOd1JFRlFRbWRPVmtoU1RVSkJaamhGUWxSQlJFRlJTQzlOUWpCSFFURlZaQXBFWjFGWFFrSlVZbVU1ZUhCVlN6RlZUMk5ZWVhoQk4wOXZSemRaU0M4NVpreFVRVXRDWjJkeGFHdHFUMUJSVVVSQlowNUtRVVJDUjBGcFJVRm5WazVsQ21OMVluQjFPREZOTWpaM2NVaEdLek51Tm5sS1YyVmhiQzh6TkdOdE1FUldORWQ2Um5FM2MwTkpVVU5JYVdWNE1FRjVaVWxZY1Vac1YxcHpkVUZvVlZRS2FpdDJVV2xJVEVKcVQwaEJWVkJ5UVU1bWJGQllRVDA5Q2kwdExTMHRSVTVFSUVORlVsUkpSa2xEUVZSRkxTMHRMUzBLCiAgICBzZXJ2ZXI6IGh0dHBzOi8vNjQ4MDNkNWQtYWMwYS00NWZhLTgyZTYtZTBmMDM3MjY2ZGFhLmFwaS5rOHMuZnItcGFyLnNjdy5jbG91ZDo2NDQzCmNvbnRleHRzOgotIG5hbWU6IGFkbWluQHRlc3QtdHlwZS1jaGFuZ2UKICBjb250ZXh0OgogICAgY2x1c3RlcjogInRlc3QtdHlwZS1jaGFuZ2UiCiAgICB1c2VyOiB0ZXN0LXR5cGUtY2hhbmdlLWFkbWluCmN1cnJlbnQtY29udGV4dDogYWRtaW5AdGVzdC10eXBlLWNoYW5nZQpraW5kOiBDb25maWcKcHJlZmVyZW5jZXM6IHt9CnVzZXJzOgotIG5hbWU6IHRlc3QtdHlwZS1jaGFuZ2UtYWRtaW4KICB1c2VyOgogICAgdG9rZW46IG5XdklWYlQ4TkJ1cEttdE9XZ3VPRXVYYjZHUU9RdHlSczR5UHhCQ0dQNWlqY2tnQlFaRDNSRTRV\"}" + headers: + Content-Length: + - "1670" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:54:20 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 5cfd54f7-abfa-4cdc-9c7e-ba92becc9030 + status: 200 OK + code: 200 + duration: 123.961746ms +- id: 340 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/64803d5d-ac0a-45fa-82e6-e0f037266daa + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1615 + body: "{\"region\":\"fr-par\", \"id\":\"64803d5d-ac0a-45fa-82e6-e0f037266daa\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:48:20.702469Z\", \"updated_at\":\"2025-10-30T17:54:16.320875Z\", \"type\":\"multicloud-dedicated-8\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://64803d5d-ac0a-45fa-82e6-e0f037266daa.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.64803d5d-ac0a-45fa-82e6-e0f037266daa.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-11-29T17:50:39.929757Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"1287e4f9-481a-4b20-b218-d1545d3eff3c\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1615" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:54:20 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - c0561325-df02-45c4-b3cc-99cbe3de7961 + status: 200 OK + code: 200 + duration: 19.393223ms +- id: 341 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/64803d5d-ac0a-45fa-82e6-e0f037266daa/kubeconfig + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1670 + body: "{\"name\":\"kubeconfig\", \"content_type\":\"application/octet-stream\", \"content\":\"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogInRlc3QtdHlwZS1jaGFuZ2UiCiAgY2x1c3RlcjoKICAgIGNlcnRpZmljYXRlLWF1dGhvcml0eS1kYXRhOiBMUzB0TFMxQ1JVZEpUaUJEUlZKVVNVWkpRMEZVUlMwdExTMHRDazFKU1VKWVJFTkRRVkZIWjBGM1NVSkJaMGxDUVVSQlMwSm5aM0ZvYTJwUFVGRlJSRUZxUVZaTlVrMTNSVkZaUkZaUlVVUkZkM0J5WkZkS2JHTnROV3dLWkVkV2VrMUNORmhFVkVreFRWUkJlVTlVUlROT1JHZDVUVVp2V0VSVVRURk5WRUY1VDFSRk0wNUVaM2xOUm05M1JsUkZWRTFDUlVkQk1WVkZRWGhOU3dwaE0xWnBXbGhLZFZwWVVteGpla0phVFVKTlIwSjVjVWRUVFRRNVFXZEZSME5EY1VkVFRUUTVRWGRGU0VFd1NVRkNUMlEwWjNka2FETkxNekpxYmtkeUNtdzNSbmxFT0ZRMlNIZFZaVFJoYm1WT1F6SkpVREJPYkhONGFFVkpWM2dyVVRCRVZFNHhjWGhMWmtob2JVNVpjMDVMU1hCdFJ6Um1VbGtyYTJSbmMzY0tjVU5xZWtvNVYycFJha0pCVFVFMFIwRXhWV1JFZDBWQ0wzZFJSVUYzU1VOd1JFRlFRbWRPVmtoU1RVSkJaamhGUWxSQlJFRlJTQzlOUWpCSFFURlZaQXBFWjFGWFFrSlVZbVU1ZUhCVlN6RlZUMk5ZWVhoQk4wOXZSemRaU0M4NVpreFVRVXRDWjJkeGFHdHFUMUJSVVVSQlowNUtRVVJDUjBGcFJVRm5WazVsQ21OMVluQjFPREZOTWpaM2NVaEdLek51Tm5sS1YyVmhiQzh6TkdOdE1FUldORWQ2Um5FM2MwTkpVVU5JYVdWNE1FRjVaVWxZY1Vac1YxcHpkVUZvVlZRS2FpdDJVV2xJVEVKcVQwaEJWVkJ5UVU1bWJGQllRVDA5Q2kwdExTMHRSVTVFSUVORlVsUkpSa2xEUVZSRkxTMHRMUzBLCiAgICBzZXJ2ZXI6IGh0dHBzOi8vNjQ4MDNkNWQtYWMwYS00NWZhLTgyZTYtZTBmMDM3MjY2ZGFhLmFwaS5rOHMuZnItcGFyLnNjdy5jbG91ZDo2NDQzCmNvbnRleHRzOgotIG5hbWU6IGFkbWluQHRlc3QtdHlwZS1jaGFuZ2UKICBjb250ZXh0OgogICAgY2x1c3RlcjogInRlc3QtdHlwZS1jaGFuZ2UiCiAgICB1c2VyOiB0ZXN0LXR5cGUtY2hhbmdlLWFkbWluCmN1cnJlbnQtY29udGV4dDogYWRtaW5AdGVzdC10eXBlLWNoYW5nZQpraW5kOiBDb25maWcKcHJlZmVyZW5jZXM6IHt9CnVzZXJzOgotIG5hbWU6IHRlc3QtdHlwZS1jaGFuZ2UtYWRtaW4KICB1c2VyOgogICAgdG9rZW46IG5XdklWYlQ4TkJ1cEttdE9XZ3VPRXVYYjZHUU9RdHlSczR5UHhCQ0dQNWlqY2tnQlFaRDNSRTRV\"}" + headers: + Content-Length: + - "1670" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:54:20 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 609cde33-ac3a-4560-8080-76560a14b024 + status: 200 OK + code: 200 + duration: 26.38947ms +- id: 342 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/64803d5d-ac0a-45fa-82e6-e0f037266daa/available-types + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 289 + body: "{\"cluster_types\":[{\"name\":\"multicloud-dedicated-16\", \"availability\":\"available\", \"max_nodes\":500, \"commitment_delay\":\"2592000s\", \"sla\":99.5, \"resiliency\":\"high_availability\", \"memory\":16000000000, \"dedicated\":true, \"audit_logs_supported\":true, \"max_etcd_size\":200000000}], \"total_count\":1}" + headers: + Content-Length: + - "289" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:54:20 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 602cb568-0234-4c71-80c3-e53ecd29aa78 + status: 200 OK + code: 200 + duration: 90.535423ms +- id: 343 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + form: + with_additional_resources: + - "false" + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/64803d5d-ac0a-45fa-82e6-e0f037266daa?with_additional_resources=false + method: DELETE + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1619 + body: "{\"region\":\"fr-par\", \"id\":\"64803d5d-ac0a-45fa-82e6-e0f037266daa\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:48:20.702469Z\", \"updated_at\":\"2025-10-30T17:54:20.555279Z\", \"type\":\"multicloud-dedicated-8\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://64803d5d-ac0a-45fa-82e6-e0f037266daa.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.64803d5d-ac0a-45fa-82e6-e0f037266daa.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-11-29T17:50:39.929757Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"1287e4f9-481a-4b20-b218-d1545d3eff3c\", \"new_images_enabled\":false, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1619" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:54:20 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - c03d700e-5591-42df-a403-bcd4f2409bdf + status: 200 OK + code: 200 + duration: 122.884082ms +- id: 344 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/64803d5d-ac0a-45fa-82e6-e0f037266daa + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1618 + body: "{\"region\":\"fr-par\", \"id\":\"64803d5d-ac0a-45fa-82e6-e0f037266daa\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:48:20.702469Z\", \"updated_at\":\"2025-10-30T17:54:20.555279Z\", \"type\":\"multicloud-dedicated-8\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://64803d5d-ac0a-45fa-82e6-e0f037266daa.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.64803d5d-ac0a-45fa-82e6-e0f037266daa.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-11-29T17:50:39.929757Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"1287e4f9-481a-4b20-b218-d1545d3eff3c\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1618" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:54:20 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 0ce51894-98b6-4be7-bf47-115b3576b1b5 + status: 200 OK + code: 200 + duration: 25.630605ms +- id: 345 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/64803d5d-ac0a-45fa-82e6-e0f037266daa + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 128 + body: "{\"message\":\"resource is not found\",\"resource\":\"cluster\",\"resource_id\":\"64803d5d-ac0a-45fa-82e6-e0f037266daa\",\"type\":\"not_found\"}" + headers: + Content-Length: + - "128" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:54:25 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 9fd7c8d1-459c-46d7-bbb2-b09e65a8c17b + status: 404 Not Found + code: 404 + duration: 35.577242ms +- id: 346 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 661 + host: api.scaleway.com + body: "{\"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\",\"type\":\"multicloud-dedicated-4\",\"name\":\"test-type-change\",\"description\":\"\",\"tags\":[\"terraform-test\",\"scaleway_k8s_cluster\",\"type-change\"],\"version\":\"1.34.1\",\"cni\":\"kilo\",\"pools\":null,\"autoscaler_config\":{\"scale_down_disabled\":null,\"scale_down_delay_after_add\":null,\"estimator\":\"unknown_estimator\",\"expander\":\"unknown_expander\",\"ignore_daemonsets_utilization\":null,\"balance_similar_node_groups\":null,\"expendable_pods_priority_cutoff\":0,\"scale_down_unneeded_time\":null,\"scale_down_utilization_threshold\":null,\"max_graceful_termination_sec\":0},\"feature_gates\":[],\"admission_plugins\":[],\"apiserver_cert_sans\":[]}" + headers: + Content-Type: + - application/json + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters + method: POST + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1583 + body: "{\"region\":\"fr-par\", \"id\":\"c368432d-b8a2-4e37-a083-148d7c767865\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:54:26.000572Z\", \"updated_at\":\"2025-10-30T17:54:26.000572Z\", \"type\":\"multicloud-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"creating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c368432d-b8a2-4e37-a083-148d7c767865.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c368432d-b8a2-4e37-a083-148d7c767865.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-11-29T17:54:26.000581Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"\", \"new_images_enabled\":false, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1583" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:54:26 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - a8112eb5-44e2-4c5b-afd6-214ada279565 + status: 200 OK + code: 200 + duration: 332.469924ms +- id: 347 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c368432d-b8a2-4e37-a083-148d7c767865 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1582 + body: "{\"region\":\"fr-par\", \"id\":\"c368432d-b8a2-4e37-a083-148d7c767865\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:54:26.000572Z\", \"updated_at\":\"2025-10-30T17:54:26.000572Z\", \"type\":\"multicloud-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"creating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c368432d-b8a2-4e37-a083-148d7c767865.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c368432d-b8a2-4e37-a083-148d7c767865.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-11-29T17:54:26.000581Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1582" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:54:26 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 16192d7b-09d7-477b-8410-294ec6e78b04 + status: 200 OK + code: 200 + duration: 96.576318ms +- id: 348 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c368432d-b8a2-4e37-a083-148d7c767865 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1618 + body: "{\"region\":\"fr-par\", \"id\":\"c368432d-b8a2-4e37-a083-148d7c767865\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:54:26.000572Z\", \"updated_at\":\"2025-10-30T17:54:26.479822Z\", \"type\":\"multicloud-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"creating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c368432d-b8a2-4e37-a083-148d7c767865.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c368432d-b8a2-4e37-a083-148d7c767865.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-11-29T17:54:26.000581Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"63e906fc-d09f-4525-ac0e-3ab366d18ba1\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1618" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:54:31 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - e751a3b2-17fd-4a92-97ee-4d89b4c78e3a + status: 200 OK + code: 200 + duration: 81.477949ms +- id: 349 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c368432d-b8a2-4e37-a083-148d7c767865 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1618 + body: "{\"region\":\"fr-par\", \"id\":\"c368432d-b8a2-4e37-a083-148d7c767865\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:54:26.000572Z\", \"updated_at\":\"2025-10-30T17:54:26.479822Z\", \"type\":\"multicloud-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"creating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c368432d-b8a2-4e37-a083-148d7c767865.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c368432d-b8a2-4e37-a083-148d7c767865.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-11-29T17:54:26.000581Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"63e906fc-d09f-4525-ac0e-3ab366d18ba1\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1618" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:54:36 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - b255771b-4b5b-46a6-926b-46497e640f53 + status: 200 OK + code: 200 + duration: 81.9786ms +- id: 350 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c368432d-b8a2-4e37-a083-148d7c767865 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1618 + body: "{\"region\":\"fr-par\", \"id\":\"c368432d-b8a2-4e37-a083-148d7c767865\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:54:26.000572Z\", \"updated_at\":\"2025-10-30T17:54:26.479822Z\", \"type\":\"multicloud-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"creating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c368432d-b8a2-4e37-a083-148d7c767865.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c368432d-b8a2-4e37-a083-148d7c767865.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-11-29T17:54:26.000581Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"63e906fc-d09f-4525-ac0e-3ab366d18ba1\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1618" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:54:41 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - ee4a38ec-13fe-4974-8657-a72769ae1b0d + status: 200 OK + code: 200 + duration: 98.511195ms +- id: 351 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c368432d-b8a2-4e37-a083-148d7c767865 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1618 + body: "{\"region\":\"fr-par\", \"id\":\"c368432d-b8a2-4e37-a083-148d7c767865\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:54:26.000572Z\", \"updated_at\":\"2025-10-30T17:54:26.479822Z\", \"type\":\"multicloud-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"creating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c368432d-b8a2-4e37-a083-148d7c767865.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c368432d-b8a2-4e37-a083-148d7c767865.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-11-29T17:54:26.000581Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"63e906fc-d09f-4525-ac0e-3ab366d18ba1\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1618" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:54:46 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 6cfcbfed-5685-457d-bbf6-76d40f46a4b8 + status: 200 OK + code: 200 + duration: 93.370183ms +- id: 352 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c368432d-b8a2-4e37-a083-148d7c767865 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1618 + body: "{\"region\":\"fr-par\", \"id\":\"c368432d-b8a2-4e37-a083-148d7c767865\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:54:26.000572Z\", \"updated_at\":\"2025-10-30T17:54:26.479822Z\", \"type\":\"multicloud-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"creating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c368432d-b8a2-4e37-a083-148d7c767865.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c368432d-b8a2-4e37-a083-148d7c767865.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-11-29T17:54:26.000581Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"63e906fc-d09f-4525-ac0e-3ab366d18ba1\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1618" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:54:51 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 5f317fe8-f52a-4aa3-b10c-f3c8cb32e8dc + status: 200 OK + code: 200 + duration: 82.6366ms +- id: 353 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c368432d-b8a2-4e37-a083-148d7c767865 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1618 + body: "{\"region\":\"fr-par\", \"id\":\"c368432d-b8a2-4e37-a083-148d7c767865\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:54:26.000572Z\", \"updated_at\":\"2025-10-30T17:54:26.479822Z\", \"type\":\"multicloud-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"creating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c368432d-b8a2-4e37-a083-148d7c767865.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c368432d-b8a2-4e37-a083-148d7c767865.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-11-29T17:54:26.000581Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"63e906fc-d09f-4525-ac0e-3ab366d18ba1\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1618" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:54:56 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 60ecf79f-6a90-47bd-a61e-61a74b5a9fd2 + status: 200 OK + code: 200 + duration: 109.510093ms +- id: 354 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c368432d-b8a2-4e37-a083-148d7c767865 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1618 + body: "{\"region\":\"fr-par\", \"id\":\"c368432d-b8a2-4e37-a083-148d7c767865\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:54:26.000572Z\", \"updated_at\":\"2025-10-30T17:54:26.479822Z\", \"type\":\"multicloud-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"creating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c368432d-b8a2-4e37-a083-148d7c767865.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c368432d-b8a2-4e37-a083-148d7c767865.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-11-29T17:54:26.000581Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"63e906fc-d09f-4525-ac0e-3ab366d18ba1\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1618" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:55:01 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - f9b9bad3-1d3b-4af1-91da-72aff5a138f0 + status: 200 OK + code: 200 + duration: 93.787241ms +- id: 355 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c368432d-b8a2-4e37-a083-148d7c767865 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1618 + body: "{\"region\":\"fr-par\", \"id\":\"c368432d-b8a2-4e37-a083-148d7c767865\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:54:26.000572Z\", \"updated_at\":\"2025-10-30T17:54:26.479822Z\", \"type\":\"multicloud-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"creating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c368432d-b8a2-4e37-a083-148d7c767865.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c368432d-b8a2-4e37-a083-148d7c767865.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-11-29T17:54:26.000581Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"63e906fc-d09f-4525-ac0e-3ab366d18ba1\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1618" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:55:06 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 9714694d-954f-45fd-8b7e-f0024605e2a5 + status: 200 OK + code: 200 + duration: 82.083325ms +- id: 356 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c368432d-b8a2-4e37-a083-148d7c767865 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1618 + body: "{\"region\":\"fr-par\", \"id\":\"c368432d-b8a2-4e37-a083-148d7c767865\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:54:26.000572Z\", \"updated_at\":\"2025-10-30T17:54:26.479822Z\", \"type\":\"multicloud-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"creating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c368432d-b8a2-4e37-a083-148d7c767865.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c368432d-b8a2-4e37-a083-148d7c767865.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-11-29T17:54:26.000581Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"63e906fc-d09f-4525-ac0e-3ab366d18ba1\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1618" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:55:12 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 9533cb2c-09e9-45b3-85e6-405b22e0c8f9 + status: 200 OK + code: 200 + duration: 95.711467ms +- id: 357 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c368432d-b8a2-4e37-a083-148d7c767865 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1618 + body: "{\"region\":\"fr-par\", \"id\":\"c368432d-b8a2-4e37-a083-148d7c767865\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:54:26.000572Z\", \"updated_at\":\"2025-10-30T17:54:26.479822Z\", \"type\":\"multicloud-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"creating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c368432d-b8a2-4e37-a083-148d7c767865.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c368432d-b8a2-4e37-a083-148d7c767865.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-11-29T17:54:26.000581Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"63e906fc-d09f-4525-ac0e-3ab366d18ba1\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1618" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:55:17 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 77af6766-e7fb-44ea-b5fa-668981da9ce2 + status: 200 OK + code: 200 + duration: 94.38649ms +- id: 358 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c368432d-b8a2-4e37-a083-148d7c767865 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1618 + body: "{\"region\":\"fr-par\", \"id\":\"c368432d-b8a2-4e37-a083-148d7c767865\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:54:26.000572Z\", \"updated_at\":\"2025-10-30T17:54:26.479822Z\", \"type\":\"multicloud-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"creating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c368432d-b8a2-4e37-a083-148d7c767865.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c368432d-b8a2-4e37-a083-148d7c767865.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-11-29T17:54:26.000581Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"63e906fc-d09f-4525-ac0e-3ab366d18ba1\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1618" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:55:22 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 81bce1b9-5392-449d-9d40-fa8b7b537c15 + status: 200 OK + code: 200 + duration: 83.05849ms +- id: 359 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c368432d-b8a2-4e37-a083-148d7c767865 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1618 + body: "{\"region\":\"fr-par\", \"id\":\"c368432d-b8a2-4e37-a083-148d7c767865\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:54:26.000572Z\", \"updated_at\":\"2025-10-30T17:54:26.479822Z\", \"type\":\"multicloud-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"creating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c368432d-b8a2-4e37-a083-148d7c767865.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c368432d-b8a2-4e37-a083-148d7c767865.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-11-29T17:54:26.000581Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"63e906fc-d09f-4525-ac0e-3ab366d18ba1\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1618" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:55:27 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 66825bb5-3a2f-4046-b84f-45f2fc1fd33b + status: 200 OK + code: 200 + duration: 89.340267ms +- id: 360 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c368432d-b8a2-4e37-a083-148d7c767865 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1618 + body: "{\"region\":\"fr-par\", \"id\":\"c368432d-b8a2-4e37-a083-148d7c767865\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:54:26.000572Z\", \"updated_at\":\"2025-10-30T17:54:26.479822Z\", \"type\":\"multicloud-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"creating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c368432d-b8a2-4e37-a083-148d7c767865.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c368432d-b8a2-4e37-a083-148d7c767865.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-11-29T17:54:26.000581Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"63e906fc-d09f-4525-ac0e-3ab366d18ba1\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1618" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:55:32 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 9cc0ab12-c6f1-4955-806f-f53f93c69957 + status: 200 OK + code: 200 + duration: 83.59577ms +- id: 361 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c368432d-b8a2-4e37-a083-148d7c767865 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1618 + body: "{\"region\":\"fr-par\", \"id\":\"c368432d-b8a2-4e37-a083-148d7c767865\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:54:26.000572Z\", \"updated_at\":\"2025-10-30T17:54:26.479822Z\", \"type\":\"multicloud-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"creating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c368432d-b8a2-4e37-a083-148d7c767865.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c368432d-b8a2-4e37-a083-148d7c767865.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-11-29T17:54:26.000581Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"63e906fc-d09f-4525-ac0e-3ab366d18ba1\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1618" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:55:37 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 07cc5f64-cb04-4ed7-9a76-042d01962ec4 + status: 200 OK + code: 200 + duration: 92.859488ms +- id: 362 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c368432d-b8a2-4e37-a083-148d7c767865 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1618 + body: "{\"region\":\"fr-par\", \"id\":\"c368432d-b8a2-4e37-a083-148d7c767865\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:54:26.000572Z\", \"updated_at\":\"2025-10-30T17:54:26.479822Z\", \"type\":\"multicloud-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"creating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c368432d-b8a2-4e37-a083-148d7c767865.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c368432d-b8a2-4e37-a083-148d7c767865.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-11-29T17:54:26.000581Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"63e906fc-d09f-4525-ac0e-3ab366d18ba1\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1618" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:55:42 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - eebc8a55-779c-461c-bbc3-56f9337bf947 + status: 200 OK + code: 200 + duration: 87.512198ms +- id: 363 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c368432d-b8a2-4e37-a083-148d7c767865 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1615 + body: "{\"region\":\"fr-par\", \"id\":\"c368432d-b8a2-4e37-a083-148d7c767865\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:54:26.000572Z\", \"updated_at\":\"2025-10-30T17:55:42.676163Z\", \"type\":\"multicloud-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c368432d-b8a2-4e37-a083-148d7c767865.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c368432d-b8a2-4e37-a083-148d7c767865.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-11-29T17:54:26.000581Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"63e906fc-d09f-4525-ac0e-3ab366d18ba1\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1615" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:55:47 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - f7281b77-e7f9-462d-a2ea-dc71bfd38ba6 + status: 200 OK + code: 200 + duration: 108.281051ms +- id: 364 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c368432d-b8a2-4e37-a083-148d7c767865 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1615 + body: "{\"region\":\"fr-par\", \"id\":\"c368432d-b8a2-4e37-a083-148d7c767865\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:54:26.000572Z\", \"updated_at\":\"2025-10-30T17:55:42.676163Z\", \"type\":\"multicloud-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c368432d-b8a2-4e37-a083-148d7c767865.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c368432d-b8a2-4e37-a083-148d7c767865.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-11-29T17:54:26.000581Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"63e906fc-d09f-4525-ac0e-3ab366d18ba1\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1615" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:55:47 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 96d38a48-4d57-4937-ab4f-8d95179fc54a + status: 200 OK + code: 200 + duration: 23.336254ms +- id: 365 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c368432d-b8a2-4e37-a083-148d7c767865/kubeconfig + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1666 + body: "{\"name\":\"kubeconfig\", \"content_type\":\"application/octet-stream\", \"content\":\"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogInRlc3QtdHlwZS1jaGFuZ2UiCiAgY2x1c3RlcjoKICAgIGNlcnRpZmljYXRlLWF1dGhvcml0eS1kYXRhOiBMUzB0TFMxQ1JVZEpUaUJEUlZKVVNVWkpRMEZVUlMwdExTMHRDazFKU1VKWGVrTkRRVkZIWjBGM1NVSkJaMGxDUVVSQlMwSm5aM0ZvYTJwUFVGRlJSRUZxUVZaTlVrMTNSVkZaUkZaUlVVUkZkM0J5WkZkS2JHTnROV3dLWkVkV2VrMUNORmhFVkVreFRWUkJlVTlVUlROT1ZGRjVUbXh2V0VSVVRURk5WRUY1VDFSRk0wNVVVWGxPYkc5M1JsUkZWRTFDUlVkQk1WVkZRWGhOU3dwaE0xWnBXbGhLZFZwWVVteGpla0phVFVKTlIwSjVjVWRUVFRRNVFXZEZSME5EY1VkVFRUUTVRWGRGU0VFd1NVRkNTV1E0TmxsdFZrdFpZUzgzVEcxcUNtOUhWR1pJT1hOalpFdzViU3RsVEZGcmMxTXJVVFZZU214c1R6WjBja0phWVdNeFQzcEdaVVJJV0VnMmVTc3haWEJVVGt0a04xSkhjMGhCWmtwbFFuZ0tVV0Z4WVVac1QycFJha0pCVFVFMFIwRXhWV1JFZDBWQ0wzZFJSVUYzU1VOd1JFRlFRbWRPVmtoU1RVSkJaamhGUWxSQlJFRlJTQzlOUWpCSFFURlZaQXBFWjFGWFFrSlRiR1ZQVkVsWU1rWnpSMk53ZGpaVU1rcEZSVXRySzAxaWMxZHFRVXRDWjJkeGFHdHFUMUJSVVVSQlowNUpRVVJDUmtGcFFtZzBSVTFaQ25odE4xTkxkbXMyWTNGNllXZ3hhbFF2VUVSSlVISlJUbmhqU1hOaVZtWXJSRTV1YkRWblNXaEJVSFp5T1c4dlJHbFFjV1l5VVVwcmVGZDNTV3QwUVZZS1FrSlRhWFJUVkVrNFlsUjNjSGhvUWxwalIwb0tMUzB0TFMxRlRrUWdRMFZTVkVsR1NVTkJWRVV0TFMwdExRbz0KICAgIHNlcnZlcjogaHR0cHM6Ly9jMzY4NDMyZC1iOGEyLTRlMzctYTA4My0xNDhkN2M3Njc4NjUuYXBpLms4cy5mci1wYXIuc2N3LmNsb3VkOjY0NDMKY29udGV4dHM6Ci0gbmFtZTogYWRtaW5AdGVzdC10eXBlLWNoYW5nZQogIGNvbnRleHQ6CiAgICBjbHVzdGVyOiAidGVzdC10eXBlLWNoYW5nZSIKICAgIHVzZXI6IHRlc3QtdHlwZS1jaGFuZ2UtYWRtaW4KY3VycmVudC1jb250ZXh0OiBhZG1pbkB0ZXN0LXR5cGUtY2hhbmdlCmtpbmQ6IENvbmZpZwpwcmVmZXJlbmNlczoge30KdXNlcnM6Ci0gbmFtZTogdGVzdC10eXBlLWNoYW5nZS1hZG1pbgogIHVzZXI6CiAgICB0b2tlbjogdHhZemh3ZUU5enVMNk1rRHM4MGphc3lKSjBDRXUxMFBrZDVWQ1RtYVM0d0NVejZrWVlwWFRpdjQ=\"}" + headers: + Content-Length: + - "1666" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:55:47 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - bc670db3-c5c0-4672-a254-692b7ee127fb + status: 200 OK + code: 200 + duration: 75.175532ms +- id: 366 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c368432d-b8a2-4e37-a083-148d7c767865 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1615 + body: "{\"region\":\"fr-par\", \"id\":\"c368432d-b8a2-4e37-a083-148d7c767865\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:54:26.000572Z\", \"updated_at\":\"2025-10-30T17:55:42.676163Z\", \"type\":\"multicloud-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c368432d-b8a2-4e37-a083-148d7c767865.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c368432d-b8a2-4e37-a083-148d7c767865.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-11-29T17:54:26.000581Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"63e906fc-d09f-4525-ac0e-3ab366d18ba1\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1615" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:55:47 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 0ca94862-681e-418d-a577-56e45fa468e9 + status: 200 OK + code: 200 + duration: 80.614816ms +- id: 367 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c368432d-b8a2-4e37-a083-148d7c767865 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1615 + body: "{\"region\":\"fr-par\", \"id\":\"c368432d-b8a2-4e37-a083-148d7c767865\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:54:26.000572Z\", \"updated_at\":\"2025-10-30T17:55:42.676163Z\", \"type\":\"multicloud-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c368432d-b8a2-4e37-a083-148d7c767865.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c368432d-b8a2-4e37-a083-148d7c767865.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-11-29T17:54:26.000581Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"63e906fc-d09f-4525-ac0e-3ab366d18ba1\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1615" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:55:48 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 42af8387-d0ec-419f-924a-f9ec48fa3225 + status: 200 OK + code: 200 + duration: 27.024649ms +- id: 368 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c368432d-b8a2-4e37-a083-148d7c767865/kubeconfig + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1666 + body: "{\"name\":\"kubeconfig\", \"content_type\":\"application/octet-stream\", \"content\":\"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogInRlc3QtdHlwZS1jaGFuZ2UiCiAgY2x1c3RlcjoKICAgIGNlcnRpZmljYXRlLWF1dGhvcml0eS1kYXRhOiBMUzB0TFMxQ1JVZEpUaUJEUlZKVVNVWkpRMEZVUlMwdExTMHRDazFKU1VKWGVrTkRRVkZIWjBGM1NVSkJaMGxDUVVSQlMwSm5aM0ZvYTJwUFVGRlJSRUZxUVZaTlVrMTNSVkZaUkZaUlVVUkZkM0J5WkZkS2JHTnROV3dLWkVkV2VrMUNORmhFVkVreFRWUkJlVTlVUlROT1ZGRjVUbXh2V0VSVVRURk5WRUY1VDFSRk0wNVVVWGxPYkc5M1JsUkZWRTFDUlVkQk1WVkZRWGhOU3dwaE0xWnBXbGhLZFZwWVVteGpla0phVFVKTlIwSjVjVWRUVFRRNVFXZEZSME5EY1VkVFRUUTVRWGRGU0VFd1NVRkNTV1E0TmxsdFZrdFpZUzgzVEcxcUNtOUhWR1pJT1hOalpFdzViU3RsVEZGcmMxTXJVVFZZU214c1R6WjBja0phWVdNeFQzcEdaVVJJV0VnMmVTc3haWEJVVGt0a04xSkhjMGhCWmtwbFFuZ0tVV0Z4WVVac1QycFJha0pCVFVFMFIwRXhWV1JFZDBWQ0wzZFJSVUYzU1VOd1JFRlFRbWRPVmtoU1RVSkJaamhGUWxSQlJFRlJTQzlOUWpCSFFURlZaQXBFWjFGWFFrSlRiR1ZQVkVsWU1rWnpSMk53ZGpaVU1rcEZSVXRySzAxaWMxZHFRVXRDWjJkeGFHdHFUMUJSVVVSQlowNUpRVVJDUmtGcFFtZzBSVTFaQ25odE4xTkxkbXMyWTNGNllXZ3hhbFF2VUVSSlVISlJUbmhqU1hOaVZtWXJSRTV1YkRWblNXaEJVSFp5T1c4dlJHbFFjV1l5VVVwcmVGZDNTV3QwUVZZS1FrSlRhWFJUVkVrNFlsUjNjSGhvUWxwalIwb0tMUzB0TFMxRlRrUWdRMFZTVkVsR1NVTkJWRVV0TFMwdExRbz0KICAgIHNlcnZlcjogaHR0cHM6Ly9jMzY4NDMyZC1iOGEyLTRlMzctYTA4My0xNDhkN2M3Njc4NjUuYXBpLms4cy5mci1wYXIuc2N3LmNsb3VkOjY0NDMKY29udGV4dHM6Ci0gbmFtZTogYWRtaW5AdGVzdC10eXBlLWNoYW5nZQogIGNvbnRleHQ6CiAgICBjbHVzdGVyOiAidGVzdC10eXBlLWNoYW5nZSIKICAgIHVzZXI6IHRlc3QtdHlwZS1jaGFuZ2UtYWRtaW4KY3VycmVudC1jb250ZXh0OiBhZG1pbkB0ZXN0LXR5cGUtY2hhbmdlCmtpbmQ6IENvbmZpZwpwcmVmZXJlbmNlczoge30KdXNlcnM6Ci0gbmFtZTogdGVzdC10eXBlLWNoYW5nZS1hZG1pbgogIHVzZXI6CiAgICB0b2tlbjogdHhZemh3ZUU5enVMNk1rRHM4MGphc3lKSjBDRXUxMFBrZDVWQ1RtYVM0d0NVejZrWVlwWFRpdjQ=\"}" + headers: + Content-Length: + - "1666" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:55:48 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 855aca50-43ae-424d-9fff-382e981d753f + status: 200 OK + code: 200 + duration: 79.73807ms +- id: 369 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c368432d-b8a2-4e37-a083-148d7c767865 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1615 + body: "{\"region\":\"fr-par\", \"id\":\"c368432d-b8a2-4e37-a083-148d7c767865\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:54:26.000572Z\", \"updated_at\":\"2025-10-30T17:55:42.676163Z\", \"type\":\"multicloud-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c368432d-b8a2-4e37-a083-148d7c767865.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c368432d-b8a2-4e37-a083-148d7c767865.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-11-29T17:54:26.000581Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"63e906fc-d09f-4525-ac0e-3ab366d18ba1\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1615" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:55:48 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - c0d891fa-4e72-4ed2-aff5-44c1e439f0c6 + status: 200 OK + code: 200 + duration: 25.876814ms +- id: 370 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c368432d-b8a2-4e37-a083-148d7c767865/kubeconfig + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1666 + body: "{\"name\":\"kubeconfig\", \"content_type\":\"application/octet-stream\", \"content\":\"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogInRlc3QtdHlwZS1jaGFuZ2UiCiAgY2x1c3RlcjoKICAgIGNlcnRpZmljYXRlLWF1dGhvcml0eS1kYXRhOiBMUzB0TFMxQ1JVZEpUaUJEUlZKVVNVWkpRMEZVUlMwdExTMHRDazFKU1VKWGVrTkRRVkZIWjBGM1NVSkJaMGxDUVVSQlMwSm5aM0ZvYTJwUFVGRlJSRUZxUVZaTlVrMTNSVkZaUkZaUlVVUkZkM0J5WkZkS2JHTnROV3dLWkVkV2VrMUNORmhFVkVreFRWUkJlVTlVUlROT1ZGRjVUbXh2V0VSVVRURk5WRUY1VDFSRk0wNVVVWGxPYkc5M1JsUkZWRTFDUlVkQk1WVkZRWGhOU3dwaE0xWnBXbGhLZFZwWVVteGpla0phVFVKTlIwSjVjVWRUVFRRNVFXZEZSME5EY1VkVFRUUTVRWGRGU0VFd1NVRkNTV1E0TmxsdFZrdFpZUzgzVEcxcUNtOUhWR1pJT1hOalpFdzViU3RsVEZGcmMxTXJVVFZZU214c1R6WjBja0phWVdNeFQzcEdaVVJJV0VnMmVTc3haWEJVVGt0a04xSkhjMGhCWmtwbFFuZ0tVV0Z4WVVac1QycFJha0pCVFVFMFIwRXhWV1JFZDBWQ0wzZFJSVUYzU1VOd1JFRlFRbWRPVmtoU1RVSkJaamhGUWxSQlJFRlJTQzlOUWpCSFFURlZaQXBFWjFGWFFrSlRiR1ZQVkVsWU1rWnpSMk53ZGpaVU1rcEZSVXRySzAxaWMxZHFRVXRDWjJkeGFHdHFUMUJSVVVSQlowNUpRVVJDUmtGcFFtZzBSVTFaQ25odE4xTkxkbXMyWTNGNllXZ3hhbFF2VUVSSlVISlJUbmhqU1hOaVZtWXJSRTV1YkRWblNXaEJVSFp5T1c4dlJHbFFjV1l5VVVwcmVGZDNTV3QwUVZZS1FrSlRhWFJUVkVrNFlsUjNjSGhvUWxwalIwb0tMUzB0TFMxRlRrUWdRMFZTVkVsR1NVTkJWRVV0TFMwdExRbz0KICAgIHNlcnZlcjogaHR0cHM6Ly9jMzY4NDMyZC1iOGEyLTRlMzctYTA4My0xNDhkN2M3Njc4NjUuYXBpLms4cy5mci1wYXIuc2N3LmNsb3VkOjY0NDMKY29udGV4dHM6Ci0gbmFtZTogYWRtaW5AdGVzdC10eXBlLWNoYW5nZQogIGNvbnRleHQ6CiAgICBjbHVzdGVyOiAidGVzdC10eXBlLWNoYW5nZSIKICAgIHVzZXI6IHRlc3QtdHlwZS1jaGFuZ2UtYWRtaW4KY3VycmVudC1jb250ZXh0OiBhZG1pbkB0ZXN0LXR5cGUtY2hhbmdlCmtpbmQ6IENvbmZpZwpwcmVmZXJlbmNlczoge30KdXNlcnM6Ci0gbmFtZTogdGVzdC10eXBlLWNoYW5nZS1hZG1pbgogIHVzZXI6CiAgICB0b2tlbjogdHhZemh3ZUU5enVMNk1rRHM4MGphc3lKSjBDRXUxMFBrZDVWQ1RtYVM0d0NVejZrWVlwWFRpdjQ=\"}" + headers: + Content-Length: + - "1666" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:55:48 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - ef5cc565-32e4-4921-a39e-f139d7448f27 + status: 200 OK + code: 200 + duration: 26.861403ms +- id: 371 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c368432d-b8a2-4e37-a083-148d7c767865/available-types + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 541 + body: "{\"cluster_types\":[{\"name\":\"multicloud-dedicated-8\", \"availability\":\"available\", \"max_nodes\":500, \"commitment_delay\":\"2592000s\", \"sla\":99.5, \"resiliency\":\"high_availability\", \"memory\":8000000000, \"dedicated\":true, \"audit_logs_supported\":true, \"max_etcd_size\":200000000}, {\"name\":\"multicloud-dedicated-16\", \"availability\":\"available\", \"max_nodes\":500, \"commitment_delay\":\"2592000s\", \"sla\":99.5, \"resiliency\":\"high_availability\", \"memory\":16000000000, \"dedicated\":true, \"audit_logs_supported\":true, \"max_etcd_size\":200000000}], \"total_count\":2}" + headers: + Content-Length: + - "541" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:55:48 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 2083f140-825f-4bad-871e-a811b40a4d10 + status: 200 OK + code: 200 + duration: 142.332185ms +- id: 372 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + form: + with_additional_resources: + - "false" + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c368432d-b8a2-4e37-a083-148d7c767865?with_additional_resources=false + method: DELETE + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1619 + body: "{\"region\":\"fr-par\", \"id\":\"c368432d-b8a2-4e37-a083-148d7c767865\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:54:26.000572Z\", \"updated_at\":\"2025-10-30T17:55:48.717944Z\", \"type\":\"multicloud-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c368432d-b8a2-4e37-a083-148d7c767865.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c368432d-b8a2-4e37-a083-148d7c767865.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-11-29T17:54:26.000581Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"63e906fc-d09f-4525-ac0e-3ab366d18ba1\", \"new_images_enabled\":false, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1619" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:55:48 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - c02e381b-e04c-4b4f-9953-18a090d84708 + status: 200 OK + code: 200 + duration: 79.474665ms +- id: 373 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c368432d-b8a2-4e37-a083-148d7c767865 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1618 + body: "{\"region\":\"fr-par\", \"id\":\"c368432d-b8a2-4e37-a083-148d7c767865\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:54:26.000572Z\", \"updated_at\":\"2025-10-30T17:55:48.717944Z\", \"type\":\"multicloud-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c368432d-b8a2-4e37-a083-148d7c767865.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c368432d-b8a2-4e37-a083-148d7c767865.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-11-29T17:54:26.000581Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"63e906fc-d09f-4525-ac0e-3ab366d18ba1\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1618" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:55:48 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 698b18c9-89cc-4711-8f4c-d092ed343913 + status: 200 OK + code: 200 + duration: 26.475768ms +- id: 374 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c368432d-b8a2-4e37-a083-148d7c767865 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 128 + body: "{\"message\":\"resource is not found\",\"resource\":\"cluster\",\"resource_id\":\"c368432d-b8a2-4e37-a083-148d7c767865\",\"type\":\"not_found\"}" + headers: + Content-Length: + - "128" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:55:53 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 6ed93e94-bf2b-4cdb-8164-0cab94b33b14 + status: 404 Not Found + code: 404 + duration: 38.057649ms +- id: 375 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 649 + host: api.scaleway.com + body: "{\"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\",\"type\":\"multicloud\",\"name\":\"test-type-change\",\"description\":\"\",\"tags\":[\"terraform-test\",\"scaleway_k8s_cluster\",\"type-change\"],\"version\":\"1.34.1\",\"cni\":\"kilo\",\"pools\":null,\"autoscaler_config\":{\"scale_down_disabled\":null,\"scale_down_delay_after_add\":null,\"estimator\":\"unknown_estimator\",\"expander\":\"unknown_expander\",\"ignore_daemonsets_utilization\":null,\"balance_similar_node_groups\":null,\"expendable_pods_priority_cutoff\":0,\"scale_down_unneeded_time\":null,\"scale_down_utilization_threshold\":null,\"max_graceful_termination_sec\":0},\"feature_gates\":[],\"admission_plugins\":[],\"apiserver_cert_sans\":[]}" + headers: + Content-Type: + - application/json + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters + method: POST + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1571 + body: "{\"region\":\"fr-par\", \"id\":\"2d77c354-549d-4f78-8701-e994fd014676\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:55:54.110934Z\", \"updated_at\":\"2025-10-30T17:55:54.110934Z\", \"type\":\"multicloud\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"creating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://2d77c354-549d-4f78-8701-e994fd014676.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.2d77c354-549d-4f78-8701-e994fd014676.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-10-30T17:55:54.110952Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"\", \"new_images_enabled\":false, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1571" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:55:54 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 7a48cee9-063d-4fbf-8b7f-462ae5b9b58c + status: 200 OK + code: 200 + duration: 278.61246ms +- id: 376 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/2d77c354-549d-4f78-8701-e994fd014676 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1570 + body: "{\"region\":\"fr-par\", \"id\":\"2d77c354-549d-4f78-8701-e994fd014676\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:55:54.110934Z\", \"updated_at\":\"2025-10-30T17:55:54.110934Z\", \"type\":\"multicloud\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"creating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://2d77c354-549d-4f78-8701-e994fd014676.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.2d77c354-549d-4f78-8701-e994fd014676.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-10-30T17:55:54.110952Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1570" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:55:54 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - accd2653-cefb-44b4-8fbb-ce03937054f6 + status: 200 OK + code: 200 + duration: 110.162235ms +- id: 377 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/2d77c354-549d-4f78-8701-e994fd014676 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1606 + body: "{\"region\":\"fr-par\", \"id\":\"2d77c354-549d-4f78-8701-e994fd014676\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:55:54.110934Z\", \"updated_at\":\"2025-10-30T17:55:54.606286Z\", \"type\":\"multicloud\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"creating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://2d77c354-549d-4f78-8701-e994fd014676.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.2d77c354-549d-4f78-8701-e994fd014676.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-10-30T17:55:54.110952Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"9bf42687-a585-4a6b-96de-49683874175d\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1606" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:55:59 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 269bda92-ac5e-42e8-bf16-37d660c19a7e + status: 200 OK + code: 200 + duration: 89.261467ms +- id: 378 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/2d77c354-549d-4f78-8701-e994fd014676 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1606 + body: "{\"region\":\"fr-par\", \"id\":\"2d77c354-549d-4f78-8701-e994fd014676\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:55:54.110934Z\", \"updated_at\":\"2025-10-30T17:55:54.606286Z\", \"type\":\"multicloud\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"creating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://2d77c354-549d-4f78-8701-e994fd014676.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.2d77c354-549d-4f78-8701-e994fd014676.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-10-30T17:55:54.110952Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"9bf42687-a585-4a6b-96de-49683874175d\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1606" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:56:04 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 96b5aea2-1e36-443d-a3f0-4efcf66114f1 + status: 200 OK + code: 200 + duration: 87.955756ms +- id: 379 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/2d77c354-549d-4f78-8701-e994fd014676 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1606 + body: "{\"region\":\"fr-par\", \"id\":\"2d77c354-549d-4f78-8701-e994fd014676\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:55:54.110934Z\", \"updated_at\":\"2025-10-30T17:55:54.606286Z\", \"type\":\"multicloud\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"creating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://2d77c354-549d-4f78-8701-e994fd014676.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.2d77c354-549d-4f78-8701-e994fd014676.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-10-30T17:55:54.110952Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"9bf42687-a585-4a6b-96de-49683874175d\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1606" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:56:09 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 13b0ea6d-641f-4fde-a104-5c8fc4226de3 + status: 200 OK + code: 200 + duration: 80.542425ms +- id: 380 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/2d77c354-549d-4f78-8701-e994fd014676 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1606 + body: "{\"region\":\"fr-par\", \"id\":\"2d77c354-549d-4f78-8701-e994fd014676\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:55:54.110934Z\", \"updated_at\":\"2025-10-30T17:55:54.606286Z\", \"type\":\"multicloud\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"creating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://2d77c354-549d-4f78-8701-e994fd014676.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.2d77c354-549d-4f78-8701-e994fd014676.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-10-30T17:55:54.110952Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"9bf42687-a585-4a6b-96de-49683874175d\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1606" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:56:14 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 22fb5399-1448-4688-9bcb-526884efa94d + status: 200 OK + code: 200 + duration: 87.520631ms +- id: 381 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/2d77c354-549d-4f78-8701-e994fd014676 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1606 + body: "{\"region\":\"fr-par\", \"id\":\"2d77c354-549d-4f78-8701-e994fd014676\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:55:54.110934Z\", \"updated_at\":\"2025-10-30T17:55:54.606286Z\", \"type\":\"multicloud\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"creating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://2d77c354-549d-4f78-8701-e994fd014676.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.2d77c354-549d-4f78-8701-e994fd014676.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-10-30T17:55:54.110952Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"9bf42687-a585-4a6b-96de-49683874175d\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1606" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:56:19 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 3637b433-46d3-4172-9037-b11380041246 + status: 200 OK + code: 200 + duration: 85.663605ms +- id: 382 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/2d77c354-549d-4f78-8701-e994fd014676 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1606 + body: "{\"region\":\"fr-par\", \"id\":\"2d77c354-549d-4f78-8701-e994fd014676\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:55:54.110934Z\", \"updated_at\":\"2025-10-30T17:55:54.606286Z\", \"type\":\"multicloud\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"creating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://2d77c354-549d-4f78-8701-e994fd014676.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.2d77c354-549d-4f78-8701-e994fd014676.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-10-30T17:55:54.110952Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"9bf42687-a585-4a6b-96de-49683874175d\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1606" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:56:24 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - f8cd9084-61d0-467d-b161-032d3ef9ae88 + status: 200 OK + code: 200 + duration: 73.638362ms +- id: 383 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/2d77c354-549d-4f78-8701-e994fd014676 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1606 + body: "{\"region\":\"fr-par\", \"id\":\"2d77c354-549d-4f78-8701-e994fd014676\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:55:54.110934Z\", \"updated_at\":\"2025-10-30T17:55:54.606286Z\", \"type\":\"multicloud\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"creating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://2d77c354-549d-4f78-8701-e994fd014676.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.2d77c354-549d-4f78-8701-e994fd014676.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-10-30T17:55:54.110952Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"9bf42687-a585-4a6b-96de-49683874175d\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1606" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:56:29 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - e6fe2796-a78b-4b9a-a3e6-e229204daef0 + status: 200 OK + code: 200 + duration: 80.511621ms +- id: 384 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/2d77c354-549d-4f78-8701-e994fd014676 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1606 + body: "{\"region\":\"fr-par\", \"id\":\"2d77c354-549d-4f78-8701-e994fd014676\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:55:54.110934Z\", \"updated_at\":\"2025-10-30T17:55:54.606286Z\", \"type\":\"multicloud\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"creating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://2d77c354-549d-4f78-8701-e994fd014676.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.2d77c354-549d-4f78-8701-e994fd014676.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-10-30T17:55:54.110952Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"9bf42687-a585-4a6b-96de-49683874175d\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1606" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:56:34 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 16da8edc-1340-46c9-99a0-6df361ab1c15 + status: 200 OK + code: 200 + duration: 106.064712ms +- id: 385 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/2d77c354-549d-4f78-8701-e994fd014676 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1606 + body: "{\"region\":\"fr-par\", \"id\":\"2d77c354-549d-4f78-8701-e994fd014676\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:55:54.110934Z\", \"updated_at\":\"2025-10-30T17:55:54.606286Z\", \"type\":\"multicloud\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"creating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://2d77c354-549d-4f78-8701-e994fd014676.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.2d77c354-549d-4f78-8701-e994fd014676.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-10-30T17:55:54.110952Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"9bf42687-a585-4a6b-96de-49683874175d\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1606" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:56:40 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 4d5091bd-31fa-4411-8acd-c9893f287c90 + status: 200 OK + code: 200 + duration: 95.680461ms +- id: 386 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/2d77c354-549d-4f78-8701-e994fd014676 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1606 + body: "{\"region\":\"fr-par\", \"id\":\"2d77c354-549d-4f78-8701-e994fd014676\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:55:54.110934Z\", \"updated_at\":\"2025-10-30T17:55:54.606286Z\", \"type\":\"multicloud\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"creating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://2d77c354-549d-4f78-8701-e994fd014676.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.2d77c354-549d-4f78-8701-e994fd014676.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-10-30T17:55:54.110952Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"9bf42687-a585-4a6b-96de-49683874175d\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1606" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:56:45 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - ce5942cb-c8d2-46db-8557-7b93d0970005 + status: 200 OK + code: 200 + duration: 104.297575ms +- id: 387 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/2d77c354-549d-4f78-8701-e994fd014676 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1606 + body: "{\"region\":\"fr-par\", \"id\":\"2d77c354-549d-4f78-8701-e994fd014676\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:55:54.110934Z\", \"updated_at\":\"2025-10-30T17:55:54.606286Z\", \"type\":\"multicloud\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"creating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://2d77c354-549d-4f78-8701-e994fd014676.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.2d77c354-549d-4f78-8701-e994fd014676.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-10-30T17:55:54.110952Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"9bf42687-a585-4a6b-96de-49683874175d\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1606" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:56:50 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 888f26d7-1de5-465b-b306-3e0ae09888e5 + status: 200 OK + code: 200 + duration: 89.43871ms +- id: 388 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/2d77c354-549d-4f78-8701-e994fd014676 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1606 + body: "{\"region\":\"fr-par\", \"id\":\"2d77c354-549d-4f78-8701-e994fd014676\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:55:54.110934Z\", \"updated_at\":\"2025-10-30T17:55:54.606286Z\", \"type\":\"multicloud\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"creating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://2d77c354-549d-4f78-8701-e994fd014676.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.2d77c354-549d-4f78-8701-e994fd014676.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-10-30T17:55:54.110952Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"9bf42687-a585-4a6b-96de-49683874175d\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1606" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:56:55 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - ce0abda9-1b3b-4281-82ea-7ce8aa320346 + status: 200 OK + code: 200 + duration: 90.787725ms +- id: 389 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/2d77c354-549d-4f78-8701-e994fd014676 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1606 + body: "{\"region\":\"fr-par\", \"id\":\"2d77c354-549d-4f78-8701-e994fd014676\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:55:54.110934Z\", \"updated_at\":\"2025-10-30T17:55:54.606286Z\", \"type\":\"multicloud\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"creating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://2d77c354-549d-4f78-8701-e994fd014676.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.2d77c354-549d-4f78-8701-e994fd014676.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-10-30T17:55:54.110952Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"9bf42687-a585-4a6b-96de-49683874175d\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1606" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:57:00 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - b556584d-15d0-4a2e-9856-a6885c3e6bfc + status: 200 OK + code: 200 + duration: 110.907283ms +- id: 390 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/2d77c354-549d-4f78-8701-e994fd014676 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1606 + body: "{\"region\":\"fr-par\", \"id\":\"2d77c354-549d-4f78-8701-e994fd014676\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:55:54.110934Z\", \"updated_at\":\"2025-10-30T17:55:54.606286Z\", \"type\":\"multicloud\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"creating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://2d77c354-549d-4f78-8701-e994fd014676.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.2d77c354-549d-4f78-8701-e994fd014676.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-10-30T17:55:54.110952Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"9bf42687-a585-4a6b-96de-49683874175d\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1606" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:57:05 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - ea459ff4-2955-416a-9326-99e33ce71fdd + status: 200 OK + code: 200 + duration: 140.575193ms +- id: 391 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/2d77c354-549d-4f78-8701-e994fd014676 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1606 + body: "{\"region\":\"fr-par\", \"id\":\"2d77c354-549d-4f78-8701-e994fd014676\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:55:54.110934Z\", \"updated_at\":\"2025-10-30T17:55:54.606286Z\", \"type\":\"multicloud\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"creating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://2d77c354-549d-4f78-8701-e994fd014676.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.2d77c354-549d-4f78-8701-e994fd014676.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-10-30T17:55:54.110952Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"9bf42687-a585-4a6b-96de-49683874175d\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1606" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:57:10 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 5c7a2dcf-6391-4824-ba4f-590e0fcdd737 + status: 200 OK + code: 200 + duration: 94.083849ms +- id: 392 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/2d77c354-549d-4f78-8701-e994fd014676 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1606 + body: "{\"region\":\"fr-par\", \"id\":\"2d77c354-549d-4f78-8701-e994fd014676\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:55:54.110934Z\", \"updated_at\":\"2025-10-30T17:55:54.606286Z\", \"type\":\"multicloud\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"creating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://2d77c354-549d-4f78-8701-e994fd014676.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.2d77c354-549d-4f78-8701-e994fd014676.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-10-30T17:55:54.110952Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"9bf42687-a585-4a6b-96de-49683874175d\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1606" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:57:15 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 5b70f175-7e91-4afb-b4e5-83a57f56a351 + status: 200 OK + code: 200 + duration: 119.181627ms +- id: 393 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/2d77c354-549d-4f78-8701-e994fd014676 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1606 + body: "{\"region\":\"fr-par\", \"id\":\"2d77c354-549d-4f78-8701-e994fd014676\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:55:54.110934Z\", \"updated_at\":\"2025-10-30T17:55:54.606286Z\", \"type\":\"multicloud\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"creating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://2d77c354-549d-4f78-8701-e994fd014676.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.2d77c354-549d-4f78-8701-e994fd014676.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-10-30T17:55:54.110952Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"9bf42687-a585-4a6b-96de-49683874175d\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1606" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:57:20 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 87f50cc4-d5a3-4d49-8ebf-98ad983104f6 + status: 200 OK + code: 200 + duration: 81.262872ms +- id: 394 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/2d77c354-549d-4f78-8701-e994fd014676 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1606 + body: "{\"region\":\"fr-par\", \"id\":\"2d77c354-549d-4f78-8701-e994fd014676\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:55:54.110934Z\", \"updated_at\":\"2025-10-30T17:55:54.606286Z\", \"type\":\"multicloud\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"creating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://2d77c354-549d-4f78-8701-e994fd014676.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.2d77c354-549d-4f78-8701-e994fd014676.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-10-30T17:55:54.110952Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"9bf42687-a585-4a6b-96de-49683874175d\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1606" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:57:25 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - f850706c-a309-4156-91c9-ca7c3d8ab29d + status: 200 OK + code: 200 + duration: 74.910422ms +- id: 395 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/2d77c354-549d-4f78-8701-e994fd014676 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1606 + body: "{\"region\":\"fr-par\", \"id\":\"2d77c354-549d-4f78-8701-e994fd014676\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:55:54.110934Z\", \"updated_at\":\"2025-10-30T17:55:54.606286Z\", \"type\":\"multicloud\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"creating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://2d77c354-549d-4f78-8701-e994fd014676.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.2d77c354-549d-4f78-8701-e994fd014676.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-10-30T17:55:54.110952Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"9bf42687-a585-4a6b-96de-49683874175d\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1606" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:57:31 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 498e7b56-1566-4076-bd9e-efbe3f3a1b07 + status: 200 OK + code: 200 + duration: 95.494162ms +- id: 396 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/2d77c354-549d-4f78-8701-e994fd014676 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1606 + body: "{\"region\":\"fr-par\", \"id\":\"2d77c354-549d-4f78-8701-e994fd014676\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:55:54.110934Z\", \"updated_at\":\"2025-10-30T17:55:54.606286Z\", \"type\":\"multicloud\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"creating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://2d77c354-549d-4f78-8701-e994fd014676.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.2d77c354-549d-4f78-8701-e994fd014676.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-10-30T17:55:54.110952Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"9bf42687-a585-4a6b-96de-49683874175d\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1606" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:57:36 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 89c9b8be-b2a6-4d0f-8517-35b73cb06ebf + status: 200 OK + code: 200 + duration: 91.013919ms +- id: 397 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/2d77c354-549d-4f78-8701-e994fd014676 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1606 + body: "{\"region\":\"fr-par\", \"id\":\"2d77c354-549d-4f78-8701-e994fd014676\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:55:54.110934Z\", \"updated_at\":\"2025-10-30T17:55:54.606286Z\", \"type\":\"multicloud\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"creating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://2d77c354-549d-4f78-8701-e994fd014676.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.2d77c354-549d-4f78-8701-e994fd014676.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-10-30T17:55:54.110952Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"9bf42687-a585-4a6b-96de-49683874175d\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1606" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:57:41 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 1b0c1c20-f44c-443f-a674-53bcd661b3c1 + status: 200 OK + code: 200 + duration: 86.680762ms +- id: 398 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/2d77c354-549d-4f78-8701-e994fd014676 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1606 + body: "{\"region\":\"fr-par\", \"id\":\"2d77c354-549d-4f78-8701-e994fd014676\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:55:54.110934Z\", \"updated_at\":\"2025-10-30T17:55:54.606286Z\", \"type\":\"multicloud\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"creating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://2d77c354-549d-4f78-8701-e994fd014676.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.2d77c354-549d-4f78-8701-e994fd014676.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-10-30T17:55:54.110952Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"9bf42687-a585-4a6b-96de-49683874175d\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1606" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:57:46 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 7dfceb19-1ba4-46fc-85b5-575b85da5253 + status: 200 OK + code: 200 + duration: 84.100616ms +- id: 399 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/2d77c354-549d-4f78-8701-e994fd014676 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1606 + body: "{\"region\":\"fr-par\", \"id\":\"2d77c354-549d-4f78-8701-e994fd014676\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:55:54.110934Z\", \"updated_at\":\"2025-10-30T17:55:54.606286Z\", \"type\":\"multicloud\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"creating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://2d77c354-549d-4f78-8701-e994fd014676.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.2d77c354-549d-4f78-8701-e994fd014676.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-10-30T17:55:54.110952Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"9bf42687-a585-4a6b-96de-49683874175d\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1606" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:57:51 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - ac4b2e05-f3a1-47bc-be82-e286e7f62d1c + status: 200 OK + code: 200 + duration: 88.180269ms +- id: 400 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/2d77c354-549d-4f78-8701-e994fd014676 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1606 + body: "{\"region\":\"fr-par\", \"id\":\"2d77c354-549d-4f78-8701-e994fd014676\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:55:54.110934Z\", \"updated_at\":\"2025-10-30T17:55:54.606286Z\", \"type\":\"multicloud\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"creating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://2d77c354-549d-4f78-8701-e994fd014676.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.2d77c354-549d-4f78-8701-e994fd014676.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-10-30T17:55:54.110952Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"9bf42687-a585-4a6b-96de-49683874175d\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1606" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:57:56 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 9e4d0d93-078e-4c0f-924c-72ae30d81675 + status: 200 OK + code: 200 + duration: 85.527708ms +- id: 401 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/2d77c354-549d-4f78-8701-e994fd014676 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1606 + body: "{\"region\":\"fr-par\", \"id\":\"2d77c354-549d-4f78-8701-e994fd014676\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:55:54.110934Z\", \"updated_at\":\"2025-10-30T17:55:54.606286Z\", \"type\":\"multicloud\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"creating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://2d77c354-549d-4f78-8701-e994fd014676.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.2d77c354-549d-4f78-8701-e994fd014676.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-10-30T17:55:54.110952Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"9bf42687-a585-4a6b-96de-49683874175d\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1606" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:58:01 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 74c8033a-7d76-4563-a5e6-61a7f3381c8b + status: 200 OK + code: 200 + duration: 82.784307ms +- id: 402 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/2d77c354-549d-4f78-8701-e994fd014676 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1606 + body: "{\"region\":\"fr-par\", \"id\":\"2d77c354-549d-4f78-8701-e994fd014676\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:55:54.110934Z\", \"updated_at\":\"2025-10-30T17:55:54.606286Z\", \"type\":\"multicloud\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"creating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://2d77c354-549d-4f78-8701-e994fd014676.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.2d77c354-549d-4f78-8701-e994fd014676.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-10-30T17:55:54.110952Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"9bf42687-a585-4a6b-96de-49683874175d\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1606" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:58:06 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - d0a8114e-2a13-4837-88b7-39ffc2093760 + status: 200 OK + code: 200 + duration: 86.09218ms +- id: 403 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/2d77c354-549d-4f78-8701-e994fd014676 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1606 + body: "{\"region\":\"fr-par\", \"id\":\"2d77c354-549d-4f78-8701-e994fd014676\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:55:54.110934Z\", \"updated_at\":\"2025-10-30T17:55:54.606286Z\", \"type\":\"multicloud\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"creating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://2d77c354-549d-4f78-8701-e994fd014676.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.2d77c354-549d-4f78-8701-e994fd014676.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-10-30T17:55:54.110952Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"9bf42687-a585-4a6b-96de-49683874175d\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1606" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:58:11 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 04483889-8c1e-4e3c-8300-c00c0b5506ef + status: 200 OK + code: 200 + duration: 85.311144ms +- id: 404 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/2d77c354-549d-4f78-8701-e994fd014676 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1606 + body: "{\"region\":\"fr-par\", \"id\":\"2d77c354-549d-4f78-8701-e994fd014676\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:55:54.110934Z\", \"updated_at\":\"2025-10-30T17:55:54.606286Z\", \"type\":\"multicloud\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"creating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://2d77c354-549d-4f78-8701-e994fd014676.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.2d77c354-549d-4f78-8701-e994fd014676.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-10-30T17:55:54.110952Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"9bf42687-a585-4a6b-96de-49683874175d\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1606" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:58:16 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 3a1ee422-b2ea-4e0f-93ed-7e2fff002477 + status: 200 OK + code: 200 + duration: 104.819907ms +- id: 405 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/2d77c354-549d-4f78-8701-e994fd014676 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1606 + body: "{\"region\":\"fr-par\", \"id\":\"2d77c354-549d-4f78-8701-e994fd014676\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:55:54.110934Z\", \"updated_at\":\"2025-10-30T17:55:54.606286Z\", \"type\":\"multicloud\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"creating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://2d77c354-549d-4f78-8701-e994fd014676.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.2d77c354-549d-4f78-8701-e994fd014676.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-10-30T17:55:54.110952Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"9bf42687-a585-4a6b-96de-49683874175d\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1606" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:58:22 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 9794ba8c-490e-409a-a74c-012a0e6a28a9 + status: 200 OK + code: 200 + duration: 90.474744ms +- id: 406 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/2d77c354-549d-4f78-8701-e994fd014676 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1606 + body: "{\"region\":\"fr-par\", \"id\":\"2d77c354-549d-4f78-8701-e994fd014676\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:55:54.110934Z\", \"updated_at\":\"2025-10-30T17:55:54.606286Z\", \"type\":\"multicloud\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"creating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://2d77c354-549d-4f78-8701-e994fd014676.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.2d77c354-549d-4f78-8701-e994fd014676.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-10-30T17:55:54.110952Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"9bf42687-a585-4a6b-96de-49683874175d\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1606" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:58:27 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 61d157d4-5a80-4bf0-b03d-1116671aecae + status: 200 OK + code: 200 + duration: 100.489445ms +- id: 407 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/2d77c354-549d-4f78-8701-e994fd014676 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1606 + body: "{\"region\":\"fr-par\", \"id\":\"2d77c354-549d-4f78-8701-e994fd014676\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:55:54.110934Z\", \"updated_at\":\"2025-10-30T17:55:54.606286Z\", \"type\":\"multicloud\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"creating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://2d77c354-549d-4f78-8701-e994fd014676.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.2d77c354-549d-4f78-8701-e994fd014676.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-10-30T17:55:54.110952Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"9bf42687-a585-4a6b-96de-49683874175d\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1606" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:58:32 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 2f2e5504-0efd-4a31-b7d1-c5c3fa53f1c3 + status: 200 OK + code: 200 + duration: 94.629691ms +- id: 408 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/2d77c354-549d-4f78-8701-e994fd014676 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1606 + body: "{\"region\":\"fr-par\", \"id\":\"2d77c354-549d-4f78-8701-e994fd014676\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:55:54.110934Z\", \"updated_at\":\"2025-10-30T17:55:54.606286Z\", \"type\":\"multicloud\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"creating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://2d77c354-549d-4f78-8701-e994fd014676.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.2d77c354-549d-4f78-8701-e994fd014676.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-10-30T17:55:54.110952Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"9bf42687-a585-4a6b-96de-49683874175d\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1606" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:58:37 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - bb00082b-7410-44a3-9bda-9595d04fbf10 + status: 200 OK + code: 200 + duration: 83.378399ms +- id: 409 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/2d77c354-549d-4f78-8701-e994fd014676 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1606 + body: "{\"region\":\"fr-par\", \"id\":\"2d77c354-549d-4f78-8701-e994fd014676\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:55:54.110934Z\", \"updated_at\":\"2025-10-30T17:55:54.606286Z\", \"type\":\"multicloud\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"creating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://2d77c354-549d-4f78-8701-e994fd014676.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.2d77c354-549d-4f78-8701-e994fd014676.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-10-30T17:55:54.110952Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"9bf42687-a585-4a6b-96de-49683874175d\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1606" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:58:42 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 811d24d0-6562-4942-a947-adf19bde49a8 + status: 200 OK + code: 200 + duration: 93.240974ms +- id: 410 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/2d77c354-549d-4f78-8701-e994fd014676 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1606 + body: "{\"region\":\"fr-par\", \"id\":\"2d77c354-549d-4f78-8701-e994fd014676\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:55:54.110934Z\", \"updated_at\":\"2025-10-30T17:55:54.606286Z\", \"type\":\"multicloud\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"creating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://2d77c354-549d-4f78-8701-e994fd014676.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.2d77c354-549d-4f78-8701-e994fd014676.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-10-30T17:55:54.110952Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"9bf42687-a585-4a6b-96de-49683874175d\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1606" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:58:47 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - c0f147c0-cd0d-4666-85ac-c9fcd1eced8e + status: 200 OK + code: 200 + duration: 100.009057ms +- id: 411 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/2d77c354-549d-4f78-8701-e994fd014676 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1606 + body: "{\"region\":\"fr-par\", \"id\":\"2d77c354-549d-4f78-8701-e994fd014676\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:55:54.110934Z\", \"updated_at\":\"2025-10-30T17:55:54.606286Z\", \"type\":\"multicloud\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"creating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://2d77c354-549d-4f78-8701-e994fd014676.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.2d77c354-549d-4f78-8701-e994fd014676.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-10-30T17:55:54.110952Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"9bf42687-a585-4a6b-96de-49683874175d\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1606" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:58:52 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 36fca9b5-39cf-4c5f-9a40-d6ff738409d4 + status: 200 OK + code: 200 + duration: 78.885681ms +- id: 412 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/2d77c354-549d-4f78-8701-e994fd014676 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1606 + body: "{\"region\":\"fr-par\", \"id\":\"2d77c354-549d-4f78-8701-e994fd014676\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:55:54.110934Z\", \"updated_at\":\"2025-10-30T17:55:54.606286Z\", \"type\":\"multicloud\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"creating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://2d77c354-549d-4f78-8701-e994fd014676.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.2d77c354-549d-4f78-8701-e994fd014676.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-10-30T17:55:54.110952Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"9bf42687-a585-4a6b-96de-49683874175d\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1606" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:58:57 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - a1732490-163b-409e-a9dc-eedd88819656 + status: 200 OK + code: 200 + duration: 81.753759ms +- id: 413 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/2d77c354-549d-4f78-8701-e994fd014676 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1606 + body: "{\"region\":\"fr-par\", \"id\":\"2d77c354-549d-4f78-8701-e994fd014676\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:55:54.110934Z\", \"updated_at\":\"2025-10-30T17:55:54.606286Z\", \"type\":\"multicloud\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"creating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://2d77c354-549d-4f78-8701-e994fd014676.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.2d77c354-549d-4f78-8701-e994fd014676.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-10-30T17:55:54.110952Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"9bf42687-a585-4a6b-96de-49683874175d\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1606" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:59:02 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - cfa42352-1071-403f-a510-7c6423fbed7d + status: 200 OK + code: 200 + duration: 114.376718ms +- id: 414 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/2d77c354-549d-4f78-8701-e994fd014676 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1606 + body: "{\"region\":\"fr-par\", \"id\":\"2d77c354-549d-4f78-8701-e994fd014676\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:55:54.110934Z\", \"updated_at\":\"2025-10-30T17:55:54.606286Z\", \"type\":\"multicloud\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"creating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://2d77c354-549d-4f78-8701-e994fd014676.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.2d77c354-549d-4f78-8701-e994fd014676.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-10-30T17:55:54.110952Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"9bf42687-a585-4a6b-96de-49683874175d\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1606" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:59:07 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - cfd8d249-0d2e-445b-9b36-e9868f6305e7 + status: 200 OK + code: 200 + duration: 86.531636ms +- id: 415 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/2d77c354-549d-4f78-8701-e994fd014676 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1606 + body: "{\"region\":\"fr-par\", \"id\":\"2d77c354-549d-4f78-8701-e994fd014676\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:55:54.110934Z\", \"updated_at\":\"2025-10-30T17:55:54.606286Z\", \"type\":\"multicloud\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"creating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://2d77c354-549d-4f78-8701-e994fd014676.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.2d77c354-549d-4f78-8701-e994fd014676.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-10-30T17:55:54.110952Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"9bf42687-a585-4a6b-96de-49683874175d\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1606" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:59:12 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 8068f995-2a0d-4864-829d-0210211ed17f + status: 200 OK + code: 200 + duration: 99.366445ms +- id: 416 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/2d77c354-549d-4f78-8701-e994fd014676 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1606 + body: "{\"region\":\"fr-par\", \"id\":\"2d77c354-549d-4f78-8701-e994fd014676\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:55:54.110934Z\", \"updated_at\":\"2025-10-30T17:55:54.606286Z\", \"type\":\"multicloud\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"creating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://2d77c354-549d-4f78-8701-e994fd014676.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.2d77c354-549d-4f78-8701-e994fd014676.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-10-30T17:55:54.110952Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"9bf42687-a585-4a6b-96de-49683874175d\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1606" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:59:18 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 2f7118ae-07d7-42e6-b131-e583db42157f + status: 200 OK + code: 200 + duration: 82.726971ms +- id: 417 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/2d77c354-549d-4f78-8701-e994fd014676 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1606 + body: "{\"region\":\"fr-par\", \"id\":\"2d77c354-549d-4f78-8701-e994fd014676\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:55:54.110934Z\", \"updated_at\":\"2025-10-30T17:55:54.606286Z\", \"type\":\"multicloud\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"creating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://2d77c354-549d-4f78-8701-e994fd014676.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.2d77c354-549d-4f78-8701-e994fd014676.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-10-30T17:55:54.110952Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"9bf42687-a585-4a6b-96de-49683874175d\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1606" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:59:23 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - efaa8236-d9dd-4aab-8b2f-a3e45a4525af + status: 200 OK + code: 200 + duration: 144.766074ms +- id: 418 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/2d77c354-549d-4f78-8701-e994fd014676 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1606 + body: "{\"region\":\"fr-par\", \"id\":\"2d77c354-549d-4f78-8701-e994fd014676\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:55:54.110934Z\", \"updated_at\":\"2025-10-30T17:55:54.606286Z\", \"type\":\"multicloud\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"creating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://2d77c354-549d-4f78-8701-e994fd014676.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.2d77c354-549d-4f78-8701-e994fd014676.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-10-30T17:55:54.110952Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"9bf42687-a585-4a6b-96de-49683874175d\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1606" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:59:28 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - af33784f-88a0-4295-a2b8-eee64a907cbe + status: 200 OK + code: 200 + duration: 78.275952ms +- id: 419 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/2d77c354-549d-4f78-8701-e994fd014676 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1606 + body: "{\"region\":\"fr-par\", \"id\":\"2d77c354-549d-4f78-8701-e994fd014676\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:55:54.110934Z\", \"updated_at\":\"2025-10-30T17:55:54.606286Z\", \"type\":\"multicloud\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"creating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://2d77c354-549d-4f78-8701-e994fd014676.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.2d77c354-549d-4f78-8701-e994fd014676.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-10-30T17:55:54.110952Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"9bf42687-a585-4a6b-96de-49683874175d\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1606" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:59:33 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - e2e6d2b1-e5b1-4077-8a50-fff7f896a511 + status: 200 OK + code: 200 + duration: 80.706969ms +- id: 420 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/2d77c354-549d-4f78-8701-e994fd014676 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1606 + body: "{\"region\":\"fr-par\", \"id\":\"2d77c354-549d-4f78-8701-e994fd014676\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:55:54.110934Z\", \"updated_at\":\"2025-10-30T17:55:54.606286Z\", \"type\":\"multicloud\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"creating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://2d77c354-549d-4f78-8701-e994fd014676.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.2d77c354-549d-4f78-8701-e994fd014676.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-10-30T17:55:54.110952Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"9bf42687-a585-4a6b-96de-49683874175d\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1606" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:59:38 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 1e50ed2a-df61-4df2-a164-97921934f6b2 + status: 200 OK + code: 200 + duration: 88.876866ms +- id: 421 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/2d77c354-549d-4f78-8701-e994fd014676 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1606 + body: "{\"region\":\"fr-par\", \"id\":\"2d77c354-549d-4f78-8701-e994fd014676\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:55:54.110934Z\", \"updated_at\":\"2025-10-30T17:55:54.606286Z\", \"type\":\"multicloud\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"creating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://2d77c354-549d-4f78-8701-e994fd014676.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.2d77c354-549d-4f78-8701-e994fd014676.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-10-30T17:55:54.110952Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"9bf42687-a585-4a6b-96de-49683874175d\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1606" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:59:43 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 5ccea6ca-d34c-4ae6-8d67-22631ead8faa + status: 200 OK + code: 200 + duration: 75.3988ms +- id: 422 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/2d77c354-549d-4f78-8701-e994fd014676 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1606 + body: "{\"region\":\"fr-par\", \"id\":\"2d77c354-549d-4f78-8701-e994fd014676\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:55:54.110934Z\", \"updated_at\":\"2025-10-30T17:55:54.606286Z\", \"type\":\"multicloud\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"creating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://2d77c354-549d-4f78-8701-e994fd014676.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.2d77c354-549d-4f78-8701-e994fd014676.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-10-30T17:55:54.110952Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"9bf42687-a585-4a6b-96de-49683874175d\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1606" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:59:48 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 6b9dba40-c14b-4f54-9cfa-454d5f6d1fd4 + status: 200 OK + code: 200 + duration: 87.740133ms +- id: 423 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/2d77c354-549d-4f78-8701-e994fd014676 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1606 + body: "{\"region\":\"fr-par\", \"id\":\"2d77c354-549d-4f78-8701-e994fd014676\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:55:54.110934Z\", \"updated_at\":\"2025-10-30T17:55:54.606286Z\", \"type\":\"multicloud\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"creating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://2d77c354-549d-4f78-8701-e994fd014676.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.2d77c354-549d-4f78-8701-e994fd014676.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-10-30T17:55:54.110952Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"9bf42687-a585-4a6b-96de-49683874175d\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1606" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:59:53 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - c35fd4f3-a490-405e-9cd3-b169ee670f6f + status: 200 OK + code: 200 + duration: 84.040143ms +- id: 424 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/2d77c354-549d-4f78-8701-e994fd014676 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1606 + body: "{\"region\":\"fr-par\", \"id\":\"2d77c354-549d-4f78-8701-e994fd014676\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:55:54.110934Z\", \"updated_at\":\"2025-10-30T17:55:54.606286Z\", \"type\":\"multicloud\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"creating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://2d77c354-549d-4f78-8701-e994fd014676.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.2d77c354-549d-4f78-8701-e994fd014676.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-10-30T17:55:54.110952Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"9bf42687-a585-4a6b-96de-49683874175d\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1606" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:59:58 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 9fde7018-f24f-44fd-81d7-451da6f77c76 + status: 200 OK + code: 200 + duration: 81.34412ms +- id: 425 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/2d77c354-549d-4f78-8701-e994fd014676 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1606 + body: "{\"region\":\"fr-par\", \"id\":\"2d77c354-549d-4f78-8701-e994fd014676\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:55:54.110934Z\", \"updated_at\":\"2025-10-30T17:55:54.606286Z\", \"type\":\"multicloud\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"creating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://2d77c354-549d-4f78-8701-e994fd014676.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.2d77c354-549d-4f78-8701-e994fd014676.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-10-30T17:55:54.110952Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"9bf42687-a585-4a6b-96de-49683874175d\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1606" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 18:00:03 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 6474e7f9-7b33-488c-a66f-1880626f3909 + status: 200 OK + code: 200 + duration: 99.202736ms +- id: 426 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/2d77c354-549d-4f78-8701-e994fd014676 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1606 + body: "{\"region\":\"fr-par\", \"id\":\"2d77c354-549d-4f78-8701-e994fd014676\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:55:54.110934Z\", \"updated_at\":\"2025-10-30T17:55:54.606286Z\", \"type\":\"multicloud\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"creating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://2d77c354-549d-4f78-8701-e994fd014676.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.2d77c354-549d-4f78-8701-e994fd014676.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-10-30T17:55:54.110952Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"9bf42687-a585-4a6b-96de-49683874175d\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1606" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 18:00:09 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - b425dc57-ab18-44d3-9029-7bbaac889b4c + status: 200 OK + code: 200 + duration: 80.471621ms +- id: 427 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/2d77c354-549d-4f78-8701-e994fd014676 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1606 + body: "{\"region\":\"fr-par\", \"id\":\"2d77c354-549d-4f78-8701-e994fd014676\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:55:54.110934Z\", \"updated_at\":\"2025-10-30T17:55:54.606286Z\", \"type\":\"multicloud\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"creating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://2d77c354-549d-4f78-8701-e994fd014676.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.2d77c354-549d-4f78-8701-e994fd014676.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-10-30T17:55:54.110952Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"9bf42687-a585-4a6b-96de-49683874175d\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1606" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 18:00:14 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 161af2d4-4375-4172-b05a-438827784867 + status: 200 OK + code: 200 + duration: 108.489502ms +- id: 428 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/2d77c354-549d-4f78-8701-e994fd014676 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1606 + body: "{\"region\":\"fr-par\", \"id\":\"2d77c354-549d-4f78-8701-e994fd014676\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:55:54.110934Z\", \"updated_at\":\"2025-10-30T17:55:54.606286Z\", \"type\":\"multicloud\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"creating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://2d77c354-549d-4f78-8701-e994fd014676.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.2d77c354-549d-4f78-8701-e994fd014676.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-10-30T17:55:54.110952Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"9bf42687-a585-4a6b-96de-49683874175d\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1606" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 18:00:19 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 2e1e4136-ed3d-441f-826c-1c5c0f136023 + status: 200 OK + code: 200 + duration: 97.412425ms +- id: 429 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/2d77c354-549d-4f78-8701-e994fd014676 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1606 + body: "{\"region\":\"fr-par\", \"id\":\"2d77c354-549d-4f78-8701-e994fd014676\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:55:54.110934Z\", \"updated_at\":\"2025-10-30T17:55:54.606286Z\", \"type\":\"multicloud\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"creating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://2d77c354-549d-4f78-8701-e994fd014676.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.2d77c354-549d-4f78-8701-e994fd014676.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-10-30T17:55:54.110952Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"9bf42687-a585-4a6b-96de-49683874175d\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1606" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 18:00:24 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 18a0dce0-80c9-4217-b7c6-9caa86cc85f0 + status: 200 OK + code: 200 + duration: 88.083773ms +- id: 430 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/2d77c354-549d-4f78-8701-e994fd014676 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1606 + body: "{\"region\":\"fr-par\", \"id\":\"2d77c354-549d-4f78-8701-e994fd014676\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:55:54.110934Z\", \"updated_at\":\"2025-10-30T17:55:54.606286Z\", \"type\":\"multicloud\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"creating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://2d77c354-549d-4f78-8701-e994fd014676.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.2d77c354-549d-4f78-8701-e994fd014676.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-10-30T17:55:54.110952Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"9bf42687-a585-4a6b-96de-49683874175d\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1606" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 18:00:29 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 44abfb0e-5487-4262-a6d5-31328b95dea6 + status: 200 OK + code: 200 + duration: 122.903682ms +- id: 431 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/2d77c354-549d-4f78-8701-e994fd014676 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1606 + body: "{\"region\":\"fr-par\", \"id\":\"2d77c354-549d-4f78-8701-e994fd014676\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:55:54.110934Z\", \"updated_at\":\"2025-10-30T17:55:54.606286Z\", \"type\":\"multicloud\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"creating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://2d77c354-549d-4f78-8701-e994fd014676.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.2d77c354-549d-4f78-8701-e994fd014676.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-10-30T17:55:54.110952Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"9bf42687-a585-4a6b-96de-49683874175d\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1606" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 18:00:34 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 756c061a-ce1e-47c8-b41e-d1ceb3a74fd1 + status: 200 OK + code: 200 + duration: 98.796077ms +- id: 432 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/2d77c354-549d-4f78-8701-e994fd014676 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1606 + body: "{\"region\":\"fr-par\", \"id\":\"2d77c354-549d-4f78-8701-e994fd014676\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:55:54.110934Z\", \"updated_at\":\"2025-10-30T17:55:54.606286Z\", \"type\":\"multicloud\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"creating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://2d77c354-549d-4f78-8701-e994fd014676.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.2d77c354-549d-4f78-8701-e994fd014676.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-10-30T17:55:54.110952Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"9bf42687-a585-4a6b-96de-49683874175d\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1606" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 18:00:39 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 34eac675-35e0-4d5e-b3e7-c29ee1b66056 + status: 200 OK + code: 200 + duration: 138.019088ms +- id: 433 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/2d77c354-549d-4f78-8701-e994fd014676 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1606 + body: "{\"region\":\"fr-par\", \"id\":\"2d77c354-549d-4f78-8701-e994fd014676\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:55:54.110934Z\", \"updated_at\":\"2025-10-30T17:55:54.606286Z\", \"type\":\"multicloud\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"creating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://2d77c354-549d-4f78-8701-e994fd014676.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.2d77c354-549d-4f78-8701-e994fd014676.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-10-30T17:55:54.110952Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"9bf42687-a585-4a6b-96de-49683874175d\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1606" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 18:00:44 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 01ac045b-7241-41d9-b915-d83510e7f1e6 + status: 200 OK + code: 200 + duration: 94.604014ms +- id: 434 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/2d77c354-549d-4f78-8701-e994fd014676 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1606 + body: "{\"region\":\"fr-par\", \"id\":\"2d77c354-549d-4f78-8701-e994fd014676\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:55:54.110934Z\", \"updated_at\":\"2025-10-30T17:55:54.606286Z\", \"type\":\"multicloud\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"creating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://2d77c354-549d-4f78-8701-e994fd014676.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.2d77c354-549d-4f78-8701-e994fd014676.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-10-30T17:55:54.110952Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"9bf42687-a585-4a6b-96de-49683874175d\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1606" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 18:00:49 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - c520c5fd-b239-4121-96fd-5536d7c7c6b7 + status: 200 OK + code: 200 + duration: 96.9706ms +- id: 435 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/2d77c354-549d-4f78-8701-e994fd014676 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1606 + body: "{\"region\":\"fr-par\", \"id\":\"2d77c354-549d-4f78-8701-e994fd014676\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:55:54.110934Z\", \"updated_at\":\"2025-10-30T17:55:54.606286Z\", \"type\":\"multicloud\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"creating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://2d77c354-549d-4f78-8701-e994fd014676.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.2d77c354-549d-4f78-8701-e994fd014676.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-10-30T17:55:54.110952Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"9bf42687-a585-4a6b-96de-49683874175d\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1606" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 18:00:54 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - c601f858-92a2-4b5f-acb0-d8d35d254ee8 + status: 200 OK + code: 200 + duration: 101.914999ms +- id: 436 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/2d77c354-549d-4f78-8701-e994fd014676 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1606 + body: "{\"region\":\"fr-par\", \"id\":\"2d77c354-549d-4f78-8701-e994fd014676\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:55:54.110934Z\", \"updated_at\":\"2025-10-30T17:55:54.606286Z\", \"type\":\"multicloud\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"creating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://2d77c354-549d-4f78-8701-e994fd014676.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.2d77c354-549d-4f78-8701-e994fd014676.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-10-30T17:55:54.110952Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"9bf42687-a585-4a6b-96de-49683874175d\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1606" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 18:01:00 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 532b8daf-18a0-4f90-9fc1-7beb7a212c71 + status: 200 OK + code: 200 + duration: 103.318967ms +- id: 437 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/2d77c354-549d-4f78-8701-e994fd014676 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1606 + body: "{\"region\":\"fr-par\", \"id\":\"2d77c354-549d-4f78-8701-e994fd014676\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:55:54.110934Z\", \"updated_at\":\"2025-10-30T17:55:54.606286Z\", \"type\":\"multicloud\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"creating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://2d77c354-549d-4f78-8701-e994fd014676.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.2d77c354-549d-4f78-8701-e994fd014676.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-10-30T17:55:54.110952Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"9bf42687-a585-4a6b-96de-49683874175d\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1606" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 18:01:05 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - adb57434-0f00-4767-a5ec-85394d998e84 + status: 200 OK + code: 200 + duration: 96.14448ms +- id: 438 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/2d77c354-549d-4f78-8701-e994fd014676 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1603 + body: "{\"region\":\"fr-par\", \"id\":\"2d77c354-549d-4f78-8701-e994fd014676\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:55:54.110934Z\", \"updated_at\":\"2025-10-30T18:01:07.262660Z\", \"type\":\"multicloud\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://2d77c354-549d-4f78-8701-e994fd014676.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.2d77c354-549d-4f78-8701-e994fd014676.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-10-30T17:55:54.110952Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"9bf42687-a585-4a6b-96de-49683874175d\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1603" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 18:01:10 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 8efff25d-dcc3-44a2-b81f-0bdee643827c + status: 200 OK + code: 200 + duration: 87.697032ms +- id: 439 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/2d77c354-549d-4f78-8701-e994fd014676 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1603 + body: "{\"region\":\"fr-par\", \"id\":\"2d77c354-549d-4f78-8701-e994fd014676\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:55:54.110934Z\", \"updated_at\":\"2025-10-30T18:01:07.262660Z\", \"type\":\"multicloud\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://2d77c354-549d-4f78-8701-e994fd014676.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.2d77c354-549d-4f78-8701-e994fd014676.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-10-30T17:55:54.110952Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"9bf42687-a585-4a6b-96de-49683874175d\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1603" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 18:01:10 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 5fd20c95-d06f-4f81-b1e4-3a0c4f420177 + status: 200 OK + code: 200 + duration: 81.690559ms +- id: 440 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/2d77c354-549d-4f78-8701-e994fd014676/kubeconfig + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1666 + body: "{\"name\":\"kubeconfig\", \"content_type\":\"application/octet-stream\", \"content\":\"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogInRlc3QtdHlwZS1jaGFuZ2UiCiAgY2x1c3RlcjoKICAgIGNlcnRpZmljYXRlLWF1dGhvcml0eS1kYXRhOiBMUzB0TFMxQ1JVZEpUaUJEUlZKVVNVWkpRMEZVUlMwdExTMHRDazFKU1VKWGVrTkRRVkZIWjBGM1NVSkJaMGxDUVVSQlMwSm5aM0ZvYTJwUFVGRlJSRUZxUVZaTlVrMTNSVkZaUkZaUlVVUkZkM0J5WkZkS2JHTnROV3dLWkVkV2VrMUNORmhFVkVreFRWUkJlVTlVUlROT1ZGVXhUa1p2V0VSVVRURk5WRUY1VDFSRk0wNVVWVEZPUm05M1JsUkZWRTFDUlVkQk1WVkZRWGhOU3dwaE0xWnBXbGhLZFZwWVVteGpla0phVFVKTlIwSjVjVWRUVFRRNVFXZEZSME5EY1VkVFRUUTVRWGRGU0VFd1NVRkNUazgyZUhCNVpIUnZUaXRHYkdNeENsVlpkMWt4WkhaNVZHRmphamxqYTNvM1dYWmtRbU5RTkZkS2RsQTRaRGh2UW5OSFNGaDFhekpPUzJaMVFVcGphMGgwU0VsNFUwUTNSRTVDVFVGUk5tRUtjRXRSTDFvMVMycFJha0pCVFVFMFIwRXhWV1JFZDBWQ0wzZFJSVUYzU1VOd1JFRlFRbWRPVmtoU1RVSkJaamhGUWxSQlJFRlJTQzlOUWpCSFFURlZaQXBFWjFGWFFrSlRXSFJ0TVZWV2FEUmxWR2xCTHpVeWIxaEdXbmxRVkRVMk1FeDZRVXRDWjJkeGFHdHFUMUJSVVVSQlowNUpRVVJDUmtGcFJVRXlTbEJ2Q2pBeEszcEhhbTF1WW01Q1Z5czViRXQ0VkhFeGNVZGtNWGs1TW1oMmNrOWlZVVJpVFdSTFowTkpSa2hTVlRGdmRYYzBXV0ZJZEVvd1kxVmthR0pSVVRBS2RrUndRWEZJYkhwVlRXdEJXRGxqT1RCalFtUUtMUzB0TFMxRlRrUWdRMFZTVkVsR1NVTkJWRVV0TFMwdExRbz0KICAgIHNlcnZlcjogaHR0cHM6Ly8yZDc3YzM1NC01NDlkLTRmNzgtODcwMS1lOTk0ZmQwMTQ2NzYuYXBpLms4cy5mci1wYXIuc2N3LmNsb3VkOjY0NDMKY29udGV4dHM6Ci0gbmFtZTogYWRtaW5AdGVzdC10eXBlLWNoYW5nZQogIGNvbnRleHQ6CiAgICBjbHVzdGVyOiAidGVzdC10eXBlLWNoYW5nZSIKICAgIHVzZXI6IHRlc3QtdHlwZS1jaGFuZ2UtYWRtaW4KY3VycmVudC1jb250ZXh0OiBhZG1pbkB0ZXN0LXR5cGUtY2hhbmdlCmtpbmQ6IENvbmZpZwpwcmVmZXJlbmNlczoge30KdXNlcnM6Ci0gbmFtZTogdGVzdC10eXBlLWNoYW5nZS1hZG1pbgogIHVzZXI6CiAgICB0b2tlbjogUmtYcGw4OGhnV2FUWTZFdHU3elA0U0sxN0RGMmtHd2g3UFhlTWwzbWNzTERXUm1EZktGajNLbU4=\"}" + headers: + Content-Length: + - "1666" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 18:01:10 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - d3ac72e8-bc1b-43a2-88ee-bf49b25ca58c + status: 200 OK + code: 200 + duration: 83.574458ms +- id: 441 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/2d77c354-549d-4f78-8701-e994fd014676 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1603 + body: "{\"region\":\"fr-par\", \"id\":\"2d77c354-549d-4f78-8701-e994fd014676\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:55:54.110934Z\", \"updated_at\":\"2025-10-30T18:01:07.262660Z\", \"type\":\"multicloud\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://2d77c354-549d-4f78-8701-e994fd014676.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.2d77c354-549d-4f78-8701-e994fd014676.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-10-30T17:55:54.110952Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"9bf42687-a585-4a6b-96de-49683874175d\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1603" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 18:01:10 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - e23fc598-3609-4e3c-8c6f-7dc208ebc377 + status: 200 OK + code: 200 + duration: 24.933548ms +- id: 442 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/2d77c354-549d-4f78-8701-e994fd014676 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1603 + body: "{\"region\":\"fr-par\", \"id\":\"2d77c354-549d-4f78-8701-e994fd014676\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:55:54.110934Z\", \"updated_at\":\"2025-10-30T18:01:07.262660Z\", \"type\":\"multicloud\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://2d77c354-549d-4f78-8701-e994fd014676.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.2d77c354-549d-4f78-8701-e994fd014676.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-10-30T17:55:54.110952Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"9bf42687-a585-4a6b-96de-49683874175d\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1603" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 18:01:10 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 0a1aae43-b66b-4a7e-abb2-cbb029aa5ceb + status: 200 OK + code: 200 + duration: 24.347007ms +- id: 443 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/2d77c354-549d-4f78-8701-e994fd014676/kubeconfig + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1666 + body: "{\"name\":\"kubeconfig\", \"content_type\":\"application/octet-stream\", \"content\":\"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogInRlc3QtdHlwZS1jaGFuZ2UiCiAgY2x1c3RlcjoKICAgIGNlcnRpZmljYXRlLWF1dGhvcml0eS1kYXRhOiBMUzB0TFMxQ1JVZEpUaUJEUlZKVVNVWkpRMEZVUlMwdExTMHRDazFKU1VKWGVrTkRRVkZIWjBGM1NVSkJaMGxDUVVSQlMwSm5aM0ZvYTJwUFVGRlJSRUZxUVZaTlVrMTNSVkZaUkZaUlVVUkZkM0J5WkZkS2JHTnROV3dLWkVkV2VrMUNORmhFVkVreFRWUkJlVTlVUlROT1ZGVXhUa1p2V0VSVVRURk5WRUY1VDFSRk0wNVVWVEZPUm05M1JsUkZWRTFDUlVkQk1WVkZRWGhOU3dwaE0xWnBXbGhLZFZwWVVteGpla0phVFVKTlIwSjVjVWRUVFRRNVFXZEZSME5EY1VkVFRUUTVRWGRGU0VFd1NVRkNUazgyZUhCNVpIUnZUaXRHYkdNeENsVlpkMWt4WkhaNVZHRmphamxqYTNvM1dYWmtRbU5RTkZkS2RsQTRaRGh2UW5OSFNGaDFhekpPUzJaMVFVcGphMGgwU0VsNFUwUTNSRTVDVFVGUk5tRUtjRXRSTDFvMVMycFJha0pCVFVFMFIwRXhWV1JFZDBWQ0wzZFJSVUYzU1VOd1JFRlFRbWRPVmtoU1RVSkJaamhGUWxSQlJFRlJTQzlOUWpCSFFURlZaQXBFWjFGWFFrSlRXSFJ0TVZWV2FEUmxWR2xCTHpVeWIxaEdXbmxRVkRVMk1FeDZRVXRDWjJkeGFHdHFUMUJSVVVSQlowNUpRVVJDUmtGcFJVRXlTbEJ2Q2pBeEszcEhhbTF1WW01Q1Z5czViRXQ0VkhFeGNVZGtNWGs1TW1oMmNrOWlZVVJpVFdSTFowTkpSa2hTVlRGdmRYYzBXV0ZJZEVvd1kxVmthR0pSVVRBS2RrUndRWEZJYkhwVlRXdEJXRGxqT1RCalFtUUtMUzB0TFMxRlRrUWdRMFZTVkVsR1NVTkJWRVV0TFMwdExRbz0KICAgIHNlcnZlcjogaHR0cHM6Ly8yZDc3YzM1NC01NDlkLTRmNzgtODcwMS1lOTk0ZmQwMTQ2NzYuYXBpLms4cy5mci1wYXIuc2N3LmNsb3VkOjY0NDMKY29udGV4dHM6Ci0gbmFtZTogYWRtaW5AdGVzdC10eXBlLWNoYW5nZQogIGNvbnRleHQ6CiAgICBjbHVzdGVyOiAidGVzdC10eXBlLWNoYW5nZSIKICAgIHVzZXI6IHRlc3QtdHlwZS1jaGFuZ2UtYWRtaW4KY3VycmVudC1jb250ZXh0OiBhZG1pbkB0ZXN0LXR5cGUtY2hhbmdlCmtpbmQ6IENvbmZpZwpwcmVmZXJlbmNlczoge30KdXNlcnM6Ci0gbmFtZTogdGVzdC10eXBlLWNoYW5nZS1hZG1pbgogIHVzZXI6CiAgICB0b2tlbjogUmtYcGw4OGhnV2FUWTZFdHU3elA0U0sxN0RGMmtHd2g3UFhlTWwzbWNzTERXUm1EZktGajNLbU4=\"}" + headers: + Content-Length: + - "1666" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 18:01:10 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 1512e2bb-75a8-471b-b94b-19c55378daa2 + status: 200 OK + code: 200 + duration: 26.518777ms +- id: 444 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + form: + with_additional_resources: + - "false" + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/2d77c354-549d-4f78-8701-e994fd014676?with_additional_resources=false + method: DELETE + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1607 + body: "{\"region\":\"fr-par\", \"id\":\"2d77c354-549d-4f78-8701-e994fd014676\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:55:54.110934Z\", \"updated_at\":\"2025-10-30T18:01:11.058357Z\", \"type\":\"multicloud\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://2d77c354-549d-4f78-8701-e994fd014676.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.2d77c354-549d-4f78-8701-e994fd014676.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-10-30T17:55:54.110952Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"9bf42687-a585-4a6b-96de-49683874175d\", \"new_images_enabled\":false, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1607" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 18:01:11 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 126849bc-03c0-4abb-a8b0-2afca9dc254d + status: 200 OK + code: 200 + duration: 185.758476ms +- id: 445 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/2d77c354-549d-4f78-8701-e994fd014676 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1606 + body: "{\"region\":\"fr-par\", \"id\":\"2d77c354-549d-4f78-8701-e994fd014676\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:55:54.110934Z\", \"updated_at\":\"2025-10-30T18:01:11.058357Z\", \"type\":\"multicloud\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://2d77c354-549d-4f78-8701-e994fd014676.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.2d77c354-549d-4f78-8701-e994fd014676.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-10-30T17:55:54.110952Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"9bf42687-a585-4a6b-96de-49683874175d\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1606" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 18:01:11 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 9a34f07f-dcbd-4a9d-a6e1-bf1535c971b1 + status: 200 OK + code: 200 + duration: 28.000229ms +- id: 446 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/2d77c354-549d-4f78-8701-e994fd014676 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1606 + body: "{\"region\":\"fr-par\", \"id\":\"2d77c354-549d-4f78-8701-e994fd014676\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:55:54.110934Z\", \"updated_at\":\"2025-10-30T18:01:11.058357Z\", \"type\":\"multicloud\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://2d77c354-549d-4f78-8701-e994fd014676.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.2d77c354-549d-4f78-8701-e994fd014676.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-10-30T17:55:54.110952Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"9bf42687-a585-4a6b-96de-49683874175d\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1606" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 18:01:16 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - d53f4067-45fc-4f53-aa54-535bede8dccd + status: 200 OK + code: 200 + duration: 96.52146ms +- id: 447 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/2d77c354-549d-4f78-8701-e994fd014676 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 128 + body: "{\"message\":\"resource is not found\",\"resource\":\"cluster\",\"resource_id\":\"2d77c354-549d-4f78-8701-e994fd014676\",\"type\":\"not_found\"}" + headers: + Content-Length: + - "128" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 18:01:21 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 071417db-ca59-48fd-9787-881d16c1cf16 + status: 404 Not Found + code: 404 + duration: 22.105206ms +- id: 448 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/2d77c354-549d-4f78-8701-e994fd014676 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 128 + body: "{\"message\":\"resource is not found\",\"resource\":\"cluster\",\"resource_id\":\"2d77c354-549d-4f78-8701-e994fd014676\",\"type\":\"not_found\"}" + headers: + Content-Length: + - "128" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 18:01:21 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 1c7677b2-4640-43a4-acd0-ff68946cc270 + status: 404 Not Found + code: 404 + duration: 22.407173ms diff --git a/internal/services/k8s/testdata/data-source-cluster-basic.cassette.yaml b/internal/services/k8s/testdata/data-source-cluster-basic.cassette.yaml index 630b9d7c83..2b0779c183 100644 --- a/internal/services/k8s/testdata/data-source-cluster-basic.cassette.yaml +++ b/internal/services/k8s/testdata/data-source-cluster-basic.cassette.yaml @@ -1,2849 +1,5166 @@ --- version: 2 interactions: - - id: 0 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/versions - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 4962 - uncompressed: false - body: '{"versions":[{"available_admission_plugins":["AlwaysPullImages","PodNodeSelector","PodTolerationRestriction"],"available_cnis":["cilium","cilium_native","calico","kilo","none"],"available_container_runtimes":["containerd"],"available_feature_gates":["HPAScaleToZero","CPUManagerPolicyAlphaOptions","ImageVolume"],"available_kubelet_args":{"containerLogMaxFiles":"uint16","containerLogMaxSize":"quantity","cpuCFSQuota":"bool","cpuCFSQuotaPeriod":"duration","cpuManagerPolicy":"enum:none|static","cpuManagerPolicyOptions":"map[string]string","enableDebuggingHandlers":"bool","evictionHard":"map[string]string","evictionMinimumReclaim":"map[string]string","imageGCHighThresholdPercent":"uint32","imageGCLowThresholdPercent":"uint32","maxParallelImagePulls":"int32","maxPods":"uint16","registryBurst":"int32","registryPullQPS":"int32","serializeImagePulls":"bool"},"label":"Kubernetes 1.34.1","name":"1.34.1","region":"fr-par"},{"available_admission_plugins":["AlwaysPullImages","PodNodeSelector","PodTolerationRestriction"],"available_cnis":["cilium","calico","kilo","none"],"available_container_runtimes":["containerd"],"available_feature_gates":["HPAScaleToZero","DRAAdminAccess","DynamicResourceAllocation","PodLevelResources","CPUManagerPolicyAlphaOptions","ImageVolume"],"available_kubelet_args":{"containerLogMaxFiles":"uint16","containerLogMaxSize":"quantity","cpuCFSQuota":"bool","cpuCFSQuotaPeriod":"duration","cpuManagerPolicy":"enum:none|static","cpuManagerPolicyOptions":"map[string]string","enableDebuggingHandlers":"bool","evictionHard":"map[string]string","evictionMinimumReclaim":"map[string]string","imageGCHighThresholdPercent":"uint32","imageGCLowThresholdPercent":"uint32","maxParallelImagePulls":"int32","maxPods":"uint16","registryBurst":"int32","registryPullQPS":"int32","serializeImagePulls":"bool"},"label":"Kubernetes 1.33.4","name":"1.33.4","region":"fr-par"},{"available_admission_plugins":["AlwaysPullImages","PodNodeSelector","PodTolerationRestriction"],"available_cnis":["cilium","calico","kilo","none"],"available_container_runtimes":["containerd"],"available_feature_gates":["HPAScaleToZero","InPlacePodVerticalScaling","SidecarContainers","DRAAdminAccess","DRAResourceClaimDeviceStatus","DynamicResourceAllocation","PodLevelResources","CPUManagerPolicyAlphaOptions","ImageVolume"],"available_kubelet_args":{"containerLogMaxFiles":"uint16","containerLogMaxSize":"quantity","cpuCFSQuota":"bool","cpuCFSQuotaPeriod":"duration","cpuManagerPolicy":"enum:none|static","cpuManagerPolicyOptions":"map[string]string","enableDebuggingHandlers":"bool","evictionHard":"map[string]string","evictionMinimumReclaim":"map[string]string","imageGCHighThresholdPercent":"uint32","imageGCLowThresholdPercent":"uint32","maxParallelImagePulls":"int32","maxPods":"uint16","registryBurst":"int32","registryPullQPS":"int32","serializeImagePulls":"bool"},"label":"Kubernetes 1.32.8","name":"1.32.8","region":"fr-par"},{"available_admission_plugins":["AlwaysPullImages","PodNodeSelector","PodTolerationRestriction"],"available_cnis":["cilium","calico","kilo","none"],"available_container_runtimes":["containerd"],"available_feature_gates":["HPAScaleToZero","InPlacePodVerticalScaling","SidecarContainers","CPUManagerPolicyAlphaOptions","ImageVolume"],"available_kubelet_args":{"containerLogMaxFiles":"uint16","containerLogMaxSize":"quantity","cpuCFSQuota":"bool","cpuCFSQuotaPeriod":"duration","cpuManagerPolicy":"enum:none|static","cpuManagerPolicyOptions":"map[string]string","enableDebuggingHandlers":"bool","evictionHard":"map[string]string","evictionMinimumReclaim":"map[string]string","imageGCHighThresholdPercent":"uint32","imageGCLowThresholdPercent":"uint32","maxParallelImagePulls":"int32","maxPods":"uint16","registryBurst":"int32","registryPullQPS":"int32","serializeImagePulls":"bool"},"label":"Kubernetes 1.31.12","name":"1.31.12","region":"fr-par"},{"available_admission_plugins":["AlwaysPullImages","PodNodeSelector","PodTolerationRestriction"],"available_cnis":["cilium","calico","kilo","none"],"available_container_runtimes":["containerd"],"available_feature_gates":["HPAScaleToZero","SidecarContainers","InPlacePodVerticalScaling","CPUManagerPolicyAlphaOptions"],"available_kubelet_args":{"containerLogMaxFiles":"uint16","containerLogMaxSize":"quantity","cpuCFSQuota":"bool","cpuCFSQuotaPeriod":"duration","cpuManagerPolicy":"enum:none|static","cpuManagerPolicyOptions":"map[string]string","enableDebuggingHandlers":"bool","evictionHard":"map[string]string","evictionMinimumReclaim":"map[string]string","imageGCHighThresholdPercent":"uint32","imageGCLowThresholdPercent":"uint32","maxParallelImagePulls":"int32","maxPods":"uint16","registryBurst":"int32","registryPullQPS":"int32","serializeImagePulls":"bool"},"label":"Kubernetes 1.30.14","name":"1.30.14","region":"fr-par"}]}' - headers: - Content-Length: - - "4962" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 13:59:59 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 86d74ce7-cb47-455f-bb50-9d3e656b9b00 - status: 200 OK - code: 200 - duration: 154.315542ms - - id: 1 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 126 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: '{"name":"TestAccDataSourceCluster_Basic","project_id":"951df375-e094-4d26-97c1-ba548eeb9c42","tags":[],"enable_routing":false}' - form: {} - headers: - Content-Type: - - application/json - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/fr-par/vpcs - method: POST - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 428 - uncompressed: false - body: '{"created_at":"2025-09-30T14:00:00.589520Z","custom_routes_propagation_enabled":true,"id":"9b54ff81-5442-49b0-9c8a-fe5c739ea3e5","is_default":false,"name":"TestAccDataSourceCluster_Basic","organization_id":"951df375-e094-4d26-97c1-ba548eeb9c42","private_network_count":0,"project_id":"951df375-e094-4d26-97c1-ba548eeb9c42","region":"fr-par","routing_enabled":true,"tags":[],"updated_at":"2025-09-30T14:00:00.589520Z"}' - headers: - Content-Length: - - "428" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 14:00:00 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 94247924-e7f9-4ffb-a2ba-be14711b20d9 - status: 200 OK - code: 200 - duration: 76.915666ms - - id: 2 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/fr-par/vpcs/9b54ff81-5442-49b0-9c8a-fe5c739ea3e5 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 428 - uncompressed: false - body: '{"created_at":"2025-09-30T14:00:00.589520Z","custom_routes_propagation_enabled":true,"id":"9b54ff81-5442-49b0-9c8a-fe5c739ea3e5","is_default":false,"name":"TestAccDataSourceCluster_Basic","organization_id":"951df375-e094-4d26-97c1-ba548eeb9c42","private_network_count":0,"project_id":"951df375-e094-4d26-97c1-ba548eeb9c42","region":"fr-par","routing_enabled":true,"tags":[],"updated_at":"2025-09-30T14:00:00.589520Z"}' - headers: - Content-Length: - - "428" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 14:00:00 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 950ea678-9c8e-433d-bdcd-cbb1726490e1 - status: 200 OK - code: 200 - duration: 29.395167ms - - id: 3 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 202 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: '{"name":"test-data-source-cluster","project_id":"951df375-e094-4d26-97c1-ba548eeb9c42","tags":[],"subnets":null,"vpc_id":"9b54ff81-5442-49b0-9c8a-fe5c739ea3e5","default_route_propagation_enabled":false}' - form: {} - headers: - Content-Type: - - application/json - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks - method: POST - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1093 - uncompressed: false - body: '{"created_at":"2025-09-30T14:00:00.699398Z","default_route_propagation_enabled":false,"dhcp_enabled":true,"id":"de7796cb-5c2f-4bd2-b51a-5e0ee2fcf579","name":"test-data-source-cluster","organization_id":"951df375-e094-4d26-97c1-ba548eeb9c42","project_id":"951df375-e094-4d26-97c1-ba548eeb9c42","region":"fr-par","subnets":[{"created_at":"2025-09-30T14:00:00.699398Z","id":"8f670988-395d-4476-9b26-633a24b5b42e","private_network_id":"de7796cb-5c2f-4bd2-b51a-5e0ee2fcf579","project_id":"951df375-e094-4d26-97c1-ba548eeb9c42","subnet":"172.16.4.0/22","updated_at":"2025-09-30T14:00:00.699398Z","vpc_id":"9b54ff81-5442-49b0-9c8a-fe5c739ea3e5"},{"created_at":"2025-09-30T14:00:00.699398Z","id":"c944be7e-e197-456e-9388-7c4578610753","private_network_id":"de7796cb-5c2f-4bd2-b51a-5e0ee2fcf579","project_id":"951df375-e094-4d26-97c1-ba548eeb9c42","subnet":"fd49:821a:a311:f60c::/64","updated_at":"2025-09-30T14:00:00.699398Z","vpc_id":"9b54ff81-5442-49b0-9c8a-fe5c739ea3e5"}],"tags":[],"updated_at":"2025-09-30T14:00:00.699398Z","vpc_id":"9b54ff81-5442-49b0-9c8a-fe5c739ea3e5"}' - headers: - Content-Length: - - "1093" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 14:00:01 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - f84191fd-3141-412b-a590-2ac89258dea4 - status: 200 OK - code: 200 - duration: 670.759334ms - - id: 4 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks/de7796cb-5c2f-4bd2-b51a-5e0ee2fcf579 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1093 - uncompressed: false - body: '{"created_at":"2025-09-30T14:00:00.699398Z","default_route_propagation_enabled":false,"dhcp_enabled":true,"id":"de7796cb-5c2f-4bd2-b51a-5e0ee2fcf579","name":"test-data-source-cluster","organization_id":"951df375-e094-4d26-97c1-ba548eeb9c42","project_id":"951df375-e094-4d26-97c1-ba548eeb9c42","region":"fr-par","subnets":[{"created_at":"2025-09-30T14:00:00.699398Z","id":"8f670988-395d-4476-9b26-633a24b5b42e","private_network_id":"de7796cb-5c2f-4bd2-b51a-5e0ee2fcf579","project_id":"951df375-e094-4d26-97c1-ba548eeb9c42","subnet":"172.16.4.0/22","updated_at":"2025-09-30T14:00:00.699398Z","vpc_id":"9b54ff81-5442-49b0-9c8a-fe5c739ea3e5"},{"created_at":"2025-09-30T14:00:00.699398Z","id":"c944be7e-e197-456e-9388-7c4578610753","private_network_id":"de7796cb-5c2f-4bd2-b51a-5e0ee2fcf579","project_id":"951df375-e094-4d26-97c1-ba548eeb9c42","subnet":"fd49:821a:a311:f60c::/64","updated_at":"2025-09-30T14:00:00.699398Z","vpc_id":"9b54ff81-5442-49b0-9c8a-fe5c739ea3e5"}],"tags":[],"updated_at":"2025-09-30T14:00:00.699398Z","vpc_id":"9b54ff81-5442-49b0-9c8a-fe5c739ea3e5"}' - headers: - Content-Length: - - "1093" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 14:00:01 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 52dcce03-c658-4153-9552-6efe755307ad - status: 200 OK - code: 200 - duration: 46.249042ms - - id: 5 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 700 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: '{"project_id":"951df375-e094-4d26-97c1-ba548eeb9c42","type":"","name":"tf-cluster-basic","description":"","tags":["terraform-test","data_scaleway_k8s_cluster","basic"],"version":"1.34.1","cni":"cilium","pools":null,"autoscaler_config":{"scale_down_disabled":null,"scale_down_delay_after_add":null,"estimator":"unknown_estimator","expander":"unknown_expander","ignore_daemonsets_utilization":null,"balance_similar_node_groups":null,"expendable_pods_priority_cutoff":0,"scale_down_unneeded_time":null,"scale_down_utilization_threshold":null,"max_graceful_termination_sec":0},"feature_gates":[],"admission_plugins":[],"apiserver_cert_sans":[],"private_network_id":"de7796cb-5c2f-4bd2-b51a-5e0ee2fcf579"}' - form: {} - headers: - Content-Type: - - application/json - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters - method: POST - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1603 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://4397d484-905d-4744-a995-d137a28948a2.api.k8s.fr-par.scw.cloud:6443","cni":"cilium","commitment_ends_at":"2025-09-30T14:00:01.658465Z","created_at":"2025-09-30T14:00:01.658455Z","description":"","dns_wildcard":"*.4397d484-905d-4744-a995-d137a28948a2.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"","id":"4397d484-905d-4744-a995-d137a28948a2","name":"tf-cluster-basic","new_images_enabled":false,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"951df375-e094-4d26-97c1-ba548eeb9c42","pod_cidr":"100.64.0.0/15","private_network_id":"de7796cb-5c2f-4bd2-b51a-5e0ee2fcf579","project_id":"951df375-e094-4d26-97c1-ba548eeb9c42","region":"fr-par","service_cidr":"10.32.0.0/20","service_dns_ip":"10.32.0.10","status":"creating","tags":["terraform-test","data_scaleway_k8s_cluster","basic"],"type":"kapsule","updated_at":"2025-09-30T14:00:01.658456Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1603" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 14:00:01 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - a2557c0e-3a89-44be-8f2d-8e702c7cd514 - status: 200 OK - code: 200 - duration: 317.748791ms - - id: 6 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/4397d484-905d-4744-a995-d137a28948a2 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1567 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://4397d484-905d-4744-a995-d137a28948a2.api.k8s.fr-par.scw.cloud:6443","cni":"cilium","commitment_ends_at":"2025-09-30T14:00:01.658465Z","created_at":"2025-09-30T14:00:01.658455Z","description":"","dns_wildcard":"*.4397d484-905d-4744-a995-d137a28948a2.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"","id":"4397d484-905d-4744-a995-d137a28948a2","name":"tf-cluster-basic","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"951df375-e094-4d26-97c1-ba548eeb9c42","pod_cidr":"","private_network_id":"de7796cb-5c2f-4bd2-b51a-5e0ee2fcf579","project_id":"951df375-e094-4d26-97c1-ba548eeb9c42","region":"fr-par","service_cidr":"","service_dns_ip":"","status":"creating","tags":["terraform-test","data_scaleway_k8s_cluster","basic"],"type":"kapsule","updated_at":"2025-09-30T14:00:01.658456Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1567" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 14:00:01 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - f9e99f0d-d444-4637-81db-47e1fe05a104 - status: 200 OK - code: 200 - duration: 38.626833ms - - id: 7 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/4397d484-905d-4744-a995-d137a28948a2 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1608 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://4397d484-905d-4744-a995-d137a28948a2.api.k8s.fr-par.scw.cloud:6443","cni":"cilium","commitment_ends_at":"2025-09-30T14:00:01.658465Z","created_at":"2025-09-30T14:00:01.658455Z","description":"","dns_wildcard":"*.4397d484-905d-4744-a995-d137a28948a2.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"3a297926-cc4f-45b2-ab00-4fe540ac3383","id":"4397d484-905d-4744-a995-d137a28948a2","name":"tf-cluster-basic","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"951df375-e094-4d26-97c1-ba548eeb9c42","pod_cidr":"","private_network_id":"de7796cb-5c2f-4bd2-b51a-5e0ee2fcf579","project_id":"951df375-e094-4d26-97c1-ba548eeb9c42","region":"fr-par","service_cidr":"","service_dns_ip":"","status":"pool_required","tags":["terraform-test","data_scaleway_k8s_cluster","basic"],"type":"kapsule","updated_at":"2025-09-30T14:00:02.173707Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1608" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 14:00:06 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - d9698603-5ab0-4e19-a6cd-423849b1f22c - status: 200 OK - code: 200 - duration: 94.1585ms - - id: 8 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/4397d484-905d-4744-a995-d137a28948a2/pools?order_by=created_at_asc&page=1&status=unknown - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 29 - uncompressed: false - body: '{"pools":[],"total_count":0}' - headers: - Content-Length: - - "29" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 14:00:06 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 099cd72d-8058-48b9-a1bb-888abe0f9b5b - status: 200 OK - code: 200 - duration: 40.567667ms - - id: 9 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/4397d484-905d-4744-a995-d137a28948a2 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1608 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://4397d484-905d-4744-a995-d137a28948a2.api.k8s.fr-par.scw.cloud:6443","cni":"cilium","commitment_ends_at":"2025-09-30T14:00:01.658465Z","created_at":"2025-09-30T14:00:01.658455Z","description":"","dns_wildcard":"*.4397d484-905d-4744-a995-d137a28948a2.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"3a297926-cc4f-45b2-ab00-4fe540ac3383","id":"4397d484-905d-4744-a995-d137a28948a2","name":"tf-cluster-basic","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"951df375-e094-4d26-97c1-ba548eeb9c42","pod_cidr":"","private_network_id":"de7796cb-5c2f-4bd2-b51a-5e0ee2fcf579","project_id":"951df375-e094-4d26-97c1-ba548eeb9c42","region":"fr-par","service_cidr":"","service_dns_ip":"","status":"pool_required","tags":["terraform-test","data_scaleway_k8s_cluster","basic"],"type":"kapsule","updated_at":"2025-09-30T14:00:02.173707Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1608" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 14:00:06 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 8d06a0d4-9e7a-42f2-809e-758d7388c6aa - status: 200 OK - code: 200 - duration: 35.545959ms - - id: 10 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/4397d484-905d-4744-a995-d137a28948a2/kubeconfig - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1666 - uncompressed: false - body: '{"content":"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogInRmLWNsdXN0ZXItYmFzaWMiCiAgY2x1c3RlcjoKICAgIGNlcnRpZmljYXRlLWF1dGhvcml0eS1kYXRhOiBMUzB0TFMxQ1JVZEpUaUJEUlZKVVNVWkpRMEZVUlMwdExTMHRDazFKU1VKWGVrTkRRVkZIWjBGM1NVSkJaMGxDUVVSQlMwSm5aM0ZvYTJwUFVGRlJSRUZxUVZaTlVrMTNSVkZaUkZaUlVVUkZkM0J5WkZkS2JHTnROV3dLWkVkV2VrMUNORmhFVkVreFRVUnJlVTlVUlRCTlJFRjNUVlp2V0VSVVRURk5SR3Q1VDFSRk1FMUVRWGROVm05M1JsUkZWRTFDUlVkQk1WVkZRWGhOU3dwaE0xWnBXbGhLZFZwWVVteGpla0phVFVKTlIwSjVjVWRUVFRRNVFXZEZSME5EY1VkVFRUUTVRWGRGU0VFd1NVRkNUMEoxY2taM1EwZENaRkYxUW5BNUNtTndWRUZEU2xsSFYzRTJhRFJFVTBveVZrNDJXRWxuYkUwNFUyNVFTVzkwZDFwU09WRmlUR3R2UWpOVU1ETlZPSGRSWlU5SVdITlpSVVU1ZWpCMU1XNEtXSGhzYUhwUlpXcFJha0pCVFVFMFIwRXhWV1JFZDBWQ0wzZFJSVUYzU1VOd1JFRlFRbWRPVmtoU1RVSkJaamhGUWxSQlJFRlJTQzlOUWpCSFFURlZaQXBFWjFGWFFrSlVZVWQxWjNSYVprcEhUa1pTVDJsTWFXNU9PRlJDUnpaa1UwOXFRVXRDWjJkeGFHdHFUMUJSVVVSQlowNUpRVVJDUmtGcFFsQnBVRUp1Q2toeFR6RnZORlkyUW5veU5rZFROMmRzUjFRNE1HOHhkMHd4Wm5KTUt6TjFSeXRTTjNoblNXaEJTM0puUzBSM1ZFdDRMekZOTVZaM1FWVlhkakJITjNJS2JVZFNiRGhMWlRWMFZIbG5iVEJaTnpSYVF6TUtMUzB0TFMxRlRrUWdRMFZTVkVsR1NVTkJWRVV0TFMwdExRbz0KICAgIHNlcnZlcjogaHR0cHM6Ly80Mzk3ZDQ4NC05MDVkLTQ3NDQtYTk5NS1kMTM3YTI4OTQ4YTIuYXBpLms4cy5mci1wYXIuc2N3LmNsb3VkOjY0NDMKY29udGV4dHM6Ci0gbmFtZTogYWRtaW5AdGYtY2x1c3Rlci1iYXNpYwogIGNvbnRleHQ6CiAgICBjbHVzdGVyOiAidGYtY2x1c3Rlci1iYXNpYyIKICAgIHVzZXI6IHRmLWNsdXN0ZXItYmFzaWMtYWRtaW4KY3VycmVudC1jb250ZXh0OiBhZG1pbkB0Zi1jbHVzdGVyLWJhc2ljCmtpbmQ6IENvbmZpZwpwcmVmZXJlbmNlczoge30KdXNlcnM6Ci0gbmFtZTogdGYtY2x1c3Rlci1iYXNpYy1hZG1pbgogIHVzZXI6CiAgICB0b2tlbjogY1FySkpweTRDQXRtZkJ4aTZ1bDJXMmFwN0d4MlVFUzRJOU4zbGFaNHVHaFRyU000VU83QW1TcmE=","content_type":"application/octet-stream","name":"kubeconfig"}' - headers: - Content-Length: - - "1666" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 14:00:06 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 65012696-7c47-4f49-b94a-a6bfa68d425f - status: 200 OK - code: 200 - duration: 46.698208ms - - id: 11 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/4397d484-905d-4744-a995-d137a28948a2 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1608 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://4397d484-905d-4744-a995-d137a28948a2.api.k8s.fr-par.scw.cloud:6443","cni":"cilium","commitment_ends_at":"2025-09-30T14:00:01.658465Z","created_at":"2025-09-30T14:00:01.658455Z","description":"","dns_wildcard":"*.4397d484-905d-4744-a995-d137a28948a2.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"3a297926-cc4f-45b2-ab00-4fe540ac3383","id":"4397d484-905d-4744-a995-d137a28948a2","name":"tf-cluster-basic","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"951df375-e094-4d26-97c1-ba548eeb9c42","pod_cidr":"","private_network_id":"de7796cb-5c2f-4bd2-b51a-5e0ee2fcf579","project_id":"951df375-e094-4d26-97c1-ba548eeb9c42","region":"fr-par","service_cidr":"","service_dns_ip":"","status":"pool_required","tags":["terraform-test","data_scaleway_k8s_cluster","basic"],"type":"kapsule","updated_at":"2025-09-30T14:00:02.173707Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1608" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 14:00:07 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - beb9f404-fa35-44d8-bc6e-2f68fb27b1c2 - status: 200 OK - code: 200 - duration: 41.219083ms - - id: 12 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters?name=tf-cluster-basic&order_by=created_at_asc&status=unknown - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1640 - uncompressed: false - body: '{"clusters":[{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://4397d484-905d-4744-a995-d137a28948a2.api.k8s.fr-par.scw.cloud:6443","cni":"cilium","commitment_ends_at":"2025-09-30T14:00:01.658465Z","created_at":"2025-09-30T14:00:01.658455Z","description":"","dns_wildcard":"*.4397d484-905d-4744-a995-d137a28948a2.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"3a297926-cc4f-45b2-ab00-4fe540ac3383","id":"4397d484-905d-4744-a995-d137a28948a2","name":"tf-cluster-basic","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"951df375-e094-4d26-97c1-ba548eeb9c42","pod_cidr":"","private_network_id":"de7796cb-5c2f-4bd2-b51a-5e0ee2fcf579","project_id":"951df375-e094-4d26-97c1-ba548eeb9c42","region":"fr-par","service_cidr":"","service_dns_ip":"","status":"pool_required","tags":["terraform-test","data_scaleway_k8s_cluster","basic"],"type":"kapsule","updated_at":"2025-09-30T14:00:02.173707Z","upgrade_available":false,"version":"1.34.1"}],"total_count":1}' - headers: - Content-Length: - - "1640" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 14:00:07 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 9313e3e4-44c0-4f46-bcd4-96f5e4c7d965 - status: 200 OK - code: 200 - duration: 44.068375ms - - id: 13 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/4397d484-905d-4744-a995-d137a28948a2 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1608 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://4397d484-905d-4744-a995-d137a28948a2.api.k8s.fr-par.scw.cloud:6443","cni":"cilium","commitment_ends_at":"2025-09-30T14:00:01.658465Z","created_at":"2025-09-30T14:00:01.658455Z","description":"","dns_wildcard":"*.4397d484-905d-4744-a995-d137a28948a2.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"3a297926-cc4f-45b2-ab00-4fe540ac3383","id":"4397d484-905d-4744-a995-d137a28948a2","name":"tf-cluster-basic","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"951df375-e094-4d26-97c1-ba548eeb9c42","pod_cidr":"","private_network_id":"de7796cb-5c2f-4bd2-b51a-5e0ee2fcf579","project_id":"951df375-e094-4d26-97c1-ba548eeb9c42","region":"fr-par","service_cidr":"","service_dns_ip":"","status":"pool_required","tags":["terraform-test","data_scaleway_k8s_cluster","basic"],"type":"kapsule","updated_at":"2025-09-30T14:00:02.173707Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1608" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 14:00:07 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - ebf9f3fc-d024-4804-92f1-d5b8f0382806 - status: 200 OK - code: 200 - duration: 48.36375ms - - id: 14 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/4397d484-905d-4744-a995-d137a28948a2/kubeconfig - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1666 - uncompressed: false - body: '{"content":"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogInRmLWNsdXN0ZXItYmFzaWMiCiAgY2x1c3RlcjoKICAgIGNlcnRpZmljYXRlLWF1dGhvcml0eS1kYXRhOiBMUzB0TFMxQ1JVZEpUaUJEUlZKVVNVWkpRMEZVUlMwdExTMHRDazFKU1VKWGVrTkRRVkZIWjBGM1NVSkJaMGxDUVVSQlMwSm5aM0ZvYTJwUFVGRlJSRUZxUVZaTlVrMTNSVkZaUkZaUlVVUkZkM0J5WkZkS2JHTnROV3dLWkVkV2VrMUNORmhFVkVreFRVUnJlVTlVUlRCTlJFRjNUVlp2V0VSVVRURk5SR3Q1VDFSRk1FMUVRWGROVm05M1JsUkZWRTFDUlVkQk1WVkZRWGhOU3dwaE0xWnBXbGhLZFZwWVVteGpla0phVFVKTlIwSjVjVWRUVFRRNVFXZEZSME5EY1VkVFRUUTVRWGRGU0VFd1NVRkNUMEoxY2taM1EwZENaRkYxUW5BNUNtTndWRUZEU2xsSFYzRTJhRFJFVTBveVZrNDJXRWxuYkUwNFUyNVFTVzkwZDFwU09WRmlUR3R2UWpOVU1ETlZPSGRSWlU5SVdITlpSVVU1ZWpCMU1XNEtXSGhzYUhwUlpXcFJha0pCVFVFMFIwRXhWV1JFZDBWQ0wzZFJSVUYzU1VOd1JFRlFRbWRPVmtoU1RVSkJaamhGUWxSQlJFRlJTQzlOUWpCSFFURlZaQXBFWjFGWFFrSlVZVWQxWjNSYVprcEhUa1pTVDJsTWFXNU9PRlJDUnpaa1UwOXFRVXRDWjJkeGFHdHFUMUJSVVVSQlowNUpRVVJDUmtGcFFsQnBVRUp1Q2toeFR6RnZORlkyUW5veU5rZFROMmRzUjFRNE1HOHhkMHd4Wm5KTUt6TjFSeXRTTjNoblNXaEJTM0puUzBSM1ZFdDRMekZOTVZaM1FWVlhkakJITjNJS2JVZFNiRGhMWlRWMFZIbG5iVEJaTnpSYVF6TUtMUzB0TFMxRlRrUWdRMFZTVkVsR1NVTkJWRVV0TFMwdExRbz0KICAgIHNlcnZlcjogaHR0cHM6Ly80Mzk3ZDQ4NC05MDVkLTQ3NDQtYTk5NS1kMTM3YTI4OTQ4YTIuYXBpLms4cy5mci1wYXIuc2N3LmNsb3VkOjY0NDMKY29udGV4dHM6Ci0gbmFtZTogYWRtaW5AdGYtY2x1c3Rlci1iYXNpYwogIGNvbnRleHQ6CiAgICBjbHVzdGVyOiAidGYtY2x1c3Rlci1iYXNpYyIKICAgIHVzZXI6IHRmLWNsdXN0ZXItYmFzaWMtYWRtaW4KY3VycmVudC1jb250ZXh0OiBhZG1pbkB0Zi1jbHVzdGVyLWJhc2ljCmtpbmQ6IENvbmZpZwpwcmVmZXJlbmNlczoge30KdXNlcnM6Ci0gbmFtZTogdGYtY2x1c3Rlci1iYXNpYy1hZG1pbgogIHVzZXI6CiAgICB0b2tlbjogY1FySkpweTRDQXRtZkJ4aTZ1bDJXMmFwN0d4MlVFUzRJOU4zbGFaNHVHaFRyU000VU83QW1TcmE=","content_type":"application/octet-stream","name":"kubeconfig"}' - headers: - Content-Length: - - "1666" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 14:00:07 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - d2c522c8-8e5d-485a-b1bd-ec6303bebdba - status: 200 OK - code: 200 - duration: 39.592834ms - - id: 15 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/4397d484-905d-4744-a995-d137a28948a2 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1608 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://4397d484-905d-4744-a995-d137a28948a2.api.k8s.fr-par.scw.cloud:6443","cni":"cilium","commitment_ends_at":"2025-09-30T14:00:01.658465Z","created_at":"2025-09-30T14:00:01.658455Z","description":"","dns_wildcard":"*.4397d484-905d-4744-a995-d137a28948a2.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"3a297926-cc4f-45b2-ab00-4fe540ac3383","id":"4397d484-905d-4744-a995-d137a28948a2","name":"tf-cluster-basic","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"951df375-e094-4d26-97c1-ba548eeb9c42","pod_cidr":"","private_network_id":"de7796cb-5c2f-4bd2-b51a-5e0ee2fcf579","project_id":"951df375-e094-4d26-97c1-ba548eeb9c42","region":"fr-par","service_cidr":"","service_dns_ip":"","status":"pool_required","tags":["terraform-test","data_scaleway_k8s_cluster","basic"],"type":"kapsule","updated_at":"2025-09-30T14:00:02.173707Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1608" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 14:00:07 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 93dfa899-fe73-428d-846f-1ec3996ff099 - status: 200 OK - code: 200 - duration: 45.615917ms - - id: 16 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/4397d484-905d-4744-a995-d137a28948a2/kubeconfig - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1666 - uncompressed: false - body: '{"content":"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogInRmLWNsdXN0ZXItYmFzaWMiCiAgY2x1c3RlcjoKICAgIGNlcnRpZmljYXRlLWF1dGhvcml0eS1kYXRhOiBMUzB0TFMxQ1JVZEpUaUJEUlZKVVNVWkpRMEZVUlMwdExTMHRDazFKU1VKWGVrTkRRVkZIWjBGM1NVSkJaMGxDUVVSQlMwSm5aM0ZvYTJwUFVGRlJSRUZxUVZaTlVrMTNSVkZaUkZaUlVVUkZkM0J5WkZkS2JHTnROV3dLWkVkV2VrMUNORmhFVkVreFRVUnJlVTlVUlRCTlJFRjNUVlp2V0VSVVRURk5SR3Q1VDFSRk1FMUVRWGROVm05M1JsUkZWRTFDUlVkQk1WVkZRWGhOU3dwaE0xWnBXbGhLZFZwWVVteGpla0phVFVKTlIwSjVjVWRUVFRRNVFXZEZSME5EY1VkVFRUUTVRWGRGU0VFd1NVRkNUMEoxY2taM1EwZENaRkYxUW5BNUNtTndWRUZEU2xsSFYzRTJhRFJFVTBveVZrNDJXRWxuYkUwNFUyNVFTVzkwZDFwU09WRmlUR3R2UWpOVU1ETlZPSGRSWlU5SVdITlpSVVU1ZWpCMU1XNEtXSGhzYUhwUlpXcFJha0pCVFVFMFIwRXhWV1JFZDBWQ0wzZFJSVUYzU1VOd1JFRlFRbWRPVmtoU1RVSkJaamhGUWxSQlJFRlJTQzlOUWpCSFFURlZaQXBFWjFGWFFrSlVZVWQxWjNSYVprcEhUa1pTVDJsTWFXNU9PRlJDUnpaa1UwOXFRVXRDWjJkeGFHdHFUMUJSVVVSQlowNUpRVVJDUmtGcFFsQnBVRUp1Q2toeFR6RnZORlkyUW5veU5rZFROMmRzUjFRNE1HOHhkMHd4Wm5KTUt6TjFSeXRTTjNoblNXaEJTM0puUzBSM1ZFdDRMekZOTVZaM1FWVlhkakJITjNJS2JVZFNiRGhMWlRWMFZIbG5iVEJaTnpSYVF6TUtMUzB0TFMxRlRrUWdRMFZTVkVsR1NVTkJWRVV0TFMwdExRbz0KICAgIHNlcnZlcjogaHR0cHM6Ly80Mzk3ZDQ4NC05MDVkLTQ3NDQtYTk5NS1kMTM3YTI4OTQ4YTIuYXBpLms4cy5mci1wYXIuc2N3LmNsb3VkOjY0NDMKY29udGV4dHM6Ci0gbmFtZTogYWRtaW5AdGYtY2x1c3Rlci1iYXNpYwogIGNvbnRleHQ6CiAgICBjbHVzdGVyOiAidGYtY2x1c3Rlci1iYXNpYyIKICAgIHVzZXI6IHRmLWNsdXN0ZXItYmFzaWMtYWRtaW4KY3VycmVudC1jb250ZXh0OiBhZG1pbkB0Zi1jbHVzdGVyLWJhc2ljCmtpbmQ6IENvbmZpZwpwcmVmZXJlbmNlczoge30KdXNlcnM6Ci0gbmFtZTogdGYtY2x1c3Rlci1iYXNpYy1hZG1pbgogIHVzZXI6CiAgICB0b2tlbjogY1FySkpweTRDQXRtZkJ4aTZ1bDJXMmFwN0d4MlVFUzRJOU4zbGFaNHVHaFRyU000VU83QW1TcmE=","content_type":"application/octet-stream","name":"kubeconfig"}' - headers: - Content-Length: - - "1666" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 14:00:07 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - b8bc6b18-ad99-4a15-9590-6ebc8a50c750 - status: 200 OK - code: 200 - duration: 36.850083ms - - id: 17 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 261 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: '{"name":"default","node_type":"pro2_xxs","autoscaling":true,"size":1,"min_size":1,"max_size":1,"container_runtime":"containerd","autohealing":true,"tags":[],"kubelet_args":{},"zone":"fr-par-1","root_volume_type":"default_volume_type","public_ip_disabled":false}' - form: {} - headers: - Content-Type: - - application/json - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/4397d484-905d-4744-a995-d137a28948a2/pools - method: POST - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 706 - uncompressed: false - body: '{"autohealing":true,"autoscaling":true,"cluster_id":"4397d484-905d-4744-a995-d137a28948a2","container_runtime":"containerd","created_at":"2025-09-30T14:00:07.089589Z","id":"c137fd10-844e-4f8e-a1d0-81a227912373","kubelet_args":{},"max_size":1,"min_size":1,"name":"default","new_images_enabled":true,"node_type":"pro2_xxs","placement_group_id":null,"public_ip_disabled":false,"region":"fr-par","root_volume_size":20000000000,"root_volume_type":"sbs_5k","security_group_id":"9c112286-dc28-4a93-b195-5410396ef0a0","size":1,"status":"scaling","tags":[],"updated_at":"2025-09-30T14:00:07.089589Z","upgrade_policy":{"max_surge":0,"max_unavailable":1},"version":"1.34.1","zone":"fr-par-1"}' - headers: - Content-Length: - - "706" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 14:00:07 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 40bef700-1657-413c-a8f9-1b08093d13f4 - status: 200 OK - code: 200 - duration: 227.519792ms - - id: 18 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/c137fd10-844e-4f8e-a1d0-81a227912373 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 706 - uncompressed: false - body: '{"autohealing":true,"autoscaling":true,"cluster_id":"4397d484-905d-4744-a995-d137a28948a2","container_runtime":"containerd","created_at":"2025-09-30T14:00:07.089589Z","id":"c137fd10-844e-4f8e-a1d0-81a227912373","kubelet_args":{},"max_size":1,"min_size":1,"name":"default","new_images_enabled":true,"node_type":"pro2_xxs","placement_group_id":null,"public_ip_disabled":false,"region":"fr-par","root_volume_size":20000000000,"root_volume_type":"sbs_5k","security_group_id":"9c112286-dc28-4a93-b195-5410396ef0a0","size":1,"status":"scaling","tags":[],"updated_at":"2025-09-30T14:00:07.089589Z","upgrade_policy":{"max_surge":0,"max_unavailable":1},"version":"1.34.1","zone":"fr-par-1"}' - headers: - Content-Length: - - "706" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 14:00:07 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - b8fe8aa6-f36f-42f7-9a1a-620ed41e0064 - status: 200 OK - code: 200 - duration: 39.894792ms - - id: 19 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/c137fd10-844e-4f8e-a1d0-81a227912373 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 704 - uncompressed: false - body: '{"autohealing":true,"autoscaling":true,"cluster_id":"4397d484-905d-4744-a995-d137a28948a2","container_runtime":"containerd","created_at":"2025-09-30T14:00:07.089589Z","id":"c137fd10-844e-4f8e-a1d0-81a227912373","kubelet_args":{},"max_size":1,"min_size":1,"name":"default","new_images_enabled":true,"node_type":"pro2_xxs","placement_group_id":null,"public_ip_disabled":false,"region":"fr-par","root_volume_size":20000000000,"root_volume_type":"sbs_5k","security_group_id":"9c112286-dc28-4a93-b195-5410396ef0a0","size":1,"status":"ready","tags":[],"updated_at":"2025-09-30T14:04:23.336001Z","upgrade_policy":{"max_surge":0,"max_unavailable":1},"version":"1.34.1","zone":"fr-par-1"}' - headers: - Content-Length: - - "704" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 14:04:25 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 4b00a650-f5ed-4709-986e-38c07ea4edb4 - status: 200 OK - code: 200 - duration: 47.096375ms - - id: 20 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/4397d484-905d-4744-a995-d137a28948a2 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1600 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://4397d484-905d-4744-a995-d137a28948a2.api.k8s.fr-par.scw.cloud:6443","cni":"cilium","commitment_ends_at":"2025-09-30T14:00:01.658465Z","created_at":"2025-09-30T14:00:01.658455Z","description":"","dns_wildcard":"*.4397d484-905d-4744-a995-d137a28948a2.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"3a297926-cc4f-45b2-ab00-4fe540ac3383","id":"4397d484-905d-4744-a995-d137a28948a2","name":"tf-cluster-basic","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"951df375-e094-4d26-97c1-ba548eeb9c42","pod_cidr":"","private_network_id":"de7796cb-5c2f-4bd2-b51a-5e0ee2fcf579","project_id":"951df375-e094-4d26-97c1-ba548eeb9c42","region":"fr-par","service_cidr":"","service_dns_ip":"","status":"ready","tags":["terraform-test","data_scaleway_k8s_cluster","basic"],"type":"kapsule","updated_at":"2025-09-30T14:01:33.382835Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1600" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 14:04:25 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 13206b06-890d-48c2-8f0f-aafefbf77cce - status: 200 OK - code: 200 - duration: 63.730875ms - - id: 21 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/c137fd10-844e-4f8e-a1d0-81a227912373 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 704 - uncompressed: false - body: '{"autohealing":true,"autoscaling":true,"cluster_id":"4397d484-905d-4744-a995-d137a28948a2","container_runtime":"containerd","created_at":"2025-09-30T14:00:07.089589Z","id":"c137fd10-844e-4f8e-a1d0-81a227912373","kubelet_args":{},"max_size":1,"min_size":1,"name":"default","new_images_enabled":true,"node_type":"pro2_xxs","placement_group_id":null,"public_ip_disabled":false,"region":"fr-par","root_volume_size":20000000000,"root_volume_type":"sbs_5k","security_group_id":"9c112286-dc28-4a93-b195-5410396ef0a0","size":1,"status":"ready","tags":[],"updated_at":"2025-09-30T14:04:23.336001Z","upgrade_policy":{"max_surge":0,"max_unavailable":1},"version":"1.34.1","zone":"fr-par-1"}' - headers: - Content-Length: - - "704" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 14:04:25 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 25dac07e-8d16-4a74-be5c-8d737bc9586a - status: 200 OK - code: 200 - duration: 40.030583ms - - id: 22 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/4397d484-905d-4744-a995-d137a28948a2/nodes?order_by=created_at_asc&page=1&pool_id=c137fd10-844e-4f8e-a1d0-81a227912373&status=unknown - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 620 - uncompressed: false - body: '{"nodes":[{"cluster_id":"4397d484-905d-4744-a995-d137a28948a2","conditions":{"DiskPressure":"False","MemoryPressure":"False","PIDPressure":"False","Ready":"True"},"created_at":"2025-09-30T14:03:13.320895Z","error_message":"","id":"3ed8ca9b-65f7-4e13-b35c-074838bf0c82","name":"scw-tf-cluster-basic-default-3ed8ca9b65f74e13b","pool_id":"c137fd10-844e-4f8e-a1d0-81a227912373","provider_id":"scaleway://instance/fr-par-1/54da6d5f-8e0d-49e9-94a3-f27092bd5e86","public_ip_v4":"163.172.166.45","public_ip_v6":null,"region":"fr-par","status":"ready","updated_at":"2025-09-30T14:04:23.324582Z"}],"total_count":1}' - headers: - Content-Length: - - "620" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 14:04:25 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - d67b752a-4d4e-48d1-a77f-f38488b13e84 - status: 200 OK - code: 200 - duration: 46.755334ms - - id: 23 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/4397d484-905d-4744-a995-d137a28948a2 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1600 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://4397d484-905d-4744-a995-d137a28948a2.api.k8s.fr-par.scw.cloud:6443","cni":"cilium","commitment_ends_at":"2025-09-30T14:00:01.658465Z","created_at":"2025-09-30T14:00:01.658455Z","description":"","dns_wildcard":"*.4397d484-905d-4744-a995-d137a28948a2.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"3a297926-cc4f-45b2-ab00-4fe540ac3383","id":"4397d484-905d-4744-a995-d137a28948a2","name":"tf-cluster-basic","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"951df375-e094-4d26-97c1-ba548eeb9c42","pod_cidr":"","private_network_id":"de7796cb-5c2f-4bd2-b51a-5e0ee2fcf579","project_id":"951df375-e094-4d26-97c1-ba548eeb9c42","region":"fr-par","service_cidr":"","service_dns_ip":"","status":"ready","tags":["terraform-test","data_scaleway_k8s_cluster","basic"],"type":"kapsule","updated_at":"2025-09-30T14:01:33.382835Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1600" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 14:04:25 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 3c95c026-3e1e-4979-9198-e20723197e10 - status: 200 OK - code: 200 - duration: 39.104ms - - id: 24 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/ipam/v1/regions/fr-par/ips?order_by=created_at_desc&project_id=951df375-e094-4d26-97c1-ba548eeb9c42&resource_name=scw-tf-cluster-basic-default-3ed8ca9b65f74e13b&resource_type=unknown_type - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1121 - uncompressed: false - body: '{"ips":[{"address":"fd49:821a:a311:f60c:f674:8100:793d:5f42/64","created_at":"2025-09-30T14:03:16.871758Z","id":"e0d007ae-26b1-40ec-a179-b54960b6115c","is_ipv6":true,"project_id":"951df375-e094-4d26-97c1-ba548eeb9c42","region":"fr-par","resource":{"id":"5ddc18c0-c06f-4003-b0de-f618de0debbe","mac_address":"02:00:00:11:04:29","name":"scw-tf-cluster-basic-default-3ed8ca9b65f74e13b","type":"instance_private_nic"},"reverses":[],"source":{"subnet_id":"c944be7e-e197-456e-9388-7c4578610753"},"tags":[],"updated_at":"2025-09-30T14:03:16.871758Z","zone":null},{"address":"172.16.4.3/22","created_at":"2025-09-30T14:03:16.751366Z","id":"fba25b56-f503-4e35-a92c-e4b543aab8f4","is_ipv6":false,"project_id":"951df375-e094-4d26-97c1-ba548eeb9c42","region":"fr-par","resource":{"id":"5ddc18c0-c06f-4003-b0de-f618de0debbe","mac_address":"02:00:00:11:04:29","name":"scw-tf-cluster-basic-default-3ed8ca9b65f74e13b","type":"instance_private_nic"},"reverses":[],"source":{"subnet_id":"8f670988-395d-4476-9b26-633a24b5b42e"},"tags":[],"updated_at":"2025-09-30T14:03:16.751366Z","zone":null}],"total_count":2}' - headers: - Content-Length: - - "1121" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 14:04:25 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 52669538-3c98-492e-b6f8-cd2872663ee4 - status: 200 OK - code: 200 - duration: 48.588208ms - - id: 25 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/4397d484-905d-4744-a995-d137a28948a2 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1600 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://4397d484-905d-4744-a995-d137a28948a2.api.k8s.fr-par.scw.cloud:6443","cni":"cilium","commitment_ends_at":"2025-09-30T14:00:01.658465Z","created_at":"2025-09-30T14:00:01.658455Z","description":"","dns_wildcard":"*.4397d484-905d-4744-a995-d137a28948a2.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"3a297926-cc4f-45b2-ab00-4fe540ac3383","id":"4397d484-905d-4744-a995-d137a28948a2","name":"tf-cluster-basic","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"951df375-e094-4d26-97c1-ba548eeb9c42","pod_cidr":"","private_network_id":"de7796cb-5c2f-4bd2-b51a-5e0ee2fcf579","project_id":"951df375-e094-4d26-97c1-ba548eeb9c42","region":"fr-par","service_cidr":"","service_dns_ip":"","status":"ready","tags":["terraform-test","data_scaleway_k8s_cluster","basic"],"type":"kapsule","updated_at":"2025-09-30T14:01:33.382835Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1600" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 14:04:25 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 26e43f97-afd8-41ad-9e40-728df0b11a7a - status: 200 OK - code: 200 - duration: 51.4665ms - - id: 26 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/4397d484-905d-4744-a995-d137a28948a2 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1600 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://4397d484-905d-4744-a995-d137a28948a2.api.k8s.fr-par.scw.cloud:6443","cni":"cilium","commitment_ends_at":"2025-09-30T14:00:01.658465Z","created_at":"2025-09-30T14:00:01.658455Z","description":"","dns_wildcard":"*.4397d484-905d-4744-a995-d137a28948a2.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"3a297926-cc4f-45b2-ab00-4fe540ac3383","id":"4397d484-905d-4744-a995-d137a28948a2","name":"tf-cluster-basic","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"951df375-e094-4d26-97c1-ba548eeb9c42","pod_cidr":"","private_network_id":"de7796cb-5c2f-4bd2-b51a-5e0ee2fcf579","project_id":"951df375-e094-4d26-97c1-ba548eeb9c42","region":"fr-par","service_cidr":"","service_dns_ip":"","status":"ready","tags":["terraform-test","data_scaleway_k8s_cluster","basic"],"type":"kapsule","updated_at":"2025-09-30T14:01:33.382835Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1600" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 14:04:25 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - c2c711c3-b766-4712-ad74-edd156c84a33 - status: 200 OK - code: 200 - duration: 38.607333ms - - id: 27 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/4397d484-905d-4744-a995-d137a28948a2 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1600 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://4397d484-905d-4744-a995-d137a28948a2.api.k8s.fr-par.scw.cloud:6443","cni":"cilium","commitment_ends_at":"2025-09-30T14:00:01.658465Z","created_at":"2025-09-30T14:00:01.658455Z","description":"","dns_wildcard":"*.4397d484-905d-4744-a995-d137a28948a2.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"3a297926-cc4f-45b2-ab00-4fe540ac3383","id":"4397d484-905d-4744-a995-d137a28948a2","name":"tf-cluster-basic","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"951df375-e094-4d26-97c1-ba548eeb9c42","pod_cidr":"","private_network_id":"de7796cb-5c2f-4bd2-b51a-5e0ee2fcf579","project_id":"951df375-e094-4d26-97c1-ba548eeb9c42","region":"fr-par","service_cidr":"","service_dns_ip":"","status":"ready","tags":["terraform-test","data_scaleway_k8s_cluster","basic"],"type":"kapsule","updated_at":"2025-09-30T14:01:33.382835Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1600" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 14:04:25 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 02ae7853-ad00-4baf-84e6-3e15fd489b95 - status: 200 OK - code: 200 - duration: 40.807916ms - - id: 28 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters?name=tf-cluster-basic&order_by=created_at_asc&status=unknown - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1632 - uncompressed: false - body: '{"clusters":[{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://4397d484-905d-4744-a995-d137a28948a2.api.k8s.fr-par.scw.cloud:6443","cni":"cilium","commitment_ends_at":"2025-09-30T14:00:01.658465Z","created_at":"2025-09-30T14:00:01.658455Z","description":"","dns_wildcard":"*.4397d484-905d-4744-a995-d137a28948a2.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"3a297926-cc4f-45b2-ab00-4fe540ac3383","id":"4397d484-905d-4744-a995-d137a28948a2","name":"tf-cluster-basic","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"951df375-e094-4d26-97c1-ba548eeb9c42","pod_cidr":"","private_network_id":"de7796cb-5c2f-4bd2-b51a-5e0ee2fcf579","project_id":"951df375-e094-4d26-97c1-ba548eeb9c42","region":"fr-par","service_cidr":"","service_dns_ip":"","status":"ready","tags":["terraform-test","data_scaleway_k8s_cluster","basic"],"type":"kapsule","updated_at":"2025-09-30T14:01:33.382835Z","upgrade_available":false,"version":"1.34.1"}],"total_count":1}' - headers: - Content-Length: - - "1632" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 14:04:25 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 8acdf837-7255-4a95-8cf5-3bac6237e71e - status: 200 OK - code: 200 - duration: 52.674041ms - - id: 29 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/4397d484-905d-4744-a995-d137a28948a2/kubeconfig - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1666 - uncompressed: false - body: '{"content":"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogInRmLWNsdXN0ZXItYmFzaWMiCiAgY2x1c3RlcjoKICAgIGNlcnRpZmljYXRlLWF1dGhvcml0eS1kYXRhOiBMUzB0TFMxQ1JVZEpUaUJEUlZKVVNVWkpRMEZVUlMwdExTMHRDazFKU1VKWGVrTkRRVkZIWjBGM1NVSkJaMGxDUVVSQlMwSm5aM0ZvYTJwUFVGRlJSRUZxUVZaTlVrMTNSVkZaUkZaUlVVUkZkM0J5WkZkS2JHTnROV3dLWkVkV2VrMUNORmhFVkVreFRVUnJlVTlVUlRCTlJFRjNUVlp2V0VSVVRURk5SR3Q1VDFSRk1FMUVRWGROVm05M1JsUkZWRTFDUlVkQk1WVkZRWGhOU3dwaE0xWnBXbGhLZFZwWVVteGpla0phVFVKTlIwSjVjVWRUVFRRNVFXZEZSME5EY1VkVFRUUTVRWGRGU0VFd1NVRkNUMEoxY2taM1EwZENaRkYxUW5BNUNtTndWRUZEU2xsSFYzRTJhRFJFVTBveVZrNDJXRWxuYkUwNFUyNVFTVzkwZDFwU09WRmlUR3R2UWpOVU1ETlZPSGRSWlU5SVdITlpSVVU1ZWpCMU1XNEtXSGhzYUhwUlpXcFJha0pCVFVFMFIwRXhWV1JFZDBWQ0wzZFJSVUYzU1VOd1JFRlFRbWRPVmtoU1RVSkJaamhGUWxSQlJFRlJTQzlOUWpCSFFURlZaQXBFWjFGWFFrSlVZVWQxWjNSYVprcEhUa1pTVDJsTWFXNU9PRlJDUnpaa1UwOXFRVXRDWjJkeGFHdHFUMUJSVVVSQlowNUpRVVJDUmtGcFFsQnBVRUp1Q2toeFR6RnZORlkyUW5veU5rZFROMmRzUjFRNE1HOHhkMHd4Wm5KTUt6TjFSeXRTTjNoblNXaEJTM0puUzBSM1ZFdDRMekZOTVZaM1FWVlhkakJITjNJS2JVZFNiRGhMWlRWMFZIbG5iVEJaTnpSYVF6TUtMUzB0TFMxRlRrUWdRMFZTVkVsR1NVTkJWRVV0TFMwdExRbz0KICAgIHNlcnZlcjogaHR0cHM6Ly80Mzk3ZDQ4NC05MDVkLTQ3NDQtYTk5NS1kMTM3YTI4OTQ4YTIuYXBpLms4cy5mci1wYXIuc2N3LmNsb3VkOjY0NDMKY29udGV4dHM6Ci0gbmFtZTogYWRtaW5AdGYtY2x1c3Rlci1iYXNpYwogIGNvbnRleHQ6CiAgICBjbHVzdGVyOiAidGYtY2x1c3Rlci1iYXNpYyIKICAgIHVzZXI6IHRmLWNsdXN0ZXItYmFzaWMtYWRtaW4KY3VycmVudC1jb250ZXh0OiBhZG1pbkB0Zi1jbHVzdGVyLWJhc2ljCmtpbmQ6IENvbmZpZwpwcmVmZXJlbmNlczoge30KdXNlcnM6Ci0gbmFtZTogdGYtY2x1c3Rlci1iYXNpYy1hZG1pbgogIHVzZXI6CiAgICB0b2tlbjogY1FySkpweTRDQXRtZkJ4aTZ1bDJXMmFwN0d4MlVFUzRJOU4zbGFaNHVHaFRyU000VU83QW1TcmE=","content_type":"application/octet-stream","name":"kubeconfig"}' - headers: - Content-Length: - - "1666" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 14:04:25 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 912d894b-a1cf-4235-81aa-117808808717 - status: 200 OK - code: 200 - duration: 36.496166ms - - id: 30 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/4397d484-905d-4744-a995-d137a28948a2 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1600 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://4397d484-905d-4744-a995-d137a28948a2.api.k8s.fr-par.scw.cloud:6443","cni":"cilium","commitment_ends_at":"2025-09-30T14:00:01.658465Z","created_at":"2025-09-30T14:00:01.658455Z","description":"","dns_wildcard":"*.4397d484-905d-4744-a995-d137a28948a2.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"3a297926-cc4f-45b2-ab00-4fe540ac3383","id":"4397d484-905d-4744-a995-d137a28948a2","name":"tf-cluster-basic","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"951df375-e094-4d26-97c1-ba548eeb9c42","pod_cidr":"","private_network_id":"de7796cb-5c2f-4bd2-b51a-5e0ee2fcf579","project_id":"951df375-e094-4d26-97c1-ba548eeb9c42","region":"fr-par","service_cidr":"","service_dns_ip":"","status":"ready","tags":["terraform-test","data_scaleway_k8s_cluster","basic"],"type":"kapsule","updated_at":"2025-09-30T14:01:33.382835Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1600" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 14:04:25 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - c50a63b4-8fc2-4615-9c27-6bbee67481fa - status: 200 OK - code: 200 - duration: 38.208375ms - - id: 31 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/4397d484-905d-4744-a995-d137a28948a2/kubeconfig - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1666 - uncompressed: false - body: '{"content":"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogInRmLWNsdXN0ZXItYmFzaWMiCiAgY2x1c3RlcjoKICAgIGNlcnRpZmljYXRlLWF1dGhvcml0eS1kYXRhOiBMUzB0TFMxQ1JVZEpUaUJEUlZKVVNVWkpRMEZVUlMwdExTMHRDazFKU1VKWGVrTkRRVkZIWjBGM1NVSkJaMGxDUVVSQlMwSm5aM0ZvYTJwUFVGRlJSRUZxUVZaTlVrMTNSVkZaUkZaUlVVUkZkM0J5WkZkS2JHTnROV3dLWkVkV2VrMUNORmhFVkVreFRVUnJlVTlVUlRCTlJFRjNUVlp2V0VSVVRURk5SR3Q1VDFSRk1FMUVRWGROVm05M1JsUkZWRTFDUlVkQk1WVkZRWGhOU3dwaE0xWnBXbGhLZFZwWVVteGpla0phVFVKTlIwSjVjVWRUVFRRNVFXZEZSME5EY1VkVFRUUTVRWGRGU0VFd1NVRkNUMEoxY2taM1EwZENaRkYxUW5BNUNtTndWRUZEU2xsSFYzRTJhRFJFVTBveVZrNDJXRWxuYkUwNFUyNVFTVzkwZDFwU09WRmlUR3R2UWpOVU1ETlZPSGRSWlU5SVdITlpSVVU1ZWpCMU1XNEtXSGhzYUhwUlpXcFJha0pCVFVFMFIwRXhWV1JFZDBWQ0wzZFJSVUYzU1VOd1JFRlFRbWRPVmtoU1RVSkJaamhGUWxSQlJFRlJTQzlOUWpCSFFURlZaQXBFWjFGWFFrSlVZVWQxWjNSYVprcEhUa1pTVDJsTWFXNU9PRlJDUnpaa1UwOXFRVXRDWjJkeGFHdHFUMUJSVVVSQlowNUpRVVJDUmtGcFFsQnBVRUp1Q2toeFR6RnZORlkyUW5veU5rZFROMmRzUjFRNE1HOHhkMHd4Wm5KTUt6TjFSeXRTTjNoblNXaEJTM0puUzBSM1ZFdDRMekZOTVZaM1FWVlhkakJITjNJS2JVZFNiRGhMWlRWMFZIbG5iVEJaTnpSYVF6TUtMUzB0TFMxRlRrUWdRMFZTVkVsR1NVTkJWRVV0TFMwdExRbz0KICAgIHNlcnZlcjogaHR0cHM6Ly80Mzk3ZDQ4NC05MDVkLTQ3NDQtYTk5NS1kMTM3YTI4OTQ4YTIuYXBpLms4cy5mci1wYXIuc2N3LmNsb3VkOjY0NDMKY29udGV4dHM6Ci0gbmFtZTogYWRtaW5AdGYtY2x1c3Rlci1iYXNpYwogIGNvbnRleHQ6CiAgICBjbHVzdGVyOiAidGYtY2x1c3Rlci1iYXNpYyIKICAgIHVzZXI6IHRmLWNsdXN0ZXItYmFzaWMtYWRtaW4KY3VycmVudC1jb250ZXh0OiBhZG1pbkB0Zi1jbHVzdGVyLWJhc2ljCmtpbmQ6IENvbmZpZwpwcmVmZXJlbmNlczoge30KdXNlcnM6Ci0gbmFtZTogdGYtY2x1c3Rlci1iYXNpYy1hZG1pbgogIHVzZXI6CiAgICB0b2tlbjogY1FySkpweTRDQXRtZkJ4aTZ1bDJXMmFwN0d4MlVFUzRJOU4zbGFaNHVHaFRyU000VU83QW1TcmE=","content_type":"application/octet-stream","name":"kubeconfig"}' - headers: - Content-Length: - - "1666" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 14:04:25 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 15fc59b5-73c9-4632-9b41-42e5a953278d - status: 200 OK - code: 200 - duration: 51.373125ms - - id: 32 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/fr-par/vpcs/9b54ff81-5442-49b0-9c8a-fe5c739ea3e5 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 428 - uncompressed: false - body: '{"created_at":"2025-09-30T14:00:00.589520Z","custom_routes_propagation_enabled":true,"id":"9b54ff81-5442-49b0-9c8a-fe5c739ea3e5","is_default":false,"name":"TestAccDataSourceCluster_Basic","organization_id":"951df375-e094-4d26-97c1-ba548eeb9c42","private_network_count":1,"project_id":"951df375-e094-4d26-97c1-ba548eeb9c42","region":"fr-par","routing_enabled":true,"tags":[],"updated_at":"2025-09-30T14:00:00.589520Z"}' - headers: - Content-Length: - - "428" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 14:04:26 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 49f50c73-a501-4b6e-9c3a-fae3670e5041 - status: 200 OK - code: 200 - duration: 43.795583ms - - id: 33 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks/de7796cb-5c2f-4bd2-b51a-5e0ee2fcf579 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1093 - uncompressed: false - body: '{"created_at":"2025-09-30T14:00:00.699398Z","default_route_propagation_enabled":false,"dhcp_enabled":true,"id":"de7796cb-5c2f-4bd2-b51a-5e0ee2fcf579","name":"test-data-source-cluster","organization_id":"951df375-e094-4d26-97c1-ba548eeb9c42","project_id":"951df375-e094-4d26-97c1-ba548eeb9c42","region":"fr-par","subnets":[{"created_at":"2025-09-30T14:00:00.699398Z","id":"8f670988-395d-4476-9b26-633a24b5b42e","private_network_id":"de7796cb-5c2f-4bd2-b51a-5e0ee2fcf579","project_id":"951df375-e094-4d26-97c1-ba548eeb9c42","subnet":"172.16.4.0/22","updated_at":"2025-09-30T14:00:00.699398Z","vpc_id":"9b54ff81-5442-49b0-9c8a-fe5c739ea3e5"},{"created_at":"2025-09-30T14:00:00.699398Z","id":"c944be7e-e197-456e-9388-7c4578610753","private_network_id":"de7796cb-5c2f-4bd2-b51a-5e0ee2fcf579","project_id":"951df375-e094-4d26-97c1-ba548eeb9c42","subnet":"fd49:821a:a311:f60c::/64","updated_at":"2025-09-30T14:00:00.699398Z","vpc_id":"9b54ff81-5442-49b0-9c8a-fe5c739ea3e5"}],"tags":[],"updated_at":"2025-09-30T14:00:00.699398Z","vpc_id":"9b54ff81-5442-49b0-9c8a-fe5c739ea3e5"}' - headers: - Content-Length: - - "1093" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 14:04:26 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 3e1ab2db-bcc7-4c88-933c-90b509f87d7c - status: 200 OK - code: 200 - duration: 37.340958ms - - id: 34 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/4397d484-905d-4744-a995-d137a28948a2 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1600 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://4397d484-905d-4744-a995-d137a28948a2.api.k8s.fr-par.scw.cloud:6443","cni":"cilium","commitment_ends_at":"2025-09-30T14:00:01.658465Z","created_at":"2025-09-30T14:00:01.658455Z","description":"","dns_wildcard":"*.4397d484-905d-4744-a995-d137a28948a2.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"3a297926-cc4f-45b2-ab00-4fe540ac3383","id":"4397d484-905d-4744-a995-d137a28948a2","name":"tf-cluster-basic","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"951df375-e094-4d26-97c1-ba548eeb9c42","pod_cidr":"","private_network_id":"de7796cb-5c2f-4bd2-b51a-5e0ee2fcf579","project_id":"951df375-e094-4d26-97c1-ba548eeb9c42","region":"fr-par","service_cidr":"","service_dns_ip":"","status":"ready","tags":["terraform-test","data_scaleway_k8s_cluster","basic"],"type":"kapsule","updated_at":"2025-09-30T14:01:33.382835Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1600" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 14:04:26 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 2f41044d-8c99-4f06-a09f-6adb1704a4d3 - status: 200 OK - code: 200 - duration: 54.102667ms - - id: 35 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/4397d484-905d-4744-a995-d137a28948a2/kubeconfig - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1666 - uncompressed: false - body: '{"content":"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogInRmLWNsdXN0ZXItYmFzaWMiCiAgY2x1c3RlcjoKICAgIGNlcnRpZmljYXRlLWF1dGhvcml0eS1kYXRhOiBMUzB0TFMxQ1JVZEpUaUJEUlZKVVNVWkpRMEZVUlMwdExTMHRDazFKU1VKWGVrTkRRVkZIWjBGM1NVSkJaMGxDUVVSQlMwSm5aM0ZvYTJwUFVGRlJSRUZxUVZaTlVrMTNSVkZaUkZaUlVVUkZkM0J5WkZkS2JHTnROV3dLWkVkV2VrMUNORmhFVkVreFRVUnJlVTlVUlRCTlJFRjNUVlp2V0VSVVRURk5SR3Q1VDFSRk1FMUVRWGROVm05M1JsUkZWRTFDUlVkQk1WVkZRWGhOU3dwaE0xWnBXbGhLZFZwWVVteGpla0phVFVKTlIwSjVjVWRUVFRRNVFXZEZSME5EY1VkVFRUUTVRWGRGU0VFd1NVRkNUMEoxY2taM1EwZENaRkYxUW5BNUNtTndWRUZEU2xsSFYzRTJhRFJFVTBveVZrNDJXRWxuYkUwNFUyNVFTVzkwZDFwU09WRmlUR3R2UWpOVU1ETlZPSGRSWlU5SVdITlpSVVU1ZWpCMU1XNEtXSGhzYUhwUlpXcFJha0pCVFVFMFIwRXhWV1JFZDBWQ0wzZFJSVUYzU1VOd1JFRlFRbWRPVmtoU1RVSkJaamhGUWxSQlJFRlJTQzlOUWpCSFFURlZaQXBFWjFGWFFrSlVZVWQxWjNSYVprcEhUa1pTVDJsTWFXNU9PRlJDUnpaa1UwOXFRVXRDWjJkeGFHdHFUMUJSVVVSQlowNUpRVVJDUmtGcFFsQnBVRUp1Q2toeFR6RnZORlkyUW5veU5rZFROMmRzUjFRNE1HOHhkMHd4Wm5KTUt6TjFSeXRTTjNoblNXaEJTM0puUzBSM1ZFdDRMekZOTVZaM1FWVlhkakJITjNJS2JVZFNiRGhMWlRWMFZIbG5iVEJaTnpSYVF6TUtMUzB0TFMxRlRrUWdRMFZTVkVsR1NVTkJWRVV0TFMwdExRbz0KICAgIHNlcnZlcjogaHR0cHM6Ly80Mzk3ZDQ4NC05MDVkLTQ3NDQtYTk5NS1kMTM3YTI4OTQ4YTIuYXBpLms4cy5mci1wYXIuc2N3LmNsb3VkOjY0NDMKY29udGV4dHM6Ci0gbmFtZTogYWRtaW5AdGYtY2x1c3Rlci1iYXNpYwogIGNvbnRleHQ6CiAgICBjbHVzdGVyOiAidGYtY2x1c3Rlci1iYXNpYyIKICAgIHVzZXI6IHRmLWNsdXN0ZXItYmFzaWMtYWRtaW4KY3VycmVudC1jb250ZXh0OiBhZG1pbkB0Zi1jbHVzdGVyLWJhc2ljCmtpbmQ6IENvbmZpZwpwcmVmZXJlbmNlczoge30KdXNlcnM6Ci0gbmFtZTogdGYtY2x1c3Rlci1iYXNpYy1hZG1pbgogIHVzZXI6CiAgICB0b2tlbjogY1FySkpweTRDQXRtZkJ4aTZ1bDJXMmFwN0d4MlVFUzRJOU4zbGFaNHVHaFRyU000VU83QW1TcmE=","content_type":"application/octet-stream","name":"kubeconfig"}' - headers: - Content-Length: - - "1666" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 14:04:26 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - ff61fae1-7d4f-4750-9166-273f9798cc26 - status: 200 OK - code: 200 - duration: 35.542917ms - - id: 36 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/4397d484-905d-4744-a995-d137a28948a2 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1600 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://4397d484-905d-4744-a995-d137a28948a2.api.k8s.fr-par.scw.cloud:6443","cni":"cilium","commitment_ends_at":"2025-09-30T14:00:01.658465Z","created_at":"2025-09-30T14:00:01.658455Z","description":"","dns_wildcard":"*.4397d484-905d-4744-a995-d137a28948a2.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"3a297926-cc4f-45b2-ab00-4fe540ac3383","id":"4397d484-905d-4744-a995-d137a28948a2","name":"tf-cluster-basic","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"951df375-e094-4d26-97c1-ba548eeb9c42","pod_cidr":"","private_network_id":"de7796cb-5c2f-4bd2-b51a-5e0ee2fcf579","project_id":"951df375-e094-4d26-97c1-ba548eeb9c42","region":"fr-par","service_cidr":"","service_dns_ip":"","status":"ready","tags":["terraform-test","data_scaleway_k8s_cluster","basic"],"type":"kapsule","updated_at":"2025-09-30T14:01:33.382835Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1600" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 14:04:26 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - c6c9e7d4-b707-4f86-b8e5-f242bc253a22 - status: 200 OK - code: 200 - duration: 41.773334ms - - id: 37 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/c137fd10-844e-4f8e-a1d0-81a227912373 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 704 - uncompressed: false - body: '{"autohealing":true,"autoscaling":true,"cluster_id":"4397d484-905d-4744-a995-d137a28948a2","container_runtime":"containerd","created_at":"2025-09-30T14:00:07.089589Z","id":"c137fd10-844e-4f8e-a1d0-81a227912373","kubelet_args":{},"max_size":1,"min_size":1,"name":"default","new_images_enabled":true,"node_type":"pro2_xxs","placement_group_id":null,"public_ip_disabled":false,"region":"fr-par","root_volume_size":20000000000,"root_volume_type":"sbs_5k","security_group_id":"9c112286-dc28-4a93-b195-5410396ef0a0","size":1,"status":"ready","tags":[],"updated_at":"2025-09-30T14:04:23.336001Z","upgrade_policy":{"max_surge":0,"max_unavailable":1},"version":"1.34.1","zone":"fr-par-1"}' - headers: - Content-Length: - - "704" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 14:04:26 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 09a0b4c8-2c76-4699-adc8-9c391cad1f3c - status: 200 OK - code: 200 - duration: 41.357417ms - - id: 38 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters?name=tf-cluster-basic&order_by=created_at_asc&status=unknown - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1632 - uncompressed: false - body: '{"clusters":[{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://4397d484-905d-4744-a995-d137a28948a2.api.k8s.fr-par.scw.cloud:6443","cni":"cilium","commitment_ends_at":"2025-09-30T14:00:01.658465Z","created_at":"2025-09-30T14:00:01.658455Z","description":"","dns_wildcard":"*.4397d484-905d-4744-a995-d137a28948a2.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"3a297926-cc4f-45b2-ab00-4fe540ac3383","id":"4397d484-905d-4744-a995-d137a28948a2","name":"tf-cluster-basic","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"951df375-e094-4d26-97c1-ba548eeb9c42","pod_cidr":"","private_network_id":"de7796cb-5c2f-4bd2-b51a-5e0ee2fcf579","project_id":"951df375-e094-4d26-97c1-ba548eeb9c42","region":"fr-par","service_cidr":"","service_dns_ip":"","status":"ready","tags":["terraform-test","data_scaleway_k8s_cluster","basic"],"type":"kapsule","updated_at":"2025-09-30T14:01:33.382835Z","upgrade_available":false,"version":"1.34.1"}],"total_count":1}' - headers: - Content-Length: - - "1632" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 14:04:26 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - b869c6a8-fc32-4c57-96fa-d22976043e8e - status: 200 OK - code: 200 - duration: 47.652333ms - - id: 39 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/4397d484-905d-4744-a995-d137a28948a2/kubeconfig - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1666 - uncompressed: false - body: '{"content":"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogInRmLWNsdXN0ZXItYmFzaWMiCiAgY2x1c3RlcjoKICAgIGNlcnRpZmljYXRlLWF1dGhvcml0eS1kYXRhOiBMUzB0TFMxQ1JVZEpUaUJEUlZKVVNVWkpRMEZVUlMwdExTMHRDazFKU1VKWGVrTkRRVkZIWjBGM1NVSkJaMGxDUVVSQlMwSm5aM0ZvYTJwUFVGRlJSRUZxUVZaTlVrMTNSVkZaUkZaUlVVUkZkM0J5WkZkS2JHTnROV3dLWkVkV2VrMUNORmhFVkVreFRVUnJlVTlVUlRCTlJFRjNUVlp2V0VSVVRURk5SR3Q1VDFSRk1FMUVRWGROVm05M1JsUkZWRTFDUlVkQk1WVkZRWGhOU3dwaE0xWnBXbGhLZFZwWVVteGpla0phVFVKTlIwSjVjVWRUVFRRNVFXZEZSME5EY1VkVFRUUTVRWGRGU0VFd1NVRkNUMEoxY2taM1EwZENaRkYxUW5BNUNtTndWRUZEU2xsSFYzRTJhRFJFVTBveVZrNDJXRWxuYkUwNFUyNVFTVzkwZDFwU09WRmlUR3R2UWpOVU1ETlZPSGRSWlU5SVdITlpSVVU1ZWpCMU1XNEtXSGhzYUhwUlpXcFJha0pCVFVFMFIwRXhWV1JFZDBWQ0wzZFJSVUYzU1VOd1JFRlFRbWRPVmtoU1RVSkJaamhGUWxSQlJFRlJTQzlOUWpCSFFURlZaQXBFWjFGWFFrSlVZVWQxWjNSYVprcEhUa1pTVDJsTWFXNU9PRlJDUnpaa1UwOXFRVXRDWjJkeGFHdHFUMUJSVVVSQlowNUpRVVJDUmtGcFFsQnBVRUp1Q2toeFR6RnZORlkyUW5veU5rZFROMmRzUjFRNE1HOHhkMHd4Wm5KTUt6TjFSeXRTTjNoblNXaEJTM0puUzBSM1ZFdDRMekZOTVZaM1FWVlhkakJITjNJS2JVZFNiRGhMWlRWMFZIbG5iVEJaTnpSYVF6TUtMUzB0TFMxRlRrUWdRMFZTVkVsR1NVTkJWRVV0TFMwdExRbz0KICAgIHNlcnZlcjogaHR0cHM6Ly80Mzk3ZDQ4NC05MDVkLTQ3NDQtYTk5NS1kMTM3YTI4OTQ4YTIuYXBpLms4cy5mci1wYXIuc2N3LmNsb3VkOjY0NDMKY29udGV4dHM6Ci0gbmFtZTogYWRtaW5AdGYtY2x1c3Rlci1iYXNpYwogIGNvbnRleHQ6CiAgICBjbHVzdGVyOiAidGYtY2x1c3Rlci1iYXNpYyIKICAgIHVzZXI6IHRmLWNsdXN0ZXItYmFzaWMtYWRtaW4KY3VycmVudC1jb250ZXh0OiBhZG1pbkB0Zi1jbHVzdGVyLWJhc2ljCmtpbmQ6IENvbmZpZwpwcmVmZXJlbmNlczoge30KdXNlcnM6Ci0gbmFtZTogdGYtY2x1c3Rlci1iYXNpYy1hZG1pbgogIHVzZXI6CiAgICB0b2tlbjogY1FySkpweTRDQXRtZkJ4aTZ1bDJXMmFwN0d4MlVFUzRJOU4zbGFaNHVHaFRyU000VU83QW1TcmE=","content_type":"application/octet-stream","name":"kubeconfig"}' - headers: - Content-Length: - - "1666" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 14:04:26 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 78f1dee9-9be7-46a9-a3f6-7b13029ca9cc - status: 200 OK - code: 200 - duration: 39.996875ms - - id: 40 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/4397d484-905d-4744-a995-d137a28948a2/nodes?order_by=created_at_asc&page=1&pool_id=c137fd10-844e-4f8e-a1d0-81a227912373&status=unknown - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 620 - uncompressed: false - body: '{"nodes":[{"cluster_id":"4397d484-905d-4744-a995-d137a28948a2","conditions":{"DiskPressure":"False","MemoryPressure":"False","PIDPressure":"False","Ready":"True"},"created_at":"2025-09-30T14:03:13.320895Z","error_message":"","id":"3ed8ca9b-65f7-4e13-b35c-074838bf0c82","name":"scw-tf-cluster-basic-default-3ed8ca9b65f74e13b","pool_id":"c137fd10-844e-4f8e-a1d0-81a227912373","provider_id":"scaleway://instance/fr-par-1/54da6d5f-8e0d-49e9-94a3-f27092bd5e86","public_ip_v4":"163.172.166.45","public_ip_v6":null,"region":"fr-par","status":"ready","updated_at":"2025-09-30T14:04:23.324582Z"}],"total_count":1}' - headers: - Content-Length: - - "620" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 14:04:26 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - c6b1900d-3343-461e-8988-7f350fa0a1dd - status: 200 OK - code: 200 - duration: 43.395459ms - - id: 41 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/4397d484-905d-4744-a995-d137a28948a2 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1600 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://4397d484-905d-4744-a995-d137a28948a2.api.k8s.fr-par.scw.cloud:6443","cni":"cilium","commitment_ends_at":"2025-09-30T14:00:01.658465Z","created_at":"2025-09-30T14:00:01.658455Z","description":"","dns_wildcard":"*.4397d484-905d-4744-a995-d137a28948a2.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"3a297926-cc4f-45b2-ab00-4fe540ac3383","id":"4397d484-905d-4744-a995-d137a28948a2","name":"tf-cluster-basic","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"951df375-e094-4d26-97c1-ba548eeb9c42","pod_cidr":"","private_network_id":"de7796cb-5c2f-4bd2-b51a-5e0ee2fcf579","project_id":"951df375-e094-4d26-97c1-ba548eeb9c42","region":"fr-par","service_cidr":"","service_dns_ip":"","status":"ready","tags":["terraform-test","data_scaleway_k8s_cluster","basic"],"type":"kapsule","updated_at":"2025-09-30T14:01:33.382835Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1600" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 14:04:26 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 734733f5-8167-4c27-94a6-f0abb92a5027 - status: 200 OK - code: 200 - duration: 41.93975ms - - id: 42 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/4397d484-905d-4744-a995-d137a28948a2/kubeconfig - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1666 - uncompressed: false - body: '{"content":"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogInRmLWNsdXN0ZXItYmFzaWMiCiAgY2x1c3RlcjoKICAgIGNlcnRpZmljYXRlLWF1dGhvcml0eS1kYXRhOiBMUzB0TFMxQ1JVZEpUaUJEUlZKVVNVWkpRMEZVUlMwdExTMHRDazFKU1VKWGVrTkRRVkZIWjBGM1NVSkJaMGxDUVVSQlMwSm5aM0ZvYTJwUFVGRlJSRUZxUVZaTlVrMTNSVkZaUkZaUlVVUkZkM0J5WkZkS2JHTnROV3dLWkVkV2VrMUNORmhFVkVreFRVUnJlVTlVUlRCTlJFRjNUVlp2V0VSVVRURk5SR3Q1VDFSRk1FMUVRWGROVm05M1JsUkZWRTFDUlVkQk1WVkZRWGhOU3dwaE0xWnBXbGhLZFZwWVVteGpla0phVFVKTlIwSjVjVWRUVFRRNVFXZEZSME5EY1VkVFRUUTVRWGRGU0VFd1NVRkNUMEoxY2taM1EwZENaRkYxUW5BNUNtTndWRUZEU2xsSFYzRTJhRFJFVTBveVZrNDJXRWxuYkUwNFUyNVFTVzkwZDFwU09WRmlUR3R2UWpOVU1ETlZPSGRSWlU5SVdITlpSVVU1ZWpCMU1XNEtXSGhzYUhwUlpXcFJha0pCVFVFMFIwRXhWV1JFZDBWQ0wzZFJSVUYzU1VOd1JFRlFRbWRPVmtoU1RVSkJaamhGUWxSQlJFRlJTQzlOUWpCSFFURlZaQXBFWjFGWFFrSlVZVWQxWjNSYVprcEhUa1pTVDJsTWFXNU9PRlJDUnpaa1UwOXFRVXRDWjJkeGFHdHFUMUJSVVVSQlowNUpRVVJDUmtGcFFsQnBVRUp1Q2toeFR6RnZORlkyUW5veU5rZFROMmRzUjFRNE1HOHhkMHd4Wm5KTUt6TjFSeXRTTjNoblNXaEJTM0puUzBSM1ZFdDRMekZOTVZaM1FWVlhkakJITjNJS2JVZFNiRGhMWlRWMFZIbG5iVEJaTnpSYVF6TUtMUzB0TFMxRlRrUWdRMFZTVkVsR1NVTkJWRVV0TFMwdExRbz0KICAgIHNlcnZlcjogaHR0cHM6Ly80Mzk3ZDQ4NC05MDVkLTQ3NDQtYTk5NS1kMTM3YTI4OTQ4YTIuYXBpLms4cy5mci1wYXIuc2N3LmNsb3VkOjY0NDMKY29udGV4dHM6Ci0gbmFtZTogYWRtaW5AdGYtY2x1c3Rlci1iYXNpYwogIGNvbnRleHQ6CiAgICBjbHVzdGVyOiAidGYtY2x1c3Rlci1iYXNpYyIKICAgIHVzZXI6IHRmLWNsdXN0ZXItYmFzaWMtYWRtaW4KY3VycmVudC1jb250ZXh0OiBhZG1pbkB0Zi1jbHVzdGVyLWJhc2ljCmtpbmQ6IENvbmZpZwpwcmVmZXJlbmNlczoge30KdXNlcnM6Ci0gbmFtZTogdGYtY2x1c3Rlci1iYXNpYy1hZG1pbgogIHVzZXI6CiAgICB0b2tlbjogY1FySkpweTRDQXRtZkJ4aTZ1bDJXMmFwN0d4MlVFUzRJOU4zbGFaNHVHaFRyU000VU83QW1TcmE=","content_type":"application/octet-stream","name":"kubeconfig"}' - headers: - Content-Length: - - "1666" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 14:04:26 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - c7556204-14a3-4f76-b5cb-988c3177c742 - status: 200 OK - code: 200 - duration: 34.475833ms - - id: 43 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/4397d484-905d-4744-a995-d137a28948a2 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1600 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://4397d484-905d-4744-a995-d137a28948a2.api.k8s.fr-par.scw.cloud:6443","cni":"cilium","commitment_ends_at":"2025-09-30T14:00:01.658465Z","created_at":"2025-09-30T14:00:01.658455Z","description":"","dns_wildcard":"*.4397d484-905d-4744-a995-d137a28948a2.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"3a297926-cc4f-45b2-ab00-4fe540ac3383","id":"4397d484-905d-4744-a995-d137a28948a2","name":"tf-cluster-basic","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"951df375-e094-4d26-97c1-ba548eeb9c42","pod_cidr":"","private_network_id":"de7796cb-5c2f-4bd2-b51a-5e0ee2fcf579","project_id":"951df375-e094-4d26-97c1-ba548eeb9c42","region":"fr-par","service_cidr":"","service_dns_ip":"","status":"ready","tags":["terraform-test","data_scaleway_k8s_cluster","basic"],"type":"kapsule","updated_at":"2025-09-30T14:01:33.382835Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1600" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 14:04:26 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - fe20d4f5-68ce-4ae7-a629-51560b302364 - status: 200 OK - code: 200 - duration: 41.252458ms - - id: 44 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/ipam/v1/regions/fr-par/ips?order_by=created_at_desc&project_id=951df375-e094-4d26-97c1-ba548eeb9c42&resource_name=scw-tf-cluster-basic-default-3ed8ca9b65f74e13b&resource_type=unknown_type - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1121 - uncompressed: false - body: '{"ips":[{"address":"fd49:821a:a311:f60c:f674:8100:793d:5f42/64","created_at":"2025-09-30T14:03:16.871758Z","id":"e0d007ae-26b1-40ec-a179-b54960b6115c","is_ipv6":true,"project_id":"951df375-e094-4d26-97c1-ba548eeb9c42","region":"fr-par","resource":{"id":"5ddc18c0-c06f-4003-b0de-f618de0debbe","mac_address":"02:00:00:11:04:29","name":"scw-tf-cluster-basic-default-3ed8ca9b65f74e13b","type":"instance_private_nic"},"reverses":[],"source":{"subnet_id":"c944be7e-e197-456e-9388-7c4578610753"},"tags":[],"updated_at":"2025-09-30T14:03:16.871758Z","zone":null},{"address":"172.16.4.3/22","created_at":"2025-09-30T14:03:16.751366Z","id":"fba25b56-f503-4e35-a92c-e4b543aab8f4","is_ipv6":false,"project_id":"951df375-e094-4d26-97c1-ba548eeb9c42","region":"fr-par","resource":{"id":"5ddc18c0-c06f-4003-b0de-f618de0debbe","mac_address":"02:00:00:11:04:29","name":"scw-tf-cluster-basic-default-3ed8ca9b65f74e13b","type":"instance_private_nic"},"reverses":[],"source":{"subnet_id":"8f670988-395d-4476-9b26-633a24b5b42e"},"tags":[],"updated_at":"2025-09-30T14:03:16.751366Z","zone":null}],"total_count":2}' - headers: - Content-Length: - - "1121" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 14:04:26 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 2b38ce75-35ba-4325-a6c5-2d10a34f96fc - status: 200 OK - code: 200 - duration: 35.230458ms - - id: 45 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/c137fd10-844e-4f8e-a1d0-81a227912373 - method: DELETE - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 707 - uncompressed: false - body: '{"autohealing":true,"autoscaling":true,"cluster_id":"4397d484-905d-4744-a995-d137a28948a2","container_runtime":"containerd","created_at":"2025-09-30T14:00:07.089589Z","id":"c137fd10-844e-4f8e-a1d0-81a227912373","kubelet_args":{},"max_size":1,"min_size":1,"name":"default","new_images_enabled":true,"node_type":"pro2_xxs","placement_group_id":null,"public_ip_disabled":false,"region":"fr-par","root_volume_size":20000000000,"root_volume_type":"sbs_5k","security_group_id":"9c112286-dc28-4a93-b195-5410396ef0a0","size":1,"status":"deleting","tags":[],"updated_at":"2025-09-30T14:04:26.879618Z","upgrade_policy":{"max_surge":0,"max_unavailable":1},"version":"1.34.1","zone":"fr-par-1"}' - headers: - Content-Length: - - "707" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 14:04:26 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 87321e49-f3b9-454b-9658-5bac254a07b0 - status: 200 OK - code: 200 - duration: 61.61475ms - - id: 46 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/c137fd10-844e-4f8e-a1d0-81a227912373 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 707 - uncompressed: false - body: '{"autohealing":true,"autoscaling":true,"cluster_id":"4397d484-905d-4744-a995-d137a28948a2","container_runtime":"containerd","created_at":"2025-09-30T14:00:07.089589Z","id":"c137fd10-844e-4f8e-a1d0-81a227912373","kubelet_args":{},"max_size":1,"min_size":1,"name":"default","new_images_enabled":true,"node_type":"pro2_xxs","placement_group_id":null,"public_ip_disabled":false,"region":"fr-par","root_volume_size":20000000000,"root_volume_type":"sbs_5k","security_group_id":"9c112286-dc28-4a93-b195-5410396ef0a0","size":1,"status":"deleting","tags":[],"updated_at":"2025-09-30T14:04:26.879618Z","upgrade_policy":{"max_surge":0,"max_unavailable":1},"version":"1.34.1","zone":"fr-par-1"}' - headers: - Content-Length: - - "707" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 14:04:26 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 00f5461a-aa35-449f-afc3-13f01f2fce6d - status: 200 OK - code: 200 - duration: 36.40225ms - - id: 47 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/c137fd10-844e-4f8e-a1d0-81a227912373 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 125 - uncompressed: false - body: '{"message":"resource is not found","resource":"pool","resource_id":"c137fd10-844e-4f8e-a1d0-81a227912373","type":"not_found"}' - headers: - Content-Length: - - "125" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 14:08:49 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - f2799672-0401-44ca-a3f0-3441a393ed74 - status: 404 Not Found - code: 404 - duration: 24.572042ms - - id: 48 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/4397d484-905d-4744-a995-d137a28948a2?with_additional_resources=false - method: DELETE - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1639 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://4397d484-905d-4744-a995-d137a28948a2.api.k8s.fr-par.scw.cloud:6443","cni":"cilium","commitment_ends_at":"2025-09-30T14:00:01.658465Z","created_at":"2025-09-30T14:00:01.658455Z","description":"","dns_wildcard":"*.4397d484-905d-4744-a995-d137a28948a2.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"3a297926-cc4f-45b2-ab00-4fe540ac3383","id":"4397d484-905d-4744-a995-d137a28948a2","name":"tf-cluster-basic","new_images_enabled":false,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"951df375-e094-4d26-97c1-ba548eeb9c42","pod_cidr":"100.64.0.0/15","private_network_id":"de7796cb-5c2f-4bd2-b51a-5e0ee2fcf579","project_id":"951df375-e094-4d26-97c1-ba548eeb9c42","region":"fr-par","service_cidr":"10.32.0.0/20","service_dns_ip":"10.32.0.10","status":"deleting","tags":["terraform-test","data_scaleway_k8s_cluster","basic"],"type":"kapsule","updated_at":"2025-09-30T14:08:49.912918Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1639" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 14:08:49 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 11a3a920-bc72-42aa-939f-6dca0452ef14 - status: 200 OK - code: 200 - duration: 93.420958ms - - id: 49 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/4397d484-905d-4744-a995-d137a28948a2 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1603 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://4397d484-905d-4744-a995-d137a28948a2.api.k8s.fr-par.scw.cloud:6443","cni":"cilium","commitment_ends_at":"2025-09-30T14:00:01.658465Z","created_at":"2025-09-30T14:00:01.658455Z","description":"","dns_wildcard":"*.4397d484-905d-4744-a995-d137a28948a2.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"3a297926-cc4f-45b2-ab00-4fe540ac3383","id":"4397d484-905d-4744-a995-d137a28948a2","name":"tf-cluster-basic","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"951df375-e094-4d26-97c1-ba548eeb9c42","pod_cidr":"","private_network_id":"de7796cb-5c2f-4bd2-b51a-5e0ee2fcf579","project_id":"951df375-e094-4d26-97c1-ba548eeb9c42","region":"fr-par","service_cidr":"","service_dns_ip":"","status":"deleting","tags":["terraform-test","data_scaleway_k8s_cluster","basic"],"type":"kapsule","updated_at":"2025-09-30T14:08:49.912918Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1603" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 14:08:50 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 31f35aa0-674d-44b5-bac9-f800c4c3e4a3 - status: 200 OK - code: 200 - duration: 40.696208ms - - id: 50 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/4397d484-905d-4744-a995-d137a28948a2 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 128 - uncompressed: false - body: '{"message":"resource is not found","resource":"cluster","resource_id":"4397d484-905d-4744-a995-d137a28948a2","type":"not_found"}' - headers: - Content-Length: - - "128" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 14:08:55 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 5e80c1e5-7696-4317-8d77-af634928ccd1 - status: 404 Not Found - code: 404 - duration: 19.558709ms - - id: 51 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks/de7796cb-5c2f-4bd2-b51a-5e0ee2fcf579 - method: DELETE - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 0 - uncompressed: false - body: "" - headers: - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 14:08:56 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 8a63d3a8-56b3-4511-9766-a6806da58c1f - status: 204 No Content - code: 204 - duration: 1.18199425s - - id: 52 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/fr-par/vpcs/9b54ff81-5442-49b0-9c8a-fe5c739ea3e5 - method: DELETE - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 0 - uncompressed: false - body: "" - headers: - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 14:08:56 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - e718f25c-cb42-40eb-9380-f625bbdf4f63 - status: 204 No Content - code: 204 - duration: 108.321917ms - - id: 53 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/c137fd10-844e-4f8e-a1d0-81a227912373 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 125 - uncompressed: false - body: '{"message":"resource is not found","resource":"pool","resource_id":"c137fd10-844e-4f8e-a1d0-81a227912373","type":"not_found"}' - headers: - Content-Length: - - "125" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 14:08:56 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 6e486910-6098-48a9-a54f-8b5a9462c07d - status: 404 Not Found - code: 404 - duration: 22.695792ms - - id: 54 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/4397d484-905d-4744-a995-d137a28948a2 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 128 - uncompressed: false - body: '{"message":"resource is not found","resource":"cluster","resource_id":"4397d484-905d-4744-a995-d137a28948a2","type":"not_found"}' - headers: - Content-Length: - - "128" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 14:08:56 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 458a5c2d-523e-4d5c-b810-4dbf2c2db72f - status: 404 Not Found - code: 404 - duration: 25.019833ms - - id: 55 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/4397d484-905d-4744-a995-d137a28948a2 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 128 - uncompressed: false - body: '{"message":"resource is not found","resource":"cluster","resource_id":"4397d484-905d-4744-a995-d137a28948a2","type":"not_found"}' - headers: - Content-Length: - - "128" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 14:08:56 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 56bb9d22-8d84-45c7-a5f0-f341a4cddf63 - status: 404 Not Found - code: 404 - duration: 28.396208ms - - id: 56 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/4397d484-905d-4744-a995-d137a28948a2 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 128 - uncompressed: false - body: '{"message":"resource is not found","resource":"cluster","resource_id":"4397d484-905d-4744-a995-d137a28948a2","type":"not_found"}' - headers: - Content-Length: - - "128" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 14:08:56 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 2a5eebce-1733-4db1-8f18-66d808bf9691 - status: 404 Not Found - code: 404 - duration: 24.156875ms - - id: 57 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks/de7796cb-5c2f-4bd2-b51a-5e0ee2fcf579 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 136 - uncompressed: false - body: '{"message":"resource is not found","resource":"private_network","resource_id":"de7796cb-5c2f-4bd2-b51a-5e0ee2fcf579","type":"not_found"}' - headers: - Content-Length: - - "136" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 14:08:56 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 36c16863-178f-49bf-8e40-d484eb5c34f8 - status: 404 Not Found - code: 404 - duration: 24.757584ms +- id: 0 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/versions + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 4476 + body: "{\"versions\":[{\"region\":\"fr-par\", \"name\":\"1.34.1\", \"label\":\"Kubernetes 1.34.1\", \"available_cnis\":[\"cilium\", \"cilium_native\", \"calico\", \"kilo\", \"none\"], \"available_container_runtimes\":[\"containerd\"], \"available_feature_gates\":[\"HPAScaleToZero\", \"CPUManagerPolicyAlphaOptions\", \"ImageVolume\"], \"available_admission_plugins\":[\"AlwaysPullImages\", \"PodNodeSelector\", \"PodTolerationRestriction\"], \"available_kubelet_args\":{\"containerLogMaxFiles\":\"uint16\", \"containerLogMaxSize\":\"quantity\", \"cpuCFSQuota\":\"bool\", \"cpuCFSQuotaPeriod\":\"duration\", \"cpuManagerPolicy\":\"enum:none|static\", \"cpuManagerPolicyOptions\":\"map[string]string\", \"enableDebuggingHandlers\":\"bool\", \"evictionHard\":\"map[string]string\", \"evictionMinimumReclaim\":\"map[string]string\", \"imageGCHighThresholdPercent\":\"uint32\", \"imageGCLowThresholdPercent\":\"uint32\", \"maxParallelImagePulls\":\"int32\", \"maxPods\":\"uint16\", \"registryBurst\":\"int32\", \"registryPullQPS\":\"int32\", \"serializeImagePulls\":\"bool\"}, \"deprecated_at\":\"2026-09-29T00:00:00Z\", \"end_of_life_at\":\"2026-11-29T00:00:00Z\", \"released_at\":\"2025-09-29T00:00:00Z\"}, {\"region\":\"fr-par\", \"name\":\"1.33.4\", \"label\":\"Kubernetes 1.33.4\", \"available_cnis\":[\"cilium\", \"calico\", \"kilo\", \"none\"], \"available_container_runtimes\":[\"containerd\"], \"available_feature_gates\":[\"HPAScaleToZero\", \"DRAAdminAccess\", \"DynamicResourceAllocation\", \"PodLevelResources\", \"CPUManagerPolicyAlphaOptions\", \"ImageVolume\"], \"available_admission_plugins\":[\"AlwaysPullImages\", \"PodNodeSelector\", \"PodTolerationRestriction\"], \"available_kubelet_args\":{\"containerLogMaxFiles\":\"uint16\", \"containerLogMaxSize\":\"quantity\", \"cpuCFSQuota\":\"bool\", \"cpuCFSQuotaPeriod\":\"duration\", \"cpuManagerPolicy\":\"enum:none|static\", \"cpuManagerPolicyOptions\":\"map[string]string\", \"enableDebuggingHandlers\":\"bool\", \"evictionHard\":\"map[string]string\", \"evictionMinimumReclaim\":\"map[string]string\", \"imageGCHighThresholdPercent\":\"uint32\", \"imageGCLowThresholdPercent\":\"uint32\", \"maxParallelImagePulls\":\"int32\", \"maxPods\":\"uint16\", \"registryBurst\":\"int32\", \"registryPullQPS\":\"int32\", \"serializeImagePulls\":\"bool\"}, \"deprecated_at\":\"2026-09-04T00:00:00Z\", \"end_of_life_at\":\"2026-11-04T00:00:00Z\", \"released_at\":\"2025-09-04T00:00:00Z\"}, {\"region\":\"fr-par\", \"name\":\"1.32.8\", \"label\":\"Kubernetes 1.32.8\", \"available_cnis\":[\"cilium\", \"calico\", \"kilo\", \"none\"], \"available_container_runtimes\":[\"containerd\"], \"available_feature_gates\":[\"HPAScaleToZero\", \"InPlacePodVerticalScaling\", \"SidecarContainers\", \"DRAAdminAccess\", \"DRAResourceClaimDeviceStatus\", \"DynamicResourceAllocation\", \"PodLevelResources\", \"CPUManagerPolicyAlphaOptions\", \"ImageVolume\"], \"available_admission_plugins\":[\"AlwaysPullImages\", \"PodNodeSelector\", \"PodTolerationRestriction\"], \"available_kubelet_args\":{\"containerLogMaxFiles\":\"uint16\", \"containerLogMaxSize\":\"quantity\", \"cpuCFSQuota\":\"bool\", \"cpuCFSQuotaPeriod\":\"duration\", \"cpuManagerPolicy\":\"enum:none|static\", \"cpuManagerPolicyOptions\":\"map[string]string\", \"enableDebuggingHandlers\":\"bool\", \"evictionHard\":\"map[string]string\", \"evictionMinimumReclaim\":\"map[string]string\", \"imageGCHighThresholdPercent\":\"uint32\", \"imageGCLowThresholdPercent\":\"uint32\", \"maxParallelImagePulls\":\"int32\", \"maxPods\":\"uint16\", \"registryBurst\":\"int32\", \"registryPullQPS\":\"int32\", \"serializeImagePulls\":\"bool\"}, \"deprecated_at\":\"2026-03-24T00:00:00Z\", \"end_of_life_at\":\"2025-05-24T00:00:00Z\", \"released_at\":\"2025-03-24T00:00:00Z\"}, {\"region\":\"fr-par\", \"name\":\"1.31.12\", \"label\":\"Kubernetes 1.31.12\", \"available_cnis\":[\"cilium\", \"calico\", \"kilo\", \"none\"], \"available_container_runtimes\":[\"containerd\"], \"available_feature_gates\":[\"HPAScaleToZero\", \"InPlacePodVerticalScaling\", \"SidecarContainers\", \"CPUManagerPolicyAlphaOptions\", \"ImageVolume\"], \"available_admission_plugins\":[\"AlwaysPullImages\", \"PodNodeSelector\", \"PodTolerationRestriction\"], \"available_kubelet_args\":{\"containerLogMaxFiles\":\"uint16\", \"containerLogMaxSize\":\"quantity\", \"cpuCFSQuota\":\"bool\", \"cpuCFSQuotaPeriod\":\"duration\", \"cpuManagerPolicy\":\"enum:none|static\", \"cpuManagerPolicyOptions\":\"map[string]string\", \"enableDebuggingHandlers\":\"bool\", \"evictionHard\":\"map[string]string\", \"evictionMinimumReclaim\":\"map[string]string\", \"imageGCHighThresholdPercent\":\"uint32\", \"imageGCLowThresholdPercent\":\"uint32\", \"maxParallelImagePulls\":\"int32\", \"maxPods\":\"uint16\", \"registryBurst\":\"int32\", \"registryPullQPS\":\"int32\", \"serializeImagePulls\":\"bool\"}, \"deprecated_at\":\"2025-12-02T00:00:00Z\", \"end_of_life_at\":\"2026-02-02T00:00:00Z\", \"released_at\":\"2024-12-02T00:00:00Z\"}]}" + headers: + Content-Length: + - "4476" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:51:13 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 3ad5aa79-7513-42bd-b093-c78999d2185e + status: 200 OK + code: 200 + duration: 89.788538ms +- id: 1 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 126 + host: api.scaleway.com + body: "{\"name\":\"TestAccDataSourceCluster_Basic\",\"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\",\"tags\":[],\"enable_routing\":false}" + headers: + Content-Type: + - application/json + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/vpc/v2/regions/fr-par/vpcs + method: POST + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 428 + body: "{\"id\":\"60284594-bb0a-4343-bed9-f7375e44e80b\", \"name\":\"TestAccDataSourceCluster_Basic\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:51:13.728379Z\", \"updated_at\":\"2025-10-30T16:51:13.728379Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_default\":false, \"private_network_count\":0, \"routing_enabled\":true, \"custom_routes_propagation_enabled\":true, \"region\":\"fr-par\"}" + headers: + Content-Length: + - "428" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:51:13 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - e247b071-c815-4946-bebc-8bd617b467ce + status: 200 OK + code: 200 + duration: 67.61433ms +- id: 2 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/vpc/v2/regions/fr-par/vpcs/60284594-bb0a-4343-bed9-f7375e44e80b + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 428 + body: "{\"id\":\"60284594-bb0a-4343-bed9-f7375e44e80b\", \"name\":\"TestAccDataSourceCluster_Basic\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:51:13.728379Z\", \"updated_at\":\"2025-10-30T16:51:13.728379Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_default\":false, \"private_network_count\":0, \"routing_enabled\":true, \"custom_routes_propagation_enabled\":true, \"region\":\"fr-par\"}" + headers: + Content-Length: + - "428" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:51:13 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 3db7df6e-83c6-452f-bc3a-3cd2f3d68242 + status: 200 OK + code: 200 + duration: 30.155607ms +- id: 3 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 202 + host: api.scaleway.com + body: "{\"name\":\"test-data-source-cluster\",\"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\",\"tags\":[],\"subnets\":null,\"vpc_id\":\"60284594-bb0a-4343-bed9-f7375e44e80b\",\"default_route_propagation_enabled\":false}" + headers: + Content-Type: + - application/json + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks + method: POST + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1095 + body: "{\"id\":\"66470a27-4266-4f37-8e20-6bf15260d20b\", \"name\":\"test-data-source-cluster\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:51:13.852665Z\", \"updated_at\":\"2025-10-30T16:51:13.852665Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"subnets\":[{\"id\":\"468952b2-af55-4445-bbef-dd440556b291\", \"created_at\":\"2025-10-30T16:51:13.852665Z\", \"updated_at\":\"2025-10-30T16:51:13.852665Z\", \"subnet\":\"172.17.108.0/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"66470a27-4266-4f37-8e20-6bf15260d20b\", \"vpc_id\":\"60284594-bb0a-4343-bed9-f7375e44e80b\"}, {\"id\":\"74ca9ee6-21e1-4d13-a7ca-a9f2e5b2adac\", \"created_at\":\"2025-10-30T16:51:13.852665Z\", \"updated_at\":\"2025-10-30T16:51:13.852665Z\", \"subnet\":\"fd5f:519c:6d46:2cac::/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"66470a27-4266-4f37-8e20-6bf15260d20b\", \"vpc_id\":\"60284594-bb0a-4343-bed9-f7375e44e80b\"}], \"vpc_id\":\"60284594-bb0a-4343-bed9-f7375e44e80b\", \"dhcp_enabled\":true, \"default_route_propagation_enabled\":false, \"region\":\"fr-par\"}" + headers: + Content-Length: + - "1095" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:51:14 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 3ee52c07-1c44-4f13-b9e1-54a76b43ae24 + status: 200 OK + code: 200 + duration: 642.605819ms +- id: 4 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks/66470a27-4266-4f37-8e20-6bf15260d20b + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1095 + body: "{\"id\":\"66470a27-4266-4f37-8e20-6bf15260d20b\", \"name\":\"test-data-source-cluster\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:51:13.852665Z\", \"updated_at\":\"2025-10-30T16:51:13.852665Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"subnets\":[{\"id\":\"468952b2-af55-4445-bbef-dd440556b291\", \"created_at\":\"2025-10-30T16:51:13.852665Z\", \"updated_at\":\"2025-10-30T16:51:13.852665Z\", \"subnet\":\"172.17.108.0/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"66470a27-4266-4f37-8e20-6bf15260d20b\", \"vpc_id\":\"60284594-bb0a-4343-bed9-f7375e44e80b\"}, {\"id\":\"74ca9ee6-21e1-4d13-a7ca-a9f2e5b2adac\", \"created_at\":\"2025-10-30T16:51:13.852665Z\", \"updated_at\":\"2025-10-30T16:51:13.852665Z\", \"subnet\":\"fd5f:519c:6d46:2cac::/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"66470a27-4266-4f37-8e20-6bf15260d20b\", \"vpc_id\":\"60284594-bb0a-4343-bed9-f7375e44e80b\"}], \"vpc_id\":\"60284594-bb0a-4343-bed9-f7375e44e80b\", \"dhcp_enabled\":true, \"default_route_propagation_enabled\":false, \"region\":\"fr-par\"}" + headers: + Content-Length: + - "1095" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:51:14 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 22789030-a33d-49f4-b2fc-396cb4803643 + status: 200 OK + code: 200 + duration: 27.101104ms +- id: 5 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 700 + host: api.scaleway.com + body: "{\"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\",\"type\":\"\",\"name\":\"tf-cluster-basic\",\"description\":\"\",\"tags\":[\"terraform-test\",\"data_scaleway_k8s_cluster\",\"basic\"],\"version\":\"1.34.1\",\"cni\":\"cilium\",\"pools\":null,\"autoscaler_config\":{\"scale_down_disabled\":null,\"scale_down_delay_after_add\":null,\"estimator\":\"unknown_estimator\",\"expander\":\"unknown_expander\",\"ignore_daemonsets_utilization\":null,\"balance_similar_node_groups\":null,\"expendable_pods_priority_cutoff\":0,\"scale_down_unneeded_time\":null,\"scale_down_utilization_threshold\":null,\"max_graceful_termination_sec\":0},\"feature_gates\":[],\"admission_plugins\":[],\"apiserver_cert_sans\":[],\"private_network_id\":\"66470a27-4266-4f37-8e20-6bf15260d20b\"}" + headers: + Content-Type: + - application/json + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters + method: POST + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1603 + body: "{\"region\":\"fr-par\", \"id\":\"a4c16505-bffe-478e-a0d3-5d6a31986e90\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:51:14.772780Z\", \"updated_at\":\"2025-10-30T16:51:14.772781Z\", \"type\":\"kapsule\", \"name\":\"tf-cluster-basic\", \"description\":\"\", \"status\":\"creating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"data_scaleway_k8s_cluster\", \"basic\"], \"cluster_url\":\"https://a4c16505-bffe-478e-a0d3-5d6a31986e90.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.a4c16505-bffe-478e-a0d3-5d6a31986e90.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"66470a27-4266-4f37-8e20-6bf15260d20b\", \"commitment_ends_at\":\"2025-10-30T16:51:14.772791Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"\", \"new_images_enabled\":false, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1603" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:51:14 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 835c85c1-0fae-459a-a3ac-19e22c6b6611 + status: 200 OK + code: 200 + duration: 315.806042ms +- id: 6 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/a4c16505-bffe-478e-a0d3-5d6a31986e90 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1602 + body: "{\"region\":\"fr-par\", \"id\":\"a4c16505-bffe-478e-a0d3-5d6a31986e90\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:51:14.772780Z\", \"updated_at\":\"2025-10-30T16:51:14.772781Z\", \"type\":\"kapsule\", \"name\":\"tf-cluster-basic\", \"description\":\"\", \"status\":\"creating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"data_scaleway_k8s_cluster\", \"basic\"], \"cluster_url\":\"https://a4c16505-bffe-478e-a0d3-5d6a31986e90.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.a4c16505-bffe-478e-a0d3-5d6a31986e90.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"66470a27-4266-4f37-8e20-6bf15260d20b\", \"commitment_ends_at\":\"2025-10-30T16:51:14.772791Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1602" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:51:14 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 8df12dad-0969-443d-b17b-ff00518b0d65 + status: 200 OK + code: 200 + duration: 118.006146ms +- id: 7 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/a4c16505-bffe-478e-a0d3-5d6a31986e90 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1643 + body: "{\"region\":\"fr-par\", \"id\":\"a4c16505-bffe-478e-a0d3-5d6a31986e90\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:51:14.772780Z\", \"updated_at\":\"2025-10-30T16:51:15.263781Z\", \"type\":\"kapsule\", \"name\":\"tf-cluster-basic\", \"description\":\"\", \"status\":\"pool_required\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"data_scaleway_k8s_cluster\", \"basic\"], \"cluster_url\":\"https://a4c16505-bffe-478e-a0d3-5d6a31986e90.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.a4c16505-bffe-478e-a0d3-5d6a31986e90.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"66470a27-4266-4f37-8e20-6bf15260d20b\", \"commitment_ends_at\":\"2025-10-30T16:51:14.772791Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"9e0020d0-5137-4599-9b5f-9723ae47c89a\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1643" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:51:20 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 5b17fae3-4980-49d3-ade7-db9a16cc85b7 + status: 200 OK + code: 200 + duration: 94.323749ms +- id: 8 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + form: + order_by: + - created_at_asc + page: + - "1" + status: + - unknown + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/a4c16505-bffe-478e-a0d3-5d6a31986e90/pools?order_by=created_at_asc&page=1&status=unknown + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 29 + body: "{\"total_count\":0, \"pools\":[]}" + headers: + Content-Length: + - "29" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:51:20 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 6a469b48-b846-4f75-96fd-6b8034d25d85 + status: 200 OK + code: 200 + duration: 23.681356ms +- id: 9 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/a4c16505-bffe-478e-a0d3-5d6a31986e90 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1643 + body: "{\"region\":\"fr-par\", \"id\":\"a4c16505-bffe-478e-a0d3-5d6a31986e90\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:51:14.772780Z\", \"updated_at\":\"2025-10-30T16:51:15.263781Z\", \"type\":\"kapsule\", \"name\":\"tf-cluster-basic\", \"description\":\"\", \"status\":\"pool_required\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"data_scaleway_k8s_cluster\", \"basic\"], \"cluster_url\":\"https://a4c16505-bffe-478e-a0d3-5d6a31986e90.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.a4c16505-bffe-478e-a0d3-5d6a31986e90.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"66470a27-4266-4f37-8e20-6bf15260d20b\", \"commitment_ends_at\":\"2025-10-30T16:51:14.772791Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"9e0020d0-5137-4599-9b5f-9723ae47c89a\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1643" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:51:20 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 75e45b90-e61c-4945-8a4a-715866dcefe4 + status: 200 OK + code: 200 + duration: 90.916574ms +- id: 10 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/a4c16505-bffe-478e-a0d3-5d6a31986e90/kubeconfig + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1666 + body: "{\"name\":\"kubeconfig\", \"content_type\":\"application/octet-stream\", \"content\":\"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogInRmLWNsdXN0ZXItYmFzaWMiCiAgY2x1c3RlcjoKICAgIGNlcnRpZmljYXRlLWF1dGhvcml0eS1kYXRhOiBMUzB0TFMxQ1JVZEpUaUJEUlZKVVNVWkpRMEZVUlMwdExTMHRDazFKU1VKWGFrTkRRVkZIWjBGM1NVSkJaMGxDUVVSQlMwSm5aM0ZvYTJwUFVGRlJSRUZxUVZaTlVrMTNSVkZaUkZaUlVVUkZkM0J5WkZkS2JHTnROV3dLWkVkV2VrMUNORmhFVkVreFRWUkJlVTlVUlRKT1ZFVjRUa1p2V0VSVVRURk5WRUY1VDFSRk1rNVVSWGhPUm05M1JsUkZWRTFDUlVkQk1WVkZRWGhOU3dwaE0xWnBXbGhLZFZwWVVteGpla0phVFVKTlIwSjVjVWRUVFRRNVFXZEZSME5EY1VkVFRUUTVRWGRGU0VFd1NVRkNTbkJHWkU5eGJYTmxPRlJuUVM5eUNsaEhRMnRJSzA1alQza3ZRalJ6UkdobFREZ3hVVFpSUkd0Rk4wTXZTMjFoTm5KUmNtRkdiMWhpWkRoaWNrazNaMlkyTlV0U2QxTkxUMUZrZW1vclQwd0tlV0pRYkVSRFpXcFJha0pCVFVFMFIwRXhWV1JFZDBWQ0wzZFJSVUYzU1VOd1JFRlFRbWRPVmtoU1RVSkJaamhGUWxSQlJFRlJTQzlOUWpCSFFURlZaQXBFWjFGWFFrSlRlSE14U1U0M09UQkROMkpDTDJGdk1YbGFSbU5aTkVzNGRYUlVRVXRDWjJkeGFHdHFUMUJSVVVSQlowNUlRVVJDUlVGcFJVRXhTV1JpQ2pka1JtZFlOR2hJVUV4VmFsZHFSblJ4VWpGM1UzWlVXWGxEVlRoR1p6QnlhSEI2Yms1aldVTklNMnRxZVRsemJqRmpha28yVVUwNE5XWXdlQ3ROZDBRS1pYQkJNRnBwV0VkVFlYaHFWVlZqWnpkUU1EMEtMUzB0TFMxRlRrUWdRMFZTVkVsR1NVTkJWRVV0TFMwdExRbz0KICAgIHNlcnZlcjogaHR0cHM6Ly9hNGMxNjUwNS1iZmZlLTQ3OGUtYTBkMy01ZDZhMzE5ODZlOTAuYXBpLms4cy5mci1wYXIuc2N3LmNsb3VkOjY0NDMKY29udGV4dHM6Ci0gbmFtZTogYWRtaW5AdGYtY2x1c3Rlci1iYXNpYwogIGNvbnRleHQ6CiAgICBjbHVzdGVyOiAidGYtY2x1c3Rlci1iYXNpYyIKICAgIHVzZXI6IHRmLWNsdXN0ZXItYmFzaWMtYWRtaW4KY3VycmVudC1jb250ZXh0OiBhZG1pbkB0Zi1jbHVzdGVyLWJhc2ljCmtpbmQ6IENvbmZpZwpwcmVmZXJlbmNlczoge30KdXNlcnM6Ci0gbmFtZTogdGYtY2x1c3Rlci1iYXNpYy1hZG1pbgogIHVzZXI6CiAgICB0b2tlbjogZGlucjJuU2FrTU5VU3lZUExJRHAyMTA4ejg4dHJGekhPTXdaeE1sWUVyeXF5cjl1Q2FSVG01Qlo=\"}" + headers: + Content-Length: + - "1666" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:51:20 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - ce00bb80-c13c-4c4e-ae12-ed6bf6daeea1 + status: 200 OK + code: 200 + duration: 84.999118ms +- id: 11 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/a4c16505-bffe-478e-a0d3-5d6a31986e90 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1643 + body: "{\"region\":\"fr-par\", \"id\":\"a4c16505-bffe-478e-a0d3-5d6a31986e90\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:51:14.772780Z\", \"updated_at\":\"2025-10-30T16:51:15.263781Z\", \"type\":\"kapsule\", \"name\":\"tf-cluster-basic\", \"description\":\"\", \"status\":\"pool_required\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"data_scaleway_k8s_cluster\", \"basic\"], \"cluster_url\":\"https://a4c16505-bffe-478e-a0d3-5d6a31986e90.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.a4c16505-bffe-478e-a0d3-5d6a31986e90.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"66470a27-4266-4f37-8e20-6bf15260d20b\", \"commitment_ends_at\":\"2025-10-30T16:51:14.772791Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"9e0020d0-5137-4599-9b5f-9723ae47c89a\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1643" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:51:20 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - c86175eb-2f76-4023-95a4-89ce6bba2f3e + status: 200 OK + code: 200 + duration: 20.035943ms +- id: 12 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/a4c16505-bffe-478e-a0d3-5d6a31986e90 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1643 + body: "{\"region\":\"fr-par\", \"id\":\"a4c16505-bffe-478e-a0d3-5d6a31986e90\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:51:14.772780Z\", \"updated_at\":\"2025-10-30T16:51:15.263781Z\", \"type\":\"kapsule\", \"name\":\"tf-cluster-basic\", \"description\":\"\", \"status\":\"pool_required\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"data_scaleway_k8s_cluster\", \"basic\"], \"cluster_url\":\"https://a4c16505-bffe-478e-a0d3-5d6a31986e90.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.a4c16505-bffe-478e-a0d3-5d6a31986e90.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"66470a27-4266-4f37-8e20-6bf15260d20b\", \"commitment_ends_at\":\"2025-10-30T16:51:14.772791Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"9e0020d0-5137-4599-9b5f-9723ae47c89a\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1643" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:51:20 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - d750fc68-443d-4332-8a98-2271451385bf + status: 200 OK + code: 200 + duration: 25.333356ms +- id: 13 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/a4c16505-bffe-478e-a0d3-5d6a31986e90/kubeconfig + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1666 + body: "{\"name\":\"kubeconfig\", \"content_type\":\"application/octet-stream\", \"content\":\"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogInRmLWNsdXN0ZXItYmFzaWMiCiAgY2x1c3RlcjoKICAgIGNlcnRpZmljYXRlLWF1dGhvcml0eS1kYXRhOiBMUzB0TFMxQ1JVZEpUaUJEUlZKVVNVWkpRMEZVUlMwdExTMHRDazFKU1VKWGFrTkRRVkZIWjBGM1NVSkJaMGxDUVVSQlMwSm5aM0ZvYTJwUFVGRlJSRUZxUVZaTlVrMTNSVkZaUkZaUlVVUkZkM0J5WkZkS2JHTnROV3dLWkVkV2VrMUNORmhFVkVreFRWUkJlVTlVUlRKT1ZFVjRUa1p2V0VSVVRURk5WRUY1VDFSRk1rNVVSWGhPUm05M1JsUkZWRTFDUlVkQk1WVkZRWGhOU3dwaE0xWnBXbGhLZFZwWVVteGpla0phVFVKTlIwSjVjVWRUVFRRNVFXZEZSME5EY1VkVFRUUTVRWGRGU0VFd1NVRkNTbkJHWkU5eGJYTmxPRlJuUVM5eUNsaEhRMnRJSzA1alQza3ZRalJ6UkdobFREZ3hVVFpSUkd0Rk4wTXZTMjFoTm5KUmNtRkdiMWhpWkRoaWNrazNaMlkyTlV0U2QxTkxUMUZrZW1vclQwd0tlV0pRYkVSRFpXcFJha0pCVFVFMFIwRXhWV1JFZDBWQ0wzZFJSVUYzU1VOd1JFRlFRbWRPVmtoU1RVSkJaamhGUWxSQlJFRlJTQzlOUWpCSFFURlZaQXBFWjFGWFFrSlRlSE14U1U0M09UQkROMkpDTDJGdk1YbGFSbU5aTkVzNGRYUlVRVXRDWjJkeGFHdHFUMUJSVVVSQlowNUlRVVJDUlVGcFJVRXhTV1JpQ2pka1JtZFlOR2hJVUV4VmFsZHFSblJ4VWpGM1UzWlVXWGxEVlRoR1p6QnlhSEI2Yms1aldVTklNMnRxZVRsemJqRmpha28yVVUwNE5XWXdlQ3ROZDBRS1pYQkJNRnBwV0VkVFlYaHFWVlZqWnpkUU1EMEtMUzB0TFMxRlRrUWdRMFZTVkVsR1NVTkJWRVV0TFMwdExRbz0KICAgIHNlcnZlcjogaHR0cHM6Ly9hNGMxNjUwNS1iZmZlLTQ3OGUtYTBkMy01ZDZhMzE5ODZlOTAuYXBpLms4cy5mci1wYXIuc2N3LmNsb3VkOjY0NDMKY29udGV4dHM6Ci0gbmFtZTogYWRtaW5AdGYtY2x1c3Rlci1iYXNpYwogIGNvbnRleHQ6CiAgICBjbHVzdGVyOiAidGYtY2x1c3Rlci1iYXNpYyIKICAgIHVzZXI6IHRmLWNsdXN0ZXItYmFzaWMtYWRtaW4KY3VycmVudC1jb250ZXh0OiBhZG1pbkB0Zi1jbHVzdGVyLWJhc2ljCmtpbmQ6IENvbmZpZwpwcmVmZXJlbmNlczoge30KdXNlcnM6Ci0gbmFtZTogdGYtY2x1c3Rlci1iYXNpYy1hZG1pbgogIHVzZXI6CiAgICB0b2tlbjogZGlucjJuU2FrTU5VU3lZUExJRHAyMTA4ejg4dHJGekhPTXdaeE1sWUVyeXF5cjl1Q2FSVG01Qlo=\"}" + headers: + Content-Length: + - "1666" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:51:20 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 7084dde6-18ca-40c7-83d4-40d6e9b757d5 + status: 200 OK + code: 200 + duration: 20.808865ms +- id: 14 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + form: + name: + - tf-cluster-basic + order_by: + - created_at_asc + status: + - unknown + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters?name=tf-cluster-basic&order_by=created_at_asc&status=unknown + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1675 + body: "{\"total_count\":1, \"clusters\":[{\"region\":\"fr-par\", \"id\":\"a4c16505-bffe-478e-a0d3-5d6a31986e90\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:51:14.772780Z\", \"updated_at\":\"2025-10-30T16:51:15.263781Z\", \"type\":\"kapsule\", \"name\":\"tf-cluster-basic\", \"description\":\"\", \"status\":\"pool_required\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"data_scaleway_k8s_cluster\", \"basic\"], \"cluster_url\":\"https://a4c16505-bffe-478e-a0d3-5d6a31986e90.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.a4c16505-bffe-478e-a0d3-5d6a31986e90.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"66470a27-4266-4f37-8e20-6bf15260d20b\", \"commitment_ends_at\":\"2025-10-30T16:51:14.772791Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"9e0020d0-5137-4599-9b5f-9723ae47c89a\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}]}" + headers: + Content-Length: + - "1675" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:51:20 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - cff59fba-2fa6-46e0-bee9-c4161bc706a7 + status: 200 OK + code: 200 + duration: 102.395078ms +- id: 15 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/a4c16505-bffe-478e-a0d3-5d6a31986e90 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1643 + body: "{\"region\":\"fr-par\", \"id\":\"a4c16505-bffe-478e-a0d3-5d6a31986e90\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:51:14.772780Z\", \"updated_at\":\"2025-10-30T16:51:15.263781Z\", \"type\":\"kapsule\", \"name\":\"tf-cluster-basic\", \"description\":\"\", \"status\":\"pool_required\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"data_scaleway_k8s_cluster\", \"basic\"], \"cluster_url\":\"https://a4c16505-bffe-478e-a0d3-5d6a31986e90.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.a4c16505-bffe-478e-a0d3-5d6a31986e90.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"66470a27-4266-4f37-8e20-6bf15260d20b\", \"commitment_ends_at\":\"2025-10-30T16:51:14.772791Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"9e0020d0-5137-4599-9b5f-9723ae47c89a\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1643" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:51:20 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 750451e3-58d0-4bb3-81db-847c16715dcd + status: 200 OK + code: 200 + duration: 17.928899ms +- id: 16 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/a4c16505-bffe-478e-a0d3-5d6a31986e90/kubeconfig + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1666 + body: "{\"name\":\"kubeconfig\", \"content_type\":\"application/octet-stream\", \"content\":\"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogInRmLWNsdXN0ZXItYmFzaWMiCiAgY2x1c3RlcjoKICAgIGNlcnRpZmljYXRlLWF1dGhvcml0eS1kYXRhOiBMUzB0TFMxQ1JVZEpUaUJEUlZKVVNVWkpRMEZVUlMwdExTMHRDazFKU1VKWGFrTkRRVkZIWjBGM1NVSkJaMGxDUVVSQlMwSm5aM0ZvYTJwUFVGRlJSRUZxUVZaTlVrMTNSVkZaUkZaUlVVUkZkM0J5WkZkS2JHTnROV3dLWkVkV2VrMUNORmhFVkVreFRWUkJlVTlVUlRKT1ZFVjRUa1p2V0VSVVRURk5WRUY1VDFSRk1rNVVSWGhPUm05M1JsUkZWRTFDUlVkQk1WVkZRWGhOU3dwaE0xWnBXbGhLZFZwWVVteGpla0phVFVKTlIwSjVjVWRUVFRRNVFXZEZSME5EY1VkVFRUUTVRWGRGU0VFd1NVRkNTbkJHWkU5eGJYTmxPRlJuUVM5eUNsaEhRMnRJSzA1alQza3ZRalJ6UkdobFREZ3hVVFpSUkd0Rk4wTXZTMjFoTm5KUmNtRkdiMWhpWkRoaWNrazNaMlkyTlV0U2QxTkxUMUZrZW1vclQwd0tlV0pRYkVSRFpXcFJha0pCVFVFMFIwRXhWV1JFZDBWQ0wzZFJSVUYzU1VOd1JFRlFRbWRPVmtoU1RVSkJaamhGUWxSQlJFRlJTQzlOUWpCSFFURlZaQXBFWjFGWFFrSlRlSE14U1U0M09UQkROMkpDTDJGdk1YbGFSbU5aTkVzNGRYUlVRVXRDWjJkeGFHdHFUMUJSVVVSQlowNUlRVVJDUlVGcFJVRXhTV1JpQ2pka1JtZFlOR2hJVUV4VmFsZHFSblJ4VWpGM1UzWlVXWGxEVlRoR1p6QnlhSEI2Yms1aldVTklNMnRxZVRsemJqRmpha28yVVUwNE5XWXdlQ3ROZDBRS1pYQkJNRnBwV0VkVFlYaHFWVlZqWnpkUU1EMEtMUzB0TFMxRlRrUWdRMFZTVkVsR1NVTkJWRVV0TFMwdExRbz0KICAgIHNlcnZlcjogaHR0cHM6Ly9hNGMxNjUwNS1iZmZlLTQ3OGUtYTBkMy01ZDZhMzE5ODZlOTAuYXBpLms4cy5mci1wYXIuc2N3LmNsb3VkOjY0NDMKY29udGV4dHM6Ci0gbmFtZTogYWRtaW5AdGYtY2x1c3Rlci1iYXNpYwogIGNvbnRleHQ6CiAgICBjbHVzdGVyOiAidGYtY2x1c3Rlci1iYXNpYyIKICAgIHVzZXI6IHRmLWNsdXN0ZXItYmFzaWMtYWRtaW4KY3VycmVudC1jb250ZXh0OiBhZG1pbkB0Zi1jbHVzdGVyLWJhc2ljCmtpbmQ6IENvbmZpZwpwcmVmZXJlbmNlczoge30KdXNlcnM6Ci0gbmFtZTogdGYtY2x1c3Rlci1iYXNpYy1hZG1pbgogIHVzZXI6CiAgICB0b2tlbjogZGlucjJuU2FrTU5VU3lZUExJRHAyMTA4ejg4dHJGekhPTXdaeE1sWUVyeXF5cjl1Q2FSVG01Qlo=\"}" + headers: + Content-Length: + - "1666" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:51:20 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 22d9dd46-3630-4c72-bd37-983f1e8ad0a1 + status: 200 OK + code: 200 + duration: 22.22378ms +- id: 17 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 261 + host: api.scaleway.com + body: "{\"name\":\"default\",\"node_type\":\"pro2_xxs\",\"autoscaling\":true,\"size\":1,\"min_size\":1,\"max_size\":1,\"container_runtime\":\"containerd\",\"autohealing\":true,\"tags\":[],\"kubelet_args\":{},\"zone\":\"fr-par-1\",\"root_volume_type\":\"default_volume_type\",\"public_ip_disabled\":false}" + headers: + Content-Type: + - application/json + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/a4c16505-bffe-478e-a0d3-5d6a31986e90/pools + method: POST + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 706 + body: "{\"region\":\"fr-par\", \"id\":\"16c99ed8-da30-4867-b6a9-e35deb88ccab\", \"cluster_id\":\"a4c16505-bffe-478e-a0d3-5d6a31986e90\", \"created_at\":\"2025-10-30T16:51:20.352813Z\", \"updated_at\":\"2025-10-30T16:51:20.352813Z\", \"name\":\"default\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "706" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:51:20 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 6442e8fd-e899-4834-bb0f-67aebe9a76f2 + status: 200 OK + code: 200 + duration: 209.144478ms +- id: 18 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/16c99ed8-da30-4867-b6a9-e35deb88ccab + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 706 + body: "{\"region\":\"fr-par\", \"id\":\"16c99ed8-da30-4867-b6a9-e35deb88ccab\", \"cluster_id\":\"a4c16505-bffe-478e-a0d3-5d6a31986e90\", \"created_at\":\"2025-10-30T16:51:20.352813Z\", \"updated_at\":\"2025-10-30T16:51:20.352813Z\", \"name\":\"default\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "706" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:51:20 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 4559ef03-f39c-44d7-a171-220459c66ec1 + status: 200 OK + code: 200 + duration: 21.812788ms +- id: 19 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/16c99ed8-da30-4867-b6a9-e35deb88ccab + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 706 + body: "{\"region\":\"fr-par\", \"id\":\"16c99ed8-da30-4867-b6a9-e35deb88ccab\", \"cluster_id\":\"a4c16505-bffe-478e-a0d3-5d6a31986e90\", \"created_at\":\"2025-10-30T16:51:20.352813Z\", \"updated_at\":\"2025-10-30T16:51:20.352813Z\", \"name\":\"default\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "706" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:51:25 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - eba0a8b4-58bc-4521-a23a-e6411077f30d + status: 200 OK + code: 200 + duration: 74.997927ms +- id: 20 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/16c99ed8-da30-4867-b6a9-e35deb88ccab + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 706 + body: "{\"region\":\"fr-par\", \"id\":\"16c99ed8-da30-4867-b6a9-e35deb88ccab\", \"cluster_id\":\"a4c16505-bffe-478e-a0d3-5d6a31986e90\", \"created_at\":\"2025-10-30T16:51:20.352813Z\", \"updated_at\":\"2025-10-30T16:51:20.352813Z\", \"name\":\"default\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "706" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:51:30 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 977cc45b-f02d-4dff-8a78-e83c99a48bb1 + status: 200 OK + code: 200 + duration: 80.842216ms +- id: 21 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/16c99ed8-da30-4867-b6a9-e35deb88ccab + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 706 + body: "{\"region\":\"fr-par\", \"id\":\"16c99ed8-da30-4867-b6a9-e35deb88ccab\", \"cluster_id\":\"a4c16505-bffe-478e-a0d3-5d6a31986e90\", \"created_at\":\"2025-10-30T16:51:20.352813Z\", \"updated_at\":\"2025-10-30T16:51:20.352813Z\", \"name\":\"default\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "706" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:51:35 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 3532bb3f-1b58-4d1e-8dc4-0241b6072b0c + status: 200 OK + code: 200 + duration: 96.753889ms +- id: 22 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/16c99ed8-da30-4867-b6a9-e35deb88ccab + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 706 + body: "{\"region\":\"fr-par\", \"id\":\"16c99ed8-da30-4867-b6a9-e35deb88ccab\", \"cluster_id\":\"a4c16505-bffe-478e-a0d3-5d6a31986e90\", \"created_at\":\"2025-10-30T16:51:20.352813Z\", \"updated_at\":\"2025-10-30T16:51:20.352813Z\", \"name\":\"default\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "706" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:51:40 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 8f6ccc20-e97f-4833-828b-5f36c034082a + status: 200 OK + code: 200 + duration: 108.00175ms +- id: 23 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/16c99ed8-da30-4867-b6a9-e35deb88ccab + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 706 + body: "{\"region\":\"fr-par\", \"id\":\"16c99ed8-da30-4867-b6a9-e35deb88ccab\", \"cluster_id\":\"a4c16505-bffe-478e-a0d3-5d6a31986e90\", \"created_at\":\"2025-10-30T16:51:20.352813Z\", \"updated_at\":\"2025-10-30T16:51:20.352813Z\", \"name\":\"default\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "706" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:51:45 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 0e0df7fd-d070-45d8-9776-5f86550ca442 + status: 200 OK + code: 200 + duration: 92.428692ms +- id: 24 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/16c99ed8-da30-4867-b6a9-e35deb88ccab + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 706 + body: "{\"region\":\"fr-par\", \"id\":\"16c99ed8-da30-4867-b6a9-e35deb88ccab\", \"cluster_id\":\"a4c16505-bffe-478e-a0d3-5d6a31986e90\", \"created_at\":\"2025-10-30T16:51:20.352813Z\", \"updated_at\":\"2025-10-30T16:51:20.352813Z\", \"name\":\"default\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "706" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:51:51 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - b13a1202-42da-4a9b-9a6a-4b2c08a9c41f + status: 200 OK + code: 200 + duration: 96.431785ms +- id: 25 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/16c99ed8-da30-4867-b6a9-e35deb88ccab + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 706 + body: "{\"region\":\"fr-par\", \"id\":\"16c99ed8-da30-4867-b6a9-e35deb88ccab\", \"cluster_id\":\"a4c16505-bffe-478e-a0d3-5d6a31986e90\", \"created_at\":\"2025-10-30T16:51:20.352813Z\", \"updated_at\":\"2025-10-30T16:51:20.352813Z\", \"name\":\"default\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "706" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:51:56 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 4d823d2c-a3ed-4957-9e39-72b2e0d73e87 + status: 200 OK + code: 200 + duration: 109.112735ms +- id: 26 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/16c99ed8-da30-4867-b6a9-e35deb88ccab + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 706 + body: "{\"region\":\"fr-par\", \"id\":\"16c99ed8-da30-4867-b6a9-e35deb88ccab\", \"cluster_id\":\"a4c16505-bffe-478e-a0d3-5d6a31986e90\", \"created_at\":\"2025-10-30T16:51:20.352813Z\", \"updated_at\":\"2025-10-30T16:51:20.352813Z\", \"name\":\"default\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "706" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:52:01 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 6862407e-9b10-4906-9768-fa5fa041f591 + status: 200 OK + code: 200 + duration: 98.537458ms +- id: 27 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/16c99ed8-da30-4867-b6a9-e35deb88ccab + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 706 + body: "{\"region\":\"fr-par\", \"id\":\"16c99ed8-da30-4867-b6a9-e35deb88ccab\", \"cluster_id\":\"a4c16505-bffe-478e-a0d3-5d6a31986e90\", \"created_at\":\"2025-10-30T16:51:20.352813Z\", \"updated_at\":\"2025-10-30T16:51:20.352813Z\", \"name\":\"default\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "706" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:52:06 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 76ac0b32-886e-46fe-8b08-024747b40942 + status: 200 OK + code: 200 + duration: 115.287044ms +- id: 28 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/16c99ed8-da30-4867-b6a9-e35deb88ccab + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 706 + body: "{\"region\":\"fr-par\", \"id\":\"16c99ed8-da30-4867-b6a9-e35deb88ccab\", \"cluster_id\":\"a4c16505-bffe-478e-a0d3-5d6a31986e90\", \"created_at\":\"2025-10-30T16:51:20.352813Z\", \"updated_at\":\"2025-10-30T16:51:20.352813Z\", \"name\":\"default\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "706" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:52:11 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - f1e2f069-e1a4-46a2-bc19-5f97d0d14389 + status: 200 OK + code: 200 + duration: 99.32691ms +- id: 29 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/16c99ed8-da30-4867-b6a9-e35deb88ccab + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 706 + body: "{\"region\":\"fr-par\", \"id\":\"16c99ed8-da30-4867-b6a9-e35deb88ccab\", \"cluster_id\":\"a4c16505-bffe-478e-a0d3-5d6a31986e90\", \"created_at\":\"2025-10-30T16:51:20.352813Z\", \"updated_at\":\"2025-10-30T16:51:20.352813Z\", \"name\":\"default\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "706" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:52:16 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 888e80e5-3c6c-4976-9e45-1b18f8720186 + status: 200 OK + code: 200 + duration: 89.497661ms +- id: 30 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/16c99ed8-da30-4867-b6a9-e35deb88ccab + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 706 + body: "{\"region\":\"fr-par\", \"id\":\"16c99ed8-da30-4867-b6a9-e35deb88ccab\", \"cluster_id\":\"a4c16505-bffe-478e-a0d3-5d6a31986e90\", \"created_at\":\"2025-10-30T16:51:20.352813Z\", \"updated_at\":\"2025-10-30T16:51:20.352813Z\", \"name\":\"default\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "706" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:52:21 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 6c5e9a2c-e370-43a3-80fa-d5b176f526ac + status: 200 OK + code: 200 + duration: 78.100991ms +- id: 31 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/16c99ed8-da30-4867-b6a9-e35deb88ccab + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 706 + body: "{\"region\":\"fr-par\", \"id\":\"16c99ed8-da30-4867-b6a9-e35deb88ccab\", \"cluster_id\":\"a4c16505-bffe-478e-a0d3-5d6a31986e90\", \"created_at\":\"2025-10-30T16:51:20.352813Z\", \"updated_at\":\"2025-10-30T16:51:20.352813Z\", \"name\":\"default\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "706" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:52:26 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 64160c84-5ac3-4f2e-b538-bedfb05afc86 + status: 200 OK + code: 200 + duration: 79.382777ms +- id: 32 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/16c99ed8-da30-4867-b6a9-e35deb88ccab + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 706 + body: "{\"region\":\"fr-par\", \"id\":\"16c99ed8-da30-4867-b6a9-e35deb88ccab\", \"cluster_id\":\"a4c16505-bffe-478e-a0d3-5d6a31986e90\", \"created_at\":\"2025-10-30T16:51:20.352813Z\", \"updated_at\":\"2025-10-30T16:51:20.352813Z\", \"name\":\"default\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "706" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:52:31 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 49db29ed-55f1-4207-b3e7-629d8a412214 + status: 200 OK + code: 200 + duration: 89.15598ms +- id: 33 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/16c99ed8-da30-4867-b6a9-e35deb88ccab + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 706 + body: "{\"region\":\"fr-par\", \"id\":\"16c99ed8-da30-4867-b6a9-e35deb88ccab\", \"cluster_id\":\"a4c16505-bffe-478e-a0d3-5d6a31986e90\", \"created_at\":\"2025-10-30T16:51:20.352813Z\", \"updated_at\":\"2025-10-30T16:51:20.352813Z\", \"name\":\"default\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "706" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:52:36 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 914ae3d0-95c5-4fd5-b8a2-2fcf1e3b97ae + status: 200 OK + code: 200 + duration: 80.810357ms +- id: 34 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/16c99ed8-da30-4867-b6a9-e35deb88ccab + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 706 + body: "{\"region\":\"fr-par\", \"id\":\"16c99ed8-da30-4867-b6a9-e35deb88ccab\", \"cluster_id\":\"a4c16505-bffe-478e-a0d3-5d6a31986e90\", \"created_at\":\"2025-10-30T16:51:20.352813Z\", \"updated_at\":\"2025-10-30T16:51:20.352813Z\", \"name\":\"default\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "706" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:52:42 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 4d401ad5-9bbf-48a7-b442-73f07ba029ad + status: 200 OK + code: 200 + duration: 92.112649ms +- id: 35 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/16c99ed8-da30-4867-b6a9-e35deb88ccab + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 706 + body: "{\"region\":\"fr-par\", \"id\":\"16c99ed8-da30-4867-b6a9-e35deb88ccab\", \"cluster_id\":\"a4c16505-bffe-478e-a0d3-5d6a31986e90\", \"created_at\":\"2025-10-30T16:51:20.352813Z\", \"updated_at\":\"2025-10-30T16:51:20.352813Z\", \"name\":\"default\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "706" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:52:47 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 1bfd7750-d753-4b1a-bd96-2666715cdf3a + status: 200 OK + code: 200 + duration: 85.835488ms +- id: 36 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/16c99ed8-da30-4867-b6a9-e35deb88ccab + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 706 + body: "{\"region\":\"fr-par\", \"id\":\"16c99ed8-da30-4867-b6a9-e35deb88ccab\", \"cluster_id\":\"a4c16505-bffe-478e-a0d3-5d6a31986e90\", \"created_at\":\"2025-10-30T16:51:20.352813Z\", \"updated_at\":\"2025-10-30T16:51:20.352813Z\", \"name\":\"default\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "706" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:52:52 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - ee1086ff-45f3-4fed-a3e1-afc82c5bdd7b + status: 200 OK + code: 200 + duration: 90.827418ms +- id: 37 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/16c99ed8-da30-4867-b6a9-e35deb88ccab + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 706 + body: "{\"region\":\"fr-par\", \"id\":\"16c99ed8-da30-4867-b6a9-e35deb88ccab\", \"cluster_id\":\"a4c16505-bffe-478e-a0d3-5d6a31986e90\", \"created_at\":\"2025-10-30T16:51:20.352813Z\", \"updated_at\":\"2025-10-30T16:51:20.352813Z\", \"name\":\"default\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "706" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:52:57 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 0803a316-6eff-4926-ab75-82dd4fb02fbd + status: 200 OK + code: 200 + duration: 97.245332ms +- id: 38 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/16c99ed8-da30-4867-b6a9-e35deb88ccab + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 706 + body: "{\"region\":\"fr-par\", \"id\":\"16c99ed8-da30-4867-b6a9-e35deb88ccab\", \"cluster_id\":\"a4c16505-bffe-478e-a0d3-5d6a31986e90\", \"created_at\":\"2025-10-30T16:51:20.352813Z\", \"updated_at\":\"2025-10-30T16:51:20.352813Z\", \"name\":\"default\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "706" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:53:02 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 7b2442bf-97da-4cfb-989d-3e31494bc6e6 + status: 200 OK + code: 200 + duration: 91.853824ms +- id: 39 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/16c99ed8-da30-4867-b6a9-e35deb88ccab + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 706 + body: "{\"region\":\"fr-par\", \"id\":\"16c99ed8-da30-4867-b6a9-e35deb88ccab\", \"cluster_id\":\"a4c16505-bffe-478e-a0d3-5d6a31986e90\", \"created_at\":\"2025-10-30T16:51:20.352813Z\", \"updated_at\":\"2025-10-30T16:51:20.352813Z\", \"name\":\"default\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "706" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:53:07 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - bf5812b5-2628-4b81-b827-29c4c49ea436 + status: 200 OK + code: 200 + duration: 82.531236ms +- id: 40 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/16c99ed8-da30-4867-b6a9-e35deb88ccab + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 706 + body: "{\"region\":\"fr-par\", \"id\":\"16c99ed8-da30-4867-b6a9-e35deb88ccab\", \"cluster_id\":\"a4c16505-bffe-478e-a0d3-5d6a31986e90\", \"created_at\":\"2025-10-30T16:51:20.352813Z\", \"updated_at\":\"2025-10-30T16:51:20.352813Z\", \"name\":\"default\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "706" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:53:12 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 927c6c04-a3aa-4ee4-b070-635625a9e16b + status: 200 OK + code: 200 + duration: 87.390408ms +- id: 41 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/16c99ed8-da30-4867-b6a9-e35deb88ccab + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 706 + body: "{\"region\":\"fr-par\", \"id\":\"16c99ed8-da30-4867-b6a9-e35deb88ccab\", \"cluster_id\":\"a4c16505-bffe-478e-a0d3-5d6a31986e90\", \"created_at\":\"2025-10-30T16:51:20.352813Z\", \"updated_at\":\"2025-10-30T16:51:20.352813Z\", \"name\":\"default\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "706" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:53:17 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - cdb8aee8-06dc-4459-bdde-7aedb0d840cc + status: 200 OK + code: 200 + duration: 113.339459ms +- id: 42 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/16c99ed8-da30-4867-b6a9-e35deb88ccab + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 706 + body: "{\"region\":\"fr-par\", \"id\":\"16c99ed8-da30-4867-b6a9-e35deb88ccab\", \"cluster_id\":\"a4c16505-bffe-478e-a0d3-5d6a31986e90\", \"created_at\":\"2025-10-30T16:51:20.352813Z\", \"updated_at\":\"2025-10-30T16:51:20.352813Z\", \"name\":\"default\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "706" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:53:22 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 8c93f87b-bf4c-4acc-98f4-25d9467a5b88 + status: 200 OK + code: 200 + duration: 79.925576ms +- id: 43 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/16c99ed8-da30-4867-b6a9-e35deb88ccab + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 706 + body: "{\"region\":\"fr-par\", \"id\":\"16c99ed8-da30-4867-b6a9-e35deb88ccab\", \"cluster_id\":\"a4c16505-bffe-478e-a0d3-5d6a31986e90\", \"created_at\":\"2025-10-30T16:51:20.352813Z\", \"updated_at\":\"2025-10-30T16:51:20.352813Z\", \"name\":\"default\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "706" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:53:27 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - ce9bf063-51df-40db-ab2e-7c1fd67559cd + status: 200 OK + code: 200 + duration: 107.598193ms +- id: 44 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/16c99ed8-da30-4867-b6a9-e35deb88ccab + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 706 + body: "{\"region\":\"fr-par\", \"id\":\"16c99ed8-da30-4867-b6a9-e35deb88ccab\", \"cluster_id\":\"a4c16505-bffe-478e-a0d3-5d6a31986e90\", \"created_at\":\"2025-10-30T16:51:20.352813Z\", \"updated_at\":\"2025-10-30T16:51:20.352813Z\", \"name\":\"default\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "706" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:53:32 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - e9189eeb-e8f3-4031-af40-3eb3593f1de0 + status: 200 OK + code: 200 + duration: 89.159667ms +- id: 45 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/16c99ed8-da30-4867-b6a9-e35deb88ccab + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 706 + body: "{\"region\":\"fr-par\", \"id\":\"16c99ed8-da30-4867-b6a9-e35deb88ccab\", \"cluster_id\":\"a4c16505-bffe-478e-a0d3-5d6a31986e90\", \"created_at\":\"2025-10-30T16:51:20.352813Z\", \"updated_at\":\"2025-10-30T16:51:20.352813Z\", \"name\":\"default\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "706" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:53:38 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - aada7bdc-cff3-4dc7-a772-25fe99751ac3 + status: 200 OK + code: 200 + duration: 94.272132ms +- id: 46 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/16c99ed8-da30-4867-b6a9-e35deb88ccab + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 706 + body: "{\"region\":\"fr-par\", \"id\":\"16c99ed8-da30-4867-b6a9-e35deb88ccab\", \"cluster_id\":\"a4c16505-bffe-478e-a0d3-5d6a31986e90\", \"created_at\":\"2025-10-30T16:51:20.352813Z\", \"updated_at\":\"2025-10-30T16:51:20.352813Z\", \"name\":\"default\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "706" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:53:43 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - b7152524-1fc9-4b8d-9adc-34713f993fd3 + status: 200 OK + code: 200 + duration: 91.085983ms +- id: 47 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/16c99ed8-da30-4867-b6a9-e35deb88ccab + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 706 + body: "{\"region\":\"fr-par\", \"id\":\"16c99ed8-da30-4867-b6a9-e35deb88ccab\", \"cluster_id\":\"a4c16505-bffe-478e-a0d3-5d6a31986e90\", \"created_at\":\"2025-10-30T16:51:20.352813Z\", \"updated_at\":\"2025-10-30T16:51:20.352813Z\", \"name\":\"default\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "706" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:53:48 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 5ee1aa21-fce4-4604-83b7-1b39f0099ca2 + status: 200 OK + code: 200 + duration: 80.062332ms +- id: 48 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/16c99ed8-da30-4867-b6a9-e35deb88ccab + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 706 + body: "{\"region\":\"fr-par\", \"id\":\"16c99ed8-da30-4867-b6a9-e35deb88ccab\", \"cluster_id\":\"a4c16505-bffe-478e-a0d3-5d6a31986e90\", \"created_at\":\"2025-10-30T16:51:20.352813Z\", \"updated_at\":\"2025-10-30T16:51:20.352813Z\", \"name\":\"default\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "706" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:53:53 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 1dab0a31-950b-4f8b-8a43-b46f19a0db45 + status: 200 OK + code: 200 + duration: 94.925428ms +- id: 49 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/16c99ed8-da30-4867-b6a9-e35deb88ccab + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 706 + body: "{\"region\":\"fr-par\", \"id\":\"16c99ed8-da30-4867-b6a9-e35deb88ccab\", \"cluster_id\":\"a4c16505-bffe-478e-a0d3-5d6a31986e90\", \"created_at\":\"2025-10-30T16:51:20.352813Z\", \"updated_at\":\"2025-10-30T16:51:20.352813Z\", \"name\":\"default\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "706" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:53:58 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 6629bda4-1ce0-49d2-bc91-d77e03d98df5 + status: 200 OK + code: 200 + duration: 202.225322ms +- id: 50 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/16c99ed8-da30-4867-b6a9-e35deb88ccab + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 706 + body: "{\"region\":\"fr-par\", \"id\":\"16c99ed8-da30-4867-b6a9-e35deb88ccab\", \"cluster_id\":\"a4c16505-bffe-478e-a0d3-5d6a31986e90\", \"created_at\":\"2025-10-30T16:51:20.352813Z\", \"updated_at\":\"2025-10-30T16:51:20.352813Z\", \"name\":\"default\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "706" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:54:03 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 6ad243dd-28a8-48ce-9470-8bf38949bd8c + status: 200 OK + code: 200 + duration: 104.994707ms +- id: 51 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/16c99ed8-da30-4867-b6a9-e35deb88ccab + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 706 + body: "{\"region\":\"fr-par\", \"id\":\"16c99ed8-da30-4867-b6a9-e35deb88ccab\", \"cluster_id\":\"a4c16505-bffe-478e-a0d3-5d6a31986e90\", \"created_at\":\"2025-10-30T16:51:20.352813Z\", \"updated_at\":\"2025-10-30T16:51:20.352813Z\", \"name\":\"default\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "706" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:54:08 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - abd748bb-37ee-4e22-aad6-15babe230e83 + status: 200 OK + code: 200 + duration: 116.252576ms +- id: 52 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/16c99ed8-da30-4867-b6a9-e35deb88ccab + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 706 + body: "{\"region\":\"fr-par\", \"id\":\"16c99ed8-da30-4867-b6a9-e35deb88ccab\", \"cluster_id\":\"a4c16505-bffe-478e-a0d3-5d6a31986e90\", \"created_at\":\"2025-10-30T16:51:20.352813Z\", \"updated_at\":\"2025-10-30T16:51:20.352813Z\", \"name\":\"default\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "706" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:54:13 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 2c50ef75-daaf-4f2a-90ad-ccb430fbcc13 + status: 200 OK + code: 200 + duration: 98.669014ms +- id: 53 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/16c99ed8-da30-4867-b6a9-e35deb88ccab + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 706 + body: "{\"region\":\"fr-par\", \"id\":\"16c99ed8-da30-4867-b6a9-e35deb88ccab\", \"cluster_id\":\"a4c16505-bffe-478e-a0d3-5d6a31986e90\", \"created_at\":\"2025-10-30T16:51:20.352813Z\", \"updated_at\":\"2025-10-30T16:51:20.352813Z\", \"name\":\"default\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "706" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:54:18 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - aacb4c09-5037-45b3-9e61-2008730072a5 + status: 200 OK + code: 200 + duration: 89.435866ms +- id: 54 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/16c99ed8-da30-4867-b6a9-e35deb88ccab + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 706 + body: "{\"region\":\"fr-par\", \"id\":\"16c99ed8-da30-4867-b6a9-e35deb88ccab\", \"cluster_id\":\"a4c16505-bffe-478e-a0d3-5d6a31986e90\", \"created_at\":\"2025-10-30T16:51:20.352813Z\", \"updated_at\":\"2025-10-30T16:51:20.352813Z\", \"name\":\"default\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "706" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:54:24 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - c350d6de-dbd5-45cb-bd5f-67e1e5d54fd7 + status: 200 OK + code: 200 + duration: 82.960954ms +- id: 55 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/16c99ed8-da30-4867-b6a9-e35deb88ccab + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 706 + body: "{\"region\":\"fr-par\", \"id\":\"16c99ed8-da30-4867-b6a9-e35deb88ccab\", \"cluster_id\":\"a4c16505-bffe-478e-a0d3-5d6a31986e90\", \"created_at\":\"2025-10-30T16:51:20.352813Z\", \"updated_at\":\"2025-10-30T16:51:20.352813Z\", \"name\":\"default\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "706" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:54:29 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 6c769776-7fc4-4782-ba6e-b6e62cf6e95a + status: 200 OK + code: 200 + duration: 98.540564ms +- id: 56 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/16c99ed8-da30-4867-b6a9-e35deb88ccab + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 706 + body: "{\"region\":\"fr-par\", \"id\":\"16c99ed8-da30-4867-b6a9-e35deb88ccab\", \"cluster_id\":\"a4c16505-bffe-478e-a0d3-5d6a31986e90\", \"created_at\":\"2025-10-30T16:51:20.352813Z\", \"updated_at\":\"2025-10-30T16:51:20.352813Z\", \"name\":\"default\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "706" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:54:34 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - b639182f-cab8-40e1-a177-518831a53323 + status: 200 OK + code: 200 + duration: 86.407001ms +- id: 57 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/16c99ed8-da30-4867-b6a9-e35deb88ccab + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 706 + body: "{\"region\":\"fr-par\", \"id\":\"16c99ed8-da30-4867-b6a9-e35deb88ccab\", \"cluster_id\":\"a4c16505-bffe-478e-a0d3-5d6a31986e90\", \"created_at\":\"2025-10-30T16:51:20.352813Z\", \"updated_at\":\"2025-10-30T16:51:20.352813Z\", \"name\":\"default\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "706" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:54:39 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - c7f36a1d-3b82-43f2-a2a5-84bbcabbd2ce + status: 200 OK + code: 200 + duration: 90.224846ms +- id: 58 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/16c99ed8-da30-4867-b6a9-e35deb88ccab + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 706 + body: "{\"region\":\"fr-par\", \"id\":\"16c99ed8-da30-4867-b6a9-e35deb88ccab\", \"cluster_id\":\"a4c16505-bffe-478e-a0d3-5d6a31986e90\", \"created_at\":\"2025-10-30T16:51:20.352813Z\", \"updated_at\":\"2025-10-30T16:51:20.352813Z\", \"name\":\"default\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "706" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:54:44 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 8d371db3-6aac-43a9-bea2-3e4f4962323b + status: 200 OK + code: 200 + duration: 87.54623ms +- id: 59 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/16c99ed8-da30-4867-b6a9-e35deb88ccab + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 706 + body: "{\"region\":\"fr-par\", \"id\":\"16c99ed8-da30-4867-b6a9-e35deb88ccab\", \"cluster_id\":\"a4c16505-bffe-478e-a0d3-5d6a31986e90\", \"created_at\":\"2025-10-30T16:51:20.352813Z\", \"updated_at\":\"2025-10-30T16:51:20.352813Z\", \"name\":\"default\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "706" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:54:49 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - cc8166f8-ec2f-4351-bc7a-06d94716a11e + status: 200 OK + code: 200 + duration: 97.47831ms +- id: 60 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/16c99ed8-da30-4867-b6a9-e35deb88ccab + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 706 + body: "{\"region\":\"fr-par\", \"id\":\"16c99ed8-da30-4867-b6a9-e35deb88ccab\", \"cluster_id\":\"a4c16505-bffe-478e-a0d3-5d6a31986e90\", \"created_at\":\"2025-10-30T16:51:20.352813Z\", \"updated_at\":\"2025-10-30T16:51:20.352813Z\", \"name\":\"default\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "706" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:54:54 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 2486694e-dc89-4338-8b51-c2f169fc4d1e + status: 200 OK + code: 200 + duration: 96.814384ms +- id: 61 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/16c99ed8-da30-4867-b6a9-e35deb88ccab + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 706 + body: "{\"region\":\"fr-par\", \"id\":\"16c99ed8-da30-4867-b6a9-e35deb88ccab\", \"cluster_id\":\"a4c16505-bffe-478e-a0d3-5d6a31986e90\", \"created_at\":\"2025-10-30T16:51:20.352813Z\", \"updated_at\":\"2025-10-30T16:51:20.352813Z\", \"name\":\"default\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "706" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:54:59 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - f6144531-1366-4937-9ce8-09286dbd786a + status: 200 OK + code: 200 + duration: 121.253521ms +- id: 62 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/16c99ed8-da30-4867-b6a9-e35deb88ccab + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 706 + body: "{\"region\":\"fr-par\", \"id\":\"16c99ed8-da30-4867-b6a9-e35deb88ccab\", \"cluster_id\":\"a4c16505-bffe-478e-a0d3-5d6a31986e90\", \"created_at\":\"2025-10-30T16:51:20.352813Z\", \"updated_at\":\"2025-10-30T16:51:20.352813Z\", \"name\":\"default\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "706" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:55:04 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 40419e7c-b083-446e-8cc7-47f2ba841969 + status: 200 OK + code: 200 + duration: 77.828802ms +- id: 63 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/16c99ed8-da30-4867-b6a9-e35deb88ccab + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 706 + body: "{\"region\":\"fr-par\", \"id\":\"16c99ed8-da30-4867-b6a9-e35deb88ccab\", \"cluster_id\":\"a4c16505-bffe-478e-a0d3-5d6a31986e90\", \"created_at\":\"2025-10-30T16:51:20.352813Z\", \"updated_at\":\"2025-10-30T16:51:20.352813Z\", \"name\":\"default\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "706" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:55:09 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - c727e831-4c62-4039-96a5-895b8147c659 + status: 200 OK + code: 200 + duration: 89.855864ms +- id: 64 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/16c99ed8-da30-4867-b6a9-e35deb88ccab + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 706 + body: "{\"region\":\"fr-par\", \"id\":\"16c99ed8-da30-4867-b6a9-e35deb88ccab\", \"cluster_id\":\"a4c16505-bffe-478e-a0d3-5d6a31986e90\", \"created_at\":\"2025-10-30T16:51:20.352813Z\", \"updated_at\":\"2025-10-30T16:51:20.352813Z\", \"name\":\"default\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "706" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:55:15 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 56e4ee86-9714-4ca7-8b7e-29b8616c2100 + status: 200 OK + code: 200 + duration: 76.826251ms +- id: 65 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/16c99ed8-da30-4867-b6a9-e35deb88ccab + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 706 + body: "{\"region\":\"fr-par\", \"id\":\"16c99ed8-da30-4867-b6a9-e35deb88ccab\", \"cluster_id\":\"a4c16505-bffe-478e-a0d3-5d6a31986e90\", \"created_at\":\"2025-10-30T16:51:20.352813Z\", \"updated_at\":\"2025-10-30T16:51:20.352813Z\", \"name\":\"default\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "706" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:55:20 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 8bfd6d8b-81be-43e8-a720-e84cbc5e3efd + status: 200 OK + code: 200 + duration: 90.533345ms +- id: 66 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/16c99ed8-da30-4867-b6a9-e35deb88ccab + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 706 + body: "{\"region\":\"fr-par\", \"id\":\"16c99ed8-da30-4867-b6a9-e35deb88ccab\", \"cluster_id\":\"a4c16505-bffe-478e-a0d3-5d6a31986e90\", \"created_at\":\"2025-10-30T16:51:20.352813Z\", \"updated_at\":\"2025-10-30T16:51:20.352813Z\", \"name\":\"default\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "706" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:55:25 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 4796ebc5-58c6-4546-b480-7239e19c6247 + status: 200 OK + code: 200 + duration: 90.193557ms +- id: 67 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/16c99ed8-da30-4867-b6a9-e35deb88ccab + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 706 + body: "{\"region\":\"fr-par\", \"id\":\"16c99ed8-da30-4867-b6a9-e35deb88ccab\", \"cluster_id\":\"a4c16505-bffe-478e-a0d3-5d6a31986e90\", \"created_at\":\"2025-10-30T16:51:20.352813Z\", \"updated_at\":\"2025-10-30T16:51:20.352813Z\", \"name\":\"default\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "706" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:55:30 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 86760065-0c91-4263-bbf5-b58781dc2e88 + status: 200 OK + code: 200 + duration: 96.66381ms +- id: 68 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/16c99ed8-da30-4867-b6a9-e35deb88ccab + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 704 + body: "{\"region\":\"fr-par\", \"id\":\"16c99ed8-da30-4867-b6a9-e35deb88ccab\", \"cluster_id\":\"a4c16505-bffe-478e-a0d3-5d6a31986e90\", \"created_at\":\"2025-10-30T16:51:20.352813Z\", \"updated_at\":\"2025-10-30T16:55:32.030313Z\", \"name\":\"default\", \"status\":\"ready\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "704" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:55:35 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 99828913-7a81-42a7-a647-0e8bbc487877 + status: 200 OK + code: 200 + duration: 94.628531ms +- id: 69 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/a4c16505-bffe-478e-a0d3-5d6a31986e90 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1635 + body: "{\"region\":\"fr-par\", \"id\":\"a4c16505-bffe-478e-a0d3-5d6a31986e90\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:51:14.772780Z\", \"updated_at\":\"2025-10-30T16:52:52.210543Z\", \"type\":\"kapsule\", \"name\":\"tf-cluster-basic\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"data_scaleway_k8s_cluster\", \"basic\"], \"cluster_url\":\"https://a4c16505-bffe-478e-a0d3-5d6a31986e90.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.a4c16505-bffe-478e-a0d3-5d6a31986e90.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"66470a27-4266-4f37-8e20-6bf15260d20b\", \"commitment_ends_at\":\"2025-10-30T16:51:14.772791Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"9e0020d0-5137-4599-9b5f-9723ae47c89a\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1635" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:55:35 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 21b57486-5b42-49a4-b8ab-fafb9396102d + status: 200 OK + code: 200 + duration: 20.363468ms +- id: 70 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/16c99ed8-da30-4867-b6a9-e35deb88ccab + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 704 + body: "{\"region\":\"fr-par\", \"id\":\"16c99ed8-da30-4867-b6a9-e35deb88ccab\", \"cluster_id\":\"a4c16505-bffe-478e-a0d3-5d6a31986e90\", \"created_at\":\"2025-10-30T16:51:20.352813Z\", \"updated_at\":\"2025-10-30T16:55:32.030313Z\", \"name\":\"default\", \"status\":\"ready\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "704" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:55:35 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 4c36ff98-b9ea-49fc-8c80-dbecde8307ab + status: 200 OK + code: 200 + duration: 17.709077ms +- id: 71 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + form: + order_by: + - created_at_asc + page: + - "1" + pool_id: + - 16c99ed8-da30-4867-b6a9-e35deb88ccab + status: + - unknown + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/a4c16505-bffe-478e-a0d3-5d6a31986e90/nodes?order_by=created_at_asc&page=1&pool_id=16c99ed8-da30-4867-b6a9-e35deb88ccab&status=unknown + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 621 + body: "{\"total_count\":1, \"nodes\":[{\"region\":\"fr-par\", \"id\":\"0171d1b9-9bd3-4f55-abaa-af8f0521b849\", \"cluster_id\":\"a4c16505-bffe-478e-a0d3-5d6a31986e90\", \"created_at\":\"2025-10-30T16:54:36.556869Z\", \"updated_at\":\"2025-10-30T16:55:32.020365Z\", \"pool_id\":\"16c99ed8-da30-4867-b6a9-e35deb88ccab\", \"status\":\"ready\", \"conditions\":{\"DiskPressure\":\"False\", \"MemoryPressure\":\"False\", \"PIDPressure\":\"False\", \"Ready\":\"True\"}, \"name\":\"scw-tf-cluster-basic-default-0171d1b99bd34f55a\", \"public_ip_v4\":\"163.172.149.221\", \"public_ip_v6\":null, \"provider_id\":\"scaleway://instance/fr-par-1/d723decb-3358-416a-9104-299752ba1318\", \"error_message\":\"\"}]}" + headers: + Content-Length: + - "621" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:55:35 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 6b856d13-8793-4005-a5ed-9aefe93fd02e + status: 200 OK + code: 200 + duration: 94.85288ms +- id: 72 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/a4c16505-bffe-478e-a0d3-5d6a31986e90 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1635 + body: "{\"region\":\"fr-par\", \"id\":\"a4c16505-bffe-478e-a0d3-5d6a31986e90\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:51:14.772780Z\", \"updated_at\":\"2025-10-30T16:52:52.210543Z\", \"type\":\"kapsule\", \"name\":\"tf-cluster-basic\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"data_scaleway_k8s_cluster\", \"basic\"], \"cluster_url\":\"https://a4c16505-bffe-478e-a0d3-5d6a31986e90.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.a4c16505-bffe-478e-a0d3-5d6a31986e90.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"66470a27-4266-4f37-8e20-6bf15260d20b\", \"commitment_ends_at\":\"2025-10-30T16:51:14.772791Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"9e0020d0-5137-4599-9b5f-9723ae47c89a\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1635" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:55:35 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 4e707e81-bf4f-4943-be27-87a69799d957 + status: 200 OK + code: 200 + duration: 22.120147ms +- id: 73 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + form: + order_by: + - created_at_desc + project_id: + - 105bdce1-64c0-48ab-899d-868455867ecf + resource_name: + - scw-tf-cluster-basic-default-0171d1b99bd34f55a + resource_type: + - unknown_type + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/ipam/v1/regions/fr-par/ips?order_by=created_at_desc&project_id=105bdce1-64c0-48ab-899d-868455867ecf&resource_name=scw-tf-cluster-basic-default-0171d1b99bd34f55a&resource_type=unknown_type + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1123 + body: "{\"total_count\":2, \"ips\":[{\"id\":\"75fd09c2-c088-4df6-a341-69e97c22d1d0\", \"address\":\"fd5f:519c:6d46:2cac:5439:8e0a:6e84:7c91/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":true, \"created_at\":\"2025-10-30T16:54:39.822358Z\", \"updated_at\":\"2025-10-30T16:54:39.822358Z\", \"source\":{\"subnet_id\":\"74ca9ee6-21e1-4d13-a7ca-a9f2e5b2adac\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"fc741fdb-c948-4e98-bfb3-23dd10397490\", \"mac_address\":\"02:00:00:14:C7:F1\", \"name\":\"scw-tf-cluster-basic-default-0171d1b99bd34f55a\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}, {\"id\":\"bf735446-f6d3-4b4d-bf2f-866409f4bed1\", \"address\":\"172.17.108.3/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":false, \"created_at\":\"2025-10-30T16:54:39.706019Z\", \"updated_at\":\"2025-10-30T16:54:39.706019Z\", \"source\":{\"subnet_id\":\"468952b2-af55-4445-bbef-dd440556b291\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"fc741fdb-c948-4e98-bfb3-23dd10397490\", \"mac_address\":\"02:00:00:14:C7:F1\", \"name\":\"scw-tf-cluster-basic-default-0171d1b99bd34f55a\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}]}" + headers: + Content-Length: + - "1123" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:55:35 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 6b17132b-1a5b-4509-96fb-4aea2d06c3f4 + status: 200 OK + code: 200 + duration: 32.729368ms +- id: 74 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/a4c16505-bffe-478e-a0d3-5d6a31986e90 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1635 + body: "{\"region\":\"fr-par\", \"id\":\"a4c16505-bffe-478e-a0d3-5d6a31986e90\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:51:14.772780Z\", \"updated_at\":\"2025-10-30T16:52:52.210543Z\", \"type\":\"kapsule\", \"name\":\"tf-cluster-basic\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"data_scaleway_k8s_cluster\", \"basic\"], \"cluster_url\":\"https://a4c16505-bffe-478e-a0d3-5d6a31986e90.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.a4c16505-bffe-478e-a0d3-5d6a31986e90.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"66470a27-4266-4f37-8e20-6bf15260d20b\", \"commitment_ends_at\":\"2025-10-30T16:51:14.772791Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"9e0020d0-5137-4599-9b5f-9723ae47c89a\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1635" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:55:35 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 3d882729-9412-4f89-a23f-20807b6a7a6c + status: 200 OK + code: 200 + duration: 20.192608ms +- id: 75 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/a4c16505-bffe-478e-a0d3-5d6a31986e90 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1635 + body: "{\"region\":\"fr-par\", \"id\":\"a4c16505-bffe-478e-a0d3-5d6a31986e90\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:51:14.772780Z\", \"updated_at\":\"2025-10-30T16:52:52.210543Z\", \"type\":\"kapsule\", \"name\":\"tf-cluster-basic\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"data_scaleway_k8s_cluster\", \"basic\"], \"cluster_url\":\"https://a4c16505-bffe-478e-a0d3-5d6a31986e90.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.a4c16505-bffe-478e-a0d3-5d6a31986e90.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"66470a27-4266-4f37-8e20-6bf15260d20b\", \"commitment_ends_at\":\"2025-10-30T16:51:14.772791Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"9e0020d0-5137-4599-9b5f-9723ae47c89a\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1635" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:55:35 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 9401acae-e814-411a-94e8-c99e8e921d93 + status: 200 OK + code: 200 + duration: 24.87173ms +- id: 76 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/a4c16505-bffe-478e-a0d3-5d6a31986e90 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1635 + body: "{\"region\":\"fr-par\", \"id\":\"a4c16505-bffe-478e-a0d3-5d6a31986e90\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:51:14.772780Z\", \"updated_at\":\"2025-10-30T16:52:52.210543Z\", \"type\":\"kapsule\", \"name\":\"tf-cluster-basic\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"data_scaleway_k8s_cluster\", \"basic\"], \"cluster_url\":\"https://a4c16505-bffe-478e-a0d3-5d6a31986e90.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.a4c16505-bffe-478e-a0d3-5d6a31986e90.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"66470a27-4266-4f37-8e20-6bf15260d20b\", \"commitment_ends_at\":\"2025-10-30T16:51:14.772791Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"9e0020d0-5137-4599-9b5f-9723ae47c89a\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1635" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:55:35 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 6db4e597-c083-4d79-b172-38f7d12d255e + status: 200 OK + code: 200 + duration: 31.406825ms +- id: 77 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + form: + name: + - tf-cluster-basic + order_by: + - created_at_asc + status: + - unknown + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters?name=tf-cluster-basic&order_by=created_at_asc&status=unknown + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1667 + body: "{\"total_count\":1, \"clusters\":[{\"region\":\"fr-par\", \"id\":\"a4c16505-bffe-478e-a0d3-5d6a31986e90\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:51:14.772780Z\", \"updated_at\":\"2025-10-30T16:52:52.210543Z\", \"type\":\"kapsule\", \"name\":\"tf-cluster-basic\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"data_scaleway_k8s_cluster\", \"basic\"], \"cluster_url\":\"https://a4c16505-bffe-478e-a0d3-5d6a31986e90.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.a4c16505-bffe-478e-a0d3-5d6a31986e90.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"66470a27-4266-4f37-8e20-6bf15260d20b\", \"commitment_ends_at\":\"2025-10-30T16:51:14.772791Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"9e0020d0-5137-4599-9b5f-9723ae47c89a\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}]}" + headers: + Content-Length: + - "1667" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:55:35 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 457b13a3-5767-4607-bad6-b7be179d9172 + status: 200 OK + code: 200 + duration: 111.746498ms +- id: 78 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/a4c16505-bffe-478e-a0d3-5d6a31986e90/kubeconfig + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1666 + body: "{\"name\":\"kubeconfig\", \"content_type\":\"application/octet-stream\", \"content\":\"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogInRmLWNsdXN0ZXItYmFzaWMiCiAgY2x1c3RlcjoKICAgIGNlcnRpZmljYXRlLWF1dGhvcml0eS1kYXRhOiBMUzB0TFMxQ1JVZEpUaUJEUlZKVVNVWkpRMEZVUlMwdExTMHRDazFKU1VKWGFrTkRRVkZIWjBGM1NVSkJaMGxDUVVSQlMwSm5aM0ZvYTJwUFVGRlJSRUZxUVZaTlVrMTNSVkZaUkZaUlVVUkZkM0J5WkZkS2JHTnROV3dLWkVkV2VrMUNORmhFVkVreFRWUkJlVTlVUlRKT1ZFVjRUa1p2V0VSVVRURk5WRUY1VDFSRk1rNVVSWGhPUm05M1JsUkZWRTFDUlVkQk1WVkZRWGhOU3dwaE0xWnBXbGhLZFZwWVVteGpla0phVFVKTlIwSjVjVWRUVFRRNVFXZEZSME5EY1VkVFRUUTVRWGRGU0VFd1NVRkNTbkJHWkU5eGJYTmxPRlJuUVM5eUNsaEhRMnRJSzA1alQza3ZRalJ6UkdobFREZ3hVVFpSUkd0Rk4wTXZTMjFoTm5KUmNtRkdiMWhpWkRoaWNrazNaMlkyTlV0U2QxTkxUMUZrZW1vclQwd0tlV0pRYkVSRFpXcFJha0pCVFVFMFIwRXhWV1JFZDBWQ0wzZFJSVUYzU1VOd1JFRlFRbWRPVmtoU1RVSkJaamhGUWxSQlJFRlJTQzlOUWpCSFFURlZaQXBFWjFGWFFrSlRlSE14U1U0M09UQkROMkpDTDJGdk1YbGFSbU5aTkVzNGRYUlVRVXRDWjJkeGFHdHFUMUJSVVVSQlowNUlRVVJDUlVGcFJVRXhTV1JpQ2pka1JtZFlOR2hJVUV4VmFsZHFSblJ4VWpGM1UzWlVXWGxEVlRoR1p6QnlhSEI2Yms1aldVTklNMnRxZVRsemJqRmpha28yVVUwNE5XWXdlQ3ROZDBRS1pYQkJNRnBwV0VkVFlYaHFWVlZqWnpkUU1EMEtMUzB0TFMxRlRrUWdRMFZTVkVsR1NVTkJWRVV0TFMwdExRbz0KICAgIHNlcnZlcjogaHR0cHM6Ly9hNGMxNjUwNS1iZmZlLTQ3OGUtYTBkMy01ZDZhMzE5ODZlOTAuYXBpLms4cy5mci1wYXIuc2N3LmNsb3VkOjY0NDMKY29udGV4dHM6Ci0gbmFtZTogYWRtaW5AdGYtY2x1c3Rlci1iYXNpYwogIGNvbnRleHQ6CiAgICBjbHVzdGVyOiAidGYtY2x1c3Rlci1iYXNpYyIKICAgIHVzZXI6IHRmLWNsdXN0ZXItYmFzaWMtYWRtaW4KY3VycmVudC1jb250ZXh0OiBhZG1pbkB0Zi1jbHVzdGVyLWJhc2ljCmtpbmQ6IENvbmZpZwpwcmVmZXJlbmNlczoge30KdXNlcnM6Ci0gbmFtZTogdGYtY2x1c3Rlci1iYXNpYy1hZG1pbgogIHVzZXI6CiAgICB0b2tlbjogZGlucjJuU2FrTU5VU3lZUExJRHAyMTA4ejg4dHJGekhPTXdaeE1sWUVyeXF5cjl1Q2FSVG01Qlo=\"}" + headers: + Content-Length: + - "1666" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:55:35 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 213ae736-84e6-4cdf-98cf-e54ff7c8fb13 + status: 200 OK + code: 200 + duration: 87.944777ms +- id: 79 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/a4c16505-bffe-478e-a0d3-5d6a31986e90 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1635 + body: "{\"region\":\"fr-par\", \"id\":\"a4c16505-bffe-478e-a0d3-5d6a31986e90\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:51:14.772780Z\", \"updated_at\":\"2025-10-30T16:52:52.210543Z\", \"type\":\"kapsule\", \"name\":\"tf-cluster-basic\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"data_scaleway_k8s_cluster\", \"basic\"], \"cluster_url\":\"https://a4c16505-bffe-478e-a0d3-5d6a31986e90.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.a4c16505-bffe-478e-a0d3-5d6a31986e90.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"66470a27-4266-4f37-8e20-6bf15260d20b\", \"commitment_ends_at\":\"2025-10-30T16:51:14.772791Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"9e0020d0-5137-4599-9b5f-9723ae47c89a\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1635" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:55:35 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - ce5ad9a4-a14c-417b-a863-985218372956 + status: 200 OK + code: 200 + duration: 20.595614ms +- id: 80 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/a4c16505-bffe-478e-a0d3-5d6a31986e90/kubeconfig + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1666 + body: "{\"name\":\"kubeconfig\", \"content_type\":\"application/octet-stream\", \"content\":\"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogInRmLWNsdXN0ZXItYmFzaWMiCiAgY2x1c3RlcjoKICAgIGNlcnRpZmljYXRlLWF1dGhvcml0eS1kYXRhOiBMUzB0TFMxQ1JVZEpUaUJEUlZKVVNVWkpRMEZVUlMwdExTMHRDazFKU1VKWGFrTkRRVkZIWjBGM1NVSkJaMGxDUVVSQlMwSm5aM0ZvYTJwUFVGRlJSRUZxUVZaTlVrMTNSVkZaUkZaUlVVUkZkM0J5WkZkS2JHTnROV3dLWkVkV2VrMUNORmhFVkVreFRWUkJlVTlVUlRKT1ZFVjRUa1p2V0VSVVRURk5WRUY1VDFSRk1rNVVSWGhPUm05M1JsUkZWRTFDUlVkQk1WVkZRWGhOU3dwaE0xWnBXbGhLZFZwWVVteGpla0phVFVKTlIwSjVjVWRUVFRRNVFXZEZSME5EY1VkVFRUUTVRWGRGU0VFd1NVRkNTbkJHWkU5eGJYTmxPRlJuUVM5eUNsaEhRMnRJSzA1alQza3ZRalJ6UkdobFREZ3hVVFpSUkd0Rk4wTXZTMjFoTm5KUmNtRkdiMWhpWkRoaWNrazNaMlkyTlV0U2QxTkxUMUZrZW1vclQwd0tlV0pRYkVSRFpXcFJha0pCVFVFMFIwRXhWV1JFZDBWQ0wzZFJSVUYzU1VOd1JFRlFRbWRPVmtoU1RVSkJaamhGUWxSQlJFRlJTQzlOUWpCSFFURlZaQXBFWjFGWFFrSlRlSE14U1U0M09UQkROMkpDTDJGdk1YbGFSbU5aTkVzNGRYUlVRVXRDWjJkeGFHdHFUMUJSVVVSQlowNUlRVVJDUlVGcFJVRXhTV1JpQ2pka1JtZFlOR2hJVUV4VmFsZHFSblJ4VWpGM1UzWlVXWGxEVlRoR1p6QnlhSEI2Yms1aldVTklNMnRxZVRsemJqRmpha28yVVUwNE5XWXdlQ3ROZDBRS1pYQkJNRnBwV0VkVFlYaHFWVlZqWnpkUU1EMEtMUzB0TFMxRlRrUWdRMFZTVkVsR1NVTkJWRVV0TFMwdExRbz0KICAgIHNlcnZlcjogaHR0cHM6Ly9hNGMxNjUwNS1iZmZlLTQ3OGUtYTBkMy01ZDZhMzE5ODZlOTAuYXBpLms4cy5mci1wYXIuc2N3LmNsb3VkOjY0NDMKY29udGV4dHM6Ci0gbmFtZTogYWRtaW5AdGYtY2x1c3Rlci1iYXNpYwogIGNvbnRleHQ6CiAgICBjbHVzdGVyOiAidGYtY2x1c3Rlci1iYXNpYyIKICAgIHVzZXI6IHRmLWNsdXN0ZXItYmFzaWMtYWRtaW4KY3VycmVudC1jb250ZXh0OiBhZG1pbkB0Zi1jbHVzdGVyLWJhc2ljCmtpbmQ6IENvbmZpZwpwcmVmZXJlbmNlczoge30KdXNlcnM6Ci0gbmFtZTogdGYtY2x1c3Rlci1iYXNpYy1hZG1pbgogIHVzZXI6CiAgICB0b2tlbjogZGlucjJuU2FrTU5VU3lZUExJRHAyMTA4ejg4dHJGekhPTXdaeE1sWUVyeXF5cjl1Q2FSVG01Qlo=\"}" + headers: + Content-Length: + - "1666" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:55:36 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 5ba893fc-ccbe-4732-a35b-4572d725158c + status: 200 OK + code: 200 + duration: 89.424314ms +- id: 81 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/vpc/v2/regions/fr-par/vpcs/60284594-bb0a-4343-bed9-f7375e44e80b + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 428 + body: "{\"id\":\"60284594-bb0a-4343-bed9-f7375e44e80b\", \"name\":\"TestAccDataSourceCluster_Basic\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:51:13.728379Z\", \"updated_at\":\"2025-10-30T16:51:13.728379Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_default\":false, \"private_network_count\":1, \"routing_enabled\":true, \"custom_routes_propagation_enabled\":true, \"region\":\"fr-par\"}" + headers: + Content-Length: + - "428" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:55:36 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - f3aa5511-8749-44a3-9505-4b2b3f9a845c + status: 200 OK + code: 200 + duration: 34.804451ms +- id: 82 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks/66470a27-4266-4f37-8e20-6bf15260d20b + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1095 + body: "{\"id\":\"66470a27-4266-4f37-8e20-6bf15260d20b\", \"name\":\"test-data-source-cluster\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:51:13.852665Z\", \"updated_at\":\"2025-10-30T16:51:13.852665Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"subnets\":[{\"id\":\"468952b2-af55-4445-bbef-dd440556b291\", \"created_at\":\"2025-10-30T16:51:13.852665Z\", \"updated_at\":\"2025-10-30T16:51:13.852665Z\", \"subnet\":\"172.17.108.0/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"66470a27-4266-4f37-8e20-6bf15260d20b\", \"vpc_id\":\"60284594-bb0a-4343-bed9-f7375e44e80b\"}, {\"id\":\"74ca9ee6-21e1-4d13-a7ca-a9f2e5b2adac\", \"created_at\":\"2025-10-30T16:51:13.852665Z\", \"updated_at\":\"2025-10-30T16:51:13.852665Z\", \"subnet\":\"fd5f:519c:6d46:2cac::/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"66470a27-4266-4f37-8e20-6bf15260d20b\", \"vpc_id\":\"60284594-bb0a-4343-bed9-f7375e44e80b\"}], \"vpc_id\":\"60284594-bb0a-4343-bed9-f7375e44e80b\", \"dhcp_enabled\":true, \"default_route_propagation_enabled\":false, \"region\":\"fr-par\"}" + headers: + Content-Length: + - "1095" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:55:36 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 88e79f1d-287e-424a-b53f-76d876b71ca4 + status: 200 OK + code: 200 + duration: 27.23246ms +- id: 83 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/a4c16505-bffe-478e-a0d3-5d6a31986e90 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1635 + body: "{\"region\":\"fr-par\", \"id\":\"a4c16505-bffe-478e-a0d3-5d6a31986e90\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:51:14.772780Z\", \"updated_at\":\"2025-10-30T16:52:52.210543Z\", \"type\":\"kapsule\", \"name\":\"tf-cluster-basic\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"data_scaleway_k8s_cluster\", \"basic\"], \"cluster_url\":\"https://a4c16505-bffe-478e-a0d3-5d6a31986e90.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.a4c16505-bffe-478e-a0d3-5d6a31986e90.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"66470a27-4266-4f37-8e20-6bf15260d20b\", \"commitment_ends_at\":\"2025-10-30T16:51:14.772791Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"9e0020d0-5137-4599-9b5f-9723ae47c89a\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1635" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:55:36 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 268d9ffb-9e4a-4407-9cbe-c002a99a2d60 + status: 200 OK + code: 200 + duration: 19.381526ms +- id: 84 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/a4c16505-bffe-478e-a0d3-5d6a31986e90/kubeconfig + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1666 + body: "{\"name\":\"kubeconfig\", \"content_type\":\"application/octet-stream\", \"content\":\"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogInRmLWNsdXN0ZXItYmFzaWMiCiAgY2x1c3RlcjoKICAgIGNlcnRpZmljYXRlLWF1dGhvcml0eS1kYXRhOiBMUzB0TFMxQ1JVZEpUaUJEUlZKVVNVWkpRMEZVUlMwdExTMHRDazFKU1VKWGFrTkRRVkZIWjBGM1NVSkJaMGxDUVVSQlMwSm5aM0ZvYTJwUFVGRlJSRUZxUVZaTlVrMTNSVkZaUkZaUlVVUkZkM0J5WkZkS2JHTnROV3dLWkVkV2VrMUNORmhFVkVreFRWUkJlVTlVUlRKT1ZFVjRUa1p2V0VSVVRURk5WRUY1VDFSRk1rNVVSWGhPUm05M1JsUkZWRTFDUlVkQk1WVkZRWGhOU3dwaE0xWnBXbGhLZFZwWVVteGpla0phVFVKTlIwSjVjVWRUVFRRNVFXZEZSME5EY1VkVFRUUTVRWGRGU0VFd1NVRkNTbkJHWkU5eGJYTmxPRlJuUVM5eUNsaEhRMnRJSzA1alQza3ZRalJ6UkdobFREZ3hVVFpSUkd0Rk4wTXZTMjFoTm5KUmNtRkdiMWhpWkRoaWNrazNaMlkyTlV0U2QxTkxUMUZrZW1vclQwd0tlV0pRYkVSRFpXcFJha0pCVFVFMFIwRXhWV1JFZDBWQ0wzZFJSVUYzU1VOd1JFRlFRbWRPVmtoU1RVSkJaamhGUWxSQlJFRlJTQzlOUWpCSFFURlZaQXBFWjFGWFFrSlRlSE14U1U0M09UQkROMkpDTDJGdk1YbGFSbU5aTkVzNGRYUlVRVXRDWjJkeGFHdHFUMUJSVVVSQlowNUlRVVJDUlVGcFJVRXhTV1JpQ2pka1JtZFlOR2hJVUV4VmFsZHFSblJ4VWpGM1UzWlVXWGxEVlRoR1p6QnlhSEI2Yms1aldVTklNMnRxZVRsemJqRmpha28yVVUwNE5XWXdlQ3ROZDBRS1pYQkJNRnBwV0VkVFlYaHFWVlZqWnpkUU1EMEtMUzB0TFMxRlRrUWdRMFZTVkVsR1NVTkJWRVV0TFMwdExRbz0KICAgIHNlcnZlcjogaHR0cHM6Ly9hNGMxNjUwNS1iZmZlLTQ3OGUtYTBkMy01ZDZhMzE5ODZlOTAuYXBpLms4cy5mci1wYXIuc2N3LmNsb3VkOjY0NDMKY29udGV4dHM6Ci0gbmFtZTogYWRtaW5AdGYtY2x1c3Rlci1iYXNpYwogIGNvbnRleHQ6CiAgICBjbHVzdGVyOiAidGYtY2x1c3Rlci1iYXNpYyIKICAgIHVzZXI6IHRmLWNsdXN0ZXItYmFzaWMtYWRtaW4KY3VycmVudC1jb250ZXh0OiBhZG1pbkB0Zi1jbHVzdGVyLWJhc2ljCmtpbmQ6IENvbmZpZwpwcmVmZXJlbmNlczoge30KdXNlcnM6Ci0gbmFtZTogdGYtY2x1c3Rlci1iYXNpYy1hZG1pbgogIHVzZXI6CiAgICB0b2tlbjogZGlucjJuU2FrTU5VU3lZUExJRHAyMTA4ejg4dHJGekhPTXdaeE1sWUVyeXF5cjl1Q2FSVG01Qlo=\"}" + headers: + Content-Length: + - "1666" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:55:36 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 1cd5dbf3-99a7-413d-bfac-340bfec5fab3 + status: 200 OK + code: 200 + duration: 24.229374ms +- id: 85 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/16c99ed8-da30-4867-b6a9-e35deb88ccab + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 704 + body: "{\"region\":\"fr-par\", \"id\":\"16c99ed8-da30-4867-b6a9-e35deb88ccab\", \"cluster_id\":\"a4c16505-bffe-478e-a0d3-5d6a31986e90\", \"created_at\":\"2025-10-30T16:51:20.352813Z\", \"updated_at\":\"2025-10-30T16:55:32.030313Z\", \"name\":\"default\", \"status\":\"ready\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "704" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:55:36 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - dc0706a8-6ba2-4837-a2f6-fa3d9f883394 + status: 200 OK + code: 200 + duration: 25.371097ms +- id: 86 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/a4c16505-bffe-478e-a0d3-5d6a31986e90 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1635 + body: "{\"region\":\"fr-par\", \"id\":\"a4c16505-bffe-478e-a0d3-5d6a31986e90\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:51:14.772780Z\", \"updated_at\":\"2025-10-30T16:52:52.210543Z\", \"type\":\"kapsule\", \"name\":\"tf-cluster-basic\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"data_scaleway_k8s_cluster\", \"basic\"], \"cluster_url\":\"https://a4c16505-bffe-478e-a0d3-5d6a31986e90.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.a4c16505-bffe-478e-a0d3-5d6a31986e90.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"66470a27-4266-4f37-8e20-6bf15260d20b\", \"commitment_ends_at\":\"2025-10-30T16:51:14.772791Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"9e0020d0-5137-4599-9b5f-9723ae47c89a\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1635" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:55:36 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - f25d3a10-ecde-4908-a90b-6527b9e25ac2 + status: 200 OK + code: 200 + duration: 26.642593ms +- id: 87 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + form: + name: + - tf-cluster-basic + order_by: + - created_at_asc + status: + - unknown + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters?name=tf-cluster-basic&order_by=created_at_asc&status=unknown + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1667 + body: "{\"total_count\":1, \"clusters\":[{\"region\":\"fr-par\", \"id\":\"a4c16505-bffe-478e-a0d3-5d6a31986e90\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:51:14.772780Z\", \"updated_at\":\"2025-10-30T16:52:52.210543Z\", \"type\":\"kapsule\", \"name\":\"tf-cluster-basic\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"data_scaleway_k8s_cluster\", \"basic\"], \"cluster_url\":\"https://a4c16505-bffe-478e-a0d3-5d6a31986e90.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.a4c16505-bffe-478e-a0d3-5d6a31986e90.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"66470a27-4266-4f37-8e20-6bf15260d20b\", \"commitment_ends_at\":\"2025-10-30T16:51:14.772791Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"9e0020d0-5137-4599-9b5f-9723ae47c89a\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}]}" + headers: + Content-Length: + - "1667" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:55:36 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 3d7766a3-7c0c-456e-9a42-5e7ec65d9600 + status: 200 OK + code: 200 + duration: 34.373724ms +- id: 88 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + form: + order_by: + - created_at_asc + page: + - "1" + pool_id: + - 16c99ed8-da30-4867-b6a9-e35deb88ccab + status: + - unknown + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/a4c16505-bffe-478e-a0d3-5d6a31986e90/nodes?order_by=created_at_asc&page=1&pool_id=16c99ed8-da30-4867-b6a9-e35deb88ccab&status=unknown + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 621 + body: "{\"total_count\":1, \"nodes\":[{\"region\":\"fr-par\", \"id\":\"0171d1b9-9bd3-4f55-abaa-af8f0521b849\", \"cluster_id\":\"a4c16505-bffe-478e-a0d3-5d6a31986e90\", \"created_at\":\"2025-10-30T16:54:36.556869Z\", \"updated_at\":\"2025-10-30T16:55:32.020365Z\", \"pool_id\":\"16c99ed8-da30-4867-b6a9-e35deb88ccab\", \"status\":\"ready\", \"conditions\":{\"DiskPressure\":\"False\", \"MemoryPressure\":\"False\", \"PIDPressure\":\"False\", \"Ready\":\"True\"}, \"name\":\"scw-tf-cluster-basic-default-0171d1b99bd34f55a\", \"public_ip_v4\":\"163.172.149.221\", \"public_ip_v6\":null, \"provider_id\":\"scaleway://instance/fr-par-1/d723decb-3358-416a-9104-299752ba1318\", \"error_message\":\"\"}]}" + headers: + Content-Length: + - "621" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:55:36 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 2457b6d8-4e44-4376-92c3-b0c13b163d82 + status: 200 OK + code: 200 + duration: 24.282464ms +- id: 89 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/a4c16505-bffe-478e-a0d3-5d6a31986e90/kubeconfig + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1666 + body: "{\"name\":\"kubeconfig\", \"content_type\":\"application/octet-stream\", \"content\":\"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogInRmLWNsdXN0ZXItYmFzaWMiCiAgY2x1c3RlcjoKICAgIGNlcnRpZmljYXRlLWF1dGhvcml0eS1kYXRhOiBMUzB0TFMxQ1JVZEpUaUJEUlZKVVNVWkpRMEZVUlMwdExTMHRDazFKU1VKWGFrTkRRVkZIWjBGM1NVSkJaMGxDUVVSQlMwSm5aM0ZvYTJwUFVGRlJSRUZxUVZaTlVrMTNSVkZaUkZaUlVVUkZkM0J5WkZkS2JHTnROV3dLWkVkV2VrMUNORmhFVkVreFRWUkJlVTlVUlRKT1ZFVjRUa1p2V0VSVVRURk5WRUY1VDFSRk1rNVVSWGhPUm05M1JsUkZWRTFDUlVkQk1WVkZRWGhOU3dwaE0xWnBXbGhLZFZwWVVteGpla0phVFVKTlIwSjVjVWRUVFRRNVFXZEZSME5EY1VkVFRUUTVRWGRGU0VFd1NVRkNTbkJHWkU5eGJYTmxPRlJuUVM5eUNsaEhRMnRJSzA1alQza3ZRalJ6UkdobFREZ3hVVFpSUkd0Rk4wTXZTMjFoTm5KUmNtRkdiMWhpWkRoaWNrazNaMlkyTlV0U2QxTkxUMUZrZW1vclQwd0tlV0pRYkVSRFpXcFJha0pCVFVFMFIwRXhWV1JFZDBWQ0wzZFJSVUYzU1VOd1JFRlFRbWRPVmtoU1RVSkJaamhGUWxSQlJFRlJTQzlOUWpCSFFURlZaQXBFWjFGWFFrSlRlSE14U1U0M09UQkROMkpDTDJGdk1YbGFSbU5aTkVzNGRYUlVRVXRDWjJkeGFHdHFUMUJSVVVSQlowNUlRVVJDUlVGcFJVRXhTV1JpQ2pka1JtZFlOR2hJVUV4VmFsZHFSblJ4VWpGM1UzWlVXWGxEVlRoR1p6QnlhSEI2Yms1aldVTklNMnRxZVRsemJqRmpha28yVVUwNE5XWXdlQ3ROZDBRS1pYQkJNRnBwV0VkVFlYaHFWVlZqWnpkUU1EMEtMUzB0TFMxRlRrUWdRMFZTVkVsR1NVTkJWRVV0TFMwdExRbz0KICAgIHNlcnZlcjogaHR0cHM6Ly9hNGMxNjUwNS1iZmZlLTQ3OGUtYTBkMy01ZDZhMzE5ODZlOTAuYXBpLms4cy5mci1wYXIuc2N3LmNsb3VkOjY0NDMKY29udGV4dHM6Ci0gbmFtZTogYWRtaW5AdGYtY2x1c3Rlci1iYXNpYwogIGNvbnRleHQ6CiAgICBjbHVzdGVyOiAidGYtY2x1c3Rlci1iYXNpYyIKICAgIHVzZXI6IHRmLWNsdXN0ZXItYmFzaWMtYWRtaW4KY3VycmVudC1jb250ZXh0OiBhZG1pbkB0Zi1jbHVzdGVyLWJhc2ljCmtpbmQ6IENvbmZpZwpwcmVmZXJlbmNlczoge30KdXNlcnM6Ci0gbmFtZTogdGYtY2x1c3Rlci1iYXNpYy1hZG1pbgogIHVzZXI6CiAgICB0b2tlbjogZGlucjJuU2FrTU5VU3lZUExJRHAyMTA4ejg4dHJGekhPTXdaeE1sWUVyeXF5cjl1Q2FSVG01Qlo=\"}" + headers: + Content-Length: + - "1666" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:55:36 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 4d4bb4a7-ad6c-4749-b121-170b3282825a + status: 200 OK + code: 200 + duration: 27.113898ms +- id: 90 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/a4c16505-bffe-478e-a0d3-5d6a31986e90 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1635 + body: "{\"region\":\"fr-par\", \"id\":\"a4c16505-bffe-478e-a0d3-5d6a31986e90\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:51:14.772780Z\", \"updated_at\":\"2025-10-30T16:52:52.210543Z\", \"type\":\"kapsule\", \"name\":\"tf-cluster-basic\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"data_scaleway_k8s_cluster\", \"basic\"], \"cluster_url\":\"https://a4c16505-bffe-478e-a0d3-5d6a31986e90.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.a4c16505-bffe-478e-a0d3-5d6a31986e90.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"66470a27-4266-4f37-8e20-6bf15260d20b\", \"commitment_ends_at\":\"2025-10-30T16:51:14.772791Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"9e0020d0-5137-4599-9b5f-9723ae47c89a\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1635" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:55:36 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - bf9e15d4-a1d7-4512-b3b8-9ba1ed882c86 + status: 200 OK + code: 200 + duration: 24.439338ms +- id: 91 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/a4c16505-bffe-478e-a0d3-5d6a31986e90 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1635 + body: "{\"region\":\"fr-par\", \"id\":\"a4c16505-bffe-478e-a0d3-5d6a31986e90\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:51:14.772780Z\", \"updated_at\":\"2025-10-30T16:52:52.210543Z\", \"type\":\"kapsule\", \"name\":\"tf-cluster-basic\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"data_scaleway_k8s_cluster\", \"basic\"], \"cluster_url\":\"https://a4c16505-bffe-478e-a0d3-5d6a31986e90.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.a4c16505-bffe-478e-a0d3-5d6a31986e90.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"66470a27-4266-4f37-8e20-6bf15260d20b\", \"commitment_ends_at\":\"2025-10-30T16:51:14.772791Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"9e0020d0-5137-4599-9b5f-9723ae47c89a\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1635" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:55:36 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 48b55288-e545-42b1-976c-7c6160cc13ad + status: 200 OK + code: 200 + duration: 22.08516ms +- id: 92 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/a4c16505-bffe-478e-a0d3-5d6a31986e90/kubeconfig + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1666 + body: "{\"name\":\"kubeconfig\", \"content_type\":\"application/octet-stream\", \"content\":\"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogInRmLWNsdXN0ZXItYmFzaWMiCiAgY2x1c3RlcjoKICAgIGNlcnRpZmljYXRlLWF1dGhvcml0eS1kYXRhOiBMUzB0TFMxQ1JVZEpUaUJEUlZKVVNVWkpRMEZVUlMwdExTMHRDazFKU1VKWGFrTkRRVkZIWjBGM1NVSkJaMGxDUVVSQlMwSm5aM0ZvYTJwUFVGRlJSRUZxUVZaTlVrMTNSVkZaUkZaUlVVUkZkM0J5WkZkS2JHTnROV3dLWkVkV2VrMUNORmhFVkVreFRWUkJlVTlVUlRKT1ZFVjRUa1p2V0VSVVRURk5WRUY1VDFSRk1rNVVSWGhPUm05M1JsUkZWRTFDUlVkQk1WVkZRWGhOU3dwaE0xWnBXbGhLZFZwWVVteGpla0phVFVKTlIwSjVjVWRUVFRRNVFXZEZSME5EY1VkVFRUUTVRWGRGU0VFd1NVRkNTbkJHWkU5eGJYTmxPRlJuUVM5eUNsaEhRMnRJSzA1alQza3ZRalJ6UkdobFREZ3hVVFpSUkd0Rk4wTXZTMjFoTm5KUmNtRkdiMWhpWkRoaWNrazNaMlkyTlV0U2QxTkxUMUZrZW1vclQwd0tlV0pRYkVSRFpXcFJha0pCVFVFMFIwRXhWV1JFZDBWQ0wzZFJSVUYzU1VOd1JFRlFRbWRPVmtoU1RVSkJaamhGUWxSQlJFRlJTQzlOUWpCSFFURlZaQXBFWjFGWFFrSlRlSE14U1U0M09UQkROMkpDTDJGdk1YbGFSbU5aTkVzNGRYUlVRVXRDWjJkeGFHdHFUMUJSVVVSQlowNUlRVVJDUlVGcFJVRXhTV1JpQ2pka1JtZFlOR2hJVUV4VmFsZHFSblJ4VWpGM1UzWlVXWGxEVlRoR1p6QnlhSEI2Yms1aldVTklNMnRxZVRsemJqRmpha28yVVUwNE5XWXdlQ3ROZDBRS1pYQkJNRnBwV0VkVFlYaHFWVlZqWnpkUU1EMEtMUzB0TFMxRlRrUWdRMFZTVkVsR1NVTkJWRVV0TFMwdExRbz0KICAgIHNlcnZlcjogaHR0cHM6Ly9hNGMxNjUwNS1iZmZlLTQ3OGUtYTBkMy01ZDZhMzE5ODZlOTAuYXBpLms4cy5mci1wYXIuc2N3LmNsb3VkOjY0NDMKY29udGV4dHM6Ci0gbmFtZTogYWRtaW5AdGYtY2x1c3Rlci1iYXNpYwogIGNvbnRleHQ6CiAgICBjbHVzdGVyOiAidGYtY2x1c3Rlci1iYXNpYyIKICAgIHVzZXI6IHRmLWNsdXN0ZXItYmFzaWMtYWRtaW4KY3VycmVudC1jb250ZXh0OiBhZG1pbkB0Zi1jbHVzdGVyLWJhc2ljCmtpbmQ6IENvbmZpZwpwcmVmZXJlbmNlczoge30KdXNlcnM6Ci0gbmFtZTogdGYtY2x1c3Rlci1iYXNpYy1hZG1pbgogIHVzZXI6CiAgICB0b2tlbjogZGlucjJuU2FrTU5VU3lZUExJRHAyMTA4ejg4dHJGekhPTXdaeE1sWUVyeXF5cjl1Q2FSVG01Qlo=\"}" + headers: + Content-Length: + - "1666" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:55:36 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 4e75aa46-dd50-45e5-a340-4aa1e1652d58 + status: 200 OK + code: 200 + duration: 26.214871ms +- id: 93 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + form: + order_by: + - created_at_desc + project_id: + - 105bdce1-64c0-48ab-899d-868455867ecf + resource_name: + - scw-tf-cluster-basic-default-0171d1b99bd34f55a + resource_type: + - unknown_type + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/ipam/v1/regions/fr-par/ips?order_by=created_at_desc&project_id=105bdce1-64c0-48ab-899d-868455867ecf&resource_name=scw-tf-cluster-basic-default-0171d1b99bd34f55a&resource_type=unknown_type + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1123 + body: "{\"total_count\":2, \"ips\":[{\"id\":\"75fd09c2-c088-4df6-a341-69e97c22d1d0\", \"address\":\"fd5f:519c:6d46:2cac:5439:8e0a:6e84:7c91/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":true, \"created_at\":\"2025-10-30T16:54:39.822358Z\", \"updated_at\":\"2025-10-30T16:54:39.822358Z\", \"source\":{\"subnet_id\":\"74ca9ee6-21e1-4d13-a7ca-a9f2e5b2adac\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"fc741fdb-c948-4e98-bfb3-23dd10397490\", \"mac_address\":\"02:00:00:14:C7:F1\", \"name\":\"scw-tf-cluster-basic-default-0171d1b99bd34f55a\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}, {\"id\":\"bf735446-f6d3-4b4d-bf2f-866409f4bed1\", \"address\":\"172.17.108.3/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":false, \"created_at\":\"2025-10-30T16:54:39.706019Z\", \"updated_at\":\"2025-10-30T16:54:39.706019Z\", \"source\":{\"subnet_id\":\"468952b2-af55-4445-bbef-dd440556b291\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"fc741fdb-c948-4e98-bfb3-23dd10397490\", \"mac_address\":\"02:00:00:14:C7:F1\", \"name\":\"scw-tf-cluster-basic-default-0171d1b99bd34f55a\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}]}" + headers: + Content-Length: + - "1123" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:55:36 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 833812de-7c0d-4fbf-bbee-0f34aa418c33 + status: 200 OK + code: 200 + duration: 32.167562ms +- id: 94 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/16c99ed8-da30-4867-b6a9-e35deb88ccab + method: DELETE + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 707 + body: "{\"region\":\"fr-par\", \"id\":\"16c99ed8-da30-4867-b6a9-e35deb88ccab\", \"cluster_id\":\"a4c16505-bffe-478e-a0d3-5d6a31986e90\", \"created_at\":\"2025-10-30T16:51:20.352813Z\", \"updated_at\":\"2025-10-30T16:55:36.632062Z\", \"name\":\"default\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "707" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:55:36 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - d9f8d164-399b-4979-9986-4920b7c0e5dd + status: 200 OK + code: 200 + duration: 52.410355ms +- id: 95 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/16c99ed8-da30-4867-b6a9-e35deb88ccab + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 707 + body: "{\"region\":\"fr-par\", \"id\":\"16c99ed8-da30-4867-b6a9-e35deb88ccab\", \"cluster_id\":\"a4c16505-bffe-478e-a0d3-5d6a31986e90\", \"created_at\":\"2025-10-30T16:51:20.352813Z\", \"updated_at\":\"2025-10-30T16:55:36.632062Z\", \"name\":\"default\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "707" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:55:36 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - a3e8dff9-c7af-4a3a-a7c2-0f1c2ea030d1 + status: 200 OK + code: 200 + duration: 87.794215ms +- id: 96 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/16c99ed8-da30-4867-b6a9-e35deb88ccab + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 707 + body: "{\"region\":\"fr-par\", \"id\":\"16c99ed8-da30-4867-b6a9-e35deb88ccab\", \"cluster_id\":\"a4c16505-bffe-478e-a0d3-5d6a31986e90\", \"created_at\":\"2025-10-30T16:51:20.352813Z\", \"updated_at\":\"2025-10-30T16:55:36.632062Z\", \"name\":\"default\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "707" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:55:41 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 982bbd52-a9cf-4e51-aebc-358233163794 + status: 200 OK + code: 200 + duration: 90.84572ms +- id: 97 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/16c99ed8-da30-4867-b6a9-e35deb88ccab + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 707 + body: "{\"region\":\"fr-par\", \"id\":\"16c99ed8-da30-4867-b6a9-e35deb88ccab\", \"cluster_id\":\"a4c16505-bffe-478e-a0d3-5d6a31986e90\", \"created_at\":\"2025-10-30T16:51:20.352813Z\", \"updated_at\":\"2025-10-30T16:55:36.632062Z\", \"name\":\"default\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "707" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:55:46 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 3da0b41a-e517-4faa-ae41-db34e5a80b4e + status: 200 OK + code: 200 + duration: 88.175199ms +- id: 98 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/16c99ed8-da30-4867-b6a9-e35deb88ccab + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 707 + body: "{\"region\":\"fr-par\", \"id\":\"16c99ed8-da30-4867-b6a9-e35deb88ccab\", \"cluster_id\":\"a4c16505-bffe-478e-a0d3-5d6a31986e90\", \"created_at\":\"2025-10-30T16:51:20.352813Z\", \"updated_at\":\"2025-10-30T16:55:36.632062Z\", \"name\":\"default\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "707" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:55:52 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - fa58b655-6ae2-49aa-a386-48891e3c68bd + status: 200 OK + code: 200 + duration: 84.029888ms +- id: 99 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/16c99ed8-da30-4867-b6a9-e35deb88ccab + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 707 + body: "{\"region\":\"fr-par\", \"id\":\"16c99ed8-da30-4867-b6a9-e35deb88ccab\", \"cluster_id\":\"a4c16505-bffe-478e-a0d3-5d6a31986e90\", \"created_at\":\"2025-10-30T16:51:20.352813Z\", \"updated_at\":\"2025-10-30T16:55:36.632062Z\", \"name\":\"default\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "707" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:55:57 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - dbc33c4a-5275-49c4-b9ab-45f64a79384f + status: 200 OK + code: 200 + duration: 105.723745ms +- id: 100 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/16c99ed8-da30-4867-b6a9-e35deb88ccab + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 707 + body: "{\"region\":\"fr-par\", \"id\":\"16c99ed8-da30-4867-b6a9-e35deb88ccab\", \"cluster_id\":\"a4c16505-bffe-478e-a0d3-5d6a31986e90\", \"created_at\":\"2025-10-30T16:51:20.352813Z\", \"updated_at\":\"2025-10-30T16:55:36.632062Z\", \"name\":\"default\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "707" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:56:02 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 4cfd0a53-4dd5-4251-b3e1-43c1cdf00d4d + status: 200 OK + code: 200 + duration: 101.614283ms +- id: 101 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/16c99ed8-da30-4867-b6a9-e35deb88ccab + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 707 + body: "{\"region\":\"fr-par\", \"id\":\"16c99ed8-da30-4867-b6a9-e35deb88ccab\", \"cluster_id\":\"a4c16505-bffe-478e-a0d3-5d6a31986e90\", \"created_at\":\"2025-10-30T16:51:20.352813Z\", \"updated_at\":\"2025-10-30T16:55:36.632062Z\", \"name\":\"default\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "707" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:56:07 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 81c50350-13db-4839-8adb-53f0b180eeaf + status: 200 OK + code: 200 + duration: 81.629935ms +- id: 102 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/16c99ed8-da30-4867-b6a9-e35deb88ccab + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 707 + body: "{\"region\":\"fr-par\", \"id\":\"16c99ed8-da30-4867-b6a9-e35deb88ccab\", \"cluster_id\":\"a4c16505-bffe-478e-a0d3-5d6a31986e90\", \"created_at\":\"2025-10-30T16:51:20.352813Z\", \"updated_at\":\"2025-10-30T16:55:36.632062Z\", \"name\":\"default\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "707" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:56:12 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 2b5a0512-d789-4e93-bc28-9b1f7eb094a5 + status: 200 OK + code: 200 + duration: 78.148421ms +- id: 103 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/16c99ed8-da30-4867-b6a9-e35deb88ccab + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 707 + body: "{\"region\":\"fr-par\", \"id\":\"16c99ed8-da30-4867-b6a9-e35deb88ccab\", \"cluster_id\":\"a4c16505-bffe-478e-a0d3-5d6a31986e90\", \"created_at\":\"2025-10-30T16:51:20.352813Z\", \"updated_at\":\"2025-10-30T16:55:36.632062Z\", \"name\":\"default\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "707" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:56:17 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 07e9a6ad-d8d8-40c4-a2a7-eb52b4140894 + status: 200 OK + code: 200 + duration: 119.514167ms +- id: 104 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/16c99ed8-da30-4867-b6a9-e35deb88ccab + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 707 + body: "{\"region\":\"fr-par\", \"id\":\"16c99ed8-da30-4867-b6a9-e35deb88ccab\", \"cluster_id\":\"a4c16505-bffe-478e-a0d3-5d6a31986e90\", \"created_at\":\"2025-10-30T16:51:20.352813Z\", \"updated_at\":\"2025-10-30T16:55:36.632062Z\", \"name\":\"default\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "707" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:56:22 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - cd383899-5e97-4dfe-a24d-d4a70c5e9922 + status: 200 OK + code: 200 + duration: 76.170569ms +- id: 105 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/16c99ed8-da30-4867-b6a9-e35deb88ccab + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 707 + body: "{\"region\":\"fr-par\", \"id\":\"16c99ed8-da30-4867-b6a9-e35deb88ccab\", \"cluster_id\":\"a4c16505-bffe-478e-a0d3-5d6a31986e90\", \"created_at\":\"2025-10-30T16:51:20.352813Z\", \"updated_at\":\"2025-10-30T16:55:36.632062Z\", \"name\":\"default\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "707" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:56:27 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - b09d6076-07dd-4d15-9c54-03f62636570a + status: 200 OK + code: 200 + duration: 79.902503ms +- id: 106 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/16c99ed8-da30-4867-b6a9-e35deb88ccab + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 707 + body: "{\"region\":\"fr-par\", \"id\":\"16c99ed8-da30-4867-b6a9-e35deb88ccab\", \"cluster_id\":\"a4c16505-bffe-478e-a0d3-5d6a31986e90\", \"created_at\":\"2025-10-30T16:51:20.352813Z\", \"updated_at\":\"2025-10-30T16:55:36.632062Z\", \"name\":\"default\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "707" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:56:32 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - a5b097a7-c14a-4409-ac15-14e15926d40f + status: 200 OK + code: 200 + duration: 101.331972ms +- id: 107 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/16c99ed8-da30-4867-b6a9-e35deb88ccab + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 707 + body: "{\"region\":\"fr-par\", \"id\":\"16c99ed8-da30-4867-b6a9-e35deb88ccab\", \"cluster_id\":\"a4c16505-bffe-478e-a0d3-5d6a31986e90\", \"created_at\":\"2025-10-30T16:51:20.352813Z\", \"updated_at\":\"2025-10-30T16:55:36.632062Z\", \"name\":\"default\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "707" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:56:37 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 77fd834a-070a-4260-96c7-5ff83ba28e68 + status: 200 OK + code: 200 + duration: 87.467651ms +- id: 108 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/16c99ed8-da30-4867-b6a9-e35deb88ccab + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 707 + body: "{\"region\":\"fr-par\", \"id\":\"16c99ed8-da30-4867-b6a9-e35deb88ccab\", \"cluster_id\":\"a4c16505-bffe-478e-a0d3-5d6a31986e90\", \"created_at\":\"2025-10-30T16:51:20.352813Z\", \"updated_at\":\"2025-10-30T16:55:36.632062Z\", \"name\":\"default\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "707" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:56:42 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 01ec5bee-e631-4373-8d72-719b6450ef5d + status: 200 OK + code: 200 + duration: 88.818768ms +- id: 109 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/16c99ed8-da30-4867-b6a9-e35deb88ccab + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 707 + body: "{\"region\":\"fr-par\", \"id\":\"16c99ed8-da30-4867-b6a9-e35deb88ccab\", \"cluster_id\":\"a4c16505-bffe-478e-a0d3-5d6a31986e90\", \"created_at\":\"2025-10-30T16:51:20.352813Z\", \"updated_at\":\"2025-10-30T16:55:36.632062Z\", \"name\":\"default\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "707" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:56:48 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 254b58c7-cc91-4f93-8204-0f7e276e2f2c + status: 200 OK + code: 200 + duration: 91.703832ms +- id: 110 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/16c99ed8-da30-4867-b6a9-e35deb88ccab + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 707 + body: "{\"region\":\"fr-par\", \"id\":\"16c99ed8-da30-4867-b6a9-e35deb88ccab\", \"cluster_id\":\"a4c16505-bffe-478e-a0d3-5d6a31986e90\", \"created_at\":\"2025-10-30T16:51:20.352813Z\", \"updated_at\":\"2025-10-30T16:55:36.632062Z\", \"name\":\"default\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "707" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:56:53 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - d64cb28e-29e1-404b-b760-1f12c811828b + status: 200 OK + code: 200 + duration: 94.446028ms +- id: 111 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/16c99ed8-da30-4867-b6a9-e35deb88ccab + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 707 + body: "{\"region\":\"fr-par\", \"id\":\"16c99ed8-da30-4867-b6a9-e35deb88ccab\", \"cluster_id\":\"a4c16505-bffe-478e-a0d3-5d6a31986e90\", \"created_at\":\"2025-10-30T16:51:20.352813Z\", \"updated_at\":\"2025-10-30T16:55:36.632062Z\", \"name\":\"default\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "707" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:56:58 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - ce39daed-2700-4bfe-b274-64b6e47e8a15 + status: 200 OK + code: 200 + duration: 81.965084ms +- id: 112 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/16c99ed8-da30-4867-b6a9-e35deb88ccab + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 707 + body: "{\"region\":\"fr-par\", \"id\":\"16c99ed8-da30-4867-b6a9-e35deb88ccab\", \"cluster_id\":\"a4c16505-bffe-478e-a0d3-5d6a31986e90\", \"created_at\":\"2025-10-30T16:51:20.352813Z\", \"updated_at\":\"2025-10-30T16:55:36.632062Z\", \"name\":\"default\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "707" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:57:03 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 044c11ee-6d5e-4857-9cf3-356116421bed + status: 200 OK + code: 200 + duration: 96.978672ms +- id: 113 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/16c99ed8-da30-4867-b6a9-e35deb88ccab + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 707 + body: "{\"region\":\"fr-par\", \"id\":\"16c99ed8-da30-4867-b6a9-e35deb88ccab\", \"cluster_id\":\"a4c16505-bffe-478e-a0d3-5d6a31986e90\", \"created_at\":\"2025-10-30T16:51:20.352813Z\", \"updated_at\":\"2025-10-30T16:55:36.632062Z\", \"name\":\"default\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "707" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:57:08 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - dbc17b05-24a0-4e31-ae4a-5172c037f2d0 + status: 200 OK + code: 200 + duration: 83.513219ms +- id: 114 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/16c99ed8-da30-4867-b6a9-e35deb88ccab + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 707 + body: "{\"region\":\"fr-par\", \"id\":\"16c99ed8-da30-4867-b6a9-e35deb88ccab\", \"cluster_id\":\"a4c16505-bffe-478e-a0d3-5d6a31986e90\", \"created_at\":\"2025-10-30T16:51:20.352813Z\", \"updated_at\":\"2025-10-30T16:55:36.632062Z\", \"name\":\"default\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "707" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:57:13 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 4ff89d2f-459e-407c-b84b-182397063bc6 + status: 200 OK + code: 200 + duration: 98.781035ms +- id: 115 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/16c99ed8-da30-4867-b6a9-e35deb88ccab + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 707 + body: "{\"region\":\"fr-par\", \"id\":\"16c99ed8-da30-4867-b6a9-e35deb88ccab\", \"cluster_id\":\"a4c16505-bffe-478e-a0d3-5d6a31986e90\", \"created_at\":\"2025-10-30T16:51:20.352813Z\", \"updated_at\":\"2025-10-30T16:55:36.632062Z\", \"name\":\"default\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "707" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:57:18 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 8d6fdd86-75c4-4884-94b9-fa00c208738b + status: 200 OK + code: 200 + duration: 97.970043ms +- id: 116 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/16c99ed8-da30-4867-b6a9-e35deb88ccab + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 707 + body: "{\"region\":\"fr-par\", \"id\":\"16c99ed8-da30-4867-b6a9-e35deb88ccab\", \"cluster_id\":\"a4c16505-bffe-478e-a0d3-5d6a31986e90\", \"created_at\":\"2025-10-30T16:51:20.352813Z\", \"updated_at\":\"2025-10-30T16:55:36.632062Z\", \"name\":\"default\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "707" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:57:23 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 8c971a4c-50bb-4195-b627-d2a7bfbd588c + status: 200 OK + code: 200 + duration: 80.751827ms +- id: 117 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/16c99ed8-da30-4867-b6a9-e35deb88ccab + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 707 + body: "{\"region\":\"fr-par\", \"id\":\"16c99ed8-da30-4867-b6a9-e35deb88ccab\", \"cluster_id\":\"a4c16505-bffe-478e-a0d3-5d6a31986e90\", \"created_at\":\"2025-10-30T16:51:20.352813Z\", \"updated_at\":\"2025-10-30T16:55:36.632062Z\", \"name\":\"default\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "707" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:57:28 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 58af36b5-5ba4-498c-a3f6-9ab8024a9d77 + status: 200 OK + code: 200 + duration: 104.041959ms +- id: 118 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/16c99ed8-da30-4867-b6a9-e35deb88ccab + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 707 + body: "{\"region\":\"fr-par\", \"id\":\"16c99ed8-da30-4867-b6a9-e35deb88ccab\", \"cluster_id\":\"a4c16505-bffe-478e-a0d3-5d6a31986e90\", \"created_at\":\"2025-10-30T16:51:20.352813Z\", \"updated_at\":\"2025-10-30T16:55:36.632062Z\", \"name\":\"default\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "707" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:57:33 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 779e71da-c445-4b97-8fa7-5f0274f1f03a + status: 200 OK + code: 200 + duration: 77.008201ms +- id: 119 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/16c99ed8-da30-4867-b6a9-e35deb88ccab + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 707 + body: "{\"region\":\"fr-par\", \"id\":\"16c99ed8-da30-4867-b6a9-e35deb88ccab\", \"cluster_id\":\"a4c16505-bffe-478e-a0d3-5d6a31986e90\", \"created_at\":\"2025-10-30T16:51:20.352813Z\", \"updated_at\":\"2025-10-30T16:55:36.632062Z\", \"name\":\"default\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "707" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:57:38 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 4a1382e3-2742-4b1b-a22c-c546387fd0a9 + status: 200 OK + code: 200 + duration: 88.522461ms +- id: 120 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/16c99ed8-da30-4867-b6a9-e35deb88ccab + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 707 + body: "{\"region\":\"fr-par\", \"id\":\"16c99ed8-da30-4867-b6a9-e35deb88ccab\", \"cluster_id\":\"a4c16505-bffe-478e-a0d3-5d6a31986e90\", \"created_at\":\"2025-10-30T16:51:20.352813Z\", \"updated_at\":\"2025-10-30T16:55:36.632062Z\", \"name\":\"default\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "707" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:57:44 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 789769f1-3ac3-4624-b3c5-e5ac093da2ed + status: 200 OK + code: 200 + duration: 96.084834ms +- id: 121 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/16c99ed8-da30-4867-b6a9-e35deb88ccab + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 707 + body: "{\"region\":\"fr-par\", \"id\":\"16c99ed8-da30-4867-b6a9-e35deb88ccab\", \"cluster_id\":\"a4c16505-bffe-478e-a0d3-5d6a31986e90\", \"created_at\":\"2025-10-30T16:51:20.352813Z\", \"updated_at\":\"2025-10-30T16:55:36.632062Z\", \"name\":\"default\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "707" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:57:49 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 4632d4a1-78dc-4a7d-83b5-f9cb5a811d35 + status: 200 OK + code: 200 + duration: 113.110749ms +- id: 122 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/16c99ed8-da30-4867-b6a9-e35deb88ccab + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 707 + body: "{\"region\":\"fr-par\", \"id\":\"16c99ed8-da30-4867-b6a9-e35deb88ccab\", \"cluster_id\":\"a4c16505-bffe-478e-a0d3-5d6a31986e90\", \"created_at\":\"2025-10-30T16:51:20.352813Z\", \"updated_at\":\"2025-10-30T16:55:36.632062Z\", \"name\":\"default\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "707" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:57:54 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - d447671e-4b13-4866-a12e-d2243869a700 + status: 200 OK + code: 200 + duration: 79.540644ms +- id: 123 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/16c99ed8-da30-4867-b6a9-e35deb88ccab + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 707 + body: "{\"region\":\"fr-par\", \"id\":\"16c99ed8-da30-4867-b6a9-e35deb88ccab\", \"cluster_id\":\"a4c16505-bffe-478e-a0d3-5d6a31986e90\", \"created_at\":\"2025-10-30T16:51:20.352813Z\", \"updated_at\":\"2025-10-30T16:55:36.632062Z\", \"name\":\"default\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "707" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:57:59 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 0eab4040-613d-43c9-a0ee-83723711999c + status: 200 OK + code: 200 + duration: 70.665948ms +- id: 124 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/16c99ed8-da30-4867-b6a9-e35deb88ccab + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 707 + body: "{\"region\":\"fr-par\", \"id\":\"16c99ed8-da30-4867-b6a9-e35deb88ccab\", \"cluster_id\":\"a4c16505-bffe-478e-a0d3-5d6a31986e90\", \"created_at\":\"2025-10-30T16:51:20.352813Z\", \"updated_at\":\"2025-10-30T16:55:36.632062Z\", \"name\":\"default\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "707" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:58:04 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 6457f4c1-da56-49f1-9846-8a8791d114be + status: 200 OK + code: 200 + duration: 85.22436ms +- id: 125 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/16c99ed8-da30-4867-b6a9-e35deb88ccab + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 707 + body: "{\"region\":\"fr-par\", \"id\":\"16c99ed8-da30-4867-b6a9-e35deb88ccab\", \"cluster_id\":\"a4c16505-bffe-478e-a0d3-5d6a31986e90\", \"created_at\":\"2025-10-30T16:51:20.352813Z\", \"updated_at\":\"2025-10-30T16:55:36.632062Z\", \"name\":\"default\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "707" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:58:09 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - d66b8895-3a09-4ddb-9c9c-bb7952d9209a + status: 200 OK + code: 200 + duration: 82.873619ms +- id: 126 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/16c99ed8-da30-4867-b6a9-e35deb88ccab + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 707 + body: "{\"region\":\"fr-par\", \"id\":\"16c99ed8-da30-4867-b6a9-e35deb88ccab\", \"cluster_id\":\"a4c16505-bffe-478e-a0d3-5d6a31986e90\", \"created_at\":\"2025-10-30T16:51:20.352813Z\", \"updated_at\":\"2025-10-30T16:55:36.632062Z\", \"name\":\"default\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "707" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:58:14 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - d4396448-2bf7-458c-a416-3012b5bd1afc + status: 200 OK + code: 200 + duration: 86.693307ms +- id: 127 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/16c99ed8-da30-4867-b6a9-e35deb88ccab + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 707 + body: "{\"region\":\"fr-par\", \"id\":\"16c99ed8-da30-4867-b6a9-e35deb88ccab\", \"cluster_id\":\"a4c16505-bffe-478e-a0d3-5d6a31986e90\", \"created_at\":\"2025-10-30T16:51:20.352813Z\", \"updated_at\":\"2025-10-30T16:55:36.632062Z\", \"name\":\"default\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "707" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:58:19 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 1e64ea24-4da9-4bf5-88ba-605c1bc0dd43 + status: 200 OK + code: 200 + duration: 102.913791ms +- id: 128 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/16c99ed8-da30-4867-b6a9-e35deb88ccab + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 707 + body: "{\"region\":\"fr-par\", \"id\":\"16c99ed8-da30-4867-b6a9-e35deb88ccab\", \"cluster_id\":\"a4c16505-bffe-478e-a0d3-5d6a31986e90\", \"created_at\":\"2025-10-30T16:51:20.352813Z\", \"updated_at\":\"2025-10-30T16:55:36.632062Z\", \"name\":\"default\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "707" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:58:24 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 3103646c-4c85-4818-8a13-cee1ad832ff4 + status: 200 OK + code: 200 + duration: 81.785577ms +- id: 129 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/16c99ed8-da30-4867-b6a9-e35deb88ccab + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 707 + body: "{\"region\":\"fr-par\", \"id\":\"16c99ed8-da30-4867-b6a9-e35deb88ccab\", \"cluster_id\":\"a4c16505-bffe-478e-a0d3-5d6a31986e90\", \"created_at\":\"2025-10-30T16:51:20.352813Z\", \"updated_at\":\"2025-10-30T16:55:36.632062Z\", \"name\":\"default\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "707" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:58:29 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - ca83262d-4b98-41de-be86-fcf3d1781f6d + status: 200 OK + code: 200 + duration: 82.857318ms +- id: 130 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/16c99ed8-da30-4867-b6a9-e35deb88ccab + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 707 + body: "{\"region\":\"fr-par\", \"id\":\"16c99ed8-da30-4867-b6a9-e35deb88ccab\", \"cluster_id\":\"a4c16505-bffe-478e-a0d3-5d6a31986e90\", \"created_at\":\"2025-10-30T16:51:20.352813Z\", \"updated_at\":\"2025-10-30T16:55:36.632062Z\", \"name\":\"default\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "707" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:58:35 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 479d7af8-6da1-49a2-9dc8-b566bec0368c + status: 200 OK + code: 200 + duration: 87.26533ms +- id: 131 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/16c99ed8-da30-4867-b6a9-e35deb88ccab + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 707 + body: "{\"region\":\"fr-par\", \"id\":\"16c99ed8-da30-4867-b6a9-e35deb88ccab\", \"cluster_id\":\"a4c16505-bffe-478e-a0d3-5d6a31986e90\", \"created_at\":\"2025-10-30T16:51:20.352813Z\", \"updated_at\":\"2025-10-30T16:55:36.632062Z\", \"name\":\"default\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "707" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:58:40 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - bd739040-e525-4fe0-90cd-3c6159d6c045 + status: 200 OK + code: 200 + duration: 98.914986ms +- id: 132 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/16c99ed8-da30-4867-b6a9-e35deb88ccab + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 707 + body: "{\"region\":\"fr-par\", \"id\":\"16c99ed8-da30-4867-b6a9-e35deb88ccab\", \"cluster_id\":\"a4c16505-bffe-478e-a0d3-5d6a31986e90\", \"created_at\":\"2025-10-30T16:51:20.352813Z\", \"updated_at\":\"2025-10-30T16:55:36.632062Z\", \"name\":\"default\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "707" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:58:45 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - e3d41578-770d-45c5-8e4d-feb1235299a0 + status: 200 OK + code: 200 + duration: 101.691648ms +- id: 133 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/16c99ed8-da30-4867-b6a9-e35deb88ccab + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 707 + body: "{\"region\":\"fr-par\", \"id\":\"16c99ed8-da30-4867-b6a9-e35deb88ccab\", \"cluster_id\":\"a4c16505-bffe-478e-a0d3-5d6a31986e90\", \"created_at\":\"2025-10-30T16:51:20.352813Z\", \"updated_at\":\"2025-10-30T16:55:36.632062Z\", \"name\":\"default\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "707" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:58:50 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - e97426ff-143d-48aa-9e65-30547f0e5640 + status: 200 OK + code: 200 + duration: 82.812534ms +- id: 134 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/16c99ed8-da30-4867-b6a9-e35deb88ccab + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 707 + body: "{\"region\":\"fr-par\", \"id\":\"16c99ed8-da30-4867-b6a9-e35deb88ccab\", \"cluster_id\":\"a4c16505-bffe-478e-a0d3-5d6a31986e90\", \"created_at\":\"2025-10-30T16:51:20.352813Z\", \"updated_at\":\"2025-10-30T16:55:36.632062Z\", \"name\":\"default\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "707" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:58:55 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 6525c653-0f77-46cf-a054-ab0ca2eb7328 + status: 200 OK + code: 200 + duration: 95.88542ms +- id: 135 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/16c99ed8-da30-4867-b6a9-e35deb88ccab + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 707 + body: "{\"region\":\"fr-par\", \"id\":\"16c99ed8-da30-4867-b6a9-e35deb88ccab\", \"cluster_id\":\"a4c16505-bffe-478e-a0d3-5d6a31986e90\", \"created_at\":\"2025-10-30T16:51:20.352813Z\", \"updated_at\":\"2025-10-30T16:55:36.632062Z\", \"name\":\"default\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "707" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:59:00 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 8c39eabc-2dd2-45ff-beaa-f69ed7a63605 + status: 200 OK + code: 200 + duration: 100.026102ms +- id: 136 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/16c99ed8-da30-4867-b6a9-e35deb88ccab + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 707 + body: "{\"region\":\"fr-par\", \"id\":\"16c99ed8-da30-4867-b6a9-e35deb88ccab\", \"cluster_id\":\"a4c16505-bffe-478e-a0d3-5d6a31986e90\", \"created_at\":\"2025-10-30T16:51:20.352813Z\", \"updated_at\":\"2025-10-30T16:55:36.632062Z\", \"name\":\"default\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "707" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:59:05 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 2129550b-5f04-43b2-8c81-f43ec051f6f4 + status: 200 OK + code: 200 + duration: 91.218952ms +- id: 137 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/16c99ed8-da30-4867-b6a9-e35deb88ccab + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 707 + body: "{\"region\":\"fr-par\", \"id\":\"16c99ed8-da30-4867-b6a9-e35deb88ccab\", \"cluster_id\":\"a4c16505-bffe-478e-a0d3-5d6a31986e90\", \"created_at\":\"2025-10-30T16:51:20.352813Z\", \"updated_at\":\"2025-10-30T16:55:36.632062Z\", \"name\":\"default\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "707" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:59:10 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 07241e7c-ac77-41f9-8253-3a13cc99381f + status: 200 OK + code: 200 + duration: 214.018896ms +- id: 138 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/16c99ed8-da30-4867-b6a9-e35deb88ccab + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 707 + body: "{\"region\":\"fr-par\", \"id\":\"16c99ed8-da30-4867-b6a9-e35deb88ccab\", \"cluster_id\":\"a4c16505-bffe-478e-a0d3-5d6a31986e90\", \"created_at\":\"2025-10-30T16:51:20.352813Z\", \"updated_at\":\"2025-10-30T16:55:36.632062Z\", \"name\":\"default\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "707" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:59:16 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - ac483817-c58c-4ec2-85be-47131b0e1b14 + status: 200 OK + code: 200 + duration: 217.703621ms +- id: 139 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/16c99ed8-da30-4867-b6a9-e35deb88ccab + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 707 + body: "{\"region\":\"fr-par\", \"id\":\"16c99ed8-da30-4867-b6a9-e35deb88ccab\", \"cluster_id\":\"a4c16505-bffe-478e-a0d3-5d6a31986e90\", \"created_at\":\"2025-10-30T16:51:20.352813Z\", \"updated_at\":\"2025-10-30T16:55:36.632062Z\", \"name\":\"default\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "707" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:59:21 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - d25fdd71-47ea-4cd9-a612-f0be653b3c3d + status: 200 OK + code: 200 + duration: 147.858926ms +- id: 140 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/16c99ed8-da30-4867-b6a9-e35deb88ccab + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 707 + body: "{\"region\":\"fr-par\", \"id\":\"16c99ed8-da30-4867-b6a9-e35deb88ccab\", \"cluster_id\":\"a4c16505-bffe-478e-a0d3-5d6a31986e90\", \"created_at\":\"2025-10-30T16:51:20.352813Z\", \"updated_at\":\"2025-10-30T16:55:36.632062Z\", \"name\":\"default\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "707" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:59:26 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 07642782-ac5d-4fb7-859e-376beacdb5ae + status: 200 OK + code: 200 + duration: 94.203803ms +- id: 141 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/16c99ed8-da30-4867-b6a9-e35deb88ccab + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 707 + body: "{\"region\":\"fr-par\", \"id\":\"16c99ed8-da30-4867-b6a9-e35deb88ccab\", \"cluster_id\":\"a4c16505-bffe-478e-a0d3-5d6a31986e90\", \"created_at\":\"2025-10-30T16:51:20.352813Z\", \"updated_at\":\"2025-10-30T16:55:36.632062Z\", \"name\":\"default\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "707" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:59:31 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - d040e4a3-2354-4525-a942-c9569a49cbbd + status: 200 OK + code: 200 + duration: 82.697658ms +- id: 142 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/16c99ed8-da30-4867-b6a9-e35deb88ccab + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 707 + body: "{\"region\":\"fr-par\", \"id\":\"16c99ed8-da30-4867-b6a9-e35deb88ccab\", \"cluster_id\":\"a4c16505-bffe-478e-a0d3-5d6a31986e90\", \"created_at\":\"2025-10-30T16:51:20.352813Z\", \"updated_at\":\"2025-10-30T16:55:36.632062Z\", \"name\":\"default\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "707" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:59:36 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 5ecbf18c-2432-4f5e-914f-00e4fe15c395 + status: 200 OK + code: 200 + duration: 87.180173ms +- id: 143 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/16c99ed8-da30-4867-b6a9-e35deb88ccab + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 707 + body: "{\"region\":\"fr-par\", \"id\":\"16c99ed8-da30-4867-b6a9-e35deb88ccab\", \"cluster_id\":\"a4c16505-bffe-478e-a0d3-5d6a31986e90\", \"created_at\":\"2025-10-30T16:51:20.352813Z\", \"updated_at\":\"2025-10-30T16:55:36.632062Z\", \"name\":\"default\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "707" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:59:41 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - af04f9fa-d5fe-4ea3-8cac-5ae4405f0717 + status: 200 OK + code: 200 + duration: 94.470575ms +- id: 144 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/16c99ed8-da30-4867-b6a9-e35deb88ccab + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 707 + body: "{\"region\":\"fr-par\", \"id\":\"16c99ed8-da30-4867-b6a9-e35deb88ccab\", \"cluster_id\":\"a4c16505-bffe-478e-a0d3-5d6a31986e90\", \"created_at\":\"2025-10-30T16:51:20.352813Z\", \"updated_at\":\"2025-10-30T16:55:36.632062Z\", \"name\":\"default\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "707" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:59:46 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - f68af87f-2c4b-4180-b268-5d225027c234 + status: 200 OK + code: 200 + duration: 91.614344ms +- id: 145 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/16c99ed8-da30-4867-b6a9-e35deb88ccab + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 707 + body: "{\"region\":\"fr-par\", \"id\":\"16c99ed8-da30-4867-b6a9-e35deb88ccab\", \"cluster_id\":\"a4c16505-bffe-478e-a0d3-5d6a31986e90\", \"created_at\":\"2025-10-30T16:51:20.352813Z\", \"updated_at\":\"2025-10-30T16:55:36.632062Z\", \"name\":\"default\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "707" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:59:51 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - ebce044a-f692-4093-a06d-de6a98870478 + status: 200 OK + code: 200 + duration: 90.093299ms +- id: 146 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/16c99ed8-da30-4867-b6a9-e35deb88ccab + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 125 + body: "{\"message\":\"resource is not found\",\"resource\":\"pool\",\"resource_id\":\"16c99ed8-da30-4867-b6a9-e35deb88ccab\",\"type\":\"not_found\"}" + headers: + Content-Length: + - "125" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:59:56 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 64aebd5e-27e7-4a3c-9cba-2101a7b431d4 + status: 404 Not Found + code: 404 + duration: 22.83646ms +- id: 147 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + form: + with_additional_resources: + - "false" + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/a4c16505-bffe-478e-a0d3-5d6a31986e90?with_additional_resources=false + method: DELETE + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1639 + body: "{\"region\":\"fr-par\", \"id\":\"a4c16505-bffe-478e-a0d3-5d6a31986e90\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:51:14.772780Z\", \"updated_at\":\"2025-10-30T16:59:56.872905Z\", \"type\":\"kapsule\", \"name\":\"tf-cluster-basic\", \"description\":\"\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"data_scaleway_k8s_cluster\", \"basic\"], \"cluster_url\":\"https://a4c16505-bffe-478e-a0d3-5d6a31986e90.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.a4c16505-bffe-478e-a0d3-5d6a31986e90.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"66470a27-4266-4f37-8e20-6bf15260d20b\", \"commitment_ends_at\":\"2025-10-30T16:51:14.772791Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"9e0020d0-5137-4599-9b5f-9723ae47c89a\", \"new_images_enabled\":false, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1639" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:59:56 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - d0ec8d0d-c710-4b01-b48d-57c309e6e370 + status: 200 OK + code: 200 + duration: 156.315095ms +- id: 148 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/a4c16505-bffe-478e-a0d3-5d6a31986e90 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1638 + body: "{\"region\":\"fr-par\", \"id\":\"a4c16505-bffe-478e-a0d3-5d6a31986e90\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:51:14.772780Z\", \"updated_at\":\"2025-10-30T16:59:56.872905Z\", \"type\":\"kapsule\", \"name\":\"tf-cluster-basic\", \"description\":\"\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"data_scaleway_k8s_cluster\", \"basic\"], \"cluster_url\":\"https://a4c16505-bffe-478e-a0d3-5d6a31986e90.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.a4c16505-bffe-478e-a0d3-5d6a31986e90.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"66470a27-4266-4f37-8e20-6bf15260d20b\", \"commitment_ends_at\":\"2025-10-30T16:51:14.772791Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"9e0020d0-5137-4599-9b5f-9723ae47c89a\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1638" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:59:57 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - a550a94b-d430-4e11-ba7b-d72f7c3eb621 + status: 200 OK + code: 200 + duration: 87.131361ms +- id: 149 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/a4c16505-bffe-478e-a0d3-5d6a31986e90 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1638 + body: "{\"region\":\"fr-par\", \"id\":\"a4c16505-bffe-478e-a0d3-5d6a31986e90\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:51:14.772780Z\", \"updated_at\":\"2025-10-30T16:59:56.872905Z\", \"type\":\"kapsule\", \"name\":\"tf-cluster-basic\", \"description\":\"\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"data_scaleway_k8s_cluster\", \"basic\"], \"cluster_url\":\"https://a4c16505-bffe-478e-a0d3-5d6a31986e90.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.a4c16505-bffe-478e-a0d3-5d6a31986e90.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"66470a27-4266-4f37-8e20-6bf15260d20b\", \"commitment_ends_at\":\"2025-10-30T16:51:14.772791Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"9e0020d0-5137-4599-9b5f-9723ae47c89a\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1638" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:00:02 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 9b769dd4-8dc6-40b0-a693-782cb68da5ea + status: 200 OK + code: 200 + duration: 112.773616ms +- id: 150 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/a4c16505-bffe-478e-a0d3-5d6a31986e90 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1638 + body: "{\"region\":\"fr-par\", \"id\":\"a4c16505-bffe-478e-a0d3-5d6a31986e90\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:51:14.772780Z\", \"updated_at\":\"2025-10-30T16:59:56.872905Z\", \"type\":\"kapsule\", \"name\":\"tf-cluster-basic\", \"description\":\"\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"data_scaleway_k8s_cluster\", \"basic\"], \"cluster_url\":\"https://a4c16505-bffe-478e-a0d3-5d6a31986e90.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.a4c16505-bffe-478e-a0d3-5d6a31986e90.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"66470a27-4266-4f37-8e20-6bf15260d20b\", \"commitment_ends_at\":\"2025-10-30T16:51:14.772791Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"9e0020d0-5137-4599-9b5f-9723ae47c89a\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1638" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:00:07 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 1385cf2a-3af5-4eb4-997f-0e87cec0fafd + status: 200 OK + code: 200 + duration: 92.174757ms +- id: 151 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/a4c16505-bffe-478e-a0d3-5d6a31986e90 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 128 + body: "{\"message\":\"resource is not found\",\"resource\":\"cluster\",\"resource_id\":\"a4c16505-bffe-478e-a0d3-5d6a31986e90\",\"type\":\"not_found\"}" + headers: + Content-Length: + - "128" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:00:12 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - ea87dd54-3872-444d-b9bc-0f831157b44b + status: 404 Not Found + code: 404 + duration: 19.997914ms +- id: 152 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks/66470a27-4266-4f37-8e20-6bf15260d20b + method: DELETE + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 0 + body: "" + headers: + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:00:13 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - c455face-bfcd-403e-95e7-cce908cc4774 + status: 204 No Content + code: 204 + duration: 1.092120869s +- id: 153 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/vpc/v2/regions/fr-par/vpcs/60284594-bb0a-4343-bed9-f7375e44e80b + method: DELETE + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 0 + body: "" + headers: + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:00:13 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 6382dad8-8a8f-4768-81ca-235a35839b04 + status: 204 No Content + code: 204 + duration: 114.545469ms +- id: 154 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/16c99ed8-da30-4867-b6a9-e35deb88ccab + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 125 + body: "{\"message\":\"resource is not found\",\"resource\":\"pool\",\"resource_id\":\"16c99ed8-da30-4867-b6a9-e35deb88ccab\",\"type\":\"not_found\"}" + headers: + Content-Length: + - "125" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:00:13 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - fcd00923-4f59-4c5f-a497-c10c1b8721cb + status: 404 Not Found + code: 404 + duration: 19.963087ms +- id: 155 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/a4c16505-bffe-478e-a0d3-5d6a31986e90 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 128 + body: "{\"message\":\"resource is not found\",\"resource\":\"cluster\",\"resource_id\":\"a4c16505-bffe-478e-a0d3-5d6a31986e90\",\"type\":\"not_found\"}" + headers: + Content-Length: + - "128" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:00:13 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 11082248-8b22-421f-b05e-7cdccdfaa544 + status: 404 Not Found + code: 404 + duration: 27.896426ms +- id: 156 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/a4c16505-bffe-478e-a0d3-5d6a31986e90 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 128 + body: "{\"message\":\"resource is not found\",\"resource\":\"cluster\",\"resource_id\":\"a4c16505-bffe-478e-a0d3-5d6a31986e90\",\"type\":\"not_found\"}" + headers: + Content-Length: + - "128" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:00:13 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - 0178e1d9-41f2-47fa-b17a-5f7764bace87 + status: 404 Not Found + code: 404 + duration: 25.535716ms +- id: 157 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/a4c16505-bffe-478e-a0d3-5d6a31986e90 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 128 + body: "{\"message\":\"resource is not found\",\"resource\":\"cluster\",\"resource_id\":\"a4c16505-bffe-478e-a0d3-5d6a31986e90\",\"type\":\"not_found\"}" + headers: + Content-Length: + - "128" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:00:13 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - d3b53d5f-81f6-4de1-9302-322ad747374a + status: 404 Not Found + code: 404 + duration: 27.358277ms +- id: 158 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks/66470a27-4266-4f37-8e20-6bf15260d20b + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 136 + body: "{\"message\":\"resource is not found\",\"resource\":\"private_network\",\"resource_id\":\"66470a27-4266-4f37-8e20-6bf15260d20b\",\"type\":\"not_found\"}" + headers: + Content-Length: + - "136" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:00:13 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + X-Request-Id: + - ce406635-375b-4275-ac26-6f17205ffdb4 + status: 404 Not Found + code: 404 + duration: 22.040095ms diff --git a/internal/services/k8s/testdata/data-source-pool-basic.cassette.yaml b/internal/services/k8s/testdata/data-source-pool-basic.cassette.yaml index 48d62ee59a..aa02435618 100644 --- a/internal/services/k8s/testdata/data-source-pool-basic.cassette.yaml +++ b/internal/services/k8s/testdata/data-source-pool-basic.cassette.yaml @@ -1,4370 +1,6337 @@ --- version: 2 interactions: - - id: 0 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/versions - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 4962 - uncompressed: false - body: '{"versions":[{"available_admission_plugins":["AlwaysPullImages","PodNodeSelector","PodTolerationRestriction"],"available_cnis":["cilium","cilium_native","calico","kilo","none"],"available_container_runtimes":["containerd"],"available_feature_gates":["HPAScaleToZero","CPUManagerPolicyAlphaOptions","ImageVolume"],"available_kubelet_args":{"containerLogMaxFiles":"uint16","containerLogMaxSize":"quantity","cpuCFSQuota":"bool","cpuCFSQuotaPeriod":"duration","cpuManagerPolicy":"enum:none|static","cpuManagerPolicyOptions":"map[string]string","enableDebuggingHandlers":"bool","evictionHard":"map[string]string","evictionMinimumReclaim":"map[string]string","imageGCHighThresholdPercent":"uint32","imageGCLowThresholdPercent":"uint32","maxParallelImagePulls":"int32","maxPods":"uint16","registryBurst":"int32","registryPullQPS":"int32","serializeImagePulls":"bool"},"label":"Kubernetes 1.34.1","name":"1.34.1","region":"fr-par"},{"available_admission_plugins":["AlwaysPullImages","PodNodeSelector","PodTolerationRestriction"],"available_cnis":["cilium","calico","kilo","none"],"available_container_runtimes":["containerd"],"available_feature_gates":["HPAScaleToZero","DRAAdminAccess","DynamicResourceAllocation","PodLevelResources","CPUManagerPolicyAlphaOptions","ImageVolume"],"available_kubelet_args":{"containerLogMaxFiles":"uint16","containerLogMaxSize":"quantity","cpuCFSQuota":"bool","cpuCFSQuotaPeriod":"duration","cpuManagerPolicy":"enum:none|static","cpuManagerPolicyOptions":"map[string]string","enableDebuggingHandlers":"bool","evictionHard":"map[string]string","evictionMinimumReclaim":"map[string]string","imageGCHighThresholdPercent":"uint32","imageGCLowThresholdPercent":"uint32","maxParallelImagePulls":"int32","maxPods":"uint16","registryBurst":"int32","registryPullQPS":"int32","serializeImagePulls":"bool"},"label":"Kubernetes 1.33.4","name":"1.33.4","region":"fr-par"},{"available_admission_plugins":["AlwaysPullImages","PodNodeSelector","PodTolerationRestriction"],"available_cnis":["cilium","calico","kilo","none"],"available_container_runtimes":["containerd"],"available_feature_gates":["HPAScaleToZero","InPlacePodVerticalScaling","SidecarContainers","DRAAdminAccess","DRAResourceClaimDeviceStatus","DynamicResourceAllocation","PodLevelResources","CPUManagerPolicyAlphaOptions","ImageVolume"],"available_kubelet_args":{"containerLogMaxFiles":"uint16","containerLogMaxSize":"quantity","cpuCFSQuota":"bool","cpuCFSQuotaPeriod":"duration","cpuManagerPolicy":"enum:none|static","cpuManagerPolicyOptions":"map[string]string","enableDebuggingHandlers":"bool","evictionHard":"map[string]string","evictionMinimumReclaim":"map[string]string","imageGCHighThresholdPercent":"uint32","imageGCLowThresholdPercent":"uint32","maxParallelImagePulls":"int32","maxPods":"uint16","registryBurst":"int32","registryPullQPS":"int32","serializeImagePulls":"bool"},"label":"Kubernetes 1.32.8","name":"1.32.8","region":"fr-par"},{"available_admission_plugins":["AlwaysPullImages","PodNodeSelector","PodTolerationRestriction"],"available_cnis":["cilium","calico","kilo","none"],"available_container_runtimes":["containerd"],"available_feature_gates":["HPAScaleToZero","InPlacePodVerticalScaling","SidecarContainers","CPUManagerPolicyAlphaOptions","ImageVolume"],"available_kubelet_args":{"containerLogMaxFiles":"uint16","containerLogMaxSize":"quantity","cpuCFSQuota":"bool","cpuCFSQuotaPeriod":"duration","cpuManagerPolicy":"enum:none|static","cpuManagerPolicyOptions":"map[string]string","enableDebuggingHandlers":"bool","evictionHard":"map[string]string","evictionMinimumReclaim":"map[string]string","imageGCHighThresholdPercent":"uint32","imageGCLowThresholdPercent":"uint32","maxParallelImagePulls":"int32","maxPods":"uint16","registryBurst":"int32","registryPullQPS":"int32","serializeImagePulls":"bool"},"label":"Kubernetes 1.31.12","name":"1.31.12","region":"fr-par"},{"available_admission_plugins":["AlwaysPullImages","PodNodeSelector","PodTolerationRestriction"],"available_cnis":["cilium","calico","kilo","none"],"available_container_runtimes":["containerd"],"available_feature_gates":["HPAScaleToZero","SidecarContainers","InPlacePodVerticalScaling","CPUManagerPolicyAlphaOptions"],"available_kubelet_args":{"containerLogMaxFiles":"uint16","containerLogMaxSize":"quantity","cpuCFSQuota":"bool","cpuCFSQuotaPeriod":"duration","cpuManagerPolicy":"enum:none|static","cpuManagerPolicyOptions":"map[string]string","enableDebuggingHandlers":"bool","evictionHard":"map[string]string","evictionMinimumReclaim":"map[string]string","imageGCHighThresholdPercent":"uint32","imageGCLowThresholdPercent":"uint32","maxParallelImagePulls":"int32","maxPods":"uint16","registryBurst":"int32","registryPullQPS":"int32","serializeImagePulls":"bool"},"label":"Kubernetes 1.30.14","name":"1.30.14","region":"fr-par"}]}' - headers: - Content-Length: - - "4962" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 14:07:57 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 66887786-d061-4320-8a17-1a010682b4af - status: 200 OK - code: 200 - duration: 170.369791ms - - id: 1 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 123 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: '{"name":"TestAccDataSourcePool_Basic","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","tags":[],"enable_routing":false}' - form: {} - headers: - Content-Type: - - application/json - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/fr-par/vpcs - method: POST - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 425 - uncompressed: false - body: '{"created_at":"2025-09-30T14:07:58.055540Z","custom_routes_propagation_enabled":true,"id":"267d5484-8293-404e-840e-9005c27308da","is_default":false,"name":"TestAccDataSourcePool_Basic","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","private_network_count":0,"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","routing_enabled":true,"tags":[],"updated_at":"2025-09-30T14:07:58.055540Z"}' - headers: - Content-Length: - - "425" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 14:07:58 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 6e623953-a5f5-487e-b52e-994a6356fb13 - status: 200 OK - code: 200 - duration: 117.655208ms - - id: 2 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/fr-par/vpcs/267d5484-8293-404e-840e-9005c27308da - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 425 - uncompressed: false - body: '{"created_at":"2025-09-30T14:07:58.055540Z","custom_routes_propagation_enabled":true,"id":"267d5484-8293-404e-840e-9005c27308da","is_default":false,"name":"TestAccDataSourcePool_Basic","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","private_network_count":0,"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","routing_enabled":true,"tags":[],"updated_at":"2025-09-30T14:07:58.055540Z"}' - headers: - Content-Length: - - "425" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 14:07:58 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 659975c3-da9a-4ff7-bb31-0ef232d926fd - status: 200 OK - code: 200 - duration: 96.859833ms - - id: 3 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 199 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: '{"name":"test-data-source-pool","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","tags":[],"subnets":null,"vpc_id":"267d5484-8293-404e-840e-9005c27308da","default_route_propagation_enabled":false}' - form: {} - headers: - Content-Type: - - application/json - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks - method: POST - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1091 - uncompressed: false - body: '{"created_at":"2025-09-30T14:07:58.272532Z","default_route_propagation_enabled":false,"dhcp_enabled":true,"id":"48a917a0-83cd-40c6-a95a-98c595c79271","name":"test-data-source-pool","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","subnets":[{"created_at":"2025-09-30T14:07:58.272532Z","id":"c2b68223-9890-4d29-b633-d3c9bd8e8337","private_network_id":"48a917a0-83cd-40c6-a95a-98c595c79271","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","subnet":"172.17.88.0/22","updated_at":"2025-09-30T14:07:58.272532Z","vpc_id":"267d5484-8293-404e-840e-9005c27308da"},{"created_at":"2025-09-30T14:07:58.272532Z","id":"1858a5e1-eeb1-4cd4-afe2-60e60e517304","private_network_id":"48a917a0-83cd-40c6-a95a-98c595c79271","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","subnet":"fd5f:519c:6d46:4d5f::/64","updated_at":"2025-09-30T14:07:58.272532Z","vpc_id":"267d5484-8293-404e-840e-9005c27308da"}],"tags":[],"updated_at":"2025-09-30T14:07:58.272532Z","vpc_id":"267d5484-8293-404e-840e-9005c27308da"}' - headers: - Content-Length: - - "1091" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 14:07:58 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 4dbbc8f1-5a2d-4cad-afe1-b5f6223befa2 - status: 200 OK - code: 200 - duration: 691.882542ms - - id: 4 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks/48a917a0-83cd-40c6-a95a-98c595c79271 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1091 - uncompressed: false - body: '{"created_at":"2025-09-30T14:07:58.272532Z","default_route_propagation_enabled":false,"dhcp_enabled":true,"id":"48a917a0-83cd-40c6-a95a-98c595c79271","name":"test-data-source-pool","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","subnets":[{"created_at":"2025-09-30T14:07:58.272532Z","id":"c2b68223-9890-4d29-b633-d3c9bd8e8337","private_network_id":"48a917a0-83cd-40c6-a95a-98c595c79271","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","subnet":"172.17.88.0/22","updated_at":"2025-09-30T14:07:58.272532Z","vpc_id":"267d5484-8293-404e-840e-9005c27308da"},{"created_at":"2025-09-30T14:07:58.272532Z","id":"1858a5e1-eeb1-4cd4-afe2-60e60e517304","private_network_id":"48a917a0-83cd-40c6-a95a-98c595c79271","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","subnet":"fd5f:519c:6d46:4d5f::/64","updated_at":"2025-09-30T14:07:58.272532Z","vpc_id":"267d5484-8293-404e-840e-9005c27308da"}],"tags":[],"updated_at":"2025-09-30T14:07:58.272532Z","vpc_id":"267d5484-8293-404e-840e-9005c27308da"}' - headers: - Content-Length: - - "1091" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 14:07:58 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 723d3717-1e22-4189-bd0b-d3ea0ca289a7 - status: 200 OK - code: 200 - duration: 84.478292ms - - id: 5 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 696 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: '{"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","type":"","name":"tf-cluster-pool","description":"","tags":["terraform-test","data_scaleway_k8s_pool","basic"],"version":"1.34.1","cni":"cilium","pools":null,"autoscaler_config":{"scale_down_disabled":null,"scale_down_delay_after_add":null,"estimator":"unknown_estimator","expander":"unknown_expander","ignore_daemonsets_utilization":null,"balance_similar_node_groups":null,"expendable_pods_priority_cutoff":0,"scale_down_unneeded_time":null,"scale_down_utilization_threshold":null,"max_graceful_termination_sec":0},"feature_gates":[],"admission_plugins":[],"apiserver_cert_sans":[],"private_network_id":"48a917a0-83cd-40c6-a95a-98c595c79271"}' - form: {} - headers: - Content-Type: - - application/json - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters - method: POST - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1599 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://763b2605-6351-4380-ab67-bb6d02d1f912.api.k8s.fr-par.scw.cloud:6443","cni":"cilium","commitment_ends_at":"2025-09-30T14:07:59.456747Z","created_at":"2025-09-30T14:07:59.456730Z","description":"","dns_wildcard":"*.763b2605-6351-4380-ab67-bb6d02d1f912.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"","id":"763b2605-6351-4380-ab67-bb6d02d1f912","name":"tf-cluster-pool","new_images_enabled":false,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"100.64.0.0/15","private_network_id":"48a917a0-83cd-40c6-a95a-98c595c79271","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"10.32.0.0/20","service_dns_ip":"10.32.0.10","status":"creating","tags":["terraform-test","data_scaleway_k8s_pool","basic"],"type":"kapsule","updated_at":"2025-09-30T14:07:59.456730Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1599" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 14:07:59 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 2d14e3be-9c4f-469d-9f6b-1a4f1f39fe35 - status: 200 OK - code: 200 - duration: 589.416959ms - - id: 6 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/763b2605-6351-4380-ab67-bb6d02d1f912 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1563 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://763b2605-6351-4380-ab67-bb6d02d1f912.api.k8s.fr-par.scw.cloud:6443","cni":"cilium","commitment_ends_at":"2025-09-30T14:07:59.456747Z","created_at":"2025-09-30T14:07:59.456730Z","description":"","dns_wildcard":"*.763b2605-6351-4380-ab67-bb6d02d1f912.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"","id":"763b2605-6351-4380-ab67-bb6d02d1f912","name":"tf-cluster-pool","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":"48a917a0-83cd-40c6-a95a-98c595c79271","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"","service_dns_ip":"","status":"creating","tags":["terraform-test","data_scaleway_k8s_pool","basic"],"type":"kapsule","updated_at":"2025-09-30T14:07:59.456730Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1563" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 14:07:59 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - ad207380-5821-4d4e-8d61-d00c21e13afc - status: 200 OK - code: 200 - duration: 97.16575ms - - id: 7 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/763b2605-6351-4380-ab67-bb6d02d1f912 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1604 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://763b2605-6351-4380-ab67-bb6d02d1f912.api.k8s.fr-par.scw.cloud:6443","cni":"cilium","commitment_ends_at":"2025-09-30T14:07:59.456747Z","created_at":"2025-09-30T14:07:59.456730Z","description":"","dns_wildcard":"*.763b2605-6351-4380-ab67-bb6d02d1f912.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"b5cc3b7e-2d03-4c0b-9429-6f3bebe4fcfd","id":"763b2605-6351-4380-ab67-bb6d02d1f912","name":"tf-cluster-pool","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":"48a917a0-83cd-40c6-a95a-98c595c79271","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"","service_dns_ip":"","status":"pool_required","tags":["terraform-test","data_scaleway_k8s_pool","basic"],"type":"kapsule","updated_at":"2025-09-30T14:07:59.973022Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1604" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 14:08:04 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 18a23d58-1d5d-4acc-9282-0aa69a156568 - status: 200 OK - code: 200 - duration: 93.848584ms - - id: 8 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/763b2605-6351-4380-ab67-bb6d02d1f912/pools?order_by=created_at_asc&page=1&status=unknown - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 29 - uncompressed: false - body: '{"pools":[],"total_count":0}' - headers: - Content-Length: - - "29" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 14:08:04 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - de6691e5-cc24-4057-9c34-1bec6f0ceed3 - status: 200 OK - code: 200 - duration: 89.245ms - - id: 9 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/763b2605-6351-4380-ab67-bb6d02d1f912 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1604 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://763b2605-6351-4380-ab67-bb6d02d1f912.api.k8s.fr-par.scw.cloud:6443","cni":"cilium","commitment_ends_at":"2025-09-30T14:07:59.456747Z","created_at":"2025-09-30T14:07:59.456730Z","description":"","dns_wildcard":"*.763b2605-6351-4380-ab67-bb6d02d1f912.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"b5cc3b7e-2d03-4c0b-9429-6f3bebe4fcfd","id":"763b2605-6351-4380-ab67-bb6d02d1f912","name":"tf-cluster-pool","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":"48a917a0-83cd-40c6-a95a-98c595c79271","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"","service_dns_ip":"","status":"pool_required","tags":["terraform-test","data_scaleway_k8s_pool","basic"],"type":"kapsule","updated_at":"2025-09-30T14:07:59.973022Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1604" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 14:08:04 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - c2e66106-5dea-41bc-b014-cf85f37486cd - status: 200 OK - code: 200 - duration: 93.680209ms - - id: 10 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/763b2605-6351-4380-ab67-bb6d02d1f912/kubeconfig - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1662 - uncompressed: false - body: '{"content":"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogInRmLWNsdXN0ZXItcG9vbCIKICBjbHVzdGVyOgogICAgY2VydGlmaWNhdGUtYXV0aG9yaXR5LWRhdGE6IExTMHRMUzFDUlVkSlRpQkRSVkpVU1VaSlEwRlVSUzB0TFMwdENrMUpTVUpZUkVORFFWRkhaMEYzU1VKQlowbENRVVJCUzBKblozRm9hMnBQVUZGUlJFRnFRVlpOVWsxM1JWRlpSRlpSVVVSRmQzQnlaRmRLYkdOdE5Xd0taRWRXZWsxQ05GaEVWRWt4VFVScmVVOVVSVEJOUkdNeFQxWnZXRVJVVFRGTlJHdDVUMVJGTUUxRVl6RlBWbTkzUmxSRlZFMUNSVWRCTVZWRlFYaE5Td3BoTTFacFdsaEtkVnBZVW14amVrSmFUVUpOUjBKNWNVZFRUVFE1UVdkRlIwTkRjVWRUVFRRNVFYZEZTRUV3U1VGQ1NYRmxWUzlPUW5SSk9HMURXVWxCQ2pOMVZFNVJlVXhXTjJsamNEVlNOakJCV1RKb1lqbGlWMjFZTVN0VFdVZDVWVTVEZDFCck1YZE5WSEJUYW5oWFFVWTJPRGQ1Tlc4ek5XOHpZemhxUzBNS1RHNDFTa2hLZVdwUmFrSkJUVUUwUjBFeFZXUkVkMFZDTDNkUlJVRjNTVU53UkVGUVFtZE9Wa2hTVFVKQlpqaEZRbFJCUkVGUlNDOU5RakJIUVRGVlpBcEVaMUZYUWtKVVoxcEZWazFCUldaUVVUTmhkbGg2TVRWeVIwTkRNelpzU1dscVFVdENaMmR4YUd0cVQxQlJVVVJCWjA1S1FVUkNSMEZwUlVGNlNtaGlDalU0UTNneU1qSlpkRzFrT1RsQmNsTTFkRTg1UWtaTWFVdE1Oa2hETjNRd2JFOUZSbWxFZDBOSlVVUldjRzVTVDFaSlNXMXlSMVpVU0M4M2NXa3ZXSEVLT1U1dVYzcHFRWGhxWnpabk1VWnpNazlNWTFaaVp6MDlDaTB0TFMwdFJVNUVJRU5GVWxSSlJrbERRVlJGTFMwdExTMEsKICAgIHNlcnZlcjogaHR0cHM6Ly83NjNiMjYwNS02MzUxLTQzODAtYWI2Ny1iYjZkMDJkMWY5MTIuYXBpLms4cy5mci1wYXIuc2N3LmNsb3VkOjY0NDMKY29udGV4dHM6Ci0gbmFtZTogYWRtaW5AdGYtY2x1c3Rlci1wb29sCiAgY29udGV4dDoKICAgIGNsdXN0ZXI6ICJ0Zi1jbHVzdGVyLXBvb2wiCiAgICB1c2VyOiB0Zi1jbHVzdGVyLXBvb2wtYWRtaW4KY3VycmVudC1jb250ZXh0OiBhZG1pbkB0Zi1jbHVzdGVyLXBvb2wKa2luZDogQ29uZmlnCnByZWZlcmVuY2VzOiB7fQp1c2VyczoKLSBuYW1lOiB0Zi1jbHVzdGVyLXBvb2wtYWRtaW4KICB1c2VyOgogICAgdG9rZW46IG43dVhyWXNYZ0ZLZ0FXMThZY1AyQ2x3cDNkMjBVa1BWVzJ5YTlEdGtKQWRyV3BJdkhDc0pKZGJj","content_type":"application/octet-stream","name":"kubeconfig"}' - headers: - Content-Length: - - "1662" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 14:08:05 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - b46dc26a-c29a-4e2e-8594-083802364f91 - status: 200 OK - code: 200 - duration: 78.899292ms - - id: 11 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/763b2605-6351-4380-ab67-bb6d02d1f912 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1604 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://763b2605-6351-4380-ab67-bb6d02d1f912.api.k8s.fr-par.scw.cloud:6443","cni":"cilium","commitment_ends_at":"2025-09-30T14:07:59.456747Z","created_at":"2025-09-30T14:07:59.456730Z","description":"","dns_wildcard":"*.763b2605-6351-4380-ab67-bb6d02d1f912.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"b5cc3b7e-2d03-4c0b-9429-6f3bebe4fcfd","id":"763b2605-6351-4380-ab67-bb6d02d1f912","name":"tf-cluster-pool","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":"48a917a0-83cd-40c6-a95a-98c595c79271","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"","service_dns_ip":"","status":"pool_required","tags":["terraform-test","data_scaleway_k8s_pool","basic"],"type":"kapsule","updated_at":"2025-09-30T14:07:59.973022Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1604" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 14:08:05 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - cb80571c-c3e6-4da5-a9a6-d99bf12b0c2a - status: 200 OK - code: 200 - duration: 121.359125ms - - id: 12 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 310 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: '{"name":"tf-pool","node_type":"dev1_m","autoscaling":false,"size":1,"min_size":1,"max_size":1,"container_runtime":"containerd","autohealing":false,"tags":["terraform-test","data_scaleway_k8s_pool","basic"],"kubelet_args":{},"zone":"fr-par-1","root_volume_type":"default_volume_type","public_ip_disabled":false}' - form: {} - headers: - Content-Type: - - application/json - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/763b2605-6351-4380-ab67-bb6d02d1f912/pools - method: POST - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 756 - uncompressed: false - body: '{"autohealing":false,"autoscaling":false,"cluster_id":"763b2605-6351-4380-ab67-bb6d02d1f912","container_runtime":"containerd","created_at":"2025-09-30T14:08:05.253104Z","id":"830d33b8-1d12-4f38-8c40-658492e93f02","kubelet_args":{},"max_size":1,"min_size":1,"name":"tf-pool","new_images_enabled":true,"node_type":"dev1_m","placement_group_id":null,"public_ip_disabled":false,"region":"fr-par","root_volume_size":40000000000,"root_volume_type":"l_ssd","security_group_id":"d49109f7-0bad-4991-b0fb-853c658463d2","size":1,"status":"scaling","tags":["terraform-test","data_scaleway_k8s_pool","basic"],"updated_at":"2025-09-30T14:08:05.253104Z","upgrade_policy":{"max_surge":0,"max_unavailable":1},"version":"1.34.1","zone":"fr-par-1"}' - headers: - Content-Length: - - "756" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 14:08:05 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 473efd61-da95-48f7-9211-84e54fb31ff7 - status: 200 OK - code: 200 - duration: 190.212834ms - - id: 13 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/830d33b8-1d12-4f38-8c40-658492e93f02 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 756 - uncompressed: false - body: '{"autohealing":false,"autoscaling":false,"cluster_id":"763b2605-6351-4380-ab67-bb6d02d1f912","container_runtime":"containerd","created_at":"2025-09-30T14:08:05.253104Z","id":"830d33b8-1d12-4f38-8c40-658492e93f02","kubelet_args":{},"max_size":1,"min_size":1,"name":"tf-pool","new_images_enabled":true,"node_type":"dev1_m","placement_group_id":null,"public_ip_disabled":false,"region":"fr-par","root_volume_size":40000000000,"root_volume_type":"l_ssd","security_group_id":"d49109f7-0bad-4991-b0fb-853c658463d2","size":1,"status":"scaling","tags":["terraform-test","data_scaleway_k8s_pool","basic"],"updated_at":"2025-09-30T14:08:05.253104Z","upgrade_policy":{"max_surge":0,"max_unavailable":1},"version":"1.34.1","zone":"fr-par-1"}' - headers: - Content-Length: - - "756" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 14:08:05 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - aa7f163d-75f9-4920-9e02-c1a61574c73d - status: 200 OK - code: 200 - duration: 89.881583ms - - id: 14 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/830d33b8-1d12-4f38-8c40-658492e93f02 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 754 - uncompressed: false - body: '{"autohealing":false,"autoscaling":false,"cluster_id":"763b2605-6351-4380-ab67-bb6d02d1f912","container_runtime":"containerd","created_at":"2025-09-30T14:08:05.253104Z","id":"830d33b8-1d12-4f38-8c40-658492e93f02","kubelet_args":{},"max_size":1,"min_size":1,"name":"tf-pool","new_images_enabled":true,"node_type":"dev1_m","placement_group_id":null,"public_ip_disabled":false,"region":"fr-par","root_volume_size":40000000000,"root_volume_type":"l_ssd","security_group_id":"d49109f7-0bad-4991-b0fb-853c658463d2","size":1,"status":"ready","tags":["terraform-test","data_scaleway_k8s_pool","basic"],"updated_at":"2025-09-30T14:13:13.796222Z","upgrade_policy":{"max_surge":0,"max_unavailable":1},"version":"1.34.1","zone":"fr-par-1"}' - headers: - Content-Length: - - "754" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 14:13:16 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 58f6f491-6750-49e8-a9a1-95c222e0cab0 - status: 200 OK - code: 200 - duration: 122.290041ms - - id: 15 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/763b2605-6351-4380-ab67-bb6d02d1f912 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1596 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://763b2605-6351-4380-ab67-bb6d02d1f912.api.k8s.fr-par.scw.cloud:6443","cni":"cilium","commitment_ends_at":"2025-09-30T14:07:59.456747Z","created_at":"2025-09-30T14:07:59.456730Z","description":"","dns_wildcard":"*.763b2605-6351-4380-ab67-bb6d02d1f912.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"b5cc3b7e-2d03-4c0b-9429-6f3bebe4fcfd","id":"763b2605-6351-4380-ab67-bb6d02d1f912","name":"tf-cluster-pool","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":"48a917a0-83cd-40c6-a95a-98c595c79271","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"","service_dns_ip":"","status":"ready","tags":["terraform-test","data_scaleway_k8s_pool","basic"],"type":"kapsule","updated_at":"2025-09-30T14:09:28.665838Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1596" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 14:13:16 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 92e0b122-ba95-4f94-8b35-576232c29936 - status: 200 OK - code: 200 - duration: 88.503958ms - - id: 16 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/830d33b8-1d12-4f38-8c40-658492e93f02 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 754 - uncompressed: false - body: '{"autohealing":false,"autoscaling":false,"cluster_id":"763b2605-6351-4380-ab67-bb6d02d1f912","container_runtime":"containerd","created_at":"2025-09-30T14:08:05.253104Z","id":"830d33b8-1d12-4f38-8c40-658492e93f02","kubelet_args":{},"max_size":1,"min_size":1,"name":"tf-pool","new_images_enabled":true,"node_type":"dev1_m","placement_group_id":null,"public_ip_disabled":false,"region":"fr-par","root_volume_size":40000000000,"root_volume_type":"l_ssd","security_group_id":"d49109f7-0bad-4991-b0fb-853c658463d2","size":1,"status":"ready","tags":["terraform-test","data_scaleway_k8s_pool","basic"],"updated_at":"2025-09-30T14:13:13.796222Z","upgrade_policy":{"max_surge":0,"max_unavailable":1},"version":"1.34.1","zone":"fr-par-1"}' - headers: - Content-Length: - - "754" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 14:13:16 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 454b605a-e65b-48ff-9aad-fc694c14b5b3 - status: 200 OK - code: 200 - duration: 76.508708ms - - id: 17 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/763b2605-6351-4380-ab67-bb6d02d1f912/nodes?order_by=created_at_asc&page=1&pool_id=830d33b8-1d12-4f38-8c40-658492e93f02&status=unknown - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 620 - uncompressed: false - body: '{"nodes":[{"cluster_id":"763b2605-6351-4380-ab67-bb6d02d1f912","conditions":{"DiskPressure":"False","MemoryPressure":"False","PIDPressure":"False","Ready":"True"},"created_at":"2025-09-30T14:11:15.375288Z","error_message":"","id":"f036cc58-d3fc-4078-bcbc-f3d97a93c075","name":"scw-tf-cluster-pool-tf-pool-f036cc58d3fc4078bc","pool_id":"830d33b8-1d12-4f38-8c40-658492e93f02","provider_id":"scaleway://instance/fr-par-1/e27b5956-8fbc-4283-a484-a1071792fb72","public_ip_v4":"212.47.234.198","public_ip_v6":null,"region":"fr-par","status":"ready","updated_at":"2025-09-30T14:13:13.783571Z"}],"total_count":1}' - headers: - Content-Length: - - "620" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 14:13:17 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - cd04ffed-68af-40b7-829b-83f3f029b462 - status: 200 OK - code: 200 - duration: 90.345ms - - id: 18 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/763b2605-6351-4380-ab67-bb6d02d1f912 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1596 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://763b2605-6351-4380-ab67-bb6d02d1f912.api.k8s.fr-par.scw.cloud:6443","cni":"cilium","commitment_ends_at":"2025-09-30T14:07:59.456747Z","created_at":"2025-09-30T14:07:59.456730Z","description":"","dns_wildcard":"*.763b2605-6351-4380-ab67-bb6d02d1f912.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"b5cc3b7e-2d03-4c0b-9429-6f3bebe4fcfd","id":"763b2605-6351-4380-ab67-bb6d02d1f912","name":"tf-cluster-pool","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":"48a917a0-83cd-40c6-a95a-98c595c79271","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"","service_dns_ip":"","status":"ready","tags":["terraform-test","data_scaleway_k8s_pool","basic"],"type":"kapsule","updated_at":"2025-09-30T14:09:28.665838Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1596" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 14:13:17 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - aa3f9017-cd30-4c3d-8d54-f6ff6f8c5ec3 - status: 200 OK - code: 200 - duration: 90.620958ms - - id: 19 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/ipam/v1/regions/fr-par/ips?order_by=created_at_desc&project_id=105bdce1-64c0-48ab-899d-868455867ecf&resource_name=scw-tf-cluster-pool-tf-pool-f036cc58d3fc4078bc&resource_type=unknown_type - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1122 - uncompressed: false - body: '{"ips":[{"address":"fd5f:519c:6d46:4d5f:1423:e563:ba0b:991b/64","created_at":"2025-09-30T14:11:19.172756Z","id":"10f4be9e-116a-4ab4-97d2-dd22973527f3","is_ipv6":true,"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","resource":{"id":"f1fca815-eb49-4e20-b6fa-1928052d5896","mac_address":"02:00:00:15:85:BD","name":"scw-tf-cluster-pool-tf-pool-f036cc58d3fc4078bc","type":"instance_private_nic"},"reverses":[],"source":{"subnet_id":"1858a5e1-eeb1-4cd4-afe2-60e60e517304"},"tags":[],"updated_at":"2025-09-30T14:11:19.172756Z","zone":null},{"address":"172.17.88.3/22","created_at":"2025-09-30T14:11:19.032428Z","id":"4ea74dfb-d0dc-4bb4-84f3-af8c0ee9711e","is_ipv6":false,"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","resource":{"id":"f1fca815-eb49-4e20-b6fa-1928052d5896","mac_address":"02:00:00:15:85:BD","name":"scw-tf-cluster-pool-tf-pool-f036cc58d3fc4078bc","type":"instance_private_nic"},"reverses":[],"source":{"subnet_id":"c2b68223-9890-4d29-b633-d3c9bd8e8337"},"tags":[],"updated_at":"2025-09-30T14:11:19.032428Z","zone":null}],"total_count":2}' - headers: - Content-Length: - - "1122" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 14:13:17 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 9a5b00be-e0af-4b3e-a215-a1753bb282e9 - status: 200 OK - code: 200 - duration: 124.78425ms - - id: 20 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/fr-par/vpcs/267d5484-8293-404e-840e-9005c27308da - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 425 - uncompressed: false - body: '{"created_at":"2025-09-30T14:07:58.055540Z","custom_routes_propagation_enabled":true,"id":"267d5484-8293-404e-840e-9005c27308da","is_default":false,"name":"TestAccDataSourcePool_Basic","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","private_network_count":1,"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","routing_enabled":true,"tags":[],"updated_at":"2025-09-30T14:07:58.055540Z"}' - headers: - Content-Length: - - "425" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 14:13:17 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 6efcc672-0125-4a2d-a5dd-f9dee6c8b74a - status: 200 OK - code: 200 - duration: 29.904ms - - id: 21 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks/48a917a0-83cd-40c6-a95a-98c595c79271 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1091 - uncompressed: false - body: '{"created_at":"2025-09-30T14:07:58.272532Z","default_route_propagation_enabled":false,"dhcp_enabled":true,"id":"48a917a0-83cd-40c6-a95a-98c595c79271","name":"test-data-source-pool","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","subnets":[{"created_at":"2025-09-30T14:07:58.272532Z","id":"c2b68223-9890-4d29-b633-d3c9bd8e8337","private_network_id":"48a917a0-83cd-40c6-a95a-98c595c79271","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","subnet":"172.17.88.0/22","updated_at":"2025-09-30T14:07:58.272532Z","vpc_id":"267d5484-8293-404e-840e-9005c27308da"},{"created_at":"2025-09-30T14:07:58.272532Z","id":"1858a5e1-eeb1-4cd4-afe2-60e60e517304","private_network_id":"48a917a0-83cd-40c6-a95a-98c595c79271","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","subnet":"fd5f:519c:6d46:4d5f::/64","updated_at":"2025-09-30T14:07:58.272532Z","vpc_id":"267d5484-8293-404e-840e-9005c27308da"}],"tags":[],"updated_at":"2025-09-30T14:07:58.272532Z","vpc_id":"267d5484-8293-404e-840e-9005c27308da"}' - headers: - Content-Length: - - "1091" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 14:13:17 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 3535d2b5-ccd4-4661-8bb1-2d6fc9b7113d - status: 200 OK - code: 200 - duration: 28.884584ms - - id: 22 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/763b2605-6351-4380-ab67-bb6d02d1f912 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1596 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://763b2605-6351-4380-ab67-bb6d02d1f912.api.k8s.fr-par.scw.cloud:6443","cni":"cilium","commitment_ends_at":"2025-09-30T14:07:59.456747Z","created_at":"2025-09-30T14:07:59.456730Z","description":"","dns_wildcard":"*.763b2605-6351-4380-ab67-bb6d02d1f912.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"b5cc3b7e-2d03-4c0b-9429-6f3bebe4fcfd","id":"763b2605-6351-4380-ab67-bb6d02d1f912","name":"tf-cluster-pool","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":"48a917a0-83cd-40c6-a95a-98c595c79271","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"","service_dns_ip":"","status":"ready","tags":["terraform-test","data_scaleway_k8s_pool","basic"],"type":"kapsule","updated_at":"2025-09-30T14:09:28.665838Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1596" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 14:13:17 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 70948382-3441-40f3-b719-d6fb3d5e0c5b - status: 200 OK - code: 200 - duration: 82.229459ms - - id: 23 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/763b2605-6351-4380-ab67-bb6d02d1f912/kubeconfig - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1662 - uncompressed: false - body: '{"content":"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogInRmLWNsdXN0ZXItcG9vbCIKICBjbHVzdGVyOgogICAgY2VydGlmaWNhdGUtYXV0aG9yaXR5LWRhdGE6IExTMHRMUzFDUlVkSlRpQkRSVkpVU1VaSlEwRlVSUzB0TFMwdENrMUpTVUpZUkVORFFWRkhaMEYzU1VKQlowbENRVVJCUzBKblozRm9hMnBQVUZGUlJFRnFRVlpOVWsxM1JWRlpSRlpSVVVSRmQzQnlaRmRLYkdOdE5Xd0taRWRXZWsxQ05GaEVWRWt4VFVScmVVOVVSVEJOUkdNeFQxWnZXRVJVVFRGTlJHdDVUMVJGTUUxRVl6RlBWbTkzUmxSRlZFMUNSVWRCTVZWRlFYaE5Td3BoTTFacFdsaEtkVnBZVW14amVrSmFUVUpOUjBKNWNVZFRUVFE1UVdkRlIwTkRjVWRUVFRRNVFYZEZTRUV3U1VGQ1NYRmxWUzlPUW5SSk9HMURXVWxCQ2pOMVZFNVJlVXhXTjJsamNEVlNOakJCV1RKb1lqbGlWMjFZTVN0VFdVZDVWVTVEZDFCck1YZE5WSEJUYW5oWFFVWTJPRGQ1Tlc4ek5XOHpZemhxUzBNS1RHNDFTa2hLZVdwUmFrSkJUVUUwUjBFeFZXUkVkMFZDTDNkUlJVRjNTVU53UkVGUVFtZE9Wa2hTVFVKQlpqaEZRbFJCUkVGUlNDOU5RakJIUVRGVlpBcEVaMUZYUWtKVVoxcEZWazFCUldaUVVUTmhkbGg2TVRWeVIwTkRNelpzU1dscVFVdENaMmR4YUd0cVQxQlJVVVJCWjA1S1FVUkNSMEZwUlVGNlNtaGlDalU0UTNneU1qSlpkRzFrT1RsQmNsTTFkRTg1UWtaTWFVdE1Oa2hETjNRd2JFOUZSbWxFZDBOSlVVUldjRzVTVDFaSlNXMXlSMVpVU0M4M2NXa3ZXSEVLT1U1dVYzcHFRWGhxWnpabk1VWnpNazlNWTFaaVp6MDlDaTB0TFMwdFJVNUVJRU5GVWxSSlJrbERRVlJGTFMwdExTMEsKICAgIHNlcnZlcjogaHR0cHM6Ly83NjNiMjYwNS02MzUxLTQzODAtYWI2Ny1iYjZkMDJkMWY5MTIuYXBpLms4cy5mci1wYXIuc2N3LmNsb3VkOjY0NDMKY29udGV4dHM6Ci0gbmFtZTogYWRtaW5AdGYtY2x1c3Rlci1wb29sCiAgY29udGV4dDoKICAgIGNsdXN0ZXI6ICJ0Zi1jbHVzdGVyLXBvb2wiCiAgICB1c2VyOiB0Zi1jbHVzdGVyLXBvb2wtYWRtaW4KY3VycmVudC1jb250ZXh0OiBhZG1pbkB0Zi1jbHVzdGVyLXBvb2wKa2luZDogQ29uZmlnCnByZWZlcmVuY2VzOiB7fQp1c2VyczoKLSBuYW1lOiB0Zi1jbHVzdGVyLXBvb2wtYWRtaW4KICB1c2VyOgogICAgdG9rZW46IG43dVhyWXNYZ0ZLZ0FXMThZY1AyQ2x3cDNkMjBVa1BWVzJ5YTlEdGtKQWRyV3BJdkhDc0pKZGJj","content_type":"application/octet-stream","name":"kubeconfig"}' - headers: - Content-Length: - - "1662" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 14:13:17 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 7ec107c8-d0d4-452a-b152-fd1e5b579108 - status: 200 OK - code: 200 - duration: 81.811959ms - - id: 24 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/830d33b8-1d12-4f38-8c40-658492e93f02 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 754 - uncompressed: false - body: '{"autohealing":false,"autoscaling":false,"cluster_id":"763b2605-6351-4380-ab67-bb6d02d1f912","container_runtime":"containerd","created_at":"2025-09-30T14:08:05.253104Z","id":"830d33b8-1d12-4f38-8c40-658492e93f02","kubelet_args":{},"max_size":1,"min_size":1,"name":"tf-pool","new_images_enabled":true,"node_type":"dev1_m","placement_group_id":null,"public_ip_disabled":false,"region":"fr-par","root_volume_size":40000000000,"root_volume_type":"l_ssd","security_group_id":"d49109f7-0bad-4991-b0fb-853c658463d2","size":1,"status":"ready","tags":["terraform-test","data_scaleway_k8s_pool","basic"],"updated_at":"2025-09-30T14:13:13.796222Z","upgrade_policy":{"max_surge":0,"max_unavailable":1},"version":"1.34.1","zone":"fr-par-1"}' - headers: - Content-Length: - - "754" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 14:13:17 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 5d62022b-86e5-4648-9054-4cdfc54154f3 - status: 200 OK - code: 200 - duration: 87.744042ms - - id: 25 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/763b2605-6351-4380-ab67-bb6d02d1f912/nodes?order_by=created_at_asc&page=1&pool_id=830d33b8-1d12-4f38-8c40-658492e93f02&status=unknown - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 620 - uncompressed: false - body: '{"nodes":[{"cluster_id":"763b2605-6351-4380-ab67-bb6d02d1f912","conditions":{"DiskPressure":"False","MemoryPressure":"False","PIDPressure":"False","Ready":"True"},"created_at":"2025-09-30T14:11:15.375288Z","error_message":"","id":"f036cc58-d3fc-4078-bcbc-f3d97a93c075","name":"scw-tf-cluster-pool-tf-pool-f036cc58d3fc4078bc","pool_id":"830d33b8-1d12-4f38-8c40-658492e93f02","provider_id":"scaleway://instance/fr-par-1/e27b5956-8fbc-4283-a484-a1071792fb72","public_ip_v4":"212.47.234.198","public_ip_v6":null,"region":"fr-par","status":"ready","updated_at":"2025-09-30T14:13:13.783571Z"}],"total_count":1}' - headers: - Content-Length: - - "620" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 14:13:18 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 52c7d541-5632-4eda-bf36-3b9caa12242c - status: 200 OK - code: 200 - duration: 109.26575ms - - id: 26 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/763b2605-6351-4380-ab67-bb6d02d1f912 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1596 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://763b2605-6351-4380-ab67-bb6d02d1f912.api.k8s.fr-par.scw.cloud:6443","cni":"cilium","commitment_ends_at":"2025-09-30T14:07:59.456747Z","created_at":"2025-09-30T14:07:59.456730Z","description":"","dns_wildcard":"*.763b2605-6351-4380-ab67-bb6d02d1f912.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"b5cc3b7e-2d03-4c0b-9429-6f3bebe4fcfd","id":"763b2605-6351-4380-ab67-bb6d02d1f912","name":"tf-cluster-pool","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":"48a917a0-83cd-40c6-a95a-98c595c79271","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"","service_dns_ip":"","status":"ready","tags":["terraform-test","data_scaleway_k8s_pool","basic"],"type":"kapsule","updated_at":"2025-09-30T14:09:28.665838Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1596" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 14:13:18 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - a61c41f6-4244-4ca7-aaac-64bfb9a3ed74 - status: 200 OK - code: 200 - duration: 79.198917ms - - id: 27 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/ipam/v1/regions/fr-par/ips?order_by=created_at_desc&project_id=105bdce1-64c0-48ab-899d-868455867ecf&resource_name=scw-tf-cluster-pool-tf-pool-f036cc58d3fc4078bc&resource_type=unknown_type - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1122 - uncompressed: false - body: '{"ips":[{"address":"fd5f:519c:6d46:4d5f:1423:e563:ba0b:991b/64","created_at":"2025-09-30T14:11:19.172756Z","id":"10f4be9e-116a-4ab4-97d2-dd22973527f3","is_ipv6":true,"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","resource":{"id":"f1fca815-eb49-4e20-b6fa-1928052d5896","mac_address":"02:00:00:15:85:BD","name":"scw-tf-cluster-pool-tf-pool-f036cc58d3fc4078bc","type":"instance_private_nic"},"reverses":[],"source":{"subnet_id":"1858a5e1-eeb1-4cd4-afe2-60e60e517304"},"tags":[],"updated_at":"2025-09-30T14:11:19.172756Z","zone":null},{"address":"172.17.88.3/22","created_at":"2025-09-30T14:11:19.032428Z","id":"4ea74dfb-d0dc-4bb4-84f3-af8c0ee9711e","is_ipv6":false,"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","resource":{"id":"f1fca815-eb49-4e20-b6fa-1928052d5896","mac_address":"02:00:00:15:85:BD","name":"scw-tf-cluster-pool-tf-pool-f036cc58d3fc4078bc","type":"instance_private_nic"},"reverses":[],"source":{"subnet_id":"c2b68223-9890-4d29-b633-d3c9bd8e8337"},"tags":[],"updated_at":"2025-09-30T14:11:19.032428Z","zone":null}],"total_count":2}' - headers: - Content-Length: - - "1122" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 14:13:18 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - bcb2d1d3-8d9a-4d55-8219-67b43f99a3fa - status: 200 OK - code: 200 - duration: 119.8175ms - - id: 28 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/fr-par/vpcs/267d5484-8293-404e-840e-9005c27308da - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 425 - uncompressed: false - body: '{"created_at":"2025-09-30T14:07:58.055540Z","custom_routes_propagation_enabled":true,"id":"267d5484-8293-404e-840e-9005c27308da","is_default":false,"name":"TestAccDataSourcePool_Basic","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","private_network_count":1,"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","routing_enabled":true,"tags":[],"updated_at":"2025-09-30T14:07:58.055540Z"}' - headers: - Content-Length: - - "425" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 14:13:18 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 3a008138-b8bd-4a4a-8746-852fe297c185 - status: 200 OK - code: 200 - duration: 26.19225ms - - id: 29 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks/48a917a0-83cd-40c6-a95a-98c595c79271 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1091 - uncompressed: false - body: '{"created_at":"2025-09-30T14:07:58.272532Z","default_route_propagation_enabled":false,"dhcp_enabled":true,"id":"48a917a0-83cd-40c6-a95a-98c595c79271","name":"test-data-source-pool","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","subnets":[{"created_at":"2025-09-30T14:07:58.272532Z","id":"c2b68223-9890-4d29-b633-d3c9bd8e8337","private_network_id":"48a917a0-83cd-40c6-a95a-98c595c79271","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","subnet":"172.17.88.0/22","updated_at":"2025-09-30T14:07:58.272532Z","vpc_id":"267d5484-8293-404e-840e-9005c27308da"},{"created_at":"2025-09-30T14:07:58.272532Z","id":"1858a5e1-eeb1-4cd4-afe2-60e60e517304","private_network_id":"48a917a0-83cd-40c6-a95a-98c595c79271","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","subnet":"fd5f:519c:6d46:4d5f::/64","updated_at":"2025-09-30T14:07:58.272532Z","vpc_id":"267d5484-8293-404e-840e-9005c27308da"}],"tags":[],"updated_at":"2025-09-30T14:07:58.272532Z","vpc_id":"267d5484-8293-404e-840e-9005c27308da"}' - headers: - Content-Length: - - "1091" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 14:13:18 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 32379e5d-a5e5-477d-8396-dbc5808e07c9 - status: 200 OK - code: 200 - duration: 26.603792ms - - id: 30 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/763b2605-6351-4380-ab67-bb6d02d1f912 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1596 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://763b2605-6351-4380-ab67-bb6d02d1f912.api.k8s.fr-par.scw.cloud:6443","cni":"cilium","commitment_ends_at":"2025-09-30T14:07:59.456747Z","created_at":"2025-09-30T14:07:59.456730Z","description":"","dns_wildcard":"*.763b2605-6351-4380-ab67-bb6d02d1f912.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"b5cc3b7e-2d03-4c0b-9429-6f3bebe4fcfd","id":"763b2605-6351-4380-ab67-bb6d02d1f912","name":"tf-cluster-pool","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":"48a917a0-83cd-40c6-a95a-98c595c79271","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"","service_dns_ip":"","status":"ready","tags":["terraform-test","data_scaleway_k8s_pool","basic"],"type":"kapsule","updated_at":"2025-09-30T14:09:28.665838Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1596" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 14:13:18 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 85d1f8d8-d278-42f3-af14-56f9104502ff - status: 200 OK - code: 200 - duration: 91.9405ms - - id: 31 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/763b2605-6351-4380-ab67-bb6d02d1f912/kubeconfig - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1662 - uncompressed: false - body: '{"content":"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogInRmLWNsdXN0ZXItcG9vbCIKICBjbHVzdGVyOgogICAgY2VydGlmaWNhdGUtYXV0aG9yaXR5LWRhdGE6IExTMHRMUzFDUlVkSlRpQkRSVkpVU1VaSlEwRlVSUzB0TFMwdENrMUpTVUpZUkVORFFWRkhaMEYzU1VKQlowbENRVVJCUzBKblozRm9hMnBQVUZGUlJFRnFRVlpOVWsxM1JWRlpSRlpSVVVSRmQzQnlaRmRLYkdOdE5Xd0taRWRXZWsxQ05GaEVWRWt4VFVScmVVOVVSVEJOUkdNeFQxWnZXRVJVVFRGTlJHdDVUMVJGTUUxRVl6RlBWbTkzUmxSRlZFMUNSVWRCTVZWRlFYaE5Td3BoTTFacFdsaEtkVnBZVW14amVrSmFUVUpOUjBKNWNVZFRUVFE1UVdkRlIwTkRjVWRUVFRRNVFYZEZTRUV3U1VGQ1NYRmxWUzlPUW5SSk9HMURXVWxCQ2pOMVZFNVJlVXhXTjJsamNEVlNOakJCV1RKb1lqbGlWMjFZTVN0VFdVZDVWVTVEZDFCck1YZE5WSEJUYW5oWFFVWTJPRGQ1Tlc4ek5XOHpZemhxUzBNS1RHNDFTa2hLZVdwUmFrSkJUVUUwUjBFeFZXUkVkMFZDTDNkUlJVRjNTVU53UkVGUVFtZE9Wa2hTVFVKQlpqaEZRbFJCUkVGUlNDOU5RakJIUVRGVlpBcEVaMUZYUWtKVVoxcEZWazFCUldaUVVUTmhkbGg2TVRWeVIwTkRNelpzU1dscVFVdENaMmR4YUd0cVQxQlJVVVJCWjA1S1FVUkNSMEZwUlVGNlNtaGlDalU0UTNneU1qSlpkRzFrT1RsQmNsTTFkRTg1UWtaTWFVdE1Oa2hETjNRd2JFOUZSbWxFZDBOSlVVUldjRzVTVDFaSlNXMXlSMVpVU0M4M2NXa3ZXSEVLT1U1dVYzcHFRWGhxWnpabk1VWnpNazlNWTFaaVp6MDlDaTB0TFMwdFJVNUVJRU5GVWxSSlJrbERRVlJGTFMwdExTMEsKICAgIHNlcnZlcjogaHR0cHM6Ly83NjNiMjYwNS02MzUxLTQzODAtYWI2Ny1iYjZkMDJkMWY5MTIuYXBpLms4cy5mci1wYXIuc2N3LmNsb3VkOjY0NDMKY29udGV4dHM6Ci0gbmFtZTogYWRtaW5AdGYtY2x1c3Rlci1wb29sCiAgY29udGV4dDoKICAgIGNsdXN0ZXI6ICJ0Zi1jbHVzdGVyLXBvb2wiCiAgICB1c2VyOiB0Zi1jbHVzdGVyLXBvb2wtYWRtaW4KY3VycmVudC1jb250ZXh0OiBhZG1pbkB0Zi1jbHVzdGVyLXBvb2wKa2luZDogQ29uZmlnCnByZWZlcmVuY2VzOiB7fQp1c2VyczoKLSBuYW1lOiB0Zi1jbHVzdGVyLXBvb2wtYWRtaW4KICB1c2VyOgogICAgdG9rZW46IG43dVhyWXNYZ0ZLZ0FXMThZY1AyQ2x3cDNkMjBVa1BWVzJ5YTlEdGtKQWRyV3BJdkhDc0pKZGJj","content_type":"application/octet-stream","name":"kubeconfig"}' - headers: - Content-Length: - - "1662" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 14:13:18 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - b8ecfdb8-aa58-4849-8fd8-89f788b855ac - status: 200 OK - code: 200 - duration: 96.774417ms - - id: 32 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/830d33b8-1d12-4f38-8c40-658492e93f02 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 754 - uncompressed: false - body: '{"autohealing":false,"autoscaling":false,"cluster_id":"763b2605-6351-4380-ab67-bb6d02d1f912","container_runtime":"containerd","created_at":"2025-09-30T14:08:05.253104Z","id":"830d33b8-1d12-4f38-8c40-658492e93f02","kubelet_args":{},"max_size":1,"min_size":1,"name":"tf-pool","new_images_enabled":true,"node_type":"dev1_m","placement_group_id":null,"public_ip_disabled":false,"region":"fr-par","root_volume_size":40000000000,"root_volume_type":"l_ssd","security_group_id":"d49109f7-0bad-4991-b0fb-853c658463d2","size":1,"status":"ready","tags":["terraform-test","data_scaleway_k8s_pool","basic"],"updated_at":"2025-09-30T14:13:13.796222Z","upgrade_policy":{"max_surge":0,"max_unavailable":1},"version":"1.34.1","zone":"fr-par-1"}' - headers: - Content-Length: - - "754" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 14:13:18 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 0c24b4e4-54f4-4efa-be93-a5dfdd6343b5 - status: 200 OK - code: 200 - duration: 94.201ms - - id: 33 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/763b2605-6351-4380-ab67-bb6d02d1f912/nodes?order_by=created_at_asc&page=1&pool_id=830d33b8-1d12-4f38-8c40-658492e93f02&status=unknown - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 620 - uncompressed: false - body: '{"nodes":[{"cluster_id":"763b2605-6351-4380-ab67-bb6d02d1f912","conditions":{"DiskPressure":"False","MemoryPressure":"False","PIDPressure":"False","Ready":"True"},"created_at":"2025-09-30T14:11:15.375288Z","error_message":"","id":"f036cc58-d3fc-4078-bcbc-f3d97a93c075","name":"scw-tf-cluster-pool-tf-pool-f036cc58d3fc4078bc","pool_id":"830d33b8-1d12-4f38-8c40-658492e93f02","provider_id":"scaleway://instance/fr-par-1/e27b5956-8fbc-4283-a484-a1071792fb72","public_ip_v4":"212.47.234.198","public_ip_v6":null,"region":"fr-par","status":"ready","updated_at":"2025-09-30T14:13:13.783571Z"}],"total_count":1}' - headers: - Content-Length: - - "620" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 14:13:18 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 592e4a66-1c8b-4b7e-bbce-a1d8f2eec4fc - status: 200 OK - code: 200 - duration: 94.239041ms - - id: 34 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/763b2605-6351-4380-ab67-bb6d02d1f912 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1596 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://763b2605-6351-4380-ab67-bb6d02d1f912.api.k8s.fr-par.scw.cloud:6443","cni":"cilium","commitment_ends_at":"2025-09-30T14:07:59.456747Z","created_at":"2025-09-30T14:07:59.456730Z","description":"","dns_wildcard":"*.763b2605-6351-4380-ab67-bb6d02d1f912.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"b5cc3b7e-2d03-4c0b-9429-6f3bebe4fcfd","id":"763b2605-6351-4380-ab67-bb6d02d1f912","name":"tf-cluster-pool","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":"48a917a0-83cd-40c6-a95a-98c595c79271","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"","service_dns_ip":"","status":"ready","tags":["terraform-test","data_scaleway_k8s_pool","basic"],"type":"kapsule","updated_at":"2025-09-30T14:09:28.665838Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1596" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 14:13:19 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 6f076101-505a-410d-8519-7bce40cda482 - status: 200 OK - code: 200 - duration: 100.194917ms - - id: 35 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/ipam/v1/regions/fr-par/ips?order_by=created_at_desc&project_id=105bdce1-64c0-48ab-899d-868455867ecf&resource_name=scw-tf-cluster-pool-tf-pool-f036cc58d3fc4078bc&resource_type=unknown_type - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1122 - uncompressed: false - body: '{"ips":[{"address":"fd5f:519c:6d46:4d5f:1423:e563:ba0b:991b/64","created_at":"2025-09-30T14:11:19.172756Z","id":"10f4be9e-116a-4ab4-97d2-dd22973527f3","is_ipv6":true,"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","resource":{"id":"f1fca815-eb49-4e20-b6fa-1928052d5896","mac_address":"02:00:00:15:85:BD","name":"scw-tf-cluster-pool-tf-pool-f036cc58d3fc4078bc","type":"instance_private_nic"},"reverses":[],"source":{"subnet_id":"1858a5e1-eeb1-4cd4-afe2-60e60e517304"},"tags":[],"updated_at":"2025-09-30T14:11:19.172756Z","zone":null},{"address":"172.17.88.3/22","created_at":"2025-09-30T14:11:19.032428Z","id":"4ea74dfb-d0dc-4bb4-84f3-af8c0ee9711e","is_ipv6":false,"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","resource":{"id":"f1fca815-eb49-4e20-b6fa-1928052d5896","mac_address":"02:00:00:15:85:BD","name":"scw-tf-cluster-pool-tf-pool-f036cc58d3fc4078bc","type":"instance_private_nic"},"reverses":[],"source":{"subnet_id":"c2b68223-9890-4d29-b633-d3c9bd8e8337"},"tags":[],"updated_at":"2025-09-30T14:11:19.032428Z","zone":null}],"total_count":2}' - headers: - Content-Length: - - "1122" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 14:13:19 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - ca769f6b-d42e-4aee-9ce7-e88eaf9dc8f0 - status: 200 OK - code: 200 - duration: 45.871041ms - - id: 36 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/830d33b8-1d12-4f38-8c40-658492e93f02 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 754 - uncompressed: false - body: '{"autohealing":false,"autoscaling":false,"cluster_id":"763b2605-6351-4380-ab67-bb6d02d1f912","container_runtime":"containerd","created_at":"2025-09-30T14:08:05.253104Z","id":"830d33b8-1d12-4f38-8c40-658492e93f02","kubelet_args":{},"max_size":1,"min_size":1,"name":"tf-pool","new_images_enabled":true,"node_type":"dev1_m","placement_group_id":null,"public_ip_disabled":false,"region":"fr-par","root_volume_size":40000000000,"root_volume_type":"l_ssd","security_group_id":"d49109f7-0bad-4991-b0fb-853c658463d2","size":1,"status":"ready","tags":["terraform-test","data_scaleway_k8s_pool","basic"],"updated_at":"2025-09-30T14:13:13.796222Z","upgrade_policy":{"max_surge":0,"max_unavailable":1},"version":"1.34.1","zone":"fr-par-1"}' - headers: - Content-Length: - - "754" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 14:13:19 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 15b8690e-d4dc-4acd-973a-b0e865ec5a73 - status: 200 OK - code: 200 - duration: 87.349917ms - - id: 37 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/763b2605-6351-4380-ab67-bb6d02d1f912/nodes?order_by=created_at_asc&page=1&pool_id=830d33b8-1d12-4f38-8c40-658492e93f02&status=unknown - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 620 - uncompressed: false - body: '{"nodes":[{"cluster_id":"763b2605-6351-4380-ab67-bb6d02d1f912","conditions":{"DiskPressure":"False","MemoryPressure":"False","PIDPressure":"False","Ready":"True"},"created_at":"2025-09-30T14:11:15.375288Z","error_message":"","id":"f036cc58-d3fc-4078-bcbc-f3d97a93c075","name":"scw-tf-cluster-pool-tf-pool-f036cc58d3fc4078bc","pool_id":"830d33b8-1d12-4f38-8c40-658492e93f02","provider_id":"scaleway://instance/fr-par-1/e27b5956-8fbc-4283-a484-a1071792fb72","public_ip_v4":"212.47.234.198","public_ip_v6":null,"region":"fr-par","status":"ready","updated_at":"2025-09-30T14:13:13.783571Z"}],"total_count":1}' - headers: - Content-Length: - - "620" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 14:13:19 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - c6cd5fce-f0ba-45ee-aa8e-532b3129413b - status: 200 OK - code: 200 - duration: 87.444291ms - - id: 38 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/763b2605-6351-4380-ab67-bb6d02d1f912 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1596 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://763b2605-6351-4380-ab67-bb6d02d1f912.api.k8s.fr-par.scw.cloud:6443","cni":"cilium","commitment_ends_at":"2025-09-30T14:07:59.456747Z","created_at":"2025-09-30T14:07:59.456730Z","description":"","dns_wildcard":"*.763b2605-6351-4380-ab67-bb6d02d1f912.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"b5cc3b7e-2d03-4c0b-9429-6f3bebe4fcfd","id":"763b2605-6351-4380-ab67-bb6d02d1f912","name":"tf-cluster-pool","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":"48a917a0-83cd-40c6-a95a-98c595c79271","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"","service_dns_ip":"","status":"ready","tags":["terraform-test","data_scaleway_k8s_pool","basic"],"type":"kapsule","updated_at":"2025-09-30T14:09:28.665838Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1596" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 14:13:19 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 3f3aea24-2f02-4a4e-8f18-3f62ec22c6c3 - status: 200 OK - code: 200 - duration: 98.555291ms - - id: 39 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/ipam/v1/regions/fr-par/ips?order_by=created_at_desc&project_id=105bdce1-64c0-48ab-899d-868455867ecf&resource_name=scw-tf-cluster-pool-tf-pool-f036cc58d3fc4078bc&resource_type=unknown_type - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1122 - uncompressed: false - body: '{"ips":[{"address":"fd5f:519c:6d46:4d5f:1423:e563:ba0b:991b/64","created_at":"2025-09-30T14:11:19.172756Z","id":"10f4be9e-116a-4ab4-97d2-dd22973527f3","is_ipv6":true,"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","resource":{"id":"f1fca815-eb49-4e20-b6fa-1928052d5896","mac_address":"02:00:00:15:85:BD","name":"scw-tf-cluster-pool-tf-pool-f036cc58d3fc4078bc","type":"instance_private_nic"},"reverses":[],"source":{"subnet_id":"1858a5e1-eeb1-4cd4-afe2-60e60e517304"},"tags":[],"updated_at":"2025-09-30T14:11:19.172756Z","zone":null},{"address":"172.17.88.3/22","created_at":"2025-09-30T14:11:19.032428Z","id":"4ea74dfb-d0dc-4bb4-84f3-af8c0ee9711e","is_ipv6":false,"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","resource":{"id":"f1fca815-eb49-4e20-b6fa-1928052d5896","mac_address":"02:00:00:15:85:BD","name":"scw-tf-cluster-pool-tf-pool-f036cc58d3fc4078bc","type":"instance_private_nic"},"reverses":[],"source":{"subnet_id":"c2b68223-9890-4d29-b633-d3c9bd8e8337"},"tags":[],"updated_at":"2025-09-30T14:11:19.032428Z","zone":null}],"total_count":2}' - headers: - Content-Length: - - "1122" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 14:13:19 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - f37fe861-1f4d-4e91-8e0b-59978053e1c3 - status: 200 OK - code: 200 - duration: 97.704333ms - - id: 40 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 654 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: '{"tags":["terraform-test","data_scaleway_k8s_cluster","basic"],"autoscaler_config":{"scale_down_disabled":null,"scale_down_delay_after_add":null,"estimator":"unknown_estimator","expander":"unknown_expander","ignore_daemonsets_utilization":null,"balance_similar_node_groups":null,"expendable_pods_priority_cutoff":null,"scale_down_unneeded_time":null,"scale_down_utilization_threshold":null,"max_graceful_termination_sec":null},"auto_upgrade":{"enable":null,"maintenance_window":null},"open_id_connect_config":{"issuer_url":null,"client_id":null,"username_claim":null,"username_prefix":null,"groups_claim":null,"groups_prefix":null,"required_claim":null}}' - form: {} - headers: - Content-Type: - - application/json - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/763b2605-6351-4380-ab67-bb6d02d1f912 - method: PATCH - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1638 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://763b2605-6351-4380-ab67-bb6d02d1f912.api.k8s.fr-par.scw.cloud:6443","cni":"cilium","commitment_ends_at":"2025-09-30T14:07:59.456747Z","created_at":"2025-09-30T14:07:59.456730Z","description":"","dns_wildcard":"*.763b2605-6351-4380-ab67-bb6d02d1f912.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"b5cc3b7e-2d03-4c0b-9429-6f3bebe4fcfd","id":"763b2605-6351-4380-ab67-bb6d02d1f912","name":"tf-cluster-pool","new_images_enabled":false,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"100.64.0.0/15","private_network_id":"48a917a0-83cd-40c6-a95a-98c595c79271","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"10.32.0.0/20","service_dns_ip":"10.32.0.10","status":"updating","tags":["terraform-test","data_scaleway_k8s_cluster","basic"],"type":"kapsule","updated_at":"2025-09-30T14:13:19.717480Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1638" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 14:13:19 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - fc713360-8302-4cd2-857b-74457dc39e1d - status: 200 OK - code: 200 - duration: 126.779667ms - - id: 41 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/763b2605-6351-4380-ab67-bb6d02d1f912 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1602 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://763b2605-6351-4380-ab67-bb6d02d1f912.api.k8s.fr-par.scw.cloud:6443","cni":"cilium","commitment_ends_at":"2025-09-30T14:07:59.456747Z","created_at":"2025-09-30T14:07:59.456730Z","description":"","dns_wildcard":"*.763b2605-6351-4380-ab67-bb6d02d1f912.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"b5cc3b7e-2d03-4c0b-9429-6f3bebe4fcfd","id":"763b2605-6351-4380-ab67-bb6d02d1f912","name":"tf-cluster-pool","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":"48a917a0-83cd-40c6-a95a-98c595c79271","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"","service_dns_ip":"","status":"updating","tags":["terraform-test","data_scaleway_k8s_cluster","basic"],"type":"kapsule","updated_at":"2025-09-30T14:13:19.717480Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1602" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 14:13:19 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - cfac232b-170b-4376-8de3-2dbf80fcb970 - status: 200 OK - code: 200 - duration: 73.852541ms - - id: 42 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/763b2605-6351-4380-ab67-bb6d02d1f912 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1599 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://763b2605-6351-4380-ab67-bb6d02d1f912.api.k8s.fr-par.scw.cloud:6443","cni":"cilium","commitment_ends_at":"2025-09-30T14:07:59.456747Z","created_at":"2025-09-30T14:07:59.456730Z","description":"","dns_wildcard":"*.763b2605-6351-4380-ab67-bb6d02d1f912.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"b5cc3b7e-2d03-4c0b-9429-6f3bebe4fcfd","id":"763b2605-6351-4380-ab67-bb6d02d1f912","name":"tf-cluster-pool","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":"48a917a0-83cd-40c6-a95a-98c595c79271","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"","service_dns_ip":"","status":"ready","tags":["terraform-test","data_scaleway_k8s_cluster","basic"],"type":"kapsule","updated_at":"2025-09-30T14:14:16.643477Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1599" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 14:14:20 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - d328e637-801a-40b0-89fd-a6418e439eb2 - status: 200 OK - code: 200 - duration: 81.971958ms - - id: 43 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/763b2605-6351-4380-ab67-bb6d02d1f912 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1599 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://763b2605-6351-4380-ab67-bb6d02d1f912.api.k8s.fr-par.scw.cloud:6443","cni":"cilium","commitment_ends_at":"2025-09-30T14:07:59.456747Z","created_at":"2025-09-30T14:07:59.456730Z","description":"","dns_wildcard":"*.763b2605-6351-4380-ab67-bb6d02d1f912.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"b5cc3b7e-2d03-4c0b-9429-6f3bebe4fcfd","id":"763b2605-6351-4380-ab67-bb6d02d1f912","name":"tf-cluster-pool","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":"48a917a0-83cd-40c6-a95a-98c595c79271","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"","service_dns_ip":"","status":"ready","tags":["terraform-test","data_scaleway_k8s_cluster","basic"],"type":"kapsule","updated_at":"2025-09-30T14:14:16.643477Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1599" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 14:14:21 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - cc49eafd-8940-43c8-92e1-62cdb1b43937 - status: 200 OK - code: 200 - duration: 78.321875ms - - id: 44 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/763b2605-6351-4380-ab67-bb6d02d1f912/kubeconfig - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1662 - uncompressed: false - body: '{"content":"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogInRmLWNsdXN0ZXItcG9vbCIKICBjbHVzdGVyOgogICAgY2VydGlmaWNhdGUtYXV0aG9yaXR5LWRhdGE6IExTMHRMUzFDUlVkSlRpQkRSVkpVU1VaSlEwRlVSUzB0TFMwdENrMUpTVUpZUkVORFFWRkhaMEYzU1VKQlowbENRVVJCUzBKblozRm9hMnBQVUZGUlJFRnFRVlpOVWsxM1JWRlpSRlpSVVVSRmQzQnlaRmRLYkdOdE5Xd0taRWRXZWsxQ05GaEVWRWt4VFVScmVVOVVSVEJOUkdNeFQxWnZXRVJVVFRGTlJHdDVUMVJGTUUxRVl6RlBWbTkzUmxSRlZFMUNSVWRCTVZWRlFYaE5Td3BoTTFacFdsaEtkVnBZVW14amVrSmFUVUpOUjBKNWNVZFRUVFE1UVdkRlIwTkRjVWRUVFRRNVFYZEZTRUV3U1VGQ1NYRmxWUzlPUW5SSk9HMURXVWxCQ2pOMVZFNVJlVXhXTjJsamNEVlNOakJCV1RKb1lqbGlWMjFZTVN0VFdVZDVWVTVEZDFCck1YZE5WSEJUYW5oWFFVWTJPRGQ1Tlc4ek5XOHpZemhxUzBNS1RHNDFTa2hLZVdwUmFrSkJUVUUwUjBFeFZXUkVkMFZDTDNkUlJVRjNTVU53UkVGUVFtZE9Wa2hTVFVKQlpqaEZRbFJCUkVGUlNDOU5RakJIUVRGVlpBcEVaMUZYUWtKVVoxcEZWazFCUldaUVVUTmhkbGg2TVRWeVIwTkRNelpzU1dscVFVdENaMmR4YUd0cVQxQlJVVVJCWjA1S1FVUkNSMEZwUlVGNlNtaGlDalU0UTNneU1qSlpkRzFrT1RsQmNsTTFkRTg1UWtaTWFVdE1Oa2hETjNRd2JFOUZSbWxFZDBOSlVVUldjRzVTVDFaSlNXMXlSMVpVU0M4M2NXa3ZXSEVLT1U1dVYzcHFRWGhxWnpabk1VWnpNazlNWTFaaVp6MDlDaTB0TFMwdFJVNUVJRU5GVWxSSlJrbERRVlJGTFMwdExTMEsKICAgIHNlcnZlcjogaHR0cHM6Ly83NjNiMjYwNS02MzUxLTQzODAtYWI2Ny1iYjZkMDJkMWY5MTIuYXBpLms4cy5mci1wYXIuc2N3LmNsb3VkOjY0NDMKY29udGV4dHM6Ci0gbmFtZTogYWRtaW5AdGYtY2x1c3Rlci1wb29sCiAgY29udGV4dDoKICAgIGNsdXN0ZXI6ICJ0Zi1jbHVzdGVyLXBvb2wiCiAgICB1c2VyOiB0Zi1jbHVzdGVyLXBvb2wtYWRtaW4KY3VycmVudC1jb250ZXh0OiBhZG1pbkB0Zi1jbHVzdGVyLXBvb2wKa2luZDogQ29uZmlnCnByZWZlcmVuY2VzOiB7fQp1c2VyczoKLSBuYW1lOiB0Zi1jbHVzdGVyLXBvb2wtYWRtaW4KICB1c2VyOgogICAgdG9rZW46IG43dVhyWXNYZ0ZLZ0FXMThZY1AyQ2x3cDNkMjBVa1BWVzJ5YTlEdGtKQWRyV3BJdkhDc0pKZGJj","content_type":"application/octet-stream","name":"kubeconfig"}' - headers: - Content-Length: - - "1662" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 14:14:21 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 265aede0-89e2-4cc2-a223-50eb2da6d1da - status: 200 OK - code: 200 - duration: 108.58275ms - - id: 45 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/763b2605-6351-4380-ab67-bb6d02d1f912/pools?name=tf-pool&order_by=created_at_asc&status=unknown - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 783 - uncompressed: false - body: '{"pools":[{"autohealing":false,"autoscaling":false,"cluster_id":"763b2605-6351-4380-ab67-bb6d02d1f912","container_runtime":"containerd","created_at":"2025-09-30T14:08:05.253104Z","id":"830d33b8-1d12-4f38-8c40-658492e93f02","kubelet_args":{},"max_size":1,"min_size":1,"name":"tf-pool","new_images_enabled":true,"node_type":"dev1_m","placement_group_id":null,"public_ip_disabled":false,"region":"fr-par","root_volume_size":40000000000,"root_volume_type":"l_ssd","security_group_id":"d49109f7-0bad-4991-b0fb-853c658463d2","size":1,"status":"ready","tags":["terraform-test","data_scaleway_k8s_pool","basic"],"updated_at":"2025-09-30T14:13:13.796222Z","upgrade_policy":{"max_surge":0,"max_unavailable":1},"version":"1.34.1","zone":"fr-par-1"}],"total_count":1}' - headers: - Content-Length: - - "783" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 14:14:21 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 937fcde4-2386-4b09-b741-8337d5535be8 - status: 200 OK - code: 200 - duration: 96.075917ms - - id: 46 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/830d33b8-1d12-4f38-8c40-658492e93f02 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 754 - uncompressed: false - body: '{"autohealing":false,"autoscaling":false,"cluster_id":"763b2605-6351-4380-ab67-bb6d02d1f912","container_runtime":"containerd","created_at":"2025-09-30T14:08:05.253104Z","id":"830d33b8-1d12-4f38-8c40-658492e93f02","kubelet_args":{},"max_size":1,"min_size":1,"name":"tf-pool","new_images_enabled":true,"node_type":"dev1_m","placement_group_id":null,"public_ip_disabled":false,"region":"fr-par","root_volume_size":40000000000,"root_volume_type":"l_ssd","security_group_id":"d49109f7-0bad-4991-b0fb-853c658463d2","size":1,"status":"ready","tags":["terraform-test","data_scaleway_k8s_pool","basic"],"updated_at":"2025-09-30T14:13:13.796222Z","upgrade_policy":{"max_surge":0,"max_unavailable":1},"version":"1.34.1","zone":"fr-par-1"}' - headers: - Content-Length: - - "754" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 14:14:21 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - b9817980-e1b9-4f03-bdf0-0e911ac95c30 - status: 200 OK - code: 200 - duration: 105.346ms - - id: 47 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/763b2605-6351-4380-ab67-bb6d02d1f912/nodes?order_by=created_at_asc&page=1&pool_id=830d33b8-1d12-4f38-8c40-658492e93f02&status=unknown - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 650 - uncompressed: false - body: '{"nodes":[{"cluster_id":"763b2605-6351-4380-ab67-bb6d02d1f912","conditions":{"DiskPressure":"False","MemoryPressure":"False","NetworkUnavailable":"False","PIDPressure":"False","Ready":"True"},"created_at":"2025-09-30T14:11:15.375288Z","error_message":"","id":"f036cc58-d3fc-4078-bcbc-f3d97a93c075","name":"scw-tf-cluster-pool-tf-pool-f036cc58d3fc4078bc","pool_id":"830d33b8-1d12-4f38-8c40-658492e93f02","provider_id":"scaleway://instance/fr-par-1/e27b5956-8fbc-4283-a484-a1071792fb72","public_ip_v4":"212.47.234.198","public_ip_v6":null,"region":"fr-par","status":"ready","updated_at":"2025-09-30T14:13:37.035977Z"}],"total_count":1}' - headers: - Content-Length: - - "650" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 14:14:21 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 8e400565-3a59-4f09-9dd2-112b2864a539 - status: 200 OK - code: 200 - duration: 97.663334ms - - id: 48 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/763b2605-6351-4380-ab67-bb6d02d1f912 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1599 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://763b2605-6351-4380-ab67-bb6d02d1f912.api.k8s.fr-par.scw.cloud:6443","cni":"cilium","commitment_ends_at":"2025-09-30T14:07:59.456747Z","created_at":"2025-09-30T14:07:59.456730Z","description":"","dns_wildcard":"*.763b2605-6351-4380-ab67-bb6d02d1f912.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"b5cc3b7e-2d03-4c0b-9429-6f3bebe4fcfd","id":"763b2605-6351-4380-ab67-bb6d02d1f912","name":"tf-cluster-pool","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":"48a917a0-83cd-40c6-a95a-98c595c79271","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"","service_dns_ip":"","status":"ready","tags":["terraform-test","data_scaleway_k8s_cluster","basic"],"type":"kapsule","updated_at":"2025-09-30T14:14:16.643477Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1599" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 14:14:21 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - f06bad34-0276-42f9-b34f-fe5c7528cb1c - status: 200 OK - code: 200 - duration: 75.518333ms - - id: 49 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/ipam/v1/regions/fr-par/ips?order_by=created_at_desc&project_id=105bdce1-64c0-48ab-899d-868455867ecf&resource_name=scw-tf-cluster-pool-tf-pool-f036cc58d3fc4078bc&resource_type=unknown_type - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1122 - uncompressed: false - body: '{"ips":[{"address":"fd5f:519c:6d46:4d5f:1423:e563:ba0b:991b/64","created_at":"2025-09-30T14:11:19.172756Z","id":"10f4be9e-116a-4ab4-97d2-dd22973527f3","is_ipv6":true,"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","resource":{"id":"f1fca815-eb49-4e20-b6fa-1928052d5896","mac_address":"02:00:00:15:85:BD","name":"scw-tf-cluster-pool-tf-pool-f036cc58d3fc4078bc","type":"instance_private_nic"},"reverses":[],"source":{"subnet_id":"1858a5e1-eeb1-4cd4-afe2-60e60e517304"},"tags":[],"updated_at":"2025-09-30T14:11:19.172756Z","zone":null},{"address":"172.17.88.3/22","created_at":"2025-09-30T14:11:19.032428Z","id":"4ea74dfb-d0dc-4bb4-84f3-af8c0ee9711e","is_ipv6":false,"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","resource":{"id":"f1fca815-eb49-4e20-b6fa-1928052d5896","mac_address":"02:00:00:15:85:BD","name":"scw-tf-cluster-pool-tf-pool-f036cc58d3fc4078bc","type":"instance_private_nic"},"reverses":[],"source":{"subnet_id":"c2b68223-9890-4d29-b633-d3c9bd8e8337"},"tags":[],"updated_at":"2025-09-30T14:11:19.032428Z","zone":null}],"total_count":2}' - headers: - Content-Length: - - "1122" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 14:14:21 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 0a18e473-70b2-480e-8363-9d6df5f8f577 - status: 200 OK - code: 200 - duration: 112.962958ms - - id: 50 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/830d33b8-1d12-4f38-8c40-658492e93f02 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 754 - uncompressed: false - body: '{"autohealing":false,"autoscaling":false,"cluster_id":"763b2605-6351-4380-ab67-bb6d02d1f912","container_runtime":"containerd","created_at":"2025-09-30T14:08:05.253104Z","id":"830d33b8-1d12-4f38-8c40-658492e93f02","kubelet_args":{},"max_size":1,"min_size":1,"name":"tf-pool","new_images_enabled":true,"node_type":"dev1_m","placement_group_id":null,"public_ip_disabled":false,"region":"fr-par","root_volume_size":40000000000,"root_volume_type":"l_ssd","security_group_id":"d49109f7-0bad-4991-b0fb-853c658463d2","size":1,"status":"ready","tags":["terraform-test","data_scaleway_k8s_pool","basic"],"updated_at":"2025-09-30T14:13:13.796222Z","upgrade_policy":{"max_surge":0,"max_unavailable":1},"version":"1.34.1","zone":"fr-par-1"}' - headers: - Content-Length: - - "754" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 14:14:21 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 348339d3-d423-4ad8-9cff-2f4798e0f9ae - status: 200 OK - code: 200 - duration: 101.646125ms - - id: 51 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/830d33b8-1d12-4f38-8c40-658492e93f02 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 754 - uncompressed: false - body: '{"autohealing":false,"autoscaling":false,"cluster_id":"763b2605-6351-4380-ab67-bb6d02d1f912","container_runtime":"containerd","created_at":"2025-09-30T14:08:05.253104Z","id":"830d33b8-1d12-4f38-8c40-658492e93f02","kubelet_args":{},"max_size":1,"min_size":1,"name":"tf-pool","new_images_enabled":true,"node_type":"dev1_m","placement_group_id":null,"public_ip_disabled":false,"region":"fr-par","root_volume_size":40000000000,"root_volume_type":"l_ssd","security_group_id":"d49109f7-0bad-4991-b0fb-853c658463d2","size":1,"status":"ready","tags":["terraform-test","data_scaleway_k8s_pool","basic"],"updated_at":"2025-09-30T14:13:13.796222Z","upgrade_policy":{"max_surge":0,"max_unavailable":1},"version":"1.34.1","zone":"fr-par-1"}' - headers: - Content-Length: - - "754" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 14:14:21 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - e6ea359d-570b-42c5-b5df-54fd6992a591 - status: 200 OK - code: 200 - duration: 89.935083ms - - id: 52 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/830d33b8-1d12-4f38-8c40-658492e93f02 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 754 - uncompressed: false - body: '{"autohealing":false,"autoscaling":false,"cluster_id":"763b2605-6351-4380-ab67-bb6d02d1f912","container_runtime":"containerd","created_at":"2025-09-30T14:08:05.253104Z","id":"830d33b8-1d12-4f38-8c40-658492e93f02","kubelet_args":{},"max_size":1,"min_size":1,"name":"tf-pool","new_images_enabled":true,"node_type":"dev1_m","placement_group_id":null,"public_ip_disabled":false,"region":"fr-par","root_volume_size":40000000000,"root_volume_type":"l_ssd","security_group_id":"d49109f7-0bad-4991-b0fb-853c658463d2","size":1,"status":"ready","tags":["terraform-test","data_scaleway_k8s_pool","basic"],"updated_at":"2025-09-30T14:13:13.796222Z","upgrade_policy":{"max_surge":0,"max_unavailable":1},"version":"1.34.1","zone":"fr-par-1"}' - headers: - Content-Length: - - "754" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 14:14:22 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - f842bafd-463b-46f6-9df3-434153a7c40f - status: 200 OK - code: 200 - duration: 86.668291ms - - id: 53 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/763b2605-6351-4380-ab67-bb6d02d1f912/pools?name=tf-pool&order_by=created_at_asc&status=unknown - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 783 - uncompressed: false - body: '{"pools":[{"autohealing":false,"autoscaling":false,"cluster_id":"763b2605-6351-4380-ab67-bb6d02d1f912","container_runtime":"containerd","created_at":"2025-09-30T14:08:05.253104Z","id":"830d33b8-1d12-4f38-8c40-658492e93f02","kubelet_args":{},"max_size":1,"min_size":1,"name":"tf-pool","new_images_enabled":true,"node_type":"dev1_m","placement_group_id":null,"public_ip_disabled":false,"region":"fr-par","root_volume_size":40000000000,"root_volume_type":"l_ssd","security_group_id":"d49109f7-0bad-4991-b0fb-853c658463d2","size":1,"status":"ready","tags":["terraform-test","data_scaleway_k8s_pool","basic"],"updated_at":"2025-09-30T14:13:13.796222Z","upgrade_policy":{"max_surge":0,"max_unavailable":1},"version":"1.34.1","zone":"fr-par-1"}],"total_count":1}' - headers: - Content-Length: - - "783" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 14:14:22 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - f5657964-0929-42e4-a1c0-20c22ae16b49 - status: 200 OK - code: 200 - duration: 94.200042ms - - id: 54 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/830d33b8-1d12-4f38-8c40-658492e93f02 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 754 - uncompressed: false - body: '{"autohealing":false,"autoscaling":false,"cluster_id":"763b2605-6351-4380-ab67-bb6d02d1f912","container_runtime":"containerd","created_at":"2025-09-30T14:08:05.253104Z","id":"830d33b8-1d12-4f38-8c40-658492e93f02","kubelet_args":{},"max_size":1,"min_size":1,"name":"tf-pool","new_images_enabled":true,"node_type":"dev1_m","placement_group_id":null,"public_ip_disabled":false,"region":"fr-par","root_volume_size":40000000000,"root_volume_type":"l_ssd","security_group_id":"d49109f7-0bad-4991-b0fb-853c658463d2","size":1,"status":"ready","tags":["terraform-test","data_scaleway_k8s_pool","basic"],"updated_at":"2025-09-30T14:13:13.796222Z","upgrade_policy":{"max_surge":0,"max_unavailable":1},"version":"1.34.1","zone":"fr-par-1"}' - headers: - Content-Length: - - "754" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 14:14:22 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 3c86d37e-37ed-46aa-9939-b5f304e4ffaf - status: 200 OK - code: 200 - duration: 73.922958ms - - id: 55 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/763b2605-6351-4380-ab67-bb6d02d1f912/nodes?order_by=created_at_asc&page=1&pool_id=830d33b8-1d12-4f38-8c40-658492e93f02&status=unknown - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 650 - uncompressed: false - body: '{"nodes":[{"cluster_id":"763b2605-6351-4380-ab67-bb6d02d1f912","conditions":{"DiskPressure":"False","MemoryPressure":"False","NetworkUnavailable":"False","PIDPressure":"False","Ready":"True"},"created_at":"2025-09-30T14:11:15.375288Z","error_message":"","id":"f036cc58-d3fc-4078-bcbc-f3d97a93c075","name":"scw-tf-cluster-pool-tf-pool-f036cc58d3fc4078bc","pool_id":"830d33b8-1d12-4f38-8c40-658492e93f02","provider_id":"scaleway://instance/fr-par-1/e27b5956-8fbc-4283-a484-a1071792fb72","public_ip_v4":"212.47.234.198","public_ip_v6":null,"region":"fr-par","status":"ready","updated_at":"2025-09-30T14:13:37.035977Z"}],"total_count":1}' - headers: - Content-Length: - - "650" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 14:14:22 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - bc2c63d8-b331-4bb2-bfb8-acc122c4e58b - status: 200 OK - code: 200 - duration: 99.637708ms - - id: 56 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/763b2605-6351-4380-ab67-bb6d02d1f912/nodes?order_by=created_at_asc&page=1&pool_id=830d33b8-1d12-4f38-8c40-658492e93f02&status=unknown - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 650 - uncompressed: false - body: '{"nodes":[{"cluster_id":"763b2605-6351-4380-ab67-bb6d02d1f912","conditions":{"DiskPressure":"False","MemoryPressure":"False","NetworkUnavailable":"False","PIDPressure":"False","Ready":"True"},"created_at":"2025-09-30T14:11:15.375288Z","error_message":"","id":"f036cc58-d3fc-4078-bcbc-f3d97a93c075","name":"scw-tf-cluster-pool-tf-pool-f036cc58d3fc4078bc","pool_id":"830d33b8-1d12-4f38-8c40-658492e93f02","provider_id":"scaleway://instance/fr-par-1/e27b5956-8fbc-4283-a484-a1071792fb72","public_ip_v4":"212.47.234.198","public_ip_v6":null,"region":"fr-par","status":"ready","updated_at":"2025-09-30T14:13:37.035977Z"}],"total_count":1}' - headers: - Content-Length: - - "650" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 14:14:22 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - bf9b437b-1d63-4d8c-a2b3-f9fd4287e1fc - status: 200 OK - code: 200 - duration: 86.8925ms - - id: 57 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/763b2605-6351-4380-ab67-bb6d02d1f912 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1599 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://763b2605-6351-4380-ab67-bb6d02d1f912.api.k8s.fr-par.scw.cloud:6443","cni":"cilium","commitment_ends_at":"2025-09-30T14:07:59.456747Z","created_at":"2025-09-30T14:07:59.456730Z","description":"","dns_wildcard":"*.763b2605-6351-4380-ab67-bb6d02d1f912.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"b5cc3b7e-2d03-4c0b-9429-6f3bebe4fcfd","id":"763b2605-6351-4380-ab67-bb6d02d1f912","name":"tf-cluster-pool","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":"48a917a0-83cd-40c6-a95a-98c595c79271","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"","service_dns_ip":"","status":"ready","tags":["terraform-test","data_scaleway_k8s_cluster","basic"],"type":"kapsule","updated_at":"2025-09-30T14:14:16.643477Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1599" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 14:14:22 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 855a9474-8d91-48b4-9924-974536629168 - status: 200 OK - code: 200 - duration: 88.359458ms - - id: 58 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/763b2605-6351-4380-ab67-bb6d02d1f912 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1599 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://763b2605-6351-4380-ab67-bb6d02d1f912.api.k8s.fr-par.scw.cloud:6443","cni":"cilium","commitment_ends_at":"2025-09-30T14:07:59.456747Z","created_at":"2025-09-30T14:07:59.456730Z","description":"","dns_wildcard":"*.763b2605-6351-4380-ab67-bb6d02d1f912.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"b5cc3b7e-2d03-4c0b-9429-6f3bebe4fcfd","id":"763b2605-6351-4380-ab67-bb6d02d1f912","name":"tf-cluster-pool","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":"48a917a0-83cd-40c6-a95a-98c595c79271","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"","service_dns_ip":"","status":"ready","tags":["terraform-test","data_scaleway_k8s_cluster","basic"],"type":"kapsule","updated_at":"2025-09-30T14:14:16.643477Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1599" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 14:14:22 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 5e171a78-a226-4bf2-a69d-50cdbfe9a70c - status: 200 OK - code: 200 - duration: 95.306917ms - - id: 59 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/ipam/v1/regions/fr-par/ips?order_by=created_at_desc&project_id=105bdce1-64c0-48ab-899d-868455867ecf&resource_name=scw-tf-cluster-pool-tf-pool-f036cc58d3fc4078bc&resource_type=unknown_type - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1122 - uncompressed: false - body: '{"ips":[{"address":"fd5f:519c:6d46:4d5f:1423:e563:ba0b:991b/64","created_at":"2025-09-30T14:11:19.172756Z","id":"10f4be9e-116a-4ab4-97d2-dd22973527f3","is_ipv6":true,"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","resource":{"id":"f1fca815-eb49-4e20-b6fa-1928052d5896","mac_address":"02:00:00:15:85:BD","name":"scw-tf-cluster-pool-tf-pool-f036cc58d3fc4078bc","type":"instance_private_nic"},"reverses":[],"source":{"subnet_id":"1858a5e1-eeb1-4cd4-afe2-60e60e517304"},"tags":[],"updated_at":"2025-09-30T14:11:19.172756Z","zone":null},{"address":"172.17.88.3/22","created_at":"2025-09-30T14:11:19.032428Z","id":"4ea74dfb-d0dc-4bb4-84f3-af8c0ee9711e","is_ipv6":false,"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","resource":{"id":"f1fca815-eb49-4e20-b6fa-1928052d5896","mac_address":"02:00:00:15:85:BD","name":"scw-tf-cluster-pool-tf-pool-f036cc58d3fc4078bc","type":"instance_private_nic"},"reverses":[],"source":{"subnet_id":"c2b68223-9890-4d29-b633-d3c9bd8e8337"},"tags":[],"updated_at":"2025-09-30T14:11:19.032428Z","zone":null}],"total_count":2}' - headers: - Content-Length: - - "1122" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 14:14:22 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 59e8dfed-5bbd-4cda-82bc-d98103df9188 - status: 200 OK - code: 200 - duration: 106.300625ms - - id: 60 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/ipam/v1/regions/fr-par/ips?order_by=created_at_desc&project_id=105bdce1-64c0-48ab-899d-868455867ecf&resource_name=scw-tf-cluster-pool-tf-pool-f036cc58d3fc4078bc&resource_type=unknown_type - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1122 - uncompressed: false - body: '{"ips":[{"address":"fd5f:519c:6d46:4d5f:1423:e563:ba0b:991b/64","created_at":"2025-09-30T14:11:19.172756Z","id":"10f4be9e-116a-4ab4-97d2-dd22973527f3","is_ipv6":true,"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","resource":{"id":"f1fca815-eb49-4e20-b6fa-1928052d5896","mac_address":"02:00:00:15:85:BD","name":"scw-tf-cluster-pool-tf-pool-f036cc58d3fc4078bc","type":"instance_private_nic"},"reverses":[],"source":{"subnet_id":"1858a5e1-eeb1-4cd4-afe2-60e60e517304"},"tags":[],"updated_at":"2025-09-30T14:11:19.172756Z","zone":null},{"address":"172.17.88.3/22","created_at":"2025-09-30T14:11:19.032428Z","id":"4ea74dfb-d0dc-4bb4-84f3-af8c0ee9711e","is_ipv6":false,"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","resource":{"id":"f1fca815-eb49-4e20-b6fa-1928052d5896","mac_address":"02:00:00:15:85:BD","name":"scw-tf-cluster-pool-tf-pool-f036cc58d3fc4078bc","type":"instance_private_nic"},"reverses":[],"source":{"subnet_id":"c2b68223-9890-4d29-b633-d3c9bd8e8337"},"tags":[],"updated_at":"2025-09-30T14:11:19.032428Z","zone":null}],"total_count":2}' - headers: - Content-Length: - - "1122" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 14:14:22 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 6de77cb1-2aeb-44f5-86cb-682c8b1f0d79 - status: 200 OK - code: 200 - duration: 44.069083ms - - id: 61 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/fr-par/vpcs/267d5484-8293-404e-840e-9005c27308da - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 425 - uncompressed: false - body: '{"created_at":"2025-09-30T14:07:58.055540Z","custom_routes_propagation_enabled":true,"id":"267d5484-8293-404e-840e-9005c27308da","is_default":false,"name":"TestAccDataSourcePool_Basic","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","private_network_count":1,"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","routing_enabled":true,"tags":[],"updated_at":"2025-09-30T14:07:58.055540Z"}' - headers: - Content-Length: - - "425" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 14:14:22 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - e0cf4662-0d6d-4396-90d9-baa0a5d27fce - status: 200 OK - code: 200 - duration: 29.780667ms - - id: 62 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks/48a917a0-83cd-40c6-a95a-98c595c79271 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1091 - uncompressed: false - body: '{"created_at":"2025-09-30T14:07:58.272532Z","default_route_propagation_enabled":false,"dhcp_enabled":true,"id":"48a917a0-83cd-40c6-a95a-98c595c79271","name":"test-data-source-pool","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","subnets":[{"created_at":"2025-09-30T14:07:58.272532Z","id":"c2b68223-9890-4d29-b633-d3c9bd8e8337","private_network_id":"48a917a0-83cd-40c6-a95a-98c595c79271","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","subnet":"172.17.88.0/22","updated_at":"2025-09-30T14:07:58.272532Z","vpc_id":"267d5484-8293-404e-840e-9005c27308da"},{"created_at":"2025-09-30T14:07:58.272532Z","id":"1858a5e1-eeb1-4cd4-afe2-60e60e517304","private_network_id":"48a917a0-83cd-40c6-a95a-98c595c79271","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","subnet":"fd5f:519c:6d46:4d5f::/64","updated_at":"2025-09-30T14:07:58.272532Z","vpc_id":"267d5484-8293-404e-840e-9005c27308da"}],"tags":[],"updated_at":"2025-09-30T14:07:58.272532Z","vpc_id":"267d5484-8293-404e-840e-9005c27308da"}' - headers: - Content-Length: - - "1091" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 14:14:22 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - ce86a33a-6847-491d-a792-dd488412bfdf - status: 200 OK - code: 200 - duration: 34.151542ms - - id: 63 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/763b2605-6351-4380-ab67-bb6d02d1f912 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1599 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://763b2605-6351-4380-ab67-bb6d02d1f912.api.k8s.fr-par.scw.cloud:6443","cni":"cilium","commitment_ends_at":"2025-09-30T14:07:59.456747Z","created_at":"2025-09-30T14:07:59.456730Z","description":"","dns_wildcard":"*.763b2605-6351-4380-ab67-bb6d02d1f912.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"b5cc3b7e-2d03-4c0b-9429-6f3bebe4fcfd","id":"763b2605-6351-4380-ab67-bb6d02d1f912","name":"tf-cluster-pool","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":"48a917a0-83cd-40c6-a95a-98c595c79271","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"","service_dns_ip":"","status":"ready","tags":["terraform-test","data_scaleway_k8s_cluster","basic"],"type":"kapsule","updated_at":"2025-09-30T14:14:16.643477Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1599" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 14:14:22 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - e29d7bff-a37d-495b-a2de-8248ef40f917 - status: 200 OK - code: 200 - duration: 84.721125ms - - id: 64 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/763b2605-6351-4380-ab67-bb6d02d1f912/kubeconfig - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1662 - uncompressed: false - body: '{"content":"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogInRmLWNsdXN0ZXItcG9vbCIKICBjbHVzdGVyOgogICAgY2VydGlmaWNhdGUtYXV0aG9yaXR5LWRhdGE6IExTMHRMUzFDUlVkSlRpQkRSVkpVU1VaSlEwRlVSUzB0TFMwdENrMUpTVUpZUkVORFFWRkhaMEYzU1VKQlowbENRVVJCUzBKblozRm9hMnBQVUZGUlJFRnFRVlpOVWsxM1JWRlpSRlpSVVVSRmQzQnlaRmRLYkdOdE5Xd0taRWRXZWsxQ05GaEVWRWt4VFVScmVVOVVSVEJOUkdNeFQxWnZXRVJVVFRGTlJHdDVUMVJGTUUxRVl6RlBWbTkzUmxSRlZFMUNSVWRCTVZWRlFYaE5Td3BoTTFacFdsaEtkVnBZVW14amVrSmFUVUpOUjBKNWNVZFRUVFE1UVdkRlIwTkRjVWRUVFRRNVFYZEZTRUV3U1VGQ1NYRmxWUzlPUW5SSk9HMURXVWxCQ2pOMVZFNVJlVXhXTjJsamNEVlNOakJCV1RKb1lqbGlWMjFZTVN0VFdVZDVWVTVEZDFCck1YZE5WSEJUYW5oWFFVWTJPRGQ1Tlc4ek5XOHpZemhxUzBNS1RHNDFTa2hLZVdwUmFrSkJUVUUwUjBFeFZXUkVkMFZDTDNkUlJVRjNTVU53UkVGUVFtZE9Wa2hTVFVKQlpqaEZRbFJCUkVGUlNDOU5RakJIUVRGVlpBcEVaMUZYUWtKVVoxcEZWazFCUldaUVVUTmhkbGg2TVRWeVIwTkRNelpzU1dscVFVdENaMmR4YUd0cVQxQlJVVVJCWjA1S1FVUkNSMEZwUlVGNlNtaGlDalU0UTNneU1qSlpkRzFrT1RsQmNsTTFkRTg1UWtaTWFVdE1Oa2hETjNRd2JFOUZSbWxFZDBOSlVVUldjRzVTVDFaSlNXMXlSMVpVU0M4M2NXa3ZXSEVLT1U1dVYzcHFRWGhxWnpabk1VWnpNazlNWTFaaVp6MDlDaTB0TFMwdFJVNUVJRU5GVWxSSlJrbERRVlJGTFMwdExTMEsKICAgIHNlcnZlcjogaHR0cHM6Ly83NjNiMjYwNS02MzUxLTQzODAtYWI2Ny1iYjZkMDJkMWY5MTIuYXBpLms4cy5mci1wYXIuc2N3LmNsb3VkOjY0NDMKY29udGV4dHM6Ci0gbmFtZTogYWRtaW5AdGYtY2x1c3Rlci1wb29sCiAgY29udGV4dDoKICAgIGNsdXN0ZXI6ICJ0Zi1jbHVzdGVyLXBvb2wiCiAgICB1c2VyOiB0Zi1jbHVzdGVyLXBvb2wtYWRtaW4KY3VycmVudC1jb250ZXh0OiBhZG1pbkB0Zi1jbHVzdGVyLXBvb2wKa2luZDogQ29uZmlnCnByZWZlcmVuY2VzOiB7fQp1c2VyczoKLSBuYW1lOiB0Zi1jbHVzdGVyLXBvb2wtYWRtaW4KICB1c2VyOgogICAgdG9rZW46IG43dVhyWXNYZ0ZLZ0FXMThZY1AyQ2x3cDNkMjBVa1BWVzJ5YTlEdGtKQWRyV3BJdkhDc0pKZGJj","content_type":"application/octet-stream","name":"kubeconfig"}' - headers: - Content-Length: - - "1662" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 14:14:22 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 9f5c8e28-a377-4083-a4f3-65771dda8b0a - status: 200 OK - code: 200 - duration: 76.071417ms - - id: 65 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/830d33b8-1d12-4f38-8c40-658492e93f02 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 754 - uncompressed: false - body: '{"autohealing":false,"autoscaling":false,"cluster_id":"763b2605-6351-4380-ab67-bb6d02d1f912","container_runtime":"containerd","created_at":"2025-09-30T14:08:05.253104Z","id":"830d33b8-1d12-4f38-8c40-658492e93f02","kubelet_args":{},"max_size":1,"min_size":1,"name":"tf-pool","new_images_enabled":true,"node_type":"dev1_m","placement_group_id":null,"public_ip_disabled":false,"region":"fr-par","root_volume_size":40000000000,"root_volume_type":"l_ssd","security_group_id":"d49109f7-0bad-4991-b0fb-853c658463d2","size":1,"status":"ready","tags":["terraform-test","data_scaleway_k8s_pool","basic"],"updated_at":"2025-09-30T14:13:13.796222Z","upgrade_policy":{"max_surge":0,"max_unavailable":1},"version":"1.34.1","zone":"fr-par-1"}' - headers: - Content-Length: - - "754" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 14:14:23 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - c14a8505-67b6-406b-b4fa-73c5eff98ec5 - status: 200 OK - code: 200 - duration: 78.529292ms - - id: 66 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/763b2605-6351-4380-ab67-bb6d02d1f912/nodes?order_by=created_at_asc&page=1&pool_id=830d33b8-1d12-4f38-8c40-658492e93f02&status=unknown - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 650 - uncompressed: false - body: '{"nodes":[{"cluster_id":"763b2605-6351-4380-ab67-bb6d02d1f912","conditions":{"DiskPressure":"False","MemoryPressure":"False","NetworkUnavailable":"False","PIDPressure":"False","Ready":"True"},"created_at":"2025-09-30T14:11:15.375288Z","error_message":"","id":"f036cc58-d3fc-4078-bcbc-f3d97a93c075","name":"scw-tf-cluster-pool-tf-pool-f036cc58d3fc4078bc","pool_id":"830d33b8-1d12-4f38-8c40-658492e93f02","provider_id":"scaleway://instance/fr-par-1/e27b5956-8fbc-4283-a484-a1071792fb72","public_ip_v4":"212.47.234.198","public_ip_v6":null,"region":"fr-par","status":"ready","updated_at":"2025-09-30T14:13:37.035977Z"}],"total_count":1}' - headers: - Content-Length: - - "650" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 14:14:23 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - f7480b54-dc78-4bd4-b086-b2e795dd3a8a - status: 200 OK - code: 200 - duration: 93.922167ms - - id: 67 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/763b2605-6351-4380-ab67-bb6d02d1f912 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1599 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://763b2605-6351-4380-ab67-bb6d02d1f912.api.k8s.fr-par.scw.cloud:6443","cni":"cilium","commitment_ends_at":"2025-09-30T14:07:59.456747Z","created_at":"2025-09-30T14:07:59.456730Z","description":"","dns_wildcard":"*.763b2605-6351-4380-ab67-bb6d02d1f912.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"b5cc3b7e-2d03-4c0b-9429-6f3bebe4fcfd","id":"763b2605-6351-4380-ab67-bb6d02d1f912","name":"tf-cluster-pool","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":"48a917a0-83cd-40c6-a95a-98c595c79271","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"","service_dns_ip":"","status":"ready","tags":["terraform-test","data_scaleway_k8s_cluster","basic"],"type":"kapsule","updated_at":"2025-09-30T14:14:16.643477Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1599" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 14:14:23 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 8bc9e44f-e1fc-42af-8265-b664006a3f06 - status: 200 OK - code: 200 - duration: 87.052ms - - id: 68 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/ipam/v1/regions/fr-par/ips?order_by=created_at_desc&project_id=105bdce1-64c0-48ab-899d-868455867ecf&resource_name=scw-tf-cluster-pool-tf-pool-f036cc58d3fc4078bc&resource_type=unknown_type - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1122 - uncompressed: false - body: '{"ips":[{"address":"fd5f:519c:6d46:4d5f:1423:e563:ba0b:991b/64","created_at":"2025-09-30T14:11:19.172756Z","id":"10f4be9e-116a-4ab4-97d2-dd22973527f3","is_ipv6":true,"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","resource":{"id":"f1fca815-eb49-4e20-b6fa-1928052d5896","mac_address":"02:00:00:15:85:BD","name":"scw-tf-cluster-pool-tf-pool-f036cc58d3fc4078bc","type":"instance_private_nic"},"reverses":[],"source":{"subnet_id":"1858a5e1-eeb1-4cd4-afe2-60e60e517304"},"tags":[],"updated_at":"2025-09-30T14:11:19.172756Z","zone":null},{"address":"172.17.88.3/22","created_at":"2025-09-30T14:11:19.032428Z","id":"4ea74dfb-d0dc-4bb4-84f3-af8c0ee9711e","is_ipv6":false,"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","resource":{"id":"f1fca815-eb49-4e20-b6fa-1928052d5896","mac_address":"02:00:00:15:85:BD","name":"scw-tf-cluster-pool-tf-pool-f036cc58d3fc4078bc","type":"instance_private_nic"},"reverses":[],"source":{"subnet_id":"c2b68223-9890-4d29-b633-d3c9bd8e8337"},"tags":[],"updated_at":"2025-09-30T14:11:19.032428Z","zone":null}],"total_count":2}' - headers: - Content-Length: - - "1122" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 14:14:23 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - e08b16e4-1ef8-42da-89fa-d4bccab07779 - status: 200 OK - code: 200 - duration: 34.709875ms - - id: 69 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/763b2605-6351-4380-ab67-bb6d02d1f912/pools?name=tf-pool&order_by=created_at_asc&status=unknown - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 783 - uncompressed: false - body: '{"pools":[{"autohealing":false,"autoscaling":false,"cluster_id":"763b2605-6351-4380-ab67-bb6d02d1f912","container_runtime":"containerd","created_at":"2025-09-30T14:08:05.253104Z","id":"830d33b8-1d12-4f38-8c40-658492e93f02","kubelet_args":{},"max_size":1,"min_size":1,"name":"tf-pool","new_images_enabled":true,"node_type":"dev1_m","placement_group_id":null,"public_ip_disabled":false,"region":"fr-par","root_volume_size":40000000000,"root_volume_type":"l_ssd","security_group_id":"d49109f7-0bad-4991-b0fb-853c658463d2","size":1,"status":"ready","tags":["terraform-test","data_scaleway_k8s_pool","basic"],"updated_at":"2025-09-30T14:13:13.796222Z","upgrade_policy":{"max_surge":0,"max_unavailable":1},"version":"1.34.1","zone":"fr-par-1"}],"total_count":1}' - headers: - Content-Length: - - "783" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 14:14:23 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - f64aa4b4-1abc-47bc-ba27-ca90dc9c732d - status: 200 OK - code: 200 - duration: 90.382667ms - - id: 70 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/830d33b8-1d12-4f38-8c40-658492e93f02 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 754 - uncompressed: false - body: '{"autohealing":false,"autoscaling":false,"cluster_id":"763b2605-6351-4380-ab67-bb6d02d1f912","container_runtime":"containerd","created_at":"2025-09-30T14:08:05.253104Z","id":"830d33b8-1d12-4f38-8c40-658492e93f02","kubelet_args":{},"max_size":1,"min_size":1,"name":"tf-pool","new_images_enabled":true,"node_type":"dev1_m","placement_group_id":null,"public_ip_disabled":false,"region":"fr-par","root_volume_size":40000000000,"root_volume_type":"l_ssd","security_group_id":"d49109f7-0bad-4991-b0fb-853c658463d2","size":1,"status":"ready","tags":["terraform-test","data_scaleway_k8s_pool","basic"],"updated_at":"2025-09-30T14:13:13.796222Z","upgrade_policy":{"max_surge":0,"max_unavailable":1},"version":"1.34.1","zone":"fr-par-1"}' - headers: - Content-Length: - - "754" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 14:14:23 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 3407a7da-81ea-4d7d-a181-e5c8c66c214f - status: 200 OK - code: 200 - duration: 94.7155ms - - id: 71 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/763b2605-6351-4380-ab67-bb6d02d1f912/nodes?order_by=created_at_asc&page=1&pool_id=830d33b8-1d12-4f38-8c40-658492e93f02&status=unknown - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 650 - uncompressed: false - body: '{"nodes":[{"cluster_id":"763b2605-6351-4380-ab67-bb6d02d1f912","conditions":{"DiskPressure":"False","MemoryPressure":"False","NetworkUnavailable":"False","PIDPressure":"False","Ready":"True"},"created_at":"2025-09-30T14:11:15.375288Z","error_message":"","id":"f036cc58-d3fc-4078-bcbc-f3d97a93c075","name":"scw-tf-cluster-pool-tf-pool-f036cc58d3fc4078bc","pool_id":"830d33b8-1d12-4f38-8c40-658492e93f02","provider_id":"scaleway://instance/fr-par-1/e27b5956-8fbc-4283-a484-a1071792fb72","public_ip_v4":"212.47.234.198","public_ip_v6":null,"region":"fr-par","status":"ready","updated_at":"2025-09-30T14:13:37.035977Z"}],"total_count":1}' - headers: - Content-Length: - - "650" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 14:14:23 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 1faf9400-e6e8-4df2-8470-043b7428f5e5 - status: 200 OK - code: 200 - duration: 82.53025ms - - id: 72 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/830d33b8-1d12-4f38-8c40-658492e93f02 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 754 - uncompressed: false - body: '{"autohealing":false,"autoscaling":false,"cluster_id":"763b2605-6351-4380-ab67-bb6d02d1f912","container_runtime":"containerd","created_at":"2025-09-30T14:08:05.253104Z","id":"830d33b8-1d12-4f38-8c40-658492e93f02","kubelet_args":{},"max_size":1,"min_size":1,"name":"tf-pool","new_images_enabled":true,"node_type":"dev1_m","placement_group_id":null,"public_ip_disabled":false,"region":"fr-par","root_volume_size":40000000000,"root_volume_type":"l_ssd","security_group_id":"d49109f7-0bad-4991-b0fb-853c658463d2","size":1,"status":"ready","tags":["terraform-test","data_scaleway_k8s_pool","basic"],"updated_at":"2025-09-30T14:13:13.796222Z","upgrade_policy":{"max_surge":0,"max_unavailable":1},"version":"1.34.1","zone":"fr-par-1"}' - headers: - Content-Length: - - "754" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 14:14:23 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - a7abfe04-f89c-4978-80b8-a9d5d8adab42 - status: 200 OK - code: 200 - duration: 102.789334ms - - id: 73 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/763b2605-6351-4380-ab67-bb6d02d1f912 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1599 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://763b2605-6351-4380-ab67-bb6d02d1f912.api.k8s.fr-par.scw.cloud:6443","cni":"cilium","commitment_ends_at":"2025-09-30T14:07:59.456747Z","created_at":"2025-09-30T14:07:59.456730Z","description":"","dns_wildcard":"*.763b2605-6351-4380-ab67-bb6d02d1f912.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"b5cc3b7e-2d03-4c0b-9429-6f3bebe4fcfd","id":"763b2605-6351-4380-ab67-bb6d02d1f912","name":"tf-cluster-pool","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":"48a917a0-83cd-40c6-a95a-98c595c79271","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"","service_dns_ip":"","status":"ready","tags":["terraform-test","data_scaleway_k8s_cluster","basic"],"type":"kapsule","updated_at":"2025-09-30T14:14:16.643477Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1599" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 14:14:23 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 1bf8ff4e-1957-4d52-8a99-a61b5b20bc1b - status: 200 OK - code: 200 - duration: 104.813459ms - - id: 74 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/763b2605-6351-4380-ab67-bb6d02d1f912/nodes?order_by=created_at_asc&page=1&pool_id=830d33b8-1d12-4f38-8c40-658492e93f02&status=unknown - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 650 - uncompressed: false - body: '{"nodes":[{"cluster_id":"763b2605-6351-4380-ab67-bb6d02d1f912","conditions":{"DiskPressure":"False","MemoryPressure":"False","NetworkUnavailable":"False","PIDPressure":"False","Ready":"True"},"created_at":"2025-09-30T14:11:15.375288Z","error_message":"","id":"f036cc58-d3fc-4078-bcbc-f3d97a93c075","name":"scw-tf-cluster-pool-tf-pool-f036cc58d3fc4078bc","pool_id":"830d33b8-1d12-4f38-8c40-658492e93f02","provider_id":"scaleway://instance/fr-par-1/e27b5956-8fbc-4283-a484-a1071792fb72","public_ip_v4":"212.47.234.198","public_ip_v6":null,"region":"fr-par","status":"ready","updated_at":"2025-09-30T14:13:37.035977Z"}],"total_count":1}' - headers: - Content-Length: - - "650" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 14:14:23 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - d52c0873-1eeb-43c1-a8a6-507fb1fb65af - status: 200 OK - code: 200 - duration: 88.530875ms - - id: 75 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/ipam/v1/regions/fr-par/ips?order_by=created_at_desc&project_id=105bdce1-64c0-48ab-899d-868455867ecf&resource_name=scw-tf-cluster-pool-tf-pool-f036cc58d3fc4078bc&resource_type=unknown_type - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1122 - uncompressed: false - body: '{"ips":[{"address":"fd5f:519c:6d46:4d5f:1423:e563:ba0b:991b/64","created_at":"2025-09-30T14:11:19.172756Z","id":"10f4be9e-116a-4ab4-97d2-dd22973527f3","is_ipv6":true,"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","resource":{"id":"f1fca815-eb49-4e20-b6fa-1928052d5896","mac_address":"02:00:00:15:85:BD","name":"scw-tf-cluster-pool-tf-pool-f036cc58d3fc4078bc","type":"instance_private_nic"},"reverses":[],"source":{"subnet_id":"1858a5e1-eeb1-4cd4-afe2-60e60e517304"},"tags":[],"updated_at":"2025-09-30T14:11:19.172756Z","zone":null},{"address":"172.17.88.3/22","created_at":"2025-09-30T14:11:19.032428Z","id":"4ea74dfb-d0dc-4bb4-84f3-af8c0ee9711e","is_ipv6":false,"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","resource":{"id":"f1fca815-eb49-4e20-b6fa-1928052d5896","mac_address":"02:00:00:15:85:BD","name":"scw-tf-cluster-pool-tf-pool-f036cc58d3fc4078bc","type":"instance_private_nic"},"reverses":[],"source":{"subnet_id":"c2b68223-9890-4d29-b633-d3c9bd8e8337"},"tags":[],"updated_at":"2025-09-30T14:11:19.032428Z","zone":null}],"total_count":2}' - headers: - Content-Length: - - "1122" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 14:14:23 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 3977e5ed-eac8-486a-8d0d-0869a495e4ee - status: 200 OK - code: 200 - duration: 48.187958ms - - id: 76 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/763b2605-6351-4380-ab67-bb6d02d1f912 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1599 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://763b2605-6351-4380-ab67-bb6d02d1f912.api.k8s.fr-par.scw.cloud:6443","cni":"cilium","commitment_ends_at":"2025-09-30T14:07:59.456747Z","created_at":"2025-09-30T14:07:59.456730Z","description":"","dns_wildcard":"*.763b2605-6351-4380-ab67-bb6d02d1f912.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"b5cc3b7e-2d03-4c0b-9429-6f3bebe4fcfd","id":"763b2605-6351-4380-ab67-bb6d02d1f912","name":"tf-cluster-pool","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":"48a917a0-83cd-40c6-a95a-98c595c79271","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"","service_dns_ip":"","status":"ready","tags":["terraform-test","data_scaleway_k8s_cluster","basic"],"type":"kapsule","updated_at":"2025-09-30T14:14:16.643477Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1599" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 14:14:23 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - ea055016-3fd9-4424-a232-350f2b16ddf3 - status: 200 OK - code: 200 - duration: 88.082542ms - - id: 77 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/ipam/v1/regions/fr-par/ips?order_by=created_at_desc&project_id=105bdce1-64c0-48ab-899d-868455867ecf&resource_name=scw-tf-cluster-pool-tf-pool-f036cc58d3fc4078bc&resource_type=unknown_type - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1122 - uncompressed: false - body: '{"ips":[{"address":"fd5f:519c:6d46:4d5f:1423:e563:ba0b:991b/64","created_at":"2025-09-30T14:11:19.172756Z","id":"10f4be9e-116a-4ab4-97d2-dd22973527f3","is_ipv6":true,"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","resource":{"id":"f1fca815-eb49-4e20-b6fa-1928052d5896","mac_address":"02:00:00:15:85:BD","name":"scw-tf-cluster-pool-tf-pool-f036cc58d3fc4078bc","type":"instance_private_nic"},"reverses":[],"source":{"subnet_id":"1858a5e1-eeb1-4cd4-afe2-60e60e517304"},"tags":[],"updated_at":"2025-09-30T14:11:19.172756Z","zone":null},{"address":"172.17.88.3/22","created_at":"2025-09-30T14:11:19.032428Z","id":"4ea74dfb-d0dc-4bb4-84f3-af8c0ee9711e","is_ipv6":false,"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","resource":{"id":"f1fca815-eb49-4e20-b6fa-1928052d5896","mac_address":"02:00:00:15:85:BD","name":"scw-tf-cluster-pool-tf-pool-f036cc58d3fc4078bc","type":"instance_private_nic"},"reverses":[],"source":{"subnet_id":"c2b68223-9890-4d29-b633-d3c9bd8e8337"},"tags":[],"updated_at":"2025-09-30T14:11:19.032428Z","zone":null}],"total_count":2}' - headers: - Content-Length: - - "1122" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 14:14:23 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 6f6479fb-df9f-40a4-a0ae-af3c18d1b4a4 - status: 200 OK - code: 200 - duration: 38.803084ms - - id: 78 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/830d33b8-1d12-4f38-8c40-658492e93f02 - method: DELETE - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 757 - uncompressed: false - body: '{"autohealing":false,"autoscaling":false,"cluster_id":"763b2605-6351-4380-ab67-bb6d02d1f912","container_runtime":"containerd","created_at":"2025-09-30T14:08:05.253104Z","id":"830d33b8-1d12-4f38-8c40-658492e93f02","kubelet_args":{},"max_size":1,"min_size":1,"name":"tf-pool","new_images_enabled":true,"node_type":"dev1_m","placement_group_id":null,"public_ip_disabled":false,"region":"fr-par","root_volume_size":40000000000,"root_volume_type":"l_ssd","security_group_id":"d49109f7-0bad-4991-b0fb-853c658463d2","size":1,"status":"deleting","tags":["terraform-test","data_scaleway_k8s_pool","basic"],"updated_at":"2025-09-30T14:14:24.043426Z","upgrade_policy":{"max_surge":0,"max_unavailable":1},"version":"1.34.1","zone":"fr-par-1"}' - headers: - Content-Length: - - "757" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 14:14:24 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 72d021d7-9ce0-4d2c-9f4a-228592d70218 - status: 200 OK - code: 200 - duration: 114.458125ms - - id: 79 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/830d33b8-1d12-4f38-8c40-658492e93f02 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 757 - uncompressed: false - body: '{"autohealing":false,"autoscaling":false,"cluster_id":"763b2605-6351-4380-ab67-bb6d02d1f912","container_runtime":"containerd","created_at":"2025-09-30T14:08:05.253104Z","id":"830d33b8-1d12-4f38-8c40-658492e93f02","kubelet_args":{},"max_size":1,"min_size":1,"name":"tf-pool","new_images_enabled":true,"node_type":"dev1_m","placement_group_id":null,"public_ip_disabled":false,"region":"fr-par","root_volume_size":40000000000,"root_volume_type":"l_ssd","security_group_id":"d49109f7-0bad-4991-b0fb-853c658463d2","size":1,"status":"deleting","tags":["terraform-test","data_scaleway_k8s_pool","basic"],"updated_at":"2025-09-30T14:14:24.043426Z","upgrade_policy":{"max_surge":0,"max_unavailable":1},"version":"1.34.1","zone":"fr-par-1"}' - headers: - Content-Length: - - "757" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 14:14:24 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 9bcbca5e-384a-4ba6-9fe1-6c44ecdbabdf - status: 200 OK - code: 200 - duration: 95.666916ms - - id: 80 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/830d33b8-1d12-4f38-8c40-658492e93f02 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 125 - uncompressed: false - body: '{"message":"resource is not found","resource":"pool","resource_id":"830d33b8-1d12-4f38-8c40-658492e93f02","type":"not_found"}' - headers: - Content-Length: - - "125" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 14:16:46 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 8dc6b6af-5885-416b-b29c-7dde3ada58c8 - status: 404 Not Found - code: 404 - duration: 32.03375ms - - id: 81 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/763b2605-6351-4380-ab67-bb6d02d1f912?with_additional_resources=false - method: DELETE - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1638 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://763b2605-6351-4380-ab67-bb6d02d1f912.api.k8s.fr-par.scw.cloud:6443","cni":"cilium","commitment_ends_at":"2025-09-30T14:07:59.456747Z","created_at":"2025-09-30T14:07:59.456730Z","description":"","dns_wildcard":"*.763b2605-6351-4380-ab67-bb6d02d1f912.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"b5cc3b7e-2d03-4c0b-9429-6f3bebe4fcfd","id":"763b2605-6351-4380-ab67-bb6d02d1f912","name":"tf-cluster-pool","new_images_enabled":false,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"100.64.0.0/15","private_network_id":"48a917a0-83cd-40c6-a95a-98c595c79271","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"10.32.0.0/20","service_dns_ip":"10.32.0.10","status":"deleting","tags":["terraform-test","data_scaleway_k8s_cluster","basic"],"type":"kapsule","updated_at":"2025-09-30T14:16:46.927976Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1638" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 14:16:47 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 27d2e01d-a107-4347-960e-7b4520e2acc9 - status: 200 OK - code: 200 - duration: 174.906833ms - - id: 82 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/763b2605-6351-4380-ab67-bb6d02d1f912 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1602 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://763b2605-6351-4380-ab67-bb6d02d1f912.api.k8s.fr-par.scw.cloud:6443","cni":"cilium","commitment_ends_at":"2025-09-30T14:07:59.456747Z","created_at":"2025-09-30T14:07:59.456730Z","description":"","dns_wildcard":"*.763b2605-6351-4380-ab67-bb6d02d1f912.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"b5cc3b7e-2d03-4c0b-9429-6f3bebe4fcfd","id":"763b2605-6351-4380-ab67-bb6d02d1f912","name":"tf-cluster-pool","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":"48a917a0-83cd-40c6-a95a-98c595c79271","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"","service_dns_ip":"","status":"deleting","tags":["terraform-test","data_scaleway_k8s_cluster","basic"],"type":"kapsule","updated_at":"2025-09-30T14:16:46.927976Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1602" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 14:16:47 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 95a39355-9d2c-4b69-8dbf-f3f8354e8350 - status: 200 OK - code: 200 - duration: 103.660166ms - - id: 83 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/763b2605-6351-4380-ab67-bb6d02d1f912 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 128 - uncompressed: false - body: '{"message":"resource is not found","resource":"cluster","resource_id":"763b2605-6351-4380-ab67-bb6d02d1f912","type":"not_found"}' - headers: - Content-Length: - - "128" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 14:17:02 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 8886efd2-1b38-4dfa-ae81-808889497b55 - status: 404 Not Found - code: 404 - duration: 25.681542ms - - id: 84 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks/48a917a0-83cd-40c6-a95a-98c595c79271 - method: DELETE - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 0 - uncompressed: false - body: "" - headers: - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 14:17:03 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - a624c8a7-9ee5-4913-bcd5-8ac8c0639f2c - status: 204 No Content - code: 204 - duration: 1.140055625s - - id: 85 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/fr-par/vpcs/267d5484-8293-404e-840e-9005c27308da - method: DELETE - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 0 - uncompressed: false - body: "" - headers: - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 14:17:03 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - ec830e0a-ed80-46b7-aa2d-055b855d6d27 - status: 204 No Content - code: 204 - duration: 119.064625ms - - id: 86 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/830d33b8-1d12-4f38-8c40-658492e93f02 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 125 - uncompressed: false - body: '{"message":"resource is not found","resource":"pool","resource_id":"830d33b8-1d12-4f38-8c40-658492e93f02","type":"not_found"}' - headers: - Content-Length: - - "125" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 14:17:03 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - ef283089-9e7c-4c08-bd0e-ec9e166d1ec0 - status: 404 Not Found - code: 404 - duration: 24.830958ms - - id: 87 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/763b2605-6351-4380-ab67-bb6d02d1f912 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 128 - uncompressed: false - body: '{"message":"resource is not found","resource":"cluster","resource_id":"763b2605-6351-4380-ab67-bb6d02d1f912","type":"not_found"}' - headers: - Content-Length: - - "128" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 14:17:03 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 4da76034-bcff-40c9-a4a4-28c7ddd257d8 - status: 404 Not Found - code: 404 - duration: 23.521084ms - - id: 88 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks/48a917a0-83cd-40c6-a95a-98c595c79271 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 136 - uncompressed: false - body: '{"message":"resource is not found","resource":"private_network","resource_id":"48a917a0-83cd-40c6-a95a-98c595c79271","type":"not_found"}' - headers: - Content-Length: - - "136" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 14:17:03 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 2130b6ab-8610-4bfe-8898-629ae253461a - status: 404 Not Found - code: 404 - duration: 24.880875ms +- id: 0 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/versions + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 4476 + body: "{\"versions\":[{\"region\":\"fr-par\", \"name\":\"1.34.1\", \"label\":\"Kubernetes 1.34.1\", \"available_cnis\":[\"cilium\", \"cilium_native\", \"calico\", \"kilo\", \"none\"], \"available_container_runtimes\":[\"containerd\"], \"available_feature_gates\":[\"HPAScaleToZero\", \"CPUManagerPolicyAlphaOptions\", \"ImageVolume\"], \"available_admission_plugins\":[\"AlwaysPullImages\", \"PodNodeSelector\", \"PodTolerationRestriction\"], \"available_kubelet_args\":{\"containerLogMaxFiles\":\"uint16\", \"containerLogMaxSize\":\"quantity\", \"cpuCFSQuota\":\"bool\", \"cpuCFSQuotaPeriod\":\"duration\", \"cpuManagerPolicy\":\"enum:none|static\", \"cpuManagerPolicyOptions\":\"map[string]string\", \"enableDebuggingHandlers\":\"bool\", \"evictionHard\":\"map[string]string\", \"evictionMinimumReclaim\":\"map[string]string\", \"imageGCHighThresholdPercent\":\"uint32\", \"imageGCLowThresholdPercent\":\"uint32\", \"maxParallelImagePulls\":\"int32\", \"maxPods\":\"uint16\", \"registryBurst\":\"int32\", \"registryPullQPS\":\"int32\", \"serializeImagePulls\":\"bool\"}, \"deprecated_at\":\"2026-09-29T00:00:00Z\", \"end_of_life_at\":\"2026-11-29T00:00:00Z\", \"released_at\":\"2025-09-29T00:00:00Z\"}, {\"region\":\"fr-par\", \"name\":\"1.33.4\", \"label\":\"Kubernetes 1.33.4\", \"available_cnis\":[\"cilium\", \"calico\", \"kilo\", \"none\"], \"available_container_runtimes\":[\"containerd\"], \"available_feature_gates\":[\"HPAScaleToZero\", \"DRAAdminAccess\", \"DynamicResourceAllocation\", \"PodLevelResources\", \"CPUManagerPolicyAlphaOptions\", \"ImageVolume\"], \"available_admission_plugins\":[\"AlwaysPullImages\", \"PodNodeSelector\", \"PodTolerationRestriction\"], \"available_kubelet_args\":{\"containerLogMaxFiles\":\"uint16\", \"containerLogMaxSize\":\"quantity\", \"cpuCFSQuota\":\"bool\", \"cpuCFSQuotaPeriod\":\"duration\", \"cpuManagerPolicy\":\"enum:none|static\", \"cpuManagerPolicyOptions\":\"map[string]string\", \"enableDebuggingHandlers\":\"bool\", \"evictionHard\":\"map[string]string\", \"evictionMinimumReclaim\":\"map[string]string\", \"imageGCHighThresholdPercent\":\"uint32\", \"imageGCLowThresholdPercent\":\"uint32\", \"maxParallelImagePulls\":\"int32\", \"maxPods\":\"uint16\", \"registryBurst\":\"int32\", \"registryPullQPS\":\"int32\", \"serializeImagePulls\":\"bool\"}, \"deprecated_at\":\"2026-09-04T00:00:00Z\", \"end_of_life_at\":\"2026-11-04T00:00:00Z\", \"released_at\":\"2025-09-04T00:00:00Z\"}, {\"region\":\"fr-par\", \"name\":\"1.32.8\", \"label\":\"Kubernetes 1.32.8\", \"available_cnis\":[\"cilium\", \"calico\", \"kilo\", \"none\"], \"available_container_runtimes\":[\"containerd\"], \"available_feature_gates\":[\"HPAScaleToZero\", \"InPlacePodVerticalScaling\", \"SidecarContainers\", \"DRAAdminAccess\", \"DRAResourceClaimDeviceStatus\", \"DynamicResourceAllocation\", \"PodLevelResources\", \"CPUManagerPolicyAlphaOptions\", \"ImageVolume\"], \"available_admission_plugins\":[\"AlwaysPullImages\", \"PodNodeSelector\", \"PodTolerationRestriction\"], \"available_kubelet_args\":{\"containerLogMaxFiles\":\"uint16\", \"containerLogMaxSize\":\"quantity\", \"cpuCFSQuota\":\"bool\", \"cpuCFSQuotaPeriod\":\"duration\", \"cpuManagerPolicy\":\"enum:none|static\", \"cpuManagerPolicyOptions\":\"map[string]string\", \"enableDebuggingHandlers\":\"bool\", \"evictionHard\":\"map[string]string\", \"evictionMinimumReclaim\":\"map[string]string\", \"imageGCHighThresholdPercent\":\"uint32\", \"imageGCLowThresholdPercent\":\"uint32\", \"maxParallelImagePulls\":\"int32\", \"maxPods\":\"uint16\", \"registryBurst\":\"int32\", \"registryPullQPS\":\"int32\", \"serializeImagePulls\":\"bool\"}, \"deprecated_at\":\"2026-03-24T00:00:00Z\", \"end_of_life_at\":\"2025-05-24T00:00:00Z\", \"released_at\":\"2025-03-24T00:00:00Z\"}, {\"region\":\"fr-par\", \"name\":\"1.31.12\", \"label\":\"Kubernetes 1.31.12\", \"available_cnis\":[\"cilium\", \"calico\", \"kilo\", \"none\"], \"available_container_runtimes\":[\"containerd\"], \"available_feature_gates\":[\"HPAScaleToZero\", \"InPlacePodVerticalScaling\", \"SidecarContainers\", \"CPUManagerPolicyAlphaOptions\", \"ImageVolume\"], \"available_admission_plugins\":[\"AlwaysPullImages\", \"PodNodeSelector\", \"PodTolerationRestriction\"], \"available_kubelet_args\":{\"containerLogMaxFiles\":\"uint16\", \"containerLogMaxSize\":\"quantity\", \"cpuCFSQuota\":\"bool\", \"cpuCFSQuotaPeriod\":\"duration\", \"cpuManagerPolicy\":\"enum:none|static\", \"cpuManagerPolicyOptions\":\"map[string]string\", \"enableDebuggingHandlers\":\"bool\", \"evictionHard\":\"map[string]string\", \"evictionMinimumReclaim\":\"map[string]string\", \"imageGCHighThresholdPercent\":\"uint32\", \"imageGCLowThresholdPercent\":\"uint32\", \"maxParallelImagePulls\":\"int32\", \"maxPods\":\"uint16\", \"registryBurst\":\"int32\", \"registryPullQPS\":\"int32\", \"serializeImagePulls\":\"bool\"}, \"deprecated_at\":\"2025-12-02T00:00:00Z\", \"end_of_life_at\":\"2026-02-02T00:00:00Z\", \"released_at\":\"2024-12-02T00:00:00Z\"}]}" + headers: + Content-Length: + - "4476" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:18:16 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - e56b2f93-f18b-4828-9447-131ac45589d3 + status: 200 OK + code: 200 + duration: 18.397358ms +- id: 1 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 123 + host: api.scaleway.com + body: "{\"name\":\"TestAccDataSourcePool_Basic\",\"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\",\"tags\":[],\"enable_routing\":false}" + headers: + Content-Type: + - application/json + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/vpc/v2/regions/fr-par/vpcs + method: POST + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 425 + body: "{\"id\":\"64ee6fb8-81c6-4519-9f5e-e4dc82ef1776\", \"name\":\"TestAccDataSourcePool_Basic\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:40.167534Z\", \"updated_at\":\"2025-10-30T16:18:40.167534Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_default\":false, \"private_network_count\":0, \"routing_enabled\":true, \"custom_routes_propagation_enabled\":true, \"region\":\"fr-par\"}" + headers: + Content-Length: + - "425" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:18:40 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 4ca0362d-259c-4502-bf4e-7fcc5d681bdc + status: 200 OK + code: 200 + duration: 53.673305ms +- id: 2 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/vpc/v2/regions/fr-par/vpcs/64ee6fb8-81c6-4519-9f5e-e4dc82ef1776 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 425 + body: "{\"id\":\"64ee6fb8-81c6-4519-9f5e-e4dc82ef1776\", \"name\":\"TestAccDataSourcePool_Basic\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:40.167534Z\", \"updated_at\":\"2025-10-30T16:18:40.167534Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_default\":false, \"private_network_count\":0, \"routing_enabled\":true, \"custom_routes_propagation_enabled\":true, \"region\":\"fr-par\"}" + headers: + Content-Length: + - "425" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:18:40 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 4c21ba3b-ae23-4fac-9e6b-da67ac8bab07 + status: 200 OK + code: 200 + duration: 30.914401ms +- id: 3 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 199 + host: api.scaleway.com + body: "{\"name\":\"test-data-source-pool\",\"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\",\"tags\":[],\"subnets\":null,\"vpc_id\":\"64ee6fb8-81c6-4519-9f5e-e4dc82ef1776\",\"default_route_propagation_enabled\":false}" + headers: + Content-Type: + - application/json + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks + method: POST + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1092 + body: "{\"id\":\"28ed0f4c-4af6-4e05-a656-423bf86b40b4\", \"name\":\"test-data-source-pool\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:40.270823Z\", \"updated_at\":\"2025-10-30T16:18:40.270823Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"subnets\":[{\"id\":\"69efb21f-5546-48f5-83df-aef63957de90\", \"created_at\":\"2025-10-30T16:18:40.270823Z\", \"updated_at\":\"2025-10-30T16:18:40.270823Z\", \"subnet\":\"172.18.100.0/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"28ed0f4c-4af6-4e05-a656-423bf86b40b4\", \"vpc_id\":\"64ee6fb8-81c6-4519-9f5e-e4dc82ef1776\"}, {\"id\":\"28394509-5e6b-4a35-abde-680e3d38cb46\", \"created_at\":\"2025-10-30T16:18:40.270823Z\", \"updated_at\":\"2025-10-30T16:18:40.270823Z\", \"subnet\":\"fd5f:519c:6d46:2576::/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"28ed0f4c-4af6-4e05-a656-423bf86b40b4\", \"vpc_id\":\"64ee6fb8-81c6-4519-9f5e-e4dc82ef1776\"}], \"vpc_id\":\"64ee6fb8-81c6-4519-9f5e-e4dc82ef1776\", \"dhcp_enabled\":true, \"default_route_propagation_enabled\":false, \"region\":\"fr-par\"}" + headers: + Content-Length: + - "1092" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:18:40 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 389413dd-9137-4dd4-b9ca-7a13fab14abc + status: 200 OK + code: 200 + duration: 654.410955ms +- id: 4 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks/28ed0f4c-4af6-4e05-a656-423bf86b40b4 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1092 + body: "{\"id\":\"28ed0f4c-4af6-4e05-a656-423bf86b40b4\", \"name\":\"test-data-source-pool\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:40.270823Z\", \"updated_at\":\"2025-10-30T16:18:40.270823Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"subnets\":[{\"id\":\"69efb21f-5546-48f5-83df-aef63957de90\", \"created_at\":\"2025-10-30T16:18:40.270823Z\", \"updated_at\":\"2025-10-30T16:18:40.270823Z\", \"subnet\":\"172.18.100.0/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"28ed0f4c-4af6-4e05-a656-423bf86b40b4\", \"vpc_id\":\"64ee6fb8-81c6-4519-9f5e-e4dc82ef1776\"}, {\"id\":\"28394509-5e6b-4a35-abde-680e3d38cb46\", \"created_at\":\"2025-10-30T16:18:40.270823Z\", \"updated_at\":\"2025-10-30T16:18:40.270823Z\", \"subnet\":\"fd5f:519c:6d46:2576::/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"28ed0f4c-4af6-4e05-a656-423bf86b40b4\", \"vpc_id\":\"64ee6fb8-81c6-4519-9f5e-e4dc82ef1776\"}], \"vpc_id\":\"64ee6fb8-81c6-4519-9f5e-e4dc82ef1776\", \"dhcp_enabled\":true, \"default_route_propagation_enabled\":false, \"region\":\"fr-par\"}" + headers: + Content-Length: + - "1092" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:18:40 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 67d1075d-84ef-4c65-b087-82306d4e3cb5 + status: 200 OK + code: 200 + duration: 23.482542ms +- id: 5 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 696 + host: api.scaleway.com + body: "{\"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\",\"type\":\"\",\"name\":\"tf-cluster-pool\",\"description\":\"\",\"tags\":[\"terraform-test\",\"data_scaleway_k8s_pool\",\"basic\"],\"version\":\"1.34.1\",\"cni\":\"cilium\",\"pools\":null,\"autoscaler_config\":{\"scale_down_disabled\":null,\"scale_down_delay_after_add\":null,\"estimator\":\"unknown_estimator\",\"expander\":\"unknown_expander\",\"ignore_daemonsets_utilization\":null,\"balance_similar_node_groups\":null,\"expendable_pods_priority_cutoff\":0,\"scale_down_unneeded_time\":null,\"scale_down_utilization_threshold\":null,\"max_graceful_termination_sec\":0},\"feature_gates\":[],\"admission_plugins\":[],\"apiserver_cert_sans\":[],\"private_network_id\":\"28ed0f4c-4af6-4e05-a656-423bf86b40b4\"}" + headers: + Content-Type: + - application/json + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters + method: POST + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1599 + body: "{\"region\":\"fr-par\", \"id\":\"f81d0594-be8f-40e1-a0d6-8c99353f3055\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:41.215920Z\", \"updated_at\":\"2025-10-30T16:18:41.215920Z\", \"type\":\"kapsule\", \"name\":\"tf-cluster-pool\", \"description\":\"\", \"status\":\"creating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"data_scaleway_k8s_pool\", \"basic\"], \"cluster_url\":\"https://f81d0594-be8f-40e1-a0d6-8c99353f3055.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.f81d0594-be8f-40e1-a0d6-8c99353f3055.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"28ed0f4c-4af6-4e05-a656-423bf86b40b4\", \"commitment_ends_at\":\"2025-10-30T16:18:41.215928Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"\", \"new_images_enabled\":false, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1599" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:18:41 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - e5883c14-7ac7-4dfd-b98c-57cdbd438ba1 + status: 200 OK + code: 200 + duration: 352.714428ms +- id: 6 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/f81d0594-be8f-40e1-a0d6-8c99353f3055 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1598 + body: "{\"region\":\"fr-par\", \"id\":\"f81d0594-be8f-40e1-a0d6-8c99353f3055\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:41.215920Z\", \"updated_at\":\"2025-10-30T16:18:41.215920Z\", \"type\":\"kapsule\", \"name\":\"tf-cluster-pool\", \"description\":\"\", \"status\":\"creating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"data_scaleway_k8s_pool\", \"basic\"], \"cluster_url\":\"https://f81d0594-be8f-40e1-a0d6-8c99353f3055.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.f81d0594-be8f-40e1-a0d6-8c99353f3055.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"28ed0f4c-4af6-4e05-a656-423bf86b40b4\", \"commitment_ends_at\":\"2025-10-30T16:18:41.215928Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1598" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:18:41 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 14afd417-8158-4db1-9b9c-2cb89a809084 + status: 200 OK + code: 200 + duration: 77.134467ms +- id: 7 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/f81d0594-be8f-40e1-a0d6-8c99353f3055 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1639 + body: "{\"region\":\"fr-par\", \"id\":\"f81d0594-be8f-40e1-a0d6-8c99353f3055\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:41.215920Z\", \"updated_at\":\"2025-10-30T16:18:41.737358Z\", \"type\":\"kapsule\", \"name\":\"tf-cluster-pool\", \"description\":\"\", \"status\":\"pool_required\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"data_scaleway_k8s_pool\", \"basic\"], \"cluster_url\":\"https://f81d0594-be8f-40e1-a0d6-8c99353f3055.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.f81d0594-be8f-40e1-a0d6-8c99353f3055.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"28ed0f4c-4af6-4e05-a656-423bf86b40b4\", \"commitment_ends_at\":\"2025-10-30T16:18:41.215928Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"9133dff4-7a9a-4f48-bcc0-8a046b7067e6\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1639" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:18:46 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - a21bc6e1-6114-49d0-8e43-0f63843eea1b + status: 200 OK + code: 200 + duration: 83.21571ms +- id: 8 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + form: + order_by: + - created_at_asc + page: + - "1" + status: + - unknown + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/f81d0594-be8f-40e1-a0d6-8c99353f3055/pools?order_by=created_at_asc&page=1&status=unknown + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 29 + body: "{\"total_count\":0, \"pools\":[]}" + headers: + Content-Length: + - "29" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:18:46 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 44f42b85-615b-4b50-ba57-2ce3a96dc4d8 + status: 200 OK + code: 200 + duration: 88.606207ms +- id: 9 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/f81d0594-be8f-40e1-a0d6-8c99353f3055 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1639 + body: "{\"region\":\"fr-par\", \"id\":\"f81d0594-be8f-40e1-a0d6-8c99353f3055\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:41.215920Z\", \"updated_at\":\"2025-10-30T16:18:41.737358Z\", \"type\":\"kapsule\", \"name\":\"tf-cluster-pool\", \"description\":\"\", \"status\":\"pool_required\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"data_scaleway_k8s_pool\", \"basic\"], \"cluster_url\":\"https://f81d0594-be8f-40e1-a0d6-8c99353f3055.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.f81d0594-be8f-40e1-a0d6-8c99353f3055.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"28ed0f4c-4af6-4e05-a656-423bf86b40b4\", \"commitment_ends_at\":\"2025-10-30T16:18:41.215928Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"9133dff4-7a9a-4f48-bcc0-8a046b7067e6\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1639" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:18:46 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - f47925d7-4f88-41a3-a805-d142d3354f87 + status: 200 OK + code: 200 + duration: 20.202316ms +- id: 10 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/f81d0594-be8f-40e1-a0d6-8c99353f3055/kubeconfig + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1658 + body: "{\"name\":\"kubeconfig\", \"content_type\":\"application/octet-stream\", \"content\":\"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogInRmLWNsdXN0ZXItcG9vbCIKICBjbHVzdGVyOgogICAgY2VydGlmaWNhdGUtYXV0aG9yaXR5LWRhdGE6IExTMHRMUzFDUlVkSlRpQkRSVkpVU1VaSlEwRlVSUzB0TFMwdENrMUpTVUpYYWtORFFWRkhaMEYzU1VKQlowbENRVVJCUzBKblozRm9hMnBQVUZGUlJFRnFRVlpOVWsxM1JWRlpSRlpSVVVSRmQzQnlaRmRLYkdOdE5Xd0taRWRXZWsxQ05GaEVWRWt4VFZSQmVVOVVSVEpOVkdjd1RWWnZXRVJVVFRGTlZFRjVUMVJGTWsxVVp6Qk5WbTkzUmxSRlZFMUNSVWRCTVZWRlFYaE5Td3BoTTFacFdsaEtkVnBZVW14amVrSmFUVUpOUjBKNWNVZFRUVFE1UVdkRlIwTkRjVWRUVFRRNVFYZEZTRUV3U1VGQ1NVNXBXbUZRZG01QlJGbHFVemw2Q2sxWVEwVnBiR1pVY0RaS1ZqUnhTR2hJU0VOdGVERjVMMFpHYUhRMFIyTlZhV05OV1UxQlpHUlVabGxHWVRac2NFbzJiVEp4VEZGbFluQlJOMjQ1UWtVS05sWkdiVEk0Y1dwUmFrSkJUVUUwUjBFeFZXUkVkMFZDTDNkUlJVRjNTVU53UkVGUVFtZE9Wa2hTVFVKQlpqaEZRbFJCUkVGUlNDOU5RakJIUVRGVlpBcEVaMUZYUWtKVVMyVkRiak5LVnpKalp6SkNUVEpKTDBkMVlWRndOMVJqUTNwVVFVdENaMmR4YUd0cVQxQlJVVVJCWjA1SVFVUkNSVUZwUW5wNGEzVnJDblV4Y2tFMFFreFpiemxVUkRoWGNFUjBjMVpsVGxCa05tZFJhbWxMVkM5Tk1uQXhkRnAzU1dkVFNXMXVSbGRHYml0emRGUlRNVGRMVFhWaGFUVlpNbTBLV1hZMlZEWlNObGcxVTNvNFRXMURNVmRPWXowS0xTMHRMUzFGVGtRZ1EwVlNWRWxHU1VOQlZFVXRMUzB0TFFvPQogICAgc2VydmVyOiBodHRwczovL2Y4MWQwNTk0LWJlOGYtNDBlMS1hMGQ2LThjOTkzNTNmMzA1NS5hcGkuazhzLmZyLXBhci5zY3cuY2xvdWQ6NjQ0Mwpjb250ZXh0czoKLSBuYW1lOiBhZG1pbkB0Zi1jbHVzdGVyLXBvb2wKICBjb250ZXh0OgogICAgY2x1c3RlcjogInRmLWNsdXN0ZXItcG9vbCIKICAgIHVzZXI6IHRmLWNsdXN0ZXItcG9vbC1hZG1pbgpjdXJyZW50LWNvbnRleHQ6IGFkbWluQHRmLWNsdXN0ZXItcG9vbApraW5kOiBDb25maWcKcHJlZmVyZW5jZXM6IHt9CnVzZXJzOgotIG5hbWU6IHRmLWNsdXN0ZXItcG9vbC1hZG1pbgogIHVzZXI6CiAgICB0b2tlbjogN3BETGtYR1ZWZXZ5UWhROUlVbnV6bHZ4TGFqdTNVNEU3dExTOVJWSEhTNThTWXVNMVlUdGlCejY=\"}" + headers: + Content-Length: + - "1658" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:18:46 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - f9096bbc-1664-43c1-ad97-627453b0ff7f + status: 200 OK + code: 200 + duration: 91.510548ms +- id: 11 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/f81d0594-be8f-40e1-a0d6-8c99353f3055 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1639 + body: "{\"region\":\"fr-par\", \"id\":\"f81d0594-be8f-40e1-a0d6-8c99353f3055\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:41.215920Z\", \"updated_at\":\"2025-10-30T16:18:41.737358Z\", \"type\":\"kapsule\", \"name\":\"tf-cluster-pool\", \"description\":\"\", \"status\":\"pool_required\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"data_scaleway_k8s_pool\", \"basic\"], \"cluster_url\":\"https://f81d0594-be8f-40e1-a0d6-8c99353f3055.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.f81d0594-be8f-40e1-a0d6-8c99353f3055.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"28ed0f4c-4af6-4e05-a656-423bf86b40b4\", \"commitment_ends_at\":\"2025-10-30T16:18:41.215928Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"9133dff4-7a9a-4f48-bcc0-8a046b7067e6\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1639" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:18:46 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 693f8eb8-5c8e-44b3-8b3a-2b770da9027e + status: 200 OK + code: 200 + duration: 25.225353ms +- id: 12 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 310 + host: api.scaleway.com + body: "{\"name\":\"tf-pool\",\"node_type\":\"dev1_m\",\"autoscaling\":false,\"size\":1,\"min_size\":1,\"max_size\":1,\"container_runtime\":\"containerd\",\"autohealing\":false,\"tags\":[\"terraform-test\",\"data_scaleway_k8s_pool\",\"basic\"],\"kubelet_args\":{},\"zone\":\"fr-par-1\",\"root_volume_type\":\"default_volume_type\",\"public_ip_disabled\":false}" + headers: + Content-Type: + - application/json + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/f81d0594-be8f-40e1-a0d6-8c99353f3055/pools + method: POST + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 756 + body: "{\"region\":\"fr-par\", \"id\":\"ed10ae0c-6203-42e9-acdc-0a3381bc3ae7\", \"cluster_id\":\"f81d0594-be8f-40e1-a0d6-8c99353f3055\", \"created_at\":\"2025-10-30T16:18:46.692174Z\", \"updated_at\":\"2025-10-30T16:18:46.692174Z\", \"name\":\"tf-pool\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[\"terraform-test\", \"data_scaleway_k8s_pool\", \"basic\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "756" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:18:46 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 8e6ac04f-a29e-4f8e-8555-74f3b7f41a59 + status: 200 OK + code: 200 + duration: 127.480126ms +- id: 13 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/ed10ae0c-6203-42e9-acdc-0a3381bc3ae7 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 756 + body: "{\"region\":\"fr-par\", \"id\":\"ed10ae0c-6203-42e9-acdc-0a3381bc3ae7\", \"cluster_id\":\"f81d0594-be8f-40e1-a0d6-8c99353f3055\", \"created_at\":\"2025-10-30T16:18:46.692174Z\", \"updated_at\":\"2025-10-30T16:18:46.692174Z\", \"name\":\"tf-pool\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[\"terraform-test\", \"data_scaleway_k8s_pool\", \"basic\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "756" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:18:46 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - dbd58853-8ae6-4ad6-9f51-168e0872815b + status: 200 OK + code: 200 + duration: 25.66106ms +- id: 14 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/ed10ae0c-6203-42e9-acdc-0a3381bc3ae7 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 756 + body: "{\"region\":\"fr-par\", \"id\":\"ed10ae0c-6203-42e9-acdc-0a3381bc3ae7\", \"cluster_id\":\"f81d0594-be8f-40e1-a0d6-8c99353f3055\", \"created_at\":\"2025-10-30T16:18:46.692174Z\", \"updated_at\":\"2025-10-30T16:18:46.692174Z\", \"name\":\"tf-pool\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[\"terraform-test\", \"data_scaleway_k8s_pool\", \"basic\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "756" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:18:51 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 53ab50ce-984d-4521-af6d-446bd9a22cd5 + status: 200 OK + code: 200 + duration: 96.300929ms +- id: 15 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/ed10ae0c-6203-42e9-acdc-0a3381bc3ae7 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 756 + body: "{\"region\":\"fr-par\", \"id\":\"ed10ae0c-6203-42e9-acdc-0a3381bc3ae7\", \"cluster_id\":\"f81d0594-be8f-40e1-a0d6-8c99353f3055\", \"created_at\":\"2025-10-30T16:18:46.692174Z\", \"updated_at\":\"2025-10-30T16:18:46.692174Z\", \"name\":\"tf-pool\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[\"terraform-test\", \"data_scaleway_k8s_pool\", \"basic\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "756" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:18:57 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 26c3e302-6809-45f0-83bb-39038eb09652 + status: 200 OK + code: 200 + duration: 84.40352ms +- id: 16 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/ed10ae0c-6203-42e9-acdc-0a3381bc3ae7 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 756 + body: "{\"region\":\"fr-par\", \"id\":\"ed10ae0c-6203-42e9-acdc-0a3381bc3ae7\", \"cluster_id\":\"f81d0594-be8f-40e1-a0d6-8c99353f3055\", \"created_at\":\"2025-10-30T16:18:46.692174Z\", \"updated_at\":\"2025-10-30T16:18:46.692174Z\", \"name\":\"tf-pool\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[\"terraform-test\", \"data_scaleway_k8s_pool\", \"basic\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "756" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:19:02 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 8c197e11-e9d0-4acf-9b8e-39a5175b052c + status: 200 OK + code: 200 + duration: 71.676503ms +- id: 17 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/ed10ae0c-6203-42e9-acdc-0a3381bc3ae7 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 756 + body: "{\"region\":\"fr-par\", \"id\":\"ed10ae0c-6203-42e9-acdc-0a3381bc3ae7\", \"cluster_id\":\"f81d0594-be8f-40e1-a0d6-8c99353f3055\", \"created_at\":\"2025-10-30T16:18:46.692174Z\", \"updated_at\":\"2025-10-30T16:18:46.692174Z\", \"name\":\"tf-pool\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[\"terraform-test\", \"data_scaleway_k8s_pool\", \"basic\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "756" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:19:07 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 40da3f62-31ec-4027-9931-f517a146ef02 + status: 200 OK + code: 200 + duration: 81.757934ms +- id: 18 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/ed10ae0c-6203-42e9-acdc-0a3381bc3ae7 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 756 + body: "{\"region\":\"fr-par\", \"id\":\"ed10ae0c-6203-42e9-acdc-0a3381bc3ae7\", \"cluster_id\":\"f81d0594-be8f-40e1-a0d6-8c99353f3055\", \"created_at\":\"2025-10-30T16:18:46.692174Z\", \"updated_at\":\"2025-10-30T16:18:46.692174Z\", \"name\":\"tf-pool\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[\"terraform-test\", \"data_scaleway_k8s_pool\", \"basic\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "756" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:19:12 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 61cc8321-a6e9-4bda-b857-4a6a22fe0c7d + status: 200 OK + code: 200 + duration: 78.831703ms +- id: 19 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/ed10ae0c-6203-42e9-acdc-0a3381bc3ae7 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 756 + body: "{\"region\":\"fr-par\", \"id\":\"ed10ae0c-6203-42e9-acdc-0a3381bc3ae7\", \"cluster_id\":\"f81d0594-be8f-40e1-a0d6-8c99353f3055\", \"created_at\":\"2025-10-30T16:18:46.692174Z\", \"updated_at\":\"2025-10-30T16:18:46.692174Z\", \"name\":\"tf-pool\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[\"terraform-test\", \"data_scaleway_k8s_pool\", \"basic\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "756" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:19:17 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - e03ee3a9-fdec-4f12-8a7a-9131c8d299ab + status: 200 OK + code: 200 + duration: 93.99994ms +- id: 20 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/ed10ae0c-6203-42e9-acdc-0a3381bc3ae7 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 756 + body: "{\"region\":\"fr-par\", \"id\":\"ed10ae0c-6203-42e9-acdc-0a3381bc3ae7\", \"cluster_id\":\"f81d0594-be8f-40e1-a0d6-8c99353f3055\", \"created_at\":\"2025-10-30T16:18:46.692174Z\", \"updated_at\":\"2025-10-30T16:18:46.692174Z\", \"name\":\"tf-pool\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[\"terraform-test\", \"data_scaleway_k8s_pool\", \"basic\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "756" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:19:22 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - ea4186fb-91b7-4ff2-b198-c9684c163bc7 + status: 200 OK + code: 200 + duration: 84.772762ms +- id: 21 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/ed10ae0c-6203-42e9-acdc-0a3381bc3ae7 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 756 + body: "{\"region\":\"fr-par\", \"id\":\"ed10ae0c-6203-42e9-acdc-0a3381bc3ae7\", \"cluster_id\":\"f81d0594-be8f-40e1-a0d6-8c99353f3055\", \"created_at\":\"2025-10-30T16:18:46.692174Z\", \"updated_at\":\"2025-10-30T16:18:46.692174Z\", \"name\":\"tf-pool\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[\"terraform-test\", \"data_scaleway_k8s_pool\", \"basic\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "756" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:19:27 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 979cfa69-759e-4a54-b82f-e6e8ed8795f3 + status: 200 OK + code: 200 + duration: 84.976786ms +- id: 22 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/ed10ae0c-6203-42e9-acdc-0a3381bc3ae7 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 756 + body: "{\"region\":\"fr-par\", \"id\":\"ed10ae0c-6203-42e9-acdc-0a3381bc3ae7\", \"cluster_id\":\"f81d0594-be8f-40e1-a0d6-8c99353f3055\", \"created_at\":\"2025-10-30T16:18:46.692174Z\", \"updated_at\":\"2025-10-30T16:18:46.692174Z\", \"name\":\"tf-pool\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[\"terraform-test\", \"data_scaleway_k8s_pool\", \"basic\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "756" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:19:32 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - d7c6e919-8f47-4b25-a01d-3fd6bf5d9a1a + status: 200 OK + code: 200 + duration: 87.767594ms +- id: 23 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/ed10ae0c-6203-42e9-acdc-0a3381bc3ae7 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 756 + body: "{\"region\":\"fr-par\", \"id\":\"ed10ae0c-6203-42e9-acdc-0a3381bc3ae7\", \"cluster_id\":\"f81d0594-be8f-40e1-a0d6-8c99353f3055\", \"created_at\":\"2025-10-30T16:18:46.692174Z\", \"updated_at\":\"2025-10-30T16:18:46.692174Z\", \"name\":\"tf-pool\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[\"terraform-test\", \"data_scaleway_k8s_pool\", \"basic\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "756" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:19:37 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 969cd75a-0c2c-4f55-946b-0ade07292e86 + status: 200 OK + code: 200 + duration: 72.001704ms +- id: 24 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/ed10ae0c-6203-42e9-acdc-0a3381bc3ae7 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 756 + body: "{\"region\":\"fr-par\", \"id\":\"ed10ae0c-6203-42e9-acdc-0a3381bc3ae7\", \"cluster_id\":\"f81d0594-be8f-40e1-a0d6-8c99353f3055\", \"created_at\":\"2025-10-30T16:18:46.692174Z\", \"updated_at\":\"2025-10-30T16:18:46.692174Z\", \"name\":\"tf-pool\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[\"terraform-test\", \"data_scaleway_k8s_pool\", \"basic\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "756" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:19:42 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - d0a6c1a3-8ee9-4581-8ea6-162e29f6894b + status: 200 OK + code: 200 + duration: 89.328562ms +- id: 25 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/ed10ae0c-6203-42e9-acdc-0a3381bc3ae7 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 756 + body: "{\"region\":\"fr-par\", \"id\":\"ed10ae0c-6203-42e9-acdc-0a3381bc3ae7\", \"cluster_id\":\"f81d0594-be8f-40e1-a0d6-8c99353f3055\", \"created_at\":\"2025-10-30T16:18:46.692174Z\", \"updated_at\":\"2025-10-30T16:18:46.692174Z\", \"name\":\"tf-pool\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[\"terraform-test\", \"data_scaleway_k8s_pool\", \"basic\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "756" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:19:47 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - c6561e7b-c705-4b5a-991b-e716e9a14dc7 + status: 200 OK + code: 200 + duration: 88.078737ms +- id: 26 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/ed10ae0c-6203-42e9-acdc-0a3381bc3ae7 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 756 + body: "{\"region\":\"fr-par\", \"id\":\"ed10ae0c-6203-42e9-acdc-0a3381bc3ae7\", \"cluster_id\":\"f81d0594-be8f-40e1-a0d6-8c99353f3055\", \"created_at\":\"2025-10-30T16:18:46.692174Z\", \"updated_at\":\"2025-10-30T16:18:46.692174Z\", \"name\":\"tf-pool\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[\"terraform-test\", \"data_scaleway_k8s_pool\", \"basic\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "756" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:19:52 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 40497f40-0f45-4616-8d08-92be98d6119a + status: 200 OK + code: 200 + duration: 89.475769ms +- id: 27 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/ed10ae0c-6203-42e9-acdc-0a3381bc3ae7 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 756 + body: "{\"region\":\"fr-par\", \"id\":\"ed10ae0c-6203-42e9-acdc-0a3381bc3ae7\", \"cluster_id\":\"f81d0594-be8f-40e1-a0d6-8c99353f3055\", \"created_at\":\"2025-10-30T16:18:46.692174Z\", \"updated_at\":\"2025-10-30T16:18:46.692174Z\", \"name\":\"tf-pool\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[\"terraform-test\", \"data_scaleway_k8s_pool\", \"basic\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "756" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:19:58 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 2d32cce9-435d-4a06-ad03-f323f3298ea2 + status: 200 OK + code: 200 + duration: 107.933711ms +- id: 28 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/ed10ae0c-6203-42e9-acdc-0a3381bc3ae7 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 756 + body: "{\"region\":\"fr-par\", \"id\":\"ed10ae0c-6203-42e9-acdc-0a3381bc3ae7\", \"cluster_id\":\"f81d0594-be8f-40e1-a0d6-8c99353f3055\", \"created_at\":\"2025-10-30T16:18:46.692174Z\", \"updated_at\":\"2025-10-30T16:18:46.692174Z\", \"name\":\"tf-pool\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[\"terraform-test\", \"data_scaleway_k8s_pool\", \"basic\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "756" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:20:03 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - b7453e32-a877-4528-a68f-429c69a84775 + status: 200 OK + code: 200 + duration: 111.184953ms +- id: 29 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/ed10ae0c-6203-42e9-acdc-0a3381bc3ae7 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 756 + body: "{\"region\":\"fr-par\", \"id\":\"ed10ae0c-6203-42e9-acdc-0a3381bc3ae7\", \"cluster_id\":\"f81d0594-be8f-40e1-a0d6-8c99353f3055\", \"created_at\":\"2025-10-30T16:18:46.692174Z\", \"updated_at\":\"2025-10-30T16:18:46.692174Z\", \"name\":\"tf-pool\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[\"terraform-test\", \"data_scaleway_k8s_pool\", \"basic\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "756" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:20:08 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 126788e4-37f8-4202-9df1-5e738d491b79 + status: 200 OK + code: 200 + duration: 76.783258ms +- id: 30 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/ed10ae0c-6203-42e9-acdc-0a3381bc3ae7 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 756 + body: "{\"region\":\"fr-par\", \"id\":\"ed10ae0c-6203-42e9-acdc-0a3381bc3ae7\", \"cluster_id\":\"f81d0594-be8f-40e1-a0d6-8c99353f3055\", \"created_at\":\"2025-10-30T16:18:46.692174Z\", \"updated_at\":\"2025-10-30T16:18:46.692174Z\", \"name\":\"tf-pool\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[\"terraform-test\", \"data_scaleway_k8s_pool\", \"basic\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "756" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:20:13 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - ff15aa92-a36c-41d7-a8cc-bb6388ff3f88 + status: 200 OK + code: 200 + duration: 98.454451ms +- id: 31 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/ed10ae0c-6203-42e9-acdc-0a3381bc3ae7 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 756 + body: "{\"region\":\"fr-par\", \"id\":\"ed10ae0c-6203-42e9-acdc-0a3381bc3ae7\", \"cluster_id\":\"f81d0594-be8f-40e1-a0d6-8c99353f3055\", \"created_at\":\"2025-10-30T16:18:46.692174Z\", \"updated_at\":\"2025-10-30T16:18:46.692174Z\", \"name\":\"tf-pool\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[\"terraform-test\", \"data_scaleway_k8s_pool\", \"basic\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "756" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:20:18 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 3ad3c524-11c8-4d41-a79d-68d6ac9adbec + status: 200 OK + code: 200 + duration: 73.919644ms +- id: 32 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/ed10ae0c-6203-42e9-acdc-0a3381bc3ae7 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 756 + body: "{\"region\":\"fr-par\", \"id\":\"ed10ae0c-6203-42e9-acdc-0a3381bc3ae7\", \"cluster_id\":\"f81d0594-be8f-40e1-a0d6-8c99353f3055\", \"created_at\":\"2025-10-30T16:18:46.692174Z\", \"updated_at\":\"2025-10-30T16:18:46.692174Z\", \"name\":\"tf-pool\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[\"terraform-test\", \"data_scaleway_k8s_pool\", \"basic\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "756" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:20:23 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 63effaf3-a899-4ac2-b5ef-541d510c7a27 + status: 200 OK + code: 200 + duration: 81.959142ms +- id: 33 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/ed10ae0c-6203-42e9-acdc-0a3381bc3ae7 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 756 + body: "{\"region\":\"fr-par\", \"id\":\"ed10ae0c-6203-42e9-acdc-0a3381bc3ae7\", \"cluster_id\":\"f81d0594-be8f-40e1-a0d6-8c99353f3055\", \"created_at\":\"2025-10-30T16:18:46.692174Z\", \"updated_at\":\"2025-10-30T16:18:46.692174Z\", \"name\":\"tf-pool\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[\"terraform-test\", \"data_scaleway_k8s_pool\", \"basic\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "756" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:20:28 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 819abae3-736e-4e40-90f4-4842c6f1e8cb + status: 200 OK + code: 200 + duration: 82.8264ms +- id: 34 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/ed10ae0c-6203-42e9-acdc-0a3381bc3ae7 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 756 + body: "{\"region\":\"fr-par\", \"id\":\"ed10ae0c-6203-42e9-acdc-0a3381bc3ae7\", \"cluster_id\":\"f81d0594-be8f-40e1-a0d6-8c99353f3055\", \"created_at\":\"2025-10-30T16:18:46.692174Z\", \"updated_at\":\"2025-10-30T16:18:46.692174Z\", \"name\":\"tf-pool\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[\"terraform-test\", \"data_scaleway_k8s_pool\", \"basic\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "756" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:20:33 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - ba928a54-da30-4899-940a-a9ab495bea6e + status: 200 OK + code: 200 + duration: 72.928964ms +- id: 35 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/ed10ae0c-6203-42e9-acdc-0a3381bc3ae7 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 756 + body: "{\"region\":\"fr-par\", \"id\":\"ed10ae0c-6203-42e9-acdc-0a3381bc3ae7\", \"cluster_id\":\"f81d0594-be8f-40e1-a0d6-8c99353f3055\", \"created_at\":\"2025-10-30T16:18:46.692174Z\", \"updated_at\":\"2025-10-30T16:18:46.692174Z\", \"name\":\"tf-pool\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[\"terraform-test\", \"data_scaleway_k8s_pool\", \"basic\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "756" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:20:38 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 3a8df4dc-7239-4d19-b9d5-506e31a07e64 + status: 200 OK + code: 200 + duration: 81.198454ms +- id: 36 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/ed10ae0c-6203-42e9-acdc-0a3381bc3ae7 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 756 + body: "{\"region\":\"fr-par\", \"id\":\"ed10ae0c-6203-42e9-acdc-0a3381bc3ae7\", \"cluster_id\":\"f81d0594-be8f-40e1-a0d6-8c99353f3055\", \"created_at\":\"2025-10-30T16:18:46.692174Z\", \"updated_at\":\"2025-10-30T16:18:46.692174Z\", \"name\":\"tf-pool\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[\"terraform-test\", \"data_scaleway_k8s_pool\", \"basic\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "756" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:20:43 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 66af7b4c-6efb-45b3-9228-578e65628e91 + status: 200 OK + code: 200 + duration: 83.126934ms +- id: 37 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/ed10ae0c-6203-42e9-acdc-0a3381bc3ae7 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 756 + body: "{\"region\":\"fr-par\", \"id\":\"ed10ae0c-6203-42e9-acdc-0a3381bc3ae7\", \"cluster_id\":\"f81d0594-be8f-40e1-a0d6-8c99353f3055\", \"created_at\":\"2025-10-30T16:18:46.692174Z\", \"updated_at\":\"2025-10-30T16:18:46.692174Z\", \"name\":\"tf-pool\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[\"terraform-test\", \"data_scaleway_k8s_pool\", \"basic\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "756" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:20:48 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - b15f4fe2-e8c6-4861-afdc-94a5862443ae + status: 200 OK + code: 200 + duration: 93.838808ms +- id: 38 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/ed10ae0c-6203-42e9-acdc-0a3381bc3ae7 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 756 + body: "{\"region\":\"fr-par\", \"id\":\"ed10ae0c-6203-42e9-acdc-0a3381bc3ae7\", \"cluster_id\":\"f81d0594-be8f-40e1-a0d6-8c99353f3055\", \"created_at\":\"2025-10-30T16:18:46.692174Z\", \"updated_at\":\"2025-10-30T16:18:46.692174Z\", \"name\":\"tf-pool\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[\"terraform-test\", \"data_scaleway_k8s_pool\", \"basic\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "756" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:20:53 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - bf6df773-59e1-4649-bb59-4c3613361d05 + status: 200 OK + code: 200 + duration: 75.785275ms +- id: 39 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/ed10ae0c-6203-42e9-acdc-0a3381bc3ae7 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 756 + body: "{\"region\":\"fr-par\", \"id\":\"ed10ae0c-6203-42e9-acdc-0a3381bc3ae7\", \"cluster_id\":\"f81d0594-be8f-40e1-a0d6-8c99353f3055\", \"created_at\":\"2025-10-30T16:18:46.692174Z\", \"updated_at\":\"2025-10-30T16:18:46.692174Z\", \"name\":\"tf-pool\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[\"terraform-test\", \"data_scaleway_k8s_pool\", \"basic\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "756" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:20:59 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - b3b4730d-8f04-413e-89cc-1a9424c01510 + status: 200 OK + code: 200 + duration: 76.017581ms +- id: 40 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/ed10ae0c-6203-42e9-acdc-0a3381bc3ae7 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 756 + body: "{\"region\":\"fr-par\", \"id\":\"ed10ae0c-6203-42e9-acdc-0a3381bc3ae7\", \"cluster_id\":\"f81d0594-be8f-40e1-a0d6-8c99353f3055\", \"created_at\":\"2025-10-30T16:18:46.692174Z\", \"updated_at\":\"2025-10-30T16:18:46.692174Z\", \"name\":\"tf-pool\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[\"terraform-test\", \"data_scaleway_k8s_pool\", \"basic\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "756" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:21:04 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - ae62e78e-433b-48e5-9803-1ab67bcffc03 + status: 200 OK + code: 200 + duration: 83.117666ms +- id: 41 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/ed10ae0c-6203-42e9-acdc-0a3381bc3ae7 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 756 + body: "{\"region\":\"fr-par\", \"id\":\"ed10ae0c-6203-42e9-acdc-0a3381bc3ae7\", \"cluster_id\":\"f81d0594-be8f-40e1-a0d6-8c99353f3055\", \"created_at\":\"2025-10-30T16:18:46.692174Z\", \"updated_at\":\"2025-10-30T16:18:46.692174Z\", \"name\":\"tf-pool\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[\"terraform-test\", \"data_scaleway_k8s_pool\", \"basic\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "756" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:21:09 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 19032049-72ed-4381-ab5d-eb8b7ab49960 + status: 200 OK + code: 200 + duration: 74.597506ms +- id: 42 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/ed10ae0c-6203-42e9-acdc-0a3381bc3ae7 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 756 + body: "{\"region\":\"fr-par\", \"id\":\"ed10ae0c-6203-42e9-acdc-0a3381bc3ae7\", \"cluster_id\":\"f81d0594-be8f-40e1-a0d6-8c99353f3055\", \"created_at\":\"2025-10-30T16:18:46.692174Z\", \"updated_at\":\"2025-10-30T16:18:46.692174Z\", \"name\":\"tf-pool\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[\"terraform-test\", \"data_scaleway_k8s_pool\", \"basic\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "756" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:21:14 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 2c33b843-351a-49f9-b62f-8f0b99ab5421 + status: 200 OK + code: 200 + duration: 98.256309ms +- id: 43 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/ed10ae0c-6203-42e9-acdc-0a3381bc3ae7 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 756 + body: "{\"region\":\"fr-par\", \"id\":\"ed10ae0c-6203-42e9-acdc-0a3381bc3ae7\", \"cluster_id\":\"f81d0594-be8f-40e1-a0d6-8c99353f3055\", \"created_at\":\"2025-10-30T16:18:46.692174Z\", \"updated_at\":\"2025-10-30T16:18:46.692174Z\", \"name\":\"tf-pool\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[\"terraform-test\", \"data_scaleway_k8s_pool\", \"basic\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "756" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:21:19 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - c95701e8-3237-4513-8ae9-225a62d4f5a5 + status: 200 OK + code: 200 + duration: 91.201348ms +- id: 44 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/ed10ae0c-6203-42e9-acdc-0a3381bc3ae7 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 756 + body: "{\"region\":\"fr-par\", \"id\":\"ed10ae0c-6203-42e9-acdc-0a3381bc3ae7\", \"cluster_id\":\"f81d0594-be8f-40e1-a0d6-8c99353f3055\", \"created_at\":\"2025-10-30T16:18:46.692174Z\", \"updated_at\":\"2025-10-30T16:18:46.692174Z\", \"name\":\"tf-pool\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[\"terraform-test\", \"data_scaleway_k8s_pool\", \"basic\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "756" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:21:24 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 8cc6841c-fb39-43dd-8df2-f7db6a6d7cc3 + status: 200 OK + code: 200 + duration: 85.317315ms +- id: 45 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/ed10ae0c-6203-42e9-acdc-0a3381bc3ae7 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 756 + body: "{\"region\":\"fr-par\", \"id\":\"ed10ae0c-6203-42e9-acdc-0a3381bc3ae7\", \"cluster_id\":\"f81d0594-be8f-40e1-a0d6-8c99353f3055\", \"created_at\":\"2025-10-30T16:18:46.692174Z\", \"updated_at\":\"2025-10-30T16:18:46.692174Z\", \"name\":\"tf-pool\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[\"terraform-test\", \"data_scaleway_k8s_pool\", \"basic\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "756" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:21:29 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 9753092e-af13-425c-b5c9-a74fb4355112 + status: 200 OK + code: 200 + duration: 124.498421ms +- id: 46 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/ed10ae0c-6203-42e9-acdc-0a3381bc3ae7 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 756 + body: "{\"region\":\"fr-par\", \"id\":\"ed10ae0c-6203-42e9-acdc-0a3381bc3ae7\", \"cluster_id\":\"f81d0594-be8f-40e1-a0d6-8c99353f3055\", \"created_at\":\"2025-10-30T16:18:46.692174Z\", \"updated_at\":\"2025-10-30T16:18:46.692174Z\", \"name\":\"tf-pool\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[\"terraform-test\", \"data_scaleway_k8s_pool\", \"basic\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "756" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:21:34 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - e0300a27-caf0-4a9d-be40-2f1699590229 + status: 200 OK + code: 200 + duration: 113.019988ms +- id: 47 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/ed10ae0c-6203-42e9-acdc-0a3381bc3ae7 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 756 + body: "{\"region\":\"fr-par\", \"id\":\"ed10ae0c-6203-42e9-acdc-0a3381bc3ae7\", \"cluster_id\":\"f81d0594-be8f-40e1-a0d6-8c99353f3055\", \"created_at\":\"2025-10-30T16:18:46.692174Z\", \"updated_at\":\"2025-10-30T16:18:46.692174Z\", \"name\":\"tf-pool\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[\"terraform-test\", \"data_scaleway_k8s_pool\", \"basic\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "756" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:21:39 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 6fd4abbd-4f1f-49a1-b249-059e1dc626f4 + status: 200 OK + code: 200 + duration: 90.089001ms +- id: 48 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/ed10ae0c-6203-42e9-acdc-0a3381bc3ae7 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 756 + body: "{\"region\":\"fr-par\", \"id\":\"ed10ae0c-6203-42e9-acdc-0a3381bc3ae7\", \"cluster_id\":\"f81d0594-be8f-40e1-a0d6-8c99353f3055\", \"created_at\":\"2025-10-30T16:18:46.692174Z\", \"updated_at\":\"2025-10-30T16:18:46.692174Z\", \"name\":\"tf-pool\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[\"terraform-test\", \"data_scaleway_k8s_pool\", \"basic\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "756" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:21:44 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - e22bea9d-e668-4c7c-be57-bec395eacc0c + status: 200 OK + code: 200 + duration: 94.887366ms +- id: 49 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/ed10ae0c-6203-42e9-acdc-0a3381bc3ae7 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 756 + body: "{\"region\":\"fr-par\", \"id\":\"ed10ae0c-6203-42e9-acdc-0a3381bc3ae7\", \"cluster_id\":\"f81d0594-be8f-40e1-a0d6-8c99353f3055\", \"created_at\":\"2025-10-30T16:18:46.692174Z\", \"updated_at\":\"2025-10-30T16:18:46.692174Z\", \"name\":\"tf-pool\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[\"terraform-test\", \"data_scaleway_k8s_pool\", \"basic\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "756" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:21:50 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 4a994f84-7e2f-4387-964e-aed0539a7e86 + status: 200 OK + code: 200 + duration: 84.473481ms +- id: 50 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/ed10ae0c-6203-42e9-acdc-0a3381bc3ae7 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 756 + body: "{\"region\":\"fr-par\", \"id\":\"ed10ae0c-6203-42e9-acdc-0a3381bc3ae7\", \"cluster_id\":\"f81d0594-be8f-40e1-a0d6-8c99353f3055\", \"created_at\":\"2025-10-30T16:18:46.692174Z\", \"updated_at\":\"2025-10-30T16:18:46.692174Z\", \"name\":\"tf-pool\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[\"terraform-test\", \"data_scaleway_k8s_pool\", \"basic\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "756" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:21:55 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 3eb53621-5767-438d-8a10-860bf5aa94aa + status: 200 OK + code: 200 + duration: 95.244786ms +- id: 51 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/ed10ae0c-6203-42e9-acdc-0a3381bc3ae7 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 756 + body: "{\"region\":\"fr-par\", \"id\":\"ed10ae0c-6203-42e9-acdc-0a3381bc3ae7\", \"cluster_id\":\"f81d0594-be8f-40e1-a0d6-8c99353f3055\", \"created_at\":\"2025-10-30T16:18:46.692174Z\", \"updated_at\":\"2025-10-30T16:18:46.692174Z\", \"name\":\"tf-pool\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[\"terraform-test\", \"data_scaleway_k8s_pool\", \"basic\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "756" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:22:00 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - cce675b7-2c0f-4793-9c28-6f8fad5f837f + status: 200 OK + code: 200 + duration: 119.001504ms +- id: 52 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/ed10ae0c-6203-42e9-acdc-0a3381bc3ae7 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 756 + body: "{\"region\":\"fr-par\", \"id\":\"ed10ae0c-6203-42e9-acdc-0a3381bc3ae7\", \"cluster_id\":\"f81d0594-be8f-40e1-a0d6-8c99353f3055\", \"created_at\":\"2025-10-30T16:18:46.692174Z\", \"updated_at\":\"2025-10-30T16:18:46.692174Z\", \"name\":\"tf-pool\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[\"terraform-test\", \"data_scaleway_k8s_pool\", \"basic\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "756" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:22:05 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 6d8df6c1-cb40-472d-892c-ba0e5a312906 + status: 200 OK + code: 200 + duration: 71.902257ms +- id: 53 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/ed10ae0c-6203-42e9-acdc-0a3381bc3ae7 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 756 + body: "{\"region\":\"fr-par\", \"id\":\"ed10ae0c-6203-42e9-acdc-0a3381bc3ae7\", \"cluster_id\":\"f81d0594-be8f-40e1-a0d6-8c99353f3055\", \"created_at\":\"2025-10-30T16:18:46.692174Z\", \"updated_at\":\"2025-10-30T16:18:46.692174Z\", \"name\":\"tf-pool\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[\"terraform-test\", \"data_scaleway_k8s_pool\", \"basic\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "756" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:22:10 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - c89ddf98-a2b9-440c-b67b-7b6649ee67a8 + status: 200 OK + code: 200 + duration: 97.109897ms +- id: 54 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/ed10ae0c-6203-42e9-acdc-0a3381bc3ae7 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 756 + body: "{\"region\":\"fr-par\", \"id\":\"ed10ae0c-6203-42e9-acdc-0a3381bc3ae7\", \"cluster_id\":\"f81d0594-be8f-40e1-a0d6-8c99353f3055\", \"created_at\":\"2025-10-30T16:18:46.692174Z\", \"updated_at\":\"2025-10-30T16:18:46.692174Z\", \"name\":\"tf-pool\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[\"terraform-test\", \"data_scaleway_k8s_pool\", \"basic\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "756" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:22:15 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 00a17d47-0a32-4cef-8c7d-d933673da56c + status: 200 OK + code: 200 + duration: 77.67401ms +- id: 55 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/ed10ae0c-6203-42e9-acdc-0a3381bc3ae7 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 756 + body: "{\"region\":\"fr-par\", \"id\":\"ed10ae0c-6203-42e9-acdc-0a3381bc3ae7\", \"cluster_id\":\"f81d0594-be8f-40e1-a0d6-8c99353f3055\", \"created_at\":\"2025-10-30T16:18:46.692174Z\", \"updated_at\":\"2025-10-30T16:18:46.692174Z\", \"name\":\"tf-pool\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[\"terraform-test\", \"data_scaleway_k8s_pool\", \"basic\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "756" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:22:20 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - a9eadf06-b6ee-4fdc-87cb-fce7e9bc285b + status: 200 OK + code: 200 + duration: 104.96547ms +- id: 56 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/ed10ae0c-6203-42e9-acdc-0a3381bc3ae7 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 756 + body: "{\"region\":\"fr-par\", \"id\":\"ed10ae0c-6203-42e9-acdc-0a3381bc3ae7\", \"cluster_id\":\"f81d0594-be8f-40e1-a0d6-8c99353f3055\", \"created_at\":\"2025-10-30T16:18:46.692174Z\", \"updated_at\":\"2025-10-30T16:18:46.692174Z\", \"name\":\"tf-pool\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[\"terraform-test\", \"data_scaleway_k8s_pool\", \"basic\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "756" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:22:25 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 7aa2c4af-eb52-4390-9452-4f5f7d470809 + status: 200 OK + code: 200 + duration: 176.518863ms +- id: 57 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/ed10ae0c-6203-42e9-acdc-0a3381bc3ae7 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 756 + body: "{\"region\":\"fr-par\", \"id\":\"ed10ae0c-6203-42e9-acdc-0a3381bc3ae7\", \"cluster_id\":\"f81d0594-be8f-40e1-a0d6-8c99353f3055\", \"created_at\":\"2025-10-30T16:18:46.692174Z\", \"updated_at\":\"2025-10-30T16:18:46.692174Z\", \"name\":\"tf-pool\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[\"terraform-test\", \"data_scaleway_k8s_pool\", \"basic\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "756" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:22:30 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - c4b6f2eb-8183-4845-a3b7-2a5888f82ea5 + status: 200 OK + code: 200 + duration: 94.578276ms +- id: 58 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/ed10ae0c-6203-42e9-acdc-0a3381bc3ae7 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 756 + body: "{\"region\":\"fr-par\", \"id\":\"ed10ae0c-6203-42e9-acdc-0a3381bc3ae7\", \"cluster_id\":\"f81d0594-be8f-40e1-a0d6-8c99353f3055\", \"created_at\":\"2025-10-30T16:18:46.692174Z\", \"updated_at\":\"2025-10-30T16:18:46.692174Z\", \"name\":\"tf-pool\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[\"terraform-test\", \"data_scaleway_k8s_pool\", \"basic\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "756" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:22:36 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - c44ec485-b4a2-456a-9d17-cc7d1bc30202 + status: 200 OK + code: 200 + duration: 149.14606ms +- id: 59 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/ed10ae0c-6203-42e9-acdc-0a3381bc3ae7 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 756 + body: "{\"region\":\"fr-par\", \"id\":\"ed10ae0c-6203-42e9-acdc-0a3381bc3ae7\", \"cluster_id\":\"f81d0594-be8f-40e1-a0d6-8c99353f3055\", \"created_at\":\"2025-10-30T16:18:46.692174Z\", \"updated_at\":\"2025-10-30T16:18:46.692174Z\", \"name\":\"tf-pool\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[\"terraform-test\", \"data_scaleway_k8s_pool\", \"basic\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "756" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:22:41 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 18495d90-bca1-448e-96fb-7bdb2c773f78 + status: 200 OK + code: 200 + duration: 84.943223ms +- id: 60 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/ed10ae0c-6203-42e9-acdc-0a3381bc3ae7 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 756 + body: "{\"region\":\"fr-par\", \"id\":\"ed10ae0c-6203-42e9-acdc-0a3381bc3ae7\", \"cluster_id\":\"f81d0594-be8f-40e1-a0d6-8c99353f3055\", \"created_at\":\"2025-10-30T16:18:46.692174Z\", \"updated_at\":\"2025-10-30T16:18:46.692174Z\", \"name\":\"tf-pool\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[\"terraform-test\", \"data_scaleway_k8s_pool\", \"basic\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "756" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:22:46 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 41a72196-9c25-48db-9e44-361cfe0ac1c6 + status: 200 OK + code: 200 + duration: 78.31337ms +- id: 61 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/ed10ae0c-6203-42e9-acdc-0a3381bc3ae7 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 756 + body: "{\"region\":\"fr-par\", \"id\":\"ed10ae0c-6203-42e9-acdc-0a3381bc3ae7\", \"cluster_id\":\"f81d0594-be8f-40e1-a0d6-8c99353f3055\", \"created_at\":\"2025-10-30T16:18:46.692174Z\", \"updated_at\":\"2025-10-30T16:18:46.692174Z\", \"name\":\"tf-pool\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[\"terraform-test\", \"data_scaleway_k8s_pool\", \"basic\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "756" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:22:51 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 03e8d4a2-2037-49ac-beb5-3b94c31080cf + status: 200 OK + code: 200 + duration: 75.386386ms +- id: 62 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/ed10ae0c-6203-42e9-acdc-0a3381bc3ae7 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 756 + body: "{\"region\":\"fr-par\", \"id\":\"ed10ae0c-6203-42e9-acdc-0a3381bc3ae7\", \"cluster_id\":\"f81d0594-be8f-40e1-a0d6-8c99353f3055\", \"created_at\":\"2025-10-30T16:18:46.692174Z\", \"updated_at\":\"2025-10-30T16:18:46.692174Z\", \"name\":\"tf-pool\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[\"terraform-test\", \"data_scaleway_k8s_pool\", \"basic\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "756" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:22:56 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - d70461b9-62fb-4809-a510-9d21b2b10d8f + status: 200 OK + code: 200 + duration: 73.288168ms +- id: 63 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/ed10ae0c-6203-42e9-acdc-0a3381bc3ae7 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 756 + body: "{\"region\":\"fr-par\", \"id\":\"ed10ae0c-6203-42e9-acdc-0a3381bc3ae7\", \"cluster_id\":\"f81d0594-be8f-40e1-a0d6-8c99353f3055\", \"created_at\":\"2025-10-30T16:18:46.692174Z\", \"updated_at\":\"2025-10-30T16:18:46.692174Z\", \"name\":\"tf-pool\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[\"terraform-test\", \"data_scaleway_k8s_pool\", \"basic\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "756" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:23:01 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - fbde89bf-cff4-4a37-b2c0-cff90028db0b + status: 200 OK + code: 200 + duration: 91.605557ms +- id: 64 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/ed10ae0c-6203-42e9-acdc-0a3381bc3ae7 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 756 + body: "{\"region\":\"fr-par\", \"id\":\"ed10ae0c-6203-42e9-acdc-0a3381bc3ae7\", \"cluster_id\":\"f81d0594-be8f-40e1-a0d6-8c99353f3055\", \"created_at\":\"2025-10-30T16:18:46.692174Z\", \"updated_at\":\"2025-10-30T16:18:46.692174Z\", \"name\":\"tf-pool\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[\"terraform-test\", \"data_scaleway_k8s_pool\", \"basic\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "756" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:23:06 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 489a08a6-fc8f-4653-96bb-5c8f8d09325e + status: 200 OK + code: 200 + duration: 87.67507ms +- id: 65 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/ed10ae0c-6203-42e9-acdc-0a3381bc3ae7 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 756 + body: "{\"region\":\"fr-par\", \"id\":\"ed10ae0c-6203-42e9-acdc-0a3381bc3ae7\", \"cluster_id\":\"f81d0594-be8f-40e1-a0d6-8c99353f3055\", \"created_at\":\"2025-10-30T16:18:46.692174Z\", \"updated_at\":\"2025-10-30T16:18:46.692174Z\", \"name\":\"tf-pool\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[\"terraform-test\", \"data_scaleway_k8s_pool\", \"basic\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "756" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:23:11 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 8b1a54a0-aa64-4c4e-a5df-ac5740d0e686 + status: 200 OK + code: 200 + duration: 73.510946ms +- id: 66 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/ed10ae0c-6203-42e9-acdc-0a3381bc3ae7 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 756 + body: "{\"region\":\"fr-par\", \"id\":\"ed10ae0c-6203-42e9-acdc-0a3381bc3ae7\", \"cluster_id\":\"f81d0594-be8f-40e1-a0d6-8c99353f3055\", \"created_at\":\"2025-10-30T16:18:46.692174Z\", \"updated_at\":\"2025-10-30T16:18:46.692174Z\", \"name\":\"tf-pool\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[\"terraform-test\", \"data_scaleway_k8s_pool\", \"basic\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "756" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:23:16 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 0675b714-9cea-4dbe-b004-8591af65e7ac + status: 200 OK + code: 200 + duration: 97.379323ms +- id: 67 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/ed10ae0c-6203-42e9-acdc-0a3381bc3ae7 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 756 + body: "{\"region\":\"fr-par\", \"id\":\"ed10ae0c-6203-42e9-acdc-0a3381bc3ae7\", \"cluster_id\":\"f81d0594-be8f-40e1-a0d6-8c99353f3055\", \"created_at\":\"2025-10-30T16:18:46.692174Z\", \"updated_at\":\"2025-10-30T16:18:46.692174Z\", \"name\":\"tf-pool\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[\"terraform-test\", \"data_scaleway_k8s_pool\", \"basic\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "756" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:23:21 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 3695bb4b-c9a5-4ee7-9f55-e39d6ac6b882 + status: 200 OK + code: 200 + duration: 82.14447ms +- id: 68 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/ed10ae0c-6203-42e9-acdc-0a3381bc3ae7 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 756 + body: "{\"region\":\"fr-par\", \"id\":\"ed10ae0c-6203-42e9-acdc-0a3381bc3ae7\", \"cluster_id\":\"f81d0594-be8f-40e1-a0d6-8c99353f3055\", \"created_at\":\"2025-10-30T16:18:46.692174Z\", \"updated_at\":\"2025-10-30T16:18:46.692174Z\", \"name\":\"tf-pool\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[\"terraform-test\", \"data_scaleway_k8s_pool\", \"basic\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "756" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:23:26 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 06e2b069-af3e-4a9e-8b0e-20cb9fe1a24d + status: 200 OK + code: 200 + duration: 86.685893ms +- id: 69 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/ed10ae0c-6203-42e9-acdc-0a3381bc3ae7 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 756 + body: "{\"region\":\"fr-par\", \"id\":\"ed10ae0c-6203-42e9-acdc-0a3381bc3ae7\", \"cluster_id\":\"f81d0594-be8f-40e1-a0d6-8c99353f3055\", \"created_at\":\"2025-10-30T16:18:46.692174Z\", \"updated_at\":\"2025-10-30T16:18:46.692174Z\", \"name\":\"tf-pool\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[\"terraform-test\", \"data_scaleway_k8s_pool\", \"basic\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "756" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:23:31 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - c5c170f9-522f-49a1-8f9a-45d0c9a5fc35 + status: 200 OK + code: 200 + duration: 131.846061ms +- id: 70 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/ed10ae0c-6203-42e9-acdc-0a3381bc3ae7 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 756 + body: "{\"region\":\"fr-par\", \"id\":\"ed10ae0c-6203-42e9-acdc-0a3381bc3ae7\", \"cluster_id\":\"f81d0594-be8f-40e1-a0d6-8c99353f3055\", \"created_at\":\"2025-10-30T16:18:46.692174Z\", \"updated_at\":\"2025-10-30T16:18:46.692174Z\", \"name\":\"tf-pool\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[\"terraform-test\", \"data_scaleway_k8s_pool\", \"basic\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "756" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:23:37 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - b9744f9a-89c0-495a-8501-c75a856448bb + status: 200 OK + code: 200 + duration: 92.957044ms +- id: 71 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/ed10ae0c-6203-42e9-acdc-0a3381bc3ae7 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 756 + body: "{\"region\":\"fr-par\", \"id\":\"ed10ae0c-6203-42e9-acdc-0a3381bc3ae7\", \"cluster_id\":\"f81d0594-be8f-40e1-a0d6-8c99353f3055\", \"created_at\":\"2025-10-30T16:18:46.692174Z\", \"updated_at\":\"2025-10-30T16:18:46.692174Z\", \"name\":\"tf-pool\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[\"terraform-test\", \"data_scaleway_k8s_pool\", \"basic\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "756" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:23:42 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - d6feab58-ffe9-419c-9c4a-84ed6f7c3f57 + status: 200 OK + code: 200 + duration: 72.930417ms +- id: 72 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/ed10ae0c-6203-42e9-acdc-0a3381bc3ae7 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 756 + body: "{\"region\":\"fr-par\", \"id\":\"ed10ae0c-6203-42e9-acdc-0a3381bc3ae7\", \"cluster_id\":\"f81d0594-be8f-40e1-a0d6-8c99353f3055\", \"created_at\":\"2025-10-30T16:18:46.692174Z\", \"updated_at\":\"2025-10-30T16:18:46.692174Z\", \"name\":\"tf-pool\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[\"terraform-test\", \"data_scaleway_k8s_pool\", \"basic\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "756" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:23:47 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - fcabfd2e-dfed-4388-b3e0-86c0b76360e3 + status: 200 OK + code: 200 + duration: 90.727689ms +- id: 73 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/ed10ae0c-6203-42e9-acdc-0a3381bc3ae7 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 756 + body: "{\"region\":\"fr-par\", \"id\":\"ed10ae0c-6203-42e9-acdc-0a3381bc3ae7\", \"cluster_id\":\"f81d0594-be8f-40e1-a0d6-8c99353f3055\", \"created_at\":\"2025-10-30T16:18:46.692174Z\", \"updated_at\":\"2025-10-30T16:18:46.692174Z\", \"name\":\"tf-pool\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[\"terraform-test\", \"data_scaleway_k8s_pool\", \"basic\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "756" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:23:52 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 7f984d16-9ea7-40d7-8d26-e1307749f688 + status: 200 OK + code: 200 + duration: 77.973332ms +- id: 74 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/ed10ae0c-6203-42e9-acdc-0a3381bc3ae7 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 756 + body: "{\"region\":\"fr-par\", \"id\":\"ed10ae0c-6203-42e9-acdc-0a3381bc3ae7\", \"cluster_id\":\"f81d0594-be8f-40e1-a0d6-8c99353f3055\", \"created_at\":\"2025-10-30T16:18:46.692174Z\", \"updated_at\":\"2025-10-30T16:18:46.692174Z\", \"name\":\"tf-pool\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[\"terraform-test\", \"data_scaleway_k8s_pool\", \"basic\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "756" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:23:57 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 2d602ce3-2387-4650-adb0-73769e9b2f9a + status: 200 OK + code: 200 + duration: 99.128756ms +- id: 75 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/ed10ae0c-6203-42e9-acdc-0a3381bc3ae7 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 756 + body: "{\"region\":\"fr-par\", \"id\":\"ed10ae0c-6203-42e9-acdc-0a3381bc3ae7\", \"cluster_id\":\"f81d0594-be8f-40e1-a0d6-8c99353f3055\", \"created_at\":\"2025-10-30T16:18:46.692174Z\", \"updated_at\":\"2025-10-30T16:18:46.692174Z\", \"name\":\"tf-pool\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[\"terraform-test\", \"data_scaleway_k8s_pool\", \"basic\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "756" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:24:02 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - de124377-57cb-4287-b99e-88ebcd129d69 + status: 200 OK + code: 200 + duration: 100.581453ms +- id: 76 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/ed10ae0c-6203-42e9-acdc-0a3381bc3ae7 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 754 + body: "{\"region\":\"fr-par\", \"id\":\"ed10ae0c-6203-42e9-acdc-0a3381bc3ae7\", \"cluster_id\":\"f81d0594-be8f-40e1-a0d6-8c99353f3055\", \"created_at\":\"2025-10-30T16:18:46.692174Z\", \"updated_at\":\"2025-10-30T16:24:03.761826Z\", \"name\":\"tf-pool\", \"status\":\"ready\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[\"terraform-test\", \"data_scaleway_k8s_pool\", \"basic\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "754" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:24:07 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 582597c4-8cba-4341-bbc6-9b33d5a83006 + status: 200 OK + code: 200 + duration: 75.018626ms +- id: 77 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/f81d0594-be8f-40e1-a0d6-8c99353f3055 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1631 + body: "{\"region\":\"fr-par\", \"id\":\"f81d0594-be8f-40e1-a0d6-8c99353f3055\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:41.215920Z\", \"updated_at\":\"2025-10-30T16:20:25.297004Z\", \"type\":\"kapsule\", \"name\":\"tf-cluster-pool\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"data_scaleway_k8s_pool\", \"basic\"], \"cluster_url\":\"https://f81d0594-be8f-40e1-a0d6-8c99353f3055.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.f81d0594-be8f-40e1-a0d6-8c99353f3055.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"28ed0f4c-4af6-4e05-a656-423bf86b40b4\", \"commitment_ends_at\":\"2025-10-30T16:18:41.215928Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"9133dff4-7a9a-4f48-bcc0-8a046b7067e6\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1631" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:24:07 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 78acc29a-0d2b-4eb8-b059-e44c8ceac31c + status: 200 OK + code: 200 + duration: 110.613772ms +- id: 78 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/ed10ae0c-6203-42e9-acdc-0a3381bc3ae7 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 754 + body: "{\"region\":\"fr-par\", \"id\":\"ed10ae0c-6203-42e9-acdc-0a3381bc3ae7\", \"cluster_id\":\"f81d0594-be8f-40e1-a0d6-8c99353f3055\", \"created_at\":\"2025-10-30T16:18:46.692174Z\", \"updated_at\":\"2025-10-30T16:24:03.761826Z\", \"name\":\"tf-pool\", \"status\":\"ready\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[\"terraform-test\", \"data_scaleway_k8s_pool\", \"basic\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "754" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:24:07 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 1e26502b-3ec1-4954-a890-c2481380fb0c + status: 200 OK + code: 200 + duration: 35.519925ms +- id: 79 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + form: + order_by: + - created_at_asc + page: + - "1" + pool_id: + - ed10ae0c-6203-42e9-acdc-0a3381bc3ae7 + status: + - unknown + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/f81d0594-be8f-40e1-a0d6-8c99353f3055/nodes?order_by=created_at_asc&page=1&pool_id=ed10ae0c-6203-42e9-acdc-0a3381bc3ae7&status=unknown + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 619 + body: "{\"total_count\":1, \"nodes\":[{\"region\":\"fr-par\", \"id\":\"484a8212-0083-479f-9e1b-eeaabea357a8\", \"cluster_id\":\"f81d0594-be8f-40e1-a0d6-8c99353f3055\", \"created_at\":\"2025-10-30T16:22:17.922768Z\", \"updated_at\":\"2025-10-30T16:24:03.751299Z\", \"pool_id\":\"ed10ae0c-6203-42e9-acdc-0a3381bc3ae7\", \"status\":\"ready\", \"conditions\":{\"DiskPressure\":\"False\", \"MemoryPressure\":\"False\", \"PIDPressure\":\"False\", \"Ready\":\"True\"}, \"name\":\"scw-tf-cluster-pool-tf-pool-484a82120083479f9e\", \"public_ip_v4\":\"51.15.230.164\", \"public_ip_v6\":null, \"provider_id\":\"scaleway://instance/fr-par-1/5edb9a82-efcc-4293-98e4-3009c814813b\", \"error_message\":\"\"}]}" + headers: + Content-Length: + - "619" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:24:07 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 584b027f-fc4e-4b2c-8db1-9e6843bfd8bb + status: 200 OK + code: 200 + duration: 26.336729ms +- id: 80 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/f81d0594-be8f-40e1-a0d6-8c99353f3055 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1631 + body: "{\"region\":\"fr-par\", \"id\":\"f81d0594-be8f-40e1-a0d6-8c99353f3055\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:41.215920Z\", \"updated_at\":\"2025-10-30T16:20:25.297004Z\", \"type\":\"kapsule\", \"name\":\"tf-cluster-pool\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"data_scaleway_k8s_pool\", \"basic\"], \"cluster_url\":\"https://f81d0594-be8f-40e1-a0d6-8c99353f3055.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.f81d0594-be8f-40e1-a0d6-8c99353f3055.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"28ed0f4c-4af6-4e05-a656-423bf86b40b4\", \"commitment_ends_at\":\"2025-10-30T16:18:41.215928Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"9133dff4-7a9a-4f48-bcc0-8a046b7067e6\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1631" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:24:07 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 3f88a83b-6556-4124-8044-90d7b5e2f30a + status: 200 OK + code: 200 + duration: 18.789053ms +- id: 81 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + form: + order_by: + - created_at_desc + project_id: + - 105bdce1-64c0-48ab-899d-868455867ecf + resource_name: + - scw-tf-cluster-pool-tf-pool-484a82120083479f9e + resource_type: + - unknown_type + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/ipam/v1/regions/fr-par/ips?order_by=created_at_desc&project_id=105bdce1-64c0-48ab-899d-868455867ecf&resource_name=scw-tf-cluster-pool-tf-pool-484a82120083479f9e&resource_type=unknown_type + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1123 + body: "{\"total_count\":2, \"ips\":[{\"id\":\"fd701627-2304-4588-a2b9-cb6814399727\", \"address\":\"fd5f:519c:6d46:2576:2854:c3eb:4592:7809/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":true, \"created_at\":\"2025-10-30T16:22:21.162635Z\", \"updated_at\":\"2025-10-30T16:22:21.162635Z\", \"source\":{\"subnet_id\":\"28394509-5e6b-4a35-abde-680e3d38cb46\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"27adfd84-c338-4356-82b0-000a0cef4837\", \"mac_address\":\"02:00:00:1F:1E:83\", \"name\":\"scw-tf-cluster-pool-tf-pool-484a82120083479f9e\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}, {\"id\":\"95d38f4a-5570-4b6f-bc45-4eb2d49ff948\", \"address\":\"172.18.100.3/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":false, \"created_at\":\"2025-10-30T16:22:21.040168Z\", \"updated_at\":\"2025-10-30T16:22:21.040168Z\", \"source\":{\"subnet_id\":\"69efb21f-5546-48f5-83df-aef63957de90\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"27adfd84-c338-4356-82b0-000a0cef4837\", \"mac_address\":\"02:00:00:1F:1E:83\", \"name\":\"scw-tf-cluster-pool-tf-pool-484a82120083479f9e\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}]}" + headers: + Content-Length: + - "1123" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:24:07 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 84551a6f-3ccc-42ff-93c4-f1d3503a3bca + status: 200 OK + code: 200 + duration: 58.523908ms +- id: 82 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/vpc/v2/regions/fr-par/vpcs/64ee6fb8-81c6-4519-9f5e-e4dc82ef1776 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 425 + body: "{\"id\":\"64ee6fb8-81c6-4519-9f5e-e4dc82ef1776\", \"name\":\"TestAccDataSourcePool_Basic\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:40.167534Z\", \"updated_at\":\"2025-10-30T16:18:40.167534Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_default\":false, \"private_network_count\":1, \"routing_enabled\":true, \"custom_routes_propagation_enabled\":true, \"region\":\"fr-par\"}" + headers: + Content-Length: + - "425" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:24:08 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - b426f80a-93db-4174-88e0-3b2967922992 + status: 200 OK + code: 200 + duration: 23.910777ms +- id: 83 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks/28ed0f4c-4af6-4e05-a656-423bf86b40b4 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1092 + body: "{\"id\":\"28ed0f4c-4af6-4e05-a656-423bf86b40b4\", \"name\":\"test-data-source-pool\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:40.270823Z\", \"updated_at\":\"2025-10-30T16:18:40.270823Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"subnets\":[{\"id\":\"69efb21f-5546-48f5-83df-aef63957de90\", \"created_at\":\"2025-10-30T16:18:40.270823Z\", \"updated_at\":\"2025-10-30T16:18:40.270823Z\", \"subnet\":\"172.18.100.0/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"28ed0f4c-4af6-4e05-a656-423bf86b40b4\", \"vpc_id\":\"64ee6fb8-81c6-4519-9f5e-e4dc82ef1776\"}, {\"id\":\"28394509-5e6b-4a35-abde-680e3d38cb46\", \"created_at\":\"2025-10-30T16:18:40.270823Z\", \"updated_at\":\"2025-10-30T16:18:40.270823Z\", \"subnet\":\"fd5f:519c:6d46:2576::/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"28ed0f4c-4af6-4e05-a656-423bf86b40b4\", \"vpc_id\":\"64ee6fb8-81c6-4519-9f5e-e4dc82ef1776\"}], \"vpc_id\":\"64ee6fb8-81c6-4519-9f5e-e4dc82ef1776\", \"dhcp_enabled\":true, \"default_route_propagation_enabled\":false, \"region\":\"fr-par\"}" + headers: + Content-Length: + - "1092" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:24:08 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - bc04f194-d0e4-4812-988e-36e2c7f7821b + status: 200 OK + code: 200 + duration: 30.69022ms +- id: 84 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/f81d0594-be8f-40e1-a0d6-8c99353f3055 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1631 + body: "{\"region\":\"fr-par\", \"id\":\"f81d0594-be8f-40e1-a0d6-8c99353f3055\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:41.215920Z\", \"updated_at\":\"2025-10-30T16:20:25.297004Z\", \"type\":\"kapsule\", \"name\":\"tf-cluster-pool\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"data_scaleway_k8s_pool\", \"basic\"], \"cluster_url\":\"https://f81d0594-be8f-40e1-a0d6-8c99353f3055.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.f81d0594-be8f-40e1-a0d6-8c99353f3055.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"28ed0f4c-4af6-4e05-a656-423bf86b40b4\", \"commitment_ends_at\":\"2025-10-30T16:18:41.215928Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"9133dff4-7a9a-4f48-bcc0-8a046b7067e6\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1631" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:24:08 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 7cde4753-4286-4ca5-8818-97adc506c9a7 + status: 200 OK + code: 200 + duration: 20.345706ms +- id: 85 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/f81d0594-be8f-40e1-a0d6-8c99353f3055/kubeconfig + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1658 + body: "{\"name\":\"kubeconfig\", \"content_type\":\"application/octet-stream\", \"content\":\"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogInRmLWNsdXN0ZXItcG9vbCIKICBjbHVzdGVyOgogICAgY2VydGlmaWNhdGUtYXV0aG9yaXR5LWRhdGE6IExTMHRMUzFDUlVkSlRpQkRSVkpVU1VaSlEwRlVSUzB0TFMwdENrMUpTVUpYYWtORFFWRkhaMEYzU1VKQlowbENRVVJCUzBKblozRm9hMnBQVUZGUlJFRnFRVlpOVWsxM1JWRlpSRlpSVVVSRmQzQnlaRmRLYkdOdE5Xd0taRWRXZWsxQ05GaEVWRWt4VFZSQmVVOVVSVEpOVkdjd1RWWnZXRVJVVFRGTlZFRjVUMVJGTWsxVVp6Qk5WbTkzUmxSRlZFMUNSVWRCTVZWRlFYaE5Td3BoTTFacFdsaEtkVnBZVW14amVrSmFUVUpOUjBKNWNVZFRUVFE1UVdkRlIwTkRjVWRUVFRRNVFYZEZTRUV3U1VGQ1NVNXBXbUZRZG01QlJGbHFVemw2Q2sxWVEwVnBiR1pVY0RaS1ZqUnhTR2hJU0VOdGVERjVMMFpHYUhRMFIyTlZhV05OV1UxQlpHUlVabGxHWVRac2NFbzJiVEp4VEZGbFluQlJOMjQ1UWtVS05sWkdiVEk0Y1dwUmFrSkJUVUUwUjBFeFZXUkVkMFZDTDNkUlJVRjNTVU53UkVGUVFtZE9Wa2hTVFVKQlpqaEZRbFJCUkVGUlNDOU5RakJIUVRGVlpBcEVaMUZYUWtKVVMyVkRiak5LVnpKalp6SkNUVEpKTDBkMVlWRndOMVJqUTNwVVFVdENaMmR4YUd0cVQxQlJVVVJCWjA1SVFVUkNSVUZwUW5wNGEzVnJDblV4Y2tFMFFreFpiemxVUkRoWGNFUjBjMVpsVGxCa05tZFJhbWxMVkM5Tk1uQXhkRnAzU1dkVFNXMXVSbGRHYml0emRGUlRNVGRMVFhWaGFUVlpNbTBLV1hZMlZEWlNObGcxVTNvNFRXMURNVmRPWXowS0xTMHRMUzFGVGtRZ1EwVlNWRWxHU1VOQlZFVXRMUzB0TFFvPQogICAgc2VydmVyOiBodHRwczovL2Y4MWQwNTk0LWJlOGYtNDBlMS1hMGQ2LThjOTkzNTNmMzA1NS5hcGkuazhzLmZyLXBhci5zY3cuY2xvdWQ6NjQ0Mwpjb250ZXh0czoKLSBuYW1lOiBhZG1pbkB0Zi1jbHVzdGVyLXBvb2wKICBjb250ZXh0OgogICAgY2x1c3RlcjogInRmLWNsdXN0ZXItcG9vbCIKICAgIHVzZXI6IHRmLWNsdXN0ZXItcG9vbC1hZG1pbgpjdXJyZW50LWNvbnRleHQ6IGFkbWluQHRmLWNsdXN0ZXItcG9vbApraW5kOiBDb25maWcKcHJlZmVyZW5jZXM6IHt9CnVzZXJzOgotIG5hbWU6IHRmLWNsdXN0ZXItcG9vbC1hZG1pbgogIHVzZXI6CiAgICB0b2tlbjogN3BETGtYR1ZWZXZ5UWhROUlVbnV6bHZ4TGFqdTNVNEU3dExTOVJWSEhTNThTWXVNMVlUdGlCejY=\"}" + headers: + Content-Length: + - "1658" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:24:08 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 3903a1d6-c0d9-4ff9-81b1-5f4ddbcfe7c6 + status: 200 OK + code: 200 + duration: 88.549111ms +- id: 86 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/ed10ae0c-6203-42e9-acdc-0a3381bc3ae7 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 754 + body: "{\"region\":\"fr-par\", \"id\":\"ed10ae0c-6203-42e9-acdc-0a3381bc3ae7\", \"cluster_id\":\"f81d0594-be8f-40e1-a0d6-8c99353f3055\", \"created_at\":\"2025-10-30T16:18:46.692174Z\", \"updated_at\":\"2025-10-30T16:24:03.761826Z\", \"name\":\"tf-pool\", \"status\":\"ready\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[\"terraform-test\", \"data_scaleway_k8s_pool\", \"basic\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "754" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:24:08 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 61d89d61-a6d8-4e38-a20b-565d91884380 + status: 200 OK + code: 200 + duration: 20.596035ms +- id: 87 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + form: + order_by: + - created_at_asc + page: + - "1" + pool_id: + - ed10ae0c-6203-42e9-acdc-0a3381bc3ae7 + status: + - unknown + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/f81d0594-be8f-40e1-a0d6-8c99353f3055/nodes?order_by=created_at_asc&page=1&pool_id=ed10ae0c-6203-42e9-acdc-0a3381bc3ae7&status=unknown + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 619 + body: "{\"total_count\":1, \"nodes\":[{\"region\":\"fr-par\", \"id\":\"484a8212-0083-479f-9e1b-eeaabea357a8\", \"cluster_id\":\"f81d0594-be8f-40e1-a0d6-8c99353f3055\", \"created_at\":\"2025-10-30T16:22:17.922768Z\", \"updated_at\":\"2025-10-30T16:24:03.751299Z\", \"pool_id\":\"ed10ae0c-6203-42e9-acdc-0a3381bc3ae7\", \"status\":\"ready\", \"conditions\":{\"DiskPressure\":\"False\", \"MemoryPressure\":\"False\", \"PIDPressure\":\"False\", \"Ready\":\"True\"}, \"name\":\"scw-tf-cluster-pool-tf-pool-484a82120083479f9e\", \"public_ip_v4\":\"51.15.230.164\", \"public_ip_v6\":null, \"provider_id\":\"scaleway://instance/fr-par-1/5edb9a82-efcc-4293-98e4-3009c814813b\", \"error_message\":\"\"}]}" + headers: + Content-Length: + - "619" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:24:08 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - a8f874e4-90d1-4517-9d8e-b1bc02ce0f2e + status: 200 OK + code: 200 + duration: 23.482352ms +- id: 88 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/f81d0594-be8f-40e1-a0d6-8c99353f3055 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1631 + body: "{\"region\":\"fr-par\", \"id\":\"f81d0594-be8f-40e1-a0d6-8c99353f3055\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:41.215920Z\", \"updated_at\":\"2025-10-30T16:20:25.297004Z\", \"type\":\"kapsule\", \"name\":\"tf-cluster-pool\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"data_scaleway_k8s_pool\", \"basic\"], \"cluster_url\":\"https://f81d0594-be8f-40e1-a0d6-8c99353f3055.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.f81d0594-be8f-40e1-a0d6-8c99353f3055.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"28ed0f4c-4af6-4e05-a656-423bf86b40b4\", \"commitment_ends_at\":\"2025-10-30T16:18:41.215928Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"9133dff4-7a9a-4f48-bcc0-8a046b7067e6\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1631" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:24:08 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 476d2b8d-ef50-440d-bf2e-bccd7ac529bf + status: 200 OK + code: 200 + duration: 25.502123ms +- id: 89 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + form: + order_by: + - created_at_desc + project_id: + - 105bdce1-64c0-48ab-899d-868455867ecf + resource_name: + - scw-tf-cluster-pool-tf-pool-484a82120083479f9e + resource_type: + - unknown_type + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/ipam/v1/regions/fr-par/ips?order_by=created_at_desc&project_id=105bdce1-64c0-48ab-899d-868455867ecf&resource_name=scw-tf-cluster-pool-tf-pool-484a82120083479f9e&resource_type=unknown_type + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1123 + body: "{\"total_count\":2, \"ips\":[{\"id\":\"fd701627-2304-4588-a2b9-cb6814399727\", \"address\":\"fd5f:519c:6d46:2576:2854:c3eb:4592:7809/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":true, \"created_at\":\"2025-10-30T16:22:21.162635Z\", \"updated_at\":\"2025-10-30T16:22:21.162635Z\", \"source\":{\"subnet_id\":\"28394509-5e6b-4a35-abde-680e3d38cb46\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"27adfd84-c338-4356-82b0-000a0cef4837\", \"mac_address\":\"02:00:00:1F:1E:83\", \"name\":\"scw-tf-cluster-pool-tf-pool-484a82120083479f9e\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}, {\"id\":\"95d38f4a-5570-4b6f-bc45-4eb2d49ff948\", \"address\":\"172.18.100.3/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":false, \"created_at\":\"2025-10-30T16:22:21.040168Z\", \"updated_at\":\"2025-10-30T16:22:21.040168Z\", \"source\":{\"subnet_id\":\"69efb21f-5546-48f5-83df-aef63957de90\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"27adfd84-c338-4356-82b0-000a0cef4837\", \"mac_address\":\"02:00:00:1F:1E:83\", \"name\":\"scw-tf-cluster-pool-tf-pool-484a82120083479f9e\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}]}" + headers: + Content-Length: + - "1123" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:24:08 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - d2e2f9da-b148-4dcb-b566-7107f3e9c13e + status: 200 OK + code: 200 + duration: 33.977379ms +- id: 90 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/vpc/v2/regions/fr-par/vpcs/64ee6fb8-81c6-4519-9f5e-e4dc82ef1776 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 425 + body: "{\"id\":\"64ee6fb8-81c6-4519-9f5e-e4dc82ef1776\", \"name\":\"TestAccDataSourcePool_Basic\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:40.167534Z\", \"updated_at\":\"2025-10-30T16:18:40.167534Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_default\":false, \"private_network_count\":1, \"routing_enabled\":true, \"custom_routes_propagation_enabled\":true, \"region\":\"fr-par\"}" + headers: + Content-Length: + - "425" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:24:08 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 7e34c9c1-976f-49ee-958e-e93074320b61 + status: 200 OK + code: 200 + duration: 26.467796ms +- id: 91 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks/28ed0f4c-4af6-4e05-a656-423bf86b40b4 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1092 + body: "{\"id\":\"28ed0f4c-4af6-4e05-a656-423bf86b40b4\", \"name\":\"test-data-source-pool\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:40.270823Z\", \"updated_at\":\"2025-10-30T16:18:40.270823Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"subnets\":[{\"id\":\"69efb21f-5546-48f5-83df-aef63957de90\", \"created_at\":\"2025-10-30T16:18:40.270823Z\", \"updated_at\":\"2025-10-30T16:18:40.270823Z\", \"subnet\":\"172.18.100.0/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"28ed0f4c-4af6-4e05-a656-423bf86b40b4\", \"vpc_id\":\"64ee6fb8-81c6-4519-9f5e-e4dc82ef1776\"}, {\"id\":\"28394509-5e6b-4a35-abde-680e3d38cb46\", \"created_at\":\"2025-10-30T16:18:40.270823Z\", \"updated_at\":\"2025-10-30T16:18:40.270823Z\", \"subnet\":\"fd5f:519c:6d46:2576::/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"28ed0f4c-4af6-4e05-a656-423bf86b40b4\", \"vpc_id\":\"64ee6fb8-81c6-4519-9f5e-e4dc82ef1776\"}], \"vpc_id\":\"64ee6fb8-81c6-4519-9f5e-e4dc82ef1776\", \"dhcp_enabled\":true, \"default_route_propagation_enabled\":false, \"region\":\"fr-par\"}" + headers: + Content-Length: + - "1092" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:24:08 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 4a6ff232-cd0a-4c6a-9616-650ae521f48d + status: 200 OK + code: 200 + duration: 31.530056ms +- id: 92 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/f81d0594-be8f-40e1-a0d6-8c99353f3055 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1631 + body: "{\"region\":\"fr-par\", \"id\":\"f81d0594-be8f-40e1-a0d6-8c99353f3055\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:41.215920Z\", \"updated_at\":\"2025-10-30T16:20:25.297004Z\", \"type\":\"kapsule\", \"name\":\"tf-cluster-pool\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"data_scaleway_k8s_pool\", \"basic\"], \"cluster_url\":\"https://f81d0594-be8f-40e1-a0d6-8c99353f3055.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.f81d0594-be8f-40e1-a0d6-8c99353f3055.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"28ed0f4c-4af6-4e05-a656-423bf86b40b4\", \"commitment_ends_at\":\"2025-10-30T16:18:41.215928Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"9133dff4-7a9a-4f48-bcc0-8a046b7067e6\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1631" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:24:08 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 56062b78-2689-4e8a-94d5-e265eccc6984 + status: 200 OK + code: 200 + duration: 21.138944ms +- id: 93 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/f81d0594-be8f-40e1-a0d6-8c99353f3055/kubeconfig + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1658 + body: "{\"name\":\"kubeconfig\", \"content_type\":\"application/octet-stream\", \"content\":\"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogInRmLWNsdXN0ZXItcG9vbCIKICBjbHVzdGVyOgogICAgY2VydGlmaWNhdGUtYXV0aG9yaXR5LWRhdGE6IExTMHRMUzFDUlVkSlRpQkRSVkpVU1VaSlEwRlVSUzB0TFMwdENrMUpTVUpYYWtORFFWRkhaMEYzU1VKQlowbENRVVJCUzBKblozRm9hMnBQVUZGUlJFRnFRVlpOVWsxM1JWRlpSRlpSVVVSRmQzQnlaRmRLYkdOdE5Xd0taRWRXZWsxQ05GaEVWRWt4VFZSQmVVOVVSVEpOVkdjd1RWWnZXRVJVVFRGTlZFRjVUMVJGTWsxVVp6Qk5WbTkzUmxSRlZFMUNSVWRCTVZWRlFYaE5Td3BoTTFacFdsaEtkVnBZVW14amVrSmFUVUpOUjBKNWNVZFRUVFE1UVdkRlIwTkRjVWRUVFRRNVFYZEZTRUV3U1VGQ1NVNXBXbUZRZG01QlJGbHFVemw2Q2sxWVEwVnBiR1pVY0RaS1ZqUnhTR2hJU0VOdGVERjVMMFpHYUhRMFIyTlZhV05OV1UxQlpHUlVabGxHWVRac2NFbzJiVEp4VEZGbFluQlJOMjQ1UWtVS05sWkdiVEk0Y1dwUmFrSkJUVUUwUjBFeFZXUkVkMFZDTDNkUlJVRjNTVU53UkVGUVFtZE9Wa2hTVFVKQlpqaEZRbFJCUkVGUlNDOU5RakJIUVRGVlpBcEVaMUZYUWtKVVMyVkRiak5LVnpKalp6SkNUVEpKTDBkMVlWRndOMVJqUTNwVVFVdENaMmR4YUd0cVQxQlJVVVJCWjA1SVFVUkNSVUZwUW5wNGEzVnJDblV4Y2tFMFFreFpiemxVUkRoWGNFUjBjMVpsVGxCa05tZFJhbWxMVkM5Tk1uQXhkRnAzU1dkVFNXMXVSbGRHYml0emRGUlRNVGRMVFhWaGFUVlpNbTBLV1hZMlZEWlNObGcxVTNvNFRXMURNVmRPWXowS0xTMHRMUzFGVGtRZ1EwVlNWRWxHU1VOQlZFVXRMUzB0TFFvPQogICAgc2VydmVyOiBodHRwczovL2Y4MWQwNTk0LWJlOGYtNDBlMS1hMGQ2LThjOTkzNTNmMzA1NS5hcGkuazhzLmZyLXBhci5zY3cuY2xvdWQ6NjQ0Mwpjb250ZXh0czoKLSBuYW1lOiBhZG1pbkB0Zi1jbHVzdGVyLXBvb2wKICBjb250ZXh0OgogICAgY2x1c3RlcjogInRmLWNsdXN0ZXItcG9vbCIKICAgIHVzZXI6IHRmLWNsdXN0ZXItcG9vbC1hZG1pbgpjdXJyZW50LWNvbnRleHQ6IGFkbWluQHRmLWNsdXN0ZXItcG9vbApraW5kOiBDb25maWcKcHJlZmVyZW5jZXM6IHt9CnVzZXJzOgotIG5hbWU6IHRmLWNsdXN0ZXItcG9vbC1hZG1pbgogIHVzZXI6CiAgICB0b2tlbjogN3BETGtYR1ZWZXZ5UWhROUlVbnV6bHZ4TGFqdTNVNEU3dExTOVJWSEhTNThTWXVNMVlUdGlCejY=\"}" + headers: + Content-Length: + - "1658" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:24:08 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 675adf93-b286-4d17-85c9-676bace990a7 + status: 200 OK + code: 200 + duration: 104.583654ms +- id: 94 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/ed10ae0c-6203-42e9-acdc-0a3381bc3ae7 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 754 + body: "{\"region\":\"fr-par\", \"id\":\"ed10ae0c-6203-42e9-acdc-0a3381bc3ae7\", \"cluster_id\":\"f81d0594-be8f-40e1-a0d6-8c99353f3055\", \"created_at\":\"2025-10-30T16:18:46.692174Z\", \"updated_at\":\"2025-10-30T16:24:03.761826Z\", \"name\":\"tf-pool\", \"status\":\"ready\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[\"terraform-test\", \"data_scaleway_k8s_pool\", \"basic\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "754" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:24:08 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - e39556bc-6902-4f01-9ea9-c0b2014e5a33 + status: 200 OK + code: 200 + duration: 89.294039ms +- id: 95 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + form: + order_by: + - created_at_asc + page: + - "1" + pool_id: + - ed10ae0c-6203-42e9-acdc-0a3381bc3ae7 + status: + - unknown + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/f81d0594-be8f-40e1-a0d6-8c99353f3055/nodes?order_by=created_at_asc&page=1&pool_id=ed10ae0c-6203-42e9-acdc-0a3381bc3ae7&status=unknown + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 619 + body: "{\"total_count\":1, \"nodes\":[{\"region\":\"fr-par\", \"id\":\"484a8212-0083-479f-9e1b-eeaabea357a8\", \"cluster_id\":\"f81d0594-be8f-40e1-a0d6-8c99353f3055\", \"created_at\":\"2025-10-30T16:22:17.922768Z\", \"updated_at\":\"2025-10-30T16:24:03.751299Z\", \"pool_id\":\"ed10ae0c-6203-42e9-acdc-0a3381bc3ae7\", \"status\":\"ready\", \"conditions\":{\"DiskPressure\":\"False\", \"MemoryPressure\":\"False\", \"PIDPressure\":\"False\", \"Ready\":\"True\"}, \"name\":\"scw-tf-cluster-pool-tf-pool-484a82120083479f9e\", \"public_ip_v4\":\"51.15.230.164\", \"public_ip_v6\":null, \"provider_id\":\"scaleway://instance/fr-par-1/5edb9a82-efcc-4293-98e4-3009c814813b\", \"error_message\":\"\"}]}" + headers: + Content-Length: + - "619" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:24:08 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 8e94a54b-85d5-4a86-ada3-7395bbf2732f + status: 200 OK + code: 200 + duration: 116.830359ms +- id: 96 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/f81d0594-be8f-40e1-a0d6-8c99353f3055 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1631 + body: "{\"region\":\"fr-par\", \"id\":\"f81d0594-be8f-40e1-a0d6-8c99353f3055\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:41.215920Z\", \"updated_at\":\"2025-10-30T16:20:25.297004Z\", \"type\":\"kapsule\", \"name\":\"tf-cluster-pool\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"data_scaleway_k8s_pool\", \"basic\"], \"cluster_url\":\"https://f81d0594-be8f-40e1-a0d6-8c99353f3055.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.f81d0594-be8f-40e1-a0d6-8c99353f3055.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"28ed0f4c-4af6-4e05-a656-423bf86b40b4\", \"commitment_ends_at\":\"2025-10-30T16:18:41.215928Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"9133dff4-7a9a-4f48-bcc0-8a046b7067e6\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1631" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:24:08 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 3890234a-3b65-40d2-a156-74bc0fb4d5c1 + status: 200 OK + code: 200 + duration: 35.33615ms +- id: 97 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + form: + order_by: + - created_at_desc + project_id: + - 105bdce1-64c0-48ab-899d-868455867ecf + resource_name: + - scw-tf-cluster-pool-tf-pool-484a82120083479f9e + resource_type: + - unknown_type + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/ipam/v1/regions/fr-par/ips?order_by=created_at_desc&project_id=105bdce1-64c0-48ab-899d-868455867ecf&resource_name=scw-tf-cluster-pool-tf-pool-484a82120083479f9e&resource_type=unknown_type + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1123 + body: "{\"total_count\":2, \"ips\":[{\"id\":\"fd701627-2304-4588-a2b9-cb6814399727\", \"address\":\"fd5f:519c:6d46:2576:2854:c3eb:4592:7809/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":true, \"created_at\":\"2025-10-30T16:22:21.162635Z\", \"updated_at\":\"2025-10-30T16:22:21.162635Z\", \"source\":{\"subnet_id\":\"28394509-5e6b-4a35-abde-680e3d38cb46\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"27adfd84-c338-4356-82b0-000a0cef4837\", \"mac_address\":\"02:00:00:1F:1E:83\", \"name\":\"scw-tf-cluster-pool-tf-pool-484a82120083479f9e\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}, {\"id\":\"95d38f4a-5570-4b6f-bc45-4eb2d49ff948\", \"address\":\"172.18.100.3/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":false, \"created_at\":\"2025-10-30T16:22:21.040168Z\", \"updated_at\":\"2025-10-30T16:22:21.040168Z\", \"source\":{\"subnet_id\":\"69efb21f-5546-48f5-83df-aef63957de90\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"27adfd84-c338-4356-82b0-000a0cef4837\", \"mac_address\":\"02:00:00:1F:1E:83\", \"name\":\"scw-tf-cluster-pool-tf-pool-484a82120083479f9e\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}]}" + headers: + Content-Length: + - "1123" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:24:09 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 443d257f-76d3-4c6b-aca9-e30388382fab + status: 200 OK + code: 200 + duration: 68.576646ms +- id: 98 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/ed10ae0c-6203-42e9-acdc-0a3381bc3ae7 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 754 + body: "{\"region\":\"fr-par\", \"id\":\"ed10ae0c-6203-42e9-acdc-0a3381bc3ae7\", \"cluster_id\":\"f81d0594-be8f-40e1-a0d6-8c99353f3055\", \"created_at\":\"2025-10-30T16:18:46.692174Z\", \"updated_at\":\"2025-10-30T16:24:03.761826Z\", \"name\":\"tf-pool\", \"status\":\"ready\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[\"terraform-test\", \"data_scaleway_k8s_pool\", \"basic\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "754" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:24:09 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 672dfb7b-96ed-4d8b-9ce6-e8631c18624c + status: 200 OK + code: 200 + duration: 36.023409ms +- id: 99 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + form: + order_by: + - created_at_asc + page: + - "1" + pool_id: + - ed10ae0c-6203-42e9-acdc-0a3381bc3ae7 + status: + - unknown + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/f81d0594-be8f-40e1-a0d6-8c99353f3055/nodes?order_by=created_at_asc&page=1&pool_id=ed10ae0c-6203-42e9-acdc-0a3381bc3ae7&status=unknown + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 619 + body: "{\"total_count\":1, \"nodes\":[{\"region\":\"fr-par\", \"id\":\"484a8212-0083-479f-9e1b-eeaabea357a8\", \"cluster_id\":\"f81d0594-be8f-40e1-a0d6-8c99353f3055\", \"created_at\":\"2025-10-30T16:22:17.922768Z\", \"updated_at\":\"2025-10-30T16:24:03.751299Z\", \"pool_id\":\"ed10ae0c-6203-42e9-acdc-0a3381bc3ae7\", \"status\":\"ready\", \"conditions\":{\"DiskPressure\":\"False\", \"MemoryPressure\":\"False\", \"PIDPressure\":\"False\", \"Ready\":\"True\"}, \"name\":\"scw-tf-cluster-pool-tf-pool-484a82120083479f9e\", \"public_ip_v4\":\"51.15.230.164\", \"public_ip_v6\":null, \"provider_id\":\"scaleway://instance/fr-par-1/5edb9a82-efcc-4293-98e4-3009c814813b\", \"error_message\":\"\"}]}" + headers: + Content-Length: + - "619" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:24:09 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 12905098-3d3f-4d32-bfa7-02da1eef724f + status: 200 OK + code: 200 + duration: 26.993192ms +- id: 100 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/f81d0594-be8f-40e1-a0d6-8c99353f3055 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1631 + body: "{\"region\":\"fr-par\", \"id\":\"f81d0594-be8f-40e1-a0d6-8c99353f3055\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:41.215920Z\", \"updated_at\":\"2025-10-30T16:20:25.297004Z\", \"type\":\"kapsule\", \"name\":\"tf-cluster-pool\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"data_scaleway_k8s_pool\", \"basic\"], \"cluster_url\":\"https://f81d0594-be8f-40e1-a0d6-8c99353f3055.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.f81d0594-be8f-40e1-a0d6-8c99353f3055.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"28ed0f4c-4af6-4e05-a656-423bf86b40b4\", \"commitment_ends_at\":\"2025-10-30T16:18:41.215928Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"9133dff4-7a9a-4f48-bcc0-8a046b7067e6\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1631" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:24:09 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 1015d9a4-30fa-4d94-ada0-eaa7ec93c31e + status: 200 OK + code: 200 + duration: 25.16534ms +- id: 101 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + form: + order_by: + - created_at_desc + project_id: + - 105bdce1-64c0-48ab-899d-868455867ecf + resource_name: + - scw-tf-cluster-pool-tf-pool-484a82120083479f9e + resource_type: + - unknown_type + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/ipam/v1/regions/fr-par/ips?order_by=created_at_desc&project_id=105bdce1-64c0-48ab-899d-868455867ecf&resource_name=scw-tf-cluster-pool-tf-pool-484a82120083479f9e&resource_type=unknown_type + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1123 + body: "{\"total_count\":2, \"ips\":[{\"id\":\"fd701627-2304-4588-a2b9-cb6814399727\", \"address\":\"fd5f:519c:6d46:2576:2854:c3eb:4592:7809/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":true, \"created_at\":\"2025-10-30T16:22:21.162635Z\", \"updated_at\":\"2025-10-30T16:22:21.162635Z\", \"source\":{\"subnet_id\":\"28394509-5e6b-4a35-abde-680e3d38cb46\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"27adfd84-c338-4356-82b0-000a0cef4837\", \"mac_address\":\"02:00:00:1F:1E:83\", \"name\":\"scw-tf-cluster-pool-tf-pool-484a82120083479f9e\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}, {\"id\":\"95d38f4a-5570-4b6f-bc45-4eb2d49ff948\", \"address\":\"172.18.100.3/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":false, \"created_at\":\"2025-10-30T16:22:21.040168Z\", \"updated_at\":\"2025-10-30T16:22:21.040168Z\", \"source\":{\"subnet_id\":\"69efb21f-5546-48f5-83df-aef63957de90\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"27adfd84-c338-4356-82b0-000a0cef4837\", \"mac_address\":\"02:00:00:1F:1E:83\", \"name\":\"scw-tf-cluster-pool-tf-pool-484a82120083479f9e\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}]}" + headers: + Content-Length: + - "1123" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:24:09 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 91764cef-cd0f-4876-9db8-e5ce37ef76c0 + status: 200 OK + code: 200 + duration: 24.160494ms +- id: 102 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 654 + host: api.scaleway.com + body: "{\"tags\":[\"terraform-test\",\"data_scaleway_k8s_cluster\",\"basic\"],\"autoscaler_config\":{\"scale_down_disabled\":null,\"scale_down_delay_after_add\":null,\"estimator\":\"unknown_estimator\",\"expander\":\"unknown_expander\",\"ignore_daemonsets_utilization\":null,\"balance_similar_node_groups\":null,\"expendable_pods_priority_cutoff\":null,\"scale_down_unneeded_time\":null,\"scale_down_utilization_threshold\":null,\"max_graceful_termination_sec\":null},\"auto_upgrade\":{\"enable\":null,\"maintenance_window\":null},\"open_id_connect_config\":{\"issuer_url\":null,\"client_id\":null,\"username_claim\":null,\"username_prefix\":null,\"groups_claim\":null,\"groups_prefix\":null,\"required_claim\":null}}" + headers: + Content-Type: + - application/json + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/f81d0594-be8f-40e1-a0d6-8c99353f3055 + method: PATCH + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1638 + body: "{\"region\":\"fr-par\", \"id\":\"f81d0594-be8f-40e1-a0d6-8c99353f3055\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:41.215920Z\", \"updated_at\":\"2025-10-30T16:24:09.351757Z\", \"type\":\"kapsule\", \"name\":\"tf-cluster-pool\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"data_scaleway_k8s_cluster\", \"basic\"], \"cluster_url\":\"https://f81d0594-be8f-40e1-a0d6-8c99353f3055.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.f81d0594-be8f-40e1-a0d6-8c99353f3055.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"28ed0f4c-4af6-4e05-a656-423bf86b40b4\", \"commitment_ends_at\":\"2025-10-30T16:18:41.215928Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"9133dff4-7a9a-4f48-bcc0-8a046b7067e6\", \"new_images_enabled\":false, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1638" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:24:09 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 4aee61a5-ba80-4940-a412-a6f37e2c160c + status: 200 OK + code: 200 + duration: 40.443515ms +- id: 103 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/f81d0594-be8f-40e1-a0d6-8c99353f3055 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1637 + body: "{\"region\":\"fr-par\", \"id\":\"f81d0594-be8f-40e1-a0d6-8c99353f3055\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:41.215920Z\", \"updated_at\":\"2025-10-30T16:24:09.351757Z\", \"type\":\"kapsule\", \"name\":\"tf-cluster-pool\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"data_scaleway_k8s_cluster\", \"basic\"], \"cluster_url\":\"https://f81d0594-be8f-40e1-a0d6-8c99353f3055.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.f81d0594-be8f-40e1-a0d6-8c99353f3055.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"28ed0f4c-4af6-4e05-a656-423bf86b40b4\", \"commitment_ends_at\":\"2025-10-30T16:18:41.215928Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"9133dff4-7a9a-4f48-bcc0-8a046b7067e6\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1637" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:24:09 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - a0f1cb64-5999-493a-b16d-bccd3e59d0b0 + status: 200 OK + code: 200 + duration: 23.575137ms +- id: 104 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/f81d0594-be8f-40e1-a0d6-8c99353f3055 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1637 + body: "{\"region\":\"fr-par\", \"id\":\"f81d0594-be8f-40e1-a0d6-8c99353f3055\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:41.215920Z\", \"updated_at\":\"2025-10-30T16:24:09.351757Z\", \"type\":\"kapsule\", \"name\":\"tf-cluster-pool\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"data_scaleway_k8s_cluster\", \"basic\"], \"cluster_url\":\"https://f81d0594-be8f-40e1-a0d6-8c99353f3055.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.f81d0594-be8f-40e1-a0d6-8c99353f3055.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"28ed0f4c-4af6-4e05-a656-423bf86b40b4\", \"commitment_ends_at\":\"2025-10-30T16:18:41.215928Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"9133dff4-7a9a-4f48-bcc0-8a046b7067e6\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1637" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:24:14 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - f90e73eb-9bcb-4fc8-93e0-88ef90c1b3e5 + status: 200 OK + code: 200 + duration: 82.934463ms +- id: 105 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/f81d0594-be8f-40e1-a0d6-8c99353f3055 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1637 + body: "{\"region\":\"fr-par\", \"id\":\"f81d0594-be8f-40e1-a0d6-8c99353f3055\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:41.215920Z\", \"updated_at\":\"2025-10-30T16:24:09.351757Z\", \"type\":\"kapsule\", \"name\":\"tf-cluster-pool\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"data_scaleway_k8s_cluster\", \"basic\"], \"cluster_url\":\"https://f81d0594-be8f-40e1-a0d6-8c99353f3055.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.f81d0594-be8f-40e1-a0d6-8c99353f3055.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"28ed0f4c-4af6-4e05-a656-423bf86b40b4\", \"commitment_ends_at\":\"2025-10-30T16:18:41.215928Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"9133dff4-7a9a-4f48-bcc0-8a046b7067e6\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1637" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:24:19 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - ece448e1-58aa-4054-b22a-87f5b0b46cff + status: 200 OK + code: 200 + duration: 77.416086ms +- id: 106 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/f81d0594-be8f-40e1-a0d6-8c99353f3055 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1637 + body: "{\"region\":\"fr-par\", \"id\":\"f81d0594-be8f-40e1-a0d6-8c99353f3055\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:41.215920Z\", \"updated_at\":\"2025-10-30T16:24:09.351757Z\", \"type\":\"kapsule\", \"name\":\"tf-cluster-pool\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"data_scaleway_k8s_cluster\", \"basic\"], \"cluster_url\":\"https://f81d0594-be8f-40e1-a0d6-8c99353f3055.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.f81d0594-be8f-40e1-a0d6-8c99353f3055.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"28ed0f4c-4af6-4e05-a656-423bf86b40b4\", \"commitment_ends_at\":\"2025-10-30T16:18:41.215928Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"9133dff4-7a9a-4f48-bcc0-8a046b7067e6\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1637" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:24:24 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 38255cc4-14b6-41ce-b5ea-37dd09285fb3 + status: 200 OK + code: 200 + duration: 111.86012ms +- id: 107 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/f81d0594-be8f-40e1-a0d6-8c99353f3055 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1637 + body: "{\"region\":\"fr-par\", \"id\":\"f81d0594-be8f-40e1-a0d6-8c99353f3055\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:41.215920Z\", \"updated_at\":\"2025-10-30T16:24:09.351757Z\", \"type\":\"kapsule\", \"name\":\"tf-cluster-pool\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"data_scaleway_k8s_cluster\", \"basic\"], \"cluster_url\":\"https://f81d0594-be8f-40e1-a0d6-8c99353f3055.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.f81d0594-be8f-40e1-a0d6-8c99353f3055.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"28ed0f4c-4af6-4e05-a656-423bf86b40b4\", \"commitment_ends_at\":\"2025-10-30T16:18:41.215928Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"9133dff4-7a9a-4f48-bcc0-8a046b7067e6\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1637" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:24:29 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 7a848023-3243-4cdb-92a2-a36eaf76f61c + status: 200 OK + code: 200 + duration: 77.074194ms +- id: 108 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/f81d0594-be8f-40e1-a0d6-8c99353f3055 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1637 + body: "{\"region\":\"fr-par\", \"id\":\"f81d0594-be8f-40e1-a0d6-8c99353f3055\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:41.215920Z\", \"updated_at\":\"2025-10-30T16:24:09.351757Z\", \"type\":\"kapsule\", \"name\":\"tf-cluster-pool\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"data_scaleway_k8s_cluster\", \"basic\"], \"cluster_url\":\"https://f81d0594-be8f-40e1-a0d6-8c99353f3055.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.f81d0594-be8f-40e1-a0d6-8c99353f3055.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"28ed0f4c-4af6-4e05-a656-423bf86b40b4\", \"commitment_ends_at\":\"2025-10-30T16:18:41.215928Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"9133dff4-7a9a-4f48-bcc0-8a046b7067e6\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1637" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:24:34 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - a0a733cb-fbcd-436e-b7df-7f301f6c2353 + status: 200 OK + code: 200 + duration: 92.372637ms +- id: 109 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/f81d0594-be8f-40e1-a0d6-8c99353f3055 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1637 + body: "{\"region\":\"fr-par\", \"id\":\"f81d0594-be8f-40e1-a0d6-8c99353f3055\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:41.215920Z\", \"updated_at\":\"2025-10-30T16:24:09.351757Z\", \"type\":\"kapsule\", \"name\":\"tf-cluster-pool\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"data_scaleway_k8s_cluster\", \"basic\"], \"cluster_url\":\"https://f81d0594-be8f-40e1-a0d6-8c99353f3055.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.f81d0594-be8f-40e1-a0d6-8c99353f3055.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"28ed0f4c-4af6-4e05-a656-423bf86b40b4\", \"commitment_ends_at\":\"2025-10-30T16:18:41.215928Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"9133dff4-7a9a-4f48-bcc0-8a046b7067e6\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1637" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:24:39 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 49872668-f921-4494-93a2-56d83659d553 + status: 200 OK + code: 200 + duration: 89.666418ms +- id: 110 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/f81d0594-be8f-40e1-a0d6-8c99353f3055 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1637 + body: "{\"region\":\"fr-par\", \"id\":\"f81d0594-be8f-40e1-a0d6-8c99353f3055\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:41.215920Z\", \"updated_at\":\"2025-10-30T16:24:09.351757Z\", \"type\":\"kapsule\", \"name\":\"tf-cluster-pool\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"data_scaleway_k8s_cluster\", \"basic\"], \"cluster_url\":\"https://f81d0594-be8f-40e1-a0d6-8c99353f3055.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.f81d0594-be8f-40e1-a0d6-8c99353f3055.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"28ed0f4c-4af6-4e05-a656-423bf86b40b4\", \"commitment_ends_at\":\"2025-10-30T16:18:41.215928Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"9133dff4-7a9a-4f48-bcc0-8a046b7067e6\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1637" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:24:45 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 9106a22d-a714-4c8b-bb1b-8d911b024cf6 + status: 200 OK + code: 200 + duration: 87.20062ms +- id: 111 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/f81d0594-be8f-40e1-a0d6-8c99353f3055 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1637 + body: "{\"region\":\"fr-par\", \"id\":\"f81d0594-be8f-40e1-a0d6-8c99353f3055\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:41.215920Z\", \"updated_at\":\"2025-10-30T16:24:09.351757Z\", \"type\":\"kapsule\", \"name\":\"tf-cluster-pool\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"data_scaleway_k8s_cluster\", \"basic\"], \"cluster_url\":\"https://f81d0594-be8f-40e1-a0d6-8c99353f3055.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.f81d0594-be8f-40e1-a0d6-8c99353f3055.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"28ed0f4c-4af6-4e05-a656-423bf86b40b4\", \"commitment_ends_at\":\"2025-10-30T16:18:41.215928Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"9133dff4-7a9a-4f48-bcc0-8a046b7067e6\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1637" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:24:50 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 954327d5-b751-483e-8dd7-c40449337212 + status: 200 OK + code: 200 + duration: 86.712684ms +- id: 112 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/f81d0594-be8f-40e1-a0d6-8c99353f3055 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1637 + body: "{\"region\":\"fr-par\", \"id\":\"f81d0594-be8f-40e1-a0d6-8c99353f3055\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:41.215920Z\", \"updated_at\":\"2025-10-30T16:24:09.351757Z\", \"type\":\"kapsule\", \"name\":\"tf-cluster-pool\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"data_scaleway_k8s_cluster\", \"basic\"], \"cluster_url\":\"https://f81d0594-be8f-40e1-a0d6-8c99353f3055.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.f81d0594-be8f-40e1-a0d6-8c99353f3055.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"28ed0f4c-4af6-4e05-a656-423bf86b40b4\", \"commitment_ends_at\":\"2025-10-30T16:18:41.215928Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"9133dff4-7a9a-4f48-bcc0-8a046b7067e6\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1637" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:24:55 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - c64667ab-b15c-4d28-b18c-1169b3c62b67 + status: 200 OK + code: 200 + duration: 109.107375ms +- id: 113 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/f81d0594-be8f-40e1-a0d6-8c99353f3055 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1634 + body: "{\"region\":\"fr-par\", \"id\":\"f81d0594-be8f-40e1-a0d6-8c99353f3055\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:41.215920Z\", \"updated_at\":\"2025-10-30T16:24:56.468672Z\", \"type\":\"kapsule\", \"name\":\"tf-cluster-pool\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"data_scaleway_k8s_cluster\", \"basic\"], \"cluster_url\":\"https://f81d0594-be8f-40e1-a0d6-8c99353f3055.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.f81d0594-be8f-40e1-a0d6-8c99353f3055.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"28ed0f4c-4af6-4e05-a656-423bf86b40b4\", \"commitment_ends_at\":\"2025-10-30T16:18:41.215928Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"9133dff4-7a9a-4f48-bcc0-8a046b7067e6\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1634" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:25:00 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 4cb5df2f-2848-40a9-a943-ebe889314a7e + status: 200 OK + code: 200 + duration: 87.459034ms +- id: 114 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/f81d0594-be8f-40e1-a0d6-8c99353f3055 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1634 + body: "{\"region\":\"fr-par\", \"id\":\"f81d0594-be8f-40e1-a0d6-8c99353f3055\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:41.215920Z\", \"updated_at\":\"2025-10-30T16:24:56.468672Z\", \"type\":\"kapsule\", \"name\":\"tf-cluster-pool\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"data_scaleway_k8s_cluster\", \"basic\"], \"cluster_url\":\"https://f81d0594-be8f-40e1-a0d6-8c99353f3055.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.f81d0594-be8f-40e1-a0d6-8c99353f3055.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"28ed0f4c-4af6-4e05-a656-423bf86b40b4\", \"commitment_ends_at\":\"2025-10-30T16:18:41.215928Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"9133dff4-7a9a-4f48-bcc0-8a046b7067e6\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1634" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:25:00 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - b3a42910-7071-4664-9a6a-448d28ab1077 + status: 200 OK + code: 200 + duration: 29.179875ms +- id: 115 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/f81d0594-be8f-40e1-a0d6-8c99353f3055/kubeconfig + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1658 + body: "{\"name\":\"kubeconfig\", \"content_type\":\"application/octet-stream\", \"content\":\"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogInRmLWNsdXN0ZXItcG9vbCIKICBjbHVzdGVyOgogICAgY2VydGlmaWNhdGUtYXV0aG9yaXR5LWRhdGE6IExTMHRMUzFDUlVkSlRpQkRSVkpVU1VaSlEwRlVSUzB0TFMwdENrMUpTVUpYYWtORFFWRkhaMEYzU1VKQlowbENRVVJCUzBKblozRm9hMnBQVUZGUlJFRnFRVlpOVWsxM1JWRlpSRlpSVVVSRmQzQnlaRmRLYkdOdE5Xd0taRWRXZWsxQ05GaEVWRWt4VFZSQmVVOVVSVEpOVkdjd1RWWnZXRVJVVFRGTlZFRjVUMVJGTWsxVVp6Qk5WbTkzUmxSRlZFMUNSVWRCTVZWRlFYaE5Td3BoTTFacFdsaEtkVnBZVW14amVrSmFUVUpOUjBKNWNVZFRUVFE1UVdkRlIwTkRjVWRUVFRRNVFYZEZTRUV3U1VGQ1NVNXBXbUZRZG01QlJGbHFVemw2Q2sxWVEwVnBiR1pVY0RaS1ZqUnhTR2hJU0VOdGVERjVMMFpHYUhRMFIyTlZhV05OV1UxQlpHUlVabGxHWVRac2NFbzJiVEp4VEZGbFluQlJOMjQ1UWtVS05sWkdiVEk0Y1dwUmFrSkJUVUUwUjBFeFZXUkVkMFZDTDNkUlJVRjNTVU53UkVGUVFtZE9Wa2hTVFVKQlpqaEZRbFJCUkVGUlNDOU5RakJIUVRGVlpBcEVaMUZYUWtKVVMyVkRiak5LVnpKalp6SkNUVEpKTDBkMVlWRndOMVJqUTNwVVFVdENaMmR4YUd0cVQxQlJVVVJCWjA1SVFVUkNSVUZwUW5wNGEzVnJDblV4Y2tFMFFreFpiemxVUkRoWGNFUjBjMVpsVGxCa05tZFJhbWxMVkM5Tk1uQXhkRnAzU1dkVFNXMXVSbGRHYml0emRGUlRNVGRMVFhWaGFUVlpNbTBLV1hZMlZEWlNObGcxVTNvNFRXMURNVmRPWXowS0xTMHRMUzFGVGtRZ1EwVlNWRWxHU1VOQlZFVXRMUzB0TFFvPQogICAgc2VydmVyOiBodHRwczovL2Y4MWQwNTk0LWJlOGYtNDBlMS1hMGQ2LThjOTkzNTNmMzA1NS5hcGkuazhzLmZyLXBhci5zY3cuY2xvdWQ6NjQ0Mwpjb250ZXh0czoKLSBuYW1lOiBhZG1pbkB0Zi1jbHVzdGVyLXBvb2wKICBjb250ZXh0OgogICAgY2x1c3RlcjogInRmLWNsdXN0ZXItcG9vbCIKICAgIHVzZXI6IHRmLWNsdXN0ZXItcG9vbC1hZG1pbgpjdXJyZW50LWNvbnRleHQ6IGFkbWluQHRmLWNsdXN0ZXItcG9vbApraW5kOiBDb25maWcKcHJlZmVyZW5jZXM6IHt9CnVzZXJzOgotIG5hbWU6IHRmLWNsdXN0ZXItcG9vbC1hZG1pbgogIHVzZXI6CiAgICB0b2tlbjogN3BETGtYR1ZWZXZ5UWhROUlVbnV6bHZ4TGFqdTNVNEU3dExTOVJWSEhTNThTWXVNMVlUdGlCejY=\"}" + headers: + Content-Length: + - "1658" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:25:00 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 56b990a7-b153-4e2b-9541-d470f4bd3f76 + status: 200 OK + code: 200 + duration: 88.051277ms +- id: 116 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + form: + name: + - tf-pool + order_by: + - created_at_asc + status: + - unknown + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/f81d0594-be8f-40e1-a0d6-8c99353f3055/pools?name=tf-pool&order_by=created_at_asc&status=unknown + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 783 + body: "{\"total_count\":1, \"pools\":[{\"region\":\"fr-par\", \"id\":\"ed10ae0c-6203-42e9-acdc-0a3381bc3ae7\", \"cluster_id\":\"f81d0594-be8f-40e1-a0d6-8c99353f3055\", \"created_at\":\"2025-10-30T16:18:46.692174Z\", \"updated_at\":\"2025-10-30T16:24:03.761826Z\", \"name\":\"tf-pool\", \"status\":\"ready\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[\"terraform-test\", \"data_scaleway_k8s_pool\", \"basic\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}]}" + headers: + Content-Length: + - "783" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:25:00 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 46eeeacc-ded7-447a-a5af-0476bb9a8023 + status: 200 OK + code: 200 + duration: 95.471002ms +- id: 117 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/ed10ae0c-6203-42e9-acdc-0a3381bc3ae7 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 754 + body: "{\"region\":\"fr-par\", \"id\":\"ed10ae0c-6203-42e9-acdc-0a3381bc3ae7\", \"cluster_id\":\"f81d0594-be8f-40e1-a0d6-8c99353f3055\", \"created_at\":\"2025-10-30T16:18:46.692174Z\", \"updated_at\":\"2025-10-30T16:24:03.761826Z\", \"name\":\"tf-pool\", \"status\":\"ready\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[\"terraform-test\", \"data_scaleway_k8s_pool\", \"basic\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "754" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:25:00 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - bb424bea-590b-41a7-874f-727c86d7ae93 + status: 200 OK + code: 200 + duration: 19.425237ms +- id: 118 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + form: + order_by: + - created_at_asc + page: + - "1" + pool_id: + - ed10ae0c-6203-42e9-acdc-0a3381bc3ae7 + status: + - unknown + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/f81d0594-be8f-40e1-a0d6-8c99353f3055/nodes?order_by=created_at_asc&page=1&pool_id=ed10ae0c-6203-42e9-acdc-0a3381bc3ae7&status=unknown + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 649 + body: "{\"total_count\":1, \"nodes\":[{\"region\":\"fr-par\", \"id\":\"484a8212-0083-479f-9e1b-eeaabea357a8\", \"cluster_id\":\"f81d0594-be8f-40e1-a0d6-8c99353f3055\", \"created_at\":\"2025-10-30T16:22:17.922768Z\", \"updated_at\":\"2025-10-30T16:24:58.184772Z\", \"pool_id\":\"ed10ae0c-6203-42e9-acdc-0a3381bc3ae7\", \"status\":\"ready\", \"conditions\":{\"DiskPressure\":\"False\", \"MemoryPressure\":\"False\", \"NetworkUnavailable\":\"False\", \"PIDPressure\":\"False\", \"Ready\":\"True\"}, \"name\":\"scw-tf-cluster-pool-tf-pool-484a82120083479f9e\", \"public_ip_v4\":\"51.15.230.164\", \"public_ip_v6\":null, \"provider_id\":\"scaleway://instance/fr-par-1/5edb9a82-efcc-4293-98e4-3009c814813b\", \"error_message\":\"\"}]}" + headers: + Content-Length: + - "649" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:25:00 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - ad8b10f7-ef20-44e4-82d4-577848e04ea2 + status: 200 OK + code: 200 + duration: 25.074901ms +- id: 119 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/f81d0594-be8f-40e1-a0d6-8c99353f3055 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1634 + body: "{\"region\":\"fr-par\", \"id\":\"f81d0594-be8f-40e1-a0d6-8c99353f3055\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:41.215920Z\", \"updated_at\":\"2025-10-30T16:24:56.468672Z\", \"type\":\"kapsule\", \"name\":\"tf-cluster-pool\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"data_scaleway_k8s_cluster\", \"basic\"], \"cluster_url\":\"https://f81d0594-be8f-40e1-a0d6-8c99353f3055.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.f81d0594-be8f-40e1-a0d6-8c99353f3055.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"28ed0f4c-4af6-4e05-a656-423bf86b40b4\", \"commitment_ends_at\":\"2025-10-30T16:18:41.215928Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"9133dff4-7a9a-4f48-bcc0-8a046b7067e6\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1634" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:25:00 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - e5619d16-d7e4-4a1f-bcc5-d694fc070521 + status: 200 OK + code: 200 + duration: 26.274623ms +- id: 120 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + form: + order_by: + - created_at_desc + project_id: + - 105bdce1-64c0-48ab-899d-868455867ecf + resource_name: + - scw-tf-cluster-pool-tf-pool-484a82120083479f9e + resource_type: + - unknown_type + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/ipam/v1/regions/fr-par/ips?order_by=created_at_desc&project_id=105bdce1-64c0-48ab-899d-868455867ecf&resource_name=scw-tf-cluster-pool-tf-pool-484a82120083479f9e&resource_type=unknown_type + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1123 + body: "{\"total_count\":2, \"ips\":[{\"id\":\"fd701627-2304-4588-a2b9-cb6814399727\", \"address\":\"fd5f:519c:6d46:2576:2854:c3eb:4592:7809/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":true, \"created_at\":\"2025-10-30T16:22:21.162635Z\", \"updated_at\":\"2025-10-30T16:22:21.162635Z\", \"source\":{\"subnet_id\":\"28394509-5e6b-4a35-abde-680e3d38cb46\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"27adfd84-c338-4356-82b0-000a0cef4837\", \"mac_address\":\"02:00:00:1F:1E:83\", \"name\":\"scw-tf-cluster-pool-tf-pool-484a82120083479f9e\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}, {\"id\":\"95d38f4a-5570-4b6f-bc45-4eb2d49ff948\", \"address\":\"172.18.100.3/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":false, \"created_at\":\"2025-10-30T16:22:21.040168Z\", \"updated_at\":\"2025-10-30T16:22:21.040168Z\", \"source\":{\"subnet_id\":\"69efb21f-5546-48f5-83df-aef63957de90\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"27adfd84-c338-4356-82b0-000a0cef4837\", \"mac_address\":\"02:00:00:1F:1E:83\", \"name\":\"scw-tf-cluster-pool-tf-pool-484a82120083479f9e\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}]}" + headers: + Content-Length: + - "1123" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:25:00 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 0420f7aa-e662-47d5-a18a-f8405d41cb23 + status: 200 OK + code: 200 + duration: 51.606406ms +- id: 121 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/ed10ae0c-6203-42e9-acdc-0a3381bc3ae7 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 754 + body: "{\"region\":\"fr-par\", \"id\":\"ed10ae0c-6203-42e9-acdc-0a3381bc3ae7\", \"cluster_id\":\"f81d0594-be8f-40e1-a0d6-8c99353f3055\", \"created_at\":\"2025-10-30T16:18:46.692174Z\", \"updated_at\":\"2025-10-30T16:24:03.761826Z\", \"name\":\"tf-pool\", \"status\":\"ready\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[\"terraform-test\", \"data_scaleway_k8s_pool\", \"basic\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "754" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:25:00 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - df2eb229-35b4-4967-912d-641396b12c4f + status: 200 OK + code: 200 + duration: 20.059197ms +- id: 122 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/ed10ae0c-6203-42e9-acdc-0a3381bc3ae7 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 754 + body: "{\"region\":\"fr-par\", \"id\":\"ed10ae0c-6203-42e9-acdc-0a3381bc3ae7\", \"cluster_id\":\"f81d0594-be8f-40e1-a0d6-8c99353f3055\", \"created_at\":\"2025-10-30T16:18:46.692174Z\", \"updated_at\":\"2025-10-30T16:24:03.761826Z\", \"name\":\"tf-pool\", \"status\":\"ready\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[\"terraform-test\", \"data_scaleway_k8s_pool\", \"basic\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "754" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:25:00 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 5656d7e1-56fc-48e9-ae57-14f5f89105bf + status: 200 OK + code: 200 + duration: 36.409885ms +- id: 123 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/ed10ae0c-6203-42e9-acdc-0a3381bc3ae7 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 754 + body: "{\"region\":\"fr-par\", \"id\":\"ed10ae0c-6203-42e9-acdc-0a3381bc3ae7\", \"cluster_id\":\"f81d0594-be8f-40e1-a0d6-8c99353f3055\", \"created_at\":\"2025-10-30T16:18:46.692174Z\", \"updated_at\":\"2025-10-30T16:24:03.761826Z\", \"name\":\"tf-pool\", \"status\":\"ready\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[\"terraform-test\", \"data_scaleway_k8s_pool\", \"basic\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "754" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:25:00 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 5f985cc5-e9c5-4c4c-888c-36879c39a247 + status: 200 OK + code: 200 + duration: 21.571135ms +- id: 124 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + form: + name: + - tf-pool + order_by: + - created_at_asc + status: + - unknown + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/f81d0594-be8f-40e1-a0d6-8c99353f3055/pools?name=tf-pool&order_by=created_at_asc&status=unknown + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 783 + body: "{\"total_count\":1, \"pools\":[{\"region\":\"fr-par\", \"id\":\"ed10ae0c-6203-42e9-acdc-0a3381bc3ae7\", \"cluster_id\":\"f81d0594-be8f-40e1-a0d6-8c99353f3055\", \"created_at\":\"2025-10-30T16:18:46.692174Z\", \"updated_at\":\"2025-10-30T16:24:03.761826Z\", \"name\":\"tf-pool\", \"status\":\"ready\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[\"terraform-test\", \"data_scaleway_k8s_pool\", \"basic\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}]}" + headers: + Content-Length: + - "783" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:25:00 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 8c27d4cf-8ac2-42b5-ba99-3db20888d98d + status: 200 OK + code: 200 + duration: 24.801278ms +- id: 125 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + form: + order_by: + - created_at_asc + page: + - "1" + pool_id: + - ed10ae0c-6203-42e9-acdc-0a3381bc3ae7 + status: + - unknown + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/f81d0594-be8f-40e1-a0d6-8c99353f3055/nodes?order_by=created_at_asc&page=1&pool_id=ed10ae0c-6203-42e9-acdc-0a3381bc3ae7&status=unknown + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 649 + body: "{\"total_count\":1, \"nodes\":[{\"region\":\"fr-par\", \"id\":\"484a8212-0083-479f-9e1b-eeaabea357a8\", \"cluster_id\":\"f81d0594-be8f-40e1-a0d6-8c99353f3055\", \"created_at\":\"2025-10-30T16:22:17.922768Z\", \"updated_at\":\"2025-10-30T16:24:58.184772Z\", \"pool_id\":\"ed10ae0c-6203-42e9-acdc-0a3381bc3ae7\", \"status\":\"ready\", \"conditions\":{\"DiskPressure\":\"False\", \"MemoryPressure\":\"False\", \"NetworkUnavailable\":\"False\", \"PIDPressure\":\"False\", \"Ready\":\"True\"}, \"name\":\"scw-tf-cluster-pool-tf-pool-484a82120083479f9e\", \"public_ip_v4\":\"51.15.230.164\", \"public_ip_v6\":null, \"provider_id\":\"scaleway://instance/fr-par-1/5edb9a82-efcc-4293-98e4-3009c814813b\", \"error_message\":\"\"}]}" + headers: + Content-Length: + - "649" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:25:00 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 88758ed4-6b27-4c38-8616-ca0cecde682c + status: 200 OK + code: 200 + duration: 24.471629ms +- id: 126 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/ed10ae0c-6203-42e9-acdc-0a3381bc3ae7 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 754 + body: "{\"region\":\"fr-par\", \"id\":\"ed10ae0c-6203-42e9-acdc-0a3381bc3ae7\", \"cluster_id\":\"f81d0594-be8f-40e1-a0d6-8c99353f3055\", \"created_at\":\"2025-10-30T16:18:46.692174Z\", \"updated_at\":\"2025-10-30T16:24:03.761826Z\", \"name\":\"tf-pool\", \"status\":\"ready\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[\"terraform-test\", \"data_scaleway_k8s_pool\", \"basic\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "754" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:25:00 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - c6996c4b-e60b-4ba8-850d-de2acfd271c2 + status: 200 OK + code: 200 + duration: 23.952795ms +- id: 127 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/f81d0594-be8f-40e1-a0d6-8c99353f3055 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1634 + body: "{\"region\":\"fr-par\", \"id\":\"f81d0594-be8f-40e1-a0d6-8c99353f3055\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:41.215920Z\", \"updated_at\":\"2025-10-30T16:24:56.468672Z\", \"type\":\"kapsule\", \"name\":\"tf-cluster-pool\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"data_scaleway_k8s_cluster\", \"basic\"], \"cluster_url\":\"https://f81d0594-be8f-40e1-a0d6-8c99353f3055.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.f81d0594-be8f-40e1-a0d6-8c99353f3055.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"28ed0f4c-4af6-4e05-a656-423bf86b40b4\", \"commitment_ends_at\":\"2025-10-30T16:18:41.215928Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"9133dff4-7a9a-4f48-bcc0-8a046b7067e6\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1634" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:25:00 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - e2c872d7-f6df-477c-8854-938a6c557f82 + status: 200 OK + code: 200 + duration: 18.03549ms +- id: 128 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + form: + order_by: + - created_at_asc + page: + - "1" + pool_id: + - ed10ae0c-6203-42e9-acdc-0a3381bc3ae7 + status: + - unknown + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/f81d0594-be8f-40e1-a0d6-8c99353f3055/nodes?order_by=created_at_asc&page=1&pool_id=ed10ae0c-6203-42e9-acdc-0a3381bc3ae7&status=unknown + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 649 + body: "{\"total_count\":1, \"nodes\":[{\"region\":\"fr-par\", \"id\":\"484a8212-0083-479f-9e1b-eeaabea357a8\", \"cluster_id\":\"f81d0594-be8f-40e1-a0d6-8c99353f3055\", \"created_at\":\"2025-10-30T16:22:17.922768Z\", \"updated_at\":\"2025-10-30T16:24:58.184772Z\", \"pool_id\":\"ed10ae0c-6203-42e9-acdc-0a3381bc3ae7\", \"status\":\"ready\", \"conditions\":{\"DiskPressure\":\"False\", \"MemoryPressure\":\"False\", \"NetworkUnavailable\":\"False\", \"PIDPressure\":\"False\", \"Ready\":\"True\"}, \"name\":\"scw-tf-cluster-pool-tf-pool-484a82120083479f9e\", \"public_ip_v4\":\"51.15.230.164\", \"public_ip_v6\":null, \"provider_id\":\"scaleway://instance/fr-par-1/5edb9a82-efcc-4293-98e4-3009c814813b\", \"error_message\":\"\"}]}" + headers: + Content-Length: + - "649" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:25:00 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - b47565b3-43f0-47ea-aa9c-c3490d4c1108 + status: 200 OK + code: 200 + duration: 28.522422ms +- id: 129 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/f81d0594-be8f-40e1-a0d6-8c99353f3055 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1634 + body: "{\"region\":\"fr-par\", \"id\":\"f81d0594-be8f-40e1-a0d6-8c99353f3055\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:41.215920Z\", \"updated_at\":\"2025-10-30T16:24:56.468672Z\", \"type\":\"kapsule\", \"name\":\"tf-cluster-pool\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"data_scaleway_k8s_cluster\", \"basic\"], \"cluster_url\":\"https://f81d0594-be8f-40e1-a0d6-8c99353f3055.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.f81d0594-be8f-40e1-a0d6-8c99353f3055.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"28ed0f4c-4af6-4e05-a656-423bf86b40b4\", \"commitment_ends_at\":\"2025-10-30T16:18:41.215928Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"9133dff4-7a9a-4f48-bcc0-8a046b7067e6\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1634" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:25:00 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 84335fbd-a4ce-4bae-8c33-6385e756fea9 + status: 200 OK + code: 200 + duration: 18.088319ms +- id: 130 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + form: + order_by: + - created_at_desc + project_id: + - 105bdce1-64c0-48ab-899d-868455867ecf + resource_name: + - scw-tf-cluster-pool-tf-pool-484a82120083479f9e + resource_type: + - unknown_type + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/ipam/v1/regions/fr-par/ips?order_by=created_at_desc&project_id=105bdce1-64c0-48ab-899d-868455867ecf&resource_name=scw-tf-cluster-pool-tf-pool-484a82120083479f9e&resource_type=unknown_type + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1123 + body: "{\"total_count\":2, \"ips\":[{\"id\":\"fd701627-2304-4588-a2b9-cb6814399727\", \"address\":\"fd5f:519c:6d46:2576:2854:c3eb:4592:7809/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":true, \"created_at\":\"2025-10-30T16:22:21.162635Z\", \"updated_at\":\"2025-10-30T16:22:21.162635Z\", \"source\":{\"subnet_id\":\"28394509-5e6b-4a35-abde-680e3d38cb46\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"27adfd84-c338-4356-82b0-000a0cef4837\", \"mac_address\":\"02:00:00:1F:1E:83\", \"name\":\"scw-tf-cluster-pool-tf-pool-484a82120083479f9e\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}, {\"id\":\"95d38f4a-5570-4b6f-bc45-4eb2d49ff948\", \"address\":\"172.18.100.3/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":false, \"created_at\":\"2025-10-30T16:22:21.040168Z\", \"updated_at\":\"2025-10-30T16:22:21.040168Z\", \"source\":{\"subnet_id\":\"69efb21f-5546-48f5-83df-aef63957de90\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"27adfd84-c338-4356-82b0-000a0cef4837\", \"mac_address\":\"02:00:00:1F:1E:83\", \"name\":\"scw-tf-cluster-pool-tf-pool-484a82120083479f9e\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}]}" + headers: + Content-Length: + - "1123" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:25:01 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - ea69ee32-101d-4574-b7b7-8a735a2a714e + status: 200 OK + code: 200 + duration: 69.370796ms +- id: 131 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + form: + order_by: + - created_at_desc + project_id: + - 105bdce1-64c0-48ab-899d-868455867ecf + resource_name: + - scw-tf-cluster-pool-tf-pool-484a82120083479f9e + resource_type: + - unknown_type + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/ipam/v1/regions/fr-par/ips?order_by=created_at_desc&project_id=105bdce1-64c0-48ab-899d-868455867ecf&resource_name=scw-tf-cluster-pool-tf-pool-484a82120083479f9e&resource_type=unknown_type + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1123 + body: "{\"total_count\":2, \"ips\":[{\"id\":\"fd701627-2304-4588-a2b9-cb6814399727\", \"address\":\"fd5f:519c:6d46:2576:2854:c3eb:4592:7809/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":true, \"created_at\":\"2025-10-30T16:22:21.162635Z\", \"updated_at\":\"2025-10-30T16:22:21.162635Z\", \"source\":{\"subnet_id\":\"28394509-5e6b-4a35-abde-680e3d38cb46\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"27adfd84-c338-4356-82b0-000a0cef4837\", \"mac_address\":\"02:00:00:1F:1E:83\", \"name\":\"scw-tf-cluster-pool-tf-pool-484a82120083479f9e\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}, {\"id\":\"95d38f4a-5570-4b6f-bc45-4eb2d49ff948\", \"address\":\"172.18.100.3/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":false, \"created_at\":\"2025-10-30T16:22:21.040168Z\", \"updated_at\":\"2025-10-30T16:22:21.040168Z\", \"source\":{\"subnet_id\":\"69efb21f-5546-48f5-83df-aef63957de90\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"27adfd84-c338-4356-82b0-000a0cef4837\", \"mac_address\":\"02:00:00:1F:1E:83\", \"name\":\"scw-tf-cluster-pool-tf-pool-484a82120083479f9e\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}]}" + headers: + Content-Length: + - "1123" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:25:01 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 44c7e6d7-bf90-4408-97a9-ff735fa471ca + status: 200 OK + code: 200 + duration: 40.031051ms +- id: 132 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/vpc/v2/regions/fr-par/vpcs/64ee6fb8-81c6-4519-9f5e-e4dc82ef1776 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 425 + body: "{\"id\":\"64ee6fb8-81c6-4519-9f5e-e4dc82ef1776\", \"name\":\"TestAccDataSourcePool_Basic\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:40.167534Z\", \"updated_at\":\"2025-10-30T16:18:40.167534Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_default\":false, \"private_network_count\":1, \"routing_enabled\":true, \"custom_routes_propagation_enabled\":true, \"region\":\"fr-par\"}" + headers: + Content-Length: + - "425" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:25:01 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - bbed5b25-8fbd-4008-a69a-d267a0c09d50 + status: 200 OK + code: 200 + duration: 30.661145ms +- id: 133 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks/28ed0f4c-4af6-4e05-a656-423bf86b40b4 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1092 + body: "{\"id\":\"28ed0f4c-4af6-4e05-a656-423bf86b40b4\", \"name\":\"test-data-source-pool\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:40.270823Z\", \"updated_at\":\"2025-10-30T16:18:40.270823Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"subnets\":[{\"id\":\"69efb21f-5546-48f5-83df-aef63957de90\", \"created_at\":\"2025-10-30T16:18:40.270823Z\", \"updated_at\":\"2025-10-30T16:18:40.270823Z\", \"subnet\":\"172.18.100.0/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"28ed0f4c-4af6-4e05-a656-423bf86b40b4\", \"vpc_id\":\"64ee6fb8-81c6-4519-9f5e-e4dc82ef1776\"}, {\"id\":\"28394509-5e6b-4a35-abde-680e3d38cb46\", \"created_at\":\"2025-10-30T16:18:40.270823Z\", \"updated_at\":\"2025-10-30T16:18:40.270823Z\", \"subnet\":\"fd5f:519c:6d46:2576::/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"28ed0f4c-4af6-4e05-a656-423bf86b40b4\", \"vpc_id\":\"64ee6fb8-81c6-4519-9f5e-e4dc82ef1776\"}], \"vpc_id\":\"64ee6fb8-81c6-4519-9f5e-e4dc82ef1776\", \"dhcp_enabled\":true, \"default_route_propagation_enabled\":false, \"region\":\"fr-par\"}" + headers: + Content-Length: + - "1092" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:25:01 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - dd44d97a-8be7-441c-b543-eb8f29a6b532 + status: 200 OK + code: 200 + duration: 23.714729ms +- id: 134 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/f81d0594-be8f-40e1-a0d6-8c99353f3055 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1634 + body: "{\"region\":\"fr-par\", \"id\":\"f81d0594-be8f-40e1-a0d6-8c99353f3055\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:41.215920Z\", \"updated_at\":\"2025-10-30T16:24:56.468672Z\", \"type\":\"kapsule\", \"name\":\"tf-cluster-pool\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"data_scaleway_k8s_cluster\", \"basic\"], \"cluster_url\":\"https://f81d0594-be8f-40e1-a0d6-8c99353f3055.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.f81d0594-be8f-40e1-a0d6-8c99353f3055.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"28ed0f4c-4af6-4e05-a656-423bf86b40b4\", \"commitment_ends_at\":\"2025-10-30T16:18:41.215928Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"9133dff4-7a9a-4f48-bcc0-8a046b7067e6\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1634" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:25:01 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - ac4e667e-36ed-45cb-ab9d-fc5d587a213a + status: 200 OK + code: 200 + duration: 26.471241ms +- id: 135 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/f81d0594-be8f-40e1-a0d6-8c99353f3055/kubeconfig + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1658 + body: "{\"name\":\"kubeconfig\", \"content_type\":\"application/octet-stream\", \"content\":\"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogInRmLWNsdXN0ZXItcG9vbCIKICBjbHVzdGVyOgogICAgY2VydGlmaWNhdGUtYXV0aG9yaXR5LWRhdGE6IExTMHRMUzFDUlVkSlRpQkRSVkpVU1VaSlEwRlVSUzB0TFMwdENrMUpTVUpYYWtORFFWRkhaMEYzU1VKQlowbENRVVJCUzBKblozRm9hMnBQVUZGUlJFRnFRVlpOVWsxM1JWRlpSRlpSVVVSRmQzQnlaRmRLYkdOdE5Xd0taRWRXZWsxQ05GaEVWRWt4VFZSQmVVOVVSVEpOVkdjd1RWWnZXRVJVVFRGTlZFRjVUMVJGTWsxVVp6Qk5WbTkzUmxSRlZFMUNSVWRCTVZWRlFYaE5Td3BoTTFacFdsaEtkVnBZVW14amVrSmFUVUpOUjBKNWNVZFRUVFE1UVdkRlIwTkRjVWRUVFRRNVFYZEZTRUV3U1VGQ1NVNXBXbUZRZG01QlJGbHFVemw2Q2sxWVEwVnBiR1pVY0RaS1ZqUnhTR2hJU0VOdGVERjVMMFpHYUhRMFIyTlZhV05OV1UxQlpHUlVabGxHWVRac2NFbzJiVEp4VEZGbFluQlJOMjQ1UWtVS05sWkdiVEk0Y1dwUmFrSkJUVUUwUjBFeFZXUkVkMFZDTDNkUlJVRjNTVU53UkVGUVFtZE9Wa2hTVFVKQlpqaEZRbFJCUkVGUlNDOU5RakJIUVRGVlpBcEVaMUZYUWtKVVMyVkRiak5LVnpKalp6SkNUVEpKTDBkMVlWRndOMVJqUTNwVVFVdENaMmR4YUd0cVQxQlJVVVJCWjA1SVFVUkNSVUZwUW5wNGEzVnJDblV4Y2tFMFFreFpiemxVUkRoWGNFUjBjMVpsVGxCa05tZFJhbWxMVkM5Tk1uQXhkRnAzU1dkVFNXMXVSbGRHYml0emRGUlRNVGRMVFhWaGFUVlpNbTBLV1hZMlZEWlNObGcxVTNvNFRXMURNVmRPWXowS0xTMHRMUzFGVGtRZ1EwVlNWRWxHU1VOQlZFVXRMUzB0TFFvPQogICAgc2VydmVyOiBodHRwczovL2Y4MWQwNTk0LWJlOGYtNDBlMS1hMGQ2LThjOTkzNTNmMzA1NS5hcGkuazhzLmZyLXBhci5zY3cuY2xvdWQ6NjQ0Mwpjb250ZXh0czoKLSBuYW1lOiBhZG1pbkB0Zi1jbHVzdGVyLXBvb2wKICBjb250ZXh0OgogICAgY2x1c3RlcjogInRmLWNsdXN0ZXItcG9vbCIKICAgIHVzZXI6IHRmLWNsdXN0ZXItcG9vbC1hZG1pbgpjdXJyZW50LWNvbnRleHQ6IGFkbWluQHRmLWNsdXN0ZXItcG9vbApraW5kOiBDb25maWcKcHJlZmVyZW5jZXM6IHt9CnVzZXJzOgotIG5hbWU6IHRmLWNsdXN0ZXItcG9vbC1hZG1pbgogIHVzZXI6CiAgICB0b2tlbjogN3BETGtYR1ZWZXZ5UWhROUlVbnV6bHZ4TGFqdTNVNEU3dExTOVJWSEhTNThTWXVNMVlUdGlCejY=\"}" + headers: + Content-Length: + - "1658" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:25:01 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 3d16ea54-1f60-4767-861f-e360337d53bd + status: 200 OK + code: 200 + duration: 89.189713ms +- id: 136 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/ed10ae0c-6203-42e9-acdc-0a3381bc3ae7 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 754 + body: "{\"region\":\"fr-par\", \"id\":\"ed10ae0c-6203-42e9-acdc-0a3381bc3ae7\", \"cluster_id\":\"f81d0594-be8f-40e1-a0d6-8c99353f3055\", \"created_at\":\"2025-10-30T16:18:46.692174Z\", \"updated_at\":\"2025-10-30T16:24:03.761826Z\", \"name\":\"tf-pool\", \"status\":\"ready\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[\"terraform-test\", \"data_scaleway_k8s_pool\", \"basic\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "754" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:25:01 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 38066d11-bfce-4cfd-a341-d5c151c10891 + status: 200 OK + code: 200 + duration: 17.32178ms +- id: 137 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + form: + order_by: + - created_at_asc + page: + - "1" + pool_id: + - ed10ae0c-6203-42e9-acdc-0a3381bc3ae7 + status: + - unknown + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/f81d0594-be8f-40e1-a0d6-8c99353f3055/nodes?order_by=created_at_asc&page=1&pool_id=ed10ae0c-6203-42e9-acdc-0a3381bc3ae7&status=unknown + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 649 + body: "{\"total_count\":1, \"nodes\":[{\"region\":\"fr-par\", \"id\":\"484a8212-0083-479f-9e1b-eeaabea357a8\", \"cluster_id\":\"f81d0594-be8f-40e1-a0d6-8c99353f3055\", \"created_at\":\"2025-10-30T16:22:17.922768Z\", \"updated_at\":\"2025-10-30T16:24:58.184772Z\", \"pool_id\":\"ed10ae0c-6203-42e9-acdc-0a3381bc3ae7\", \"status\":\"ready\", \"conditions\":{\"DiskPressure\":\"False\", \"MemoryPressure\":\"False\", \"NetworkUnavailable\":\"False\", \"PIDPressure\":\"False\", \"Ready\":\"True\"}, \"name\":\"scw-tf-cluster-pool-tf-pool-484a82120083479f9e\", \"public_ip_v4\":\"51.15.230.164\", \"public_ip_v6\":null, \"provider_id\":\"scaleway://instance/fr-par-1/5edb9a82-efcc-4293-98e4-3009c814813b\", \"error_message\":\"\"}]}" + headers: + Content-Length: + - "649" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:25:01 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 8fa72855-31fe-4c38-bea2-e56627b2063c + status: 200 OK + code: 200 + duration: 114.141132ms +- id: 138 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/f81d0594-be8f-40e1-a0d6-8c99353f3055 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1634 + body: "{\"region\":\"fr-par\", \"id\":\"f81d0594-be8f-40e1-a0d6-8c99353f3055\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:41.215920Z\", \"updated_at\":\"2025-10-30T16:24:56.468672Z\", \"type\":\"kapsule\", \"name\":\"tf-cluster-pool\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"data_scaleway_k8s_cluster\", \"basic\"], \"cluster_url\":\"https://f81d0594-be8f-40e1-a0d6-8c99353f3055.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.f81d0594-be8f-40e1-a0d6-8c99353f3055.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"28ed0f4c-4af6-4e05-a656-423bf86b40b4\", \"commitment_ends_at\":\"2025-10-30T16:18:41.215928Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"9133dff4-7a9a-4f48-bcc0-8a046b7067e6\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1634" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:25:01 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 58502de2-3378-4e4e-a4db-c6154e252a5e + status: 200 OK + code: 200 + duration: 22.702879ms +- id: 139 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + form: + order_by: + - created_at_desc + project_id: + - 105bdce1-64c0-48ab-899d-868455867ecf + resource_name: + - scw-tf-cluster-pool-tf-pool-484a82120083479f9e + resource_type: + - unknown_type + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/ipam/v1/regions/fr-par/ips?order_by=created_at_desc&project_id=105bdce1-64c0-48ab-899d-868455867ecf&resource_name=scw-tf-cluster-pool-tf-pool-484a82120083479f9e&resource_type=unknown_type + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1123 + body: "{\"total_count\":2, \"ips\":[{\"id\":\"fd701627-2304-4588-a2b9-cb6814399727\", \"address\":\"fd5f:519c:6d46:2576:2854:c3eb:4592:7809/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":true, \"created_at\":\"2025-10-30T16:22:21.162635Z\", \"updated_at\":\"2025-10-30T16:22:21.162635Z\", \"source\":{\"subnet_id\":\"28394509-5e6b-4a35-abde-680e3d38cb46\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"27adfd84-c338-4356-82b0-000a0cef4837\", \"mac_address\":\"02:00:00:1F:1E:83\", \"name\":\"scw-tf-cluster-pool-tf-pool-484a82120083479f9e\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}, {\"id\":\"95d38f4a-5570-4b6f-bc45-4eb2d49ff948\", \"address\":\"172.18.100.3/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":false, \"created_at\":\"2025-10-30T16:22:21.040168Z\", \"updated_at\":\"2025-10-30T16:22:21.040168Z\", \"source\":{\"subnet_id\":\"69efb21f-5546-48f5-83df-aef63957de90\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"27adfd84-c338-4356-82b0-000a0cef4837\", \"mac_address\":\"02:00:00:1F:1E:83\", \"name\":\"scw-tf-cluster-pool-tf-pool-484a82120083479f9e\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}]}" + headers: + Content-Length: + - "1123" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:25:01 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - c81a4080-e4ef-47e3-9266-ed55a48755e8 + status: 200 OK + code: 200 + duration: 32.66162ms +- id: 140 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/ed10ae0c-6203-42e9-acdc-0a3381bc3ae7 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 754 + body: "{\"region\":\"fr-par\", \"id\":\"ed10ae0c-6203-42e9-acdc-0a3381bc3ae7\", \"cluster_id\":\"f81d0594-be8f-40e1-a0d6-8c99353f3055\", \"created_at\":\"2025-10-30T16:18:46.692174Z\", \"updated_at\":\"2025-10-30T16:24:03.761826Z\", \"name\":\"tf-pool\", \"status\":\"ready\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[\"terraform-test\", \"data_scaleway_k8s_pool\", \"basic\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "754" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:25:01 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - df81d1cc-b87e-4e9a-9959-eff8c6eda879 + status: 200 OK + code: 200 + duration: 23.897021ms +- id: 141 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + form: + name: + - tf-pool + order_by: + - created_at_asc + status: + - unknown + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/f81d0594-be8f-40e1-a0d6-8c99353f3055/pools?name=tf-pool&order_by=created_at_asc&status=unknown + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 783 + body: "{\"total_count\":1, \"pools\":[{\"region\":\"fr-par\", \"id\":\"ed10ae0c-6203-42e9-acdc-0a3381bc3ae7\", \"cluster_id\":\"f81d0594-be8f-40e1-a0d6-8c99353f3055\", \"created_at\":\"2025-10-30T16:18:46.692174Z\", \"updated_at\":\"2025-10-30T16:24:03.761826Z\", \"name\":\"tf-pool\", \"status\":\"ready\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[\"terraform-test\", \"data_scaleway_k8s_pool\", \"basic\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}]}" + headers: + Content-Length: + - "783" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:25:01 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - f55dc3d8-346d-4de4-837e-8ab7bad2f5e0 + status: 200 OK + code: 200 + duration: 27.11499ms +- id: 142 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + form: + order_by: + - created_at_asc + page: + - "1" + pool_id: + - ed10ae0c-6203-42e9-acdc-0a3381bc3ae7 + status: + - unknown + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/f81d0594-be8f-40e1-a0d6-8c99353f3055/nodes?order_by=created_at_asc&page=1&pool_id=ed10ae0c-6203-42e9-acdc-0a3381bc3ae7&status=unknown + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 649 + body: "{\"total_count\":1, \"nodes\":[{\"region\":\"fr-par\", \"id\":\"484a8212-0083-479f-9e1b-eeaabea357a8\", \"cluster_id\":\"f81d0594-be8f-40e1-a0d6-8c99353f3055\", \"created_at\":\"2025-10-30T16:22:17.922768Z\", \"updated_at\":\"2025-10-30T16:24:58.184772Z\", \"pool_id\":\"ed10ae0c-6203-42e9-acdc-0a3381bc3ae7\", \"status\":\"ready\", \"conditions\":{\"DiskPressure\":\"False\", \"MemoryPressure\":\"False\", \"NetworkUnavailable\":\"False\", \"PIDPressure\":\"False\", \"Ready\":\"True\"}, \"name\":\"scw-tf-cluster-pool-tf-pool-484a82120083479f9e\", \"public_ip_v4\":\"51.15.230.164\", \"public_ip_v6\":null, \"provider_id\":\"scaleway://instance/fr-par-1/5edb9a82-efcc-4293-98e4-3009c814813b\", \"error_message\":\"\"}]}" + headers: + Content-Length: + - "649" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:25:01 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - b2c28338-7fa5-4c1d-93ae-657fe090459c + status: 200 OK + code: 200 + duration: 31.405843ms +- id: 143 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/ed10ae0c-6203-42e9-acdc-0a3381bc3ae7 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 754 + body: "{\"region\":\"fr-par\", \"id\":\"ed10ae0c-6203-42e9-acdc-0a3381bc3ae7\", \"cluster_id\":\"f81d0594-be8f-40e1-a0d6-8c99353f3055\", \"created_at\":\"2025-10-30T16:18:46.692174Z\", \"updated_at\":\"2025-10-30T16:24:03.761826Z\", \"name\":\"tf-pool\", \"status\":\"ready\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[\"terraform-test\", \"data_scaleway_k8s_pool\", \"basic\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "754" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:25:01 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 8c696d0a-86ca-4e09-a74a-4159d5044a19 + status: 200 OK + code: 200 + duration: 92.696114ms +- id: 144 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/f81d0594-be8f-40e1-a0d6-8c99353f3055 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1634 + body: "{\"region\":\"fr-par\", \"id\":\"f81d0594-be8f-40e1-a0d6-8c99353f3055\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:41.215920Z\", \"updated_at\":\"2025-10-30T16:24:56.468672Z\", \"type\":\"kapsule\", \"name\":\"tf-cluster-pool\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"data_scaleway_k8s_cluster\", \"basic\"], \"cluster_url\":\"https://f81d0594-be8f-40e1-a0d6-8c99353f3055.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.f81d0594-be8f-40e1-a0d6-8c99353f3055.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"28ed0f4c-4af6-4e05-a656-423bf86b40b4\", \"commitment_ends_at\":\"2025-10-30T16:18:41.215928Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"9133dff4-7a9a-4f48-bcc0-8a046b7067e6\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1634" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:25:01 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 5fedd786-10d8-4722-9212-9ad32df695f9 + status: 200 OK + code: 200 + duration: 65.382181ms +- id: 145 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + form: + order_by: + - created_at_asc + page: + - "1" + pool_id: + - ed10ae0c-6203-42e9-acdc-0a3381bc3ae7 + status: + - unknown + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/f81d0594-be8f-40e1-a0d6-8c99353f3055/nodes?order_by=created_at_asc&page=1&pool_id=ed10ae0c-6203-42e9-acdc-0a3381bc3ae7&status=unknown + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 649 + body: "{\"total_count\":1, \"nodes\":[{\"region\":\"fr-par\", \"id\":\"484a8212-0083-479f-9e1b-eeaabea357a8\", \"cluster_id\":\"f81d0594-be8f-40e1-a0d6-8c99353f3055\", \"created_at\":\"2025-10-30T16:22:17.922768Z\", \"updated_at\":\"2025-10-30T16:24:58.184772Z\", \"pool_id\":\"ed10ae0c-6203-42e9-acdc-0a3381bc3ae7\", \"status\":\"ready\", \"conditions\":{\"DiskPressure\":\"False\", \"MemoryPressure\":\"False\", \"NetworkUnavailable\":\"False\", \"PIDPressure\":\"False\", \"Ready\":\"True\"}, \"name\":\"scw-tf-cluster-pool-tf-pool-484a82120083479f9e\", \"public_ip_v4\":\"51.15.230.164\", \"public_ip_v6\":null, \"provider_id\":\"scaleway://instance/fr-par-1/5edb9a82-efcc-4293-98e4-3009c814813b\", \"error_message\":\"\"}]}" + headers: + Content-Length: + - "649" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:25:01 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - ec21db60-e52e-46c5-83a0-a2d6b02901c2 + status: 200 OK + code: 200 + duration: 27.950398ms +- id: 146 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + form: + order_by: + - created_at_desc + project_id: + - 105bdce1-64c0-48ab-899d-868455867ecf + resource_name: + - scw-tf-cluster-pool-tf-pool-484a82120083479f9e + resource_type: + - unknown_type + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/ipam/v1/regions/fr-par/ips?order_by=created_at_desc&project_id=105bdce1-64c0-48ab-899d-868455867ecf&resource_name=scw-tf-cluster-pool-tf-pool-484a82120083479f9e&resource_type=unknown_type + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1123 + body: "{\"total_count\":2, \"ips\":[{\"id\":\"fd701627-2304-4588-a2b9-cb6814399727\", \"address\":\"fd5f:519c:6d46:2576:2854:c3eb:4592:7809/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":true, \"created_at\":\"2025-10-30T16:22:21.162635Z\", \"updated_at\":\"2025-10-30T16:22:21.162635Z\", \"source\":{\"subnet_id\":\"28394509-5e6b-4a35-abde-680e3d38cb46\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"27adfd84-c338-4356-82b0-000a0cef4837\", \"mac_address\":\"02:00:00:1F:1E:83\", \"name\":\"scw-tf-cluster-pool-tf-pool-484a82120083479f9e\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}, {\"id\":\"95d38f4a-5570-4b6f-bc45-4eb2d49ff948\", \"address\":\"172.18.100.3/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":false, \"created_at\":\"2025-10-30T16:22:21.040168Z\", \"updated_at\":\"2025-10-30T16:22:21.040168Z\", \"source\":{\"subnet_id\":\"69efb21f-5546-48f5-83df-aef63957de90\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"27adfd84-c338-4356-82b0-000a0cef4837\", \"mac_address\":\"02:00:00:1F:1E:83\", \"name\":\"scw-tf-cluster-pool-tf-pool-484a82120083479f9e\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}]}" + headers: + Content-Length: + - "1123" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:25:01 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - c63d7976-9629-4711-938b-1a4e90b7d136 + status: 200 OK + code: 200 + duration: 26.457015ms +- id: 147 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/f81d0594-be8f-40e1-a0d6-8c99353f3055 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1634 + body: "{\"region\":\"fr-par\", \"id\":\"f81d0594-be8f-40e1-a0d6-8c99353f3055\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:41.215920Z\", \"updated_at\":\"2025-10-30T16:24:56.468672Z\", \"type\":\"kapsule\", \"name\":\"tf-cluster-pool\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"data_scaleway_k8s_cluster\", \"basic\"], \"cluster_url\":\"https://f81d0594-be8f-40e1-a0d6-8c99353f3055.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.f81d0594-be8f-40e1-a0d6-8c99353f3055.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"28ed0f4c-4af6-4e05-a656-423bf86b40b4\", \"commitment_ends_at\":\"2025-10-30T16:18:41.215928Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"9133dff4-7a9a-4f48-bcc0-8a046b7067e6\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1634" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:25:01 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 455f4639-68aa-4493-9b1f-d6c32853be01 + status: 200 OK + code: 200 + duration: 18.322017ms +- id: 148 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + form: + order_by: + - created_at_desc + project_id: + - 105bdce1-64c0-48ab-899d-868455867ecf + resource_name: + - scw-tf-cluster-pool-tf-pool-484a82120083479f9e + resource_type: + - unknown_type + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/ipam/v1/regions/fr-par/ips?order_by=created_at_desc&project_id=105bdce1-64c0-48ab-899d-868455867ecf&resource_name=scw-tf-cluster-pool-tf-pool-484a82120083479f9e&resource_type=unknown_type + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1123 + body: "{\"total_count\":2, \"ips\":[{\"id\":\"fd701627-2304-4588-a2b9-cb6814399727\", \"address\":\"fd5f:519c:6d46:2576:2854:c3eb:4592:7809/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":true, \"created_at\":\"2025-10-30T16:22:21.162635Z\", \"updated_at\":\"2025-10-30T16:22:21.162635Z\", \"source\":{\"subnet_id\":\"28394509-5e6b-4a35-abde-680e3d38cb46\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"27adfd84-c338-4356-82b0-000a0cef4837\", \"mac_address\":\"02:00:00:1F:1E:83\", \"name\":\"scw-tf-cluster-pool-tf-pool-484a82120083479f9e\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}, {\"id\":\"95d38f4a-5570-4b6f-bc45-4eb2d49ff948\", \"address\":\"172.18.100.3/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":false, \"created_at\":\"2025-10-30T16:22:21.040168Z\", \"updated_at\":\"2025-10-30T16:22:21.040168Z\", \"source\":{\"subnet_id\":\"69efb21f-5546-48f5-83df-aef63957de90\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"27adfd84-c338-4356-82b0-000a0cef4837\", \"mac_address\":\"02:00:00:1F:1E:83\", \"name\":\"scw-tf-cluster-pool-tf-pool-484a82120083479f9e\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}]}" + headers: + Content-Length: + - "1123" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:25:01 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 5fdc74da-ed09-4df6-8b8e-9da00f37648f + status: 200 OK + code: 200 + duration: 35.465462ms +- id: 149 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/ed10ae0c-6203-42e9-acdc-0a3381bc3ae7 + method: DELETE + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 757 + body: "{\"region\":\"fr-par\", \"id\":\"ed10ae0c-6203-42e9-acdc-0a3381bc3ae7\", \"cluster_id\":\"f81d0594-be8f-40e1-a0d6-8c99353f3055\", \"created_at\":\"2025-10-30T16:18:46.692174Z\", \"updated_at\":\"2025-10-30T16:25:02.009866Z\", \"name\":\"tf-pool\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[\"terraform-test\", \"data_scaleway_k8s_pool\", \"basic\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "757" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:25:02 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - c2cff11e-8619-4e6a-be91-bee6b4c8d1f7 + status: 200 OK + code: 200 + duration: 57.641563ms +- id: 150 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/ed10ae0c-6203-42e9-acdc-0a3381bc3ae7 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 757 + body: "{\"region\":\"fr-par\", \"id\":\"ed10ae0c-6203-42e9-acdc-0a3381bc3ae7\", \"cluster_id\":\"f81d0594-be8f-40e1-a0d6-8c99353f3055\", \"created_at\":\"2025-10-30T16:18:46.692174Z\", \"updated_at\":\"2025-10-30T16:25:02.009866Z\", \"name\":\"tf-pool\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[\"terraform-test\", \"data_scaleway_k8s_pool\", \"basic\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "757" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:25:02 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - c46ef912-7be5-465e-8a51-7699046c1aee + status: 200 OK + code: 200 + duration: 20.724676ms +- id: 151 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/ed10ae0c-6203-42e9-acdc-0a3381bc3ae7 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 757 + body: "{\"region\":\"fr-par\", \"id\":\"ed10ae0c-6203-42e9-acdc-0a3381bc3ae7\", \"cluster_id\":\"f81d0594-be8f-40e1-a0d6-8c99353f3055\", \"created_at\":\"2025-10-30T16:18:46.692174Z\", \"updated_at\":\"2025-10-30T16:25:02.009866Z\", \"name\":\"tf-pool\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[\"terraform-test\", \"data_scaleway_k8s_pool\", \"basic\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "757" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:25:07 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 56f85113-7e79-4e21-a38d-620ad3b866f7 + status: 200 OK + code: 200 + duration: 92.061994ms +- id: 152 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/ed10ae0c-6203-42e9-acdc-0a3381bc3ae7 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 757 + body: "{\"region\":\"fr-par\", \"id\":\"ed10ae0c-6203-42e9-acdc-0a3381bc3ae7\", \"cluster_id\":\"f81d0594-be8f-40e1-a0d6-8c99353f3055\", \"created_at\":\"2025-10-30T16:18:46.692174Z\", \"updated_at\":\"2025-10-30T16:25:02.009866Z\", \"name\":\"tf-pool\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[\"terraform-test\", \"data_scaleway_k8s_pool\", \"basic\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "757" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:25:12 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 5f805a2c-3301-4cb1-b49f-e0d6c6897f23 + status: 200 OK + code: 200 + duration: 88.292088ms +- id: 153 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/ed10ae0c-6203-42e9-acdc-0a3381bc3ae7 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 757 + body: "{\"region\":\"fr-par\", \"id\":\"ed10ae0c-6203-42e9-acdc-0a3381bc3ae7\", \"cluster_id\":\"f81d0594-be8f-40e1-a0d6-8c99353f3055\", \"created_at\":\"2025-10-30T16:18:46.692174Z\", \"updated_at\":\"2025-10-30T16:25:02.009866Z\", \"name\":\"tf-pool\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[\"terraform-test\", \"data_scaleway_k8s_pool\", \"basic\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "757" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:25:17 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 0e5c0cc0-7ca9-4f5c-88eb-302c42a1395e + status: 200 OK + code: 200 + duration: 82.173044ms +- id: 154 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/ed10ae0c-6203-42e9-acdc-0a3381bc3ae7 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 757 + body: "{\"region\":\"fr-par\", \"id\":\"ed10ae0c-6203-42e9-acdc-0a3381bc3ae7\", \"cluster_id\":\"f81d0594-be8f-40e1-a0d6-8c99353f3055\", \"created_at\":\"2025-10-30T16:18:46.692174Z\", \"updated_at\":\"2025-10-30T16:25:02.009866Z\", \"name\":\"tf-pool\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[\"terraform-test\", \"data_scaleway_k8s_pool\", \"basic\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "757" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:25:22 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - c6bd7faf-b9ca-4f58-8905-c22358b42b74 + status: 200 OK + code: 200 + duration: 87.713612ms +- id: 155 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/ed10ae0c-6203-42e9-acdc-0a3381bc3ae7 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 757 + body: "{\"region\":\"fr-par\", \"id\":\"ed10ae0c-6203-42e9-acdc-0a3381bc3ae7\", \"cluster_id\":\"f81d0594-be8f-40e1-a0d6-8c99353f3055\", \"created_at\":\"2025-10-30T16:18:46.692174Z\", \"updated_at\":\"2025-10-30T16:25:02.009866Z\", \"name\":\"tf-pool\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[\"terraform-test\", \"data_scaleway_k8s_pool\", \"basic\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "757" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:25:27 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - c41f9712-3e52-4a1a-8376-6489081ce061 + status: 200 OK + code: 200 + duration: 79.185527ms +- id: 156 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/ed10ae0c-6203-42e9-acdc-0a3381bc3ae7 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 757 + body: "{\"region\":\"fr-par\", \"id\":\"ed10ae0c-6203-42e9-acdc-0a3381bc3ae7\", \"cluster_id\":\"f81d0594-be8f-40e1-a0d6-8c99353f3055\", \"created_at\":\"2025-10-30T16:18:46.692174Z\", \"updated_at\":\"2025-10-30T16:25:02.009866Z\", \"name\":\"tf-pool\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[\"terraform-test\", \"data_scaleway_k8s_pool\", \"basic\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "757" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:25:32 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - d74d8877-d5e7-4d45-8b09-0507a52734ba + status: 200 OK + code: 200 + duration: 99.725256ms +- id: 157 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/ed10ae0c-6203-42e9-acdc-0a3381bc3ae7 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 757 + body: "{\"region\":\"fr-par\", \"id\":\"ed10ae0c-6203-42e9-acdc-0a3381bc3ae7\", \"cluster_id\":\"f81d0594-be8f-40e1-a0d6-8c99353f3055\", \"created_at\":\"2025-10-30T16:18:46.692174Z\", \"updated_at\":\"2025-10-30T16:25:02.009866Z\", \"name\":\"tf-pool\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[\"terraform-test\", \"data_scaleway_k8s_pool\", \"basic\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "757" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:25:37 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - a5c5e8c9-9020-4cad-8ac2-04fe88e16f51 + status: 200 OK + code: 200 + duration: 87.68579ms +- id: 158 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/ed10ae0c-6203-42e9-acdc-0a3381bc3ae7 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 757 + body: "{\"region\":\"fr-par\", \"id\":\"ed10ae0c-6203-42e9-acdc-0a3381bc3ae7\", \"cluster_id\":\"f81d0594-be8f-40e1-a0d6-8c99353f3055\", \"created_at\":\"2025-10-30T16:18:46.692174Z\", \"updated_at\":\"2025-10-30T16:25:02.009866Z\", \"name\":\"tf-pool\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[\"terraform-test\", \"data_scaleway_k8s_pool\", \"basic\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "757" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:25:42 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - fa06340a-c1f9-4f00-ab6e-512a964de49a + status: 200 OK + code: 200 + duration: 87.530178ms +- id: 159 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/ed10ae0c-6203-42e9-acdc-0a3381bc3ae7 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 757 + body: "{\"region\":\"fr-par\", \"id\":\"ed10ae0c-6203-42e9-acdc-0a3381bc3ae7\", \"cluster_id\":\"f81d0594-be8f-40e1-a0d6-8c99353f3055\", \"created_at\":\"2025-10-30T16:18:46.692174Z\", \"updated_at\":\"2025-10-30T16:25:02.009866Z\", \"name\":\"tf-pool\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[\"terraform-test\", \"data_scaleway_k8s_pool\", \"basic\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "757" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:25:47 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - cf97d56b-519a-4c64-b966-9f6ca27d0f68 + status: 200 OK + code: 200 + duration: 95.75771ms +- id: 160 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/ed10ae0c-6203-42e9-acdc-0a3381bc3ae7 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 757 + body: "{\"region\":\"fr-par\", \"id\":\"ed10ae0c-6203-42e9-acdc-0a3381bc3ae7\", \"cluster_id\":\"f81d0594-be8f-40e1-a0d6-8c99353f3055\", \"created_at\":\"2025-10-30T16:18:46.692174Z\", \"updated_at\":\"2025-10-30T16:25:02.009866Z\", \"name\":\"tf-pool\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[\"terraform-test\", \"data_scaleway_k8s_pool\", \"basic\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "757" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:25:52 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 4576d6b9-2423-470d-a2c8-f24f956b30d1 + status: 200 OK + code: 200 + duration: 102.249984ms +- id: 161 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/ed10ae0c-6203-42e9-acdc-0a3381bc3ae7 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 757 + body: "{\"region\":\"fr-par\", \"id\":\"ed10ae0c-6203-42e9-acdc-0a3381bc3ae7\", \"cluster_id\":\"f81d0594-be8f-40e1-a0d6-8c99353f3055\", \"created_at\":\"2025-10-30T16:18:46.692174Z\", \"updated_at\":\"2025-10-30T16:25:02.009866Z\", \"name\":\"tf-pool\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[\"terraform-test\", \"data_scaleway_k8s_pool\", \"basic\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "757" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:25:58 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 9ee0935e-2fc2-4546-ad31-72ab516c608c + status: 200 OK + code: 200 + duration: 89.29979ms +- id: 162 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/ed10ae0c-6203-42e9-acdc-0a3381bc3ae7 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 757 + body: "{\"region\":\"fr-par\", \"id\":\"ed10ae0c-6203-42e9-acdc-0a3381bc3ae7\", \"cluster_id\":\"f81d0594-be8f-40e1-a0d6-8c99353f3055\", \"created_at\":\"2025-10-30T16:18:46.692174Z\", \"updated_at\":\"2025-10-30T16:25:02.009866Z\", \"name\":\"tf-pool\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[\"terraform-test\", \"data_scaleway_k8s_pool\", \"basic\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "757" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:26:03 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 4e571404-150e-4942-93c9-3d1f8a915ebc + status: 200 OK + code: 200 + duration: 83.556751ms +- id: 163 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/ed10ae0c-6203-42e9-acdc-0a3381bc3ae7 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 757 + body: "{\"region\":\"fr-par\", \"id\":\"ed10ae0c-6203-42e9-acdc-0a3381bc3ae7\", \"cluster_id\":\"f81d0594-be8f-40e1-a0d6-8c99353f3055\", \"created_at\":\"2025-10-30T16:18:46.692174Z\", \"updated_at\":\"2025-10-30T16:25:02.009866Z\", \"name\":\"tf-pool\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[\"terraform-test\", \"data_scaleway_k8s_pool\", \"basic\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "757" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:26:08 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 1274872b-effa-42cd-97d9-1e00f78a8c33 + status: 200 OK + code: 200 + duration: 84.725865ms +- id: 164 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/ed10ae0c-6203-42e9-acdc-0a3381bc3ae7 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 757 + body: "{\"region\":\"fr-par\", \"id\":\"ed10ae0c-6203-42e9-acdc-0a3381bc3ae7\", \"cluster_id\":\"f81d0594-be8f-40e1-a0d6-8c99353f3055\", \"created_at\":\"2025-10-30T16:18:46.692174Z\", \"updated_at\":\"2025-10-30T16:25:02.009866Z\", \"name\":\"tf-pool\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[\"terraform-test\", \"data_scaleway_k8s_pool\", \"basic\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "757" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:26:13 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - ded91090-d74e-4503-9d29-ac1316a527b7 + status: 200 OK + code: 200 + duration: 92.535682ms +- id: 165 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/ed10ae0c-6203-42e9-acdc-0a3381bc3ae7 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 757 + body: "{\"region\":\"fr-par\", \"id\":\"ed10ae0c-6203-42e9-acdc-0a3381bc3ae7\", \"cluster_id\":\"f81d0594-be8f-40e1-a0d6-8c99353f3055\", \"created_at\":\"2025-10-30T16:18:46.692174Z\", \"updated_at\":\"2025-10-30T16:25:02.009866Z\", \"name\":\"tf-pool\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[\"terraform-test\", \"data_scaleway_k8s_pool\", \"basic\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "757" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:26:18 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - ca8527e8-9d3e-43b3-925e-a347d9f96a81 + status: 200 OK + code: 200 + duration: 90.150035ms +- id: 166 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/ed10ae0c-6203-42e9-acdc-0a3381bc3ae7 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 757 + body: "{\"region\":\"fr-par\", \"id\":\"ed10ae0c-6203-42e9-acdc-0a3381bc3ae7\", \"cluster_id\":\"f81d0594-be8f-40e1-a0d6-8c99353f3055\", \"created_at\":\"2025-10-30T16:18:46.692174Z\", \"updated_at\":\"2025-10-30T16:25:02.009866Z\", \"name\":\"tf-pool\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[\"terraform-test\", \"data_scaleway_k8s_pool\", \"basic\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "757" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:26:23 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - ad811287-933d-46bf-bdb6-1967db70f547 + status: 200 OK + code: 200 + duration: 93.169222ms +- id: 167 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/ed10ae0c-6203-42e9-acdc-0a3381bc3ae7 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 757 + body: "{\"region\":\"fr-par\", \"id\":\"ed10ae0c-6203-42e9-acdc-0a3381bc3ae7\", \"cluster_id\":\"f81d0594-be8f-40e1-a0d6-8c99353f3055\", \"created_at\":\"2025-10-30T16:18:46.692174Z\", \"updated_at\":\"2025-10-30T16:25:02.009866Z\", \"name\":\"tf-pool\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[\"terraform-test\", \"data_scaleway_k8s_pool\", \"basic\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "757" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:26:28 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 25af6642-fbf7-4177-b1ab-c49dd313a91f + status: 200 OK + code: 200 + duration: 92.172912ms +- id: 168 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/ed10ae0c-6203-42e9-acdc-0a3381bc3ae7 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 757 + body: "{\"region\":\"fr-par\", \"id\":\"ed10ae0c-6203-42e9-acdc-0a3381bc3ae7\", \"cluster_id\":\"f81d0594-be8f-40e1-a0d6-8c99353f3055\", \"created_at\":\"2025-10-30T16:18:46.692174Z\", \"updated_at\":\"2025-10-30T16:25:02.009866Z\", \"name\":\"tf-pool\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[\"terraform-test\", \"data_scaleway_k8s_pool\", \"basic\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "757" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:26:33 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - afb8179e-32e1-4d5c-87ef-dff1d9fb2bc4 + status: 200 OK + code: 200 + duration: 79.955051ms +- id: 169 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/ed10ae0c-6203-42e9-acdc-0a3381bc3ae7 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 757 + body: "{\"region\":\"fr-par\", \"id\":\"ed10ae0c-6203-42e9-acdc-0a3381bc3ae7\", \"cluster_id\":\"f81d0594-be8f-40e1-a0d6-8c99353f3055\", \"created_at\":\"2025-10-30T16:18:46.692174Z\", \"updated_at\":\"2025-10-30T16:25:02.009866Z\", \"name\":\"tf-pool\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[\"terraform-test\", \"data_scaleway_k8s_pool\", \"basic\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "757" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:26:38 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - d88bf954-3acc-4376-85e4-fb9f3e3b8dab + status: 200 OK + code: 200 + duration: 84.964053ms +- id: 170 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/ed10ae0c-6203-42e9-acdc-0a3381bc3ae7 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 757 + body: "{\"region\":\"fr-par\", \"id\":\"ed10ae0c-6203-42e9-acdc-0a3381bc3ae7\", \"cluster_id\":\"f81d0594-be8f-40e1-a0d6-8c99353f3055\", \"created_at\":\"2025-10-30T16:18:46.692174Z\", \"updated_at\":\"2025-10-30T16:25:02.009866Z\", \"name\":\"tf-pool\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[\"terraform-test\", \"data_scaleway_k8s_pool\", \"basic\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "757" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:26:43 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 98444f15-7b32-44bb-b595-ee81155f9828 + status: 200 OK + code: 200 + duration: 87.563862ms +- id: 171 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/ed10ae0c-6203-42e9-acdc-0a3381bc3ae7 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 757 + body: "{\"region\":\"fr-par\", \"id\":\"ed10ae0c-6203-42e9-acdc-0a3381bc3ae7\", \"cluster_id\":\"f81d0594-be8f-40e1-a0d6-8c99353f3055\", \"created_at\":\"2025-10-30T16:18:46.692174Z\", \"updated_at\":\"2025-10-30T16:25:02.009866Z\", \"name\":\"tf-pool\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[\"terraform-test\", \"data_scaleway_k8s_pool\", \"basic\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "757" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:26:48 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - b1afc8c7-3e3a-49c0-9b88-98903a960c01 + status: 200 OK + code: 200 + duration: 86.307394ms +- id: 172 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/ed10ae0c-6203-42e9-acdc-0a3381bc3ae7 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 757 + body: "{\"region\":\"fr-par\", \"id\":\"ed10ae0c-6203-42e9-acdc-0a3381bc3ae7\", \"cluster_id\":\"f81d0594-be8f-40e1-a0d6-8c99353f3055\", \"created_at\":\"2025-10-30T16:18:46.692174Z\", \"updated_at\":\"2025-10-30T16:25:02.009866Z\", \"name\":\"tf-pool\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[\"terraform-test\", \"data_scaleway_k8s_pool\", \"basic\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "757" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:26:54 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 390ab677-88d9-4488-9622-a1653ba008b3 + status: 200 OK + code: 200 + duration: 96.38106ms +- id: 173 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/ed10ae0c-6203-42e9-acdc-0a3381bc3ae7 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 757 + body: "{\"region\":\"fr-par\", \"id\":\"ed10ae0c-6203-42e9-acdc-0a3381bc3ae7\", \"cluster_id\":\"f81d0594-be8f-40e1-a0d6-8c99353f3055\", \"created_at\":\"2025-10-30T16:18:46.692174Z\", \"updated_at\":\"2025-10-30T16:25:02.009866Z\", \"name\":\"tf-pool\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[\"terraform-test\", \"data_scaleway_k8s_pool\", \"basic\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "757" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:26:59 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - c4f27271-412b-43c6-a1f5-0a3005e8a87e + status: 200 OK + code: 200 + duration: 106.262175ms +- id: 174 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/ed10ae0c-6203-42e9-acdc-0a3381bc3ae7 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 757 + body: "{\"region\":\"fr-par\", \"id\":\"ed10ae0c-6203-42e9-acdc-0a3381bc3ae7\", \"cluster_id\":\"f81d0594-be8f-40e1-a0d6-8c99353f3055\", \"created_at\":\"2025-10-30T16:18:46.692174Z\", \"updated_at\":\"2025-10-30T16:25:02.009866Z\", \"name\":\"tf-pool\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[\"terraform-test\", \"data_scaleway_k8s_pool\", \"basic\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "757" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:27:04 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 54a65963-7531-43f4-8b88-3c73f71872ce + status: 200 OK + code: 200 + duration: 79.569498ms +- id: 175 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/ed10ae0c-6203-42e9-acdc-0a3381bc3ae7 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 757 + body: "{\"region\":\"fr-par\", \"id\":\"ed10ae0c-6203-42e9-acdc-0a3381bc3ae7\", \"cluster_id\":\"f81d0594-be8f-40e1-a0d6-8c99353f3055\", \"created_at\":\"2025-10-30T16:18:46.692174Z\", \"updated_at\":\"2025-10-30T16:25:02.009866Z\", \"name\":\"tf-pool\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[\"terraform-test\", \"data_scaleway_k8s_pool\", \"basic\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "757" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:27:09 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - ef529ea3-4361-4e87-b6b4-5447d9014fb9 + status: 200 OK + code: 200 + duration: 96.652359ms +- id: 176 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/ed10ae0c-6203-42e9-acdc-0a3381bc3ae7 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 757 + body: "{\"region\":\"fr-par\", \"id\":\"ed10ae0c-6203-42e9-acdc-0a3381bc3ae7\", \"cluster_id\":\"f81d0594-be8f-40e1-a0d6-8c99353f3055\", \"created_at\":\"2025-10-30T16:18:46.692174Z\", \"updated_at\":\"2025-10-30T16:25:02.009866Z\", \"name\":\"tf-pool\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[\"terraform-test\", \"data_scaleway_k8s_pool\", \"basic\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "757" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:27:14 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 12d7a030-730f-4321-b88d-df6c5bddb9a9 + status: 200 OK + code: 200 + duration: 92.997169ms +- id: 177 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/ed10ae0c-6203-42e9-acdc-0a3381bc3ae7 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 757 + body: "{\"region\":\"fr-par\", \"id\":\"ed10ae0c-6203-42e9-acdc-0a3381bc3ae7\", \"cluster_id\":\"f81d0594-be8f-40e1-a0d6-8c99353f3055\", \"created_at\":\"2025-10-30T16:18:46.692174Z\", \"updated_at\":\"2025-10-30T16:25:02.009866Z\", \"name\":\"tf-pool\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[\"terraform-test\", \"data_scaleway_k8s_pool\", \"basic\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "757" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:27:19 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 4244e044-dc5f-470c-93f5-f20976b08e03 + status: 200 OK + code: 200 + duration: 79.422181ms +- id: 178 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/ed10ae0c-6203-42e9-acdc-0a3381bc3ae7 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 757 + body: "{\"region\":\"fr-par\", \"id\":\"ed10ae0c-6203-42e9-acdc-0a3381bc3ae7\", \"cluster_id\":\"f81d0594-be8f-40e1-a0d6-8c99353f3055\", \"created_at\":\"2025-10-30T16:18:46.692174Z\", \"updated_at\":\"2025-10-30T16:25:02.009866Z\", \"name\":\"tf-pool\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[\"terraform-test\", \"data_scaleway_k8s_pool\", \"basic\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "757" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:27:24 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 20893132-9508-4d9d-b59e-22f9da2feb10 + status: 200 OK + code: 200 + duration: 80.602105ms +- id: 179 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/ed10ae0c-6203-42e9-acdc-0a3381bc3ae7 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 757 + body: "{\"region\":\"fr-par\", \"id\":\"ed10ae0c-6203-42e9-acdc-0a3381bc3ae7\", \"cluster_id\":\"f81d0594-be8f-40e1-a0d6-8c99353f3055\", \"created_at\":\"2025-10-30T16:18:46.692174Z\", \"updated_at\":\"2025-10-30T16:25:02.009866Z\", \"name\":\"tf-pool\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[\"terraform-test\", \"data_scaleway_k8s_pool\", \"basic\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "757" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:27:29 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 4c30f1c4-2514-45a6-9c5d-9b14e3ad141b + status: 200 OK + code: 200 + duration: 83.480588ms +- id: 180 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/ed10ae0c-6203-42e9-acdc-0a3381bc3ae7 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 125 + body: "{\"message\":\"resource is not found\",\"resource\":\"pool\",\"resource_id\":\"ed10ae0c-6203-42e9-acdc-0a3381bc3ae7\",\"type\":\"not_found\"}" + headers: + Content-Length: + - "125" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:27:34 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - d8d4b847-3409-4966-8ac0-f127a9e17343 + status: 404 Not Found + code: 404 + duration: 32.021118ms +- id: 181 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + form: + with_additional_resources: + - "false" + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/f81d0594-be8f-40e1-a0d6-8c99353f3055?with_additional_resources=false + method: DELETE + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1638 + body: "{\"region\":\"fr-par\", \"id\":\"f81d0594-be8f-40e1-a0d6-8c99353f3055\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:41.215920Z\", \"updated_at\":\"2025-10-30T16:27:34.797181Z\", \"type\":\"kapsule\", \"name\":\"tf-cluster-pool\", \"description\":\"\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"data_scaleway_k8s_cluster\", \"basic\"], \"cluster_url\":\"https://f81d0594-be8f-40e1-a0d6-8c99353f3055.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.f81d0594-be8f-40e1-a0d6-8c99353f3055.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"28ed0f4c-4af6-4e05-a656-423bf86b40b4\", \"commitment_ends_at\":\"2025-10-30T16:18:41.215928Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"9133dff4-7a9a-4f48-bcc0-8a046b7067e6\", \"new_images_enabled\":false, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1638" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:27:34 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 54559a9e-0c62-457c-956d-74f50aa6de2e + status: 200 OK + code: 200 + duration: 149.651248ms +- id: 182 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/f81d0594-be8f-40e1-a0d6-8c99353f3055 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1637 + body: "{\"region\":\"fr-par\", \"id\":\"f81d0594-be8f-40e1-a0d6-8c99353f3055\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:41.215920Z\", \"updated_at\":\"2025-10-30T16:27:34.797181Z\", \"type\":\"kapsule\", \"name\":\"tf-cluster-pool\", \"description\":\"\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"data_scaleway_k8s_cluster\", \"basic\"], \"cluster_url\":\"https://f81d0594-be8f-40e1-a0d6-8c99353f3055.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.f81d0594-be8f-40e1-a0d6-8c99353f3055.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"28ed0f4c-4af6-4e05-a656-423bf86b40b4\", \"commitment_ends_at\":\"2025-10-30T16:18:41.215928Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"9133dff4-7a9a-4f48-bcc0-8a046b7067e6\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1637" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:27:34 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - b19d2490-58a6-47e2-9b5d-80bf968809ae + status: 200 OK + code: 200 + duration: 85.289002ms +- id: 183 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/f81d0594-be8f-40e1-a0d6-8c99353f3055 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1637 + body: "{\"region\":\"fr-par\", \"id\":\"f81d0594-be8f-40e1-a0d6-8c99353f3055\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:41.215920Z\", \"updated_at\":\"2025-10-30T16:27:34.797181Z\", \"type\":\"kapsule\", \"name\":\"tf-cluster-pool\", \"description\":\"\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"data_scaleway_k8s_cluster\", \"basic\"], \"cluster_url\":\"https://f81d0594-be8f-40e1-a0d6-8c99353f3055.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.f81d0594-be8f-40e1-a0d6-8c99353f3055.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"28ed0f4c-4af6-4e05-a656-423bf86b40b4\", \"commitment_ends_at\":\"2025-10-30T16:18:41.215928Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"9133dff4-7a9a-4f48-bcc0-8a046b7067e6\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1637" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:27:40 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - b8af7a37-a47e-4417-88c2-1a3a014e7edd + status: 200 OK + code: 200 + duration: 183.83268ms +- id: 184 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/f81d0594-be8f-40e1-a0d6-8c99353f3055 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1637 + body: "{\"region\":\"fr-par\", \"id\":\"f81d0594-be8f-40e1-a0d6-8c99353f3055\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:41.215920Z\", \"updated_at\":\"2025-10-30T16:27:34.797181Z\", \"type\":\"kapsule\", \"name\":\"tf-cluster-pool\", \"description\":\"\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"data_scaleway_k8s_cluster\", \"basic\"], \"cluster_url\":\"https://f81d0594-be8f-40e1-a0d6-8c99353f3055.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.f81d0594-be8f-40e1-a0d6-8c99353f3055.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"28ed0f4c-4af6-4e05-a656-423bf86b40b4\", \"commitment_ends_at\":\"2025-10-30T16:18:41.215928Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"9133dff4-7a9a-4f48-bcc0-8a046b7067e6\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1637" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:27:45 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 7501c1c2-7163-4d44-af7b-38723f487638 + status: 200 OK + code: 200 + duration: 127.807301ms +- id: 185 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/f81d0594-be8f-40e1-a0d6-8c99353f3055 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 128 + body: "{\"message\":\"resource is not found\",\"resource\":\"cluster\",\"resource_id\":\"f81d0594-be8f-40e1-a0d6-8c99353f3055\",\"type\":\"not_found\"}" + headers: + Content-Length: + - "128" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:27:50 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 721e38ec-216d-45b5-b2d1-669f196cb444 + status: 404 Not Found + code: 404 + duration: 34.400845ms +- id: 186 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks/28ed0f4c-4af6-4e05-a656-423bf86b40b4 + method: DELETE + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 0 + body: "" + headers: + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:27:51 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 043ef4de-47e0-40d6-bd4f-3d072fa00aa9 + status: 204 No Content + code: 204 + duration: 1.196589984s +- id: 187 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/vpc/v2/regions/fr-par/vpcs/64ee6fb8-81c6-4519-9f5e-e4dc82ef1776 + method: DELETE + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 0 + body: "" + headers: + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:27:51 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - a83035e9-72d3-4b7d-a4ab-d26712785d6e + status: 204 No Content + code: 204 + duration: 182.840629ms +- id: 188 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/ed10ae0c-6203-42e9-acdc-0a3381bc3ae7 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 125 + body: "{\"message\":\"resource is not found\",\"resource\":\"pool\",\"resource_id\":\"ed10ae0c-6203-42e9-acdc-0a3381bc3ae7\",\"type\":\"not_found\"}" + headers: + Content-Length: + - "125" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:27:51 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 00cf4b2e-4053-45a2-9b35-f75339d86878 + status: 404 Not Found + code: 404 + duration: 98.452057ms +- id: 189 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/f81d0594-be8f-40e1-a0d6-8c99353f3055 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 128 + body: "{\"message\":\"resource is not found\",\"resource\":\"cluster\",\"resource_id\":\"f81d0594-be8f-40e1-a0d6-8c99353f3055\",\"type\":\"not_found\"}" + headers: + Content-Length: + - "128" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:27:51 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - dad6138f-0ab7-43ca-b624-bbe05127d41a + status: 404 Not Found + code: 404 + duration: 25.88961ms +- id: 190 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks/28ed0f4c-4af6-4e05-a656-423bf86b40b4 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 136 + body: "{\"message\":\"resource is not found\",\"resource\":\"private_network\",\"resource_id\":\"28ed0f4c-4af6-4e05-a656-423bf86b40b4\",\"type\":\"not_found\"}" + headers: + Content-Length: + - "136" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:27:51 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - a63dbc0f-03c1-4db6-9645-7fafe4a59cdf + status: 404 Not Found + code: 404 + duration: 26.392704ms diff --git a/internal/services/k8s/testdata/data-source-version-basic.cassette.yaml b/internal/services/k8s/testdata/data-source-version-basic.cassette.yaml index 4a314bfad9..c39eed4a9d 100644 --- a/internal/services/k8s/testdata/data-source-version-basic.cassette.yaml +++ b/internal/services/k8s/testdata/data-source-version-basic.cassette.yaml @@ -1,297 +1,131 @@ --- version: 2 interactions: - - id: 0 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/versions/1.32.2 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 876 - uncompressed: false - body: '{"available_admission_plugins":["AlwaysPullImages","PodNodeSelector","PodTolerationRestriction"],"available_cnis":["cilium","calico","kilo","none"],"available_container_runtimes":["containerd"],"available_feature_gates":["HPAScaleToZero","InPlacePodVerticalScaling","SidecarContainers","DRAAdminAccess","DRAResourceClaimDeviceStatus","DynamicResourceAllocation"],"available_kubelet_args":{"containerLogMaxFiles":"uint16","containerLogMaxSize":"quantity","cpuCFSQuota":"bool","cpuCFSQuotaPeriod":"duration","cpuManagerPolicy":"enum:none|static","enableDebuggingHandlers":"bool","imageGCHighThresholdPercent":"uint32","imageGCLowThresholdPercent":"uint32","maxParallelImagePulls":"int32","maxPods":"uint16","registryBurst":"int32","registryPullQPS":"int32","serializeImagePulls":"bool"},"label":"Kubernetes 1.32.2","name":"1.32.2","region":"fr-par"}' - headers: - Content-Length: - - "876" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Wed, 21 May 2025 22:29:42 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 0f69dadb-2d15-4110-b163-a45eb10f1146 - status: 200 OK - code: 200 - duration: 179.984251ms - - id: 1 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/versions/1.32.2 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 876 - uncompressed: false - body: '{"available_admission_plugins":["AlwaysPullImages","PodNodeSelector","PodTolerationRestriction"],"available_cnis":["cilium","calico","kilo","none"],"available_container_runtimes":["containerd"],"available_feature_gates":["HPAScaleToZero","InPlacePodVerticalScaling","SidecarContainers","DRAAdminAccess","DRAResourceClaimDeviceStatus","DynamicResourceAllocation"],"available_kubelet_args":{"containerLogMaxFiles":"uint16","containerLogMaxSize":"quantity","cpuCFSQuota":"bool","cpuCFSQuotaPeriod":"duration","cpuManagerPolicy":"enum:none|static","enableDebuggingHandlers":"bool","imageGCHighThresholdPercent":"uint32","imageGCLowThresholdPercent":"uint32","maxParallelImagePulls":"int32","maxPods":"uint16","registryBurst":"int32","registryPullQPS":"int32","serializeImagePulls":"bool"},"label":"Kubernetes 1.32.2","name":"1.32.2","region":"fr-par"}' - headers: - Content-Length: - - "876" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Wed, 21 May 2025 22:29:42 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - cfb4e75a-d415-453a-aaf6-bdf037d87e4e - status: 200 OK - code: 200 - duration: 24.829347ms - - id: 2 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/versions/1.32.2 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 876 - uncompressed: false - body: '{"available_admission_plugins":["AlwaysPullImages","PodNodeSelector","PodTolerationRestriction"],"available_cnis":["cilium","calico","kilo","none"],"available_container_runtimes":["containerd"],"available_feature_gates":["HPAScaleToZero","InPlacePodVerticalScaling","SidecarContainers","DRAAdminAccess","DRAResourceClaimDeviceStatus","DynamicResourceAllocation"],"available_kubelet_args":{"containerLogMaxFiles":"uint16","containerLogMaxSize":"quantity","cpuCFSQuota":"bool","cpuCFSQuotaPeriod":"duration","cpuManagerPolicy":"enum:none|static","enableDebuggingHandlers":"bool","imageGCHighThresholdPercent":"uint32","imageGCLowThresholdPercent":"uint32","maxParallelImagePulls":"int32","maxPods":"uint16","registryBurst":"int32","registryPullQPS":"int32","serializeImagePulls":"bool"},"label":"Kubernetes 1.32.2","name":"1.32.2","region":"fr-par"}' - headers: - Content-Length: - - "876" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Wed, 21 May 2025 22:29:43 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 979bfa5f-cae3-4cc8-9cba-c5b6a9e12a57 - status: 200 OK - code: 200 - duration: 26.830328ms - - id: 3 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/versions/1.32.2 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 876 - uncompressed: false - body: '{"available_admission_plugins":["AlwaysPullImages","PodNodeSelector","PodTolerationRestriction"],"available_cnis":["cilium","calico","kilo","none"],"available_container_runtimes":["containerd"],"available_feature_gates":["HPAScaleToZero","InPlacePodVerticalScaling","SidecarContainers","DRAAdminAccess","DRAResourceClaimDeviceStatus","DynamicResourceAllocation"],"available_kubelet_args":{"containerLogMaxFiles":"uint16","containerLogMaxSize":"quantity","cpuCFSQuota":"bool","cpuCFSQuotaPeriod":"duration","cpuManagerPolicy":"enum:none|static","enableDebuggingHandlers":"bool","imageGCHighThresholdPercent":"uint32","imageGCLowThresholdPercent":"uint32","maxParallelImagePulls":"int32","maxPods":"uint16","registryBurst":"int32","registryPullQPS":"int32","serializeImagePulls":"bool"},"label":"Kubernetes 1.32.2","name":"1.32.2","region":"fr-par"}' - headers: - Content-Length: - - "876" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Wed, 21 May 2025 22:29:44 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 7c51118b-921f-4fb3-816b-c975a54f92bc - status: 200 OK - code: 200 - duration: 23.449209ms - - id: 4 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/versions/1.32.2 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 876 - uncompressed: false - body: '{"available_admission_plugins":["AlwaysPullImages","PodNodeSelector","PodTolerationRestriction"],"available_cnis":["cilium","calico","kilo","none"],"available_container_runtimes":["containerd"],"available_feature_gates":["HPAScaleToZero","InPlacePodVerticalScaling","SidecarContainers","DRAAdminAccess","DRAResourceClaimDeviceStatus","DynamicResourceAllocation"],"available_kubelet_args":{"containerLogMaxFiles":"uint16","containerLogMaxSize":"quantity","cpuCFSQuota":"bool","cpuCFSQuotaPeriod":"duration","cpuManagerPolicy":"enum:none|static","enableDebuggingHandlers":"bool","imageGCHighThresholdPercent":"uint32","imageGCLowThresholdPercent":"uint32","maxParallelImagePulls":"int32","maxPods":"uint16","registryBurst":"int32","registryPullQPS":"int32","serializeImagePulls":"bool"},"label":"Kubernetes 1.32.2","name":"1.32.2","region":"fr-par"}' - headers: - Content-Length: - - "876" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Wed, 21 May 2025 22:29:44 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 2ebc5dbc-496e-4ff9-8a11-8c97586c1e2e - status: 200 OK - code: 200 - duration: 22.141164ms - - id: 5 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/versions/1.32.2 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 876 - uncompressed: false - body: '{"available_admission_plugins":["AlwaysPullImages","PodNodeSelector","PodTolerationRestriction"],"available_cnis":["cilium","calico","kilo","none"],"available_container_runtimes":["containerd"],"available_feature_gates":["HPAScaleToZero","InPlacePodVerticalScaling","SidecarContainers","DRAAdminAccess","DRAResourceClaimDeviceStatus","DynamicResourceAllocation"],"available_kubelet_args":{"containerLogMaxFiles":"uint16","containerLogMaxSize":"quantity","cpuCFSQuota":"bool","cpuCFSQuotaPeriod":"duration","cpuManagerPolicy":"enum:none|static","enableDebuggingHandlers":"bool","imageGCHighThresholdPercent":"uint32","imageGCLowThresholdPercent":"uint32","maxParallelImagePulls":"int32","maxPods":"uint16","registryBurst":"int32","registryPullQPS":"int32","serializeImagePulls":"bool"},"label":"Kubernetes 1.32.2","name":"1.32.2","region":"fr-par"}' - headers: - Content-Length: - - "876" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Wed, 21 May 2025 22:29:45 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 48f82d19-20ac-45a2-9c3b-fea16ad68d5b - status: 200 OK - code: 200 - duration: 20.038605ms +- id: 0 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/versions/1.32.2 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1192 + body: "{\"region\":\"fr-par\", \"name\":\"1.32.2\", \"label\":\"Kubernetes 1.32.2\", \"available_cnis\":[\"cilium\", \"calico\", \"kilo\", \"none\"], \"available_container_runtimes\":[\"containerd\"], \"available_feature_gates\":[\"HPAScaleToZero\", \"InPlacePodVerticalScaling\", \"SidecarContainers\", \"DRAAdminAccess\", \"DRAResourceClaimDeviceStatus\", \"DynamicResourceAllocation\", \"PodLevelResources\", \"CPUManagerPolicyAlphaOptions\", \"ImageVolume\"], \"available_admission_plugins\":[\"AlwaysPullImages\", \"PodNodeSelector\", \"PodTolerationRestriction\"], \"available_kubelet_args\":{\"containerLogMaxFiles\":\"uint16\", \"containerLogMaxSize\":\"quantity\", \"cpuCFSQuota\":\"bool\", \"cpuCFSQuotaPeriod\":\"duration\", \"cpuManagerPolicy\":\"enum:none|static\", \"cpuManagerPolicyOptions\":\"map[string]string\", \"enableDebuggingHandlers\":\"bool\", \"evictionHard\":\"map[string]string\", \"evictionMinimumReclaim\":\"map[string]string\", \"imageGCHighThresholdPercent\":\"uint32\", \"imageGCLowThresholdPercent\":\"uint32\", \"maxParallelImagePulls\":\"int32\", \"maxPods\":\"uint16\", \"registryBurst\":\"int32\", \"registryPullQPS\":\"int32\", \"serializeImagePulls\":\"bool\"}, \"deprecated_at\":\"2026-03-24T00:00:00Z\", \"end_of_life_at\":\"2025-05-24T00:00:00Z\", \"released_at\":\"2025-03-24T00:00:00Z\"}" + headers: + Content-Length: + - "1192" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:18:59 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - ab6e62a9-a67c-4744-b849-645da3197d65 + status: 200 OK + code: 200 + duration: 77.705649ms +- id: 1 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/versions/1.32.2 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1192 + body: "{\"region\":\"fr-par\", \"name\":\"1.32.2\", \"label\":\"Kubernetes 1.32.2\", \"available_cnis\":[\"cilium\", \"calico\", \"kilo\", \"none\"], \"available_container_runtimes\":[\"containerd\"], \"available_feature_gates\":[\"HPAScaleToZero\", \"InPlacePodVerticalScaling\", \"SidecarContainers\", \"DRAAdminAccess\", \"DRAResourceClaimDeviceStatus\", \"DynamicResourceAllocation\", \"PodLevelResources\", \"CPUManagerPolicyAlphaOptions\", \"ImageVolume\"], \"available_admission_plugins\":[\"AlwaysPullImages\", \"PodNodeSelector\", \"PodTolerationRestriction\"], \"available_kubelet_args\":{\"containerLogMaxFiles\":\"uint16\", \"containerLogMaxSize\":\"quantity\", \"cpuCFSQuota\":\"bool\", \"cpuCFSQuotaPeriod\":\"duration\", \"cpuManagerPolicy\":\"enum:none|static\", \"cpuManagerPolicyOptions\":\"map[string]string\", \"enableDebuggingHandlers\":\"bool\", \"evictionHard\":\"map[string]string\", \"evictionMinimumReclaim\":\"map[string]string\", \"imageGCHighThresholdPercent\":\"uint32\", \"imageGCLowThresholdPercent\":\"uint32\", \"maxParallelImagePulls\":\"int32\", \"maxPods\":\"uint16\", \"registryBurst\":\"int32\", \"registryPullQPS\":\"int32\", \"serializeImagePulls\":\"bool\"}, \"deprecated_at\":\"2026-03-24T00:00:00Z\", \"end_of_life_at\":\"2025-05-24T00:00:00Z\", \"released_at\":\"2025-03-24T00:00:00Z\"}" + headers: + Content-Length: + - "1192" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:18:59 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 2193bae3-5a2c-4c5f-a26b-aa66de89fb9e + status: 200 OK + code: 200 + duration: 20.99848ms +- id: 2 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/versions/1.32.2 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1192 + body: "{\"region\":\"fr-par\", \"name\":\"1.32.2\", \"label\":\"Kubernetes 1.32.2\", \"available_cnis\":[\"cilium\", \"calico\", \"kilo\", \"none\"], \"available_container_runtimes\":[\"containerd\"], \"available_feature_gates\":[\"HPAScaleToZero\", \"InPlacePodVerticalScaling\", \"SidecarContainers\", \"DRAAdminAccess\", \"DRAResourceClaimDeviceStatus\", \"DynamicResourceAllocation\", \"PodLevelResources\", \"CPUManagerPolicyAlphaOptions\", \"ImageVolume\"], \"available_admission_plugins\":[\"AlwaysPullImages\", \"PodNodeSelector\", \"PodTolerationRestriction\"], \"available_kubelet_args\":{\"containerLogMaxFiles\":\"uint16\", \"containerLogMaxSize\":\"quantity\", \"cpuCFSQuota\":\"bool\", \"cpuCFSQuotaPeriod\":\"duration\", \"cpuManagerPolicy\":\"enum:none|static\", \"cpuManagerPolicyOptions\":\"map[string]string\", \"enableDebuggingHandlers\":\"bool\", \"evictionHard\":\"map[string]string\", \"evictionMinimumReclaim\":\"map[string]string\", \"imageGCHighThresholdPercent\":\"uint32\", \"imageGCLowThresholdPercent\":\"uint32\", \"maxParallelImagePulls\":\"int32\", \"maxPods\":\"uint16\", \"registryBurst\":\"int32\", \"registryPullQPS\":\"int32\", \"serializeImagePulls\":\"bool\"}, \"deprecated_at\":\"2026-03-24T00:00:00Z\", \"end_of_life_at\":\"2025-05-24T00:00:00Z\", \"released_at\":\"2025-03-24T00:00:00Z\"}" + headers: + Content-Length: + - "1192" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:18:59 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 1d043a10-777b-4514-b52a-cf645b7a5af2 + status: 200 OK + code: 200 + duration: 26.093753ms +- id: 3 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/versions/1.32.2 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1192 + body: "{\"region\":\"fr-par\", \"name\":\"1.32.2\", \"label\":\"Kubernetes 1.32.2\", \"available_cnis\":[\"cilium\", \"calico\", \"kilo\", \"none\"], \"available_container_runtimes\":[\"containerd\"], \"available_feature_gates\":[\"HPAScaleToZero\", \"InPlacePodVerticalScaling\", \"SidecarContainers\", \"DRAAdminAccess\", \"DRAResourceClaimDeviceStatus\", \"DynamicResourceAllocation\", \"PodLevelResources\", \"CPUManagerPolicyAlphaOptions\", \"ImageVolume\"], \"available_admission_plugins\":[\"AlwaysPullImages\", \"PodNodeSelector\", \"PodTolerationRestriction\"], \"available_kubelet_args\":{\"containerLogMaxFiles\":\"uint16\", \"containerLogMaxSize\":\"quantity\", \"cpuCFSQuota\":\"bool\", \"cpuCFSQuotaPeriod\":\"duration\", \"cpuManagerPolicy\":\"enum:none|static\", \"cpuManagerPolicyOptions\":\"map[string]string\", \"enableDebuggingHandlers\":\"bool\", \"evictionHard\":\"map[string]string\", \"evictionMinimumReclaim\":\"map[string]string\", \"imageGCHighThresholdPercent\":\"uint32\", \"imageGCLowThresholdPercent\":\"uint32\", \"maxParallelImagePulls\":\"int32\", \"maxPods\":\"uint16\", \"registryBurst\":\"int32\", \"registryPullQPS\":\"int32\", \"serializeImagePulls\":\"bool\"}, \"deprecated_at\":\"2026-03-24T00:00:00Z\", \"end_of_life_at\":\"2025-05-24T00:00:00Z\", \"released_at\":\"2025-03-24T00:00:00Z\"}" + headers: + Content-Length: + - "1192" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:18:59 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 2eaad79f-94ce-4cca-bf39-fff79db23bce + status: 200 OK + code: 200 + duration: 18.417436ms diff --git a/internal/services/k8s/testdata/data-source-version-latest.cassette.yaml b/internal/services/k8s/testdata/data-source-version-latest.cassette.yaml index e5905913e5..3a95208428 100644 --- a/internal/services/k8s/testdata/data-source-version-latest.cassette.yaml +++ b/internal/services/k8s/testdata/data-source-version-latest.cassette.yaml @@ -1,346 +1,163 @@ --- version: 2 interactions: - - id: 0 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.3; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/versions - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 5639 - uncompressed: false - body: '{"versions":[{"available_admission_plugins":["AlwaysPullImages","PodNodeSelector","PodTolerationRestriction"],"available_cnis":["cilium","calico","kilo","none"],"available_container_runtimes":["containerd"],"available_feature_gates":["HPAScaleToZero","InPlacePodVerticalScaling","SidecarContainers"],"available_kubelet_args":{"containerLogMaxFiles":"uint16","containerLogMaxSize":"quantity","cpuCFSQuota":"bool","cpuCFSQuotaPeriod":"duration","cpuManagerPolicy":"enum:none|static","enableDebuggingHandlers":"bool","imageGCHighThresholdPercent":"uint32","imageGCLowThresholdPercent":"uint32","maxParallelImagePulls":"int32","maxPods":"uint16","registryBurst":"int32","registryPullQPS":"int32","serializeImagePulls":"bool"},"label":"Kubernetes 1.31.2","name":"1.31.2","region":"fr-par"},{"available_admission_plugins":["AlwaysPullImages","PodNodeSelector","PodTolerationRestriction"],"available_cnis":["cilium","calico","kilo","none"],"available_container_runtimes":["containerd"],"available_feature_gates":["HPAScaleToZero","SidecarContainers","InPlacePodVerticalScaling"],"available_kubelet_args":{"containerLogMaxFiles":"uint16","containerLogMaxSize":"quantity","cpuCFSQuota":"bool","cpuCFSQuotaPeriod":"duration","cpuManagerPolicy":"enum:none|static","enableDebuggingHandlers":"bool","imageGCHighThresholdPercent":"uint32","imageGCLowThresholdPercent":"uint32","maxParallelImagePulls":"int32","maxPods":"uint16","registryBurst":"int32","registryPullQPS":"int32","serializeImagePulls":"bool"},"label":"Kubernetes 1.30.6","name":"1.30.6","region":"fr-par"},{"available_admission_plugins":["AlwaysPullImages","PodNodeSelector","PodTolerationRestriction"],"available_cnis":["cilium","calico","kilo","none"],"available_container_runtimes":["containerd"],"available_feature_gates":["HPAScaleToZero","SidecarContainers","ValidatingAdmissionPolicy","InPlacePodVerticalScaling"],"available_kubelet_args":{"containerLogMaxFiles":"uint16","containerLogMaxSize":"quantity","cpuCFSQuota":"bool","cpuCFSQuotaPeriod":"duration","cpuManagerPolicy":"enum:none|static","enableDebuggingHandlers":"bool","imageGCHighThresholdPercent":"uint32","imageGCLowThresholdPercent":"uint32","maxParallelImagePulls":"int32","maxPods":"uint16","registryBurst":"int32","registryPullQPS":"int32","serializeImagePulls":"bool"},"label":"Kubernetes 1.29.10","name":"1.29.10","region":"fr-par"},{"available_admission_plugins":["AlwaysPullImages","PodNodeSelector","PodTolerationRestriction"],"available_cnis":["cilium","calico","kilo","none"],"available_container_runtimes":["containerd"],"available_feature_gates":["HPAScaleToZero","SidecarContainers","ValidatingAdmissionPolicy","InPlacePodVerticalScaling"],"available_kubelet_args":{"containerLogMaxFiles":"uint16","containerLogMaxSize":"quantity","cpuCFSQuota":"bool","cpuCFSQuotaPeriod":"duration","cpuManagerPolicy":"enum:none|static","enableDebuggingHandlers":"bool","imageGCHighThresholdPercent":"uint32","imageGCLowThresholdPercent":"uint32","maxParallelImagePulls":"int32","maxPods":"uint16","registryBurst":"int32","registryPullQPS":"int32","serializeImagePulls":"bool"},"label":"Kubernetes 1.28.15","name":"1.28.15","region":"fr-par"},{"available_admission_plugins":["PodNodeSelector","AlwaysPullImages","PodTolerationRestriction"],"available_cnis":["cilium","calico","kilo","none"],"available_container_runtimes":["containerd"],"available_feature_gates":["HPAScaleToZero","GRPCContainerProbe","ReadWriteOncePod","ValidatingAdmissionPolicy","CSINodeExpandSecret","InPlacePodVerticalScaling"],"available_kubelet_args":{"containerLogMaxFiles":"uint16","containerLogMaxSize":"quantity","cpuCFSQuota":"bool","cpuCFSQuotaPeriod":"duration","cpuManagerPolicy":"enum:none|static","enableDebuggingHandlers":"bool","imageGCHighThresholdPercent":"uint32","imageGCLowThresholdPercent":"uint32","maxParallelImagePulls":"int32","maxPods":"uint16","registryBurst":"int32","registryPullQPS":"int32","serializeImagePulls":"bool"},"label":"Kubernetes 1.27.16","name":"1.27.16","region":"fr-par"},{"available_admission_plugins":["PodNodeSelector","AlwaysPullImages","PodTolerationRestriction"],"available_cnis":["cilium","calico","kilo","none"],"available_container_runtimes":["containerd"],"available_feature_gates":["HPAScaleToZero","GRPCContainerProbe","ReadWriteOncePod","ValidatingAdmissionPolicy","CSINodeExpandSecret"],"available_kubelet_args":{"containerLogMaxFiles":"uint16","containerLogMaxSize":"quantity","cpuCFSQuota":"bool","cpuCFSQuotaPeriod":"duration","cpuManagerPolicy":"enum:none|static","enableDebuggingHandlers":"bool","imageGCHighThresholdPercent":"uint32","imageGCLowThresholdPercent":"uint32","maxParallelImagePulls":"int32","maxPods":"uint16","registryBurst":"int32","registryPullQPS":"int32","serializeImagePulls":"bool"},"label":"Kubernetes 1.26.15","name":"1.26.15","region":"fr-par"},{"available_admission_plugins":["PodNodeSelector","AlwaysPullImages","PodTolerationRestriction"],"available_cnis":["cilium","calico","kilo","none"],"available_container_runtimes":["containerd"],"available_feature_gates":["HPAScaleToZero","KubeletCredentialProviders","GRPCContainerProbe","ReadWriteOncePod","CSINodeExpandSecret"],"available_kubelet_args":{"containerLogMaxFiles":"uint16","containerLogMaxSize":"quantity","cpuCFSQuota":"bool","cpuCFSQuotaPeriod":"duration","cpuManagerPolicy":"enum:none|static","enableDebuggingHandlers":"bool","imageGCHighThresholdPercent":"uint32","imageGCLowThresholdPercent":"uint32","maxParallelImagePulls":"int32","maxPods":"uint16","registryBurst":"int32","registryPullQPS":"int32","serializeImagePulls":"bool"},"label":"Kubernetes 1.25.16","name":"1.25.16","region":"fr-par"}]}' - headers: - Content-Length: - - "5639" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Fri, 24 Jan 2025 14:46:48 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge01) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 79066f60-a3b7-4754-93fb-1b1f02ba07d1 - status: 200 OK - code: 200 - duration: 25.221458ms - - id: 1 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.3; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/versions - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 5639 - uncompressed: false - body: '{"versions":[{"available_admission_plugins":["AlwaysPullImages","PodNodeSelector","PodTolerationRestriction"],"available_cnis":["cilium","calico","kilo","none"],"available_container_runtimes":["containerd"],"available_feature_gates":["HPAScaleToZero","InPlacePodVerticalScaling","SidecarContainers"],"available_kubelet_args":{"containerLogMaxFiles":"uint16","containerLogMaxSize":"quantity","cpuCFSQuota":"bool","cpuCFSQuotaPeriod":"duration","cpuManagerPolicy":"enum:none|static","enableDebuggingHandlers":"bool","imageGCHighThresholdPercent":"uint32","imageGCLowThresholdPercent":"uint32","maxParallelImagePulls":"int32","maxPods":"uint16","registryBurst":"int32","registryPullQPS":"int32","serializeImagePulls":"bool"},"label":"Kubernetes 1.31.2","name":"1.31.2","region":"fr-par"},{"available_admission_plugins":["AlwaysPullImages","PodNodeSelector","PodTolerationRestriction"],"available_cnis":["cilium","calico","kilo","none"],"available_container_runtimes":["containerd"],"available_feature_gates":["HPAScaleToZero","SidecarContainers","InPlacePodVerticalScaling"],"available_kubelet_args":{"containerLogMaxFiles":"uint16","containerLogMaxSize":"quantity","cpuCFSQuota":"bool","cpuCFSQuotaPeriod":"duration","cpuManagerPolicy":"enum:none|static","enableDebuggingHandlers":"bool","imageGCHighThresholdPercent":"uint32","imageGCLowThresholdPercent":"uint32","maxParallelImagePulls":"int32","maxPods":"uint16","registryBurst":"int32","registryPullQPS":"int32","serializeImagePulls":"bool"},"label":"Kubernetes 1.30.6","name":"1.30.6","region":"fr-par"},{"available_admission_plugins":["AlwaysPullImages","PodNodeSelector","PodTolerationRestriction"],"available_cnis":["cilium","calico","kilo","none"],"available_container_runtimes":["containerd"],"available_feature_gates":["HPAScaleToZero","SidecarContainers","ValidatingAdmissionPolicy","InPlacePodVerticalScaling"],"available_kubelet_args":{"containerLogMaxFiles":"uint16","containerLogMaxSize":"quantity","cpuCFSQuota":"bool","cpuCFSQuotaPeriod":"duration","cpuManagerPolicy":"enum:none|static","enableDebuggingHandlers":"bool","imageGCHighThresholdPercent":"uint32","imageGCLowThresholdPercent":"uint32","maxParallelImagePulls":"int32","maxPods":"uint16","registryBurst":"int32","registryPullQPS":"int32","serializeImagePulls":"bool"},"label":"Kubernetes 1.29.10","name":"1.29.10","region":"fr-par"},{"available_admission_plugins":["AlwaysPullImages","PodNodeSelector","PodTolerationRestriction"],"available_cnis":["cilium","calico","kilo","none"],"available_container_runtimes":["containerd"],"available_feature_gates":["HPAScaleToZero","SidecarContainers","ValidatingAdmissionPolicy","InPlacePodVerticalScaling"],"available_kubelet_args":{"containerLogMaxFiles":"uint16","containerLogMaxSize":"quantity","cpuCFSQuota":"bool","cpuCFSQuotaPeriod":"duration","cpuManagerPolicy":"enum:none|static","enableDebuggingHandlers":"bool","imageGCHighThresholdPercent":"uint32","imageGCLowThresholdPercent":"uint32","maxParallelImagePulls":"int32","maxPods":"uint16","registryBurst":"int32","registryPullQPS":"int32","serializeImagePulls":"bool"},"label":"Kubernetes 1.28.15","name":"1.28.15","region":"fr-par"},{"available_admission_plugins":["PodNodeSelector","AlwaysPullImages","PodTolerationRestriction"],"available_cnis":["cilium","calico","kilo","none"],"available_container_runtimes":["containerd"],"available_feature_gates":["HPAScaleToZero","GRPCContainerProbe","ReadWriteOncePod","ValidatingAdmissionPolicy","CSINodeExpandSecret","InPlacePodVerticalScaling"],"available_kubelet_args":{"containerLogMaxFiles":"uint16","containerLogMaxSize":"quantity","cpuCFSQuota":"bool","cpuCFSQuotaPeriod":"duration","cpuManagerPolicy":"enum:none|static","enableDebuggingHandlers":"bool","imageGCHighThresholdPercent":"uint32","imageGCLowThresholdPercent":"uint32","maxParallelImagePulls":"int32","maxPods":"uint16","registryBurst":"int32","registryPullQPS":"int32","serializeImagePulls":"bool"},"label":"Kubernetes 1.27.16","name":"1.27.16","region":"fr-par"},{"available_admission_plugins":["PodNodeSelector","AlwaysPullImages","PodTolerationRestriction"],"available_cnis":["cilium","calico","kilo","none"],"available_container_runtimes":["containerd"],"available_feature_gates":["HPAScaleToZero","GRPCContainerProbe","ReadWriteOncePod","ValidatingAdmissionPolicy","CSINodeExpandSecret"],"available_kubelet_args":{"containerLogMaxFiles":"uint16","containerLogMaxSize":"quantity","cpuCFSQuota":"bool","cpuCFSQuotaPeriod":"duration","cpuManagerPolicy":"enum:none|static","enableDebuggingHandlers":"bool","imageGCHighThresholdPercent":"uint32","imageGCLowThresholdPercent":"uint32","maxParallelImagePulls":"int32","maxPods":"uint16","registryBurst":"int32","registryPullQPS":"int32","serializeImagePulls":"bool"},"label":"Kubernetes 1.26.15","name":"1.26.15","region":"fr-par"},{"available_admission_plugins":["PodNodeSelector","AlwaysPullImages","PodTolerationRestriction"],"available_cnis":["cilium","calico","kilo","none"],"available_container_runtimes":["containerd"],"available_feature_gates":["HPAScaleToZero","KubeletCredentialProviders","GRPCContainerProbe","ReadWriteOncePod","CSINodeExpandSecret"],"available_kubelet_args":{"containerLogMaxFiles":"uint16","containerLogMaxSize":"quantity","cpuCFSQuota":"bool","cpuCFSQuotaPeriod":"duration","cpuManagerPolicy":"enum:none|static","enableDebuggingHandlers":"bool","imageGCHighThresholdPercent":"uint32","imageGCLowThresholdPercent":"uint32","maxParallelImagePulls":"int32","maxPods":"uint16","registryBurst":"int32","registryPullQPS":"int32","serializeImagePulls":"bool"},"label":"Kubernetes 1.25.16","name":"1.25.16","region":"fr-par"}]}' - headers: - Content-Length: - - "5639" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Fri, 24 Jan 2025 14:46:49 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge01) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 59ec9e58-7bb2-42e2-9490-28444926e387 - status: 200 OK - code: 200 - duration: 28.313375ms - - id: 2 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.3; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/versions - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 5639 - uncompressed: false - body: '{"versions":[{"available_admission_plugins":["AlwaysPullImages","PodNodeSelector","PodTolerationRestriction"],"available_cnis":["cilium","calico","kilo","none"],"available_container_runtimes":["containerd"],"available_feature_gates":["HPAScaleToZero","InPlacePodVerticalScaling","SidecarContainers"],"available_kubelet_args":{"containerLogMaxFiles":"uint16","containerLogMaxSize":"quantity","cpuCFSQuota":"bool","cpuCFSQuotaPeriod":"duration","cpuManagerPolicy":"enum:none|static","enableDebuggingHandlers":"bool","imageGCHighThresholdPercent":"uint32","imageGCLowThresholdPercent":"uint32","maxParallelImagePulls":"int32","maxPods":"uint16","registryBurst":"int32","registryPullQPS":"int32","serializeImagePulls":"bool"},"label":"Kubernetes 1.31.2","name":"1.31.2","region":"fr-par"},{"available_admission_plugins":["AlwaysPullImages","PodNodeSelector","PodTolerationRestriction"],"available_cnis":["cilium","calico","kilo","none"],"available_container_runtimes":["containerd"],"available_feature_gates":["HPAScaleToZero","SidecarContainers","InPlacePodVerticalScaling"],"available_kubelet_args":{"containerLogMaxFiles":"uint16","containerLogMaxSize":"quantity","cpuCFSQuota":"bool","cpuCFSQuotaPeriod":"duration","cpuManagerPolicy":"enum:none|static","enableDebuggingHandlers":"bool","imageGCHighThresholdPercent":"uint32","imageGCLowThresholdPercent":"uint32","maxParallelImagePulls":"int32","maxPods":"uint16","registryBurst":"int32","registryPullQPS":"int32","serializeImagePulls":"bool"},"label":"Kubernetes 1.30.6","name":"1.30.6","region":"fr-par"},{"available_admission_plugins":["AlwaysPullImages","PodNodeSelector","PodTolerationRestriction"],"available_cnis":["cilium","calico","kilo","none"],"available_container_runtimes":["containerd"],"available_feature_gates":["HPAScaleToZero","SidecarContainers","ValidatingAdmissionPolicy","InPlacePodVerticalScaling"],"available_kubelet_args":{"containerLogMaxFiles":"uint16","containerLogMaxSize":"quantity","cpuCFSQuota":"bool","cpuCFSQuotaPeriod":"duration","cpuManagerPolicy":"enum:none|static","enableDebuggingHandlers":"bool","imageGCHighThresholdPercent":"uint32","imageGCLowThresholdPercent":"uint32","maxParallelImagePulls":"int32","maxPods":"uint16","registryBurst":"int32","registryPullQPS":"int32","serializeImagePulls":"bool"},"label":"Kubernetes 1.29.10","name":"1.29.10","region":"fr-par"},{"available_admission_plugins":["AlwaysPullImages","PodNodeSelector","PodTolerationRestriction"],"available_cnis":["cilium","calico","kilo","none"],"available_container_runtimes":["containerd"],"available_feature_gates":["HPAScaleToZero","SidecarContainers","ValidatingAdmissionPolicy","InPlacePodVerticalScaling"],"available_kubelet_args":{"containerLogMaxFiles":"uint16","containerLogMaxSize":"quantity","cpuCFSQuota":"bool","cpuCFSQuotaPeriod":"duration","cpuManagerPolicy":"enum:none|static","enableDebuggingHandlers":"bool","imageGCHighThresholdPercent":"uint32","imageGCLowThresholdPercent":"uint32","maxParallelImagePulls":"int32","maxPods":"uint16","registryBurst":"int32","registryPullQPS":"int32","serializeImagePulls":"bool"},"label":"Kubernetes 1.28.15","name":"1.28.15","region":"fr-par"},{"available_admission_plugins":["PodNodeSelector","AlwaysPullImages","PodTolerationRestriction"],"available_cnis":["cilium","calico","kilo","none"],"available_container_runtimes":["containerd"],"available_feature_gates":["HPAScaleToZero","GRPCContainerProbe","ReadWriteOncePod","ValidatingAdmissionPolicy","CSINodeExpandSecret","InPlacePodVerticalScaling"],"available_kubelet_args":{"containerLogMaxFiles":"uint16","containerLogMaxSize":"quantity","cpuCFSQuota":"bool","cpuCFSQuotaPeriod":"duration","cpuManagerPolicy":"enum:none|static","enableDebuggingHandlers":"bool","imageGCHighThresholdPercent":"uint32","imageGCLowThresholdPercent":"uint32","maxParallelImagePulls":"int32","maxPods":"uint16","registryBurst":"int32","registryPullQPS":"int32","serializeImagePulls":"bool"},"label":"Kubernetes 1.27.16","name":"1.27.16","region":"fr-par"},{"available_admission_plugins":["PodNodeSelector","AlwaysPullImages","PodTolerationRestriction"],"available_cnis":["cilium","calico","kilo","none"],"available_container_runtimes":["containerd"],"available_feature_gates":["HPAScaleToZero","GRPCContainerProbe","ReadWriteOncePod","ValidatingAdmissionPolicy","CSINodeExpandSecret"],"available_kubelet_args":{"containerLogMaxFiles":"uint16","containerLogMaxSize":"quantity","cpuCFSQuota":"bool","cpuCFSQuotaPeriod":"duration","cpuManagerPolicy":"enum:none|static","enableDebuggingHandlers":"bool","imageGCHighThresholdPercent":"uint32","imageGCLowThresholdPercent":"uint32","maxParallelImagePulls":"int32","maxPods":"uint16","registryBurst":"int32","registryPullQPS":"int32","serializeImagePulls":"bool"},"label":"Kubernetes 1.26.15","name":"1.26.15","region":"fr-par"},{"available_admission_plugins":["PodNodeSelector","AlwaysPullImages","PodTolerationRestriction"],"available_cnis":["cilium","calico","kilo","none"],"available_container_runtimes":["containerd"],"available_feature_gates":["HPAScaleToZero","KubeletCredentialProviders","GRPCContainerProbe","ReadWriteOncePod","CSINodeExpandSecret"],"available_kubelet_args":{"containerLogMaxFiles":"uint16","containerLogMaxSize":"quantity","cpuCFSQuota":"bool","cpuCFSQuotaPeriod":"duration","cpuManagerPolicy":"enum:none|static","enableDebuggingHandlers":"bool","imageGCHighThresholdPercent":"uint32","imageGCLowThresholdPercent":"uint32","maxParallelImagePulls":"int32","maxPods":"uint16","registryBurst":"int32","registryPullQPS":"int32","serializeImagePulls":"bool"},"label":"Kubernetes 1.25.16","name":"1.25.16","region":"fr-par"}]}' - headers: - Content-Length: - - "5639" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Fri, 24 Jan 2025 14:46:49 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge01) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - d4e055a3-b4f8-4577-a1b0-63c0f62d938c - status: 200 OK - code: 200 - duration: 134.679125ms - - id: 3 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.3; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/versions/1.31.2 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 771 - uncompressed: false - body: '{"available_admission_plugins":["AlwaysPullImages","PodNodeSelector","PodTolerationRestriction"],"available_cnis":["cilium","calico","kilo","none"],"available_container_runtimes":["containerd"],"available_feature_gates":["HPAScaleToZero","InPlacePodVerticalScaling","SidecarContainers"],"available_kubelet_args":{"containerLogMaxFiles":"uint16","containerLogMaxSize":"quantity","cpuCFSQuota":"bool","cpuCFSQuotaPeriod":"duration","cpuManagerPolicy":"enum:none|static","enableDebuggingHandlers":"bool","imageGCHighThresholdPercent":"uint32","imageGCLowThresholdPercent":"uint32","maxParallelImagePulls":"int32","maxPods":"uint16","registryBurst":"int32","registryPullQPS":"int32","serializeImagePulls":"bool"},"label":"Kubernetes 1.31.2","name":"1.31.2","region":"fr-par"}' - headers: - Content-Length: - - "771" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Fri, 24 Jan 2025 14:46:50 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge01) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - d3c6f5e9-aa1f-407d-b281-4c7899a7cdfe - status: 200 OK - code: 200 - duration: 20.863083ms - - id: 4 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.3; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/versions - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 5639 - uncompressed: false - body: '{"versions":[{"available_admission_plugins":["AlwaysPullImages","PodNodeSelector","PodTolerationRestriction"],"available_cnis":["cilium","calico","kilo","none"],"available_container_runtimes":["containerd"],"available_feature_gates":["HPAScaleToZero","InPlacePodVerticalScaling","SidecarContainers"],"available_kubelet_args":{"containerLogMaxFiles":"uint16","containerLogMaxSize":"quantity","cpuCFSQuota":"bool","cpuCFSQuotaPeriod":"duration","cpuManagerPolicy":"enum:none|static","enableDebuggingHandlers":"bool","imageGCHighThresholdPercent":"uint32","imageGCLowThresholdPercent":"uint32","maxParallelImagePulls":"int32","maxPods":"uint16","registryBurst":"int32","registryPullQPS":"int32","serializeImagePulls":"bool"},"label":"Kubernetes 1.31.2","name":"1.31.2","region":"fr-par"},{"available_admission_plugins":["AlwaysPullImages","PodNodeSelector","PodTolerationRestriction"],"available_cnis":["cilium","calico","kilo","none"],"available_container_runtimes":["containerd"],"available_feature_gates":["HPAScaleToZero","SidecarContainers","InPlacePodVerticalScaling"],"available_kubelet_args":{"containerLogMaxFiles":"uint16","containerLogMaxSize":"quantity","cpuCFSQuota":"bool","cpuCFSQuotaPeriod":"duration","cpuManagerPolicy":"enum:none|static","enableDebuggingHandlers":"bool","imageGCHighThresholdPercent":"uint32","imageGCLowThresholdPercent":"uint32","maxParallelImagePulls":"int32","maxPods":"uint16","registryBurst":"int32","registryPullQPS":"int32","serializeImagePulls":"bool"},"label":"Kubernetes 1.30.6","name":"1.30.6","region":"fr-par"},{"available_admission_plugins":["AlwaysPullImages","PodNodeSelector","PodTolerationRestriction"],"available_cnis":["cilium","calico","kilo","none"],"available_container_runtimes":["containerd"],"available_feature_gates":["HPAScaleToZero","SidecarContainers","ValidatingAdmissionPolicy","InPlacePodVerticalScaling"],"available_kubelet_args":{"containerLogMaxFiles":"uint16","containerLogMaxSize":"quantity","cpuCFSQuota":"bool","cpuCFSQuotaPeriod":"duration","cpuManagerPolicy":"enum:none|static","enableDebuggingHandlers":"bool","imageGCHighThresholdPercent":"uint32","imageGCLowThresholdPercent":"uint32","maxParallelImagePulls":"int32","maxPods":"uint16","registryBurst":"int32","registryPullQPS":"int32","serializeImagePulls":"bool"},"label":"Kubernetes 1.29.10","name":"1.29.10","region":"fr-par"},{"available_admission_plugins":["AlwaysPullImages","PodNodeSelector","PodTolerationRestriction"],"available_cnis":["cilium","calico","kilo","none"],"available_container_runtimes":["containerd"],"available_feature_gates":["HPAScaleToZero","SidecarContainers","ValidatingAdmissionPolicy","InPlacePodVerticalScaling"],"available_kubelet_args":{"containerLogMaxFiles":"uint16","containerLogMaxSize":"quantity","cpuCFSQuota":"bool","cpuCFSQuotaPeriod":"duration","cpuManagerPolicy":"enum:none|static","enableDebuggingHandlers":"bool","imageGCHighThresholdPercent":"uint32","imageGCLowThresholdPercent":"uint32","maxParallelImagePulls":"int32","maxPods":"uint16","registryBurst":"int32","registryPullQPS":"int32","serializeImagePulls":"bool"},"label":"Kubernetes 1.28.15","name":"1.28.15","region":"fr-par"},{"available_admission_plugins":["PodNodeSelector","AlwaysPullImages","PodTolerationRestriction"],"available_cnis":["cilium","calico","kilo","none"],"available_container_runtimes":["containerd"],"available_feature_gates":["HPAScaleToZero","GRPCContainerProbe","ReadWriteOncePod","ValidatingAdmissionPolicy","CSINodeExpandSecret","InPlacePodVerticalScaling"],"available_kubelet_args":{"containerLogMaxFiles":"uint16","containerLogMaxSize":"quantity","cpuCFSQuota":"bool","cpuCFSQuotaPeriod":"duration","cpuManagerPolicy":"enum:none|static","enableDebuggingHandlers":"bool","imageGCHighThresholdPercent":"uint32","imageGCLowThresholdPercent":"uint32","maxParallelImagePulls":"int32","maxPods":"uint16","registryBurst":"int32","registryPullQPS":"int32","serializeImagePulls":"bool"},"label":"Kubernetes 1.27.16","name":"1.27.16","region":"fr-par"},{"available_admission_plugins":["PodNodeSelector","AlwaysPullImages","PodTolerationRestriction"],"available_cnis":["cilium","calico","kilo","none"],"available_container_runtimes":["containerd"],"available_feature_gates":["HPAScaleToZero","GRPCContainerProbe","ReadWriteOncePod","ValidatingAdmissionPolicy","CSINodeExpandSecret"],"available_kubelet_args":{"containerLogMaxFiles":"uint16","containerLogMaxSize":"quantity","cpuCFSQuota":"bool","cpuCFSQuotaPeriod":"duration","cpuManagerPolicy":"enum:none|static","enableDebuggingHandlers":"bool","imageGCHighThresholdPercent":"uint32","imageGCLowThresholdPercent":"uint32","maxParallelImagePulls":"int32","maxPods":"uint16","registryBurst":"int32","registryPullQPS":"int32","serializeImagePulls":"bool"},"label":"Kubernetes 1.26.15","name":"1.26.15","region":"fr-par"},{"available_admission_plugins":["PodNodeSelector","AlwaysPullImages","PodTolerationRestriction"],"available_cnis":["cilium","calico","kilo","none"],"available_container_runtimes":["containerd"],"available_feature_gates":["HPAScaleToZero","KubeletCredentialProviders","GRPCContainerProbe","ReadWriteOncePod","CSINodeExpandSecret"],"available_kubelet_args":{"containerLogMaxFiles":"uint16","containerLogMaxSize":"quantity","cpuCFSQuota":"bool","cpuCFSQuotaPeriod":"duration","cpuManagerPolicy":"enum:none|static","enableDebuggingHandlers":"bool","imageGCHighThresholdPercent":"uint32","imageGCLowThresholdPercent":"uint32","maxParallelImagePulls":"int32","maxPods":"uint16","registryBurst":"int32","registryPullQPS":"int32","serializeImagePulls":"bool"},"label":"Kubernetes 1.25.16","name":"1.25.16","region":"fr-par"}]}' - headers: - Content-Length: - - "5639" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Fri, 24 Jan 2025 14:46:51 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge01) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 479d8ebf-d290-4681-b124-955a8c202fba - status: 200 OK - code: 200 - duration: 25.988ms - - id: 5 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.3; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/versions - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 5639 - uncompressed: false - body: '{"versions":[{"available_admission_plugins":["AlwaysPullImages","PodNodeSelector","PodTolerationRestriction"],"available_cnis":["cilium","calico","kilo","none"],"available_container_runtimes":["containerd"],"available_feature_gates":["HPAScaleToZero","InPlacePodVerticalScaling","SidecarContainers"],"available_kubelet_args":{"containerLogMaxFiles":"uint16","containerLogMaxSize":"quantity","cpuCFSQuota":"bool","cpuCFSQuotaPeriod":"duration","cpuManagerPolicy":"enum:none|static","enableDebuggingHandlers":"bool","imageGCHighThresholdPercent":"uint32","imageGCLowThresholdPercent":"uint32","maxParallelImagePulls":"int32","maxPods":"uint16","registryBurst":"int32","registryPullQPS":"int32","serializeImagePulls":"bool"},"label":"Kubernetes 1.31.2","name":"1.31.2","region":"fr-par"},{"available_admission_plugins":["AlwaysPullImages","PodNodeSelector","PodTolerationRestriction"],"available_cnis":["cilium","calico","kilo","none"],"available_container_runtimes":["containerd"],"available_feature_gates":["HPAScaleToZero","SidecarContainers","InPlacePodVerticalScaling"],"available_kubelet_args":{"containerLogMaxFiles":"uint16","containerLogMaxSize":"quantity","cpuCFSQuota":"bool","cpuCFSQuotaPeriod":"duration","cpuManagerPolicy":"enum:none|static","enableDebuggingHandlers":"bool","imageGCHighThresholdPercent":"uint32","imageGCLowThresholdPercent":"uint32","maxParallelImagePulls":"int32","maxPods":"uint16","registryBurst":"int32","registryPullQPS":"int32","serializeImagePulls":"bool"},"label":"Kubernetes 1.30.6","name":"1.30.6","region":"fr-par"},{"available_admission_plugins":["AlwaysPullImages","PodNodeSelector","PodTolerationRestriction"],"available_cnis":["cilium","calico","kilo","none"],"available_container_runtimes":["containerd"],"available_feature_gates":["HPAScaleToZero","SidecarContainers","ValidatingAdmissionPolicy","InPlacePodVerticalScaling"],"available_kubelet_args":{"containerLogMaxFiles":"uint16","containerLogMaxSize":"quantity","cpuCFSQuota":"bool","cpuCFSQuotaPeriod":"duration","cpuManagerPolicy":"enum:none|static","enableDebuggingHandlers":"bool","imageGCHighThresholdPercent":"uint32","imageGCLowThresholdPercent":"uint32","maxParallelImagePulls":"int32","maxPods":"uint16","registryBurst":"int32","registryPullQPS":"int32","serializeImagePulls":"bool"},"label":"Kubernetes 1.29.10","name":"1.29.10","region":"fr-par"},{"available_admission_plugins":["AlwaysPullImages","PodNodeSelector","PodTolerationRestriction"],"available_cnis":["cilium","calico","kilo","none"],"available_container_runtimes":["containerd"],"available_feature_gates":["HPAScaleToZero","SidecarContainers","ValidatingAdmissionPolicy","InPlacePodVerticalScaling"],"available_kubelet_args":{"containerLogMaxFiles":"uint16","containerLogMaxSize":"quantity","cpuCFSQuota":"bool","cpuCFSQuotaPeriod":"duration","cpuManagerPolicy":"enum:none|static","enableDebuggingHandlers":"bool","imageGCHighThresholdPercent":"uint32","imageGCLowThresholdPercent":"uint32","maxParallelImagePulls":"int32","maxPods":"uint16","registryBurst":"int32","registryPullQPS":"int32","serializeImagePulls":"bool"},"label":"Kubernetes 1.28.15","name":"1.28.15","region":"fr-par"},{"available_admission_plugins":["PodNodeSelector","AlwaysPullImages","PodTolerationRestriction"],"available_cnis":["cilium","calico","kilo","none"],"available_container_runtimes":["containerd"],"available_feature_gates":["HPAScaleToZero","GRPCContainerProbe","ReadWriteOncePod","ValidatingAdmissionPolicy","CSINodeExpandSecret","InPlacePodVerticalScaling"],"available_kubelet_args":{"containerLogMaxFiles":"uint16","containerLogMaxSize":"quantity","cpuCFSQuota":"bool","cpuCFSQuotaPeriod":"duration","cpuManagerPolicy":"enum:none|static","enableDebuggingHandlers":"bool","imageGCHighThresholdPercent":"uint32","imageGCLowThresholdPercent":"uint32","maxParallelImagePulls":"int32","maxPods":"uint16","registryBurst":"int32","registryPullQPS":"int32","serializeImagePulls":"bool"},"label":"Kubernetes 1.27.16","name":"1.27.16","region":"fr-par"},{"available_admission_plugins":["PodNodeSelector","AlwaysPullImages","PodTolerationRestriction"],"available_cnis":["cilium","calico","kilo","none"],"available_container_runtimes":["containerd"],"available_feature_gates":["HPAScaleToZero","GRPCContainerProbe","ReadWriteOncePod","ValidatingAdmissionPolicy","CSINodeExpandSecret"],"available_kubelet_args":{"containerLogMaxFiles":"uint16","containerLogMaxSize":"quantity","cpuCFSQuota":"bool","cpuCFSQuotaPeriod":"duration","cpuManagerPolicy":"enum:none|static","enableDebuggingHandlers":"bool","imageGCHighThresholdPercent":"uint32","imageGCLowThresholdPercent":"uint32","maxParallelImagePulls":"int32","maxPods":"uint16","registryBurst":"int32","registryPullQPS":"int32","serializeImagePulls":"bool"},"label":"Kubernetes 1.26.15","name":"1.26.15","region":"fr-par"},{"available_admission_plugins":["PodNodeSelector","AlwaysPullImages","PodTolerationRestriction"],"available_cnis":["cilium","calico","kilo","none"],"available_container_runtimes":["containerd"],"available_feature_gates":["HPAScaleToZero","KubeletCredentialProviders","GRPCContainerProbe","ReadWriteOncePod","CSINodeExpandSecret"],"available_kubelet_args":{"containerLogMaxFiles":"uint16","containerLogMaxSize":"quantity","cpuCFSQuota":"bool","cpuCFSQuotaPeriod":"duration","cpuManagerPolicy":"enum:none|static","enableDebuggingHandlers":"bool","imageGCHighThresholdPercent":"uint32","imageGCLowThresholdPercent":"uint32","maxParallelImagePulls":"int32","maxPods":"uint16","registryBurst":"int32","registryPullQPS":"int32","serializeImagePulls":"bool"},"label":"Kubernetes 1.25.16","name":"1.25.16","region":"fr-par"}]}' - headers: - Content-Length: - - "5639" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Fri, 24 Jan 2025 14:46:51 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge01) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 30eb7956-4e46-4530-8e27-cac47ae9ff88 - status: 200 OK - code: 200 - duration: 382.971167ms - - id: 6 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.3; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/versions - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 5639 - uncompressed: false - body: '{"versions":[{"available_admission_plugins":["AlwaysPullImages","PodNodeSelector","PodTolerationRestriction"],"available_cnis":["cilium","calico","kilo","none"],"available_container_runtimes":["containerd"],"available_feature_gates":["HPAScaleToZero","InPlacePodVerticalScaling","SidecarContainers"],"available_kubelet_args":{"containerLogMaxFiles":"uint16","containerLogMaxSize":"quantity","cpuCFSQuota":"bool","cpuCFSQuotaPeriod":"duration","cpuManagerPolicy":"enum:none|static","enableDebuggingHandlers":"bool","imageGCHighThresholdPercent":"uint32","imageGCLowThresholdPercent":"uint32","maxParallelImagePulls":"int32","maxPods":"uint16","registryBurst":"int32","registryPullQPS":"int32","serializeImagePulls":"bool"},"label":"Kubernetes 1.31.2","name":"1.31.2","region":"fr-par"},{"available_admission_plugins":["AlwaysPullImages","PodNodeSelector","PodTolerationRestriction"],"available_cnis":["cilium","calico","kilo","none"],"available_container_runtimes":["containerd"],"available_feature_gates":["HPAScaleToZero","SidecarContainers","InPlacePodVerticalScaling"],"available_kubelet_args":{"containerLogMaxFiles":"uint16","containerLogMaxSize":"quantity","cpuCFSQuota":"bool","cpuCFSQuotaPeriod":"duration","cpuManagerPolicy":"enum:none|static","enableDebuggingHandlers":"bool","imageGCHighThresholdPercent":"uint32","imageGCLowThresholdPercent":"uint32","maxParallelImagePulls":"int32","maxPods":"uint16","registryBurst":"int32","registryPullQPS":"int32","serializeImagePulls":"bool"},"label":"Kubernetes 1.30.6","name":"1.30.6","region":"fr-par"},{"available_admission_plugins":["AlwaysPullImages","PodNodeSelector","PodTolerationRestriction"],"available_cnis":["cilium","calico","kilo","none"],"available_container_runtimes":["containerd"],"available_feature_gates":["HPAScaleToZero","SidecarContainers","ValidatingAdmissionPolicy","InPlacePodVerticalScaling"],"available_kubelet_args":{"containerLogMaxFiles":"uint16","containerLogMaxSize":"quantity","cpuCFSQuota":"bool","cpuCFSQuotaPeriod":"duration","cpuManagerPolicy":"enum:none|static","enableDebuggingHandlers":"bool","imageGCHighThresholdPercent":"uint32","imageGCLowThresholdPercent":"uint32","maxParallelImagePulls":"int32","maxPods":"uint16","registryBurst":"int32","registryPullQPS":"int32","serializeImagePulls":"bool"},"label":"Kubernetes 1.29.10","name":"1.29.10","region":"fr-par"},{"available_admission_plugins":["AlwaysPullImages","PodNodeSelector","PodTolerationRestriction"],"available_cnis":["cilium","calico","kilo","none"],"available_container_runtimes":["containerd"],"available_feature_gates":["HPAScaleToZero","SidecarContainers","ValidatingAdmissionPolicy","InPlacePodVerticalScaling"],"available_kubelet_args":{"containerLogMaxFiles":"uint16","containerLogMaxSize":"quantity","cpuCFSQuota":"bool","cpuCFSQuotaPeriod":"duration","cpuManagerPolicy":"enum:none|static","enableDebuggingHandlers":"bool","imageGCHighThresholdPercent":"uint32","imageGCLowThresholdPercent":"uint32","maxParallelImagePulls":"int32","maxPods":"uint16","registryBurst":"int32","registryPullQPS":"int32","serializeImagePulls":"bool"},"label":"Kubernetes 1.28.15","name":"1.28.15","region":"fr-par"},{"available_admission_plugins":["PodNodeSelector","AlwaysPullImages","PodTolerationRestriction"],"available_cnis":["cilium","calico","kilo","none"],"available_container_runtimes":["containerd"],"available_feature_gates":["HPAScaleToZero","GRPCContainerProbe","ReadWriteOncePod","ValidatingAdmissionPolicy","CSINodeExpandSecret","InPlacePodVerticalScaling"],"available_kubelet_args":{"containerLogMaxFiles":"uint16","containerLogMaxSize":"quantity","cpuCFSQuota":"bool","cpuCFSQuotaPeriod":"duration","cpuManagerPolicy":"enum:none|static","enableDebuggingHandlers":"bool","imageGCHighThresholdPercent":"uint32","imageGCLowThresholdPercent":"uint32","maxParallelImagePulls":"int32","maxPods":"uint16","registryBurst":"int32","registryPullQPS":"int32","serializeImagePulls":"bool"},"label":"Kubernetes 1.27.16","name":"1.27.16","region":"fr-par"},{"available_admission_plugins":["PodNodeSelector","AlwaysPullImages","PodTolerationRestriction"],"available_cnis":["cilium","calico","kilo","none"],"available_container_runtimes":["containerd"],"available_feature_gates":["HPAScaleToZero","GRPCContainerProbe","ReadWriteOncePod","ValidatingAdmissionPolicy","CSINodeExpandSecret"],"available_kubelet_args":{"containerLogMaxFiles":"uint16","containerLogMaxSize":"quantity","cpuCFSQuota":"bool","cpuCFSQuotaPeriod":"duration","cpuManagerPolicy":"enum:none|static","enableDebuggingHandlers":"bool","imageGCHighThresholdPercent":"uint32","imageGCLowThresholdPercent":"uint32","maxParallelImagePulls":"int32","maxPods":"uint16","registryBurst":"int32","registryPullQPS":"int32","serializeImagePulls":"bool"},"label":"Kubernetes 1.26.15","name":"1.26.15","region":"fr-par"},{"available_admission_plugins":["PodNodeSelector","AlwaysPullImages","PodTolerationRestriction"],"available_cnis":["cilium","calico","kilo","none"],"available_container_runtimes":["containerd"],"available_feature_gates":["HPAScaleToZero","KubeletCredentialProviders","GRPCContainerProbe","ReadWriteOncePod","CSINodeExpandSecret"],"available_kubelet_args":{"containerLogMaxFiles":"uint16","containerLogMaxSize":"quantity","cpuCFSQuota":"bool","cpuCFSQuotaPeriod":"duration","cpuManagerPolicy":"enum:none|static","enableDebuggingHandlers":"bool","imageGCHighThresholdPercent":"uint32","imageGCLowThresholdPercent":"uint32","maxParallelImagePulls":"int32","maxPods":"uint16","registryBurst":"int32","registryPullQPS":"int32","serializeImagePulls":"bool"},"label":"Kubernetes 1.25.16","name":"1.25.16","region":"fr-par"}]}' - headers: - Content-Length: - - "5639" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Fri, 24 Jan 2025 14:46:52 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge01) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 01594385-e264-4916-bc45-cde13997c8c3 - status: 200 OK - code: 200 - duration: 26.534584ms +- id: 0 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/versions + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 4476 + body: "{\"versions\":[{\"region\":\"fr-par\", \"name\":\"1.34.1\", \"label\":\"Kubernetes 1.34.1\", \"available_cnis\":[\"cilium\", \"cilium_native\", \"calico\", \"kilo\", \"none\"], \"available_container_runtimes\":[\"containerd\"], \"available_feature_gates\":[\"HPAScaleToZero\", \"CPUManagerPolicyAlphaOptions\", \"ImageVolume\"], \"available_admission_plugins\":[\"AlwaysPullImages\", \"PodNodeSelector\", \"PodTolerationRestriction\"], \"available_kubelet_args\":{\"containerLogMaxFiles\":\"uint16\", \"containerLogMaxSize\":\"quantity\", \"cpuCFSQuota\":\"bool\", \"cpuCFSQuotaPeriod\":\"duration\", \"cpuManagerPolicy\":\"enum:none|static\", \"cpuManagerPolicyOptions\":\"map[string]string\", \"enableDebuggingHandlers\":\"bool\", \"evictionHard\":\"map[string]string\", \"evictionMinimumReclaim\":\"map[string]string\", \"imageGCHighThresholdPercent\":\"uint32\", \"imageGCLowThresholdPercent\":\"uint32\", \"maxParallelImagePulls\":\"int32\", \"maxPods\":\"uint16\", \"registryBurst\":\"int32\", \"registryPullQPS\":\"int32\", \"serializeImagePulls\":\"bool\"}, \"deprecated_at\":\"2026-09-29T00:00:00Z\", \"end_of_life_at\":\"2026-11-29T00:00:00Z\", \"released_at\":\"2025-09-29T00:00:00Z\"}, {\"region\":\"fr-par\", \"name\":\"1.33.4\", \"label\":\"Kubernetes 1.33.4\", \"available_cnis\":[\"cilium\", \"calico\", \"kilo\", \"none\"], \"available_container_runtimes\":[\"containerd\"], \"available_feature_gates\":[\"HPAScaleToZero\", \"DRAAdminAccess\", \"DynamicResourceAllocation\", \"PodLevelResources\", \"CPUManagerPolicyAlphaOptions\", \"ImageVolume\"], \"available_admission_plugins\":[\"AlwaysPullImages\", \"PodNodeSelector\", \"PodTolerationRestriction\"], \"available_kubelet_args\":{\"containerLogMaxFiles\":\"uint16\", \"containerLogMaxSize\":\"quantity\", \"cpuCFSQuota\":\"bool\", \"cpuCFSQuotaPeriod\":\"duration\", \"cpuManagerPolicy\":\"enum:none|static\", \"cpuManagerPolicyOptions\":\"map[string]string\", \"enableDebuggingHandlers\":\"bool\", \"evictionHard\":\"map[string]string\", \"evictionMinimumReclaim\":\"map[string]string\", \"imageGCHighThresholdPercent\":\"uint32\", \"imageGCLowThresholdPercent\":\"uint32\", \"maxParallelImagePulls\":\"int32\", \"maxPods\":\"uint16\", \"registryBurst\":\"int32\", \"registryPullQPS\":\"int32\", \"serializeImagePulls\":\"bool\"}, \"deprecated_at\":\"2026-09-04T00:00:00Z\", \"end_of_life_at\":\"2026-11-04T00:00:00Z\", \"released_at\":\"2025-09-04T00:00:00Z\"}, {\"region\":\"fr-par\", \"name\":\"1.32.8\", \"label\":\"Kubernetes 1.32.8\", \"available_cnis\":[\"cilium\", \"calico\", \"kilo\", \"none\"], \"available_container_runtimes\":[\"containerd\"], \"available_feature_gates\":[\"HPAScaleToZero\", \"InPlacePodVerticalScaling\", \"SidecarContainers\", \"DRAAdminAccess\", \"DRAResourceClaimDeviceStatus\", \"DynamicResourceAllocation\", \"PodLevelResources\", \"CPUManagerPolicyAlphaOptions\", \"ImageVolume\"], \"available_admission_plugins\":[\"AlwaysPullImages\", \"PodNodeSelector\", \"PodTolerationRestriction\"], \"available_kubelet_args\":{\"containerLogMaxFiles\":\"uint16\", \"containerLogMaxSize\":\"quantity\", \"cpuCFSQuota\":\"bool\", \"cpuCFSQuotaPeriod\":\"duration\", \"cpuManagerPolicy\":\"enum:none|static\", \"cpuManagerPolicyOptions\":\"map[string]string\", \"enableDebuggingHandlers\":\"bool\", \"evictionHard\":\"map[string]string\", \"evictionMinimumReclaim\":\"map[string]string\", \"imageGCHighThresholdPercent\":\"uint32\", \"imageGCLowThresholdPercent\":\"uint32\", \"maxParallelImagePulls\":\"int32\", \"maxPods\":\"uint16\", \"registryBurst\":\"int32\", \"registryPullQPS\":\"int32\", \"serializeImagePulls\":\"bool\"}, \"deprecated_at\":\"2026-03-24T00:00:00Z\", \"end_of_life_at\":\"2025-05-24T00:00:00Z\", \"released_at\":\"2025-03-24T00:00:00Z\"}, {\"region\":\"fr-par\", \"name\":\"1.31.12\", \"label\":\"Kubernetes 1.31.12\", \"available_cnis\":[\"cilium\", \"calico\", \"kilo\", \"none\"], \"available_container_runtimes\":[\"containerd\"], \"available_feature_gates\":[\"HPAScaleToZero\", \"InPlacePodVerticalScaling\", \"SidecarContainers\", \"CPUManagerPolicyAlphaOptions\", \"ImageVolume\"], \"available_admission_plugins\":[\"AlwaysPullImages\", \"PodNodeSelector\", \"PodTolerationRestriction\"], \"available_kubelet_args\":{\"containerLogMaxFiles\":\"uint16\", \"containerLogMaxSize\":\"quantity\", \"cpuCFSQuota\":\"bool\", \"cpuCFSQuotaPeriod\":\"duration\", \"cpuManagerPolicy\":\"enum:none|static\", \"cpuManagerPolicyOptions\":\"map[string]string\", \"enableDebuggingHandlers\":\"bool\", \"evictionHard\":\"map[string]string\", \"evictionMinimumReclaim\":\"map[string]string\", \"imageGCHighThresholdPercent\":\"uint32\", \"imageGCLowThresholdPercent\":\"uint32\", \"maxParallelImagePulls\":\"int32\", \"maxPods\":\"uint16\", \"registryBurst\":\"int32\", \"registryPullQPS\":\"int32\", \"serializeImagePulls\":\"bool\"}, \"deprecated_at\":\"2025-12-02T00:00:00Z\", \"end_of_life_at\":\"2026-02-02T00:00:00Z\", \"released_at\":\"2024-12-02T00:00:00Z\"}]}" + headers: + Content-Length: + - "4476" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:18:16 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - a4abc9aa-54fd-4f5e-a68c-5663c74178c2 + status: 200 OK + code: 200 + duration: 19.576612ms +- id: 1 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/versions + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 4476 + body: "{\"versions\":[{\"region\":\"fr-par\", \"name\":\"1.34.1\", \"label\":\"Kubernetes 1.34.1\", \"available_cnis\":[\"cilium\", \"cilium_native\", \"calico\", \"kilo\", \"none\"], \"available_container_runtimes\":[\"containerd\"], \"available_feature_gates\":[\"HPAScaleToZero\", \"CPUManagerPolicyAlphaOptions\", \"ImageVolume\"], \"available_admission_plugins\":[\"AlwaysPullImages\", \"PodNodeSelector\", \"PodTolerationRestriction\"], \"available_kubelet_args\":{\"containerLogMaxFiles\":\"uint16\", \"containerLogMaxSize\":\"quantity\", \"cpuCFSQuota\":\"bool\", \"cpuCFSQuotaPeriod\":\"duration\", \"cpuManagerPolicy\":\"enum:none|static\", \"cpuManagerPolicyOptions\":\"map[string]string\", \"enableDebuggingHandlers\":\"bool\", \"evictionHard\":\"map[string]string\", \"evictionMinimumReclaim\":\"map[string]string\", \"imageGCHighThresholdPercent\":\"uint32\", \"imageGCLowThresholdPercent\":\"uint32\", \"maxParallelImagePulls\":\"int32\", \"maxPods\":\"uint16\", \"registryBurst\":\"int32\", \"registryPullQPS\":\"int32\", \"serializeImagePulls\":\"bool\"}, \"deprecated_at\":\"2026-09-29T00:00:00Z\", \"end_of_life_at\":\"2026-11-29T00:00:00Z\", \"released_at\":\"2025-09-29T00:00:00Z\"}, {\"region\":\"fr-par\", \"name\":\"1.33.4\", \"label\":\"Kubernetes 1.33.4\", \"available_cnis\":[\"cilium\", \"calico\", \"kilo\", \"none\"], \"available_container_runtimes\":[\"containerd\"], \"available_feature_gates\":[\"HPAScaleToZero\", \"DRAAdminAccess\", \"DynamicResourceAllocation\", \"PodLevelResources\", \"CPUManagerPolicyAlphaOptions\", \"ImageVolume\"], \"available_admission_plugins\":[\"AlwaysPullImages\", \"PodNodeSelector\", \"PodTolerationRestriction\"], \"available_kubelet_args\":{\"containerLogMaxFiles\":\"uint16\", \"containerLogMaxSize\":\"quantity\", \"cpuCFSQuota\":\"bool\", \"cpuCFSQuotaPeriod\":\"duration\", \"cpuManagerPolicy\":\"enum:none|static\", \"cpuManagerPolicyOptions\":\"map[string]string\", \"enableDebuggingHandlers\":\"bool\", \"evictionHard\":\"map[string]string\", \"evictionMinimumReclaim\":\"map[string]string\", \"imageGCHighThresholdPercent\":\"uint32\", \"imageGCLowThresholdPercent\":\"uint32\", \"maxParallelImagePulls\":\"int32\", \"maxPods\":\"uint16\", \"registryBurst\":\"int32\", \"registryPullQPS\":\"int32\", \"serializeImagePulls\":\"bool\"}, \"deprecated_at\":\"2026-09-04T00:00:00Z\", \"end_of_life_at\":\"2026-11-04T00:00:00Z\", \"released_at\":\"2025-09-04T00:00:00Z\"}, {\"region\":\"fr-par\", \"name\":\"1.32.8\", \"label\":\"Kubernetes 1.32.8\", \"available_cnis\":[\"cilium\", \"calico\", \"kilo\", \"none\"], \"available_container_runtimes\":[\"containerd\"], \"available_feature_gates\":[\"HPAScaleToZero\", \"InPlacePodVerticalScaling\", \"SidecarContainers\", \"DRAAdminAccess\", \"DRAResourceClaimDeviceStatus\", \"DynamicResourceAllocation\", \"PodLevelResources\", \"CPUManagerPolicyAlphaOptions\", \"ImageVolume\"], \"available_admission_plugins\":[\"AlwaysPullImages\", \"PodNodeSelector\", \"PodTolerationRestriction\"], \"available_kubelet_args\":{\"containerLogMaxFiles\":\"uint16\", \"containerLogMaxSize\":\"quantity\", \"cpuCFSQuota\":\"bool\", \"cpuCFSQuotaPeriod\":\"duration\", \"cpuManagerPolicy\":\"enum:none|static\", \"cpuManagerPolicyOptions\":\"map[string]string\", \"enableDebuggingHandlers\":\"bool\", \"evictionHard\":\"map[string]string\", \"evictionMinimumReclaim\":\"map[string]string\", \"imageGCHighThresholdPercent\":\"uint32\", \"imageGCLowThresholdPercent\":\"uint32\", \"maxParallelImagePulls\":\"int32\", \"maxPods\":\"uint16\", \"registryBurst\":\"int32\", \"registryPullQPS\":\"int32\", \"serializeImagePulls\":\"bool\"}, \"deprecated_at\":\"2026-03-24T00:00:00Z\", \"end_of_life_at\":\"2025-05-24T00:00:00Z\", \"released_at\":\"2025-03-24T00:00:00Z\"}, {\"region\":\"fr-par\", \"name\":\"1.31.12\", \"label\":\"Kubernetes 1.31.12\", \"available_cnis\":[\"cilium\", \"calico\", \"kilo\", \"none\"], \"available_container_runtimes\":[\"containerd\"], \"available_feature_gates\":[\"HPAScaleToZero\", \"InPlacePodVerticalScaling\", \"SidecarContainers\", \"CPUManagerPolicyAlphaOptions\", \"ImageVolume\"], \"available_admission_plugins\":[\"AlwaysPullImages\", \"PodNodeSelector\", \"PodTolerationRestriction\"], \"available_kubelet_args\":{\"containerLogMaxFiles\":\"uint16\", \"containerLogMaxSize\":\"quantity\", \"cpuCFSQuota\":\"bool\", \"cpuCFSQuotaPeriod\":\"duration\", \"cpuManagerPolicy\":\"enum:none|static\", \"cpuManagerPolicyOptions\":\"map[string]string\", \"enableDebuggingHandlers\":\"bool\", \"evictionHard\":\"map[string]string\", \"evictionMinimumReclaim\":\"map[string]string\", \"imageGCHighThresholdPercent\":\"uint32\", \"imageGCLowThresholdPercent\":\"uint32\", \"maxParallelImagePulls\":\"int32\", \"maxPods\":\"uint16\", \"registryBurst\":\"int32\", \"registryPullQPS\":\"int32\", \"serializeImagePulls\":\"bool\"}, \"deprecated_at\":\"2025-12-02T00:00:00Z\", \"end_of_life_at\":\"2026-02-02T00:00:00Z\", \"released_at\":\"2024-12-02T00:00:00Z\"}]}" + headers: + Content-Length: + - "4476" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:18:39 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 6167c9e3-43cd-47bb-8575-68a8fee181e9 + status: 200 OK + code: 200 + duration: 17.688949ms +- id: 2 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/versions/1.34.1 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1059 + body: "{\"region\":\"fr-par\", \"name\":\"1.34.1\", \"label\":\"Kubernetes 1.34.1\", \"available_cnis\":[\"cilium\", \"cilium_native\", \"calico\", \"kilo\", \"none\"], \"available_container_runtimes\":[\"containerd\"], \"available_feature_gates\":[\"HPAScaleToZero\", \"CPUManagerPolicyAlphaOptions\", \"ImageVolume\"], \"available_admission_plugins\":[\"AlwaysPullImages\", \"PodNodeSelector\", \"PodTolerationRestriction\"], \"available_kubelet_args\":{\"containerLogMaxFiles\":\"uint16\", \"containerLogMaxSize\":\"quantity\", \"cpuCFSQuota\":\"bool\", \"cpuCFSQuotaPeriod\":\"duration\", \"cpuManagerPolicy\":\"enum:none|static\", \"cpuManagerPolicyOptions\":\"map[string]string\", \"enableDebuggingHandlers\":\"bool\", \"evictionHard\":\"map[string]string\", \"evictionMinimumReclaim\":\"map[string]string\", \"imageGCHighThresholdPercent\":\"uint32\", \"imageGCLowThresholdPercent\":\"uint32\", \"maxParallelImagePulls\":\"int32\", \"maxPods\":\"uint16\", \"registryBurst\":\"int32\", \"registryPullQPS\":\"int32\", \"serializeImagePulls\":\"bool\"}, \"deprecated_at\":\"2026-09-29T00:00:00Z\", \"end_of_life_at\":\"2026-11-29T00:00:00Z\", \"released_at\":\"2025-09-29T00:00:00Z\"}" + headers: + Content-Length: + - "1059" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:18:39 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 6ffd8831-35cc-406b-b3ad-eba0ef3f9bf5 + status: 200 OK + code: 200 + duration: 23.549969ms +- id: 3 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/versions + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 4476 + body: "{\"versions\":[{\"region\":\"fr-par\", \"name\":\"1.34.1\", \"label\":\"Kubernetes 1.34.1\", \"available_cnis\":[\"cilium\", \"cilium_native\", \"calico\", \"kilo\", \"none\"], \"available_container_runtimes\":[\"containerd\"], \"available_feature_gates\":[\"HPAScaleToZero\", \"CPUManagerPolicyAlphaOptions\", \"ImageVolume\"], \"available_admission_plugins\":[\"AlwaysPullImages\", \"PodNodeSelector\", \"PodTolerationRestriction\"], \"available_kubelet_args\":{\"containerLogMaxFiles\":\"uint16\", \"containerLogMaxSize\":\"quantity\", \"cpuCFSQuota\":\"bool\", \"cpuCFSQuotaPeriod\":\"duration\", \"cpuManagerPolicy\":\"enum:none|static\", \"cpuManagerPolicyOptions\":\"map[string]string\", \"enableDebuggingHandlers\":\"bool\", \"evictionHard\":\"map[string]string\", \"evictionMinimumReclaim\":\"map[string]string\", \"imageGCHighThresholdPercent\":\"uint32\", \"imageGCLowThresholdPercent\":\"uint32\", \"maxParallelImagePulls\":\"int32\", \"maxPods\":\"uint16\", \"registryBurst\":\"int32\", \"registryPullQPS\":\"int32\", \"serializeImagePulls\":\"bool\"}, \"deprecated_at\":\"2026-09-29T00:00:00Z\", \"end_of_life_at\":\"2026-11-29T00:00:00Z\", \"released_at\":\"2025-09-29T00:00:00Z\"}, {\"region\":\"fr-par\", \"name\":\"1.33.4\", \"label\":\"Kubernetes 1.33.4\", \"available_cnis\":[\"cilium\", \"calico\", \"kilo\", \"none\"], \"available_container_runtimes\":[\"containerd\"], \"available_feature_gates\":[\"HPAScaleToZero\", \"DRAAdminAccess\", \"DynamicResourceAllocation\", \"PodLevelResources\", \"CPUManagerPolicyAlphaOptions\", \"ImageVolume\"], \"available_admission_plugins\":[\"AlwaysPullImages\", \"PodNodeSelector\", \"PodTolerationRestriction\"], \"available_kubelet_args\":{\"containerLogMaxFiles\":\"uint16\", \"containerLogMaxSize\":\"quantity\", \"cpuCFSQuota\":\"bool\", \"cpuCFSQuotaPeriod\":\"duration\", \"cpuManagerPolicy\":\"enum:none|static\", \"cpuManagerPolicyOptions\":\"map[string]string\", \"enableDebuggingHandlers\":\"bool\", \"evictionHard\":\"map[string]string\", \"evictionMinimumReclaim\":\"map[string]string\", \"imageGCHighThresholdPercent\":\"uint32\", \"imageGCLowThresholdPercent\":\"uint32\", \"maxParallelImagePulls\":\"int32\", \"maxPods\":\"uint16\", \"registryBurst\":\"int32\", \"registryPullQPS\":\"int32\", \"serializeImagePulls\":\"bool\"}, \"deprecated_at\":\"2026-09-04T00:00:00Z\", \"end_of_life_at\":\"2026-11-04T00:00:00Z\", \"released_at\":\"2025-09-04T00:00:00Z\"}, {\"region\":\"fr-par\", \"name\":\"1.32.8\", \"label\":\"Kubernetes 1.32.8\", \"available_cnis\":[\"cilium\", \"calico\", \"kilo\", \"none\"], \"available_container_runtimes\":[\"containerd\"], \"available_feature_gates\":[\"HPAScaleToZero\", \"InPlacePodVerticalScaling\", \"SidecarContainers\", \"DRAAdminAccess\", \"DRAResourceClaimDeviceStatus\", \"DynamicResourceAllocation\", \"PodLevelResources\", \"CPUManagerPolicyAlphaOptions\", \"ImageVolume\"], \"available_admission_plugins\":[\"AlwaysPullImages\", \"PodNodeSelector\", \"PodTolerationRestriction\"], \"available_kubelet_args\":{\"containerLogMaxFiles\":\"uint16\", \"containerLogMaxSize\":\"quantity\", \"cpuCFSQuota\":\"bool\", \"cpuCFSQuotaPeriod\":\"duration\", \"cpuManagerPolicy\":\"enum:none|static\", \"cpuManagerPolicyOptions\":\"map[string]string\", \"enableDebuggingHandlers\":\"bool\", \"evictionHard\":\"map[string]string\", \"evictionMinimumReclaim\":\"map[string]string\", \"imageGCHighThresholdPercent\":\"uint32\", \"imageGCLowThresholdPercent\":\"uint32\", \"maxParallelImagePulls\":\"int32\", \"maxPods\":\"uint16\", \"registryBurst\":\"int32\", \"registryPullQPS\":\"int32\", \"serializeImagePulls\":\"bool\"}, \"deprecated_at\":\"2026-03-24T00:00:00Z\", \"end_of_life_at\":\"2025-05-24T00:00:00Z\", \"released_at\":\"2025-03-24T00:00:00Z\"}, {\"region\":\"fr-par\", \"name\":\"1.31.12\", \"label\":\"Kubernetes 1.31.12\", \"available_cnis\":[\"cilium\", \"calico\", \"kilo\", \"none\"], \"available_container_runtimes\":[\"containerd\"], \"available_feature_gates\":[\"HPAScaleToZero\", \"InPlacePodVerticalScaling\", \"SidecarContainers\", \"CPUManagerPolicyAlphaOptions\", \"ImageVolume\"], \"available_admission_plugins\":[\"AlwaysPullImages\", \"PodNodeSelector\", \"PodTolerationRestriction\"], \"available_kubelet_args\":{\"containerLogMaxFiles\":\"uint16\", \"containerLogMaxSize\":\"quantity\", \"cpuCFSQuota\":\"bool\", \"cpuCFSQuotaPeriod\":\"duration\", \"cpuManagerPolicy\":\"enum:none|static\", \"cpuManagerPolicyOptions\":\"map[string]string\", \"enableDebuggingHandlers\":\"bool\", \"evictionHard\":\"map[string]string\", \"evictionMinimumReclaim\":\"map[string]string\", \"imageGCHighThresholdPercent\":\"uint32\", \"imageGCLowThresholdPercent\":\"uint32\", \"maxParallelImagePulls\":\"int32\", \"maxPods\":\"uint16\", \"registryBurst\":\"int32\", \"registryPullQPS\":\"int32\", \"serializeImagePulls\":\"bool\"}, \"deprecated_at\":\"2025-12-02T00:00:00Z\", \"end_of_life_at\":\"2026-02-02T00:00:00Z\", \"released_at\":\"2024-12-02T00:00:00Z\"}]}" + headers: + Content-Length: + - "4476" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:18:39 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - edc42036-eb18-4bfb-adaa-d6a3bde66c63 + status: 200 OK + code: 200 + duration: 17.638284ms +- id: 4 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/versions + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 4476 + body: "{\"versions\":[{\"region\":\"fr-par\", \"name\":\"1.34.1\", \"label\":\"Kubernetes 1.34.1\", \"available_cnis\":[\"cilium\", \"cilium_native\", \"calico\", \"kilo\", \"none\"], \"available_container_runtimes\":[\"containerd\"], \"available_feature_gates\":[\"HPAScaleToZero\", \"CPUManagerPolicyAlphaOptions\", \"ImageVolume\"], \"available_admission_plugins\":[\"AlwaysPullImages\", \"PodNodeSelector\", \"PodTolerationRestriction\"], \"available_kubelet_args\":{\"containerLogMaxFiles\":\"uint16\", \"containerLogMaxSize\":\"quantity\", \"cpuCFSQuota\":\"bool\", \"cpuCFSQuotaPeriod\":\"duration\", \"cpuManagerPolicy\":\"enum:none|static\", \"cpuManagerPolicyOptions\":\"map[string]string\", \"enableDebuggingHandlers\":\"bool\", \"evictionHard\":\"map[string]string\", \"evictionMinimumReclaim\":\"map[string]string\", \"imageGCHighThresholdPercent\":\"uint32\", \"imageGCLowThresholdPercent\":\"uint32\", \"maxParallelImagePulls\":\"int32\", \"maxPods\":\"uint16\", \"registryBurst\":\"int32\", \"registryPullQPS\":\"int32\", \"serializeImagePulls\":\"bool\"}, \"deprecated_at\":\"2026-09-29T00:00:00Z\", \"end_of_life_at\":\"2026-11-29T00:00:00Z\", \"released_at\":\"2025-09-29T00:00:00Z\"}, {\"region\":\"fr-par\", \"name\":\"1.33.4\", \"label\":\"Kubernetes 1.33.4\", \"available_cnis\":[\"cilium\", \"calico\", \"kilo\", \"none\"], \"available_container_runtimes\":[\"containerd\"], \"available_feature_gates\":[\"HPAScaleToZero\", \"DRAAdminAccess\", \"DynamicResourceAllocation\", \"PodLevelResources\", \"CPUManagerPolicyAlphaOptions\", \"ImageVolume\"], \"available_admission_plugins\":[\"AlwaysPullImages\", \"PodNodeSelector\", \"PodTolerationRestriction\"], \"available_kubelet_args\":{\"containerLogMaxFiles\":\"uint16\", \"containerLogMaxSize\":\"quantity\", \"cpuCFSQuota\":\"bool\", \"cpuCFSQuotaPeriod\":\"duration\", \"cpuManagerPolicy\":\"enum:none|static\", \"cpuManagerPolicyOptions\":\"map[string]string\", \"enableDebuggingHandlers\":\"bool\", \"evictionHard\":\"map[string]string\", \"evictionMinimumReclaim\":\"map[string]string\", \"imageGCHighThresholdPercent\":\"uint32\", \"imageGCLowThresholdPercent\":\"uint32\", \"maxParallelImagePulls\":\"int32\", \"maxPods\":\"uint16\", \"registryBurst\":\"int32\", \"registryPullQPS\":\"int32\", \"serializeImagePulls\":\"bool\"}, \"deprecated_at\":\"2026-09-04T00:00:00Z\", \"end_of_life_at\":\"2026-11-04T00:00:00Z\", \"released_at\":\"2025-09-04T00:00:00Z\"}, {\"region\":\"fr-par\", \"name\":\"1.32.8\", \"label\":\"Kubernetes 1.32.8\", \"available_cnis\":[\"cilium\", \"calico\", \"kilo\", \"none\"], \"available_container_runtimes\":[\"containerd\"], \"available_feature_gates\":[\"HPAScaleToZero\", \"InPlacePodVerticalScaling\", \"SidecarContainers\", \"DRAAdminAccess\", \"DRAResourceClaimDeviceStatus\", \"DynamicResourceAllocation\", \"PodLevelResources\", \"CPUManagerPolicyAlphaOptions\", \"ImageVolume\"], \"available_admission_plugins\":[\"AlwaysPullImages\", \"PodNodeSelector\", \"PodTolerationRestriction\"], \"available_kubelet_args\":{\"containerLogMaxFiles\":\"uint16\", \"containerLogMaxSize\":\"quantity\", \"cpuCFSQuota\":\"bool\", \"cpuCFSQuotaPeriod\":\"duration\", \"cpuManagerPolicy\":\"enum:none|static\", \"cpuManagerPolicyOptions\":\"map[string]string\", \"enableDebuggingHandlers\":\"bool\", \"evictionHard\":\"map[string]string\", \"evictionMinimumReclaim\":\"map[string]string\", \"imageGCHighThresholdPercent\":\"uint32\", \"imageGCLowThresholdPercent\":\"uint32\", \"maxParallelImagePulls\":\"int32\", \"maxPods\":\"uint16\", \"registryBurst\":\"int32\", \"registryPullQPS\":\"int32\", \"serializeImagePulls\":\"bool\"}, \"deprecated_at\":\"2026-03-24T00:00:00Z\", \"end_of_life_at\":\"2025-05-24T00:00:00Z\", \"released_at\":\"2025-03-24T00:00:00Z\"}, {\"region\":\"fr-par\", \"name\":\"1.31.12\", \"label\":\"Kubernetes 1.31.12\", \"available_cnis\":[\"cilium\", \"calico\", \"kilo\", \"none\"], \"available_container_runtimes\":[\"containerd\"], \"available_feature_gates\":[\"HPAScaleToZero\", \"InPlacePodVerticalScaling\", \"SidecarContainers\", \"CPUManagerPolicyAlphaOptions\", \"ImageVolume\"], \"available_admission_plugins\":[\"AlwaysPullImages\", \"PodNodeSelector\", \"PodTolerationRestriction\"], \"available_kubelet_args\":{\"containerLogMaxFiles\":\"uint16\", \"containerLogMaxSize\":\"quantity\", \"cpuCFSQuota\":\"bool\", \"cpuCFSQuotaPeriod\":\"duration\", \"cpuManagerPolicy\":\"enum:none|static\", \"cpuManagerPolicyOptions\":\"map[string]string\", \"enableDebuggingHandlers\":\"bool\", \"evictionHard\":\"map[string]string\", \"evictionMinimumReclaim\":\"map[string]string\", \"imageGCHighThresholdPercent\":\"uint32\", \"imageGCLowThresholdPercent\":\"uint32\", \"maxParallelImagePulls\":\"int32\", \"maxPods\":\"uint16\", \"registryBurst\":\"int32\", \"registryPullQPS\":\"int32\", \"serializeImagePulls\":\"bool\"}, \"deprecated_at\":\"2025-12-02T00:00:00Z\", \"end_of_life_at\":\"2026-02-02T00:00:00Z\", \"released_at\":\"2024-12-02T00:00:00Z\"}]}" + headers: + Content-Length: + - "4476" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:18:39 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - e6696f09-cfa8-48fa-a9a1-6b24e0b82319 + status: 200 OK + code: 200 + duration: 19.092904ms diff --git a/internal/services/k8s/testdata/pool-basic.cassette.yaml b/internal/services/k8s/testdata/pool-basic.cassette.yaml index 9560a18f0e..c7dd975dac 100644 --- a/internal/services/k8s/testdata/pool-basic.cassette.yaml +++ b/internal/services/k8s/testdata/pool-basic.cassette.yaml @@ -1,5154 +1,7830 @@ --- version: 2 interactions: - - id: 0 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/versions - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 4962 - uncompressed: false - body: '{"versions":[{"available_admission_plugins":["AlwaysPullImages","PodNodeSelector","PodTolerationRestriction"],"available_cnis":["cilium","cilium_native","calico","kilo","none"],"available_container_runtimes":["containerd"],"available_feature_gates":["HPAScaleToZero","CPUManagerPolicyAlphaOptions","ImageVolume"],"available_kubelet_args":{"containerLogMaxFiles":"uint16","containerLogMaxSize":"quantity","cpuCFSQuota":"bool","cpuCFSQuotaPeriod":"duration","cpuManagerPolicy":"enum:none|static","cpuManagerPolicyOptions":"map[string]string","enableDebuggingHandlers":"bool","evictionHard":"map[string]string","evictionMinimumReclaim":"map[string]string","imageGCHighThresholdPercent":"uint32","imageGCLowThresholdPercent":"uint32","maxParallelImagePulls":"int32","maxPods":"uint16","registryBurst":"int32","registryPullQPS":"int32","serializeImagePulls":"bool"},"label":"Kubernetes 1.34.1","name":"1.34.1","region":"fr-par"},{"available_admission_plugins":["AlwaysPullImages","PodNodeSelector","PodTolerationRestriction"],"available_cnis":["cilium","calico","kilo","none"],"available_container_runtimes":["containerd"],"available_feature_gates":["HPAScaleToZero","DRAAdminAccess","DynamicResourceAllocation","PodLevelResources","CPUManagerPolicyAlphaOptions","ImageVolume"],"available_kubelet_args":{"containerLogMaxFiles":"uint16","containerLogMaxSize":"quantity","cpuCFSQuota":"bool","cpuCFSQuotaPeriod":"duration","cpuManagerPolicy":"enum:none|static","cpuManagerPolicyOptions":"map[string]string","enableDebuggingHandlers":"bool","evictionHard":"map[string]string","evictionMinimumReclaim":"map[string]string","imageGCHighThresholdPercent":"uint32","imageGCLowThresholdPercent":"uint32","maxParallelImagePulls":"int32","maxPods":"uint16","registryBurst":"int32","registryPullQPS":"int32","serializeImagePulls":"bool"},"label":"Kubernetes 1.33.4","name":"1.33.4","region":"fr-par"},{"available_admission_plugins":["AlwaysPullImages","PodNodeSelector","PodTolerationRestriction"],"available_cnis":["cilium","calico","kilo","none"],"available_container_runtimes":["containerd"],"available_feature_gates":["HPAScaleToZero","InPlacePodVerticalScaling","SidecarContainers","DRAAdminAccess","DRAResourceClaimDeviceStatus","DynamicResourceAllocation","PodLevelResources","CPUManagerPolicyAlphaOptions","ImageVolume"],"available_kubelet_args":{"containerLogMaxFiles":"uint16","containerLogMaxSize":"quantity","cpuCFSQuota":"bool","cpuCFSQuotaPeriod":"duration","cpuManagerPolicy":"enum:none|static","cpuManagerPolicyOptions":"map[string]string","enableDebuggingHandlers":"bool","evictionHard":"map[string]string","evictionMinimumReclaim":"map[string]string","imageGCHighThresholdPercent":"uint32","imageGCLowThresholdPercent":"uint32","maxParallelImagePulls":"int32","maxPods":"uint16","registryBurst":"int32","registryPullQPS":"int32","serializeImagePulls":"bool"},"label":"Kubernetes 1.32.8","name":"1.32.8","region":"fr-par"},{"available_admission_plugins":["AlwaysPullImages","PodNodeSelector","PodTolerationRestriction"],"available_cnis":["cilium","calico","kilo","none"],"available_container_runtimes":["containerd"],"available_feature_gates":["HPAScaleToZero","InPlacePodVerticalScaling","SidecarContainers","CPUManagerPolicyAlphaOptions","ImageVolume"],"available_kubelet_args":{"containerLogMaxFiles":"uint16","containerLogMaxSize":"quantity","cpuCFSQuota":"bool","cpuCFSQuotaPeriod":"duration","cpuManagerPolicy":"enum:none|static","cpuManagerPolicyOptions":"map[string]string","enableDebuggingHandlers":"bool","evictionHard":"map[string]string","evictionMinimumReclaim":"map[string]string","imageGCHighThresholdPercent":"uint32","imageGCLowThresholdPercent":"uint32","maxParallelImagePulls":"int32","maxPods":"uint16","registryBurst":"int32","registryPullQPS":"int32","serializeImagePulls":"bool"},"label":"Kubernetes 1.31.12","name":"1.31.12","region":"fr-par"},{"available_admission_plugins":["AlwaysPullImages","PodNodeSelector","PodTolerationRestriction"],"available_cnis":["cilium","calico","kilo","none"],"available_container_runtimes":["containerd"],"available_feature_gates":["HPAScaleToZero","SidecarContainers","InPlacePodVerticalScaling","CPUManagerPolicyAlphaOptions"],"available_kubelet_args":{"containerLogMaxFiles":"uint16","containerLogMaxSize":"quantity","cpuCFSQuota":"bool","cpuCFSQuotaPeriod":"duration","cpuManagerPolicy":"enum:none|static","cpuManagerPolicyOptions":"map[string]string","enableDebuggingHandlers":"bool","evictionHard":"map[string]string","evictionMinimumReclaim":"map[string]string","imageGCHighThresholdPercent":"uint32","imageGCLowThresholdPercent":"uint32","maxParallelImagePulls":"int32","maxPods":"uint16","registryBurst":"int32","registryPullQPS":"int32","serializeImagePulls":"bool"},"label":"Kubernetes 1.30.14","name":"1.30.14","region":"fr-par"}]}' - headers: - Content-Length: - - "4962" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:22:08 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - ba4abe18-36be-415b-a728-6e8fb48a30ed - status: 200 OK - code: 200 - duration: 170.104334ms - - id: 1 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 117 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: '{"name":"tf-vpc-silly-dubinsky","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","tags":[],"enable_routing":false}' - form: {} - headers: - Content-Type: - - application/json - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/fr-par/vpcs - method: POST - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 419 - uncompressed: false - body: '{"created_at":"2025-09-30T09:22:08.452388Z","custom_routes_propagation_enabled":true,"id":"42ae893c-84fb-4b2d-8565-3ecc8bd5e3db","is_default":false,"name":"tf-vpc-silly-dubinsky","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","private_network_count":0,"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","routing_enabled":true,"tags":[],"updated_at":"2025-09-30T09:22:08.452388Z"}' - headers: - Content-Length: - - "419" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:22:08 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - f371daec-e70e-4356-af68-7181dae9eeef - status: 200 OK - code: 200 - duration: 69.885083ms - - id: 2 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/fr-par/vpcs/42ae893c-84fb-4b2d-8565-3ecc8bd5e3db - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 419 - uncompressed: false - body: '{"created_at":"2025-09-30T09:22:08.452388Z","custom_routes_propagation_enabled":true,"id":"42ae893c-84fb-4b2d-8565-3ecc8bd5e3db","is_default":false,"name":"tf-vpc-silly-dubinsky","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","private_network_count":0,"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","routing_enabled":true,"tags":[],"updated_at":"2025-09-30T09:22:08.452388Z"}' - headers: - Content-Length: - - "419" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:22:08 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 6cf62ff6-c86b-413e-868b-af730ebdbd89 - status: 200 OK - code: 200 - duration: 33.89775ms - - id: 3 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 195 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: '{"name":"test-pool-minimal","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","tags":[],"subnets":null,"vpc_id":"42ae893c-84fb-4b2d-8565-3ecc8bd5e3db","default_route_propagation_enabled":false}' - form: {} - headers: - Content-Type: - - application/json - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks - method: POST - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1088 - uncompressed: false - body: '{"created_at":"2025-09-30T09:22:08.571805Z","default_route_propagation_enabled":false,"dhcp_enabled":true,"id":"844e8249-84ef-46ed-849c-107a9d4bc198","name":"test-pool-minimal","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","subnets":[{"created_at":"2025-09-30T09:22:08.571805Z","id":"d3ea0d84-77d4-4a60-aff6-4504b4ebbba8","private_network_id":"844e8249-84ef-46ed-849c-107a9d4bc198","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","subnet":"172.17.124.0/22","updated_at":"2025-09-30T09:22:08.571805Z","vpc_id":"42ae893c-84fb-4b2d-8565-3ecc8bd5e3db"},{"created_at":"2025-09-30T09:22:08.571805Z","id":"739580f1-fe66-46ed-a22d-cbab77b70cab","private_network_id":"844e8249-84ef-46ed-849c-107a9d4bc198","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","subnet":"fd5f:519c:6d46:4eaa::/64","updated_at":"2025-09-30T09:22:08.571805Z","vpc_id":"42ae893c-84fb-4b2d-8565-3ecc8bd5e3db"}],"tags":[],"updated_at":"2025-09-30T09:22:08.571805Z","vpc_id":"42ae893c-84fb-4b2d-8565-3ecc8bd5e3db"}' - headers: - Content-Length: - - "1088" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:22:09 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 0e2b34af-ac76-4eca-b026-88634a325088 - status: 200 OK - code: 200 - duration: 621.612292ms - - id: 4 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks/844e8249-84ef-46ed-849c-107a9d4bc198 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1088 - uncompressed: false - body: '{"created_at":"2025-09-30T09:22:08.571805Z","default_route_propagation_enabled":false,"dhcp_enabled":true,"id":"844e8249-84ef-46ed-849c-107a9d4bc198","name":"test-pool-minimal","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","subnets":[{"created_at":"2025-09-30T09:22:08.571805Z","id":"d3ea0d84-77d4-4a60-aff6-4504b4ebbba8","private_network_id":"844e8249-84ef-46ed-849c-107a9d4bc198","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","subnet":"172.17.124.0/22","updated_at":"2025-09-30T09:22:08.571805Z","vpc_id":"42ae893c-84fb-4b2d-8565-3ecc8bd5e3db"},{"created_at":"2025-09-30T09:22:08.571805Z","id":"739580f1-fe66-46ed-a22d-cbab77b70cab","private_network_id":"844e8249-84ef-46ed-849c-107a9d4bc198","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","subnet":"fd5f:519c:6d46:4eaa::/64","updated_at":"2025-09-30T09:22:08.571805Z","vpc_id":"42ae893c-84fb-4b2d-8565-3ecc8bd5e3db"}],"tags":[],"updated_at":"2025-09-30T09:22:08.571805Z","vpc_id":"42ae893c-84fb-4b2d-8565-3ecc8bd5e3db"}' - headers: - Content-Length: - - "1088" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:22:09 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 9b65b536-8409-4068-a72a-f7adf330d57c - status: 200 OK - code: 200 - duration: 32.002708ms - - id: 5 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 698 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: '{"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","type":"","name":"test-pool-minimal","description":"","tags":["terraform-test","scaleway_k8s_cluster","minimal"],"version":"1.34.1","cni":"calico","pools":null,"autoscaler_config":{"scale_down_disabled":null,"scale_down_delay_after_add":null,"estimator":"unknown_estimator","expander":"unknown_expander","ignore_daemonsets_utilization":null,"balance_similar_node_groups":null,"expendable_pods_priority_cutoff":0,"scale_down_unneeded_time":null,"scale_down_utilization_threshold":null,"max_graceful_termination_sec":0},"feature_gates":[],"admission_plugins":[],"apiserver_cert_sans":[],"private_network_id":"844e8249-84ef-46ed-849c-107a9d4bc198"}' - form: {} - headers: - Content-Type: - - application/json - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters - method: POST - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1601 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://8e27bf96-2e0b-42f8-85fa-71e5faf5ccd4.api.k8s.fr-par.scw.cloud:6443","cni":"calico","commitment_ends_at":"2025-09-30T09:22:09.469486Z","created_at":"2025-09-30T09:22:09.469479Z","description":"","dns_wildcard":"*.8e27bf96-2e0b-42f8-85fa-71e5faf5ccd4.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"","id":"8e27bf96-2e0b-42f8-85fa-71e5faf5ccd4","name":"test-pool-minimal","new_images_enabled":false,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"100.64.0.0/15","private_network_id":"844e8249-84ef-46ed-849c-107a9d4bc198","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"10.32.0.0/20","service_dns_ip":"10.32.0.10","status":"creating","tags":["terraform-test","scaleway_k8s_cluster","minimal"],"type":"kapsule","updated_at":"2025-09-30T09:22:09.469479Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1601" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:22:09 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - fe921270-af6d-47be-bb5e-300f7a64c63d - status: 200 OK - code: 200 - duration: 318.389875ms - - id: 6 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/8e27bf96-2e0b-42f8-85fa-71e5faf5ccd4 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1565 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://8e27bf96-2e0b-42f8-85fa-71e5faf5ccd4.api.k8s.fr-par.scw.cloud:6443","cni":"calico","commitment_ends_at":"2025-09-30T09:22:09.469486Z","created_at":"2025-09-30T09:22:09.469479Z","description":"","dns_wildcard":"*.8e27bf96-2e0b-42f8-85fa-71e5faf5ccd4.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"","id":"8e27bf96-2e0b-42f8-85fa-71e5faf5ccd4","name":"test-pool-minimal","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":"844e8249-84ef-46ed-849c-107a9d4bc198","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"","service_dns_ip":"","status":"creating","tags":["terraform-test","scaleway_k8s_cluster","minimal"],"type":"kapsule","updated_at":"2025-09-30T09:22:09.469479Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1565" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:22:09 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 6f857e7b-53c0-4416-8afc-b45b2f2db6dd - status: 200 OK - code: 200 - duration: 91.123292ms - - id: 7 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/8e27bf96-2e0b-42f8-85fa-71e5faf5ccd4 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1606 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://8e27bf96-2e0b-42f8-85fa-71e5faf5ccd4.api.k8s.fr-par.scw.cloud:6443","cni":"calico","commitment_ends_at":"2025-09-30T09:22:09.469486Z","created_at":"2025-09-30T09:22:09.469479Z","description":"","dns_wildcard":"*.8e27bf96-2e0b-42f8-85fa-71e5faf5ccd4.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"7825902a-ee2f-436c-8f07-8129bf8203bf","id":"8e27bf96-2e0b-42f8-85fa-71e5faf5ccd4","name":"test-pool-minimal","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":"844e8249-84ef-46ed-849c-107a9d4bc198","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"","service_dns_ip":"","status":"pool_required","tags":["terraform-test","scaleway_k8s_cluster","minimal"],"type":"kapsule","updated_at":"2025-09-30T09:22:09.931902Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1606" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:22:14 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - a3739597-647d-40f1-bed2-b9caa1017bfb - status: 200 OK - code: 200 - duration: 87.3135ms - - id: 8 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/8e27bf96-2e0b-42f8-85fa-71e5faf5ccd4/pools?order_by=created_at_asc&page=1&status=unknown - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 29 - uncompressed: false - body: '{"pools":[],"total_count":0}' - headers: - Content-Length: - - "29" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:22:14 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - f54afd5d-1d1e-4fbe-81d6-0c866bfb524f - status: 200 OK - code: 200 - duration: 83.73025ms - - id: 9 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/8e27bf96-2e0b-42f8-85fa-71e5faf5ccd4 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1606 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://8e27bf96-2e0b-42f8-85fa-71e5faf5ccd4.api.k8s.fr-par.scw.cloud:6443","cni":"calico","commitment_ends_at":"2025-09-30T09:22:09.469486Z","created_at":"2025-09-30T09:22:09.469479Z","description":"","dns_wildcard":"*.8e27bf96-2e0b-42f8-85fa-71e5faf5ccd4.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"7825902a-ee2f-436c-8f07-8129bf8203bf","id":"8e27bf96-2e0b-42f8-85fa-71e5faf5ccd4","name":"test-pool-minimal","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":"844e8249-84ef-46ed-849c-107a9d4bc198","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"","service_dns_ip":"","status":"pool_required","tags":["terraform-test","scaleway_k8s_cluster","minimal"],"type":"kapsule","updated_at":"2025-09-30T09:22:09.931902Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1606" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:22:14 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 7e862496-b8d5-4ce3-86a3-2b65d471edac - status: 200 OK - code: 200 - duration: 91.232167ms - - id: 10 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/8e27bf96-2e0b-42f8-85fa-71e5faf5ccd4/kubeconfig - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1674 - uncompressed: false - body: '{"content":"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogInRlc3QtcG9vbC1taW5pbWFsIgogIGNsdXN0ZXI6CiAgICBjZXJ0aWZpY2F0ZS1hdXRob3JpdHktZGF0YTogTFMwdExTMUNSVWRKVGlCRFJWSlVTVVpKUTBGVVJTMHRMUzB0Q2sxSlNVSlhla05EUVZGSFowRjNTVUpCWjBsQ1FVUkJTMEpuWjNGb2EycFBVRkZSUkVGcVFWWk5VazEzUlZGWlJGWlJVVVJGZDNCeVpGZEtiR050Tld3S1pFZFdlazFDTkZoRVZFa3hUVVJyZVU5VVFUVk5ha2wzVDFadldFUlVUVEZOUkd0NVQxUkJOVTFxU1hkUFZtOTNSbFJGVkUxQ1JVZEJNVlZGUVhoTlN3cGhNMVpwV2xoS2RWcFlVbXhqZWtKYVRVSk5SMEo1Y1VkVFRUUTVRV2RGUjBORGNVZFRUVFE1UVhkRlNFRXdTVUZDVUd0d1YyRnVWRFpqYkdGVWRGWTNDbEZMTkRWNlZHWkxTSGx6VlRkR1ZVdFdhVTFMYm5Ga2VqaHBVWEpZZDJOaGVsRkJhRWxDTkZwcU4wc3dhVGRqVUhoek1qYzFia05rVTFFeEx6Z3pLMDBLV0VocWRHaHBaV3BSYWtKQlRVRTBSMEV4VldSRWQwVkNMM2RSUlVGM1NVTndSRUZRUW1kT1ZraFNUVUpCWmpoRlFsUkJSRUZSU0M5TlFqQkhRVEZWWkFwRVoxRlhRa0pTTjBkMWJHNTNNMmd6TkVkWmNuZGtNa0ZTVFZGeVJHSXdZMGw2UVV0Q1oyZHhhR3RxVDFCUlVVUkJaMDVKUVVSQ1JrRnBRbWRXVGxKQkNtSTRVREl3UmpWd09VUjFZMjR3VFVsTk5FZDBOMFk1T1hWR1p6YzRLMDVtVEhVeVIwZG5TV2hCVFN0TVp6aFVXbVV2V1c0MlZXbE9WMFJhYW5kQ2RsVUtaVlJFZVdSbU0xWkZhVFZLUjFjMEwxTjNZWFlLTFMwdExTMUZUa1FnUTBWU1ZFbEdTVU5CVkVVdExTMHRMUW89CiAgICBzZXJ2ZXI6IGh0dHBzOi8vOGUyN2JmOTYtMmUwYi00MmY4LTg1ZmEtNzFlNWZhZjVjY2Q0LmFwaS5rOHMuZnItcGFyLnNjdy5jbG91ZDo2NDQzCmNvbnRleHRzOgotIG5hbWU6IGFkbWluQHRlc3QtcG9vbC1taW5pbWFsCiAgY29udGV4dDoKICAgIGNsdXN0ZXI6ICJ0ZXN0LXBvb2wtbWluaW1hbCIKICAgIHVzZXI6IHRlc3QtcG9vbC1taW5pbWFsLWFkbWluCmN1cnJlbnQtY29udGV4dDogYWRtaW5AdGVzdC1wb29sLW1pbmltYWwKa2luZDogQ29uZmlnCnByZWZlcmVuY2VzOiB7fQp1c2VyczoKLSBuYW1lOiB0ZXN0LXBvb2wtbWluaW1hbC1hZG1pbgogIHVzZXI6CiAgICB0b2tlbjogVUtCZWdmVnhNNjAwZ1psNTJTSVZHY1FxTUlGSURrRXgxbUI3ZVc4bGJpMEZ0VkQxdFZ2cTg4Y0g=","content_type":"application/octet-stream","name":"kubeconfig"}' - headers: - Content-Length: - - "1674" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:22:14 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 112bf13c-b298-42e3-84df-38708e0670f0 - status: 200 OK - code: 200 - duration: 90.595125ms - - id: 11 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/8e27bf96-2e0b-42f8-85fa-71e5faf5ccd4 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1606 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://8e27bf96-2e0b-42f8-85fa-71e5faf5ccd4.api.k8s.fr-par.scw.cloud:6443","cni":"calico","commitment_ends_at":"2025-09-30T09:22:09.469486Z","created_at":"2025-09-30T09:22:09.469479Z","description":"","dns_wildcard":"*.8e27bf96-2e0b-42f8-85fa-71e5faf5ccd4.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"7825902a-ee2f-436c-8f07-8129bf8203bf","id":"8e27bf96-2e0b-42f8-85fa-71e5faf5ccd4","name":"test-pool-minimal","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":"844e8249-84ef-46ed-849c-107a9d4bc198","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"","service_dns_ip":"","status":"pool_required","tags":["terraform-test","scaleway_k8s_cluster","minimal"],"type":"kapsule","updated_at":"2025-09-30T09:22:09.931902Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1606" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:22:15 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 72d1036f-85ec-4fbc-bcca-b527e62b5bb9 - status: 200 OK - code: 200 - duration: 95.071584ms - - id: 12 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 320 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: '{"name":"test-pool-minimal","node_type":"pro2_xxs","autoscaling":true,"size":1,"min_size":1,"max_size":1,"container_runtime":"containerd","autohealing":true,"tags":["terraform-test","scaleway_k8s_cluster","default"],"kubelet_args":{},"zone":"fr-par-1","root_volume_type":"default_volume_type","public_ip_disabled":false}' - form: {} - headers: - Content-Type: - - application/json - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/8e27bf96-2e0b-42f8-85fa-71e5faf5ccd4/pools - method: POST - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 767 - uncompressed: false - body: '{"autohealing":true,"autoscaling":true,"cluster_id":"8e27bf96-2e0b-42f8-85fa-71e5faf5ccd4","container_runtime":"containerd","created_at":"2025-09-30T09:22:15.168956Z","id":"771f6283-cd8e-49e7-9371-2cb5f3b386f5","kubelet_args":{},"max_size":1,"min_size":1,"name":"test-pool-minimal","new_images_enabled":true,"node_type":"pro2_xxs","placement_group_id":null,"public_ip_disabled":false,"region":"fr-par","root_volume_size":20000000000,"root_volume_type":"sbs_5k","security_group_id":"d49109f7-0bad-4991-b0fb-853c658463d2","size":1,"status":"scaling","tags":["terraform-test","scaleway_k8s_cluster","default"],"updated_at":"2025-09-30T09:22:15.168956Z","upgrade_policy":{"max_surge":0,"max_unavailable":1},"version":"1.34.1","zone":"fr-par-1"}' - headers: - Content-Length: - - "767" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:22:15 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 81e93da4-5b11-4514-88a1-89d2cc80eb25 - status: 200 OK - code: 200 - duration: 177.712958ms - - id: 13 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/771f6283-cd8e-49e7-9371-2cb5f3b386f5 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 767 - uncompressed: false - body: '{"autohealing":true,"autoscaling":true,"cluster_id":"8e27bf96-2e0b-42f8-85fa-71e5faf5ccd4","container_runtime":"containerd","created_at":"2025-09-30T09:22:15.168956Z","id":"771f6283-cd8e-49e7-9371-2cb5f3b386f5","kubelet_args":{},"max_size":1,"min_size":1,"name":"test-pool-minimal","new_images_enabled":true,"node_type":"pro2_xxs","placement_group_id":null,"public_ip_disabled":false,"region":"fr-par","root_volume_size":20000000000,"root_volume_type":"sbs_5k","security_group_id":"d49109f7-0bad-4991-b0fb-853c658463d2","size":1,"status":"scaling","tags":["terraform-test","scaleway_k8s_cluster","default"],"updated_at":"2025-09-30T09:22:15.168956Z","upgrade_policy":{"max_surge":0,"max_unavailable":1},"version":"1.34.1","zone":"fr-par-1"}' - headers: - Content-Length: - - "767" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:22:15 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 459ef6dc-f229-40ef-8012-764d0778ce1c - status: 200 OK - code: 200 - duration: 91.407791ms - - id: 14 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/771f6283-cd8e-49e7-9371-2cb5f3b386f5 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 765 - uncompressed: false - body: '{"autohealing":true,"autoscaling":true,"cluster_id":"8e27bf96-2e0b-42f8-85fa-71e5faf5ccd4","container_runtime":"containerd","created_at":"2025-09-30T09:22:15.168956Z","id":"771f6283-cd8e-49e7-9371-2cb5f3b386f5","kubelet_args":{},"max_size":1,"min_size":1,"name":"test-pool-minimal","new_images_enabled":true,"node_type":"pro2_xxs","placement_group_id":null,"public_ip_disabled":false,"region":"fr-par","root_volume_size":20000000000,"root_volume_type":"sbs_5k","security_group_id":"d49109f7-0bad-4991-b0fb-853c658463d2","size":1,"status":"ready","tags":["terraform-test","scaleway_k8s_cluster","default"],"updated_at":"2025-09-30T09:29:53.556989Z","upgrade_policy":{"max_surge":0,"max_unavailable":1},"version":"1.34.1","zone":"fr-par-1"}' - headers: - Content-Length: - - "765" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:29:54 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 898c4347-356a-4e7f-9d87-af78db0f463c - status: 200 OK - code: 200 - duration: 84.417ms - - id: 15 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/8e27bf96-2e0b-42f8-85fa-71e5faf5ccd4 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1598 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://8e27bf96-2e0b-42f8-85fa-71e5faf5ccd4.api.k8s.fr-par.scw.cloud:6443","cni":"calico","commitment_ends_at":"2025-09-30T09:22:09.469486Z","created_at":"2025-09-30T09:22:09.469479Z","description":"","dns_wildcard":"*.8e27bf96-2e0b-42f8-85fa-71e5faf5ccd4.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"7825902a-ee2f-436c-8f07-8129bf8203bf","id":"8e27bf96-2e0b-42f8-85fa-71e5faf5ccd4","name":"test-pool-minimal","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":"844e8249-84ef-46ed-849c-107a9d4bc198","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"","service_dns_ip":"","status":"ready","tags":["terraform-test","scaleway_k8s_cluster","minimal"],"type":"kapsule","updated_at":"2025-09-30T09:28:34.550637Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1598" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:29:54 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - b22f5345-6c26-42ff-a4ba-47185f1fdeb7 - status: 200 OK - code: 200 - duration: 105.141166ms - - id: 16 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/771f6283-cd8e-49e7-9371-2cb5f3b386f5 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 765 - uncompressed: false - body: '{"autohealing":true,"autoscaling":true,"cluster_id":"8e27bf96-2e0b-42f8-85fa-71e5faf5ccd4","container_runtime":"containerd","created_at":"2025-09-30T09:22:15.168956Z","id":"771f6283-cd8e-49e7-9371-2cb5f3b386f5","kubelet_args":{},"max_size":1,"min_size":1,"name":"test-pool-minimal","new_images_enabled":true,"node_type":"pro2_xxs","placement_group_id":null,"public_ip_disabled":false,"region":"fr-par","root_volume_size":20000000000,"root_volume_type":"sbs_5k","security_group_id":"d49109f7-0bad-4991-b0fb-853c658463d2","size":1,"status":"ready","tags":["terraform-test","scaleway_k8s_cluster","default"],"updated_at":"2025-09-30T09:29:53.556989Z","upgrade_policy":{"max_surge":0,"max_unavailable":1},"version":"1.34.1","zone":"fr-par-1"}' - headers: - Content-Length: - - "765" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:29:55 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 1e368d6b-1971-449d-817f-938ce9d75880 - status: 200 OK - code: 200 - duration: 101.046ms - - id: 17 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/8e27bf96-2e0b-42f8-85fa-71e5faf5ccd4/nodes?order_by=created_at_asc&page=1&pool_id=771f6283-cd8e-49e7-9371-2cb5f3b386f5&status=unknown - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 621 - uncompressed: false - body: '{"nodes":[{"cluster_id":"8e27bf96-2e0b-42f8-85fa-71e5faf5ccd4","conditions":{"DiskPressure":"False","MemoryPressure":"False","PIDPressure":"False","Ready":"True"},"created_at":"2025-09-30T09:28:49.372108Z","error_message":"","id":"ab5bd627-6009-4be1-a52a-551e2805c4e0","name":"scw-test-pool-minimal-test-pool-minimal-ab5bd6","pool_id":"771f6283-cd8e-49e7-9371-2cb5f3b386f5","provider_id":"scaleway://instance/fr-par-1/145967b5-1025-4373-ae68-3bfc2d56cfd0","public_ip_v4":"163.172.149.221","public_ip_v6":null,"region":"fr-par","status":"ready","updated_at":"2025-09-30T09:29:53.542498Z"}],"total_count":1}' - headers: - Content-Length: - - "621" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:29:55 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - c68a8013-37db-4aea-9888-982e2fb01531 - status: 200 OK - code: 200 - duration: 87.35375ms - - id: 18 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/8e27bf96-2e0b-42f8-85fa-71e5faf5ccd4 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1598 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://8e27bf96-2e0b-42f8-85fa-71e5faf5ccd4.api.k8s.fr-par.scw.cloud:6443","cni":"calico","commitment_ends_at":"2025-09-30T09:22:09.469486Z","created_at":"2025-09-30T09:22:09.469479Z","description":"","dns_wildcard":"*.8e27bf96-2e0b-42f8-85fa-71e5faf5ccd4.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"7825902a-ee2f-436c-8f07-8129bf8203bf","id":"8e27bf96-2e0b-42f8-85fa-71e5faf5ccd4","name":"test-pool-minimal","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":"844e8249-84ef-46ed-849c-107a9d4bc198","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"","service_dns_ip":"","status":"ready","tags":["terraform-test","scaleway_k8s_cluster","minimal"],"type":"kapsule","updated_at":"2025-09-30T09:28:34.550637Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1598" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:29:55 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 2c4914bc-107f-4e0d-88d2-1f1e5269c880 - status: 200 OK - code: 200 - duration: 76.295292ms - - id: 19 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/ipam/v1/regions/fr-par/ips?order_by=created_at_desc&project_id=105bdce1-64c0-48ab-899d-868455867ecf&resource_name=scw-test-pool-minimal-test-pool-minimal-ab5bd6&resource_type=unknown_type - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1123 - uncompressed: false - body: '{"ips":[{"address":"fd5f:519c:6d46:4eaa:40a7:58cd:8494:9080/64","created_at":"2025-09-30T09:28:52.607864Z","id":"a14678f5-b50d-4dcf-9bbd-316badd65cc2","is_ipv6":true,"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","resource":{"id":"e2f3853b-7292-4d33-8742-26a6d62353c5","mac_address":"02:00:00:12:97:19","name":"scw-test-pool-minimal-test-pool-minimal-ab5bd6","type":"instance_private_nic"},"reverses":[],"source":{"subnet_id":"739580f1-fe66-46ed-a22d-cbab77b70cab"},"tags":[],"updated_at":"2025-09-30T09:28:52.607864Z","zone":null},{"address":"172.17.124.3/22","created_at":"2025-09-30T09:28:52.511807Z","id":"8c300470-e347-43eb-bf9a-579237e71e35","is_ipv6":false,"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","resource":{"id":"e2f3853b-7292-4d33-8742-26a6d62353c5","mac_address":"02:00:00:12:97:19","name":"scw-test-pool-minimal-test-pool-minimal-ab5bd6","type":"instance_private_nic"},"reverses":[],"source":{"subnet_id":"d3ea0d84-77d4-4a60-aff6-4504b4ebbba8"},"tags":[],"updated_at":"2025-09-30T09:28:52.511807Z","zone":null}],"total_count":2}' - headers: - Content-Length: - - "1123" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:29:55 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - bc19d1be-6858-4866-905f-8f512c5b9439 - status: 200 OK - code: 200 - duration: 71.97ms - - id: 20 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/8e27bf96-2e0b-42f8-85fa-71e5faf5ccd4 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1598 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://8e27bf96-2e0b-42f8-85fa-71e5faf5ccd4.api.k8s.fr-par.scw.cloud:6443","cni":"calico","commitment_ends_at":"2025-09-30T09:22:09.469486Z","created_at":"2025-09-30T09:22:09.469479Z","description":"","dns_wildcard":"*.8e27bf96-2e0b-42f8-85fa-71e5faf5ccd4.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"7825902a-ee2f-436c-8f07-8129bf8203bf","id":"8e27bf96-2e0b-42f8-85fa-71e5faf5ccd4","name":"test-pool-minimal","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":"844e8249-84ef-46ed-849c-107a9d4bc198","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"","service_dns_ip":"","status":"ready","tags":["terraform-test","scaleway_k8s_cluster","minimal"],"type":"kapsule","updated_at":"2025-09-30T09:28:34.550637Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1598" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:29:55 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 03a706f4-6a71-4299-b68a-32b2bf2c0f2c - status: 200 OK - code: 200 - duration: 73.264791ms - - id: 21 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/771f6283-cd8e-49e7-9371-2cb5f3b386f5 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 765 - uncompressed: false - body: '{"autohealing":true,"autoscaling":true,"cluster_id":"8e27bf96-2e0b-42f8-85fa-71e5faf5ccd4","container_runtime":"containerd","created_at":"2025-09-30T09:22:15.168956Z","id":"771f6283-cd8e-49e7-9371-2cb5f3b386f5","kubelet_args":{},"max_size":1,"min_size":1,"name":"test-pool-minimal","new_images_enabled":true,"node_type":"pro2_xxs","placement_group_id":null,"public_ip_disabled":false,"region":"fr-par","root_volume_size":20000000000,"root_volume_type":"sbs_5k","security_group_id":"d49109f7-0bad-4991-b0fb-853c658463d2","size":1,"status":"ready","tags":["terraform-test","scaleway_k8s_cluster","default"],"updated_at":"2025-09-30T09:29:53.556989Z","upgrade_policy":{"max_surge":0,"max_unavailable":1},"version":"1.34.1","zone":"fr-par-1"}' - headers: - Content-Length: - - "765" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:29:55 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - ced3d099-b7d6-4479-a9cf-33d1418c09ff - status: 200 OK - code: 200 - duration: 89.571167ms - - id: 22 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/8e27bf96-2e0b-42f8-85fa-71e5faf5ccd4/nodes?order_by=created_at_asc&pool_id=771f6283-cd8e-49e7-9371-2cb5f3b386f5&status=unknown - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 621 - uncompressed: false - body: '{"nodes":[{"cluster_id":"8e27bf96-2e0b-42f8-85fa-71e5faf5ccd4","conditions":{"DiskPressure":"False","MemoryPressure":"False","PIDPressure":"False","Ready":"True"},"created_at":"2025-09-30T09:28:49.372108Z","error_message":"","id":"ab5bd627-6009-4be1-a52a-551e2805c4e0","name":"scw-test-pool-minimal-test-pool-minimal-ab5bd6","pool_id":"771f6283-cd8e-49e7-9371-2cb5f3b386f5","provider_id":"scaleway://instance/fr-par-1/145967b5-1025-4373-ae68-3bfc2d56cfd0","public_ip_v4":"163.172.149.221","public_ip_v6":null,"region":"fr-par","status":"ready","updated_at":"2025-09-30T09:29:53.542498Z"}],"total_count":1}' - headers: - Content-Length: - - "621" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:29:55 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - dfee2924-9755-447b-a559-26f751f1c97c - status: 200 OK - code: 200 - duration: 86.298834ms - - id: 23 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/145967b5-1025-4373-ae68-3bfc2d56cfd0 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 3905 - uncompressed: false - body: '{"server":{"admin_password_encrypted_value":null,"admin_password_encryption_ssh_key_id":null,"allowed_actions":["poweroff","terminate","reboot","stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":null,"commercial_type":"PRO2-XXS","creation_date":"2025-09-30T09:28:50.114571+00:00","dynamic_ip_required":false,"enable_ipv6":false,"end_of_service":false,"extra_networks":[],"filesystems":[],"hostname":"scw-test-pool-minimal-test-pool-minimal-ab5bd6","id":"145967b5-1025-4373-ae68-3bfc2d56cfd0","image":{"arch":"x86_64","creation_date":"2025-09-29T14:12:08.272227+00:00","default_bootscript":null,"extra_volumes":{},"from_server":"","id":"ff54ca27-0181-4a39-8446-4b3c85f97898","modification_date":"2025-09-29T14:12:08.272227+00:00","name":"k8s_base_node_instance","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"db438ad9-80c6-4640-a43d-9cb076cc57bb","name":"","size":0,"volume_type":"sbs_snapshot"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"96","hypervisor_id":"401","node_id":"33","platform_id":"14","zone_id":"fr-par-1"},"mac_address":"de:00:00:ca:fc:df","maintenances":[],"modification_date":"2025-09-30T09:28:55.126042+00:00","name":"scw-test-pool-minimal-test-pool-minimal-ab5bd6","organization":"105bdce1-64c0-48ab-899d-868455867ecf","placement_group":null,"private_ip":null,"private_nics":[{"creation_date":"2025-09-30T09:28:52.292933+00:00","id":"e2f3853b-7292-4d33-8742-26a6d62353c5","ipam_ip_ids":["8c300470-e347-43eb-bf9a-579237e71e35","a14678f5-b50d-4dcf-9bbd-316badd65cc2"],"mac_address":"02:00:00:12:97:19","modification_date":"2025-09-30T09:28:52.403100+00:00","private_network_id":"844e8249-84ef-46ed-849c-107a9d4bc198","server_id":"145967b5-1025-4373-ae68-3bfc2d56cfd0","state":"available","tags":[],"zone":"fr-par-1"}],"project":"105bdce1-64c0-48ab-899d-868455867ecf","protected":false,"public_ip":{"address":"163.172.149.221","dynamic":false,"family":"inet","gateway":"62.210.0.1","id":"5e1fe2cf-537e-4763-9643-89980a20a0b0","ipam_id":"e88cc028-d2c9-4a9a-a857-4cb90d34f6a3","netmask":"32","provisioning_mode":"dhcp","state":"attached","tags":["kapsule=8e27bf96-2e0b-42f8-85fa-71e5faf5ccd4","node-name=scw-test-pool-minimal-test-pool-minimal-ab5bd6"]},"public_ips":[{"address":"163.172.149.221","dynamic":false,"family":"inet","gateway":"62.210.0.1","id":"5e1fe2cf-537e-4763-9643-89980a20a0b0","ipam_id":"e88cc028-d2c9-4a9a-a857-4cb90d34f6a3","netmask":"32","provisioning_mode":"dhcp","state":"attached","tags":["kapsule=8e27bf96-2e0b-42f8-85fa-71e5faf5ccd4","node-name=scw-test-pool-minimal-test-pool-minimal-ab5bd6"]},{"address":"2001:bc8:710:a9cf:dc00:ff:feca:fcdf","dynamic":false,"family":"inet6","gateway":"fe80::dc00:ff:feca:fce0","id":"00d759df-c6f1-4823-84fa-cb1cd78f9466","ipam_id":"bff2e976-be9f-4f8e-a465-71281e11fbb9","netmask":"64","provisioning_mode":"slaac","state":"attached","tags":["kapsule=8e27bf96-2e0b-42f8-85fa-71e5faf5ccd4","node-name=scw-test-pool-minimal-test-pool-minimal-ab5bd6"]}],"routed_ip_enabled":true,"security_group":{"id":"d49109f7-0bad-4991-b0fb-853c658463d2","name":"Kapsule default security group"},"state":"running","state_detail":"booting kernel","tags":["kapsule=8e27bf96-2e0b-42f8-85fa-71e5faf5ccd4","pool=771f6283-cd8e-49e7-9371-2cb5f3b386f5","pool-name=test-pool-minimal","runtime=containerd","managed=true","terraform-test","scaleway_k8s_cluster","default","node=ab5bd627-6009-4be1-a52a-551e2805c4e0"],"volumes":{"0":{"boot":true,"id":"00a4f04a-5a53-4080-b196-b0ec95ebf189","state":"available","volume_type":"sbs_volume","zone":"fr-par-1"}},"zone":"fr-par-1"}}' - headers: - Content-Length: - - "3905" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:29:55 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - a9d466bc-2249-4446-86e2-26eb7cdb0f52 - status: 200 OK - code: 200 - duration: 185.005042ms - - id: 24 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/fr-par/vpcs/42ae893c-84fb-4b2d-8565-3ecc8bd5e3db - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 419 - uncompressed: false - body: '{"created_at":"2025-09-30T09:22:08.452388Z","custom_routes_propagation_enabled":true,"id":"42ae893c-84fb-4b2d-8565-3ecc8bd5e3db","is_default":false,"name":"tf-vpc-silly-dubinsky","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","private_network_count":1,"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","routing_enabled":true,"tags":[],"updated_at":"2025-09-30T09:22:08.452388Z"}' - headers: - Content-Length: - - "419" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:29:56 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - a4d12efd-8b07-4274-8b82-265dd54cc9be - status: 200 OK - code: 200 - duration: 31.229417ms - - id: 25 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks/844e8249-84ef-46ed-849c-107a9d4bc198 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1088 - uncompressed: false - body: '{"created_at":"2025-09-30T09:22:08.571805Z","default_route_propagation_enabled":false,"dhcp_enabled":true,"id":"844e8249-84ef-46ed-849c-107a9d4bc198","name":"test-pool-minimal","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","subnets":[{"created_at":"2025-09-30T09:22:08.571805Z","id":"d3ea0d84-77d4-4a60-aff6-4504b4ebbba8","private_network_id":"844e8249-84ef-46ed-849c-107a9d4bc198","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","subnet":"172.17.124.0/22","updated_at":"2025-09-30T09:22:08.571805Z","vpc_id":"42ae893c-84fb-4b2d-8565-3ecc8bd5e3db"},{"created_at":"2025-09-30T09:22:08.571805Z","id":"739580f1-fe66-46ed-a22d-cbab77b70cab","private_network_id":"844e8249-84ef-46ed-849c-107a9d4bc198","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","subnet":"fd5f:519c:6d46:4eaa::/64","updated_at":"2025-09-30T09:22:08.571805Z","vpc_id":"42ae893c-84fb-4b2d-8565-3ecc8bd5e3db"}],"tags":[],"updated_at":"2025-09-30T09:22:08.571805Z","vpc_id":"42ae893c-84fb-4b2d-8565-3ecc8bd5e3db"}' - headers: - Content-Length: - - "1088" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:29:56 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - df204899-3a71-4179-8709-47e39a2c569b - status: 200 OK - code: 200 - duration: 30.726125ms - - id: 26 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/8e27bf96-2e0b-42f8-85fa-71e5faf5ccd4 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1598 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://8e27bf96-2e0b-42f8-85fa-71e5faf5ccd4.api.k8s.fr-par.scw.cloud:6443","cni":"calico","commitment_ends_at":"2025-09-30T09:22:09.469486Z","created_at":"2025-09-30T09:22:09.469479Z","description":"","dns_wildcard":"*.8e27bf96-2e0b-42f8-85fa-71e5faf5ccd4.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"7825902a-ee2f-436c-8f07-8129bf8203bf","id":"8e27bf96-2e0b-42f8-85fa-71e5faf5ccd4","name":"test-pool-minimal","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":"844e8249-84ef-46ed-849c-107a9d4bc198","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"","service_dns_ip":"","status":"ready","tags":["terraform-test","scaleway_k8s_cluster","minimal"],"type":"kapsule","updated_at":"2025-09-30T09:28:34.550637Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1598" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:29:56 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - d3356ed0-69cf-43e9-9acf-eeefb375d98c - status: 200 OK - code: 200 - duration: 95.237542ms - - id: 27 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/8e27bf96-2e0b-42f8-85fa-71e5faf5ccd4/kubeconfig - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1674 - uncompressed: false - body: '{"content":"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogInRlc3QtcG9vbC1taW5pbWFsIgogIGNsdXN0ZXI6CiAgICBjZXJ0aWZpY2F0ZS1hdXRob3JpdHktZGF0YTogTFMwdExTMUNSVWRKVGlCRFJWSlVTVVpKUTBGVVJTMHRMUzB0Q2sxSlNVSlhla05EUVZGSFowRjNTVUpCWjBsQ1FVUkJTMEpuWjNGb2EycFBVRkZSUkVGcVFWWk5VazEzUlZGWlJGWlJVVVJGZDNCeVpGZEtiR050Tld3S1pFZFdlazFDTkZoRVZFa3hUVVJyZVU5VVFUVk5ha2wzVDFadldFUlVUVEZOUkd0NVQxUkJOVTFxU1hkUFZtOTNSbFJGVkUxQ1JVZEJNVlZGUVhoTlN3cGhNMVpwV2xoS2RWcFlVbXhqZWtKYVRVSk5SMEo1Y1VkVFRUUTVRV2RGUjBORGNVZFRUVFE1UVhkRlNFRXdTVUZDVUd0d1YyRnVWRFpqYkdGVWRGWTNDbEZMTkRWNlZHWkxTSGx6VlRkR1ZVdFdhVTFMYm5Ga2VqaHBVWEpZZDJOaGVsRkJhRWxDTkZwcU4wc3dhVGRqVUhoek1qYzFia05rVTFFeEx6Z3pLMDBLV0VocWRHaHBaV3BSYWtKQlRVRTBSMEV4VldSRWQwVkNMM2RSUlVGM1NVTndSRUZRUW1kT1ZraFNUVUpCWmpoRlFsUkJSRUZSU0M5TlFqQkhRVEZWWkFwRVoxRlhRa0pTTjBkMWJHNTNNMmd6TkVkWmNuZGtNa0ZTVFZGeVJHSXdZMGw2UVV0Q1oyZHhhR3RxVDFCUlVVUkJaMDVKUVVSQ1JrRnBRbWRXVGxKQkNtSTRVREl3UmpWd09VUjFZMjR3VFVsTk5FZDBOMFk1T1hWR1p6YzRLMDVtVEhVeVIwZG5TV2hCVFN0TVp6aFVXbVV2V1c0MlZXbE9WMFJhYW5kQ2RsVUtaVlJFZVdSbU0xWkZhVFZLUjFjMEwxTjNZWFlLTFMwdExTMUZUa1FnUTBWU1ZFbEdTVU5CVkVVdExTMHRMUW89CiAgICBzZXJ2ZXI6IGh0dHBzOi8vOGUyN2JmOTYtMmUwYi00MmY4LTg1ZmEtNzFlNWZhZjVjY2Q0LmFwaS5rOHMuZnItcGFyLnNjdy5jbG91ZDo2NDQzCmNvbnRleHRzOgotIG5hbWU6IGFkbWluQHRlc3QtcG9vbC1taW5pbWFsCiAgY29udGV4dDoKICAgIGNsdXN0ZXI6ICJ0ZXN0LXBvb2wtbWluaW1hbCIKICAgIHVzZXI6IHRlc3QtcG9vbC1taW5pbWFsLWFkbWluCmN1cnJlbnQtY29udGV4dDogYWRtaW5AdGVzdC1wb29sLW1pbmltYWwKa2luZDogQ29uZmlnCnByZWZlcmVuY2VzOiB7fQp1c2VyczoKLSBuYW1lOiB0ZXN0LXBvb2wtbWluaW1hbC1hZG1pbgogIHVzZXI6CiAgICB0b2tlbjogVUtCZWdmVnhNNjAwZ1psNTJTSVZHY1FxTUlGSURrRXgxbUI3ZVc4bGJpMEZ0VkQxdFZ2cTg4Y0g=","content_type":"application/octet-stream","name":"kubeconfig"}' - headers: - Content-Length: - - "1674" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:29:56 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - be424fa6-6ed8-4d6e-8f2c-5a5ed85fff2c - status: 200 OK - code: 200 - duration: 95.397292ms - - id: 28 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/771f6283-cd8e-49e7-9371-2cb5f3b386f5 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 765 - uncompressed: false - body: '{"autohealing":true,"autoscaling":true,"cluster_id":"8e27bf96-2e0b-42f8-85fa-71e5faf5ccd4","container_runtime":"containerd","created_at":"2025-09-30T09:22:15.168956Z","id":"771f6283-cd8e-49e7-9371-2cb5f3b386f5","kubelet_args":{},"max_size":1,"min_size":1,"name":"test-pool-minimal","new_images_enabled":true,"node_type":"pro2_xxs","placement_group_id":null,"public_ip_disabled":false,"region":"fr-par","root_volume_size":20000000000,"root_volume_type":"sbs_5k","security_group_id":"d49109f7-0bad-4991-b0fb-853c658463d2","size":1,"status":"ready","tags":["terraform-test","scaleway_k8s_cluster","default"],"updated_at":"2025-09-30T09:29:53.556989Z","upgrade_policy":{"max_surge":0,"max_unavailable":1},"version":"1.34.1","zone":"fr-par-1"}' - headers: - Content-Length: - - "765" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:29:56 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 41912a50-8df4-4c85-9b34-01569179ee4b - status: 200 OK - code: 200 - duration: 85.074875ms - - id: 29 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/8e27bf96-2e0b-42f8-85fa-71e5faf5ccd4/nodes?order_by=created_at_asc&page=1&pool_id=771f6283-cd8e-49e7-9371-2cb5f3b386f5&status=unknown - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 621 - uncompressed: false - body: '{"nodes":[{"cluster_id":"8e27bf96-2e0b-42f8-85fa-71e5faf5ccd4","conditions":{"DiskPressure":"False","MemoryPressure":"False","PIDPressure":"False","Ready":"True"},"created_at":"2025-09-30T09:28:49.372108Z","error_message":"","id":"ab5bd627-6009-4be1-a52a-551e2805c4e0","name":"scw-test-pool-minimal-test-pool-minimal-ab5bd6","pool_id":"771f6283-cd8e-49e7-9371-2cb5f3b386f5","provider_id":"scaleway://instance/fr-par-1/145967b5-1025-4373-ae68-3bfc2d56cfd0","public_ip_v4":"163.172.149.221","public_ip_v6":null,"region":"fr-par","status":"ready","updated_at":"2025-09-30T09:29:53.542498Z"}],"total_count":1}' - headers: - Content-Length: - - "621" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:29:56 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - d54620f6-fb1c-4d06-b36b-230934860ce8 - status: 200 OK - code: 200 - duration: 82.287167ms - - id: 30 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/8e27bf96-2e0b-42f8-85fa-71e5faf5ccd4 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1598 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://8e27bf96-2e0b-42f8-85fa-71e5faf5ccd4.api.k8s.fr-par.scw.cloud:6443","cni":"calico","commitment_ends_at":"2025-09-30T09:22:09.469486Z","created_at":"2025-09-30T09:22:09.469479Z","description":"","dns_wildcard":"*.8e27bf96-2e0b-42f8-85fa-71e5faf5ccd4.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"7825902a-ee2f-436c-8f07-8129bf8203bf","id":"8e27bf96-2e0b-42f8-85fa-71e5faf5ccd4","name":"test-pool-minimal","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":"844e8249-84ef-46ed-849c-107a9d4bc198","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"","service_dns_ip":"","status":"ready","tags":["terraform-test","scaleway_k8s_cluster","minimal"],"type":"kapsule","updated_at":"2025-09-30T09:28:34.550637Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1598" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:29:56 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 06b0fce9-fd89-4631-843d-2f40815e9317 - status: 200 OK - code: 200 - duration: 216.141625ms - - id: 31 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/ipam/v1/regions/fr-par/ips?order_by=created_at_desc&project_id=105bdce1-64c0-48ab-899d-868455867ecf&resource_name=scw-test-pool-minimal-test-pool-minimal-ab5bd6&resource_type=unknown_type - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1123 - uncompressed: false - body: '{"ips":[{"address":"fd5f:519c:6d46:4eaa:40a7:58cd:8494:9080/64","created_at":"2025-09-30T09:28:52.607864Z","id":"a14678f5-b50d-4dcf-9bbd-316badd65cc2","is_ipv6":true,"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","resource":{"id":"e2f3853b-7292-4d33-8742-26a6d62353c5","mac_address":"02:00:00:12:97:19","name":"scw-test-pool-minimal-test-pool-minimal-ab5bd6","type":"instance_private_nic"},"reverses":[],"source":{"subnet_id":"739580f1-fe66-46ed-a22d-cbab77b70cab"},"tags":[],"updated_at":"2025-09-30T09:28:52.607864Z","zone":null},{"address":"172.17.124.3/22","created_at":"2025-09-30T09:28:52.511807Z","id":"8c300470-e347-43eb-bf9a-579237e71e35","is_ipv6":false,"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","resource":{"id":"e2f3853b-7292-4d33-8742-26a6d62353c5","mac_address":"02:00:00:12:97:19","name":"scw-test-pool-minimal-test-pool-minimal-ab5bd6","type":"instance_private_nic"},"reverses":[],"source":{"subnet_id":"d3ea0d84-77d4-4a60-aff6-4504b4ebbba8"},"tags":[],"updated_at":"2025-09-30T09:28:52.511807Z","zone":null}],"total_count":2}' - headers: - Content-Length: - - "1123" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:29:56 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 071bce6c-c7a0-4f67-8e49-94bc370c4934 - status: 200 OK - code: 200 - duration: 33.939042ms - - id: 32 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/fr-par/vpcs/42ae893c-84fb-4b2d-8565-3ecc8bd5e3db - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 419 - uncompressed: false - body: '{"created_at":"2025-09-30T09:22:08.452388Z","custom_routes_propagation_enabled":true,"id":"42ae893c-84fb-4b2d-8565-3ecc8bd5e3db","is_default":false,"name":"tf-vpc-silly-dubinsky","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","private_network_count":1,"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","routing_enabled":true,"tags":[],"updated_at":"2025-09-30T09:22:08.452388Z"}' - headers: - Content-Length: - - "419" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:29:57 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - cb6e4e2c-14db-4f73-9e32-e6de5ab9b91c - status: 200 OK - code: 200 - duration: 33.497958ms - - id: 33 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks/844e8249-84ef-46ed-849c-107a9d4bc198 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1088 - uncompressed: false - body: '{"created_at":"2025-09-30T09:22:08.571805Z","default_route_propagation_enabled":false,"dhcp_enabled":true,"id":"844e8249-84ef-46ed-849c-107a9d4bc198","name":"test-pool-minimal","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","subnets":[{"created_at":"2025-09-30T09:22:08.571805Z","id":"d3ea0d84-77d4-4a60-aff6-4504b4ebbba8","private_network_id":"844e8249-84ef-46ed-849c-107a9d4bc198","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","subnet":"172.17.124.0/22","updated_at":"2025-09-30T09:22:08.571805Z","vpc_id":"42ae893c-84fb-4b2d-8565-3ecc8bd5e3db"},{"created_at":"2025-09-30T09:22:08.571805Z","id":"739580f1-fe66-46ed-a22d-cbab77b70cab","private_network_id":"844e8249-84ef-46ed-849c-107a9d4bc198","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","subnet":"fd5f:519c:6d46:4eaa::/64","updated_at":"2025-09-30T09:22:08.571805Z","vpc_id":"42ae893c-84fb-4b2d-8565-3ecc8bd5e3db"}],"tags":[],"updated_at":"2025-09-30T09:22:08.571805Z","vpc_id":"42ae893c-84fb-4b2d-8565-3ecc8bd5e3db"}' - headers: - Content-Length: - - "1088" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:29:57 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 7d492da0-5546-428b-a8b2-701560774c16 - status: 200 OK - code: 200 - duration: 26.518125ms - - id: 34 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/8e27bf96-2e0b-42f8-85fa-71e5faf5ccd4 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1598 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://8e27bf96-2e0b-42f8-85fa-71e5faf5ccd4.api.k8s.fr-par.scw.cloud:6443","cni":"calico","commitment_ends_at":"2025-09-30T09:22:09.469486Z","created_at":"2025-09-30T09:22:09.469479Z","description":"","dns_wildcard":"*.8e27bf96-2e0b-42f8-85fa-71e5faf5ccd4.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"7825902a-ee2f-436c-8f07-8129bf8203bf","id":"8e27bf96-2e0b-42f8-85fa-71e5faf5ccd4","name":"test-pool-minimal","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":"844e8249-84ef-46ed-849c-107a9d4bc198","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"","service_dns_ip":"","status":"ready","tags":["terraform-test","scaleway_k8s_cluster","minimal"],"type":"kapsule","updated_at":"2025-09-30T09:28:34.550637Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1598" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:29:57 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - a845e258-313b-48d7-8058-0a4d60abbd9b - status: 200 OK - code: 200 - duration: 78.825458ms - - id: 35 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/8e27bf96-2e0b-42f8-85fa-71e5faf5ccd4/kubeconfig - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1674 - uncompressed: false - body: '{"content":"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogInRlc3QtcG9vbC1taW5pbWFsIgogIGNsdXN0ZXI6CiAgICBjZXJ0aWZpY2F0ZS1hdXRob3JpdHktZGF0YTogTFMwdExTMUNSVWRKVGlCRFJWSlVTVVpKUTBGVVJTMHRMUzB0Q2sxSlNVSlhla05EUVZGSFowRjNTVUpCWjBsQ1FVUkJTMEpuWjNGb2EycFBVRkZSUkVGcVFWWk5VazEzUlZGWlJGWlJVVVJGZDNCeVpGZEtiR050Tld3S1pFZFdlazFDTkZoRVZFa3hUVVJyZVU5VVFUVk5ha2wzVDFadldFUlVUVEZOUkd0NVQxUkJOVTFxU1hkUFZtOTNSbFJGVkUxQ1JVZEJNVlZGUVhoTlN3cGhNMVpwV2xoS2RWcFlVbXhqZWtKYVRVSk5SMEo1Y1VkVFRUUTVRV2RGUjBORGNVZFRUVFE1UVhkRlNFRXdTVUZDVUd0d1YyRnVWRFpqYkdGVWRGWTNDbEZMTkRWNlZHWkxTSGx6VlRkR1ZVdFdhVTFMYm5Ga2VqaHBVWEpZZDJOaGVsRkJhRWxDTkZwcU4wc3dhVGRqVUhoek1qYzFia05rVTFFeEx6Z3pLMDBLV0VocWRHaHBaV3BSYWtKQlRVRTBSMEV4VldSRWQwVkNMM2RSUlVGM1NVTndSRUZRUW1kT1ZraFNUVUpCWmpoRlFsUkJSRUZSU0M5TlFqQkhRVEZWWkFwRVoxRlhRa0pTTjBkMWJHNTNNMmd6TkVkWmNuZGtNa0ZTVFZGeVJHSXdZMGw2UVV0Q1oyZHhhR3RxVDFCUlVVUkJaMDVKUVVSQ1JrRnBRbWRXVGxKQkNtSTRVREl3UmpWd09VUjFZMjR3VFVsTk5FZDBOMFk1T1hWR1p6YzRLMDVtVEhVeVIwZG5TV2hCVFN0TVp6aFVXbVV2V1c0MlZXbE9WMFJhYW5kQ2RsVUtaVlJFZVdSbU0xWkZhVFZLUjFjMEwxTjNZWFlLTFMwdExTMUZUa1FnUTBWU1ZFbEdTVU5CVkVVdExTMHRMUW89CiAgICBzZXJ2ZXI6IGh0dHBzOi8vOGUyN2JmOTYtMmUwYi00MmY4LTg1ZmEtNzFlNWZhZjVjY2Q0LmFwaS5rOHMuZnItcGFyLnNjdy5jbG91ZDo2NDQzCmNvbnRleHRzOgotIG5hbWU6IGFkbWluQHRlc3QtcG9vbC1taW5pbWFsCiAgY29udGV4dDoKICAgIGNsdXN0ZXI6ICJ0ZXN0LXBvb2wtbWluaW1hbCIKICAgIHVzZXI6IHRlc3QtcG9vbC1taW5pbWFsLWFkbWluCmN1cnJlbnQtY29udGV4dDogYWRtaW5AdGVzdC1wb29sLW1pbmltYWwKa2luZDogQ29uZmlnCnByZWZlcmVuY2VzOiB7fQp1c2VyczoKLSBuYW1lOiB0ZXN0LXBvb2wtbWluaW1hbC1hZG1pbgogIHVzZXI6CiAgICB0b2tlbjogVUtCZWdmVnhNNjAwZ1psNTJTSVZHY1FxTUlGSURrRXgxbUI3ZVc4bGJpMEZ0VkQxdFZ2cTg4Y0g=","content_type":"application/octet-stream","name":"kubeconfig"}' - headers: - Content-Length: - - "1674" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:29:57 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 82ecb3a6-bfce-4190-8d5d-782350f6c972 - status: 200 OK - code: 200 - duration: 141.312917ms - - id: 36 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/771f6283-cd8e-49e7-9371-2cb5f3b386f5 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 765 - uncompressed: false - body: '{"autohealing":true,"autoscaling":true,"cluster_id":"8e27bf96-2e0b-42f8-85fa-71e5faf5ccd4","container_runtime":"containerd","created_at":"2025-09-30T09:22:15.168956Z","id":"771f6283-cd8e-49e7-9371-2cb5f3b386f5","kubelet_args":{},"max_size":1,"min_size":1,"name":"test-pool-minimal","new_images_enabled":true,"node_type":"pro2_xxs","placement_group_id":null,"public_ip_disabled":false,"region":"fr-par","root_volume_size":20000000000,"root_volume_type":"sbs_5k","security_group_id":"d49109f7-0bad-4991-b0fb-853c658463d2","size":1,"status":"ready","tags":["terraform-test","scaleway_k8s_cluster","default"],"updated_at":"2025-09-30T09:29:53.556989Z","upgrade_policy":{"max_surge":0,"max_unavailable":1},"version":"1.34.1","zone":"fr-par-1"}' - headers: - Content-Length: - - "765" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:29:57 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - efabbacf-7c3d-4653-9773-9f89b189175e - status: 200 OK - code: 200 - duration: 88.599041ms - - id: 37 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/8e27bf96-2e0b-42f8-85fa-71e5faf5ccd4/nodes?order_by=created_at_asc&page=1&pool_id=771f6283-cd8e-49e7-9371-2cb5f3b386f5&status=unknown - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 621 - uncompressed: false - body: '{"nodes":[{"cluster_id":"8e27bf96-2e0b-42f8-85fa-71e5faf5ccd4","conditions":{"DiskPressure":"False","MemoryPressure":"False","PIDPressure":"False","Ready":"True"},"created_at":"2025-09-30T09:28:49.372108Z","error_message":"","id":"ab5bd627-6009-4be1-a52a-551e2805c4e0","name":"scw-test-pool-minimal-test-pool-minimal-ab5bd6","pool_id":"771f6283-cd8e-49e7-9371-2cb5f3b386f5","provider_id":"scaleway://instance/fr-par-1/145967b5-1025-4373-ae68-3bfc2d56cfd0","public_ip_v4":"163.172.149.221","public_ip_v6":null,"region":"fr-par","status":"ready","updated_at":"2025-09-30T09:29:53.542498Z"}],"total_count":1}' - headers: - Content-Length: - - "621" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:29:57 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - ef47a05e-72cf-4932-a694-6b46e86f8de5 - status: 200 OK - code: 200 - duration: 79.042875ms - - id: 38 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/8e27bf96-2e0b-42f8-85fa-71e5faf5ccd4 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1598 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://8e27bf96-2e0b-42f8-85fa-71e5faf5ccd4.api.k8s.fr-par.scw.cloud:6443","cni":"calico","commitment_ends_at":"2025-09-30T09:22:09.469486Z","created_at":"2025-09-30T09:22:09.469479Z","description":"","dns_wildcard":"*.8e27bf96-2e0b-42f8-85fa-71e5faf5ccd4.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"7825902a-ee2f-436c-8f07-8129bf8203bf","id":"8e27bf96-2e0b-42f8-85fa-71e5faf5ccd4","name":"test-pool-minimal","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":"844e8249-84ef-46ed-849c-107a9d4bc198","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"","service_dns_ip":"","status":"ready","tags":["terraform-test","scaleway_k8s_cluster","minimal"],"type":"kapsule","updated_at":"2025-09-30T09:28:34.550637Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1598" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:29:57 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - cb239e54-ada1-49c4-969f-773f1d1f9eaf - status: 200 OK - code: 200 - duration: 111.240291ms - - id: 39 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/ipam/v1/regions/fr-par/ips?order_by=created_at_desc&project_id=105bdce1-64c0-48ab-899d-868455867ecf&resource_name=scw-test-pool-minimal-test-pool-minimal-ab5bd6&resource_type=unknown_type - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1123 - uncompressed: false - body: '{"ips":[{"address":"fd5f:519c:6d46:4eaa:40a7:58cd:8494:9080/64","created_at":"2025-09-30T09:28:52.607864Z","id":"a14678f5-b50d-4dcf-9bbd-316badd65cc2","is_ipv6":true,"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","resource":{"id":"e2f3853b-7292-4d33-8742-26a6d62353c5","mac_address":"02:00:00:12:97:19","name":"scw-test-pool-minimal-test-pool-minimal-ab5bd6","type":"instance_private_nic"},"reverses":[],"source":{"subnet_id":"739580f1-fe66-46ed-a22d-cbab77b70cab"},"tags":[],"updated_at":"2025-09-30T09:28:52.607864Z","zone":null},{"address":"172.17.124.3/22","created_at":"2025-09-30T09:28:52.511807Z","id":"8c300470-e347-43eb-bf9a-579237e71e35","is_ipv6":false,"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","resource":{"id":"e2f3853b-7292-4d33-8742-26a6d62353c5","mac_address":"02:00:00:12:97:19","name":"scw-test-pool-minimal-test-pool-minimal-ab5bd6","type":"instance_private_nic"},"reverses":[],"source":{"subnet_id":"d3ea0d84-77d4-4a60-aff6-4504b4ebbba8"},"tags":[],"updated_at":"2025-09-30T09:28:52.511807Z","zone":null}],"total_count":2}' - headers: - Content-Length: - - "1123" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:29:57 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - d0052e48-1acc-4a39-a937-96b6b3c79367 - status: 200 OK - code: 200 - duration: 33.066875ms - - id: 40 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/8e27bf96-2e0b-42f8-85fa-71e5faf5ccd4 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1598 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://8e27bf96-2e0b-42f8-85fa-71e5faf5ccd4.api.k8s.fr-par.scw.cloud:6443","cni":"calico","commitment_ends_at":"2025-09-30T09:22:09.469486Z","created_at":"2025-09-30T09:22:09.469479Z","description":"","dns_wildcard":"*.8e27bf96-2e0b-42f8-85fa-71e5faf5ccd4.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"7825902a-ee2f-436c-8f07-8129bf8203bf","id":"8e27bf96-2e0b-42f8-85fa-71e5faf5ccd4","name":"test-pool-minimal","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":"844e8249-84ef-46ed-849c-107a9d4bc198","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"","service_dns_ip":"","status":"ready","tags":["terraform-test","scaleway_k8s_cluster","minimal"],"type":"kapsule","updated_at":"2025-09-30T09:28:34.550637Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1598" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:29:57 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 6ab30544-5cd8-40bc-8eaf-aa2089d28bed - status: 200 OK - code: 200 - duration: 89.182709ms - - id: 41 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 322 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: '{"name":"test-pool-minimal-2","node_type":"pro2_xxs","autoscaling":true,"size":1,"min_size":1,"max_size":1,"container_runtime":"containerd","autohealing":true,"tags":["terraform-test","scaleway_k8s_cluster","minimal"],"kubelet_args":{},"zone":"fr-par-1","root_volume_type":"default_volume_type","public_ip_disabled":false}' - form: {} - headers: - Content-Type: - - application/json - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/8e27bf96-2e0b-42f8-85fa-71e5faf5ccd4/pools - method: POST - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 769 - uncompressed: false - body: '{"autohealing":true,"autoscaling":true,"cluster_id":"8e27bf96-2e0b-42f8-85fa-71e5faf5ccd4","container_runtime":"containerd","created_at":"2025-09-30T09:29:58.038552Z","id":"60bcad8a-8b03-428c-bfca-150ef3631b9a","kubelet_args":{},"max_size":1,"min_size":1,"name":"test-pool-minimal-2","new_images_enabled":true,"node_type":"pro2_xxs","placement_group_id":null,"public_ip_disabled":false,"region":"fr-par","root_volume_size":20000000000,"root_volume_type":"sbs_5k","security_group_id":"d49109f7-0bad-4991-b0fb-853c658463d2","size":1,"status":"scaling","tags":["terraform-test","scaleway_k8s_cluster","minimal"],"updated_at":"2025-09-30T09:29:58.038552Z","upgrade_policy":{"max_surge":0,"max_unavailable":1},"version":"1.34.1","zone":"fr-par-1"}' - headers: - Content-Length: - - "769" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:29:58 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - d5060497-623a-4e6e-a221-63de6b706114 - status: 200 OK - code: 200 - duration: 173.504791ms - - id: 42 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/60bcad8a-8b03-428c-bfca-150ef3631b9a - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 769 - uncompressed: false - body: '{"autohealing":true,"autoscaling":true,"cluster_id":"8e27bf96-2e0b-42f8-85fa-71e5faf5ccd4","container_runtime":"containerd","created_at":"2025-09-30T09:29:58.038552Z","id":"60bcad8a-8b03-428c-bfca-150ef3631b9a","kubelet_args":{},"max_size":1,"min_size":1,"name":"test-pool-minimal-2","new_images_enabled":true,"node_type":"pro2_xxs","placement_group_id":null,"public_ip_disabled":false,"region":"fr-par","root_volume_size":20000000000,"root_volume_type":"sbs_5k","security_group_id":"d49109f7-0bad-4991-b0fb-853c658463d2","size":1,"status":"scaling","tags":["terraform-test","scaleway_k8s_cluster","minimal"],"updated_at":"2025-09-30T09:29:58.038552Z","upgrade_policy":{"max_surge":0,"max_unavailable":1},"version":"1.34.1","zone":"fr-par-1"}' - headers: - Content-Length: - - "769" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:29:58 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 7a21ccd4-4756-4867-aff3-b128fa45723e - status: 200 OK - code: 200 - duration: 89.194792ms - - id: 43 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/60bcad8a-8b03-428c-bfca-150ef3631b9a - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 767 - uncompressed: false - body: '{"autohealing":true,"autoscaling":true,"cluster_id":"8e27bf96-2e0b-42f8-85fa-71e5faf5ccd4","container_runtime":"containerd","created_at":"2025-09-30T09:29:58.038552Z","id":"60bcad8a-8b03-428c-bfca-150ef3631b9a","kubelet_args":{},"max_size":1,"min_size":1,"name":"test-pool-minimal-2","new_images_enabled":true,"node_type":"pro2_xxs","placement_group_id":null,"public_ip_disabled":false,"region":"fr-par","root_volume_size":20000000000,"root_volume_type":"sbs_5k","security_group_id":"d49109f7-0bad-4991-b0fb-853c658463d2","size":1,"status":"ready","tags":["terraform-test","scaleway_k8s_cluster","minimal"],"updated_at":"2025-09-30T09:31:11.569732Z","upgrade_policy":{"max_surge":0,"max_unavailable":1},"version":"1.34.1","zone":"fr-par-1"}' - headers: - Content-Length: - - "767" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:31:14 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 27613ac6-e911-4f9b-9ee5-f83213676b53 - status: 200 OK - code: 200 - duration: 76.37375ms - - id: 44 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/8e27bf96-2e0b-42f8-85fa-71e5faf5ccd4 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1598 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://8e27bf96-2e0b-42f8-85fa-71e5faf5ccd4.api.k8s.fr-par.scw.cloud:6443","cni":"calico","commitment_ends_at":"2025-09-30T09:22:09.469486Z","created_at":"2025-09-30T09:22:09.469479Z","description":"","dns_wildcard":"*.8e27bf96-2e0b-42f8-85fa-71e5faf5ccd4.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"7825902a-ee2f-436c-8f07-8129bf8203bf","id":"8e27bf96-2e0b-42f8-85fa-71e5faf5ccd4","name":"test-pool-minimal","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":"844e8249-84ef-46ed-849c-107a9d4bc198","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"","service_dns_ip":"","status":"ready","tags":["terraform-test","scaleway_k8s_cluster","minimal"],"type":"kapsule","updated_at":"2025-09-30T09:28:34.550637Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1598" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:31:14 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 2991d6c1-4d0d-49af-a641-fdfa218ec6d6 - status: 200 OK - code: 200 - duration: 83.537958ms - - id: 45 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/60bcad8a-8b03-428c-bfca-150ef3631b9a - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 767 - uncompressed: false - body: '{"autohealing":true,"autoscaling":true,"cluster_id":"8e27bf96-2e0b-42f8-85fa-71e5faf5ccd4","container_runtime":"containerd","created_at":"2025-09-30T09:29:58.038552Z","id":"60bcad8a-8b03-428c-bfca-150ef3631b9a","kubelet_args":{},"max_size":1,"min_size":1,"name":"test-pool-minimal-2","new_images_enabled":true,"node_type":"pro2_xxs","placement_group_id":null,"public_ip_disabled":false,"region":"fr-par","root_volume_size":20000000000,"root_volume_type":"sbs_5k","security_group_id":"d49109f7-0bad-4991-b0fb-853c658463d2","size":1,"status":"ready","tags":["terraform-test","scaleway_k8s_cluster","minimal"],"updated_at":"2025-09-30T09:31:11.569732Z","upgrade_policy":{"max_surge":0,"max_unavailable":1},"version":"1.34.1","zone":"fr-par-1"}' - headers: - Content-Length: - - "767" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:31:14 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 153ffb94-b59c-4475-9b53-c230c70e8ce5 - status: 200 OK - code: 200 - duration: 93.753583ms - - id: 46 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/8e27bf96-2e0b-42f8-85fa-71e5faf5ccd4/nodes?order_by=created_at_asc&page=1&pool_id=60bcad8a-8b03-428c-bfca-150ef3631b9a&status=unknown - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 619 - uncompressed: false - body: '{"nodes":[{"cluster_id":"8e27bf96-2e0b-42f8-85fa-71e5faf5ccd4","conditions":{"DiskPressure":"False","MemoryPressure":"False","PIDPressure":"False","Ready":"True"},"created_at":"2025-09-30T09:29:58.342459Z","error_message":"","id":"9d2b5ef0-ed23-4fe3-9443-88cb77c36aec","name":"scw-test-pool-minima-test-pool-minimal--9d2b5e","pool_id":"60bcad8a-8b03-428c-bfca-150ef3631b9a","provider_id":"scaleway://instance/fr-par-1/7deadb80-62a3-4c28-9abb-8037c369625a","public_ip_v4":"51.15.236.240","public_ip_v6":null,"region":"fr-par","status":"ready","updated_at":"2025-09-30T09:31:11.560452Z"}],"total_count":1}' - headers: - Content-Length: - - "619" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:31:15 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - a5062545-e33c-454c-9913-adfe7b6dfe64 - status: 200 OK - code: 200 - duration: 104.920208ms - - id: 47 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/8e27bf96-2e0b-42f8-85fa-71e5faf5ccd4 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1598 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://8e27bf96-2e0b-42f8-85fa-71e5faf5ccd4.api.k8s.fr-par.scw.cloud:6443","cni":"calico","commitment_ends_at":"2025-09-30T09:22:09.469486Z","created_at":"2025-09-30T09:22:09.469479Z","description":"","dns_wildcard":"*.8e27bf96-2e0b-42f8-85fa-71e5faf5ccd4.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"7825902a-ee2f-436c-8f07-8129bf8203bf","id":"8e27bf96-2e0b-42f8-85fa-71e5faf5ccd4","name":"test-pool-minimal","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":"844e8249-84ef-46ed-849c-107a9d4bc198","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"","service_dns_ip":"","status":"ready","tags":["terraform-test","scaleway_k8s_cluster","minimal"],"type":"kapsule","updated_at":"2025-09-30T09:28:34.550637Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1598" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:31:15 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - cd92575c-9c59-4054-b24a-b9774077d32f - status: 200 OK - code: 200 - duration: 71.724417ms - - id: 48 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/ipam/v1/regions/fr-par/ips?order_by=created_at_desc&project_id=105bdce1-64c0-48ab-899d-868455867ecf&resource_name=scw-test-pool-minima-test-pool-minimal--9d2b5e&resource_type=unknown_type - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1122 - uncompressed: false - body: '{"ips":[{"address":"fd5f:519c:6d46:4eaa:783d:df0:5b1e:f326/64","created_at":"2025-09-30T09:30:01.599651Z","id":"c1374908-1c8e-404e-9ada-4a97489a4d5f","is_ipv6":true,"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","resource":{"id":"96fce9e3-d9f6-4647-8daa-eae827156c78","mac_address":"02:00:00:19:85:F0","name":"scw-test-pool-minima-test-pool-minimal--9d2b5e","type":"instance_private_nic"},"reverses":[],"source":{"subnet_id":"739580f1-fe66-46ed-a22d-cbab77b70cab"},"tags":[],"updated_at":"2025-09-30T09:30:01.599651Z","zone":null},{"address":"172.17.124.4/22","created_at":"2025-09-30T09:30:01.507056Z","id":"858fbe3d-1638-4581-b163-e321610abcbd","is_ipv6":false,"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","resource":{"id":"96fce9e3-d9f6-4647-8daa-eae827156c78","mac_address":"02:00:00:19:85:F0","name":"scw-test-pool-minima-test-pool-minimal--9d2b5e","type":"instance_private_nic"},"reverses":[],"source":{"subnet_id":"d3ea0d84-77d4-4a60-aff6-4504b4ebbba8"},"tags":[],"updated_at":"2025-09-30T09:30:01.507056Z","zone":null}],"total_count":2}' - headers: - Content-Length: - - "1122" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:31:15 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - f3346abf-c412-4713-8eb3-065edc54c7d6 - status: 200 OK - code: 200 - duration: 77.491166ms - - id: 49 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/8e27bf96-2e0b-42f8-85fa-71e5faf5ccd4 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1598 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://8e27bf96-2e0b-42f8-85fa-71e5faf5ccd4.api.k8s.fr-par.scw.cloud:6443","cni":"calico","commitment_ends_at":"2025-09-30T09:22:09.469486Z","created_at":"2025-09-30T09:22:09.469479Z","description":"","dns_wildcard":"*.8e27bf96-2e0b-42f8-85fa-71e5faf5ccd4.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"7825902a-ee2f-436c-8f07-8129bf8203bf","id":"8e27bf96-2e0b-42f8-85fa-71e5faf5ccd4","name":"test-pool-minimal","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":"844e8249-84ef-46ed-849c-107a9d4bc198","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"","service_dns_ip":"","status":"ready","tags":["terraform-test","scaleway_k8s_cluster","minimal"],"type":"kapsule","updated_at":"2025-09-30T09:28:34.550637Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1598" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:31:15 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 5f51070c-1d61-43b6-acdb-12d6d6dcc886 - status: 200 OK - code: 200 - duration: 100.577083ms - - id: 50 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/60bcad8a-8b03-428c-bfca-150ef3631b9a - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 767 - uncompressed: false - body: '{"autohealing":true,"autoscaling":true,"cluster_id":"8e27bf96-2e0b-42f8-85fa-71e5faf5ccd4","container_runtime":"containerd","created_at":"2025-09-30T09:29:58.038552Z","id":"60bcad8a-8b03-428c-bfca-150ef3631b9a","kubelet_args":{},"max_size":1,"min_size":1,"name":"test-pool-minimal-2","new_images_enabled":true,"node_type":"pro2_xxs","placement_group_id":null,"public_ip_disabled":false,"region":"fr-par","root_volume_size":20000000000,"root_volume_type":"sbs_5k","security_group_id":"d49109f7-0bad-4991-b0fb-853c658463d2","size":1,"status":"ready","tags":["terraform-test","scaleway_k8s_cluster","minimal"],"updated_at":"2025-09-30T09:31:11.569732Z","upgrade_policy":{"max_surge":0,"max_unavailable":1},"version":"1.34.1","zone":"fr-par-1"}' - headers: - Content-Length: - - "767" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:31:15 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - c053ce42-f5b6-4156-82db-caed709c606d - status: 200 OK - code: 200 - duration: 92.246875ms - - id: 51 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/8e27bf96-2e0b-42f8-85fa-71e5faf5ccd4/nodes?order_by=created_at_asc&pool_id=771f6283-cd8e-49e7-9371-2cb5f3b386f5&status=unknown - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 651 - uncompressed: false - body: '{"nodes":[{"cluster_id":"8e27bf96-2e0b-42f8-85fa-71e5faf5ccd4","conditions":{"DiskPressure":"False","MemoryPressure":"False","NetworkUnavailable":"False","PIDPressure":"False","Ready":"True"},"created_at":"2025-09-30T09:28:49.372108Z","error_message":"","id":"ab5bd627-6009-4be1-a52a-551e2805c4e0","name":"scw-test-pool-minimal-test-pool-minimal-ab5bd6","pool_id":"771f6283-cd8e-49e7-9371-2cb5f3b386f5","provider_id":"scaleway://instance/fr-par-1/145967b5-1025-4373-ae68-3bfc2d56cfd0","public_ip_v4":"163.172.149.221","public_ip_v6":null,"region":"fr-par","status":"ready","updated_at":"2025-09-30T09:31:11.546622Z"}],"total_count":1}' - headers: - Content-Length: - - "651" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:31:15 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 77d58c20-5dc2-4b10-95ae-902d502a53c3 - status: 200 OK - code: 200 - duration: 97.703667ms - - id: 52 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/145967b5-1025-4373-ae68-3bfc2d56cfd0 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 3905 - uncompressed: false - body: '{"server":{"admin_password_encrypted_value":null,"admin_password_encryption_ssh_key_id":null,"allowed_actions":["poweroff","terminate","reboot","stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":null,"commercial_type":"PRO2-XXS","creation_date":"2025-09-30T09:28:50.114571+00:00","dynamic_ip_required":false,"enable_ipv6":false,"end_of_service":false,"extra_networks":[],"filesystems":[],"hostname":"scw-test-pool-minimal-test-pool-minimal-ab5bd6","id":"145967b5-1025-4373-ae68-3bfc2d56cfd0","image":{"arch":"x86_64","creation_date":"2025-09-29T14:12:08.272227+00:00","default_bootscript":null,"extra_volumes":{},"from_server":"","id":"ff54ca27-0181-4a39-8446-4b3c85f97898","modification_date":"2025-09-29T14:12:08.272227+00:00","name":"k8s_base_node_instance","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"db438ad9-80c6-4640-a43d-9cb076cc57bb","name":"","size":0,"volume_type":"sbs_snapshot"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"96","hypervisor_id":"401","node_id":"33","platform_id":"14","zone_id":"fr-par-1"},"mac_address":"de:00:00:ca:fc:df","maintenances":[],"modification_date":"2025-09-30T09:28:55.126042+00:00","name":"scw-test-pool-minimal-test-pool-minimal-ab5bd6","organization":"105bdce1-64c0-48ab-899d-868455867ecf","placement_group":null,"private_ip":null,"private_nics":[{"creation_date":"2025-09-30T09:28:52.292933+00:00","id":"e2f3853b-7292-4d33-8742-26a6d62353c5","ipam_ip_ids":["8c300470-e347-43eb-bf9a-579237e71e35","a14678f5-b50d-4dcf-9bbd-316badd65cc2"],"mac_address":"02:00:00:12:97:19","modification_date":"2025-09-30T09:28:52.403100+00:00","private_network_id":"844e8249-84ef-46ed-849c-107a9d4bc198","server_id":"145967b5-1025-4373-ae68-3bfc2d56cfd0","state":"available","tags":[],"zone":"fr-par-1"}],"project":"105bdce1-64c0-48ab-899d-868455867ecf","protected":false,"public_ip":{"address":"163.172.149.221","dynamic":false,"family":"inet","gateway":"62.210.0.1","id":"5e1fe2cf-537e-4763-9643-89980a20a0b0","ipam_id":"e88cc028-d2c9-4a9a-a857-4cb90d34f6a3","netmask":"32","provisioning_mode":"dhcp","state":"attached","tags":["kapsule=8e27bf96-2e0b-42f8-85fa-71e5faf5ccd4","node-name=scw-test-pool-minimal-test-pool-minimal-ab5bd6"]},"public_ips":[{"address":"163.172.149.221","dynamic":false,"family":"inet","gateway":"62.210.0.1","id":"5e1fe2cf-537e-4763-9643-89980a20a0b0","ipam_id":"e88cc028-d2c9-4a9a-a857-4cb90d34f6a3","netmask":"32","provisioning_mode":"dhcp","state":"attached","tags":["kapsule=8e27bf96-2e0b-42f8-85fa-71e5faf5ccd4","node-name=scw-test-pool-minimal-test-pool-minimal-ab5bd6"]},{"address":"2001:bc8:710:a9cf:dc00:ff:feca:fcdf","dynamic":false,"family":"inet6","gateway":"fe80::dc00:ff:feca:fce0","id":"00d759df-c6f1-4823-84fa-cb1cd78f9466","ipam_id":"bff2e976-be9f-4f8e-a465-71281e11fbb9","netmask":"64","provisioning_mode":"slaac","state":"attached","tags":["kapsule=8e27bf96-2e0b-42f8-85fa-71e5faf5ccd4","node-name=scw-test-pool-minimal-test-pool-minimal-ab5bd6"]}],"routed_ip_enabled":true,"security_group":{"id":"d49109f7-0bad-4991-b0fb-853c658463d2","name":"Kapsule default security group"},"state":"running","state_detail":"booting kernel","tags":["kapsule=8e27bf96-2e0b-42f8-85fa-71e5faf5ccd4","pool=771f6283-cd8e-49e7-9371-2cb5f3b386f5","pool-name=test-pool-minimal","runtime=containerd","managed=true","terraform-test","scaleway_k8s_cluster","default","node=ab5bd627-6009-4be1-a52a-551e2805c4e0"],"volumes":{"0":{"boot":true,"id":"00a4f04a-5a53-4080-b196-b0ec95ebf189","state":"available","volume_type":"sbs_volume","zone":"fr-par-1"}},"zone":"fr-par-1"}}' - headers: - Content-Length: - - "3905" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:31:15 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 76843300-4e5b-49dd-8757-bdc4f8a99538 - status: 200 OK - code: 200 - duration: 140.1315ms - - id: 53 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/8e27bf96-2e0b-42f8-85fa-71e5faf5ccd4/nodes?order_by=created_at_asc&pool_id=60bcad8a-8b03-428c-bfca-150ef3631b9a&status=unknown - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 619 - uncompressed: false - body: '{"nodes":[{"cluster_id":"8e27bf96-2e0b-42f8-85fa-71e5faf5ccd4","conditions":{"DiskPressure":"False","MemoryPressure":"False","PIDPressure":"False","Ready":"True"},"created_at":"2025-09-30T09:29:58.342459Z","error_message":"","id":"9d2b5ef0-ed23-4fe3-9443-88cb77c36aec","name":"scw-test-pool-minima-test-pool-minimal--9d2b5e","pool_id":"60bcad8a-8b03-428c-bfca-150ef3631b9a","provider_id":"scaleway://instance/fr-par-1/7deadb80-62a3-4c28-9abb-8037c369625a","public_ip_v4":"51.15.236.240","public_ip_v6":null,"region":"fr-par","status":"ready","updated_at":"2025-09-30T09:31:11.560452Z"}],"total_count":1}' - headers: - Content-Length: - - "619" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:31:15 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 1eb7e6a7-d264-42cd-a8ac-b64412ffcdfb - status: 200 OK - code: 200 - duration: 96.978417ms - - id: 54 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/7deadb80-62a3-4c28-9abb-8037c369625a - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 3903 - uncompressed: false - body: '{"server":{"admin_password_encrypted_value":null,"admin_password_encryption_ssh_key_id":null,"allowed_actions":["poweroff","terminate","reboot","stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":null,"commercial_type":"PRO2-XXS","creation_date":"2025-09-30T09:29:58.843828+00:00","dynamic_ip_required":false,"enable_ipv6":false,"end_of_service":false,"extra_networks":[],"filesystems":[],"hostname":"scw-test-pool-minima-test-pool-minimal--9d2b5e","id":"7deadb80-62a3-4c28-9abb-8037c369625a","image":{"arch":"x86_64","creation_date":"2025-09-29T14:12:08.272227+00:00","default_bootscript":null,"extra_volumes":{},"from_server":"","id":"ff54ca27-0181-4a39-8446-4b3c85f97898","modification_date":"2025-09-29T14:12:08.272227+00:00","name":"k8s_base_node_instance","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"db438ad9-80c6-4640-a43d-9cb076cc57bb","name":"","size":0,"volume_type":"sbs_snapshot"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"33","hypervisor_id":"101","node_id":"27","platform_id":"14","zone_id":"fr-par-1"},"mac_address":"de:00:00:ca:fc:ef","maintenances":[],"modification_date":"2025-09-30T09:30:04.909483+00:00","name":"scw-test-pool-minima-test-pool-minimal--9d2b5e","organization":"105bdce1-64c0-48ab-899d-868455867ecf","placement_group":null,"private_ip":null,"private_nics":[{"creation_date":"2025-09-30T09:30:01.344486+00:00","id":"96fce9e3-d9f6-4647-8daa-eae827156c78","ipam_ip_ids":["858fbe3d-1638-4581-b163-e321610abcbd","c1374908-1c8e-404e-9ada-4a97489a4d5f"],"mac_address":"02:00:00:19:85:f0","modification_date":"2025-09-30T09:30:01.439961+00:00","private_network_id":"844e8249-84ef-46ed-849c-107a9d4bc198","server_id":"7deadb80-62a3-4c28-9abb-8037c369625a","state":"available","tags":[],"zone":"fr-par-1"}],"project":"105bdce1-64c0-48ab-899d-868455867ecf","protected":false,"public_ip":{"address":"51.15.236.240","dynamic":false,"family":"inet","gateway":"62.210.0.1","id":"65a60f6b-fa89-4e49-bc25-fced17fa3df3","ipam_id":"573c8f4d-ae14-4c54-9036-3a4bc6728347","netmask":"32","provisioning_mode":"dhcp","state":"attached","tags":["kapsule=8e27bf96-2e0b-42f8-85fa-71e5faf5ccd4","node-name=scw-test-pool-minima-test-pool-minimal--9d2b5e"]},"public_ips":[{"address":"51.15.236.240","dynamic":false,"family":"inet","gateway":"62.210.0.1","id":"65a60f6b-fa89-4e49-bc25-fced17fa3df3","ipam_id":"573c8f4d-ae14-4c54-9036-3a4bc6728347","netmask":"32","provisioning_mode":"dhcp","state":"attached","tags":["kapsule=8e27bf96-2e0b-42f8-85fa-71e5faf5ccd4","node-name=scw-test-pool-minima-test-pool-minimal--9d2b5e"]},{"address":"2001:bc8:710:d351:dc00:ff:feca:fcef","dynamic":false,"family":"inet6","gateway":"fe80::dc00:ff:feca:fcf0","id":"9240142f-3a9b-4465-b425-9af52f621da6","ipam_id":"31310d1b-55ac-4a81-9d31-e38bd2d5a2f3","netmask":"64","provisioning_mode":"slaac","state":"attached","tags":["kapsule=8e27bf96-2e0b-42f8-85fa-71e5faf5ccd4","node-name=scw-test-pool-minima-test-pool-minimal--9d2b5e"]}],"routed_ip_enabled":true,"security_group":{"id":"d49109f7-0bad-4991-b0fb-853c658463d2","name":"Kapsule default security group"},"state":"running","state_detail":"booting kernel","tags":["kapsule=8e27bf96-2e0b-42f8-85fa-71e5faf5ccd4","pool=60bcad8a-8b03-428c-bfca-150ef3631b9a","pool-name=test-pool-minimal-2","runtime=containerd","managed=true","terraform-test","scaleway_k8s_cluster","minimal","node=9d2b5ef0-ed23-4fe3-9443-88cb77c36aec"],"volumes":{"0":{"boot":true,"id":"904a0396-6f96-4b15-877a-94fdd4f52ec6","state":"available","volume_type":"sbs_volume","zone":"fr-par-1"}},"zone":"fr-par-1"}}' - headers: - Content-Length: - - "3903" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:31:16 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 9850dc89-fbac-486c-9e59-280da0a349b4 - status: 200 OK - code: 200 - duration: 181.142167ms - - id: 55 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/fr-par/vpcs/42ae893c-84fb-4b2d-8565-3ecc8bd5e3db - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 419 - uncompressed: false - body: '{"created_at":"2025-09-30T09:22:08.452388Z","custom_routes_propagation_enabled":true,"id":"42ae893c-84fb-4b2d-8565-3ecc8bd5e3db","is_default":false,"name":"tf-vpc-silly-dubinsky","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","private_network_count":1,"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","routing_enabled":true,"tags":[],"updated_at":"2025-09-30T09:22:08.452388Z"}' - headers: - Content-Length: - - "419" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:31:16 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - d53fc30a-3b97-4f31-ab09-8e9032b5d649 - status: 200 OK - code: 200 - duration: 433.749792ms - - id: 56 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks/844e8249-84ef-46ed-849c-107a9d4bc198 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1088 - uncompressed: false - body: '{"created_at":"2025-09-30T09:22:08.571805Z","default_route_propagation_enabled":false,"dhcp_enabled":true,"id":"844e8249-84ef-46ed-849c-107a9d4bc198","name":"test-pool-minimal","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","subnets":[{"created_at":"2025-09-30T09:22:08.571805Z","id":"d3ea0d84-77d4-4a60-aff6-4504b4ebbba8","private_network_id":"844e8249-84ef-46ed-849c-107a9d4bc198","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","subnet":"172.17.124.0/22","updated_at":"2025-09-30T09:22:08.571805Z","vpc_id":"42ae893c-84fb-4b2d-8565-3ecc8bd5e3db"},{"created_at":"2025-09-30T09:22:08.571805Z","id":"739580f1-fe66-46ed-a22d-cbab77b70cab","private_network_id":"844e8249-84ef-46ed-849c-107a9d4bc198","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","subnet":"fd5f:519c:6d46:4eaa::/64","updated_at":"2025-09-30T09:22:08.571805Z","vpc_id":"42ae893c-84fb-4b2d-8565-3ecc8bd5e3db"}],"tags":[],"updated_at":"2025-09-30T09:22:08.571805Z","vpc_id":"42ae893c-84fb-4b2d-8565-3ecc8bd5e3db"}' - headers: - Content-Length: - - "1088" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:31:16 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 06b334d1-0d7b-4821-9ba3-4c448e3bf4d4 - status: 200 OK - code: 200 - duration: 22.699416ms - - id: 57 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/8e27bf96-2e0b-42f8-85fa-71e5faf5ccd4 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1598 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://8e27bf96-2e0b-42f8-85fa-71e5faf5ccd4.api.k8s.fr-par.scw.cloud:6443","cni":"calico","commitment_ends_at":"2025-09-30T09:22:09.469486Z","created_at":"2025-09-30T09:22:09.469479Z","description":"","dns_wildcard":"*.8e27bf96-2e0b-42f8-85fa-71e5faf5ccd4.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"7825902a-ee2f-436c-8f07-8129bf8203bf","id":"8e27bf96-2e0b-42f8-85fa-71e5faf5ccd4","name":"test-pool-minimal","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":"844e8249-84ef-46ed-849c-107a9d4bc198","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"","service_dns_ip":"","status":"ready","tags":["terraform-test","scaleway_k8s_cluster","minimal"],"type":"kapsule","updated_at":"2025-09-30T09:28:34.550637Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1598" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:31:16 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 619791c9-84f6-4c6e-ad35-9e30989db73c - status: 200 OK - code: 200 - duration: 102.685375ms - - id: 58 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/8e27bf96-2e0b-42f8-85fa-71e5faf5ccd4/kubeconfig - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1674 - uncompressed: false - body: '{"content":"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogInRlc3QtcG9vbC1taW5pbWFsIgogIGNsdXN0ZXI6CiAgICBjZXJ0aWZpY2F0ZS1hdXRob3JpdHktZGF0YTogTFMwdExTMUNSVWRKVGlCRFJWSlVTVVpKUTBGVVJTMHRMUzB0Q2sxSlNVSlhla05EUVZGSFowRjNTVUpCWjBsQ1FVUkJTMEpuWjNGb2EycFBVRkZSUkVGcVFWWk5VazEzUlZGWlJGWlJVVVJGZDNCeVpGZEtiR050Tld3S1pFZFdlazFDTkZoRVZFa3hUVVJyZVU5VVFUVk5ha2wzVDFadldFUlVUVEZOUkd0NVQxUkJOVTFxU1hkUFZtOTNSbFJGVkUxQ1JVZEJNVlZGUVhoTlN3cGhNMVpwV2xoS2RWcFlVbXhqZWtKYVRVSk5SMEo1Y1VkVFRUUTVRV2RGUjBORGNVZFRUVFE1UVhkRlNFRXdTVUZDVUd0d1YyRnVWRFpqYkdGVWRGWTNDbEZMTkRWNlZHWkxTSGx6VlRkR1ZVdFdhVTFMYm5Ga2VqaHBVWEpZZDJOaGVsRkJhRWxDTkZwcU4wc3dhVGRqVUhoek1qYzFia05rVTFFeEx6Z3pLMDBLV0VocWRHaHBaV3BSYWtKQlRVRTBSMEV4VldSRWQwVkNMM2RSUlVGM1NVTndSRUZRUW1kT1ZraFNUVUpCWmpoRlFsUkJSRUZSU0M5TlFqQkhRVEZWWkFwRVoxRlhRa0pTTjBkMWJHNTNNMmd6TkVkWmNuZGtNa0ZTVFZGeVJHSXdZMGw2UVV0Q1oyZHhhR3RxVDFCUlVVUkJaMDVKUVVSQ1JrRnBRbWRXVGxKQkNtSTRVREl3UmpWd09VUjFZMjR3VFVsTk5FZDBOMFk1T1hWR1p6YzRLMDVtVEhVeVIwZG5TV2hCVFN0TVp6aFVXbVV2V1c0MlZXbE9WMFJhYW5kQ2RsVUtaVlJFZVdSbU0xWkZhVFZLUjFjMEwxTjNZWFlLTFMwdExTMUZUa1FnUTBWU1ZFbEdTVU5CVkVVdExTMHRMUW89CiAgICBzZXJ2ZXI6IGh0dHBzOi8vOGUyN2JmOTYtMmUwYi00MmY4LTg1ZmEtNzFlNWZhZjVjY2Q0LmFwaS5rOHMuZnItcGFyLnNjdy5jbG91ZDo2NDQzCmNvbnRleHRzOgotIG5hbWU6IGFkbWluQHRlc3QtcG9vbC1taW5pbWFsCiAgY29udGV4dDoKICAgIGNsdXN0ZXI6ICJ0ZXN0LXBvb2wtbWluaW1hbCIKICAgIHVzZXI6IHRlc3QtcG9vbC1taW5pbWFsLWFkbWluCmN1cnJlbnQtY29udGV4dDogYWRtaW5AdGVzdC1wb29sLW1pbmltYWwKa2luZDogQ29uZmlnCnByZWZlcmVuY2VzOiB7fQp1c2VyczoKLSBuYW1lOiB0ZXN0LXBvb2wtbWluaW1hbC1hZG1pbgogIHVzZXI6CiAgICB0b2tlbjogVUtCZWdmVnhNNjAwZ1psNTJTSVZHY1FxTUlGSURrRXgxbUI3ZVc4bGJpMEZ0VkQxdFZ2cTg4Y0g=","content_type":"application/octet-stream","name":"kubeconfig"}' - headers: - Content-Length: - - "1674" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:31:16 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - a68880b8-1136-4c92-a8c6-7b23c3939590 - status: 200 OK - code: 200 - duration: 98.522333ms - - id: 59 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/60bcad8a-8b03-428c-bfca-150ef3631b9a - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 767 - uncompressed: false - body: '{"autohealing":true,"autoscaling":true,"cluster_id":"8e27bf96-2e0b-42f8-85fa-71e5faf5ccd4","container_runtime":"containerd","created_at":"2025-09-30T09:29:58.038552Z","id":"60bcad8a-8b03-428c-bfca-150ef3631b9a","kubelet_args":{},"max_size":1,"min_size":1,"name":"test-pool-minimal-2","new_images_enabled":true,"node_type":"pro2_xxs","placement_group_id":null,"public_ip_disabled":false,"region":"fr-par","root_volume_size":20000000000,"root_volume_type":"sbs_5k","security_group_id":"d49109f7-0bad-4991-b0fb-853c658463d2","size":1,"status":"ready","tags":["terraform-test","scaleway_k8s_cluster","minimal"],"updated_at":"2025-09-30T09:31:11.569732Z","upgrade_policy":{"max_surge":0,"max_unavailable":1},"version":"1.34.1","zone":"fr-par-1"}' - headers: - Content-Length: - - "767" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:31:17 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 9c353f49-894c-4243-9c43-13a798ae34e4 - status: 200 OK - code: 200 - duration: 133.452625ms - - id: 60 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/771f6283-cd8e-49e7-9371-2cb5f3b386f5 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 765 - uncompressed: false - body: '{"autohealing":true,"autoscaling":true,"cluster_id":"8e27bf96-2e0b-42f8-85fa-71e5faf5ccd4","container_runtime":"containerd","created_at":"2025-09-30T09:22:15.168956Z","id":"771f6283-cd8e-49e7-9371-2cb5f3b386f5","kubelet_args":{},"max_size":1,"min_size":1,"name":"test-pool-minimal","new_images_enabled":true,"node_type":"pro2_xxs","placement_group_id":null,"public_ip_disabled":false,"region":"fr-par","root_volume_size":20000000000,"root_volume_type":"sbs_5k","security_group_id":"d49109f7-0bad-4991-b0fb-853c658463d2","size":1,"status":"ready","tags":["terraform-test","scaleway_k8s_cluster","default"],"updated_at":"2025-09-30T09:29:53.556989Z","upgrade_policy":{"max_surge":0,"max_unavailable":1},"version":"1.34.1","zone":"fr-par-1"}' - headers: - Content-Length: - - "765" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:31:17 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 3601f0b5-b73b-4fb5-bd1b-57ad40918bee - status: 200 OK - code: 200 - duration: 133.461583ms - - id: 61 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/8e27bf96-2e0b-42f8-85fa-71e5faf5ccd4/nodes?order_by=created_at_asc&page=1&pool_id=771f6283-cd8e-49e7-9371-2cb5f3b386f5&status=unknown - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 651 - uncompressed: false - body: '{"nodes":[{"cluster_id":"8e27bf96-2e0b-42f8-85fa-71e5faf5ccd4","conditions":{"DiskPressure":"False","MemoryPressure":"False","NetworkUnavailable":"False","PIDPressure":"False","Ready":"True"},"created_at":"2025-09-30T09:28:49.372108Z","error_message":"","id":"ab5bd627-6009-4be1-a52a-551e2805c4e0","name":"scw-test-pool-minimal-test-pool-minimal-ab5bd6","pool_id":"771f6283-cd8e-49e7-9371-2cb5f3b386f5","provider_id":"scaleway://instance/fr-par-1/145967b5-1025-4373-ae68-3bfc2d56cfd0","public_ip_v4":"163.172.149.221","public_ip_v6":null,"region":"fr-par","status":"ready","updated_at":"2025-09-30T09:31:11.546622Z"}],"total_count":1}' - headers: - Content-Length: - - "651" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:31:17 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - b1493ddd-f714-4037-adc3-b071ed378715 - status: 200 OK - code: 200 - duration: 93.414042ms - - id: 62 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/8e27bf96-2e0b-42f8-85fa-71e5faf5ccd4/nodes?order_by=created_at_asc&page=1&pool_id=60bcad8a-8b03-428c-bfca-150ef3631b9a&status=unknown - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 619 - uncompressed: false - body: '{"nodes":[{"cluster_id":"8e27bf96-2e0b-42f8-85fa-71e5faf5ccd4","conditions":{"DiskPressure":"False","MemoryPressure":"False","PIDPressure":"False","Ready":"True"},"created_at":"2025-09-30T09:29:58.342459Z","error_message":"","id":"9d2b5ef0-ed23-4fe3-9443-88cb77c36aec","name":"scw-test-pool-minima-test-pool-minimal--9d2b5e","pool_id":"60bcad8a-8b03-428c-bfca-150ef3631b9a","provider_id":"scaleway://instance/fr-par-1/7deadb80-62a3-4c28-9abb-8037c369625a","public_ip_v4":"51.15.236.240","public_ip_v6":null,"region":"fr-par","status":"ready","updated_at":"2025-09-30T09:31:11.560452Z"}],"total_count":1}' - headers: - Content-Length: - - "619" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:31:17 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 8ed02038-d5bf-4947-8b6b-7174b7c1d21e - status: 200 OK - code: 200 - duration: 96.067666ms - - id: 63 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/8e27bf96-2e0b-42f8-85fa-71e5faf5ccd4 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1598 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://8e27bf96-2e0b-42f8-85fa-71e5faf5ccd4.api.k8s.fr-par.scw.cloud:6443","cni":"calico","commitment_ends_at":"2025-09-30T09:22:09.469486Z","created_at":"2025-09-30T09:22:09.469479Z","description":"","dns_wildcard":"*.8e27bf96-2e0b-42f8-85fa-71e5faf5ccd4.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"7825902a-ee2f-436c-8f07-8129bf8203bf","id":"8e27bf96-2e0b-42f8-85fa-71e5faf5ccd4","name":"test-pool-minimal","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":"844e8249-84ef-46ed-849c-107a9d4bc198","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"","service_dns_ip":"","status":"ready","tags":["terraform-test","scaleway_k8s_cluster","minimal"],"type":"kapsule","updated_at":"2025-09-30T09:28:34.550637Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1598" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:31:17 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 1a509b45-e3bc-43c0-b8ad-045513c31d89 - status: 200 OK - code: 200 - duration: 78.34275ms - - id: 64 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/8e27bf96-2e0b-42f8-85fa-71e5faf5ccd4 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1598 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://8e27bf96-2e0b-42f8-85fa-71e5faf5ccd4.api.k8s.fr-par.scw.cloud:6443","cni":"calico","commitment_ends_at":"2025-09-30T09:22:09.469486Z","created_at":"2025-09-30T09:22:09.469479Z","description":"","dns_wildcard":"*.8e27bf96-2e0b-42f8-85fa-71e5faf5ccd4.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"7825902a-ee2f-436c-8f07-8129bf8203bf","id":"8e27bf96-2e0b-42f8-85fa-71e5faf5ccd4","name":"test-pool-minimal","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":"844e8249-84ef-46ed-849c-107a9d4bc198","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"","service_dns_ip":"","status":"ready","tags":["terraform-test","scaleway_k8s_cluster","minimal"],"type":"kapsule","updated_at":"2025-09-30T09:28:34.550637Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1598" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:31:17 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 33f3e0fd-524e-4afa-9316-fde6afa2ef21 - status: 200 OK - code: 200 - duration: 96.555ms - - id: 65 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/ipam/v1/regions/fr-par/ips?order_by=created_at_desc&project_id=105bdce1-64c0-48ab-899d-868455867ecf&resource_name=scw-test-pool-minimal-test-pool-minimal-ab5bd6&resource_type=unknown_type - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1123 - uncompressed: false - body: '{"ips":[{"address":"fd5f:519c:6d46:4eaa:40a7:58cd:8494:9080/64","created_at":"2025-09-30T09:28:52.607864Z","id":"a14678f5-b50d-4dcf-9bbd-316badd65cc2","is_ipv6":true,"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","resource":{"id":"e2f3853b-7292-4d33-8742-26a6d62353c5","mac_address":"02:00:00:12:97:19","name":"scw-test-pool-minimal-test-pool-minimal-ab5bd6","type":"instance_private_nic"},"reverses":[],"source":{"subnet_id":"739580f1-fe66-46ed-a22d-cbab77b70cab"},"tags":[],"updated_at":"2025-09-30T09:28:52.607864Z","zone":null},{"address":"172.17.124.3/22","created_at":"2025-09-30T09:28:52.511807Z","id":"8c300470-e347-43eb-bf9a-579237e71e35","is_ipv6":false,"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","resource":{"id":"e2f3853b-7292-4d33-8742-26a6d62353c5","mac_address":"02:00:00:12:97:19","name":"scw-test-pool-minimal-test-pool-minimal-ab5bd6","type":"instance_private_nic"},"reverses":[],"source":{"subnet_id":"d3ea0d84-77d4-4a60-aff6-4504b4ebbba8"},"tags":[],"updated_at":"2025-09-30T09:28:52.511807Z","zone":null}],"total_count":2}' - headers: - Content-Length: - - "1123" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:31:17 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 9becd6f4-e4dc-405c-a894-af85baa3c7f7 - status: 200 OK - code: 200 - duration: 36.058042ms - - id: 66 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/ipam/v1/regions/fr-par/ips?order_by=created_at_desc&project_id=105bdce1-64c0-48ab-899d-868455867ecf&resource_name=scw-test-pool-minima-test-pool-minimal--9d2b5e&resource_type=unknown_type - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1122 - uncompressed: false - body: '{"ips":[{"address":"fd5f:519c:6d46:4eaa:783d:df0:5b1e:f326/64","created_at":"2025-09-30T09:30:01.599651Z","id":"c1374908-1c8e-404e-9ada-4a97489a4d5f","is_ipv6":true,"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","resource":{"id":"96fce9e3-d9f6-4647-8daa-eae827156c78","mac_address":"02:00:00:19:85:F0","name":"scw-test-pool-minima-test-pool-minimal--9d2b5e","type":"instance_private_nic"},"reverses":[],"source":{"subnet_id":"739580f1-fe66-46ed-a22d-cbab77b70cab"},"tags":[],"updated_at":"2025-09-30T09:30:01.599651Z","zone":null},{"address":"172.17.124.4/22","created_at":"2025-09-30T09:30:01.507056Z","id":"858fbe3d-1638-4581-b163-e321610abcbd","is_ipv6":false,"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","resource":{"id":"96fce9e3-d9f6-4647-8daa-eae827156c78","mac_address":"02:00:00:19:85:F0","name":"scw-test-pool-minima-test-pool-minimal--9d2b5e","type":"instance_private_nic"},"reverses":[],"source":{"subnet_id":"d3ea0d84-77d4-4a60-aff6-4504b4ebbba8"},"tags":[],"updated_at":"2025-09-30T09:30:01.507056Z","zone":null}],"total_count":2}' - headers: - Content-Length: - - "1122" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:31:17 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - e340f3cf-2ec6-4d5c-b494-dc7b94f525a8 - status: 200 OK - code: 200 - duration: 44.394791ms - - id: 67 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/fr-par/vpcs/42ae893c-84fb-4b2d-8565-3ecc8bd5e3db - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 419 - uncompressed: false - body: '{"created_at":"2025-09-30T09:22:08.452388Z","custom_routes_propagation_enabled":true,"id":"42ae893c-84fb-4b2d-8565-3ecc8bd5e3db","is_default":false,"name":"tf-vpc-silly-dubinsky","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","private_network_count":1,"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","routing_enabled":true,"tags":[],"updated_at":"2025-09-30T09:22:08.452388Z"}' - headers: - Content-Length: - - "419" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:31:17 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 6653a353-fbfa-4b93-bf3c-e5c6f5861679 - status: 200 OK - code: 200 - duration: 33.236167ms - - id: 68 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks/844e8249-84ef-46ed-849c-107a9d4bc198 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1088 - uncompressed: false - body: '{"created_at":"2025-09-30T09:22:08.571805Z","default_route_propagation_enabled":false,"dhcp_enabled":true,"id":"844e8249-84ef-46ed-849c-107a9d4bc198","name":"test-pool-minimal","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","subnets":[{"created_at":"2025-09-30T09:22:08.571805Z","id":"d3ea0d84-77d4-4a60-aff6-4504b4ebbba8","private_network_id":"844e8249-84ef-46ed-849c-107a9d4bc198","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","subnet":"172.17.124.0/22","updated_at":"2025-09-30T09:22:08.571805Z","vpc_id":"42ae893c-84fb-4b2d-8565-3ecc8bd5e3db"},{"created_at":"2025-09-30T09:22:08.571805Z","id":"739580f1-fe66-46ed-a22d-cbab77b70cab","private_network_id":"844e8249-84ef-46ed-849c-107a9d4bc198","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","subnet":"fd5f:519c:6d46:4eaa::/64","updated_at":"2025-09-30T09:22:08.571805Z","vpc_id":"42ae893c-84fb-4b2d-8565-3ecc8bd5e3db"}],"tags":[],"updated_at":"2025-09-30T09:22:08.571805Z","vpc_id":"42ae893c-84fb-4b2d-8565-3ecc8bd5e3db"}' - headers: - Content-Length: - - "1088" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:31:17 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - ed3ec2e3-bda8-420d-9732-f75b791ddfc4 - status: 200 OK - code: 200 - duration: 27.236041ms - - id: 69 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/60bcad8a-8b03-428c-bfca-150ef3631b9a - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 767 - uncompressed: false - body: '{"autohealing":true,"autoscaling":true,"cluster_id":"8e27bf96-2e0b-42f8-85fa-71e5faf5ccd4","container_runtime":"containerd","created_at":"2025-09-30T09:29:58.038552Z","id":"60bcad8a-8b03-428c-bfca-150ef3631b9a","kubelet_args":{},"max_size":1,"min_size":1,"name":"test-pool-minimal-2","new_images_enabled":true,"node_type":"pro2_xxs","placement_group_id":null,"public_ip_disabled":false,"region":"fr-par","root_volume_size":20000000000,"root_volume_type":"sbs_5k","security_group_id":"d49109f7-0bad-4991-b0fb-853c658463d2","size":1,"status":"ready","tags":["terraform-test","scaleway_k8s_cluster","minimal"],"updated_at":"2025-09-30T09:31:11.569732Z","upgrade_policy":{"max_surge":0,"max_unavailable":1},"version":"1.34.1","zone":"fr-par-1"}' - headers: - Content-Length: - - "767" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:31:17 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 4d679dcb-2b32-4d41-b22c-a9b6ee67ac24 - status: 200 OK - code: 200 - duration: 493.493416ms - - id: 70 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/8e27bf96-2e0b-42f8-85fa-71e5faf5ccd4 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1598 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://8e27bf96-2e0b-42f8-85fa-71e5faf5ccd4.api.k8s.fr-par.scw.cloud:6443","cni":"calico","commitment_ends_at":"2025-09-30T09:22:09.469486Z","created_at":"2025-09-30T09:22:09.469479Z","description":"","dns_wildcard":"*.8e27bf96-2e0b-42f8-85fa-71e5faf5ccd4.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"7825902a-ee2f-436c-8f07-8129bf8203bf","id":"8e27bf96-2e0b-42f8-85fa-71e5faf5ccd4","name":"test-pool-minimal","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":"844e8249-84ef-46ed-849c-107a9d4bc198","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"","service_dns_ip":"","status":"ready","tags":["terraform-test","scaleway_k8s_cluster","minimal"],"type":"kapsule","updated_at":"2025-09-30T09:28:34.550637Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1598" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:31:18 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 26c0494d-3d37-4856-9281-00abc3abe78b - status: 200 OK - code: 200 - duration: 493.631417ms - - id: 71 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/8e27bf96-2e0b-42f8-85fa-71e5faf5ccd4/nodes?order_by=created_at_asc&page=1&pool_id=60bcad8a-8b03-428c-bfca-150ef3631b9a&status=unknown - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 619 - uncompressed: false - body: '{"nodes":[{"cluster_id":"8e27bf96-2e0b-42f8-85fa-71e5faf5ccd4","conditions":{"DiskPressure":"False","MemoryPressure":"False","PIDPressure":"False","Ready":"True"},"created_at":"2025-09-30T09:29:58.342459Z","error_message":"","id":"9d2b5ef0-ed23-4fe3-9443-88cb77c36aec","name":"scw-test-pool-minima-test-pool-minimal--9d2b5e","pool_id":"60bcad8a-8b03-428c-bfca-150ef3631b9a","provider_id":"scaleway://instance/fr-par-1/7deadb80-62a3-4c28-9abb-8037c369625a","public_ip_v4":"51.15.236.240","public_ip_v6":null,"region":"fr-par","status":"ready","updated_at":"2025-09-30T09:31:11.560452Z"}],"total_count":1}' - headers: - Content-Length: - - "619" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:31:18 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 12312eea-dd88-41b8-9555-656f9839590a - status: 200 OK - code: 200 - duration: 92.665333ms - - id: 72 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/8e27bf96-2e0b-42f8-85fa-71e5faf5ccd4/kubeconfig - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1674 - uncompressed: false - body: '{"content":"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogInRlc3QtcG9vbC1taW5pbWFsIgogIGNsdXN0ZXI6CiAgICBjZXJ0aWZpY2F0ZS1hdXRob3JpdHktZGF0YTogTFMwdExTMUNSVWRKVGlCRFJWSlVTVVpKUTBGVVJTMHRMUzB0Q2sxSlNVSlhla05EUVZGSFowRjNTVUpCWjBsQ1FVUkJTMEpuWjNGb2EycFBVRkZSUkVGcVFWWk5VazEzUlZGWlJGWlJVVVJGZDNCeVpGZEtiR050Tld3S1pFZFdlazFDTkZoRVZFa3hUVVJyZVU5VVFUVk5ha2wzVDFadldFUlVUVEZOUkd0NVQxUkJOVTFxU1hkUFZtOTNSbFJGVkUxQ1JVZEJNVlZGUVhoTlN3cGhNMVpwV2xoS2RWcFlVbXhqZWtKYVRVSk5SMEo1Y1VkVFRUUTVRV2RGUjBORGNVZFRUVFE1UVhkRlNFRXdTVUZDVUd0d1YyRnVWRFpqYkdGVWRGWTNDbEZMTkRWNlZHWkxTSGx6VlRkR1ZVdFdhVTFMYm5Ga2VqaHBVWEpZZDJOaGVsRkJhRWxDTkZwcU4wc3dhVGRqVUhoek1qYzFia05rVTFFeEx6Z3pLMDBLV0VocWRHaHBaV3BSYWtKQlRVRTBSMEV4VldSRWQwVkNMM2RSUlVGM1NVTndSRUZRUW1kT1ZraFNUVUpCWmpoRlFsUkJSRUZSU0M5TlFqQkhRVEZWWkFwRVoxRlhRa0pTTjBkMWJHNTNNMmd6TkVkWmNuZGtNa0ZTVFZGeVJHSXdZMGw2UVV0Q1oyZHhhR3RxVDFCUlVVUkJaMDVKUVVSQ1JrRnBRbWRXVGxKQkNtSTRVREl3UmpWd09VUjFZMjR3VFVsTk5FZDBOMFk1T1hWR1p6YzRLMDVtVEhVeVIwZG5TV2hCVFN0TVp6aFVXbVV2V1c0MlZXbE9WMFJhYW5kQ2RsVUtaVlJFZVdSbU0xWkZhVFZLUjFjMEwxTjNZWFlLTFMwdExTMUZUa1FnUTBWU1ZFbEdTVU5CVkVVdExTMHRMUW89CiAgICBzZXJ2ZXI6IGh0dHBzOi8vOGUyN2JmOTYtMmUwYi00MmY4LTg1ZmEtNzFlNWZhZjVjY2Q0LmFwaS5rOHMuZnItcGFyLnNjdy5jbG91ZDo2NDQzCmNvbnRleHRzOgotIG5hbWU6IGFkbWluQHRlc3QtcG9vbC1taW5pbWFsCiAgY29udGV4dDoKICAgIGNsdXN0ZXI6ICJ0ZXN0LXBvb2wtbWluaW1hbCIKICAgIHVzZXI6IHRlc3QtcG9vbC1taW5pbWFsLWFkbWluCmN1cnJlbnQtY29udGV4dDogYWRtaW5AdGVzdC1wb29sLW1pbmltYWwKa2luZDogQ29uZmlnCnByZWZlcmVuY2VzOiB7fQp1c2VyczoKLSBuYW1lOiB0ZXN0LXBvb2wtbWluaW1hbC1hZG1pbgogIHVzZXI6CiAgICB0b2tlbjogVUtCZWdmVnhNNjAwZ1psNTJTSVZHY1FxTUlGSURrRXgxbUI3ZVc4bGJpMEZ0VkQxdFZ2cTg4Y0g=","content_type":"application/octet-stream","name":"kubeconfig"}' - headers: - Content-Length: - - "1674" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:31:18 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 8d7aeb30-41bc-4168-8e13-892856d71b55 - status: 200 OK - code: 200 - duration: 94.031167ms - - id: 73 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/8e27bf96-2e0b-42f8-85fa-71e5faf5ccd4 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1598 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://8e27bf96-2e0b-42f8-85fa-71e5faf5ccd4.api.k8s.fr-par.scw.cloud:6443","cni":"calico","commitment_ends_at":"2025-09-30T09:22:09.469486Z","created_at":"2025-09-30T09:22:09.469479Z","description":"","dns_wildcard":"*.8e27bf96-2e0b-42f8-85fa-71e5faf5ccd4.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"7825902a-ee2f-436c-8f07-8129bf8203bf","id":"8e27bf96-2e0b-42f8-85fa-71e5faf5ccd4","name":"test-pool-minimal","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":"844e8249-84ef-46ed-849c-107a9d4bc198","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"","service_dns_ip":"","status":"ready","tags":["terraform-test","scaleway_k8s_cluster","minimal"],"type":"kapsule","updated_at":"2025-09-30T09:28:34.550637Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1598" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:31:18 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - b8bd4829-d58f-455a-a13b-7bcecddaa365 - status: 200 OK - code: 200 - duration: 90.800083ms - - id: 74 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/ipam/v1/regions/fr-par/ips?order_by=created_at_desc&project_id=105bdce1-64c0-48ab-899d-868455867ecf&resource_name=scw-test-pool-minima-test-pool-minimal--9d2b5e&resource_type=unknown_type - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1122 - uncompressed: false - body: '{"ips":[{"address":"fd5f:519c:6d46:4eaa:783d:df0:5b1e:f326/64","created_at":"2025-09-30T09:30:01.599651Z","id":"c1374908-1c8e-404e-9ada-4a97489a4d5f","is_ipv6":true,"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","resource":{"id":"96fce9e3-d9f6-4647-8daa-eae827156c78","mac_address":"02:00:00:19:85:F0","name":"scw-test-pool-minima-test-pool-minimal--9d2b5e","type":"instance_private_nic"},"reverses":[],"source":{"subnet_id":"739580f1-fe66-46ed-a22d-cbab77b70cab"},"tags":[],"updated_at":"2025-09-30T09:30:01.599651Z","zone":null},{"address":"172.17.124.4/22","created_at":"2025-09-30T09:30:01.507056Z","id":"858fbe3d-1638-4581-b163-e321610abcbd","is_ipv6":false,"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","resource":{"id":"96fce9e3-d9f6-4647-8daa-eae827156c78","mac_address":"02:00:00:19:85:F0","name":"scw-test-pool-minima-test-pool-minimal--9d2b5e","type":"instance_private_nic"},"reverses":[],"source":{"subnet_id":"d3ea0d84-77d4-4a60-aff6-4504b4ebbba8"},"tags":[],"updated_at":"2025-09-30T09:30:01.507056Z","zone":null}],"total_count":2}' - headers: - Content-Length: - - "1122" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:31:18 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 34428125-1a17-4397-949e-5c8c1d5d7aa1 - status: 200 OK - code: 200 - duration: 35.139875ms - - id: 75 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/771f6283-cd8e-49e7-9371-2cb5f3b386f5 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 765 - uncompressed: false - body: '{"autohealing":true,"autoscaling":true,"cluster_id":"8e27bf96-2e0b-42f8-85fa-71e5faf5ccd4","container_runtime":"containerd","created_at":"2025-09-30T09:22:15.168956Z","id":"771f6283-cd8e-49e7-9371-2cb5f3b386f5","kubelet_args":{},"max_size":1,"min_size":1,"name":"test-pool-minimal","new_images_enabled":true,"node_type":"pro2_xxs","placement_group_id":null,"public_ip_disabled":false,"region":"fr-par","root_volume_size":20000000000,"root_volume_type":"sbs_5k","security_group_id":"d49109f7-0bad-4991-b0fb-853c658463d2","size":1,"status":"ready","tags":["terraform-test","scaleway_k8s_cluster","default"],"updated_at":"2025-09-30T09:29:53.556989Z","upgrade_policy":{"max_surge":0,"max_unavailable":1},"version":"1.34.1","zone":"fr-par-1"}' - headers: - Content-Length: - - "765" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:31:18 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - b8edc875-8d55-4a99-aa1f-215dba492c40 - status: 200 OK - code: 200 - duration: 93.80425ms - - id: 76 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/8e27bf96-2e0b-42f8-85fa-71e5faf5ccd4/nodes?order_by=created_at_asc&page=1&pool_id=771f6283-cd8e-49e7-9371-2cb5f3b386f5&status=unknown - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 651 - uncompressed: false - body: '{"nodes":[{"cluster_id":"8e27bf96-2e0b-42f8-85fa-71e5faf5ccd4","conditions":{"DiskPressure":"False","MemoryPressure":"False","NetworkUnavailable":"False","PIDPressure":"False","Ready":"True"},"created_at":"2025-09-30T09:28:49.372108Z","error_message":"","id":"ab5bd627-6009-4be1-a52a-551e2805c4e0","name":"scw-test-pool-minimal-test-pool-minimal-ab5bd6","pool_id":"771f6283-cd8e-49e7-9371-2cb5f3b386f5","provider_id":"scaleway://instance/fr-par-1/145967b5-1025-4373-ae68-3bfc2d56cfd0","public_ip_v4":"163.172.149.221","public_ip_v6":null,"region":"fr-par","status":"ready","updated_at":"2025-09-30T09:31:11.546622Z"}],"total_count":1}' - headers: - Content-Length: - - "651" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:31:18 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 6716f38a-b108-435f-9831-9492ff1a6eae - status: 200 OK - code: 200 - duration: 75.983208ms - - id: 77 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/8e27bf96-2e0b-42f8-85fa-71e5faf5ccd4 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1598 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://8e27bf96-2e0b-42f8-85fa-71e5faf5ccd4.api.k8s.fr-par.scw.cloud:6443","cni":"calico","commitment_ends_at":"2025-09-30T09:22:09.469486Z","created_at":"2025-09-30T09:22:09.469479Z","description":"","dns_wildcard":"*.8e27bf96-2e0b-42f8-85fa-71e5faf5ccd4.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"7825902a-ee2f-436c-8f07-8129bf8203bf","id":"8e27bf96-2e0b-42f8-85fa-71e5faf5ccd4","name":"test-pool-minimal","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":"844e8249-84ef-46ed-849c-107a9d4bc198","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"","service_dns_ip":"","status":"ready","tags":["terraform-test","scaleway_k8s_cluster","minimal"],"type":"kapsule","updated_at":"2025-09-30T09:28:34.550637Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1598" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:31:18 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 6bdacfe8-661a-425c-b99f-709a93cc378f - status: 200 OK - code: 200 - duration: 85.916959ms - - id: 78 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/ipam/v1/regions/fr-par/ips?order_by=created_at_desc&project_id=105bdce1-64c0-48ab-899d-868455867ecf&resource_name=scw-test-pool-minimal-test-pool-minimal-ab5bd6&resource_type=unknown_type - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1123 - uncompressed: false - body: '{"ips":[{"address":"fd5f:519c:6d46:4eaa:40a7:58cd:8494:9080/64","created_at":"2025-09-30T09:28:52.607864Z","id":"a14678f5-b50d-4dcf-9bbd-316badd65cc2","is_ipv6":true,"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","resource":{"id":"e2f3853b-7292-4d33-8742-26a6d62353c5","mac_address":"02:00:00:12:97:19","name":"scw-test-pool-minimal-test-pool-minimal-ab5bd6","type":"instance_private_nic"},"reverses":[],"source":{"subnet_id":"739580f1-fe66-46ed-a22d-cbab77b70cab"},"tags":[],"updated_at":"2025-09-30T09:28:52.607864Z","zone":null},{"address":"172.17.124.3/22","created_at":"2025-09-30T09:28:52.511807Z","id":"8c300470-e347-43eb-bf9a-579237e71e35","is_ipv6":false,"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","resource":{"id":"e2f3853b-7292-4d33-8742-26a6d62353c5","mac_address":"02:00:00:12:97:19","name":"scw-test-pool-minimal-test-pool-minimal-ab5bd6","type":"instance_private_nic"},"reverses":[],"source":{"subnet_id":"d3ea0d84-77d4-4a60-aff6-4504b4ebbba8"},"tags":[],"updated_at":"2025-09-30T09:28:52.511807Z","zone":null}],"total_count":2}' - headers: - Content-Length: - - "1123" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:31:18 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 948021db-338e-498d-984b-1fcc56485124 - status: 200 OK - code: 200 - duration: 31.417209ms - - id: 79 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/60bcad8a-8b03-428c-bfca-150ef3631b9a - method: DELETE - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 770 - uncompressed: false - body: '{"autohealing":true,"autoscaling":true,"cluster_id":"8e27bf96-2e0b-42f8-85fa-71e5faf5ccd4","container_runtime":"containerd","created_at":"2025-09-30T09:29:58.038552Z","id":"60bcad8a-8b03-428c-bfca-150ef3631b9a","kubelet_args":{},"max_size":1,"min_size":1,"name":"test-pool-minimal-2","new_images_enabled":true,"node_type":"pro2_xxs","placement_group_id":null,"public_ip_disabled":false,"region":"fr-par","root_volume_size":20000000000,"root_volume_type":"sbs_5k","security_group_id":"d49109f7-0bad-4991-b0fb-853c658463d2","size":1,"status":"deleting","tags":["terraform-test","scaleway_k8s_cluster","minimal"],"updated_at":"2025-09-30T09:31:18.768608Z","upgrade_policy":{"max_surge":0,"max_unavailable":1},"version":"1.34.1","zone":"fr-par-1"}' - headers: - Content-Length: - - "770" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:31:18 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 2dfc5861-d6a8-441c-8686-3a3c8c907a18 - status: 200 OK - code: 200 - duration: 102.71375ms - - id: 80 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/60bcad8a-8b03-428c-bfca-150ef3631b9a - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 770 - uncompressed: false - body: '{"autohealing":true,"autoscaling":true,"cluster_id":"8e27bf96-2e0b-42f8-85fa-71e5faf5ccd4","container_runtime":"containerd","created_at":"2025-09-30T09:29:58.038552Z","id":"60bcad8a-8b03-428c-bfca-150ef3631b9a","kubelet_args":{},"max_size":1,"min_size":1,"name":"test-pool-minimal-2","new_images_enabled":true,"node_type":"pro2_xxs","placement_group_id":null,"public_ip_disabled":false,"region":"fr-par","root_volume_size":20000000000,"root_volume_type":"sbs_5k","security_group_id":"d49109f7-0bad-4991-b0fb-853c658463d2","size":1,"status":"deleting","tags":["terraform-test","scaleway_k8s_cluster","minimal"],"updated_at":"2025-09-30T09:31:18.768608Z","upgrade_policy":{"max_surge":0,"max_unavailable":1},"version":"1.34.1","zone":"fr-par-1"}' - headers: - Content-Length: - - "770" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:31:18 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 656b9420-19e0-4885-a1e4-c262b7584e27 - status: 200 OK - code: 200 - duration: 78.04425ms - - id: 81 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/60bcad8a-8b03-428c-bfca-150ef3631b9a - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 125 - uncompressed: false - body: '{"message":"resource is not found","resource":"pool","resource_id":"60bcad8a-8b03-428c-bfca-150ef3631b9a","type":"not_found"}' - headers: - Content-Length: - - "125" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:32:35 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 67b323d7-d7d0-43d9-b53d-dde1c69846d2 - status: 404 Not Found - code: 404 - duration: 26.773125ms - - id: 82 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/8e27bf96-2e0b-42f8-85fa-71e5faf5ccd4 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1598 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://8e27bf96-2e0b-42f8-85fa-71e5faf5ccd4.api.k8s.fr-par.scw.cloud:6443","cni":"calico","commitment_ends_at":"2025-09-30T09:22:09.469486Z","created_at":"2025-09-30T09:22:09.469479Z","description":"","dns_wildcard":"*.8e27bf96-2e0b-42f8-85fa-71e5faf5ccd4.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"7825902a-ee2f-436c-8f07-8129bf8203bf","id":"8e27bf96-2e0b-42f8-85fa-71e5faf5ccd4","name":"test-pool-minimal","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":"844e8249-84ef-46ed-849c-107a9d4bc198","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"","service_dns_ip":"","status":"ready","tags":["terraform-test","scaleway_k8s_cluster","minimal"],"type":"kapsule","updated_at":"2025-09-30T09:28:34.550637Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1598" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:32:35 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 48805490-44db-4800-9ae9-4b0266950696 - status: 200 OK - code: 200 - duration: 86.205666ms - - id: 83 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/771f6283-cd8e-49e7-9371-2cb5f3b386f5 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 765 - uncompressed: false - body: '{"autohealing":true,"autoscaling":true,"cluster_id":"8e27bf96-2e0b-42f8-85fa-71e5faf5ccd4","container_runtime":"containerd","created_at":"2025-09-30T09:22:15.168956Z","id":"771f6283-cd8e-49e7-9371-2cb5f3b386f5","kubelet_args":{},"max_size":1,"min_size":1,"name":"test-pool-minimal","new_images_enabled":true,"node_type":"pro2_xxs","placement_group_id":null,"public_ip_disabled":false,"region":"fr-par","root_volume_size":20000000000,"root_volume_type":"sbs_5k","security_group_id":"d49109f7-0bad-4991-b0fb-853c658463d2","size":1,"status":"ready","tags":["terraform-test","scaleway_k8s_cluster","default"],"updated_at":"2025-09-30T09:29:53.556989Z","upgrade_policy":{"max_surge":0,"max_unavailable":1},"version":"1.34.1","zone":"fr-par-1"}' - headers: - Content-Length: - - "765" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:32:35 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - af917e02-7236-49e7-99ba-60989da157d5 - status: 200 OK - code: 200 - duration: 100.980875ms - - id: 84 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/8e27bf96-2e0b-42f8-85fa-71e5faf5ccd4/nodes?order_by=created_at_asc&pool_id=771f6283-cd8e-49e7-9371-2cb5f3b386f5&status=unknown - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 651 - uncompressed: false - body: '{"nodes":[{"cluster_id":"8e27bf96-2e0b-42f8-85fa-71e5faf5ccd4","conditions":{"DiskPressure":"False","MemoryPressure":"False","NetworkUnavailable":"False","PIDPressure":"False","Ready":"True"},"created_at":"2025-09-30T09:28:49.372108Z","error_message":"","id":"ab5bd627-6009-4be1-a52a-551e2805c4e0","name":"scw-test-pool-minimal-test-pool-minimal-ab5bd6","pool_id":"771f6283-cd8e-49e7-9371-2cb5f3b386f5","provider_id":"scaleway://instance/fr-par-1/145967b5-1025-4373-ae68-3bfc2d56cfd0","public_ip_v4":"163.172.149.221","public_ip_v6":null,"region":"fr-par","status":"ready","updated_at":"2025-09-30T09:31:41.815253Z"}],"total_count":1}' - headers: - Content-Length: - - "651" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:32:35 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 74e8cb2e-23b9-427d-b18a-68f2ee5d4241 - status: 200 OK - code: 200 - duration: 117.783083ms - - id: 85 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/145967b5-1025-4373-ae68-3bfc2d56cfd0 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 3819 - uncompressed: false - body: '{"server":{"allowed_actions":["poweroff","terminate","reboot","stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":null,"commercial_type":"PRO2-XXS","creation_date":"2025-09-30T09:28:50.114571+00:00","dynamic_ip_required":false,"enable_ipv6":false,"end_of_service":false,"extra_networks":[],"filesystems":[],"hostname":"scw-test-pool-minimal-test-pool-minimal-ab5bd6","id":"145967b5-1025-4373-ae68-3bfc2d56cfd0","image":{"arch":"x86_64","creation_date":"2025-09-29T14:12:08.272227+00:00","default_bootscript":null,"extra_volumes":{},"from_server":"","id":"ff54ca27-0181-4a39-8446-4b3c85f97898","modification_date":"2025-09-29T14:12:08.272227+00:00","name":"k8s_base_node_instance","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"db438ad9-80c6-4640-a43d-9cb076cc57bb","name":"","size":0,"volume_type":"sbs_snapshot"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"96","hypervisor_id":"401","node_id":"33","platform_id":"14","zone_id":"fr-par-1"},"mac_address":"de:00:00:ca:fc:df","maintenances":[],"modification_date":"2025-09-30T09:28:55.126042+00:00","name":"scw-test-pool-minimal-test-pool-minimal-ab5bd6","organization":"105bdce1-64c0-48ab-899d-868455867ecf","placement_group":null,"private_ip":null,"private_nics":[{"creation_date":"2025-09-30T09:28:52.292933+00:00","id":"e2f3853b-7292-4d33-8742-26a6d62353c5","ipam_ip_ids":["8c300470-e347-43eb-bf9a-579237e71e35","a14678f5-b50d-4dcf-9bbd-316badd65cc2"],"mac_address":"02:00:00:12:97:19","modification_date":"2025-09-30T09:28:52.403100+00:00","private_network_id":"844e8249-84ef-46ed-849c-107a9d4bc198","server_id":"145967b5-1025-4373-ae68-3bfc2d56cfd0","state":"available","tags":[],"zone":"fr-par-1"}],"project":"105bdce1-64c0-48ab-899d-868455867ecf","protected":false,"public_ip":{"address":"163.172.149.221","dynamic":false,"family":"inet","gateway":"62.210.0.1","id":"5e1fe2cf-537e-4763-9643-89980a20a0b0","ipam_id":"e88cc028-d2c9-4a9a-a857-4cb90d34f6a3","netmask":"32","provisioning_mode":"dhcp","state":"attached","tags":["kapsule=8e27bf96-2e0b-42f8-85fa-71e5faf5ccd4","node-name=scw-test-pool-minimal-test-pool-minimal-ab5bd6"]},"public_ips":[{"address":"163.172.149.221","dynamic":false,"family":"inet","gateway":"62.210.0.1","id":"5e1fe2cf-537e-4763-9643-89980a20a0b0","ipam_id":"e88cc028-d2c9-4a9a-a857-4cb90d34f6a3","netmask":"32","provisioning_mode":"dhcp","state":"attached","tags":["kapsule=8e27bf96-2e0b-42f8-85fa-71e5faf5ccd4","node-name=scw-test-pool-minimal-test-pool-minimal-ab5bd6"]},{"address":"2001:bc8:710:a9cf:dc00:ff:feca:fcdf","dynamic":false,"family":"inet6","gateway":"fe80::dc00:ff:feca:fce0","id":"00d759df-c6f1-4823-84fa-cb1cd78f9466","ipam_id":"bff2e976-be9f-4f8e-a465-71281e11fbb9","netmask":"64","provisioning_mode":"slaac","state":"attached","tags":["kapsule=8e27bf96-2e0b-42f8-85fa-71e5faf5ccd4","node-name=scw-test-pool-minimal-test-pool-minimal-ab5bd6"]}],"routed_ip_enabled":true,"security_group":{"id":"d49109f7-0bad-4991-b0fb-853c658463d2","name":"Kapsule default security group"},"state":"running","state_detail":"booting kernel","tags":["kapsule=8e27bf96-2e0b-42f8-85fa-71e5faf5ccd4","pool=771f6283-cd8e-49e7-9371-2cb5f3b386f5","pool-name=test-pool-minimal","runtime=containerd","managed=true","terraform-test","scaleway_k8s_cluster","default","node=ab5bd627-6009-4be1-a52a-551e2805c4e0"],"volumes":{"0":{"boot":true,"id":"00a4f04a-5a53-4080-b196-b0ec95ebf189","state":"available","volume_type":"sbs_volume","zone":"fr-par-1"}},"zone":"fr-par-1"}}' - headers: - Content-Length: - - "3819" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:32:36 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 43c98fe5-c1b2-4cc3-b54a-7a7546344438 - status: 200 OK - code: 200 - duration: 169.187583ms - - id: 86 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/fr-par/vpcs/42ae893c-84fb-4b2d-8565-3ecc8bd5e3db - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 419 - uncompressed: false - body: '{"created_at":"2025-09-30T09:22:08.452388Z","custom_routes_propagation_enabled":true,"id":"42ae893c-84fb-4b2d-8565-3ecc8bd5e3db","is_default":false,"name":"tf-vpc-silly-dubinsky","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","private_network_count":1,"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","routing_enabled":true,"tags":[],"updated_at":"2025-09-30T09:22:08.452388Z"}' - headers: - Content-Length: - - "419" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:32:36 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 11c247f1-3b65-4373-9e8e-ad91e9cfaf15 - status: 200 OK - code: 200 - duration: 26.572416ms - - id: 87 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks/844e8249-84ef-46ed-849c-107a9d4bc198 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1088 - uncompressed: false - body: '{"created_at":"2025-09-30T09:22:08.571805Z","default_route_propagation_enabled":false,"dhcp_enabled":true,"id":"844e8249-84ef-46ed-849c-107a9d4bc198","name":"test-pool-minimal","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","subnets":[{"created_at":"2025-09-30T09:22:08.571805Z","id":"d3ea0d84-77d4-4a60-aff6-4504b4ebbba8","private_network_id":"844e8249-84ef-46ed-849c-107a9d4bc198","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","subnet":"172.17.124.0/22","updated_at":"2025-09-30T09:22:08.571805Z","vpc_id":"42ae893c-84fb-4b2d-8565-3ecc8bd5e3db"},{"created_at":"2025-09-30T09:22:08.571805Z","id":"739580f1-fe66-46ed-a22d-cbab77b70cab","private_network_id":"844e8249-84ef-46ed-849c-107a9d4bc198","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","subnet":"fd5f:519c:6d46:4eaa::/64","updated_at":"2025-09-30T09:22:08.571805Z","vpc_id":"42ae893c-84fb-4b2d-8565-3ecc8bd5e3db"}],"tags":[],"updated_at":"2025-09-30T09:22:08.571805Z","vpc_id":"42ae893c-84fb-4b2d-8565-3ecc8bd5e3db"}' - headers: - Content-Length: - - "1088" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:32:36 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 2d1e65d6-1c30-413d-974e-c8de18e4e9df - status: 200 OK - code: 200 - duration: 21.423208ms - - id: 88 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/8e27bf96-2e0b-42f8-85fa-71e5faf5ccd4 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1598 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://8e27bf96-2e0b-42f8-85fa-71e5faf5ccd4.api.k8s.fr-par.scw.cloud:6443","cni":"calico","commitment_ends_at":"2025-09-30T09:22:09.469486Z","created_at":"2025-09-30T09:22:09.469479Z","description":"","dns_wildcard":"*.8e27bf96-2e0b-42f8-85fa-71e5faf5ccd4.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"7825902a-ee2f-436c-8f07-8129bf8203bf","id":"8e27bf96-2e0b-42f8-85fa-71e5faf5ccd4","name":"test-pool-minimal","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":"844e8249-84ef-46ed-849c-107a9d4bc198","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"","service_dns_ip":"","status":"ready","tags":["terraform-test","scaleway_k8s_cluster","minimal"],"type":"kapsule","updated_at":"2025-09-30T09:28:34.550637Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1598" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:32:36 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 6d241a47-1258-4343-bde3-55783ea25fc0 - status: 200 OK - code: 200 - duration: 97.159958ms - - id: 89 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/8e27bf96-2e0b-42f8-85fa-71e5faf5ccd4/kubeconfig - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1674 - uncompressed: false - body: '{"content":"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogInRlc3QtcG9vbC1taW5pbWFsIgogIGNsdXN0ZXI6CiAgICBjZXJ0aWZpY2F0ZS1hdXRob3JpdHktZGF0YTogTFMwdExTMUNSVWRKVGlCRFJWSlVTVVpKUTBGVVJTMHRMUzB0Q2sxSlNVSlhla05EUVZGSFowRjNTVUpCWjBsQ1FVUkJTMEpuWjNGb2EycFBVRkZSUkVGcVFWWk5VazEzUlZGWlJGWlJVVVJGZDNCeVpGZEtiR050Tld3S1pFZFdlazFDTkZoRVZFa3hUVVJyZVU5VVFUVk5ha2wzVDFadldFUlVUVEZOUkd0NVQxUkJOVTFxU1hkUFZtOTNSbFJGVkUxQ1JVZEJNVlZGUVhoTlN3cGhNMVpwV2xoS2RWcFlVbXhqZWtKYVRVSk5SMEo1Y1VkVFRUUTVRV2RGUjBORGNVZFRUVFE1UVhkRlNFRXdTVUZDVUd0d1YyRnVWRFpqYkdGVWRGWTNDbEZMTkRWNlZHWkxTSGx6VlRkR1ZVdFdhVTFMYm5Ga2VqaHBVWEpZZDJOaGVsRkJhRWxDTkZwcU4wc3dhVGRqVUhoek1qYzFia05rVTFFeEx6Z3pLMDBLV0VocWRHaHBaV3BSYWtKQlRVRTBSMEV4VldSRWQwVkNMM2RSUlVGM1NVTndSRUZRUW1kT1ZraFNUVUpCWmpoRlFsUkJSRUZSU0M5TlFqQkhRVEZWWkFwRVoxRlhRa0pTTjBkMWJHNTNNMmd6TkVkWmNuZGtNa0ZTVFZGeVJHSXdZMGw2UVV0Q1oyZHhhR3RxVDFCUlVVUkJaMDVKUVVSQ1JrRnBRbWRXVGxKQkNtSTRVREl3UmpWd09VUjFZMjR3VFVsTk5FZDBOMFk1T1hWR1p6YzRLMDVtVEhVeVIwZG5TV2hCVFN0TVp6aFVXbVV2V1c0MlZXbE9WMFJhYW5kQ2RsVUtaVlJFZVdSbU0xWkZhVFZLUjFjMEwxTjNZWFlLTFMwdExTMUZUa1FnUTBWU1ZFbEdTVU5CVkVVdExTMHRMUW89CiAgICBzZXJ2ZXI6IGh0dHBzOi8vOGUyN2JmOTYtMmUwYi00MmY4LTg1ZmEtNzFlNWZhZjVjY2Q0LmFwaS5rOHMuZnItcGFyLnNjdy5jbG91ZDo2NDQzCmNvbnRleHRzOgotIG5hbWU6IGFkbWluQHRlc3QtcG9vbC1taW5pbWFsCiAgY29udGV4dDoKICAgIGNsdXN0ZXI6ICJ0ZXN0LXBvb2wtbWluaW1hbCIKICAgIHVzZXI6IHRlc3QtcG9vbC1taW5pbWFsLWFkbWluCmN1cnJlbnQtY29udGV4dDogYWRtaW5AdGVzdC1wb29sLW1pbmltYWwKa2luZDogQ29uZmlnCnByZWZlcmVuY2VzOiB7fQp1c2VyczoKLSBuYW1lOiB0ZXN0LXBvb2wtbWluaW1hbC1hZG1pbgogIHVzZXI6CiAgICB0b2tlbjogVUtCZWdmVnhNNjAwZ1psNTJTSVZHY1FxTUlGSURrRXgxbUI3ZVc4bGJpMEZ0VkQxdFZ2cTg4Y0g=","content_type":"application/octet-stream","name":"kubeconfig"}' - headers: - Content-Length: - - "1674" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:32:36 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 517d374f-c2ad-4563-95b6-49d895f3ddf1 - status: 200 OK - code: 200 - duration: 87.012375ms - - id: 90 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/771f6283-cd8e-49e7-9371-2cb5f3b386f5 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 765 - uncompressed: false - body: '{"autohealing":true,"autoscaling":true,"cluster_id":"8e27bf96-2e0b-42f8-85fa-71e5faf5ccd4","container_runtime":"containerd","created_at":"2025-09-30T09:22:15.168956Z","id":"771f6283-cd8e-49e7-9371-2cb5f3b386f5","kubelet_args":{},"max_size":1,"min_size":1,"name":"test-pool-minimal","new_images_enabled":true,"node_type":"pro2_xxs","placement_group_id":null,"public_ip_disabled":false,"region":"fr-par","root_volume_size":20000000000,"root_volume_type":"sbs_5k","security_group_id":"d49109f7-0bad-4991-b0fb-853c658463d2","size":1,"status":"ready","tags":["terraform-test","scaleway_k8s_cluster","default"],"updated_at":"2025-09-30T09:29:53.556989Z","upgrade_policy":{"max_surge":0,"max_unavailable":1},"version":"1.34.1","zone":"fr-par-1"}' - headers: - Content-Length: - - "765" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:32:36 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - bf9e0261-ec5e-434e-a7d5-26ce4cd96b8e - status: 200 OK - code: 200 - duration: 88.0605ms - - id: 91 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/8e27bf96-2e0b-42f8-85fa-71e5faf5ccd4/nodes?order_by=created_at_asc&page=1&pool_id=771f6283-cd8e-49e7-9371-2cb5f3b386f5&status=unknown - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 651 - uncompressed: false - body: '{"nodes":[{"cluster_id":"8e27bf96-2e0b-42f8-85fa-71e5faf5ccd4","conditions":{"DiskPressure":"False","MemoryPressure":"False","NetworkUnavailable":"False","PIDPressure":"False","Ready":"True"},"created_at":"2025-09-30T09:28:49.372108Z","error_message":"","id":"ab5bd627-6009-4be1-a52a-551e2805c4e0","name":"scw-test-pool-minimal-test-pool-minimal-ab5bd6","pool_id":"771f6283-cd8e-49e7-9371-2cb5f3b386f5","provider_id":"scaleway://instance/fr-par-1/145967b5-1025-4373-ae68-3bfc2d56cfd0","public_ip_v4":"163.172.149.221","public_ip_v6":null,"region":"fr-par","status":"ready","updated_at":"2025-09-30T09:31:41.815253Z"}],"total_count":1}' - headers: - Content-Length: - - "651" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:32:36 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 61e0a611-881e-4f37-afd9-75fc542f3466 - status: 200 OK - code: 200 - duration: 86.0895ms - - id: 92 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/8e27bf96-2e0b-42f8-85fa-71e5faf5ccd4 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1598 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://8e27bf96-2e0b-42f8-85fa-71e5faf5ccd4.api.k8s.fr-par.scw.cloud:6443","cni":"calico","commitment_ends_at":"2025-09-30T09:22:09.469486Z","created_at":"2025-09-30T09:22:09.469479Z","description":"","dns_wildcard":"*.8e27bf96-2e0b-42f8-85fa-71e5faf5ccd4.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"7825902a-ee2f-436c-8f07-8129bf8203bf","id":"8e27bf96-2e0b-42f8-85fa-71e5faf5ccd4","name":"test-pool-minimal","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":"844e8249-84ef-46ed-849c-107a9d4bc198","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"","service_dns_ip":"","status":"ready","tags":["terraform-test","scaleway_k8s_cluster","minimal"],"type":"kapsule","updated_at":"2025-09-30T09:28:34.550637Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1598" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:32:36 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - a5827668-a40c-4e4c-a752-5326714c88ad - status: 200 OK - code: 200 - duration: 100.746292ms - - id: 93 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/ipam/v1/regions/fr-par/ips?order_by=created_at_desc&project_id=105bdce1-64c0-48ab-899d-868455867ecf&resource_name=scw-test-pool-minimal-test-pool-minimal-ab5bd6&resource_type=unknown_type - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1123 - uncompressed: false - body: '{"ips":[{"address":"fd5f:519c:6d46:4eaa:40a7:58cd:8494:9080/64","created_at":"2025-09-30T09:28:52.607864Z","id":"a14678f5-b50d-4dcf-9bbd-316badd65cc2","is_ipv6":true,"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","resource":{"id":"e2f3853b-7292-4d33-8742-26a6d62353c5","mac_address":"02:00:00:12:97:19","name":"scw-test-pool-minimal-test-pool-minimal-ab5bd6","type":"instance_private_nic"},"reverses":[],"source":{"subnet_id":"739580f1-fe66-46ed-a22d-cbab77b70cab"},"tags":[],"updated_at":"2025-09-30T09:28:52.607864Z","zone":null},{"address":"172.17.124.3/22","created_at":"2025-09-30T09:28:52.511807Z","id":"8c300470-e347-43eb-bf9a-579237e71e35","is_ipv6":false,"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","resource":{"id":"e2f3853b-7292-4d33-8742-26a6d62353c5","mac_address":"02:00:00:12:97:19","name":"scw-test-pool-minimal-test-pool-minimal-ab5bd6","type":"instance_private_nic"},"reverses":[],"source":{"subnet_id":"d3ea0d84-77d4-4a60-aff6-4504b4ebbba8"},"tags":[],"updated_at":"2025-09-30T09:28:52.511807Z","zone":null}],"total_count":2}' - headers: - Content-Length: - - "1123" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:32:36 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 45177a2f-7790-49ca-a51d-00b9a3782c6a - status: 200 OK - code: 200 - duration: 51.417416ms - - id: 94 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/771f6283-cd8e-49e7-9371-2cb5f3b386f5 - method: DELETE - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 768 - uncompressed: false - body: '{"autohealing":true,"autoscaling":true,"cluster_id":"8e27bf96-2e0b-42f8-85fa-71e5faf5ccd4","container_runtime":"containerd","created_at":"2025-09-30T09:22:15.168956Z","id":"771f6283-cd8e-49e7-9371-2cb5f3b386f5","kubelet_args":{},"max_size":1,"min_size":1,"name":"test-pool-minimal","new_images_enabled":true,"node_type":"pro2_xxs","placement_group_id":null,"public_ip_disabled":false,"region":"fr-par","root_volume_size":20000000000,"root_volume_type":"sbs_5k","security_group_id":"d49109f7-0bad-4991-b0fb-853c658463d2","size":1,"status":"deleting","tags":["terraform-test","scaleway_k8s_cluster","default"],"updated_at":"2025-09-30T09:32:37.304493Z","upgrade_policy":{"max_surge":0,"max_unavailable":1},"version":"1.34.1","zone":"fr-par-1"}' - headers: - Content-Length: - - "768" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:32:37 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 435ae1a6-de58-432f-bad7-49ea6964f016 - status: 200 OK - code: 200 - duration: 130.7545ms - - id: 95 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/771f6283-cd8e-49e7-9371-2cb5f3b386f5 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 768 - uncompressed: false - body: '{"autohealing":true,"autoscaling":true,"cluster_id":"8e27bf96-2e0b-42f8-85fa-71e5faf5ccd4","container_runtime":"containerd","created_at":"2025-09-30T09:22:15.168956Z","id":"771f6283-cd8e-49e7-9371-2cb5f3b386f5","kubelet_args":{},"max_size":1,"min_size":1,"name":"test-pool-minimal","new_images_enabled":true,"node_type":"pro2_xxs","placement_group_id":null,"public_ip_disabled":false,"region":"fr-par","root_volume_size":20000000000,"root_volume_type":"sbs_5k","security_group_id":"d49109f7-0bad-4991-b0fb-853c658463d2","size":1,"status":"deleting","tags":["terraform-test","scaleway_k8s_cluster","default"],"updated_at":"2025-09-30T09:32:37.304493Z","upgrade_policy":{"max_surge":0,"max_unavailable":1},"version":"1.34.1","zone":"fr-par-1"}' - headers: - Content-Length: - - "768" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:32:37 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - b3bff182-6d75-41c8-a0ab-054f32fdfcb1 - status: 200 OK - code: 200 - duration: 81.683416ms - - id: 96 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/771f6283-cd8e-49e7-9371-2cb5f3b386f5 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 125 - uncompressed: false - body: '{"message":"resource is not found","resource":"pool","resource_id":"771f6283-cd8e-49e7-9371-2cb5f3b386f5","type":"not_found"}' - headers: - Content-Length: - - "125" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:37:07 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 33cad9cd-60cb-426d-a22d-d676d1edb784 - status: 404 Not Found - code: 404 - duration: 21.989958ms - - id: 97 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/8e27bf96-2e0b-42f8-85fa-71e5faf5ccd4?with_additional_resources=false - method: DELETE - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1637 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://8e27bf96-2e0b-42f8-85fa-71e5faf5ccd4.api.k8s.fr-par.scw.cloud:6443","cni":"calico","commitment_ends_at":"2025-09-30T09:22:09.469486Z","created_at":"2025-09-30T09:22:09.469479Z","description":"","dns_wildcard":"*.8e27bf96-2e0b-42f8-85fa-71e5faf5ccd4.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"7825902a-ee2f-436c-8f07-8129bf8203bf","id":"8e27bf96-2e0b-42f8-85fa-71e5faf5ccd4","name":"test-pool-minimal","new_images_enabled":false,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"100.64.0.0/15","private_network_id":"844e8249-84ef-46ed-849c-107a9d4bc198","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"10.32.0.0/20","service_dns_ip":"10.32.0.10","status":"deleting","tags":["terraform-test","scaleway_k8s_cluster","minimal"],"type":"kapsule","updated_at":"2025-09-30T09:37:07.469037Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1637" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:37:07 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - f3a1f3d7-f4f2-45e4-b82c-d85ae464b37e - status: 200 OK - code: 200 - duration: 142.986292ms - - id: 98 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/8e27bf96-2e0b-42f8-85fa-71e5faf5ccd4 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1601 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://8e27bf96-2e0b-42f8-85fa-71e5faf5ccd4.api.k8s.fr-par.scw.cloud:6443","cni":"calico","commitment_ends_at":"2025-09-30T09:22:09.469486Z","created_at":"2025-09-30T09:22:09.469479Z","description":"","dns_wildcard":"*.8e27bf96-2e0b-42f8-85fa-71e5faf5ccd4.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"7825902a-ee2f-436c-8f07-8129bf8203bf","id":"8e27bf96-2e0b-42f8-85fa-71e5faf5ccd4","name":"test-pool-minimal","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":"844e8249-84ef-46ed-849c-107a9d4bc198","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"","service_dns_ip":"","status":"deleting","tags":["terraform-test","scaleway_k8s_cluster","minimal"],"type":"kapsule","updated_at":"2025-09-30T09:37:07.469037Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1601" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:37:07 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 7693bd68-0e75-4b28-a94a-3ad60f86b913 - status: 200 OK - code: 200 - duration: 105.264292ms - - id: 99 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/8e27bf96-2e0b-42f8-85fa-71e5faf5ccd4 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 128 - uncompressed: false - body: '{"message":"resource is not found","resource":"cluster","resource_id":"8e27bf96-2e0b-42f8-85fa-71e5faf5ccd4","type":"not_found"}' - headers: - Content-Length: - - "128" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:39:30 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 50bd8032-fa26-4de0-b9a9-297f5d70e103 - status: 404 Not Found - code: 404 - duration: 33.354708ms - - id: 100 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks/844e8249-84ef-46ed-849c-107a9d4bc198 - method: DELETE - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 0 - uncompressed: false - body: "" - headers: - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:39:31 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 85d36a9e-4ba6-49e4-ba69-50cb6c5a3c2a - status: 204 No Content - code: 204 - duration: 1.172641958s - - id: 101 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/fr-par/vpcs/42ae893c-84fb-4b2d-8565-3ecc8bd5e3db - method: DELETE - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 0 - uncompressed: false - body: "" - headers: - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:39:31 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - b336b7d4-e5e1-42c3-8b8a-9f0fc75ab3fb - status: 204 No Content - code: 204 - duration: 129.397084ms - - id: 102 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/771f6283-cd8e-49e7-9371-2cb5f3b386f5 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 125 - uncompressed: false - body: '{"message":"resource is not found","resource":"pool","resource_id":"771f6283-cd8e-49e7-9371-2cb5f3b386f5","type":"not_found"}' - headers: - Content-Length: - - "125" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:39:31 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - d531c729-44ef-4ce4-8f3a-fc2a5c121e20 - status: 404 Not Found - code: 404 - duration: 22.605083ms - - id: 103 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/8e27bf96-2e0b-42f8-85fa-71e5faf5ccd4 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 128 - uncompressed: false - body: '{"message":"resource is not found","resource":"cluster","resource_id":"8e27bf96-2e0b-42f8-85fa-71e5faf5ccd4","type":"not_found"}' - headers: - Content-Length: - - "128" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:39:31 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - e1d6900a-bbe8-4d98-a543-660518e6aea0 - status: 404 Not Found - code: 404 - duration: 35.143334ms - - id: 104 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks/844e8249-84ef-46ed-849c-107a9d4bc198 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 136 - uncompressed: false - body: '{"message":"resource is not found","resource":"private_network","resource_id":"844e8249-84ef-46ed-849c-107a9d4bc198","type":"not_found"}' - headers: - Content-Length: - - "136" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:39:31 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 891d78c4-e954-4f80-94ea-09adff235553 - status: 404 Not Found - code: 404 - duration: 158.755041ms +- id: 0 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/versions + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 4476 + body: "{\"versions\":[{\"region\":\"fr-par\", \"name\":\"1.34.1\", \"label\":\"Kubernetes 1.34.1\", \"available_cnis\":[\"cilium\", \"cilium_native\", \"calico\", \"kilo\", \"none\"], \"available_container_runtimes\":[\"containerd\"], \"available_feature_gates\":[\"HPAScaleToZero\", \"CPUManagerPolicyAlphaOptions\", \"ImageVolume\"], \"available_admission_plugins\":[\"AlwaysPullImages\", \"PodNodeSelector\", \"PodTolerationRestriction\"], \"available_kubelet_args\":{\"containerLogMaxFiles\":\"uint16\", \"containerLogMaxSize\":\"quantity\", \"cpuCFSQuota\":\"bool\", \"cpuCFSQuotaPeriod\":\"duration\", \"cpuManagerPolicy\":\"enum:none|static\", \"cpuManagerPolicyOptions\":\"map[string]string\", \"enableDebuggingHandlers\":\"bool\", \"evictionHard\":\"map[string]string\", \"evictionMinimumReclaim\":\"map[string]string\", \"imageGCHighThresholdPercent\":\"uint32\", \"imageGCLowThresholdPercent\":\"uint32\", \"maxParallelImagePulls\":\"int32\", \"maxPods\":\"uint16\", \"registryBurst\":\"int32\", \"registryPullQPS\":\"int32\", \"serializeImagePulls\":\"bool\"}, \"deprecated_at\":\"2026-09-29T00:00:00Z\", \"end_of_life_at\":\"2026-11-29T00:00:00Z\", \"released_at\":\"2025-09-29T00:00:00Z\"}, {\"region\":\"fr-par\", \"name\":\"1.33.4\", \"label\":\"Kubernetes 1.33.4\", \"available_cnis\":[\"cilium\", \"calico\", \"kilo\", \"none\"], \"available_container_runtimes\":[\"containerd\"], \"available_feature_gates\":[\"HPAScaleToZero\", \"DRAAdminAccess\", \"DynamicResourceAllocation\", \"PodLevelResources\", \"CPUManagerPolicyAlphaOptions\", \"ImageVolume\"], \"available_admission_plugins\":[\"AlwaysPullImages\", \"PodNodeSelector\", \"PodTolerationRestriction\"], \"available_kubelet_args\":{\"containerLogMaxFiles\":\"uint16\", \"containerLogMaxSize\":\"quantity\", \"cpuCFSQuota\":\"bool\", \"cpuCFSQuotaPeriod\":\"duration\", \"cpuManagerPolicy\":\"enum:none|static\", \"cpuManagerPolicyOptions\":\"map[string]string\", \"enableDebuggingHandlers\":\"bool\", \"evictionHard\":\"map[string]string\", \"evictionMinimumReclaim\":\"map[string]string\", \"imageGCHighThresholdPercent\":\"uint32\", \"imageGCLowThresholdPercent\":\"uint32\", \"maxParallelImagePulls\":\"int32\", \"maxPods\":\"uint16\", \"registryBurst\":\"int32\", \"registryPullQPS\":\"int32\", \"serializeImagePulls\":\"bool\"}, \"deprecated_at\":\"2026-09-04T00:00:00Z\", \"end_of_life_at\":\"2026-11-04T00:00:00Z\", \"released_at\":\"2025-09-04T00:00:00Z\"}, {\"region\":\"fr-par\", \"name\":\"1.32.8\", \"label\":\"Kubernetes 1.32.8\", \"available_cnis\":[\"cilium\", \"calico\", \"kilo\", \"none\"], \"available_container_runtimes\":[\"containerd\"], \"available_feature_gates\":[\"HPAScaleToZero\", \"InPlacePodVerticalScaling\", \"SidecarContainers\", \"DRAAdminAccess\", \"DRAResourceClaimDeviceStatus\", \"DynamicResourceAllocation\", \"PodLevelResources\", \"CPUManagerPolicyAlphaOptions\", \"ImageVolume\"], \"available_admission_plugins\":[\"AlwaysPullImages\", \"PodNodeSelector\", \"PodTolerationRestriction\"], \"available_kubelet_args\":{\"containerLogMaxFiles\":\"uint16\", \"containerLogMaxSize\":\"quantity\", \"cpuCFSQuota\":\"bool\", \"cpuCFSQuotaPeriod\":\"duration\", \"cpuManagerPolicy\":\"enum:none|static\", \"cpuManagerPolicyOptions\":\"map[string]string\", \"enableDebuggingHandlers\":\"bool\", \"evictionHard\":\"map[string]string\", \"evictionMinimumReclaim\":\"map[string]string\", \"imageGCHighThresholdPercent\":\"uint32\", \"imageGCLowThresholdPercent\":\"uint32\", \"maxParallelImagePulls\":\"int32\", \"maxPods\":\"uint16\", \"registryBurst\":\"int32\", \"registryPullQPS\":\"int32\", \"serializeImagePulls\":\"bool\"}, \"deprecated_at\":\"2026-03-24T00:00:00Z\", \"end_of_life_at\":\"2025-05-24T00:00:00Z\", \"released_at\":\"2025-03-24T00:00:00Z\"}, {\"region\":\"fr-par\", \"name\":\"1.31.12\", \"label\":\"Kubernetes 1.31.12\", \"available_cnis\":[\"cilium\", \"calico\", \"kilo\", \"none\"], \"available_container_runtimes\":[\"containerd\"], \"available_feature_gates\":[\"HPAScaleToZero\", \"InPlacePodVerticalScaling\", \"SidecarContainers\", \"CPUManagerPolicyAlphaOptions\", \"ImageVolume\"], \"available_admission_plugins\":[\"AlwaysPullImages\", \"PodNodeSelector\", \"PodTolerationRestriction\"], \"available_kubelet_args\":{\"containerLogMaxFiles\":\"uint16\", \"containerLogMaxSize\":\"quantity\", \"cpuCFSQuota\":\"bool\", \"cpuCFSQuotaPeriod\":\"duration\", \"cpuManagerPolicy\":\"enum:none|static\", \"cpuManagerPolicyOptions\":\"map[string]string\", \"enableDebuggingHandlers\":\"bool\", \"evictionHard\":\"map[string]string\", \"evictionMinimumReclaim\":\"map[string]string\", \"imageGCHighThresholdPercent\":\"uint32\", \"imageGCLowThresholdPercent\":\"uint32\", \"maxParallelImagePulls\":\"int32\", \"maxPods\":\"uint16\", \"registryBurst\":\"int32\", \"registryPullQPS\":\"int32\", \"serializeImagePulls\":\"bool\"}, \"deprecated_at\":\"2025-12-02T00:00:00Z\", \"end_of_life_at\":\"2026-02-02T00:00:00Z\", \"released_at\":\"2024-12-02T00:00:00Z\"}]}" + headers: + Content-Length: + - "4476" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:18:16 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - ca3fa79d-4fe7-47c4-9e92-a771cca4e2a4 + status: 200 OK + code: 200 + duration: 18.613774ms +- id: 1 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 120 + host: api.scaleway.com + body: "{\"name\":\"tf-vpc-friendly-williams\",\"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\",\"tags\":[],\"enable_routing\":false}" + headers: + Content-Type: + - application/json + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/vpc/v2/regions/fr-par/vpcs + method: POST + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 422 + body: "{\"id\":\"fb5cd7b8-e592-4b6e-8216-66fca3c089b6\", \"name\":\"tf-vpc-friendly-williams\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:47.163149Z\", \"updated_at\":\"2025-10-30T16:18:47.163149Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_default\":false, \"private_network_count\":0, \"routing_enabled\":true, \"custom_routes_propagation_enabled\":true, \"region\":\"fr-par\"}" + headers: + Content-Length: + - "422" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:18:47 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 526e3ee3-0440-4cca-9019-16cbc3c939fb + status: 200 OK + code: 200 + duration: 80.321999ms +- id: 2 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/vpc/v2/regions/fr-par/vpcs/fb5cd7b8-e592-4b6e-8216-66fca3c089b6 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 422 + body: "{\"id\":\"fb5cd7b8-e592-4b6e-8216-66fca3c089b6\", \"name\":\"tf-vpc-friendly-williams\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:47.163149Z\", \"updated_at\":\"2025-10-30T16:18:47.163149Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_default\":false, \"private_network_count\":0, \"routing_enabled\":true, \"custom_routes_propagation_enabled\":true, \"region\":\"fr-par\"}" + headers: + Content-Length: + - "422" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:18:47 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 2c2e8a0f-3c0c-4e2c-9dc9-684a42a6198e + status: 200 OK + code: 200 + duration: 25.25042ms +- id: 3 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 195 + host: api.scaleway.com + body: "{\"name\":\"test-pool-minimal\",\"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\",\"tags\":[],\"subnets\":null,\"vpc_id\":\"fb5cd7b8-e592-4b6e-8216-66fca3c089b6\",\"default_route_propagation_enabled\":false}" + headers: + Content-Type: + - application/json + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks + method: POST + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1087 + body: "{\"id\":\"dd4ca113-1e98-4ef4-851b-44e9acdda76c\", \"name\":\"test-pool-minimal\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:47.286292Z\", \"updated_at\":\"2025-10-30T16:18:47.286292Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"subnets\":[{\"id\":\"0bede021-b29d-4922-8b51-970671def39d\", \"created_at\":\"2025-10-30T16:18:47.286292Z\", \"updated_at\":\"2025-10-30T16:18:47.286292Z\", \"subnet\":\"172.18.88.0/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"dd4ca113-1e98-4ef4-851b-44e9acdda76c\", \"vpc_id\":\"fb5cd7b8-e592-4b6e-8216-66fca3c089b6\"}, {\"id\":\"d7af6fd0-cb67-4b07-9c7f-5555b52eee58\", \"created_at\":\"2025-10-30T16:18:47.286292Z\", \"updated_at\":\"2025-10-30T16:18:47.286292Z\", \"subnet\":\"fd5f:519c:6d46:22e5::/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"dd4ca113-1e98-4ef4-851b-44e9acdda76c\", \"vpc_id\":\"fb5cd7b8-e592-4b6e-8216-66fca3c089b6\"}], \"vpc_id\":\"fb5cd7b8-e592-4b6e-8216-66fca3c089b6\", \"dhcp_enabled\":true, \"default_route_propagation_enabled\":false, \"region\":\"fr-par\"}" + headers: + Content-Length: + - "1087" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:18:47 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 7ab7f183-7774-4d02-8325-5b62d8837fd0 + status: 200 OK + code: 200 + duration: 683.06304ms +- id: 4 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks/dd4ca113-1e98-4ef4-851b-44e9acdda76c + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1087 + body: "{\"id\":\"dd4ca113-1e98-4ef4-851b-44e9acdda76c\", \"name\":\"test-pool-minimal\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:47.286292Z\", \"updated_at\":\"2025-10-30T16:18:47.286292Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"subnets\":[{\"id\":\"0bede021-b29d-4922-8b51-970671def39d\", \"created_at\":\"2025-10-30T16:18:47.286292Z\", \"updated_at\":\"2025-10-30T16:18:47.286292Z\", \"subnet\":\"172.18.88.0/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"dd4ca113-1e98-4ef4-851b-44e9acdda76c\", \"vpc_id\":\"fb5cd7b8-e592-4b6e-8216-66fca3c089b6\"}, {\"id\":\"d7af6fd0-cb67-4b07-9c7f-5555b52eee58\", \"created_at\":\"2025-10-30T16:18:47.286292Z\", \"updated_at\":\"2025-10-30T16:18:47.286292Z\", \"subnet\":\"fd5f:519c:6d46:22e5::/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"dd4ca113-1e98-4ef4-851b-44e9acdda76c\", \"vpc_id\":\"fb5cd7b8-e592-4b6e-8216-66fca3c089b6\"}], \"vpc_id\":\"fb5cd7b8-e592-4b6e-8216-66fca3c089b6\", \"dhcp_enabled\":true, \"default_route_propagation_enabled\":false, \"region\":\"fr-par\"}" + headers: + Content-Length: + - "1087" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:18:47 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 634a57c2-9e38-4a64-8a3e-dd16e4be9125 + status: 200 OK + code: 200 + duration: 25.665379ms +- id: 5 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 698 + host: api.scaleway.com + body: "{\"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\",\"type\":\"\",\"name\":\"test-pool-minimal\",\"description\":\"\",\"tags\":[\"terraform-test\",\"scaleway_k8s_cluster\",\"minimal\"],\"version\":\"1.34.1\",\"cni\":\"calico\",\"pools\":null,\"autoscaler_config\":{\"scale_down_disabled\":null,\"scale_down_delay_after_add\":null,\"estimator\":\"unknown_estimator\",\"expander\":\"unknown_expander\",\"ignore_daemonsets_utilization\":null,\"balance_similar_node_groups\":null,\"expendable_pods_priority_cutoff\":0,\"scale_down_unneeded_time\":null,\"scale_down_utilization_threshold\":null,\"max_graceful_termination_sec\":0},\"feature_gates\":[],\"admission_plugins\":[],\"apiserver_cert_sans\":[],\"private_network_id\":\"dd4ca113-1e98-4ef4-851b-44e9acdda76c\"}" + headers: + Content-Type: + - application/json + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters + method: POST + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1601 + body: "{\"region\":\"fr-par\", \"id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:48.262115Z\", \"updated_at\":\"2025-10-30T16:18:48.262115Z\", \"type\":\"kapsule\", \"name\":\"test-pool-minimal\", \"description\":\"\", \"status\":\"creating\", \"version\":\"1.34.1\", \"cni\":\"calico\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"minimal\"], \"cluster_url\":\"https://bd51a0ad-80a1-4d46-8acb-9adaa4108410.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.bd51a0ad-80a1-4d46-8acb-9adaa4108410.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"dd4ca113-1e98-4ef4-851b-44e9acdda76c\", \"commitment_ends_at\":\"2025-10-30T16:18:48.262121Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"\", \"new_images_enabled\":false, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1601" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:18:48 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - b6c240a5-73dc-4ee0-82d2-a33da71309f5 + status: 200 OK + code: 200 + duration: 340.875208ms +- id: 6 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/bd51a0ad-80a1-4d46-8acb-9adaa4108410 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1600 + body: "{\"region\":\"fr-par\", \"id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:48.262115Z\", \"updated_at\":\"2025-10-30T16:18:48.262115Z\", \"type\":\"kapsule\", \"name\":\"test-pool-minimal\", \"description\":\"\", \"status\":\"creating\", \"version\":\"1.34.1\", \"cni\":\"calico\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"minimal\"], \"cluster_url\":\"https://bd51a0ad-80a1-4d46-8acb-9adaa4108410.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.bd51a0ad-80a1-4d46-8acb-9adaa4108410.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"dd4ca113-1e98-4ef4-851b-44e9acdda76c\", \"commitment_ends_at\":\"2025-10-30T16:18:48.262121Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1600" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:18:48 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 0a513df2-6b6e-4c1c-a72e-f7628fde2dcb + status: 200 OK + code: 200 + duration: 85.998773ms +- id: 7 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/bd51a0ad-80a1-4d46-8acb-9adaa4108410 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1641 + body: "{\"region\":\"fr-par\", \"id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:48.262115Z\", \"updated_at\":\"2025-10-30T16:18:48.774655Z\", \"type\":\"kapsule\", \"name\":\"test-pool-minimal\", \"description\":\"\", \"status\":\"pool_required\", \"version\":\"1.34.1\", \"cni\":\"calico\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"minimal\"], \"cluster_url\":\"https://bd51a0ad-80a1-4d46-8acb-9adaa4108410.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.bd51a0ad-80a1-4d46-8acb-9adaa4108410.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"dd4ca113-1e98-4ef4-851b-44e9acdda76c\", \"commitment_ends_at\":\"2025-10-30T16:18:48.262121Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"1797d43b-5d04-471b-80f7-5036f26b7d01\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1641" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:18:53 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - f0397dff-cbd9-41d8-8df0-38dc37f03328 + status: 200 OK + code: 200 + duration: 83.983602ms +- id: 8 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + form: + order_by: + - created_at_asc + page: + - "1" + status: + - unknown + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/bd51a0ad-80a1-4d46-8acb-9adaa4108410/pools?order_by=created_at_asc&page=1&status=unknown + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 29 + body: "{\"total_count\":0, \"pools\":[]}" + headers: + Content-Length: + - "29" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:18:53 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 6c500c6c-f5cb-40f4-8195-7f85f8553a86 + status: 200 OK + code: 200 + duration: 23.296373ms +- id: 9 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/bd51a0ad-80a1-4d46-8acb-9adaa4108410 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1641 + body: "{\"region\":\"fr-par\", \"id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:48.262115Z\", \"updated_at\":\"2025-10-30T16:18:48.774655Z\", \"type\":\"kapsule\", \"name\":\"test-pool-minimal\", \"description\":\"\", \"status\":\"pool_required\", \"version\":\"1.34.1\", \"cni\":\"calico\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"minimal\"], \"cluster_url\":\"https://bd51a0ad-80a1-4d46-8acb-9adaa4108410.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.bd51a0ad-80a1-4d46-8acb-9adaa4108410.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"dd4ca113-1e98-4ef4-851b-44e9acdda76c\", \"commitment_ends_at\":\"2025-10-30T16:18:48.262121Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"1797d43b-5d04-471b-80f7-5036f26b7d01\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1641" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:18:53 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - a1403924-f347-4d9e-a2b9-561b9466c6e2 + status: 200 OK + code: 200 + duration: 20.437237ms +- id: 10 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/bd51a0ad-80a1-4d46-8acb-9adaa4108410/kubeconfig + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1674 + body: "{\"name\":\"kubeconfig\", \"content_type\":\"application/octet-stream\", \"content\":\"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogInRlc3QtcG9vbC1taW5pbWFsIgogIGNsdXN0ZXI6CiAgICBjZXJ0aWZpY2F0ZS1hdXRob3JpdHktZGF0YTogTFMwdExTMUNSVWRKVGlCRFJWSlVTVVpKUTBGVVJTMHRMUzB0Q2sxSlNVSlhla05EUVZGSFowRjNTVUpCWjBsQ1FVUkJTMEpuWjNGb2EycFBVRkZSUkVGcVFWWk5VazEzUlZGWlJGWlJVVVJGZDNCeVpGZEtiR050Tld3S1pFZFdlazFDTkZoRVZFa3hUVlJCZVU5VVJUSk5WR2N3VDBadldFUlVUVEZOVkVGNVQxUkZNazFVWnpCUFJtOTNSbFJGVkUxQ1JVZEJNVlZGUVhoTlN3cGhNMVpwV2xoS2RWcFlVbXhqZWtKYVRVSk5SMEo1Y1VkVFRUUTVRV2RGUjBORGNVZFRUVFE1UVhkRlNFRXdTVUZDVDFJME1HNDFObkZ1TDJWQ2EwMVpDbVUzVW5aalZIZDFZbmd3ZVhZcmMySXhkMWRITWtKemFGcHpTbGw1VHpndlJFWkpiVGMzVm5RMk9YcDNNakJzZEdaQ1UyZHBSRmRwZVhKNVJXVldiV3dLU1d0eGJGVXZRMnBSYWtKQlRVRTBSMEV4VldSRWQwVkNMM2RSUlVGM1NVTndSRUZRUW1kT1ZraFNUVUpCWmpoRlFsUkJSRUZSU0M5TlFqQkhRVEZWWkFwRVoxRlhRa0pVUWxZck9XbEhiMEZUT1VwdlZtWXZkUzlxUnpnMVZWSkVOV2hxUVV0Q1oyZHhhR3RxVDFCUlVVUkJaMDVKUVVSQ1JrRnBRVEl4TW5Sb0NqWjRNMVk1YlZjMFZYTlBRM1owWWtnMk1XOUVXalpFVG1rMFVHeHdUVU5PU0ZaMWVsUjNTV2hCVDB4QlNXUkhaM1JTVFRSd0sxazNTREJYZUVVMFZrb0tlVTlQZEhaU2J6TjFkRU5TTjJWclJqZFlabmtLTFMwdExTMUZUa1FnUTBWU1ZFbEdTVU5CVkVVdExTMHRMUW89CiAgICBzZXJ2ZXI6IGh0dHBzOi8vYmQ1MWEwYWQtODBhMS00ZDQ2LThhY2ItOWFkYWE0MTA4NDEwLmFwaS5rOHMuZnItcGFyLnNjdy5jbG91ZDo2NDQzCmNvbnRleHRzOgotIG5hbWU6IGFkbWluQHRlc3QtcG9vbC1taW5pbWFsCiAgY29udGV4dDoKICAgIGNsdXN0ZXI6ICJ0ZXN0LXBvb2wtbWluaW1hbCIKICAgIHVzZXI6IHRlc3QtcG9vbC1taW5pbWFsLWFkbWluCmN1cnJlbnQtY29udGV4dDogYWRtaW5AdGVzdC1wb29sLW1pbmltYWwKa2luZDogQ29uZmlnCnByZWZlcmVuY2VzOiB7fQp1c2VyczoKLSBuYW1lOiB0ZXN0LXBvb2wtbWluaW1hbC1hZG1pbgogIHVzZXI6CiAgICB0b2tlbjogMVNaaGFUSGppY1Jid25EaVIzWHhwUDRJWENGMWJyWmlFMmZJMTBZQTBIR3JNV1dpdzE5SnROV2M=\"}" + headers: + Content-Length: + - "1674" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:18:53 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 6db90f63-78c1-4d4c-84cc-5efd115b052e + status: 200 OK + code: 200 + duration: 103.508687ms +- id: 11 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/bd51a0ad-80a1-4d46-8acb-9adaa4108410 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1641 + body: "{\"region\":\"fr-par\", \"id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:48.262115Z\", \"updated_at\":\"2025-10-30T16:18:48.774655Z\", \"type\":\"kapsule\", \"name\":\"test-pool-minimal\", \"description\":\"\", \"status\":\"pool_required\", \"version\":\"1.34.1\", \"cni\":\"calico\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"minimal\"], \"cluster_url\":\"https://bd51a0ad-80a1-4d46-8acb-9adaa4108410.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.bd51a0ad-80a1-4d46-8acb-9adaa4108410.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"dd4ca113-1e98-4ef4-851b-44e9acdda76c\", \"commitment_ends_at\":\"2025-10-30T16:18:48.262121Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"1797d43b-5d04-471b-80f7-5036f26b7d01\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1641" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:18:53 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 8029f70d-244f-4a57-a1ed-1de45dc72e9d + status: 200 OK + code: 200 + duration: 24.922275ms +- id: 12 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 320 + host: api.scaleway.com + body: "{\"name\":\"test-pool-minimal\",\"node_type\":\"pro2_xxs\",\"autoscaling\":true,\"size\":1,\"min_size\":1,\"max_size\":1,\"container_runtime\":\"containerd\",\"autohealing\":true,\"tags\":[\"terraform-test\",\"scaleway_k8s_cluster\",\"default\"],\"kubelet_args\":{},\"zone\":\"fr-par-1\",\"root_volume_type\":\"default_volume_type\",\"public_ip_disabled\":false}" + headers: + Content-Type: + - application/json + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/bd51a0ad-80a1-4d46-8acb-9adaa4108410/pools + method: POST + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 767 + body: "{\"region\":\"fr-par\", \"id\":\"76a92752-3eea-4625-b05e-532277914a3a\", \"cluster_id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"created_at\":\"2025-10-30T16:18:53.744787Z\", \"updated_at\":\"2025-10-30T16:18:53.744787Z\", \"name\":\"test-pool-minimal\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"default\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "767" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:18:53 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 6b91f498-66a8-4d29-bea2-d0ba646cc8be + status: 200 OK + code: 200 + duration: 183.298677ms +- id: 13 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/76a92752-3eea-4625-b05e-532277914a3a + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 767 + body: "{\"region\":\"fr-par\", \"id\":\"76a92752-3eea-4625-b05e-532277914a3a\", \"cluster_id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"created_at\":\"2025-10-30T16:18:53.744787Z\", \"updated_at\":\"2025-10-30T16:18:53.744787Z\", \"name\":\"test-pool-minimal\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"default\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "767" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:18:53 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 18ce2c54-a98e-4ae2-af95-9dbe6c001f4f + status: 200 OK + code: 200 + duration: 21.994329ms +- id: 14 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/76a92752-3eea-4625-b05e-532277914a3a + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 767 + body: "{\"region\":\"fr-par\", \"id\":\"76a92752-3eea-4625-b05e-532277914a3a\", \"cluster_id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"created_at\":\"2025-10-30T16:18:53.744787Z\", \"updated_at\":\"2025-10-30T16:18:53.744787Z\", \"name\":\"test-pool-minimal\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"default\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "767" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:18:58 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - a10a2597-295a-4f2f-b7fa-dfb3f4e3ae92 + status: 200 OK + code: 200 + duration: 89.532165ms +- id: 15 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/76a92752-3eea-4625-b05e-532277914a3a + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 767 + body: "{\"region\":\"fr-par\", \"id\":\"76a92752-3eea-4625-b05e-532277914a3a\", \"cluster_id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"created_at\":\"2025-10-30T16:18:53.744787Z\", \"updated_at\":\"2025-10-30T16:18:53.744787Z\", \"name\":\"test-pool-minimal\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"default\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "767" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:19:04 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 6ae15c50-bb51-4385-aea4-c990fc5eeb2c + status: 200 OK + code: 200 + duration: 96.897408ms +- id: 16 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/76a92752-3eea-4625-b05e-532277914a3a + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 767 + body: "{\"region\":\"fr-par\", \"id\":\"76a92752-3eea-4625-b05e-532277914a3a\", \"cluster_id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"created_at\":\"2025-10-30T16:18:53.744787Z\", \"updated_at\":\"2025-10-30T16:18:53.744787Z\", \"name\":\"test-pool-minimal\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"default\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "767" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:19:09 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 31856a11-28e8-46cd-b774-0ab4a02493f6 + status: 200 OK + code: 200 + duration: 96.556167ms +- id: 17 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/76a92752-3eea-4625-b05e-532277914a3a + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 767 + body: "{\"region\":\"fr-par\", \"id\":\"76a92752-3eea-4625-b05e-532277914a3a\", \"cluster_id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"created_at\":\"2025-10-30T16:18:53.744787Z\", \"updated_at\":\"2025-10-30T16:18:53.744787Z\", \"name\":\"test-pool-minimal\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"default\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "767" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:19:14 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 410ab2a0-1423-405f-b4f2-3dc7c4d2276d + status: 200 OK + code: 200 + duration: 89.968804ms +- id: 18 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/76a92752-3eea-4625-b05e-532277914a3a + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 767 + body: "{\"region\":\"fr-par\", \"id\":\"76a92752-3eea-4625-b05e-532277914a3a\", \"cluster_id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"created_at\":\"2025-10-30T16:18:53.744787Z\", \"updated_at\":\"2025-10-30T16:18:53.744787Z\", \"name\":\"test-pool-minimal\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"default\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "767" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:19:19 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 4eb136e4-0997-477c-958d-1414515e3494 + status: 200 OK + code: 200 + duration: 81.250332ms +- id: 19 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/76a92752-3eea-4625-b05e-532277914a3a + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 767 + body: "{\"region\":\"fr-par\", \"id\":\"76a92752-3eea-4625-b05e-532277914a3a\", \"cluster_id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"created_at\":\"2025-10-30T16:18:53.744787Z\", \"updated_at\":\"2025-10-30T16:18:53.744787Z\", \"name\":\"test-pool-minimal\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"default\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "767" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:19:24 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - dfc8364b-5468-4ab0-9461-24a9f7deabd9 + status: 200 OK + code: 200 + duration: 75.694474ms +- id: 20 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/76a92752-3eea-4625-b05e-532277914a3a + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 767 + body: "{\"region\":\"fr-par\", \"id\":\"76a92752-3eea-4625-b05e-532277914a3a\", \"cluster_id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"created_at\":\"2025-10-30T16:18:53.744787Z\", \"updated_at\":\"2025-10-30T16:18:53.744787Z\", \"name\":\"test-pool-minimal\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"default\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "767" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:19:29 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - c71de594-56b3-49c7-80ce-2a9b942da363 + status: 200 OK + code: 200 + duration: 90.571686ms +- id: 21 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/76a92752-3eea-4625-b05e-532277914a3a + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 767 + body: "{\"region\":\"fr-par\", \"id\":\"76a92752-3eea-4625-b05e-532277914a3a\", \"cluster_id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"created_at\":\"2025-10-30T16:18:53.744787Z\", \"updated_at\":\"2025-10-30T16:18:53.744787Z\", \"name\":\"test-pool-minimal\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"default\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "767" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:19:34 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 0d516861-9376-4daa-b410-602f3a6f8c57 + status: 200 OK + code: 200 + duration: 74.269811ms +- id: 22 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/76a92752-3eea-4625-b05e-532277914a3a + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 767 + body: "{\"region\":\"fr-par\", \"id\":\"76a92752-3eea-4625-b05e-532277914a3a\", \"cluster_id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"created_at\":\"2025-10-30T16:18:53.744787Z\", \"updated_at\":\"2025-10-30T16:18:53.744787Z\", \"name\":\"test-pool-minimal\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"default\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "767" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:19:39 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 81e022de-9d04-4a14-941f-4d5574d96362 + status: 200 OK + code: 200 + duration: 98.417651ms +- id: 23 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/76a92752-3eea-4625-b05e-532277914a3a + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 767 + body: "{\"region\":\"fr-par\", \"id\":\"76a92752-3eea-4625-b05e-532277914a3a\", \"cluster_id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"created_at\":\"2025-10-30T16:18:53.744787Z\", \"updated_at\":\"2025-10-30T16:18:53.744787Z\", \"name\":\"test-pool-minimal\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"default\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "767" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:19:44 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 13074ec5-b423-4935-9285-50f08a100af3 + status: 200 OK + code: 200 + duration: 76.618699ms +- id: 24 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/76a92752-3eea-4625-b05e-532277914a3a + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 767 + body: "{\"region\":\"fr-par\", \"id\":\"76a92752-3eea-4625-b05e-532277914a3a\", \"cluster_id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"created_at\":\"2025-10-30T16:18:53.744787Z\", \"updated_at\":\"2025-10-30T16:18:53.744787Z\", \"name\":\"test-pool-minimal\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"default\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "767" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:19:49 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - cd9b4e57-8a30-4037-8086-ad6afbdcd237 + status: 200 OK + code: 200 + duration: 93.313272ms +- id: 25 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/76a92752-3eea-4625-b05e-532277914a3a + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 767 + body: "{\"region\":\"fr-par\", \"id\":\"76a92752-3eea-4625-b05e-532277914a3a\", \"cluster_id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"created_at\":\"2025-10-30T16:18:53.744787Z\", \"updated_at\":\"2025-10-30T16:18:53.744787Z\", \"name\":\"test-pool-minimal\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"default\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "767" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:19:54 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - be00253e-d103-4ec4-af7c-3058ddbb6c72 + status: 200 OK + code: 200 + duration: 103.675119ms +- id: 26 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/76a92752-3eea-4625-b05e-532277914a3a + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 767 + body: "{\"region\":\"fr-par\", \"id\":\"76a92752-3eea-4625-b05e-532277914a3a\", \"cluster_id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"created_at\":\"2025-10-30T16:18:53.744787Z\", \"updated_at\":\"2025-10-30T16:18:53.744787Z\", \"name\":\"test-pool-minimal\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"default\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "767" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:20:00 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - b0e1cb0f-4b0e-42de-8d76-b8aa5ebd0e42 + status: 200 OK + code: 200 + duration: 121.65277ms +- id: 27 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/76a92752-3eea-4625-b05e-532277914a3a + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 767 + body: "{\"region\":\"fr-par\", \"id\":\"76a92752-3eea-4625-b05e-532277914a3a\", \"cluster_id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"created_at\":\"2025-10-30T16:18:53.744787Z\", \"updated_at\":\"2025-10-30T16:18:53.744787Z\", \"name\":\"test-pool-minimal\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"default\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "767" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:20:05 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - f818811a-79f0-4c0f-8422-159d9069b9d5 + status: 200 OK + code: 200 + duration: 89.675204ms +- id: 28 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/76a92752-3eea-4625-b05e-532277914a3a + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 767 + body: "{\"region\":\"fr-par\", \"id\":\"76a92752-3eea-4625-b05e-532277914a3a\", \"cluster_id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"created_at\":\"2025-10-30T16:18:53.744787Z\", \"updated_at\":\"2025-10-30T16:18:53.744787Z\", \"name\":\"test-pool-minimal\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"default\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "767" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:20:10 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 17f468a0-b4bd-4e40-a895-30353e151a14 + status: 200 OK + code: 200 + duration: 114.396781ms +- id: 29 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/76a92752-3eea-4625-b05e-532277914a3a + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 767 + body: "{\"region\":\"fr-par\", \"id\":\"76a92752-3eea-4625-b05e-532277914a3a\", \"cluster_id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"created_at\":\"2025-10-30T16:18:53.744787Z\", \"updated_at\":\"2025-10-30T16:18:53.744787Z\", \"name\":\"test-pool-minimal\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"default\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "767" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:20:15 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 6171dec3-25ac-4467-b4ad-ad12cfda48e3 + status: 200 OK + code: 200 + duration: 103.741343ms +- id: 30 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/76a92752-3eea-4625-b05e-532277914a3a + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 767 + body: "{\"region\":\"fr-par\", \"id\":\"76a92752-3eea-4625-b05e-532277914a3a\", \"cluster_id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"created_at\":\"2025-10-30T16:18:53.744787Z\", \"updated_at\":\"2025-10-30T16:18:53.744787Z\", \"name\":\"test-pool-minimal\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"default\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "767" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:20:20 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 119b0fb0-8c4a-456a-9fdf-0b9b001b1a4b + status: 200 OK + code: 200 + duration: 99.005785ms +- id: 31 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/76a92752-3eea-4625-b05e-532277914a3a + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 767 + body: "{\"region\":\"fr-par\", \"id\":\"76a92752-3eea-4625-b05e-532277914a3a\", \"cluster_id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"created_at\":\"2025-10-30T16:18:53.744787Z\", \"updated_at\":\"2025-10-30T16:18:53.744787Z\", \"name\":\"test-pool-minimal\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"default\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "767" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:20:25 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 1410e1d2-b9e2-4b4c-aee7-42f76d58789e + status: 200 OK + code: 200 + duration: 103.658748ms +- id: 32 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/76a92752-3eea-4625-b05e-532277914a3a + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 767 + body: "{\"region\":\"fr-par\", \"id\":\"76a92752-3eea-4625-b05e-532277914a3a\", \"cluster_id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"created_at\":\"2025-10-30T16:18:53.744787Z\", \"updated_at\":\"2025-10-30T16:18:53.744787Z\", \"name\":\"test-pool-minimal\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"default\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "767" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:20:30 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - ea0a728a-0cfa-492f-948c-27d5169d4a3e + status: 200 OK + code: 200 + duration: 92.983011ms +- id: 33 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/76a92752-3eea-4625-b05e-532277914a3a + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 767 + body: "{\"region\":\"fr-par\", \"id\":\"76a92752-3eea-4625-b05e-532277914a3a\", \"cluster_id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"created_at\":\"2025-10-30T16:18:53.744787Z\", \"updated_at\":\"2025-10-30T16:18:53.744787Z\", \"name\":\"test-pool-minimal\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"default\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "767" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:20:35 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 877ae0c4-9348-4334-a569-636e296b5513 + status: 200 OK + code: 200 + duration: 85.494688ms +- id: 34 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/76a92752-3eea-4625-b05e-532277914a3a + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 767 + body: "{\"region\":\"fr-par\", \"id\":\"76a92752-3eea-4625-b05e-532277914a3a\", \"cluster_id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"created_at\":\"2025-10-30T16:18:53.744787Z\", \"updated_at\":\"2025-10-30T16:18:53.744787Z\", \"name\":\"test-pool-minimal\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"default\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "767" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:20:40 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - b8266cf9-a147-4512-9cf4-a8a585081083 + status: 200 OK + code: 200 + duration: 88.316253ms +- id: 35 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/76a92752-3eea-4625-b05e-532277914a3a + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 767 + body: "{\"region\":\"fr-par\", \"id\":\"76a92752-3eea-4625-b05e-532277914a3a\", \"cluster_id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"created_at\":\"2025-10-30T16:18:53.744787Z\", \"updated_at\":\"2025-10-30T16:18:53.744787Z\", \"name\":\"test-pool-minimal\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"default\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "767" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:20:45 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 5a45d312-9ed4-4830-873f-92126c7ee9b0 + status: 200 OK + code: 200 + duration: 105.869538ms +- id: 36 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/76a92752-3eea-4625-b05e-532277914a3a + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 767 + body: "{\"region\":\"fr-par\", \"id\":\"76a92752-3eea-4625-b05e-532277914a3a\", \"cluster_id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"created_at\":\"2025-10-30T16:18:53.744787Z\", \"updated_at\":\"2025-10-30T16:18:53.744787Z\", \"name\":\"test-pool-minimal\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"default\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "767" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:20:51 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 4368cdd8-a439-432c-a072-f06d174e4291 + status: 200 OK + code: 200 + duration: 86.618456ms +- id: 37 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/76a92752-3eea-4625-b05e-532277914a3a + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 767 + body: "{\"region\":\"fr-par\", \"id\":\"76a92752-3eea-4625-b05e-532277914a3a\", \"cluster_id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"created_at\":\"2025-10-30T16:18:53.744787Z\", \"updated_at\":\"2025-10-30T16:18:53.744787Z\", \"name\":\"test-pool-minimal\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"default\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "767" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:20:56 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - a66db3ff-97ba-4227-9826-e669e8726122 + status: 200 OK + code: 200 + duration: 79.433291ms +- id: 38 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/76a92752-3eea-4625-b05e-532277914a3a + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 767 + body: "{\"region\":\"fr-par\", \"id\":\"76a92752-3eea-4625-b05e-532277914a3a\", \"cluster_id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"created_at\":\"2025-10-30T16:18:53.744787Z\", \"updated_at\":\"2025-10-30T16:18:53.744787Z\", \"name\":\"test-pool-minimal\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"default\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "767" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:21:01 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 742684d7-c5ab-467d-bcc7-f60886ad35c0 + status: 200 OK + code: 200 + duration: 80.544146ms +- id: 39 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/76a92752-3eea-4625-b05e-532277914a3a + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 767 + body: "{\"region\":\"fr-par\", \"id\":\"76a92752-3eea-4625-b05e-532277914a3a\", \"cluster_id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"created_at\":\"2025-10-30T16:18:53.744787Z\", \"updated_at\":\"2025-10-30T16:18:53.744787Z\", \"name\":\"test-pool-minimal\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"default\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "767" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:21:06 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 759155de-b840-4dbd-9617-9095e5fc194a + status: 200 OK + code: 200 + duration: 78.177053ms +- id: 40 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/76a92752-3eea-4625-b05e-532277914a3a + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 767 + body: "{\"region\":\"fr-par\", \"id\":\"76a92752-3eea-4625-b05e-532277914a3a\", \"cluster_id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"created_at\":\"2025-10-30T16:18:53.744787Z\", \"updated_at\":\"2025-10-30T16:18:53.744787Z\", \"name\":\"test-pool-minimal\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"default\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "767" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:21:11 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 89f5779d-43dc-4bd5-8044-5275acb49e33 + status: 200 OK + code: 200 + duration: 105.618596ms +- id: 41 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/76a92752-3eea-4625-b05e-532277914a3a + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 767 + body: "{\"region\":\"fr-par\", \"id\":\"76a92752-3eea-4625-b05e-532277914a3a\", \"cluster_id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"created_at\":\"2025-10-30T16:18:53.744787Z\", \"updated_at\":\"2025-10-30T16:18:53.744787Z\", \"name\":\"test-pool-minimal\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"default\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "767" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:21:16 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 34ffa90f-3d4d-4a3a-a7a7-32c88b4f772b + status: 200 OK + code: 200 + duration: 84.652337ms +- id: 42 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/76a92752-3eea-4625-b05e-532277914a3a + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 767 + body: "{\"region\":\"fr-par\", \"id\":\"76a92752-3eea-4625-b05e-532277914a3a\", \"cluster_id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"created_at\":\"2025-10-30T16:18:53.744787Z\", \"updated_at\":\"2025-10-30T16:18:53.744787Z\", \"name\":\"test-pool-minimal\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"default\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "767" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:21:21 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - eb4d6518-d98f-4957-a1c7-12c83aae25a9 + status: 200 OK + code: 200 + duration: 93.730014ms +- id: 43 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/76a92752-3eea-4625-b05e-532277914a3a + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 767 + body: "{\"region\":\"fr-par\", \"id\":\"76a92752-3eea-4625-b05e-532277914a3a\", \"cluster_id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"created_at\":\"2025-10-30T16:18:53.744787Z\", \"updated_at\":\"2025-10-30T16:18:53.744787Z\", \"name\":\"test-pool-minimal\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"default\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "767" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:21:26 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 4a74b9e6-18b3-419a-a5b7-fb7f7033261f + status: 200 OK + code: 200 + duration: 84.855949ms +- id: 44 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/76a92752-3eea-4625-b05e-532277914a3a + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 767 + body: "{\"region\":\"fr-par\", \"id\":\"76a92752-3eea-4625-b05e-532277914a3a\", \"cluster_id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"created_at\":\"2025-10-30T16:18:53.744787Z\", \"updated_at\":\"2025-10-30T16:18:53.744787Z\", \"name\":\"test-pool-minimal\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"default\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "767" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:21:31 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - a6889188-331b-4b57-9752-2d3b9bea26f1 + status: 200 OK + code: 200 + duration: 80.928057ms +- id: 45 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/76a92752-3eea-4625-b05e-532277914a3a + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 767 + body: "{\"region\":\"fr-par\", \"id\":\"76a92752-3eea-4625-b05e-532277914a3a\", \"cluster_id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"created_at\":\"2025-10-30T16:18:53.744787Z\", \"updated_at\":\"2025-10-30T16:18:53.744787Z\", \"name\":\"test-pool-minimal\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"default\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "767" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:21:36 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - a607749b-0b4a-4d65-97a0-a2b763bc4f1d + status: 200 OK + code: 200 + duration: 87.030851ms +- id: 46 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/76a92752-3eea-4625-b05e-532277914a3a + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 767 + body: "{\"region\":\"fr-par\", \"id\":\"76a92752-3eea-4625-b05e-532277914a3a\", \"cluster_id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"created_at\":\"2025-10-30T16:18:53.744787Z\", \"updated_at\":\"2025-10-30T16:18:53.744787Z\", \"name\":\"test-pool-minimal\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"default\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "767" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:21:41 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 72de7aec-f9ec-4f9a-bb86-18cf4777c287 + status: 200 OK + code: 200 + duration: 93.936742ms +- id: 47 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/76a92752-3eea-4625-b05e-532277914a3a + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 767 + body: "{\"region\":\"fr-par\", \"id\":\"76a92752-3eea-4625-b05e-532277914a3a\", \"cluster_id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"created_at\":\"2025-10-30T16:18:53.744787Z\", \"updated_at\":\"2025-10-30T16:18:53.744787Z\", \"name\":\"test-pool-minimal\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"default\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "767" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:21:47 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 66aeee5e-cfd3-4183-af58-2f152cc06af6 + status: 200 OK + code: 200 + duration: 67.956713ms +- id: 48 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/76a92752-3eea-4625-b05e-532277914a3a + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 767 + body: "{\"region\":\"fr-par\", \"id\":\"76a92752-3eea-4625-b05e-532277914a3a\", \"cluster_id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"created_at\":\"2025-10-30T16:18:53.744787Z\", \"updated_at\":\"2025-10-30T16:18:53.744787Z\", \"name\":\"test-pool-minimal\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"default\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "767" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:21:52 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 981234e4-8857-4aa5-91e0-f3deedee8df8 + status: 200 OK + code: 200 + duration: 96.388975ms +- id: 49 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/76a92752-3eea-4625-b05e-532277914a3a + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 767 + body: "{\"region\":\"fr-par\", \"id\":\"76a92752-3eea-4625-b05e-532277914a3a\", \"cluster_id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"created_at\":\"2025-10-30T16:18:53.744787Z\", \"updated_at\":\"2025-10-30T16:18:53.744787Z\", \"name\":\"test-pool-minimal\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"default\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "767" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:21:57 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - ff5de6e5-2770-445a-92cb-df38300b98ee + status: 200 OK + code: 200 + duration: 99.61529ms +- id: 50 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/76a92752-3eea-4625-b05e-532277914a3a + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 767 + body: "{\"region\":\"fr-par\", \"id\":\"76a92752-3eea-4625-b05e-532277914a3a\", \"cluster_id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"created_at\":\"2025-10-30T16:18:53.744787Z\", \"updated_at\":\"2025-10-30T16:18:53.744787Z\", \"name\":\"test-pool-minimal\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"default\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "767" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:22:02 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 0d931d71-549f-466a-9ffa-51368b4e0e6e + status: 200 OK + code: 200 + duration: 79.602439ms +- id: 51 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/76a92752-3eea-4625-b05e-532277914a3a + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 767 + body: "{\"region\":\"fr-par\", \"id\":\"76a92752-3eea-4625-b05e-532277914a3a\", \"cluster_id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"created_at\":\"2025-10-30T16:18:53.744787Z\", \"updated_at\":\"2025-10-30T16:18:53.744787Z\", \"name\":\"test-pool-minimal\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"default\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "767" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:22:07 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - bbacd2e1-f456-4881-9d9a-cf03a5030cee + status: 200 OK + code: 200 + duration: 104.173484ms +- id: 52 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/76a92752-3eea-4625-b05e-532277914a3a + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 767 + body: "{\"region\":\"fr-par\", \"id\":\"76a92752-3eea-4625-b05e-532277914a3a\", \"cluster_id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"created_at\":\"2025-10-30T16:18:53.744787Z\", \"updated_at\":\"2025-10-30T16:18:53.744787Z\", \"name\":\"test-pool-minimal\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"default\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "767" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:22:12 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - e731c9c5-b750-4441-9609-25472959f0b4 + status: 200 OK + code: 200 + duration: 97.205216ms +- id: 53 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/76a92752-3eea-4625-b05e-532277914a3a + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 767 + body: "{\"region\":\"fr-par\", \"id\":\"76a92752-3eea-4625-b05e-532277914a3a\", \"cluster_id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"created_at\":\"2025-10-30T16:18:53.744787Z\", \"updated_at\":\"2025-10-30T16:18:53.744787Z\", \"name\":\"test-pool-minimal\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"default\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "767" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:22:17 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 7a4f5489-e731-43e1-86cf-f22d3d0b3452 + status: 200 OK + code: 200 + duration: 72.590248ms +- id: 54 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/76a92752-3eea-4625-b05e-532277914a3a + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 767 + body: "{\"region\":\"fr-par\", \"id\":\"76a92752-3eea-4625-b05e-532277914a3a\", \"cluster_id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"created_at\":\"2025-10-30T16:18:53.744787Z\", \"updated_at\":\"2025-10-30T16:18:53.744787Z\", \"name\":\"test-pool-minimal\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"default\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "767" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:22:22 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - b513c87a-6229-4d71-930a-53c262bf3a5c + status: 200 OK + code: 200 + duration: 161.182389ms +- id: 55 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/76a92752-3eea-4625-b05e-532277914a3a + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 767 + body: "{\"region\":\"fr-par\", \"id\":\"76a92752-3eea-4625-b05e-532277914a3a\", \"cluster_id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"created_at\":\"2025-10-30T16:18:53.744787Z\", \"updated_at\":\"2025-10-30T16:18:53.744787Z\", \"name\":\"test-pool-minimal\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"default\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "767" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:22:27 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - f77436ff-1866-4b92-855d-170079fbb93e + status: 200 OK + code: 200 + duration: 221.550439ms +- id: 56 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/76a92752-3eea-4625-b05e-532277914a3a + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 767 + body: "{\"region\":\"fr-par\", \"id\":\"76a92752-3eea-4625-b05e-532277914a3a\", \"cluster_id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"created_at\":\"2025-10-30T16:18:53.744787Z\", \"updated_at\":\"2025-10-30T16:18:53.744787Z\", \"name\":\"test-pool-minimal\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"default\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "767" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:22:33 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 67827a3b-3bd0-467d-b6be-b4f528d6c1b9 + status: 200 OK + code: 200 + duration: 81.602393ms +- id: 57 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/76a92752-3eea-4625-b05e-532277914a3a + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 767 + body: "{\"region\":\"fr-par\", \"id\":\"76a92752-3eea-4625-b05e-532277914a3a\", \"cluster_id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"created_at\":\"2025-10-30T16:18:53.744787Z\", \"updated_at\":\"2025-10-30T16:18:53.744787Z\", \"name\":\"test-pool-minimal\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"default\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "767" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:22:38 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - b32fe7ea-0b76-48a7-add5-bc4573cfe331 + status: 200 OK + code: 200 + duration: 78.635715ms +- id: 58 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/76a92752-3eea-4625-b05e-532277914a3a + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 767 + body: "{\"region\":\"fr-par\", \"id\":\"76a92752-3eea-4625-b05e-532277914a3a\", \"cluster_id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"created_at\":\"2025-10-30T16:18:53.744787Z\", \"updated_at\":\"2025-10-30T16:18:53.744787Z\", \"name\":\"test-pool-minimal\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"default\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "767" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:22:43 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - f66dd15a-f66b-4bb7-ab54-ece708616f6d + status: 200 OK + code: 200 + duration: 95.479998ms +- id: 59 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/76a92752-3eea-4625-b05e-532277914a3a + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 767 + body: "{\"region\":\"fr-par\", \"id\":\"76a92752-3eea-4625-b05e-532277914a3a\", \"cluster_id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"created_at\":\"2025-10-30T16:18:53.744787Z\", \"updated_at\":\"2025-10-30T16:18:53.744787Z\", \"name\":\"test-pool-minimal\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"default\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "767" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:22:48 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - ac0acf75-960c-44ac-8e8b-3261bba7efbc + status: 200 OK + code: 200 + duration: 104.132939ms +- id: 60 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/76a92752-3eea-4625-b05e-532277914a3a + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 767 + body: "{\"region\":\"fr-par\", \"id\":\"76a92752-3eea-4625-b05e-532277914a3a\", \"cluster_id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"created_at\":\"2025-10-30T16:18:53.744787Z\", \"updated_at\":\"2025-10-30T16:18:53.744787Z\", \"name\":\"test-pool-minimal\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"default\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "767" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:22:53 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - fc7f0b71-5af1-4c35-9c2e-8ae62febaadf + status: 200 OK + code: 200 + duration: 81.3826ms +- id: 61 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/76a92752-3eea-4625-b05e-532277914a3a + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 767 + body: "{\"region\":\"fr-par\", \"id\":\"76a92752-3eea-4625-b05e-532277914a3a\", \"cluster_id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"created_at\":\"2025-10-30T16:18:53.744787Z\", \"updated_at\":\"2025-10-30T16:18:53.744787Z\", \"name\":\"test-pool-minimal\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"default\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "767" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:22:58 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - adb59ae3-d7dd-43e3-b074-af69ba368c83 + status: 200 OK + code: 200 + duration: 88.637015ms +- id: 62 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/76a92752-3eea-4625-b05e-532277914a3a + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 767 + body: "{\"region\":\"fr-par\", \"id\":\"76a92752-3eea-4625-b05e-532277914a3a\", \"cluster_id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"created_at\":\"2025-10-30T16:18:53.744787Z\", \"updated_at\":\"2025-10-30T16:18:53.744787Z\", \"name\":\"test-pool-minimal\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"default\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "767" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:23:03 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - ef07a0ee-09c0-4225-8d0b-4a61ea09a463 + status: 200 OK + code: 200 + duration: 76.757209ms +- id: 63 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/76a92752-3eea-4625-b05e-532277914a3a + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 767 + body: "{\"region\":\"fr-par\", \"id\":\"76a92752-3eea-4625-b05e-532277914a3a\", \"cluster_id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"created_at\":\"2025-10-30T16:18:53.744787Z\", \"updated_at\":\"2025-10-30T16:18:53.744787Z\", \"name\":\"test-pool-minimal\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"default\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "767" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:23:08 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 2b68b323-799d-4cca-827c-48f9681273ed + status: 200 OK + code: 200 + duration: 83.642ms +- id: 64 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/76a92752-3eea-4625-b05e-532277914a3a + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 767 + body: "{\"region\":\"fr-par\", \"id\":\"76a92752-3eea-4625-b05e-532277914a3a\", \"cluster_id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"created_at\":\"2025-10-30T16:18:53.744787Z\", \"updated_at\":\"2025-10-30T16:18:53.744787Z\", \"name\":\"test-pool-minimal\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"default\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "767" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:23:13 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - e8667f3d-6637-4686-85d7-bf8b2af527f4 + status: 200 OK + code: 200 + duration: 113.86321ms +- id: 65 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/76a92752-3eea-4625-b05e-532277914a3a + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 767 + body: "{\"region\":\"fr-par\", \"id\":\"76a92752-3eea-4625-b05e-532277914a3a\", \"cluster_id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"created_at\":\"2025-10-30T16:18:53.744787Z\", \"updated_at\":\"2025-10-30T16:18:53.744787Z\", \"name\":\"test-pool-minimal\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"default\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "767" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:23:18 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 6165d917-d29a-48e3-8d5b-cd80de438333 + status: 200 OK + code: 200 + duration: 87.655683ms +- id: 66 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/76a92752-3eea-4625-b05e-532277914a3a + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 767 + body: "{\"region\":\"fr-par\", \"id\":\"76a92752-3eea-4625-b05e-532277914a3a\", \"cluster_id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"created_at\":\"2025-10-30T16:18:53.744787Z\", \"updated_at\":\"2025-10-30T16:18:53.744787Z\", \"name\":\"test-pool-minimal\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"default\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "767" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:23:23 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - e666ca59-7788-410f-bb51-c36c9b8db58c + status: 200 OK + code: 200 + duration: 104.308728ms +- id: 67 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/76a92752-3eea-4625-b05e-532277914a3a + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 767 + body: "{\"region\":\"fr-par\", \"id\":\"76a92752-3eea-4625-b05e-532277914a3a\", \"cluster_id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"created_at\":\"2025-10-30T16:18:53.744787Z\", \"updated_at\":\"2025-10-30T16:18:53.744787Z\", \"name\":\"test-pool-minimal\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"default\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "767" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:23:29 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 5762c58d-edbb-4db1-a853-e7d1e5973123 + status: 200 OK + code: 200 + duration: 74.089062ms +- id: 68 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/76a92752-3eea-4625-b05e-532277914a3a + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 767 + body: "{\"region\":\"fr-par\", \"id\":\"76a92752-3eea-4625-b05e-532277914a3a\", \"cluster_id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"created_at\":\"2025-10-30T16:18:53.744787Z\", \"updated_at\":\"2025-10-30T16:18:53.744787Z\", \"name\":\"test-pool-minimal\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"default\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "767" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:23:34 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - a6faa517-62a2-43e6-8aa6-d7559af2bac7 + status: 200 OK + code: 200 + duration: 117.868036ms +- id: 69 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/76a92752-3eea-4625-b05e-532277914a3a + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 767 + body: "{\"region\":\"fr-par\", \"id\":\"76a92752-3eea-4625-b05e-532277914a3a\", \"cluster_id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"created_at\":\"2025-10-30T16:18:53.744787Z\", \"updated_at\":\"2025-10-30T16:18:53.744787Z\", \"name\":\"test-pool-minimal\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"default\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "767" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:23:39 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - efb7180e-839b-44ee-b94f-97359d62d611 + status: 200 OK + code: 200 + duration: 81.707099ms +- id: 70 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/76a92752-3eea-4625-b05e-532277914a3a + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 767 + body: "{\"region\":\"fr-par\", \"id\":\"76a92752-3eea-4625-b05e-532277914a3a\", \"cluster_id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"created_at\":\"2025-10-30T16:18:53.744787Z\", \"updated_at\":\"2025-10-30T16:18:53.744787Z\", \"name\":\"test-pool-minimal\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"default\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "767" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:23:44 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - c28aac5e-175d-4784-ac04-c9c655d4eb59 + status: 200 OK + code: 200 + duration: 94.331132ms +- id: 71 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/76a92752-3eea-4625-b05e-532277914a3a + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 767 + body: "{\"region\":\"fr-par\", \"id\":\"76a92752-3eea-4625-b05e-532277914a3a\", \"cluster_id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"created_at\":\"2025-10-30T16:18:53.744787Z\", \"updated_at\":\"2025-10-30T16:18:53.744787Z\", \"name\":\"test-pool-minimal\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"default\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "767" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:23:49 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - fd7db76b-5fbe-4858-a60a-64a5c250a171 + status: 200 OK + code: 200 + duration: 84.822206ms +- id: 72 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/76a92752-3eea-4625-b05e-532277914a3a + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 767 + body: "{\"region\":\"fr-par\", \"id\":\"76a92752-3eea-4625-b05e-532277914a3a\", \"cluster_id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"created_at\":\"2025-10-30T16:18:53.744787Z\", \"updated_at\":\"2025-10-30T16:18:53.744787Z\", \"name\":\"test-pool-minimal\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"default\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "767" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:23:54 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 34a4db2b-2302-4792-b018-0789dea52e83 + status: 200 OK + code: 200 + duration: 90.716358ms +- id: 73 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/76a92752-3eea-4625-b05e-532277914a3a + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 767 + body: "{\"region\":\"fr-par\", \"id\":\"76a92752-3eea-4625-b05e-532277914a3a\", \"cluster_id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"created_at\":\"2025-10-30T16:18:53.744787Z\", \"updated_at\":\"2025-10-30T16:18:53.744787Z\", \"name\":\"test-pool-minimal\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"default\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "767" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:23:59 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - d85201f3-7203-43ee-9b78-eb74b6f84415 + status: 200 OK + code: 200 + duration: 85.894007ms +- id: 74 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/76a92752-3eea-4625-b05e-532277914a3a + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 767 + body: "{\"region\":\"fr-par\", \"id\":\"76a92752-3eea-4625-b05e-532277914a3a\", \"cluster_id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"created_at\":\"2025-10-30T16:18:53.744787Z\", \"updated_at\":\"2025-10-30T16:18:53.744787Z\", \"name\":\"test-pool-minimal\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"default\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "767" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:24:04 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 7398d9bc-19d5-48b5-ba83-ae03c9f83350 + status: 200 OK + code: 200 + duration: 84.541278ms +- id: 75 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/76a92752-3eea-4625-b05e-532277914a3a + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 767 + body: "{\"region\":\"fr-par\", \"id\":\"76a92752-3eea-4625-b05e-532277914a3a\", \"cluster_id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"created_at\":\"2025-10-30T16:18:53.744787Z\", \"updated_at\":\"2025-10-30T16:18:53.744787Z\", \"name\":\"test-pool-minimal\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"default\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "767" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:24:09 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 9945b121-82e9-4311-aca1-b60dffd197de + status: 200 OK + code: 200 + duration: 77.563403ms +- id: 76 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/76a92752-3eea-4625-b05e-532277914a3a + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 767 + body: "{\"region\":\"fr-par\", \"id\":\"76a92752-3eea-4625-b05e-532277914a3a\", \"cluster_id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"created_at\":\"2025-10-30T16:18:53.744787Z\", \"updated_at\":\"2025-10-30T16:18:53.744787Z\", \"name\":\"test-pool-minimal\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"default\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "767" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:24:14 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - e2f27ed9-cc1e-420c-9296-12d22faefcb9 + status: 200 OK + code: 200 + duration: 86.914182ms +- id: 77 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/76a92752-3eea-4625-b05e-532277914a3a + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 767 + body: "{\"region\":\"fr-par\", \"id\":\"76a92752-3eea-4625-b05e-532277914a3a\", \"cluster_id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"created_at\":\"2025-10-30T16:18:53.744787Z\", \"updated_at\":\"2025-10-30T16:18:53.744787Z\", \"name\":\"test-pool-minimal\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"default\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "767" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:24:19 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 70127b81-3a4c-4693-8e08-67657e535a88 + status: 200 OK + code: 200 + duration: 87.185641ms +- id: 78 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/76a92752-3eea-4625-b05e-532277914a3a + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 767 + body: "{\"region\":\"fr-par\", \"id\":\"76a92752-3eea-4625-b05e-532277914a3a\", \"cluster_id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"created_at\":\"2025-10-30T16:18:53.744787Z\", \"updated_at\":\"2025-10-30T16:18:53.744787Z\", \"name\":\"test-pool-minimal\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"default\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "767" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:24:25 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 28f9457d-b5ad-455f-9ec0-ae0e32541902 + status: 200 OK + code: 200 + duration: 84.341794ms +- id: 79 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/76a92752-3eea-4625-b05e-532277914a3a + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 767 + body: "{\"region\":\"fr-par\", \"id\":\"76a92752-3eea-4625-b05e-532277914a3a\", \"cluster_id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"created_at\":\"2025-10-30T16:18:53.744787Z\", \"updated_at\":\"2025-10-30T16:18:53.744787Z\", \"name\":\"test-pool-minimal\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"default\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "767" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:24:30 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - f54834e2-dc3f-46c9-928b-eff5226ab813 + status: 200 OK + code: 200 + duration: 80.640558ms +- id: 80 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/76a92752-3eea-4625-b05e-532277914a3a + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 767 + body: "{\"region\":\"fr-par\", \"id\":\"76a92752-3eea-4625-b05e-532277914a3a\", \"cluster_id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"created_at\":\"2025-10-30T16:18:53.744787Z\", \"updated_at\":\"2025-10-30T16:18:53.744787Z\", \"name\":\"test-pool-minimal\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"default\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "767" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:24:35 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 3a055692-e521-4e85-9539-7ecb0b95e49b + status: 200 OK + code: 200 + duration: 84.154142ms +- id: 81 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/76a92752-3eea-4625-b05e-532277914a3a + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 767 + body: "{\"region\":\"fr-par\", \"id\":\"76a92752-3eea-4625-b05e-532277914a3a\", \"cluster_id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"created_at\":\"2025-10-30T16:18:53.744787Z\", \"updated_at\":\"2025-10-30T16:18:53.744787Z\", \"name\":\"test-pool-minimal\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"default\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "767" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:24:40 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - fbfece3a-b70e-445f-80ec-6788c8f2126c + status: 200 OK + code: 200 + duration: 76.446115ms +- id: 82 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/76a92752-3eea-4625-b05e-532277914a3a + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 767 + body: "{\"region\":\"fr-par\", \"id\":\"76a92752-3eea-4625-b05e-532277914a3a\", \"cluster_id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"created_at\":\"2025-10-30T16:18:53.744787Z\", \"updated_at\":\"2025-10-30T16:18:53.744787Z\", \"name\":\"test-pool-minimal\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"default\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "767" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:24:45 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 85320391-e0a2-497a-ac84-2aa9cf53a8ce + status: 200 OK + code: 200 + duration: 100.289625ms +- id: 83 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/76a92752-3eea-4625-b05e-532277914a3a + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 767 + body: "{\"region\":\"fr-par\", \"id\":\"76a92752-3eea-4625-b05e-532277914a3a\", \"cluster_id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"created_at\":\"2025-10-30T16:18:53.744787Z\", \"updated_at\":\"2025-10-30T16:18:53.744787Z\", \"name\":\"test-pool-minimal\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"default\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "767" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:24:50 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 9e609102-ba90-406f-a9c1-0f9a2ea1d524 + status: 200 OK + code: 200 + duration: 96.581866ms +- id: 84 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/76a92752-3eea-4625-b05e-532277914a3a + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 767 + body: "{\"region\":\"fr-par\", \"id\":\"76a92752-3eea-4625-b05e-532277914a3a\", \"cluster_id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"created_at\":\"2025-10-30T16:18:53.744787Z\", \"updated_at\":\"2025-10-30T16:18:53.744787Z\", \"name\":\"test-pool-minimal\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"default\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "767" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:24:55 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 8848184d-33c6-479e-9d9b-baed01aec355 + status: 200 OK + code: 200 + duration: 88.515348ms +- id: 85 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/76a92752-3eea-4625-b05e-532277914a3a + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 767 + body: "{\"region\":\"fr-par\", \"id\":\"76a92752-3eea-4625-b05e-532277914a3a\", \"cluster_id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"created_at\":\"2025-10-30T16:18:53.744787Z\", \"updated_at\":\"2025-10-30T16:18:53.744787Z\", \"name\":\"test-pool-minimal\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"default\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "767" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:25:00 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - d8c32838-46bf-4a2f-954f-6fbaf20cf019 + status: 200 OK + code: 200 + duration: 82.427061ms +- id: 86 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/76a92752-3eea-4625-b05e-532277914a3a + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 767 + body: "{\"region\":\"fr-par\", \"id\":\"76a92752-3eea-4625-b05e-532277914a3a\", \"cluster_id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"created_at\":\"2025-10-30T16:18:53.744787Z\", \"updated_at\":\"2025-10-30T16:18:53.744787Z\", \"name\":\"test-pool-minimal\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"default\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "767" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:25:05 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - d8353239-129e-4696-b5bf-cdb8ca2e98a1 + status: 200 OK + code: 200 + duration: 82.031368ms +- id: 87 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/76a92752-3eea-4625-b05e-532277914a3a + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 767 + body: "{\"region\":\"fr-par\", \"id\":\"76a92752-3eea-4625-b05e-532277914a3a\", \"cluster_id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"created_at\":\"2025-10-30T16:18:53.744787Z\", \"updated_at\":\"2025-10-30T16:18:53.744787Z\", \"name\":\"test-pool-minimal\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"default\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "767" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:25:10 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 2441b022-3c93-4c1f-9e33-f1f9a9999efb + status: 200 OK + code: 200 + duration: 77.6901ms +- id: 88 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/76a92752-3eea-4625-b05e-532277914a3a + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 767 + body: "{\"region\":\"fr-par\", \"id\":\"76a92752-3eea-4625-b05e-532277914a3a\", \"cluster_id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"created_at\":\"2025-10-30T16:18:53.744787Z\", \"updated_at\":\"2025-10-30T16:18:53.744787Z\", \"name\":\"test-pool-minimal\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"default\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "767" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:25:15 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 2db8d6e9-80b4-4075-82a5-2e91c0836272 + status: 200 OK + code: 200 + duration: 92.526205ms +- id: 89 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/76a92752-3eea-4625-b05e-532277914a3a + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 767 + body: "{\"region\":\"fr-par\", \"id\":\"76a92752-3eea-4625-b05e-532277914a3a\", \"cluster_id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"created_at\":\"2025-10-30T16:18:53.744787Z\", \"updated_at\":\"2025-10-30T16:18:53.744787Z\", \"name\":\"test-pool-minimal\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"default\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "767" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:25:20 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 611b542f-8669-4af9-a8ef-776d7c37bab8 + status: 200 OK + code: 200 + duration: 91.162496ms +- id: 90 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/76a92752-3eea-4625-b05e-532277914a3a + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 767 + body: "{\"region\":\"fr-par\", \"id\":\"76a92752-3eea-4625-b05e-532277914a3a\", \"cluster_id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"created_at\":\"2025-10-30T16:18:53.744787Z\", \"updated_at\":\"2025-10-30T16:18:53.744787Z\", \"name\":\"test-pool-minimal\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"default\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "767" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:25:26 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - fce4f120-2a5d-412f-b042-0a7ded3e9d1c + status: 200 OK + code: 200 + duration: 112.730625ms +- id: 91 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/76a92752-3eea-4625-b05e-532277914a3a + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 767 + body: "{\"region\":\"fr-par\", \"id\":\"76a92752-3eea-4625-b05e-532277914a3a\", \"cluster_id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"created_at\":\"2025-10-30T16:18:53.744787Z\", \"updated_at\":\"2025-10-30T16:18:53.744787Z\", \"name\":\"test-pool-minimal\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"default\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "767" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:25:31 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 1abb12e8-0ffc-4fe6-bd07-40e7b40ed7ce + status: 200 OK + code: 200 + duration: 107.391575ms +- id: 92 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/76a92752-3eea-4625-b05e-532277914a3a + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 765 + body: "{\"region\":\"fr-par\", \"id\":\"76a92752-3eea-4625-b05e-532277914a3a\", \"cluster_id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"created_at\":\"2025-10-30T16:18:53.744787Z\", \"updated_at\":\"2025-10-30T16:25:33.360930Z\", \"name\":\"test-pool-minimal\", \"status\":\"ready\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"default\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "765" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:25:36 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 5d7ca29c-ca34-458f-98fd-5bccb9e9bcfd + status: 200 OK + code: 200 + duration: 110.68699ms +- id: 93 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/bd51a0ad-80a1-4d46-8acb-9adaa4108410 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1633 + body: "{\"region\":\"fr-par\", \"id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:48.262115Z\", \"updated_at\":\"2025-10-30T16:20:59.041275Z\", \"type\":\"kapsule\", \"name\":\"test-pool-minimal\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"calico\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"minimal\"], \"cluster_url\":\"https://bd51a0ad-80a1-4d46-8acb-9adaa4108410.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.bd51a0ad-80a1-4d46-8acb-9adaa4108410.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"dd4ca113-1e98-4ef4-851b-44e9acdda76c\", \"commitment_ends_at\":\"2025-10-30T16:18:48.262121Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"1797d43b-5d04-471b-80f7-5036f26b7d01\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1633" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:25:36 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 2f9cc151-bc30-4869-befd-9f47a0ee95c0 + status: 200 OK + code: 200 + duration: 25.465433ms +- id: 94 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/76a92752-3eea-4625-b05e-532277914a3a + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 765 + body: "{\"region\":\"fr-par\", \"id\":\"76a92752-3eea-4625-b05e-532277914a3a\", \"cluster_id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"created_at\":\"2025-10-30T16:18:53.744787Z\", \"updated_at\":\"2025-10-30T16:25:33.360930Z\", \"name\":\"test-pool-minimal\", \"status\":\"ready\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"default\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "765" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:25:36 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 482da155-7a1b-4b17-b27d-f2e91b44002a + status: 200 OK + code: 200 + duration: 95.201456ms +- id: 95 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + form: + order_by: + - created_at_asc + page: + - "1" + pool_id: + - 76a92752-3eea-4625-b05e-532277914a3a + status: + - unknown + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/bd51a0ad-80a1-4d46-8acb-9adaa4108410/nodes?order_by=created_at_asc&page=1&pool_id=76a92752-3eea-4625-b05e-532277914a3a&status=unknown + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 619 + body: "{\"total_count\":1, \"nodes\":[{\"region\":\"fr-par\", \"id\":\"21553d0d-15c0-4b71-b557-7efd0d478398\", \"cluster_id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"created_at\":\"2025-10-30T16:24:58.266436Z\", \"updated_at\":\"2025-10-30T16:25:33.345091Z\", \"pool_id\":\"76a92752-3eea-4625-b05e-532277914a3a\", \"status\":\"ready\", \"conditions\":{\"DiskPressure\":\"False\", \"MemoryPressure\":\"False\", \"PIDPressure\":\"False\", \"Ready\":\"True\"}, \"name\":\"scw-test-pool-minimal-test-pool-minimal-21553d\", \"public_ip_v4\":\"51.15.236.240\", \"public_ip_v6\":null, \"provider_id\":\"scaleway://instance/fr-par-1/fb51e515-671f-4e80-875b-52c3de6157e9\", \"error_message\":\"\"}]}" + headers: + Content-Length: + - "619" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:25:36 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - dd488fcb-2539-4960-8ee7-5c3dd0aeb6c1 + status: 200 OK + code: 200 + duration: 28.043513ms +- id: 96 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/bd51a0ad-80a1-4d46-8acb-9adaa4108410 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1633 + body: "{\"region\":\"fr-par\", \"id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:48.262115Z\", \"updated_at\":\"2025-10-30T16:20:59.041275Z\", \"type\":\"kapsule\", \"name\":\"test-pool-minimal\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"calico\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"minimal\"], \"cluster_url\":\"https://bd51a0ad-80a1-4d46-8acb-9adaa4108410.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.bd51a0ad-80a1-4d46-8acb-9adaa4108410.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"dd4ca113-1e98-4ef4-851b-44e9acdda76c\", \"commitment_ends_at\":\"2025-10-30T16:18:48.262121Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"1797d43b-5d04-471b-80f7-5036f26b7d01\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1633" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:25:36 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - ec3e6ceb-542f-41f2-b734-a1e38d236ff6 + status: 200 OK + code: 200 + duration: 20.462675ms +- id: 97 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + form: + order_by: + - created_at_desc + project_id: + - 105bdce1-64c0-48ab-899d-868455867ecf + resource_name: + - scw-test-pool-minimal-test-pool-minimal-21553d + resource_type: + - unknown_type + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/ipam/v1/regions/fr-par/ips?order_by=created_at_desc&project_id=105bdce1-64c0-48ab-899d-868455867ecf&resource_name=scw-test-pool-minimal-test-pool-minimal-21553d&resource_type=unknown_type + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1122 + body: "{\"total_count\":2, \"ips\":[{\"id\":\"28c1d7a8-0419-4979-8eec-043331fe2c84\", \"address\":\"fd5f:519c:6d46:22e5:34fe:8c68:418c:3ac7/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":true, \"created_at\":\"2025-10-30T16:25:01.810746Z\", \"updated_at\":\"2025-10-30T16:25:01.810746Z\", \"source\":{\"subnet_id\":\"d7af6fd0-cb67-4b07-9c7f-5555b52eee58\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"a36f58d2-bfe1-4eca-86d9-f9c78f19628f\", \"mac_address\":\"02:00:00:1A:35:26\", \"name\":\"scw-test-pool-minimal-test-pool-minimal-21553d\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}, {\"id\":\"454ad022-4c4c-4a26-b209-e5a4b0c0f6b7\", \"address\":\"172.18.88.3/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":false, \"created_at\":\"2025-10-30T16:25:01.646647Z\", \"updated_at\":\"2025-10-30T16:25:01.646647Z\", \"source\":{\"subnet_id\":\"0bede021-b29d-4922-8b51-970671def39d\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"a36f58d2-bfe1-4eca-86d9-f9c78f19628f\", \"mac_address\":\"02:00:00:1A:35:26\", \"name\":\"scw-test-pool-minimal-test-pool-minimal-21553d\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}]}" + headers: + Content-Length: + - "1122" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:25:36 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - dfa8488e-527a-40d9-980f-00bfdd167a30 + status: 200 OK + code: 200 + duration: 49.703434ms +- id: 98 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/bd51a0ad-80a1-4d46-8acb-9adaa4108410 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1633 + body: "{\"region\":\"fr-par\", \"id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:48.262115Z\", \"updated_at\":\"2025-10-30T16:20:59.041275Z\", \"type\":\"kapsule\", \"name\":\"test-pool-minimal\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"calico\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"minimal\"], \"cluster_url\":\"https://bd51a0ad-80a1-4d46-8acb-9adaa4108410.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.bd51a0ad-80a1-4d46-8acb-9adaa4108410.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"dd4ca113-1e98-4ef4-851b-44e9acdda76c\", \"commitment_ends_at\":\"2025-10-30T16:18:48.262121Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"1797d43b-5d04-471b-80f7-5036f26b7d01\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1633" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:25:36 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 64d1d56f-4e72-4fe4-83e3-09e86f54a60d + status: 200 OK + code: 200 + duration: 23.37466ms +- id: 99 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/76a92752-3eea-4625-b05e-532277914a3a + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 765 + body: "{\"region\":\"fr-par\", \"id\":\"76a92752-3eea-4625-b05e-532277914a3a\", \"cluster_id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"created_at\":\"2025-10-30T16:18:53.744787Z\", \"updated_at\":\"2025-10-30T16:25:33.360930Z\", \"name\":\"test-pool-minimal\", \"status\":\"ready\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"default\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "765" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:25:36 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 3c34ba54-b90a-4a7a-9e7b-973b19899d5c + status: 200 OK + code: 200 + duration: 20.940803ms +- id: 100 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + form: + order_by: + - created_at_asc + pool_id: + - 76a92752-3eea-4625-b05e-532277914a3a + status: + - unknown + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/bd51a0ad-80a1-4d46-8acb-9adaa4108410/nodes?order_by=created_at_asc&pool_id=76a92752-3eea-4625-b05e-532277914a3a&status=unknown + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 619 + body: "{\"total_count\":1, \"nodes\":[{\"region\":\"fr-par\", \"id\":\"21553d0d-15c0-4b71-b557-7efd0d478398\", \"cluster_id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"created_at\":\"2025-10-30T16:24:58.266436Z\", \"updated_at\":\"2025-10-30T16:25:33.345091Z\", \"pool_id\":\"76a92752-3eea-4625-b05e-532277914a3a\", \"status\":\"ready\", \"conditions\":{\"DiskPressure\":\"False\", \"MemoryPressure\":\"False\", \"PIDPressure\":\"False\", \"Ready\":\"True\"}, \"name\":\"scw-test-pool-minimal-test-pool-minimal-21553d\", \"public_ip_v4\":\"51.15.236.240\", \"public_ip_v6\":null, \"provider_id\":\"scaleway://instance/fr-par-1/fb51e515-671f-4e80-875b-52c3de6157e9\", \"error_message\":\"\"}]}" + headers: + Content-Length: + - "619" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:25:36 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - fa91acdc-ad1b-425b-9db7-104140f86ee4 + status: 200 OK + code: 200 + duration: 43.860318ms +- id: 101 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/fb51e515-671f-4e80-875b-52c3de6157e9 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 3815 + body: "{\"server\": {\"id\": \"fb51e515-671f-4e80-875b-52c3de6157e9\", \"name\": \"scw-test-pool-minimal-test-pool-minimal-21553d\", \"arch\": \"x86_64\", \"commercial_type\": \"PRO2-XXS\", \"boot_type\": \"local\", \"organization\": \"105bdce1-64c0-48ab-899d-868455867ecf\", \"project\": \"105bdce1-64c0-48ab-899d-868455867ecf\", \"hostname\": \"scw-test-pool-minimal-test-pool-minimal-21553d\", \"image\": {\"id\": \"5b4b5f3f-c2a1-451e-8603-4c0179b4de03\", \"name\": \"k8s_base_node_instance\", \"organization\": \"51b656e3-4865-41e8-adbc-0c45bdd780db\", \"project\": \"51b656e3-4865-41e8-adbc-0c45bdd780db\", \"root_volume\": {\"volume_type\": \"sbs_snapshot\", \"id\": \"c6b09a14-4a4d-44cd-a772-4f235fef4826\", \"size\": 0, \"name\": \"\"}, \"extra_volumes\": {}, \"public\": true, \"arch\": \"x86_64\", \"creation_date\": \"2025-10-27T10:01:33.994085+00:00\", \"modification_date\": \"2025-10-27T10:01:33.994085+00:00\", \"default_bootscript\": null, \"from_server\": \"\", \"state\": \"available\", \"tags\": [], \"zone\": \"fr-par-1\"}, \"volumes\": {\"0\": {\"boot\": true, \"volume_type\": \"sbs_volume\", \"id\": \"bbd33d9f-6a04-4271-be87-174a742b855c\", \"state\": \"available\", \"zone\": \"fr-par-1\"}}, \"tags\": [\"kapsule=bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"pool=76a92752-3eea-4625-b05e-532277914a3a\", \"pool-name=test-pool-minimal\", \"runtime=containerd\", \"managed=true\", \"terraform-test\", \"scaleway_k8s_cluster\", \"default\", \"node=21553d0d-15c0-4b71-b557-7efd0d478398\"], \"state\": \"running\", \"protected\": false, \"state_detail\": \"booting kernel\", \"public_ip\": {\"id\": \"65a60f6b-fa89-4e49-bc25-fced17fa3df3\", \"address\": \"51.15.236.240\", \"dynamic\": false, \"gateway\": \"62.210.0.1\", \"netmask\": \"32\", \"family\": \"inet\", \"provisioning_mode\": \"dhcp\", \"tags\": [\"kapsule=bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"node-name=scw-test-pool-minimal-test-pool-minimal-21553d\"], \"state\": \"attached\", \"ipam_id\": \"d13243cf-f7a2-47a2-82cb-b82803e8ab66\"}, \"public_ips\": [{\"id\": \"65a60f6b-fa89-4e49-bc25-fced17fa3df3\", \"address\": \"51.15.236.240\", \"dynamic\": false, \"gateway\": \"62.210.0.1\", \"netmask\": \"32\", \"family\": \"inet\", \"provisioning_mode\": \"dhcp\", \"tags\": [\"kapsule=bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"node-name=scw-test-pool-minimal-test-pool-minimal-21553d\"], \"state\": \"attached\", \"ipam_id\": \"d13243cf-f7a2-47a2-82cb-b82803e8ab66\"}, {\"id\": \"6e0fde74-7588-46f5-9ca0-c0791b471188\", \"address\": \"2001:bc8:710:404b:dc00:ff:fed0:7057\", \"dynamic\": false, \"gateway\": \"fe80::dc00:ff:fed0:7058\", \"netmask\": \"64\", \"family\": \"inet6\", \"provisioning_mode\": \"slaac\", \"tags\": [\"kapsule=bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"node-name=scw-test-pool-minimal-test-pool-minimal-21553d\"], \"state\": \"attached\", \"ipam_id\": \"2df7f8b1-6bd3-43dd-b660-b453c3836e98\"}], \"mac_address\": \"de:00:00:d0:70:57\", \"routed_ip_enabled\": true, \"ipv6\": null, \"extra_networks\": [], \"dynamic_ip_required\": false, \"enable_ipv6\": false, \"private_ip\": null, \"creation_date\": \"2025-10-30T16:24:58.918229+00:00\", \"modification_date\": \"2025-10-30T16:25:05.142326+00:00\", \"bootscript\": null, \"security_group\": {\"id\": \"4ef16f7a-478c-4b72-b932-982f4b04974b\", \"name\": \"Kapsule default security group\"}, \"location\": {\"zone_id\": \"fr-par-1\", \"platform_id\": \"14\", \"cluster_id\": \"12\", \"hypervisor_id\": \"101\", \"node_id\": \"31\"}, \"maintenances\": [], \"allowed_actions\": [\"poweroff\", \"terminate\", \"reboot\", \"stop_in_place\", \"backup\"], \"placement_group\": null, \"private_nics\": [{\"id\": \"a36f58d2-bfe1-4eca-86d9-f9c78f19628f\", \"private_network_id\": \"dd4ca113-1e98-4ef4-851b-44e9acdda76c\", \"server_id\": \"fb51e515-671f-4e80-875b-52c3de6157e9\", \"mac_address\": \"02:00:00:1a:35:26\", \"state\": \"available\", \"creation_date\": \"2025-10-30T16:25:01.398380+00:00\", \"modification_date\": \"2025-10-30T16:25:01.565852+00:00\", \"zone\": \"fr-par-1\", \"tags\": [], \"ipam_ip_ids\": [\"454ad022-4c4c-4a26-b209-e5a4b0c0f6b7\", \"28c1d7a8-0419-4979-8eec-043331fe2c84\"]}], \"zone\": \"fr-par-1\", \"filesystems\": [], \"end_of_service\": false}}" + headers: + Content-Length: + - "3815" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:25:36 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 3fe0ff5c-f8d5-43ab-8636-85e66bd227df + status: 200 OK + code: 200 + duration: 176.624041ms +- id: 102 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/vpc/v2/regions/fr-par/vpcs/fb5cd7b8-e592-4b6e-8216-66fca3c089b6 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 422 + body: "{\"id\":\"fb5cd7b8-e592-4b6e-8216-66fca3c089b6\", \"name\":\"tf-vpc-friendly-williams\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:47.163149Z\", \"updated_at\":\"2025-10-30T16:18:47.163149Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_default\":false, \"private_network_count\":1, \"routing_enabled\":true, \"custom_routes_propagation_enabled\":true, \"region\":\"fr-par\"}" + headers: + Content-Length: + - "422" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:25:37 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 9e5174e4-9a36-4be8-9d01-936649ea8cfd + status: 200 OK + code: 200 + duration: 23.754283ms +- id: 103 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks/dd4ca113-1e98-4ef4-851b-44e9acdda76c + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1087 + body: "{\"id\":\"dd4ca113-1e98-4ef4-851b-44e9acdda76c\", \"name\":\"test-pool-minimal\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:47.286292Z\", \"updated_at\":\"2025-10-30T16:18:47.286292Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"subnets\":[{\"id\":\"0bede021-b29d-4922-8b51-970671def39d\", \"created_at\":\"2025-10-30T16:18:47.286292Z\", \"updated_at\":\"2025-10-30T16:18:47.286292Z\", \"subnet\":\"172.18.88.0/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"dd4ca113-1e98-4ef4-851b-44e9acdda76c\", \"vpc_id\":\"fb5cd7b8-e592-4b6e-8216-66fca3c089b6\"}, {\"id\":\"d7af6fd0-cb67-4b07-9c7f-5555b52eee58\", \"created_at\":\"2025-10-30T16:18:47.286292Z\", \"updated_at\":\"2025-10-30T16:18:47.286292Z\", \"subnet\":\"fd5f:519c:6d46:22e5::/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"dd4ca113-1e98-4ef4-851b-44e9acdda76c\", \"vpc_id\":\"fb5cd7b8-e592-4b6e-8216-66fca3c089b6\"}], \"vpc_id\":\"fb5cd7b8-e592-4b6e-8216-66fca3c089b6\", \"dhcp_enabled\":true, \"default_route_propagation_enabled\":false, \"region\":\"fr-par\"}" + headers: + Content-Length: + - "1087" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:25:37 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 5671f70a-7ced-4a7f-8c1e-567acc4a2b36 + status: 200 OK + code: 200 + duration: 23.90783ms +- id: 104 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/bd51a0ad-80a1-4d46-8acb-9adaa4108410 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1633 + body: "{\"region\":\"fr-par\", \"id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:48.262115Z\", \"updated_at\":\"2025-10-30T16:20:59.041275Z\", \"type\":\"kapsule\", \"name\":\"test-pool-minimal\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"calico\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"minimal\"], \"cluster_url\":\"https://bd51a0ad-80a1-4d46-8acb-9adaa4108410.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.bd51a0ad-80a1-4d46-8acb-9adaa4108410.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"dd4ca113-1e98-4ef4-851b-44e9acdda76c\", \"commitment_ends_at\":\"2025-10-30T16:18:48.262121Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"1797d43b-5d04-471b-80f7-5036f26b7d01\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1633" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:25:37 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - f6b60025-f75a-430e-9b5b-1225626f60b5 + status: 200 OK + code: 200 + duration: 23.8383ms +- id: 105 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/bd51a0ad-80a1-4d46-8acb-9adaa4108410/kubeconfig + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1674 + body: "{\"name\":\"kubeconfig\", \"content_type\":\"application/octet-stream\", \"content\":\"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogInRlc3QtcG9vbC1taW5pbWFsIgogIGNsdXN0ZXI6CiAgICBjZXJ0aWZpY2F0ZS1hdXRob3JpdHktZGF0YTogTFMwdExTMUNSVWRKVGlCRFJWSlVTVVpKUTBGVVJTMHRMUzB0Q2sxSlNVSlhla05EUVZGSFowRjNTVUpCWjBsQ1FVUkJTMEpuWjNGb2EycFBVRkZSUkVGcVFWWk5VazEzUlZGWlJGWlJVVVJGZDNCeVpGZEtiR050Tld3S1pFZFdlazFDTkZoRVZFa3hUVlJCZVU5VVJUSk5WR2N3VDBadldFUlVUVEZOVkVGNVQxUkZNazFVWnpCUFJtOTNSbFJGVkUxQ1JVZEJNVlZGUVhoTlN3cGhNMVpwV2xoS2RWcFlVbXhqZWtKYVRVSk5SMEo1Y1VkVFRUUTVRV2RGUjBORGNVZFRUVFE1UVhkRlNFRXdTVUZDVDFJME1HNDFObkZ1TDJWQ2EwMVpDbVUzVW5aalZIZDFZbmd3ZVhZcmMySXhkMWRITWtKemFGcHpTbGw1VHpndlJFWkpiVGMzVm5RMk9YcDNNakJzZEdaQ1UyZHBSRmRwZVhKNVJXVldiV3dLU1d0eGJGVXZRMnBSYWtKQlRVRTBSMEV4VldSRWQwVkNMM2RSUlVGM1NVTndSRUZRUW1kT1ZraFNUVUpCWmpoRlFsUkJSRUZSU0M5TlFqQkhRVEZWWkFwRVoxRlhRa0pVUWxZck9XbEhiMEZUT1VwdlZtWXZkUzlxUnpnMVZWSkVOV2hxUVV0Q1oyZHhhR3RxVDFCUlVVUkJaMDVKUVVSQ1JrRnBRVEl4TW5Sb0NqWjRNMVk1YlZjMFZYTlBRM1owWWtnMk1XOUVXalpFVG1rMFVHeHdUVU5PU0ZaMWVsUjNTV2hCVDB4QlNXUkhaM1JTVFRSd0sxazNTREJYZUVVMFZrb0tlVTlQZEhaU2J6TjFkRU5TTjJWclJqZFlabmtLTFMwdExTMUZUa1FnUTBWU1ZFbEdTVU5CVkVVdExTMHRMUW89CiAgICBzZXJ2ZXI6IGh0dHBzOi8vYmQ1MWEwYWQtODBhMS00ZDQ2LThhY2ItOWFkYWE0MTA4NDEwLmFwaS5rOHMuZnItcGFyLnNjdy5jbG91ZDo2NDQzCmNvbnRleHRzOgotIG5hbWU6IGFkbWluQHRlc3QtcG9vbC1taW5pbWFsCiAgY29udGV4dDoKICAgIGNsdXN0ZXI6ICJ0ZXN0LXBvb2wtbWluaW1hbCIKICAgIHVzZXI6IHRlc3QtcG9vbC1taW5pbWFsLWFkbWluCmN1cnJlbnQtY29udGV4dDogYWRtaW5AdGVzdC1wb29sLW1pbmltYWwKa2luZDogQ29uZmlnCnByZWZlcmVuY2VzOiB7fQp1c2VyczoKLSBuYW1lOiB0ZXN0LXBvb2wtbWluaW1hbC1hZG1pbgogIHVzZXI6CiAgICB0b2tlbjogMVNaaGFUSGppY1Jid25EaVIzWHhwUDRJWENGMWJyWmlFMmZJMTBZQTBIR3JNV1dpdzE5SnROV2M=\"}" + headers: + Content-Length: + - "1674" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:25:37 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 4bc12707-fac2-4b92-bb55-fa9e00bbe43e + status: 200 OK + code: 200 + duration: 91.60159ms +- id: 106 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/76a92752-3eea-4625-b05e-532277914a3a + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 765 + body: "{\"region\":\"fr-par\", \"id\":\"76a92752-3eea-4625-b05e-532277914a3a\", \"cluster_id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"created_at\":\"2025-10-30T16:18:53.744787Z\", \"updated_at\":\"2025-10-30T16:25:33.360930Z\", \"name\":\"test-pool-minimal\", \"status\":\"ready\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"default\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "765" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:25:37 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 08471a96-9a37-4bc0-9e87-48917949f604 + status: 200 OK + code: 200 + duration: 23.830085ms +- id: 107 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + form: + order_by: + - created_at_asc + page: + - "1" + pool_id: + - 76a92752-3eea-4625-b05e-532277914a3a + status: + - unknown + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/bd51a0ad-80a1-4d46-8acb-9adaa4108410/nodes?order_by=created_at_asc&page=1&pool_id=76a92752-3eea-4625-b05e-532277914a3a&status=unknown + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 619 + body: "{\"total_count\":1, \"nodes\":[{\"region\":\"fr-par\", \"id\":\"21553d0d-15c0-4b71-b557-7efd0d478398\", \"cluster_id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"created_at\":\"2025-10-30T16:24:58.266436Z\", \"updated_at\":\"2025-10-30T16:25:33.345091Z\", \"pool_id\":\"76a92752-3eea-4625-b05e-532277914a3a\", \"status\":\"ready\", \"conditions\":{\"DiskPressure\":\"False\", \"MemoryPressure\":\"False\", \"PIDPressure\":\"False\", \"Ready\":\"True\"}, \"name\":\"scw-test-pool-minimal-test-pool-minimal-21553d\", \"public_ip_v4\":\"51.15.236.240\", \"public_ip_v6\":null, \"provider_id\":\"scaleway://instance/fr-par-1/fb51e515-671f-4e80-875b-52c3de6157e9\", \"error_message\":\"\"}]}" + headers: + Content-Length: + - "619" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:25:37 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - ef1cb49d-83aa-4aff-95a7-6658936359f2 + status: 200 OK + code: 200 + duration: 30.189109ms +- id: 108 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/bd51a0ad-80a1-4d46-8acb-9adaa4108410 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1633 + body: "{\"region\":\"fr-par\", \"id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:48.262115Z\", \"updated_at\":\"2025-10-30T16:20:59.041275Z\", \"type\":\"kapsule\", \"name\":\"test-pool-minimal\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"calico\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"minimal\"], \"cluster_url\":\"https://bd51a0ad-80a1-4d46-8acb-9adaa4108410.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.bd51a0ad-80a1-4d46-8acb-9adaa4108410.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"dd4ca113-1e98-4ef4-851b-44e9acdda76c\", \"commitment_ends_at\":\"2025-10-30T16:18:48.262121Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"1797d43b-5d04-471b-80f7-5036f26b7d01\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1633" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:25:37 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - e1fe7821-dde5-4a14-b17e-6dc0c6f9741c + status: 200 OK + code: 200 + duration: 80.016908ms +- id: 109 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + form: + order_by: + - created_at_desc + project_id: + - 105bdce1-64c0-48ab-899d-868455867ecf + resource_name: + - scw-test-pool-minimal-test-pool-minimal-21553d + resource_type: + - unknown_type + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/ipam/v1/regions/fr-par/ips?order_by=created_at_desc&project_id=105bdce1-64c0-48ab-899d-868455867ecf&resource_name=scw-test-pool-minimal-test-pool-minimal-21553d&resource_type=unknown_type + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1122 + body: "{\"total_count\":2, \"ips\":[{\"id\":\"28c1d7a8-0419-4979-8eec-043331fe2c84\", \"address\":\"fd5f:519c:6d46:22e5:34fe:8c68:418c:3ac7/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":true, \"created_at\":\"2025-10-30T16:25:01.810746Z\", \"updated_at\":\"2025-10-30T16:25:01.810746Z\", \"source\":{\"subnet_id\":\"d7af6fd0-cb67-4b07-9c7f-5555b52eee58\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"a36f58d2-bfe1-4eca-86d9-f9c78f19628f\", \"mac_address\":\"02:00:00:1A:35:26\", \"name\":\"scw-test-pool-minimal-test-pool-minimal-21553d\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}, {\"id\":\"454ad022-4c4c-4a26-b209-e5a4b0c0f6b7\", \"address\":\"172.18.88.3/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":false, \"created_at\":\"2025-10-30T16:25:01.646647Z\", \"updated_at\":\"2025-10-30T16:25:01.646647Z\", \"source\":{\"subnet_id\":\"0bede021-b29d-4922-8b51-970671def39d\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"a36f58d2-bfe1-4eca-86d9-f9c78f19628f\", \"mac_address\":\"02:00:00:1A:35:26\", \"name\":\"scw-test-pool-minimal-test-pool-minimal-21553d\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}]}" + headers: + Content-Length: + - "1122" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:25:37 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 0a6fe746-2bd1-4bb6-aa4d-a7e2ccdfc520 + status: 200 OK + code: 200 + duration: 34.080042ms +- id: 110 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/vpc/v2/regions/fr-par/vpcs/fb5cd7b8-e592-4b6e-8216-66fca3c089b6 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 422 + body: "{\"id\":\"fb5cd7b8-e592-4b6e-8216-66fca3c089b6\", \"name\":\"tf-vpc-friendly-williams\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:47.163149Z\", \"updated_at\":\"2025-10-30T16:18:47.163149Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_default\":false, \"private_network_count\":1, \"routing_enabled\":true, \"custom_routes_propagation_enabled\":true, \"region\":\"fr-par\"}" + headers: + Content-Length: + - "422" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:25:37 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 4e8be5a7-9d34-4dbb-b6b7-78508a98a800 + status: 200 OK + code: 200 + duration: 26.779019ms +- id: 111 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks/dd4ca113-1e98-4ef4-851b-44e9acdda76c + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1087 + body: "{\"id\":\"dd4ca113-1e98-4ef4-851b-44e9acdda76c\", \"name\":\"test-pool-minimal\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:47.286292Z\", \"updated_at\":\"2025-10-30T16:18:47.286292Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"subnets\":[{\"id\":\"0bede021-b29d-4922-8b51-970671def39d\", \"created_at\":\"2025-10-30T16:18:47.286292Z\", \"updated_at\":\"2025-10-30T16:18:47.286292Z\", \"subnet\":\"172.18.88.0/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"dd4ca113-1e98-4ef4-851b-44e9acdda76c\", \"vpc_id\":\"fb5cd7b8-e592-4b6e-8216-66fca3c089b6\"}, {\"id\":\"d7af6fd0-cb67-4b07-9c7f-5555b52eee58\", \"created_at\":\"2025-10-30T16:18:47.286292Z\", \"updated_at\":\"2025-10-30T16:18:47.286292Z\", \"subnet\":\"fd5f:519c:6d46:22e5::/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"dd4ca113-1e98-4ef4-851b-44e9acdda76c\", \"vpc_id\":\"fb5cd7b8-e592-4b6e-8216-66fca3c089b6\"}], \"vpc_id\":\"fb5cd7b8-e592-4b6e-8216-66fca3c089b6\", \"dhcp_enabled\":true, \"default_route_propagation_enabled\":false, \"region\":\"fr-par\"}" + headers: + Content-Length: + - "1087" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:25:37 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 4048d400-05fd-49c1-a43b-e2d7c8370f7b + status: 200 OK + code: 200 + duration: 22.365206ms +- id: 112 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/bd51a0ad-80a1-4d46-8acb-9adaa4108410 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1633 + body: "{\"region\":\"fr-par\", \"id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:48.262115Z\", \"updated_at\":\"2025-10-30T16:20:59.041275Z\", \"type\":\"kapsule\", \"name\":\"test-pool-minimal\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"calico\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"minimal\"], \"cluster_url\":\"https://bd51a0ad-80a1-4d46-8acb-9adaa4108410.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.bd51a0ad-80a1-4d46-8acb-9adaa4108410.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"dd4ca113-1e98-4ef4-851b-44e9acdda76c\", \"commitment_ends_at\":\"2025-10-30T16:18:48.262121Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"1797d43b-5d04-471b-80f7-5036f26b7d01\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1633" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:25:37 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 414fc5ac-c3cf-4c64-925c-cf418b67fcab + status: 200 OK + code: 200 + duration: 99.646598ms +- id: 113 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/bd51a0ad-80a1-4d46-8acb-9adaa4108410/kubeconfig + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1674 + body: "{\"name\":\"kubeconfig\", \"content_type\":\"application/octet-stream\", \"content\":\"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogInRlc3QtcG9vbC1taW5pbWFsIgogIGNsdXN0ZXI6CiAgICBjZXJ0aWZpY2F0ZS1hdXRob3JpdHktZGF0YTogTFMwdExTMUNSVWRKVGlCRFJWSlVTVVpKUTBGVVJTMHRMUzB0Q2sxSlNVSlhla05EUVZGSFowRjNTVUpCWjBsQ1FVUkJTMEpuWjNGb2EycFBVRkZSUkVGcVFWWk5VazEzUlZGWlJGWlJVVVJGZDNCeVpGZEtiR050Tld3S1pFZFdlazFDTkZoRVZFa3hUVlJCZVU5VVJUSk5WR2N3VDBadldFUlVUVEZOVkVGNVQxUkZNazFVWnpCUFJtOTNSbFJGVkUxQ1JVZEJNVlZGUVhoTlN3cGhNMVpwV2xoS2RWcFlVbXhqZWtKYVRVSk5SMEo1Y1VkVFRUUTVRV2RGUjBORGNVZFRUVFE1UVhkRlNFRXdTVUZDVDFJME1HNDFObkZ1TDJWQ2EwMVpDbVUzVW5aalZIZDFZbmd3ZVhZcmMySXhkMWRITWtKemFGcHpTbGw1VHpndlJFWkpiVGMzVm5RMk9YcDNNakJzZEdaQ1UyZHBSRmRwZVhKNVJXVldiV3dLU1d0eGJGVXZRMnBSYWtKQlRVRTBSMEV4VldSRWQwVkNMM2RSUlVGM1NVTndSRUZRUW1kT1ZraFNUVUpCWmpoRlFsUkJSRUZSU0M5TlFqQkhRVEZWWkFwRVoxRlhRa0pVUWxZck9XbEhiMEZUT1VwdlZtWXZkUzlxUnpnMVZWSkVOV2hxUVV0Q1oyZHhhR3RxVDFCUlVVUkJaMDVKUVVSQ1JrRnBRVEl4TW5Sb0NqWjRNMVk1YlZjMFZYTlBRM1owWWtnMk1XOUVXalpFVG1rMFVHeHdUVU5PU0ZaMWVsUjNTV2hCVDB4QlNXUkhaM1JTVFRSd0sxazNTREJYZUVVMFZrb0tlVTlQZEhaU2J6TjFkRU5TTjJWclJqZFlabmtLTFMwdExTMUZUa1FnUTBWU1ZFbEdTVU5CVkVVdExTMHRMUW89CiAgICBzZXJ2ZXI6IGh0dHBzOi8vYmQ1MWEwYWQtODBhMS00ZDQ2LThhY2ItOWFkYWE0MTA4NDEwLmFwaS5rOHMuZnItcGFyLnNjdy5jbG91ZDo2NDQzCmNvbnRleHRzOgotIG5hbWU6IGFkbWluQHRlc3QtcG9vbC1taW5pbWFsCiAgY29udGV4dDoKICAgIGNsdXN0ZXI6ICJ0ZXN0LXBvb2wtbWluaW1hbCIKICAgIHVzZXI6IHRlc3QtcG9vbC1taW5pbWFsLWFkbWluCmN1cnJlbnQtY29udGV4dDogYWRtaW5AdGVzdC1wb29sLW1pbmltYWwKa2luZDogQ29uZmlnCnByZWZlcmVuY2VzOiB7fQp1c2VyczoKLSBuYW1lOiB0ZXN0LXBvb2wtbWluaW1hbC1hZG1pbgogIHVzZXI6CiAgICB0b2tlbjogMVNaaGFUSGppY1Jid25EaVIzWHhwUDRJWENGMWJyWmlFMmZJMTBZQTBIR3JNV1dpdzE5SnROV2M=\"}" + headers: + Content-Length: + - "1674" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:25:37 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - f214c93b-fb83-4127-b21c-160de3791206 + status: 200 OK + code: 200 + duration: 100.79838ms +- id: 114 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/76a92752-3eea-4625-b05e-532277914a3a + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 765 + body: "{\"region\":\"fr-par\", \"id\":\"76a92752-3eea-4625-b05e-532277914a3a\", \"cluster_id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"created_at\":\"2025-10-30T16:18:53.744787Z\", \"updated_at\":\"2025-10-30T16:25:33.360930Z\", \"name\":\"test-pool-minimal\", \"status\":\"ready\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"default\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "765" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:25:37 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 8b01393a-fac1-4544-b46f-b2f3ef1040c0 + status: 200 OK + code: 200 + duration: 22.621216ms +- id: 115 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + form: + order_by: + - created_at_asc + page: + - "1" + pool_id: + - 76a92752-3eea-4625-b05e-532277914a3a + status: + - unknown + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/bd51a0ad-80a1-4d46-8acb-9adaa4108410/nodes?order_by=created_at_asc&page=1&pool_id=76a92752-3eea-4625-b05e-532277914a3a&status=unknown + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 619 + body: "{\"total_count\":1, \"nodes\":[{\"region\":\"fr-par\", \"id\":\"21553d0d-15c0-4b71-b557-7efd0d478398\", \"cluster_id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"created_at\":\"2025-10-30T16:24:58.266436Z\", \"updated_at\":\"2025-10-30T16:25:33.345091Z\", \"pool_id\":\"76a92752-3eea-4625-b05e-532277914a3a\", \"status\":\"ready\", \"conditions\":{\"DiskPressure\":\"False\", \"MemoryPressure\":\"False\", \"PIDPressure\":\"False\", \"Ready\":\"True\"}, \"name\":\"scw-test-pool-minimal-test-pool-minimal-21553d\", \"public_ip_v4\":\"51.15.236.240\", \"public_ip_v6\":null, \"provider_id\":\"scaleway://instance/fr-par-1/fb51e515-671f-4e80-875b-52c3de6157e9\", \"error_message\":\"\"}]}" + headers: + Content-Length: + - "619" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:25:37 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 004b2690-272b-4bd2-a15b-cf1d46a91288 + status: 200 OK + code: 200 + duration: 41.280957ms +- id: 116 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/bd51a0ad-80a1-4d46-8acb-9adaa4108410 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1633 + body: "{\"region\":\"fr-par\", \"id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:48.262115Z\", \"updated_at\":\"2025-10-30T16:20:59.041275Z\", \"type\":\"kapsule\", \"name\":\"test-pool-minimal\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"calico\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"minimal\"], \"cluster_url\":\"https://bd51a0ad-80a1-4d46-8acb-9adaa4108410.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.bd51a0ad-80a1-4d46-8acb-9adaa4108410.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"dd4ca113-1e98-4ef4-851b-44e9acdda76c\", \"commitment_ends_at\":\"2025-10-30T16:18:48.262121Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"1797d43b-5d04-471b-80f7-5036f26b7d01\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1633" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:25:37 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - fe6dc0e1-9e01-4b25-9015-39dd5ece1890 + status: 200 OK + code: 200 + duration: 21.594108ms +- id: 117 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + form: + order_by: + - created_at_desc + project_id: + - 105bdce1-64c0-48ab-899d-868455867ecf + resource_name: + - scw-test-pool-minimal-test-pool-minimal-21553d + resource_type: + - unknown_type + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/ipam/v1/regions/fr-par/ips?order_by=created_at_desc&project_id=105bdce1-64c0-48ab-899d-868455867ecf&resource_name=scw-test-pool-minimal-test-pool-minimal-21553d&resource_type=unknown_type + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1122 + body: "{\"total_count\":2, \"ips\":[{\"id\":\"28c1d7a8-0419-4979-8eec-043331fe2c84\", \"address\":\"fd5f:519c:6d46:22e5:34fe:8c68:418c:3ac7/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":true, \"created_at\":\"2025-10-30T16:25:01.810746Z\", \"updated_at\":\"2025-10-30T16:25:01.810746Z\", \"source\":{\"subnet_id\":\"d7af6fd0-cb67-4b07-9c7f-5555b52eee58\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"a36f58d2-bfe1-4eca-86d9-f9c78f19628f\", \"mac_address\":\"02:00:00:1A:35:26\", \"name\":\"scw-test-pool-minimal-test-pool-minimal-21553d\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}, {\"id\":\"454ad022-4c4c-4a26-b209-e5a4b0c0f6b7\", \"address\":\"172.18.88.3/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":false, \"created_at\":\"2025-10-30T16:25:01.646647Z\", \"updated_at\":\"2025-10-30T16:25:01.646647Z\", \"source\":{\"subnet_id\":\"0bede021-b29d-4922-8b51-970671def39d\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"a36f58d2-bfe1-4eca-86d9-f9c78f19628f\", \"mac_address\":\"02:00:00:1A:35:26\", \"name\":\"scw-test-pool-minimal-test-pool-minimal-21553d\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}]}" + headers: + Content-Length: + - "1122" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:25:37 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 4020a109-583d-4507-af42-7d8aa731818f + status: 200 OK + code: 200 + duration: 25.361279ms +- id: 118 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/bd51a0ad-80a1-4d46-8acb-9adaa4108410 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1633 + body: "{\"region\":\"fr-par\", \"id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:48.262115Z\", \"updated_at\":\"2025-10-30T16:20:59.041275Z\", \"type\":\"kapsule\", \"name\":\"test-pool-minimal\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"calico\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"minimal\"], \"cluster_url\":\"https://bd51a0ad-80a1-4d46-8acb-9adaa4108410.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.bd51a0ad-80a1-4d46-8acb-9adaa4108410.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"dd4ca113-1e98-4ef4-851b-44e9acdda76c\", \"commitment_ends_at\":\"2025-10-30T16:18:48.262121Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"1797d43b-5d04-471b-80f7-5036f26b7d01\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1633" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:25:38 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - c54ccde2-f9a6-46aa-a6fe-f22d2fd30409 + status: 200 OK + code: 200 + duration: 30.159674ms +- id: 119 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 322 + host: api.scaleway.com + body: "{\"name\":\"test-pool-minimal-2\",\"node_type\":\"pro2_xxs\",\"autoscaling\":true,\"size\":1,\"min_size\":1,\"max_size\":1,\"container_runtime\":\"containerd\",\"autohealing\":true,\"tags\":[\"terraform-test\",\"scaleway_k8s_cluster\",\"minimal\"],\"kubelet_args\":{},\"zone\":\"fr-par-1\",\"root_volume_type\":\"default_volume_type\",\"public_ip_disabled\":false}" + headers: + Content-Type: + - application/json + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/bd51a0ad-80a1-4d46-8acb-9adaa4108410/pools + method: POST + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 769 + body: "{\"region\":\"fr-par\", \"id\":\"329660c2-2ae9-4907-a4cc-c8ae7ce7ca37\", \"cluster_id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"created_at\":\"2025-10-30T16:25:38.114247Z\", \"updated_at\":\"2025-10-30T16:25:38.114247Z\", \"name\":\"test-pool-minimal-2\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"minimal\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "769" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:25:38 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 50275021-276d-47d4-ad8c-bb0ce1e1375f + status: 200 OK + code: 200 + duration: 136.084576ms +- id: 120 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/329660c2-2ae9-4907-a4cc-c8ae7ce7ca37 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 769 + body: "{\"region\":\"fr-par\", \"id\":\"329660c2-2ae9-4907-a4cc-c8ae7ce7ca37\", \"cluster_id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"created_at\":\"2025-10-30T16:25:38.114247Z\", \"updated_at\":\"2025-10-30T16:25:38.114247Z\", \"name\":\"test-pool-minimal-2\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"minimal\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "769" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:25:38 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - aa5be9c9-2e24-4523-ab61-4146d687f9e4 + status: 200 OK + code: 200 + duration: 20.658943ms +- id: 121 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/329660c2-2ae9-4907-a4cc-c8ae7ce7ca37 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 769 + body: "{\"region\":\"fr-par\", \"id\":\"329660c2-2ae9-4907-a4cc-c8ae7ce7ca37\", \"cluster_id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"created_at\":\"2025-10-30T16:25:38.114247Z\", \"updated_at\":\"2025-10-30T16:25:38.114247Z\", \"name\":\"test-pool-minimal-2\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"minimal\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "769" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:25:43 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 67adf187-b268-4148-ad6d-c8c50fe2bbf8 + status: 200 OK + code: 200 + duration: 82.406432ms +- id: 122 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/329660c2-2ae9-4907-a4cc-c8ae7ce7ca37 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 769 + body: "{\"region\":\"fr-par\", \"id\":\"329660c2-2ae9-4907-a4cc-c8ae7ce7ca37\", \"cluster_id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"created_at\":\"2025-10-30T16:25:38.114247Z\", \"updated_at\":\"2025-10-30T16:25:38.114247Z\", \"name\":\"test-pool-minimal-2\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"minimal\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "769" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:25:48 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 6dd35212-5b29-404e-b2bd-0d5af1c790ff + status: 200 OK + code: 200 + duration: 85.861928ms +- id: 123 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/329660c2-2ae9-4907-a4cc-c8ae7ce7ca37 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 769 + body: "{\"region\":\"fr-par\", \"id\":\"329660c2-2ae9-4907-a4cc-c8ae7ce7ca37\", \"cluster_id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"created_at\":\"2025-10-30T16:25:38.114247Z\", \"updated_at\":\"2025-10-30T16:25:38.114247Z\", \"name\":\"test-pool-minimal-2\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"minimal\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "769" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:25:53 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - c17b078f-c8ba-4d45-ae18-a63f85a366b7 + status: 200 OK + code: 200 + duration: 93.448666ms +- id: 124 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/329660c2-2ae9-4907-a4cc-c8ae7ce7ca37 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 769 + body: "{\"region\":\"fr-par\", \"id\":\"329660c2-2ae9-4907-a4cc-c8ae7ce7ca37\", \"cluster_id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"created_at\":\"2025-10-30T16:25:38.114247Z\", \"updated_at\":\"2025-10-30T16:25:38.114247Z\", \"name\":\"test-pool-minimal-2\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"minimal\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "769" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:25:58 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 25287992-ec0a-49f5-80e0-4ba214d09c24 + status: 200 OK + code: 200 + duration: 90.943634ms +- id: 125 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/329660c2-2ae9-4907-a4cc-c8ae7ce7ca37 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 769 + body: "{\"region\":\"fr-par\", \"id\":\"329660c2-2ae9-4907-a4cc-c8ae7ce7ca37\", \"cluster_id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"created_at\":\"2025-10-30T16:25:38.114247Z\", \"updated_at\":\"2025-10-30T16:25:38.114247Z\", \"name\":\"test-pool-minimal-2\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"minimal\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "769" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:26:03 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 5aeafe40-8ebc-45b2-a47f-aff012bce61e + status: 200 OK + code: 200 + duration: 87.46697ms +- id: 126 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/329660c2-2ae9-4907-a4cc-c8ae7ce7ca37 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 769 + body: "{\"region\":\"fr-par\", \"id\":\"329660c2-2ae9-4907-a4cc-c8ae7ce7ca37\", \"cluster_id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"created_at\":\"2025-10-30T16:25:38.114247Z\", \"updated_at\":\"2025-10-30T16:25:38.114247Z\", \"name\":\"test-pool-minimal-2\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"minimal\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "769" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:26:08 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - fb7fd456-2a4d-4bcb-a742-aa83effe5248 + status: 200 OK + code: 200 + duration: 99.843789ms +- id: 127 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/329660c2-2ae9-4907-a4cc-c8ae7ce7ca37 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 769 + body: "{\"region\":\"fr-par\", \"id\":\"329660c2-2ae9-4907-a4cc-c8ae7ce7ca37\", \"cluster_id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"created_at\":\"2025-10-30T16:25:38.114247Z\", \"updated_at\":\"2025-10-30T16:25:38.114247Z\", \"name\":\"test-pool-minimal-2\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"minimal\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "769" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:26:13 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 19d3300b-8ca9-427d-8055-daa5cb63798b + status: 200 OK + code: 200 + duration: 81.114157ms +- id: 128 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/329660c2-2ae9-4907-a4cc-c8ae7ce7ca37 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 769 + body: "{\"region\":\"fr-par\", \"id\":\"329660c2-2ae9-4907-a4cc-c8ae7ce7ca37\", \"cluster_id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"created_at\":\"2025-10-30T16:25:38.114247Z\", \"updated_at\":\"2025-10-30T16:25:38.114247Z\", \"name\":\"test-pool-minimal-2\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"minimal\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "769" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:26:18 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 31f48de9-f37d-4579-8bd0-b9593bc1ebfc + status: 200 OK + code: 200 + duration: 81.514077ms +- id: 129 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/329660c2-2ae9-4907-a4cc-c8ae7ce7ca37 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 769 + body: "{\"region\":\"fr-par\", \"id\":\"329660c2-2ae9-4907-a4cc-c8ae7ce7ca37\", \"cluster_id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"created_at\":\"2025-10-30T16:25:38.114247Z\", \"updated_at\":\"2025-10-30T16:25:38.114247Z\", \"name\":\"test-pool-minimal-2\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"minimal\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "769" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:26:24 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 519951b9-d29b-4e8b-9303-ba6e5d15dac3 + status: 200 OK + code: 200 + duration: 85.835919ms +- id: 130 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/329660c2-2ae9-4907-a4cc-c8ae7ce7ca37 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 769 + body: "{\"region\":\"fr-par\", \"id\":\"329660c2-2ae9-4907-a4cc-c8ae7ce7ca37\", \"cluster_id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"created_at\":\"2025-10-30T16:25:38.114247Z\", \"updated_at\":\"2025-10-30T16:25:38.114247Z\", \"name\":\"test-pool-minimal-2\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"minimal\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "769" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:26:29 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 5798eab3-3502-427b-82c4-3ffc857036de + status: 200 OK + code: 200 + duration: 92.803666ms +- id: 131 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/329660c2-2ae9-4907-a4cc-c8ae7ce7ca37 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 769 + body: "{\"region\":\"fr-par\", \"id\":\"329660c2-2ae9-4907-a4cc-c8ae7ce7ca37\", \"cluster_id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"created_at\":\"2025-10-30T16:25:38.114247Z\", \"updated_at\":\"2025-10-30T16:25:38.114247Z\", \"name\":\"test-pool-minimal-2\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"minimal\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "769" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:26:34 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 0c670000-f1a5-4b4f-94ee-5168fa1d643a + status: 200 OK + code: 200 + duration: 106.879814ms +- id: 132 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/329660c2-2ae9-4907-a4cc-c8ae7ce7ca37 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 769 + body: "{\"region\":\"fr-par\", \"id\":\"329660c2-2ae9-4907-a4cc-c8ae7ce7ca37\", \"cluster_id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"created_at\":\"2025-10-30T16:25:38.114247Z\", \"updated_at\":\"2025-10-30T16:25:38.114247Z\", \"name\":\"test-pool-minimal-2\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"minimal\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "769" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:26:39 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - d4359c08-68b3-46d8-abc9-d2b43780d6a8 + status: 200 OK + code: 200 + duration: 80.733512ms +- id: 133 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/329660c2-2ae9-4907-a4cc-c8ae7ce7ca37 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 769 + body: "{\"region\":\"fr-par\", \"id\":\"329660c2-2ae9-4907-a4cc-c8ae7ce7ca37\", \"cluster_id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"created_at\":\"2025-10-30T16:25:38.114247Z\", \"updated_at\":\"2025-10-30T16:25:38.114247Z\", \"name\":\"test-pool-minimal-2\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"minimal\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "769" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:26:44 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 021906f1-215c-492b-9173-913ed75da513 + status: 200 OK + code: 200 + duration: 97.892727ms +- id: 134 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/329660c2-2ae9-4907-a4cc-c8ae7ce7ca37 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 769 + body: "{\"region\":\"fr-par\", \"id\":\"329660c2-2ae9-4907-a4cc-c8ae7ce7ca37\", \"cluster_id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"created_at\":\"2025-10-30T16:25:38.114247Z\", \"updated_at\":\"2025-10-30T16:25:38.114247Z\", \"name\":\"test-pool-minimal-2\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"minimal\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "769" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:26:49 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 58193afa-b2ca-4268-ba87-fc59af8c4bb7 + status: 200 OK + code: 200 + duration: 106.548472ms +- id: 135 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/329660c2-2ae9-4907-a4cc-c8ae7ce7ca37 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 767 + body: "{\"region\":\"fr-par\", \"id\":\"329660c2-2ae9-4907-a4cc-c8ae7ce7ca37\", \"cluster_id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"created_at\":\"2025-10-30T16:25:38.114247Z\", \"updated_at\":\"2025-10-30T16:26:51.176616Z\", \"name\":\"test-pool-minimal-2\", \"status\":\"ready\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"minimal\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "767" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:26:54 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 2f2c2dcc-9914-463a-b39c-863142d0df93 + status: 200 OK + code: 200 + duration: 99.099943ms +- id: 136 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/bd51a0ad-80a1-4d46-8acb-9adaa4108410 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1633 + body: "{\"region\":\"fr-par\", \"id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:48.262115Z\", \"updated_at\":\"2025-10-30T16:20:59.041275Z\", \"type\":\"kapsule\", \"name\":\"test-pool-minimal\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"calico\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"minimal\"], \"cluster_url\":\"https://bd51a0ad-80a1-4d46-8acb-9adaa4108410.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.bd51a0ad-80a1-4d46-8acb-9adaa4108410.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"dd4ca113-1e98-4ef4-851b-44e9acdda76c\", \"commitment_ends_at\":\"2025-10-30T16:18:48.262121Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"1797d43b-5d04-471b-80f7-5036f26b7d01\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1633" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:26:54 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 1af88b9d-a50b-4c75-8653-f54ebee0d17f + status: 200 OK + code: 200 + duration: 95.72046ms +- id: 137 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/329660c2-2ae9-4907-a4cc-c8ae7ce7ca37 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 767 + body: "{\"region\":\"fr-par\", \"id\":\"329660c2-2ae9-4907-a4cc-c8ae7ce7ca37\", \"cluster_id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"created_at\":\"2025-10-30T16:25:38.114247Z\", \"updated_at\":\"2025-10-30T16:26:51.176616Z\", \"name\":\"test-pool-minimal-2\", \"status\":\"ready\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"minimal\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "767" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:26:54 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 625ec0b2-b462-47a9-90ec-5a061a4e4461 + status: 200 OK + code: 200 + duration: 22.862619ms +- id: 138 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + form: + order_by: + - created_at_asc + page: + - "1" + pool_id: + - 329660c2-2ae9-4907-a4cc-c8ae7ce7ca37 + status: + - unknown + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/bd51a0ad-80a1-4d46-8acb-9adaa4108410/nodes?order_by=created_at_asc&page=1&pool_id=329660c2-2ae9-4907-a4cc-c8ae7ce7ca37&status=unknown + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 621 + body: "{\"total_count\":1, \"nodes\":[{\"region\":\"fr-par\", \"id\":\"a34ec0fd-a4f8-487d-813f-5d14369a67cf\", \"cluster_id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"created_at\":\"2025-10-30T16:25:38.865038Z\", \"updated_at\":\"2025-10-30T16:26:51.162742Z\", \"pool_id\":\"329660c2-2ae9-4907-a4cc-c8ae7ce7ca37\", \"status\":\"ready\", \"conditions\":{\"DiskPressure\":\"False\", \"MemoryPressure\":\"False\", \"PIDPressure\":\"False\", \"Ready\":\"True\"}, \"name\":\"scw-test-pool-minima-test-pool-minimal--a34ec0\", \"public_ip_v4\":\"163.172.149.221\", \"public_ip_v6\":null, \"provider_id\":\"scaleway://instance/fr-par-1/3e5635e7-8f2f-42aa-a116-98563cdca504\", \"error_message\":\"\"}]}" + headers: + Content-Length: + - "621" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:26:54 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 85f08e00-4b27-4cf0-a661-aa47d271850d + status: 200 OK + code: 200 + duration: 28.886976ms +- id: 139 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/bd51a0ad-80a1-4d46-8acb-9adaa4108410 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1633 + body: "{\"region\":\"fr-par\", \"id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:48.262115Z\", \"updated_at\":\"2025-10-30T16:20:59.041275Z\", \"type\":\"kapsule\", \"name\":\"test-pool-minimal\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"calico\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"minimal\"], \"cluster_url\":\"https://bd51a0ad-80a1-4d46-8acb-9adaa4108410.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.bd51a0ad-80a1-4d46-8acb-9adaa4108410.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"dd4ca113-1e98-4ef4-851b-44e9acdda76c\", \"commitment_ends_at\":\"2025-10-30T16:18:48.262121Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"1797d43b-5d04-471b-80f7-5036f26b7d01\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1633" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:26:54 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - d5baba83-1f10-49e7-9fdf-f43bdb8dd75b + status: 200 OK + code: 200 + duration: 25.242847ms +- id: 140 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + form: + order_by: + - created_at_desc + project_id: + - 105bdce1-64c0-48ab-899d-868455867ecf + resource_name: + - scw-test-pool-minima-test-pool-minimal--a34ec0 + resource_type: + - unknown_type + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/ipam/v1/regions/fr-par/ips?order_by=created_at_desc&project_id=105bdce1-64c0-48ab-899d-868455867ecf&resource_name=scw-test-pool-minima-test-pool-minimal--a34ec0&resource_type=unknown_type + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1122 + body: "{\"total_count\":2, \"ips\":[{\"id\":\"7102e233-ba57-4ba2-b095-2185253ca639\", \"address\":\"fd5f:519c:6d46:22e5:262f:9818:9285:6eef/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":true, \"created_at\":\"2025-10-30T16:25:41.959447Z\", \"updated_at\":\"2025-10-30T16:25:41.959447Z\", \"source\":{\"subnet_id\":\"d7af6fd0-cb67-4b07-9c7f-5555b52eee58\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"3c992745-903c-4151-a853-06d914135ecd\", \"mac_address\":\"02:00:00:13:F4:69\", \"name\":\"scw-test-pool-minima-test-pool-minimal--a34ec0\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}, {\"id\":\"1eba195d-6bd2-4600-8adb-69d607981d6f\", \"address\":\"172.18.88.4/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":false, \"created_at\":\"2025-10-30T16:25:41.841664Z\", \"updated_at\":\"2025-10-30T16:25:41.841664Z\", \"source\":{\"subnet_id\":\"0bede021-b29d-4922-8b51-970671def39d\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"3c992745-903c-4151-a853-06d914135ecd\", \"mac_address\":\"02:00:00:13:F4:69\", \"name\":\"scw-test-pool-minima-test-pool-minimal--a34ec0\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}]}" + headers: + Content-Length: + - "1122" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:26:54 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 95a8e94f-100b-4628-b3d3-60c2f2f11b77 + status: 200 OK + code: 200 + duration: 40.654872ms +- id: 141 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/bd51a0ad-80a1-4d46-8acb-9adaa4108410 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1633 + body: "{\"region\":\"fr-par\", \"id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:48.262115Z\", \"updated_at\":\"2025-10-30T16:20:59.041275Z\", \"type\":\"kapsule\", \"name\":\"test-pool-minimal\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"calico\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"minimal\"], \"cluster_url\":\"https://bd51a0ad-80a1-4d46-8acb-9adaa4108410.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.bd51a0ad-80a1-4d46-8acb-9adaa4108410.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"dd4ca113-1e98-4ef4-851b-44e9acdda76c\", \"commitment_ends_at\":\"2025-10-30T16:18:48.262121Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"1797d43b-5d04-471b-80f7-5036f26b7d01\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1633" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:26:54 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 5cb93efc-fdcc-4108-93df-8bb83f708aae + status: 200 OK + code: 200 + duration: 20.808814ms +- id: 142 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/329660c2-2ae9-4907-a4cc-c8ae7ce7ca37 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 767 + body: "{\"region\":\"fr-par\", \"id\":\"329660c2-2ae9-4907-a4cc-c8ae7ce7ca37\", \"cluster_id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"created_at\":\"2025-10-30T16:25:38.114247Z\", \"updated_at\":\"2025-10-30T16:26:51.176616Z\", \"name\":\"test-pool-minimal-2\", \"status\":\"ready\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"minimal\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "767" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:26:54 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 8276989c-afe9-418a-99da-6683c24d6db3 + status: 200 OK + code: 200 + duration: 23.027439ms +- id: 143 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + form: + order_by: + - created_at_asc + pool_id: + - 76a92752-3eea-4625-b05e-532277914a3a + status: + - unknown + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/bd51a0ad-80a1-4d46-8acb-9adaa4108410/nodes?order_by=created_at_asc&pool_id=76a92752-3eea-4625-b05e-532277914a3a&status=unknown + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 649 + body: "{\"total_count\":1, \"nodes\":[{\"region\":\"fr-par\", \"id\":\"21553d0d-15c0-4b71-b557-7efd0d478398\", \"cluster_id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"created_at\":\"2025-10-30T16:24:58.266436Z\", \"updated_at\":\"2025-10-30T16:26:51.139802Z\", \"pool_id\":\"76a92752-3eea-4625-b05e-532277914a3a\", \"status\":\"ready\", \"conditions\":{\"DiskPressure\":\"False\", \"MemoryPressure\":\"False\", \"NetworkUnavailable\":\"False\", \"PIDPressure\":\"False\", \"Ready\":\"True\"}, \"name\":\"scw-test-pool-minimal-test-pool-minimal-21553d\", \"public_ip_v4\":\"51.15.236.240\", \"public_ip_v6\":null, \"provider_id\":\"scaleway://instance/fr-par-1/fb51e515-671f-4e80-875b-52c3de6157e9\", \"error_message\":\"\"}]}" + headers: + Content-Length: + - "649" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:26:55 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 202c1bf0-1807-4973-b37d-06b2fbdd37b4 + status: 200 OK + code: 200 + duration: 33.788766ms +- id: 144 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/fb51e515-671f-4e80-875b-52c3de6157e9 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 3815 + body: "{\"server\": {\"id\": \"fb51e515-671f-4e80-875b-52c3de6157e9\", \"name\": \"scw-test-pool-minimal-test-pool-minimal-21553d\", \"arch\": \"x86_64\", \"commercial_type\": \"PRO2-XXS\", \"boot_type\": \"local\", \"organization\": \"105bdce1-64c0-48ab-899d-868455867ecf\", \"project\": \"105bdce1-64c0-48ab-899d-868455867ecf\", \"hostname\": \"scw-test-pool-minimal-test-pool-minimal-21553d\", \"image\": {\"id\": \"5b4b5f3f-c2a1-451e-8603-4c0179b4de03\", \"name\": \"k8s_base_node_instance\", \"organization\": \"51b656e3-4865-41e8-adbc-0c45bdd780db\", \"project\": \"51b656e3-4865-41e8-adbc-0c45bdd780db\", \"root_volume\": {\"volume_type\": \"sbs_snapshot\", \"id\": \"c6b09a14-4a4d-44cd-a772-4f235fef4826\", \"size\": 0, \"name\": \"\"}, \"extra_volumes\": {}, \"public\": true, \"arch\": \"x86_64\", \"creation_date\": \"2025-10-27T10:01:33.994085+00:00\", \"modification_date\": \"2025-10-27T10:01:33.994085+00:00\", \"default_bootscript\": null, \"from_server\": \"\", \"state\": \"available\", \"tags\": [], \"zone\": \"fr-par-1\"}, \"volumes\": {\"0\": {\"boot\": true, \"volume_type\": \"sbs_volume\", \"id\": \"bbd33d9f-6a04-4271-be87-174a742b855c\", \"state\": \"available\", \"zone\": \"fr-par-1\"}}, \"tags\": [\"kapsule=bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"pool=76a92752-3eea-4625-b05e-532277914a3a\", \"pool-name=test-pool-minimal\", \"runtime=containerd\", \"managed=true\", \"terraform-test\", \"scaleway_k8s_cluster\", \"default\", \"node=21553d0d-15c0-4b71-b557-7efd0d478398\"], \"state\": \"running\", \"protected\": false, \"state_detail\": \"booting kernel\", \"public_ip\": {\"id\": \"65a60f6b-fa89-4e49-bc25-fced17fa3df3\", \"address\": \"51.15.236.240\", \"dynamic\": false, \"gateway\": \"62.210.0.1\", \"netmask\": \"32\", \"family\": \"inet\", \"provisioning_mode\": \"dhcp\", \"tags\": [\"kapsule=bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"node-name=scw-test-pool-minimal-test-pool-minimal-21553d\"], \"state\": \"attached\", \"ipam_id\": \"d13243cf-f7a2-47a2-82cb-b82803e8ab66\"}, \"public_ips\": [{\"id\": \"65a60f6b-fa89-4e49-bc25-fced17fa3df3\", \"address\": \"51.15.236.240\", \"dynamic\": false, \"gateway\": \"62.210.0.1\", \"netmask\": \"32\", \"family\": \"inet\", \"provisioning_mode\": \"dhcp\", \"tags\": [\"kapsule=bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"node-name=scw-test-pool-minimal-test-pool-minimal-21553d\"], \"state\": \"attached\", \"ipam_id\": \"d13243cf-f7a2-47a2-82cb-b82803e8ab66\"}, {\"id\": \"6e0fde74-7588-46f5-9ca0-c0791b471188\", \"address\": \"2001:bc8:710:404b:dc00:ff:fed0:7057\", \"dynamic\": false, \"gateway\": \"fe80::dc00:ff:fed0:7058\", \"netmask\": \"64\", \"family\": \"inet6\", \"provisioning_mode\": \"slaac\", \"tags\": [\"kapsule=bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"node-name=scw-test-pool-minimal-test-pool-minimal-21553d\"], \"state\": \"attached\", \"ipam_id\": \"2df7f8b1-6bd3-43dd-b660-b453c3836e98\"}], \"mac_address\": \"de:00:00:d0:70:57\", \"routed_ip_enabled\": true, \"ipv6\": null, \"extra_networks\": [], \"dynamic_ip_required\": false, \"enable_ipv6\": false, \"private_ip\": null, \"creation_date\": \"2025-10-30T16:24:58.918229+00:00\", \"modification_date\": \"2025-10-30T16:25:05.142326+00:00\", \"bootscript\": null, \"security_group\": {\"id\": \"4ef16f7a-478c-4b72-b932-982f4b04974b\", \"name\": \"Kapsule default security group\"}, \"location\": {\"zone_id\": \"fr-par-1\", \"platform_id\": \"14\", \"cluster_id\": \"12\", \"hypervisor_id\": \"101\", \"node_id\": \"31\"}, \"maintenances\": [], \"allowed_actions\": [\"poweroff\", \"terminate\", \"reboot\", \"stop_in_place\", \"backup\"], \"placement_group\": null, \"private_nics\": [{\"id\": \"a36f58d2-bfe1-4eca-86d9-f9c78f19628f\", \"private_network_id\": \"dd4ca113-1e98-4ef4-851b-44e9acdda76c\", \"server_id\": \"fb51e515-671f-4e80-875b-52c3de6157e9\", \"mac_address\": \"02:00:00:1a:35:26\", \"state\": \"available\", \"creation_date\": \"2025-10-30T16:25:01.398380+00:00\", \"modification_date\": \"2025-10-30T16:25:01.565852+00:00\", \"zone\": \"fr-par-1\", \"tags\": [], \"ipam_ip_ids\": [\"454ad022-4c4c-4a26-b209-e5a4b0c0f6b7\", \"28c1d7a8-0419-4979-8eec-043331fe2c84\"]}], \"zone\": \"fr-par-1\", \"filesystems\": [], \"end_of_service\": false}}" + headers: + Content-Length: + - "3815" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:26:55 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 66007838-59cb-42d3-8749-6c751fce696e + status: 200 OK + code: 200 + duration: 173.298711ms +- id: 145 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + form: + order_by: + - created_at_asc + pool_id: + - 329660c2-2ae9-4907-a4cc-c8ae7ce7ca37 + status: + - unknown + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/bd51a0ad-80a1-4d46-8acb-9adaa4108410/nodes?order_by=created_at_asc&pool_id=329660c2-2ae9-4907-a4cc-c8ae7ce7ca37&status=unknown + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 621 + body: "{\"total_count\":1, \"nodes\":[{\"region\":\"fr-par\", \"id\":\"a34ec0fd-a4f8-487d-813f-5d14369a67cf\", \"cluster_id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"created_at\":\"2025-10-30T16:25:38.865038Z\", \"updated_at\":\"2025-10-30T16:26:51.162742Z\", \"pool_id\":\"329660c2-2ae9-4907-a4cc-c8ae7ce7ca37\", \"status\":\"ready\", \"conditions\":{\"DiskPressure\":\"False\", \"MemoryPressure\":\"False\", \"PIDPressure\":\"False\", \"Ready\":\"True\"}, \"name\":\"scw-test-pool-minima-test-pool-minimal--a34ec0\", \"public_ip_v4\":\"163.172.149.221\", \"public_ip_v6\":null, \"provider_id\":\"scaleway://instance/fr-par-1/3e5635e7-8f2f-42aa-a116-98563cdca504\", \"error_message\":\"\"}]}" + headers: + Content-Length: + - "621" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:26:55 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 1e35ac18-3a79-462b-93aa-b9d7791aef0b + status: 200 OK + code: 200 + duration: 33.9295ms +- id: 146 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/3e5635e7-8f2f-42aa-a116-98563cdca504 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 3820 + body: "{\"server\": {\"id\": \"3e5635e7-8f2f-42aa-a116-98563cdca504\", \"name\": \"scw-test-pool-minima-test-pool-minimal--a34ec0\", \"arch\": \"x86_64\", \"commercial_type\": \"PRO2-XXS\", \"boot_type\": \"local\", \"organization\": \"105bdce1-64c0-48ab-899d-868455867ecf\", \"project\": \"105bdce1-64c0-48ab-899d-868455867ecf\", \"hostname\": \"scw-test-pool-minima-test-pool-minimal--a34ec0\", \"image\": {\"id\": \"5b4b5f3f-c2a1-451e-8603-4c0179b4de03\", \"name\": \"k8s_base_node_instance\", \"organization\": \"51b656e3-4865-41e8-adbc-0c45bdd780db\", \"project\": \"51b656e3-4865-41e8-adbc-0c45bdd780db\", \"root_volume\": {\"volume_type\": \"sbs_snapshot\", \"id\": \"c6b09a14-4a4d-44cd-a772-4f235fef4826\", \"size\": 0, \"name\": \"\"}, \"extra_volumes\": {}, \"public\": true, \"arch\": \"x86_64\", \"creation_date\": \"2025-10-27T10:01:33.994085+00:00\", \"modification_date\": \"2025-10-27T10:01:33.994085+00:00\", \"default_bootscript\": null, \"from_server\": \"\", \"state\": \"available\", \"tags\": [], \"zone\": \"fr-par-1\"}, \"volumes\": {\"0\": {\"boot\": true, \"volume_type\": \"sbs_volume\", \"id\": \"c8a640a9-01ac-4b74-8930-96ec93542099\", \"state\": \"available\", \"zone\": \"fr-par-1\"}}, \"tags\": [\"kapsule=bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"pool=329660c2-2ae9-4907-a4cc-c8ae7ce7ca37\", \"pool-name=test-pool-minimal-2\", \"runtime=containerd\", \"managed=true\", \"terraform-test\", \"scaleway_k8s_cluster\", \"minimal\", \"node=a34ec0fd-a4f8-487d-813f-5d14369a67cf\"], \"state\": \"running\", \"protected\": false, \"state_detail\": \"booting kernel\", \"public_ip\": {\"id\": \"5e1fe2cf-537e-4763-9643-89980a20a0b0\", \"address\": \"163.172.149.221\", \"dynamic\": false, \"gateway\": \"62.210.0.1\", \"netmask\": \"32\", \"family\": \"inet\", \"provisioning_mode\": \"dhcp\", \"tags\": [\"kapsule=bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"node-name=scw-test-pool-minima-test-pool-minimal--a34ec0\"], \"state\": \"attached\", \"ipam_id\": \"21d59ed8-ebc0-4f71-8ca2-cf8643f94e4c\"}, \"public_ips\": [{\"id\": \"5e1fe2cf-537e-4763-9643-89980a20a0b0\", \"address\": \"163.172.149.221\", \"dynamic\": false, \"gateway\": \"62.210.0.1\", \"netmask\": \"32\", \"family\": \"inet\", \"provisioning_mode\": \"dhcp\", \"tags\": [\"kapsule=bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"node-name=scw-test-pool-minima-test-pool-minimal--a34ec0\"], \"state\": \"attached\", \"ipam_id\": \"21d59ed8-ebc0-4f71-8ca2-cf8643f94e4c\"}, {\"id\": \"e5cc1ffc-127d-4888-871f-7b6927753964\", \"address\": \"2001:bc8:710:d34f:dc00:ff:fed0:706b\", \"dynamic\": false, \"gateway\": \"fe80::dc00:ff:fed0:706c\", \"netmask\": \"64\", \"family\": \"inet6\", \"provisioning_mode\": \"slaac\", \"tags\": [\"kapsule=bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"node-name=scw-test-pool-minima-test-pool-minimal--a34ec0\"], \"state\": \"attached\", \"ipam_id\": \"242e2406-8cc8-4b0a-9493-e0a44c09754b\"}], \"mac_address\": \"de:00:00:d0:70:6b\", \"routed_ip_enabled\": true, \"ipv6\": null, \"extra_networks\": [], \"dynamic_ip_required\": false, \"enable_ipv6\": false, \"private_ip\": null, \"creation_date\": \"2025-10-30T16:25:39.497701+00:00\", \"modification_date\": \"2025-10-30T16:25:44.467868+00:00\", \"bootscript\": null, \"security_group\": {\"id\": \"4ef16f7a-478c-4b72-b932-982f4b04974b\", \"name\": \"Kapsule default security group\"}, \"location\": {\"zone_id\": \"fr-par-1\", \"platform_id\": \"14\", \"cluster_id\": \"33\", \"hypervisor_id\": \"901\", \"node_id\": \"8\"}, \"maintenances\": [], \"allowed_actions\": [\"poweroff\", \"terminate\", \"reboot\", \"stop_in_place\", \"backup\"], \"placement_group\": null, \"private_nics\": [{\"id\": \"3c992745-903c-4151-a853-06d914135ecd\", \"private_network_id\": \"dd4ca113-1e98-4ef4-851b-44e9acdda76c\", \"server_id\": \"3e5635e7-8f2f-42aa-a116-98563cdca504\", \"mac_address\": \"02:00:00:13:f4:69\", \"state\": \"available\", \"creation_date\": \"2025-10-30T16:25:41.644718+00:00\", \"modification_date\": \"2025-10-30T16:25:41.763638+00:00\", \"zone\": \"fr-par-1\", \"tags\": [], \"ipam_ip_ids\": [\"1eba195d-6bd2-4600-8adb-69d607981d6f\", \"7102e233-ba57-4ba2-b095-2185253ca639\"]}], \"zone\": \"fr-par-1\", \"filesystems\": [], \"end_of_service\": false}}" + headers: + Content-Length: + - "3820" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:26:55 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 34a8f5f9-fd18-407d-9522-84f8a061dabe + status: 200 OK + code: 200 + duration: 143.195642ms +- id: 147 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/vpc/v2/regions/fr-par/vpcs/fb5cd7b8-e592-4b6e-8216-66fca3c089b6 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 422 + body: "{\"id\":\"fb5cd7b8-e592-4b6e-8216-66fca3c089b6\", \"name\":\"tf-vpc-friendly-williams\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:47.163149Z\", \"updated_at\":\"2025-10-30T16:18:47.163149Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_default\":false, \"private_network_count\":1, \"routing_enabled\":true, \"custom_routes_propagation_enabled\":true, \"region\":\"fr-par\"}" + headers: + Content-Length: + - "422" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:26:55 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - fa01cc3d-5241-4def-917c-ab7a00e62c5c + status: 200 OK + code: 200 + duration: 26.123649ms +- id: 148 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks/dd4ca113-1e98-4ef4-851b-44e9acdda76c + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1087 + body: "{\"id\":\"dd4ca113-1e98-4ef4-851b-44e9acdda76c\", \"name\":\"test-pool-minimal\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:47.286292Z\", \"updated_at\":\"2025-10-30T16:18:47.286292Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"subnets\":[{\"id\":\"0bede021-b29d-4922-8b51-970671def39d\", \"created_at\":\"2025-10-30T16:18:47.286292Z\", \"updated_at\":\"2025-10-30T16:18:47.286292Z\", \"subnet\":\"172.18.88.0/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"dd4ca113-1e98-4ef4-851b-44e9acdda76c\", \"vpc_id\":\"fb5cd7b8-e592-4b6e-8216-66fca3c089b6\"}, {\"id\":\"d7af6fd0-cb67-4b07-9c7f-5555b52eee58\", \"created_at\":\"2025-10-30T16:18:47.286292Z\", \"updated_at\":\"2025-10-30T16:18:47.286292Z\", \"subnet\":\"fd5f:519c:6d46:22e5::/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"dd4ca113-1e98-4ef4-851b-44e9acdda76c\", \"vpc_id\":\"fb5cd7b8-e592-4b6e-8216-66fca3c089b6\"}], \"vpc_id\":\"fb5cd7b8-e592-4b6e-8216-66fca3c089b6\", \"dhcp_enabled\":true, \"default_route_propagation_enabled\":false, \"region\":\"fr-par\"}" + headers: + Content-Length: + - "1087" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:26:55 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - a7f8dd64-972f-4453-a8e1-ec38dc21b529 + status: 200 OK + code: 200 + duration: 26.823473ms +- id: 149 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/bd51a0ad-80a1-4d46-8acb-9adaa4108410 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1633 + body: "{\"region\":\"fr-par\", \"id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:48.262115Z\", \"updated_at\":\"2025-10-30T16:20:59.041275Z\", \"type\":\"kapsule\", \"name\":\"test-pool-minimal\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"calico\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"minimal\"], \"cluster_url\":\"https://bd51a0ad-80a1-4d46-8acb-9adaa4108410.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.bd51a0ad-80a1-4d46-8acb-9adaa4108410.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"dd4ca113-1e98-4ef4-851b-44e9acdda76c\", \"commitment_ends_at\":\"2025-10-30T16:18:48.262121Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"1797d43b-5d04-471b-80f7-5036f26b7d01\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1633" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:26:55 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 2f948099-c02a-43ac-bc3d-c7962f484d67 + status: 200 OK + code: 200 + duration: 25.713549ms +- id: 150 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/bd51a0ad-80a1-4d46-8acb-9adaa4108410/kubeconfig + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1674 + body: "{\"name\":\"kubeconfig\", \"content_type\":\"application/octet-stream\", \"content\":\"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogInRlc3QtcG9vbC1taW5pbWFsIgogIGNsdXN0ZXI6CiAgICBjZXJ0aWZpY2F0ZS1hdXRob3JpdHktZGF0YTogTFMwdExTMUNSVWRKVGlCRFJWSlVTVVpKUTBGVVJTMHRMUzB0Q2sxSlNVSlhla05EUVZGSFowRjNTVUpCWjBsQ1FVUkJTMEpuWjNGb2EycFBVRkZSUkVGcVFWWk5VazEzUlZGWlJGWlJVVVJGZDNCeVpGZEtiR050Tld3S1pFZFdlazFDTkZoRVZFa3hUVlJCZVU5VVJUSk5WR2N3VDBadldFUlVUVEZOVkVGNVQxUkZNazFVWnpCUFJtOTNSbFJGVkUxQ1JVZEJNVlZGUVhoTlN3cGhNMVpwV2xoS2RWcFlVbXhqZWtKYVRVSk5SMEo1Y1VkVFRUUTVRV2RGUjBORGNVZFRUVFE1UVhkRlNFRXdTVUZDVDFJME1HNDFObkZ1TDJWQ2EwMVpDbVUzVW5aalZIZDFZbmd3ZVhZcmMySXhkMWRITWtKemFGcHpTbGw1VHpndlJFWkpiVGMzVm5RMk9YcDNNakJzZEdaQ1UyZHBSRmRwZVhKNVJXVldiV3dLU1d0eGJGVXZRMnBSYWtKQlRVRTBSMEV4VldSRWQwVkNMM2RSUlVGM1NVTndSRUZRUW1kT1ZraFNUVUpCWmpoRlFsUkJSRUZSU0M5TlFqQkhRVEZWWkFwRVoxRlhRa0pVUWxZck9XbEhiMEZUT1VwdlZtWXZkUzlxUnpnMVZWSkVOV2hxUVV0Q1oyZHhhR3RxVDFCUlVVUkJaMDVKUVVSQ1JrRnBRVEl4TW5Sb0NqWjRNMVk1YlZjMFZYTlBRM1owWWtnMk1XOUVXalpFVG1rMFVHeHdUVU5PU0ZaMWVsUjNTV2hCVDB4QlNXUkhaM1JTVFRSd0sxazNTREJYZUVVMFZrb0tlVTlQZEhaU2J6TjFkRU5TTjJWclJqZFlabmtLTFMwdExTMUZUa1FnUTBWU1ZFbEdTVU5CVkVVdExTMHRMUW89CiAgICBzZXJ2ZXI6IGh0dHBzOi8vYmQ1MWEwYWQtODBhMS00ZDQ2LThhY2ItOWFkYWE0MTA4NDEwLmFwaS5rOHMuZnItcGFyLnNjdy5jbG91ZDo2NDQzCmNvbnRleHRzOgotIG5hbWU6IGFkbWluQHRlc3QtcG9vbC1taW5pbWFsCiAgY29udGV4dDoKICAgIGNsdXN0ZXI6ICJ0ZXN0LXBvb2wtbWluaW1hbCIKICAgIHVzZXI6IHRlc3QtcG9vbC1taW5pbWFsLWFkbWluCmN1cnJlbnQtY29udGV4dDogYWRtaW5AdGVzdC1wb29sLW1pbmltYWwKa2luZDogQ29uZmlnCnByZWZlcmVuY2VzOiB7fQp1c2VyczoKLSBuYW1lOiB0ZXN0LXBvb2wtbWluaW1hbC1hZG1pbgogIHVzZXI6CiAgICB0b2tlbjogMVNaaGFUSGppY1Jid25EaVIzWHhwUDRJWENGMWJyWmlFMmZJMTBZQTBIR3JNV1dpdzE5SnROV2M=\"}" + headers: + Content-Length: + - "1674" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:26:55 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 6bf5b03f-ade1-4a77-9d40-afa90c80539b + status: 200 OK + code: 200 + duration: 89.185765ms +- id: 151 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/76a92752-3eea-4625-b05e-532277914a3a + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 765 + body: "{\"region\":\"fr-par\", \"id\":\"76a92752-3eea-4625-b05e-532277914a3a\", \"cluster_id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"created_at\":\"2025-10-30T16:18:53.744787Z\", \"updated_at\":\"2025-10-30T16:25:33.360930Z\", \"name\":\"test-pool-minimal\", \"status\":\"ready\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"default\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "765" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:26:55 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 31dd1139-76ec-4359-96d0-3f95bcbdadaa + status: 200 OK + code: 200 + duration: 77.717742ms +- id: 152 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/329660c2-2ae9-4907-a4cc-c8ae7ce7ca37 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 767 + body: "{\"region\":\"fr-par\", \"id\":\"329660c2-2ae9-4907-a4cc-c8ae7ce7ca37\", \"cluster_id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"created_at\":\"2025-10-30T16:25:38.114247Z\", \"updated_at\":\"2025-10-30T16:26:51.176616Z\", \"name\":\"test-pool-minimal-2\", \"status\":\"ready\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"minimal\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "767" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:26:55 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - f5bc1492-86a5-42c3-ae8f-016ea5fb0d9d + status: 200 OK + code: 200 + duration: 107.689694ms +- id: 153 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + form: + order_by: + - created_at_asc + page: + - "1" + pool_id: + - 76a92752-3eea-4625-b05e-532277914a3a + status: + - unknown + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/bd51a0ad-80a1-4d46-8acb-9adaa4108410/nodes?order_by=created_at_asc&page=1&pool_id=76a92752-3eea-4625-b05e-532277914a3a&status=unknown + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 649 + body: "{\"total_count\":1, \"nodes\":[{\"region\":\"fr-par\", \"id\":\"21553d0d-15c0-4b71-b557-7efd0d478398\", \"cluster_id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"created_at\":\"2025-10-30T16:24:58.266436Z\", \"updated_at\":\"2025-10-30T16:26:51.139802Z\", \"pool_id\":\"76a92752-3eea-4625-b05e-532277914a3a\", \"status\":\"ready\", \"conditions\":{\"DiskPressure\":\"False\", \"MemoryPressure\":\"False\", \"NetworkUnavailable\":\"False\", \"PIDPressure\":\"False\", \"Ready\":\"True\"}, \"name\":\"scw-test-pool-minimal-test-pool-minimal-21553d\", \"public_ip_v4\":\"51.15.236.240\", \"public_ip_v6\":null, \"provider_id\":\"scaleway://instance/fr-par-1/fb51e515-671f-4e80-875b-52c3de6157e9\", \"error_message\":\"\"}]}" + headers: + Content-Length: + - "649" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:26:55 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 77438acf-ec58-44b1-ac2d-1b1b461367e8 + status: 200 OK + code: 200 + duration: 30.742017ms +- id: 154 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + form: + order_by: + - created_at_asc + page: + - "1" + pool_id: + - 329660c2-2ae9-4907-a4cc-c8ae7ce7ca37 + status: + - unknown + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/bd51a0ad-80a1-4d46-8acb-9adaa4108410/nodes?order_by=created_at_asc&page=1&pool_id=329660c2-2ae9-4907-a4cc-c8ae7ce7ca37&status=unknown + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 621 + body: "{\"total_count\":1, \"nodes\":[{\"region\":\"fr-par\", \"id\":\"a34ec0fd-a4f8-487d-813f-5d14369a67cf\", \"cluster_id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"created_at\":\"2025-10-30T16:25:38.865038Z\", \"updated_at\":\"2025-10-30T16:26:51.162742Z\", \"pool_id\":\"329660c2-2ae9-4907-a4cc-c8ae7ce7ca37\", \"status\":\"ready\", \"conditions\":{\"DiskPressure\":\"False\", \"MemoryPressure\":\"False\", \"PIDPressure\":\"False\", \"Ready\":\"True\"}, \"name\":\"scw-test-pool-minima-test-pool-minimal--a34ec0\", \"public_ip_v4\":\"163.172.149.221\", \"public_ip_v6\":null, \"provider_id\":\"scaleway://instance/fr-par-1/3e5635e7-8f2f-42aa-a116-98563cdca504\", \"error_message\":\"\"}]}" + headers: + Content-Length: + - "621" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:26:55 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - e775357f-4676-4b39-9a06-20923a825afa + status: 200 OK + code: 200 + duration: 22.954973ms +- id: 155 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/bd51a0ad-80a1-4d46-8acb-9adaa4108410 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1633 + body: "{\"region\":\"fr-par\", \"id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:48.262115Z\", \"updated_at\":\"2025-10-30T16:20:59.041275Z\", \"type\":\"kapsule\", \"name\":\"test-pool-minimal\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"calico\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"minimal\"], \"cluster_url\":\"https://bd51a0ad-80a1-4d46-8acb-9adaa4108410.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.bd51a0ad-80a1-4d46-8acb-9adaa4108410.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"dd4ca113-1e98-4ef4-851b-44e9acdda76c\", \"commitment_ends_at\":\"2025-10-30T16:18:48.262121Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"1797d43b-5d04-471b-80f7-5036f26b7d01\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1633" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:26:55 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - eec114d4-d2c2-4934-ac6a-cc02bd0e7b47 + status: 200 OK + code: 200 + duration: 21.909941ms +- id: 156 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/bd51a0ad-80a1-4d46-8acb-9adaa4108410 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1633 + body: "{\"region\":\"fr-par\", \"id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:48.262115Z\", \"updated_at\":\"2025-10-30T16:20:59.041275Z\", \"type\":\"kapsule\", \"name\":\"test-pool-minimal\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"calico\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"minimal\"], \"cluster_url\":\"https://bd51a0ad-80a1-4d46-8acb-9adaa4108410.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.bd51a0ad-80a1-4d46-8acb-9adaa4108410.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"dd4ca113-1e98-4ef4-851b-44e9acdda76c\", \"commitment_ends_at\":\"2025-10-30T16:18:48.262121Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"1797d43b-5d04-471b-80f7-5036f26b7d01\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1633" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:26:55 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - f6642085-7341-4f6b-b66a-34f2a612397e + status: 200 OK + code: 200 + duration: 29.013222ms +- id: 157 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + form: + order_by: + - created_at_desc + project_id: + - 105bdce1-64c0-48ab-899d-868455867ecf + resource_name: + - scw-test-pool-minimal-test-pool-minimal-21553d + resource_type: + - unknown_type + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/ipam/v1/regions/fr-par/ips?order_by=created_at_desc&project_id=105bdce1-64c0-48ab-899d-868455867ecf&resource_name=scw-test-pool-minimal-test-pool-minimal-21553d&resource_type=unknown_type + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1122 + body: "{\"total_count\":2, \"ips\":[{\"id\":\"28c1d7a8-0419-4979-8eec-043331fe2c84\", \"address\":\"fd5f:519c:6d46:22e5:34fe:8c68:418c:3ac7/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":true, \"created_at\":\"2025-10-30T16:25:01.810746Z\", \"updated_at\":\"2025-10-30T16:25:01.810746Z\", \"source\":{\"subnet_id\":\"d7af6fd0-cb67-4b07-9c7f-5555b52eee58\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"a36f58d2-bfe1-4eca-86d9-f9c78f19628f\", \"mac_address\":\"02:00:00:1A:35:26\", \"name\":\"scw-test-pool-minimal-test-pool-minimal-21553d\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}, {\"id\":\"454ad022-4c4c-4a26-b209-e5a4b0c0f6b7\", \"address\":\"172.18.88.3/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":false, \"created_at\":\"2025-10-30T16:25:01.646647Z\", \"updated_at\":\"2025-10-30T16:25:01.646647Z\", \"source\":{\"subnet_id\":\"0bede021-b29d-4922-8b51-970671def39d\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"a36f58d2-bfe1-4eca-86d9-f9c78f19628f\", \"mac_address\":\"02:00:00:1A:35:26\", \"name\":\"scw-test-pool-minimal-test-pool-minimal-21553d\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}]}" + headers: + Content-Length: + - "1122" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:26:55 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 9bdb51c3-9b74-4638-a766-e44d6eacf681 + status: 200 OK + code: 200 + duration: 29.943689ms +- id: 158 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + form: + order_by: + - created_at_desc + project_id: + - 105bdce1-64c0-48ab-899d-868455867ecf + resource_name: + - scw-test-pool-minima-test-pool-minimal--a34ec0 + resource_type: + - unknown_type + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/ipam/v1/regions/fr-par/ips?order_by=created_at_desc&project_id=105bdce1-64c0-48ab-899d-868455867ecf&resource_name=scw-test-pool-minima-test-pool-minimal--a34ec0&resource_type=unknown_type + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1122 + body: "{\"total_count\":2, \"ips\":[{\"id\":\"7102e233-ba57-4ba2-b095-2185253ca639\", \"address\":\"fd5f:519c:6d46:22e5:262f:9818:9285:6eef/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":true, \"created_at\":\"2025-10-30T16:25:41.959447Z\", \"updated_at\":\"2025-10-30T16:25:41.959447Z\", \"source\":{\"subnet_id\":\"d7af6fd0-cb67-4b07-9c7f-5555b52eee58\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"3c992745-903c-4151-a853-06d914135ecd\", \"mac_address\":\"02:00:00:13:F4:69\", \"name\":\"scw-test-pool-minima-test-pool-minimal--a34ec0\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}, {\"id\":\"1eba195d-6bd2-4600-8adb-69d607981d6f\", \"address\":\"172.18.88.4/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":false, \"created_at\":\"2025-10-30T16:25:41.841664Z\", \"updated_at\":\"2025-10-30T16:25:41.841664Z\", \"source\":{\"subnet_id\":\"0bede021-b29d-4922-8b51-970671def39d\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"3c992745-903c-4151-a853-06d914135ecd\", \"mac_address\":\"02:00:00:13:F4:69\", \"name\":\"scw-test-pool-minima-test-pool-minimal--a34ec0\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}]}" + headers: + Content-Length: + - "1122" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:26:55 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 25635619-2da8-4b01-a8b7-c12da9b71641 + status: 200 OK + code: 200 + duration: 37.969392ms +- id: 159 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/329660c2-2ae9-4907-a4cc-c8ae7ce7ca37 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 767 + body: "{\"region\":\"fr-par\", \"id\":\"329660c2-2ae9-4907-a4cc-c8ae7ce7ca37\", \"cluster_id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"created_at\":\"2025-10-30T16:25:38.114247Z\", \"updated_at\":\"2025-10-30T16:26:51.176616Z\", \"name\":\"test-pool-minimal-2\", \"status\":\"ready\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"minimal\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "767" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:26:56 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 22bb6b6e-d9af-470f-9d7c-7cd3b0587fd1 + status: 200 OK + code: 200 + duration: 21.688436ms +- id: 160 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/vpc/v2/regions/fr-par/vpcs/fb5cd7b8-e592-4b6e-8216-66fca3c089b6 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 422 + body: "{\"id\":\"fb5cd7b8-e592-4b6e-8216-66fca3c089b6\", \"name\":\"tf-vpc-friendly-williams\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:47.163149Z\", \"updated_at\":\"2025-10-30T16:18:47.163149Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_default\":false, \"private_network_count\":1, \"routing_enabled\":true, \"custom_routes_propagation_enabled\":true, \"region\":\"fr-par\"}" + headers: + Content-Length: + - "422" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:26:56 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - b1e68838-b53b-421b-bd5a-f7b214e9678a + status: 200 OK + code: 200 + duration: 35.94387ms +- id: 161 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + form: + order_by: + - created_at_asc + page: + - "1" + pool_id: + - 329660c2-2ae9-4907-a4cc-c8ae7ce7ca37 + status: + - unknown + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/bd51a0ad-80a1-4d46-8acb-9adaa4108410/nodes?order_by=created_at_asc&page=1&pool_id=329660c2-2ae9-4907-a4cc-c8ae7ce7ca37&status=unknown + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 621 + body: "{\"total_count\":1, \"nodes\":[{\"region\":\"fr-par\", \"id\":\"a34ec0fd-a4f8-487d-813f-5d14369a67cf\", \"cluster_id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"created_at\":\"2025-10-30T16:25:38.865038Z\", \"updated_at\":\"2025-10-30T16:26:51.162742Z\", \"pool_id\":\"329660c2-2ae9-4907-a4cc-c8ae7ce7ca37\", \"status\":\"ready\", \"conditions\":{\"DiskPressure\":\"False\", \"MemoryPressure\":\"False\", \"PIDPressure\":\"False\", \"Ready\":\"True\"}, \"name\":\"scw-test-pool-minima-test-pool-minimal--a34ec0\", \"public_ip_v4\":\"163.172.149.221\", \"public_ip_v6\":null, \"provider_id\":\"scaleway://instance/fr-par-1/3e5635e7-8f2f-42aa-a116-98563cdca504\", \"error_message\":\"\"}]}" + headers: + Content-Length: + - "621" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:26:56 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - e9c55f7a-7d23-4df3-b457-c4f7ead57b3b + status: 200 OK + code: 200 + duration: 27.421455ms +- id: 162 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks/dd4ca113-1e98-4ef4-851b-44e9acdda76c + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1087 + body: "{\"id\":\"dd4ca113-1e98-4ef4-851b-44e9acdda76c\", \"name\":\"test-pool-minimal\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:47.286292Z\", \"updated_at\":\"2025-10-30T16:18:47.286292Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"subnets\":[{\"id\":\"0bede021-b29d-4922-8b51-970671def39d\", \"created_at\":\"2025-10-30T16:18:47.286292Z\", \"updated_at\":\"2025-10-30T16:18:47.286292Z\", \"subnet\":\"172.18.88.0/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"dd4ca113-1e98-4ef4-851b-44e9acdda76c\", \"vpc_id\":\"fb5cd7b8-e592-4b6e-8216-66fca3c089b6\"}, {\"id\":\"d7af6fd0-cb67-4b07-9c7f-5555b52eee58\", \"created_at\":\"2025-10-30T16:18:47.286292Z\", \"updated_at\":\"2025-10-30T16:18:47.286292Z\", \"subnet\":\"fd5f:519c:6d46:22e5::/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"dd4ca113-1e98-4ef4-851b-44e9acdda76c\", \"vpc_id\":\"fb5cd7b8-e592-4b6e-8216-66fca3c089b6\"}], \"vpc_id\":\"fb5cd7b8-e592-4b6e-8216-66fca3c089b6\", \"dhcp_enabled\":true, \"default_route_propagation_enabled\":false, \"region\":\"fr-par\"}" + headers: + Content-Length: + - "1087" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:26:56 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 4a82c425-fbde-426b-9c0c-707efd1c3c20 + status: 200 OK + code: 200 + duration: 22.732755ms +- id: 163 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/bd51a0ad-80a1-4d46-8acb-9adaa4108410 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1633 + body: "{\"region\":\"fr-par\", \"id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:48.262115Z\", \"updated_at\":\"2025-10-30T16:20:59.041275Z\", \"type\":\"kapsule\", \"name\":\"test-pool-minimal\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"calico\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"minimal\"], \"cluster_url\":\"https://bd51a0ad-80a1-4d46-8acb-9adaa4108410.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.bd51a0ad-80a1-4d46-8acb-9adaa4108410.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"dd4ca113-1e98-4ef4-851b-44e9acdda76c\", \"commitment_ends_at\":\"2025-10-30T16:18:48.262121Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"1797d43b-5d04-471b-80f7-5036f26b7d01\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1633" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:26:56 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 7dc35b68-f0b1-4dfb-9e60-6d4744f6f429 + status: 200 OK + code: 200 + duration: 21.665432ms +- id: 164 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + form: + order_by: + - created_at_desc + project_id: + - 105bdce1-64c0-48ab-899d-868455867ecf + resource_name: + - scw-test-pool-minima-test-pool-minimal--a34ec0 + resource_type: + - unknown_type + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/ipam/v1/regions/fr-par/ips?order_by=created_at_desc&project_id=105bdce1-64c0-48ab-899d-868455867ecf&resource_name=scw-test-pool-minima-test-pool-minimal--a34ec0&resource_type=unknown_type + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1122 + body: "{\"total_count\":2, \"ips\":[{\"id\":\"7102e233-ba57-4ba2-b095-2185253ca639\", \"address\":\"fd5f:519c:6d46:22e5:262f:9818:9285:6eef/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":true, \"created_at\":\"2025-10-30T16:25:41.959447Z\", \"updated_at\":\"2025-10-30T16:25:41.959447Z\", \"source\":{\"subnet_id\":\"d7af6fd0-cb67-4b07-9c7f-5555b52eee58\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"3c992745-903c-4151-a853-06d914135ecd\", \"mac_address\":\"02:00:00:13:F4:69\", \"name\":\"scw-test-pool-minima-test-pool-minimal--a34ec0\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}, {\"id\":\"1eba195d-6bd2-4600-8adb-69d607981d6f\", \"address\":\"172.18.88.4/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":false, \"created_at\":\"2025-10-30T16:25:41.841664Z\", \"updated_at\":\"2025-10-30T16:25:41.841664Z\", \"source\":{\"subnet_id\":\"0bede021-b29d-4922-8b51-970671def39d\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"3c992745-903c-4151-a853-06d914135ecd\", \"mac_address\":\"02:00:00:13:F4:69\", \"name\":\"scw-test-pool-minima-test-pool-minimal--a34ec0\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}]}" + headers: + Content-Length: + - "1122" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:26:56 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 7dae6cfd-8824-473f-aa56-e6e9f3e7ef45 + status: 200 OK + code: 200 + duration: 29.847819ms +- id: 165 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/bd51a0ad-80a1-4d46-8acb-9adaa4108410 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1633 + body: "{\"region\":\"fr-par\", \"id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:48.262115Z\", \"updated_at\":\"2025-10-30T16:20:59.041275Z\", \"type\":\"kapsule\", \"name\":\"test-pool-minimal\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"calico\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"minimal\"], \"cluster_url\":\"https://bd51a0ad-80a1-4d46-8acb-9adaa4108410.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.bd51a0ad-80a1-4d46-8acb-9adaa4108410.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"dd4ca113-1e98-4ef4-851b-44e9acdda76c\", \"commitment_ends_at\":\"2025-10-30T16:18:48.262121Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"1797d43b-5d04-471b-80f7-5036f26b7d01\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1633" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:26:56 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 06fe8080-d427-4c74-9557-b34c1d652404 + status: 200 OK + code: 200 + duration: 29.769132ms +- id: 166 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/bd51a0ad-80a1-4d46-8acb-9adaa4108410/kubeconfig + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1674 + body: "{\"name\":\"kubeconfig\", \"content_type\":\"application/octet-stream\", \"content\":\"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogInRlc3QtcG9vbC1taW5pbWFsIgogIGNsdXN0ZXI6CiAgICBjZXJ0aWZpY2F0ZS1hdXRob3JpdHktZGF0YTogTFMwdExTMUNSVWRKVGlCRFJWSlVTVVpKUTBGVVJTMHRMUzB0Q2sxSlNVSlhla05EUVZGSFowRjNTVUpCWjBsQ1FVUkJTMEpuWjNGb2EycFBVRkZSUkVGcVFWWk5VazEzUlZGWlJGWlJVVVJGZDNCeVpGZEtiR050Tld3S1pFZFdlazFDTkZoRVZFa3hUVlJCZVU5VVJUSk5WR2N3VDBadldFUlVUVEZOVkVGNVQxUkZNazFVWnpCUFJtOTNSbFJGVkUxQ1JVZEJNVlZGUVhoTlN3cGhNMVpwV2xoS2RWcFlVbXhqZWtKYVRVSk5SMEo1Y1VkVFRUUTVRV2RGUjBORGNVZFRUVFE1UVhkRlNFRXdTVUZDVDFJME1HNDFObkZ1TDJWQ2EwMVpDbVUzVW5aalZIZDFZbmd3ZVhZcmMySXhkMWRITWtKemFGcHpTbGw1VHpndlJFWkpiVGMzVm5RMk9YcDNNakJzZEdaQ1UyZHBSRmRwZVhKNVJXVldiV3dLU1d0eGJGVXZRMnBSYWtKQlRVRTBSMEV4VldSRWQwVkNMM2RSUlVGM1NVTndSRUZRUW1kT1ZraFNUVUpCWmpoRlFsUkJSRUZSU0M5TlFqQkhRVEZWWkFwRVoxRlhRa0pVUWxZck9XbEhiMEZUT1VwdlZtWXZkUzlxUnpnMVZWSkVOV2hxUVV0Q1oyZHhhR3RxVDFCUlVVUkJaMDVKUVVSQ1JrRnBRVEl4TW5Sb0NqWjRNMVk1YlZjMFZYTlBRM1owWWtnMk1XOUVXalpFVG1rMFVHeHdUVU5PU0ZaMWVsUjNTV2hCVDB4QlNXUkhaM1JTVFRSd0sxazNTREJYZUVVMFZrb0tlVTlQZEhaU2J6TjFkRU5TTjJWclJqZFlabmtLTFMwdExTMUZUa1FnUTBWU1ZFbEdTVU5CVkVVdExTMHRMUW89CiAgICBzZXJ2ZXI6IGh0dHBzOi8vYmQ1MWEwYWQtODBhMS00ZDQ2LThhY2ItOWFkYWE0MTA4NDEwLmFwaS5rOHMuZnItcGFyLnNjdy5jbG91ZDo2NDQzCmNvbnRleHRzOgotIG5hbWU6IGFkbWluQHRlc3QtcG9vbC1taW5pbWFsCiAgY29udGV4dDoKICAgIGNsdXN0ZXI6ICJ0ZXN0LXBvb2wtbWluaW1hbCIKICAgIHVzZXI6IHRlc3QtcG9vbC1taW5pbWFsLWFkbWluCmN1cnJlbnQtY29udGV4dDogYWRtaW5AdGVzdC1wb29sLW1pbmltYWwKa2luZDogQ29uZmlnCnByZWZlcmVuY2VzOiB7fQp1c2VyczoKLSBuYW1lOiB0ZXN0LXBvb2wtbWluaW1hbC1hZG1pbgogIHVzZXI6CiAgICB0b2tlbjogMVNaaGFUSGppY1Jid25EaVIzWHhwUDRJWENGMWJyWmlFMmZJMTBZQTBIR3JNV1dpdzE5SnROV2M=\"}" + headers: + Content-Length: + - "1674" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:26:56 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 2161229e-d4f9-4531-94ae-71044c0cc0f2 + status: 200 OK + code: 200 + duration: 19.087303ms +- id: 167 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/76a92752-3eea-4625-b05e-532277914a3a + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 765 + body: "{\"region\":\"fr-par\", \"id\":\"76a92752-3eea-4625-b05e-532277914a3a\", \"cluster_id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"created_at\":\"2025-10-30T16:18:53.744787Z\", \"updated_at\":\"2025-10-30T16:25:33.360930Z\", \"name\":\"test-pool-minimal\", \"status\":\"ready\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"default\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "765" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:26:56 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 4db68a9f-3bbf-464c-8116-1706793eda4d + status: 200 OK + code: 200 + duration: 38.259266ms +- id: 168 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + form: + order_by: + - created_at_asc + page: + - "1" + pool_id: + - 76a92752-3eea-4625-b05e-532277914a3a + status: + - unknown + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/bd51a0ad-80a1-4d46-8acb-9adaa4108410/nodes?order_by=created_at_asc&page=1&pool_id=76a92752-3eea-4625-b05e-532277914a3a&status=unknown + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 649 + body: "{\"total_count\":1, \"nodes\":[{\"region\":\"fr-par\", \"id\":\"21553d0d-15c0-4b71-b557-7efd0d478398\", \"cluster_id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"created_at\":\"2025-10-30T16:24:58.266436Z\", \"updated_at\":\"2025-10-30T16:26:51.139802Z\", \"pool_id\":\"76a92752-3eea-4625-b05e-532277914a3a\", \"status\":\"ready\", \"conditions\":{\"DiskPressure\":\"False\", \"MemoryPressure\":\"False\", \"NetworkUnavailable\":\"False\", \"PIDPressure\":\"False\", \"Ready\":\"True\"}, \"name\":\"scw-test-pool-minimal-test-pool-minimal-21553d\", \"public_ip_v4\":\"51.15.236.240\", \"public_ip_v6\":null, \"provider_id\":\"scaleway://instance/fr-par-1/fb51e515-671f-4e80-875b-52c3de6157e9\", \"error_message\":\"\"}]}" + headers: + Content-Length: + - "649" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:26:56 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 00e811f9-5b9d-41ad-b863-64f14d9aae36 + status: 200 OK + code: 200 + duration: 25.678053ms +- id: 169 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/bd51a0ad-80a1-4d46-8acb-9adaa4108410 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1633 + body: "{\"region\":\"fr-par\", \"id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:48.262115Z\", \"updated_at\":\"2025-10-30T16:20:59.041275Z\", \"type\":\"kapsule\", \"name\":\"test-pool-minimal\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"calico\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"minimal\"], \"cluster_url\":\"https://bd51a0ad-80a1-4d46-8acb-9adaa4108410.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.bd51a0ad-80a1-4d46-8acb-9adaa4108410.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"dd4ca113-1e98-4ef4-851b-44e9acdda76c\", \"commitment_ends_at\":\"2025-10-30T16:18:48.262121Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"1797d43b-5d04-471b-80f7-5036f26b7d01\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1633" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:26:56 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - cd9a4848-d7cf-472f-a72e-a5c1520fa040 + status: 200 OK + code: 200 + duration: 21.964624ms +- id: 170 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + form: + order_by: + - created_at_desc + project_id: + - 105bdce1-64c0-48ab-899d-868455867ecf + resource_name: + - scw-test-pool-minimal-test-pool-minimal-21553d + resource_type: + - unknown_type + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/ipam/v1/regions/fr-par/ips?order_by=created_at_desc&project_id=105bdce1-64c0-48ab-899d-868455867ecf&resource_name=scw-test-pool-minimal-test-pool-minimal-21553d&resource_type=unknown_type + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1122 + body: "{\"total_count\":2, \"ips\":[{\"id\":\"28c1d7a8-0419-4979-8eec-043331fe2c84\", \"address\":\"fd5f:519c:6d46:22e5:34fe:8c68:418c:3ac7/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":true, \"created_at\":\"2025-10-30T16:25:01.810746Z\", \"updated_at\":\"2025-10-30T16:25:01.810746Z\", \"source\":{\"subnet_id\":\"d7af6fd0-cb67-4b07-9c7f-5555b52eee58\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"a36f58d2-bfe1-4eca-86d9-f9c78f19628f\", \"mac_address\":\"02:00:00:1A:35:26\", \"name\":\"scw-test-pool-minimal-test-pool-minimal-21553d\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}, {\"id\":\"454ad022-4c4c-4a26-b209-e5a4b0c0f6b7\", \"address\":\"172.18.88.3/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":false, \"created_at\":\"2025-10-30T16:25:01.646647Z\", \"updated_at\":\"2025-10-30T16:25:01.646647Z\", \"source\":{\"subnet_id\":\"0bede021-b29d-4922-8b51-970671def39d\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"a36f58d2-bfe1-4eca-86d9-f9c78f19628f\", \"mac_address\":\"02:00:00:1A:35:26\", \"name\":\"scw-test-pool-minimal-test-pool-minimal-21553d\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}]}" + headers: + Content-Length: + - "1122" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:26:56 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - a4a91183-5171-4b16-a7d7-322306e490f6 + status: 200 OK + code: 200 + duration: 27.054086ms +- id: 171 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/329660c2-2ae9-4907-a4cc-c8ae7ce7ca37 + method: DELETE + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 770 + body: "{\"region\":\"fr-par\", \"id\":\"329660c2-2ae9-4907-a4cc-c8ae7ce7ca37\", \"cluster_id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"created_at\":\"2025-10-30T16:25:38.114247Z\", \"updated_at\":\"2025-10-30T16:26:56.603578Z\", \"name\":\"test-pool-minimal-2\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"minimal\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "770" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:26:56 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - d0140ea9-7519-4adc-acb0-813ee4b65ef9 + status: 200 OK + code: 200 + duration: 109.694807ms +- id: 172 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/329660c2-2ae9-4907-a4cc-c8ae7ce7ca37 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 770 + body: "{\"region\":\"fr-par\", \"id\":\"329660c2-2ae9-4907-a4cc-c8ae7ce7ca37\", \"cluster_id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"created_at\":\"2025-10-30T16:25:38.114247Z\", \"updated_at\":\"2025-10-30T16:26:56.603578Z\", \"name\":\"test-pool-minimal-2\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"minimal\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "770" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:26:56 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 8b64be46-0c2c-4d43-bf9e-9b3e50e655d9 + status: 200 OK + code: 200 + duration: 28.22299ms +- id: 173 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/329660c2-2ae9-4907-a4cc-c8ae7ce7ca37 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 770 + body: "{\"region\":\"fr-par\", \"id\":\"329660c2-2ae9-4907-a4cc-c8ae7ce7ca37\", \"cluster_id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"created_at\":\"2025-10-30T16:25:38.114247Z\", \"updated_at\":\"2025-10-30T16:26:56.603578Z\", \"name\":\"test-pool-minimal-2\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"minimal\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "770" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:27:01 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 4d4ea663-fe72-4f67-9f19-fece5ed1a2d0 + status: 200 OK + code: 200 + duration: 89.668241ms +- id: 174 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/329660c2-2ae9-4907-a4cc-c8ae7ce7ca37 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 770 + body: "{\"region\":\"fr-par\", \"id\":\"329660c2-2ae9-4907-a4cc-c8ae7ce7ca37\", \"cluster_id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"created_at\":\"2025-10-30T16:25:38.114247Z\", \"updated_at\":\"2025-10-30T16:26:56.603578Z\", \"name\":\"test-pool-minimal-2\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"minimal\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "770" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:27:06 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 08f00eb4-3366-45c0-9011-fe2b1a92fdd9 + status: 200 OK + code: 200 + duration: 77.291813ms +- id: 175 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/329660c2-2ae9-4907-a4cc-c8ae7ce7ca37 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 770 + body: "{\"region\":\"fr-par\", \"id\":\"329660c2-2ae9-4907-a4cc-c8ae7ce7ca37\", \"cluster_id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"created_at\":\"2025-10-30T16:25:38.114247Z\", \"updated_at\":\"2025-10-30T16:26:56.603578Z\", \"name\":\"test-pool-minimal-2\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"minimal\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "770" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:27:11 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - cc2a8fbf-596a-4a32-8602-eb8b8d8c395a + status: 200 OK + code: 200 + duration: 97.853904ms +- id: 176 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/329660c2-2ae9-4907-a4cc-c8ae7ce7ca37 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 770 + body: "{\"region\":\"fr-par\", \"id\":\"329660c2-2ae9-4907-a4cc-c8ae7ce7ca37\", \"cluster_id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"created_at\":\"2025-10-30T16:25:38.114247Z\", \"updated_at\":\"2025-10-30T16:26:56.603578Z\", \"name\":\"test-pool-minimal-2\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"minimal\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "770" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:27:17 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - ffff5186-4e7b-49fb-a082-816996acf309 + status: 200 OK + code: 200 + duration: 82.18159ms +- id: 177 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/329660c2-2ae9-4907-a4cc-c8ae7ce7ca37 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 770 + body: "{\"region\":\"fr-par\", \"id\":\"329660c2-2ae9-4907-a4cc-c8ae7ce7ca37\", \"cluster_id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"created_at\":\"2025-10-30T16:25:38.114247Z\", \"updated_at\":\"2025-10-30T16:26:56.603578Z\", \"name\":\"test-pool-minimal-2\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"minimal\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "770" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:27:22 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 4f379b3b-90bb-490e-99ae-3ee535a192a7 + status: 200 OK + code: 200 + duration: 85.845967ms +- id: 178 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/329660c2-2ae9-4907-a4cc-c8ae7ce7ca37 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 770 + body: "{\"region\":\"fr-par\", \"id\":\"329660c2-2ae9-4907-a4cc-c8ae7ce7ca37\", \"cluster_id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"created_at\":\"2025-10-30T16:25:38.114247Z\", \"updated_at\":\"2025-10-30T16:26:56.603578Z\", \"name\":\"test-pool-minimal-2\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"minimal\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "770" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:27:27 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 599c6804-304d-4f65-b1c7-069cc518eeac + status: 200 OK + code: 200 + duration: 85.746451ms +- id: 179 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/329660c2-2ae9-4907-a4cc-c8ae7ce7ca37 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 770 + body: "{\"region\":\"fr-par\", \"id\":\"329660c2-2ae9-4907-a4cc-c8ae7ce7ca37\", \"cluster_id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"created_at\":\"2025-10-30T16:25:38.114247Z\", \"updated_at\":\"2025-10-30T16:26:56.603578Z\", \"name\":\"test-pool-minimal-2\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"minimal\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "770" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:27:32 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 6707692b-2b10-4062-a7b5-5e646e3c2473 + status: 200 OK + code: 200 + duration: 87.501625ms +- id: 180 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/329660c2-2ae9-4907-a4cc-c8ae7ce7ca37 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 770 + body: "{\"region\":\"fr-par\", \"id\":\"329660c2-2ae9-4907-a4cc-c8ae7ce7ca37\", \"cluster_id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"created_at\":\"2025-10-30T16:25:38.114247Z\", \"updated_at\":\"2025-10-30T16:26:56.603578Z\", \"name\":\"test-pool-minimal-2\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"minimal\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "770" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:27:37 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - c4ef6611-e679-49ed-87a2-50912e9c6fd5 + status: 200 OK + code: 200 + duration: 84.95253ms +- id: 181 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/329660c2-2ae9-4907-a4cc-c8ae7ce7ca37 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 770 + body: "{\"region\":\"fr-par\", \"id\":\"329660c2-2ae9-4907-a4cc-c8ae7ce7ca37\", \"cluster_id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"created_at\":\"2025-10-30T16:25:38.114247Z\", \"updated_at\":\"2025-10-30T16:26:56.603578Z\", \"name\":\"test-pool-minimal-2\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"minimal\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "770" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:27:42 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - c45b5fb5-7082-4c30-981e-823b05826b5b + status: 200 OK + code: 200 + duration: 78.739309ms +- id: 182 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/329660c2-2ae9-4907-a4cc-c8ae7ce7ca37 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 770 + body: "{\"region\":\"fr-par\", \"id\":\"329660c2-2ae9-4907-a4cc-c8ae7ce7ca37\", \"cluster_id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"created_at\":\"2025-10-30T16:25:38.114247Z\", \"updated_at\":\"2025-10-30T16:26:56.603578Z\", \"name\":\"test-pool-minimal-2\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"minimal\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "770" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:27:47 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 7de4fdb0-9b0d-4a8a-a9cf-260f74b40369 + status: 200 OK + code: 200 + duration: 146.722172ms +- id: 183 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/329660c2-2ae9-4907-a4cc-c8ae7ce7ca37 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 770 + body: "{\"region\":\"fr-par\", \"id\":\"329660c2-2ae9-4907-a4cc-c8ae7ce7ca37\", \"cluster_id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"created_at\":\"2025-10-30T16:25:38.114247Z\", \"updated_at\":\"2025-10-30T16:26:56.603578Z\", \"name\":\"test-pool-minimal-2\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"minimal\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "770" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:27:52 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 59541359-06d2-4ca3-b97b-4437bb0ea1bf + status: 200 OK + code: 200 + duration: 141.534445ms +- id: 184 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/329660c2-2ae9-4907-a4cc-c8ae7ce7ca37 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 770 + body: "{\"region\":\"fr-par\", \"id\":\"329660c2-2ae9-4907-a4cc-c8ae7ce7ca37\", \"cluster_id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"created_at\":\"2025-10-30T16:25:38.114247Z\", \"updated_at\":\"2025-10-30T16:26:56.603578Z\", \"name\":\"test-pool-minimal-2\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"minimal\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "770" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:27:57 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 5b3c3a68-9834-4bba-80ae-cf63d65cc4fb + status: 200 OK + code: 200 + duration: 72.928825ms +- id: 185 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/329660c2-2ae9-4907-a4cc-c8ae7ce7ca37 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 770 + body: "{\"region\":\"fr-par\", \"id\":\"329660c2-2ae9-4907-a4cc-c8ae7ce7ca37\", \"cluster_id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"created_at\":\"2025-10-30T16:25:38.114247Z\", \"updated_at\":\"2025-10-30T16:26:56.603578Z\", \"name\":\"test-pool-minimal-2\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"minimal\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "770" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:28:02 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - e3a2f0fa-d743-46ac-8247-4074eeb26102 + status: 200 OK + code: 200 + duration: 105.829133ms +- id: 186 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/329660c2-2ae9-4907-a4cc-c8ae7ce7ca37 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 125 + body: "{\"message\":\"resource is not found\",\"resource\":\"pool\",\"resource_id\":\"329660c2-2ae9-4907-a4cc-c8ae7ce7ca37\",\"type\":\"not_found\"}" + headers: + Content-Length: + - "125" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:28:07 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 6e737997-93a3-4aba-a3fb-67129f0d2b56 + status: 404 Not Found + code: 404 + duration: 30.146119ms +- id: 187 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/bd51a0ad-80a1-4d46-8acb-9adaa4108410 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1633 + body: "{\"region\":\"fr-par\", \"id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:48.262115Z\", \"updated_at\":\"2025-10-30T16:20:59.041275Z\", \"type\":\"kapsule\", \"name\":\"test-pool-minimal\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"calico\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"minimal\"], \"cluster_url\":\"https://bd51a0ad-80a1-4d46-8acb-9adaa4108410.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.bd51a0ad-80a1-4d46-8acb-9adaa4108410.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"dd4ca113-1e98-4ef4-851b-44e9acdda76c\", \"commitment_ends_at\":\"2025-10-30T16:18:48.262121Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"1797d43b-5d04-471b-80f7-5036f26b7d01\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1633" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:28:08 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - adf3fc27-26ef-4f1d-9a77-10901c2cac16 + status: 200 OK + code: 200 + duration: 93.835612ms +- id: 188 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/76a92752-3eea-4625-b05e-532277914a3a + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 765 + body: "{\"region\":\"fr-par\", \"id\":\"76a92752-3eea-4625-b05e-532277914a3a\", \"cluster_id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"created_at\":\"2025-10-30T16:18:53.744787Z\", \"updated_at\":\"2025-10-30T16:25:33.360930Z\", \"name\":\"test-pool-minimal\", \"status\":\"ready\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"default\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "765" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:28:08 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - c5767250-cafa-4022-af3f-792788d17f60 + status: 200 OK + code: 200 + duration: 21.727899ms +- id: 189 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + form: + order_by: + - created_at_asc + pool_id: + - 76a92752-3eea-4625-b05e-532277914a3a + status: + - unknown + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/bd51a0ad-80a1-4d46-8acb-9adaa4108410/nodes?order_by=created_at_asc&pool_id=76a92752-3eea-4625-b05e-532277914a3a&status=unknown + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 649 + body: "{\"total_count\":1, \"nodes\":[{\"region\":\"fr-par\", \"id\":\"21553d0d-15c0-4b71-b557-7efd0d478398\", \"cluster_id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"created_at\":\"2025-10-30T16:24:58.266436Z\", \"updated_at\":\"2025-10-30T16:26:59.874869Z\", \"pool_id\":\"76a92752-3eea-4625-b05e-532277914a3a\", \"status\":\"ready\", \"conditions\":{\"DiskPressure\":\"False\", \"MemoryPressure\":\"False\", \"NetworkUnavailable\":\"False\", \"PIDPressure\":\"False\", \"Ready\":\"True\"}, \"name\":\"scw-test-pool-minimal-test-pool-minimal-21553d\", \"public_ip_v4\":\"51.15.236.240\", \"public_ip_v6\":null, \"provider_id\":\"scaleway://instance/fr-par-1/fb51e515-671f-4e80-875b-52c3de6157e9\", \"error_message\":\"\"}]}" + headers: + Content-Length: + - "649" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:28:08 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 01c8bb05-41fb-4a39-ac47-6235d9526e30 + status: 200 OK + code: 200 + duration: 26.287177ms +- id: 190 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/fb51e515-671f-4e80-875b-52c3de6157e9 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 3815 + body: "{\"server\": {\"id\": \"fb51e515-671f-4e80-875b-52c3de6157e9\", \"name\": \"scw-test-pool-minimal-test-pool-minimal-21553d\", \"arch\": \"x86_64\", \"commercial_type\": \"PRO2-XXS\", \"boot_type\": \"local\", \"organization\": \"105bdce1-64c0-48ab-899d-868455867ecf\", \"project\": \"105bdce1-64c0-48ab-899d-868455867ecf\", \"hostname\": \"scw-test-pool-minimal-test-pool-minimal-21553d\", \"image\": {\"id\": \"5b4b5f3f-c2a1-451e-8603-4c0179b4de03\", \"name\": \"k8s_base_node_instance\", \"organization\": \"51b656e3-4865-41e8-adbc-0c45bdd780db\", \"project\": \"51b656e3-4865-41e8-adbc-0c45bdd780db\", \"root_volume\": {\"volume_type\": \"sbs_snapshot\", \"id\": \"c6b09a14-4a4d-44cd-a772-4f235fef4826\", \"size\": 0, \"name\": \"\"}, \"extra_volumes\": {}, \"public\": true, \"arch\": \"x86_64\", \"creation_date\": \"2025-10-27T10:01:33.994085+00:00\", \"modification_date\": \"2025-10-27T10:01:33.994085+00:00\", \"default_bootscript\": null, \"from_server\": \"\", \"state\": \"available\", \"tags\": [], \"zone\": \"fr-par-1\"}, \"volumes\": {\"0\": {\"boot\": true, \"volume_type\": \"sbs_volume\", \"id\": \"bbd33d9f-6a04-4271-be87-174a742b855c\", \"state\": \"available\", \"zone\": \"fr-par-1\"}}, \"tags\": [\"kapsule=bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"pool=76a92752-3eea-4625-b05e-532277914a3a\", \"pool-name=test-pool-minimal\", \"runtime=containerd\", \"managed=true\", \"terraform-test\", \"scaleway_k8s_cluster\", \"default\", \"node=21553d0d-15c0-4b71-b557-7efd0d478398\"], \"state\": \"running\", \"protected\": false, \"state_detail\": \"booting kernel\", \"public_ip\": {\"id\": \"65a60f6b-fa89-4e49-bc25-fced17fa3df3\", \"address\": \"51.15.236.240\", \"dynamic\": false, \"gateway\": \"62.210.0.1\", \"netmask\": \"32\", \"family\": \"inet\", \"provisioning_mode\": \"dhcp\", \"tags\": [\"kapsule=bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"node-name=scw-test-pool-minimal-test-pool-minimal-21553d\"], \"state\": \"attached\", \"ipam_id\": \"d13243cf-f7a2-47a2-82cb-b82803e8ab66\"}, \"public_ips\": [{\"id\": \"65a60f6b-fa89-4e49-bc25-fced17fa3df3\", \"address\": \"51.15.236.240\", \"dynamic\": false, \"gateway\": \"62.210.0.1\", \"netmask\": \"32\", \"family\": \"inet\", \"provisioning_mode\": \"dhcp\", \"tags\": [\"kapsule=bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"node-name=scw-test-pool-minimal-test-pool-minimal-21553d\"], \"state\": \"attached\", \"ipam_id\": \"d13243cf-f7a2-47a2-82cb-b82803e8ab66\"}, {\"id\": \"6e0fde74-7588-46f5-9ca0-c0791b471188\", \"address\": \"2001:bc8:710:404b:dc00:ff:fed0:7057\", \"dynamic\": false, \"gateway\": \"fe80::dc00:ff:fed0:7058\", \"netmask\": \"64\", \"family\": \"inet6\", \"provisioning_mode\": \"slaac\", \"tags\": [\"kapsule=bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"node-name=scw-test-pool-minimal-test-pool-minimal-21553d\"], \"state\": \"attached\", \"ipam_id\": \"2df7f8b1-6bd3-43dd-b660-b453c3836e98\"}], \"mac_address\": \"de:00:00:d0:70:57\", \"routed_ip_enabled\": true, \"ipv6\": null, \"extra_networks\": [], \"dynamic_ip_required\": false, \"enable_ipv6\": false, \"private_ip\": null, \"creation_date\": \"2025-10-30T16:24:58.918229+00:00\", \"modification_date\": \"2025-10-30T16:25:05.142326+00:00\", \"bootscript\": null, \"security_group\": {\"id\": \"4ef16f7a-478c-4b72-b932-982f4b04974b\", \"name\": \"Kapsule default security group\"}, \"location\": {\"zone_id\": \"fr-par-1\", \"platform_id\": \"14\", \"cluster_id\": \"12\", \"hypervisor_id\": \"101\", \"node_id\": \"31\"}, \"maintenances\": [], \"allowed_actions\": [\"poweroff\", \"terminate\", \"reboot\", \"stop_in_place\", \"backup\"], \"placement_group\": null, \"private_nics\": [{\"id\": \"a36f58d2-bfe1-4eca-86d9-f9c78f19628f\", \"private_network_id\": \"dd4ca113-1e98-4ef4-851b-44e9acdda76c\", \"server_id\": \"fb51e515-671f-4e80-875b-52c3de6157e9\", \"mac_address\": \"02:00:00:1a:35:26\", \"state\": \"available\", \"creation_date\": \"2025-10-30T16:25:01.398380+00:00\", \"modification_date\": \"2025-10-30T16:25:01.565852+00:00\", \"zone\": \"fr-par-1\", \"tags\": [], \"ipam_ip_ids\": [\"454ad022-4c4c-4a26-b209-e5a4b0c0f6b7\", \"28c1d7a8-0419-4979-8eec-043331fe2c84\"]}], \"zone\": \"fr-par-1\", \"filesystems\": [], \"end_of_service\": false}}" + headers: + Content-Length: + - "3815" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:28:08 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 1fea7176-0b35-4622-925b-6acfa945b388 + status: 200 OK + code: 200 + duration: 154.17602ms +- id: 191 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/vpc/v2/regions/fr-par/vpcs/fb5cd7b8-e592-4b6e-8216-66fca3c089b6 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 422 + body: "{\"id\":\"fb5cd7b8-e592-4b6e-8216-66fca3c089b6\", \"name\":\"tf-vpc-friendly-williams\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:47.163149Z\", \"updated_at\":\"2025-10-30T16:18:47.163149Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_default\":false, \"private_network_count\":1, \"routing_enabled\":true, \"custom_routes_propagation_enabled\":true, \"region\":\"fr-par\"}" + headers: + Content-Length: + - "422" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:28:09 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 5398098f-9428-42ad-a6c8-79eb1b979568 + status: 200 OK + code: 200 + duration: 30.324614ms +- id: 192 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks/dd4ca113-1e98-4ef4-851b-44e9acdda76c + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1087 + body: "{\"id\":\"dd4ca113-1e98-4ef4-851b-44e9acdda76c\", \"name\":\"test-pool-minimal\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:47.286292Z\", \"updated_at\":\"2025-10-30T16:18:47.286292Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"subnets\":[{\"id\":\"0bede021-b29d-4922-8b51-970671def39d\", \"created_at\":\"2025-10-30T16:18:47.286292Z\", \"updated_at\":\"2025-10-30T16:18:47.286292Z\", \"subnet\":\"172.18.88.0/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"dd4ca113-1e98-4ef4-851b-44e9acdda76c\", \"vpc_id\":\"fb5cd7b8-e592-4b6e-8216-66fca3c089b6\"}, {\"id\":\"d7af6fd0-cb67-4b07-9c7f-5555b52eee58\", \"created_at\":\"2025-10-30T16:18:47.286292Z\", \"updated_at\":\"2025-10-30T16:18:47.286292Z\", \"subnet\":\"fd5f:519c:6d46:22e5::/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"dd4ca113-1e98-4ef4-851b-44e9acdda76c\", \"vpc_id\":\"fb5cd7b8-e592-4b6e-8216-66fca3c089b6\"}], \"vpc_id\":\"fb5cd7b8-e592-4b6e-8216-66fca3c089b6\", \"dhcp_enabled\":true, \"default_route_propagation_enabled\":false, \"region\":\"fr-par\"}" + headers: + Content-Length: + - "1087" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:28:09 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 2cf0d67e-d3b4-47b2-91ba-d5f4cce8c20e + status: 200 OK + code: 200 + duration: 27.853035ms +- id: 193 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/bd51a0ad-80a1-4d46-8acb-9adaa4108410 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1633 + body: "{\"region\":\"fr-par\", \"id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:48.262115Z\", \"updated_at\":\"2025-10-30T16:20:59.041275Z\", \"type\":\"kapsule\", \"name\":\"test-pool-minimal\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"calico\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"minimal\"], \"cluster_url\":\"https://bd51a0ad-80a1-4d46-8acb-9adaa4108410.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.bd51a0ad-80a1-4d46-8acb-9adaa4108410.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"dd4ca113-1e98-4ef4-851b-44e9acdda76c\", \"commitment_ends_at\":\"2025-10-30T16:18:48.262121Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"1797d43b-5d04-471b-80f7-5036f26b7d01\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1633" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:28:09 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 9176b112-4383-4053-8bfe-50441f457a6c + status: 200 OK + code: 200 + duration: 95.439182ms +- id: 194 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/bd51a0ad-80a1-4d46-8acb-9adaa4108410/kubeconfig + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1674 + body: "{\"name\":\"kubeconfig\", \"content_type\":\"application/octet-stream\", \"content\":\"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogInRlc3QtcG9vbC1taW5pbWFsIgogIGNsdXN0ZXI6CiAgICBjZXJ0aWZpY2F0ZS1hdXRob3JpdHktZGF0YTogTFMwdExTMUNSVWRKVGlCRFJWSlVTVVpKUTBGVVJTMHRMUzB0Q2sxSlNVSlhla05EUVZGSFowRjNTVUpCWjBsQ1FVUkJTMEpuWjNGb2EycFBVRkZSUkVGcVFWWk5VazEzUlZGWlJGWlJVVVJGZDNCeVpGZEtiR050Tld3S1pFZFdlazFDTkZoRVZFa3hUVlJCZVU5VVJUSk5WR2N3VDBadldFUlVUVEZOVkVGNVQxUkZNazFVWnpCUFJtOTNSbFJGVkUxQ1JVZEJNVlZGUVhoTlN3cGhNMVpwV2xoS2RWcFlVbXhqZWtKYVRVSk5SMEo1Y1VkVFRUUTVRV2RGUjBORGNVZFRUVFE1UVhkRlNFRXdTVUZDVDFJME1HNDFObkZ1TDJWQ2EwMVpDbVUzVW5aalZIZDFZbmd3ZVhZcmMySXhkMWRITWtKemFGcHpTbGw1VHpndlJFWkpiVGMzVm5RMk9YcDNNakJzZEdaQ1UyZHBSRmRwZVhKNVJXVldiV3dLU1d0eGJGVXZRMnBSYWtKQlRVRTBSMEV4VldSRWQwVkNMM2RSUlVGM1NVTndSRUZRUW1kT1ZraFNUVUpCWmpoRlFsUkJSRUZSU0M5TlFqQkhRVEZWWkFwRVoxRlhRa0pVUWxZck9XbEhiMEZUT1VwdlZtWXZkUzlxUnpnMVZWSkVOV2hxUVV0Q1oyZHhhR3RxVDFCUlVVUkJaMDVKUVVSQ1JrRnBRVEl4TW5Sb0NqWjRNMVk1YlZjMFZYTlBRM1owWWtnMk1XOUVXalpFVG1rMFVHeHdUVU5PU0ZaMWVsUjNTV2hCVDB4QlNXUkhaM1JTVFRSd0sxazNTREJYZUVVMFZrb0tlVTlQZEhaU2J6TjFkRU5TTjJWclJqZFlabmtLTFMwdExTMUZUa1FnUTBWU1ZFbEdTVU5CVkVVdExTMHRMUW89CiAgICBzZXJ2ZXI6IGh0dHBzOi8vYmQ1MWEwYWQtODBhMS00ZDQ2LThhY2ItOWFkYWE0MTA4NDEwLmFwaS5rOHMuZnItcGFyLnNjdy5jbG91ZDo2NDQzCmNvbnRleHRzOgotIG5hbWU6IGFkbWluQHRlc3QtcG9vbC1taW5pbWFsCiAgY29udGV4dDoKICAgIGNsdXN0ZXI6ICJ0ZXN0LXBvb2wtbWluaW1hbCIKICAgIHVzZXI6IHRlc3QtcG9vbC1taW5pbWFsLWFkbWluCmN1cnJlbnQtY29udGV4dDogYWRtaW5AdGVzdC1wb29sLW1pbmltYWwKa2luZDogQ29uZmlnCnByZWZlcmVuY2VzOiB7fQp1c2VyczoKLSBuYW1lOiB0ZXN0LXBvb2wtbWluaW1hbC1hZG1pbgogIHVzZXI6CiAgICB0b2tlbjogMVNaaGFUSGppY1Jid25EaVIzWHhwUDRJWENGMWJyWmlFMmZJMTBZQTBIR3JNV1dpdzE5SnROV2M=\"}" + headers: + Content-Length: + - "1674" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:28:09 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 7504afbd-bd15-4d95-b99a-6d3d905ce29a + status: 200 OK + code: 200 + duration: 90.767705ms +- id: 195 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/76a92752-3eea-4625-b05e-532277914a3a + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 765 + body: "{\"region\":\"fr-par\", \"id\":\"76a92752-3eea-4625-b05e-532277914a3a\", \"cluster_id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"created_at\":\"2025-10-30T16:18:53.744787Z\", \"updated_at\":\"2025-10-30T16:25:33.360930Z\", \"name\":\"test-pool-minimal\", \"status\":\"ready\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"default\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "765" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:28:09 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 2f2cbf65-53f7-4d0a-8098-127c6a5a0d08 + status: 200 OK + code: 200 + duration: 85.902413ms +- id: 196 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + form: + order_by: + - created_at_asc + page: + - "1" + pool_id: + - 76a92752-3eea-4625-b05e-532277914a3a + status: + - unknown + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/bd51a0ad-80a1-4d46-8acb-9adaa4108410/nodes?order_by=created_at_asc&page=1&pool_id=76a92752-3eea-4625-b05e-532277914a3a&status=unknown + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 649 + body: "{\"total_count\":1, \"nodes\":[{\"region\":\"fr-par\", \"id\":\"21553d0d-15c0-4b71-b557-7efd0d478398\", \"cluster_id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"created_at\":\"2025-10-30T16:24:58.266436Z\", \"updated_at\":\"2025-10-30T16:26:59.874869Z\", \"pool_id\":\"76a92752-3eea-4625-b05e-532277914a3a\", \"status\":\"ready\", \"conditions\":{\"DiskPressure\":\"False\", \"MemoryPressure\":\"False\", \"NetworkUnavailable\":\"False\", \"PIDPressure\":\"False\", \"Ready\":\"True\"}, \"name\":\"scw-test-pool-minimal-test-pool-minimal-21553d\", \"public_ip_v4\":\"51.15.236.240\", \"public_ip_v6\":null, \"provider_id\":\"scaleway://instance/fr-par-1/fb51e515-671f-4e80-875b-52c3de6157e9\", \"error_message\":\"\"}]}" + headers: + Content-Length: + - "649" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:28:09 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 2c8da833-f271-4134-8e4d-84be669955f3 + status: 200 OK + code: 200 + duration: 70.208869ms +- id: 197 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/bd51a0ad-80a1-4d46-8acb-9adaa4108410 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1633 + body: "{\"region\":\"fr-par\", \"id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:48.262115Z\", \"updated_at\":\"2025-10-30T16:20:59.041275Z\", \"type\":\"kapsule\", \"name\":\"test-pool-minimal\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"calico\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"minimal\"], \"cluster_url\":\"https://bd51a0ad-80a1-4d46-8acb-9adaa4108410.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.bd51a0ad-80a1-4d46-8acb-9adaa4108410.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"dd4ca113-1e98-4ef4-851b-44e9acdda76c\", \"commitment_ends_at\":\"2025-10-30T16:18:48.262121Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"1797d43b-5d04-471b-80f7-5036f26b7d01\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1633" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:28:09 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 50dc5267-e3e5-40ff-86a3-55a141b647a8 + status: 200 OK + code: 200 + duration: 20.504343ms +- id: 198 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + form: + order_by: + - created_at_desc + project_id: + - 105bdce1-64c0-48ab-899d-868455867ecf + resource_name: + - scw-test-pool-minimal-test-pool-minimal-21553d + resource_type: + - unknown_type + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/ipam/v1/regions/fr-par/ips?order_by=created_at_desc&project_id=105bdce1-64c0-48ab-899d-868455867ecf&resource_name=scw-test-pool-minimal-test-pool-minimal-21553d&resource_type=unknown_type + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1122 + body: "{\"total_count\":2, \"ips\":[{\"id\":\"28c1d7a8-0419-4979-8eec-043331fe2c84\", \"address\":\"fd5f:519c:6d46:22e5:34fe:8c68:418c:3ac7/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":true, \"created_at\":\"2025-10-30T16:25:01.810746Z\", \"updated_at\":\"2025-10-30T16:25:01.810746Z\", \"source\":{\"subnet_id\":\"d7af6fd0-cb67-4b07-9c7f-5555b52eee58\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"a36f58d2-bfe1-4eca-86d9-f9c78f19628f\", \"mac_address\":\"02:00:00:1A:35:26\", \"name\":\"scw-test-pool-minimal-test-pool-minimal-21553d\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}, {\"id\":\"454ad022-4c4c-4a26-b209-e5a4b0c0f6b7\", \"address\":\"172.18.88.3/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":false, \"created_at\":\"2025-10-30T16:25:01.646647Z\", \"updated_at\":\"2025-10-30T16:25:01.646647Z\", \"source\":{\"subnet_id\":\"0bede021-b29d-4922-8b51-970671def39d\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"a36f58d2-bfe1-4eca-86d9-f9c78f19628f\", \"mac_address\":\"02:00:00:1A:35:26\", \"name\":\"scw-test-pool-minimal-test-pool-minimal-21553d\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}]}" + headers: + Content-Length: + - "1122" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:28:09 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 159b95c8-b89f-4d02-88fb-48dc9db93eb8 + status: 200 OK + code: 200 + duration: 50.43646ms +- id: 199 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/76a92752-3eea-4625-b05e-532277914a3a + method: DELETE + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 768 + body: "{\"region\":\"fr-par\", \"id\":\"76a92752-3eea-4625-b05e-532277914a3a\", \"cluster_id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"created_at\":\"2025-10-30T16:18:53.744787Z\", \"updated_at\":\"2025-10-30T16:28:10.553310Z\", \"name\":\"test-pool-minimal\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"default\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "768" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:28:10 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 1d4012bf-adf4-4d7d-a6bb-f1131251d0c3 + status: 200 OK + code: 200 + duration: 44.666711ms +- id: 200 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/76a92752-3eea-4625-b05e-532277914a3a + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 768 + body: "{\"region\":\"fr-par\", \"id\":\"76a92752-3eea-4625-b05e-532277914a3a\", \"cluster_id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"created_at\":\"2025-10-30T16:18:53.744787Z\", \"updated_at\":\"2025-10-30T16:28:10.553310Z\", \"name\":\"test-pool-minimal\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"default\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "768" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:28:10 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 6ed51c12-bbed-45b2-aefe-bb970ab352b5 + status: 200 OK + code: 200 + duration: 96.724755ms +- id: 201 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/76a92752-3eea-4625-b05e-532277914a3a + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 768 + body: "{\"region\":\"fr-par\", \"id\":\"76a92752-3eea-4625-b05e-532277914a3a\", \"cluster_id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"created_at\":\"2025-10-30T16:18:53.744787Z\", \"updated_at\":\"2025-10-30T16:28:10.553310Z\", \"name\":\"test-pool-minimal\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"default\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "768" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:28:15 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 57f4e911-f374-466e-80d2-e4994f98c547 + status: 200 OK + code: 200 + duration: 78.653228ms +- id: 202 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/76a92752-3eea-4625-b05e-532277914a3a + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 768 + body: "{\"region\":\"fr-par\", \"id\":\"76a92752-3eea-4625-b05e-532277914a3a\", \"cluster_id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"created_at\":\"2025-10-30T16:18:53.744787Z\", \"updated_at\":\"2025-10-30T16:28:10.553310Z\", \"name\":\"test-pool-minimal\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"default\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "768" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:28:20 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 624d724e-6931-44e5-ac90-388816cd6c46 + status: 200 OK + code: 200 + duration: 95.393156ms +- id: 203 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/76a92752-3eea-4625-b05e-532277914a3a + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 768 + body: "{\"region\":\"fr-par\", \"id\":\"76a92752-3eea-4625-b05e-532277914a3a\", \"cluster_id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"created_at\":\"2025-10-30T16:18:53.744787Z\", \"updated_at\":\"2025-10-30T16:28:10.553310Z\", \"name\":\"test-pool-minimal\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"default\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "768" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:28:25 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 8e4374c8-b978-4e7f-ba23-beccb5fc6745 + status: 200 OK + code: 200 + duration: 91.315613ms +- id: 204 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/76a92752-3eea-4625-b05e-532277914a3a + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 768 + body: "{\"region\":\"fr-par\", \"id\":\"76a92752-3eea-4625-b05e-532277914a3a\", \"cluster_id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"created_at\":\"2025-10-30T16:18:53.744787Z\", \"updated_at\":\"2025-10-30T16:28:10.553310Z\", \"name\":\"test-pool-minimal\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"default\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "768" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:28:31 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 94549822-2132-4f78-9a10-11bada884b30 + status: 200 OK + code: 200 + duration: 82.846228ms +- id: 205 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/76a92752-3eea-4625-b05e-532277914a3a + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 768 + body: "{\"region\":\"fr-par\", \"id\":\"76a92752-3eea-4625-b05e-532277914a3a\", \"cluster_id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"created_at\":\"2025-10-30T16:18:53.744787Z\", \"updated_at\":\"2025-10-30T16:28:10.553310Z\", \"name\":\"test-pool-minimal\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"default\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "768" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:28:36 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - b1206df9-6928-4625-a0ef-db1b02d7a3c2 + status: 200 OK + code: 200 + duration: 105.72674ms +- id: 206 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/76a92752-3eea-4625-b05e-532277914a3a + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 768 + body: "{\"region\":\"fr-par\", \"id\":\"76a92752-3eea-4625-b05e-532277914a3a\", \"cluster_id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"created_at\":\"2025-10-30T16:18:53.744787Z\", \"updated_at\":\"2025-10-30T16:28:10.553310Z\", \"name\":\"test-pool-minimal\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"default\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "768" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:28:41 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 7afb687a-0e52-4e9f-9b0d-db96d0293396 + status: 200 OK + code: 200 + duration: 107.558749ms +- id: 207 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/76a92752-3eea-4625-b05e-532277914a3a + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 768 + body: "{\"region\":\"fr-par\", \"id\":\"76a92752-3eea-4625-b05e-532277914a3a\", \"cluster_id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"created_at\":\"2025-10-30T16:18:53.744787Z\", \"updated_at\":\"2025-10-30T16:28:10.553310Z\", \"name\":\"test-pool-minimal\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"default\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "768" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:28:46 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 6a848bfd-77c5-4715-83ac-1669bc9b6629 + status: 200 OK + code: 200 + duration: 91.69815ms +- id: 208 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/76a92752-3eea-4625-b05e-532277914a3a + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 768 + body: "{\"region\":\"fr-par\", \"id\":\"76a92752-3eea-4625-b05e-532277914a3a\", \"cluster_id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"created_at\":\"2025-10-30T16:18:53.744787Z\", \"updated_at\":\"2025-10-30T16:28:10.553310Z\", \"name\":\"test-pool-minimal\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"default\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "768" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:28:51 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - a89272cc-9017-4d34-a769-44bd6123b430 + status: 200 OK + code: 200 + duration: 98.757881ms +- id: 209 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/76a92752-3eea-4625-b05e-532277914a3a + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 768 + body: "{\"region\":\"fr-par\", \"id\":\"76a92752-3eea-4625-b05e-532277914a3a\", \"cluster_id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"created_at\":\"2025-10-30T16:18:53.744787Z\", \"updated_at\":\"2025-10-30T16:28:10.553310Z\", \"name\":\"test-pool-minimal\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"default\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "768" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:28:56 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 83e7f779-13d9-43c2-8862-10fe80e26b12 + status: 200 OK + code: 200 + duration: 81.1691ms +- id: 210 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/76a92752-3eea-4625-b05e-532277914a3a + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 768 + body: "{\"region\":\"fr-par\", \"id\":\"76a92752-3eea-4625-b05e-532277914a3a\", \"cluster_id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"created_at\":\"2025-10-30T16:18:53.744787Z\", \"updated_at\":\"2025-10-30T16:28:10.553310Z\", \"name\":\"test-pool-minimal\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"default\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "768" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:29:01 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 8e39ff47-7740-4541-bb0d-876896452b7c + status: 200 OK + code: 200 + duration: 98.461425ms +- id: 211 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/76a92752-3eea-4625-b05e-532277914a3a + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 768 + body: "{\"region\":\"fr-par\", \"id\":\"76a92752-3eea-4625-b05e-532277914a3a\", \"cluster_id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"created_at\":\"2025-10-30T16:18:53.744787Z\", \"updated_at\":\"2025-10-30T16:28:10.553310Z\", \"name\":\"test-pool-minimal\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"default\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "768" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:29:06 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 7da9280d-70be-4916-8031-cc66ceaf0739 + status: 200 OK + code: 200 + duration: 80.574484ms +- id: 212 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/76a92752-3eea-4625-b05e-532277914a3a + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 768 + body: "{\"region\":\"fr-par\", \"id\":\"76a92752-3eea-4625-b05e-532277914a3a\", \"cluster_id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"created_at\":\"2025-10-30T16:18:53.744787Z\", \"updated_at\":\"2025-10-30T16:28:10.553310Z\", \"name\":\"test-pool-minimal\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"default\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "768" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:29:11 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - d78d7536-9177-4207-81fc-8df4bdb45b7e + status: 200 OK + code: 200 + duration: 72.411313ms +- id: 213 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/76a92752-3eea-4625-b05e-532277914a3a + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 768 + body: "{\"region\":\"fr-par\", \"id\":\"76a92752-3eea-4625-b05e-532277914a3a\", \"cluster_id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"created_at\":\"2025-10-30T16:18:53.744787Z\", \"updated_at\":\"2025-10-30T16:28:10.553310Z\", \"name\":\"test-pool-minimal\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"default\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "768" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:29:16 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 6661ec60-3a74-4830-a691-4413637d0d05 + status: 200 OK + code: 200 + duration: 88.581481ms +- id: 214 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/76a92752-3eea-4625-b05e-532277914a3a + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 768 + body: "{\"region\":\"fr-par\", \"id\":\"76a92752-3eea-4625-b05e-532277914a3a\", \"cluster_id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"created_at\":\"2025-10-30T16:18:53.744787Z\", \"updated_at\":\"2025-10-30T16:28:10.553310Z\", \"name\":\"test-pool-minimal\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"default\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "768" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:29:21 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - b2070e1e-4aa3-47b3-9371-c002a8438ac4 + status: 200 OK + code: 200 + duration: 88.914907ms +- id: 215 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/76a92752-3eea-4625-b05e-532277914a3a + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 768 + body: "{\"region\":\"fr-par\", \"id\":\"76a92752-3eea-4625-b05e-532277914a3a\", \"cluster_id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"created_at\":\"2025-10-30T16:18:53.744787Z\", \"updated_at\":\"2025-10-30T16:28:10.553310Z\", \"name\":\"test-pool-minimal\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"default\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "768" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:29:27 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - da8f9916-d164-4ef1-b1ea-cdbae819e608 + status: 200 OK + code: 200 + duration: 81.706659ms +- id: 216 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/76a92752-3eea-4625-b05e-532277914a3a + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 768 + body: "{\"region\":\"fr-par\", \"id\":\"76a92752-3eea-4625-b05e-532277914a3a\", \"cluster_id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"created_at\":\"2025-10-30T16:18:53.744787Z\", \"updated_at\":\"2025-10-30T16:28:10.553310Z\", \"name\":\"test-pool-minimal\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"default\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "768" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:29:32 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 113811c3-40a7-4122-9c43-490a0acc16a2 + status: 200 OK + code: 200 + duration: 95.857056ms +- id: 217 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/76a92752-3eea-4625-b05e-532277914a3a + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 768 + body: "{\"region\":\"fr-par\", \"id\":\"76a92752-3eea-4625-b05e-532277914a3a\", \"cluster_id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"created_at\":\"2025-10-30T16:18:53.744787Z\", \"updated_at\":\"2025-10-30T16:28:10.553310Z\", \"name\":\"test-pool-minimal\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"default\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "768" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:29:37 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - c87060e5-706d-410b-8e4b-6e3e6b969dec + status: 200 OK + code: 200 + duration: 79.768191ms +- id: 218 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/76a92752-3eea-4625-b05e-532277914a3a + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 768 + body: "{\"region\":\"fr-par\", \"id\":\"76a92752-3eea-4625-b05e-532277914a3a\", \"cluster_id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"created_at\":\"2025-10-30T16:18:53.744787Z\", \"updated_at\":\"2025-10-30T16:28:10.553310Z\", \"name\":\"test-pool-minimal\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"default\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "768" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:29:42 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - c34f93d6-cda9-4d03-b3db-1af20bdbf667 + status: 200 OK + code: 200 + duration: 75.344298ms +- id: 219 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/76a92752-3eea-4625-b05e-532277914a3a + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 768 + body: "{\"region\":\"fr-par\", \"id\":\"76a92752-3eea-4625-b05e-532277914a3a\", \"cluster_id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"created_at\":\"2025-10-30T16:18:53.744787Z\", \"updated_at\":\"2025-10-30T16:28:10.553310Z\", \"name\":\"test-pool-minimal\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"default\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "768" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:29:47 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 26a099d9-d77a-4115-ad74-d801fa509647 + status: 200 OK + code: 200 + duration: 93.783364ms +- id: 220 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/76a92752-3eea-4625-b05e-532277914a3a + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 768 + body: "{\"region\":\"fr-par\", \"id\":\"76a92752-3eea-4625-b05e-532277914a3a\", \"cluster_id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"created_at\":\"2025-10-30T16:18:53.744787Z\", \"updated_at\":\"2025-10-30T16:28:10.553310Z\", \"name\":\"test-pool-minimal\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"default\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "768" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:29:52 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 129ce61b-341b-4e9e-a7d7-bc32c74e3f5c + status: 200 OK + code: 200 + duration: 98.008705ms +- id: 221 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/76a92752-3eea-4625-b05e-532277914a3a + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 768 + body: "{\"region\":\"fr-par\", \"id\":\"76a92752-3eea-4625-b05e-532277914a3a\", \"cluster_id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"created_at\":\"2025-10-30T16:18:53.744787Z\", \"updated_at\":\"2025-10-30T16:28:10.553310Z\", \"name\":\"test-pool-minimal\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"default\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "768" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:29:57 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 24938d0f-06ee-436f-b086-15b969a705ba + status: 200 OK + code: 200 + duration: 96.722681ms +- id: 222 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/76a92752-3eea-4625-b05e-532277914a3a + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 768 + body: "{\"region\":\"fr-par\", \"id\":\"76a92752-3eea-4625-b05e-532277914a3a\", \"cluster_id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"created_at\":\"2025-10-30T16:18:53.744787Z\", \"updated_at\":\"2025-10-30T16:28:10.553310Z\", \"name\":\"test-pool-minimal\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"default\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "768" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:30:02 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 17f81ffd-287a-48c6-8170-b4afe13e3e20 + status: 200 OK + code: 200 + duration: 93.84488ms +- id: 223 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/76a92752-3eea-4625-b05e-532277914a3a + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 768 + body: "{\"region\":\"fr-par\", \"id\":\"76a92752-3eea-4625-b05e-532277914a3a\", \"cluster_id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"created_at\":\"2025-10-30T16:18:53.744787Z\", \"updated_at\":\"2025-10-30T16:28:10.553310Z\", \"name\":\"test-pool-minimal\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"default\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "768" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:30:07 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - e8c86bab-5eaa-4cb9-a3be-6687616fc455 + status: 200 OK + code: 200 + duration: 89.071472ms +- id: 224 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/76a92752-3eea-4625-b05e-532277914a3a + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 768 + body: "{\"region\":\"fr-par\", \"id\":\"76a92752-3eea-4625-b05e-532277914a3a\", \"cluster_id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"created_at\":\"2025-10-30T16:18:53.744787Z\", \"updated_at\":\"2025-10-30T16:28:10.553310Z\", \"name\":\"test-pool-minimal\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"default\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "768" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:30:12 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 036c8b55-c548-497d-8e0a-fcd587f3d0a8 + status: 200 OK + code: 200 + duration: 79.575259ms +- id: 225 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/76a92752-3eea-4625-b05e-532277914a3a + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 768 + body: "{\"region\":\"fr-par\", \"id\":\"76a92752-3eea-4625-b05e-532277914a3a\", \"cluster_id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"created_at\":\"2025-10-30T16:18:53.744787Z\", \"updated_at\":\"2025-10-30T16:28:10.553310Z\", \"name\":\"test-pool-minimal\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"default\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "768" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:30:17 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - da17fe4f-d489-4c34-87db-3ccd2c0a5f0b + status: 200 OK + code: 200 + duration: 105.888514ms +- id: 226 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/76a92752-3eea-4625-b05e-532277914a3a + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 125 + body: "{\"message\":\"resource is not found\",\"resource\":\"pool\",\"resource_id\":\"76a92752-3eea-4625-b05e-532277914a3a\",\"type\":\"not_found\"}" + headers: + Content-Length: + - "125" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:30:22 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 5c02789f-8ea5-413b-bebe-b174cf6e55e1 + status: 404 Not Found + code: 404 + duration: 26.408745ms +- id: 227 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + form: + with_additional_resources: + - "false" + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/bd51a0ad-80a1-4d46-8acb-9adaa4108410?with_additional_resources=false + method: DELETE + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1637 + body: "{\"region\":\"fr-par\", \"id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:48.262115Z\", \"updated_at\":\"2025-10-30T16:30:23.088229Z\", \"type\":\"kapsule\", \"name\":\"test-pool-minimal\", \"description\":\"\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"cni\":\"calico\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"minimal\"], \"cluster_url\":\"https://bd51a0ad-80a1-4d46-8acb-9adaa4108410.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.bd51a0ad-80a1-4d46-8acb-9adaa4108410.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"dd4ca113-1e98-4ef4-851b-44e9acdda76c\", \"commitment_ends_at\":\"2025-10-30T16:18:48.262121Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"1797d43b-5d04-471b-80f7-5036f26b7d01\", \"new_images_enabled\":false, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1637" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:30:23 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 0dc96049-8470-43af-8ebc-9f00bd316f55 + status: 200 OK + code: 200 + duration: 154.688824ms +- id: 228 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/bd51a0ad-80a1-4d46-8acb-9adaa4108410 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1636 + body: "{\"region\":\"fr-par\", \"id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:48.262115Z\", \"updated_at\":\"2025-10-30T16:30:23.088229Z\", \"type\":\"kapsule\", \"name\":\"test-pool-minimal\", \"description\":\"\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"cni\":\"calico\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"minimal\"], \"cluster_url\":\"https://bd51a0ad-80a1-4d46-8acb-9adaa4108410.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.bd51a0ad-80a1-4d46-8acb-9adaa4108410.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"dd4ca113-1e98-4ef4-851b-44e9acdda76c\", \"commitment_ends_at\":\"2025-10-30T16:18:48.262121Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"1797d43b-5d04-471b-80f7-5036f26b7d01\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1636" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:30:23 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 772756e7-bf29-4c4a-9359-386a0cc5b4bd + status: 200 OK + code: 200 + duration: 103.989239ms +- id: 229 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/bd51a0ad-80a1-4d46-8acb-9adaa4108410 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1636 + body: "{\"region\":\"fr-par\", \"id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:48.262115Z\", \"updated_at\":\"2025-10-30T16:30:23.088229Z\", \"type\":\"kapsule\", \"name\":\"test-pool-minimal\", \"description\":\"\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"cni\":\"calico\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"minimal\"], \"cluster_url\":\"https://bd51a0ad-80a1-4d46-8acb-9adaa4108410.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.bd51a0ad-80a1-4d46-8acb-9adaa4108410.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"dd4ca113-1e98-4ef4-851b-44e9acdda76c\", \"commitment_ends_at\":\"2025-10-30T16:18:48.262121Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"1797d43b-5d04-471b-80f7-5036f26b7d01\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1636" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:30:28 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 693a7ed5-9074-4bb0-bc03-0618df9f88a2 + status: 200 OK + code: 200 + duration: 93.342488ms +- id: 230 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/bd51a0ad-80a1-4d46-8acb-9adaa4108410 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1636 + body: "{\"region\":\"fr-par\", \"id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:48.262115Z\", \"updated_at\":\"2025-10-30T16:30:23.088229Z\", \"type\":\"kapsule\", \"name\":\"test-pool-minimal\", \"description\":\"\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"cni\":\"calico\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"minimal\"], \"cluster_url\":\"https://bd51a0ad-80a1-4d46-8acb-9adaa4108410.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.bd51a0ad-80a1-4d46-8acb-9adaa4108410.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"dd4ca113-1e98-4ef4-851b-44e9acdda76c\", \"commitment_ends_at\":\"2025-10-30T16:18:48.262121Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"1797d43b-5d04-471b-80f7-5036f26b7d01\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1636" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:30:33 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 005dc30b-b92d-42ab-b3e0-cf5ab4d881fc + status: 200 OK + code: 200 + duration: 86.650848ms +- id: 231 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/bd51a0ad-80a1-4d46-8acb-9adaa4108410 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1636 + body: "{\"region\":\"fr-par\", \"id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:48.262115Z\", \"updated_at\":\"2025-10-30T16:30:23.088229Z\", \"type\":\"kapsule\", \"name\":\"test-pool-minimal\", \"description\":\"\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"cni\":\"calico\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"minimal\"], \"cluster_url\":\"https://bd51a0ad-80a1-4d46-8acb-9adaa4108410.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.bd51a0ad-80a1-4d46-8acb-9adaa4108410.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"dd4ca113-1e98-4ef4-851b-44e9acdda76c\", \"commitment_ends_at\":\"2025-10-30T16:18:48.262121Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"1797d43b-5d04-471b-80f7-5036f26b7d01\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1636" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:30:38 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - de70e579-ca22-4718-9f09-48db202697f1 + status: 200 OK + code: 200 + duration: 87.34991ms +- id: 232 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/bd51a0ad-80a1-4d46-8acb-9adaa4108410 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 128 + body: "{\"message\":\"resource is not found\",\"resource\":\"cluster\",\"resource_id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\",\"type\":\"not_found\"}" + headers: + Content-Length: + - "128" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:30:43 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - ac309ca5-79ff-46ef-b785-433e59034bc0 + status: 404 Not Found + code: 404 + duration: 22.349867ms +- id: 233 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks/dd4ca113-1e98-4ef4-851b-44e9acdda76c + method: DELETE + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 0 + body: "" + headers: + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:30:44 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 1124d2e1-216a-4d5d-8956-aeb0d8f27e74 + status: 204 No Content + code: 204 + duration: 1.21587502s +- id: 234 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/vpc/v2/regions/fr-par/vpcs/fb5cd7b8-e592-4b6e-8216-66fca3c089b6 + method: DELETE + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 0 + body: "" + headers: + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:30:44 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 041cec3a-a6e6-4f00-8f80-bdb94fd516ce + status: 204 No Content + code: 204 + duration: 181.712121ms +- id: 235 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/76a92752-3eea-4625-b05e-532277914a3a + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 125 + body: "{\"message\":\"resource is not found\",\"resource\":\"pool\",\"resource_id\":\"76a92752-3eea-4625-b05e-532277914a3a\",\"type\":\"not_found\"}" + headers: + Content-Length: + - "125" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:30:45 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - d2baac51-9cbe-419b-b553-906033473a19 + status: 404 Not Found + code: 404 + duration: 27.683717ms +- id: 236 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/bd51a0ad-80a1-4d46-8acb-9adaa4108410 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 128 + body: "{\"message\":\"resource is not found\",\"resource\":\"cluster\",\"resource_id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\",\"type\":\"not_found\"}" + headers: + Content-Length: + - "128" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:30:45 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 59a0c752-5fed-4420-8d54-74d793de8367 + status: 404 Not Found + code: 404 + duration: 21.920541ms +- id: 237 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks/dd4ca113-1e98-4ef4-851b-44e9acdda76c + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 136 + body: "{\"message\":\"resource is not found\",\"resource\":\"private_network\",\"resource_id\":\"dd4ca113-1e98-4ef4-851b-44e9acdda76c\",\"type\":\"not_found\"}" + headers: + Content-Length: + - "136" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:30:45 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 17ba2016-e63e-46c1-b200-d15c83236c47 + status: 404 Not Found + code: 404 + duration: 19.794521ms diff --git a/internal/services/k8s/testdata/pool-kubelet-args.cassette.yaml b/internal/services/k8s/testdata/pool-kubelet-args.cassette.yaml index dc5d3d221f..f897d20ce4 100644 --- a/internal/services/k8s/testdata/pool-kubelet-args.cassette.yaml +++ b/internal/services/k8s/testdata/pool-kubelet-args.cassette.yaml @@ -1,3194 +1,4690 @@ --- version: 2 interactions: - - id: 0 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/versions - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 4962 - uncompressed: false - body: '{"versions":[{"available_admission_plugins":["AlwaysPullImages","PodNodeSelector","PodTolerationRestriction"],"available_cnis":["cilium","cilium_native","calico","kilo","none"],"available_container_runtimes":["containerd"],"available_feature_gates":["HPAScaleToZero","CPUManagerPolicyAlphaOptions","ImageVolume"],"available_kubelet_args":{"containerLogMaxFiles":"uint16","containerLogMaxSize":"quantity","cpuCFSQuota":"bool","cpuCFSQuotaPeriod":"duration","cpuManagerPolicy":"enum:none|static","cpuManagerPolicyOptions":"map[string]string","enableDebuggingHandlers":"bool","evictionHard":"map[string]string","evictionMinimumReclaim":"map[string]string","imageGCHighThresholdPercent":"uint32","imageGCLowThresholdPercent":"uint32","maxParallelImagePulls":"int32","maxPods":"uint16","registryBurst":"int32","registryPullQPS":"int32","serializeImagePulls":"bool"},"label":"Kubernetes 1.34.1","name":"1.34.1","region":"fr-par"},{"available_admission_plugins":["AlwaysPullImages","PodNodeSelector","PodTolerationRestriction"],"available_cnis":["cilium","calico","kilo","none"],"available_container_runtimes":["containerd"],"available_feature_gates":["HPAScaleToZero","DRAAdminAccess","DynamicResourceAllocation","PodLevelResources","CPUManagerPolicyAlphaOptions","ImageVolume"],"available_kubelet_args":{"containerLogMaxFiles":"uint16","containerLogMaxSize":"quantity","cpuCFSQuota":"bool","cpuCFSQuotaPeriod":"duration","cpuManagerPolicy":"enum:none|static","cpuManagerPolicyOptions":"map[string]string","enableDebuggingHandlers":"bool","evictionHard":"map[string]string","evictionMinimumReclaim":"map[string]string","imageGCHighThresholdPercent":"uint32","imageGCLowThresholdPercent":"uint32","maxParallelImagePulls":"int32","maxPods":"uint16","registryBurst":"int32","registryPullQPS":"int32","serializeImagePulls":"bool"},"label":"Kubernetes 1.33.4","name":"1.33.4","region":"fr-par"},{"available_admission_plugins":["AlwaysPullImages","PodNodeSelector","PodTolerationRestriction"],"available_cnis":["cilium","calico","kilo","none"],"available_container_runtimes":["containerd"],"available_feature_gates":["HPAScaleToZero","InPlacePodVerticalScaling","SidecarContainers","DRAAdminAccess","DRAResourceClaimDeviceStatus","DynamicResourceAllocation","PodLevelResources","CPUManagerPolicyAlphaOptions","ImageVolume"],"available_kubelet_args":{"containerLogMaxFiles":"uint16","containerLogMaxSize":"quantity","cpuCFSQuota":"bool","cpuCFSQuotaPeriod":"duration","cpuManagerPolicy":"enum:none|static","cpuManagerPolicyOptions":"map[string]string","enableDebuggingHandlers":"bool","evictionHard":"map[string]string","evictionMinimumReclaim":"map[string]string","imageGCHighThresholdPercent":"uint32","imageGCLowThresholdPercent":"uint32","maxParallelImagePulls":"int32","maxPods":"uint16","registryBurst":"int32","registryPullQPS":"int32","serializeImagePulls":"bool"},"label":"Kubernetes 1.32.8","name":"1.32.8","region":"fr-par"},{"available_admission_plugins":["AlwaysPullImages","PodNodeSelector","PodTolerationRestriction"],"available_cnis":["cilium","calico","kilo","none"],"available_container_runtimes":["containerd"],"available_feature_gates":["HPAScaleToZero","InPlacePodVerticalScaling","SidecarContainers","CPUManagerPolicyAlphaOptions","ImageVolume"],"available_kubelet_args":{"containerLogMaxFiles":"uint16","containerLogMaxSize":"quantity","cpuCFSQuota":"bool","cpuCFSQuotaPeriod":"duration","cpuManagerPolicy":"enum:none|static","cpuManagerPolicyOptions":"map[string]string","enableDebuggingHandlers":"bool","evictionHard":"map[string]string","evictionMinimumReclaim":"map[string]string","imageGCHighThresholdPercent":"uint32","imageGCLowThresholdPercent":"uint32","maxParallelImagePulls":"int32","maxPods":"uint16","registryBurst":"int32","registryPullQPS":"int32","serializeImagePulls":"bool"},"label":"Kubernetes 1.31.12","name":"1.31.12","region":"fr-par"},{"available_admission_plugins":["AlwaysPullImages","PodNodeSelector","PodTolerationRestriction"],"available_cnis":["cilium","calico","kilo","none"],"available_container_runtimes":["containerd"],"available_feature_gates":["HPAScaleToZero","SidecarContainers","InPlacePodVerticalScaling","CPUManagerPolicyAlphaOptions"],"available_kubelet_args":{"containerLogMaxFiles":"uint16","containerLogMaxSize":"quantity","cpuCFSQuota":"bool","cpuCFSQuotaPeriod":"duration","cpuManagerPolicy":"enum:none|static","cpuManagerPolicyOptions":"map[string]string","enableDebuggingHandlers":"bool","evictionHard":"map[string]string","evictionMinimumReclaim":"map[string]string","imageGCHighThresholdPercent":"uint32","imageGCLowThresholdPercent":"uint32","maxParallelImagePulls":"int32","maxPods":"uint16","registryBurst":"int32","registryPullQPS":"int32","serializeImagePulls":"bool"},"label":"Kubernetes 1.30.14","name":"1.30.14","region":"fr-par"}]}' - headers: - Content-Length: - - "4962" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 15:28:37 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 6574caf4-c36a-4038-90d1-b2bd0951113b - status: 200 OK - code: 200 - duration: 310.159458ms - - id: 1 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 132 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: '{"name":"testAccCheckK8SPoolConfigKubeletArgs","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","tags":[],"enable_routing":false}' - form: {} - headers: - Content-Type: - - application/json - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/fr-par/vpcs - method: POST - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 434 - uncompressed: false - body: '{"created_at":"2025-09-30T15:28:38.307027Z","custom_routes_propagation_enabled":true,"id":"b1895d78-4de4-4a1e-98f0-8cf55cfffd33","is_default":false,"name":"testAccCheckK8SPoolConfigKubeletArgs","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","private_network_count":0,"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","routing_enabled":true,"tags":[],"updated_at":"2025-09-30T15:28:38.307027Z"}' - headers: - Content-Length: - - "434" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 15:28:38 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 00ef0ae6-47cb-47bd-bff5-0764e1ad86fb - status: 200 OK - code: 200 - duration: 192.667958ms - - id: 2 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/fr-par/vpcs/b1895d78-4de4-4a1e-98f0-8cf55cfffd33 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 434 - uncompressed: false - body: '{"created_at":"2025-09-30T15:28:38.307027Z","custom_routes_propagation_enabled":true,"id":"b1895d78-4de4-4a1e-98f0-8cf55cfffd33","is_default":false,"name":"testAccCheckK8SPoolConfigKubeletArgs","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","private_network_count":0,"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","routing_enabled":true,"tags":[],"updated_at":"2025-09-30T15:28:38.307027Z"}' - headers: - Content-Length: - - "434" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 15:28:38 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 1042fabb-634b-43e0-b07a-02b9a2e880a7 - status: 200 OK - code: 200 - duration: 94.533042ms - - id: 3 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 200 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: '{"name":"test-pool-kubelet-args","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","tags":[],"subnets":null,"vpc_id":"b1895d78-4de4-4a1e-98f0-8cf55cfffd33","default_route_propagation_enabled":false}' - form: {} - headers: - Content-Type: - - application/json - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks - method: POST - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1093 - uncompressed: false - body: '{"created_at":"2025-09-30T15:28:38.593285Z","default_route_propagation_enabled":false,"dhcp_enabled":true,"id":"6fa9fd74-d94d-4eeb-bdce-2b57abbc2f19","name":"test-pool-kubelet-args","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","subnets":[{"created_at":"2025-09-30T15:28:38.593285Z","id":"b3af8ba0-398d-42e1-aa7a-88d1cd002472","private_network_id":"6fa9fd74-d94d-4eeb-bdce-2b57abbc2f19","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","subnet":"172.17.164.0/22","updated_at":"2025-09-30T15:28:38.593285Z","vpc_id":"b1895d78-4de4-4a1e-98f0-8cf55cfffd33"},{"created_at":"2025-09-30T15:28:38.593285Z","id":"e6573a92-ec9f-4ec2-bd71-cc659a80b622","private_network_id":"6fa9fd74-d94d-4eeb-bdce-2b57abbc2f19","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","subnet":"fd5f:519c:6d46:2634::/64","updated_at":"2025-09-30T15:28:38.593285Z","vpc_id":"b1895d78-4de4-4a1e-98f0-8cf55cfffd33"}],"tags":[],"updated_at":"2025-09-30T15:28:38.593285Z","vpc_id":"b1895d78-4de4-4a1e-98f0-8cf55cfffd33"}' - headers: - Content-Length: - - "1093" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 15:28:39 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 35f2710c-7e61-464f-a095-58cd6bf455e2 - status: 200 OK - code: 200 - duration: 831.102917ms - - id: 4 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks/6fa9fd74-d94d-4eeb-bdce-2b57abbc2f19 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1093 - uncompressed: false - body: '{"created_at":"2025-09-30T15:28:38.593285Z","default_route_propagation_enabled":false,"dhcp_enabled":true,"id":"6fa9fd74-d94d-4eeb-bdce-2b57abbc2f19","name":"test-pool-kubelet-args","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","subnets":[{"created_at":"2025-09-30T15:28:38.593285Z","id":"b3af8ba0-398d-42e1-aa7a-88d1cd002472","private_network_id":"6fa9fd74-d94d-4eeb-bdce-2b57abbc2f19","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","subnet":"172.17.164.0/22","updated_at":"2025-09-30T15:28:38.593285Z","vpc_id":"b1895d78-4de4-4a1e-98f0-8cf55cfffd33"},{"created_at":"2025-09-30T15:28:38.593285Z","id":"e6573a92-ec9f-4ec2-bd71-cc659a80b622","private_network_id":"6fa9fd74-d94d-4eeb-bdce-2b57abbc2f19","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","subnet":"fd5f:519c:6d46:2634::/64","updated_at":"2025-09-30T15:28:38.593285Z","vpc_id":"b1895d78-4de4-4a1e-98f0-8cf55cfffd33"}],"tags":[],"updated_at":"2025-09-30T15:28:38.593285Z","vpc_id":"b1895d78-4de4-4a1e-98f0-8cf55cfffd33"}' - headers: - Content-Length: - - "1093" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 15:28:39 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - b536d30b-f491-4912-bf12-dc1adc4a10d3 - status: 200 OK - code: 200 - duration: 95.759125ms - - id: 5 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 708 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: '{"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","type":"","name":"test-pool-kubelet-args","description":"","tags":["terraform-test","scaleway_k8s_cluster","kubelet_args"],"version":"1.34.1","cni":"cilium","pools":null,"autoscaler_config":{"scale_down_disabled":null,"scale_down_delay_after_add":null,"estimator":"unknown_estimator","expander":"unknown_expander","ignore_daemonsets_utilization":null,"balance_similar_node_groups":null,"expendable_pods_priority_cutoff":0,"scale_down_unneeded_time":null,"scale_down_utilization_threshold":null,"max_graceful_termination_sec":0},"feature_gates":[],"admission_plugins":[],"apiserver_cert_sans":[],"private_network_id":"6fa9fd74-d94d-4eeb-bdce-2b57abbc2f19"}' - form: {} - headers: - Content-Type: - - application/json - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters - method: POST - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1611 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://9a9114c9-bfef-41b5-b14f-68a3bfca2ffe.api.k8s.fr-par.scw.cloud:6443","cni":"cilium","commitment_ends_at":"2025-09-30T15:28:39.685767Z","created_at":"2025-09-30T15:28:39.685750Z","description":"","dns_wildcard":"*.9a9114c9-bfef-41b5-b14f-68a3bfca2ffe.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"","id":"9a9114c9-bfef-41b5-b14f-68a3bfca2ffe","name":"test-pool-kubelet-args","new_images_enabled":false,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"100.64.0.0/15","private_network_id":"6fa9fd74-d94d-4eeb-bdce-2b57abbc2f19","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"10.32.0.0/20","service_dns_ip":"10.32.0.10","status":"creating","tags":["terraform-test","scaleway_k8s_cluster","kubelet_args"],"type":"kapsule","updated_at":"2025-09-30T15:28:39.685750Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1611" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 15:28:39 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 44e4811d-3039-433e-857f-2afe14f1681e - status: 200 OK - code: 200 - duration: 412.883959ms - - id: 6 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/9a9114c9-bfef-41b5-b14f-68a3bfca2ffe - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1575 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://9a9114c9-bfef-41b5-b14f-68a3bfca2ffe.api.k8s.fr-par.scw.cloud:6443","cni":"cilium","commitment_ends_at":"2025-09-30T15:28:39.685767Z","created_at":"2025-09-30T15:28:39.685750Z","description":"","dns_wildcard":"*.9a9114c9-bfef-41b5-b14f-68a3bfca2ffe.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"","id":"9a9114c9-bfef-41b5-b14f-68a3bfca2ffe","name":"test-pool-kubelet-args","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":"6fa9fd74-d94d-4eeb-bdce-2b57abbc2f19","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"","service_dns_ip":"","status":"creating","tags":["terraform-test","scaleway_k8s_cluster","kubelet_args"],"type":"kapsule","updated_at":"2025-09-30T15:28:39.814793Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1575" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 15:28:39 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - bb53905d-a782-4428-a12f-eea796c54581 - status: 200 OK - code: 200 - duration: 88.816ms - - id: 7 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/9a9114c9-bfef-41b5-b14f-68a3bfca2ffe - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1616 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://9a9114c9-bfef-41b5-b14f-68a3bfca2ffe.api.k8s.fr-par.scw.cloud:6443","cni":"cilium","commitment_ends_at":"2025-09-30T15:28:39.685767Z","created_at":"2025-09-30T15:28:39.685750Z","description":"","dns_wildcard":"*.9a9114c9-bfef-41b5-b14f-68a3bfca2ffe.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"3c4f53a2-42d0-4650-9f04-ec62dc5017df","id":"9a9114c9-bfef-41b5-b14f-68a3bfca2ffe","name":"test-pool-kubelet-args","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":"6fa9fd74-d94d-4eeb-bdce-2b57abbc2f19","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"","service_dns_ip":"","status":"pool_required","tags":["terraform-test","scaleway_k8s_cluster","kubelet_args"],"type":"kapsule","updated_at":"2025-09-30T15:28:40.155242Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1616" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 15:28:44 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - fa08abcb-eb82-473c-9702-b3072161284c - status: 200 OK - code: 200 - duration: 93.775875ms - - id: 8 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/9a9114c9-bfef-41b5-b14f-68a3bfca2ffe/pools?order_by=created_at_asc&page=1&status=unknown - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 29 - uncompressed: false - body: '{"pools":[],"total_count":0}' - headers: - Content-Length: - - "29" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 15:28:45 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - b02b3887-4f15-41d3-9d5c-9908c0310340 - status: 200 OK - code: 200 - duration: 91.145542ms - - id: 9 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/9a9114c9-bfef-41b5-b14f-68a3bfca2ffe - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1616 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://9a9114c9-bfef-41b5-b14f-68a3bfca2ffe.api.k8s.fr-par.scw.cloud:6443","cni":"cilium","commitment_ends_at":"2025-09-30T15:28:39.685767Z","created_at":"2025-09-30T15:28:39.685750Z","description":"","dns_wildcard":"*.9a9114c9-bfef-41b5-b14f-68a3bfca2ffe.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"3c4f53a2-42d0-4650-9f04-ec62dc5017df","id":"9a9114c9-bfef-41b5-b14f-68a3bfca2ffe","name":"test-pool-kubelet-args","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":"6fa9fd74-d94d-4eeb-bdce-2b57abbc2f19","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"","service_dns_ip":"","status":"pool_required","tags":["terraform-test","scaleway_k8s_cluster","kubelet_args"],"type":"kapsule","updated_at":"2025-09-30T15:28:40.155242Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1616" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 15:28:45 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - fb70af66-b630-41ea-aa52-8659e4257dca - status: 200 OK - code: 200 - duration: 86.466875ms - - id: 10 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/9a9114c9-bfef-41b5-b14f-68a3bfca2ffe/kubeconfig - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1718 - uncompressed: false - body: '{"content":"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogInRlc3QtcG9vbC1rdWJlbGV0LWFyZ3MiCiAgY2x1c3RlcjoKICAgIGNlcnRpZmljYXRlLWF1dGhvcml0eS1kYXRhOiBMUzB0TFMxQ1JVZEpUaUJEUlZKVVNVWkpRMEZVUlMwdExTMHRDazFKU1VKWVJFTkRRVkZIWjBGM1NVSkJaMGxDUVVSQlMwSm5aM0ZvYTJwUFVGRlJSRUZxUVZaTlVrMTNSVkZaUkZaUlVVUkZkM0J5WkZkS2JHTnROV3dLWkVkV2VrMUNORmhFVkVreFRVUnJlVTlVUlRGTmFtZDZUMVp2V0VSVVRURk5SR3Q1VDFSRk1VMXFaM3BQVm05M1JsUkZWRTFDUlVkQk1WVkZRWGhOU3dwaE0xWnBXbGhLZFZwWVVteGpla0phVFVKTlIwSjVjVWRUVFRRNVFXZEZSME5EY1VkVFRUUTVRWGRGU0VFd1NVRkNSREl2UW1OTWEwdE1WWFoyWlhCSENtWmhlVXBOYkZCa2VIRk5jVEUzTldWVWVtWm5XbUZKTW1WU2IzWTNlbkY0TVZGVk9IVnFjRWRxUnpreU1WQjFTRGhDYjBneVlYSmFkV040TWtKd05YSUtibFJJVEZOaU5tcFJha0pCVFVFMFIwRXhWV1JFZDBWQ0wzZFJSVUYzU1VOd1JFRlFRbWRPVmtoU1RVSkJaamhGUWxSQlJFRlJTQzlOUWpCSFFURlZaQXBFWjFGWFFrSlNWRFJ2YVVWQmVXWldUWFZZVFdvelNqRlBZa1pEWm0wMWRXdDZRVXRDWjJkeGFHdHFUMUJSVVVSQlowNUtRVVJDUjBGcFJVRnljVW96Q2pNNWJFdHNOSEoxUm1wNlNXbGpSbGx6VlhNNFkyOUlOak5MTVVNM1JGUldZbWh4U0Vka1kwTkpVVVF6YjJOSU9VbDBRVXBuY1hvM2VYWkVSSE0xWlc0S1dFOTRiWGxOY2xCM2JETjZSVFZzV201UlZuWXJRVDA5Q2kwdExTMHRSVTVFSUVORlVsUkpSa2xEUVZSRkxTMHRMUzBLCiAgICBzZXJ2ZXI6IGh0dHBzOi8vOWE5MTE0YzktYmZlZi00MWI1LWIxNGYtNjhhM2JmY2EyZmZlLmFwaS5rOHMuZnItcGFyLnNjdy5jbG91ZDo2NDQzCmNvbnRleHRzOgotIG5hbWU6IGFkbWluQHRlc3QtcG9vbC1rdWJlbGV0LWFyZ3MKICBjb250ZXh0OgogICAgY2x1c3RlcjogInRlc3QtcG9vbC1rdWJlbGV0LWFyZ3MiCiAgICB1c2VyOiB0ZXN0LXBvb2wta3ViZWxldC1hcmdzLWFkbWluCmN1cnJlbnQtY29udGV4dDogYWRtaW5AdGVzdC1wb29sLWt1YmVsZXQtYXJncwpraW5kOiBDb25maWcKcHJlZmVyZW5jZXM6IHt9CnVzZXJzOgotIG5hbWU6IHRlc3QtcG9vbC1rdWJlbGV0LWFyZ3MtYWRtaW4KICB1c2VyOgogICAgdG9rZW46IEZJWnNNNVQ5clhya3pxS1loWEpnaHVGNjlCc3g4cGdQcnNncjFVcHlmQUs2b1FiSTExY2RoZ0ZU","content_type":"application/octet-stream","name":"kubeconfig"}' - headers: - Content-Length: - - "1718" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 15:28:45 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 96223d5a-1ea8-4e76-8b18-23c1fada5529 - status: 200 OK - code: 200 - duration: 92.42325ms - - id: 11 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/9a9114c9-bfef-41b5-b14f-68a3bfca2ffe - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1616 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://9a9114c9-bfef-41b5-b14f-68a3bfca2ffe.api.k8s.fr-par.scw.cloud:6443","cni":"cilium","commitment_ends_at":"2025-09-30T15:28:39.685767Z","created_at":"2025-09-30T15:28:39.685750Z","description":"","dns_wildcard":"*.9a9114c9-bfef-41b5-b14f-68a3bfca2ffe.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"3c4f53a2-42d0-4650-9f04-ec62dc5017df","id":"9a9114c9-bfef-41b5-b14f-68a3bfca2ffe","name":"test-pool-kubelet-args","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":"6fa9fd74-d94d-4eeb-bdce-2b57abbc2f19","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"","service_dns_ip":"","status":"pool_required","tags":["terraform-test","scaleway_k8s_cluster","kubelet_args"],"type":"kapsule","updated_at":"2025-09-30T15:28:40.155242Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1616" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 15:28:45 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 9c82234f-4b0d-4798-a3b7-cbb3756b19b5 - status: 200 OK - code: 200 - duration: 72.553959ms - - id: 12 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 346 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: '{"name":"test-pool-kubelet-args","node_type":"pro2_xxs","autoscaling":true,"size":1,"min_size":1,"max_size":1,"container_runtime":"containerd","autohealing":true,"tags":["terraform-test","scaleway_k8s_cluster","kubelet_args"],"kubelet_args":{"maxPods":"1337"},"zone":"fr-par-1","root_volume_type":"default_volume_type","public_ip_disabled":false}' - form: {} - headers: - Content-Type: - - application/json - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/9a9114c9-bfef-41b5-b14f-68a3bfca2ffe/pools - method: POST - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 793 - uncompressed: false - body: '{"autohealing":true,"autoscaling":true,"cluster_id":"9a9114c9-bfef-41b5-b14f-68a3bfca2ffe","container_runtime":"containerd","created_at":"2025-09-30T15:28:45.446495Z","id":"6fa9a3bf-add6-477b-8e7b-eca980fce65b","kubelet_args":{"maxPods":"1337"},"max_size":1,"min_size":1,"name":"test-pool-kubelet-args","new_images_enabled":true,"node_type":"pro2_xxs","placement_group_id":null,"public_ip_disabled":false,"region":"fr-par","root_volume_size":20000000000,"root_volume_type":"sbs_5k","security_group_id":"d49109f7-0bad-4991-b0fb-853c658463d2","size":1,"status":"scaling","tags":["terraform-test","scaleway_k8s_cluster","kubelet_args"],"updated_at":"2025-09-30T15:28:45.446495Z","upgrade_policy":{"max_surge":0,"max_unavailable":1},"version":"1.34.1","zone":"fr-par-1"}' - headers: - Content-Length: - - "793" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 15:28:45 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - bc1abbdd-d703-429e-8e9f-1d108650ec05 - status: 200 OK - code: 200 - duration: 181.540917ms - - id: 13 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/6fa9a3bf-add6-477b-8e7b-eca980fce65b - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 793 - uncompressed: false - body: '{"autohealing":true,"autoscaling":true,"cluster_id":"9a9114c9-bfef-41b5-b14f-68a3bfca2ffe","container_runtime":"containerd","created_at":"2025-09-30T15:28:45.446495Z","id":"6fa9a3bf-add6-477b-8e7b-eca980fce65b","kubelet_args":{"maxPods":"1337"},"max_size":1,"min_size":1,"name":"test-pool-kubelet-args","new_images_enabled":true,"node_type":"pro2_xxs","placement_group_id":null,"public_ip_disabled":false,"region":"fr-par","root_volume_size":20000000000,"root_volume_type":"sbs_5k","security_group_id":"d49109f7-0bad-4991-b0fb-853c658463d2","size":1,"status":"scaling","tags":["terraform-test","scaleway_k8s_cluster","kubelet_args"],"updated_at":"2025-09-30T15:28:45.446495Z","upgrade_policy":{"max_surge":0,"max_unavailable":1},"version":"1.34.1","zone":"fr-par-1"}' - headers: - Content-Length: - - "793" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 15:28:45 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 0021d36c-6034-48a2-91b2-8214f8a66fbe - status: 200 OK - code: 200 - duration: 73.183084ms - - id: 14 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/6fa9a3bf-add6-477b-8e7b-eca980fce65b - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 791 - uncompressed: false - body: '{"autohealing":true,"autoscaling":true,"cluster_id":"9a9114c9-bfef-41b5-b14f-68a3bfca2ffe","container_runtime":"containerd","created_at":"2025-09-30T15:28:45.446495Z","id":"6fa9a3bf-add6-477b-8e7b-eca980fce65b","kubelet_args":{"maxPods":"1337"},"max_size":1,"min_size":1,"name":"test-pool-kubelet-args","new_images_enabled":true,"node_type":"pro2_xxs","placement_group_id":null,"public_ip_disabled":false,"region":"fr-par","root_volume_size":20000000000,"root_volume_type":"sbs_5k","security_group_id":"d49109f7-0bad-4991-b0fb-853c658463d2","size":1,"status":"ready","tags":["terraform-test","scaleway_k8s_cluster","kubelet_args"],"updated_at":"2025-09-30T15:35:01.261019Z","upgrade_policy":{"max_surge":0,"max_unavailable":1},"version":"1.34.1","zone":"fr-par-1"}' - headers: - Content-Length: - - "791" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 15:35:02 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 98696529-2f5e-4bd5-ae30-a4d1606960fe - status: 200 OK - code: 200 - duration: 93.58575ms - - id: 15 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/9a9114c9-bfef-41b5-b14f-68a3bfca2ffe - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1608 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://9a9114c9-bfef-41b5-b14f-68a3bfca2ffe.api.k8s.fr-par.scw.cloud:6443","cni":"cilium","commitment_ends_at":"2025-09-30T15:28:39.685767Z","created_at":"2025-09-30T15:28:39.685750Z","description":"","dns_wildcard":"*.9a9114c9-bfef-41b5-b14f-68a3bfca2ffe.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"3c4f53a2-42d0-4650-9f04-ec62dc5017df","id":"9a9114c9-bfef-41b5-b14f-68a3bfca2ffe","name":"test-pool-kubelet-args","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":"6fa9fd74-d94d-4eeb-bdce-2b57abbc2f19","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"","service_dns_ip":"","status":"ready","tags":["terraform-test","scaleway_k8s_cluster","kubelet_args"],"type":"kapsule","updated_at":"2025-09-30T15:30:07.929878Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1608" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 15:35:02 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - f82a25de-b0c6-4537-b3e0-f6a05b04eb91 - status: 200 OK - code: 200 - duration: 90.926417ms - - id: 16 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/6fa9a3bf-add6-477b-8e7b-eca980fce65b - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 791 - uncompressed: false - body: '{"autohealing":true,"autoscaling":true,"cluster_id":"9a9114c9-bfef-41b5-b14f-68a3bfca2ffe","container_runtime":"containerd","created_at":"2025-09-30T15:28:45.446495Z","id":"6fa9a3bf-add6-477b-8e7b-eca980fce65b","kubelet_args":{"maxPods":"1337"},"max_size":1,"min_size":1,"name":"test-pool-kubelet-args","new_images_enabled":true,"node_type":"pro2_xxs","placement_group_id":null,"public_ip_disabled":false,"region":"fr-par","root_volume_size":20000000000,"root_volume_type":"sbs_5k","security_group_id":"d49109f7-0bad-4991-b0fb-853c658463d2","size":1,"status":"ready","tags":["terraform-test","scaleway_k8s_cluster","kubelet_args"],"updated_at":"2025-09-30T15:35:01.261019Z","upgrade_policy":{"max_surge":0,"max_unavailable":1},"version":"1.34.1","zone":"fr-par-1"}' - headers: - Content-Length: - - "791" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 15:35:02 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - eee92c76-69ad-41ae-a610-e05534498a20 - status: 200 OK - code: 200 - duration: 96.947375ms - - id: 17 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/9a9114c9-bfef-41b5-b14f-68a3bfca2ffe/nodes?order_by=created_at_asc&page=1&pool_id=6fa9a3bf-add6-477b-8e7b-eca980fce65b&status=unknown - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 621 - uncompressed: false - body: '{"nodes":[{"cluster_id":"9a9114c9-bfef-41b5-b14f-68a3bfca2ffe","conditions":{"DiskPressure":"False","MemoryPressure":"False","PIDPressure":"False","Ready":"True"},"created_at":"2025-09-30T15:34:03.547620Z","error_message":"","id":"6cdacd7f-096e-483d-9723-230d1c5d82d9","name":"scw-test-pool-kubelet-test-pool-kubelet-6cdacd","pool_id":"6fa9a3bf-add6-477b-8e7b-eca980fce65b","provider_id":"scaleway://instance/fr-par-1/a8ef77de-ad1b-4871-8143-d95acdb79185","public_ip_v4":"163.172.149.221","public_ip_v6":null,"region":"fr-par","status":"ready","updated_at":"2025-09-30T15:35:01.251422Z"}],"total_count":1}' - headers: - Content-Length: - - "621" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 15:35:03 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 59af2f89-3a27-46f0-bd52-0d4328e0a9ec - status: 200 OK - code: 200 - duration: 80.380125ms - - id: 18 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/9a9114c9-bfef-41b5-b14f-68a3bfca2ffe - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1608 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://9a9114c9-bfef-41b5-b14f-68a3bfca2ffe.api.k8s.fr-par.scw.cloud:6443","cni":"cilium","commitment_ends_at":"2025-09-30T15:28:39.685767Z","created_at":"2025-09-30T15:28:39.685750Z","description":"","dns_wildcard":"*.9a9114c9-bfef-41b5-b14f-68a3bfca2ffe.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"3c4f53a2-42d0-4650-9f04-ec62dc5017df","id":"9a9114c9-bfef-41b5-b14f-68a3bfca2ffe","name":"test-pool-kubelet-args","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":"6fa9fd74-d94d-4eeb-bdce-2b57abbc2f19","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"","service_dns_ip":"","status":"ready","tags":["terraform-test","scaleway_k8s_cluster","kubelet_args"],"type":"kapsule","updated_at":"2025-09-30T15:30:07.929878Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1608" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 15:35:03 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - d660c1d4-eb9a-4c0d-8ec9-017f27cf3e34 - status: 200 OK - code: 200 - duration: 90.323917ms - - id: 19 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/ipam/v1/regions/fr-par/ips?order_by=created_at_desc&project_id=105bdce1-64c0-48ab-899d-868455867ecf&resource_name=scw-test-pool-kubelet-test-pool-kubelet-6cdacd&resource_type=unknown_type - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1122 - uncompressed: false - body: '{"ips":[{"address":"fd5f:519c:6d46:2634:2703:f23f:75d:8a21/64","created_at":"2025-09-30T15:34:07.149244Z","id":"bee33e92-9092-4800-981a-992b53cdae25","is_ipv6":true,"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","resource":{"id":"bf1da1e9-0c7e-4106-af5a-6cb1d7f2c5ef","mac_address":"02:00:00:11:D9:00","name":"scw-test-pool-kubelet-test-pool-kubelet-6cdacd","type":"instance_private_nic"},"reverses":[],"source":{"subnet_id":"e6573a92-ec9f-4ec2-bd71-cc659a80b622"},"tags":[],"updated_at":"2025-09-30T15:34:07.149244Z","zone":null},{"address":"172.17.164.3/22","created_at":"2025-09-30T15:34:07.039193Z","id":"c90cd107-15f9-4c35-8f50-e8b8adef910f","is_ipv6":false,"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","resource":{"id":"bf1da1e9-0c7e-4106-af5a-6cb1d7f2c5ef","mac_address":"02:00:00:11:D9:00","name":"scw-test-pool-kubelet-test-pool-kubelet-6cdacd","type":"instance_private_nic"},"reverses":[],"source":{"subnet_id":"b3af8ba0-398d-42e1-aa7a-88d1cd002472"},"tags":[],"updated_at":"2025-09-30T15:34:07.039193Z","zone":null}],"total_count":2}' - headers: - Content-Length: - - "1122" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 15:35:03 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 30b95a4c-ac95-4f71-87d7-31fec1070894 - status: 200 OK - code: 200 - duration: 126.490583ms - - id: 20 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/9a9114c9-bfef-41b5-b14f-68a3bfca2ffe - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1608 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://9a9114c9-bfef-41b5-b14f-68a3bfca2ffe.api.k8s.fr-par.scw.cloud:6443","cni":"cilium","commitment_ends_at":"2025-09-30T15:28:39.685767Z","created_at":"2025-09-30T15:28:39.685750Z","description":"","dns_wildcard":"*.9a9114c9-bfef-41b5-b14f-68a3bfca2ffe.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"3c4f53a2-42d0-4650-9f04-ec62dc5017df","id":"9a9114c9-bfef-41b5-b14f-68a3bfca2ffe","name":"test-pool-kubelet-args","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":"6fa9fd74-d94d-4eeb-bdce-2b57abbc2f19","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"","service_dns_ip":"","status":"ready","tags":["terraform-test","scaleway_k8s_cluster","kubelet_args"],"type":"kapsule","updated_at":"2025-09-30T15:30:07.929878Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1608" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 15:35:03 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 645f2645-a77b-408e-973f-532937db128d - status: 200 OK - code: 200 - duration: 85.070792ms - - id: 21 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/6fa9a3bf-add6-477b-8e7b-eca980fce65b - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 791 - uncompressed: false - body: '{"autohealing":true,"autoscaling":true,"cluster_id":"9a9114c9-bfef-41b5-b14f-68a3bfca2ffe","container_runtime":"containerd","created_at":"2025-09-30T15:28:45.446495Z","id":"6fa9a3bf-add6-477b-8e7b-eca980fce65b","kubelet_args":{"maxPods":"1337"},"max_size":1,"min_size":1,"name":"test-pool-kubelet-args","new_images_enabled":true,"node_type":"pro2_xxs","placement_group_id":null,"public_ip_disabled":false,"region":"fr-par","root_volume_size":20000000000,"root_volume_type":"sbs_5k","security_group_id":"d49109f7-0bad-4991-b0fb-853c658463d2","size":1,"status":"ready","tags":["terraform-test","scaleway_k8s_cluster","kubelet_args"],"updated_at":"2025-09-30T15:35:01.261019Z","upgrade_policy":{"max_surge":0,"max_unavailable":1},"version":"1.34.1","zone":"fr-par-1"}' - headers: - Content-Length: - - "791" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 15:35:03 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 75b5d061-d107-4f03-92f7-a39ad9dff49d - status: 200 OK - code: 200 - duration: 81.666542ms - - id: 22 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/fr-par/vpcs/b1895d78-4de4-4a1e-98f0-8cf55cfffd33 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 434 - uncompressed: false - body: '{"created_at":"2025-09-30T15:28:38.307027Z","custom_routes_propagation_enabled":true,"id":"b1895d78-4de4-4a1e-98f0-8cf55cfffd33","is_default":false,"name":"testAccCheckK8SPoolConfigKubeletArgs","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","private_network_count":1,"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","routing_enabled":true,"tags":[],"updated_at":"2025-09-30T15:28:38.307027Z"}' - headers: - Content-Length: - - "434" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 15:35:03 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - c2dc43f9-3627-4546-ad2d-c3230659909f - status: 200 OK - code: 200 - duration: 24.562791ms - - id: 23 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks/6fa9fd74-d94d-4eeb-bdce-2b57abbc2f19 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1093 - uncompressed: false - body: '{"created_at":"2025-09-30T15:28:38.593285Z","default_route_propagation_enabled":false,"dhcp_enabled":true,"id":"6fa9fd74-d94d-4eeb-bdce-2b57abbc2f19","name":"test-pool-kubelet-args","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","subnets":[{"created_at":"2025-09-30T15:28:38.593285Z","id":"b3af8ba0-398d-42e1-aa7a-88d1cd002472","private_network_id":"6fa9fd74-d94d-4eeb-bdce-2b57abbc2f19","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","subnet":"172.17.164.0/22","updated_at":"2025-09-30T15:28:38.593285Z","vpc_id":"b1895d78-4de4-4a1e-98f0-8cf55cfffd33"},{"created_at":"2025-09-30T15:28:38.593285Z","id":"e6573a92-ec9f-4ec2-bd71-cc659a80b622","private_network_id":"6fa9fd74-d94d-4eeb-bdce-2b57abbc2f19","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","subnet":"fd5f:519c:6d46:2634::/64","updated_at":"2025-09-30T15:28:38.593285Z","vpc_id":"b1895d78-4de4-4a1e-98f0-8cf55cfffd33"}],"tags":[],"updated_at":"2025-09-30T15:28:38.593285Z","vpc_id":"b1895d78-4de4-4a1e-98f0-8cf55cfffd33"}' - headers: - Content-Length: - - "1093" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 15:35:03 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 0933aa58-456c-47e9-a3b0-cbd68cef3168 - status: 200 OK - code: 200 - duration: 22.465542ms - - id: 24 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/9a9114c9-bfef-41b5-b14f-68a3bfca2ffe - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1608 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://9a9114c9-bfef-41b5-b14f-68a3bfca2ffe.api.k8s.fr-par.scw.cloud:6443","cni":"cilium","commitment_ends_at":"2025-09-30T15:28:39.685767Z","created_at":"2025-09-30T15:28:39.685750Z","description":"","dns_wildcard":"*.9a9114c9-bfef-41b5-b14f-68a3bfca2ffe.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"3c4f53a2-42d0-4650-9f04-ec62dc5017df","id":"9a9114c9-bfef-41b5-b14f-68a3bfca2ffe","name":"test-pool-kubelet-args","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":"6fa9fd74-d94d-4eeb-bdce-2b57abbc2f19","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"","service_dns_ip":"","status":"ready","tags":["terraform-test","scaleway_k8s_cluster","kubelet_args"],"type":"kapsule","updated_at":"2025-09-30T15:30:07.929878Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1608" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 15:35:03 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 6e145f52-e917-44d3-b81a-2c26c7f150d8 - status: 200 OK - code: 200 - duration: 96.09475ms - - id: 25 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/9a9114c9-bfef-41b5-b14f-68a3bfca2ffe/kubeconfig - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1718 - uncompressed: false - body: '{"content":"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogInRlc3QtcG9vbC1rdWJlbGV0LWFyZ3MiCiAgY2x1c3RlcjoKICAgIGNlcnRpZmljYXRlLWF1dGhvcml0eS1kYXRhOiBMUzB0TFMxQ1JVZEpUaUJEUlZKVVNVWkpRMEZVUlMwdExTMHRDazFKU1VKWVJFTkRRVkZIWjBGM1NVSkJaMGxDUVVSQlMwSm5aM0ZvYTJwUFVGRlJSRUZxUVZaTlVrMTNSVkZaUkZaUlVVUkZkM0J5WkZkS2JHTnROV3dLWkVkV2VrMUNORmhFVkVreFRVUnJlVTlVUlRGTmFtZDZUMVp2V0VSVVRURk5SR3Q1VDFSRk1VMXFaM3BQVm05M1JsUkZWRTFDUlVkQk1WVkZRWGhOU3dwaE0xWnBXbGhLZFZwWVVteGpla0phVFVKTlIwSjVjVWRUVFRRNVFXZEZSME5EY1VkVFRUUTVRWGRGU0VFd1NVRkNSREl2UW1OTWEwdE1WWFoyWlhCSENtWmhlVXBOYkZCa2VIRk5jVEUzTldWVWVtWm5XbUZKTW1WU2IzWTNlbkY0TVZGVk9IVnFjRWRxUnpreU1WQjFTRGhDYjBneVlYSmFkV040TWtKd05YSUtibFJJVEZOaU5tcFJha0pCVFVFMFIwRXhWV1JFZDBWQ0wzZFJSVUYzU1VOd1JFRlFRbWRPVmtoU1RVSkJaamhGUWxSQlJFRlJTQzlOUWpCSFFURlZaQXBFWjFGWFFrSlNWRFJ2YVVWQmVXWldUWFZZVFdvelNqRlBZa1pEWm0wMWRXdDZRVXRDWjJkeGFHdHFUMUJSVVVSQlowNUtRVVJDUjBGcFJVRnljVW96Q2pNNWJFdHNOSEoxUm1wNlNXbGpSbGx6VlhNNFkyOUlOak5MTVVNM1JGUldZbWh4U0Vka1kwTkpVVVF6YjJOSU9VbDBRVXBuY1hvM2VYWkVSSE0xWlc0S1dFOTRiWGxOY2xCM2JETjZSVFZzV201UlZuWXJRVDA5Q2kwdExTMHRSVTVFSUVORlVsUkpSa2xEUVZSRkxTMHRMUzBLCiAgICBzZXJ2ZXI6IGh0dHBzOi8vOWE5MTE0YzktYmZlZi00MWI1LWIxNGYtNjhhM2JmY2EyZmZlLmFwaS5rOHMuZnItcGFyLnNjdy5jbG91ZDo2NDQzCmNvbnRleHRzOgotIG5hbWU6IGFkbWluQHRlc3QtcG9vbC1rdWJlbGV0LWFyZ3MKICBjb250ZXh0OgogICAgY2x1c3RlcjogInRlc3QtcG9vbC1rdWJlbGV0LWFyZ3MiCiAgICB1c2VyOiB0ZXN0LXBvb2wta3ViZWxldC1hcmdzLWFkbWluCmN1cnJlbnQtY29udGV4dDogYWRtaW5AdGVzdC1wb29sLWt1YmVsZXQtYXJncwpraW5kOiBDb25maWcKcHJlZmVyZW5jZXM6IHt9CnVzZXJzOgotIG5hbWU6IHRlc3QtcG9vbC1rdWJlbGV0LWFyZ3MtYWRtaW4KICB1c2VyOgogICAgdG9rZW46IEZJWnNNNVQ5clhya3pxS1loWEpnaHVGNjlCc3g4cGdQcnNncjFVcHlmQUs2b1FiSTExY2RoZ0ZU","content_type":"application/octet-stream","name":"kubeconfig"}' - headers: - Content-Length: - - "1718" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 15:35:04 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - d8b77d46-c20c-42c2-a4fb-ee604944df99 - status: 200 OK - code: 200 - duration: 108.139333ms - - id: 26 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/6fa9a3bf-add6-477b-8e7b-eca980fce65b - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 791 - uncompressed: false - body: '{"autohealing":true,"autoscaling":true,"cluster_id":"9a9114c9-bfef-41b5-b14f-68a3bfca2ffe","container_runtime":"containerd","created_at":"2025-09-30T15:28:45.446495Z","id":"6fa9a3bf-add6-477b-8e7b-eca980fce65b","kubelet_args":{"maxPods":"1337"},"max_size":1,"min_size":1,"name":"test-pool-kubelet-args","new_images_enabled":true,"node_type":"pro2_xxs","placement_group_id":null,"public_ip_disabled":false,"region":"fr-par","root_volume_size":20000000000,"root_volume_type":"sbs_5k","security_group_id":"d49109f7-0bad-4991-b0fb-853c658463d2","size":1,"status":"ready","tags":["terraform-test","scaleway_k8s_cluster","kubelet_args"],"updated_at":"2025-09-30T15:35:01.261019Z","upgrade_policy":{"max_surge":0,"max_unavailable":1},"version":"1.34.1","zone":"fr-par-1"}' - headers: - Content-Length: - - "791" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 15:35:04 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 67cd0156-06b0-43d7-883e-6002c8043789 - status: 200 OK - code: 200 - duration: 90.080375ms - - id: 27 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/9a9114c9-bfef-41b5-b14f-68a3bfca2ffe/nodes?order_by=created_at_asc&page=1&pool_id=6fa9a3bf-add6-477b-8e7b-eca980fce65b&status=unknown - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 621 - uncompressed: false - body: '{"nodes":[{"cluster_id":"9a9114c9-bfef-41b5-b14f-68a3bfca2ffe","conditions":{"DiskPressure":"False","MemoryPressure":"False","PIDPressure":"False","Ready":"True"},"created_at":"2025-09-30T15:34:03.547620Z","error_message":"","id":"6cdacd7f-096e-483d-9723-230d1c5d82d9","name":"scw-test-pool-kubelet-test-pool-kubelet-6cdacd","pool_id":"6fa9a3bf-add6-477b-8e7b-eca980fce65b","provider_id":"scaleway://instance/fr-par-1/a8ef77de-ad1b-4871-8143-d95acdb79185","public_ip_v4":"163.172.149.221","public_ip_v6":null,"region":"fr-par","status":"ready","updated_at":"2025-09-30T15:35:01.251422Z"}],"total_count":1}' - headers: - Content-Length: - - "621" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 15:35:04 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - fa8ac4cd-3b34-4b62-b1e2-ede5b37b8384 - status: 200 OK - code: 200 - duration: 76.126041ms - - id: 28 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/9a9114c9-bfef-41b5-b14f-68a3bfca2ffe - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1608 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://9a9114c9-bfef-41b5-b14f-68a3bfca2ffe.api.k8s.fr-par.scw.cloud:6443","cni":"cilium","commitment_ends_at":"2025-09-30T15:28:39.685767Z","created_at":"2025-09-30T15:28:39.685750Z","description":"","dns_wildcard":"*.9a9114c9-bfef-41b5-b14f-68a3bfca2ffe.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"3c4f53a2-42d0-4650-9f04-ec62dc5017df","id":"9a9114c9-bfef-41b5-b14f-68a3bfca2ffe","name":"test-pool-kubelet-args","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":"6fa9fd74-d94d-4eeb-bdce-2b57abbc2f19","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"","service_dns_ip":"","status":"ready","tags":["terraform-test","scaleway_k8s_cluster","kubelet_args"],"type":"kapsule","updated_at":"2025-09-30T15:30:07.929878Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1608" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 15:35:04 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - f4157d02-22b2-4d72-b619-d1211cc48f13 - status: 200 OK - code: 200 - duration: 94.940667ms - - id: 29 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/ipam/v1/regions/fr-par/ips?order_by=created_at_desc&project_id=105bdce1-64c0-48ab-899d-868455867ecf&resource_name=scw-test-pool-kubelet-test-pool-kubelet-6cdacd&resource_type=unknown_type - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1122 - uncompressed: false - body: '{"ips":[{"address":"fd5f:519c:6d46:2634:2703:f23f:75d:8a21/64","created_at":"2025-09-30T15:34:07.149244Z","id":"bee33e92-9092-4800-981a-992b53cdae25","is_ipv6":true,"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","resource":{"id":"bf1da1e9-0c7e-4106-af5a-6cb1d7f2c5ef","mac_address":"02:00:00:11:D9:00","name":"scw-test-pool-kubelet-test-pool-kubelet-6cdacd","type":"instance_private_nic"},"reverses":[],"source":{"subnet_id":"e6573a92-ec9f-4ec2-bd71-cc659a80b622"},"tags":[],"updated_at":"2025-09-30T15:34:07.149244Z","zone":null},{"address":"172.17.164.3/22","created_at":"2025-09-30T15:34:07.039193Z","id":"c90cd107-15f9-4c35-8f50-e8b8adef910f","is_ipv6":false,"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","resource":{"id":"bf1da1e9-0c7e-4106-af5a-6cb1d7f2c5ef","mac_address":"02:00:00:11:D9:00","name":"scw-test-pool-kubelet-test-pool-kubelet-6cdacd","type":"instance_private_nic"},"reverses":[],"source":{"subnet_id":"b3af8ba0-398d-42e1-aa7a-88d1cd002472"},"tags":[],"updated_at":"2025-09-30T15:34:07.039193Z","zone":null}],"total_count":2}' - headers: - Content-Length: - - "1122" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 15:35:04 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - d8fb6e21-8fdd-4242-96a9-9cbbeac62b53 - status: 200 OK - code: 200 - duration: 145.727625ms - - id: 30 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/fr-par/vpcs/b1895d78-4de4-4a1e-98f0-8cf55cfffd33 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 434 - uncompressed: false - body: '{"created_at":"2025-09-30T15:28:38.307027Z","custom_routes_propagation_enabled":true,"id":"b1895d78-4de4-4a1e-98f0-8cf55cfffd33","is_default":false,"name":"testAccCheckK8SPoolConfigKubeletArgs","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","private_network_count":1,"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","routing_enabled":true,"tags":[],"updated_at":"2025-09-30T15:28:38.307027Z"}' - headers: - Content-Length: - - "434" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 15:35:04 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - c3355206-5216-4a36-95ab-c38ea1c3233d - status: 200 OK - code: 200 - duration: 27.190166ms - - id: 31 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks/6fa9fd74-d94d-4eeb-bdce-2b57abbc2f19 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1093 - uncompressed: false - body: '{"created_at":"2025-09-30T15:28:38.593285Z","default_route_propagation_enabled":false,"dhcp_enabled":true,"id":"6fa9fd74-d94d-4eeb-bdce-2b57abbc2f19","name":"test-pool-kubelet-args","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","subnets":[{"created_at":"2025-09-30T15:28:38.593285Z","id":"b3af8ba0-398d-42e1-aa7a-88d1cd002472","private_network_id":"6fa9fd74-d94d-4eeb-bdce-2b57abbc2f19","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","subnet":"172.17.164.0/22","updated_at":"2025-09-30T15:28:38.593285Z","vpc_id":"b1895d78-4de4-4a1e-98f0-8cf55cfffd33"},{"created_at":"2025-09-30T15:28:38.593285Z","id":"e6573a92-ec9f-4ec2-bd71-cc659a80b622","private_network_id":"6fa9fd74-d94d-4eeb-bdce-2b57abbc2f19","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","subnet":"fd5f:519c:6d46:2634::/64","updated_at":"2025-09-30T15:28:38.593285Z","vpc_id":"b1895d78-4de4-4a1e-98f0-8cf55cfffd33"}],"tags":[],"updated_at":"2025-09-30T15:28:38.593285Z","vpc_id":"b1895d78-4de4-4a1e-98f0-8cf55cfffd33"}' - headers: - Content-Length: - - "1093" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 15:35:04 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - c73a45df-dfbf-46d5-8f20-252a2e310a48 - status: 200 OK - code: 200 - duration: 103.177042ms - - id: 32 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/9a9114c9-bfef-41b5-b14f-68a3bfca2ffe - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1608 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://9a9114c9-bfef-41b5-b14f-68a3bfca2ffe.api.k8s.fr-par.scw.cloud:6443","cni":"cilium","commitment_ends_at":"2025-09-30T15:28:39.685767Z","created_at":"2025-09-30T15:28:39.685750Z","description":"","dns_wildcard":"*.9a9114c9-bfef-41b5-b14f-68a3bfca2ffe.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"3c4f53a2-42d0-4650-9f04-ec62dc5017df","id":"9a9114c9-bfef-41b5-b14f-68a3bfca2ffe","name":"test-pool-kubelet-args","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":"6fa9fd74-d94d-4eeb-bdce-2b57abbc2f19","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"","service_dns_ip":"","status":"ready","tags":["terraform-test","scaleway_k8s_cluster","kubelet_args"],"type":"kapsule","updated_at":"2025-09-30T15:30:07.929878Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1608" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 15:35:05 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - f57b7047-26d1-4a2e-aa79-c7d1952c776f - status: 200 OK - code: 200 - duration: 157.570875ms - - id: 33 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/9a9114c9-bfef-41b5-b14f-68a3bfca2ffe/kubeconfig - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1718 - uncompressed: false - body: '{"content":"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogInRlc3QtcG9vbC1rdWJlbGV0LWFyZ3MiCiAgY2x1c3RlcjoKICAgIGNlcnRpZmljYXRlLWF1dGhvcml0eS1kYXRhOiBMUzB0TFMxQ1JVZEpUaUJEUlZKVVNVWkpRMEZVUlMwdExTMHRDazFKU1VKWVJFTkRRVkZIWjBGM1NVSkJaMGxDUVVSQlMwSm5aM0ZvYTJwUFVGRlJSRUZxUVZaTlVrMTNSVkZaUkZaUlVVUkZkM0J5WkZkS2JHTnROV3dLWkVkV2VrMUNORmhFVkVreFRVUnJlVTlVUlRGTmFtZDZUMVp2V0VSVVRURk5SR3Q1VDFSRk1VMXFaM3BQVm05M1JsUkZWRTFDUlVkQk1WVkZRWGhOU3dwaE0xWnBXbGhLZFZwWVVteGpla0phVFVKTlIwSjVjVWRUVFRRNVFXZEZSME5EY1VkVFRUUTVRWGRGU0VFd1NVRkNSREl2UW1OTWEwdE1WWFoyWlhCSENtWmhlVXBOYkZCa2VIRk5jVEUzTldWVWVtWm5XbUZKTW1WU2IzWTNlbkY0TVZGVk9IVnFjRWRxUnpreU1WQjFTRGhDYjBneVlYSmFkV040TWtKd05YSUtibFJJVEZOaU5tcFJha0pCVFVFMFIwRXhWV1JFZDBWQ0wzZFJSVUYzU1VOd1JFRlFRbWRPVmtoU1RVSkJaamhGUWxSQlJFRlJTQzlOUWpCSFFURlZaQXBFWjFGWFFrSlNWRFJ2YVVWQmVXWldUWFZZVFdvelNqRlBZa1pEWm0wMWRXdDZRVXRDWjJkeGFHdHFUMUJSVVVSQlowNUtRVVJDUjBGcFJVRnljVW96Q2pNNWJFdHNOSEoxUm1wNlNXbGpSbGx6VlhNNFkyOUlOak5MTVVNM1JGUldZbWh4U0Vka1kwTkpVVVF6YjJOSU9VbDBRVXBuY1hvM2VYWkVSSE0xWlc0S1dFOTRiWGxOY2xCM2JETjZSVFZzV201UlZuWXJRVDA5Q2kwdExTMHRSVTVFSUVORlVsUkpSa2xEUVZSRkxTMHRMUzBLCiAgICBzZXJ2ZXI6IGh0dHBzOi8vOWE5MTE0YzktYmZlZi00MWI1LWIxNGYtNjhhM2JmY2EyZmZlLmFwaS5rOHMuZnItcGFyLnNjdy5jbG91ZDo2NDQzCmNvbnRleHRzOgotIG5hbWU6IGFkbWluQHRlc3QtcG9vbC1rdWJlbGV0LWFyZ3MKICBjb250ZXh0OgogICAgY2x1c3RlcjogInRlc3QtcG9vbC1rdWJlbGV0LWFyZ3MiCiAgICB1c2VyOiB0ZXN0LXBvb2wta3ViZWxldC1hcmdzLWFkbWluCmN1cnJlbnQtY29udGV4dDogYWRtaW5AdGVzdC1wb29sLWt1YmVsZXQtYXJncwpraW5kOiBDb25maWcKcHJlZmVyZW5jZXM6IHt9CnVzZXJzOgotIG5hbWU6IHRlc3QtcG9vbC1rdWJlbGV0LWFyZ3MtYWRtaW4KICB1c2VyOgogICAgdG9rZW46IEZJWnNNNVQ5clhya3pxS1loWEpnaHVGNjlCc3g4cGdQcnNncjFVcHlmQUs2b1FiSTExY2RoZ0ZU","content_type":"application/octet-stream","name":"kubeconfig"}' - headers: - Content-Length: - - "1718" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 15:35:05 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 01d5969f-85cb-4164-88ed-35526ff68239 - status: 200 OK - code: 200 - duration: 100.994041ms - - id: 34 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/6fa9a3bf-add6-477b-8e7b-eca980fce65b - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 791 - uncompressed: false - body: '{"autohealing":true,"autoscaling":true,"cluster_id":"9a9114c9-bfef-41b5-b14f-68a3bfca2ffe","container_runtime":"containerd","created_at":"2025-09-30T15:28:45.446495Z","id":"6fa9a3bf-add6-477b-8e7b-eca980fce65b","kubelet_args":{"maxPods":"1337"},"max_size":1,"min_size":1,"name":"test-pool-kubelet-args","new_images_enabled":true,"node_type":"pro2_xxs","placement_group_id":null,"public_ip_disabled":false,"region":"fr-par","root_volume_size":20000000000,"root_volume_type":"sbs_5k","security_group_id":"d49109f7-0bad-4991-b0fb-853c658463d2","size":1,"status":"ready","tags":["terraform-test","scaleway_k8s_cluster","kubelet_args"],"updated_at":"2025-09-30T15:35:01.261019Z","upgrade_policy":{"max_surge":0,"max_unavailable":1},"version":"1.34.1","zone":"fr-par-1"}' - headers: - Content-Length: - - "791" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 15:35:05 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - da955ea9-3773-423b-8b30-97aad1fddbad - status: 200 OK - code: 200 - duration: 86.153875ms - - id: 35 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/9a9114c9-bfef-41b5-b14f-68a3bfca2ffe/nodes?order_by=created_at_asc&page=1&pool_id=6fa9a3bf-add6-477b-8e7b-eca980fce65b&status=unknown - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 621 - uncompressed: false - body: '{"nodes":[{"cluster_id":"9a9114c9-bfef-41b5-b14f-68a3bfca2ffe","conditions":{"DiskPressure":"False","MemoryPressure":"False","PIDPressure":"False","Ready":"True"},"created_at":"2025-09-30T15:34:03.547620Z","error_message":"","id":"6cdacd7f-096e-483d-9723-230d1c5d82d9","name":"scw-test-pool-kubelet-test-pool-kubelet-6cdacd","pool_id":"6fa9a3bf-add6-477b-8e7b-eca980fce65b","provider_id":"scaleway://instance/fr-par-1/a8ef77de-ad1b-4871-8143-d95acdb79185","public_ip_v4":"163.172.149.221","public_ip_v6":null,"region":"fr-par","status":"ready","updated_at":"2025-09-30T15:35:01.251422Z"}],"total_count":1}' - headers: - Content-Length: - - "621" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 15:35:05 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 1d490435-cf33-4da4-873f-23161b4e7979 - status: 200 OK - code: 200 - duration: 90.9265ms - - id: 36 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/9a9114c9-bfef-41b5-b14f-68a3bfca2ffe - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1608 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://9a9114c9-bfef-41b5-b14f-68a3bfca2ffe.api.k8s.fr-par.scw.cloud:6443","cni":"cilium","commitment_ends_at":"2025-09-30T15:28:39.685767Z","created_at":"2025-09-30T15:28:39.685750Z","description":"","dns_wildcard":"*.9a9114c9-bfef-41b5-b14f-68a3bfca2ffe.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"3c4f53a2-42d0-4650-9f04-ec62dc5017df","id":"9a9114c9-bfef-41b5-b14f-68a3bfca2ffe","name":"test-pool-kubelet-args","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":"6fa9fd74-d94d-4eeb-bdce-2b57abbc2f19","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"","service_dns_ip":"","status":"ready","tags":["terraform-test","scaleway_k8s_cluster","kubelet_args"],"type":"kapsule","updated_at":"2025-09-30T15:30:07.929878Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1608" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 15:35:05 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 741a0222-0e33-4805-a191-fa3156f44a74 - status: 200 OK - code: 200 - duration: 94.829417ms - - id: 37 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/ipam/v1/regions/fr-par/ips?order_by=created_at_desc&project_id=105bdce1-64c0-48ab-899d-868455867ecf&resource_name=scw-test-pool-kubelet-test-pool-kubelet-6cdacd&resource_type=unknown_type - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1122 - uncompressed: false - body: '{"ips":[{"address":"fd5f:519c:6d46:2634:2703:f23f:75d:8a21/64","created_at":"2025-09-30T15:34:07.149244Z","id":"bee33e92-9092-4800-981a-992b53cdae25","is_ipv6":true,"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","resource":{"id":"bf1da1e9-0c7e-4106-af5a-6cb1d7f2c5ef","mac_address":"02:00:00:11:D9:00","name":"scw-test-pool-kubelet-test-pool-kubelet-6cdacd","type":"instance_private_nic"},"reverses":[],"source":{"subnet_id":"e6573a92-ec9f-4ec2-bd71-cc659a80b622"},"tags":[],"updated_at":"2025-09-30T15:34:07.149244Z","zone":null},{"address":"172.17.164.3/22","created_at":"2025-09-30T15:34:07.039193Z","id":"c90cd107-15f9-4c35-8f50-e8b8adef910f","is_ipv6":false,"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","resource":{"id":"bf1da1e9-0c7e-4106-af5a-6cb1d7f2c5ef","mac_address":"02:00:00:11:D9:00","name":"scw-test-pool-kubelet-test-pool-kubelet-6cdacd","type":"instance_private_nic"},"reverses":[],"source":{"subnet_id":"b3af8ba0-398d-42e1-aa7a-88d1cd002472"},"tags":[],"updated_at":"2025-09-30T15:34:07.039193Z","zone":null}],"total_count":2}' - headers: - Content-Length: - - "1122" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 15:35:05 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - e712facd-42ee-46aa-9085-d4294f9beea3 - status: 200 OK - code: 200 - duration: 143.489917ms - - id: 38 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 92 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: '{"kubelet_args":{"maxPods":"50"},"upgrade_policy":{"max_unavailable":null,"max_surge":null}}' - form: {} - headers: - Content-Type: - - application/json - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/6fa9a3bf-add6-477b-8e7b-eca980fce65b - method: PATCH - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 789 - uncompressed: false - body: '{"autohealing":true,"autoscaling":true,"cluster_id":"9a9114c9-bfef-41b5-b14f-68a3bfca2ffe","container_runtime":"containerd","created_at":"2025-09-30T15:28:45.446495Z","id":"6fa9a3bf-add6-477b-8e7b-eca980fce65b","kubelet_args":{"maxPods":"50"},"max_size":1,"min_size":1,"name":"test-pool-kubelet-args","new_images_enabled":true,"node_type":"pro2_xxs","placement_group_id":null,"public_ip_disabled":false,"region":"fr-par","root_volume_size":20000000000,"root_volume_type":"sbs_5k","security_group_id":"d49109f7-0bad-4991-b0fb-853c658463d2","size":1,"status":"ready","tags":["terraform-test","scaleway_k8s_cluster","kubelet_args"],"updated_at":"2025-09-30T15:35:05.823929Z","upgrade_policy":{"max_surge":0,"max_unavailable":1},"version":"1.34.1","zone":"fr-par-1"}' - headers: - Content-Length: - - "789" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 15:35:05 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 68286e04-130a-41a6-9fe5-ec4656af4302 - status: 200 OK - code: 200 - duration: 120.470958ms - - id: 39 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/6fa9a3bf-add6-477b-8e7b-eca980fce65b - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 789 - uncompressed: false - body: '{"autohealing":true,"autoscaling":true,"cluster_id":"9a9114c9-bfef-41b5-b14f-68a3bfca2ffe","container_runtime":"containerd","created_at":"2025-09-30T15:28:45.446495Z","id":"6fa9a3bf-add6-477b-8e7b-eca980fce65b","kubelet_args":{"maxPods":"50"},"max_size":1,"min_size":1,"name":"test-pool-kubelet-args","new_images_enabled":true,"node_type":"pro2_xxs","placement_group_id":null,"public_ip_disabled":false,"region":"fr-par","root_volume_size":20000000000,"root_volume_type":"sbs_5k","security_group_id":"d49109f7-0bad-4991-b0fb-853c658463d2","size":1,"status":"ready","tags":["terraform-test","scaleway_k8s_cluster","kubelet_args"],"updated_at":"2025-09-30T15:35:05.823929Z","upgrade_policy":{"max_surge":0,"max_unavailable":1},"version":"1.34.1","zone":"fr-par-1"}' - headers: - Content-Length: - - "789" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 15:35:06 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - a6136dd2-7ee9-4679-b977-c21b0cb20033 - status: 200 OK - code: 200 - duration: 96.219916ms - - id: 40 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/6fa9a3bf-add6-477b-8e7b-eca980fce65b - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 789 - uncompressed: false - body: '{"autohealing":true,"autoscaling":true,"cluster_id":"9a9114c9-bfef-41b5-b14f-68a3bfca2ffe","container_runtime":"containerd","created_at":"2025-09-30T15:28:45.446495Z","id":"6fa9a3bf-add6-477b-8e7b-eca980fce65b","kubelet_args":{"maxPods":"50"},"max_size":1,"min_size":1,"name":"test-pool-kubelet-args","new_images_enabled":true,"node_type":"pro2_xxs","placement_group_id":null,"public_ip_disabled":false,"region":"fr-par","root_volume_size":20000000000,"root_volume_type":"sbs_5k","security_group_id":"d49109f7-0bad-4991-b0fb-853c658463d2","size":1,"status":"ready","tags":["terraform-test","scaleway_k8s_cluster","kubelet_args"],"updated_at":"2025-09-30T15:35:05.823929Z","upgrade_policy":{"max_surge":0,"max_unavailable":1},"version":"1.34.1","zone":"fr-par-1"}' - headers: - Content-Length: - - "789" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 15:35:06 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - f60b8a30-9343-48d1-941c-e0ddc7eb5c3d - status: 200 OK - code: 200 - duration: 84.100959ms - - id: 41 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/9a9114c9-bfef-41b5-b14f-68a3bfca2ffe/nodes?order_by=created_at_asc&page=1&pool_id=6fa9a3bf-add6-477b-8e7b-eca980fce65b&status=unknown - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 621 - uncompressed: false - body: '{"nodes":[{"cluster_id":"9a9114c9-bfef-41b5-b14f-68a3bfca2ffe","conditions":{"DiskPressure":"False","MemoryPressure":"False","PIDPressure":"False","Ready":"True"},"created_at":"2025-09-30T15:34:03.547620Z","error_message":"","id":"6cdacd7f-096e-483d-9723-230d1c5d82d9","name":"scw-test-pool-kubelet-test-pool-kubelet-6cdacd","pool_id":"6fa9a3bf-add6-477b-8e7b-eca980fce65b","provider_id":"scaleway://instance/fr-par-1/a8ef77de-ad1b-4871-8143-d95acdb79185","public_ip_v4":"163.172.149.221","public_ip_v6":null,"region":"fr-par","status":"ready","updated_at":"2025-09-30T15:35:01.251422Z"}],"total_count":1}' - headers: - Content-Length: - - "621" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 15:35:06 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 820f9edb-d765-460c-821c-13a459c6f115 - status: 200 OK - code: 200 - duration: 100.075917ms - - id: 42 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/9a9114c9-bfef-41b5-b14f-68a3bfca2ffe - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1608 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://9a9114c9-bfef-41b5-b14f-68a3bfca2ffe.api.k8s.fr-par.scw.cloud:6443","cni":"cilium","commitment_ends_at":"2025-09-30T15:28:39.685767Z","created_at":"2025-09-30T15:28:39.685750Z","description":"","dns_wildcard":"*.9a9114c9-bfef-41b5-b14f-68a3bfca2ffe.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"3c4f53a2-42d0-4650-9f04-ec62dc5017df","id":"9a9114c9-bfef-41b5-b14f-68a3bfca2ffe","name":"test-pool-kubelet-args","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":"6fa9fd74-d94d-4eeb-bdce-2b57abbc2f19","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"","service_dns_ip":"","status":"ready","tags":["terraform-test","scaleway_k8s_cluster","kubelet_args"],"type":"kapsule","updated_at":"2025-09-30T15:30:07.929878Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1608" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 15:35:06 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 068bb8a8-2e5c-4410-94e9-fb095ac99f72 - status: 200 OK - code: 200 - duration: 91.279167ms - - id: 43 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/ipam/v1/regions/fr-par/ips?order_by=created_at_desc&project_id=105bdce1-64c0-48ab-899d-868455867ecf&resource_name=scw-test-pool-kubelet-test-pool-kubelet-6cdacd&resource_type=unknown_type - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1122 - uncompressed: false - body: '{"ips":[{"address":"fd5f:519c:6d46:2634:2703:f23f:75d:8a21/64","created_at":"2025-09-30T15:34:07.149244Z","id":"bee33e92-9092-4800-981a-992b53cdae25","is_ipv6":true,"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","resource":{"id":"bf1da1e9-0c7e-4106-af5a-6cb1d7f2c5ef","mac_address":"02:00:00:11:D9:00","name":"scw-test-pool-kubelet-test-pool-kubelet-6cdacd","type":"instance_private_nic"},"reverses":[],"source":{"subnet_id":"e6573a92-ec9f-4ec2-bd71-cc659a80b622"},"tags":[],"updated_at":"2025-09-30T15:34:07.149244Z","zone":null},{"address":"172.17.164.3/22","created_at":"2025-09-30T15:34:07.039193Z","id":"c90cd107-15f9-4c35-8f50-e8b8adef910f","is_ipv6":false,"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","resource":{"id":"bf1da1e9-0c7e-4106-af5a-6cb1d7f2c5ef","mac_address":"02:00:00:11:D9:00","name":"scw-test-pool-kubelet-test-pool-kubelet-6cdacd","type":"instance_private_nic"},"reverses":[],"source":{"subnet_id":"b3af8ba0-398d-42e1-aa7a-88d1cd002472"},"tags":[],"updated_at":"2025-09-30T15:34:07.039193Z","zone":null}],"total_count":2}' - headers: - Content-Length: - - "1122" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 15:35:06 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 1835b21e-bae6-4712-b2d0-97359cf3436e - status: 200 OK - code: 200 - duration: 38.119042ms - - id: 44 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/9a9114c9-bfef-41b5-b14f-68a3bfca2ffe - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1608 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://9a9114c9-bfef-41b5-b14f-68a3bfca2ffe.api.k8s.fr-par.scw.cloud:6443","cni":"cilium","commitment_ends_at":"2025-09-30T15:28:39.685767Z","created_at":"2025-09-30T15:28:39.685750Z","description":"","dns_wildcard":"*.9a9114c9-bfef-41b5-b14f-68a3bfca2ffe.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"3c4f53a2-42d0-4650-9f04-ec62dc5017df","id":"9a9114c9-bfef-41b5-b14f-68a3bfca2ffe","name":"test-pool-kubelet-args","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":"6fa9fd74-d94d-4eeb-bdce-2b57abbc2f19","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"","service_dns_ip":"","status":"ready","tags":["terraform-test","scaleway_k8s_cluster","kubelet_args"],"type":"kapsule","updated_at":"2025-09-30T15:30:07.929878Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1608" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 15:35:06 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - b9cde6e2-f195-4061-8af1-f2f96f5b431c - status: 200 OK - code: 200 - duration: 105.824583ms - - id: 45 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/6fa9a3bf-add6-477b-8e7b-eca980fce65b - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 789 - uncompressed: false - body: '{"autohealing":true,"autoscaling":true,"cluster_id":"9a9114c9-bfef-41b5-b14f-68a3bfca2ffe","container_runtime":"containerd","created_at":"2025-09-30T15:28:45.446495Z","id":"6fa9a3bf-add6-477b-8e7b-eca980fce65b","kubelet_args":{"maxPods":"50"},"max_size":1,"min_size":1,"name":"test-pool-kubelet-args","new_images_enabled":true,"node_type":"pro2_xxs","placement_group_id":null,"public_ip_disabled":false,"region":"fr-par","root_volume_size":20000000000,"root_volume_type":"sbs_5k","security_group_id":"d49109f7-0bad-4991-b0fb-853c658463d2","size":1,"status":"ready","tags":["terraform-test","scaleway_k8s_cluster","kubelet_args"],"updated_at":"2025-09-30T15:35:05.823929Z","upgrade_policy":{"max_surge":0,"max_unavailable":1},"version":"1.34.1","zone":"fr-par-1"}' - headers: - Content-Length: - - "789" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 15:35:06 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 69ec912b-21c2-4309-ad83-586d1af87e76 - status: 200 OK - code: 200 - duration: 109.752125ms - - id: 46 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/fr-par/vpcs/b1895d78-4de4-4a1e-98f0-8cf55cfffd33 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 434 - uncompressed: false - body: '{"created_at":"2025-09-30T15:28:38.307027Z","custom_routes_propagation_enabled":true,"id":"b1895d78-4de4-4a1e-98f0-8cf55cfffd33","is_default":false,"name":"testAccCheckK8SPoolConfigKubeletArgs","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","private_network_count":1,"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","routing_enabled":true,"tags":[],"updated_at":"2025-09-30T15:28:38.307027Z"}' - headers: - Content-Length: - - "434" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 15:35:07 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 46b0e525-78c8-4b6d-9b4c-9462028315b1 - status: 200 OK - code: 200 - duration: 24.444709ms - - id: 47 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks/6fa9fd74-d94d-4eeb-bdce-2b57abbc2f19 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1093 - uncompressed: false - body: '{"created_at":"2025-09-30T15:28:38.593285Z","default_route_propagation_enabled":false,"dhcp_enabled":true,"id":"6fa9fd74-d94d-4eeb-bdce-2b57abbc2f19","name":"test-pool-kubelet-args","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","subnets":[{"created_at":"2025-09-30T15:28:38.593285Z","id":"b3af8ba0-398d-42e1-aa7a-88d1cd002472","private_network_id":"6fa9fd74-d94d-4eeb-bdce-2b57abbc2f19","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","subnet":"172.17.164.0/22","updated_at":"2025-09-30T15:28:38.593285Z","vpc_id":"b1895d78-4de4-4a1e-98f0-8cf55cfffd33"},{"created_at":"2025-09-30T15:28:38.593285Z","id":"e6573a92-ec9f-4ec2-bd71-cc659a80b622","private_network_id":"6fa9fd74-d94d-4eeb-bdce-2b57abbc2f19","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","subnet":"fd5f:519c:6d46:2634::/64","updated_at":"2025-09-30T15:28:38.593285Z","vpc_id":"b1895d78-4de4-4a1e-98f0-8cf55cfffd33"}],"tags":[],"updated_at":"2025-09-30T15:28:38.593285Z","vpc_id":"b1895d78-4de4-4a1e-98f0-8cf55cfffd33"}' - headers: - Content-Length: - - "1093" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 15:35:07 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - b13502d1-2c1e-4e63-8964-c6ab7bb2d762 - status: 200 OK - code: 200 - duration: 92.533625ms - - id: 48 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/9a9114c9-bfef-41b5-b14f-68a3bfca2ffe - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1608 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://9a9114c9-bfef-41b5-b14f-68a3bfca2ffe.api.k8s.fr-par.scw.cloud:6443","cni":"cilium","commitment_ends_at":"2025-09-30T15:28:39.685767Z","created_at":"2025-09-30T15:28:39.685750Z","description":"","dns_wildcard":"*.9a9114c9-bfef-41b5-b14f-68a3bfca2ffe.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"3c4f53a2-42d0-4650-9f04-ec62dc5017df","id":"9a9114c9-bfef-41b5-b14f-68a3bfca2ffe","name":"test-pool-kubelet-args","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":"6fa9fd74-d94d-4eeb-bdce-2b57abbc2f19","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"","service_dns_ip":"","status":"ready","tags":["terraform-test","scaleway_k8s_cluster","kubelet_args"],"type":"kapsule","updated_at":"2025-09-30T15:30:07.929878Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1608" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 15:35:07 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - e8f35a85-1bb5-4fcc-9ab3-3267e7995d8e - status: 200 OK - code: 200 - duration: 92.653084ms - - id: 49 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/9a9114c9-bfef-41b5-b14f-68a3bfca2ffe/kubeconfig - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1718 - uncompressed: false - body: '{"content":"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogInRlc3QtcG9vbC1rdWJlbGV0LWFyZ3MiCiAgY2x1c3RlcjoKICAgIGNlcnRpZmljYXRlLWF1dGhvcml0eS1kYXRhOiBMUzB0TFMxQ1JVZEpUaUJEUlZKVVNVWkpRMEZVUlMwdExTMHRDazFKU1VKWVJFTkRRVkZIWjBGM1NVSkJaMGxDUVVSQlMwSm5aM0ZvYTJwUFVGRlJSRUZxUVZaTlVrMTNSVkZaUkZaUlVVUkZkM0J5WkZkS2JHTnROV3dLWkVkV2VrMUNORmhFVkVreFRVUnJlVTlVUlRGTmFtZDZUMVp2V0VSVVRURk5SR3Q1VDFSRk1VMXFaM3BQVm05M1JsUkZWRTFDUlVkQk1WVkZRWGhOU3dwaE0xWnBXbGhLZFZwWVVteGpla0phVFVKTlIwSjVjVWRUVFRRNVFXZEZSME5EY1VkVFRUUTVRWGRGU0VFd1NVRkNSREl2UW1OTWEwdE1WWFoyWlhCSENtWmhlVXBOYkZCa2VIRk5jVEUzTldWVWVtWm5XbUZKTW1WU2IzWTNlbkY0TVZGVk9IVnFjRWRxUnpreU1WQjFTRGhDYjBneVlYSmFkV040TWtKd05YSUtibFJJVEZOaU5tcFJha0pCVFVFMFIwRXhWV1JFZDBWQ0wzZFJSVUYzU1VOd1JFRlFRbWRPVmtoU1RVSkJaamhGUWxSQlJFRlJTQzlOUWpCSFFURlZaQXBFWjFGWFFrSlNWRFJ2YVVWQmVXWldUWFZZVFdvelNqRlBZa1pEWm0wMWRXdDZRVXRDWjJkeGFHdHFUMUJSVVVSQlowNUtRVVJDUjBGcFJVRnljVW96Q2pNNWJFdHNOSEoxUm1wNlNXbGpSbGx6VlhNNFkyOUlOak5MTVVNM1JGUldZbWh4U0Vka1kwTkpVVVF6YjJOSU9VbDBRVXBuY1hvM2VYWkVSSE0xWlc0S1dFOTRiWGxOY2xCM2JETjZSVFZzV201UlZuWXJRVDA5Q2kwdExTMHRSVTVFSUVORlVsUkpSa2xEUVZSRkxTMHRMUzBLCiAgICBzZXJ2ZXI6IGh0dHBzOi8vOWE5MTE0YzktYmZlZi00MWI1LWIxNGYtNjhhM2JmY2EyZmZlLmFwaS5rOHMuZnItcGFyLnNjdy5jbG91ZDo2NDQzCmNvbnRleHRzOgotIG5hbWU6IGFkbWluQHRlc3QtcG9vbC1rdWJlbGV0LWFyZ3MKICBjb250ZXh0OgogICAgY2x1c3RlcjogInRlc3QtcG9vbC1rdWJlbGV0LWFyZ3MiCiAgICB1c2VyOiB0ZXN0LXBvb2wta3ViZWxldC1hcmdzLWFkbWluCmN1cnJlbnQtY29udGV4dDogYWRtaW5AdGVzdC1wb29sLWt1YmVsZXQtYXJncwpraW5kOiBDb25maWcKcHJlZmVyZW5jZXM6IHt9CnVzZXJzOgotIG5hbWU6IHRlc3QtcG9vbC1rdWJlbGV0LWFyZ3MtYWRtaW4KICB1c2VyOgogICAgdG9rZW46IEZJWnNNNVQ5clhya3pxS1loWEpnaHVGNjlCc3g4cGdQcnNncjFVcHlmQUs2b1FiSTExY2RoZ0ZU","content_type":"application/octet-stream","name":"kubeconfig"}' - headers: - Content-Length: - - "1718" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 15:35:07 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 258fbd99-fe27-421a-bc64-de8d6b590d84 - status: 200 OK - code: 200 - duration: 83.292167ms - - id: 50 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/6fa9a3bf-add6-477b-8e7b-eca980fce65b - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 789 - uncompressed: false - body: '{"autohealing":true,"autoscaling":true,"cluster_id":"9a9114c9-bfef-41b5-b14f-68a3bfca2ffe","container_runtime":"containerd","created_at":"2025-09-30T15:28:45.446495Z","id":"6fa9a3bf-add6-477b-8e7b-eca980fce65b","kubelet_args":{"maxPods":"50"},"max_size":1,"min_size":1,"name":"test-pool-kubelet-args","new_images_enabled":true,"node_type":"pro2_xxs","placement_group_id":null,"public_ip_disabled":false,"region":"fr-par","root_volume_size":20000000000,"root_volume_type":"sbs_5k","security_group_id":"d49109f7-0bad-4991-b0fb-853c658463d2","size":1,"status":"ready","tags":["terraform-test","scaleway_k8s_cluster","kubelet_args"],"updated_at":"2025-09-30T15:35:05.823929Z","upgrade_policy":{"max_surge":0,"max_unavailable":1},"version":"1.34.1","zone":"fr-par-1"}' - headers: - Content-Length: - - "789" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 15:35:07 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 76308d46-6be9-4d26-82a5-67bee40d4de4 - status: 200 OK - code: 200 - duration: 103.728208ms - - id: 51 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/9a9114c9-bfef-41b5-b14f-68a3bfca2ffe/nodes?order_by=created_at_asc&page=1&pool_id=6fa9a3bf-add6-477b-8e7b-eca980fce65b&status=unknown - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 651 - uncompressed: false - body: '{"nodes":[{"cluster_id":"9a9114c9-bfef-41b5-b14f-68a3bfca2ffe","conditions":{"DiskPressure":"False","MemoryPressure":"False","NetworkUnavailable":"False","PIDPressure":"False","Ready":"True"},"created_at":"2025-09-30T15:34:03.547620Z","error_message":"","id":"6cdacd7f-096e-483d-9723-230d1c5d82d9","name":"scw-test-pool-kubelet-test-pool-kubelet-6cdacd","pool_id":"6fa9a3bf-add6-477b-8e7b-eca980fce65b","provider_id":"scaleway://instance/fr-par-1/a8ef77de-ad1b-4871-8143-d95acdb79185","public_ip_v4":"163.172.149.221","public_ip_v6":null,"region":"fr-par","status":"ready","updated_at":"2025-09-30T15:35:06.225029Z"}],"total_count":1}' - headers: - Content-Length: - - "651" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 15:35:07 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - add9c0f1-7f72-4d71-944f-22e824acd43b - status: 200 OK - code: 200 - duration: 90.492041ms - - id: 52 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/9a9114c9-bfef-41b5-b14f-68a3bfca2ffe - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1608 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://9a9114c9-bfef-41b5-b14f-68a3bfca2ffe.api.k8s.fr-par.scw.cloud:6443","cni":"cilium","commitment_ends_at":"2025-09-30T15:28:39.685767Z","created_at":"2025-09-30T15:28:39.685750Z","description":"","dns_wildcard":"*.9a9114c9-bfef-41b5-b14f-68a3bfca2ffe.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"3c4f53a2-42d0-4650-9f04-ec62dc5017df","id":"9a9114c9-bfef-41b5-b14f-68a3bfca2ffe","name":"test-pool-kubelet-args","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":"6fa9fd74-d94d-4eeb-bdce-2b57abbc2f19","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"","service_dns_ip":"","status":"ready","tags":["terraform-test","scaleway_k8s_cluster","kubelet_args"],"type":"kapsule","updated_at":"2025-09-30T15:30:07.929878Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1608" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 15:35:07 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 604bd1ad-e2e4-4aca-8f5b-dcf6c9723085 - status: 200 OK - code: 200 - duration: 101.497167ms - - id: 53 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/ipam/v1/regions/fr-par/ips?order_by=created_at_desc&project_id=105bdce1-64c0-48ab-899d-868455867ecf&resource_name=scw-test-pool-kubelet-test-pool-kubelet-6cdacd&resource_type=unknown_type - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1122 - uncompressed: false - body: '{"ips":[{"address":"fd5f:519c:6d46:2634:2703:f23f:75d:8a21/64","created_at":"2025-09-30T15:34:07.149244Z","id":"bee33e92-9092-4800-981a-992b53cdae25","is_ipv6":true,"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","resource":{"id":"bf1da1e9-0c7e-4106-af5a-6cb1d7f2c5ef","mac_address":"02:00:00:11:D9:00","name":"scw-test-pool-kubelet-test-pool-kubelet-6cdacd","type":"instance_private_nic"},"reverses":[],"source":{"subnet_id":"e6573a92-ec9f-4ec2-bd71-cc659a80b622"},"tags":[],"updated_at":"2025-09-30T15:34:07.149244Z","zone":null},{"address":"172.17.164.3/22","created_at":"2025-09-30T15:34:07.039193Z","id":"c90cd107-15f9-4c35-8f50-e8b8adef910f","is_ipv6":false,"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","resource":{"id":"bf1da1e9-0c7e-4106-af5a-6cb1d7f2c5ef","mac_address":"02:00:00:11:D9:00","name":"scw-test-pool-kubelet-test-pool-kubelet-6cdacd","type":"instance_private_nic"},"reverses":[],"source":{"subnet_id":"b3af8ba0-398d-42e1-aa7a-88d1cd002472"},"tags":[],"updated_at":"2025-09-30T15:34:07.039193Z","zone":null}],"total_count":2}' - headers: - Content-Length: - - "1122" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 15:35:07 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 15ed818d-cb32-4e70-befd-19156ee87a52 - status: 200 OK - code: 200 - duration: 26.828542ms - - id: 54 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/6fa9a3bf-add6-477b-8e7b-eca980fce65b - method: DELETE - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 792 - uncompressed: false - body: '{"autohealing":true,"autoscaling":true,"cluster_id":"9a9114c9-bfef-41b5-b14f-68a3bfca2ffe","container_runtime":"containerd","created_at":"2025-09-30T15:28:45.446495Z","id":"6fa9a3bf-add6-477b-8e7b-eca980fce65b","kubelet_args":{"maxPods":"50"},"max_size":1,"min_size":1,"name":"test-pool-kubelet-args","new_images_enabled":true,"node_type":"pro2_xxs","placement_group_id":null,"public_ip_disabled":false,"region":"fr-par","root_volume_size":20000000000,"root_volume_type":"sbs_5k","security_group_id":"d49109f7-0bad-4991-b0fb-853c658463d2","size":1,"status":"deleting","tags":["terraform-test","scaleway_k8s_cluster","kubelet_args"],"updated_at":"2025-09-30T15:35:08.179588Z","upgrade_policy":{"max_surge":0,"max_unavailable":1},"version":"1.34.1","zone":"fr-par-1"}' - headers: - Content-Length: - - "792" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 15:35:08 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 0fb5bd6a-5432-45d7-ba1a-f78ec93dec19 - status: 200 OK - code: 200 - duration: 143.95575ms - - id: 55 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/6fa9a3bf-add6-477b-8e7b-eca980fce65b - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 792 - uncompressed: false - body: '{"autohealing":true,"autoscaling":true,"cluster_id":"9a9114c9-bfef-41b5-b14f-68a3bfca2ffe","container_runtime":"containerd","created_at":"2025-09-30T15:28:45.446495Z","id":"6fa9a3bf-add6-477b-8e7b-eca980fce65b","kubelet_args":{"maxPods":"50"},"max_size":1,"min_size":1,"name":"test-pool-kubelet-args","new_images_enabled":true,"node_type":"pro2_xxs","placement_group_id":null,"public_ip_disabled":false,"region":"fr-par","root_volume_size":20000000000,"root_volume_type":"sbs_5k","security_group_id":"d49109f7-0bad-4991-b0fb-853c658463d2","size":1,"status":"deleting","tags":["terraform-test","scaleway_k8s_cluster","kubelet_args"],"updated_at":"2025-09-30T15:35:08.179588Z","upgrade_policy":{"max_surge":0,"max_unavailable":1},"version":"1.34.1","zone":"fr-par-1"}' - headers: - Content-Length: - - "792" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 15:35:08 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 1cb973d1-e25c-451c-8925-f3236321faec - status: 200 OK - code: 200 - duration: 119.232042ms - - id: 56 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/6fa9a3bf-add6-477b-8e7b-eca980fce65b - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 125 - uncompressed: false - body: '{"message":"resource is not found","resource":"pool","resource_id":"6fa9a3bf-add6-477b-8e7b-eca980fce65b","type":"not_found"}' - headers: - Content-Length: - - "125" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 15:39:28 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - c9c61822-cb3c-407d-afd4-4433f4242c4b - status: 404 Not Found - code: 404 - duration: 27.751417ms - - id: 57 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/9a9114c9-bfef-41b5-b14f-68a3bfca2ffe?with_additional_resources=false - method: DELETE - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1647 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://9a9114c9-bfef-41b5-b14f-68a3bfca2ffe.api.k8s.fr-par.scw.cloud:6443","cni":"cilium","commitment_ends_at":"2025-09-30T15:28:39.685767Z","created_at":"2025-09-30T15:28:39.685750Z","description":"","dns_wildcard":"*.9a9114c9-bfef-41b5-b14f-68a3bfca2ffe.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"3c4f53a2-42d0-4650-9f04-ec62dc5017df","id":"9a9114c9-bfef-41b5-b14f-68a3bfca2ffe","name":"test-pool-kubelet-args","new_images_enabled":false,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"100.64.0.0/15","private_network_id":"6fa9fd74-d94d-4eeb-bdce-2b57abbc2f19","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"10.32.0.0/20","service_dns_ip":"10.32.0.10","status":"deleting","tags":["terraform-test","scaleway_k8s_cluster","kubelet_args"],"type":"kapsule","updated_at":"2025-09-30T15:39:28.464570Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1647" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 15:39:28 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - bb17f33e-d0c2-4a48-a482-71b704a38266 - status: 200 OK - code: 200 - duration: 184.110083ms - - id: 58 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/9a9114c9-bfef-41b5-b14f-68a3bfca2ffe - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1611 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://9a9114c9-bfef-41b5-b14f-68a3bfca2ffe.api.k8s.fr-par.scw.cloud:6443","cni":"cilium","commitment_ends_at":"2025-09-30T15:28:39.685767Z","created_at":"2025-09-30T15:28:39.685750Z","description":"","dns_wildcard":"*.9a9114c9-bfef-41b5-b14f-68a3bfca2ffe.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"3c4f53a2-42d0-4650-9f04-ec62dc5017df","id":"9a9114c9-bfef-41b5-b14f-68a3bfca2ffe","name":"test-pool-kubelet-args","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":"6fa9fd74-d94d-4eeb-bdce-2b57abbc2f19","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"","service_dns_ip":"","status":"deleting","tags":["terraform-test","scaleway_k8s_cluster","kubelet_args"],"type":"kapsule","updated_at":"2025-09-30T15:39:28.464570Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1611" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 15:39:28 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 771f0269-7ee6-4570-b237-843e82b80816 - status: 200 OK - code: 200 - duration: 100.108833ms - - id: 59 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/9a9114c9-bfef-41b5-b14f-68a3bfca2ffe - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 128 - uncompressed: false - body: '{"message":"resource is not found","resource":"cluster","resource_id":"9a9114c9-bfef-41b5-b14f-68a3bfca2ffe","type":"not_found"}' - headers: - Content-Length: - - "128" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 15:39:43 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - a418ac06-e321-4e75-b4f9-329d70094bf6 - status: 404 Not Found - code: 404 - duration: 29.44125ms - - id: 60 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks/6fa9fd74-d94d-4eeb-bdce-2b57abbc2f19 - method: DELETE - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 0 - uncompressed: false - body: "" - headers: - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 15:39:45 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 7925c5cb-b50f-4da0-bd73-77194b49d2dd - status: 204 No Content - code: 204 - duration: 1.332669s - - id: 61 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/fr-par/vpcs/b1895d78-4de4-4a1e-98f0-8cf55cfffd33 - method: DELETE - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 0 - uncompressed: false - body: "" - headers: - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 15:39:45 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 81485919-35d2-4631-9f3c-0d652d9ec1f3 - status: 204 No Content - code: 204 - duration: 133.781458ms - - id: 62 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/6fa9a3bf-add6-477b-8e7b-eca980fce65b - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 125 - uncompressed: false - body: '{"message":"resource is not found","resource":"pool","resource_id":"6fa9a3bf-add6-477b-8e7b-eca980fce65b","type":"not_found"}' - headers: - Content-Length: - - "125" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 15:39:45 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - f3c113a8-0e34-4033-a94a-003b172bf695 - status: 404 Not Found - code: 404 - duration: 26.466208ms - - id: 63 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/9a9114c9-bfef-41b5-b14f-68a3bfca2ffe - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 128 - uncompressed: false - body: '{"message":"resource is not found","resource":"cluster","resource_id":"9a9114c9-bfef-41b5-b14f-68a3bfca2ffe","type":"not_found"}' - headers: - Content-Length: - - "128" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 15:39:45 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - aba51826-a581-4bc2-a2ad-b990f4d7f468 - status: 404 Not Found - code: 404 - duration: 24.483416ms - - id: 64 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks/6fa9fd74-d94d-4eeb-bdce-2b57abbc2f19 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 136 - uncompressed: false - body: '{"message":"resource is not found","resource":"private_network","resource_id":"6fa9fd74-d94d-4eeb-bdce-2b57abbc2f19","type":"not_found"}' - headers: - Content-Length: - - "136" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 15:39:45 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - de8dd6f8-5021-4fec-9d40-a16bbab754f6 - status: 404 Not Found - code: 404 - duration: 27.130417ms +- id: 0 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/versions + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 4476 + body: "{\"versions\":[{\"region\":\"fr-par\", \"name\":\"1.34.1\", \"label\":\"Kubernetes 1.34.1\", \"available_cnis\":[\"cilium\", \"cilium_native\", \"calico\", \"kilo\", \"none\"], \"available_container_runtimes\":[\"containerd\"], \"available_feature_gates\":[\"HPAScaleToZero\", \"CPUManagerPolicyAlphaOptions\", \"ImageVolume\"], \"available_admission_plugins\":[\"AlwaysPullImages\", \"PodNodeSelector\", \"PodTolerationRestriction\"], \"available_kubelet_args\":{\"containerLogMaxFiles\":\"uint16\", \"containerLogMaxSize\":\"quantity\", \"cpuCFSQuota\":\"bool\", \"cpuCFSQuotaPeriod\":\"duration\", \"cpuManagerPolicy\":\"enum:none|static\", \"cpuManagerPolicyOptions\":\"map[string]string\", \"enableDebuggingHandlers\":\"bool\", \"evictionHard\":\"map[string]string\", \"evictionMinimumReclaim\":\"map[string]string\", \"imageGCHighThresholdPercent\":\"uint32\", \"imageGCLowThresholdPercent\":\"uint32\", \"maxParallelImagePulls\":\"int32\", \"maxPods\":\"uint16\", \"registryBurst\":\"int32\", \"registryPullQPS\":\"int32\", \"serializeImagePulls\":\"bool\"}, \"deprecated_at\":\"2026-09-29T00:00:00Z\", \"end_of_life_at\":\"2026-11-29T00:00:00Z\", \"released_at\":\"2025-09-29T00:00:00Z\"}, {\"region\":\"fr-par\", \"name\":\"1.33.4\", \"label\":\"Kubernetes 1.33.4\", \"available_cnis\":[\"cilium\", \"calico\", \"kilo\", \"none\"], \"available_container_runtimes\":[\"containerd\"], \"available_feature_gates\":[\"HPAScaleToZero\", \"DRAAdminAccess\", \"DynamicResourceAllocation\", \"PodLevelResources\", \"CPUManagerPolicyAlphaOptions\", \"ImageVolume\"], \"available_admission_plugins\":[\"AlwaysPullImages\", \"PodNodeSelector\", \"PodTolerationRestriction\"], \"available_kubelet_args\":{\"containerLogMaxFiles\":\"uint16\", \"containerLogMaxSize\":\"quantity\", \"cpuCFSQuota\":\"bool\", \"cpuCFSQuotaPeriod\":\"duration\", \"cpuManagerPolicy\":\"enum:none|static\", \"cpuManagerPolicyOptions\":\"map[string]string\", \"enableDebuggingHandlers\":\"bool\", \"evictionHard\":\"map[string]string\", \"evictionMinimumReclaim\":\"map[string]string\", \"imageGCHighThresholdPercent\":\"uint32\", \"imageGCLowThresholdPercent\":\"uint32\", \"maxParallelImagePulls\":\"int32\", \"maxPods\":\"uint16\", \"registryBurst\":\"int32\", \"registryPullQPS\":\"int32\", \"serializeImagePulls\":\"bool\"}, \"deprecated_at\":\"2026-09-04T00:00:00Z\", \"end_of_life_at\":\"2026-11-04T00:00:00Z\", \"released_at\":\"2025-09-04T00:00:00Z\"}, {\"region\":\"fr-par\", \"name\":\"1.32.8\", \"label\":\"Kubernetes 1.32.8\", \"available_cnis\":[\"cilium\", \"calico\", \"kilo\", \"none\"], \"available_container_runtimes\":[\"containerd\"], \"available_feature_gates\":[\"HPAScaleToZero\", \"InPlacePodVerticalScaling\", \"SidecarContainers\", \"DRAAdminAccess\", \"DRAResourceClaimDeviceStatus\", \"DynamicResourceAllocation\", \"PodLevelResources\", \"CPUManagerPolicyAlphaOptions\", \"ImageVolume\"], \"available_admission_plugins\":[\"AlwaysPullImages\", \"PodNodeSelector\", \"PodTolerationRestriction\"], \"available_kubelet_args\":{\"containerLogMaxFiles\":\"uint16\", \"containerLogMaxSize\":\"quantity\", \"cpuCFSQuota\":\"bool\", \"cpuCFSQuotaPeriod\":\"duration\", \"cpuManagerPolicy\":\"enum:none|static\", \"cpuManagerPolicyOptions\":\"map[string]string\", \"enableDebuggingHandlers\":\"bool\", \"evictionHard\":\"map[string]string\", \"evictionMinimumReclaim\":\"map[string]string\", \"imageGCHighThresholdPercent\":\"uint32\", \"imageGCLowThresholdPercent\":\"uint32\", \"maxParallelImagePulls\":\"int32\", \"maxPods\":\"uint16\", \"registryBurst\":\"int32\", \"registryPullQPS\":\"int32\", \"serializeImagePulls\":\"bool\"}, \"deprecated_at\":\"2026-03-24T00:00:00Z\", \"end_of_life_at\":\"2025-05-24T00:00:00Z\", \"released_at\":\"2025-03-24T00:00:00Z\"}, {\"region\":\"fr-par\", \"name\":\"1.31.12\", \"label\":\"Kubernetes 1.31.12\", \"available_cnis\":[\"cilium\", \"calico\", \"kilo\", \"none\"], \"available_container_runtimes\":[\"containerd\"], \"available_feature_gates\":[\"HPAScaleToZero\", \"InPlacePodVerticalScaling\", \"SidecarContainers\", \"CPUManagerPolicyAlphaOptions\", \"ImageVolume\"], \"available_admission_plugins\":[\"AlwaysPullImages\", \"PodNodeSelector\", \"PodTolerationRestriction\"], \"available_kubelet_args\":{\"containerLogMaxFiles\":\"uint16\", \"containerLogMaxSize\":\"quantity\", \"cpuCFSQuota\":\"bool\", \"cpuCFSQuotaPeriod\":\"duration\", \"cpuManagerPolicy\":\"enum:none|static\", \"cpuManagerPolicyOptions\":\"map[string]string\", \"enableDebuggingHandlers\":\"bool\", \"evictionHard\":\"map[string]string\", \"evictionMinimumReclaim\":\"map[string]string\", \"imageGCHighThresholdPercent\":\"uint32\", \"imageGCLowThresholdPercent\":\"uint32\", \"maxParallelImagePulls\":\"int32\", \"maxPods\":\"uint16\", \"registryBurst\":\"int32\", \"registryPullQPS\":\"int32\", \"serializeImagePulls\":\"bool\"}, \"deprecated_at\":\"2025-12-02T00:00:00Z\", \"end_of_life_at\":\"2026-02-02T00:00:00Z\", \"released_at\":\"2024-12-02T00:00:00Z\"}]}" + headers: + Content-Length: + - "4476" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:18:16 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 11dddf93-e843-45c0-8e18-7d3bf9666701 + status: 200 OK + code: 200 + duration: 17.879216ms +- id: 1 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 132 + host: api.scaleway.com + body: "{\"name\":\"testAccCheckK8SPoolConfigKubeletArgs\",\"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\",\"tags\":[],\"enable_routing\":false}" + headers: + Content-Type: + - application/json + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/vpc/v2/regions/fr-par/vpcs + method: POST + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 434 + body: "{\"id\":\"757134d2-30bd-4caa-9d46-09ad011350a0\", \"name\":\"testAccCheckK8SPoolConfigKubeletArgs\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:38.256670Z\", \"updated_at\":\"2025-10-30T16:18:38.256670Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_default\":false, \"private_network_count\":0, \"routing_enabled\":true, \"custom_routes_propagation_enabled\":true, \"region\":\"fr-par\"}" + headers: + Content-Length: + - "434" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:18:38 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 061daf5a-72da-449e-a0c9-ce5171bbefa4 + status: 200 OK + code: 200 + duration: 65.304524ms +- id: 2 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/vpc/v2/regions/fr-par/vpcs/757134d2-30bd-4caa-9d46-09ad011350a0 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 434 + body: "{\"id\":\"757134d2-30bd-4caa-9d46-09ad011350a0\", \"name\":\"testAccCheckK8SPoolConfigKubeletArgs\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:38.256670Z\", \"updated_at\":\"2025-10-30T16:18:38.256670Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_default\":false, \"private_network_count\":0, \"routing_enabled\":true, \"custom_routes_propagation_enabled\":true, \"region\":\"fr-par\"}" + headers: + Content-Length: + - "434" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:18:38 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 3d740ffb-de28-4ebc-b5a0-c6a4343b48ef + status: 200 OK + code: 200 + duration: 21.255633ms +- id: 3 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 200 + host: api.scaleway.com + body: "{\"name\":\"test-pool-kubelet-args\",\"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\",\"tags\":[],\"subnets\":null,\"vpc_id\":\"757134d2-30bd-4caa-9d46-09ad011350a0\",\"default_route_propagation_enabled\":false}" + headers: + Content-Type: + - application/json + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks + method: POST + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1092 + body: "{\"id\":\"311bbfd7-a420-4c55-acd1-7ac7b435bddc\", \"name\":\"test-pool-kubelet-args\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:38.362471Z\", \"updated_at\":\"2025-10-30T16:18:38.362471Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"subnets\":[{\"id\":\"497f92f0-a2d8-48b5-81df-1f3debbc78d9\", \"created_at\":\"2025-10-30T16:18:38.362471Z\", \"updated_at\":\"2025-10-30T16:18:38.362471Z\", \"subnet\":\"172.18.80.0/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"311bbfd7-a420-4c55-acd1-7ac7b435bddc\", \"vpc_id\":\"757134d2-30bd-4caa-9d46-09ad011350a0\"}, {\"id\":\"ae2e852f-cee4-41a9-81bc-ec7cdff5871d\", \"created_at\":\"2025-10-30T16:18:38.362471Z\", \"updated_at\":\"2025-10-30T16:18:38.362471Z\", \"subnet\":\"fd5f:519c:6d46:f47a::/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"311bbfd7-a420-4c55-acd1-7ac7b435bddc\", \"vpc_id\":\"757134d2-30bd-4caa-9d46-09ad011350a0\"}], \"vpc_id\":\"757134d2-30bd-4caa-9d46-09ad011350a0\", \"dhcp_enabled\":true, \"default_route_propagation_enabled\":false, \"region\":\"fr-par\"}" + headers: + Content-Length: + - "1092" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:18:38 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - a278863a-2230-47ec-817e-1e7025d76af4 + status: 200 OK + code: 200 + duration: 610.049647ms +- id: 4 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks/311bbfd7-a420-4c55-acd1-7ac7b435bddc + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1092 + body: "{\"id\":\"311bbfd7-a420-4c55-acd1-7ac7b435bddc\", \"name\":\"test-pool-kubelet-args\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:38.362471Z\", \"updated_at\":\"2025-10-30T16:18:38.362471Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"subnets\":[{\"id\":\"497f92f0-a2d8-48b5-81df-1f3debbc78d9\", \"created_at\":\"2025-10-30T16:18:38.362471Z\", \"updated_at\":\"2025-10-30T16:18:38.362471Z\", \"subnet\":\"172.18.80.0/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"311bbfd7-a420-4c55-acd1-7ac7b435bddc\", \"vpc_id\":\"757134d2-30bd-4caa-9d46-09ad011350a0\"}, {\"id\":\"ae2e852f-cee4-41a9-81bc-ec7cdff5871d\", \"created_at\":\"2025-10-30T16:18:38.362471Z\", \"updated_at\":\"2025-10-30T16:18:38.362471Z\", \"subnet\":\"fd5f:519c:6d46:f47a::/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"311bbfd7-a420-4c55-acd1-7ac7b435bddc\", \"vpc_id\":\"757134d2-30bd-4caa-9d46-09ad011350a0\"}], \"vpc_id\":\"757134d2-30bd-4caa-9d46-09ad011350a0\", \"dhcp_enabled\":true, \"default_route_propagation_enabled\":false, \"region\":\"fr-par\"}" + headers: + Content-Length: + - "1092" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:18:39 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 2a4e7c2f-097b-46dc-b4af-498e95c2f611 + status: 200 OK + code: 200 + duration: 126.35844ms +- id: 5 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 708 + host: api.scaleway.com + body: "{\"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\",\"type\":\"\",\"name\":\"test-pool-kubelet-args\",\"description\":\"\",\"tags\":[\"terraform-test\",\"scaleway_k8s_cluster\",\"kubelet_args\"],\"version\":\"1.34.1\",\"cni\":\"cilium\",\"pools\":null,\"autoscaler_config\":{\"scale_down_disabled\":null,\"scale_down_delay_after_add\":null,\"estimator\":\"unknown_estimator\",\"expander\":\"unknown_expander\",\"ignore_daemonsets_utilization\":null,\"balance_similar_node_groups\":null,\"expendable_pods_priority_cutoff\":0,\"scale_down_unneeded_time\":null,\"scale_down_utilization_threshold\":null,\"max_graceful_termination_sec\":0},\"feature_gates\":[],\"admission_plugins\":[],\"apiserver_cert_sans\":[],\"private_network_id\":\"311bbfd7-a420-4c55-acd1-7ac7b435bddc\"}" + headers: + Content-Type: + - application/json + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters + method: POST + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1611 + body: "{\"region\":\"fr-par\", \"id\":\"89bdb97e-5814-4666-b0a3-c084a7989330\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:39.351223Z\", \"updated_at\":\"2025-10-30T16:18:39.351223Z\", \"type\":\"kapsule\", \"name\":\"test-pool-kubelet-args\", \"description\":\"\", \"status\":\"creating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"kubelet_args\"], \"cluster_url\":\"https://89bdb97e-5814-4666-b0a3-c084a7989330.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.89bdb97e-5814-4666-b0a3-c084a7989330.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"311bbfd7-a420-4c55-acd1-7ac7b435bddc\", \"commitment_ends_at\":\"2025-10-30T16:18:39.351230Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"\", \"new_images_enabled\":false, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1611" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:18:39 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - b0393c4f-8e61-4ad3-8b92-f8b9b40d4fbf + status: 200 OK + code: 200 + duration: 328.841142ms +- id: 6 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/89bdb97e-5814-4666-b0a3-c084a7989330 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1610 + body: "{\"region\":\"fr-par\", \"id\":\"89bdb97e-5814-4666-b0a3-c084a7989330\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:39.351223Z\", \"updated_at\":\"2025-10-30T16:18:39.351223Z\", \"type\":\"kapsule\", \"name\":\"test-pool-kubelet-args\", \"description\":\"\", \"status\":\"creating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"kubelet_args\"], \"cluster_url\":\"https://89bdb97e-5814-4666-b0a3-c084a7989330.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.89bdb97e-5814-4666-b0a3-c084a7989330.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"311bbfd7-a420-4c55-acd1-7ac7b435bddc\", \"commitment_ends_at\":\"2025-10-30T16:18:39.351230Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1610" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:18:39 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - ec597ed1-778f-463d-b7e7-618e3c1bb8dc + status: 200 OK + code: 200 + duration: 73.292236ms +- id: 7 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/89bdb97e-5814-4666-b0a3-c084a7989330 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1651 + body: "{\"region\":\"fr-par\", \"id\":\"89bdb97e-5814-4666-b0a3-c084a7989330\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:39.351223Z\", \"updated_at\":\"2025-10-30T16:18:39.822161Z\", \"type\":\"kapsule\", \"name\":\"test-pool-kubelet-args\", \"description\":\"\", \"status\":\"pool_required\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"kubelet_args\"], \"cluster_url\":\"https://89bdb97e-5814-4666-b0a3-c084a7989330.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.89bdb97e-5814-4666-b0a3-c084a7989330.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"311bbfd7-a420-4c55-acd1-7ac7b435bddc\", \"commitment_ends_at\":\"2025-10-30T16:18:39.351230Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"4ac6a5fd-f4ab-4b5a-9723-723c86963fee\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1651" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:18:44 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - c31d2622-1088-4654-bb0e-acdefc37e5c5 + status: 200 OK + code: 200 + duration: 85.769433ms +- id: 8 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + form: + order_by: + - created_at_asc + page: + - "1" + status: + - unknown + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/89bdb97e-5814-4666-b0a3-c084a7989330/pools?order_by=created_at_asc&page=1&status=unknown + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 29 + body: "{\"total_count\":0, \"pools\":[]}" + headers: + Content-Length: + - "29" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:18:44 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - c9f3fb8b-a861-472f-b2eb-95047a7c2685 + status: 200 OK + code: 200 + duration: 46.517475ms +- id: 9 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/89bdb97e-5814-4666-b0a3-c084a7989330 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1651 + body: "{\"region\":\"fr-par\", \"id\":\"89bdb97e-5814-4666-b0a3-c084a7989330\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:39.351223Z\", \"updated_at\":\"2025-10-30T16:18:39.822161Z\", \"type\":\"kapsule\", \"name\":\"test-pool-kubelet-args\", \"description\":\"\", \"status\":\"pool_required\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"kubelet_args\"], \"cluster_url\":\"https://89bdb97e-5814-4666-b0a3-c084a7989330.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.89bdb97e-5814-4666-b0a3-c084a7989330.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"311bbfd7-a420-4c55-acd1-7ac7b435bddc\", \"commitment_ends_at\":\"2025-10-30T16:18:39.351230Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"4ac6a5fd-f4ab-4b5a-9723-723c86963fee\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1651" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:18:44 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 19fefaee-3684-45fc-b251-8ce24a071425 + status: 200 OK + code: 200 + duration: 77.816817ms +- id: 10 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/89bdb97e-5814-4666-b0a3-c084a7989330/kubeconfig + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1714 + body: "{\"name\":\"kubeconfig\", \"content_type\":\"application/octet-stream\", \"content\":\"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogInRlc3QtcG9vbC1rdWJlbGV0LWFyZ3MiCiAgY2x1c3RlcjoKICAgIGNlcnRpZmljYXRlLWF1dGhvcml0eS1kYXRhOiBMUzB0TFMxQ1JVZEpUaUJEUlZKVVNVWkpRMEZVUlMwdExTMHRDazFKU1VKWGVrTkRRVkZIWjBGM1NVSkJaMGxDUVVSQlMwSm5aM0ZvYTJwUFVGRlJSRUZxUVZaTlVrMTNSVkZaUkZaUlVVUkZkM0J5WkZkS2JHTnROV3dLWkVkV2VrMUNORmhFVkVreFRWUkJlVTlVUlRKTlZHZDZUMVp2V0VSVVRURk5WRUY1VDFSRk1rMVVaM3BQVm05M1JsUkZWRTFDUlVkQk1WVkZRWGhOU3dwaE0xWnBXbGhLZFZwWVVteGpla0phVFVKTlIwSjVjVWRUVFRRNVFXZEZSME5EY1VkVFRUUTVRWGRGU0VFd1NVRkNTa1kyUVcxQllXdGhUelpIWTJONkNubHVkekI0VDJoYVJpOHJSR2h1VUhFNU0xbDJjMG8xVTBaYVFtRmtMMUJ5V1RWVFFrMVJaMHRQY1RGclIzTnRNVkJaUmxGMlYzWk5ablJVYW01UFZsQUtiV3hvTkc4MFIycFJha0pCVFVFMFIwRXhWV1JFZDBWQ0wzZFJSVUYzU1VOd1JFRlFRbWRPVmtoU1RVSkJaamhGUWxSQlJFRlJTQzlOUWpCSFFURlZaQXBFWjFGWFFrSlJVQzlJTjJjMmIzQllRVTV0TUd4TlMxQXJaMnd2VWxGRlZraDZRVXRDWjJkeGFHdHFUMUJSVVVSQlowNUpRVVJDUmtGcFFrZExTbXRLQ21ZM1lqTkZjM1V6Tld3d2NsazNWbFk1TDJadVVqaDJibTgxVFc1R1ZVdFRURnB0VTFSQlNXaEJUVlJMVUhabFpFNU9XRWgxZUVOSmRtVnJRMmx3YVZvS1JXZFdObkp2WTNKbU5teEVPV2R1ZEU0cmF6Y0tMUzB0TFMxRlRrUWdRMFZTVkVsR1NVTkJWRVV0TFMwdExRbz0KICAgIHNlcnZlcjogaHR0cHM6Ly84OWJkYjk3ZS01ODE0LTQ2NjYtYjBhMy1jMDg0YTc5ODkzMzAuYXBpLms4cy5mci1wYXIuc2N3LmNsb3VkOjY0NDMKY29udGV4dHM6Ci0gbmFtZTogYWRtaW5AdGVzdC1wb29sLWt1YmVsZXQtYXJncwogIGNvbnRleHQ6CiAgICBjbHVzdGVyOiAidGVzdC1wb29sLWt1YmVsZXQtYXJncyIKICAgIHVzZXI6IHRlc3QtcG9vbC1rdWJlbGV0LWFyZ3MtYWRtaW4KY3VycmVudC1jb250ZXh0OiBhZG1pbkB0ZXN0LXBvb2wta3ViZWxldC1hcmdzCmtpbmQ6IENvbmZpZwpwcmVmZXJlbmNlczoge30KdXNlcnM6Ci0gbmFtZTogdGVzdC1wb29sLWt1YmVsZXQtYXJncy1hZG1pbgogIHVzZXI6CiAgICB0b2tlbjogNTdGNzZzNU1SVVoyQmN0THpvSDNRb0JQc0JFQVhERzhYT0VnQUNiY2NSZFh1Yk5xcFZiejBsMUs=\"}" + headers: + Content-Length: + - "1714" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:18:44 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 81c71501-9861-4896-a24f-65b8b84878b3 + status: 200 OK + code: 200 + duration: 78.46838ms +- id: 11 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/89bdb97e-5814-4666-b0a3-c084a7989330 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1651 + body: "{\"region\":\"fr-par\", \"id\":\"89bdb97e-5814-4666-b0a3-c084a7989330\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:39.351223Z\", \"updated_at\":\"2025-10-30T16:18:39.822161Z\", \"type\":\"kapsule\", \"name\":\"test-pool-kubelet-args\", \"description\":\"\", \"status\":\"pool_required\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"kubelet_args\"], \"cluster_url\":\"https://89bdb97e-5814-4666-b0a3-c084a7989330.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.89bdb97e-5814-4666-b0a3-c084a7989330.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"311bbfd7-a420-4c55-acd1-7ac7b435bddc\", \"commitment_ends_at\":\"2025-10-30T16:18:39.351230Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"4ac6a5fd-f4ab-4b5a-9723-723c86963fee\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1651" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:18:44 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 0b1e3d93-5642-42e1-a97b-30a1ce2cb4df + status: 200 OK + code: 200 + duration: 21.469905ms +- id: 12 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 346 + host: api.scaleway.com + body: "{\"name\":\"test-pool-kubelet-args\",\"node_type\":\"pro2_xxs\",\"autoscaling\":true,\"size\":1,\"min_size\":1,\"max_size\":1,\"container_runtime\":\"containerd\",\"autohealing\":true,\"tags\":[\"terraform-test\",\"scaleway_k8s_cluster\",\"kubelet_args\"],\"kubelet_args\":{\"maxPods\":\"1337\"},\"zone\":\"fr-par-1\",\"root_volume_type\":\"default_volume_type\",\"public_ip_disabled\":false}" + headers: + Content-Type: + - application/json + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/89bdb97e-5814-4666-b0a3-c084a7989330/pools + method: POST + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 793 + body: "{\"region\":\"fr-par\", \"id\":\"00be490a-0cde-4c1d-84dd-0337a62e8e10\", \"cluster_id\":\"89bdb97e-5814-4666-b0a3-c084a7989330\", \"created_at\":\"2025-10-30T16:18:44.862648Z\", \"updated_at\":\"2025-10-30T16:18:44.862648Z\", \"name\":\"test-pool-kubelet-args\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"kubelet_args\"], \"placement_group_id\":null, \"kubelet_args\":{\"maxPods\":\"1337\"}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "793" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:18:44 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - a6d92960-7356-4e55-97bd-7828b1603bc7 + status: 200 OK + code: 200 + duration: 196.15209ms +- id: 13 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/00be490a-0cde-4c1d-84dd-0337a62e8e10 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 793 + body: "{\"region\":\"fr-par\", \"id\":\"00be490a-0cde-4c1d-84dd-0337a62e8e10\", \"cluster_id\":\"89bdb97e-5814-4666-b0a3-c084a7989330\", \"created_at\":\"2025-10-30T16:18:44.862648Z\", \"updated_at\":\"2025-10-30T16:18:44.862648Z\", \"name\":\"test-pool-kubelet-args\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"kubelet_args\"], \"placement_group_id\":null, \"kubelet_args\":{\"maxPods\":\"1337\"}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "793" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:18:45 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 0288e4d8-5d31-40f4-b9f3-ba13fd5d26d9 + status: 200 OK + code: 200 + duration: 23.838561ms +- id: 14 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/00be490a-0cde-4c1d-84dd-0337a62e8e10 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 793 + body: "{\"region\":\"fr-par\", \"id\":\"00be490a-0cde-4c1d-84dd-0337a62e8e10\", \"cluster_id\":\"89bdb97e-5814-4666-b0a3-c084a7989330\", \"created_at\":\"2025-10-30T16:18:44.862648Z\", \"updated_at\":\"2025-10-30T16:18:44.862648Z\", \"name\":\"test-pool-kubelet-args\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"kubelet_args\"], \"placement_group_id\":null, \"kubelet_args\":{\"maxPods\":\"1337\"}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "793" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:18:50 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 7774b8ce-20fb-4e08-bdb8-47cb7bbad4f4 + status: 200 OK + code: 200 + duration: 87.504219ms +- id: 15 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/00be490a-0cde-4c1d-84dd-0337a62e8e10 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 793 + body: "{\"region\":\"fr-par\", \"id\":\"00be490a-0cde-4c1d-84dd-0337a62e8e10\", \"cluster_id\":\"89bdb97e-5814-4666-b0a3-c084a7989330\", \"created_at\":\"2025-10-30T16:18:44.862648Z\", \"updated_at\":\"2025-10-30T16:18:44.862648Z\", \"name\":\"test-pool-kubelet-args\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"kubelet_args\"], \"placement_group_id\":null, \"kubelet_args\":{\"maxPods\":\"1337\"}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "793" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:18:55 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 781ff892-cb36-4f4f-abbe-7b9a7d8ae038 + status: 200 OK + code: 200 + duration: 83.5145ms +- id: 16 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/00be490a-0cde-4c1d-84dd-0337a62e8e10 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 793 + body: "{\"region\":\"fr-par\", \"id\":\"00be490a-0cde-4c1d-84dd-0337a62e8e10\", \"cluster_id\":\"89bdb97e-5814-4666-b0a3-c084a7989330\", \"created_at\":\"2025-10-30T16:18:44.862648Z\", \"updated_at\":\"2025-10-30T16:18:44.862648Z\", \"name\":\"test-pool-kubelet-args\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"kubelet_args\"], \"placement_group_id\":null, \"kubelet_args\":{\"maxPods\":\"1337\"}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "793" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:19:00 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 43d2d414-6e96-40ae-a921-a7c13baa6df7 + status: 200 OK + code: 200 + duration: 86.344633ms +- id: 17 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/00be490a-0cde-4c1d-84dd-0337a62e8e10 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 793 + body: "{\"region\":\"fr-par\", \"id\":\"00be490a-0cde-4c1d-84dd-0337a62e8e10\", \"cluster_id\":\"89bdb97e-5814-4666-b0a3-c084a7989330\", \"created_at\":\"2025-10-30T16:18:44.862648Z\", \"updated_at\":\"2025-10-30T16:18:44.862648Z\", \"name\":\"test-pool-kubelet-args\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"kubelet_args\"], \"placement_group_id\":null, \"kubelet_args\":{\"maxPods\":\"1337\"}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "793" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:19:05 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 48604f86-b9ff-4e3c-a287-e98d86ecc6fe + status: 200 OK + code: 200 + duration: 88.348884ms +- id: 18 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/00be490a-0cde-4c1d-84dd-0337a62e8e10 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 793 + body: "{\"region\":\"fr-par\", \"id\":\"00be490a-0cde-4c1d-84dd-0337a62e8e10\", \"cluster_id\":\"89bdb97e-5814-4666-b0a3-c084a7989330\", \"created_at\":\"2025-10-30T16:18:44.862648Z\", \"updated_at\":\"2025-10-30T16:18:44.862648Z\", \"name\":\"test-pool-kubelet-args\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"kubelet_args\"], \"placement_group_id\":null, \"kubelet_args\":{\"maxPods\":\"1337\"}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "793" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:19:10 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 018f25b8-1310-4c24-a9aa-eb963b7dd94b + status: 200 OK + code: 200 + duration: 84.587374ms +- id: 19 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/00be490a-0cde-4c1d-84dd-0337a62e8e10 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 793 + body: "{\"region\":\"fr-par\", \"id\":\"00be490a-0cde-4c1d-84dd-0337a62e8e10\", \"cluster_id\":\"89bdb97e-5814-4666-b0a3-c084a7989330\", \"created_at\":\"2025-10-30T16:18:44.862648Z\", \"updated_at\":\"2025-10-30T16:18:44.862648Z\", \"name\":\"test-pool-kubelet-args\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"kubelet_args\"], \"placement_group_id\":null, \"kubelet_args\":{\"maxPods\":\"1337\"}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "793" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:19:15 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 42f5e65b-6835-4702-814d-9597c6466158 + status: 200 OK + code: 200 + duration: 85.010258ms +- id: 20 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/00be490a-0cde-4c1d-84dd-0337a62e8e10 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 793 + body: "{\"region\":\"fr-par\", \"id\":\"00be490a-0cde-4c1d-84dd-0337a62e8e10\", \"cluster_id\":\"89bdb97e-5814-4666-b0a3-c084a7989330\", \"created_at\":\"2025-10-30T16:18:44.862648Z\", \"updated_at\":\"2025-10-30T16:18:44.862648Z\", \"name\":\"test-pool-kubelet-args\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"kubelet_args\"], \"placement_group_id\":null, \"kubelet_args\":{\"maxPods\":\"1337\"}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "793" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:19:20 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - f599de28-5c01-43eb-a570-ffd47d3b5c4a + status: 200 OK + code: 200 + duration: 82.306013ms +- id: 21 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/00be490a-0cde-4c1d-84dd-0337a62e8e10 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 793 + body: "{\"region\":\"fr-par\", \"id\":\"00be490a-0cde-4c1d-84dd-0337a62e8e10\", \"cluster_id\":\"89bdb97e-5814-4666-b0a3-c084a7989330\", \"created_at\":\"2025-10-30T16:18:44.862648Z\", \"updated_at\":\"2025-10-30T16:18:44.862648Z\", \"name\":\"test-pool-kubelet-args\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"kubelet_args\"], \"placement_group_id\":null, \"kubelet_args\":{\"maxPods\":\"1337\"}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "793" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:19:25 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 9e9c9ae8-8251-4a54-80fc-5e25096ecde5 + status: 200 OK + code: 200 + duration: 77.112446ms +- id: 22 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/00be490a-0cde-4c1d-84dd-0337a62e8e10 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 793 + body: "{\"region\":\"fr-par\", \"id\":\"00be490a-0cde-4c1d-84dd-0337a62e8e10\", \"cluster_id\":\"89bdb97e-5814-4666-b0a3-c084a7989330\", \"created_at\":\"2025-10-30T16:18:44.862648Z\", \"updated_at\":\"2025-10-30T16:18:44.862648Z\", \"name\":\"test-pool-kubelet-args\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"kubelet_args\"], \"placement_group_id\":null, \"kubelet_args\":{\"maxPods\":\"1337\"}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "793" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:19:30 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 2c3f2a9b-5db1-44c6-b69b-8aa3f2d72332 + status: 200 OK + code: 200 + duration: 82.035174ms +- id: 23 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/00be490a-0cde-4c1d-84dd-0337a62e8e10 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 793 + body: "{\"region\":\"fr-par\", \"id\":\"00be490a-0cde-4c1d-84dd-0337a62e8e10\", \"cluster_id\":\"89bdb97e-5814-4666-b0a3-c084a7989330\", \"created_at\":\"2025-10-30T16:18:44.862648Z\", \"updated_at\":\"2025-10-30T16:18:44.862648Z\", \"name\":\"test-pool-kubelet-args\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"kubelet_args\"], \"placement_group_id\":null, \"kubelet_args\":{\"maxPods\":\"1337\"}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "793" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:19:35 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 1f51c82f-f527-4838-8bfc-a920ac49b16d + status: 200 OK + code: 200 + duration: 89.938618ms +- id: 24 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/00be490a-0cde-4c1d-84dd-0337a62e8e10 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 793 + body: "{\"region\":\"fr-par\", \"id\":\"00be490a-0cde-4c1d-84dd-0337a62e8e10\", \"cluster_id\":\"89bdb97e-5814-4666-b0a3-c084a7989330\", \"created_at\":\"2025-10-30T16:18:44.862648Z\", \"updated_at\":\"2025-10-30T16:18:44.862648Z\", \"name\":\"test-pool-kubelet-args\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"kubelet_args\"], \"placement_group_id\":null, \"kubelet_args\":{\"maxPods\":\"1337\"}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "793" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:19:40 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 5c05c7b5-f944-4197-bccc-4d52cdbe3b9c + status: 200 OK + code: 200 + duration: 90.020852ms +- id: 25 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/00be490a-0cde-4c1d-84dd-0337a62e8e10 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 793 + body: "{\"region\":\"fr-par\", \"id\":\"00be490a-0cde-4c1d-84dd-0337a62e8e10\", \"cluster_id\":\"89bdb97e-5814-4666-b0a3-c084a7989330\", \"created_at\":\"2025-10-30T16:18:44.862648Z\", \"updated_at\":\"2025-10-30T16:18:44.862648Z\", \"name\":\"test-pool-kubelet-args\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"kubelet_args\"], \"placement_group_id\":null, \"kubelet_args\":{\"maxPods\":\"1337\"}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "793" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:19:46 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - f3365f6a-f36f-4729-990b-c3ee439fea1c + status: 200 OK + code: 200 + duration: 99.763547ms +- id: 26 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/00be490a-0cde-4c1d-84dd-0337a62e8e10 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 793 + body: "{\"region\":\"fr-par\", \"id\":\"00be490a-0cde-4c1d-84dd-0337a62e8e10\", \"cluster_id\":\"89bdb97e-5814-4666-b0a3-c084a7989330\", \"created_at\":\"2025-10-30T16:18:44.862648Z\", \"updated_at\":\"2025-10-30T16:18:44.862648Z\", \"name\":\"test-pool-kubelet-args\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"kubelet_args\"], \"placement_group_id\":null, \"kubelet_args\":{\"maxPods\":\"1337\"}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "793" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:19:51 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 013338e2-df45-49f3-a66e-57d989ee7237 + status: 200 OK + code: 200 + duration: 90.855539ms +- id: 27 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/00be490a-0cde-4c1d-84dd-0337a62e8e10 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 793 + body: "{\"region\":\"fr-par\", \"id\":\"00be490a-0cde-4c1d-84dd-0337a62e8e10\", \"cluster_id\":\"89bdb97e-5814-4666-b0a3-c084a7989330\", \"created_at\":\"2025-10-30T16:18:44.862648Z\", \"updated_at\":\"2025-10-30T16:18:44.862648Z\", \"name\":\"test-pool-kubelet-args\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"kubelet_args\"], \"placement_group_id\":null, \"kubelet_args\":{\"maxPods\":\"1337\"}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "793" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:19:56 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 9c20602a-96fc-4933-ba69-c9ed2fbb2c2f + status: 200 OK + code: 200 + duration: 100.896634ms +- id: 28 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/00be490a-0cde-4c1d-84dd-0337a62e8e10 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 793 + body: "{\"region\":\"fr-par\", \"id\":\"00be490a-0cde-4c1d-84dd-0337a62e8e10\", \"cluster_id\":\"89bdb97e-5814-4666-b0a3-c084a7989330\", \"created_at\":\"2025-10-30T16:18:44.862648Z\", \"updated_at\":\"2025-10-30T16:18:44.862648Z\", \"name\":\"test-pool-kubelet-args\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"kubelet_args\"], \"placement_group_id\":null, \"kubelet_args\":{\"maxPods\":\"1337\"}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "793" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:20:01 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 32e2abb4-25fb-4482-a35c-84abe7daeda7 + status: 200 OK + code: 200 + duration: 104.632225ms +- id: 29 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/00be490a-0cde-4c1d-84dd-0337a62e8e10 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 793 + body: "{\"region\":\"fr-par\", \"id\":\"00be490a-0cde-4c1d-84dd-0337a62e8e10\", \"cluster_id\":\"89bdb97e-5814-4666-b0a3-c084a7989330\", \"created_at\":\"2025-10-30T16:18:44.862648Z\", \"updated_at\":\"2025-10-30T16:18:44.862648Z\", \"name\":\"test-pool-kubelet-args\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"kubelet_args\"], \"placement_group_id\":null, \"kubelet_args\":{\"maxPods\":\"1337\"}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "793" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:20:06 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 76eda963-75b6-4f02-8d7d-750080b0b2fb + status: 200 OK + code: 200 + duration: 93.184199ms +- id: 30 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/00be490a-0cde-4c1d-84dd-0337a62e8e10 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 793 + body: "{\"region\":\"fr-par\", \"id\":\"00be490a-0cde-4c1d-84dd-0337a62e8e10\", \"cluster_id\":\"89bdb97e-5814-4666-b0a3-c084a7989330\", \"created_at\":\"2025-10-30T16:18:44.862648Z\", \"updated_at\":\"2025-10-30T16:18:44.862648Z\", \"name\":\"test-pool-kubelet-args\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"kubelet_args\"], \"placement_group_id\":null, \"kubelet_args\":{\"maxPods\":\"1337\"}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "793" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:20:11 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - a0b0334e-82c0-4aab-8419-1ce7883af6ca + status: 200 OK + code: 200 + duration: 112.271963ms +- id: 31 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/00be490a-0cde-4c1d-84dd-0337a62e8e10 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 793 + body: "{\"region\":\"fr-par\", \"id\":\"00be490a-0cde-4c1d-84dd-0337a62e8e10\", \"cluster_id\":\"89bdb97e-5814-4666-b0a3-c084a7989330\", \"created_at\":\"2025-10-30T16:18:44.862648Z\", \"updated_at\":\"2025-10-30T16:18:44.862648Z\", \"name\":\"test-pool-kubelet-args\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"kubelet_args\"], \"placement_group_id\":null, \"kubelet_args\":{\"maxPods\":\"1337\"}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "793" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:20:16 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 1e16f1a8-0810-4e22-ab50-1a0ccb490477 + status: 200 OK + code: 200 + duration: 89.465721ms +- id: 32 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/00be490a-0cde-4c1d-84dd-0337a62e8e10 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 793 + body: "{\"region\":\"fr-par\", \"id\":\"00be490a-0cde-4c1d-84dd-0337a62e8e10\", \"cluster_id\":\"89bdb97e-5814-4666-b0a3-c084a7989330\", \"created_at\":\"2025-10-30T16:18:44.862648Z\", \"updated_at\":\"2025-10-30T16:18:44.862648Z\", \"name\":\"test-pool-kubelet-args\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"kubelet_args\"], \"placement_group_id\":null, \"kubelet_args\":{\"maxPods\":\"1337\"}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "793" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:20:21 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 687ac155-8258-4efa-ab1d-f0102da261be + status: 200 OK + code: 200 + duration: 89.937836ms +- id: 33 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/00be490a-0cde-4c1d-84dd-0337a62e8e10 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 793 + body: "{\"region\":\"fr-par\", \"id\":\"00be490a-0cde-4c1d-84dd-0337a62e8e10\", \"cluster_id\":\"89bdb97e-5814-4666-b0a3-c084a7989330\", \"created_at\":\"2025-10-30T16:18:44.862648Z\", \"updated_at\":\"2025-10-30T16:18:44.862648Z\", \"name\":\"test-pool-kubelet-args\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"kubelet_args\"], \"placement_group_id\":null, \"kubelet_args\":{\"maxPods\":\"1337\"}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "793" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:20:26 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 14b51546-b017-49d4-8e42-010a31286fcd + status: 200 OK + code: 200 + duration: 104.62932ms +- id: 34 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/00be490a-0cde-4c1d-84dd-0337a62e8e10 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 793 + body: "{\"region\":\"fr-par\", \"id\":\"00be490a-0cde-4c1d-84dd-0337a62e8e10\", \"cluster_id\":\"89bdb97e-5814-4666-b0a3-c084a7989330\", \"created_at\":\"2025-10-30T16:18:44.862648Z\", \"updated_at\":\"2025-10-30T16:18:44.862648Z\", \"name\":\"test-pool-kubelet-args\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"kubelet_args\"], \"placement_group_id\":null, \"kubelet_args\":{\"maxPods\":\"1337\"}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "793" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:20:31 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 0cf0b230-ebb0-4c22-afb0-75c22029d704 + status: 200 OK + code: 200 + duration: 78.96374ms +- id: 35 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/00be490a-0cde-4c1d-84dd-0337a62e8e10 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 793 + body: "{\"region\":\"fr-par\", \"id\":\"00be490a-0cde-4c1d-84dd-0337a62e8e10\", \"cluster_id\":\"89bdb97e-5814-4666-b0a3-c084a7989330\", \"created_at\":\"2025-10-30T16:18:44.862648Z\", \"updated_at\":\"2025-10-30T16:18:44.862648Z\", \"name\":\"test-pool-kubelet-args\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"kubelet_args\"], \"placement_group_id\":null, \"kubelet_args\":{\"maxPods\":\"1337\"}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "793" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:20:37 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 0885e65d-c875-4b97-b31b-67676116a75b + status: 200 OK + code: 200 + duration: 89.116915ms +- id: 36 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/00be490a-0cde-4c1d-84dd-0337a62e8e10 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 793 + body: "{\"region\":\"fr-par\", \"id\":\"00be490a-0cde-4c1d-84dd-0337a62e8e10\", \"cluster_id\":\"89bdb97e-5814-4666-b0a3-c084a7989330\", \"created_at\":\"2025-10-30T16:18:44.862648Z\", \"updated_at\":\"2025-10-30T16:18:44.862648Z\", \"name\":\"test-pool-kubelet-args\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"kubelet_args\"], \"placement_group_id\":null, \"kubelet_args\":{\"maxPods\":\"1337\"}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "793" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:20:42 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 52bd5d5e-6d44-4542-b085-d344a5c979cc + status: 200 OK + code: 200 + duration: 103.389132ms +- id: 37 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/00be490a-0cde-4c1d-84dd-0337a62e8e10 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 793 + body: "{\"region\":\"fr-par\", \"id\":\"00be490a-0cde-4c1d-84dd-0337a62e8e10\", \"cluster_id\":\"89bdb97e-5814-4666-b0a3-c084a7989330\", \"created_at\":\"2025-10-30T16:18:44.862648Z\", \"updated_at\":\"2025-10-30T16:18:44.862648Z\", \"name\":\"test-pool-kubelet-args\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"kubelet_args\"], \"placement_group_id\":null, \"kubelet_args\":{\"maxPods\":\"1337\"}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "793" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:20:47 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - c8b8f4e8-b356-4257-9c95-a98e1f445496 + status: 200 OK + code: 200 + duration: 101.023953ms +- id: 38 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/00be490a-0cde-4c1d-84dd-0337a62e8e10 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 793 + body: "{\"region\":\"fr-par\", \"id\":\"00be490a-0cde-4c1d-84dd-0337a62e8e10\", \"cluster_id\":\"89bdb97e-5814-4666-b0a3-c084a7989330\", \"created_at\":\"2025-10-30T16:18:44.862648Z\", \"updated_at\":\"2025-10-30T16:18:44.862648Z\", \"name\":\"test-pool-kubelet-args\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"kubelet_args\"], \"placement_group_id\":null, \"kubelet_args\":{\"maxPods\":\"1337\"}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "793" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:20:52 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 93d92a69-5f7c-42a2-a215-158c977148a0 + status: 200 OK + code: 200 + duration: 90.102646ms +- id: 39 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/00be490a-0cde-4c1d-84dd-0337a62e8e10 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 793 + body: "{\"region\":\"fr-par\", \"id\":\"00be490a-0cde-4c1d-84dd-0337a62e8e10\", \"cluster_id\":\"89bdb97e-5814-4666-b0a3-c084a7989330\", \"created_at\":\"2025-10-30T16:18:44.862648Z\", \"updated_at\":\"2025-10-30T16:18:44.862648Z\", \"name\":\"test-pool-kubelet-args\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"kubelet_args\"], \"placement_group_id\":null, \"kubelet_args\":{\"maxPods\":\"1337\"}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "793" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:20:57 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - d8b45553-38b0-4123-84d6-6b8fc76f6c1e + status: 200 OK + code: 200 + duration: 90.477148ms +- id: 40 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/00be490a-0cde-4c1d-84dd-0337a62e8e10 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 793 + body: "{\"region\":\"fr-par\", \"id\":\"00be490a-0cde-4c1d-84dd-0337a62e8e10\", \"cluster_id\":\"89bdb97e-5814-4666-b0a3-c084a7989330\", \"created_at\":\"2025-10-30T16:18:44.862648Z\", \"updated_at\":\"2025-10-30T16:18:44.862648Z\", \"name\":\"test-pool-kubelet-args\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"kubelet_args\"], \"placement_group_id\":null, \"kubelet_args\":{\"maxPods\":\"1337\"}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "793" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:21:02 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - e1c06f6d-3020-4ea4-92bb-81f5028bc87c + status: 200 OK + code: 200 + duration: 106.053102ms +- id: 41 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/00be490a-0cde-4c1d-84dd-0337a62e8e10 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 793 + body: "{\"region\":\"fr-par\", \"id\":\"00be490a-0cde-4c1d-84dd-0337a62e8e10\", \"cluster_id\":\"89bdb97e-5814-4666-b0a3-c084a7989330\", \"created_at\":\"2025-10-30T16:18:44.862648Z\", \"updated_at\":\"2025-10-30T16:18:44.862648Z\", \"name\":\"test-pool-kubelet-args\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"kubelet_args\"], \"placement_group_id\":null, \"kubelet_args\":{\"maxPods\":\"1337\"}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "793" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:21:07 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 3ee1d5bd-5feb-4f87-bbbb-747fa3488f66 + status: 200 OK + code: 200 + duration: 105.063755ms +- id: 42 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/00be490a-0cde-4c1d-84dd-0337a62e8e10 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 793 + body: "{\"region\":\"fr-par\", \"id\":\"00be490a-0cde-4c1d-84dd-0337a62e8e10\", \"cluster_id\":\"89bdb97e-5814-4666-b0a3-c084a7989330\", \"created_at\":\"2025-10-30T16:18:44.862648Z\", \"updated_at\":\"2025-10-30T16:18:44.862648Z\", \"name\":\"test-pool-kubelet-args\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"kubelet_args\"], \"placement_group_id\":null, \"kubelet_args\":{\"maxPods\":\"1337\"}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "793" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:21:12 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 83228b91-4c2f-4c7a-8e7c-dd4431a842f9 + status: 200 OK + code: 200 + duration: 99.853025ms +- id: 43 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/00be490a-0cde-4c1d-84dd-0337a62e8e10 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 793 + body: "{\"region\":\"fr-par\", \"id\":\"00be490a-0cde-4c1d-84dd-0337a62e8e10\", \"cluster_id\":\"89bdb97e-5814-4666-b0a3-c084a7989330\", \"created_at\":\"2025-10-30T16:18:44.862648Z\", \"updated_at\":\"2025-10-30T16:18:44.862648Z\", \"name\":\"test-pool-kubelet-args\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"kubelet_args\"], \"placement_group_id\":null, \"kubelet_args\":{\"maxPods\":\"1337\"}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "793" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:21:17 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - e1a80fac-449e-4dfd-83b7-5bb0c5f4ed3c + status: 200 OK + code: 200 + duration: 84.680049ms +- id: 44 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/00be490a-0cde-4c1d-84dd-0337a62e8e10 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 793 + body: "{\"region\":\"fr-par\", \"id\":\"00be490a-0cde-4c1d-84dd-0337a62e8e10\", \"cluster_id\":\"89bdb97e-5814-4666-b0a3-c084a7989330\", \"created_at\":\"2025-10-30T16:18:44.862648Z\", \"updated_at\":\"2025-10-30T16:18:44.862648Z\", \"name\":\"test-pool-kubelet-args\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"kubelet_args\"], \"placement_group_id\":null, \"kubelet_args\":{\"maxPods\":\"1337\"}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "793" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:21:22 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - c583446f-37e0-4f43-b358-991aa99dfa20 + status: 200 OK + code: 200 + duration: 116.017673ms +- id: 45 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/00be490a-0cde-4c1d-84dd-0337a62e8e10 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 793 + body: "{\"region\":\"fr-par\", \"id\":\"00be490a-0cde-4c1d-84dd-0337a62e8e10\", \"cluster_id\":\"89bdb97e-5814-4666-b0a3-c084a7989330\", \"created_at\":\"2025-10-30T16:18:44.862648Z\", \"updated_at\":\"2025-10-30T16:18:44.862648Z\", \"name\":\"test-pool-kubelet-args\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"kubelet_args\"], \"placement_group_id\":null, \"kubelet_args\":{\"maxPods\":\"1337\"}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "793" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:21:28 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - bd671a44-bac2-4e64-9f2d-d4f16966ddfd + status: 200 OK + code: 200 + duration: 79.921658ms +- id: 46 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/00be490a-0cde-4c1d-84dd-0337a62e8e10 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 793 + body: "{\"region\":\"fr-par\", \"id\":\"00be490a-0cde-4c1d-84dd-0337a62e8e10\", \"cluster_id\":\"89bdb97e-5814-4666-b0a3-c084a7989330\", \"created_at\":\"2025-10-30T16:18:44.862648Z\", \"updated_at\":\"2025-10-30T16:18:44.862648Z\", \"name\":\"test-pool-kubelet-args\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"kubelet_args\"], \"placement_group_id\":null, \"kubelet_args\":{\"maxPods\":\"1337\"}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "793" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:21:33 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 89d6746b-6a91-4344-b323-d294240c1823 + status: 200 OK + code: 200 + duration: 99.513488ms +- id: 47 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/00be490a-0cde-4c1d-84dd-0337a62e8e10 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 793 + body: "{\"region\":\"fr-par\", \"id\":\"00be490a-0cde-4c1d-84dd-0337a62e8e10\", \"cluster_id\":\"89bdb97e-5814-4666-b0a3-c084a7989330\", \"created_at\":\"2025-10-30T16:18:44.862648Z\", \"updated_at\":\"2025-10-30T16:18:44.862648Z\", \"name\":\"test-pool-kubelet-args\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"kubelet_args\"], \"placement_group_id\":null, \"kubelet_args\":{\"maxPods\":\"1337\"}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "793" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:21:38 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 7d95bfdd-f32d-4537-b612-ef1bfefe39de + status: 200 OK + code: 200 + duration: 89.622535ms +- id: 48 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/00be490a-0cde-4c1d-84dd-0337a62e8e10 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 793 + body: "{\"region\":\"fr-par\", \"id\":\"00be490a-0cde-4c1d-84dd-0337a62e8e10\", \"cluster_id\":\"89bdb97e-5814-4666-b0a3-c084a7989330\", \"created_at\":\"2025-10-30T16:18:44.862648Z\", \"updated_at\":\"2025-10-30T16:18:44.862648Z\", \"name\":\"test-pool-kubelet-args\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"kubelet_args\"], \"placement_group_id\":null, \"kubelet_args\":{\"maxPods\":\"1337\"}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "793" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:21:43 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - bf1b5e4b-ef19-4e1c-9e15-da6d0efb1319 + status: 200 OK + code: 200 + duration: 84.936851ms +- id: 49 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/00be490a-0cde-4c1d-84dd-0337a62e8e10 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 793 + body: "{\"region\":\"fr-par\", \"id\":\"00be490a-0cde-4c1d-84dd-0337a62e8e10\", \"cluster_id\":\"89bdb97e-5814-4666-b0a3-c084a7989330\", \"created_at\":\"2025-10-30T16:18:44.862648Z\", \"updated_at\":\"2025-10-30T16:18:44.862648Z\", \"name\":\"test-pool-kubelet-args\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"kubelet_args\"], \"placement_group_id\":null, \"kubelet_args\":{\"maxPods\":\"1337\"}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "793" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:21:48 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - d7cb9edd-7695-4098-9fe5-7a1fe0ade9e7 + status: 200 OK + code: 200 + duration: 104.454692ms +- id: 50 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/00be490a-0cde-4c1d-84dd-0337a62e8e10 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 793 + body: "{\"region\":\"fr-par\", \"id\":\"00be490a-0cde-4c1d-84dd-0337a62e8e10\", \"cluster_id\":\"89bdb97e-5814-4666-b0a3-c084a7989330\", \"created_at\":\"2025-10-30T16:18:44.862648Z\", \"updated_at\":\"2025-10-30T16:18:44.862648Z\", \"name\":\"test-pool-kubelet-args\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"kubelet_args\"], \"placement_group_id\":null, \"kubelet_args\":{\"maxPods\":\"1337\"}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "793" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:21:53 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 1a857ccb-82b6-40fb-9525-9b07f6126fc4 + status: 200 OK + code: 200 + duration: 84.279577ms +- id: 51 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/00be490a-0cde-4c1d-84dd-0337a62e8e10 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 793 + body: "{\"region\":\"fr-par\", \"id\":\"00be490a-0cde-4c1d-84dd-0337a62e8e10\", \"cluster_id\":\"89bdb97e-5814-4666-b0a3-c084a7989330\", \"created_at\":\"2025-10-30T16:18:44.862648Z\", \"updated_at\":\"2025-10-30T16:18:44.862648Z\", \"name\":\"test-pool-kubelet-args\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"kubelet_args\"], \"placement_group_id\":null, \"kubelet_args\":{\"maxPods\":\"1337\"}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "793" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:21:58 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 0a3cf1b2-4b8f-42d0-92fa-497d7401b8ab + status: 200 OK + code: 200 + duration: 81.490753ms +- id: 52 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/00be490a-0cde-4c1d-84dd-0337a62e8e10 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 793 + body: "{\"region\":\"fr-par\", \"id\":\"00be490a-0cde-4c1d-84dd-0337a62e8e10\", \"cluster_id\":\"89bdb97e-5814-4666-b0a3-c084a7989330\", \"created_at\":\"2025-10-30T16:18:44.862648Z\", \"updated_at\":\"2025-10-30T16:18:44.862648Z\", \"name\":\"test-pool-kubelet-args\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"kubelet_args\"], \"placement_group_id\":null, \"kubelet_args\":{\"maxPods\":\"1337\"}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "793" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:22:03 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 73a2774e-a9af-4041-a23b-facfd79c29b5 + status: 200 OK + code: 200 + duration: 89.890748ms +- id: 53 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/00be490a-0cde-4c1d-84dd-0337a62e8e10 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 793 + body: "{\"region\":\"fr-par\", \"id\":\"00be490a-0cde-4c1d-84dd-0337a62e8e10\", \"cluster_id\":\"89bdb97e-5814-4666-b0a3-c084a7989330\", \"created_at\":\"2025-10-30T16:18:44.862648Z\", \"updated_at\":\"2025-10-30T16:18:44.862648Z\", \"name\":\"test-pool-kubelet-args\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"kubelet_args\"], \"placement_group_id\":null, \"kubelet_args\":{\"maxPods\":\"1337\"}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "793" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:22:08 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 0994380f-108b-40d7-a17c-4e5feacb7f03 + status: 200 OK + code: 200 + duration: 77.607896ms +- id: 54 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/00be490a-0cde-4c1d-84dd-0337a62e8e10 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 793 + body: "{\"region\":\"fr-par\", \"id\":\"00be490a-0cde-4c1d-84dd-0337a62e8e10\", \"cluster_id\":\"89bdb97e-5814-4666-b0a3-c084a7989330\", \"created_at\":\"2025-10-30T16:18:44.862648Z\", \"updated_at\":\"2025-10-30T16:18:44.862648Z\", \"name\":\"test-pool-kubelet-args\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"kubelet_args\"], \"placement_group_id\":null, \"kubelet_args\":{\"maxPods\":\"1337\"}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "793" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:22:13 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 01ae30eb-d089-4bb5-8b23-eeb444b84d80 + status: 200 OK + code: 200 + duration: 80.35423ms +- id: 55 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/00be490a-0cde-4c1d-84dd-0337a62e8e10 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 793 + body: "{\"region\":\"fr-par\", \"id\":\"00be490a-0cde-4c1d-84dd-0337a62e8e10\", \"cluster_id\":\"89bdb97e-5814-4666-b0a3-c084a7989330\", \"created_at\":\"2025-10-30T16:18:44.862648Z\", \"updated_at\":\"2025-10-30T16:18:44.862648Z\", \"name\":\"test-pool-kubelet-args\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"kubelet_args\"], \"placement_group_id\":null, \"kubelet_args\":{\"maxPods\":\"1337\"}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "793" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:22:18 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 6c974e33-1de5-4c6f-bd8d-080f1bd463d8 + status: 200 OK + code: 200 + duration: 80.664893ms +- id: 56 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/00be490a-0cde-4c1d-84dd-0337a62e8e10 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 793 + body: "{\"region\":\"fr-par\", \"id\":\"00be490a-0cde-4c1d-84dd-0337a62e8e10\", \"cluster_id\":\"89bdb97e-5814-4666-b0a3-c084a7989330\", \"created_at\":\"2025-10-30T16:18:44.862648Z\", \"updated_at\":\"2025-10-30T16:18:44.862648Z\", \"name\":\"test-pool-kubelet-args\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"kubelet_args\"], \"placement_group_id\":null, \"kubelet_args\":{\"maxPods\":\"1337\"}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "793" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:22:23 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - f6154656-8295-449d-8fe6-707e4d59250c + status: 200 OK + code: 200 + duration: 209.197876ms +- id: 57 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/00be490a-0cde-4c1d-84dd-0337a62e8e10 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 793 + body: "{\"region\":\"fr-par\", \"id\":\"00be490a-0cde-4c1d-84dd-0337a62e8e10\", \"cluster_id\":\"89bdb97e-5814-4666-b0a3-c084a7989330\", \"created_at\":\"2025-10-30T16:18:44.862648Z\", \"updated_at\":\"2025-10-30T16:18:44.862648Z\", \"name\":\"test-pool-kubelet-args\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"kubelet_args\"], \"placement_group_id\":null, \"kubelet_args\":{\"maxPods\":\"1337\"}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "793" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:22:29 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 3e314038-cea2-415c-9579-2c24f3a300b7 + status: 200 OK + code: 200 + duration: 131.727017ms +- id: 58 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/00be490a-0cde-4c1d-84dd-0337a62e8e10 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 793 + body: "{\"region\":\"fr-par\", \"id\":\"00be490a-0cde-4c1d-84dd-0337a62e8e10\", \"cluster_id\":\"89bdb97e-5814-4666-b0a3-c084a7989330\", \"created_at\":\"2025-10-30T16:18:44.862648Z\", \"updated_at\":\"2025-10-30T16:18:44.862648Z\", \"name\":\"test-pool-kubelet-args\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"kubelet_args\"], \"placement_group_id\":null, \"kubelet_args\":{\"maxPods\":\"1337\"}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "793" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:22:34 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - d75a1ab0-e0ee-490c-a480-a7552c1c2167 + status: 200 OK + code: 200 + duration: 125.612732ms +- id: 59 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/00be490a-0cde-4c1d-84dd-0337a62e8e10 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 793 + body: "{\"region\":\"fr-par\", \"id\":\"00be490a-0cde-4c1d-84dd-0337a62e8e10\", \"cluster_id\":\"89bdb97e-5814-4666-b0a3-c084a7989330\", \"created_at\":\"2025-10-30T16:18:44.862648Z\", \"updated_at\":\"2025-10-30T16:18:44.862648Z\", \"name\":\"test-pool-kubelet-args\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"kubelet_args\"], \"placement_group_id\":null, \"kubelet_args\":{\"maxPods\":\"1337\"}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "793" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:22:39 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 965ee62f-d3c7-47c9-9ea0-1d699ec9b4de + status: 200 OK + code: 200 + duration: 98.620843ms +- id: 60 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/00be490a-0cde-4c1d-84dd-0337a62e8e10 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 793 + body: "{\"region\":\"fr-par\", \"id\":\"00be490a-0cde-4c1d-84dd-0337a62e8e10\", \"cluster_id\":\"89bdb97e-5814-4666-b0a3-c084a7989330\", \"created_at\":\"2025-10-30T16:18:44.862648Z\", \"updated_at\":\"2025-10-30T16:18:44.862648Z\", \"name\":\"test-pool-kubelet-args\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"kubelet_args\"], \"placement_group_id\":null, \"kubelet_args\":{\"maxPods\":\"1337\"}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "793" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:22:44 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 5ba8f8e6-2438-4c5c-a50d-e5ca7a1af968 + status: 200 OK + code: 200 + duration: 103.397378ms +- id: 61 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/00be490a-0cde-4c1d-84dd-0337a62e8e10 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 793 + body: "{\"region\":\"fr-par\", \"id\":\"00be490a-0cde-4c1d-84dd-0337a62e8e10\", \"cluster_id\":\"89bdb97e-5814-4666-b0a3-c084a7989330\", \"created_at\":\"2025-10-30T16:18:44.862648Z\", \"updated_at\":\"2025-10-30T16:18:44.862648Z\", \"name\":\"test-pool-kubelet-args\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"kubelet_args\"], \"placement_group_id\":null, \"kubelet_args\":{\"maxPods\":\"1337\"}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "793" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:22:49 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - e825d443-ab21-4052-86f6-f4e0cbd8db5b + status: 200 OK + code: 200 + duration: 90.111322ms +- id: 62 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/00be490a-0cde-4c1d-84dd-0337a62e8e10 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 793 + body: "{\"region\":\"fr-par\", \"id\":\"00be490a-0cde-4c1d-84dd-0337a62e8e10\", \"cluster_id\":\"89bdb97e-5814-4666-b0a3-c084a7989330\", \"created_at\":\"2025-10-30T16:18:44.862648Z\", \"updated_at\":\"2025-10-30T16:18:44.862648Z\", \"name\":\"test-pool-kubelet-args\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"kubelet_args\"], \"placement_group_id\":null, \"kubelet_args\":{\"maxPods\":\"1337\"}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "793" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:22:54 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 90a9b67b-a178-45e5-9bdb-1889b72e2aea + status: 200 OK + code: 200 + duration: 108.548466ms +- id: 63 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/00be490a-0cde-4c1d-84dd-0337a62e8e10 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 793 + body: "{\"region\":\"fr-par\", \"id\":\"00be490a-0cde-4c1d-84dd-0337a62e8e10\", \"cluster_id\":\"89bdb97e-5814-4666-b0a3-c084a7989330\", \"created_at\":\"2025-10-30T16:18:44.862648Z\", \"updated_at\":\"2025-10-30T16:18:44.862648Z\", \"name\":\"test-pool-kubelet-args\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"kubelet_args\"], \"placement_group_id\":null, \"kubelet_args\":{\"maxPods\":\"1337\"}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "793" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:22:59 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 0c3178ca-8686-4dbd-9494-4b64cf1a3af3 + status: 200 OK + code: 200 + duration: 90.758728ms +- id: 64 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/00be490a-0cde-4c1d-84dd-0337a62e8e10 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 793 + body: "{\"region\":\"fr-par\", \"id\":\"00be490a-0cde-4c1d-84dd-0337a62e8e10\", \"cluster_id\":\"89bdb97e-5814-4666-b0a3-c084a7989330\", \"created_at\":\"2025-10-30T16:18:44.862648Z\", \"updated_at\":\"2025-10-30T16:18:44.862648Z\", \"name\":\"test-pool-kubelet-args\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"kubelet_args\"], \"placement_group_id\":null, \"kubelet_args\":{\"maxPods\":\"1337\"}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "793" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:23:04 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 3be0299a-2efb-4f0a-ae0e-7f5b94f56a34 + status: 200 OK + code: 200 + duration: 94.183426ms +- id: 65 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/00be490a-0cde-4c1d-84dd-0337a62e8e10 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 791 + body: "{\"region\":\"fr-par\", \"id\":\"00be490a-0cde-4c1d-84dd-0337a62e8e10\", \"cluster_id\":\"89bdb97e-5814-4666-b0a3-c084a7989330\", \"created_at\":\"2025-10-30T16:18:44.862648Z\", \"updated_at\":\"2025-10-30T16:23:06.940378Z\", \"name\":\"test-pool-kubelet-args\", \"status\":\"ready\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"kubelet_args\"], \"placement_group_id\":null, \"kubelet_args\":{\"maxPods\":\"1337\"}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "791" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:23:10 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - d96dee16-0bf0-4caf-835a-67bb0645f64a + status: 200 OK + code: 200 + duration: 102.234626ms +- id: 66 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/89bdb97e-5814-4666-b0a3-c084a7989330 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1643 + body: "{\"region\":\"fr-par\", \"id\":\"89bdb97e-5814-4666-b0a3-c084a7989330\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:39.351223Z\", \"updated_at\":\"2025-10-30T16:20:13.289151Z\", \"type\":\"kapsule\", \"name\":\"test-pool-kubelet-args\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"kubelet_args\"], \"cluster_url\":\"https://89bdb97e-5814-4666-b0a3-c084a7989330.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.89bdb97e-5814-4666-b0a3-c084a7989330.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"311bbfd7-a420-4c55-acd1-7ac7b435bddc\", \"commitment_ends_at\":\"2025-10-30T16:18:39.351230Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"4ac6a5fd-f4ab-4b5a-9723-723c86963fee\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1643" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:23:10 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 68477514-38b4-4009-9050-c7f18d111f18 + status: 200 OK + code: 200 + duration: 24.804514ms +- id: 67 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/00be490a-0cde-4c1d-84dd-0337a62e8e10 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 791 + body: "{\"region\":\"fr-par\", \"id\":\"00be490a-0cde-4c1d-84dd-0337a62e8e10\", \"cluster_id\":\"89bdb97e-5814-4666-b0a3-c084a7989330\", \"created_at\":\"2025-10-30T16:18:44.862648Z\", \"updated_at\":\"2025-10-30T16:23:06.940378Z\", \"name\":\"test-pool-kubelet-args\", \"status\":\"ready\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"kubelet_args\"], \"placement_group_id\":null, \"kubelet_args\":{\"maxPods\":\"1337\"}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "791" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:23:10 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 9e9f57be-8532-4561-a908-0aab72b10bc7 + status: 200 OK + code: 200 + duration: 25.565181ms +- id: 68 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + form: + order_by: + - created_at_asc + page: + - "1" + pool_id: + - 00be490a-0cde-4c1d-84dd-0337a62e8e10 + status: + - unknown + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/89bdb97e-5814-4666-b0a3-c084a7989330/nodes?order_by=created_at_asc&page=1&pool_id=00be490a-0cde-4c1d-84dd-0337a62e8e10&status=unknown + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 621 + body: "{\"total_count\":1, \"nodes\":[{\"region\":\"fr-par\", \"id\":\"e9988f4c-6e67-4971-a5da-ed84e3b94eed\", \"cluster_id\":\"89bdb97e-5814-4666-b0a3-c084a7989330\", \"created_at\":\"2025-10-30T16:21:58.256391Z\", \"updated_at\":\"2025-10-30T16:23:06.928101Z\", \"pool_id\":\"00be490a-0cde-4c1d-84dd-0337a62e8e10\", \"status\":\"ready\", \"conditions\":{\"DiskPressure\":\"False\", \"MemoryPressure\":\"False\", \"PIDPressure\":\"False\", \"Ready\":\"True\"}, \"name\":\"scw-test-pool-kubelet-test-pool-kubelet-e9988f\", \"public_ip_v4\":\"163.172.149.221\", \"public_ip_v6\":null, \"provider_id\":\"scaleway://instance/fr-par-1/61933569-0297-49d7-a572-a33bddd8a8a3\", \"error_message\":\"\"}]}" + headers: + Content-Length: + - "621" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:23:10 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 919e7060-059e-4c24-b090-5e29f1bec93e + status: 200 OK + code: 200 + duration: 80.353629ms +- id: 69 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/89bdb97e-5814-4666-b0a3-c084a7989330 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1643 + body: "{\"region\":\"fr-par\", \"id\":\"89bdb97e-5814-4666-b0a3-c084a7989330\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:39.351223Z\", \"updated_at\":\"2025-10-30T16:20:13.289151Z\", \"type\":\"kapsule\", \"name\":\"test-pool-kubelet-args\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"kubelet_args\"], \"cluster_url\":\"https://89bdb97e-5814-4666-b0a3-c084a7989330.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.89bdb97e-5814-4666-b0a3-c084a7989330.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"311bbfd7-a420-4c55-acd1-7ac7b435bddc\", \"commitment_ends_at\":\"2025-10-30T16:18:39.351230Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"4ac6a5fd-f4ab-4b5a-9723-723c86963fee\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1643" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:23:10 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - b3adbea9-069d-4f5c-993d-566d6f2218ac + status: 200 OK + code: 200 + duration: 21.994169ms +- id: 70 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + form: + order_by: + - created_at_desc + project_id: + - 105bdce1-64c0-48ab-899d-868455867ecf + resource_name: + - scw-test-pool-kubelet-test-pool-kubelet-e9988f + resource_type: + - unknown_type + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/ipam/v1/regions/fr-par/ips?order_by=created_at_desc&project_id=105bdce1-64c0-48ab-899d-868455867ecf&resource_name=scw-test-pool-kubelet-test-pool-kubelet-e9988f&resource_type=unknown_type + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1122 + body: "{\"total_count\":2, \"ips\":[{\"id\":\"bc3e4c14-a364-41ee-b6f0-6ae249c6bee9\", \"address\":\"fd5f:519c:6d46:f47a:2d8e:8ff0:d31f:490a/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":true, \"created_at\":\"2025-10-30T16:22:03.275624Z\", \"updated_at\":\"2025-10-30T16:22:03.275624Z\", \"source\":{\"subnet_id\":\"ae2e852f-cee4-41a9-81bc-ec7cdff5871d\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"f27805ac-b9e6-4880-a239-ae3cbc951e74\", \"mac_address\":\"02:00:00:12:EC:B8\", \"name\":\"scw-test-pool-kubelet-test-pool-kubelet-e9988f\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}, {\"id\":\"c232d4dd-1c3b-4cb2-a0c6-7fcc452e1c5c\", \"address\":\"172.18.80.3/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":false, \"created_at\":\"2025-10-30T16:22:03.154121Z\", \"updated_at\":\"2025-10-30T16:22:03.154121Z\", \"source\":{\"subnet_id\":\"497f92f0-a2d8-48b5-81df-1f3debbc78d9\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"f27805ac-b9e6-4880-a239-ae3cbc951e74\", \"mac_address\":\"02:00:00:12:EC:B8\", \"name\":\"scw-test-pool-kubelet-test-pool-kubelet-e9988f\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}]}" + headers: + Content-Length: + - "1122" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:23:10 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - e64587aa-1616-4540-8008-38833a44d22d + status: 200 OK + code: 200 + duration: 48.296674ms +- id: 71 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/89bdb97e-5814-4666-b0a3-c084a7989330 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1643 + body: "{\"region\":\"fr-par\", \"id\":\"89bdb97e-5814-4666-b0a3-c084a7989330\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:39.351223Z\", \"updated_at\":\"2025-10-30T16:20:13.289151Z\", \"type\":\"kapsule\", \"name\":\"test-pool-kubelet-args\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"kubelet_args\"], \"cluster_url\":\"https://89bdb97e-5814-4666-b0a3-c084a7989330.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.89bdb97e-5814-4666-b0a3-c084a7989330.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"311bbfd7-a420-4c55-acd1-7ac7b435bddc\", \"commitment_ends_at\":\"2025-10-30T16:18:39.351230Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"4ac6a5fd-f4ab-4b5a-9723-723c86963fee\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1643" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:23:10 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 611940f5-d107-4b34-aa79-ab908fc006c0 + status: 200 OK + code: 200 + duration: 24.558211ms +- id: 72 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/00be490a-0cde-4c1d-84dd-0337a62e8e10 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 791 + body: "{\"region\":\"fr-par\", \"id\":\"00be490a-0cde-4c1d-84dd-0337a62e8e10\", \"cluster_id\":\"89bdb97e-5814-4666-b0a3-c084a7989330\", \"created_at\":\"2025-10-30T16:18:44.862648Z\", \"updated_at\":\"2025-10-30T16:23:06.940378Z\", \"name\":\"test-pool-kubelet-args\", \"status\":\"ready\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"kubelet_args\"], \"placement_group_id\":null, \"kubelet_args\":{\"maxPods\":\"1337\"}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "791" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:23:10 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - c342a4f9-1f09-4913-b6a7-1c7b51018eb6 + status: 200 OK + code: 200 + duration: 21.516422ms +- id: 73 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/vpc/v2/regions/fr-par/vpcs/757134d2-30bd-4caa-9d46-09ad011350a0 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 434 + body: "{\"id\":\"757134d2-30bd-4caa-9d46-09ad011350a0\", \"name\":\"testAccCheckK8SPoolConfigKubeletArgs\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:38.256670Z\", \"updated_at\":\"2025-10-30T16:18:38.256670Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_default\":false, \"private_network_count\":1, \"routing_enabled\":true, \"custom_routes_propagation_enabled\":true, \"region\":\"fr-par\"}" + headers: + Content-Length: + - "434" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:23:10 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 6e6e3f98-9a4a-47b6-8f3f-babf927eefc7 + status: 200 OK + code: 200 + duration: 31.525467ms +- id: 74 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks/311bbfd7-a420-4c55-acd1-7ac7b435bddc + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1092 + body: "{\"id\":\"311bbfd7-a420-4c55-acd1-7ac7b435bddc\", \"name\":\"test-pool-kubelet-args\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:38.362471Z\", \"updated_at\":\"2025-10-30T16:18:38.362471Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"subnets\":[{\"id\":\"497f92f0-a2d8-48b5-81df-1f3debbc78d9\", \"created_at\":\"2025-10-30T16:18:38.362471Z\", \"updated_at\":\"2025-10-30T16:18:38.362471Z\", \"subnet\":\"172.18.80.0/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"311bbfd7-a420-4c55-acd1-7ac7b435bddc\", \"vpc_id\":\"757134d2-30bd-4caa-9d46-09ad011350a0\"}, {\"id\":\"ae2e852f-cee4-41a9-81bc-ec7cdff5871d\", \"created_at\":\"2025-10-30T16:18:38.362471Z\", \"updated_at\":\"2025-10-30T16:18:38.362471Z\", \"subnet\":\"fd5f:519c:6d46:f47a::/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"311bbfd7-a420-4c55-acd1-7ac7b435bddc\", \"vpc_id\":\"757134d2-30bd-4caa-9d46-09ad011350a0\"}], \"vpc_id\":\"757134d2-30bd-4caa-9d46-09ad011350a0\", \"dhcp_enabled\":true, \"default_route_propagation_enabled\":false, \"region\":\"fr-par\"}" + headers: + Content-Length: + - "1092" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:23:10 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 4de2fe32-4ceb-4c52-bead-0f205b4284cc + status: 200 OK + code: 200 + duration: 23.53451ms +- id: 75 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/89bdb97e-5814-4666-b0a3-c084a7989330 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1643 + body: "{\"region\":\"fr-par\", \"id\":\"89bdb97e-5814-4666-b0a3-c084a7989330\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:39.351223Z\", \"updated_at\":\"2025-10-30T16:20:13.289151Z\", \"type\":\"kapsule\", \"name\":\"test-pool-kubelet-args\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"kubelet_args\"], \"cluster_url\":\"https://89bdb97e-5814-4666-b0a3-c084a7989330.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.89bdb97e-5814-4666-b0a3-c084a7989330.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"311bbfd7-a420-4c55-acd1-7ac7b435bddc\", \"commitment_ends_at\":\"2025-10-30T16:18:39.351230Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"4ac6a5fd-f4ab-4b5a-9723-723c86963fee\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1643" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:23:10 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - d731b6fb-d2a8-4c66-b1e9-a47a450424fe + status: 200 OK + code: 200 + duration: 22.856327ms +- id: 76 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/89bdb97e-5814-4666-b0a3-c084a7989330/kubeconfig + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1714 + body: "{\"name\":\"kubeconfig\", \"content_type\":\"application/octet-stream\", \"content\":\"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogInRlc3QtcG9vbC1rdWJlbGV0LWFyZ3MiCiAgY2x1c3RlcjoKICAgIGNlcnRpZmljYXRlLWF1dGhvcml0eS1kYXRhOiBMUzB0TFMxQ1JVZEpUaUJEUlZKVVNVWkpRMEZVUlMwdExTMHRDazFKU1VKWGVrTkRRVkZIWjBGM1NVSkJaMGxDUVVSQlMwSm5aM0ZvYTJwUFVGRlJSRUZxUVZaTlVrMTNSVkZaUkZaUlVVUkZkM0J5WkZkS2JHTnROV3dLWkVkV2VrMUNORmhFVkVreFRWUkJlVTlVUlRKTlZHZDZUMVp2V0VSVVRURk5WRUY1VDFSRk1rMVVaM3BQVm05M1JsUkZWRTFDUlVkQk1WVkZRWGhOU3dwaE0xWnBXbGhLZFZwWVVteGpla0phVFVKTlIwSjVjVWRUVFRRNVFXZEZSME5EY1VkVFRUUTVRWGRGU0VFd1NVRkNTa1kyUVcxQllXdGhUelpIWTJONkNubHVkekI0VDJoYVJpOHJSR2h1VUhFNU0xbDJjMG8xVTBaYVFtRmtMMUJ5V1RWVFFrMVJaMHRQY1RGclIzTnRNVkJaUmxGMlYzWk5ablJVYW01UFZsQUtiV3hvTkc4MFIycFJha0pCVFVFMFIwRXhWV1JFZDBWQ0wzZFJSVUYzU1VOd1JFRlFRbWRPVmtoU1RVSkJaamhGUWxSQlJFRlJTQzlOUWpCSFFURlZaQXBFWjFGWFFrSlJVQzlJTjJjMmIzQllRVTV0TUd4TlMxQXJaMnd2VWxGRlZraDZRVXRDWjJkeGFHdHFUMUJSVVVSQlowNUpRVVJDUmtGcFFrZExTbXRLQ21ZM1lqTkZjM1V6Tld3d2NsazNWbFk1TDJadVVqaDJibTgxVFc1R1ZVdFRURnB0VTFSQlNXaEJUVlJMVUhabFpFNU9XRWgxZUVOSmRtVnJRMmx3YVZvS1JXZFdObkp2WTNKbU5teEVPV2R1ZEU0cmF6Y0tMUzB0TFMxRlRrUWdRMFZTVkVsR1NVTkJWRVV0TFMwdExRbz0KICAgIHNlcnZlcjogaHR0cHM6Ly84OWJkYjk3ZS01ODE0LTQ2NjYtYjBhMy1jMDg0YTc5ODkzMzAuYXBpLms4cy5mci1wYXIuc2N3LmNsb3VkOjY0NDMKY29udGV4dHM6Ci0gbmFtZTogYWRtaW5AdGVzdC1wb29sLWt1YmVsZXQtYXJncwogIGNvbnRleHQ6CiAgICBjbHVzdGVyOiAidGVzdC1wb29sLWt1YmVsZXQtYXJncyIKICAgIHVzZXI6IHRlc3QtcG9vbC1rdWJlbGV0LWFyZ3MtYWRtaW4KY3VycmVudC1jb250ZXh0OiBhZG1pbkB0ZXN0LXBvb2wta3ViZWxldC1hcmdzCmtpbmQ6IENvbmZpZwpwcmVmZXJlbmNlczoge30KdXNlcnM6Ci0gbmFtZTogdGVzdC1wb29sLWt1YmVsZXQtYXJncy1hZG1pbgogIHVzZXI6CiAgICB0b2tlbjogNTdGNzZzNU1SVVoyQmN0THpvSDNRb0JQc0JFQVhERzhYT0VnQUNiY2NSZFh1Yk5xcFZiejBsMUs=\"}" + headers: + Content-Length: + - "1714" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:23:10 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - f23ce404-de58-4910-88bf-26a65e8a3915 + status: 200 OK + code: 200 + duration: 71.565305ms +- id: 77 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/00be490a-0cde-4c1d-84dd-0337a62e8e10 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 791 + body: "{\"region\":\"fr-par\", \"id\":\"00be490a-0cde-4c1d-84dd-0337a62e8e10\", \"cluster_id\":\"89bdb97e-5814-4666-b0a3-c084a7989330\", \"created_at\":\"2025-10-30T16:18:44.862648Z\", \"updated_at\":\"2025-10-30T16:23:06.940378Z\", \"name\":\"test-pool-kubelet-args\", \"status\":\"ready\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"kubelet_args\"], \"placement_group_id\":null, \"kubelet_args\":{\"maxPods\":\"1337\"}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "791" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:23:10 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - efa0668f-55ac-4553-8192-630a518f1710 + status: 200 OK + code: 200 + duration: 27.191964ms +- id: 78 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + form: + order_by: + - created_at_asc + page: + - "1" + pool_id: + - 00be490a-0cde-4c1d-84dd-0337a62e8e10 + status: + - unknown + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/89bdb97e-5814-4666-b0a3-c084a7989330/nodes?order_by=created_at_asc&page=1&pool_id=00be490a-0cde-4c1d-84dd-0337a62e8e10&status=unknown + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 621 + body: "{\"total_count\":1, \"nodes\":[{\"region\":\"fr-par\", \"id\":\"e9988f4c-6e67-4971-a5da-ed84e3b94eed\", \"cluster_id\":\"89bdb97e-5814-4666-b0a3-c084a7989330\", \"created_at\":\"2025-10-30T16:21:58.256391Z\", \"updated_at\":\"2025-10-30T16:23:06.928101Z\", \"pool_id\":\"00be490a-0cde-4c1d-84dd-0337a62e8e10\", \"status\":\"ready\", \"conditions\":{\"DiskPressure\":\"False\", \"MemoryPressure\":\"False\", \"PIDPressure\":\"False\", \"Ready\":\"True\"}, \"name\":\"scw-test-pool-kubelet-test-pool-kubelet-e9988f\", \"public_ip_v4\":\"163.172.149.221\", \"public_ip_v6\":null, \"provider_id\":\"scaleway://instance/fr-par-1/61933569-0297-49d7-a572-a33bddd8a8a3\", \"error_message\":\"\"}]}" + headers: + Content-Length: + - "621" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:23:10 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 5d08e9b0-9639-4402-b30a-11d0ef8b26f1 + status: 200 OK + code: 200 + duration: 28.423525ms +- id: 79 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/89bdb97e-5814-4666-b0a3-c084a7989330 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1643 + body: "{\"region\":\"fr-par\", \"id\":\"89bdb97e-5814-4666-b0a3-c084a7989330\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:39.351223Z\", \"updated_at\":\"2025-10-30T16:20:13.289151Z\", \"type\":\"kapsule\", \"name\":\"test-pool-kubelet-args\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"kubelet_args\"], \"cluster_url\":\"https://89bdb97e-5814-4666-b0a3-c084a7989330.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.89bdb97e-5814-4666-b0a3-c084a7989330.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"311bbfd7-a420-4c55-acd1-7ac7b435bddc\", \"commitment_ends_at\":\"2025-10-30T16:18:39.351230Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"4ac6a5fd-f4ab-4b5a-9723-723c86963fee\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1643" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:23:10 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 4957b5ef-0feb-4ab7-a124-1f7167cf5053 + status: 200 OK + code: 200 + duration: 34.269507ms +- id: 80 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + form: + order_by: + - created_at_desc + project_id: + - 105bdce1-64c0-48ab-899d-868455867ecf + resource_name: + - scw-test-pool-kubelet-test-pool-kubelet-e9988f + resource_type: + - unknown_type + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/ipam/v1/regions/fr-par/ips?order_by=created_at_desc&project_id=105bdce1-64c0-48ab-899d-868455867ecf&resource_name=scw-test-pool-kubelet-test-pool-kubelet-e9988f&resource_type=unknown_type + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1122 + body: "{\"total_count\":2, \"ips\":[{\"id\":\"bc3e4c14-a364-41ee-b6f0-6ae249c6bee9\", \"address\":\"fd5f:519c:6d46:f47a:2d8e:8ff0:d31f:490a/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":true, \"created_at\":\"2025-10-30T16:22:03.275624Z\", \"updated_at\":\"2025-10-30T16:22:03.275624Z\", \"source\":{\"subnet_id\":\"ae2e852f-cee4-41a9-81bc-ec7cdff5871d\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"f27805ac-b9e6-4880-a239-ae3cbc951e74\", \"mac_address\":\"02:00:00:12:EC:B8\", \"name\":\"scw-test-pool-kubelet-test-pool-kubelet-e9988f\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}, {\"id\":\"c232d4dd-1c3b-4cb2-a0c6-7fcc452e1c5c\", \"address\":\"172.18.80.3/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":false, \"created_at\":\"2025-10-30T16:22:03.154121Z\", \"updated_at\":\"2025-10-30T16:22:03.154121Z\", \"source\":{\"subnet_id\":\"497f92f0-a2d8-48b5-81df-1f3debbc78d9\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"f27805ac-b9e6-4880-a239-ae3cbc951e74\", \"mac_address\":\"02:00:00:12:EC:B8\", \"name\":\"scw-test-pool-kubelet-test-pool-kubelet-e9988f\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}]}" + headers: + Content-Length: + - "1122" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:23:10 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 7d5eae28-8aba-422a-aaaf-1a6a7f315ec8 + status: 200 OK + code: 200 + duration: 34.727226ms +- id: 81 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/vpc/v2/regions/fr-par/vpcs/757134d2-30bd-4caa-9d46-09ad011350a0 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 434 + body: "{\"id\":\"757134d2-30bd-4caa-9d46-09ad011350a0\", \"name\":\"testAccCheckK8SPoolConfigKubeletArgs\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:38.256670Z\", \"updated_at\":\"2025-10-30T16:18:38.256670Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_default\":false, \"private_network_count\":1, \"routing_enabled\":true, \"custom_routes_propagation_enabled\":true, \"region\":\"fr-par\"}" + headers: + Content-Length: + - "434" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:23:11 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - c898d783-eec9-4d02-b5c2-16bb68bcee36 + status: 200 OK + code: 200 + duration: 29.213709ms +- id: 82 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks/311bbfd7-a420-4c55-acd1-7ac7b435bddc + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1092 + body: "{\"id\":\"311bbfd7-a420-4c55-acd1-7ac7b435bddc\", \"name\":\"test-pool-kubelet-args\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:38.362471Z\", \"updated_at\":\"2025-10-30T16:18:38.362471Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"subnets\":[{\"id\":\"497f92f0-a2d8-48b5-81df-1f3debbc78d9\", \"created_at\":\"2025-10-30T16:18:38.362471Z\", \"updated_at\":\"2025-10-30T16:18:38.362471Z\", \"subnet\":\"172.18.80.0/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"311bbfd7-a420-4c55-acd1-7ac7b435bddc\", \"vpc_id\":\"757134d2-30bd-4caa-9d46-09ad011350a0\"}, {\"id\":\"ae2e852f-cee4-41a9-81bc-ec7cdff5871d\", \"created_at\":\"2025-10-30T16:18:38.362471Z\", \"updated_at\":\"2025-10-30T16:18:38.362471Z\", \"subnet\":\"fd5f:519c:6d46:f47a::/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"311bbfd7-a420-4c55-acd1-7ac7b435bddc\", \"vpc_id\":\"757134d2-30bd-4caa-9d46-09ad011350a0\"}], \"vpc_id\":\"757134d2-30bd-4caa-9d46-09ad011350a0\", \"dhcp_enabled\":true, \"default_route_propagation_enabled\":false, \"region\":\"fr-par\"}" + headers: + Content-Length: + - "1092" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:23:11 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - cc2ae557-b13a-42ba-aa00-2f15360f7e8c + status: 200 OK + code: 200 + duration: 28.175109ms +- id: 83 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/89bdb97e-5814-4666-b0a3-c084a7989330 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1643 + body: "{\"region\":\"fr-par\", \"id\":\"89bdb97e-5814-4666-b0a3-c084a7989330\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:39.351223Z\", \"updated_at\":\"2025-10-30T16:20:13.289151Z\", \"type\":\"kapsule\", \"name\":\"test-pool-kubelet-args\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"kubelet_args\"], \"cluster_url\":\"https://89bdb97e-5814-4666-b0a3-c084a7989330.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.89bdb97e-5814-4666-b0a3-c084a7989330.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"311bbfd7-a420-4c55-acd1-7ac7b435bddc\", \"commitment_ends_at\":\"2025-10-30T16:18:39.351230Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"4ac6a5fd-f4ab-4b5a-9723-723c86963fee\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1643" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:23:11 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - f9969eba-a2b5-4c3f-bb8f-e6f197051dff + status: 200 OK + code: 200 + duration: 85.890671ms +- id: 84 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/89bdb97e-5814-4666-b0a3-c084a7989330/kubeconfig + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1714 + body: "{\"name\":\"kubeconfig\", \"content_type\":\"application/octet-stream\", \"content\":\"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogInRlc3QtcG9vbC1rdWJlbGV0LWFyZ3MiCiAgY2x1c3RlcjoKICAgIGNlcnRpZmljYXRlLWF1dGhvcml0eS1kYXRhOiBMUzB0TFMxQ1JVZEpUaUJEUlZKVVNVWkpRMEZVUlMwdExTMHRDazFKU1VKWGVrTkRRVkZIWjBGM1NVSkJaMGxDUVVSQlMwSm5aM0ZvYTJwUFVGRlJSRUZxUVZaTlVrMTNSVkZaUkZaUlVVUkZkM0J5WkZkS2JHTnROV3dLWkVkV2VrMUNORmhFVkVreFRWUkJlVTlVUlRKTlZHZDZUMVp2V0VSVVRURk5WRUY1VDFSRk1rMVVaM3BQVm05M1JsUkZWRTFDUlVkQk1WVkZRWGhOU3dwaE0xWnBXbGhLZFZwWVVteGpla0phVFVKTlIwSjVjVWRUVFRRNVFXZEZSME5EY1VkVFRUUTVRWGRGU0VFd1NVRkNTa1kyUVcxQllXdGhUelpIWTJONkNubHVkekI0VDJoYVJpOHJSR2h1VUhFNU0xbDJjMG8xVTBaYVFtRmtMMUJ5V1RWVFFrMVJaMHRQY1RGclIzTnRNVkJaUmxGMlYzWk5ablJVYW01UFZsQUtiV3hvTkc4MFIycFJha0pCVFVFMFIwRXhWV1JFZDBWQ0wzZFJSVUYzU1VOd1JFRlFRbWRPVmtoU1RVSkJaamhGUWxSQlJFRlJTQzlOUWpCSFFURlZaQXBFWjFGWFFrSlJVQzlJTjJjMmIzQllRVTV0TUd4TlMxQXJaMnd2VWxGRlZraDZRVXRDWjJkeGFHdHFUMUJSVVVSQlowNUpRVVJDUmtGcFFrZExTbXRLQ21ZM1lqTkZjM1V6Tld3d2NsazNWbFk1TDJadVVqaDJibTgxVFc1R1ZVdFRURnB0VTFSQlNXaEJUVlJMVUhabFpFNU9XRWgxZUVOSmRtVnJRMmx3YVZvS1JXZFdObkp2WTNKbU5teEVPV2R1ZEU0cmF6Y0tMUzB0TFMxRlRrUWdRMFZTVkVsR1NVTkJWRVV0TFMwdExRbz0KICAgIHNlcnZlcjogaHR0cHM6Ly84OWJkYjk3ZS01ODE0LTQ2NjYtYjBhMy1jMDg0YTc5ODkzMzAuYXBpLms4cy5mci1wYXIuc2N3LmNsb3VkOjY0NDMKY29udGV4dHM6Ci0gbmFtZTogYWRtaW5AdGVzdC1wb29sLWt1YmVsZXQtYXJncwogIGNvbnRleHQ6CiAgICBjbHVzdGVyOiAidGVzdC1wb29sLWt1YmVsZXQtYXJncyIKICAgIHVzZXI6IHRlc3QtcG9vbC1rdWJlbGV0LWFyZ3MtYWRtaW4KY3VycmVudC1jb250ZXh0OiBhZG1pbkB0ZXN0LXBvb2wta3ViZWxldC1hcmdzCmtpbmQ6IENvbmZpZwpwcmVmZXJlbmNlczoge30KdXNlcnM6Ci0gbmFtZTogdGVzdC1wb29sLWt1YmVsZXQtYXJncy1hZG1pbgogIHVzZXI6CiAgICB0b2tlbjogNTdGNzZzNU1SVVoyQmN0THpvSDNRb0JQc0JFQVhERzhYT0VnQUNiY2NSZFh1Yk5xcFZiejBsMUs=\"}" + headers: + Content-Length: + - "1714" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:23:11 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - ce80f074-0296-4464-b6e2-b6ba8bdf8062 + status: 200 OK + code: 200 + duration: 90.293234ms +- id: 85 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/00be490a-0cde-4c1d-84dd-0337a62e8e10 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 791 + body: "{\"region\":\"fr-par\", \"id\":\"00be490a-0cde-4c1d-84dd-0337a62e8e10\", \"cluster_id\":\"89bdb97e-5814-4666-b0a3-c084a7989330\", \"created_at\":\"2025-10-30T16:18:44.862648Z\", \"updated_at\":\"2025-10-30T16:23:06.940378Z\", \"name\":\"test-pool-kubelet-args\", \"status\":\"ready\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"kubelet_args\"], \"placement_group_id\":null, \"kubelet_args\":{\"maxPods\":\"1337\"}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "791" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:23:11 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 9f8367b7-2577-4cc6-9312-25da3c51df25 + status: 200 OK + code: 200 + duration: 83.128687ms +- id: 86 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + form: + order_by: + - created_at_asc + page: + - "1" + pool_id: + - 00be490a-0cde-4c1d-84dd-0337a62e8e10 + status: + - unknown + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/89bdb97e-5814-4666-b0a3-c084a7989330/nodes?order_by=created_at_asc&page=1&pool_id=00be490a-0cde-4c1d-84dd-0337a62e8e10&status=unknown + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 621 + body: "{\"total_count\":1, \"nodes\":[{\"region\":\"fr-par\", \"id\":\"e9988f4c-6e67-4971-a5da-ed84e3b94eed\", \"cluster_id\":\"89bdb97e-5814-4666-b0a3-c084a7989330\", \"created_at\":\"2025-10-30T16:21:58.256391Z\", \"updated_at\":\"2025-10-30T16:23:06.928101Z\", \"pool_id\":\"00be490a-0cde-4c1d-84dd-0337a62e8e10\", \"status\":\"ready\", \"conditions\":{\"DiskPressure\":\"False\", \"MemoryPressure\":\"False\", \"PIDPressure\":\"False\", \"Ready\":\"True\"}, \"name\":\"scw-test-pool-kubelet-test-pool-kubelet-e9988f\", \"public_ip_v4\":\"163.172.149.221\", \"public_ip_v6\":null, \"provider_id\":\"scaleway://instance/fr-par-1/61933569-0297-49d7-a572-a33bddd8a8a3\", \"error_message\":\"\"}]}" + headers: + Content-Length: + - "621" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:23:11 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - ea0179da-17eb-4f45-a400-ec44ead57a6c + status: 200 OK + code: 200 + duration: 20.901358ms +- id: 87 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/89bdb97e-5814-4666-b0a3-c084a7989330 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1643 + body: "{\"region\":\"fr-par\", \"id\":\"89bdb97e-5814-4666-b0a3-c084a7989330\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:39.351223Z\", \"updated_at\":\"2025-10-30T16:20:13.289151Z\", \"type\":\"kapsule\", \"name\":\"test-pool-kubelet-args\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"kubelet_args\"], \"cluster_url\":\"https://89bdb97e-5814-4666-b0a3-c084a7989330.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.89bdb97e-5814-4666-b0a3-c084a7989330.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"311bbfd7-a420-4c55-acd1-7ac7b435bddc\", \"commitment_ends_at\":\"2025-10-30T16:18:39.351230Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"4ac6a5fd-f4ab-4b5a-9723-723c86963fee\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1643" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:23:11 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 253926ef-21d6-4a4e-be76-8425214ed25d + status: 200 OK + code: 200 + duration: 23.333553ms +- id: 88 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + form: + order_by: + - created_at_desc + project_id: + - 105bdce1-64c0-48ab-899d-868455867ecf + resource_name: + - scw-test-pool-kubelet-test-pool-kubelet-e9988f + resource_type: + - unknown_type + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/ipam/v1/regions/fr-par/ips?order_by=created_at_desc&project_id=105bdce1-64c0-48ab-899d-868455867ecf&resource_name=scw-test-pool-kubelet-test-pool-kubelet-e9988f&resource_type=unknown_type + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1122 + body: "{\"total_count\":2, \"ips\":[{\"id\":\"bc3e4c14-a364-41ee-b6f0-6ae249c6bee9\", \"address\":\"fd5f:519c:6d46:f47a:2d8e:8ff0:d31f:490a/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":true, \"created_at\":\"2025-10-30T16:22:03.275624Z\", \"updated_at\":\"2025-10-30T16:22:03.275624Z\", \"source\":{\"subnet_id\":\"ae2e852f-cee4-41a9-81bc-ec7cdff5871d\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"f27805ac-b9e6-4880-a239-ae3cbc951e74\", \"mac_address\":\"02:00:00:12:EC:B8\", \"name\":\"scw-test-pool-kubelet-test-pool-kubelet-e9988f\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}, {\"id\":\"c232d4dd-1c3b-4cb2-a0c6-7fcc452e1c5c\", \"address\":\"172.18.80.3/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":false, \"created_at\":\"2025-10-30T16:22:03.154121Z\", \"updated_at\":\"2025-10-30T16:22:03.154121Z\", \"source\":{\"subnet_id\":\"497f92f0-a2d8-48b5-81df-1f3debbc78d9\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"f27805ac-b9e6-4880-a239-ae3cbc951e74\", \"mac_address\":\"02:00:00:12:EC:B8\", \"name\":\"scw-test-pool-kubelet-test-pool-kubelet-e9988f\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}]}" + headers: + Content-Length: + - "1122" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:23:11 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 02236234-7f82-4ba3-9906-30284cd90dfc + status: 200 OK + code: 200 + duration: 75.23366ms +- id: 89 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 92 + host: api.scaleway.com + body: "{\"kubelet_args\":{\"maxPods\":\"50\"},\"upgrade_policy\":{\"max_unavailable\":null,\"max_surge\":null}}" + headers: + Content-Type: + - application/json + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/00be490a-0cde-4c1d-84dd-0337a62e8e10 + method: PATCH + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 789 + body: "{\"region\":\"fr-par\", \"id\":\"00be490a-0cde-4c1d-84dd-0337a62e8e10\", \"cluster_id\":\"89bdb97e-5814-4666-b0a3-c084a7989330\", \"created_at\":\"2025-10-30T16:18:44.862648Z\", \"updated_at\":\"2025-10-30T16:23:11.653947Z\", \"name\":\"test-pool-kubelet-args\", \"status\":\"ready\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"kubelet_args\"], \"placement_group_id\":null, \"kubelet_args\":{\"maxPods\":\"50\"}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "789" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:23:11 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - f8f3c83b-2d9a-474a-834b-958b82b7e829 + status: 200 OK + code: 200 + duration: 46.010113ms +- id: 90 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/00be490a-0cde-4c1d-84dd-0337a62e8e10 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 789 + body: "{\"region\":\"fr-par\", \"id\":\"00be490a-0cde-4c1d-84dd-0337a62e8e10\", \"cluster_id\":\"89bdb97e-5814-4666-b0a3-c084a7989330\", \"created_at\":\"2025-10-30T16:18:44.862648Z\", \"updated_at\":\"2025-10-30T16:23:11.653947Z\", \"name\":\"test-pool-kubelet-args\", \"status\":\"ready\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"kubelet_args\"], \"placement_group_id\":null, \"kubelet_args\":{\"maxPods\":\"50\"}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "789" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:23:11 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - d3856d84-7755-4c9e-bfac-f5b6fb4b1478 + status: 200 OK + code: 200 + duration: 22.026129ms +- id: 91 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/00be490a-0cde-4c1d-84dd-0337a62e8e10 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 789 + body: "{\"region\":\"fr-par\", \"id\":\"00be490a-0cde-4c1d-84dd-0337a62e8e10\", \"cluster_id\":\"89bdb97e-5814-4666-b0a3-c084a7989330\", \"created_at\":\"2025-10-30T16:18:44.862648Z\", \"updated_at\":\"2025-10-30T16:23:11.653947Z\", \"name\":\"test-pool-kubelet-args\", \"status\":\"ready\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"kubelet_args\"], \"placement_group_id\":null, \"kubelet_args\":{\"maxPods\":\"50\"}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "789" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:23:11 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 7d2a41da-269e-4207-b455-d85c9187fb3d + status: 200 OK + code: 200 + duration: 20.192097ms +- id: 92 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + form: + order_by: + - created_at_asc + page: + - "1" + pool_id: + - 00be490a-0cde-4c1d-84dd-0337a62e8e10 + status: + - unknown + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/89bdb97e-5814-4666-b0a3-c084a7989330/nodes?order_by=created_at_asc&page=1&pool_id=00be490a-0cde-4c1d-84dd-0337a62e8e10&status=unknown + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 621 + body: "{\"total_count\":1, \"nodes\":[{\"region\":\"fr-par\", \"id\":\"e9988f4c-6e67-4971-a5da-ed84e3b94eed\", \"cluster_id\":\"89bdb97e-5814-4666-b0a3-c084a7989330\", \"created_at\":\"2025-10-30T16:21:58.256391Z\", \"updated_at\":\"2025-10-30T16:23:06.928101Z\", \"pool_id\":\"00be490a-0cde-4c1d-84dd-0337a62e8e10\", \"status\":\"ready\", \"conditions\":{\"DiskPressure\":\"False\", \"MemoryPressure\":\"False\", \"PIDPressure\":\"False\", \"Ready\":\"True\"}, \"name\":\"scw-test-pool-kubelet-test-pool-kubelet-e9988f\", \"public_ip_v4\":\"163.172.149.221\", \"public_ip_v6\":null, \"provider_id\":\"scaleway://instance/fr-par-1/61933569-0297-49d7-a572-a33bddd8a8a3\", \"error_message\":\"\"}]}" + headers: + Content-Length: + - "621" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:23:11 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - b531da4d-ed02-4fc7-b968-6d661a6126e4 + status: 200 OK + code: 200 + duration: 29.766416ms +- id: 93 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/89bdb97e-5814-4666-b0a3-c084a7989330 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1643 + body: "{\"region\":\"fr-par\", \"id\":\"89bdb97e-5814-4666-b0a3-c084a7989330\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:39.351223Z\", \"updated_at\":\"2025-10-30T16:20:13.289151Z\", \"type\":\"kapsule\", \"name\":\"test-pool-kubelet-args\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"kubelet_args\"], \"cluster_url\":\"https://89bdb97e-5814-4666-b0a3-c084a7989330.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.89bdb97e-5814-4666-b0a3-c084a7989330.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"311bbfd7-a420-4c55-acd1-7ac7b435bddc\", \"commitment_ends_at\":\"2025-10-30T16:18:39.351230Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"4ac6a5fd-f4ab-4b5a-9723-723c86963fee\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1643" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:23:11 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - af4da3c1-384f-47ef-8648-23b07b228268 + status: 200 OK + code: 200 + duration: 19.512161ms +- id: 94 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + form: + order_by: + - created_at_desc + project_id: + - 105bdce1-64c0-48ab-899d-868455867ecf + resource_name: + - scw-test-pool-kubelet-test-pool-kubelet-e9988f + resource_type: + - unknown_type + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/ipam/v1/regions/fr-par/ips?order_by=created_at_desc&project_id=105bdce1-64c0-48ab-899d-868455867ecf&resource_name=scw-test-pool-kubelet-test-pool-kubelet-e9988f&resource_type=unknown_type + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1122 + body: "{\"total_count\":2, \"ips\":[{\"id\":\"bc3e4c14-a364-41ee-b6f0-6ae249c6bee9\", \"address\":\"fd5f:519c:6d46:f47a:2d8e:8ff0:d31f:490a/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":true, \"created_at\":\"2025-10-30T16:22:03.275624Z\", \"updated_at\":\"2025-10-30T16:22:03.275624Z\", \"source\":{\"subnet_id\":\"ae2e852f-cee4-41a9-81bc-ec7cdff5871d\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"f27805ac-b9e6-4880-a239-ae3cbc951e74\", \"mac_address\":\"02:00:00:12:EC:B8\", \"name\":\"scw-test-pool-kubelet-test-pool-kubelet-e9988f\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}, {\"id\":\"c232d4dd-1c3b-4cb2-a0c6-7fcc452e1c5c\", \"address\":\"172.18.80.3/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":false, \"created_at\":\"2025-10-30T16:22:03.154121Z\", \"updated_at\":\"2025-10-30T16:22:03.154121Z\", \"source\":{\"subnet_id\":\"497f92f0-a2d8-48b5-81df-1f3debbc78d9\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"f27805ac-b9e6-4880-a239-ae3cbc951e74\", \"mac_address\":\"02:00:00:12:EC:B8\", \"name\":\"scw-test-pool-kubelet-test-pool-kubelet-e9988f\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}]}" + headers: + Content-Length: + - "1122" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:23:11 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 2ca65120-6b1c-4b2b-bd5a-bdd5ff0768fe + status: 200 OK + code: 200 + duration: 89.537336ms +- id: 95 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/89bdb97e-5814-4666-b0a3-c084a7989330 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1643 + body: "{\"region\":\"fr-par\", \"id\":\"89bdb97e-5814-4666-b0a3-c084a7989330\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:39.351223Z\", \"updated_at\":\"2025-10-30T16:20:13.289151Z\", \"type\":\"kapsule\", \"name\":\"test-pool-kubelet-args\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"kubelet_args\"], \"cluster_url\":\"https://89bdb97e-5814-4666-b0a3-c084a7989330.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.89bdb97e-5814-4666-b0a3-c084a7989330.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"311bbfd7-a420-4c55-acd1-7ac7b435bddc\", \"commitment_ends_at\":\"2025-10-30T16:18:39.351230Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"4ac6a5fd-f4ab-4b5a-9723-723c86963fee\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1643" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:23:11 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 1c8e142f-9095-4086-9a43-dcc7efbb85ac + status: 200 OK + code: 200 + duration: 24.649092ms +- id: 96 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/00be490a-0cde-4c1d-84dd-0337a62e8e10 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 789 + body: "{\"region\":\"fr-par\", \"id\":\"00be490a-0cde-4c1d-84dd-0337a62e8e10\", \"cluster_id\":\"89bdb97e-5814-4666-b0a3-c084a7989330\", \"created_at\":\"2025-10-30T16:18:44.862648Z\", \"updated_at\":\"2025-10-30T16:23:11.653947Z\", \"name\":\"test-pool-kubelet-args\", \"status\":\"ready\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"kubelet_args\"], \"placement_group_id\":null, \"kubelet_args\":{\"maxPods\":\"50\"}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "789" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:23:11 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - a3aa299d-edab-4da2-aada-b904543e4f80 + status: 200 OK + code: 200 + duration: 22.27207ms +- id: 97 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/vpc/v2/regions/fr-par/vpcs/757134d2-30bd-4caa-9d46-09ad011350a0 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 434 + body: "{\"id\":\"757134d2-30bd-4caa-9d46-09ad011350a0\", \"name\":\"testAccCheckK8SPoolConfigKubeletArgs\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:38.256670Z\", \"updated_at\":\"2025-10-30T16:18:38.256670Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_default\":false, \"private_network_count\":1, \"routing_enabled\":true, \"custom_routes_propagation_enabled\":true, \"region\":\"fr-par\"}" + headers: + Content-Length: + - "434" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:23:12 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 50e63068-2884-49fc-a90e-20d193096b0f + status: 200 OK + code: 200 + duration: 26.68884ms +- id: 98 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks/311bbfd7-a420-4c55-acd1-7ac7b435bddc + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1092 + body: "{\"id\":\"311bbfd7-a420-4c55-acd1-7ac7b435bddc\", \"name\":\"test-pool-kubelet-args\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:38.362471Z\", \"updated_at\":\"2025-10-30T16:18:38.362471Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"subnets\":[{\"id\":\"497f92f0-a2d8-48b5-81df-1f3debbc78d9\", \"created_at\":\"2025-10-30T16:18:38.362471Z\", \"updated_at\":\"2025-10-30T16:18:38.362471Z\", \"subnet\":\"172.18.80.0/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"311bbfd7-a420-4c55-acd1-7ac7b435bddc\", \"vpc_id\":\"757134d2-30bd-4caa-9d46-09ad011350a0\"}, {\"id\":\"ae2e852f-cee4-41a9-81bc-ec7cdff5871d\", \"created_at\":\"2025-10-30T16:18:38.362471Z\", \"updated_at\":\"2025-10-30T16:18:38.362471Z\", \"subnet\":\"fd5f:519c:6d46:f47a::/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"311bbfd7-a420-4c55-acd1-7ac7b435bddc\", \"vpc_id\":\"757134d2-30bd-4caa-9d46-09ad011350a0\"}], \"vpc_id\":\"757134d2-30bd-4caa-9d46-09ad011350a0\", \"dhcp_enabled\":true, \"default_route_propagation_enabled\":false, \"region\":\"fr-par\"}" + headers: + Content-Length: + - "1092" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:23:12 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 88d820bf-c9fc-4af6-9998-c3fda846eebf + status: 200 OK + code: 200 + duration: 26.673371ms +- id: 99 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/89bdb97e-5814-4666-b0a3-c084a7989330 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1643 + body: "{\"region\":\"fr-par\", \"id\":\"89bdb97e-5814-4666-b0a3-c084a7989330\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:39.351223Z\", \"updated_at\":\"2025-10-30T16:20:13.289151Z\", \"type\":\"kapsule\", \"name\":\"test-pool-kubelet-args\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"kubelet_args\"], \"cluster_url\":\"https://89bdb97e-5814-4666-b0a3-c084a7989330.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.89bdb97e-5814-4666-b0a3-c084a7989330.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"311bbfd7-a420-4c55-acd1-7ac7b435bddc\", \"commitment_ends_at\":\"2025-10-30T16:18:39.351230Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"4ac6a5fd-f4ab-4b5a-9723-723c86963fee\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1643" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:23:12 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - bd39df51-32bc-445f-9265-7c1bb0f423a9 + status: 200 OK + code: 200 + duration: 81.121911ms +- id: 100 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/89bdb97e-5814-4666-b0a3-c084a7989330/kubeconfig + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1714 + body: "{\"name\":\"kubeconfig\", \"content_type\":\"application/octet-stream\", \"content\":\"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogInRlc3QtcG9vbC1rdWJlbGV0LWFyZ3MiCiAgY2x1c3RlcjoKICAgIGNlcnRpZmljYXRlLWF1dGhvcml0eS1kYXRhOiBMUzB0TFMxQ1JVZEpUaUJEUlZKVVNVWkpRMEZVUlMwdExTMHRDazFKU1VKWGVrTkRRVkZIWjBGM1NVSkJaMGxDUVVSQlMwSm5aM0ZvYTJwUFVGRlJSRUZxUVZaTlVrMTNSVkZaUkZaUlVVUkZkM0J5WkZkS2JHTnROV3dLWkVkV2VrMUNORmhFVkVreFRWUkJlVTlVUlRKTlZHZDZUMVp2V0VSVVRURk5WRUY1VDFSRk1rMVVaM3BQVm05M1JsUkZWRTFDUlVkQk1WVkZRWGhOU3dwaE0xWnBXbGhLZFZwWVVteGpla0phVFVKTlIwSjVjVWRUVFRRNVFXZEZSME5EY1VkVFRUUTVRWGRGU0VFd1NVRkNTa1kyUVcxQllXdGhUelpIWTJONkNubHVkekI0VDJoYVJpOHJSR2h1VUhFNU0xbDJjMG8xVTBaYVFtRmtMMUJ5V1RWVFFrMVJaMHRQY1RGclIzTnRNVkJaUmxGMlYzWk5ablJVYW01UFZsQUtiV3hvTkc4MFIycFJha0pCVFVFMFIwRXhWV1JFZDBWQ0wzZFJSVUYzU1VOd1JFRlFRbWRPVmtoU1RVSkJaamhGUWxSQlJFRlJTQzlOUWpCSFFURlZaQXBFWjFGWFFrSlJVQzlJTjJjMmIzQllRVTV0TUd4TlMxQXJaMnd2VWxGRlZraDZRVXRDWjJkeGFHdHFUMUJSVVVSQlowNUpRVVJDUmtGcFFrZExTbXRLQ21ZM1lqTkZjM1V6Tld3d2NsazNWbFk1TDJadVVqaDJibTgxVFc1R1ZVdFRURnB0VTFSQlNXaEJUVlJMVUhabFpFNU9XRWgxZUVOSmRtVnJRMmx3YVZvS1JXZFdObkp2WTNKbU5teEVPV2R1ZEU0cmF6Y0tMUzB0TFMxRlRrUWdRMFZTVkVsR1NVTkJWRVV0TFMwdExRbz0KICAgIHNlcnZlcjogaHR0cHM6Ly84OWJkYjk3ZS01ODE0LTQ2NjYtYjBhMy1jMDg0YTc5ODkzMzAuYXBpLms4cy5mci1wYXIuc2N3LmNsb3VkOjY0NDMKY29udGV4dHM6Ci0gbmFtZTogYWRtaW5AdGVzdC1wb29sLWt1YmVsZXQtYXJncwogIGNvbnRleHQ6CiAgICBjbHVzdGVyOiAidGVzdC1wb29sLWt1YmVsZXQtYXJncyIKICAgIHVzZXI6IHRlc3QtcG9vbC1rdWJlbGV0LWFyZ3MtYWRtaW4KY3VycmVudC1jb250ZXh0OiBhZG1pbkB0ZXN0LXBvb2wta3ViZWxldC1hcmdzCmtpbmQ6IENvbmZpZwpwcmVmZXJlbmNlczoge30KdXNlcnM6Ci0gbmFtZTogdGVzdC1wb29sLWt1YmVsZXQtYXJncy1hZG1pbgogIHVzZXI6CiAgICB0b2tlbjogNTdGNzZzNU1SVVoyQmN0THpvSDNRb0JQc0JFQVhERzhYT0VnQUNiY2NSZFh1Yk5xcFZiejBsMUs=\"}" + headers: + Content-Length: + - "1714" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:23:12 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 971593f3-305c-477e-aaeb-80a5c1262512 + status: 200 OK + code: 200 + duration: 109.58485ms +- id: 101 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/00be490a-0cde-4c1d-84dd-0337a62e8e10 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 789 + body: "{\"region\":\"fr-par\", \"id\":\"00be490a-0cde-4c1d-84dd-0337a62e8e10\", \"cluster_id\":\"89bdb97e-5814-4666-b0a3-c084a7989330\", \"created_at\":\"2025-10-30T16:18:44.862648Z\", \"updated_at\":\"2025-10-30T16:23:11.653947Z\", \"name\":\"test-pool-kubelet-args\", \"status\":\"ready\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"kubelet_args\"], \"placement_group_id\":null, \"kubelet_args\":{\"maxPods\":\"50\"}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "789" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:23:12 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - d109e239-340b-473e-9fec-cd67d40c7d2e + status: 200 OK + code: 200 + duration: 24.176434ms +- id: 102 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + form: + order_by: + - created_at_asc + page: + - "1" + pool_id: + - 00be490a-0cde-4c1d-84dd-0337a62e8e10 + status: + - unknown + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/89bdb97e-5814-4666-b0a3-c084a7989330/nodes?order_by=created_at_asc&page=1&pool_id=00be490a-0cde-4c1d-84dd-0337a62e8e10&status=unknown + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 621 + body: "{\"total_count\":1, \"nodes\":[{\"region\":\"fr-par\", \"id\":\"e9988f4c-6e67-4971-a5da-ed84e3b94eed\", \"cluster_id\":\"89bdb97e-5814-4666-b0a3-c084a7989330\", \"created_at\":\"2025-10-30T16:21:58.256391Z\", \"updated_at\":\"2025-10-30T16:23:06.928101Z\", \"pool_id\":\"00be490a-0cde-4c1d-84dd-0337a62e8e10\", \"status\":\"ready\", \"conditions\":{\"DiskPressure\":\"False\", \"MemoryPressure\":\"False\", \"PIDPressure\":\"False\", \"Ready\":\"True\"}, \"name\":\"scw-test-pool-kubelet-test-pool-kubelet-e9988f\", \"public_ip_v4\":\"163.172.149.221\", \"public_ip_v6\":null, \"provider_id\":\"scaleway://instance/fr-par-1/61933569-0297-49d7-a572-a33bddd8a8a3\", \"error_message\":\"\"}]}" + headers: + Content-Length: + - "621" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:23:12 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 40c9080c-4471-4d04-84c6-060d51b92b3a + status: 200 OK + code: 200 + duration: 23.740226ms +- id: 103 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/89bdb97e-5814-4666-b0a3-c084a7989330 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1643 + body: "{\"region\":\"fr-par\", \"id\":\"89bdb97e-5814-4666-b0a3-c084a7989330\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:39.351223Z\", \"updated_at\":\"2025-10-30T16:20:13.289151Z\", \"type\":\"kapsule\", \"name\":\"test-pool-kubelet-args\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"kubelet_args\"], \"cluster_url\":\"https://89bdb97e-5814-4666-b0a3-c084a7989330.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.89bdb97e-5814-4666-b0a3-c084a7989330.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"311bbfd7-a420-4c55-acd1-7ac7b435bddc\", \"commitment_ends_at\":\"2025-10-30T16:18:39.351230Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"4ac6a5fd-f4ab-4b5a-9723-723c86963fee\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1643" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:23:12 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 2e69ce03-08ca-4114-8158-cf4d60e6e0aa + status: 200 OK + code: 200 + duration: 23.009224ms +- id: 104 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + form: + order_by: + - created_at_desc + project_id: + - 105bdce1-64c0-48ab-899d-868455867ecf + resource_name: + - scw-test-pool-kubelet-test-pool-kubelet-e9988f + resource_type: + - unknown_type + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/ipam/v1/regions/fr-par/ips?order_by=created_at_desc&project_id=105bdce1-64c0-48ab-899d-868455867ecf&resource_name=scw-test-pool-kubelet-test-pool-kubelet-e9988f&resource_type=unknown_type + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1122 + body: "{\"total_count\":2, \"ips\":[{\"id\":\"bc3e4c14-a364-41ee-b6f0-6ae249c6bee9\", \"address\":\"fd5f:519c:6d46:f47a:2d8e:8ff0:d31f:490a/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":true, \"created_at\":\"2025-10-30T16:22:03.275624Z\", \"updated_at\":\"2025-10-30T16:22:03.275624Z\", \"source\":{\"subnet_id\":\"ae2e852f-cee4-41a9-81bc-ec7cdff5871d\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"f27805ac-b9e6-4880-a239-ae3cbc951e74\", \"mac_address\":\"02:00:00:12:EC:B8\", \"name\":\"scw-test-pool-kubelet-test-pool-kubelet-e9988f\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}, {\"id\":\"c232d4dd-1c3b-4cb2-a0c6-7fcc452e1c5c\", \"address\":\"172.18.80.3/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":false, \"created_at\":\"2025-10-30T16:22:03.154121Z\", \"updated_at\":\"2025-10-30T16:22:03.154121Z\", \"source\":{\"subnet_id\":\"497f92f0-a2d8-48b5-81df-1f3debbc78d9\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"f27805ac-b9e6-4880-a239-ae3cbc951e74\", \"mac_address\":\"02:00:00:12:EC:B8\", \"name\":\"scw-test-pool-kubelet-test-pool-kubelet-e9988f\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}]}" + headers: + Content-Length: + - "1122" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:23:12 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 56b3c05f-3ca7-4da3-9164-be55dff12d5e + status: 200 OK + code: 200 + duration: 39.349352ms +- id: 105 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/00be490a-0cde-4c1d-84dd-0337a62e8e10 + method: DELETE + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 792 + body: "{\"region\":\"fr-par\", \"id\":\"00be490a-0cde-4c1d-84dd-0337a62e8e10\", \"cluster_id\":\"89bdb97e-5814-4666-b0a3-c084a7989330\", \"created_at\":\"2025-10-30T16:18:44.862648Z\", \"updated_at\":\"2025-10-30T16:23:12.834626Z\", \"name\":\"test-pool-kubelet-args\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"kubelet_args\"], \"placement_group_id\":null, \"kubelet_args\":{\"maxPods\":\"50\"}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "792" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:23:12 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 035eee01-218e-469c-bb50-787a1ba07816 + status: 200 OK + code: 200 + duration: 50.909207ms +- id: 106 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/00be490a-0cde-4c1d-84dd-0337a62e8e10 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 792 + body: "{\"region\":\"fr-par\", \"id\":\"00be490a-0cde-4c1d-84dd-0337a62e8e10\", \"cluster_id\":\"89bdb97e-5814-4666-b0a3-c084a7989330\", \"created_at\":\"2025-10-30T16:18:44.862648Z\", \"updated_at\":\"2025-10-30T16:23:12.834626Z\", \"name\":\"test-pool-kubelet-args\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"kubelet_args\"], \"placement_group_id\":null, \"kubelet_args\":{\"maxPods\":\"50\"}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "792" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:23:12 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 795c7ad7-4b40-4d18-8451-0a9784aa3beb + status: 200 OK + code: 200 + duration: 77.233282ms +- id: 107 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/00be490a-0cde-4c1d-84dd-0337a62e8e10 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 792 + body: "{\"region\":\"fr-par\", \"id\":\"00be490a-0cde-4c1d-84dd-0337a62e8e10\", \"cluster_id\":\"89bdb97e-5814-4666-b0a3-c084a7989330\", \"created_at\":\"2025-10-30T16:18:44.862648Z\", \"updated_at\":\"2025-10-30T16:23:12.834626Z\", \"name\":\"test-pool-kubelet-args\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"kubelet_args\"], \"placement_group_id\":null, \"kubelet_args\":{\"maxPods\":\"50\"}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "792" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:23:18 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 60b781bc-6f0b-409a-ae9c-a2823c6c3254 + status: 200 OK + code: 200 + duration: 108.412932ms +- id: 108 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/00be490a-0cde-4c1d-84dd-0337a62e8e10 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 792 + body: "{\"region\":\"fr-par\", \"id\":\"00be490a-0cde-4c1d-84dd-0337a62e8e10\", \"cluster_id\":\"89bdb97e-5814-4666-b0a3-c084a7989330\", \"created_at\":\"2025-10-30T16:18:44.862648Z\", \"updated_at\":\"2025-10-30T16:23:12.834626Z\", \"name\":\"test-pool-kubelet-args\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"kubelet_args\"], \"placement_group_id\":null, \"kubelet_args\":{\"maxPods\":\"50\"}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "792" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:23:23 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 8869ba92-95db-423a-a8d8-649e9160d389 + status: 200 OK + code: 200 + duration: 81.818448ms +- id: 109 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/00be490a-0cde-4c1d-84dd-0337a62e8e10 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 792 + body: "{\"region\":\"fr-par\", \"id\":\"00be490a-0cde-4c1d-84dd-0337a62e8e10\", \"cluster_id\":\"89bdb97e-5814-4666-b0a3-c084a7989330\", \"created_at\":\"2025-10-30T16:18:44.862648Z\", \"updated_at\":\"2025-10-30T16:23:12.834626Z\", \"name\":\"test-pool-kubelet-args\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"kubelet_args\"], \"placement_group_id\":null, \"kubelet_args\":{\"maxPods\":\"50\"}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "792" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:23:28 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 0e6bde67-b3b8-469d-ba54-718438e2219d + status: 200 OK + code: 200 + duration: 91.085751ms +- id: 110 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/00be490a-0cde-4c1d-84dd-0337a62e8e10 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 792 + body: "{\"region\":\"fr-par\", \"id\":\"00be490a-0cde-4c1d-84dd-0337a62e8e10\", \"cluster_id\":\"89bdb97e-5814-4666-b0a3-c084a7989330\", \"created_at\":\"2025-10-30T16:18:44.862648Z\", \"updated_at\":\"2025-10-30T16:23:12.834626Z\", \"name\":\"test-pool-kubelet-args\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"kubelet_args\"], \"placement_group_id\":null, \"kubelet_args\":{\"maxPods\":\"50\"}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "792" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:23:33 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 72652957-75fe-497e-9b6d-f2e2ecbc4afd + status: 200 OK + code: 200 + duration: 88.774573ms +- id: 111 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/00be490a-0cde-4c1d-84dd-0337a62e8e10 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 792 + body: "{\"region\":\"fr-par\", \"id\":\"00be490a-0cde-4c1d-84dd-0337a62e8e10\", \"cluster_id\":\"89bdb97e-5814-4666-b0a3-c084a7989330\", \"created_at\":\"2025-10-30T16:18:44.862648Z\", \"updated_at\":\"2025-10-30T16:23:12.834626Z\", \"name\":\"test-pool-kubelet-args\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"kubelet_args\"], \"placement_group_id\":null, \"kubelet_args\":{\"maxPods\":\"50\"}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "792" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:23:38 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 0f5b8ee1-7e13-4898-b168-233a1369778c + status: 200 OK + code: 200 + duration: 108.621533ms +- id: 112 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/00be490a-0cde-4c1d-84dd-0337a62e8e10 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 792 + body: "{\"region\":\"fr-par\", \"id\":\"00be490a-0cde-4c1d-84dd-0337a62e8e10\", \"cluster_id\":\"89bdb97e-5814-4666-b0a3-c084a7989330\", \"created_at\":\"2025-10-30T16:18:44.862648Z\", \"updated_at\":\"2025-10-30T16:23:12.834626Z\", \"name\":\"test-pool-kubelet-args\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"kubelet_args\"], \"placement_group_id\":null, \"kubelet_args\":{\"maxPods\":\"50\"}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "792" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:23:43 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - c2621c53-fcbf-4433-b1f5-a1aead839e94 + status: 200 OK + code: 200 + duration: 92.240708ms +- id: 113 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/00be490a-0cde-4c1d-84dd-0337a62e8e10 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 792 + body: "{\"region\":\"fr-par\", \"id\":\"00be490a-0cde-4c1d-84dd-0337a62e8e10\", \"cluster_id\":\"89bdb97e-5814-4666-b0a3-c084a7989330\", \"created_at\":\"2025-10-30T16:18:44.862648Z\", \"updated_at\":\"2025-10-30T16:23:12.834626Z\", \"name\":\"test-pool-kubelet-args\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"kubelet_args\"], \"placement_group_id\":null, \"kubelet_args\":{\"maxPods\":\"50\"}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "792" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:23:48 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 01bf3a13-3d4a-43e8-9169-f0873ef4a970 + status: 200 OK + code: 200 + duration: 79.910587ms +- id: 114 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/00be490a-0cde-4c1d-84dd-0337a62e8e10 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 792 + body: "{\"region\":\"fr-par\", \"id\":\"00be490a-0cde-4c1d-84dd-0337a62e8e10\", \"cluster_id\":\"89bdb97e-5814-4666-b0a3-c084a7989330\", \"created_at\":\"2025-10-30T16:18:44.862648Z\", \"updated_at\":\"2025-10-30T16:23:12.834626Z\", \"name\":\"test-pool-kubelet-args\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"kubelet_args\"], \"placement_group_id\":null, \"kubelet_args\":{\"maxPods\":\"50\"}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "792" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:23:53 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 99c32c47-787b-4136-ab40-9d5df2f5927c + status: 200 OK + code: 200 + duration: 93.931983ms +- id: 115 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/00be490a-0cde-4c1d-84dd-0337a62e8e10 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 792 + body: "{\"region\":\"fr-par\", \"id\":\"00be490a-0cde-4c1d-84dd-0337a62e8e10\", \"cluster_id\":\"89bdb97e-5814-4666-b0a3-c084a7989330\", \"created_at\":\"2025-10-30T16:18:44.862648Z\", \"updated_at\":\"2025-10-30T16:23:12.834626Z\", \"name\":\"test-pool-kubelet-args\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"kubelet_args\"], \"placement_group_id\":null, \"kubelet_args\":{\"maxPods\":\"50\"}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "792" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:23:58 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - c518ad86-ee69-426e-8648-87992da3ebf1 + status: 200 OK + code: 200 + duration: 78.979049ms +- id: 116 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/00be490a-0cde-4c1d-84dd-0337a62e8e10 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 792 + body: "{\"region\":\"fr-par\", \"id\":\"00be490a-0cde-4c1d-84dd-0337a62e8e10\", \"cluster_id\":\"89bdb97e-5814-4666-b0a3-c084a7989330\", \"created_at\":\"2025-10-30T16:18:44.862648Z\", \"updated_at\":\"2025-10-30T16:23:12.834626Z\", \"name\":\"test-pool-kubelet-args\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"kubelet_args\"], \"placement_group_id\":null, \"kubelet_args\":{\"maxPods\":\"50\"}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "792" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:24:03 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - ecdaf7ca-0e38-42f2-b0db-f7b25df04051 + status: 200 OK + code: 200 + duration: 80.998108ms +- id: 117 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/00be490a-0cde-4c1d-84dd-0337a62e8e10 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 792 + body: "{\"region\":\"fr-par\", \"id\":\"00be490a-0cde-4c1d-84dd-0337a62e8e10\", \"cluster_id\":\"89bdb97e-5814-4666-b0a3-c084a7989330\", \"created_at\":\"2025-10-30T16:18:44.862648Z\", \"updated_at\":\"2025-10-30T16:23:12.834626Z\", \"name\":\"test-pool-kubelet-args\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"kubelet_args\"], \"placement_group_id\":null, \"kubelet_args\":{\"maxPods\":\"50\"}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "792" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:24:08 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 53c042d2-9a2c-424f-bafd-afb6fdf0e9ea + status: 200 OK + code: 200 + duration: 84.482498ms +- id: 118 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/00be490a-0cde-4c1d-84dd-0337a62e8e10 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 792 + body: "{\"region\":\"fr-par\", \"id\":\"00be490a-0cde-4c1d-84dd-0337a62e8e10\", \"cluster_id\":\"89bdb97e-5814-4666-b0a3-c084a7989330\", \"created_at\":\"2025-10-30T16:18:44.862648Z\", \"updated_at\":\"2025-10-30T16:23:12.834626Z\", \"name\":\"test-pool-kubelet-args\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"kubelet_args\"], \"placement_group_id\":null, \"kubelet_args\":{\"maxPods\":\"50\"}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "792" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:24:14 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 8561d62a-c7ca-4bd6-98a2-cca7a82b015e + status: 200 OK + code: 200 + duration: 95.223907ms +- id: 119 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/00be490a-0cde-4c1d-84dd-0337a62e8e10 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 792 + body: "{\"region\":\"fr-par\", \"id\":\"00be490a-0cde-4c1d-84dd-0337a62e8e10\", \"cluster_id\":\"89bdb97e-5814-4666-b0a3-c084a7989330\", \"created_at\":\"2025-10-30T16:18:44.862648Z\", \"updated_at\":\"2025-10-30T16:23:12.834626Z\", \"name\":\"test-pool-kubelet-args\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"kubelet_args\"], \"placement_group_id\":null, \"kubelet_args\":{\"maxPods\":\"50\"}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "792" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:24:19 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - e0fc1466-f0c9-4bfa-aab1-d3626b67c206 + status: 200 OK + code: 200 + duration: 85.08028ms +- id: 120 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/00be490a-0cde-4c1d-84dd-0337a62e8e10 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 792 + body: "{\"region\":\"fr-par\", \"id\":\"00be490a-0cde-4c1d-84dd-0337a62e8e10\", \"cluster_id\":\"89bdb97e-5814-4666-b0a3-c084a7989330\", \"created_at\":\"2025-10-30T16:18:44.862648Z\", \"updated_at\":\"2025-10-30T16:23:12.834626Z\", \"name\":\"test-pool-kubelet-args\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"kubelet_args\"], \"placement_group_id\":null, \"kubelet_args\":{\"maxPods\":\"50\"}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "792" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:24:24 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - c1fbc206-3397-4e2c-bfc2-5b37811a477b + status: 200 OK + code: 200 + duration: 85.796754ms +- id: 121 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/00be490a-0cde-4c1d-84dd-0337a62e8e10 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 792 + body: "{\"region\":\"fr-par\", \"id\":\"00be490a-0cde-4c1d-84dd-0337a62e8e10\", \"cluster_id\":\"89bdb97e-5814-4666-b0a3-c084a7989330\", \"created_at\":\"2025-10-30T16:18:44.862648Z\", \"updated_at\":\"2025-10-30T16:23:12.834626Z\", \"name\":\"test-pool-kubelet-args\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"kubelet_args\"], \"placement_group_id\":null, \"kubelet_args\":{\"maxPods\":\"50\"}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "792" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:24:29 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 3dc32b2a-300b-4a40-8bf3-b4b19579a1c8 + status: 200 OK + code: 200 + duration: 87.68067ms +- id: 122 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/00be490a-0cde-4c1d-84dd-0337a62e8e10 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 792 + body: "{\"region\":\"fr-par\", \"id\":\"00be490a-0cde-4c1d-84dd-0337a62e8e10\", \"cluster_id\":\"89bdb97e-5814-4666-b0a3-c084a7989330\", \"created_at\":\"2025-10-30T16:18:44.862648Z\", \"updated_at\":\"2025-10-30T16:23:12.834626Z\", \"name\":\"test-pool-kubelet-args\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"kubelet_args\"], \"placement_group_id\":null, \"kubelet_args\":{\"maxPods\":\"50\"}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "792" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:24:34 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 4f917674-f228-4d1e-95df-79b11a1afc1d + status: 200 OK + code: 200 + duration: 78.97965ms +- id: 123 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/00be490a-0cde-4c1d-84dd-0337a62e8e10 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 792 + body: "{\"region\":\"fr-par\", \"id\":\"00be490a-0cde-4c1d-84dd-0337a62e8e10\", \"cluster_id\":\"89bdb97e-5814-4666-b0a3-c084a7989330\", \"created_at\":\"2025-10-30T16:18:44.862648Z\", \"updated_at\":\"2025-10-30T16:23:12.834626Z\", \"name\":\"test-pool-kubelet-args\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"kubelet_args\"], \"placement_group_id\":null, \"kubelet_args\":{\"maxPods\":\"50\"}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "792" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:24:39 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 3383c762-9844-4243-9a24-213faed0065f + status: 200 OK + code: 200 + duration: 102.325507ms +- id: 124 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/00be490a-0cde-4c1d-84dd-0337a62e8e10 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 792 + body: "{\"region\":\"fr-par\", \"id\":\"00be490a-0cde-4c1d-84dd-0337a62e8e10\", \"cluster_id\":\"89bdb97e-5814-4666-b0a3-c084a7989330\", \"created_at\":\"2025-10-30T16:18:44.862648Z\", \"updated_at\":\"2025-10-30T16:23:12.834626Z\", \"name\":\"test-pool-kubelet-args\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"kubelet_args\"], \"placement_group_id\":null, \"kubelet_args\":{\"maxPods\":\"50\"}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "792" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:24:44 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 227a0478-0fab-4456-b560-57da1a9d4b2a + status: 200 OK + code: 200 + duration: 91.855206ms +- id: 125 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/00be490a-0cde-4c1d-84dd-0337a62e8e10 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 792 + body: "{\"region\":\"fr-par\", \"id\":\"00be490a-0cde-4c1d-84dd-0337a62e8e10\", \"cluster_id\":\"89bdb97e-5814-4666-b0a3-c084a7989330\", \"created_at\":\"2025-10-30T16:18:44.862648Z\", \"updated_at\":\"2025-10-30T16:23:12.834626Z\", \"name\":\"test-pool-kubelet-args\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"kubelet_args\"], \"placement_group_id\":null, \"kubelet_args\":{\"maxPods\":\"50\"}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "792" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:24:49 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 159cf757-d823-4851-b14c-8d6831ce7332 + status: 200 OK + code: 200 + duration: 83.004163ms +- id: 126 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/00be490a-0cde-4c1d-84dd-0337a62e8e10 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 792 + body: "{\"region\":\"fr-par\", \"id\":\"00be490a-0cde-4c1d-84dd-0337a62e8e10\", \"cluster_id\":\"89bdb97e-5814-4666-b0a3-c084a7989330\", \"created_at\":\"2025-10-30T16:18:44.862648Z\", \"updated_at\":\"2025-10-30T16:23:12.834626Z\", \"name\":\"test-pool-kubelet-args\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"kubelet_args\"], \"placement_group_id\":null, \"kubelet_args\":{\"maxPods\":\"50\"}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "792" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:24:54 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 8042f223-ace9-4195-803c-8199575318fb + status: 200 OK + code: 200 + duration: 96.351674ms +- id: 127 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/00be490a-0cde-4c1d-84dd-0337a62e8e10 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 792 + body: "{\"region\":\"fr-par\", \"id\":\"00be490a-0cde-4c1d-84dd-0337a62e8e10\", \"cluster_id\":\"89bdb97e-5814-4666-b0a3-c084a7989330\", \"created_at\":\"2025-10-30T16:18:44.862648Z\", \"updated_at\":\"2025-10-30T16:23:12.834626Z\", \"name\":\"test-pool-kubelet-args\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"kubelet_args\"], \"placement_group_id\":null, \"kubelet_args\":{\"maxPods\":\"50\"}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "792" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:24:59 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - c1b5bdcc-41b0-4f1a-8da7-30360b3b1ebc + status: 200 OK + code: 200 + duration: 82.885201ms +- id: 128 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/00be490a-0cde-4c1d-84dd-0337a62e8e10 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 792 + body: "{\"region\":\"fr-par\", \"id\":\"00be490a-0cde-4c1d-84dd-0337a62e8e10\", \"cluster_id\":\"89bdb97e-5814-4666-b0a3-c084a7989330\", \"created_at\":\"2025-10-30T16:18:44.862648Z\", \"updated_at\":\"2025-10-30T16:23:12.834626Z\", \"name\":\"test-pool-kubelet-args\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"kubelet_args\"], \"placement_group_id\":null, \"kubelet_args\":{\"maxPods\":\"50\"}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "792" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:25:04 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 44fc6bbe-2416-4a41-9f72-8c78cf4559dc + status: 200 OK + code: 200 + duration: 97.522652ms +- id: 129 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/00be490a-0cde-4c1d-84dd-0337a62e8e10 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 792 + body: "{\"region\":\"fr-par\", \"id\":\"00be490a-0cde-4c1d-84dd-0337a62e8e10\", \"cluster_id\":\"89bdb97e-5814-4666-b0a3-c084a7989330\", \"created_at\":\"2025-10-30T16:18:44.862648Z\", \"updated_at\":\"2025-10-30T16:23:12.834626Z\", \"name\":\"test-pool-kubelet-args\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"kubelet_args\"], \"placement_group_id\":null, \"kubelet_args\":{\"maxPods\":\"50\"}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "792" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:25:10 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 984a9b04-c65b-481e-ba22-a8905fb8866c + status: 200 OK + code: 200 + duration: 72.946637ms +- id: 130 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/00be490a-0cde-4c1d-84dd-0337a62e8e10 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 792 + body: "{\"region\":\"fr-par\", \"id\":\"00be490a-0cde-4c1d-84dd-0337a62e8e10\", \"cluster_id\":\"89bdb97e-5814-4666-b0a3-c084a7989330\", \"created_at\":\"2025-10-30T16:18:44.862648Z\", \"updated_at\":\"2025-10-30T16:23:12.834626Z\", \"name\":\"test-pool-kubelet-args\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"kubelet_args\"], \"placement_group_id\":null, \"kubelet_args\":{\"maxPods\":\"50\"}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "792" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:25:15 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 82c629dd-09d7-4116-98f7-b99b13049b03 + status: 200 OK + code: 200 + duration: 84.959874ms +- id: 131 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/00be490a-0cde-4c1d-84dd-0337a62e8e10 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 792 + body: "{\"region\":\"fr-par\", \"id\":\"00be490a-0cde-4c1d-84dd-0337a62e8e10\", \"cluster_id\":\"89bdb97e-5814-4666-b0a3-c084a7989330\", \"created_at\":\"2025-10-30T16:18:44.862648Z\", \"updated_at\":\"2025-10-30T16:23:12.834626Z\", \"name\":\"test-pool-kubelet-args\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"kubelet_args\"], \"placement_group_id\":null, \"kubelet_args\":{\"maxPods\":\"50\"}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "792" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:25:20 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - aec62288-eaf8-4478-8a76-c4b0978a66d7 + status: 200 OK + code: 200 + duration: 89.168904ms +- id: 132 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/00be490a-0cde-4c1d-84dd-0337a62e8e10 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 125 + body: "{\"message\":\"resource is not found\",\"resource\":\"pool\",\"resource_id\":\"00be490a-0cde-4c1d-84dd-0337a62e8e10\",\"type\":\"not_found\"}" + headers: + Content-Length: + - "125" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:25:25 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - ee463e97-02fb-4963-a09a-0a9804fa6eb4 + status: 404 Not Found + code: 404 + duration: 33.213255ms +- id: 133 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + form: + with_additional_resources: + - "false" + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/89bdb97e-5814-4666-b0a3-c084a7989330?with_additional_resources=false + method: DELETE + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1647 + body: "{\"region\":\"fr-par\", \"id\":\"89bdb97e-5814-4666-b0a3-c084a7989330\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:39.351223Z\", \"updated_at\":\"2025-10-30T16:25:25.307070Z\", \"type\":\"kapsule\", \"name\":\"test-pool-kubelet-args\", \"description\":\"\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"kubelet_args\"], \"cluster_url\":\"https://89bdb97e-5814-4666-b0a3-c084a7989330.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.89bdb97e-5814-4666-b0a3-c084a7989330.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"311bbfd7-a420-4c55-acd1-7ac7b435bddc\", \"commitment_ends_at\":\"2025-10-30T16:18:39.351230Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"4ac6a5fd-f4ab-4b5a-9723-723c86963fee\", \"new_images_enabled\":false, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1647" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:25:25 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 28ce35a4-93f2-45e8-a7db-b50f61fdf9b9 + status: 200 OK + code: 200 + duration: 139.889206ms +- id: 134 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/89bdb97e-5814-4666-b0a3-c084a7989330 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1646 + body: "{\"region\":\"fr-par\", \"id\":\"89bdb97e-5814-4666-b0a3-c084a7989330\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:39.351223Z\", \"updated_at\":\"2025-10-30T16:25:25.307070Z\", \"type\":\"kapsule\", \"name\":\"test-pool-kubelet-args\", \"description\":\"\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"kubelet_args\"], \"cluster_url\":\"https://89bdb97e-5814-4666-b0a3-c084a7989330.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.89bdb97e-5814-4666-b0a3-c084a7989330.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"311bbfd7-a420-4c55-acd1-7ac7b435bddc\", \"commitment_ends_at\":\"2025-10-30T16:18:39.351230Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"4ac6a5fd-f4ab-4b5a-9723-723c86963fee\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1646" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:25:25 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - efc30f49-586c-44d6-b7bd-6dd581ca0df0 + status: 200 OK + code: 200 + duration: 81.742516ms +- id: 135 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/89bdb97e-5814-4666-b0a3-c084a7989330 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1646 + body: "{\"region\":\"fr-par\", \"id\":\"89bdb97e-5814-4666-b0a3-c084a7989330\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:39.351223Z\", \"updated_at\":\"2025-10-30T16:25:25.307070Z\", \"type\":\"kapsule\", \"name\":\"test-pool-kubelet-args\", \"description\":\"\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"kubelet_args\"], \"cluster_url\":\"https://89bdb97e-5814-4666-b0a3-c084a7989330.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.89bdb97e-5814-4666-b0a3-c084a7989330.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"311bbfd7-a420-4c55-acd1-7ac7b435bddc\", \"commitment_ends_at\":\"2025-10-30T16:18:39.351230Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"4ac6a5fd-f4ab-4b5a-9723-723c86963fee\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1646" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:25:30 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 3268ae88-1dc6-4b7f-9228-a0168fd63312 + status: 200 OK + code: 200 + duration: 89.458607ms +- id: 136 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/89bdb97e-5814-4666-b0a3-c084a7989330 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1646 + body: "{\"region\":\"fr-par\", \"id\":\"89bdb97e-5814-4666-b0a3-c084a7989330\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:39.351223Z\", \"updated_at\":\"2025-10-30T16:25:25.307070Z\", \"type\":\"kapsule\", \"name\":\"test-pool-kubelet-args\", \"description\":\"\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"kubelet_args\"], \"cluster_url\":\"https://89bdb97e-5814-4666-b0a3-c084a7989330.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.89bdb97e-5814-4666-b0a3-c084a7989330.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"311bbfd7-a420-4c55-acd1-7ac7b435bddc\", \"commitment_ends_at\":\"2025-10-30T16:18:39.351230Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"4ac6a5fd-f4ab-4b5a-9723-723c86963fee\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1646" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:25:35 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - ecef898f-c201-4ebe-8de4-446476430b47 + status: 200 OK + code: 200 + duration: 91.55915ms +- id: 137 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/89bdb97e-5814-4666-b0a3-c084a7989330 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 128 + body: "{\"message\":\"resource is not found\",\"resource\":\"cluster\",\"resource_id\":\"89bdb97e-5814-4666-b0a3-c084a7989330\",\"type\":\"not_found\"}" + headers: + Content-Length: + - "128" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:25:40 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 731d12f0-5bdc-4800-81bd-a6dd9aa91fe7 + status: 404 Not Found + code: 404 + duration: 23.463667ms +- id: 138 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks/311bbfd7-a420-4c55-acd1-7ac7b435bddc + method: DELETE + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 0 + body: "" + headers: + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:25:41 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 441abc4c-6f46-4311-8d37-1566a3999298 + status: 204 No Content + code: 204 + duration: 1.080112044s +- id: 139 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/vpc/v2/regions/fr-par/vpcs/757134d2-30bd-4caa-9d46-09ad011350a0 + method: DELETE + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 0 + body: "" + headers: + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:25:41 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 97190c56-a06b-4520-9a3e-3279ed223700 + status: 204 No Content + code: 204 + duration: 160.622469ms +- id: 140 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/00be490a-0cde-4c1d-84dd-0337a62e8e10 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 125 + body: "{\"message\":\"resource is not found\",\"resource\":\"pool\",\"resource_id\":\"00be490a-0cde-4c1d-84dd-0337a62e8e10\",\"type\":\"not_found\"}" + headers: + Content-Length: + - "125" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:25:41 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 66a5801c-0239-4b70-a37f-c4a8c03a9cad + status: 404 Not Found + code: 404 + duration: 21.77063ms +- id: 141 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/89bdb97e-5814-4666-b0a3-c084a7989330 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 128 + body: "{\"message\":\"resource is not found\",\"resource\":\"cluster\",\"resource_id\":\"89bdb97e-5814-4666-b0a3-c084a7989330\",\"type\":\"not_found\"}" + headers: + Content-Length: + - "128" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:25:41 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 2d2f3c4b-20aa-4b5a-8a13-9b5b5393a371 + status: 404 Not Found + code: 404 + duration: 19.374683ms +- id: 142 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks/311bbfd7-a420-4c55-acd1-7ac7b435bddc + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 136 + body: "{\"message\":\"resource is not found\",\"resource\":\"private_network\",\"resource_id\":\"311bbfd7-a420-4c55-acd1-7ac7b435bddc\",\"type\":\"not_found\"}" + headers: + Content-Length: + - "136" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:25:42 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 721d4b8b-ddf0-42fe-9322-770085dcaba1 + status: 404 Not Found + code: 404 + duration: 38.653726ms diff --git a/internal/services/k8s/testdata/pool-placement-group.cassette.yaml b/internal/services/k8s/testdata/pool-placement-group.cassette.yaml index 74bcb29fb9..4509570d70 100644 --- a/internal/services/k8s/testdata/pool-placement-group.cassette.yaml +++ b/internal/services/k8s/testdata/pool-placement-group.cassette.yaml @@ -1,6783 +1,12553 @@ --- version: 2 interactions: - - id: 0 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/versions - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 4962 - uncompressed: false - body: '{"versions":[{"available_admission_plugins":["AlwaysPullImages","PodNodeSelector","PodTolerationRestriction"],"available_cnis":["cilium","cilium_native","calico","kilo","none"],"available_container_runtimes":["containerd"],"available_feature_gates":["HPAScaleToZero","CPUManagerPolicyAlphaOptions","ImageVolume"],"available_kubelet_args":{"containerLogMaxFiles":"uint16","containerLogMaxSize":"quantity","cpuCFSQuota":"bool","cpuCFSQuotaPeriod":"duration","cpuManagerPolicy":"enum:none|static","cpuManagerPolicyOptions":"map[string]string","enableDebuggingHandlers":"bool","evictionHard":"map[string]string","evictionMinimumReclaim":"map[string]string","imageGCHighThresholdPercent":"uint32","imageGCLowThresholdPercent":"uint32","maxParallelImagePulls":"int32","maxPods":"uint16","registryBurst":"int32","registryPullQPS":"int32","serializeImagePulls":"bool"},"label":"Kubernetes 1.34.1","name":"1.34.1","region":"fr-par"},{"available_admission_plugins":["AlwaysPullImages","PodNodeSelector","PodTolerationRestriction"],"available_cnis":["cilium","calico","kilo","none"],"available_container_runtimes":["containerd"],"available_feature_gates":["HPAScaleToZero","DRAAdminAccess","DynamicResourceAllocation","PodLevelResources","CPUManagerPolicyAlphaOptions","ImageVolume"],"available_kubelet_args":{"containerLogMaxFiles":"uint16","containerLogMaxSize":"quantity","cpuCFSQuota":"bool","cpuCFSQuotaPeriod":"duration","cpuManagerPolicy":"enum:none|static","cpuManagerPolicyOptions":"map[string]string","enableDebuggingHandlers":"bool","evictionHard":"map[string]string","evictionMinimumReclaim":"map[string]string","imageGCHighThresholdPercent":"uint32","imageGCLowThresholdPercent":"uint32","maxParallelImagePulls":"int32","maxPods":"uint16","registryBurst":"int32","registryPullQPS":"int32","serializeImagePulls":"bool"},"label":"Kubernetes 1.33.4","name":"1.33.4","region":"fr-par"},{"available_admission_plugins":["AlwaysPullImages","PodNodeSelector","PodTolerationRestriction"],"available_cnis":["cilium","calico","kilo","none"],"available_container_runtimes":["containerd"],"available_feature_gates":["HPAScaleToZero","InPlacePodVerticalScaling","SidecarContainers","DRAAdminAccess","DRAResourceClaimDeviceStatus","DynamicResourceAllocation","PodLevelResources","CPUManagerPolicyAlphaOptions","ImageVolume"],"available_kubelet_args":{"containerLogMaxFiles":"uint16","containerLogMaxSize":"quantity","cpuCFSQuota":"bool","cpuCFSQuotaPeriod":"duration","cpuManagerPolicy":"enum:none|static","cpuManagerPolicyOptions":"map[string]string","enableDebuggingHandlers":"bool","evictionHard":"map[string]string","evictionMinimumReclaim":"map[string]string","imageGCHighThresholdPercent":"uint32","imageGCLowThresholdPercent":"uint32","maxParallelImagePulls":"int32","maxPods":"uint16","registryBurst":"int32","registryPullQPS":"int32","serializeImagePulls":"bool"},"label":"Kubernetes 1.32.8","name":"1.32.8","region":"fr-par"},{"available_admission_plugins":["AlwaysPullImages","PodNodeSelector","PodTolerationRestriction"],"available_cnis":["cilium","calico","kilo","none"],"available_container_runtimes":["containerd"],"available_feature_gates":["HPAScaleToZero","InPlacePodVerticalScaling","SidecarContainers","CPUManagerPolicyAlphaOptions","ImageVolume"],"available_kubelet_args":{"containerLogMaxFiles":"uint16","containerLogMaxSize":"quantity","cpuCFSQuota":"bool","cpuCFSQuotaPeriod":"duration","cpuManagerPolicy":"enum:none|static","cpuManagerPolicyOptions":"map[string]string","enableDebuggingHandlers":"bool","evictionHard":"map[string]string","evictionMinimumReclaim":"map[string]string","imageGCHighThresholdPercent":"uint32","imageGCLowThresholdPercent":"uint32","maxParallelImagePulls":"int32","maxPods":"uint16","registryBurst":"int32","registryPullQPS":"int32","serializeImagePulls":"bool"},"label":"Kubernetes 1.31.12","name":"1.31.12","region":"fr-par"},{"available_admission_plugins":["AlwaysPullImages","PodNodeSelector","PodTolerationRestriction"],"available_cnis":["cilium","calico","kilo","none"],"available_container_runtimes":["containerd"],"available_feature_gates":["HPAScaleToZero","SidecarContainers","InPlacePodVerticalScaling","CPUManagerPolicyAlphaOptions"],"available_kubelet_args":{"containerLogMaxFiles":"uint16","containerLogMaxSize":"quantity","cpuCFSQuota":"bool","cpuCFSQuotaPeriod":"duration","cpuManagerPolicy":"enum:none|static","cpuManagerPolicyOptions":"map[string]string","enableDebuggingHandlers":"bool","evictionHard":"map[string]string","evictionMinimumReclaim":"map[string]string","imageGCHighThresholdPercent":"uint32","imageGCLowThresholdPercent":"uint32","maxParallelImagePulls":"int32","maxPods":"uint16","registryBurst":"int32","registryPullQPS":"int32","serializeImagePulls":"bool"},"label":"Kubernetes 1.30.14","name":"1.30.14","region":"fr-par"}]}' - headers: - Content-Length: - - "4962" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:21:57 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge01) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 1c53f471-fe1e-4acc-a604-a7057905723d - status: 200 OK - code: 200 - duration: 176.97275ms - - id: 1 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 135 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: '{"name":"testAccCheckK8SPoolConfigPlacementGroup","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","tags":[],"enable_routing":false}' - form: {} - headers: - Content-Type: - - application/json - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/fr-par/vpcs - method: POST - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 437 - uncompressed: false - body: '{"created_at":"2025-09-30T09:21:57.713160Z","custom_routes_propagation_enabled":true,"id":"f34798fe-4541-4e5f-b82c-60fd319b098b","is_default":false,"name":"testAccCheckK8SPoolConfigPlacementGroup","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","private_network_count":0,"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","routing_enabled":true,"tags":[],"updated_at":"2025-09-30T09:21:57.713160Z"}' - headers: - Content-Length: - - "437" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:21:57 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge01) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 18052e27-d544-411b-82de-afda061094bb - status: 200 OK - code: 200 - duration: 81.980875ms - - id: 2 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/fr-par/vpcs/f34798fe-4541-4e5f-b82c-60fd319b098b - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 437 - uncompressed: false - body: '{"created_at":"2025-09-30T09:21:57.713160Z","custom_routes_propagation_enabled":true,"id":"f34798fe-4541-4e5f-b82c-60fd319b098b","is_default":false,"name":"testAccCheckK8SPoolConfigPlacementGroup","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","private_network_count":0,"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","routing_enabled":true,"tags":[],"updated_at":"2025-09-30T09:21:57.713160Z"}' - headers: - Content-Length: - - "437" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:21:57 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge01) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 7a5bd4fa-56c2-4e6c-947e-697a25f89768 - status: 200 OK - code: 200 - duration: 28.210875ms - - id: 3 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 143 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: '{"name":"test-pool-placement-group","project":"105bdce1-64c0-48ab-899d-868455867ecf","policy_mode":"optional","policy_type":"max_availability"}' - form: {} - headers: - Content-Type: - - application/json - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/placement_groups - method: POST - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 331 - uncompressed: false - body: '{"placement_group":{"id":"54ef3b8e-a871-44d7-8adc-d04802063c41","name":"test-pool-placement-group","organization":"105bdce1-64c0-48ab-899d-868455867ecf","policy_mode":"optional","policy_respected":true,"policy_type":"max_availability","project":"105bdce1-64c0-48ab-899d-868455867ecf","tags":[],"zone":"fr-par-1"}}' - headers: - Content-Length: - - "331" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:21:57 GMT - Location: - - https://api.scaleway.com/instance/v1/zones/fr-par-1/placement_groups/54ef3b8e-a871-44d7-8adc-d04802063c41 - Server: - - Scaleway API Gateway (fr-par-2;edge01) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 959bc739-cbf7-4d46-bb95-500a7f6ba696 - status: 201 Created - code: 201 - duration: 223.649292ms - - id: 4 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/placement_groups/54ef3b8e-a871-44d7-8adc-d04802063c41 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 331 - uncompressed: false - body: '{"placement_group":{"id":"54ef3b8e-a871-44d7-8adc-d04802063c41","name":"test-pool-placement-group","organization":"105bdce1-64c0-48ab-899d-868455867ecf","policy_mode":"optional","policy_respected":true,"policy_type":"max_availability","project":"105bdce1-64c0-48ab-899d-868455867ecf","tags":[],"zone":"fr-par-1"}}' - headers: - Content-Length: - - "331" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:21:58 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge01) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 5a32614b-c10d-487c-90ae-94810bcd6a28 - status: 200 OK - code: 200 - duration: 119.148917ms - - id: 5 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 203 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: '{"name":"test-pool-placement-group","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","tags":[],"subnets":null,"vpc_id":"f34798fe-4541-4e5f-b82c-60fd319b098b","default_route_propagation_enabled":false}' - form: {} - headers: - Content-Type: - - application/json - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks - method: POST - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1096 - uncompressed: false - body: '{"created_at":"2025-09-30T09:21:57.848121Z","default_route_propagation_enabled":false,"dhcp_enabled":true,"id":"2391a821-5410-457d-847e-a5d92c71c894","name":"test-pool-placement-group","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","subnets":[{"created_at":"2025-09-30T09:21:57.848121Z","id":"bfb35653-ff09-40e0-a2ff-dc3d3092cdd8","private_network_id":"2391a821-5410-457d-847e-a5d92c71c894","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","subnet":"172.17.184.0/22","updated_at":"2025-09-30T09:21:57.848121Z","vpc_id":"f34798fe-4541-4e5f-b82c-60fd319b098b"},{"created_at":"2025-09-30T09:21:57.848121Z","id":"77d0c0a8-ccce-46f6-aae7-a10db5e5ccbb","private_network_id":"2391a821-5410-457d-847e-a5d92c71c894","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","subnet":"fd5f:519c:6d46:766e::/64","updated_at":"2025-09-30T09:21:57.848121Z","vpc_id":"f34798fe-4541-4e5f-b82c-60fd319b098b"}],"tags":[],"updated_at":"2025-09-30T09:21:57.848121Z","vpc_id":"f34798fe-4541-4e5f-b82c-60fd319b098b"}' - headers: - Content-Length: - - "1096" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:21:58 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge01) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - c28a0179-4994-42df-9d38-d40555e90e60 - status: 200 OK - code: 200 - duration: 651.684292ms - - id: 6 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks/2391a821-5410-457d-847e-a5d92c71c894 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1096 - uncompressed: false - body: '{"created_at":"2025-09-30T09:21:57.848121Z","default_route_propagation_enabled":false,"dhcp_enabled":true,"id":"2391a821-5410-457d-847e-a5d92c71c894","name":"test-pool-placement-group","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","subnets":[{"created_at":"2025-09-30T09:21:57.848121Z","id":"bfb35653-ff09-40e0-a2ff-dc3d3092cdd8","private_network_id":"2391a821-5410-457d-847e-a5d92c71c894","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","subnet":"172.17.184.0/22","updated_at":"2025-09-30T09:21:57.848121Z","vpc_id":"f34798fe-4541-4e5f-b82c-60fd319b098b"},{"created_at":"2025-09-30T09:21:57.848121Z","id":"77d0c0a8-ccce-46f6-aae7-a10db5e5ccbb","private_network_id":"2391a821-5410-457d-847e-a5d92c71c894","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","subnet":"fd5f:519c:6d46:766e::/64","updated_at":"2025-09-30T09:21:57.848121Z","vpc_id":"f34798fe-4541-4e5f-b82c-60fd319b098b"}],"tags":[],"updated_at":"2025-09-30T09:21:57.848121Z","vpc_id":"f34798fe-4541-4e5f-b82c-60fd319b098b"}' - headers: - Content-Length: - - "1096" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:21:58 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge01) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 69250f75-2dd7-4800-84ac-608ecc8207ef - status: 200 OK - code: 200 - duration: 27.808ms - - id: 7 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 714 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: '{"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","type":"","name":"test-pool-placement-group","description":"","tags":["terraform-test","scaleway_k8s_cluster","placement_group"],"version":"1.34.1","cni":"calico","pools":null,"autoscaler_config":{"scale_down_disabled":null,"scale_down_delay_after_add":null,"estimator":"unknown_estimator","expander":"unknown_expander","ignore_daemonsets_utilization":null,"balance_similar_node_groups":null,"expendable_pods_priority_cutoff":0,"scale_down_unneeded_time":null,"scale_down_utilization_threshold":null,"max_graceful_termination_sec":0},"feature_gates":[],"admission_plugins":[],"apiserver_cert_sans":[],"private_network_id":"2391a821-5410-457d-847e-a5d92c71c894"}' - form: {} - headers: - Content-Type: - - application/json - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters - method: POST - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1617 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://67369b9c-9815-48d9-9ed2-d9764b23cf46.api.k8s.fr-par.scw.cloud:6443","cni":"calico","commitment_ends_at":"2025-09-30T09:21:58.812250Z","created_at":"2025-09-30T09:21:58.812241Z","description":"","dns_wildcard":"*.67369b9c-9815-48d9-9ed2-d9764b23cf46.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"","id":"67369b9c-9815-48d9-9ed2-d9764b23cf46","name":"test-pool-placement-group","new_images_enabled":false,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"100.64.0.0/15","private_network_id":"2391a821-5410-457d-847e-a5d92c71c894","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"10.32.0.0/20","service_dns_ip":"10.32.0.10","status":"creating","tags":["terraform-test","scaleway_k8s_cluster","placement_group"],"type":"kapsule","updated_at":"2025-09-30T09:21:58.812242Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1617" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:21:58 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge01) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - cfcaf2dd-15e6-4723-8982-3f23f0e9fe26 - status: 200 OK - code: 200 - duration: 377.2305ms - - id: 8 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/67369b9c-9815-48d9-9ed2-d9764b23cf46 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1581 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://67369b9c-9815-48d9-9ed2-d9764b23cf46.api.k8s.fr-par.scw.cloud:6443","cni":"calico","commitment_ends_at":"2025-09-30T09:21:58.812250Z","created_at":"2025-09-30T09:21:58.812241Z","description":"","dns_wildcard":"*.67369b9c-9815-48d9-9ed2-d9764b23cf46.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"","id":"67369b9c-9815-48d9-9ed2-d9764b23cf46","name":"test-pool-placement-group","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":"2391a821-5410-457d-847e-a5d92c71c894","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"","service_dns_ip":"","status":"creating","tags":["terraform-test","scaleway_k8s_cluster","placement_group"],"type":"kapsule","updated_at":"2025-09-30T09:21:58.812242Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1581" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:21:58 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge01) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 09d4c0dc-d1b2-4738-8271-419b2fd24673 - status: 200 OK - code: 200 - duration: 86.812333ms - - id: 9 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/67369b9c-9815-48d9-9ed2-d9764b23cf46 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1622 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://67369b9c-9815-48d9-9ed2-d9764b23cf46.api.k8s.fr-par.scw.cloud:6443","cni":"calico","commitment_ends_at":"2025-09-30T09:21:58.812250Z","created_at":"2025-09-30T09:21:58.812241Z","description":"","dns_wildcard":"*.67369b9c-9815-48d9-9ed2-d9764b23cf46.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"baaab655-8165-4388-8769-89dd54221759","id":"67369b9c-9815-48d9-9ed2-d9764b23cf46","name":"test-pool-placement-group","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":"2391a821-5410-457d-847e-a5d92c71c894","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"","service_dns_ip":"","status":"pool_required","tags":["terraform-test","scaleway_k8s_cluster","placement_group"],"type":"kapsule","updated_at":"2025-09-30T09:21:59.287445Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1622" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:22:04 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge01) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - b728b94b-6afd-405f-99d3-0abea6d959d9 - status: 200 OK - code: 200 - duration: 78.073709ms - - id: 10 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/67369b9c-9815-48d9-9ed2-d9764b23cf46/pools?order_by=created_at_asc&page=1&status=unknown - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 29 - uncompressed: false - body: '{"pools":[],"total_count":0}' - headers: - Content-Length: - - "29" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:22:04 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge01) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 23ff004d-b0e6-4807-8b7c-064b6071dc50 - status: 200 OK - code: 200 - duration: 92.086333ms - - id: 11 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/67369b9c-9815-48d9-9ed2-d9764b23cf46 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1622 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://67369b9c-9815-48d9-9ed2-d9764b23cf46.api.k8s.fr-par.scw.cloud:6443","cni":"calico","commitment_ends_at":"2025-09-30T09:21:58.812250Z","created_at":"2025-09-30T09:21:58.812241Z","description":"","dns_wildcard":"*.67369b9c-9815-48d9-9ed2-d9764b23cf46.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"baaab655-8165-4388-8769-89dd54221759","id":"67369b9c-9815-48d9-9ed2-d9764b23cf46","name":"test-pool-placement-group","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":"2391a821-5410-457d-847e-a5d92c71c894","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"","service_dns_ip":"","status":"pool_required","tags":["terraform-test","scaleway_k8s_cluster","placement_group"],"type":"kapsule","updated_at":"2025-09-30T09:21:59.287445Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1622" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:22:04 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge01) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - d0e0e96d-30f0-4eb9-983f-c345e99965bd - status: 200 OK - code: 200 - duration: 83.917625ms - - id: 12 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/67369b9c-9815-48d9-9ed2-d9764b23cf46/kubeconfig - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1738 - uncompressed: false - body: '{"content":"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogInRlc3QtcG9vbC1wbGFjZW1lbnQtZ3JvdXAiCiAgY2x1c3RlcjoKICAgIGNlcnRpZmljYXRlLWF1dGhvcml0eS1kYXRhOiBMUzB0TFMxQ1JVZEpUaUJEUlZKVVNVWkpRMEZVUlMwdExTMHRDazFKU1VKWGFrTkRRVkZIWjBGM1NVSkJaMGxDUVVSQlMwSm5aM0ZvYTJwUFVGRlJSRUZxUVZaTlVrMTNSVkZaUkZaUlVVUkZkM0J5WkZkS2JHTnROV3dLWkVkV2VrMUNORmhFVkVreFRVUnJlVTlVUVRWTmFrVXhUMFp2V0VSVVRURk5SR3Q1VDFSQk5VMXFSVEZQUm05M1JsUkZWRTFDUlVkQk1WVkZRWGhOU3dwaE0xWnBXbGhLZFZwWVVteGpla0phVFVKTlIwSjVjVWRUVFRRNVFXZEZSME5EY1VkVFRUUTVRWGRGU0VFd1NVRkNTblZWUVRKUGVXTlFjRUZhVTNaTENsZ3ZUMjh3YTAxRmRVUmxORnBrZGxaSFFXTmlRWEl5UTB0bUsybFBNbVZzVmxWQ2JFMUJRamxZU1VGYWJHeHlVMnRGV1VKelZ6QnJPR0ZLVVZNNU9GQUtZMFZCU0hKRVMycFJha0pCVFVFMFIwRXhWV1JFZDBWQ0wzZFJSVUYzU1VOd1JFRlFRbWRPVmtoU1RVSkJaamhGUWxSQlJFRlJTQzlOUWpCSFFURlZaQXBFWjFGWFFrSlRaMmRqVlZwd2VGSjJUWGQ1VG5WcE1VUk9UM2x3TVZaelQweHFRVXRDWjJkeGFHdHFUMUJSVVVSQlowNUlRVVJDUlVGcFFXOTVaMUJLQ21SMmJWQjVVSG81TUVVNFNFOHJkMDlITDBrMmF6VjNORFI0VjNwdWNXaHBZVVo0VHpsQlNXZFJlR2d3TVU1NmNIZEhha3hVY2pBeWIyTnRNa1ZKY2swS05WSnhjVGRQZGtaM1FYUjNjVEl4YkV4SFdUMEtMUzB0TFMxRlRrUWdRMFZTVkVsR1NVTkJWRVV0TFMwdExRbz0KICAgIHNlcnZlcjogaHR0cHM6Ly82NzM2OWI5Yy05ODE1LTQ4ZDktOWVkMi1kOTc2NGIyM2NmNDYuYXBpLms4cy5mci1wYXIuc2N3LmNsb3VkOjY0NDMKY29udGV4dHM6Ci0gbmFtZTogYWRtaW5AdGVzdC1wb29sLXBsYWNlbWVudC1ncm91cAogIGNvbnRleHQ6CiAgICBjbHVzdGVyOiAidGVzdC1wb29sLXBsYWNlbWVudC1ncm91cCIKICAgIHVzZXI6IHRlc3QtcG9vbC1wbGFjZW1lbnQtZ3JvdXAtYWRtaW4KY3VycmVudC1jb250ZXh0OiBhZG1pbkB0ZXN0LXBvb2wtcGxhY2VtZW50LWdyb3VwCmtpbmQ6IENvbmZpZwpwcmVmZXJlbmNlczoge30KdXNlcnM6Ci0gbmFtZTogdGVzdC1wb29sLXBsYWNlbWVudC1ncm91cC1hZG1pbgogIHVzZXI6CiAgICB0b2tlbjogZkVuVHJYY3JtUlJQNU5DTGV5QjhUeTg4bEVWejhIaFowVm1hdzM2Z29FZlBWQnNGMGh3ZVZwc1g=","content_type":"application/octet-stream","name":"kubeconfig"}' - headers: - Content-Length: - - "1738" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:22:04 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge01) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 41213f1a-1e53-46da-b43b-0fb679570e73 - status: 200 OK - code: 200 - duration: 92.056292ms - - id: 13 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/67369b9c-9815-48d9-9ed2-d9764b23cf46 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1622 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://67369b9c-9815-48d9-9ed2-d9764b23cf46.api.k8s.fr-par.scw.cloud:6443","cni":"calico","commitment_ends_at":"2025-09-30T09:21:58.812250Z","created_at":"2025-09-30T09:21:58.812241Z","description":"","dns_wildcard":"*.67369b9c-9815-48d9-9ed2-d9764b23cf46.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"baaab655-8165-4388-8769-89dd54221759","id":"67369b9c-9815-48d9-9ed2-d9764b23cf46","name":"test-pool-placement-group","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":"2391a821-5410-457d-847e-a5d92c71c894","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"","service_dns_ip":"","status":"pool_required","tags":["terraform-test","scaleway_k8s_cluster","placement_group"],"type":"kapsule","updated_at":"2025-09-30T09:21:59.287445Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1622" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:22:04 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge01) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 868d78ca-02cd-4b6e-bd1e-21f1818e2ab0 - status: 200 OK - code: 200 - duration: 91.554834ms - - id: 14 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 341 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: '{"name":"test-pool-placement-group","node_type":"pro2_xxs","placement_group_id":"54ef3b8e-a871-44d7-8adc-d04802063c41","autoscaling":false,"size":1,"min_size":1,"max_size":1,"container_runtime":"containerd","autohealing":false,"tags":[],"kubelet_args":{},"zone":"fr-par-1","root_volume_type":"default_volume_type","public_ip_disabled":false}' - form: {} - headers: - Content-Type: - - application/json - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/67369b9c-9815-48d9-9ed2-d9764b23cf46/pools - method: POST - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 760 - uncompressed: false - body: '{"autohealing":false,"autoscaling":false,"cluster_id":"67369b9c-9815-48d9-9ed2-d9764b23cf46","container_runtime":"containerd","created_at":"2025-09-30T09:22:04.479226Z","id":"8683876a-54e1-4e3d-a857-b0cb55312d87","kubelet_args":{},"max_size":1,"min_size":1,"name":"test-pool-placement-group","new_images_enabled":true,"node_type":"pro2_xxs","placement_group_id":"54ef3b8e-a871-44d7-8adc-d04802063c41","public_ip_disabled":false,"region":"fr-par","root_volume_size":20000000000,"root_volume_type":"sbs_5k","security_group_id":"d49109f7-0bad-4991-b0fb-853c658463d2","size":1,"status":"scaling","tags":[],"updated_at":"2025-09-30T09:22:04.479226Z","upgrade_policy":{"max_surge":0,"max_unavailable":1},"version":"1.34.1","zone":"fr-par-1"}' - headers: - Content-Length: - - "760" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:22:04 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge01) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 7c040546-ee5c-40b6-938a-e1c98f4bca6a - status: 200 OK - code: 200 - duration: 250.652417ms - - id: 15 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/8683876a-54e1-4e3d-a857-b0cb55312d87 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 760 - uncompressed: false - body: '{"autohealing":false,"autoscaling":false,"cluster_id":"67369b9c-9815-48d9-9ed2-d9764b23cf46","container_runtime":"containerd","created_at":"2025-09-30T09:22:04.479226Z","id":"8683876a-54e1-4e3d-a857-b0cb55312d87","kubelet_args":{},"max_size":1,"min_size":1,"name":"test-pool-placement-group","new_images_enabled":true,"node_type":"pro2_xxs","placement_group_id":"54ef3b8e-a871-44d7-8adc-d04802063c41","public_ip_disabled":false,"region":"fr-par","root_volume_size":20000000000,"root_volume_type":"sbs_5k","security_group_id":"d49109f7-0bad-4991-b0fb-853c658463d2","size":1,"status":"scaling","tags":[],"updated_at":"2025-09-30T09:22:04.479226Z","upgrade_policy":{"max_surge":0,"max_unavailable":1},"version":"1.34.1","zone":"fr-par-1"}' - headers: - Content-Length: - - "760" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:22:04 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge01) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 47ae3c19-c125-4353-8385-98130c6a0708 - status: 200 OK - code: 200 - duration: 90.188125ms - - id: 16 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/8683876a-54e1-4e3d-a857-b0cb55312d87 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 758 - uncompressed: false - body: '{"autohealing":false,"autoscaling":false,"cluster_id":"67369b9c-9815-48d9-9ed2-d9764b23cf46","container_runtime":"containerd","created_at":"2025-09-30T09:22:04.479226Z","id":"8683876a-54e1-4e3d-a857-b0cb55312d87","kubelet_args":{},"max_size":1,"min_size":1,"name":"test-pool-placement-group","new_images_enabled":true,"node_type":"pro2_xxs","placement_group_id":"54ef3b8e-a871-44d7-8adc-d04802063c41","public_ip_disabled":false,"region":"fr-par","root_volume_size":20000000000,"root_volume_type":"sbs_5k","security_group_id":"d49109f7-0bad-4991-b0fb-853c658463d2","size":1,"status":"ready","tags":[],"updated_at":"2025-09-30T09:30:52.267208Z","upgrade_policy":{"max_surge":0,"max_unavailable":1},"version":"1.34.1","zone":"fr-par-1"}' - headers: - Content-Length: - - "758" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:30:55 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge01) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 7b808e02-fb2c-4abc-bf91-5ad4a33b2102 - status: 200 OK - code: 200 - duration: 89.620291ms - - id: 17 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/67369b9c-9815-48d9-9ed2-d9764b23cf46 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1614 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://67369b9c-9815-48d9-9ed2-d9764b23cf46.api.k8s.fr-par.scw.cloud:6443","cni":"calico","commitment_ends_at":"2025-09-30T09:21:58.812250Z","created_at":"2025-09-30T09:21:58.812241Z","description":"","dns_wildcard":"*.67369b9c-9815-48d9-9ed2-d9764b23cf46.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"baaab655-8165-4388-8769-89dd54221759","id":"67369b9c-9815-48d9-9ed2-d9764b23cf46","name":"test-pool-placement-group","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":"2391a821-5410-457d-847e-a5d92c71c894","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"","service_dns_ip":"","status":"ready","tags":["terraform-test","scaleway_k8s_cluster","placement_group"],"type":"kapsule","updated_at":"2025-09-30T09:30:07.236652Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1614" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:30:55 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge01) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - cbf27377-4e2d-481d-85cd-6a7c0f49a644 - status: 200 OK - code: 200 - duration: 80.932542ms - - id: 18 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/8683876a-54e1-4e3d-a857-b0cb55312d87 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 758 - uncompressed: false - body: '{"autohealing":false,"autoscaling":false,"cluster_id":"67369b9c-9815-48d9-9ed2-d9764b23cf46","container_runtime":"containerd","created_at":"2025-09-30T09:22:04.479226Z","id":"8683876a-54e1-4e3d-a857-b0cb55312d87","kubelet_args":{},"max_size":1,"min_size":1,"name":"test-pool-placement-group","new_images_enabled":true,"node_type":"pro2_xxs","placement_group_id":"54ef3b8e-a871-44d7-8adc-d04802063c41","public_ip_disabled":false,"region":"fr-par","root_volume_size":20000000000,"root_volume_type":"sbs_5k","security_group_id":"d49109f7-0bad-4991-b0fb-853c658463d2","size":1,"status":"ready","tags":[],"updated_at":"2025-09-30T09:30:52.267208Z","upgrade_policy":{"max_surge":0,"max_unavailable":1},"version":"1.34.1","zone":"fr-par-1"}' - headers: - Content-Length: - - "758" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:30:55 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge01) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 5a08c004-56b6-4e16-8959-d655e38033ab - status: 200 OK - code: 200 - duration: 80.475792ms - - id: 19 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/67369b9c-9815-48d9-9ed2-d9764b23cf46/nodes?order_by=created_at_asc&page=1&pool_id=8683876a-54e1-4e3d-a857-b0cb55312d87&status=unknown - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 619 - uncompressed: false - body: '{"nodes":[{"cluster_id":"67369b9c-9815-48d9-9ed2-d9764b23cf46","conditions":{"DiskPressure":"False","MemoryPressure":"False","PIDPressure":"False","Ready":"True"},"created_at":"2025-09-30T09:29:38.044441Z","error_message":"","id":"b608bd38-f0d3-4ce8-9b3e-85713d23ee8f","name":"scw-test-pool-placeme-test-pool-placeme-b608bd","pool_id":"8683876a-54e1-4e3d-a857-b0cb55312d87","provider_id":"scaleway://instance/fr-par-1/6c36a9f4-c143-4865-86f1-fd3baf75e4dd","public_ip_v4":"51.15.230.164","public_ip_v6":null,"region":"fr-par","status":"ready","updated_at":"2025-09-30T09:30:52.252775Z"}],"total_count":1}' - headers: - Content-Length: - - "619" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:30:55 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge01) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 585e21d1-38e3-4377-844f-4bee5bf05a1c - status: 200 OK - code: 200 - duration: 94.428709ms - - id: 20 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/67369b9c-9815-48d9-9ed2-d9764b23cf46 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1614 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://67369b9c-9815-48d9-9ed2-d9764b23cf46.api.k8s.fr-par.scw.cloud:6443","cni":"calico","commitment_ends_at":"2025-09-30T09:21:58.812250Z","created_at":"2025-09-30T09:21:58.812241Z","description":"","dns_wildcard":"*.67369b9c-9815-48d9-9ed2-d9764b23cf46.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"baaab655-8165-4388-8769-89dd54221759","id":"67369b9c-9815-48d9-9ed2-d9764b23cf46","name":"test-pool-placement-group","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":"2391a821-5410-457d-847e-a5d92c71c894","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"","service_dns_ip":"","status":"ready","tags":["terraform-test","scaleway_k8s_cluster","placement_group"],"type":"kapsule","updated_at":"2025-09-30T09:30:07.236652Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1614" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:30:55 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge01) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 9fabeca8-d027-4ff1-8452-094cf4e624e8 - status: 200 OK - code: 200 - duration: 95.609959ms - - id: 21 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/ipam/v1/regions/fr-par/ips?order_by=created_at_desc&project_id=105bdce1-64c0-48ab-899d-868455867ecf&resource_name=scw-test-pool-placeme-test-pool-placeme-b608bd&resource_type=unknown_type - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1123 - uncompressed: false - body: '{"ips":[{"address":"fd5f:519c:6d46:766e:68dd:a7f2:aad0:390a/64","created_at":"2025-09-30T09:29:41.462591Z","id":"17edf6d7-ea29-40ce-9c21-7257e78d63b4","is_ipv6":true,"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","resource":{"id":"e21c7bbd-d5bf-42a9-89c7-6cf879c9e2e5","mac_address":"02:00:00:1A:F5:05","name":"scw-test-pool-placeme-test-pool-placeme-b608bd","type":"instance_private_nic"},"reverses":[],"source":{"subnet_id":"77d0c0a8-ccce-46f6-aae7-a10db5e5ccbb"},"tags":[],"updated_at":"2025-09-30T09:29:41.462591Z","zone":null},{"address":"172.17.184.3/22","created_at":"2025-09-30T09:29:41.339965Z","id":"d18796ce-eb8e-4069-803f-9f45ce75bf73","is_ipv6":false,"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","resource":{"id":"e21c7bbd-d5bf-42a9-89c7-6cf879c9e2e5","mac_address":"02:00:00:1A:F5:05","name":"scw-test-pool-placeme-test-pool-placeme-b608bd","type":"instance_private_nic"},"reverses":[],"source":{"subnet_id":"bfb35653-ff09-40e0-a2ff-dc3d3092cdd8"},"tags":[],"updated_at":"2025-09-30T09:29:41.339965Z","zone":null}],"total_count":2}' - headers: - Content-Length: - - "1123" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:30:55 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge01) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 83764bd1-a104-4e2b-936e-f25b7a69da37 - status: 200 OK - code: 200 - duration: 52.133584ms - - id: 22 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/67369b9c-9815-48d9-9ed2-d9764b23cf46 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1614 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://67369b9c-9815-48d9-9ed2-d9764b23cf46.api.k8s.fr-par.scw.cloud:6443","cni":"calico","commitment_ends_at":"2025-09-30T09:21:58.812250Z","created_at":"2025-09-30T09:21:58.812241Z","description":"","dns_wildcard":"*.67369b9c-9815-48d9-9ed2-d9764b23cf46.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"baaab655-8165-4388-8769-89dd54221759","id":"67369b9c-9815-48d9-9ed2-d9764b23cf46","name":"test-pool-placement-group","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":"2391a821-5410-457d-847e-a5d92c71c894","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"","service_dns_ip":"","status":"ready","tags":["terraform-test","scaleway_k8s_cluster","placement_group"],"type":"kapsule","updated_at":"2025-09-30T09:30:07.236652Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1614" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:30:55 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge01) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 97dcff00-b45b-4f58-9792-cf42c2bd487e - status: 200 OK - code: 200 - duration: 79.12175ms - - id: 23 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/8683876a-54e1-4e3d-a857-b0cb55312d87 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 758 - uncompressed: false - body: '{"autohealing":false,"autoscaling":false,"cluster_id":"67369b9c-9815-48d9-9ed2-d9764b23cf46","container_runtime":"containerd","created_at":"2025-09-30T09:22:04.479226Z","id":"8683876a-54e1-4e3d-a857-b0cb55312d87","kubelet_args":{},"max_size":1,"min_size":1,"name":"test-pool-placement-group","new_images_enabled":true,"node_type":"pro2_xxs","placement_group_id":"54ef3b8e-a871-44d7-8adc-d04802063c41","public_ip_disabled":false,"region":"fr-par","root_volume_size":20000000000,"root_volume_type":"sbs_5k","security_group_id":"d49109f7-0bad-4991-b0fb-853c658463d2","size":1,"status":"ready","tags":[],"updated_at":"2025-09-30T09:30:52.267208Z","upgrade_policy":{"max_surge":0,"max_unavailable":1},"version":"1.34.1","zone":"fr-par-1"}' - headers: - Content-Length: - - "758" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:30:55 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge01) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 7804b555-085e-41b1-b953-0b768771dbc6 - status: 200 OK - code: 200 - duration: 83.72075ms - - id: 24 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/fr-par/vpcs/f34798fe-4541-4e5f-b82c-60fd319b098b - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 437 - uncompressed: false - body: '{"created_at":"2025-09-30T09:21:57.713160Z","custom_routes_propagation_enabled":true,"id":"f34798fe-4541-4e5f-b82c-60fd319b098b","is_default":false,"name":"testAccCheckK8SPoolConfigPlacementGroup","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","private_network_count":1,"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","routing_enabled":true,"tags":[],"updated_at":"2025-09-30T09:21:57.713160Z"}' - headers: - Content-Length: - - "437" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:30:56 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge01) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - b0b3c71b-b6e1-4c55-9cf2-9aae6d4a6d47 - status: 200 OK - code: 200 - duration: 33.366209ms - - id: 25 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks/2391a821-5410-457d-847e-a5d92c71c894 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1096 - uncompressed: false - body: '{"created_at":"2025-09-30T09:21:57.848121Z","default_route_propagation_enabled":false,"dhcp_enabled":true,"id":"2391a821-5410-457d-847e-a5d92c71c894","name":"test-pool-placement-group","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","subnets":[{"created_at":"2025-09-30T09:21:57.848121Z","id":"bfb35653-ff09-40e0-a2ff-dc3d3092cdd8","private_network_id":"2391a821-5410-457d-847e-a5d92c71c894","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","subnet":"172.17.184.0/22","updated_at":"2025-09-30T09:21:57.848121Z","vpc_id":"f34798fe-4541-4e5f-b82c-60fd319b098b"},{"created_at":"2025-09-30T09:21:57.848121Z","id":"77d0c0a8-ccce-46f6-aae7-a10db5e5ccbb","private_network_id":"2391a821-5410-457d-847e-a5d92c71c894","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","subnet":"fd5f:519c:6d46:766e::/64","updated_at":"2025-09-30T09:21:57.848121Z","vpc_id":"f34798fe-4541-4e5f-b82c-60fd319b098b"}],"tags":[],"updated_at":"2025-09-30T09:21:57.848121Z","vpc_id":"f34798fe-4541-4e5f-b82c-60fd319b098b"}' - headers: - Content-Length: - - "1096" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:30:56 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge01) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 9adcbd2c-0498-423a-9e6f-89db681f453f - status: 200 OK - code: 200 - duration: 24.577125ms - - id: 26 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/placement_groups/54ef3b8e-a871-44d7-8adc-d04802063c41 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 331 - uncompressed: false - body: '{"placement_group":{"id":"54ef3b8e-a871-44d7-8adc-d04802063c41","name":"test-pool-placement-group","organization":"105bdce1-64c0-48ab-899d-868455867ecf","policy_mode":"optional","policy_respected":true,"policy_type":"max_availability","project":"105bdce1-64c0-48ab-899d-868455867ecf","tags":[],"zone":"fr-par-1"}}' - headers: - Content-Length: - - "331" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:30:56 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge01) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 61fcec15-1c0a-48db-b8d7-2cf3ea11db0b - status: 200 OK - code: 200 - duration: 139.757541ms - - id: 27 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/67369b9c-9815-48d9-9ed2-d9764b23cf46 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1614 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://67369b9c-9815-48d9-9ed2-d9764b23cf46.api.k8s.fr-par.scw.cloud:6443","cni":"calico","commitment_ends_at":"2025-09-30T09:21:58.812250Z","created_at":"2025-09-30T09:21:58.812241Z","description":"","dns_wildcard":"*.67369b9c-9815-48d9-9ed2-d9764b23cf46.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"baaab655-8165-4388-8769-89dd54221759","id":"67369b9c-9815-48d9-9ed2-d9764b23cf46","name":"test-pool-placement-group","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":"2391a821-5410-457d-847e-a5d92c71c894","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"","service_dns_ip":"","status":"ready","tags":["terraform-test","scaleway_k8s_cluster","placement_group"],"type":"kapsule","updated_at":"2025-09-30T09:30:07.236652Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1614" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:30:56 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge01) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 0875a242-70d0-4b7b-b3c4-137af4e8e901 - status: 200 OK - code: 200 - duration: 88.988292ms - - id: 28 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/67369b9c-9815-48d9-9ed2-d9764b23cf46/kubeconfig - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1738 - uncompressed: false - body: '{"content":"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogInRlc3QtcG9vbC1wbGFjZW1lbnQtZ3JvdXAiCiAgY2x1c3RlcjoKICAgIGNlcnRpZmljYXRlLWF1dGhvcml0eS1kYXRhOiBMUzB0TFMxQ1JVZEpUaUJEUlZKVVNVWkpRMEZVUlMwdExTMHRDazFKU1VKWGFrTkRRVkZIWjBGM1NVSkJaMGxDUVVSQlMwSm5aM0ZvYTJwUFVGRlJSRUZxUVZaTlVrMTNSVkZaUkZaUlVVUkZkM0J5WkZkS2JHTnROV3dLWkVkV2VrMUNORmhFVkVreFRVUnJlVTlVUVRWTmFrVXhUMFp2V0VSVVRURk5SR3Q1VDFSQk5VMXFSVEZQUm05M1JsUkZWRTFDUlVkQk1WVkZRWGhOU3dwaE0xWnBXbGhLZFZwWVVteGpla0phVFVKTlIwSjVjVWRUVFRRNVFXZEZSME5EY1VkVFRUUTVRWGRGU0VFd1NVRkNTblZWUVRKUGVXTlFjRUZhVTNaTENsZ3ZUMjh3YTAxRmRVUmxORnBrZGxaSFFXTmlRWEl5UTB0bUsybFBNbVZzVmxWQ2JFMUJRamxZU1VGYWJHeHlVMnRGV1VKelZ6QnJPR0ZLVVZNNU9GQUtZMFZCU0hKRVMycFJha0pCVFVFMFIwRXhWV1JFZDBWQ0wzZFJSVUYzU1VOd1JFRlFRbWRPVmtoU1RVSkJaamhGUWxSQlJFRlJTQzlOUWpCSFFURlZaQXBFWjFGWFFrSlRaMmRqVlZwd2VGSjJUWGQ1VG5WcE1VUk9UM2x3TVZaelQweHFRVXRDWjJkeGFHdHFUMUJSVVVSQlowNUlRVVJDUlVGcFFXOTVaMUJLQ21SMmJWQjVVSG81TUVVNFNFOHJkMDlITDBrMmF6VjNORFI0VjNwdWNXaHBZVVo0VHpsQlNXZFJlR2d3TVU1NmNIZEhha3hVY2pBeWIyTnRNa1ZKY2swS05WSnhjVGRQZGtaM1FYUjNjVEl4YkV4SFdUMEtMUzB0TFMxRlRrUWdRMFZTVkVsR1NVTkJWRVV0TFMwdExRbz0KICAgIHNlcnZlcjogaHR0cHM6Ly82NzM2OWI5Yy05ODE1LTQ4ZDktOWVkMi1kOTc2NGIyM2NmNDYuYXBpLms4cy5mci1wYXIuc2N3LmNsb3VkOjY0NDMKY29udGV4dHM6Ci0gbmFtZTogYWRtaW5AdGVzdC1wb29sLXBsYWNlbWVudC1ncm91cAogIGNvbnRleHQ6CiAgICBjbHVzdGVyOiAidGVzdC1wb29sLXBsYWNlbWVudC1ncm91cCIKICAgIHVzZXI6IHRlc3QtcG9vbC1wbGFjZW1lbnQtZ3JvdXAtYWRtaW4KY3VycmVudC1jb250ZXh0OiBhZG1pbkB0ZXN0LXBvb2wtcGxhY2VtZW50LWdyb3VwCmtpbmQ6IENvbmZpZwpwcmVmZXJlbmNlczoge30KdXNlcnM6Ci0gbmFtZTogdGVzdC1wb29sLXBsYWNlbWVudC1ncm91cC1hZG1pbgogIHVzZXI6CiAgICB0b2tlbjogZkVuVHJYY3JtUlJQNU5DTGV5QjhUeTg4bEVWejhIaFowVm1hdzM2Z29FZlBWQnNGMGh3ZVZwc1g=","content_type":"application/octet-stream","name":"kubeconfig"}' - headers: - Content-Length: - - "1738" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:30:56 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge01) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - c0cbc969-6502-4efc-8f5f-c9ad3d58fcea - status: 200 OK - code: 200 - duration: 75.907791ms - - id: 29 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/8683876a-54e1-4e3d-a857-b0cb55312d87 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 758 - uncompressed: false - body: '{"autohealing":false,"autoscaling":false,"cluster_id":"67369b9c-9815-48d9-9ed2-d9764b23cf46","container_runtime":"containerd","created_at":"2025-09-30T09:22:04.479226Z","id":"8683876a-54e1-4e3d-a857-b0cb55312d87","kubelet_args":{},"max_size":1,"min_size":1,"name":"test-pool-placement-group","new_images_enabled":true,"node_type":"pro2_xxs","placement_group_id":"54ef3b8e-a871-44d7-8adc-d04802063c41","public_ip_disabled":false,"region":"fr-par","root_volume_size":20000000000,"root_volume_type":"sbs_5k","security_group_id":"d49109f7-0bad-4991-b0fb-853c658463d2","size":1,"status":"ready","tags":[],"updated_at":"2025-09-30T09:30:52.267208Z","upgrade_policy":{"max_surge":0,"max_unavailable":1},"version":"1.34.1","zone":"fr-par-1"}' - headers: - Content-Length: - - "758" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:30:56 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge01) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 2d1ee300-b1e3-43ae-bdb0-227250c18727 - status: 200 OK - code: 200 - duration: 80.898125ms - - id: 30 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/67369b9c-9815-48d9-9ed2-d9764b23cf46/nodes?order_by=created_at_asc&page=1&pool_id=8683876a-54e1-4e3d-a857-b0cb55312d87&status=unknown - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 619 - uncompressed: false - body: '{"nodes":[{"cluster_id":"67369b9c-9815-48d9-9ed2-d9764b23cf46","conditions":{"DiskPressure":"False","MemoryPressure":"False","PIDPressure":"False","Ready":"True"},"created_at":"2025-09-30T09:29:38.044441Z","error_message":"","id":"b608bd38-f0d3-4ce8-9b3e-85713d23ee8f","name":"scw-test-pool-placeme-test-pool-placeme-b608bd","pool_id":"8683876a-54e1-4e3d-a857-b0cb55312d87","provider_id":"scaleway://instance/fr-par-1/6c36a9f4-c143-4865-86f1-fd3baf75e4dd","public_ip_v4":"51.15.230.164","public_ip_v6":null,"region":"fr-par","status":"ready","updated_at":"2025-09-30T09:30:52.252775Z"}],"total_count":1}' - headers: - Content-Length: - - "619" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:30:56 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge01) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 4ba6bac8-8f50-4a6f-aff9-9fee451e9e00 - status: 200 OK - code: 200 - duration: 91.694917ms - - id: 31 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/67369b9c-9815-48d9-9ed2-d9764b23cf46 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1614 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://67369b9c-9815-48d9-9ed2-d9764b23cf46.api.k8s.fr-par.scw.cloud:6443","cni":"calico","commitment_ends_at":"2025-09-30T09:21:58.812250Z","created_at":"2025-09-30T09:21:58.812241Z","description":"","dns_wildcard":"*.67369b9c-9815-48d9-9ed2-d9764b23cf46.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"baaab655-8165-4388-8769-89dd54221759","id":"67369b9c-9815-48d9-9ed2-d9764b23cf46","name":"test-pool-placement-group","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":"2391a821-5410-457d-847e-a5d92c71c894","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"","service_dns_ip":"","status":"ready","tags":["terraform-test","scaleway_k8s_cluster","placement_group"],"type":"kapsule","updated_at":"2025-09-30T09:30:07.236652Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1614" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:30:56 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge01) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 2890c0d7-8df3-4db9-83a2-7aea17781ad2 - status: 200 OK - code: 200 - duration: 104.427375ms - - id: 32 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/ipam/v1/regions/fr-par/ips?order_by=created_at_desc&project_id=105bdce1-64c0-48ab-899d-868455867ecf&resource_name=scw-test-pool-placeme-test-pool-placeme-b608bd&resource_type=unknown_type - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1123 - uncompressed: false - body: '{"ips":[{"address":"fd5f:519c:6d46:766e:68dd:a7f2:aad0:390a/64","created_at":"2025-09-30T09:29:41.462591Z","id":"17edf6d7-ea29-40ce-9c21-7257e78d63b4","is_ipv6":true,"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","resource":{"id":"e21c7bbd-d5bf-42a9-89c7-6cf879c9e2e5","mac_address":"02:00:00:1A:F5:05","name":"scw-test-pool-placeme-test-pool-placeme-b608bd","type":"instance_private_nic"},"reverses":[],"source":{"subnet_id":"77d0c0a8-ccce-46f6-aae7-a10db5e5ccbb"},"tags":[],"updated_at":"2025-09-30T09:29:41.462591Z","zone":null},{"address":"172.17.184.3/22","created_at":"2025-09-30T09:29:41.339965Z","id":"d18796ce-eb8e-4069-803f-9f45ce75bf73","is_ipv6":false,"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","resource":{"id":"e21c7bbd-d5bf-42a9-89c7-6cf879c9e2e5","mac_address":"02:00:00:1A:F5:05","name":"scw-test-pool-placeme-test-pool-placeme-b608bd","type":"instance_private_nic"},"reverses":[],"source":{"subnet_id":"bfb35653-ff09-40e0-a2ff-dc3d3092cdd8"},"tags":[],"updated_at":"2025-09-30T09:29:41.339965Z","zone":null}],"total_count":2}' - headers: - Content-Length: - - "1123" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:30:56 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge01) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 8cc3f018-9be6-4647-bcb7-cadc14dda842 - status: 200 OK - code: 200 - duration: 49.781292ms - - id: 33 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/fr-par/vpcs/f34798fe-4541-4e5f-b82c-60fd319b098b - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 437 - uncompressed: false - body: '{"created_at":"2025-09-30T09:21:57.713160Z","custom_routes_propagation_enabled":true,"id":"f34798fe-4541-4e5f-b82c-60fd319b098b","is_default":false,"name":"testAccCheckK8SPoolConfigPlacementGroup","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","private_network_count":1,"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","routing_enabled":true,"tags":[],"updated_at":"2025-09-30T09:21:57.713160Z"}' - headers: - Content-Length: - - "437" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:30:56 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge01) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - e590a21a-3752-4efa-843a-17739c6592c9 - status: 200 OK - code: 200 - duration: 32.00575ms - - id: 34 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks/2391a821-5410-457d-847e-a5d92c71c894 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1096 - uncompressed: false - body: '{"created_at":"2025-09-30T09:21:57.848121Z","default_route_propagation_enabled":false,"dhcp_enabled":true,"id":"2391a821-5410-457d-847e-a5d92c71c894","name":"test-pool-placement-group","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","subnets":[{"created_at":"2025-09-30T09:21:57.848121Z","id":"bfb35653-ff09-40e0-a2ff-dc3d3092cdd8","private_network_id":"2391a821-5410-457d-847e-a5d92c71c894","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","subnet":"172.17.184.0/22","updated_at":"2025-09-30T09:21:57.848121Z","vpc_id":"f34798fe-4541-4e5f-b82c-60fd319b098b"},{"created_at":"2025-09-30T09:21:57.848121Z","id":"77d0c0a8-ccce-46f6-aae7-a10db5e5ccbb","private_network_id":"2391a821-5410-457d-847e-a5d92c71c894","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","subnet":"fd5f:519c:6d46:766e::/64","updated_at":"2025-09-30T09:21:57.848121Z","vpc_id":"f34798fe-4541-4e5f-b82c-60fd319b098b"}],"tags":[],"updated_at":"2025-09-30T09:21:57.848121Z","vpc_id":"f34798fe-4541-4e5f-b82c-60fd319b098b"}' - headers: - Content-Length: - - "1096" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:30:56 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge01) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 79052d9e-0bde-4ef5-9fb0-3d9f81cd5318 - status: 200 OK - code: 200 - duration: 29.357084ms - - id: 35 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/8683876a-54e1-4e3d-a857-b0cb55312d87 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 758 - uncompressed: false - body: '{"autohealing":false,"autoscaling":false,"cluster_id":"67369b9c-9815-48d9-9ed2-d9764b23cf46","container_runtime":"containerd","created_at":"2025-09-30T09:22:04.479226Z","id":"8683876a-54e1-4e3d-a857-b0cb55312d87","kubelet_args":{},"max_size":1,"min_size":1,"name":"test-pool-placement-group","new_images_enabled":true,"node_type":"pro2_xxs","placement_group_id":"54ef3b8e-a871-44d7-8adc-d04802063c41","public_ip_disabled":false,"region":"fr-par","root_volume_size":20000000000,"root_volume_type":"sbs_5k","security_group_id":"d49109f7-0bad-4991-b0fb-853c658463d2","size":1,"status":"ready","tags":[],"updated_at":"2025-09-30T09:30:52.267208Z","upgrade_policy":{"max_surge":0,"max_unavailable":1},"version":"1.34.1","zone":"fr-par-1"}' - headers: - Content-Length: - - "758" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:30:57 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge01) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - ccf65251-251e-4e68-b6c1-55d1c393deaa - status: 200 OK - code: 200 - duration: 89.797792ms - - id: 36 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/67369b9c-9815-48d9-9ed2-d9764b23cf46 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1614 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://67369b9c-9815-48d9-9ed2-d9764b23cf46.api.k8s.fr-par.scw.cloud:6443","cni":"calico","commitment_ends_at":"2025-09-30T09:21:58.812250Z","created_at":"2025-09-30T09:21:58.812241Z","description":"","dns_wildcard":"*.67369b9c-9815-48d9-9ed2-d9764b23cf46.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"baaab655-8165-4388-8769-89dd54221759","id":"67369b9c-9815-48d9-9ed2-d9764b23cf46","name":"test-pool-placement-group","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":"2391a821-5410-457d-847e-a5d92c71c894","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"","service_dns_ip":"","status":"ready","tags":["terraform-test","scaleway_k8s_cluster","placement_group"],"type":"kapsule","updated_at":"2025-09-30T09:30:07.236652Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1614" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:30:57 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge01) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 8841b3fd-b9bf-4705-bd50-9be770fe12c2 - status: 200 OK - code: 200 - duration: 92.844375ms - - id: 37 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/placement_groups/54ef3b8e-a871-44d7-8adc-d04802063c41 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 331 - uncompressed: false - body: '{"placement_group":{"id":"54ef3b8e-a871-44d7-8adc-d04802063c41","name":"test-pool-placement-group","organization":"105bdce1-64c0-48ab-899d-868455867ecf","policy_mode":"optional","policy_respected":true,"policy_type":"max_availability","project":"105bdce1-64c0-48ab-899d-868455867ecf","tags":[],"zone":"fr-par-1"}}' - headers: - Content-Length: - - "331" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:30:57 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge01) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - a9f9ef88-5312-497a-ae93-54860feb605e - status: 200 OK - code: 200 - duration: 103.01ms - - id: 38 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/67369b9c-9815-48d9-9ed2-d9764b23cf46/kubeconfig - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1738 - uncompressed: false - body: '{"content":"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogInRlc3QtcG9vbC1wbGFjZW1lbnQtZ3JvdXAiCiAgY2x1c3RlcjoKICAgIGNlcnRpZmljYXRlLWF1dGhvcml0eS1kYXRhOiBMUzB0TFMxQ1JVZEpUaUJEUlZKVVNVWkpRMEZVUlMwdExTMHRDazFKU1VKWGFrTkRRVkZIWjBGM1NVSkJaMGxDUVVSQlMwSm5aM0ZvYTJwUFVGRlJSRUZxUVZaTlVrMTNSVkZaUkZaUlVVUkZkM0J5WkZkS2JHTnROV3dLWkVkV2VrMUNORmhFVkVreFRVUnJlVTlVUVRWTmFrVXhUMFp2V0VSVVRURk5SR3Q1VDFSQk5VMXFSVEZQUm05M1JsUkZWRTFDUlVkQk1WVkZRWGhOU3dwaE0xWnBXbGhLZFZwWVVteGpla0phVFVKTlIwSjVjVWRUVFRRNVFXZEZSME5EY1VkVFRUUTVRWGRGU0VFd1NVRkNTblZWUVRKUGVXTlFjRUZhVTNaTENsZ3ZUMjh3YTAxRmRVUmxORnBrZGxaSFFXTmlRWEl5UTB0bUsybFBNbVZzVmxWQ2JFMUJRamxZU1VGYWJHeHlVMnRGV1VKelZ6QnJPR0ZLVVZNNU9GQUtZMFZCU0hKRVMycFJha0pCVFVFMFIwRXhWV1JFZDBWQ0wzZFJSVUYzU1VOd1JFRlFRbWRPVmtoU1RVSkJaamhGUWxSQlJFRlJTQzlOUWpCSFFURlZaQXBFWjFGWFFrSlRaMmRqVlZwd2VGSjJUWGQ1VG5WcE1VUk9UM2x3TVZaelQweHFRVXRDWjJkeGFHdHFUMUJSVVVSQlowNUlRVVJDUlVGcFFXOTVaMUJLQ21SMmJWQjVVSG81TUVVNFNFOHJkMDlITDBrMmF6VjNORFI0VjNwdWNXaHBZVVo0VHpsQlNXZFJlR2d3TVU1NmNIZEhha3hVY2pBeWIyTnRNa1ZKY2swS05WSnhjVGRQZGtaM1FYUjNjVEl4YkV4SFdUMEtMUzB0TFMxRlRrUWdRMFZTVkVsR1NVTkJWRVV0TFMwdExRbz0KICAgIHNlcnZlcjogaHR0cHM6Ly82NzM2OWI5Yy05ODE1LTQ4ZDktOWVkMi1kOTc2NGIyM2NmNDYuYXBpLms4cy5mci1wYXIuc2N3LmNsb3VkOjY0NDMKY29udGV4dHM6Ci0gbmFtZTogYWRtaW5AdGVzdC1wb29sLXBsYWNlbWVudC1ncm91cAogIGNvbnRleHQ6CiAgICBjbHVzdGVyOiAidGVzdC1wb29sLXBsYWNlbWVudC1ncm91cCIKICAgIHVzZXI6IHRlc3QtcG9vbC1wbGFjZW1lbnQtZ3JvdXAtYWRtaW4KY3VycmVudC1jb250ZXh0OiBhZG1pbkB0ZXN0LXBvb2wtcGxhY2VtZW50LWdyb3VwCmtpbmQ6IENvbmZpZwpwcmVmZXJlbmNlczoge30KdXNlcnM6Ci0gbmFtZTogdGVzdC1wb29sLXBsYWNlbWVudC1ncm91cC1hZG1pbgogIHVzZXI6CiAgICB0b2tlbjogZkVuVHJYY3JtUlJQNU5DTGV5QjhUeTg4bEVWejhIaFowVm1hdzM2Z29FZlBWQnNGMGh3ZVZwc1g=","content_type":"application/octet-stream","name":"kubeconfig"}' - headers: - Content-Length: - - "1738" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:30:57 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge01) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 81d2176d-147b-406a-bef0-fe17a8a5f380 - status: 200 OK - code: 200 - duration: 83.084541ms - - id: 39 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/67369b9c-9815-48d9-9ed2-d9764b23cf46/nodes?order_by=created_at_asc&page=1&pool_id=8683876a-54e1-4e3d-a857-b0cb55312d87&status=unknown - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 619 - uncompressed: false - body: '{"nodes":[{"cluster_id":"67369b9c-9815-48d9-9ed2-d9764b23cf46","conditions":{"DiskPressure":"False","MemoryPressure":"False","PIDPressure":"False","Ready":"True"},"created_at":"2025-09-30T09:29:38.044441Z","error_message":"","id":"b608bd38-f0d3-4ce8-9b3e-85713d23ee8f","name":"scw-test-pool-placeme-test-pool-placeme-b608bd","pool_id":"8683876a-54e1-4e3d-a857-b0cb55312d87","provider_id":"scaleway://instance/fr-par-1/6c36a9f4-c143-4865-86f1-fd3baf75e4dd","public_ip_v4":"51.15.230.164","public_ip_v6":null,"region":"fr-par","status":"ready","updated_at":"2025-09-30T09:30:52.252775Z"}],"total_count":1}' - headers: - Content-Length: - - "619" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:30:57 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge01) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - c12256c6-1223-4260-9938-65664034f9b9 - status: 200 OK - code: 200 - duration: 98.1775ms - - id: 40 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/67369b9c-9815-48d9-9ed2-d9764b23cf46 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1614 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://67369b9c-9815-48d9-9ed2-d9764b23cf46.api.k8s.fr-par.scw.cloud:6443","cni":"calico","commitment_ends_at":"2025-09-30T09:21:58.812250Z","created_at":"2025-09-30T09:21:58.812241Z","description":"","dns_wildcard":"*.67369b9c-9815-48d9-9ed2-d9764b23cf46.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"baaab655-8165-4388-8769-89dd54221759","id":"67369b9c-9815-48d9-9ed2-d9764b23cf46","name":"test-pool-placement-group","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":"2391a821-5410-457d-847e-a5d92c71c894","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"","service_dns_ip":"","status":"ready","tags":["terraform-test","scaleway_k8s_cluster","placement_group"],"type":"kapsule","updated_at":"2025-09-30T09:30:07.236652Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1614" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:30:57 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge01) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 140454b3-37d3-4eac-812a-2cb2d8638440 - status: 200 OK - code: 200 - duration: 77.430291ms - - id: 41 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/ipam/v1/regions/fr-par/ips?order_by=created_at_desc&project_id=105bdce1-64c0-48ab-899d-868455867ecf&resource_name=scw-test-pool-placeme-test-pool-placeme-b608bd&resource_type=unknown_type - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1123 - uncompressed: false - body: '{"ips":[{"address":"fd5f:519c:6d46:766e:68dd:a7f2:aad0:390a/64","created_at":"2025-09-30T09:29:41.462591Z","id":"17edf6d7-ea29-40ce-9c21-7257e78d63b4","is_ipv6":true,"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","resource":{"id":"e21c7bbd-d5bf-42a9-89c7-6cf879c9e2e5","mac_address":"02:00:00:1A:F5:05","name":"scw-test-pool-placeme-test-pool-placeme-b608bd","type":"instance_private_nic"},"reverses":[],"source":{"subnet_id":"77d0c0a8-ccce-46f6-aae7-a10db5e5ccbb"},"tags":[],"updated_at":"2025-09-30T09:29:41.462591Z","zone":null},{"address":"172.17.184.3/22","created_at":"2025-09-30T09:29:41.339965Z","id":"d18796ce-eb8e-4069-803f-9f45ce75bf73","is_ipv6":false,"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","resource":{"id":"e21c7bbd-d5bf-42a9-89c7-6cf879c9e2e5","mac_address":"02:00:00:1A:F5:05","name":"scw-test-pool-placeme-test-pool-placeme-b608bd","type":"instance_private_nic"},"reverses":[],"source":{"subnet_id":"bfb35653-ff09-40e0-a2ff-dc3d3092cdd8"},"tags":[],"updated_at":"2025-09-30T09:29:41.339965Z","zone":null}],"total_count":2}' - headers: - Content-Length: - - "1123" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:30:57 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge01) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 86ad5e04-20ca-4fcc-bb82-f83735c76425 - status: 200 OK - code: 200 - duration: 37.896875ms - - id: 42 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/8683876a-54e1-4e3d-a857-b0cb55312d87 - method: DELETE - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 761 - uncompressed: false - body: '{"autohealing":false,"autoscaling":false,"cluster_id":"67369b9c-9815-48d9-9ed2-d9764b23cf46","container_runtime":"containerd","created_at":"2025-09-30T09:22:04.479226Z","id":"8683876a-54e1-4e3d-a857-b0cb55312d87","kubelet_args":{},"max_size":1,"min_size":1,"name":"test-pool-placement-group","new_images_enabled":true,"node_type":"pro2_xxs","placement_group_id":"54ef3b8e-a871-44d7-8adc-d04802063c41","public_ip_disabled":false,"region":"fr-par","root_volume_size":20000000000,"root_volume_type":"sbs_5k","security_group_id":"d49109f7-0bad-4991-b0fb-853c658463d2","size":1,"status":"deleting","tags":[],"updated_at":"2025-09-30T09:30:57.511438Z","upgrade_policy":{"max_surge":0,"max_unavailable":1},"version":"1.34.1","zone":"fr-par-1"}' - headers: - Content-Length: - - "761" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:30:57 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge01) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - cc0e89c2-9193-4ecb-921a-18a58c6234e7 - status: 200 OK - code: 200 - duration: 110.258625ms - - id: 43 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/8683876a-54e1-4e3d-a857-b0cb55312d87 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 761 - uncompressed: false - body: '{"autohealing":false,"autoscaling":false,"cluster_id":"67369b9c-9815-48d9-9ed2-d9764b23cf46","container_runtime":"containerd","created_at":"2025-09-30T09:22:04.479226Z","id":"8683876a-54e1-4e3d-a857-b0cb55312d87","kubelet_args":{},"max_size":1,"min_size":1,"name":"test-pool-placement-group","new_images_enabled":true,"node_type":"pro2_xxs","placement_group_id":"54ef3b8e-a871-44d7-8adc-d04802063c41","public_ip_disabled":false,"region":"fr-par","root_volume_size":20000000000,"root_volume_type":"sbs_5k","security_group_id":"d49109f7-0bad-4991-b0fb-853c658463d2","size":1,"status":"deleting","tags":[],"updated_at":"2025-09-30T09:30:57.511438Z","upgrade_policy":{"max_surge":0,"max_unavailable":1},"version":"1.34.1","zone":"fr-par-1"}' - headers: - Content-Length: - - "761" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:30:57 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge01) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - e66bbe1c-c6b5-4b79-9d88-2db88639aac0 - status: 200 OK - code: 200 - duration: 87.090958ms - - id: 44 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/8683876a-54e1-4e3d-a857-b0cb55312d87 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 125 - uncompressed: false - body: '{"message":"resource is not found","resource":"pool","resource_id":"8683876a-54e1-4e3d-a857-b0cb55312d87","type":"not_found"}' - headers: - Content-Length: - - "125" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:35:23 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge01) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 0b7e0b0c-8a83-4fac-b803-a32921ad2680 - status: 404 Not Found - code: 404 - duration: 34.018875ms - - id: 45 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/67369b9c-9815-48d9-9ed2-d9764b23cf46?with_additional_resources=false - method: DELETE - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1653 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://67369b9c-9815-48d9-9ed2-d9764b23cf46.api.k8s.fr-par.scw.cloud:6443","cni":"calico","commitment_ends_at":"2025-09-30T09:21:58.812250Z","created_at":"2025-09-30T09:21:58.812241Z","description":"","dns_wildcard":"*.67369b9c-9815-48d9-9ed2-d9764b23cf46.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"baaab655-8165-4388-8769-89dd54221759","id":"67369b9c-9815-48d9-9ed2-d9764b23cf46","name":"test-pool-placement-group","new_images_enabled":false,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"100.64.0.0/15","private_network_id":"2391a821-5410-457d-847e-a5d92c71c894","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"10.32.0.0/20","service_dns_ip":"10.32.0.10","status":"deleting","tags":["terraform-test","scaleway_k8s_cluster","placement_group"],"type":"kapsule","updated_at":"2025-09-30T09:35:23.382943Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1653" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:35:23 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge01) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 40cd79e8-b941-4761-a52c-c1a26a72b7f9 - status: 200 OK - code: 200 - duration: 160.0675ms - - id: 46 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/placement_groups/54ef3b8e-a871-44d7-8adc-d04802063c41 - method: DELETE - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 0 - uncompressed: false - body: "" - headers: - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:35:23 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge01) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - eed2393d-1377-42ac-8e8e-2875d6936091 - status: 204 No Content - code: 204 - duration: 182.36775ms - - id: 47 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/67369b9c-9815-48d9-9ed2-d9764b23cf46 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1617 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://67369b9c-9815-48d9-9ed2-d9764b23cf46.api.k8s.fr-par.scw.cloud:6443","cni":"calico","commitment_ends_at":"2025-09-30T09:21:58.812250Z","created_at":"2025-09-30T09:21:58.812241Z","description":"","dns_wildcard":"*.67369b9c-9815-48d9-9ed2-d9764b23cf46.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"baaab655-8165-4388-8769-89dd54221759","id":"67369b9c-9815-48d9-9ed2-d9764b23cf46","name":"test-pool-placement-group","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":"2391a821-5410-457d-847e-a5d92c71c894","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"","service_dns_ip":"","status":"deleting","tags":["terraform-test","scaleway_k8s_cluster","placement_group"],"type":"kapsule","updated_at":"2025-09-30T09:35:23.382943Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1617" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:35:23 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge01) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 085d8d6f-479a-4628-85a0-ee7d3d448983 - status: 200 OK - code: 200 - duration: 96.047542ms - - id: 48 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 143 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: '{"name":"test-pool-placement-group","project":"105bdce1-64c0-48ab-899d-868455867ecf","policy_mode":"optional","policy_type":"max_availability"}' - form: {} - headers: - Content-Type: - - application/json - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/nl-ams-2/placement_groups - method: POST - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 331 - uncompressed: false - body: '{"placement_group":{"id":"b60e8acb-5cdd-4e0a-884e-19133968b38b","name":"test-pool-placement-group","organization":"105bdce1-64c0-48ab-899d-868455867ecf","policy_mode":"optional","policy_respected":true,"policy_type":"max_availability","project":"105bdce1-64c0-48ab-899d-868455867ecf","tags":[],"zone":"nl-ams-2"}}' - headers: - Content-Length: - - "331" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:35:23 GMT - Location: - - https://api.scaleway.com/instance/v1/zones/nl-ams-2/placement_groups/b60e8acb-5cdd-4e0a-884e-19133968b38b - Server: - - Scaleway API Gateway (fr-par-2;edge01) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 871922b6-eba7-403e-bc34-2fb789104eaa - status: 201 Created - code: 201 - duration: 256.490708ms - - id: 49 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/nl-ams-2/placement_groups/b60e8acb-5cdd-4e0a-884e-19133968b38b - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 331 - uncompressed: false - body: '{"placement_group":{"id":"b60e8acb-5cdd-4e0a-884e-19133968b38b","name":"test-pool-placement-group","organization":"105bdce1-64c0-48ab-899d-868455867ecf","policy_mode":"optional","policy_respected":true,"policy_type":"max_availability","project":"105bdce1-64c0-48ab-899d-868455867ecf","tags":[],"zone":"nl-ams-2"}}' - headers: - Content-Length: - - "331" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:35:23 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge01) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 8c228e2b-4ff2-4008-9601-8e09a4e4a191 - status: 200 OK - code: 200 - duration: 220.708667ms - - id: 50 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/67369b9c-9815-48d9-9ed2-d9764b23cf46 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1617 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://67369b9c-9815-48d9-9ed2-d9764b23cf46.api.k8s.fr-par.scw.cloud:6443","cni":"calico","commitment_ends_at":"2025-09-30T09:21:58.812250Z","created_at":"2025-09-30T09:21:58.812241Z","description":"","dns_wildcard":"*.67369b9c-9815-48d9-9ed2-d9764b23cf46.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"baaab655-8165-4388-8769-89dd54221759","id":"67369b9c-9815-48d9-9ed2-d9764b23cf46","name":"test-pool-placement-group","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":"2391a821-5410-457d-847e-a5d92c71c894","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"","service_dns_ip":"","status":"deleting","tags":["terraform-test","scaleway_k8s_cluster","placement_group"],"type":"kapsule","updated_at":"2025-09-30T09:35:23.382943Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1617" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:35:28 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge01) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 388ef306-3f23-4949-9394-a78a0eae61d5 - status: 200 OK - code: 200 - duration: 87.525125ms - - id: 51 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/67369b9c-9815-48d9-9ed2-d9764b23cf46 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 128 - uncompressed: false - body: '{"message":"resource is not found","resource":"cluster","resource_id":"67369b9c-9815-48d9-9ed2-d9764b23cf46","type":"not_found"}' - headers: - Content-Length: - - "128" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:35:38 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge01) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 037cfc46-0d90-4747-abcf-fcc05fbabc15 - status: 404 Not Found - code: 404 - duration: 23.432708ms - - id: 52 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks/2391a821-5410-457d-847e-a5d92c71c894 - method: DELETE - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 0 - uncompressed: false - body: "" - headers: - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:35:40 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge01) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 46e21fe1-9a9f-4e59-b020-b1e4a5e25acb - status: 204 No Content - code: 204 - duration: 1.299546875s - - id: 53 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/fr-par/vpcs/f34798fe-4541-4e5f-b82c-60fd319b098b - method: DELETE - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 0 - uncompressed: false - body: "" - headers: - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:35:40 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge01) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - fc9145b4-3dd3-479a-b327-bce275fcca2a - status: 204 No Content - code: 204 - duration: 113.083334ms - - id: 54 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 149 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: '{"name":"testAccCheckK8SPoolConfigPlacementGroupWithCustomZone","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","tags":[],"enable_routing":false}' - form: {} - headers: - Content-Type: - - application/json - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/nl-ams/vpcs - method: POST - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 451 - uncompressed: false - body: '{"created_at":"2025-09-30T09:35:40.356275Z","custom_routes_propagation_enabled":true,"id":"f3544c0d-108e-47de-a399-3b50b2e6de6a","is_default":false,"name":"testAccCheckK8SPoolConfigPlacementGroupWithCustomZone","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","private_network_count":0,"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"nl-ams","routing_enabled":true,"tags":[],"updated_at":"2025-09-30T09:35:40.356275Z"}' - headers: - Content-Length: - - "451" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:35:40 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge01) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 278985cc-30d6-48ff-a916-20a4827d2016 - status: 200 OK - code: 200 - duration: 197.26625ms - - id: 55 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/nl-ams/vpcs/f3544c0d-108e-47de-a399-3b50b2e6de6a - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 451 - uncompressed: false - body: '{"created_at":"2025-09-30T09:35:40.356275Z","custom_routes_propagation_enabled":true,"id":"f3544c0d-108e-47de-a399-3b50b2e6de6a","is_default":false,"name":"testAccCheckK8SPoolConfigPlacementGroupWithCustomZone","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","private_network_count":0,"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"nl-ams","routing_enabled":true,"tags":[],"updated_at":"2025-09-30T09:35:40.356275Z"}' - headers: - Content-Length: - - "451" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:35:40 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge01) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 31c6747c-d813-4772-b4a0-bd4e806ed8ec - status: 200 OK - code: 200 - duration: 124.903083ms - - id: 56 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 203 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: '{"name":"test-pool-placement-group","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","tags":[],"subnets":null,"vpc_id":"f3544c0d-108e-47de-a399-3b50b2e6de6a","default_route_propagation_enabled":false}' - form: {} - headers: - Content-Type: - - application/json - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/nl-ams/private-networks - method: POST - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1095 - uncompressed: false - body: '{"created_at":"2025-09-30T09:35:40.660814Z","default_route_propagation_enabled":false,"dhcp_enabled":true,"id":"142dc759-fe27-4158-a427-839af820dd01","name":"test-pool-placement-group","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"nl-ams","subnets":[{"created_at":"2025-09-30T09:35:40.660814Z","id":"b1d439f0-a522-46a2-922f-831b09370bc4","private_network_id":"142dc759-fe27-4158-a427-839af820dd01","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","subnet":"172.16.12.0/22","updated_at":"2025-09-30T09:35:40.660814Z","vpc_id":"f3544c0d-108e-47de-a399-3b50b2e6de6a"},{"created_at":"2025-09-30T09:35:40.660814Z","id":"db8b0266-0e28-4655-80a7-7e0ff2862bfc","private_network_id":"142dc759-fe27-4158-a427-839af820dd01","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","subnet":"fd5c:d510:d730:a270::/64","updated_at":"2025-09-30T09:35:40.660814Z","vpc_id":"f3544c0d-108e-47de-a399-3b50b2e6de6a"}],"tags":[],"updated_at":"2025-09-30T09:35:40.660814Z","vpc_id":"f3544c0d-108e-47de-a399-3b50b2e6de6a"}' - headers: - Content-Length: - - "1095" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:35:41 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge01) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - f0132827-2825-4cbd-9397-dd05fdc6aaa0 - status: 200 OK - code: 200 - duration: 714.218959ms - - id: 57 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/nl-ams/private-networks/142dc759-fe27-4158-a427-839af820dd01 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1095 - uncompressed: false - body: '{"created_at":"2025-09-30T09:35:40.660814Z","default_route_propagation_enabled":false,"dhcp_enabled":true,"id":"142dc759-fe27-4158-a427-839af820dd01","name":"test-pool-placement-group","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"nl-ams","subnets":[{"created_at":"2025-09-30T09:35:40.660814Z","id":"b1d439f0-a522-46a2-922f-831b09370bc4","private_network_id":"142dc759-fe27-4158-a427-839af820dd01","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","subnet":"172.16.12.0/22","updated_at":"2025-09-30T09:35:40.660814Z","vpc_id":"f3544c0d-108e-47de-a399-3b50b2e6de6a"},{"created_at":"2025-09-30T09:35:40.660814Z","id":"db8b0266-0e28-4655-80a7-7e0ff2862bfc","private_network_id":"142dc759-fe27-4158-a427-839af820dd01","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","subnet":"fd5c:d510:d730:a270::/64","updated_at":"2025-09-30T09:35:40.660814Z","vpc_id":"f3544c0d-108e-47de-a399-3b50b2e6de6a"}],"tags":[],"updated_at":"2025-09-30T09:35:40.660814Z","vpc_id":"f3544c0d-108e-47de-a399-3b50b2e6de6a"}' - headers: - Content-Length: - - "1095" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:35:41 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge01) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 083780cc-d0f6-4dd6-9b64-e962705fdfd5 - status: 200 OK - code: 200 - duration: 121.232833ms - - id: 58 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 716 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: '{"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","type":"","name":"test-pool-placement-group-2","description":"","tags":["terraform-test","scaleway_k8s_cluster","placement_group"],"version":"1.34.1","cni":"calico","pools":null,"autoscaler_config":{"scale_down_disabled":null,"scale_down_delay_after_add":null,"estimator":"unknown_estimator","expander":"unknown_expander","ignore_daemonsets_utilization":null,"balance_similar_node_groups":null,"expendable_pods_priority_cutoff":0,"scale_down_unneeded_time":null,"scale_down_utilization_threshold":null,"max_graceful_termination_sec":0},"feature_gates":[],"admission_plugins":[],"apiserver_cert_sans":[],"private_network_id":"142dc759-fe27-4158-a427-839af820dd01"}' - form: {} - headers: - Content-Type: - - application/json - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/nl-ams/clusters - method: POST - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1619 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://4433fbcd-6387-4c95-b52a-19e032698d4a.api.k8s.nl-ams.scw.cloud:6443","cni":"calico","commitment_ends_at":"2025-09-30T09:35:41.712058Z","created_at":"2025-09-30T09:35:41.712049Z","description":"","dns_wildcard":"*.4433fbcd-6387-4c95-b52a-19e032698d4a.nodes.k8s.nl-ams.scw.cloud","feature_gates":[],"iam_nodes_group_id":"","id":"4433fbcd-6387-4c95-b52a-19e032698d4a","name":"test-pool-placement-group-2","new_images_enabled":false,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"100.64.0.0/15","private_network_id":"142dc759-fe27-4158-a427-839af820dd01","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"nl-ams","service_cidr":"10.32.0.0/20","service_dns_ip":"10.32.0.10","status":"creating","tags":["terraform-test","scaleway_k8s_cluster","placement_group"],"type":"kapsule","updated_at":"2025-09-30T09:35:41.712050Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1619" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:35:41 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge01) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - dafee420-5896-47ec-9993-1c9f0d7333d0 - status: 200 OK - code: 200 - duration: 397.8945ms - - id: 59 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/nl-ams/clusters/4433fbcd-6387-4c95-b52a-19e032698d4a - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1583 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://4433fbcd-6387-4c95-b52a-19e032698d4a.api.k8s.nl-ams.scw.cloud:6443","cni":"calico","commitment_ends_at":"2025-09-30T09:35:41.712058Z","created_at":"2025-09-30T09:35:41.712049Z","description":"","dns_wildcard":"*.4433fbcd-6387-4c95-b52a-19e032698d4a.nodes.k8s.nl-ams.scw.cloud","feature_gates":[],"iam_nodes_group_id":"","id":"4433fbcd-6387-4c95-b52a-19e032698d4a","name":"test-pool-placement-group-2","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":"142dc759-fe27-4158-a427-839af820dd01","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"nl-ams","service_cidr":"","service_dns_ip":"","status":"creating","tags":["terraform-test","scaleway_k8s_cluster","placement_group"],"type":"kapsule","updated_at":"2025-09-30T09:35:41.712050Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1583" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:35:41 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge01) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 3a050812-8221-43c8-a05e-2b3307439fee - status: 200 OK - code: 200 - duration: 90.993958ms - - id: 60 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/nl-ams/clusters/4433fbcd-6387-4c95-b52a-19e032698d4a - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1624 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://4433fbcd-6387-4c95-b52a-19e032698d4a.api.k8s.nl-ams.scw.cloud:6443","cni":"calico","commitment_ends_at":"2025-09-30T09:35:41.712058Z","created_at":"2025-09-30T09:35:41.712049Z","description":"","dns_wildcard":"*.4433fbcd-6387-4c95-b52a-19e032698d4a.nodes.k8s.nl-ams.scw.cloud","feature_gates":[],"iam_nodes_group_id":"140b5675-fc3d-40f3-9cb2-ba52ee518cc9","id":"4433fbcd-6387-4c95-b52a-19e032698d4a","name":"test-pool-placement-group-2","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":"142dc759-fe27-4158-a427-839af820dd01","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"nl-ams","service_cidr":"","service_dns_ip":"","status":"pool_required","tags":["terraform-test","scaleway_k8s_cluster","placement_group"],"type":"kapsule","updated_at":"2025-09-30T09:35:42.438874Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1624" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:35:46 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge01) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 3d6e1c12-8e2c-4ea5-bc44-397dd4926a1d - status: 200 OK - code: 200 - duration: 107.187208ms - - id: 61 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/nl-ams/clusters/4433fbcd-6387-4c95-b52a-19e032698d4a/pools?order_by=created_at_asc&page=1&status=unknown - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 29 - uncompressed: false - body: '{"pools":[],"total_count":0}' - headers: - Content-Length: - - "29" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:35:47 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge01) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 94f7aac3-3e17-4650-8c05-59f7edb7aa3f - status: 200 OK - code: 200 - duration: 110.070542ms - - id: 62 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/nl-ams/clusters/4433fbcd-6387-4c95-b52a-19e032698d4a - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1624 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://4433fbcd-6387-4c95-b52a-19e032698d4a.api.k8s.nl-ams.scw.cloud:6443","cni":"calico","commitment_ends_at":"2025-09-30T09:35:41.712058Z","created_at":"2025-09-30T09:35:41.712049Z","description":"","dns_wildcard":"*.4433fbcd-6387-4c95-b52a-19e032698d4a.nodes.k8s.nl-ams.scw.cloud","feature_gates":[],"iam_nodes_group_id":"140b5675-fc3d-40f3-9cb2-ba52ee518cc9","id":"4433fbcd-6387-4c95-b52a-19e032698d4a","name":"test-pool-placement-group-2","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":"142dc759-fe27-4158-a427-839af820dd01","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"nl-ams","service_cidr":"","service_dns_ip":"","status":"pool_required","tags":["terraform-test","scaleway_k8s_cluster","placement_group"],"type":"kapsule","updated_at":"2025-09-30T09:35:42.438874Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1624" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:35:47 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge01) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - dada6137-e8c3-48f2-915f-e5fe138feffd - status: 200 OK - code: 200 - duration: 110.250167ms - - id: 63 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/nl-ams/clusters/4433fbcd-6387-4c95-b52a-19e032698d4a/kubeconfig - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1754 - uncompressed: false - body: '{"content":"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogInRlc3QtcG9vbC1wbGFjZW1lbnQtZ3JvdXAtMiIKICBjbHVzdGVyOgogICAgY2VydGlmaWNhdGUtYXV0aG9yaXR5LWRhdGE6IExTMHRMUzFDUlVkSlRpQkRSVkpVU1VaSlEwRlVSUzB0TFMwdENrMUpTVUpYYWtORFFWRkhaMEYzU1VKQlowbENRVVJCUzBKblozRm9hMnBQVUZGUlJFRnFRVlpOVWsxM1JWRlpSRlpSVVVSRmQzQnlaRmRLYkdOdE5Xd0taRWRXZWsxQ05GaEVWRWt4VFVScmVVOVVRVFZOZWxVd1RWWnZXRVJVVFRGTlJHdDVUMVJCTlUxNlZUQk5WbTkzUmxSRlZFMUNSVWRCTVZWRlFYaE5Td3BoTTFacFdsaEtkVnBZVW14amVrSmFUVUpOUjBKNWNVZFRUVFE1UVdkRlIwTkRjVWRUVFRRNVFYZEZTRUV3U1VGQ1JqUXZTMU5CVFZoR05rMTJNazV2Q21WTU4yUktZV0ZoZUVKSGRHTlFOMk5FU0V0eVQwNTFRMHh6YkhoWlRVaHVNemxGTDBReU1tY3daMXB5Ym5VNWFsZE1RVFp6YTB0UUswUlZTMWRhUkU4S05rRlpiWEEwYVdwUmFrSkJUVUUwUjBFeFZXUkVkMFZDTDNkUlJVRjNTVU53UkVGUVFtZE9Wa2hTVFVKQlpqaEZRbFJCUkVGUlNDOU5RakJIUVRGVlpBcEVaMUZYUWtKU1RXMUhlR1lyUTIwNVozZ3haWEZtV0d0R1dubGxkVzVrTnpOVVFVdENaMmR4YUd0cVQxQlJVVVJCWjA1SVFVUkNSVUZwUWpaSFdrbGlDbWhOY0RSNlZrYzBhVWhXTTI1NVRGRjJPVVF4V21KQlpFVm1SWEpXUTJ0QlZXSkZOaTlCU1dkbVdrbEZla05zVFhjd2QwTjBPSFZ5TUU1MFdERXZRMUVLZG5wbFpHVkJlbU0yUkRaUUwyZGplWFJ3VVQwS0xTMHRMUzFGVGtRZ1EwVlNWRWxHU1VOQlZFVXRMUzB0TFFvPQogICAgc2VydmVyOiBodHRwczovLzQ0MzNmYmNkLTYzODctNGM5NS1iNTJhLTE5ZTAzMjY5OGQ0YS5hcGkuazhzLm5sLWFtcy5zY3cuY2xvdWQ6NjQ0Mwpjb250ZXh0czoKLSBuYW1lOiBhZG1pbkB0ZXN0LXBvb2wtcGxhY2VtZW50LWdyb3VwLTIKICBjb250ZXh0OgogICAgY2x1c3RlcjogInRlc3QtcG9vbC1wbGFjZW1lbnQtZ3JvdXAtMiIKICAgIHVzZXI6IHRlc3QtcG9vbC1wbGFjZW1lbnQtZ3JvdXAtMi1hZG1pbgpjdXJyZW50LWNvbnRleHQ6IGFkbWluQHRlc3QtcG9vbC1wbGFjZW1lbnQtZ3JvdXAtMgpraW5kOiBDb25maWcKcHJlZmVyZW5jZXM6IHt9CnVzZXJzOgotIG5hbWU6IHRlc3QtcG9vbC1wbGFjZW1lbnQtZ3JvdXAtMi1hZG1pbgogIHVzZXI6CiAgICB0b2tlbjogRTRtaG1EY3FYOVZLYVg3SEZHTUdLaU00ZDM0S1JNZzJtWXZXM0dnaTlwc2dVRHNrWFZCMkxNczk=","content_type":"application/octet-stream","name":"kubeconfig"}' - headers: - Content-Length: - - "1754" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:35:47 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge01) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 466f37ed-9981-4b5f-9741-c574134a9a3a - status: 200 OK - code: 200 - duration: 115.439875ms - - id: 64 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/nl-ams/clusters/4433fbcd-6387-4c95-b52a-19e032698d4a - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1624 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://4433fbcd-6387-4c95-b52a-19e032698d4a.api.k8s.nl-ams.scw.cloud:6443","cni":"calico","commitment_ends_at":"2025-09-30T09:35:41.712058Z","created_at":"2025-09-30T09:35:41.712049Z","description":"","dns_wildcard":"*.4433fbcd-6387-4c95-b52a-19e032698d4a.nodes.k8s.nl-ams.scw.cloud","feature_gates":[],"iam_nodes_group_id":"140b5675-fc3d-40f3-9cb2-ba52ee518cc9","id":"4433fbcd-6387-4c95-b52a-19e032698d4a","name":"test-pool-placement-group-2","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":"142dc759-fe27-4158-a427-839af820dd01","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"nl-ams","service_cidr":"","service_dns_ip":"","status":"pool_required","tags":["terraform-test","scaleway_k8s_cluster","placement_group"],"type":"kapsule","updated_at":"2025-09-30T09:35:42.438874Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1624" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:35:47 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge01) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 3577059b-f2fd-490b-bd7c-b1259a65808c - status: 200 OK - code: 200 - duration: 110.744625ms - - id: 65 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 343 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: '{"name":"test-pool-placement-group-2","node_type":"pro2_xxs","placement_group_id":"b60e8acb-5cdd-4e0a-884e-19133968b38b","autoscaling":false,"size":1,"min_size":1,"max_size":1,"container_runtime":"containerd","autohealing":false,"tags":[],"kubelet_args":{},"zone":"nl-ams-2","root_volume_type":"default_volume_type","public_ip_disabled":false}' - form: {} - headers: - Content-Type: - - application/json - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/nl-ams/clusters/4433fbcd-6387-4c95-b52a-19e032698d4a/pools - method: POST - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 762 - uncompressed: false - body: '{"autohealing":false,"autoscaling":false,"cluster_id":"4433fbcd-6387-4c95-b52a-19e032698d4a","container_runtime":"containerd","created_at":"2025-09-30T09:35:47.576408Z","id":"84130e53-e8d0-4098-9ecd-7cd476a5d05d","kubelet_args":{},"max_size":1,"min_size":1,"name":"test-pool-placement-group-2","new_images_enabled":true,"node_type":"pro2_xxs","placement_group_id":"b60e8acb-5cdd-4e0a-884e-19133968b38b","public_ip_disabled":false,"region":"nl-ams","root_volume_size":20000000000,"root_volume_type":"sbs_5k","security_group_id":"2945e7dc-e7f7-4825-bf92-6762417bc82b","size":1,"status":"scaling","tags":[],"updated_at":"2025-09-30T09:35:47.576408Z","upgrade_policy":{"max_surge":0,"max_unavailable":1},"version":"1.34.1","zone":"nl-ams-2"}' - headers: - Content-Length: - - "762" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:35:47 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge01) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - b0e70649-0915-4009-b29c-8c98d0ab4430 - status: 200 OK - code: 200 - duration: 525.356625ms - - id: 66 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/nl-ams/pools/84130e53-e8d0-4098-9ecd-7cd476a5d05d - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 762 - uncompressed: false - body: '{"autohealing":false,"autoscaling":false,"cluster_id":"4433fbcd-6387-4c95-b52a-19e032698d4a","container_runtime":"containerd","created_at":"2025-09-30T09:35:47.576408Z","id":"84130e53-e8d0-4098-9ecd-7cd476a5d05d","kubelet_args":{},"max_size":1,"min_size":1,"name":"test-pool-placement-group-2","new_images_enabled":true,"node_type":"pro2_xxs","placement_group_id":"b60e8acb-5cdd-4e0a-884e-19133968b38b","public_ip_disabled":false,"region":"nl-ams","root_volume_size":20000000000,"root_volume_type":"sbs_5k","security_group_id":"2945e7dc-e7f7-4825-bf92-6762417bc82b","size":1,"status":"scaling","tags":[],"updated_at":"2025-09-30T09:35:47.576408Z","upgrade_policy":{"max_surge":0,"max_unavailable":1},"version":"1.34.1","zone":"nl-ams-2"}' - headers: - Content-Length: - - "762" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:35:48 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge01) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 8745e982-04a7-40cb-842d-0b7945303796 - status: 200 OK - code: 200 - duration: 102.740583ms - - id: 67 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/nl-ams/pools/84130e53-e8d0-4098-9ecd-7cd476a5d05d - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 760 - uncompressed: false - body: '{"autohealing":false,"autoscaling":false,"cluster_id":"4433fbcd-6387-4c95-b52a-19e032698d4a","container_runtime":"containerd","created_at":"2025-09-30T09:35:47.576408Z","id":"84130e53-e8d0-4098-9ecd-7cd476a5d05d","kubelet_args":{},"max_size":1,"min_size":1,"name":"test-pool-placement-group-2","new_images_enabled":true,"node_type":"pro2_xxs","placement_group_id":"b60e8acb-5cdd-4e0a-884e-19133968b38b","public_ip_disabled":false,"region":"nl-ams","root_volume_size":20000000000,"root_volume_type":"sbs_5k","security_group_id":"2945e7dc-e7f7-4825-bf92-6762417bc82b","size":1,"status":"ready","tags":[],"updated_at":"2025-09-30T09:38:29.820251Z","upgrade_policy":{"max_surge":0,"max_unavailable":1},"version":"1.34.1","zone":"nl-ams-2"}' - headers: - Content-Length: - - "760" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:38:32 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge01) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 1c6c2290-0aa5-452b-a504-6cf83e4bce78 - status: 200 OK - code: 200 - duration: 104.86725ms - - id: 68 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/nl-ams/clusters/4433fbcd-6387-4c95-b52a-19e032698d4a - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1616 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://4433fbcd-6387-4c95-b52a-19e032698d4a.api.k8s.nl-ams.scw.cloud:6443","cni":"calico","commitment_ends_at":"2025-09-30T09:35:41.712058Z","created_at":"2025-09-30T09:35:41.712049Z","description":"","dns_wildcard":"*.4433fbcd-6387-4c95-b52a-19e032698d4a.nodes.k8s.nl-ams.scw.cloud","feature_gates":[],"iam_nodes_group_id":"140b5675-fc3d-40f3-9cb2-ba52ee518cc9","id":"4433fbcd-6387-4c95-b52a-19e032698d4a","name":"test-pool-placement-group-2","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":"142dc759-fe27-4158-a427-839af820dd01","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"nl-ams","service_cidr":"","service_dns_ip":"","status":"ready","tags":["terraform-test","scaleway_k8s_cluster","placement_group"],"type":"kapsule","updated_at":"2025-09-30T09:37:16.825637Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1616" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:38:32 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge01) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - e9fdc06e-4dfd-49a4-b445-cfbfc499cbc5 - status: 200 OK - code: 200 - duration: 116.965291ms - - id: 69 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/nl-ams/pools/84130e53-e8d0-4098-9ecd-7cd476a5d05d - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 760 - uncompressed: false - body: '{"autohealing":false,"autoscaling":false,"cluster_id":"4433fbcd-6387-4c95-b52a-19e032698d4a","container_runtime":"containerd","created_at":"2025-09-30T09:35:47.576408Z","id":"84130e53-e8d0-4098-9ecd-7cd476a5d05d","kubelet_args":{},"max_size":1,"min_size":1,"name":"test-pool-placement-group-2","new_images_enabled":true,"node_type":"pro2_xxs","placement_group_id":"b60e8acb-5cdd-4e0a-884e-19133968b38b","public_ip_disabled":false,"region":"nl-ams","root_volume_size":20000000000,"root_volume_type":"sbs_5k","security_group_id":"2945e7dc-e7f7-4825-bf92-6762417bc82b","size":1,"status":"ready","tags":[],"updated_at":"2025-09-30T09:38:29.820251Z","upgrade_policy":{"max_surge":0,"max_unavailable":1},"version":"1.34.1","zone":"nl-ams-2"}' - headers: - Content-Length: - - "760" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:38:32 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge01) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 25fa845b-8da5-42fd-bdac-36075c541c24 - status: 200 OK - code: 200 - duration: 116.671166ms - - id: 70 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/nl-ams/clusters/4433fbcd-6387-4c95-b52a-19e032698d4a/nodes?order_by=created_at_asc&page=1&pool_id=84130e53-e8d0-4098-9ecd-7cd476a5d05d&status=unknown - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 620 - uncompressed: false - body: '{"nodes":[{"cluster_id":"4433fbcd-6387-4c95-b52a-19e032698d4a","conditions":{"DiskPressure":"False","MemoryPressure":"False","PIDPressure":"False","Ready":"True"},"created_at":"2025-09-30T09:37:23.127369Z","error_message":"","id":"3231ac43-3150-41d2-be29-8bbd20adc21e","name":"scw-test-pool-placeme-test-pool-placeme-3231ac","pool_id":"84130e53-e8d0-4098-9ecd-7cd476a5d05d","provider_id":"scaleway://instance/nl-ams-2/7c331670-fc66-4525-a511-494f0a596769","public_ip_v4":"51.158.232.111","public_ip_v6":null,"region":"nl-ams","status":"ready","updated_at":"2025-09-30T09:38:29.804537Z"}],"total_count":1}' - headers: - Content-Length: - - "620" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:38:32 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge01) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 68c932c4-8164-475f-8fe7-ac3cd24c672d - status: 200 OK - code: 200 - duration: 93.1325ms - - id: 71 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/nl-ams/clusters/4433fbcd-6387-4c95-b52a-19e032698d4a - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1616 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://4433fbcd-6387-4c95-b52a-19e032698d4a.api.k8s.nl-ams.scw.cloud:6443","cni":"calico","commitment_ends_at":"2025-09-30T09:35:41.712058Z","created_at":"2025-09-30T09:35:41.712049Z","description":"","dns_wildcard":"*.4433fbcd-6387-4c95-b52a-19e032698d4a.nodes.k8s.nl-ams.scw.cloud","feature_gates":[],"iam_nodes_group_id":"140b5675-fc3d-40f3-9cb2-ba52ee518cc9","id":"4433fbcd-6387-4c95-b52a-19e032698d4a","name":"test-pool-placement-group-2","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":"142dc759-fe27-4158-a427-839af820dd01","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"nl-ams","service_cidr":"","service_dns_ip":"","status":"ready","tags":["terraform-test","scaleway_k8s_cluster","placement_group"],"type":"kapsule","updated_at":"2025-09-30T09:37:16.825637Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1616" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:38:32 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge01) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 442c93a0-c84e-4e22-ac2c-c3e1d1ebdc43 - status: 200 OK - code: 200 - duration: 112.808042ms - - id: 72 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/ipam/v1/regions/nl-ams/ips?order_by=created_at_desc&project_id=105bdce1-64c0-48ab-899d-868455867ecf&resource_name=scw-test-pool-placeme-test-pool-placeme-3231ac&resource_type=unknown_type - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1122 - uncompressed: false - body: '{"ips":[{"address":"fd5c:d510:d730:a270:a50d:3bf8:ed0c:e44a/64","created_at":"2025-09-30T09:37:27.803526Z","id":"dad2fd75-a481-4252-b2e2-c8f03e5c09af","is_ipv6":true,"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"nl-ams","resource":{"id":"a2f5c733-696c-4fe7-a5af-2ef553cec518","mac_address":"02:00:00:26:D2:8B","name":"scw-test-pool-placeme-test-pool-placeme-3231ac","type":"instance_private_nic"},"reverses":[],"source":{"subnet_id":"db8b0266-0e28-4655-80a7-7e0ff2862bfc"},"tags":[],"updated_at":"2025-09-30T09:37:27.803526Z","zone":null},{"address":"172.16.12.3/22","created_at":"2025-09-30T09:37:27.646455Z","id":"a0ef2b9b-5d3e-46a2-91c7-3f76ff087487","is_ipv6":false,"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"nl-ams","resource":{"id":"a2f5c733-696c-4fe7-a5af-2ef553cec518","mac_address":"02:00:00:26:D2:8B","name":"scw-test-pool-placeme-test-pool-placeme-3231ac","type":"instance_private_nic"},"reverses":[],"source":{"subnet_id":"b1d439f0-a522-46a2-922f-831b09370bc4"},"tags":[],"updated_at":"2025-09-30T09:37:27.646455Z","zone":null}],"total_count":2}' - headers: - Content-Length: - - "1122" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:38:32 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge01) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 8fa30c1c-4a1c-46b6-93ca-a919175123f0 - status: 200 OK - code: 200 - duration: 109.471292ms - - id: 73 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/nl-ams/clusters/4433fbcd-6387-4c95-b52a-19e032698d4a - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1616 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://4433fbcd-6387-4c95-b52a-19e032698d4a.api.k8s.nl-ams.scw.cloud:6443","cni":"calico","commitment_ends_at":"2025-09-30T09:35:41.712058Z","created_at":"2025-09-30T09:35:41.712049Z","description":"","dns_wildcard":"*.4433fbcd-6387-4c95-b52a-19e032698d4a.nodes.k8s.nl-ams.scw.cloud","feature_gates":[],"iam_nodes_group_id":"140b5675-fc3d-40f3-9cb2-ba52ee518cc9","id":"4433fbcd-6387-4c95-b52a-19e032698d4a","name":"test-pool-placement-group-2","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":"142dc759-fe27-4158-a427-839af820dd01","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"nl-ams","service_cidr":"","service_dns_ip":"","status":"ready","tags":["terraform-test","scaleway_k8s_cluster","placement_group"],"type":"kapsule","updated_at":"2025-09-30T09:37:16.825637Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1616" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:38:33 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge01) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 05b0b386-ced1-4e19-8d92-6a5c84d175f5 - status: 200 OK - code: 200 - duration: 109.312333ms - - id: 74 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/nl-ams/pools/84130e53-e8d0-4098-9ecd-7cd476a5d05d - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 760 - uncompressed: false - body: '{"autohealing":false,"autoscaling":false,"cluster_id":"4433fbcd-6387-4c95-b52a-19e032698d4a","container_runtime":"containerd","created_at":"2025-09-30T09:35:47.576408Z","id":"84130e53-e8d0-4098-9ecd-7cd476a5d05d","kubelet_args":{},"max_size":1,"min_size":1,"name":"test-pool-placement-group-2","new_images_enabled":true,"node_type":"pro2_xxs","placement_group_id":"b60e8acb-5cdd-4e0a-884e-19133968b38b","public_ip_disabled":false,"region":"nl-ams","root_volume_size":20000000000,"root_volume_type":"sbs_5k","security_group_id":"2945e7dc-e7f7-4825-bf92-6762417bc82b","size":1,"status":"ready","tags":[],"updated_at":"2025-09-30T09:38:29.820251Z","upgrade_policy":{"max_surge":0,"max_unavailable":1},"version":"1.34.1","zone":"nl-ams-2"}' - headers: - Content-Length: - - "760" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:38:33 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge01) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 23ac5d8f-7be3-453d-9df8-b309f08d5a47 - status: 200 OK - code: 200 - duration: 121.614958ms - - id: 75 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/nl-ams/vpcs/f3544c0d-108e-47de-a399-3b50b2e6de6a - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 451 - uncompressed: false - body: '{"created_at":"2025-09-30T09:35:40.356275Z","custom_routes_propagation_enabled":true,"id":"f3544c0d-108e-47de-a399-3b50b2e6de6a","is_default":false,"name":"testAccCheckK8SPoolConfigPlacementGroupWithCustomZone","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","private_network_count":1,"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"nl-ams","routing_enabled":true,"tags":[],"updated_at":"2025-09-30T09:35:40.356275Z"}' - headers: - Content-Length: - - "451" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:38:33 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge01) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 379b777e-1763-48ef-9035-71897a9c49df - status: 200 OK - code: 200 - duration: 109.843667ms - - id: 76 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/nl-ams-2/placement_groups/b60e8acb-5cdd-4e0a-884e-19133968b38b - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 331 - uncompressed: false - body: '{"placement_group":{"id":"b60e8acb-5cdd-4e0a-884e-19133968b38b","name":"test-pool-placement-group","organization":"105bdce1-64c0-48ab-899d-868455867ecf","policy_mode":"optional","policy_respected":true,"policy_type":"max_availability","project":"105bdce1-64c0-48ab-899d-868455867ecf","tags":[],"zone":"nl-ams-2"}}' - headers: - Content-Length: - - "331" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:38:33 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge01) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 704fd75a-ab9a-41b7-bb2b-e54f7c7a037c - status: 200 OK - code: 200 - duration: 152.2185ms - - id: 77 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/nl-ams/private-networks/142dc759-fe27-4158-a427-839af820dd01 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1095 - uncompressed: false - body: '{"created_at":"2025-09-30T09:35:40.660814Z","default_route_propagation_enabled":false,"dhcp_enabled":true,"id":"142dc759-fe27-4158-a427-839af820dd01","name":"test-pool-placement-group","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"nl-ams","subnets":[{"created_at":"2025-09-30T09:35:40.660814Z","id":"b1d439f0-a522-46a2-922f-831b09370bc4","private_network_id":"142dc759-fe27-4158-a427-839af820dd01","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","subnet":"172.16.12.0/22","updated_at":"2025-09-30T09:35:40.660814Z","vpc_id":"f3544c0d-108e-47de-a399-3b50b2e6de6a"},{"created_at":"2025-09-30T09:35:40.660814Z","id":"db8b0266-0e28-4655-80a7-7e0ff2862bfc","private_network_id":"142dc759-fe27-4158-a427-839af820dd01","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","subnet":"fd5c:d510:d730:a270::/64","updated_at":"2025-09-30T09:35:40.660814Z","vpc_id":"f3544c0d-108e-47de-a399-3b50b2e6de6a"}],"tags":[],"updated_at":"2025-09-30T09:35:40.660814Z","vpc_id":"f3544c0d-108e-47de-a399-3b50b2e6de6a"}' - headers: - Content-Length: - - "1095" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:38:33 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge01) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - ae26e2e8-a541-4db1-a334-50704b0e9bf9 - status: 200 OK - code: 200 - duration: 41.683458ms - - id: 78 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/nl-ams/clusters/4433fbcd-6387-4c95-b52a-19e032698d4a - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1616 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://4433fbcd-6387-4c95-b52a-19e032698d4a.api.k8s.nl-ams.scw.cloud:6443","cni":"calico","commitment_ends_at":"2025-09-30T09:35:41.712058Z","created_at":"2025-09-30T09:35:41.712049Z","description":"","dns_wildcard":"*.4433fbcd-6387-4c95-b52a-19e032698d4a.nodes.k8s.nl-ams.scw.cloud","feature_gates":[],"iam_nodes_group_id":"140b5675-fc3d-40f3-9cb2-ba52ee518cc9","id":"4433fbcd-6387-4c95-b52a-19e032698d4a","name":"test-pool-placement-group-2","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":"142dc759-fe27-4158-a427-839af820dd01","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"nl-ams","service_cidr":"","service_dns_ip":"","status":"ready","tags":["terraform-test","scaleway_k8s_cluster","placement_group"],"type":"kapsule","updated_at":"2025-09-30T09:37:16.825637Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1616" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:38:33 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge01) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - efa08397-3623-4709-830f-3cbfe173a22e - status: 200 OK - code: 200 - duration: 94.16725ms - - id: 79 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/nl-ams/clusters/4433fbcd-6387-4c95-b52a-19e032698d4a/kubeconfig - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1754 - uncompressed: false - body: '{"content":"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogInRlc3QtcG9vbC1wbGFjZW1lbnQtZ3JvdXAtMiIKICBjbHVzdGVyOgogICAgY2VydGlmaWNhdGUtYXV0aG9yaXR5LWRhdGE6IExTMHRMUzFDUlVkSlRpQkRSVkpVU1VaSlEwRlVSUzB0TFMwdENrMUpTVUpYYWtORFFWRkhaMEYzU1VKQlowbENRVVJCUzBKblozRm9hMnBQVUZGUlJFRnFRVlpOVWsxM1JWRlpSRlpSVVVSRmQzQnlaRmRLYkdOdE5Xd0taRWRXZWsxQ05GaEVWRWt4VFVScmVVOVVRVFZOZWxVd1RWWnZXRVJVVFRGTlJHdDVUMVJCTlUxNlZUQk5WbTkzUmxSRlZFMUNSVWRCTVZWRlFYaE5Td3BoTTFacFdsaEtkVnBZVW14amVrSmFUVUpOUjBKNWNVZFRUVFE1UVdkRlIwTkRjVWRUVFRRNVFYZEZTRUV3U1VGQ1JqUXZTMU5CVFZoR05rMTJNazV2Q21WTU4yUktZV0ZoZUVKSGRHTlFOMk5FU0V0eVQwNTFRMHh6YkhoWlRVaHVNemxGTDBReU1tY3daMXB5Ym5VNWFsZE1RVFp6YTB0UUswUlZTMWRhUkU4S05rRlpiWEEwYVdwUmFrSkJUVUUwUjBFeFZXUkVkMFZDTDNkUlJVRjNTVU53UkVGUVFtZE9Wa2hTVFVKQlpqaEZRbFJCUkVGUlNDOU5RakJIUVRGVlpBcEVaMUZYUWtKU1RXMUhlR1lyUTIwNVozZ3haWEZtV0d0R1dubGxkVzVrTnpOVVFVdENaMmR4YUd0cVQxQlJVVVJCWjA1SVFVUkNSVUZwUWpaSFdrbGlDbWhOY0RSNlZrYzBhVWhXTTI1NVRGRjJPVVF4V21KQlpFVm1SWEpXUTJ0QlZXSkZOaTlCU1dkbVdrbEZla05zVFhjd2QwTjBPSFZ5TUU1MFdERXZRMUVLZG5wbFpHVkJlbU0yUkRaUUwyZGplWFJ3VVQwS0xTMHRMUzFGVGtRZ1EwVlNWRWxHU1VOQlZFVXRMUzB0TFFvPQogICAgc2VydmVyOiBodHRwczovLzQ0MzNmYmNkLTYzODctNGM5NS1iNTJhLTE5ZTAzMjY5OGQ0YS5hcGkuazhzLm5sLWFtcy5zY3cuY2xvdWQ6NjQ0Mwpjb250ZXh0czoKLSBuYW1lOiBhZG1pbkB0ZXN0LXBvb2wtcGxhY2VtZW50LWdyb3VwLTIKICBjb250ZXh0OgogICAgY2x1c3RlcjogInRlc3QtcG9vbC1wbGFjZW1lbnQtZ3JvdXAtMiIKICAgIHVzZXI6IHRlc3QtcG9vbC1wbGFjZW1lbnQtZ3JvdXAtMi1hZG1pbgpjdXJyZW50LWNvbnRleHQ6IGFkbWluQHRlc3QtcG9vbC1wbGFjZW1lbnQtZ3JvdXAtMgpraW5kOiBDb25maWcKcHJlZmVyZW5jZXM6IHt9CnVzZXJzOgotIG5hbWU6IHRlc3QtcG9vbC1wbGFjZW1lbnQtZ3JvdXAtMi1hZG1pbgogIHVzZXI6CiAgICB0b2tlbjogRTRtaG1EY3FYOVZLYVg3SEZHTUdLaU00ZDM0S1JNZzJtWXZXM0dnaTlwc2dVRHNrWFZCMkxNczk=","content_type":"application/octet-stream","name":"kubeconfig"}' - headers: - Content-Length: - - "1754" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:38:33 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge01) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 7e1e8085-3ed8-4880-a2bb-b176ca9b3045 - status: 200 OK - code: 200 - duration: 122.327417ms - - id: 80 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/nl-ams/pools/84130e53-e8d0-4098-9ecd-7cd476a5d05d - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 760 - uncompressed: false - body: '{"autohealing":false,"autoscaling":false,"cluster_id":"4433fbcd-6387-4c95-b52a-19e032698d4a","container_runtime":"containerd","created_at":"2025-09-30T09:35:47.576408Z","id":"84130e53-e8d0-4098-9ecd-7cd476a5d05d","kubelet_args":{},"max_size":1,"min_size":1,"name":"test-pool-placement-group-2","new_images_enabled":true,"node_type":"pro2_xxs","placement_group_id":"b60e8acb-5cdd-4e0a-884e-19133968b38b","public_ip_disabled":false,"region":"nl-ams","root_volume_size":20000000000,"root_volume_type":"sbs_5k","security_group_id":"2945e7dc-e7f7-4825-bf92-6762417bc82b","size":1,"status":"ready","tags":[],"updated_at":"2025-09-30T09:38:29.820251Z","upgrade_policy":{"max_surge":0,"max_unavailable":1},"version":"1.34.1","zone":"nl-ams-2"}' - headers: - Content-Length: - - "760" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:38:33 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge01) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 20ee7d04-6903-4047-9eaa-ff23633b36f2 - status: 200 OK - code: 200 - duration: 105.056375ms - - id: 81 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/nl-ams/clusters/4433fbcd-6387-4c95-b52a-19e032698d4a/nodes?order_by=created_at_asc&page=1&pool_id=84130e53-e8d0-4098-9ecd-7cd476a5d05d&status=unknown - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 620 - uncompressed: false - body: '{"nodes":[{"cluster_id":"4433fbcd-6387-4c95-b52a-19e032698d4a","conditions":{"DiskPressure":"False","MemoryPressure":"False","PIDPressure":"False","Ready":"True"},"created_at":"2025-09-30T09:37:23.127369Z","error_message":"","id":"3231ac43-3150-41d2-be29-8bbd20adc21e","name":"scw-test-pool-placeme-test-pool-placeme-3231ac","pool_id":"84130e53-e8d0-4098-9ecd-7cd476a5d05d","provider_id":"scaleway://instance/nl-ams-2/7c331670-fc66-4525-a511-494f0a596769","public_ip_v4":"51.158.232.111","public_ip_v6":null,"region":"nl-ams","status":"ready","updated_at":"2025-09-30T09:38:29.804537Z"}],"total_count":1}' - headers: - Content-Length: - - "620" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:38:34 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge01) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 7e7c0d9e-b9ec-4d49-aba5-ef51681a5c4b - status: 200 OK - code: 200 - duration: 114.137333ms - - id: 82 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/nl-ams/clusters/4433fbcd-6387-4c95-b52a-19e032698d4a - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1616 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://4433fbcd-6387-4c95-b52a-19e032698d4a.api.k8s.nl-ams.scw.cloud:6443","cni":"calico","commitment_ends_at":"2025-09-30T09:35:41.712058Z","created_at":"2025-09-30T09:35:41.712049Z","description":"","dns_wildcard":"*.4433fbcd-6387-4c95-b52a-19e032698d4a.nodes.k8s.nl-ams.scw.cloud","feature_gates":[],"iam_nodes_group_id":"140b5675-fc3d-40f3-9cb2-ba52ee518cc9","id":"4433fbcd-6387-4c95-b52a-19e032698d4a","name":"test-pool-placement-group-2","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":"142dc759-fe27-4158-a427-839af820dd01","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"nl-ams","service_cidr":"","service_dns_ip":"","status":"ready","tags":["terraform-test","scaleway_k8s_cluster","placement_group"],"type":"kapsule","updated_at":"2025-09-30T09:37:16.825637Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1616" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:38:34 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge01) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 22a56b0e-bcb1-4913-b79a-53e52e58cae9 - status: 200 OK - code: 200 - duration: 103.596042ms - - id: 83 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/ipam/v1/regions/nl-ams/ips?order_by=created_at_desc&project_id=105bdce1-64c0-48ab-899d-868455867ecf&resource_name=scw-test-pool-placeme-test-pool-placeme-3231ac&resource_type=unknown_type - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1122 - uncompressed: false - body: '{"ips":[{"address":"fd5c:d510:d730:a270:a50d:3bf8:ed0c:e44a/64","created_at":"2025-09-30T09:37:27.803526Z","id":"dad2fd75-a481-4252-b2e2-c8f03e5c09af","is_ipv6":true,"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"nl-ams","resource":{"id":"a2f5c733-696c-4fe7-a5af-2ef553cec518","mac_address":"02:00:00:26:D2:8B","name":"scw-test-pool-placeme-test-pool-placeme-3231ac","type":"instance_private_nic"},"reverses":[],"source":{"subnet_id":"db8b0266-0e28-4655-80a7-7e0ff2862bfc"},"tags":[],"updated_at":"2025-09-30T09:37:27.803526Z","zone":null},{"address":"172.16.12.3/22","created_at":"2025-09-30T09:37:27.646455Z","id":"a0ef2b9b-5d3e-46a2-91c7-3f76ff087487","is_ipv6":false,"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"nl-ams","resource":{"id":"a2f5c733-696c-4fe7-a5af-2ef553cec518","mac_address":"02:00:00:26:D2:8B","name":"scw-test-pool-placeme-test-pool-placeme-3231ac","type":"instance_private_nic"},"reverses":[],"source":{"subnet_id":"b1d439f0-a522-46a2-922f-831b09370bc4"},"tags":[],"updated_at":"2025-09-30T09:37:27.646455Z","zone":null}],"total_count":2}' - headers: - Content-Length: - - "1122" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:38:34 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge01) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 3b1bd8cc-2247-4864-8e13-e0ea14859273 - status: 200 OK - code: 200 - duration: 147.238625ms - - id: 84 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/nl-ams/private-networks/142dc759-fe27-4158-a427-839af820dd01 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1095 - uncompressed: false - body: '{"created_at":"2025-09-30T09:35:40.660814Z","default_route_propagation_enabled":false,"dhcp_enabled":true,"id":"142dc759-fe27-4158-a427-839af820dd01","name":"test-pool-placement-group","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"nl-ams","subnets":[{"created_at":"2025-09-30T09:35:40.660814Z","id":"b1d439f0-a522-46a2-922f-831b09370bc4","private_network_id":"142dc759-fe27-4158-a427-839af820dd01","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","subnet":"172.16.12.0/22","updated_at":"2025-09-30T09:35:40.660814Z","vpc_id":"f3544c0d-108e-47de-a399-3b50b2e6de6a"},{"created_at":"2025-09-30T09:35:40.660814Z","id":"db8b0266-0e28-4655-80a7-7e0ff2862bfc","private_network_id":"142dc759-fe27-4158-a427-839af820dd01","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","subnet":"fd5c:d510:d730:a270::/64","updated_at":"2025-09-30T09:35:40.660814Z","vpc_id":"f3544c0d-108e-47de-a399-3b50b2e6de6a"}],"tags":[],"updated_at":"2025-09-30T09:35:40.660814Z","vpc_id":"f3544c0d-108e-47de-a399-3b50b2e6de6a"}' - headers: - Content-Length: - - "1095" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:38:34 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge01) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 958748bd-9e6a-4651-9dec-d30cbbabb5de - status: 200 OK - code: 200 - duration: 55.561333ms - - id: 85 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/nl-ams/vpcs/f3544c0d-108e-47de-a399-3b50b2e6de6a - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 451 - uncompressed: false - body: '{"created_at":"2025-09-30T09:35:40.356275Z","custom_routes_propagation_enabled":true,"id":"f3544c0d-108e-47de-a399-3b50b2e6de6a","is_default":false,"name":"testAccCheckK8SPoolConfigPlacementGroupWithCustomZone","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","private_network_count":1,"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"nl-ams","routing_enabled":true,"tags":[],"updated_at":"2025-09-30T09:35:40.356275Z"}' - headers: - Content-Length: - - "451" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:38:34 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge01) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 27fc3d9e-a5c0-450a-85bc-b1cb310f5606 - status: 200 OK - code: 200 - duration: 110.872ms - - id: 86 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/nl-ams/clusters/4433fbcd-6387-4c95-b52a-19e032698d4a - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1616 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://4433fbcd-6387-4c95-b52a-19e032698d4a.api.k8s.nl-ams.scw.cloud:6443","cni":"calico","commitment_ends_at":"2025-09-30T09:35:41.712058Z","created_at":"2025-09-30T09:35:41.712049Z","description":"","dns_wildcard":"*.4433fbcd-6387-4c95-b52a-19e032698d4a.nodes.k8s.nl-ams.scw.cloud","feature_gates":[],"iam_nodes_group_id":"140b5675-fc3d-40f3-9cb2-ba52ee518cc9","id":"4433fbcd-6387-4c95-b52a-19e032698d4a","name":"test-pool-placement-group-2","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":"142dc759-fe27-4158-a427-839af820dd01","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"nl-ams","service_cidr":"","service_dns_ip":"","status":"ready","tags":["terraform-test","scaleway_k8s_cluster","placement_group"],"type":"kapsule","updated_at":"2025-09-30T09:37:16.825637Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1616" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:38:34 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge01) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 99b6739f-0d72-4678-a49b-71144436bdb5 - status: 200 OK - code: 200 - duration: 109.189708ms - - id: 87 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/nl-ams-2/placement_groups/b60e8acb-5cdd-4e0a-884e-19133968b38b - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 331 - uncompressed: false - body: '{"placement_group":{"id":"b60e8acb-5cdd-4e0a-884e-19133968b38b","name":"test-pool-placement-group","organization":"105bdce1-64c0-48ab-899d-868455867ecf","policy_mode":"optional","policy_respected":true,"policy_type":"max_availability","project":"105bdce1-64c0-48ab-899d-868455867ecf","tags":[],"zone":"nl-ams-2"}}' - headers: - Content-Length: - - "331" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:38:34 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge01) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - cbaee792-e512-428d-ac6e-cdd4b03fe92c - status: 200 OK - code: 200 - duration: 145.142875ms - - id: 88 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/nl-ams/clusters/4433fbcd-6387-4c95-b52a-19e032698d4a/kubeconfig - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1754 - uncompressed: false - body: '{"content":"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogInRlc3QtcG9vbC1wbGFjZW1lbnQtZ3JvdXAtMiIKICBjbHVzdGVyOgogICAgY2VydGlmaWNhdGUtYXV0aG9yaXR5LWRhdGE6IExTMHRMUzFDUlVkSlRpQkRSVkpVU1VaSlEwRlVSUzB0TFMwdENrMUpTVUpYYWtORFFWRkhaMEYzU1VKQlowbENRVVJCUzBKblozRm9hMnBQVUZGUlJFRnFRVlpOVWsxM1JWRlpSRlpSVVVSRmQzQnlaRmRLYkdOdE5Xd0taRWRXZWsxQ05GaEVWRWt4VFVScmVVOVVRVFZOZWxVd1RWWnZXRVJVVFRGTlJHdDVUMVJCTlUxNlZUQk5WbTkzUmxSRlZFMUNSVWRCTVZWRlFYaE5Td3BoTTFacFdsaEtkVnBZVW14amVrSmFUVUpOUjBKNWNVZFRUVFE1UVdkRlIwTkRjVWRUVFRRNVFYZEZTRUV3U1VGQ1JqUXZTMU5CVFZoR05rMTJNazV2Q21WTU4yUktZV0ZoZUVKSGRHTlFOMk5FU0V0eVQwNTFRMHh6YkhoWlRVaHVNemxGTDBReU1tY3daMXB5Ym5VNWFsZE1RVFp6YTB0UUswUlZTMWRhUkU4S05rRlpiWEEwYVdwUmFrSkJUVUUwUjBFeFZXUkVkMFZDTDNkUlJVRjNTVU53UkVGUVFtZE9Wa2hTVFVKQlpqaEZRbFJCUkVGUlNDOU5RakJIUVRGVlpBcEVaMUZYUWtKU1RXMUhlR1lyUTIwNVozZ3haWEZtV0d0R1dubGxkVzVrTnpOVVFVdENaMmR4YUd0cVQxQlJVVVJCWjA1SVFVUkNSVUZwUWpaSFdrbGlDbWhOY0RSNlZrYzBhVWhXTTI1NVRGRjJPVVF4V21KQlpFVm1SWEpXUTJ0QlZXSkZOaTlCU1dkbVdrbEZla05zVFhjd2QwTjBPSFZ5TUU1MFdERXZRMUVLZG5wbFpHVkJlbU0yUkRaUUwyZGplWFJ3VVQwS0xTMHRMUzFGVGtRZ1EwVlNWRWxHU1VOQlZFVXRMUzB0TFFvPQogICAgc2VydmVyOiBodHRwczovLzQ0MzNmYmNkLTYzODctNGM5NS1iNTJhLTE5ZTAzMjY5OGQ0YS5hcGkuazhzLm5sLWFtcy5zY3cuY2xvdWQ6NjQ0Mwpjb250ZXh0czoKLSBuYW1lOiBhZG1pbkB0ZXN0LXBvb2wtcGxhY2VtZW50LWdyb3VwLTIKICBjb250ZXh0OgogICAgY2x1c3RlcjogInRlc3QtcG9vbC1wbGFjZW1lbnQtZ3JvdXAtMiIKICAgIHVzZXI6IHRlc3QtcG9vbC1wbGFjZW1lbnQtZ3JvdXAtMi1hZG1pbgpjdXJyZW50LWNvbnRleHQ6IGFkbWluQHRlc3QtcG9vbC1wbGFjZW1lbnQtZ3JvdXAtMgpraW5kOiBDb25maWcKcHJlZmVyZW5jZXM6IHt9CnVzZXJzOgotIG5hbWU6IHRlc3QtcG9vbC1wbGFjZW1lbnQtZ3JvdXAtMi1hZG1pbgogIHVzZXI6CiAgICB0b2tlbjogRTRtaG1EY3FYOVZLYVg3SEZHTUdLaU00ZDM0S1JNZzJtWXZXM0dnaTlwc2dVRHNrWFZCMkxNczk=","content_type":"application/octet-stream","name":"kubeconfig"}' - headers: - Content-Length: - - "1754" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:38:34 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge01) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - a5cc1b97-37c0-41fe-ba01-5e2f937ad865 - status: 200 OK - code: 200 - duration: 104.235375ms - - id: 89 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/nl-ams/clusters/4433fbcd-6387-4c95-b52a-19e032698d4a/available-types - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1004 - uncompressed: false - body: '{"cluster_types":[{"audit_logs_supported":false,"availability":"available","commitment_delay":"0s","dedicated":false,"max_etcd_size":55000000,"max_nodes":150,"memory":4000000000,"name":"kapsule","resiliency":"standard","sla":0},{"audit_logs_supported":true,"availability":"available","commitment_delay":"2592000s","dedicated":true,"max_etcd_size":200000000,"max_nodes":250,"memory":4000000000,"name":"kapsule-dedicated-4","resiliency":"high_availability","sla":99.5},{"audit_logs_supported":true,"availability":"available","commitment_delay":"2592000s","dedicated":true,"max_etcd_size":200000000,"max_nodes":500,"memory":8000000000,"name":"kapsule-dedicated-8","resiliency":"high_availability","sla":99.5},{"audit_logs_supported":true,"availability":"available","commitment_delay":"2592000s","dedicated":true,"max_etcd_size":200000000,"max_nodes":500,"memory":16000000000,"name":"kapsule-dedicated-16","resiliency":"high_availability","sla":99.5}],"total_count":4}' - headers: - Content-Length: - - "1004" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:38:34 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge01) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 8c15e30e-8fe9-4dcd-b2ca-0f400ca5c769 - status: 200 OK - code: 200 - duration: 130.494916ms - - id: 90 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/nl-ams/pools/84130e53-e8d0-4098-9ecd-7cd476a5d05d - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 760 - uncompressed: false - body: '{"autohealing":false,"autoscaling":false,"cluster_id":"4433fbcd-6387-4c95-b52a-19e032698d4a","container_runtime":"containerd","created_at":"2025-09-30T09:35:47.576408Z","id":"84130e53-e8d0-4098-9ecd-7cd476a5d05d","kubelet_args":{},"max_size":1,"min_size":1,"name":"test-pool-placement-group-2","new_images_enabled":true,"node_type":"pro2_xxs","placement_group_id":"b60e8acb-5cdd-4e0a-884e-19133968b38b","public_ip_disabled":false,"region":"nl-ams","root_volume_size":20000000000,"root_volume_type":"sbs_5k","security_group_id":"2945e7dc-e7f7-4825-bf92-6762417bc82b","size":1,"status":"ready","tags":[],"updated_at":"2025-09-30T09:38:29.820251Z","upgrade_policy":{"max_surge":0,"max_unavailable":1},"version":"1.34.1","zone":"nl-ams-2"}' - headers: - Content-Length: - - "760" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:38:34 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge01) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - a83ff1e5-c058-438b-8920-1967b2a95211 - status: 200 OK - code: 200 - duration: 112.790667ms - - id: 91 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/nl-ams/clusters/4433fbcd-6387-4c95-b52a-19e032698d4a/nodes?order_by=created_at_asc&page=1&pool_id=84130e53-e8d0-4098-9ecd-7cd476a5d05d&status=unknown - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 620 - uncompressed: false - body: '{"nodes":[{"cluster_id":"4433fbcd-6387-4c95-b52a-19e032698d4a","conditions":{"DiskPressure":"False","MemoryPressure":"False","PIDPressure":"False","Ready":"True"},"created_at":"2025-09-30T09:37:23.127369Z","error_message":"","id":"3231ac43-3150-41d2-be29-8bbd20adc21e","name":"scw-test-pool-placeme-test-pool-placeme-3231ac","pool_id":"84130e53-e8d0-4098-9ecd-7cd476a5d05d","provider_id":"scaleway://instance/nl-ams-2/7c331670-fc66-4525-a511-494f0a596769","public_ip_v4":"51.158.232.111","public_ip_v6":null,"region":"nl-ams","status":"ready","updated_at":"2025-09-30T09:38:29.804537Z"}],"total_count":1}' - headers: - Content-Length: - - "620" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:38:35 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge01) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 56ec9654-a726-4014-b0c0-27e3e2e47868 - status: 200 OK - code: 200 - duration: 106.406125ms - - id: 92 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/nl-ams/clusters/4433fbcd-6387-4c95-b52a-19e032698d4a - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1616 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://4433fbcd-6387-4c95-b52a-19e032698d4a.api.k8s.nl-ams.scw.cloud:6443","cni":"calico","commitment_ends_at":"2025-09-30T09:35:41.712058Z","created_at":"2025-09-30T09:35:41.712049Z","description":"","dns_wildcard":"*.4433fbcd-6387-4c95-b52a-19e032698d4a.nodes.k8s.nl-ams.scw.cloud","feature_gates":[],"iam_nodes_group_id":"140b5675-fc3d-40f3-9cb2-ba52ee518cc9","id":"4433fbcd-6387-4c95-b52a-19e032698d4a","name":"test-pool-placement-group-2","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":"142dc759-fe27-4158-a427-839af820dd01","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"nl-ams","service_cidr":"","service_dns_ip":"","status":"ready","tags":["terraform-test","scaleway_k8s_cluster","placement_group"],"type":"kapsule","updated_at":"2025-09-30T09:37:16.825637Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1616" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:38:35 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge01) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 1a372a12-627a-490e-aab1-d5196beff086 - status: 200 OK - code: 200 - duration: 101.890625ms - - id: 93 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/ipam/v1/regions/nl-ams/ips?order_by=created_at_desc&project_id=105bdce1-64c0-48ab-899d-868455867ecf&resource_name=scw-test-pool-placeme-test-pool-placeme-3231ac&resource_type=unknown_type - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1122 - uncompressed: false - body: '{"ips":[{"address":"fd5c:d510:d730:a270:a50d:3bf8:ed0c:e44a/64","created_at":"2025-09-30T09:37:27.803526Z","id":"dad2fd75-a481-4252-b2e2-c8f03e5c09af","is_ipv6":true,"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"nl-ams","resource":{"id":"a2f5c733-696c-4fe7-a5af-2ef553cec518","mac_address":"02:00:00:26:D2:8B","name":"scw-test-pool-placeme-test-pool-placeme-3231ac","type":"instance_private_nic"},"reverses":[],"source":{"subnet_id":"db8b0266-0e28-4655-80a7-7e0ff2862bfc"},"tags":[],"updated_at":"2025-09-30T09:37:27.803526Z","zone":null},{"address":"172.16.12.3/22","created_at":"2025-09-30T09:37:27.646455Z","id":"a0ef2b9b-5d3e-46a2-91c7-3f76ff087487","is_ipv6":false,"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"nl-ams","resource":{"id":"a2f5c733-696c-4fe7-a5af-2ef553cec518","mac_address":"02:00:00:26:D2:8B","name":"scw-test-pool-placeme-test-pool-placeme-3231ac","type":"instance_private_nic"},"reverses":[],"source":{"subnet_id":"b1d439f0-a522-46a2-922f-831b09370bc4"},"tags":[],"updated_at":"2025-09-30T09:37:27.646455Z","zone":null}],"total_count":2}' - headers: - Content-Length: - - "1122" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:38:35 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge01) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - c2a3505f-2b5e-481b-82ef-735390f742f7 - status: 200 OK - code: 200 - duration: 49.268875ms - - id: 94 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/nl-ams/pools/84130e53-e8d0-4098-9ecd-7cd476a5d05d - method: DELETE - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 763 - uncompressed: false - body: '{"autohealing":false,"autoscaling":false,"cluster_id":"4433fbcd-6387-4c95-b52a-19e032698d4a","container_runtime":"containerd","created_at":"2025-09-30T09:35:47.576408Z","id":"84130e53-e8d0-4098-9ecd-7cd476a5d05d","kubelet_args":{},"max_size":1,"min_size":1,"name":"test-pool-placement-group-2","new_images_enabled":true,"node_type":"pro2_xxs","placement_group_id":"b60e8acb-5cdd-4e0a-884e-19133968b38b","public_ip_disabled":false,"region":"nl-ams","root_volume_size":20000000000,"root_volume_type":"sbs_5k","security_group_id":"2945e7dc-e7f7-4825-bf92-6762417bc82b","size":1,"status":"deleting","tags":[],"updated_at":"2025-09-30T09:38:35.540658Z","upgrade_policy":{"max_surge":0,"max_unavailable":1},"version":"1.34.1","zone":"nl-ams-2"}' - headers: - Content-Length: - - "763" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:38:35 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge01) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 6cd1860d-f7b9-4967-9fec-2dba0cdc13cb - status: 200 OK - code: 200 - duration: 142.419542ms - - id: 95 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/nl-ams/pools/84130e53-e8d0-4098-9ecd-7cd476a5d05d - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 763 - uncompressed: false - body: '{"autohealing":false,"autoscaling":false,"cluster_id":"4433fbcd-6387-4c95-b52a-19e032698d4a","container_runtime":"containerd","created_at":"2025-09-30T09:35:47.576408Z","id":"84130e53-e8d0-4098-9ecd-7cd476a5d05d","kubelet_args":{},"max_size":1,"min_size":1,"name":"test-pool-placement-group-2","new_images_enabled":true,"node_type":"pro2_xxs","placement_group_id":"b60e8acb-5cdd-4e0a-884e-19133968b38b","public_ip_disabled":false,"region":"nl-ams","root_volume_size":20000000000,"root_volume_type":"sbs_5k","security_group_id":"2945e7dc-e7f7-4825-bf92-6762417bc82b","size":1,"status":"deleting","tags":[],"updated_at":"2025-09-30T09:38:35.540658Z","upgrade_policy":{"max_surge":0,"max_unavailable":1},"version":"1.34.1","zone":"nl-ams-2"}' - headers: - Content-Length: - - "763" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:38:35 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge01) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 21f09035-7cb1-4b63-8530-596928060bcd - status: 200 OK - code: 200 - duration: 114.533291ms - - id: 96 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/nl-ams/pools/84130e53-e8d0-4098-9ecd-7cd476a5d05d - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 125 - uncompressed: false - body: '{"message":"resource is not found","resource":"pool","resource_id":"84130e53-e8d0-4098-9ecd-7cd476a5d05d","type":"not_found"}' - headers: - Content-Length: - - "125" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:42:56 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge01) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 31a85527-c17c-476c-a0a9-9b1161a9fcee - status: 404 Not Found - code: 404 - duration: 39.037ms - - id: 97 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/nl-ams/clusters/4433fbcd-6387-4c95-b52a-19e032698d4a?with_additional_resources=false - method: DELETE - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1655 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://4433fbcd-6387-4c95-b52a-19e032698d4a.api.k8s.nl-ams.scw.cloud:6443","cni":"calico","commitment_ends_at":"2025-09-30T09:35:41.712058Z","created_at":"2025-09-30T09:35:41.712049Z","description":"","dns_wildcard":"*.4433fbcd-6387-4c95-b52a-19e032698d4a.nodes.k8s.nl-ams.scw.cloud","feature_gates":[],"iam_nodes_group_id":"140b5675-fc3d-40f3-9cb2-ba52ee518cc9","id":"4433fbcd-6387-4c95-b52a-19e032698d4a","name":"test-pool-placement-group-2","new_images_enabled":false,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"100.64.0.0/15","private_network_id":"142dc759-fe27-4158-a427-839af820dd01","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"nl-ams","service_cidr":"10.32.0.0/20","service_dns_ip":"10.32.0.10","status":"deleting","tags":["terraform-test","scaleway_k8s_cluster","placement_group"],"type":"kapsule","updated_at":"2025-09-30T09:42:56.800846Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1655" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:42:56 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge01) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 6f0101f5-575c-49e1-813d-734cae0f87c9 - status: 200 OK - code: 200 - duration: 180.3365ms - - id: 98 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/nl-ams-2/placement_groups/b60e8acb-5cdd-4e0a-884e-19133968b38b - method: DELETE - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 0 - uncompressed: false - body: "" - headers: - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:42:56 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge01) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - b6b2d05b-4251-4a99-a427-0c05cb197fd9 - status: 204 No Content - code: 204 - duration: 206.042792ms - - id: 99 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/nl-ams/clusters/4433fbcd-6387-4c95-b52a-19e032698d4a - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1619 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://4433fbcd-6387-4c95-b52a-19e032698d4a.api.k8s.nl-ams.scw.cloud:6443","cni":"calico","commitment_ends_at":"2025-09-30T09:35:41.712058Z","created_at":"2025-09-30T09:35:41.712049Z","description":"","dns_wildcard":"*.4433fbcd-6387-4c95-b52a-19e032698d4a.nodes.k8s.nl-ams.scw.cloud","feature_gates":[],"iam_nodes_group_id":"140b5675-fc3d-40f3-9cb2-ba52ee518cc9","id":"4433fbcd-6387-4c95-b52a-19e032698d4a","name":"test-pool-placement-group-2","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":"142dc759-fe27-4158-a427-839af820dd01","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"nl-ams","service_cidr":"","service_dns_ip":"","status":"deleting","tags":["terraform-test","scaleway_k8s_cluster","placement_group"],"type":"kapsule","updated_at":"2025-09-30T09:42:56.800846Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1619" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:42:56 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge01) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - f4db6abc-8445-46ff-9cf0-20aa4c64925a - status: 200 OK - code: 200 - duration: 107.812625ms - - id: 100 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 143 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: '{"name":"test-pool-placement-group","project":"105bdce1-64c0-48ab-899d-868455867ecf","policy_mode":"optional","policy_type":"max_availability"}' - form: {} - headers: - Content-Type: - - application/json - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/nl-ams-1/placement_groups - method: POST - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 331 - uncompressed: false - body: '{"placement_group":{"id":"a91456f8-a452-4fa7-8b2b-664ee7351fc6","name":"test-pool-placement-group","organization":"105bdce1-64c0-48ab-899d-868455867ecf","policy_mode":"optional","policy_respected":true,"policy_type":"max_availability","project":"105bdce1-64c0-48ab-899d-868455867ecf","tags":[],"zone":"nl-ams-1"}}' - headers: - Content-Length: - - "331" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:42:57 GMT - Location: - - https://api.scaleway.com/instance/v1/zones/nl-ams-1/placement_groups/a91456f8-a452-4fa7-8b2b-664ee7351fc6 - Server: - - Scaleway API Gateway (fr-par-2;edge01) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - ec7e6fe7-d3e6-408a-82d3-f672724a7863 - status: 201 Created - code: 201 - duration: 257.625125ms - - id: 101 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/nl-ams-1/placement_groups/a91456f8-a452-4fa7-8b2b-664ee7351fc6 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 331 - uncompressed: false - body: '{"placement_group":{"id":"a91456f8-a452-4fa7-8b2b-664ee7351fc6","name":"test-pool-placement-group","organization":"105bdce1-64c0-48ab-899d-868455867ecf","policy_mode":"optional","policy_respected":true,"policy_type":"max_availability","project":"105bdce1-64c0-48ab-899d-868455867ecf","tags":[],"zone":"nl-ams-1"}}' - headers: - Content-Length: - - "331" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:42:57 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge01) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 21c61b24-5d57-426f-a2a1-5bbdc9b83b7f - status: 200 OK - code: 200 - duration: 144.728458ms - - id: 102 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/nl-ams/clusters/4433fbcd-6387-4c95-b52a-19e032698d4a - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1619 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://4433fbcd-6387-4c95-b52a-19e032698d4a.api.k8s.nl-ams.scw.cloud:6443","cni":"calico","commitment_ends_at":"2025-09-30T09:35:41.712058Z","created_at":"2025-09-30T09:35:41.712049Z","description":"","dns_wildcard":"*.4433fbcd-6387-4c95-b52a-19e032698d4a.nodes.k8s.nl-ams.scw.cloud","feature_gates":[],"iam_nodes_group_id":"140b5675-fc3d-40f3-9cb2-ba52ee518cc9","id":"4433fbcd-6387-4c95-b52a-19e032698d4a","name":"test-pool-placement-group-2","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":"142dc759-fe27-4158-a427-839af820dd01","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"nl-ams","service_cidr":"","service_dns_ip":"","status":"deleting","tags":["terraform-test","scaleway_k8s_cluster","placement_group"],"type":"kapsule","updated_at":"2025-09-30T09:42:56.800846Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1619" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:43:02 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge01) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 85763aa4-6ec3-4af6-b4ab-178f312fc950 - status: 200 OK - code: 200 - duration: 104.898166ms - - id: 103 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/nl-ams/clusters/4433fbcd-6387-4c95-b52a-19e032698d4a - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 128 - uncompressed: false - body: '{"message":"resource is not found","resource":"cluster","resource_id":"4433fbcd-6387-4c95-b52a-19e032698d4a","type":"not_found"}' - headers: - Content-Length: - - "128" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:43:12 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge01) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 5a332cce-647a-4eb8-ad77-30d2d6265805 - status: 404 Not Found - code: 404 - duration: 45.426167ms - - id: 104 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/nl-ams/private-networks/142dc759-fe27-4158-a427-839af820dd01 - method: DELETE - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 0 - uncompressed: false - body: "" - headers: - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:43:13 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge01) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 5eea274b-d579-4935-81c8-9ecd04d2f098 - status: 204 No Content - code: 204 - duration: 1.378113959s - - id: 105 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/nl-ams/vpcs/f3544c0d-108e-47de-a399-3b50b2e6de6a - method: DELETE - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 0 - uncompressed: false - body: "" - headers: - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:43:13 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge01) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - df8ded68-cc81-4246-bf23-88e3085d5e89 - status: 204 No Content - code: 204 - duration: 201.731ms - - id: 106 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 664 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: '{"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","type":"multicloud","name":"test-pool-placement-group-2","description":"","tags":["terraform-test","scaleway_k8s_cluster","placement_group"],"version":"1.34.1","cni":"kilo","pools":null,"autoscaler_config":{"scale_down_disabled":null,"scale_down_delay_after_add":null,"estimator":"unknown_estimator","expander":"unknown_expander","ignore_daemonsets_utilization":null,"balance_similar_node_groups":null,"expendable_pods_priority_cutoff":0,"scale_down_unneeded_time":null,"scale_down_utilization_threshold":null,"max_graceful_termination_sec":0},"feature_gates":[],"admission_plugins":[],"apiserver_cert_sans":[]}' - form: {} - headers: - Content-Type: - - application/json - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters - method: POST - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1586 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://f3abcb34-b228-428b-8877-dddb5ad0c903.api.k8s.fr-par.scw.cloud:6443","cni":"kilo","commitment_ends_at":"2025-09-30T09:43:14.096657Z","created_at":"2025-09-30T09:43:14.096648Z","description":"","dns_wildcard":"*.f3abcb34-b228-428b-8877-dddb5ad0c903.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"","id":"f3abcb34-b228-428b-8877-dddb5ad0c903","name":"test-pool-placement-group-2","new_images_enabled":false,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"100.64.0.0/15","private_network_id":null,"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"10.32.0.0/20","service_dns_ip":"10.32.0.10","status":"creating","tags":["terraform-test","scaleway_k8s_cluster","placement_group"],"type":"multicloud","updated_at":"2025-09-30T09:43:14.096648Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1586" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:43:14 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge01) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 061ca479-893c-4479-81b4-3d3571285c54 - status: 200 OK - code: 200 - duration: 264.244916ms - - id: 107 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/f3abcb34-b228-428b-8877-dddb5ad0c903 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1550 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://f3abcb34-b228-428b-8877-dddb5ad0c903.api.k8s.fr-par.scw.cloud:6443","cni":"kilo","commitment_ends_at":"2025-09-30T09:43:14.096657Z","created_at":"2025-09-30T09:43:14.096648Z","description":"","dns_wildcard":"*.f3abcb34-b228-428b-8877-dddb5ad0c903.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"","id":"f3abcb34-b228-428b-8877-dddb5ad0c903","name":"test-pool-placement-group-2","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":null,"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"","service_dns_ip":"","status":"creating","tags":["terraform-test","scaleway_k8s_cluster","placement_group"],"type":"multicloud","updated_at":"2025-09-30T09:43:14.096648Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1550" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:43:14 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge01) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - c18e08e3-d765-4f97-914f-659666d1d131 - status: 200 OK - code: 200 - duration: 86.763209ms - - id: 108 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/f3abcb34-b228-428b-8877-dddb5ad0c903 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1583 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://f3abcb34-b228-428b-8877-dddb5ad0c903.api.k8s.fr-par.scw.cloud:6443","cni":"kilo","commitment_ends_at":"2025-09-30T09:43:14.096657Z","created_at":"2025-09-30T09:43:14.096648Z","description":"","dns_wildcard":"*.f3abcb34-b228-428b-8877-dddb5ad0c903.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"7c53fa1a-8e60-4cea-8db0-e27457f5271b","id":"f3abcb34-b228-428b-8877-dddb5ad0c903","name":"test-pool-placement-group-2","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":null,"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"","service_dns_ip":"","status":"ready","tags":["terraform-test","scaleway_k8s_cluster","placement_group"],"type":"multicloud","updated_at":"2025-09-30T09:48:35.896731Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1583" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:48:40 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge01) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 4b3260b5-62c8-44e9-93eb-7053d5faab1f - status: 200 OK - code: 200 - duration: 89.067666ms - - id: 109 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/f3abcb34-b228-428b-8877-dddb5ad0c903 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1583 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://f3abcb34-b228-428b-8877-dddb5ad0c903.api.k8s.fr-par.scw.cloud:6443","cni":"kilo","commitment_ends_at":"2025-09-30T09:43:14.096657Z","created_at":"2025-09-30T09:43:14.096648Z","description":"","dns_wildcard":"*.f3abcb34-b228-428b-8877-dddb5ad0c903.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"7c53fa1a-8e60-4cea-8db0-e27457f5271b","id":"f3abcb34-b228-428b-8877-dddb5ad0c903","name":"test-pool-placement-group-2","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":null,"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"","service_dns_ip":"","status":"ready","tags":["terraform-test","scaleway_k8s_cluster","placement_group"],"type":"multicloud","updated_at":"2025-09-30T09:48:35.896731Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1583" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:48:40 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge01) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - f1463c06-410b-4978-8491-db22f5f35f56 - status: 200 OK - code: 200 - duration: 90.109917ms - - id: 110 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/f3abcb34-b228-428b-8877-dddb5ad0c903/kubeconfig - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1754 - uncompressed: false - body: '{"content":"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogInRlc3QtcG9vbC1wbGFjZW1lbnQtZ3JvdXAtMiIKICBjbHVzdGVyOgogICAgY2VydGlmaWNhdGUtYXV0aG9yaXR5LWRhdGE6IExTMHRMUzFDUlVkSlRpQkRSVkpVU1VaSlEwRlVSUzB0TFMwdENrMUpTVUpYYWtORFFWRkhaMEYzU1VKQlowbENRVVJCUzBKblozRm9hMnBQVUZGUlJFRnFRVlpOVWsxM1JWRlpSRlpSVVVSRmQzQnlaRmRLYkdOdE5Xd0taRWRXZWsxQ05GaEVWRWt4VFVScmVVOVVRVFZPUkUxNFRrWnZXRVJVVFRGTlJHdDVUMVJCTlU1RVRYaE9SbTkzUmxSRlZFMUNSVWRCTVZWRlFYaE5Td3BoTTFacFdsaEtkVnBZVW14amVrSmFUVUpOUjBKNWNVZFRUVFE1UVdkRlIwTkRjVWRUVFRRNVFYZEZTRUV3U1VGQ1NGb3phSFJEZVRjMVprdFNiVzFuQ204Mk5FUmFlVXA2ZWxwbFUxaGllbVYwVWt4cWNVWXpRVVpHWldKb01sTXJWRm80WjFkUlREWlhhREZySzFOUldHSllNazA0ZEVGR1JHZElUMHBXYzNjS04wZHJORUZYSzJwUmFrSkJUVUUwUjBFeFZXUkVkMFZDTDNkUlJVRjNTVU53UkVGUVFtZE9Wa2hTVFVKQlpqaEZRbFJCUkVGUlNDOU5RakJIUVRGVlpBcEVaMUZYUWtKU09EaDNVMHRHZUUwNFZ6ZzNWRmRwTUVsNVJFWk5ZWGRrZEZaVVFVdENaMmR4YUd0cVQxQlJVVVJCWjA1SVFVUkNSVUZwUW5wVlptWjBDbE5yUWtScVYwRk9SRVo0YzJOcVFYQkxaRlp1VTBGeGJHeEdTMHhtVGtWaE1qTTRVRzlCU1dkRVdUVm1VbWRYVFRaemNXZFRWV05hUTJScFpHcHVNa2tLWW1kQlREZDVjbGxSWVhNck5YTnFZekpTWnowS0xTMHRMUzFGVGtRZ1EwVlNWRWxHU1VOQlZFVXRMUzB0TFFvPQogICAgc2VydmVyOiBodHRwczovL2YzYWJjYjM0LWIyMjgtNDI4Yi04ODc3LWRkZGI1YWQwYzkwMy5hcGkuazhzLmZyLXBhci5zY3cuY2xvdWQ6NjQ0Mwpjb250ZXh0czoKLSBuYW1lOiBhZG1pbkB0ZXN0LXBvb2wtcGxhY2VtZW50LWdyb3VwLTIKICBjb250ZXh0OgogICAgY2x1c3RlcjogInRlc3QtcG9vbC1wbGFjZW1lbnQtZ3JvdXAtMiIKICAgIHVzZXI6IHRlc3QtcG9vbC1wbGFjZW1lbnQtZ3JvdXAtMi1hZG1pbgpjdXJyZW50LWNvbnRleHQ6IGFkbWluQHRlc3QtcG9vbC1wbGFjZW1lbnQtZ3JvdXAtMgpraW5kOiBDb25maWcKcHJlZmVyZW5jZXM6IHt9CnVzZXJzOgotIG5hbWU6IHRlc3QtcG9vbC1wbGFjZW1lbnQtZ3JvdXAtMi1hZG1pbgogIHVzZXI6CiAgICB0b2tlbjogMmRQTXh6Zmt5bGlyN25kTnBLYjdUaENIS1QyYXF1MUR5d1RhOTlOdWFVdGVtUDg4MGhpc3d0YXU=","content_type":"application/octet-stream","name":"kubeconfig"}' - headers: - Content-Length: - - "1754" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:48:40 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge01) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 2a1ceb21-fab1-4b39-8c99-b08fa111080b - status: 200 OK - code: 200 - duration: 81.989042ms - - id: 111 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/f3abcb34-b228-428b-8877-dddb5ad0c903 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1583 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://f3abcb34-b228-428b-8877-dddb5ad0c903.api.k8s.fr-par.scw.cloud:6443","cni":"kilo","commitment_ends_at":"2025-09-30T09:43:14.096657Z","created_at":"2025-09-30T09:43:14.096648Z","description":"","dns_wildcard":"*.f3abcb34-b228-428b-8877-dddb5ad0c903.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"7c53fa1a-8e60-4cea-8db0-e27457f5271b","id":"f3abcb34-b228-428b-8877-dddb5ad0c903","name":"test-pool-placement-group-2","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":null,"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"","service_dns_ip":"","status":"ready","tags":["terraform-test","scaleway_k8s_cluster","placement_group"],"type":"multicloud","updated_at":"2025-09-30T09:48:35.896731Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1583" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:48:41 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge01) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 5c397f9c-90d7-4299-8aab-3a3460c8f627 - status: 200 OK - code: 200 - duration: 120.418791ms - - id: 112 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 343 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: '{"name":"test-pool-placement-group-2","node_type":"pro2_xxs","placement_group_id":"a91456f8-a452-4fa7-8b2b-664ee7351fc6","autoscaling":false,"size":1,"min_size":1,"max_size":1,"container_runtime":"containerd","autohealing":false,"tags":[],"kubelet_args":{},"zone":"nl-ams-1","root_volume_type":"default_volume_type","public_ip_disabled":false}' - form: {} - headers: - Content-Type: - - application/json - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/f3abcb34-b228-428b-8877-dddb5ad0c903/pools - method: POST - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 762 - uncompressed: false - body: '{"autohealing":false,"autoscaling":false,"cluster_id":"f3abcb34-b228-428b-8877-dddb5ad0c903","container_runtime":"containerd","created_at":"2025-09-30T09:48:41.251428Z","id":"e5f2406a-8899-4356-8772-a0400f764a5e","kubelet_args":{},"max_size":1,"min_size":1,"name":"test-pool-placement-group-2","new_images_enabled":true,"node_type":"pro2_xxs","placement_group_id":"a91456f8-a452-4fa7-8b2b-664ee7351fc6","public_ip_disabled":false,"region":"fr-par","root_volume_size":20000000000,"root_volume_type":"sbs_5k","security_group_id":"cf0758c9-6446-4efb-a534-01808704b4da","size":1,"status":"scaling","tags":[],"updated_at":"2025-09-30T09:48:41.251428Z","upgrade_policy":{"max_surge":0,"max_unavailable":1},"version":"1.34.1","zone":"nl-ams-1"}' - headers: - Content-Length: - - "762" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:48:41 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge01) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 94d68014-9844-44df-9719-d83c4431db19 - status: 200 OK - code: 200 - duration: 506.313375ms - - id: 113 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/e5f2406a-8899-4356-8772-a0400f764a5e - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 762 - uncompressed: false - body: '{"autohealing":false,"autoscaling":false,"cluster_id":"f3abcb34-b228-428b-8877-dddb5ad0c903","container_runtime":"containerd","created_at":"2025-09-30T09:48:41.251428Z","id":"e5f2406a-8899-4356-8772-a0400f764a5e","kubelet_args":{},"max_size":1,"min_size":1,"name":"test-pool-placement-group-2","new_images_enabled":true,"node_type":"pro2_xxs","placement_group_id":"a91456f8-a452-4fa7-8b2b-664ee7351fc6","public_ip_disabled":false,"region":"fr-par","root_volume_size":20000000000,"root_volume_type":"sbs_5k","security_group_id":"cf0758c9-6446-4efb-a534-01808704b4da","size":1,"status":"scaling","tags":[],"updated_at":"2025-09-30T09:48:41.251428Z","upgrade_policy":{"max_surge":0,"max_unavailable":1},"version":"1.34.1","zone":"nl-ams-1"}' - headers: - Content-Length: - - "762" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:48:41 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge01) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 1d7351de-0d7e-4896-b77b-18b87f5a984b - status: 200 OK - code: 200 - duration: 109.926583ms - - id: 114 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/e5f2406a-8899-4356-8772-a0400f764a5e - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 760 - uncompressed: false - body: '{"autohealing":false,"autoscaling":false,"cluster_id":"f3abcb34-b228-428b-8877-dddb5ad0c903","container_runtime":"containerd","created_at":"2025-09-30T09:48:41.251428Z","id":"e5f2406a-8899-4356-8772-a0400f764a5e","kubelet_args":{},"max_size":1,"min_size":1,"name":"test-pool-placement-group-2","new_images_enabled":true,"node_type":"pro2_xxs","placement_group_id":"a91456f8-a452-4fa7-8b2b-664ee7351fc6","public_ip_disabled":false,"region":"fr-par","root_volume_size":20000000000,"root_volume_type":"sbs_5k","security_group_id":"cf0758c9-6446-4efb-a534-01808704b4da","size":1,"status":"ready","tags":[],"updated_at":"2025-09-30T09:49:29.024701Z","upgrade_policy":{"max_surge":0,"max_unavailable":1},"version":"1.34.1","zone":"nl-ams-1"}' - headers: - Content-Length: - - "760" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:49:32 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge01) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 00e0e64e-c315-4411-a453-04237a76cf39 - status: 200 OK - code: 200 - duration: 94.250375ms - - id: 115 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/f3abcb34-b228-428b-8877-dddb5ad0c903 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1583 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://f3abcb34-b228-428b-8877-dddb5ad0c903.api.k8s.fr-par.scw.cloud:6443","cni":"kilo","commitment_ends_at":"2025-09-30T09:43:14.096657Z","created_at":"2025-09-30T09:43:14.096648Z","description":"","dns_wildcard":"*.f3abcb34-b228-428b-8877-dddb5ad0c903.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"7c53fa1a-8e60-4cea-8db0-e27457f5271b","id":"f3abcb34-b228-428b-8877-dddb5ad0c903","name":"test-pool-placement-group-2","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":null,"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"","service_dns_ip":"","status":"ready","tags":["terraform-test","scaleway_k8s_cluster","placement_group"],"type":"multicloud","updated_at":"2025-09-30T09:48:35.896731Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1583" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:49:32 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge01) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 2db8b46a-d4f8-461e-a4af-e0bf520451ba - status: 200 OK - code: 200 - duration: 90.665625ms - - id: 116 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/e5f2406a-8899-4356-8772-a0400f764a5e - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 760 - uncompressed: false - body: '{"autohealing":false,"autoscaling":false,"cluster_id":"f3abcb34-b228-428b-8877-dddb5ad0c903","container_runtime":"containerd","created_at":"2025-09-30T09:48:41.251428Z","id":"e5f2406a-8899-4356-8772-a0400f764a5e","kubelet_args":{},"max_size":1,"min_size":1,"name":"test-pool-placement-group-2","new_images_enabled":true,"node_type":"pro2_xxs","placement_group_id":"a91456f8-a452-4fa7-8b2b-664ee7351fc6","public_ip_disabled":false,"region":"fr-par","root_volume_size":20000000000,"root_volume_type":"sbs_5k","security_group_id":"cf0758c9-6446-4efb-a534-01808704b4da","size":1,"status":"ready","tags":[],"updated_at":"2025-09-30T09:49:29.024701Z","upgrade_policy":{"max_surge":0,"max_unavailable":1},"version":"1.34.1","zone":"nl-ams-1"}' - headers: - Content-Length: - - "760" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:49:32 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge01) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - ce9c26c6-3afb-4436-b0bd-67c28d065cfa - status: 200 OK - code: 200 - duration: 591.577958ms - - id: 117 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/f3abcb34-b228-428b-8877-dddb5ad0c903/nodes?order_by=created_at_asc&page=1&pool_id=e5f2406a-8899-4356-8772-a0400f764a5e&status=unknown - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 620 - uncompressed: false - body: '{"nodes":[{"cluster_id":"f3abcb34-b228-428b-8877-dddb5ad0c903","conditions":{"DiskPressure":"False","MemoryPressure":"False","PIDPressure":"False","Ready":"True"},"created_at":"2025-09-30T09:48:47.993208Z","error_message":"","id":"1a989aed-00af-4f84-9cf1-c1e6473b784f","name":"scw-test-pool-placeme-test-pool-placeme-1a989a","pool_id":"e5f2406a-8899-4356-8772-a0400f764a5e","provider_id":"scaleway://instance/nl-ams-1/759eb034-4fb5-494a-9e27-d6169271e843","public_ip_v4":"51.158.170.116","public_ip_v6":null,"region":"fr-par","status":"ready","updated_at":"2025-09-30T09:49:29.010207Z"}],"total_count":1}' - headers: - Content-Length: - - "620" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:49:33 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge01) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 8c0bd06f-b373-4e49-a64b-e7b57edaec09 - status: 200 OK - code: 200 - duration: 83.238208ms - - id: 118 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/f3abcb34-b228-428b-8877-dddb5ad0c903 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1583 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://f3abcb34-b228-428b-8877-dddb5ad0c903.api.k8s.fr-par.scw.cloud:6443","cni":"kilo","commitment_ends_at":"2025-09-30T09:43:14.096657Z","created_at":"2025-09-30T09:43:14.096648Z","description":"","dns_wildcard":"*.f3abcb34-b228-428b-8877-dddb5ad0c903.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"7c53fa1a-8e60-4cea-8db0-e27457f5271b","id":"f3abcb34-b228-428b-8877-dddb5ad0c903","name":"test-pool-placement-group-2","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":null,"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"","service_dns_ip":"","status":"ready","tags":["terraform-test","scaleway_k8s_cluster","placement_group"],"type":"multicloud","updated_at":"2025-09-30T09:48:35.896731Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1583" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:49:33 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge01) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - bb40fc9d-d3e4-47f1-b523-8eeebcb2c1b5 - status: 200 OK - code: 200 - duration: 76.238041ms - - id: 119 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/ipam/v1/regions/fr-par/ips?order_by=created_at_desc&project_id=105bdce1-64c0-48ab-899d-868455867ecf&resource_name=scw-test-pool-placeme-test-pool-placeme-1a989a&resource_type=unknown_type - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 27 - uncompressed: false - body: '{"ips":[],"total_count":0}' - headers: - Content-Length: - - "27" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:49:33 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge01) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 5998b5d1-ef1c-41ab-a198-edd08ac5d023 - status: 200 OK - code: 200 - duration: 153.677417ms - - id: 120 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/f3abcb34-b228-428b-8877-dddb5ad0c903 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1583 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://f3abcb34-b228-428b-8877-dddb5ad0c903.api.k8s.fr-par.scw.cloud:6443","cni":"kilo","commitment_ends_at":"2025-09-30T09:43:14.096657Z","created_at":"2025-09-30T09:43:14.096648Z","description":"","dns_wildcard":"*.f3abcb34-b228-428b-8877-dddb5ad0c903.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"7c53fa1a-8e60-4cea-8db0-e27457f5271b","id":"f3abcb34-b228-428b-8877-dddb5ad0c903","name":"test-pool-placement-group-2","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":null,"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"","service_dns_ip":"","status":"ready","tags":["terraform-test","scaleway_k8s_cluster","placement_group"],"type":"multicloud","updated_at":"2025-09-30T09:48:35.896731Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1583" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:49:34 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge01) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 1585aeb6-4111-495a-a040-1cf81bfb551b - status: 200 OK - code: 200 - duration: 165.581834ms - - id: 121 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/e5f2406a-8899-4356-8772-a0400f764a5e - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 760 - uncompressed: false - body: '{"autohealing":false,"autoscaling":false,"cluster_id":"f3abcb34-b228-428b-8877-dddb5ad0c903","container_runtime":"containerd","created_at":"2025-09-30T09:48:41.251428Z","id":"e5f2406a-8899-4356-8772-a0400f764a5e","kubelet_args":{},"max_size":1,"min_size":1,"name":"test-pool-placement-group-2","new_images_enabled":true,"node_type":"pro2_xxs","placement_group_id":"a91456f8-a452-4fa7-8b2b-664ee7351fc6","public_ip_disabled":false,"region":"fr-par","root_volume_size":20000000000,"root_volume_type":"sbs_5k","security_group_id":"cf0758c9-6446-4efb-a534-01808704b4da","size":1,"status":"ready","tags":[],"updated_at":"2025-09-30T09:49:29.024701Z","upgrade_policy":{"max_surge":0,"max_unavailable":1},"version":"1.34.1","zone":"nl-ams-1"}' - headers: - Content-Length: - - "760" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:49:34 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge01) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 6176c5ab-c639-49ce-8afe-84a1fc9275ba - status: 200 OK - code: 200 - duration: 84.669ms - - id: 122 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/f3abcb34-b228-428b-8877-dddb5ad0c903 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1583 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://f3abcb34-b228-428b-8877-dddb5ad0c903.api.k8s.fr-par.scw.cloud:6443","cni":"kilo","commitment_ends_at":"2025-09-30T09:43:14.096657Z","created_at":"2025-09-30T09:43:14.096648Z","description":"","dns_wildcard":"*.f3abcb34-b228-428b-8877-dddb5ad0c903.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"7c53fa1a-8e60-4cea-8db0-e27457f5271b","id":"f3abcb34-b228-428b-8877-dddb5ad0c903","name":"test-pool-placement-group-2","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":null,"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"","service_dns_ip":"","status":"ready","tags":["terraform-test","scaleway_k8s_cluster","placement_group"],"type":"multicloud","updated_at":"2025-09-30T09:48:35.896731Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1583" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:49:34 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge01) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - a10537d0-6807-4051-b8d3-c0012ad95761 - status: 200 OK - code: 200 - duration: 225.820417ms - - id: 123 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/nl-ams-1/placement_groups/a91456f8-a452-4fa7-8b2b-664ee7351fc6 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 331 - uncompressed: false - body: '{"placement_group":{"id":"a91456f8-a452-4fa7-8b2b-664ee7351fc6","name":"test-pool-placement-group","organization":"105bdce1-64c0-48ab-899d-868455867ecf","policy_mode":"optional","policy_respected":true,"policy_type":"max_availability","project":"105bdce1-64c0-48ab-899d-868455867ecf","tags":[],"zone":"nl-ams-1"}}' - headers: - Content-Length: - - "331" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:49:34 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge01) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - b1fca931-f0f9-4852-87c6-0221ef0f52c6 - status: 200 OK - code: 200 - duration: 228.211709ms - - id: 124 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/f3abcb34-b228-428b-8877-dddb5ad0c903/kubeconfig - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1754 - uncompressed: false - body: '{"content":"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogInRlc3QtcG9vbC1wbGFjZW1lbnQtZ3JvdXAtMiIKICBjbHVzdGVyOgogICAgY2VydGlmaWNhdGUtYXV0aG9yaXR5LWRhdGE6IExTMHRMUzFDUlVkSlRpQkRSVkpVU1VaSlEwRlVSUzB0TFMwdENrMUpTVUpYYWtORFFWRkhaMEYzU1VKQlowbENRVVJCUzBKblozRm9hMnBQVUZGUlJFRnFRVlpOVWsxM1JWRlpSRlpSVVVSRmQzQnlaRmRLYkdOdE5Xd0taRWRXZWsxQ05GaEVWRWt4VFVScmVVOVVRVFZPUkUxNFRrWnZXRVJVVFRGTlJHdDVUMVJCTlU1RVRYaE9SbTkzUmxSRlZFMUNSVWRCTVZWRlFYaE5Td3BoTTFacFdsaEtkVnBZVW14amVrSmFUVUpOUjBKNWNVZFRUVFE1UVdkRlIwTkRjVWRUVFRRNVFYZEZTRUV3U1VGQ1NGb3phSFJEZVRjMVprdFNiVzFuQ204Mk5FUmFlVXA2ZWxwbFUxaGllbVYwVWt4cWNVWXpRVVpHWldKb01sTXJWRm80WjFkUlREWlhhREZySzFOUldHSllNazA0ZEVGR1JHZElUMHBXYzNjS04wZHJORUZYSzJwUmFrSkJUVUUwUjBFeFZXUkVkMFZDTDNkUlJVRjNTVU53UkVGUVFtZE9Wa2hTVFVKQlpqaEZRbFJCUkVGUlNDOU5RakJIUVRGVlpBcEVaMUZYUWtKU09EaDNVMHRHZUUwNFZ6ZzNWRmRwTUVsNVJFWk5ZWGRrZEZaVVFVdENaMmR4YUd0cVQxQlJVVVJCWjA1SVFVUkNSVUZwUW5wVlptWjBDbE5yUWtScVYwRk9SRVo0YzJOcVFYQkxaRlp1VTBGeGJHeEdTMHhtVGtWaE1qTTRVRzlCU1dkRVdUVm1VbWRYVFRaemNXZFRWV05hUTJScFpHcHVNa2tLWW1kQlREZDVjbGxSWVhNck5YTnFZekpTWnowS0xTMHRMUzFGVGtRZ1EwVlNWRWxHU1VOQlZFVXRMUzB0TFFvPQogICAgc2VydmVyOiBodHRwczovL2YzYWJjYjM0LWIyMjgtNDI4Yi04ODc3LWRkZGI1YWQwYzkwMy5hcGkuazhzLmZyLXBhci5zY3cuY2xvdWQ6NjQ0Mwpjb250ZXh0czoKLSBuYW1lOiBhZG1pbkB0ZXN0LXBvb2wtcGxhY2VtZW50LWdyb3VwLTIKICBjb250ZXh0OgogICAgY2x1c3RlcjogInRlc3QtcG9vbC1wbGFjZW1lbnQtZ3JvdXAtMiIKICAgIHVzZXI6IHRlc3QtcG9vbC1wbGFjZW1lbnQtZ3JvdXAtMi1hZG1pbgpjdXJyZW50LWNvbnRleHQ6IGFkbWluQHRlc3QtcG9vbC1wbGFjZW1lbnQtZ3JvdXAtMgpraW5kOiBDb25maWcKcHJlZmVyZW5jZXM6IHt9CnVzZXJzOgotIG5hbWU6IHRlc3QtcG9vbC1wbGFjZW1lbnQtZ3JvdXAtMi1hZG1pbgogIHVzZXI6CiAgICB0b2tlbjogMmRQTXh6Zmt5bGlyN25kTnBLYjdUaENIS1QyYXF1MUR5d1RhOTlOdWFVdGVtUDg4MGhpc3d0YXU=","content_type":"application/octet-stream","name":"kubeconfig"}' - headers: - Content-Length: - - "1754" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:49:34 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge01) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 2799f1bc-b969-4e86-a3bc-6d86dc460f52 - status: 200 OK - code: 200 - duration: 98.349458ms - - id: 125 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/e5f2406a-8899-4356-8772-a0400f764a5e - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 760 - uncompressed: false - body: '{"autohealing":false,"autoscaling":false,"cluster_id":"f3abcb34-b228-428b-8877-dddb5ad0c903","container_runtime":"containerd","created_at":"2025-09-30T09:48:41.251428Z","id":"e5f2406a-8899-4356-8772-a0400f764a5e","kubelet_args":{},"max_size":1,"min_size":1,"name":"test-pool-placement-group-2","new_images_enabled":true,"node_type":"pro2_xxs","placement_group_id":"a91456f8-a452-4fa7-8b2b-664ee7351fc6","public_ip_disabled":false,"region":"fr-par","root_volume_size":20000000000,"root_volume_type":"sbs_5k","security_group_id":"cf0758c9-6446-4efb-a534-01808704b4da","size":1,"status":"ready","tags":[],"updated_at":"2025-09-30T09:49:29.024701Z","upgrade_policy":{"max_surge":0,"max_unavailable":1},"version":"1.34.1","zone":"nl-ams-1"}' - headers: - Content-Length: - - "760" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:49:34 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge01) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 83704257-2fd2-4f51-b243-c8487af6faba - status: 200 OK - code: 200 - duration: 121.50475ms - - id: 126 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/f3abcb34-b228-428b-8877-dddb5ad0c903/nodes?order_by=created_at_asc&page=1&pool_id=e5f2406a-8899-4356-8772-a0400f764a5e&status=unknown - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 620 - uncompressed: false - body: '{"nodes":[{"cluster_id":"f3abcb34-b228-428b-8877-dddb5ad0c903","conditions":{"DiskPressure":"False","MemoryPressure":"False","PIDPressure":"False","Ready":"True"},"created_at":"2025-09-30T09:48:47.993208Z","error_message":"","id":"1a989aed-00af-4f84-9cf1-c1e6473b784f","name":"scw-test-pool-placeme-test-pool-placeme-1a989a","pool_id":"e5f2406a-8899-4356-8772-a0400f764a5e","provider_id":"scaleway://instance/nl-ams-1/759eb034-4fb5-494a-9e27-d6169271e843","public_ip_v4":"51.158.170.116","public_ip_v6":null,"region":"fr-par","status":"ready","updated_at":"2025-09-30T09:49:29.010207Z"}],"total_count":1}' - headers: - Content-Length: - - "620" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:49:35 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge01) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - dd8191ef-f7ed-4751-be9d-f12a4edf9956 - status: 200 OK - code: 200 - duration: 114.981875ms - - id: 127 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/f3abcb34-b228-428b-8877-dddb5ad0c903 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1583 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://f3abcb34-b228-428b-8877-dddb5ad0c903.api.k8s.fr-par.scw.cloud:6443","cni":"kilo","commitment_ends_at":"2025-09-30T09:43:14.096657Z","created_at":"2025-09-30T09:43:14.096648Z","description":"","dns_wildcard":"*.f3abcb34-b228-428b-8877-dddb5ad0c903.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"7c53fa1a-8e60-4cea-8db0-e27457f5271b","id":"f3abcb34-b228-428b-8877-dddb5ad0c903","name":"test-pool-placement-group-2","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":null,"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"","service_dns_ip":"","status":"ready","tags":["terraform-test","scaleway_k8s_cluster","placement_group"],"type":"multicloud","updated_at":"2025-09-30T09:48:35.896731Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1583" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:49:35 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge01) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 3bdb3e40-b959-48f7-94d9-af0253041bc0 - status: 200 OK - code: 200 - duration: 113.178917ms - - id: 128 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/ipam/v1/regions/fr-par/ips?order_by=created_at_desc&project_id=105bdce1-64c0-48ab-899d-868455867ecf&resource_name=scw-test-pool-placeme-test-pool-placeme-1a989a&resource_type=unknown_type - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 27 - uncompressed: false - body: '{"ips":[],"total_count":0}' - headers: - Content-Length: - - "27" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:49:35 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge01) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - a4b3b2ee-4f5b-4fff-affc-78f65438d14f - status: 200 OK - code: 200 - duration: 161.662041ms - - id: 129 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/e5f2406a-8899-4356-8772-a0400f764a5e - method: DELETE - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 763 - uncompressed: false - body: '{"autohealing":false,"autoscaling":false,"cluster_id":"f3abcb34-b228-428b-8877-dddb5ad0c903","container_runtime":"containerd","created_at":"2025-09-30T09:48:41.251428Z","id":"e5f2406a-8899-4356-8772-a0400f764a5e","kubelet_args":{},"max_size":1,"min_size":1,"name":"test-pool-placement-group-2","new_images_enabled":true,"node_type":"pro2_xxs","placement_group_id":"a91456f8-a452-4fa7-8b2b-664ee7351fc6","public_ip_disabled":false,"region":"fr-par","root_volume_size":20000000000,"root_volume_type":"sbs_5k","security_group_id":"cf0758c9-6446-4efb-a534-01808704b4da","size":1,"status":"deleting","tags":[],"updated_at":"2025-09-30T09:49:35.694647Z","upgrade_policy":{"max_surge":0,"max_unavailable":1},"version":"1.34.1","zone":"nl-ams-1"}' - headers: - Content-Length: - - "763" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:49:35 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge01) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - a9e1130e-690a-477e-a0f9-1f170e857e2a - status: 200 OK - code: 200 - duration: 104.571833ms - - id: 130 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/e5f2406a-8899-4356-8772-a0400f764a5e - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 763 - uncompressed: false - body: '{"autohealing":false,"autoscaling":false,"cluster_id":"f3abcb34-b228-428b-8877-dddb5ad0c903","container_runtime":"containerd","created_at":"2025-09-30T09:48:41.251428Z","id":"e5f2406a-8899-4356-8772-a0400f764a5e","kubelet_args":{},"max_size":1,"min_size":1,"name":"test-pool-placement-group-2","new_images_enabled":true,"node_type":"pro2_xxs","placement_group_id":"a91456f8-a452-4fa7-8b2b-664ee7351fc6","public_ip_disabled":false,"region":"fr-par","root_volume_size":20000000000,"root_volume_type":"sbs_5k","security_group_id":"cf0758c9-6446-4efb-a534-01808704b4da","size":1,"status":"deleting","tags":[],"updated_at":"2025-09-30T09:49:35.694647Z","upgrade_policy":{"max_surge":0,"max_unavailable":1},"version":"1.34.1","zone":"nl-ams-1"}' - headers: - Content-Length: - - "763" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:49:35 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge01) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 650a2831-a746-4586-b256-b89babafb9fc - status: 200 OK - code: 200 - duration: 79.530625ms - - id: 131 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/e5f2406a-8899-4356-8772-a0400f764a5e - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 125 - uncompressed: false - body: '{"message":"resource is not found","resource":"pool","resource_id":"e5f2406a-8899-4356-8772-a0400f764a5e","type":"not_found"}' - headers: - Content-Length: - - "125" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:54:21 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge01) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 3327d896-084d-4925-aca4-b32d9c5ef4b5 - status: 404 Not Found - code: 404 - duration: 34.60275ms - - id: 132 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/f3abcb34-b228-428b-8877-dddb5ad0c903?with_additional_resources=false - method: DELETE - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1622 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://f3abcb34-b228-428b-8877-dddb5ad0c903.api.k8s.fr-par.scw.cloud:6443","cni":"kilo","commitment_ends_at":"2025-09-30T09:43:14.096657Z","created_at":"2025-09-30T09:43:14.096648Z","description":"","dns_wildcard":"*.f3abcb34-b228-428b-8877-dddb5ad0c903.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"7c53fa1a-8e60-4cea-8db0-e27457f5271b","id":"f3abcb34-b228-428b-8877-dddb5ad0c903","name":"test-pool-placement-group-2","new_images_enabled":false,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"100.64.0.0/15","private_network_id":null,"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"10.32.0.0/20","service_dns_ip":"10.32.0.10","status":"deleting","tags":["terraform-test","scaleway_k8s_cluster","placement_group"],"type":"multicloud","updated_at":"2025-09-30T09:54:21.317929Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1622" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:54:21 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge01) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 84238095-c4f8-4510-87e1-c0e9a8d6274c - status: 200 OK - code: 200 - duration: 152.797709ms - - id: 133 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/nl-ams-1/placement_groups/a91456f8-a452-4fa7-8b2b-664ee7351fc6 - method: DELETE - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 0 - uncompressed: false - body: "" - headers: - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:54:21 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge01) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 1f549cf1-b744-49d9-827c-8d4eb593fc27 - status: 204 No Content - code: 204 - duration: 215.317916ms - - id: 134 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/f3abcb34-b228-428b-8877-dddb5ad0c903 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1586 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://f3abcb34-b228-428b-8877-dddb5ad0c903.api.k8s.fr-par.scw.cloud:6443","cni":"kilo","commitment_ends_at":"2025-09-30T09:43:14.096657Z","created_at":"2025-09-30T09:43:14.096648Z","description":"","dns_wildcard":"*.f3abcb34-b228-428b-8877-dddb5ad0c903.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"7c53fa1a-8e60-4cea-8db0-e27457f5271b","id":"f3abcb34-b228-428b-8877-dddb5ad0c903","name":"test-pool-placement-group-2","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":null,"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"","service_dns_ip":"","status":"deleting","tags":["terraform-test","scaleway_k8s_cluster","placement_group"],"type":"multicloud","updated_at":"2025-09-30T09:54:21.317929Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1586" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:54:21 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge01) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - c86f73b2-d1d2-4208-aa7a-bfce684efcc5 - status: 200 OK - code: 200 - duration: 83.520125ms - - id: 135 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/f3abcb34-b228-428b-8877-dddb5ad0c903 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 128 - uncompressed: false - body: '{"message":"resource is not found","resource":"cluster","resource_id":"f3abcb34-b228-428b-8877-dddb5ad0c903","type":"not_found"}' - headers: - Content-Length: - - "128" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:59:58 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge01) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 9aa4583c-ea68-45c9-a4e0-1819123734e6 - status: 404 Not Found - code: 404 - duration: 23.57225ms - - id: 136 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/e5f2406a-8899-4356-8772-a0400f764a5e - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 125 - uncompressed: false - body: '{"message":"resource is not found","resource":"pool","resource_id":"e5f2406a-8899-4356-8772-a0400f764a5e","type":"not_found"}' - headers: - Content-Length: - - "125" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:59:58 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge01) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - bdecc771-1ac3-4e45-a8d7-a097aeec21cf - status: 404 Not Found - code: 404 - duration: 21.380667ms - - id: 137 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/f3abcb34-b228-428b-8877-dddb5ad0c903 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 128 - uncompressed: false - body: '{"message":"resource is not found","resource":"cluster","resource_id":"f3abcb34-b228-428b-8877-dddb5ad0c903","type":"not_found"}' - headers: - Content-Length: - - "128" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:59:58 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge01) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - e3abd12e-3957-43be-8ebc-06fc2cc8a586 - status: 404 Not Found - code: 404 - duration: 30.978792ms +- id: 0 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/versions + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 4476 + body: "{\"versions\":[{\"region\":\"fr-par\", \"name\":\"1.34.1\", \"label\":\"Kubernetes 1.34.1\", \"available_cnis\":[\"cilium\", \"cilium_native\", \"calico\", \"kilo\", \"none\"], \"available_container_runtimes\":[\"containerd\"], \"available_feature_gates\":[\"HPAScaleToZero\", \"CPUManagerPolicyAlphaOptions\", \"ImageVolume\"], \"available_admission_plugins\":[\"AlwaysPullImages\", \"PodNodeSelector\", \"PodTolerationRestriction\"], \"available_kubelet_args\":{\"containerLogMaxFiles\":\"uint16\", \"containerLogMaxSize\":\"quantity\", \"cpuCFSQuota\":\"bool\", \"cpuCFSQuotaPeriod\":\"duration\", \"cpuManagerPolicy\":\"enum:none|static\", \"cpuManagerPolicyOptions\":\"map[string]string\", \"enableDebuggingHandlers\":\"bool\", \"evictionHard\":\"map[string]string\", \"evictionMinimumReclaim\":\"map[string]string\", \"imageGCHighThresholdPercent\":\"uint32\", \"imageGCLowThresholdPercent\":\"uint32\", \"maxParallelImagePulls\":\"int32\", \"maxPods\":\"uint16\", \"registryBurst\":\"int32\", \"registryPullQPS\":\"int32\", \"serializeImagePulls\":\"bool\"}, \"deprecated_at\":\"2026-09-29T00:00:00Z\", \"end_of_life_at\":\"2026-11-29T00:00:00Z\", \"released_at\":\"2025-09-29T00:00:00Z\"}, {\"region\":\"fr-par\", \"name\":\"1.33.4\", \"label\":\"Kubernetes 1.33.4\", \"available_cnis\":[\"cilium\", \"calico\", \"kilo\", \"none\"], \"available_container_runtimes\":[\"containerd\"], \"available_feature_gates\":[\"HPAScaleToZero\", \"DRAAdminAccess\", \"DynamicResourceAllocation\", \"PodLevelResources\", \"CPUManagerPolicyAlphaOptions\", \"ImageVolume\"], \"available_admission_plugins\":[\"AlwaysPullImages\", \"PodNodeSelector\", \"PodTolerationRestriction\"], \"available_kubelet_args\":{\"containerLogMaxFiles\":\"uint16\", \"containerLogMaxSize\":\"quantity\", \"cpuCFSQuota\":\"bool\", \"cpuCFSQuotaPeriod\":\"duration\", \"cpuManagerPolicy\":\"enum:none|static\", \"cpuManagerPolicyOptions\":\"map[string]string\", \"enableDebuggingHandlers\":\"bool\", \"evictionHard\":\"map[string]string\", \"evictionMinimumReclaim\":\"map[string]string\", \"imageGCHighThresholdPercent\":\"uint32\", \"imageGCLowThresholdPercent\":\"uint32\", \"maxParallelImagePulls\":\"int32\", \"maxPods\":\"uint16\", \"registryBurst\":\"int32\", \"registryPullQPS\":\"int32\", \"serializeImagePulls\":\"bool\"}, \"deprecated_at\":\"2026-09-04T00:00:00Z\", \"end_of_life_at\":\"2026-11-04T00:00:00Z\", \"released_at\":\"2025-09-04T00:00:00Z\"}, {\"region\":\"fr-par\", \"name\":\"1.32.8\", \"label\":\"Kubernetes 1.32.8\", \"available_cnis\":[\"cilium\", \"calico\", \"kilo\", \"none\"], \"available_container_runtimes\":[\"containerd\"], \"available_feature_gates\":[\"HPAScaleToZero\", \"InPlacePodVerticalScaling\", \"SidecarContainers\", \"DRAAdminAccess\", \"DRAResourceClaimDeviceStatus\", \"DynamicResourceAllocation\", \"PodLevelResources\", \"CPUManagerPolicyAlphaOptions\", \"ImageVolume\"], \"available_admission_plugins\":[\"AlwaysPullImages\", \"PodNodeSelector\", \"PodTolerationRestriction\"], \"available_kubelet_args\":{\"containerLogMaxFiles\":\"uint16\", \"containerLogMaxSize\":\"quantity\", \"cpuCFSQuota\":\"bool\", \"cpuCFSQuotaPeriod\":\"duration\", \"cpuManagerPolicy\":\"enum:none|static\", \"cpuManagerPolicyOptions\":\"map[string]string\", \"enableDebuggingHandlers\":\"bool\", \"evictionHard\":\"map[string]string\", \"evictionMinimumReclaim\":\"map[string]string\", \"imageGCHighThresholdPercent\":\"uint32\", \"imageGCLowThresholdPercent\":\"uint32\", \"maxParallelImagePulls\":\"int32\", \"maxPods\":\"uint16\", \"registryBurst\":\"int32\", \"registryPullQPS\":\"int32\", \"serializeImagePulls\":\"bool\"}, \"deprecated_at\":\"2026-03-24T00:00:00Z\", \"end_of_life_at\":\"2025-05-24T00:00:00Z\", \"released_at\":\"2025-03-24T00:00:00Z\"}, {\"region\":\"fr-par\", \"name\":\"1.31.12\", \"label\":\"Kubernetes 1.31.12\", \"available_cnis\":[\"cilium\", \"calico\", \"kilo\", \"none\"], \"available_container_runtimes\":[\"containerd\"], \"available_feature_gates\":[\"HPAScaleToZero\", \"InPlacePodVerticalScaling\", \"SidecarContainers\", \"CPUManagerPolicyAlphaOptions\", \"ImageVolume\"], \"available_admission_plugins\":[\"AlwaysPullImages\", \"PodNodeSelector\", \"PodTolerationRestriction\"], \"available_kubelet_args\":{\"containerLogMaxFiles\":\"uint16\", \"containerLogMaxSize\":\"quantity\", \"cpuCFSQuota\":\"bool\", \"cpuCFSQuotaPeriod\":\"duration\", \"cpuManagerPolicy\":\"enum:none|static\", \"cpuManagerPolicyOptions\":\"map[string]string\", \"enableDebuggingHandlers\":\"bool\", \"evictionHard\":\"map[string]string\", \"evictionMinimumReclaim\":\"map[string]string\", \"imageGCHighThresholdPercent\":\"uint32\", \"imageGCLowThresholdPercent\":\"uint32\", \"maxParallelImagePulls\":\"int32\", \"maxPods\":\"uint16\", \"registryBurst\":\"int32\", \"registryPullQPS\":\"int32\", \"serializeImagePulls\":\"bool\"}, \"deprecated_at\":\"2025-12-02T00:00:00Z\", \"end_of_life_at\":\"2026-02-02T00:00:00Z\", \"released_at\":\"2024-12-02T00:00:00Z\"}]}" + headers: + Content-Length: + - "4476" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:45:29 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 0a97601f-2b6a-44bb-8262-8f6bfec0e942 + status: 200 OK + code: 200 + duration: 96.647051ms +- id: 1 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 135 + host: api.scaleway.com + body: "{\"name\":\"testAccCheckK8SPoolConfigPlacementGroup\",\"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\",\"tags\":[],\"enable_routing\":false}" + headers: + Content-Type: + - application/json + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/vpc/v2/regions/fr-par/vpcs + method: POST + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 437 + body: "{\"id\":\"f3ec978c-ac7e-4f09-b168-577fbba93617\", \"name\":\"testAccCheckK8SPoolConfigPlacementGroup\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:45:29.579681Z\", \"updated_at\":\"2025-10-30T17:45:29.579681Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_default\":false, \"private_network_count\":0, \"routing_enabled\":true, \"custom_routes_propagation_enabled\":true, \"region\":\"fr-par\"}" + headers: + Content-Length: + - "437" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:45:29 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 02b2d5a0-0fcd-412d-ab29-5f65fd95a8dc + status: 200 OK + code: 200 + duration: 99.440768ms +- id: 2 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/vpc/v2/regions/fr-par/vpcs/f3ec978c-ac7e-4f09-b168-577fbba93617 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 437 + body: "{\"id\":\"f3ec978c-ac7e-4f09-b168-577fbba93617\", \"name\":\"testAccCheckK8SPoolConfigPlacementGroup\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:45:29.579681Z\", \"updated_at\":\"2025-10-30T17:45:29.579681Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_default\":false, \"private_network_count\":0, \"routing_enabled\":true, \"custom_routes_propagation_enabled\":true, \"region\":\"fr-par\"}" + headers: + Content-Length: + - "437" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:45:29 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - ceb0580c-56bb-4cc3-846f-cd7597a39dd7 + status: 200 OK + code: 200 + duration: 21.049842ms +- id: 3 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 143 + host: api.scaleway.com + body: "{\"name\":\"test-pool-placement-group\",\"project\":\"105bdce1-64c0-48ab-899d-868455867ecf\",\"policy_mode\":\"optional\",\"policy_type\":\"max_availability\"}" + headers: + Content-Type: + - application/json + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/placement_groups + method: POST + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 331 + body: "{\"placement_group\": {\"id\": \"b679f0a9-4937-48ec-9789-91f0198f3026\", \"name\": \"test-pool-placement-group\", \"organization\": \"105bdce1-64c0-48ab-899d-868455867ecf\", \"project\": \"105bdce1-64c0-48ab-899d-868455867ecf\", \"policy_mode\": \"optional\", \"policy_type\": \"max_availability\", \"policy_respected\": true, \"tags\": [], \"zone\": \"fr-par-1\"}}" + headers: + Content-Length: + - "331" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:45:29 GMT + Location: + - https://api.scaleway.com/instance/v1/zones/fr-par-1/placement_groups/b679f0a9-4937-48ec-9789-91f0198f3026 + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 26531790-318b-4d10-9e51-75460545287c + status: 201 Created + code: 201 + duration: 209.022917ms +- id: 4 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/placement_groups/b679f0a9-4937-48ec-9789-91f0198f3026 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 331 + body: "{\"placement_group\": {\"id\": \"b679f0a9-4937-48ec-9789-91f0198f3026\", \"name\": \"test-pool-placement-group\", \"organization\": \"105bdce1-64c0-48ab-899d-868455867ecf\", \"project\": \"105bdce1-64c0-48ab-899d-868455867ecf\", \"policy_mode\": \"optional\", \"policy_type\": \"max_availability\", \"policy_respected\": true, \"tags\": [], \"zone\": \"fr-par-1\"}}" + headers: + Content-Length: + - "331" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:45:29 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - a0ac15a3-fbd3-496a-99fc-82cd8d674204 + status: 200 OK + code: 200 + duration: 104.093871ms +- id: 5 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 203 + host: api.scaleway.com + body: "{\"name\":\"test-pool-placement-group\",\"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\",\"tags\":[],\"subnets\":null,\"vpc_id\":\"f3ec978c-ac7e-4f09-b168-577fbba93617\",\"default_route_propagation_enabled\":false}" + headers: + Content-Type: + - application/json + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks + method: POST + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1095 + body: "{\"id\":\"a6e03343-b4f2-464c-91d9-fbf821df60a9\", \"name\":\"test-pool-placement-group\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:45:29.724802Z\", \"updated_at\":\"2025-10-30T17:45:29.724802Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"subnets\":[{\"id\":\"d0de5f08-a5b5-4b74-910f-074464b7628c\", \"created_at\":\"2025-10-30T17:45:29.724802Z\", \"updated_at\":\"2025-10-30T17:45:29.724802Z\", \"subnet\":\"172.18.36.0/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"a6e03343-b4f2-464c-91d9-fbf821df60a9\", \"vpc_id\":\"f3ec978c-ac7e-4f09-b168-577fbba93617\"}, {\"id\":\"6d2c167e-e877-4762-911a-5b108ec599c5\", \"created_at\":\"2025-10-30T17:45:29.724802Z\", \"updated_at\":\"2025-10-30T17:45:29.724802Z\", \"subnet\":\"fd5f:519c:6d46:3cb1::/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"a6e03343-b4f2-464c-91d9-fbf821df60a9\", \"vpc_id\":\"f3ec978c-ac7e-4f09-b168-577fbba93617\"}], \"vpc_id\":\"f3ec978c-ac7e-4f09-b168-577fbba93617\", \"dhcp_enabled\":true, \"default_route_propagation_enabled\":false, \"region\":\"fr-par\"}" + headers: + Content-Length: + - "1095" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:45:30 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 512e352b-c94f-4258-8e1b-4ee2545cf846 + status: 200 OK + code: 200 + duration: 699.388178ms +- id: 6 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks/a6e03343-b4f2-464c-91d9-fbf821df60a9 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1095 + body: "{\"id\":\"a6e03343-b4f2-464c-91d9-fbf821df60a9\", \"name\":\"test-pool-placement-group\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:45:29.724802Z\", \"updated_at\":\"2025-10-30T17:45:29.724802Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"subnets\":[{\"id\":\"d0de5f08-a5b5-4b74-910f-074464b7628c\", \"created_at\":\"2025-10-30T17:45:29.724802Z\", \"updated_at\":\"2025-10-30T17:45:29.724802Z\", \"subnet\":\"172.18.36.0/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"a6e03343-b4f2-464c-91d9-fbf821df60a9\", \"vpc_id\":\"f3ec978c-ac7e-4f09-b168-577fbba93617\"}, {\"id\":\"6d2c167e-e877-4762-911a-5b108ec599c5\", \"created_at\":\"2025-10-30T17:45:29.724802Z\", \"updated_at\":\"2025-10-30T17:45:29.724802Z\", \"subnet\":\"fd5f:519c:6d46:3cb1::/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"a6e03343-b4f2-464c-91d9-fbf821df60a9\", \"vpc_id\":\"f3ec978c-ac7e-4f09-b168-577fbba93617\"}], \"vpc_id\":\"f3ec978c-ac7e-4f09-b168-577fbba93617\", \"dhcp_enabled\":true, \"default_route_propagation_enabled\":false, \"region\":\"fr-par\"}" + headers: + Content-Length: + - "1095" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:45:30 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 0ba8953f-9eda-4ba3-a1f6-e2a2e89e76c8 + status: 200 OK + code: 200 + duration: 25.106997ms +- id: 7 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 714 + host: api.scaleway.com + body: "{\"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\",\"type\":\"\",\"name\":\"test-pool-placement-group\",\"description\":\"\",\"tags\":[\"terraform-test\",\"scaleway_k8s_cluster\",\"placement_group\"],\"version\":\"1.34.1\",\"cni\":\"calico\",\"pools\":null,\"autoscaler_config\":{\"scale_down_disabled\":null,\"scale_down_delay_after_add\":null,\"estimator\":\"unknown_estimator\",\"expander\":\"unknown_expander\",\"ignore_daemonsets_utilization\":null,\"balance_similar_node_groups\":null,\"expendable_pods_priority_cutoff\":0,\"scale_down_unneeded_time\":null,\"scale_down_utilization_threshold\":null,\"max_graceful_termination_sec\":0},\"feature_gates\":[],\"admission_plugins\":[],\"apiserver_cert_sans\":[],\"private_network_id\":\"a6e03343-b4f2-464c-91d9-fbf821df60a9\"}" + headers: + Content-Type: + - application/json + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters + method: POST + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1617 + body: "{\"region\":\"fr-par\", \"id\":\"318aad8d-b93e-45fa-b437-a04479335018\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:45:30.773233Z\", \"updated_at\":\"2025-10-30T17:45:30.773233Z\", \"type\":\"kapsule\", \"name\":\"test-pool-placement-group\", \"description\":\"\", \"status\":\"creating\", \"version\":\"1.34.1\", \"cni\":\"calico\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"placement_group\"], \"cluster_url\":\"https://318aad8d-b93e-45fa-b437-a04479335018.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.318aad8d-b93e-45fa-b437-a04479335018.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"a6e03343-b4f2-464c-91d9-fbf821df60a9\", \"commitment_ends_at\":\"2025-10-30T17:45:30.773242Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"\", \"new_images_enabled\":false, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1617" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:45:30 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - a4cb70c7-c306-42ad-adbf-222da08f8d5e + status: 200 OK + code: 200 + duration: 447.259324ms +- id: 8 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/318aad8d-b93e-45fa-b437-a04479335018 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1616 + body: "{\"region\":\"fr-par\", \"id\":\"318aad8d-b93e-45fa-b437-a04479335018\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:45:30.773233Z\", \"updated_at\":\"2025-10-30T17:45:30.773233Z\", \"type\":\"kapsule\", \"name\":\"test-pool-placement-group\", \"description\":\"\", \"status\":\"creating\", \"version\":\"1.34.1\", \"cni\":\"calico\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"placement_group\"], \"cluster_url\":\"https://318aad8d-b93e-45fa-b437-a04479335018.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.318aad8d-b93e-45fa-b437-a04479335018.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"a6e03343-b4f2-464c-91d9-fbf821df60a9\", \"commitment_ends_at\":\"2025-10-30T17:45:30.773242Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1616" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:45:30 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 777864ad-d578-4a39-abdb-f6ae33f314de + status: 200 OK + code: 200 + duration: 92.185267ms +- id: 9 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/318aad8d-b93e-45fa-b437-a04479335018 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1657 + body: "{\"region\":\"fr-par\", \"id\":\"318aad8d-b93e-45fa-b437-a04479335018\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:45:30.773233Z\", \"updated_at\":\"2025-10-30T17:45:31.308784Z\", \"type\":\"kapsule\", \"name\":\"test-pool-placement-group\", \"description\":\"\", \"status\":\"pool_required\", \"version\":\"1.34.1\", \"cni\":\"calico\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"placement_group\"], \"cluster_url\":\"https://318aad8d-b93e-45fa-b437-a04479335018.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.318aad8d-b93e-45fa-b437-a04479335018.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"a6e03343-b4f2-464c-91d9-fbf821df60a9\", \"commitment_ends_at\":\"2025-10-30T17:45:30.773242Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"706a0744-bfaf-48f9-86f8-00551cac2d4e\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1657" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:45:36 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 733920d4-5423-4445-b8d7-47c7492bb5e5 + status: 200 OK + code: 200 + duration: 84.010426ms +- id: 10 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + form: + order_by: + - created_at_asc + page: + - "1" + status: + - unknown + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/318aad8d-b93e-45fa-b437-a04479335018/pools?order_by=created_at_asc&page=1&status=unknown + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 29 + body: "{\"total_count\":0, \"pools\":[]}" + headers: + Content-Length: + - "29" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:45:36 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 224a1509-3ad1-42cb-afc1-94c8babcc9ee + status: 200 OK + code: 200 + duration: 24.521842ms +- id: 11 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/318aad8d-b93e-45fa-b437-a04479335018 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1657 + body: "{\"region\":\"fr-par\", \"id\":\"318aad8d-b93e-45fa-b437-a04479335018\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:45:30.773233Z\", \"updated_at\":\"2025-10-30T17:45:31.308784Z\", \"type\":\"kapsule\", \"name\":\"test-pool-placement-group\", \"description\":\"\", \"status\":\"pool_required\", \"version\":\"1.34.1\", \"cni\":\"calico\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"placement_group\"], \"cluster_url\":\"https://318aad8d-b93e-45fa-b437-a04479335018.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.318aad8d-b93e-45fa-b437-a04479335018.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"a6e03343-b4f2-464c-91d9-fbf821df60a9\", \"commitment_ends_at\":\"2025-10-30T17:45:30.773242Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"706a0744-bfaf-48f9-86f8-00551cac2d4e\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1657" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:45:36 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - ae7a50ba-2607-4e1b-8785-22e442515808 + status: 200 OK + code: 200 + duration: 96.065526ms +- id: 12 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/318aad8d-b93e-45fa-b437-a04479335018/kubeconfig + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1738 + body: "{\"name\":\"kubeconfig\", \"content_type\":\"application/octet-stream\", \"content\":\"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogInRlc3QtcG9vbC1wbGFjZW1lbnQtZ3JvdXAiCiAgY2x1c3RlcjoKICAgIGNlcnRpZmljYXRlLWF1dGhvcml0eS1kYXRhOiBMUzB0TFMxQ1JVZEpUaUJEUlZKVVNVWkpRMEZVUlMwdExTMHRDazFKU1VKWGVrTkRRVkZIWjBGM1NVSkJaMGxDUVVSQlMwSm5aM0ZvYTJwUFVGRlJSRUZxUVZaTlVrMTNSVkZaUkZaUlVVUkZkM0J5WkZkS2JHTnROV3dLWkVkV2VrMUNORmhFVkVreFRWUkJlVTlVUlROT1JGVjZUVVp2V0VSVVRURk5WRUY1VDFSRk0wNUVWWHBOUm05M1JsUkZWRTFDUlVkQk1WVkZRWGhOU3dwaE0xWnBXbGhLZFZwWVVteGpla0phVFVKTlIwSjVjVWRUVFRRNVFXZEZSME5EY1VkVFRUUTVRWGRGU0VFd1NVRkNUMFp3VDI1aEx6Y3JUa1EwVkZWV0NtbGpiR05wU25wbGIzVmxRV3B6UlZJNVNWaFVXVkYwYjFoemRWaDRSVVVyTDNFMlVXTlJRbGwxUm5GeFZsRjFjbTlPUlVNMlNtZG5Ta1l3VGtoVVNuRUtkbVJHVEd3MWRXcFJha0pCVFVFMFIwRXhWV1JFZDBWQ0wzZFJSVUYzU1VOd1JFRlFRbWRPVmtoU1RVSkJaamhGUWxSQlJFRlJTQzlOUWpCSFFURlZaQXBFWjFGWFFrSlVhMUJQU0UxSlRqaHRibGczUmpkME1UaG9XVEZZWWtnMGNtaEVRVXRDWjJkeGFHdHFUMUJSVVVSQlowNUpRVVJDUmtGcFFsbDNlRFpJQ25SR1JVUkRLMGgwU0ZJd2JXNXBTVTFNWmtOMVlrcG9URkZZYzBoTFNFMVpLMWM0WWxKUlNXaEJTVFE1TTJ0aVVGZGlUQzlyYmpoNFdYWlFRalU0Ym0wS2JUZ3JhRGg0YUdGb1UyVTJUbkZWYUhOeVRFa0tMUzB0TFMxRlRrUWdRMFZTVkVsR1NVTkJWRVV0TFMwdExRbz0KICAgIHNlcnZlcjogaHR0cHM6Ly8zMThhYWQ4ZC1iOTNlLTQ1ZmEtYjQzNy1hMDQ0NzkzMzUwMTguYXBpLms4cy5mci1wYXIuc2N3LmNsb3VkOjY0NDMKY29udGV4dHM6Ci0gbmFtZTogYWRtaW5AdGVzdC1wb29sLXBsYWNlbWVudC1ncm91cAogIGNvbnRleHQ6CiAgICBjbHVzdGVyOiAidGVzdC1wb29sLXBsYWNlbWVudC1ncm91cCIKICAgIHVzZXI6IHRlc3QtcG9vbC1wbGFjZW1lbnQtZ3JvdXAtYWRtaW4KY3VycmVudC1jb250ZXh0OiBhZG1pbkB0ZXN0LXBvb2wtcGxhY2VtZW50LWdyb3VwCmtpbmQ6IENvbmZpZwpwcmVmZXJlbmNlczoge30KdXNlcnM6Ci0gbmFtZTogdGVzdC1wb29sLXBsYWNlbWVudC1ncm91cC1hZG1pbgogIHVzZXI6CiAgICB0b2tlbjogZG5McXR5WVBCVHJuNW1CajNGdDVBUWJFTWw0aDR5ZnpTNW1wRFpCRnY2NGt2UmZKMFFvdGNBeGU=\"}" + headers: + Content-Length: + - "1738" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:45:36 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 016daaeb-e04e-43d5-9d05-966ccb50c4a2 + status: 200 OK + code: 200 + duration: 72.551654ms +- id: 13 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/318aad8d-b93e-45fa-b437-a04479335018 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1657 + body: "{\"region\":\"fr-par\", \"id\":\"318aad8d-b93e-45fa-b437-a04479335018\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:45:30.773233Z\", \"updated_at\":\"2025-10-30T17:45:31.308784Z\", \"type\":\"kapsule\", \"name\":\"test-pool-placement-group\", \"description\":\"\", \"status\":\"pool_required\", \"version\":\"1.34.1\", \"cni\":\"calico\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"placement_group\"], \"cluster_url\":\"https://318aad8d-b93e-45fa-b437-a04479335018.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.318aad8d-b93e-45fa-b437-a04479335018.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"a6e03343-b4f2-464c-91d9-fbf821df60a9\", \"commitment_ends_at\":\"2025-10-30T17:45:30.773242Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"706a0744-bfaf-48f9-86f8-00551cac2d4e\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1657" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:45:36 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 41be84fd-0050-4773-8c92-9c918c75cd6f + status: 200 OK + code: 200 + duration: 37.787581ms +- id: 14 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 341 + host: api.scaleway.com + body: "{\"name\":\"test-pool-placement-group\",\"node_type\":\"pro2_xxs\",\"placement_group_id\":\"b679f0a9-4937-48ec-9789-91f0198f3026\",\"autoscaling\":false,\"size\":1,\"min_size\":1,\"max_size\":1,\"container_runtime\":\"containerd\",\"autohealing\":false,\"tags\":[],\"kubelet_args\":{},\"zone\":\"fr-par-1\",\"root_volume_type\":\"default_volume_type\",\"public_ip_disabled\":false}" + headers: + Content-Type: + - application/json + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/318aad8d-b93e-45fa-b437-a04479335018/pools + method: POST + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 760 + body: "{\"region\":\"fr-par\", \"id\":\"fabf3205-5e2b-4119-9624-91f3fd4f9af2\", \"cluster_id\":\"318aad8d-b93e-45fa-b437-a04479335018\", \"created_at\":\"2025-10-30T17:45:36.337310Z\", \"updated_at\":\"2025-10-30T17:45:36.337310Z\", \"name\":\"test-pool-placement-group\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"b679f0a9-4937-48ec-9789-91f0198f3026\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "760" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:45:36 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 8574c176-bf6d-4676-8a5f-0c29fc6dbb9c + status: 200 OK + code: 200 + duration: 258.723545ms +- id: 15 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/fabf3205-5e2b-4119-9624-91f3fd4f9af2 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 760 + body: "{\"region\":\"fr-par\", \"id\":\"fabf3205-5e2b-4119-9624-91f3fd4f9af2\", \"cluster_id\":\"318aad8d-b93e-45fa-b437-a04479335018\", \"created_at\":\"2025-10-30T17:45:36.337310Z\", \"updated_at\":\"2025-10-30T17:45:36.337310Z\", \"name\":\"test-pool-placement-group\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"b679f0a9-4937-48ec-9789-91f0198f3026\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "760" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:45:36 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - cd8ebe5c-de1d-46f8-a8a9-bf08ab010540 + status: 200 OK + code: 200 + duration: 22.892787ms +- id: 16 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/fabf3205-5e2b-4119-9624-91f3fd4f9af2 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 760 + body: "{\"region\":\"fr-par\", \"id\":\"fabf3205-5e2b-4119-9624-91f3fd4f9af2\", \"cluster_id\":\"318aad8d-b93e-45fa-b437-a04479335018\", \"created_at\":\"2025-10-30T17:45:36.337310Z\", \"updated_at\":\"2025-10-30T17:45:36.337310Z\", \"name\":\"test-pool-placement-group\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"b679f0a9-4937-48ec-9789-91f0198f3026\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "760" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:45:41 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - f1860846-9456-4d52-adac-0dde06682d9d + status: 200 OK + code: 200 + duration: 121.231952ms +- id: 17 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/fabf3205-5e2b-4119-9624-91f3fd4f9af2 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 760 + body: "{\"region\":\"fr-par\", \"id\":\"fabf3205-5e2b-4119-9624-91f3fd4f9af2\", \"cluster_id\":\"318aad8d-b93e-45fa-b437-a04479335018\", \"created_at\":\"2025-10-30T17:45:36.337310Z\", \"updated_at\":\"2025-10-30T17:45:36.337310Z\", \"name\":\"test-pool-placement-group\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"b679f0a9-4937-48ec-9789-91f0198f3026\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "760" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:45:46 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 7e2dc251-ebba-4517-9ee6-bcc4746cde06 + status: 200 OK + code: 200 + duration: 106.76817ms +- id: 18 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/fabf3205-5e2b-4119-9624-91f3fd4f9af2 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 760 + body: "{\"region\":\"fr-par\", \"id\":\"fabf3205-5e2b-4119-9624-91f3fd4f9af2\", \"cluster_id\":\"318aad8d-b93e-45fa-b437-a04479335018\", \"created_at\":\"2025-10-30T17:45:36.337310Z\", \"updated_at\":\"2025-10-30T17:45:36.337310Z\", \"name\":\"test-pool-placement-group\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"b679f0a9-4937-48ec-9789-91f0198f3026\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "760" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:45:51 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - a857aff2-0594-4e97-aa5c-eadcf217f45f + status: 200 OK + code: 200 + duration: 100.339793ms +- id: 19 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/fabf3205-5e2b-4119-9624-91f3fd4f9af2 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 760 + body: "{\"region\":\"fr-par\", \"id\":\"fabf3205-5e2b-4119-9624-91f3fd4f9af2\", \"cluster_id\":\"318aad8d-b93e-45fa-b437-a04479335018\", \"created_at\":\"2025-10-30T17:45:36.337310Z\", \"updated_at\":\"2025-10-30T17:45:36.337310Z\", \"name\":\"test-pool-placement-group\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"b679f0a9-4937-48ec-9789-91f0198f3026\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "760" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:45:56 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 5f95f657-de73-4293-86ad-5c86b75ea711 + status: 200 OK + code: 200 + duration: 76.261794ms +- id: 20 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/fabf3205-5e2b-4119-9624-91f3fd4f9af2 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 760 + body: "{\"region\":\"fr-par\", \"id\":\"fabf3205-5e2b-4119-9624-91f3fd4f9af2\", \"cluster_id\":\"318aad8d-b93e-45fa-b437-a04479335018\", \"created_at\":\"2025-10-30T17:45:36.337310Z\", \"updated_at\":\"2025-10-30T17:45:36.337310Z\", \"name\":\"test-pool-placement-group\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"b679f0a9-4937-48ec-9789-91f0198f3026\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "760" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:46:02 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 900b12fd-dc6f-4eea-ab3a-28e9dd006c39 + status: 200 OK + code: 200 + duration: 84.569624ms +- id: 21 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/fabf3205-5e2b-4119-9624-91f3fd4f9af2 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 760 + body: "{\"region\":\"fr-par\", \"id\":\"fabf3205-5e2b-4119-9624-91f3fd4f9af2\", \"cluster_id\":\"318aad8d-b93e-45fa-b437-a04479335018\", \"created_at\":\"2025-10-30T17:45:36.337310Z\", \"updated_at\":\"2025-10-30T17:45:36.337310Z\", \"name\":\"test-pool-placement-group\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"b679f0a9-4937-48ec-9789-91f0198f3026\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "760" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:46:07 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 9213c474-f480-4902-aa26-a790a9878665 + status: 200 OK + code: 200 + duration: 91.869724ms +- id: 22 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/fabf3205-5e2b-4119-9624-91f3fd4f9af2 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 760 + body: "{\"region\":\"fr-par\", \"id\":\"fabf3205-5e2b-4119-9624-91f3fd4f9af2\", \"cluster_id\":\"318aad8d-b93e-45fa-b437-a04479335018\", \"created_at\":\"2025-10-30T17:45:36.337310Z\", \"updated_at\":\"2025-10-30T17:45:36.337310Z\", \"name\":\"test-pool-placement-group\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"b679f0a9-4937-48ec-9789-91f0198f3026\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "760" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:46:12 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 90d9385f-b7ad-465f-b84b-8a5186ccb10c + status: 200 OK + code: 200 + duration: 76.112122ms +- id: 23 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/fabf3205-5e2b-4119-9624-91f3fd4f9af2 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 760 + body: "{\"region\":\"fr-par\", \"id\":\"fabf3205-5e2b-4119-9624-91f3fd4f9af2\", \"cluster_id\":\"318aad8d-b93e-45fa-b437-a04479335018\", \"created_at\":\"2025-10-30T17:45:36.337310Z\", \"updated_at\":\"2025-10-30T17:45:36.337310Z\", \"name\":\"test-pool-placement-group\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"b679f0a9-4937-48ec-9789-91f0198f3026\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "760" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:46:17 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - bfe6ca2d-30d2-41f8-b885-7a24d2caaa17 + status: 200 OK + code: 200 + duration: 85.347021ms +- id: 24 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/fabf3205-5e2b-4119-9624-91f3fd4f9af2 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 760 + body: "{\"region\":\"fr-par\", \"id\":\"fabf3205-5e2b-4119-9624-91f3fd4f9af2\", \"cluster_id\":\"318aad8d-b93e-45fa-b437-a04479335018\", \"created_at\":\"2025-10-30T17:45:36.337310Z\", \"updated_at\":\"2025-10-30T17:45:36.337310Z\", \"name\":\"test-pool-placement-group\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"b679f0a9-4937-48ec-9789-91f0198f3026\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "760" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:46:22 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - bb9132f1-2ff7-42c4-b6f8-8fe0f9dec47b + status: 200 OK + code: 200 + duration: 105.996345ms +- id: 25 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/fabf3205-5e2b-4119-9624-91f3fd4f9af2 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 760 + body: "{\"region\":\"fr-par\", \"id\":\"fabf3205-5e2b-4119-9624-91f3fd4f9af2\", \"cluster_id\":\"318aad8d-b93e-45fa-b437-a04479335018\", \"created_at\":\"2025-10-30T17:45:36.337310Z\", \"updated_at\":\"2025-10-30T17:45:36.337310Z\", \"name\":\"test-pool-placement-group\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"b679f0a9-4937-48ec-9789-91f0198f3026\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "760" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:46:27 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - fd935029-2139-4ee5-975d-582fa9301f81 + status: 200 OK + code: 200 + duration: 82.212321ms +- id: 26 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/fabf3205-5e2b-4119-9624-91f3fd4f9af2 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 760 + body: "{\"region\":\"fr-par\", \"id\":\"fabf3205-5e2b-4119-9624-91f3fd4f9af2\", \"cluster_id\":\"318aad8d-b93e-45fa-b437-a04479335018\", \"created_at\":\"2025-10-30T17:45:36.337310Z\", \"updated_at\":\"2025-10-30T17:45:36.337310Z\", \"name\":\"test-pool-placement-group\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"b679f0a9-4937-48ec-9789-91f0198f3026\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "760" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:46:32 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 1a3b75eb-f46d-4e50-acc0-7631abb4a3ea + status: 200 OK + code: 200 + duration: 148.54457ms +- id: 27 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/fabf3205-5e2b-4119-9624-91f3fd4f9af2 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 760 + body: "{\"region\":\"fr-par\", \"id\":\"fabf3205-5e2b-4119-9624-91f3fd4f9af2\", \"cluster_id\":\"318aad8d-b93e-45fa-b437-a04479335018\", \"created_at\":\"2025-10-30T17:45:36.337310Z\", \"updated_at\":\"2025-10-30T17:45:36.337310Z\", \"name\":\"test-pool-placement-group\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"b679f0a9-4937-48ec-9789-91f0198f3026\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "760" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:46:37 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 0b1127fd-ed3c-4d6c-b094-b927b51f3930 + status: 200 OK + code: 200 + duration: 202.300922ms +- id: 28 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/fabf3205-5e2b-4119-9624-91f3fd4f9af2 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 760 + body: "{\"region\":\"fr-par\", \"id\":\"fabf3205-5e2b-4119-9624-91f3fd4f9af2\", \"cluster_id\":\"318aad8d-b93e-45fa-b437-a04479335018\", \"created_at\":\"2025-10-30T17:45:36.337310Z\", \"updated_at\":\"2025-10-30T17:45:36.337310Z\", \"name\":\"test-pool-placement-group\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"b679f0a9-4937-48ec-9789-91f0198f3026\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "760" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:46:43 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - c599aa58-df65-46d1-9e70-e3e79dd76289 + status: 200 OK + code: 200 + duration: 160.766521ms +- id: 29 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/fabf3205-5e2b-4119-9624-91f3fd4f9af2 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 760 + body: "{\"region\":\"fr-par\", \"id\":\"fabf3205-5e2b-4119-9624-91f3fd4f9af2\", \"cluster_id\":\"318aad8d-b93e-45fa-b437-a04479335018\", \"created_at\":\"2025-10-30T17:45:36.337310Z\", \"updated_at\":\"2025-10-30T17:45:36.337310Z\", \"name\":\"test-pool-placement-group\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"b679f0a9-4937-48ec-9789-91f0198f3026\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "760" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:46:48 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - da96f19a-b176-46a0-b450-a812b3a28076 + status: 200 OK + code: 200 + duration: 93.510352ms +- id: 30 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/fabf3205-5e2b-4119-9624-91f3fd4f9af2 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 760 + body: "{\"region\":\"fr-par\", \"id\":\"fabf3205-5e2b-4119-9624-91f3fd4f9af2\", \"cluster_id\":\"318aad8d-b93e-45fa-b437-a04479335018\", \"created_at\":\"2025-10-30T17:45:36.337310Z\", \"updated_at\":\"2025-10-30T17:45:36.337310Z\", \"name\":\"test-pool-placement-group\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"b679f0a9-4937-48ec-9789-91f0198f3026\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "760" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:46:53 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 17b7cb4a-20bf-477a-a9cb-27e300d260ed + status: 200 OK + code: 200 + duration: 104.103972ms +- id: 31 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/fabf3205-5e2b-4119-9624-91f3fd4f9af2 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 760 + body: "{\"region\":\"fr-par\", \"id\":\"fabf3205-5e2b-4119-9624-91f3fd4f9af2\", \"cluster_id\":\"318aad8d-b93e-45fa-b437-a04479335018\", \"created_at\":\"2025-10-30T17:45:36.337310Z\", \"updated_at\":\"2025-10-30T17:45:36.337310Z\", \"name\":\"test-pool-placement-group\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"b679f0a9-4937-48ec-9789-91f0198f3026\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "760" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:46:58 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 4bdc500c-5ef1-4a8f-aeaa-5a2db8293fb6 + status: 200 OK + code: 200 + duration: 99.277063ms +- id: 32 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/fabf3205-5e2b-4119-9624-91f3fd4f9af2 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 760 + body: "{\"region\":\"fr-par\", \"id\":\"fabf3205-5e2b-4119-9624-91f3fd4f9af2\", \"cluster_id\":\"318aad8d-b93e-45fa-b437-a04479335018\", \"created_at\":\"2025-10-30T17:45:36.337310Z\", \"updated_at\":\"2025-10-30T17:45:36.337310Z\", \"name\":\"test-pool-placement-group\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"b679f0a9-4937-48ec-9789-91f0198f3026\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "760" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:47:03 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - a6dd3216-c167-4b20-ae01-7647e3586888 + status: 200 OK + code: 200 + duration: 79.82163ms +- id: 33 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/fabf3205-5e2b-4119-9624-91f3fd4f9af2 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 760 + body: "{\"region\":\"fr-par\", \"id\":\"fabf3205-5e2b-4119-9624-91f3fd4f9af2\", \"cluster_id\":\"318aad8d-b93e-45fa-b437-a04479335018\", \"created_at\":\"2025-10-30T17:45:36.337310Z\", \"updated_at\":\"2025-10-30T17:45:36.337310Z\", \"name\":\"test-pool-placement-group\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"b679f0a9-4937-48ec-9789-91f0198f3026\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "760" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:47:08 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - cd333425-2e76-4cf6-b536-59ca83bc7717 + status: 200 OK + code: 200 + duration: 79.644071ms +- id: 34 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/fabf3205-5e2b-4119-9624-91f3fd4f9af2 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 760 + body: "{\"region\":\"fr-par\", \"id\":\"fabf3205-5e2b-4119-9624-91f3fd4f9af2\", \"cluster_id\":\"318aad8d-b93e-45fa-b437-a04479335018\", \"created_at\":\"2025-10-30T17:45:36.337310Z\", \"updated_at\":\"2025-10-30T17:45:36.337310Z\", \"name\":\"test-pool-placement-group\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"b679f0a9-4937-48ec-9789-91f0198f3026\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "760" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:47:13 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 85b40539-e423-424f-acbf-a17458c25521 + status: 200 OK + code: 200 + duration: 69.646282ms +- id: 35 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/fabf3205-5e2b-4119-9624-91f3fd4f9af2 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 760 + body: "{\"region\":\"fr-par\", \"id\":\"fabf3205-5e2b-4119-9624-91f3fd4f9af2\", \"cluster_id\":\"318aad8d-b93e-45fa-b437-a04479335018\", \"created_at\":\"2025-10-30T17:45:36.337310Z\", \"updated_at\":\"2025-10-30T17:45:36.337310Z\", \"name\":\"test-pool-placement-group\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"b679f0a9-4937-48ec-9789-91f0198f3026\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "760" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:47:18 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 28ddc899-802b-4280-a53b-9f003bef30e2 + status: 200 OK + code: 200 + duration: 77.409675ms +- id: 36 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/fabf3205-5e2b-4119-9624-91f3fd4f9af2 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 760 + body: "{\"region\":\"fr-par\", \"id\":\"fabf3205-5e2b-4119-9624-91f3fd4f9af2\", \"cluster_id\":\"318aad8d-b93e-45fa-b437-a04479335018\", \"created_at\":\"2025-10-30T17:45:36.337310Z\", \"updated_at\":\"2025-10-30T17:45:36.337310Z\", \"name\":\"test-pool-placement-group\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"b679f0a9-4937-48ec-9789-91f0198f3026\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "760" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:47:23 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - e274c7bf-883b-42fc-be17-7a6f23c9198d + status: 200 OK + code: 200 + duration: 92.876497ms +- id: 37 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/fabf3205-5e2b-4119-9624-91f3fd4f9af2 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 760 + body: "{\"region\":\"fr-par\", \"id\":\"fabf3205-5e2b-4119-9624-91f3fd4f9af2\", \"cluster_id\":\"318aad8d-b93e-45fa-b437-a04479335018\", \"created_at\":\"2025-10-30T17:45:36.337310Z\", \"updated_at\":\"2025-10-30T17:45:36.337310Z\", \"name\":\"test-pool-placement-group\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"b679f0a9-4937-48ec-9789-91f0198f3026\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "760" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:47:28 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 7cd57c1d-727f-4e4b-8f01-51fb559f80e3 + status: 200 OK + code: 200 + duration: 74.489183ms +- id: 38 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/fabf3205-5e2b-4119-9624-91f3fd4f9af2 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 760 + body: "{\"region\":\"fr-par\", \"id\":\"fabf3205-5e2b-4119-9624-91f3fd4f9af2\", \"cluster_id\":\"318aad8d-b93e-45fa-b437-a04479335018\", \"created_at\":\"2025-10-30T17:45:36.337310Z\", \"updated_at\":\"2025-10-30T17:45:36.337310Z\", \"name\":\"test-pool-placement-group\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"b679f0a9-4937-48ec-9789-91f0198f3026\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "760" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:47:33 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 555dfd7b-7fd5-4198-9fc3-85fb91155c23 + status: 200 OK + code: 200 + duration: 95.026958ms +- id: 39 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/fabf3205-5e2b-4119-9624-91f3fd4f9af2 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 760 + body: "{\"region\":\"fr-par\", \"id\":\"fabf3205-5e2b-4119-9624-91f3fd4f9af2\", \"cluster_id\":\"318aad8d-b93e-45fa-b437-a04479335018\", \"created_at\":\"2025-10-30T17:45:36.337310Z\", \"updated_at\":\"2025-10-30T17:45:36.337310Z\", \"name\":\"test-pool-placement-group\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"b679f0a9-4937-48ec-9789-91f0198f3026\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "760" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:47:38 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 2fd01183-ad4e-46c9-9d17-8ada05d7d551 + status: 200 OK + code: 200 + duration: 80.527024ms +- id: 40 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/fabf3205-5e2b-4119-9624-91f3fd4f9af2 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 760 + body: "{\"region\":\"fr-par\", \"id\":\"fabf3205-5e2b-4119-9624-91f3fd4f9af2\", \"cluster_id\":\"318aad8d-b93e-45fa-b437-a04479335018\", \"created_at\":\"2025-10-30T17:45:36.337310Z\", \"updated_at\":\"2025-10-30T17:45:36.337310Z\", \"name\":\"test-pool-placement-group\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"b679f0a9-4937-48ec-9789-91f0198f3026\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "760" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:47:44 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 434f0487-4607-4198-be2b-aa390e502be6 + status: 200 OK + code: 200 + duration: 89.968637ms +- id: 41 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/fabf3205-5e2b-4119-9624-91f3fd4f9af2 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 760 + body: "{\"region\":\"fr-par\", \"id\":\"fabf3205-5e2b-4119-9624-91f3fd4f9af2\", \"cluster_id\":\"318aad8d-b93e-45fa-b437-a04479335018\", \"created_at\":\"2025-10-30T17:45:36.337310Z\", \"updated_at\":\"2025-10-30T17:45:36.337310Z\", \"name\":\"test-pool-placement-group\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"b679f0a9-4937-48ec-9789-91f0198f3026\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "760" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:47:49 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 442320e3-4233-4f34-8e3a-210a6ace1879 + status: 200 OK + code: 200 + duration: 79.954495ms +- id: 42 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/fabf3205-5e2b-4119-9624-91f3fd4f9af2 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 760 + body: "{\"region\":\"fr-par\", \"id\":\"fabf3205-5e2b-4119-9624-91f3fd4f9af2\", \"cluster_id\":\"318aad8d-b93e-45fa-b437-a04479335018\", \"created_at\":\"2025-10-30T17:45:36.337310Z\", \"updated_at\":\"2025-10-30T17:45:36.337310Z\", \"name\":\"test-pool-placement-group\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"b679f0a9-4937-48ec-9789-91f0198f3026\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "760" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:47:54 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 38ffc395-a97f-4f58-b120-e04f7a5e893a + status: 200 OK + code: 200 + duration: 77.697626ms +- id: 43 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/fabf3205-5e2b-4119-9624-91f3fd4f9af2 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 760 + body: "{\"region\":\"fr-par\", \"id\":\"fabf3205-5e2b-4119-9624-91f3fd4f9af2\", \"cluster_id\":\"318aad8d-b93e-45fa-b437-a04479335018\", \"created_at\":\"2025-10-30T17:45:36.337310Z\", \"updated_at\":\"2025-10-30T17:45:36.337310Z\", \"name\":\"test-pool-placement-group\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"b679f0a9-4937-48ec-9789-91f0198f3026\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "760" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:47:59 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - cbfcd178-d37d-4576-ab57-15eb561f0425 + status: 200 OK + code: 200 + duration: 96.092414ms +- id: 44 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/fabf3205-5e2b-4119-9624-91f3fd4f9af2 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 760 + body: "{\"region\":\"fr-par\", \"id\":\"fabf3205-5e2b-4119-9624-91f3fd4f9af2\", \"cluster_id\":\"318aad8d-b93e-45fa-b437-a04479335018\", \"created_at\":\"2025-10-30T17:45:36.337310Z\", \"updated_at\":\"2025-10-30T17:45:36.337310Z\", \"name\":\"test-pool-placement-group\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"b679f0a9-4937-48ec-9789-91f0198f3026\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "760" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:48:04 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 42b2de92-88df-4738-9538-1482d7dd06d6 + status: 200 OK + code: 200 + duration: 72.398159ms +- id: 45 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/fabf3205-5e2b-4119-9624-91f3fd4f9af2 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 760 + body: "{\"region\":\"fr-par\", \"id\":\"fabf3205-5e2b-4119-9624-91f3fd4f9af2\", \"cluster_id\":\"318aad8d-b93e-45fa-b437-a04479335018\", \"created_at\":\"2025-10-30T17:45:36.337310Z\", \"updated_at\":\"2025-10-30T17:45:36.337310Z\", \"name\":\"test-pool-placement-group\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"b679f0a9-4937-48ec-9789-91f0198f3026\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "760" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:48:09 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - d235adc9-a7b9-4f4b-9d27-631205f92e8e + status: 200 OK + code: 200 + duration: 81.23577ms +- id: 46 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/fabf3205-5e2b-4119-9624-91f3fd4f9af2 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 760 + body: "{\"region\":\"fr-par\", \"id\":\"fabf3205-5e2b-4119-9624-91f3fd4f9af2\", \"cluster_id\":\"318aad8d-b93e-45fa-b437-a04479335018\", \"created_at\":\"2025-10-30T17:45:36.337310Z\", \"updated_at\":\"2025-10-30T17:45:36.337310Z\", \"name\":\"test-pool-placement-group\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"b679f0a9-4937-48ec-9789-91f0198f3026\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "760" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:48:14 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 8a6b93ee-0100-48fd-a424-3ed9dea158e2 + status: 200 OK + code: 200 + duration: 93.70794ms +- id: 47 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/fabf3205-5e2b-4119-9624-91f3fd4f9af2 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 760 + body: "{\"region\":\"fr-par\", \"id\":\"fabf3205-5e2b-4119-9624-91f3fd4f9af2\", \"cluster_id\":\"318aad8d-b93e-45fa-b437-a04479335018\", \"created_at\":\"2025-10-30T17:45:36.337310Z\", \"updated_at\":\"2025-10-30T17:45:36.337310Z\", \"name\":\"test-pool-placement-group\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"b679f0a9-4937-48ec-9789-91f0198f3026\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "760" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:48:19 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - a7e59b91-c8e4-4688-ab69-3f34ec4d0061 + status: 200 OK + code: 200 + duration: 105.678219ms +- id: 48 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/fabf3205-5e2b-4119-9624-91f3fd4f9af2 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 760 + body: "{\"region\":\"fr-par\", \"id\":\"fabf3205-5e2b-4119-9624-91f3fd4f9af2\", \"cluster_id\":\"318aad8d-b93e-45fa-b437-a04479335018\", \"created_at\":\"2025-10-30T17:45:36.337310Z\", \"updated_at\":\"2025-10-30T17:45:36.337310Z\", \"name\":\"test-pool-placement-group\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"b679f0a9-4937-48ec-9789-91f0198f3026\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "760" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:48:24 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 3274bda1-9d5f-49ed-b743-a1618fadfc25 + status: 200 OK + code: 200 + duration: 105.292018ms +- id: 49 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/fabf3205-5e2b-4119-9624-91f3fd4f9af2 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 760 + body: "{\"region\":\"fr-par\", \"id\":\"fabf3205-5e2b-4119-9624-91f3fd4f9af2\", \"cluster_id\":\"318aad8d-b93e-45fa-b437-a04479335018\", \"created_at\":\"2025-10-30T17:45:36.337310Z\", \"updated_at\":\"2025-10-30T17:45:36.337310Z\", \"name\":\"test-pool-placement-group\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"b679f0a9-4937-48ec-9789-91f0198f3026\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "760" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:48:30 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - b49a9db9-ab8d-4996-af96-9be58d2e8dba + status: 200 OK + code: 200 + duration: 335.721825ms +- id: 50 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/fabf3205-5e2b-4119-9624-91f3fd4f9af2 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 760 + body: "{\"region\":\"fr-par\", \"id\":\"fabf3205-5e2b-4119-9624-91f3fd4f9af2\", \"cluster_id\":\"318aad8d-b93e-45fa-b437-a04479335018\", \"created_at\":\"2025-10-30T17:45:36.337310Z\", \"updated_at\":\"2025-10-30T17:45:36.337310Z\", \"name\":\"test-pool-placement-group\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"b679f0a9-4937-48ec-9789-91f0198f3026\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "760" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:48:35 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 6297d6b6-1937-4ae7-aa24-cf837713fa2d + status: 200 OK + code: 200 + duration: 72.144348ms +- id: 51 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/fabf3205-5e2b-4119-9624-91f3fd4f9af2 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 760 + body: "{\"region\":\"fr-par\", \"id\":\"fabf3205-5e2b-4119-9624-91f3fd4f9af2\", \"cluster_id\":\"318aad8d-b93e-45fa-b437-a04479335018\", \"created_at\":\"2025-10-30T17:45:36.337310Z\", \"updated_at\":\"2025-10-30T17:45:36.337310Z\", \"name\":\"test-pool-placement-group\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"b679f0a9-4937-48ec-9789-91f0198f3026\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "760" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:48:40 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - e5b5933c-0372-4511-a20f-17431c55b575 + status: 200 OK + code: 200 + duration: 103.227926ms +- id: 52 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/fabf3205-5e2b-4119-9624-91f3fd4f9af2 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 760 + body: "{\"region\":\"fr-par\", \"id\":\"fabf3205-5e2b-4119-9624-91f3fd4f9af2\", \"cluster_id\":\"318aad8d-b93e-45fa-b437-a04479335018\", \"created_at\":\"2025-10-30T17:45:36.337310Z\", \"updated_at\":\"2025-10-30T17:45:36.337310Z\", \"name\":\"test-pool-placement-group\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"b679f0a9-4937-48ec-9789-91f0198f3026\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "760" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:48:45 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 43957ec7-40b8-4bbc-bda9-a26521819d50 + status: 200 OK + code: 200 + duration: 73.78498ms +- id: 53 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/fabf3205-5e2b-4119-9624-91f3fd4f9af2 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 760 + body: "{\"region\":\"fr-par\", \"id\":\"fabf3205-5e2b-4119-9624-91f3fd4f9af2\", \"cluster_id\":\"318aad8d-b93e-45fa-b437-a04479335018\", \"created_at\":\"2025-10-30T17:45:36.337310Z\", \"updated_at\":\"2025-10-30T17:45:36.337310Z\", \"name\":\"test-pool-placement-group\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"b679f0a9-4937-48ec-9789-91f0198f3026\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "760" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:48:50 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - d18dd417-5b1b-4498-9fac-2cfac8cb16e1 + status: 200 OK + code: 200 + duration: 93.387319ms +- id: 54 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/fabf3205-5e2b-4119-9624-91f3fd4f9af2 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 760 + body: "{\"region\":\"fr-par\", \"id\":\"fabf3205-5e2b-4119-9624-91f3fd4f9af2\", \"cluster_id\":\"318aad8d-b93e-45fa-b437-a04479335018\", \"created_at\":\"2025-10-30T17:45:36.337310Z\", \"updated_at\":\"2025-10-30T17:45:36.337310Z\", \"name\":\"test-pool-placement-group\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"b679f0a9-4937-48ec-9789-91f0198f3026\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "760" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:48:55 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 4f00684f-5daa-458c-ac1f-9a78f7a53b10 + status: 200 OK + code: 200 + duration: 89.833444ms +- id: 55 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/fabf3205-5e2b-4119-9624-91f3fd4f9af2 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 760 + body: "{\"region\":\"fr-par\", \"id\":\"fabf3205-5e2b-4119-9624-91f3fd4f9af2\", \"cluster_id\":\"318aad8d-b93e-45fa-b437-a04479335018\", \"created_at\":\"2025-10-30T17:45:36.337310Z\", \"updated_at\":\"2025-10-30T17:45:36.337310Z\", \"name\":\"test-pool-placement-group\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"b679f0a9-4937-48ec-9789-91f0198f3026\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "760" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:49:00 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - c466b590-eb74-4aa6-acda-8e231760809a + status: 200 OK + code: 200 + duration: 78.459047ms +- id: 56 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/fabf3205-5e2b-4119-9624-91f3fd4f9af2 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 760 + body: "{\"region\":\"fr-par\", \"id\":\"fabf3205-5e2b-4119-9624-91f3fd4f9af2\", \"cluster_id\":\"318aad8d-b93e-45fa-b437-a04479335018\", \"created_at\":\"2025-10-30T17:45:36.337310Z\", \"updated_at\":\"2025-10-30T17:45:36.337310Z\", \"name\":\"test-pool-placement-group\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"b679f0a9-4937-48ec-9789-91f0198f3026\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "760" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:49:05 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 150f78fa-a502-4844-a03a-f43870f9f98f + status: 200 OK + code: 200 + duration: 91.010418ms +- id: 57 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/fabf3205-5e2b-4119-9624-91f3fd4f9af2 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 760 + body: "{\"region\":\"fr-par\", \"id\":\"fabf3205-5e2b-4119-9624-91f3fd4f9af2\", \"cluster_id\":\"318aad8d-b93e-45fa-b437-a04479335018\", \"created_at\":\"2025-10-30T17:45:36.337310Z\", \"updated_at\":\"2025-10-30T17:45:36.337310Z\", \"name\":\"test-pool-placement-group\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"b679f0a9-4937-48ec-9789-91f0198f3026\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "760" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:49:10 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 2770edc4-031a-44a2-9f48-88cfb9dbd272 + status: 200 OK + code: 200 + duration: 90.717702ms +- id: 58 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/fabf3205-5e2b-4119-9624-91f3fd4f9af2 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 760 + body: "{\"region\":\"fr-par\", \"id\":\"fabf3205-5e2b-4119-9624-91f3fd4f9af2\", \"cluster_id\":\"318aad8d-b93e-45fa-b437-a04479335018\", \"created_at\":\"2025-10-30T17:45:36.337310Z\", \"updated_at\":\"2025-10-30T17:45:36.337310Z\", \"name\":\"test-pool-placement-group\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"b679f0a9-4937-48ec-9789-91f0198f3026\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "760" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:49:15 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 9cd115c7-2038-4f18-9571-73f4d814a113 + status: 200 OK + code: 200 + duration: 100.5002ms +- id: 59 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/fabf3205-5e2b-4119-9624-91f3fd4f9af2 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 760 + body: "{\"region\":\"fr-par\", \"id\":\"fabf3205-5e2b-4119-9624-91f3fd4f9af2\", \"cluster_id\":\"318aad8d-b93e-45fa-b437-a04479335018\", \"created_at\":\"2025-10-30T17:45:36.337310Z\", \"updated_at\":\"2025-10-30T17:45:36.337310Z\", \"name\":\"test-pool-placement-group\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"b679f0a9-4937-48ec-9789-91f0198f3026\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "760" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:49:21 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - aa48e509-f093-473d-b897-227e967b04bd + status: 200 OK + code: 200 + duration: 84.192153ms +- id: 60 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/fabf3205-5e2b-4119-9624-91f3fd4f9af2 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 760 + body: "{\"region\":\"fr-par\", \"id\":\"fabf3205-5e2b-4119-9624-91f3fd4f9af2\", \"cluster_id\":\"318aad8d-b93e-45fa-b437-a04479335018\", \"created_at\":\"2025-10-30T17:45:36.337310Z\", \"updated_at\":\"2025-10-30T17:45:36.337310Z\", \"name\":\"test-pool-placement-group\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"b679f0a9-4937-48ec-9789-91f0198f3026\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "760" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:49:26 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 5dac2620-afcd-4e0f-baa7-14293b89d9d2 + status: 200 OK + code: 200 + duration: 93.68618ms +- id: 61 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/fabf3205-5e2b-4119-9624-91f3fd4f9af2 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 760 + body: "{\"region\":\"fr-par\", \"id\":\"fabf3205-5e2b-4119-9624-91f3fd4f9af2\", \"cluster_id\":\"318aad8d-b93e-45fa-b437-a04479335018\", \"created_at\":\"2025-10-30T17:45:36.337310Z\", \"updated_at\":\"2025-10-30T17:45:36.337310Z\", \"name\":\"test-pool-placement-group\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"b679f0a9-4937-48ec-9789-91f0198f3026\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "760" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:49:31 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 4399df81-a8ce-46da-a481-bfc5246f0e26 + status: 200 OK + code: 200 + duration: 74.274168ms +- id: 62 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/fabf3205-5e2b-4119-9624-91f3fd4f9af2 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 760 + body: "{\"region\":\"fr-par\", \"id\":\"fabf3205-5e2b-4119-9624-91f3fd4f9af2\", \"cluster_id\":\"318aad8d-b93e-45fa-b437-a04479335018\", \"created_at\":\"2025-10-30T17:45:36.337310Z\", \"updated_at\":\"2025-10-30T17:45:36.337310Z\", \"name\":\"test-pool-placement-group\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"b679f0a9-4937-48ec-9789-91f0198f3026\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "760" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:49:36 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 0b055c7b-0efe-4be8-a88d-5e377b42dc42 + status: 200 OK + code: 200 + duration: 119.711871ms +- id: 63 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/fabf3205-5e2b-4119-9624-91f3fd4f9af2 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 760 + body: "{\"region\":\"fr-par\", \"id\":\"fabf3205-5e2b-4119-9624-91f3fd4f9af2\", \"cluster_id\":\"318aad8d-b93e-45fa-b437-a04479335018\", \"created_at\":\"2025-10-30T17:45:36.337310Z\", \"updated_at\":\"2025-10-30T17:45:36.337310Z\", \"name\":\"test-pool-placement-group\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"b679f0a9-4937-48ec-9789-91f0198f3026\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "760" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:49:41 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 4375732e-20ea-4799-b6bf-f8ddd4a0a60d + status: 200 OK + code: 200 + duration: 103.766162ms +- id: 64 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/fabf3205-5e2b-4119-9624-91f3fd4f9af2 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 760 + body: "{\"region\":\"fr-par\", \"id\":\"fabf3205-5e2b-4119-9624-91f3fd4f9af2\", \"cluster_id\":\"318aad8d-b93e-45fa-b437-a04479335018\", \"created_at\":\"2025-10-30T17:45:36.337310Z\", \"updated_at\":\"2025-10-30T17:45:36.337310Z\", \"name\":\"test-pool-placement-group\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"b679f0a9-4937-48ec-9789-91f0198f3026\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "760" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:49:46 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - df4da3ea-a187-4a13-928e-1f305a64a1cb + status: 200 OK + code: 200 + duration: 80.999404ms +- id: 65 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/fabf3205-5e2b-4119-9624-91f3fd4f9af2 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 760 + body: "{\"region\":\"fr-par\", \"id\":\"fabf3205-5e2b-4119-9624-91f3fd4f9af2\", \"cluster_id\":\"318aad8d-b93e-45fa-b437-a04479335018\", \"created_at\":\"2025-10-30T17:45:36.337310Z\", \"updated_at\":\"2025-10-30T17:45:36.337310Z\", \"name\":\"test-pool-placement-group\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"b679f0a9-4937-48ec-9789-91f0198f3026\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "760" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:49:51 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - a8f8197a-5c0d-4a49-bf12-f435293726e9 + status: 200 OK + code: 200 + duration: 77.83556ms +- id: 66 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/fabf3205-5e2b-4119-9624-91f3fd4f9af2 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 760 + body: "{\"region\":\"fr-par\", \"id\":\"fabf3205-5e2b-4119-9624-91f3fd4f9af2\", \"cluster_id\":\"318aad8d-b93e-45fa-b437-a04479335018\", \"created_at\":\"2025-10-30T17:45:36.337310Z\", \"updated_at\":\"2025-10-30T17:45:36.337310Z\", \"name\":\"test-pool-placement-group\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"b679f0a9-4937-48ec-9789-91f0198f3026\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "760" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:49:56 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - c2625ead-fcfc-42ad-b665-728c52045239 + status: 200 OK + code: 200 + duration: 80.448635ms +- id: 67 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/fabf3205-5e2b-4119-9624-91f3fd4f9af2 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 760 + body: "{\"region\":\"fr-par\", \"id\":\"fabf3205-5e2b-4119-9624-91f3fd4f9af2\", \"cluster_id\":\"318aad8d-b93e-45fa-b437-a04479335018\", \"created_at\":\"2025-10-30T17:45:36.337310Z\", \"updated_at\":\"2025-10-30T17:45:36.337310Z\", \"name\":\"test-pool-placement-group\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"b679f0a9-4937-48ec-9789-91f0198f3026\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "760" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:50:01 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - a21e552f-d180-4d46-ab80-709f1db4ebeb + status: 200 OK + code: 200 + duration: 114.767318ms +- id: 68 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/fabf3205-5e2b-4119-9624-91f3fd4f9af2 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 760 + body: "{\"region\":\"fr-par\", \"id\":\"fabf3205-5e2b-4119-9624-91f3fd4f9af2\", \"cluster_id\":\"318aad8d-b93e-45fa-b437-a04479335018\", \"created_at\":\"2025-10-30T17:45:36.337310Z\", \"updated_at\":\"2025-10-30T17:45:36.337310Z\", \"name\":\"test-pool-placement-group\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"b679f0a9-4937-48ec-9789-91f0198f3026\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "760" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:50:06 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 72258900-b335-4b88-959e-f754dd56c4f6 + status: 200 OK + code: 200 + duration: 112.476823ms +- id: 69 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/fabf3205-5e2b-4119-9624-91f3fd4f9af2 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 760 + body: "{\"region\":\"fr-par\", \"id\":\"fabf3205-5e2b-4119-9624-91f3fd4f9af2\", \"cluster_id\":\"318aad8d-b93e-45fa-b437-a04479335018\", \"created_at\":\"2025-10-30T17:45:36.337310Z\", \"updated_at\":\"2025-10-30T17:45:36.337310Z\", \"name\":\"test-pool-placement-group\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"b679f0a9-4937-48ec-9789-91f0198f3026\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "760" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:50:12 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 98ecfe57-4f70-4c66-ace1-8bb37e9cc4f5 + status: 200 OK + code: 200 + duration: 93.666486ms +- id: 70 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/fabf3205-5e2b-4119-9624-91f3fd4f9af2 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 760 + body: "{\"region\":\"fr-par\", \"id\":\"fabf3205-5e2b-4119-9624-91f3fd4f9af2\", \"cluster_id\":\"318aad8d-b93e-45fa-b437-a04479335018\", \"created_at\":\"2025-10-30T17:45:36.337310Z\", \"updated_at\":\"2025-10-30T17:45:36.337310Z\", \"name\":\"test-pool-placement-group\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"b679f0a9-4937-48ec-9789-91f0198f3026\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "760" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:50:17 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 9fb69eef-734f-4cb4-97f8-ce2e7dcc38c0 + status: 200 OK + code: 200 + duration: 94.312411ms +- id: 71 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/fabf3205-5e2b-4119-9624-91f3fd4f9af2 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 760 + body: "{\"region\":\"fr-par\", \"id\":\"fabf3205-5e2b-4119-9624-91f3fd4f9af2\", \"cluster_id\":\"318aad8d-b93e-45fa-b437-a04479335018\", \"created_at\":\"2025-10-30T17:45:36.337310Z\", \"updated_at\":\"2025-10-30T17:45:36.337310Z\", \"name\":\"test-pool-placement-group\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"b679f0a9-4937-48ec-9789-91f0198f3026\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "760" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:50:22 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 726b17d1-503b-4c58-9707-0a2c550e2f77 + status: 200 OK + code: 200 + duration: 113.016525ms +- id: 72 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/fabf3205-5e2b-4119-9624-91f3fd4f9af2 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 760 + body: "{\"region\":\"fr-par\", \"id\":\"fabf3205-5e2b-4119-9624-91f3fd4f9af2\", \"cluster_id\":\"318aad8d-b93e-45fa-b437-a04479335018\", \"created_at\":\"2025-10-30T17:45:36.337310Z\", \"updated_at\":\"2025-10-30T17:45:36.337310Z\", \"name\":\"test-pool-placement-group\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"b679f0a9-4937-48ec-9789-91f0198f3026\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "760" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:50:27 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 94825930-3047-414e-bd3d-0941b7c70f41 + status: 200 OK + code: 200 + duration: 77.710369ms +- id: 73 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/fabf3205-5e2b-4119-9624-91f3fd4f9af2 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 760 + body: "{\"region\":\"fr-par\", \"id\":\"fabf3205-5e2b-4119-9624-91f3fd4f9af2\", \"cluster_id\":\"318aad8d-b93e-45fa-b437-a04479335018\", \"created_at\":\"2025-10-30T17:45:36.337310Z\", \"updated_at\":\"2025-10-30T17:45:36.337310Z\", \"name\":\"test-pool-placement-group\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"b679f0a9-4937-48ec-9789-91f0198f3026\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "760" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:50:32 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - acde8ce7-48b8-435d-908c-9e9dd64dd0f7 + status: 200 OK + code: 200 + duration: 104.236814ms +- id: 74 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/fabf3205-5e2b-4119-9624-91f3fd4f9af2 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 760 + body: "{\"region\":\"fr-par\", \"id\":\"fabf3205-5e2b-4119-9624-91f3fd4f9af2\", \"cluster_id\":\"318aad8d-b93e-45fa-b437-a04479335018\", \"created_at\":\"2025-10-30T17:45:36.337310Z\", \"updated_at\":\"2025-10-30T17:45:36.337310Z\", \"name\":\"test-pool-placement-group\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"b679f0a9-4937-48ec-9789-91f0198f3026\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "760" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:50:37 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 4a1a2678-e192-4f9a-aba4-0763de18085f + status: 200 OK + code: 200 + duration: 85.251515ms +- id: 75 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/fabf3205-5e2b-4119-9624-91f3fd4f9af2 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 760 + body: "{\"region\":\"fr-par\", \"id\":\"fabf3205-5e2b-4119-9624-91f3fd4f9af2\", \"cluster_id\":\"318aad8d-b93e-45fa-b437-a04479335018\", \"created_at\":\"2025-10-30T17:45:36.337310Z\", \"updated_at\":\"2025-10-30T17:45:36.337310Z\", \"name\":\"test-pool-placement-group\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"b679f0a9-4937-48ec-9789-91f0198f3026\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "760" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:50:42 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - e0245ebf-caaf-43c2-acfe-bb7715779d16 + status: 200 OK + code: 200 + duration: 85.370181ms +- id: 76 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/fabf3205-5e2b-4119-9624-91f3fd4f9af2 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 760 + body: "{\"region\":\"fr-par\", \"id\":\"fabf3205-5e2b-4119-9624-91f3fd4f9af2\", \"cluster_id\":\"318aad8d-b93e-45fa-b437-a04479335018\", \"created_at\":\"2025-10-30T17:45:36.337310Z\", \"updated_at\":\"2025-10-30T17:45:36.337310Z\", \"name\":\"test-pool-placement-group\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"b679f0a9-4937-48ec-9789-91f0198f3026\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "760" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:50:47 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - d6851d50-6462-4290-b94d-376dc6162e51 + status: 200 OK + code: 200 + duration: 99.433417ms +- id: 77 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/fabf3205-5e2b-4119-9624-91f3fd4f9af2 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 760 + body: "{\"region\":\"fr-par\", \"id\":\"fabf3205-5e2b-4119-9624-91f3fd4f9af2\", \"cluster_id\":\"318aad8d-b93e-45fa-b437-a04479335018\", \"created_at\":\"2025-10-30T17:45:36.337310Z\", \"updated_at\":\"2025-10-30T17:45:36.337310Z\", \"name\":\"test-pool-placement-group\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"b679f0a9-4937-48ec-9789-91f0198f3026\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "760" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:50:52 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - f52472c9-7830-478c-9515-37ea6e70012c + status: 200 OK + code: 200 + duration: 107.972505ms +- id: 78 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/fabf3205-5e2b-4119-9624-91f3fd4f9af2 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 760 + body: "{\"region\":\"fr-par\", \"id\":\"fabf3205-5e2b-4119-9624-91f3fd4f9af2\", \"cluster_id\":\"318aad8d-b93e-45fa-b437-a04479335018\", \"created_at\":\"2025-10-30T17:45:36.337310Z\", \"updated_at\":\"2025-10-30T17:45:36.337310Z\", \"name\":\"test-pool-placement-group\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"b679f0a9-4937-48ec-9789-91f0198f3026\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "760" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:50:57 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 88c64777-6f41-4748-8daf-c02332b7ba51 + status: 200 OK + code: 200 + duration: 80.760695ms +- id: 79 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/fabf3205-5e2b-4119-9624-91f3fd4f9af2 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 760 + body: "{\"region\":\"fr-par\", \"id\":\"fabf3205-5e2b-4119-9624-91f3fd4f9af2\", \"cluster_id\":\"318aad8d-b93e-45fa-b437-a04479335018\", \"created_at\":\"2025-10-30T17:45:36.337310Z\", \"updated_at\":\"2025-10-30T17:45:36.337310Z\", \"name\":\"test-pool-placement-group\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"b679f0a9-4937-48ec-9789-91f0198f3026\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "760" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:51:03 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - b2eca24f-2e5a-4ab1-b1e9-3ea3efda4d2b + status: 200 OK + code: 200 + duration: 73.720794ms +- id: 80 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/fabf3205-5e2b-4119-9624-91f3fd4f9af2 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 760 + body: "{\"region\":\"fr-par\", \"id\":\"fabf3205-5e2b-4119-9624-91f3fd4f9af2\", \"cluster_id\":\"318aad8d-b93e-45fa-b437-a04479335018\", \"created_at\":\"2025-10-30T17:45:36.337310Z\", \"updated_at\":\"2025-10-30T17:45:36.337310Z\", \"name\":\"test-pool-placement-group\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"b679f0a9-4937-48ec-9789-91f0198f3026\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "760" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:51:08 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - d70445da-2b39-4d98-800c-b9556c669a1e + status: 200 OK + code: 200 + duration: 95.164464ms +- id: 81 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/fabf3205-5e2b-4119-9624-91f3fd4f9af2 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 760 + body: "{\"region\":\"fr-par\", \"id\":\"fabf3205-5e2b-4119-9624-91f3fd4f9af2\", \"cluster_id\":\"318aad8d-b93e-45fa-b437-a04479335018\", \"created_at\":\"2025-10-30T17:45:36.337310Z\", \"updated_at\":\"2025-10-30T17:45:36.337310Z\", \"name\":\"test-pool-placement-group\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"b679f0a9-4937-48ec-9789-91f0198f3026\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "760" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:51:13 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 42de613e-7d4f-4624-8f22-3e2b0af0115a + status: 200 OK + code: 200 + duration: 86.791711ms +- id: 82 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/fabf3205-5e2b-4119-9624-91f3fd4f9af2 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 760 + body: "{\"region\":\"fr-par\", \"id\":\"fabf3205-5e2b-4119-9624-91f3fd4f9af2\", \"cluster_id\":\"318aad8d-b93e-45fa-b437-a04479335018\", \"created_at\":\"2025-10-30T17:45:36.337310Z\", \"updated_at\":\"2025-10-30T17:45:36.337310Z\", \"name\":\"test-pool-placement-group\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"b679f0a9-4937-48ec-9789-91f0198f3026\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "760" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:51:18 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 753498d7-ee68-4537-ae9b-3bb7184a6b6e + status: 200 OK + code: 200 + duration: 126.199198ms +- id: 83 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/fabf3205-5e2b-4119-9624-91f3fd4f9af2 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 758 + body: "{\"region\":\"fr-par\", \"id\":\"fabf3205-5e2b-4119-9624-91f3fd4f9af2\", \"cluster_id\":\"318aad8d-b93e-45fa-b437-a04479335018\", \"created_at\":\"2025-10-30T17:45:36.337310Z\", \"updated_at\":\"2025-10-30T17:51:18.354228Z\", \"name\":\"test-pool-placement-group\", \"status\":\"ready\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"b679f0a9-4937-48ec-9789-91f0198f3026\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "758" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:51:23 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - ad6d5e55-a101-46bd-8b2f-7ae4cf6105c5 + status: 200 OK + code: 200 + duration: 78.345382ms +- id: 84 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/318aad8d-b93e-45fa-b437-a04479335018 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1649 + body: "{\"region\":\"fr-par\", \"id\":\"318aad8d-b93e-45fa-b437-a04479335018\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:45:30.773233Z\", \"updated_at\":\"2025-10-30T17:46:45.624878Z\", \"type\":\"kapsule\", \"name\":\"test-pool-placement-group\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"calico\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"placement_group\"], \"cluster_url\":\"https://318aad8d-b93e-45fa-b437-a04479335018.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.318aad8d-b93e-45fa-b437-a04479335018.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"a6e03343-b4f2-464c-91d9-fbf821df60a9\", \"commitment_ends_at\":\"2025-10-30T17:45:30.773242Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"706a0744-bfaf-48f9-86f8-00551cac2d4e\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1649" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:51:23 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 40b8227a-e11a-468e-b750-f9092e2e5a99 + status: 200 OK + code: 200 + duration: 99.901131ms +- id: 85 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/fabf3205-5e2b-4119-9624-91f3fd4f9af2 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 758 + body: "{\"region\":\"fr-par\", \"id\":\"fabf3205-5e2b-4119-9624-91f3fd4f9af2\", \"cluster_id\":\"318aad8d-b93e-45fa-b437-a04479335018\", \"created_at\":\"2025-10-30T17:45:36.337310Z\", \"updated_at\":\"2025-10-30T17:51:18.354228Z\", \"name\":\"test-pool-placement-group\", \"status\":\"ready\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"b679f0a9-4937-48ec-9789-91f0198f3026\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "758" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:51:23 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - e547db4f-0502-463a-827e-7230efa9dbe7 + status: 200 OK + code: 200 + duration: 26.018806ms +- id: 86 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + form: + order_by: + - created_at_asc + page: + - "1" + pool_id: + - fabf3205-5e2b-4119-9624-91f3fd4f9af2 + status: + - unknown + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/318aad8d-b93e-45fa-b437-a04479335018/nodes?order_by=created_at_asc&page=1&pool_id=fabf3205-5e2b-4119-9624-91f3fd4f9af2&status=unknown + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 619 + body: "{\"total_count\":1, \"nodes\":[{\"region\":\"fr-par\", \"id\":\"046d87c5-5633-44b8-b7d5-de075a08aa4f\", \"cluster_id\":\"318aad8d-b93e-45fa-b437-a04479335018\", \"created_at\":\"2025-10-30T17:50:42.420824Z\", \"updated_at\":\"2025-10-30T17:51:18.341157Z\", \"pool_id\":\"fabf3205-5e2b-4119-9624-91f3fd4f9af2\", \"status\":\"ready\", \"conditions\":{\"DiskPressure\":\"False\", \"MemoryPressure\":\"False\", \"PIDPressure\":\"False\", \"Ready\":\"True\"}, \"name\":\"scw-test-pool-placeme-test-pool-placeme-046d87\", \"public_ip_v4\":\"51.15.236.240\", \"public_ip_v6\":null, \"provider_id\":\"scaleway://instance/fr-par-1/48201a01-ad07-4809-92af-588df31167e0\", \"error_message\":\"\"}]}" + headers: + Content-Length: + - "619" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:51:23 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 2a987ced-7d3c-448b-aaa2-9e136f18a247 + status: 200 OK + code: 200 + duration: 34.975858ms +- id: 87 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/318aad8d-b93e-45fa-b437-a04479335018 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1649 + body: "{\"region\":\"fr-par\", \"id\":\"318aad8d-b93e-45fa-b437-a04479335018\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:45:30.773233Z\", \"updated_at\":\"2025-10-30T17:46:45.624878Z\", \"type\":\"kapsule\", \"name\":\"test-pool-placement-group\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"calico\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"placement_group\"], \"cluster_url\":\"https://318aad8d-b93e-45fa-b437-a04479335018.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.318aad8d-b93e-45fa-b437-a04479335018.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"a6e03343-b4f2-464c-91d9-fbf821df60a9\", \"commitment_ends_at\":\"2025-10-30T17:45:30.773242Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"706a0744-bfaf-48f9-86f8-00551cac2d4e\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1649" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:51:23 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - ec585232-9180-4375-9da2-1a53d8f8ed91 + status: 200 OK + code: 200 + duration: 20.776357ms +- id: 88 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + form: + order_by: + - created_at_desc + project_id: + - 105bdce1-64c0-48ab-899d-868455867ecf + resource_name: + - scw-test-pool-placeme-test-pool-placeme-046d87 + resource_type: + - unknown_type + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/ipam/v1/regions/fr-par/ips?order_by=created_at_desc&project_id=105bdce1-64c0-48ab-899d-868455867ecf&resource_name=scw-test-pool-placeme-test-pool-placeme-046d87&resource_type=unknown_type + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1122 + body: "{\"total_count\":2, \"ips\":[{\"id\":\"8d879388-074e-4835-90fc-32ef09afdcb0\", \"address\":\"fd5f:519c:6d46:3cb1:1a34:ef11:4b6a:46c5/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":true, \"created_at\":\"2025-10-30T17:50:46.508424Z\", \"updated_at\":\"2025-10-30T17:50:46.508424Z\", \"source\":{\"subnet_id\":\"6d2c167e-e877-4762-911a-5b108ec599c5\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"f7117353-47c3-4ba3-8f9a-e2038c9a4dda\", \"mac_address\":\"02:00:00:1F:EA:24\", \"name\":\"scw-test-pool-placeme-test-pool-placeme-046d87\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}, {\"id\":\"cb27ced9-cac2-4839-afa7-639514152cec\", \"address\":\"172.18.36.3/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":false, \"created_at\":\"2025-10-30T17:50:46.349722Z\", \"updated_at\":\"2025-10-30T17:50:46.349722Z\", \"source\":{\"subnet_id\":\"d0de5f08-a5b5-4b74-910f-074464b7628c\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"f7117353-47c3-4ba3-8f9a-e2038c9a4dda\", \"mac_address\":\"02:00:00:1F:EA:24\", \"name\":\"scw-test-pool-placeme-test-pool-placeme-046d87\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}]}" + headers: + Content-Length: + - "1122" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:51:23 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 068f822e-2143-4287-bc9e-b9378bc2ec4c + status: 200 OK + code: 200 + duration: 95.152177ms +- id: 89 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/318aad8d-b93e-45fa-b437-a04479335018 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1649 + body: "{\"region\":\"fr-par\", \"id\":\"318aad8d-b93e-45fa-b437-a04479335018\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:45:30.773233Z\", \"updated_at\":\"2025-10-30T17:46:45.624878Z\", \"type\":\"kapsule\", \"name\":\"test-pool-placement-group\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"calico\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"placement_group\"], \"cluster_url\":\"https://318aad8d-b93e-45fa-b437-a04479335018.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.318aad8d-b93e-45fa-b437-a04479335018.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"a6e03343-b4f2-464c-91d9-fbf821df60a9\", \"commitment_ends_at\":\"2025-10-30T17:45:30.773242Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"706a0744-bfaf-48f9-86f8-00551cac2d4e\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1649" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:51:23 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 74dc5f1e-0807-44bf-86b2-b71c9593300f + status: 200 OK + code: 200 + duration: 25.97807ms +- id: 90 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/fabf3205-5e2b-4119-9624-91f3fd4f9af2 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 758 + body: "{\"region\":\"fr-par\", \"id\":\"fabf3205-5e2b-4119-9624-91f3fd4f9af2\", \"cluster_id\":\"318aad8d-b93e-45fa-b437-a04479335018\", \"created_at\":\"2025-10-30T17:45:36.337310Z\", \"updated_at\":\"2025-10-30T17:51:18.354228Z\", \"name\":\"test-pool-placement-group\", \"status\":\"ready\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"b679f0a9-4937-48ec-9789-91f0198f3026\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "758" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:51:23 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 6ebf7f63-0fc4-4018-91d5-e1548a9221dd + status: 200 OK + code: 200 + duration: 23.948781ms +- id: 91 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/vpc/v2/regions/fr-par/vpcs/f3ec978c-ac7e-4f09-b168-577fbba93617 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 437 + body: "{\"id\":\"f3ec978c-ac7e-4f09-b168-577fbba93617\", \"name\":\"testAccCheckK8SPoolConfigPlacementGroup\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:45:29.579681Z\", \"updated_at\":\"2025-10-30T17:45:29.579681Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_default\":false, \"private_network_count\":1, \"routing_enabled\":true, \"custom_routes_propagation_enabled\":true, \"region\":\"fr-par\"}" + headers: + Content-Length: + - "437" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:51:24 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - cfe52a0f-9daf-4fe0-a42f-b5eca4e03405 + status: 200 OK + code: 200 + duration: 85.809171ms +- id: 92 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/placement_groups/b679f0a9-4937-48ec-9789-91f0198f3026 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 331 + body: "{\"placement_group\": {\"id\": \"b679f0a9-4937-48ec-9789-91f0198f3026\", \"name\": \"test-pool-placement-group\", \"organization\": \"105bdce1-64c0-48ab-899d-868455867ecf\", \"project\": \"105bdce1-64c0-48ab-899d-868455867ecf\", \"policy_mode\": \"optional\", \"policy_type\": \"max_availability\", \"policy_respected\": true, \"tags\": [], \"zone\": \"fr-par-1\"}}" + headers: + Content-Length: + - "331" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:51:24 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - af1616f0-6dd8-45b6-81fe-c1ed024489bb + status: 200 OK + code: 200 + duration: 99.390302ms +- id: 93 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks/a6e03343-b4f2-464c-91d9-fbf821df60a9 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1095 + body: "{\"id\":\"a6e03343-b4f2-464c-91d9-fbf821df60a9\", \"name\":\"test-pool-placement-group\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:45:29.724802Z\", \"updated_at\":\"2025-10-30T17:45:29.724802Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"subnets\":[{\"id\":\"d0de5f08-a5b5-4b74-910f-074464b7628c\", \"created_at\":\"2025-10-30T17:45:29.724802Z\", \"updated_at\":\"2025-10-30T17:45:29.724802Z\", \"subnet\":\"172.18.36.0/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"a6e03343-b4f2-464c-91d9-fbf821df60a9\", \"vpc_id\":\"f3ec978c-ac7e-4f09-b168-577fbba93617\"}, {\"id\":\"6d2c167e-e877-4762-911a-5b108ec599c5\", \"created_at\":\"2025-10-30T17:45:29.724802Z\", \"updated_at\":\"2025-10-30T17:45:29.724802Z\", \"subnet\":\"fd5f:519c:6d46:3cb1::/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"a6e03343-b4f2-464c-91d9-fbf821df60a9\", \"vpc_id\":\"f3ec978c-ac7e-4f09-b168-577fbba93617\"}], \"vpc_id\":\"f3ec978c-ac7e-4f09-b168-577fbba93617\", \"dhcp_enabled\":true, \"default_route_propagation_enabled\":false, \"region\":\"fr-par\"}" + headers: + Content-Length: + - "1095" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:51:24 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - d7e47b13-93d9-4e36-a73b-91060d7f4d0a + status: 200 OK + code: 200 + duration: 25.00312ms +- id: 94 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/318aad8d-b93e-45fa-b437-a04479335018 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1649 + body: "{\"region\":\"fr-par\", \"id\":\"318aad8d-b93e-45fa-b437-a04479335018\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:45:30.773233Z\", \"updated_at\":\"2025-10-30T17:46:45.624878Z\", \"type\":\"kapsule\", \"name\":\"test-pool-placement-group\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"calico\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"placement_group\"], \"cluster_url\":\"https://318aad8d-b93e-45fa-b437-a04479335018.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.318aad8d-b93e-45fa-b437-a04479335018.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"a6e03343-b4f2-464c-91d9-fbf821df60a9\", \"commitment_ends_at\":\"2025-10-30T17:45:30.773242Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"706a0744-bfaf-48f9-86f8-00551cac2d4e\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1649" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:51:24 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 91692a9a-0442-48f2-8080-d2f9edeb07ba + status: 200 OK + code: 200 + duration: 25.451752ms +- id: 95 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/318aad8d-b93e-45fa-b437-a04479335018/kubeconfig + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1738 + body: "{\"name\":\"kubeconfig\", \"content_type\":\"application/octet-stream\", \"content\":\"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogInRlc3QtcG9vbC1wbGFjZW1lbnQtZ3JvdXAiCiAgY2x1c3RlcjoKICAgIGNlcnRpZmljYXRlLWF1dGhvcml0eS1kYXRhOiBMUzB0TFMxQ1JVZEpUaUJEUlZKVVNVWkpRMEZVUlMwdExTMHRDazFKU1VKWGVrTkRRVkZIWjBGM1NVSkJaMGxDUVVSQlMwSm5aM0ZvYTJwUFVGRlJSRUZxUVZaTlVrMTNSVkZaUkZaUlVVUkZkM0J5WkZkS2JHTnROV3dLWkVkV2VrMUNORmhFVkVreFRWUkJlVTlVUlROT1JGVjZUVVp2V0VSVVRURk5WRUY1VDFSRk0wNUVWWHBOUm05M1JsUkZWRTFDUlVkQk1WVkZRWGhOU3dwaE0xWnBXbGhLZFZwWVVteGpla0phVFVKTlIwSjVjVWRUVFRRNVFXZEZSME5EY1VkVFRUUTVRWGRGU0VFd1NVRkNUMFp3VDI1aEx6Y3JUa1EwVkZWV0NtbGpiR05wU25wbGIzVmxRV3B6UlZJNVNWaFVXVkYwYjFoemRWaDRSVVVyTDNFMlVXTlJRbGwxUm5GeFZsRjFjbTlPUlVNMlNtZG5Ta1l3VGtoVVNuRUtkbVJHVEd3MWRXcFJha0pCVFVFMFIwRXhWV1JFZDBWQ0wzZFJSVUYzU1VOd1JFRlFRbWRPVmtoU1RVSkJaamhGUWxSQlJFRlJTQzlOUWpCSFFURlZaQXBFWjFGWFFrSlVhMUJQU0UxSlRqaHRibGczUmpkME1UaG9XVEZZWWtnMGNtaEVRVXRDWjJkeGFHdHFUMUJSVVVSQlowNUpRVVJDUmtGcFFsbDNlRFpJQ25SR1JVUkRLMGgwU0ZJd2JXNXBTVTFNWmtOMVlrcG9URkZZYzBoTFNFMVpLMWM0WWxKUlNXaEJTVFE1TTJ0aVVGZGlUQzlyYmpoNFdYWlFRalU0Ym0wS2JUZ3JhRGg0YUdGb1UyVTJUbkZWYUhOeVRFa0tMUzB0TFMxRlRrUWdRMFZTVkVsR1NVTkJWRVV0TFMwdExRbz0KICAgIHNlcnZlcjogaHR0cHM6Ly8zMThhYWQ4ZC1iOTNlLTQ1ZmEtYjQzNy1hMDQ0NzkzMzUwMTguYXBpLms4cy5mci1wYXIuc2N3LmNsb3VkOjY0NDMKY29udGV4dHM6Ci0gbmFtZTogYWRtaW5AdGVzdC1wb29sLXBsYWNlbWVudC1ncm91cAogIGNvbnRleHQ6CiAgICBjbHVzdGVyOiAidGVzdC1wb29sLXBsYWNlbWVudC1ncm91cCIKICAgIHVzZXI6IHRlc3QtcG9vbC1wbGFjZW1lbnQtZ3JvdXAtYWRtaW4KY3VycmVudC1jb250ZXh0OiBhZG1pbkB0ZXN0LXBvb2wtcGxhY2VtZW50LWdyb3VwCmtpbmQ6IENvbmZpZwpwcmVmZXJlbmNlczoge30KdXNlcnM6Ci0gbmFtZTogdGVzdC1wb29sLXBsYWNlbWVudC1ncm91cC1hZG1pbgogIHVzZXI6CiAgICB0b2tlbjogZG5McXR5WVBCVHJuNW1CajNGdDVBUWJFTWw0aDR5ZnpTNW1wRFpCRnY2NGt2UmZKMFFvdGNBeGU=\"}" + headers: + Content-Length: + - "1738" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:51:24 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 44cddb11-1162-4509-8313-3030a7726880 + status: 200 OK + code: 200 + duration: 86.775946ms +- id: 96 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/fabf3205-5e2b-4119-9624-91f3fd4f9af2 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 758 + body: "{\"region\":\"fr-par\", \"id\":\"fabf3205-5e2b-4119-9624-91f3fd4f9af2\", \"cluster_id\":\"318aad8d-b93e-45fa-b437-a04479335018\", \"created_at\":\"2025-10-30T17:45:36.337310Z\", \"updated_at\":\"2025-10-30T17:51:18.354228Z\", \"name\":\"test-pool-placement-group\", \"status\":\"ready\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"b679f0a9-4937-48ec-9789-91f0198f3026\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "758" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:51:24 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 5826d7f2-f860-4a78-ad92-b35ea64867bb + status: 200 OK + code: 200 + duration: 26.122982ms +- id: 97 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + form: + order_by: + - created_at_asc + page: + - "1" + pool_id: + - fabf3205-5e2b-4119-9624-91f3fd4f9af2 + status: + - unknown + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/318aad8d-b93e-45fa-b437-a04479335018/nodes?order_by=created_at_asc&page=1&pool_id=fabf3205-5e2b-4119-9624-91f3fd4f9af2&status=unknown + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 619 + body: "{\"total_count\":1, \"nodes\":[{\"region\":\"fr-par\", \"id\":\"046d87c5-5633-44b8-b7d5-de075a08aa4f\", \"cluster_id\":\"318aad8d-b93e-45fa-b437-a04479335018\", \"created_at\":\"2025-10-30T17:50:42.420824Z\", \"updated_at\":\"2025-10-30T17:51:18.341157Z\", \"pool_id\":\"fabf3205-5e2b-4119-9624-91f3fd4f9af2\", \"status\":\"ready\", \"conditions\":{\"DiskPressure\":\"False\", \"MemoryPressure\":\"False\", \"PIDPressure\":\"False\", \"Ready\":\"True\"}, \"name\":\"scw-test-pool-placeme-test-pool-placeme-046d87\", \"public_ip_v4\":\"51.15.236.240\", \"public_ip_v6\":null, \"provider_id\":\"scaleway://instance/fr-par-1/48201a01-ad07-4809-92af-588df31167e0\", \"error_message\":\"\"}]}" + headers: + Content-Length: + - "619" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:51:24 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - f45bcb18-9291-4411-8182-0fafe7f9b8e0 + status: 200 OK + code: 200 + duration: 20.463991ms +- id: 98 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/318aad8d-b93e-45fa-b437-a04479335018 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1649 + body: "{\"region\":\"fr-par\", \"id\":\"318aad8d-b93e-45fa-b437-a04479335018\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:45:30.773233Z\", \"updated_at\":\"2025-10-30T17:46:45.624878Z\", \"type\":\"kapsule\", \"name\":\"test-pool-placement-group\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"calico\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"placement_group\"], \"cluster_url\":\"https://318aad8d-b93e-45fa-b437-a04479335018.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.318aad8d-b93e-45fa-b437-a04479335018.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"a6e03343-b4f2-464c-91d9-fbf821df60a9\", \"commitment_ends_at\":\"2025-10-30T17:45:30.773242Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"706a0744-bfaf-48f9-86f8-00551cac2d4e\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1649" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:51:24 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - ae7c47bd-73a6-4810-8b54-6eedb357001a + status: 200 OK + code: 200 + duration: 20.174557ms +- id: 99 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + form: + order_by: + - created_at_desc + project_id: + - 105bdce1-64c0-48ab-899d-868455867ecf + resource_name: + - scw-test-pool-placeme-test-pool-placeme-046d87 + resource_type: + - unknown_type + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/ipam/v1/regions/fr-par/ips?order_by=created_at_desc&project_id=105bdce1-64c0-48ab-899d-868455867ecf&resource_name=scw-test-pool-placeme-test-pool-placeme-046d87&resource_type=unknown_type + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1122 + body: "{\"total_count\":2, \"ips\":[{\"id\":\"8d879388-074e-4835-90fc-32ef09afdcb0\", \"address\":\"fd5f:519c:6d46:3cb1:1a34:ef11:4b6a:46c5/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":true, \"created_at\":\"2025-10-30T17:50:46.508424Z\", \"updated_at\":\"2025-10-30T17:50:46.508424Z\", \"source\":{\"subnet_id\":\"6d2c167e-e877-4762-911a-5b108ec599c5\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"f7117353-47c3-4ba3-8f9a-e2038c9a4dda\", \"mac_address\":\"02:00:00:1F:EA:24\", \"name\":\"scw-test-pool-placeme-test-pool-placeme-046d87\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}, {\"id\":\"cb27ced9-cac2-4839-afa7-639514152cec\", \"address\":\"172.18.36.3/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":false, \"created_at\":\"2025-10-30T17:50:46.349722Z\", \"updated_at\":\"2025-10-30T17:50:46.349722Z\", \"source\":{\"subnet_id\":\"d0de5f08-a5b5-4b74-910f-074464b7628c\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"f7117353-47c3-4ba3-8f9a-e2038c9a4dda\", \"mac_address\":\"02:00:00:1F:EA:24\", \"name\":\"scw-test-pool-placeme-test-pool-placeme-046d87\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}]}" + headers: + Content-Length: + - "1122" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:51:24 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - b4021257-970d-46b1-8f38-63d2e4f51e13 + status: 200 OK + code: 200 + duration: 99.134913ms +- id: 100 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/vpc/v2/regions/fr-par/vpcs/f3ec978c-ac7e-4f09-b168-577fbba93617 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 437 + body: "{\"id\":\"f3ec978c-ac7e-4f09-b168-577fbba93617\", \"name\":\"testAccCheckK8SPoolConfigPlacementGroup\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:45:29.579681Z\", \"updated_at\":\"2025-10-30T17:45:29.579681Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_default\":false, \"private_network_count\":1, \"routing_enabled\":true, \"custom_routes_propagation_enabled\":true, \"region\":\"fr-par\"}" + headers: + Content-Length: + - "437" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:51:24 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 28d82ba6-a5e2-4742-afbd-08227cd11122 + status: 200 OK + code: 200 + duration: 92.30333ms +- id: 101 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/318aad8d-b93e-45fa-b437-a04479335018 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1649 + body: "{\"region\":\"fr-par\", \"id\":\"318aad8d-b93e-45fa-b437-a04479335018\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:45:30.773233Z\", \"updated_at\":\"2025-10-30T17:46:45.624878Z\", \"type\":\"kapsule\", \"name\":\"test-pool-placement-group\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"calico\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"placement_group\"], \"cluster_url\":\"https://318aad8d-b93e-45fa-b437-a04479335018.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.318aad8d-b93e-45fa-b437-a04479335018.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"a6e03343-b4f2-464c-91d9-fbf821df60a9\", \"commitment_ends_at\":\"2025-10-30T17:45:30.773242Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"706a0744-bfaf-48f9-86f8-00551cac2d4e\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1649" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:51:24 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 811c98a8-80bb-4539-baa1-66c1e70919fb + status: 200 OK + code: 200 + duration: 92.55377ms +- id: 102 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/fabf3205-5e2b-4119-9624-91f3fd4f9af2 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 758 + body: "{\"region\":\"fr-par\", \"id\":\"fabf3205-5e2b-4119-9624-91f3fd4f9af2\", \"cluster_id\":\"318aad8d-b93e-45fa-b437-a04479335018\", \"created_at\":\"2025-10-30T17:45:36.337310Z\", \"updated_at\":\"2025-10-30T17:51:18.354228Z\", \"name\":\"test-pool-placement-group\", \"status\":\"ready\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"b679f0a9-4937-48ec-9789-91f0198f3026\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "758" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:51:24 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 33ef23ba-b961-402c-9e9b-b0da25bc9c65 + status: 200 OK + code: 200 + duration: 93.54987ms +- id: 103 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/placement_groups/b679f0a9-4937-48ec-9789-91f0198f3026 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 331 + body: "{\"placement_group\": {\"id\": \"b679f0a9-4937-48ec-9789-91f0198f3026\", \"name\": \"test-pool-placement-group\", \"organization\": \"105bdce1-64c0-48ab-899d-868455867ecf\", \"project\": \"105bdce1-64c0-48ab-899d-868455867ecf\", \"policy_mode\": \"optional\", \"policy_type\": \"max_availability\", \"policy_respected\": true, \"tags\": [], \"zone\": \"fr-par-1\"}}" + headers: + Content-Length: + - "331" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:51:24 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - c9a3f807-ba0b-4265-b349-52bddc3a96a5 + status: 200 OK + code: 200 + duration: 111.804453ms +- id: 104 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks/a6e03343-b4f2-464c-91d9-fbf821df60a9 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1095 + body: "{\"id\":\"a6e03343-b4f2-464c-91d9-fbf821df60a9\", \"name\":\"test-pool-placement-group\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:45:29.724802Z\", \"updated_at\":\"2025-10-30T17:45:29.724802Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"subnets\":[{\"id\":\"d0de5f08-a5b5-4b74-910f-074464b7628c\", \"created_at\":\"2025-10-30T17:45:29.724802Z\", \"updated_at\":\"2025-10-30T17:45:29.724802Z\", \"subnet\":\"172.18.36.0/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"a6e03343-b4f2-464c-91d9-fbf821df60a9\", \"vpc_id\":\"f3ec978c-ac7e-4f09-b168-577fbba93617\"}, {\"id\":\"6d2c167e-e877-4762-911a-5b108ec599c5\", \"created_at\":\"2025-10-30T17:45:29.724802Z\", \"updated_at\":\"2025-10-30T17:45:29.724802Z\", \"subnet\":\"fd5f:519c:6d46:3cb1::/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"a6e03343-b4f2-464c-91d9-fbf821df60a9\", \"vpc_id\":\"f3ec978c-ac7e-4f09-b168-577fbba93617\"}], \"vpc_id\":\"f3ec978c-ac7e-4f09-b168-577fbba93617\", \"dhcp_enabled\":true, \"default_route_propagation_enabled\":false, \"region\":\"fr-par\"}" + headers: + Content-Length: + - "1095" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:51:24 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 1ac4025f-7585-4c63-baf2-8f9c3dfe1d22 + status: 200 OK + code: 200 + duration: 50.330929ms +- id: 105 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/318aad8d-b93e-45fa-b437-a04479335018/kubeconfig + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1738 + body: "{\"name\":\"kubeconfig\", \"content_type\":\"application/octet-stream\", \"content\":\"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogInRlc3QtcG9vbC1wbGFjZW1lbnQtZ3JvdXAiCiAgY2x1c3RlcjoKICAgIGNlcnRpZmljYXRlLWF1dGhvcml0eS1kYXRhOiBMUzB0TFMxQ1JVZEpUaUJEUlZKVVNVWkpRMEZVUlMwdExTMHRDazFKU1VKWGVrTkRRVkZIWjBGM1NVSkJaMGxDUVVSQlMwSm5aM0ZvYTJwUFVGRlJSRUZxUVZaTlVrMTNSVkZaUkZaUlVVUkZkM0J5WkZkS2JHTnROV3dLWkVkV2VrMUNORmhFVkVreFRWUkJlVTlVUlROT1JGVjZUVVp2V0VSVVRURk5WRUY1VDFSRk0wNUVWWHBOUm05M1JsUkZWRTFDUlVkQk1WVkZRWGhOU3dwaE0xWnBXbGhLZFZwWVVteGpla0phVFVKTlIwSjVjVWRUVFRRNVFXZEZSME5EY1VkVFRUUTVRWGRGU0VFd1NVRkNUMFp3VDI1aEx6Y3JUa1EwVkZWV0NtbGpiR05wU25wbGIzVmxRV3B6UlZJNVNWaFVXVkYwYjFoemRWaDRSVVVyTDNFMlVXTlJRbGwxUm5GeFZsRjFjbTlPUlVNMlNtZG5Ta1l3VGtoVVNuRUtkbVJHVEd3MWRXcFJha0pCVFVFMFIwRXhWV1JFZDBWQ0wzZFJSVUYzU1VOd1JFRlFRbWRPVmtoU1RVSkJaamhGUWxSQlJFRlJTQzlOUWpCSFFURlZaQXBFWjFGWFFrSlVhMUJQU0UxSlRqaHRibGczUmpkME1UaG9XVEZZWWtnMGNtaEVRVXRDWjJkeGFHdHFUMUJSVVVSQlowNUpRVVJDUmtGcFFsbDNlRFpJQ25SR1JVUkRLMGgwU0ZJd2JXNXBTVTFNWmtOMVlrcG9URkZZYzBoTFNFMVpLMWM0WWxKUlNXaEJTVFE1TTJ0aVVGZGlUQzlyYmpoNFdYWlFRalU0Ym0wS2JUZ3JhRGg0YUdGb1UyVTJUbkZWYUhOeVRFa0tMUzB0TFMxRlRrUWdRMFZTVkVsR1NVTkJWRVV0TFMwdExRbz0KICAgIHNlcnZlcjogaHR0cHM6Ly8zMThhYWQ4ZC1iOTNlLTQ1ZmEtYjQzNy1hMDQ0NzkzMzUwMTguYXBpLms4cy5mci1wYXIuc2N3LmNsb3VkOjY0NDMKY29udGV4dHM6Ci0gbmFtZTogYWRtaW5AdGVzdC1wb29sLXBsYWNlbWVudC1ncm91cAogIGNvbnRleHQ6CiAgICBjbHVzdGVyOiAidGVzdC1wb29sLXBsYWNlbWVudC1ncm91cCIKICAgIHVzZXI6IHRlc3QtcG9vbC1wbGFjZW1lbnQtZ3JvdXAtYWRtaW4KY3VycmVudC1jb250ZXh0OiBhZG1pbkB0ZXN0LXBvb2wtcGxhY2VtZW50LWdyb3VwCmtpbmQ6IENvbmZpZwpwcmVmZXJlbmNlczoge30KdXNlcnM6Ci0gbmFtZTogdGVzdC1wb29sLXBsYWNlbWVudC1ncm91cC1hZG1pbgogIHVzZXI6CiAgICB0b2tlbjogZG5McXR5WVBCVHJuNW1CajNGdDVBUWJFTWw0aDR5ZnpTNW1wRFpCRnY2NGt2UmZKMFFvdGNBeGU=\"}" + headers: + Content-Length: + - "1738" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:51:24 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 5d39ab1f-44a7-4015-9f1d-5c9c07579fc1 + status: 200 OK + code: 200 + duration: 100.505857ms +- id: 106 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + form: + order_by: + - created_at_asc + page: + - "1" + pool_id: + - fabf3205-5e2b-4119-9624-91f3fd4f9af2 + status: + - unknown + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/318aad8d-b93e-45fa-b437-a04479335018/nodes?order_by=created_at_asc&page=1&pool_id=fabf3205-5e2b-4119-9624-91f3fd4f9af2&status=unknown + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 619 + body: "{\"total_count\":1, \"nodes\":[{\"region\":\"fr-par\", \"id\":\"046d87c5-5633-44b8-b7d5-de075a08aa4f\", \"cluster_id\":\"318aad8d-b93e-45fa-b437-a04479335018\", \"created_at\":\"2025-10-30T17:50:42.420824Z\", \"updated_at\":\"2025-10-30T17:51:18.341157Z\", \"pool_id\":\"fabf3205-5e2b-4119-9624-91f3fd4f9af2\", \"status\":\"ready\", \"conditions\":{\"DiskPressure\":\"False\", \"MemoryPressure\":\"False\", \"PIDPressure\":\"False\", \"Ready\":\"True\"}, \"name\":\"scw-test-pool-placeme-test-pool-placeme-046d87\", \"public_ip_v4\":\"51.15.236.240\", \"public_ip_v6\":null, \"provider_id\":\"scaleway://instance/fr-par-1/48201a01-ad07-4809-92af-588df31167e0\", \"error_message\":\"\"}]}" + headers: + Content-Length: + - "619" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:51:24 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - b043e2ec-9cf5-4960-9eba-462f91e05ae7 + status: 200 OK + code: 200 + duration: 103.741609ms +- id: 107 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/318aad8d-b93e-45fa-b437-a04479335018 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1649 + body: "{\"region\":\"fr-par\", \"id\":\"318aad8d-b93e-45fa-b437-a04479335018\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:45:30.773233Z\", \"updated_at\":\"2025-10-30T17:46:45.624878Z\", \"type\":\"kapsule\", \"name\":\"test-pool-placement-group\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"calico\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"placement_group\"], \"cluster_url\":\"https://318aad8d-b93e-45fa-b437-a04479335018.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.318aad8d-b93e-45fa-b437-a04479335018.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"a6e03343-b4f2-464c-91d9-fbf821df60a9\", \"commitment_ends_at\":\"2025-10-30T17:45:30.773242Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"706a0744-bfaf-48f9-86f8-00551cac2d4e\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1649" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:51:24 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - d01548a2-4112-4a8b-b1ab-8d8d8e7e6b6f + status: 200 OK + code: 200 + duration: 18.215771ms +- id: 108 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + form: + order_by: + - created_at_desc + project_id: + - 105bdce1-64c0-48ab-899d-868455867ecf + resource_name: + - scw-test-pool-placeme-test-pool-placeme-046d87 + resource_type: + - unknown_type + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/ipam/v1/regions/fr-par/ips?order_by=created_at_desc&project_id=105bdce1-64c0-48ab-899d-868455867ecf&resource_name=scw-test-pool-placeme-test-pool-placeme-046d87&resource_type=unknown_type + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1122 + body: "{\"total_count\":2, \"ips\":[{\"id\":\"8d879388-074e-4835-90fc-32ef09afdcb0\", \"address\":\"fd5f:519c:6d46:3cb1:1a34:ef11:4b6a:46c5/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":true, \"created_at\":\"2025-10-30T17:50:46.508424Z\", \"updated_at\":\"2025-10-30T17:50:46.508424Z\", \"source\":{\"subnet_id\":\"6d2c167e-e877-4762-911a-5b108ec599c5\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"f7117353-47c3-4ba3-8f9a-e2038c9a4dda\", \"mac_address\":\"02:00:00:1F:EA:24\", \"name\":\"scw-test-pool-placeme-test-pool-placeme-046d87\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}, {\"id\":\"cb27ced9-cac2-4839-afa7-639514152cec\", \"address\":\"172.18.36.3/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":false, \"created_at\":\"2025-10-30T17:50:46.349722Z\", \"updated_at\":\"2025-10-30T17:50:46.349722Z\", \"source\":{\"subnet_id\":\"d0de5f08-a5b5-4b74-910f-074464b7628c\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"f7117353-47c3-4ba3-8f9a-e2038c9a4dda\", \"mac_address\":\"02:00:00:1F:EA:24\", \"name\":\"scw-test-pool-placeme-test-pool-placeme-046d87\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}]}" + headers: + Content-Length: + - "1122" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:51:24 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 1905a7e7-97ac-4ee9-9814-2a656e5be36d + status: 200 OK + code: 200 + duration: 30.535455ms +- id: 109 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/fabf3205-5e2b-4119-9624-91f3fd4f9af2 + method: DELETE + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 761 + body: "{\"region\":\"fr-par\", \"id\":\"fabf3205-5e2b-4119-9624-91f3fd4f9af2\", \"cluster_id\":\"318aad8d-b93e-45fa-b437-a04479335018\", \"created_at\":\"2025-10-30T17:45:36.337310Z\", \"updated_at\":\"2025-10-30T17:51:24.985101Z\", \"name\":\"test-pool-placement-group\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"b679f0a9-4937-48ec-9789-91f0198f3026\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "761" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:51:25 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 9d36f55f-7def-47a4-93f9-e8d12bf3d411 + status: 200 OK + code: 200 + duration: 52.003008ms +- id: 110 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/fabf3205-5e2b-4119-9624-91f3fd4f9af2 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 761 + body: "{\"region\":\"fr-par\", \"id\":\"fabf3205-5e2b-4119-9624-91f3fd4f9af2\", \"cluster_id\":\"318aad8d-b93e-45fa-b437-a04479335018\", \"created_at\":\"2025-10-30T17:45:36.337310Z\", \"updated_at\":\"2025-10-30T17:51:24.985101Z\", \"name\":\"test-pool-placement-group\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"b679f0a9-4937-48ec-9789-91f0198f3026\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "761" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:51:25 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 65db3b7d-e6fb-45e3-8331-910012c7ff4c + status: 200 OK + code: 200 + duration: 20.725681ms +- id: 111 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/fabf3205-5e2b-4119-9624-91f3fd4f9af2 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 761 + body: "{\"region\":\"fr-par\", \"id\":\"fabf3205-5e2b-4119-9624-91f3fd4f9af2\", \"cluster_id\":\"318aad8d-b93e-45fa-b437-a04479335018\", \"created_at\":\"2025-10-30T17:45:36.337310Z\", \"updated_at\":\"2025-10-30T17:51:24.985101Z\", \"name\":\"test-pool-placement-group\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"b679f0a9-4937-48ec-9789-91f0198f3026\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "761" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:51:30 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 35c118ec-6b36-41bb-94e6-15793a818edd + status: 200 OK + code: 200 + duration: 101.904805ms +- id: 112 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/fabf3205-5e2b-4119-9624-91f3fd4f9af2 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 761 + body: "{\"region\":\"fr-par\", \"id\":\"fabf3205-5e2b-4119-9624-91f3fd4f9af2\", \"cluster_id\":\"318aad8d-b93e-45fa-b437-a04479335018\", \"created_at\":\"2025-10-30T17:45:36.337310Z\", \"updated_at\":\"2025-10-30T17:51:24.985101Z\", \"name\":\"test-pool-placement-group\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"b679f0a9-4937-48ec-9789-91f0198f3026\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "761" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:51:35 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - d8dbaf3f-a36a-4939-87e7-2b586d53accb + status: 200 OK + code: 200 + duration: 95.472754ms +- id: 113 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/fabf3205-5e2b-4119-9624-91f3fd4f9af2 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 761 + body: "{\"region\":\"fr-par\", \"id\":\"fabf3205-5e2b-4119-9624-91f3fd4f9af2\", \"cluster_id\":\"318aad8d-b93e-45fa-b437-a04479335018\", \"created_at\":\"2025-10-30T17:45:36.337310Z\", \"updated_at\":\"2025-10-30T17:51:24.985101Z\", \"name\":\"test-pool-placement-group\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"b679f0a9-4937-48ec-9789-91f0198f3026\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "761" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:51:40 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 5f8dd924-b5ce-4905-ad23-331facc5bf5a + status: 200 OK + code: 200 + duration: 73.970636ms +- id: 114 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/fabf3205-5e2b-4119-9624-91f3fd4f9af2 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 761 + body: "{\"region\":\"fr-par\", \"id\":\"fabf3205-5e2b-4119-9624-91f3fd4f9af2\", \"cluster_id\":\"318aad8d-b93e-45fa-b437-a04479335018\", \"created_at\":\"2025-10-30T17:45:36.337310Z\", \"updated_at\":\"2025-10-30T17:51:24.985101Z\", \"name\":\"test-pool-placement-group\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"b679f0a9-4937-48ec-9789-91f0198f3026\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "761" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:51:45 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 12b02743-5b0f-4d14-a4d3-a3a37d54bf91 + status: 200 OK + code: 200 + duration: 95.768243ms +- id: 115 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/fabf3205-5e2b-4119-9624-91f3fd4f9af2 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 761 + body: "{\"region\":\"fr-par\", \"id\":\"fabf3205-5e2b-4119-9624-91f3fd4f9af2\", \"cluster_id\":\"318aad8d-b93e-45fa-b437-a04479335018\", \"created_at\":\"2025-10-30T17:45:36.337310Z\", \"updated_at\":\"2025-10-30T17:51:24.985101Z\", \"name\":\"test-pool-placement-group\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"b679f0a9-4937-48ec-9789-91f0198f3026\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "761" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:51:50 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 80c744fa-bb41-4c20-82da-1ff82310e0a1 + status: 200 OK + code: 200 + duration: 171.008497ms +- id: 116 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/fabf3205-5e2b-4119-9624-91f3fd4f9af2 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 761 + body: "{\"region\":\"fr-par\", \"id\":\"fabf3205-5e2b-4119-9624-91f3fd4f9af2\", \"cluster_id\":\"318aad8d-b93e-45fa-b437-a04479335018\", \"created_at\":\"2025-10-30T17:45:36.337310Z\", \"updated_at\":\"2025-10-30T17:51:24.985101Z\", \"name\":\"test-pool-placement-group\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"b679f0a9-4937-48ec-9789-91f0198f3026\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "761" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:51:55 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 55bb117d-e83d-47a8-b26f-70aba44d2091 + status: 200 OK + code: 200 + duration: 134.700837ms +- id: 117 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/fabf3205-5e2b-4119-9624-91f3fd4f9af2 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 761 + body: "{\"region\":\"fr-par\", \"id\":\"fabf3205-5e2b-4119-9624-91f3fd4f9af2\", \"cluster_id\":\"318aad8d-b93e-45fa-b437-a04479335018\", \"created_at\":\"2025-10-30T17:45:36.337310Z\", \"updated_at\":\"2025-10-30T17:51:24.985101Z\", \"name\":\"test-pool-placement-group\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"b679f0a9-4937-48ec-9789-91f0198f3026\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "761" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:52:00 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - bf46f6db-4e51-46c7-a007-4cb3a6d805d4 + status: 200 OK + code: 200 + duration: 115.513945ms +- id: 118 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/fabf3205-5e2b-4119-9624-91f3fd4f9af2 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 761 + body: "{\"region\":\"fr-par\", \"id\":\"fabf3205-5e2b-4119-9624-91f3fd4f9af2\", \"cluster_id\":\"318aad8d-b93e-45fa-b437-a04479335018\", \"created_at\":\"2025-10-30T17:45:36.337310Z\", \"updated_at\":\"2025-10-30T17:51:24.985101Z\", \"name\":\"test-pool-placement-group\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"b679f0a9-4937-48ec-9789-91f0198f3026\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "761" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:52:05 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 628f4b21-2a4f-4b92-a9c3-c84ff0e68484 + status: 200 OK + code: 200 + duration: 86.4979ms +- id: 119 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/fabf3205-5e2b-4119-9624-91f3fd4f9af2 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 761 + body: "{\"region\":\"fr-par\", \"id\":\"fabf3205-5e2b-4119-9624-91f3fd4f9af2\", \"cluster_id\":\"318aad8d-b93e-45fa-b437-a04479335018\", \"created_at\":\"2025-10-30T17:45:36.337310Z\", \"updated_at\":\"2025-10-30T17:51:24.985101Z\", \"name\":\"test-pool-placement-group\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"b679f0a9-4937-48ec-9789-91f0198f3026\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "761" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:52:11 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - f5ac424f-21a4-4e0e-aed0-cdce9bf45a4a + status: 200 OK + code: 200 + duration: 83.441424ms +- id: 120 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/fabf3205-5e2b-4119-9624-91f3fd4f9af2 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 761 + body: "{\"region\":\"fr-par\", \"id\":\"fabf3205-5e2b-4119-9624-91f3fd4f9af2\", \"cluster_id\":\"318aad8d-b93e-45fa-b437-a04479335018\", \"created_at\":\"2025-10-30T17:45:36.337310Z\", \"updated_at\":\"2025-10-30T17:51:24.985101Z\", \"name\":\"test-pool-placement-group\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"b679f0a9-4937-48ec-9789-91f0198f3026\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "761" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:52:16 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 59ab26b7-e549-404a-9069-d329a46fe0b0 + status: 200 OK + code: 200 + duration: 88.552059ms +- id: 121 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/fabf3205-5e2b-4119-9624-91f3fd4f9af2 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 761 + body: "{\"region\":\"fr-par\", \"id\":\"fabf3205-5e2b-4119-9624-91f3fd4f9af2\", \"cluster_id\":\"318aad8d-b93e-45fa-b437-a04479335018\", \"created_at\":\"2025-10-30T17:45:36.337310Z\", \"updated_at\":\"2025-10-30T17:51:24.985101Z\", \"name\":\"test-pool-placement-group\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"b679f0a9-4937-48ec-9789-91f0198f3026\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "761" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:52:21 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 5798892c-c80a-41d6-9912-37499b1aa322 + status: 200 OK + code: 200 + duration: 92.673869ms +- id: 122 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/fabf3205-5e2b-4119-9624-91f3fd4f9af2 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 761 + body: "{\"region\":\"fr-par\", \"id\":\"fabf3205-5e2b-4119-9624-91f3fd4f9af2\", \"cluster_id\":\"318aad8d-b93e-45fa-b437-a04479335018\", \"created_at\":\"2025-10-30T17:45:36.337310Z\", \"updated_at\":\"2025-10-30T17:51:24.985101Z\", \"name\":\"test-pool-placement-group\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"b679f0a9-4937-48ec-9789-91f0198f3026\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "761" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:52:26 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 13528406-b4f1-4c6b-92ce-55da8e34d5ef + status: 200 OK + code: 200 + duration: 89.053934ms +- id: 123 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/fabf3205-5e2b-4119-9624-91f3fd4f9af2 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 761 + body: "{\"region\":\"fr-par\", \"id\":\"fabf3205-5e2b-4119-9624-91f3fd4f9af2\", \"cluster_id\":\"318aad8d-b93e-45fa-b437-a04479335018\", \"created_at\":\"2025-10-30T17:45:36.337310Z\", \"updated_at\":\"2025-10-30T17:51:24.985101Z\", \"name\":\"test-pool-placement-group\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"b679f0a9-4937-48ec-9789-91f0198f3026\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "761" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:52:31 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - eb934c4f-89cc-477a-8fd3-bb3e37b41fbd + status: 200 OK + code: 200 + duration: 92.061864ms +- id: 124 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/fabf3205-5e2b-4119-9624-91f3fd4f9af2 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 761 + body: "{\"region\":\"fr-par\", \"id\":\"fabf3205-5e2b-4119-9624-91f3fd4f9af2\", \"cluster_id\":\"318aad8d-b93e-45fa-b437-a04479335018\", \"created_at\":\"2025-10-30T17:45:36.337310Z\", \"updated_at\":\"2025-10-30T17:51:24.985101Z\", \"name\":\"test-pool-placement-group\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"b679f0a9-4937-48ec-9789-91f0198f3026\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "761" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:52:36 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 5dc4df0a-d3a9-4d33-9da0-2791a25fac3e + status: 200 OK + code: 200 + duration: 88.154349ms +- id: 125 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/fabf3205-5e2b-4119-9624-91f3fd4f9af2 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 761 + body: "{\"region\":\"fr-par\", \"id\":\"fabf3205-5e2b-4119-9624-91f3fd4f9af2\", \"cluster_id\":\"318aad8d-b93e-45fa-b437-a04479335018\", \"created_at\":\"2025-10-30T17:45:36.337310Z\", \"updated_at\":\"2025-10-30T17:51:24.985101Z\", \"name\":\"test-pool-placement-group\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"b679f0a9-4937-48ec-9789-91f0198f3026\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "761" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:52:41 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - dd22fef5-9e23-4732-b55c-7a4db4d30801 + status: 200 OK + code: 200 + duration: 75.160718ms +- id: 126 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/fabf3205-5e2b-4119-9624-91f3fd4f9af2 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 761 + body: "{\"region\":\"fr-par\", \"id\":\"fabf3205-5e2b-4119-9624-91f3fd4f9af2\", \"cluster_id\":\"318aad8d-b93e-45fa-b437-a04479335018\", \"created_at\":\"2025-10-30T17:45:36.337310Z\", \"updated_at\":\"2025-10-30T17:51:24.985101Z\", \"name\":\"test-pool-placement-group\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"b679f0a9-4937-48ec-9789-91f0198f3026\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "761" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:52:46 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 20af5a60-05f2-4e8b-98c7-d9dd70ec629d + status: 200 OK + code: 200 + duration: 79.058418ms +- id: 127 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/fabf3205-5e2b-4119-9624-91f3fd4f9af2 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 761 + body: "{\"region\":\"fr-par\", \"id\":\"fabf3205-5e2b-4119-9624-91f3fd4f9af2\", \"cluster_id\":\"318aad8d-b93e-45fa-b437-a04479335018\", \"created_at\":\"2025-10-30T17:45:36.337310Z\", \"updated_at\":\"2025-10-30T17:51:24.985101Z\", \"name\":\"test-pool-placement-group\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"b679f0a9-4937-48ec-9789-91f0198f3026\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "761" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:52:51 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 9849ec8c-caa5-45f5-80f7-65b7f48e21b5 + status: 200 OK + code: 200 + duration: 87.948328ms +- id: 128 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/fabf3205-5e2b-4119-9624-91f3fd4f9af2 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 761 + body: "{\"region\":\"fr-par\", \"id\":\"fabf3205-5e2b-4119-9624-91f3fd4f9af2\", \"cluster_id\":\"318aad8d-b93e-45fa-b437-a04479335018\", \"created_at\":\"2025-10-30T17:45:36.337310Z\", \"updated_at\":\"2025-10-30T17:51:24.985101Z\", \"name\":\"test-pool-placement-group\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"b679f0a9-4937-48ec-9789-91f0198f3026\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "761" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:52:56 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 88c3a4d1-6696-42d0-a773-0768b7d92702 + status: 200 OK + code: 200 + duration: 86.567988ms +- id: 129 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/fabf3205-5e2b-4119-9624-91f3fd4f9af2 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 761 + body: "{\"region\":\"fr-par\", \"id\":\"fabf3205-5e2b-4119-9624-91f3fd4f9af2\", \"cluster_id\":\"318aad8d-b93e-45fa-b437-a04479335018\", \"created_at\":\"2025-10-30T17:45:36.337310Z\", \"updated_at\":\"2025-10-30T17:51:24.985101Z\", \"name\":\"test-pool-placement-group\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"b679f0a9-4937-48ec-9789-91f0198f3026\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "761" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:53:01 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 213f14bd-c1b9-4d0d-a549-e30b3bfe9e1b + status: 200 OK + code: 200 + duration: 116.831205ms +- id: 130 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/fabf3205-5e2b-4119-9624-91f3fd4f9af2 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 761 + body: "{\"region\":\"fr-par\", \"id\":\"fabf3205-5e2b-4119-9624-91f3fd4f9af2\", \"cluster_id\":\"318aad8d-b93e-45fa-b437-a04479335018\", \"created_at\":\"2025-10-30T17:45:36.337310Z\", \"updated_at\":\"2025-10-30T17:51:24.985101Z\", \"name\":\"test-pool-placement-group\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"b679f0a9-4937-48ec-9789-91f0198f3026\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "761" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:53:07 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 0e98a8d8-49e4-4b8f-99b0-c43b37002bfd + status: 200 OK + code: 200 + duration: 122.707119ms +- id: 131 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/fabf3205-5e2b-4119-9624-91f3fd4f9af2 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 761 + body: "{\"region\":\"fr-par\", \"id\":\"fabf3205-5e2b-4119-9624-91f3fd4f9af2\", \"cluster_id\":\"318aad8d-b93e-45fa-b437-a04479335018\", \"created_at\":\"2025-10-30T17:45:36.337310Z\", \"updated_at\":\"2025-10-30T17:51:24.985101Z\", \"name\":\"test-pool-placement-group\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"b679f0a9-4937-48ec-9789-91f0198f3026\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "761" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:53:12 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 31c0765e-883c-4222-86b0-ee35a684c19a + status: 200 OK + code: 200 + duration: 92.051558ms +- id: 132 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/fabf3205-5e2b-4119-9624-91f3fd4f9af2 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 761 + body: "{\"region\":\"fr-par\", \"id\":\"fabf3205-5e2b-4119-9624-91f3fd4f9af2\", \"cluster_id\":\"318aad8d-b93e-45fa-b437-a04479335018\", \"created_at\":\"2025-10-30T17:45:36.337310Z\", \"updated_at\":\"2025-10-30T17:51:24.985101Z\", \"name\":\"test-pool-placement-group\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"b679f0a9-4937-48ec-9789-91f0198f3026\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "761" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:53:17 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 198fd5a5-1742-44d6-975c-05a0ed29b268 + status: 200 OK + code: 200 + duration: 81.443535ms +- id: 133 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/fabf3205-5e2b-4119-9624-91f3fd4f9af2 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 761 + body: "{\"region\":\"fr-par\", \"id\":\"fabf3205-5e2b-4119-9624-91f3fd4f9af2\", \"cluster_id\":\"318aad8d-b93e-45fa-b437-a04479335018\", \"created_at\":\"2025-10-30T17:45:36.337310Z\", \"updated_at\":\"2025-10-30T17:51:24.985101Z\", \"name\":\"test-pool-placement-group\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"b679f0a9-4937-48ec-9789-91f0198f3026\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "761" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:53:22 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 5457c43d-0065-4349-9d5f-2dc12ad3f7b6 + status: 200 OK + code: 200 + duration: 81.249151ms +- id: 134 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/fabf3205-5e2b-4119-9624-91f3fd4f9af2 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 761 + body: "{\"region\":\"fr-par\", \"id\":\"fabf3205-5e2b-4119-9624-91f3fd4f9af2\", \"cluster_id\":\"318aad8d-b93e-45fa-b437-a04479335018\", \"created_at\":\"2025-10-30T17:45:36.337310Z\", \"updated_at\":\"2025-10-30T17:51:24.985101Z\", \"name\":\"test-pool-placement-group\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"b679f0a9-4937-48ec-9789-91f0198f3026\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "761" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:53:27 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 7198429b-943c-4b27-a52b-5ecd79b4be32 + status: 200 OK + code: 200 + duration: 100.029712ms +- id: 135 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/fabf3205-5e2b-4119-9624-91f3fd4f9af2 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 761 + body: "{\"region\":\"fr-par\", \"id\":\"fabf3205-5e2b-4119-9624-91f3fd4f9af2\", \"cluster_id\":\"318aad8d-b93e-45fa-b437-a04479335018\", \"created_at\":\"2025-10-30T17:45:36.337310Z\", \"updated_at\":\"2025-10-30T17:51:24.985101Z\", \"name\":\"test-pool-placement-group\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"b679f0a9-4937-48ec-9789-91f0198f3026\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "761" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:53:32 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 376f37ed-9902-452b-8194-d0150f3ba6fe + status: 200 OK + code: 200 + duration: 80.806703ms +- id: 136 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/fabf3205-5e2b-4119-9624-91f3fd4f9af2 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 761 + body: "{\"region\":\"fr-par\", \"id\":\"fabf3205-5e2b-4119-9624-91f3fd4f9af2\", \"cluster_id\":\"318aad8d-b93e-45fa-b437-a04479335018\", \"created_at\":\"2025-10-30T17:45:36.337310Z\", \"updated_at\":\"2025-10-30T17:51:24.985101Z\", \"name\":\"test-pool-placement-group\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"b679f0a9-4937-48ec-9789-91f0198f3026\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "761" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:53:37 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 3e04b7fb-1f9d-43a0-9421-2b915f863523 + status: 200 OK + code: 200 + duration: 81.959107ms +- id: 137 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/fabf3205-5e2b-4119-9624-91f3fd4f9af2 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 761 + body: "{\"region\":\"fr-par\", \"id\":\"fabf3205-5e2b-4119-9624-91f3fd4f9af2\", \"cluster_id\":\"318aad8d-b93e-45fa-b437-a04479335018\", \"created_at\":\"2025-10-30T17:45:36.337310Z\", \"updated_at\":\"2025-10-30T17:51:24.985101Z\", \"name\":\"test-pool-placement-group\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"b679f0a9-4937-48ec-9789-91f0198f3026\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "761" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:53:42 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 8753f833-9289-45e5-8c13-ca90f0152e61 + status: 200 OK + code: 200 + duration: 83.373625ms +- id: 138 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/fabf3205-5e2b-4119-9624-91f3fd4f9af2 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 761 + body: "{\"region\":\"fr-par\", \"id\":\"fabf3205-5e2b-4119-9624-91f3fd4f9af2\", \"cluster_id\":\"318aad8d-b93e-45fa-b437-a04479335018\", \"created_at\":\"2025-10-30T17:45:36.337310Z\", \"updated_at\":\"2025-10-30T17:51:24.985101Z\", \"name\":\"test-pool-placement-group\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"b679f0a9-4937-48ec-9789-91f0198f3026\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "761" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:53:47 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 9805b3eb-4fc6-4bc5-85c4-40b20700cffb + status: 200 OK + code: 200 + duration: 110.441216ms +- id: 139 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/fabf3205-5e2b-4119-9624-91f3fd4f9af2 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 761 + body: "{\"region\":\"fr-par\", \"id\":\"fabf3205-5e2b-4119-9624-91f3fd4f9af2\", \"cluster_id\":\"318aad8d-b93e-45fa-b437-a04479335018\", \"created_at\":\"2025-10-30T17:45:36.337310Z\", \"updated_at\":\"2025-10-30T17:51:24.985101Z\", \"name\":\"test-pool-placement-group\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"b679f0a9-4937-48ec-9789-91f0198f3026\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "761" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:53:52 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 21919d2f-52bf-479f-b1bb-925784f4c4a7 + status: 200 OK + code: 200 + duration: 90.856378ms +- id: 140 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/fabf3205-5e2b-4119-9624-91f3fd4f9af2 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 761 + body: "{\"region\":\"fr-par\", \"id\":\"fabf3205-5e2b-4119-9624-91f3fd4f9af2\", \"cluster_id\":\"318aad8d-b93e-45fa-b437-a04479335018\", \"created_at\":\"2025-10-30T17:45:36.337310Z\", \"updated_at\":\"2025-10-30T17:51:24.985101Z\", \"name\":\"test-pool-placement-group\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"b679f0a9-4937-48ec-9789-91f0198f3026\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "761" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:53:57 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - d0ab94b5-cc18-40b1-9ccc-aa1943cebf1a + status: 200 OK + code: 200 + duration: 79.146563ms +- id: 141 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/fabf3205-5e2b-4119-9624-91f3fd4f9af2 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 761 + body: "{\"region\":\"fr-par\", \"id\":\"fabf3205-5e2b-4119-9624-91f3fd4f9af2\", \"cluster_id\":\"318aad8d-b93e-45fa-b437-a04479335018\", \"created_at\":\"2025-10-30T17:45:36.337310Z\", \"updated_at\":\"2025-10-30T17:51:24.985101Z\", \"name\":\"test-pool-placement-group\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"b679f0a9-4937-48ec-9789-91f0198f3026\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "761" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:54:03 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - abf4b450-3592-4cdf-9f3d-15e1618a597a + status: 200 OK + code: 200 + duration: 92.644568ms +- id: 142 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/fabf3205-5e2b-4119-9624-91f3fd4f9af2 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 761 + body: "{\"region\":\"fr-par\", \"id\":\"fabf3205-5e2b-4119-9624-91f3fd4f9af2\", \"cluster_id\":\"318aad8d-b93e-45fa-b437-a04479335018\", \"created_at\":\"2025-10-30T17:45:36.337310Z\", \"updated_at\":\"2025-10-30T17:51:24.985101Z\", \"name\":\"test-pool-placement-group\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"b679f0a9-4937-48ec-9789-91f0198f3026\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "761" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:54:08 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 3a22eb37-1716-48ad-b382-f77595177904 + status: 200 OK + code: 200 + duration: 89.085547ms +- id: 143 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/fabf3205-5e2b-4119-9624-91f3fd4f9af2 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 761 + body: "{\"region\":\"fr-par\", \"id\":\"fabf3205-5e2b-4119-9624-91f3fd4f9af2\", \"cluster_id\":\"318aad8d-b93e-45fa-b437-a04479335018\", \"created_at\":\"2025-10-30T17:45:36.337310Z\", \"updated_at\":\"2025-10-30T17:51:24.985101Z\", \"name\":\"test-pool-placement-group\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"b679f0a9-4937-48ec-9789-91f0198f3026\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "761" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:54:13 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 7e4ddba6-8775-4f48-84df-c67a41ea8d96 + status: 200 OK + code: 200 + duration: 78.640627ms +- id: 144 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/fabf3205-5e2b-4119-9624-91f3fd4f9af2 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 761 + body: "{\"region\":\"fr-par\", \"id\":\"fabf3205-5e2b-4119-9624-91f3fd4f9af2\", \"cluster_id\":\"318aad8d-b93e-45fa-b437-a04479335018\", \"created_at\":\"2025-10-30T17:45:36.337310Z\", \"updated_at\":\"2025-10-30T17:51:24.985101Z\", \"name\":\"test-pool-placement-group\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"b679f0a9-4937-48ec-9789-91f0198f3026\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "761" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:54:18 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - f9969424-051c-4c08-8b15-28708296a7b4 + status: 200 OK + code: 200 + duration: 89.630744ms +- id: 145 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/fabf3205-5e2b-4119-9624-91f3fd4f9af2 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 761 + body: "{\"region\":\"fr-par\", \"id\":\"fabf3205-5e2b-4119-9624-91f3fd4f9af2\", \"cluster_id\":\"318aad8d-b93e-45fa-b437-a04479335018\", \"created_at\":\"2025-10-30T17:45:36.337310Z\", \"updated_at\":\"2025-10-30T17:51:24.985101Z\", \"name\":\"test-pool-placement-group\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"b679f0a9-4937-48ec-9789-91f0198f3026\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "761" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:54:23 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 0e6c3ac4-c1ab-4059-bbc6-566257fd0e58 + status: 200 OK + code: 200 + duration: 75.666224ms +- id: 146 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/fabf3205-5e2b-4119-9624-91f3fd4f9af2 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 761 + body: "{\"region\":\"fr-par\", \"id\":\"fabf3205-5e2b-4119-9624-91f3fd4f9af2\", \"cluster_id\":\"318aad8d-b93e-45fa-b437-a04479335018\", \"created_at\":\"2025-10-30T17:45:36.337310Z\", \"updated_at\":\"2025-10-30T17:51:24.985101Z\", \"name\":\"test-pool-placement-group\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"b679f0a9-4937-48ec-9789-91f0198f3026\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "761" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:54:28 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 067389a6-f26e-4054-86d0-9b271f53879a + status: 200 OK + code: 200 + duration: 98.279346ms +- id: 147 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/fabf3205-5e2b-4119-9624-91f3fd4f9af2 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 761 + body: "{\"region\":\"fr-par\", \"id\":\"fabf3205-5e2b-4119-9624-91f3fd4f9af2\", \"cluster_id\":\"318aad8d-b93e-45fa-b437-a04479335018\", \"created_at\":\"2025-10-30T17:45:36.337310Z\", \"updated_at\":\"2025-10-30T17:51:24.985101Z\", \"name\":\"test-pool-placement-group\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"b679f0a9-4937-48ec-9789-91f0198f3026\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "761" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:54:33 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 6732903c-9ed0-4a01-aa0b-7093ad48bb59 + status: 200 OK + code: 200 + duration: 93.431044ms +- id: 148 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/fabf3205-5e2b-4119-9624-91f3fd4f9af2 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 761 + body: "{\"region\":\"fr-par\", \"id\":\"fabf3205-5e2b-4119-9624-91f3fd4f9af2\", \"cluster_id\":\"318aad8d-b93e-45fa-b437-a04479335018\", \"created_at\":\"2025-10-30T17:45:36.337310Z\", \"updated_at\":\"2025-10-30T17:51:24.985101Z\", \"name\":\"test-pool-placement-group\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"b679f0a9-4937-48ec-9789-91f0198f3026\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "761" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:54:38 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 2d6f6de3-fb66-43f5-8a95-54cc8a5bf683 + status: 200 OK + code: 200 + duration: 89.441705ms +- id: 149 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/fabf3205-5e2b-4119-9624-91f3fd4f9af2 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 761 + body: "{\"region\":\"fr-par\", \"id\":\"fabf3205-5e2b-4119-9624-91f3fd4f9af2\", \"cluster_id\":\"318aad8d-b93e-45fa-b437-a04479335018\", \"created_at\":\"2025-10-30T17:45:36.337310Z\", \"updated_at\":\"2025-10-30T17:51:24.985101Z\", \"name\":\"test-pool-placement-group\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"b679f0a9-4937-48ec-9789-91f0198f3026\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "761" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:54:43 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 42de140e-b3f4-41fe-8fc6-ee15586de8ba + status: 200 OK + code: 200 + duration: 81.688277ms +- id: 150 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/fabf3205-5e2b-4119-9624-91f3fd4f9af2 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 761 + body: "{\"region\":\"fr-par\", \"id\":\"fabf3205-5e2b-4119-9624-91f3fd4f9af2\", \"cluster_id\":\"318aad8d-b93e-45fa-b437-a04479335018\", \"created_at\":\"2025-10-30T17:45:36.337310Z\", \"updated_at\":\"2025-10-30T17:51:24.985101Z\", \"name\":\"test-pool-placement-group\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"b679f0a9-4937-48ec-9789-91f0198f3026\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "761" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:54:48 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - c9c7ea2e-cf2b-4834-ac52-7b1f5703daab + status: 200 OK + code: 200 + duration: 86.934329ms +- id: 151 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/fabf3205-5e2b-4119-9624-91f3fd4f9af2 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 761 + body: "{\"region\":\"fr-par\", \"id\":\"fabf3205-5e2b-4119-9624-91f3fd4f9af2\", \"cluster_id\":\"318aad8d-b93e-45fa-b437-a04479335018\", \"created_at\":\"2025-10-30T17:45:36.337310Z\", \"updated_at\":\"2025-10-30T17:51:24.985101Z\", \"name\":\"test-pool-placement-group\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"b679f0a9-4937-48ec-9789-91f0198f3026\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "761" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:54:53 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - c068c9a9-1f84-4e0a-b672-48a093391858 + status: 200 OK + code: 200 + duration: 81.126685ms +- id: 152 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/fabf3205-5e2b-4119-9624-91f3fd4f9af2 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 761 + body: "{\"region\":\"fr-par\", \"id\":\"fabf3205-5e2b-4119-9624-91f3fd4f9af2\", \"cluster_id\":\"318aad8d-b93e-45fa-b437-a04479335018\", \"created_at\":\"2025-10-30T17:45:36.337310Z\", \"updated_at\":\"2025-10-30T17:51:24.985101Z\", \"name\":\"test-pool-placement-group\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"b679f0a9-4937-48ec-9789-91f0198f3026\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "761" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:54:59 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 6cf3ccbd-745c-4adb-af81-a19b1b97ca3e + status: 200 OK + code: 200 + duration: 100.015275ms +- id: 153 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/fabf3205-5e2b-4119-9624-91f3fd4f9af2 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 761 + body: "{\"region\":\"fr-par\", \"id\":\"fabf3205-5e2b-4119-9624-91f3fd4f9af2\", \"cluster_id\":\"318aad8d-b93e-45fa-b437-a04479335018\", \"created_at\":\"2025-10-30T17:45:36.337310Z\", \"updated_at\":\"2025-10-30T17:51:24.985101Z\", \"name\":\"test-pool-placement-group\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"b679f0a9-4937-48ec-9789-91f0198f3026\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "761" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:55:04 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 4d1b7c51-3cfb-4711-befb-204c6b575aa3 + status: 200 OK + code: 200 + duration: 84.058072ms +- id: 154 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/fabf3205-5e2b-4119-9624-91f3fd4f9af2 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 761 + body: "{\"region\":\"fr-par\", \"id\":\"fabf3205-5e2b-4119-9624-91f3fd4f9af2\", \"cluster_id\":\"318aad8d-b93e-45fa-b437-a04479335018\", \"created_at\":\"2025-10-30T17:45:36.337310Z\", \"updated_at\":\"2025-10-30T17:51:24.985101Z\", \"name\":\"test-pool-placement-group\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"b679f0a9-4937-48ec-9789-91f0198f3026\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "761" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:55:09 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 623e472f-9f05-4bfc-9454-240be7e8423e + status: 200 OK + code: 200 + duration: 81.20693ms +- id: 155 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/fabf3205-5e2b-4119-9624-91f3fd4f9af2 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 761 + body: "{\"region\":\"fr-par\", \"id\":\"fabf3205-5e2b-4119-9624-91f3fd4f9af2\", \"cluster_id\":\"318aad8d-b93e-45fa-b437-a04479335018\", \"created_at\":\"2025-10-30T17:45:36.337310Z\", \"updated_at\":\"2025-10-30T17:51:24.985101Z\", \"name\":\"test-pool-placement-group\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"b679f0a9-4937-48ec-9789-91f0198f3026\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "761" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:55:14 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 46c05d67-8e9c-41bf-a27f-e6a858f1666c + status: 200 OK + code: 200 + duration: 87.361809ms +- id: 156 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/fabf3205-5e2b-4119-9624-91f3fd4f9af2 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 761 + body: "{\"region\":\"fr-par\", \"id\":\"fabf3205-5e2b-4119-9624-91f3fd4f9af2\", \"cluster_id\":\"318aad8d-b93e-45fa-b437-a04479335018\", \"created_at\":\"2025-10-30T17:45:36.337310Z\", \"updated_at\":\"2025-10-30T17:51:24.985101Z\", \"name\":\"test-pool-placement-group\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"b679f0a9-4937-48ec-9789-91f0198f3026\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "761" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:55:19 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 23f3d420-a15a-4175-a645-e5bcc442075c + status: 200 OK + code: 200 + duration: 79.968105ms +- id: 157 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/fabf3205-5e2b-4119-9624-91f3fd4f9af2 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 761 + body: "{\"region\":\"fr-par\", \"id\":\"fabf3205-5e2b-4119-9624-91f3fd4f9af2\", \"cluster_id\":\"318aad8d-b93e-45fa-b437-a04479335018\", \"created_at\":\"2025-10-30T17:45:36.337310Z\", \"updated_at\":\"2025-10-30T17:51:24.985101Z\", \"name\":\"test-pool-placement-group\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"b679f0a9-4937-48ec-9789-91f0198f3026\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "761" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:55:24 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - a3426c87-8727-498a-a079-89a3d09b1e98 + status: 200 OK + code: 200 + duration: 78.80356ms +- id: 158 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/fabf3205-5e2b-4119-9624-91f3fd4f9af2 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 761 + body: "{\"region\":\"fr-par\", \"id\":\"fabf3205-5e2b-4119-9624-91f3fd4f9af2\", \"cluster_id\":\"318aad8d-b93e-45fa-b437-a04479335018\", \"created_at\":\"2025-10-30T17:45:36.337310Z\", \"updated_at\":\"2025-10-30T17:51:24.985101Z\", \"name\":\"test-pool-placement-group\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"b679f0a9-4937-48ec-9789-91f0198f3026\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "761" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:55:29 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 8067ba8e-4510-4127-a6e1-fa19d85e36cb + status: 200 OK + code: 200 + duration: 84.873119ms +- id: 159 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/fabf3205-5e2b-4119-9624-91f3fd4f9af2 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 761 + body: "{\"region\":\"fr-par\", \"id\":\"fabf3205-5e2b-4119-9624-91f3fd4f9af2\", \"cluster_id\":\"318aad8d-b93e-45fa-b437-a04479335018\", \"created_at\":\"2025-10-30T17:45:36.337310Z\", \"updated_at\":\"2025-10-30T17:51:24.985101Z\", \"name\":\"test-pool-placement-group\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"b679f0a9-4937-48ec-9789-91f0198f3026\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "761" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:55:34 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - b2a9f16d-52fa-47f6-ae08-05503a87a486 + status: 200 OK + code: 200 + duration: 84.91585ms +- id: 160 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/fabf3205-5e2b-4119-9624-91f3fd4f9af2 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 761 + body: "{\"region\":\"fr-par\", \"id\":\"fabf3205-5e2b-4119-9624-91f3fd4f9af2\", \"cluster_id\":\"318aad8d-b93e-45fa-b437-a04479335018\", \"created_at\":\"2025-10-30T17:45:36.337310Z\", \"updated_at\":\"2025-10-30T17:51:24.985101Z\", \"name\":\"test-pool-placement-group\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"b679f0a9-4937-48ec-9789-91f0198f3026\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "761" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:55:39 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - e81bf27f-b2a2-48a4-aea8-4d70ee99922a + status: 200 OK + code: 200 + duration: 77.361926ms +- id: 161 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/fabf3205-5e2b-4119-9624-91f3fd4f9af2 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 125 + body: "{\"message\":\"resource is not found\",\"resource\":\"pool\",\"resource_id\":\"fabf3205-5e2b-4119-9624-91f3fd4f9af2\",\"type\":\"not_found\"}" + headers: + Content-Length: + - "125" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:55:44 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 17290b71-9f8c-4611-b688-0151fd19f922 + status: 404 Not Found + code: 404 + duration: 37.54197ms +- id: 162 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/placement_groups/b679f0a9-4937-48ec-9789-91f0198f3026 + method: DELETE + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 0 + body: "" + headers: + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:55:44 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - d0d791b1-865e-4776-9f1a-00805d22ddf5 + status: 204 No Content + code: 204 + duration: 160.95731ms +- id: 163 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + form: + with_additional_resources: + - "false" + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/318aad8d-b93e-45fa-b437-a04479335018?with_additional_resources=false + method: DELETE + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1653 + body: "{\"region\":\"fr-par\", \"id\":\"318aad8d-b93e-45fa-b437-a04479335018\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:45:30.773233Z\", \"updated_at\":\"2025-10-30T17:55:44.920902Z\", \"type\":\"kapsule\", \"name\":\"test-pool-placement-group\", \"description\":\"\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"cni\":\"calico\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"placement_group\"], \"cluster_url\":\"https://318aad8d-b93e-45fa-b437-a04479335018.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.318aad8d-b93e-45fa-b437-a04479335018.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"a6e03343-b4f2-464c-91d9-fbf821df60a9\", \"commitment_ends_at\":\"2025-10-30T17:45:30.773242Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"706a0744-bfaf-48f9-86f8-00551cac2d4e\", \"new_images_enabled\":false, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1653" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:55:44 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 19ee965c-ba35-4d25-8771-d562a9cfd63e + status: 200 OK + code: 200 + duration: 160.255802ms +- id: 164 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/318aad8d-b93e-45fa-b437-a04479335018 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1652 + body: "{\"region\":\"fr-par\", \"id\":\"318aad8d-b93e-45fa-b437-a04479335018\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:45:30.773233Z\", \"updated_at\":\"2025-10-30T17:55:44.920902Z\", \"type\":\"kapsule\", \"name\":\"test-pool-placement-group\", \"description\":\"\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"cni\":\"calico\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"placement_group\"], \"cluster_url\":\"https://318aad8d-b93e-45fa-b437-a04479335018.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.318aad8d-b93e-45fa-b437-a04479335018.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"a6e03343-b4f2-464c-91d9-fbf821df60a9\", \"commitment_ends_at\":\"2025-10-30T17:45:30.773242Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"706a0744-bfaf-48f9-86f8-00551cac2d4e\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1652" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:55:45 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - a3eb29a2-3688-4468-93ce-89b31b88f329 + status: 200 OK + code: 200 + duration: 80.918766ms +- id: 165 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 143 + host: api.scaleway.com + body: "{\"name\":\"test-pool-placement-group\",\"project\":\"105bdce1-64c0-48ab-899d-868455867ecf\",\"policy_mode\":\"optional\",\"policy_type\":\"max_availability\"}" + headers: + Content-Type: + - application/json + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/instance/v1/zones/nl-ams-2/placement_groups + method: POST + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 331 + body: "{\"placement_group\": {\"id\": \"92444188-3b2e-4515-a75d-f228a9ef8202\", \"name\": \"test-pool-placement-group\", \"organization\": \"105bdce1-64c0-48ab-899d-868455867ecf\", \"project\": \"105bdce1-64c0-48ab-899d-868455867ecf\", \"policy_mode\": \"optional\", \"policy_type\": \"max_availability\", \"policy_respected\": true, \"tags\": [], \"zone\": \"nl-ams-2\"}}" + headers: + Content-Length: + - "331" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:55:45 GMT + Location: + - https://api.scaleway.com/instance/v1/zones/nl-ams-2/placement_groups/92444188-3b2e-4515-a75d-f228a9ef8202 + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - f1a1cbe2-ec10-424e-a122-9b3d453d5afb + status: 201 Created + code: 201 + duration: 270.361169ms +- id: 166 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/instance/v1/zones/nl-ams-2/placement_groups/92444188-3b2e-4515-a75d-f228a9ef8202 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 331 + body: "{\"placement_group\": {\"id\": \"92444188-3b2e-4515-a75d-f228a9ef8202\", \"name\": \"test-pool-placement-group\", \"organization\": \"105bdce1-64c0-48ab-899d-868455867ecf\", \"project\": \"105bdce1-64c0-48ab-899d-868455867ecf\", \"policy_mode\": \"optional\", \"policy_type\": \"max_availability\", \"policy_respected\": true, \"tags\": [], \"zone\": \"nl-ams-2\"}}" + headers: + Content-Length: + - "331" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:55:45 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 58f7f2d4-4aec-416e-add7-47009bc662b0 + status: 200 OK + code: 200 + duration: 132.768785ms +- id: 167 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/318aad8d-b93e-45fa-b437-a04479335018 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1652 + body: "{\"region\":\"fr-par\", \"id\":\"318aad8d-b93e-45fa-b437-a04479335018\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:45:30.773233Z\", \"updated_at\":\"2025-10-30T17:55:44.920902Z\", \"type\":\"kapsule\", \"name\":\"test-pool-placement-group\", \"description\":\"\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"cni\":\"calico\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"placement_group\"], \"cluster_url\":\"https://318aad8d-b93e-45fa-b437-a04479335018.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.318aad8d-b93e-45fa-b437-a04479335018.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"a6e03343-b4f2-464c-91d9-fbf821df60a9\", \"commitment_ends_at\":\"2025-10-30T17:45:30.773242Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"706a0744-bfaf-48f9-86f8-00551cac2d4e\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1652" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:55:50 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 87e5fa3e-8505-4488-b9e7-4a013a19b4d7 + status: 200 OK + code: 200 + duration: 91.882266ms +- id: 168 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/318aad8d-b93e-45fa-b437-a04479335018 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1652 + body: "{\"region\":\"fr-par\", \"id\":\"318aad8d-b93e-45fa-b437-a04479335018\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:45:30.773233Z\", \"updated_at\":\"2025-10-30T17:55:44.920902Z\", \"type\":\"kapsule\", \"name\":\"test-pool-placement-group\", \"description\":\"\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"cni\":\"calico\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"placement_group\"], \"cluster_url\":\"https://318aad8d-b93e-45fa-b437-a04479335018.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.318aad8d-b93e-45fa-b437-a04479335018.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"a6e03343-b4f2-464c-91d9-fbf821df60a9\", \"commitment_ends_at\":\"2025-10-30T17:45:30.773242Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"706a0744-bfaf-48f9-86f8-00551cac2d4e\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1652" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:55:55 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 01ffd75c-0ba6-4a0f-b4cd-354287703b1e + status: 200 OK + code: 200 + duration: 70.842447ms +- id: 169 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/318aad8d-b93e-45fa-b437-a04479335018 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 128 + body: "{\"message\":\"resource is not found\",\"resource\":\"cluster\",\"resource_id\":\"318aad8d-b93e-45fa-b437-a04479335018\",\"type\":\"not_found\"}" + headers: + Content-Length: + - "128" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:56:00 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 2a310ad9-356a-4ae4-bca3-5eaf52c613f2 + status: 404 Not Found + code: 404 + duration: 26.086689ms +- id: 170 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks/a6e03343-b4f2-464c-91d9-fbf821df60a9 + method: DELETE + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 0 + body: "" + headers: + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:56:01 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - a427735f-1928-4bcc-9910-1808d4ae31e2 + status: 204 No Content + code: 204 + duration: 1.040367668s +- id: 171 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/vpc/v2/regions/fr-par/vpcs/f3ec978c-ac7e-4f09-b168-577fbba93617 + method: DELETE + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 0 + body: "" + headers: + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:56:01 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 7561e295-a026-4801-b49f-a8f37b773951 + status: 204 No Content + code: 204 + duration: 218.893587ms +- id: 172 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 149 + host: api.scaleway.com + body: "{\"name\":\"testAccCheckK8SPoolConfigPlacementGroupWithCustomZone\",\"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\",\"tags\":[],\"enable_routing\":false}" + headers: + Content-Type: + - application/json + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/vpc/v2/regions/nl-ams/vpcs + method: POST + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 451 + body: "{\"id\":\"cffbd660-4df5-4f5c-bd63-351d28eb1f85\", \"name\":\"testAccCheckK8SPoolConfigPlacementGroupWithCustomZone\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:56:01.666659Z\", \"updated_at\":\"2025-10-30T17:56:01.666659Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_default\":false, \"private_network_count\":0, \"routing_enabled\":true, \"custom_routes_propagation_enabled\":true, \"region\":\"nl-ams\"}" + headers: + Content-Length: + - "451" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:56:01 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 7ba4023d-7591-40f0-8fb1-06e492db867c + status: 200 OK + code: 200 + duration: 153.736076ms +- id: 173 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/vpc/v2/regions/nl-ams/vpcs/cffbd660-4df5-4f5c-bd63-351d28eb1f85 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 451 + body: "{\"id\":\"cffbd660-4df5-4f5c-bd63-351d28eb1f85\", \"name\":\"testAccCheckK8SPoolConfigPlacementGroupWithCustomZone\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:56:01.666659Z\", \"updated_at\":\"2025-10-30T17:56:01.666659Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_default\":false, \"private_network_count\":0, \"routing_enabled\":true, \"custom_routes_propagation_enabled\":true, \"region\":\"nl-ams\"}" + headers: + Content-Length: + - "451" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:56:01 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - ec9dcc79-c3e1-4719-a922-bd4c2111d0b6 + status: 200 OK + code: 200 + duration: 108.530293ms +- id: 174 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 203 + host: api.scaleway.com + body: "{\"name\":\"test-pool-placement-group\",\"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\",\"tags\":[],\"subnets\":null,\"vpc_id\":\"cffbd660-4df5-4f5c-bd63-351d28eb1f85\",\"default_route_propagation_enabled\":false}" + headers: + Content-Type: + - application/json + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/vpc/v2/regions/nl-ams/private-networks + method: POST + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1094 + body: "{\"id\":\"9b711663-f2a0-491c-9671-b2de399ebdad\", \"name\":\"test-pool-placement-group\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:56:01.965238Z\", \"updated_at\":\"2025-10-30T17:56:01.965238Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"subnets\":[{\"id\":\"a7908d7d-d693-4f07-ba9c-6cfaac2e7d69\", \"created_at\":\"2025-10-30T17:56:01.965238Z\", \"updated_at\":\"2025-10-30T17:56:01.965238Z\", \"subnet\":\"172.16.0.0/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"9b711663-f2a0-491c-9671-b2de399ebdad\", \"vpc_id\":\"cffbd660-4df5-4f5c-bd63-351d28eb1f85\"}, {\"id\":\"3cad3b18-2eb9-44f6-ab2f-e533db2f9b3b\", \"created_at\":\"2025-10-30T17:56:01.965238Z\", \"updated_at\":\"2025-10-30T17:56:01.965238Z\", \"subnet\":\"fd5c:d510:d730:aab1::/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"9b711663-f2a0-491c-9671-b2de399ebdad\", \"vpc_id\":\"cffbd660-4df5-4f5c-bd63-351d28eb1f85\"}], \"vpc_id\":\"cffbd660-4df5-4f5c-bd63-351d28eb1f85\", \"dhcp_enabled\":true, \"default_route_propagation_enabled\":false, \"region\":\"nl-ams\"}" + headers: + Content-Length: + - "1094" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:56:02 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 81ea5c90-960a-41a8-aee1-94883946a67d + status: 200 OK + code: 200 + duration: 702.88415ms +- id: 175 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/vpc/v2/regions/nl-ams/private-networks/9b711663-f2a0-491c-9671-b2de399ebdad + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1094 + body: "{\"id\":\"9b711663-f2a0-491c-9671-b2de399ebdad\", \"name\":\"test-pool-placement-group\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:56:01.965238Z\", \"updated_at\":\"2025-10-30T17:56:01.965238Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"subnets\":[{\"id\":\"a7908d7d-d693-4f07-ba9c-6cfaac2e7d69\", \"created_at\":\"2025-10-30T17:56:01.965238Z\", \"updated_at\":\"2025-10-30T17:56:01.965238Z\", \"subnet\":\"172.16.0.0/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"9b711663-f2a0-491c-9671-b2de399ebdad\", \"vpc_id\":\"cffbd660-4df5-4f5c-bd63-351d28eb1f85\"}, {\"id\":\"3cad3b18-2eb9-44f6-ab2f-e533db2f9b3b\", \"created_at\":\"2025-10-30T17:56:01.965238Z\", \"updated_at\":\"2025-10-30T17:56:01.965238Z\", \"subnet\":\"fd5c:d510:d730:aab1::/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"9b711663-f2a0-491c-9671-b2de399ebdad\", \"vpc_id\":\"cffbd660-4df5-4f5c-bd63-351d28eb1f85\"}], \"vpc_id\":\"cffbd660-4df5-4f5c-bd63-351d28eb1f85\", \"dhcp_enabled\":true, \"default_route_propagation_enabled\":false, \"region\":\"nl-ams\"}" + headers: + Content-Length: + - "1094" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:56:02 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 94d9c034-c123-4f13-a90b-d249760fdb9b + status: 200 OK + code: 200 + duration: 98.825628ms +- id: 176 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 716 + host: api.scaleway.com + body: "{\"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\",\"type\":\"\",\"name\":\"test-pool-placement-group-2\",\"description\":\"\",\"tags\":[\"terraform-test\",\"scaleway_k8s_cluster\",\"placement_group\"],\"version\":\"1.34.1\",\"cni\":\"calico\",\"pools\":null,\"autoscaler_config\":{\"scale_down_disabled\":null,\"scale_down_delay_after_add\":null,\"estimator\":\"unknown_estimator\",\"expander\":\"unknown_expander\",\"ignore_daemonsets_utilization\":null,\"balance_similar_node_groups\":null,\"expendable_pods_priority_cutoff\":0,\"scale_down_unneeded_time\":null,\"scale_down_utilization_threshold\":null,\"max_graceful_termination_sec\":0},\"feature_gates\":[],\"admission_plugins\":[],\"apiserver_cert_sans\":[],\"private_network_id\":\"9b711663-f2a0-491c-9671-b2de399ebdad\"}" + headers: + Content-Type: + - application/json + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/nl-ams/clusters + method: POST + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1619 + body: "{\"region\":\"nl-ams\", \"id\":\"51cd429b-6235-4520-9ce3-88deeb88bac1\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:56:02.955990Z\", \"updated_at\":\"2025-10-30T17:56:02.955991Z\", \"type\":\"kapsule\", \"name\":\"test-pool-placement-group-2\", \"description\":\"\", \"status\":\"creating\", \"version\":\"1.34.1\", \"cni\":\"calico\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"placement_group\"], \"cluster_url\":\"https://51cd429b-6235-4520-9ce3-88deeb88bac1.api.k8s.nl-ams.scw.cloud:6443\", \"dns_wildcard\":\"*.51cd429b-6235-4520-9ce3-88deeb88bac1.nodes.k8s.nl-ams.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"9b711663-f2a0-491c-9671-b2de399ebdad\", \"commitment_ends_at\":\"2025-10-30T17:56:02.956006Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"\", \"new_images_enabled\":false, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1619" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:56:03 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 73f65dde-f727-45c5-84f6-d5291c27afcf + status: 200 OK + code: 200 + duration: 362.489471ms +- id: 177 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/nl-ams/clusters/51cd429b-6235-4520-9ce3-88deeb88bac1 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1618 + body: "{\"region\":\"nl-ams\", \"id\":\"51cd429b-6235-4520-9ce3-88deeb88bac1\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:56:02.955990Z\", \"updated_at\":\"2025-10-30T17:56:02.955991Z\", \"type\":\"kapsule\", \"name\":\"test-pool-placement-group-2\", \"description\":\"\", \"status\":\"creating\", \"version\":\"1.34.1\", \"cni\":\"calico\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"placement_group\"], \"cluster_url\":\"https://51cd429b-6235-4520-9ce3-88deeb88bac1.api.k8s.nl-ams.scw.cloud:6443\", \"dns_wildcard\":\"*.51cd429b-6235-4520-9ce3-88deeb88bac1.nodes.k8s.nl-ams.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"9b711663-f2a0-491c-9671-b2de399ebdad\", \"commitment_ends_at\":\"2025-10-30T17:56:02.956006Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1618" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:56:03 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 84cf89f0-33e3-4caa-8f64-e257d4956229 + status: 200 OK + code: 200 + duration: 95.480006ms +- id: 178 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/nl-ams/clusters/51cd429b-6235-4520-9ce3-88deeb88bac1 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1659 + body: "{\"region\":\"nl-ams\", \"id\":\"51cd429b-6235-4520-9ce3-88deeb88bac1\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:56:02.955990Z\", \"updated_at\":\"2025-10-30T17:56:03.677449Z\", \"type\":\"kapsule\", \"name\":\"test-pool-placement-group-2\", \"description\":\"\", \"status\":\"pool_required\", \"version\":\"1.34.1\", \"cni\":\"calico\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"placement_group\"], \"cluster_url\":\"https://51cd429b-6235-4520-9ce3-88deeb88bac1.api.k8s.nl-ams.scw.cloud:6443\", \"dns_wildcard\":\"*.51cd429b-6235-4520-9ce3-88deeb88bac1.nodes.k8s.nl-ams.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"9b711663-f2a0-491c-9671-b2de399ebdad\", \"commitment_ends_at\":\"2025-10-30T17:56:02.956006Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"e06b5c18-1479-46de-915f-ff27b1cef80e\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1659" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:56:08 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 9c6f8efb-310e-4431-a15b-b2e268cd47a5 + status: 200 OK + code: 200 + duration: 112.967938ms +- id: 179 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + form: + order_by: + - created_at_asc + page: + - "1" + status: + - unknown + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/nl-ams/clusters/51cd429b-6235-4520-9ce3-88deeb88bac1/pools?order_by=created_at_asc&page=1&status=unknown + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 29 + body: "{\"total_count\":0, \"pools\":[]}" + headers: + Content-Length: + - "29" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:56:08 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - bd663f5a-399e-4ab2-bfc7-c1840b2c2029 + status: 200 OK + code: 200 + duration: 38.868483ms +- id: 180 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/nl-ams/clusters/51cd429b-6235-4520-9ce3-88deeb88bac1 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1659 + body: "{\"region\":\"nl-ams\", \"id\":\"51cd429b-6235-4520-9ce3-88deeb88bac1\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:56:02.955990Z\", \"updated_at\":\"2025-10-30T17:56:03.677449Z\", \"type\":\"kapsule\", \"name\":\"test-pool-placement-group-2\", \"description\":\"\", \"status\":\"pool_required\", \"version\":\"1.34.1\", \"cni\":\"calico\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"placement_group\"], \"cluster_url\":\"https://51cd429b-6235-4520-9ce3-88deeb88bac1.api.k8s.nl-ams.scw.cloud:6443\", \"dns_wildcard\":\"*.51cd429b-6235-4520-9ce3-88deeb88bac1.nodes.k8s.nl-ams.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"9b711663-f2a0-491c-9671-b2de399ebdad\", \"commitment_ends_at\":\"2025-10-30T17:56:02.956006Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"e06b5c18-1479-46de-915f-ff27b1cef80e\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1659" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:56:08 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - b164df4e-035d-40d9-be1c-0f3e755b64f5 + status: 200 OK + code: 200 + duration: 99.657963ms +- id: 181 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/nl-ams/clusters/51cd429b-6235-4520-9ce3-88deeb88bac1/kubeconfig + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1754 + body: "{\"name\":\"kubeconfig\", \"content_type\":\"application/octet-stream\", \"content\":\"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogInRlc3QtcG9vbC1wbGFjZW1lbnQtZ3JvdXAtMiIKICBjbHVzdGVyOgogICAgY2VydGlmaWNhdGUtYXV0aG9yaXR5LWRhdGE6IExTMHRMUzFDUlVkSlRpQkRSVkpVU1VaSlEwRlVSUzB0TFMwdENrMUpTVUpYZWtORFFWRkhaMEYzU1VKQlowbENRVVJCUzBKblozRm9hMnBQVUZGUlJFRnFRVlpOVWsxM1JWRlpSRlpSVVVSRmQzQnlaRmRLYkdOdE5Xd0taRWRXZWsxQ05GaEVWRWt4VFZSQmVVOVVSVE5PVkZsM1RURnZXRVJVVFRGTlZFRjVUMVJGTTA1VVdYZE5NVzkzUmxSRlZFMUNSVWRCTVZWRlFYaE5Td3BoTTFacFdsaEtkVnBZVW14amVrSmFUVUpOUjBKNWNVZFRUVFE1UVdkRlIwTkRjVWRUVFRRNVFYZEZTRUV3U1VGQ1IxWjRiakptYkRKelJVRnZkRFpDQ2toMmVrSXdkMlJLZDAxMFZEQlhkV3BZUkRkTGJ6WkJWaXQ1VDJKNk56QkRZbWRsVjFOQ0x5ODJabEp3WWxSRGJGTlhObXRzTjA1M1QwaEtTMUpXTVdZS01tbERSMWd2WldwUmFrSkJUVUUwUjBFeFZXUkVkMFZDTDNkUlJVRjNTVU53UkVGUVFtZE9Wa2hTVFVKQlpqaEZRbFJCUkVGUlNDOU5RakJIUVRGVlpBcEVaMUZYUWtKU1NsUlhUbE4zWnl0NlVGSkNTbGRCVkVKTVJFWkpaV2xDWWxWcVFVdENaMmR4YUd0cVQxQlJVVVJCWjA1SlFVUkNSa0ZwUVVsclltTkJDbTlYYURWcGNGUlhjbUZzWVdnd1FXMDVhR3MwZW1WdlEwWmlNVW93VUhWVWVFa3hZVzlCU1doQlQyRktORlJTWW5GSVlWZEdMM2c0VWxKbGMycFBXbThLZWk5WmRWY3JORGxrY1c5alN6UXhhRTFQUkcwS0xTMHRMUzFGVGtRZ1EwVlNWRWxHU1VOQlZFVXRMUzB0TFFvPQogICAgc2VydmVyOiBodHRwczovLzUxY2Q0MjliLTYyMzUtNDUyMC05Y2UzLTg4ZGVlYjg4YmFjMS5hcGkuazhzLm5sLWFtcy5zY3cuY2xvdWQ6NjQ0Mwpjb250ZXh0czoKLSBuYW1lOiBhZG1pbkB0ZXN0LXBvb2wtcGxhY2VtZW50LWdyb3VwLTIKICBjb250ZXh0OgogICAgY2x1c3RlcjogInRlc3QtcG9vbC1wbGFjZW1lbnQtZ3JvdXAtMiIKICAgIHVzZXI6IHRlc3QtcG9vbC1wbGFjZW1lbnQtZ3JvdXAtMi1hZG1pbgpjdXJyZW50LWNvbnRleHQ6IGFkbWluQHRlc3QtcG9vbC1wbGFjZW1lbnQtZ3JvdXAtMgpraW5kOiBDb25maWcKcHJlZmVyZW5jZXM6IHt9CnVzZXJzOgotIG5hbWU6IHRlc3QtcG9vbC1wbGFjZW1lbnQtZ3JvdXAtMi1hZG1pbgogIHVzZXI6CiAgICB0b2tlbjogMkhKMXFqUzRsNUFIcDdHeVRzYXU2aHhYdHZ3eHRzT3NzamF1c1JQWG1qalZSSXc0Q3BOZnU3TFo=\"}" + headers: + Content-Length: + - "1754" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:56:08 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 69372834-6049-47b1-ba91-e88d4c711d15 + status: 200 OK + code: 200 + duration: 89.9596ms +- id: 182 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/nl-ams/clusters/51cd429b-6235-4520-9ce3-88deeb88bac1 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1659 + body: "{\"region\":\"nl-ams\", \"id\":\"51cd429b-6235-4520-9ce3-88deeb88bac1\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:56:02.955990Z\", \"updated_at\":\"2025-10-30T17:56:03.677449Z\", \"type\":\"kapsule\", \"name\":\"test-pool-placement-group-2\", \"description\":\"\", \"status\":\"pool_required\", \"version\":\"1.34.1\", \"cni\":\"calico\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"placement_group\"], \"cluster_url\":\"https://51cd429b-6235-4520-9ce3-88deeb88bac1.api.k8s.nl-ams.scw.cloud:6443\", \"dns_wildcard\":\"*.51cd429b-6235-4520-9ce3-88deeb88bac1.nodes.k8s.nl-ams.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"9b711663-f2a0-491c-9671-b2de399ebdad\", \"commitment_ends_at\":\"2025-10-30T17:56:02.956006Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"e06b5c18-1479-46de-915f-ff27b1cef80e\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1659" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:56:08 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 730d43bc-90c8-41d0-97b2-5228a915d7c3 + status: 200 OK + code: 200 + duration: 37.885677ms +- id: 183 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 343 + host: api.scaleway.com + body: "{\"name\":\"test-pool-placement-group-2\",\"node_type\":\"pro2_xxs\",\"placement_group_id\":\"92444188-3b2e-4515-a75d-f228a9ef8202\",\"autoscaling\":false,\"size\":1,\"min_size\":1,\"max_size\":1,\"container_runtime\":\"containerd\",\"autohealing\":false,\"tags\":[],\"kubelet_args\":{},\"zone\":\"nl-ams-2\",\"root_volume_type\":\"default_volume_type\",\"public_ip_disabled\":false}" + headers: + Content-Type: + - application/json + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/nl-ams/clusters/51cd429b-6235-4520-9ce3-88deeb88bac1/pools + method: POST + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 762 + body: "{\"region\":\"nl-ams\", \"id\":\"4ecf20a5-b4a3-4b2c-a4f4-903716060d4d\", \"cluster_id\":\"51cd429b-6235-4520-9ce3-88deeb88bac1\", \"created_at\":\"2025-10-30T17:56:08.596157Z\", \"updated_at\":\"2025-10-30T17:56:08.596157Z\", \"name\":\"test-pool-placement-group-2\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"92444188-3b2e-4515-a75d-f228a9ef8202\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"nl-ams-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"20b640cd-1ccd-4f6f-93fa-7e309efc00b8\"}" + headers: + Content-Length: + - "762" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:56:08 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 4f0c9966-fd11-4e6f-8e73-1b4b62291631 + status: 200 OK + code: 200 + duration: 284.902723ms +- id: 184 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/nl-ams/pools/4ecf20a5-b4a3-4b2c-a4f4-903716060d4d + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 762 + body: "{\"region\":\"nl-ams\", \"id\":\"4ecf20a5-b4a3-4b2c-a4f4-903716060d4d\", \"cluster_id\":\"51cd429b-6235-4520-9ce3-88deeb88bac1\", \"created_at\":\"2025-10-30T17:56:08.596157Z\", \"updated_at\":\"2025-10-30T17:56:08.596157Z\", \"name\":\"test-pool-placement-group-2\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"92444188-3b2e-4515-a75d-f228a9ef8202\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"nl-ams-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"20b640cd-1ccd-4f6f-93fa-7e309efc00b8\"}" + headers: + Content-Length: + - "762" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:56:08 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 6844901a-656f-4ff8-9f1b-6c39fe595b5c + status: 200 OK + code: 200 + duration: 37.784487ms +- id: 185 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/nl-ams/pools/4ecf20a5-b4a3-4b2c-a4f4-903716060d4d + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 762 + body: "{\"region\":\"nl-ams\", \"id\":\"4ecf20a5-b4a3-4b2c-a4f4-903716060d4d\", \"cluster_id\":\"51cd429b-6235-4520-9ce3-88deeb88bac1\", \"created_at\":\"2025-10-30T17:56:08.596157Z\", \"updated_at\":\"2025-10-30T17:56:08.596157Z\", \"name\":\"test-pool-placement-group-2\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"92444188-3b2e-4515-a75d-f228a9ef8202\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"nl-ams-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"20b640cd-1ccd-4f6f-93fa-7e309efc00b8\"}" + headers: + Content-Length: + - "762" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:56:13 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - e8bc43b3-d173-45b1-9f79-63782a4061f8 + status: 200 OK + code: 200 + duration: 100.095095ms +- id: 186 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/nl-ams/pools/4ecf20a5-b4a3-4b2c-a4f4-903716060d4d + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 762 + body: "{\"region\":\"nl-ams\", \"id\":\"4ecf20a5-b4a3-4b2c-a4f4-903716060d4d\", \"cluster_id\":\"51cd429b-6235-4520-9ce3-88deeb88bac1\", \"created_at\":\"2025-10-30T17:56:08.596157Z\", \"updated_at\":\"2025-10-30T17:56:08.596157Z\", \"name\":\"test-pool-placement-group-2\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"92444188-3b2e-4515-a75d-f228a9ef8202\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"nl-ams-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"20b640cd-1ccd-4f6f-93fa-7e309efc00b8\"}" + headers: + Content-Length: + - "762" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:56:19 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - a974899b-995a-4430-825a-f25186759724 + status: 200 OK + code: 200 + duration: 114.476335ms +- id: 187 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/nl-ams/pools/4ecf20a5-b4a3-4b2c-a4f4-903716060d4d + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 762 + body: "{\"region\":\"nl-ams\", \"id\":\"4ecf20a5-b4a3-4b2c-a4f4-903716060d4d\", \"cluster_id\":\"51cd429b-6235-4520-9ce3-88deeb88bac1\", \"created_at\":\"2025-10-30T17:56:08.596157Z\", \"updated_at\":\"2025-10-30T17:56:08.596157Z\", \"name\":\"test-pool-placement-group-2\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"92444188-3b2e-4515-a75d-f228a9ef8202\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"nl-ams-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"20b640cd-1ccd-4f6f-93fa-7e309efc00b8\"}" + headers: + Content-Length: + - "762" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:56:24 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - ae2aad6b-f37c-4013-a8d9-efc51103fc9a + status: 200 OK + code: 200 + duration: 102.484124ms +- id: 188 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/nl-ams/pools/4ecf20a5-b4a3-4b2c-a4f4-903716060d4d + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 762 + body: "{\"region\":\"nl-ams\", \"id\":\"4ecf20a5-b4a3-4b2c-a4f4-903716060d4d\", \"cluster_id\":\"51cd429b-6235-4520-9ce3-88deeb88bac1\", \"created_at\":\"2025-10-30T17:56:08.596157Z\", \"updated_at\":\"2025-10-30T17:56:08.596157Z\", \"name\":\"test-pool-placement-group-2\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"92444188-3b2e-4515-a75d-f228a9ef8202\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"nl-ams-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"20b640cd-1ccd-4f6f-93fa-7e309efc00b8\"}" + headers: + Content-Length: + - "762" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:56:29 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 006377aa-400c-4660-a14a-004c71330337 + status: 200 OK + code: 200 + duration: 99.352895ms +- id: 189 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/nl-ams/pools/4ecf20a5-b4a3-4b2c-a4f4-903716060d4d + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 762 + body: "{\"region\":\"nl-ams\", \"id\":\"4ecf20a5-b4a3-4b2c-a4f4-903716060d4d\", \"cluster_id\":\"51cd429b-6235-4520-9ce3-88deeb88bac1\", \"created_at\":\"2025-10-30T17:56:08.596157Z\", \"updated_at\":\"2025-10-30T17:56:08.596157Z\", \"name\":\"test-pool-placement-group-2\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"92444188-3b2e-4515-a75d-f228a9ef8202\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"nl-ams-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"20b640cd-1ccd-4f6f-93fa-7e309efc00b8\"}" + headers: + Content-Length: + - "762" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:56:34 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 64ac9558-f6c4-49b4-ac1d-e6f855a9e961 + status: 200 OK + code: 200 + duration: 112.016248ms +- id: 190 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/nl-ams/pools/4ecf20a5-b4a3-4b2c-a4f4-903716060d4d + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 762 + body: "{\"region\":\"nl-ams\", \"id\":\"4ecf20a5-b4a3-4b2c-a4f4-903716060d4d\", \"cluster_id\":\"51cd429b-6235-4520-9ce3-88deeb88bac1\", \"created_at\":\"2025-10-30T17:56:08.596157Z\", \"updated_at\":\"2025-10-30T17:56:08.596157Z\", \"name\":\"test-pool-placement-group-2\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"92444188-3b2e-4515-a75d-f228a9ef8202\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"nl-ams-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"20b640cd-1ccd-4f6f-93fa-7e309efc00b8\"}" + headers: + Content-Length: + - "762" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:56:39 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - d40bfef7-6076-4e7f-b125-67a1a6349f39 + status: 200 OK + code: 200 + duration: 98.773109ms +- id: 191 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/nl-ams/pools/4ecf20a5-b4a3-4b2c-a4f4-903716060d4d + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 762 + body: "{\"region\":\"nl-ams\", \"id\":\"4ecf20a5-b4a3-4b2c-a4f4-903716060d4d\", \"cluster_id\":\"51cd429b-6235-4520-9ce3-88deeb88bac1\", \"created_at\":\"2025-10-30T17:56:08.596157Z\", \"updated_at\":\"2025-10-30T17:56:08.596157Z\", \"name\":\"test-pool-placement-group-2\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"92444188-3b2e-4515-a75d-f228a9ef8202\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"nl-ams-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"20b640cd-1ccd-4f6f-93fa-7e309efc00b8\"}" + headers: + Content-Length: + - "762" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:56:44 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 833b770c-3e3b-49e7-8e4c-859aaba0cd2e + status: 200 OK + code: 200 + duration: 94.666267ms +- id: 192 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/nl-ams/pools/4ecf20a5-b4a3-4b2c-a4f4-903716060d4d + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 762 + body: "{\"region\":\"nl-ams\", \"id\":\"4ecf20a5-b4a3-4b2c-a4f4-903716060d4d\", \"cluster_id\":\"51cd429b-6235-4520-9ce3-88deeb88bac1\", \"created_at\":\"2025-10-30T17:56:08.596157Z\", \"updated_at\":\"2025-10-30T17:56:08.596157Z\", \"name\":\"test-pool-placement-group-2\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"92444188-3b2e-4515-a75d-f228a9ef8202\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"nl-ams-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"20b640cd-1ccd-4f6f-93fa-7e309efc00b8\"}" + headers: + Content-Length: + - "762" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:56:49 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 374da9db-b3d6-492d-9a18-0c37d18595b5 + status: 200 OK + code: 200 + duration: 129.802035ms +- id: 193 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/nl-ams/pools/4ecf20a5-b4a3-4b2c-a4f4-903716060d4d + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 762 + body: "{\"region\":\"nl-ams\", \"id\":\"4ecf20a5-b4a3-4b2c-a4f4-903716060d4d\", \"cluster_id\":\"51cd429b-6235-4520-9ce3-88deeb88bac1\", \"created_at\":\"2025-10-30T17:56:08.596157Z\", \"updated_at\":\"2025-10-30T17:56:08.596157Z\", \"name\":\"test-pool-placement-group-2\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"92444188-3b2e-4515-a75d-f228a9ef8202\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"nl-ams-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"20b640cd-1ccd-4f6f-93fa-7e309efc00b8\"}" + headers: + Content-Length: + - "762" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:56:54 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - cb97e82e-3362-4d8d-8aa2-5a8a14103e16 + status: 200 OK + code: 200 + duration: 107.123946ms +- id: 194 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/nl-ams/pools/4ecf20a5-b4a3-4b2c-a4f4-903716060d4d + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 762 + body: "{\"region\":\"nl-ams\", \"id\":\"4ecf20a5-b4a3-4b2c-a4f4-903716060d4d\", \"cluster_id\":\"51cd429b-6235-4520-9ce3-88deeb88bac1\", \"created_at\":\"2025-10-30T17:56:08.596157Z\", \"updated_at\":\"2025-10-30T17:56:08.596157Z\", \"name\":\"test-pool-placement-group-2\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"92444188-3b2e-4515-a75d-f228a9ef8202\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"nl-ams-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"20b640cd-1ccd-4f6f-93fa-7e309efc00b8\"}" + headers: + Content-Length: + - "762" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:56:59 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 898c8767-c4dc-45ff-bf5c-5752083ee670 + status: 200 OK + code: 200 + duration: 104.307648ms +- id: 195 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/nl-ams/pools/4ecf20a5-b4a3-4b2c-a4f4-903716060d4d + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 762 + body: "{\"region\":\"nl-ams\", \"id\":\"4ecf20a5-b4a3-4b2c-a4f4-903716060d4d\", \"cluster_id\":\"51cd429b-6235-4520-9ce3-88deeb88bac1\", \"created_at\":\"2025-10-30T17:56:08.596157Z\", \"updated_at\":\"2025-10-30T17:56:08.596157Z\", \"name\":\"test-pool-placement-group-2\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"92444188-3b2e-4515-a75d-f228a9ef8202\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"nl-ams-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"20b640cd-1ccd-4f6f-93fa-7e309efc00b8\"}" + headers: + Content-Length: + - "762" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:57:05 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - ae42026a-7cbb-4fdb-8a81-0fdc058b2d66 + status: 200 OK + code: 200 + duration: 173.525948ms +- id: 196 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/nl-ams/pools/4ecf20a5-b4a3-4b2c-a4f4-903716060d4d + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 762 + body: "{\"region\":\"nl-ams\", \"id\":\"4ecf20a5-b4a3-4b2c-a4f4-903716060d4d\", \"cluster_id\":\"51cd429b-6235-4520-9ce3-88deeb88bac1\", \"created_at\":\"2025-10-30T17:56:08.596157Z\", \"updated_at\":\"2025-10-30T17:56:08.596157Z\", \"name\":\"test-pool-placement-group-2\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"92444188-3b2e-4515-a75d-f228a9ef8202\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"nl-ams-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"20b640cd-1ccd-4f6f-93fa-7e309efc00b8\"}" + headers: + Content-Length: + - "762" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:57:10 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 35cdb32b-db66-4662-ae93-fe34e50c51b4 + status: 200 OK + code: 200 + duration: 101.936888ms +- id: 197 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/nl-ams/pools/4ecf20a5-b4a3-4b2c-a4f4-903716060d4d + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 762 + body: "{\"region\":\"nl-ams\", \"id\":\"4ecf20a5-b4a3-4b2c-a4f4-903716060d4d\", \"cluster_id\":\"51cd429b-6235-4520-9ce3-88deeb88bac1\", \"created_at\":\"2025-10-30T17:56:08.596157Z\", \"updated_at\":\"2025-10-30T17:56:08.596157Z\", \"name\":\"test-pool-placement-group-2\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"92444188-3b2e-4515-a75d-f228a9ef8202\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"nl-ams-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"20b640cd-1ccd-4f6f-93fa-7e309efc00b8\"}" + headers: + Content-Length: + - "762" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:57:15 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 43aeed1b-85ef-4ae9-a2b2-852936ab178f + status: 200 OK + code: 200 + duration: 133.531187ms +- id: 198 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/nl-ams/pools/4ecf20a5-b4a3-4b2c-a4f4-903716060d4d + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 762 + body: "{\"region\":\"nl-ams\", \"id\":\"4ecf20a5-b4a3-4b2c-a4f4-903716060d4d\", \"cluster_id\":\"51cd429b-6235-4520-9ce3-88deeb88bac1\", \"created_at\":\"2025-10-30T17:56:08.596157Z\", \"updated_at\":\"2025-10-30T17:56:08.596157Z\", \"name\":\"test-pool-placement-group-2\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"92444188-3b2e-4515-a75d-f228a9ef8202\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"nl-ams-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"20b640cd-1ccd-4f6f-93fa-7e309efc00b8\"}" + headers: + Content-Length: + - "762" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:57:20 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 19600405-2f06-4106-9ec1-fd85666d2b11 + status: 200 OK + code: 200 + duration: 101.828457ms +- id: 199 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/nl-ams/pools/4ecf20a5-b4a3-4b2c-a4f4-903716060d4d + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 762 + body: "{\"region\":\"nl-ams\", \"id\":\"4ecf20a5-b4a3-4b2c-a4f4-903716060d4d\", \"cluster_id\":\"51cd429b-6235-4520-9ce3-88deeb88bac1\", \"created_at\":\"2025-10-30T17:56:08.596157Z\", \"updated_at\":\"2025-10-30T17:56:08.596157Z\", \"name\":\"test-pool-placement-group-2\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"92444188-3b2e-4515-a75d-f228a9ef8202\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"nl-ams-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"20b640cd-1ccd-4f6f-93fa-7e309efc00b8\"}" + headers: + Content-Length: + - "762" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:57:25 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - d52cdd8f-0e28-40e8-b09c-707b8d407c8b + status: 200 OK + code: 200 + duration: 99.159494ms +- id: 200 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/nl-ams/pools/4ecf20a5-b4a3-4b2c-a4f4-903716060d4d + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 762 + body: "{\"region\":\"nl-ams\", \"id\":\"4ecf20a5-b4a3-4b2c-a4f4-903716060d4d\", \"cluster_id\":\"51cd429b-6235-4520-9ce3-88deeb88bac1\", \"created_at\":\"2025-10-30T17:56:08.596157Z\", \"updated_at\":\"2025-10-30T17:56:08.596157Z\", \"name\":\"test-pool-placement-group-2\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"92444188-3b2e-4515-a75d-f228a9ef8202\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"nl-ams-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"20b640cd-1ccd-4f6f-93fa-7e309efc00b8\"}" + headers: + Content-Length: + - "762" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:57:30 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - aff45c3f-9b4b-4c7f-a218-b95fc3652dfc + status: 200 OK + code: 200 + duration: 102.367912ms +- id: 201 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/nl-ams/pools/4ecf20a5-b4a3-4b2c-a4f4-903716060d4d + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 762 + body: "{\"region\":\"nl-ams\", \"id\":\"4ecf20a5-b4a3-4b2c-a4f4-903716060d4d\", \"cluster_id\":\"51cd429b-6235-4520-9ce3-88deeb88bac1\", \"created_at\":\"2025-10-30T17:56:08.596157Z\", \"updated_at\":\"2025-10-30T17:56:08.596157Z\", \"name\":\"test-pool-placement-group-2\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"92444188-3b2e-4515-a75d-f228a9ef8202\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"nl-ams-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"20b640cd-1ccd-4f6f-93fa-7e309efc00b8\"}" + headers: + Content-Length: + - "762" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:57:35 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - ebfad640-647d-44f5-8542-a01175f30abf + status: 200 OK + code: 200 + duration: 105.703698ms +- id: 202 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/nl-ams/pools/4ecf20a5-b4a3-4b2c-a4f4-903716060d4d + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 762 + body: "{\"region\":\"nl-ams\", \"id\":\"4ecf20a5-b4a3-4b2c-a4f4-903716060d4d\", \"cluster_id\":\"51cd429b-6235-4520-9ce3-88deeb88bac1\", \"created_at\":\"2025-10-30T17:56:08.596157Z\", \"updated_at\":\"2025-10-30T17:56:08.596157Z\", \"name\":\"test-pool-placement-group-2\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"92444188-3b2e-4515-a75d-f228a9ef8202\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"nl-ams-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"20b640cd-1ccd-4f6f-93fa-7e309efc00b8\"}" + headers: + Content-Length: + - "762" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:57:40 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 8fd10a75-d80f-4570-a263-14e508b6f31b + status: 200 OK + code: 200 + duration: 102.090544ms +- id: 203 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/nl-ams/pools/4ecf20a5-b4a3-4b2c-a4f4-903716060d4d + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 762 + body: "{\"region\":\"nl-ams\", \"id\":\"4ecf20a5-b4a3-4b2c-a4f4-903716060d4d\", \"cluster_id\":\"51cd429b-6235-4520-9ce3-88deeb88bac1\", \"created_at\":\"2025-10-30T17:56:08.596157Z\", \"updated_at\":\"2025-10-30T17:56:08.596157Z\", \"name\":\"test-pool-placement-group-2\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"92444188-3b2e-4515-a75d-f228a9ef8202\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"nl-ams-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"20b640cd-1ccd-4f6f-93fa-7e309efc00b8\"}" + headers: + Content-Length: + - "762" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:57:45 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - fa2fe347-602a-4176-8b43-0a59aaca6d42 + status: 200 OK + code: 200 + duration: 97.769249ms +- id: 204 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/nl-ams/pools/4ecf20a5-b4a3-4b2c-a4f4-903716060d4d + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 762 + body: "{\"region\":\"nl-ams\", \"id\":\"4ecf20a5-b4a3-4b2c-a4f4-903716060d4d\", \"cluster_id\":\"51cd429b-6235-4520-9ce3-88deeb88bac1\", \"created_at\":\"2025-10-30T17:56:08.596157Z\", \"updated_at\":\"2025-10-30T17:56:08.596157Z\", \"name\":\"test-pool-placement-group-2\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"92444188-3b2e-4515-a75d-f228a9ef8202\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"nl-ams-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"20b640cd-1ccd-4f6f-93fa-7e309efc00b8\"}" + headers: + Content-Length: + - "762" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:57:51 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 9866442c-5670-455b-bd7f-4466b3c63f0a + status: 200 OK + code: 200 + duration: 94.423816ms +- id: 205 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/nl-ams/pools/4ecf20a5-b4a3-4b2c-a4f4-903716060d4d + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 762 + body: "{\"region\":\"nl-ams\", \"id\":\"4ecf20a5-b4a3-4b2c-a4f4-903716060d4d\", \"cluster_id\":\"51cd429b-6235-4520-9ce3-88deeb88bac1\", \"created_at\":\"2025-10-30T17:56:08.596157Z\", \"updated_at\":\"2025-10-30T17:56:08.596157Z\", \"name\":\"test-pool-placement-group-2\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"92444188-3b2e-4515-a75d-f228a9ef8202\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"nl-ams-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"20b640cd-1ccd-4f6f-93fa-7e309efc00b8\"}" + headers: + Content-Length: + - "762" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:57:56 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 52d3a83a-4d83-4a21-b401-c8cb3057d45b + status: 200 OK + code: 200 + duration: 329.931478ms +- id: 206 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/nl-ams/pools/4ecf20a5-b4a3-4b2c-a4f4-903716060d4d + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 762 + body: "{\"region\":\"nl-ams\", \"id\":\"4ecf20a5-b4a3-4b2c-a4f4-903716060d4d\", \"cluster_id\":\"51cd429b-6235-4520-9ce3-88deeb88bac1\", \"created_at\":\"2025-10-30T17:56:08.596157Z\", \"updated_at\":\"2025-10-30T17:56:08.596157Z\", \"name\":\"test-pool-placement-group-2\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"92444188-3b2e-4515-a75d-f228a9ef8202\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"nl-ams-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"20b640cd-1ccd-4f6f-93fa-7e309efc00b8\"}" + headers: + Content-Length: + - "762" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:58:01 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 96079b08-7da7-4803-a7cb-be758a8e581a + status: 200 OK + code: 200 + duration: 100.279236ms +- id: 207 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/nl-ams/pools/4ecf20a5-b4a3-4b2c-a4f4-903716060d4d + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 762 + body: "{\"region\":\"nl-ams\", \"id\":\"4ecf20a5-b4a3-4b2c-a4f4-903716060d4d\", \"cluster_id\":\"51cd429b-6235-4520-9ce3-88deeb88bac1\", \"created_at\":\"2025-10-30T17:56:08.596157Z\", \"updated_at\":\"2025-10-30T17:56:08.596157Z\", \"name\":\"test-pool-placement-group-2\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"92444188-3b2e-4515-a75d-f228a9ef8202\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"nl-ams-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"20b640cd-1ccd-4f6f-93fa-7e309efc00b8\"}" + headers: + Content-Length: + - "762" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:58:06 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - ee5ee6de-7adc-4b33-b7f6-84b15b0fb81f + status: 200 OK + code: 200 + duration: 98.46506ms +- id: 208 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/nl-ams/pools/4ecf20a5-b4a3-4b2c-a4f4-903716060d4d + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 762 + body: "{\"region\":\"nl-ams\", \"id\":\"4ecf20a5-b4a3-4b2c-a4f4-903716060d4d\", \"cluster_id\":\"51cd429b-6235-4520-9ce3-88deeb88bac1\", \"created_at\":\"2025-10-30T17:56:08.596157Z\", \"updated_at\":\"2025-10-30T17:56:08.596157Z\", \"name\":\"test-pool-placement-group-2\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"92444188-3b2e-4515-a75d-f228a9ef8202\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"nl-ams-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"20b640cd-1ccd-4f6f-93fa-7e309efc00b8\"}" + headers: + Content-Length: + - "762" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:58:11 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 94becc82-700c-4b78-b6a0-2aaebd4675ee + status: 200 OK + code: 200 + duration: 99.100503ms +- id: 209 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/nl-ams/pools/4ecf20a5-b4a3-4b2c-a4f4-903716060d4d + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 762 + body: "{\"region\":\"nl-ams\", \"id\":\"4ecf20a5-b4a3-4b2c-a4f4-903716060d4d\", \"cluster_id\":\"51cd429b-6235-4520-9ce3-88deeb88bac1\", \"created_at\":\"2025-10-30T17:56:08.596157Z\", \"updated_at\":\"2025-10-30T17:56:08.596157Z\", \"name\":\"test-pool-placement-group-2\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"92444188-3b2e-4515-a75d-f228a9ef8202\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"nl-ams-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"20b640cd-1ccd-4f6f-93fa-7e309efc00b8\"}" + headers: + Content-Length: + - "762" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:58:16 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 23d7549f-f9bf-49dd-a8cf-c0c70e68d151 + status: 200 OK + code: 200 + duration: 91.311495ms +- id: 210 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/nl-ams/pools/4ecf20a5-b4a3-4b2c-a4f4-903716060d4d + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 762 + body: "{\"region\":\"nl-ams\", \"id\":\"4ecf20a5-b4a3-4b2c-a4f4-903716060d4d\", \"cluster_id\":\"51cd429b-6235-4520-9ce3-88deeb88bac1\", \"created_at\":\"2025-10-30T17:56:08.596157Z\", \"updated_at\":\"2025-10-30T17:56:08.596157Z\", \"name\":\"test-pool-placement-group-2\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"92444188-3b2e-4515-a75d-f228a9ef8202\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"nl-ams-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"20b640cd-1ccd-4f6f-93fa-7e309efc00b8\"}" + headers: + Content-Length: + - "762" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:58:21 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 7852381b-49c6-4769-9e2e-6c61f6739138 + status: 200 OK + code: 200 + duration: 96.99951ms +- id: 211 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/nl-ams/pools/4ecf20a5-b4a3-4b2c-a4f4-903716060d4d + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 762 + body: "{\"region\":\"nl-ams\", \"id\":\"4ecf20a5-b4a3-4b2c-a4f4-903716060d4d\", \"cluster_id\":\"51cd429b-6235-4520-9ce3-88deeb88bac1\", \"created_at\":\"2025-10-30T17:56:08.596157Z\", \"updated_at\":\"2025-10-30T17:56:08.596157Z\", \"name\":\"test-pool-placement-group-2\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"92444188-3b2e-4515-a75d-f228a9ef8202\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"nl-ams-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"20b640cd-1ccd-4f6f-93fa-7e309efc00b8\"}" + headers: + Content-Length: + - "762" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:58:27 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 9f444c4d-74a2-47c8-87c2-37f5509d92b4 + status: 200 OK + code: 200 + duration: 97.026131ms +- id: 212 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/nl-ams/pools/4ecf20a5-b4a3-4b2c-a4f4-903716060d4d + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 762 + body: "{\"region\":\"nl-ams\", \"id\":\"4ecf20a5-b4a3-4b2c-a4f4-903716060d4d\", \"cluster_id\":\"51cd429b-6235-4520-9ce3-88deeb88bac1\", \"created_at\":\"2025-10-30T17:56:08.596157Z\", \"updated_at\":\"2025-10-30T17:56:08.596157Z\", \"name\":\"test-pool-placement-group-2\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"92444188-3b2e-4515-a75d-f228a9ef8202\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"nl-ams-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"20b640cd-1ccd-4f6f-93fa-7e309efc00b8\"}" + headers: + Content-Length: + - "762" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:58:32 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 29b46afa-f30c-464e-b4d9-119f53c5325b + status: 200 OK + code: 200 + duration: 129.175567ms +- id: 213 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/nl-ams/pools/4ecf20a5-b4a3-4b2c-a4f4-903716060d4d + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 762 + body: "{\"region\":\"nl-ams\", \"id\":\"4ecf20a5-b4a3-4b2c-a4f4-903716060d4d\", \"cluster_id\":\"51cd429b-6235-4520-9ce3-88deeb88bac1\", \"created_at\":\"2025-10-30T17:56:08.596157Z\", \"updated_at\":\"2025-10-30T17:56:08.596157Z\", \"name\":\"test-pool-placement-group-2\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"92444188-3b2e-4515-a75d-f228a9ef8202\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"nl-ams-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"20b640cd-1ccd-4f6f-93fa-7e309efc00b8\"}" + headers: + Content-Length: + - "762" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:58:37 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 104bdc91-6262-4341-a6e2-f6d676a0ea78 + status: 200 OK + code: 200 + duration: 81.525187ms +- id: 214 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/nl-ams/pools/4ecf20a5-b4a3-4b2c-a4f4-903716060d4d + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 760 + body: "{\"region\":\"nl-ams\", \"id\":\"4ecf20a5-b4a3-4b2c-a4f4-903716060d4d\", \"cluster_id\":\"51cd429b-6235-4520-9ce3-88deeb88bac1\", \"created_at\":\"2025-10-30T17:56:08.596157Z\", \"updated_at\":\"2025-10-30T17:58:42.093973Z\", \"name\":\"test-pool-placement-group-2\", \"status\":\"ready\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"92444188-3b2e-4515-a75d-f228a9ef8202\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"nl-ams-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"20b640cd-1ccd-4f6f-93fa-7e309efc00b8\"}" + headers: + Content-Length: + - "760" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:58:42 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 5b85d3ac-da27-4920-89e5-8f8db09df3b4 + status: 200 OK + code: 200 + duration: 122.623433ms +- id: 215 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/nl-ams/clusters/51cd429b-6235-4520-9ce3-88deeb88bac1 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1651 + body: "{\"region\":\"nl-ams\", \"id\":\"51cd429b-6235-4520-9ce3-88deeb88bac1\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:56:02.955990Z\", \"updated_at\":\"2025-10-30T17:57:29.166865Z\", \"type\":\"kapsule\", \"name\":\"test-pool-placement-group-2\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"calico\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"placement_group\"], \"cluster_url\":\"https://51cd429b-6235-4520-9ce3-88deeb88bac1.api.k8s.nl-ams.scw.cloud:6443\", \"dns_wildcard\":\"*.51cd429b-6235-4520-9ce3-88deeb88bac1.nodes.k8s.nl-ams.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"9b711663-f2a0-491c-9671-b2de399ebdad\", \"commitment_ends_at\":\"2025-10-30T17:56:02.956006Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"e06b5c18-1479-46de-915f-ff27b1cef80e\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1651" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:58:42 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 9a848554-5922-450e-8b55-dd28f3a47d47 + status: 200 OK + code: 200 + duration: 36.010298ms +- id: 216 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/nl-ams/pools/4ecf20a5-b4a3-4b2c-a4f4-903716060d4d + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 760 + body: "{\"region\":\"nl-ams\", \"id\":\"4ecf20a5-b4a3-4b2c-a4f4-903716060d4d\", \"cluster_id\":\"51cd429b-6235-4520-9ce3-88deeb88bac1\", \"created_at\":\"2025-10-30T17:56:08.596157Z\", \"updated_at\":\"2025-10-30T17:58:42.093973Z\", \"name\":\"test-pool-placement-group-2\", \"status\":\"ready\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"92444188-3b2e-4515-a75d-f228a9ef8202\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"nl-ams-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"20b640cd-1ccd-4f6f-93fa-7e309efc00b8\"}" + headers: + Content-Length: + - "760" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:58:42 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 11b4c295-4e16-426a-9ce7-cf69bca07a75 + status: 200 OK + code: 200 + duration: 46.558611ms +- id: 217 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + form: + order_by: + - created_at_asc + page: + - "1" + pool_id: + - 4ecf20a5-b4a3-4b2c-a4f4-903716060d4d + status: + - unknown + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/nl-ams/clusters/51cd429b-6235-4520-9ce3-88deeb88bac1/nodes?order_by=created_at_asc&page=1&pool_id=4ecf20a5-b4a3-4b2c-a4f4-903716060d4d&status=unknown + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 620 + body: "{\"total_count\":1, \"nodes\":[{\"region\":\"nl-ams\", \"id\":\"e56b8ed7-b8ff-4f84-9aa3-9fbc5ea86a05\", \"cluster_id\":\"51cd429b-6235-4520-9ce3-88deeb88bac1\", \"created_at\":\"2025-10-30T17:57:36.760847Z\", \"updated_at\":\"2025-10-30T17:58:42.078049Z\", \"pool_id\":\"4ecf20a5-b4a3-4b2c-a4f4-903716060d4d\", \"status\":\"ready\", \"conditions\":{\"DiskPressure\":\"False\", \"MemoryPressure\":\"False\", \"PIDPressure\":\"False\", \"Ready\":\"True\"}, \"name\":\"scw-test-pool-placeme-test-pool-placeme-e56b8e\", \"public_ip_v4\":\"51.158.232.111\", \"public_ip_v6\":null, \"provider_id\":\"scaleway://instance/nl-ams-2/40cc1cc2-6de1-465d-9fbf-f02130d3f939\", \"error_message\":\"\"}]}" + headers: + Content-Length: + - "620" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:58:42 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 8cfcb0e3-f9a3-455a-97f0-6ec5732db65d + status: 200 OK + code: 200 + duration: 101.571161ms +- id: 218 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/nl-ams/clusters/51cd429b-6235-4520-9ce3-88deeb88bac1 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1651 + body: "{\"region\":\"nl-ams\", \"id\":\"51cd429b-6235-4520-9ce3-88deeb88bac1\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:56:02.955990Z\", \"updated_at\":\"2025-10-30T17:57:29.166865Z\", \"type\":\"kapsule\", \"name\":\"test-pool-placement-group-2\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"calico\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"placement_group\"], \"cluster_url\":\"https://51cd429b-6235-4520-9ce3-88deeb88bac1.api.k8s.nl-ams.scw.cloud:6443\", \"dns_wildcard\":\"*.51cd429b-6235-4520-9ce3-88deeb88bac1.nodes.k8s.nl-ams.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"9b711663-f2a0-491c-9671-b2de399ebdad\", \"commitment_ends_at\":\"2025-10-30T17:56:02.956006Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"e06b5c18-1479-46de-915f-ff27b1cef80e\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1651" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:58:42 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - e2674b37-6092-4767-be0d-f9e4a02e91f5 + status: 200 OK + code: 200 + duration: 61.521496ms +- id: 219 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + form: + order_by: + - created_at_desc + project_id: + - 105bdce1-64c0-48ab-899d-868455867ecf + resource_name: + - scw-test-pool-placeme-test-pool-placeme-e56b8e + resource_type: + - unknown_type + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/ipam/v1/regions/nl-ams/ips?order_by=created_at_desc&project_id=105bdce1-64c0-48ab-899d-868455867ecf&resource_name=scw-test-pool-placeme-test-pool-placeme-e56b8e&resource_type=unknown_type + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1121 + body: "{\"total_count\":2, \"ips\":[{\"id\":\"cfe0a3b1-0341-4f44-b04b-b3e5c27f5245\", \"address\":\"fd5c:d510:d730:aab1:d30a:9163:4594:6c6e/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":true, \"created_at\":\"2025-10-30T17:57:41.064327Z\", \"updated_at\":\"2025-10-30T17:57:41.064327Z\", \"source\":{\"subnet_id\":\"3cad3b18-2eb9-44f6-ab2f-e533db2f9b3b\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"afcbaeed-5381-46c6-a73c-30bc7b8a2d2c\", \"mac_address\":\"02:00:00:27:37:C0\", \"name\":\"scw-test-pool-placeme-test-pool-placeme-e56b8e\"}, \"tags\":[], \"reverses\":[], \"region\":\"nl-ams\", \"zone\":null}, {\"id\":\"a9948537-161b-4482-b45c-073d48b75d8b\", \"address\":\"172.16.0.3/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":false, \"created_at\":\"2025-10-30T17:57:40.852037Z\", \"updated_at\":\"2025-10-30T17:57:40.852037Z\", \"source\":{\"subnet_id\":\"a7908d7d-d693-4f07-ba9c-6cfaac2e7d69\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"afcbaeed-5381-46c6-a73c-30bc7b8a2d2c\", \"mac_address\":\"02:00:00:27:37:C0\", \"name\":\"scw-test-pool-placeme-test-pool-placeme-e56b8e\"}, \"tags\":[], \"reverses\":[], \"region\":\"nl-ams\", \"zone\":null}]}" + headers: + Content-Length: + - "1121" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:58:42 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 01957fab-cf09-47c0-a2cc-b55f21e7de6c + status: 200 OK + code: 200 + duration: 121.200259ms +- id: 220 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/nl-ams/clusters/51cd429b-6235-4520-9ce3-88deeb88bac1 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1651 + body: "{\"region\":\"nl-ams\", \"id\":\"51cd429b-6235-4520-9ce3-88deeb88bac1\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:56:02.955990Z\", \"updated_at\":\"2025-10-30T17:57:29.166865Z\", \"type\":\"kapsule\", \"name\":\"test-pool-placement-group-2\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"calico\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"placement_group\"], \"cluster_url\":\"https://51cd429b-6235-4520-9ce3-88deeb88bac1.api.k8s.nl-ams.scw.cloud:6443\", \"dns_wildcard\":\"*.51cd429b-6235-4520-9ce3-88deeb88bac1.nodes.k8s.nl-ams.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"9b711663-f2a0-491c-9671-b2de399ebdad\", \"commitment_ends_at\":\"2025-10-30T17:56:02.956006Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"e06b5c18-1479-46de-915f-ff27b1cef80e\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1651" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:58:42 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 5397b3c9-30d5-426a-b5d8-8275052572aa + status: 200 OK + code: 200 + duration: 41.241594ms +- id: 221 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/nl-ams/pools/4ecf20a5-b4a3-4b2c-a4f4-903716060d4d + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 760 + body: "{\"region\":\"nl-ams\", \"id\":\"4ecf20a5-b4a3-4b2c-a4f4-903716060d4d\", \"cluster_id\":\"51cd429b-6235-4520-9ce3-88deeb88bac1\", \"created_at\":\"2025-10-30T17:56:08.596157Z\", \"updated_at\":\"2025-10-30T17:58:42.093973Z\", \"name\":\"test-pool-placement-group-2\", \"status\":\"ready\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"92444188-3b2e-4515-a75d-f228a9ef8202\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"nl-ams-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"20b640cd-1ccd-4f6f-93fa-7e309efc00b8\"}" + headers: + Content-Length: + - "760" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:58:42 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 42660ada-13bc-4c9b-9ade-d455d17a06b2 + status: 200 OK + code: 200 + duration: 37.377075ms +- id: 222 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/vpc/v2/regions/nl-ams/vpcs/cffbd660-4df5-4f5c-bd63-351d28eb1f85 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 451 + body: "{\"id\":\"cffbd660-4df5-4f5c-bd63-351d28eb1f85\", \"name\":\"testAccCheckK8SPoolConfigPlacementGroupWithCustomZone\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:56:01.666659Z\", \"updated_at\":\"2025-10-30T17:56:01.666659Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_default\":false, \"private_network_count\":1, \"routing_enabled\":true, \"custom_routes_propagation_enabled\":true, \"region\":\"nl-ams\"}" + headers: + Content-Length: + - "451" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:58:43 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 5f0f2018-4757-4e4e-9646-8640c360dacb + status: 200 OK + code: 200 + duration: 107.689462ms +- id: 223 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/instance/v1/zones/nl-ams-2/placement_groups/92444188-3b2e-4515-a75d-f228a9ef8202 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 331 + body: "{\"placement_group\": {\"id\": \"92444188-3b2e-4515-a75d-f228a9ef8202\", \"name\": \"test-pool-placement-group\", \"organization\": \"105bdce1-64c0-48ab-899d-868455867ecf\", \"project\": \"105bdce1-64c0-48ab-899d-868455867ecf\", \"policy_mode\": \"optional\", \"policy_type\": \"max_availability\", \"policy_respected\": true, \"tags\": [], \"zone\": \"nl-ams-2\"}}" + headers: + Content-Length: + - "331" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:58:43 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - cc3e0362-fc05-40d5-9e76-11c53df43398 + status: 200 OK + code: 200 + duration: 118.453411ms +- id: 224 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/vpc/v2/regions/nl-ams/private-networks/9b711663-f2a0-491c-9671-b2de399ebdad + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1094 + body: "{\"id\":\"9b711663-f2a0-491c-9671-b2de399ebdad\", \"name\":\"test-pool-placement-group\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:56:01.965238Z\", \"updated_at\":\"2025-10-30T17:56:01.965238Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"subnets\":[{\"id\":\"a7908d7d-d693-4f07-ba9c-6cfaac2e7d69\", \"created_at\":\"2025-10-30T17:56:01.965238Z\", \"updated_at\":\"2025-10-30T17:56:01.965238Z\", \"subnet\":\"172.16.0.0/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"9b711663-f2a0-491c-9671-b2de399ebdad\", \"vpc_id\":\"cffbd660-4df5-4f5c-bd63-351d28eb1f85\"}, {\"id\":\"3cad3b18-2eb9-44f6-ab2f-e533db2f9b3b\", \"created_at\":\"2025-10-30T17:56:01.965238Z\", \"updated_at\":\"2025-10-30T17:56:01.965238Z\", \"subnet\":\"fd5c:d510:d730:aab1::/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"9b711663-f2a0-491c-9671-b2de399ebdad\", \"vpc_id\":\"cffbd660-4df5-4f5c-bd63-351d28eb1f85\"}], \"vpc_id\":\"cffbd660-4df5-4f5c-bd63-351d28eb1f85\", \"dhcp_enabled\":true, \"default_route_propagation_enabled\":false, \"region\":\"nl-ams\"}" + headers: + Content-Length: + - "1094" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:58:43 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - c2c3ae0e-78aa-4749-8f57-d5239ecf0a7c + status: 200 OK + code: 200 + duration: 112.874181ms +- id: 225 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/nl-ams/clusters/51cd429b-6235-4520-9ce3-88deeb88bac1 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1651 + body: "{\"region\":\"nl-ams\", \"id\":\"51cd429b-6235-4520-9ce3-88deeb88bac1\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:56:02.955990Z\", \"updated_at\":\"2025-10-30T17:57:29.166865Z\", \"type\":\"kapsule\", \"name\":\"test-pool-placement-group-2\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"calico\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"placement_group\"], \"cluster_url\":\"https://51cd429b-6235-4520-9ce3-88deeb88bac1.api.k8s.nl-ams.scw.cloud:6443\", \"dns_wildcard\":\"*.51cd429b-6235-4520-9ce3-88deeb88bac1.nodes.k8s.nl-ams.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"9b711663-f2a0-491c-9671-b2de399ebdad\", \"commitment_ends_at\":\"2025-10-30T17:56:02.956006Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"e06b5c18-1479-46de-915f-ff27b1cef80e\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1651" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:58:43 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 75be6eb7-6bf2-4f52-bee9-c01e2ca61e8d + status: 200 OK + code: 200 + duration: 36.914877ms +- id: 226 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/nl-ams/clusters/51cd429b-6235-4520-9ce3-88deeb88bac1/kubeconfig + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1754 + body: "{\"name\":\"kubeconfig\", \"content_type\":\"application/octet-stream\", \"content\":\"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogInRlc3QtcG9vbC1wbGFjZW1lbnQtZ3JvdXAtMiIKICBjbHVzdGVyOgogICAgY2VydGlmaWNhdGUtYXV0aG9yaXR5LWRhdGE6IExTMHRMUzFDUlVkSlRpQkRSVkpVU1VaSlEwRlVSUzB0TFMwdENrMUpTVUpYZWtORFFWRkhaMEYzU1VKQlowbENRVVJCUzBKblozRm9hMnBQVUZGUlJFRnFRVlpOVWsxM1JWRlpSRlpSVVVSRmQzQnlaRmRLYkdOdE5Xd0taRWRXZWsxQ05GaEVWRWt4VFZSQmVVOVVSVE5PVkZsM1RURnZXRVJVVFRGTlZFRjVUMVJGTTA1VVdYZE5NVzkzUmxSRlZFMUNSVWRCTVZWRlFYaE5Td3BoTTFacFdsaEtkVnBZVW14amVrSmFUVUpOUjBKNWNVZFRUVFE1UVdkRlIwTkRjVWRUVFRRNVFYZEZTRUV3U1VGQ1IxWjRiakptYkRKelJVRnZkRFpDQ2toMmVrSXdkMlJLZDAxMFZEQlhkV3BZUkRkTGJ6WkJWaXQ1VDJKNk56QkRZbWRsVjFOQ0x5ODJabEp3WWxSRGJGTlhObXRzTjA1M1QwaEtTMUpXTVdZS01tbERSMWd2WldwUmFrSkJUVUUwUjBFeFZXUkVkMFZDTDNkUlJVRjNTVU53UkVGUVFtZE9Wa2hTVFVKQlpqaEZRbFJCUkVGUlNDOU5RakJIUVRGVlpBcEVaMUZYUWtKU1NsUlhUbE4zWnl0NlVGSkNTbGRCVkVKTVJFWkpaV2xDWWxWcVFVdENaMmR4YUd0cVQxQlJVVVJCWjA1SlFVUkNSa0ZwUVVsclltTkJDbTlYYURWcGNGUlhjbUZzWVdnd1FXMDVhR3MwZW1WdlEwWmlNVW93VUhWVWVFa3hZVzlCU1doQlQyRktORlJTWW5GSVlWZEdMM2c0VWxKbGMycFBXbThLZWk5WmRWY3JORGxrY1c5alN6UXhhRTFQUkcwS0xTMHRMUzFGVGtRZ1EwVlNWRWxHU1VOQlZFVXRMUzB0TFFvPQogICAgc2VydmVyOiBodHRwczovLzUxY2Q0MjliLTYyMzUtNDUyMC05Y2UzLTg4ZGVlYjg4YmFjMS5hcGkuazhzLm5sLWFtcy5zY3cuY2xvdWQ6NjQ0Mwpjb250ZXh0czoKLSBuYW1lOiBhZG1pbkB0ZXN0LXBvb2wtcGxhY2VtZW50LWdyb3VwLTIKICBjb250ZXh0OgogICAgY2x1c3RlcjogInRlc3QtcG9vbC1wbGFjZW1lbnQtZ3JvdXAtMiIKICAgIHVzZXI6IHRlc3QtcG9vbC1wbGFjZW1lbnQtZ3JvdXAtMi1hZG1pbgpjdXJyZW50LWNvbnRleHQ6IGFkbWluQHRlc3QtcG9vbC1wbGFjZW1lbnQtZ3JvdXAtMgpraW5kOiBDb25maWcKcHJlZmVyZW5jZXM6IHt9CnVzZXJzOgotIG5hbWU6IHRlc3QtcG9vbC1wbGFjZW1lbnQtZ3JvdXAtMi1hZG1pbgogIHVzZXI6CiAgICB0b2tlbjogMkhKMXFqUzRsNUFIcDdHeVRzYXU2aHhYdHZ3eHRzT3NzamF1c1JQWG1qalZSSXc0Q3BOZnU3TFo=\"}" + headers: + Content-Length: + - "1754" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:58:43 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 79ca4f5c-28f4-4127-9053-3896fc320a45 + status: 200 OK + code: 200 + duration: 101.20339ms +- id: 227 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/nl-ams/pools/4ecf20a5-b4a3-4b2c-a4f4-903716060d4d + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 760 + body: "{\"region\":\"nl-ams\", \"id\":\"4ecf20a5-b4a3-4b2c-a4f4-903716060d4d\", \"cluster_id\":\"51cd429b-6235-4520-9ce3-88deeb88bac1\", \"created_at\":\"2025-10-30T17:56:08.596157Z\", \"updated_at\":\"2025-10-30T17:58:42.093973Z\", \"name\":\"test-pool-placement-group-2\", \"status\":\"ready\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"92444188-3b2e-4515-a75d-f228a9ef8202\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"nl-ams-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"20b640cd-1ccd-4f6f-93fa-7e309efc00b8\"}" + headers: + Content-Length: + - "760" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:58:43 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - f14d4fce-4889-4c95-9bac-94b78e532c9c + status: 200 OK + code: 200 + duration: 34.76005ms +- id: 228 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + form: + order_by: + - created_at_asc + page: + - "1" + pool_id: + - 4ecf20a5-b4a3-4b2c-a4f4-903716060d4d + status: + - unknown + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/nl-ams/clusters/51cd429b-6235-4520-9ce3-88deeb88bac1/nodes?order_by=created_at_asc&page=1&pool_id=4ecf20a5-b4a3-4b2c-a4f4-903716060d4d&status=unknown + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 620 + body: "{\"total_count\":1, \"nodes\":[{\"region\":\"nl-ams\", \"id\":\"e56b8ed7-b8ff-4f84-9aa3-9fbc5ea86a05\", \"cluster_id\":\"51cd429b-6235-4520-9ce3-88deeb88bac1\", \"created_at\":\"2025-10-30T17:57:36.760847Z\", \"updated_at\":\"2025-10-30T17:58:42.078049Z\", \"pool_id\":\"4ecf20a5-b4a3-4b2c-a4f4-903716060d4d\", \"status\":\"ready\", \"conditions\":{\"DiskPressure\":\"False\", \"MemoryPressure\":\"False\", \"PIDPressure\":\"False\", \"Ready\":\"True\"}, \"name\":\"scw-test-pool-placeme-test-pool-placeme-e56b8e\", \"public_ip_v4\":\"51.158.232.111\", \"public_ip_v6\":null, \"provider_id\":\"scaleway://instance/nl-ams-2/40cc1cc2-6de1-465d-9fbf-f02130d3f939\", \"error_message\":\"\"}]}" + headers: + Content-Length: + - "620" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:58:43 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 816f8111-08f0-4e2e-b063-9d32e7ea88a6 + status: 200 OK + code: 200 + duration: 96.222314ms +- id: 229 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/nl-ams/clusters/51cd429b-6235-4520-9ce3-88deeb88bac1 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1651 + body: "{\"region\":\"nl-ams\", \"id\":\"51cd429b-6235-4520-9ce3-88deeb88bac1\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:56:02.955990Z\", \"updated_at\":\"2025-10-30T17:57:29.166865Z\", \"type\":\"kapsule\", \"name\":\"test-pool-placement-group-2\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"calico\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"placement_group\"], \"cluster_url\":\"https://51cd429b-6235-4520-9ce3-88deeb88bac1.api.k8s.nl-ams.scw.cloud:6443\", \"dns_wildcard\":\"*.51cd429b-6235-4520-9ce3-88deeb88bac1.nodes.k8s.nl-ams.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"9b711663-f2a0-491c-9671-b2de399ebdad\", \"commitment_ends_at\":\"2025-10-30T17:56:02.956006Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"e06b5c18-1479-46de-915f-ff27b1cef80e\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1651" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:58:43 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - de47a186-db66-4d12-9065-7fe923aa7ea0 + status: 200 OK + code: 200 + duration: 38.395899ms +- id: 230 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + form: + order_by: + - created_at_desc + project_id: + - 105bdce1-64c0-48ab-899d-868455867ecf + resource_name: + - scw-test-pool-placeme-test-pool-placeme-e56b8e + resource_type: + - unknown_type + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/ipam/v1/regions/nl-ams/ips?order_by=created_at_desc&project_id=105bdce1-64c0-48ab-899d-868455867ecf&resource_name=scw-test-pool-placeme-test-pool-placeme-e56b8e&resource_type=unknown_type + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1121 + body: "{\"total_count\":2, \"ips\":[{\"id\":\"cfe0a3b1-0341-4f44-b04b-b3e5c27f5245\", \"address\":\"fd5c:d510:d730:aab1:d30a:9163:4594:6c6e/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":true, \"created_at\":\"2025-10-30T17:57:41.064327Z\", \"updated_at\":\"2025-10-30T17:57:41.064327Z\", \"source\":{\"subnet_id\":\"3cad3b18-2eb9-44f6-ab2f-e533db2f9b3b\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"afcbaeed-5381-46c6-a73c-30bc7b8a2d2c\", \"mac_address\":\"02:00:00:27:37:C0\", \"name\":\"scw-test-pool-placeme-test-pool-placeme-e56b8e\"}, \"tags\":[], \"reverses\":[], \"region\":\"nl-ams\", \"zone\":null}, {\"id\":\"a9948537-161b-4482-b45c-073d48b75d8b\", \"address\":\"172.16.0.3/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":false, \"created_at\":\"2025-10-30T17:57:40.852037Z\", \"updated_at\":\"2025-10-30T17:57:40.852037Z\", \"source\":{\"subnet_id\":\"a7908d7d-d693-4f07-ba9c-6cfaac2e7d69\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"afcbaeed-5381-46c6-a73c-30bc7b8a2d2c\", \"mac_address\":\"02:00:00:27:37:C0\", \"name\":\"scw-test-pool-placeme-test-pool-placeme-e56b8e\"}, \"tags\":[], \"reverses\":[], \"region\":\"nl-ams\", \"zone\":null}]}" + headers: + Content-Length: + - "1121" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:58:43 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - a74ed6ad-9344-4c1c-a143-2aabea35fc15 + status: 200 OK + code: 200 + duration: 43.102579ms +- id: 231 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/nl-ams/clusters/51cd429b-6235-4520-9ce3-88deeb88bac1 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1651 + body: "{\"region\":\"nl-ams\", \"id\":\"51cd429b-6235-4520-9ce3-88deeb88bac1\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:56:02.955990Z\", \"updated_at\":\"2025-10-30T17:57:29.166865Z\", \"type\":\"kapsule\", \"name\":\"test-pool-placement-group-2\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"calico\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"placement_group\"], \"cluster_url\":\"https://51cd429b-6235-4520-9ce3-88deeb88bac1.api.k8s.nl-ams.scw.cloud:6443\", \"dns_wildcard\":\"*.51cd429b-6235-4520-9ce3-88deeb88bac1.nodes.k8s.nl-ams.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"9b711663-f2a0-491c-9671-b2de399ebdad\", \"commitment_ends_at\":\"2025-10-30T17:56:02.956006Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"e06b5c18-1479-46de-915f-ff27b1cef80e\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1651" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:58:43 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 47ddd5e4-6a2f-42df-9faa-13d70d10e8aa + status: 200 OK + code: 200 + duration: 40.349278ms +- id: 232 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/vpc/v2/regions/nl-ams/private-networks/9b711663-f2a0-491c-9671-b2de399ebdad + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1094 + body: "{\"id\":\"9b711663-f2a0-491c-9671-b2de399ebdad\", \"name\":\"test-pool-placement-group\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:56:01.965238Z\", \"updated_at\":\"2025-10-30T17:56:01.965238Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"subnets\":[{\"id\":\"a7908d7d-d693-4f07-ba9c-6cfaac2e7d69\", \"created_at\":\"2025-10-30T17:56:01.965238Z\", \"updated_at\":\"2025-10-30T17:56:01.965238Z\", \"subnet\":\"172.16.0.0/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"9b711663-f2a0-491c-9671-b2de399ebdad\", \"vpc_id\":\"cffbd660-4df5-4f5c-bd63-351d28eb1f85\"}, {\"id\":\"3cad3b18-2eb9-44f6-ab2f-e533db2f9b3b\", \"created_at\":\"2025-10-30T17:56:01.965238Z\", \"updated_at\":\"2025-10-30T17:56:01.965238Z\", \"subnet\":\"fd5c:d510:d730:aab1::/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"9b711663-f2a0-491c-9671-b2de399ebdad\", \"vpc_id\":\"cffbd660-4df5-4f5c-bd63-351d28eb1f85\"}], \"vpc_id\":\"cffbd660-4df5-4f5c-bd63-351d28eb1f85\", \"dhcp_enabled\":true, \"default_route_propagation_enabled\":false, \"region\":\"nl-ams\"}" + headers: + Content-Length: + - "1094" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:58:43 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 5610248e-9024-4550-b0fc-f52e739e3826 + status: 200 OK + code: 200 + duration: 49.823674ms +- id: 233 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/nl-ams/clusters/51cd429b-6235-4520-9ce3-88deeb88bac1/kubeconfig + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1754 + body: "{\"name\":\"kubeconfig\", \"content_type\":\"application/octet-stream\", \"content\":\"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogInRlc3QtcG9vbC1wbGFjZW1lbnQtZ3JvdXAtMiIKICBjbHVzdGVyOgogICAgY2VydGlmaWNhdGUtYXV0aG9yaXR5LWRhdGE6IExTMHRMUzFDUlVkSlRpQkRSVkpVU1VaSlEwRlVSUzB0TFMwdENrMUpTVUpYZWtORFFWRkhaMEYzU1VKQlowbENRVVJCUzBKblozRm9hMnBQVUZGUlJFRnFRVlpOVWsxM1JWRlpSRlpSVVVSRmQzQnlaRmRLYkdOdE5Xd0taRWRXZWsxQ05GaEVWRWt4VFZSQmVVOVVSVE5PVkZsM1RURnZXRVJVVFRGTlZFRjVUMVJGTTA1VVdYZE5NVzkzUmxSRlZFMUNSVWRCTVZWRlFYaE5Td3BoTTFacFdsaEtkVnBZVW14amVrSmFUVUpOUjBKNWNVZFRUVFE1UVdkRlIwTkRjVWRUVFRRNVFYZEZTRUV3U1VGQ1IxWjRiakptYkRKelJVRnZkRFpDQ2toMmVrSXdkMlJLZDAxMFZEQlhkV3BZUkRkTGJ6WkJWaXQ1VDJKNk56QkRZbWRsVjFOQ0x5ODJabEp3WWxSRGJGTlhObXRzTjA1M1QwaEtTMUpXTVdZS01tbERSMWd2WldwUmFrSkJUVUUwUjBFeFZXUkVkMFZDTDNkUlJVRjNTVU53UkVGUVFtZE9Wa2hTVFVKQlpqaEZRbFJCUkVGUlNDOU5RakJIUVRGVlpBcEVaMUZYUWtKU1NsUlhUbE4zWnl0NlVGSkNTbGRCVkVKTVJFWkpaV2xDWWxWcVFVdENaMmR4YUd0cVQxQlJVVVJCWjA1SlFVUkNSa0ZwUVVsclltTkJDbTlYYURWcGNGUlhjbUZzWVdnd1FXMDVhR3MwZW1WdlEwWmlNVW93VUhWVWVFa3hZVzlCU1doQlQyRktORlJTWW5GSVlWZEdMM2c0VWxKbGMycFBXbThLZWk5WmRWY3JORGxrY1c5alN6UXhhRTFQUkcwS0xTMHRMUzFGVGtRZ1EwVlNWRWxHU1VOQlZFVXRMUzB0TFFvPQogICAgc2VydmVyOiBodHRwczovLzUxY2Q0MjliLTYyMzUtNDUyMC05Y2UzLTg4ZGVlYjg4YmFjMS5hcGkuazhzLm5sLWFtcy5zY3cuY2xvdWQ6NjQ0Mwpjb250ZXh0czoKLSBuYW1lOiBhZG1pbkB0ZXN0LXBvb2wtcGxhY2VtZW50LWdyb3VwLTIKICBjb250ZXh0OgogICAgY2x1c3RlcjogInRlc3QtcG9vbC1wbGFjZW1lbnQtZ3JvdXAtMiIKICAgIHVzZXI6IHRlc3QtcG9vbC1wbGFjZW1lbnQtZ3JvdXAtMi1hZG1pbgpjdXJyZW50LWNvbnRleHQ6IGFkbWluQHRlc3QtcG9vbC1wbGFjZW1lbnQtZ3JvdXAtMgpraW5kOiBDb25maWcKcHJlZmVyZW5jZXM6IHt9CnVzZXJzOgotIG5hbWU6IHRlc3QtcG9vbC1wbGFjZW1lbnQtZ3JvdXAtMi1hZG1pbgogIHVzZXI6CiAgICB0b2tlbjogMkhKMXFqUzRsNUFIcDdHeVRzYXU2aHhYdHZ3eHRzT3NzamF1c1JQWG1qalZSSXc0Q3BOZnU3TFo=\"}" + headers: + Content-Length: + - "1754" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:58:43 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 64820c64-b385-4901-be90-af810f089701 + status: 200 OK + code: 200 + duration: 40.110569ms +- id: 234 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/vpc/v2/regions/nl-ams/vpcs/cffbd660-4df5-4f5c-bd63-351d28eb1f85 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 451 + body: "{\"id\":\"cffbd660-4df5-4f5c-bd63-351d28eb1f85\", \"name\":\"testAccCheckK8SPoolConfigPlacementGroupWithCustomZone\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:56:01.666659Z\", \"updated_at\":\"2025-10-30T17:56:01.666659Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_default\":false, \"private_network_count\":1, \"routing_enabled\":true, \"custom_routes_propagation_enabled\":true, \"region\":\"nl-ams\"}" + headers: + Content-Length: + - "451" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:58:43 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - d60318da-627e-4853-8fd4-957f0370e1f1 + status: 200 OK + code: 200 + duration: 106.725241ms +- id: 235 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/instance/v1/zones/nl-ams-2/placement_groups/92444188-3b2e-4515-a75d-f228a9ef8202 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 331 + body: "{\"placement_group\": {\"id\": \"92444188-3b2e-4515-a75d-f228a9ef8202\", \"name\": \"test-pool-placement-group\", \"organization\": \"105bdce1-64c0-48ab-899d-868455867ecf\", \"project\": \"105bdce1-64c0-48ab-899d-868455867ecf\", \"policy_mode\": \"optional\", \"policy_type\": \"max_availability\", \"policy_respected\": true, \"tags\": [], \"zone\": \"nl-ams-2\"}}" + headers: + Content-Length: + - "331" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:58:43 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - afe83bcf-1b48-4df2-a814-ca2a799fec52 + status: 200 OK + code: 200 + duration: 135.626056ms +- id: 236 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/nl-ams/clusters/51cd429b-6235-4520-9ce3-88deeb88bac1/available-types + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1004 + body: "{\"cluster_types\":[{\"name\":\"kapsule\", \"availability\":\"available\", \"max_nodes\":150, \"commitment_delay\":\"0s\", \"sla\":0, \"resiliency\":\"standard\", \"memory\":4000000000, \"dedicated\":false, \"audit_logs_supported\":false, \"max_etcd_size\":55000000}, {\"name\":\"kapsule-dedicated-4\", \"availability\":\"available\", \"max_nodes\":250, \"commitment_delay\":\"2592000s\", \"sla\":99.5, \"resiliency\":\"high_availability\", \"memory\":4000000000, \"dedicated\":true, \"audit_logs_supported\":true, \"max_etcd_size\":200000000}, {\"name\":\"kapsule-dedicated-8\", \"availability\":\"available\", \"max_nodes\":500, \"commitment_delay\":\"2592000s\", \"sla\":99.5, \"resiliency\":\"high_availability\", \"memory\":8000000000, \"dedicated\":true, \"audit_logs_supported\":true, \"max_etcd_size\":200000000}, {\"name\":\"kapsule-dedicated-16\", \"availability\":\"available\", \"max_nodes\":500, \"commitment_delay\":\"2592000s\", \"sla\":99.5, \"resiliency\":\"high_availability\", \"memory\":16000000000, \"dedicated\":true, \"audit_logs_supported\":true, \"max_etcd_size\":200000000}], \"total_count\":4}" + headers: + Content-Length: + - "1004" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:58:44 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 0bc31478-24df-406a-971b-3ff6db06105a + status: 200 OK + code: 200 + duration: 91.569485ms +- id: 237 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/nl-ams/pools/4ecf20a5-b4a3-4b2c-a4f4-903716060d4d + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 760 + body: "{\"region\":\"nl-ams\", \"id\":\"4ecf20a5-b4a3-4b2c-a4f4-903716060d4d\", \"cluster_id\":\"51cd429b-6235-4520-9ce3-88deeb88bac1\", \"created_at\":\"2025-10-30T17:56:08.596157Z\", \"updated_at\":\"2025-10-30T17:58:42.093973Z\", \"name\":\"test-pool-placement-group-2\", \"status\":\"ready\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"92444188-3b2e-4515-a75d-f228a9ef8202\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"nl-ams-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"20b640cd-1ccd-4f6f-93fa-7e309efc00b8\"}" + headers: + Content-Length: + - "760" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:58:44 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 8ce61b5c-de5b-407d-96e5-b51a982eeec3 + status: 200 OK + code: 200 + duration: 103.209639ms +- id: 238 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + form: + order_by: + - created_at_asc + page: + - "1" + pool_id: + - 4ecf20a5-b4a3-4b2c-a4f4-903716060d4d + status: + - unknown + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/nl-ams/clusters/51cd429b-6235-4520-9ce3-88deeb88bac1/nodes?order_by=created_at_asc&page=1&pool_id=4ecf20a5-b4a3-4b2c-a4f4-903716060d4d&status=unknown + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 620 + body: "{\"total_count\":1, \"nodes\":[{\"region\":\"nl-ams\", \"id\":\"e56b8ed7-b8ff-4f84-9aa3-9fbc5ea86a05\", \"cluster_id\":\"51cd429b-6235-4520-9ce3-88deeb88bac1\", \"created_at\":\"2025-10-30T17:57:36.760847Z\", \"updated_at\":\"2025-10-30T17:58:42.078049Z\", \"pool_id\":\"4ecf20a5-b4a3-4b2c-a4f4-903716060d4d\", \"status\":\"ready\", \"conditions\":{\"DiskPressure\":\"False\", \"MemoryPressure\":\"False\", \"PIDPressure\":\"False\", \"Ready\":\"True\"}, \"name\":\"scw-test-pool-placeme-test-pool-placeme-e56b8e\", \"public_ip_v4\":\"51.158.232.111\", \"public_ip_v6\":null, \"provider_id\":\"scaleway://instance/nl-ams-2/40cc1cc2-6de1-465d-9fbf-f02130d3f939\", \"error_message\":\"\"}]}" + headers: + Content-Length: + - "620" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:58:44 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 106527f0-89be-4d4e-a17c-3a49b04a462d + status: 200 OK + code: 200 + duration: 37.057726ms +- id: 239 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/nl-ams/clusters/51cd429b-6235-4520-9ce3-88deeb88bac1 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1651 + body: "{\"region\":\"nl-ams\", \"id\":\"51cd429b-6235-4520-9ce3-88deeb88bac1\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:56:02.955990Z\", \"updated_at\":\"2025-10-30T17:57:29.166865Z\", \"type\":\"kapsule\", \"name\":\"test-pool-placement-group-2\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"calico\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"placement_group\"], \"cluster_url\":\"https://51cd429b-6235-4520-9ce3-88deeb88bac1.api.k8s.nl-ams.scw.cloud:6443\", \"dns_wildcard\":\"*.51cd429b-6235-4520-9ce3-88deeb88bac1.nodes.k8s.nl-ams.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"9b711663-f2a0-491c-9671-b2de399ebdad\", \"commitment_ends_at\":\"2025-10-30T17:56:02.956006Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"e06b5c18-1479-46de-915f-ff27b1cef80e\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1651" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:58:44 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 1b3b3898-cf24-487b-a6e3-683567908586 + status: 200 OK + code: 200 + duration: 44.137754ms +- id: 240 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + form: + order_by: + - created_at_desc + project_id: + - 105bdce1-64c0-48ab-899d-868455867ecf + resource_name: + - scw-test-pool-placeme-test-pool-placeme-e56b8e + resource_type: + - unknown_type + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/ipam/v1/regions/nl-ams/ips?order_by=created_at_desc&project_id=105bdce1-64c0-48ab-899d-868455867ecf&resource_name=scw-test-pool-placeme-test-pool-placeme-e56b8e&resource_type=unknown_type + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1121 + body: "{\"total_count\":2, \"ips\":[{\"id\":\"cfe0a3b1-0341-4f44-b04b-b3e5c27f5245\", \"address\":\"fd5c:d510:d730:aab1:d30a:9163:4594:6c6e/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":true, \"created_at\":\"2025-10-30T17:57:41.064327Z\", \"updated_at\":\"2025-10-30T17:57:41.064327Z\", \"source\":{\"subnet_id\":\"3cad3b18-2eb9-44f6-ab2f-e533db2f9b3b\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"afcbaeed-5381-46c6-a73c-30bc7b8a2d2c\", \"mac_address\":\"02:00:00:27:37:C0\", \"name\":\"scw-test-pool-placeme-test-pool-placeme-e56b8e\"}, \"tags\":[], \"reverses\":[], \"region\":\"nl-ams\", \"zone\":null}, {\"id\":\"a9948537-161b-4482-b45c-073d48b75d8b\", \"address\":\"172.16.0.3/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":false, \"created_at\":\"2025-10-30T17:57:40.852037Z\", \"updated_at\":\"2025-10-30T17:57:40.852037Z\", \"source\":{\"subnet_id\":\"a7908d7d-d693-4f07-ba9c-6cfaac2e7d69\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"afcbaeed-5381-46c6-a73c-30bc7b8a2d2c\", \"mac_address\":\"02:00:00:27:37:C0\", \"name\":\"scw-test-pool-placeme-test-pool-placeme-e56b8e\"}, \"tags\":[], \"reverses\":[], \"region\":\"nl-ams\", \"zone\":null}]}" + headers: + Content-Length: + - "1121" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:58:44 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - c795ad9f-e80d-4f4d-bfbb-7256259c2f2c + status: 200 OK + code: 200 + duration: 116.613224ms +- id: 241 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/nl-ams/pools/4ecf20a5-b4a3-4b2c-a4f4-903716060d4d + method: DELETE + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 763 + body: "{\"region\":\"nl-ams\", \"id\":\"4ecf20a5-b4a3-4b2c-a4f4-903716060d4d\", \"cluster_id\":\"51cd429b-6235-4520-9ce3-88deeb88bac1\", \"created_at\":\"2025-10-30T17:56:08.596157Z\", \"updated_at\":\"2025-10-30T17:58:44.559018Z\", \"name\":\"test-pool-placement-group-2\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"92444188-3b2e-4515-a75d-f228a9ef8202\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"nl-ams-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"20b640cd-1ccd-4f6f-93fa-7e309efc00b8\"}" + headers: + Content-Length: + - "763" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:58:44 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - d0d33a18-8a80-4636-93fc-01f0c1f061be + status: 200 OK + code: 200 + duration: 145.719605ms +- id: 242 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/nl-ams/pools/4ecf20a5-b4a3-4b2c-a4f4-903716060d4d + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 763 + body: "{\"region\":\"nl-ams\", \"id\":\"4ecf20a5-b4a3-4b2c-a4f4-903716060d4d\", \"cluster_id\":\"51cd429b-6235-4520-9ce3-88deeb88bac1\", \"created_at\":\"2025-10-30T17:56:08.596157Z\", \"updated_at\":\"2025-10-30T17:58:44.559018Z\", \"name\":\"test-pool-placement-group-2\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"92444188-3b2e-4515-a75d-f228a9ef8202\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"nl-ams-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"20b640cd-1ccd-4f6f-93fa-7e309efc00b8\"}" + headers: + Content-Length: + - "763" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:58:44 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - fe13d4c4-5ec7-476c-80e1-5d38cb817783 + status: 200 OK + code: 200 + duration: 41.708621ms +- id: 243 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/nl-ams/pools/4ecf20a5-b4a3-4b2c-a4f4-903716060d4d + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 763 + body: "{\"region\":\"nl-ams\", \"id\":\"4ecf20a5-b4a3-4b2c-a4f4-903716060d4d\", \"cluster_id\":\"51cd429b-6235-4520-9ce3-88deeb88bac1\", \"created_at\":\"2025-10-30T17:56:08.596157Z\", \"updated_at\":\"2025-10-30T17:58:44.559018Z\", \"name\":\"test-pool-placement-group-2\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"92444188-3b2e-4515-a75d-f228a9ef8202\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"nl-ams-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"20b640cd-1ccd-4f6f-93fa-7e309efc00b8\"}" + headers: + Content-Length: + - "763" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:58:49 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 56cc7bfd-56f0-4b04-8be4-db7d45b9be37 + status: 200 OK + code: 200 + duration: 104.653631ms +- id: 244 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/nl-ams/pools/4ecf20a5-b4a3-4b2c-a4f4-903716060d4d + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 763 + body: "{\"region\":\"nl-ams\", \"id\":\"4ecf20a5-b4a3-4b2c-a4f4-903716060d4d\", \"cluster_id\":\"51cd429b-6235-4520-9ce3-88deeb88bac1\", \"created_at\":\"2025-10-30T17:56:08.596157Z\", \"updated_at\":\"2025-10-30T17:58:44.559018Z\", \"name\":\"test-pool-placement-group-2\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"92444188-3b2e-4515-a75d-f228a9ef8202\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"nl-ams-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"20b640cd-1ccd-4f6f-93fa-7e309efc00b8\"}" + headers: + Content-Length: + - "763" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:58:54 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - e04ddaad-80e1-4c03-93b7-66457e9ead80 + status: 200 OK + code: 200 + duration: 106.089881ms +- id: 245 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/nl-ams/pools/4ecf20a5-b4a3-4b2c-a4f4-903716060d4d + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 763 + body: "{\"region\":\"nl-ams\", \"id\":\"4ecf20a5-b4a3-4b2c-a4f4-903716060d4d\", \"cluster_id\":\"51cd429b-6235-4520-9ce3-88deeb88bac1\", \"created_at\":\"2025-10-30T17:56:08.596157Z\", \"updated_at\":\"2025-10-30T17:58:44.559018Z\", \"name\":\"test-pool-placement-group-2\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"92444188-3b2e-4515-a75d-f228a9ef8202\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"nl-ams-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"20b640cd-1ccd-4f6f-93fa-7e309efc00b8\"}" + headers: + Content-Length: + - "763" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:58:59 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 93dc1424-f1ac-4655-8633-e72c7dc14c43 + status: 200 OK + code: 200 + duration: 86.442668ms +- id: 246 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/nl-ams/pools/4ecf20a5-b4a3-4b2c-a4f4-903716060d4d + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 763 + body: "{\"region\":\"nl-ams\", \"id\":\"4ecf20a5-b4a3-4b2c-a4f4-903716060d4d\", \"cluster_id\":\"51cd429b-6235-4520-9ce3-88deeb88bac1\", \"created_at\":\"2025-10-30T17:56:08.596157Z\", \"updated_at\":\"2025-10-30T17:58:44.559018Z\", \"name\":\"test-pool-placement-group-2\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"92444188-3b2e-4515-a75d-f228a9ef8202\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"nl-ams-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"20b640cd-1ccd-4f6f-93fa-7e309efc00b8\"}" + headers: + Content-Length: + - "763" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:59:05 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - cd5f0b23-a512-4f70-a47a-6165966f4738 + status: 200 OK + code: 200 + duration: 116.835006ms +- id: 247 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/nl-ams/pools/4ecf20a5-b4a3-4b2c-a4f4-903716060d4d + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 763 + body: "{\"region\":\"nl-ams\", \"id\":\"4ecf20a5-b4a3-4b2c-a4f4-903716060d4d\", \"cluster_id\":\"51cd429b-6235-4520-9ce3-88deeb88bac1\", \"created_at\":\"2025-10-30T17:56:08.596157Z\", \"updated_at\":\"2025-10-30T17:58:44.559018Z\", \"name\":\"test-pool-placement-group-2\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"92444188-3b2e-4515-a75d-f228a9ef8202\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"nl-ams-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"20b640cd-1ccd-4f6f-93fa-7e309efc00b8\"}" + headers: + Content-Length: + - "763" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:59:10 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 01c20d23-80bd-450f-bb2a-06f5ab3dd678 + status: 200 OK + code: 200 + duration: 102.405873ms +- id: 248 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/nl-ams/pools/4ecf20a5-b4a3-4b2c-a4f4-903716060d4d + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 763 + body: "{\"region\":\"nl-ams\", \"id\":\"4ecf20a5-b4a3-4b2c-a4f4-903716060d4d\", \"cluster_id\":\"51cd429b-6235-4520-9ce3-88deeb88bac1\", \"created_at\":\"2025-10-30T17:56:08.596157Z\", \"updated_at\":\"2025-10-30T17:58:44.559018Z\", \"name\":\"test-pool-placement-group-2\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"92444188-3b2e-4515-a75d-f228a9ef8202\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"nl-ams-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"20b640cd-1ccd-4f6f-93fa-7e309efc00b8\"}" + headers: + Content-Length: + - "763" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:59:15 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - ad707a05-964f-413c-b1c2-48983a44a26e + status: 200 OK + code: 200 + duration: 117.93286ms +- id: 249 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/nl-ams/pools/4ecf20a5-b4a3-4b2c-a4f4-903716060d4d + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 763 + body: "{\"region\":\"nl-ams\", \"id\":\"4ecf20a5-b4a3-4b2c-a4f4-903716060d4d\", \"cluster_id\":\"51cd429b-6235-4520-9ce3-88deeb88bac1\", \"created_at\":\"2025-10-30T17:56:08.596157Z\", \"updated_at\":\"2025-10-30T17:58:44.559018Z\", \"name\":\"test-pool-placement-group-2\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"92444188-3b2e-4515-a75d-f228a9ef8202\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"nl-ams-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"20b640cd-1ccd-4f6f-93fa-7e309efc00b8\"}" + headers: + Content-Length: + - "763" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:59:20 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 1f2de15e-ce73-46da-ae20-057e7ead81dc + status: 200 OK + code: 200 + duration: 108.970046ms +- id: 250 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/nl-ams/pools/4ecf20a5-b4a3-4b2c-a4f4-903716060d4d + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 763 + body: "{\"region\":\"nl-ams\", \"id\":\"4ecf20a5-b4a3-4b2c-a4f4-903716060d4d\", \"cluster_id\":\"51cd429b-6235-4520-9ce3-88deeb88bac1\", \"created_at\":\"2025-10-30T17:56:08.596157Z\", \"updated_at\":\"2025-10-30T17:58:44.559018Z\", \"name\":\"test-pool-placement-group-2\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"92444188-3b2e-4515-a75d-f228a9ef8202\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"nl-ams-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"20b640cd-1ccd-4f6f-93fa-7e309efc00b8\"}" + headers: + Content-Length: + - "763" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:59:25 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 6e382b42-7e3c-4300-b766-e9323006d9bc + status: 200 OK + code: 200 + duration: 107.460882ms +- id: 251 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/nl-ams/pools/4ecf20a5-b4a3-4b2c-a4f4-903716060d4d + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 763 + body: "{\"region\":\"nl-ams\", \"id\":\"4ecf20a5-b4a3-4b2c-a4f4-903716060d4d\", \"cluster_id\":\"51cd429b-6235-4520-9ce3-88deeb88bac1\", \"created_at\":\"2025-10-30T17:56:08.596157Z\", \"updated_at\":\"2025-10-30T17:58:44.559018Z\", \"name\":\"test-pool-placement-group-2\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"92444188-3b2e-4515-a75d-f228a9ef8202\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"nl-ams-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"20b640cd-1ccd-4f6f-93fa-7e309efc00b8\"}" + headers: + Content-Length: + - "763" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:59:30 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 32f86191-aecf-4874-bbd1-da1e05d1ec1c + status: 200 OK + code: 200 + duration: 133.91285ms +- id: 252 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/nl-ams/pools/4ecf20a5-b4a3-4b2c-a4f4-903716060d4d + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 763 + body: "{\"region\":\"nl-ams\", \"id\":\"4ecf20a5-b4a3-4b2c-a4f4-903716060d4d\", \"cluster_id\":\"51cd429b-6235-4520-9ce3-88deeb88bac1\", \"created_at\":\"2025-10-30T17:56:08.596157Z\", \"updated_at\":\"2025-10-30T17:58:44.559018Z\", \"name\":\"test-pool-placement-group-2\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"92444188-3b2e-4515-a75d-f228a9ef8202\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"nl-ams-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"20b640cd-1ccd-4f6f-93fa-7e309efc00b8\"}" + headers: + Content-Length: + - "763" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:59:35 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 25b05e0e-2b06-47ee-9f10-0c0cb8e68065 + status: 200 OK + code: 200 + duration: 115.302544ms +- id: 253 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/nl-ams/pools/4ecf20a5-b4a3-4b2c-a4f4-903716060d4d + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 763 + body: "{\"region\":\"nl-ams\", \"id\":\"4ecf20a5-b4a3-4b2c-a4f4-903716060d4d\", \"cluster_id\":\"51cd429b-6235-4520-9ce3-88deeb88bac1\", \"created_at\":\"2025-10-30T17:56:08.596157Z\", \"updated_at\":\"2025-10-30T17:58:44.559018Z\", \"name\":\"test-pool-placement-group-2\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"92444188-3b2e-4515-a75d-f228a9ef8202\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"nl-ams-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"20b640cd-1ccd-4f6f-93fa-7e309efc00b8\"}" + headers: + Content-Length: + - "763" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:59:40 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 9a06fc8c-0835-43df-aa5d-ad056b10dc9b + status: 200 OK + code: 200 + duration: 104.391118ms +- id: 254 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/nl-ams/pools/4ecf20a5-b4a3-4b2c-a4f4-903716060d4d + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 763 + body: "{\"region\":\"nl-ams\", \"id\":\"4ecf20a5-b4a3-4b2c-a4f4-903716060d4d\", \"cluster_id\":\"51cd429b-6235-4520-9ce3-88deeb88bac1\", \"created_at\":\"2025-10-30T17:56:08.596157Z\", \"updated_at\":\"2025-10-30T17:58:44.559018Z\", \"name\":\"test-pool-placement-group-2\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"92444188-3b2e-4515-a75d-f228a9ef8202\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"nl-ams-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"20b640cd-1ccd-4f6f-93fa-7e309efc00b8\"}" + headers: + Content-Length: + - "763" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:59:45 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 4ffa4b7f-9f16-4c8f-a4af-19c452d42885 + status: 200 OK + code: 200 + duration: 95.116027ms +- id: 255 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/nl-ams/pools/4ecf20a5-b4a3-4b2c-a4f4-903716060d4d + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 763 + body: "{\"region\":\"nl-ams\", \"id\":\"4ecf20a5-b4a3-4b2c-a4f4-903716060d4d\", \"cluster_id\":\"51cd429b-6235-4520-9ce3-88deeb88bac1\", \"created_at\":\"2025-10-30T17:56:08.596157Z\", \"updated_at\":\"2025-10-30T17:58:44.559018Z\", \"name\":\"test-pool-placement-group-2\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"92444188-3b2e-4515-a75d-f228a9ef8202\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"nl-ams-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"20b640cd-1ccd-4f6f-93fa-7e309efc00b8\"}" + headers: + Content-Length: + - "763" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:59:51 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - ff52843a-0388-439d-9759-d8b4ce1ca233 + status: 200 OK + code: 200 + duration: 114.578546ms +- id: 256 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/nl-ams/pools/4ecf20a5-b4a3-4b2c-a4f4-903716060d4d + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 763 + body: "{\"region\":\"nl-ams\", \"id\":\"4ecf20a5-b4a3-4b2c-a4f4-903716060d4d\", \"cluster_id\":\"51cd429b-6235-4520-9ce3-88deeb88bac1\", \"created_at\":\"2025-10-30T17:56:08.596157Z\", \"updated_at\":\"2025-10-30T17:58:44.559018Z\", \"name\":\"test-pool-placement-group-2\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"92444188-3b2e-4515-a75d-f228a9ef8202\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"nl-ams-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"20b640cd-1ccd-4f6f-93fa-7e309efc00b8\"}" + headers: + Content-Length: + - "763" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:59:56 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 2ab23dcd-03f8-45b3-ad4e-16890dd48aa3 + status: 200 OK + code: 200 + duration: 121.225664ms +- id: 257 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/nl-ams/pools/4ecf20a5-b4a3-4b2c-a4f4-903716060d4d + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 763 + body: "{\"region\":\"nl-ams\", \"id\":\"4ecf20a5-b4a3-4b2c-a4f4-903716060d4d\", \"cluster_id\":\"51cd429b-6235-4520-9ce3-88deeb88bac1\", \"created_at\":\"2025-10-30T17:56:08.596157Z\", \"updated_at\":\"2025-10-30T17:58:44.559018Z\", \"name\":\"test-pool-placement-group-2\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"92444188-3b2e-4515-a75d-f228a9ef8202\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"nl-ams-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"20b640cd-1ccd-4f6f-93fa-7e309efc00b8\"}" + headers: + Content-Length: + - "763" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 18:00:01 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - d8ffde7f-d3ec-4f13-9c34-ed4740a2bbaf + status: 200 OK + code: 200 + duration: 107.808481ms +- id: 258 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/nl-ams/pools/4ecf20a5-b4a3-4b2c-a4f4-903716060d4d + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 763 + body: "{\"region\":\"nl-ams\", \"id\":\"4ecf20a5-b4a3-4b2c-a4f4-903716060d4d\", \"cluster_id\":\"51cd429b-6235-4520-9ce3-88deeb88bac1\", \"created_at\":\"2025-10-30T17:56:08.596157Z\", \"updated_at\":\"2025-10-30T17:58:44.559018Z\", \"name\":\"test-pool-placement-group-2\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"92444188-3b2e-4515-a75d-f228a9ef8202\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"nl-ams-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"20b640cd-1ccd-4f6f-93fa-7e309efc00b8\"}" + headers: + Content-Length: + - "763" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 18:00:06 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 4ec57e39-949c-40ba-ab74-38654417f843 + status: 200 OK + code: 200 + duration: 126.340854ms +- id: 259 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/nl-ams/pools/4ecf20a5-b4a3-4b2c-a4f4-903716060d4d + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 763 + body: "{\"region\":\"nl-ams\", \"id\":\"4ecf20a5-b4a3-4b2c-a4f4-903716060d4d\", \"cluster_id\":\"51cd429b-6235-4520-9ce3-88deeb88bac1\", \"created_at\":\"2025-10-30T17:56:08.596157Z\", \"updated_at\":\"2025-10-30T17:58:44.559018Z\", \"name\":\"test-pool-placement-group-2\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"92444188-3b2e-4515-a75d-f228a9ef8202\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"nl-ams-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"20b640cd-1ccd-4f6f-93fa-7e309efc00b8\"}" + headers: + Content-Length: + - "763" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 18:00:11 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 1264fd23-1aa4-4cb8-a299-501bb15ddba6 + status: 200 OK + code: 200 + duration: 101.773085ms +- id: 260 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/nl-ams/pools/4ecf20a5-b4a3-4b2c-a4f4-903716060d4d + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 763 + body: "{\"region\":\"nl-ams\", \"id\":\"4ecf20a5-b4a3-4b2c-a4f4-903716060d4d\", \"cluster_id\":\"51cd429b-6235-4520-9ce3-88deeb88bac1\", \"created_at\":\"2025-10-30T17:56:08.596157Z\", \"updated_at\":\"2025-10-30T17:58:44.559018Z\", \"name\":\"test-pool-placement-group-2\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"92444188-3b2e-4515-a75d-f228a9ef8202\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"nl-ams-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"20b640cd-1ccd-4f6f-93fa-7e309efc00b8\"}" + headers: + Content-Length: + - "763" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 18:00:16 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 862f636f-7942-4546-96d3-d2da7b29ab38 + status: 200 OK + code: 200 + duration: 116.814722ms +- id: 261 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/nl-ams/pools/4ecf20a5-b4a3-4b2c-a4f4-903716060d4d + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 763 + body: "{\"region\":\"nl-ams\", \"id\":\"4ecf20a5-b4a3-4b2c-a4f4-903716060d4d\", \"cluster_id\":\"51cd429b-6235-4520-9ce3-88deeb88bac1\", \"created_at\":\"2025-10-30T17:56:08.596157Z\", \"updated_at\":\"2025-10-30T17:58:44.559018Z\", \"name\":\"test-pool-placement-group-2\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"92444188-3b2e-4515-a75d-f228a9ef8202\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"nl-ams-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"20b640cd-1ccd-4f6f-93fa-7e309efc00b8\"}" + headers: + Content-Length: + - "763" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 18:00:21 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 9214a920-fd8d-414c-9db9-733808882dca + status: 200 OK + code: 200 + duration: 119.974148ms +- id: 262 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/nl-ams/pools/4ecf20a5-b4a3-4b2c-a4f4-903716060d4d + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 763 + body: "{\"region\":\"nl-ams\", \"id\":\"4ecf20a5-b4a3-4b2c-a4f4-903716060d4d\", \"cluster_id\":\"51cd429b-6235-4520-9ce3-88deeb88bac1\", \"created_at\":\"2025-10-30T17:56:08.596157Z\", \"updated_at\":\"2025-10-30T17:58:44.559018Z\", \"name\":\"test-pool-placement-group-2\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"92444188-3b2e-4515-a75d-f228a9ef8202\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"nl-ams-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"20b640cd-1ccd-4f6f-93fa-7e309efc00b8\"}" + headers: + Content-Length: + - "763" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 18:00:26 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 65a5710e-93d0-496e-80fd-bafe59ef3d8b + status: 200 OK + code: 200 + duration: 100.251139ms +- id: 263 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/nl-ams/pools/4ecf20a5-b4a3-4b2c-a4f4-903716060d4d + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 763 + body: "{\"region\":\"nl-ams\", \"id\":\"4ecf20a5-b4a3-4b2c-a4f4-903716060d4d\", \"cluster_id\":\"51cd429b-6235-4520-9ce3-88deeb88bac1\", \"created_at\":\"2025-10-30T17:56:08.596157Z\", \"updated_at\":\"2025-10-30T17:58:44.559018Z\", \"name\":\"test-pool-placement-group-2\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"92444188-3b2e-4515-a75d-f228a9ef8202\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"nl-ams-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"20b640cd-1ccd-4f6f-93fa-7e309efc00b8\"}" + headers: + Content-Length: + - "763" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 18:00:32 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 14b49b3f-ea54-4c2e-84c0-6147d0ed1ff8 + status: 200 OK + code: 200 + duration: 100.968878ms +- id: 264 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/nl-ams/pools/4ecf20a5-b4a3-4b2c-a4f4-903716060d4d + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 763 + body: "{\"region\":\"nl-ams\", \"id\":\"4ecf20a5-b4a3-4b2c-a4f4-903716060d4d\", \"cluster_id\":\"51cd429b-6235-4520-9ce3-88deeb88bac1\", \"created_at\":\"2025-10-30T17:56:08.596157Z\", \"updated_at\":\"2025-10-30T17:58:44.559018Z\", \"name\":\"test-pool-placement-group-2\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"92444188-3b2e-4515-a75d-f228a9ef8202\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"nl-ams-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"20b640cd-1ccd-4f6f-93fa-7e309efc00b8\"}" + headers: + Content-Length: + - "763" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 18:00:37 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 2a5aa2d8-1fa7-479e-9fbc-a6fb68361629 + status: 200 OK + code: 200 + duration: 90.405386ms +- id: 265 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/nl-ams/pools/4ecf20a5-b4a3-4b2c-a4f4-903716060d4d + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 763 + body: "{\"region\":\"nl-ams\", \"id\":\"4ecf20a5-b4a3-4b2c-a4f4-903716060d4d\", \"cluster_id\":\"51cd429b-6235-4520-9ce3-88deeb88bac1\", \"created_at\":\"2025-10-30T17:56:08.596157Z\", \"updated_at\":\"2025-10-30T17:58:44.559018Z\", \"name\":\"test-pool-placement-group-2\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"92444188-3b2e-4515-a75d-f228a9ef8202\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"nl-ams-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"20b640cd-1ccd-4f6f-93fa-7e309efc00b8\"}" + headers: + Content-Length: + - "763" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 18:00:42 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 0d3bc0e7-1124-45c1-93b9-35c5aba1c1bd + status: 200 OK + code: 200 + duration: 101.403086ms +- id: 266 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/nl-ams/pools/4ecf20a5-b4a3-4b2c-a4f4-903716060d4d + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 763 + body: "{\"region\":\"nl-ams\", \"id\":\"4ecf20a5-b4a3-4b2c-a4f4-903716060d4d\", \"cluster_id\":\"51cd429b-6235-4520-9ce3-88deeb88bac1\", \"created_at\":\"2025-10-30T17:56:08.596157Z\", \"updated_at\":\"2025-10-30T17:58:44.559018Z\", \"name\":\"test-pool-placement-group-2\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"92444188-3b2e-4515-a75d-f228a9ef8202\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"nl-ams-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"20b640cd-1ccd-4f6f-93fa-7e309efc00b8\"}" + headers: + Content-Length: + - "763" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 18:00:47 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 98af3b35-dae5-4a7b-bdfb-9b165f90a7b3 + status: 200 OK + code: 200 + duration: 94.919677ms +- id: 267 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/nl-ams/pools/4ecf20a5-b4a3-4b2c-a4f4-903716060d4d + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 763 + body: "{\"region\":\"nl-ams\", \"id\":\"4ecf20a5-b4a3-4b2c-a4f4-903716060d4d\", \"cluster_id\":\"51cd429b-6235-4520-9ce3-88deeb88bac1\", \"created_at\":\"2025-10-30T17:56:08.596157Z\", \"updated_at\":\"2025-10-30T17:58:44.559018Z\", \"name\":\"test-pool-placement-group-2\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"92444188-3b2e-4515-a75d-f228a9ef8202\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"nl-ams-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"20b640cd-1ccd-4f6f-93fa-7e309efc00b8\"}" + headers: + Content-Length: + - "763" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 18:00:52 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 16231ce3-9f94-4004-8827-6f67294f2ed1 + status: 200 OK + code: 200 + duration: 96.513382ms +- id: 268 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/nl-ams/pools/4ecf20a5-b4a3-4b2c-a4f4-903716060d4d + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 125 + body: "{\"message\":\"resource is not found\",\"resource\":\"pool\",\"resource_id\":\"4ecf20a5-b4a3-4b2c-a4f4-903716060d4d\",\"type\":\"not_found\"}" + headers: + Content-Length: + - "125" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 18:00:57 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 69d2fcb0-ff49-432b-9818-42bbae22ff9b + status: 404 Not Found + code: 404 + duration: 37.230859ms +- id: 269 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/instance/v1/zones/nl-ams-2/placement_groups/92444188-3b2e-4515-a75d-f228a9ef8202 + method: DELETE + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 0 + body: "" + headers: + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 18:00:57 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - b2e54fc0-1c4f-4cfb-9735-bcb3c7b8e491 + status: 204 No Content + code: 204 + duration: 156.183103ms +- id: 270 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + form: + with_additional_resources: + - "false" + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/nl-ams/clusters/51cd429b-6235-4520-9ce3-88deeb88bac1?with_additional_resources=false + method: DELETE + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1655 + body: "{\"region\":\"nl-ams\", \"id\":\"51cd429b-6235-4520-9ce3-88deeb88bac1\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:56:02.955990Z\", \"updated_at\":\"2025-10-30T18:00:57.566569Z\", \"type\":\"kapsule\", \"name\":\"test-pool-placement-group-2\", \"description\":\"\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"cni\":\"calico\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"placement_group\"], \"cluster_url\":\"https://51cd429b-6235-4520-9ce3-88deeb88bac1.api.k8s.nl-ams.scw.cloud:6443\", \"dns_wildcard\":\"*.51cd429b-6235-4520-9ce3-88deeb88bac1.nodes.k8s.nl-ams.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"9b711663-f2a0-491c-9671-b2de399ebdad\", \"commitment_ends_at\":\"2025-10-30T17:56:02.956006Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"e06b5c18-1479-46de-915f-ff27b1cef80e\", \"new_images_enabled\":false, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1655" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 18:00:57 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 7739e384-8693-4ad0-bec1-c4f8f7dad729 + status: 200 OK + code: 200 + duration: 159.861484ms +- id: 271 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/nl-ams/clusters/51cd429b-6235-4520-9ce3-88deeb88bac1 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1654 + body: "{\"region\":\"nl-ams\", \"id\":\"51cd429b-6235-4520-9ce3-88deeb88bac1\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:56:02.955990Z\", \"updated_at\":\"2025-10-30T18:00:57.566569Z\", \"type\":\"kapsule\", \"name\":\"test-pool-placement-group-2\", \"description\":\"\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"cni\":\"calico\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"placement_group\"], \"cluster_url\":\"https://51cd429b-6235-4520-9ce3-88deeb88bac1.api.k8s.nl-ams.scw.cloud:6443\", \"dns_wildcard\":\"*.51cd429b-6235-4520-9ce3-88deeb88bac1.nodes.k8s.nl-ams.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"9b711663-f2a0-491c-9671-b2de399ebdad\", \"commitment_ends_at\":\"2025-10-30T17:56:02.956006Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"e06b5c18-1479-46de-915f-ff27b1cef80e\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1654" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 18:00:57 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 1088b069-e39b-42c2-83fb-5becc7d7b655 + status: 200 OK + code: 200 + duration: 92.757968ms +- id: 272 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 143 + host: api.scaleway.com + body: "{\"name\":\"test-pool-placement-group\",\"project\":\"105bdce1-64c0-48ab-899d-868455867ecf\",\"policy_mode\":\"optional\",\"policy_type\":\"max_availability\"}" + headers: + Content-Type: + - application/json + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/instance/v1/zones/nl-ams-1/placement_groups + method: POST + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 331 + body: "{\"placement_group\": {\"id\": \"6cb779ef-7268-40d6-b897-5a81ff7e5f51\", \"name\": \"test-pool-placement-group\", \"organization\": \"105bdce1-64c0-48ab-899d-868455867ecf\", \"project\": \"105bdce1-64c0-48ab-899d-868455867ecf\", \"policy_mode\": \"optional\", \"policy_type\": \"max_availability\", \"policy_respected\": true, \"tags\": [], \"zone\": \"nl-ams-1\"}}" + headers: + Content-Length: + - "331" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 18:00:57 GMT + Location: + - https://api.scaleway.com/instance/v1/zones/nl-ams-1/placement_groups/6cb779ef-7268-40d6-b897-5a81ff7e5f51 + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 3672bee2-48c0-4196-8ca9-db7367e89a3f + status: 201 Created + code: 201 + duration: 215.451661ms +- id: 273 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/instance/v1/zones/nl-ams-1/placement_groups/6cb779ef-7268-40d6-b897-5a81ff7e5f51 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 331 + body: "{\"placement_group\": {\"id\": \"6cb779ef-7268-40d6-b897-5a81ff7e5f51\", \"name\": \"test-pool-placement-group\", \"organization\": \"105bdce1-64c0-48ab-899d-868455867ecf\", \"project\": \"105bdce1-64c0-48ab-899d-868455867ecf\", \"policy_mode\": \"optional\", \"policy_type\": \"max_availability\", \"policy_respected\": true, \"tags\": [], \"zone\": \"nl-ams-1\"}}" + headers: + Content-Length: + - "331" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 18:00:57 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 221615c3-a1c5-47e0-8fd4-b01f5c599c68 + status: 200 OK + code: 200 + duration: 127.978561ms +- id: 274 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/nl-ams/clusters/51cd429b-6235-4520-9ce3-88deeb88bac1 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 128 + body: "{\"message\":\"resource is not found\",\"resource\":\"cluster\",\"resource_id\":\"51cd429b-6235-4520-9ce3-88deeb88bac1\",\"type\":\"not_found\"}" + headers: + Content-Length: + - "128" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 18:01:02 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - ed88b636-deba-4c78-9cea-5e9a4d8953ec + status: 404 Not Found + code: 404 + duration: 50.35364ms +- id: 275 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/vpc/v2/regions/nl-ams/private-networks/9b711663-f2a0-491c-9671-b2de399ebdad + method: DELETE + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 0 + body: "" + headers: + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 18:01:04 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 8753809a-a816-476a-ae07-1fedfdcb9aa8 + status: 204 No Content + code: 204 + duration: 1.463589006s +- id: 276 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/vpc/v2/regions/nl-ams/vpcs/cffbd660-4df5-4f5c-bd63-351d28eb1f85 + method: DELETE + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 0 + body: "" + headers: + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 18:01:04 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 55079eff-5771-4a5d-bf48-589bafc04b52 + status: 204 No Content + code: 204 + duration: 333.311668ms +- id: 277 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 664 + host: api.scaleway.com + body: "{\"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\",\"type\":\"multicloud\",\"name\":\"test-pool-placement-group-2\",\"description\":\"\",\"tags\":[\"terraform-test\",\"scaleway_k8s_cluster\",\"placement_group\"],\"version\":\"1.34.1\",\"cni\":\"kilo\",\"pools\":null,\"autoscaler_config\":{\"scale_down_disabled\":null,\"scale_down_delay_after_add\":null,\"estimator\":\"unknown_estimator\",\"expander\":\"unknown_expander\",\"ignore_daemonsets_utilization\":null,\"balance_similar_node_groups\":null,\"expendable_pods_priority_cutoff\":0,\"scale_down_unneeded_time\":null,\"scale_down_utilization_threshold\":null,\"max_graceful_termination_sec\":0},\"feature_gates\":[],\"admission_plugins\":[],\"apiserver_cert_sans\":[]}" + headers: + Content-Type: + - application/json + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters + method: POST + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1586 + body: "{\"region\":\"fr-par\", \"id\":\"bd4f1f32-7fca-4d6f-b6ca-6e21496866bf\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T18:01:04.982622Z\", \"updated_at\":\"2025-10-30T18:01:04.982622Z\", \"type\":\"multicloud\", \"name\":\"test-pool-placement-group-2\", \"description\":\"\", \"status\":\"creating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"placement_group\"], \"cluster_url\":\"https://bd4f1f32-7fca-4d6f-b6ca-6e21496866bf.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.bd4f1f32-7fca-4d6f-b6ca-6e21496866bf.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-10-30T18:01:04.982637Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"\", \"new_images_enabled\":false, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1586" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 18:01:05 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - e3fab352-e851-4b2e-b155-05d705424fe2 + status: 200 OK + code: 200 + duration: 408.347945ms +- id: 278 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/bd4f1f32-7fca-4d6f-b6ca-6e21496866bf + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1585 + body: "{\"region\":\"fr-par\", \"id\":\"bd4f1f32-7fca-4d6f-b6ca-6e21496866bf\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T18:01:04.982622Z\", \"updated_at\":\"2025-10-30T18:01:04.982622Z\", \"type\":\"multicloud\", \"name\":\"test-pool-placement-group-2\", \"description\":\"\", \"status\":\"creating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"placement_group\"], \"cluster_url\":\"https://bd4f1f32-7fca-4d6f-b6ca-6e21496866bf.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.bd4f1f32-7fca-4d6f-b6ca-6e21496866bf.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-10-30T18:01:04.982637Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1585" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 18:01:05 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 9b7144eb-ae82-41df-a1a5-b52ee44db507 + status: 200 OK + code: 200 + duration: 100.057862ms +- id: 279 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/bd4f1f32-7fca-4d6f-b6ca-6e21496866bf + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1621 + body: "{\"region\":\"fr-par\", \"id\":\"bd4f1f32-7fca-4d6f-b6ca-6e21496866bf\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T18:01:04.982622Z\", \"updated_at\":\"2025-10-30T18:01:05.469479Z\", \"type\":\"multicloud\", \"name\":\"test-pool-placement-group-2\", \"description\":\"\", \"status\":\"creating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"placement_group\"], \"cluster_url\":\"https://bd4f1f32-7fca-4d6f-b6ca-6e21496866bf.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.bd4f1f32-7fca-4d6f-b6ca-6e21496866bf.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-10-30T18:01:04.982637Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"675bc338-38ac-452a-b748-eb9f7a842b0e\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1621" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 18:01:10 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - cb908cf3-a47b-45ff-9aa0-3c7c53a1d5ab + status: 200 OK + code: 200 + duration: 79.824424ms +- id: 280 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/bd4f1f32-7fca-4d6f-b6ca-6e21496866bf + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1621 + body: "{\"region\":\"fr-par\", \"id\":\"bd4f1f32-7fca-4d6f-b6ca-6e21496866bf\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T18:01:04.982622Z\", \"updated_at\":\"2025-10-30T18:01:05.469479Z\", \"type\":\"multicloud\", \"name\":\"test-pool-placement-group-2\", \"description\":\"\", \"status\":\"creating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"placement_group\"], \"cluster_url\":\"https://bd4f1f32-7fca-4d6f-b6ca-6e21496866bf.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.bd4f1f32-7fca-4d6f-b6ca-6e21496866bf.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-10-30T18:01:04.982637Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"675bc338-38ac-452a-b748-eb9f7a842b0e\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1621" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 18:01:15 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 41e3ea8a-b361-431d-9a66-b4d9398c3d8e + status: 200 OK + code: 200 + duration: 90.544782ms +- id: 281 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/bd4f1f32-7fca-4d6f-b6ca-6e21496866bf + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1621 + body: "{\"region\":\"fr-par\", \"id\":\"bd4f1f32-7fca-4d6f-b6ca-6e21496866bf\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T18:01:04.982622Z\", \"updated_at\":\"2025-10-30T18:01:05.469479Z\", \"type\":\"multicloud\", \"name\":\"test-pool-placement-group-2\", \"description\":\"\", \"status\":\"creating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"placement_group\"], \"cluster_url\":\"https://bd4f1f32-7fca-4d6f-b6ca-6e21496866bf.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.bd4f1f32-7fca-4d6f-b6ca-6e21496866bf.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-10-30T18:01:04.982637Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"675bc338-38ac-452a-b748-eb9f7a842b0e\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1621" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 18:01:20 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 3305b511-ea23-43f6-ab3b-8d78ce294fc8 + status: 200 OK + code: 200 + duration: 86.224718ms +- id: 282 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/bd4f1f32-7fca-4d6f-b6ca-6e21496866bf + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1621 + body: "{\"region\":\"fr-par\", \"id\":\"bd4f1f32-7fca-4d6f-b6ca-6e21496866bf\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T18:01:04.982622Z\", \"updated_at\":\"2025-10-30T18:01:05.469479Z\", \"type\":\"multicloud\", \"name\":\"test-pool-placement-group-2\", \"description\":\"\", \"status\":\"creating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"placement_group\"], \"cluster_url\":\"https://bd4f1f32-7fca-4d6f-b6ca-6e21496866bf.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.bd4f1f32-7fca-4d6f-b6ca-6e21496866bf.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-10-30T18:01:04.982637Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"675bc338-38ac-452a-b748-eb9f7a842b0e\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1621" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 18:01:25 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - eabf9fe8-266c-48f8-a1b0-1ae24da95816 + status: 200 OK + code: 200 + duration: 85.855866ms +- id: 283 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/bd4f1f32-7fca-4d6f-b6ca-6e21496866bf + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1621 + body: "{\"region\":\"fr-par\", \"id\":\"bd4f1f32-7fca-4d6f-b6ca-6e21496866bf\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T18:01:04.982622Z\", \"updated_at\":\"2025-10-30T18:01:05.469479Z\", \"type\":\"multicloud\", \"name\":\"test-pool-placement-group-2\", \"description\":\"\", \"status\":\"creating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"placement_group\"], \"cluster_url\":\"https://bd4f1f32-7fca-4d6f-b6ca-6e21496866bf.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.bd4f1f32-7fca-4d6f-b6ca-6e21496866bf.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-10-30T18:01:04.982637Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"675bc338-38ac-452a-b748-eb9f7a842b0e\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1621" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 18:01:30 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 7b166db5-1b17-40b8-95df-d427039131a2 + status: 200 OK + code: 200 + duration: 107.141913ms +- id: 284 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/bd4f1f32-7fca-4d6f-b6ca-6e21496866bf + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1621 + body: "{\"region\":\"fr-par\", \"id\":\"bd4f1f32-7fca-4d6f-b6ca-6e21496866bf\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T18:01:04.982622Z\", \"updated_at\":\"2025-10-30T18:01:05.469479Z\", \"type\":\"multicloud\", \"name\":\"test-pool-placement-group-2\", \"description\":\"\", \"status\":\"creating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"placement_group\"], \"cluster_url\":\"https://bd4f1f32-7fca-4d6f-b6ca-6e21496866bf.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.bd4f1f32-7fca-4d6f-b6ca-6e21496866bf.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-10-30T18:01:04.982637Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"675bc338-38ac-452a-b748-eb9f7a842b0e\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1621" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 18:01:35 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - abb40def-9ab6-40ce-bcc6-f24b69900eee + status: 200 OK + code: 200 + duration: 109.498541ms +- id: 285 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/bd4f1f32-7fca-4d6f-b6ca-6e21496866bf + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1621 + body: "{\"region\":\"fr-par\", \"id\":\"bd4f1f32-7fca-4d6f-b6ca-6e21496866bf\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T18:01:04.982622Z\", \"updated_at\":\"2025-10-30T18:01:05.469479Z\", \"type\":\"multicloud\", \"name\":\"test-pool-placement-group-2\", \"description\":\"\", \"status\":\"creating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"placement_group\"], \"cluster_url\":\"https://bd4f1f32-7fca-4d6f-b6ca-6e21496866bf.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.bd4f1f32-7fca-4d6f-b6ca-6e21496866bf.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-10-30T18:01:04.982637Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"675bc338-38ac-452a-b748-eb9f7a842b0e\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1621" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 18:01:40 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - bdd0e1aa-3b33-4c88-af6f-91561248310e + status: 200 OK + code: 200 + duration: 88.152081ms +- id: 286 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/bd4f1f32-7fca-4d6f-b6ca-6e21496866bf + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1621 + body: "{\"region\":\"fr-par\", \"id\":\"bd4f1f32-7fca-4d6f-b6ca-6e21496866bf\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T18:01:04.982622Z\", \"updated_at\":\"2025-10-30T18:01:05.469479Z\", \"type\":\"multicloud\", \"name\":\"test-pool-placement-group-2\", \"description\":\"\", \"status\":\"creating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"placement_group\"], \"cluster_url\":\"https://bd4f1f32-7fca-4d6f-b6ca-6e21496866bf.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.bd4f1f32-7fca-4d6f-b6ca-6e21496866bf.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-10-30T18:01:04.982637Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"675bc338-38ac-452a-b748-eb9f7a842b0e\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1621" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 18:01:45 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - b2104024-53c2-476d-9b43-9100e6241c19 + status: 200 OK + code: 200 + duration: 78.083316ms +- id: 287 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/bd4f1f32-7fca-4d6f-b6ca-6e21496866bf + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1621 + body: "{\"region\":\"fr-par\", \"id\":\"bd4f1f32-7fca-4d6f-b6ca-6e21496866bf\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T18:01:04.982622Z\", \"updated_at\":\"2025-10-30T18:01:05.469479Z\", \"type\":\"multicloud\", \"name\":\"test-pool-placement-group-2\", \"description\":\"\", \"status\":\"creating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"placement_group\"], \"cluster_url\":\"https://bd4f1f32-7fca-4d6f-b6ca-6e21496866bf.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.bd4f1f32-7fca-4d6f-b6ca-6e21496866bf.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-10-30T18:01:04.982637Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"675bc338-38ac-452a-b748-eb9f7a842b0e\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1621" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 18:01:50 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 0ecf0051-54ca-4273-a148-7ff8ee5a13b6 + status: 200 OK + code: 200 + duration: 83.56755ms +- id: 288 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/bd4f1f32-7fca-4d6f-b6ca-6e21496866bf + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1621 + body: "{\"region\":\"fr-par\", \"id\":\"bd4f1f32-7fca-4d6f-b6ca-6e21496866bf\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T18:01:04.982622Z\", \"updated_at\":\"2025-10-30T18:01:05.469479Z\", \"type\":\"multicloud\", \"name\":\"test-pool-placement-group-2\", \"description\":\"\", \"status\":\"creating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"placement_group\"], \"cluster_url\":\"https://bd4f1f32-7fca-4d6f-b6ca-6e21496866bf.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.bd4f1f32-7fca-4d6f-b6ca-6e21496866bf.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-10-30T18:01:04.982637Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"675bc338-38ac-452a-b748-eb9f7a842b0e\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1621" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 18:01:56 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 3ed6b0ac-dc0a-43fd-9211-eb1a61ac221d + status: 200 OK + code: 200 + duration: 90.364239ms +- id: 289 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/bd4f1f32-7fca-4d6f-b6ca-6e21496866bf + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1621 + body: "{\"region\":\"fr-par\", \"id\":\"bd4f1f32-7fca-4d6f-b6ca-6e21496866bf\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T18:01:04.982622Z\", \"updated_at\":\"2025-10-30T18:01:05.469479Z\", \"type\":\"multicloud\", \"name\":\"test-pool-placement-group-2\", \"description\":\"\", \"status\":\"creating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"placement_group\"], \"cluster_url\":\"https://bd4f1f32-7fca-4d6f-b6ca-6e21496866bf.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.bd4f1f32-7fca-4d6f-b6ca-6e21496866bf.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-10-30T18:01:04.982637Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"675bc338-38ac-452a-b748-eb9f7a842b0e\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1621" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 18:02:01 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 46fb1fcd-29f6-4e09-a1a6-6e0087ab0df0 + status: 200 OK + code: 200 + duration: 92.466218ms +- id: 290 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/bd4f1f32-7fca-4d6f-b6ca-6e21496866bf + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1621 + body: "{\"region\":\"fr-par\", \"id\":\"bd4f1f32-7fca-4d6f-b6ca-6e21496866bf\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T18:01:04.982622Z\", \"updated_at\":\"2025-10-30T18:01:05.469479Z\", \"type\":\"multicloud\", \"name\":\"test-pool-placement-group-2\", \"description\":\"\", \"status\":\"creating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"placement_group\"], \"cluster_url\":\"https://bd4f1f32-7fca-4d6f-b6ca-6e21496866bf.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.bd4f1f32-7fca-4d6f-b6ca-6e21496866bf.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-10-30T18:01:04.982637Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"675bc338-38ac-452a-b748-eb9f7a842b0e\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1621" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 18:02:06 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - d4b9bf9f-5979-4c85-ae08-340e38650f34 + status: 200 OK + code: 200 + duration: 81.751451ms +- id: 291 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/bd4f1f32-7fca-4d6f-b6ca-6e21496866bf + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1621 + body: "{\"region\":\"fr-par\", \"id\":\"bd4f1f32-7fca-4d6f-b6ca-6e21496866bf\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T18:01:04.982622Z\", \"updated_at\":\"2025-10-30T18:01:05.469479Z\", \"type\":\"multicloud\", \"name\":\"test-pool-placement-group-2\", \"description\":\"\", \"status\":\"creating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"placement_group\"], \"cluster_url\":\"https://bd4f1f32-7fca-4d6f-b6ca-6e21496866bf.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.bd4f1f32-7fca-4d6f-b6ca-6e21496866bf.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-10-30T18:01:04.982637Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"675bc338-38ac-452a-b748-eb9f7a842b0e\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1621" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 18:02:11 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 3ae9271f-b1dd-4579-869d-ce4e993a023f + status: 200 OK + code: 200 + duration: 90.280122ms +- id: 292 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/bd4f1f32-7fca-4d6f-b6ca-6e21496866bf + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1621 + body: "{\"region\":\"fr-par\", \"id\":\"bd4f1f32-7fca-4d6f-b6ca-6e21496866bf\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T18:01:04.982622Z\", \"updated_at\":\"2025-10-30T18:01:05.469479Z\", \"type\":\"multicloud\", \"name\":\"test-pool-placement-group-2\", \"description\":\"\", \"status\":\"creating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"placement_group\"], \"cluster_url\":\"https://bd4f1f32-7fca-4d6f-b6ca-6e21496866bf.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.bd4f1f32-7fca-4d6f-b6ca-6e21496866bf.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-10-30T18:01:04.982637Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"675bc338-38ac-452a-b748-eb9f7a842b0e\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1621" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 18:02:16 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - f1200f64-486b-4afc-ae19-5caafa00a162 + status: 200 OK + code: 200 + duration: 95.093586ms +- id: 293 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/bd4f1f32-7fca-4d6f-b6ca-6e21496866bf + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1621 + body: "{\"region\":\"fr-par\", \"id\":\"bd4f1f32-7fca-4d6f-b6ca-6e21496866bf\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T18:01:04.982622Z\", \"updated_at\":\"2025-10-30T18:01:05.469479Z\", \"type\":\"multicloud\", \"name\":\"test-pool-placement-group-2\", \"description\":\"\", \"status\":\"creating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"placement_group\"], \"cluster_url\":\"https://bd4f1f32-7fca-4d6f-b6ca-6e21496866bf.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.bd4f1f32-7fca-4d6f-b6ca-6e21496866bf.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-10-30T18:01:04.982637Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"675bc338-38ac-452a-b748-eb9f7a842b0e\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1621" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 18:02:21 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 336538ab-6dcc-42c5-a38d-c6ca7887da26 + status: 200 OK + code: 200 + duration: 199.861257ms +- id: 294 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/bd4f1f32-7fca-4d6f-b6ca-6e21496866bf + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1621 + body: "{\"region\":\"fr-par\", \"id\":\"bd4f1f32-7fca-4d6f-b6ca-6e21496866bf\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T18:01:04.982622Z\", \"updated_at\":\"2025-10-30T18:01:05.469479Z\", \"type\":\"multicloud\", \"name\":\"test-pool-placement-group-2\", \"description\":\"\", \"status\":\"creating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"placement_group\"], \"cluster_url\":\"https://bd4f1f32-7fca-4d6f-b6ca-6e21496866bf.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.bd4f1f32-7fca-4d6f-b6ca-6e21496866bf.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-10-30T18:01:04.982637Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"675bc338-38ac-452a-b748-eb9f7a842b0e\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1621" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 18:02:26 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 6d379999-04dd-48ae-b260-3a8bbf8ff76d + status: 200 OK + code: 200 + duration: 87.757365ms +- id: 295 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/bd4f1f32-7fca-4d6f-b6ca-6e21496866bf + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1618 + body: "{\"region\":\"fr-par\", \"id\":\"bd4f1f32-7fca-4d6f-b6ca-6e21496866bf\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T18:01:04.982622Z\", \"updated_at\":\"2025-10-30T18:02:28.937390Z\", \"type\":\"multicloud\", \"name\":\"test-pool-placement-group-2\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"placement_group\"], \"cluster_url\":\"https://bd4f1f32-7fca-4d6f-b6ca-6e21496866bf.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.bd4f1f32-7fca-4d6f-b6ca-6e21496866bf.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-10-30T18:01:04.982637Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"675bc338-38ac-452a-b748-eb9f7a842b0e\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1618" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 18:02:31 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 60d2783e-b8ab-479e-aeae-e3f9e1ad975d + status: 200 OK + code: 200 + duration: 131.418008ms +- id: 296 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/bd4f1f32-7fca-4d6f-b6ca-6e21496866bf + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1618 + body: "{\"region\":\"fr-par\", \"id\":\"bd4f1f32-7fca-4d6f-b6ca-6e21496866bf\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T18:01:04.982622Z\", \"updated_at\":\"2025-10-30T18:02:28.937390Z\", \"type\":\"multicloud\", \"name\":\"test-pool-placement-group-2\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"placement_group\"], \"cluster_url\":\"https://bd4f1f32-7fca-4d6f-b6ca-6e21496866bf.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.bd4f1f32-7fca-4d6f-b6ca-6e21496866bf.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-10-30T18:01:04.982637Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"675bc338-38ac-452a-b748-eb9f7a842b0e\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1618" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 18:02:31 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - c4b0bc10-0b25-4067-bc76-36e42269e627 + status: 200 OK + code: 200 + duration: 25.955011ms +- id: 297 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/bd4f1f32-7fca-4d6f-b6ca-6e21496866bf/kubeconfig + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1754 + body: "{\"name\":\"kubeconfig\", \"content_type\":\"application/octet-stream\", \"content\":\"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogInRlc3QtcG9vbC1wbGFjZW1lbnQtZ3JvdXAtMiIKICBjbHVzdGVyOgogICAgY2VydGlmaWNhdGUtYXV0aG9yaXR5LWRhdGE6IExTMHRMUzFDUlVkSlRpQkRSVkpVU1VaSlEwRlVSUzB0TFMwdENrMUpTVUpYZWtORFFWRkhaMEYzU1VKQlowbENRVVJCUzBKblozRm9hMnBQVUZGUlJFRnFRVlpOVWsxM1JWRlpSRlpSVVVSRmQzQnlaRmRLYkdOdE5Xd0taRWRXZWsxQ05GaEVWRWt4VFZSQmVVOVVSVFJOUkVWM1RsWnZXRVJVVFRGTlZFRjVUMVJGTkUxRVJYZE9WbTkzUmxSRlZFMUNSVWRCTVZWRlFYaE5Td3BoTTFacFdsaEtkVnBZVW14amVrSmFUVUpOUjBKNWNVZFRUVFE1UVdkRlIwTkRjVWRUVFRRNVFYZEZTRUV3U1VGQ1FuQmtZVEUyWkdNeFZIbE5SV1F2Q2l0c1prcGxXVkZCVEVaYVYwcDVORUZrZVhoWlpIWnRhM3B6VFhKWFdqZGhTMGRGT0Zwa2JtUlVRbUpoYXpSbllraEZVVXhrY1RreGFGVkdUVWhwT1dRS1prUXpiSE0zWldwUmFrSkJUVUUwUjBFeFZXUkVkMFZDTDNkUlJVRjNTVU53UkVGUVFtZE9Wa2hTVFVKQlpqaEZRbFJCUkVGUlNDOU5RakJIUVRGVlpBcEVaMUZYUWtKVU9DOVRhVWhKZFZoM09EQkxPVmx1WW5weFdVcFRZV3B2WkZaVVFVdENaMmR4YUd0cVQxQlJVVVJCWjA1SlFVUkNSa0ZwUlVFemNWSndDbEJpUlVGc1JVeGtTWFp3SzFwdGNUWmhORkJRWlhWdlZHOXllRkl6UTJ0NlZYUlRiMFZWWTBOSlNEVkVXRTkwVjNGdU1Fb3dPVTB3T0hvdmJHOUtZa01LY1hSWmVEbG5NR3RKTkVOV1JVeFlMM1ZIT1cwS0xTMHRMUzFGVGtRZ1EwVlNWRWxHU1VOQlZFVXRMUzB0TFFvPQogICAgc2VydmVyOiBodHRwczovL2JkNGYxZjMyLTdmY2EtNGQ2Zi1iNmNhLTZlMjE0OTY4NjZiZi5hcGkuazhzLmZyLXBhci5zY3cuY2xvdWQ6NjQ0Mwpjb250ZXh0czoKLSBuYW1lOiBhZG1pbkB0ZXN0LXBvb2wtcGxhY2VtZW50LWdyb3VwLTIKICBjb250ZXh0OgogICAgY2x1c3RlcjogInRlc3QtcG9vbC1wbGFjZW1lbnQtZ3JvdXAtMiIKICAgIHVzZXI6IHRlc3QtcG9vbC1wbGFjZW1lbnQtZ3JvdXAtMi1hZG1pbgpjdXJyZW50LWNvbnRleHQ6IGFkbWluQHRlc3QtcG9vbC1wbGFjZW1lbnQtZ3JvdXAtMgpraW5kOiBDb25maWcKcHJlZmVyZW5jZXM6IHt9CnVzZXJzOgotIG5hbWU6IHRlc3QtcG9vbC1wbGFjZW1lbnQtZ3JvdXAtMi1hZG1pbgogIHVzZXI6CiAgICB0b2tlbjogZmdENVp2WkgwU08wbEpudlBrVmFDZlZEVk85dmtNU01PNmlhaVRtM1JDOHNUYVdRV1RUVHVYckY=\"}" + headers: + Content-Length: + - "1754" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 18:02:31 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - bf7a2ad7-59e0-4f99-9b29-1ca1a4a97626 + status: 200 OK + code: 200 + duration: 163.473319ms +- id: 298 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/bd4f1f32-7fca-4d6f-b6ca-6e21496866bf + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1618 + body: "{\"region\":\"fr-par\", \"id\":\"bd4f1f32-7fca-4d6f-b6ca-6e21496866bf\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T18:01:04.982622Z\", \"updated_at\":\"2025-10-30T18:02:28.937390Z\", \"type\":\"multicloud\", \"name\":\"test-pool-placement-group-2\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"placement_group\"], \"cluster_url\":\"https://bd4f1f32-7fca-4d6f-b6ca-6e21496866bf.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.bd4f1f32-7fca-4d6f-b6ca-6e21496866bf.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-10-30T18:01:04.982637Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"675bc338-38ac-452a-b748-eb9f7a842b0e\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1618" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 18:02:32 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - ad2bb04d-6303-458e-a273-612bb39d2a42 + status: 200 OK + code: 200 + duration: 99.429733ms +- id: 299 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 343 + host: api.scaleway.com + body: "{\"name\":\"test-pool-placement-group-2\",\"node_type\":\"pro2_xxs\",\"placement_group_id\":\"6cb779ef-7268-40d6-b897-5a81ff7e5f51\",\"autoscaling\":false,\"size\":1,\"min_size\":1,\"max_size\":1,\"container_runtime\":\"containerd\",\"autohealing\":false,\"tags\":[],\"kubelet_args\":{},\"zone\":\"nl-ams-1\",\"root_volume_type\":\"default_volume_type\",\"public_ip_disabled\":false}" + headers: + Content-Type: + - application/json + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/bd4f1f32-7fca-4d6f-b6ca-6e21496866bf/pools + method: POST + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 762 + body: "{\"region\":\"fr-par\", \"id\":\"f212d6ad-e2b3-49ad-9258-5213ba3b38a0\", \"cluster_id\":\"bd4f1f32-7fca-4d6f-b6ca-6e21496866bf\", \"created_at\":\"2025-10-30T18:02:32.255005Z\", \"updated_at\":\"2025-10-30T18:02:32.255005Z\", \"name\":\"test-pool-placement-group-2\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"6cb779ef-7268-40d6-b897-5a81ff7e5f51\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"nl-ams-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"04349b89-1357-4383-8742-8680fd417841\"}" + headers: + Content-Length: + - "762" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 18:02:32 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 472bc6b6-e8a1-452f-84c8-fff8712d8e00 + status: 200 OK + code: 200 + duration: 306.248423ms +- id: 300 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/f212d6ad-e2b3-49ad-9258-5213ba3b38a0 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 762 + body: "{\"region\":\"fr-par\", \"id\":\"f212d6ad-e2b3-49ad-9258-5213ba3b38a0\", \"cluster_id\":\"bd4f1f32-7fca-4d6f-b6ca-6e21496866bf\", \"created_at\":\"2025-10-30T18:02:32.255005Z\", \"updated_at\":\"2025-10-30T18:02:32.255005Z\", \"name\":\"test-pool-placement-group-2\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"6cb779ef-7268-40d6-b897-5a81ff7e5f51\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"nl-ams-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"04349b89-1357-4383-8742-8680fd417841\"}" + headers: + Content-Length: + - "762" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 18:02:32 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 38960009-9807-45c0-b8c9-45c2a23ad194 + status: 200 OK + code: 200 + duration: 91.611937ms +- id: 301 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/f212d6ad-e2b3-49ad-9258-5213ba3b38a0 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 762 + body: "{\"region\":\"fr-par\", \"id\":\"f212d6ad-e2b3-49ad-9258-5213ba3b38a0\", \"cluster_id\":\"bd4f1f32-7fca-4d6f-b6ca-6e21496866bf\", \"created_at\":\"2025-10-30T18:02:32.255005Z\", \"updated_at\":\"2025-10-30T18:02:32.255005Z\", \"name\":\"test-pool-placement-group-2\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"6cb779ef-7268-40d6-b897-5a81ff7e5f51\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"nl-ams-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"04349b89-1357-4383-8742-8680fd417841\"}" + headers: + Content-Length: + - "762" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 18:02:37 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 9662e068-d409-4a80-9ac7-c55c819511ab + status: 200 OK + code: 200 + duration: 103.169921ms +- id: 302 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/f212d6ad-e2b3-49ad-9258-5213ba3b38a0 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 762 + body: "{\"region\":\"fr-par\", \"id\":\"f212d6ad-e2b3-49ad-9258-5213ba3b38a0\", \"cluster_id\":\"bd4f1f32-7fca-4d6f-b6ca-6e21496866bf\", \"created_at\":\"2025-10-30T18:02:32.255005Z\", \"updated_at\":\"2025-10-30T18:02:32.255005Z\", \"name\":\"test-pool-placement-group-2\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"6cb779ef-7268-40d6-b897-5a81ff7e5f51\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"nl-ams-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"04349b89-1357-4383-8742-8680fd417841\"}" + headers: + Content-Length: + - "762" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 18:02:42 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 3800ffe1-2bb4-4218-9e43-d9c05628494b + status: 200 OK + code: 200 + duration: 87.661416ms +- id: 303 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/f212d6ad-e2b3-49ad-9258-5213ba3b38a0 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 762 + body: "{\"region\":\"fr-par\", \"id\":\"f212d6ad-e2b3-49ad-9258-5213ba3b38a0\", \"cluster_id\":\"bd4f1f32-7fca-4d6f-b6ca-6e21496866bf\", \"created_at\":\"2025-10-30T18:02:32.255005Z\", \"updated_at\":\"2025-10-30T18:02:32.255005Z\", \"name\":\"test-pool-placement-group-2\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"6cb779ef-7268-40d6-b897-5a81ff7e5f51\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"nl-ams-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"04349b89-1357-4383-8742-8680fd417841\"}" + headers: + Content-Length: + - "762" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 18:02:47 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 2896a1d2-71ca-4432-8178-1c261d8dd579 + status: 200 OK + code: 200 + duration: 97.59086ms +- id: 304 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/f212d6ad-e2b3-49ad-9258-5213ba3b38a0 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 762 + body: "{\"region\":\"fr-par\", \"id\":\"f212d6ad-e2b3-49ad-9258-5213ba3b38a0\", \"cluster_id\":\"bd4f1f32-7fca-4d6f-b6ca-6e21496866bf\", \"created_at\":\"2025-10-30T18:02:32.255005Z\", \"updated_at\":\"2025-10-30T18:02:32.255005Z\", \"name\":\"test-pool-placement-group-2\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"6cb779ef-7268-40d6-b897-5a81ff7e5f51\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"nl-ams-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"04349b89-1357-4383-8742-8680fd417841\"}" + headers: + Content-Length: + - "762" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 18:02:52 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - c3583fe8-c99d-4a92-b1cb-76ecc457e7ab + status: 200 OK + code: 200 + duration: 80.607856ms +- id: 305 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/f212d6ad-e2b3-49ad-9258-5213ba3b38a0 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 762 + body: "{\"region\":\"fr-par\", \"id\":\"f212d6ad-e2b3-49ad-9258-5213ba3b38a0\", \"cluster_id\":\"bd4f1f32-7fca-4d6f-b6ca-6e21496866bf\", \"created_at\":\"2025-10-30T18:02:32.255005Z\", \"updated_at\":\"2025-10-30T18:02:32.255005Z\", \"name\":\"test-pool-placement-group-2\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"6cb779ef-7268-40d6-b897-5a81ff7e5f51\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"nl-ams-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"04349b89-1357-4383-8742-8680fd417841\"}" + headers: + Content-Length: + - "762" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 18:02:58 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - ca599e6a-ddbd-492d-a757-54659e1a5536 + status: 200 OK + code: 200 + duration: 82.588597ms +- id: 306 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/f212d6ad-e2b3-49ad-9258-5213ba3b38a0 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 762 + body: "{\"region\":\"fr-par\", \"id\":\"f212d6ad-e2b3-49ad-9258-5213ba3b38a0\", \"cluster_id\":\"bd4f1f32-7fca-4d6f-b6ca-6e21496866bf\", \"created_at\":\"2025-10-30T18:02:32.255005Z\", \"updated_at\":\"2025-10-30T18:02:32.255005Z\", \"name\":\"test-pool-placement-group-2\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"6cb779ef-7268-40d6-b897-5a81ff7e5f51\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"nl-ams-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"04349b89-1357-4383-8742-8680fd417841\"}" + headers: + Content-Length: + - "762" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 18:03:03 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 04226614-a61f-438d-a10a-8e577aeb233c + status: 200 OK + code: 200 + duration: 93.335879ms +- id: 307 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/f212d6ad-e2b3-49ad-9258-5213ba3b38a0 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 762 + body: "{\"region\":\"fr-par\", \"id\":\"f212d6ad-e2b3-49ad-9258-5213ba3b38a0\", \"cluster_id\":\"bd4f1f32-7fca-4d6f-b6ca-6e21496866bf\", \"created_at\":\"2025-10-30T18:02:32.255005Z\", \"updated_at\":\"2025-10-30T18:02:32.255005Z\", \"name\":\"test-pool-placement-group-2\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"6cb779ef-7268-40d6-b897-5a81ff7e5f51\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"nl-ams-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"04349b89-1357-4383-8742-8680fd417841\"}" + headers: + Content-Length: + - "762" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 18:03:08 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - e8f353a4-9528-4f0e-996f-132e7b0abc33 + status: 200 OK + code: 200 + duration: 85.322565ms +- id: 308 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/f212d6ad-e2b3-49ad-9258-5213ba3b38a0 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 762 + body: "{\"region\":\"fr-par\", \"id\":\"f212d6ad-e2b3-49ad-9258-5213ba3b38a0\", \"cluster_id\":\"bd4f1f32-7fca-4d6f-b6ca-6e21496866bf\", \"created_at\":\"2025-10-30T18:02:32.255005Z\", \"updated_at\":\"2025-10-30T18:02:32.255005Z\", \"name\":\"test-pool-placement-group-2\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"6cb779ef-7268-40d6-b897-5a81ff7e5f51\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"nl-ams-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"04349b89-1357-4383-8742-8680fd417841\"}" + headers: + Content-Length: + - "762" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 18:03:13 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 01a6141f-21a6-495d-b6ed-4c3f86342463 + status: 200 OK + code: 200 + duration: 89.263098ms +- id: 309 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/f212d6ad-e2b3-49ad-9258-5213ba3b38a0 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 762 + body: "{\"region\":\"fr-par\", \"id\":\"f212d6ad-e2b3-49ad-9258-5213ba3b38a0\", \"cluster_id\":\"bd4f1f32-7fca-4d6f-b6ca-6e21496866bf\", \"created_at\":\"2025-10-30T18:02:32.255005Z\", \"updated_at\":\"2025-10-30T18:02:32.255005Z\", \"name\":\"test-pool-placement-group-2\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"6cb779ef-7268-40d6-b897-5a81ff7e5f51\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"nl-ams-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"04349b89-1357-4383-8742-8680fd417841\"}" + headers: + Content-Length: + - "762" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 18:03:18 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - d7b595c3-4147-46bb-b88d-28218995f3c2 + status: 200 OK + code: 200 + duration: 99.52074ms +- id: 310 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/f212d6ad-e2b3-49ad-9258-5213ba3b38a0 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 762 + body: "{\"region\":\"fr-par\", \"id\":\"f212d6ad-e2b3-49ad-9258-5213ba3b38a0\", \"cluster_id\":\"bd4f1f32-7fca-4d6f-b6ca-6e21496866bf\", \"created_at\":\"2025-10-30T18:02:32.255005Z\", \"updated_at\":\"2025-10-30T18:02:32.255005Z\", \"name\":\"test-pool-placement-group-2\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"6cb779ef-7268-40d6-b897-5a81ff7e5f51\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"nl-ams-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"04349b89-1357-4383-8742-8680fd417841\"}" + headers: + Content-Length: + - "762" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 18:03:23 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 796724ac-23f9-4299-985e-6bcc2a4b7f2b + status: 200 OK + code: 200 + duration: 108.25004ms +- id: 311 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/f212d6ad-e2b3-49ad-9258-5213ba3b38a0 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 762 + body: "{\"region\":\"fr-par\", \"id\":\"f212d6ad-e2b3-49ad-9258-5213ba3b38a0\", \"cluster_id\":\"bd4f1f32-7fca-4d6f-b6ca-6e21496866bf\", \"created_at\":\"2025-10-30T18:02:32.255005Z\", \"updated_at\":\"2025-10-30T18:02:32.255005Z\", \"name\":\"test-pool-placement-group-2\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"6cb779ef-7268-40d6-b897-5a81ff7e5f51\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"nl-ams-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"04349b89-1357-4383-8742-8680fd417841\"}" + headers: + Content-Length: + - "762" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 18:03:28 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 96f0e737-4682-460f-9458-37b6f6a3144a + status: 200 OK + code: 200 + duration: 74.640959ms +- id: 312 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/f212d6ad-e2b3-49ad-9258-5213ba3b38a0 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 762 + body: "{\"region\":\"fr-par\", \"id\":\"f212d6ad-e2b3-49ad-9258-5213ba3b38a0\", \"cluster_id\":\"bd4f1f32-7fca-4d6f-b6ca-6e21496866bf\", \"created_at\":\"2025-10-30T18:02:32.255005Z\", \"updated_at\":\"2025-10-30T18:02:32.255005Z\", \"name\":\"test-pool-placement-group-2\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"6cb779ef-7268-40d6-b897-5a81ff7e5f51\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"nl-ams-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"04349b89-1357-4383-8742-8680fd417841\"}" + headers: + Content-Length: + - "762" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 18:03:33 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 25d93bbe-fef7-4f44-a9a7-e2e84fc391e3 + status: 200 OK + code: 200 + duration: 87.883048ms +- id: 313 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/f212d6ad-e2b3-49ad-9258-5213ba3b38a0 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 762 + body: "{\"region\":\"fr-par\", \"id\":\"f212d6ad-e2b3-49ad-9258-5213ba3b38a0\", \"cluster_id\":\"bd4f1f32-7fca-4d6f-b6ca-6e21496866bf\", \"created_at\":\"2025-10-30T18:02:32.255005Z\", \"updated_at\":\"2025-10-30T18:02:32.255005Z\", \"name\":\"test-pool-placement-group-2\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"6cb779ef-7268-40d6-b897-5a81ff7e5f51\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"nl-ams-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"04349b89-1357-4383-8742-8680fd417841\"}" + headers: + Content-Length: + - "762" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 18:03:38 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - e97e6f7c-f9de-4fae-b4a8-880807a067d7 + status: 200 OK + code: 200 + duration: 102.25025ms +- id: 314 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/f212d6ad-e2b3-49ad-9258-5213ba3b38a0 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 762 + body: "{\"region\":\"fr-par\", \"id\":\"f212d6ad-e2b3-49ad-9258-5213ba3b38a0\", \"cluster_id\":\"bd4f1f32-7fca-4d6f-b6ca-6e21496866bf\", \"created_at\":\"2025-10-30T18:02:32.255005Z\", \"updated_at\":\"2025-10-30T18:02:32.255005Z\", \"name\":\"test-pool-placement-group-2\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"6cb779ef-7268-40d6-b897-5a81ff7e5f51\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"nl-ams-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"04349b89-1357-4383-8742-8680fd417841\"}" + headers: + Content-Length: + - "762" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 18:03:43 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - c5a959ae-f54a-42e7-ae5e-b8a7fbb5ca4e + status: 200 OK + code: 200 + duration: 118.105488ms +- id: 315 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/f212d6ad-e2b3-49ad-9258-5213ba3b38a0 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 762 + body: "{\"region\":\"fr-par\", \"id\":\"f212d6ad-e2b3-49ad-9258-5213ba3b38a0\", \"cluster_id\":\"bd4f1f32-7fca-4d6f-b6ca-6e21496866bf\", \"created_at\":\"2025-10-30T18:02:32.255005Z\", \"updated_at\":\"2025-10-30T18:02:32.255005Z\", \"name\":\"test-pool-placement-group-2\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"6cb779ef-7268-40d6-b897-5a81ff7e5f51\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"nl-ams-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"04349b89-1357-4383-8742-8680fd417841\"}" + headers: + Content-Length: + - "762" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 18:03:49 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - d75d73f5-8f77-4168-b350-2872959fcf95 + status: 200 OK + code: 200 + duration: 90.796872ms +- id: 316 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/f212d6ad-e2b3-49ad-9258-5213ba3b38a0 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 762 + body: "{\"region\":\"fr-par\", \"id\":\"f212d6ad-e2b3-49ad-9258-5213ba3b38a0\", \"cluster_id\":\"bd4f1f32-7fca-4d6f-b6ca-6e21496866bf\", \"created_at\":\"2025-10-30T18:02:32.255005Z\", \"updated_at\":\"2025-10-30T18:02:32.255005Z\", \"name\":\"test-pool-placement-group-2\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"6cb779ef-7268-40d6-b897-5a81ff7e5f51\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"nl-ams-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"04349b89-1357-4383-8742-8680fd417841\"}" + headers: + Content-Length: + - "762" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 18:03:54 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - e2d8b37c-fde5-47df-8e1b-e8ae4b8ef851 + status: 200 OK + code: 200 + duration: 95.241163ms +- id: 317 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/f212d6ad-e2b3-49ad-9258-5213ba3b38a0 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 762 + body: "{\"region\":\"fr-par\", \"id\":\"f212d6ad-e2b3-49ad-9258-5213ba3b38a0\", \"cluster_id\":\"bd4f1f32-7fca-4d6f-b6ca-6e21496866bf\", \"created_at\":\"2025-10-30T18:02:32.255005Z\", \"updated_at\":\"2025-10-30T18:02:32.255005Z\", \"name\":\"test-pool-placement-group-2\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"6cb779ef-7268-40d6-b897-5a81ff7e5f51\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"nl-ams-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"04349b89-1357-4383-8742-8680fd417841\"}" + headers: + Content-Length: + - "762" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 18:03:59 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - d980ada2-9615-40dd-9cb7-57a03e93f7fd + status: 200 OK + code: 200 + duration: 80.704594ms +- id: 318 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/f212d6ad-e2b3-49ad-9258-5213ba3b38a0 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 762 + body: "{\"region\":\"fr-par\", \"id\":\"f212d6ad-e2b3-49ad-9258-5213ba3b38a0\", \"cluster_id\":\"bd4f1f32-7fca-4d6f-b6ca-6e21496866bf\", \"created_at\":\"2025-10-30T18:02:32.255005Z\", \"updated_at\":\"2025-10-30T18:02:32.255005Z\", \"name\":\"test-pool-placement-group-2\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"6cb779ef-7268-40d6-b897-5a81ff7e5f51\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"nl-ams-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"04349b89-1357-4383-8742-8680fd417841\"}" + headers: + Content-Length: + - "762" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 18:04:04 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 05a8c603-e5fe-4c53-b680-df87cc74c2c1 + status: 200 OK + code: 200 + duration: 85.601023ms +- id: 319 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/f212d6ad-e2b3-49ad-9258-5213ba3b38a0 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 762 + body: "{\"region\":\"fr-par\", \"id\":\"f212d6ad-e2b3-49ad-9258-5213ba3b38a0\", \"cluster_id\":\"bd4f1f32-7fca-4d6f-b6ca-6e21496866bf\", \"created_at\":\"2025-10-30T18:02:32.255005Z\", \"updated_at\":\"2025-10-30T18:02:32.255005Z\", \"name\":\"test-pool-placement-group-2\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"6cb779ef-7268-40d6-b897-5a81ff7e5f51\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"nl-ams-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"04349b89-1357-4383-8742-8680fd417841\"}" + headers: + Content-Length: + - "762" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 18:04:09 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - af3f563e-df90-4f42-9eb8-f89e24ff7465 + status: 200 OK + code: 200 + duration: 78.213865ms +- id: 320 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/f212d6ad-e2b3-49ad-9258-5213ba3b38a0 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 762 + body: "{\"region\":\"fr-par\", \"id\":\"f212d6ad-e2b3-49ad-9258-5213ba3b38a0\", \"cluster_id\":\"bd4f1f32-7fca-4d6f-b6ca-6e21496866bf\", \"created_at\":\"2025-10-30T18:02:32.255005Z\", \"updated_at\":\"2025-10-30T18:02:32.255005Z\", \"name\":\"test-pool-placement-group-2\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"6cb779ef-7268-40d6-b897-5a81ff7e5f51\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"nl-ams-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"04349b89-1357-4383-8742-8680fd417841\"}" + headers: + Content-Length: + - "762" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 18:04:14 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 037b725e-6c1c-4dbe-b3ed-76e937b6bb14 + status: 200 OK + code: 200 + duration: 94.1365ms +- id: 321 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/f212d6ad-e2b3-49ad-9258-5213ba3b38a0 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 762 + body: "{\"region\":\"fr-par\", \"id\":\"f212d6ad-e2b3-49ad-9258-5213ba3b38a0\", \"cluster_id\":\"bd4f1f32-7fca-4d6f-b6ca-6e21496866bf\", \"created_at\":\"2025-10-30T18:02:32.255005Z\", \"updated_at\":\"2025-10-30T18:02:32.255005Z\", \"name\":\"test-pool-placement-group-2\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"6cb779ef-7268-40d6-b897-5a81ff7e5f51\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"nl-ams-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"04349b89-1357-4383-8742-8680fd417841\"}" + headers: + Content-Length: + - "762" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 18:04:19 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 7b5bc7a5-0a8b-437b-b30b-acc2556127c2 + status: 200 OK + code: 200 + duration: 111.604929ms +- id: 322 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/f212d6ad-e2b3-49ad-9258-5213ba3b38a0 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 762 + body: "{\"region\":\"fr-par\", \"id\":\"f212d6ad-e2b3-49ad-9258-5213ba3b38a0\", \"cluster_id\":\"bd4f1f32-7fca-4d6f-b6ca-6e21496866bf\", \"created_at\":\"2025-10-30T18:02:32.255005Z\", \"updated_at\":\"2025-10-30T18:02:32.255005Z\", \"name\":\"test-pool-placement-group-2\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"6cb779ef-7268-40d6-b897-5a81ff7e5f51\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"nl-ams-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"04349b89-1357-4383-8742-8680fd417841\"}" + headers: + Content-Length: + - "762" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 18:04:24 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - be0c17e8-9b70-4cda-9296-c436b045da11 + status: 200 OK + code: 200 + duration: 77.008281ms +- id: 323 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/f212d6ad-e2b3-49ad-9258-5213ba3b38a0 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 762 + body: "{\"region\":\"fr-par\", \"id\":\"f212d6ad-e2b3-49ad-9258-5213ba3b38a0\", \"cluster_id\":\"bd4f1f32-7fca-4d6f-b6ca-6e21496866bf\", \"created_at\":\"2025-10-30T18:02:32.255005Z\", \"updated_at\":\"2025-10-30T18:02:32.255005Z\", \"name\":\"test-pool-placement-group-2\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"6cb779ef-7268-40d6-b897-5a81ff7e5f51\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"nl-ams-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"04349b89-1357-4383-8742-8680fd417841\"}" + headers: + Content-Length: + - "762" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 18:04:29 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 6acae022-4d1e-4ebb-9b98-f5712d8ec4d2 + status: 200 OK + code: 200 + duration: 75.414417ms +- id: 324 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/f212d6ad-e2b3-49ad-9258-5213ba3b38a0 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 762 + body: "{\"region\":\"fr-par\", \"id\":\"f212d6ad-e2b3-49ad-9258-5213ba3b38a0\", \"cluster_id\":\"bd4f1f32-7fca-4d6f-b6ca-6e21496866bf\", \"created_at\":\"2025-10-30T18:02:32.255005Z\", \"updated_at\":\"2025-10-30T18:02:32.255005Z\", \"name\":\"test-pool-placement-group-2\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"6cb779ef-7268-40d6-b897-5a81ff7e5f51\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"nl-ams-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"04349b89-1357-4383-8742-8680fd417841\"}" + headers: + Content-Length: + - "762" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 18:04:34 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - aa6e6aac-7e46-4817-8416-e507df3a7f35 + status: 200 OK + code: 200 + duration: 91.583896ms +- id: 325 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/f212d6ad-e2b3-49ad-9258-5213ba3b38a0 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 762 + body: "{\"region\":\"fr-par\", \"id\":\"f212d6ad-e2b3-49ad-9258-5213ba3b38a0\", \"cluster_id\":\"bd4f1f32-7fca-4d6f-b6ca-6e21496866bf\", \"created_at\":\"2025-10-30T18:02:32.255005Z\", \"updated_at\":\"2025-10-30T18:02:32.255005Z\", \"name\":\"test-pool-placement-group-2\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"6cb779ef-7268-40d6-b897-5a81ff7e5f51\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"nl-ams-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"04349b89-1357-4383-8742-8680fd417841\"}" + headers: + Content-Length: + - "762" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 18:04:39 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 94639bc8-7c10-4777-9f18-92f3fe0f19ad + status: 200 OK + code: 200 + duration: 82.502605ms +- id: 326 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/f212d6ad-e2b3-49ad-9258-5213ba3b38a0 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 762 + body: "{\"region\":\"fr-par\", \"id\":\"f212d6ad-e2b3-49ad-9258-5213ba3b38a0\", \"cluster_id\":\"bd4f1f32-7fca-4d6f-b6ca-6e21496866bf\", \"created_at\":\"2025-10-30T18:02:32.255005Z\", \"updated_at\":\"2025-10-30T18:02:32.255005Z\", \"name\":\"test-pool-placement-group-2\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"6cb779ef-7268-40d6-b897-5a81ff7e5f51\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"nl-ams-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"04349b89-1357-4383-8742-8680fd417841\"}" + headers: + Content-Length: + - "762" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 18:04:45 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - d6260f0c-2478-4623-a09c-feb5888a4652 + status: 200 OK + code: 200 + duration: 97.538875ms +- id: 327 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/f212d6ad-e2b3-49ad-9258-5213ba3b38a0 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 762 + body: "{\"region\":\"fr-par\", \"id\":\"f212d6ad-e2b3-49ad-9258-5213ba3b38a0\", \"cluster_id\":\"bd4f1f32-7fca-4d6f-b6ca-6e21496866bf\", \"created_at\":\"2025-10-30T18:02:32.255005Z\", \"updated_at\":\"2025-10-30T18:02:32.255005Z\", \"name\":\"test-pool-placement-group-2\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"6cb779ef-7268-40d6-b897-5a81ff7e5f51\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"nl-ams-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"04349b89-1357-4383-8742-8680fd417841\"}" + headers: + Content-Length: + - "762" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 18:04:50 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - fdb5cce3-8b09-4a14-b80e-6c8c29f1bcb0 + status: 200 OK + code: 200 + duration: 95.06079ms +- id: 328 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/f212d6ad-e2b3-49ad-9258-5213ba3b38a0 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 762 + body: "{\"region\":\"fr-par\", \"id\":\"f212d6ad-e2b3-49ad-9258-5213ba3b38a0\", \"cluster_id\":\"bd4f1f32-7fca-4d6f-b6ca-6e21496866bf\", \"created_at\":\"2025-10-30T18:02:32.255005Z\", \"updated_at\":\"2025-10-30T18:02:32.255005Z\", \"name\":\"test-pool-placement-group-2\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"6cb779ef-7268-40d6-b897-5a81ff7e5f51\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"nl-ams-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"04349b89-1357-4383-8742-8680fd417841\"}" + headers: + Content-Length: + - "762" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 18:04:55 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 10b2103b-ba22-4b16-875f-e25cab7e6666 + status: 200 OK + code: 200 + duration: 95.175496ms +- id: 329 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/f212d6ad-e2b3-49ad-9258-5213ba3b38a0 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 762 + body: "{\"region\":\"fr-par\", \"id\":\"f212d6ad-e2b3-49ad-9258-5213ba3b38a0\", \"cluster_id\":\"bd4f1f32-7fca-4d6f-b6ca-6e21496866bf\", \"created_at\":\"2025-10-30T18:02:32.255005Z\", \"updated_at\":\"2025-10-30T18:02:32.255005Z\", \"name\":\"test-pool-placement-group-2\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"6cb779ef-7268-40d6-b897-5a81ff7e5f51\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"nl-ams-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"04349b89-1357-4383-8742-8680fd417841\"}" + headers: + Content-Length: + - "762" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 18:05:00 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 2c064a0a-b4ca-4a21-8180-0c5427584f83 + status: 200 OK + code: 200 + duration: 106.416576ms +- id: 330 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/f212d6ad-e2b3-49ad-9258-5213ba3b38a0 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 762 + body: "{\"region\":\"fr-par\", \"id\":\"f212d6ad-e2b3-49ad-9258-5213ba3b38a0\", \"cluster_id\":\"bd4f1f32-7fca-4d6f-b6ca-6e21496866bf\", \"created_at\":\"2025-10-30T18:02:32.255005Z\", \"updated_at\":\"2025-10-30T18:02:32.255005Z\", \"name\":\"test-pool-placement-group-2\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"6cb779ef-7268-40d6-b897-5a81ff7e5f51\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"nl-ams-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"04349b89-1357-4383-8742-8680fd417841\"}" + headers: + Content-Length: + - "762" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 18:05:05 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 932414cc-ea8b-4cbf-9d3b-d3d7f5d30de4 + status: 200 OK + code: 200 + duration: 105.63609ms +- id: 331 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/f212d6ad-e2b3-49ad-9258-5213ba3b38a0 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 762 + body: "{\"region\":\"fr-par\", \"id\":\"f212d6ad-e2b3-49ad-9258-5213ba3b38a0\", \"cluster_id\":\"bd4f1f32-7fca-4d6f-b6ca-6e21496866bf\", \"created_at\":\"2025-10-30T18:02:32.255005Z\", \"updated_at\":\"2025-10-30T18:02:32.255005Z\", \"name\":\"test-pool-placement-group-2\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"6cb779ef-7268-40d6-b897-5a81ff7e5f51\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"nl-ams-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"04349b89-1357-4383-8742-8680fd417841\"}" + headers: + Content-Length: + - "762" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 18:05:10 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 6df7f822-2357-4f38-96db-541bf62cdb96 + status: 200 OK + code: 200 + duration: 102.30926ms +- id: 332 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/f212d6ad-e2b3-49ad-9258-5213ba3b38a0 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 762 + body: "{\"region\":\"fr-par\", \"id\":\"f212d6ad-e2b3-49ad-9258-5213ba3b38a0\", \"cluster_id\":\"bd4f1f32-7fca-4d6f-b6ca-6e21496866bf\", \"created_at\":\"2025-10-30T18:02:32.255005Z\", \"updated_at\":\"2025-10-30T18:02:32.255005Z\", \"name\":\"test-pool-placement-group-2\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"6cb779ef-7268-40d6-b897-5a81ff7e5f51\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"nl-ams-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"04349b89-1357-4383-8742-8680fd417841\"}" + headers: + Content-Length: + - "762" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 18:05:15 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - b0e0ac4e-a4ef-45d1-a093-2f6cffe63c2a + status: 200 OK + code: 200 + duration: 89.829934ms +- id: 333 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/f212d6ad-e2b3-49ad-9258-5213ba3b38a0 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 762 + body: "{\"region\":\"fr-par\", \"id\":\"f212d6ad-e2b3-49ad-9258-5213ba3b38a0\", \"cluster_id\":\"bd4f1f32-7fca-4d6f-b6ca-6e21496866bf\", \"created_at\":\"2025-10-30T18:02:32.255005Z\", \"updated_at\":\"2025-10-30T18:02:32.255005Z\", \"name\":\"test-pool-placement-group-2\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"6cb779ef-7268-40d6-b897-5a81ff7e5f51\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"nl-ams-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"04349b89-1357-4383-8742-8680fd417841\"}" + headers: + Content-Length: + - "762" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 18:05:20 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 684c519a-6d95-477d-b1fc-f19c858987c0 + status: 200 OK + code: 200 + duration: 88.882976ms +- id: 334 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/f212d6ad-e2b3-49ad-9258-5213ba3b38a0 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 762 + body: "{\"region\":\"fr-par\", \"id\":\"f212d6ad-e2b3-49ad-9258-5213ba3b38a0\", \"cluster_id\":\"bd4f1f32-7fca-4d6f-b6ca-6e21496866bf\", \"created_at\":\"2025-10-30T18:02:32.255005Z\", \"updated_at\":\"2025-10-30T18:02:32.255005Z\", \"name\":\"test-pool-placement-group-2\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"6cb779ef-7268-40d6-b897-5a81ff7e5f51\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"nl-ams-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"04349b89-1357-4383-8742-8680fd417841\"}" + headers: + Content-Length: + - "762" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 18:05:25 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - daa29f06-8468-483a-a4c7-3942a0d34b0f + status: 200 OK + code: 200 + duration: 99.634115ms +- id: 335 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/f212d6ad-e2b3-49ad-9258-5213ba3b38a0 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 762 + body: "{\"region\":\"fr-par\", \"id\":\"f212d6ad-e2b3-49ad-9258-5213ba3b38a0\", \"cluster_id\":\"bd4f1f32-7fca-4d6f-b6ca-6e21496866bf\", \"created_at\":\"2025-10-30T18:02:32.255005Z\", \"updated_at\":\"2025-10-30T18:02:32.255005Z\", \"name\":\"test-pool-placement-group-2\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"6cb779ef-7268-40d6-b897-5a81ff7e5f51\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"nl-ams-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"04349b89-1357-4383-8742-8680fd417841\"}" + headers: + Content-Length: + - "762" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 18:05:30 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 534dfe9b-f36c-4937-a06c-e1edfc678bd2 + status: 200 OK + code: 200 + duration: 97.0869ms +- id: 336 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/f212d6ad-e2b3-49ad-9258-5213ba3b38a0 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 762 + body: "{\"region\":\"fr-par\", \"id\":\"f212d6ad-e2b3-49ad-9258-5213ba3b38a0\", \"cluster_id\":\"bd4f1f32-7fca-4d6f-b6ca-6e21496866bf\", \"created_at\":\"2025-10-30T18:02:32.255005Z\", \"updated_at\":\"2025-10-30T18:02:32.255005Z\", \"name\":\"test-pool-placement-group-2\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"6cb779ef-7268-40d6-b897-5a81ff7e5f51\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"nl-ams-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"04349b89-1357-4383-8742-8680fd417841\"}" + headers: + Content-Length: + - "762" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 18:05:35 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 8c52047f-0d28-447e-b93b-e7866a99c6f8 + status: 200 OK + code: 200 + duration: 72.834213ms +- id: 337 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/f212d6ad-e2b3-49ad-9258-5213ba3b38a0 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 762 + body: "{\"region\":\"fr-par\", \"id\":\"f212d6ad-e2b3-49ad-9258-5213ba3b38a0\", \"cluster_id\":\"bd4f1f32-7fca-4d6f-b6ca-6e21496866bf\", \"created_at\":\"2025-10-30T18:02:32.255005Z\", \"updated_at\":\"2025-10-30T18:02:32.255005Z\", \"name\":\"test-pool-placement-group-2\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"6cb779ef-7268-40d6-b897-5a81ff7e5f51\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"nl-ams-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"04349b89-1357-4383-8742-8680fd417841\"}" + headers: + Content-Length: + - "762" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 18:05:41 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 897a1979-9962-4650-86e2-c74d240805b2 + status: 200 OK + code: 200 + duration: 102.846583ms +- id: 338 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/f212d6ad-e2b3-49ad-9258-5213ba3b38a0 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 762 + body: "{\"region\":\"fr-par\", \"id\":\"f212d6ad-e2b3-49ad-9258-5213ba3b38a0\", \"cluster_id\":\"bd4f1f32-7fca-4d6f-b6ca-6e21496866bf\", \"created_at\":\"2025-10-30T18:02:32.255005Z\", \"updated_at\":\"2025-10-30T18:02:32.255005Z\", \"name\":\"test-pool-placement-group-2\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"6cb779ef-7268-40d6-b897-5a81ff7e5f51\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"nl-ams-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"04349b89-1357-4383-8742-8680fd417841\"}" + headers: + Content-Length: + - "762" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 18:05:46 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 6a850f29-8168-4e41-8058-a285b3b5d631 + status: 200 OK + code: 200 + duration: 85.804393ms +- id: 339 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/f212d6ad-e2b3-49ad-9258-5213ba3b38a0 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 762 + body: "{\"region\":\"fr-par\", \"id\":\"f212d6ad-e2b3-49ad-9258-5213ba3b38a0\", \"cluster_id\":\"bd4f1f32-7fca-4d6f-b6ca-6e21496866bf\", \"created_at\":\"2025-10-30T18:02:32.255005Z\", \"updated_at\":\"2025-10-30T18:02:32.255005Z\", \"name\":\"test-pool-placement-group-2\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"6cb779ef-7268-40d6-b897-5a81ff7e5f51\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"nl-ams-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"04349b89-1357-4383-8742-8680fd417841\"}" + headers: + Content-Length: + - "762" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 18:05:51 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 1a033c2a-c7c7-459f-885b-2967378d151e + status: 200 OK + code: 200 + duration: 90.533429ms +- id: 340 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/f212d6ad-e2b3-49ad-9258-5213ba3b38a0 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 760 + body: "{\"region\":\"fr-par\", \"id\":\"f212d6ad-e2b3-49ad-9258-5213ba3b38a0\", \"cluster_id\":\"bd4f1f32-7fca-4d6f-b6ca-6e21496866bf\", \"created_at\":\"2025-10-30T18:02:32.255005Z\", \"updated_at\":\"2025-10-30T18:05:52.856774Z\", \"name\":\"test-pool-placement-group-2\", \"status\":\"ready\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"6cb779ef-7268-40d6-b897-5a81ff7e5f51\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"nl-ams-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"04349b89-1357-4383-8742-8680fd417841\"}" + headers: + Content-Length: + - "760" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 18:05:56 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 3d813eb2-1412-499f-807d-a78b3c851955 + status: 200 OK + code: 200 + duration: 84.217002ms +- id: 341 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/bd4f1f32-7fca-4d6f-b6ca-6e21496866bf + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1618 + body: "{\"region\":\"fr-par\", \"id\":\"bd4f1f32-7fca-4d6f-b6ca-6e21496866bf\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T18:01:04.982622Z\", \"updated_at\":\"2025-10-30T18:02:28.937390Z\", \"type\":\"multicloud\", \"name\":\"test-pool-placement-group-2\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"placement_group\"], \"cluster_url\":\"https://bd4f1f32-7fca-4d6f-b6ca-6e21496866bf.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.bd4f1f32-7fca-4d6f-b6ca-6e21496866bf.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-10-30T18:01:04.982637Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"675bc338-38ac-452a-b748-eb9f7a842b0e\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1618" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 18:05:56 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 8a1c3794-64f1-4e03-a841-d716f054e1ea + status: 200 OK + code: 200 + duration: 28.449963ms +- id: 342 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/f212d6ad-e2b3-49ad-9258-5213ba3b38a0 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 760 + body: "{\"region\":\"fr-par\", \"id\":\"f212d6ad-e2b3-49ad-9258-5213ba3b38a0\", \"cluster_id\":\"bd4f1f32-7fca-4d6f-b6ca-6e21496866bf\", \"created_at\":\"2025-10-30T18:02:32.255005Z\", \"updated_at\":\"2025-10-30T18:05:52.856774Z\", \"name\":\"test-pool-placement-group-2\", \"status\":\"ready\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"6cb779ef-7268-40d6-b897-5a81ff7e5f51\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"nl-ams-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"04349b89-1357-4383-8742-8680fd417841\"}" + headers: + Content-Length: + - "760" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 18:05:56 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 01fe29a9-17ed-4839-8c51-47c9c1aeb71f + status: 200 OK + code: 200 + duration: 83.102457ms +- id: 343 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + form: + order_by: + - created_at_asc + page: + - "1" + pool_id: + - f212d6ad-e2b3-49ad-9258-5213ba3b38a0 + status: + - unknown + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/bd4f1f32-7fca-4d6f-b6ca-6e21496866bf/nodes?order_by=created_at_asc&page=1&pool_id=f212d6ad-e2b3-49ad-9258-5213ba3b38a0&status=unknown + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 620 + body: "{\"total_count\":1, \"nodes\":[{\"region\":\"fr-par\", \"id\":\"09b99334-f41c-448a-9600-a36b9e7f3bf3\", \"cluster_id\":\"bd4f1f32-7fca-4d6f-b6ca-6e21496866bf\", \"created_at\":\"2025-10-30T18:05:11.544663Z\", \"updated_at\":\"2025-10-30T18:05:52.845584Z\", \"pool_id\":\"f212d6ad-e2b3-49ad-9258-5213ba3b38a0\", \"status\":\"ready\", \"conditions\":{\"DiskPressure\":\"False\", \"MemoryPressure\":\"False\", \"PIDPressure\":\"False\", \"Ready\":\"True\"}, \"name\":\"scw-test-pool-placeme-test-pool-placeme-09b993\", \"public_ip_v4\":\"51.158.170.116\", \"public_ip_v6\":null, \"provider_id\":\"scaleway://instance/nl-ams-1/3dae8590-5ec6-46d4-be2e-4c3f8cb99498\", \"error_message\":\"\"}]}" + headers: + Content-Length: + - "620" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 18:05:56 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - d796e597-29d1-47fe-a00c-cf793e4ab304 + status: 200 OK + code: 200 + duration: 25.29717ms +- id: 344 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/bd4f1f32-7fca-4d6f-b6ca-6e21496866bf + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1618 + body: "{\"region\":\"fr-par\", \"id\":\"bd4f1f32-7fca-4d6f-b6ca-6e21496866bf\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T18:01:04.982622Z\", \"updated_at\":\"2025-10-30T18:02:28.937390Z\", \"type\":\"multicloud\", \"name\":\"test-pool-placement-group-2\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"placement_group\"], \"cluster_url\":\"https://bd4f1f32-7fca-4d6f-b6ca-6e21496866bf.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.bd4f1f32-7fca-4d6f-b6ca-6e21496866bf.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-10-30T18:01:04.982637Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"675bc338-38ac-452a-b748-eb9f7a842b0e\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1618" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 18:05:56 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 464aac92-535d-4818-bae8-4b18a0fa3cd9 + status: 200 OK + code: 200 + duration: 20.271057ms +- id: 345 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + form: + order_by: + - created_at_desc + project_id: + - 105bdce1-64c0-48ab-899d-868455867ecf + resource_name: + - scw-test-pool-placeme-test-pool-placeme-09b993 + resource_type: + - unknown_type + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/ipam/v1/regions/fr-par/ips?order_by=created_at_desc&project_id=105bdce1-64c0-48ab-899d-868455867ecf&resource_name=scw-test-pool-placeme-test-pool-placeme-09b993&resource_type=unknown_type + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 27 + body: "{\"total_count\":0, \"ips\":[]}" + headers: + Content-Length: + - "27" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 18:05:56 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 13d69a82-0bf2-4b09-ab6a-c3d46eb16e0f + status: 200 OK + code: 200 + duration: 120.026994ms +- id: 346 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/bd4f1f32-7fca-4d6f-b6ca-6e21496866bf + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1618 + body: "{\"region\":\"fr-par\", \"id\":\"bd4f1f32-7fca-4d6f-b6ca-6e21496866bf\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T18:01:04.982622Z\", \"updated_at\":\"2025-10-30T18:02:28.937390Z\", \"type\":\"multicloud\", \"name\":\"test-pool-placement-group-2\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"placement_group\"], \"cluster_url\":\"https://bd4f1f32-7fca-4d6f-b6ca-6e21496866bf.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.bd4f1f32-7fca-4d6f-b6ca-6e21496866bf.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-10-30T18:01:04.982637Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"675bc338-38ac-452a-b748-eb9f7a842b0e\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1618" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 18:05:56 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 24666cc9-8ad1-409c-89f4-224603dab339 + status: 200 OK + code: 200 + duration: 25.555475ms +- id: 347 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/f212d6ad-e2b3-49ad-9258-5213ba3b38a0 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 760 + body: "{\"region\":\"fr-par\", \"id\":\"f212d6ad-e2b3-49ad-9258-5213ba3b38a0\", \"cluster_id\":\"bd4f1f32-7fca-4d6f-b6ca-6e21496866bf\", \"created_at\":\"2025-10-30T18:02:32.255005Z\", \"updated_at\":\"2025-10-30T18:05:52.856774Z\", \"name\":\"test-pool-placement-group-2\", \"status\":\"ready\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"6cb779ef-7268-40d6-b897-5a81ff7e5f51\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"nl-ams-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"04349b89-1357-4383-8742-8680fd417841\"}" + headers: + Content-Length: + - "760" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 18:05:56 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 2516dc43-fafc-47ee-8e14-30b4b9eebf58 + status: 200 OK + code: 200 + duration: 26.025969ms +- id: 348 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/bd4f1f32-7fca-4d6f-b6ca-6e21496866bf + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1618 + body: "{\"region\":\"fr-par\", \"id\":\"bd4f1f32-7fca-4d6f-b6ca-6e21496866bf\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T18:01:04.982622Z\", \"updated_at\":\"2025-10-30T18:02:28.937390Z\", \"type\":\"multicloud\", \"name\":\"test-pool-placement-group-2\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"placement_group\"], \"cluster_url\":\"https://bd4f1f32-7fca-4d6f-b6ca-6e21496866bf.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.bd4f1f32-7fca-4d6f-b6ca-6e21496866bf.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-10-30T18:01:04.982637Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"675bc338-38ac-452a-b748-eb9f7a842b0e\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1618" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 18:05:57 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 4f08d323-bcf6-442c-90fb-d61d4a54cf59 + status: 200 OK + code: 200 + duration: 25.699656ms +- id: 349 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/bd4f1f32-7fca-4d6f-b6ca-6e21496866bf/kubeconfig + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1754 + body: "{\"name\":\"kubeconfig\", \"content_type\":\"application/octet-stream\", \"content\":\"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogInRlc3QtcG9vbC1wbGFjZW1lbnQtZ3JvdXAtMiIKICBjbHVzdGVyOgogICAgY2VydGlmaWNhdGUtYXV0aG9yaXR5LWRhdGE6IExTMHRMUzFDUlVkSlRpQkRSVkpVU1VaSlEwRlVSUzB0TFMwdENrMUpTVUpYZWtORFFWRkhaMEYzU1VKQlowbENRVVJCUzBKblozRm9hMnBQVUZGUlJFRnFRVlpOVWsxM1JWRlpSRlpSVVVSRmQzQnlaRmRLYkdOdE5Xd0taRWRXZWsxQ05GaEVWRWt4VFZSQmVVOVVSVFJOUkVWM1RsWnZXRVJVVFRGTlZFRjVUMVJGTkUxRVJYZE9WbTkzUmxSRlZFMUNSVWRCTVZWRlFYaE5Td3BoTTFacFdsaEtkVnBZVW14amVrSmFUVUpOUjBKNWNVZFRUVFE1UVdkRlIwTkRjVWRUVFRRNVFYZEZTRUV3U1VGQ1FuQmtZVEUyWkdNeFZIbE5SV1F2Q2l0c1prcGxXVkZCVEVaYVYwcDVORUZrZVhoWlpIWnRhM3B6VFhKWFdqZGhTMGRGT0Zwa2JtUlVRbUpoYXpSbllraEZVVXhrY1RreGFGVkdUVWhwT1dRS1prUXpiSE0zWldwUmFrSkJUVUUwUjBFeFZXUkVkMFZDTDNkUlJVRjNTVU53UkVGUVFtZE9Wa2hTVFVKQlpqaEZRbFJCUkVGUlNDOU5RakJIUVRGVlpBcEVaMUZYUWtKVU9DOVRhVWhKZFZoM09EQkxPVmx1WW5weFdVcFRZV3B2WkZaVVFVdENaMmR4YUd0cVQxQlJVVVJCWjA1SlFVUkNSa0ZwUlVFemNWSndDbEJpUlVGc1JVeGtTWFp3SzFwdGNUWmhORkJRWlhWdlZHOXllRkl6UTJ0NlZYUlRiMFZWWTBOSlNEVkVXRTkwVjNGdU1Fb3dPVTB3T0hvdmJHOUtZa01LY1hSWmVEbG5NR3RKTkVOV1JVeFlMM1ZIT1cwS0xTMHRMUzFGVGtRZ1EwVlNWRWxHU1VOQlZFVXRMUzB0TFFvPQogICAgc2VydmVyOiBodHRwczovL2JkNGYxZjMyLTdmY2EtNGQ2Zi1iNmNhLTZlMjE0OTY4NjZiZi5hcGkuazhzLmZyLXBhci5zY3cuY2xvdWQ6NjQ0Mwpjb250ZXh0czoKLSBuYW1lOiBhZG1pbkB0ZXN0LXBvb2wtcGxhY2VtZW50LWdyb3VwLTIKICBjb250ZXh0OgogICAgY2x1c3RlcjogInRlc3QtcG9vbC1wbGFjZW1lbnQtZ3JvdXAtMiIKICAgIHVzZXI6IHRlc3QtcG9vbC1wbGFjZW1lbnQtZ3JvdXAtMi1hZG1pbgpjdXJyZW50LWNvbnRleHQ6IGFkbWluQHRlc3QtcG9vbC1wbGFjZW1lbnQtZ3JvdXAtMgpraW5kOiBDb25maWcKcHJlZmVyZW5jZXM6IHt9CnVzZXJzOgotIG5hbWU6IHRlc3QtcG9vbC1wbGFjZW1lbnQtZ3JvdXAtMi1hZG1pbgogIHVzZXI6CiAgICB0b2tlbjogZmdENVp2WkgwU08wbEpudlBrVmFDZlZEVk85dmtNU01PNmlhaVRtM1JDOHNUYVdRV1RUVHVYckY=\"}" + headers: + Content-Length: + - "1754" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 18:05:57 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - d29d9302-3810-4e4d-b65a-5fe14d806a05 + status: 200 OK + code: 200 + duration: 101.289568ms +- id: 350 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/instance/v1/zones/nl-ams-1/placement_groups/6cb779ef-7268-40d6-b897-5a81ff7e5f51 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 331 + body: "{\"placement_group\": {\"id\": \"6cb779ef-7268-40d6-b897-5a81ff7e5f51\", \"name\": \"test-pool-placement-group\", \"organization\": \"105bdce1-64c0-48ab-899d-868455867ecf\", \"project\": \"105bdce1-64c0-48ab-899d-868455867ecf\", \"policy_mode\": \"optional\", \"policy_type\": \"max_availability\", \"policy_respected\": true, \"tags\": [], \"zone\": \"nl-ams-1\"}}" + headers: + Content-Length: + - "331" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 18:05:57 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - f8597c99-521e-42d5-b4b3-62ad7804588d + status: 200 OK + code: 200 + duration: 154.159674ms +- id: 351 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/f212d6ad-e2b3-49ad-9258-5213ba3b38a0 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 760 + body: "{\"region\":\"fr-par\", \"id\":\"f212d6ad-e2b3-49ad-9258-5213ba3b38a0\", \"cluster_id\":\"bd4f1f32-7fca-4d6f-b6ca-6e21496866bf\", \"created_at\":\"2025-10-30T18:02:32.255005Z\", \"updated_at\":\"2025-10-30T18:05:52.856774Z\", \"name\":\"test-pool-placement-group-2\", \"status\":\"ready\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"6cb779ef-7268-40d6-b897-5a81ff7e5f51\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"nl-ams-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"04349b89-1357-4383-8742-8680fd417841\"}" + headers: + Content-Length: + - "760" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 18:05:57 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 7d6a9aa1-1cf7-4245-86da-8e8a88d48ece + status: 200 OK + code: 200 + duration: 25.620317ms +- id: 352 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + form: + order_by: + - created_at_asc + page: + - "1" + pool_id: + - f212d6ad-e2b3-49ad-9258-5213ba3b38a0 + status: + - unknown + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/bd4f1f32-7fca-4d6f-b6ca-6e21496866bf/nodes?order_by=created_at_asc&page=1&pool_id=f212d6ad-e2b3-49ad-9258-5213ba3b38a0&status=unknown + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 620 + body: "{\"total_count\":1, \"nodes\":[{\"region\":\"fr-par\", \"id\":\"09b99334-f41c-448a-9600-a36b9e7f3bf3\", \"cluster_id\":\"bd4f1f32-7fca-4d6f-b6ca-6e21496866bf\", \"created_at\":\"2025-10-30T18:05:11.544663Z\", \"updated_at\":\"2025-10-30T18:05:52.845584Z\", \"pool_id\":\"f212d6ad-e2b3-49ad-9258-5213ba3b38a0\", \"status\":\"ready\", \"conditions\":{\"DiskPressure\":\"False\", \"MemoryPressure\":\"False\", \"PIDPressure\":\"False\", \"Ready\":\"True\"}, \"name\":\"scw-test-pool-placeme-test-pool-placeme-09b993\", \"public_ip_v4\":\"51.158.170.116\", \"public_ip_v6\":null, \"provider_id\":\"scaleway://instance/nl-ams-1/3dae8590-5ec6-46d4-be2e-4c3f8cb99498\", \"error_message\":\"\"}]}" + headers: + Content-Length: + - "620" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 18:05:57 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 6fa19aa2-cccc-476e-af2c-40ea41d7a965 + status: 200 OK + code: 200 + duration: 25.152608ms +- id: 353 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/bd4f1f32-7fca-4d6f-b6ca-6e21496866bf + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1618 + body: "{\"region\":\"fr-par\", \"id\":\"bd4f1f32-7fca-4d6f-b6ca-6e21496866bf\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T18:01:04.982622Z\", \"updated_at\":\"2025-10-30T18:02:28.937390Z\", \"type\":\"multicloud\", \"name\":\"test-pool-placement-group-2\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"placement_group\"], \"cluster_url\":\"https://bd4f1f32-7fca-4d6f-b6ca-6e21496866bf.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.bd4f1f32-7fca-4d6f-b6ca-6e21496866bf.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-10-30T18:01:04.982637Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"675bc338-38ac-452a-b748-eb9f7a842b0e\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1618" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 18:05:57 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - abbb76a7-39ac-415d-9f39-005215939364 + status: 200 OK + code: 200 + duration: 26.541608ms +- id: 354 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + form: + order_by: + - created_at_desc + project_id: + - 105bdce1-64c0-48ab-899d-868455867ecf + resource_name: + - scw-test-pool-placeme-test-pool-placeme-09b993 + resource_type: + - unknown_type + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/ipam/v1/regions/fr-par/ips?order_by=created_at_desc&project_id=105bdce1-64c0-48ab-899d-868455867ecf&resource_name=scw-test-pool-placeme-test-pool-placeme-09b993&resource_type=unknown_type + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 27 + body: "{\"total_count\":0, \"ips\":[]}" + headers: + Content-Length: + - "27" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 18:05:57 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 4334bd99-e732-4825-a0af-c5d9cae0cfee + status: 200 OK + code: 200 + duration: 43.593977ms +- id: 355 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/f212d6ad-e2b3-49ad-9258-5213ba3b38a0 + method: DELETE + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 763 + body: "{\"region\":\"fr-par\", \"id\":\"f212d6ad-e2b3-49ad-9258-5213ba3b38a0\", \"cluster_id\":\"bd4f1f32-7fca-4d6f-b6ca-6e21496866bf\", \"created_at\":\"2025-10-30T18:02:32.255005Z\", \"updated_at\":\"2025-10-30T18:05:57.530996Z\", \"name\":\"test-pool-placement-group-2\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"6cb779ef-7268-40d6-b897-5a81ff7e5f51\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"nl-ams-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"04349b89-1357-4383-8742-8680fd417841\"}" + headers: + Content-Length: + - "763" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 18:05:57 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - b21b47ae-f740-45ca-b691-9d4704c0cb80 + status: 200 OK + code: 200 + duration: 37.951887ms +- id: 356 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/f212d6ad-e2b3-49ad-9258-5213ba3b38a0 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 763 + body: "{\"region\":\"fr-par\", \"id\":\"f212d6ad-e2b3-49ad-9258-5213ba3b38a0\", \"cluster_id\":\"bd4f1f32-7fca-4d6f-b6ca-6e21496866bf\", \"created_at\":\"2025-10-30T18:02:32.255005Z\", \"updated_at\":\"2025-10-30T18:05:57.530996Z\", \"name\":\"test-pool-placement-group-2\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"6cb779ef-7268-40d6-b897-5a81ff7e5f51\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"nl-ams-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"04349b89-1357-4383-8742-8680fd417841\"}" + headers: + Content-Length: + - "763" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 18:05:57 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 6af9cbdb-968a-4aed-8e14-ec47dde5e012 + status: 200 OK + code: 200 + duration: 87.449475ms +- id: 357 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/f212d6ad-e2b3-49ad-9258-5213ba3b38a0 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 763 + body: "{\"region\":\"fr-par\", \"id\":\"f212d6ad-e2b3-49ad-9258-5213ba3b38a0\", \"cluster_id\":\"bd4f1f32-7fca-4d6f-b6ca-6e21496866bf\", \"created_at\":\"2025-10-30T18:02:32.255005Z\", \"updated_at\":\"2025-10-30T18:05:57.530996Z\", \"name\":\"test-pool-placement-group-2\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"6cb779ef-7268-40d6-b897-5a81ff7e5f51\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"nl-ams-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"04349b89-1357-4383-8742-8680fd417841\"}" + headers: + Content-Length: + - "763" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 18:06:02 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - c109617a-4568-48bd-8d80-580dae34dcdc + status: 200 OK + code: 200 + duration: 83.361264ms +- id: 358 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/f212d6ad-e2b3-49ad-9258-5213ba3b38a0 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 763 + body: "{\"region\":\"fr-par\", \"id\":\"f212d6ad-e2b3-49ad-9258-5213ba3b38a0\", \"cluster_id\":\"bd4f1f32-7fca-4d6f-b6ca-6e21496866bf\", \"created_at\":\"2025-10-30T18:02:32.255005Z\", \"updated_at\":\"2025-10-30T18:05:57.530996Z\", \"name\":\"test-pool-placement-group-2\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"6cb779ef-7268-40d6-b897-5a81ff7e5f51\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"nl-ams-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"04349b89-1357-4383-8742-8680fd417841\"}" + headers: + Content-Length: + - "763" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 18:06:07 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 669d34b2-4a10-4214-a5d5-49c97962351a + status: 200 OK + code: 200 + duration: 88.345529ms +- id: 359 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/f212d6ad-e2b3-49ad-9258-5213ba3b38a0 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 763 + body: "{\"region\":\"fr-par\", \"id\":\"f212d6ad-e2b3-49ad-9258-5213ba3b38a0\", \"cluster_id\":\"bd4f1f32-7fca-4d6f-b6ca-6e21496866bf\", \"created_at\":\"2025-10-30T18:02:32.255005Z\", \"updated_at\":\"2025-10-30T18:05:57.530996Z\", \"name\":\"test-pool-placement-group-2\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"6cb779ef-7268-40d6-b897-5a81ff7e5f51\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"nl-ams-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"04349b89-1357-4383-8742-8680fd417841\"}" + headers: + Content-Length: + - "763" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 18:06:12 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 51a0e26c-9c75-4d47-abfa-fa77f3f540ac + status: 200 OK + code: 200 + duration: 92.376262ms +- id: 360 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/f212d6ad-e2b3-49ad-9258-5213ba3b38a0 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 763 + body: "{\"region\":\"fr-par\", \"id\":\"f212d6ad-e2b3-49ad-9258-5213ba3b38a0\", \"cluster_id\":\"bd4f1f32-7fca-4d6f-b6ca-6e21496866bf\", \"created_at\":\"2025-10-30T18:02:32.255005Z\", \"updated_at\":\"2025-10-30T18:05:57.530996Z\", \"name\":\"test-pool-placement-group-2\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"6cb779ef-7268-40d6-b897-5a81ff7e5f51\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"nl-ams-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"04349b89-1357-4383-8742-8680fd417841\"}" + headers: + Content-Length: + - "763" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 18:06:18 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 3c13c46a-53b9-4cee-b607-f8048a4ce072 + status: 200 OK + code: 200 + duration: 109.156851ms +- id: 361 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/f212d6ad-e2b3-49ad-9258-5213ba3b38a0 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 763 + body: "{\"region\":\"fr-par\", \"id\":\"f212d6ad-e2b3-49ad-9258-5213ba3b38a0\", \"cluster_id\":\"bd4f1f32-7fca-4d6f-b6ca-6e21496866bf\", \"created_at\":\"2025-10-30T18:02:32.255005Z\", \"updated_at\":\"2025-10-30T18:05:57.530996Z\", \"name\":\"test-pool-placement-group-2\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"6cb779ef-7268-40d6-b897-5a81ff7e5f51\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"nl-ams-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"04349b89-1357-4383-8742-8680fd417841\"}" + headers: + Content-Length: + - "763" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 18:06:23 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 39543353-15b3-4c1c-8a19-024b6b305dcf + status: 200 OK + code: 200 + duration: 82.73053ms +- id: 362 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/f212d6ad-e2b3-49ad-9258-5213ba3b38a0 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 763 + body: "{\"region\":\"fr-par\", \"id\":\"f212d6ad-e2b3-49ad-9258-5213ba3b38a0\", \"cluster_id\":\"bd4f1f32-7fca-4d6f-b6ca-6e21496866bf\", \"created_at\":\"2025-10-30T18:02:32.255005Z\", \"updated_at\":\"2025-10-30T18:05:57.530996Z\", \"name\":\"test-pool-placement-group-2\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"6cb779ef-7268-40d6-b897-5a81ff7e5f51\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"nl-ams-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"04349b89-1357-4383-8742-8680fd417841\"}" + headers: + Content-Length: + - "763" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 18:06:28 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 2e646b2f-cbec-4ab0-a2b1-ce4ba2cd349e + status: 200 OK + code: 200 + duration: 81.868731ms +- id: 363 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/f212d6ad-e2b3-49ad-9258-5213ba3b38a0 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 763 + body: "{\"region\":\"fr-par\", \"id\":\"f212d6ad-e2b3-49ad-9258-5213ba3b38a0\", \"cluster_id\":\"bd4f1f32-7fca-4d6f-b6ca-6e21496866bf\", \"created_at\":\"2025-10-30T18:02:32.255005Z\", \"updated_at\":\"2025-10-30T18:05:57.530996Z\", \"name\":\"test-pool-placement-group-2\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"6cb779ef-7268-40d6-b897-5a81ff7e5f51\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"nl-ams-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"04349b89-1357-4383-8742-8680fd417841\"}" + headers: + Content-Length: + - "763" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 18:06:33 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 53d383fd-fd83-4903-a929-2d5ca8dbde66 + status: 200 OK + code: 200 + duration: 84.431987ms +- id: 364 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/f212d6ad-e2b3-49ad-9258-5213ba3b38a0 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 763 + body: "{\"region\":\"fr-par\", \"id\":\"f212d6ad-e2b3-49ad-9258-5213ba3b38a0\", \"cluster_id\":\"bd4f1f32-7fca-4d6f-b6ca-6e21496866bf\", \"created_at\":\"2025-10-30T18:02:32.255005Z\", \"updated_at\":\"2025-10-30T18:05:57.530996Z\", \"name\":\"test-pool-placement-group-2\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"6cb779ef-7268-40d6-b897-5a81ff7e5f51\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"nl-ams-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"04349b89-1357-4383-8742-8680fd417841\"}" + headers: + Content-Length: + - "763" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 18:06:38 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - dac8c65a-5c12-46af-944d-df4851453b99 + status: 200 OK + code: 200 + duration: 99.184096ms +- id: 365 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/f212d6ad-e2b3-49ad-9258-5213ba3b38a0 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 763 + body: "{\"region\":\"fr-par\", \"id\":\"f212d6ad-e2b3-49ad-9258-5213ba3b38a0\", \"cluster_id\":\"bd4f1f32-7fca-4d6f-b6ca-6e21496866bf\", \"created_at\":\"2025-10-30T18:02:32.255005Z\", \"updated_at\":\"2025-10-30T18:05:57.530996Z\", \"name\":\"test-pool-placement-group-2\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"6cb779ef-7268-40d6-b897-5a81ff7e5f51\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"nl-ams-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"04349b89-1357-4383-8742-8680fd417841\"}" + headers: + Content-Length: + - "763" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 18:06:43 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 8614954b-a291-4a38-94f6-dce89b496f97 + status: 200 OK + code: 200 + duration: 81.129484ms +- id: 366 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/f212d6ad-e2b3-49ad-9258-5213ba3b38a0 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 763 + body: "{\"region\":\"fr-par\", \"id\":\"f212d6ad-e2b3-49ad-9258-5213ba3b38a0\", \"cluster_id\":\"bd4f1f32-7fca-4d6f-b6ca-6e21496866bf\", \"created_at\":\"2025-10-30T18:02:32.255005Z\", \"updated_at\":\"2025-10-30T18:05:57.530996Z\", \"name\":\"test-pool-placement-group-2\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"6cb779ef-7268-40d6-b897-5a81ff7e5f51\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"nl-ams-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"04349b89-1357-4383-8742-8680fd417841\"}" + headers: + Content-Length: + - "763" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 18:06:48 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 01e9fa53-7362-4452-83a8-04b547af3585 + status: 200 OK + code: 200 + duration: 90.878361ms +- id: 367 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/f212d6ad-e2b3-49ad-9258-5213ba3b38a0 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 763 + body: "{\"region\":\"fr-par\", \"id\":\"f212d6ad-e2b3-49ad-9258-5213ba3b38a0\", \"cluster_id\":\"bd4f1f32-7fca-4d6f-b6ca-6e21496866bf\", \"created_at\":\"2025-10-30T18:02:32.255005Z\", \"updated_at\":\"2025-10-30T18:05:57.530996Z\", \"name\":\"test-pool-placement-group-2\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"6cb779ef-7268-40d6-b897-5a81ff7e5f51\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"nl-ams-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"04349b89-1357-4383-8742-8680fd417841\"}" + headers: + Content-Length: + - "763" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 18:06:53 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 12b6f7c8-fdf2-47d0-a24a-e6583fd0db4b + status: 200 OK + code: 200 + duration: 94.705181ms +- id: 368 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/f212d6ad-e2b3-49ad-9258-5213ba3b38a0 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 763 + body: "{\"region\":\"fr-par\", \"id\":\"f212d6ad-e2b3-49ad-9258-5213ba3b38a0\", \"cluster_id\":\"bd4f1f32-7fca-4d6f-b6ca-6e21496866bf\", \"created_at\":\"2025-10-30T18:02:32.255005Z\", \"updated_at\":\"2025-10-30T18:05:57.530996Z\", \"name\":\"test-pool-placement-group-2\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"6cb779ef-7268-40d6-b897-5a81ff7e5f51\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"nl-ams-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"04349b89-1357-4383-8742-8680fd417841\"}" + headers: + Content-Length: + - "763" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 18:06:58 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 4bb364be-3bc0-4078-bb0f-de5bfb932ac7 + status: 200 OK + code: 200 + duration: 109.072727ms +- id: 369 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/f212d6ad-e2b3-49ad-9258-5213ba3b38a0 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 763 + body: "{\"region\":\"fr-par\", \"id\":\"f212d6ad-e2b3-49ad-9258-5213ba3b38a0\", \"cluster_id\":\"bd4f1f32-7fca-4d6f-b6ca-6e21496866bf\", \"created_at\":\"2025-10-30T18:02:32.255005Z\", \"updated_at\":\"2025-10-30T18:05:57.530996Z\", \"name\":\"test-pool-placement-group-2\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"6cb779ef-7268-40d6-b897-5a81ff7e5f51\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"nl-ams-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"04349b89-1357-4383-8742-8680fd417841\"}" + headers: + Content-Length: + - "763" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 18:07:03 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 6f8a5d0b-37fe-4ed5-afc7-57d9b42a0a77 + status: 200 OK + code: 200 + duration: 92.715804ms +- id: 370 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/f212d6ad-e2b3-49ad-9258-5213ba3b38a0 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 125 + body: "{\"message\":\"resource is not found\",\"resource\":\"pool\",\"resource_id\":\"f212d6ad-e2b3-49ad-9258-5213ba3b38a0\",\"type\":\"not_found\"}" + headers: + Content-Length: + - "125" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 18:07:08 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 54a6b5f4-8ebc-4e03-a599-12dc3ad8282d + status: 404 Not Found + code: 404 + duration: 21.835376ms +- id: 371 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/instance/v1/zones/nl-ams-1/placement_groups/6cb779ef-7268-40d6-b897-5a81ff7e5f51 + method: DELETE + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 0 + body: "" + headers: + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 18:07:09 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 23e73c9c-1e8d-4b74-8e35-0e1f3b457d04 + status: 204 No Content + code: 204 + duration: 181.721188ms +- id: 372 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + form: + with_additional_resources: + - "false" + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/bd4f1f32-7fca-4d6f-b6ca-6e21496866bf?with_additional_resources=false + method: DELETE + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1622 + body: "{\"region\":\"fr-par\", \"id\":\"bd4f1f32-7fca-4d6f-b6ca-6e21496866bf\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T18:01:04.982622Z\", \"updated_at\":\"2025-10-30T18:07:09.039460Z\", \"type\":\"multicloud\", \"name\":\"test-pool-placement-group-2\", \"description\":\"\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"placement_group\"], \"cluster_url\":\"https://bd4f1f32-7fca-4d6f-b6ca-6e21496866bf.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.bd4f1f32-7fca-4d6f-b6ca-6e21496866bf.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-10-30T18:01:04.982637Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"675bc338-38ac-452a-b748-eb9f7a842b0e\", \"new_images_enabled\":false, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1622" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 18:07:09 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 8f9e1e19-e36c-4239-ab08-e619e00af2d5 + status: 200 OK + code: 200 + duration: 174.725514ms +- id: 373 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/bd4f1f32-7fca-4d6f-b6ca-6e21496866bf + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1621 + body: "{\"region\":\"fr-par\", \"id\":\"bd4f1f32-7fca-4d6f-b6ca-6e21496866bf\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T18:01:04.982622Z\", \"updated_at\":\"2025-10-30T18:07:09.039460Z\", \"type\":\"multicloud\", \"name\":\"test-pool-placement-group-2\", \"description\":\"\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"placement_group\"], \"cluster_url\":\"https://bd4f1f32-7fca-4d6f-b6ca-6e21496866bf.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.bd4f1f32-7fca-4d6f-b6ca-6e21496866bf.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-10-30T18:01:04.982637Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"675bc338-38ac-452a-b748-eb9f7a842b0e\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1621" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 18:07:09 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 497205b2-9c3c-4c9b-ba9f-b7e868858482 + status: 200 OK + code: 200 + duration: 95.338723ms +- id: 374 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/bd4f1f32-7fca-4d6f-b6ca-6e21496866bf + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1621 + body: "{\"region\":\"fr-par\", \"id\":\"bd4f1f32-7fca-4d6f-b6ca-6e21496866bf\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T18:01:04.982622Z\", \"updated_at\":\"2025-10-30T18:07:09.039460Z\", \"type\":\"multicloud\", \"name\":\"test-pool-placement-group-2\", \"description\":\"\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"placement_group\"], \"cluster_url\":\"https://bd4f1f32-7fca-4d6f-b6ca-6e21496866bf.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.bd4f1f32-7fca-4d6f-b6ca-6e21496866bf.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-10-30T18:01:04.982637Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"675bc338-38ac-452a-b748-eb9f7a842b0e\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1621" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 18:07:14 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 9ac76874-25ac-4969-a77b-bdef50b41846 + status: 200 OK + code: 200 + duration: 94.702828ms +- id: 375 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/bd4f1f32-7fca-4d6f-b6ca-6e21496866bf + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1621 + body: "{\"region\":\"fr-par\", \"id\":\"bd4f1f32-7fca-4d6f-b6ca-6e21496866bf\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T18:01:04.982622Z\", \"updated_at\":\"2025-10-30T18:07:09.039460Z\", \"type\":\"multicloud\", \"name\":\"test-pool-placement-group-2\", \"description\":\"\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"placement_group\"], \"cluster_url\":\"https://bd4f1f32-7fca-4d6f-b6ca-6e21496866bf.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.bd4f1f32-7fca-4d6f-b6ca-6e21496866bf.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-10-30T18:01:04.982637Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"675bc338-38ac-452a-b748-eb9f7a842b0e\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1621" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 18:07:19 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 55224937-fd3e-4fd4-ade2-9f70b967261d + status: 200 OK + code: 200 + duration: 85.557836ms +- id: 376 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/bd4f1f32-7fca-4d6f-b6ca-6e21496866bf + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1621 + body: "{\"region\":\"fr-par\", \"id\":\"bd4f1f32-7fca-4d6f-b6ca-6e21496866bf\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T18:01:04.982622Z\", \"updated_at\":\"2025-10-30T18:07:09.039460Z\", \"type\":\"multicloud\", \"name\":\"test-pool-placement-group-2\", \"description\":\"\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"placement_group\"], \"cluster_url\":\"https://bd4f1f32-7fca-4d6f-b6ca-6e21496866bf.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.bd4f1f32-7fca-4d6f-b6ca-6e21496866bf.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-10-30T18:01:04.982637Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"675bc338-38ac-452a-b748-eb9f7a842b0e\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1621" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 18:07:24 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 28bf2565-e400-478c-9a32-6316befd47a1 + status: 200 OK + code: 200 + duration: 110.81913ms +- id: 377 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/bd4f1f32-7fca-4d6f-b6ca-6e21496866bf + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1621 + body: "{\"region\":\"fr-par\", \"id\":\"bd4f1f32-7fca-4d6f-b6ca-6e21496866bf\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T18:01:04.982622Z\", \"updated_at\":\"2025-10-30T18:07:09.039460Z\", \"type\":\"multicloud\", \"name\":\"test-pool-placement-group-2\", \"description\":\"\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"placement_group\"], \"cluster_url\":\"https://bd4f1f32-7fca-4d6f-b6ca-6e21496866bf.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.bd4f1f32-7fca-4d6f-b6ca-6e21496866bf.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-10-30T18:01:04.982637Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"675bc338-38ac-452a-b748-eb9f7a842b0e\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1621" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 18:07:29 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 7f54c550-cb5e-4b89-bd85-a1ba996e1199 + status: 200 OK + code: 200 + duration: 79.527877ms +- id: 378 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/bd4f1f32-7fca-4d6f-b6ca-6e21496866bf + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1621 + body: "{\"region\":\"fr-par\", \"id\":\"bd4f1f32-7fca-4d6f-b6ca-6e21496866bf\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T18:01:04.982622Z\", \"updated_at\":\"2025-10-30T18:07:09.039460Z\", \"type\":\"multicloud\", \"name\":\"test-pool-placement-group-2\", \"description\":\"\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"placement_group\"], \"cluster_url\":\"https://bd4f1f32-7fca-4d6f-b6ca-6e21496866bf.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.bd4f1f32-7fca-4d6f-b6ca-6e21496866bf.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-10-30T18:01:04.982637Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"675bc338-38ac-452a-b748-eb9f7a842b0e\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1621" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 18:07:34 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 85a222b6-e17d-44e1-b27c-885f6a41bdfa + status: 200 OK + code: 200 + duration: 209.855503ms +- id: 379 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/bd4f1f32-7fca-4d6f-b6ca-6e21496866bf + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1621 + body: "{\"region\":\"fr-par\", \"id\":\"bd4f1f32-7fca-4d6f-b6ca-6e21496866bf\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T18:01:04.982622Z\", \"updated_at\":\"2025-10-30T18:07:09.039460Z\", \"type\":\"multicloud\", \"name\":\"test-pool-placement-group-2\", \"description\":\"\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"placement_group\"], \"cluster_url\":\"https://bd4f1f32-7fca-4d6f-b6ca-6e21496866bf.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.bd4f1f32-7fca-4d6f-b6ca-6e21496866bf.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-10-30T18:01:04.982637Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"675bc338-38ac-452a-b748-eb9f7a842b0e\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1621" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 18:07:39 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 60155142-c3fc-4f64-b1a4-d70018e27472 + status: 200 OK + code: 200 + duration: 152.022159ms +- id: 380 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/bd4f1f32-7fca-4d6f-b6ca-6e21496866bf + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1621 + body: "{\"region\":\"fr-par\", \"id\":\"bd4f1f32-7fca-4d6f-b6ca-6e21496866bf\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T18:01:04.982622Z\", \"updated_at\":\"2025-10-30T18:07:09.039460Z\", \"type\":\"multicloud\", \"name\":\"test-pool-placement-group-2\", \"description\":\"\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"placement_group\"], \"cluster_url\":\"https://bd4f1f32-7fca-4d6f-b6ca-6e21496866bf.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.bd4f1f32-7fca-4d6f-b6ca-6e21496866bf.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-10-30T18:01:04.982637Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"675bc338-38ac-452a-b748-eb9f7a842b0e\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1621" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 18:07:45 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - b1861271-657f-4fcd-bc6f-b74e15df5d25 + status: 200 OK + code: 200 + duration: 131.577656ms +- id: 381 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/bd4f1f32-7fca-4d6f-b6ca-6e21496866bf + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1621 + body: "{\"region\":\"fr-par\", \"id\":\"bd4f1f32-7fca-4d6f-b6ca-6e21496866bf\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T18:01:04.982622Z\", \"updated_at\":\"2025-10-30T18:07:09.039460Z\", \"type\":\"multicloud\", \"name\":\"test-pool-placement-group-2\", \"description\":\"\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"placement_group\"], \"cluster_url\":\"https://bd4f1f32-7fca-4d6f-b6ca-6e21496866bf.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.bd4f1f32-7fca-4d6f-b6ca-6e21496866bf.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-10-30T18:01:04.982637Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"675bc338-38ac-452a-b748-eb9f7a842b0e\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1621" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 18:07:50 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 0e9cb3d2-01b8-459a-9807-6905e685223b + status: 200 OK + code: 200 + duration: 93.807278ms +- id: 382 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/bd4f1f32-7fca-4d6f-b6ca-6e21496866bf + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1621 + body: "{\"region\":\"fr-par\", \"id\":\"bd4f1f32-7fca-4d6f-b6ca-6e21496866bf\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T18:01:04.982622Z\", \"updated_at\":\"2025-10-30T18:07:09.039460Z\", \"type\":\"multicloud\", \"name\":\"test-pool-placement-group-2\", \"description\":\"\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"placement_group\"], \"cluster_url\":\"https://bd4f1f32-7fca-4d6f-b6ca-6e21496866bf.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.bd4f1f32-7fca-4d6f-b6ca-6e21496866bf.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-10-30T18:01:04.982637Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"675bc338-38ac-452a-b748-eb9f7a842b0e\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1621" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 18:07:55 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 8ec64163-a38e-4f02-ab78-14b77ead8c6f + status: 200 OK + code: 200 + duration: 87.596659ms +- id: 383 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/bd4f1f32-7fca-4d6f-b6ca-6e21496866bf + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 128 + body: "{\"message\":\"resource is not found\",\"resource\":\"cluster\",\"resource_id\":\"bd4f1f32-7fca-4d6f-b6ca-6e21496866bf\",\"type\":\"not_found\"}" + headers: + Content-Length: + - "128" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 18:08:00 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - a37c60e3-2c48-4ed7-9171-e03ace3e4a49 + status: 404 Not Found + code: 404 + duration: 26.792733ms +- id: 384 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/f212d6ad-e2b3-49ad-9258-5213ba3b38a0 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 125 + body: "{\"message\":\"resource is not found\",\"resource\":\"pool\",\"resource_id\":\"f212d6ad-e2b3-49ad-9258-5213ba3b38a0\",\"type\":\"not_found\"}" + headers: + Content-Length: + - "125" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 18:08:00 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 57c8da87-5842-4111-be98-a6f9cd27339f + status: 404 Not Found + code: 404 + duration: 21.912102ms +- id: 385 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/bd4f1f32-7fca-4d6f-b6ca-6e21496866bf + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 128 + body: "{\"message\":\"resource is not found\",\"resource\":\"cluster\",\"resource_id\":\"bd4f1f32-7fca-4d6f-b6ca-6e21496866bf\",\"type\":\"not_found\"}" + headers: + Content-Length: + - "128" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 18:08:00 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - b03eb533-e3f8-4414-ba5c-6e10b7b03427 + status: 404 Not Found + code: 404 + duration: 19.137648ms diff --git a/internal/services/k8s/testdata/pool-public-ip-disabled.cassette.yaml b/internal/services/k8s/testdata/pool-public-ip-disabled.cassette.yaml index 0be1d5f79f..810dcb3805 100644 --- a/internal/services/k8s/testdata/pool-public-ip-disabled.cassette.yaml +++ b/internal/services/k8s/testdata/pool-public-ip-disabled.cassette.yaml @@ -1,5060 +1,12447 @@ --- version: 2 interactions: - - id: 0 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/versions - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 4962 - uncompressed: false - body: '{"versions":[{"available_admission_plugins":["AlwaysPullImages","PodNodeSelector","PodTolerationRestriction"],"available_cnis":["cilium","cilium_native","calico","kilo","none"],"available_container_runtimes":["containerd"],"available_feature_gates":["HPAScaleToZero","CPUManagerPolicyAlphaOptions","ImageVolume"],"available_kubelet_args":{"containerLogMaxFiles":"uint16","containerLogMaxSize":"quantity","cpuCFSQuota":"bool","cpuCFSQuotaPeriod":"duration","cpuManagerPolicy":"enum:none|static","cpuManagerPolicyOptions":"map[string]string","enableDebuggingHandlers":"bool","evictionHard":"map[string]string","evictionMinimumReclaim":"map[string]string","imageGCHighThresholdPercent":"uint32","imageGCLowThresholdPercent":"uint32","maxParallelImagePulls":"int32","maxPods":"uint16","registryBurst":"int32","registryPullQPS":"int32","serializeImagePulls":"bool"},"label":"Kubernetes 1.34.1","name":"1.34.1","region":"fr-par"},{"available_admission_plugins":["AlwaysPullImages","PodNodeSelector","PodTolerationRestriction"],"available_cnis":["cilium","calico","kilo","none"],"available_container_runtimes":["containerd"],"available_feature_gates":["HPAScaleToZero","DRAAdminAccess","DynamicResourceAllocation","PodLevelResources","CPUManagerPolicyAlphaOptions","ImageVolume"],"available_kubelet_args":{"containerLogMaxFiles":"uint16","containerLogMaxSize":"quantity","cpuCFSQuota":"bool","cpuCFSQuotaPeriod":"duration","cpuManagerPolicy":"enum:none|static","cpuManagerPolicyOptions":"map[string]string","enableDebuggingHandlers":"bool","evictionHard":"map[string]string","evictionMinimumReclaim":"map[string]string","imageGCHighThresholdPercent":"uint32","imageGCLowThresholdPercent":"uint32","maxParallelImagePulls":"int32","maxPods":"uint16","registryBurst":"int32","registryPullQPS":"int32","serializeImagePulls":"bool"},"label":"Kubernetes 1.33.4","name":"1.33.4","region":"fr-par"},{"available_admission_plugins":["AlwaysPullImages","PodNodeSelector","PodTolerationRestriction"],"available_cnis":["cilium","calico","kilo","none"],"available_container_runtimes":["containerd"],"available_feature_gates":["HPAScaleToZero","InPlacePodVerticalScaling","SidecarContainers","DRAAdminAccess","DRAResourceClaimDeviceStatus","DynamicResourceAllocation","PodLevelResources","CPUManagerPolicyAlphaOptions","ImageVolume"],"available_kubelet_args":{"containerLogMaxFiles":"uint16","containerLogMaxSize":"quantity","cpuCFSQuota":"bool","cpuCFSQuotaPeriod":"duration","cpuManagerPolicy":"enum:none|static","cpuManagerPolicyOptions":"map[string]string","enableDebuggingHandlers":"bool","evictionHard":"map[string]string","evictionMinimumReclaim":"map[string]string","imageGCHighThresholdPercent":"uint32","imageGCLowThresholdPercent":"uint32","maxParallelImagePulls":"int32","maxPods":"uint16","registryBurst":"int32","registryPullQPS":"int32","serializeImagePulls":"bool"},"label":"Kubernetes 1.32.8","name":"1.32.8","region":"fr-par"},{"available_admission_plugins":["AlwaysPullImages","PodNodeSelector","PodTolerationRestriction"],"available_cnis":["cilium","calico","kilo","none"],"available_container_runtimes":["containerd"],"available_feature_gates":["HPAScaleToZero","InPlacePodVerticalScaling","SidecarContainers","CPUManagerPolicyAlphaOptions","ImageVolume"],"available_kubelet_args":{"containerLogMaxFiles":"uint16","containerLogMaxSize":"quantity","cpuCFSQuota":"bool","cpuCFSQuotaPeriod":"duration","cpuManagerPolicy":"enum:none|static","cpuManagerPolicyOptions":"map[string]string","enableDebuggingHandlers":"bool","evictionHard":"map[string]string","evictionMinimumReclaim":"map[string]string","imageGCHighThresholdPercent":"uint32","imageGCLowThresholdPercent":"uint32","maxParallelImagePulls":"int32","maxPods":"uint16","registryBurst":"int32","registryPullQPS":"int32","serializeImagePulls":"bool"},"label":"Kubernetes 1.31.12","name":"1.31.12","region":"fr-par"},{"available_admission_plugins":["AlwaysPullImages","PodNodeSelector","PodTolerationRestriction"],"available_cnis":["cilium","calico","kilo","none"],"available_container_runtimes":["containerd"],"available_feature_gates":["HPAScaleToZero","SidecarContainers","InPlacePodVerticalScaling","CPUManagerPolicyAlphaOptions"],"available_kubelet_args":{"containerLogMaxFiles":"uint16","containerLogMaxSize":"quantity","cpuCFSQuota":"bool","cpuCFSQuotaPeriod":"duration","cpuManagerPolicy":"enum:none|static","cpuManagerPolicyOptions":"map[string]string","enableDebuggingHandlers":"bool","evictionHard":"map[string]string","evictionMinimumReclaim":"map[string]string","imageGCHighThresholdPercent":"uint32","imageGCLowThresholdPercent":"uint32","maxParallelImagePulls":"int32","maxPods":"uint16","registryBurst":"int32","registryPullQPS":"int32","serializeImagePulls":"bool"},"label":"Kubernetes 1.30.14","name":"1.30.14","region":"fr-par"}]}' - headers: - Content-Length: - - "4962" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:22:40 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - aa67dfe1-7e21-4f48-8854-225514f24d4d - status: 200 OK - code: 200 - duration: 149.357917ms - - id: 1 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 120 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: '{"name":"tf-vpc-wonderful-elgamal","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","tags":[],"enable_routing":false}' - form: {} - headers: - Content-Type: - - application/json - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/fr-par/vpcs - method: POST - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 422 - uncompressed: false - body: '{"created_at":"2025-09-30T09:22:41.268334Z","custom_routes_propagation_enabled":true,"id":"0353b515-6eca-4815-a179-ac7fad3262a3","is_default":false,"name":"tf-vpc-wonderful-elgamal","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","private_network_count":0,"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","routing_enabled":true,"tags":[],"updated_at":"2025-09-30T09:22:41.268334Z"}' - headers: - Content-Length: - - "422" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:22:41 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - cf356460-c584-4e53-8511-4838f285a0d7 - status: 200 OK - code: 200 - duration: 63.716417ms - - id: 2 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/fr-par/vpcs/0353b515-6eca-4815-a179-ac7fad3262a3 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 422 - uncompressed: false - body: '{"created_at":"2025-09-30T09:22:41.268334Z","custom_routes_propagation_enabled":true,"id":"0353b515-6eca-4815-a179-ac7fad3262a3","is_default":false,"name":"tf-vpc-wonderful-elgamal","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","private_network_count":0,"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","routing_enabled":true,"tags":[],"updated_at":"2025-09-30T09:22:41.268334Z"}' - headers: - Content-Length: - - "422" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:22:41 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 99539078-3c74-404d-89ab-12e3b0be9ae3 - status: 200 OK - code: 200 - duration: 27.150375ms - - id: 3 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 196 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: '{"name":"test-k8s-public-ip","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","tags":[],"subnets":null,"vpc_id":"0353b515-6eca-4815-a179-ac7fad3262a3","default_route_propagation_enabled":false}' - form: {} - headers: - Content-Type: - - application/json - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks - method: POST - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1089 - uncompressed: false - body: '{"created_at":"2025-09-30T09:22:41.391598Z","default_route_propagation_enabled":false,"dhcp_enabled":true,"id":"600a4d63-05bc-43d1-bd9e-fb6c43d36d85","name":"test-k8s-public-ip","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","subnets":[{"created_at":"2025-09-30T09:22:41.391598Z","id":"a8bc6c89-83fa-43ab-b361-5799ff35dcc7","private_network_id":"600a4d63-05bc-43d1-bd9e-fb6c43d36d85","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","subnet":"172.17.188.0/22","updated_at":"2025-09-30T09:22:41.391598Z","vpc_id":"0353b515-6eca-4815-a179-ac7fad3262a3"},{"created_at":"2025-09-30T09:22:41.391598Z","id":"88efbfed-7127-47ee-8bff-ec6ff2011f42","private_network_id":"600a4d63-05bc-43d1-bd9e-fb6c43d36d85","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","subnet":"fd5f:519c:6d46:bfe8::/64","updated_at":"2025-09-30T09:22:41.391598Z","vpc_id":"0353b515-6eca-4815-a179-ac7fad3262a3"}],"tags":[],"updated_at":"2025-09-30T09:22:41.391598Z","vpc_id":"0353b515-6eca-4815-a179-ac7fad3262a3"}' - headers: - Content-Length: - - "1089" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:22:41 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 1075a31b-350c-4c08-9c6f-34d0b3d54cc4 - status: 200 OK - code: 200 - duration: 633.243458ms - - id: 4 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks/600a4d63-05bc-43d1-bd9e-fb6c43d36d85 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1089 - uncompressed: false - body: '{"created_at":"2025-09-30T09:22:41.391598Z","default_route_propagation_enabled":false,"dhcp_enabled":true,"id":"600a4d63-05bc-43d1-bd9e-fb6c43d36d85","name":"test-k8s-public-ip","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","subnets":[{"created_at":"2025-09-30T09:22:41.391598Z","id":"a8bc6c89-83fa-43ab-b361-5799ff35dcc7","private_network_id":"600a4d63-05bc-43d1-bd9e-fb6c43d36d85","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","subnet":"172.17.188.0/22","updated_at":"2025-09-30T09:22:41.391598Z","vpc_id":"0353b515-6eca-4815-a179-ac7fad3262a3"},{"created_at":"2025-09-30T09:22:41.391598Z","id":"88efbfed-7127-47ee-8bff-ec6ff2011f42","private_network_id":"600a4d63-05bc-43d1-bd9e-fb6c43d36d85","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","subnet":"fd5f:519c:6d46:bfe8::/64","updated_at":"2025-09-30T09:22:41.391598Z","vpc_id":"0353b515-6eca-4815-a179-ac7fad3262a3"}],"tags":[],"updated_at":"2025-09-30T09:22:41.391598Z","vpc_id":"0353b515-6eca-4815-a179-ac7fad3262a3"}' - headers: - Content-Length: - - "1089" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:22:41 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - e1438663-c190-4acd-bcd3-77bb3111503d - status: 200 OK - code: 200 - duration: 31.773208ms - - id: 5 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 701 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: '{"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","type":"","name":"test-k8s-public-ip","description":"","tags":["terraform-test","scaleway_k8s_cluster","public_ip"],"version":"1.34.1","cni":"cilium","pools":null,"autoscaler_config":{"scale_down_disabled":null,"scale_down_delay_after_add":null,"estimator":"unknown_estimator","expander":"unknown_expander","ignore_daemonsets_utilization":null,"balance_similar_node_groups":null,"expendable_pods_priority_cutoff":0,"scale_down_unneeded_time":null,"scale_down_utilization_threshold":null,"max_graceful_termination_sec":0},"feature_gates":[],"admission_plugins":[],"apiserver_cert_sans":[],"private_network_id":"600a4d63-05bc-43d1-bd9e-fb6c43d36d85"}' - form: {} - headers: - Content-Type: - - application/json - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters - method: POST - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1604 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://d13dbe0a-26cd-4cb6-8a38-771de3f6715f.api.k8s.fr-par.scw.cloud:6443","cni":"cilium","commitment_ends_at":"2025-09-30T09:22:42.280238Z","created_at":"2025-09-30T09:22:42.280225Z","description":"","dns_wildcard":"*.d13dbe0a-26cd-4cb6-8a38-771de3f6715f.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"","id":"d13dbe0a-26cd-4cb6-8a38-771de3f6715f","name":"test-k8s-public-ip","new_images_enabled":false,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"100.64.0.0/15","private_network_id":"600a4d63-05bc-43d1-bd9e-fb6c43d36d85","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"10.32.0.0/20","service_dns_ip":"10.32.0.10","status":"creating","tags":["terraform-test","scaleway_k8s_cluster","public_ip"],"type":"kapsule","updated_at":"2025-09-30T09:22:42.280226Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1604" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:22:42 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - b7ca05fa-2e80-452c-9913-33142fe87433 - status: 200 OK - code: 200 - duration: 307.583042ms - - id: 6 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/d13dbe0a-26cd-4cb6-8a38-771de3f6715f - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1568 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://d13dbe0a-26cd-4cb6-8a38-771de3f6715f.api.k8s.fr-par.scw.cloud:6443","cni":"cilium","commitment_ends_at":"2025-09-30T09:22:42.280238Z","created_at":"2025-09-30T09:22:42.280225Z","description":"","dns_wildcard":"*.d13dbe0a-26cd-4cb6-8a38-771de3f6715f.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"","id":"d13dbe0a-26cd-4cb6-8a38-771de3f6715f","name":"test-k8s-public-ip","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":"600a4d63-05bc-43d1-bd9e-fb6c43d36d85","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"","service_dns_ip":"","status":"creating","tags":["terraform-test","scaleway_k8s_cluster","public_ip"],"type":"kapsule","updated_at":"2025-09-30T09:22:42.280226Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1568" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:22:42 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 8db47516-077a-4155-8a02-117f392ceb11 - status: 200 OK - code: 200 - duration: 104.100208ms - - id: 7 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/d13dbe0a-26cd-4cb6-8a38-771de3f6715f - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1609 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://d13dbe0a-26cd-4cb6-8a38-771de3f6715f.api.k8s.fr-par.scw.cloud:6443","cni":"cilium","commitment_ends_at":"2025-09-30T09:22:42.280238Z","created_at":"2025-09-30T09:22:42.280225Z","description":"","dns_wildcard":"*.d13dbe0a-26cd-4cb6-8a38-771de3f6715f.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"3699ef27-ed70-4f92-b265-fa9afdc5157d","id":"d13dbe0a-26cd-4cb6-8a38-771de3f6715f","name":"test-k8s-public-ip","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":"600a4d63-05bc-43d1-bd9e-fb6c43d36d85","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"","service_dns_ip":"","status":"pool_required","tags":["terraform-test","scaleway_k8s_cluster","public_ip"],"type":"kapsule","updated_at":"2025-09-30T09:22:42.763918Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1609" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:22:47 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 0615ad3d-ca81-48a6-88fd-f22050ecf9f8 - status: 200 OK - code: 200 - duration: 89.721375ms - - id: 8 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/d13dbe0a-26cd-4cb6-8a38-771de3f6715f/pools?order_by=created_at_asc&page=1&status=unknown - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 29 - uncompressed: false - body: '{"pools":[],"total_count":0}' - headers: - Content-Length: - - "29" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:22:47 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 0b073ca9-90bb-4d57-b0cd-3f94c63eabf1 - status: 200 OK - code: 200 - duration: 76.229375ms - - id: 9 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/d13dbe0a-26cd-4cb6-8a38-771de3f6715f - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1609 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://d13dbe0a-26cd-4cb6-8a38-771de3f6715f.api.k8s.fr-par.scw.cloud:6443","cni":"cilium","commitment_ends_at":"2025-09-30T09:22:42.280238Z","created_at":"2025-09-30T09:22:42.280225Z","description":"","dns_wildcard":"*.d13dbe0a-26cd-4cb6-8a38-771de3f6715f.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"3699ef27-ed70-4f92-b265-fa9afdc5157d","id":"d13dbe0a-26cd-4cb6-8a38-771de3f6715f","name":"test-k8s-public-ip","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":"600a4d63-05bc-43d1-bd9e-fb6c43d36d85","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"","service_dns_ip":"","status":"pool_required","tags":["terraform-test","scaleway_k8s_cluster","public_ip"],"type":"kapsule","updated_at":"2025-09-30T09:22:42.763918Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1609" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:22:47 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 9a302c9a-d701-470c-8f79-373065e7d994 - status: 200 OK - code: 200 - duration: 101.078917ms - - id: 10 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/d13dbe0a-26cd-4cb6-8a38-771de3f6715f/kubeconfig - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1682 - uncompressed: false - body: '{"content":"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogInRlc3QtazhzLXB1YmxpYy1pcCIKICBjbHVzdGVyOgogICAgY2VydGlmaWNhdGUtYXV0aG9yaXR5LWRhdGE6IExTMHRMUzFDUlVkSlRpQkRSVkpVU1VaSlEwRlVSUzB0TFMwdENrMUpTVUpYYWtORFFWRkhaMEYzU1VKQlowbENRVVJCUzBKblozRm9hMnBQVUZGUlJFRnFRVlpOVWsxM1JWRlpSRlpSVVVSRmQzQnlaRmRLYkdOdE5Xd0taRWRXZWsxQ05GaEVWRWt4VFVScmVVOVVRVFZOYWtrd1RXeHZXRVJVVFRGTlJHdDVUMVJCTlUxcVNUQk5iRzkzUmxSRlZFMUNSVWRCTVZWRlFYaE5Td3BoTTFacFdsaEtkVnBZVW14amVrSmFUVUpOUjBKNWNVZFRUVFE1UVdkRlIwTkRjVWRUVFRRNVFYZEZTRUV3U1VGQ1IyTnhjVzFwWjNkd1JFMWtjVTVwQ2pKcGEwOUxObkozT1RWYVkyOXdOMGRJYTNkM2JrbFRlV1ppZUdWS2FYSXZNSEoxVEdabmNHOXdiVEJoY1U4NVdqQm5SV2RpVG5CWmExQnZhWHA0VmpNS2JsZGlhemR2WldwUmFrSkJUVUUwUjBFeFZXUkVkMFZDTDNkUlJVRjNTVU53UkVGUVFtZE9Wa2hTVFVKQlpqaEZRbFJCUkVGUlNDOU5RakJIUVRGVlpBcEVaMUZYUWtKUmJuaEVOMUJsZFhOc1JWQnJUWEpTYUdwTVRYSklkSEpMZFUxVVFVdENaMmR4YUd0cVQxQlJVVVJCWjA1SVFVUkNSVUZwUVU1MVdVVldDbmh0V2k4MGFqYzRMekZZV1VOS1QwdERUa1pzYzJGcFRXZFJjMll3U3pjdlQzUkVVRmRuU1dkVlZXMWhja3RxUkhCWk16QkxlRmhTU2pFclkxRlJTbFVLVGxoSmJHcENZWGRFY21nMVRVbEhNekE0UVQwS0xTMHRMUzFGVGtRZ1EwVlNWRWxHU1VOQlZFVXRMUzB0TFFvPQogICAgc2VydmVyOiBodHRwczovL2QxM2RiZTBhLTI2Y2QtNGNiNi04YTM4LTc3MWRlM2Y2NzE1Zi5hcGkuazhzLmZyLXBhci5zY3cuY2xvdWQ6NjQ0Mwpjb250ZXh0czoKLSBuYW1lOiBhZG1pbkB0ZXN0LWs4cy1wdWJsaWMtaXAKICBjb250ZXh0OgogICAgY2x1c3RlcjogInRlc3QtazhzLXB1YmxpYy1pcCIKICAgIHVzZXI6IHRlc3QtazhzLXB1YmxpYy1pcC1hZG1pbgpjdXJyZW50LWNvbnRleHQ6IGFkbWluQHRlc3QtazhzLXB1YmxpYy1pcApraW5kOiBDb25maWcKcHJlZmVyZW5jZXM6IHt9CnVzZXJzOgotIG5hbWU6IHRlc3QtazhzLXB1YmxpYy1pcC1hZG1pbgogIHVzZXI6CiAgICB0b2tlbjogdW9lMWdGY2o2ZFp1OGt3amt0dGpnU3BGRXplUlhoWUJ4THVNYjJ0U3dTczNvOGdqSXdacGVWOWU=","content_type":"application/octet-stream","name":"kubeconfig"}' - headers: - Content-Length: - - "1682" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:22:47 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - f58c37a3-f20d-4bcb-ac31-ba1380e8e762 - status: 200 OK - code: 200 - duration: 92.179375ms - - id: 11 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/d13dbe0a-26cd-4cb6-8a38-771de3f6715f - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1609 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://d13dbe0a-26cd-4cb6-8a38-771de3f6715f.api.k8s.fr-par.scw.cloud:6443","cni":"cilium","commitment_ends_at":"2025-09-30T09:22:42.280238Z","created_at":"2025-09-30T09:22:42.280225Z","description":"","dns_wildcard":"*.d13dbe0a-26cd-4cb6-8a38-771de3f6715f.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"3699ef27-ed70-4f92-b265-fa9afdc5157d","id":"d13dbe0a-26cd-4cb6-8a38-771de3f6715f","name":"test-k8s-public-ip","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":"600a4d63-05bc-43d1-bd9e-fb6c43d36d85","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"","service_dns_ip":"","status":"pool_required","tags":["terraform-test","scaleway_k8s_cluster","public_ip"],"type":"kapsule","updated_at":"2025-09-30T09:22:42.763918Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1609" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:22:47 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 66a8c700-df7e-4727-ae65-09e4825b6f1b - status: 200 OK - code: 200 - duration: 355.899833ms - - id: 12 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 273 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: '{"name":"test-k8s-public-ip","node_type":"pro2_xxs","autoscaling":false,"size":1,"min_size":1,"max_size":1,"container_runtime":"containerd","autohealing":true,"tags":[],"kubelet_args":{},"zone":"fr-par-1","root_volume_type":"default_volume_type","public_ip_disabled":false}' - form: {} - headers: - Content-Type: - - application/json - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/d13dbe0a-26cd-4cb6-8a38-771de3f6715f/pools - method: POST - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 718 - uncompressed: false - body: '{"autohealing":true,"autoscaling":false,"cluster_id":"d13dbe0a-26cd-4cb6-8a38-771de3f6715f","container_runtime":"containerd","created_at":"2025-09-30T09:22:48.232011Z","id":"d85ba64d-4b6b-49f7-afac-6532ee6cc508","kubelet_args":{},"max_size":1,"min_size":1,"name":"test-k8s-public-ip","new_images_enabled":true,"node_type":"pro2_xxs","placement_group_id":null,"public_ip_disabled":false,"region":"fr-par","root_volume_size":20000000000,"root_volume_type":"sbs_5k","security_group_id":"d49109f7-0bad-4991-b0fb-853c658463d2","size":1,"status":"scaling","tags":[],"updated_at":"2025-09-30T09:22:48.232011Z","upgrade_policy":{"max_surge":0,"max_unavailable":1},"version":"1.34.1","zone":"fr-par-1"}' - headers: - Content-Length: - - "718" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:22:48 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - a6a5d6f2-860a-4318-a4b4-6b66a2951d52 - status: 200 OK - code: 200 - duration: 165.665625ms - - id: 13 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/d85ba64d-4b6b-49f7-afac-6532ee6cc508 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 718 - uncompressed: false - body: '{"autohealing":true,"autoscaling":false,"cluster_id":"d13dbe0a-26cd-4cb6-8a38-771de3f6715f","container_runtime":"containerd","created_at":"2025-09-30T09:22:48.232011Z","id":"d85ba64d-4b6b-49f7-afac-6532ee6cc508","kubelet_args":{},"max_size":1,"min_size":1,"name":"test-k8s-public-ip","new_images_enabled":true,"node_type":"pro2_xxs","placement_group_id":null,"public_ip_disabled":false,"region":"fr-par","root_volume_size":20000000000,"root_volume_type":"sbs_5k","security_group_id":"d49109f7-0bad-4991-b0fb-853c658463d2","size":1,"status":"scaling","tags":[],"updated_at":"2025-09-30T09:22:48.232011Z","upgrade_policy":{"max_surge":0,"max_unavailable":1},"version":"1.34.1","zone":"fr-par-1"}' - headers: - Content-Length: - - "718" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:22:48 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 2732c3ba-eba9-42ef-a646-fc6125738141 - status: 200 OK - code: 200 - duration: 88.460834ms - - id: 14 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/d85ba64d-4b6b-49f7-afac-6532ee6cc508 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 716 - uncompressed: false - body: '{"autohealing":true,"autoscaling":false,"cluster_id":"d13dbe0a-26cd-4cb6-8a38-771de3f6715f","container_runtime":"containerd","created_at":"2025-09-30T09:22:48.232011Z","id":"d85ba64d-4b6b-49f7-afac-6532ee6cc508","kubelet_args":{},"max_size":1,"min_size":1,"name":"test-k8s-public-ip","new_images_enabled":true,"node_type":"pro2_xxs","placement_group_id":null,"public_ip_disabled":false,"region":"fr-par","root_volume_size":20000000000,"root_volume_type":"sbs_5k","security_group_id":"d49109f7-0bad-4991-b0fb-853c658463d2","size":1,"status":"ready","tags":[],"updated_at":"2025-09-30T09:27:05.795878Z","upgrade_policy":{"max_surge":0,"max_unavailable":1},"version":"1.34.1","zone":"fr-par-1"}' - headers: - Content-Length: - - "716" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:27:08 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 8669e1b6-fece-4d33-81a7-c48c8c666339 - status: 200 OK - code: 200 - duration: 120.74425ms - - id: 15 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/d13dbe0a-26cd-4cb6-8a38-771de3f6715f - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1601 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://d13dbe0a-26cd-4cb6-8a38-771de3f6715f.api.k8s.fr-par.scw.cloud:6443","cni":"cilium","commitment_ends_at":"2025-09-30T09:22:42.280238Z","created_at":"2025-09-30T09:22:42.280225Z","description":"","dns_wildcard":"*.d13dbe0a-26cd-4cb6-8a38-771de3f6715f.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"3699ef27-ed70-4f92-b265-fa9afdc5157d","id":"d13dbe0a-26cd-4cb6-8a38-771de3f6715f","name":"test-k8s-public-ip","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":"600a4d63-05bc-43d1-bd9e-fb6c43d36d85","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"","service_dns_ip":"","status":"ready","tags":["terraform-test","scaleway_k8s_cluster","public_ip"],"type":"kapsule","updated_at":"2025-09-30T09:24:12.498398Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1601" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:27:08 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 6aa6629b-a561-42ef-9ab8-c84d819561c8 - status: 200 OK - code: 200 - duration: 78.606625ms - - id: 16 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/d85ba64d-4b6b-49f7-afac-6532ee6cc508 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 716 - uncompressed: false - body: '{"autohealing":true,"autoscaling":false,"cluster_id":"d13dbe0a-26cd-4cb6-8a38-771de3f6715f","container_runtime":"containerd","created_at":"2025-09-30T09:22:48.232011Z","id":"d85ba64d-4b6b-49f7-afac-6532ee6cc508","kubelet_args":{},"max_size":1,"min_size":1,"name":"test-k8s-public-ip","new_images_enabled":true,"node_type":"pro2_xxs","placement_group_id":null,"public_ip_disabled":false,"region":"fr-par","root_volume_size":20000000000,"root_volume_type":"sbs_5k","security_group_id":"d49109f7-0bad-4991-b0fb-853c658463d2","size":1,"status":"ready","tags":[],"updated_at":"2025-09-30T09:27:05.795878Z","upgrade_policy":{"max_surge":0,"max_unavailable":1},"version":"1.34.1","zone":"fr-par-1"}' - headers: - Content-Length: - - "716" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:27:08 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 870437a4-fea9-4811-bf1d-02ba54fc8c3a - status: 200 OK - code: 200 - duration: 89.469667ms - - id: 17 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/d13dbe0a-26cd-4cb6-8a38-771de3f6715f/nodes?order_by=created_at_asc&page=1&pool_id=d85ba64d-4b6b-49f7-afac-6532ee6cc508&status=unknown - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 621 - uncompressed: false - body: '{"nodes":[{"cluster_id":"d13dbe0a-26cd-4cb6-8a38-771de3f6715f","conditions":{"DiskPressure":"False","MemoryPressure":"False","PIDPressure":"False","Ready":"True"},"created_at":"2025-09-30T09:25:54.806775Z","error_message":"","id":"18c70418-9d4d-4d7b-9ed9-bb3dbbdcb7d9","name":"scw-test-k8s-public-i-test-k8s-public-i-18c704","pool_id":"d85ba64d-4b6b-49f7-afac-6532ee6cc508","provider_id":"scaleway://instance/fr-par-1/2cb0ded9-b6b0-4131-8630-1c00ca19ed00","public_ip_v4":"163.172.149.221","public_ip_v6":null,"region":"fr-par","status":"ready","updated_at":"2025-09-30T09:27:05.786150Z"}],"total_count":1}' - headers: - Content-Length: - - "621" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:27:08 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 1d93e2d4-a850-4d67-849f-27df68c68326 - status: 200 OK - code: 200 - duration: 81.767333ms - - id: 18 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/d13dbe0a-26cd-4cb6-8a38-771de3f6715f - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1601 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://d13dbe0a-26cd-4cb6-8a38-771de3f6715f.api.k8s.fr-par.scw.cloud:6443","cni":"cilium","commitment_ends_at":"2025-09-30T09:22:42.280238Z","created_at":"2025-09-30T09:22:42.280225Z","description":"","dns_wildcard":"*.d13dbe0a-26cd-4cb6-8a38-771de3f6715f.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"3699ef27-ed70-4f92-b265-fa9afdc5157d","id":"d13dbe0a-26cd-4cb6-8a38-771de3f6715f","name":"test-k8s-public-ip","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":"600a4d63-05bc-43d1-bd9e-fb6c43d36d85","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"","service_dns_ip":"","status":"ready","tags":["terraform-test","scaleway_k8s_cluster","public_ip"],"type":"kapsule","updated_at":"2025-09-30T09:24:12.498398Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1601" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:27:09 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - c87072f5-aea7-4ca3-a892-c64a93296ca8 - status: 200 OK - code: 200 - duration: 85.683292ms - - id: 19 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/ipam/v1/regions/fr-par/ips?order_by=created_at_desc&project_id=105bdce1-64c0-48ab-899d-868455867ecf&resource_name=scw-test-k8s-public-i-test-k8s-public-i-18c704&resource_type=unknown_type - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1123 - uncompressed: false - body: '{"ips":[{"address":"fd5f:519c:6d46:bfe8:902b:1e6e:4ab5:da11/64","created_at":"2025-09-30T09:25:58.922905Z","id":"eab1f386-adfc-4d6c-9722-fcc791402cae","is_ipv6":true,"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","resource":{"id":"0410921c-88ce-4690-81c3-ee2303d6f94c","mac_address":"02:00:00:14:D3:C6","name":"scw-test-k8s-public-i-test-k8s-public-i-18c704","type":"instance_private_nic"},"reverses":[],"source":{"subnet_id":"88efbfed-7127-47ee-8bff-ec6ff2011f42"},"tags":[],"updated_at":"2025-09-30T09:25:58.922905Z","zone":null},{"address":"172.17.188.3/22","created_at":"2025-09-30T09:25:58.813588Z","id":"12bda4f3-fc54-4973-bda3-71c3c03361b4","is_ipv6":false,"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","resource":{"id":"0410921c-88ce-4690-81c3-ee2303d6f94c","mac_address":"02:00:00:14:D3:C6","name":"scw-test-k8s-public-i-test-k8s-public-i-18c704","type":"instance_private_nic"},"reverses":[],"source":{"subnet_id":"a8bc6c89-83fa-43ab-b361-5799ff35dcc7"},"tags":[],"updated_at":"2025-09-30T09:25:58.813588Z","zone":null}],"total_count":2}' - headers: - Content-Length: - - "1123" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:27:09 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 59a2031d-237f-4ee2-93f3-3037ea8fa2de - status: 200 OK - code: 200 - duration: 64.258667ms - - id: 20 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/d13dbe0a-26cd-4cb6-8a38-771de3f6715f - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1601 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://d13dbe0a-26cd-4cb6-8a38-771de3f6715f.api.k8s.fr-par.scw.cloud:6443","cni":"cilium","commitment_ends_at":"2025-09-30T09:22:42.280238Z","created_at":"2025-09-30T09:22:42.280225Z","description":"","dns_wildcard":"*.d13dbe0a-26cd-4cb6-8a38-771de3f6715f.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"3699ef27-ed70-4f92-b265-fa9afdc5157d","id":"d13dbe0a-26cd-4cb6-8a38-771de3f6715f","name":"test-k8s-public-ip","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":"600a4d63-05bc-43d1-bd9e-fb6c43d36d85","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"","service_dns_ip":"","status":"ready","tags":["terraform-test","scaleway_k8s_cluster","public_ip"],"type":"kapsule","updated_at":"2025-09-30T09:24:12.498398Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1601" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:27:09 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 4545221b-27cf-45a2-8004-3725a3db823d - status: 200 OK - code: 200 - duration: 80.506958ms - - id: 21 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks/600a4d63-05bc-43d1-bd9e-fb6c43d36d85 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1089 - uncompressed: false - body: '{"created_at":"2025-09-30T09:22:41.391598Z","default_route_propagation_enabled":false,"dhcp_enabled":true,"id":"600a4d63-05bc-43d1-bd9e-fb6c43d36d85","name":"test-k8s-public-ip","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","subnets":[{"created_at":"2025-09-30T09:22:41.391598Z","id":"a8bc6c89-83fa-43ab-b361-5799ff35dcc7","private_network_id":"600a4d63-05bc-43d1-bd9e-fb6c43d36d85","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","subnet":"172.17.188.0/22","updated_at":"2025-09-30T09:22:41.391598Z","vpc_id":"0353b515-6eca-4815-a179-ac7fad3262a3"},{"created_at":"2025-09-30T09:22:41.391598Z","id":"88efbfed-7127-47ee-8bff-ec6ff2011f42","private_network_id":"600a4d63-05bc-43d1-bd9e-fb6c43d36d85","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","subnet":"fd5f:519c:6d46:bfe8::/64","updated_at":"2025-09-30T09:22:41.391598Z","vpc_id":"0353b515-6eca-4815-a179-ac7fad3262a3"}],"tags":[],"updated_at":"2025-09-30T09:22:41.391598Z","vpc_id":"0353b515-6eca-4815-a179-ac7fad3262a3"}' - headers: - Content-Length: - - "1089" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:27:09 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 4eeaf191-e2cb-4092-b730-6b8aba292911 - status: 200 OK - code: 200 - duration: 196.3215ms - - id: 22 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/d85ba64d-4b6b-49f7-afac-6532ee6cc508 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 716 - uncompressed: false - body: '{"autohealing":true,"autoscaling":false,"cluster_id":"d13dbe0a-26cd-4cb6-8a38-771de3f6715f","container_runtime":"containerd","created_at":"2025-09-30T09:22:48.232011Z","id":"d85ba64d-4b6b-49f7-afac-6532ee6cc508","kubelet_args":{},"max_size":1,"min_size":1,"name":"test-k8s-public-ip","new_images_enabled":true,"node_type":"pro2_xxs","placement_group_id":null,"public_ip_disabled":false,"region":"fr-par","root_volume_size":20000000000,"root_volume_type":"sbs_5k","security_group_id":"d49109f7-0bad-4991-b0fb-853c658463d2","size":1,"status":"ready","tags":[],"updated_at":"2025-09-30T09:27:05.795878Z","upgrade_policy":{"max_surge":0,"max_unavailable":1},"version":"1.34.1","zone":"fr-par-1"}' - headers: - Content-Length: - - "716" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:27:09 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 657ca028-4643-44ac-a7f2-c0f56853f0e6 - status: 200 OK - code: 200 - duration: 90.823458ms - - id: 23 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/d13dbe0a-26cd-4cb6-8a38-771de3f6715f/nodes?order_by=created_at_asc&pool_id=d85ba64d-4b6b-49f7-afac-6532ee6cc508&status=unknown - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 621 - uncompressed: false - body: '{"nodes":[{"cluster_id":"d13dbe0a-26cd-4cb6-8a38-771de3f6715f","conditions":{"DiskPressure":"False","MemoryPressure":"False","PIDPressure":"False","Ready":"True"},"created_at":"2025-09-30T09:25:54.806775Z","error_message":"","id":"18c70418-9d4d-4d7b-9ed9-bb3dbbdcb7d9","name":"scw-test-k8s-public-i-test-k8s-public-i-18c704","pool_id":"d85ba64d-4b6b-49f7-afac-6532ee6cc508","provider_id":"scaleway://instance/fr-par-1/2cb0ded9-b6b0-4131-8630-1c00ca19ed00","public_ip_v4":"163.172.149.221","public_ip_v6":null,"region":"fr-par","status":"ready","updated_at":"2025-09-30T09:27:05.786150Z"}],"total_count":1}' - headers: - Content-Length: - - "621" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:27:09 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 3e59c75e-9835-45a8-92e8-145ad3758620 - status: 200 OK - code: 200 - duration: 85.122917ms - - id: 24 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/2cb0ded9-b6b0-4131-8630-1c00ca19ed00 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 3853 - uncompressed: false - body: '{"server":{"admin_password_encrypted_value":null,"admin_password_encryption_ssh_key_id":null,"allowed_actions":["poweroff","terminate","reboot","stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":null,"commercial_type":"PRO2-XXS","creation_date":"2025-09-30T09:25:55.319327+00:00","dynamic_ip_required":false,"enable_ipv6":false,"end_of_service":false,"extra_networks":[],"filesystems":[],"hostname":"scw-test-k8s-public-i-test-k8s-public-i-18c704","id":"2cb0ded9-b6b0-4131-8630-1c00ca19ed00","image":{"arch":"x86_64","creation_date":"2025-09-29T14:12:08.272227+00:00","default_bootscript":null,"extra_volumes":{},"from_server":"","id":"ff54ca27-0181-4a39-8446-4b3c85f97898","modification_date":"2025-09-29T14:12:08.272227+00:00","name":"k8s_base_node_instance","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"db438ad9-80c6-4640-a43d-9cb076cc57bb","name":"","size":0,"volume_type":"sbs_snapshot"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"12","hypervisor_id":"101","node_id":"29","platform_id":"14","zone_id":"fr-par-1"},"mac_address":"de:00:00:ca:fc:c7","maintenances":[],"modification_date":"2025-09-30T09:26:01.735084+00:00","name":"scw-test-k8s-public-i-test-k8s-public-i-18c704","organization":"105bdce1-64c0-48ab-899d-868455867ecf","placement_group":null,"private_ip":null,"private_nics":[{"creation_date":"2025-09-30T09:25:58.563713+00:00","id":"0410921c-88ce-4690-81c3-ee2303d6f94c","ipam_ip_ids":["12bda4f3-fc54-4973-bda3-71c3c03361b4","eab1f386-adfc-4d6c-9722-fcc791402cae"],"mac_address":"02:00:00:14:d3:c6","modification_date":"2025-09-30T09:25:58.706588+00:00","private_network_id":"600a4d63-05bc-43d1-bd9e-fb6c43d36d85","server_id":"2cb0ded9-b6b0-4131-8630-1c00ca19ed00","state":"available","tags":[],"zone":"fr-par-1"}],"project":"105bdce1-64c0-48ab-899d-868455867ecf","protected":false,"public_ip":{"address":"163.172.149.221","dynamic":false,"family":"inet","gateway":"62.210.0.1","id":"5e1fe2cf-537e-4763-9643-89980a20a0b0","ipam_id":"32dbd7fc-c6fb-458c-a73e-7fc68aa8dea4","netmask":"32","provisioning_mode":"dhcp","state":"attached","tags":["kapsule=d13dbe0a-26cd-4cb6-8a38-771de3f6715f","node-name=scw-test-k8s-public-i-test-k8s-public-i-18c704"]},"public_ips":[{"address":"163.172.149.221","dynamic":false,"family":"inet","gateway":"62.210.0.1","id":"5e1fe2cf-537e-4763-9643-89980a20a0b0","ipam_id":"32dbd7fc-c6fb-458c-a73e-7fc68aa8dea4","netmask":"32","provisioning_mode":"dhcp","state":"attached","tags":["kapsule=d13dbe0a-26cd-4cb6-8a38-771de3f6715f","node-name=scw-test-k8s-public-i-test-k8s-public-i-18c704"]},{"address":"2001:bc8:710:a9cf:dc00:ff:feca:fcc7","dynamic":false,"family":"inet6","gateway":"fe80::dc00:ff:feca:fcc8","id":"00d759df-c6f1-4823-84fa-cb1cd78f9466","ipam_id":"36d77bd5-b932-46ec-b6c5-3f2715719328","netmask":"64","provisioning_mode":"slaac","state":"attached","tags":["kapsule=d13dbe0a-26cd-4cb6-8a38-771de3f6715f","node-name=scw-test-k8s-public-i-test-k8s-public-i-18c704"]}],"routed_ip_enabled":true,"security_group":{"id":"d49109f7-0bad-4991-b0fb-853c658463d2","name":"Kapsule default security group"},"state":"running","state_detail":"booting kernel","tags":["kapsule=d13dbe0a-26cd-4cb6-8a38-771de3f6715f","pool=d85ba64d-4b6b-49f7-afac-6532ee6cc508","pool-name=test-k8s-public-ip","runtime=containerd","managed=true","node=18c70418-9d4d-4d7b-9ed9-bb3dbbdcb7d9"],"volumes":{"0":{"boot":true,"id":"94d7d1e2-8437-47cc-ac62-f8d84c7396ec","state":"available","volume_type":"sbs_volume","zone":"fr-par-1"}},"zone":"fr-par-1"}}' - headers: - Content-Length: - - "3853" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:27:09 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - fc9fc394-89a7-4675-ad2a-12f61c299982 - status: 200 OK - code: 200 - duration: 155.251541ms - - id: 25 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/fr-par/vpcs/0353b515-6eca-4815-a179-ac7fad3262a3 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 422 - uncompressed: false - body: '{"created_at":"2025-09-30T09:22:41.268334Z","custom_routes_propagation_enabled":true,"id":"0353b515-6eca-4815-a179-ac7fad3262a3","is_default":false,"name":"tf-vpc-wonderful-elgamal","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","private_network_count":1,"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","routing_enabled":true,"tags":[],"updated_at":"2025-09-30T09:22:41.268334Z"}' - headers: - Content-Length: - - "422" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:27:10 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 62cb3925-486e-4bd0-87fd-aeaff945994f - status: 200 OK - code: 200 - duration: 22.900625ms - - id: 26 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks/600a4d63-05bc-43d1-bd9e-fb6c43d36d85 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1089 - uncompressed: false - body: '{"created_at":"2025-09-30T09:22:41.391598Z","default_route_propagation_enabled":false,"dhcp_enabled":true,"id":"600a4d63-05bc-43d1-bd9e-fb6c43d36d85","name":"test-k8s-public-ip","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","subnets":[{"created_at":"2025-09-30T09:22:41.391598Z","id":"a8bc6c89-83fa-43ab-b361-5799ff35dcc7","private_network_id":"600a4d63-05bc-43d1-bd9e-fb6c43d36d85","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","subnet":"172.17.188.0/22","updated_at":"2025-09-30T09:22:41.391598Z","vpc_id":"0353b515-6eca-4815-a179-ac7fad3262a3"},{"created_at":"2025-09-30T09:22:41.391598Z","id":"88efbfed-7127-47ee-8bff-ec6ff2011f42","private_network_id":"600a4d63-05bc-43d1-bd9e-fb6c43d36d85","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","subnet":"fd5f:519c:6d46:bfe8::/64","updated_at":"2025-09-30T09:22:41.391598Z","vpc_id":"0353b515-6eca-4815-a179-ac7fad3262a3"}],"tags":[],"updated_at":"2025-09-30T09:22:41.391598Z","vpc_id":"0353b515-6eca-4815-a179-ac7fad3262a3"}' - headers: - Content-Length: - - "1089" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:27:10 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 23731042-4423-490d-bcb2-f3c83174fbe4 - status: 200 OK - code: 200 - duration: 26.513875ms - - id: 27 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/d13dbe0a-26cd-4cb6-8a38-771de3f6715f - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1601 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://d13dbe0a-26cd-4cb6-8a38-771de3f6715f.api.k8s.fr-par.scw.cloud:6443","cni":"cilium","commitment_ends_at":"2025-09-30T09:22:42.280238Z","created_at":"2025-09-30T09:22:42.280225Z","description":"","dns_wildcard":"*.d13dbe0a-26cd-4cb6-8a38-771de3f6715f.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"3699ef27-ed70-4f92-b265-fa9afdc5157d","id":"d13dbe0a-26cd-4cb6-8a38-771de3f6715f","name":"test-k8s-public-ip","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":"600a4d63-05bc-43d1-bd9e-fb6c43d36d85","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"","service_dns_ip":"","status":"ready","tags":["terraform-test","scaleway_k8s_cluster","public_ip"],"type":"kapsule","updated_at":"2025-09-30T09:24:12.498398Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1601" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:27:10 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 7c32e8f2-7037-4512-8978-711c4a52fdd9 - status: 200 OK - code: 200 - duration: 80.934375ms - - id: 28 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/d13dbe0a-26cd-4cb6-8a38-771de3f6715f/kubeconfig - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1682 - uncompressed: false - body: '{"content":"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogInRlc3QtazhzLXB1YmxpYy1pcCIKICBjbHVzdGVyOgogICAgY2VydGlmaWNhdGUtYXV0aG9yaXR5LWRhdGE6IExTMHRMUzFDUlVkSlRpQkRSVkpVU1VaSlEwRlVSUzB0TFMwdENrMUpTVUpYYWtORFFWRkhaMEYzU1VKQlowbENRVVJCUzBKblozRm9hMnBQVUZGUlJFRnFRVlpOVWsxM1JWRlpSRlpSVVVSRmQzQnlaRmRLYkdOdE5Xd0taRWRXZWsxQ05GaEVWRWt4VFVScmVVOVVRVFZOYWtrd1RXeHZXRVJVVFRGTlJHdDVUMVJCTlUxcVNUQk5iRzkzUmxSRlZFMUNSVWRCTVZWRlFYaE5Td3BoTTFacFdsaEtkVnBZVW14amVrSmFUVUpOUjBKNWNVZFRUVFE1UVdkRlIwTkRjVWRUVFRRNVFYZEZTRUV3U1VGQ1IyTnhjVzFwWjNkd1JFMWtjVTVwQ2pKcGEwOUxObkozT1RWYVkyOXdOMGRJYTNkM2JrbFRlV1ppZUdWS2FYSXZNSEoxVEdabmNHOXdiVEJoY1U4NVdqQm5SV2RpVG5CWmExQnZhWHA0VmpNS2JsZGlhemR2WldwUmFrSkJUVUUwUjBFeFZXUkVkMFZDTDNkUlJVRjNTVU53UkVGUVFtZE9Wa2hTVFVKQlpqaEZRbFJCUkVGUlNDOU5RakJIUVRGVlpBcEVaMUZYUWtKUmJuaEVOMUJsZFhOc1JWQnJUWEpTYUdwTVRYSklkSEpMZFUxVVFVdENaMmR4YUd0cVQxQlJVVVJCWjA1SVFVUkNSVUZwUVU1MVdVVldDbmh0V2k4MGFqYzRMekZZV1VOS1QwdERUa1pzYzJGcFRXZFJjMll3U3pjdlQzUkVVRmRuU1dkVlZXMWhja3RxUkhCWk16QkxlRmhTU2pFclkxRlJTbFVLVGxoSmJHcENZWGRFY21nMVRVbEhNekE0UVQwS0xTMHRMUzFGVGtRZ1EwVlNWRWxHU1VOQlZFVXRMUzB0TFFvPQogICAgc2VydmVyOiBodHRwczovL2QxM2RiZTBhLTI2Y2QtNGNiNi04YTM4LTc3MWRlM2Y2NzE1Zi5hcGkuazhzLmZyLXBhci5zY3cuY2xvdWQ6NjQ0Mwpjb250ZXh0czoKLSBuYW1lOiBhZG1pbkB0ZXN0LWs4cy1wdWJsaWMtaXAKICBjb250ZXh0OgogICAgY2x1c3RlcjogInRlc3QtazhzLXB1YmxpYy1pcCIKICAgIHVzZXI6IHRlc3QtazhzLXB1YmxpYy1pcC1hZG1pbgpjdXJyZW50LWNvbnRleHQ6IGFkbWluQHRlc3QtazhzLXB1YmxpYy1pcApraW5kOiBDb25maWcKcHJlZmVyZW5jZXM6IHt9CnVzZXJzOgotIG5hbWU6IHRlc3QtazhzLXB1YmxpYy1pcC1hZG1pbgogIHVzZXI6CiAgICB0b2tlbjogdW9lMWdGY2o2ZFp1OGt3amt0dGpnU3BGRXplUlhoWUJ4THVNYjJ0U3dTczNvOGdqSXdacGVWOWU=","content_type":"application/octet-stream","name":"kubeconfig"}' - headers: - Content-Length: - - "1682" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:27:10 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - e9ec7a5d-9457-41fd-914d-5370a36c7a63 - status: 200 OK - code: 200 - duration: 86.921958ms - - id: 29 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/d85ba64d-4b6b-49f7-afac-6532ee6cc508 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 716 - uncompressed: false - body: '{"autohealing":true,"autoscaling":false,"cluster_id":"d13dbe0a-26cd-4cb6-8a38-771de3f6715f","container_runtime":"containerd","created_at":"2025-09-30T09:22:48.232011Z","id":"d85ba64d-4b6b-49f7-afac-6532ee6cc508","kubelet_args":{},"max_size":1,"min_size":1,"name":"test-k8s-public-ip","new_images_enabled":true,"node_type":"pro2_xxs","placement_group_id":null,"public_ip_disabled":false,"region":"fr-par","root_volume_size":20000000000,"root_volume_type":"sbs_5k","security_group_id":"d49109f7-0bad-4991-b0fb-853c658463d2","size":1,"status":"ready","tags":[],"updated_at":"2025-09-30T09:27:05.795878Z","upgrade_policy":{"max_surge":0,"max_unavailable":1},"version":"1.34.1","zone":"fr-par-1"}' - headers: - Content-Length: - - "716" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:27:10 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - e3114f6b-5835-47ea-85c7-72709efeff40 - status: 200 OK - code: 200 - duration: 75.646917ms - - id: 30 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/d13dbe0a-26cd-4cb6-8a38-771de3f6715f/nodes?order_by=created_at_asc&page=1&pool_id=d85ba64d-4b6b-49f7-afac-6532ee6cc508&status=unknown - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 621 - uncompressed: false - body: '{"nodes":[{"cluster_id":"d13dbe0a-26cd-4cb6-8a38-771de3f6715f","conditions":{"DiskPressure":"False","MemoryPressure":"False","PIDPressure":"False","Ready":"True"},"created_at":"2025-09-30T09:25:54.806775Z","error_message":"","id":"18c70418-9d4d-4d7b-9ed9-bb3dbbdcb7d9","name":"scw-test-k8s-public-i-test-k8s-public-i-18c704","pool_id":"d85ba64d-4b6b-49f7-afac-6532ee6cc508","provider_id":"scaleway://instance/fr-par-1/2cb0ded9-b6b0-4131-8630-1c00ca19ed00","public_ip_v4":"163.172.149.221","public_ip_v6":null,"region":"fr-par","status":"ready","updated_at":"2025-09-30T09:27:05.786150Z"}],"total_count":1}' - headers: - Content-Length: - - "621" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:27:10 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 3bd51038-8b02-4a2a-8832-826247500faa - status: 200 OK - code: 200 - duration: 92.734541ms - - id: 31 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/d13dbe0a-26cd-4cb6-8a38-771de3f6715f - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1601 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://d13dbe0a-26cd-4cb6-8a38-771de3f6715f.api.k8s.fr-par.scw.cloud:6443","cni":"cilium","commitment_ends_at":"2025-09-30T09:22:42.280238Z","created_at":"2025-09-30T09:22:42.280225Z","description":"","dns_wildcard":"*.d13dbe0a-26cd-4cb6-8a38-771de3f6715f.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"3699ef27-ed70-4f92-b265-fa9afdc5157d","id":"d13dbe0a-26cd-4cb6-8a38-771de3f6715f","name":"test-k8s-public-ip","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":"600a4d63-05bc-43d1-bd9e-fb6c43d36d85","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"","service_dns_ip":"","status":"ready","tags":["terraform-test","scaleway_k8s_cluster","public_ip"],"type":"kapsule","updated_at":"2025-09-30T09:24:12.498398Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1601" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:27:10 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - ec3e9214-691f-42c8-9e0b-517c3ea2848d - status: 200 OK - code: 200 - duration: 93.642542ms - - id: 32 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/ipam/v1/regions/fr-par/ips?order_by=created_at_desc&project_id=105bdce1-64c0-48ab-899d-868455867ecf&resource_name=scw-test-k8s-public-i-test-k8s-public-i-18c704&resource_type=unknown_type - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1123 - uncompressed: false - body: '{"ips":[{"address":"fd5f:519c:6d46:bfe8:902b:1e6e:4ab5:da11/64","created_at":"2025-09-30T09:25:58.922905Z","id":"eab1f386-adfc-4d6c-9722-fcc791402cae","is_ipv6":true,"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","resource":{"id":"0410921c-88ce-4690-81c3-ee2303d6f94c","mac_address":"02:00:00:14:D3:C6","name":"scw-test-k8s-public-i-test-k8s-public-i-18c704","type":"instance_private_nic"},"reverses":[],"source":{"subnet_id":"88efbfed-7127-47ee-8bff-ec6ff2011f42"},"tags":[],"updated_at":"2025-09-30T09:25:58.922905Z","zone":null},{"address":"172.17.188.3/22","created_at":"2025-09-30T09:25:58.813588Z","id":"12bda4f3-fc54-4973-bda3-71c3c03361b4","is_ipv6":false,"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","resource":{"id":"0410921c-88ce-4690-81c3-ee2303d6f94c","mac_address":"02:00:00:14:D3:C6","name":"scw-test-k8s-public-i-test-k8s-public-i-18c704","type":"instance_private_nic"},"reverses":[],"source":{"subnet_id":"a8bc6c89-83fa-43ab-b361-5799ff35dcc7"},"tags":[],"updated_at":"2025-09-30T09:25:58.813588Z","zone":null}],"total_count":2}' - headers: - Content-Length: - - "1123" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:27:10 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 92a6b2b7-b571-43b0-9921-d4f4856b2449 - status: 200 OK - code: 200 - duration: 81.623ms - - id: 33 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/fr-par/vpcs/0353b515-6eca-4815-a179-ac7fad3262a3 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 422 - uncompressed: false - body: '{"created_at":"2025-09-30T09:22:41.268334Z","custom_routes_propagation_enabled":true,"id":"0353b515-6eca-4815-a179-ac7fad3262a3","is_default":false,"name":"tf-vpc-wonderful-elgamal","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","private_network_count":1,"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","routing_enabled":true,"tags":[],"updated_at":"2025-09-30T09:22:41.268334Z"}' - headers: - Content-Length: - - "422" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:27:10 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 66d42026-edf1-4ba5-8e2a-da9962ea64c4 - status: 200 OK - code: 200 - duration: 28.08ms - - id: 34 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks/600a4d63-05bc-43d1-bd9e-fb6c43d36d85 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1089 - uncompressed: false - body: '{"created_at":"2025-09-30T09:22:41.391598Z","default_route_propagation_enabled":false,"dhcp_enabled":true,"id":"600a4d63-05bc-43d1-bd9e-fb6c43d36d85","name":"test-k8s-public-ip","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","subnets":[{"created_at":"2025-09-30T09:22:41.391598Z","id":"a8bc6c89-83fa-43ab-b361-5799ff35dcc7","private_network_id":"600a4d63-05bc-43d1-bd9e-fb6c43d36d85","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","subnet":"172.17.188.0/22","updated_at":"2025-09-30T09:22:41.391598Z","vpc_id":"0353b515-6eca-4815-a179-ac7fad3262a3"},{"created_at":"2025-09-30T09:22:41.391598Z","id":"88efbfed-7127-47ee-8bff-ec6ff2011f42","private_network_id":"600a4d63-05bc-43d1-bd9e-fb6c43d36d85","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","subnet":"fd5f:519c:6d46:bfe8::/64","updated_at":"2025-09-30T09:22:41.391598Z","vpc_id":"0353b515-6eca-4815-a179-ac7fad3262a3"}],"tags":[],"updated_at":"2025-09-30T09:22:41.391598Z","vpc_id":"0353b515-6eca-4815-a179-ac7fad3262a3"}' - headers: - Content-Length: - - "1089" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:27:11 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - c2fd857a-fbeb-450a-9998-74037e74d440 - status: 200 OK - code: 200 - duration: 30.291875ms - - id: 35 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/d13dbe0a-26cd-4cb6-8a38-771de3f6715f - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1601 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://d13dbe0a-26cd-4cb6-8a38-771de3f6715f.api.k8s.fr-par.scw.cloud:6443","cni":"cilium","commitment_ends_at":"2025-09-30T09:22:42.280238Z","created_at":"2025-09-30T09:22:42.280225Z","description":"","dns_wildcard":"*.d13dbe0a-26cd-4cb6-8a38-771de3f6715f.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"3699ef27-ed70-4f92-b265-fa9afdc5157d","id":"d13dbe0a-26cd-4cb6-8a38-771de3f6715f","name":"test-k8s-public-ip","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":"600a4d63-05bc-43d1-bd9e-fb6c43d36d85","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"","service_dns_ip":"","status":"ready","tags":["terraform-test","scaleway_k8s_cluster","public_ip"],"type":"kapsule","updated_at":"2025-09-30T09:24:12.498398Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1601" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:27:11 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - b3189751-0c52-4828-8fac-09c7fbe6de8d - status: 200 OK - code: 200 - duration: 105.012792ms - - id: 36 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/d13dbe0a-26cd-4cb6-8a38-771de3f6715f/kubeconfig - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1682 - uncompressed: false - body: '{"content":"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogInRlc3QtazhzLXB1YmxpYy1pcCIKICBjbHVzdGVyOgogICAgY2VydGlmaWNhdGUtYXV0aG9yaXR5LWRhdGE6IExTMHRMUzFDUlVkSlRpQkRSVkpVU1VaSlEwRlVSUzB0TFMwdENrMUpTVUpYYWtORFFWRkhaMEYzU1VKQlowbENRVVJCUzBKblozRm9hMnBQVUZGUlJFRnFRVlpOVWsxM1JWRlpSRlpSVVVSRmQzQnlaRmRLYkdOdE5Xd0taRWRXZWsxQ05GaEVWRWt4VFVScmVVOVVRVFZOYWtrd1RXeHZXRVJVVFRGTlJHdDVUMVJCTlUxcVNUQk5iRzkzUmxSRlZFMUNSVWRCTVZWRlFYaE5Td3BoTTFacFdsaEtkVnBZVW14amVrSmFUVUpOUjBKNWNVZFRUVFE1UVdkRlIwTkRjVWRUVFRRNVFYZEZTRUV3U1VGQ1IyTnhjVzFwWjNkd1JFMWtjVTVwQ2pKcGEwOUxObkozT1RWYVkyOXdOMGRJYTNkM2JrbFRlV1ppZUdWS2FYSXZNSEoxVEdabmNHOXdiVEJoY1U4NVdqQm5SV2RpVG5CWmExQnZhWHA0VmpNS2JsZGlhemR2WldwUmFrSkJUVUUwUjBFeFZXUkVkMFZDTDNkUlJVRjNTVU53UkVGUVFtZE9Wa2hTVFVKQlpqaEZRbFJCUkVGUlNDOU5RakJIUVRGVlpBcEVaMUZYUWtKUmJuaEVOMUJsZFhOc1JWQnJUWEpTYUdwTVRYSklkSEpMZFUxVVFVdENaMmR4YUd0cVQxQlJVVVJCWjA1SVFVUkNSVUZwUVU1MVdVVldDbmh0V2k4MGFqYzRMekZZV1VOS1QwdERUa1pzYzJGcFRXZFJjMll3U3pjdlQzUkVVRmRuU1dkVlZXMWhja3RxUkhCWk16QkxlRmhTU2pFclkxRlJTbFVLVGxoSmJHcENZWGRFY21nMVRVbEhNekE0UVQwS0xTMHRMUzFGVGtRZ1EwVlNWRWxHU1VOQlZFVXRMUzB0TFFvPQogICAgc2VydmVyOiBodHRwczovL2QxM2RiZTBhLTI2Y2QtNGNiNi04YTM4LTc3MWRlM2Y2NzE1Zi5hcGkuazhzLmZyLXBhci5zY3cuY2xvdWQ6NjQ0Mwpjb250ZXh0czoKLSBuYW1lOiBhZG1pbkB0ZXN0LWs4cy1wdWJsaWMtaXAKICBjb250ZXh0OgogICAgY2x1c3RlcjogInRlc3QtazhzLXB1YmxpYy1pcCIKICAgIHVzZXI6IHRlc3QtazhzLXB1YmxpYy1pcC1hZG1pbgpjdXJyZW50LWNvbnRleHQ6IGFkbWluQHRlc3QtazhzLXB1YmxpYy1pcApraW5kOiBDb25maWcKcHJlZmVyZW5jZXM6IHt9CnVzZXJzOgotIG5hbWU6IHRlc3QtazhzLXB1YmxpYy1pcC1hZG1pbgogIHVzZXI6CiAgICB0b2tlbjogdW9lMWdGY2o2ZFp1OGt3amt0dGpnU3BGRXplUlhoWUJ4THVNYjJ0U3dTczNvOGdqSXdacGVWOWU=","content_type":"application/octet-stream","name":"kubeconfig"}' - headers: - Content-Length: - - "1682" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:27:11 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - e84971b0-80c2-40e7-a72c-012162448b28 - status: 200 OK - code: 200 - duration: 73.472ms - - id: 37 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/d85ba64d-4b6b-49f7-afac-6532ee6cc508 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 716 - uncompressed: false - body: '{"autohealing":true,"autoscaling":false,"cluster_id":"d13dbe0a-26cd-4cb6-8a38-771de3f6715f","container_runtime":"containerd","created_at":"2025-09-30T09:22:48.232011Z","id":"d85ba64d-4b6b-49f7-afac-6532ee6cc508","kubelet_args":{},"max_size":1,"min_size":1,"name":"test-k8s-public-ip","new_images_enabled":true,"node_type":"pro2_xxs","placement_group_id":null,"public_ip_disabled":false,"region":"fr-par","root_volume_size":20000000000,"root_volume_type":"sbs_5k","security_group_id":"d49109f7-0bad-4991-b0fb-853c658463d2","size":1,"status":"ready","tags":[],"updated_at":"2025-09-30T09:27:05.795878Z","upgrade_policy":{"max_surge":0,"max_unavailable":1},"version":"1.34.1","zone":"fr-par-1"}' - headers: - Content-Length: - - "716" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:27:11 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - ccc076ab-1300-4c4a-a011-22b0667fb1d7 - status: 200 OK - code: 200 - duration: 94.62325ms - - id: 38 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/d13dbe0a-26cd-4cb6-8a38-771de3f6715f/nodes?order_by=created_at_asc&page=1&pool_id=d85ba64d-4b6b-49f7-afac-6532ee6cc508&status=unknown - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 621 - uncompressed: false - body: '{"nodes":[{"cluster_id":"d13dbe0a-26cd-4cb6-8a38-771de3f6715f","conditions":{"DiskPressure":"False","MemoryPressure":"False","PIDPressure":"False","Ready":"True"},"created_at":"2025-09-30T09:25:54.806775Z","error_message":"","id":"18c70418-9d4d-4d7b-9ed9-bb3dbbdcb7d9","name":"scw-test-k8s-public-i-test-k8s-public-i-18c704","pool_id":"d85ba64d-4b6b-49f7-afac-6532ee6cc508","provider_id":"scaleway://instance/fr-par-1/2cb0ded9-b6b0-4131-8630-1c00ca19ed00","public_ip_v4":"163.172.149.221","public_ip_v6":null,"region":"fr-par","status":"ready","updated_at":"2025-09-30T09:27:05.786150Z"}],"total_count":1}' - headers: - Content-Length: - - "621" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:27:11 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 10ed4ed3-9247-47f1-a5f1-aea01f003442 - status: 200 OK - code: 200 - duration: 105.555042ms - - id: 39 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/d13dbe0a-26cd-4cb6-8a38-771de3f6715f - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1601 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://d13dbe0a-26cd-4cb6-8a38-771de3f6715f.api.k8s.fr-par.scw.cloud:6443","cni":"cilium","commitment_ends_at":"2025-09-30T09:22:42.280238Z","created_at":"2025-09-30T09:22:42.280225Z","description":"","dns_wildcard":"*.d13dbe0a-26cd-4cb6-8a38-771de3f6715f.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"3699ef27-ed70-4f92-b265-fa9afdc5157d","id":"d13dbe0a-26cd-4cb6-8a38-771de3f6715f","name":"test-k8s-public-ip","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":"600a4d63-05bc-43d1-bd9e-fb6c43d36d85","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"","service_dns_ip":"","status":"ready","tags":["terraform-test","scaleway_k8s_cluster","public_ip"],"type":"kapsule","updated_at":"2025-09-30T09:24:12.498398Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1601" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:27:11 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 97ca5ed1-a5a6-4223-9efb-741d86811686 - status: 200 OK - code: 200 - duration: 84.523833ms - - id: 40 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/ipam/v1/regions/fr-par/ips?order_by=created_at_desc&project_id=105bdce1-64c0-48ab-899d-868455867ecf&resource_name=scw-test-k8s-public-i-test-k8s-public-i-18c704&resource_type=unknown_type - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1123 - uncompressed: false - body: '{"ips":[{"address":"fd5f:519c:6d46:bfe8:902b:1e6e:4ab5:da11/64","created_at":"2025-09-30T09:25:58.922905Z","id":"eab1f386-adfc-4d6c-9722-fcc791402cae","is_ipv6":true,"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","resource":{"id":"0410921c-88ce-4690-81c3-ee2303d6f94c","mac_address":"02:00:00:14:D3:C6","name":"scw-test-k8s-public-i-test-k8s-public-i-18c704","type":"instance_private_nic"},"reverses":[],"source":{"subnet_id":"88efbfed-7127-47ee-8bff-ec6ff2011f42"},"tags":[],"updated_at":"2025-09-30T09:25:58.922905Z","zone":null},{"address":"172.17.188.3/22","created_at":"2025-09-30T09:25:58.813588Z","id":"12bda4f3-fc54-4973-bda3-71c3c03361b4","is_ipv6":false,"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","resource":{"id":"0410921c-88ce-4690-81c3-ee2303d6f94c","mac_address":"02:00:00:14:D3:C6","name":"scw-test-k8s-public-i-test-k8s-public-i-18c704","type":"instance_private_nic"},"reverses":[],"source":{"subnet_id":"a8bc6c89-83fa-43ab-b361-5799ff35dcc7"},"tags":[],"updated_at":"2025-09-30T09:25:58.813588Z","zone":null}],"total_count":2}' - headers: - Content-Length: - - "1123" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:27:11 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 97e21a3b-c111-4c0e-afd1-18b2cb3cb22e - status: 200 OK - code: 200 - duration: 34.858417ms - - id: 41 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/d85ba64d-4b6b-49f7-afac-6532ee6cc508 - method: DELETE - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 719 - uncompressed: false - body: '{"autohealing":true,"autoscaling":false,"cluster_id":"d13dbe0a-26cd-4cb6-8a38-771de3f6715f","container_runtime":"containerd","created_at":"2025-09-30T09:22:48.232011Z","id":"d85ba64d-4b6b-49f7-afac-6532ee6cc508","kubelet_args":{},"max_size":1,"min_size":1,"name":"test-k8s-public-ip","new_images_enabled":true,"node_type":"pro2_xxs","placement_group_id":null,"public_ip_disabled":false,"region":"fr-par","root_volume_size":20000000000,"root_volume_type":"sbs_5k","security_group_id":"d49109f7-0bad-4991-b0fb-853c658463d2","size":1,"status":"deleting","tags":[],"updated_at":"2025-09-30T09:27:11.904613Z","upgrade_policy":{"max_surge":0,"max_unavailable":1},"version":"1.34.1","zone":"fr-par-1"}' - headers: - Content-Length: - - "719" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:27:11 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - b03ff703-ae04-4156-8f4d-95aad588430b - status: 200 OK - code: 200 - duration: 100.1285ms - - id: 42 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/d85ba64d-4b6b-49f7-afac-6532ee6cc508 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 719 - uncompressed: false - body: '{"autohealing":true,"autoscaling":false,"cluster_id":"d13dbe0a-26cd-4cb6-8a38-771de3f6715f","container_runtime":"containerd","created_at":"2025-09-30T09:22:48.232011Z","id":"d85ba64d-4b6b-49f7-afac-6532ee6cc508","kubelet_args":{},"max_size":1,"min_size":1,"name":"test-k8s-public-ip","new_images_enabled":true,"node_type":"pro2_xxs","placement_group_id":null,"public_ip_disabled":false,"region":"fr-par","root_volume_size":20000000000,"root_volume_type":"sbs_5k","security_group_id":"d49109f7-0bad-4991-b0fb-853c658463d2","size":1,"status":"deleting","tags":[],"updated_at":"2025-09-30T09:27:11.904613Z","upgrade_policy":{"max_surge":0,"max_unavailable":1},"version":"1.34.1","zone":"fr-par-1"}' - headers: - Content-Length: - - "719" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:27:12 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - b06dc347-ada1-4020-b5aa-663189f918c9 - status: 200 OK - code: 200 - duration: 79.588209ms - - id: 43 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/d85ba64d-4b6b-49f7-afac-6532ee6cc508 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 125 - uncompressed: false - body: '{"message":"resource is not found","resource":"pool","resource_id":"d85ba64d-4b6b-49f7-afac-6532ee6cc508","type":"not_found"}' - headers: - Content-Length: - - "125" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:29:24 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 48252d3b-265c-42f1-aec7-1b68febbe8ae - status: 404 Not Found - code: 404 - duration: 32.568333ms - - id: 44 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 152 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: '{"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","name":"test-k8s-public-ip","tags":[],"type":"VPC-GW-S","enable_smtp":false,"enable_bastion":false}' - form: {} - headers: - Content-Type: - - application/json - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc-gw/v2/zones/fr-par-1/gateways - method: POST - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 922 - uncompressed: false - body: '{"bandwidth":100,"bastion_allowed_ips":["0.0.0.0/0"],"bastion_enabled":false,"bastion_port":61000,"created_at":"2025-09-30T09:29:25.025935Z","gateway_networks":[],"id":"a4e2e85a-7441-4bb3-93a2-cf0b9d609430","ipv4":{"address":"163.172.149.50","created_at":"2025-09-30T09:29:25.000465Z","gateway_id":"a4e2e85a-7441-4bb3-93a2-cf0b9d609430","id":"60a58107-d33a-4b23-af68-3faf68832327","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","reverse":"50-149-172-163.instances.scw.cloud","tags":[],"updated_at":"2025-09-30T09:29:25.000465Z","zone":"fr-par-1"},"is_legacy":false,"name":"test-k8s-public-ip","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","smtp_enabled":false,"status":"allocating","tags":[],"type":"VPC-GW-S","updated_at":"2025-09-30T09:29:25.025935Z","zone":"fr-par-1"}' - headers: - Content-Length: - - "922" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:29:25 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 6f83ae94-daa6-446b-8ae6-d94afe17a0b2 - status: 200 OK - code: 200 - duration: 693.528583ms - - id: 45 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc-gw/v2/zones/fr-par-1/gateways/a4e2e85a-7441-4bb3-93a2-cf0b9d609430 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 941 - uncompressed: false - body: '{"bandwidth":100,"bastion_allowed_ips":["0.0.0.0/0"],"bastion_enabled":false,"bastion_port":61000,"created_at":"2025-09-30T09:29:25.025935Z","gateway_networks":[],"id":"a4e2e85a-7441-4bb3-93a2-cf0b9d609430","ipv4":{"address":"163.172.149.50","created_at":"2025-09-30T09:29:25.000465Z","gateway_id":"a4e2e85a-7441-4bb3-93a2-cf0b9d609430","id":"60a58107-d33a-4b23-af68-3faf68832327","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","reverse":"50-149-172-163.instances.scw.cloud","tags":[],"updated_at":"2025-09-30T09:29:25.000465Z","zone":"fr-par-1"},"is_legacy":false,"name":"test-k8s-public-ip","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","smtp_enabled":false,"status":"allocating","tags":[],"type":"VPC-GW-S","updated_at":"2025-09-30T09:29:25.061752Z","version":"0.7.4","zone":"fr-par-1"}' - headers: - Content-Length: - - "941" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:29:25 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 2fb6deba-c50a-443d-b33e-8483f760f6fc - status: 200 OK - code: 200 - duration: 37.663417ms - - id: 46 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc-gw/v2/zones/fr-par-1/gateways/a4e2e85a-7441-4bb3-93a2-cf0b9d609430 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 938 - uncompressed: false - body: '{"bandwidth":100,"bastion_allowed_ips":["0.0.0.0/0"],"bastion_enabled":false,"bastion_port":61000,"created_at":"2025-09-30T09:29:25.025935Z","gateway_networks":[],"id":"a4e2e85a-7441-4bb3-93a2-cf0b9d609430","ipv4":{"address":"163.172.149.50","created_at":"2025-09-30T09:29:25.000465Z","gateway_id":"a4e2e85a-7441-4bb3-93a2-cf0b9d609430","id":"60a58107-d33a-4b23-af68-3faf68832327","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","reverse":"50-149-172-163.instances.scw.cloud","tags":[],"updated_at":"2025-09-30T09:29:25.000465Z","zone":"fr-par-1"},"is_legacy":false,"name":"test-k8s-public-ip","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","smtp_enabled":false,"status":"running","tags":[],"type":"VPC-GW-S","updated_at":"2025-09-30T09:29:30.125899Z","version":"0.7.4","zone":"fr-par-1"}' - headers: - Content-Length: - - "938" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:29:30 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 71a13f07-a5ef-4942-9578-7d3c8bf73677 - status: 200 OK - code: 200 - duration: 45.469375ms - - id: 47 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc-gw/v2/zones/fr-par-1/gateways/a4e2e85a-7441-4bb3-93a2-cf0b9d609430 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 938 - uncompressed: false - body: '{"bandwidth":100,"bastion_allowed_ips":["0.0.0.0/0"],"bastion_enabled":false,"bastion_port":61000,"created_at":"2025-09-30T09:29:25.025935Z","gateway_networks":[],"id":"a4e2e85a-7441-4bb3-93a2-cf0b9d609430","ipv4":{"address":"163.172.149.50","created_at":"2025-09-30T09:29:25.000465Z","gateway_id":"a4e2e85a-7441-4bb3-93a2-cf0b9d609430","id":"60a58107-d33a-4b23-af68-3faf68832327","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","reverse":"50-149-172-163.instances.scw.cloud","tags":[],"updated_at":"2025-09-30T09:29:25.000465Z","zone":"fr-par-1"},"is_legacy":false,"name":"test-k8s-public-ip","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","smtp_enabled":false,"status":"running","tags":[],"type":"VPC-GW-S","updated_at":"2025-09-30T09:29:30.125899Z","version":"0.7.4","zone":"fr-par-1"}' - headers: - Content-Length: - - "938" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:29:30 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 3113a620-e6cf-49fe-826b-63a4a02b5748 - status: 200 OK - code: 200 - duration: 39.489417ms - - id: 48 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc-gw/v2/zones/fr-par-1/gateways/a4e2e85a-7441-4bb3-93a2-cf0b9d609430 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 938 - uncompressed: false - body: '{"bandwidth":100,"bastion_allowed_ips":["0.0.0.0/0"],"bastion_enabled":false,"bastion_port":61000,"created_at":"2025-09-30T09:29:25.025935Z","gateway_networks":[],"id":"a4e2e85a-7441-4bb3-93a2-cf0b9d609430","ipv4":{"address":"163.172.149.50","created_at":"2025-09-30T09:29:25.000465Z","gateway_id":"a4e2e85a-7441-4bb3-93a2-cf0b9d609430","id":"60a58107-d33a-4b23-af68-3faf68832327","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","reverse":"50-149-172-163.instances.scw.cloud","tags":[],"updated_at":"2025-09-30T09:29:25.000465Z","zone":"fr-par-1"},"is_legacy":false,"name":"test-k8s-public-ip","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","smtp_enabled":false,"status":"running","tags":[],"type":"VPC-GW-S","updated_at":"2025-09-30T09:29:30.125899Z","version":"0.7.4","zone":"fr-par-1"}' - headers: - Content-Length: - - "938" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:29:30 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - f377cfa6-4614-4547-9dca-e4283c245356 - status: 200 OK - code: 200 - duration: 34.975833ms - - id: 49 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 164 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: '{"gateway_id":"a4e2e85a-7441-4bb3-93a2-cf0b9d609430","private_network_id":"600a4d63-05bc-43d1-bd9e-fb6c43d36d85","enable_masquerade":true,"push_default_route":true}' - form: {} - headers: - Content-Type: - - application/json - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc-gw/v2/zones/fr-par-1/gateway-networks - method: POST - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 393 - uncompressed: false - body: '{"created_at":"2025-09-30T09:29:30.466765Z","gateway_id":"a4e2e85a-7441-4bb3-93a2-cf0b9d609430","id":"0376ee26-295d-4e9d-9f99-d5bc8dcefdf9","ipam_ip_id":"b1061d73-13b2-4f48-a974-12fc847d7c05","masquerade_enabled":true,"private_network_id":"600a4d63-05bc-43d1-bd9e-fb6c43d36d85","push_default_route":true,"status":"created","updated_at":"2025-09-30T09:29:30.466765Z","zone":"fr-par-1"}' - headers: - Content-Length: - - "393" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:29:30 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 5723a1f4-2571-408b-994d-a3d8f473fea9 - status: 200 OK - code: 200 - duration: 269.167875ms - - id: 50 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc-gw/v2/zones/fr-par-1/gateways/a4e2e85a-7441-4bb3-93a2-cf0b9d609430 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1335 - uncompressed: false - body: '{"bandwidth":100,"bastion_allowed_ips":["0.0.0.0/0"],"bastion_enabled":false,"bastion_port":61000,"created_at":"2025-09-30T09:29:25.025935Z","gateway_networks":[{"created_at":"2025-09-30T09:29:30.466765Z","gateway_id":"a4e2e85a-7441-4bb3-93a2-cf0b9d609430","id":"0376ee26-295d-4e9d-9f99-d5bc8dcefdf9","ipam_ip_id":"b1061d73-13b2-4f48-a974-12fc847d7c05","masquerade_enabled":true,"private_network_id":"600a4d63-05bc-43d1-bd9e-fb6c43d36d85","push_default_route":true,"status":"created","updated_at":"2025-09-30T09:29:30.466765Z","zone":"fr-par-1"}],"id":"a4e2e85a-7441-4bb3-93a2-cf0b9d609430","ipv4":{"address":"163.172.149.50","created_at":"2025-09-30T09:29:25.000465Z","gateway_id":"a4e2e85a-7441-4bb3-93a2-cf0b9d609430","id":"60a58107-d33a-4b23-af68-3faf68832327","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","reverse":"50-149-172-163.instances.scw.cloud","tags":[],"updated_at":"2025-09-30T09:29:25.000465Z","zone":"fr-par-1"},"is_legacy":false,"name":"test-k8s-public-ip","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","smtp_enabled":false,"status":"configuring","tags":[],"type":"VPC-GW-S","updated_at":"2025-09-30T09:29:30.552463Z","version":"0.7.4","zone":"fr-par-1"}' - headers: - Content-Length: - - "1335" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:29:30 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - bda805d6-a0b2-48b0-855f-e445db7bc5cc - status: 200 OK - code: 200 - duration: 36.030916ms - - id: 51 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc-gw/v2/zones/fr-par-1/gateways/a4e2e85a-7441-4bb3-93a2-cf0b9d609430 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1364 - uncompressed: false - body: '{"bandwidth":100,"bastion_allowed_ips":["0.0.0.0/0"],"bastion_enabled":false,"bastion_port":61000,"created_at":"2025-09-30T09:29:25.025935Z","gateway_networks":[{"created_at":"2025-09-30T09:29:30.466765Z","gateway_id":"a4e2e85a-7441-4bb3-93a2-cf0b9d609430","id":"0376ee26-295d-4e9d-9f99-d5bc8dcefdf9","ipam_ip_id":"b1061d73-13b2-4f48-a974-12fc847d7c05","mac_address":"02:00:00:16:FC:FF","masquerade_enabled":true,"private_network_id":"600a4d63-05bc-43d1-bd9e-fb6c43d36d85","push_default_route":true,"status":"ready","updated_at":"2025-09-30T09:29:40.306907Z","zone":"fr-par-1"}],"id":"a4e2e85a-7441-4bb3-93a2-cf0b9d609430","ipv4":{"address":"163.172.149.50","created_at":"2025-09-30T09:29:25.000465Z","gateway_id":"a4e2e85a-7441-4bb3-93a2-cf0b9d609430","id":"60a58107-d33a-4b23-af68-3faf68832327","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","reverse":"50-149-172-163.instances.scw.cloud","tags":[],"updated_at":"2025-09-30T09:29:25.000465Z","zone":"fr-par-1"},"is_legacy":false,"name":"test-k8s-public-ip","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","smtp_enabled":false,"status":"running","tags":[],"type":"VPC-GW-S","updated_at":"2025-09-30T09:29:40.439759Z","version":"0.7.4","zone":"fr-par-1"}' - headers: - Content-Length: - - "1364" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:29:40 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 55754bec-2832-4578-8851-6d823f796e44 - status: 200 OK - code: 200 - duration: 29.085792ms - - id: 52 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc-gw/v2/zones/fr-par-1/gateway-networks/0376ee26-295d-4e9d-9f99-d5bc8dcefdf9 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 426 - uncompressed: false - body: '{"created_at":"2025-09-30T09:29:30.466765Z","gateway_id":"a4e2e85a-7441-4bb3-93a2-cf0b9d609430","id":"0376ee26-295d-4e9d-9f99-d5bc8dcefdf9","ipam_ip_id":"b1061d73-13b2-4f48-a974-12fc847d7c05","mac_address":"02:00:00:16:FC:FF","masquerade_enabled":true,"private_network_id":"600a4d63-05bc-43d1-bd9e-fb6c43d36d85","push_default_route":true,"status":"ready","updated_at":"2025-09-30T09:29:40.306907Z","zone":"fr-par-1"}' - headers: - Content-Length: - - "426" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:29:40 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 6e45e2e0-d88f-4cf4-8a9a-d91713bc18ce - status: 200 OK - code: 200 - duration: 53.287292ms - - id: 53 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc-gw/v2/zones/fr-par-1/gateway-networks/0376ee26-295d-4e9d-9f99-d5bc8dcefdf9 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 426 - uncompressed: false - body: '{"created_at":"2025-09-30T09:29:30.466765Z","gateway_id":"a4e2e85a-7441-4bb3-93a2-cf0b9d609430","id":"0376ee26-295d-4e9d-9f99-d5bc8dcefdf9","ipam_ip_id":"b1061d73-13b2-4f48-a974-12fc847d7c05","mac_address":"02:00:00:16:FC:FF","masquerade_enabled":true,"private_network_id":"600a4d63-05bc-43d1-bd9e-fb6c43d36d85","push_default_route":true,"status":"ready","updated_at":"2025-09-30T09:29:40.306907Z","zone":"fr-par-1"}' - headers: - Content-Length: - - "426" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:29:40 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 77bac7ef-3af8-4f0a-b6be-2bf282194ff7 - status: 200 OK - code: 200 - duration: 34.726791ms - - id: 54 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc-gw/v2/zones/fr-par-1/gateways/a4e2e85a-7441-4bb3-93a2-cf0b9d609430 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1364 - uncompressed: false - body: '{"bandwidth":100,"bastion_allowed_ips":["0.0.0.0/0"],"bastion_enabled":false,"bastion_port":61000,"created_at":"2025-09-30T09:29:25.025935Z","gateway_networks":[{"created_at":"2025-09-30T09:29:30.466765Z","gateway_id":"a4e2e85a-7441-4bb3-93a2-cf0b9d609430","id":"0376ee26-295d-4e9d-9f99-d5bc8dcefdf9","ipam_ip_id":"b1061d73-13b2-4f48-a974-12fc847d7c05","mac_address":"02:00:00:16:FC:FF","masquerade_enabled":true,"private_network_id":"600a4d63-05bc-43d1-bd9e-fb6c43d36d85","push_default_route":true,"status":"ready","updated_at":"2025-09-30T09:29:40.306907Z","zone":"fr-par-1"}],"id":"a4e2e85a-7441-4bb3-93a2-cf0b9d609430","ipv4":{"address":"163.172.149.50","created_at":"2025-09-30T09:29:25.000465Z","gateway_id":"a4e2e85a-7441-4bb3-93a2-cf0b9d609430","id":"60a58107-d33a-4b23-af68-3faf68832327","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","reverse":"50-149-172-163.instances.scw.cloud","tags":[],"updated_at":"2025-09-30T09:29:25.000465Z","zone":"fr-par-1"},"is_legacy":false,"name":"test-k8s-public-ip","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","smtp_enabled":false,"status":"running","tags":[],"type":"VPC-GW-S","updated_at":"2025-09-30T09:29:40.439759Z","version":"0.7.4","zone":"fr-par-1"}' - headers: - Content-Length: - - "1364" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:29:40 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - b0ba76dd-eb05-4e52-a106-7e1d08abcc32 - status: 200 OK - code: 200 - duration: 45.491709ms - - id: 55 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/ipam/v1/regions/fr-par/ips?order_by=created_at_desc&private_network_id=600a4d63-05bc-43d1-bd9e-fb6c43d36d85&project_id=105bdce1-64c0-48ab-899d-868455867ecf&resource_id=0376ee26-295d-4e9d-9f99-d5bc8dcefdf9&resource_type=vpc_gateway_network - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 532 - uncompressed: false - body: '{"ips":[{"address":"172.17.188.4/22","created_at":"2025-09-30T09:29:30.441732Z","id":"b1061d73-13b2-4f48-a974-12fc847d7c05","is_ipv6":false,"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","resource":{"id":"0376ee26-295d-4e9d-9f99-d5bc8dcefdf9","mac_address":"02:00:00:16:FC:FF","name":"test-k8s-public-ip","type":"vpc_gateway_network"},"reverses":[],"source":{"subnet_id":"a8bc6c89-83fa-43ab-b361-5799ff35dcc7"},"tags":[],"updated_at":"2025-09-30T09:29:30.858419Z","zone":null}],"total_count":1}' - headers: - Content-Length: - - "532" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:29:40 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 35f71d33-ec64-4972-a61a-0add21e23448 - status: 200 OK - code: 200 - duration: 54.627834ms - - id: 56 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/d13dbe0a-26cd-4cb6-8a38-771de3f6715f - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1609 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://d13dbe0a-26cd-4cb6-8a38-771de3f6715f.api.k8s.fr-par.scw.cloud:6443","cni":"cilium","commitment_ends_at":"2025-09-30T09:22:42.280238Z","created_at":"2025-09-30T09:22:42.280225Z","description":"","dns_wildcard":"*.d13dbe0a-26cd-4cb6-8a38-771de3f6715f.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"3699ef27-ed70-4f92-b265-fa9afdc5157d","id":"d13dbe0a-26cd-4cb6-8a38-771de3f6715f","name":"test-k8s-public-ip","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":"600a4d63-05bc-43d1-bd9e-fb6c43d36d85","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"","service_dns_ip":"","status":"pool_required","tags":["terraform-test","scaleway_k8s_cluster","public_ip"],"type":"kapsule","updated_at":"2025-09-30T09:29:23.415229Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1609" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:29:40 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 55e9cc66-e1cf-4903-8a44-68294c5adf48 - status: 200 OK - code: 200 - duration: 79.282333ms - - id: 57 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 272 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: '{"name":"test-k8s-public-ip","node_type":"pro2_xxs","autoscaling":false,"size":1,"min_size":1,"max_size":1,"container_runtime":"containerd","autohealing":true,"tags":[],"kubelet_args":{},"zone":"fr-par-1","root_volume_type":"default_volume_type","public_ip_disabled":true}' - form: {} - headers: - Content-Type: - - application/json - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/d13dbe0a-26cd-4cb6-8a38-771de3f6715f/pools - method: POST - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 717 - uncompressed: false - body: '{"autohealing":true,"autoscaling":false,"cluster_id":"d13dbe0a-26cd-4cb6-8a38-771de3f6715f","container_runtime":"containerd","created_at":"2025-09-30T09:29:41.007046Z","id":"7a9c01fd-40ae-4de0-b4c3-059d0c8e3b45","kubelet_args":{},"max_size":1,"min_size":1,"name":"test-k8s-public-ip","new_images_enabled":true,"node_type":"pro2_xxs","placement_group_id":null,"public_ip_disabled":true,"region":"fr-par","root_volume_size":20000000000,"root_volume_type":"sbs_5k","security_group_id":"d49109f7-0bad-4991-b0fb-853c658463d2","size":1,"status":"scaling","tags":[],"updated_at":"2025-09-30T09:29:41.007046Z","upgrade_policy":{"max_surge":0,"max_unavailable":1},"version":"1.34.1","zone":"fr-par-1"}' - headers: - Content-Length: - - "717" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:29:41 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - acf4ec9d-6d16-42a7-9d80-6cd612baa35e - status: 200 OK - code: 200 - duration: 247.9055ms - - id: 58 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/7a9c01fd-40ae-4de0-b4c3-059d0c8e3b45 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 717 - uncompressed: false - body: '{"autohealing":true,"autoscaling":false,"cluster_id":"d13dbe0a-26cd-4cb6-8a38-771de3f6715f","container_runtime":"containerd","created_at":"2025-09-30T09:29:41.007046Z","id":"7a9c01fd-40ae-4de0-b4c3-059d0c8e3b45","kubelet_args":{},"max_size":1,"min_size":1,"name":"test-k8s-public-ip","new_images_enabled":true,"node_type":"pro2_xxs","placement_group_id":null,"public_ip_disabled":true,"region":"fr-par","root_volume_size":20000000000,"root_volume_type":"sbs_5k","security_group_id":"d49109f7-0bad-4991-b0fb-853c658463d2","size":1,"status":"scaling","tags":[],"updated_at":"2025-09-30T09:29:41.007046Z","upgrade_policy":{"max_surge":0,"max_unavailable":1},"version":"1.34.1","zone":"fr-par-1"}' - headers: - Content-Length: - - "717" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:29:41 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - dbb09374-a1ba-4962-bfdc-fc137d0e4a33 - status: 200 OK - code: 200 - duration: 86.620875ms - - id: 59 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/7a9c01fd-40ae-4de0-b4c3-059d0c8e3b45 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 715 - uncompressed: false - body: '{"autohealing":true,"autoscaling":false,"cluster_id":"d13dbe0a-26cd-4cb6-8a38-771de3f6715f","container_runtime":"containerd","created_at":"2025-09-30T09:29:41.007046Z","id":"7a9c01fd-40ae-4de0-b4c3-059d0c8e3b45","kubelet_args":{},"max_size":1,"min_size":1,"name":"test-k8s-public-ip","new_images_enabled":true,"node_type":"pro2_xxs","placement_group_id":null,"public_ip_disabled":true,"region":"fr-par","root_volume_size":20000000000,"root_volume_type":"sbs_5k","security_group_id":"d49109f7-0bad-4991-b0fb-853c658463d2","size":1,"status":"ready","tags":[],"updated_at":"2025-09-30T09:34:05.855599Z","upgrade_policy":{"max_surge":0,"max_unavailable":1},"version":"1.34.1","zone":"fr-par-1"}' - headers: - Content-Length: - - "715" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:34:06 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 976e19b0-cca7-4fcf-9e5a-2601c1c62420 - status: 200 OK - code: 200 - duration: 97.528792ms - - id: 60 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/d13dbe0a-26cd-4cb6-8a38-771de3f6715f - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1601 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://d13dbe0a-26cd-4cb6-8a38-771de3f6715f.api.k8s.fr-par.scw.cloud:6443","cni":"cilium","commitment_ends_at":"2025-09-30T09:22:42.280238Z","created_at":"2025-09-30T09:22:42.280225Z","description":"","dns_wildcard":"*.d13dbe0a-26cd-4cb6-8a38-771de3f6715f.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"3699ef27-ed70-4f92-b265-fa9afdc5157d","id":"d13dbe0a-26cd-4cb6-8a38-771de3f6715f","name":"test-k8s-public-ip","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":"600a4d63-05bc-43d1-bd9e-fb6c43d36d85","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"","service_dns_ip":"","status":"ready","tags":["terraform-test","scaleway_k8s_cluster","public_ip"],"type":"kapsule","updated_at":"2025-09-30T09:32:35.007198Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1601" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:34:06 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 92f3300e-7945-4039-a70f-052f03523f5c - status: 200 OK - code: 200 - duration: 84.839292ms - - id: 61 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/7a9c01fd-40ae-4de0-b4c3-059d0c8e3b45 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 715 - uncompressed: false - body: '{"autohealing":true,"autoscaling":false,"cluster_id":"d13dbe0a-26cd-4cb6-8a38-771de3f6715f","container_runtime":"containerd","created_at":"2025-09-30T09:29:41.007046Z","id":"7a9c01fd-40ae-4de0-b4c3-059d0c8e3b45","kubelet_args":{},"max_size":1,"min_size":1,"name":"test-k8s-public-ip","new_images_enabled":true,"node_type":"pro2_xxs","placement_group_id":null,"public_ip_disabled":true,"region":"fr-par","root_volume_size":20000000000,"root_volume_type":"sbs_5k","security_group_id":"d49109f7-0bad-4991-b0fb-853c658463d2","size":1,"status":"ready","tags":[],"updated_at":"2025-09-30T09:34:05.855599Z","upgrade_policy":{"max_surge":0,"max_unavailable":1},"version":"1.34.1","zone":"fr-par-1"}' - headers: - Content-Length: - - "715" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:34:07 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 4e8718b7-58f3-40e2-ad41-e0d19addbe32 - status: 200 OK - code: 200 - duration: 100.654833ms - - id: 62 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/d13dbe0a-26cd-4cb6-8a38-771de3f6715f/nodes?order_by=created_at_asc&page=1&pool_id=7a9c01fd-40ae-4de0-b4c3-059d0c8e3b45&status=unknown - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 606 - uncompressed: false - body: '{"nodes":[{"cluster_id":"d13dbe0a-26cd-4cb6-8a38-771de3f6715f","conditions":{"DiskPressure":"False","MemoryPressure":"False","PIDPressure":"False","Ready":"True"},"created_at":"2025-09-30T09:33:05.315524Z","error_message":"","id":"a52b2153-138d-41d7-80a1-52050e3a0d63","name":"scw-test-k8s-public-i-test-k8s-public-i-a52b21","pool_id":"7a9c01fd-40ae-4de0-b4c3-059d0c8e3b45","provider_id":"scaleway://instance/fr-par-1/35ac5839-842e-42e1-8256-8dca7e1e6500","public_ip_v4":"","public_ip_v6":null,"region":"fr-par","status":"ready","updated_at":"2025-09-30T09:34:05.828609Z"}],"total_count":1}' - headers: - Content-Length: - - "606" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:34:07 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 138de8e6-9656-4952-9d0d-79881ce17a20 - status: 200 OK - code: 200 - duration: 89.9635ms - - id: 63 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/d13dbe0a-26cd-4cb6-8a38-771de3f6715f - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1601 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://d13dbe0a-26cd-4cb6-8a38-771de3f6715f.api.k8s.fr-par.scw.cloud:6443","cni":"cilium","commitment_ends_at":"2025-09-30T09:22:42.280238Z","created_at":"2025-09-30T09:22:42.280225Z","description":"","dns_wildcard":"*.d13dbe0a-26cd-4cb6-8a38-771de3f6715f.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"3699ef27-ed70-4f92-b265-fa9afdc5157d","id":"d13dbe0a-26cd-4cb6-8a38-771de3f6715f","name":"test-k8s-public-ip","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":"600a4d63-05bc-43d1-bd9e-fb6c43d36d85","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"","service_dns_ip":"","status":"ready","tags":["terraform-test","scaleway_k8s_cluster","public_ip"],"type":"kapsule","updated_at":"2025-09-30T09:32:35.007198Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1601" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:34:07 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - ccee5aad-0119-4efe-9d4d-8216d173e701 - status: 200 OK - code: 200 - duration: 88.758709ms - - id: 64 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/ipam/v1/regions/fr-par/ips?order_by=created_at_desc&project_id=105bdce1-64c0-48ab-899d-868455867ecf&resource_name=scw-test-k8s-public-i-test-k8s-public-i-a52b21&resource_type=unknown_type - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1122 - uncompressed: false - body: '{"ips":[{"address":"fd5f:519c:6d46:bfe8:833e:9e65:c3f:5692/64","created_at":"2025-09-30T09:33:06.992673Z","id":"c18a5de1-2699-4946-bce8-5b19687a0b6d","is_ipv6":true,"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","resource":{"id":"e402a888-c9af-498f-b8fa-b8652b346d65","mac_address":"02:00:00:12:11:2C","name":"scw-test-k8s-public-i-test-k8s-public-i-a52b21","type":"instance_private_nic"},"reverses":[],"source":{"subnet_id":"88efbfed-7127-47ee-8bff-ec6ff2011f42"},"tags":[],"updated_at":"2025-09-30T09:33:06.992673Z","zone":null},{"address":"172.17.188.3/22","created_at":"2025-09-30T09:33:06.858515Z","id":"86b8760c-8e78-48c2-bac0-188c96325be2","is_ipv6":false,"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","resource":{"id":"e402a888-c9af-498f-b8fa-b8652b346d65","mac_address":"02:00:00:12:11:2C","name":"scw-test-k8s-public-i-test-k8s-public-i-a52b21","type":"instance_private_nic"},"reverses":[],"source":{"subnet_id":"a8bc6c89-83fa-43ab-b361-5799ff35dcc7"},"tags":[],"updated_at":"2025-09-30T09:33:06.858515Z","zone":null}],"total_count":2}' - headers: - Content-Length: - - "1122" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:34:07 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 89b0bb85-01aa-4bff-a058-9f51c7244466 - status: 200 OK - code: 200 - duration: 46.132875ms - - id: 65 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/d13dbe0a-26cd-4cb6-8a38-771de3f6715f - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1601 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://d13dbe0a-26cd-4cb6-8a38-771de3f6715f.api.k8s.fr-par.scw.cloud:6443","cni":"cilium","commitment_ends_at":"2025-09-30T09:22:42.280238Z","created_at":"2025-09-30T09:22:42.280225Z","description":"","dns_wildcard":"*.d13dbe0a-26cd-4cb6-8a38-771de3f6715f.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"3699ef27-ed70-4f92-b265-fa9afdc5157d","id":"d13dbe0a-26cd-4cb6-8a38-771de3f6715f","name":"test-k8s-public-ip","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":"600a4d63-05bc-43d1-bd9e-fb6c43d36d85","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"","service_dns_ip":"","status":"ready","tags":["terraform-test","scaleway_k8s_cluster","public_ip"],"type":"kapsule","updated_at":"2025-09-30T09:32:35.007198Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1601" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:34:07 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 92a1c632-189a-4f50-a289-eea98b9fe755 - status: 200 OK - code: 200 - duration: 101.416875ms - - id: 66 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks/600a4d63-05bc-43d1-bd9e-fb6c43d36d85 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1089 - uncompressed: false - body: '{"created_at":"2025-09-30T09:22:41.391598Z","default_route_propagation_enabled":false,"dhcp_enabled":true,"id":"600a4d63-05bc-43d1-bd9e-fb6c43d36d85","name":"test-k8s-public-ip","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","subnets":[{"created_at":"2025-09-30T09:22:41.391598Z","id":"a8bc6c89-83fa-43ab-b361-5799ff35dcc7","private_network_id":"600a4d63-05bc-43d1-bd9e-fb6c43d36d85","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","subnet":"172.17.188.0/22","updated_at":"2025-09-30T09:22:41.391598Z","vpc_id":"0353b515-6eca-4815-a179-ac7fad3262a3"},{"created_at":"2025-09-30T09:22:41.391598Z","id":"88efbfed-7127-47ee-8bff-ec6ff2011f42","private_network_id":"600a4d63-05bc-43d1-bd9e-fb6c43d36d85","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","subnet":"fd5f:519c:6d46:bfe8::/64","updated_at":"2025-09-30T09:22:41.391598Z","vpc_id":"0353b515-6eca-4815-a179-ac7fad3262a3"}],"tags":[],"updated_at":"2025-09-30T09:29:36.572150Z","vpc_id":"0353b515-6eca-4815-a179-ac7fad3262a3"}' - headers: - Content-Length: - - "1089" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:34:07 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - a9390343-152b-4475-9c7e-b7745cf4f72f - status: 200 OK - code: 200 - duration: 30.710917ms - - id: 67 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/7a9c01fd-40ae-4de0-b4c3-059d0c8e3b45 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 715 - uncompressed: false - body: '{"autohealing":true,"autoscaling":false,"cluster_id":"d13dbe0a-26cd-4cb6-8a38-771de3f6715f","container_runtime":"containerd","created_at":"2025-09-30T09:29:41.007046Z","id":"7a9c01fd-40ae-4de0-b4c3-059d0c8e3b45","kubelet_args":{},"max_size":1,"min_size":1,"name":"test-k8s-public-ip","new_images_enabled":true,"node_type":"pro2_xxs","placement_group_id":null,"public_ip_disabled":true,"region":"fr-par","root_volume_size":20000000000,"root_volume_type":"sbs_5k","security_group_id":"d49109f7-0bad-4991-b0fb-853c658463d2","size":1,"status":"ready","tags":[],"updated_at":"2025-09-30T09:34:05.855599Z","upgrade_policy":{"max_surge":0,"max_unavailable":1},"version":"1.34.1","zone":"fr-par-1"}' - headers: - Content-Length: - - "715" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:34:07 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - c76d3606-64fb-4a91-81d4-4053c6d3cd12 - status: 200 OK - code: 200 - duration: 502.722834ms - - id: 68 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/d13dbe0a-26cd-4cb6-8a38-771de3f6715f/nodes?order_by=created_at_asc&pool_id=7a9c01fd-40ae-4de0-b4c3-059d0c8e3b45&status=unknown - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 606 - uncompressed: false - body: '{"nodes":[{"cluster_id":"d13dbe0a-26cd-4cb6-8a38-771de3f6715f","conditions":{"DiskPressure":"False","MemoryPressure":"False","PIDPressure":"False","Ready":"True"},"created_at":"2025-09-30T09:33:05.315524Z","error_message":"","id":"a52b2153-138d-41d7-80a1-52050e3a0d63","name":"scw-test-k8s-public-i-test-k8s-public-i-a52b21","pool_id":"7a9c01fd-40ae-4de0-b4c3-059d0c8e3b45","provider_id":"scaleway://instance/fr-par-1/35ac5839-842e-42e1-8256-8dca7e1e6500","public_ip_v4":"","public_ip_v6":null,"region":"fr-par","status":"ready","updated_at":"2025-09-30T09:34:05.828609Z"}],"total_count":1}' - headers: - Content-Length: - - "606" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:34:08 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 9ea40ea2-3493-4fd1-875c-a066508192e5 - status: 200 OK - code: 200 - duration: 89.616834ms - - id: 69 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/35ac5839-842e-42e1-8256-8dca7e1e6500 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 2700 - uncompressed: false - body: '{"server":{"admin_password_encrypted_value":null,"admin_password_encryption_ssh_key_id":null,"allowed_actions":["poweroff","terminate","reboot","stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":null,"commercial_type":"PRO2-XXS","creation_date":"2025-09-30T09:33:05.855112+00:00","dynamic_ip_required":false,"enable_ipv6":false,"end_of_service":false,"extra_networks":[],"filesystems":[],"hostname":"scw-test-k8s-public-i-test-k8s-public-i-a52b21","id":"35ac5839-842e-42e1-8256-8dca7e1e6500","image":{"arch":"x86_64","creation_date":"2025-09-29T14:12:08.272227+00:00","default_bootscript":null,"extra_volumes":{},"from_server":"","id":"ff54ca27-0181-4a39-8446-4b3c85f97898","modification_date":"2025-09-29T14:12:08.272227+00:00","name":"k8s_base_node_instance","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"db438ad9-80c6-4640-a43d-9cb076cc57bb","name":"","size":0,"volume_type":"sbs_snapshot"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"58","hypervisor_id":"101","node_id":"2","platform_id":"14","zone_id":"fr-par-1"},"mac_address":"de:00:00:ca:fd:3b","maintenances":[],"modification_date":"2025-09-30T09:33:10.113950+00:00","name":"scw-test-k8s-public-i-test-k8s-public-i-a52b21","organization":"105bdce1-64c0-48ab-899d-868455867ecf","placement_group":null,"private_ip":null,"private_nics":[{"creation_date":"2025-09-30T09:33:06.639278+00:00","id":"e402a888-c9af-498f-b8fa-b8652b346d65","ipam_ip_ids":["86b8760c-8e78-48c2-bac0-188c96325be2","c18a5de1-2699-4946-bce8-5b19687a0b6d"],"mac_address":"02:00:00:12:11:2c","modification_date":"2025-09-30T09:33:06.750250+00:00","private_network_id":"600a4d63-05bc-43d1-bd9e-fb6c43d36d85","server_id":"35ac5839-842e-42e1-8256-8dca7e1e6500","state":"available","tags":[],"zone":"fr-par-1"}],"project":"105bdce1-64c0-48ab-899d-868455867ecf","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":true,"security_group":{"id":"d49109f7-0bad-4991-b0fb-853c658463d2","name":"Kapsule default security group"},"state":"running","state_detail":"booting kernel","tags":["kapsule=d13dbe0a-26cd-4cb6-8a38-771de3f6715f","pool=7a9c01fd-40ae-4de0-b4c3-059d0c8e3b45","pool-name=test-k8s-public-ip","runtime=containerd","managed=true","node=a52b2153-138d-41d7-80a1-52050e3a0d63"],"volumes":{"0":{"boot":true,"id":"ff6931b4-a315-4e64-9035-64a44bd16dc5","state":"available","volume_type":"sbs_volume","zone":"fr-par-1"}},"zone":"fr-par-1"}}' - headers: - Content-Length: - - "2700" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:34:08 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - d5861046-9006-4c81-8907-a0e3f23feab7 - status: 200 OK - code: 200 - duration: 197.820917ms - - id: 70 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/fr-par/vpcs/0353b515-6eca-4815-a179-ac7fad3262a3 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 422 - uncompressed: false - body: '{"created_at":"2025-09-30T09:22:41.268334Z","custom_routes_propagation_enabled":true,"id":"0353b515-6eca-4815-a179-ac7fad3262a3","is_default":false,"name":"tf-vpc-wonderful-elgamal","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","private_network_count":1,"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","routing_enabled":true,"tags":[],"updated_at":"2025-09-30T09:22:41.268334Z"}' - headers: - Content-Length: - - "422" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:34:08 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 8343079c-d654-413d-8e19-83c93ee3231d - status: 200 OK - code: 200 - duration: 22.476459ms - - id: 71 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc-gw/v2/zones/fr-par-1/gateways/a4e2e85a-7441-4bb3-93a2-cf0b9d609430 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1364 - uncompressed: false - body: '{"bandwidth":100,"bastion_allowed_ips":["0.0.0.0/0"],"bastion_enabled":false,"bastion_port":61000,"created_at":"2025-09-30T09:29:25.025935Z","gateway_networks":[{"created_at":"2025-09-30T09:29:30.466765Z","gateway_id":"a4e2e85a-7441-4bb3-93a2-cf0b9d609430","id":"0376ee26-295d-4e9d-9f99-d5bc8dcefdf9","ipam_ip_id":"b1061d73-13b2-4f48-a974-12fc847d7c05","mac_address":"02:00:00:16:FC:FF","masquerade_enabled":true,"private_network_id":"600a4d63-05bc-43d1-bd9e-fb6c43d36d85","push_default_route":true,"status":"ready","updated_at":"2025-09-30T09:29:40.306907Z","zone":"fr-par-1"}],"id":"a4e2e85a-7441-4bb3-93a2-cf0b9d609430","ipv4":{"address":"163.172.149.50","created_at":"2025-09-30T09:29:25.000465Z","gateway_id":"a4e2e85a-7441-4bb3-93a2-cf0b9d609430","id":"60a58107-d33a-4b23-af68-3faf68832327","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","reverse":"50-149-172-163.instances.scw.cloud","tags":[],"updated_at":"2025-09-30T09:29:25.000465Z","zone":"fr-par-1"},"is_legacy":false,"name":"test-k8s-public-ip","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","smtp_enabled":false,"status":"running","tags":[],"type":"VPC-GW-S","updated_at":"2025-09-30T09:29:40.439759Z","version":"0.7.4","zone":"fr-par-1"}' - headers: - Content-Length: - - "1364" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:34:08 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 43fb0697-7ae3-4c89-a1f4-0782f191e811 - status: 200 OK - code: 200 - duration: 29.680834ms - - id: 72 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks/600a4d63-05bc-43d1-bd9e-fb6c43d36d85 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1089 - uncompressed: false - body: '{"created_at":"2025-09-30T09:22:41.391598Z","default_route_propagation_enabled":false,"dhcp_enabled":true,"id":"600a4d63-05bc-43d1-bd9e-fb6c43d36d85","name":"test-k8s-public-ip","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","subnets":[{"created_at":"2025-09-30T09:22:41.391598Z","id":"a8bc6c89-83fa-43ab-b361-5799ff35dcc7","private_network_id":"600a4d63-05bc-43d1-bd9e-fb6c43d36d85","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","subnet":"172.17.188.0/22","updated_at":"2025-09-30T09:22:41.391598Z","vpc_id":"0353b515-6eca-4815-a179-ac7fad3262a3"},{"created_at":"2025-09-30T09:22:41.391598Z","id":"88efbfed-7127-47ee-8bff-ec6ff2011f42","private_network_id":"600a4d63-05bc-43d1-bd9e-fb6c43d36d85","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","subnet":"fd5f:519c:6d46:bfe8::/64","updated_at":"2025-09-30T09:22:41.391598Z","vpc_id":"0353b515-6eca-4815-a179-ac7fad3262a3"}],"tags":[],"updated_at":"2025-09-30T09:29:36.572150Z","vpc_id":"0353b515-6eca-4815-a179-ac7fad3262a3"}' - headers: - Content-Length: - - "1089" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:34:08 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 8a70e488-1f37-46dd-9845-f16ccf57dbb3 - status: 200 OK - code: 200 - duration: 19.632167ms - - id: 73 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc-gw/v2/zones/fr-par-1/gateway-networks/0376ee26-295d-4e9d-9f99-d5bc8dcefdf9 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 426 - uncompressed: false - body: '{"created_at":"2025-09-30T09:29:30.466765Z","gateway_id":"a4e2e85a-7441-4bb3-93a2-cf0b9d609430","id":"0376ee26-295d-4e9d-9f99-d5bc8dcefdf9","ipam_ip_id":"b1061d73-13b2-4f48-a974-12fc847d7c05","mac_address":"02:00:00:16:FC:FF","masquerade_enabled":true,"private_network_id":"600a4d63-05bc-43d1-bd9e-fb6c43d36d85","push_default_route":true,"status":"ready","updated_at":"2025-09-30T09:29:40.306907Z","zone":"fr-par-1"}' - headers: - Content-Length: - - "426" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:34:08 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 33063a8a-d103-43cb-a217-7f456aea2b86 - status: 200 OK - code: 200 - duration: 52.150292ms - - id: 74 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc-gw/v2/zones/fr-par-1/gateways/a4e2e85a-7441-4bb3-93a2-cf0b9d609430 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1364 - uncompressed: false - body: '{"bandwidth":100,"bastion_allowed_ips":["0.0.0.0/0"],"bastion_enabled":false,"bastion_port":61000,"created_at":"2025-09-30T09:29:25.025935Z","gateway_networks":[{"created_at":"2025-09-30T09:29:30.466765Z","gateway_id":"a4e2e85a-7441-4bb3-93a2-cf0b9d609430","id":"0376ee26-295d-4e9d-9f99-d5bc8dcefdf9","ipam_ip_id":"b1061d73-13b2-4f48-a974-12fc847d7c05","mac_address":"02:00:00:16:FC:FF","masquerade_enabled":true,"private_network_id":"600a4d63-05bc-43d1-bd9e-fb6c43d36d85","push_default_route":true,"status":"ready","updated_at":"2025-09-30T09:29:40.306907Z","zone":"fr-par-1"}],"id":"a4e2e85a-7441-4bb3-93a2-cf0b9d609430","ipv4":{"address":"163.172.149.50","created_at":"2025-09-30T09:29:25.000465Z","gateway_id":"a4e2e85a-7441-4bb3-93a2-cf0b9d609430","id":"60a58107-d33a-4b23-af68-3faf68832327","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","reverse":"50-149-172-163.instances.scw.cloud","tags":[],"updated_at":"2025-09-30T09:29:25.000465Z","zone":"fr-par-1"},"is_legacy":false,"name":"test-k8s-public-ip","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","smtp_enabled":false,"status":"running","tags":[],"type":"VPC-GW-S","updated_at":"2025-09-30T09:29:40.439759Z","version":"0.7.4","zone":"fr-par-1"}' - headers: - Content-Length: - - "1364" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:34:08 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 78085f83-739c-47b6-86bd-b6d0e54c2a00 - status: 200 OK - code: 200 - duration: 45.9525ms - - id: 75 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/ipam/v1/regions/fr-par/ips?order_by=created_at_desc&private_network_id=600a4d63-05bc-43d1-bd9e-fb6c43d36d85&project_id=105bdce1-64c0-48ab-899d-868455867ecf&resource_id=0376ee26-295d-4e9d-9f99-d5bc8dcefdf9&resource_type=vpc_gateway_network - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 532 - uncompressed: false - body: '{"ips":[{"address":"172.17.188.4/22","created_at":"2025-09-30T09:29:30.441732Z","id":"b1061d73-13b2-4f48-a974-12fc847d7c05","is_ipv6":false,"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","resource":{"id":"0376ee26-295d-4e9d-9f99-d5bc8dcefdf9","mac_address":"02:00:00:16:FC:FF","name":"test-k8s-public-ip","type":"vpc_gateway_network"},"reverses":[],"source":{"subnet_id":"a8bc6c89-83fa-43ab-b361-5799ff35dcc7"},"tags":[],"updated_at":"2025-09-30T09:29:30.858419Z","zone":null}],"total_count":1}' - headers: - Content-Length: - - "532" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:34:08 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - e214cf0a-dc0b-49df-80de-c3952100191f - status: 200 OK - code: 200 - duration: 68.838584ms - - id: 76 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/d13dbe0a-26cd-4cb6-8a38-771de3f6715f - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1601 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://d13dbe0a-26cd-4cb6-8a38-771de3f6715f.api.k8s.fr-par.scw.cloud:6443","cni":"cilium","commitment_ends_at":"2025-09-30T09:22:42.280238Z","created_at":"2025-09-30T09:22:42.280225Z","description":"","dns_wildcard":"*.d13dbe0a-26cd-4cb6-8a38-771de3f6715f.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"3699ef27-ed70-4f92-b265-fa9afdc5157d","id":"d13dbe0a-26cd-4cb6-8a38-771de3f6715f","name":"test-k8s-public-ip","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":"600a4d63-05bc-43d1-bd9e-fb6c43d36d85","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"","service_dns_ip":"","status":"ready","tags":["terraform-test","scaleway_k8s_cluster","public_ip"],"type":"kapsule","updated_at":"2025-09-30T09:32:35.007198Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1601" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:34:08 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - aa3c6ef1-ccf3-4dcb-817e-2985ef1e7e52 - status: 200 OK - code: 200 - duration: 73.960708ms - - id: 77 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/d13dbe0a-26cd-4cb6-8a38-771de3f6715f/kubeconfig - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1682 - uncompressed: false - body: '{"content":"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogInRlc3QtazhzLXB1YmxpYy1pcCIKICBjbHVzdGVyOgogICAgY2VydGlmaWNhdGUtYXV0aG9yaXR5LWRhdGE6IExTMHRMUzFDUlVkSlRpQkRSVkpVU1VaSlEwRlVSUzB0TFMwdENrMUpTVUpYYWtORFFWRkhaMEYzU1VKQlowbENRVVJCUzBKblozRm9hMnBQVUZGUlJFRnFRVlpOVWsxM1JWRlpSRlpSVVVSRmQzQnlaRmRLYkdOdE5Xd0taRWRXZWsxQ05GaEVWRWt4VFVScmVVOVVRVFZOYWtrd1RXeHZXRVJVVFRGTlJHdDVUMVJCTlUxcVNUQk5iRzkzUmxSRlZFMUNSVWRCTVZWRlFYaE5Td3BoTTFacFdsaEtkVnBZVW14amVrSmFUVUpOUjBKNWNVZFRUVFE1UVdkRlIwTkRjVWRUVFRRNVFYZEZTRUV3U1VGQ1IyTnhjVzFwWjNkd1JFMWtjVTVwQ2pKcGEwOUxObkozT1RWYVkyOXdOMGRJYTNkM2JrbFRlV1ppZUdWS2FYSXZNSEoxVEdabmNHOXdiVEJoY1U4NVdqQm5SV2RpVG5CWmExQnZhWHA0VmpNS2JsZGlhemR2WldwUmFrSkJUVUUwUjBFeFZXUkVkMFZDTDNkUlJVRjNTVU53UkVGUVFtZE9Wa2hTVFVKQlpqaEZRbFJCUkVGUlNDOU5RakJIUVRGVlpBcEVaMUZYUWtKUmJuaEVOMUJsZFhOc1JWQnJUWEpTYUdwTVRYSklkSEpMZFUxVVFVdENaMmR4YUd0cVQxQlJVVVJCWjA1SVFVUkNSVUZwUVU1MVdVVldDbmh0V2k4MGFqYzRMekZZV1VOS1QwdERUa1pzYzJGcFRXZFJjMll3U3pjdlQzUkVVRmRuU1dkVlZXMWhja3RxUkhCWk16QkxlRmhTU2pFclkxRlJTbFVLVGxoSmJHcENZWGRFY21nMVRVbEhNekE0UVQwS0xTMHRMUzFGVGtRZ1EwVlNWRWxHU1VOQlZFVXRMUzB0TFFvPQogICAgc2VydmVyOiBodHRwczovL2QxM2RiZTBhLTI2Y2QtNGNiNi04YTM4LTc3MWRlM2Y2NzE1Zi5hcGkuazhzLmZyLXBhci5zY3cuY2xvdWQ6NjQ0Mwpjb250ZXh0czoKLSBuYW1lOiBhZG1pbkB0ZXN0LWs4cy1wdWJsaWMtaXAKICBjb250ZXh0OgogICAgY2x1c3RlcjogInRlc3QtazhzLXB1YmxpYy1pcCIKICAgIHVzZXI6IHRlc3QtazhzLXB1YmxpYy1pcC1hZG1pbgpjdXJyZW50LWNvbnRleHQ6IGFkbWluQHRlc3QtazhzLXB1YmxpYy1pcApraW5kOiBDb25maWcKcHJlZmVyZW5jZXM6IHt9CnVzZXJzOgotIG5hbWU6IHRlc3QtazhzLXB1YmxpYy1pcC1hZG1pbgogIHVzZXI6CiAgICB0b2tlbjogdW9lMWdGY2o2ZFp1OGt3amt0dGpnU3BGRXplUlhoWUJ4THVNYjJ0U3dTczNvOGdqSXdacGVWOWU=","content_type":"application/octet-stream","name":"kubeconfig"}' - headers: - Content-Length: - - "1682" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:34:09 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 63471cc8-396f-4d44-b1e6-6b0238f9517f - status: 200 OK - code: 200 - duration: 96.600125ms - - id: 78 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/7a9c01fd-40ae-4de0-b4c3-059d0c8e3b45 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 715 - uncompressed: false - body: '{"autohealing":true,"autoscaling":false,"cluster_id":"d13dbe0a-26cd-4cb6-8a38-771de3f6715f","container_runtime":"containerd","created_at":"2025-09-30T09:29:41.007046Z","id":"7a9c01fd-40ae-4de0-b4c3-059d0c8e3b45","kubelet_args":{},"max_size":1,"min_size":1,"name":"test-k8s-public-ip","new_images_enabled":true,"node_type":"pro2_xxs","placement_group_id":null,"public_ip_disabled":true,"region":"fr-par","root_volume_size":20000000000,"root_volume_type":"sbs_5k","security_group_id":"d49109f7-0bad-4991-b0fb-853c658463d2","size":1,"status":"ready","tags":[],"updated_at":"2025-09-30T09:34:05.855599Z","upgrade_policy":{"max_surge":0,"max_unavailable":1},"version":"1.34.1","zone":"fr-par-1"}' - headers: - Content-Length: - - "715" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:34:09 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 28240583-0907-4ff1-be60-ebad3b66b0f2 - status: 200 OK - code: 200 - duration: 103.781209ms - - id: 79 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/d13dbe0a-26cd-4cb6-8a38-771de3f6715f/nodes?order_by=created_at_asc&page=1&pool_id=7a9c01fd-40ae-4de0-b4c3-059d0c8e3b45&status=unknown - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 606 - uncompressed: false - body: '{"nodes":[{"cluster_id":"d13dbe0a-26cd-4cb6-8a38-771de3f6715f","conditions":{"DiskPressure":"False","MemoryPressure":"False","PIDPressure":"False","Ready":"True"},"created_at":"2025-09-30T09:33:05.315524Z","error_message":"","id":"a52b2153-138d-41d7-80a1-52050e3a0d63","name":"scw-test-k8s-public-i-test-k8s-public-i-a52b21","pool_id":"7a9c01fd-40ae-4de0-b4c3-059d0c8e3b45","provider_id":"scaleway://instance/fr-par-1/35ac5839-842e-42e1-8256-8dca7e1e6500","public_ip_v4":"","public_ip_v6":null,"region":"fr-par","status":"ready","updated_at":"2025-09-30T09:34:05.828609Z"}],"total_count":1}' - headers: - Content-Length: - - "606" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:34:09 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - d59ba8e2-7d0f-46d5-83ba-659f7d597a13 - status: 200 OK - code: 200 - duration: 102.4815ms - - id: 80 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/d13dbe0a-26cd-4cb6-8a38-771de3f6715f - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1601 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://d13dbe0a-26cd-4cb6-8a38-771de3f6715f.api.k8s.fr-par.scw.cloud:6443","cni":"cilium","commitment_ends_at":"2025-09-30T09:22:42.280238Z","created_at":"2025-09-30T09:22:42.280225Z","description":"","dns_wildcard":"*.d13dbe0a-26cd-4cb6-8a38-771de3f6715f.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"3699ef27-ed70-4f92-b265-fa9afdc5157d","id":"d13dbe0a-26cd-4cb6-8a38-771de3f6715f","name":"test-k8s-public-ip","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":"600a4d63-05bc-43d1-bd9e-fb6c43d36d85","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"","service_dns_ip":"","status":"ready","tags":["terraform-test","scaleway_k8s_cluster","public_ip"],"type":"kapsule","updated_at":"2025-09-30T09:32:35.007198Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1601" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:34:09 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - c64285a8-9c97-4857-9e80-d3e77adb5bf7 - status: 200 OK - code: 200 - duration: 99.227708ms - - id: 81 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/ipam/v1/regions/fr-par/ips?order_by=created_at_desc&project_id=105bdce1-64c0-48ab-899d-868455867ecf&resource_name=scw-test-k8s-public-i-test-k8s-public-i-a52b21&resource_type=unknown_type - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1122 - uncompressed: false - body: '{"ips":[{"address":"fd5f:519c:6d46:bfe8:833e:9e65:c3f:5692/64","created_at":"2025-09-30T09:33:06.992673Z","id":"c18a5de1-2699-4946-bce8-5b19687a0b6d","is_ipv6":true,"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","resource":{"id":"e402a888-c9af-498f-b8fa-b8652b346d65","mac_address":"02:00:00:12:11:2C","name":"scw-test-k8s-public-i-test-k8s-public-i-a52b21","type":"instance_private_nic"},"reverses":[],"source":{"subnet_id":"88efbfed-7127-47ee-8bff-ec6ff2011f42"},"tags":[],"updated_at":"2025-09-30T09:33:06.992673Z","zone":null},{"address":"172.17.188.3/22","created_at":"2025-09-30T09:33:06.858515Z","id":"86b8760c-8e78-48c2-bac0-188c96325be2","is_ipv6":false,"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","resource":{"id":"e402a888-c9af-498f-b8fa-b8652b346d65","mac_address":"02:00:00:12:11:2C","name":"scw-test-k8s-public-i-test-k8s-public-i-a52b21","type":"instance_private_nic"},"reverses":[],"source":{"subnet_id":"a8bc6c89-83fa-43ab-b361-5799ff35dcc7"},"tags":[],"updated_at":"2025-09-30T09:33:06.858515Z","zone":null}],"total_count":2}' - headers: - Content-Length: - - "1122" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:34:09 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - cb6faeb0-0a53-4a11-ac6b-d70aa1d66f9e - status: 200 OK - code: 200 - duration: 35.825667ms - - id: 82 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/7a9c01fd-40ae-4de0-b4c3-059d0c8e3b45 - method: DELETE - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 718 - uncompressed: false - body: '{"autohealing":true,"autoscaling":false,"cluster_id":"d13dbe0a-26cd-4cb6-8a38-771de3f6715f","container_runtime":"containerd","created_at":"2025-09-30T09:29:41.007046Z","id":"7a9c01fd-40ae-4de0-b4c3-059d0c8e3b45","kubelet_args":{},"max_size":1,"min_size":1,"name":"test-k8s-public-ip","new_images_enabled":true,"node_type":"pro2_xxs","placement_group_id":null,"public_ip_disabled":true,"region":"fr-par","root_volume_size":20000000000,"root_volume_type":"sbs_5k","security_group_id":"d49109f7-0bad-4991-b0fb-853c658463d2","size":1,"status":"deleting","tags":[],"updated_at":"2025-09-30T09:34:09.751781Z","upgrade_policy":{"max_surge":0,"max_unavailable":1},"version":"1.34.1","zone":"fr-par-1"}' - headers: - Content-Length: - - "718" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:34:09 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 7aca99ab-fa6a-4f83-977e-3c8f7919afc8 - status: 200 OK - code: 200 - duration: 110.927625ms - - id: 83 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/7a9c01fd-40ae-4de0-b4c3-059d0c8e3b45 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 718 - uncompressed: false - body: '{"autohealing":true,"autoscaling":false,"cluster_id":"d13dbe0a-26cd-4cb6-8a38-771de3f6715f","container_runtime":"containerd","created_at":"2025-09-30T09:29:41.007046Z","id":"7a9c01fd-40ae-4de0-b4c3-059d0c8e3b45","kubelet_args":{},"max_size":1,"min_size":1,"name":"test-k8s-public-ip","new_images_enabled":true,"node_type":"pro2_xxs","placement_group_id":null,"public_ip_disabled":true,"region":"fr-par","root_volume_size":20000000000,"root_volume_type":"sbs_5k","security_group_id":"d49109f7-0bad-4991-b0fb-853c658463d2","size":1,"status":"deleting","tags":[],"updated_at":"2025-09-30T09:34:09.751781Z","upgrade_policy":{"max_surge":0,"max_unavailable":1},"version":"1.34.1","zone":"fr-par-1"}' - headers: - Content-Length: - - "718" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:34:09 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 6e58f59c-2b59-49ab-bc1b-a1ff97f772aa - status: 200 OK - code: 200 - duration: 107.391375ms - - id: 84 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/7a9c01fd-40ae-4de0-b4c3-059d0c8e3b45 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 125 - uncompressed: false - body: '{"message":"resource is not found","resource":"pool","resource_id":"7a9c01fd-40ae-4de0-b4c3-059d0c8e3b45","type":"not_found"}' - headers: - Content-Length: - - "125" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:38:29 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - b09bb0d0-4ada-412e-beea-b8deb292b6c5 - status: 404 Not Found - code: 404 - duration: 21.024083ms - - id: 85 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/d13dbe0a-26cd-4cb6-8a38-771de3f6715f?with_additional_resources=false - method: DELETE - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1640 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://d13dbe0a-26cd-4cb6-8a38-771de3f6715f.api.k8s.fr-par.scw.cloud:6443","cni":"cilium","commitment_ends_at":"2025-09-30T09:22:42.280238Z","created_at":"2025-09-30T09:22:42.280225Z","description":"","dns_wildcard":"*.d13dbe0a-26cd-4cb6-8a38-771de3f6715f.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"3699ef27-ed70-4f92-b265-fa9afdc5157d","id":"d13dbe0a-26cd-4cb6-8a38-771de3f6715f","name":"test-k8s-public-ip","new_images_enabled":false,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"100.64.0.0/15","private_network_id":"600a4d63-05bc-43d1-bd9e-fb6c43d36d85","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"10.32.0.0/20","service_dns_ip":"10.32.0.10","status":"deleting","tags":["terraform-test","scaleway_k8s_cluster","public_ip"],"type":"kapsule","updated_at":"2025-09-30T09:38:29.685307Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1640" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:38:29 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 8b45ec2a-8fa1-4b04-9ead-88c691dde057 - status: 200 OK - code: 200 - duration: 135.285667ms - - id: 86 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/d13dbe0a-26cd-4cb6-8a38-771de3f6715f - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1604 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://d13dbe0a-26cd-4cb6-8a38-771de3f6715f.api.k8s.fr-par.scw.cloud:6443","cni":"cilium","commitment_ends_at":"2025-09-30T09:22:42.280238Z","created_at":"2025-09-30T09:22:42.280225Z","description":"","dns_wildcard":"*.d13dbe0a-26cd-4cb6-8a38-771de3f6715f.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"3699ef27-ed70-4f92-b265-fa9afdc5157d","id":"d13dbe0a-26cd-4cb6-8a38-771de3f6715f","name":"test-k8s-public-ip","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":"600a4d63-05bc-43d1-bd9e-fb6c43d36d85","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"","service_dns_ip":"","status":"deleting","tags":["terraform-test","scaleway_k8s_cluster","public_ip"],"type":"kapsule","updated_at":"2025-09-30T09:38:29.685307Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1604" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:38:29 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 523be7c8-4581-49e6-b2aa-900f8fa613c8 - status: 200 OK - code: 200 - duration: 109.664ms - - id: 87 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/d13dbe0a-26cd-4cb6-8a38-771de3f6715f - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 128 - uncompressed: false - body: '{"message":"resource is not found","resource":"cluster","resource_id":"d13dbe0a-26cd-4cb6-8a38-771de3f6715f","type":"not_found"}' - headers: - Content-Length: - - "128" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:38:45 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - e001a682-b9e0-4020-b457-4beea9238adb - status: 404 Not Found - code: 404 - duration: 43.1595ms - - id: 88 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc-gw/v2/zones/fr-par-1/gateway-networks/0376ee26-295d-4e9d-9f99-d5bc8dcefdf9 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 426 - uncompressed: false - body: '{"created_at":"2025-09-30T09:29:30.466765Z","gateway_id":"a4e2e85a-7441-4bb3-93a2-cf0b9d609430","id":"0376ee26-295d-4e9d-9f99-d5bc8dcefdf9","ipam_ip_id":"b1061d73-13b2-4f48-a974-12fc847d7c05","mac_address":"02:00:00:16:FC:FF","masquerade_enabled":true,"private_network_id":"600a4d63-05bc-43d1-bd9e-fb6c43d36d85","push_default_route":true,"status":"ready","updated_at":"2025-09-30T09:29:40.306907Z","zone":"fr-par-1"}' - headers: - Content-Length: - - "426" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:38:45 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 53544667-ebab-4fe8-9ece-ef44566455b3 - status: 200 OK - code: 200 - duration: 57.144708ms - - id: 89 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc-gw/v2/zones/fr-par-1/gateway-networks/0376ee26-295d-4e9d-9f99-d5bc8dcefdf9 - method: DELETE - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 430 - uncompressed: false - body: '{"created_at":"2025-09-30T09:29:30.466765Z","gateway_id":"a4e2e85a-7441-4bb3-93a2-cf0b9d609430","id":"0376ee26-295d-4e9d-9f99-d5bc8dcefdf9","ipam_ip_id":"b1061d73-13b2-4f48-a974-12fc847d7c05","mac_address":"02:00:00:16:FC:FF","masquerade_enabled":true,"private_network_id":"600a4d63-05bc-43d1-bd9e-fb6c43d36d85","push_default_route":true,"status":"detaching","updated_at":"2025-09-30T09:38:45.197317Z","zone":"fr-par-1"}' - headers: - Content-Length: - - "430" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:38:45 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 8b0cda09-dfa7-4e4f-8ce2-af003753a1e3 - status: 200 OK - code: 200 - duration: 67.846167ms - - id: 90 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc-gw/v2/zones/fr-par-1/gateway-networks/0376ee26-295d-4e9d-9f99-d5bc8dcefdf9 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 430 - uncompressed: false - body: '{"created_at":"2025-09-30T09:29:30.466765Z","gateway_id":"a4e2e85a-7441-4bb3-93a2-cf0b9d609430","id":"0376ee26-295d-4e9d-9f99-d5bc8dcefdf9","ipam_ip_id":"b1061d73-13b2-4f48-a974-12fc847d7c05","mac_address":"02:00:00:16:FC:FF","masquerade_enabled":true,"private_network_id":"600a4d63-05bc-43d1-bd9e-fb6c43d36d85","push_default_route":true,"status":"detaching","updated_at":"2025-09-30T09:38:45.197317Z","zone":"fr-par-1"}' - headers: - Content-Length: - - "430" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:38:45 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - a2e67f8d-2fc5-46d9-be41-9a1a92946c34 - status: 200 OK - code: 200 - duration: 53.072709ms - - id: 91 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc-gw/v2/zones/fr-par-1/gateway-networks/0376ee26-295d-4e9d-9f99-d5bc8dcefdf9 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 136 - uncompressed: false - body: '{"message":"resource is not found","resource":"gateway_network","resource_id":"0376ee26-295d-4e9d-9f99-d5bc8dcefdf9","type":"not_found"}' - headers: - Content-Length: - - "136" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:38:50 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - c9da8ec4-555c-49b5-825b-7ac2aefbda27 - status: 404 Not Found - code: 404 - duration: 37.337208ms - - id: 92 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc-gw/v2/zones/fr-par-1/gateways/a4e2e85a-7441-4bb3-93a2-cf0b9d609430 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 938 - uncompressed: false - body: '{"bandwidth":100,"bastion_allowed_ips":["0.0.0.0/0"],"bastion_enabled":false,"bastion_port":61000,"created_at":"2025-09-30T09:29:25.025935Z","gateway_networks":[],"id":"a4e2e85a-7441-4bb3-93a2-cf0b9d609430","ipv4":{"address":"163.172.149.50","created_at":"2025-09-30T09:29:25.000465Z","gateway_id":"a4e2e85a-7441-4bb3-93a2-cf0b9d609430","id":"60a58107-d33a-4b23-af68-3faf68832327","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","reverse":"50-149-172-163.instances.scw.cloud","tags":[],"updated_at":"2025-09-30T09:29:25.000465Z","zone":"fr-par-1"},"is_legacy":false,"name":"test-k8s-public-ip","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","smtp_enabled":false,"status":"running","tags":[],"type":"VPC-GW-S","updated_at":"2025-09-30T09:29:40.439759Z","version":"0.7.4","zone":"fr-par-1"}' - headers: - Content-Length: - - "938" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:38:50 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 67d9651c-ff7b-4b64-b9e1-a96590b9051d - status: 200 OK - code: 200 - duration: 30.144166ms - - id: 93 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc-gw/v2/zones/fr-par-1/gateways/a4e2e85a-7441-4bb3-93a2-cf0b9d609430?delete_ip=false - method: DELETE - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 939 - uncompressed: false - body: '{"bandwidth":100,"bastion_allowed_ips":["0.0.0.0/0"],"bastion_enabled":false,"bastion_port":61000,"created_at":"2025-09-30T09:29:25.025935Z","gateway_networks":[],"id":"a4e2e85a-7441-4bb3-93a2-cf0b9d609430","ipv4":{"address":"163.172.149.50","created_at":"2025-09-30T09:29:25.000465Z","gateway_id":"a4e2e85a-7441-4bb3-93a2-cf0b9d609430","id":"60a58107-d33a-4b23-af68-3faf68832327","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","reverse":"50-149-172-163.instances.scw.cloud","tags":[],"updated_at":"2025-09-30T09:29:25.000465Z","zone":"fr-par-1"},"is_legacy":false,"name":"test-k8s-public-ip","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","smtp_enabled":false,"status":"deleting","tags":[],"type":"VPC-GW-S","updated_at":"2025-09-30T09:38:50.382143Z","version":"0.7.4","zone":"fr-par-1"}' - headers: - Content-Length: - - "939" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:38:50 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - a715051f-c341-4aa5-a19c-c39fa201a81d - status: 200 OK - code: 200 - duration: 60.651333ms - - id: 94 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc-gw/v2/zones/fr-par-1/gateways/a4e2e85a-7441-4bb3-93a2-cf0b9d609430 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 939 - uncompressed: false - body: '{"bandwidth":100,"bastion_allowed_ips":["0.0.0.0/0"],"bastion_enabled":false,"bastion_port":61000,"created_at":"2025-09-30T09:29:25.025935Z","gateway_networks":[],"id":"a4e2e85a-7441-4bb3-93a2-cf0b9d609430","ipv4":{"address":"163.172.149.50","created_at":"2025-09-30T09:29:25.000465Z","gateway_id":"a4e2e85a-7441-4bb3-93a2-cf0b9d609430","id":"60a58107-d33a-4b23-af68-3faf68832327","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","reverse":"50-149-172-163.instances.scw.cloud","tags":[],"updated_at":"2025-09-30T09:29:25.000465Z","zone":"fr-par-1"},"is_legacy":false,"name":"test-k8s-public-ip","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","smtp_enabled":false,"status":"deleting","tags":[],"type":"VPC-GW-S","updated_at":"2025-09-30T09:38:50.382143Z","version":"0.7.4","zone":"fr-par-1"}' - headers: - Content-Length: - - "939" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:38:50 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - ec33ab4c-acb8-4abe-9df3-cbf6b6543d62 - status: 200 OK - code: 200 - duration: 28.659459ms - - id: 95 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks/600a4d63-05bc-43d1-bd9e-fb6c43d36d85 - method: DELETE - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 0 - uncompressed: false - body: "" - headers: - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:38:51 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 7a1dfe61-e69b-4e06-a380-d5bca3556a2d - status: 204 No Content - code: 204 - duration: 1.160950125s - - id: 96 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/fr-par/vpcs/0353b515-6eca-4815-a179-ac7fad3262a3 - method: DELETE - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 0 - uncompressed: false - body: "" - headers: - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:38:51 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 80aeecba-059b-4c53-85bb-24a0a89830ac - status: 204 No Content - code: 204 - duration: 123.702167ms - - id: 97 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc-gw/v2/zones/fr-par-1/gateways/a4e2e85a-7441-4bb3-93a2-cf0b9d609430 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 128 - uncompressed: false - body: '{"message":"resource is not found","resource":"gateway","resource_id":"a4e2e85a-7441-4bb3-93a2-cf0b9d609430","type":"not_found"}' - headers: - Content-Length: - - "128" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:38:55 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 594e16ab-7a16-43fe-b35f-525f4d38f524 - status: 404 Not Found - code: 404 - duration: 20.802375ms - - id: 98 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/7a9c01fd-40ae-4de0-b4c3-059d0c8e3b45 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 125 - uncompressed: false - body: '{"message":"resource is not found","resource":"pool","resource_id":"7a9c01fd-40ae-4de0-b4c3-059d0c8e3b45","type":"not_found"}' - headers: - Content-Length: - - "125" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:38:55 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - e1f53fa1-0157-4058-aa31-e79c6b19149a - status: 404 Not Found - code: 404 - duration: 25.300917ms - - id: 99 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/d13dbe0a-26cd-4cb6-8a38-771de3f6715f - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 128 - uncompressed: false - body: '{"message":"resource is not found","resource":"cluster","resource_id":"d13dbe0a-26cd-4cb6-8a38-771de3f6715f","type":"not_found"}' - headers: - Content-Length: - - "128" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:38:55 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 42bfe740-a583-41b3-b496-41d135430135 - status: 404 Not Found - code: 404 - duration: 22.933125ms - - id: 100 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc-gw/v2/zones/fr-par-1/gateway-networks/0376ee26-295d-4e9d-9f99-d5bc8dcefdf9 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 136 - uncompressed: false - body: '{"message":"resource is not found","resource":"gateway_network","resource_id":"0376ee26-295d-4e9d-9f99-d5bc8dcefdf9","type":"not_found"}' - headers: - Content-Length: - - "136" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:38:55 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - ff7bba04-f890-42a3-b117-5973e8f5b2e3 - status: 404 Not Found - code: 404 - duration: 23.213709ms - - id: 101 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc-gw/v2/zones/fr-par-1/gateways/a4e2e85a-7441-4bb3-93a2-cf0b9d609430 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 128 - uncompressed: false - body: '{"message":"resource is not found","resource":"gateway","resource_id":"a4e2e85a-7441-4bb3-93a2-cf0b9d609430","type":"not_found"}' - headers: - Content-Length: - - "128" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:38:55 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 2892704a-6830-4fa3-b6ca-9b2cd0313643 - status: 404 Not Found - code: 404 - duration: 27.045291ms - - id: 102 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks/600a4d63-05bc-43d1-bd9e-fb6c43d36d85 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 136 - uncompressed: false - body: '{"message":"resource is not found","resource":"private_network","resource_id":"600a4d63-05bc-43d1-bd9e-fb6c43d36d85","type":"not_found"}' - headers: - Content-Length: - - "136" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:38:55 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - f9b8c301-654a-46a3-ae0f-3953e661589b - status: 404 Not Found - code: 404 - duration: 36.888375ms +- id: 0 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/versions + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 4476 + body: "{\"versions\":[{\"region\":\"fr-par\", \"name\":\"1.34.1\", \"label\":\"Kubernetes 1.34.1\", \"available_cnis\":[\"cilium\", \"cilium_native\", \"calico\", \"kilo\", \"none\"], \"available_container_runtimes\":[\"containerd\"], \"available_feature_gates\":[\"HPAScaleToZero\", \"CPUManagerPolicyAlphaOptions\", \"ImageVolume\"], \"available_admission_plugins\":[\"AlwaysPullImages\", \"PodNodeSelector\", \"PodTolerationRestriction\"], \"available_kubelet_args\":{\"containerLogMaxFiles\":\"uint16\", \"containerLogMaxSize\":\"quantity\", \"cpuCFSQuota\":\"bool\", \"cpuCFSQuotaPeriod\":\"duration\", \"cpuManagerPolicy\":\"enum:none|static\", \"cpuManagerPolicyOptions\":\"map[string]string\", \"enableDebuggingHandlers\":\"bool\", \"evictionHard\":\"map[string]string\", \"evictionMinimumReclaim\":\"map[string]string\", \"imageGCHighThresholdPercent\":\"uint32\", \"imageGCLowThresholdPercent\":\"uint32\", \"maxParallelImagePulls\":\"int32\", \"maxPods\":\"uint16\", \"registryBurst\":\"int32\", \"registryPullQPS\":\"int32\", \"serializeImagePulls\":\"bool\"}, \"deprecated_at\":\"2026-09-29T00:00:00Z\", \"end_of_life_at\":\"2026-11-29T00:00:00Z\", \"released_at\":\"2025-09-29T00:00:00Z\"}, {\"region\":\"fr-par\", \"name\":\"1.33.4\", \"label\":\"Kubernetes 1.33.4\", \"available_cnis\":[\"cilium\", \"calico\", \"kilo\", \"none\"], \"available_container_runtimes\":[\"containerd\"], \"available_feature_gates\":[\"HPAScaleToZero\", \"DRAAdminAccess\", \"DynamicResourceAllocation\", \"PodLevelResources\", \"CPUManagerPolicyAlphaOptions\", \"ImageVolume\"], \"available_admission_plugins\":[\"AlwaysPullImages\", \"PodNodeSelector\", \"PodTolerationRestriction\"], \"available_kubelet_args\":{\"containerLogMaxFiles\":\"uint16\", \"containerLogMaxSize\":\"quantity\", \"cpuCFSQuota\":\"bool\", \"cpuCFSQuotaPeriod\":\"duration\", \"cpuManagerPolicy\":\"enum:none|static\", \"cpuManagerPolicyOptions\":\"map[string]string\", \"enableDebuggingHandlers\":\"bool\", \"evictionHard\":\"map[string]string\", \"evictionMinimumReclaim\":\"map[string]string\", \"imageGCHighThresholdPercent\":\"uint32\", \"imageGCLowThresholdPercent\":\"uint32\", \"maxParallelImagePulls\":\"int32\", \"maxPods\":\"uint16\", \"registryBurst\":\"int32\", \"registryPullQPS\":\"int32\", \"serializeImagePulls\":\"bool\"}, \"deprecated_at\":\"2026-09-04T00:00:00Z\", \"end_of_life_at\":\"2026-11-04T00:00:00Z\", \"released_at\":\"2025-09-04T00:00:00Z\"}, {\"region\":\"fr-par\", \"name\":\"1.32.8\", \"label\":\"Kubernetes 1.32.8\", \"available_cnis\":[\"cilium\", \"calico\", \"kilo\", \"none\"], \"available_container_runtimes\":[\"containerd\"], \"available_feature_gates\":[\"HPAScaleToZero\", \"InPlacePodVerticalScaling\", \"SidecarContainers\", \"DRAAdminAccess\", \"DRAResourceClaimDeviceStatus\", \"DynamicResourceAllocation\", \"PodLevelResources\", \"CPUManagerPolicyAlphaOptions\", \"ImageVolume\"], \"available_admission_plugins\":[\"AlwaysPullImages\", \"PodNodeSelector\", \"PodTolerationRestriction\"], \"available_kubelet_args\":{\"containerLogMaxFiles\":\"uint16\", \"containerLogMaxSize\":\"quantity\", \"cpuCFSQuota\":\"bool\", \"cpuCFSQuotaPeriod\":\"duration\", \"cpuManagerPolicy\":\"enum:none|static\", \"cpuManagerPolicyOptions\":\"map[string]string\", \"enableDebuggingHandlers\":\"bool\", \"evictionHard\":\"map[string]string\", \"evictionMinimumReclaim\":\"map[string]string\", \"imageGCHighThresholdPercent\":\"uint32\", \"imageGCLowThresholdPercent\":\"uint32\", \"maxParallelImagePulls\":\"int32\", \"maxPods\":\"uint16\", \"registryBurst\":\"int32\", \"registryPullQPS\":\"int32\", \"serializeImagePulls\":\"bool\"}, \"deprecated_at\":\"2026-03-24T00:00:00Z\", \"end_of_life_at\":\"2025-05-24T00:00:00Z\", \"released_at\":\"2025-03-24T00:00:00Z\"}, {\"region\":\"fr-par\", \"name\":\"1.31.12\", \"label\":\"Kubernetes 1.31.12\", \"available_cnis\":[\"cilium\", \"calico\", \"kilo\", \"none\"], \"available_container_runtimes\":[\"containerd\"], \"available_feature_gates\":[\"HPAScaleToZero\", \"InPlacePodVerticalScaling\", \"SidecarContainers\", \"CPUManagerPolicyAlphaOptions\", \"ImageVolume\"], \"available_admission_plugins\":[\"AlwaysPullImages\", \"PodNodeSelector\", \"PodTolerationRestriction\"], \"available_kubelet_args\":{\"containerLogMaxFiles\":\"uint16\", \"containerLogMaxSize\":\"quantity\", \"cpuCFSQuota\":\"bool\", \"cpuCFSQuotaPeriod\":\"duration\", \"cpuManagerPolicy\":\"enum:none|static\", \"cpuManagerPolicyOptions\":\"map[string]string\", \"enableDebuggingHandlers\":\"bool\", \"evictionHard\":\"map[string]string\", \"evictionMinimumReclaim\":\"map[string]string\", \"imageGCHighThresholdPercent\":\"uint32\", \"imageGCLowThresholdPercent\":\"uint32\", \"maxParallelImagePulls\":\"int32\", \"maxPods\":\"uint16\", \"registryBurst\":\"int32\", \"registryPullQPS\":\"int32\", \"serializeImagePulls\":\"bool\"}, \"deprecated_at\":\"2025-12-02T00:00:00Z\", \"end_of_life_at\":\"2026-02-02T00:00:00Z\", \"released_at\":\"2024-12-02T00:00:00Z\"}]}" + headers: + Content-Length: + - "4476" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:18:16 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 7b84e6e0-1ce3-4f02-9101-d203c951f3c3 + status: 200 OK + code: 200 + duration: 17.550028ms +- id: 1 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 114 + host: api.scaleway.com + body: "{\"name\":\"tf-vpc-sad-dewdney\",\"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\",\"tags\":[],\"enable_routing\":false}" + headers: + Content-Type: + - application/json + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/vpc/v2/regions/fr-par/vpcs + method: POST + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 416 + body: "{\"id\":\"3e2453e5-8d39-4842-920a-480ff1be2078\", \"name\":\"tf-vpc-sad-dewdney\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:17.246369Z\", \"updated_at\":\"2025-10-30T16:18:17.246369Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_default\":false, \"private_network_count\":0, \"routing_enabled\":true, \"custom_routes_propagation_enabled\":true, \"region\":\"fr-par\"}" + headers: + Content-Length: + - "416" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:18:17 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 3f3e692a-b05b-4c63-82d0-ca1be88efbe8 + status: 200 OK + code: 200 + duration: 204.078737ms +- id: 2 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/vpc/v2/regions/fr-par/vpcs/3e2453e5-8d39-4842-920a-480ff1be2078 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 416 + body: "{\"id\":\"3e2453e5-8d39-4842-920a-480ff1be2078\", \"name\":\"tf-vpc-sad-dewdney\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:17.246369Z\", \"updated_at\":\"2025-10-30T16:18:17.246369Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_default\":false, \"private_network_count\":0, \"routing_enabled\":true, \"custom_routes_propagation_enabled\":true, \"region\":\"fr-par\"}" + headers: + Content-Length: + - "416" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:18:17 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - dc2b769b-8ae6-4535-9d71-c992e8f77d60 + status: 200 OK + code: 200 + duration: 100.76685ms +- id: 3 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 196 + host: api.scaleway.com + body: "{\"name\":\"test-k8s-public-ip\",\"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\",\"tags\":[],\"subnets\":null,\"vpc_id\":\"3e2453e5-8d39-4842-920a-480ff1be2078\",\"default_route_propagation_enabled\":false}" + headers: + Content-Type: + - application/json + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks + method: POST + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1087 + body: "{\"id\":\"3b0ad589-f167-4c39-a0fe-af124411f0c6\", \"name\":\"test-k8s-public-ip\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:17.970395Z\", \"updated_at\":\"2025-10-30T16:18:17.970395Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"subnets\":[{\"id\":\"af2c5aa2-55c5-4e53-a1e5-91f9a8103b6f\", \"created_at\":\"2025-10-30T16:18:17.970395Z\", \"updated_at\":\"2025-10-30T16:18:17.970395Z\", \"subnet\":\"172.18.44.0/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"3b0ad589-f167-4c39-a0fe-af124411f0c6\", \"vpc_id\":\"3e2453e5-8d39-4842-920a-480ff1be2078\"}, {\"id\":\"7adff8c4-babb-4a82-8d99-2372f50ef5d3\", \"created_at\":\"2025-10-30T16:18:17.970395Z\", \"updated_at\":\"2025-10-30T16:18:17.970395Z\", \"subnet\":\"fd5f:519c:6d46:99a::/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"3b0ad589-f167-4c39-a0fe-af124411f0c6\", \"vpc_id\":\"3e2453e5-8d39-4842-920a-480ff1be2078\"}], \"vpc_id\":\"3e2453e5-8d39-4842-920a-480ff1be2078\", \"dhcp_enabled\":true, \"default_route_propagation_enabled\":false, \"region\":\"fr-par\"}" + headers: + Content-Length: + - "1087" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:18:18 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - f553618d-d763-476d-b92a-9a48a2eb3815 + status: 200 OK + code: 200 + duration: 1.324286383s +- id: 4 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks/3b0ad589-f167-4c39-a0fe-af124411f0c6 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1087 + body: "{\"id\":\"3b0ad589-f167-4c39-a0fe-af124411f0c6\", \"name\":\"test-k8s-public-ip\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:17.970395Z\", \"updated_at\":\"2025-10-30T16:18:17.970395Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"subnets\":[{\"id\":\"af2c5aa2-55c5-4e53-a1e5-91f9a8103b6f\", \"created_at\":\"2025-10-30T16:18:17.970395Z\", \"updated_at\":\"2025-10-30T16:18:17.970395Z\", \"subnet\":\"172.18.44.0/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"3b0ad589-f167-4c39-a0fe-af124411f0c6\", \"vpc_id\":\"3e2453e5-8d39-4842-920a-480ff1be2078\"}, {\"id\":\"7adff8c4-babb-4a82-8d99-2372f50ef5d3\", \"created_at\":\"2025-10-30T16:18:17.970395Z\", \"updated_at\":\"2025-10-30T16:18:17.970395Z\", \"subnet\":\"fd5f:519c:6d46:99a::/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"3b0ad589-f167-4c39-a0fe-af124411f0c6\", \"vpc_id\":\"3e2453e5-8d39-4842-920a-480ff1be2078\"}], \"vpc_id\":\"3e2453e5-8d39-4842-920a-480ff1be2078\", \"dhcp_enabled\":true, \"default_route_propagation_enabled\":false, \"region\":\"fr-par\"}" + headers: + Content-Length: + - "1087" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:18:18 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 58b0eecd-d24d-45f4-b6f8-59a2faf4e787 + status: 200 OK + code: 200 + duration: 31.508044ms +- id: 5 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 701 + host: api.scaleway.com + body: "{\"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\",\"type\":\"\",\"name\":\"test-k8s-public-ip\",\"description\":\"\",\"tags\":[\"terraform-test\",\"scaleway_k8s_cluster\",\"public_ip\"],\"version\":\"1.34.1\",\"cni\":\"cilium\",\"pools\":null,\"autoscaler_config\":{\"scale_down_disabled\":null,\"scale_down_delay_after_add\":null,\"estimator\":\"unknown_estimator\",\"expander\":\"unknown_expander\",\"ignore_daemonsets_utilization\":null,\"balance_similar_node_groups\":null,\"expendable_pods_priority_cutoff\":0,\"scale_down_unneeded_time\":null,\"scale_down_utilization_threshold\":null,\"max_graceful_termination_sec\":0},\"feature_gates\":[],\"admission_plugins\":[],\"apiserver_cert_sans\":[],\"private_network_id\":\"3b0ad589-f167-4c39-a0fe-af124411f0c6\"}" + headers: + Content-Type: + - application/json + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters + method: POST + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1604 + body: "{\"region\":\"fr-par\", \"id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:19.128996Z\", \"updated_at\":\"2025-10-30T16:18:19.128997Z\", \"type\":\"kapsule\", \"name\":\"test-k8s-public-ip\", \"description\":\"\", \"status\":\"creating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"public_ip\"], \"cluster_url\":\"https://f5839d47-dfad-407f-b09b-089476114f21.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.f5839d47-dfad-407f-b09b-089476114f21.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"3b0ad589-f167-4c39-a0fe-af124411f0c6\", \"commitment_ends_at\":\"2025-10-30T16:18:19.129003Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"\", \"new_images_enabled\":false, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1604" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:18:19 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 67755088-78db-43c5-9ba9-c035724755e7 + status: 200 OK + code: 200 + duration: 443.791241ms +- id: 6 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/f5839d47-dfad-407f-b09b-089476114f21 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1603 + body: "{\"region\":\"fr-par\", \"id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:19.128996Z\", \"updated_at\":\"2025-10-30T16:18:19.128997Z\", \"type\":\"kapsule\", \"name\":\"test-k8s-public-ip\", \"description\":\"\", \"status\":\"creating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"public_ip\"], \"cluster_url\":\"https://f5839d47-dfad-407f-b09b-089476114f21.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.f5839d47-dfad-407f-b09b-089476114f21.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"3b0ad589-f167-4c39-a0fe-af124411f0c6\", \"commitment_ends_at\":\"2025-10-30T16:18:19.129003Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1603" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:18:19 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - bf830608-a81f-4321-9d4c-7ec3259a3dda + status: 200 OK + code: 200 + duration: 95.078454ms +- id: 7 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/f5839d47-dfad-407f-b09b-089476114f21 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1644 + body: "{\"region\":\"fr-par\", \"id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:19.128996Z\", \"updated_at\":\"2025-10-30T16:18:19.719195Z\", \"type\":\"kapsule\", \"name\":\"test-k8s-public-ip\", \"description\":\"\", \"status\":\"pool_required\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"public_ip\"], \"cluster_url\":\"https://f5839d47-dfad-407f-b09b-089476114f21.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.f5839d47-dfad-407f-b09b-089476114f21.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"3b0ad589-f167-4c39-a0fe-af124411f0c6\", \"commitment_ends_at\":\"2025-10-30T16:18:19.129003Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"d6e03bbf-faca-464d-b29e-9e329c3dc19d\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1644" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:18:24 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 72d99a19-57a9-4742-8001-26728f55fa9b + status: 200 OK + code: 200 + duration: 104.525966ms +- id: 8 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + form: + order_by: + - created_at_asc + page: + - "1" + status: + - unknown + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/f5839d47-dfad-407f-b09b-089476114f21/pools?order_by=created_at_asc&page=1&status=unknown + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 29 + body: "{\"total_count\":0, \"pools\":[]}" + headers: + Content-Length: + - "29" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:18:24 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - e57fe508-5a68-4250-a07f-588e1f0959b7 + status: 200 OK + code: 200 + duration: 21.606371ms +- id: 9 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/f5839d47-dfad-407f-b09b-089476114f21 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1644 + body: "{\"region\":\"fr-par\", \"id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:19.128996Z\", \"updated_at\":\"2025-10-30T16:18:19.719195Z\", \"type\":\"kapsule\", \"name\":\"test-k8s-public-ip\", \"description\":\"\", \"status\":\"pool_required\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"public_ip\"], \"cluster_url\":\"https://f5839d47-dfad-407f-b09b-089476114f21.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.f5839d47-dfad-407f-b09b-089476114f21.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"3b0ad589-f167-4c39-a0fe-af124411f0c6\", \"commitment_ends_at\":\"2025-10-30T16:18:19.129003Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"d6e03bbf-faca-464d-b29e-9e329c3dc19d\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1644" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:18:24 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - e3f6018b-f7c0-4f6c-97ed-705b1f67bf35 + status: 200 OK + code: 200 + duration: 79.725249ms +- id: 10 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/f5839d47-dfad-407f-b09b-089476114f21/kubeconfig + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1682 + body: "{\"name\":\"kubeconfig\", \"content_type\":\"application/octet-stream\", \"content\":\"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogInRlc3QtazhzLXB1YmxpYy1pcCIKICBjbHVzdGVyOgogICAgY2VydGlmaWNhdGUtYXV0aG9yaXR5LWRhdGE6IExTMHRMUzFDUlVkSlRpQkRSVkpVU1VaSlEwRlVSUzB0TFMwdENrMUpTVUpYZWtORFFWRkhaMEYzU1VKQlowbENRVVJCUzBKblozRm9hMnBQVUZGUlJFRnFRVlpOVWsxM1JWRlpSRlpSVVVSRmQzQnlaRmRLYkdOdE5Xd0taRWRXZWsxQ05GaEVWRWt4VFZSQmVVOVVSVEpOVkdkNFQxWnZXRVJVVFRGTlZFRjVUMVJGTWsxVVozaFBWbTkzUmxSRlZFMUNSVWRCTVZWRlFYaE5Td3BoTTFacFdsaEtkVnBZVW14amVrSmFUVUpOUjBKNWNVZFRUVFE1UVdkRlIwTkRjVWRUVFRRNVFYZEZTRUV3U1VGQ1VHdFVkVW80TlZCRE9XTllNbXhzQ21oQll6UnJXWFJwYVM4NVNYaEpRVmxuYzJOaWFHSmlWVEkwZEc1UVVuUjJZVk5PTmpreFFWUkhPR1kyVTNsVGJIcFhWVlY2VG1zd00wNWxWazFDUWk4S2NXaExLMDl0ZVdwUmFrSkJUVUUwUjBFeFZXUkVkMFZDTDNkUlJVRjNTVU53UkVGUVFtZE9Wa2hTVFVKQlpqaEZRbFJCUkVGUlNDOU5RakJIUVRGVlpBcEVaMUZYUWtKUloybDZLemhPVGt4bFMzZHRTR1p1TmpkbFkxbHdlRW92WkdkVVFVdENaMmR4YUd0cVQxQlJVVVJCWjA1SlFVUkNSa0ZwUlVGd1pWWkxDbHBIWkcxd1JYQjRXRkZoWmxkSlQyaGFXWFZyS3pkNVpEVlRWVkkwYkZOV2VHOUNVRlF3YTBOSlJtZHVNMjQwT1dKWWNHbFdkMUZIWlZOeVZVTlNZV2tLUW1zMFEydFpkMXBhVFROM1JEWXJLMHcwVlhBS0xTMHRMUzFGVGtRZ1EwVlNWRWxHU1VOQlZFVXRMUzB0TFFvPQogICAgc2VydmVyOiBodHRwczovL2Y1ODM5ZDQ3LWRmYWQtNDA3Zi1iMDliLTA4OTQ3NjExNGYyMS5hcGkuazhzLmZyLXBhci5zY3cuY2xvdWQ6NjQ0Mwpjb250ZXh0czoKLSBuYW1lOiBhZG1pbkB0ZXN0LWs4cy1wdWJsaWMtaXAKICBjb250ZXh0OgogICAgY2x1c3RlcjogInRlc3QtazhzLXB1YmxpYy1pcCIKICAgIHVzZXI6IHRlc3QtazhzLXB1YmxpYy1pcC1hZG1pbgpjdXJyZW50LWNvbnRleHQ6IGFkbWluQHRlc3QtazhzLXB1YmxpYy1pcApraW5kOiBDb25maWcKcHJlZmVyZW5jZXM6IHt9CnVzZXJzOgotIG5hbWU6IHRlc3QtazhzLXB1YmxpYy1pcC1hZG1pbgogIHVzZXI6CiAgICB0b2tlbjogOWZoZmVKT3p3bFFjamZEUnVpdmxlbmpod0ZKR2xzQ2xid2hLUVFDajJzcmFFa2w1cEdVSVdzVjM=\"}" + headers: + Content-Length: + - "1682" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:18:24 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 39045c4d-1f10-4141-9442-0b80547d99a0 + status: 200 OK + code: 200 + duration: 80.854318ms +- id: 11 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/f5839d47-dfad-407f-b09b-089476114f21 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1644 + body: "{\"region\":\"fr-par\", \"id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:19.128996Z\", \"updated_at\":\"2025-10-30T16:18:19.719195Z\", \"type\":\"kapsule\", \"name\":\"test-k8s-public-ip\", \"description\":\"\", \"status\":\"pool_required\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"public_ip\"], \"cluster_url\":\"https://f5839d47-dfad-407f-b09b-089476114f21.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.f5839d47-dfad-407f-b09b-089476114f21.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"3b0ad589-f167-4c39-a0fe-af124411f0c6\", \"commitment_ends_at\":\"2025-10-30T16:18:19.129003Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"d6e03bbf-faca-464d-b29e-9e329c3dc19d\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1644" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:18:24 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 69fa8012-a71a-47c2-aee6-231a45b9ff75 + status: 200 OK + code: 200 + duration: 18.772362ms +- id: 12 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 273 + host: api.scaleway.com + body: "{\"name\":\"test-k8s-public-ip\",\"node_type\":\"pro2_xxs\",\"autoscaling\":false,\"size\":1,\"min_size\":1,\"max_size\":1,\"container_runtime\":\"containerd\",\"autohealing\":true,\"tags\":[],\"kubelet_args\":{},\"zone\":\"fr-par-1\",\"root_volume_type\":\"default_volume_type\",\"public_ip_disabled\":false}" + headers: + Content-Type: + - application/json + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/f5839d47-dfad-407f-b09b-089476114f21/pools + method: POST + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 718 + body: "{\"region\":\"fr-par\", \"id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:18:24.676140Z\", \"updated_at\":\"2025-10-30T16:18:24.676140Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "718" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:18:24 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - f8fdf405-62df-40c4-a24e-7fb13274b73f + status: 200 OK + code: 200 + duration: 197.683244ms +- id: 13 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/a0939e15-9220-4497-95fa-e799c0cd7b3c + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 718 + body: "{\"region\":\"fr-par\", \"id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:18:24.676140Z\", \"updated_at\":\"2025-10-30T16:18:24.676140Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "718" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:18:24 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - f9e607b9-0cdd-45f5-a574-8b81eec82a0f + status: 200 OK + code: 200 + duration: 40.997845ms +- id: 14 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/a0939e15-9220-4497-95fa-e799c0cd7b3c + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 718 + body: "{\"region\":\"fr-par\", \"id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:18:24.676140Z\", \"updated_at\":\"2025-10-30T16:18:24.676140Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "718" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:18:29 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - cc587759-b187-4c8a-83c5-1ebf2db9e57a + status: 200 OK + code: 200 + duration: 107.584205ms +- id: 15 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/a0939e15-9220-4497-95fa-e799c0cd7b3c + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 718 + body: "{\"region\":\"fr-par\", \"id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:18:24.676140Z\", \"updated_at\":\"2025-10-30T16:18:24.676140Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "718" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:18:35 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 517406a0-18fe-467b-9fef-378a57c49810 + status: 200 OK + code: 200 + duration: 74.373956ms +- id: 16 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/a0939e15-9220-4497-95fa-e799c0cd7b3c + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 718 + body: "{\"region\":\"fr-par\", \"id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:18:24.676140Z\", \"updated_at\":\"2025-10-30T16:18:24.676140Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "718" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:18:40 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 79d18cd8-f807-460b-b8aa-5f1714e7ebe9 + status: 200 OK + code: 200 + duration: 90.932863ms +- id: 17 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/a0939e15-9220-4497-95fa-e799c0cd7b3c + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 718 + body: "{\"region\":\"fr-par\", \"id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:18:24.676140Z\", \"updated_at\":\"2025-10-30T16:18:24.676140Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "718" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:18:45 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 1720c46a-0256-41f7-b525-4baa369031ba + status: 200 OK + code: 200 + duration: 97.234731ms +- id: 18 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/a0939e15-9220-4497-95fa-e799c0cd7b3c + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 718 + body: "{\"region\":\"fr-par\", \"id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:18:24.676140Z\", \"updated_at\":\"2025-10-30T16:18:24.676140Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "718" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:18:50 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - fd7ac11c-c607-4619-a574-da27442e7c3f + status: 200 OK + code: 200 + duration: 81.427214ms +- id: 19 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/a0939e15-9220-4497-95fa-e799c0cd7b3c + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 718 + body: "{\"region\":\"fr-par\", \"id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:18:24.676140Z\", \"updated_at\":\"2025-10-30T16:18:24.676140Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "718" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:18:55 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - d4692d6e-1b11-4838-ac1e-24b2d19d6026 + status: 200 OK + code: 200 + duration: 95.355535ms +- id: 20 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/a0939e15-9220-4497-95fa-e799c0cd7b3c + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 718 + body: "{\"region\":\"fr-par\", \"id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:18:24.676140Z\", \"updated_at\":\"2025-10-30T16:18:24.676140Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "718" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:19:00 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 7d2a6cce-723e-4d83-8e36-014cc0f3e253 + status: 200 OK + code: 200 + duration: 95.501999ms +- id: 21 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/a0939e15-9220-4497-95fa-e799c0cd7b3c + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 718 + body: "{\"region\":\"fr-par\", \"id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:18:24.676140Z\", \"updated_at\":\"2025-10-30T16:18:24.676140Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "718" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:19:05 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 40e17e39-fa18-4643-8feb-ec88f36d6754 + status: 200 OK + code: 200 + duration: 92.407321ms +- id: 22 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/a0939e15-9220-4497-95fa-e799c0cd7b3c + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 718 + body: "{\"region\":\"fr-par\", \"id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:18:24.676140Z\", \"updated_at\":\"2025-10-30T16:18:24.676140Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "718" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:19:10 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 2e0c1fa7-d86b-47cd-a7a2-d9fdfa5f1e33 + status: 200 OK + code: 200 + duration: 103.834638ms +- id: 23 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/a0939e15-9220-4497-95fa-e799c0cd7b3c + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 718 + body: "{\"region\":\"fr-par\", \"id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:18:24.676140Z\", \"updated_at\":\"2025-10-30T16:18:24.676140Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "718" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:19:15 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 8c6af6ad-a0ad-48e6-9213-5ace1e1ddcc8 + status: 200 OK + code: 200 + duration: 85.806652ms +- id: 24 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/a0939e15-9220-4497-95fa-e799c0cd7b3c + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 718 + body: "{\"region\":\"fr-par\", \"id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:18:24.676140Z\", \"updated_at\":\"2025-10-30T16:18:24.676140Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "718" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:19:20 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 478ca6a2-caf3-4b21-9639-4d372bcf0058 + status: 200 OK + code: 200 + duration: 92.973143ms +- id: 25 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/a0939e15-9220-4497-95fa-e799c0cd7b3c + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 718 + body: "{\"region\":\"fr-par\", \"id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:18:24.676140Z\", \"updated_at\":\"2025-10-30T16:18:24.676140Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "718" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:19:25 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 93d36eb4-b597-4b9c-a72d-4cad515a867c + status: 200 OK + code: 200 + duration: 80.88737ms +- id: 26 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/a0939e15-9220-4497-95fa-e799c0cd7b3c + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 718 + body: "{\"region\":\"fr-par\", \"id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:18:24.676140Z\", \"updated_at\":\"2025-10-30T16:18:24.676140Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "718" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:19:31 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 47583fd0-cd5e-4d83-8f93-b6446b445b47 + status: 200 OK + code: 200 + duration: 91.651292ms +- id: 27 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/a0939e15-9220-4497-95fa-e799c0cd7b3c + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 718 + body: "{\"region\":\"fr-par\", \"id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:18:24.676140Z\", \"updated_at\":\"2025-10-30T16:18:24.676140Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "718" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:19:36 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 63d3f135-e41c-4365-b984-f0410169e91a + status: 200 OK + code: 200 + duration: 95.183121ms +- id: 28 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/a0939e15-9220-4497-95fa-e799c0cd7b3c + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 718 + body: "{\"region\":\"fr-par\", \"id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:18:24.676140Z\", \"updated_at\":\"2025-10-30T16:18:24.676140Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "718" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:19:41 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - ef047ab6-2817-4f84-b038-189533d4c1fb + status: 200 OK + code: 200 + duration: 98.373028ms +- id: 29 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/a0939e15-9220-4497-95fa-e799c0cd7b3c + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 718 + body: "{\"region\":\"fr-par\", \"id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:18:24.676140Z\", \"updated_at\":\"2025-10-30T16:18:24.676140Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "718" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:19:46 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - e9f53d44-dfc8-4b95-b8c1-72d5fb5a38fe + status: 200 OK + code: 200 + duration: 75.674256ms +- id: 30 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/a0939e15-9220-4497-95fa-e799c0cd7b3c + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 718 + body: "{\"region\":\"fr-par\", \"id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:18:24.676140Z\", \"updated_at\":\"2025-10-30T16:18:24.676140Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "718" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:19:51 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - e27ea646-9479-4551-af5d-3dd9162d075c + status: 200 OK + code: 200 + duration: 89.461072ms +- id: 31 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/a0939e15-9220-4497-95fa-e799c0cd7b3c + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 718 + body: "{\"region\":\"fr-par\", \"id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:18:24.676140Z\", \"updated_at\":\"2025-10-30T16:18:24.676140Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "718" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:19:56 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - bd5041e0-965d-48d7-a518-0a269ca68f8d + status: 200 OK + code: 200 + duration: 92.559086ms +- id: 32 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/a0939e15-9220-4497-95fa-e799c0cd7b3c + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 718 + body: "{\"region\":\"fr-par\", \"id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:18:24.676140Z\", \"updated_at\":\"2025-10-30T16:18:24.676140Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "718" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:20:01 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 3cfab3d6-16c6-4e87-9684-131795e323f6 + status: 200 OK + code: 200 + duration: 85.548689ms +- id: 33 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/a0939e15-9220-4497-95fa-e799c0cd7b3c + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 718 + body: "{\"region\":\"fr-par\", \"id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:18:24.676140Z\", \"updated_at\":\"2025-10-30T16:18:24.676140Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "718" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:20:06 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - e880c605-5589-4b0d-8895-a43537e536b2 + status: 200 OK + code: 200 + duration: 93.447484ms +- id: 34 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/a0939e15-9220-4497-95fa-e799c0cd7b3c + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 718 + body: "{\"region\":\"fr-par\", \"id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:18:24.676140Z\", \"updated_at\":\"2025-10-30T16:18:24.676140Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "718" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:20:11 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - daa6fd33-d817-4309-b8c3-0b9eaedaf2f8 + status: 200 OK + code: 200 + duration: 80.096777ms +- id: 35 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/a0939e15-9220-4497-95fa-e799c0cd7b3c + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 718 + body: "{\"region\":\"fr-par\", \"id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:18:24.676140Z\", \"updated_at\":\"2025-10-30T16:18:24.676140Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "718" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:20:16 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 50308023-fe84-41c3-9600-02121466de81 + status: 200 OK + code: 200 + duration: 91.380244ms +- id: 36 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/a0939e15-9220-4497-95fa-e799c0cd7b3c + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 718 + body: "{\"region\":\"fr-par\", \"id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:18:24.676140Z\", \"updated_at\":\"2025-10-30T16:18:24.676140Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "718" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:20:21 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - f735bdea-4e14-4be3-89f6-f6eb76dc3328 + status: 200 OK + code: 200 + duration: 81.256002ms +- id: 37 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/a0939e15-9220-4497-95fa-e799c0cd7b3c + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 718 + body: "{\"region\":\"fr-par\", \"id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:18:24.676140Z\", \"updated_at\":\"2025-10-30T16:18:24.676140Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "718" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:20:27 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - f41c4bf1-4845-48f0-9a44-b5f463020387 + status: 200 OK + code: 200 + duration: 81.694616ms +- id: 38 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/a0939e15-9220-4497-95fa-e799c0cd7b3c + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 718 + body: "{\"region\":\"fr-par\", \"id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:18:24.676140Z\", \"updated_at\":\"2025-10-30T16:18:24.676140Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "718" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:20:32 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 171bacc4-ebea-4a59-8f26-0894adec36e4 + status: 200 OK + code: 200 + duration: 196.834091ms +- id: 39 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/a0939e15-9220-4497-95fa-e799c0cd7b3c + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 718 + body: "{\"region\":\"fr-par\", \"id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:18:24.676140Z\", \"updated_at\":\"2025-10-30T16:18:24.676140Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "718" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:20:37 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 7bae6f14-8db6-47f7-995d-626bef6218e1 + status: 200 OK + code: 200 + duration: 85.524634ms +- id: 40 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/a0939e15-9220-4497-95fa-e799c0cd7b3c + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 718 + body: "{\"region\":\"fr-par\", \"id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:18:24.676140Z\", \"updated_at\":\"2025-10-30T16:18:24.676140Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "718" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:20:42 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 9fba99eb-fb69-4827-9d10-4f9de79c68e8 + status: 200 OK + code: 200 + duration: 80.200751ms +- id: 41 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/a0939e15-9220-4497-95fa-e799c0cd7b3c + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 718 + body: "{\"region\":\"fr-par\", \"id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:18:24.676140Z\", \"updated_at\":\"2025-10-30T16:18:24.676140Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "718" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:20:47 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - fa928d00-7aca-433b-bca6-118ebbea09b0 + status: 200 OK + code: 200 + duration: 87.730945ms +- id: 42 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/a0939e15-9220-4497-95fa-e799c0cd7b3c + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 718 + body: "{\"region\":\"fr-par\", \"id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:18:24.676140Z\", \"updated_at\":\"2025-10-30T16:18:24.676140Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "718" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:20:52 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - ccf72ab4-2987-4477-89dc-8a1ddbba2625 + status: 200 OK + code: 200 + duration: 87.841482ms +- id: 43 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/a0939e15-9220-4497-95fa-e799c0cd7b3c + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 718 + body: "{\"region\":\"fr-par\", \"id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:18:24.676140Z\", \"updated_at\":\"2025-10-30T16:18:24.676140Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "718" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:20:57 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 0df7992f-019f-4587-8218-31150507f033 + status: 200 OK + code: 200 + duration: 88.998784ms +- id: 44 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/a0939e15-9220-4497-95fa-e799c0cd7b3c + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 718 + body: "{\"region\":\"fr-par\", \"id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:18:24.676140Z\", \"updated_at\":\"2025-10-30T16:18:24.676140Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "718" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:21:02 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 11a3ecd5-0367-4773-8402-b2c88a31c6bd + status: 200 OK + code: 200 + duration: 101.126826ms +- id: 45 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/a0939e15-9220-4497-95fa-e799c0cd7b3c + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 718 + body: "{\"region\":\"fr-par\", \"id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:18:24.676140Z\", \"updated_at\":\"2025-10-30T16:18:24.676140Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "718" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:21:07 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 3b09c6bd-33d0-46ec-91d6-f877e01eee00 + status: 200 OK + code: 200 + duration: 72.895862ms +- id: 46 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/a0939e15-9220-4497-95fa-e799c0cd7b3c + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 718 + body: "{\"region\":\"fr-par\", \"id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:18:24.676140Z\", \"updated_at\":\"2025-10-30T16:18:24.676140Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "718" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:21:12 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 2e81cd07-a0c6-4801-b319-90e3b0fc2492 + status: 200 OK + code: 200 + duration: 71.384806ms +- id: 47 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/a0939e15-9220-4497-95fa-e799c0cd7b3c + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 718 + body: "{\"region\":\"fr-par\", \"id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:18:24.676140Z\", \"updated_at\":\"2025-10-30T16:18:24.676140Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "718" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:21:17 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 359e342d-eba1-46a5-9884-03dd85edc934 + status: 200 OK + code: 200 + duration: 76.883646ms +- id: 48 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/a0939e15-9220-4497-95fa-e799c0cd7b3c + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 718 + body: "{\"region\":\"fr-par\", \"id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:18:24.676140Z\", \"updated_at\":\"2025-10-30T16:18:24.676140Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "718" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:21:23 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 1f459b28-de9b-4464-b82d-11e943399fbf + status: 200 OK + code: 200 + duration: 87.537802ms +- id: 49 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/a0939e15-9220-4497-95fa-e799c0cd7b3c + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 718 + body: "{\"region\":\"fr-par\", \"id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:18:24.676140Z\", \"updated_at\":\"2025-10-30T16:18:24.676140Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "718" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:21:28 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - b7e5d69a-8938-486f-ac2a-e62c2421b8e9 + status: 200 OK + code: 200 + duration: 88.590287ms +- id: 50 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/a0939e15-9220-4497-95fa-e799c0cd7b3c + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 718 + body: "{\"region\":\"fr-par\", \"id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:18:24.676140Z\", \"updated_at\":\"2025-10-30T16:18:24.676140Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "718" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:21:33 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 4a7f0ec3-d97b-4f6f-bec4-41185b1d0064 + status: 200 OK + code: 200 + duration: 102.131061ms +- id: 51 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/a0939e15-9220-4497-95fa-e799c0cd7b3c + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 718 + body: "{\"region\":\"fr-par\", \"id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:18:24.676140Z\", \"updated_at\":\"2025-10-30T16:18:24.676140Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "718" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:21:38 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 455cc793-e489-464e-afe8-76c90de7fdd0 + status: 200 OK + code: 200 + duration: 99.362625ms +- id: 52 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/a0939e15-9220-4497-95fa-e799c0cd7b3c + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 718 + body: "{\"region\":\"fr-par\", \"id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:18:24.676140Z\", \"updated_at\":\"2025-10-30T16:18:24.676140Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "718" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:21:43 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - db1e99f5-57d4-4f4e-8938-3b01a58aeaed + status: 200 OK + code: 200 + duration: 87.381368ms +- id: 53 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/a0939e15-9220-4497-95fa-e799c0cd7b3c + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 718 + body: "{\"region\":\"fr-par\", \"id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:18:24.676140Z\", \"updated_at\":\"2025-10-30T16:18:24.676140Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "718" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:21:48 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - e694f4ee-81ac-4136-99a5-4239e5a4ee71 + status: 200 OK + code: 200 + duration: 79.868599ms +- id: 54 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/a0939e15-9220-4497-95fa-e799c0cd7b3c + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 718 + body: "{\"region\":\"fr-par\", \"id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:18:24.676140Z\", \"updated_at\":\"2025-10-30T16:18:24.676140Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "718" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:21:53 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - ec214c39-b8ca-4968-884a-a76d9204e938 + status: 200 OK + code: 200 + duration: 92.841155ms +- id: 55 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/a0939e15-9220-4497-95fa-e799c0cd7b3c + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 718 + body: "{\"region\":\"fr-par\", \"id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:18:24.676140Z\", \"updated_at\":\"2025-10-30T16:18:24.676140Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "718" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:21:58 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - d19dc6ef-6907-4d04-9cff-678a12e8d35a + status: 200 OK + code: 200 + duration: 99.453025ms +- id: 56 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/a0939e15-9220-4497-95fa-e799c0cd7b3c + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 718 + body: "{\"region\":\"fr-par\", \"id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:18:24.676140Z\", \"updated_at\":\"2025-10-30T16:18:24.676140Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "718" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:22:03 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - f7c8fe89-5b47-4bd2-aee6-0b410c3f630e + status: 200 OK + code: 200 + duration: 94.424287ms +- id: 57 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/a0939e15-9220-4497-95fa-e799c0cd7b3c + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 718 + body: "{\"region\":\"fr-par\", \"id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:18:24.676140Z\", \"updated_at\":\"2025-10-30T16:18:24.676140Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "718" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:22:08 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 516dc4e8-0856-42cc-ac6a-12e083253cc4 + status: 200 OK + code: 200 + duration: 80.429772ms +- id: 58 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/a0939e15-9220-4497-95fa-e799c0cd7b3c + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 718 + body: "{\"region\":\"fr-par\", \"id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:18:24.676140Z\", \"updated_at\":\"2025-10-30T16:18:24.676140Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "718" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:22:13 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 2690309e-72c6-42e4-ac1e-74e14f794cce + status: 200 OK + code: 200 + duration: 98.839343ms +- id: 59 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/a0939e15-9220-4497-95fa-e799c0cd7b3c + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 718 + body: "{\"region\":\"fr-par\", \"id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:18:24.676140Z\", \"updated_at\":\"2025-10-30T16:18:24.676140Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "718" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:22:19 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - b78b2d8d-8101-4721-abfe-0f6c8f99c32b + status: 200 OK + code: 200 + duration: 104.473107ms +- id: 60 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/a0939e15-9220-4497-95fa-e799c0cd7b3c + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 718 + body: "{\"region\":\"fr-par\", \"id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:18:24.676140Z\", \"updated_at\":\"2025-10-30T16:18:24.676140Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "718" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:22:24 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - bf9d76ea-87fe-4a1b-aba0-891f0799d0cf + status: 200 OK + code: 200 + duration: 81.272293ms +- id: 61 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/a0939e15-9220-4497-95fa-e799c0cd7b3c + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 718 + body: "{\"region\":\"fr-par\", \"id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:18:24.676140Z\", \"updated_at\":\"2025-10-30T16:18:24.676140Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "718" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:22:29 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 32ef91eb-e5e8-4935-8a87-a49b48dbf8df + status: 200 OK + code: 200 + duration: 150.942872ms +- id: 62 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/a0939e15-9220-4497-95fa-e799c0cd7b3c + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 718 + body: "{\"region\":\"fr-par\", \"id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:18:24.676140Z\", \"updated_at\":\"2025-10-30T16:18:24.676140Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "718" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:22:34 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - b4c1c852-54bf-41f2-ae35-73524e716a7c + status: 200 OK + code: 200 + duration: 134.090764ms +- id: 63 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/a0939e15-9220-4497-95fa-e799c0cd7b3c + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 718 + body: "{\"region\":\"fr-par\", \"id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:18:24.676140Z\", \"updated_at\":\"2025-10-30T16:18:24.676140Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "718" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:22:39 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - d6298683-d301-4351-8df4-aa0ad92f8525 + status: 200 OK + code: 200 + duration: 110.515347ms +- id: 64 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/a0939e15-9220-4497-95fa-e799c0cd7b3c + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 718 + body: "{\"region\":\"fr-par\", \"id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:18:24.676140Z\", \"updated_at\":\"2025-10-30T16:18:24.676140Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "718" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:22:44 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 33792db5-5f79-46df-b1fc-662b0ee80b04 + status: 200 OK + code: 200 + duration: 105.552723ms +- id: 65 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/a0939e15-9220-4497-95fa-e799c0cd7b3c + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 718 + body: "{\"region\":\"fr-par\", \"id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:18:24.676140Z\", \"updated_at\":\"2025-10-30T16:18:24.676140Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "718" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:22:49 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 636363ab-62d7-4354-a0fb-13619b011fc3 + status: 200 OK + code: 200 + duration: 83.831988ms +- id: 66 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/a0939e15-9220-4497-95fa-e799c0cd7b3c + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 718 + body: "{\"region\":\"fr-par\", \"id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:18:24.676140Z\", \"updated_at\":\"2025-10-30T16:18:24.676140Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "718" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:22:54 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - f4d6fc3f-d70a-4d26-a9bb-c7752b118ac3 + status: 200 OK + code: 200 + duration: 81.140406ms +- id: 67 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/a0939e15-9220-4497-95fa-e799c0cd7b3c + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 718 + body: "{\"region\":\"fr-par\", \"id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:18:24.676140Z\", \"updated_at\":\"2025-10-30T16:18:24.676140Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "718" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:22:59 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 45166a2d-6b17-4799-820e-63797df82608 + status: 200 OK + code: 200 + duration: 91.024125ms +- id: 68 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/a0939e15-9220-4497-95fa-e799c0cd7b3c + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 718 + body: "{\"region\":\"fr-par\", \"id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:18:24.676140Z\", \"updated_at\":\"2025-10-30T16:18:24.676140Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "718" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:23:05 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 026e0a12-b9e2-49d6-aae2-f223ddae49e9 + status: 200 OK + code: 200 + duration: 92.225711ms +- id: 69 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/a0939e15-9220-4497-95fa-e799c0cd7b3c + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 718 + body: "{\"region\":\"fr-par\", \"id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:18:24.676140Z\", \"updated_at\":\"2025-10-30T16:18:24.676140Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "718" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:23:10 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 2fd2061d-5b78-4881-8609-da7a1b4e37b3 + status: 200 OK + code: 200 + duration: 105.974686ms +- id: 70 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/a0939e15-9220-4497-95fa-e799c0cd7b3c + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 718 + body: "{\"region\":\"fr-par\", \"id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:18:24.676140Z\", \"updated_at\":\"2025-10-30T16:18:24.676140Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "718" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:23:15 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - f39053a4-ea67-4bd2-8168-fd98ac22903d + status: 200 OK + code: 200 + duration: 108.387513ms +- id: 71 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/a0939e15-9220-4497-95fa-e799c0cd7b3c + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 718 + body: "{\"region\":\"fr-par\", \"id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:18:24.676140Z\", \"updated_at\":\"2025-10-30T16:18:24.676140Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "718" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:23:20 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - fda80dff-e275-4a81-a23c-ec686313e16e + status: 200 OK + code: 200 + duration: 84.793351ms +- id: 72 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/a0939e15-9220-4497-95fa-e799c0cd7b3c + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 718 + body: "{\"region\":\"fr-par\", \"id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:18:24.676140Z\", \"updated_at\":\"2025-10-30T16:18:24.676140Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "718" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:23:25 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 1e273b6e-bda9-451f-9f0c-13a0f007caa3 + status: 200 OK + code: 200 + duration: 90.1046ms +- id: 73 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/a0939e15-9220-4497-95fa-e799c0cd7b3c + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 718 + body: "{\"region\":\"fr-par\", \"id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:18:24.676140Z\", \"updated_at\":\"2025-10-30T16:18:24.676140Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "718" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:23:30 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - fb8669c6-0a14-4fc1-8b55-e5aec3bf289b + status: 200 OK + code: 200 + duration: 79.804468ms +- id: 74 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/a0939e15-9220-4497-95fa-e799c0cd7b3c + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 718 + body: "{\"region\":\"fr-par\", \"id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:18:24.676140Z\", \"updated_at\":\"2025-10-30T16:18:24.676140Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "718" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:23:35 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 4b05f312-3a83-4307-91ab-1a8e9937cd62 + status: 200 OK + code: 200 + duration: 81.382149ms +- id: 75 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/a0939e15-9220-4497-95fa-e799c0cd7b3c + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 718 + body: "{\"region\":\"fr-par\", \"id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:18:24.676140Z\", \"updated_at\":\"2025-10-30T16:18:24.676140Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "718" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:23:40 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 68ad25f2-63fa-48ba-ab7a-53e6d8d6b756 + status: 200 OK + code: 200 + duration: 99.561729ms +- id: 76 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/a0939e15-9220-4497-95fa-e799c0cd7b3c + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 718 + body: "{\"region\":\"fr-par\", \"id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:18:24.676140Z\", \"updated_at\":\"2025-10-30T16:18:24.676140Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "718" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:23:45 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - bcfd1a8f-ca9d-495b-8327-916ece081746 + status: 200 OK + code: 200 + duration: 72.472678ms +- id: 77 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/a0939e15-9220-4497-95fa-e799c0cd7b3c + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 718 + body: "{\"region\":\"fr-par\", \"id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:18:24.676140Z\", \"updated_at\":\"2025-10-30T16:18:24.676140Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "718" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:23:50 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 7a141e36-8e9e-482b-a41a-c957e5f74fc4 + status: 200 OK + code: 200 + duration: 75.240082ms +- id: 78 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/a0939e15-9220-4497-95fa-e799c0cd7b3c + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 718 + body: "{\"region\":\"fr-par\", \"id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:18:24.676140Z\", \"updated_at\":\"2025-10-30T16:18:24.676140Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "718" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:23:55 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - ac4b89c5-3b12-433f-b805-3b7345b121c6 + status: 200 OK + code: 200 + duration: 71.728631ms +- id: 79 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/a0939e15-9220-4497-95fa-e799c0cd7b3c + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 718 + body: "{\"region\":\"fr-par\", \"id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:18:24.676140Z\", \"updated_at\":\"2025-10-30T16:18:24.676140Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "718" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:24:01 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - b4770434-5339-49b0-862c-94cdfbfccabc + status: 200 OK + code: 200 + duration: 70.963405ms +- id: 80 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/a0939e15-9220-4497-95fa-e799c0cd7b3c + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 718 + body: "{\"region\":\"fr-par\", \"id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:18:24.676140Z\", \"updated_at\":\"2025-10-30T16:18:24.676140Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "718" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:24:06 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - c0831cd9-84a4-4613-ae63-8fbf3594a5ac + status: 200 OK + code: 200 + duration: 88.669567ms +- id: 81 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/a0939e15-9220-4497-95fa-e799c0cd7b3c + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 718 + body: "{\"region\":\"fr-par\", \"id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:18:24.676140Z\", \"updated_at\":\"2025-10-30T16:18:24.676140Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "718" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:24:11 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 70d2c4d8-f251-4edf-88bc-42633a0a4d03 + status: 200 OK + code: 200 + duration: 90.342717ms +- id: 82 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/a0939e15-9220-4497-95fa-e799c0cd7b3c + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 718 + body: "{\"region\":\"fr-par\", \"id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:18:24.676140Z\", \"updated_at\":\"2025-10-30T16:18:24.676140Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "718" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:24:16 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 1b06bfde-e53e-4f8b-83aa-218960d3c169 + status: 200 OK + code: 200 + duration: 88.519565ms +- id: 83 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/a0939e15-9220-4497-95fa-e799c0cd7b3c + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 718 + body: "{\"region\":\"fr-par\", \"id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:18:24.676140Z\", \"updated_at\":\"2025-10-30T16:18:24.676140Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "718" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:24:21 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - bfcd7f21-5a99-40f9-b3e1-58bac7959075 + status: 200 OK + code: 200 + duration: 92.738143ms +- id: 84 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/a0939e15-9220-4497-95fa-e799c0cd7b3c + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 718 + body: "{\"region\":\"fr-par\", \"id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:18:24.676140Z\", \"updated_at\":\"2025-10-30T16:18:24.676140Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "718" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:24:26 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 281daa64-aa4d-4a87-9d89-328e0f2494ba + status: 200 OK + code: 200 + duration: 86.72128ms +- id: 85 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/a0939e15-9220-4497-95fa-e799c0cd7b3c + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 718 + body: "{\"region\":\"fr-par\", \"id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:18:24.676140Z\", \"updated_at\":\"2025-10-30T16:18:24.676140Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "718" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:24:31 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 74f638d9-4efe-48fa-b583-3c474fb9a381 + status: 200 OK + code: 200 + duration: 97.071796ms +- id: 86 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/a0939e15-9220-4497-95fa-e799c0cd7b3c + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 718 + body: "{\"region\":\"fr-par\", \"id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:18:24.676140Z\", \"updated_at\":\"2025-10-30T16:18:24.676140Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "718" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:24:36 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 9a779548-24ef-4417-91c2-5516b96814b3 + status: 200 OK + code: 200 + duration: 85.315141ms +- id: 87 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/a0939e15-9220-4497-95fa-e799c0cd7b3c + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 718 + body: "{\"region\":\"fr-par\", \"id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:18:24.676140Z\", \"updated_at\":\"2025-10-30T16:18:24.676140Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "718" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:24:41 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - bff936da-7e89-4848-8d9b-c66ba8b32b9b + status: 200 OK + code: 200 + duration: 93.176906ms +- id: 88 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/a0939e15-9220-4497-95fa-e799c0cd7b3c + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 718 + body: "{\"region\":\"fr-par\", \"id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:18:24.676140Z\", \"updated_at\":\"2025-10-30T16:18:24.676140Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "718" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:24:46 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - fba68e0f-0885-4b84-b259-a050a75fd48b + status: 200 OK + code: 200 + duration: 92.961542ms +- id: 89 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/a0939e15-9220-4497-95fa-e799c0cd7b3c + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 718 + body: "{\"region\":\"fr-par\", \"id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:18:24.676140Z\", \"updated_at\":\"2025-10-30T16:18:24.676140Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "718" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:24:51 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 22947b1f-5488-497e-8500-81ba51ee982a + status: 200 OK + code: 200 + duration: 88.588435ms +- id: 90 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/a0939e15-9220-4497-95fa-e799c0cd7b3c + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 718 + body: "{\"region\":\"fr-par\", \"id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:18:24.676140Z\", \"updated_at\":\"2025-10-30T16:18:24.676140Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "718" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:24:56 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 4caa6ad0-0701-4551-a417-4d32b87dbc45 + status: 200 OK + code: 200 + duration: 73.010717ms +- id: 91 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/a0939e15-9220-4497-95fa-e799c0cd7b3c + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 718 + body: "{\"region\":\"fr-par\", \"id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:18:24.676140Z\", \"updated_at\":\"2025-10-30T16:18:24.676140Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "718" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:25:02 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 6d636b5e-f70c-4b6f-ae85-d1802e642be0 + status: 200 OK + code: 200 + duration: 95.975289ms +- id: 92 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/a0939e15-9220-4497-95fa-e799c0cd7b3c + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 718 + body: "{\"region\":\"fr-par\", \"id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:18:24.676140Z\", \"updated_at\":\"2025-10-30T16:18:24.676140Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "718" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:25:07 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 9190df96-2539-422e-be67-f9da39746835 + status: 200 OK + code: 200 + duration: 91.15411ms +- id: 93 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/a0939e15-9220-4497-95fa-e799c0cd7b3c + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 718 + body: "{\"region\":\"fr-par\", \"id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:18:24.676140Z\", \"updated_at\":\"2025-10-30T16:18:24.676140Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "718" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:25:12 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - f3a4369c-1969-435f-9abc-9c468b50ffda + status: 200 OK + code: 200 + duration: 87.236837ms +- id: 94 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/a0939e15-9220-4497-95fa-e799c0cd7b3c + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 718 + body: "{\"region\":\"fr-par\", \"id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:18:24.676140Z\", \"updated_at\":\"2025-10-30T16:18:24.676140Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "718" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:25:17 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 0c02eba7-d9b1-4fb7-80db-9c7db91c9914 + status: 200 OK + code: 200 + duration: 67.858358ms +- id: 95 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/a0939e15-9220-4497-95fa-e799c0cd7b3c + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 718 + body: "{\"region\":\"fr-par\", \"id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:18:24.676140Z\", \"updated_at\":\"2025-10-30T16:18:24.676140Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "718" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:25:22 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - b85f7544-06a4-4c72-8b25-fb7cbc6cc3bc + status: 200 OK + code: 200 + duration: 85.024977ms +- id: 96 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/a0939e15-9220-4497-95fa-e799c0cd7b3c + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 718 + body: "{\"region\":\"fr-par\", \"id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:18:24.676140Z\", \"updated_at\":\"2025-10-30T16:18:24.676140Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "718" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:25:27 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 300f67d8-5d9a-4b80-aecb-f855766fbceb + status: 200 OK + code: 200 + duration: 93.017026ms +- id: 97 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/a0939e15-9220-4497-95fa-e799c0cd7b3c + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 718 + body: "{\"region\":\"fr-par\", \"id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:18:24.676140Z\", \"updated_at\":\"2025-10-30T16:18:24.676140Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "718" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:25:32 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 304994ab-0b2a-4ca1-adf0-cf0860a237e9 + status: 200 OK + code: 200 + duration: 104.375594ms +- id: 98 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/a0939e15-9220-4497-95fa-e799c0cd7b3c + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 718 + body: "{\"region\":\"fr-par\", \"id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:18:24.676140Z\", \"updated_at\":\"2025-10-30T16:18:24.676140Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "718" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:25:37 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 04df4fe9-0e16-4b15-a5a6-02eea856e577 + status: 200 OK + code: 200 + duration: 80.530341ms +- id: 99 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/a0939e15-9220-4497-95fa-e799c0cd7b3c + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 718 + body: "{\"region\":\"fr-par\", \"id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:18:24.676140Z\", \"updated_at\":\"2025-10-30T16:18:24.676140Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "718" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:25:42 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 5815aaf0-61cc-4856-bd05-8bbce65138eb + status: 200 OK + code: 200 + duration: 83.690381ms +- id: 100 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/a0939e15-9220-4497-95fa-e799c0cd7b3c + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 718 + body: "{\"region\":\"fr-par\", \"id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:18:24.676140Z\", \"updated_at\":\"2025-10-30T16:18:24.676140Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "718" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:25:47 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 2aa0bc13-ffb2-4090-b8b1-75eda9e4ab65 + status: 200 OK + code: 200 + duration: 119.293482ms +- id: 101 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/a0939e15-9220-4497-95fa-e799c0cd7b3c + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 718 + body: "{\"region\":\"fr-par\", \"id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:18:24.676140Z\", \"updated_at\":\"2025-10-30T16:18:24.676140Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "718" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:25:52 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 99033ca2-8903-46c2-bbb7-8041b9e5b2c4 + status: 200 OK + code: 200 + duration: 74.321207ms +- id: 102 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/a0939e15-9220-4497-95fa-e799c0cd7b3c + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 718 + body: "{\"region\":\"fr-par\", \"id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:18:24.676140Z\", \"updated_at\":\"2025-10-30T16:18:24.676140Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "718" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:25:58 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 1c970975-2aea-4dbd-9849-aa580666505b + status: 200 OK + code: 200 + duration: 84.942472ms +- id: 103 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/a0939e15-9220-4497-95fa-e799c0cd7b3c + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 718 + body: "{\"region\":\"fr-par\", \"id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:18:24.676140Z\", \"updated_at\":\"2025-10-30T16:18:24.676140Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "718" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:26:03 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 5b7634cf-5443-433d-8c23-7e29476c8f58 + status: 200 OK + code: 200 + duration: 87.671032ms +- id: 104 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/a0939e15-9220-4497-95fa-e799c0cd7b3c + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 718 + body: "{\"region\":\"fr-par\", \"id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:18:24.676140Z\", \"updated_at\":\"2025-10-30T16:18:24.676140Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "718" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:26:08 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 1fd9b732-1ead-4eff-aaf6-338e01ee0663 + status: 200 OK + code: 200 + duration: 87.519057ms +- id: 105 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/a0939e15-9220-4497-95fa-e799c0cd7b3c + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 718 + body: "{\"region\":\"fr-par\", \"id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:18:24.676140Z\", \"updated_at\":\"2025-10-30T16:18:24.676140Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "718" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:26:13 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 5902fffe-edb7-4ab7-be3c-542a0c087fd4 + status: 200 OK + code: 200 + duration: 88.516179ms +- id: 106 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/a0939e15-9220-4497-95fa-e799c0cd7b3c + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 718 + body: "{\"region\":\"fr-par\", \"id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:18:24.676140Z\", \"updated_at\":\"2025-10-30T16:18:24.676140Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "718" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:26:18 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 1ac20525-3670-4394-9263-0fca6adce39e + status: 200 OK + code: 200 + duration: 91.73528ms +- id: 107 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/a0939e15-9220-4497-95fa-e799c0cd7b3c + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 718 + body: "{\"region\":\"fr-par\", \"id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:18:24.676140Z\", \"updated_at\":\"2025-10-30T16:18:24.676140Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "718" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:26:23 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 5d21111a-6d54-484e-b92c-072745d11344 + status: 200 OK + code: 200 + duration: 88.153699ms +- id: 108 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/a0939e15-9220-4497-95fa-e799c0cd7b3c + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 718 + body: "{\"region\":\"fr-par\", \"id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:18:24.676140Z\", \"updated_at\":\"2025-10-30T16:18:24.676140Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "718" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:26:28 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - adcb1ea5-d12e-4a4b-ad02-644a7e6b84ef + status: 200 OK + code: 200 + duration: 77.083442ms +- id: 109 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/a0939e15-9220-4497-95fa-e799c0cd7b3c + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 718 + body: "{\"region\":\"fr-par\", \"id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:18:24.676140Z\", \"updated_at\":\"2025-10-30T16:18:24.676140Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "718" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:26:33 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 35a4fcdb-50ca-4ee0-b9c4-9e299105ed91 + status: 200 OK + code: 200 + duration: 80.006798ms +- id: 110 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/a0939e15-9220-4497-95fa-e799c0cd7b3c + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 718 + body: "{\"region\":\"fr-par\", \"id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:18:24.676140Z\", \"updated_at\":\"2025-10-30T16:18:24.676140Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "718" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:26:38 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 03bd36f0-e064-4734-aeeb-c5beaef40064 + status: 200 OK + code: 200 + duration: 97.402678ms +- id: 111 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/a0939e15-9220-4497-95fa-e799c0cd7b3c + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 718 + body: "{\"region\":\"fr-par\", \"id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:18:24.676140Z\", \"updated_at\":\"2025-10-30T16:18:24.676140Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "718" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:26:43 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 349ce7d0-68f8-4983-9937-dcbf38d3c573 + status: 200 OK + code: 200 + duration: 89.558916ms +- id: 112 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/a0939e15-9220-4497-95fa-e799c0cd7b3c + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 718 + body: "{\"region\":\"fr-par\", \"id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:18:24.676140Z\", \"updated_at\":\"2025-10-30T16:18:24.676140Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "718" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:26:48 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - b64a408b-862b-4ffe-8491-cc98a21fceca + status: 200 OK + code: 200 + duration: 85.718077ms +- id: 113 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/a0939e15-9220-4497-95fa-e799c0cd7b3c + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 718 + body: "{\"region\":\"fr-par\", \"id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:18:24.676140Z\", \"updated_at\":\"2025-10-30T16:18:24.676140Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "718" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:26:54 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - cd7aad7f-e129-4f6a-a58b-611d13b23fb8 + status: 200 OK + code: 200 + duration: 109.398962ms +- id: 114 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/a0939e15-9220-4497-95fa-e799c0cd7b3c + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 718 + body: "{\"region\":\"fr-par\", \"id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:18:24.676140Z\", \"updated_at\":\"2025-10-30T16:18:24.676140Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "718" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:26:59 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - cd58d62d-a08d-4e41-82bb-c7eb588bd66d + status: 200 OK + code: 200 + duration: 105.929801ms +- id: 115 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/a0939e15-9220-4497-95fa-e799c0cd7b3c + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 718 + body: "{\"region\":\"fr-par\", \"id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:18:24.676140Z\", \"updated_at\":\"2025-10-30T16:18:24.676140Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "718" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:27:04 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - c1c5772c-8e90-42fc-9522-d73c00308c90 + status: 200 OK + code: 200 + duration: 104.540894ms +- id: 116 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/a0939e15-9220-4497-95fa-e799c0cd7b3c + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 718 + body: "{\"region\":\"fr-par\", \"id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:18:24.676140Z\", \"updated_at\":\"2025-10-30T16:18:24.676140Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "718" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:27:09 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 6f9304b2-5920-42fa-b3f9-5e019d10010c + status: 200 OK + code: 200 + duration: 93.366642ms +- id: 117 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/a0939e15-9220-4497-95fa-e799c0cd7b3c + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 718 + body: "{\"region\":\"fr-par\", \"id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:18:24.676140Z\", \"updated_at\":\"2025-10-30T16:18:24.676140Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "718" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:27:14 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 6370c886-6215-4930-8380-fb0916a73e62 + status: 200 OK + code: 200 + duration: 94.837824ms +- id: 118 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/a0939e15-9220-4497-95fa-e799c0cd7b3c + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 718 + body: "{\"region\":\"fr-par\", \"id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:18:24.676140Z\", \"updated_at\":\"2025-10-30T16:18:24.676140Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "718" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:27:19 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - ec56f89d-1a6a-44d7-a302-c9a13089aa43 + status: 200 OK + code: 200 + duration: 89.852346ms +- id: 119 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/a0939e15-9220-4497-95fa-e799c0cd7b3c + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 718 + body: "{\"region\":\"fr-par\", \"id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:18:24.676140Z\", \"updated_at\":\"2025-10-30T16:18:24.676140Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "718" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:27:24 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - adda8f25-dacb-412c-893a-8dcda8ecd39f + status: 200 OK + code: 200 + duration: 87.164572ms +- id: 120 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/a0939e15-9220-4497-95fa-e799c0cd7b3c + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 718 + body: "{\"region\":\"fr-par\", \"id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:18:24.676140Z\", \"updated_at\":\"2025-10-30T16:18:24.676140Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "718" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:27:29 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - f280c1d4-ffab-4aaf-a58b-86746f6e5cd1 + status: 200 OK + code: 200 + duration: 102.921826ms +- id: 121 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/a0939e15-9220-4497-95fa-e799c0cd7b3c + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 718 + body: "{\"region\":\"fr-par\", \"id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:18:24.676140Z\", \"updated_at\":\"2025-10-30T16:18:24.676140Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "718" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:27:34 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 24fbd115-f176-442f-a6dc-d39012871056 + status: 200 OK + code: 200 + duration: 90.624295ms +- id: 122 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/a0939e15-9220-4497-95fa-e799c0cd7b3c + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 718 + body: "{\"region\":\"fr-par\", \"id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:18:24.676140Z\", \"updated_at\":\"2025-10-30T16:18:24.676140Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "718" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:27:39 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - f216aaa9-49a5-4e4e-b569-0cab3a0a5835 + status: 200 OK + code: 200 + duration: 88.576332ms +- id: 123 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/a0939e15-9220-4497-95fa-e799c0cd7b3c + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 718 + body: "{\"region\":\"fr-par\", \"id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:18:24.676140Z\", \"updated_at\":\"2025-10-30T16:18:24.676140Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "718" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:27:45 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 94daf1ad-641a-461e-b391-6a8aaef34c3b + status: 200 OK + code: 200 + duration: 100.876737ms +- id: 124 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/a0939e15-9220-4497-95fa-e799c0cd7b3c + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 718 + body: "{\"region\":\"fr-par\", \"id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:18:24.676140Z\", \"updated_at\":\"2025-10-30T16:18:24.676140Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "718" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:27:50 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 27f1771a-ce60-4fb3-aba1-8805635c5f72 + status: 200 OK + code: 200 + duration: 115.728532ms +- id: 125 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/a0939e15-9220-4497-95fa-e799c0cd7b3c + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 718 + body: "{\"region\":\"fr-par\", \"id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:18:24.676140Z\", \"updated_at\":\"2025-10-30T16:18:24.676140Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "718" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:27:55 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - fa3d626e-3cf5-4255-8ce8-b38829f12006 + status: 200 OK + code: 200 + duration: 114.44355ms +- id: 126 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/a0939e15-9220-4497-95fa-e799c0cd7b3c + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 718 + body: "{\"region\":\"fr-par\", \"id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:18:24.676140Z\", \"updated_at\":\"2025-10-30T16:18:24.676140Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "718" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:28:00 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - ccf4fe25-0649-42af-9ba7-464c06114827 + status: 200 OK + code: 200 + duration: 88.317015ms +- id: 127 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/a0939e15-9220-4497-95fa-e799c0cd7b3c + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 718 + body: "{\"region\":\"fr-par\", \"id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:18:24.676140Z\", \"updated_at\":\"2025-10-30T16:18:24.676140Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "718" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:28:05 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 4a0acd6b-d150-452a-9262-874069acdf09 + status: 200 OK + code: 200 + duration: 107.38389ms +- id: 128 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/a0939e15-9220-4497-95fa-e799c0cd7b3c + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 718 + body: "{\"region\":\"fr-par\", \"id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:18:24.676140Z\", \"updated_at\":\"2025-10-30T16:18:24.676140Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "718" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:28:10 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - f9ba2d57-6f1d-4946-909c-daa768cefc65 + status: 200 OK + code: 200 + duration: 92.834804ms +- id: 129 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/a0939e15-9220-4497-95fa-e799c0cd7b3c + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 718 + body: "{\"region\":\"fr-par\", \"id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:18:24.676140Z\", \"updated_at\":\"2025-10-30T16:18:24.676140Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "718" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:28:15 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 1db99f68-b419-490f-9d3c-a45907486ccf + status: 200 OK + code: 200 + duration: 90.954746ms +- id: 130 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/a0939e15-9220-4497-95fa-e799c0cd7b3c + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 718 + body: "{\"region\":\"fr-par\", \"id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:18:24.676140Z\", \"updated_at\":\"2025-10-30T16:18:24.676140Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "718" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:28:20 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 63f18c6a-fffc-4457-84e4-568e2a485c21 + status: 200 OK + code: 200 + duration: 89.53445ms +- id: 131 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/a0939e15-9220-4497-95fa-e799c0cd7b3c + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 718 + body: "{\"region\":\"fr-par\", \"id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:18:24.676140Z\", \"updated_at\":\"2025-10-30T16:18:24.676140Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "718" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:28:25 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 3928cbf7-375a-4720-bc4a-83f7593e55e8 + status: 200 OK + code: 200 + duration: 89.858729ms +- id: 132 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/a0939e15-9220-4497-95fa-e799c0cd7b3c + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 718 + body: "{\"region\":\"fr-par\", \"id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:18:24.676140Z\", \"updated_at\":\"2025-10-30T16:18:24.676140Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "718" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:28:30 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - a22bc840-b264-48df-a597-18312ff53780 + status: 200 OK + code: 200 + duration: 91.51093ms +- id: 133 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/a0939e15-9220-4497-95fa-e799c0cd7b3c + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 718 + body: "{\"region\":\"fr-par\", \"id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:18:24.676140Z\", \"updated_at\":\"2025-10-30T16:18:24.676140Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "718" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:28:36 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 58d93222-200d-41e7-9f11-ef9623f4f390 + status: 200 OK + code: 200 + duration: 78.091584ms +- id: 134 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/a0939e15-9220-4497-95fa-e799c0cd7b3c + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 718 + body: "{\"region\":\"fr-par\", \"id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:18:24.676140Z\", \"updated_at\":\"2025-10-30T16:18:24.676140Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "718" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:28:41 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 5908a58a-ab10-43d2-8ce7-09fb33b496cc + status: 200 OK + code: 200 + duration: 104.435075ms +- id: 135 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/a0939e15-9220-4497-95fa-e799c0cd7b3c + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 718 + body: "{\"region\":\"fr-par\", \"id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:18:24.676140Z\", \"updated_at\":\"2025-10-30T16:18:24.676140Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "718" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:28:46 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - dffecf46-9ee1-48b7-a333-35888c090eff + status: 200 OK + code: 200 + duration: 87.784226ms +- id: 136 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/a0939e15-9220-4497-95fa-e799c0cd7b3c + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 718 + body: "{\"region\":\"fr-par\", \"id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:18:24.676140Z\", \"updated_at\":\"2025-10-30T16:18:24.676140Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "718" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:28:51 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 285bf7f0-54e0-4ce8-9582-ce7b44ea56b4 + status: 200 OK + code: 200 + duration: 105.030604ms +- id: 137 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/a0939e15-9220-4497-95fa-e799c0cd7b3c + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 718 + body: "{\"region\":\"fr-par\", \"id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:18:24.676140Z\", \"updated_at\":\"2025-10-30T16:18:24.676140Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "718" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:28:56 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 4bf5deda-116f-46a7-93db-a0d1e51387bd + status: 200 OK + code: 200 + duration: 94.232698ms +- id: 138 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/a0939e15-9220-4497-95fa-e799c0cd7b3c + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 718 + body: "{\"region\":\"fr-par\", \"id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:18:24.676140Z\", \"updated_at\":\"2025-10-30T16:18:24.676140Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "718" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:29:01 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - f7777e3a-45fa-40ea-91bd-3468a8cb1659 + status: 200 OK + code: 200 + duration: 100.257576ms +- id: 139 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/a0939e15-9220-4497-95fa-e799c0cd7b3c + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 718 + body: "{\"region\":\"fr-par\", \"id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:18:24.676140Z\", \"updated_at\":\"2025-10-30T16:18:24.676140Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "718" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:29:06 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - b21ce87b-0901-4bdd-b04f-7dd4a8dad5ca + status: 200 OK + code: 200 + duration: 102.018972ms +- id: 140 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/a0939e15-9220-4497-95fa-e799c0cd7b3c + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 718 + body: "{\"region\":\"fr-par\", \"id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:18:24.676140Z\", \"updated_at\":\"2025-10-30T16:18:24.676140Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "718" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:29:11 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 08fb003c-aaa1-4fc0-8238-a611c06bb29b + status: 200 OK + code: 200 + duration: 78.028215ms +- id: 141 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/a0939e15-9220-4497-95fa-e799c0cd7b3c + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 718 + body: "{\"region\":\"fr-par\", \"id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:18:24.676140Z\", \"updated_at\":\"2025-10-30T16:18:24.676140Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "718" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:29:16 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 3fd2d7c9-a15e-4ec5-aa51-80cb418c15e1 + status: 200 OK + code: 200 + duration: 87.452643ms +- id: 142 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/a0939e15-9220-4497-95fa-e799c0cd7b3c + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 716 + body: "{\"region\":\"fr-par\", \"id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:18:24.676140Z\", \"updated_at\":\"2025-10-30T16:29:20.647913Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"ready\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "716" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:29:21 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 3379be88-a829-4e8e-a079-0dcbf1d5500d + status: 200 OK + code: 200 + duration: 83.056222ms +- id: 143 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/f5839d47-dfad-407f-b09b-089476114f21 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1636 + body: "{\"region\":\"fr-par\", \"id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:19.128996Z\", \"updated_at\":\"2025-10-30T16:20:05.986072Z\", \"type\":\"kapsule\", \"name\":\"test-k8s-public-ip\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"public_ip\"], \"cluster_url\":\"https://f5839d47-dfad-407f-b09b-089476114f21.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.f5839d47-dfad-407f-b09b-089476114f21.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"3b0ad589-f167-4c39-a0fe-af124411f0c6\", \"commitment_ends_at\":\"2025-10-30T16:18:19.129003Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"d6e03bbf-faca-464d-b29e-9e329c3dc19d\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1636" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:29:21 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - f422a04b-8b05-40f6-ad5f-011bc4b093b6 + status: 200 OK + code: 200 + duration: 83.159205ms +- id: 144 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/a0939e15-9220-4497-95fa-e799c0cd7b3c + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 716 + body: "{\"region\":\"fr-par\", \"id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:18:24.676140Z\", \"updated_at\":\"2025-10-30T16:29:20.647913Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"ready\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "716" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:29:21 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - f17cbeb1-242c-40b5-b002-aab481a8774c + status: 200 OK + code: 200 + duration: 17.151911ms +- id: 145 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + form: + order_by: + - created_at_asc + page: + - "1" + pool_id: + - a0939e15-9220-4497-95fa-e799c0cd7b3c + status: + - unknown + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/f5839d47-dfad-407f-b09b-089476114f21/nodes?order_by=created_at_asc&page=1&pool_id=a0939e15-9220-4497-95fa-e799c0cd7b3c&status=unknown + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 619 + body: "{\"total_count\":1, \"nodes\":[{\"region\":\"fr-par\", \"id\":\"c1062fff-3cc6-4c64-8037-138eb644b773\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:28:09.097801Z\", \"updated_at\":\"2025-10-30T16:29:20.638599Z\", \"pool_id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"status\":\"ready\", \"conditions\":{\"DiskPressure\":\"False\", \"MemoryPressure\":\"False\", \"PIDPressure\":\"False\", \"Ready\":\"True\"}, \"name\":\"scw-test-k8s-public-i-test-k8s-public-i-c1062f\", \"public_ip_v4\":\"51.158.76.222\", \"public_ip_v6\":null, \"provider_id\":\"scaleway://instance/fr-par-1/87a442c4-5537-432c-ae3b-f67eb8ae4d2e\", \"error_message\":\"\"}]}" + headers: + Content-Length: + - "619" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:29:21 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 0f61c7b0-2b08-4d25-a1ae-5f9854f3c8a4 + status: 200 OK + code: 200 + duration: 23.612226ms +- id: 146 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/f5839d47-dfad-407f-b09b-089476114f21 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1636 + body: "{\"region\":\"fr-par\", \"id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:19.128996Z\", \"updated_at\":\"2025-10-30T16:20:05.986072Z\", \"type\":\"kapsule\", \"name\":\"test-k8s-public-ip\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"public_ip\"], \"cluster_url\":\"https://f5839d47-dfad-407f-b09b-089476114f21.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.f5839d47-dfad-407f-b09b-089476114f21.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"3b0ad589-f167-4c39-a0fe-af124411f0c6\", \"commitment_ends_at\":\"2025-10-30T16:18:19.129003Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"d6e03bbf-faca-464d-b29e-9e329c3dc19d\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1636" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:29:22 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - baca3c9d-e1de-4cc0-846a-ab62b9ee6d56 + status: 200 OK + code: 200 + duration: 26.318736ms +- id: 147 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + form: + order_by: + - created_at_desc + project_id: + - 105bdce1-64c0-48ab-899d-868455867ecf + resource_name: + - scw-test-k8s-public-i-test-k8s-public-i-c1062f + resource_type: + - unknown_type + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/ipam/v1/regions/fr-par/ips?order_by=created_at_desc&project_id=105bdce1-64c0-48ab-899d-868455867ecf&resource_name=scw-test-k8s-public-i-test-k8s-public-i-c1062f&resource_type=unknown_type + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1121 + body: "{\"total_count\":2, \"ips\":[{\"id\":\"71c3829a-3168-4b5d-b8b5-a200e6185a7a\", \"address\":\"fd5f:519c:6d46:99a:5f89:1169:f0f0:c01e/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":true, \"created_at\":\"2025-10-30T16:28:12.721158Z\", \"updated_at\":\"2025-10-30T16:28:12.721158Z\", \"source\":{\"subnet_id\":\"7adff8c4-babb-4a82-8d99-2372f50ef5d3\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"e490ea7d-a59d-4001-a927-b3a4393cac33\", \"mac_address\":\"02:00:00:19:28:73\", \"name\":\"scw-test-k8s-public-i-test-k8s-public-i-c1062f\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}, {\"id\":\"749692a4-02e5-4a20-8764-1b78515e798a\", \"address\":\"172.18.44.3/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":false, \"created_at\":\"2025-10-30T16:28:12.542836Z\", \"updated_at\":\"2025-10-30T16:28:12.542836Z\", \"source\":{\"subnet_id\":\"af2c5aa2-55c5-4e53-a1e5-91f9a8103b6f\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"e490ea7d-a59d-4001-a927-b3a4393cac33\", \"mac_address\":\"02:00:00:19:28:73\", \"name\":\"scw-test-k8s-public-i-test-k8s-public-i-c1062f\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}]}" + headers: + Content-Length: + - "1121" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:29:22 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 4ff0fa4b-a83d-43a5-8f55-32032c9213b4 + status: 200 OK + code: 200 + duration: 51.120434ms +- id: 148 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/f5839d47-dfad-407f-b09b-089476114f21 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1636 + body: "{\"region\":\"fr-par\", \"id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:19.128996Z\", \"updated_at\":\"2025-10-30T16:20:05.986072Z\", \"type\":\"kapsule\", \"name\":\"test-k8s-public-ip\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"public_ip\"], \"cluster_url\":\"https://f5839d47-dfad-407f-b09b-089476114f21.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.f5839d47-dfad-407f-b09b-089476114f21.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"3b0ad589-f167-4c39-a0fe-af124411f0c6\", \"commitment_ends_at\":\"2025-10-30T16:18:19.129003Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"d6e03bbf-faca-464d-b29e-9e329c3dc19d\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1636" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:29:22 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 2588cbd8-47e6-4a48-9c8d-90ede4e838d4 + status: 200 OK + code: 200 + duration: 23.20932ms +- id: 149 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks/3b0ad589-f167-4c39-a0fe-af124411f0c6 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1087 + body: "{\"id\":\"3b0ad589-f167-4c39-a0fe-af124411f0c6\", \"name\":\"test-k8s-public-ip\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:17.970395Z\", \"updated_at\":\"2025-10-30T16:18:17.970395Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"subnets\":[{\"id\":\"af2c5aa2-55c5-4e53-a1e5-91f9a8103b6f\", \"created_at\":\"2025-10-30T16:18:17.970395Z\", \"updated_at\":\"2025-10-30T16:18:17.970395Z\", \"subnet\":\"172.18.44.0/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"3b0ad589-f167-4c39-a0fe-af124411f0c6\", \"vpc_id\":\"3e2453e5-8d39-4842-920a-480ff1be2078\"}, {\"id\":\"7adff8c4-babb-4a82-8d99-2372f50ef5d3\", \"created_at\":\"2025-10-30T16:18:17.970395Z\", \"updated_at\":\"2025-10-30T16:18:17.970395Z\", \"subnet\":\"fd5f:519c:6d46:99a::/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"3b0ad589-f167-4c39-a0fe-af124411f0c6\", \"vpc_id\":\"3e2453e5-8d39-4842-920a-480ff1be2078\"}], \"vpc_id\":\"3e2453e5-8d39-4842-920a-480ff1be2078\", \"dhcp_enabled\":true, \"default_route_propagation_enabled\":false, \"region\":\"fr-par\"}" + headers: + Content-Length: + - "1087" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:29:22 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 5e45f613-84e3-4489-8658-3cc4932f3dfe + status: 200 OK + code: 200 + duration: 28.106521ms +- id: 150 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/a0939e15-9220-4497-95fa-e799c0cd7b3c + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 716 + body: "{\"region\":\"fr-par\", \"id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:18:24.676140Z\", \"updated_at\":\"2025-10-30T16:29:20.647913Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"ready\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "716" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:29:22 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - b911188c-b051-4fa7-8010-e9d401461f45 + status: 200 OK + code: 200 + duration: 42.992559ms +- id: 151 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + form: + order_by: + - created_at_asc + pool_id: + - a0939e15-9220-4497-95fa-e799c0cd7b3c + status: + - unknown + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/f5839d47-dfad-407f-b09b-089476114f21/nodes?order_by=created_at_asc&pool_id=a0939e15-9220-4497-95fa-e799c0cd7b3c&status=unknown + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 619 + body: "{\"total_count\":1, \"nodes\":[{\"region\":\"fr-par\", \"id\":\"c1062fff-3cc6-4c64-8037-138eb644b773\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:28:09.097801Z\", \"updated_at\":\"2025-10-30T16:29:20.638599Z\", \"pool_id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"status\":\"ready\", \"conditions\":{\"DiskPressure\":\"False\", \"MemoryPressure\":\"False\", \"PIDPressure\":\"False\", \"Ready\":\"True\"}, \"name\":\"scw-test-k8s-public-i-test-k8s-public-i-c1062f\", \"public_ip_v4\":\"51.158.76.222\", \"public_ip_v6\":null, \"provider_id\":\"scaleway://instance/fr-par-1/87a442c4-5537-432c-ae3b-f67eb8ae4d2e\", \"error_message\":\"\"}]}" + headers: + Content-Length: + - "619" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:29:22 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - fa81dced-3062-4b12-842f-9e67c3e0b6b8 + status: 200 OK + code: 200 + duration: 25.658687ms +- id: 152 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/87a442c4-5537-432c-ae3b-f67eb8ae4d2e + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 3763 + body: "{\"server\": {\"id\": \"87a442c4-5537-432c-ae3b-f67eb8ae4d2e\", \"name\": \"scw-test-k8s-public-i-test-k8s-public-i-c1062f\", \"arch\": \"x86_64\", \"commercial_type\": \"PRO2-XXS\", \"boot_type\": \"local\", \"organization\": \"105bdce1-64c0-48ab-899d-868455867ecf\", \"project\": \"105bdce1-64c0-48ab-899d-868455867ecf\", \"hostname\": \"scw-test-k8s-public-i-test-k8s-public-i-c1062f\", \"image\": {\"id\": \"5b4b5f3f-c2a1-451e-8603-4c0179b4de03\", \"name\": \"k8s_base_node_instance\", \"organization\": \"51b656e3-4865-41e8-adbc-0c45bdd780db\", \"project\": \"51b656e3-4865-41e8-adbc-0c45bdd780db\", \"root_volume\": {\"volume_type\": \"sbs_snapshot\", \"id\": \"c6b09a14-4a4d-44cd-a772-4f235fef4826\", \"size\": 0, \"name\": \"\"}, \"extra_volumes\": {}, \"public\": true, \"arch\": \"x86_64\", \"creation_date\": \"2025-10-27T10:01:33.994085+00:00\", \"modification_date\": \"2025-10-27T10:01:33.994085+00:00\", \"default_bootscript\": null, \"from_server\": \"\", \"state\": \"available\", \"tags\": [], \"zone\": \"fr-par-1\"}, \"volumes\": {\"0\": {\"boot\": true, \"volume_type\": \"sbs_volume\", \"id\": \"a9862539-ae1c-4beb-9fda-aab1533d0bb2\", \"state\": \"available\", \"zone\": \"fr-par-1\"}}, \"tags\": [\"kapsule=f5839d47-dfad-407f-b09b-089476114f21\", \"pool=a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"pool-name=test-k8s-public-ip\", \"runtime=containerd\", \"managed=true\", \"node=c1062fff-3cc6-4c64-8037-138eb644b773\"], \"state\": \"running\", \"protected\": false, \"state_detail\": \"booting kernel\", \"public_ip\": {\"id\": \"1d2e96c2-a32c-4233-a580-b2f48aea84ec\", \"address\": \"51.158.76.222\", \"dynamic\": false, \"gateway\": \"62.210.0.1\", \"netmask\": \"32\", \"family\": \"inet\", \"provisioning_mode\": \"dhcp\", \"tags\": [\"kapsule=f5839d47-dfad-407f-b09b-089476114f21\", \"node-name=scw-test-k8s-public-i-test-k8s-public-i-c1062f\"], \"state\": \"attached\", \"ipam_id\": \"87c45bbc-0c33-431f-93a1-0ae466a4d82a\"}, \"public_ips\": [{\"id\": \"1d2e96c2-a32c-4233-a580-b2f48aea84ec\", \"address\": \"51.158.76.222\", \"dynamic\": false, \"gateway\": \"62.210.0.1\", \"netmask\": \"32\", \"family\": \"inet\", \"provisioning_mode\": \"dhcp\", \"tags\": [\"kapsule=f5839d47-dfad-407f-b09b-089476114f21\", \"node-name=scw-test-k8s-public-i-test-k8s-public-i-c1062f\"], \"state\": \"attached\", \"ipam_id\": \"87c45bbc-0c33-431f-93a1-0ae466a4d82a\"}, {\"id\": \"00d759df-c6f1-4823-84fa-cb1cd78f9466\", \"address\": \"2001:bc8:710:a9cf:dc00:ff:fed0:7087\", \"dynamic\": false, \"gateway\": \"fe80::dc00:ff:fed0:7088\", \"netmask\": \"64\", \"family\": \"inet6\", \"provisioning_mode\": \"slaac\", \"tags\": [\"kapsule=f5839d47-dfad-407f-b09b-089476114f21\", \"node-name=scw-test-k8s-public-i-test-k8s-public-i-c1062f\"], \"state\": \"attached\", \"ipam_id\": \"755514d6-a077-4ae6-9e4e-e5d3846c92b3\"}], \"mac_address\": \"de:00:00:d0:70:87\", \"routed_ip_enabled\": true, \"ipv6\": null, \"extra_networks\": [], \"dynamic_ip_required\": false, \"enable_ipv6\": false, \"private_ip\": null, \"creation_date\": \"2025-10-30T16:28:09.689469+00:00\", \"modification_date\": \"2025-10-30T16:28:14.963070+00:00\", \"bootscript\": null, \"security_group\": {\"id\": \"4ef16f7a-478c-4b72-b932-982f4b04974b\", \"name\": \"Kapsule default security group\"}, \"location\": {\"zone_id\": \"fr-par-1\", \"platform_id\": \"14\", \"cluster_id\": \"12\", \"hypervisor_id\": \"901\", \"node_id\": \"28\"}, \"maintenances\": [], \"allowed_actions\": [\"poweroff\", \"terminate\", \"reboot\", \"stop_in_place\", \"backup\"], \"placement_group\": null, \"private_nics\": [{\"id\": \"e490ea7d-a59d-4001-a927-b3a4393cac33\", \"private_network_id\": \"3b0ad589-f167-4c39-a0fe-af124411f0c6\", \"server_id\": \"87a442c4-5537-432c-ae3b-f67eb8ae4d2e\", \"mac_address\": \"02:00:00:19:28:73\", \"state\": \"available\", \"creation_date\": \"2025-10-30T16:28:12.305517+00:00\", \"modification_date\": \"2025-10-30T16:28:12.423955+00:00\", \"zone\": \"fr-par-1\", \"tags\": [], \"ipam_ip_ids\": [\"749692a4-02e5-4a20-8764-1b78515e798a\", \"71c3829a-3168-4b5d-b8b5-a200e6185a7a\"]}], \"zone\": \"fr-par-1\", \"filesystems\": [], \"end_of_service\": false}}" + headers: + Content-Length: + - "3763" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:29:22 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - ccbd0431-492a-4e20-a92c-96c3917df38c + status: 200 OK + code: 200 + duration: 157.453081ms +- id: 153 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/vpc/v2/regions/fr-par/vpcs/3e2453e5-8d39-4842-920a-480ff1be2078 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 416 + body: "{\"id\":\"3e2453e5-8d39-4842-920a-480ff1be2078\", \"name\":\"tf-vpc-sad-dewdney\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:17.246369Z\", \"updated_at\":\"2025-10-30T16:18:17.246369Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_default\":false, \"private_network_count\":1, \"routing_enabled\":true, \"custom_routes_propagation_enabled\":true, \"region\":\"fr-par\"}" + headers: + Content-Length: + - "416" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:29:22 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 4b4e3581-07b8-45f5-bd8d-712be2f8c374 + status: 200 OK + code: 200 + duration: 29.962243ms +- id: 154 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks/3b0ad589-f167-4c39-a0fe-af124411f0c6 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1087 + body: "{\"id\":\"3b0ad589-f167-4c39-a0fe-af124411f0c6\", \"name\":\"test-k8s-public-ip\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:17.970395Z\", \"updated_at\":\"2025-10-30T16:18:17.970395Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"subnets\":[{\"id\":\"af2c5aa2-55c5-4e53-a1e5-91f9a8103b6f\", \"created_at\":\"2025-10-30T16:18:17.970395Z\", \"updated_at\":\"2025-10-30T16:18:17.970395Z\", \"subnet\":\"172.18.44.0/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"3b0ad589-f167-4c39-a0fe-af124411f0c6\", \"vpc_id\":\"3e2453e5-8d39-4842-920a-480ff1be2078\"}, {\"id\":\"7adff8c4-babb-4a82-8d99-2372f50ef5d3\", \"created_at\":\"2025-10-30T16:18:17.970395Z\", \"updated_at\":\"2025-10-30T16:18:17.970395Z\", \"subnet\":\"fd5f:519c:6d46:99a::/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"3b0ad589-f167-4c39-a0fe-af124411f0c6\", \"vpc_id\":\"3e2453e5-8d39-4842-920a-480ff1be2078\"}], \"vpc_id\":\"3e2453e5-8d39-4842-920a-480ff1be2078\", \"dhcp_enabled\":true, \"default_route_propagation_enabled\":false, \"region\":\"fr-par\"}" + headers: + Content-Length: + - "1087" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:29:22 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - df9713dd-67fb-4510-8b12-c0a14b2d4ef3 + status: 200 OK + code: 200 + duration: 27.77038ms +- id: 155 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/f5839d47-dfad-407f-b09b-089476114f21 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1636 + body: "{\"region\":\"fr-par\", \"id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:19.128996Z\", \"updated_at\":\"2025-10-30T16:20:05.986072Z\", \"type\":\"kapsule\", \"name\":\"test-k8s-public-ip\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"public_ip\"], \"cluster_url\":\"https://f5839d47-dfad-407f-b09b-089476114f21.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.f5839d47-dfad-407f-b09b-089476114f21.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"3b0ad589-f167-4c39-a0fe-af124411f0c6\", \"commitment_ends_at\":\"2025-10-30T16:18:19.129003Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"d6e03bbf-faca-464d-b29e-9e329c3dc19d\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1636" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:29:22 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 5f2a2843-818b-4aef-b140-427b42e91531 + status: 200 OK + code: 200 + duration: 24.164202ms +- id: 156 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/f5839d47-dfad-407f-b09b-089476114f21/kubeconfig + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1682 + body: "{\"name\":\"kubeconfig\", \"content_type\":\"application/octet-stream\", \"content\":\"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogInRlc3QtazhzLXB1YmxpYy1pcCIKICBjbHVzdGVyOgogICAgY2VydGlmaWNhdGUtYXV0aG9yaXR5LWRhdGE6IExTMHRMUzFDUlVkSlRpQkRSVkpVU1VaSlEwRlVSUzB0TFMwdENrMUpTVUpYZWtORFFWRkhaMEYzU1VKQlowbENRVVJCUzBKblozRm9hMnBQVUZGUlJFRnFRVlpOVWsxM1JWRlpSRlpSVVVSRmQzQnlaRmRLYkdOdE5Xd0taRWRXZWsxQ05GaEVWRWt4VFZSQmVVOVVSVEpOVkdkNFQxWnZXRVJVVFRGTlZFRjVUMVJGTWsxVVozaFBWbTkzUmxSRlZFMUNSVWRCTVZWRlFYaE5Td3BoTTFacFdsaEtkVnBZVW14amVrSmFUVUpOUjBKNWNVZFRUVFE1UVdkRlIwTkRjVWRUVFRRNVFYZEZTRUV3U1VGQ1VHdFVkVW80TlZCRE9XTllNbXhzQ21oQll6UnJXWFJwYVM4NVNYaEpRVmxuYzJOaWFHSmlWVEkwZEc1UVVuUjJZVk5PTmpreFFWUkhPR1kyVTNsVGJIcFhWVlY2VG1zd00wNWxWazFDUWk4S2NXaExLMDl0ZVdwUmFrSkJUVUUwUjBFeFZXUkVkMFZDTDNkUlJVRjNTVU53UkVGUVFtZE9Wa2hTVFVKQlpqaEZRbFJCUkVGUlNDOU5RakJIUVRGVlpBcEVaMUZYUWtKUloybDZLemhPVGt4bFMzZHRTR1p1TmpkbFkxbHdlRW92WkdkVVFVdENaMmR4YUd0cVQxQlJVVVJCWjA1SlFVUkNSa0ZwUlVGd1pWWkxDbHBIWkcxd1JYQjRXRkZoWmxkSlQyaGFXWFZyS3pkNVpEVlRWVkkwYkZOV2VHOUNVRlF3YTBOSlJtZHVNMjQwT1dKWWNHbFdkMUZIWlZOeVZVTlNZV2tLUW1zMFEydFpkMXBhVFROM1JEWXJLMHcwVlhBS0xTMHRMUzFGVGtRZ1EwVlNWRWxHU1VOQlZFVXRMUzB0TFFvPQogICAgc2VydmVyOiBodHRwczovL2Y1ODM5ZDQ3LWRmYWQtNDA3Zi1iMDliLTA4OTQ3NjExNGYyMS5hcGkuazhzLmZyLXBhci5zY3cuY2xvdWQ6NjQ0Mwpjb250ZXh0czoKLSBuYW1lOiBhZG1pbkB0ZXN0LWs4cy1wdWJsaWMtaXAKICBjb250ZXh0OgogICAgY2x1c3RlcjogInRlc3QtazhzLXB1YmxpYy1pcCIKICAgIHVzZXI6IHRlc3QtazhzLXB1YmxpYy1pcC1hZG1pbgpjdXJyZW50LWNvbnRleHQ6IGFkbWluQHRlc3QtazhzLXB1YmxpYy1pcApraW5kOiBDb25maWcKcHJlZmVyZW5jZXM6IHt9CnVzZXJzOgotIG5hbWU6IHRlc3QtazhzLXB1YmxpYy1pcC1hZG1pbgogIHVzZXI6CiAgICB0b2tlbjogOWZoZmVKT3p3bFFjamZEUnVpdmxlbmpod0ZKR2xzQ2xid2hLUVFDajJzcmFFa2w1cEdVSVdzVjM=\"}" + headers: + Content-Length: + - "1682" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:29:22 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - df3c4718-0805-469f-a136-2d55e18630e7 + status: 200 OK + code: 200 + duration: 84.329501ms +- id: 157 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/a0939e15-9220-4497-95fa-e799c0cd7b3c + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 716 + body: "{\"region\":\"fr-par\", \"id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:18:24.676140Z\", \"updated_at\":\"2025-10-30T16:29:20.647913Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"ready\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "716" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:29:22 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 779310e1-dc32-4cdd-a43e-b1371d454012 + status: 200 OK + code: 200 + duration: 24.931983ms +- id: 158 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + form: + order_by: + - created_at_asc + page: + - "1" + pool_id: + - a0939e15-9220-4497-95fa-e799c0cd7b3c + status: + - unknown + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/f5839d47-dfad-407f-b09b-089476114f21/nodes?order_by=created_at_asc&page=1&pool_id=a0939e15-9220-4497-95fa-e799c0cd7b3c&status=unknown + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 619 + body: "{\"total_count\":1, \"nodes\":[{\"region\":\"fr-par\", \"id\":\"c1062fff-3cc6-4c64-8037-138eb644b773\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:28:09.097801Z\", \"updated_at\":\"2025-10-30T16:29:20.638599Z\", \"pool_id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"status\":\"ready\", \"conditions\":{\"DiskPressure\":\"False\", \"MemoryPressure\":\"False\", \"PIDPressure\":\"False\", \"Ready\":\"True\"}, \"name\":\"scw-test-k8s-public-i-test-k8s-public-i-c1062f\", \"public_ip_v4\":\"51.158.76.222\", \"public_ip_v6\":null, \"provider_id\":\"scaleway://instance/fr-par-1/87a442c4-5537-432c-ae3b-f67eb8ae4d2e\", \"error_message\":\"\"}]}" + headers: + Content-Length: + - "619" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:29:22 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 57e30e86-7552-4ca7-a665-106daabca93b + status: 200 OK + code: 200 + duration: 24.308282ms +- id: 159 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/f5839d47-dfad-407f-b09b-089476114f21 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1636 + body: "{\"region\":\"fr-par\", \"id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:19.128996Z\", \"updated_at\":\"2025-10-30T16:20:05.986072Z\", \"type\":\"kapsule\", \"name\":\"test-k8s-public-ip\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"public_ip\"], \"cluster_url\":\"https://f5839d47-dfad-407f-b09b-089476114f21.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.f5839d47-dfad-407f-b09b-089476114f21.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"3b0ad589-f167-4c39-a0fe-af124411f0c6\", \"commitment_ends_at\":\"2025-10-30T16:18:19.129003Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"d6e03bbf-faca-464d-b29e-9e329c3dc19d\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1636" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:29:22 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 98000ee3-6821-4d29-b2e3-5039bb332df5 + status: 200 OK + code: 200 + duration: 79.238046ms +- id: 160 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + form: + order_by: + - created_at_desc + project_id: + - 105bdce1-64c0-48ab-899d-868455867ecf + resource_name: + - scw-test-k8s-public-i-test-k8s-public-i-c1062f + resource_type: + - unknown_type + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/ipam/v1/regions/fr-par/ips?order_by=created_at_desc&project_id=105bdce1-64c0-48ab-899d-868455867ecf&resource_name=scw-test-k8s-public-i-test-k8s-public-i-c1062f&resource_type=unknown_type + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1121 + body: "{\"total_count\":2, \"ips\":[{\"id\":\"71c3829a-3168-4b5d-b8b5-a200e6185a7a\", \"address\":\"fd5f:519c:6d46:99a:5f89:1169:f0f0:c01e/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":true, \"created_at\":\"2025-10-30T16:28:12.721158Z\", \"updated_at\":\"2025-10-30T16:28:12.721158Z\", \"source\":{\"subnet_id\":\"7adff8c4-babb-4a82-8d99-2372f50ef5d3\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"e490ea7d-a59d-4001-a927-b3a4393cac33\", \"mac_address\":\"02:00:00:19:28:73\", \"name\":\"scw-test-k8s-public-i-test-k8s-public-i-c1062f\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}, {\"id\":\"749692a4-02e5-4a20-8764-1b78515e798a\", \"address\":\"172.18.44.3/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":false, \"created_at\":\"2025-10-30T16:28:12.542836Z\", \"updated_at\":\"2025-10-30T16:28:12.542836Z\", \"source\":{\"subnet_id\":\"af2c5aa2-55c5-4e53-a1e5-91f9a8103b6f\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"e490ea7d-a59d-4001-a927-b3a4393cac33\", \"mac_address\":\"02:00:00:19:28:73\", \"name\":\"scw-test-k8s-public-i-test-k8s-public-i-c1062f\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}]}" + headers: + Content-Length: + - "1121" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:29:22 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - d7fa61d1-e110-4f4c-bf5c-fd8dde9cd468 + status: 200 OK + code: 200 + duration: 46.889964ms +- id: 161 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/vpc/v2/regions/fr-par/vpcs/3e2453e5-8d39-4842-920a-480ff1be2078 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 416 + body: "{\"id\":\"3e2453e5-8d39-4842-920a-480ff1be2078\", \"name\":\"tf-vpc-sad-dewdney\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:17.246369Z\", \"updated_at\":\"2025-10-30T16:18:17.246369Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_default\":false, \"private_network_count\":1, \"routing_enabled\":true, \"custom_routes_propagation_enabled\":true, \"region\":\"fr-par\"}" + headers: + Content-Length: + - "416" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:29:23 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 68ddbff1-c6ff-481c-8fa3-14d2bea3238d + status: 200 OK + code: 200 + duration: 45.436176ms +- id: 162 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks/3b0ad589-f167-4c39-a0fe-af124411f0c6 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1087 + body: "{\"id\":\"3b0ad589-f167-4c39-a0fe-af124411f0c6\", \"name\":\"test-k8s-public-ip\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:17.970395Z\", \"updated_at\":\"2025-10-30T16:18:17.970395Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"subnets\":[{\"id\":\"af2c5aa2-55c5-4e53-a1e5-91f9a8103b6f\", \"created_at\":\"2025-10-30T16:18:17.970395Z\", \"updated_at\":\"2025-10-30T16:18:17.970395Z\", \"subnet\":\"172.18.44.0/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"3b0ad589-f167-4c39-a0fe-af124411f0c6\", \"vpc_id\":\"3e2453e5-8d39-4842-920a-480ff1be2078\"}, {\"id\":\"7adff8c4-babb-4a82-8d99-2372f50ef5d3\", \"created_at\":\"2025-10-30T16:18:17.970395Z\", \"updated_at\":\"2025-10-30T16:18:17.970395Z\", \"subnet\":\"fd5f:519c:6d46:99a::/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"3b0ad589-f167-4c39-a0fe-af124411f0c6\", \"vpc_id\":\"3e2453e5-8d39-4842-920a-480ff1be2078\"}], \"vpc_id\":\"3e2453e5-8d39-4842-920a-480ff1be2078\", \"dhcp_enabled\":true, \"default_route_propagation_enabled\":false, \"region\":\"fr-par\"}" + headers: + Content-Length: + - "1087" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:29:23 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - bcd8459a-b418-4f50-93eb-4721b8e01fa7 + status: 200 OK + code: 200 + duration: 30.490335ms +- id: 163 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/f5839d47-dfad-407f-b09b-089476114f21 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1636 + body: "{\"region\":\"fr-par\", \"id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:19.128996Z\", \"updated_at\":\"2025-10-30T16:20:05.986072Z\", \"type\":\"kapsule\", \"name\":\"test-k8s-public-ip\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"public_ip\"], \"cluster_url\":\"https://f5839d47-dfad-407f-b09b-089476114f21.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.f5839d47-dfad-407f-b09b-089476114f21.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"3b0ad589-f167-4c39-a0fe-af124411f0c6\", \"commitment_ends_at\":\"2025-10-30T16:18:19.129003Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"d6e03bbf-faca-464d-b29e-9e329c3dc19d\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1636" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:29:23 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - a8886c65-902f-49f1-8544-105005061c93 + status: 200 OK + code: 200 + duration: 73.904506ms +- id: 164 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/f5839d47-dfad-407f-b09b-089476114f21/kubeconfig + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1682 + body: "{\"name\":\"kubeconfig\", \"content_type\":\"application/octet-stream\", \"content\":\"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogInRlc3QtazhzLXB1YmxpYy1pcCIKICBjbHVzdGVyOgogICAgY2VydGlmaWNhdGUtYXV0aG9yaXR5LWRhdGE6IExTMHRMUzFDUlVkSlRpQkRSVkpVU1VaSlEwRlVSUzB0TFMwdENrMUpTVUpYZWtORFFWRkhaMEYzU1VKQlowbENRVVJCUzBKblozRm9hMnBQVUZGUlJFRnFRVlpOVWsxM1JWRlpSRlpSVVVSRmQzQnlaRmRLYkdOdE5Xd0taRWRXZWsxQ05GaEVWRWt4VFZSQmVVOVVSVEpOVkdkNFQxWnZXRVJVVFRGTlZFRjVUMVJGTWsxVVozaFBWbTkzUmxSRlZFMUNSVWRCTVZWRlFYaE5Td3BoTTFacFdsaEtkVnBZVW14amVrSmFUVUpOUjBKNWNVZFRUVFE1UVdkRlIwTkRjVWRUVFRRNVFYZEZTRUV3U1VGQ1VHdFVkVW80TlZCRE9XTllNbXhzQ21oQll6UnJXWFJwYVM4NVNYaEpRVmxuYzJOaWFHSmlWVEkwZEc1UVVuUjJZVk5PTmpreFFWUkhPR1kyVTNsVGJIcFhWVlY2VG1zd00wNWxWazFDUWk4S2NXaExLMDl0ZVdwUmFrSkJUVUUwUjBFeFZXUkVkMFZDTDNkUlJVRjNTVU53UkVGUVFtZE9Wa2hTVFVKQlpqaEZRbFJCUkVGUlNDOU5RakJIUVRGVlpBcEVaMUZYUWtKUloybDZLemhPVGt4bFMzZHRTR1p1TmpkbFkxbHdlRW92WkdkVVFVdENaMmR4YUd0cVQxQlJVVVJCWjA1SlFVUkNSa0ZwUlVGd1pWWkxDbHBIWkcxd1JYQjRXRkZoWmxkSlQyaGFXWFZyS3pkNVpEVlRWVkkwYkZOV2VHOUNVRlF3YTBOSlJtZHVNMjQwT1dKWWNHbFdkMUZIWlZOeVZVTlNZV2tLUW1zMFEydFpkMXBhVFROM1JEWXJLMHcwVlhBS0xTMHRMUzFGVGtRZ1EwVlNWRWxHU1VOQlZFVXRMUzB0TFFvPQogICAgc2VydmVyOiBodHRwczovL2Y1ODM5ZDQ3LWRmYWQtNDA3Zi1iMDliLTA4OTQ3NjExNGYyMS5hcGkuazhzLmZyLXBhci5zY3cuY2xvdWQ6NjQ0Mwpjb250ZXh0czoKLSBuYW1lOiBhZG1pbkB0ZXN0LWs4cy1wdWJsaWMtaXAKICBjb250ZXh0OgogICAgY2x1c3RlcjogInRlc3QtazhzLXB1YmxpYy1pcCIKICAgIHVzZXI6IHRlc3QtazhzLXB1YmxpYy1pcC1hZG1pbgpjdXJyZW50LWNvbnRleHQ6IGFkbWluQHRlc3QtazhzLXB1YmxpYy1pcApraW5kOiBDb25maWcKcHJlZmVyZW5jZXM6IHt9CnVzZXJzOgotIG5hbWU6IHRlc3QtazhzLXB1YmxpYy1pcC1hZG1pbgogIHVzZXI6CiAgICB0b2tlbjogOWZoZmVKT3p3bFFjamZEUnVpdmxlbmpod0ZKR2xzQ2xid2hLUVFDajJzcmFFa2w1cEdVSVdzVjM=\"}" + headers: + Content-Length: + - "1682" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:29:23 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - d41b0363-8e4a-4b8d-887a-f3de25a25bfa + status: 200 OK + code: 200 + duration: 19.445435ms +- id: 165 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/a0939e15-9220-4497-95fa-e799c0cd7b3c + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 716 + body: "{\"region\":\"fr-par\", \"id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:18:24.676140Z\", \"updated_at\":\"2025-10-30T16:29:20.647913Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"ready\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "716" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:29:23 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 4e018a2f-adc4-4a33-82f6-d04002949635 + status: 200 OK + code: 200 + duration: 19.89577ms +- id: 166 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + form: + order_by: + - created_at_asc + page: + - "1" + pool_id: + - a0939e15-9220-4497-95fa-e799c0cd7b3c + status: + - unknown + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/f5839d47-dfad-407f-b09b-089476114f21/nodes?order_by=created_at_asc&page=1&pool_id=a0939e15-9220-4497-95fa-e799c0cd7b3c&status=unknown + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 619 + body: "{\"total_count\":1, \"nodes\":[{\"region\":\"fr-par\", \"id\":\"c1062fff-3cc6-4c64-8037-138eb644b773\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:28:09.097801Z\", \"updated_at\":\"2025-10-30T16:29:20.638599Z\", \"pool_id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"status\":\"ready\", \"conditions\":{\"DiskPressure\":\"False\", \"MemoryPressure\":\"False\", \"PIDPressure\":\"False\", \"Ready\":\"True\"}, \"name\":\"scw-test-k8s-public-i-test-k8s-public-i-c1062f\", \"public_ip_v4\":\"51.158.76.222\", \"public_ip_v6\":null, \"provider_id\":\"scaleway://instance/fr-par-1/87a442c4-5537-432c-ae3b-f67eb8ae4d2e\", \"error_message\":\"\"}]}" + headers: + Content-Length: + - "619" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:29:23 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - ce8979fa-7898-4e94-8608-5861cdef1bbe + status: 200 OK + code: 200 + duration: 26.415397ms +- id: 167 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/f5839d47-dfad-407f-b09b-089476114f21 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1636 + body: "{\"region\":\"fr-par\", \"id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:19.128996Z\", \"updated_at\":\"2025-10-30T16:20:05.986072Z\", \"type\":\"kapsule\", \"name\":\"test-k8s-public-ip\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"public_ip\"], \"cluster_url\":\"https://f5839d47-dfad-407f-b09b-089476114f21.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.f5839d47-dfad-407f-b09b-089476114f21.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"3b0ad589-f167-4c39-a0fe-af124411f0c6\", \"commitment_ends_at\":\"2025-10-30T16:18:19.129003Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"d6e03bbf-faca-464d-b29e-9e329c3dc19d\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1636" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:29:23 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - e1ea5581-b27b-48fa-80c5-a12b61b214a0 + status: 200 OK + code: 200 + duration: 24.253249ms +- id: 168 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + form: + order_by: + - created_at_desc + project_id: + - 105bdce1-64c0-48ab-899d-868455867ecf + resource_name: + - scw-test-k8s-public-i-test-k8s-public-i-c1062f + resource_type: + - unknown_type + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/ipam/v1/regions/fr-par/ips?order_by=created_at_desc&project_id=105bdce1-64c0-48ab-899d-868455867ecf&resource_name=scw-test-k8s-public-i-test-k8s-public-i-c1062f&resource_type=unknown_type + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1121 + body: "{\"total_count\":2, \"ips\":[{\"id\":\"71c3829a-3168-4b5d-b8b5-a200e6185a7a\", \"address\":\"fd5f:519c:6d46:99a:5f89:1169:f0f0:c01e/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":true, \"created_at\":\"2025-10-30T16:28:12.721158Z\", \"updated_at\":\"2025-10-30T16:28:12.721158Z\", \"source\":{\"subnet_id\":\"7adff8c4-babb-4a82-8d99-2372f50ef5d3\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"e490ea7d-a59d-4001-a927-b3a4393cac33\", \"mac_address\":\"02:00:00:19:28:73\", \"name\":\"scw-test-k8s-public-i-test-k8s-public-i-c1062f\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}, {\"id\":\"749692a4-02e5-4a20-8764-1b78515e798a\", \"address\":\"172.18.44.3/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":false, \"created_at\":\"2025-10-30T16:28:12.542836Z\", \"updated_at\":\"2025-10-30T16:28:12.542836Z\", \"source\":{\"subnet_id\":\"af2c5aa2-55c5-4e53-a1e5-91f9a8103b6f\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"e490ea7d-a59d-4001-a927-b3a4393cac33\", \"mac_address\":\"02:00:00:19:28:73\", \"name\":\"scw-test-k8s-public-i-test-k8s-public-i-c1062f\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}]}" + headers: + Content-Length: + - "1121" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:29:23 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - b51966c7-ef62-416a-b9e5-1aa9e6ef3eaa + status: 200 OK + code: 200 + duration: 33.25277ms +- id: 169 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/a0939e15-9220-4497-95fa-e799c0cd7b3c + method: DELETE + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 719 + body: "{\"region\":\"fr-par\", \"id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:18:24.676140Z\", \"updated_at\":\"2025-10-30T16:29:23.798294Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "719" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:29:23 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 7dbc90b3-43c9-490a-9a1c-ee1ed27b667c + status: 200 OK + code: 200 + duration: 95.809397ms +- id: 170 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/a0939e15-9220-4497-95fa-e799c0cd7b3c + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 719 + body: "{\"region\":\"fr-par\", \"id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:18:24.676140Z\", \"updated_at\":\"2025-10-30T16:29:23.798294Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "719" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:29:23 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 1b9baa1c-d6b8-476e-9c79-8ffa26539a7c + status: 200 OK + code: 200 + duration: 23.855623ms +- id: 171 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/a0939e15-9220-4497-95fa-e799c0cd7b3c + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 719 + body: "{\"region\":\"fr-par\", \"id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:18:24.676140Z\", \"updated_at\":\"2025-10-30T16:29:23.798294Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "719" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:29:28 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - c94b9f88-7a89-447e-bdd7-2d6d0ab12dad + status: 200 OK + code: 200 + duration: 92.137365ms +- id: 172 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/a0939e15-9220-4497-95fa-e799c0cd7b3c + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 719 + body: "{\"region\":\"fr-par\", \"id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:18:24.676140Z\", \"updated_at\":\"2025-10-30T16:29:23.798294Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "719" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:29:34 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 260592e5-fd64-42d1-b6e8-1003190c4483 + status: 200 OK + code: 200 + duration: 92.980117ms +- id: 173 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/a0939e15-9220-4497-95fa-e799c0cd7b3c + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 719 + body: "{\"region\":\"fr-par\", \"id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:18:24.676140Z\", \"updated_at\":\"2025-10-30T16:29:23.798294Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "719" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:29:39 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 2996775b-864f-413c-96c7-3bce78c8a527 + status: 200 OK + code: 200 + duration: 97.730562ms +- id: 174 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/a0939e15-9220-4497-95fa-e799c0cd7b3c + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 719 + body: "{\"region\":\"fr-par\", \"id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:18:24.676140Z\", \"updated_at\":\"2025-10-30T16:29:23.798294Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "719" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:29:44 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 4e7b0c20-fe4f-4081-9c76-39ff30226663 + status: 200 OK + code: 200 + duration: 124.469397ms +- id: 175 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/a0939e15-9220-4497-95fa-e799c0cd7b3c + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 719 + body: "{\"region\":\"fr-par\", \"id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:18:24.676140Z\", \"updated_at\":\"2025-10-30T16:29:23.798294Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "719" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:29:49 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 00ae94dc-cf2f-4a0a-8b16-abbcfa62f130 + status: 200 OK + code: 200 + duration: 83.238654ms +- id: 176 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/a0939e15-9220-4497-95fa-e799c0cd7b3c + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 719 + body: "{\"region\":\"fr-par\", \"id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:18:24.676140Z\", \"updated_at\":\"2025-10-30T16:29:23.798294Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "719" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:29:54 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 7a3ddd84-85df-4554-824f-1b0161cdc690 + status: 200 OK + code: 200 + duration: 93.132272ms +- id: 177 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/a0939e15-9220-4497-95fa-e799c0cd7b3c + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 719 + body: "{\"region\":\"fr-par\", \"id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:18:24.676140Z\", \"updated_at\":\"2025-10-30T16:29:23.798294Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "719" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:29:59 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 5f07d241-7ebc-401a-a81a-8ac8294450a1 + status: 200 OK + code: 200 + duration: 78.348666ms +- id: 178 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/a0939e15-9220-4497-95fa-e799c0cd7b3c + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 719 + body: "{\"region\":\"fr-par\", \"id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:18:24.676140Z\", \"updated_at\":\"2025-10-30T16:29:23.798294Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "719" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:30:04 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 44528714-1674-4025-965b-c39c0a15147e + status: 200 OK + code: 200 + duration: 112.849649ms +- id: 179 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/a0939e15-9220-4497-95fa-e799c0cd7b3c + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 719 + body: "{\"region\":\"fr-par\", \"id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:18:24.676140Z\", \"updated_at\":\"2025-10-30T16:29:23.798294Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "719" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:30:09 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - a26b702e-3e4a-4a1f-a049-b80f3171f5f5 + status: 200 OK + code: 200 + duration: 81.853956ms +- id: 180 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/a0939e15-9220-4497-95fa-e799c0cd7b3c + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 719 + body: "{\"region\":\"fr-par\", \"id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:18:24.676140Z\", \"updated_at\":\"2025-10-30T16:29:23.798294Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "719" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:30:14 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - a54dc189-ec90-4ee1-9966-6af5410d64f5 + status: 200 OK + code: 200 + duration: 98.245309ms +- id: 181 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/a0939e15-9220-4497-95fa-e799c0cd7b3c + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 719 + body: "{\"region\":\"fr-par\", \"id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:18:24.676140Z\", \"updated_at\":\"2025-10-30T16:29:23.798294Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "719" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:30:19 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - e7670902-f851-4f23-b02f-b3dda7f038e1 + status: 200 OK + code: 200 + duration: 80.839782ms +- id: 182 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/a0939e15-9220-4497-95fa-e799c0cd7b3c + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 719 + body: "{\"region\":\"fr-par\", \"id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:18:24.676140Z\", \"updated_at\":\"2025-10-30T16:29:23.798294Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "719" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:30:24 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - c94fd0af-0f7d-4049-9c1b-d3c832e8ad59 + status: 200 OK + code: 200 + duration: 81.7495ms +- id: 183 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/a0939e15-9220-4497-95fa-e799c0cd7b3c + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 719 + body: "{\"region\":\"fr-par\", \"id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:18:24.676140Z\", \"updated_at\":\"2025-10-30T16:29:23.798294Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "719" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:30:30 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - d84c193f-3c78-42fd-a3e3-a8302e5e875d + status: 200 OK + code: 200 + duration: 89.480088ms +- id: 184 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/a0939e15-9220-4497-95fa-e799c0cd7b3c + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 719 + body: "{\"region\":\"fr-par\", \"id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:18:24.676140Z\", \"updated_at\":\"2025-10-30T16:29:23.798294Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "719" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:30:35 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 841b39d7-8f7c-41d7-859f-366bd85453a4 + status: 200 OK + code: 200 + duration: 94.167576ms +- id: 185 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/a0939e15-9220-4497-95fa-e799c0cd7b3c + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 719 + body: "{\"region\":\"fr-par\", \"id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:18:24.676140Z\", \"updated_at\":\"2025-10-30T16:29:23.798294Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "719" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:30:40 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 0e7b1974-ab5f-4f2c-9770-ffab68e0a07b + status: 200 OK + code: 200 + duration: 105.739684ms +- id: 186 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/a0939e15-9220-4497-95fa-e799c0cd7b3c + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 719 + body: "{\"region\":\"fr-par\", \"id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:18:24.676140Z\", \"updated_at\":\"2025-10-30T16:29:23.798294Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "719" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:30:45 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 232d5b36-b0c5-497e-b399-a117f1417ed2 + status: 200 OK + code: 200 + duration: 90.89291ms +- id: 187 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/a0939e15-9220-4497-95fa-e799c0cd7b3c + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 719 + body: "{\"region\":\"fr-par\", \"id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:18:24.676140Z\", \"updated_at\":\"2025-10-30T16:29:23.798294Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "719" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:30:50 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 725b3948-bbaf-45c7-82c8-6b757b702651 + status: 200 OK + code: 200 + duration: 101.740479ms +- id: 188 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/a0939e15-9220-4497-95fa-e799c0cd7b3c + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 719 + body: "{\"region\":\"fr-par\", \"id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:18:24.676140Z\", \"updated_at\":\"2025-10-30T16:29:23.798294Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "719" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:30:55 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - c5cc20f6-91a2-4957-a138-4d436a3d4278 + status: 200 OK + code: 200 + duration: 112.096374ms +- id: 189 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/a0939e15-9220-4497-95fa-e799c0cd7b3c + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 719 + body: "{\"region\":\"fr-par\", \"id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:18:24.676140Z\", \"updated_at\":\"2025-10-30T16:29:23.798294Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "719" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:31:00 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 91dc0fa3-9460-45ff-8b93-6573c4f05179 + status: 200 OK + code: 200 + duration: 117.603211ms +- id: 190 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/a0939e15-9220-4497-95fa-e799c0cd7b3c + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 719 + body: "{\"region\":\"fr-par\", \"id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:18:24.676140Z\", \"updated_at\":\"2025-10-30T16:29:23.798294Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "719" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:31:05 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 660c97f5-8fa1-41b0-b585-b7774a15e7d3 + status: 200 OK + code: 200 + duration: 99.271004ms +- id: 191 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/a0939e15-9220-4497-95fa-e799c0cd7b3c + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 719 + body: "{\"region\":\"fr-par\", \"id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:18:24.676140Z\", \"updated_at\":\"2025-10-30T16:29:23.798294Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "719" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:31:10 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - c2e750be-0d78-4f37-bd82-acb7ea551d30 + status: 200 OK + code: 200 + duration: 82.706866ms +- id: 192 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/a0939e15-9220-4497-95fa-e799c0cd7b3c + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 719 + body: "{\"region\":\"fr-par\", \"id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:18:24.676140Z\", \"updated_at\":\"2025-10-30T16:29:23.798294Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "719" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:31:15 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - b5fce940-f059-4f17-ac52-96ad0b652f61 + status: 200 OK + code: 200 + duration: 79.478998ms +- id: 193 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/a0939e15-9220-4497-95fa-e799c0cd7b3c + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 719 + body: "{\"region\":\"fr-par\", \"id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:18:24.676140Z\", \"updated_at\":\"2025-10-30T16:29:23.798294Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "719" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:31:21 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - c0bd8590-3aa7-41f8-9ee9-58e236f9f0f1 + status: 200 OK + code: 200 + duration: 83.792523ms +- id: 194 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/a0939e15-9220-4497-95fa-e799c0cd7b3c + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 719 + body: "{\"region\":\"fr-par\", \"id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:18:24.676140Z\", \"updated_at\":\"2025-10-30T16:29:23.798294Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "719" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:31:26 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - e39eb737-e238-4795-baca-e653fa233a8e + status: 200 OK + code: 200 + duration: 81.9579ms +- id: 195 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/a0939e15-9220-4497-95fa-e799c0cd7b3c + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 719 + body: "{\"region\":\"fr-par\", \"id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:18:24.676140Z\", \"updated_at\":\"2025-10-30T16:29:23.798294Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "719" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:31:31 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - f5b7d23c-955a-4d9f-9e2a-f70990e8559c + status: 200 OK + code: 200 + duration: 87.369146ms +- id: 196 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/a0939e15-9220-4497-95fa-e799c0cd7b3c + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 719 + body: "{\"region\":\"fr-par\", \"id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:18:24.676140Z\", \"updated_at\":\"2025-10-30T16:29:23.798294Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "719" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:31:36 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - f2794f4d-5f3f-4701-9732-dd690e4fbd69 + status: 200 OK + code: 200 + duration: 78.358966ms +- id: 197 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/a0939e15-9220-4497-95fa-e799c0cd7b3c + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 719 + body: "{\"region\":\"fr-par\", \"id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:18:24.676140Z\", \"updated_at\":\"2025-10-30T16:29:23.798294Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "719" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:31:41 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - d3640a8d-e684-4c6c-8a46-79f2b9f885e6 + status: 200 OK + code: 200 + duration: 95.621344ms +- id: 198 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/a0939e15-9220-4497-95fa-e799c0cd7b3c + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 719 + body: "{\"region\":\"fr-par\", \"id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:18:24.676140Z\", \"updated_at\":\"2025-10-30T16:29:23.798294Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "719" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:31:46 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 4009ac26-9024-4ef2-b303-e605ea8445d1 + status: 200 OK + code: 200 + duration: 98.392836ms +- id: 199 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/a0939e15-9220-4497-95fa-e799c0cd7b3c + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 719 + body: "{\"region\":\"fr-par\", \"id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:18:24.676140Z\", \"updated_at\":\"2025-10-30T16:29:23.798294Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "719" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:31:51 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 5c6d77dc-5f6b-40dd-981b-1b11b1c71e70 + status: 200 OK + code: 200 + duration: 90.246486ms +- id: 200 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/a0939e15-9220-4497-95fa-e799c0cd7b3c + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 719 + body: "{\"region\":\"fr-par\", \"id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:18:24.676140Z\", \"updated_at\":\"2025-10-30T16:29:23.798294Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "719" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:31:56 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - e01d0a11-5771-4798-9e2c-a2d6802afac7 + status: 200 OK + code: 200 + duration: 98.317194ms +- id: 201 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/a0939e15-9220-4497-95fa-e799c0cd7b3c + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 719 + body: "{\"region\":\"fr-par\", \"id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:18:24.676140Z\", \"updated_at\":\"2025-10-30T16:29:23.798294Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "719" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:32:01 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 1d7a2e01-f99f-4352-a57e-cbcaa0d3410e + status: 200 OK + code: 200 + duration: 84.120679ms +- id: 202 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/a0939e15-9220-4497-95fa-e799c0cd7b3c + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 719 + body: "{\"region\":\"fr-par\", \"id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:18:24.676140Z\", \"updated_at\":\"2025-10-30T16:29:23.798294Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "719" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:32:06 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 5cdeacdc-e46c-4269-9e44-c165c7eda24d + status: 200 OK + code: 200 + duration: 82.077775ms +- id: 203 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/a0939e15-9220-4497-95fa-e799c0cd7b3c + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 719 + body: "{\"region\":\"fr-par\", \"id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:18:24.676140Z\", \"updated_at\":\"2025-10-30T16:29:23.798294Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "719" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:32:11 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - a9ca84dc-3034-4046-a39d-713243e157ca + status: 200 OK + code: 200 + duration: 91.683925ms +- id: 204 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/a0939e15-9220-4497-95fa-e799c0cd7b3c + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 719 + body: "{\"region\":\"fr-par\", \"id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:18:24.676140Z\", \"updated_at\":\"2025-10-30T16:29:23.798294Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "719" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:32:17 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 082ef96c-8662-45b5-b9a6-e00c869d5bc4 + status: 200 OK + code: 200 + duration: 101.200385ms +- id: 205 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/a0939e15-9220-4497-95fa-e799c0cd7b3c + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 719 + body: "{\"region\":\"fr-par\", \"id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:18:24.676140Z\", \"updated_at\":\"2025-10-30T16:29:23.798294Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "719" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:32:22 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - f9c2036f-f89f-4d4b-8237-6a9885db0708 + status: 200 OK + code: 200 + duration: 93.825413ms +- id: 206 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/a0939e15-9220-4497-95fa-e799c0cd7b3c + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 719 + body: "{\"region\":\"fr-par\", \"id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:18:24.676140Z\", \"updated_at\":\"2025-10-30T16:29:23.798294Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "719" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:32:27 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - c2628a41-e17b-49e0-a73d-3053ecbcac7b + status: 200 OK + code: 200 + duration: 88.483568ms +- id: 207 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/a0939e15-9220-4497-95fa-e799c0cd7b3c + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 719 + body: "{\"region\":\"fr-par\", \"id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:18:24.676140Z\", \"updated_at\":\"2025-10-30T16:29:23.798294Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "719" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:32:32 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 417788e8-1488-4e6f-8671-50da8b30f13e + status: 200 OK + code: 200 + duration: 83.888483ms +- id: 208 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/a0939e15-9220-4497-95fa-e799c0cd7b3c + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 719 + body: "{\"region\":\"fr-par\", \"id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:18:24.676140Z\", \"updated_at\":\"2025-10-30T16:29:23.798294Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "719" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:32:37 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - b54c9bef-0aa3-4c75-81b8-0749b3a7d44c + status: 200 OK + code: 200 + duration: 86.877013ms +- id: 209 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/a0939e15-9220-4497-95fa-e799c0cd7b3c + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 719 + body: "{\"region\":\"fr-par\", \"id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:18:24.676140Z\", \"updated_at\":\"2025-10-30T16:29:23.798294Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "719" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:32:42 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 100263c7-32db-4da8-bacf-c1c2bddf854a + status: 200 OK + code: 200 + duration: 89.102991ms +- id: 210 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/a0939e15-9220-4497-95fa-e799c0cd7b3c + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 719 + body: "{\"region\":\"fr-par\", \"id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:18:24.676140Z\", \"updated_at\":\"2025-10-30T16:29:23.798294Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "719" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:32:47 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - c681a662-9aaf-4c3d-9410-9ce07c69def5 + status: 200 OK + code: 200 + duration: 90.212713ms +- id: 211 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/a0939e15-9220-4497-95fa-e799c0cd7b3c + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 719 + body: "{\"region\":\"fr-par\", \"id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:18:24.676140Z\", \"updated_at\":\"2025-10-30T16:29:23.798294Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "719" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:32:52 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 3a268f02-0af5-4e71-9027-d6a92452a74b + status: 200 OK + code: 200 + duration: 89.133007ms +- id: 212 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/a0939e15-9220-4497-95fa-e799c0cd7b3c + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 719 + body: "{\"region\":\"fr-par\", \"id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:18:24.676140Z\", \"updated_at\":\"2025-10-30T16:29:23.798294Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "719" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:32:57 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - a3815237-91b8-4932-b591-1041ae8e532f + status: 200 OK + code: 200 + duration: 92.157814ms +- id: 213 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/a0939e15-9220-4497-95fa-e799c0cd7b3c + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 719 + body: "{\"region\":\"fr-par\", \"id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:18:24.676140Z\", \"updated_at\":\"2025-10-30T16:29:23.798294Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "719" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:33:02 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 006b9bba-ba30-468c-b3a3-c337e3b21030 + status: 200 OK + code: 200 + duration: 100.967959ms +- id: 214 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/a0939e15-9220-4497-95fa-e799c0cd7b3c + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 719 + body: "{\"region\":\"fr-par\", \"id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:18:24.676140Z\", \"updated_at\":\"2025-10-30T16:29:23.798294Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "719" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:33:08 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 1eb66ee8-c9a2-4b3d-a04c-20083a3ef61d + status: 200 OK + code: 200 + duration: 239.008697ms +- id: 215 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/a0939e15-9220-4497-95fa-e799c0cd7b3c + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 719 + body: "{\"region\":\"fr-par\", \"id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:18:24.676140Z\", \"updated_at\":\"2025-10-30T16:29:23.798294Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "719" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:33:13 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - fe0f38c5-1251-494d-9d12-0bbbd9b0109d + status: 200 OK + code: 200 + duration: 84.394994ms +- id: 216 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/a0939e15-9220-4497-95fa-e799c0cd7b3c + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 719 + body: "{\"region\":\"fr-par\", \"id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:18:24.676140Z\", \"updated_at\":\"2025-10-30T16:29:23.798294Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "719" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:33:18 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 2492600d-850d-4943-9e31-1fceb7720162 + status: 200 OK + code: 200 + duration: 92.777166ms +- id: 217 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/a0939e15-9220-4497-95fa-e799c0cd7b3c + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 719 + body: "{\"region\":\"fr-par\", \"id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:18:24.676140Z\", \"updated_at\":\"2025-10-30T16:29:23.798294Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "719" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:33:23 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 82bfa31f-af67-4f62-8581-630bd6490f15 + status: 200 OK + code: 200 + duration: 80.793725ms +- id: 218 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/a0939e15-9220-4497-95fa-e799c0cd7b3c + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 719 + body: "{\"region\":\"fr-par\", \"id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:18:24.676140Z\", \"updated_at\":\"2025-10-30T16:29:23.798294Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "719" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:33:28 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 15ce79cd-f5ae-434f-b1bc-395eade0902c + status: 200 OK + code: 200 + duration: 84.07849ms +- id: 219 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/a0939e15-9220-4497-95fa-e799c0cd7b3c + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 719 + body: "{\"region\":\"fr-par\", \"id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:18:24.676140Z\", \"updated_at\":\"2025-10-30T16:29:23.798294Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "719" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:33:33 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 30b5a7c0-f233-4eea-8d84-3479592f8183 + status: 200 OK + code: 200 + duration: 94.078769ms +- id: 220 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/a0939e15-9220-4497-95fa-e799c0cd7b3c + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 719 + body: "{\"region\":\"fr-par\", \"id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:18:24.676140Z\", \"updated_at\":\"2025-10-30T16:29:23.798294Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "719" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:33:38 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 5ae552dc-44a4-462d-9ebe-53539f977fc2 + status: 200 OK + code: 200 + duration: 93.487129ms +- id: 221 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/a0939e15-9220-4497-95fa-e799c0cd7b3c + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 125 + body: "{\"message\":\"resource is not found\",\"resource\":\"pool\",\"resource_id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\",\"type\":\"not_found\"}" + headers: + Content-Length: + - "125" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:33:43 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 1322164b-4d6d-4f43-ab5a-709d30874e02 + status: 404 Not Found + code: 404 + duration: 20.821909ms +- id: 222 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 152 + host: api.scaleway.com + body: "{\"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\",\"name\":\"test-k8s-public-ip\",\"tags\":[],\"type\":\"VPC-GW-S\",\"enable_smtp\":false,\"enable_bastion\":false}" + headers: + Content-Type: + - application/json + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/vpc-gw/v2/zones/fr-par-1/gateways + method: POST + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 918 + body: "{\"id\":\"4e5fe8f2-7126-4ef0-9da5-64dcbf031bb4\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:33:44.521117Z\", \"updated_at\":\"2025-10-30T16:33:44.521117Z\", \"type\":\"VPC-GW-S\", \"bandwidth\":100, \"status\":\"allocating\", \"name\":\"test-k8s-public-ip\", \"tags\":[], \"ipv4\":{\"id\":\"1a95086f-202d-44ed-83f2-50a2725deb74\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:33:44.496040Z\", \"updated_at\":\"2025-10-30T16:33:44.496040Z\", \"tags\":[], \"address\":\"51.15.215.84\", \"reverse\":\"84-215-15-51.instances.scw.cloud\", \"gateway_id\":\"4e5fe8f2-7126-4ef0-9da5-64dcbf031bb4\", \"zone\":\"fr-par-1\"}, \"gateway_networks\":[], \"bastion_enabled\":false, \"bastion_port\":61000, \"smtp_enabled\":false, \"is_legacy\":false, \"bastion_allowed_ips\":[\"0.0.0.0/0\"], \"zone\":\"fr-par-1\"}" + headers: + Content-Length: + - "918" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:33:44 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 14930dec-34ab-45bd-865c-2a1ecaa2eb4c + status: 200 OK + code: 200 + duration: 856.61301ms +- id: 223 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/vpc-gw/v2/zones/fr-par-1/gateways/4e5fe8f2-7126-4ef0-9da5-64dcbf031bb4 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 937 + body: "{\"id\":\"4e5fe8f2-7126-4ef0-9da5-64dcbf031bb4\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:33:44.521117Z\", \"updated_at\":\"2025-10-30T16:33:44.563781Z\", \"type\":\"VPC-GW-S\", \"bandwidth\":100, \"status\":\"allocating\", \"name\":\"test-k8s-public-ip\", \"tags\":[], \"ipv4\":{\"id\":\"1a95086f-202d-44ed-83f2-50a2725deb74\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:33:44.496040Z\", \"updated_at\":\"2025-10-30T16:33:44.496040Z\", \"tags\":[], \"address\":\"51.15.215.84\", \"reverse\":\"84-215-15-51.instances.scw.cloud\", \"gateway_id\":\"4e5fe8f2-7126-4ef0-9da5-64dcbf031bb4\", \"zone\":\"fr-par-1\"}, \"gateway_networks\":[], \"version\":\"0.7.4\", \"bastion_enabled\":false, \"bastion_port\":61000, \"smtp_enabled\":false, \"is_legacy\":false, \"bastion_allowed_ips\":[\"0.0.0.0/0\"], \"zone\":\"fr-par-1\"}" + headers: + Content-Length: + - "937" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:33:44 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - dc260f83-0236-48f6-a440-8108583e052f + status: 200 OK + code: 200 + duration: 99.258681ms +- id: 224 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/vpc-gw/v2/zones/fr-par-1/gateways/4e5fe8f2-7126-4ef0-9da5-64dcbf031bb4 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 934 + body: "{\"id\":\"4e5fe8f2-7126-4ef0-9da5-64dcbf031bb4\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:33:44.521117Z\", \"updated_at\":\"2025-10-30T16:33:49.290070Z\", \"type\":\"VPC-GW-S\", \"bandwidth\":100, \"status\":\"running\", \"name\":\"test-k8s-public-ip\", \"tags\":[], \"ipv4\":{\"id\":\"1a95086f-202d-44ed-83f2-50a2725deb74\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:33:44.496040Z\", \"updated_at\":\"2025-10-30T16:33:44.496040Z\", \"tags\":[], \"address\":\"51.15.215.84\", \"reverse\":\"84-215-15-51.instances.scw.cloud\", \"gateway_id\":\"4e5fe8f2-7126-4ef0-9da5-64dcbf031bb4\", \"zone\":\"fr-par-1\"}, \"gateway_networks\":[], \"version\":\"0.7.4\", \"bastion_enabled\":false, \"bastion_port\":61000, \"smtp_enabled\":false, \"is_legacy\":false, \"bastion_allowed_ips\":[\"0.0.0.0/0\"], \"zone\":\"fr-par-1\"}" + headers: + Content-Length: + - "934" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:33:49 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - bf2af661-82ce-47b4-840a-0b76914e1ecd + status: 200 OK + code: 200 + duration: 102.574564ms +- id: 225 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/vpc-gw/v2/zones/fr-par-1/gateways/4e5fe8f2-7126-4ef0-9da5-64dcbf031bb4 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 934 + body: "{\"id\":\"4e5fe8f2-7126-4ef0-9da5-64dcbf031bb4\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:33:44.521117Z\", \"updated_at\":\"2025-10-30T16:33:49.290070Z\", \"type\":\"VPC-GW-S\", \"bandwidth\":100, \"status\":\"running\", \"name\":\"test-k8s-public-ip\", \"tags\":[], \"ipv4\":{\"id\":\"1a95086f-202d-44ed-83f2-50a2725deb74\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:33:44.496040Z\", \"updated_at\":\"2025-10-30T16:33:44.496040Z\", \"tags\":[], \"address\":\"51.15.215.84\", \"reverse\":\"84-215-15-51.instances.scw.cloud\", \"gateway_id\":\"4e5fe8f2-7126-4ef0-9da5-64dcbf031bb4\", \"zone\":\"fr-par-1\"}, \"gateway_networks\":[], \"version\":\"0.7.4\", \"bastion_enabled\":false, \"bastion_port\":61000, \"smtp_enabled\":false, \"is_legacy\":false, \"bastion_allowed_ips\":[\"0.0.0.0/0\"], \"zone\":\"fr-par-1\"}" + headers: + Content-Length: + - "934" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:33:49 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - b4e4b6d0-9fda-4363-934e-7cbb0d71486e + status: 200 OK + code: 200 + duration: 28.144513ms +- id: 226 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/vpc-gw/v2/zones/fr-par-1/gateways/4e5fe8f2-7126-4ef0-9da5-64dcbf031bb4 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 934 + body: "{\"id\":\"4e5fe8f2-7126-4ef0-9da5-64dcbf031bb4\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:33:44.521117Z\", \"updated_at\":\"2025-10-30T16:33:49.290070Z\", \"type\":\"VPC-GW-S\", \"bandwidth\":100, \"status\":\"running\", \"name\":\"test-k8s-public-ip\", \"tags\":[], \"ipv4\":{\"id\":\"1a95086f-202d-44ed-83f2-50a2725deb74\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:33:44.496040Z\", \"updated_at\":\"2025-10-30T16:33:44.496040Z\", \"tags\":[], \"address\":\"51.15.215.84\", \"reverse\":\"84-215-15-51.instances.scw.cloud\", \"gateway_id\":\"4e5fe8f2-7126-4ef0-9da5-64dcbf031bb4\", \"zone\":\"fr-par-1\"}, \"gateway_networks\":[], \"version\":\"0.7.4\", \"bastion_enabled\":false, \"bastion_port\":61000, \"smtp_enabled\":false, \"is_legacy\":false, \"bastion_allowed_ips\":[\"0.0.0.0/0\"], \"zone\":\"fr-par-1\"}" + headers: + Content-Length: + - "934" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:33:49 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - e323613a-b96e-4d31-9b64-e9da0c8c9c92 + status: 200 OK + code: 200 + duration: 30.290511ms +- id: 227 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 164 + host: api.scaleway.com + body: "{\"gateway_id\":\"4e5fe8f2-7126-4ef0-9da5-64dcbf031bb4\",\"private_network_id\":\"3b0ad589-f167-4c39-a0fe-af124411f0c6\",\"enable_masquerade\":true,\"push_default_route\":true}" + headers: + Content-Type: + - application/json + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/vpc-gw/v2/zones/fr-par-1/gateway-networks + method: POST + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 393 + body: "{\"id\":\"e3f44092-59f7-4966-9d13-6a31591a18e9\", \"created_at\":\"2025-10-30T16:33:50.125382Z\", \"updated_at\":\"2025-10-30T16:33:50.125382Z\", \"gateway_id\":\"4e5fe8f2-7126-4ef0-9da5-64dcbf031bb4\", \"private_network_id\":\"3b0ad589-f167-4c39-a0fe-af124411f0c6\", \"masquerade_enabled\":true, \"status\":\"created\", \"push_default_route\":true, \"ipam_ip_id\":\"2282d01d-3705-4eb3-a3c0-6849cd9b9e0b\", \"zone\":\"fr-par-1\"}" + headers: + Content-Length: + - "393" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:33:50 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 7ed6587e-8b56-4cd7-b03a-eeb42c9649ac + status: 200 OK + code: 200 + duration: 376.887972ms +- id: 228 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/vpc-gw/v2/zones/fr-par-1/gateways/4e5fe8f2-7126-4ef0-9da5-64dcbf031bb4 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1331 + body: "{\"id\":\"4e5fe8f2-7126-4ef0-9da5-64dcbf031bb4\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:33:44.521117Z\", \"updated_at\":\"2025-10-30T16:33:50.217007Z\", \"type\":\"VPC-GW-S\", \"bandwidth\":100, \"status\":\"configuring\", \"name\":\"test-k8s-public-ip\", \"tags\":[], \"ipv4\":{\"id\":\"1a95086f-202d-44ed-83f2-50a2725deb74\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:33:44.496040Z\", \"updated_at\":\"2025-10-30T16:33:44.496040Z\", \"tags\":[], \"address\":\"51.15.215.84\", \"reverse\":\"84-215-15-51.instances.scw.cloud\", \"gateway_id\":\"4e5fe8f2-7126-4ef0-9da5-64dcbf031bb4\", \"zone\":\"fr-par-1\"}, \"gateway_networks\":[{\"id\":\"e3f44092-59f7-4966-9d13-6a31591a18e9\", \"created_at\":\"2025-10-30T16:33:50.125382Z\", \"updated_at\":\"2025-10-30T16:33:50.125382Z\", \"gateway_id\":\"4e5fe8f2-7126-4ef0-9da5-64dcbf031bb4\", \"private_network_id\":\"3b0ad589-f167-4c39-a0fe-af124411f0c6\", \"masquerade_enabled\":true, \"status\":\"created\", \"push_default_route\":true, \"ipam_ip_id\":\"2282d01d-3705-4eb3-a3c0-6849cd9b9e0b\", \"zone\":\"fr-par-1\"}], \"version\":\"0.7.4\", \"bastion_enabled\":false, \"bastion_port\":61000, \"smtp_enabled\":false, \"is_legacy\":false, \"bastion_allowed_ips\":[\"0.0.0.0/0\"], \"zone\":\"fr-par-1\"}" + headers: + Content-Length: + - "1331" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:33:50 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 58fd69f8-53e3-4041-9786-d608f9de91c0 + status: 200 OK + code: 200 + duration: 30.59417ms +- id: 229 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/vpc-gw/v2/zones/fr-par-1/gateways/4e5fe8f2-7126-4ef0-9da5-64dcbf031bb4 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1331 + body: "{\"id\":\"4e5fe8f2-7126-4ef0-9da5-64dcbf031bb4\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:33:44.521117Z\", \"updated_at\":\"2025-10-30T16:33:50.217007Z\", \"type\":\"VPC-GW-S\", \"bandwidth\":100, \"status\":\"configuring\", \"name\":\"test-k8s-public-ip\", \"tags\":[], \"ipv4\":{\"id\":\"1a95086f-202d-44ed-83f2-50a2725deb74\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:33:44.496040Z\", \"updated_at\":\"2025-10-30T16:33:44.496040Z\", \"tags\":[], \"address\":\"51.15.215.84\", \"reverse\":\"84-215-15-51.instances.scw.cloud\", \"gateway_id\":\"4e5fe8f2-7126-4ef0-9da5-64dcbf031bb4\", \"zone\":\"fr-par-1\"}, \"gateway_networks\":[{\"id\":\"e3f44092-59f7-4966-9d13-6a31591a18e9\", \"created_at\":\"2025-10-30T16:33:50.125382Z\", \"updated_at\":\"2025-10-30T16:33:50.125382Z\", \"gateway_id\":\"4e5fe8f2-7126-4ef0-9da5-64dcbf031bb4\", \"private_network_id\":\"3b0ad589-f167-4c39-a0fe-af124411f0c6\", \"masquerade_enabled\":true, \"status\":\"created\", \"push_default_route\":true, \"ipam_ip_id\":\"2282d01d-3705-4eb3-a3c0-6849cd9b9e0b\", \"zone\":\"fr-par-1\"}], \"version\":\"0.7.4\", \"bastion_enabled\":false, \"bastion_port\":61000, \"smtp_enabled\":false, \"is_legacy\":false, \"bastion_allowed_ips\":[\"0.0.0.0/0\"], \"zone\":\"fr-par-1\"}" + headers: + Content-Length: + - "1331" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:33:55 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 0ffbb760-76af-4d2f-8c27-89c7ee2dfed5 + status: 200 OK + code: 200 + duration: 31.153229ms +- id: 230 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/vpc-gw/v2/zones/fr-par-1/gateways/4e5fe8f2-7126-4ef0-9da5-64dcbf031bb4 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1370 + body: "{\"id\":\"4e5fe8f2-7126-4ef0-9da5-64dcbf031bb4\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:33:44.521117Z\", \"updated_at\":\"2025-10-30T16:33:50.217007Z\", \"type\":\"VPC-GW-S\", \"bandwidth\":100, \"status\":\"configuring\", \"name\":\"test-k8s-public-ip\", \"tags\":[], \"ipv4\":{\"id\":\"1a95086f-202d-44ed-83f2-50a2725deb74\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:33:44.496040Z\", \"updated_at\":\"2025-10-30T16:33:44.496040Z\", \"tags\":[], \"address\":\"51.15.215.84\", \"reverse\":\"84-215-15-51.instances.scw.cloud\", \"gateway_id\":\"4e5fe8f2-7126-4ef0-9da5-64dcbf031bb4\", \"zone\":\"fr-par-1\"}, \"gateway_networks\":[{\"id\":\"e3f44092-59f7-4966-9d13-6a31591a18e9\", \"created_at\":\"2025-10-30T16:33:50.125382Z\", \"updated_at\":\"2025-10-30T16:33:56.015071Z\", \"gateway_id\":\"4e5fe8f2-7126-4ef0-9da5-64dcbf031bb4\", \"private_network_id\":\"3b0ad589-f167-4c39-a0fe-af124411f0c6\", \"mac_address\":\"02:00:00:1D:CF:65\", \"masquerade_enabled\":true, \"status\":\"configuring\", \"push_default_route\":true, \"ipam_ip_id\":\"2282d01d-3705-4eb3-a3c0-6849cd9b9e0b\", \"zone\":\"fr-par-1\"}], \"version\":\"0.7.4\", \"bastion_enabled\":false, \"bastion_port\":61000, \"smtp_enabled\":false, \"is_legacy\":false, \"bastion_allowed_ips\":[\"0.0.0.0/0\"], \"zone\":\"fr-par-1\"}" + headers: + Content-Length: + - "1370" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:34:00 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - e6f1f00e-5ca2-4606-862a-f9cd74105dea + status: 200 OK + code: 200 + duration: 33.09809ms +- id: 231 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/vpc-gw/v2/zones/fr-par-1/gateways/4e5fe8f2-7126-4ef0-9da5-64dcbf031bb4 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1360 + body: "{\"id\":\"4e5fe8f2-7126-4ef0-9da5-64dcbf031bb4\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:33:44.521117Z\", \"updated_at\":\"2025-10-30T16:34:01.214094Z\", \"type\":\"VPC-GW-S\", \"bandwidth\":100, \"status\":\"running\", \"name\":\"test-k8s-public-ip\", \"tags\":[], \"ipv4\":{\"id\":\"1a95086f-202d-44ed-83f2-50a2725deb74\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:33:44.496040Z\", \"updated_at\":\"2025-10-30T16:33:44.496040Z\", \"tags\":[], \"address\":\"51.15.215.84\", \"reverse\":\"84-215-15-51.instances.scw.cloud\", \"gateway_id\":\"4e5fe8f2-7126-4ef0-9da5-64dcbf031bb4\", \"zone\":\"fr-par-1\"}, \"gateway_networks\":[{\"id\":\"e3f44092-59f7-4966-9d13-6a31591a18e9\", \"created_at\":\"2025-10-30T16:33:50.125382Z\", \"updated_at\":\"2025-10-30T16:34:00.958302Z\", \"gateway_id\":\"4e5fe8f2-7126-4ef0-9da5-64dcbf031bb4\", \"private_network_id\":\"3b0ad589-f167-4c39-a0fe-af124411f0c6\", \"mac_address\":\"02:00:00:1D:CF:65\", \"masquerade_enabled\":true, \"status\":\"ready\", \"push_default_route\":true, \"ipam_ip_id\":\"2282d01d-3705-4eb3-a3c0-6849cd9b9e0b\", \"zone\":\"fr-par-1\"}], \"version\":\"0.7.4\", \"bastion_enabled\":false, \"bastion_port\":61000, \"smtp_enabled\":false, \"is_legacy\":false, \"bastion_allowed_ips\":[\"0.0.0.0/0\"], \"zone\":\"fr-par-1\"}" + headers: + Content-Length: + - "1360" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:34:05 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - efabbd0e-cb35-4977-9216-e94dd9d48fbb + status: 200 OK + code: 200 + duration: 33.267297ms +- id: 232 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/vpc-gw/v2/zones/fr-par-1/gateway-networks/e3f44092-59f7-4966-9d13-6a31591a18e9 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 426 + body: "{\"id\":\"e3f44092-59f7-4966-9d13-6a31591a18e9\", \"created_at\":\"2025-10-30T16:33:50.125382Z\", \"updated_at\":\"2025-10-30T16:34:00.958302Z\", \"gateway_id\":\"4e5fe8f2-7126-4ef0-9da5-64dcbf031bb4\", \"private_network_id\":\"3b0ad589-f167-4c39-a0fe-af124411f0c6\", \"mac_address\":\"02:00:00:1D:CF:65\", \"masquerade_enabled\":true, \"status\":\"ready\", \"push_default_route\":true, \"ipam_ip_id\":\"2282d01d-3705-4eb3-a3c0-6849cd9b9e0b\", \"zone\":\"fr-par-1\"}" + headers: + Content-Length: + - "426" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:34:05 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 1864bc00-ae62-4a3a-85b8-d1a3d8ac7663 + status: 200 OK + code: 200 + duration: 108.729746ms +- id: 233 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/vpc-gw/v2/zones/fr-par-1/gateway-networks/e3f44092-59f7-4966-9d13-6a31591a18e9 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 426 + body: "{\"id\":\"e3f44092-59f7-4966-9d13-6a31591a18e9\", \"created_at\":\"2025-10-30T16:33:50.125382Z\", \"updated_at\":\"2025-10-30T16:34:00.958302Z\", \"gateway_id\":\"4e5fe8f2-7126-4ef0-9da5-64dcbf031bb4\", \"private_network_id\":\"3b0ad589-f167-4c39-a0fe-af124411f0c6\", \"mac_address\":\"02:00:00:1D:CF:65\", \"masquerade_enabled\":true, \"status\":\"ready\", \"push_default_route\":true, \"ipam_ip_id\":\"2282d01d-3705-4eb3-a3c0-6849cd9b9e0b\", \"zone\":\"fr-par-1\"}" + headers: + Content-Length: + - "426" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:34:05 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - d7fab2b3-cafa-45eb-9611-f2162e9fa76e + status: 200 OK + code: 200 + duration: 97.167076ms +- id: 234 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/vpc-gw/v2/zones/fr-par-1/gateways/4e5fe8f2-7126-4ef0-9da5-64dcbf031bb4 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1360 + body: "{\"id\":\"4e5fe8f2-7126-4ef0-9da5-64dcbf031bb4\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:33:44.521117Z\", \"updated_at\":\"2025-10-30T16:34:01.214094Z\", \"type\":\"VPC-GW-S\", \"bandwidth\":100, \"status\":\"running\", \"name\":\"test-k8s-public-ip\", \"tags\":[], \"ipv4\":{\"id\":\"1a95086f-202d-44ed-83f2-50a2725deb74\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:33:44.496040Z\", \"updated_at\":\"2025-10-30T16:33:44.496040Z\", \"tags\":[], \"address\":\"51.15.215.84\", \"reverse\":\"84-215-15-51.instances.scw.cloud\", \"gateway_id\":\"4e5fe8f2-7126-4ef0-9da5-64dcbf031bb4\", \"zone\":\"fr-par-1\"}, \"gateway_networks\":[{\"id\":\"e3f44092-59f7-4966-9d13-6a31591a18e9\", \"created_at\":\"2025-10-30T16:33:50.125382Z\", \"updated_at\":\"2025-10-30T16:34:00.958302Z\", \"gateway_id\":\"4e5fe8f2-7126-4ef0-9da5-64dcbf031bb4\", \"private_network_id\":\"3b0ad589-f167-4c39-a0fe-af124411f0c6\", \"mac_address\":\"02:00:00:1D:CF:65\", \"masquerade_enabled\":true, \"status\":\"ready\", \"push_default_route\":true, \"ipam_ip_id\":\"2282d01d-3705-4eb3-a3c0-6849cd9b9e0b\", \"zone\":\"fr-par-1\"}], \"version\":\"0.7.4\", \"bastion_enabled\":false, \"bastion_port\":61000, \"smtp_enabled\":false, \"is_legacy\":false, \"bastion_allowed_ips\":[\"0.0.0.0/0\"], \"zone\":\"fr-par-1\"}" + headers: + Content-Length: + - "1360" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:34:05 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 40d2ef8f-45a1-4b31-935f-7ff140df80f8 + status: 200 OK + code: 200 + duration: 28.569881ms +- id: 235 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + form: + order_by: + - created_at_desc + private_network_id: + - 3b0ad589-f167-4c39-a0fe-af124411f0c6 + project_id: + - 105bdce1-64c0-48ab-899d-868455867ecf + resource_id: + - e3f44092-59f7-4966-9d13-6a31591a18e9 + resource_type: + - vpc_gateway_network + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/ipam/v1/regions/fr-par/ips?order_by=created_at_desc&private_network_id=3b0ad589-f167-4c39-a0fe-af124411f0c6&project_id=105bdce1-64c0-48ab-899d-868455867ecf&resource_id=e3f44092-59f7-4966-9d13-6a31591a18e9&resource_type=vpc_gateway_network + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 531 + body: "{\"total_count\":1, \"ips\":[{\"id\":\"2282d01d-3705-4eb3-a3c0-6849cd9b9e0b\", \"address\":\"172.18.44.3/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":false, \"created_at\":\"2025-10-30T16:33:50.087880Z\", \"updated_at\":\"2025-10-30T16:33:50.576557Z\", \"source\":{\"subnet_id\":\"af2c5aa2-55c5-4e53-a1e5-91f9a8103b6f\"}, \"resource\":{\"type\":\"vpc_gateway_network\", \"id\":\"e3f44092-59f7-4966-9d13-6a31591a18e9\", \"mac_address\":\"02:00:00:1D:CF:65\", \"name\":\"test-k8s-public-ip\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}]}" + headers: + Content-Length: + - "531" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:34:05 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - ce078780-fd27-4120-8d1d-25b79d046c6a + status: 200 OK + code: 200 + duration: 43.040199ms +- id: 236 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/f5839d47-dfad-407f-b09b-089476114f21 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1644 + body: "{\"region\":\"fr-par\", \"id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:19.128996Z\", \"updated_at\":\"2025-10-30T16:33:43.277006Z\", \"type\":\"kapsule\", \"name\":\"test-k8s-public-ip\", \"description\":\"\", \"status\":\"pool_required\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"public_ip\"], \"cluster_url\":\"https://f5839d47-dfad-407f-b09b-089476114f21.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.f5839d47-dfad-407f-b09b-089476114f21.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"3b0ad589-f167-4c39-a0fe-af124411f0c6\", \"commitment_ends_at\":\"2025-10-30T16:18:19.129003Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"d6e03bbf-faca-464d-b29e-9e329c3dc19d\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1644" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:34:05 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 22b58740-5806-4728-b2bd-f1090cd9af21 + status: 200 OK + code: 200 + duration: 101.412503ms +- id: 237 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 272 + host: api.scaleway.com + body: "{\"name\":\"test-k8s-public-ip\",\"node_type\":\"pro2_xxs\",\"autoscaling\":false,\"size\":1,\"min_size\":1,\"max_size\":1,\"container_runtime\":\"containerd\",\"autohealing\":true,\"tags\":[],\"kubelet_args\":{},\"zone\":\"fr-par-1\",\"root_volume_type\":\"default_volume_type\",\"public_ip_disabled\":true}" + headers: + Content-Type: + - application/json + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/f5839d47-dfad-407f-b09b-089476114f21/pools + method: POST + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 717 + body: "{\"region\":\"fr-par\", \"id\":\"25c00492-d965-4a12-8971-85497d187c93\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:34:05.830776Z\", \"updated_at\":\"2025-10-30T16:34:05.830776Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":true, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "717" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:34:06 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - a919f6ba-6b26-497c-8d95-7952e8dcd7ee + status: 200 OK + code: 200 + duration: 263.268138ms +- id: 238 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/25c00492-d965-4a12-8971-85497d187c93 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 717 + body: "{\"region\":\"fr-par\", \"id\":\"25c00492-d965-4a12-8971-85497d187c93\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:34:05.830776Z\", \"updated_at\":\"2025-10-30T16:34:05.830776Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":true, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "717" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:34:06 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 47848502-d9a8-4950-ba50-0f0acb4be044 + status: 200 OK + code: 200 + duration: 27.554104ms +- id: 239 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/25c00492-d965-4a12-8971-85497d187c93 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 717 + body: "{\"region\":\"fr-par\", \"id\":\"25c00492-d965-4a12-8971-85497d187c93\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:34:05.830776Z\", \"updated_at\":\"2025-10-30T16:34:05.830776Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":true, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "717" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:34:11 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - fc9fad92-364e-440e-b175-37ff5232fb7a + status: 200 OK + code: 200 + duration: 83.400758ms +- id: 240 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/25c00492-d965-4a12-8971-85497d187c93 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 717 + body: "{\"region\":\"fr-par\", \"id\":\"25c00492-d965-4a12-8971-85497d187c93\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:34:05.830776Z\", \"updated_at\":\"2025-10-30T16:34:05.830776Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":true, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "717" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:34:16 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - d6da00dc-c050-4a3b-9699-0669b0c6e8d5 + status: 200 OK + code: 200 + duration: 84.403771ms +- id: 241 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/25c00492-d965-4a12-8971-85497d187c93 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 717 + body: "{\"region\":\"fr-par\", \"id\":\"25c00492-d965-4a12-8971-85497d187c93\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:34:05.830776Z\", \"updated_at\":\"2025-10-30T16:34:05.830776Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":true, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "717" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:34:21 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - cbaec811-fedb-4cd4-9f82-d9a4b126c291 + status: 200 OK + code: 200 + duration: 107.962016ms +- id: 242 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/25c00492-d965-4a12-8971-85497d187c93 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 717 + body: "{\"region\":\"fr-par\", \"id\":\"25c00492-d965-4a12-8971-85497d187c93\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:34:05.830776Z\", \"updated_at\":\"2025-10-30T16:34:05.830776Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":true, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "717" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:34:26 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 07b11c69-beb2-4b3e-bf52-3aaa26f64245 + status: 200 OK + code: 200 + duration: 79.868148ms +- id: 243 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/25c00492-d965-4a12-8971-85497d187c93 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 717 + body: "{\"region\":\"fr-par\", \"id\":\"25c00492-d965-4a12-8971-85497d187c93\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:34:05.830776Z\", \"updated_at\":\"2025-10-30T16:34:05.830776Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":true, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "717" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:34:31 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 97696761-4f13-435e-8bcb-9a8622d6effa + status: 200 OK + code: 200 + duration: 83.138076ms +- id: 244 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/25c00492-d965-4a12-8971-85497d187c93 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 717 + body: "{\"region\":\"fr-par\", \"id\":\"25c00492-d965-4a12-8971-85497d187c93\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:34:05.830776Z\", \"updated_at\":\"2025-10-30T16:34:05.830776Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":true, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "717" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:34:36 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 1a45ce88-1090-4197-8e5f-38d4fa60ed45 + status: 200 OK + code: 200 + duration: 79.119754ms +- id: 245 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/25c00492-d965-4a12-8971-85497d187c93 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 717 + body: "{\"region\":\"fr-par\", \"id\":\"25c00492-d965-4a12-8971-85497d187c93\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:34:05.830776Z\", \"updated_at\":\"2025-10-30T16:34:05.830776Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":true, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "717" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:34:41 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 04cc97fa-b56a-4212-86ba-a5ae31fe4e7d + status: 200 OK + code: 200 + duration: 105.313766ms +- id: 246 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/25c00492-d965-4a12-8971-85497d187c93 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 717 + body: "{\"region\":\"fr-par\", \"id\":\"25c00492-d965-4a12-8971-85497d187c93\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:34:05.830776Z\", \"updated_at\":\"2025-10-30T16:34:05.830776Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":true, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "717" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:34:46 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 5c5e2e7d-1b9b-4fb4-98b8-924e32858867 + status: 200 OK + code: 200 + duration: 106.785057ms +- id: 247 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/25c00492-d965-4a12-8971-85497d187c93 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 717 + body: "{\"region\":\"fr-par\", \"id\":\"25c00492-d965-4a12-8971-85497d187c93\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:34:05.830776Z\", \"updated_at\":\"2025-10-30T16:34:05.830776Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":true, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "717" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:34:51 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 75dd108c-d5a8-4edd-aa4d-a4dcd501c13e + status: 200 OK + code: 200 + duration: 105.983793ms +- id: 248 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/25c00492-d965-4a12-8971-85497d187c93 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 717 + body: "{\"region\":\"fr-par\", \"id\":\"25c00492-d965-4a12-8971-85497d187c93\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:34:05.830776Z\", \"updated_at\":\"2025-10-30T16:34:05.830776Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":true, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "717" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:34:56 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 704f9e17-624e-47b0-9507-3aa118876d2e + status: 200 OK + code: 200 + duration: 97.678715ms +- id: 249 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/25c00492-d965-4a12-8971-85497d187c93 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 717 + body: "{\"region\":\"fr-par\", \"id\":\"25c00492-d965-4a12-8971-85497d187c93\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:34:05.830776Z\", \"updated_at\":\"2025-10-30T16:34:05.830776Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":true, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "717" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:35:02 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 8783d677-9fe2-44a0-9330-315970d8b095 + status: 200 OK + code: 200 + duration: 86.237092ms +- id: 250 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/25c00492-d965-4a12-8971-85497d187c93 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 717 + body: "{\"region\":\"fr-par\", \"id\":\"25c00492-d965-4a12-8971-85497d187c93\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:34:05.830776Z\", \"updated_at\":\"2025-10-30T16:34:05.830776Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":true, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "717" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:35:07 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 46bd4e7d-d516-4a2c-ac7d-4c4e3ba48d33 + status: 200 OK + code: 200 + duration: 89.615994ms +- id: 251 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/25c00492-d965-4a12-8971-85497d187c93 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 717 + body: "{\"region\":\"fr-par\", \"id\":\"25c00492-d965-4a12-8971-85497d187c93\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:34:05.830776Z\", \"updated_at\":\"2025-10-30T16:34:05.830776Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":true, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "717" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:35:12 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 6b7d1e6e-8c80-4f36-ab50-a146910552b4 + status: 200 OK + code: 200 + duration: 83.998ms +- id: 252 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/25c00492-d965-4a12-8971-85497d187c93 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 717 + body: "{\"region\":\"fr-par\", \"id\":\"25c00492-d965-4a12-8971-85497d187c93\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:34:05.830776Z\", \"updated_at\":\"2025-10-30T16:34:05.830776Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":true, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "717" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:35:17 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 83628a7f-0a10-4b64-b905-2229df1ef674 + status: 200 OK + code: 200 + duration: 132.939314ms +- id: 253 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/25c00492-d965-4a12-8971-85497d187c93 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 717 + body: "{\"region\":\"fr-par\", \"id\":\"25c00492-d965-4a12-8971-85497d187c93\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:34:05.830776Z\", \"updated_at\":\"2025-10-30T16:34:05.830776Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":true, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "717" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:35:22 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 500bf6d0-5698-4e98-8c35-080597ab87f3 + status: 200 OK + code: 200 + duration: 88.675118ms +- id: 254 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/25c00492-d965-4a12-8971-85497d187c93 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 717 + body: "{\"region\":\"fr-par\", \"id\":\"25c00492-d965-4a12-8971-85497d187c93\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:34:05.830776Z\", \"updated_at\":\"2025-10-30T16:34:05.830776Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":true, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "717" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:35:27 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 12e0e838-6967-4abf-b348-6c7b3dbcc72f + status: 200 OK + code: 200 + duration: 78.082117ms +- id: 255 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/25c00492-d965-4a12-8971-85497d187c93 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 717 + body: "{\"region\":\"fr-par\", \"id\":\"25c00492-d965-4a12-8971-85497d187c93\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:34:05.830776Z\", \"updated_at\":\"2025-10-30T16:34:05.830776Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":true, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "717" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:35:32 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - d0e6add2-fcff-4655-b2ed-cad16e6451e5 + status: 200 OK + code: 200 + duration: 115.947232ms +- id: 256 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/25c00492-d965-4a12-8971-85497d187c93 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 717 + body: "{\"region\":\"fr-par\", \"id\":\"25c00492-d965-4a12-8971-85497d187c93\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:34:05.830776Z\", \"updated_at\":\"2025-10-30T16:34:05.830776Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":true, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "717" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:35:37 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 22820f58-68a0-4dca-be22-7e2cba3ea85e + status: 200 OK + code: 200 + duration: 84.416675ms +- id: 257 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/25c00492-d965-4a12-8971-85497d187c93 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 717 + body: "{\"region\":\"fr-par\", \"id\":\"25c00492-d965-4a12-8971-85497d187c93\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:34:05.830776Z\", \"updated_at\":\"2025-10-30T16:34:05.830776Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":true, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "717" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:35:42 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 0b20e5d2-85bf-4daa-8046-5d2cab994dd7 + status: 200 OK + code: 200 + duration: 87.169963ms +- id: 258 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/25c00492-d965-4a12-8971-85497d187c93 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 717 + body: "{\"region\":\"fr-par\", \"id\":\"25c00492-d965-4a12-8971-85497d187c93\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:34:05.830776Z\", \"updated_at\":\"2025-10-30T16:34:05.830776Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":true, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "717" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:35:47 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - fb52249f-e5b0-485a-a1b9-34a056f80b09 + status: 200 OK + code: 200 + duration: 99.127715ms +- id: 259 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/25c00492-d965-4a12-8971-85497d187c93 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 717 + body: "{\"region\":\"fr-par\", \"id\":\"25c00492-d965-4a12-8971-85497d187c93\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:34:05.830776Z\", \"updated_at\":\"2025-10-30T16:34:05.830776Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":true, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "717" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:35:53 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - d0e84a5b-220c-40e8-ae80-24fd17e7ea60 + status: 200 OK + code: 200 + duration: 82.591991ms +- id: 260 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/25c00492-d965-4a12-8971-85497d187c93 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 717 + body: "{\"region\":\"fr-par\", \"id\":\"25c00492-d965-4a12-8971-85497d187c93\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:34:05.830776Z\", \"updated_at\":\"2025-10-30T16:34:05.830776Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":true, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "717" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:35:58 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - aeef4e4f-0cff-410c-883c-b589885e98f3 + status: 200 OK + code: 200 + duration: 102.555308ms +- id: 261 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/25c00492-d965-4a12-8971-85497d187c93 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 717 + body: "{\"region\":\"fr-par\", \"id\":\"25c00492-d965-4a12-8971-85497d187c93\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:34:05.830776Z\", \"updated_at\":\"2025-10-30T16:34:05.830776Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":true, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "717" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:36:03 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - ebff9106-48d1-41a4-9618-de105be8f95c + status: 200 OK + code: 200 + duration: 79.147226ms +- id: 262 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/25c00492-d965-4a12-8971-85497d187c93 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 717 + body: "{\"region\":\"fr-par\", \"id\":\"25c00492-d965-4a12-8971-85497d187c93\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:34:05.830776Z\", \"updated_at\":\"2025-10-30T16:34:05.830776Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":true, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "717" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:36:08 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - a0492128-1569-47d2-991a-135ed6a65a5f + status: 200 OK + code: 200 + duration: 100.02566ms +- id: 263 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/25c00492-d965-4a12-8971-85497d187c93 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 717 + body: "{\"region\":\"fr-par\", \"id\":\"25c00492-d965-4a12-8971-85497d187c93\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:34:05.830776Z\", \"updated_at\":\"2025-10-30T16:34:05.830776Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":true, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "717" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:36:13 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - ff02d7e3-3a79-413e-9261-fb37e16d4752 + status: 200 OK + code: 200 + duration: 90.463534ms +- id: 264 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/25c00492-d965-4a12-8971-85497d187c93 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 717 + body: "{\"region\":\"fr-par\", \"id\":\"25c00492-d965-4a12-8971-85497d187c93\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:34:05.830776Z\", \"updated_at\":\"2025-10-30T16:34:05.830776Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":true, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "717" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:36:18 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 2514cc35-17fb-4203-b958-607f7943eab2 + status: 200 OK + code: 200 + duration: 83.656548ms +- id: 265 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/25c00492-d965-4a12-8971-85497d187c93 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 717 + body: "{\"region\":\"fr-par\", \"id\":\"25c00492-d965-4a12-8971-85497d187c93\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:34:05.830776Z\", \"updated_at\":\"2025-10-30T16:34:05.830776Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":true, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "717" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:36:23 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - be3961f5-4332-410e-bd66-50feffd5fff3 + status: 200 OK + code: 200 + duration: 81.666484ms +- id: 266 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/25c00492-d965-4a12-8971-85497d187c93 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 717 + body: "{\"region\":\"fr-par\", \"id\":\"25c00492-d965-4a12-8971-85497d187c93\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:34:05.830776Z\", \"updated_at\":\"2025-10-30T16:34:05.830776Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":true, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "717" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:36:28 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - e457ab08-6855-4dfe-ab95-a8c34f3d3040 + status: 200 OK + code: 200 + duration: 99.341096ms +- id: 267 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/25c00492-d965-4a12-8971-85497d187c93 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 717 + body: "{\"region\":\"fr-par\", \"id\":\"25c00492-d965-4a12-8971-85497d187c93\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:34:05.830776Z\", \"updated_at\":\"2025-10-30T16:34:05.830776Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":true, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "717" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:36:33 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - f7fe753f-26bb-452c-81df-8bb46f028792 + status: 200 OK + code: 200 + duration: 69.625064ms +- id: 268 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/25c00492-d965-4a12-8971-85497d187c93 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 717 + body: "{\"region\":\"fr-par\", \"id\":\"25c00492-d965-4a12-8971-85497d187c93\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:34:05.830776Z\", \"updated_at\":\"2025-10-30T16:34:05.830776Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":true, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "717" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:36:38 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 67ab5b91-b302-4c17-b44c-273b57120456 + status: 200 OK + code: 200 + duration: 100.001536ms +- id: 269 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/25c00492-d965-4a12-8971-85497d187c93 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 717 + body: "{\"region\":\"fr-par\", \"id\":\"25c00492-d965-4a12-8971-85497d187c93\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:34:05.830776Z\", \"updated_at\":\"2025-10-30T16:34:05.830776Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":true, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "717" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:36:43 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 5ae0c7a1-273c-442c-a16f-bde4ce495513 + status: 200 OK + code: 200 + duration: 101.596379ms +- id: 270 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/25c00492-d965-4a12-8971-85497d187c93 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 717 + body: "{\"region\":\"fr-par\", \"id\":\"25c00492-d965-4a12-8971-85497d187c93\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:34:05.830776Z\", \"updated_at\":\"2025-10-30T16:34:05.830776Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":true, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "717" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:36:49 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 3409557c-4238-4c2e-a3ad-c9e120ab63c5 + status: 200 OK + code: 200 + duration: 95.646271ms +- id: 271 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/25c00492-d965-4a12-8971-85497d187c93 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 717 + body: "{\"region\":\"fr-par\", \"id\":\"25c00492-d965-4a12-8971-85497d187c93\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:34:05.830776Z\", \"updated_at\":\"2025-10-30T16:34:05.830776Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":true, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "717" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:36:54 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 180090b1-a601-4e63-a320-ac09627af83b + status: 200 OK + code: 200 + duration: 117.107751ms +- id: 272 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/25c00492-d965-4a12-8971-85497d187c93 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 717 + body: "{\"region\":\"fr-par\", \"id\":\"25c00492-d965-4a12-8971-85497d187c93\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:34:05.830776Z\", \"updated_at\":\"2025-10-30T16:34:05.830776Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":true, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "717" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:36:59 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 30f5b494-b28c-444b-bba7-850c70660566 + status: 200 OK + code: 200 + duration: 99.54049ms +- id: 273 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/25c00492-d965-4a12-8971-85497d187c93 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 717 + body: "{\"region\":\"fr-par\", \"id\":\"25c00492-d965-4a12-8971-85497d187c93\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:34:05.830776Z\", \"updated_at\":\"2025-10-30T16:34:05.830776Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":true, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "717" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:37:04 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - dcf8c0b0-2d47-402d-b028-98e5767b1e9e + status: 200 OK + code: 200 + duration: 85.071264ms +- id: 274 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/25c00492-d965-4a12-8971-85497d187c93 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 717 + body: "{\"region\":\"fr-par\", \"id\":\"25c00492-d965-4a12-8971-85497d187c93\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:34:05.830776Z\", \"updated_at\":\"2025-10-30T16:34:05.830776Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":true, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "717" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:37:09 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - a0dea054-b9ee-4d2a-b07a-b7d9becbc132 + status: 200 OK + code: 200 + duration: 98.174607ms +- id: 275 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/25c00492-d965-4a12-8971-85497d187c93 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 717 + body: "{\"region\":\"fr-par\", \"id\":\"25c00492-d965-4a12-8971-85497d187c93\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:34:05.830776Z\", \"updated_at\":\"2025-10-30T16:34:05.830776Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":true, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "717" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:37:14 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 099fd4dc-a3ad-410b-84ec-d7b09f556df5 + status: 200 OK + code: 200 + duration: 81.79765ms +- id: 276 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/25c00492-d965-4a12-8971-85497d187c93 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 717 + body: "{\"region\":\"fr-par\", \"id\":\"25c00492-d965-4a12-8971-85497d187c93\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:34:05.830776Z\", \"updated_at\":\"2025-10-30T16:34:05.830776Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":true, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "717" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:37:19 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 7ea53e9e-7957-4c2d-9503-32637d462e88 + status: 200 OK + code: 200 + duration: 76.1339ms +- id: 277 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/25c00492-d965-4a12-8971-85497d187c93 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 717 + body: "{\"region\":\"fr-par\", \"id\":\"25c00492-d965-4a12-8971-85497d187c93\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:34:05.830776Z\", \"updated_at\":\"2025-10-30T16:34:05.830776Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":true, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "717" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:37:24 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 1c0f5c47-74cb-4463-bb4d-0a817614b1eb + status: 200 OK + code: 200 + duration: 86.019824ms +- id: 278 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/25c00492-d965-4a12-8971-85497d187c93 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 717 + body: "{\"region\":\"fr-par\", \"id\":\"25c00492-d965-4a12-8971-85497d187c93\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:34:05.830776Z\", \"updated_at\":\"2025-10-30T16:34:05.830776Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":true, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "717" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:37:29 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - fa431b98-9e8b-4924-b49d-ab1cf28581ef + status: 200 OK + code: 200 + duration: 97.067509ms +- id: 279 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/25c00492-d965-4a12-8971-85497d187c93 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 717 + body: "{\"region\":\"fr-par\", \"id\":\"25c00492-d965-4a12-8971-85497d187c93\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:34:05.830776Z\", \"updated_at\":\"2025-10-30T16:34:05.830776Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":true, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "717" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:37:34 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - f224c55c-1476-4193-9a1f-6ef5293240a1 + status: 200 OK + code: 200 + duration: 94.40954ms +- id: 280 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/25c00492-d965-4a12-8971-85497d187c93 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 717 + body: "{\"region\":\"fr-par\", \"id\":\"25c00492-d965-4a12-8971-85497d187c93\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:34:05.830776Z\", \"updated_at\":\"2025-10-30T16:34:05.830776Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":true, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "717" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:37:39 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 37003b76-b4b7-476a-9aac-2ab7782388a9 + status: 200 OK + code: 200 + duration: 83.832689ms +- id: 281 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/25c00492-d965-4a12-8971-85497d187c93 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 717 + body: "{\"region\":\"fr-par\", \"id\":\"25c00492-d965-4a12-8971-85497d187c93\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:34:05.830776Z\", \"updated_at\":\"2025-10-30T16:34:05.830776Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":true, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "717" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:37:45 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 801d07c9-53c4-4b79-af26-429fcc2d231e + status: 200 OK + code: 200 + duration: 91.831942ms +- id: 282 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/25c00492-d965-4a12-8971-85497d187c93 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 717 + body: "{\"region\":\"fr-par\", \"id\":\"25c00492-d965-4a12-8971-85497d187c93\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:34:05.830776Z\", \"updated_at\":\"2025-10-30T16:34:05.830776Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":true, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "717" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:37:50 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 0c8d0ccb-eb48-4c9f-ae9d-f971b3b1882f + status: 200 OK + code: 200 + duration: 94.061376ms +- id: 283 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/25c00492-d965-4a12-8971-85497d187c93 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 717 + body: "{\"region\":\"fr-par\", \"id\":\"25c00492-d965-4a12-8971-85497d187c93\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:34:05.830776Z\", \"updated_at\":\"2025-10-30T16:34:05.830776Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":true, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "717" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:37:55 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 2d9bf868-344f-408c-819b-335dfffb1420 + status: 200 OK + code: 200 + duration: 79.912722ms +- id: 284 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/25c00492-d965-4a12-8971-85497d187c93 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 717 + body: "{\"region\":\"fr-par\", \"id\":\"25c00492-d965-4a12-8971-85497d187c93\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:34:05.830776Z\", \"updated_at\":\"2025-10-30T16:34:05.830776Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":true, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "717" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:38:00 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 9390a396-a479-4d37-b9ab-1702789adcfa + status: 200 OK + code: 200 + duration: 94.130015ms +- id: 285 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/25c00492-d965-4a12-8971-85497d187c93 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 717 + body: "{\"region\":\"fr-par\", \"id\":\"25c00492-d965-4a12-8971-85497d187c93\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:34:05.830776Z\", \"updated_at\":\"2025-10-30T16:34:05.830776Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":true, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "717" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:38:05 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 896d896f-9e59-47b7-86dd-53e0cde07052 + status: 200 OK + code: 200 + duration: 82.839124ms +- id: 286 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/25c00492-d965-4a12-8971-85497d187c93 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 717 + body: "{\"region\":\"fr-par\", \"id\":\"25c00492-d965-4a12-8971-85497d187c93\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:34:05.830776Z\", \"updated_at\":\"2025-10-30T16:34:05.830776Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":true, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "717" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:38:10 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - bc150624-5f68-4149-8d9a-5ee73a305137 + status: 200 OK + code: 200 + duration: 188.41395ms +- id: 287 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/25c00492-d965-4a12-8971-85497d187c93 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 717 + body: "{\"region\":\"fr-par\", \"id\":\"25c00492-d965-4a12-8971-85497d187c93\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:34:05.830776Z\", \"updated_at\":\"2025-10-30T16:34:05.830776Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":true, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "717" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:38:15 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - a7d83693-ca54-4019-a58c-fad4ba624be0 + status: 200 OK + code: 200 + duration: 97.242527ms +- id: 288 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/25c00492-d965-4a12-8971-85497d187c93 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 717 + body: "{\"region\":\"fr-par\", \"id\":\"25c00492-d965-4a12-8971-85497d187c93\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:34:05.830776Z\", \"updated_at\":\"2025-10-30T16:34:05.830776Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":true, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "717" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:38:20 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - be8c4dc8-ba3a-4efa-8928-2df7fb5e9cbe + status: 200 OK + code: 200 + duration: 128.88727ms +- id: 289 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/25c00492-d965-4a12-8971-85497d187c93 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 717 + body: "{\"region\":\"fr-par\", \"id\":\"25c00492-d965-4a12-8971-85497d187c93\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:34:05.830776Z\", \"updated_at\":\"2025-10-30T16:34:05.830776Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":true, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "717" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:38:25 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 804e6b8a-3781-456f-aebb-354009f0e5e3 + status: 200 OK + code: 200 + duration: 103.981174ms +- id: 290 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/25c00492-d965-4a12-8971-85497d187c93 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 715 + body: "{\"region\":\"fr-par\", \"id\":\"25c00492-d965-4a12-8971-85497d187c93\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:34:05.830776Z\", \"updated_at\":\"2025-10-30T16:38:27.160948Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"ready\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":true, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "715" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:38:31 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - fd21f276-3031-4d13-8dc1-54838a610668 + status: 200 OK + code: 200 + duration: 105.702465ms +- id: 291 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/f5839d47-dfad-407f-b09b-089476114f21 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1636 + body: "{\"region\":\"fr-par\", \"id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:19.128996Z\", \"updated_at\":\"2025-10-30T16:35:53.373007Z\", \"type\":\"kapsule\", \"name\":\"test-k8s-public-ip\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"public_ip\"], \"cluster_url\":\"https://f5839d47-dfad-407f-b09b-089476114f21.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.f5839d47-dfad-407f-b09b-089476114f21.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"3b0ad589-f167-4c39-a0fe-af124411f0c6\", \"commitment_ends_at\":\"2025-10-30T16:18:19.129003Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"d6e03bbf-faca-464d-b29e-9e329c3dc19d\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1636" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:38:31 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - da6811f1-d110-4d00-b205-06a3c8dea340 + status: 200 OK + code: 200 + duration: 94.589909ms +- id: 292 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/25c00492-d965-4a12-8971-85497d187c93 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 715 + body: "{\"region\":\"fr-par\", \"id\":\"25c00492-d965-4a12-8971-85497d187c93\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:34:05.830776Z\", \"updated_at\":\"2025-10-30T16:38:27.160948Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"ready\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":true, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "715" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:38:31 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 4e473073-9089-4889-b260-e4b81079f6b1 + status: 200 OK + code: 200 + duration: 19.931619ms +- id: 293 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + form: + order_by: + - created_at_asc + page: + - "1" + pool_id: + - 25c00492-d965-4a12-8971-85497d187c93 + status: + - unknown + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/f5839d47-dfad-407f-b09b-089476114f21/nodes?order_by=created_at_asc&page=1&pool_id=25c00492-d965-4a12-8971-85497d187c93&status=unknown + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 606 + body: "{\"total_count\":1, \"nodes\":[{\"region\":\"fr-par\", \"id\":\"b48c635c-1a92-41a4-9af2-40b8b700f7ad\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:37:31.726084Z\", \"updated_at\":\"2025-10-30T16:38:27.151996Z\", \"pool_id\":\"25c00492-d965-4a12-8971-85497d187c93\", \"status\":\"ready\", \"conditions\":{\"DiskPressure\":\"False\", \"MemoryPressure\":\"False\", \"PIDPressure\":\"False\", \"Ready\":\"True\"}, \"name\":\"scw-test-k8s-public-i-test-k8s-public-i-b48c63\", \"public_ip_v4\":\"\", \"public_ip_v6\":null, \"provider_id\":\"scaleway://instance/fr-par-1/0c73e5e0-d19d-4575-a638-62b0f20116a1\", \"error_message\":\"\"}]}" + headers: + Content-Length: + - "606" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:38:31 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 9e4011fd-5c53-4a88-b00b-230965179831 + status: 200 OK + code: 200 + duration: 23.515325ms +- id: 294 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/f5839d47-dfad-407f-b09b-089476114f21 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1636 + body: "{\"region\":\"fr-par\", \"id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:19.128996Z\", \"updated_at\":\"2025-10-30T16:35:53.373007Z\", \"type\":\"kapsule\", \"name\":\"test-k8s-public-ip\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"public_ip\"], \"cluster_url\":\"https://f5839d47-dfad-407f-b09b-089476114f21.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.f5839d47-dfad-407f-b09b-089476114f21.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"3b0ad589-f167-4c39-a0fe-af124411f0c6\", \"commitment_ends_at\":\"2025-10-30T16:18:19.129003Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"d6e03bbf-faca-464d-b29e-9e329c3dc19d\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1636" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:38:31 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 903dd6cf-9660-49df-97aa-3e2addf73ee7 + status: 200 OK + code: 200 + duration: 27.879696ms +- id: 295 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + form: + order_by: + - created_at_desc + project_id: + - 105bdce1-64c0-48ab-899d-868455867ecf + resource_name: + - scw-test-k8s-public-i-test-k8s-public-i-b48c63 + resource_type: + - unknown_type + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/ipam/v1/regions/fr-par/ips?order_by=created_at_desc&project_id=105bdce1-64c0-48ab-899d-868455867ecf&resource_name=scw-test-k8s-public-i-test-k8s-public-i-b48c63&resource_type=unknown_type + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1121 + body: "{\"total_count\":2, \"ips\":[{\"id\":\"3ebdd249-37f3-4a70-9b70-a2d42284fefd\", \"address\":\"fd5f:519c:6d46:99a:cf17:55fb:2052:a4e4/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":true, \"created_at\":\"2025-10-30T16:37:33.507979Z\", \"updated_at\":\"2025-10-30T16:37:33.507979Z\", \"source\":{\"subnet_id\":\"7adff8c4-babb-4a82-8d99-2372f50ef5d3\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"ec3a7208-d366-4cdb-8e3f-66145340b0f2\", \"mac_address\":\"02:00:00:11:FD:C0\", \"name\":\"scw-test-k8s-public-i-test-k8s-public-i-b48c63\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}, {\"id\":\"933eb443-ad18-4da1-b4fc-dec7f605e464\", \"address\":\"172.18.44.4/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":false, \"created_at\":\"2025-10-30T16:37:33.399349Z\", \"updated_at\":\"2025-10-30T16:37:33.399349Z\", \"source\":{\"subnet_id\":\"af2c5aa2-55c5-4e53-a1e5-91f9a8103b6f\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"ec3a7208-d366-4cdb-8e3f-66145340b0f2\", \"mac_address\":\"02:00:00:11:FD:C0\", \"name\":\"scw-test-k8s-public-i-test-k8s-public-i-b48c63\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}]}" + headers: + Content-Length: + - "1121" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:38:31 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 3d09a960-2ab8-4cb4-8d04-03fd996fd2f2 + status: 200 OK + code: 200 + duration: 37.483711ms +- id: 296 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/f5839d47-dfad-407f-b09b-089476114f21 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1636 + body: "{\"region\":\"fr-par\", \"id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:19.128996Z\", \"updated_at\":\"2025-10-30T16:35:53.373007Z\", \"type\":\"kapsule\", \"name\":\"test-k8s-public-ip\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"public_ip\"], \"cluster_url\":\"https://f5839d47-dfad-407f-b09b-089476114f21.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.f5839d47-dfad-407f-b09b-089476114f21.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"3b0ad589-f167-4c39-a0fe-af124411f0c6\", \"commitment_ends_at\":\"2025-10-30T16:18:19.129003Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"d6e03bbf-faca-464d-b29e-9e329c3dc19d\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1636" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:38:31 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - a05d0313-51b4-4196-980c-04b488e0c5a5 + status: 200 OK + code: 200 + duration: 26.997019ms +- id: 297 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks/3b0ad589-f167-4c39-a0fe-af124411f0c6 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1087 + body: "{\"id\":\"3b0ad589-f167-4c39-a0fe-af124411f0c6\", \"name\":\"test-k8s-public-ip\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:17.970395Z\", \"updated_at\":\"2025-10-30T16:33:56.599023Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"subnets\":[{\"id\":\"af2c5aa2-55c5-4e53-a1e5-91f9a8103b6f\", \"created_at\":\"2025-10-30T16:18:17.970395Z\", \"updated_at\":\"2025-10-30T16:18:17.970395Z\", \"subnet\":\"172.18.44.0/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"3b0ad589-f167-4c39-a0fe-af124411f0c6\", \"vpc_id\":\"3e2453e5-8d39-4842-920a-480ff1be2078\"}, {\"id\":\"7adff8c4-babb-4a82-8d99-2372f50ef5d3\", \"created_at\":\"2025-10-30T16:18:17.970395Z\", \"updated_at\":\"2025-10-30T16:18:17.970395Z\", \"subnet\":\"fd5f:519c:6d46:99a::/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"3b0ad589-f167-4c39-a0fe-af124411f0c6\", \"vpc_id\":\"3e2453e5-8d39-4842-920a-480ff1be2078\"}], \"vpc_id\":\"3e2453e5-8d39-4842-920a-480ff1be2078\", \"dhcp_enabled\":true, \"default_route_propagation_enabled\":false, \"region\":\"fr-par\"}" + headers: + Content-Length: + - "1087" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:38:31 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - bd50eee3-6810-4a96-b362-e0ca5225ee76 + status: 200 OK + code: 200 + duration: 33.858687ms +- id: 298 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/25c00492-d965-4a12-8971-85497d187c93 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 715 + body: "{\"region\":\"fr-par\", \"id\":\"25c00492-d965-4a12-8971-85497d187c93\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:34:05.830776Z\", \"updated_at\":\"2025-10-30T16:38:27.160948Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"ready\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":true, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "715" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:38:31 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 7ad77799-346e-4e48-8cbc-4b14c7f372bf + status: 200 OK + code: 200 + duration: 18.42483ms +- id: 299 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + form: + order_by: + - created_at_asc + pool_id: + - 25c00492-d965-4a12-8971-85497d187c93 + status: + - unknown + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/f5839d47-dfad-407f-b09b-089476114f21/nodes?order_by=created_at_asc&pool_id=25c00492-d965-4a12-8971-85497d187c93&status=unknown + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 606 + body: "{\"total_count\":1, \"nodes\":[{\"region\":\"fr-par\", \"id\":\"b48c635c-1a92-41a4-9af2-40b8b700f7ad\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:37:31.726084Z\", \"updated_at\":\"2025-10-30T16:38:27.151996Z\", \"pool_id\":\"25c00492-d965-4a12-8971-85497d187c93\", \"status\":\"ready\", \"conditions\":{\"DiskPressure\":\"False\", \"MemoryPressure\":\"False\", \"PIDPressure\":\"False\", \"Ready\":\"True\"}, \"name\":\"scw-test-k8s-public-i-test-k8s-public-i-b48c63\", \"public_ip_v4\":\"\", \"public_ip_v6\":null, \"provider_id\":\"scaleway://instance/fr-par-1/0c73e5e0-d19d-4575-a638-62b0f20116a1\", \"error_message\":\"\"}]}" + headers: + Content-Length: + - "606" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:38:31 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - a08e8532-aaad-4471-9876-d3f2d9713330 + status: 200 OK + code: 200 + duration: 28.570011ms +- id: 300 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/0c73e5e0-d19d-4575-a638-62b0f20116a1 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 2615 + body: "{\"server\": {\"id\": \"0c73e5e0-d19d-4575-a638-62b0f20116a1\", \"name\": \"scw-test-k8s-public-i-test-k8s-public-i-b48c63\", \"arch\": \"x86_64\", \"commercial_type\": \"PRO2-XXS\", \"boot_type\": \"local\", \"organization\": \"105bdce1-64c0-48ab-899d-868455867ecf\", \"project\": \"105bdce1-64c0-48ab-899d-868455867ecf\", \"hostname\": \"scw-test-k8s-public-i-test-k8s-public-i-b48c63\", \"image\": {\"id\": \"5b4b5f3f-c2a1-451e-8603-4c0179b4de03\", \"name\": \"k8s_base_node_instance\", \"organization\": \"51b656e3-4865-41e8-adbc-0c45bdd780db\", \"project\": \"51b656e3-4865-41e8-adbc-0c45bdd780db\", \"root_volume\": {\"volume_type\": \"sbs_snapshot\", \"id\": \"c6b09a14-4a4d-44cd-a772-4f235fef4826\", \"size\": 0, \"name\": \"\"}, \"extra_volumes\": {}, \"public\": true, \"arch\": \"x86_64\", \"creation_date\": \"2025-10-27T10:01:33.994085+00:00\", \"modification_date\": \"2025-10-27T10:01:33.994085+00:00\", \"default_bootscript\": null, \"from_server\": \"\", \"state\": \"available\", \"tags\": [], \"zone\": \"fr-par-1\"}, \"volumes\": {\"0\": {\"boot\": true, \"volume_type\": \"sbs_volume\", \"id\": \"efbbaf01-9f73-4578-b8ac-ed8fe467eb1e\", \"state\": \"available\", \"zone\": \"fr-par-1\"}}, \"tags\": [\"kapsule=f5839d47-dfad-407f-b09b-089476114f21\", \"pool=25c00492-d965-4a12-8971-85497d187c93\", \"pool-name=test-k8s-public-ip\", \"runtime=containerd\", \"managed=true\", \"node=b48c635c-1a92-41a4-9af2-40b8b700f7ad\"], \"state\": \"running\", \"protected\": false, \"state_detail\": \"booting kernel\", \"public_ip\": null, \"public_ips\": [], \"mac_address\": \"de:00:00:d0:71:1d\", \"routed_ip_enabled\": true, \"ipv6\": null, \"extra_networks\": [], \"dynamic_ip_required\": false, \"enable_ipv6\": false, \"private_ip\": null, \"creation_date\": \"2025-10-30T16:37:32.305676+00:00\", \"modification_date\": \"2025-10-30T16:37:35.999507+00:00\", \"bootscript\": null, \"security_group\": {\"id\": \"4ef16f7a-478c-4b72-b932-982f4b04974b\", \"name\": \"Kapsule default security group\"}, \"location\": {\"zone_id\": \"fr-par-1\", \"platform_id\": \"14\", \"cluster_id\": \"33\", \"hypervisor_id\": \"801\", \"node_id\": \"22\"}, \"maintenances\": [], \"allowed_actions\": [\"poweroff\", \"terminate\", \"reboot\", \"stop_in_place\", \"backup\"], \"placement_group\": null, \"private_nics\": [{\"id\": \"ec3a7208-d366-4cdb-8e3f-66145340b0f2\", \"private_network_id\": \"3b0ad589-f167-4c39-a0fe-af124411f0c6\", \"server_id\": \"0c73e5e0-d19d-4575-a638-62b0f20116a1\", \"mac_address\": \"02:00:00:11:fd:c0\", \"state\": \"available\", \"creation_date\": \"2025-10-30T16:37:33.228014+00:00\", \"modification_date\": \"2025-10-30T16:37:33.318350+00:00\", \"zone\": \"fr-par-1\", \"tags\": [], \"ipam_ip_ids\": [\"933eb443-ad18-4da1-b4fc-dec7f605e464\", \"3ebdd249-37f3-4a70-9b70-a2d42284fefd\"]}], \"zone\": \"fr-par-1\", \"filesystems\": [], \"end_of_service\": false}}" + headers: + Content-Length: + - "2615" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:38:31 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 60775abf-f1bb-46f1-9ca4-fc31e97e537d + status: 200 OK + code: 200 + duration: 145.232936ms +- id: 301 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/vpc-gw/v2/zones/fr-par-1/gateways/4e5fe8f2-7126-4ef0-9da5-64dcbf031bb4 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1360 + body: "{\"id\":\"4e5fe8f2-7126-4ef0-9da5-64dcbf031bb4\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:33:44.521117Z\", \"updated_at\":\"2025-10-30T16:34:01.214094Z\", \"type\":\"VPC-GW-S\", \"bandwidth\":100, \"status\":\"running\", \"name\":\"test-k8s-public-ip\", \"tags\":[], \"ipv4\":{\"id\":\"1a95086f-202d-44ed-83f2-50a2725deb74\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:33:44.496040Z\", \"updated_at\":\"2025-10-30T16:33:44.496040Z\", \"tags\":[], \"address\":\"51.15.215.84\", \"reverse\":\"84-215-15-51.instances.scw.cloud\", \"gateway_id\":\"4e5fe8f2-7126-4ef0-9da5-64dcbf031bb4\", \"zone\":\"fr-par-1\"}, \"gateway_networks\":[{\"id\":\"e3f44092-59f7-4966-9d13-6a31591a18e9\", \"created_at\":\"2025-10-30T16:33:50.125382Z\", \"updated_at\":\"2025-10-30T16:34:00.958302Z\", \"gateway_id\":\"4e5fe8f2-7126-4ef0-9da5-64dcbf031bb4\", \"private_network_id\":\"3b0ad589-f167-4c39-a0fe-af124411f0c6\", \"mac_address\":\"02:00:00:1D:CF:65\", \"masquerade_enabled\":true, \"status\":\"ready\", \"push_default_route\":true, \"ipam_ip_id\":\"2282d01d-3705-4eb3-a3c0-6849cd9b9e0b\", \"zone\":\"fr-par-1\"}], \"version\":\"0.7.4\", \"bastion_enabled\":false, \"bastion_port\":61000, \"smtp_enabled\":false, \"is_legacy\":false, \"bastion_allowed_ips\":[\"0.0.0.0/0\"], \"zone\":\"fr-par-1\"}" + headers: + Content-Length: + - "1360" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:38:31 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 2951697c-288b-484a-874a-884c1efde23c + status: 200 OK + code: 200 + duration: 28.573568ms +- id: 302 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/vpc/v2/regions/fr-par/vpcs/3e2453e5-8d39-4842-920a-480ff1be2078 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 416 + body: "{\"id\":\"3e2453e5-8d39-4842-920a-480ff1be2078\", \"name\":\"tf-vpc-sad-dewdney\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:17.246369Z\", \"updated_at\":\"2025-10-30T16:18:17.246369Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_default\":false, \"private_network_count\":1, \"routing_enabled\":true, \"custom_routes_propagation_enabled\":true, \"region\":\"fr-par\"}" + headers: + Content-Length: + - "416" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:38:31 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - b81d08cd-3c4a-4d7e-922a-7d46920a5b2c + status: 200 OK + code: 200 + duration: 29.878226ms +- id: 303 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks/3b0ad589-f167-4c39-a0fe-af124411f0c6 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1087 + body: "{\"id\":\"3b0ad589-f167-4c39-a0fe-af124411f0c6\", \"name\":\"test-k8s-public-ip\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:17.970395Z\", \"updated_at\":\"2025-10-30T16:33:56.599023Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"subnets\":[{\"id\":\"af2c5aa2-55c5-4e53-a1e5-91f9a8103b6f\", \"created_at\":\"2025-10-30T16:18:17.970395Z\", \"updated_at\":\"2025-10-30T16:18:17.970395Z\", \"subnet\":\"172.18.44.0/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"3b0ad589-f167-4c39-a0fe-af124411f0c6\", \"vpc_id\":\"3e2453e5-8d39-4842-920a-480ff1be2078\"}, {\"id\":\"7adff8c4-babb-4a82-8d99-2372f50ef5d3\", \"created_at\":\"2025-10-30T16:18:17.970395Z\", \"updated_at\":\"2025-10-30T16:18:17.970395Z\", \"subnet\":\"fd5f:519c:6d46:99a::/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"3b0ad589-f167-4c39-a0fe-af124411f0c6\", \"vpc_id\":\"3e2453e5-8d39-4842-920a-480ff1be2078\"}], \"vpc_id\":\"3e2453e5-8d39-4842-920a-480ff1be2078\", \"dhcp_enabled\":true, \"default_route_propagation_enabled\":false, \"region\":\"fr-par\"}" + headers: + Content-Length: + - "1087" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:38:31 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 906da643-0dee-4107-9afc-46610d8e7eca + status: 200 OK + code: 200 + duration: 28.636366ms +- id: 304 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/vpc-gw/v2/zones/fr-par-1/gateway-networks/e3f44092-59f7-4966-9d13-6a31591a18e9 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 426 + body: "{\"id\":\"e3f44092-59f7-4966-9d13-6a31591a18e9\", \"created_at\":\"2025-10-30T16:33:50.125382Z\", \"updated_at\":\"2025-10-30T16:34:00.958302Z\", \"gateway_id\":\"4e5fe8f2-7126-4ef0-9da5-64dcbf031bb4\", \"private_network_id\":\"3b0ad589-f167-4c39-a0fe-af124411f0c6\", \"mac_address\":\"02:00:00:1D:CF:65\", \"masquerade_enabled\":true, \"status\":\"ready\", \"push_default_route\":true, \"ipam_ip_id\":\"2282d01d-3705-4eb3-a3c0-6849cd9b9e0b\", \"zone\":\"fr-par-1\"}" + headers: + Content-Length: + - "426" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:38:31 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 6bf6edfa-d25d-421d-9679-0ce64868a3ba + status: 200 OK + code: 200 + duration: 73.954099ms +- id: 305 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/vpc-gw/v2/zones/fr-par-1/gateways/4e5fe8f2-7126-4ef0-9da5-64dcbf031bb4 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1360 + body: "{\"id\":\"4e5fe8f2-7126-4ef0-9da5-64dcbf031bb4\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:33:44.521117Z\", \"updated_at\":\"2025-10-30T16:34:01.214094Z\", \"type\":\"VPC-GW-S\", \"bandwidth\":100, \"status\":\"running\", \"name\":\"test-k8s-public-ip\", \"tags\":[], \"ipv4\":{\"id\":\"1a95086f-202d-44ed-83f2-50a2725deb74\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:33:44.496040Z\", \"updated_at\":\"2025-10-30T16:33:44.496040Z\", \"tags\":[], \"address\":\"51.15.215.84\", \"reverse\":\"84-215-15-51.instances.scw.cloud\", \"gateway_id\":\"4e5fe8f2-7126-4ef0-9da5-64dcbf031bb4\", \"zone\":\"fr-par-1\"}, \"gateway_networks\":[{\"id\":\"e3f44092-59f7-4966-9d13-6a31591a18e9\", \"created_at\":\"2025-10-30T16:33:50.125382Z\", \"updated_at\":\"2025-10-30T16:34:00.958302Z\", \"gateway_id\":\"4e5fe8f2-7126-4ef0-9da5-64dcbf031bb4\", \"private_network_id\":\"3b0ad589-f167-4c39-a0fe-af124411f0c6\", \"mac_address\":\"02:00:00:1D:CF:65\", \"masquerade_enabled\":true, \"status\":\"ready\", \"push_default_route\":true, \"ipam_ip_id\":\"2282d01d-3705-4eb3-a3c0-6849cd9b9e0b\", \"zone\":\"fr-par-1\"}], \"version\":\"0.7.4\", \"bastion_enabled\":false, \"bastion_port\":61000, \"smtp_enabled\":false, \"is_legacy\":false, \"bastion_allowed_ips\":[\"0.0.0.0/0\"], \"zone\":\"fr-par-1\"}" + headers: + Content-Length: + - "1360" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:38:31 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - c173ec27-b64a-44b9-9a77-3ba5d3444ac3 + status: 200 OK + code: 200 + duration: 27.479705ms +- id: 306 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + form: + order_by: + - created_at_desc + private_network_id: + - 3b0ad589-f167-4c39-a0fe-af124411f0c6 + project_id: + - 105bdce1-64c0-48ab-899d-868455867ecf + resource_id: + - e3f44092-59f7-4966-9d13-6a31591a18e9 + resource_type: + - vpc_gateway_network + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/ipam/v1/regions/fr-par/ips?order_by=created_at_desc&private_network_id=3b0ad589-f167-4c39-a0fe-af124411f0c6&project_id=105bdce1-64c0-48ab-899d-868455867ecf&resource_id=e3f44092-59f7-4966-9d13-6a31591a18e9&resource_type=vpc_gateway_network + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 531 + body: "{\"total_count\":1, \"ips\":[{\"id\":\"2282d01d-3705-4eb3-a3c0-6849cd9b9e0b\", \"address\":\"172.18.44.3/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":false, \"created_at\":\"2025-10-30T16:33:50.087880Z\", \"updated_at\":\"2025-10-30T16:33:50.576557Z\", \"source\":{\"subnet_id\":\"af2c5aa2-55c5-4e53-a1e5-91f9a8103b6f\"}, \"resource\":{\"type\":\"vpc_gateway_network\", \"id\":\"e3f44092-59f7-4966-9d13-6a31591a18e9\", \"mac_address\":\"02:00:00:1D:CF:65\", \"name\":\"test-k8s-public-ip\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}]}" + headers: + Content-Length: + - "531" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:38:32 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 9bd0e3ea-3db6-44ec-8d74-7a2f28d945f1 + status: 200 OK + code: 200 + duration: 54.090258ms +- id: 307 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/f5839d47-dfad-407f-b09b-089476114f21 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1636 + body: "{\"region\":\"fr-par\", \"id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:19.128996Z\", \"updated_at\":\"2025-10-30T16:35:53.373007Z\", \"type\":\"kapsule\", \"name\":\"test-k8s-public-ip\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"public_ip\"], \"cluster_url\":\"https://f5839d47-dfad-407f-b09b-089476114f21.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.f5839d47-dfad-407f-b09b-089476114f21.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"3b0ad589-f167-4c39-a0fe-af124411f0c6\", \"commitment_ends_at\":\"2025-10-30T16:18:19.129003Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"d6e03bbf-faca-464d-b29e-9e329c3dc19d\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1636" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:38:32 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - ed35f771-e4f0-4567-a7c3-4cef77b32082 + status: 200 OK + code: 200 + duration: 23.698498ms +- id: 308 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/f5839d47-dfad-407f-b09b-089476114f21/kubeconfig + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1682 + body: "{\"name\":\"kubeconfig\", \"content_type\":\"application/octet-stream\", \"content\":\"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogInRlc3QtazhzLXB1YmxpYy1pcCIKICBjbHVzdGVyOgogICAgY2VydGlmaWNhdGUtYXV0aG9yaXR5LWRhdGE6IExTMHRMUzFDUlVkSlRpQkRSVkpVU1VaSlEwRlVSUzB0TFMwdENrMUpTVUpYZWtORFFWRkhaMEYzU1VKQlowbENRVVJCUzBKblozRm9hMnBQVUZGUlJFRnFRVlpOVWsxM1JWRlpSRlpSVVVSRmQzQnlaRmRLYkdOdE5Xd0taRWRXZWsxQ05GaEVWRWt4VFZSQmVVOVVSVEpOVkdkNFQxWnZXRVJVVFRGTlZFRjVUMVJGTWsxVVozaFBWbTkzUmxSRlZFMUNSVWRCTVZWRlFYaE5Td3BoTTFacFdsaEtkVnBZVW14amVrSmFUVUpOUjBKNWNVZFRUVFE1UVdkRlIwTkRjVWRUVFRRNVFYZEZTRUV3U1VGQ1VHdFVkVW80TlZCRE9XTllNbXhzQ21oQll6UnJXWFJwYVM4NVNYaEpRVmxuYzJOaWFHSmlWVEkwZEc1UVVuUjJZVk5PTmpreFFWUkhPR1kyVTNsVGJIcFhWVlY2VG1zd00wNWxWazFDUWk4S2NXaExLMDl0ZVdwUmFrSkJUVUUwUjBFeFZXUkVkMFZDTDNkUlJVRjNTVU53UkVGUVFtZE9Wa2hTVFVKQlpqaEZRbFJCUkVGUlNDOU5RakJIUVRGVlpBcEVaMUZYUWtKUloybDZLemhPVGt4bFMzZHRTR1p1TmpkbFkxbHdlRW92WkdkVVFVdENaMmR4YUd0cVQxQlJVVVJCWjA1SlFVUkNSa0ZwUlVGd1pWWkxDbHBIWkcxd1JYQjRXRkZoWmxkSlQyaGFXWFZyS3pkNVpEVlRWVkkwYkZOV2VHOUNVRlF3YTBOSlJtZHVNMjQwT1dKWWNHbFdkMUZIWlZOeVZVTlNZV2tLUW1zMFEydFpkMXBhVFROM1JEWXJLMHcwVlhBS0xTMHRMUzFGVGtRZ1EwVlNWRWxHU1VOQlZFVXRMUzB0TFFvPQogICAgc2VydmVyOiBodHRwczovL2Y1ODM5ZDQ3LWRmYWQtNDA3Zi1iMDliLTA4OTQ3NjExNGYyMS5hcGkuazhzLmZyLXBhci5zY3cuY2xvdWQ6NjQ0Mwpjb250ZXh0czoKLSBuYW1lOiBhZG1pbkB0ZXN0LWs4cy1wdWJsaWMtaXAKICBjb250ZXh0OgogICAgY2x1c3RlcjogInRlc3QtazhzLXB1YmxpYy1pcCIKICAgIHVzZXI6IHRlc3QtazhzLXB1YmxpYy1pcC1hZG1pbgpjdXJyZW50LWNvbnRleHQ6IGFkbWluQHRlc3QtazhzLXB1YmxpYy1pcApraW5kOiBDb25maWcKcHJlZmVyZW5jZXM6IHt9CnVzZXJzOgotIG5hbWU6IHRlc3QtazhzLXB1YmxpYy1pcC1hZG1pbgogIHVzZXI6CiAgICB0b2tlbjogOWZoZmVKT3p3bFFjamZEUnVpdmxlbmpod0ZKR2xzQ2xid2hLUVFDajJzcmFFa2w1cEdVSVdzVjM=\"}" + headers: + Content-Length: + - "1682" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:38:32 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - af4a22fd-4eb0-4617-86f4-0ee44d5a09b4 + status: 200 OK + code: 200 + duration: 76.28329ms +- id: 309 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/25c00492-d965-4a12-8971-85497d187c93 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 715 + body: "{\"region\":\"fr-par\", \"id\":\"25c00492-d965-4a12-8971-85497d187c93\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:34:05.830776Z\", \"updated_at\":\"2025-10-30T16:38:27.160948Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"ready\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":true, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "715" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:38:32 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 7368b656-e27b-452c-840c-c46be49a54e0 + status: 200 OK + code: 200 + duration: 86.778408ms +- id: 310 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + form: + order_by: + - created_at_asc + page: + - "1" + pool_id: + - 25c00492-d965-4a12-8971-85497d187c93 + status: + - unknown + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/f5839d47-dfad-407f-b09b-089476114f21/nodes?order_by=created_at_asc&page=1&pool_id=25c00492-d965-4a12-8971-85497d187c93&status=unknown + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 606 + body: "{\"total_count\":1, \"nodes\":[{\"region\":\"fr-par\", \"id\":\"b48c635c-1a92-41a4-9af2-40b8b700f7ad\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:37:31.726084Z\", \"updated_at\":\"2025-10-30T16:38:27.151996Z\", \"pool_id\":\"25c00492-d965-4a12-8971-85497d187c93\", \"status\":\"ready\", \"conditions\":{\"DiskPressure\":\"False\", \"MemoryPressure\":\"False\", \"PIDPressure\":\"False\", \"Ready\":\"True\"}, \"name\":\"scw-test-k8s-public-i-test-k8s-public-i-b48c63\", \"public_ip_v4\":\"\", \"public_ip_v6\":null, \"provider_id\":\"scaleway://instance/fr-par-1/0c73e5e0-d19d-4575-a638-62b0f20116a1\", \"error_message\":\"\"}]}" + headers: + Content-Length: + - "606" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:38:32 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - eb0e0d9d-0295-4800-94bf-b0f1226a892d + status: 200 OK + code: 200 + duration: 33.362877ms +- id: 311 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/f5839d47-dfad-407f-b09b-089476114f21 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1636 + body: "{\"region\":\"fr-par\", \"id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:19.128996Z\", \"updated_at\":\"2025-10-30T16:35:53.373007Z\", \"type\":\"kapsule\", \"name\":\"test-k8s-public-ip\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"public_ip\"], \"cluster_url\":\"https://f5839d47-dfad-407f-b09b-089476114f21.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.f5839d47-dfad-407f-b09b-089476114f21.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"3b0ad589-f167-4c39-a0fe-af124411f0c6\", \"commitment_ends_at\":\"2025-10-30T16:18:19.129003Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"d6e03bbf-faca-464d-b29e-9e329c3dc19d\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1636" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:38:32 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 3589b60e-a117-4cfa-a9a8-e43f9269b9e8 + status: 200 OK + code: 200 + duration: 96.995063ms +- id: 312 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + form: + order_by: + - created_at_desc + project_id: + - 105bdce1-64c0-48ab-899d-868455867ecf + resource_name: + - scw-test-k8s-public-i-test-k8s-public-i-b48c63 + resource_type: + - unknown_type + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/ipam/v1/regions/fr-par/ips?order_by=created_at_desc&project_id=105bdce1-64c0-48ab-899d-868455867ecf&resource_name=scw-test-k8s-public-i-test-k8s-public-i-b48c63&resource_type=unknown_type + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1121 + body: "{\"total_count\":2, \"ips\":[{\"id\":\"3ebdd249-37f3-4a70-9b70-a2d42284fefd\", \"address\":\"fd5f:519c:6d46:99a:cf17:55fb:2052:a4e4/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":true, \"created_at\":\"2025-10-30T16:37:33.507979Z\", \"updated_at\":\"2025-10-30T16:37:33.507979Z\", \"source\":{\"subnet_id\":\"7adff8c4-babb-4a82-8d99-2372f50ef5d3\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"ec3a7208-d366-4cdb-8e3f-66145340b0f2\", \"mac_address\":\"02:00:00:11:FD:C0\", \"name\":\"scw-test-k8s-public-i-test-k8s-public-i-b48c63\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}, {\"id\":\"933eb443-ad18-4da1-b4fc-dec7f605e464\", \"address\":\"172.18.44.4/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":false, \"created_at\":\"2025-10-30T16:37:33.399349Z\", \"updated_at\":\"2025-10-30T16:37:33.399349Z\", \"source\":{\"subnet_id\":\"af2c5aa2-55c5-4e53-a1e5-91f9a8103b6f\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"ec3a7208-d366-4cdb-8e3f-66145340b0f2\", \"mac_address\":\"02:00:00:11:FD:C0\", \"name\":\"scw-test-k8s-public-i-test-k8s-public-i-b48c63\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}]}" + headers: + Content-Length: + - "1121" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:38:32 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 136fc9cb-6332-4a4b-aa8a-dd7f78e400e6 + status: 200 OK + code: 200 + duration: 30.023549ms +- id: 313 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/25c00492-d965-4a12-8971-85497d187c93 + method: DELETE + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 718 + body: "{\"region\":\"fr-par\", \"id\":\"25c00492-d965-4a12-8971-85497d187c93\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:34:05.830776Z\", \"updated_at\":\"2025-10-30T16:38:32.711417Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":true, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "718" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:38:32 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 2093e273-8b99-4600-b7de-f9552f9a1079 + status: 200 OK + code: 200 + duration: 116.524116ms +- id: 314 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/25c00492-d965-4a12-8971-85497d187c93 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 718 + body: "{\"region\":\"fr-par\", \"id\":\"25c00492-d965-4a12-8971-85497d187c93\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:34:05.830776Z\", \"updated_at\":\"2025-10-30T16:38:32.711417Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":true, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "718" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:38:32 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - e77b6791-b901-4509-ad96-b134eb875513 + status: 200 OK + code: 200 + duration: 26.252331ms +- id: 315 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/25c00492-d965-4a12-8971-85497d187c93 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 718 + body: "{\"region\":\"fr-par\", \"id\":\"25c00492-d965-4a12-8971-85497d187c93\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:34:05.830776Z\", \"updated_at\":\"2025-10-30T16:38:32.711417Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":true, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "718" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:38:37 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - c861529b-eb24-4e2c-bc32-c4f14e31a674 + status: 200 OK + code: 200 + duration: 85.094978ms +- id: 316 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/25c00492-d965-4a12-8971-85497d187c93 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 718 + body: "{\"region\":\"fr-par\", \"id\":\"25c00492-d965-4a12-8971-85497d187c93\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:34:05.830776Z\", \"updated_at\":\"2025-10-30T16:38:32.711417Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":true, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "718" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:38:42 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 55bcd6f0-d8a7-4716-ad05-549c5cfeb2c7 + status: 200 OK + code: 200 + duration: 93.661687ms +- id: 317 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/25c00492-d965-4a12-8971-85497d187c93 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 718 + body: "{\"region\":\"fr-par\", \"id\":\"25c00492-d965-4a12-8971-85497d187c93\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:34:05.830776Z\", \"updated_at\":\"2025-10-30T16:38:32.711417Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":true, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "718" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:38:48 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - c27c658c-917d-4728-b944-2cf777c0b740 + status: 200 OK + code: 200 + duration: 93.773487ms +- id: 318 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/25c00492-d965-4a12-8971-85497d187c93 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 718 + body: "{\"region\":\"fr-par\", \"id\":\"25c00492-d965-4a12-8971-85497d187c93\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:34:05.830776Z\", \"updated_at\":\"2025-10-30T16:38:32.711417Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":true, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "718" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:38:53 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 364e13dc-fba1-42e1-9c06-eb22fd8243ac + status: 200 OK + code: 200 + duration: 81.371469ms +- id: 319 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/25c00492-d965-4a12-8971-85497d187c93 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 718 + body: "{\"region\":\"fr-par\", \"id\":\"25c00492-d965-4a12-8971-85497d187c93\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:34:05.830776Z\", \"updated_at\":\"2025-10-30T16:38:32.711417Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":true, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "718" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:38:58 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 8efe3f1e-3474-4524-8281-96756511e29b + status: 200 OK + code: 200 + duration: 78.88367ms +- id: 320 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/25c00492-d965-4a12-8971-85497d187c93 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 718 + body: "{\"region\":\"fr-par\", \"id\":\"25c00492-d965-4a12-8971-85497d187c93\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:34:05.830776Z\", \"updated_at\":\"2025-10-30T16:38:32.711417Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":true, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "718" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:39:03 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 728b71ac-a044-4621-b76c-0efa3cdd94e0 + status: 200 OK + code: 200 + duration: 78.572386ms +- id: 321 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/25c00492-d965-4a12-8971-85497d187c93 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 718 + body: "{\"region\":\"fr-par\", \"id\":\"25c00492-d965-4a12-8971-85497d187c93\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:34:05.830776Z\", \"updated_at\":\"2025-10-30T16:38:32.711417Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":true, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "718" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:39:08 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 979de6cb-1aaa-48b5-92a4-cda26e5991d4 + status: 200 OK + code: 200 + duration: 80.791862ms +- id: 322 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/25c00492-d965-4a12-8971-85497d187c93 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 718 + body: "{\"region\":\"fr-par\", \"id\":\"25c00492-d965-4a12-8971-85497d187c93\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:34:05.830776Z\", \"updated_at\":\"2025-10-30T16:38:32.711417Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":true, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "718" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:39:13 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 64e5a20d-2896-405d-9c29-79ea6b2a4d3e + status: 200 OK + code: 200 + duration: 96.252449ms +- id: 323 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/25c00492-d965-4a12-8971-85497d187c93 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 718 + body: "{\"region\":\"fr-par\", \"id\":\"25c00492-d965-4a12-8971-85497d187c93\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:34:05.830776Z\", \"updated_at\":\"2025-10-30T16:38:32.711417Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":true, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "718" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:39:18 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 911406d4-08d4-48a6-9936-84e889219a83 + status: 200 OK + code: 200 + duration: 72.107864ms +- id: 324 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/25c00492-d965-4a12-8971-85497d187c93 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 718 + body: "{\"region\":\"fr-par\", \"id\":\"25c00492-d965-4a12-8971-85497d187c93\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:34:05.830776Z\", \"updated_at\":\"2025-10-30T16:38:32.711417Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":true, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "718" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:39:23 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 8b4c8dd8-0c74-4efc-abe1-c04d41fac719 + status: 200 OK + code: 200 + duration: 83.184393ms +- id: 325 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/25c00492-d965-4a12-8971-85497d187c93 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 718 + body: "{\"region\":\"fr-par\", \"id\":\"25c00492-d965-4a12-8971-85497d187c93\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:34:05.830776Z\", \"updated_at\":\"2025-10-30T16:38:32.711417Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":true, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "718" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:39:28 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - f52f18e3-f96f-4e9a-9114-6b4e472e4c01 + status: 200 OK + code: 200 + duration: 80.516285ms +- id: 326 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/25c00492-d965-4a12-8971-85497d187c93 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 718 + body: "{\"region\":\"fr-par\", \"id\":\"25c00492-d965-4a12-8971-85497d187c93\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:34:05.830776Z\", \"updated_at\":\"2025-10-30T16:38:32.711417Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":true, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "718" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:39:33 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 4b6995e4-1ef9-49f1-9837-e4ef6193309b + status: 200 OK + code: 200 + duration: 100.866309ms +- id: 327 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/25c00492-d965-4a12-8971-85497d187c93 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 718 + body: "{\"region\":\"fr-par\", \"id\":\"25c00492-d965-4a12-8971-85497d187c93\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:34:05.830776Z\", \"updated_at\":\"2025-10-30T16:38:32.711417Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":true, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "718" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:39:38 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 51b04652-1292-42ff-bee4-83e1a512bec2 + status: 200 OK + code: 200 + duration: 107.182162ms +- id: 328 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/25c00492-d965-4a12-8971-85497d187c93 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 718 + body: "{\"region\":\"fr-par\", \"id\":\"25c00492-d965-4a12-8971-85497d187c93\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:34:05.830776Z\", \"updated_at\":\"2025-10-30T16:38:32.711417Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":true, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "718" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:39:44 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 7a45aa95-0679-481a-a06b-db548e07c6da + status: 200 OK + code: 200 + duration: 80.127646ms +- id: 329 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/25c00492-d965-4a12-8971-85497d187c93 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 718 + body: "{\"region\":\"fr-par\", \"id\":\"25c00492-d965-4a12-8971-85497d187c93\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:34:05.830776Z\", \"updated_at\":\"2025-10-30T16:38:32.711417Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":true, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "718" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:39:49 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 464342c2-0cb3-4ddf-9876-d4c2bb1b49a1 + status: 200 OK + code: 200 + duration: 109.822988ms +- id: 330 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/25c00492-d965-4a12-8971-85497d187c93 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 718 + body: "{\"region\":\"fr-par\", \"id\":\"25c00492-d965-4a12-8971-85497d187c93\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:34:05.830776Z\", \"updated_at\":\"2025-10-30T16:38:32.711417Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":true, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "718" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:39:54 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 280073c4-7da9-47b6-8cc7-2988818014bc + status: 200 OK + code: 200 + duration: 87.553112ms +- id: 331 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/25c00492-d965-4a12-8971-85497d187c93 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 718 + body: "{\"region\":\"fr-par\", \"id\":\"25c00492-d965-4a12-8971-85497d187c93\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:34:05.830776Z\", \"updated_at\":\"2025-10-30T16:38:32.711417Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":true, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "718" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:39:59 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - ca731f84-c4e7-41bc-8194-c49d01ae2d4f + status: 200 OK + code: 200 + duration: 86.95526ms +- id: 332 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/25c00492-d965-4a12-8971-85497d187c93 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 718 + body: "{\"region\":\"fr-par\", \"id\":\"25c00492-d965-4a12-8971-85497d187c93\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:34:05.830776Z\", \"updated_at\":\"2025-10-30T16:38:32.711417Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":true, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "718" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:40:04 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - acac66d3-7765-4ee1-ba53-9029a5c3cf4e + status: 200 OK + code: 200 + duration: 100.65981ms +- id: 333 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/25c00492-d965-4a12-8971-85497d187c93 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 718 + body: "{\"region\":\"fr-par\", \"id\":\"25c00492-d965-4a12-8971-85497d187c93\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:34:05.830776Z\", \"updated_at\":\"2025-10-30T16:38:32.711417Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":true, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "718" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:40:09 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - fa399219-72d3-40df-9b93-00109c431e83 + status: 200 OK + code: 200 + duration: 79.437671ms +- id: 334 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/25c00492-d965-4a12-8971-85497d187c93 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 718 + body: "{\"region\":\"fr-par\", \"id\":\"25c00492-d965-4a12-8971-85497d187c93\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:34:05.830776Z\", \"updated_at\":\"2025-10-30T16:38:32.711417Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":true, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "718" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:40:14 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 9ea8c075-56b1-446a-8a0e-2098d1112570 + status: 200 OK + code: 200 + duration: 75.387599ms +- id: 335 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/25c00492-d965-4a12-8971-85497d187c93 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 718 + body: "{\"region\":\"fr-par\", \"id\":\"25c00492-d965-4a12-8971-85497d187c93\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:34:05.830776Z\", \"updated_at\":\"2025-10-30T16:38:32.711417Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":true, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "718" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:40:19 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 318e4434-451a-4e00-b404-e939540f34ca + status: 200 OK + code: 200 + duration: 87.19491ms +- id: 336 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/25c00492-d965-4a12-8971-85497d187c93 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 718 + body: "{\"region\":\"fr-par\", \"id\":\"25c00492-d965-4a12-8971-85497d187c93\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:34:05.830776Z\", \"updated_at\":\"2025-10-30T16:38:32.711417Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":true, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "718" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:40:24 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 8d12801c-4dda-4eb7-a551-aa61f4e32348 + status: 200 OK + code: 200 + duration: 94.037923ms +- id: 337 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/25c00492-d965-4a12-8971-85497d187c93 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 718 + body: "{\"region\":\"fr-par\", \"id\":\"25c00492-d965-4a12-8971-85497d187c93\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:34:05.830776Z\", \"updated_at\":\"2025-10-30T16:38:32.711417Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":true, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "718" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:40:29 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 5bdf5a78-5ebf-4dc8-b911-41c2ff9dca57 + status: 200 OK + code: 200 + duration: 86.49718ms +- id: 338 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/25c00492-d965-4a12-8971-85497d187c93 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 718 + body: "{\"region\":\"fr-par\", \"id\":\"25c00492-d965-4a12-8971-85497d187c93\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:34:05.830776Z\", \"updated_at\":\"2025-10-30T16:38:32.711417Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":true, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "718" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:40:34 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 5dc1ee7b-05b5-46b6-9988-76bf2c306767 + status: 200 OK + code: 200 + duration: 76.52278ms +- id: 339 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/25c00492-d965-4a12-8971-85497d187c93 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 718 + body: "{\"region\":\"fr-par\", \"id\":\"25c00492-d965-4a12-8971-85497d187c93\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:34:05.830776Z\", \"updated_at\":\"2025-10-30T16:38:32.711417Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":true, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "718" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:40:40 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 8d844ddf-336e-4eec-9aba-dee86244df34 + status: 200 OK + code: 200 + duration: 86.615051ms +- id: 340 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/25c00492-d965-4a12-8971-85497d187c93 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 718 + body: "{\"region\":\"fr-par\", \"id\":\"25c00492-d965-4a12-8971-85497d187c93\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:34:05.830776Z\", \"updated_at\":\"2025-10-30T16:38:32.711417Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":true, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "718" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:40:45 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 3952536c-3e29-494a-b4bb-c55dd73de940 + status: 200 OK + code: 200 + duration: 91.0845ms +- id: 341 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/25c00492-d965-4a12-8971-85497d187c93 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 718 + body: "{\"region\":\"fr-par\", \"id\":\"25c00492-d965-4a12-8971-85497d187c93\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:34:05.830776Z\", \"updated_at\":\"2025-10-30T16:38:32.711417Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":true, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "718" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:40:50 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - a2a63949-9b23-49ab-aeb2-15b71cf2229e + status: 200 OK + code: 200 + duration: 86.132045ms +- id: 342 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/25c00492-d965-4a12-8971-85497d187c93 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 718 + body: "{\"region\":\"fr-par\", \"id\":\"25c00492-d965-4a12-8971-85497d187c93\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:34:05.830776Z\", \"updated_at\":\"2025-10-30T16:38:32.711417Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":true, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "718" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:40:55 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 4208c646-508a-41ad-8844-0baa2d9d6b9a + status: 200 OK + code: 200 + duration: 88.836029ms +- id: 343 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/25c00492-d965-4a12-8971-85497d187c93 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 718 + body: "{\"region\":\"fr-par\", \"id\":\"25c00492-d965-4a12-8971-85497d187c93\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:34:05.830776Z\", \"updated_at\":\"2025-10-30T16:38:32.711417Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":true, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "718" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:41:00 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 842a03dc-8a17-4219-8c86-32a052cb730d + status: 200 OK + code: 200 + duration: 88.23956ms +- id: 344 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/25c00492-d965-4a12-8971-85497d187c93 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 718 + body: "{\"region\":\"fr-par\", \"id\":\"25c00492-d965-4a12-8971-85497d187c93\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:34:05.830776Z\", \"updated_at\":\"2025-10-30T16:38:32.711417Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":true, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "718" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:41:05 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - f27fe831-76cb-452d-aafb-9165089ac9ef + status: 200 OK + code: 200 + duration: 88.567636ms +- id: 345 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/25c00492-d965-4a12-8971-85497d187c93 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 718 + body: "{\"region\":\"fr-par\", \"id\":\"25c00492-d965-4a12-8971-85497d187c93\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:34:05.830776Z\", \"updated_at\":\"2025-10-30T16:38:32.711417Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":true, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "718" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:41:10 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 7caf3af9-e9fb-401d-a63c-8cff3f01d150 + status: 200 OK + code: 200 + duration: 85.267933ms +- id: 346 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/25c00492-d965-4a12-8971-85497d187c93 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 718 + body: "{\"region\":\"fr-par\", \"id\":\"25c00492-d965-4a12-8971-85497d187c93\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:34:05.830776Z\", \"updated_at\":\"2025-10-30T16:38:32.711417Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":true, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "718" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:41:15 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 13ea43b1-a387-4ad6-bbea-cded5ac80e90 + status: 200 OK + code: 200 + duration: 77.468936ms +- id: 347 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/25c00492-d965-4a12-8971-85497d187c93 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 718 + body: "{\"region\":\"fr-par\", \"id\":\"25c00492-d965-4a12-8971-85497d187c93\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:34:05.830776Z\", \"updated_at\":\"2025-10-30T16:38:32.711417Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":true, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "718" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:41:20 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - c6bb8947-fb5c-4dd5-abac-6cbb1ab61dec + status: 200 OK + code: 200 + duration: 92.798126ms +- id: 348 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/25c00492-d965-4a12-8971-85497d187c93 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 718 + body: "{\"region\":\"fr-par\", \"id\":\"25c00492-d965-4a12-8971-85497d187c93\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:34:05.830776Z\", \"updated_at\":\"2025-10-30T16:38:32.711417Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":true, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "718" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:41:25 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - b3554751-d8fa-433d-9852-69f70b84ff98 + status: 200 OK + code: 200 + duration: 97.679146ms +- id: 349 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/25c00492-d965-4a12-8971-85497d187c93 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 718 + body: "{\"region\":\"fr-par\", \"id\":\"25c00492-d965-4a12-8971-85497d187c93\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:34:05.830776Z\", \"updated_at\":\"2025-10-30T16:38:32.711417Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":true, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "718" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:41:30 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 55848d64-ad94-4bfd-b642-6568c70727d4 + status: 200 OK + code: 200 + duration: 82.286768ms +- id: 350 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/25c00492-d965-4a12-8971-85497d187c93 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 718 + body: "{\"region\":\"fr-par\", \"id\":\"25c00492-d965-4a12-8971-85497d187c93\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:34:05.830776Z\", \"updated_at\":\"2025-10-30T16:38:32.711417Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":true, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "718" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:41:35 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 9b3593cb-2364-4084-ba18-34e1076fa10a + status: 200 OK + code: 200 + duration: 92.990256ms +- id: 351 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/25c00492-d965-4a12-8971-85497d187c93 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 718 + body: "{\"region\":\"fr-par\", \"id\":\"25c00492-d965-4a12-8971-85497d187c93\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:34:05.830776Z\", \"updated_at\":\"2025-10-30T16:38:32.711417Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":true, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "718" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:41:41 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - f36f227a-fd19-47cf-9183-652d2ac0735d + status: 200 OK + code: 200 + duration: 82.115246ms +- id: 352 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/25c00492-d965-4a12-8971-85497d187c93 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 718 + body: "{\"region\":\"fr-par\", \"id\":\"25c00492-d965-4a12-8971-85497d187c93\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:34:05.830776Z\", \"updated_at\":\"2025-10-30T16:38:32.711417Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":true, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "718" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:41:46 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 39559ca9-8740-48b7-89ea-c50ea3d7c478 + status: 200 OK + code: 200 + duration: 100.55804ms +- id: 353 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/25c00492-d965-4a12-8971-85497d187c93 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 718 + body: "{\"region\":\"fr-par\", \"id\":\"25c00492-d965-4a12-8971-85497d187c93\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:34:05.830776Z\", \"updated_at\":\"2025-10-30T16:38:32.711417Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":true, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "718" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:41:51 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 46a02898-e07e-4bff-b7ec-479dbd3dd7d4 + status: 200 OK + code: 200 + duration: 81.752244ms +- id: 354 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/25c00492-d965-4a12-8971-85497d187c93 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 718 + body: "{\"region\":\"fr-par\", \"id\":\"25c00492-d965-4a12-8971-85497d187c93\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:34:05.830776Z\", \"updated_at\":\"2025-10-30T16:38:32.711417Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":true, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "718" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:41:56 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 53cae94d-dcc3-4d64-a1d5-b21217f281c0 + status: 200 OK + code: 200 + duration: 101.414938ms +- id: 355 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/25c00492-d965-4a12-8971-85497d187c93 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 718 + body: "{\"region\":\"fr-par\", \"id\":\"25c00492-d965-4a12-8971-85497d187c93\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:34:05.830776Z\", \"updated_at\":\"2025-10-30T16:38:32.711417Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":true, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "718" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:42:01 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - ecf65da5-c216-4d98-9d7e-45d87d18c6ad + status: 200 OK + code: 200 + duration: 87.895454ms +- id: 356 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/25c00492-d965-4a12-8971-85497d187c93 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 718 + body: "{\"region\":\"fr-par\", \"id\":\"25c00492-d965-4a12-8971-85497d187c93\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:34:05.830776Z\", \"updated_at\":\"2025-10-30T16:38:32.711417Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":true, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "718" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:42:06 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - a9838f6e-ed39-473d-bf36-b0e73d49857e + status: 200 OK + code: 200 + duration: 84.229404ms +- id: 357 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/25c00492-d965-4a12-8971-85497d187c93 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 718 + body: "{\"region\":\"fr-par\", \"id\":\"25c00492-d965-4a12-8971-85497d187c93\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:34:05.830776Z\", \"updated_at\":\"2025-10-30T16:38:32.711417Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":true, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "718" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:42:11 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 05f8a320-ff3d-4f9d-bb08-6cb5b4940a95 + status: 200 OK + code: 200 + duration: 95.009216ms +- id: 358 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/25c00492-d965-4a12-8971-85497d187c93 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 718 + body: "{\"region\":\"fr-par\", \"id\":\"25c00492-d965-4a12-8971-85497d187c93\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:34:05.830776Z\", \"updated_at\":\"2025-10-30T16:38:32.711417Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":true, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "718" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:42:16 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - dbd02ffc-ebfe-460b-838a-72508ff29fe1 + status: 200 OK + code: 200 + duration: 83.13484ms +- id: 359 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/25c00492-d965-4a12-8971-85497d187c93 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 718 + body: "{\"region\":\"fr-par\", \"id\":\"25c00492-d965-4a12-8971-85497d187c93\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:34:05.830776Z\", \"updated_at\":\"2025-10-30T16:38:32.711417Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":true, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "718" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:42:21 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 13e5ccec-c5e0-4dae-9952-e9e8faf817c1 + status: 200 OK + code: 200 + duration: 93.289017ms +- id: 360 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/25c00492-d965-4a12-8971-85497d187c93 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 718 + body: "{\"region\":\"fr-par\", \"id\":\"25c00492-d965-4a12-8971-85497d187c93\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:34:05.830776Z\", \"updated_at\":\"2025-10-30T16:38:32.711417Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":true, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "718" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:42:26 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 8696ee0f-415e-44a4-b5b1-837dc5cc8059 + status: 200 OK + code: 200 + duration: 75.039035ms +- id: 361 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/25c00492-d965-4a12-8971-85497d187c93 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 718 + body: "{\"region\":\"fr-par\", \"id\":\"25c00492-d965-4a12-8971-85497d187c93\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:34:05.830776Z\", \"updated_at\":\"2025-10-30T16:38:32.711417Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":true, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "718" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:42:31 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - fd747222-6cdc-4a11-8de1-26676144e856 + status: 200 OK + code: 200 + duration: 76.30985ms +- id: 362 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/25c00492-d965-4a12-8971-85497d187c93 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 718 + body: "{\"region\":\"fr-par\", \"id\":\"25c00492-d965-4a12-8971-85497d187c93\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:34:05.830776Z\", \"updated_at\":\"2025-10-30T16:38:32.711417Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":true, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "718" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:42:37 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - cd1ae210-0946-40e4-aa6e-0707d7eee843 + status: 200 OK + code: 200 + duration: 86.347629ms +- id: 363 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/25c00492-d965-4a12-8971-85497d187c93 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 718 + body: "{\"region\":\"fr-par\", \"id\":\"25c00492-d965-4a12-8971-85497d187c93\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:34:05.830776Z\", \"updated_at\":\"2025-10-30T16:38:32.711417Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":true, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "718" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:42:42 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 7b059cad-f239-4601-b6a3-c471815a202e + status: 200 OK + code: 200 + duration: 85.086352ms +- id: 364 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/25c00492-d965-4a12-8971-85497d187c93 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 718 + body: "{\"region\":\"fr-par\", \"id\":\"25c00492-d965-4a12-8971-85497d187c93\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:34:05.830776Z\", \"updated_at\":\"2025-10-30T16:38:32.711417Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":true, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "718" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:42:47 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 6f8576ed-9e39-43e0-9db1-707c82fac8ce + status: 200 OK + code: 200 + duration: 77.179232ms +- id: 365 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/25c00492-d965-4a12-8971-85497d187c93 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 718 + body: "{\"region\":\"fr-par\", \"id\":\"25c00492-d965-4a12-8971-85497d187c93\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:34:05.830776Z\", \"updated_at\":\"2025-10-30T16:38:32.711417Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":true, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "718" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:42:52 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 6a16a531-5750-462a-b7f1-922815606500 + status: 200 OK + code: 200 + duration: 85.791886ms +- id: 366 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/25c00492-d965-4a12-8971-85497d187c93 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 125 + body: "{\"message\":\"resource is not found\",\"resource\":\"pool\",\"resource_id\":\"25c00492-d965-4a12-8971-85497d187c93\",\"type\":\"not_found\"}" + headers: + Content-Length: + - "125" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:42:57 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - a78ad55e-7239-4606-a9a0-84c892b47757 + status: 404 Not Found + code: 404 + duration: 22.039584ms +- id: 367 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + form: + with_additional_resources: + - "false" + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/f5839d47-dfad-407f-b09b-089476114f21?with_additional_resources=false + method: DELETE + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1640 + body: "{\"region\":\"fr-par\", \"id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:19.128996Z\", \"updated_at\":\"2025-10-30T16:42:57.444382Z\", \"type\":\"kapsule\", \"name\":\"test-k8s-public-ip\", \"description\":\"\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"public_ip\"], \"cluster_url\":\"https://f5839d47-dfad-407f-b09b-089476114f21.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.f5839d47-dfad-407f-b09b-089476114f21.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"3b0ad589-f167-4c39-a0fe-af124411f0c6\", \"commitment_ends_at\":\"2025-10-30T16:18:19.129003Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"d6e03bbf-faca-464d-b29e-9e329c3dc19d\", \"new_images_enabled\":false, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1640" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:42:57 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - dfe700d6-1138-4faa-8daa-369808f5eee4 + status: 200 OK + code: 200 + duration: 188.942402ms +- id: 368 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/f5839d47-dfad-407f-b09b-089476114f21 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1639 + body: "{\"region\":\"fr-par\", \"id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:19.128996Z\", \"updated_at\":\"2025-10-30T16:42:57.444382Z\", \"type\":\"kapsule\", \"name\":\"test-k8s-public-ip\", \"description\":\"\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"public_ip\"], \"cluster_url\":\"https://f5839d47-dfad-407f-b09b-089476114f21.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.f5839d47-dfad-407f-b09b-089476114f21.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"3b0ad589-f167-4c39-a0fe-af124411f0c6\", \"commitment_ends_at\":\"2025-10-30T16:18:19.129003Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"d6e03bbf-faca-464d-b29e-9e329c3dc19d\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1639" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:42:57 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - c96b34c1-116b-4e1c-99d6-4d63c6393beb + status: 200 OK + code: 200 + duration: 84.659802ms +- id: 369 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/f5839d47-dfad-407f-b09b-089476114f21 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 128 + body: "{\"message\":\"resource is not found\",\"resource\":\"cluster\",\"resource_id\":\"f5839d47-dfad-407f-b09b-089476114f21\",\"type\":\"not_found\"}" + headers: + Content-Length: + - "128" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:43:02 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - f7ab26e5-3770-48f1-8bb7-0af293239711 + status: 404 Not Found + code: 404 + duration: 20.818142ms +- id: 370 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/vpc-gw/v2/zones/fr-par-1/gateway-networks/e3f44092-59f7-4966-9d13-6a31591a18e9 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 426 + body: "{\"id\":\"e3f44092-59f7-4966-9d13-6a31591a18e9\", \"created_at\":\"2025-10-30T16:33:50.125382Z\", \"updated_at\":\"2025-10-30T16:34:00.958302Z\", \"gateway_id\":\"4e5fe8f2-7126-4ef0-9da5-64dcbf031bb4\", \"private_network_id\":\"3b0ad589-f167-4c39-a0fe-af124411f0c6\", \"mac_address\":\"02:00:00:1D:CF:65\", \"masquerade_enabled\":true, \"status\":\"ready\", \"push_default_route\":true, \"ipam_ip_id\":\"2282d01d-3705-4eb3-a3c0-6849cd9b9e0b\", \"zone\":\"fr-par-1\"}" + headers: + Content-Length: + - "426" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:43:02 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 5f85079f-6a1b-408f-96bb-01720ee9afdf + status: 200 OK + code: 200 + duration: 52.026895ms +- id: 371 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/vpc-gw/v2/zones/fr-par-1/gateway-networks/e3f44092-59f7-4966-9d13-6a31591a18e9 + method: DELETE + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 430 + body: "{\"id\":\"e3f44092-59f7-4966-9d13-6a31591a18e9\", \"created_at\":\"2025-10-30T16:33:50.125382Z\", \"updated_at\":\"2025-10-30T16:43:02.758199Z\", \"gateway_id\":\"4e5fe8f2-7126-4ef0-9da5-64dcbf031bb4\", \"private_network_id\":\"3b0ad589-f167-4c39-a0fe-af124411f0c6\", \"mac_address\":\"02:00:00:1D:CF:65\", \"masquerade_enabled\":true, \"status\":\"detaching\", \"push_default_route\":true, \"ipam_ip_id\":\"2282d01d-3705-4eb3-a3c0-6849cd9b9e0b\", \"zone\":\"fr-par-1\"}" + headers: + Content-Length: + - "430" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:43:02 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 80dcf0ab-3087-4d05-9704-cf21b221a54d + status: 200 OK + code: 200 + duration: 65.025321ms +- id: 372 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/vpc-gw/v2/zones/fr-par-1/gateway-networks/e3f44092-59f7-4966-9d13-6a31591a18e9 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 430 + body: "{\"id\":\"e3f44092-59f7-4966-9d13-6a31591a18e9\", \"created_at\":\"2025-10-30T16:33:50.125382Z\", \"updated_at\":\"2025-10-30T16:43:02.758199Z\", \"gateway_id\":\"4e5fe8f2-7126-4ef0-9da5-64dcbf031bb4\", \"private_network_id\":\"3b0ad589-f167-4c39-a0fe-af124411f0c6\", \"mac_address\":\"02:00:00:1D:CF:65\", \"masquerade_enabled\":true, \"status\":\"detaching\", \"push_default_route\":true, \"ipam_ip_id\":\"2282d01d-3705-4eb3-a3c0-6849cd9b9e0b\", \"zone\":\"fr-par-1\"}" + headers: + Content-Length: + - "430" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:43:02 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - f80742f9-0614-47e7-98f2-dd477e3782fb + status: 200 OK + code: 200 + duration: 43.548583ms +- id: 373 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/vpc-gw/v2/zones/fr-par-1/gateway-networks/e3f44092-59f7-4966-9d13-6a31591a18e9 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 136 + body: "{\"message\":\"resource is not found\",\"resource\":\"gateway_network\",\"resource_id\":\"e3f44092-59f7-4966-9d13-6a31591a18e9\",\"type\":\"not_found\"}" + headers: + Content-Length: + - "136" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:43:07 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 3ce2635a-8ea7-40a8-a893-d68003630bbf + status: 404 Not Found + code: 404 + duration: 24.308152ms +- id: 374 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/vpc-gw/v2/zones/fr-par-1/gateways/4e5fe8f2-7126-4ef0-9da5-64dcbf031bb4 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 934 + body: "{\"id\":\"4e5fe8f2-7126-4ef0-9da5-64dcbf031bb4\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:33:44.521117Z\", \"updated_at\":\"2025-10-30T16:34:01.214094Z\", \"type\":\"VPC-GW-S\", \"bandwidth\":100, \"status\":\"running\", \"name\":\"test-k8s-public-ip\", \"tags\":[], \"ipv4\":{\"id\":\"1a95086f-202d-44ed-83f2-50a2725deb74\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:33:44.496040Z\", \"updated_at\":\"2025-10-30T16:33:44.496040Z\", \"tags\":[], \"address\":\"51.15.215.84\", \"reverse\":\"84-215-15-51.instances.scw.cloud\", \"gateway_id\":\"4e5fe8f2-7126-4ef0-9da5-64dcbf031bb4\", \"zone\":\"fr-par-1\"}, \"gateway_networks\":[], \"version\":\"0.7.4\", \"bastion_enabled\":false, \"bastion_port\":61000, \"smtp_enabled\":false, \"is_legacy\":false, \"bastion_allowed_ips\":[\"0.0.0.0/0\"], \"zone\":\"fr-par-1\"}" + headers: + Content-Length: + - "934" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:43:07 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 19085692-3e82-4435-96b2-ec1c5bdf4c2d + status: 200 OK + code: 200 + duration: 30.43993ms +- id: 375 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + form: + delete_ip: + - "false" + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/vpc-gw/v2/zones/fr-par-1/gateways/4e5fe8f2-7126-4ef0-9da5-64dcbf031bb4?delete_ip=false + method: DELETE + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 935 + body: "{\"id\":\"4e5fe8f2-7126-4ef0-9da5-64dcbf031bb4\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:33:44.521117Z\", \"updated_at\":\"2025-10-30T16:43:07.923470Z\", \"type\":\"VPC-GW-S\", \"bandwidth\":100, \"status\":\"deleting\", \"name\":\"test-k8s-public-ip\", \"tags\":[], \"ipv4\":{\"id\":\"1a95086f-202d-44ed-83f2-50a2725deb74\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:33:44.496040Z\", \"updated_at\":\"2025-10-30T16:33:44.496040Z\", \"tags\":[], \"address\":\"51.15.215.84\", \"reverse\":\"84-215-15-51.instances.scw.cloud\", \"gateway_id\":\"4e5fe8f2-7126-4ef0-9da5-64dcbf031bb4\", \"zone\":\"fr-par-1\"}, \"gateway_networks\":[], \"version\":\"0.7.4\", \"bastion_enabled\":false, \"bastion_port\":61000, \"smtp_enabled\":false, \"is_legacy\":false, \"bastion_allowed_ips\":[\"0.0.0.0/0\"], \"zone\":\"fr-par-1\"}" + headers: + Content-Length: + - "935" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:43:07 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - caf540fb-7cdd-493c-886c-4bcd06cc9dd1 + status: 200 OK + code: 200 + duration: 55.531232ms +- id: 376 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/vpc-gw/v2/zones/fr-par-1/gateways/4e5fe8f2-7126-4ef0-9da5-64dcbf031bb4 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 128 + body: "{\"message\":\"resource is not found\",\"resource\":\"gateway\",\"resource_id\":\"4e5fe8f2-7126-4ef0-9da5-64dcbf031bb4\",\"type\":\"not_found\"}" + headers: + Content-Length: + - "128" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:43:07 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 2f1aa50b-b074-4215-98e8-3dc829775aae + status: 404 Not Found + code: 404 + duration: 23.720559ms +- id: 377 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks/3b0ad589-f167-4c39-a0fe-af124411f0c6 + method: DELETE + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 0 + body: "" + headers: + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:43:08 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - fcc98acc-a273-4de5-aa0a-fac44f886e5c + status: 204 No Content + code: 204 + duration: 1.037132515s +- id: 378 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/vpc/v2/regions/fr-par/vpcs/3e2453e5-8d39-4842-920a-480ff1be2078 + method: DELETE + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 0 + body: "" + headers: + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:43:09 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 33d70ec8-6b6d-4058-82a1-ca0cff01226a + status: 204 No Content + code: 204 + duration: 123.228428ms +- id: 379 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/25c00492-d965-4a12-8971-85497d187c93 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 125 + body: "{\"message\":\"resource is not found\",\"resource\":\"pool\",\"resource_id\":\"25c00492-d965-4a12-8971-85497d187c93\",\"type\":\"not_found\"}" + headers: + Content-Length: + - "125" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:43:09 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - a486d996-0759-4c35-85ec-12180e6e9644 + status: 404 Not Found + code: 404 + duration: 24.153923ms +- id: 380 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/f5839d47-dfad-407f-b09b-089476114f21 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 128 + body: "{\"message\":\"resource is not found\",\"resource\":\"cluster\",\"resource_id\":\"f5839d47-dfad-407f-b09b-089476114f21\",\"type\":\"not_found\"}" + headers: + Content-Length: + - "128" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:43:09 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - b19f0170-39eb-4936-8d92-447c7935532f + status: 404 Not Found + code: 404 + duration: 21.278586ms +- id: 381 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/vpc-gw/v2/zones/fr-par-1/gateway-networks/e3f44092-59f7-4966-9d13-6a31591a18e9 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 136 + body: "{\"message\":\"resource is not found\",\"resource\":\"gateway_network\",\"resource_id\":\"e3f44092-59f7-4966-9d13-6a31591a18e9\",\"type\":\"not_found\"}" + headers: + Content-Length: + - "136" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:43:09 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 8211bbbc-f26c-43fa-b0ad-3f33602891b4 + status: 404 Not Found + code: 404 + duration: 73.117208ms +- id: 382 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/vpc-gw/v2/zones/fr-par-1/gateways/4e5fe8f2-7126-4ef0-9da5-64dcbf031bb4 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 128 + body: "{\"message\":\"resource is not found\",\"resource\":\"gateway\",\"resource_id\":\"4e5fe8f2-7126-4ef0-9da5-64dcbf031bb4\",\"type\":\"not_found\"}" + headers: + Content-Length: + - "128" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:43:09 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 6a090962-5987-49ee-ac0c-892ccccfeaa5 + status: 404 Not Found + code: 404 + duration: 20.250997ms +- id: 383 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks/3b0ad589-f167-4c39-a0fe-af124411f0c6 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 136 + body: "{\"message\":\"resource is not found\",\"resource\":\"private_network\",\"resource_id\":\"3b0ad589-f167-4c39-a0fe-af124411f0c6\",\"type\":\"not_found\"}" + headers: + Content-Length: + - "136" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:43:09 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 9bc0db67-3a65-47fa-ad07-3d57d316a42d + status: 404 Not Found + code: 404 + duration: 18.393311ms diff --git a/internal/services/k8s/testdata/pool-size.cassette.yaml b/internal/services/k8s/testdata/pool-size.cassette.yaml index b730aa2684..f6b015a484 100644 --- a/internal/services/k8s/testdata/pool-size.cassette.yaml +++ b/internal/services/k8s/testdata/pool-size.cassette.yaml @@ -1,2359 +1,3979 @@ --- version: 2 interactions: - - id: 0 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/versions - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 4962 - uncompressed: false - body: '{"versions":[{"available_admission_plugins":["AlwaysPullImages","PodNodeSelector","PodTolerationRestriction"],"available_cnis":["cilium","cilium_native","calico","kilo","none"],"available_container_runtimes":["containerd"],"available_feature_gates":["HPAScaleToZero","CPUManagerPolicyAlphaOptions","ImageVolume"],"available_kubelet_args":{"containerLogMaxFiles":"uint16","containerLogMaxSize":"quantity","cpuCFSQuota":"bool","cpuCFSQuotaPeriod":"duration","cpuManagerPolicy":"enum:none|static","cpuManagerPolicyOptions":"map[string]string","enableDebuggingHandlers":"bool","evictionHard":"map[string]string","evictionMinimumReclaim":"map[string]string","imageGCHighThresholdPercent":"uint32","imageGCLowThresholdPercent":"uint32","maxParallelImagePulls":"int32","maxPods":"uint16","registryBurst":"int32","registryPullQPS":"int32","serializeImagePulls":"bool"},"label":"Kubernetes 1.34.1","name":"1.34.1","region":"fr-par"},{"available_admission_plugins":["AlwaysPullImages","PodNodeSelector","PodTolerationRestriction"],"available_cnis":["cilium","calico","kilo","none"],"available_container_runtimes":["containerd"],"available_feature_gates":["HPAScaleToZero","DRAAdminAccess","DynamicResourceAllocation","PodLevelResources","CPUManagerPolicyAlphaOptions","ImageVolume"],"available_kubelet_args":{"containerLogMaxFiles":"uint16","containerLogMaxSize":"quantity","cpuCFSQuota":"bool","cpuCFSQuotaPeriod":"duration","cpuManagerPolicy":"enum:none|static","cpuManagerPolicyOptions":"map[string]string","enableDebuggingHandlers":"bool","evictionHard":"map[string]string","evictionMinimumReclaim":"map[string]string","imageGCHighThresholdPercent":"uint32","imageGCLowThresholdPercent":"uint32","maxParallelImagePulls":"int32","maxPods":"uint16","registryBurst":"int32","registryPullQPS":"int32","serializeImagePulls":"bool"},"label":"Kubernetes 1.33.4","name":"1.33.4","region":"fr-par"},{"available_admission_plugins":["AlwaysPullImages","PodNodeSelector","PodTolerationRestriction"],"available_cnis":["cilium","calico","kilo","none"],"available_container_runtimes":["containerd"],"available_feature_gates":["HPAScaleToZero","InPlacePodVerticalScaling","SidecarContainers","DRAAdminAccess","DRAResourceClaimDeviceStatus","DynamicResourceAllocation","PodLevelResources","CPUManagerPolicyAlphaOptions","ImageVolume"],"available_kubelet_args":{"containerLogMaxFiles":"uint16","containerLogMaxSize":"quantity","cpuCFSQuota":"bool","cpuCFSQuotaPeriod":"duration","cpuManagerPolicy":"enum:none|static","cpuManagerPolicyOptions":"map[string]string","enableDebuggingHandlers":"bool","evictionHard":"map[string]string","evictionMinimumReclaim":"map[string]string","imageGCHighThresholdPercent":"uint32","imageGCLowThresholdPercent":"uint32","maxParallelImagePulls":"int32","maxPods":"uint16","registryBurst":"int32","registryPullQPS":"int32","serializeImagePulls":"bool"},"label":"Kubernetes 1.32.8","name":"1.32.8","region":"fr-par"},{"available_admission_plugins":["AlwaysPullImages","PodNodeSelector","PodTolerationRestriction"],"available_cnis":["cilium","calico","kilo","none"],"available_container_runtimes":["containerd"],"available_feature_gates":["HPAScaleToZero","InPlacePodVerticalScaling","SidecarContainers","CPUManagerPolicyAlphaOptions","ImageVolume"],"available_kubelet_args":{"containerLogMaxFiles":"uint16","containerLogMaxSize":"quantity","cpuCFSQuota":"bool","cpuCFSQuotaPeriod":"duration","cpuManagerPolicy":"enum:none|static","cpuManagerPolicyOptions":"map[string]string","enableDebuggingHandlers":"bool","evictionHard":"map[string]string","evictionMinimumReclaim":"map[string]string","imageGCHighThresholdPercent":"uint32","imageGCLowThresholdPercent":"uint32","maxParallelImagePulls":"int32","maxPods":"uint16","registryBurst":"int32","registryPullQPS":"int32","serializeImagePulls":"bool"},"label":"Kubernetes 1.31.12","name":"1.31.12","region":"fr-par"},{"available_admission_plugins":["AlwaysPullImages","PodNodeSelector","PodTolerationRestriction"],"available_cnis":["cilium","calico","kilo","none"],"available_container_runtimes":["containerd"],"available_feature_gates":["HPAScaleToZero","SidecarContainers","InPlacePodVerticalScaling","CPUManagerPolicyAlphaOptions"],"available_kubelet_args":{"containerLogMaxFiles":"uint16","containerLogMaxSize":"quantity","cpuCFSQuota":"bool","cpuCFSQuotaPeriod":"duration","cpuManagerPolicy":"enum:none|static","cpuManagerPolicyOptions":"map[string]string","enableDebuggingHandlers":"bool","evictionHard":"map[string]string","evictionMinimumReclaim":"map[string]string","imageGCHighThresholdPercent":"uint32","imageGCLowThresholdPercent":"uint32","maxParallelImagePulls":"int32","maxPods":"uint16","registryBurst":"int32","registryPullQPS":"int32","serializeImagePulls":"bool"},"label":"Kubernetes 1.30.14","name":"1.30.14","region":"fr-par"}]}' - headers: - Content-Length: - - "4962" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:21:45 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 896c911e-85d0-4b50-b996-bfa53618d7fa - status: 200 OK - code: 200 - duration: 169.653166ms - - id: 1 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 119 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: '{"name":"tf-vpc-condescending-wu","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","tags":[],"enable_routing":false}' - form: {} - headers: - Content-Type: - - application/json - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/fr-par/vpcs - method: POST - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 421 - uncompressed: false - body: '{"created_at":"2025-09-30T09:21:45.924758Z","custom_routes_propagation_enabled":true,"id":"7eea8c01-3d8a-4836-9093-d933c75715dc","is_default":false,"name":"tf-vpc-condescending-wu","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","private_network_count":0,"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","routing_enabled":true,"tags":[],"updated_at":"2025-09-30T09:21:45.924758Z"}' - headers: - Content-Length: - - "421" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:21:45 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 9004f826-e983-49f1-88c2-2299a19a603a - status: 200 OK - code: 200 - duration: 59.909292ms - - id: 2 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/fr-par/vpcs/7eea8c01-3d8a-4836-9093-d933c75715dc - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 421 - uncompressed: false - body: '{"created_at":"2025-09-30T09:21:45.924758Z","custom_routes_propagation_enabled":true,"id":"7eea8c01-3d8a-4836-9093-d933c75715dc","is_default":false,"name":"tf-vpc-condescending-wu","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","private_network_count":0,"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","routing_enabled":true,"tags":[],"updated_at":"2025-09-30T09:21:45.924758Z"}' - headers: - Content-Length: - - "421" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:21:45 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - a9168d94-b211-4270-b95b-addca767b6fb - status: 200 OK - code: 200 - duration: 24.164875ms - - id: 3 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 192 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: '{"name":"test-pool-size","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","tags":[],"subnets":null,"vpc_id":"7eea8c01-3d8a-4836-9093-d933c75715dc","default_route_propagation_enabled":false}' - form: {} - headers: - Content-Type: - - application/json - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks - method: POST - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1085 - uncompressed: false - body: '{"created_at":"2025-09-30T09:21:46.031330Z","default_route_propagation_enabled":false,"dhcp_enabled":true,"id":"9d21ef8a-fa30-435b-a864-8cb5abf78ecb","name":"test-pool-size","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","subnets":[{"created_at":"2025-09-30T09:21:46.031330Z","id":"d6c6bab3-4b55-40c7-9a9f-d758709635df","private_network_id":"9d21ef8a-fa30-435b-a864-8cb5abf78ecb","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","subnet":"172.17.172.0/22","updated_at":"2025-09-30T09:21:46.031330Z","vpc_id":"7eea8c01-3d8a-4836-9093-d933c75715dc"},{"created_at":"2025-09-30T09:21:46.031330Z","id":"8261f69c-c66d-4960-bea7-8afa34f6b466","private_network_id":"9d21ef8a-fa30-435b-a864-8cb5abf78ecb","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","subnet":"fd5f:519c:6d46:dc1e::/64","updated_at":"2025-09-30T09:21:46.031330Z","vpc_id":"7eea8c01-3d8a-4836-9093-d933c75715dc"}],"tags":[],"updated_at":"2025-09-30T09:21:46.031330Z","vpc_id":"7eea8c01-3d8a-4836-9093-d933c75715dc"}' - headers: - Content-Length: - - "1085" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:21:46 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 99fddc16-79d8-446b-8168-d2b28f21f665 - status: 200 OK - code: 200 - duration: 610.813708ms - - id: 4 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks/9d21ef8a-fa30-435b-a864-8cb5abf78ecb - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1085 - uncompressed: false - body: '{"created_at":"2025-09-30T09:21:46.031330Z","default_route_propagation_enabled":false,"dhcp_enabled":true,"id":"9d21ef8a-fa30-435b-a864-8cb5abf78ecb","name":"test-pool-size","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","subnets":[{"created_at":"2025-09-30T09:21:46.031330Z","id":"d6c6bab3-4b55-40c7-9a9f-d758709635df","private_network_id":"9d21ef8a-fa30-435b-a864-8cb5abf78ecb","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","subnet":"172.17.172.0/22","updated_at":"2025-09-30T09:21:46.031330Z","vpc_id":"7eea8c01-3d8a-4836-9093-d933c75715dc"},{"created_at":"2025-09-30T09:21:46.031330Z","id":"8261f69c-c66d-4960-bea7-8afa34f6b466","private_network_id":"9d21ef8a-fa30-435b-a864-8cb5abf78ecb","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","subnet":"fd5f:519c:6d46:dc1e::/64","updated_at":"2025-09-30T09:21:46.031330Z","vpc_id":"7eea8c01-3d8a-4836-9093-d933c75715dc"}],"tags":[],"updated_at":"2025-09-30T09:21:46.031330Z","vpc_id":"7eea8c01-3d8a-4836-9093-d933c75715dc"}' - headers: - Content-Length: - - "1085" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:21:46 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 9fe33b7b-6d24-47fd-8065-697cb3617d9b - status: 200 OK - code: 200 - duration: 32.821084ms - - id: 5 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/versions - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 4962 - uncompressed: false - body: '{"versions":[{"available_admission_plugins":["AlwaysPullImages","PodNodeSelector","PodTolerationRestriction"],"available_cnis":["cilium","cilium_native","calico","kilo","none"],"available_container_runtimes":["containerd"],"available_feature_gates":["HPAScaleToZero","CPUManagerPolicyAlphaOptions","ImageVolume"],"available_kubelet_args":{"containerLogMaxFiles":"uint16","containerLogMaxSize":"quantity","cpuCFSQuota":"bool","cpuCFSQuotaPeriod":"duration","cpuManagerPolicy":"enum:none|static","cpuManagerPolicyOptions":"map[string]string","enableDebuggingHandlers":"bool","evictionHard":"map[string]string","evictionMinimumReclaim":"map[string]string","imageGCHighThresholdPercent":"uint32","imageGCLowThresholdPercent":"uint32","maxParallelImagePulls":"int32","maxPods":"uint16","registryBurst":"int32","registryPullQPS":"int32","serializeImagePulls":"bool"},"label":"Kubernetes 1.34.1","name":"1.34.1","region":"fr-par"},{"available_admission_plugins":["AlwaysPullImages","PodNodeSelector","PodTolerationRestriction"],"available_cnis":["cilium","calico","kilo","none"],"available_container_runtimes":["containerd"],"available_feature_gates":["HPAScaleToZero","DRAAdminAccess","DynamicResourceAllocation","PodLevelResources","CPUManagerPolicyAlphaOptions","ImageVolume"],"available_kubelet_args":{"containerLogMaxFiles":"uint16","containerLogMaxSize":"quantity","cpuCFSQuota":"bool","cpuCFSQuotaPeriod":"duration","cpuManagerPolicy":"enum:none|static","cpuManagerPolicyOptions":"map[string]string","enableDebuggingHandlers":"bool","evictionHard":"map[string]string","evictionMinimumReclaim":"map[string]string","imageGCHighThresholdPercent":"uint32","imageGCLowThresholdPercent":"uint32","maxParallelImagePulls":"int32","maxPods":"uint16","registryBurst":"int32","registryPullQPS":"int32","serializeImagePulls":"bool"},"label":"Kubernetes 1.33.4","name":"1.33.4","region":"fr-par"},{"available_admission_plugins":["AlwaysPullImages","PodNodeSelector","PodTolerationRestriction"],"available_cnis":["cilium","calico","kilo","none"],"available_container_runtimes":["containerd"],"available_feature_gates":["HPAScaleToZero","InPlacePodVerticalScaling","SidecarContainers","DRAAdminAccess","DRAResourceClaimDeviceStatus","DynamicResourceAllocation","PodLevelResources","CPUManagerPolicyAlphaOptions","ImageVolume"],"available_kubelet_args":{"containerLogMaxFiles":"uint16","containerLogMaxSize":"quantity","cpuCFSQuota":"bool","cpuCFSQuotaPeriod":"duration","cpuManagerPolicy":"enum:none|static","cpuManagerPolicyOptions":"map[string]string","enableDebuggingHandlers":"bool","evictionHard":"map[string]string","evictionMinimumReclaim":"map[string]string","imageGCHighThresholdPercent":"uint32","imageGCLowThresholdPercent":"uint32","maxParallelImagePulls":"int32","maxPods":"uint16","registryBurst":"int32","registryPullQPS":"int32","serializeImagePulls":"bool"},"label":"Kubernetes 1.32.8","name":"1.32.8","region":"fr-par"},{"available_admission_plugins":["AlwaysPullImages","PodNodeSelector","PodTolerationRestriction"],"available_cnis":["cilium","calico","kilo","none"],"available_container_runtimes":["containerd"],"available_feature_gates":["HPAScaleToZero","InPlacePodVerticalScaling","SidecarContainers","CPUManagerPolicyAlphaOptions","ImageVolume"],"available_kubelet_args":{"containerLogMaxFiles":"uint16","containerLogMaxSize":"quantity","cpuCFSQuota":"bool","cpuCFSQuotaPeriod":"duration","cpuManagerPolicy":"enum:none|static","cpuManagerPolicyOptions":"map[string]string","enableDebuggingHandlers":"bool","evictionHard":"map[string]string","evictionMinimumReclaim":"map[string]string","imageGCHighThresholdPercent":"uint32","imageGCLowThresholdPercent":"uint32","maxParallelImagePulls":"int32","maxPods":"uint16","registryBurst":"int32","registryPullQPS":"int32","serializeImagePulls":"bool"},"label":"Kubernetes 1.31.12","name":"1.31.12","region":"fr-par"},{"available_admission_plugins":["AlwaysPullImages","PodNodeSelector","PodTolerationRestriction"],"available_cnis":["cilium","calico","kilo","none"],"available_container_runtimes":["containerd"],"available_feature_gates":["HPAScaleToZero","SidecarContainers","InPlacePodVerticalScaling","CPUManagerPolicyAlphaOptions"],"available_kubelet_args":{"containerLogMaxFiles":"uint16","containerLogMaxSize":"quantity","cpuCFSQuota":"bool","cpuCFSQuotaPeriod":"duration","cpuManagerPolicy":"enum:none|static","cpuManagerPolicyOptions":"map[string]string","enableDebuggingHandlers":"bool","evictionHard":"map[string]string","evictionMinimumReclaim":"map[string]string","imageGCHighThresholdPercent":"uint32","imageGCLowThresholdPercent":"uint32","maxParallelImagePulls":"int32","maxPods":"uint16","registryBurst":"int32","registryPullQPS":"int32","serializeImagePulls":"bool"},"label":"Kubernetes 1.30.14","name":"1.30.14","region":"fr-par"}]}' - headers: - Content-Length: - - "4962" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:21:46 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - e92ebcb0-8eaf-4c37-80e8-8c06dae127e2 - status: 200 OK - code: 200 - duration: 23.700125ms - - id: 6 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 731 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: '{"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","type":"","name":"test-pool-size","description":"","tags":[],"version":"1.34.1","cni":"cilium","pools":null,"autoscaler_config":{"scale_down_disabled":null,"scale_down_delay_after_add":null,"estimator":"unknown_estimator","expander":"unknown_expander","ignore_daemonsets_utilization":null,"balance_similar_node_groups":null,"expendable_pods_priority_cutoff":0,"scale_down_unneeded_time":null,"scale_down_utilization_threshold":null,"max_graceful_termination_sec":0},"auto_upgrade":{"enable":true,"maintenance_window":{"start_hour":12,"day":"monday"}},"feature_gates":[],"admission_plugins":[],"apiserver_cert_sans":[],"private_network_id":"9d21ef8a-fa30-435b-a864-8cb5abf78ecb"}' - form: {} - headers: - Content-Type: - - application/json - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters - method: POST - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1550 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":true,"maintenance_window":{"day":"monday","start_hour":12}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://135cebc6-501d-430e-82ef-2901f3c6b668.api.k8s.fr-par.scw.cloud:6443","cni":"cilium","commitment_ends_at":"2025-09-30T09:21:46.978752Z","created_at":"2025-09-30T09:21:46.978744Z","description":"","dns_wildcard":"*.135cebc6-501d-430e-82ef-2901f3c6b668.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"","id":"135cebc6-501d-430e-82ef-2901f3c6b668","name":"test-pool-size","new_images_enabled":false,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"100.64.0.0/15","private_network_id":"9d21ef8a-fa30-435b-a864-8cb5abf78ecb","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"10.32.0.0/20","service_dns_ip":"10.32.0.10","status":"creating","tags":[],"type":"kapsule","updated_at":"2025-09-30T09:21:46.978745Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1550" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:21:47 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 0254fe26-720a-4e9b-876c-f8d16bf413eb - status: 200 OK - code: 200 - duration: 360.72425ms - - id: 7 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/135cebc6-501d-430e-82ef-2901f3c6b668 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1514 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":true,"maintenance_window":{"day":"monday","start_hour":12}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://135cebc6-501d-430e-82ef-2901f3c6b668.api.k8s.fr-par.scw.cloud:6443","cni":"cilium","commitment_ends_at":"2025-09-30T09:21:46.978752Z","created_at":"2025-09-30T09:21:46.978744Z","description":"","dns_wildcard":"*.135cebc6-501d-430e-82ef-2901f3c6b668.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"","id":"135cebc6-501d-430e-82ef-2901f3c6b668","name":"test-pool-size","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":"9d21ef8a-fa30-435b-a864-8cb5abf78ecb","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"","service_dns_ip":"","status":"creating","tags":[],"type":"kapsule","updated_at":"2025-09-30T09:21:46.978745Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1514" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:21:47 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - e1154035-fa66-4ca7-9ae6-915c9dcb2a55 - status: 200 OK - code: 200 - duration: 91.678ms - - id: 8 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/135cebc6-501d-430e-82ef-2901f3c6b668 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1555 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":true,"maintenance_window":{"day":"monday","start_hour":12}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://135cebc6-501d-430e-82ef-2901f3c6b668.api.k8s.fr-par.scw.cloud:6443","cni":"cilium","commitment_ends_at":"2025-09-30T09:21:46.978752Z","created_at":"2025-09-30T09:21:46.978744Z","description":"","dns_wildcard":"*.135cebc6-501d-430e-82ef-2901f3c6b668.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"a1fa6365-2759-4d25-aa25-07fa982e051a","id":"135cebc6-501d-430e-82ef-2901f3c6b668","name":"test-pool-size","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":"9d21ef8a-fa30-435b-a864-8cb5abf78ecb","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"","service_dns_ip":"","status":"pool_required","tags":[],"type":"kapsule","updated_at":"2025-09-30T09:21:47.471122Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1555" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:21:52 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 9c0b7b15-8c47-47d9-8fcc-7414444d323e - status: 200 OK - code: 200 - duration: 78.848333ms - - id: 9 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/135cebc6-501d-430e-82ef-2901f3c6b668/pools?order_by=created_at_asc&page=1&status=unknown - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 29 - uncompressed: false - body: '{"pools":[],"total_count":0}' - headers: - Content-Length: - - "29" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:21:52 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 0bda45d5-dd9e-4b4a-aca7-6c44925c4794 - status: 200 OK - code: 200 - duration: 83.801958ms - - id: 10 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/135cebc6-501d-430e-82ef-2901f3c6b668 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1555 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":true,"maintenance_window":{"day":"monday","start_hour":12}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://135cebc6-501d-430e-82ef-2901f3c6b668.api.k8s.fr-par.scw.cloud:6443","cni":"cilium","commitment_ends_at":"2025-09-30T09:21:46.978752Z","created_at":"2025-09-30T09:21:46.978744Z","description":"","dns_wildcard":"*.135cebc6-501d-430e-82ef-2901f3c6b668.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"a1fa6365-2759-4d25-aa25-07fa982e051a","id":"135cebc6-501d-430e-82ef-2901f3c6b668","name":"test-pool-size","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":"9d21ef8a-fa30-435b-a864-8cb5abf78ecb","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"","service_dns_ip":"","status":"pool_required","tags":[],"type":"kapsule","updated_at":"2025-09-30T09:21:47.471122Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1555" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:21:52 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - eb434faa-c60c-4235-950a-a10422c08c56 - status: 200 OK - code: 200 - duration: 96.852167ms - - id: 11 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/135cebc6-501d-430e-82ef-2901f3c6b668/kubeconfig - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1654 - uncompressed: false - body: '{"content":"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogInRlc3QtcG9vbC1zaXplIgogIGNsdXN0ZXI6CiAgICBjZXJ0aWZpY2F0ZS1hdXRob3JpdHktZGF0YTogTFMwdExTMUNSVWRKVGlCRFJWSlVTVVpKUTBGVVJTMHRMUzB0Q2sxSlNVSllSRU5EUVZGSFowRjNTVUpCWjBsQ1FVUkJTMEpuWjNGb2EycFBVRkZSUkVGcVFWWk5VazEzUlZGWlJGWlJVVVJGZDNCeVpGZEtiR050Tld3S1pFZFdlazFDTkZoRVZFa3hUVVJyZVU5VVFUVk5ha1V3VGpGdldFUlVUVEZOUkd0NVQxUkJOVTFxUlRCT01XOTNSbFJGVkUxQ1JVZEJNVlZGUVhoTlN3cGhNMVpwV2xoS2RWcFlVbXhqZWtKYVRVSk5SMEo1Y1VkVFRUUTVRV2RGUjBORGNVZFRUVFE1UVhkRlNFRXdTVUZDUVhwWFkzcElaSE4xU2tGbVNIVk1DbTQwU0ZKVVVIRjZhSFUwVFM5emJHOVpjRUk0UVdOSGNtcGFhMFJITWpCUlFrOTJUM05yTkZsS1YyUjJVV2x4VDBzNFJXcEhjR3hDWjNSYVNXRTBha2dLZDBKelRHdE9SMnBSYWtKQlRVRTBSMEV4VldSRWQwVkNMM2RSUlVGM1NVTndSRUZRUW1kT1ZraFNUVUpCWmpoRlFsUkJSRUZSU0M5TlFqQkhRVEZWWkFwRVoxRlhRa0pSUVd3NVZtSjBabFZRTjNvd1lqTjJORzA1ZFhoa09FcGpZbU5xUVV0Q1oyZHhhR3RxVDFCUlVVUkJaMDVLUVVSQ1IwRnBSVUYxZW5aRENtSlJhVTVWY1dOVVpHWXpSVTlQZG1KdlZVZEpTazQwTVdOSk9WUkxkRFE1TDNjM0swaHRkME5KVVVSRWRVRmFSV1F2VTFWWVNYRTNWVzlqZUcxcmVEVUtaek5FTUdVMFZEaHBkRW92ZFRGVWVuaExOVW81UVQwOUNpMHRMUzB0UlU1RUlFTkZVbFJKUmtsRFFWUkZMUzB0TFMwSwogICAgc2VydmVyOiBodHRwczovLzEzNWNlYmM2LTUwMWQtNDMwZS04MmVmLTI5MDFmM2M2YjY2OC5hcGkuazhzLmZyLXBhci5zY3cuY2xvdWQ6NjQ0Mwpjb250ZXh0czoKLSBuYW1lOiBhZG1pbkB0ZXN0LXBvb2wtc2l6ZQogIGNvbnRleHQ6CiAgICBjbHVzdGVyOiAidGVzdC1wb29sLXNpemUiCiAgICB1c2VyOiB0ZXN0LXBvb2wtc2l6ZS1hZG1pbgpjdXJyZW50LWNvbnRleHQ6IGFkbWluQHRlc3QtcG9vbC1zaXplCmtpbmQ6IENvbmZpZwpwcmVmZXJlbmNlczoge30KdXNlcnM6Ci0gbmFtZTogdGVzdC1wb29sLXNpemUtYWRtaW4KICB1c2VyOgogICAgdG9rZW46IDlTQzJiTDRlcDRNWXl1d0dRdTN0c2prSFBuZ0VEbWhrT2pqUEVYaHd6OTZNRUMzNmtISnRtb2xB","content_type":"application/octet-stream","name":"kubeconfig"}' - headers: - Content-Length: - - "1654" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:21:52 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 1be17de1-85ab-4386-9984-bc3f243aa82a - status: 200 OK - code: 200 - duration: 119.058166ms - - id: 12 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/135cebc6-501d-430e-82ef-2901f3c6b668 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1555 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":true,"maintenance_window":{"day":"monday","start_hour":12}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://135cebc6-501d-430e-82ef-2901f3c6b668.api.k8s.fr-par.scw.cloud:6443","cni":"cilium","commitment_ends_at":"2025-09-30T09:21:46.978752Z","created_at":"2025-09-30T09:21:46.978744Z","description":"","dns_wildcard":"*.135cebc6-501d-430e-82ef-2901f3c6b668.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"a1fa6365-2759-4d25-aa25-07fa982e051a","id":"135cebc6-501d-430e-82ef-2901f3c6b668","name":"test-pool-size","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":"9d21ef8a-fa30-435b-a864-8cb5abf78ecb","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"","service_dns_ip":"","status":"pool_required","tags":[],"type":"kapsule","updated_at":"2025-09-30T09:21:47.471122Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1555" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:21:52 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - f1d01a48-c94c-4393-be5f-cdf020e23508 - status: 200 OK - code: 200 - duration: 100.775083ms - - id: 13 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 259 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: '{"name":"pool","node_type":"pro2_xxs","autoscaling":false,"size":1,"min_size":1,"max_size":1,"container_runtime":"containerd","autohealing":true,"tags":[],"kubelet_args":{},"zone":"fr-par-1","root_volume_type":"default_volume_type","public_ip_disabled":false}' - form: {} - headers: - Content-Type: - - application/json - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/135cebc6-501d-430e-82ef-2901f3c6b668/pools - method: POST - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 704 - uncompressed: false - body: '{"autohealing":true,"autoscaling":false,"cluster_id":"135cebc6-501d-430e-82ef-2901f3c6b668","container_runtime":"containerd","created_at":"2025-09-30T09:21:52.709582Z","id":"dac6530b-857b-443c-ac43-ca9855ad024f","kubelet_args":{},"max_size":1,"min_size":1,"name":"pool","new_images_enabled":true,"node_type":"pro2_xxs","placement_group_id":null,"public_ip_disabled":false,"region":"fr-par","root_volume_size":20000000000,"root_volume_type":"sbs_5k","security_group_id":"d49109f7-0bad-4991-b0fb-853c658463d2","size":1,"status":"scaling","tags":[],"updated_at":"2025-09-30T09:21:52.709582Z","upgrade_policy":{"max_surge":0,"max_unavailable":1},"version":"1.34.1","zone":"fr-par-1"}' - headers: - Content-Length: - - "704" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:21:52 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 3b355512-7fcb-42d6-8477-0b139d8e592c - status: 200 OK - code: 200 - duration: 171.808083ms - - id: 14 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/dac6530b-857b-443c-ac43-ca9855ad024f - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 704 - uncompressed: false - body: '{"autohealing":true,"autoscaling":false,"cluster_id":"135cebc6-501d-430e-82ef-2901f3c6b668","container_runtime":"containerd","created_at":"2025-09-30T09:21:52.709582Z","id":"dac6530b-857b-443c-ac43-ca9855ad024f","kubelet_args":{},"max_size":1,"min_size":1,"name":"pool","new_images_enabled":true,"node_type":"pro2_xxs","placement_group_id":null,"public_ip_disabled":false,"region":"fr-par","root_volume_size":20000000000,"root_volume_type":"sbs_5k","security_group_id":"d49109f7-0bad-4991-b0fb-853c658463d2","size":1,"status":"scaling","tags":[],"updated_at":"2025-09-30T09:21:52.709582Z","upgrade_policy":{"max_surge":0,"max_unavailable":1},"version":"1.34.1","zone":"fr-par-1"}' - headers: - Content-Length: - - "704" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:21:52 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 39a95cab-08a5-484b-a751-fb9ec76bc6df - status: 200 OK - code: 200 - duration: 98.976083ms - - id: 15 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/dac6530b-857b-443c-ac43-ca9855ad024f - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 702 - uncompressed: false - body: '{"autohealing":true,"autoscaling":false,"cluster_id":"135cebc6-501d-430e-82ef-2901f3c6b668","container_runtime":"containerd","created_at":"2025-09-30T09:21:52.709582Z","id":"dac6530b-857b-443c-ac43-ca9855ad024f","kubelet_args":{},"max_size":1,"min_size":1,"name":"pool","new_images_enabled":true,"node_type":"pro2_xxs","placement_group_id":null,"public_ip_disabled":false,"region":"fr-par","root_volume_size":20000000000,"root_volume_type":"sbs_5k","security_group_id":"d49109f7-0bad-4991-b0fb-853c658463d2","size":1,"status":"ready","tags":[],"updated_at":"2025-09-30T09:26:22.460024Z","upgrade_policy":{"max_surge":0,"max_unavailable":1},"version":"1.34.1","zone":"fr-par-1"}' - headers: - Content-Length: - - "702" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:26:23 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 420660ff-5973-414c-817d-982619343553 - status: 200 OK - code: 200 - duration: 75.177708ms - - id: 16 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/135cebc6-501d-430e-82ef-2901f3c6b668 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1547 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":true,"maintenance_window":{"day":"monday","start_hour":12}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://135cebc6-501d-430e-82ef-2901f3c6b668.api.k8s.fr-par.scw.cloud:6443","cni":"cilium","commitment_ends_at":"2025-09-30T09:21:46.978752Z","created_at":"2025-09-30T09:21:46.978744Z","description":"","dns_wildcard":"*.135cebc6-501d-430e-82ef-2901f3c6b668.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"a1fa6365-2759-4d25-aa25-07fa982e051a","id":"135cebc6-501d-430e-82ef-2901f3c6b668","name":"test-pool-size","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":"9d21ef8a-fa30-435b-a864-8cb5abf78ecb","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"","service_dns_ip":"","status":"ready","tags":[],"type":"kapsule","updated_at":"2025-09-30T09:23:46.718052Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1547" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:26:23 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 62452ad8-013a-4540-a59a-36d578b429c5 - status: 200 OK - code: 200 - duration: 91.462917ms - - id: 17 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/dac6530b-857b-443c-ac43-ca9855ad024f - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 702 - uncompressed: false - body: '{"autohealing":true,"autoscaling":false,"cluster_id":"135cebc6-501d-430e-82ef-2901f3c6b668","container_runtime":"containerd","created_at":"2025-09-30T09:21:52.709582Z","id":"dac6530b-857b-443c-ac43-ca9855ad024f","kubelet_args":{},"max_size":1,"min_size":1,"name":"pool","new_images_enabled":true,"node_type":"pro2_xxs","placement_group_id":null,"public_ip_disabled":false,"region":"fr-par","root_volume_size":20000000000,"root_volume_type":"sbs_5k","security_group_id":"d49109f7-0bad-4991-b0fb-853c658463d2","size":1,"status":"ready","tags":[],"updated_at":"2025-09-30T09:26:22.460024Z","upgrade_policy":{"max_surge":0,"max_unavailable":1},"version":"1.34.1","zone":"fr-par-1"}' - headers: - Content-Length: - - "702" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:26:23 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 5af26a28-8748-464b-9974-e0c2d4ebe487 - status: 200 OK - code: 200 - duration: 86.1585ms - - id: 18 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/135cebc6-501d-430e-82ef-2901f3c6b668/nodes?order_by=created_at_asc&page=1&pool_id=dac6530b-857b-443c-ac43-ca9855ad024f&status=unknown - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 620 - uncompressed: false - body: '{"nodes":[{"cluster_id":"135cebc6-501d-430e-82ef-2901f3c6b668","conditions":{"DiskPressure":"False","MemoryPressure":"False","PIDPressure":"False","Ready":"True"},"created_at":"2025-09-30T09:25:20.842726Z","error_message":"","id":"7cb91f4d-3884-4987-bf4d-c1efd9892f61","name":"scw-test-pool-size-pool-7cb91f4d38844987bf4dc1","pool_id":"dac6530b-857b-443c-ac43-ca9855ad024f","provider_id":"scaleway://instance/fr-par-1/260c0836-fcea-40a7-9cad-1b31ca9991dd","public_ip_v4":"212.47.234.198","public_ip_v6":null,"region":"fr-par","status":"ready","updated_at":"2025-09-30T09:26:22.451896Z"}],"total_count":1}' - headers: - Content-Length: - - "620" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:26:23 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 28c5f06d-6363-49ad-84af-5c786ceba1c6 - status: 200 OK - code: 200 - duration: 90.499209ms - - id: 19 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/135cebc6-501d-430e-82ef-2901f3c6b668 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1547 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":true,"maintenance_window":{"day":"monday","start_hour":12}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://135cebc6-501d-430e-82ef-2901f3c6b668.api.k8s.fr-par.scw.cloud:6443","cni":"cilium","commitment_ends_at":"2025-09-30T09:21:46.978752Z","created_at":"2025-09-30T09:21:46.978744Z","description":"","dns_wildcard":"*.135cebc6-501d-430e-82ef-2901f3c6b668.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"a1fa6365-2759-4d25-aa25-07fa982e051a","id":"135cebc6-501d-430e-82ef-2901f3c6b668","name":"test-pool-size","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":"9d21ef8a-fa30-435b-a864-8cb5abf78ecb","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"","service_dns_ip":"","status":"ready","tags":[],"type":"kapsule","updated_at":"2025-09-30T09:23:46.718052Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1547" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:26:23 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - d3ca7907-9e9d-414c-af3d-06080f0c58f9 - status: 200 OK - code: 200 - duration: 87.675667ms - - id: 20 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/ipam/v1/regions/fr-par/ips?order_by=created_at_desc&project_id=105bdce1-64c0-48ab-899d-868455867ecf&resource_name=scw-test-pool-size-pool-7cb91f4d38844987bf4dc1&resource_type=unknown_type - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1117 - uncompressed: false - body: '{"ips":[{"address":"fd5f:519c:6d46:dc1e:e379:92aa:e996:89f0/64","created_at":"2025-09-30T09:25:25.479Z","id":"42568659-58ec-43b4-aa13-3356cda04b37","is_ipv6":true,"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","resource":{"id":"cf49bbbd-7750-4148-a9c2-320004a032a4","mac_address":"02:00:00:1E:AD:01","name":"scw-test-pool-size-pool-7cb91f4d38844987bf4dc1","type":"instance_private_nic"},"reverses":[],"source":{"subnet_id":"8261f69c-c66d-4960-bea7-8afa34f6b466"},"tags":[],"updated_at":"2025-09-30T09:25:25.479Z","zone":null},{"address":"172.17.172.3/22","created_at":"2025-09-30T09:25:25.338984Z","id":"6296fb8f-7263-4c82-8eed-bffda0c9df7d","is_ipv6":false,"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","resource":{"id":"cf49bbbd-7750-4148-a9c2-320004a032a4","mac_address":"02:00:00:1E:AD:01","name":"scw-test-pool-size-pool-7cb91f4d38844987bf4dc1","type":"instance_private_nic"},"reverses":[],"source":{"subnet_id":"d6c6bab3-4b55-40c7-9a9f-d758709635df"},"tags":[],"updated_at":"2025-09-30T09:25:25.338984Z","zone":null}],"total_count":2}' - headers: - Content-Length: - - "1117" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:26:23 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - eefa752e-9314-4cc2-bcae-9ff28329a048 - status: 200 OK - code: 200 - duration: 57.762625ms - - id: 21 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/fr-par/vpcs/7eea8c01-3d8a-4836-9093-d933c75715dc - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 421 - uncompressed: false - body: '{"created_at":"2025-09-30T09:21:45.924758Z","custom_routes_propagation_enabled":true,"id":"7eea8c01-3d8a-4836-9093-d933c75715dc","is_default":false,"name":"tf-vpc-condescending-wu","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","private_network_count":1,"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","routing_enabled":true,"tags":[],"updated_at":"2025-09-30T09:21:45.924758Z"}' - headers: - Content-Length: - - "421" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:26:24 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - a3c8a42f-b66f-4ea5-8a8b-3455fd2be6c3 - status: 200 OK - code: 200 - duration: 25.780958ms - - id: 22 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks/9d21ef8a-fa30-435b-a864-8cb5abf78ecb - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1085 - uncompressed: false - body: '{"created_at":"2025-09-30T09:21:46.031330Z","default_route_propagation_enabled":false,"dhcp_enabled":true,"id":"9d21ef8a-fa30-435b-a864-8cb5abf78ecb","name":"test-pool-size","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","subnets":[{"created_at":"2025-09-30T09:21:46.031330Z","id":"d6c6bab3-4b55-40c7-9a9f-d758709635df","private_network_id":"9d21ef8a-fa30-435b-a864-8cb5abf78ecb","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","subnet":"172.17.172.0/22","updated_at":"2025-09-30T09:21:46.031330Z","vpc_id":"7eea8c01-3d8a-4836-9093-d933c75715dc"},{"created_at":"2025-09-30T09:21:46.031330Z","id":"8261f69c-c66d-4960-bea7-8afa34f6b466","private_network_id":"9d21ef8a-fa30-435b-a864-8cb5abf78ecb","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","subnet":"fd5f:519c:6d46:dc1e::/64","updated_at":"2025-09-30T09:21:46.031330Z","vpc_id":"7eea8c01-3d8a-4836-9093-d933c75715dc"}],"tags":[],"updated_at":"2025-09-30T09:21:46.031330Z","vpc_id":"7eea8c01-3d8a-4836-9093-d933c75715dc"}' - headers: - Content-Length: - - "1085" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:26:24 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - a653445c-3033-49ae-aa0c-8fd38907cac0 - status: 200 OK - code: 200 - duration: 25.611083ms - - id: 23 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/135cebc6-501d-430e-82ef-2901f3c6b668 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1547 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":true,"maintenance_window":{"day":"monday","start_hour":12}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://135cebc6-501d-430e-82ef-2901f3c6b668.api.k8s.fr-par.scw.cloud:6443","cni":"cilium","commitment_ends_at":"2025-09-30T09:21:46.978752Z","created_at":"2025-09-30T09:21:46.978744Z","description":"","dns_wildcard":"*.135cebc6-501d-430e-82ef-2901f3c6b668.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"a1fa6365-2759-4d25-aa25-07fa982e051a","id":"135cebc6-501d-430e-82ef-2901f3c6b668","name":"test-pool-size","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":"9d21ef8a-fa30-435b-a864-8cb5abf78ecb","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"","service_dns_ip":"","status":"ready","tags":[],"type":"kapsule","updated_at":"2025-09-30T09:23:46.718052Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1547" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:26:24 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 78a266da-6927-4d1c-9274-2b1de1b1f605 - status: 200 OK - code: 200 - duration: 119.0555ms - - id: 24 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/135cebc6-501d-430e-82ef-2901f3c6b668/kubeconfig - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1654 - uncompressed: false - body: '{"content":"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogInRlc3QtcG9vbC1zaXplIgogIGNsdXN0ZXI6CiAgICBjZXJ0aWZpY2F0ZS1hdXRob3JpdHktZGF0YTogTFMwdExTMUNSVWRKVGlCRFJWSlVTVVpKUTBGVVJTMHRMUzB0Q2sxSlNVSllSRU5EUVZGSFowRjNTVUpCWjBsQ1FVUkJTMEpuWjNGb2EycFBVRkZSUkVGcVFWWk5VazEzUlZGWlJGWlJVVVJGZDNCeVpGZEtiR050Tld3S1pFZFdlazFDTkZoRVZFa3hUVVJyZVU5VVFUVk5ha1V3VGpGdldFUlVUVEZOUkd0NVQxUkJOVTFxUlRCT01XOTNSbFJGVkUxQ1JVZEJNVlZGUVhoTlN3cGhNMVpwV2xoS2RWcFlVbXhqZWtKYVRVSk5SMEo1Y1VkVFRUUTVRV2RGUjBORGNVZFRUVFE1UVhkRlNFRXdTVUZDUVhwWFkzcElaSE4xU2tGbVNIVk1DbTQwU0ZKVVVIRjZhSFUwVFM5emJHOVpjRUk0UVdOSGNtcGFhMFJITWpCUlFrOTJUM05yTkZsS1YyUjJVV2x4VDBzNFJXcEhjR3hDWjNSYVNXRTBha2dLZDBKelRHdE9SMnBSYWtKQlRVRTBSMEV4VldSRWQwVkNMM2RSUlVGM1NVTndSRUZRUW1kT1ZraFNUVUpCWmpoRlFsUkJSRUZSU0M5TlFqQkhRVEZWWkFwRVoxRlhRa0pSUVd3NVZtSjBabFZRTjNvd1lqTjJORzA1ZFhoa09FcGpZbU5xUVV0Q1oyZHhhR3RxVDFCUlVVUkJaMDVLUVVSQ1IwRnBSVUYxZW5aRENtSlJhVTVWY1dOVVpHWXpSVTlQZG1KdlZVZEpTazQwTVdOSk9WUkxkRFE1TDNjM0swaHRkME5KVVVSRWRVRmFSV1F2VTFWWVNYRTNWVzlqZUcxcmVEVUtaek5FTUdVMFZEaHBkRW92ZFRGVWVuaExOVW81UVQwOUNpMHRMUzB0UlU1RUlFTkZVbFJKUmtsRFFWUkZMUzB0TFMwSwogICAgc2VydmVyOiBodHRwczovLzEzNWNlYmM2LTUwMWQtNDMwZS04MmVmLTI5MDFmM2M2YjY2OC5hcGkuazhzLmZyLXBhci5zY3cuY2xvdWQ6NjQ0Mwpjb250ZXh0czoKLSBuYW1lOiBhZG1pbkB0ZXN0LXBvb2wtc2l6ZQogIGNvbnRleHQ6CiAgICBjbHVzdGVyOiAidGVzdC1wb29sLXNpemUiCiAgICB1c2VyOiB0ZXN0LXBvb2wtc2l6ZS1hZG1pbgpjdXJyZW50LWNvbnRleHQ6IGFkbWluQHRlc3QtcG9vbC1zaXplCmtpbmQ6IENvbmZpZwpwcmVmZXJlbmNlczoge30KdXNlcnM6Ci0gbmFtZTogdGVzdC1wb29sLXNpemUtYWRtaW4KICB1c2VyOgogICAgdG9rZW46IDlTQzJiTDRlcDRNWXl1d0dRdTN0c2prSFBuZ0VEbWhrT2pqUEVYaHd6OTZNRUMzNmtISnRtb2xB","content_type":"application/octet-stream","name":"kubeconfig"}' - headers: - Content-Length: - - "1654" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:26:24 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - fddf61c2-6d80-411c-b388-2ad23689b8d1 - status: 200 OK - code: 200 - duration: 105.125084ms - - id: 25 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/dac6530b-857b-443c-ac43-ca9855ad024f - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 702 - uncompressed: false - body: '{"autohealing":true,"autoscaling":false,"cluster_id":"135cebc6-501d-430e-82ef-2901f3c6b668","container_runtime":"containerd","created_at":"2025-09-30T09:21:52.709582Z","id":"dac6530b-857b-443c-ac43-ca9855ad024f","kubelet_args":{},"max_size":1,"min_size":1,"name":"pool","new_images_enabled":true,"node_type":"pro2_xxs","placement_group_id":null,"public_ip_disabled":false,"region":"fr-par","root_volume_size":20000000000,"root_volume_type":"sbs_5k","security_group_id":"d49109f7-0bad-4991-b0fb-853c658463d2","size":1,"status":"ready","tags":[],"updated_at":"2025-09-30T09:26:22.460024Z","upgrade_policy":{"max_surge":0,"max_unavailable":1},"version":"1.34.1","zone":"fr-par-1"}' - headers: - Content-Length: - - "702" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:26:24 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 2a699e2d-4b5a-4f58-93d2-a10c4cd3fff0 - status: 200 OK - code: 200 - duration: 86.726958ms - - id: 26 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/135cebc6-501d-430e-82ef-2901f3c6b668/nodes?order_by=created_at_asc&page=1&pool_id=dac6530b-857b-443c-ac43-ca9855ad024f&status=unknown - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 620 - uncompressed: false - body: '{"nodes":[{"cluster_id":"135cebc6-501d-430e-82ef-2901f3c6b668","conditions":{"DiskPressure":"False","MemoryPressure":"False","PIDPressure":"False","Ready":"True"},"created_at":"2025-09-30T09:25:20.842726Z","error_message":"","id":"7cb91f4d-3884-4987-bf4d-c1efd9892f61","name":"scw-test-pool-size-pool-7cb91f4d38844987bf4dc1","pool_id":"dac6530b-857b-443c-ac43-ca9855ad024f","provider_id":"scaleway://instance/fr-par-1/260c0836-fcea-40a7-9cad-1b31ca9991dd","public_ip_v4":"212.47.234.198","public_ip_v6":null,"region":"fr-par","status":"ready","updated_at":"2025-09-30T09:26:22.451896Z"}],"total_count":1}' - headers: - Content-Length: - - "620" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:26:24 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 680c6240-ad05-4f59-9096-b8bff6316b55 - status: 200 OK - code: 200 - duration: 97.732708ms - - id: 27 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/135cebc6-501d-430e-82ef-2901f3c6b668 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1547 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":true,"maintenance_window":{"day":"monday","start_hour":12}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://135cebc6-501d-430e-82ef-2901f3c6b668.api.k8s.fr-par.scw.cloud:6443","cni":"cilium","commitment_ends_at":"2025-09-30T09:21:46.978752Z","created_at":"2025-09-30T09:21:46.978744Z","description":"","dns_wildcard":"*.135cebc6-501d-430e-82ef-2901f3c6b668.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"a1fa6365-2759-4d25-aa25-07fa982e051a","id":"135cebc6-501d-430e-82ef-2901f3c6b668","name":"test-pool-size","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":"9d21ef8a-fa30-435b-a864-8cb5abf78ecb","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"","service_dns_ip":"","status":"ready","tags":[],"type":"kapsule","updated_at":"2025-09-30T09:23:46.718052Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1547" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:26:24 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - f4424db0-cc0e-46f8-9b46-2dc8fcfcc11d - status: 200 OK - code: 200 - duration: 95.878667ms - - id: 28 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/ipam/v1/regions/fr-par/ips?order_by=created_at_desc&project_id=105bdce1-64c0-48ab-899d-868455867ecf&resource_name=scw-test-pool-size-pool-7cb91f4d38844987bf4dc1&resource_type=unknown_type - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1117 - uncompressed: false - body: '{"ips":[{"address":"fd5f:519c:6d46:dc1e:e379:92aa:e996:89f0/64","created_at":"2025-09-30T09:25:25.479Z","id":"42568659-58ec-43b4-aa13-3356cda04b37","is_ipv6":true,"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","resource":{"id":"cf49bbbd-7750-4148-a9c2-320004a032a4","mac_address":"02:00:00:1E:AD:01","name":"scw-test-pool-size-pool-7cb91f4d38844987bf4dc1","type":"instance_private_nic"},"reverses":[],"source":{"subnet_id":"8261f69c-c66d-4960-bea7-8afa34f6b466"},"tags":[],"updated_at":"2025-09-30T09:25:25.479Z","zone":null},{"address":"172.17.172.3/22","created_at":"2025-09-30T09:25:25.338984Z","id":"6296fb8f-7263-4c82-8eed-bffda0c9df7d","is_ipv6":false,"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","resource":{"id":"cf49bbbd-7750-4148-a9c2-320004a032a4","mac_address":"02:00:00:1E:AD:01","name":"scw-test-pool-size-pool-7cb91f4d38844987bf4dc1","type":"instance_private_nic"},"reverses":[],"source":{"subnet_id":"d6c6bab3-4b55-40c7-9a9f-d758709635df"},"tags":[],"updated_at":"2025-09-30T09:25:25.338984Z","zone":null}],"total_count":2}' - headers: - Content-Length: - - "1117" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:26:24 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - e1198645-c654-4cad-9cb5-0b18010a516e - status: 200 OK - code: 200 - duration: 55.593ms - - id: 29 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/fr-par/vpcs/7eea8c01-3d8a-4836-9093-d933c75715dc - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 421 - uncompressed: false - body: '{"created_at":"2025-09-30T09:21:45.924758Z","custom_routes_propagation_enabled":true,"id":"7eea8c01-3d8a-4836-9093-d933c75715dc","is_default":false,"name":"tf-vpc-condescending-wu","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","private_network_count":1,"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","routing_enabled":true,"tags":[],"updated_at":"2025-09-30T09:21:45.924758Z"}' - headers: - Content-Length: - - "421" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:26:25 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 018fff20-13f7-48c6-a0ad-cbcf8ae4f993 - status: 200 OK - code: 200 - duration: 22.99125ms - - id: 30 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks/9d21ef8a-fa30-435b-a864-8cb5abf78ecb - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1085 - uncompressed: false - body: '{"created_at":"2025-09-30T09:21:46.031330Z","default_route_propagation_enabled":false,"dhcp_enabled":true,"id":"9d21ef8a-fa30-435b-a864-8cb5abf78ecb","name":"test-pool-size","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","subnets":[{"created_at":"2025-09-30T09:21:46.031330Z","id":"d6c6bab3-4b55-40c7-9a9f-d758709635df","private_network_id":"9d21ef8a-fa30-435b-a864-8cb5abf78ecb","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","subnet":"172.17.172.0/22","updated_at":"2025-09-30T09:21:46.031330Z","vpc_id":"7eea8c01-3d8a-4836-9093-d933c75715dc"},{"created_at":"2025-09-30T09:21:46.031330Z","id":"8261f69c-c66d-4960-bea7-8afa34f6b466","private_network_id":"9d21ef8a-fa30-435b-a864-8cb5abf78ecb","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","subnet":"fd5f:519c:6d46:dc1e::/64","updated_at":"2025-09-30T09:21:46.031330Z","vpc_id":"7eea8c01-3d8a-4836-9093-d933c75715dc"}],"tags":[],"updated_at":"2025-09-30T09:21:46.031330Z","vpc_id":"7eea8c01-3d8a-4836-9093-d933c75715dc"}' - headers: - Content-Length: - - "1085" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:26:25 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 4e78de27-2e4e-413b-9eb1-5cb5aa7af9dd - status: 200 OK - code: 200 - duration: 19.966292ms - - id: 31 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/135cebc6-501d-430e-82ef-2901f3c6b668 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1547 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":true,"maintenance_window":{"day":"monday","start_hour":12}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://135cebc6-501d-430e-82ef-2901f3c6b668.api.k8s.fr-par.scw.cloud:6443","cni":"cilium","commitment_ends_at":"2025-09-30T09:21:46.978752Z","created_at":"2025-09-30T09:21:46.978744Z","description":"","dns_wildcard":"*.135cebc6-501d-430e-82ef-2901f3c6b668.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"a1fa6365-2759-4d25-aa25-07fa982e051a","id":"135cebc6-501d-430e-82ef-2901f3c6b668","name":"test-pool-size","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":"9d21ef8a-fa30-435b-a864-8cb5abf78ecb","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"","service_dns_ip":"","status":"ready","tags":[],"type":"kapsule","updated_at":"2025-09-30T09:23:46.718052Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1547" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:26:25 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 75e3b675-d390-45b3-b8c6-404ba0ee1252 - status: 200 OK - code: 200 - duration: 74.600916ms - - id: 32 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/135cebc6-501d-430e-82ef-2901f3c6b668/kubeconfig - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1654 - uncompressed: false - body: '{"content":"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogInRlc3QtcG9vbC1zaXplIgogIGNsdXN0ZXI6CiAgICBjZXJ0aWZpY2F0ZS1hdXRob3JpdHktZGF0YTogTFMwdExTMUNSVWRKVGlCRFJWSlVTVVpKUTBGVVJTMHRMUzB0Q2sxSlNVSllSRU5EUVZGSFowRjNTVUpCWjBsQ1FVUkJTMEpuWjNGb2EycFBVRkZSUkVGcVFWWk5VazEzUlZGWlJGWlJVVVJGZDNCeVpGZEtiR050Tld3S1pFZFdlazFDTkZoRVZFa3hUVVJyZVU5VVFUVk5ha1V3VGpGdldFUlVUVEZOUkd0NVQxUkJOVTFxUlRCT01XOTNSbFJGVkUxQ1JVZEJNVlZGUVhoTlN3cGhNMVpwV2xoS2RWcFlVbXhqZWtKYVRVSk5SMEo1Y1VkVFRUUTVRV2RGUjBORGNVZFRUVFE1UVhkRlNFRXdTVUZDUVhwWFkzcElaSE4xU2tGbVNIVk1DbTQwU0ZKVVVIRjZhSFUwVFM5emJHOVpjRUk0UVdOSGNtcGFhMFJITWpCUlFrOTJUM05yTkZsS1YyUjJVV2x4VDBzNFJXcEhjR3hDWjNSYVNXRTBha2dLZDBKelRHdE9SMnBSYWtKQlRVRTBSMEV4VldSRWQwVkNMM2RSUlVGM1NVTndSRUZRUW1kT1ZraFNUVUpCWmpoRlFsUkJSRUZSU0M5TlFqQkhRVEZWWkFwRVoxRlhRa0pSUVd3NVZtSjBabFZRTjNvd1lqTjJORzA1ZFhoa09FcGpZbU5xUVV0Q1oyZHhhR3RxVDFCUlVVUkJaMDVLUVVSQ1IwRnBSVUYxZW5aRENtSlJhVTVWY1dOVVpHWXpSVTlQZG1KdlZVZEpTazQwTVdOSk9WUkxkRFE1TDNjM0swaHRkME5KVVVSRWRVRmFSV1F2VTFWWVNYRTNWVzlqZUcxcmVEVUtaek5FTUdVMFZEaHBkRW92ZFRGVWVuaExOVW81UVQwOUNpMHRMUzB0UlU1RUlFTkZVbFJKUmtsRFFWUkZMUzB0TFMwSwogICAgc2VydmVyOiBodHRwczovLzEzNWNlYmM2LTUwMWQtNDMwZS04MmVmLTI5MDFmM2M2YjY2OC5hcGkuazhzLmZyLXBhci5zY3cuY2xvdWQ6NjQ0Mwpjb250ZXh0czoKLSBuYW1lOiBhZG1pbkB0ZXN0LXBvb2wtc2l6ZQogIGNvbnRleHQ6CiAgICBjbHVzdGVyOiAidGVzdC1wb29sLXNpemUiCiAgICB1c2VyOiB0ZXN0LXBvb2wtc2l6ZS1hZG1pbgpjdXJyZW50LWNvbnRleHQ6IGFkbWluQHRlc3QtcG9vbC1zaXplCmtpbmQ6IENvbmZpZwpwcmVmZXJlbmNlczoge30KdXNlcnM6Ci0gbmFtZTogdGVzdC1wb29sLXNpemUtYWRtaW4KICB1c2VyOgogICAgdG9rZW46IDlTQzJiTDRlcDRNWXl1d0dRdTN0c2prSFBuZ0VEbWhrT2pqUEVYaHd6OTZNRUMzNmtISnRtb2xB","content_type":"application/octet-stream","name":"kubeconfig"}' - headers: - Content-Length: - - "1654" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:26:25 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 04cc4d6c-6e1c-4cb5-8f7f-5bd9c06a0b06 - status: 200 OK - code: 200 - duration: 75.170583ms - - id: 33 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/dac6530b-857b-443c-ac43-ca9855ad024f - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 702 - uncompressed: false - body: '{"autohealing":true,"autoscaling":false,"cluster_id":"135cebc6-501d-430e-82ef-2901f3c6b668","container_runtime":"containerd","created_at":"2025-09-30T09:21:52.709582Z","id":"dac6530b-857b-443c-ac43-ca9855ad024f","kubelet_args":{},"max_size":1,"min_size":1,"name":"pool","new_images_enabled":true,"node_type":"pro2_xxs","placement_group_id":null,"public_ip_disabled":false,"region":"fr-par","root_volume_size":20000000000,"root_volume_type":"sbs_5k","security_group_id":"d49109f7-0bad-4991-b0fb-853c658463d2","size":1,"status":"ready","tags":[],"updated_at":"2025-09-30T09:26:22.460024Z","upgrade_policy":{"max_surge":0,"max_unavailable":1},"version":"1.34.1","zone":"fr-par-1"}' - headers: - Content-Length: - - "702" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:26:25 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - fa397a3b-0a0e-4cfb-b608-88c17c4a5131 - status: 200 OK - code: 200 - duration: 94.515041ms - - id: 34 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/135cebc6-501d-430e-82ef-2901f3c6b668/nodes?order_by=created_at_asc&page=1&pool_id=dac6530b-857b-443c-ac43-ca9855ad024f&status=unknown - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 620 - uncompressed: false - body: '{"nodes":[{"cluster_id":"135cebc6-501d-430e-82ef-2901f3c6b668","conditions":{"DiskPressure":"False","MemoryPressure":"False","PIDPressure":"False","Ready":"True"},"created_at":"2025-09-30T09:25:20.842726Z","error_message":"","id":"7cb91f4d-3884-4987-bf4d-c1efd9892f61","name":"scw-test-pool-size-pool-7cb91f4d38844987bf4dc1","pool_id":"dac6530b-857b-443c-ac43-ca9855ad024f","provider_id":"scaleway://instance/fr-par-1/260c0836-fcea-40a7-9cad-1b31ca9991dd","public_ip_v4":"212.47.234.198","public_ip_v6":null,"region":"fr-par","status":"ready","updated_at":"2025-09-30T09:26:22.451896Z"}],"total_count":1}' - headers: - Content-Length: - - "620" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:26:25 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - fc7cc83a-3d82-488e-995a-08ab5acfb7b3 - status: 200 OK - code: 200 - duration: 88.660167ms - - id: 35 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/135cebc6-501d-430e-82ef-2901f3c6b668 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1547 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":true,"maintenance_window":{"day":"monday","start_hour":12}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://135cebc6-501d-430e-82ef-2901f3c6b668.api.k8s.fr-par.scw.cloud:6443","cni":"cilium","commitment_ends_at":"2025-09-30T09:21:46.978752Z","created_at":"2025-09-30T09:21:46.978744Z","description":"","dns_wildcard":"*.135cebc6-501d-430e-82ef-2901f3c6b668.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"a1fa6365-2759-4d25-aa25-07fa982e051a","id":"135cebc6-501d-430e-82ef-2901f3c6b668","name":"test-pool-size","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":"9d21ef8a-fa30-435b-a864-8cb5abf78ecb","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"","service_dns_ip":"","status":"ready","tags":[],"type":"kapsule","updated_at":"2025-09-30T09:23:46.718052Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1547" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:26:25 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - b76d05c0-2f5d-48f2-80c3-d58450833d8a - status: 200 OK - code: 200 - duration: 77.792333ms - - id: 36 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/ipam/v1/regions/fr-par/ips?order_by=created_at_desc&project_id=105bdce1-64c0-48ab-899d-868455867ecf&resource_name=scw-test-pool-size-pool-7cb91f4d38844987bf4dc1&resource_type=unknown_type - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1117 - uncompressed: false - body: '{"ips":[{"address":"fd5f:519c:6d46:dc1e:e379:92aa:e996:89f0/64","created_at":"2025-09-30T09:25:25.479Z","id":"42568659-58ec-43b4-aa13-3356cda04b37","is_ipv6":true,"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","resource":{"id":"cf49bbbd-7750-4148-a9c2-320004a032a4","mac_address":"02:00:00:1E:AD:01","name":"scw-test-pool-size-pool-7cb91f4d38844987bf4dc1","type":"instance_private_nic"},"reverses":[],"source":{"subnet_id":"8261f69c-c66d-4960-bea7-8afa34f6b466"},"tags":[],"updated_at":"2025-09-30T09:25:25.479Z","zone":null},{"address":"172.17.172.3/22","created_at":"2025-09-30T09:25:25.338984Z","id":"6296fb8f-7263-4c82-8eed-bffda0c9df7d","is_ipv6":false,"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","resource":{"id":"cf49bbbd-7750-4148-a9c2-320004a032a4","mac_address":"02:00:00:1E:AD:01","name":"scw-test-pool-size-pool-7cb91f4d38844987bf4dc1","type":"instance_private_nic"},"reverses":[],"source":{"subnet_id":"d6c6bab3-4b55-40c7-9a9f-d758709635df"},"tags":[],"updated_at":"2025-09-30T09:25:25.338984Z","zone":null}],"total_count":2}' - headers: - Content-Length: - - "1117" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:26:25 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - e9f5c78c-ff91-4788-9ad2-c72d0ea0cc1d - status: 200 OK - code: 200 - duration: 37.488667ms - - id: 37 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/dac6530b-857b-443c-ac43-ca9855ad024f - method: DELETE - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 705 - uncompressed: false - body: '{"autohealing":true,"autoscaling":false,"cluster_id":"135cebc6-501d-430e-82ef-2901f3c6b668","container_runtime":"containerd","created_at":"2025-09-30T09:21:52.709582Z","id":"dac6530b-857b-443c-ac43-ca9855ad024f","kubelet_args":{},"max_size":1,"min_size":1,"name":"pool","new_images_enabled":true,"node_type":"pro2_xxs","placement_group_id":null,"public_ip_disabled":false,"region":"fr-par","root_volume_size":20000000000,"root_volume_type":"sbs_5k","security_group_id":"d49109f7-0bad-4991-b0fb-853c658463d2","size":1,"status":"deleting","tags":[],"updated_at":"2025-09-30T09:26:25.972701Z","upgrade_policy":{"max_surge":0,"max_unavailable":1},"version":"1.34.1","zone":"fr-par-1"}' - headers: - Content-Length: - - "705" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:26:25 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - a1722c9b-9f2b-4365-95ac-abe2201fe353 - status: 200 OK - code: 200 - duration: 136.479458ms - - id: 38 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/dac6530b-857b-443c-ac43-ca9855ad024f - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 705 - uncompressed: false - body: '{"autohealing":true,"autoscaling":false,"cluster_id":"135cebc6-501d-430e-82ef-2901f3c6b668","container_runtime":"containerd","created_at":"2025-09-30T09:21:52.709582Z","id":"dac6530b-857b-443c-ac43-ca9855ad024f","kubelet_args":{},"max_size":1,"min_size":1,"name":"pool","new_images_enabled":true,"node_type":"pro2_xxs","placement_group_id":null,"public_ip_disabled":false,"region":"fr-par","root_volume_size":20000000000,"root_volume_type":"sbs_5k","security_group_id":"d49109f7-0bad-4991-b0fb-853c658463d2","size":1,"status":"deleting","tags":[],"updated_at":"2025-09-30T09:26:25.972701Z","upgrade_policy":{"max_surge":0,"max_unavailable":1},"version":"1.34.1","zone":"fr-par-1"}' - headers: - Content-Length: - - "705" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:26:26 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - e4796743-5a34-4f4e-bffc-183ff57dd9c5 - status: 200 OK - code: 200 - duration: 75.114583ms - - id: 39 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/dac6530b-857b-443c-ac43-ca9855ad024f - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 125 - uncompressed: false - body: '{"message":"resource is not found","resource":"pool","resource_id":"dac6530b-857b-443c-ac43-ca9855ad024f","type":"not_found"}' - headers: - Content-Length: - - "125" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:30:45 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - e2eb0960-020f-44c9-96f3-e9541d403086 - status: 404 Not Found - code: 404 - duration: 26.486458ms - - id: 40 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/135cebc6-501d-430e-82ef-2901f3c6b668?with_additional_resources=false - method: DELETE - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1586 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":true,"maintenance_window":{"day":"monday","start_hour":12}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://135cebc6-501d-430e-82ef-2901f3c6b668.api.k8s.fr-par.scw.cloud:6443","cni":"cilium","commitment_ends_at":"2025-09-30T09:21:46.978752Z","created_at":"2025-09-30T09:21:46.978744Z","description":"","dns_wildcard":"*.135cebc6-501d-430e-82ef-2901f3c6b668.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"a1fa6365-2759-4d25-aa25-07fa982e051a","id":"135cebc6-501d-430e-82ef-2901f3c6b668","name":"test-pool-size","new_images_enabled":false,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"100.64.0.0/15","private_network_id":"9d21ef8a-fa30-435b-a864-8cb5abf78ecb","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"10.32.0.0/20","service_dns_ip":"10.32.0.10","status":"deleting","tags":[],"type":"kapsule","updated_at":"2025-09-30T09:30:46.054943Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1586" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:30:46 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 161edcd1-e451-4f38-b112-20d6c0bcc855 - status: 200 OK - code: 200 - duration: 203.641708ms - - id: 41 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/135cebc6-501d-430e-82ef-2901f3c6b668 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1550 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":true,"maintenance_window":{"day":"monday","start_hour":12}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://135cebc6-501d-430e-82ef-2901f3c6b668.api.k8s.fr-par.scw.cloud:6443","cni":"cilium","commitment_ends_at":"2025-09-30T09:21:46.978752Z","created_at":"2025-09-30T09:21:46.978744Z","description":"","dns_wildcard":"*.135cebc6-501d-430e-82ef-2901f3c6b668.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"a1fa6365-2759-4d25-aa25-07fa982e051a","id":"135cebc6-501d-430e-82ef-2901f3c6b668","name":"test-pool-size","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":"9d21ef8a-fa30-435b-a864-8cb5abf78ecb","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"","service_dns_ip":"","status":"deleting","tags":[],"type":"kapsule","updated_at":"2025-09-30T09:30:46.054943Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1550" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:30:46 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - e6a70b2c-6ff7-4f4a-889a-8cf5ea496445 - status: 200 OK - code: 200 - duration: 88.342542ms - - id: 42 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/135cebc6-501d-430e-82ef-2901f3c6b668 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 128 - uncompressed: false - body: '{"message":"resource is not found","resource":"cluster","resource_id":"135cebc6-501d-430e-82ef-2901f3c6b668","type":"not_found"}' - headers: - Content-Length: - - "128" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:31:01 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 5480dbcb-e239-489c-93f1-5b94ed70b9af - status: 404 Not Found - code: 404 - duration: 23.744583ms - - id: 43 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks/9d21ef8a-fa30-435b-a864-8cb5abf78ecb - method: DELETE - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 0 - uncompressed: false - body: "" - headers: - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:31:02 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 3fac6d33-8fff-4440-9387-10d05de3ed58 - status: 204 No Content - code: 204 - duration: 1.139404625s - - id: 44 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/fr-par/vpcs/7eea8c01-3d8a-4836-9093-d933c75715dc - method: DELETE - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 0 - uncompressed: false - body: "" - headers: - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:31:02 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - ac7a7434-d35c-4afa-9c06-655dc2e513a0 - status: 204 No Content - code: 204 - duration: 126.323959ms - - id: 45 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/dac6530b-857b-443c-ac43-ca9855ad024f - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 125 - uncompressed: false - body: '{"message":"resource is not found","resource":"pool","resource_id":"dac6530b-857b-443c-ac43-ca9855ad024f","type":"not_found"}' - headers: - Content-Length: - - "125" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:31:02 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 7d1c024b-1b53-4761-a8f9-d365f882c2d9 - status: 404 Not Found - code: 404 - duration: 21.67525ms - - id: 46 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/135cebc6-501d-430e-82ef-2901f3c6b668 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 128 - uncompressed: false - body: '{"message":"resource is not found","resource":"cluster","resource_id":"135cebc6-501d-430e-82ef-2901f3c6b668","type":"not_found"}' - headers: - Content-Length: - - "128" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:31:02 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 92160bbb-cd29-4d2c-ab9e-420ad99b939f - status: 404 Not Found - code: 404 - duration: 20.5745ms - - id: 47 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks/9d21ef8a-fa30-435b-a864-8cb5abf78ecb - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 136 - uncompressed: false - body: '{"message":"resource is not found","resource":"private_network","resource_id":"9d21ef8a-fa30-435b-a864-8cb5abf78ecb","type":"not_found"}' - headers: - Content-Length: - - "136" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:31:02 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 4d9b2542-9c2f-4aad-ac92-b9cee753f8e8 - status: 404 Not Found - code: 404 - duration: 21.695875ms +- id: 0 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/versions + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 4476 + body: "{\"versions\":[{\"region\":\"fr-par\", \"name\":\"1.34.1\", \"label\":\"Kubernetes 1.34.1\", \"available_cnis\":[\"cilium\", \"cilium_native\", \"calico\", \"kilo\", \"none\"], \"available_container_runtimes\":[\"containerd\"], \"available_feature_gates\":[\"HPAScaleToZero\", \"CPUManagerPolicyAlphaOptions\", \"ImageVolume\"], \"available_admission_plugins\":[\"AlwaysPullImages\", \"PodNodeSelector\", \"PodTolerationRestriction\"], \"available_kubelet_args\":{\"containerLogMaxFiles\":\"uint16\", \"containerLogMaxSize\":\"quantity\", \"cpuCFSQuota\":\"bool\", \"cpuCFSQuotaPeriod\":\"duration\", \"cpuManagerPolicy\":\"enum:none|static\", \"cpuManagerPolicyOptions\":\"map[string]string\", \"enableDebuggingHandlers\":\"bool\", \"evictionHard\":\"map[string]string\", \"evictionMinimumReclaim\":\"map[string]string\", \"imageGCHighThresholdPercent\":\"uint32\", \"imageGCLowThresholdPercent\":\"uint32\", \"maxParallelImagePulls\":\"int32\", \"maxPods\":\"uint16\", \"registryBurst\":\"int32\", \"registryPullQPS\":\"int32\", \"serializeImagePulls\":\"bool\"}, \"deprecated_at\":\"2026-09-29T00:00:00Z\", \"end_of_life_at\":\"2026-11-29T00:00:00Z\", \"released_at\":\"2025-09-29T00:00:00Z\"}, {\"region\":\"fr-par\", \"name\":\"1.33.4\", \"label\":\"Kubernetes 1.33.4\", \"available_cnis\":[\"cilium\", \"calico\", \"kilo\", \"none\"], \"available_container_runtimes\":[\"containerd\"], \"available_feature_gates\":[\"HPAScaleToZero\", \"DRAAdminAccess\", \"DynamicResourceAllocation\", \"PodLevelResources\", \"CPUManagerPolicyAlphaOptions\", \"ImageVolume\"], \"available_admission_plugins\":[\"AlwaysPullImages\", \"PodNodeSelector\", \"PodTolerationRestriction\"], \"available_kubelet_args\":{\"containerLogMaxFiles\":\"uint16\", \"containerLogMaxSize\":\"quantity\", \"cpuCFSQuota\":\"bool\", \"cpuCFSQuotaPeriod\":\"duration\", \"cpuManagerPolicy\":\"enum:none|static\", \"cpuManagerPolicyOptions\":\"map[string]string\", \"enableDebuggingHandlers\":\"bool\", \"evictionHard\":\"map[string]string\", \"evictionMinimumReclaim\":\"map[string]string\", \"imageGCHighThresholdPercent\":\"uint32\", \"imageGCLowThresholdPercent\":\"uint32\", \"maxParallelImagePulls\":\"int32\", \"maxPods\":\"uint16\", \"registryBurst\":\"int32\", \"registryPullQPS\":\"int32\", \"serializeImagePulls\":\"bool\"}, \"deprecated_at\":\"2026-09-04T00:00:00Z\", \"end_of_life_at\":\"2026-11-04T00:00:00Z\", \"released_at\":\"2025-09-04T00:00:00Z\"}, {\"region\":\"fr-par\", \"name\":\"1.32.8\", \"label\":\"Kubernetes 1.32.8\", \"available_cnis\":[\"cilium\", \"calico\", \"kilo\", \"none\"], \"available_container_runtimes\":[\"containerd\"], \"available_feature_gates\":[\"HPAScaleToZero\", \"InPlacePodVerticalScaling\", \"SidecarContainers\", \"DRAAdminAccess\", \"DRAResourceClaimDeviceStatus\", \"DynamicResourceAllocation\", \"PodLevelResources\", \"CPUManagerPolicyAlphaOptions\", \"ImageVolume\"], \"available_admission_plugins\":[\"AlwaysPullImages\", \"PodNodeSelector\", \"PodTolerationRestriction\"], \"available_kubelet_args\":{\"containerLogMaxFiles\":\"uint16\", \"containerLogMaxSize\":\"quantity\", \"cpuCFSQuota\":\"bool\", \"cpuCFSQuotaPeriod\":\"duration\", \"cpuManagerPolicy\":\"enum:none|static\", \"cpuManagerPolicyOptions\":\"map[string]string\", \"enableDebuggingHandlers\":\"bool\", \"evictionHard\":\"map[string]string\", \"evictionMinimumReclaim\":\"map[string]string\", \"imageGCHighThresholdPercent\":\"uint32\", \"imageGCLowThresholdPercent\":\"uint32\", \"maxParallelImagePulls\":\"int32\", \"maxPods\":\"uint16\", \"registryBurst\":\"int32\", \"registryPullQPS\":\"int32\", \"serializeImagePulls\":\"bool\"}, \"deprecated_at\":\"2026-03-24T00:00:00Z\", \"end_of_life_at\":\"2025-05-24T00:00:00Z\", \"released_at\":\"2025-03-24T00:00:00Z\"}, {\"region\":\"fr-par\", \"name\":\"1.31.12\", \"label\":\"Kubernetes 1.31.12\", \"available_cnis\":[\"cilium\", \"calico\", \"kilo\", \"none\"], \"available_container_runtimes\":[\"containerd\"], \"available_feature_gates\":[\"HPAScaleToZero\", \"InPlacePodVerticalScaling\", \"SidecarContainers\", \"CPUManagerPolicyAlphaOptions\", \"ImageVolume\"], \"available_admission_plugins\":[\"AlwaysPullImages\", \"PodNodeSelector\", \"PodTolerationRestriction\"], \"available_kubelet_args\":{\"containerLogMaxFiles\":\"uint16\", \"containerLogMaxSize\":\"quantity\", \"cpuCFSQuota\":\"bool\", \"cpuCFSQuotaPeriod\":\"duration\", \"cpuManagerPolicy\":\"enum:none|static\", \"cpuManagerPolicyOptions\":\"map[string]string\", \"enableDebuggingHandlers\":\"bool\", \"evictionHard\":\"map[string]string\", \"evictionMinimumReclaim\":\"map[string]string\", \"imageGCHighThresholdPercent\":\"uint32\", \"imageGCLowThresholdPercent\":\"uint32\", \"maxParallelImagePulls\":\"int32\", \"maxPods\":\"uint16\", \"registryBurst\":\"int32\", \"registryPullQPS\":\"int32\", \"serializeImagePulls\":\"bool\"}, \"deprecated_at\":\"2025-12-02T00:00:00Z\", \"end_of_life_at\":\"2026-02-02T00:00:00Z\", \"released_at\":\"2024-12-02T00:00:00Z\"}]}" + headers: + Content-Length: + - "4476" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:51:41 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 9ff7ddcd-c60a-4a87-9c54-3ddc07e84d52 + status: 200 OK + code: 200 + duration: 69.541006ms +- id: 1 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 123 + host: api.scaleway.com + body: "{\"name\":\"tf-vpc-heuristic-mirzakhani\",\"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\",\"tags\":[],\"enable_routing\":false}" + headers: + Content-Type: + - application/json + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/vpc/v2/regions/fr-par/vpcs + method: POST + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 425 + body: "{\"id\":\"6baec7f2-6583-4805-9b7d-ef0603a2cff6\", \"name\":\"tf-vpc-heuristic-mirzakhani\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:51:41.869540Z\", \"updated_at\":\"2025-10-30T16:51:41.869540Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_default\":false, \"private_network_count\":0, \"routing_enabled\":true, \"custom_routes_propagation_enabled\":true, \"region\":\"fr-par\"}" + headers: + Content-Length: + - "425" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:51:41 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - b0aba1e1-6da0-438d-8ede-d18d65cad60d + status: 200 OK + code: 200 + duration: 70.709479ms +- id: 2 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/vpc/v2/regions/fr-par/vpcs/6baec7f2-6583-4805-9b7d-ef0603a2cff6 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 425 + body: "{\"id\":\"6baec7f2-6583-4805-9b7d-ef0603a2cff6\", \"name\":\"tf-vpc-heuristic-mirzakhani\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:51:41.869540Z\", \"updated_at\":\"2025-10-30T16:51:41.869540Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_default\":false, \"private_network_count\":0, \"routing_enabled\":true, \"custom_routes_propagation_enabled\":true, \"region\":\"fr-par\"}" + headers: + Content-Length: + - "425" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:51:41 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 60d749ce-2f5e-43ce-a77a-65a1de679e7b + status: 200 OK + code: 200 + duration: 27.960136ms +- id: 3 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 192 + host: api.scaleway.com + body: "{\"name\":\"test-pool-size\",\"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\",\"tags\":[],\"subnets\":null,\"vpc_id\":\"6baec7f2-6583-4805-9b7d-ef0603a2cff6\",\"default_route_propagation_enabled\":false}" + headers: + Content-Type: + - application/json + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks + method: POST + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1084 + body: "{\"id\":\"8cc7d8e5-b56e-44ad-8001-d2fa3796163e\", \"name\":\"test-pool-size\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:51:41.989202Z\", \"updated_at\":\"2025-10-30T16:51:41.989202Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"subnets\":[{\"id\":\"792887f6-0210-4d72-85e3-631bf1861aa4\", \"created_at\":\"2025-10-30T16:51:41.989202Z\", \"updated_at\":\"2025-10-30T16:51:41.989202Z\", \"subnet\":\"172.18.56.0/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"8cc7d8e5-b56e-44ad-8001-d2fa3796163e\", \"vpc_id\":\"6baec7f2-6583-4805-9b7d-ef0603a2cff6\"}, {\"id\":\"83a37010-9e4f-443f-ab9c-1dfd0d17cdf3\", \"created_at\":\"2025-10-30T16:51:41.989202Z\", \"updated_at\":\"2025-10-30T16:51:41.989202Z\", \"subnet\":\"fd5f:519c:6d46:8b07::/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"8cc7d8e5-b56e-44ad-8001-d2fa3796163e\", \"vpc_id\":\"6baec7f2-6583-4805-9b7d-ef0603a2cff6\"}], \"vpc_id\":\"6baec7f2-6583-4805-9b7d-ef0603a2cff6\", \"dhcp_enabled\":true, \"default_route_propagation_enabled\":false, \"region\":\"fr-par\"}" + headers: + Content-Length: + - "1084" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:51:42 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 95099cc2-a878-4e65-b72f-5256f48c2bd7 + status: 200 OK + code: 200 + duration: 626.568329ms +- id: 4 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks/8cc7d8e5-b56e-44ad-8001-d2fa3796163e + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1084 + body: "{\"id\":\"8cc7d8e5-b56e-44ad-8001-d2fa3796163e\", \"name\":\"test-pool-size\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:51:41.989202Z\", \"updated_at\":\"2025-10-30T16:51:41.989202Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"subnets\":[{\"id\":\"792887f6-0210-4d72-85e3-631bf1861aa4\", \"created_at\":\"2025-10-30T16:51:41.989202Z\", \"updated_at\":\"2025-10-30T16:51:41.989202Z\", \"subnet\":\"172.18.56.0/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"8cc7d8e5-b56e-44ad-8001-d2fa3796163e\", \"vpc_id\":\"6baec7f2-6583-4805-9b7d-ef0603a2cff6\"}, {\"id\":\"83a37010-9e4f-443f-ab9c-1dfd0d17cdf3\", \"created_at\":\"2025-10-30T16:51:41.989202Z\", \"updated_at\":\"2025-10-30T16:51:41.989202Z\", \"subnet\":\"fd5f:519c:6d46:8b07::/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"8cc7d8e5-b56e-44ad-8001-d2fa3796163e\", \"vpc_id\":\"6baec7f2-6583-4805-9b7d-ef0603a2cff6\"}], \"vpc_id\":\"6baec7f2-6583-4805-9b7d-ef0603a2cff6\", \"dhcp_enabled\":true, \"default_route_propagation_enabled\":false, \"region\":\"fr-par\"}" + headers: + Content-Length: + - "1084" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:51:42 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - e655d7c7-51ee-4d0e-a8ed-8c839169b944 + status: 200 OK + code: 200 + duration: 27.460379ms +- id: 5 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/versions + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 4476 + body: "{\"versions\":[{\"region\":\"fr-par\", \"name\":\"1.34.1\", \"label\":\"Kubernetes 1.34.1\", \"available_cnis\":[\"cilium\", \"cilium_native\", \"calico\", \"kilo\", \"none\"], \"available_container_runtimes\":[\"containerd\"], \"available_feature_gates\":[\"HPAScaleToZero\", \"CPUManagerPolicyAlphaOptions\", \"ImageVolume\"], \"available_admission_plugins\":[\"AlwaysPullImages\", \"PodNodeSelector\", \"PodTolerationRestriction\"], \"available_kubelet_args\":{\"containerLogMaxFiles\":\"uint16\", \"containerLogMaxSize\":\"quantity\", \"cpuCFSQuota\":\"bool\", \"cpuCFSQuotaPeriod\":\"duration\", \"cpuManagerPolicy\":\"enum:none|static\", \"cpuManagerPolicyOptions\":\"map[string]string\", \"enableDebuggingHandlers\":\"bool\", \"evictionHard\":\"map[string]string\", \"evictionMinimumReclaim\":\"map[string]string\", \"imageGCHighThresholdPercent\":\"uint32\", \"imageGCLowThresholdPercent\":\"uint32\", \"maxParallelImagePulls\":\"int32\", \"maxPods\":\"uint16\", \"registryBurst\":\"int32\", \"registryPullQPS\":\"int32\", \"serializeImagePulls\":\"bool\"}, \"deprecated_at\":\"2026-09-29T00:00:00Z\", \"end_of_life_at\":\"2026-11-29T00:00:00Z\", \"released_at\":\"2025-09-29T00:00:00Z\"}, {\"region\":\"fr-par\", \"name\":\"1.33.4\", \"label\":\"Kubernetes 1.33.4\", \"available_cnis\":[\"cilium\", \"calico\", \"kilo\", \"none\"], \"available_container_runtimes\":[\"containerd\"], \"available_feature_gates\":[\"HPAScaleToZero\", \"DRAAdminAccess\", \"DynamicResourceAllocation\", \"PodLevelResources\", \"CPUManagerPolicyAlphaOptions\", \"ImageVolume\"], \"available_admission_plugins\":[\"AlwaysPullImages\", \"PodNodeSelector\", \"PodTolerationRestriction\"], \"available_kubelet_args\":{\"containerLogMaxFiles\":\"uint16\", \"containerLogMaxSize\":\"quantity\", \"cpuCFSQuota\":\"bool\", \"cpuCFSQuotaPeriod\":\"duration\", \"cpuManagerPolicy\":\"enum:none|static\", \"cpuManagerPolicyOptions\":\"map[string]string\", \"enableDebuggingHandlers\":\"bool\", \"evictionHard\":\"map[string]string\", \"evictionMinimumReclaim\":\"map[string]string\", \"imageGCHighThresholdPercent\":\"uint32\", \"imageGCLowThresholdPercent\":\"uint32\", \"maxParallelImagePulls\":\"int32\", \"maxPods\":\"uint16\", \"registryBurst\":\"int32\", \"registryPullQPS\":\"int32\", \"serializeImagePulls\":\"bool\"}, \"deprecated_at\":\"2026-09-04T00:00:00Z\", \"end_of_life_at\":\"2026-11-04T00:00:00Z\", \"released_at\":\"2025-09-04T00:00:00Z\"}, {\"region\":\"fr-par\", \"name\":\"1.32.8\", \"label\":\"Kubernetes 1.32.8\", \"available_cnis\":[\"cilium\", \"calico\", \"kilo\", \"none\"], \"available_container_runtimes\":[\"containerd\"], \"available_feature_gates\":[\"HPAScaleToZero\", \"InPlacePodVerticalScaling\", \"SidecarContainers\", \"DRAAdminAccess\", \"DRAResourceClaimDeviceStatus\", \"DynamicResourceAllocation\", \"PodLevelResources\", \"CPUManagerPolicyAlphaOptions\", \"ImageVolume\"], \"available_admission_plugins\":[\"AlwaysPullImages\", \"PodNodeSelector\", \"PodTolerationRestriction\"], \"available_kubelet_args\":{\"containerLogMaxFiles\":\"uint16\", \"containerLogMaxSize\":\"quantity\", \"cpuCFSQuota\":\"bool\", \"cpuCFSQuotaPeriod\":\"duration\", \"cpuManagerPolicy\":\"enum:none|static\", \"cpuManagerPolicyOptions\":\"map[string]string\", \"enableDebuggingHandlers\":\"bool\", \"evictionHard\":\"map[string]string\", \"evictionMinimumReclaim\":\"map[string]string\", \"imageGCHighThresholdPercent\":\"uint32\", \"imageGCLowThresholdPercent\":\"uint32\", \"maxParallelImagePulls\":\"int32\", \"maxPods\":\"uint16\", \"registryBurst\":\"int32\", \"registryPullQPS\":\"int32\", \"serializeImagePulls\":\"bool\"}, \"deprecated_at\":\"2026-03-24T00:00:00Z\", \"end_of_life_at\":\"2025-05-24T00:00:00Z\", \"released_at\":\"2025-03-24T00:00:00Z\"}, {\"region\":\"fr-par\", \"name\":\"1.31.12\", \"label\":\"Kubernetes 1.31.12\", \"available_cnis\":[\"cilium\", \"calico\", \"kilo\", \"none\"], \"available_container_runtimes\":[\"containerd\"], \"available_feature_gates\":[\"HPAScaleToZero\", \"InPlacePodVerticalScaling\", \"SidecarContainers\", \"CPUManagerPolicyAlphaOptions\", \"ImageVolume\"], \"available_admission_plugins\":[\"AlwaysPullImages\", \"PodNodeSelector\", \"PodTolerationRestriction\"], \"available_kubelet_args\":{\"containerLogMaxFiles\":\"uint16\", \"containerLogMaxSize\":\"quantity\", \"cpuCFSQuota\":\"bool\", \"cpuCFSQuotaPeriod\":\"duration\", \"cpuManagerPolicy\":\"enum:none|static\", \"cpuManagerPolicyOptions\":\"map[string]string\", \"enableDebuggingHandlers\":\"bool\", \"evictionHard\":\"map[string]string\", \"evictionMinimumReclaim\":\"map[string]string\", \"imageGCHighThresholdPercent\":\"uint32\", \"imageGCLowThresholdPercent\":\"uint32\", \"maxParallelImagePulls\":\"int32\", \"maxPods\":\"uint16\", \"registryBurst\":\"int32\", \"registryPullQPS\":\"int32\", \"serializeImagePulls\":\"bool\"}, \"deprecated_at\":\"2025-12-02T00:00:00Z\", \"end_of_life_at\":\"2026-02-02T00:00:00Z\", \"released_at\":\"2024-12-02T00:00:00Z\"}]}" + headers: + Content-Length: + - "4476" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:51:42 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 984671d0-867c-40c0-994d-05fd62a42f81 + status: 200 OK + code: 200 + duration: 22.137528ms +- id: 6 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 731 + host: api.scaleway.com + body: "{\"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\",\"type\":\"\",\"name\":\"test-pool-size\",\"description\":\"\",\"tags\":[],\"version\":\"1.34.1\",\"cni\":\"cilium\",\"pools\":null,\"autoscaler_config\":{\"scale_down_disabled\":null,\"scale_down_delay_after_add\":null,\"estimator\":\"unknown_estimator\",\"expander\":\"unknown_expander\",\"ignore_daemonsets_utilization\":null,\"balance_similar_node_groups\":null,\"expendable_pods_priority_cutoff\":0,\"scale_down_unneeded_time\":null,\"scale_down_utilization_threshold\":null,\"max_graceful_termination_sec\":0},\"auto_upgrade\":{\"enable\":true,\"maintenance_window\":{\"start_hour\":12,\"day\":\"monday\"}},\"feature_gates\":[],\"admission_plugins\":[],\"apiserver_cert_sans\":[],\"private_network_id\":\"8cc7d8e5-b56e-44ad-8001-d2fa3796163e\"}" + headers: + Content-Type: + - application/json + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters + method: POST + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1550 + body: "{\"region\":\"fr-par\", \"id\":\"72af4d6f-f77b-4a30-94d7-95e9d20d7c7c\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:51:42.964774Z\", \"updated_at\":\"2025-10-30T16:51:42.964774Z\", \"type\":\"kapsule\", \"name\":\"test-pool-size\", \"description\":\"\", \"status\":\"creating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[], \"cluster_url\":\"https://72af4d6f-f77b-4a30-94d7-95e9d20d7c7c.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.72af4d6f-f77b-4a30-94d7-95e9d20d7c7c.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":true, \"maintenance_window\":{\"start_hour\":12, \"day\":\"monday\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"8cc7d8e5-b56e-44ad-8001-d2fa3796163e\", \"commitment_ends_at\":\"2025-10-30T16:51:42.964783Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"\", \"new_images_enabled\":false, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1550" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:51:43 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - b088387a-db78-48f4-af23-52d730d73072 + status: 200 OK + code: 200 + duration: 385.478336ms +- id: 7 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/72af4d6f-f77b-4a30-94d7-95e9d20d7c7c + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1549 + body: "{\"region\":\"fr-par\", \"id\":\"72af4d6f-f77b-4a30-94d7-95e9d20d7c7c\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:51:42.964774Z\", \"updated_at\":\"2025-10-30T16:51:42.964774Z\", \"type\":\"kapsule\", \"name\":\"test-pool-size\", \"description\":\"\", \"status\":\"creating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[], \"cluster_url\":\"https://72af4d6f-f77b-4a30-94d7-95e9d20d7c7c.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.72af4d6f-f77b-4a30-94d7-95e9d20d7c7c.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":true, \"maintenance_window\":{\"start_hour\":12, \"day\":\"monday\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"8cc7d8e5-b56e-44ad-8001-d2fa3796163e\", \"commitment_ends_at\":\"2025-10-30T16:51:42.964783Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1549" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:51:43 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - a44e799f-150e-470a-ac6a-8694001eb1c9 + status: 200 OK + code: 200 + duration: 95.60863ms +- id: 8 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/72af4d6f-f77b-4a30-94d7-95e9d20d7c7c + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1590 + body: "{\"region\":\"fr-par\", \"id\":\"72af4d6f-f77b-4a30-94d7-95e9d20d7c7c\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:51:42.964774Z\", \"updated_at\":\"2025-10-30T16:51:43.467256Z\", \"type\":\"kapsule\", \"name\":\"test-pool-size\", \"description\":\"\", \"status\":\"pool_required\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[], \"cluster_url\":\"https://72af4d6f-f77b-4a30-94d7-95e9d20d7c7c.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.72af4d6f-f77b-4a30-94d7-95e9d20d7c7c.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":true, \"maintenance_window\":{\"start_hour\":12, \"day\":\"monday\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"8cc7d8e5-b56e-44ad-8001-d2fa3796163e\", \"commitment_ends_at\":\"2025-10-30T16:51:42.964783Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"a07f8031-1342-41ce-872b-135c9c8e562a\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1590" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:51:48 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 7644dee3-e339-4e0f-9c07-4897582f274e + status: 200 OK + code: 200 + duration: 81.028497ms +- id: 9 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + form: + order_by: + - created_at_asc + page: + - "1" + status: + - unknown + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/72af4d6f-f77b-4a30-94d7-95e9d20d7c7c/pools?order_by=created_at_asc&page=1&status=unknown + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 29 + body: "{\"total_count\":0, \"pools\":[]}" + headers: + Content-Length: + - "29" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:51:48 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - f4e00e29-d403-4a70-bf0e-5f356b3494be + status: 200 OK + code: 200 + duration: 101.812574ms +- id: 10 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/72af4d6f-f77b-4a30-94d7-95e9d20d7c7c + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1590 + body: "{\"region\":\"fr-par\", \"id\":\"72af4d6f-f77b-4a30-94d7-95e9d20d7c7c\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:51:42.964774Z\", \"updated_at\":\"2025-10-30T16:51:43.467256Z\", \"type\":\"kapsule\", \"name\":\"test-pool-size\", \"description\":\"\", \"status\":\"pool_required\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[], \"cluster_url\":\"https://72af4d6f-f77b-4a30-94d7-95e9d20d7c7c.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.72af4d6f-f77b-4a30-94d7-95e9d20d7c7c.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":true, \"maintenance_window\":{\"start_hour\":12, \"day\":\"monday\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"8cc7d8e5-b56e-44ad-8001-d2fa3796163e\", \"commitment_ends_at\":\"2025-10-30T16:51:42.964783Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"a07f8031-1342-41ce-872b-135c9c8e562a\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1590" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:51:48 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - df315104-45b1-413e-90d7-eb2b36d8752c + status: 200 OK + code: 200 + duration: 23.410147ms +- id: 11 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/72af4d6f-f77b-4a30-94d7-95e9d20d7c7c/kubeconfig + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1650 + body: "{\"name\":\"kubeconfig\", \"content_type\":\"application/octet-stream\", \"content\":\"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogInRlc3QtcG9vbC1zaXplIgogIGNsdXN0ZXI6CiAgICBjZXJ0aWZpY2F0ZS1hdXRob3JpdHktZGF0YTogTFMwdExTMUNSVWRKVGlCRFJWSlVTVVpKUTBGVVJTMHRMUzB0Q2sxSlNVSlhla05EUVZGSFowRjNTVUpCWjBsQ1FVUkJTMEpuWjNGb2EycFBVRkZSUkVGcVFWWk5VazEzUlZGWlJGWlJVVVJGZDNCeVpGZEtiR050Tld3S1pFZFdlazFDTkZoRVZFa3hUVlJCZVU5VVJUSk9WRVV3VFRGdldFUlVUVEZOVkVGNVQxUkZNazVVUlRCTk1XOTNSbFJGVkUxQ1JVZEJNVlZGUVhoTlN3cGhNMVpwV2xoS2RWcFlVbXhqZWtKYVRVSk5SMEo1Y1VkVFRUUTVRV2RGUjBORGNVZFRUVFE1UVhkRlNFRXdTVUZDVFU4cmJIbE1PRzFsYlZVNVNEazVDblJHZEdSUVQxbHhVMW8yVjBzclRHMXFZV1pSWldwcmNFeDFSRlo1VWxwdVJrMWphMWM0Y1hCclUweFZNalkwT1RWblpHcHRkbXRyZEdab1ZtZGhOV1VLUkdJelZITXJhV3BSYWtKQlRVRTBSMEV4VldSRWQwVkNMM2RSUlVGM1NVTndSRUZRUW1kT1ZraFNUVUpCWmpoRlFsUkJSRUZSU0M5TlFqQkhRVEZWWkFwRVoxRlhRa0pTTXpoa1J6TXZUVEJuVGpoeGNsZzJhMUJIY0RkNmF6VlNOMU42UVV0Q1oyZHhhR3RxVDFCUlVVUkJaMDVKUVVSQ1JrRnBSVUZwWmk5YUNtcHhZVlJNTjNWYVRXOUxjMDRyT1hKVUx5OHZTV0ZTT0VoTFoyeHpZVTl5ZVVwM1RGTjZXVU5KUmpsak1HcFFUMkpDWVRCaVFYUlJOV1F2ZUVSMVFYb0tPVmQxT1VNNVZIYzVNRmxJTUVsdVVtSlBZazhLTFMwdExTMUZUa1FnUTBWU1ZFbEdTVU5CVkVVdExTMHRMUW89CiAgICBzZXJ2ZXI6IGh0dHBzOi8vNzJhZjRkNmYtZjc3Yi00YTMwLTk0ZDctOTVlOWQyMGQ3YzdjLmFwaS5rOHMuZnItcGFyLnNjdy5jbG91ZDo2NDQzCmNvbnRleHRzOgotIG5hbWU6IGFkbWluQHRlc3QtcG9vbC1zaXplCiAgY29udGV4dDoKICAgIGNsdXN0ZXI6ICJ0ZXN0LXBvb2wtc2l6ZSIKICAgIHVzZXI6IHRlc3QtcG9vbC1zaXplLWFkbWluCmN1cnJlbnQtY29udGV4dDogYWRtaW5AdGVzdC1wb29sLXNpemUKa2luZDogQ29uZmlnCnByZWZlcmVuY2VzOiB7fQp1c2VyczoKLSBuYW1lOiB0ZXN0LXBvb2wtc2l6ZS1hZG1pbgogIHVzZXI6CiAgICB0b2tlbjogRFhoUkpMdUFhbG50MUlHOUNuSlJXeVlsVjdmUFo5UmJaZmxqRlBBUFZsZ2hJZm5zcnRLdlpjMVk=\"}" + headers: + Content-Length: + - "1650" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:51:48 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 914323f9-f770-4f74-8d1c-5395af31843c + status: 200 OK + code: 200 + duration: 82.795393ms +- id: 12 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/72af4d6f-f77b-4a30-94d7-95e9d20d7c7c + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1590 + body: "{\"region\":\"fr-par\", \"id\":\"72af4d6f-f77b-4a30-94d7-95e9d20d7c7c\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:51:42.964774Z\", \"updated_at\":\"2025-10-30T16:51:43.467256Z\", \"type\":\"kapsule\", \"name\":\"test-pool-size\", \"description\":\"\", \"status\":\"pool_required\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[], \"cluster_url\":\"https://72af4d6f-f77b-4a30-94d7-95e9d20d7c7c.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.72af4d6f-f77b-4a30-94d7-95e9d20d7c7c.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":true, \"maintenance_window\":{\"start_hour\":12, \"day\":\"monday\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"8cc7d8e5-b56e-44ad-8001-d2fa3796163e\", \"commitment_ends_at\":\"2025-10-30T16:51:42.964783Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"a07f8031-1342-41ce-872b-135c9c8e562a\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1590" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:51:48 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 430e0ef8-046b-4f62-825b-1c2dc1d693ae + status: 200 OK + code: 200 + duration: 25.115668ms +- id: 13 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 259 + host: api.scaleway.com + body: "{\"name\":\"pool\",\"node_type\":\"pro2_xxs\",\"autoscaling\":false,\"size\":1,\"min_size\":1,\"max_size\":1,\"container_runtime\":\"containerd\",\"autohealing\":true,\"tags\":[],\"kubelet_args\":{},\"zone\":\"fr-par-1\",\"root_volume_type\":\"default_volume_type\",\"public_ip_disabled\":false}" + headers: + Content-Type: + - application/json + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/72af4d6f-f77b-4a30-94d7-95e9d20d7c7c/pools + method: POST + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 704 + body: "{\"region\":\"fr-par\", \"id\":\"0ccff165-4abf-4eaf-b15b-f015df945404\", \"cluster_id\":\"72af4d6f-f77b-4a30-94d7-95e9d20d7c7c\", \"created_at\":\"2025-10-30T16:51:48.468973Z\", \"updated_at\":\"2025-10-30T16:51:48.468973Z\", \"name\":\"pool\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "704" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:51:48 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 144c393a-89e8-4b7b-8aa4-f4b49fb3993e + status: 200 OK + code: 200 + duration: 134.467081ms +- id: 14 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/0ccff165-4abf-4eaf-b15b-f015df945404 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 704 + body: "{\"region\":\"fr-par\", \"id\":\"0ccff165-4abf-4eaf-b15b-f015df945404\", \"cluster_id\":\"72af4d6f-f77b-4a30-94d7-95e9d20d7c7c\", \"created_at\":\"2025-10-30T16:51:48.468973Z\", \"updated_at\":\"2025-10-30T16:51:48.468973Z\", \"name\":\"pool\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "704" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:51:48 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - d4e37cc9-a822-402c-b1d8-32ae2e0fe453 + status: 200 OK + code: 200 + duration: 21.61575ms +- id: 15 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/0ccff165-4abf-4eaf-b15b-f015df945404 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 704 + body: "{\"region\":\"fr-par\", \"id\":\"0ccff165-4abf-4eaf-b15b-f015df945404\", \"cluster_id\":\"72af4d6f-f77b-4a30-94d7-95e9d20d7c7c\", \"created_at\":\"2025-10-30T16:51:48.468973Z\", \"updated_at\":\"2025-10-30T16:51:48.468973Z\", \"name\":\"pool\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "704" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:51:53 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 534a396e-1332-4442-bf1d-863ac94756a2 + status: 200 OK + code: 200 + duration: 81.870156ms +- id: 16 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/0ccff165-4abf-4eaf-b15b-f015df945404 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 704 + body: "{\"region\":\"fr-par\", \"id\":\"0ccff165-4abf-4eaf-b15b-f015df945404\", \"cluster_id\":\"72af4d6f-f77b-4a30-94d7-95e9d20d7c7c\", \"created_at\":\"2025-10-30T16:51:48.468973Z\", \"updated_at\":\"2025-10-30T16:51:48.468973Z\", \"name\":\"pool\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "704" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:51:58 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 497456fb-37ab-4a4d-9510-95aa4867e204 + status: 200 OK + code: 200 + duration: 85.719961ms +- id: 17 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/0ccff165-4abf-4eaf-b15b-f015df945404 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 704 + body: "{\"region\":\"fr-par\", \"id\":\"0ccff165-4abf-4eaf-b15b-f015df945404\", \"cluster_id\":\"72af4d6f-f77b-4a30-94d7-95e9d20d7c7c\", \"created_at\":\"2025-10-30T16:51:48.468973Z\", \"updated_at\":\"2025-10-30T16:51:48.468973Z\", \"name\":\"pool\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "704" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:52:03 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 5dfcb0c4-91b1-4910-aa0c-866cbfc63858 + status: 200 OK + code: 200 + duration: 144.019389ms +- id: 18 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/0ccff165-4abf-4eaf-b15b-f015df945404 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 704 + body: "{\"region\":\"fr-par\", \"id\":\"0ccff165-4abf-4eaf-b15b-f015df945404\", \"cluster_id\":\"72af4d6f-f77b-4a30-94d7-95e9d20d7c7c\", \"created_at\":\"2025-10-30T16:51:48.468973Z\", \"updated_at\":\"2025-10-30T16:51:48.468973Z\", \"name\":\"pool\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "704" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:52:09 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 05472753-6faf-4542-9621-99fed7bf4c2c + status: 200 OK + code: 200 + duration: 87.15818ms +- id: 19 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/0ccff165-4abf-4eaf-b15b-f015df945404 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 704 + body: "{\"region\":\"fr-par\", \"id\":\"0ccff165-4abf-4eaf-b15b-f015df945404\", \"cluster_id\":\"72af4d6f-f77b-4a30-94d7-95e9d20d7c7c\", \"created_at\":\"2025-10-30T16:51:48.468973Z\", \"updated_at\":\"2025-10-30T16:51:48.468973Z\", \"name\":\"pool\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "704" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:52:14 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - de402aea-951e-47c0-9d9f-4f7795e2b991 + status: 200 OK + code: 200 + duration: 80.040391ms +- id: 20 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/0ccff165-4abf-4eaf-b15b-f015df945404 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 704 + body: "{\"region\":\"fr-par\", \"id\":\"0ccff165-4abf-4eaf-b15b-f015df945404\", \"cluster_id\":\"72af4d6f-f77b-4a30-94d7-95e9d20d7c7c\", \"created_at\":\"2025-10-30T16:51:48.468973Z\", \"updated_at\":\"2025-10-30T16:51:48.468973Z\", \"name\":\"pool\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "704" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:52:19 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 8bdb6859-f9e8-449b-96ca-17b4234eb8b8 + status: 200 OK + code: 200 + duration: 93.776251ms +- id: 21 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/0ccff165-4abf-4eaf-b15b-f015df945404 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 704 + body: "{\"region\":\"fr-par\", \"id\":\"0ccff165-4abf-4eaf-b15b-f015df945404\", \"cluster_id\":\"72af4d6f-f77b-4a30-94d7-95e9d20d7c7c\", \"created_at\":\"2025-10-30T16:51:48.468973Z\", \"updated_at\":\"2025-10-30T16:51:48.468973Z\", \"name\":\"pool\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "704" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:52:24 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 8dd78b59-19cf-4644-9350-80354d276156 + status: 200 OK + code: 200 + duration: 88.459763ms +- id: 22 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/0ccff165-4abf-4eaf-b15b-f015df945404 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 704 + body: "{\"region\":\"fr-par\", \"id\":\"0ccff165-4abf-4eaf-b15b-f015df945404\", \"cluster_id\":\"72af4d6f-f77b-4a30-94d7-95e9d20d7c7c\", \"created_at\":\"2025-10-30T16:51:48.468973Z\", \"updated_at\":\"2025-10-30T16:51:48.468973Z\", \"name\":\"pool\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "704" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:52:29 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - c1278bb1-51ec-46c0-bb71-0008b517531a + status: 200 OK + code: 200 + duration: 101.084649ms +- id: 23 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/0ccff165-4abf-4eaf-b15b-f015df945404 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 704 + body: "{\"region\":\"fr-par\", \"id\":\"0ccff165-4abf-4eaf-b15b-f015df945404\", \"cluster_id\":\"72af4d6f-f77b-4a30-94d7-95e9d20d7c7c\", \"created_at\":\"2025-10-30T16:51:48.468973Z\", \"updated_at\":\"2025-10-30T16:51:48.468973Z\", \"name\":\"pool\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "704" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:52:34 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 0d73ff8f-1148-4207-86fa-7ccf91e8ae04 + status: 200 OK + code: 200 + duration: 99.099943ms +- id: 24 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/0ccff165-4abf-4eaf-b15b-f015df945404 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 704 + body: "{\"region\":\"fr-par\", \"id\":\"0ccff165-4abf-4eaf-b15b-f015df945404\", \"cluster_id\":\"72af4d6f-f77b-4a30-94d7-95e9d20d7c7c\", \"created_at\":\"2025-10-30T16:51:48.468973Z\", \"updated_at\":\"2025-10-30T16:51:48.468973Z\", \"name\":\"pool\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "704" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:52:39 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - b3811a04-b034-40d7-9615-b7331c7d88a6 + status: 200 OK + code: 200 + duration: 93.867393ms +- id: 25 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/0ccff165-4abf-4eaf-b15b-f015df945404 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 704 + body: "{\"region\":\"fr-par\", \"id\":\"0ccff165-4abf-4eaf-b15b-f015df945404\", \"cluster_id\":\"72af4d6f-f77b-4a30-94d7-95e9d20d7c7c\", \"created_at\":\"2025-10-30T16:51:48.468973Z\", \"updated_at\":\"2025-10-30T16:51:48.468973Z\", \"name\":\"pool\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "704" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:52:44 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - a5e098de-d16e-4a1c-9075-fb9de72dff83 + status: 200 OK + code: 200 + duration: 90.845872ms +- id: 26 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/0ccff165-4abf-4eaf-b15b-f015df945404 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 704 + body: "{\"region\":\"fr-par\", \"id\":\"0ccff165-4abf-4eaf-b15b-f015df945404\", \"cluster_id\":\"72af4d6f-f77b-4a30-94d7-95e9d20d7c7c\", \"created_at\":\"2025-10-30T16:51:48.468973Z\", \"updated_at\":\"2025-10-30T16:51:48.468973Z\", \"name\":\"pool\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "704" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:52:49 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - fd62cf55-4748-4130-9222-c74f02eaa314 + status: 200 OK + code: 200 + duration: 72.798139ms +- id: 27 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/0ccff165-4abf-4eaf-b15b-f015df945404 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 704 + body: "{\"region\":\"fr-par\", \"id\":\"0ccff165-4abf-4eaf-b15b-f015df945404\", \"cluster_id\":\"72af4d6f-f77b-4a30-94d7-95e9d20d7c7c\", \"created_at\":\"2025-10-30T16:51:48.468973Z\", \"updated_at\":\"2025-10-30T16:51:48.468973Z\", \"name\":\"pool\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "704" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:52:54 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - deca06bc-99a6-49f5-92f5-58b304b0c905 + status: 200 OK + code: 200 + duration: 75.541879ms +- id: 28 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/0ccff165-4abf-4eaf-b15b-f015df945404 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 704 + body: "{\"region\":\"fr-par\", \"id\":\"0ccff165-4abf-4eaf-b15b-f015df945404\", \"cluster_id\":\"72af4d6f-f77b-4a30-94d7-95e9d20d7c7c\", \"created_at\":\"2025-10-30T16:51:48.468973Z\", \"updated_at\":\"2025-10-30T16:51:48.468973Z\", \"name\":\"pool\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "704" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:52:59 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 6004d217-66e9-4d6f-9010-8143697a2280 + status: 200 OK + code: 200 + duration: 87.991825ms +- id: 29 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/0ccff165-4abf-4eaf-b15b-f015df945404 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 704 + body: "{\"region\":\"fr-par\", \"id\":\"0ccff165-4abf-4eaf-b15b-f015df945404\", \"cluster_id\":\"72af4d6f-f77b-4a30-94d7-95e9d20d7c7c\", \"created_at\":\"2025-10-30T16:51:48.468973Z\", \"updated_at\":\"2025-10-30T16:51:48.468973Z\", \"name\":\"pool\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "704" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:53:05 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 97cba00d-5f07-4dc9-b8e3-d26dfc3aea70 + status: 200 OK + code: 200 + duration: 83.307514ms +- id: 30 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/0ccff165-4abf-4eaf-b15b-f015df945404 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 704 + body: "{\"region\":\"fr-par\", \"id\":\"0ccff165-4abf-4eaf-b15b-f015df945404\", \"cluster_id\":\"72af4d6f-f77b-4a30-94d7-95e9d20d7c7c\", \"created_at\":\"2025-10-30T16:51:48.468973Z\", \"updated_at\":\"2025-10-30T16:51:48.468973Z\", \"name\":\"pool\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "704" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:53:10 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - c9e92ff6-72b0-465d-8751-7f23d3142a3b + status: 200 OK + code: 200 + duration: 71.757977ms +- id: 31 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/0ccff165-4abf-4eaf-b15b-f015df945404 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 704 + body: "{\"region\":\"fr-par\", \"id\":\"0ccff165-4abf-4eaf-b15b-f015df945404\", \"cluster_id\":\"72af4d6f-f77b-4a30-94d7-95e9d20d7c7c\", \"created_at\":\"2025-10-30T16:51:48.468973Z\", \"updated_at\":\"2025-10-30T16:51:48.468973Z\", \"name\":\"pool\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "704" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:53:15 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - e555fc62-8910-4aa2-8607-23f9a7130a74 + status: 200 OK + code: 200 + duration: 91.667124ms +- id: 32 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/0ccff165-4abf-4eaf-b15b-f015df945404 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 704 + body: "{\"region\":\"fr-par\", \"id\":\"0ccff165-4abf-4eaf-b15b-f015df945404\", \"cluster_id\":\"72af4d6f-f77b-4a30-94d7-95e9d20d7c7c\", \"created_at\":\"2025-10-30T16:51:48.468973Z\", \"updated_at\":\"2025-10-30T16:51:48.468973Z\", \"name\":\"pool\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "704" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:53:20 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 40f8961a-9b90-4ed4-84c2-dcc4569b58b4 + status: 200 OK + code: 200 + duration: 89.850533ms +- id: 33 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/0ccff165-4abf-4eaf-b15b-f015df945404 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 704 + body: "{\"region\":\"fr-par\", \"id\":\"0ccff165-4abf-4eaf-b15b-f015df945404\", \"cluster_id\":\"72af4d6f-f77b-4a30-94d7-95e9d20d7c7c\", \"created_at\":\"2025-10-30T16:51:48.468973Z\", \"updated_at\":\"2025-10-30T16:51:48.468973Z\", \"name\":\"pool\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "704" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:53:25 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 5bd9c482-aaec-4ff1-8576-a0334434e009 + status: 200 OK + code: 200 + duration: 84.946971ms +- id: 34 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/0ccff165-4abf-4eaf-b15b-f015df945404 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 704 + body: "{\"region\":\"fr-par\", \"id\":\"0ccff165-4abf-4eaf-b15b-f015df945404\", \"cluster_id\":\"72af4d6f-f77b-4a30-94d7-95e9d20d7c7c\", \"created_at\":\"2025-10-30T16:51:48.468973Z\", \"updated_at\":\"2025-10-30T16:51:48.468973Z\", \"name\":\"pool\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "704" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:53:30 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 35c003b8-4477-459e-9ea5-dc4133d35d36 + status: 200 OK + code: 200 + duration: 79.584006ms +- id: 35 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/0ccff165-4abf-4eaf-b15b-f015df945404 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 704 + body: "{\"region\":\"fr-par\", \"id\":\"0ccff165-4abf-4eaf-b15b-f015df945404\", \"cluster_id\":\"72af4d6f-f77b-4a30-94d7-95e9d20d7c7c\", \"created_at\":\"2025-10-30T16:51:48.468973Z\", \"updated_at\":\"2025-10-30T16:51:48.468973Z\", \"name\":\"pool\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "704" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:53:35 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 035084ca-81a4-4ff5-bb37-6215d5d8ab4d + status: 200 OK + code: 200 + duration: 97.871077ms +- id: 36 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/0ccff165-4abf-4eaf-b15b-f015df945404 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 704 + body: "{\"region\":\"fr-par\", \"id\":\"0ccff165-4abf-4eaf-b15b-f015df945404\", \"cluster_id\":\"72af4d6f-f77b-4a30-94d7-95e9d20d7c7c\", \"created_at\":\"2025-10-30T16:51:48.468973Z\", \"updated_at\":\"2025-10-30T16:51:48.468973Z\", \"name\":\"pool\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "704" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:53:40 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 1dc48e93-28a2-4855-b72c-c32c0a18dfbe + status: 200 OK + code: 200 + duration: 76.379551ms +- id: 37 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/0ccff165-4abf-4eaf-b15b-f015df945404 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 704 + body: "{\"region\":\"fr-par\", \"id\":\"0ccff165-4abf-4eaf-b15b-f015df945404\", \"cluster_id\":\"72af4d6f-f77b-4a30-94d7-95e9d20d7c7c\", \"created_at\":\"2025-10-30T16:51:48.468973Z\", \"updated_at\":\"2025-10-30T16:51:48.468973Z\", \"name\":\"pool\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "704" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:53:45 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - d78a4a7d-ed9a-4d09-b949-d54ff741bbf3 + status: 200 OK + code: 200 + duration: 95.269363ms +- id: 38 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/0ccff165-4abf-4eaf-b15b-f015df945404 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 704 + body: "{\"region\":\"fr-par\", \"id\":\"0ccff165-4abf-4eaf-b15b-f015df945404\", \"cluster_id\":\"72af4d6f-f77b-4a30-94d7-95e9d20d7c7c\", \"created_at\":\"2025-10-30T16:51:48.468973Z\", \"updated_at\":\"2025-10-30T16:51:48.468973Z\", \"name\":\"pool\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "704" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:53:50 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 02474104-b742-4158-a56c-f56ef5a45721 + status: 200 OK + code: 200 + duration: 81.494361ms +- id: 39 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/0ccff165-4abf-4eaf-b15b-f015df945404 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 704 + body: "{\"region\":\"fr-par\", \"id\":\"0ccff165-4abf-4eaf-b15b-f015df945404\", \"cluster_id\":\"72af4d6f-f77b-4a30-94d7-95e9d20d7c7c\", \"created_at\":\"2025-10-30T16:51:48.468973Z\", \"updated_at\":\"2025-10-30T16:51:48.468973Z\", \"name\":\"pool\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "704" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:53:55 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 62fe0ac7-0de6-4312-9145-376358681f67 + status: 200 OK + code: 200 + duration: 236.515458ms +- id: 40 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/0ccff165-4abf-4eaf-b15b-f015df945404 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 704 + body: "{\"region\":\"fr-par\", \"id\":\"0ccff165-4abf-4eaf-b15b-f015df945404\", \"cluster_id\":\"72af4d6f-f77b-4a30-94d7-95e9d20d7c7c\", \"created_at\":\"2025-10-30T16:51:48.468973Z\", \"updated_at\":\"2025-10-30T16:51:48.468973Z\", \"name\":\"pool\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "704" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:54:01 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 25e23e34-faef-4b2d-bea2-20acdf92e70e + status: 200 OK + code: 200 + duration: 229.392169ms +- id: 41 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/0ccff165-4abf-4eaf-b15b-f015df945404 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 704 + body: "{\"region\":\"fr-par\", \"id\":\"0ccff165-4abf-4eaf-b15b-f015df945404\", \"cluster_id\":\"72af4d6f-f77b-4a30-94d7-95e9d20d7c7c\", \"created_at\":\"2025-10-30T16:51:48.468973Z\", \"updated_at\":\"2025-10-30T16:51:48.468973Z\", \"name\":\"pool\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "704" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:54:06 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 1247b228-1312-4d8d-a38a-ad6bd3fa6a5a + status: 200 OK + code: 200 + duration: 134.847334ms +- id: 42 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/0ccff165-4abf-4eaf-b15b-f015df945404 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 704 + body: "{\"region\":\"fr-par\", \"id\":\"0ccff165-4abf-4eaf-b15b-f015df945404\", \"cluster_id\":\"72af4d6f-f77b-4a30-94d7-95e9d20d7c7c\", \"created_at\":\"2025-10-30T16:51:48.468973Z\", \"updated_at\":\"2025-10-30T16:51:48.468973Z\", \"name\":\"pool\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "704" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:54:11 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 203dfd17-b294-4900-b485-4f630d0d934f + status: 200 OK + code: 200 + duration: 100.701078ms +- id: 43 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/0ccff165-4abf-4eaf-b15b-f015df945404 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 704 + body: "{\"region\":\"fr-par\", \"id\":\"0ccff165-4abf-4eaf-b15b-f015df945404\", \"cluster_id\":\"72af4d6f-f77b-4a30-94d7-95e9d20d7c7c\", \"created_at\":\"2025-10-30T16:51:48.468973Z\", \"updated_at\":\"2025-10-30T16:51:48.468973Z\", \"name\":\"pool\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "704" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:54:16 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 4512fbf4-bc23-4cc3-8e0c-f8bbc56fa03b + status: 200 OK + code: 200 + duration: 93.617213ms +- id: 44 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/0ccff165-4abf-4eaf-b15b-f015df945404 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 704 + body: "{\"region\":\"fr-par\", \"id\":\"0ccff165-4abf-4eaf-b15b-f015df945404\", \"cluster_id\":\"72af4d6f-f77b-4a30-94d7-95e9d20d7c7c\", \"created_at\":\"2025-10-30T16:51:48.468973Z\", \"updated_at\":\"2025-10-30T16:51:48.468973Z\", \"name\":\"pool\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "704" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:54:21 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 5e673797-b92f-4b84-81d6-4fafcb580197 + status: 200 OK + code: 200 + duration: 88.33014ms +- id: 45 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/0ccff165-4abf-4eaf-b15b-f015df945404 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 704 + body: "{\"region\":\"fr-par\", \"id\":\"0ccff165-4abf-4eaf-b15b-f015df945404\", \"cluster_id\":\"72af4d6f-f77b-4a30-94d7-95e9d20d7c7c\", \"created_at\":\"2025-10-30T16:51:48.468973Z\", \"updated_at\":\"2025-10-30T16:51:48.468973Z\", \"name\":\"pool\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "704" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:54:26 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 8ef33213-6a2e-407f-8a2e-2a9e05ff832f + status: 200 OK + code: 200 + duration: 87.064935ms +- id: 46 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/0ccff165-4abf-4eaf-b15b-f015df945404 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 704 + body: "{\"region\":\"fr-par\", \"id\":\"0ccff165-4abf-4eaf-b15b-f015df945404\", \"cluster_id\":\"72af4d6f-f77b-4a30-94d7-95e9d20d7c7c\", \"created_at\":\"2025-10-30T16:51:48.468973Z\", \"updated_at\":\"2025-10-30T16:51:48.468973Z\", \"name\":\"pool\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "704" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:54:31 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 88a7158b-2282-43fc-aef0-f1511dde0bad + status: 200 OK + code: 200 + duration: 81.214706ms +- id: 47 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/0ccff165-4abf-4eaf-b15b-f015df945404 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 704 + body: "{\"region\":\"fr-par\", \"id\":\"0ccff165-4abf-4eaf-b15b-f015df945404\", \"cluster_id\":\"72af4d6f-f77b-4a30-94d7-95e9d20d7c7c\", \"created_at\":\"2025-10-30T16:51:48.468973Z\", \"updated_at\":\"2025-10-30T16:51:48.468973Z\", \"name\":\"pool\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "704" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:54:36 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 1cb857d3-e0b7-4ef8-b4f9-626a5e026d93 + status: 200 OK + code: 200 + duration: 100.258638ms +- id: 48 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/0ccff165-4abf-4eaf-b15b-f015df945404 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 704 + body: "{\"region\":\"fr-par\", \"id\":\"0ccff165-4abf-4eaf-b15b-f015df945404\", \"cluster_id\":\"72af4d6f-f77b-4a30-94d7-95e9d20d7c7c\", \"created_at\":\"2025-10-30T16:51:48.468973Z\", \"updated_at\":\"2025-10-30T16:51:48.468973Z\", \"name\":\"pool\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "704" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:54:42 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 1db3e646-b3db-48d9-be2d-fb1a1151c8d0 + status: 200 OK + code: 200 + duration: 76.683512ms +- id: 49 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/0ccff165-4abf-4eaf-b15b-f015df945404 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 704 + body: "{\"region\":\"fr-par\", \"id\":\"0ccff165-4abf-4eaf-b15b-f015df945404\", \"cluster_id\":\"72af4d6f-f77b-4a30-94d7-95e9d20d7c7c\", \"created_at\":\"2025-10-30T16:51:48.468973Z\", \"updated_at\":\"2025-10-30T16:51:48.468973Z\", \"name\":\"pool\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "704" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:54:47 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - e4daf352-d15e-4ca6-88e1-1d316ad2741d + status: 200 OK + code: 200 + duration: 91.891905ms +- id: 50 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/0ccff165-4abf-4eaf-b15b-f015df945404 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 704 + body: "{\"region\":\"fr-par\", \"id\":\"0ccff165-4abf-4eaf-b15b-f015df945404\", \"cluster_id\":\"72af4d6f-f77b-4a30-94d7-95e9d20d7c7c\", \"created_at\":\"2025-10-30T16:51:48.468973Z\", \"updated_at\":\"2025-10-30T16:51:48.468973Z\", \"name\":\"pool\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "704" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:54:52 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - ddb06cbb-b653-4570-b098-bc92dbb0c7fc + status: 200 OK + code: 200 + duration: 77.515974ms +- id: 51 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/0ccff165-4abf-4eaf-b15b-f015df945404 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 704 + body: "{\"region\":\"fr-par\", \"id\":\"0ccff165-4abf-4eaf-b15b-f015df945404\", \"cluster_id\":\"72af4d6f-f77b-4a30-94d7-95e9d20d7c7c\", \"created_at\":\"2025-10-30T16:51:48.468973Z\", \"updated_at\":\"2025-10-30T16:51:48.468973Z\", \"name\":\"pool\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "704" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:54:57 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - bbe8592b-7788-4190-92e7-626fee629bce + status: 200 OK + code: 200 + duration: 104.09665ms +- id: 52 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/0ccff165-4abf-4eaf-b15b-f015df945404 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 704 + body: "{\"region\":\"fr-par\", \"id\":\"0ccff165-4abf-4eaf-b15b-f015df945404\", \"cluster_id\":\"72af4d6f-f77b-4a30-94d7-95e9d20d7c7c\", \"created_at\":\"2025-10-30T16:51:48.468973Z\", \"updated_at\":\"2025-10-30T16:51:48.468973Z\", \"name\":\"pool\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "704" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:55:02 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 9bf6238b-47b5-4c0a-85dd-e3613ad2444d + status: 200 OK + code: 200 + duration: 116.212069ms +- id: 53 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/0ccff165-4abf-4eaf-b15b-f015df945404 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 704 + body: "{\"region\":\"fr-par\", \"id\":\"0ccff165-4abf-4eaf-b15b-f015df945404\", \"cluster_id\":\"72af4d6f-f77b-4a30-94d7-95e9d20d7c7c\", \"created_at\":\"2025-10-30T16:51:48.468973Z\", \"updated_at\":\"2025-10-30T16:51:48.468973Z\", \"name\":\"pool\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "704" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:55:07 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - fca997ac-cfee-4c61-93ec-53be2d41fffd + status: 200 OK + code: 200 + duration: 80.869658ms +- id: 54 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/0ccff165-4abf-4eaf-b15b-f015df945404 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 704 + body: "{\"region\":\"fr-par\", \"id\":\"0ccff165-4abf-4eaf-b15b-f015df945404\", \"cluster_id\":\"72af4d6f-f77b-4a30-94d7-95e9d20d7c7c\", \"created_at\":\"2025-10-30T16:51:48.468973Z\", \"updated_at\":\"2025-10-30T16:51:48.468973Z\", \"name\":\"pool\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "704" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:55:12 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 9332ba22-1ec5-4319-9d2d-aa9fedeaa704 + status: 200 OK + code: 200 + duration: 79.441668ms +- id: 55 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/0ccff165-4abf-4eaf-b15b-f015df945404 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 704 + body: "{\"region\":\"fr-par\", \"id\":\"0ccff165-4abf-4eaf-b15b-f015df945404\", \"cluster_id\":\"72af4d6f-f77b-4a30-94d7-95e9d20d7c7c\", \"created_at\":\"2025-10-30T16:51:48.468973Z\", \"updated_at\":\"2025-10-30T16:51:48.468973Z\", \"name\":\"pool\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "704" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:55:17 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 50a61ce8-f3d2-4e8c-bbe9-c1954173abd6 + status: 200 OK + code: 200 + duration: 91.484741ms +- id: 56 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/0ccff165-4abf-4eaf-b15b-f015df945404 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 704 + body: "{\"region\":\"fr-par\", \"id\":\"0ccff165-4abf-4eaf-b15b-f015df945404\", \"cluster_id\":\"72af4d6f-f77b-4a30-94d7-95e9d20d7c7c\", \"created_at\":\"2025-10-30T16:51:48.468973Z\", \"updated_at\":\"2025-10-30T16:51:48.468973Z\", \"name\":\"pool\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "704" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:55:22 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - ea8cd558-2fe3-45e8-a2f1-ba1c16d7fdad + status: 200 OK + code: 200 + duration: 87.077258ms +- id: 57 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/0ccff165-4abf-4eaf-b15b-f015df945404 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 704 + body: "{\"region\":\"fr-par\", \"id\":\"0ccff165-4abf-4eaf-b15b-f015df945404\", \"cluster_id\":\"72af4d6f-f77b-4a30-94d7-95e9d20d7c7c\", \"created_at\":\"2025-10-30T16:51:48.468973Z\", \"updated_at\":\"2025-10-30T16:51:48.468973Z\", \"name\":\"pool\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "704" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:55:27 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 763a7eb3-9a1c-47ee-a63f-78ccb3a874ac + status: 200 OK + code: 200 + duration: 91.535957ms +- id: 58 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/0ccff165-4abf-4eaf-b15b-f015df945404 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 704 + body: "{\"region\":\"fr-par\", \"id\":\"0ccff165-4abf-4eaf-b15b-f015df945404\", \"cluster_id\":\"72af4d6f-f77b-4a30-94d7-95e9d20d7c7c\", \"created_at\":\"2025-10-30T16:51:48.468973Z\", \"updated_at\":\"2025-10-30T16:51:48.468973Z\", \"name\":\"pool\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "704" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:55:33 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 978cb416-2509-49b5-924e-9f8a82d573e5 + status: 200 OK + code: 200 + duration: 81.204185ms +- id: 59 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/0ccff165-4abf-4eaf-b15b-f015df945404 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 704 + body: "{\"region\":\"fr-par\", \"id\":\"0ccff165-4abf-4eaf-b15b-f015df945404\", \"cluster_id\":\"72af4d6f-f77b-4a30-94d7-95e9d20d7c7c\", \"created_at\":\"2025-10-30T16:51:48.468973Z\", \"updated_at\":\"2025-10-30T16:51:48.468973Z\", \"name\":\"pool\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "704" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:55:38 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 6a73b847-1dbc-472c-81c8-dd1f4e7cf096 + status: 200 OK + code: 200 + duration: 80.213145ms +- id: 60 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/0ccff165-4abf-4eaf-b15b-f015df945404 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 704 + body: "{\"region\":\"fr-par\", \"id\":\"0ccff165-4abf-4eaf-b15b-f015df945404\", \"cluster_id\":\"72af4d6f-f77b-4a30-94d7-95e9d20d7c7c\", \"created_at\":\"2025-10-30T16:51:48.468973Z\", \"updated_at\":\"2025-10-30T16:51:48.468973Z\", \"name\":\"pool\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "704" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:55:43 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - d9d548dd-3fc8-4470-b813-541de6c4084d + status: 200 OK + code: 200 + duration: 100.183417ms +- id: 61 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/0ccff165-4abf-4eaf-b15b-f015df945404 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 704 + body: "{\"region\":\"fr-par\", \"id\":\"0ccff165-4abf-4eaf-b15b-f015df945404\", \"cluster_id\":\"72af4d6f-f77b-4a30-94d7-95e9d20d7c7c\", \"created_at\":\"2025-10-30T16:51:48.468973Z\", \"updated_at\":\"2025-10-30T16:51:48.468973Z\", \"name\":\"pool\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "704" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:55:48 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 5098024e-7a03-4477-a9da-8c3d915d3e7b + status: 200 OK + code: 200 + duration: 80.287726ms +- id: 62 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/0ccff165-4abf-4eaf-b15b-f015df945404 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 702 + body: "{\"region\":\"fr-par\", \"id\":\"0ccff165-4abf-4eaf-b15b-f015df945404\", \"cluster_id\":\"72af4d6f-f77b-4a30-94d7-95e9d20d7c7c\", \"created_at\":\"2025-10-30T16:51:48.468973Z\", \"updated_at\":\"2025-10-30T16:55:52.846189Z\", \"name\":\"pool\", \"status\":\"ready\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "702" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:55:53 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - c95d5e47-5028-4704-8f64-1c56e4a07a25 + status: 200 OK + code: 200 + duration: 101.408396ms +- id: 63 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/72af4d6f-f77b-4a30-94d7-95e9d20d7c7c + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1582 + body: "{\"region\":\"fr-par\", \"id\":\"72af4d6f-f77b-4a30-94d7-95e9d20d7c7c\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:51:42.964774Z\", \"updated_at\":\"2025-10-30T16:53:13.143362Z\", \"type\":\"kapsule\", \"name\":\"test-pool-size\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[], \"cluster_url\":\"https://72af4d6f-f77b-4a30-94d7-95e9d20d7c7c.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.72af4d6f-f77b-4a30-94d7-95e9d20d7c7c.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":true, \"maintenance_window\":{\"start_hour\":12, \"day\":\"monday\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"8cc7d8e5-b56e-44ad-8001-d2fa3796163e\", \"commitment_ends_at\":\"2025-10-30T16:51:42.964783Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"a07f8031-1342-41ce-872b-135c9c8e562a\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1582" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:55:53 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 783cf862-f468-42f7-8dfa-b6eb00d7baf9 + status: 200 OK + code: 200 + duration: 24.233001ms +- id: 64 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/0ccff165-4abf-4eaf-b15b-f015df945404 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 702 + body: "{\"region\":\"fr-par\", \"id\":\"0ccff165-4abf-4eaf-b15b-f015df945404\", \"cluster_id\":\"72af4d6f-f77b-4a30-94d7-95e9d20d7c7c\", \"created_at\":\"2025-10-30T16:51:48.468973Z\", \"updated_at\":\"2025-10-30T16:55:52.846189Z\", \"name\":\"pool\", \"status\":\"ready\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "702" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:55:53 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 70a0dc11-fa3a-4068-b3cf-7a292c0deb00 + status: 200 OK + code: 200 + duration: 35.306324ms +- id: 65 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + form: + order_by: + - created_at_asc + page: + - "1" + pool_id: + - 0ccff165-4abf-4eaf-b15b-f015df945404 + status: + - unknown + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/72af4d6f-f77b-4a30-94d7-95e9d20d7c7c/nodes?order_by=created_at_asc&page=1&pool_id=0ccff165-4abf-4eaf-b15b-f015df945404&status=unknown + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 619 + body: "{\"total_count\":1, \"nodes\":[{\"region\":\"fr-par\", \"id\":\"49bcc1f6-133f-4938-9f5a-bbca5c23cc31\", \"cluster_id\":\"72af4d6f-f77b-4a30-94d7-95e9d20d7c7c\", \"created_at\":\"2025-10-30T16:54:54.764720Z\", \"updated_at\":\"2025-10-30T16:55:52.833238Z\", \"pool_id\":\"0ccff165-4abf-4eaf-b15b-f015df945404\", \"status\":\"ready\", \"conditions\":{\"DiskPressure\":\"False\", \"MemoryPressure\":\"False\", \"PIDPressure\":\"False\", \"Ready\":\"True\"}, \"name\":\"scw-test-pool-size-pool-49bcc1f6133f49389f5abb\", \"public_ip_v4\":\"51.15.236.240\", \"public_ip_v6\":null, \"provider_id\":\"scaleway://instance/fr-par-1/6eb38208-a5b7-466c-ba47-ec9fc6bab30c\", \"error_message\":\"\"}]}" + headers: + Content-Length: + - "619" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:55:53 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - a1decd4b-5e67-4aaf-a813-8f7095422b70 + status: 200 OK + code: 200 + duration: 25.86252ms +- id: 66 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/72af4d6f-f77b-4a30-94d7-95e9d20d7c7c + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1582 + body: "{\"region\":\"fr-par\", \"id\":\"72af4d6f-f77b-4a30-94d7-95e9d20d7c7c\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:51:42.964774Z\", \"updated_at\":\"2025-10-30T16:53:13.143362Z\", \"type\":\"kapsule\", \"name\":\"test-pool-size\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[], \"cluster_url\":\"https://72af4d6f-f77b-4a30-94d7-95e9d20d7c7c.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.72af4d6f-f77b-4a30-94d7-95e9d20d7c7c.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":true, \"maintenance_window\":{\"start_hour\":12, \"day\":\"monday\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"8cc7d8e5-b56e-44ad-8001-d2fa3796163e\", \"commitment_ends_at\":\"2025-10-30T16:51:42.964783Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"a07f8031-1342-41ce-872b-135c9c8e562a\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1582" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:55:53 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - a628b777-d704-4b19-8cc8-160f1195b9c9 + status: 200 OK + code: 200 + duration: 105.985787ms +- id: 67 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + form: + order_by: + - created_at_desc + project_id: + - 105bdce1-64c0-48ab-899d-868455867ecf + resource_name: + - scw-test-pool-size-pool-49bcc1f6133f49389f5abb + resource_type: + - unknown_type + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/ipam/v1/regions/fr-par/ips?order_by=created_at_desc&project_id=105bdce1-64c0-48ab-899d-868455867ecf&resource_name=scw-test-pool-size-pool-49bcc1f6133f49389f5abb&resource_type=unknown_type + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1121 + body: "{\"total_count\":2, \"ips\":[{\"id\":\"0461f29b-4b0e-45ea-abba-9b80a0cca4c9\", \"address\":\"fd5f:519c:6d46:8b07:57fd:7a14:5813:b86/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":true, \"created_at\":\"2025-10-30T16:54:58.251406Z\", \"updated_at\":\"2025-10-30T16:54:58.251406Z\", \"source\":{\"subnet_id\":\"83a37010-9e4f-443f-ab9c-1dfd0d17cdf3\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"cdf2a35f-fc87-448f-a83b-1e0d7689f523\", \"mac_address\":\"02:00:00:16:0B:D2\", \"name\":\"scw-test-pool-size-pool-49bcc1f6133f49389f5abb\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}, {\"id\":\"0cfb1399-091a-4e24-bf6d-0e4a3877b504\", \"address\":\"172.18.56.3/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":false, \"created_at\":\"2025-10-30T16:54:58.095801Z\", \"updated_at\":\"2025-10-30T16:54:58.095801Z\", \"source\":{\"subnet_id\":\"792887f6-0210-4d72-85e3-631bf1861aa4\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"cdf2a35f-fc87-448f-a83b-1e0d7689f523\", \"mac_address\":\"02:00:00:16:0B:D2\", \"name\":\"scw-test-pool-size-pool-49bcc1f6133f49389f5abb\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}]}" + headers: + Content-Length: + - "1121" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:55:53 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 74ea61a2-9d40-4a4c-8145-3a5bb4a2ae08 + status: 200 OK + code: 200 + duration: 57.262461ms +- id: 68 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/vpc/v2/regions/fr-par/vpcs/6baec7f2-6583-4805-9b7d-ef0603a2cff6 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 425 + body: "{\"id\":\"6baec7f2-6583-4805-9b7d-ef0603a2cff6\", \"name\":\"tf-vpc-heuristic-mirzakhani\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:51:41.869540Z\", \"updated_at\":\"2025-10-30T16:51:41.869540Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_default\":false, \"private_network_count\":1, \"routing_enabled\":true, \"custom_routes_propagation_enabled\":true, \"region\":\"fr-par\"}" + headers: + Content-Length: + - "425" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:55:53 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 27502a87-04b5-4efb-acd4-4c050a5f1543 + status: 200 OK + code: 200 + duration: 27.629536ms +- id: 69 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks/8cc7d8e5-b56e-44ad-8001-d2fa3796163e + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1084 + body: "{\"id\":\"8cc7d8e5-b56e-44ad-8001-d2fa3796163e\", \"name\":\"test-pool-size\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:51:41.989202Z\", \"updated_at\":\"2025-10-30T16:51:41.989202Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"subnets\":[{\"id\":\"792887f6-0210-4d72-85e3-631bf1861aa4\", \"created_at\":\"2025-10-30T16:51:41.989202Z\", \"updated_at\":\"2025-10-30T16:51:41.989202Z\", \"subnet\":\"172.18.56.0/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"8cc7d8e5-b56e-44ad-8001-d2fa3796163e\", \"vpc_id\":\"6baec7f2-6583-4805-9b7d-ef0603a2cff6\"}, {\"id\":\"83a37010-9e4f-443f-ab9c-1dfd0d17cdf3\", \"created_at\":\"2025-10-30T16:51:41.989202Z\", \"updated_at\":\"2025-10-30T16:51:41.989202Z\", \"subnet\":\"fd5f:519c:6d46:8b07::/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"8cc7d8e5-b56e-44ad-8001-d2fa3796163e\", \"vpc_id\":\"6baec7f2-6583-4805-9b7d-ef0603a2cff6\"}], \"vpc_id\":\"6baec7f2-6583-4805-9b7d-ef0603a2cff6\", \"dhcp_enabled\":true, \"default_route_propagation_enabled\":false, \"region\":\"fr-par\"}" + headers: + Content-Length: + - "1084" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:55:53 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 4966ddb6-a1b4-4115-b82d-8fd868e15f2e + status: 200 OK + code: 200 + duration: 32.375624ms +- id: 70 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/72af4d6f-f77b-4a30-94d7-95e9d20d7c7c + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1582 + body: "{\"region\":\"fr-par\", \"id\":\"72af4d6f-f77b-4a30-94d7-95e9d20d7c7c\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:51:42.964774Z\", \"updated_at\":\"2025-10-30T16:53:13.143362Z\", \"type\":\"kapsule\", \"name\":\"test-pool-size\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[], \"cluster_url\":\"https://72af4d6f-f77b-4a30-94d7-95e9d20d7c7c.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.72af4d6f-f77b-4a30-94d7-95e9d20d7c7c.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":true, \"maintenance_window\":{\"start_hour\":12, \"day\":\"monday\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"8cc7d8e5-b56e-44ad-8001-d2fa3796163e\", \"commitment_ends_at\":\"2025-10-30T16:51:42.964783Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"a07f8031-1342-41ce-872b-135c9c8e562a\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1582" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:55:53 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - e1c44f2c-0490-4fb2-84bc-596e27274b16 + status: 200 OK + code: 200 + duration: 19.187741ms +- id: 71 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/72af4d6f-f77b-4a30-94d7-95e9d20d7c7c/kubeconfig + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1650 + body: "{\"name\":\"kubeconfig\", \"content_type\":\"application/octet-stream\", \"content\":\"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogInRlc3QtcG9vbC1zaXplIgogIGNsdXN0ZXI6CiAgICBjZXJ0aWZpY2F0ZS1hdXRob3JpdHktZGF0YTogTFMwdExTMUNSVWRKVGlCRFJWSlVTVVpKUTBGVVJTMHRMUzB0Q2sxSlNVSlhla05EUVZGSFowRjNTVUpCWjBsQ1FVUkJTMEpuWjNGb2EycFBVRkZSUkVGcVFWWk5VazEzUlZGWlJGWlJVVVJGZDNCeVpGZEtiR050Tld3S1pFZFdlazFDTkZoRVZFa3hUVlJCZVU5VVJUSk9WRVV3VFRGdldFUlVUVEZOVkVGNVQxUkZNazVVUlRCTk1XOTNSbFJGVkUxQ1JVZEJNVlZGUVhoTlN3cGhNMVpwV2xoS2RWcFlVbXhqZWtKYVRVSk5SMEo1Y1VkVFRUUTVRV2RGUjBORGNVZFRUVFE1UVhkRlNFRXdTVUZDVFU4cmJIbE1PRzFsYlZVNVNEazVDblJHZEdSUVQxbHhVMW8yVjBzclRHMXFZV1pSWldwcmNFeDFSRlo1VWxwdVJrMWphMWM0Y1hCclUweFZNalkwT1RWblpHcHRkbXRyZEdab1ZtZGhOV1VLUkdJelZITXJhV3BSYWtKQlRVRTBSMEV4VldSRWQwVkNMM2RSUlVGM1NVTndSRUZRUW1kT1ZraFNUVUpCWmpoRlFsUkJSRUZSU0M5TlFqQkhRVEZWWkFwRVoxRlhRa0pTTXpoa1J6TXZUVEJuVGpoeGNsZzJhMUJIY0RkNmF6VlNOMU42UVV0Q1oyZHhhR3RxVDFCUlVVUkJaMDVKUVVSQ1JrRnBSVUZwWmk5YUNtcHhZVlJNTjNWYVRXOUxjMDRyT1hKVUx5OHZTV0ZTT0VoTFoyeHpZVTl5ZVVwM1RGTjZXVU5KUmpsak1HcFFUMkpDWVRCaVFYUlJOV1F2ZUVSMVFYb0tPVmQxT1VNNVZIYzVNRmxJTUVsdVVtSlBZazhLTFMwdExTMUZUa1FnUTBWU1ZFbEdTVU5CVkVVdExTMHRMUW89CiAgICBzZXJ2ZXI6IGh0dHBzOi8vNzJhZjRkNmYtZjc3Yi00YTMwLTk0ZDctOTVlOWQyMGQ3YzdjLmFwaS5rOHMuZnItcGFyLnNjdy5jbG91ZDo2NDQzCmNvbnRleHRzOgotIG5hbWU6IGFkbWluQHRlc3QtcG9vbC1zaXplCiAgY29udGV4dDoKICAgIGNsdXN0ZXI6ICJ0ZXN0LXBvb2wtc2l6ZSIKICAgIHVzZXI6IHRlc3QtcG9vbC1zaXplLWFkbWluCmN1cnJlbnQtY29udGV4dDogYWRtaW5AdGVzdC1wb29sLXNpemUKa2luZDogQ29uZmlnCnByZWZlcmVuY2VzOiB7fQp1c2VyczoKLSBuYW1lOiB0ZXN0LXBvb2wtc2l6ZS1hZG1pbgogIHVzZXI6CiAgICB0b2tlbjogRFhoUkpMdUFhbG50MUlHOUNuSlJXeVlsVjdmUFo5UmJaZmxqRlBBUFZsZ2hJZm5zcnRLdlpjMVk=\"}" + headers: + Content-Length: + - "1650" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:55:54 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 05c68396-c884-4aa1-91a3-8dac08635eba + status: 200 OK + code: 200 + duration: 78.150185ms +- id: 72 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/0ccff165-4abf-4eaf-b15b-f015df945404 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 702 + body: "{\"region\":\"fr-par\", \"id\":\"0ccff165-4abf-4eaf-b15b-f015df945404\", \"cluster_id\":\"72af4d6f-f77b-4a30-94d7-95e9d20d7c7c\", \"created_at\":\"2025-10-30T16:51:48.468973Z\", \"updated_at\":\"2025-10-30T16:55:52.846189Z\", \"name\":\"pool\", \"status\":\"ready\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "702" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:55:54 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - e471a6ea-8b9c-4f60-a43f-072b6f82188d + status: 200 OK + code: 200 + duration: 23.323834ms +- id: 73 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + form: + order_by: + - created_at_asc + page: + - "1" + pool_id: + - 0ccff165-4abf-4eaf-b15b-f015df945404 + status: + - unknown + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/72af4d6f-f77b-4a30-94d7-95e9d20d7c7c/nodes?order_by=created_at_asc&page=1&pool_id=0ccff165-4abf-4eaf-b15b-f015df945404&status=unknown + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 619 + body: "{\"total_count\":1, \"nodes\":[{\"region\":\"fr-par\", \"id\":\"49bcc1f6-133f-4938-9f5a-bbca5c23cc31\", \"cluster_id\":\"72af4d6f-f77b-4a30-94d7-95e9d20d7c7c\", \"created_at\":\"2025-10-30T16:54:54.764720Z\", \"updated_at\":\"2025-10-30T16:55:52.833238Z\", \"pool_id\":\"0ccff165-4abf-4eaf-b15b-f015df945404\", \"status\":\"ready\", \"conditions\":{\"DiskPressure\":\"False\", \"MemoryPressure\":\"False\", \"PIDPressure\":\"False\", \"Ready\":\"True\"}, \"name\":\"scw-test-pool-size-pool-49bcc1f6133f49389f5abb\", \"public_ip_v4\":\"51.15.236.240\", \"public_ip_v6\":null, \"provider_id\":\"scaleway://instance/fr-par-1/6eb38208-a5b7-466c-ba47-ec9fc6bab30c\", \"error_message\":\"\"}]}" + headers: + Content-Length: + - "619" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:55:54 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 0c301db3-a3c6-4d3a-84a1-485d94acf214 + status: 200 OK + code: 200 + duration: 30.224105ms +- id: 74 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/72af4d6f-f77b-4a30-94d7-95e9d20d7c7c + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1582 + body: "{\"region\":\"fr-par\", \"id\":\"72af4d6f-f77b-4a30-94d7-95e9d20d7c7c\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:51:42.964774Z\", \"updated_at\":\"2025-10-30T16:53:13.143362Z\", \"type\":\"kapsule\", \"name\":\"test-pool-size\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[], \"cluster_url\":\"https://72af4d6f-f77b-4a30-94d7-95e9d20d7c7c.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.72af4d6f-f77b-4a30-94d7-95e9d20d7c7c.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":true, \"maintenance_window\":{\"start_hour\":12, \"day\":\"monday\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"8cc7d8e5-b56e-44ad-8001-d2fa3796163e\", \"commitment_ends_at\":\"2025-10-30T16:51:42.964783Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"a07f8031-1342-41ce-872b-135c9c8e562a\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1582" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:55:54 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - f736cb98-e2ba-4ef0-9814-5304de6b5bb6 + status: 200 OK + code: 200 + duration: 22.580731ms +- id: 75 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + form: + order_by: + - created_at_desc + project_id: + - 105bdce1-64c0-48ab-899d-868455867ecf + resource_name: + - scw-test-pool-size-pool-49bcc1f6133f49389f5abb + resource_type: + - unknown_type + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/ipam/v1/regions/fr-par/ips?order_by=created_at_desc&project_id=105bdce1-64c0-48ab-899d-868455867ecf&resource_name=scw-test-pool-size-pool-49bcc1f6133f49389f5abb&resource_type=unknown_type + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1121 + body: "{\"total_count\":2, \"ips\":[{\"id\":\"0461f29b-4b0e-45ea-abba-9b80a0cca4c9\", \"address\":\"fd5f:519c:6d46:8b07:57fd:7a14:5813:b86/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":true, \"created_at\":\"2025-10-30T16:54:58.251406Z\", \"updated_at\":\"2025-10-30T16:54:58.251406Z\", \"source\":{\"subnet_id\":\"83a37010-9e4f-443f-ab9c-1dfd0d17cdf3\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"cdf2a35f-fc87-448f-a83b-1e0d7689f523\", \"mac_address\":\"02:00:00:16:0B:D2\", \"name\":\"scw-test-pool-size-pool-49bcc1f6133f49389f5abb\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}, {\"id\":\"0cfb1399-091a-4e24-bf6d-0e4a3877b504\", \"address\":\"172.18.56.3/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":false, \"created_at\":\"2025-10-30T16:54:58.095801Z\", \"updated_at\":\"2025-10-30T16:54:58.095801Z\", \"source\":{\"subnet_id\":\"792887f6-0210-4d72-85e3-631bf1861aa4\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"cdf2a35f-fc87-448f-a83b-1e0d7689f523\", \"mac_address\":\"02:00:00:16:0B:D2\", \"name\":\"scw-test-pool-size-pool-49bcc1f6133f49389f5abb\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}]}" + headers: + Content-Length: + - "1121" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:55:54 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 82603824-7677-411d-b8ee-6600bea816a4 + status: 200 OK + code: 200 + duration: 27.630017ms +- id: 76 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/vpc/v2/regions/fr-par/vpcs/6baec7f2-6583-4805-9b7d-ef0603a2cff6 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 425 + body: "{\"id\":\"6baec7f2-6583-4805-9b7d-ef0603a2cff6\", \"name\":\"tf-vpc-heuristic-mirzakhani\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:51:41.869540Z\", \"updated_at\":\"2025-10-30T16:51:41.869540Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_default\":false, \"private_network_count\":1, \"routing_enabled\":true, \"custom_routes_propagation_enabled\":true, \"region\":\"fr-par\"}" + headers: + Content-Length: + - "425" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:55:54 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - b8fa3763-7f83-4ad7-83d3-27bbb8654fb8 + status: 200 OK + code: 200 + duration: 22.814088ms +- id: 77 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks/8cc7d8e5-b56e-44ad-8001-d2fa3796163e + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1084 + body: "{\"id\":\"8cc7d8e5-b56e-44ad-8001-d2fa3796163e\", \"name\":\"test-pool-size\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:51:41.989202Z\", \"updated_at\":\"2025-10-30T16:51:41.989202Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"subnets\":[{\"id\":\"792887f6-0210-4d72-85e3-631bf1861aa4\", \"created_at\":\"2025-10-30T16:51:41.989202Z\", \"updated_at\":\"2025-10-30T16:51:41.989202Z\", \"subnet\":\"172.18.56.0/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"8cc7d8e5-b56e-44ad-8001-d2fa3796163e\", \"vpc_id\":\"6baec7f2-6583-4805-9b7d-ef0603a2cff6\"}, {\"id\":\"83a37010-9e4f-443f-ab9c-1dfd0d17cdf3\", \"created_at\":\"2025-10-30T16:51:41.989202Z\", \"updated_at\":\"2025-10-30T16:51:41.989202Z\", \"subnet\":\"fd5f:519c:6d46:8b07::/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"8cc7d8e5-b56e-44ad-8001-d2fa3796163e\", \"vpc_id\":\"6baec7f2-6583-4805-9b7d-ef0603a2cff6\"}], \"vpc_id\":\"6baec7f2-6583-4805-9b7d-ef0603a2cff6\", \"dhcp_enabled\":true, \"default_route_propagation_enabled\":false, \"region\":\"fr-par\"}" + headers: + Content-Length: + - "1084" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:55:54 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 3a77cdcf-2d73-41c7-a105-fd24c2eb5cd9 + status: 200 OK + code: 200 + duration: 24.375949ms +- id: 78 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/72af4d6f-f77b-4a30-94d7-95e9d20d7c7c + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1582 + body: "{\"region\":\"fr-par\", \"id\":\"72af4d6f-f77b-4a30-94d7-95e9d20d7c7c\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:51:42.964774Z\", \"updated_at\":\"2025-10-30T16:53:13.143362Z\", \"type\":\"kapsule\", \"name\":\"test-pool-size\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[], \"cluster_url\":\"https://72af4d6f-f77b-4a30-94d7-95e9d20d7c7c.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.72af4d6f-f77b-4a30-94d7-95e9d20d7c7c.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":true, \"maintenance_window\":{\"start_hour\":12, \"day\":\"monday\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"8cc7d8e5-b56e-44ad-8001-d2fa3796163e\", \"commitment_ends_at\":\"2025-10-30T16:51:42.964783Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"a07f8031-1342-41ce-872b-135c9c8e562a\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1582" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:55:54 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - db15643e-2ceb-4bce-9435-99344b7c500b + status: 200 OK + code: 200 + duration: 26.061202ms +- id: 79 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/72af4d6f-f77b-4a30-94d7-95e9d20d7c7c/kubeconfig + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1650 + body: "{\"name\":\"kubeconfig\", \"content_type\":\"application/octet-stream\", \"content\":\"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogInRlc3QtcG9vbC1zaXplIgogIGNsdXN0ZXI6CiAgICBjZXJ0aWZpY2F0ZS1hdXRob3JpdHktZGF0YTogTFMwdExTMUNSVWRKVGlCRFJWSlVTVVpKUTBGVVJTMHRMUzB0Q2sxSlNVSlhla05EUVZGSFowRjNTVUpCWjBsQ1FVUkJTMEpuWjNGb2EycFBVRkZSUkVGcVFWWk5VazEzUlZGWlJGWlJVVVJGZDNCeVpGZEtiR050Tld3S1pFZFdlazFDTkZoRVZFa3hUVlJCZVU5VVJUSk9WRVV3VFRGdldFUlVUVEZOVkVGNVQxUkZNazVVUlRCTk1XOTNSbFJGVkUxQ1JVZEJNVlZGUVhoTlN3cGhNMVpwV2xoS2RWcFlVbXhqZWtKYVRVSk5SMEo1Y1VkVFRUUTVRV2RGUjBORGNVZFRUVFE1UVhkRlNFRXdTVUZDVFU4cmJIbE1PRzFsYlZVNVNEazVDblJHZEdSUVQxbHhVMW8yVjBzclRHMXFZV1pSWldwcmNFeDFSRlo1VWxwdVJrMWphMWM0Y1hCclUweFZNalkwT1RWblpHcHRkbXRyZEdab1ZtZGhOV1VLUkdJelZITXJhV3BSYWtKQlRVRTBSMEV4VldSRWQwVkNMM2RSUlVGM1NVTndSRUZRUW1kT1ZraFNUVUpCWmpoRlFsUkJSRUZSU0M5TlFqQkhRVEZWWkFwRVoxRlhRa0pTTXpoa1J6TXZUVEJuVGpoeGNsZzJhMUJIY0RkNmF6VlNOMU42UVV0Q1oyZHhhR3RxVDFCUlVVUkJaMDVKUVVSQ1JrRnBSVUZwWmk5YUNtcHhZVlJNTjNWYVRXOUxjMDRyT1hKVUx5OHZTV0ZTT0VoTFoyeHpZVTl5ZVVwM1RGTjZXVU5KUmpsak1HcFFUMkpDWVRCaVFYUlJOV1F2ZUVSMVFYb0tPVmQxT1VNNVZIYzVNRmxJTUVsdVVtSlBZazhLTFMwdExTMUZUa1FnUTBWU1ZFbEdTVU5CVkVVdExTMHRMUW89CiAgICBzZXJ2ZXI6IGh0dHBzOi8vNzJhZjRkNmYtZjc3Yi00YTMwLTk0ZDctOTVlOWQyMGQ3YzdjLmFwaS5rOHMuZnItcGFyLnNjdy5jbG91ZDo2NDQzCmNvbnRleHRzOgotIG5hbWU6IGFkbWluQHRlc3QtcG9vbC1zaXplCiAgY29udGV4dDoKICAgIGNsdXN0ZXI6ICJ0ZXN0LXBvb2wtc2l6ZSIKICAgIHVzZXI6IHRlc3QtcG9vbC1zaXplLWFkbWluCmN1cnJlbnQtY29udGV4dDogYWRtaW5AdGVzdC1wb29sLXNpemUKa2luZDogQ29uZmlnCnByZWZlcmVuY2VzOiB7fQp1c2VyczoKLSBuYW1lOiB0ZXN0LXBvb2wtc2l6ZS1hZG1pbgogIHVzZXI6CiAgICB0b2tlbjogRFhoUkpMdUFhbG50MUlHOUNuSlJXeVlsVjdmUFo5UmJaZmxqRlBBUFZsZ2hJZm5zcnRLdlpjMVk=\"}" + headers: + Content-Length: + - "1650" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:55:54 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - cdc8b35f-5c3c-4a99-bb9d-1edf99d08a2e + status: 200 OK + code: 200 + duration: 20.041184ms +- id: 80 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/0ccff165-4abf-4eaf-b15b-f015df945404 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 702 + body: "{\"region\":\"fr-par\", \"id\":\"0ccff165-4abf-4eaf-b15b-f015df945404\", \"cluster_id\":\"72af4d6f-f77b-4a30-94d7-95e9d20d7c7c\", \"created_at\":\"2025-10-30T16:51:48.468973Z\", \"updated_at\":\"2025-10-30T16:55:52.846189Z\", \"name\":\"pool\", \"status\":\"ready\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "702" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:55:54 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 98ecf829-3e2f-411d-a3ba-29f9acf45901 + status: 200 OK + code: 200 + duration: 91.183826ms +- id: 81 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + form: + order_by: + - created_at_asc + page: + - "1" + pool_id: + - 0ccff165-4abf-4eaf-b15b-f015df945404 + status: + - unknown + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/72af4d6f-f77b-4a30-94d7-95e9d20d7c7c/nodes?order_by=created_at_asc&page=1&pool_id=0ccff165-4abf-4eaf-b15b-f015df945404&status=unknown + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 619 + body: "{\"total_count\":1, \"nodes\":[{\"region\":\"fr-par\", \"id\":\"49bcc1f6-133f-4938-9f5a-bbca5c23cc31\", \"cluster_id\":\"72af4d6f-f77b-4a30-94d7-95e9d20d7c7c\", \"created_at\":\"2025-10-30T16:54:54.764720Z\", \"updated_at\":\"2025-10-30T16:55:52.833238Z\", \"pool_id\":\"0ccff165-4abf-4eaf-b15b-f015df945404\", \"status\":\"ready\", \"conditions\":{\"DiskPressure\":\"False\", \"MemoryPressure\":\"False\", \"PIDPressure\":\"False\", \"Ready\":\"True\"}, \"name\":\"scw-test-pool-size-pool-49bcc1f6133f49389f5abb\", \"public_ip_v4\":\"51.15.236.240\", \"public_ip_v6\":null, \"provider_id\":\"scaleway://instance/fr-par-1/6eb38208-a5b7-466c-ba47-ec9fc6bab30c\", \"error_message\":\"\"}]}" + headers: + Content-Length: + - "619" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:55:54 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 97c13f2b-232d-4fff-9a6c-453e9cef2d60 + status: 200 OK + code: 200 + duration: 27.09399ms +- id: 82 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/72af4d6f-f77b-4a30-94d7-95e9d20d7c7c + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1582 + body: "{\"region\":\"fr-par\", \"id\":\"72af4d6f-f77b-4a30-94d7-95e9d20d7c7c\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:51:42.964774Z\", \"updated_at\":\"2025-10-30T16:53:13.143362Z\", \"type\":\"kapsule\", \"name\":\"test-pool-size\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[], \"cluster_url\":\"https://72af4d6f-f77b-4a30-94d7-95e9d20d7c7c.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.72af4d6f-f77b-4a30-94d7-95e9d20d7c7c.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":true, \"maintenance_window\":{\"start_hour\":12, \"day\":\"monday\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"8cc7d8e5-b56e-44ad-8001-d2fa3796163e\", \"commitment_ends_at\":\"2025-10-30T16:51:42.964783Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"a07f8031-1342-41ce-872b-135c9c8e562a\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1582" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:55:54 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 4f150392-81b1-42f1-9533-020f5872d45f + status: 200 OK + code: 200 + duration: 97.903779ms +- id: 83 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + form: + order_by: + - created_at_desc + project_id: + - 105bdce1-64c0-48ab-899d-868455867ecf + resource_name: + - scw-test-pool-size-pool-49bcc1f6133f49389f5abb + resource_type: + - unknown_type + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/ipam/v1/regions/fr-par/ips?order_by=created_at_desc&project_id=105bdce1-64c0-48ab-899d-868455867ecf&resource_name=scw-test-pool-size-pool-49bcc1f6133f49389f5abb&resource_type=unknown_type + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1121 + body: "{\"total_count\":2, \"ips\":[{\"id\":\"0461f29b-4b0e-45ea-abba-9b80a0cca4c9\", \"address\":\"fd5f:519c:6d46:8b07:57fd:7a14:5813:b86/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":true, \"created_at\":\"2025-10-30T16:54:58.251406Z\", \"updated_at\":\"2025-10-30T16:54:58.251406Z\", \"source\":{\"subnet_id\":\"83a37010-9e4f-443f-ab9c-1dfd0d17cdf3\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"cdf2a35f-fc87-448f-a83b-1e0d7689f523\", \"mac_address\":\"02:00:00:16:0B:D2\", \"name\":\"scw-test-pool-size-pool-49bcc1f6133f49389f5abb\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}, {\"id\":\"0cfb1399-091a-4e24-bf6d-0e4a3877b504\", \"address\":\"172.18.56.3/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":false, \"created_at\":\"2025-10-30T16:54:58.095801Z\", \"updated_at\":\"2025-10-30T16:54:58.095801Z\", \"source\":{\"subnet_id\":\"792887f6-0210-4d72-85e3-631bf1861aa4\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"cdf2a35f-fc87-448f-a83b-1e0d7689f523\", \"mac_address\":\"02:00:00:16:0B:D2\", \"name\":\"scw-test-pool-size-pool-49bcc1f6133f49389f5abb\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}]}" + headers: + Content-Length: + - "1121" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:55:54 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 0b04fe8a-22af-4a25-8423-a0a79ffb7e92 + status: 200 OK + code: 200 + duration: 23.860623ms +- id: 84 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/0ccff165-4abf-4eaf-b15b-f015df945404 + method: DELETE + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 705 + body: "{\"region\":\"fr-par\", \"id\":\"0ccff165-4abf-4eaf-b15b-f015df945404\", \"cluster_id\":\"72af4d6f-f77b-4a30-94d7-95e9d20d7c7c\", \"created_at\":\"2025-10-30T16:51:48.468973Z\", \"updated_at\":\"2025-10-30T16:55:55.193295Z\", \"name\":\"pool\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "705" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:55:55 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 1c1300eb-e58e-4018-9c9f-f285d88066ad + status: 200 OK + code: 200 + duration: 105.28974ms +- id: 85 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/0ccff165-4abf-4eaf-b15b-f015df945404 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 705 + body: "{\"region\":\"fr-par\", \"id\":\"0ccff165-4abf-4eaf-b15b-f015df945404\", \"cluster_id\":\"72af4d6f-f77b-4a30-94d7-95e9d20d7c7c\", \"created_at\":\"2025-10-30T16:51:48.468973Z\", \"updated_at\":\"2025-10-30T16:55:55.193295Z\", \"name\":\"pool\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "705" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:55:55 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 7c26dfaa-ee24-4845-95ed-f189613807ab + status: 200 OK + code: 200 + duration: 40.588999ms +- id: 86 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/0ccff165-4abf-4eaf-b15b-f015df945404 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 705 + body: "{\"region\":\"fr-par\", \"id\":\"0ccff165-4abf-4eaf-b15b-f015df945404\", \"cluster_id\":\"72af4d6f-f77b-4a30-94d7-95e9d20d7c7c\", \"created_at\":\"2025-10-30T16:51:48.468973Z\", \"updated_at\":\"2025-10-30T16:55:55.193295Z\", \"name\":\"pool\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "705" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:56:00 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 7991262d-34ce-4835-b234-98469c34e01c + status: 200 OK + code: 200 + duration: 77.839581ms +- id: 87 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/0ccff165-4abf-4eaf-b15b-f015df945404 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 705 + body: "{\"region\":\"fr-par\", \"id\":\"0ccff165-4abf-4eaf-b15b-f015df945404\", \"cluster_id\":\"72af4d6f-f77b-4a30-94d7-95e9d20d7c7c\", \"created_at\":\"2025-10-30T16:51:48.468973Z\", \"updated_at\":\"2025-10-30T16:55:55.193295Z\", \"name\":\"pool\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "705" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:56:05 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 6a17651c-e1da-44c0-9fc5-e6cb6328f087 + status: 200 OK + code: 200 + duration: 88.085922ms +- id: 88 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/0ccff165-4abf-4eaf-b15b-f015df945404 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 705 + body: "{\"region\":\"fr-par\", \"id\":\"0ccff165-4abf-4eaf-b15b-f015df945404\", \"cluster_id\":\"72af4d6f-f77b-4a30-94d7-95e9d20d7c7c\", \"created_at\":\"2025-10-30T16:51:48.468973Z\", \"updated_at\":\"2025-10-30T16:55:55.193295Z\", \"name\":\"pool\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "705" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:56:10 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 42367a36-c749-4b1c-a0a9-2ff6ea07d6b3 + status: 200 OK + code: 200 + duration: 88.29353ms +- id: 89 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/0ccff165-4abf-4eaf-b15b-f015df945404 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 705 + body: "{\"region\":\"fr-par\", \"id\":\"0ccff165-4abf-4eaf-b15b-f015df945404\", \"cluster_id\":\"72af4d6f-f77b-4a30-94d7-95e9d20d7c7c\", \"created_at\":\"2025-10-30T16:51:48.468973Z\", \"updated_at\":\"2025-10-30T16:55:55.193295Z\", \"name\":\"pool\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "705" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:56:15 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 97c9f695-32cc-4305-93c6-9c3a3beb36b1 + status: 200 OK + code: 200 + duration: 82.259316ms +- id: 90 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/0ccff165-4abf-4eaf-b15b-f015df945404 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 705 + body: "{\"region\":\"fr-par\", \"id\":\"0ccff165-4abf-4eaf-b15b-f015df945404\", \"cluster_id\":\"72af4d6f-f77b-4a30-94d7-95e9d20d7c7c\", \"created_at\":\"2025-10-30T16:51:48.468973Z\", \"updated_at\":\"2025-10-30T16:55:55.193295Z\", \"name\":\"pool\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "705" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:56:20 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - f12c4522-5ea7-46ab-8ad8-60e5f8eb57fc + status: 200 OK + code: 200 + duration: 95.442759ms +- id: 91 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/0ccff165-4abf-4eaf-b15b-f015df945404 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 705 + body: "{\"region\":\"fr-par\", \"id\":\"0ccff165-4abf-4eaf-b15b-f015df945404\", \"cluster_id\":\"72af4d6f-f77b-4a30-94d7-95e9d20d7c7c\", \"created_at\":\"2025-10-30T16:51:48.468973Z\", \"updated_at\":\"2025-10-30T16:55:55.193295Z\", \"name\":\"pool\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "705" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:56:25 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 54565763-762e-4add-9e5d-09f711baba01 + status: 200 OK + code: 200 + duration: 80.941533ms +- id: 92 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/0ccff165-4abf-4eaf-b15b-f015df945404 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 705 + body: "{\"region\":\"fr-par\", \"id\":\"0ccff165-4abf-4eaf-b15b-f015df945404\", \"cluster_id\":\"72af4d6f-f77b-4a30-94d7-95e9d20d7c7c\", \"created_at\":\"2025-10-30T16:51:48.468973Z\", \"updated_at\":\"2025-10-30T16:55:55.193295Z\", \"name\":\"pool\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "705" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:56:30 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 8a484047-d611-4716-a61e-eddbe73bbf4a + status: 200 OK + code: 200 + duration: 84.665473ms +- id: 93 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/0ccff165-4abf-4eaf-b15b-f015df945404 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 705 + body: "{\"region\":\"fr-par\", \"id\":\"0ccff165-4abf-4eaf-b15b-f015df945404\", \"cluster_id\":\"72af4d6f-f77b-4a30-94d7-95e9d20d7c7c\", \"created_at\":\"2025-10-30T16:51:48.468973Z\", \"updated_at\":\"2025-10-30T16:55:55.193295Z\", \"name\":\"pool\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "705" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:56:35 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - c4d4b50a-16c1-433b-b981-cf80e7c9f29c + status: 200 OK + code: 200 + duration: 99.481078ms +- id: 94 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/0ccff165-4abf-4eaf-b15b-f015df945404 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 705 + body: "{\"region\":\"fr-par\", \"id\":\"0ccff165-4abf-4eaf-b15b-f015df945404\", \"cluster_id\":\"72af4d6f-f77b-4a30-94d7-95e9d20d7c7c\", \"created_at\":\"2025-10-30T16:51:48.468973Z\", \"updated_at\":\"2025-10-30T16:55:55.193295Z\", \"name\":\"pool\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "705" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:56:41 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - a4d5a85f-2464-4e74-ad40-45a1ebed838a + status: 200 OK + code: 200 + duration: 79.844965ms +- id: 95 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/0ccff165-4abf-4eaf-b15b-f015df945404 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 705 + body: "{\"region\":\"fr-par\", \"id\":\"0ccff165-4abf-4eaf-b15b-f015df945404\", \"cluster_id\":\"72af4d6f-f77b-4a30-94d7-95e9d20d7c7c\", \"created_at\":\"2025-10-30T16:51:48.468973Z\", \"updated_at\":\"2025-10-30T16:55:55.193295Z\", \"name\":\"pool\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "705" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:56:46 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 21056ca5-2ca0-4028-9749-374565ca09e2 + status: 200 OK + code: 200 + duration: 87.146209ms +- id: 96 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/0ccff165-4abf-4eaf-b15b-f015df945404 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 705 + body: "{\"region\":\"fr-par\", \"id\":\"0ccff165-4abf-4eaf-b15b-f015df945404\", \"cluster_id\":\"72af4d6f-f77b-4a30-94d7-95e9d20d7c7c\", \"created_at\":\"2025-10-30T16:51:48.468973Z\", \"updated_at\":\"2025-10-30T16:55:55.193295Z\", \"name\":\"pool\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "705" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:56:51 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - f9b8748a-85ff-427e-a3c9-28b09d2fdfa1 + status: 200 OK + code: 200 + duration: 92.366346ms +- id: 97 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/0ccff165-4abf-4eaf-b15b-f015df945404 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 705 + body: "{\"region\":\"fr-par\", \"id\":\"0ccff165-4abf-4eaf-b15b-f015df945404\", \"cluster_id\":\"72af4d6f-f77b-4a30-94d7-95e9d20d7c7c\", \"created_at\":\"2025-10-30T16:51:48.468973Z\", \"updated_at\":\"2025-10-30T16:55:55.193295Z\", \"name\":\"pool\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "705" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:56:56 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 4b75e909-a19c-40bd-a78c-687877547a23 + status: 200 OK + code: 200 + duration: 83.341748ms +- id: 98 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/0ccff165-4abf-4eaf-b15b-f015df945404 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 705 + body: "{\"region\":\"fr-par\", \"id\":\"0ccff165-4abf-4eaf-b15b-f015df945404\", \"cluster_id\":\"72af4d6f-f77b-4a30-94d7-95e9d20d7c7c\", \"created_at\":\"2025-10-30T16:51:48.468973Z\", \"updated_at\":\"2025-10-30T16:55:55.193295Z\", \"name\":\"pool\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "705" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:57:01 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - a68dc8d5-c879-47e7-a36b-807b6b8482fb + status: 200 OK + code: 200 + duration: 97.919718ms +- id: 99 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/0ccff165-4abf-4eaf-b15b-f015df945404 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 705 + body: "{\"region\":\"fr-par\", \"id\":\"0ccff165-4abf-4eaf-b15b-f015df945404\", \"cluster_id\":\"72af4d6f-f77b-4a30-94d7-95e9d20d7c7c\", \"created_at\":\"2025-10-30T16:51:48.468973Z\", \"updated_at\":\"2025-10-30T16:55:55.193295Z\", \"name\":\"pool\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "705" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:57:06 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 0aeb5aa3-e2a0-46a6-b25f-8312c5bec8b8 + status: 200 OK + code: 200 + duration: 82.889268ms +- id: 100 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/0ccff165-4abf-4eaf-b15b-f015df945404 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 705 + body: "{\"region\":\"fr-par\", \"id\":\"0ccff165-4abf-4eaf-b15b-f015df945404\", \"cluster_id\":\"72af4d6f-f77b-4a30-94d7-95e9d20d7c7c\", \"created_at\":\"2025-10-30T16:51:48.468973Z\", \"updated_at\":\"2025-10-30T16:55:55.193295Z\", \"name\":\"pool\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "705" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:57:11 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 12d4266d-8235-4551-be2c-f6d9fab3be82 + status: 200 OK + code: 200 + duration: 79.950123ms +- id: 101 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/0ccff165-4abf-4eaf-b15b-f015df945404 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 705 + body: "{\"region\":\"fr-par\", \"id\":\"0ccff165-4abf-4eaf-b15b-f015df945404\", \"cluster_id\":\"72af4d6f-f77b-4a30-94d7-95e9d20d7c7c\", \"created_at\":\"2025-10-30T16:51:48.468973Z\", \"updated_at\":\"2025-10-30T16:55:55.193295Z\", \"name\":\"pool\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "705" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:57:16 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - fd8f6e6e-158d-411f-8a63-45e945f977f5 + status: 200 OK + code: 200 + duration: 91.146616ms +- id: 102 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/0ccff165-4abf-4eaf-b15b-f015df945404 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 705 + body: "{\"region\":\"fr-par\", \"id\":\"0ccff165-4abf-4eaf-b15b-f015df945404\", \"cluster_id\":\"72af4d6f-f77b-4a30-94d7-95e9d20d7c7c\", \"created_at\":\"2025-10-30T16:51:48.468973Z\", \"updated_at\":\"2025-10-30T16:55:55.193295Z\", \"name\":\"pool\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "705" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:57:21 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 4045970b-9d67-4e80-b61b-8084d4cbba6f + status: 200 OK + code: 200 + duration: 90.348228ms +- id: 103 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/0ccff165-4abf-4eaf-b15b-f015df945404 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 705 + body: "{\"region\":\"fr-par\", \"id\":\"0ccff165-4abf-4eaf-b15b-f015df945404\", \"cluster_id\":\"72af4d6f-f77b-4a30-94d7-95e9d20d7c7c\", \"created_at\":\"2025-10-30T16:51:48.468973Z\", \"updated_at\":\"2025-10-30T16:55:55.193295Z\", \"name\":\"pool\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "705" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:57:26 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - d7553cdc-ebae-4d76-92da-eed24aa85d5a + status: 200 OK + code: 200 + duration: 78.171244ms +- id: 104 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/0ccff165-4abf-4eaf-b15b-f015df945404 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 705 + body: "{\"region\":\"fr-par\", \"id\":\"0ccff165-4abf-4eaf-b15b-f015df945404\", \"cluster_id\":\"72af4d6f-f77b-4a30-94d7-95e9d20d7c7c\", \"created_at\":\"2025-10-30T16:51:48.468973Z\", \"updated_at\":\"2025-10-30T16:55:55.193295Z\", \"name\":\"pool\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "705" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:57:31 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - e74f82d7-eac1-4489-8ec7-fce5ace9d600 + status: 200 OK + code: 200 + duration: 110.849735ms +- id: 105 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/0ccff165-4abf-4eaf-b15b-f015df945404 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 705 + body: "{\"region\":\"fr-par\", \"id\":\"0ccff165-4abf-4eaf-b15b-f015df945404\", \"cluster_id\":\"72af4d6f-f77b-4a30-94d7-95e9d20d7c7c\", \"created_at\":\"2025-10-30T16:51:48.468973Z\", \"updated_at\":\"2025-10-30T16:55:55.193295Z\", \"name\":\"pool\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "705" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:57:37 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - fa3a3ea0-8cfa-4e0a-a338-171e17412b93 + status: 200 OK + code: 200 + duration: 87.632221ms +- id: 106 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/0ccff165-4abf-4eaf-b15b-f015df945404 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 705 + body: "{\"region\":\"fr-par\", \"id\":\"0ccff165-4abf-4eaf-b15b-f015df945404\", \"cluster_id\":\"72af4d6f-f77b-4a30-94d7-95e9d20d7c7c\", \"created_at\":\"2025-10-30T16:51:48.468973Z\", \"updated_at\":\"2025-10-30T16:55:55.193295Z\", \"name\":\"pool\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "705" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:57:42 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - bc814bff-854a-4c9f-8ee5-75f7a9da9214 + status: 200 OK + code: 200 + duration: 112.319814ms +- id: 107 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/0ccff165-4abf-4eaf-b15b-f015df945404 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 705 + body: "{\"region\":\"fr-par\", \"id\":\"0ccff165-4abf-4eaf-b15b-f015df945404\", \"cluster_id\":\"72af4d6f-f77b-4a30-94d7-95e9d20d7c7c\", \"created_at\":\"2025-10-30T16:51:48.468973Z\", \"updated_at\":\"2025-10-30T16:55:55.193295Z\", \"name\":\"pool\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "705" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:57:47 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 36220aa8-7c6d-469b-a27d-fbdcbfb4b81d + status: 200 OK + code: 200 + duration: 72.991983ms +- id: 108 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/0ccff165-4abf-4eaf-b15b-f015df945404 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 705 + body: "{\"region\":\"fr-par\", \"id\":\"0ccff165-4abf-4eaf-b15b-f015df945404\", \"cluster_id\":\"72af4d6f-f77b-4a30-94d7-95e9d20d7c7c\", \"created_at\":\"2025-10-30T16:51:48.468973Z\", \"updated_at\":\"2025-10-30T16:55:55.193295Z\", \"name\":\"pool\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "705" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:57:52 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - cb8a7e6a-535f-47e5-8bc4-c95f5ba0c25d + status: 200 OK + code: 200 + duration: 97.189658ms +- id: 109 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/0ccff165-4abf-4eaf-b15b-f015df945404 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 705 + body: "{\"region\":\"fr-par\", \"id\":\"0ccff165-4abf-4eaf-b15b-f015df945404\", \"cluster_id\":\"72af4d6f-f77b-4a30-94d7-95e9d20d7c7c\", \"created_at\":\"2025-10-30T16:51:48.468973Z\", \"updated_at\":\"2025-10-30T16:55:55.193295Z\", \"name\":\"pool\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "705" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:57:57 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - c988d45a-659e-4674-bbc3-2328ee84045b + status: 200 OK + code: 200 + duration: 91.997694ms +- id: 110 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/0ccff165-4abf-4eaf-b15b-f015df945404 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 705 + body: "{\"region\":\"fr-par\", \"id\":\"0ccff165-4abf-4eaf-b15b-f015df945404\", \"cluster_id\":\"72af4d6f-f77b-4a30-94d7-95e9d20d7c7c\", \"created_at\":\"2025-10-30T16:51:48.468973Z\", \"updated_at\":\"2025-10-30T16:55:55.193295Z\", \"name\":\"pool\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "705" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:58:02 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - a0b0267f-719f-4cf9-bb4e-10122fd5ef8a + status: 200 OK + code: 200 + duration: 103.652368ms +- id: 111 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/0ccff165-4abf-4eaf-b15b-f015df945404 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 125 + body: "{\"message\":\"resource is not found\",\"resource\":\"pool\",\"resource_id\":\"0ccff165-4abf-4eaf-b15b-f015df945404\",\"type\":\"not_found\"}" + headers: + Content-Length: + - "125" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:58:07 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 5f226992-1917-4dde-9e33-2a00bf1b8b46 + status: 404 Not Found + code: 404 + duration: 24.823379ms +- id: 112 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + form: + with_additional_resources: + - "false" + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/72af4d6f-f77b-4a30-94d7-95e9d20d7c7c?with_additional_resources=false + method: DELETE + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1586 + body: "{\"region\":\"fr-par\", \"id\":\"72af4d6f-f77b-4a30-94d7-95e9d20d7c7c\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:51:42.964774Z\", \"updated_at\":\"2025-10-30T16:58:07.699283Z\", \"type\":\"kapsule\", \"name\":\"test-pool-size\", \"description\":\"\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[], \"cluster_url\":\"https://72af4d6f-f77b-4a30-94d7-95e9d20d7c7c.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.72af4d6f-f77b-4a30-94d7-95e9d20d7c7c.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":true, \"maintenance_window\":{\"start_hour\":12, \"day\":\"monday\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"8cc7d8e5-b56e-44ad-8001-d2fa3796163e\", \"commitment_ends_at\":\"2025-10-30T16:51:42.964783Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"a07f8031-1342-41ce-872b-135c9c8e562a\", \"new_images_enabled\":false, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1586" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:58:07 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 367e38d8-a714-42cc-bcc2-ec33c338bc2c + status: 200 OK + code: 200 + duration: 156.068674ms +- id: 113 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/72af4d6f-f77b-4a30-94d7-95e9d20d7c7c + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1585 + body: "{\"region\":\"fr-par\", \"id\":\"72af4d6f-f77b-4a30-94d7-95e9d20d7c7c\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:51:42.964774Z\", \"updated_at\":\"2025-10-30T16:58:07.699283Z\", \"type\":\"kapsule\", \"name\":\"test-pool-size\", \"description\":\"\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[], \"cluster_url\":\"https://72af4d6f-f77b-4a30-94d7-95e9d20d7c7c.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.72af4d6f-f77b-4a30-94d7-95e9d20d7c7c.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":true, \"maintenance_window\":{\"start_hour\":12, \"day\":\"monday\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"8cc7d8e5-b56e-44ad-8001-d2fa3796163e\", \"commitment_ends_at\":\"2025-10-30T16:51:42.964783Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"a07f8031-1342-41ce-872b-135c9c8e562a\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1585" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:58:07 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 6ca7d712-cb36-4ade-bd00-0679bcd1dd6f + status: 200 OK + code: 200 + duration: 140.62643ms +- id: 114 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/72af4d6f-f77b-4a30-94d7-95e9d20d7c7c + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1585 + body: "{\"region\":\"fr-par\", \"id\":\"72af4d6f-f77b-4a30-94d7-95e9d20d7c7c\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:51:42.964774Z\", \"updated_at\":\"2025-10-30T16:58:07.699283Z\", \"type\":\"kapsule\", \"name\":\"test-pool-size\", \"description\":\"\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[], \"cluster_url\":\"https://72af4d6f-f77b-4a30-94d7-95e9d20d7c7c.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.72af4d6f-f77b-4a30-94d7-95e9d20d7c7c.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":true, \"maintenance_window\":{\"start_hour\":12, \"day\":\"monday\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"8cc7d8e5-b56e-44ad-8001-d2fa3796163e\", \"commitment_ends_at\":\"2025-10-30T16:51:42.964783Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"a07f8031-1342-41ce-872b-135c9c8e562a\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1585" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:58:13 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 69742987-a469-4444-9615-f17706867165 + status: 200 OK + code: 200 + duration: 99.658962ms +- id: 115 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/72af4d6f-f77b-4a30-94d7-95e9d20d7c7c + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1585 + body: "{\"region\":\"fr-par\", \"id\":\"72af4d6f-f77b-4a30-94d7-95e9d20d7c7c\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:51:42.964774Z\", \"updated_at\":\"2025-10-30T16:58:07.699283Z\", \"type\":\"kapsule\", \"name\":\"test-pool-size\", \"description\":\"\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[], \"cluster_url\":\"https://72af4d6f-f77b-4a30-94d7-95e9d20d7c7c.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.72af4d6f-f77b-4a30-94d7-95e9d20d7c7c.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":true, \"maintenance_window\":{\"start_hour\":12, \"day\":\"monday\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"8cc7d8e5-b56e-44ad-8001-d2fa3796163e\", \"commitment_ends_at\":\"2025-10-30T16:51:42.964783Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"a07f8031-1342-41ce-872b-135c9c8e562a\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1585" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:58:18 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 70c1938e-3b56-49e1-a2ee-baff6426ff18 + status: 200 OK + code: 200 + duration: 94.124675ms +- id: 116 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/72af4d6f-f77b-4a30-94d7-95e9d20d7c7c + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 128 + body: "{\"message\":\"resource is not found\",\"resource\":\"cluster\",\"resource_id\":\"72af4d6f-f77b-4a30-94d7-95e9d20d7c7c\",\"type\":\"not_found\"}" + headers: + Content-Length: + - "128" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:58:23 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 08effb2d-2ea6-47e0-b8d7-1bfb355e1d64 + status: 404 Not Found + code: 404 + duration: 20.722834ms +- id: 117 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks/8cc7d8e5-b56e-44ad-8001-d2fa3796163e + method: DELETE + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 0 + body: "" + headers: + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:58:24 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - e57bd6a0-e934-4e16-9f73-66ac4c42788f + status: 204 No Content + code: 204 + duration: 1.319682603s +- id: 118 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/vpc/v2/regions/fr-par/vpcs/6baec7f2-6583-4805-9b7d-ef0603a2cff6 + method: DELETE + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 0 + body: "" + headers: + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:58:24 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 22330cea-59af-4079-b398-50ac91423d48 + status: 204 No Content + code: 204 + duration: 131.433548ms +- id: 119 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/0ccff165-4abf-4eaf-b15b-f015df945404 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 125 + body: "{\"message\":\"resource is not found\",\"resource\":\"pool\",\"resource_id\":\"0ccff165-4abf-4eaf-b15b-f015df945404\",\"type\":\"not_found\"}" + headers: + Content-Length: + - "125" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:58:24 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 2ebc2466-11e7-418f-b1dd-30253296de98 + status: 404 Not Found + code: 404 + duration: 23.649486ms +- id: 120 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/72af4d6f-f77b-4a30-94d7-95e9d20d7c7c + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 128 + body: "{\"message\":\"resource is not found\",\"resource\":\"cluster\",\"resource_id\":\"72af4d6f-f77b-4a30-94d7-95e9d20d7c7c\",\"type\":\"not_found\"}" + headers: + Content-Length: + - "128" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:58:24 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 53be643c-5a0d-4ec1-936b-cbdb36d5451f + status: 404 Not Found + code: 404 + duration: 25.558429ms +- id: 121 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks/8cc7d8e5-b56e-44ad-8001-d2fa3796163e + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 136 + body: "{\"message\":\"resource is not found\",\"resource\":\"private_network\",\"resource_id\":\"8cc7d8e5-b56e-44ad-8001-d2fa3796163e\",\"type\":\"not_found\"}" + headers: + Content-Length: + - "136" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:58:24 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 094ca370-8d54-4ee3-917a-bba072143a88 + status: 404 Not Found + code: 404 + duration: 26.085348ms diff --git a/internal/services/k8s/testdata/pool-upgrade-policy.cassette.yaml b/internal/services/k8s/testdata/pool-upgrade-policy.cassette.yaml index 8cefcbf6b9..fdce063063 100644 --- a/internal/services/k8s/testdata/pool-upgrade-policy.cassette.yaml +++ b/internal/services/k8s/testdata/pool-upgrade-policy.cassette.yaml @@ -1,3194 +1,7090 @@ --- version: 2 interactions: - - id: 0 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/versions - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 4962 - uncompressed: false - body: '{"versions":[{"available_admission_plugins":["AlwaysPullImages","PodNodeSelector","PodTolerationRestriction"],"available_cnis":["cilium","cilium_native","calico","kilo","none"],"available_container_runtimes":["containerd"],"available_feature_gates":["HPAScaleToZero","CPUManagerPolicyAlphaOptions","ImageVolume"],"available_kubelet_args":{"containerLogMaxFiles":"uint16","containerLogMaxSize":"quantity","cpuCFSQuota":"bool","cpuCFSQuotaPeriod":"duration","cpuManagerPolicy":"enum:none|static","cpuManagerPolicyOptions":"map[string]string","enableDebuggingHandlers":"bool","evictionHard":"map[string]string","evictionMinimumReclaim":"map[string]string","imageGCHighThresholdPercent":"uint32","imageGCLowThresholdPercent":"uint32","maxParallelImagePulls":"int32","maxPods":"uint16","registryBurst":"int32","registryPullQPS":"int32","serializeImagePulls":"bool"},"label":"Kubernetes 1.34.1","name":"1.34.1","region":"fr-par"},{"available_admission_plugins":["AlwaysPullImages","PodNodeSelector","PodTolerationRestriction"],"available_cnis":["cilium","calico","kilo","none"],"available_container_runtimes":["containerd"],"available_feature_gates":["HPAScaleToZero","DRAAdminAccess","DynamicResourceAllocation","PodLevelResources","CPUManagerPolicyAlphaOptions","ImageVolume"],"available_kubelet_args":{"containerLogMaxFiles":"uint16","containerLogMaxSize":"quantity","cpuCFSQuota":"bool","cpuCFSQuotaPeriod":"duration","cpuManagerPolicy":"enum:none|static","cpuManagerPolicyOptions":"map[string]string","enableDebuggingHandlers":"bool","evictionHard":"map[string]string","evictionMinimumReclaim":"map[string]string","imageGCHighThresholdPercent":"uint32","imageGCLowThresholdPercent":"uint32","maxParallelImagePulls":"int32","maxPods":"uint16","registryBurst":"int32","registryPullQPS":"int32","serializeImagePulls":"bool"},"label":"Kubernetes 1.33.4","name":"1.33.4","region":"fr-par"},{"available_admission_plugins":["AlwaysPullImages","PodNodeSelector","PodTolerationRestriction"],"available_cnis":["cilium","calico","kilo","none"],"available_container_runtimes":["containerd"],"available_feature_gates":["HPAScaleToZero","InPlacePodVerticalScaling","SidecarContainers","DRAAdminAccess","DRAResourceClaimDeviceStatus","DynamicResourceAllocation","PodLevelResources","CPUManagerPolicyAlphaOptions","ImageVolume"],"available_kubelet_args":{"containerLogMaxFiles":"uint16","containerLogMaxSize":"quantity","cpuCFSQuota":"bool","cpuCFSQuotaPeriod":"duration","cpuManagerPolicy":"enum:none|static","cpuManagerPolicyOptions":"map[string]string","enableDebuggingHandlers":"bool","evictionHard":"map[string]string","evictionMinimumReclaim":"map[string]string","imageGCHighThresholdPercent":"uint32","imageGCLowThresholdPercent":"uint32","maxParallelImagePulls":"int32","maxPods":"uint16","registryBurst":"int32","registryPullQPS":"int32","serializeImagePulls":"bool"},"label":"Kubernetes 1.32.8","name":"1.32.8","region":"fr-par"},{"available_admission_plugins":["AlwaysPullImages","PodNodeSelector","PodTolerationRestriction"],"available_cnis":["cilium","calico","kilo","none"],"available_container_runtimes":["containerd"],"available_feature_gates":["HPAScaleToZero","InPlacePodVerticalScaling","SidecarContainers","CPUManagerPolicyAlphaOptions","ImageVolume"],"available_kubelet_args":{"containerLogMaxFiles":"uint16","containerLogMaxSize":"quantity","cpuCFSQuota":"bool","cpuCFSQuotaPeriod":"duration","cpuManagerPolicy":"enum:none|static","cpuManagerPolicyOptions":"map[string]string","enableDebuggingHandlers":"bool","evictionHard":"map[string]string","evictionMinimumReclaim":"map[string]string","imageGCHighThresholdPercent":"uint32","imageGCLowThresholdPercent":"uint32","maxParallelImagePulls":"int32","maxPods":"uint16","registryBurst":"int32","registryPullQPS":"int32","serializeImagePulls":"bool"},"label":"Kubernetes 1.31.12","name":"1.31.12","region":"fr-par"},{"available_admission_plugins":["AlwaysPullImages","PodNodeSelector","PodTolerationRestriction"],"available_cnis":["cilium","calico","kilo","none"],"available_container_runtimes":["containerd"],"available_feature_gates":["HPAScaleToZero","SidecarContainers","InPlacePodVerticalScaling","CPUManagerPolicyAlphaOptions"],"available_kubelet_args":{"containerLogMaxFiles":"uint16","containerLogMaxSize":"quantity","cpuCFSQuota":"bool","cpuCFSQuotaPeriod":"duration","cpuManagerPolicy":"enum:none|static","cpuManagerPolicyOptions":"map[string]string","enableDebuggingHandlers":"bool","evictionHard":"map[string]string","evictionMinimumReclaim":"map[string]string","imageGCHighThresholdPercent":"uint32","imageGCLowThresholdPercent":"uint32","maxParallelImagePulls":"int32","maxPods":"uint16","registryBurst":"int32","registryPullQPS":"int32","serializeImagePulls":"bool"},"label":"Kubernetes 1.30.14","name":"1.30.14","region":"fr-par"}]}' - headers: - Content-Length: - - "4962" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:20:49 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge01) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - c0df7491-1279-4e67-9d66-515968ec72e1 - status: 200 OK - code: 200 - duration: 167.023792ms - - id: 1 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 134 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: '{"name":"testAccCheckK8SPoolConfigUpgradePolicy","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","tags":[],"enable_routing":false}' - form: {} - headers: - Content-Type: - - application/json - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/fr-par/vpcs - method: POST - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 436 - uncompressed: false - body: '{"created_at":"2025-09-30T09:20:50.270717Z","custom_routes_propagation_enabled":true,"id":"c8c9a05c-9a3e-4db6-8391-c2cabe914454","is_default":false,"name":"testAccCheckK8SPoolConfigUpgradePolicy","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","private_network_count":0,"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","routing_enabled":true,"tags":[],"updated_at":"2025-09-30T09:20:50.270717Z"}' - headers: - Content-Length: - - "436" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:20:50 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge01) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 0a568727-6878-4a25-a436-732a83e80a51 - status: 200 OK - code: 200 - duration: 67.314667ms - - id: 2 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/fr-par/vpcs/c8c9a05c-9a3e-4db6-8391-c2cabe914454 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 436 - uncompressed: false - body: '{"created_at":"2025-09-30T09:20:50.270717Z","custom_routes_propagation_enabled":true,"id":"c8c9a05c-9a3e-4db6-8391-c2cabe914454","is_default":false,"name":"testAccCheckK8SPoolConfigUpgradePolicy","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","private_network_count":0,"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","routing_enabled":true,"tags":[],"updated_at":"2025-09-30T09:20:50.270717Z"}' - headers: - Content-Length: - - "436" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:20:50 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge01) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - c672ac8a-8e4f-4721-8d0c-3c46d1807cf7 - status: 200 OK - code: 200 - duration: 29.614125ms - - id: 3 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 202 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: '{"name":"test-pool-upgrade-policy","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","tags":[],"subnets":null,"vpc_id":"c8c9a05c-9a3e-4db6-8391-c2cabe914454","default_route_propagation_enabled":false}' - form: {} - headers: - Content-Type: - - application/json - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks - method: POST - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1095 - uncompressed: false - body: '{"created_at":"2025-09-30T09:20:50.387850Z","default_route_propagation_enabled":false,"dhcp_enabled":true,"id":"71bce322-1dcb-42cb-a9d8-18e2b8bea85e","name":"test-pool-upgrade-policy","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","subnets":[{"created_at":"2025-09-30T09:20:50.387850Z","id":"8d6d6086-ae08-4922-a601-6e1dffb2ef65","private_network_id":"71bce322-1dcb-42cb-a9d8-18e2b8bea85e","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","subnet":"172.17.176.0/22","updated_at":"2025-09-30T09:20:50.387850Z","vpc_id":"c8c9a05c-9a3e-4db6-8391-c2cabe914454"},{"created_at":"2025-09-30T09:20:50.387850Z","id":"6b8c7aab-2155-4232-a04c-182912fbd86d","private_network_id":"71bce322-1dcb-42cb-a9d8-18e2b8bea85e","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","subnet":"fd5f:519c:6d46:3479::/64","updated_at":"2025-09-30T09:20:50.387850Z","vpc_id":"c8c9a05c-9a3e-4db6-8391-c2cabe914454"}],"tags":[],"updated_at":"2025-09-30T09:20:50.387850Z","vpc_id":"c8c9a05c-9a3e-4db6-8391-c2cabe914454"}' - headers: - Content-Length: - - "1095" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:20:50 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge01) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - a17a32f4-8998-404d-8f9a-ad10e4c2b77b - status: 200 OK - code: 200 - duration: 610.396833ms - - id: 4 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks/71bce322-1dcb-42cb-a9d8-18e2b8bea85e - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1095 - uncompressed: false - body: '{"created_at":"2025-09-30T09:20:50.387850Z","default_route_propagation_enabled":false,"dhcp_enabled":true,"id":"71bce322-1dcb-42cb-a9d8-18e2b8bea85e","name":"test-pool-upgrade-policy","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","subnets":[{"created_at":"2025-09-30T09:20:50.387850Z","id":"8d6d6086-ae08-4922-a601-6e1dffb2ef65","private_network_id":"71bce322-1dcb-42cb-a9d8-18e2b8bea85e","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","subnet":"172.17.176.0/22","updated_at":"2025-09-30T09:20:50.387850Z","vpc_id":"c8c9a05c-9a3e-4db6-8391-c2cabe914454"},{"created_at":"2025-09-30T09:20:50.387850Z","id":"6b8c7aab-2155-4232-a04c-182912fbd86d","private_network_id":"71bce322-1dcb-42cb-a9d8-18e2b8bea85e","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","subnet":"fd5f:519c:6d46:3479::/64","updated_at":"2025-09-30T09:20:50.387850Z","vpc_id":"c8c9a05c-9a3e-4db6-8391-c2cabe914454"}],"tags":[],"updated_at":"2025-09-30T09:20:50.387850Z","vpc_id":"c8c9a05c-9a3e-4db6-8391-c2cabe914454"}' - headers: - Content-Length: - - "1095" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:20:50 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge01) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - cf619967-c445-4fdc-a23c-63dfcf617451 - status: 200 OK - code: 200 - duration: 25.551625ms - - id: 5 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 712 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: '{"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","type":"","name":"test-pool-upgrade-policy","description":"","tags":["terraform-test","scaleway_k8s_cluster","upgrade_policy"],"version":"1.34.1","cni":"cilium","pools":null,"autoscaler_config":{"scale_down_disabled":null,"scale_down_delay_after_add":null,"estimator":"unknown_estimator","expander":"unknown_expander","ignore_daemonsets_utilization":null,"balance_similar_node_groups":null,"expendable_pods_priority_cutoff":0,"scale_down_unneeded_time":null,"scale_down_utilization_threshold":null,"max_graceful_termination_sec":0},"feature_gates":[],"admission_plugins":[],"apiserver_cert_sans":[],"private_network_id":"71bce322-1dcb-42cb-a9d8-18e2b8bea85e"}' - form: {} - headers: - Content-Type: - - application/json - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters - method: POST - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1615 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://8db6f9d7-72f3-4620-8a4f-f242f4c9c3ea.api.k8s.fr-par.scw.cloud:6443","cni":"cilium","commitment_ends_at":"2025-09-30T09:20:51.462961Z","created_at":"2025-09-30T09:20:51.462950Z","description":"","dns_wildcard":"*.8db6f9d7-72f3-4620-8a4f-f242f4c9c3ea.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"","id":"8db6f9d7-72f3-4620-8a4f-f242f4c9c3ea","name":"test-pool-upgrade-policy","new_images_enabled":false,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"100.64.0.0/15","private_network_id":"71bce322-1dcb-42cb-a9d8-18e2b8bea85e","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"10.32.0.0/20","service_dns_ip":"10.32.0.10","status":"creating","tags":["terraform-test","scaleway_k8s_cluster","upgrade_policy"],"type":"kapsule","updated_at":"2025-09-30T09:20:51.462950Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1615" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:20:51 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge01) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 3dab66a4-cc6d-4875-88a3-621b7369a631 - status: 200 OK - code: 200 - duration: 523.952ms - - id: 6 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/8db6f9d7-72f3-4620-8a4f-f242f4c9c3ea - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1579 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://8db6f9d7-72f3-4620-8a4f-f242f4c9c3ea.api.k8s.fr-par.scw.cloud:6443","cni":"cilium","commitment_ends_at":"2025-09-30T09:20:51.462961Z","created_at":"2025-09-30T09:20:51.462950Z","description":"","dns_wildcard":"*.8db6f9d7-72f3-4620-8a4f-f242f4c9c3ea.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"","id":"8db6f9d7-72f3-4620-8a4f-f242f4c9c3ea","name":"test-pool-upgrade-policy","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":"71bce322-1dcb-42cb-a9d8-18e2b8bea85e","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"","service_dns_ip":"","status":"creating","tags":["terraform-test","scaleway_k8s_cluster","upgrade_policy"],"type":"kapsule","updated_at":"2025-09-30T09:20:51.462950Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1579" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:20:51 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge01) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 5e95dd19-d23b-4df6-833d-0d3001244196 - status: 200 OK - code: 200 - duration: 81.48475ms - - id: 7 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/8db6f9d7-72f3-4620-8a4f-f242f4c9c3ea - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1620 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://8db6f9d7-72f3-4620-8a4f-f242f4c9c3ea.api.k8s.fr-par.scw.cloud:6443","cni":"cilium","commitment_ends_at":"2025-09-30T09:20:51.462961Z","created_at":"2025-09-30T09:20:51.462950Z","description":"","dns_wildcard":"*.8db6f9d7-72f3-4620-8a4f-f242f4c9c3ea.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"f5bfeb27-6c35-4960-8b80-4fe58db72675","id":"8db6f9d7-72f3-4620-8a4f-f242f4c9c3ea","name":"test-pool-upgrade-policy","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":"71bce322-1dcb-42cb-a9d8-18e2b8bea85e","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"","service_dns_ip":"","status":"pool_required","tags":["terraform-test","scaleway_k8s_cluster","upgrade_policy"],"type":"kapsule","updated_at":"2025-09-30T09:20:51.997268Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1620" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:20:56 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge01) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 637d1fee-7767-466d-887c-a6adc2f68101 - status: 200 OK - code: 200 - duration: 93.654ms - - id: 8 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/8db6f9d7-72f3-4620-8a4f-f242f4c9c3ea/pools?order_by=created_at_asc&page=1&status=unknown - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 29 - uncompressed: false - body: '{"pools":[],"total_count":0}' - headers: - Content-Length: - - "29" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:20:56 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge01) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - a6e5ba66-9b58-4e4d-99fb-9c9a5dc00613 - status: 200 OK - code: 200 - duration: 111.710167ms - - id: 9 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/8db6f9d7-72f3-4620-8a4f-f242f4c9c3ea - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1620 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://8db6f9d7-72f3-4620-8a4f-f242f4c9c3ea.api.k8s.fr-par.scw.cloud:6443","cni":"cilium","commitment_ends_at":"2025-09-30T09:20:51.462961Z","created_at":"2025-09-30T09:20:51.462950Z","description":"","dns_wildcard":"*.8db6f9d7-72f3-4620-8a4f-f242f4c9c3ea.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"f5bfeb27-6c35-4960-8b80-4fe58db72675","id":"8db6f9d7-72f3-4620-8a4f-f242f4c9c3ea","name":"test-pool-upgrade-policy","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":"71bce322-1dcb-42cb-a9d8-18e2b8bea85e","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"","service_dns_ip":"","status":"pool_required","tags":["terraform-test","scaleway_k8s_cluster","upgrade_policy"],"type":"kapsule","updated_at":"2025-09-30T09:20:51.997268Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1620" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:20:56 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge01) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 175ad533-2be4-4b37-8891-0dcaa5be9549 - status: 200 OK - code: 200 - duration: 103.395584ms - - id: 10 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/8db6f9d7-72f3-4620-8a4f-f242f4c9c3ea/kubeconfig - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1730 - uncompressed: false - body: '{"content":"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogInRlc3QtcG9vbC11cGdyYWRlLXBvbGljeSIKICBjbHVzdGVyOgogICAgY2VydGlmaWNhdGUtYXV0aG9yaXR5LWRhdGE6IExTMHRMUzFDUlVkSlRpQkRSVkpVU1VaSlEwRlVSUzB0TFMwdENrMUpTVUpYYWtORFFWRkhaMEYzU1VKQlowbENRVVJCUzBKblozRm9hMnBQVUZGUlJFRnFRVlpOVWsxM1JWRlpSRlpSVVVSRmQzQnlaRmRLYkdOdE5Xd0taRWRXZWsxQ05GaEVWRWt4VFVScmVVOVVRVFZOYWtFeFRWWnZXRVJVVFRGTlJHdDVUMVJCTlUxcVFURk5WbTkzUmxSRlZFMUNSVWRCTVZWRlFYaE5Td3BoTTFacFdsaEtkVnBZVW14amVrSmFUVUpOUjBKNWNVZFRUVFE1UVdkRlIwTkRjVWRUVFRRNVFYZEZTRUV3U1VGQ1RqY3JVRVJ5SzBaU2MzSXpNRGM0Q21FM04wbFlPRlJzZERRck1URlBTM1V4VlVWQmVuSndRblJyZUROcGRGbEpVbmw1V2tWM0x6bGhhM05PTVd0aVlVazRTV0ZOZVZsdWExbFFaVXRZZURFS1kyRkRMemg1VjJwUmFrSkJUVUUwUjBFeFZXUkVkMFZDTDNkUlJVRjNTVU53UkVGUVFtZE9Wa2hTVFVKQlpqaEZRbFJCUkVGUlNDOU5RakJIUVRGVlpBcEVaMUZYUWtKU0swRm9TMHRuYWk5eWNYVXJVWFE1UkRsR01USlZka3RpVURSNlFVdENaMmR4YUd0cVQxQlJVVVJCWjA1SVFVUkNSVUZwUVhOMmNDOUpDbEJJWm1NMmVHOXNWVk4zYWtreldEVllaVVJZY0ZCcWFtazFjMUJKYmtGclRXUlROVVJSU1dkT1JFNUlRa1JVYlhkT1RsVlNLM1JJTDBOU1oyNXVOVW9LTDFSR2FqRTNVbWRTYzJOcFYxbGljRVJ2T0QwS0xTMHRMUzFGVGtRZ1EwVlNWRWxHU1VOQlZFVXRMUzB0TFFvPQogICAgc2VydmVyOiBodHRwczovLzhkYjZmOWQ3LTcyZjMtNDYyMC04YTRmLWYyNDJmNGM5YzNlYS5hcGkuazhzLmZyLXBhci5zY3cuY2xvdWQ6NjQ0Mwpjb250ZXh0czoKLSBuYW1lOiBhZG1pbkB0ZXN0LXBvb2wtdXBncmFkZS1wb2xpY3kKICBjb250ZXh0OgogICAgY2x1c3RlcjogInRlc3QtcG9vbC11cGdyYWRlLXBvbGljeSIKICAgIHVzZXI6IHRlc3QtcG9vbC11cGdyYWRlLXBvbGljeS1hZG1pbgpjdXJyZW50LWNvbnRleHQ6IGFkbWluQHRlc3QtcG9vbC11cGdyYWRlLXBvbGljeQpraW5kOiBDb25maWcKcHJlZmVyZW5jZXM6IHt9CnVzZXJzOgotIG5hbWU6IHRlc3QtcG9vbC11cGdyYWRlLXBvbGljeS1hZG1pbgogIHVzZXI6CiAgICB0b2tlbjogTHZMWkR6dHA1Q0pMbVdJNUNObkVna1dGQ2ZScE50Uk1mbk80eFl4UGpCeUVPQ2gwMUhhZEVtaDE=","content_type":"application/octet-stream","name":"kubeconfig"}' - headers: - Content-Length: - - "1730" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:20:56 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge01) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - d0648bcb-71af-40f0-a5aa-6302f6f62d91 - status: 200 OK - code: 200 - duration: 83.36225ms - - id: 11 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/8db6f9d7-72f3-4620-8a4f-f242f4c9c3ea - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1620 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://8db6f9d7-72f3-4620-8a4f-f242f4c9c3ea.api.k8s.fr-par.scw.cloud:6443","cni":"cilium","commitment_ends_at":"2025-09-30T09:20:51.462961Z","created_at":"2025-09-30T09:20:51.462950Z","description":"","dns_wildcard":"*.8db6f9d7-72f3-4620-8a4f-f242f4c9c3ea.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"f5bfeb27-6c35-4960-8b80-4fe58db72675","id":"8db6f9d7-72f3-4620-8a4f-f242f4c9c3ea","name":"test-pool-upgrade-policy","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":"71bce322-1dcb-42cb-a9d8-18e2b8bea85e","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"","service_dns_ip":"","status":"pool_required","tags":["terraform-test","scaleway_k8s_cluster","upgrade_policy"],"type":"kapsule","updated_at":"2025-09-30T09:20:51.997268Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1620" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:20:57 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge01) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 1cde6044-cbc0-4d6c-b63e-f1d15c50950a - status: 200 OK - code: 200 - duration: 80.615292ms - - id: 12 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 387 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: '{"name":"test-pool-upgrade-policy","node_type":"pro2_xxs","autoscaling":true,"size":1,"min_size":1,"max_size":1,"container_runtime":"containerd","autohealing":true,"tags":["terraform-test","scaleway_k8s_cluster","upgrade_policy"],"kubelet_args":{},"upgrade_policy":{"max_unavailable":3,"max_surge":2},"zone":"fr-par-1","root_volume_type":"default_volume_type","public_ip_disabled":false}' - form: {} - headers: - Content-Type: - - application/json - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/8db6f9d7-72f3-4620-8a4f-f242f4c9c3ea/pools - method: POST - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 781 - uncompressed: false - body: '{"autohealing":true,"autoscaling":true,"cluster_id":"8db6f9d7-72f3-4620-8a4f-f242f4c9c3ea","container_runtime":"containerd","created_at":"2025-09-30T09:20:57.192148Z","id":"9fec31cd-4715-4264-a2ce-3cdeb91a2fdf","kubelet_args":{},"max_size":1,"min_size":1,"name":"test-pool-upgrade-policy","new_images_enabled":true,"node_type":"pro2_xxs","placement_group_id":null,"public_ip_disabled":false,"region":"fr-par","root_volume_size":20000000000,"root_volume_type":"sbs_5k","security_group_id":"d49109f7-0bad-4991-b0fb-853c658463d2","size":1,"status":"scaling","tags":["terraform-test","scaleway_k8s_cluster","upgrade_policy"],"updated_at":"2025-09-30T09:20:57.192148Z","upgrade_policy":{"max_surge":2,"max_unavailable":3},"version":"1.34.1","zone":"fr-par-1"}' - headers: - Content-Length: - - "781" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:20:57 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge01) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 16860b6c-fe4a-4dc8-b729-19e0e71e5a8e - status: 200 OK - code: 200 - duration: 361.471084ms - - id: 13 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/9fec31cd-4715-4264-a2ce-3cdeb91a2fdf - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 781 - uncompressed: false - body: '{"autohealing":true,"autoscaling":true,"cluster_id":"8db6f9d7-72f3-4620-8a4f-f242f4c9c3ea","container_runtime":"containerd","created_at":"2025-09-30T09:20:57.192148Z","id":"9fec31cd-4715-4264-a2ce-3cdeb91a2fdf","kubelet_args":{},"max_size":1,"min_size":1,"name":"test-pool-upgrade-policy","new_images_enabled":true,"node_type":"pro2_xxs","placement_group_id":null,"public_ip_disabled":false,"region":"fr-par","root_volume_size":20000000000,"root_volume_type":"sbs_5k","security_group_id":"d49109f7-0bad-4991-b0fb-853c658463d2","size":1,"status":"scaling","tags":["terraform-test","scaleway_k8s_cluster","upgrade_policy"],"updated_at":"2025-09-30T09:20:57.192148Z","upgrade_policy":{"max_surge":2,"max_unavailable":3},"version":"1.34.1","zone":"fr-par-1"}' - headers: - Content-Length: - - "781" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:20:57 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge01) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - fec09522-f42e-4b63-82c4-4514d2d3f93b - status: 200 OK - code: 200 - duration: 81.668375ms - - id: 14 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/9fec31cd-4715-4264-a2ce-3cdeb91a2fdf - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 779 - uncompressed: false - body: '{"autohealing":true,"autoscaling":true,"cluster_id":"8db6f9d7-72f3-4620-8a4f-f242f4c9c3ea","container_runtime":"containerd","created_at":"2025-09-30T09:20:57.192148Z","id":"9fec31cd-4715-4264-a2ce-3cdeb91a2fdf","kubelet_args":{},"max_size":1,"min_size":1,"name":"test-pool-upgrade-policy","new_images_enabled":true,"node_type":"pro2_xxs","placement_group_id":null,"public_ip_disabled":false,"region":"fr-par","root_volume_size":20000000000,"root_volume_type":"sbs_5k","security_group_id":"d49109f7-0bad-4991-b0fb-853c658463d2","size":1,"status":"ready","tags":["terraform-test","scaleway_k8s_cluster","upgrade_policy"],"updated_at":"2025-09-30T09:30:33.718873Z","upgrade_policy":{"max_surge":2,"max_unavailable":3},"version":"1.34.1","zone":"fr-par-1"}' - headers: - Content-Length: - - "779" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:30:38 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge01) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 411b3455-51c8-4065-ac2f-23b649bc5fc1 - status: 200 OK - code: 200 - duration: 78.131583ms - - id: 15 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/8db6f9d7-72f3-4620-8a4f-f242f4c9c3ea - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1612 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://8db6f9d7-72f3-4620-8a4f-f242f4c9c3ea.api.k8s.fr-par.scw.cloud:6443","cni":"cilium","commitment_ends_at":"2025-09-30T09:20:51.462961Z","created_at":"2025-09-30T09:20:51.462950Z","description":"","dns_wildcard":"*.8db6f9d7-72f3-4620-8a4f-f242f4c9c3ea.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"f5bfeb27-6c35-4960-8b80-4fe58db72675","id":"8db6f9d7-72f3-4620-8a4f-f242f4c9c3ea","name":"test-pool-upgrade-policy","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":"71bce322-1dcb-42cb-a9d8-18e2b8bea85e","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"","service_dns_ip":"","status":"ready","tags":["terraform-test","scaleway_k8s_cluster","upgrade_policy"],"type":"kapsule","updated_at":"2025-09-30T09:30:07.400693Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1612" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:30:38 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge01) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 652499a4-0a4c-4f1c-8d97-f777d4e32bfe - status: 200 OK - code: 200 - duration: 118.436375ms - - id: 16 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/9fec31cd-4715-4264-a2ce-3cdeb91a2fdf - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 779 - uncompressed: false - body: '{"autohealing":true,"autoscaling":true,"cluster_id":"8db6f9d7-72f3-4620-8a4f-f242f4c9c3ea","container_runtime":"containerd","created_at":"2025-09-30T09:20:57.192148Z","id":"9fec31cd-4715-4264-a2ce-3cdeb91a2fdf","kubelet_args":{},"max_size":1,"min_size":1,"name":"test-pool-upgrade-policy","new_images_enabled":true,"node_type":"pro2_xxs","placement_group_id":null,"public_ip_disabled":false,"region":"fr-par","root_volume_size":20000000000,"root_volume_type":"sbs_5k","security_group_id":"d49109f7-0bad-4991-b0fb-853c658463d2","size":1,"status":"ready","tags":["terraform-test","scaleway_k8s_cluster","upgrade_policy"],"updated_at":"2025-09-30T09:30:33.718873Z","upgrade_policy":{"max_surge":2,"max_unavailable":3},"version":"1.34.1","zone":"fr-par-1"}' - headers: - Content-Length: - - "779" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:30:38 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge01) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - bf546faf-1469-407d-b8aa-de70cd3e56fc - status: 200 OK - code: 200 - duration: 89.952334ms - - id: 17 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/8db6f9d7-72f3-4620-8a4f-f242f4c9c3ea/nodes?order_by=created_at_asc&page=1&pool_id=9fec31cd-4715-4264-a2ce-3cdeb91a2fdf&status=unknown - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 618 - uncompressed: false - body: '{"nodes":[{"cluster_id":"8db6f9d7-72f3-4620-8a4f-f242f4c9c3ea","conditions":{"DiskPressure":"False","MemoryPressure":"False","PIDPressure":"False","Ready":"True"},"created_at":"2025-09-30T09:29:34.485833Z","error_message":"","id":"785673a2-f30c-489c-8e77-d4f957ec660b","name":"scw-test-pool-upgrade-test-pool-upgrade-785673","pool_id":"9fec31cd-4715-4264-a2ce-3cdeb91a2fdf","provider_id":"scaleway://instance/fr-par-1/3301cd73-49db-4eb8-9a43-f92da8adedb8","public_ip_v4":"51.158.97.50","public_ip_v6":null,"region":"fr-par","status":"ready","updated_at":"2025-09-30T09:30:33.709545Z"}],"total_count":1}' - headers: - Content-Length: - - "618" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:30:38 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge01) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 67d2cc50-4f1f-4a06-be7c-b32e6924aa22 - status: 200 OK - code: 200 - duration: 83.667875ms - - id: 18 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/8db6f9d7-72f3-4620-8a4f-f242f4c9c3ea - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1612 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://8db6f9d7-72f3-4620-8a4f-f242f4c9c3ea.api.k8s.fr-par.scw.cloud:6443","cni":"cilium","commitment_ends_at":"2025-09-30T09:20:51.462961Z","created_at":"2025-09-30T09:20:51.462950Z","description":"","dns_wildcard":"*.8db6f9d7-72f3-4620-8a4f-f242f4c9c3ea.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"f5bfeb27-6c35-4960-8b80-4fe58db72675","id":"8db6f9d7-72f3-4620-8a4f-f242f4c9c3ea","name":"test-pool-upgrade-policy","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":"71bce322-1dcb-42cb-a9d8-18e2b8bea85e","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"","service_dns_ip":"","status":"ready","tags":["terraform-test","scaleway_k8s_cluster","upgrade_policy"],"type":"kapsule","updated_at":"2025-09-30T09:30:07.400693Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1612" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:30:39 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge01) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 7cf6104b-9f0b-48cf-abe5-c1c204bfb76d - status: 200 OK - code: 200 - duration: 94.773542ms - - id: 19 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/ipam/v1/regions/fr-par/ips?order_by=created_at_desc&project_id=105bdce1-64c0-48ab-899d-868455867ecf&resource_name=scw-test-pool-upgrade-test-pool-upgrade-785673&resource_type=unknown_type - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1123 - uncompressed: false - body: '{"ips":[{"address":"fd5f:519c:6d46:3479:f669:983d:e1da:4dcd/64","created_at":"2025-09-30T09:29:38.454619Z","id":"416b35bb-6276-4bfb-8248-7a2892702d92","is_ipv6":true,"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","resource":{"id":"25cf093b-e17e-4c10-bf1f-0504a9020043","mac_address":"02:00:00:1F:DF:7A","name":"scw-test-pool-upgrade-test-pool-upgrade-785673","type":"instance_private_nic"},"reverses":[],"source":{"subnet_id":"6b8c7aab-2155-4232-a04c-182912fbd86d"},"tags":[],"updated_at":"2025-09-30T09:29:38.454619Z","zone":null},{"address":"172.17.176.3/22","created_at":"2025-09-30T09:29:38.349142Z","id":"49b48c31-77a6-466b-862b-63c54590f1d1","is_ipv6":false,"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","resource":{"id":"25cf093b-e17e-4c10-bf1f-0504a9020043","mac_address":"02:00:00:1F:DF:7A","name":"scw-test-pool-upgrade-test-pool-upgrade-785673","type":"instance_private_nic"},"reverses":[],"source":{"subnet_id":"8d6d6086-ae08-4922-a601-6e1dffb2ef65"},"tags":[],"updated_at":"2025-09-30T09:29:38.349142Z","zone":null}],"total_count":2}' - headers: - Content-Length: - - "1123" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:30:39 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge01) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 278516d7-d21d-4dca-9228-05d470a0e020 - status: 200 OK - code: 200 - duration: 40.830917ms - - id: 20 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/8db6f9d7-72f3-4620-8a4f-f242f4c9c3ea - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1612 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://8db6f9d7-72f3-4620-8a4f-f242f4c9c3ea.api.k8s.fr-par.scw.cloud:6443","cni":"cilium","commitment_ends_at":"2025-09-30T09:20:51.462961Z","created_at":"2025-09-30T09:20:51.462950Z","description":"","dns_wildcard":"*.8db6f9d7-72f3-4620-8a4f-f242f4c9c3ea.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"f5bfeb27-6c35-4960-8b80-4fe58db72675","id":"8db6f9d7-72f3-4620-8a4f-f242f4c9c3ea","name":"test-pool-upgrade-policy","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":"71bce322-1dcb-42cb-a9d8-18e2b8bea85e","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"","service_dns_ip":"","status":"ready","tags":["terraform-test","scaleway_k8s_cluster","upgrade_policy"],"type":"kapsule","updated_at":"2025-09-30T09:30:07.400693Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1612" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:30:39 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge01) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 9cc4de1a-3f6f-4d2c-9a2a-a55736eb8445 - status: 200 OK - code: 200 - duration: 92.116875ms - - id: 21 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/9fec31cd-4715-4264-a2ce-3cdeb91a2fdf - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 779 - uncompressed: false - body: '{"autohealing":true,"autoscaling":true,"cluster_id":"8db6f9d7-72f3-4620-8a4f-f242f4c9c3ea","container_runtime":"containerd","created_at":"2025-09-30T09:20:57.192148Z","id":"9fec31cd-4715-4264-a2ce-3cdeb91a2fdf","kubelet_args":{},"max_size":1,"min_size":1,"name":"test-pool-upgrade-policy","new_images_enabled":true,"node_type":"pro2_xxs","placement_group_id":null,"public_ip_disabled":false,"region":"fr-par","root_volume_size":20000000000,"root_volume_type":"sbs_5k","security_group_id":"d49109f7-0bad-4991-b0fb-853c658463d2","size":1,"status":"ready","tags":["terraform-test","scaleway_k8s_cluster","upgrade_policy"],"updated_at":"2025-09-30T09:30:33.718873Z","upgrade_policy":{"max_surge":2,"max_unavailable":3},"version":"1.34.1","zone":"fr-par-1"}' - headers: - Content-Length: - - "779" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:30:39 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge01) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 0c0ef4bd-9773-45c1-8c11-54b3129b68a5 - status: 200 OK - code: 200 - duration: 88.630334ms - - id: 22 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/fr-par/vpcs/c8c9a05c-9a3e-4db6-8391-c2cabe914454 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 436 - uncompressed: false - body: '{"created_at":"2025-09-30T09:20:50.270717Z","custom_routes_propagation_enabled":true,"id":"c8c9a05c-9a3e-4db6-8391-c2cabe914454","is_default":false,"name":"testAccCheckK8SPoolConfigUpgradePolicy","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","private_network_count":1,"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","routing_enabled":true,"tags":[],"updated_at":"2025-09-30T09:20:50.270717Z"}' - headers: - Content-Length: - - "436" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:30:39 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge01) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 76e27550-a71e-409e-86c2-308412bd450d - status: 200 OK - code: 200 - duration: 36.060166ms - - id: 23 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks/71bce322-1dcb-42cb-a9d8-18e2b8bea85e - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1095 - uncompressed: false - body: '{"created_at":"2025-09-30T09:20:50.387850Z","default_route_propagation_enabled":false,"dhcp_enabled":true,"id":"71bce322-1dcb-42cb-a9d8-18e2b8bea85e","name":"test-pool-upgrade-policy","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","subnets":[{"created_at":"2025-09-30T09:20:50.387850Z","id":"8d6d6086-ae08-4922-a601-6e1dffb2ef65","private_network_id":"71bce322-1dcb-42cb-a9d8-18e2b8bea85e","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","subnet":"172.17.176.0/22","updated_at":"2025-09-30T09:20:50.387850Z","vpc_id":"c8c9a05c-9a3e-4db6-8391-c2cabe914454"},{"created_at":"2025-09-30T09:20:50.387850Z","id":"6b8c7aab-2155-4232-a04c-182912fbd86d","private_network_id":"71bce322-1dcb-42cb-a9d8-18e2b8bea85e","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","subnet":"fd5f:519c:6d46:3479::/64","updated_at":"2025-09-30T09:20:50.387850Z","vpc_id":"c8c9a05c-9a3e-4db6-8391-c2cabe914454"}],"tags":[],"updated_at":"2025-09-30T09:20:50.387850Z","vpc_id":"c8c9a05c-9a3e-4db6-8391-c2cabe914454"}' - headers: - Content-Length: - - "1095" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:30:39 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge01) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 22e35f15-2209-40a3-b65a-33ab417ff829 - status: 200 OK - code: 200 - duration: 27.071667ms - - id: 24 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/8db6f9d7-72f3-4620-8a4f-f242f4c9c3ea - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1612 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://8db6f9d7-72f3-4620-8a4f-f242f4c9c3ea.api.k8s.fr-par.scw.cloud:6443","cni":"cilium","commitment_ends_at":"2025-09-30T09:20:51.462961Z","created_at":"2025-09-30T09:20:51.462950Z","description":"","dns_wildcard":"*.8db6f9d7-72f3-4620-8a4f-f242f4c9c3ea.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"f5bfeb27-6c35-4960-8b80-4fe58db72675","id":"8db6f9d7-72f3-4620-8a4f-f242f4c9c3ea","name":"test-pool-upgrade-policy","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":"71bce322-1dcb-42cb-a9d8-18e2b8bea85e","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"","service_dns_ip":"","status":"ready","tags":["terraform-test","scaleway_k8s_cluster","upgrade_policy"],"type":"kapsule","updated_at":"2025-09-30T09:30:07.400693Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1612" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:30:39 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge01) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 3498ccc8-7e5b-42dd-bf02-ce4887203292 - status: 200 OK - code: 200 - duration: 78.750083ms - - id: 25 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/8db6f9d7-72f3-4620-8a4f-f242f4c9c3ea/kubeconfig - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1730 - uncompressed: false - body: '{"content":"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogInRlc3QtcG9vbC11cGdyYWRlLXBvbGljeSIKICBjbHVzdGVyOgogICAgY2VydGlmaWNhdGUtYXV0aG9yaXR5LWRhdGE6IExTMHRMUzFDUlVkSlRpQkRSVkpVU1VaSlEwRlVSUzB0TFMwdENrMUpTVUpYYWtORFFWRkhaMEYzU1VKQlowbENRVVJCUzBKblozRm9hMnBQVUZGUlJFRnFRVlpOVWsxM1JWRlpSRlpSVVVSRmQzQnlaRmRLYkdOdE5Xd0taRWRXZWsxQ05GaEVWRWt4VFVScmVVOVVRVFZOYWtFeFRWWnZXRVJVVFRGTlJHdDVUMVJCTlUxcVFURk5WbTkzUmxSRlZFMUNSVWRCTVZWRlFYaE5Td3BoTTFacFdsaEtkVnBZVW14amVrSmFUVUpOUjBKNWNVZFRUVFE1UVdkRlIwTkRjVWRUVFRRNVFYZEZTRUV3U1VGQ1RqY3JVRVJ5SzBaU2MzSXpNRGM0Q21FM04wbFlPRlJzZERRck1URlBTM1V4VlVWQmVuSndRblJyZUROcGRGbEpVbmw1V2tWM0x6bGhhM05PTVd0aVlVazRTV0ZOZVZsdWExbFFaVXRZZURFS1kyRkRMemg1VjJwUmFrSkJUVUUwUjBFeFZXUkVkMFZDTDNkUlJVRjNTVU53UkVGUVFtZE9Wa2hTVFVKQlpqaEZRbFJCUkVGUlNDOU5RakJIUVRGVlpBcEVaMUZYUWtKU0swRm9TMHRuYWk5eWNYVXJVWFE1UkRsR01USlZka3RpVURSNlFVdENaMmR4YUd0cVQxQlJVVVJCWjA1SVFVUkNSVUZwUVhOMmNDOUpDbEJJWm1NMmVHOXNWVk4zYWtreldEVllaVVJZY0ZCcWFtazFjMUJKYmtGclRXUlROVVJSU1dkT1JFNUlRa1JVYlhkT1RsVlNLM1JJTDBOU1oyNXVOVW9LTDFSR2FqRTNVbWRTYzJOcFYxbGljRVJ2T0QwS0xTMHRMUzFGVGtRZ1EwVlNWRWxHU1VOQlZFVXRMUzB0TFFvPQogICAgc2VydmVyOiBodHRwczovLzhkYjZmOWQ3LTcyZjMtNDYyMC04YTRmLWYyNDJmNGM5YzNlYS5hcGkuazhzLmZyLXBhci5zY3cuY2xvdWQ6NjQ0Mwpjb250ZXh0czoKLSBuYW1lOiBhZG1pbkB0ZXN0LXBvb2wtdXBncmFkZS1wb2xpY3kKICBjb250ZXh0OgogICAgY2x1c3RlcjogInRlc3QtcG9vbC11cGdyYWRlLXBvbGljeSIKICAgIHVzZXI6IHRlc3QtcG9vbC11cGdyYWRlLXBvbGljeS1hZG1pbgpjdXJyZW50LWNvbnRleHQ6IGFkbWluQHRlc3QtcG9vbC11cGdyYWRlLXBvbGljeQpraW5kOiBDb25maWcKcHJlZmVyZW5jZXM6IHt9CnVzZXJzOgotIG5hbWU6IHRlc3QtcG9vbC11cGdyYWRlLXBvbGljeS1hZG1pbgogIHVzZXI6CiAgICB0b2tlbjogTHZMWkR6dHA1Q0pMbVdJNUNObkVna1dGQ2ZScE50Uk1mbk80eFl4UGpCeUVPQ2gwMUhhZEVtaDE=","content_type":"application/octet-stream","name":"kubeconfig"}' - headers: - Content-Length: - - "1730" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:30:39 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge01) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - a477d2d4-9e86-4a3c-be7b-c776f03c843c - status: 200 OK - code: 200 - duration: 105.56025ms - - id: 26 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/9fec31cd-4715-4264-a2ce-3cdeb91a2fdf - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 779 - uncompressed: false - body: '{"autohealing":true,"autoscaling":true,"cluster_id":"8db6f9d7-72f3-4620-8a4f-f242f4c9c3ea","container_runtime":"containerd","created_at":"2025-09-30T09:20:57.192148Z","id":"9fec31cd-4715-4264-a2ce-3cdeb91a2fdf","kubelet_args":{},"max_size":1,"min_size":1,"name":"test-pool-upgrade-policy","new_images_enabled":true,"node_type":"pro2_xxs","placement_group_id":null,"public_ip_disabled":false,"region":"fr-par","root_volume_size":20000000000,"root_volume_type":"sbs_5k","security_group_id":"d49109f7-0bad-4991-b0fb-853c658463d2","size":1,"status":"ready","tags":["terraform-test","scaleway_k8s_cluster","upgrade_policy"],"updated_at":"2025-09-30T09:30:33.718873Z","upgrade_policy":{"max_surge":2,"max_unavailable":3},"version":"1.34.1","zone":"fr-par-1"}' - headers: - Content-Length: - - "779" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:30:39 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge01) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 95fdbe84-3662-4da0-b7e4-4cf685e7b501 - status: 200 OK - code: 200 - duration: 91.225959ms - - id: 27 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/8db6f9d7-72f3-4620-8a4f-f242f4c9c3ea/nodes?order_by=created_at_asc&page=1&pool_id=9fec31cd-4715-4264-a2ce-3cdeb91a2fdf&status=unknown - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 618 - uncompressed: false - body: '{"nodes":[{"cluster_id":"8db6f9d7-72f3-4620-8a4f-f242f4c9c3ea","conditions":{"DiskPressure":"False","MemoryPressure":"False","PIDPressure":"False","Ready":"True"},"created_at":"2025-09-30T09:29:34.485833Z","error_message":"","id":"785673a2-f30c-489c-8e77-d4f957ec660b","name":"scw-test-pool-upgrade-test-pool-upgrade-785673","pool_id":"9fec31cd-4715-4264-a2ce-3cdeb91a2fdf","provider_id":"scaleway://instance/fr-par-1/3301cd73-49db-4eb8-9a43-f92da8adedb8","public_ip_v4":"51.158.97.50","public_ip_v6":null,"region":"fr-par","status":"ready","updated_at":"2025-09-30T09:30:33.709545Z"}],"total_count":1}' - headers: - Content-Length: - - "618" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:30:40 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge01) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 468e1c20-d24b-4eb8-b396-66ff9c44beda - status: 200 OK - code: 200 - duration: 99.54075ms - - id: 28 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/8db6f9d7-72f3-4620-8a4f-f242f4c9c3ea - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1612 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://8db6f9d7-72f3-4620-8a4f-f242f4c9c3ea.api.k8s.fr-par.scw.cloud:6443","cni":"cilium","commitment_ends_at":"2025-09-30T09:20:51.462961Z","created_at":"2025-09-30T09:20:51.462950Z","description":"","dns_wildcard":"*.8db6f9d7-72f3-4620-8a4f-f242f4c9c3ea.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"f5bfeb27-6c35-4960-8b80-4fe58db72675","id":"8db6f9d7-72f3-4620-8a4f-f242f4c9c3ea","name":"test-pool-upgrade-policy","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":"71bce322-1dcb-42cb-a9d8-18e2b8bea85e","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"","service_dns_ip":"","status":"ready","tags":["terraform-test","scaleway_k8s_cluster","upgrade_policy"],"type":"kapsule","updated_at":"2025-09-30T09:30:07.400693Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1612" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:30:40 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge01) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - bd014f9b-8c1e-4a7a-8c70-b37ce19c60d1 - status: 200 OK - code: 200 - duration: 80.001583ms - - id: 29 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/ipam/v1/regions/fr-par/ips?order_by=created_at_desc&project_id=105bdce1-64c0-48ab-899d-868455867ecf&resource_name=scw-test-pool-upgrade-test-pool-upgrade-785673&resource_type=unknown_type - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1123 - uncompressed: false - body: '{"ips":[{"address":"fd5f:519c:6d46:3479:f669:983d:e1da:4dcd/64","created_at":"2025-09-30T09:29:38.454619Z","id":"416b35bb-6276-4bfb-8248-7a2892702d92","is_ipv6":true,"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","resource":{"id":"25cf093b-e17e-4c10-bf1f-0504a9020043","mac_address":"02:00:00:1F:DF:7A","name":"scw-test-pool-upgrade-test-pool-upgrade-785673","type":"instance_private_nic"},"reverses":[],"source":{"subnet_id":"6b8c7aab-2155-4232-a04c-182912fbd86d"},"tags":[],"updated_at":"2025-09-30T09:29:38.454619Z","zone":null},{"address":"172.17.176.3/22","created_at":"2025-09-30T09:29:38.349142Z","id":"49b48c31-77a6-466b-862b-63c54590f1d1","is_ipv6":false,"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","resource":{"id":"25cf093b-e17e-4c10-bf1f-0504a9020043","mac_address":"02:00:00:1F:DF:7A","name":"scw-test-pool-upgrade-test-pool-upgrade-785673","type":"instance_private_nic"},"reverses":[],"source":{"subnet_id":"8d6d6086-ae08-4922-a601-6e1dffb2ef65"},"tags":[],"updated_at":"2025-09-30T09:29:38.349142Z","zone":null}],"total_count":2}' - headers: - Content-Length: - - "1123" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:30:40 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge01) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 7a8268c1-48d8-4c1b-bcc8-7fb7072af901 - status: 200 OK - code: 200 - duration: 29.95225ms - - id: 30 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/fr-par/vpcs/c8c9a05c-9a3e-4db6-8391-c2cabe914454 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 436 - uncompressed: false - body: '{"created_at":"2025-09-30T09:20:50.270717Z","custom_routes_propagation_enabled":true,"id":"c8c9a05c-9a3e-4db6-8391-c2cabe914454","is_default":false,"name":"testAccCheckK8SPoolConfigUpgradePolicy","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","private_network_count":1,"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","routing_enabled":true,"tags":[],"updated_at":"2025-09-30T09:20:50.270717Z"}' - headers: - Content-Length: - - "436" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:30:40 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge01) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - dd9f5ea6-fe39-43d1-870b-36735f162304 - status: 200 OK - code: 200 - duration: 27.831125ms - - id: 31 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks/71bce322-1dcb-42cb-a9d8-18e2b8bea85e - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1095 - uncompressed: false - body: '{"created_at":"2025-09-30T09:20:50.387850Z","default_route_propagation_enabled":false,"dhcp_enabled":true,"id":"71bce322-1dcb-42cb-a9d8-18e2b8bea85e","name":"test-pool-upgrade-policy","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","subnets":[{"created_at":"2025-09-30T09:20:50.387850Z","id":"8d6d6086-ae08-4922-a601-6e1dffb2ef65","private_network_id":"71bce322-1dcb-42cb-a9d8-18e2b8bea85e","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","subnet":"172.17.176.0/22","updated_at":"2025-09-30T09:20:50.387850Z","vpc_id":"c8c9a05c-9a3e-4db6-8391-c2cabe914454"},{"created_at":"2025-09-30T09:20:50.387850Z","id":"6b8c7aab-2155-4232-a04c-182912fbd86d","private_network_id":"71bce322-1dcb-42cb-a9d8-18e2b8bea85e","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","subnet":"fd5f:519c:6d46:3479::/64","updated_at":"2025-09-30T09:20:50.387850Z","vpc_id":"c8c9a05c-9a3e-4db6-8391-c2cabe914454"}],"tags":[],"updated_at":"2025-09-30T09:20:50.387850Z","vpc_id":"c8c9a05c-9a3e-4db6-8391-c2cabe914454"}' - headers: - Content-Length: - - "1095" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:30:40 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge01) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - bb6bfbc1-f03f-4706-bacb-891813d42e61 - status: 200 OK - code: 200 - duration: 23.795667ms - - id: 32 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/8db6f9d7-72f3-4620-8a4f-f242f4c9c3ea - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1612 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://8db6f9d7-72f3-4620-8a4f-f242f4c9c3ea.api.k8s.fr-par.scw.cloud:6443","cni":"cilium","commitment_ends_at":"2025-09-30T09:20:51.462961Z","created_at":"2025-09-30T09:20:51.462950Z","description":"","dns_wildcard":"*.8db6f9d7-72f3-4620-8a4f-f242f4c9c3ea.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"f5bfeb27-6c35-4960-8b80-4fe58db72675","id":"8db6f9d7-72f3-4620-8a4f-f242f4c9c3ea","name":"test-pool-upgrade-policy","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":"71bce322-1dcb-42cb-a9d8-18e2b8bea85e","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"","service_dns_ip":"","status":"ready","tags":["terraform-test","scaleway_k8s_cluster","upgrade_policy"],"type":"kapsule","updated_at":"2025-09-30T09:30:07.400693Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1612" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:30:40 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge01) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 9254d156-885a-4c7a-a55c-43a38cb4e6c9 - status: 200 OK - code: 200 - duration: 81.899417ms - - id: 33 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/8db6f9d7-72f3-4620-8a4f-f242f4c9c3ea/kubeconfig - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1730 - uncompressed: false - body: '{"content":"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogInRlc3QtcG9vbC11cGdyYWRlLXBvbGljeSIKICBjbHVzdGVyOgogICAgY2VydGlmaWNhdGUtYXV0aG9yaXR5LWRhdGE6IExTMHRMUzFDUlVkSlRpQkRSVkpVU1VaSlEwRlVSUzB0TFMwdENrMUpTVUpYYWtORFFWRkhaMEYzU1VKQlowbENRVVJCUzBKblozRm9hMnBQVUZGUlJFRnFRVlpOVWsxM1JWRlpSRlpSVVVSRmQzQnlaRmRLYkdOdE5Xd0taRWRXZWsxQ05GaEVWRWt4VFVScmVVOVVRVFZOYWtFeFRWWnZXRVJVVFRGTlJHdDVUMVJCTlUxcVFURk5WbTkzUmxSRlZFMUNSVWRCTVZWRlFYaE5Td3BoTTFacFdsaEtkVnBZVW14amVrSmFUVUpOUjBKNWNVZFRUVFE1UVdkRlIwTkRjVWRUVFRRNVFYZEZTRUV3U1VGQ1RqY3JVRVJ5SzBaU2MzSXpNRGM0Q21FM04wbFlPRlJzZERRck1URlBTM1V4VlVWQmVuSndRblJyZUROcGRGbEpVbmw1V2tWM0x6bGhhM05PTVd0aVlVazRTV0ZOZVZsdWExbFFaVXRZZURFS1kyRkRMemg1VjJwUmFrSkJUVUUwUjBFeFZXUkVkMFZDTDNkUlJVRjNTVU53UkVGUVFtZE9Wa2hTVFVKQlpqaEZRbFJCUkVGUlNDOU5RakJIUVRGVlpBcEVaMUZYUWtKU0swRm9TMHRuYWk5eWNYVXJVWFE1UkRsR01USlZka3RpVURSNlFVdENaMmR4YUd0cVQxQlJVVVJCWjA1SVFVUkNSVUZwUVhOMmNDOUpDbEJJWm1NMmVHOXNWVk4zYWtreldEVllaVVJZY0ZCcWFtazFjMUJKYmtGclRXUlROVVJSU1dkT1JFNUlRa1JVYlhkT1RsVlNLM1JJTDBOU1oyNXVOVW9LTDFSR2FqRTNVbWRTYzJOcFYxbGljRVJ2T0QwS0xTMHRMUzFGVGtRZ1EwVlNWRWxHU1VOQlZFVXRMUzB0TFFvPQogICAgc2VydmVyOiBodHRwczovLzhkYjZmOWQ3LTcyZjMtNDYyMC04YTRmLWYyNDJmNGM5YzNlYS5hcGkuazhzLmZyLXBhci5zY3cuY2xvdWQ6NjQ0Mwpjb250ZXh0czoKLSBuYW1lOiBhZG1pbkB0ZXN0LXBvb2wtdXBncmFkZS1wb2xpY3kKICBjb250ZXh0OgogICAgY2x1c3RlcjogInRlc3QtcG9vbC11cGdyYWRlLXBvbGljeSIKICAgIHVzZXI6IHRlc3QtcG9vbC11cGdyYWRlLXBvbGljeS1hZG1pbgpjdXJyZW50LWNvbnRleHQ6IGFkbWluQHRlc3QtcG9vbC11cGdyYWRlLXBvbGljeQpraW5kOiBDb25maWcKcHJlZmVyZW5jZXM6IHt9CnVzZXJzOgotIG5hbWU6IHRlc3QtcG9vbC11cGdyYWRlLXBvbGljeS1hZG1pbgogIHVzZXI6CiAgICB0b2tlbjogTHZMWkR6dHA1Q0pMbVdJNUNObkVna1dGQ2ZScE50Uk1mbk80eFl4UGpCeUVPQ2gwMUhhZEVtaDE=","content_type":"application/octet-stream","name":"kubeconfig"}' - headers: - Content-Length: - - "1730" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:30:40 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge01) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - f513d18e-2f93-4d59-b57a-a14a9172f5f7 - status: 200 OK - code: 200 - duration: 80.629958ms - - id: 34 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/9fec31cd-4715-4264-a2ce-3cdeb91a2fdf - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 779 - uncompressed: false - body: '{"autohealing":true,"autoscaling":true,"cluster_id":"8db6f9d7-72f3-4620-8a4f-f242f4c9c3ea","container_runtime":"containerd","created_at":"2025-09-30T09:20:57.192148Z","id":"9fec31cd-4715-4264-a2ce-3cdeb91a2fdf","kubelet_args":{},"max_size":1,"min_size":1,"name":"test-pool-upgrade-policy","new_images_enabled":true,"node_type":"pro2_xxs","placement_group_id":null,"public_ip_disabled":false,"region":"fr-par","root_volume_size":20000000000,"root_volume_type":"sbs_5k","security_group_id":"d49109f7-0bad-4991-b0fb-853c658463d2","size":1,"status":"ready","tags":["terraform-test","scaleway_k8s_cluster","upgrade_policy"],"updated_at":"2025-09-30T09:30:33.718873Z","upgrade_policy":{"max_surge":2,"max_unavailable":3},"version":"1.34.1","zone":"fr-par-1"}' - headers: - Content-Length: - - "779" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:30:40 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge01) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - b75bd281-e33e-4347-b442-af416adc88ca - status: 200 OK - code: 200 - duration: 93.475792ms - - id: 35 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/8db6f9d7-72f3-4620-8a4f-f242f4c9c3ea/nodes?order_by=created_at_asc&page=1&pool_id=9fec31cd-4715-4264-a2ce-3cdeb91a2fdf&status=unknown - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 618 - uncompressed: false - body: '{"nodes":[{"cluster_id":"8db6f9d7-72f3-4620-8a4f-f242f4c9c3ea","conditions":{"DiskPressure":"False","MemoryPressure":"False","PIDPressure":"False","Ready":"True"},"created_at":"2025-09-30T09:29:34.485833Z","error_message":"","id":"785673a2-f30c-489c-8e77-d4f957ec660b","name":"scw-test-pool-upgrade-test-pool-upgrade-785673","pool_id":"9fec31cd-4715-4264-a2ce-3cdeb91a2fdf","provider_id":"scaleway://instance/fr-par-1/3301cd73-49db-4eb8-9a43-f92da8adedb8","public_ip_v4":"51.158.97.50","public_ip_v6":null,"region":"fr-par","status":"ready","updated_at":"2025-09-30T09:30:33.709545Z"}],"total_count":1}' - headers: - Content-Length: - - "618" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:30:40 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge01) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 2460de0b-81cc-4aeb-bf41-52ef737ec2f2 - status: 200 OK - code: 200 - duration: 89.041917ms - - id: 36 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/8db6f9d7-72f3-4620-8a4f-f242f4c9c3ea - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1612 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://8db6f9d7-72f3-4620-8a4f-f242f4c9c3ea.api.k8s.fr-par.scw.cloud:6443","cni":"cilium","commitment_ends_at":"2025-09-30T09:20:51.462961Z","created_at":"2025-09-30T09:20:51.462950Z","description":"","dns_wildcard":"*.8db6f9d7-72f3-4620-8a4f-f242f4c9c3ea.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"f5bfeb27-6c35-4960-8b80-4fe58db72675","id":"8db6f9d7-72f3-4620-8a4f-f242f4c9c3ea","name":"test-pool-upgrade-policy","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":"71bce322-1dcb-42cb-a9d8-18e2b8bea85e","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"","service_dns_ip":"","status":"ready","tags":["terraform-test","scaleway_k8s_cluster","upgrade_policy"],"type":"kapsule","updated_at":"2025-09-30T09:30:07.400693Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1612" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:30:40 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge01) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 3f3bdf13-8ce9-420b-8e79-6765905d9114 - status: 200 OK - code: 200 - duration: 75.876042ms - - id: 37 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/ipam/v1/regions/fr-par/ips?order_by=created_at_desc&project_id=105bdce1-64c0-48ab-899d-868455867ecf&resource_name=scw-test-pool-upgrade-test-pool-upgrade-785673&resource_type=unknown_type - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1123 - uncompressed: false - body: '{"ips":[{"address":"fd5f:519c:6d46:3479:f669:983d:e1da:4dcd/64","created_at":"2025-09-30T09:29:38.454619Z","id":"416b35bb-6276-4bfb-8248-7a2892702d92","is_ipv6":true,"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","resource":{"id":"25cf093b-e17e-4c10-bf1f-0504a9020043","mac_address":"02:00:00:1F:DF:7A","name":"scw-test-pool-upgrade-test-pool-upgrade-785673","type":"instance_private_nic"},"reverses":[],"source":{"subnet_id":"6b8c7aab-2155-4232-a04c-182912fbd86d"},"tags":[],"updated_at":"2025-09-30T09:29:38.454619Z","zone":null},{"address":"172.17.176.3/22","created_at":"2025-09-30T09:29:38.349142Z","id":"49b48c31-77a6-466b-862b-63c54590f1d1","is_ipv6":false,"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","resource":{"id":"25cf093b-e17e-4c10-bf1f-0504a9020043","mac_address":"02:00:00:1F:DF:7A","name":"scw-test-pool-upgrade-test-pool-upgrade-785673","type":"instance_private_nic"},"reverses":[],"source":{"subnet_id":"8d6d6086-ae08-4922-a601-6e1dffb2ef65"},"tags":[],"updated_at":"2025-09-30T09:29:38.349142Z","zone":null}],"total_count":2}' - headers: - Content-Length: - - "1123" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:30:40 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge01) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 046e6edf-8989-453e-9405-60bc7392ee69 - status: 200 OK - code: 200 - duration: 25.994541ms - - id: 38 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 54 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: '{"upgrade_policy":{"max_unavailable":1,"max_surge":0}}' - form: {} - headers: - Content-Type: - - application/json - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/9fec31cd-4715-4264-a2ce-3cdeb91a2fdf - method: PATCH - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 779 - uncompressed: false - body: '{"autohealing":true,"autoscaling":true,"cluster_id":"8db6f9d7-72f3-4620-8a4f-f242f4c9c3ea","container_runtime":"containerd","created_at":"2025-09-30T09:20:57.192148Z","id":"9fec31cd-4715-4264-a2ce-3cdeb91a2fdf","kubelet_args":{},"max_size":1,"min_size":1,"name":"test-pool-upgrade-policy","new_images_enabled":true,"node_type":"pro2_xxs","placement_group_id":null,"public_ip_disabled":false,"region":"fr-par","root_volume_size":20000000000,"root_volume_type":"sbs_5k","security_group_id":"d49109f7-0bad-4991-b0fb-853c658463d2","size":1,"status":"ready","tags":["terraform-test","scaleway_k8s_cluster","upgrade_policy"],"updated_at":"2025-09-30T09:30:41.154007Z","upgrade_policy":{"max_surge":0,"max_unavailable":1},"version":"1.34.1","zone":"fr-par-1"}' - headers: - Content-Length: - - "779" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:30:41 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge01) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - e6b375e8-3fc2-4ae3-881d-30523a17e11a - status: 200 OK - code: 200 - duration: 123.582125ms - - id: 39 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/9fec31cd-4715-4264-a2ce-3cdeb91a2fdf - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 779 - uncompressed: false - body: '{"autohealing":true,"autoscaling":true,"cluster_id":"8db6f9d7-72f3-4620-8a4f-f242f4c9c3ea","container_runtime":"containerd","created_at":"2025-09-30T09:20:57.192148Z","id":"9fec31cd-4715-4264-a2ce-3cdeb91a2fdf","kubelet_args":{},"max_size":1,"min_size":1,"name":"test-pool-upgrade-policy","new_images_enabled":true,"node_type":"pro2_xxs","placement_group_id":null,"public_ip_disabled":false,"region":"fr-par","root_volume_size":20000000000,"root_volume_type":"sbs_5k","security_group_id":"d49109f7-0bad-4991-b0fb-853c658463d2","size":1,"status":"ready","tags":["terraform-test","scaleway_k8s_cluster","upgrade_policy"],"updated_at":"2025-09-30T09:30:41.154007Z","upgrade_policy":{"max_surge":0,"max_unavailable":1},"version":"1.34.1","zone":"fr-par-1"}' - headers: - Content-Length: - - "779" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:30:41 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge01) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 7aec0325-e607-477f-879d-2d7165c4fe11 - status: 200 OK - code: 200 - duration: 97.617041ms - - id: 40 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/9fec31cd-4715-4264-a2ce-3cdeb91a2fdf - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 779 - uncompressed: false - body: '{"autohealing":true,"autoscaling":true,"cluster_id":"8db6f9d7-72f3-4620-8a4f-f242f4c9c3ea","container_runtime":"containerd","created_at":"2025-09-30T09:20:57.192148Z","id":"9fec31cd-4715-4264-a2ce-3cdeb91a2fdf","kubelet_args":{},"max_size":1,"min_size":1,"name":"test-pool-upgrade-policy","new_images_enabled":true,"node_type":"pro2_xxs","placement_group_id":null,"public_ip_disabled":false,"region":"fr-par","root_volume_size":20000000000,"root_volume_type":"sbs_5k","security_group_id":"d49109f7-0bad-4991-b0fb-853c658463d2","size":1,"status":"ready","tags":["terraform-test","scaleway_k8s_cluster","upgrade_policy"],"updated_at":"2025-09-30T09:30:41.154007Z","upgrade_policy":{"max_surge":0,"max_unavailable":1},"version":"1.34.1","zone":"fr-par-1"}' - headers: - Content-Length: - - "779" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:30:41 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge01) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 73194597-2655-4601-846e-bf27c4d7e63d - status: 200 OK - code: 200 - duration: 92.456625ms - - id: 41 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/8db6f9d7-72f3-4620-8a4f-f242f4c9c3ea/nodes?order_by=created_at_asc&page=1&pool_id=9fec31cd-4715-4264-a2ce-3cdeb91a2fdf&status=unknown - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 618 - uncompressed: false - body: '{"nodes":[{"cluster_id":"8db6f9d7-72f3-4620-8a4f-f242f4c9c3ea","conditions":{"DiskPressure":"False","MemoryPressure":"False","PIDPressure":"False","Ready":"True"},"created_at":"2025-09-30T09:29:34.485833Z","error_message":"","id":"785673a2-f30c-489c-8e77-d4f957ec660b","name":"scw-test-pool-upgrade-test-pool-upgrade-785673","pool_id":"9fec31cd-4715-4264-a2ce-3cdeb91a2fdf","provider_id":"scaleway://instance/fr-par-1/3301cd73-49db-4eb8-9a43-f92da8adedb8","public_ip_v4":"51.158.97.50","public_ip_v6":null,"region":"fr-par","status":"ready","updated_at":"2025-09-30T09:30:33.709545Z"}],"total_count":1}' - headers: - Content-Length: - - "618" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:30:41 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge01) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 20217a20-be8a-4da2-b883-9ba7d879202b - status: 200 OK - code: 200 - duration: 86.503167ms - - id: 42 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/8db6f9d7-72f3-4620-8a4f-f242f4c9c3ea - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1612 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://8db6f9d7-72f3-4620-8a4f-f242f4c9c3ea.api.k8s.fr-par.scw.cloud:6443","cni":"cilium","commitment_ends_at":"2025-09-30T09:20:51.462961Z","created_at":"2025-09-30T09:20:51.462950Z","description":"","dns_wildcard":"*.8db6f9d7-72f3-4620-8a4f-f242f4c9c3ea.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"f5bfeb27-6c35-4960-8b80-4fe58db72675","id":"8db6f9d7-72f3-4620-8a4f-f242f4c9c3ea","name":"test-pool-upgrade-policy","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":"71bce322-1dcb-42cb-a9d8-18e2b8bea85e","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"","service_dns_ip":"","status":"ready","tags":["terraform-test","scaleway_k8s_cluster","upgrade_policy"],"type":"kapsule","updated_at":"2025-09-30T09:30:07.400693Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1612" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:30:41 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge01) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 93526b8b-596b-41b1-99f1-b62d714a85de - status: 200 OK - code: 200 - duration: 100.1995ms - - id: 43 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/ipam/v1/regions/fr-par/ips?order_by=created_at_desc&project_id=105bdce1-64c0-48ab-899d-868455867ecf&resource_name=scw-test-pool-upgrade-test-pool-upgrade-785673&resource_type=unknown_type - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1123 - uncompressed: false - body: '{"ips":[{"address":"fd5f:519c:6d46:3479:f669:983d:e1da:4dcd/64","created_at":"2025-09-30T09:29:38.454619Z","id":"416b35bb-6276-4bfb-8248-7a2892702d92","is_ipv6":true,"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","resource":{"id":"25cf093b-e17e-4c10-bf1f-0504a9020043","mac_address":"02:00:00:1F:DF:7A","name":"scw-test-pool-upgrade-test-pool-upgrade-785673","type":"instance_private_nic"},"reverses":[],"source":{"subnet_id":"6b8c7aab-2155-4232-a04c-182912fbd86d"},"tags":[],"updated_at":"2025-09-30T09:29:38.454619Z","zone":null},{"address":"172.17.176.3/22","created_at":"2025-09-30T09:29:38.349142Z","id":"49b48c31-77a6-466b-862b-63c54590f1d1","is_ipv6":false,"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","resource":{"id":"25cf093b-e17e-4c10-bf1f-0504a9020043","mac_address":"02:00:00:1F:DF:7A","name":"scw-test-pool-upgrade-test-pool-upgrade-785673","type":"instance_private_nic"},"reverses":[],"source":{"subnet_id":"8d6d6086-ae08-4922-a601-6e1dffb2ef65"},"tags":[],"updated_at":"2025-09-30T09:29:38.349142Z","zone":null}],"total_count":2}' - headers: - Content-Length: - - "1123" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:30:41 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge01) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - e481505e-8783-4eb7-868f-3b93754a2ff8 - status: 200 OK - code: 200 - duration: 39.515375ms - - id: 44 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/8db6f9d7-72f3-4620-8a4f-f242f4c9c3ea - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1612 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://8db6f9d7-72f3-4620-8a4f-f242f4c9c3ea.api.k8s.fr-par.scw.cloud:6443","cni":"cilium","commitment_ends_at":"2025-09-30T09:20:51.462961Z","created_at":"2025-09-30T09:20:51.462950Z","description":"","dns_wildcard":"*.8db6f9d7-72f3-4620-8a4f-f242f4c9c3ea.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"f5bfeb27-6c35-4960-8b80-4fe58db72675","id":"8db6f9d7-72f3-4620-8a4f-f242f4c9c3ea","name":"test-pool-upgrade-policy","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":"71bce322-1dcb-42cb-a9d8-18e2b8bea85e","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"","service_dns_ip":"","status":"ready","tags":["terraform-test","scaleway_k8s_cluster","upgrade_policy"],"type":"kapsule","updated_at":"2025-09-30T09:30:07.400693Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1612" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:30:41 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge01) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - fd23c903-566f-4240-a1f2-b656d6a8f34f - status: 200 OK - code: 200 - duration: 100.607791ms - - id: 45 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/9fec31cd-4715-4264-a2ce-3cdeb91a2fdf - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 779 - uncompressed: false - body: '{"autohealing":true,"autoscaling":true,"cluster_id":"8db6f9d7-72f3-4620-8a4f-f242f4c9c3ea","container_runtime":"containerd","created_at":"2025-09-30T09:20:57.192148Z","id":"9fec31cd-4715-4264-a2ce-3cdeb91a2fdf","kubelet_args":{},"max_size":1,"min_size":1,"name":"test-pool-upgrade-policy","new_images_enabled":true,"node_type":"pro2_xxs","placement_group_id":null,"public_ip_disabled":false,"region":"fr-par","root_volume_size":20000000000,"root_volume_type":"sbs_5k","security_group_id":"d49109f7-0bad-4991-b0fb-853c658463d2","size":1,"status":"ready","tags":["terraform-test","scaleway_k8s_cluster","upgrade_policy"],"updated_at":"2025-09-30T09:30:41.154007Z","upgrade_policy":{"max_surge":0,"max_unavailable":1},"version":"1.34.1","zone":"fr-par-1"}' - headers: - Content-Length: - - "779" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:30:41 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge01) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - d19887d2-b1ca-4f53-a73f-cf7f8db474a4 - status: 200 OK - code: 200 - duration: 77.113209ms - - id: 46 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/fr-par/vpcs/c8c9a05c-9a3e-4db6-8391-c2cabe914454 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 436 - uncompressed: false - body: '{"created_at":"2025-09-30T09:20:50.270717Z","custom_routes_propagation_enabled":true,"id":"c8c9a05c-9a3e-4db6-8391-c2cabe914454","is_default":false,"name":"testAccCheckK8SPoolConfigUpgradePolicy","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","private_network_count":1,"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","routing_enabled":true,"tags":[],"updated_at":"2025-09-30T09:20:50.270717Z"}' - headers: - Content-Length: - - "436" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:30:42 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge01) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 794abd80-0a83-4798-a03e-9be07f755c7b - status: 200 OK - code: 200 - duration: 26.363167ms - - id: 47 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks/71bce322-1dcb-42cb-a9d8-18e2b8bea85e - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1095 - uncompressed: false - body: '{"created_at":"2025-09-30T09:20:50.387850Z","default_route_propagation_enabled":false,"dhcp_enabled":true,"id":"71bce322-1dcb-42cb-a9d8-18e2b8bea85e","name":"test-pool-upgrade-policy","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","subnets":[{"created_at":"2025-09-30T09:20:50.387850Z","id":"8d6d6086-ae08-4922-a601-6e1dffb2ef65","private_network_id":"71bce322-1dcb-42cb-a9d8-18e2b8bea85e","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","subnet":"172.17.176.0/22","updated_at":"2025-09-30T09:20:50.387850Z","vpc_id":"c8c9a05c-9a3e-4db6-8391-c2cabe914454"},{"created_at":"2025-09-30T09:20:50.387850Z","id":"6b8c7aab-2155-4232-a04c-182912fbd86d","private_network_id":"71bce322-1dcb-42cb-a9d8-18e2b8bea85e","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","subnet":"fd5f:519c:6d46:3479::/64","updated_at":"2025-09-30T09:20:50.387850Z","vpc_id":"c8c9a05c-9a3e-4db6-8391-c2cabe914454"}],"tags":[],"updated_at":"2025-09-30T09:20:50.387850Z","vpc_id":"c8c9a05c-9a3e-4db6-8391-c2cabe914454"}' - headers: - Content-Length: - - "1095" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:30:42 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge01) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - ff5e5eab-b3b7-4c70-9b3a-fb0e1f029585 - status: 200 OK - code: 200 - duration: 36.328ms - - id: 48 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/8db6f9d7-72f3-4620-8a4f-f242f4c9c3ea - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1612 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://8db6f9d7-72f3-4620-8a4f-f242f4c9c3ea.api.k8s.fr-par.scw.cloud:6443","cni":"cilium","commitment_ends_at":"2025-09-30T09:20:51.462961Z","created_at":"2025-09-30T09:20:51.462950Z","description":"","dns_wildcard":"*.8db6f9d7-72f3-4620-8a4f-f242f4c9c3ea.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"f5bfeb27-6c35-4960-8b80-4fe58db72675","id":"8db6f9d7-72f3-4620-8a4f-f242f4c9c3ea","name":"test-pool-upgrade-policy","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":"71bce322-1dcb-42cb-a9d8-18e2b8bea85e","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"","service_dns_ip":"","status":"ready","tags":["terraform-test","scaleway_k8s_cluster","upgrade_policy"],"type":"kapsule","updated_at":"2025-09-30T09:30:07.400693Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1612" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:30:42 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge01) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 209d1738-a211-433a-b397-f9caab68aa0f - status: 200 OK - code: 200 - duration: 95.152125ms - - id: 49 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/8db6f9d7-72f3-4620-8a4f-f242f4c9c3ea/kubeconfig - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1730 - uncompressed: false - body: '{"content":"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogInRlc3QtcG9vbC11cGdyYWRlLXBvbGljeSIKICBjbHVzdGVyOgogICAgY2VydGlmaWNhdGUtYXV0aG9yaXR5LWRhdGE6IExTMHRMUzFDUlVkSlRpQkRSVkpVU1VaSlEwRlVSUzB0TFMwdENrMUpTVUpYYWtORFFWRkhaMEYzU1VKQlowbENRVVJCUzBKblozRm9hMnBQVUZGUlJFRnFRVlpOVWsxM1JWRlpSRlpSVVVSRmQzQnlaRmRLYkdOdE5Xd0taRWRXZWsxQ05GaEVWRWt4VFVScmVVOVVRVFZOYWtFeFRWWnZXRVJVVFRGTlJHdDVUMVJCTlUxcVFURk5WbTkzUmxSRlZFMUNSVWRCTVZWRlFYaE5Td3BoTTFacFdsaEtkVnBZVW14amVrSmFUVUpOUjBKNWNVZFRUVFE1UVdkRlIwTkRjVWRUVFRRNVFYZEZTRUV3U1VGQ1RqY3JVRVJ5SzBaU2MzSXpNRGM0Q21FM04wbFlPRlJzZERRck1URlBTM1V4VlVWQmVuSndRblJyZUROcGRGbEpVbmw1V2tWM0x6bGhhM05PTVd0aVlVazRTV0ZOZVZsdWExbFFaVXRZZURFS1kyRkRMemg1VjJwUmFrSkJUVUUwUjBFeFZXUkVkMFZDTDNkUlJVRjNTVU53UkVGUVFtZE9Wa2hTVFVKQlpqaEZRbFJCUkVGUlNDOU5RakJIUVRGVlpBcEVaMUZYUWtKU0swRm9TMHRuYWk5eWNYVXJVWFE1UkRsR01USlZka3RpVURSNlFVdENaMmR4YUd0cVQxQlJVVVJCWjA1SVFVUkNSVUZwUVhOMmNDOUpDbEJJWm1NMmVHOXNWVk4zYWtreldEVllaVVJZY0ZCcWFtazFjMUJKYmtGclRXUlROVVJSU1dkT1JFNUlRa1JVYlhkT1RsVlNLM1JJTDBOU1oyNXVOVW9LTDFSR2FqRTNVbWRTYzJOcFYxbGljRVJ2T0QwS0xTMHRMUzFGVGtRZ1EwVlNWRWxHU1VOQlZFVXRMUzB0TFFvPQogICAgc2VydmVyOiBodHRwczovLzhkYjZmOWQ3LTcyZjMtNDYyMC04YTRmLWYyNDJmNGM5YzNlYS5hcGkuazhzLmZyLXBhci5zY3cuY2xvdWQ6NjQ0Mwpjb250ZXh0czoKLSBuYW1lOiBhZG1pbkB0ZXN0LXBvb2wtdXBncmFkZS1wb2xpY3kKICBjb250ZXh0OgogICAgY2x1c3RlcjogInRlc3QtcG9vbC11cGdyYWRlLXBvbGljeSIKICAgIHVzZXI6IHRlc3QtcG9vbC11cGdyYWRlLXBvbGljeS1hZG1pbgpjdXJyZW50LWNvbnRleHQ6IGFkbWluQHRlc3QtcG9vbC11cGdyYWRlLXBvbGljeQpraW5kOiBDb25maWcKcHJlZmVyZW5jZXM6IHt9CnVzZXJzOgotIG5hbWU6IHRlc3QtcG9vbC11cGdyYWRlLXBvbGljeS1hZG1pbgogIHVzZXI6CiAgICB0b2tlbjogTHZMWkR6dHA1Q0pMbVdJNUNObkVna1dGQ2ZScE50Uk1mbk80eFl4UGpCeUVPQ2gwMUhhZEVtaDE=","content_type":"application/octet-stream","name":"kubeconfig"}' - headers: - Content-Length: - - "1730" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:30:42 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge01) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 93e17f32-cbef-4055-a52b-9b7e6e92a463 - status: 200 OK - code: 200 - duration: 85.096959ms - - id: 50 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/9fec31cd-4715-4264-a2ce-3cdeb91a2fdf - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 779 - uncompressed: false - body: '{"autohealing":true,"autoscaling":true,"cluster_id":"8db6f9d7-72f3-4620-8a4f-f242f4c9c3ea","container_runtime":"containerd","created_at":"2025-09-30T09:20:57.192148Z","id":"9fec31cd-4715-4264-a2ce-3cdeb91a2fdf","kubelet_args":{},"max_size":1,"min_size":1,"name":"test-pool-upgrade-policy","new_images_enabled":true,"node_type":"pro2_xxs","placement_group_id":null,"public_ip_disabled":false,"region":"fr-par","root_volume_size":20000000000,"root_volume_type":"sbs_5k","security_group_id":"d49109f7-0bad-4991-b0fb-853c658463d2","size":1,"status":"ready","tags":["terraform-test","scaleway_k8s_cluster","upgrade_policy"],"updated_at":"2025-09-30T09:30:41.154007Z","upgrade_policy":{"max_surge":0,"max_unavailable":1},"version":"1.34.1","zone":"fr-par-1"}' - headers: - Content-Length: - - "779" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:30:42 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge01) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - dac902d6-465d-4a58-883d-9cd2be1ff2a7 - status: 200 OK - code: 200 - duration: 100.121292ms - - id: 51 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/8db6f9d7-72f3-4620-8a4f-f242f4c9c3ea/nodes?order_by=created_at_asc&page=1&pool_id=9fec31cd-4715-4264-a2ce-3cdeb91a2fdf&status=unknown - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 648 - uncompressed: false - body: '{"nodes":[{"cluster_id":"8db6f9d7-72f3-4620-8a4f-f242f4c9c3ea","conditions":{"DiskPressure":"False","MemoryPressure":"False","NetworkUnavailable":"False","PIDPressure":"False","Ready":"True"},"created_at":"2025-09-30T09:29:34.485833Z","error_message":"","id":"785673a2-f30c-489c-8e77-d4f957ec660b","name":"scw-test-pool-upgrade-test-pool-upgrade-785673","pool_id":"9fec31cd-4715-4264-a2ce-3cdeb91a2fdf","provider_id":"scaleway://instance/fr-par-1/3301cd73-49db-4eb8-9a43-f92da8adedb8","public_ip_v4":"51.158.97.50","public_ip_v6":null,"region":"fr-par","status":"ready","updated_at":"2025-09-30T09:30:41.590479Z"}],"total_count":1}' - headers: - Content-Length: - - "648" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:30:42 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge01) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - abb49edb-2941-4830-abf9-0410f282be8c - status: 200 OK - code: 200 - duration: 98.466083ms - - id: 52 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/8db6f9d7-72f3-4620-8a4f-f242f4c9c3ea - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1612 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://8db6f9d7-72f3-4620-8a4f-f242f4c9c3ea.api.k8s.fr-par.scw.cloud:6443","cni":"cilium","commitment_ends_at":"2025-09-30T09:20:51.462961Z","created_at":"2025-09-30T09:20:51.462950Z","description":"","dns_wildcard":"*.8db6f9d7-72f3-4620-8a4f-f242f4c9c3ea.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"f5bfeb27-6c35-4960-8b80-4fe58db72675","id":"8db6f9d7-72f3-4620-8a4f-f242f4c9c3ea","name":"test-pool-upgrade-policy","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":"71bce322-1dcb-42cb-a9d8-18e2b8bea85e","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"","service_dns_ip":"","status":"ready","tags":["terraform-test","scaleway_k8s_cluster","upgrade_policy"],"type":"kapsule","updated_at":"2025-09-30T09:30:07.400693Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1612" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:30:42 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge01) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 403ba509-99f5-4766-9f31-e163b66c8cfd - status: 200 OK - code: 200 - duration: 96.8455ms - - id: 53 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/ipam/v1/regions/fr-par/ips?order_by=created_at_desc&project_id=105bdce1-64c0-48ab-899d-868455867ecf&resource_name=scw-test-pool-upgrade-test-pool-upgrade-785673&resource_type=unknown_type - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1123 - uncompressed: false - body: '{"ips":[{"address":"fd5f:519c:6d46:3479:f669:983d:e1da:4dcd/64","created_at":"2025-09-30T09:29:38.454619Z","id":"416b35bb-6276-4bfb-8248-7a2892702d92","is_ipv6":true,"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","resource":{"id":"25cf093b-e17e-4c10-bf1f-0504a9020043","mac_address":"02:00:00:1F:DF:7A","name":"scw-test-pool-upgrade-test-pool-upgrade-785673","type":"instance_private_nic"},"reverses":[],"source":{"subnet_id":"6b8c7aab-2155-4232-a04c-182912fbd86d"},"tags":[],"updated_at":"2025-09-30T09:29:38.454619Z","zone":null},{"address":"172.17.176.3/22","created_at":"2025-09-30T09:29:38.349142Z","id":"49b48c31-77a6-466b-862b-63c54590f1d1","is_ipv6":false,"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","resource":{"id":"25cf093b-e17e-4c10-bf1f-0504a9020043","mac_address":"02:00:00:1F:DF:7A","name":"scw-test-pool-upgrade-test-pool-upgrade-785673","type":"instance_private_nic"},"reverses":[],"source":{"subnet_id":"8d6d6086-ae08-4922-a601-6e1dffb2ef65"},"tags":[],"updated_at":"2025-09-30T09:29:38.349142Z","zone":null}],"total_count":2}' - headers: - Content-Length: - - "1123" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:30:42 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge01) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - dea56477-bc15-4464-9c63-ad8760766a3a - status: 200 OK - code: 200 - duration: 48.114083ms - - id: 54 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/9fec31cd-4715-4264-a2ce-3cdeb91a2fdf - method: DELETE - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 782 - uncompressed: false - body: '{"autohealing":true,"autoscaling":true,"cluster_id":"8db6f9d7-72f3-4620-8a4f-f242f4c9c3ea","container_runtime":"containerd","created_at":"2025-09-30T09:20:57.192148Z","id":"9fec31cd-4715-4264-a2ce-3cdeb91a2fdf","kubelet_args":{},"max_size":1,"min_size":1,"name":"test-pool-upgrade-policy","new_images_enabled":true,"node_type":"pro2_xxs","placement_group_id":null,"public_ip_disabled":false,"region":"fr-par","root_volume_size":20000000000,"root_volume_type":"sbs_5k","security_group_id":"d49109f7-0bad-4991-b0fb-853c658463d2","size":1,"status":"deleting","tags":["terraform-test","scaleway_k8s_cluster","upgrade_policy"],"updated_at":"2025-09-30T09:30:43.152307Z","upgrade_policy":{"max_surge":0,"max_unavailable":1},"version":"1.34.1","zone":"fr-par-1"}' - headers: - Content-Length: - - "782" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:30:43 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge01) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 9f801765-681b-444a-a629-cfed170d6bba - status: 200 OK - code: 200 - duration: 117.968167ms - - id: 55 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/9fec31cd-4715-4264-a2ce-3cdeb91a2fdf - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 782 - uncompressed: false - body: '{"autohealing":true,"autoscaling":true,"cluster_id":"8db6f9d7-72f3-4620-8a4f-f242f4c9c3ea","container_runtime":"containerd","created_at":"2025-09-30T09:20:57.192148Z","id":"9fec31cd-4715-4264-a2ce-3cdeb91a2fdf","kubelet_args":{},"max_size":1,"min_size":1,"name":"test-pool-upgrade-policy","new_images_enabled":true,"node_type":"pro2_xxs","placement_group_id":null,"public_ip_disabled":false,"region":"fr-par","root_volume_size":20000000000,"root_volume_type":"sbs_5k","security_group_id":"d49109f7-0bad-4991-b0fb-853c658463d2","size":1,"status":"deleting","tags":["terraform-test","scaleway_k8s_cluster","upgrade_policy"],"updated_at":"2025-09-30T09:30:43.152307Z","upgrade_policy":{"max_surge":0,"max_unavailable":1},"version":"1.34.1","zone":"fr-par-1"}' - headers: - Content-Length: - - "782" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:30:43 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge01) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - c32bd5bc-080b-4b6a-97d8-0900c9f398fd - status: 200 OK - code: 200 - duration: 84.394292ms - - id: 56 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/9fec31cd-4715-4264-a2ce-3cdeb91a2fdf - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 125 - uncompressed: false - body: '{"message":"resource is not found","resource":"pool","resource_id":"9fec31cd-4715-4264-a2ce-3cdeb91a2fdf","type":"not_found"}' - headers: - Content-Length: - - "125" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:35:03 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge01) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 741ea66b-4ccb-491a-96ed-92e9e1b46f03 - status: 404 Not Found - code: 404 - duration: 29.737166ms - - id: 57 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/8db6f9d7-72f3-4620-8a4f-f242f4c9c3ea?with_additional_resources=false - method: DELETE - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1651 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://8db6f9d7-72f3-4620-8a4f-f242f4c9c3ea.api.k8s.fr-par.scw.cloud:6443","cni":"cilium","commitment_ends_at":"2025-09-30T09:20:51.462961Z","created_at":"2025-09-30T09:20:51.462950Z","description":"","dns_wildcard":"*.8db6f9d7-72f3-4620-8a4f-f242f4c9c3ea.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"f5bfeb27-6c35-4960-8b80-4fe58db72675","id":"8db6f9d7-72f3-4620-8a4f-f242f4c9c3ea","name":"test-pool-upgrade-policy","new_images_enabled":false,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"100.64.0.0/15","private_network_id":"71bce322-1dcb-42cb-a9d8-18e2b8bea85e","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"10.32.0.0/20","service_dns_ip":"10.32.0.10","status":"deleting","tags":["terraform-test","scaleway_k8s_cluster","upgrade_policy"],"type":"kapsule","updated_at":"2025-09-30T09:35:03.485502Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1651" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:35:03 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge01) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 384392cf-6e4f-431c-8546-8b011208da59 - status: 200 OK - code: 200 - duration: 210.353916ms - - id: 58 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/8db6f9d7-72f3-4620-8a4f-f242f4c9c3ea - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1615 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://8db6f9d7-72f3-4620-8a4f-f242f4c9c3ea.api.k8s.fr-par.scw.cloud:6443","cni":"cilium","commitment_ends_at":"2025-09-30T09:20:51.462961Z","created_at":"2025-09-30T09:20:51.462950Z","description":"","dns_wildcard":"*.8db6f9d7-72f3-4620-8a4f-f242f4c9c3ea.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"f5bfeb27-6c35-4960-8b80-4fe58db72675","id":"8db6f9d7-72f3-4620-8a4f-f242f4c9c3ea","name":"test-pool-upgrade-policy","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":"71bce322-1dcb-42cb-a9d8-18e2b8bea85e","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"","service_dns_ip":"","status":"deleting","tags":["terraform-test","scaleway_k8s_cluster","upgrade_policy"],"type":"kapsule","updated_at":"2025-09-30T09:35:03.485502Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1615" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:35:03 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge01) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 7f808587-3010-4aa8-8763-ebcaf436b245 - status: 200 OK - code: 200 - duration: 83.225458ms - - id: 59 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/8db6f9d7-72f3-4620-8a4f-f242f4c9c3ea - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 128 - uncompressed: false - body: '{"message":"resource is not found","resource":"cluster","resource_id":"8db6f9d7-72f3-4620-8a4f-f242f4c9c3ea","type":"not_found"}' - headers: - Content-Length: - - "128" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:35:34 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge01) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - d909f7e3-32a4-4e7e-ba47-fb6b7408e868 - status: 404 Not Found - code: 404 - duration: 29.238041ms - - id: 60 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks/71bce322-1dcb-42cb-a9d8-18e2b8bea85e - method: DELETE - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 0 - uncompressed: false - body: "" - headers: - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:35:36 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge01) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 37843de1-3c4f-48da-82f1-6c7f19c72e33 - status: 204 No Content - code: 204 - duration: 2.078026833s - - id: 61 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/fr-par/vpcs/c8c9a05c-9a3e-4db6-8391-c2cabe914454 - method: DELETE - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 0 - uncompressed: false - body: "" - headers: - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:35:36 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge01) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - d9314e63-c34d-431b-bc49-0bf45d18d5ba - status: 204 No Content - code: 204 - duration: 99.566625ms - - id: 62 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/9fec31cd-4715-4264-a2ce-3cdeb91a2fdf - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 125 - uncompressed: false - body: '{"message":"resource is not found","resource":"pool","resource_id":"9fec31cd-4715-4264-a2ce-3cdeb91a2fdf","type":"not_found"}' - headers: - Content-Length: - - "125" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:35:36 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge01) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - ab747471-ab78-4f91-a531-35476d7ad394 - status: 404 Not Found - code: 404 - duration: 29.264417ms - - id: 63 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/8db6f9d7-72f3-4620-8a4f-f242f4c9c3ea - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 128 - uncompressed: false - body: '{"message":"resource is not found","resource":"cluster","resource_id":"8db6f9d7-72f3-4620-8a4f-f242f4c9c3ea","type":"not_found"}' - headers: - Content-Length: - - "128" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:35:36 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge01) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - bde55344-02d4-4053-a74e-6223269feae9 - status: 404 Not Found - code: 404 - duration: 46.481791ms - - id: 64 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks/71bce322-1dcb-42cb-a9d8-18e2b8bea85e - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 136 - uncompressed: false - body: '{"message":"resource is not found","resource":"private_network","resource_id":"71bce322-1dcb-42cb-a9d8-18e2b8bea85e","type":"not_found"}' - headers: - Content-Length: - - "136" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:35:36 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge01) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 3e2f0451-bdaf-454c-83d5-3392a1c9e261 - status: 404 Not Found - code: 404 - duration: 28.100083ms +- id: 0 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/versions + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 4476 + body: "{\"versions\":[{\"region\":\"fr-par\", \"name\":\"1.34.1\", \"label\":\"Kubernetes 1.34.1\", \"available_cnis\":[\"cilium\", \"cilium_native\", \"calico\", \"kilo\", \"none\"], \"available_container_runtimes\":[\"containerd\"], \"available_feature_gates\":[\"HPAScaleToZero\", \"CPUManagerPolicyAlphaOptions\", \"ImageVolume\"], \"available_admission_plugins\":[\"AlwaysPullImages\", \"PodNodeSelector\", \"PodTolerationRestriction\"], \"available_kubelet_args\":{\"containerLogMaxFiles\":\"uint16\", \"containerLogMaxSize\":\"quantity\", \"cpuCFSQuota\":\"bool\", \"cpuCFSQuotaPeriod\":\"duration\", \"cpuManagerPolicy\":\"enum:none|static\", \"cpuManagerPolicyOptions\":\"map[string]string\", \"enableDebuggingHandlers\":\"bool\", \"evictionHard\":\"map[string]string\", \"evictionMinimumReclaim\":\"map[string]string\", \"imageGCHighThresholdPercent\":\"uint32\", \"imageGCLowThresholdPercent\":\"uint32\", \"maxParallelImagePulls\":\"int32\", \"maxPods\":\"uint16\", \"registryBurst\":\"int32\", \"registryPullQPS\":\"int32\", \"serializeImagePulls\":\"bool\"}, \"deprecated_at\":\"2026-09-29T00:00:00Z\", \"end_of_life_at\":\"2026-11-29T00:00:00Z\", \"released_at\":\"2025-09-29T00:00:00Z\"}, {\"region\":\"fr-par\", \"name\":\"1.33.4\", \"label\":\"Kubernetes 1.33.4\", \"available_cnis\":[\"cilium\", \"calico\", \"kilo\", \"none\"], \"available_container_runtimes\":[\"containerd\"], \"available_feature_gates\":[\"HPAScaleToZero\", \"DRAAdminAccess\", \"DynamicResourceAllocation\", \"PodLevelResources\", \"CPUManagerPolicyAlphaOptions\", \"ImageVolume\"], \"available_admission_plugins\":[\"AlwaysPullImages\", \"PodNodeSelector\", \"PodTolerationRestriction\"], \"available_kubelet_args\":{\"containerLogMaxFiles\":\"uint16\", \"containerLogMaxSize\":\"quantity\", \"cpuCFSQuota\":\"bool\", \"cpuCFSQuotaPeriod\":\"duration\", \"cpuManagerPolicy\":\"enum:none|static\", \"cpuManagerPolicyOptions\":\"map[string]string\", \"enableDebuggingHandlers\":\"bool\", \"evictionHard\":\"map[string]string\", \"evictionMinimumReclaim\":\"map[string]string\", \"imageGCHighThresholdPercent\":\"uint32\", \"imageGCLowThresholdPercent\":\"uint32\", \"maxParallelImagePulls\":\"int32\", \"maxPods\":\"uint16\", \"registryBurst\":\"int32\", \"registryPullQPS\":\"int32\", \"serializeImagePulls\":\"bool\"}, \"deprecated_at\":\"2026-09-04T00:00:00Z\", \"end_of_life_at\":\"2026-11-04T00:00:00Z\", \"released_at\":\"2025-09-04T00:00:00Z\"}, {\"region\":\"fr-par\", \"name\":\"1.32.8\", \"label\":\"Kubernetes 1.32.8\", \"available_cnis\":[\"cilium\", \"calico\", \"kilo\", \"none\"], \"available_container_runtimes\":[\"containerd\"], \"available_feature_gates\":[\"HPAScaleToZero\", \"InPlacePodVerticalScaling\", \"SidecarContainers\", \"DRAAdminAccess\", \"DRAResourceClaimDeviceStatus\", \"DynamicResourceAllocation\", \"PodLevelResources\", \"CPUManagerPolicyAlphaOptions\", \"ImageVolume\"], \"available_admission_plugins\":[\"AlwaysPullImages\", \"PodNodeSelector\", \"PodTolerationRestriction\"], \"available_kubelet_args\":{\"containerLogMaxFiles\":\"uint16\", \"containerLogMaxSize\":\"quantity\", \"cpuCFSQuota\":\"bool\", \"cpuCFSQuotaPeriod\":\"duration\", \"cpuManagerPolicy\":\"enum:none|static\", \"cpuManagerPolicyOptions\":\"map[string]string\", \"enableDebuggingHandlers\":\"bool\", \"evictionHard\":\"map[string]string\", \"evictionMinimumReclaim\":\"map[string]string\", \"imageGCHighThresholdPercent\":\"uint32\", \"imageGCLowThresholdPercent\":\"uint32\", \"maxParallelImagePulls\":\"int32\", \"maxPods\":\"uint16\", \"registryBurst\":\"int32\", \"registryPullQPS\":\"int32\", \"serializeImagePulls\":\"bool\"}, \"deprecated_at\":\"2026-03-24T00:00:00Z\", \"end_of_life_at\":\"2025-05-24T00:00:00Z\", \"released_at\":\"2025-03-24T00:00:00Z\"}, {\"region\":\"fr-par\", \"name\":\"1.31.12\", \"label\":\"Kubernetes 1.31.12\", \"available_cnis\":[\"cilium\", \"calico\", \"kilo\", \"none\"], \"available_container_runtimes\":[\"containerd\"], \"available_feature_gates\":[\"HPAScaleToZero\", \"InPlacePodVerticalScaling\", \"SidecarContainers\", \"CPUManagerPolicyAlphaOptions\", \"ImageVolume\"], \"available_admission_plugins\":[\"AlwaysPullImages\", \"PodNodeSelector\", \"PodTolerationRestriction\"], \"available_kubelet_args\":{\"containerLogMaxFiles\":\"uint16\", \"containerLogMaxSize\":\"quantity\", \"cpuCFSQuota\":\"bool\", \"cpuCFSQuotaPeriod\":\"duration\", \"cpuManagerPolicy\":\"enum:none|static\", \"cpuManagerPolicyOptions\":\"map[string]string\", \"enableDebuggingHandlers\":\"bool\", \"evictionHard\":\"map[string]string\", \"evictionMinimumReclaim\":\"map[string]string\", \"imageGCHighThresholdPercent\":\"uint32\", \"imageGCLowThresholdPercent\":\"uint32\", \"maxParallelImagePulls\":\"int32\", \"maxPods\":\"uint16\", \"registryBurst\":\"int32\", \"registryPullQPS\":\"int32\", \"serializeImagePulls\":\"bool\"}, \"deprecated_at\":\"2025-12-02T00:00:00Z\", \"end_of_life_at\":\"2026-02-02T00:00:00Z\", \"released_at\":\"2024-12-02T00:00:00Z\"}]}" + headers: + Content-Length: + - "4476" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:18:16 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 8ef688b5-6cee-49a1-af9c-618cb4682deb + status: 200 OK + code: 200 + duration: 22.350217ms +- id: 1 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 134 + host: api.scaleway.com + body: "{\"name\":\"testAccCheckK8SPoolConfigUpgradePolicy\",\"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\",\"tags\":[],\"enable_routing\":false}" + headers: + Content-Type: + - application/json + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/vpc/v2/regions/fr-par/vpcs + method: POST + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 436 + body: "{\"id\":\"dd5d440a-1d83-4da9-8b96-a00117e9e556\", \"name\":\"testAccCheckK8SPoolConfigUpgradePolicy\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:17.164975Z\", \"updated_at\":\"2025-10-30T16:18:17.164975Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_default\":false, \"private_network_count\":0, \"routing_enabled\":true, \"custom_routes_propagation_enabled\":true, \"region\":\"fr-par\"}" + headers: + Content-Length: + - "436" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:18:17 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - b9f966e3-7c2f-455a-96de-ddee7b00d335 + status: 200 OK + code: 200 + duration: 156.785035ms +- id: 2 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/vpc/v2/regions/fr-par/vpcs/dd5d440a-1d83-4da9-8b96-a00117e9e556 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 436 + body: "{\"id\":\"dd5d440a-1d83-4da9-8b96-a00117e9e556\", \"name\":\"testAccCheckK8SPoolConfigUpgradePolicy\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:17.164975Z\", \"updated_at\":\"2025-10-30T16:18:17.164975Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_default\":false, \"private_network_count\":0, \"routing_enabled\":true, \"custom_routes_propagation_enabled\":true, \"region\":\"fr-par\"}" + headers: + Content-Length: + - "436" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:18:17 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 1567a36f-0bdf-4a3a-96da-fc8de0c771f2 + status: 200 OK + code: 200 + duration: 98.025646ms +- id: 3 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 202 + host: api.scaleway.com + body: "{\"name\":\"test-pool-upgrade-policy\",\"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\",\"tags\":[],\"subnets\":null,\"vpc_id\":\"dd5d440a-1d83-4da9-8b96-a00117e9e556\",\"default_route_propagation_enabled\":false}" + headers: + Content-Type: + - application/json + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks + method: POST + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1094 + body: "{\"id\":\"74a6a859-c6bc-4b60-8958-25ff1bbd8455\", \"name\":\"test-pool-upgrade-policy\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:17.477653Z\", \"updated_at\":\"2025-10-30T16:18:17.477653Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"subnets\":[{\"id\":\"cef98600-43da-45c1-86ef-bf950d181fe4\", \"created_at\":\"2025-10-30T16:18:17.477653Z\", \"updated_at\":\"2025-10-30T16:18:17.477653Z\", \"subnet\":\"172.18.40.0/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"74a6a859-c6bc-4b60-8958-25ff1bbd8455\", \"vpc_id\":\"dd5d440a-1d83-4da9-8b96-a00117e9e556\"}, {\"id\":\"5e346ce9-89d2-4840-b81c-91fdb41de63e\", \"created_at\":\"2025-10-30T16:18:17.477653Z\", \"updated_at\":\"2025-10-30T16:18:17.477653Z\", \"subnet\":\"fd5f:519c:6d46:729e::/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"74a6a859-c6bc-4b60-8958-25ff1bbd8455\", \"vpc_id\":\"dd5d440a-1d83-4da9-8b96-a00117e9e556\"}], \"vpc_id\":\"dd5d440a-1d83-4da9-8b96-a00117e9e556\", \"dhcp_enabled\":true, \"default_route_propagation_enabled\":false, \"region\":\"fr-par\"}" + headers: + Content-Length: + - "1094" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:18:18 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 63df04f7-8ac9-48dc-a046-cd1a6c90b0fc + status: 200 OK + code: 200 + duration: 991.542927ms +- id: 4 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks/74a6a859-c6bc-4b60-8958-25ff1bbd8455 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1094 + body: "{\"id\":\"74a6a859-c6bc-4b60-8958-25ff1bbd8455\", \"name\":\"test-pool-upgrade-policy\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:17.477653Z\", \"updated_at\":\"2025-10-30T16:18:17.477653Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"subnets\":[{\"id\":\"cef98600-43da-45c1-86ef-bf950d181fe4\", \"created_at\":\"2025-10-30T16:18:17.477653Z\", \"updated_at\":\"2025-10-30T16:18:17.477653Z\", \"subnet\":\"172.18.40.0/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"74a6a859-c6bc-4b60-8958-25ff1bbd8455\", \"vpc_id\":\"dd5d440a-1d83-4da9-8b96-a00117e9e556\"}, {\"id\":\"5e346ce9-89d2-4840-b81c-91fdb41de63e\", \"created_at\":\"2025-10-30T16:18:17.477653Z\", \"updated_at\":\"2025-10-30T16:18:17.477653Z\", \"subnet\":\"fd5f:519c:6d46:729e::/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"74a6a859-c6bc-4b60-8958-25ff1bbd8455\", \"vpc_id\":\"dd5d440a-1d83-4da9-8b96-a00117e9e556\"}], \"vpc_id\":\"dd5d440a-1d83-4da9-8b96-a00117e9e556\", \"dhcp_enabled\":true, \"default_route_propagation_enabled\":false, \"region\":\"fr-par\"}" + headers: + Content-Length: + - "1094" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:18:18 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - a5a088d1-7a03-40b6-8e73-7a4a49663298 + status: 200 OK + code: 200 + duration: 88.168756ms +- id: 5 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 712 + host: api.scaleway.com + body: "{\"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\",\"type\":\"\",\"name\":\"test-pool-upgrade-policy\",\"description\":\"\",\"tags\":[\"terraform-test\",\"scaleway_k8s_cluster\",\"upgrade_policy\"],\"version\":\"1.34.1\",\"cni\":\"cilium\",\"pools\":null,\"autoscaler_config\":{\"scale_down_disabled\":null,\"scale_down_delay_after_add\":null,\"estimator\":\"unknown_estimator\",\"expander\":\"unknown_expander\",\"ignore_daemonsets_utilization\":null,\"balance_similar_node_groups\":null,\"expendable_pods_priority_cutoff\":0,\"scale_down_unneeded_time\":null,\"scale_down_utilization_threshold\":null,\"max_graceful_termination_sec\":0},\"feature_gates\":[],\"admission_plugins\":[],\"apiserver_cert_sans\":[],\"private_network_id\":\"74a6a859-c6bc-4b60-8958-25ff1bbd8455\"}" + headers: + Content-Type: + - application/json + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters + method: POST + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1615 + body: "{\"region\":\"fr-par\", \"id\":\"93dac97a-3326-46c7-9fd2-048a92c9ded6\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:18.600925Z\", \"updated_at\":\"2025-10-30T16:18:18.600925Z\", \"type\":\"kapsule\", \"name\":\"test-pool-upgrade-policy\", \"description\":\"\", \"status\":\"creating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"upgrade_policy\"], \"cluster_url\":\"https://93dac97a-3326-46c7-9fd2-048a92c9ded6.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.93dac97a-3326-46c7-9fd2-048a92c9ded6.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"74a6a859-c6bc-4b60-8958-25ff1bbd8455\", \"commitment_ends_at\":\"2025-10-30T16:18:18.600935Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"\", \"new_images_enabled\":false, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1615" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:18:18 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - a40e9429-c255-418d-93f1-b162eaceddd9 + status: 200 OK + code: 200 + duration: 256.981255ms +- id: 6 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/93dac97a-3326-46c7-9fd2-048a92c9ded6 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1614 + body: "{\"region\":\"fr-par\", \"id\":\"93dac97a-3326-46c7-9fd2-048a92c9ded6\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:18.600925Z\", \"updated_at\":\"2025-10-30T16:18:18.600925Z\", \"type\":\"kapsule\", \"name\":\"test-pool-upgrade-policy\", \"description\":\"\", \"status\":\"creating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"upgrade_policy\"], \"cluster_url\":\"https://93dac97a-3326-46c7-9fd2-048a92c9ded6.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.93dac97a-3326-46c7-9fd2-048a92c9ded6.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"74a6a859-c6bc-4b60-8958-25ff1bbd8455\", \"commitment_ends_at\":\"2025-10-30T16:18:18.600935Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1614" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:18:18 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 94159af6-44db-4093-be35-c02ea4356cf3 + status: 200 OK + code: 200 + duration: 92.530633ms +- id: 7 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/93dac97a-3326-46c7-9fd2-048a92c9ded6 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1655 + body: "{\"region\":\"fr-par\", \"id\":\"93dac97a-3326-46c7-9fd2-048a92c9ded6\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:18.600925Z\", \"updated_at\":\"2025-10-30T16:18:19.148271Z\", \"type\":\"kapsule\", \"name\":\"test-pool-upgrade-policy\", \"description\":\"\", \"status\":\"pool_required\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"upgrade_policy\"], \"cluster_url\":\"https://93dac97a-3326-46c7-9fd2-048a92c9ded6.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.93dac97a-3326-46c7-9fd2-048a92c9ded6.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"74a6a859-c6bc-4b60-8958-25ff1bbd8455\", \"commitment_ends_at\":\"2025-10-30T16:18:18.600935Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"85795dcd-9184-4d30-98a6-585f6c3f3695\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1655" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:18:23 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 350922dc-267f-4811-9416-6b8ad1e5ad36 + status: 200 OK + code: 200 + duration: 98.269092ms +- id: 8 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + form: + order_by: + - created_at_asc + page: + - "1" + status: + - unknown + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/93dac97a-3326-46c7-9fd2-048a92c9ded6/pools?order_by=created_at_asc&page=1&status=unknown + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 29 + body: "{\"total_count\":0, \"pools\":[]}" + headers: + Content-Length: + - "29" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:18:23 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - e1759602-824f-4a43-8162-80c91c0d5442 + status: 200 OK + code: 200 + duration: 91.384661ms +- id: 9 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/93dac97a-3326-46c7-9fd2-048a92c9ded6 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1655 + body: "{\"region\":\"fr-par\", \"id\":\"93dac97a-3326-46c7-9fd2-048a92c9ded6\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:18.600925Z\", \"updated_at\":\"2025-10-30T16:18:19.148271Z\", \"type\":\"kapsule\", \"name\":\"test-pool-upgrade-policy\", \"description\":\"\", \"status\":\"pool_required\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"upgrade_policy\"], \"cluster_url\":\"https://93dac97a-3326-46c7-9fd2-048a92c9ded6.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.93dac97a-3326-46c7-9fd2-048a92c9ded6.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"74a6a859-c6bc-4b60-8958-25ff1bbd8455\", \"commitment_ends_at\":\"2025-10-30T16:18:18.600935Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"85795dcd-9184-4d30-98a6-585f6c3f3695\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1655" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:18:23 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - d4302a17-6f3f-4153-ae8d-84b249c59590 + status: 200 OK + code: 200 + duration: 22.367569ms +- id: 10 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/93dac97a-3326-46c7-9fd2-048a92c9ded6/kubeconfig + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1734 + body: "{\"name\":\"kubeconfig\", \"content_type\":\"application/octet-stream\", \"content\":\"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogInRlc3QtcG9vbC11cGdyYWRlLXBvbGljeSIKICBjbHVzdGVyOgogICAgY2VydGlmaWNhdGUtYXV0aG9yaXR5LWRhdGE6IExTMHRMUzFDUlVkSlRpQkRSVkpVU1VaSlEwRlVSUzB0TFMwdENrMUpTVUpZUkVORFFWRkhaMEYzU1VKQlowbENRVVJCUzBKblozRm9hMnBQVUZGUlJFRnFRVlpOVWsxM1JWRlpSRlpSVVVSRmQzQnlaRmRLYkdOdE5Xd0taRWRXZWsxQ05GaEVWRWt4VFZSQmVVOVVSVEpOVkdkNFQwWnZXRVJVVFRGTlZFRjVUMVJGTWsxVVozaFBSbTkzUmxSRlZFMUNSVWRCTVZWRlFYaE5Td3BoTTFacFdsaEtkVnBZVW14amVrSmFUVUpOUjBKNWNVZFRUVFE1UVdkRlIwTkRjVWRUVFRRNVFYZEZTRUV3U1VGQ1EwcGFURFJ1U1N0RU9VbExabFpGQ2xKNlNXSkhhbEF3ZW1oNVoyVmFPR3BDTWl0U1IwWXpabEpYU0VwcmMxSnFOV1F2V0hKb2FVTkVOVkZFU0ZocGNtdFVkMEZqV2paeWJtSkpNSGhQVjJnS2VpOW1XRmR0VjJwUmFrSkJUVUUwUjBFeFZXUkVkMFZDTDNkUlJVRjNTVU53UkVGUVFtZE9Wa2hTVFVKQlpqaEZRbFJCUkVGUlNDOU5RakJIUVRGVlpBcEVaMUZYUWtKVVZucEJUVkpqUzB0V05WSm5hMDlvTkVoUUwyNHlkbnBUTmxCVVFVdENaMmR4YUd0cVQxQlJVVVJCWjA1S1FVUkNSMEZwUlVFNWQxVm1DbmgwYlhaQmJrdEJURUZEYld0MGFtbGxWbmxTTUZCMlVuQnVZbEZPVkdOWmNuQk5kVzl2YzBOSlVVTjRhRWd4ZVRSeVpsWTNXSElyYWpKM1VIQXdXR3dLVTFCMWFuSkpkVXMyY1ZwcFVtaE9RbHBPUWxCb1FUMDlDaTB0TFMwdFJVNUVJRU5GVWxSSlJrbERRVlJGTFMwdExTMEsKICAgIHNlcnZlcjogaHR0cHM6Ly85M2RhYzk3YS0zMzI2LTQ2YzctOWZkMi0wNDhhOTJjOWRlZDYuYXBpLms4cy5mci1wYXIuc2N3LmNsb3VkOjY0NDMKY29udGV4dHM6Ci0gbmFtZTogYWRtaW5AdGVzdC1wb29sLXVwZ3JhZGUtcG9saWN5CiAgY29udGV4dDoKICAgIGNsdXN0ZXI6ICJ0ZXN0LXBvb2wtdXBncmFkZS1wb2xpY3kiCiAgICB1c2VyOiB0ZXN0LXBvb2wtdXBncmFkZS1wb2xpY3ktYWRtaW4KY3VycmVudC1jb250ZXh0OiBhZG1pbkB0ZXN0LXBvb2wtdXBncmFkZS1wb2xpY3kKa2luZDogQ29uZmlnCnByZWZlcmVuY2VzOiB7fQp1c2VyczoKLSBuYW1lOiB0ZXN0LXBvb2wtdXBncmFkZS1wb2xpY3ktYWRtaW4KICB1c2VyOgogICAgdG9rZW46IGdQeXZVTjZRTDJwWFRNbEREQlBUbUZqV2JqbUhGUVdkRzUyN2JOcnNuaUdHQVRITDRoQ3RITWhj\"}" + headers: + Content-Length: + - "1734" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:18:24 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 5fc490e6-d534-4248-90c6-7de172f21d51 + status: 200 OK + code: 200 + duration: 88.120124ms +- id: 11 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/93dac97a-3326-46c7-9fd2-048a92c9ded6 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1655 + body: "{\"region\":\"fr-par\", \"id\":\"93dac97a-3326-46c7-9fd2-048a92c9ded6\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:18.600925Z\", \"updated_at\":\"2025-10-30T16:18:19.148271Z\", \"type\":\"kapsule\", \"name\":\"test-pool-upgrade-policy\", \"description\":\"\", \"status\":\"pool_required\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"upgrade_policy\"], \"cluster_url\":\"https://93dac97a-3326-46c7-9fd2-048a92c9ded6.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.93dac97a-3326-46c7-9fd2-048a92c9ded6.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"74a6a859-c6bc-4b60-8958-25ff1bbd8455\", \"commitment_ends_at\":\"2025-10-30T16:18:18.600935Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"85795dcd-9184-4d30-98a6-585f6c3f3695\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1655" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:18:24 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 8fbab210-e017-4cb0-909a-9e6d5d230ed1 + status: 200 OK + code: 200 + duration: 21.791979ms +- id: 12 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 387 + host: api.scaleway.com + body: "{\"name\":\"test-pool-upgrade-policy\",\"node_type\":\"pro2_xxs\",\"autoscaling\":true,\"size\":1,\"min_size\":1,\"max_size\":1,\"container_runtime\":\"containerd\",\"autohealing\":true,\"tags\":[\"terraform-test\",\"scaleway_k8s_cluster\",\"upgrade_policy\"],\"kubelet_args\":{},\"upgrade_policy\":{\"max_unavailable\":3,\"max_surge\":2},\"zone\":\"fr-par-1\",\"root_volume_type\":\"default_volume_type\",\"public_ip_disabled\":false}" + headers: + Content-Type: + - application/json + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/93dac97a-3326-46c7-9fd2-048a92c9ded6/pools + method: POST + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 781 + body: "{\"region\":\"fr-par\", \"id\":\"77e85934-bc25-40eb-82a3-c9be33dbfebc\", \"cluster_id\":\"93dac97a-3326-46c7-9fd2-048a92c9ded6\", \"created_at\":\"2025-10-30T16:18:24.093162Z\", \"updated_at\":\"2025-10-30T16:18:24.093162Z\", \"name\":\"test-pool-upgrade-policy\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"upgrade_policy\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":3, \"max_surge\":2}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "781" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:18:24 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 095745e3-a412-4428-bbc3-01341108441f + status: 200 OK + code: 200 + duration: 139.995946ms +- id: 13 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/77e85934-bc25-40eb-82a3-c9be33dbfebc + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 781 + body: "{\"region\":\"fr-par\", \"id\":\"77e85934-bc25-40eb-82a3-c9be33dbfebc\", \"cluster_id\":\"93dac97a-3326-46c7-9fd2-048a92c9ded6\", \"created_at\":\"2025-10-30T16:18:24.093162Z\", \"updated_at\":\"2025-10-30T16:18:24.093162Z\", \"name\":\"test-pool-upgrade-policy\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"upgrade_policy\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":3, \"max_surge\":2}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "781" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:18:24 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 4c665db7-8ee7-401b-8b48-14094065db21 + status: 200 OK + code: 200 + duration: 28.60179ms +- id: 14 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/77e85934-bc25-40eb-82a3-c9be33dbfebc + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 781 + body: "{\"region\":\"fr-par\", \"id\":\"77e85934-bc25-40eb-82a3-c9be33dbfebc\", \"cluster_id\":\"93dac97a-3326-46c7-9fd2-048a92c9ded6\", \"created_at\":\"2025-10-30T16:18:24.093162Z\", \"updated_at\":\"2025-10-30T16:18:24.093162Z\", \"name\":\"test-pool-upgrade-policy\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"upgrade_policy\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":3, \"max_surge\":2}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "781" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:18:29 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 626718fc-66f2-4ff8-b840-2b133e0c9a62 + status: 200 OK + code: 200 + duration: 93.234363ms +- id: 15 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/77e85934-bc25-40eb-82a3-c9be33dbfebc + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 781 + body: "{\"region\":\"fr-par\", \"id\":\"77e85934-bc25-40eb-82a3-c9be33dbfebc\", \"cluster_id\":\"93dac97a-3326-46c7-9fd2-048a92c9ded6\", \"created_at\":\"2025-10-30T16:18:24.093162Z\", \"updated_at\":\"2025-10-30T16:18:24.093162Z\", \"name\":\"test-pool-upgrade-policy\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"upgrade_policy\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":3, \"max_surge\":2}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "781" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:18:34 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - d5c52c39-b792-4dc9-9c95-f840c167222e + status: 200 OK + code: 200 + duration: 81.224774ms +- id: 16 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/77e85934-bc25-40eb-82a3-c9be33dbfebc + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 781 + body: "{\"region\":\"fr-par\", \"id\":\"77e85934-bc25-40eb-82a3-c9be33dbfebc\", \"cluster_id\":\"93dac97a-3326-46c7-9fd2-048a92c9ded6\", \"created_at\":\"2025-10-30T16:18:24.093162Z\", \"updated_at\":\"2025-10-30T16:18:24.093162Z\", \"name\":\"test-pool-upgrade-policy\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"upgrade_policy\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":3, \"max_surge\":2}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "781" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:18:39 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - d4030e42-1b5f-4e72-aa6d-09afe1c09120 + status: 200 OK + code: 200 + duration: 95.030264ms +- id: 17 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/77e85934-bc25-40eb-82a3-c9be33dbfebc + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 781 + body: "{\"region\":\"fr-par\", \"id\":\"77e85934-bc25-40eb-82a3-c9be33dbfebc\", \"cluster_id\":\"93dac97a-3326-46c7-9fd2-048a92c9ded6\", \"created_at\":\"2025-10-30T16:18:24.093162Z\", \"updated_at\":\"2025-10-30T16:18:24.093162Z\", \"name\":\"test-pool-upgrade-policy\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"upgrade_policy\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":3, \"max_surge\":2}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "781" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:18:44 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 74e3cf16-7b2f-4861-aa09-2223f607ca07 + status: 200 OK + code: 200 + duration: 85.161121ms +- id: 18 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/77e85934-bc25-40eb-82a3-c9be33dbfebc + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 781 + body: "{\"region\":\"fr-par\", \"id\":\"77e85934-bc25-40eb-82a3-c9be33dbfebc\", \"cluster_id\":\"93dac97a-3326-46c7-9fd2-048a92c9ded6\", \"created_at\":\"2025-10-30T16:18:24.093162Z\", \"updated_at\":\"2025-10-30T16:18:24.093162Z\", \"name\":\"test-pool-upgrade-policy\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"upgrade_policy\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":3, \"max_surge\":2}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "781" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:18:49 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - e1076656-5398-42f8-8e71-f4968bc5544d + status: 200 OK + code: 200 + duration: 89.432809ms +- id: 19 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/77e85934-bc25-40eb-82a3-c9be33dbfebc + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 781 + body: "{\"region\":\"fr-par\", \"id\":\"77e85934-bc25-40eb-82a3-c9be33dbfebc\", \"cluster_id\":\"93dac97a-3326-46c7-9fd2-048a92c9ded6\", \"created_at\":\"2025-10-30T16:18:24.093162Z\", \"updated_at\":\"2025-10-30T16:18:24.093162Z\", \"name\":\"test-pool-upgrade-policy\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"upgrade_policy\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":3, \"max_surge\":2}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "781" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:18:54 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 62e5c973-f648-4e65-9497-4ad589a298ad + status: 200 OK + code: 200 + duration: 96.82397ms +- id: 20 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/77e85934-bc25-40eb-82a3-c9be33dbfebc + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 781 + body: "{\"region\":\"fr-par\", \"id\":\"77e85934-bc25-40eb-82a3-c9be33dbfebc\", \"cluster_id\":\"93dac97a-3326-46c7-9fd2-048a92c9ded6\", \"created_at\":\"2025-10-30T16:18:24.093162Z\", \"updated_at\":\"2025-10-30T16:18:24.093162Z\", \"name\":\"test-pool-upgrade-policy\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"upgrade_policy\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":3, \"max_surge\":2}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "781" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:18:59 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 6a69bd4d-c5b8-4747-9935-2ef102a01ddf + status: 200 OK + code: 200 + duration: 82.286155ms +- id: 21 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/77e85934-bc25-40eb-82a3-c9be33dbfebc + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 781 + body: "{\"region\":\"fr-par\", \"id\":\"77e85934-bc25-40eb-82a3-c9be33dbfebc\", \"cluster_id\":\"93dac97a-3326-46c7-9fd2-048a92c9ded6\", \"created_at\":\"2025-10-30T16:18:24.093162Z\", \"updated_at\":\"2025-10-30T16:18:24.093162Z\", \"name\":\"test-pool-upgrade-policy\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"upgrade_policy\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":3, \"max_surge\":2}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "781" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:19:04 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 6f86f13a-edc7-4136-90e0-83d8d84809e4 + status: 200 OK + code: 200 + duration: 84.736935ms +- id: 22 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/77e85934-bc25-40eb-82a3-c9be33dbfebc + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 781 + body: "{\"region\":\"fr-par\", \"id\":\"77e85934-bc25-40eb-82a3-c9be33dbfebc\", \"cluster_id\":\"93dac97a-3326-46c7-9fd2-048a92c9ded6\", \"created_at\":\"2025-10-30T16:18:24.093162Z\", \"updated_at\":\"2025-10-30T16:18:24.093162Z\", \"name\":\"test-pool-upgrade-policy\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"upgrade_policy\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":3, \"max_surge\":2}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "781" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:19:10 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - d5562e5d-c799-4a4c-9cf4-1bfcd00f0093 + status: 200 OK + code: 200 + duration: 94.039464ms +- id: 23 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/77e85934-bc25-40eb-82a3-c9be33dbfebc + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 781 + body: "{\"region\":\"fr-par\", \"id\":\"77e85934-bc25-40eb-82a3-c9be33dbfebc\", \"cluster_id\":\"93dac97a-3326-46c7-9fd2-048a92c9ded6\", \"created_at\":\"2025-10-30T16:18:24.093162Z\", \"updated_at\":\"2025-10-30T16:18:24.093162Z\", \"name\":\"test-pool-upgrade-policy\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"upgrade_policy\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":3, \"max_surge\":2}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "781" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:19:15 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - b0a36f92-a01f-4f7f-b2b7-fb9c249580a9 + status: 200 OK + code: 200 + duration: 103.902666ms +- id: 24 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/77e85934-bc25-40eb-82a3-c9be33dbfebc + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 781 + body: "{\"region\":\"fr-par\", \"id\":\"77e85934-bc25-40eb-82a3-c9be33dbfebc\", \"cluster_id\":\"93dac97a-3326-46c7-9fd2-048a92c9ded6\", \"created_at\":\"2025-10-30T16:18:24.093162Z\", \"updated_at\":\"2025-10-30T16:18:24.093162Z\", \"name\":\"test-pool-upgrade-policy\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"upgrade_policy\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":3, \"max_surge\":2}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "781" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:19:20 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 4365f408-a7b5-4d11-bcfb-4cb60ad3f325 + status: 200 OK + code: 200 + duration: 111.113278ms +- id: 25 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/77e85934-bc25-40eb-82a3-c9be33dbfebc + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 781 + body: "{\"region\":\"fr-par\", \"id\":\"77e85934-bc25-40eb-82a3-c9be33dbfebc\", \"cluster_id\":\"93dac97a-3326-46c7-9fd2-048a92c9ded6\", \"created_at\":\"2025-10-30T16:18:24.093162Z\", \"updated_at\":\"2025-10-30T16:18:24.093162Z\", \"name\":\"test-pool-upgrade-policy\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"upgrade_policy\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":3, \"max_surge\":2}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "781" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:19:25 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - b505ce04-581a-4081-bbe1-d5994c4ff94f + status: 200 OK + code: 200 + duration: 85.205154ms +- id: 26 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/77e85934-bc25-40eb-82a3-c9be33dbfebc + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 781 + body: "{\"region\":\"fr-par\", \"id\":\"77e85934-bc25-40eb-82a3-c9be33dbfebc\", \"cluster_id\":\"93dac97a-3326-46c7-9fd2-048a92c9ded6\", \"created_at\":\"2025-10-30T16:18:24.093162Z\", \"updated_at\":\"2025-10-30T16:18:24.093162Z\", \"name\":\"test-pool-upgrade-policy\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"upgrade_policy\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":3, \"max_surge\":2}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "781" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:19:30 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 8a44c656-fa5a-470a-aba1-e09fe01bdf6e + status: 200 OK + code: 200 + duration: 84.339089ms +- id: 27 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/77e85934-bc25-40eb-82a3-c9be33dbfebc + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 781 + body: "{\"region\":\"fr-par\", \"id\":\"77e85934-bc25-40eb-82a3-c9be33dbfebc\", \"cluster_id\":\"93dac97a-3326-46c7-9fd2-048a92c9ded6\", \"created_at\":\"2025-10-30T16:18:24.093162Z\", \"updated_at\":\"2025-10-30T16:18:24.093162Z\", \"name\":\"test-pool-upgrade-policy\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"upgrade_policy\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":3, \"max_surge\":2}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "781" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:19:35 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 72dbd6ea-21ad-4f0c-88c6-43ab7623cfc9 + status: 200 OK + code: 200 + duration: 91.77252ms +- id: 28 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/77e85934-bc25-40eb-82a3-c9be33dbfebc + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 781 + body: "{\"region\":\"fr-par\", \"id\":\"77e85934-bc25-40eb-82a3-c9be33dbfebc\", \"cluster_id\":\"93dac97a-3326-46c7-9fd2-048a92c9ded6\", \"created_at\":\"2025-10-30T16:18:24.093162Z\", \"updated_at\":\"2025-10-30T16:18:24.093162Z\", \"name\":\"test-pool-upgrade-policy\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"upgrade_policy\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":3, \"max_surge\":2}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "781" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:19:40 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 32768d3d-5881-4d66-b28e-b514fa4c9dcd + status: 200 OK + code: 200 + duration: 108.673459ms +- id: 29 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/77e85934-bc25-40eb-82a3-c9be33dbfebc + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 781 + body: "{\"region\":\"fr-par\", \"id\":\"77e85934-bc25-40eb-82a3-c9be33dbfebc\", \"cluster_id\":\"93dac97a-3326-46c7-9fd2-048a92c9ded6\", \"created_at\":\"2025-10-30T16:18:24.093162Z\", \"updated_at\":\"2025-10-30T16:18:24.093162Z\", \"name\":\"test-pool-upgrade-policy\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"upgrade_policy\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":3, \"max_surge\":2}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "781" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:19:45 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 288d4f65-6b84-47e4-ab34-1badec0b8f20 + status: 200 OK + code: 200 + duration: 95.186447ms +- id: 30 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/77e85934-bc25-40eb-82a3-c9be33dbfebc + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 781 + body: "{\"region\":\"fr-par\", \"id\":\"77e85934-bc25-40eb-82a3-c9be33dbfebc\", \"cluster_id\":\"93dac97a-3326-46c7-9fd2-048a92c9ded6\", \"created_at\":\"2025-10-30T16:18:24.093162Z\", \"updated_at\":\"2025-10-30T16:18:24.093162Z\", \"name\":\"test-pool-upgrade-policy\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"upgrade_policy\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":3, \"max_surge\":2}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "781" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:19:50 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 83aafb4e-615a-47d3-a34b-7e218a6d3987 + status: 200 OK + code: 200 + duration: 90.334962ms +- id: 31 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/77e85934-bc25-40eb-82a3-c9be33dbfebc + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 781 + body: "{\"region\":\"fr-par\", \"id\":\"77e85934-bc25-40eb-82a3-c9be33dbfebc\", \"cluster_id\":\"93dac97a-3326-46c7-9fd2-048a92c9ded6\", \"created_at\":\"2025-10-30T16:18:24.093162Z\", \"updated_at\":\"2025-10-30T16:18:24.093162Z\", \"name\":\"test-pool-upgrade-policy\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"upgrade_policy\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":3, \"max_surge\":2}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "781" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:19:55 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 7b95ac63-895f-4dda-8440-dfc5b76e9baa + status: 200 OK + code: 200 + duration: 91.806163ms +- id: 32 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/77e85934-bc25-40eb-82a3-c9be33dbfebc + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 781 + body: "{\"region\":\"fr-par\", \"id\":\"77e85934-bc25-40eb-82a3-c9be33dbfebc\", \"cluster_id\":\"93dac97a-3326-46c7-9fd2-048a92c9ded6\", \"created_at\":\"2025-10-30T16:18:24.093162Z\", \"updated_at\":\"2025-10-30T16:18:24.093162Z\", \"name\":\"test-pool-upgrade-policy\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"upgrade_policy\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":3, \"max_surge\":2}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "781" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:20:01 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - fbe3d2c8-6118-409c-9229-c9c9383866d6 + status: 200 OK + code: 200 + duration: 88.627458ms +- id: 33 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/77e85934-bc25-40eb-82a3-c9be33dbfebc + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 781 + body: "{\"region\":\"fr-par\", \"id\":\"77e85934-bc25-40eb-82a3-c9be33dbfebc\", \"cluster_id\":\"93dac97a-3326-46c7-9fd2-048a92c9ded6\", \"created_at\":\"2025-10-30T16:18:24.093162Z\", \"updated_at\":\"2025-10-30T16:18:24.093162Z\", \"name\":\"test-pool-upgrade-policy\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"upgrade_policy\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":3, \"max_surge\":2}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "781" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:20:06 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 92589900-d732-4211-9645-325d99bfc59a + status: 200 OK + code: 200 + duration: 79.757139ms +- id: 34 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/77e85934-bc25-40eb-82a3-c9be33dbfebc + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 781 + body: "{\"region\":\"fr-par\", \"id\":\"77e85934-bc25-40eb-82a3-c9be33dbfebc\", \"cluster_id\":\"93dac97a-3326-46c7-9fd2-048a92c9ded6\", \"created_at\":\"2025-10-30T16:18:24.093162Z\", \"updated_at\":\"2025-10-30T16:18:24.093162Z\", \"name\":\"test-pool-upgrade-policy\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"upgrade_policy\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":3, \"max_surge\":2}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "781" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:20:11 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 17825b2e-8e93-4b27-902a-44a6bebdf8b1 + status: 200 OK + code: 200 + duration: 84.874614ms +- id: 35 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/77e85934-bc25-40eb-82a3-c9be33dbfebc + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 781 + body: "{\"region\":\"fr-par\", \"id\":\"77e85934-bc25-40eb-82a3-c9be33dbfebc\", \"cluster_id\":\"93dac97a-3326-46c7-9fd2-048a92c9ded6\", \"created_at\":\"2025-10-30T16:18:24.093162Z\", \"updated_at\":\"2025-10-30T16:18:24.093162Z\", \"name\":\"test-pool-upgrade-policy\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"upgrade_policy\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":3, \"max_surge\":2}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "781" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:20:16 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - ff7e2685-ed4d-4d02-a41f-a2bf13214fbb + status: 200 OK + code: 200 + duration: 86.630329ms +- id: 36 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/77e85934-bc25-40eb-82a3-c9be33dbfebc + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 781 + body: "{\"region\":\"fr-par\", \"id\":\"77e85934-bc25-40eb-82a3-c9be33dbfebc\", \"cluster_id\":\"93dac97a-3326-46c7-9fd2-048a92c9ded6\", \"created_at\":\"2025-10-30T16:18:24.093162Z\", \"updated_at\":\"2025-10-30T16:18:24.093162Z\", \"name\":\"test-pool-upgrade-policy\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"upgrade_policy\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":3, \"max_surge\":2}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "781" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:20:21 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 90462ba7-a6ae-4dfe-afb9-0a87f0d0af21 + status: 200 OK + code: 200 + duration: 97.375526ms +- id: 37 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/77e85934-bc25-40eb-82a3-c9be33dbfebc + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 781 + body: "{\"region\":\"fr-par\", \"id\":\"77e85934-bc25-40eb-82a3-c9be33dbfebc\", \"cluster_id\":\"93dac97a-3326-46c7-9fd2-048a92c9ded6\", \"created_at\":\"2025-10-30T16:18:24.093162Z\", \"updated_at\":\"2025-10-30T16:18:24.093162Z\", \"name\":\"test-pool-upgrade-policy\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"upgrade_policy\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":3, \"max_surge\":2}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "781" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:20:26 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 9fe325be-ffa9-45ac-89ec-a5919d304a3d + status: 200 OK + code: 200 + duration: 74.446783ms +- id: 38 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/77e85934-bc25-40eb-82a3-c9be33dbfebc + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 781 + body: "{\"region\":\"fr-par\", \"id\":\"77e85934-bc25-40eb-82a3-c9be33dbfebc\", \"cluster_id\":\"93dac97a-3326-46c7-9fd2-048a92c9ded6\", \"created_at\":\"2025-10-30T16:18:24.093162Z\", \"updated_at\":\"2025-10-30T16:18:24.093162Z\", \"name\":\"test-pool-upgrade-policy\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"upgrade_policy\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":3, \"max_surge\":2}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "781" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:20:31 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - b547f357-c715-43db-8086-6c2d3c299ef2 + status: 200 OK + code: 200 + duration: 80.923608ms +- id: 39 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/77e85934-bc25-40eb-82a3-c9be33dbfebc + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 781 + body: "{\"region\":\"fr-par\", \"id\":\"77e85934-bc25-40eb-82a3-c9be33dbfebc\", \"cluster_id\":\"93dac97a-3326-46c7-9fd2-048a92c9ded6\", \"created_at\":\"2025-10-30T16:18:24.093162Z\", \"updated_at\":\"2025-10-30T16:18:24.093162Z\", \"name\":\"test-pool-upgrade-policy\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"upgrade_policy\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":3, \"max_surge\":2}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "781" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:20:36 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - cfa4087b-ad92-44a3-ab27-0bbb764cb595 + status: 200 OK + code: 200 + duration: 91.537679ms +- id: 40 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/77e85934-bc25-40eb-82a3-c9be33dbfebc + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 781 + body: "{\"region\":\"fr-par\", \"id\":\"77e85934-bc25-40eb-82a3-c9be33dbfebc\", \"cluster_id\":\"93dac97a-3326-46c7-9fd2-048a92c9ded6\", \"created_at\":\"2025-10-30T16:18:24.093162Z\", \"updated_at\":\"2025-10-30T16:18:24.093162Z\", \"name\":\"test-pool-upgrade-policy\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"upgrade_policy\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":3, \"max_surge\":2}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "781" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:20:41 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - db9817b0-3234-44a4-bfef-1cb2ae112025 + status: 200 OK + code: 200 + duration: 87.479963ms +- id: 41 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/77e85934-bc25-40eb-82a3-c9be33dbfebc + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 781 + body: "{\"region\":\"fr-par\", \"id\":\"77e85934-bc25-40eb-82a3-c9be33dbfebc\", \"cluster_id\":\"93dac97a-3326-46c7-9fd2-048a92c9ded6\", \"created_at\":\"2025-10-30T16:18:24.093162Z\", \"updated_at\":\"2025-10-30T16:18:24.093162Z\", \"name\":\"test-pool-upgrade-policy\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"upgrade_policy\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":3, \"max_surge\":2}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "781" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:20:46 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 5ac36b7b-b51f-44e2-b292-5944dbeba77d + status: 200 OK + code: 200 + duration: 82.77837ms +- id: 42 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/77e85934-bc25-40eb-82a3-c9be33dbfebc + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 781 + body: "{\"region\":\"fr-par\", \"id\":\"77e85934-bc25-40eb-82a3-c9be33dbfebc\", \"cluster_id\":\"93dac97a-3326-46c7-9fd2-048a92c9ded6\", \"created_at\":\"2025-10-30T16:18:24.093162Z\", \"updated_at\":\"2025-10-30T16:18:24.093162Z\", \"name\":\"test-pool-upgrade-policy\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"upgrade_policy\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":3, \"max_surge\":2}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "781" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:20:51 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 5d263709-f119-4890-8eaf-da59665d6a1c + status: 200 OK + code: 200 + duration: 98.392273ms +- id: 43 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/77e85934-bc25-40eb-82a3-c9be33dbfebc + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 781 + body: "{\"region\":\"fr-par\", \"id\":\"77e85934-bc25-40eb-82a3-c9be33dbfebc\", \"cluster_id\":\"93dac97a-3326-46c7-9fd2-048a92c9ded6\", \"created_at\":\"2025-10-30T16:18:24.093162Z\", \"updated_at\":\"2025-10-30T16:18:24.093162Z\", \"name\":\"test-pool-upgrade-policy\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"upgrade_policy\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":3, \"max_surge\":2}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "781" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:20:56 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 8b8c63bc-a3d0-4a69-b809-8e13058cfc32 + status: 200 OK + code: 200 + duration: 86.480718ms +- id: 44 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/77e85934-bc25-40eb-82a3-c9be33dbfebc + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 781 + body: "{\"region\":\"fr-par\", \"id\":\"77e85934-bc25-40eb-82a3-c9be33dbfebc\", \"cluster_id\":\"93dac97a-3326-46c7-9fd2-048a92c9ded6\", \"created_at\":\"2025-10-30T16:18:24.093162Z\", \"updated_at\":\"2025-10-30T16:18:24.093162Z\", \"name\":\"test-pool-upgrade-policy\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"upgrade_policy\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":3, \"max_surge\":2}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "781" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:21:02 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 160a5d46-3c74-426b-a50a-62d073852b1e + status: 200 OK + code: 200 + duration: 96.009452ms +- id: 45 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/77e85934-bc25-40eb-82a3-c9be33dbfebc + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 781 + body: "{\"region\":\"fr-par\", \"id\":\"77e85934-bc25-40eb-82a3-c9be33dbfebc\", \"cluster_id\":\"93dac97a-3326-46c7-9fd2-048a92c9ded6\", \"created_at\":\"2025-10-30T16:18:24.093162Z\", \"updated_at\":\"2025-10-30T16:18:24.093162Z\", \"name\":\"test-pool-upgrade-policy\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"upgrade_policy\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":3, \"max_surge\":2}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "781" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:21:07 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 278fa0e7-b41c-4609-8b7e-cdfc630a648d + status: 200 OK + code: 200 + duration: 83.10943ms +- id: 46 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/77e85934-bc25-40eb-82a3-c9be33dbfebc + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 781 + body: "{\"region\":\"fr-par\", \"id\":\"77e85934-bc25-40eb-82a3-c9be33dbfebc\", \"cluster_id\":\"93dac97a-3326-46c7-9fd2-048a92c9ded6\", \"created_at\":\"2025-10-30T16:18:24.093162Z\", \"updated_at\":\"2025-10-30T16:18:24.093162Z\", \"name\":\"test-pool-upgrade-policy\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"upgrade_policy\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":3, \"max_surge\":2}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "781" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:21:12 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 8cabdb66-2188-4265-a892-c3d0b228dd84 + status: 200 OK + code: 200 + duration: 83.955709ms +- id: 47 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/77e85934-bc25-40eb-82a3-c9be33dbfebc + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 781 + body: "{\"region\":\"fr-par\", \"id\":\"77e85934-bc25-40eb-82a3-c9be33dbfebc\", \"cluster_id\":\"93dac97a-3326-46c7-9fd2-048a92c9ded6\", \"created_at\":\"2025-10-30T16:18:24.093162Z\", \"updated_at\":\"2025-10-30T16:18:24.093162Z\", \"name\":\"test-pool-upgrade-policy\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"upgrade_policy\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":3, \"max_surge\":2}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "781" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:21:17 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 0486ecce-7799-4d0d-b61e-59f50e34a9fa + status: 200 OK + code: 200 + duration: 85.43732ms +- id: 48 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/77e85934-bc25-40eb-82a3-c9be33dbfebc + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 781 + body: "{\"region\":\"fr-par\", \"id\":\"77e85934-bc25-40eb-82a3-c9be33dbfebc\", \"cluster_id\":\"93dac97a-3326-46c7-9fd2-048a92c9ded6\", \"created_at\":\"2025-10-30T16:18:24.093162Z\", \"updated_at\":\"2025-10-30T16:18:24.093162Z\", \"name\":\"test-pool-upgrade-policy\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"upgrade_policy\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":3, \"max_surge\":2}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "781" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:21:22 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - bfd9224a-41d4-49b0-b3b0-90bfc8a1d5be + status: 200 OK + code: 200 + duration: 81.568379ms +- id: 49 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/77e85934-bc25-40eb-82a3-c9be33dbfebc + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 781 + body: "{\"region\":\"fr-par\", \"id\":\"77e85934-bc25-40eb-82a3-c9be33dbfebc\", \"cluster_id\":\"93dac97a-3326-46c7-9fd2-048a92c9ded6\", \"created_at\":\"2025-10-30T16:18:24.093162Z\", \"updated_at\":\"2025-10-30T16:18:24.093162Z\", \"name\":\"test-pool-upgrade-policy\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"upgrade_policy\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":3, \"max_surge\":2}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "781" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:21:27 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 14f58457-a207-4784-a285-917702192227 + status: 200 OK + code: 200 + duration: 83.173151ms +- id: 50 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/77e85934-bc25-40eb-82a3-c9be33dbfebc + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 781 + body: "{\"region\":\"fr-par\", \"id\":\"77e85934-bc25-40eb-82a3-c9be33dbfebc\", \"cluster_id\":\"93dac97a-3326-46c7-9fd2-048a92c9ded6\", \"created_at\":\"2025-10-30T16:18:24.093162Z\", \"updated_at\":\"2025-10-30T16:18:24.093162Z\", \"name\":\"test-pool-upgrade-policy\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"upgrade_policy\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":3, \"max_surge\":2}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "781" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:21:32 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 27941714-0c53-48be-97d4-24d2c1bd5140 + status: 200 OK + code: 200 + duration: 103.777591ms +- id: 51 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/77e85934-bc25-40eb-82a3-c9be33dbfebc + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 781 + body: "{\"region\":\"fr-par\", \"id\":\"77e85934-bc25-40eb-82a3-c9be33dbfebc\", \"cluster_id\":\"93dac97a-3326-46c7-9fd2-048a92c9ded6\", \"created_at\":\"2025-10-30T16:18:24.093162Z\", \"updated_at\":\"2025-10-30T16:18:24.093162Z\", \"name\":\"test-pool-upgrade-policy\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"upgrade_policy\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":3, \"max_surge\":2}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "781" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:21:37 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - e4821071-d2b5-4b58-a70d-387c66377afa + status: 200 OK + code: 200 + duration: 76.568765ms +- id: 52 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/77e85934-bc25-40eb-82a3-c9be33dbfebc + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 781 + body: "{\"region\":\"fr-par\", \"id\":\"77e85934-bc25-40eb-82a3-c9be33dbfebc\", \"cluster_id\":\"93dac97a-3326-46c7-9fd2-048a92c9ded6\", \"created_at\":\"2025-10-30T16:18:24.093162Z\", \"updated_at\":\"2025-10-30T16:18:24.093162Z\", \"name\":\"test-pool-upgrade-policy\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"upgrade_policy\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":3, \"max_surge\":2}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "781" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:21:42 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 630dc616-ba3b-4fbf-9479-c043a22ebe3f + status: 200 OK + code: 200 + duration: 93.174ms +- id: 53 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/77e85934-bc25-40eb-82a3-c9be33dbfebc + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 781 + body: "{\"region\":\"fr-par\", \"id\":\"77e85934-bc25-40eb-82a3-c9be33dbfebc\", \"cluster_id\":\"93dac97a-3326-46c7-9fd2-048a92c9ded6\", \"created_at\":\"2025-10-30T16:18:24.093162Z\", \"updated_at\":\"2025-10-30T16:18:24.093162Z\", \"name\":\"test-pool-upgrade-policy\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"upgrade_policy\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":3, \"max_surge\":2}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "781" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:21:47 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 4ba610c0-ca12-421d-bb8c-807c1f78b503 + status: 200 OK + code: 200 + duration: 74.917917ms +- id: 54 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/77e85934-bc25-40eb-82a3-c9be33dbfebc + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 781 + body: "{\"region\":\"fr-par\", \"id\":\"77e85934-bc25-40eb-82a3-c9be33dbfebc\", \"cluster_id\":\"93dac97a-3326-46c7-9fd2-048a92c9ded6\", \"created_at\":\"2025-10-30T16:18:24.093162Z\", \"updated_at\":\"2025-10-30T16:18:24.093162Z\", \"name\":\"test-pool-upgrade-policy\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"upgrade_policy\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":3, \"max_surge\":2}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "781" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:21:52 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 49a2cc8c-26c0-4be5-95f9-a7d1f69a24f2 + status: 200 OK + code: 200 + duration: 82.294582ms +- id: 55 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/77e85934-bc25-40eb-82a3-c9be33dbfebc + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 781 + body: "{\"region\":\"fr-par\", \"id\":\"77e85934-bc25-40eb-82a3-c9be33dbfebc\", \"cluster_id\":\"93dac97a-3326-46c7-9fd2-048a92c9ded6\", \"created_at\":\"2025-10-30T16:18:24.093162Z\", \"updated_at\":\"2025-10-30T16:18:24.093162Z\", \"name\":\"test-pool-upgrade-policy\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"upgrade_policy\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":3, \"max_surge\":2}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "781" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:21:58 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 434619fd-d798-4fb5-ad39-4b6d0726d773 + status: 200 OK + code: 200 + duration: 108.081168ms +- id: 56 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/77e85934-bc25-40eb-82a3-c9be33dbfebc + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 781 + body: "{\"region\":\"fr-par\", \"id\":\"77e85934-bc25-40eb-82a3-c9be33dbfebc\", \"cluster_id\":\"93dac97a-3326-46c7-9fd2-048a92c9ded6\", \"created_at\":\"2025-10-30T16:18:24.093162Z\", \"updated_at\":\"2025-10-30T16:18:24.093162Z\", \"name\":\"test-pool-upgrade-policy\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"upgrade_policy\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":3, \"max_surge\":2}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "781" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:22:03 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 1282cb47-8af2-4426-bbec-7905794afc81 + status: 200 OK + code: 200 + duration: 95.461243ms +- id: 57 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/77e85934-bc25-40eb-82a3-c9be33dbfebc + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 781 + body: "{\"region\":\"fr-par\", \"id\":\"77e85934-bc25-40eb-82a3-c9be33dbfebc\", \"cluster_id\":\"93dac97a-3326-46c7-9fd2-048a92c9ded6\", \"created_at\":\"2025-10-30T16:18:24.093162Z\", \"updated_at\":\"2025-10-30T16:18:24.093162Z\", \"name\":\"test-pool-upgrade-policy\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"upgrade_policy\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":3, \"max_surge\":2}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "781" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:22:08 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 97303e98-cf72-4930-9e5e-f3f89f274ec3 + status: 200 OK + code: 200 + duration: 88.992372ms +- id: 58 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/77e85934-bc25-40eb-82a3-c9be33dbfebc + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 781 + body: "{\"region\":\"fr-par\", \"id\":\"77e85934-bc25-40eb-82a3-c9be33dbfebc\", \"cluster_id\":\"93dac97a-3326-46c7-9fd2-048a92c9ded6\", \"created_at\":\"2025-10-30T16:18:24.093162Z\", \"updated_at\":\"2025-10-30T16:18:24.093162Z\", \"name\":\"test-pool-upgrade-policy\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"upgrade_policy\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":3, \"max_surge\":2}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "781" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:22:13 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - c73f947f-163b-442b-8a89-5c7411bd3cf0 + status: 200 OK + code: 200 + duration: 86.489986ms +- id: 59 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/77e85934-bc25-40eb-82a3-c9be33dbfebc + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 781 + body: "{\"region\":\"fr-par\", \"id\":\"77e85934-bc25-40eb-82a3-c9be33dbfebc\", \"cluster_id\":\"93dac97a-3326-46c7-9fd2-048a92c9ded6\", \"created_at\":\"2025-10-30T16:18:24.093162Z\", \"updated_at\":\"2025-10-30T16:18:24.093162Z\", \"name\":\"test-pool-upgrade-policy\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"upgrade_policy\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":3, \"max_surge\":2}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "781" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:22:18 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - e442f08d-192b-47ff-97f6-a3f6654c00cb + status: 200 OK + code: 200 + duration: 86.232162ms +- id: 60 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/77e85934-bc25-40eb-82a3-c9be33dbfebc + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 781 + body: "{\"region\":\"fr-par\", \"id\":\"77e85934-bc25-40eb-82a3-c9be33dbfebc\", \"cluster_id\":\"93dac97a-3326-46c7-9fd2-048a92c9ded6\", \"created_at\":\"2025-10-30T16:18:24.093162Z\", \"updated_at\":\"2025-10-30T16:18:24.093162Z\", \"name\":\"test-pool-upgrade-policy\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"upgrade_policy\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":3, \"max_surge\":2}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "781" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:22:23 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - a2e1951f-3778-4492-b7c6-f58485a97222 + status: 200 OK + code: 200 + duration: 235.924116ms +- id: 61 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/77e85934-bc25-40eb-82a3-c9be33dbfebc + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 781 + body: "{\"region\":\"fr-par\", \"id\":\"77e85934-bc25-40eb-82a3-c9be33dbfebc\", \"cluster_id\":\"93dac97a-3326-46c7-9fd2-048a92c9ded6\", \"created_at\":\"2025-10-30T16:18:24.093162Z\", \"updated_at\":\"2025-10-30T16:18:24.093162Z\", \"name\":\"test-pool-upgrade-policy\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"upgrade_policy\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":3, \"max_surge\":2}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "781" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:22:28 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 6acc1d73-1fcd-4727-9e2c-034d50cdcb90 + status: 200 OK + code: 200 + duration: 384.176418ms +- id: 62 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/77e85934-bc25-40eb-82a3-c9be33dbfebc + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 781 + body: "{\"region\":\"fr-par\", \"id\":\"77e85934-bc25-40eb-82a3-c9be33dbfebc\", \"cluster_id\":\"93dac97a-3326-46c7-9fd2-048a92c9ded6\", \"created_at\":\"2025-10-30T16:18:24.093162Z\", \"updated_at\":\"2025-10-30T16:18:24.093162Z\", \"name\":\"test-pool-upgrade-policy\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"upgrade_policy\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":3, \"max_surge\":2}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "781" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:22:34 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 32fa59e7-2462-43bd-bf49-67c60b11f780 + status: 200 OK + code: 200 + duration: 144.118353ms +- id: 63 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/77e85934-bc25-40eb-82a3-c9be33dbfebc + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 781 + body: "{\"region\":\"fr-par\", \"id\":\"77e85934-bc25-40eb-82a3-c9be33dbfebc\", \"cluster_id\":\"93dac97a-3326-46c7-9fd2-048a92c9ded6\", \"created_at\":\"2025-10-30T16:18:24.093162Z\", \"updated_at\":\"2025-10-30T16:18:24.093162Z\", \"name\":\"test-pool-upgrade-policy\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"upgrade_policy\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":3, \"max_surge\":2}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "781" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:22:39 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 05d1f461-6618-4956-a6b8-9d81c5a13eb7 + status: 200 OK + code: 200 + duration: 85.918423ms +- id: 64 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/77e85934-bc25-40eb-82a3-c9be33dbfebc + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 781 + body: "{\"region\":\"fr-par\", \"id\":\"77e85934-bc25-40eb-82a3-c9be33dbfebc\", \"cluster_id\":\"93dac97a-3326-46c7-9fd2-048a92c9ded6\", \"created_at\":\"2025-10-30T16:18:24.093162Z\", \"updated_at\":\"2025-10-30T16:18:24.093162Z\", \"name\":\"test-pool-upgrade-policy\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"upgrade_policy\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":3, \"max_surge\":2}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "781" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:22:44 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 6084053b-8c32-4b4d-98d5-d4cb61cf8011 + status: 200 OK + code: 200 + duration: 87.843867ms +- id: 65 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/77e85934-bc25-40eb-82a3-c9be33dbfebc + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 781 + body: "{\"region\":\"fr-par\", \"id\":\"77e85934-bc25-40eb-82a3-c9be33dbfebc\", \"cluster_id\":\"93dac97a-3326-46c7-9fd2-048a92c9ded6\", \"created_at\":\"2025-10-30T16:18:24.093162Z\", \"updated_at\":\"2025-10-30T16:18:24.093162Z\", \"name\":\"test-pool-upgrade-policy\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"upgrade_policy\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":3, \"max_surge\":2}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "781" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:22:49 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 60f639ee-65c1-4da2-b775-e7202150b105 + status: 200 OK + code: 200 + duration: 100.450046ms +- id: 66 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/77e85934-bc25-40eb-82a3-c9be33dbfebc + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 781 + body: "{\"region\":\"fr-par\", \"id\":\"77e85934-bc25-40eb-82a3-c9be33dbfebc\", \"cluster_id\":\"93dac97a-3326-46c7-9fd2-048a92c9ded6\", \"created_at\":\"2025-10-30T16:18:24.093162Z\", \"updated_at\":\"2025-10-30T16:18:24.093162Z\", \"name\":\"test-pool-upgrade-policy\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"upgrade_policy\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":3, \"max_surge\":2}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "781" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:22:54 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - b829ac57-d1cc-4f8b-9a24-62b1ed3bde07 + status: 200 OK + code: 200 + duration: 95.587931ms +- id: 67 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/77e85934-bc25-40eb-82a3-c9be33dbfebc + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 781 + body: "{\"region\":\"fr-par\", \"id\":\"77e85934-bc25-40eb-82a3-c9be33dbfebc\", \"cluster_id\":\"93dac97a-3326-46c7-9fd2-048a92c9ded6\", \"created_at\":\"2025-10-30T16:18:24.093162Z\", \"updated_at\":\"2025-10-30T16:18:24.093162Z\", \"name\":\"test-pool-upgrade-policy\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"upgrade_policy\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":3, \"max_surge\":2}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "781" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:22:59 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - c88ebae9-a704-4060-b50b-b7c55f0e7cc3 + status: 200 OK + code: 200 + duration: 95.296183ms +- id: 68 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/77e85934-bc25-40eb-82a3-c9be33dbfebc + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 781 + body: "{\"region\":\"fr-par\", \"id\":\"77e85934-bc25-40eb-82a3-c9be33dbfebc\", \"cluster_id\":\"93dac97a-3326-46c7-9fd2-048a92c9ded6\", \"created_at\":\"2025-10-30T16:18:24.093162Z\", \"updated_at\":\"2025-10-30T16:18:24.093162Z\", \"name\":\"test-pool-upgrade-policy\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"upgrade_policy\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":3, \"max_surge\":2}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "781" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:23:04 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 5b08cdb3-f591-4acf-b673-1cb2117a2e5e + status: 200 OK + code: 200 + duration: 92.016678ms +- id: 69 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/77e85934-bc25-40eb-82a3-c9be33dbfebc + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 781 + body: "{\"region\":\"fr-par\", \"id\":\"77e85934-bc25-40eb-82a3-c9be33dbfebc\", \"cluster_id\":\"93dac97a-3326-46c7-9fd2-048a92c9ded6\", \"created_at\":\"2025-10-30T16:18:24.093162Z\", \"updated_at\":\"2025-10-30T16:18:24.093162Z\", \"name\":\"test-pool-upgrade-policy\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"upgrade_policy\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":3, \"max_surge\":2}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "781" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:23:09 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 808e84ee-3aab-4e98-a62d-e582992d7c13 + status: 200 OK + code: 200 + duration: 95.782857ms +- id: 70 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/77e85934-bc25-40eb-82a3-c9be33dbfebc + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 781 + body: "{\"region\":\"fr-par\", \"id\":\"77e85934-bc25-40eb-82a3-c9be33dbfebc\", \"cluster_id\":\"93dac97a-3326-46c7-9fd2-048a92c9ded6\", \"created_at\":\"2025-10-30T16:18:24.093162Z\", \"updated_at\":\"2025-10-30T16:18:24.093162Z\", \"name\":\"test-pool-upgrade-policy\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"upgrade_policy\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":3, \"max_surge\":2}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "781" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:23:14 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 73cd84c4-142b-4c9a-b60b-79133e56ccc4 + status: 200 OK + code: 200 + duration: 121.949416ms +- id: 71 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/77e85934-bc25-40eb-82a3-c9be33dbfebc + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 781 + body: "{\"region\":\"fr-par\", \"id\":\"77e85934-bc25-40eb-82a3-c9be33dbfebc\", \"cluster_id\":\"93dac97a-3326-46c7-9fd2-048a92c9ded6\", \"created_at\":\"2025-10-30T16:18:24.093162Z\", \"updated_at\":\"2025-10-30T16:18:24.093162Z\", \"name\":\"test-pool-upgrade-policy\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"upgrade_policy\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":3, \"max_surge\":2}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "781" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:23:20 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 237c7f43-49e4-40d2-9d9e-498c694e2a46 + status: 200 OK + code: 200 + duration: 79.603761ms +- id: 72 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/77e85934-bc25-40eb-82a3-c9be33dbfebc + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 781 + body: "{\"region\":\"fr-par\", \"id\":\"77e85934-bc25-40eb-82a3-c9be33dbfebc\", \"cluster_id\":\"93dac97a-3326-46c7-9fd2-048a92c9ded6\", \"created_at\":\"2025-10-30T16:18:24.093162Z\", \"updated_at\":\"2025-10-30T16:18:24.093162Z\", \"name\":\"test-pool-upgrade-policy\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"upgrade_policy\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":3, \"max_surge\":2}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "781" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:23:25 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 55bfef63-8657-41fc-94a4-907c3096f325 + status: 200 OK + code: 200 + duration: 86.718244ms +- id: 73 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/77e85934-bc25-40eb-82a3-c9be33dbfebc + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 781 + body: "{\"region\":\"fr-par\", \"id\":\"77e85934-bc25-40eb-82a3-c9be33dbfebc\", \"cluster_id\":\"93dac97a-3326-46c7-9fd2-048a92c9ded6\", \"created_at\":\"2025-10-30T16:18:24.093162Z\", \"updated_at\":\"2025-10-30T16:18:24.093162Z\", \"name\":\"test-pool-upgrade-policy\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"upgrade_policy\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":3, \"max_surge\":2}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "781" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:23:30 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - f08278dd-cff9-426a-98b6-6fd2bf7e50b0 + status: 200 OK + code: 200 + duration: 93.505883ms +- id: 74 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/77e85934-bc25-40eb-82a3-c9be33dbfebc + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 781 + body: "{\"region\":\"fr-par\", \"id\":\"77e85934-bc25-40eb-82a3-c9be33dbfebc\", \"cluster_id\":\"93dac97a-3326-46c7-9fd2-048a92c9ded6\", \"created_at\":\"2025-10-30T16:18:24.093162Z\", \"updated_at\":\"2025-10-30T16:18:24.093162Z\", \"name\":\"test-pool-upgrade-policy\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"upgrade_policy\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":3, \"max_surge\":2}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "781" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:23:35 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - afb205c3-57a1-44d8-b5c9-1d932aac64d8 + status: 200 OK + code: 200 + duration: 99.185092ms +- id: 75 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/77e85934-bc25-40eb-82a3-c9be33dbfebc + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 781 + body: "{\"region\":\"fr-par\", \"id\":\"77e85934-bc25-40eb-82a3-c9be33dbfebc\", \"cluster_id\":\"93dac97a-3326-46c7-9fd2-048a92c9ded6\", \"created_at\":\"2025-10-30T16:18:24.093162Z\", \"updated_at\":\"2025-10-30T16:18:24.093162Z\", \"name\":\"test-pool-upgrade-policy\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"upgrade_policy\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":3, \"max_surge\":2}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "781" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:23:40 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 5f69e970-c435-410b-8c8f-17cac9d478a8 + status: 200 OK + code: 200 + duration: 92.160398ms +- id: 76 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/77e85934-bc25-40eb-82a3-c9be33dbfebc + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 781 + body: "{\"region\":\"fr-par\", \"id\":\"77e85934-bc25-40eb-82a3-c9be33dbfebc\", \"cluster_id\":\"93dac97a-3326-46c7-9fd2-048a92c9ded6\", \"created_at\":\"2025-10-30T16:18:24.093162Z\", \"updated_at\":\"2025-10-30T16:18:24.093162Z\", \"name\":\"test-pool-upgrade-policy\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"upgrade_policy\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":3, \"max_surge\":2}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "781" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:23:45 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 7661b68f-3785-46f7-a882-065fb54a0f1e + status: 200 OK + code: 200 + duration: 87.561748ms +- id: 77 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/77e85934-bc25-40eb-82a3-c9be33dbfebc + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 781 + body: "{\"region\":\"fr-par\", \"id\":\"77e85934-bc25-40eb-82a3-c9be33dbfebc\", \"cluster_id\":\"93dac97a-3326-46c7-9fd2-048a92c9ded6\", \"created_at\":\"2025-10-30T16:18:24.093162Z\", \"updated_at\":\"2025-10-30T16:18:24.093162Z\", \"name\":\"test-pool-upgrade-policy\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"upgrade_policy\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":3, \"max_surge\":2}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "781" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:23:50 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 0fa75bf4-8df3-4d2b-927f-b1c04a5e5b8e + status: 200 OK + code: 200 + duration: 89.434202ms +- id: 78 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/77e85934-bc25-40eb-82a3-c9be33dbfebc + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 781 + body: "{\"region\":\"fr-par\", \"id\":\"77e85934-bc25-40eb-82a3-c9be33dbfebc\", \"cluster_id\":\"93dac97a-3326-46c7-9fd2-048a92c9ded6\", \"created_at\":\"2025-10-30T16:18:24.093162Z\", \"updated_at\":\"2025-10-30T16:18:24.093162Z\", \"name\":\"test-pool-upgrade-policy\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"upgrade_policy\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":3, \"max_surge\":2}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "781" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:23:55 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 88bff9f5-edad-4220-8e85-9fa8dfcfeb06 + status: 200 OK + code: 200 + duration: 94.75607ms +- id: 79 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/77e85934-bc25-40eb-82a3-c9be33dbfebc + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 781 + body: "{\"region\":\"fr-par\", \"id\":\"77e85934-bc25-40eb-82a3-c9be33dbfebc\", \"cluster_id\":\"93dac97a-3326-46c7-9fd2-048a92c9ded6\", \"created_at\":\"2025-10-30T16:18:24.093162Z\", \"updated_at\":\"2025-10-30T16:18:24.093162Z\", \"name\":\"test-pool-upgrade-policy\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"upgrade_policy\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":3, \"max_surge\":2}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "781" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:24:00 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 302b827a-e1e3-4b73-808c-77fb68f8219d + status: 200 OK + code: 200 + duration: 79.983024ms +- id: 80 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/77e85934-bc25-40eb-82a3-c9be33dbfebc + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 781 + body: "{\"region\":\"fr-par\", \"id\":\"77e85934-bc25-40eb-82a3-c9be33dbfebc\", \"cluster_id\":\"93dac97a-3326-46c7-9fd2-048a92c9ded6\", \"created_at\":\"2025-10-30T16:18:24.093162Z\", \"updated_at\":\"2025-10-30T16:18:24.093162Z\", \"name\":\"test-pool-upgrade-policy\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"upgrade_policy\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":3, \"max_surge\":2}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "781" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:24:05 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 4745dbb6-aefd-4d51-9e96-aa260e8300c2 + status: 200 OK + code: 200 + duration: 114.529751ms +- id: 81 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/77e85934-bc25-40eb-82a3-c9be33dbfebc + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 781 + body: "{\"region\":\"fr-par\", \"id\":\"77e85934-bc25-40eb-82a3-c9be33dbfebc\", \"cluster_id\":\"93dac97a-3326-46c7-9fd2-048a92c9ded6\", \"created_at\":\"2025-10-30T16:18:24.093162Z\", \"updated_at\":\"2025-10-30T16:18:24.093162Z\", \"name\":\"test-pool-upgrade-policy\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"upgrade_policy\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":3, \"max_surge\":2}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "781" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:24:10 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 5e9d8048-1891-40ab-a425-e23a26496a91 + status: 200 OK + code: 200 + duration: 103.428306ms +- id: 82 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/77e85934-bc25-40eb-82a3-c9be33dbfebc + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 781 + body: "{\"region\":\"fr-par\", \"id\":\"77e85934-bc25-40eb-82a3-c9be33dbfebc\", \"cluster_id\":\"93dac97a-3326-46c7-9fd2-048a92c9ded6\", \"created_at\":\"2025-10-30T16:18:24.093162Z\", \"updated_at\":\"2025-10-30T16:18:24.093162Z\", \"name\":\"test-pool-upgrade-policy\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"upgrade_policy\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":3, \"max_surge\":2}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "781" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:24:16 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - b69bbe3a-5791-4b42-bf53-54f40bf66885 + status: 200 OK + code: 200 + duration: 86.636091ms +- id: 83 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/77e85934-bc25-40eb-82a3-c9be33dbfebc + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 781 + body: "{\"region\":\"fr-par\", \"id\":\"77e85934-bc25-40eb-82a3-c9be33dbfebc\", \"cluster_id\":\"93dac97a-3326-46c7-9fd2-048a92c9ded6\", \"created_at\":\"2025-10-30T16:18:24.093162Z\", \"updated_at\":\"2025-10-30T16:18:24.093162Z\", \"name\":\"test-pool-upgrade-policy\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"upgrade_policy\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":3, \"max_surge\":2}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "781" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:24:21 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 46428c09-ba6d-4ed4-9f80-1445909b73b3 + status: 200 OK + code: 200 + duration: 101.920747ms +- id: 84 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/77e85934-bc25-40eb-82a3-c9be33dbfebc + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 781 + body: "{\"region\":\"fr-par\", \"id\":\"77e85934-bc25-40eb-82a3-c9be33dbfebc\", \"cluster_id\":\"93dac97a-3326-46c7-9fd2-048a92c9ded6\", \"created_at\":\"2025-10-30T16:18:24.093162Z\", \"updated_at\":\"2025-10-30T16:18:24.093162Z\", \"name\":\"test-pool-upgrade-policy\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"upgrade_policy\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":3, \"max_surge\":2}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "781" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:24:26 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - f98517b7-5a67-4ef0-8d69-adcb59ee072d + status: 200 OK + code: 200 + duration: 75.656754ms +- id: 85 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/77e85934-bc25-40eb-82a3-c9be33dbfebc + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 781 + body: "{\"region\":\"fr-par\", \"id\":\"77e85934-bc25-40eb-82a3-c9be33dbfebc\", \"cluster_id\":\"93dac97a-3326-46c7-9fd2-048a92c9ded6\", \"created_at\":\"2025-10-30T16:18:24.093162Z\", \"updated_at\":\"2025-10-30T16:18:24.093162Z\", \"name\":\"test-pool-upgrade-policy\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"upgrade_policy\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":3, \"max_surge\":2}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "781" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:24:31 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 66e60600-222b-484d-83e0-e38feed0f2a1 + status: 200 OK + code: 200 + duration: 89.325999ms +- id: 86 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/77e85934-bc25-40eb-82a3-c9be33dbfebc + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 781 + body: "{\"region\":\"fr-par\", \"id\":\"77e85934-bc25-40eb-82a3-c9be33dbfebc\", \"cluster_id\":\"93dac97a-3326-46c7-9fd2-048a92c9ded6\", \"created_at\":\"2025-10-30T16:18:24.093162Z\", \"updated_at\":\"2025-10-30T16:18:24.093162Z\", \"name\":\"test-pool-upgrade-policy\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"upgrade_policy\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":3, \"max_surge\":2}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "781" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:24:36 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 014d95f3-541a-4e08-8928-513741bb82a6 + status: 200 OK + code: 200 + duration: 82.477656ms +- id: 87 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/77e85934-bc25-40eb-82a3-c9be33dbfebc + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 781 + body: "{\"region\":\"fr-par\", \"id\":\"77e85934-bc25-40eb-82a3-c9be33dbfebc\", \"cluster_id\":\"93dac97a-3326-46c7-9fd2-048a92c9ded6\", \"created_at\":\"2025-10-30T16:18:24.093162Z\", \"updated_at\":\"2025-10-30T16:18:24.093162Z\", \"name\":\"test-pool-upgrade-policy\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"upgrade_policy\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":3, \"max_surge\":2}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "781" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:24:41 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 07825e3b-3b5c-4a08-bdfc-cdaf7da49ce6 + status: 200 OK + code: 200 + duration: 94.226916ms +- id: 88 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/77e85934-bc25-40eb-82a3-c9be33dbfebc + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 781 + body: "{\"region\":\"fr-par\", \"id\":\"77e85934-bc25-40eb-82a3-c9be33dbfebc\", \"cluster_id\":\"93dac97a-3326-46c7-9fd2-048a92c9ded6\", \"created_at\":\"2025-10-30T16:18:24.093162Z\", \"updated_at\":\"2025-10-30T16:18:24.093162Z\", \"name\":\"test-pool-upgrade-policy\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"upgrade_policy\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":3, \"max_surge\":2}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "781" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:24:46 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 2b5e06f2-c207-439f-a224-e6551a40688b + status: 200 OK + code: 200 + duration: 106.76598ms +- id: 89 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/77e85934-bc25-40eb-82a3-c9be33dbfebc + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 781 + body: "{\"region\":\"fr-par\", \"id\":\"77e85934-bc25-40eb-82a3-c9be33dbfebc\", \"cluster_id\":\"93dac97a-3326-46c7-9fd2-048a92c9ded6\", \"created_at\":\"2025-10-30T16:18:24.093162Z\", \"updated_at\":\"2025-10-30T16:18:24.093162Z\", \"name\":\"test-pool-upgrade-policy\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"upgrade_policy\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":3, \"max_surge\":2}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "781" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:24:51 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 57be7946-fa5a-47b1-a76f-269f64dabbfb + status: 200 OK + code: 200 + duration: 87.06251ms +- id: 90 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/77e85934-bc25-40eb-82a3-c9be33dbfebc + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 781 + body: "{\"region\":\"fr-par\", \"id\":\"77e85934-bc25-40eb-82a3-c9be33dbfebc\", \"cluster_id\":\"93dac97a-3326-46c7-9fd2-048a92c9ded6\", \"created_at\":\"2025-10-30T16:18:24.093162Z\", \"updated_at\":\"2025-10-30T16:18:24.093162Z\", \"name\":\"test-pool-upgrade-policy\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"upgrade_policy\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":3, \"max_surge\":2}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "781" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:24:56 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 94444012-3682-43af-a804-698e933b0f72 + status: 200 OK + code: 200 + duration: 91.930517ms +- id: 91 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/77e85934-bc25-40eb-82a3-c9be33dbfebc + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 781 + body: "{\"region\":\"fr-par\", \"id\":\"77e85934-bc25-40eb-82a3-c9be33dbfebc\", \"cluster_id\":\"93dac97a-3326-46c7-9fd2-048a92c9ded6\", \"created_at\":\"2025-10-30T16:18:24.093162Z\", \"updated_at\":\"2025-10-30T16:18:24.093162Z\", \"name\":\"test-pool-upgrade-policy\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"upgrade_policy\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":3, \"max_surge\":2}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "781" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:25:01 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 1a3d96d1-8a54-4d29-86e0-8338c645307b + status: 200 OK + code: 200 + duration: 97.596872ms +- id: 92 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/77e85934-bc25-40eb-82a3-c9be33dbfebc + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 781 + body: "{\"region\":\"fr-par\", \"id\":\"77e85934-bc25-40eb-82a3-c9be33dbfebc\", \"cluster_id\":\"93dac97a-3326-46c7-9fd2-048a92c9ded6\", \"created_at\":\"2025-10-30T16:18:24.093162Z\", \"updated_at\":\"2025-10-30T16:18:24.093162Z\", \"name\":\"test-pool-upgrade-policy\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"upgrade_policy\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":3, \"max_surge\":2}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "781" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:25:07 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - efca7623-880a-4bc7-aaad-4856787d1efb + status: 200 OK + code: 200 + duration: 98.122649ms +- id: 93 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/77e85934-bc25-40eb-82a3-c9be33dbfebc + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 781 + body: "{\"region\":\"fr-par\", \"id\":\"77e85934-bc25-40eb-82a3-c9be33dbfebc\", \"cluster_id\":\"93dac97a-3326-46c7-9fd2-048a92c9ded6\", \"created_at\":\"2025-10-30T16:18:24.093162Z\", \"updated_at\":\"2025-10-30T16:18:24.093162Z\", \"name\":\"test-pool-upgrade-policy\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"upgrade_policy\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":3, \"max_surge\":2}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "781" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:25:12 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 53a27073-0362-4bbd-b1a8-e8909fdee14f + status: 200 OK + code: 200 + duration: 86.292686ms +- id: 94 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/77e85934-bc25-40eb-82a3-c9be33dbfebc + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 781 + body: "{\"region\":\"fr-par\", \"id\":\"77e85934-bc25-40eb-82a3-c9be33dbfebc\", \"cluster_id\":\"93dac97a-3326-46c7-9fd2-048a92c9ded6\", \"created_at\":\"2025-10-30T16:18:24.093162Z\", \"updated_at\":\"2025-10-30T16:18:24.093162Z\", \"name\":\"test-pool-upgrade-policy\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"upgrade_policy\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":3, \"max_surge\":2}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "781" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:25:17 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 4e25ac66-e373-45ce-8c7b-2cb51940bc90 + status: 200 OK + code: 200 + duration: 94.316525ms +- id: 95 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/77e85934-bc25-40eb-82a3-c9be33dbfebc + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 781 + body: "{\"region\":\"fr-par\", \"id\":\"77e85934-bc25-40eb-82a3-c9be33dbfebc\", \"cluster_id\":\"93dac97a-3326-46c7-9fd2-048a92c9ded6\", \"created_at\":\"2025-10-30T16:18:24.093162Z\", \"updated_at\":\"2025-10-30T16:18:24.093162Z\", \"name\":\"test-pool-upgrade-policy\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"upgrade_policy\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":3, \"max_surge\":2}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "781" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:25:22 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 724e165d-56c4-4d92-81c3-bb7ae0f9a872 + status: 200 OK + code: 200 + duration: 85.393298ms +- id: 96 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/77e85934-bc25-40eb-82a3-c9be33dbfebc + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 781 + body: "{\"region\":\"fr-par\", \"id\":\"77e85934-bc25-40eb-82a3-c9be33dbfebc\", \"cluster_id\":\"93dac97a-3326-46c7-9fd2-048a92c9ded6\", \"created_at\":\"2025-10-30T16:18:24.093162Z\", \"updated_at\":\"2025-10-30T16:18:24.093162Z\", \"name\":\"test-pool-upgrade-policy\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"upgrade_policy\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":3, \"max_surge\":2}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "781" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:25:27 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 3523bc25-0bb6-4139-82f6-d0fb3c4133d9 + status: 200 OK + code: 200 + duration: 100.393921ms +- id: 97 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/77e85934-bc25-40eb-82a3-c9be33dbfebc + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 781 + body: "{\"region\":\"fr-par\", \"id\":\"77e85934-bc25-40eb-82a3-c9be33dbfebc\", \"cluster_id\":\"93dac97a-3326-46c7-9fd2-048a92c9ded6\", \"created_at\":\"2025-10-30T16:18:24.093162Z\", \"updated_at\":\"2025-10-30T16:18:24.093162Z\", \"name\":\"test-pool-upgrade-policy\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"upgrade_policy\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":3, \"max_surge\":2}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "781" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:25:32 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - fd7c7f6e-8c26-446d-8d2b-029a968b4cde + status: 200 OK + code: 200 + duration: 104.050744ms +- id: 98 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/77e85934-bc25-40eb-82a3-c9be33dbfebc + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 781 + body: "{\"region\":\"fr-par\", \"id\":\"77e85934-bc25-40eb-82a3-c9be33dbfebc\", \"cluster_id\":\"93dac97a-3326-46c7-9fd2-048a92c9ded6\", \"created_at\":\"2025-10-30T16:18:24.093162Z\", \"updated_at\":\"2025-10-30T16:18:24.093162Z\", \"name\":\"test-pool-upgrade-policy\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"upgrade_policy\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":3, \"max_surge\":2}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "781" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:25:37 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 8c517abf-4447-447d-89c9-823b7d02930e + status: 200 OK + code: 200 + duration: 82.984277ms +- id: 99 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/77e85934-bc25-40eb-82a3-c9be33dbfebc + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 781 + body: "{\"region\":\"fr-par\", \"id\":\"77e85934-bc25-40eb-82a3-c9be33dbfebc\", \"cluster_id\":\"93dac97a-3326-46c7-9fd2-048a92c9ded6\", \"created_at\":\"2025-10-30T16:18:24.093162Z\", \"updated_at\":\"2025-10-30T16:18:24.093162Z\", \"name\":\"test-pool-upgrade-policy\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"upgrade_policy\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":3, \"max_surge\":2}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "781" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:25:42 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 4fe66181-3b2f-43f6-b41b-864fb6fbfcb7 + status: 200 OK + code: 200 + duration: 93.599489ms +- id: 100 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/77e85934-bc25-40eb-82a3-c9be33dbfebc + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 781 + body: "{\"region\":\"fr-par\", \"id\":\"77e85934-bc25-40eb-82a3-c9be33dbfebc\", \"cluster_id\":\"93dac97a-3326-46c7-9fd2-048a92c9ded6\", \"created_at\":\"2025-10-30T16:18:24.093162Z\", \"updated_at\":\"2025-10-30T16:18:24.093162Z\", \"name\":\"test-pool-upgrade-policy\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"upgrade_policy\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":3, \"max_surge\":2}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "781" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:25:47 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 26e3ba21-29ca-4165-b77d-cc759c95b63e + status: 200 OK + code: 200 + duration: 104.382217ms +- id: 101 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/77e85934-bc25-40eb-82a3-c9be33dbfebc + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 781 + body: "{\"region\":\"fr-par\", \"id\":\"77e85934-bc25-40eb-82a3-c9be33dbfebc\", \"cluster_id\":\"93dac97a-3326-46c7-9fd2-048a92c9ded6\", \"created_at\":\"2025-10-30T16:18:24.093162Z\", \"updated_at\":\"2025-10-30T16:18:24.093162Z\", \"name\":\"test-pool-upgrade-policy\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"upgrade_policy\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":3, \"max_surge\":2}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "781" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:25:52 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 29c6d15f-19e6-4dbb-ae5a-b6c40917cf02 + status: 200 OK + code: 200 + duration: 88.706446ms +- id: 102 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/77e85934-bc25-40eb-82a3-c9be33dbfebc + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 781 + body: "{\"region\":\"fr-par\", \"id\":\"77e85934-bc25-40eb-82a3-c9be33dbfebc\", \"cluster_id\":\"93dac97a-3326-46c7-9fd2-048a92c9ded6\", \"created_at\":\"2025-10-30T16:18:24.093162Z\", \"updated_at\":\"2025-10-30T16:18:24.093162Z\", \"name\":\"test-pool-upgrade-policy\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"upgrade_policy\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":3, \"max_surge\":2}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "781" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:25:57 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - fc4daaf7-4076-4667-86dc-9c2d554b7d89 + status: 200 OK + code: 200 + duration: 91.55919ms +- id: 103 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/77e85934-bc25-40eb-82a3-c9be33dbfebc + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 781 + body: "{\"region\":\"fr-par\", \"id\":\"77e85934-bc25-40eb-82a3-c9be33dbfebc\", \"cluster_id\":\"93dac97a-3326-46c7-9fd2-048a92c9ded6\", \"created_at\":\"2025-10-30T16:18:24.093162Z\", \"updated_at\":\"2025-10-30T16:18:24.093162Z\", \"name\":\"test-pool-upgrade-policy\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"upgrade_policy\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":3, \"max_surge\":2}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "781" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:26:03 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - bc9d70ed-f3a5-4962-8d06-891f962ce820 + status: 200 OK + code: 200 + duration: 79.417662ms +- id: 104 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/77e85934-bc25-40eb-82a3-c9be33dbfebc + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 781 + body: "{\"region\":\"fr-par\", \"id\":\"77e85934-bc25-40eb-82a3-c9be33dbfebc\", \"cluster_id\":\"93dac97a-3326-46c7-9fd2-048a92c9ded6\", \"created_at\":\"2025-10-30T16:18:24.093162Z\", \"updated_at\":\"2025-10-30T16:18:24.093162Z\", \"name\":\"test-pool-upgrade-policy\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"upgrade_policy\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":3, \"max_surge\":2}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "781" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:26:08 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 547bee7a-8b35-4ae2-a88a-71801ee643bf + status: 200 OK + code: 200 + duration: 79.779562ms +- id: 105 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/77e85934-bc25-40eb-82a3-c9be33dbfebc + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 781 + body: "{\"region\":\"fr-par\", \"id\":\"77e85934-bc25-40eb-82a3-c9be33dbfebc\", \"cluster_id\":\"93dac97a-3326-46c7-9fd2-048a92c9ded6\", \"created_at\":\"2025-10-30T16:18:24.093162Z\", \"updated_at\":\"2025-10-30T16:18:24.093162Z\", \"name\":\"test-pool-upgrade-policy\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"upgrade_policy\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":3, \"max_surge\":2}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "781" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:26:13 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - df4b9339-410d-4053-a9d0-024ba1971eb8 + status: 200 OK + code: 200 + duration: 77.43934ms +- id: 106 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/77e85934-bc25-40eb-82a3-c9be33dbfebc + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 781 + body: "{\"region\":\"fr-par\", \"id\":\"77e85934-bc25-40eb-82a3-c9be33dbfebc\", \"cluster_id\":\"93dac97a-3326-46c7-9fd2-048a92c9ded6\", \"created_at\":\"2025-10-30T16:18:24.093162Z\", \"updated_at\":\"2025-10-30T16:18:24.093162Z\", \"name\":\"test-pool-upgrade-policy\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"upgrade_policy\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":3, \"max_surge\":2}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "781" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:26:18 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 0902df2c-0634-47c0-b81f-b13947ecf449 + status: 200 OK + code: 200 + duration: 101.476403ms +- id: 107 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/77e85934-bc25-40eb-82a3-c9be33dbfebc + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 781 + body: "{\"region\":\"fr-par\", \"id\":\"77e85934-bc25-40eb-82a3-c9be33dbfebc\", \"cluster_id\":\"93dac97a-3326-46c7-9fd2-048a92c9ded6\", \"created_at\":\"2025-10-30T16:18:24.093162Z\", \"updated_at\":\"2025-10-30T16:18:24.093162Z\", \"name\":\"test-pool-upgrade-policy\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"upgrade_policy\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":3, \"max_surge\":2}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "781" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:26:23 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - a6f6f15d-bee8-464d-bc45-40e752152255 + status: 200 OK + code: 200 + duration: 76.746679ms +- id: 108 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/77e85934-bc25-40eb-82a3-c9be33dbfebc + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 781 + body: "{\"region\":\"fr-par\", \"id\":\"77e85934-bc25-40eb-82a3-c9be33dbfebc\", \"cluster_id\":\"93dac97a-3326-46c7-9fd2-048a92c9ded6\", \"created_at\":\"2025-10-30T16:18:24.093162Z\", \"updated_at\":\"2025-10-30T16:18:24.093162Z\", \"name\":\"test-pool-upgrade-policy\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"upgrade_policy\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":3, \"max_surge\":2}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "781" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:26:28 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 1b110b56-ccb2-44ef-b2eb-8e2e7a53ca7d + status: 200 OK + code: 200 + duration: 92.647122ms +- id: 109 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/77e85934-bc25-40eb-82a3-c9be33dbfebc + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 781 + body: "{\"region\":\"fr-par\", \"id\":\"77e85934-bc25-40eb-82a3-c9be33dbfebc\", \"cluster_id\":\"93dac97a-3326-46c7-9fd2-048a92c9ded6\", \"created_at\":\"2025-10-30T16:18:24.093162Z\", \"updated_at\":\"2025-10-30T16:18:24.093162Z\", \"name\":\"test-pool-upgrade-policy\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"upgrade_policy\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":3, \"max_surge\":2}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "781" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:26:33 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - f3e98e3b-35dd-4c44-b46f-de77b5625d46 + status: 200 OK + code: 200 + duration: 85.388449ms +- id: 110 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/77e85934-bc25-40eb-82a3-c9be33dbfebc + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 781 + body: "{\"region\":\"fr-par\", \"id\":\"77e85934-bc25-40eb-82a3-c9be33dbfebc\", \"cluster_id\":\"93dac97a-3326-46c7-9fd2-048a92c9ded6\", \"created_at\":\"2025-10-30T16:18:24.093162Z\", \"updated_at\":\"2025-10-30T16:18:24.093162Z\", \"name\":\"test-pool-upgrade-policy\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"upgrade_policy\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":3, \"max_surge\":2}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "781" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:26:38 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 61823a04-441c-4d31-9474-73f555f55657 + status: 200 OK + code: 200 + duration: 84.060126ms +- id: 111 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/77e85934-bc25-40eb-82a3-c9be33dbfebc + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 781 + body: "{\"region\":\"fr-par\", \"id\":\"77e85934-bc25-40eb-82a3-c9be33dbfebc\", \"cluster_id\":\"93dac97a-3326-46c7-9fd2-048a92c9ded6\", \"created_at\":\"2025-10-30T16:18:24.093162Z\", \"updated_at\":\"2025-10-30T16:18:24.093162Z\", \"name\":\"test-pool-upgrade-policy\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"upgrade_policy\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":3, \"max_surge\":2}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "781" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:26:43 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 2f40736d-435f-457a-aaba-0dee2ffe8d26 + status: 200 OK + code: 200 + duration: 81.997123ms +- id: 112 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/77e85934-bc25-40eb-82a3-c9be33dbfebc + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 781 + body: "{\"region\":\"fr-par\", \"id\":\"77e85934-bc25-40eb-82a3-c9be33dbfebc\", \"cluster_id\":\"93dac97a-3326-46c7-9fd2-048a92c9ded6\", \"created_at\":\"2025-10-30T16:18:24.093162Z\", \"updated_at\":\"2025-10-30T16:18:24.093162Z\", \"name\":\"test-pool-upgrade-policy\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"upgrade_policy\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":3, \"max_surge\":2}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "781" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:26:48 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - cf49f806-e364-4267-b6a1-477ee35821e5 + status: 200 OK + code: 200 + duration: 99.025313ms +- id: 113 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/77e85934-bc25-40eb-82a3-c9be33dbfebc + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 781 + body: "{\"region\":\"fr-par\", \"id\":\"77e85934-bc25-40eb-82a3-c9be33dbfebc\", \"cluster_id\":\"93dac97a-3326-46c7-9fd2-048a92c9ded6\", \"created_at\":\"2025-10-30T16:18:24.093162Z\", \"updated_at\":\"2025-10-30T16:18:24.093162Z\", \"name\":\"test-pool-upgrade-policy\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"upgrade_policy\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":3, \"max_surge\":2}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "781" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:26:53 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 733a37b3-e052-4f14-ab29-81d1febd1b4c + status: 200 OK + code: 200 + duration: 75.91568ms +- id: 114 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/77e85934-bc25-40eb-82a3-c9be33dbfebc + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 781 + body: "{\"region\":\"fr-par\", \"id\":\"77e85934-bc25-40eb-82a3-c9be33dbfebc\", \"cluster_id\":\"93dac97a-3326-46c7-9fd2-048a92c9ded6\", \"created_at\":\"2025-10-30T16:18:24.093162Z\", \"updated_at\":\"2025-10-30T16:18:24.093162Z\", \"name\":\"test-pool-upgrade-policy\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"upgrade_policy\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":3, \"max_surge\":2}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "781" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:26:59 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - c79fedb4-0ceb-4100-bcb9-77834f7e7a82 + status: 200 OK + code: 200 + duration: 106.265291ms +- id: 115 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/77e85934-bc25-40eb-82a3-c9be33dbfebc + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 781 + body: "{\"region\":\"fr-par\", \"id\":\"77e85934-bc25-40eb-82a3-c9be33dbfebc\", \"cluster_id\":\"93dac97a-3326-46c7-9fd2-048a92c9ded6\", \"created_at\":\"2025-10-30T16:18:24.093162Z\", \"updated_at\":\"2025-10-30T16:18:24.093162Z\", \"name\":\"test-pool-upgrade-policy\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"upgrade_policy\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":3, \"max_surge\":2}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "781" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:27:04 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - c7d274bd-41a8-484a-bc79-f1b11d6c829c + status: 200 OK + code: 200 + duration: 101.105697ms +- id: 116 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/77e85934-bc25-40eb-82a3-c9be33dbfebc + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 781 + body: "{\"region\":\"fr-par\", \"id\":\"77e85934-bc25-40eb-82a3-c9be33dbfebc\", \"cluster_id\":\"93dac97a-3326-46c7-9fd2-048a92c9ded6\", \"created_at\":\"2025-10-30T16:18:24.093162Z\", \"updated_at\":\"2025-10-30T16:18:24.093162Z\", \"name\":\"test-pool-upgrade-policy\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"upgrade_policy\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":3, \"max_surge\":2}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "781" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:27:09 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 2000682c-f597-48db-b0a7-2fd4c17ad95a + status: 200 OK + code: 200 + duration: 84.059275ms +- id: 117 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/77e85934-bc25-40eb-82a3-c9be33dbfebc + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 781 + body: "{\"region\":\"fr-par\", \"id\":\"77e85934-bc25-40eb-82a3-c9be33dbfebc\", \"cluster_id\":\"93dac97a-3326-46c7-9fd2-048a92c9ded6\", \"created_at\":\"2025-10-30T16:18:24.093162Z\", \"updated_at\":\"2025-10-30T16:18:24.093162Z\", \"name\":\"test-pool-upgrade-policy\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"upgrade_policy\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":3, \"max_surge\":2}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "781" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:27:14 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 1bc5feb6-b2a3-4630-9cd6-f91799194de4 + status: 200 OK + code: 200 + duration: 83.578141ms +- id: 118 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/77e85934-bc25-40eb-82a3-c9be33dbfebc + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 781 + body: "{\"region\":\"fr-par\", \"id\":\"77e85934-bc25-40eb-82a3-c9be33dbfebc\", \"cluster_id\":\"93dac97a-3326-46c7-9fd2-048a92c9ded6\", \"created_at\":\"2025-10-30T16:18:24.093162Z\", \"updated_at\":\"2025-10-30T16:18:24.093162Z\", \"name\":\"test-pool-upgrade-policy\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"upgrade_policy\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":3, \"max_surge\":2}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "781" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:27:19 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - c16d5681-a43b-4e4a-b010-851a38cc07eb + status: 200 OK + code: 200 + duration: 87.037304ms +- id: 119 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/77e85934-bc25-40eb-82a3-c9be33dbfebc + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 781 + body: "{\"region\":\"fr-par\", \"id\":\"77e85934-bc25-40eb-82a3-c9be33dbfebc\", \"cluster_id\":\"93dac97a-3326-46c7-9fd2-048a92c9ded6\", \"created_at\":\"2025-10-30T16:18:24.093162Z\", \"updated_at\":\"2025-10-30T16:18:24.093162Z\", \"name\":\"test-pool-upgrade-policy\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"upgrade_policy\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":3, \"max_surge\":2}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "781" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:27:24 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - b734b8a6-f269-4b21-96a6-adeea23cf242 + status: 200 OK + code: 200 + duration: 91.043893ms +- id: 120 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/77e85934-bc25-40eb-82a3-c9be33dbfebc + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 781 + body: "{\"region\":\"fr-par\", \"id\":\"77e85934-bc25-40eb-82a3-c9be33dbfebc\", \"cluster_id\":\"93dac97a-3326-46c7-9fd2-048a92c9ded6\", \"created_at\":\"2025-10-30T16:18:24.093162Z\", \"updated_at\":\"2025-10-30T16:18:24.093162Z\", \"name\":\"test-pool-upgrade-policy\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"upgrade_policy\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":3, \"max_surge\":2}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "781" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:27:29 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - af0166c1-a31b-4d35-9ac8-cf5f50ca8691 + status: 200 OK + code: 200 + duration: 83.580626ms +- id: 121 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/77e85934-bc25-40eb-82a3-c9be33dbfebc + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 781 + body: "{\"region\":\"fr-par\", \"id\":\"77e85934-bc25-40eb-82a3-c9be33dbfebc\", \"cluster_id\":\"93dac97a-3326-46c7-9fd2-048a92c9ded6\", \"created_at\":\"2025-10-30T16:18:24.093162Z\", \"updated_at\":\"2025-10-30T16:18:24.093162Z\", \"name\":\"test-pool-upgrade-policy\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"upgrade_policy\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":3, \"max_surge\":2}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "781" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:27:34 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 46d59e47-0ba4-4b3b-8a1b-cf0aac8a8ec9 + status: 200 OK + code: 200 + duration: 88.33047ms +- id: 122 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/77e85934-bc25-40eb-82a3-c9be33dbfebc + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 781 + body: "{\"region\":\"fr-par\", \"id\":\"77e85934-bc25-40eb-82a3-c9be33dbfebc\", \"cluster_id\":\"93dac97a-3326-46c7-9fd2-048a92c9ded6\", \"created_at\":\"2025-10-30T16:18:24.093162Z\", \"updated_at\":\"2025-10-30T16:18:24.093162Z\", \"name\":\"test-pool-upgrade-policy\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"upgrade_policy\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":3, \"max_surge\":2}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "781" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:27:39 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 0f2c4fda-43ff-474d-919c-441dc1fbc037 + status: 200 OK + code: 200 + duration: 218.797193ms +- id: 123 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/77e85934-bc25-40eb-82a3-c9be33dbfebc + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 781 + body: "{\"region\":\"fr-par\", \"id\":\"77e85934-bc25-40eb-82a3-c9be33dbfebc\", \"cluster_id\":\"93dac97a-3326-46c7-9fd2-048a92c9ded6\", \"created_at\":\"2025-10-30T16:18:24.093162Z\", \"updated_at\":\"2025-10-30T16:18:24.093162Z\", \"name\":\"test-pool-upgrade-policy\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"upgrade_policy\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":3, \"max_surge\":2}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "781" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:27:44 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - a7e0eda3-8f68-442d-941d-b14c75ff30b3 + status: 200 OK + code: 200 + duration: 100.544944ms +- id: 124 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/77e85934-bc25-40eb-82a3-c9be33dbfebc + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 781 + body: "{\"region\":\"fr-par\", \"id\":\"77e85934-bc25-40eb-82a3-c9be33dbfebc\", \"cluster_id\":\"93dac97a-3326-46c7-9fd2-048a92c9ded6\", \"created_at\":\"2025-10-30T16:18:24.093162Z\", \"updated_at\":\"2025-10-30T16:18:24.093162Z\", \"name\":\"test-pool-upgrade-policy\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"upgrade_policy\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":3, \"max_surge\":2}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "781" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:27:50 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 9c1d4823-444a-4664-86f4-285dde699cb2 + status: 200 OK + code: 200 + duration: 77.266074ms +- id: 125 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/77e85934-bc25-40eb-82a3-c9be33dbfebc + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 781 + body: "{\"region\":\"fr-par\", \"id\":\"77e85934-bc25-40eb-82a3-c9be33dbfebc\", \"cluster_id\":\"93dac97a-3326-46c7-9fd2-048a92c9ded6\", \"created_at\":\"2025-10-30T16:18:24.093162Z\", \"updated_at\":\"2025-10-30T16:18:24.093162Z\", \"name\":\"test-pool-upgrade-policy\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"upgrade_policy\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":3, \"max_surge\":2}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "781" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:27:55 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 5524c264-17a2-4a4f-8d6d-c4824ce81532 + status: 200 OK + code: 200 + duration: 106.522774ms +- id: 126 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/77e85934-bc25-40eb-82a3-c9be33dbfebc + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 781 + body: "{\"region\":\"fr-par\", \"id\":\"77e85934-bc25-40eb-82a3-c9be33dbfebc\", \"cluster_id\":\"93dac97a-3326-46c7-9fd2-048a92c9ded6\", \"created_at\":\"2025-10-30T16:18:24.093162Z\", \"updated_at\":\"2025-10-30T16:18:24.093162Z\", \"name\":\"test-pool-upgrade-policy\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"upgrade_policy\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":3, \"max_surge\":2}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "781" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:28:00 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - ed370e26-436c-410c-9b18-137decd429fc + status: 200 OK + code: 200 + duration: 98.7891ms +- id: 127 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/77e85934-bc25-40eb-82a3-c9be33dbfebc + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 781 + body: "{\"region\":\"fr-par\", \"id\":\"77e85934-bc25-40eb-82a3-c9be33dbfebc\", \"cluster_id\":\"93dac97a-3326-46c7-9fd2-048a92c9ded6\", \"created_at\":\"2025-10-30T16:18:24.093162Z\", \"updated_at\":\"2025-10-30T16:18:24.093162Z\", \"name\":\"test-pool-upgrade-policy\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"upgrade_policy\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":3, \"max_surge\":2}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "781" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:28:05 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 621313ff-a6a9-407f-9029-8bba64436d9c + status: 200 OK + code: 200 + duration: 78.257235ms +- id: 128 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/77e85934-bc25-40eb-82a3-c9be33dbfebc + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 781 + body: "{\"region\":\"fr-par\", \"id\":\"77e85934-bc25-40eb-82a3-c9be33dbfebc\", \"cluster_id\":\"93dac97a-3326-46c7-9fd2-048a92c9ded6\", \"created_at\":\"2025-10-30T16:18:24.093162Z\", \"updated_at\":\"2025-10-30T16:18:24.093162Z\", \"name\":\"test-pool-upgrade-policy\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"upgrade_policy\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":3, \"max_surge\":2}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "781" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:28:10 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 9d5076c1-1f96-449a-8d85-238a10b4ae9f + status: 200 OK + code: 200 + duration: 102.666967ms +- id: 129 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/77e85934-bc25-40eb-82a3-c9be33dbfebc + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 781 + body: "{\"region\":\"fr-par\", \"id\":\"77e85934-bc25-40eb-82a3-c9be33dbfebc\", \"cluster_id\":\"93dac97a-3326-46c7-9fd2-048a92c9ded6\", \"created_at\":\"2025-10-30T16:18:24.093162Z\", \"updated_at\":\"2025-10-30T16:18:24.093162Z\", \"name\":\"test-pool-upgrade-policy\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"upgrade_policy\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":3, \"max_surge\":2}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "781" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:28:15 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 874a5353-a983-4d89-8919-5505c43b7798 + status: 200 OK + code: 200 + duration: 84.169962ms +- id: 130 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/77e85934-bc25-40eb-82a3-c9be33dbfebc + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 781 + body: "{\"region\":\"fr-par\", \"id\":\"77e85934-bc25-40eb-82a3-c9be33dbfebc\", \"cluster_id\":\"93dac97a-3326-46c7-9fd2-048a92c9ded6\", \"created_at\":\"2025-10-30T16:18:24.093162Z\", \"updated_at\":\"2025-10-30T16:18:24.093162Z\", \"name\":\"test-pool-upgrade-policy\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"upgrade_policy\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":3, \"max_surge\":2}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "781" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:28:20 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 972f363b-c2ae-4e7f-9e38-5ee90a3d5568 + status: 200 OK + code: 200 + duration: 101.816371ms +- id: 131 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/77e85934-bc25-40eb-82a3-c9be33dbfebc + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 781 + body: "{\"region\":\"fr-par\", \"id\":\"77e85934-bc25-40eb-82a3-c9be33dbfebc\", \"cluster_id\":\"93dac97a-3326-46c7-9fd2-048a92c9ded6\", \"created_at\":\"2025-10-30T16:18:24.093162Z\", \"updated_at\":\"2025-10-30T16:18:24.093162Z\", \"name\":\"test-pool-upgrade-policy\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"upgrade_policy\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":3, \"max_surge\":2}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "781" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:28:25 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 9863b1ff-702c-44b4-9280-f54098d0b401 + status: 200 OK + code: 200 + duration: 95.896149ms +- id: 132 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/77e85934-bc25-40eb-82a3-c9be33dbfebc + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 781 + body: "{\"region\":\"fr-par\", \"id\":\"77e85934-bc25-40eb-82a3-c9be33dbfebc\", \"cluster_id\":\"93dac97a-3326-46c7-9fd2-048a92c9ded6\", \"created_at\":\"2025-10-30T16:18:24.093162Z\", \"updated_at\":\"2025-10-30T16:18:24.093162Z\", \"name\":\"test-pool-upgrade-policy\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"upgrade_policy\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":3, \"max_surge\":2}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "781" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:28:30 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 768adde6-abff-4518-b400-1908250144fa + status: 200 OK + code: 200 + duration: 69.291157ms +- id: 133 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/77e85934-bc25-40eb-82a3-c9be33dbfebc + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 781 + body: "{\"region\":\"fr-par\", \"id\":\"77e85934-bc25-40eb-82a3-c9be33dbfebc\", \"cluster_id\":\"93dac97a-3326-46c7-9fd2-048a92c9ded6\", \"created_at\":\"2025-10-30T16:18:24.093162Z\", \"updated_at\":\"2025-10-30T16:18:24.093162Z\", \"name\":\"test-pool-upgrade-policy\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"upgrade_policy\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":3, \"max_surge\":2}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "781" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:28:35 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 0c3e8d6d-3a6e-4608-bae1-ad07bbfbe4a1 + status: 200 OK + code: 200 + duration: 83.052795ms +- id: 134 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/77e85934-bc25-40eb-82a3-c9be33dbfebc + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 781 + body: "{\"region\":\"fr-par\", \"id\":\"77e85934-bc25-40eb-82a3-c9be33dbfebc\", \"cluster_id\":\"93dac97a-3326-46c7-9fd2-048a92c9ded6\", \"created_at\":\"2025-10-30T16:18:24.093162Z\", \"updated_at\":\"2025-10-30T16:18:24.093162Z\", \"name\":\"test-pool-upgrade-policy\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"upgrade_policy\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":3, \"max_surge\":2}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "781" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:28:40 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 18b35354-48d1-4fc6-83f8-bc32d817463c + status: 200 OK + code: 200 + duration: 98.989235ms +- id: 135 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/77e85934-bc25-40eb-82a3-c9be33dbfebc + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 781 + body: "{\"region\":\"fr-par\", \"id\":\"77e85934-bc25-40eb-82a3-c9be33dbfebc\", \"cluster_id\":\"93dac97a-3326-46c7-9fd2-048a92c9ded6\", \"created_at\":\"2025-10-30T16:18:24.093162Z\", \"updated_at\":\"2025-10-30T16:18:24.093162Z\", \"name\":\"test-pool-upgrade-policy\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"upgrade_policy\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":3, \"max_surge\":2}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "781" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:28:46 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 04d9aa18-2116-4ca3-848d-3b19f287e0e3 + status: 200 OK + code: 200 + duration: 91.897785ms +- id: 136 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/77e85934-bc25-40eb-82a3-c9be33dbfebc + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 781 + body: "{\"region\":\"fr-par\", \"id\":\"77e85934-bc25-40eb-82a3-c9be33dbfebc\", \"cluster_id\":\"93dac97a-3326-46c7-9fd2-048a92c9ded6\", \"created_at\":\"2025-10-30T16:18:24.093162Z\", \"updated_at\":\"2025-10-30T16:18:24.093162Z\", \"name\":\"test-pool-upgrade-policy\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"upgrade_policy\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":3, \"max_surge\":2}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "781" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:28:51 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 476453b7-94a4-4ec3-b2e0-f745317f134f + status: 200 OK + code: 200 + duration: 88.909758ms +- id: 137 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/77e85934-bc25-40eb-82a3-c9be33dbfebc + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 781 + body: "{\"region\":\"fr-par\", \"id\":\"77e85934-bc25-40eb-82a3-c9be33dbfebc\", \"cluster_id\":\"93dac97a-3326-46c7-9fd2-048a92c9ded6\", \"created_at\":\"2025-10-30T16:18:24.093162Z\", \"updated_at\":\"2025-10-30T16:18:24.093162Z\", \"name\":\"test-pool-upgrade-policy\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"upgrade_policy\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":3, \"max_surge\":2}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "781" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:28:56 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - b9545ecb-625c-47ac-8e6c-650f369451e6 + status: 200 OK + code: 200 + duration: 76.972183ms +- id: 138 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/77e85934-bc25-40eb-82a3-c9be33dbfebc + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 781 + body: "{\"region\":\"fr-par\", \"id\":\"77e85934-bc25-40eb-82a3-c9be33dbfebc\", \"cluster_id\":\"93dac97a-3326-46c7-9fd2-048a92c9ded6\", \"created_at\":\"2025-10-30T16:18:24.093162Z\", \"updated_at\":\"2025-10-30T16:18:24.093162Z\", \"name\":\"test-pool-upgrade-policy\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"upgrade_policy\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":3, \"max_surge\":2}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "781" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:29:01 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 1f03c3e9-2280-445c-ab06-5e2d43f65b23 + status: 200 OK + code: 200 + duration: 94.091102ms +- id: 139 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/77e85934-bc25-40eb-82a3-c9be33dbfebc + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 781 + body: "{\"region\":\"fr-par\", \"id\":\"77e85934-bc25-40eb-82a3-c9be33dbfebc\", \"cluster_id\":\"93dac97a-3326-46c7-9fd2-048a92c9ded6\", \"created_at\":\"2025-10-30T16:18:24.093162Z\", \"updated_at\":\"2025-10-30T16:18:24.093162Z\", \"name\":\"test-pool-upgrade-policy\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"upgrade_policy\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":3, \"max_surge\":2}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "781" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:29:06 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 9c74519e-32bb-413b-a922-19c95f6a09e3 + status: 200 OK + code: 200 + duration: 88.966884ms +- id: 140 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/77e85934-bc25-40eb-82a3-c9be33dbfebc + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 779 + body: "{\"region\":\"fr-par\", \"id\":\"77e85934-bc25-40eb-82a3-c9be33dbfebc\", \"cluster_id\":\"93dac97a-3326-46c7-9fd2-048a92c9ded6\", \"created_at\":\"2025-10-30T16:18:24.093162Z\", \"updated_at\":\"2025-10-30T16:29:06.856006Z\", \"name\":\"test-pool-upgrade-policy\", \"status\":\"ready\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"upgrade_policy\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":3, \"max_surge\":2}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "779" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:29:11 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 58aca8f2-b329-4ead-9340-114d649d0d59 + status: 200 OK + code: 200 + duration: 94.207891ms +- id: 141 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/93dac97a-3326-46c7-9fd2-048a92c9ded6 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1647 + body: "{\"region\":\"fr-par\", \"id\":\"93dac97a-3326-46c7-9fd2-048a92c9ded6\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:18.600925Z\", \"updated_at\":\"2025-10-30T16:20:02.410169Z\", \"type\":\"kapsule\", \"name\":\"test-pool-upgrade-policy\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"upgrade_policy\"], \"cluster_url\":\"https://93dac97a-3326-46c7-9fd2-048a92c9ded6.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.93dac97a-3326-46c7-9fd2-048a92c9ded6.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"74a6a859-c6bc-4b60-8958-25ff1bbd8455\", \"commitment_ends_at\":\"2025-10-30T16:18:18.600935Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"85795dcd-9184-4d30-98a6-585f6c3f3695\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1647" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:29:11 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - ecb5d8b5-1d00-44a2-9b4a-1e1d2a42f487 + status: 200 OK + code: 200 + duration: 92.621194ms +- id: 142 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/77e85934-bc25-40eb-82a3-c9be33dbfebc + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 779 + body: "{\"region\":\"fr-par\", \"id\":\"77e85934-bc25-40eb-82a3-c9be33dbfebc\", \"cluster_id\":\"93dac97a-3326-46c7-9fd2-048a92c9ded6\", \"created_at\":\"2025-10-30T16:18:24.093162Z\", \"updated_at\":\"2025-10-30T16:29:06.856006Z\", \"name\":\"test-pool-upgrade-policy\", \"status\":\"ready\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"upgrade_policy\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":3, \"max_surge\":2}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "779" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:29:11 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - f38c485b-7222-4932-99f9-6596bbdc336e + status: 200 OK + code: 200 + duration: 19.356158ms +- id: 143 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + form: + order_by: + - created_at_asc + page: + - "1" + pool_id: + - 77e85934-bc25-40eb-82a3-c9be33dbfebc + status: + - unknown + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/93dac97a-3326-46c7-9fd2-048a92c9ded6/nodes?order_by=created_at_asc&page=1&pool_id=77e85934-bc25-40eb-82a3-c9be33dbfebc&status=unknown + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 621 + body: "{\"total_count\":1, \"nodes\":[{\"region\":\"fr-par\", \"id\":\"ee4b8845-54d5-4d1d-90f9-21fc2cf08ad3\", \"cluster_id\":\"93dac97a-3326-46c7-9fd2-048a92c9ded6\", \"created_at\":\"2025-10-30T16:27:58.467151Z\", \"updated_at\":\"2025-10-30T16:29:06.843774Z\", \"pool_id\":\"77e85934-bc25-40eb-82a3-c9be33dbfebc\", \"status\":\"ready\", \"conditions\":{\"DiskPressure\":\"False\", \"MemoryPressure\":\"False\", \"PIDPressure\":\"False\", \"Ready\":\"True\"}, \"name\":\"scw-test-pool-upgrade-test-pool-upgrade-ee4b88\", \"public_ip_v4\":\"163.172.149.221\", \"public_ip_v6\":null, \"provider_id\":\"scaleway://instance/fr-par-1/f1165d08-4196-46ba-aacf-b7ff44270653\", \"error_message\":\"\"}]}" + headers: + Content-Length: + - "621" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:29:11 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 8401c611-41f9-4769-891a-276c4d9b3725 + status: 200 OK + code: 200 + duration: 28.02073ms +- id: 144 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/93dac97a-3326-46c7-9fd2-048a92c9ded6 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1647 + body: "{\"region\":\"fr-par\", \"id\":\"93dac97a-3326-46c7-9fd2-048a92c9ded6\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:18.600925Z\", \"updated_at\":\"2025-10-30T16:20:02.410169Z\", \"type\":\"kapsule\", \"name\":\"test-pool-upgrade-policy\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"upgrade_policy\"], \"cluster_url\":\"https://93dac97a-3326-46c7-9fd2-048a92c9ded6.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.93dac97a-3326-46c7-9fd2-048a92c9ded6.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"74a6a859-c6bc-4b60-8958-25ff1bbd8455\", \"commitment_ends_at\":\"2025-10-30T16:18:18.600935Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"85795dcd-9184-4d30-98a6-585f6c3f3695\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1647" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:29:11 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 119b37c5-d424-4dc3-95b8-bc9e6ae96bb5 + status: 200 OK + code: 200 + duration: 29.061964ms +- id: 145 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + form: + order_by: + - created_at_desc + project_id: + - 105bdce1-64c0-48ab-899d-868455867ecf + resource_name: + - scw-test-pool-upgrade-test-pool-upgrade-ee4b88 + resource_type: + - unknown_type + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/ipam/v1/regions/fr-par/ips?order_by=created_at_desc&project_id=105bdce1-64c0-48ab-899d-868455867ecf&resource_name=scw-test-pool-upgrade-test-pool-upgrade-ee4b88&resource_type=unknown_type + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1122 + body: "{\"total_count\":2, \"ips\":[{\"id\":\"b26f0305-dbed-443b-8ef7-38d6bdb3970b\", \"address\":\"fd5f:519c:6d46:729e:9c83:ac54:b58d:6d88/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":true, \"created_at\":\"2025-10-30T16:28:02.283024Z\", \"updated_at\":\"2025-10-30T16:28:02.283024Z\", \"source\":{\"subnet_id\":\"5e346ce9-89d2-4840-b81c-91fdb41de63e\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"ab2031e3-c16a-419b-a37b-789be329a6d0\", \"mac_address\":\"02:00:00:1A:5F:6B\", \"name\":\"scw-test-pool-upgrade-test-pool-upgrade-ee4b88\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}, {\"id\":\"69f40e88-11ea-40ff-b77b-95c398b5b3e0\", \"address\":\"172.18.40.3/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":false, \"created_at\":\"2025-10-30T16:28:02.137809Z\", \"updated_at\":\"2025-10-30T16:28:02.137809Z\", \"source\":{\"subnet_id\":\"cef98600-43da-45c1-86ef-bf950d181fe4\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"ab2031e3-c16a-419b-a37b-789be329a6d0\", \"mac_address\":\"02:00:00:1A:5F:6B\", \"name\":\"scw-test-pool-upgrade-test-pool-upgrade-ee4b88\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}]}" + headers: + Content-Length: + - "1122" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:29:11 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 228bdcd2-49c2-4f66-9aac-bdf7220d3820 + status: 200 OK + code: 200 + duration: 47.51647ms +- id: 146 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/93dac97a-3326-46c7-9fd2-048a92c9ded6 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1647 + body: "{\"region\":\"fr-par\", \"id\":\"93dac97a-3326-46c7-9fd2-048a92c9ded6\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:18.600925Z\", \"updated_at\":\"2025-10-30T16:20:02.410169Z\", \"type\":\"kapsule\", \"name\":\"test-pool-upgrade-policy\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"upgrade_policy\"], \"cluster_url\":\"https://93dac97a-3326-46c7-9fd2-048a92c9ded6.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.93dac97a-3326-46c7-9fd2-048a92c9ded6.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"74a6a859-c6bc-4b60-8958-25ff1bbd8455\", \"commitment_ends_at\":\"2025-10-30T16:18:18.600935Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"85795dcd-9184-4d30-98a6-585f6c3f3695\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1647" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:29:11 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 3b4b6a1e-da9d-4c6d-82ae-db37de36d442 + status: 200 OK + code: 200 + duration: 18.578268ms +- id: 147 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/77e85934-bc25-40eb-82a3-c9be33dbfebc + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 779 + body: "{\"region\":\"fr-par\", \"id\":\"77e85934-bc25-40eb-82a3-c9be33dbfebc\", \"cluster_id\":\"93dac97a-3326-46c7-9fd2-048a92c9ded6\", \"created_at\":\"2025-10-30T16:18:24.093162Z\", \"updated_at\":\"2025-10-30T16:29:06.856006Z\", \"name\":\"test-pool-upgrade-policy\", \"status\":\"ready\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"upgrade_policy\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":3, \"max_surge\":2}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "779" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:29:11 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - ec0567b6-41de-4f3b-86db-99036c45df6c + status: 200 OK + code: 200 + duration: 20.89157ms +- id: 148 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/vpc/v2/regions/fr-par/vpcs/dd5d440a-1d83-4da9-8b96-a00117e9e556 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 436 + body: "{\"id\":\"dd5d440a-1d83-4da9-8b96-a00117e9e556\", \"name\":\"testAccCheckK8SPoolConfigUpgradePolicy\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:17.164975Z\", \"updated_at\":\"2025-10-30T16:18:17.164975Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_default\":false, \"private_network_count\":1, \"routing_enabled\":true, \"custom_routes_propagation_enabled\":true, \"region\":\"fr-par\"}" + headers: + Content-Length: + - "436" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:29:12 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - db78ee12-0b48-4e23-a5ac-c8dcc061253c + status: 200 OK + code: 200 + duration: 23.619059ms +- id: 149 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks/74a6a859-c6bc-4b60-8958-25ff1bbd8455 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1094 + body: "{\"id\":\"74a6a859-c6bc-4b60-8958-25ff1bbd8455\", \"name\":\"test-pool-upgrade-policy\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:17.477653Z\", \"updated_at\":\"2025-10-30T16:18:17.477653Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"subnets\":[{\"id\":\"cef98600-43da-45c1-86ef-bf950d181fe4\", \"created_at\":\"2025-10-30T16:18:17.477653Z\", \"updated_at\":\"2025-10-30T16:18:17.477653Z\", \"subnet\":\"172.18.40.0/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"74a6a859-c6bc-4b60-8958-25ff1bbd8455\", \"vpc_id\":\"dd5d440a-1d83-4da9-8b96-a00117e9e556\"}, {\"id\":\"5e346ce9-89d2-4840-b81c-91fdb41de63e\", \"created_at\":\"2025-10-30T16:18:17.477653Z\", \"updated_at\":\"2025-10-30T16:18:17.477653Z\", \"subnet\":\"fd5f:519c:6d46:729e::/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"74a6a859-c6bc-4b60-8958-25ff1bbd8455\", \"vpc_id\":\"dd5d440a-1d83-4da9-8b96-a00117e9e556\"}], \"vpc_id\":\"dd5d440a-1d83-4da9-8b96-a00117e9e556\", \"dhcp_enabled\":true, \"default_route_propagation_enabled\":false, \"region\":\"fr-par\"}" + headers: + Content-Length: + - "1094" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:29:12 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - ebb679d9-1641-46a5-b320-967fbcbc0bf1 + status: 200 OK + code: 200 + duration: 37.146608ms +- id: 150 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/93dac97a-3326-46c7-9fd2-048a92c9ded6 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1647 + body: "{\"region\":\"fr-par\", \"id\":\"93dac97a-3326-46c7-9fd2-048a92c9ded6\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:18.600925Z\", \"updated_at\":\"2025-10-30T16:20:02.410169Z\", \"type\":\"kapsule\", \"name\":\"test-pool-upgrade-policy\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"upgrade_policy\"], \"cluster_url\":\"https://93dac97a-3326-46c7-9fd2-048a92c9ded6.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.93dac97a-3326-46c7-9fd2-048a92c9ded6.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"74a6a859-c6bc-4b60-8958-25ff1bbd8455\", \"commitment_ends_at\":\"2025-10-30T16:18:18.600935Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"85795dcd-9184-4d30-98a6-585f6c3f3695\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1647" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:29:12 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - add98ace-5353-4ec9-b3ee-e2920287bd0c + status: 200 OK + code: 200 + duration: 23.675064ms +- id: 151 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/93dac97a-3326-46c7-9fd2-048a92c9ded6/kubeconfig + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1734 + body: "{\"name\":\"kubeconfig\", \"content_type\":\"application/octet-stream\", \"content\":\"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogInRlc3QtcG9vbC11cGdyYWRlLXBvbGljeSIKICBjbHVzdGVyOgogICAgY2VydGlmaWNhdGUtYXV0aG9yaXR5LWRhdGE6IExTMHRMUzFDUlVkSlRpQkRSVkpVU1VaSlEwRlVSUzB0TFMwdENrMUpTVUpZUkVORFFWRkhaMEYzU1VKQlowbENRVVJCUzBKblozRm9hMnBQVUZGUlJFRnFRVlpOVWsxM1JWRlpSRlpSVVVSRmQzQnlaRmRLYkdOdE5Xd0taRWRXZWsxQ05GaEVWRWt4VFZSQmVVOVVSVEpOVkdkNFQwWnZXRVJVVFRGTlZFRjVUMVJGTWsxVVozaFBSbTkzUmxSRlZFMUNSVWRCTVZWRlFYaE5Td3BoTTFacFdsaEtkVnBZVW14amVrSmFUVUpOUjBKNWNVZFRUVFE1UVdkRlIwTkRjVWRUVFRRNVFYZEZTRUV3U1VGQ1EwcGFURFJ1U1N0RU9VbExabFpGQ2xKNlNXSkhhbEF3ZW1oNVoyVmFPR3BDTWl0U1IwWXpabEpYU0VwcmMxSnFOV1F2V0hKb2FVTkVOVkZFU0ZocGNtdFVkMEZqV2paeWJtSkpNSGhQVjJnS2VpOW1XRmR0VjJwUmFrSkJUVUUwUjBFeFZXUkVkMFZDTDNkUlJVRjNTVU53UkVGUVFtZE9Wa2hTVFVKQlpqaEZRbFJCUkVGUlNDOU5RakJIUVRGVlpBcEVaMUZYUWtKVVZucEJUVkpqUzB0V05WSm5hMDlvTkVoUUwyNHlkbnBUTmxCVVFVdENaMmR4YUd0cVQxQlJVVVJCWjA1S1FVUkNSMEZwUlVFNWQxVm1DbmgwYlhaQmJrdEJURUZEYld0MGFtbGxWbmxTTUZCMlVuQnVZbEZPVkdOWmNuQk5kVzl2YzBOSlVVTjRhRWd4ZVRSeVpsWTNXSElyYWpKM1VIQXdXR3dLVTFCMWFuSkpkVXMyY1ZwcFVtaE9RbHBPUWxCb1FUMDlDaTB0TFMwdFJVNUVJRU5GVWxSSlJrbERRVlJGTFMwdExTMEsKICAgIHNlcnZlcjogaHR0cHM6Ly85M2RhYzk3YS0zMzI2LTQ2YzctOWZkMi0wNDhhOTJjOWRlZDYuYXBpLms4cy5mci1wYXIuc2N3LmNsb3VkOjY0NDMKY29udGV4dHM6Ci0gbmFtZTogYWRtaW5AdGVzdC1wb29sLXVwZ3JhZGUtcG9saWN5CiAgY29udGV4dDoKICAgIGNsdXN0ZXI6ICJ0ZXN0LXBvb2wtdXBncmFkZS1wb2xpY3kiCiAgICB1c2VyOiB0ZXN0LXBvb2wtdXBncmFkZS1wb2xpY3ktYWRtaW4KY3VycmVudC1jb250ZXh0OiBhZG1pbkB0ZXN0LXBvb2wtdXBncmFkZS1wb2xpY3kKa2luZDogQ29uZmlnCnByZWZlcmVuY2VzOiB7fQp1c2VyczoKLSBuYW1lOiB0ZXN0LXBvb2wtdXBncmFkZS1wb2xpY3ktYWRtaW4KICB1c2VyOgogICAgdG9rZW46IGdQeXZVTjZRTDJwWFRNbEREQlBUbUZqV2JqbUhGUVdkRzUyN2JOcnNuaUdHQVRITDRoQ3RITWhj\"}" + headers: + Content-Length: + - "1734" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:29:12 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - b6b62684-e6a0-4c81-bb05-57757adb865d + status: 200 OK + code: 200 + duration: 85.735239ms +- id: 152 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/77e85934-bc25-40eb-82a3-c9be33dbfebc + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 779 + body: "{\"region\":\"fr-par\", \"id\":\"77e85934-bc25-40eb-82a3-c9be33dbfebc\", \"cluster_id\":\"93dac97a-3326-46c7-9fd2-048a92c9ded6\", \"created_at\":\"2025-10-30T16:18:24.093162Z\", \"updated_at\":\"2025-10-30T16:29:06.856006Z\", \"name\":\"test-pool-upgrade-policy\", \"status\":\"ready\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"upgrade_policy\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":3, \"max_surge\":2}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "779" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:29:12 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 47217f9f-e6da-44a2-a371-47786de59d1c + status: 200 OK + code: 200 + duration: 21.659301ms +- id: 153 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + form: + order_by: + - created_at_asc + page: + - "1" + pool_id: + - 77e85934-bc25-40eb-82a3-c9be33dbfebc + status: + - unknown + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/93dac97a-3326-46c7-9fd2-048a92c9ded6/nodes?order_by=created_at_asc&page=1&pool_id=77e85934-bc25-40eb-82a3-c9be33dbfebc&status=unknown + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 621 + body: "{\"total_count\":1, \"nodes\":[{\"region\":\"fr-par\", \"id\":\"ee4b8845-54d5-4d1d-90f9-21fc2cf08ad3\", \"cluster_id\":\"93dac97a-3326-46c7-9fd2-048a92c9ded6\", \"created_at\":\"2025-10-30T16:27:58.467151Z\", \"updated_at\":\"2025-10-30T16:29:06.843774Z\", \"pool_id\":\"77e85934-bc25-40eb-82a3-c9be33dbfebc\", \"status\":\"ready\", \"conditions\":{\"DiskPressure\":\"False\", \"MemoryPressure\":\"False\", \"PIDPressure\":\"False\", \"Ready\":\"True\"}, \"name\":\"scw-test-pool-upgrade-test-pool-upgrade-ee4b88\", \"public_ip_v4\":\"163.172.149.221\", \"public_ip_v6\":null, \"provider_id\":\"scaleway://instance/fr-par-1/f1165d08-4196-46ba-aacf-b7ff44270653\", \"error_message\":\"\"}]}" + headers: + Content-Length: + - "621" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:29:12 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 4f3d7598-48d6-48df-b94a-b1661afee177 + status: 200 OK + code: 200 + duration: 24.188928ms +- id: 154 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/93dac97a-3326-46c7-9fd2-048a92c9ded6 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1647 + body: "{\"region\":\"fr-par\", \"id\":\"93dac97a-3326-46c7-9fd2-048a92c9ded6\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:18.600925Z\", \"updated_at\":\"2025-10-30T16:20:02.410169Z\", \"type\":\"kapsule\", \"name\":\"test-pool-upgrade-policy\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"upgrade_policy\"], \"cluster_url\":\"https://93dac97a-3326-46c7-9fd2-048a92c9ded6.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.93dac97a-3326-46c7-9fd2-048a92c9ded6.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"74a6a859-c6bc-4b60-8958-25ff1bbd8455\", \"commitment_ends_at\":\"2025-10-30T16:18:18.600935Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"85795dcd-9184-4d30-98a6-585f6c3f3695\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1647" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:29:12 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - df3a6198-5f23-4ce6-bd17-2a04c661bbc7 + status: 200 OK + code: 200 + duration: 20.391351ms +- id: 155 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + form: + order_by: + - created_at_desc + project_id: + - 105bdce1-64c0-48ab-899d-868455867ecf + resource_name: + - scw-test-pool-upgrade-test-pool-upgrade-ee4b88 + resource_type: + - unknown_type + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/ipam/v1/regions/fr-par/ips?order_by=created_at_desc&project_id=105bdce1-64c0-48ab-899d-868455867ecf&resource_name=scw-test-pool-upgrade-test-pool-upgrade-ee4b88&resource_type=unknown_type + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1122 + body: "{\"total_count\":2, \"ips\":[{\"id\":\"b26f0305-dbed-443b-8ef7-38d6bdb3970b\", \"address\":\"fd5f:519c:6d46:729e:9c83:ac54:b58d:6d88/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":true, \"created_at\":\"2025-10-30T16:28:02.283024Z\", \"updated_at\":\"2025-10-30T16:28:02.283024Z\", \"source\":{\"subnet_id\":\"5e346ce9-89d2-4840-b81c-91fdb41de63e\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"ab2031e3-c16a-419b-a37b-789be329a6d0\", \"mac_address\":\"02:00:00:1A:5F:6B\", \"name\":\"scw-test-pool-upgrade-test-pool-upgrade-ee4b88\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}, {\"id\":\"69f40e88-11ea-40ff-b77b-95c398b5b3e0\", \"address\":\"172.18.40.3/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":false, \"created_at\":\"2025-10-30T16:28:02.137809Z\", \"updated_at\":\"2025-10-30T16:28:02.137809Z\", \"source\":{\"subnet_id\":\"cef98600-43da-45c1-86ef-bf950d181fe4\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"ab2031e3-c16a-419b-a37b-789be329a6d0\", \"mac_address\":\"02:00:00:1A:5F:6B\", \"name\":\"scw-test-pool-upgrade-test-pool-upgrade-ee4b88\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}]}" + headers: + Content-Length: + - "1122" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:29:12 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - ddb71d43-00c7-46d1-8e27-788a3eead212 + status: 200 OK + code: 200 + duration: 36.19927ms +- id: 156 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/vpc/v2/regions/fr-par/vpcs/dd5d440a-1d83-4da9-8b96-a00117e9e556 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 436 + body: "{\"id\":\"dd5d440a-1d83-4da9-8b96-a00117e9e556\", \"name\":\"testAccCheckK8SPoolConfigUpgradePolicy\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:17.164975Z\", \"updated_at\":\"2025-10-30T16:18:17.164975Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_default\":false, \"private_network_count\":1, \"routing_enabled\":true, \"custom_routes_propagation_enabled\":true, \"region\":\"fr-par\"}" + headers: + Content-Length: + - "436" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:29:12 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 1e226abb-b9b0-4bfe-b6b8-b43ec822766b + status: 200 OK + code: 200 + duration: 27.878974ms +- id: 157 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks/74a6a859-c6bc-4b60-8958-25ff1bbd8455 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1094 + body: "{\"id\":\"74a6a859-c6bc-4b60-8958-25ff1bbd8455\", \"name\":\"test-pool-upgrade-policy\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:17.477653Z\", \"updated_at\":\"2025-10-30T16:18:17.477653Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"subnets\":[{\"id\":\"cef98600-43da-45c1-86ef-bf950d181fe4\", \"created_at\":\"2025-10-30T16:18:17.477653Z\", \"updated_at\":\"2025-10-30T16:18:17.477653Z\", \"subnet\":\"172.18.40.0/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"74a6a859-c6bc-4b60-8958-25ff1bbd8455\", \"vpc_id\":\"dd5d440a-1d83-4da9-8b96-a00117e9e556\"}, {\"id\":\"5e346ce9-89d2-4840-b81c-91fdb41de63e\", \"created_at\":\"2025-10-30T16:18:17.477653Z\", \"updated_at\":\"2025-10-30T16:18:17.477653Z\", \"subnet\":\"fd5f:519c:6d46:729e::/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"74a6a859-c6bc-4b60-8958-25ff1bbd8455\", \"vpc_id\":\"dd5d440a-1d83-4da9-8b96-a00117e9e556\"}], \"vpc_id\":\"dd5d440a-1d83-4da9-8b96-a00117e9e556\", \"dhcp_enabled\":true, \"default_route_propagation_enabled\":false, \"region\":\"fr-par\"}" + headers: + Content-Length: + - "1094" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:29:12 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 99216977-2998-4268-8cc8-793e4e200900 + status: 200 OK + code: 200 + duration: 27.528536ms +- id: 158 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/93dac97a-3326-46c7-9fd2-048a92c9ded6 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1647 + body: "{\"region\":\"fr-par\", \"id\":\"93dac97a-3326-46c7-9fd2-048a92c9ded6\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:18.600925Z\", \"updated_at\":\"2025-10-30T16:20:02.410169Z\", \"type\":\"kapsule\", \"name\":\"test-pool-upgrade-policy\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"upgrade_policy\"], \"cluster_url\":\"https://93dac97a-3326-46c7-9fd2-048a92c9ded6.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.93dac97a-3326-46c7-9fd2-048a92c9ded6.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"74a6a859-c6bc-4b60-8958-25ff1bbd8455\", \"commitment_ends_at\":\"2025-10-30T16:18:18.600935Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"85795dcd-9184-4d30-98a6-585f6c3f3695\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1647" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:29:12 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - bb9b1c4d-ca35-4f8d-87d7-0dbb8cdba6cc + status: 200 OK + code: 200 + duration: 31.965924ms +- id: 159 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/93dac97a-3326-46c7-9fd2-048a92c9ded6/kubeconfig + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1734 + body: "{\"name\":\"kubeconfig\", \"content_type\":\"application/octet-stream\", \"content\":\"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogInRlc3QtcG9vbC11cGdyYWRlLXBvbGljeSIKICBjbHVzdGVyOgogICAgY2VydGlmaWNhdGUtYXV0aG9yaXR5LWRhdGE6IExTMHRMUzFDUlVkSlRpQkRSVkpVU1VaSlEwRlVSUzB0TFMwdENrMUpTVUpZUkVORFFWRkhaMEYzU1VKQlowbENRVVJCUzBKblozRm9hMnBQVUZGUlJFRnFRVlpOVWsxM1JWRlpSRlpSVVVSRmQzQnlaRmRLYkdOdE5Xd0taRWRXZWsxQ05GaEVWRWt4VFZSQmVVOVVSVEpOVkdkNFQwWnZXRVJVVFRGTlZFRjVUMVJGTWsxVVozaFBSbTkzUmxSRlZFMUNSVWRCTVZWRlFYaE5Td3BoTTFacFdsaEtkVnBZVW14amVrSmFUVUpOUjBKNWNVZFRUVFE1UVdkRlIwTkRjVWRUVFRRNVFYZEZTRUV3U1VGQ1EwcGFURFJ1U1N0RU9VbExabFpGQ2xKNlNXSkhhbEF3ZW1oNVoyVmFPR3BDTWl0U1IwWXpabEpYU0VwcmMxSnFOV1F2V0hKb2FVTkVOVkZFU0ZocGNtdFVkMEZqV2paeWJtSkpNSGhQVjJnS2VpOW1XRmR0VjJwUmFrSkJUVUUwUjBFeFZXUkVkMFZDTDNkUlJVRjNTVU53UkVGUVFtZE9Wa2hTVFVKQlpqaEZRbFJCUkVGUlNDOU5RakJIUVRGVlpBcEVaMUZYUWtKVVZucEJUVkpqUzB0V05WSm5hMDlvTkVoUUwyNHlkbnBUTmxCVVFVdENaMmR4YUd0cVQxQlJVVVJCWjA1S1FVUkNSMEZwUlVFNWQxVm1DbmgwYlhaQmJrdEJURUZEYld0MGFtbGxWbmxTTUZCMlVuQnVZbEZPVkdOWmNuQk5kVzl2YzBOSlVVTjRhRWd4ZVRSeVpsWTNXSElyYWpKM1VIQXdXR3dLVTFCMWFuSkpkVXMyY1ZwcFVtaE9RbHBPUWxCb1FUMDlDaTB0TFMwdFJVNUVJRU5GVWxSSlJrbERRVlJGTFMwdExTMEsKICAgIHNlcnZlcjogaHR0cHM6Ly85M2RhYzk3YS0zMzI2LTQ2YzctOWZkMi0wNDhhOTJjOWRlZDYuYXBpLms4cy5mci1wYXIuc2N3LmNsb3VkOjY0NDMKY29udGV4dHM6Ci0gbmFtZTogYWRtaW5AdGVzdC1wb29sLXVwZ3JhZGUtcG9saWN5CiAgY29udGV4dDoKICAgIGNsdXN0ZXI6ICJ0ZXN0LXBvb2wtdXBncmFkZS1wb2xpY3kiCiAgICB1c2VyOiB0ZXN0LXBvb2wtdXBncmFkZS1wb2xpY3ktYWRtaW4KY3VycmVudC1jb250ZXh0OiBhZG1pbkB0ZXN0LXBvb2wtdXBncmFkZS1wb2xpY3kKa2luZDogQ29uZmlnCnByZWZlcmVuY2VzOiB7fQp1c2VyczoKLSBuYW1lOiB0ZXN0LXBvb2wtdXBncmFkZS1wb2xpY3ktYWRtaW4KICB1c2VyOgogICAgdG9rZW46IGdQeXZVTjZRTDJwWFRNbEREQlBUbUZqV2JqbUhGUVdkRzUyN2JOcnNuaUdHQVRITDRoQ3RITWhj\"}" + headers: + Content-Length: + - "1734" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:29:12 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 891a72cd-979b-42e1-8994-52972469c223 + status: 200 OK + code: 200 + duration: 21.234453ms +- id: 160 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/77e85934-bc25-40eb-82a3-c9be33dbfebc + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 779 + body: "{\"region\":\"fr-par\", \"id\":\"77e85934-bc25-40eb-82a3-c9be33dbfebc\", \"cluster_id\":\"93dac97a-3326-46c7-9fd2-048a92c9ded6\", \"created_at\":\"2025-10-30T16:18:24.093162Z\", \"updated_at\":\"2025-10-30T16:29:06.856006Z\", \"name\":\"test-pool-upgrade-policy\", \"status\":\"ready\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"upgrade_policy\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":3, \"max_surge\":2}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "779" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:29:12 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - d54b8322-6463-4e6f-9461-9eb2a117a23b + status: 200 OK + code: 200 + duration: 94.684927ms +- id: 161 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + form: + order_by: + - created_at_asc + page: + - "1" + pool_id: + - 77e85934-bc25-40eb-82a3-c9be33dbfebc + status: + - unknown + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/93dac97a-3326-46c7-9fd2-048a92c9ded6/nodes?order_by=created_at_asc&page=1&pool_id=77e85934-bc25-40eb-82a3-c9be33dbfebc&status=unknown + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 621 + body: "{\"total_count\":1, \"nodes\":[{\"region\":\"fr-par\", \"id\":\"ee4b8845-54d5-4d1d-90f9-21fc2cf08ad3\", \"cluster_id\":\"93dac97a-3326-46c7-9fd2-048a92c9ded6\", \"created_at\":\"2025-10-30T16:27:58.467151Z\", \"updated_at\":\"2025-10-30T16:29:06.843774Z\", \"pool_id\":\"77e85934-bc25-40eb-82a3-c9be33dbfebc\", \"status\":\"ready\", \"conditions\":{\"DiskPressure\":\"False\", \"MemoryPressure\":\"False\", \"PIDPressure\":\"False\", \"Ready\":\"True\"}, \"name\":\"scw-test-pool-upgrade-test-pool-upgrade-ee4b88\", \"public_ip_v4\":\"163.172.149.221\", \"public_ip_v6\":null, \"provider_id\":\"scaleway://instance/fr-par-1/f1165d08-4196-46ba-aacf-b7ff44270653\", \"error_message\":\"\"}]}" + headers: + Content-Length: + - "621" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:29:12 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 47184877-fc35-41d6-ab48-79f5d97f6db9 + status: 200 OK + code: 200 + duration: 26.96032ms +- id: 162 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/93dac97a-3326-46c7-9fd2-048a92c9ded6 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1647 + body: "{\"region\":\"fr-par\", \"id\":\"93dac97a-3326-46c7-9fd2-048a92c9ded6\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:18.600925Z\", \"updated_at\":\"2025-10-30T16:20:02.410169Z\", \"type\":\"kapsule\", \"name\":\"test-pool-upgrade-policy\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"upgrade_policy\"], \"cluster_url\":\"https://93dac97a-3326-46c7-9fd2-048a92c9ded6.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.93dac97a-3326-46c7-9fd2-048a92c9ded6.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"74a6a859-c6bc-4b60-8958-25ff1bbd8455\", \"commitment_ends_at\":\"2025-10-30T16:18:18.600935Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"85795dcd-9184-4d30-98a6-585f6c3f3695\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1647" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:29:12 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 870f765e-63ca-4e8d-bab4-755d62f3b475 + status: 200 OK + code: 200 + duration: 129.339437ms +- id: 163 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + form: + order_by: + - created_at_desc + project_id: + - 105bdce1-64c0-48ab-899d-868455867ecf + resource_name: + - scw-test-pool-upgrade-test-pool-upgrade-ee4b88 + resource_type: + - unknown_type + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/ipam/v1/regions/fr-par/ips?order_by=created_at_desc&project_id=105bdce1-64c0-48ab-899d-868455867ecf&resource_name=scw-test-pool-upgrade-test-pool-upgrade-ee4b88&resource_type=unknown_type + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1122 + body: "{\"total_count\":2, \"ips\":[{\"id\":\"b26f0305-dbed-443b-8ef7-38d6bdb3970b\", \"address\":\"fd5f:519c:6d46:729e:9c83:ac54:b58d:6d88/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":true, \"created_at\":\"2025-10-30T16:28:02.283024Z\", \"updated_at\":\"2025-10-30T16:28:02.283024Z\", \"source\":{\"subnet_id\":\"5e346ce9-89d2-4840-b81c-91fdb41de63e\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"ab2031e3-c16a-419b-a37b-789be329a6d0\", \"mac_address\":\"02:00:00:1A:5F:6B\", \"name\":\"scw-test-pool-upgrade-test-pool-upgrade-ee4b88\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}, {\"id\":\"69f40e88-11ea-40ff-b77b-95c398b5b3e0\", \"address\":\"172.18.40.3/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":false, \"created_at\":\"2025-10-30T16:28:02.137809Z\", \"updated_at\":\"2025-10-30T16:28:02.137809Z\", \"source\":{\"subnet_id\":\"cef98600-43da-45c1-86ef-bf950d181fe4\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"ab2031e3-c16a-419b-a37b-789be329a6d0\", \"mac_address\":\"02:00:00:1A:5F:6B\", \"name\":\"scw-test-pool-upgrade-test-pool-upgrade-ee4b88\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}]}" + headers: + Content-Length: + - "1122" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:29:12 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 8b5c7292-2396-413b-8920-d0d9229ff532 + status: 200 OK + code: 200 + duration: 36.676114ms +- id: 164 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 54 + host: api.scaleway.com + body: "{\"upgrade_policy\":{\"max_unavailable\":1,\"max_surge\":0}}" + headers: + Content-Type: + - application/json + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/77e85934-bc25-40eb-82a3-c9be33dbfebc + method: PATCH + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 779 + body: "{\"region\":\"fr-par\", \"id\":\"77e85934-bc25-40eb-82a3-c9be33dbfebc\", \"cluster_id\":\"93dac97a-3326-46c7-9fd2-048a92c9ded6\", \"created_at\":\"2025-10-30T16:18:24.093162Z\", \"updated_at\":\"2025-10-30T16:29:13.079833Z\", \"name\":\"test-pool-upgrade-policy\", \"status\":\"ready\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"upgrade_policy\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "779" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:29:13 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - f0912349-5146-41e9-84aa-5191735fb507 + status: 200 OK + code: 200 + duration: 124.655586ms +- id: 165 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/77e85934-bc25-40eb-82a3-c9be33dbfebc + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 779 + body: "{\"region\":\"fr-par\", \"id\":\"77e85934-bc25-40eb-82a3-c9be33dbfebc\", \"cluster_id\":\"93dac97a-3326-46c7-9fd2-048a92c9ded6\", \"created_at\":\"2025-10-30T16:18:24.093162Z\", \"updated_at\":\"2025-10-30T16:29:13.079833Z\", \"name\":\"test-pool-upgrade-policy\", \"status\":\"ready\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"upgrade_policy\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "779" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:29:13 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - f59dc514-3918-44f0-ad86-a7967230a6e7 + status: 200 OK + code: 200 + duration: 31.451629ms +- id: 166 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/77e85934-bc25-40eb-82a3-c9be33dbfebc + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 779 + body: "{\"region\":\"fr-par\", \"id\":\"77e85934-bc25-40eb-82a3-c9be33dbfebc\", \"cluster_id\":\"93dac97a-3326-46c7-9fd2-048a92c9ded6\", \"created_at\":\"2025-10-30T16:18:24.093162Z\", \"updated_at\":\"2025-10-30T16:29:13.079833Z\", \"name\":\"test-pool-upgrade-policy\", \"status\":\"ready\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"upgrade_policy\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "779" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:29:13 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - c51768c4-cecf-4305-8ca4-7dfd61e51a2a + status: 200 OK + code: 200 + duration: 22.137238ms +- id: 167 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + form: + order_by: + - created_at_asc + page: + - "1" + pool_id: + - 77e85934-bc25-40eb-82a3-c9be33dbfebc + status: + - unknown + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/93dac97a-3326-46c7-9fd2-048a92c9ded6/nodes?order_by=created_at_asc&page=1&pool_id=77e85934-bc25-40eb-82a3-c9be33dbfebc&status=unknown + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 621 + body: "{\"total_count\":1, \"nodes\":[{\"region\":\"fr-par\", \"id\":\"ee4b8845-54d5-4d1d-90f9-21fc2cf08ad3\", \"cluster_id\":\"93dac97a-3326-46c7-9fd2-048a92c9ded6\", \"created_at\":\"2025-10-30T16:27:58.467151Z\", \"updated_at\":\"2025-10-30T16:29:06.843774Z\", \"pool_id\":\"77e85934-bc25-40eb-82a3-c9be33dbfebc\", \"status\":\"ready\", \"conditions\":{\"DiskPressure\":\"False\", \"MemoryPressure\":\"False\", \"PIDPressure\":\"False\", \"Ready\":\"True\"}, \"name\":\"scw-test-pool-upgrade-test-pool-upgrade-ee4b88\", \"public_ip_v4\":\"163.172.149.221\", \"public_ip_v6\":null, \"provider_id\":\"scaleway://instance/fr-par-1/f1165d08-4196-46ba-aacf-b7ff44270653\", \"error_message\":\"\"}]}" + headers: + Content-Length: + - "621" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:29:13 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 0820f16c-7d9b-42d5-85d2-b4b1a2c7aa16 + status: 200 OK + code: 200 + duration: 26.829053ms +- id: 168 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/93dac97a-3326-46c7-9fd2-048a92c9ded6 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1647 + body: "{\"region\":\"fr-par\", \"id\":\"93dac97a-3326-46c7-9fd2-048a92c9ded6\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:18.600925Z\", \"updated_at\":\"2025-10-30T16:20:02.410169Z\", \"type\":\"kapsule\", \"name\":\"test-pool-upgrade-policy\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"upgrade_policy\"], \"cluster_url\":\"https://93dac97a-3326-46c7-9fd2-048a92c9ded6.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.93dac97a-3326-46c7-9fd2-048a92c9ded6.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"74a6a859-c6bc-4b60-8958-25ff1bbd8455\", \"commitment_ends_at\":\"2025-10-30T16:18:18.600935Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"85795dcd-9184-4d30-98a6-585f6c3f3695\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1647" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:29:13 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 5e79dc2a-114d-4a8a-ad6d-6ca88c59a160 + status: 200 OK + code: 200 + duration: 24.619737ms +- id: 169 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + form: + order_by: + - created_at_desc + project_id: + - 105bdce1-64c0-48ab-899d-868455867ecf + resource_name: + - scw-test-pool-upgrade-test-pool-upgrade-ee4b88 + resource_type: + - unknown_type + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/ipam/v1/regions/fr-par/ips?order_by=created_at_desc&project_id=105bdce1-64c0-48ab-899d-868455867ecf&resource_name=scw-test-pool-upgrade-test-pool-upgrade-ee4b88&resource_type=unknown_type + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1122 + body: "{\"total_count\":2, \"ips\":[{\"id\":\"b26f0305-dbed-443b-8ef7-38d6bdb3970b\", \"address\":\"fd5f:519c:6d46:729e:9c83:ac54:b58d:6d88/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":true, \"created_at\":\"2025-10-30T16:28:02.283024Z\", \"updated_at\":\"2025-10-30T16:28:02.283024Z\", \"source\":{\"subnet_id\":\"5e346ce9-89d2-4840-b81c-91fdb41de63e\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"ab2031e3-c16a-419b-a37b-789be329a6d0\", \"mac_address\":\"02:00:00:1A:5F:6B\", \"name\":\"scw-test-pool-upgrade-test-pool-upgrade-ee4b88\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}, {\"id\":\"69f40e88-11ea-40ff-b77b-95c398b5b3e0\", \"address\":\"172.18.40.3/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":false, \"created_at\":\"2025-10-30T16:28:02.137809Z\", \"updated_at\":\"2025-10-30T16:28:02.137809Z\", \"source\":{\"subnet_id\":\"cef98600-43da-45c1-86ef-bf950d181fe4\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"ab2031e3-c16a-419b-a37b-789be329a6d0\", \"mac_address\":\"02:00:00:1A:5F:6B\", \"name\":\"scw-test-pool-upgrade-test-pool-upgrade-ee4b88\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}]}" + headers: + Content-Length: + - "1122" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:29:13 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - e168a43a-fbfb-470a-92e1-28bfeab3b074 + status: 200 OK + code: 200 + duration: 26.331259ms +- id: 170 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/93dac97a-3326-46c7-9fd2-048a92c9ded6 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1647 + body: "{\"region\":\"fr-par\", \"id\":\"93dac97a-3326-46c7-9fd2-048a92c9ded6\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:18.600925Z\", \"updated_at\":\"2025-10-30T16:20:02.410169Z\", \"type\":\"kapsule\", \"name\":\"test-pool-upgrade-policy\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"upgrade_policy\"], \"cluster_url\":\"https://93dac97a-3326-46c7-9fd2-048a92c9ded6.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.93dac97a-3326-46c7-9fd2-048a92c9ded6.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"74a6a859-c6bc-4b60-8958-25ff1bbd8455\", \"commitment_ends_at\":\"2025-10-30T16:18:18.600935Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"85795dcd-9184-4d30-98a6-585f6c3f3695\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1647" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:29:13 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 4c385350-0213-4445-8dfc-854c55a87153 + status: 200 OK + code: 200 + duration: 16.995718ms +- id: 171 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/77e85934-bc25-40eb-82a3-c9be33dbfebc + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 779 + body: "{\"region\":\"fr-par\", \"id\":\"77e85934-bc25-40eb-82a3-c9be33dbfebc\", \"cluster_id\":\"93dac97a-3326-46c7-9fd2-048a92c9ded6\", \"created_at\":\"2025-10-30T16:18:24.093162Z\", \"updated_at\":\"2025-10-30T16:29:13.079833Z\", \"name\":\"test-pool-upgrade-policy\", \"status\":\"ready\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"upgrade_policy\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "779" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:29:13 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 6ac06766-9b5f-406a-8fbc-2a2f494fefe1 + status: 200 OK + code: 200 + duration: 20.978403ms +- id: 172 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/vpc/v2/regions/fr-par/vpcs/dd5d440a-1d83-4da9-8b96-a00117e9e556 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 436 + body: "{\"id\":\"dd5d440a-1d83-4da9-8b96-a00117e9e556\", \"name\":\"testAccCheckK8SPoolConfigUpgradePolicy\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:17.164975Z\", \"updated_at\":\"2025-10-30T16:18:17.164975Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_default\":false, \"private_network_count\":1, \"routing_enabled\":true, \"custom_routes_propagation_enabled\":true, \"region\":\"fr-par\"}" + headers: + Content-Length: + - "436" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:29:13 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - fb2f2cbc-7479-402d-aecb-a09f189025b1 + status: 200 OK + code: 200 + duration: 24.407649ms +- id: 173 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks/74a6a859-c6bc-4b60-8958-25ff1bbd8455 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1094 + body: "{\"id\":\"74a6a859-c6bc-4b60-8958-25ff1bbd8455\", \"name\":\"test-pool-upgrade-policy\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:17.477653Z\", \"updated_at\":\"2025-10-30T16:18:17.477653Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"subnets\":[{\"id\":\"cef98600-43da-45c1-86ef-bf950d181fe4\", \"created_at\":\"2025-10-30T16:18:17.477653Z\", \"updated_at\":\"2025-10-30T16:18:17.477653Z\", \"subnet\":\"172.18.40.0/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"74a6a859-c6bc-4b60-8958-25ff1bbd8455\", \"vpc_id\":\"dd5d440a-1d83-4da9-8b96-a00117e9e556\"}, {\"id\":\"5e346ce9-89d2-4840-b81c-91fdb41de63e\", \"created_at\":\"2025-10-30T16:18:17.477653Z\", \"updated_at\":\"2025-10-30T16:18:17.477653Z\", \"subnet\":\"fd5f:519c:6d46:729e::/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"74a6a859-c6bc-4b60-8958-25ff1bbd8455\", \"vpc_id\":\"dd5d440a-1d83-4da9-8b96-a00117e9e556\"}], \"vpc_id\":\"dd5d440a-1d83-4da9-8b96-a00117e9e556\", \"dhcp_enabled\":true, \"default_route_propagation_enabled\":false, \"region\":\"fr-par\"}" + headers: + Content-Length: + - "1094" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:29:13 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 99b8fa6a-24f0-435a-9970-7f6dcc1cc540 + status: 200 OK + code: 200 + duration: 22.881054ms +- id: 174 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/93dac97a-3326-46c7-9fd2-048a92c9ded6 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1647 + body: "{\"region\":\"fr-par\", \"id\":\"93dac97a-3326-46c7-9fd2-048a92c9ded6\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:18.600925Z\", \"updated_at\":\"2025-10-30T16:20:02.410169Z\", \"type\":\"kapsule\", \"name\":\"test-pool-upgrade-policy\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"upgrade_policy\"], \"cluster_url\":\"https://93dac97a-3326-46c7-9fd2-048a92c9ded6.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.93dac97a-3326-46c7-9fd2-048a92c9ded6.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"74a6a859-c6bc-4b60-8958-25ff1bbd8455\", \"commitment_ends_at\":\"2025-10-30T16:18:18.600935Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"85795dcd-9184-4d30-98a6-585f6c3f3695\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1647" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:29:13 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 91b1cabd-8b39-4e14-b012-d49028d0efe7 + status: 200 OK + code: 200 + duration: 21.000344ms +- id: 175 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/93dac97a-3326-46c7-9fd2-048a92c9ded6/kubeconfig + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1734 + body: "{\"name\":\"kubeconfig\", \"content_type\":\"application/octet-stream\", \"content\":\"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogInRlc3QtcG9vbC11cGdyYWRlLXBvbGljeSIKICBjbHVzdGVyOgogICAgY2VydGlmaWNhdGUtYXV0aG9yaXR5LWRhdGE6IExTMHRMUzFDUlVkSlRpQkRSVkpVU1VaSlEwRlVSUzB0TFMwdENrMUpTVUpZUkVORFFWRkhaMEYzU1VKQlowbENRVVJCUzBKblozRm9hMnBQVUZGUlJFRnFRVlpOVWsxM1JWRlpSRlpSVVVSRmQzQnlaRmRLYkdOdE5Xd0taRWRXZWsxQ05GaEVWRWt4VFZSQmVVOVVSVEpOVkdkNFQwWnZXRVJVVFRGTlZFRjVUMVJGTWsxVVozaFBSbTkzUmxSRlZFMUNSVWRCTVZWRlFYaE5Td3BoTTFacFdsaEtkVnBZVW14amVrSmFUVUpOUjBKNWNVZFRUVFE1UVdkRlIwTkRjVWRUVFRRNVFYZEZTRUV3U1VGQ1EwcGFURFJ1U1N0RU9VbExabFpGQ2xKNlNXSkhhbEF3ZW1oNVoyVmFPR3BDTWl0U1IwWXpabEpYU0VwcmMxSnFOV1F2V0hKb2FVTkVOVkZFU0ZocGNtdFVkMEZqV2paeWJtSkpNSGhQVjJnS2VpOW1XRmR0VjJwUmFrSkJUVUUwUjBFeFZXUkVkMFZDTDNkUlJVRjNTVU53UkVGUVFtZE9Wa2hTVFVKQlpqaEZRbFJCUkVGUlNDOU5RakJIUVRGVlpBcEVaMUZYUWtKVVZucEJUVkpqUzB0V05WSm5hMDlvTkVoUUwyNHlkbnBUTmxCVVFVdENaMmR4YUd0cVQxQlJVVVJCWjA1S1FVUkNSMEZwUlVFNWQxVm1DbmgwYlhaQmJrdEJURUZEYld0MGFtbGxWbmxTTUZCMlVuQnVZbEZPVkdOWmNuQk5kVzl2YzBOSlVVTjRhRWd4ZVRSeVpsWTNXSElyYWpKM1VIQXdXR3dLVTFCMWFuSkpkVXMyY1ZwcFVtaE9RbHBPUWxCb1FUMDlDaTB0TFMwdFJVNUVJRU5GVWxSSlJrbERRVlJGTFMwdExTMEsKICAgIHNlcnZlcjogaHR0cHM6Ly85M2RhYzk3YS0zMzI2LTQ2YzctOWZkMi0wNDhhOTJjOWRlZDYuYXBpLms4cy5mci1wYXIuc2N3LmNsb3VkOjY0NDMKY29udGV4dHM6Ci0gbmFtZTogYWRtaW5AdGVzdC1wb29sLXVwZ3JhZGUtcG9saWN5CiAgY29udGV4dDoKICAgIGNsdXN0ZXI6ICJ0ZXN0LXBvb2wtdXBncmFkZS1wb2xpY3kiCiAgICB1c2VyOiB0ZXN0LXBvb2wtdXBncmFkZS1wb2xpY3ktYWRtaW4KY3VycmVudC1jb250ZXh0OiBhZG1pbkB0ZXN0LXBvb2wtdXBncmFkZS1wb2xpY3kKa2luZDogQ29uZmlnCnByZWZlcmVuY2VzOiB7fQp1c2VyczoKLSBuYW1lOiB0ZXN0LXBvb2wtdXBncmFkZS1wb2xpY3ktYWRtaW4KICB1c2VyOgogICAgdG9rZW46IGdQeXZVTjZRTDJwWFRNbEREQlBUbUZqV2JqbUhGUVdkRzUyN2JOcnNuaUdHQVRITDRoQ3RITWhj\"}" + headers: + Content-Length: + - "1734" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:29:13 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - d61d9bc6-3502-488e-9035-2c2625843c31 + status: 200 OK + code: 200 + duration: 95.123811ms +- id: 176 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/77e85934-bc25-40eb-82a3-c9be33dbfebc + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 779 + body: "{\"region\":\"fr-par\", \"id\":\"77e85934-bc25-40eb-82a3-c9be33dbfebc\", \"cluster_id\":\"93dac97a-3326-46c7-9fd2-048a92c9ded6\", \"created_at\":\"2025-10-30T16:18:24.093162Z\", \"updated_at\":\"2025-10-30T16:29:13.079833Z\", \"name\":\"test-pool-upgrade-policy\", \"status\":\"ready\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"upgrade_policy\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "779" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:29:13 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 49554c1e-26a2-4be2-a0a4-c78b71251eac + status: 200 OK + code: 200 + duration: 76.493695ms +- id: 177 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + form: + order_by: + - created_at_asc + page: + - "1" + pool_id: + - 77e85934-bc25-40eb-82a3-c9be33dbfebc + status: + - unknown + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/93dac97a-3326-46c7-9fd2-048a92c9ded6/nodes?order_by=created_at_asc&page=1&pool_id=77e85934-bc25-40eb-82a3-c9be33dbfebc&status=unknown + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 651 + body: "{\"total_count\":1, \"nodes\":[{\"region\":\"fr-par\", \"id\":\"ee4b8845-54d5-4d1d-90f9-21fc2cf08ad3\", \"cluster_id\":\"93dac97a-3326-46c7-9fd2-048a92c9ded6\", \"created_at\":\"2025-10-30T16:27:58.467151Z\", \"updated_at\":\"2025-10-30T16:29:13.442850Z\", \"pool_id\":\"77e85934-bc25-40eb-82a3-c9be33dbfebc\", \"status\":\"ready\", \"conditions\":{\"DiskPressure\":\"False\", \"MemoryPressure\":\"False\", \"NetworkUnavailable\":\"False\", \"PIDPressure\":\"False\", \"Ready\":\"True\"}, \"name\":\"scw-test-pool-upgrade-test-pool-upgrade-ee4b88\", \"public_ip_v4\":\"163.172.149.221\", \"public_ip_v6\":null, \"provider_id\":\"scaleway://instance/fr-par-1/f1165d08-4196-46ba-aacf-b7ff44270653\", \"error_message\":\"\"}]}" + headers: + Content-Length: + - "651" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:29:13 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 2ea5e819-567b-4218-8d70-c9f1ff8747c9 + status: 200 OK + code: 200 + duration: 82.762761ms +- id: 178 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/93dac97a-3326-46c7-9fd2-048a92c9ded6 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1647 + body: "{\"region\":\"fr-par\", \"id\":\"93dac97a-3326-46c7-9fd2-048a92c9ded6\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:18.600925Z\", \"updated_at\":\"2025-10-30T16:20:02.410169Z\", \"type\":\"kapsule\", \"name\":\"test-pool-upgrade-policy\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"upgrade_policy\"], \"cluster_url\":\"https://93dac97a-3326-46c7-9fd2-048a92c9ded6.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.93dac97a-3326-46c7-9fd2-048a92c9ded6.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"74a6a859-c6bc-4b60-8958-25ff1bbd8455\", \"commitment_ends_at\":\"2025-10-30T16:18:18.600935Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"85795dcd-9184-4d30-98a6-585f6c3f3695\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1647" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:29:14 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 0c27a14c-eecd-4bd7-9591-9693888a2f50 + status: 200 OK + code: 200 + duration: 22.521378ms +- id: 179 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + form: + order_by: + - created_at_desc + project_id: + - 105bdce1-64c0-48ab-899d-868455867ecf + resource_name: + - scw-test-pool-upgrade-test-pool-upgrade-ee4b88 + resource_type: + - unknown_type + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/ipam/v1/regions/fr-par/ips?order_by=created_at_desc&project_id=105bdce1-64c0-48ab-899d-868455867ecf&resource_name=scw-test-pool-upgrade-test-pool-upgrade-ee4b88&resource_type=unknown_type + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1122 + body: "{\"total_count\":2, \"ips\":[{\"id\":\"b26f0305-dbed-443b-8ef7-38d6bdb3970b\", \"address\":\"fd5f:519c:6d46:729e:9c83:ac54:b58d:6d88/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":true, \"created_at\":\"2025-10-30T16:28:02.283024Z\", \"updated_at\":\"2025-10-30T16:28:02.283024Z\", \"source\":{\"subnet_id\":\"5e346ce9-89d2-4840-b81c-91fdb41de63e\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"ab2031e3-c16a-419b-a37b-789be329a6d0\", \"mac_address\":\"02:00:00:1A:5F:6B\", \"name\":\"scw-test-pool-upgrade-test-pool-upgrade-ee4b88\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}, {\"id\":\"69f40e88-11ea-40ff-b77b-95c398b5b3e0\", \"address\":\"172.18.40.3/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":false, \"created_at\":\"2025-10-30T16:28:02.137809Z\", \"updated_at\":\"2025-10-30T16:28:02.137809Z\", \"source\":{\"subnet_id\":\"cef98600-43da-45c1-86ef-bf950d181fe4\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"ab2031e3-c16a-419b-a37b-789be329a6d0\", \"mac_address\":\"02:00:00:1A:5F:6B\", \"name\":\"scw-test-pool-upgrade-test-pool-upgrade-ee4b88\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}]}" + headers: + Content-Length: + - "1122" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:29:14 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - fbc6cd0f-8031-4d43-88d1-bdcc47612f4e + status: 200 OK + code: 200 + duration: 27.758047ms +- id: 180 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/77e85934-bc25-40eb-82a3-c9be33dbfebc + method: DELETE + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 782 + body: "{\"region\":\"fr-par\", \"id\":\"77e85934-bc25-40eb-82a3-c9be33dbfebc\", \"cluster_id\":\"93dac97a-3326-46c7-9fd2-048a92c9ded6\", \"created_at\":\"2025-10-30T16:18:24.093162Z\", \"updated_at\":\"2025-10-30T16:29:14.332430Z\", \"name\":\"test-pool-upgrade-policy\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"upgrade_policy\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "782" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:29:14 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 107dabb6-4bd5-413b-8567-7c80c54982ca + status: 200 OK + code: 200 + duration: 106.615278ms +- id: 181 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/77e85934-bc25-40eb-82a3-c9be33dbfebc + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 782 + body: "{\"region\":\"fr-par\", \"id\":\"77e85934-bc25-40eb-82a3-c9be33dbfebc\", \"cluster_id\":\"93dac97a-3326-46c7-9fd2-048a92c9ded6\", \"created_at\":\"2025-10-30T16:18:24.093162Z\", \"updated_at\":\"2025-10-30T16:29:14.332430Z\", \"name\":\"test-pool-upgrade-policy\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"upgrade_policy\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "782" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:29:14 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 6d32b6d3-25d3-4379-98ba-0600900df1da + status: 200 OK + code: 200 + duration: 23.822881ms +- id: 182 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/77e85934-bc25-40eb-82a3-c9be33dbfebc + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 782 + body: "{\"region\":\"fr-par\", \"id\":\"77e85934-bc25-40eb-82a3-c9be33dbfebc\", \"cluster_id\":\"93dac97a-3326-46c7-9fd2-048a92c9ded6\", \"created_at\":\"2025-10-30T16:18:24.093162Z\", \"updated_at\":\"2025-10-30T16:29:14.332430Z\", \"name\":\"test-pool-upgrade-policy\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"upgrade_policy\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "782" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:29:19 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 7b362b2d-13e4-474a-8aab-66dcf5ea6326 + status: 200 OK + code: 200 + duration: 71.83415ms +- id: 183 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/77e85934-bc25-40eb-82a3-c9be33dbfebc + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 782 + body: "{\"region\":\"fr-par\", \"id\":\"77e85934-bc25-40eb-82a3-c9be33dbfebc\", \"cluster_id\":\"93dac97a-3326-46c7-9fd2-048a92c9ded6\", \"created_at\":\"2025-10-30T16:18:24.093162Z\", \"updated_at\":\"2025-10-30T16:29:14.332430Z\", \"name\":\"test-pool-upgrade-policy\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"upgrade_policy\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "782" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:29:24 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - c34bb7b4-f299-49e4-82ea-051121afa599 + status: 200 OK + code: 200 + duration: 77.125892ms +- id: 184 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/77e85934-bc25-40eb-82a3-c9be33dbfebc + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 782 + body: "{\"region\":\"fr-par\", \"id\":\"77e85934-bc25-40eb-82a3-c9be33dbfebc\", \"cluster_id\":\"93dac97a-3326-46c7-9fd2-048a92c9ded6\", \"created_at\":\"2025-10-30T16:18:24.093162Z\", \"updated_at\":\"2025-10-30T16:29:14.332430Z\", \"name\":\"test-pool-upgrade-policy\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"upgrade_policy\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "782" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:29:29 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 0e810463-52a3-4a7f-8ed2-b855b23bb573 + status: 200 OK + code: 200 + duration: 94.546477ms +- id: 185 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/77e85934-bc25-40eb-82a3-c9be33dbfebc + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 782 + body: "{\"region\":\"fr-par\", \"id\":\"77e85934-bc25-40eb-82a3-c9be33dbfebc\", \"cluster_id\":\"93dac97a-3326-46c7-9fd2-048a92c9ded6\", \"created_at\":\"2025-10-30T16:18:24.093162Z\", \"updated_at\":\"2025-10-30T16:29:14.332430Z\", \"name\":\"test-pool-upgrade-policy\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"upgrade_policy\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "782" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:29:34 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 993942c9-19bf-4903-86d2-2e3a6fa0d8ea + status: 200 OK + code: 200 + duration: 89.455492ms +- id: 186 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/77e85934-bc25-40eb-82a3-c9be33dbfebc + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 782 + body: "{\"region\":\"fr-par\", \"id\":\"77e85934-bc25-40eb-82a3-c9be33dbfebc\", \"cluster_id\":\"93dac97a-3326-46c7-9fd2-048a92c9ded6\", \"created_at\":\"2025-10-30T16:18:24.093162Z\", \"updated_at\":\"2025-10-30T16:29:14.332430Z\", \"name\":\"test-pool-upgrade-policy\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"upgrade_policy\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "782" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:29:39 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 9852a16b-8d55-4390-8e7d-3f6195fac445 + status: 200 OK + code: 200 + duration: 87.271453ms +- id: 187 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/77e85934-bc25-40eb-82a3-c9be33dbfebc + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 782 + body: "{\"region\":\"fr-par\", \"id\":\"77e85934-bc25-40eb-82a3-c9be33dbfebc\", \"cluster_id\":\"93dac97a-3326-46c7-9fd2-048a92c9ded6\", \"created_at\":\"2025-10-30T16:18:24.093162Z\", \"updated_at\":\"2025-10-30T16:29:14.332430Z\", \"name\":\"test-pool-upgrade-policy\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"upgrade_policy\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "782" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:29:44 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 1505bfa9-f632-4015-955a-830d191cbd08 + status: 200 OK + code: 200 + duration: 79.163746ms +- id: 188 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/77e85934-bc25-40eb-82a3-c9be33dbfebc + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 782 + body: "{\"region\":\"fr-par\", \"id\":\"77e85934-bc25-40eb-82a3-c9be33dbfebc\", \"cluster_id\":\"93dac97a-3326-46c7-9fd2-048a92c9ded6\", \"created_at\":\"2025-10-30T16:18:24.093162Z\", \"updated_at\":\"2025-10-30T16:29:14.332430Z\", \"name\":\"test-pool-upgrade-policy\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"upgrade_policy\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "782" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:29:49 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 0dbe2b7e-0320-472d-9dee-070045ae9c15 + status: 200 OK + code: 200 + duration: 91.478558ms +- id: 189 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/77e85934-bc25-40eb-82a3-c9be33dbfebc + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 782 + body: "{\"region\":\"fr-par\", \"id\":\"77e85934-bc25-40eb-82a3-c9be33dbfebc\", \"cluster_id\":\"93dac97a-3326-46c7-9fd2-048a92c9ded6\", \"created_at\":\"2025-10-30T16:18:24.093162Z\", \"updated_at\":\"2025-10-30T16:29:14.332430Z\", \"name\":\"test-pool-upgrade-policy\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"upgrade_policy\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "782" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:29:55 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 052a0ae2-b91e-405d-aa95-e7c2e94f937f + status: 200 OK + code: 200 + duration: 91.783972ms +- id: 190 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/77e85934-bc25-40eb-82a3-c9be33dbfebc + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 782 + body: "{\"region\":\"fr-par\", \"id\":\"77e85934-bc25-40eb-82a3-c9be33dbfebc\", \"cluster_id\":\"93dac97a-3326-46c7-9fd2-048a92c9ded6\", \"created_at\":\"2025-10-30T16:18:24.093162Z\", \"updated_at\":\"2025-10-30T16:29:14.332430Z\", \"name\":\"test-pool-upgrade-policy\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"upgrade_policy\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "782" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:30:00 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - e3be3310-3daf-45c8-907d-7f12f09f7e6a + status: 200 OK + code: 200 + duration: 122.267013ms +- id: 191 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/77e85934-bc25-40eb-82a3-c9be33dbfebc + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 782 + body: "{\"region\":\"fr-par\", \"id\":\"77e85934-bc25-40eb-82a3-c9be33dbfebc\", \"cluster_id\":\"93dac97a-3326-46c7-9fd2-048a92c9ded6\", \"created_at\":\"2025-10-30T16:18:24.093162Z\", \"updated_at\":\"2025-10-30T16:29:14.332430Z\", \"name\":\"test-pool-upgrade-policy\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"upgrade_policy\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "782" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:30:05 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 69411055-2d35-4ea7-8abe-d0c217b85c6e + status: 200 OK + code: 200 + duration: 92.231132ms +- id: 192 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/77e85934-bc25-40eb-82a3-c9be33dbfebc + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 782 + body: "{\"region\":\"fr-par\", \"id\":\"77e85934-bc25-40eb-82a3-c9be33dbfebc\", \"cluster_id\":\"93dac97a-3326-46c7-9fd2-048a92c9ded6\", \"created_at\":\"2025-10-30T16:18:24.093162Z\", \"updated_at\":\"2025-10-30T16:29:14.332430Z\", \"name\":\"test-pool-upgrade-policy\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"upgrade_policy\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "782" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:30:10 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 78ff26f1-4a32-4c02-82f0-f8f675ec87c5 + status: 200 OK + code: 200 + duration: 105.352478ms +- id: 193 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/77e85934-bc25-40eb-82a3-c9be33dbfebc + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 782 + body: "{\"region\":\"fr-par\", \"id\":\"77e85934-bc25-40eb-82a3-c9be33dbfebc\", \"cluster_id\":\"93dac97a-3326-46c7-9fd2-048a92c9ded6\", \"created_at\":\"2025-10-30T16:18:24.093162Z\", \"updated_at\":\"2025-10-30T16:29:14.332430Z\", \"name\":\"test-pool-upgrade-policy\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"upgrade_policy\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "782" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:30:15 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 48e89be5-b3da-4607-a8fc-c7f5be342259 + status: 200 OK + code: 200 + duration: 102.392993ms +- id: 194 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/77e85934-bc25-40eb-82a3-c9be33dbfebc + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 782 + body: "{\"region\":\"fr-par\", \"id\":\"77e85934-bc25-40eb-82a3-c9be33dbfebc\", \"cluster_id\":\"93dac97a-3326-46c7-9fd2-048a92c9ded6\", \"created_at\":\"2025-10-30T16:18:24.093162Z\", \"updated_at\":\"2025-10-30T16:29:14.332430Z\", \"name\":\"test-pool-upgrade-policy\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"upgrade_policy\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "782" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:30:20 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - a31536a3-60c0-4c02-b1fe-4fe09d7fc428 + status: 200 OK + code: 200 + duration: 91.557286ms +- id: 195 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/77e85934-bc25-40eb-82a3-c9be33dbfebc + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 782 + body: "{\"region\":\"fr-par\", \"id\":\"77e85934-bc25-40eb-82a3-c9be33dbfebc\", \"cluster_id\":\"93dac97a-3326-46c7-9fd2-048a92c9ded6\", \"created_at\":\"2025-10-30T16:18:24.093162Z\", \"updated_at\":\"2025-10-30T16:29:14.332430Z\", \"name\":\"test-pool-upgrade-policy\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"upgrade_policy\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "782" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:30:25 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 169dc2ca-ffa7-42ac-bd85-2ebbef99ec35 + status: 200 OK + code: 200 + duration: 79.983505ms +- id: 196 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/77e85934-bc25-40eb-82a3-c9be33dbfebc + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 782 + body: "{\"region\":\"fr-par\", \"id\":\"77e85934-bc25-40eb-82a3-c9be33dbfebc\", \"cluster_id\":\"93dac97a-3326-46c7-9fd2-048a92c9ded6\", \"created_at\":\"2025-10-30T16:18:24.093162Z\", \"updated_at\":\"2025-10-30T16:29:14.332430Z\", \"name\":\"test-pool-upgrade-policy\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"upgrade_policy\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "782" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:30:30 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 5f0b1da3-5caf-4193-96ca-51288c8cb1d9 + status: 200 OK + code: 200 + duration: 95.82663ms +- id: 197 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/77e85934-bc25-40eb-82a3-c9be33dbfebc + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 782 + body: "{\"region\":\"fr-par\", \"id\":\"77e85934-bc25-40eb-82a3-c9be33dbfebc\", \"cluster_id\":\"93dac97a-3326-46c7-9fd2-048a92c9ded6\", \"created_at\":\"2025-10-30T16:18:24.093162Z\", \"updated_at\":\"2025-10-30T16:29:14.332430Z\", \"name\":\"test-pool-upgrade-policy\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"upgrade_policy\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "782" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:30:35 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 8b552e45-7519-425b-bf20-7b484e9b2178 + status: 200 OK + code: 200 + duration: 92.335898ms +- id: 198 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/77e85934-bc25-40eb-82a3-c9be33dbfebc + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 782 + body: "{\"region\":\"fr-par\", \"id\":\"77e85934-bc25-40eb-82a3-c9be33dbfebc\", \"cluster_id\":\"93dac97a-3326-46c7-9fd2-048a92c9ded6\", \"created_at\":\"2025-10-30T16:18:24.093162Z\", \"updated_at\":\"2025-10-30T16:29:14.332430Z\", \"name\":\"test-pool-upgrade-policy\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"upgrade_policy\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "782" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:30:40 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - c2f664e6-4114-40fb-b187-21424c5ecbc2 + status: 200 OK + code: 200 + duration: 89.639798ms +- id: 199 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/77e85934-bc25-40eb-82a3-c9be33dbfebc + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 782 + body: "{\"region\":\"fr-par\", \"id\":\"77e85934-bc25-40eb-82a3-c9be33dbfebc\", \"cluster_id\":\"93dac97a-3326-46c7-9fd2-048a92c9ded6\", \"created_at\":\"2025-10-30T16:18:24.093162Z\", \"updated_at\":\"2025-10-30T16:29:14.332430Z\", \"name\":\"test-pool-upgrade-policy\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"upgrade_policy\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "782" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:30:46 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 6f760e67-0e33-4879-b10d-7fe9e81e16de + status: 200 OK + code: 200 + duration: 86.8009ms +- id: 200 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/77e85934-bc25-40eb-82a3-c9be33dbfebc + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 782 + body: "{\"region\":\"fr-par\", \"id\":\"77e85934-bc25-40eb-82a3-c9be33dbfebc\", \"cluster_id\":\"93dac97a-3326-46c7-9fd2-048a92c9ded6\", \"created_at\":\"2025-10-30T16:18:24.093162Z\", \"updated_at\":\"2025-10-30T16:29:14.332430Z\", \"name\":\"test-pool-upgrade-policy\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"upgrade_policy\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "782" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:30:51 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 4ba1efc6-b0e5-4e01-b9b4-f597f55b1136 + status: 200 OK + code: 200 + duration: 90.037103ms +- id: 201 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/77e85934-bc25-40eb-82a3-c9be33dbfebc + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 782 + body: "{\"region\":\"fr-par\", \"id\":\"77e85934-bc25-40eb-82a3-c9be33dbfebc\", \"cluster_id\":\"93dac97a-3326-46c7-9fd2-048a92c9ded6\", \"created_at\":\"2025-10-30T16:18:24.093162Z\", \"updated_at\":\"2025-10-30T16:29:14.332430Z\", \"name\":\"test-pool-upgrade-policy\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"upgrade_policy\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "782" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:30:56 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 18f4e190-dcd3-4472-8e1a-f1c4fee7d7b0 + status: 200 OK + code: 200 + duration: 97.492276ms +- id: 202 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/77e85934-bc25-40eb-82a3-c9be33dbfebc + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 782 + body: "{\"region\":\"fr-par\", \"id\":\"77e85934-bc25-40eb-82a3-c9be33dbfebc\", \"cluster_id\":\"93dac97a-3326-46c7-9fd2-048a92c9ded6\", \"created_at\":\"2025-10-30T16:18:24.093162Z\", \"updated_at\":\"2025-10-30T16:29:14.332430Z\", \"name\":\"test-pool-upgrade-policy\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"upgrade_policy\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "782" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:31:01 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 7885d185-71a1-4071-870b-20fa637d9eea + status: 200 OK + code: 200 + duration: 88.767861ms +- id: 203 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/77e85934-bc25-40eb-82a3-c9be33dbfebc + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 782 + body: "{\"region\":\"fr-par\", \"id\":\"77e85934-bc25-40eb-82a3-c9be33dbfebc\", \"cluster_id\":\"93dac97a-3326-46c7-9fd2-048a92c9ded6\", \"created_at\":\"2025-10-30T16:18:24.093162Z\", \"updated_at\":\"2025-10-30T16:29:14.332430Z\", \"name\":\"test-pool-upgrade-policy\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"upgrade_policy\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "782" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:31:06 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 188c688d-46a2-41d3-9120-03626cdc1263 + status: 200 OK + code: 200 + duration: 87.173509ms +- id: 204 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/77e85934-bc25-40eb-82a3-c9be33dbfebc + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 782 + body: "{\"region\":\"fr-par\", \"id\":\"77e85934-bc25-40eb-82a3-c9be33dbfebc\", \"cluster_id\":\"93dac97a-3326-46c7-9fd2-048a92c9ded6\", \"created_at\":\"2025-10-30T16:18:24.093162Z\", \"updated_at\":\"2025-10-30T16:29:14.332430Z\", \"name\":\"test-pool-upgrade-policy\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"upgrade_policy\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "782" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:31:11 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - e0ca0357-2b51-406e-9b10-fdd38de129c5 + status: 200 OK + code: 200 + duration: 91.26618ms +- id: 205 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/77e85934-bc25-40eb-82a3-c9be33dbfebc + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 782 + body: "{\"region\":\"fr-par\", \"id\":\"77e85934-bc25-40eb-82a3-c9be33dbfebc\", \"cluster_id\":\"93dac97a-3326-46c7-9fd2-048a92c9ded6\", \"created_at\":\"2025-10-30T16:18:24.093162Z\", \"updated_at\":\"2025-10-30T16:29:14.332430Z\", \"name\":\"test-pool-upgrade-policy\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"upgrade_policy\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "782" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:31:16 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - c1a55682-520e-43ae-b9a1-6b9b85236326 + status: 200 OK + code: 200 + duration: 96.064916ms +- id: 206 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/77e85934-bc25-40eb-82a3-c9be33dbfebc + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 782 + body: "{\"region\":\"fr-par\", \"id\":\"77e85934-bc25-40eb-82a3-c9be33dbfebc\", \"cluster_id\":\"93dac97a-3326-46c7-9fd2-048a92c9ded6\", \"created_at\":\"2025-10-30T16:18:24.093162Z\", \"updated_at\":\"2025-10-30T16:29:14.332430Z\", \"name\":\"test-pool-upgrade-policy\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"upgrade_policy\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "782" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:31:21 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - deae7b4c-25d3-4926-a277-748a42127036 + status: 200 OK + code: 200 + duration: 86.873786ms +- id: 207 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/77e85934-bc25-40eb-82a3-c9be33dbfebc + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 125 + body: "{\"message\":\"resource is not found\",\"resource\":\"pool\",\"resource_id\":\"77e85934-bc25-40eb-82a3-c9be33dbfebc\",\"type\":\"not_found\"}" + headers: + Content-Length: + - "125" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:31:26 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 24a13878-d10d-44f9-9619-706d376ee3db + status: 404 Not Found + code: 404 + duration: 22.402545ms +- id: 208 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + form: + with_additional_resources: + - "false" + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/93dac97a-3326-46c7-9fd2-048a92c9ded6?with_additional_resources=false + method: DELETE + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1651 + body: "{\"region\":\"fr-par\", \"id\":\"93dac97a-3326-46c7-9fd2-048a92c9ded6\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:18.600925Z\", \"updated_at\":\"2025-10-30T16:31:26.810497Z\", \"type\":\"kapsule\", \"name\":\"test-pool-upgrade-policy\", \"description\":\"\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"upgrade_policy\"], \"cluster_url\":\"https://93dac97a-3326-46c7-9fd2-048a92c9ded6.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.93dac97a-3326-46c7-9fd2-048a92c9ded6.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"74a6a859-c6bc-4b60-8958-25ff1bbd8455\", \"commitment_ends_at\":\"2025-10-30T16:18:18.600935Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"85795dcd-9184-4d30-98a6-585f6c3f3695\", \"new_images_enabled\":false, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1651" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:31:26 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 5033bb29-7640-4204-ae8b-d930922053f4 + status: 200 OK + code: 200 + duration: 160.233319ms +- id: 209 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/93dac97a-3326-46c7-9fd2-048a92c9ded6 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1650 + body: "{\"region\":\"fr-par\", \"id\":\"93dac97a-3326-46c7-9fd2-048a92c9ded6\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:18.600925Z\", \"updated_at\":\"2025-10-30T16:31:26.810497Z\", \"type\":\"kapsule\", \"name\":\"test-pool-upgrade-policy\", \"description\":\"\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"upgrade_policy\"], \"cluster_url\":\"https://93dac97a-3326-46c7-9fd2-048a92c9ded6.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.93dac97a-3326-46c7-9fd2-048a92c9ded6.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"74a6a859-c6bc-4b60-8958-25ff1bbd8455\", \"commitment_ends_at\":\"2025-10-30T16:18:18.600935Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"85795dcd-9184-4d30-98a6-585f6c3f3695\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1650" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:31:26 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 859db1ae-e25a-4dac-95eb-8dc250279374 + status: 200 OK + code: 200 + duration: 83.227363ms +- id: 210 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/93dac97a-3326-46c7-9fd2-048a92c9ded6 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1650 + body: "{\"region\":\"fr-par\", \"id\":\"93dac97a-3326-46c7-9fd2-048a92c9ded6\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:18.600925Z\", \"updated_at\":\"2025-10-30T16:31:26.810497Z\", \"type\":\"kapsule\", \"name\":\"test-pool-upgrade-policy\", \"description\":\"\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"upgrade_policy\"], \"cluster_url\":\"https://93dac97a-3326-46c7-9fd2-048a92c9ded6.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.93dac97a-3326-46c7-9fd2-048a92c9ded6.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"74a6a859-c6bc-4b60-8958-25ff1bbd8455\", \"commitment_ends_at\":\"2025-10-30T16:18:18.600935Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"85795dcd-9184-4d30-98a6-585f6c3f3695\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1650" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:31:32 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 83d9dd1b-ed74-43b3-be5f-cf4d09eb2f10 + status: 200 OK + code: 200 + duration: 86.906368ms +- id: 211 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/93dac97a-3326-46c7-9fd2-048a92c9ded6 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1650 + body: "{\"region\":\"fr-par\", \"id\":\"93dac97a-3326-46c7-9fd2-048a92c9ded6\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:18.600925Z\", \"updated_at\":\"2025-10-30T16:31:26.810497Z\", \"type\":\"kapsule\", \"name\":\"test-pool-upgrade-policy\", \"description\":\"\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"upgrade_policy\"], \"cluster_url\":\"https://93dac97a-3326-46c7-9fd2-048a92c9ded6.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.93dac97a-3326-46c7-9fd2-048a92c9ded6.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"74a6a859-c6bc-4b60-8958-25ff1bbd8455\", \"commitment_ends_at\":\"2025-10-30T16:18:18.600935Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"85795dcd-9184-4d30-98a6-585f6c3f3695\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1650" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:31:37 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 76f34299-7470-413d-9668-d57eddd0ea5d + status: 200 OK + code: 200 + duration: 101.415479ms +- id: 212 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/93dac97a-3326-46c7-9fd2-048a92c9ded6 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 128 + body: "{\"message\":\"resource is not found\",\"resource\":\"cluster\",\"resource_id\":\"93dac97a-3326-46c7-9fd2-048a92c9ded6\",\"type\":\"not_found\"}" + headers: + Content-Length: + - "128" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:31:42 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - c15732dd-f172-4451-96cb-7b86ca4051cc + status: 404 Not Found + code: 404 + duration: 21.390055ms +- id: 213 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks/74a6a859-c6bc-4b60-8958-25ff1bbd8455 + method: DELETE + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 0 + body: "" + headers: + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:31:43 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - b1e2f5e0-2272-454b-ae04-f60ff599490c + status: 204 No Content + code: 204 + duration: 1.069100531s +- id: 214 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/vpc/v2/regions/fr-par/vpcs/dd5d440a-1d83-4da9-8b96-a00117e9e556 + method: DELETE + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 0 + body: "" + headers: + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:31:43 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 7d5c4d97-ce78-490b-ab89-48062300cd68 + status: 204 No Content + code: 204 + duration: 114.174205ms +- id: 215 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/77e85934-bc25-40eb-82a3-c9be33dbfebc + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 125 + body: "{\"message\":\"resource is not found\",\"resource\":\"pool\",\"resource_id\":\"77e85934-bc25-40eb-82a3-c9be33dbfebc\",\"type\":\"not_found\"}" + headers: + Content-Length: + - "125" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:31:43 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 587330ba-b64a-414a-ac7a-7a3356a3c6f5 + status: 404 Not Found + code: 404 + duration: 26.060411ms +- id: 216 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/93dac97a-3326-46c7-9fd2-048a92c9ded6 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 128 + body: "{\"message\":\"resource is not found\",\"resource\":\"cluster\",\"resource_id\":\"93dac97a-3326-46c7-9fd2-048a92c9ded6\",\"type\":\"not_found\"}" + headers: + Content-Length: + - "128" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:31:43 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 080bd479-3220-4be6-847e-e3f435c365b2 + status: 404 Not Found + code: 404 + duration: 20.773007ms +- id: 217 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks/74a6a859-c6bc-4b60-8958-25ff1bbd8455 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 136 + body: "{\"message\":\"resource is not found\",\"resource\":\"private_network\",\"resource_id\":\"74a6a859-c6bc-4b60-8958-25ff1bbd8455\",\"type\":\"not_found\"}" + headers: + Content-Length: + - "136" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:31:43 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 5b80d352-0b42-406c-be0b-42cd7c776db0 + status: 404 Not Found + code: 404 + duration: 22.530566ms diff --git a/internal/services/k8s/testdata/pool-wait.cassette.yaml b/internal/services/k8s/testdata/pool-wait.cassette.yaml index fa81519b6b..7f6128da32 100644 --- a/internal/services/k8s/testdata/pool-wait.cassette.yaml +++ b/internal/services/k8s/testdata/pool-wait.cassette.yaml @@ -1,8245 +1,9706 @@ --- version: 2 interactions: - - id: 0 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/versions - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 4962 - uncompressed: false - body: '{"versions":[{"available_admission_plugins":["AlwaysPullImages","PodNodeSelector","PodTolerationRestriction"],"available_cnis":["cilium","cilium_native","calico","kilo","none"],"available_container_runtimes":["containerd"],"available_feature_gates":["HPAScaleToZero","CPUManagerPolicyAlphaOptions","ImageVolume"],"available_kubelet_args":{"containerLogMaxFiles":"uint16","containerLogMaxSize":"quantity","cpuCFSQuota":"bool","cpuCFSQuotaPeriod":"duration","cpuManagerPolicy":"enum:none|static","cpuManagerPolicyOptions":"map[string]string","enableDebuggingHandlers":"bool","evictionHard":"map[string]string","evictionMinimumReclaim":"map[string]string","imageGCHighThresholdPercent":"uint32","imageGCLowThresholdPercent":"uint32","maxParallelImagePulls":"int32","maxPods":"uint16","registryBurst":"int32","registryPullQPS":"int32","serializeImagePulls":"bool"},"label":"Kubernetes 1.34.1","name":"1.34.1","region":"fr-par"},{"available_admission_plugins":["AlwaysPullImages","PodNodeSelector","PodTolerationRestriction"],"available_cnis":["cilium","calico","kilo","none"],"available_container_runtimes":["containerd"],"available_feature_gates":["HPAScaleToZero","DRAAdminAccess","DynamicResourceAllocation","PodLevelResources","CPUManagerPolicyAlphaOptions","ImageVolume"],"available_kubelet_args":{"containerLogMaxFiles":"uint16","containerLogMaxSize":"quantity","cpuCFSQuota":"bool","cpuCFSQuotaPeriod":"duration","cpuManagerPolicy":"enum:none|static","cpuManagerPolicyOptions":"map[string]string","enableDebuggingHandlers":"bool","evictionHard":"map[string]string","evictionMinimumReclaim":"map[string]string","imageGCHighThresholdPercent":"uint32","imageGCLowThresholdPercent":"uint32","maxParallelImagePulls":"int32","maxPods":"uint16","registryBurst":"int32","registryPullQPS":"int32","serializeImagePulls":"bool"},"label":"Kubernetes 1.33.4","name":"1.33.4","region":"fr-par"},{"available_admission_plugins":["AlwaysPullImages","PodNodeSelector","PodTolerationRestriction"],"available_cnis":["cilium","calico","kilo","none"],"available_container_runtimes":["containerd"],"available_feature_gates":["HPAScaleToZero","InPlacePodVerticalScaling","SidecarContainers","DRAAdminAccess","DRAResourceClaimDeviceStatus","DynamicResourceAllocation","PodLevelResources","CPUManagerPolicyAlphaOptions","ImageVolume"],"available_kubelet_args":{"containerLogMaxFiles":"uint16","containerLogMaxSize":"quantity","cpuCFSQuota":"bool","cpuCFSQuotaPeriod":"duration","cpuManagerPolicy":"enum:none|static","cpuManagerPolicyOptions":"map[string]string","enableDebuggingHandlers":"bool","evictionHard":"map[string]string","evictionMinimumReclaim":"map[string]string","imageGCHighThresholdPercent":"uint32","imageGCLowThresholdPercent":"uint32","maxParallelImagePulls":"int32","maxPods":"uint16","registryBurst":"int32","registryPullQPS":"int32","serializeImagePulls":"bool"},"label":"Kubernetes 1.32.8","name":"1.32.8","region":"fr-par"},{"available_admission_plugins":["AlwaysPullImages","PodNodeSelector","PodTolerationRestriction"],"available_cnis":["cilium","calico","kilo","none"],"available_container_runtimes":["containerd"],"available_feature_gates":["HPAScaleToZero","InPlacePodVerticalScaling","SidecarContainers","CPUManagerPolicyAlphaOptions","ImageVolume"],"available_kubelet_args":{"containerLogMaxFiles":"uint16","containerLogMaxSize":"quantity","cpuCFSQuota":"bool","cpuCFSQuotaPeriod":"duration","cpuManagerPolicy":"enum:none|static","cpuManagerPolicyOptions":"map[string]string","enableDebuggingHandlers":"bool","evictionHard":"map[string]string","evictionMinimumReclaim":"map[string]string","imageGCHighThresholdPercent":"uint32","imageGCLowThresholdPercent":"uint32","maxParallelImagePulls":"int32","maxPods":"uint16","registryBurst":"int32","registryPullQPS":"int32","serializeImagePulls":"bool"},"label":"Kubernetes 1.31.12","name":"1.31.12","region":"fr-par"},{"available_admission_plugins":["AlwaysPullImages","PodNodeSelector","PodTolerationRestriction"],"available_cnis":["cilium","calico","kilo","none"],"available_container_runtimes":["containerd"],"available_feature_gates":["HPAScaleToZero","SidecarContainers","InPlacePodVerticalScaling","CPUManagerPolicyAlphaOptions"],"available_kubelet_args":{"containerLogMaxFiles":"uint16","containerLogMaxSize":"quantity","cpuCFSQuota":"bool","cpuCFSQuotaPeriod":"duration","cpuManagerPolicy":"enum:none|static","cpuManagerPolicyOptions":"map[string]string","enableDebuggingHandlers":"bool","evictionHard":"map[string]string","evictionMinimumReclaim":"map[string]string","imageGCHighThresholdPercent":"uint32","imageGCLowThresholdPercent":"uint32","maxParallelImagePulls":"int32","maxPods":"uint16","registryBurst":"int32","registryPullQPS":"int32","serializeImagePulls":"bool"},"label":"Kubernetes 1.30.14","name":"1.30.14","region":"fr-par"}]}' - headers: - Content-Length: - - "4962" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:23:26 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - d1a12794-a27c-4d9a-b6e7-4889f6dbf7d3 - status: 200 OK - code: 200 - duration: 151.37425ms - - id: 1 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 113 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: '{"name":"tf-vpc-kind-cohen","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","tags":[],"enable_routing":false}' - form: {} - headers: - Content-Type: - - application/json - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/fr-par/vpcs - method: POST - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 415 - uncompressed: false - body: '{"created_at":"2025-09-30T09:23:26.830186Z","custom_routes_propagation_enabled":true,"id":"2b75c506-21b7-471c-ae9a-32fc0bc776d4","is_default":false,"name":"tf-vpc-kind-cohen","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","private_network_count":0,"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","routing_enabled":true,"tags":[],"updated_at":"2025-09-30T09:23:26.830186Z"}' - headers: - Content-Length: - - "415" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:23:26 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 9854067b-6181-4e77-86ff-a46b3f12331f - status: 200 OK - code: 200 - duration: 69.473709ms - - id: 2 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/fr-par/vpcs/2b75c506-21b7-471c-ae9a-32fc0bc776d4 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 415 - uncompressed: false - body: '{"created_at":"2025-09-30T09:23:26.830186Z","custom_routes_propagation_enabled":true,"id":"2b75c506-21b7-471c-ae9a-32fc0bc776d4","is_default":false,"name":"tf-vpc-kind-cohen","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","private_network_count":0,"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","routing_enabled":true,"tags":[],"updated_at":"2025-09-30T09:23:26.830186Z"}' - headers: - Content-Length: - - "415" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:23:26 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 62544e77-8380-4c16-baf5-13e2e83b290f - status: 200 OK - code: 200 - duration: 25.717792ms - - id: 3 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 192 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: '{"name":"test-pool-wait","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","tags":[],"subnets":null,"vpc_id":"2b75c506-21b7-471c-ae9a-32fc0bc776d4","default_route_propagation_enabled":false}' - form: {} - headers: - Content-Type: - - application/json - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks - method: POST - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1085 - uncompressed: false - body: '{"created_at":"2025-09-30T09:23:26.924056Z","default_route_propagation_enabled":false,"dhcp_enabled":true,"id":"e8031540-8456-4577-8eca-b22aefcce41f","name":"test-pool-wait","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","subnets":[{"created_at":"2025-09-30T09:23:26.924056Z","id":"1a606aee-b81a-4842-a8fd-3a157af97f7b","private_network_id":"e8031540-8456-4577-8eca-b22aefcce41f","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","subnet":"172.17.212.0/22","updated_at":"2025-09-30T09:23:26.924056Z","vpc_id":"2b75c506-21b7-471c-ae9a-32fc0bc776d4"},{"created_at":"2025-09-30T09:23:26.924056Z","id":"e70a771a-4279-43b8-9356-c2f0eb5753e1","private_network_id":"e8031540-8456-4577-8eca-b22aefcce41f","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","subnet":"fd5f:519c:6d46:7b7d::/64","updated_at":"2025-09-30T09:23:26.924056Z","vpc_id":"2b75c506-21b7-471c-ae9a-32fc0bc776d4"}],"tags":[],"updated_at":"2025-09-30T09:23:26.924056Z","vpc_id":"2b75c506-21b7-471c-ae9a-32fc0bc776d4"}' - headers: - Content-Length: - - "1085" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:23:27 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - ce218a02-8682-4e01-bba3-b6e4843c92a0 - status: 200 OK - code: 200 - duration: 634.395958ms - - id: 4 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks/e8031540-8456-4577-8eca-b22aefcce41f - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1085 - uncompressed: false - body: '{"created_at":"2025-09-30T09:23:26.924056Z","default_route_propagation_enabled":false,"dhcp_enabled":true,"id":"e8031540-8456-4577-8eca-b22aefcce41f","name":"test-pool-wait","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","subnets":[{"created_at":"2025-09-30T09:23:26.924056Z","id":"1a606aee-b81a-4842-a8fd-3a157af97f7b","private_network_id":"e8031540-8456-4577-8eca-b22aefcce41f","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","subnet":"172.17.212.0/22","updated_at":"2025-09-30T09:23:26.924056Z","vpc_id":"2b75c506-21b7-471c-ae9a-32fc0bc776d4"},{"created_at":"2025-09-30T09:23:26.924056Z","id":"e70a771a-4279-43b8-9356-c2f0eb5753e1","private_network_id":"e8031540-8456-4577-8eca-b22aefcce41f","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","subnet":"fd5f:519c:6d46:7b7d::/64","updated_at":"2025-09-30T09:23:26.924056Z","vpc_id":"2b75c506-21b7-471c-ae9a-32fc0bc776d4"}],"tags":[],"updated_at":"2025-09-30T09:23:26.924056Z","vpc_id":"2b75c506-21b7-471c-ae9a-32fc0bc776d4"}' - headers: - Content-Length: - - "1085" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:23:27 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - fe2c3e49-f093-45d4-acdb-e052f290afd8 - status: 200 OK - code: 200 - duration: 35.789875ms - - id: 5 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 695 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: '{"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","type":"","name":"test-pool-wait","description":"","tags":["terraform-test","scaleway_k8s_cluster","minimal"],"version":"1.34.1","cni":"calico","pools":null,"autoscaler_config":{"scale_down_disabled":null,"scale_down_delay_after_add":null,"estimator":"unknown_estimator","expander":"unknown_expander","ignore_daemonsets_utilization":null,"balance_similar_node_groups":null,"expendable_pods_priority_cutoff":0,"scale_down_unneeded_time":null,"scale_down_utilization_threshold":null,"max_graceful_termination_sec":0},"feature_gates":[],"admission_plugins":[],"apiserver_cert_sans":[],"private_network_id":"e8031540-8456-4577-8eca-b22aefcce41f"}' - form: {} - headers: - Content-Type: - - application/json - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters - method: POST - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1598 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://9b283563-32f4-4736-9c0c-f5e94a8b15c5.api.k8s.fr-par.scw.cloud:6443","cni":"calico","commitment_ends_at":"2025-09-30T09:23:27.855054Z","created_at":"2025-09-30T09:23:27.855043Z","description":"","dns_wildcard":"*.9b283563-32f4-4736-9c0c-f5e94a8b15c5.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"","id":"9b283563-32f4-4736-9c0c-f5e94a8b15c5","name":"test-pool-wait","new_images_enabled":false,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"100.64.0.0/15","private_network_id":"e8031540-8456-4577-8eca-b22aefcce41f","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"10.32.0.0/20","service_dns_ip":"10.32.0.10","status":"creating","tags":["terraform-test","scaleway_k8s_cluster","minimal"],"type":"kapsule","updated_at":"2025-09-30T09:23:27.855044Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1598" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:23:27 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 19f13a80-c6eb-4dbb-a9fd-61eee558baea - status: 200 OK - code: 200 - duration: 325.066875ms - - id: 6 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/9b283563-32f4-4736-9c0c-f5e94a8b15c5 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1562 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://9b283563-32f4-4736-9c0c-f5e94a8b15c5.api.k8s.fr-par.scw.cloud:6443","cni":"calico","commitment_ends_at":"2025-09-30T09:23:27.855054Z","created_at":"2025-09-30T09:23:27.855043Z","description":"","dns_wildcard":"*.9b283563-32f4-4736-9c0c-f5e94a8b15c5.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"","id":"9b283563-32f4-4736-9c0c-f5e94a8b15c5","name":"test-pool-wait","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":"e8031540-8456-4577-8eca-b22aefcce41f","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"","service_dns_ip":"","status":"creating","tags":["terraform-test","scaleway_k8s_cluster","minimal"],"type":"kapsule","updated_at":"2025-09-30T09:23:27.855044Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1562" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:23:27 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 8c829e81-8687-4ae8-ad81-9ad2ca443a24 - status: 200 OK - code: 200 - duration: 82.270959ms - - id: 7 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/9b283563-32f4-4736-9c0c-f5e94a8b15c5 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1603 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://9b283563-32f4-4736-9c0c-f5e94a8b15c5.api.k8s.fr-par.scw.cloud:6443","cni":"calico","commitment_ends_at":"2025-09-30T09:23:27.855054Z","created_at":"2025-09-30T09:23:27.855043Z","description":"","dns_wildcard":"*.9b283563-32f4-4736-9c0c-f5e94a8b15c5.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"53c34d60-da8e-4e98-a53e-08ad28c21a6e","id":"9b283563-32f4-4736-9c0c-f5e94a8b15c5","name":"test-pool-wait","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":"e8031540-8456-4577-8eca-b22aefcce41f","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"","service_dns_ip":"","status":"pool_required","tags":["terraform-test","scaleway_k8s_cluster","minimal"],"type":"kapsule","updated_at":"2025-09-30T09:23:28.349529Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1603" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:23:33 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - e8c07082-7b81-4b80-888e-d89d3cefd0e8 - status: 200 OK - code: 200 - duration: 78.420625ms - - id: 8 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/9b283563-32f4-4736-9c0c-f5e94a8b15c5/pools?order_by=created_at_asc&page=1&status=unknown - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 29 - uncompressed: false - body: '{"pools":[],"total_count":0}' - headers: - Content-Length: - - "29" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:23:33 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - d484eabe-b984-4737-b6f5-181b529c8ee2 - status: 200 OK - code: 200 - duration: 99.908791ms - - id: 9 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/9b283563-32f4-4736-9c0c-f5e94a8b15c5 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1603 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://9b283563-32f4-4736-9c0c-f5e94a8b15c5.api.k8s.fr-par.scw.cloud:6443","cni":"calico","commitment_ends_at":"2025-09-30T09:23:27.855054Z","created_at":"2025-09-30T09:23:27.855043Z","description":"","dns_wildcard":"*.9b283563-32f4-4736-9c0c-f5e94a8b15c5.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"53c34d60-da8e-4e98-a53e-08ad28c21a6e","id":"9b283563-32f4-4736-9c0c-f5e94a8b15c5","name":"test-pool-wait","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":"e8031540-8456-4577-8eca-b22aefcce41f","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"","service_dns_ip":"","status":"pool_required","tags":["terraform-test","scaleway_k8s_cluster","minimal"],"type":"kapsule","updated_at":"2025-09-30T09:23:28.349529Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1603" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:23:33 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 90b2fc57-ef68-4837-a9fd-ed4f6f8588ed - status: 200 OK - code: 200 - duration: 102.324375ms - - id: 10 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/9b283563-32f4-4736-9c0c-f5e94a8b15c5/kubeconfig - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1650 - uncompressed: false - body: '{"content":"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogInRlc3QtcG9vbC13YWl0IgogIGNsdXN0ZXI6CiAgICBjZXJ0aWZpY2F0ZS1hdXRob3JpdHktZGF0YTogTFMwdExTMUNSVWRKVGlCRFJWSlVTVVpKUTBGVVJTMHRMUzB0Q2sxSlNVSlhla05EUVZGSFowRjNTVUpCWjBsQ1FVUkJTMEpuWjNGb2EycFBVRkZSUkVGcVFWWk5VazEzUlZGWlJGWlJVVVJGZDNCeVpGZEtiR050Tld3S1pFZFdlazFDTkZoRVZFa3hUVVJyZVU5VVFUVk5hazE1VGpGdldFUlVUVEZOUkd0NVQxUkJOVTFxVFhsT01XOTNSbFJGVkUxQ1JVZEJNVlZGUVhoTlN3cGhNMVpwV2xoS2RWcFlVbXhqZWtKYVRVSk5SMEo1Y1VkVFRUUTVRV2RGUjBORGNVZFRUVFE1UVhkRlNFRXdTVUZDVUhKUEwySm1ZVGswV2pCbFRXdGhDaXMxWmpGSGMyaG5RM1pNWm14b0syWmtXRlp5WVdZMmJHOXhNVlIxVEdsRFFYZENUR0pSTkV4NFUxUlNNQzgyUWpSNFQzZDBWblJHVTBOaU1tSnhjR2dLZVdSWldVNDVjV3BSYWtKQlRVRTBSMEV4VldSRWQwVkNMM2RSUlVGM1NVTndSRUZRUW1kT1ZraFNUVUpCWmpoRlFsUkJSRUZSU0M5TlFqQkhRVEZWWkFwRVoxRlhRa0pTUkc4NFlYVXphMkUyUW5kbVlYUXpTMGxuWTBWckwzUlVTMnQ2UVV0Q1oyZHhhR3RxVDFCUlVVUkJaMDVKUVVSQ1JrRnBSVUUyVG1aa0NqRnFSVkJ4Y1d4bVFqRlZLMU5CT1dNeGFXdDJORWMwUlUxd05EUlliVVpIVG1Kc1kwZFJRVU5KUWxkVWJTOXFXa3R3VDNSWFdYcE9ZM2hOT0doUmJuQUtTV3gzTUZrMlRXZHhkM1ZSVURSWmJIaHZkemNLTFMwdExTMUZUa1FnUTBWU1ZFbEdTVU5CVkVVdExTMHRMUW89CiAgICBzZXJ2ZXI6IGh0dHBzOi8vOWIyODM1NjMtMzJmNC00NzM2LTljMGMtZjVlOTRhOGIxNWM1LmFwaS5rOHMuZnItcGFyLnNjdy5jbG91ZDo2NDQzCmNvbnRleHRzOgotIG5hbWU6IGFkbWluQHRlc3QtcG9vbC13YWl0CiAgY29udGV4dDoKICAgIGNsdXN0ZXI6ICJ0ZXN0LXBvb2wtd2FpdCIKICAgIHVzZXI6IHRlc3QtcG9vbC13YWl0LWFkbWluCmN1cnJlbnQtY29udGV4dDogYWRtaW5AdGVzdC1wb29sLXdhaXQKa2luZDogQ29uZmlnCnByZWZlcmVuY2VzOiB7fQp1c2VyczoKLSBuYW1lOiB0ZXN0LXBvb2wtd2FpdC1hZG1pbgogIHVzZXI6CiAgICB0b2tlbjogNzV5UnZ4cE1TM1N1elRhamRWQ2VVT2xyMEFTenBqZ0ZKR0lZYllldjVyUWttVFpmaGY3anlHdUc=","content_type":"application/octet-stream","name":"kubeconfig"}' - headers: - Content-Length: - - "1650" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:23:33 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 4f2f708c-a13b-4558-af2f-3e3b5964cb5e - status: 200 OK - code: 200 - duration: 85.817625ms - - id: 11 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/9b283563-32f4-4736-9c0c-f5e94a8b15c5 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1603 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://9b283563-32f4-4736-9c0c-f5e94a8b15c5.api.k8s.fr-par.scw.cloud:6443","cni":"calico","commitment_ends_at":"2025-09-30T09:23:27.855054Z","created_at":"2025-09-30T09:23:27.855043Z","description":"","dns_wildcard":"*.9b283563-32f4-4736-9c0c-f5e94a8b15c5.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"53c34d60-da8e-4e98-a53e-08ad28c21a6e","id":"9b283563-32f4-4736-9c0c-f5e94a8b15c5","name":"test-pool-wait","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":"e8031540-8456-4577-8eca-b22aefcce41f","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"","service_dns_ip":"","status":"pool_required","tags":["terraform-test","scaleway_k8s_cluster","minimal"],"type":"kapsule","updated_at":"2025-09-30T09:23:28.349529Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1603" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:23:33 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - f48fb321-9ee5-4f5c-81d4-86fe738bb9f2 - status: 200 OK - code: 200 - duration: 105.157166ms - - id: 12 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 270 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: '{"name":"test-pool-wait","node_type":"pro2_xxs","autoscaling":false,"size":1,"min_size":1,"max_size":1,"container_runtime":"containerd","autohealing":false,"tags":[],"kubelet_args":{},"zone":"fr-par-1","root_volume_type":"default_volume_type","public_ip_disabled":false}' - form: {} - headers: - Content-Type: - - application/json - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/9b283563-32f4-4736-9c0c-f5e94a8b15c5/pools - method: POST - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 715 - uncompressed: false - body: '{"autohealing":false,"autoscaling":false,"cluster_id":"9b283563-32f4-4736-9c0c-f5e94a8b15c5","container_runtime":"containerd","created_at":"2025-09-30T09:23:33.546561Z","id":"b5f9447f-c5e8-4033-9d8e-dfacfaba08a9","kubelet_args":{},"max_size":1,"min_size":1,"name":"test-pool-wait","new_images_enabled":true,"node_type":"pro2_xxs","placement_group_id":null,"public_ip_disabled":false,"region":"fr-par","root_volume_size":20000000000,"root_volume_type":"sbs_5k","security_group_id":"d49109f7-0bad-4991-b0fb-853c658463d2","size":1,"status":"scaling","tags":[],"updated_at":"2025-09-30T09:23:33.546561Z","upgrade_policy":{"max_surge":0,"max_unavailable":1},"version":"1.34.1","zone":"fr-par-1"}' - headers: - Content-Length: - - "715" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:23:33 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 32fe35b4-d978-435d-8add-e6be0ccda04f - status: 200 OK - code: 200 - duration: 178.684ms - - id: 13 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/b5f9447f-c5e8-4033-9d8e-dfacfaba08a9 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 715 - uncompressed: false - body: '{"autohealing":false,"autoscaling":false,"cluster_id":"9b283563-32f4-4736-9c0c-f5e94a8b15c5","container_runtime":"containerd","created_at":"2025-09-30T09:23:33.546561Z","id":"b5f9447f-c5e8-4033-9d8e-dfacfaba08a9","kubelet_args":{},"max_size":1,"min_size":1,"name":"test-pool-wait","new_images_enabled":true,"node_type":"pro2_xxs","placement_group_id":null,"public_ip_disabled":false,"region":"fr-par","root_volume_size":20000000000,"root_volume_type":"sbs_5k","security_group_id":"d49109f7-0bad-4991-b0fb-853c658463d2","size":1,"status":"scaling","tags":[],"updated_at":"2025-09-30T09:23:33.546561Z","upgrade_policy":{"max_surge":0,"max_unavailable":1},"version":"1.34.1","zone":"fr-par-1"}' - headers: - Content-Length: - - "715" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:23:33 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 1d7f2383-eafa-4523-9df0-3f92897539a4 - status: 200 OK - code: 200 - duration: 87.627209ms - - id: 14 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/b5f9447f-c5e8-4033-9d8e-dfacfaba08a9 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 713 - uncompressed: false - body: '{"autohealing":false,"autoscaling":false,"cluster_id":"9b283563-32f4-4736-9c0c-f5e94a8b15c5","container_runtime":"containerd","created_at":"2025-09-30T09:23:33.546561Z","id":"b5f9447f-c5e8-4033-9d8e-dfacfaba08a9","kubelet_args":{},"max_size":1,"min_size":1,"name":"test-pool-wait","new_images_enabled":true,"node_type":"pro2_xxs","placement_group_id":null,"public_ip_disabled":false,"region":"fr-par","root_volume_size":20000000000,"root_volume_type":"sbs_5k","security_group_id":"d49109f7-0bad-4991-b0fb-853c658463d2","size":1,"status":"ready","tags":[],"updated_at":"2025-09-30T09:29:36.491137Z","upgrade_policy":{"max_surge":0,"max_unavailable":1},"version":"1.34.1","zone":"fr-par-1"}' - headers: - Content-Length: - - "713" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:29:41 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - a5464e3e-c64c-4732-aa90-2c8ad2b868ac - status: 200 OK - code: 200 - duration: 115.436125ms - - id: 15 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/9b283563-32f4-4736-9c0c-f5e94a8b15c5 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1595 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://9b283563-32f4-4736-9c0c-f5e94a8b15c5.api.k8s.fr-par.scw.cloud:6443","cni":"calico","commitment_ends_at":"2025-09-30T09:23:27.855054Z","created_at":"2025-09-30T09:23:27.855043Z","description":"","dns_wildcard":"*.9b283563-32f4-4736-9c0c-f5e94a8b15c5.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"53c34d60-da8e-4e98-a53e-08ad28c21a6e","id":"9b283563-32f4-4736-9c0c-f5e94a8b15c5","name":"test-pool-wait","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":"e8031540-8456-4577-8eca-b22aefcce41f","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"","service_dns_ip":"","status":"ready","tags":["terraform-test","scaleway_k8s_cluster","minimal"],"type":"kapsule","updated_at":"2025-09-30T09:25:13.544409Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1595" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:29:41 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 6fa62d0b-5121-46a3-a902-e2ee10738418 - status: 200 OK - code: 200 - duration: 87.664375ms - - id: 16 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/b5f9447f-c5e8-4033-9d8e-dfacfaba08a9 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 713 - uncompressed: false - body: '{"autohealing":false,"autoscaling":false,"cluster_id":"9b283563-32f4-4736-9c0c-f5e94a8b15c5","container_runtime":"containerd","created_at":"2025-09-30T09:23:33.546561Z","id":"b5f9447f-c5e8-4033-9d8e-dfacfaba08a9","kubelet_args":{},"max_size":1,"min_size":1,"name":"test-pool-wait","new_images_enabled":true,"node_type":"pro2_xxs","placement_group_id":null,"public_ip_disabled":false,"region":"fr-par","root_volume_size":20000000000,"root_volume_type":"sbs_5k","security_group_id":"d49109f7-0bad-4991-b0fb-853c658463d2","size":1,"status":"ready","tags":[],"updated_at":"2025-09-30T09:29:36.491137Z","upgrade_policy":{"max_surge":0,"max_unavailable":1},"version":"1.34.1","zone":"fr-par-1"}' - headers: - Content-Length: - - "713" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:29:41 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - c6506692-1ca9-4bbe-8d4e-ca90848452d5 - status: 200 OK - code: 200 - duration: 73.796333ms - - id: 17 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/9b283563-32f4-4736-9c0c-f5e94a8b15c5/nodes?order_by=created_at_asc&page=1&pool_id=b5f9447f-c5e8-4033-9d8e-dfacfaba08a9&status=unknown - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 620 - uncompressed: false - body: '{"nodes":[{"cluster_id":"9b283563-32f4-4736-9c0c-f5e94a8b15c5","conditions":{"DiskPressure":"False","MemoryPressure":"False","PIDPressure":"False","Ready":"True"},"created_at":"2025-09-30T09:29:00.316675Z","error_message":"","id":"a31a7dca-b585-4184-a5d5-958d56f65066","name":"scw-test-pool-wait-test-pool-wait-a31a7dcab585","pool_id":"b5f9447f-c5e8-4033-9d8e-dfacfaba08a9","provider_id":"scaleway://instance/fr-par-1/00522319-26a3-4602-833a-d085bc2a8ae0","public_ip_v4":"212.47.234.198","public_ip_v6":null,"region":"fr-par","status":"ready","updated_at":"2025-09-30T09:29:36.480729Z"}],"total_count":1}' - headers: - Content-Length: - - "620" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:29:41 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - c7e7078d-f196-4fb6-9e67-886fff9e787f - status: 200 OK - code: 200 - duration: 86.798708ms - - id: 18 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/9b283563-32f4-4736-9c0c-f5e94a8b15c5 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1595 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://9b283563-32f4-4736-9c0c-f5e94a8b15c5.api.k8s.fr-par.scw.cloud:6443","cni":"calico","commitment_ends_at":"2025-09-30T09:23:27.855054Z","created_at":"2025-09-30T09:23:27.855043Z","description":"","dns_wildcard":"*.9b283563-32f4-4736-9c0c-f5e94a8b15c5.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"53c34d60-da8e-4e98-a53e-08ad28c21a6e","id":"9b283563-32f4-4736-9c0c-f5e94a8b15c5","name":"test-pool-wait","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":"e8031540-8456-4577-8eca-b22aefcce41f","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"","service_dns_ip":"","status":"ready","tags":["terraform-test","scaleway_k8s_cluster","minimal"],"type":"kapsule","updated_at":"2025-09-30T09:25:13.544409Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1595" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:29:41 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 57674e8a-b1ab-4759-97e2-92d1578287b9 - status: 200 OK - code: 200 - duration: 72.145417ms - - id: 19 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/ipam/v1/regions/fr-par/ips?order_by=created_at_desc&project_id=105bdce1-64c0-48ab-899d-868455867ecf&resource_name=scw-test-pool-wait-test-pool-wait-a31a7dcab585&resource_type=unknown_type - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1123 - uncompressed: false - body: '{"ips":[{"address":"fd5f:519c:6d46:7b7d:cd40:e2d7:2c0d:48c5/64","created_at":"2025-09-30T09:29:05.114401Z","id":"16abe70a-02f8-4661-9c18-7285ca12daf7","is_ipv6":true,"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","resource":{"id":"da79e85c-b55b-4a0a-9d35-3e6ac893af6a","mac_address":"02:00:00:1E:7E:50","name":"scw-test-pool-wait-test-pool-wait-a31a7dcab585","type":"instance_private_nic"},"reverses":[],"source":{"subnet_id":"e70a771a-4279-43b8-9356-c2f0eb5753e1"},"tags":[],"updated_at":"2025-09-30T09:29:05.114401Z","zone":null},{"address":"172.17.212.3/22","created_at":"2025-09-30T09:29:04.995629Z","id":"eaddda75-ad46-4a0c-aa0e-c7fabbb7115e","is_ipv6":false,"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","resource":{"id":"da79e85c-b55b-4a0a-9d35-3e6ac893af6a","mac_address":"02:00:00:1E:7E:50","name":"scw-test-pool-wait-test-pool-wait-a31a7dcab585","type":"instance_private_nic"},"reverses":[],"source":{"subnet_id":"1a606aee-b81a-4842-a8fd-3a157af97f7b"},"tags":[],"updated_at":"2025-09-30T09:29:04.995629Z","zone":null}],"total_count":2}' - headers: - Content-Length: - - "1123" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:29:41 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - c533701c-50e2-4b79-a79a-c45e4f51814c - status: 200 OK - code: 200 - duration: 34.370292ms - - id: 20 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/9b283563-32f4-4736-9c0c-f5e94a8b15c5 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1595 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://9b283563-32f4-4736-9c0c-f5e94a8b15c5.api.k8s.fr-par.scw.cloud:6443","cni":"calico","commitment_ends_at":"2025-09-30T09:23:27.855054Z","created_at":"2025-09-30T09:23:27.855043Z","description":"","dns_wildcard":"*.9b283563-32f4-4736-9c0c-f5e94a8b15c5.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"53c34d60-da8e-4e98-a53e-08ad28c21a6e","id":"9b283563-32f4-4736-9c0c-f5e94a8b15c5","name":"test-pool-wait","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":"e8031540-8456-4577-8eca-b22aefcce41f","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"","service_dns_ip":"","status":"ready","tags":["terraform-test","scaleway_k8s_cluster","minimal"],"type":"kapsule","updated_at":"2025-09-30T09:25:13.544409Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1595" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:29:42 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 35cae0ae-5fa8-410c-bbfd-105374f352f2 - status: 200 OK - code: 200 - duration: 88.342416ms - - id: 21 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/b5f9447f-c5e8-4033-9d8e-dfacfaba08a9 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 713 - uncompressed: false - body: '{"autohealing":false,"autoscaling":false,"cluster_id":"9b283563-32f4-4736-9c0c-f5e94a8b15c5","container_runtime":"containerd","created_at":"2025-09-30T09:23:33.546561Z","id":"b5f9447f-c5e8-4033-9d8e-dfacfaba08a9","kubelet_args":{},"max_size":1,"min_size":1,"name":"test-pool-wait","new_images_enabled":true,"node_type":"pro2_xxs","placement_group_id":null,"public_ip_disabled":false,"region":"fr-par","root_volume_size":20000000000,"root_volume_type":"sbs_5k","security_group_id":"d49109f7-0bad-4991-b0fb-853c658463d2","size":1,"status":"ready","tags":[],"updated_at":"2025-09-30T09:29:36.491137Z","upgrade_policy":{"max_surge":0,"max_unavailable":1},"version":"1.34.1","zone":"fr-par-1"}' - headers: - Content-Length: - - "713" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:29:42 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 53572ea2-960d-4ada-be9f-a64b94ade609 - status: 200 OK - code: 200 - duration: 83.583666ms - - id: 22 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/fr-par/vpcs/2b75c506-21b7-471c-ae9a-32fc0bc776d4 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 415 - uncompressed: false - body: '{"created_at":"2025-09-30T09:23:26.830186Z","custom_routes_propagation_enabled":true,"id":"2b75c506-21b7-471c-ae9a-32fc0bc776d4","is_default":false,"name":"tf-vpc-kind-cohen","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","private_network_count":1,"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","routing_enabled":true,"tags":[],"updated_at":"2025-09-30T09:23:26.830186Z"}' - headers: - Content-Length: - - "415" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:29:42 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 5117c55e-b26a-4baa-b3e9-a9a6f692f568 - status: 200 OK - code: 200 - duration: 29.845041ms - - id: 23 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks/e8031540-8456-4577-8eca-b22aefcce41f - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1085 - uncompressed: false - body: '{"created_at":"2025-09-30T09:23:26.924056Z","default_route_propagation_enabled":false,"dhcp_enabled":true,"id":"e8031540-8456-4577-8eca-b22aefcce41f","name":"test-pool-wait","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","subnets":[{"created_at":"2025-09-30T09:23:26.924056Z","id":"1a606aee-b81a-4842-a8fd-3a157af97f7b","private_network_id":"e8031540-8456-4577-8eca-b22aefcce41f","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","subnet":"172.17.212.0/22","updated_at":"2025-09-30T09:23:26.924056Z","vpc_id":"2b75c506-21b7-471c-ae9a-32fc0bc776d4"},{"created_at":"2025-09-30T09:23:26.924056Z","id":"e70a771a-4279-43b8-9356-c2f0eb5753e1","private_network_id":"e8031540-8456-4577-8eca-b22aefcce41f","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","subnet":"fd5f:519c:6d46:7b7d::/64","updated_at":"2025-09-30T09:23:26.924056Z","vpc_id":"2b75c506-21b7-471c-ae9a-32fc0bc776d4"}],"tags":[],"updated_at":"2025-09-30T09:23:26.924056Z","vpc_id":"2b75c506-21b7-471c-ae9a-32fc0bc776d4"}' - headers: - Content-Length: - - "1085" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:29:42 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 01bce169-8663-4d66-b0f2-36113b22ac11 - status: 200 OK - code: 200 - duration: 26.429708ms - - id: 24 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/9b283563-32f4-4736-9c0c-f5e94a8b15c5 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1595 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://9b283563-32f4-4736-9c0c-f5e94a8b15c5.api.k8s.fr-par.scw.cloud:6443","cni":"calico","commitment_ends_at":"2025-09-30T09:23:27.855054Z","created_at":"2025-09-30T09:23:27.855043Z","description":"","dns_wildcard":"*.9b283563-32f4-4736-9c0c-f5e94a8b15c5.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"53c34d60-da8e-4e98-a53e-08ad28c21a6e","id":"9b283563-32f4-4736-9c0c-f5e94a8b15c5","name":"test-pool-wait","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":"e8031540-8456-4577-8eca-b22aefcce41f","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"","service_dns_ip":"","status":"ready","tags":["terraform-test","scaleway_k8s_cluster","minimal"],"type":"kapsule","updated_at":"2025-09-30T09:25:13.544409Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1595" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:29:42 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 0f119d45-fd6b-40cf-a1de-c70140719f57 - status: 200 OK - code: 200 - duration: 92.502041ms - - id: 25 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/9b283563-32f4-4736-9c0c-f5e94a8b15c5/kubeconfig - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1650 - uncompressed: false - body: '{"content":"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogInRlc3QtcG9vbC13YWl0IgogIGNsdXN0ZXI6CiAgICBjZXJ0aWZpY2F0ZS1hdXRob3JpdHktZGF0YTogTFMwdExTMUNSVWRKVGlCRFJWSlVTVVpKUTBGVVJTMHRMUzB0Q2sxSlNVSlhla05EUVZGSFowRjNTVUpCWjBsQ1FVUkJTMEpuWjNGb2EycFBVRkZSUkVGcVFWWk5VazEzUlZGWlJGWlJVVVJGZDNCeVpGZEtiR050Tld3S1pFZFdlazFDTkZoRVZFa3hUVVJyZVU5VVFUVk5hazE1VGpGdldFUlVUVEZOUkd0NVQxUkJOVTFxVFhsT01XOTNSbFJGVkUxQ1JVZEJNVlZGUVhoTlN3cGhNMVpwV2xoS2RWcFlVbXhqZWtKYVRVSk5SMEo1Y1VkVFRUUTVRV2RGUjBORGNVZFRUVFE1UVhkRlNFRXdTVUZDVUhKUEwySm1ZVGswV2pCbFRXdGhDaXMxWmpGSGMyaG5RM1pNWm14b0syWmtXRlp5WVdZMmJHOXhNVlIxVEdsRFFYZENUR0pSTkV4NFUxUlNNQzgyUWpSNFQzZDBWblJHVTBOaU1tSnhjR2dLZVdSWldVNDVjV3BSYWtKQlRVRTBSMEV4VldSRWQwVkNMM2RSUlVGM1NVTndSRUZRUW1kT1ZraFNUVUpCWmpoRlFsUkJSRUZSU0M5TlFqQkhRVEZWWkFwRVoxRlhRa0pTUkc4NFlYVXphMkUyUW5kbVlYUXpTMGxuWTBWckwzUlVTMnQ2UVV0Q1oyZHhhR3RxVDFCUlVVUkJaMDVKUVVSQ1JrRnBSVUUyVG1aa0NqRnFSVkJ4Y1d4bVFqRlZLMU5CT1dNeGFXdDJORWMwUlUxd05EUlliVVpIVG1Kc1kwZFJRVU5KUWxkVWJTOXFXa3R3VDNSWFdYcE9ZM2hOT0doUmJuQUtTV3gzTUZrMlRXZHhkM1ZSVURSWmJIaHZkemNLTFMwdExTMUZUa1FnUTBWU1ZFbEdTVU5CVkVVdExTMHRMUW89CiAgICBzZXJ2ZXI6IGh0dHBzOi8vOWIyODM1NjMtMzJmNC00NzM2LTljMGMtZjVlOTRhOGIxNWM1LmFwaS5rOHMuZnItcGFyLnNjdy5jbG91ZDo2NDQzCmNvbnRleHRzOgotIG5hbWU6IGFkbWluQHRlc3QtcG9vbC13YWl0CiAgY29udGV4dDoKICAgIGNsdXN0ZXI6ICJ0ZXN0LXBvb2wtd2FpdCIKICAgIHVzZXI6IHRlc3QtcG9vbC13YWl0LWFkbWluCmN1cnJlbnQtY29udGV4dDogYWRtaW5AdGVzdC1wb29sLXdhaXQKa2luZDogQ29uZmlnCnByZWZlcmVuY2VzOiB7fQp1c2VyczoKLSBuYW1lOiB0ZXN0LXBvb2wtd2FpdC1hZG1pbgogIHVzZXI6CiAgICB0b2tlbjogNzV5UnZ4cE1TM1N1elRhamRWQ2VVT2xyMEFTenBqZ0ZKR0lZYllldjVyUWttVFpmaGY3anlHdUc=","content_type":"application/octet-stream","name":"kubeconfig"}' - headers: - Content-Length: - - "1650" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:29:42 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - a6f1b63f-e60a-44e4-b019-acd66fc07cf9 - status: 200 OK - code: 200 - duration: 102.194041ms - - id: 26 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/b5f9447f-c5e8-4033-9d8e-dfacfaba08a9 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 713 - uncompressed: false - body: '{"autohealing":false,"autoscaling":false,"cluster_id":"9b283563-32f4-4736-9c0c-f5e94a8b15c5","container_runtime":"containerd","created_at":"2025-09-30T09:23:33.546561Z","id":"b5f9447f-c5e8-4033-9d8e-dfacfaba08a9","kubelet_args":{},"max_size":1,"min_size":1,"name":"test-pool-wait","new_images_enabled":true,"node_type":"pro2_xxs","placement_group_id":null,"public_ip_disabled":false,"region":"fr-par","root_volume_size":20000000000,"root_volume_type":"sbs_5k","security_group_id":"d49109f7-0bad-4991-b0fb-853c658463d2","size":1,"status":"ready","tags":[],"updated_at":"2025-09-30T09:29:36.491137Z","upgrade_policy":{"max_surge":0,"max_unavailable":1},"version":"1.34.1","zone":"fr-par-1"}' - headers: - Content-Length: - - "713" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:29:42 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - e7c0b4e0-1f81-42d3-a742-cb956735235e - status: 200 OK - code: 200 - duration: 91.975042ms - - id: 27 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/9b283563-32f4-4736-9c0c-f5e94a8b15c5/nodes?order_by=created_at_asc&page=1&pool_id=b5f9447f-c5e8-4033-9d8e-dfacfaba08a9&status=unknown - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 620 - uncompressed: false - body: '{"nodes":[{"cluster_id":"9b283563-32f4-4736-9c0c-f5e94a8b15c5","conditions":{"DiskPressure":"False","MemoryPressure":"False","PIDPressure":"False","Ready":"True"},"created_at":"2025-09-30T09:29:00.316675Z","error_message":"","id":"a31a7dca-b585-4184-a5d5-958d56f65066","name":"scw-test-pool-wait-test-pool-wait-a31a7dcab585","pool_id":"b5f9447f-c5e8-4033-9d8e-dfacfaba08a9","provider_id":"scaleway://instance/fr-par-1/00522319-26a3-4602-833a-d085bc2a8ae0","public_ip_v4":"212.47.234.198","public_ip_v6":null,"region":"fr-par","status":"ready","updated_at":"2025-09-30T09:29:36.480729Z"}],"total_count":1}' - headers: - Content-Length: - - "620" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:29:42 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 989581af-fff0-4f8b-b26e-ea10a73afe51 - status: 200 OK - code: 200 - duration: 86.631667ms - - id: 28 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/9b283563-32f4-4736-9c0c-f5e94a8b15c5 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1595 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://9b283563-32f4-4736-9c0c-f5e94a8b15c5.api.k8s.fr-par.scw.cloud:6443","cni":"calico","commitment_ends_at":"2025-09-30T09:23:27.855054Z","created_at":"2025-09-30T09:23:27.855043Z","description":"","dns_wildcard":"*.9b283563-32f4-4736-9c0c-f5e94a8b15c5.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"53c34d60-da8e-4e98-a53e-08ad28c21a6e","id":"9b283563-32f4-4736-9c0c-f5e94a8b15c5","name":"test-pool-wait","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":"e8031540-8456-4577-8eca-b22aefcce41f","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"","service_dns_ip":"","status":"ready","tags":["terraform-test","scaleway_k8s_cluster","minimal"],"type":"kapsule","updated_at":"2025-09-30T09:25:13.544409Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1595" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:29:43 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 6f91757c-aecd-4233-9818-cebaa8dcbec5 - status: 200 OK - code: 200 - duration: 83.716666ms - - id: 29 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/ipam/v1/regions/fr-par/ips?order_by=created_at_desc&project_id=105bdce1-64c0-48ab-899d-868455867ecf&resource_name=scw-test-pool-wait-test-pool-wait-a31a7dcab585&resource_type=unknown_type - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1123 - uncompressed: false - body: '{"ips":[{"address":"fd5f:519c:6d46:7b7d:cd40:e2d7:2c0d:48c5/64","created_at":"2025-09-30T09:29:05.114401Z","id":"16abe70a-02f8-4661-9c18-7285ca12daf7","is_ipv6":true,"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","resource":{"id":"da79e85c-b55b-4a0a-9d35-3e6ac893af6a","mac_address":"02:00:00:1E:7E:50","name":"scw-test-pool-wait-test-pool-wait-a31a7dcab585","type":"instance_private_nic"},"reverses":[],"source":{"subnet_id":"e70a771a-4279-43b8-9356-c2f0eb5753e1"},"tags":[],"updated_at":"2025-09-30T09:29:05.114401Z","zone":null},{"address":"172.17.212.3/22","created_at":"2025-09-30T09:29:04.995629Z","id":"eaddda75-ad46-4a0c-aa0e-c7fabbb7115e","is_ipv6":false,"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","resource":{"id":"da79e85c-b55b-4a0a-9d35-3e6ac893af6a","mac_address":"02:00:00:1E:7E:50","name":"scw-test-pool-wait-test-pool-wait-a31a7dcab585","type":"instance_private_nic"},"reverses":[],"source":{"subnet_id":"1a606aee-b81a-4842-a8fd-3a157af97f7b"},"tags":[],"updated_at":"2025-09-30T09:29:04.995629Z","zone":null}],"total_count":2}' - headers: - Content-Length: - - "1123" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:29:43 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 138b8cbb-6df1-4a93-96e9-f1eee6aa8d01 - status: 200 OK - code: 200 - duration: 41.104458ms - - id: 30 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/fr-par/vpcs/2b75c506-21b7-471c-ae9a-32fc0bc776d4 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 415 - uncompressed: false - body: '{"created_at":"2025-09-30T09:23:26.830186Z","custom_routes_propagation_enabled":true,"id":"2b75c506-21b7-471c-ae9a-32fc0bc776d4","is_default":false,"name":"tf-vpc-kind-cohen","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","private_network_count":1,"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","routing_enabled":true,"tags":[],"updated_at":"2025-09-30T09:23:26.830186Z"}' - headers: - Content-Length: - - "415" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:29:43 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 68d08fb2-7cd6-4f34-a25e-885c7f7401ea - status: 200 OK - code: 200 - duration: 30.21325ms - - id: 31 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks/e8031540-8456-4577-8eca-b22aefcce41f - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1085 - uncompressed: false - body: '{"created_at":"2025-09-30T09:23:26.924056Z","default_route_propagation_enabled":false,"dhcp_enabled":true,"id":"e8031540-8456-4577-8eca-b22aefcce41f","name":"test-pool-wait","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","subnets":[{"created_at":"2025-09-30T09:23:26.924056Z","id":"1a606aee-b81a-4842-a8fd-3a157af97f7b","private_network_id":"e8031540-8456-4577-8eca-b22aefcce41f","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","subnet":"172.17.212.0/22","updated_at":"2025-09-30T09:23:26.924056Z","vpc_id":"2b75c506-21b7-471c-ae9a-32fc0bc776d4"},{"created_at":"2025-09-30T09:23:26.924056Z","id":"e70a771a-4279-43b8-9356-c2f0eb5753e1","private_network_id":"e8031540-8456-4577-8eca-b22aefcce41f","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","subnet":"fd5f:519c:6d46:7b7d::/64","updated_at":"2025-09-30T09:23:26.924056Z","vpc_id":"2b75c506-21b7-471c-ae9a-32fc0bc776d4"}],"tags":[],"updated_at":"2025-09-30T09:23:26.924056Z","vpc_id":"2b75c506-21b7-471c-ae9a-32fc0bc776d4"}' - headers: - Content-Length: - - "1085" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:29:43 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 666f29a1-0cbf-4942-855d-392445f49740 - status: 200 OK - code: 200 - duration: 22.288792ms - - id: 32 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/9b283563-32f4-4736-9c0c-f5e94a8b15c5 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1595 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://9b283563-32f4-4736-9c0c-f5e94a8b15c5.api.k8s.fr-par.scw.cloud:6443","cni":"calico","commitment_ends_at":"2025-09-30T09:23:27.855054Z","created_at":"2025-09-30T09:23:27.855043Z","description":"","dns_wildcard":"*.9b283563-32f4-4736-9c0c-f5e94a8b15c5.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"53c34d60-da8e-4e98-a53e-08ad28c21a6e","id":"9b283563-32f4-4736-9c0c-f5e94a8b15c5","name":"test-pool-wait","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":"e8031540-8456-4577-8eca-b22aefcce41f","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"","service_dns_ip":"","status":"ready","tags":["terraform-test","scaleway_k8s_cluster","minimal"],"type":"kapsule","updated_at":"2025-09-30T09:25:13.544409Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1595" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:29:43 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 9a804170-a154-4086-a753-863a99dedebc - status: 200 OK - code: 200 - duration: 77.177666ms - - id: 33 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/9b283563-32f4-4736-9c0c-f5e94a8b15c5/kubeconfig - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1650 - uncompressed: false - body: '{"content":"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogInRlc3QtcG9vbC13YWl0IgogIGNsdXN0ZXI6CiAgICBjZXJ0aWZpY2F0ZS1hdXRob3JpdHktZGF0YTogTFMwdExTMUNSVWRKVGlCRFJWSlVTVVpKUTBGVVJTMHRMUzB0Q2sxSlNVSlhla05EUVZGSFowRjNTVUpCWjBsQ1FVUkJTMEpuWjNGb2EycFBVRkZSUkVGcVFWWk5VazEzUlZGWlJGWlJVVVJGZDNCeVpGZEtiR050Tld3S1pFZFdlazFDTkZoRVZFa3hUVVJyZVU5VVFUVk5hazE1VGpGdldFUlVUVEZOUkd0NVQxUkJOVTFxVFhsT01XOTNSbFJGVkUxQ1JVZEJNVlZGUVhoTlN3cGhNMVpwV2xoS2RWcFlVbXhqZWtKYVRVSk5SMEo1Y1VkVFRUUTVRV2RGUjBORGNVZFRUVFE1UVhkRlNFRXdTVUZDVUhKUEwySm1ZVGswV2pCbFRXdGhDaXMxWmpGSGMyaG5RM1pNWm14b0syWmtXRlp5WVdZMmJHOXhNVlIxVEdsRFFYZENUR0pSTkV4NFUxUlNNQzgyUWpSNFQzZDBWblJHVTBOaU1tSnhjR2dLZVdSWldVNDVjV3BSYWtKQlRVRTBSMEV4VldSRWQwVkNMM2RSUlVGM1NVTndSRUZRUW1kT1ZraFNUVUpCWmpoRlFsUkJSRUZSU0M5TlFqQkhRVEZWWkFwRVoxRlhRa0pTUkc4NFlYVXphMkUyUW5kbVlYUXpTMGxuWTBWckwzUlVTMnQ2UVV0Q1oyZHhhR3RxVDFCUlVVUkJaMDVKUVVSQ1JrRnBSVUUyVG1aa0NqRnFSVkJ4Y1d4bVFqRlZLMU5CT1dNeGFXdDJORWMwUlUxd05EUlliVVpIVG1Kc1kwZFJRVU5KUWxkVWJTOXFXa3R3VDNSWFdYcE9ZM2hOT0doUmJuQUtTV3gzTUZrMlRXZHhkM1ZSVURSWmJIaHZkemNLTFMwdExTMUZUa1FnUTBWU1ZFbEdTVU5CVkVVdExTMHRMUW89CiAgICBzZXJ2ZXI6IGh0dHBzOi8vOWIyODM1NjMtMzJmNC00NzM2LTljMGMtZjVlOTRhOGIxNWM1LmFwaS5rOHMuZnItcGFyLnNjdy5jbG91ZDo2NDQzCmNvbnRleHRzOgotIG5hbWU6IGFkbWluQHRlc3QtcG9vbC13YWl0CiAgY29udGV4dDoKICAgIGNsdXN0ZXI6ICJ0ZXN0LXBvb2wtd2FpdCIKICAgIHVzZXI6IHRlc3QtcG9vbC13YWl0LWFkbWluCmN1cnJlbnQtY29udGV4dDogYWRtaW5AdGVzdC1wb29sLXdhaXQKa2luZDogQ29uZmlnCnByZWZlcmVuY2VzOiB7fQp1c2VyczoKLSBuYW1lOiB0ZXN0LXBvb2wtd2FpdC1hZG1pbgogIHVzZXI6CiAgICB0b2tlbjogNzV5UnZ4cE1TM1N1elRhamRWQ2VVT2xyMEFTenBqZ0ZKR0lZYllldjVyUWttVFpmaGY3anlHdUc=","content_type":"application/octet-stream","name":"kubeconfig"}' - headers: - Content-Length: - - "1650" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:29:43 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 1378c8e1-0e50-4063-91e4-3db3a0da66d6 - status: 200 OK - code: 200 - duration: 82.518708ms - - id: 34 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/b5f9447f-c5e8-4033-9d8e-dfacfaba08a9 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 713 - uncompressed: false - body: '{"autohealing":false,"autoscaling":false,"cluster_id":"9b283563-32f4-4736-9c0c-f5e94a8b15c5","container_runtime":"containerd","created_at":"2025-09-30T09:23:33.546561Z","id":"b5f9447f-c5e8-4033-9d8e-dfacfaba08a9","kubelet_args":{},"max_size":1,"min_size":1,"name":"test-pool-wait","new_images_enabled":true,"node_type":"pro2_xxs","placement_group_id":null,"public_ip_disabled":false,"region":"fr-par","root_volume_size":20000000000,"root_volume_type":"sbs_5k","security_group_id":"d49109f7-0bad-4991-b0fb-853c658463d2","size":1,"status":"ready","tags":[],"updated_at":"2025-09-30T09:29:36.491137Z","upgrade_policy":{"max_surge":0,"max_unavailable":1},"version":"1.34.1","zone":"fr-par-1"}' - headers: - Content-Length: - - "713" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:29:43 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - b1c38409-b553-4513-b39b-022d7e8e6f79 - status: 200 OK - code: 200 - duration: 79.670959ms - - id: 35 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/9b283563-32f4-4736-9c0c-f5e94a8b15c5/nodes?order_by=created_at_asc&page=1&pool_id=b5f9447f-c5e8-4033-9d8e-dfacfaba08a9&status=unknown - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 620 - uncompressed: false - body: '{"nodes":[{"cluster_id":"9b283563-32f4-4736-9c0c-f5e94a8b15c5","conditions":{"DiskPressure":"False","MemoryPressure":"False","PIDPressure":"False","Ready":"True"},"created_at":"2025-09-30T09:29:00.316675Z","error_message":"","id":"a31a7dca-b585-4184-a5d5-958d56f65066","name":"scw-test-pool-wait-test-pool-wait-a31a7dcab585","pool_id":"b5f9447f-c5e8-4033-9d8e-dfacfaba08a9","provider_id":"scaleway://instance/fr-par-1/00522319-26a3-4602-833a-d085bc2a8ae0","public_ip_v4":"212.47.234.198","public_ip_v6":null,"region":"fr-par","status":"ready","updated_at":"2025-09-30T09:29:36.480729Z"}],"total_count":1}' - headers: - Content-Length: - - "620" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:29:43 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 09e735f9-2790-4e8e-8776-d5800f39ba24 - status: 200 OK - code: 200 - duration: 87.632583ms - - id: 36 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/9b283563-32f4-4736-9c0c-f5e94a8b15c5 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1595 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://9b283563-32f4-4736-9c0c-f5e94a8b15c5.api.k8s.fr-par.scw.cloud:6443","cni":"calico","commitment_ends_at":"2025-09-30T09:23:27.855054Z","created_at":"2025-09-30T09:23:27.855043Z","description":"","dns_wildcard":"*.9b283563-32f4-4736-9c0c-f5e94a8b15c5.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"53c34d60-da8e-4e98-a53e-08ad28c21a6e","id":"9b283563-32f4-4736-9c0c-f5e94a8b15c5","name":"test-pool-wait","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":"e8031540-8456-4577-8eca-b22aefcce41f","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"","service_dns_ip":"","status":"ready","tags":["terraform-test","scaleway_k8s_cluster","minimal"],"type":"kapsule","updated_at":"2025-09-30T09:25:13.544409Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1595" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:29:43 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 91e97cf1-bab8-48b1-ab92-de301fd6ad05 - status: 200 OK - code: 200 - duration: 76.692833ms - - id: 37 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/ipam/v1/regions/fr-par/ips?order_by=created_at_desc&project_id=105bdce1-64c0-48ab-899d-868455867ecf&resource_name=scw-test-pool-wait-test-pool-wait-a31a7dcab585&resource_type=unknown_type - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1123 - uncompressed: false - body: '{"ips":[{"address":"fd5f:519c:6d46:7b7d:cd40:e2d7:2c0d:48c5/64","created_at":"2025-09-30T09:29:05.114401Z","id":"16abe70a-02f8-4661-9c18-7285ca12daf7","is_ipv6":true,"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","resource":{"id":"da79e85c-b55b-4a0a-9d35-3e6ac893af6a","mac_address":"02:00:00:1E:7E:50","name":"scw-test-pool-wait-test-pool-wait-a31a7dcab585","type":"instance_private_nic"},"reverses":[],"source":{"subnet_id":"e70a771a-4279-43b8-9356-c2f0eb5753e1"},"tags":[],"updated_at":"2025-09-30T09:29:05.114401Z","zone":null},{"address":"172.17.212.3/22","created_at":"2025-09-30T09:29:04.995629Z","id":"eaddda75-ad46-4a0c-aa0e-c7fabbb7115e","is_ipv6":false,"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","resource":{"id":"da79e85c-b55b-4a0a-9d35-3e6ac893af6a","mac_address":"02:00:00:1E:7E:50","name":"scw-test-pool-wait-test-pool-wait-a31a7dcab585","type":"instance_private_nic"},"reverses":[],"source":{"subnet_id":"1a606aee-b81a-4842-a8fd-3a157af97f7b"},"tags":[],"updated_at":"2025-09-30T09:29:04.995629Z","zone":null}],"total_count":2}' - headers: - Content-Length: - - "1123" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:29:43 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - e33b4237-8680-40ce-9816-e605d0afba5d - status: 200 OK - code: 200 - duration: 55.611ms - - id: 38 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/9b283563-32f4-4736-9c0c-f5e94a8b15c5 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1595 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://9b283563-32f4-4736-9c0c-f5e94a8b15c5.api.k8s.fr-par.scw.cloud:6443","cni":"calico","commitment_ends_at":"2025-09-30T09:23:27.855054Z","created_at":"2025-09-30T09:23:27.855043Z","description":"","dns_wildcard":"*.9b283563-32f4-4736-9c0c-f5e94a8b15c5.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"53c34d60-da8e-4e98-a53e-08ad28c21a6e","id":"9b283563-32f4-4736-9c0c-f5e94a8b15c5","name":"test-pool-wait","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":"e8031540-8456-4577-8eca-b22aefcce41f","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"","service_dns_ip":"","status":"ready","tags":["terraform-test","scaleway_k8s_cluster","minimal"],"type":"kapsule","updated_at":"2025-09-30T09:25:13.544409Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1595" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:29:44 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 076ff0f4-0b13-45ac-8cf5-4a5de8ff7df5 - status: 200 OK - code: 200 - duration: 88.37025ms - - id: 39 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 272 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: '{"name":"test-pool-wait-2","node_type":"pro2_xxs","autoscaling":false,"size":1,"min_size":1,"max_size":1,"container_runtime":"containerd","autohealing":false,"tags":[],"kubelet_args":{},"zone":"fr-par-1","root_volume_type":"default_volume_type","public_ip_disabled":false}' - form: {} - headers: - Content-Type: - - application/json - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/9b283563-32f4-4736-9c0c-f5e94a8b15c5/pools - method: POST - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 717 - uncompressed: false - body: '{"autohealing":false,"autoscaling":false,"cluster_id":"9b283563-32f4-4736-9c0c-f5e94a8b15c5","container_runtime":"containerd","created_at":"2025-09-30T09:29:44.189116Z","id":"e3b97d34-64e0-4102-95cd-aa49642c28b8","kubelet_args":{},"max_size":1,"min_size":1,"name":"test-pool-wait-2","new_images_enabled":true,"node_type":"pro2_xxs","placement_group_id":null,"public_ip_disabled":false,"region":"fr-par","root_volume_size":20000000000,"root_volume_type":"sbs_5k","security_group_id":"d49109f7-0bad-4991-b0fb-853c658463d2","size":1,"status":"scaling","tags":[],"updated_at":"2025-09-30T09:29:44.189116Z","upgrade_policy":{"max_surge":0,"max_unavailable":1},"version":"1.34.1","zone":"fr-par-1"}' - headers: - Content-Length: - - "717" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:29:44 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 87684c4b-ece4-45e6-946d-95da3d705f93 - status: 200 OK - code: 200 - duration: 164.451916ms - - id: 40 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/e3b97d34-64e0-4102-95cd-aa49642c28b8 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 717 - uncompressed: false - body: '{"autohealing":false,"autoscaling":false,"cluster_id":"9b283563-32f4-4736-9c0c-f5e94a8b15c5","container_runtime":"containerd","created_at":"2025-09-30T09:29:44.189116Z","id":"e3b97d34-64e0-4102-95cd-aa49642c28b8","kubelet_args":{},"max_size":1,"min_size":1,"name":"test-pool-wait-2","new_images_enabled":true,"node_type":"pro2_xxs","placement_group_id":null,"public_ip_disabled":false,"region":"fr-par","root_volume_size":20000000000,"root_volume_type":"sbs_5k","security_group_id":"d49109f7-0bad-4991-b0fb-853c658463d2","size":1,"status":"scaling","tags":[],"updated_at":"2025-09-30T09:29:44.189116Z","upgrade_policy":{"max_surge":0,"max_unavailable":1},"version":"1.34.1","zone":"fr-par-1"}' - headers: - Content-Length: - - "717" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:29:44 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 612e4cb6-d3a7-4c69-9c2f-efd93859e5f2 - status: 200 OK - code: 200 - duration: 87.685625ms - - id: 41 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/e3b97d34-64e0-4102-95cd-aa49642c28b8 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 715 - uncompressed: false - body: '{"autohealing":false,"autoscaling":false,"cluster_id":"9b283563-32f4-4736-9c0c-f5e94a8b15c5","container_runtime":"containerd","created_at":"2025-09-30T09:29:44.189116Z","id":"e3b97d34-64e0-4102-95cd-aa49642c28b8","kubelet_args":{},"max_size":1,"min_size":1,"name":"test-pool-wait-2","new_images_enabled":true,"node_type":"pro2_xxs","placement_group_id":null,"public_ip_disabled":false,"region":"fr-par","root_volume_size":20000000000,"root_volume_type":"sbs_5k","security_group_id":"d49109f7-0bad-4991-b0fb-853c658463d2","size":1,"status":"ready","tags":[],"updated_at":"2025-09-30T09:30:23.198708Z","upgrade_policy":{"max_surge":0,"max_unavailable":1},"version":"1.34.1","zone":"fr-par-1"}' - headers: - Content-Length: - - "715" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:30:25 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 345eff73-757f-470c-990c-4b4b46ce7138 - status: 200 OK - code: 200 - duration: 125.502792ms - - id: 42 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/9b283563-32f4-4736-9c0c-f5e94a8b15c5 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1595 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://9b283563-32f4-4736-9c0c-f5e94a8b15c5.api.k8s.fr-par.scw.cloud:6443","cni":"calico","commitment_ends_at":"2025-09-30T09:23:27.855054Z","created_at":"2025-09-30T09:23:27.855043Z","description":"","dns_wildcard":"*.9b283563-32f4-4736-9c0c-f5e94a8b15c5.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"53c34d60-da8e-4e98-a53e-08ad28c21a6e","id":"9b283563-32f4-4736-9c0c-f5e94a8b15c5","name":"test-pool-wait","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":"e8031540-8456-4577-8eca-b22aefcce41f","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"","service_dns_ip":"","status":"ready","tags":["terraform-test","scaleway_k8s_cluster","minimal"],"type":"kapsule","updated_at":"2025-09-30T09:25:13.544409Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1595" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:30:25 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - ae772892-8827-4f62-b535-0883922390a8 - status: 200 OK - code: 200 - duration: 92.990959ms - - id: 43 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/e3b97d34-64e0-4102-95cd-aa49642c28b8 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 715 - uncompressed: false - body: '{"autohealing":false,"autoscaling":false,"cluster_id":"9b283563-32f4-4736-9c0c-f5e94a8b15c5","container_runtime":"containerd","created_at":"2025-09-30T09:29:44.189116Z","id":"e3b97d34-64e0-4102-95cd-aa49642c28b8","kubelet_args":{},"max_size":1,"min_size":1,"name":"test-pool-wait-2","new_images_enabled":true,"node_type":"pro2_xxs","placement_group_id":null,"public_ip_disabled":false,"region":"fr-par","root_volume_size":20000000000,"root_volume_type":"sbs_5k","security_group_id":"d49109f7-0bad-4991-b0fb-853c658463d2","size":1,"status":"ready","tags":[],"updated_at":"2025-09-30T09:30:23.198708Z","upgrade_policy":{"max_surge":0,"max_unavailable":1},"version":"1.34.1","zone":"fr-par-1"}' - headers: - Content-Length: - - "715" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:30:25 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 0b626b4a-5cb4-4b3b-a89b-f1c62de18cc3 - status: 200 OK - code: 200 - duration: 77.982708ms - - id: 44 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/9b283563-32f4-4736-9c0c-f5e94a8b15c5/nodes?order_by=created_at_asc&page=1&pool_id=e3b97d34-64e0-4102-95cd-aa49642c28b8&status=unknown - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 619 - uncompressed: false - body: '{"nodes":[{"cluster_id":"9b283563-32f4-4736-9c0c-f5e94a8b15c5","conditions":{"DiskPressure":"False","MemoryPressure":"False","PIDPressure":"False","Ready":"True"},"created_at":"2025-09-30T09:29:44.522141Z","error_message":"","id":"a786b111-12b5-4bb6-976a-af0e639cdcf7","name":"scw-test-pool-wait-test-pool-wait-2-a786b11112","pool_id":"e3b97d34-64e0-4102-95cd-aa49642c28b8","provider_id":"scaleway://instance/fr-par-1/b2a04bc9-d03e-43c4-b666-696239f0a30d","public_ip_v4":"51.158.64.118","public_ip_v6":null,"region":"fr-par","status":"ready","updated_at":"2025-09-30T09:30:23.186563Z"}],"total_count":1}' - headers: - Content-Length: - - "619" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:30:25 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 554bf2ae-b386-44a1-9356-1b069d135172 - status: 200 OK - code: 200 - duration: 77.750584ms - - id: 45 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/9b283563-32f4-4736-9c0c-f5e94a8b15c5 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1595 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://9b283563-32f4-4736-9c0c-f5e94a8b15c5.api.k8s.fr-par.scw.cloud:6443","cni":"calico","commitment_ends_at":"2025-09-30T09:23:27.855054Z","created_at":"2025-09-30T09:23:27.855043Z","description":"","dns_wildcard":"*.9b283563-32f4-4736-9c0c-f5e94a8b15c5.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"53c34d60-da8e-4e98-a53e-08ad28c21a6e","id":"9b283563-32f4-4736-9c0c-f5e94a8b15c5","name":"test-pool-wait","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":"e8031540-8456-4577-8eca-b22aefcce41f","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"","service_dns_ip":"","status":"ready","tags":["terraform-test","scaleway_k8s_cluster","minimal"],"type":"kapsule","updated_at":"2025-09-30T09:25:13.544409Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1595" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:30:25 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 0fe0d138-5011-48e9-b0c5-bfa102d8f80f - status: 200 OK - code: 200 - duration: 89.061666ms - - id: 46 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/ipam/v1/regions/fr-par/ips?order_by=created_at_desc&project_id=105bdce1-64c0-48ab-899d-868455867ecf&resource_name=scw-test-pool-wait-test-pool-wait-2-a786b11112&resource_type=unknown_type - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1122 - uncompressed: false - body: '{"ips":[{"address":"fd5f:519c:6d46:7b7d:aad8:37c1:c69d:505/64","created_at":"2025-09-30T09:29:48.096660Z","id":"f801001c-9477-454e-9d79-83b589af8cfd","is_ipv6":true,"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","resource":{"id":"3c2b22e5-2445-4778-a6bc-c494f969e3df","mac_address":"02:00:00:1D:6A:F2","name":"scw-test-pool-wait-test-pool-wait-2-a786b11112","type":"instance_private_nic"},"reverses":[],"source":{"subnet_id":"e70a771a-4279-43b8-9356-c2f0eb5753e1"},"tags":[],"updated_at":"2025-09-30T09:29:48.096660Z","zone":null},{"address":"172.17.212.4/22","created_at":"2025-09-30T09:29:47.975113Z","id":"55bfbf30-bcbe-44ee-b90c-45ef318498dd","is_ipv6":false,"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","resource":{"id":"3c2b22e5-2445-4778-a6bc-c494f969e3df","mac_address":"02:00:00:1D:6A:F2","name":"scw-test-pool-wait-test-pool-wait-2-a786b11112","type":"instance_private_nic"},"reverses":[],"source":{"subnet_id":"1a606aee-b81a-4842-a8fd-3a157af97f7b"},"tags":[],"updated_at":"2025-09-30T09:29:47.975113Z","zone":null}],"total_count":2}' - headers: - Content-Length: - - "1122" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:30:25 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 433c1c4a-a5f0-4e3c-93d3-1fe107ed9f8f - status: 200 OK - code: 200 - duration: 39.001916ms - - id: 47 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/9b283563-32f4-4736-9c0c-f5e94a8b15c5 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1595 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://9b283563-32f4-4736-9c0c-f5e94a8b15c5.api.k8s.fr-par.scw.cloud:6443","cni":"calico","commitment_ends_at":"2025-09-30T09:23:27.855054Z","created_at":"2025-09-30T09:23:27.855043Z","description":"","dns_wildcard":"*.9b283563-32f4-4736-9c0c-f5e94a8b15c5.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"53c34d60-da8e-4e98-a53e-08ad28c21a6e","id":"9b283563-32f4-4736-9c0c-f5e94a8b15c5","name":"test-pool-wait","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":"e8031540-8456-4577-8eca-b22aefcce41f","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"","service_dns_ip":"","status":"ready","tags":["terraform-test","scaleway_k8s_cluster","minimal"],"type":"kapsule","updated_at":"2025-09-30T09:25:13.544409Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1595" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:30:25 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 561bbc70-c412-45ec-8b72-86286fdf7ef1 - status: 200 OK - code: 200 - duration: 79.120459ms - - id: 48 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/e3b97d34-64e0-4102-95cd-aa49642c28b8 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 715 - uncompressed: false - body: '{"autohealing":false,"autoscaling":false,"cluster_id":"9b283563-32f4-4736-9c0c-f5e94a8b15c5","container_runtime":"containerd","created_at":"2025-09-30T09:29:44.189116Z","id":"e3b97d34-64e0-4102-95cd-aa49642c28b8","kubelet_args":{},"max_size":1,"min_size":1,"name":"test-pool-wait-2","new_images_enabled":true,"node_type":"pro2_xxs","placement_group_id":null,"public_ip_disabled":false,"region":"fr-par","root_volume_size":20000000000,"root_volume_type":"sbs_5k","security_group_id":"d49109f7-0bad-4991-b0fb-853c658463d2","size":1,"status":"ready","tags":[],"updated_at":"2025-09-30T09:30:23.198708Z","upgrade_policy":{"max_surge":0,"max_unavailable":1},"version":"1.34.1","zone":"fr-par-1"}' - headers: - Content-Length: - - "715" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:30:25 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - feb8da4e-5d42-4856-82c0-f96b5bb9594c - status: 200 OK - code: 200 - duration: 91.940875ms - - id: 49 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/fr-par/vpcs/2b75c506-21b7-471c-ae9a-32fc0bc776d4 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 415 - uncompressed: false - body: '{"created_at":"2025-09-30T09:23:26.830186Z","custom_routes_propagation_enabled":true,"id":"2b75c506-21b7-471c-ae9a-32fc0bc776d4","is_default":false,"name":"tf-vpc-kind-cohen","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","private_network_count":1,"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","routing_enabled":true,"tags":[],"updated_at":"2025-09-30T09:23:26.830186Z"}' - headers: - Content-Length: - - "415" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:30:26 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - e92eecbd-9e12-4f0b-915a-c94da1ae2464 - status: 200 OK - code: 200 - duration: 30.39275ms - - id: 50 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks/e8031540-8456-4577-8eca-b22aefcce41f - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1085 - uncompressed: false - body: '{"created_at":"2025-09-30T09:23:26.924056Z","default_route_propagation_enabled":false,"dhcp_enabled":true,"id":"e8031540-8456-4577-8eca-b22aefcce41f","name":"test-pool-wait","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","subnets":[{"created_at":"2025-09-30T09:23:26.924056Z","id":"1a606aee-b81a-4842-a8fd-3a157af97f7b","private_network_id":"e8031540-8456-4577-8eca-b22aefcce41f","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","subnet":"172.17.212.0/22","updated_at":"2025-09-30T09:23:26.924056Z","vpc_id":"2b75c506-21b7-471c-ae9a-32fc0bc776d4"},{"created_at":"2025-09-30T09:23:26.924056Z","id":"e70a771a-4279-43b8-9356-c2f0eb5753e1","private_network_id":"e8031540-8456-4577-8eca-b22aefcce41f","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","subnet":"fd5f:519c:6d46:7b7d::/64","updated_at":"2025-09-30T09:23:26.924056Z","vpc_id":"2b75c506-21b7-471c-ae9a-32fc0bc776d4"}],"tags":[],"updated_at":"2025-09-30T09:23:26.924056Z","vpc_id":"2b75c506-21b7-471c-ae9a-32fc0bc776d4"}' - headers: - Content-Length: - - "1085" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:30:26 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - a30aab8b-7add-48d3-91f6-ab6a91fa55bf - status: 200 OK - code: 200 - duration: 25.924209ms - - id: 51 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/9b283563-32f4-4736-9c0c-f5e94a8b15c5 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1595 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://9b283563-32f4-4736-9c0c-f5e94a8b15c5.api.k8s.fr-par.scw.cloud:6443","cni":"calico","commitment_ends_at":"2025-09-30T09:23:27.855054Z","created_at":"2025-09-30T09:23:27.855043Z","description":"","dns_wildcard":"*.9b283563-32f4-4736-9c0c-f5e94a8b15c5.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"53c34d60-da8e-4e98-a53e-08ad28c21a6e","id":"9b283563-32f4-4736-9c0c-f5e94a8b15c5","name":"test-pool-wait","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":"e8031540-8456-4577-8eca-b22aefcce41f","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"","service_dns_ip":"","status":"ready","tags":["terraform-test","scaleway_k8s_cluster","minimal"],"type":"kapsule","updated_at":"2025-09-30T09:25:13.544409Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1595" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:30:26 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - f56958b1-40a1-4686-bb42-08b677ce5ec3 - status: 200 OK - code: 200 - duration: 106.219167ms - - id: 52 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/9b283563-32f4-4736-9c0c-f5e94a8b15c5/kubeconfig - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1650 - uncompressed: false - body: '{"content":"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogInRlc3QtcG9vbC13YWl0IgogIGNsdXN0ZXI6CiAgICBjZXJ0aWZpY2F0ZS1hdXRob3JpdHktZGF0YTogTFMwdExTMUNSVWRKVGlCRFJWSlVTVVpKUTBGVVJTMHRMUzB0Q2sxSlNVSlhla05EUVZGSFowRjNTVUpCWjBsQ1FVUkJTMEpuWjNGb2EycFBVRkZSUkVGcVFWWk5VazEzUlZGWlJGWlJVVVJGZDNCeVpGZEtiR050Tld3S1pFZFdlazFDTkZoRVZFa3hUVVJyZVU5VVFUVk5hazE1VGpGdldFUlVUVEZOUkd0NVQxUkJOVTFxVFhsT01XOTNSbFJGVkUxQ1JVZEJNVlZGUVhoTlN3cGhNMVpwV2xoS2RWcFlVbXhqZWtKYVRVSk5SMEo1Y1VkVFRUUTVRV2RGUjBORGNVZFRUVFE1UVhkRlNFRXdTVUZDVUhKUEwySm1ZVGswV2pCbFRXdGhDaXMxWmpGSGMyaG5RM1pNWm14b0syWmtXRlp5WVdZMmJHOXhNVlIxVEdsRFFYZENUR0pSTkV4NFUxUlNNQzgyUWpSNFQzZDBWblJHVTBOaU1tSnhjR2dLZVdSWldVNDVjV3BSYWtKQlRVRTBSMEV4VldSRWQwVkNMM2RSUlVGM1NVTndSRUZRUW1kT1ZraFNUVUpCWmpoRlFsUkJSRUZSU0M5TlFqQkhRVEZWWkFwRVoxRlhRa0pTUkc4NFlYVXphMkUyUW5kbVlYUXpTMGxuWTBWckwzUlVTMnQ2UVV0Q1oyZHhhR3RxVDFCUlVVUkJaMDVKUVVSQ1JrRnBSVUUyVG1aa0NqRnFSVkJ4Y1d4bVFqRlZLMU5CT1dNeGFXdDJORWMwUlUxd05EUlliVVpIVG1Kc1kwZFJRVU5KUWxkVWJTOXFXa3R3VDNSWFdYcE9ZM2hOT0doUmJuQUtTV3gzTUZrMlRXZHhkM1ZSVURSWmJIaHZkemNLTFMwdExTMUZUa1FnUTBWU1ZFbEdTVU5CVkVVdExTMHRMUW89CiAgICBzZXJ2ZXI6IGh0dHBzOi8vOWIyODM1NjMtMzJmNC00NzM2LTljMGMtZjVlOTRhOGIxNWM1LmFwaS5rOHMuZnItcGFyLnNjdy5jbG91ZDo2NDQzCmNvbnRleHRzOgotIG5hbWU6IGFkbWluQHRlc3QtcG9vbC13YWl0CiAgY29udGV4dDoKICAgIGNsdXN0ZXI6ICJ0ZXN0LXBvb2wtd2FpdCIKICAgIHVzZXI6IHRlc3QtcG9vbC13YWl0LWFkbWluCmN1cnJlbnQtY29udGV4dDogYWRtaW5AdGVzdC1wb29sLXdhaXQKa2luZDogQ29uZmlnCnByZWZlcmVuY2VzOiB7fQp1c2VyczoKLSBuYW1lOiB0ZXN0LXBvb2wtd2FpdC1hZG1pbgogIHVzZXI6CiAgICB0b2tlbjogNzV5UnZ4cE1TM1N1elRhamRWQ2VVT2xyMEFTenBqZ0ZKR0lZYllldjVyUWttVFpmaGY3anlHdUc=","content_type":"application/octet-stream","name":"kubeconfig"}' - headers: - Content-Length: - - "1650" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:30:26 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 3a85e77b-ad6e-4328-9535-5a13e26cc47c - status: 200 OK - code: 200 - duration: 86.241792ms - - id: 53 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/b5f9447f-c5e8-4033-9d8e-dfacfaba08a9 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 713 - uncompressed: false - body: '{"autohealing":false,"autoscaling":false,"cluster_id":"9b283563-32f4-4736-9c0c-f5e94a8b15c5","container_runtime":"containerd","created_at":"2025-09-30T09:23:33.546561Z","id":"b5f9447f-c5e8-4033-9d8e-dfacfaba08a9","kubelet_args":{},"max_size":1,"min_size":1,"name":"test-pool-wait","new_images_enabled":true,"node_type":"pro2_xxs","placement_group_id":null,"public_ip_disabled":false,"region":"fr-par","root_volume_size":20000000000,"root_volume_type":"sbs_5k","security_group_id":"d49109f7-0bad-4991-b0fb-853c658463d2","size":1,"status":"ready","tags":[],"updated_at":"2025-09-30T09:29:36.491137Z","upgrade_policy":{"max_surge":0,"max_unavailable":1},"version":"1.34.1","zone":"fr-par-1"}' - headers: - Content-Length: - - "713" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:30:26 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - aa2d007c-3263-43b0-bbf7-e14c3afdd218 - status: 200 OK - code: 200 - duration: 89.072875ms - - id: 54 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/e3b97d34-64e0-4102-95cd-aa49642c28b8 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 715 - uncompressed: false - body: '{"autohealing":false,"autoscaling":false,"cluster_id":"9b283563-32f4-4736-9c0c-f5e94a8b15c5","container_runtime":"containerd","created_at":"2025-09-30T09:29:44.189116Z","id":"e3b97d34-64e0-4102-95cd-aa49642c28b8","kubelet_args":{},"max_size":1,"min_size":1,"name":"test-pool-wait-2","new_images_enabled":true,"node_type":"pro2_xxs","placement_group_id":null,"public_ip_disabled":false,"region":"fr-par","root_volume_size":20000000000,"root_volume_type":"sbs_5k","security_group_id":"d49109f7-0bad-4991-b0fb-853c658463d2","size":1,"status":"ready","tags":[],"updated_at":"2025-09-30T09:30:23.198708Z","upgrade_policy":{"max_surge":0,"max_unavailable":1},"version":"1.34.1","zone":"fr-par-1"}' - headers: - Content-Length: - - "715" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:30:26 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 1f7b650e-a6c7-4176-8056-fe9e1153a9db - status: 200 OK - code: 200 - duration: 95.280417ms - - id: 55 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/9b283563-32f4-4736-9c0c-f5e94a8b15c5/nodes?order_by=created_at_asc&page=1&pool_id=e3b97d34-64e0-4102-95cd-aa49642c28b8&status=unknown - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 619 - uncompressed: false - body: '{"nodes":[{"cluster_id":"9b283563-32f4-4736-9c0c-f5e94a8b15c5","conditions":{"DiskPressure":"False","MemoryPressure":"False","PIDPressure":"False","Ready":"True"},"created_at":"2025-09-30T09:29:44.522141Z","error_message":"","id":"a786b111-12b5-4bb6-976a-af0e639cdcf7","name":"scw-test-pool-wait-test-pool-wait-2-a786b11112","pool_id":"e3b97d34-64e0-4102-95cd-aa49642c28b8","provider_id":"scaleway://instance/fr-par-1/b2a04bc9-d03e-43c4-b666-696239f0a30d","public_ip_v4":"51.158.64.118","public_ip_v6":null,"region":"fr-par","status":"ready","updated_at":"2025-09-30T09:30:23.186563Z"}],"total_count":1}' - headers: - Content-Length: - - "619" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:30:26 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - cd452b41-74cb-4862-af84-586e3f31412c - status: 200 OK - code: 200 - duration: 78.380209ms - - id: 56 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/9b283563-32f4-4736-9c0c-f5e94a8b15c5/nodes?order_by=created_at_asc&page=1&pool_id=b5f9447f-c5e8-4033-9d8e-dfacfaba08a9&status=unknown - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 650 - uncompressed: false - body: '{"nodes":[{"cluster_id":"9b283563-32f4-4736-9c0c-f5e94a8b15c5","conditions":{"DiskPressure":"False","MemoryPressure":"False","NetworkUnavailable":"False","PIDPressure":"False","Ready":"True"},"created_at":"2025-09-30T09:29:00.316675Z","error_message":"","id":"a31a7dca-b585-4184-a5d5-958d56f65066","name":"scw-test-pool-wait-test-pool-wait-a31a7dcab585","pool_id":"b5f9447f-c5e8-4033-9d8e-dfacfaba08a9","provider_id":"scaleway://instance/fr-par-1/00522319-26a3-4602-833a-d085bc2a8ae0","public_ip_v4":"212.47.234.198","public_ip_v6":null,"region":"fr-par","status":"ready","updated_at":"2025-09-30T09:30:23.168175Z"}],"total_count":1}' - headers: - Content-Length: - - "650" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:30:26 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 8da59df3-8f22-4943-8e3a-d99cce896b90 - status: 200 OK - code: 200 - duration: 112.525041ms - - id: 57 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/9b283563-32f4-4736-9c0c-f5e94a8b15c5 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1595 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://9b283563-32f4-4736-9c0c-f5e94a8b15c5.api.k8s.fr-par.scw.cloud:6443","cni":"calico","commitment_ends_at":"2025-09-30T09:23:27.855054Z","created_at":"2025-09-30T09:23:27.855043Z","description":"","dns_wildcard":"*.9b283563-32f4-4736-9c0c-f5e94a8b15c5.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"53c34d60-da8e-4e98-a53e-08ad28c21a6e","id":"9b283563-32f4-4736-9c0c-f5e94a8b15c5","name":"test-pool-wait","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":"e8031540-8456-4577-8eca-b22aefcce41f","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"","service_dns_ip":"","status":"ready","tags":["terraform-test","scaleway_k8s_cluster","minimal"],"type":"kapsule","updated_at":"2025-09-30T09:25:13.544409Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1595" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:30:26 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - c2219db6-fd37-4c39-a06c-219bcd0a90a8 - status: 200 OK - code: 200 - duration: 100.425541ms - - id: 58 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/9b283563-32f4-4736-9c0c-f5e94a8b15c5 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1595 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://9b283563-32f4-4736-9c0c-f5e94a8b15c5.api.k8s.fr-par.scw.cloud:6443","cni":"calico","commitment_ends_at":"2025-09-30T09:23:27.855054Z","created_at":"2025-09-30T09:23:27.855043Z","description":"","dns_wildcard":"*.9b283563-32f4-4736-9c0c-f5e94a8b15c5.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"53c34d60-da8e-4e98-a53e-08ad28c21a6e","id":"9b283563-32f4-4736-9c0c-f5e94a8b15c5","name":"test-pool-wait","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":"e8031540-8456-4577-8eca-b22aefcce41f","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"","service_dns_ip":"","status":"ready","tags":["terraform-test","scaleway_k8s_cluster","minimal"],"type":"kapsule","updated_at":"2025-09-30T09:25:13.544409Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1595" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:30:26 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 164efc6a-8e4b-44a9-8f85-5423e43a7878 - status: 200 OK - code: 200 - duration: 105.778167ms - - id: 59 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/ipam/v1/regions/fr-par/ips?order_by=created_at_desc&project_id=105bdce1-64c0-48ab-899d-868455867ecf&resource_name=scw-test-pool-wait-test-pool-wait-2-a786b11112&resource_type=unknown_type - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1122 - uncompressed: false - body: '{"ips":[{"address":"fd5f:519c:6d46:7b7d:aad8:37c1:c69d:505/64","created_at":"2025-09-30T09:29:48.096660Z","id":"f801001c-9477-454e-9d79-83b589af8cfd","is_ipv6":true,"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","resource":{"id":"3c2b22e5-2445-4778-a6bc-c494f969e3df","mac_address":"02:00:00:1D:6A:F2","name":"scw-test-pool-wait-test-pool-wait-2-a786b11112","type":"instance_private_nic"},"reverses":[],"source":{"subnet_id":"e70a771a-4279-43b8-9356-c2f0eb5753e1"},"tags":[],"updated_at":"2025-09-30T09:29:48.096660Z","zone":null},{"address":"172.17.212.4/22","created_at":"2025-09-30T09:29:47.975113Z","id":"55bfbf30-bcbe-44ee-b90c-45ef318498dd","is_ipv6":false,"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","resource":{"id":"3c2b22e5-2445-4778-a6bc-c494f969e3df","mac_address":"02:00:00:1D:6A:F2","name":"scw-test-pool-wait-test-pool-wait-2-a786b11112","type":"instance_private_nic"},"reverses":[],"source":{"subnet_id":"1a606aee-b81a-4842-a8fd-3a157af97f7b"},"tags":[],"updated_at":"2025-09-30T09:29:47.975113Z","zone":null}],"total_count":2}' - headers: - Content-Length: - - "1122" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:30:26 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - de237f77-6c07-43f8-b8d7-09a4a6250459 - status: 200 OK - code: 200 - duration: 36.310333ms - - id: 60 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/ipam/v1/regions/fr-par/ips?order_by=created_at_desc&project_id=105bdce1-64c0-48ab-899d-868455867ecf&resource_name=scw-test-pool-wait-test-pool-wait-a31a7dcab585&resource_type=unknown_type - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1123 - uncompressed: false - body: '{"ips":[{"address":"fd5f:519c:6d46:7b7d:cd40:e2d7:2c0d:48c5/64","created_at":"2025-09-30T09:29:05.114401Z","id":"16abe70a-02f8-4661-9c18-7285ca12daf7","is_ipv6":true,"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","resource":{"id":"da79e85c-b55b-4a0a-9d35-3e6ac893af6a","mac_address":"02:00:00:1E:7E:50","name":"scw-test-pool-wait-test-pool-wait-a31a7dcab585","type":"instance_private_nic"},"reverses":[],"source":{"subnet_id":"e70a771a-4279-43b8-9356-c2f0eb5753e1"},"tags":[],"updated_at":"2025-09-30T09:29:05.114401Z","zone":null},{"address":"172.17.212.3/22","created_at":"2025-09-30T09:29:04.995629Z","id":"eaddda75-ad46-4a0c-aa0e-c7fabbb7115e","is_ipv6":false,"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","resource":{"id":"da79e85c-b55b-4a0a-9d35-3e6ac893af6a","mac_address":"02:00:00:1E:7E:50","name":"scw-test-pool-wait-test-pool-wait-a31a7dcab585","type":"instance_private_nic"},"reverses":[],"source":{"subnet_id":"1a606aee-b81a-4842-a8fd-3a157af97f7b"},"tags":[],"updated_at":"2025-09-30T09:29:04.995629Z","zone":null}],"total_count":2}' - headers: - Content-Length: - - "1123" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:30:26 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 74c72cd9-aa61-49ec-9c63-d2ab08dbb401 - status: 200 OK - code: 200 - duration: 37.568625ms - - id: 61 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/fr-par/vpcs/2b75c506-21b7-471c-ae9a-32fc0bc776d4 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 415 - uncompressed: false - body: '{"created_at":"2025-09-30T09:23:26.830186Z","custom_routes_propagation_enabled":true,"id":"2b75c506-21b7-471c-ae9a-32fc0bc776d4","is_default":false,"name":"tf-vpc-kind-cohen","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","private_network_count":1,"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","routing_enabled":true,"tags":[],"updated_at":"2025-09-30T09:23:26.830186Z"}' - headers: - Content-Length: - - "415" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:30:26 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 9cb8107e-d7ff-4161-ac87-06a1abe507e2 - status: 200 OK - code: 200 - duration: 28.301959ms - - id: 62 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks/e8031540-8456-4577-8eca-b22aefcce41f - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1085 - uncompressed: false - body: '{"created_at":"2025-09-30T09:23:26.924056Z","default_route_propagation_enabled":false,"dhcp_enabled":true,"id":"e8031540-8456-4577-8eca-b22aefcce41f","name":"test-pool-wait","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","subnets":[{"created_at":"2025-09-30T09:23:26.924056Z","id":"1a606aee-b81a-4842-a8fd-3a157af97f7b","private_network_id":"e8031540-8456-4577-8eca-b22aefcce41f","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","subnet":"172.17.212.0/22","updated_at":"2025-09-30T09:23:26.924056Z","vpc_id":"2b75c506-21b7-471c-ae9a-32fc0bc776d4"},{"created_at":"2025-09-30T09:23:26.924056Z","id":"e70a771a-4279-43b8-9356-c2f0eb5753e1","private_network_id":"e8031540-8456-4577-8eca-b22aefcce41f","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","subnet":"fd5f:519c:6d46:7b7d::/64","updated_at":"2025-09-30T09:23:26.924056Z","vpc_id":"2b75c506-21b7-471c-ae9a-32fc0bc776d4"}],"tags":[],"updated_at":"2025-09-30T09:23:26.924056Z","vpc_id":"2b75c506-21b7-471c-ae9a-32fc0bc776d4"}' - headers: - Content-Length: - - "1085" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:30:26 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - cf10a95e-a138-4eb2-a04d-b5c4fb84e5a6 - status: 200 OK - code: 200 - duration: 28.42375ms - - id: 63 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/9b283563-32f4-4736-9c0c-f5e94a8b15c5 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1595 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://9b283563-32f4-4736-9c0c-f5e94a8b15c5.api.k8s.fr-par.scw.cloud:6443","cni":"calico","commitment_ends_at":"2025-09-30T09:23:27.855054Z","created_at":"2025-09-30T09:23:27.855043Z","description":"","dns_wildcard":"*.9b283563-32f4-4736-9c0c-f5e94a8b15c5.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"53c34d60-da8e-4e98-a53e-08ad28c21a6e","id":"9b283563-32f4-4736-9c0c-f5e94a8b15c5","name":"test-pool-wait","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":"e8031540-8456-4577-8eca-b22aefcce41f","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"","service_dns_ip":"","status":"ready","tags":["terraform-test","scaleway_k8s_cluster","minimal"],"type":"kapsule","updated_at":"2025-09-30T09:25:13.544409Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1595" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:30:27 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - da047bac-33e6-48cf-bd90-8d26ef59b04f - status: 200 OK - code: 200 - duration: 81.257292ms - - id: 64 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/9b283563-32f4-4736-9c0c-f5e94a8b15c5/kubeconfig - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1650 - uncompressed: false - body: '{"content":"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogInRlc3QtcG9vbC13YWl0IgogIGNsdXN0ZXI6CiAgICBjZXJ0aWZpY2F0ZS1hdXRob3JpdHktZGF0YTogTFMwdExTMUNSVWRKVGlCRFJWSlVTVVpKUTBGVVJTMHRMUzB0Q2sxSlNVSlhla05EUVZGSFowRjNTVUpCWjBsQ1FVUkJTMEpuWjNGb2EycFBVRkZSUkVGcVFWWk5VazEzUlZGWlJGWlJVVVJGZDNCeVpGZEtiR050Tld3S1pFZFdlazFDTkZoRVZFa3hUVVJyZVU5VVFUVk5hazE1VGpGdldFUlVUVEZOUkd0NVQxUkJOVTFxVFhsT01XOTNSbFJGVkUxQ1JVZEJNVlZGUVhoTlN3cGhNMVpwV2xoS2RWcFlVbXhqZWtKYVRVSk5SMEo1Y1VkVFRUUTVRV2RGUjBORGNVZFRUVFE1UVhkRlNFRXdTVUZDVUhKUEwySm1ZVGswV2pCbFRXdGhDaXMxWmpGSGMyaG5RM1pNWm14b0syWmtXRlp5WVdZMmJHOXhNVlIxVEdsRFFYZENUR0pSTkV4NFUxUlNNQzgyUWpSNFQzZDBWblJHVTBOaU1tSnhjR2dLZVdSWldVNDVjV3BSYWtKQlRVRTBSMEV4VldSRWQwVkNMM2RSUlVGM1NVTndSRUZRUW1kT1ZraFNUVUpCWmpoRlFsUkJSRUZSU0M5TlFqQkhRVEZWWkFwRVoxRlhRa0pTUkc4NFlYVXphMkUyUW5kbVlYUXpTMGxuWTBWckwzUlVTMnQ2UVV0Q1oyZHhhR3RxVDFCUlVVUkJaMDVKUVVSQ1JrRnBSVUUyVG1aa0NqRnFSVkJ4Y1d4bVFqRlZLMU5CT1dNeGFXdDJORWMwUlUxd05EUlliVVpIVG1Kc1kwZFJRVU5KUWxkVWJTOXFXa3R3VDNSWFdYcE9ZM2hOT0doUmJuQUtTV3gzTUZrMlRXZHhkM1ZSVURSWmJIaHZkemNLTFMwdExTMUZUa1FnUTBWU1ZFbEdTVU5CVkVVdExTMHRMUW89CiAgICBzZXJ2ZXI6IGh0dHBzOi8vOWIyODM1NjMtMzJmNC00NzM2LTljMGMtZjVlOTRhOGIxNWM1LmFwaS5rOHMuZnItcGFyLnNjdy5jbG91ZDo2NDQzCmNvbnRleHRzOgotIG5hbWU6IGFkbWluQHRlc3QtcG9vbC13YWl0CiAgY29udGV4dDoKICAgIGNsdXN0ZXI6ICJ0ZXN0LXBvb2wtd2FpdCIKICAgIHVzZXI6IHRlc3QtcG9vbC13YWl0LWFkbWluCmN1cnJlbnQtY29udGV4dDogYWRtaW5AdGVzdC1wb29sLXdhaXQKa2luZDogQ29uZmlnCnByZWZlcmVuY2VzOiB7fQp1c2VyczoKLSBuYW1lOiB0ZXN0LXBvb2wtd2FpdC1hZG1pbgogIHVzZXI6CiAgICB0b2tlbjogNzV5UnZ4cE1TM1N1elRhamRWQ2VVT2xyMEFTenBqZ0ZKR0lZYllldjVyUWttVFpmaGY3anlHdUc=","content_type":"application/octet-stream","name":"kubeconfig"}' - headers: - Content-Length: - - "1650" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:30:27 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 3022389e-e809-4a3e-9eb1-88c59e5a3bc7 - status: 200 OK - code: 200 - duration: 97.527ms - - id: 65 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/e3b97d34-64e0-4102-95cd-aa49642c28b8 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 715 - uncompressed: false - body: '{"autohealing":false,"autoscaling":false,"cluster_id":"9b283563-32f4-4736-9c0c-f5e94a8b15c5","container_runtime":"containerd","created_at":"2025-09-30T09:29:44.189116Z","id":"e3b97d34-64e0-4102-95cd-aa49642c28b8","kubelet_args":{},"max_size":1,"min_size":1,"name":"test-pool-wait-2","new_images_enabled":true,"node_type":"pro2_xxs","placement_group_id":null,"public_ip_disabled":false,"region":"fr-par","root_volume_size":20000000000,"root_volume_type":"sbs_5k","security_group_id":"d49109f7-0bad-4991-b0fb-853c658463d2","size":1,"status":"ready","tags":[],"updated_at":"2025-09-30T09:30:23.198708Z","upgrade_policy":{"max_surge":0,"max_unavailable":1},"version":"1.34.1","zone":"fr-par-1"}' - headers: - Content-Length: - - "715" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:30:27 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 8ceabf15-f3a6-4d64-9c5a-f8646a1bc4f6 - status: 200 OK - code: 200 - duration: 83.447667ms - - id: 66 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/b5f9447f-c5e8-4033-9d8e-dfacfaba08a9 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 713 - uncompressed: false - body: '{"autohealing":false,"autoscaling":false,"cluster_id":"9b283563-32f4-4736-9c0c-f5e94a8b15c5","container_runtime":"containerd","created_at":"2025-09-30T09:23:33.546561Z","id":"b5f9447f-c5e8-4033-9d8e-dfacfaba08a9","kubelet_args":{},"max_size":1,"min_size":1,"name":"test-pool-wait","new_images_enabled":true,"node_type":"pro2_xxs","placement_group_id":null,"public_ip_disabled":false,"region":"fr-par","root_volume_size":20000000000,"root_volume_type":"sbs_5k","security_group_id":"d49109f7-0bad-4991-b0fb-853c658463d2","size":1,"status":"ready","tags":[],"updated_at":"2025-09-30T09:29:36.491137Z","upgrade_policy":{"max_surge":0,"max_unavailable":1},"version":"1.34.1","zone":"fr-par-1"}' - headers: - Content-Length: - - "713" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:30:27 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 353c7487-5137-47ce-ab7c-47d06a9b0466 - status: 200 OK - code: 200 - duration: 90.000041ms - - id: 67 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/9b283563-32f4-4736-9c0c-f5e94a8b15c5/nodes?order_by=created_at_asc&page=1&pool_id=e3b97d34-64e0-4102-95cd-aa49642c28b8&status=unknown - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 619 - uncompressed: false - body: '{"nodes":[{"cluster_id":"9b283563-32f4-4736-9c0c-f5e94a8b15c5","conditions":{"DiskPressure":"False","MemoryPressure":"False","PIDPressure":"False","Ready":"True"},"created_at":"2025-09-30T09:29:44.522141Z","error_message":"","id":"a786b111-12b5-4bb6-976a-af0e639cdcf7","name":"scw-test-pool-wait-test-pool-wait-2-a786b11112","pool_id":"e3b97d34-64e0-4102-95cd-aa49642c28b8","provider_id":"scaleway://instance/fr-par-1/b2a04bc9-d03e-43c4-b666-696239f0a30d","public_ip_v4":"51.158.64.118","public_ip_v6":null,"region":"fr-par","status":"ready","updated_at":"2025-09-30T09:30:23.186563Z"}],"total_count":1}' - headers: - Content-Length: - - "619" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:30:27 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - e12be9f1-d21d-4d20-adcd-f8f1a986580a - status: 200 OK - code: 200 - duration: 97.486334ms - - id: 68 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/9b283563-32f4-4736-9c0c-f5e94a8b15c5/nodes?order_by=created_at_asc&page=1&pool_id=b5f9447f-c5e8-4033-9d8e-dfacfaba08a9&status=unknown - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 650 - uncompressed: false - body: '{"nodes":[{"cluster_id":"9b283563-32f4-4736-9c0c-f5e94a8b15c5","conditions":{"DiskPressure":"False","MemoryPressure":"False","NetworkUnavailable":"False","PIDPressure":"False","Ready":"True"},"created_at":"2025-09-30T09:29:00.316675Z","error_message":"","id":"a31a7dca-b585-4184-a5d5-958d56f65066","name":"scw-test-pool-wait-test-pool-wait-a31a7dcab585","pool_id":"b5f9447f-c5e8-4033-9d8e-dfacfaba08a9","provider_id":"scaleway://instance/fr-par-1/00522319-26a3-4602-833a-d085bc2a8ae0","public_ip_v4":"212.47.234.198","public_ip_v6":null,"region":"fr-par","status":"ready","updated_at":"2025-09-30T09:30:23.168175Z"}],"total_count":1}' - headers: - Content-Length: - - "650" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:30:27 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 08095f04-4ce4-47f3-9389-e52534e57a7e - status: 200 OK - code: 200 - duration: 105.167875ms - - id: 69 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/9b283563-32f4-4736-9c0c-f5e94a8b15c5 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1595 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://9b283563-32f4-4736-9c0c-f5e94a8b15c5.api.k8s.fr-par.scw.cloud:6443","cni":"calico","commitment_ends_at":"2025-09-30T09:23:27.855054Z","created_at":"2025-09-30T09:23:27.855043Z","description":"","dns_wildcard":"*.9b283563-32f4-4736-9c0c-f5e94a8b15c5.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"53c34d60-da8e-4e98-a53e-08ad28c21a6e","id":"9b283563-32f4-4736-9c0c-f5e94a8b15c5","name":"test-pool-wait","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":"e8031540-8456-4577-8eca-b22aefcce41f","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"","service_dns_ip":"","status":"ready","tags":["terraform-test","scaleway_k8s_cluster","minimal"],"type":"kapsule","updated_at":"2025-09-30T09:25:13.544409Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1595" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:30:27 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 06b8c61a-cfad-4139-bfae-32845678c608 - status: 200 OK - code: 200 - duration: 77.446959ms - - id: 70 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/ipam/v1/regions/fr-par/ips?order_by=created_at_desc&project_id=105bdce1-64c0-48ab-899d-868455867ecf&resource_name=scw-test-pool-wait-test-pool-wait-2-a786b11112&resource_type=unknown_type - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1122 - uncompressed: false - body: '{"ips":[{"address":"fd5f:519c:6d46:7b7d:aad8:37c1:c69d:505/64","created_at":"2025-09-30T09:29:48.096660Z","id":"f801001c-9477-454e-9d79-83b589af8cfd","is_ipv6":true,"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","resource":{"id":"3c2b22e5-2445-4778-a6bc-c494f969e3df","mac_address":"02:00:00:1D:6A:F2","name":"scw-test-pool-wait-test-pool-wait-2-a786b11112","type":"instance_private_nic"},"reverses":[],"source":{"subnet_id":"e70a771a-4279-43b8-9356-c2f0eb5753e1"},"tags":[],"updated_at":"2025-09-30T09:29:48.096660Z","zone":null},{"address":"172.17.212.4/22","created_at":"2025-09-30T09:29:47.975113Z","id":"55bfbf30-bcbe-44ee-b90c-45ef318498dd","is_ipv6":false,"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","resource":{"id":"3c2b22e5-2445-4778-a6bc-c494f969e3df","mac_address":"02:00:00:1D:6A:F2","name":"scw-test-pool-wait-test-pool-wait-2-a786b11112","type":"instance_private_nic"},"reverses":[],"source":{"subnet_id":"1a606aee-b81a-4842-a8fd-3a157af97f7b"},"tags":[],"updated_at":"2025-09-30T09:29:47.975113Z","zone":null}],"total_count":2}' - headers: - Content-Length: - - "1122" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:30:27 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - e0ae7c21-9e1e-4df6-8f32-7991c7c1049f - status: 200 OK - code: 200 - duration: 31.330958ms - - id: 71 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/9b283563-32f4-4736-9c0c-f5e94a8b15c5 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1595 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://9b283563-32f4-4736-9c0c-f5e94a8b15c5.api.k8s.fr-par.scw.cloud:6443","cni":"calico","commitment_ends_at":"2025-09-30T09:23:27.855054Z","created_at":"2025-09-30T09:23:27.855043Z","description":"","dns_wildcard":"*.9b283563-32f4-4736-9c0c-f5e94a8b15c5.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"53c34d60-da8e-4e98-a53e-08ad28c21a6e","id":"9b283563-32f4-4736-9c0c-f5e94a8b15c5","name":"test-pool-wait","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":"e8031540-8456-4577-8eca-b22aefcce41f","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"","service_dns_ip":"","status":"ready","tags":["terraform-test","scaleway_k8s_cluster","minimal"],"type":"kapsule","updated_at":"2025-09-30T09:25:13.544409Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1595" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:30:27 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 3aa83422-1c23-4517-a075-ba163c438516 - status: 200 OK - code: 200 - duration: 100.818875ms - - id: 72 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/ipam/v1/regions/fr-par/ips?order_by=created_at_desc&project_id=105bdce1-64c0-48ab-899d-868455867ecf&resource_name=scw-test-pool-wait-test-pool-wait-a31a7dcab585&resource_type=unknown_type - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1123 - uncompressed: false - body: '{"ips":[{"address":"fd5f:519c:6d46:7b7d:cd40:e2d7:2c0d:48c5/64","created_at":"2025-09-30T09:29:05.114401Z","id":"16abe70a-02f8-4661-9c18-7285ca12daf7","is_ipv6":true,"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","resource":{"id":"da79e85c-b55b-4a0a-9d35-3e6ac893af6a","mac_address":"02:00:00:1E:7E:50","name":"scw-test-pool-wait-test-pool-wait-a31a7dcab585","type":"instance_private_nic"},"reverses":[],"source":{"subnet_id":"e70a771a-4279-43b8-9356-c2f0eb5753e1"},"tags":[],"updated_at":"2025-09-30T09:29:05.114401Z","zone":null},{"address":"172.17.212.3/22","created_at":"2025-09-30T09:29:04.995629Z","id":"eaddda75-ad46-4a0c-aa0e-c7fabbb7115e","is_ipv6":false,"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","resource":{"id":"da79e85c-b55b-4a0a-9d35-3e6ac893af6a","mac_address":"02:00:00:1E:7E:50","name":"scw-test-pool-wait-test-pool-wait-a31a7dcab585","type":"instance_private_nic"},"reverses":[],"source":{"subnet_id":"1a606aee-b81a-4842-a8fd-3a157af97f7b"},"tags":[],"updated_at":"2025-09-30T09:29:04.995629Z","zone":null}],"total_count":2}' - headers: - Content-Length: - - "1123" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:30:27 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 0dd271b9-f1bc-4f1b-b666-a5b645a2dd4a - status: 200 OK - code: 200 - duration: 26.179542ms - - id: 73 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 82 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: '{"size":2,"max_size":2,"upgrade_policy":{"max_unavailable":null,"max_surge":null}}' - form: {} - headers: - Content-Type: - - application/json - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/e3b97d34-64e0-4102-95cd-aa49642c28b8 - method: PATCH - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 717 - uncompressed: false - body: '{"autohealing":false,"autoscaling":false,"cluster_id":"9b283563-32f4-4736-9c0c-f5e94a8b15c5","container_runtime":"containerd","created_at":"2025-09-30T09:29:44.189116Z","id":"e3b97d34-64e0-4102-95cd-aa49642c28b8","kubelet_args":{},"max_size":2,"min_size":1,"name":"test-pool-wait-2","new_images_enabled":true,"node_type":"pro2_xxs","placement_group_id":null,"public_ip_disabled":false,"region":"fr-par","root_volume_size":20000000000,"root_volume_type":"sbs_5k","security_group_id":"d49109f7-0bad-4991-b0fb-853c658463d2","size":2,"status":"scaling","tags":[],"updated_at":"2025-09-30T09:30:27.691517Z","upgrade_policy":{"max_surge":0,"max_unavailable":1},"version":"1.34.1","zone":"fr-par-1"}' - headers: - Content-Length: - - "717" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:30:27 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 32381a7e-c166-419f-b5ef-d12351016ca7 - status: 200 OK - code: 200 - duration: 107.95475ms - - id: 74 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/e3b97d34-64e0-4102-95cd-aa49642c28b8 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 717 - uncompressed: false - body: '{"autohealing":false,"autoscaling":false,"cluster_id":"9b283563-32f4-4736-9c0c-f5e94a8b15c5","container_runtime":"containerd","created_at":"2025-09-30T09:29:44.189116Z","id":"e3b97d34-64e0-4102-95cd-aa49642c28b8","kubelet_args":{},"max_size":2,"min_size":1,"name":"test-pool-wait-2","new_images_enabled":true,"node_type":"pro2_xxs","placement_group_id":null,"public_ip_disabled":false,"region":"fr-par","root_volume_size":20000000000,"root_volume_type":"sbs_5k","security_group_id":"d49109f7-0bad-4991-b0fb-853c658463d2","size":2,"status":"scaling","tags":[],"updated_at":"2025-09-30T09:30:27.691517Z","upgrade_policy":{"max_surge":0,"max_unavailable":1},"version":"1.34.1","zone":"fr-par-1"}' - headers: - Content-Length: - - "717" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:30:27 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 4d376f90-8fb3-449e-8324-84a3a56ac0c8 - status: 200 OK - code: 200 - duration: 83.162375ms - - id: 75 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/e3b97d34-64e0-4102-95cd-aa49642c28b8 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 715 - uncompressed: false - body: '{"autohealing":false,"autoscaling":false,"cluster_id":"9b283563-32f4-4736-9c0c-f5e94a8b15c5","container_runtime":"containerd","created_at":"2025-09-30T09:29:44.189116Z","id":"e3b97d34-64e0-4102-95cd-aa49642c28b8","kubelet_args":{},"max_size":2,"min_size":1,"name":"test-pool-wait-2","new_images_enabled":true,"node_type":"pro2_xxs","placement_group_id":null,"public_ip_disabled":false,"region":"fr-par","root_volume_size":20000000000,"root_volume_type":"sbs_5k","security_group_id":"d49109f7-0bad-4991-b0fb-853c658463d2","size":2,"status":"ready","tags":[],"updated_at":"2025-09-30T09:31:33.477516Z","upgrade_policy":{"max_surge":0,"max_unavailable":1},"version":"1.34.1","zone":"fr-par-1"}' - headers: - Content-Length: - - "715" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:31:34 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - f3f7e6e5-be1d-4e11-a75f-c50bc0808124 - status: 200 OK - code: 200 - duration: 98.565333ms - - id: 76 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/e3b97d34-64e0-4102-95cd-aa49642c28b8 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 715 - uncompressed: false - body: '{"autohealing":false,"autoscaling":false,"cluster_id":"9b283563-32f4-4736-9c0c-f5e94a8b15c5","container_runtime":"containerd","created_at":"2025-09-30T09:29:44.189116Z","id":"e3b97d34-64e0-4102-95cd-aa49642c28b8","kubelet_args":{},"max_size":2,"min_size":1,"name":"test-pool-wait-2","new_images_enabled":true,"node_type":"pro2_xxs","placement_group_id":null,"public_ip_disabled":false,"region":"fr-par","root_volume_size":20000000000,"root_volume_type":"sbs_5k","security_group_id":"d49109f7-0bad-4991-b0fb-853c658463d2","size":2,"status":"ready","tags":[],"updated_at":"2025-09-30T09:31:33.477516Z","upgrade_policy":{"max_surge":0,"max_unavailable":1},"version":"1.34.1","zone":"fr-par-1"}' - headers: - Content-Length: - - "715" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:31:34 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 2f38f664-355a-44ad-b9e5-d690101e740d - status: 200 OK - code: 200 - duration: 89.277333ms - - id: 77 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/9b283563-32f4-4736-9c0c-f5e94a8b15c5/nodes?order_by=created_at_asc&page=1&pool_id=e3b97d34-64e0-4102-95cd-aa49642c28b8&status=unknown - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1240 - uncompressed: false - body: '{"nodes":[{"cluster_id":"9b283563-32f4-4736-9c0c-f5e94a8b15c5","conditions":{"DiskPressure":"False","MemoryPressure":"False","NetworkUnavailable":"False","PIDPressure":"False","Ready":"True"},"created_at":"2025-09-30T09:29:44.522141Z","error_message":"","id":"a786b111-12b5-4bb6-976a-af0e639cdcf7","name":"scw-test-pool-wait-test-pool-wait-2-a786b11112","pool_id":"e3b97d34-64e0-4102-95cd-aa49642c28b8","provider_id":"scaleway://instance/fr-par-1/b2a04bc9-d03e-43c4-b666-696239f0a30d","public_ip_v4":"51.158.64.118","public_ip_v6":null,"region":"fr-par","status":"ready","updated_at":"2025-09-30T09:31:33.454973Z"},{"cluster_id":"9b283563-32f4-4736-9c0c-f5e94a8b15c5","conditions":{"DiskPressure":"False","MemoryPressure":"False","PIDPressure":"False","Ready":"True"},"created_at":"2025-09-30T09:30:28.019791Z","error_message":"","id":"380c659f-a500-4e09-bc0d-15edd44c31f0","name":"scw-test-pool-wait-test-pool-wait-2-380c659fa5","pool_id":"e3b97d34-64e0-4102-95cd-aa49642c28b8","provider_id":"scaleway://instance/fr-par-1/43fa0fce-91cc-46de-a1f1-e20b7c051bd3","public_ip_v4":"51.158.65.45","public_ip_v6":null,"region":"fr-par","status":"ready","updated_at":"2025-09-30T09:31:33.464865Z"}],"total_count":2}' - headers: - Content-Length: - - "1240" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:31:34 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 325afd6a-5b2e-432c-9d2d-1c7c9ec111cb - status: 200 OK - code: 200 - duration: 81.112292ms - - id: 78 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/9b283563-32f4-4736-9c0c-f5e94a8b15c5 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1595 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://9b283563-32f4-4736-9c0c-f5e94a8b15c5.api.k8s.fr-par.scw.cloud:6443","cni":"calico","commitment_ends_at":"2025-09-30T09:23:27.855054Z","created_at":"2025-09-30T09:23:27.855043Z","description":"","dns_wildcard":"*.9b283563-32f4-4736-9c0c-f5e94a8b15c5.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"53c34d60-da8e-4e98-a53e-08ad28c21a6e","id":"9b283563-32f4-4736-9c0c-f5e94a8b15c5","name":"test-pool-wait","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":"e8031540-8456-4577-8eca-b22aefcce41f","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"","service_dns_ip":"","status":"ready","tags":["terraform-test","scaleway_k8s_cluster","minimal"],"type":"kapsule","updated_at":"2025-09-30T09:25:13.544409Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1595" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:31:34 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - c2c0c90d-6989-4f35-a6cb-bc140df9ad57 - status: 200 OK - code: 200 - duration: 100.373833ms - - id: 79 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/ipam/v1/regions/fr-par/ips?order_by=created_at_desc&project_id=105bdce1-64c0-48ab-899d-868455867ecf&resource_name=scw-test-pool-wait-test-pool-wait-2-a786b11112&resource_type=unknown_type - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1122 - uncompressed: false - body: '{"ips":[{"address":"fd5f:519c:6d46:7b7d:aad8:37c1:c69d:505/64","created_at":"2025-09-30T09:29:48.096660Z","id":"f801001c-9477-454e-9d79-83b589af8cfd","is_ipv6":true,"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","resource":{"id":"3c2b22e5-2445-4778-a6bc-c494f969e3df","mac_address":"02:00:00:1D:6A:F2","name":"scw-test-pool-wait-test-pool-wait-2-a786b11112","type":"instance_private_nic"},"reverses":[],"source":{"subnet_id":"e70a771a-4279-43b8-9356-c2f0eb5753e1"},"tags":[],"updated_at":"2025-09-30T09:29:48.096660Z","zone":null},{"address":"172.17.212.4/22","created_at":"2025-09-30T09:29:47.975113Z","id":"55bfbf30-bcbe-44ee-b90c-45ef318498dd","is_ipv6":false,"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","resource":{"id":"3c2b22e5-2445-4778-a6bc-c494f969e3df","mac_address":"02:00:00:1D:6A:F2","name":"scw-test-pool-wait-test-pool-wait-2-a786b11112","type":"instance_private_nic"},"reverses":[],"source":{"subnet_id":"1a606aee-b81a-4842-a8fd-3a157af97f7b"},"tags":[],"updated_at":"2025-09-30T09:29:47.975113Z","zone":null}],"total_count":2}' - headers: - Content-Length: - - "1122" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:31:34 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 41f52cfe-08fd-4d13-93de-570c4ff6d6c4 - status: 200 OK - code: 200 - duration: 40.697417ms - - id: 80 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/ipam/v1/regions/fr-par/ips?order_by=created_at_desc&project_id=105bdce1-64c0-48ab-899d-868455867ecf&resource_name=scw-test-pool-wait-test-pool-wait-2-380c659fa5&resource_type=unknown_type - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1122 - uncompressed: false - body: '{"ips":[{"address":"fd5f:519c:6d46:7b7d:43f5:2a0:1782:eb6f/64","created_at":"2025-09-30T09:30:31.778022Z","id":"a1eeaa59-9380-465e-aa1a-c8f480918142","is_ipv6":true,"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","resource":{"id":"9b2592ef-02ff-419e-8b41-62743dc9a467","mac_address":"02:00:00:1F:66:9F","name":"scw-test-pool-wait-test-pool-wait-2-380c659fa5","type":"instance_private_nic"},"reverses":[],"source":{"subnet_id":"e70a771a-4279-43b8-9356-c2f0eb5753e1"},"tags":[],"updated_at":"2025-09-30T09:30:31.778022Z","zone":null},{"address":"172.17.212.5/22","created_at":"2025-09-30T09:30:31.664607Z","id":"6aec9bb7-baf0-47ae-a219-d4c517032a35","is_ipv6":false,"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","resource":{"id":"9b2592ef-02ff-419e-8b41-62743dc9a467","mac_address":"02:00:00:1F:66:9F","name":"scw-test-pool-wait-test-pool-wait-2-380c659fa5","type":"instance_private_nic"},"reverses":[],"source":{"subnet_id":"1a606aee-b81a-4842-a8fd-3a157af97f7b"},"tags":[],"updated_at":"2025-09-30T09:30:31.664607Z","zone":null}],"total_count":2}' - headers: - Content-Length: - - "1122" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:31:34 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - bf5e133a-e83f-4a91-8e96-f1c21042f83c - status: 200 OK - code: 200 - duration: 46.698584ms - - id: 81 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/9b283563-32f4-4736-9c0c-f5e94a8b15c5 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1595 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://9b283563-32f4-4736-9c0c-f5e94a8b15c5.api.k8s.fr-par.scw.cloud:6443","cni":"calico","commitment_ends_at":"2025-09-30T09:23:27.855054Z","created_at":"2025-09-30T09:23:27.855043Z","description":"","dns_wildcard":"*.9b283563-32f4-4736-9c0c-f5e94a8b15c5.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"53c34d60-da8e-4e98-a53e-08ad28c21a6e","id":"9b283563-32f4-4736-9c0c-f5e94a8b15c5","name":"test-pool-wait","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":"e8031540-8456-4577-8eca-b22aefcce41f","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"","service_dns_ip":"","status":"ready","tags":["terraform-test","scaleway_k8s_cluster","minimal"],"type":"kapsule","updated_at":"2025-09-30T09:25:13.544409Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1595" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:31:34 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - ab5fb59c-9b77-4f78-b058-bc8fd1f9eae0 - status: 200 OK - code: 200 - duration: 81.691333ms - - id: 82 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/e3b97d34-64e0-4102-95cd-aa49642c28b8 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 715 - uncompressed: false - body: '{"autohealing":false,"autoscaling":false,"cluster_id":"9b283563-32f4-4736-9c0c-f5e94a8b15c5","container_runtime":"containerd","created_at":"2025-09-30T09:29:44.189116Z","id":"e3b97d34-64e0-4102-95cd-aa49642c28b8","kubelet_args":{},"max_size":2,"min_size":1,"name":"test-pool-wait-2","new_images_enabled":true,"node_type":"pro2_xxs","placement_group_id":null,"public_ip_disabled":false,"region":"fr-par","root_volume_size":20000000000,"root_volume_type":"sbs_5k","security_group_id":"d49109f7-0bad-4991-b0fb-853c658463d2","size":2,"status":"ready","tags":[],"updated_at":"2025-09-30T09:31:33.477516Z","upgrade_policy":{"max_surge":0,"max_unavailable":1},"version":"1.34.1","zone":"fr-par-1"}' - headers: - Content-Length: - - "715" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:31:34 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 0a34606e-109a-45ef-81a8-2d1c476572ff - status: 200 OK - code: 200 - duration: 95.753208ms - - id: 83 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/fr-par/vpcs/2b75c506-21b7-471c-ae9a-32fc0bc776d4 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 415 - uncompressed: false - body: '{"created_at":"2025-09-30T09:23:26.830186Z","custom_routes_propagation_enabled":true,"id":"2b75c506-21b7-471c-ae9a-32fc0bc776d4","is_default":false,"name":"tf-vpc-kind-cohen","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","private_network_count":1,"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","routing_enabled":true,"tags":[],"updated_at":"2025-09-30T09:23:26.830186Z"}' - headers: - Content-Length: - - "415" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:31:35 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - b459385b-320a-49c3-9bee-99923e622cd1 - status: 200 OK - code: 200 - duration: 25.996083ms - - id: 84 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks/e8031540-8456-4577-8eca-b22aefcce41f - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1085 - uncompressed: false - body: '{"created_at":"2025-09-30T09:23:26.924056Z","default_route_propagation_enabled":false,"dhcp_enabled":true,"id":"e8031540-8456-4577-8eca-b22aefcce41f","name":"test-pool-wait","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","subnets":[{"created_at":"2025-09-30T09:23:26.924056Z","id":"1a606aee-b81a-4842-a8fd-3a157af97f7b","private_network_id":"e8031540-8456-4577-8eca-b22aefcce41f","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","subnet":"172.17.212.0/22","updated_at":"2025-09-30T09:23:26.924056Z","vpc_id":"2b75c506-21b7-471c-ae9a-32fc0bc776d4"},{"created_at":"2025-09-30T09:23:26.924056Z","id":"e70a771a-4279-43b8-9356-c2f0eb5753e1","private_network_id":"e8031540-8456-4577-8eca-b22aefcce41f","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","subnet":"fd5f:519c:6d46:7b7d::/64","updated_at":"2025-09-30T09:23:26.924056Z","vpc_id":"2b75c506-21b7-471c-ae9a-32fc0bc776d4"}],"tags":[],"updated_at":"2025-09-30T09:23:26.924056Z","vpc_id":"2b75c506-21b7-471c-ae9a-32fc0bc776d4"}' - headers: - Content-Length: - - "1085" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:31:35 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 4c59b413-736e-47b1-9d2a-ea14642101a0 - status: 200 OK - code: 200 - duration: 28.266042ms - - id: 85 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/9b283563-32f4-4736-9c0c-f5e94a8b15c5 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1595 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://9b283563-32f4-4736-9c0c-f5e94a8b15c5.api.k8s.fr-par.scw.cloud:6443","cni":"calico","commitment_ends_at":"2025-09-30T09:23:27.855054Z","created_at":"2025-09-30T09:23:27.855043Z","description":"","dns_wildcard":"*.9b283563-32f4-4736-9c0c-f5e94a8b15c5.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"53c34d60-da8e-4e98-a53e-08ad28c21a6e","id":"9b283563-32f4-4736-9c0c-f5e94a8b15c5","name":"test-pool-wait","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":"e8031540-8456-4577-8eca-b22aefcce41f","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"","service_dns_ip":"","status":"ready","tags":["terraform-test","scaleway_k8s_cluster","minimal"],"type":"kapsule","updated_at":"2025-09-30T09:25:13.544409Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1595" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:31:35 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 7605bbce-8453-4ec5-bbcb-ce658f340555 - status: 200 OK - code: 200 - duration: 110.133291ms - - id: 86 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/9b283563-32f4-4736-9c0c-f5e94a8b15c5/kubeconfig - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1650 - uncompressed: false - body: '{"content":"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogInRlc3QtcG9vbC13YWl0IgogIGNsdXN0ZXI6CiAgICBjZXJ0aWZpY2F0ZS1hdXRob3JpdHktZGF0YTogTFMwdExTMUNSVWRKVGlCRFJWSlVTVVpKUTBGVVJTMHRMUzB0Q2sxSlNVSlhla05EUVZGSFowRjNTVUpCWjBsQ1FVUkJTMEpuWjNGb2EycFBVRkZSUkVGcVFWWk5VazEzUlZGWlJGWlJVVVJGZDNCeVpGZEtiR050Tld3S1pFZFdlazFDTkZoRVZFa3hUVVJyZVU5VVFUVk5hazE1VGpGdldFUlVUVEZOUkd0NVQxUkJOVTFxVFhsT01XOTNSbFJGVkUxQ1JVZEJNVlZGUVhoTlN3cGhNMVpwV2xoS2RWcFlVbXhqZWtKYVRVSk5SMEo1Y1VkVFRUUTVRV2RGUjBORGNVZFRUVFE1UVhkRlNFRXdTVUZDVUhKUEwySm1ZVGswV2pCbFRXdGhDaXMxWmpGSGMyaG5RM1pNWm14b0syWmtXRlp5WVdZMmJHOXhNVlIxVEdsRFFYZENUR0pSTkV4NFUxUlNNQzgyUWpSNFQzZDBWblJHVTBOaU1tSnhjR2dLZVdSWldVNDVjV3BSYWtKQlRVRTBSMEV4VldSRWQwVkNMM2RSUlVGM1NVTndSRUZRUW1kT1ZraFNUVUpCWmpoRlFsUkJSRUZSU0M5TlFqQkhRVEZWWkFwRVoxRlhRa0pTUkc4NFlYVXphMkUyUW5kbVlYUXpTMGxuWTBWckwzUlVTMnQ2UVV0Q1oyZHhhR3RxVDFCUlVVUkJaMDVKUVVSQ1JrRnBSVUUyVG1aa0NqRnFSVkJ4Y1d4bVFqRlZLMU5CT1dNeGFXdDJORWMwUlUxd05EUlliVVpIVG1Kc1kwZFJRVU5KUWxkVWJTOXFXa3R3VDNSWFdYcE9ZM2hOT0doUmJuQUtTV3gzTUZrMlRXZHhkM1ZSVURSWmJIaHZkemNLTFMwdExTMUZUa1FnUTBWU1ZFbEdTVU5CVkVVdExTMHRMUW89CiAgICBzZXJ2ZXI6IGh0dHBzOi8vOWIyODM1NjMtMzJmNC00NzM2LTljMGMtZjVlOTRhOGIxNWM1LmFwaS5rOHMuZnItcGFyLnNjdy5jbG91ZDo2NDQzCmNvbnRleHRzOgotIG5hbWU6IGFkbWluQHRlc3QtcG9vbC13YWl0CiAgY29udGV4dDoKICAgIGNsdXN0ZXI6ICJ0ZXN0LXBvb2wtd2FpdCIKICAgIHVzZXI6IHRlc3QtcG9vbC13YWl0LWFkbWluCmN1cnJlbnQtY29udGV4dDogYWRtaW5AdGVzdC1wb29sLXdhaXQKa2luZDogQ29uZmlnCnByZWZlcmVuY2VzOiB7fQp1c2VyczoKLSBuYW1lOiB0ZXN0LXBvb2wtd2FpdC1hZG1pbgogIHVzZXI6CiAgICB0b2tlbjogNzV5UnZ4cE1TM1N1elRhamRWQ2VVT2xyMEFTenBqZ0ZKR0lZYllldjVyUWttVFpmaGY3anlHdUc=","content_type":"application/octet-stream","name":"kubeconfig"}' - headers: - Content-Length: - - "1650" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:31:35 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - ad0d553a-6712-4b79-9010-10a42b5c7858 - status: 200 OK - code: 200 - duration: 86.705833ms - - id: 87 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/e3b97d34-64e0-4102-95cd-aa49642c28b8 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 715 - uncompressed: false - body: '{"autohealing":false,"autoscaling":false,"cluster_id":"9b283563-32f4-4736-9c0c-f5e94a8b15c5","container_runtime":"containerd","created_at":"2025-09-30T09:29:44.189116Z","id":"e3b97d34-64e0-4102-95cd-aa49642c28b8","kubelet_args":{},"max_size":2,"min_size":1,"name":"test-pool-wait-2","new_images_enabled":true,"node_type":"pro2_xxs","placement_group_id":null,"public_ip_disabled":false,"region":"fr-par","root_volume_size":20000000000,"root_volume_type":"sbs_5k","security_group_id":"d49109f7-0bad-4991-b0fb-853c658463d2","size":2,"status":"ready","tags":[],"updated_at":"2025-09-30T09:31:33.477516Z","upgrade_policy":{"max_surge":0,"max_unavailable":1},"version":"1.34.1","zone":"fr-par-1"}' - headers: - Content-Length: - - "715" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:31:35 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 8ecacf17-8944-4411-b398-75a7132c8b6f - status: 200 OK - code: 200 - duration: 73.902542ms - - id: 88 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/b5f9447f-c5e8-4033-9d8e-dfacfaba08a9 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 713 - uncompressed: false - body: '{"autohealing":false,"autoscaling":false,"cluster_id":"9b283563-32f4-4736-9c0c-f5e94a8b15c5","container_runtime":"containerd","created_at":"2025-09-30T09:23:33.546561Z","id":"b5f9447f-c5e8-4033-9d8e-dfacfaba08a9","kubelet_args":{},"max_size":1,"min_size":1,"name":"test-pool-wait","new_images_enabled":true,"node_type":"pro2_xxs","placement_group_id":null,"public_ip_disabled":false,"region":"fr-par","root_volume_size":20000000000,"root_volume_type":"sbs_5k","security_group_id":"d49109f7-0bad-4991-b0fb-853c658463d2","size":1,"status":"ready","tags":[],"updated_at":"2025-09-30T09:29:36.491137Z","upgrade_policy":{"max_surge":0,"max_unavailable":1},"version":"1.34.1","zone":"fr-par-1"}' - headers: - Content-Length: - - "713" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:31:35 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - b2f11ef4-c55d-405c-8770-eed9fd9b3d19 - status: 200 OK - code: 200 - duration: 93.477167ms - - id: 89 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/9b283563-32f4-4736-9c0c-f5e94a8b15c5/nodes?order_by=created_at_asc&page=1&pool_id=e3b97d34-64e0-4102-95cd-aa49642c28b8&status=unknown - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1240 - uncompressed: false - body: '{"nodes":[{"cluster_id":"9b283563-32f4-4736-9c0c-f5e94a8b15c5","conditions":{"DiskPressure":"False","MemoryPressure":"False","NetworkUnavailable":"False","PIDPressure":"False","Ready":"True"},"created_at":"2025-09-30T09:29:44.522141Z","error_message":"","id":"a786b111-12b5-4bb6-976a-af0e639cdcf7","name":"scw-test-pool-wait-test-pool-wait-2-a786b11112","pool_id":"e3b97d34-64e0-4102-95cd-aa49642c28b8","provider_id":"scaleway://instance/fr-par-1/b2a04bc9-d03e-43c4-b666-696239f0a30d","public_ip_v4":"51.158.64.118","public_ip_v6":null,"region":"fr-par","status":"ready","updated_at":"2025-09-30T09:31:33.454973Z"},{"cluster_id":"9b283563-32f4-4736-9c0c-f5e94a8b15c5","conditions":{"DiskPressure":"False","MemoryPressure":"False","PIDPressure":"False","Ready":"True"},"created_at":"2025-09-30T09:30:28.019791Z","error_message":"","id":"380c659f-a500-4e09-bc0d-15edd44c31f0","name":"scw-test-pool-wait-test-pool-wait-2-380c659fa5","pool_id":"e3b97d34-64e0-4102-95cd-aa49642c28b8","provider_id":"scaleway://instance/fr-par-1/43fa0fce-91cc-46de-a1f1-e20b7c051bd3","public_ip_v4":"51.158.65.45","public_ip_v6":null,"region":"fr-par","status":"ready","updated_at":"2025-09-30T09:31:33.464865Z"}],"total_count":2}' - headers: - Content-Length: - - "1240" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:31:35 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 05cea7c7-99b6-4625-b82b-4ac1da8e75e3 - status: 200 OK - code: 200 - duration: 94.239333ms - - id: 90 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/9b283563-32f4-4736-9c0c-f5e94a8b15c5/nodes?order_by=created_at_asc&page=1&pool_id=b5f9447f-c5e8-4033-9d8e-dfacfaba08a9&status=unknown - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 650 - uncompressed: false - body: '{"nodes":[{"cluster_id":"9b283563-32f4-4736-9c0c-f5e94a8b15c5","conditions":{"DiskPressure":"False","MemoryPressure":"False","NetworkUnavailable":"False","PIDPressure":"False","Ready":"True"},"created_at":"2025-09-30T09:29:00.316675Z","error_message":"","id":"a31a7dca-b585-4184-a5d5-958d56f65066","name":"scw-test-pool-wait-test-pool-wait-a31a7dcab585","pool_id":"b5f9447f-c5e8-4033-9d8e-dfacfaba08a9","provider_id":"scaleway://instance/fr-par-1/00522319-26a3-4602-833a-d085bc2a8ae0","public_ip_v4":"212.47.234.198","public_ip_v6":null,"region":"fr-par","status":"ready","updated_at":"2025-09-30T09:31:33.440951Z"}],"total_count":1}' - headers: - Content-Length: - - "650" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:31:35 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 5ebcd1a9-99c1-490a-8404-53d3a342df40 - status: 200 OK - code: 200 - duration: 100.536ms - - id: 91 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/9b283563-32f4-4736-9c0c-f5e94a8b15c5 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1595 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://9b283563-32f4-4736-9c0c-f5e94a8b15c5.api.k8s.fr-par.scw.cloud:6443","cni":"calico","commitment_ends_at":"2025-09-30T09:23:27.855054Z","created_at":"2025-09-30T09:23:27.855043Z","description":"","dns_wildcard":"*.9b283563-32f4-4736-9c0c-f5e94a8b15c5.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"53c34d60-da8e-4e98-a53e-08ad28c21a6e","id":"9b283563-32f4-4736-9c0c-f5e94a8b15c5","name":"test-pool-wait","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":"e8031540-8456-4577-8eca-b22aefcce41f","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"","service_dns_ip":"","status":"ready","tags":["terraform-test","scaleway_k8s_cluster","minimal"],"type":"kapsule","updated_at":"2025-09-30T09:25:13.544409Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1595" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:31:35 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - b0fb9fd8-8f72-48c2-acb6-f9c582d9386a - status: 200 OK - code: 200 - duration: 75.397083ms - - id: 92 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/9b283563-32f4-4736-9c0c-f5e94a8b15c5 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1595 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://9b283563-32f4-4736-9c0c-f5e94a8b15c5.api.k8s.fr-par.scw.cloud:6443","cni":"calico","commitment_ends_at":"2025-09-30T09:23:27.855054Z","created_at":"2025-09-30T09:23:27.855043Z","description":"","dns_wildcard":"*.9b283563-32f4-4736-9c0c-f5e94a8b15c5.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"53c34d60-da8e-4e98-a53e-08ad28c21a6e","id":"9b283563-32f4-4736-9c0c-f5e94a8b15c5","name":"test-pool-wait","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":"e8031540-8456-4577-8eca-b22aefcce41f","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"","service_dns_ip":"","status":"ready","tags":["terraform-test","scaleway_k8s_cluster","minimal"],"type":"kapsule","updated_at":"2025-09-30T09:25:13.544409Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1595" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:31:35 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - c2310d04-9030-4c1e-961e-4e1eac46ff83 - status: 200 OK - code: 200 - duration: 92.557125ms - - id: 93 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/ipam/v1/regions/fr-par/ips?order_by=created_at_desc&project_id=105bdce1-64c0-48ab-899d-868455867ecf&resource_name=scw-test-pool-wait-test-pool-wait-2-a786b11112&resource_type=unknown_type - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1122 - uncompressed: false - body: '{"ips":[{"address":"fd5f:519c:6d46:7b7d:aad8:37c1:c69d:505/64","created_at":"2025-09-30T09:29:48.096660Z","id":"f801001c-9477-454e-9d79-83b589af8cfd","is_ipv6":true,"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","resource":{"id":"3c2b22e5-2445-4778-a6bc-c494f969e3df","mac_address":"02:00:00:1D:6A:F2","name":"scw-test-pool-wait-test-pool-wait-2-a786b11112","type":"instance_private_nic"},"reverses":[],"source":{"subnet_id":"e70a771a-4279-43b8-9356-c2f0eb5753e1"},"tags":[],"updated_at":"2025-09-30T09:29:48.096660Z","zone":null},{"address":"172.17.212.4/22","created_at":"2025-09-30T09:29:47.975113Z","id":"55bfbf30-bcbe-44ee-b90c-45ef318498dd","is_ipv6":false,"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","resource":{"id":"3c2b22e5-2445-4778-a6bc-c494f969e3df","mac_address":"02:00:00:1D:6A:F2","name":"scw-test-pool-wait-test-pool-wait-2-a786b11112","type":"instance_private_nic"},"reverses":[],"source":{"subnet_id":"1a606aee-b81a-4842-a8fd-3a157af97f7b"},"tags":[],"updated_at":"2025-09-30T09:29:47.975113Z","zone":null}],"total_count":2}' - headers: - Content-Length: - - "1122" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:31:35 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 4ae5338c-c705-4b20-b2fa-fde9994bfdf6 - status: 200 OK - code: 200 - duration: 48.046ms - - id: 94 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/ipam/v1/regions/fr-par/ips?order_by=created_at_desc&project_id=105bdce1-64c0-48ab-899d-868455867ecf&resource_name=scw-test-pool-wait-test-pool-wait-a31a7dcab585&resource_type=unknown_type - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1123 - uncompressed: false - body: '{"ips":[{"address":"fd5f:519c:6d46:7b7d:cd40:e2d7:2c0d:48c5/64","created_at":"2025-09-30T09:29:05.114401Z","id":"16abe70a-02f8-4661-9c18-7285ca12daf7","is_ipv6":true,"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","resource":{"id":"da79e85c-b55b-4a0a-9d35-3e6ac893af6a","mac_address":"02:00:00:1E:7E:50","name":"scw-test-pool-wait-test-pool-wait-a31a7dcab585","type":"instance_private_nic"},"reverses":[],"source":{"subnet_id":"e70a771a-4279-43b8-9356-c2f0eb5753e1"},"tags":[],"updated_at":"2025-09-30T09:29:05.114401Z","zone":null},{"address":"172.17.212.3/22","created_at":"2025-09-30T09:29:04.995629Z","id":"eaddda75-ad46-4a0c-aa0e-c7fabbb7115e","is_ipv6":false,"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","resource":{"id":"da79e85c-b55b-4a0a-9d35-3e6ac893af6a","mac_address":"02:00:00:1E:7E:50","name":"scw-test-pool-wait-test-pool-wait-a31a7dcab585","type":"instance_private_nic"},"reverses":[],"source":{"subnet_id":"1a606aee-b81a-4842-a8fd-3a157af97f7b"},"tags":[],"updated_at":"2025-09-30T09:29:04.995629Z","zone":null}],"total_count":2}' - headers: - Content-Length: - - "1123" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:31:35 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - f18aab32-e803-49bc-bf5c-d80129704376 - status: 200 OK - code: 200 - duration: 38.662208ms - - id: 95 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/ipam/v1/regions/fr-par/ips?order_by=created_at_desc&project_id=105bdce1-64c0-48ab-899d-868455867ecf&resource_name=scw-test-pool-wait-test-pool-wait-2-380c659fa5&resource_type=unknown_type - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1122 - uncompressed: false - body: '{"ips":[{"address":"fd5f:519c:6d46:7b7d:43f5:2a0:1782:eb6f/64","created_at":"2025-09-30T09:30:31.778022Z","id":"a1eeaa59-9380-465e-aa1a-c8f480918142","is_ipv6":true,"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","resource":{"id":"9b2592ef-02ff-419e-8b41-62743dc9a467","mac_address":"02:00:00:1F:66:9F","name":"scw-test-pool-wait-test-pool-wait-2-380c659fa5","type":"instance_private_nic"},"reverses":[],"source":{"subnet_id":"e70a771a-4279-43b8-9356-c2f0eb5753e1"},"tags":[],"updated_at":"2025-09-30T09:30:31.778022Z","zone":null},{"address":"172.17.212.5/22","created_at":"2025-09-30T09:30:31.664607Z","id":"6aec9bb7-baf0-47ae-a219-d4c517032a35","is_ipv6":false,"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","resource":{"id":"9b2592ef-02ff-419e-8b41-62743dc9a467","mac_address":"02:00:00:1F:66:9F","name":"scw-test-pool-wait-test-pool-wait-2-380c659fa5","type":"instance_private_nic"},"reverses":[],"source":{"subnet_id":"1a606aee-b81a-4842-a8fd-3a157af97f7b"},"tags":[],"updated_at":"2025-09-30T09:30:31.664607Z","zone":null}],"total_count":2}' - headers: - Content-Length: - - "1122" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:31:35 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - d17a5131-7d4b-47f5-830e-06faee757ab1 - status: 200 OK - code: 200 - duration: 36.451667ms - - id: 96 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/fr-par/vpcs/2b75c506-21b7-471c-ae9a-32fc0bc776d4 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 415 - uncompressed: false - body: '{"created_at":"2025-09-30T09:23:26.830186Z","custom_routes_propagation_enabled":true,"id":"2b75c506-21b7-471c-ae9a-32fc0bc776d4","is_default":false,"name":"tf-vpc-kind-cohen","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","private_network_count":1,"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","routing_enabled":true,"tags":[],"updated_at":"2025-09-30T09:23:26.830186Z"}' - headers: - Content-Length: - - "415" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:31:35 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 3060bec6-eb1a-4c85-b96e-880d77078db8 - status: 200 OK - code: 200 - duration: 23.837375ms - - id: 97 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks/e8031540-8456-4577-8eca-b22aefcce41f - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1085 - uncompressed: false - body: '{"created_at":"2025-09-30T09:23:26.924056Z","default_route_propagation_enabled":false,"dhcp_enabled":true,"id":"e8031540-8456-4577-8eca-b22aefcce41f","name":"test-pool-wait","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","subnets":[{"created_at":"2025-09-30T09:23:26.924056Z","id":"1a606aee-b81a-4842-a8fd-3a157af97f7b","private_network_id":"e8031540-8456-4577-8eca-b22aefcce41f","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","subnet":"172.17.212.0/22","updated_at":"2025-09-30T09:23:26.924056Z","vpc_id":"2b75c506-21b7-471c-ae9a-32fc0bc776d4"},{"created_at":"2025-09-30T09:23:26.924056Z","id":"e70a771a-4279-43b8-9356-c2f0eb5753e1","private_network_id":"e8031540-8456-4577-8eca-b22aefcce41f","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","subnet":"fd5f:519c:6d46:7b7d::/64","updated_at":"2025-09-30T09:23:26.924056Z","vpc_id":"2b75c506-21b7-471c-ae9a-32fc0bc776d4"}],"tags":[],"updated_at":"2025-09-30T09:23:26.924056Z","vpc_id":"2b75c506-21b7-471c-ae9a-32fc0bc776d4"}' - headers: - Content-Length: - - "1085" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:31:35 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - f772a0b4-2072-4b6e-a4a2-08f79fedcd9f - status: 200 OK - code: 200 - duration: 26.065625ms - - id: 98 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/9b283563-32f4-4736-9c0c-f5e94a8b15c5 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1595 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://9b283563-32f4-4736-9c0c-f5e94a8b15c5.api.k8s.fr-par.scw.cloud:6443","cni":"calico","commitment_ends_at":"2025-09-30T09:23:27.855054Z","created_at":"2025-09-30T09:23:27.855043Z","description":"","dns_wildcard":"*.9b283563-32f4-4736-9c0c-f5e94a8b15c5.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"53c34d60-da8e-4e98-a53e-08ad28c21a6e","id":"9b283563-32f4-4736-9c0c-f5e94a8b15c5","name":"test-pool-wait","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":"e8031540-8456-4577-8eca-b22aefcce41f","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"","service_dns_ip":"","status":"ready","tags":["terraform-test","scaleway_k8s_cluster","minimal"],"type":"kapsule","updated_at":"2025-09-30T09:25:13.544409Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1595" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:31:35 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 4a63d1d3-b36f-49cc-8a67-46e1dab0c984 - status: 200 OK - code: 200 - duration: 90.435666ms - - id: 99 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/9b283563-32f4-4736-9c0c-f5e94a8b15c5/kubeconfig - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1650 - uncompressed: false - body: '{"content":"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogInRlc3QtcG9vbC13YWl0IgogIGNsdXN0ZXI6CiAgICBjZXJ0aWZpY2F0ZS1hdXRob3JpdHktZGF0YTogTFMwdExTMUNSVWRKVGlCRFJWSlVTVVpKUTBGVVJTMHRMUzB0Q2sxSlNVSlhla05EUVZGSFowRjNTVUpCWjBsQ1FVUkJTMEpuWjNGb2EycFBVRkZSUkVGcVFWWk5VazEzUlZGWlJGWlJVVVJGZDNCeVpGZEtiR050Tld3S1pFZFdlazFDTkZoRVZFa3hUVVJyZVU5VVFUVk5hazE1VGpGdldFUlVUVEZOUkd0NVQxUkJOVTFxVFhsT01XOTNSbFJGVkUxQ1JVZEJNVlZGUVhoTlN3cGhNMVpwV2xoS2RWcFlVbXhqZWtKYVRVSk5SMEo1Y1VkVFRUUTVRV2RGUjBORGNVZFRUVFE1UVhkRlNFRXdTVUZDVUhKUEwySm1ZVGswV2pCbFRXdGhDaXMxWmpGSGMyaG5RM1pNWm14b0syWmtXRlp5WVdZMmJHOXhNVlIxVEdsRFFYZENUR0pSTkV4NFUxUlNNQzgyUWpSNFQzZDBWblJHVTBOaU1tSnhjR2dLZVdSWldVNDVjV3BSYWtKQlRVRTBSMEV4VldSRWQwVkNMM2RSUlVGM1NVTndSRUZRUW1kT1ZraFNUVUpCWmpoRlFsUkJSRUZSU0M5TlFqQkhRVEZWWkFwRVoxRlhRa0pTUkc4NFlYVXphMkUyUW5kbVlYUXpTMGxuWTBWckwzUlVTMnQ2UVV0Q1oyZHhhR3RxVDFCUlVVUkJaMDVKUVVSQ1JrRnBSVUUyVG1aa0NqRnFSVkJ4Y1d4bVFqRlZLMU5CT1dNeGFXdDJORWMwUlUxd05EUlliVVpIVG1Kc1kwZFJRVU5KUWxkVWJTOXFXa3R3VDNSWFdYcE9ZM2hOT0doUmJuQUtTV3gzTUZrMlRXZHhkM1ZSVURSWmJIaHZkemNLTFMwdExTMUZUa1FnUTBWU1ZFbEdTVU5CVkVVdExTMHRMUW89CiAgICBzZXJ2ZXI6IGh0dHBzOi8vOWIyODM1NjMtMzJmNC00NzM2LTljMGMtZjVlOTRhOGIxNWM1LmFwaS5rOHMuZnItcGFyLnNjdy5jbG91ZDo2NDQzCmNvbnRleHRzOgotIG5hbWU6IGFkbWluQHRlc3QtcG9vbC13YWl0CiAgY29udGV4dDoKICAgIGNsdXN0ZXI6ICJ0ZXN0LXBvb2wtd2FpdCIKICAgIHVzZXI6IHRlc3QtcG9vbC13YWl0LWFkbWluCmN1cnJlbnQtY29udGV4dDogYWRtaW5AdGVzdC1wb29sLXdhaXQKa2luZDogQ29uZmlnCnByZWZlcmVuY2VzOiB7fQp1c2VyczoKLSBuYW1lOiB0ZXN0LXBvb2wtd2FpdC1hZG1pbgogIHVzZXI6CiAgICB0b2tlbjogNzV5UnZ4cE1TM1N1elRhamRWQ2VVT2xyMEFTenBqZ0ZKR0lZYllldjVyUWttVFpmaGY3anlHdUc=","content_type":"application/octet-stream","name":"kubeconfig"}' - headers: - Content-Length: - - "1650" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:31:36 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 5e918424-97e1-43b6-94b4-5478e1a39668 - status: 200 OK - code: 200 - duration: 94.653333ms - - id: 100 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/b5f9447f-c5e8-4033-9d8e-dfacfaba08a9 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 713 - uncompressed: false - body: '{"autohealing":false,"autoscaling":false,"cluster_id":"9b283563-32f4-4736-9c0c-f5e94a8b15c5","container_runtime":"containerd","created_at":"2025-09-30T09:23:33.546561Z","id":"b5f9447f-c5e8-4033-9d8e-dfacfaba08a9","kubelet_args":{},"max_size":1,"min_size":1,"name":"test-pool-wait","new_images_enabled":true,"node_type":"pro2_xxs","placement_group_id":null,"public_ip_disabled":false,"region":"fr-par","root_volume_size":20000000000,"root_volume_type":"sbs_5k","security_group_id":"d49109f7-0bad-4991-b0fb-853c658463d2","size":1,"status":"ready","tags":[],"updated_at":"2025-09-30T09:29:36.491137Z","upgrade_policy":{"max_surge":0,"max_unavailable":1},"version":"1.34.1","zone":"fr-par-1"}' - headers: - Content-Length: - - "713" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:31:36 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - c59d0a9c-3817-4f5a-a298-c5bc0b84b511 - status: 200 OK - code: 200 - duration: 92.202583ms - - id: 101 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/e3b97d34-64e0-4102-95cd-aa49642c28b8 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 715 - uncompressed: false - body: '{"autohealing":false,"autoscaling":false,"cluster_id":"9b283563-32f4-4736-9c0c-f5e94a8b15c5","container_runtime":"containerd","created_at":"2025-09-30T09:29:44.189116Z","id":"e3b97d34-64e0-4102-95cd-aa49642c28b8","kubelet_args":{},"max_size":2,"min_size":1,"name":"test-pool-wait-2","new_images_enabled":true,"node_type":"pro2_xxs","placement_group_id":null,"public_ip_disabled":false,"region":"fr-par","root_volume_size":20000000000,"root_volume_type":"sbs_5k","security_group_id":"d49109f7-0bad-4991-b0fb-853c658463d2","size":2,"status":"ready","tags":[],"updated_at":"2025-09-30T09:31:33.477516Z","upgrade_policy":{"max_surge":0,"max_unavailable":1},"version":"1.34.1","zone":"fr-par-1"}' - headers: - Content-Length: - - "715" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:31:36 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - b579e490-0695-4a1f-b5c6-af45e21829a0 - status: 200 OK - code: 200 - duration: 93.780834ms - - id: 102 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/9b283563-32f4-4736-9c0c-f5e94a8b15c5/nodes?order_by=created_at_asc&page=1&pool_id=e3b97d34-64e0-4102-95cd-aa49642c28b8&status=unknown - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1240 - uncompressed: false - body: '{"nodes":[{"cluster_id":"9b283563-32f4-4736-9c0c-f5e94a8b15c5","conditions":{"DiskPressure":"False","MemoryPressure":"False","NetworkUnavailable":"False","PIDPressure":"False","Ready":"True"},"created_at":"2025-09-30T09:29:44.522141Z","error_message":"","id":"a786b111-12b5-4bb6-976a-af0e639cdcf7","name":"scw-test-pool-wait-test-pool-wait-2-a786b11112","pool_id":"e3b97d34-64e0-4102-95cd-aa49642c28b8","provider_id":"scaleway://instance/fr-par-1/b2a04bc9-d03e-43c4-b666-696239f0a30d","public_ip_v4":"51.158.64.118","public_ip_v6":null,"region":"fr-par","status":"ready","updated_at":"2025-09-30T09:31:33.454973Z"},{"cluster_id":"9b283563-32f4-4736-9c0c-f5e94a8b15c5","conditions":{"DiskPressure":"False","MemoryPressure":"False","PIDPressure":"False","Ready":"True"},"created_at":"2025-09-30T09:30:28.019791Z","error_message":"","id":"380c659f-a500-4e09-bc0d-15edd44c31f0","name":"scw-test-pool-wait-test-pool-wait-2-380c659fa5","pool_id":"e3b97d34-64e0-4102-95cd-aa49642c28b8","provider_id":"scaleway://instance/fr-par-1/43fa0fce-91cc-46de-a1f1-e20b7c051bd3","public_ip_v4":"51.158.65.45","public_ip_v6":null,"region":"fr-par","status":"ready","updated_at":"2025-09-30T09:31:33.464865Z"}],"total_count":2}' - headers: - Content-Length: - - "1240" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:31:36 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 700961f8-fb1a-428b-9931-17c750584e9b - status: 200 OK - code: 200 - duration: 88.742959ms - - id: 103 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/9b283563-32f4-4736-9c0c-f5e94a8b15c5/nodes?order_by=created_at_asc&page=1&pool_id=b5f9447f-c5e8-4033-9d8e-dfacfaba08a9&status=unknown - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 650 - uncompressed: false - body: '{"nodes":[{"cluster_id":"9b283563-32f4-4736-9c0c-f5e94a8b15c5","conditions":{"DiskPressure":"False","MemoryPressure":"False","NetworkUnavailable":"False","PIDPressure":"False","Ready":"True"},"created_at":"2025-09-30T09:29:00.316675Z","error_message":"","id":"a31a7dca-b585-4184-a5d5-958d56f65066","name":"scw-test-pool-wait-test-pool-wait-a31a7dcab585","pool_id":"b5f9447f-c5e8-4033-9d8e-dfacfaba08a9","provider_id":"scaleway://instance/fr-par-1/00522319-26a3-4602-833a-d085bc2a8ae0","public_ip_v4":"212.47.234.198","public_ip_v6":null,"region":"fr-par","status":"ready","updated_at":"2025-09-30T09:31:33.440951Z"}],"total_count":1}' - headers: - Content-Length: - - "650" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:31:36 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - eed8afa5-f988-4d91-a2cf-597b06e8e2fa - status: 200 OK - code: 200 - duration: 91.97725ms - - id: 104 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/9b283563-32f4-4736-9c0c-f5e94a8b15c5 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1595 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://9b283563-32f4-4736-9c0c-f5e94a8b15c5.api.k8s.fr-par.scw.cloud:6443","cni":"calico","commitment_ends_at":"2025-09-30T09:23:27.855054Z","created_at":"2025-09-30T09:23:27.855043Z","description":"","dns_wildcard":"*.9b283563-32f4-4736-9c0c-f5e94a8b15c5.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"53c34d60-da8e-4e98-a53e-08ad28c21a6e","id":"9b283563-32f4-4736-9c0c-f5e94a8b15c5","name":"test-pool-wait","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":"e8031540-8456-4577-8eca-b22aefcce41f","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"","service_dns_ip":"","status":"ready","tags":["terraform-test","scaleway_k8s_cluster","minimal"],"type":"kapsule","updated_at":"2025-09-30T09:25:13.544409Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1595" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:31:36 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 46c32f50-23eb-42f5-b04b-715e1dab0833 - status: 200 OK - code: 200 - duration: 90.184417ms - - id: 105 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/9b283563-32f4-4736-9c0c-f5e94a8b15c5 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1595 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://9b283563-32f4-4736-9c0c-f5e94a8b15c5.api.k8s.fr-par.scw.cloud:6443","cni":"calico","commitment_ends_at":"2025-09-30T09:23:27.855054Z","created_at":"2025-09-30T09:23:27.855043Z","description":"","dns_wildcard":"*.9b283563-32f4-4736-9c0c-f5e94a8b15c5.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"53c34d60-da8e-4e98-a53e-08ad28c21a6e","id":"9b283563-32f4-4736-9c0c-f5e94a8b15c5","name":"test-pool-wait","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":"e8031540-8456-4577-8eca-b22aefcce41f","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"","service_dns_ip":"","status":"ready","tags":["terraform-test","scaleway_k8s_cluster","minimal"],"type":"kapsule","updated_at":"2025-09-30T09:25:13.544409Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1595" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:31:36 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - e0901519-a882-4b92-92a4-f6325d1112a1 - status: 200 OK - code: 200 - duration: 95.976958ms - - id: 106 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/ipam/v1/regions/fr-par/ips?order_by=created_at_desc&project_id=105bdce1-64c0-48ab-899d-868455867ecf&resource_name=scw-test-pool-wait-test-pool-wait-2-a786b11112&resource_type=unknown_type - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1122 - uncompressed: false - body: '{"ips":[{"address":"fd5f:519c:6d46:7b7d:aad8:37c1:c69d:505/64","created_at":"2025-09-30T09:29:48.096660Z","id":"f801001c-9477-454e-9d79-83b589af8cfd","is_ipv6":true,"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","resource":{"id":"3c2b22e5-2445-4778-a6bc-c494f969e3df","mac_address":"02:00:00:1D:6A:F2","name":"scw-test-pool-wait-test-pool-wait-2-a786b11112","type":"instance_private_nic"},"reverses":[],"source":{"subnet_id":"e70a771a-4279-43b8-9356-c2f0eb5753e1"},"tags":[],"updated_at":"2025-09-30T09:29:48.096660Z","zone":null},{"address":"172.17.212.4/22","created_at":"2025-09-30T09:29:47.975113Z","id":"55bfbf30-bcbe-44ee-b90c-45ef318498dd","is_ipv6":false,"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","resource":{"id":"3c2b22e5-2445-4778-a6bc-c494f969e3df","mac_address":"02:00:00:1D:6A:F2","name":"scw-test-pool-wait-test-pool-wait-2-a786b11112","type":"instance_private_nic"},"reverses":[],"source":{"subnet_id":"1a606aee-b81a-4842-a8fd-3a157af97f7b"},"tags":[],"updated_at":"2025-09-30T09:29:47.975113Z","zone":null}],"total_count":2}' - headers: - Content-Length: - - "1122" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:31:36 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 2ff96bf6-22ad-493b-9fd5-a5a8bbaaa4c0 - status: 200 OK - code: 200 - duration: 29.245416ms - - id: 107 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/ipam/v1/regions/fr-par/ips?order_by=created_at_desc&project_id=105bdce1-64c0-48ab-899d-868455867ecf&resource_name=scw-test-pool-wait-test-pool-wait-a31a7dcab585&resource_type=unknown_type - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1123 - uncompressed: false - body: '{"ips":[{"address":"fd5f:519c:6d46:7b7d:cd40:e2d7:2c0d:48c5/64","created_at":"2025-09-30T09:29:05.114401Z","id":"16abe70a-02f8-4661-9c18-7285ca12daf7","is_ipv6":true,"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","resource":{"id":"da79e85c-b55b-4a0a-9d35-3e6ac893af6a","mac_address":"02:00:00:1E:7E:50","name":"scw-test-pool-wait-test-pool-wait-a31a7dcab585","type":"instance_private_nic"},"reverses":[],"source":{"subnet_id":"e70a771a-4279-43b8-9356-c2f0eb5753e1"},"tags":[],"updated_at":"2025-09-30T09:29:05.114401Z","zone":null},{"address":"172.17.212.3/22","created_at":"2025-09-30T09:29:04.995629Z","id":"eaddda75-ad46-4a0c-aa0e-c7fabbb7115e","is_ipv6":false,"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","resource":{"id":"da79e85c-b55b-4a0a-9d35-3e6ac893af6a","mac_address":"02:00:00:1E:7E:50","name":"scw-test-pool-wait-test-pool-wait-a31a7dcab585","type":"instance_private_nic"},"reverses":[],"source":{"subnet_id":"1a606aee-b81a-4842-a8fd-3a157af97f7b"},"tags":[],"updated_at":"2025-09-30T09:29:04.995629Z","zone":null}],"total_count":2}' - headers: - Content-Length: - - "1123" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:31:36 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 35061897-a4b9-4863-abbb-01d222147a40 - status: 200 OK - code: 200 - duration: 35.241792ms - - id: 108 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/ipam/v1/regions/fr-par/ips?order_by=created_at_desc&project_id=105bdce1-64c0-48ab-899d-868455867ecf&resource_name=scw-test-pool-wait-test-pool-wait-2-380c659fa5&resource_type=unknown_type - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1122 - uncompressed: false - body: '{"ips":[{"address":"fd5f:519c:6d46:7b7d:43f5:2a0:1782:eb6f/64","created_at":"2025-09-30T09:30:31.778022Z","id":"a1eeaa59-9380-465e-aa1a-c8f480918142","is_ipv6":true,"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","resource":{"id":"9b2592ef-02ff-419e-8b41-62743dc9a467","mac_address":"02:00:00:1F:66:9F","name":"scw-test-pool-wait-test-pool-wait-2-380c659fa5","type":"instance_private_nic"},"reverses":[],"source":{"subnet_id":"e70a771a-4279-43b8-9356-c2f0eb5753e1"},"tags":[],"updated_at":"2025-09-30T09:30:31.778022Z","zone":null},{"address":"172.17.212.5/22","created_at":"2025-09-30T09:30:31.664607Z","id":"6aec9bb7-baf0-47ae-a219-d4c517032a35","is_ipv6":false,"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","resource":{"id":"9b2592ef-02ff-419e-8b41-62743dc9a467","mac_address":"02:00:00:1F:66:9F","name":"scw-test-pool-wait-test-pool-wait-2-380c659fa5","type":"instance_private_nic"},"reverses":[],"source":{"subnet_id":"1a606aee-b81a-4842-a8fd-3a157af97f7b"},"tags":[],"updated_at":"2025-09-30T09:30:31.664607Z","zone":null}],"total_count":2}' - headers: - Content-Length: - - "1122" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:31:36 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 03f0576b-fe7e-4cfe-b3db-4da244199a6c - status: 200 OK - code: 200 - duration: 36.299541ms - - id: 109 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 82 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: '{"size":1,"max_size":1,"upgrade_policy":{"max_unavailable":null,"max_surge":null}}' - form: {} - headers: - Content-Type: - - application/json - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/e3b97d34-64e0-4102-95cd-aa49642c28b8 - method: PATCH - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 717 - uncompressed: false - body: '{"autohealing":false,"autoscaling":false,"cluster_id":"9b283563-32f4-4736-9c0c-f5e94a8b15c5","container_runtime":"containerd","created_at":"2025-09-30T09:29:44.189116Z","id":"e3b97d34-64e0-4102-95cd-aa49642c28b8","kubelet_args":{},"max_size":1,"min_size":1,"name":"test-pool-wait-2","new_images_enabled":true,"node_type":"pro2_xxs","placement_group_id":null,"public_ip_disabled":false,"region":"fr-par","root_volume_size":20000000000,"root_volume_type":"sbs_5k","security_group_id":"d49109f7-0bad-4991-b0fb-853c658463d2","size":1,"status":"scaling","tags":[],"updated_at":"2025-09-30T09:31:36.599956Z","upgrade_policy":{"max_surge":0,"max_unavailable":1},"version":"1.34.1","zone":"fr-par-1"}' - headers: - Content-Length: - - "717" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:31:36 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - d875dc09-7398-4304-9414-de53b9a38ab3 - status: 200 OK - code: 200 - duration: 97.493583ms - - id: 110 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/e3b97d34-64e0-4102-95cd-aa49642c28b8 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 717 - uncompressed: false - body: '{"autohealing":false,"autoscaling":false,"cluster_id":"9b283563-32f4-4736-9c0c-f5e94a8b15c5","container_runtime":"containerd","created_at":"2025-09-30T09:29:44.189116Z","id":"e3b97d34-64e0-4102-95cd-aa49642c28b8","kubelet_args":{},"max_size":1,"min_size":1,"name":"test-pool-wait-2","new_images_enabled":true,"node_type":"pro2_xxs","placement_group_id":null,"public_ip_disabled":false,"region":"fr-par","root_volume_size":20000000000,"root_volume_type":"sbs_5k","security_group_id":"d49109f7-0bad-4991-b0fb-853c658463d2","size":1,"status":"scaling","tags":[],"updated_at":"2025-09-30T09:31:36.599956Z","upgrade_policy":{"max_surge":0,"max_unavailable":1},"version":"1.34.1","zone":"fr-par-1"}' - headers: - Content-Length: - - "717" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:31:36 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 2ca879a5-59c7-4cfe-ae21-bcd8938cd30c - status: 200 OK - code: 200 - duration: 89.069417ms - - id: 111 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/e3b97d34-64e0-4102-95cd-aa49642c28b8 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 715 - uncompressed: false - body: '{"autohealing":false,"autoscaling":false,"cluster_id":"9b283563-32f4-4736-9c0c-f5e94a8b15c5","container_runtime":"containerd","created_at":"2025-09-30T09:29:44.189116Z","id":"e3b97d34-64e0-4102-95cd-aa49642c28b8","kubelet_args":{},"max_size":1,"min_size":1,"name":"test-pool-wait-2","new_images_enabled":true,"node_type":"pro2_xxs","placement_group_id":null,"public_ip_disabled":false,"region":"fr-par","root_volume_size":20000000000,"root_volume_type":"sbs_5k","security_group_id":"d49109f7-0bad-4991-b0fb-853c658463d2","size":1,"status":"ready","tags":[],"updated_at":"2025-09-30T09:31:40.835320Z","upgrade_policy":{"max_surge":0,"max_unavailable":1},"version":"1.34.1","zone":"fr-par-1"}' - headers: - Content-Length: - - "715" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:31:41 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 48dbec50-5f98-4eb9-aae4-66ab6f1182d5 - status: 200 OK - code: 200 - duration: 94.259ms - - id: 112 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/e3b97d34-64e0-4102-95cd-aa49642c28b8 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 715 - uncompressed: false - body: '{"autohealing":false,"autoscaling":false,"cluster_id":"9b283563-32f4-4736-9c0c-f5e94a8b15c5","container_runtime":"containerd","created_at":"2025-09-30T09:29:44.189116Z","id":"e3b97d34-64e0-4102-95cd-aa49642c28b8","kubelet_args":{},"max_size":1,"min_size":1,"name":"test-pool-wait-2","new_images_enabled":true,"node_type":"pro2_xxs","placement_group_id":null,"public_ip_disabled":false,"region":"fr-par","root_volume_size":20000000000,"root_volume_type":"sbs_5k","security_group_id":"d49109f7-0bad-4991-b0fb-853c658463d2","size":1,"status":"ready","tags":[],"updated_at":"2025-09-30T09:31:40.835320Z","upgrade_policy":{"max_surge":0,"max_unavailable":1},"version":"1.34.1","zone":"fr-par-1"}' - headers: - Content-Length: - - "715" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:31:41 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 061ec263-d7a5-43a8-8ba0-f1d4268015c5 - status: 200 OK - code: 200 - duration: 78.447625ms - - id: 113 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/9b283563-32f4-4736-9c0c-f5e94a8b15c5/nodes?order_by=created_at_asc&page=1&pool_id=e3b97d34-64e0-4102-95cd-aa49642c28b8&status=unknown - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1243 - uncompressed: false - body: '{"nodes":[{"cluster_id":"9b283563-32f4-4736-9c0c-f5e94a8b15c5","conditions":{"DiskPressure":"False","MemoryPressure":"False","NetworkUnavailable":"False","PIDPressure":"False","Ready":"True"},"created_at":"2025-09-30T09:29:44.522141Z","error_message":"","id":"a786b111-12b5-4bb6-976a-af0e639cdcf7","name":"scw-test-pool-wait-test-pool-wait-2-a786b11112","pool_id":"e3b97d34-64e0-4102-95cd-aa49642c28b8","provider_id":"scaleway://instance/fr-par-1/b2a04bc9-d03e-43c4-b666-696239f0a30d","public_ip_v4":"51.158.64.118","public_ip_v6":null,"region":"fr-par","status":"ready","updated_at":"2025-09-30T09:31:40.786969Z"},{"cluster_id":"9b283563-32f4-4736-9c0c-f5e94a8b15c5","conditions":{"DiskPressure":"False","MemoryPressure":"False","PIDPressure":"False","Ready":"True"},"created_at":"2025-09-30T09:30:28.019791Z","error_message":"","id":"380c659f-a500-4e09-bc0d-15edd44c31f0","name":"scw-test-pool-wait-test-pool-wait-2-380c659fa5","pool_id":"e3b97d34-64e0-4102-95cd-aa49642c28b8","provider_id":"scaleway://instance/fr-par-1/43fa0fce-91cc-46de-a1f1-e20b7c051bd3","public_ip_v4":"51.158.65.45","public_ip_v6":null,"region":"fr-par","status":"deleting","updated_at":"2025-09-30T09:31:37.677227Z"}],"total_count":2}' - headers: - Content-Length: - - "1243" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:31:42 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 65e4ce7c-3f1d-4bb2-bdea-5b5b9e8539c2 - status: 200 OK - code: 200 - duration: 83.435958ms - - id: 114 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/9b283563-32f4-4736-9c0c-f5e94a8b15c5 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1595 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://9b283563-32f4-4736-9c0c-f5e94a8b15c5.api.k8s.fr-par.scw.cloud:6443","cni":"calico","commitment_ends_at":"2025-09-30T09:23:27.855054Z","created_at":"2025-09-30T09:23:27.855043Z","description":"","dns_wildcard":"*.9b283563-32f4-4736-9c0c-f5e94a8b15c5.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"53c34d60-da8e-4e98-a53e-08ad28c21a6e","id":"9b283563-32f4-4736-9c0c-f5e94a8b15c5","name":"test-pool-wait","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":"e8031540-8456-4577-8eca-b22aefcce41f","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"","service_dns_ip":"","status":"ready","tags":["terraform-test","scaleway_k8s_cluster","minimal"],"type":"kapsule","updated_at":"2025-09-30T09:25:13.544409Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1595" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:31:42 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 8fd4eabf-b347-47a9-9b98-3eee76c5ba2e - status: 200 OK - code: 200 - duration: 87.5705ms - - id: 115 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/ipam/v1/regions/fr-par/ips?order_by=created_at_desc&project_id=105bdce1-64c0-48ab-899d-868455867ecf&resource_name=scw-test-pool-wait-test-pool-wait-2-a786b11112&resource_type=unknown_type - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1122 - uncompressed: false - body: '{"ips":[{"address":"fd5f:519c:6d46:7b7d:aad8:37c1:c69d:505/64","created_at":"2025-09-30T09:29:48.096660Z","id":"f801001c-9477-454e-9d79-83b589af8cfd","is_ipv6":true,"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","resource":{"id":"3c2b22e5-2445-4778-a6bc-c494f969e3df","mac_address":"02:00:00:1D:6A:F2","name":"scw-test-pool-wait-test-pool-wait-2-a786b11112","type":"instance_private_nic"},"reverses":[],"source":{"subnet_id":"e70a771a-4279-43b8-9356-c2f0eb5753e1"},"tags":[],"updated_at":"2025-09-30T09:29:48.096660Z","zone":null},{"address":"172.17.212.4/22","created_at":"2025-09-30T09:29:47.975113Z","id":"55bfbf30-bcbe-44ee-b90c-45ef318498dd","is_ipv6":false,"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","resource":{"id":"3c2b22e5-2445-4778-a6bc-c494f969e3df","mac_address":"02:00:00:1D:6A:F2","name":"scw-test-pool-wait-test-pool-wait-2-a786b11112","type":"instance_private_nic"},"reverses":[],"source":{"subnet_id":"1a606aee-b81a-4842-a8fd-3a157af97f7b"},"tags":[],"updated_at":"2025-09-30T09:29:47.975113Z","zone":null}],"total_count":2}' - headers: - Content-Length: - - "1122" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:31:42 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - e44e2d05-7750-41a5-bf57-ad1a531e098b - status: 200 OK - code: 200 - duration: 38.024875ms - - id: 116 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/ipam/v1/regions/fr-par/ips?order_by=created_at_desc&project_id=105bdce1-64c0-48ab-899d-868455867ecf&resource_name=scw-test-pool-wait-test-pool-wait-2-380c659fa5&resource_type=unknown_type - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1122 - uncompressed: false - body: '{"ips":[{"address":"fd5f:519c:6d46:7b7d:43f5:2a0:1782:eb6f/64","created_at":"2025-09-30T09:30:31.778022Z","id":"a1eeaa59-9380-465e-aa1a-c8f480918142","is_ipv6":true,"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","resource":{"id":"9b2592ef-02ff-419e-8b41-62743dc9a467","mac_address":"02:00:00:1F:66:9F","name":"scw-test-pool-wait-test-pool-wait-2-380c659fa5","type":"instance_private_nic"},"reverses":[],"source":{"subnet_id":"e70a771a-4279-43b8-9356-c2f0eb5753e1"},"tags":[],"updated_at":"2025-09-30T09:30:31.778022Z","zone":null},{"address":"172.17.212.5/22","created_at":"2025-09-30T09:30:31.664607Z","id":"6aec9bb7-baf0-47ae-a219-d4c517032a35","is_ipv6":false,"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","resource":{"id":"9b2592ef-02ff-419e-8b41-62743dc9a467","mac_address":"02:00:00:1F:66:9F","name":"scw-test-pool-wait-test-pool-wait-2-380c659fa5","type":"instance_private_nic"},"reverses":[],"source":{"subnet_id":"1a606aee-b81a-4842-a8fd-3a157af97f7b"},"tags":[],"updated_at":"2025-09-30T09:30:31.664607Z","zone":null}],"total_count":2}' - headers: - Content-Length: - - "1122" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:31:42 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - e098e1e1-8890-4972-9cfd-2990233f31e6 - status: 200 OK - code: 200 - duration: 29.263417ms - - id: 117 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/9b283563-32f4-4736-9c0c-f5e94a8b15c5 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1595 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://9b283563-32f4-4736-9c0c-f5e94a8b15c5.api.k8s.fr-par.scw.cloud:6443","cni":"calico","commitment_ends_at":"2025-09-30T09:23:27.855054Z","created_at":"2025-09-30T09:23:27.855043Z","description":"","dns_wildcard":"*.9b283563-32f4-4736-9c0c-f5e94a8b15c5.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"53c34d60-da8e-4e98-a53e-08ad28c21a6e","id":"9b283563-32f4-4736-9c0c-f5e94a8b15c5","name":"test-pool-wait","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":"e8031540-8456-4577-8eca-b22aefcce41f","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"","service_dns_ip":"","status":"ready","tags":["terraform-test","scaleway_k8s_cluster","minimal"],"type":"kapsule","updated_at":"2025-09-30T09:25:13.544409Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1595" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:31:42 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 4a0a4ddf-50aa-43dd-ba53-135f02ffcbed - status: 200 OK - code: 200 - duration: 85.626125ms - - id: 118 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/e3b97d34-64e0-4102-95cd-aa49642c28b8 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 715 - uncompressed: false - body: '{"autohealing":false,"autoscaling":false,"cluster_id":"9b283563-32f4-4736-9c0c-f5e94a8b15c5","container_runtime":"containerd","created_at":"2025-09-30T09:29:44.189116Z","id":"e3b97d34-64e0-4102-95cd-aa49642c28b8","kubelet_args":{},"max_size":1,"min_size":1,"name":"test-pool-wait-2","new_images_enabled":true,"node_type":"pro2_xxs","placement_group_id":null,"public_ip_disabled":false,"region":"fr-par","root_volume_size":20000000000,"root_volume_type":"sbs_5k","security_group_id":"d49109f7-0bad-4991-b0fb-853c658463d2","size":1,"status":"ready","tags":[],"updated_at":"2025-09-30T09:31:40.835320Z","upgrade_policy":{"max_surge":0,"max_unavailable":1},"version":"1.34.1","zone":"fr-par-1"}' - headers: - Content-Length: - - "715" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:31:42 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 48529fd4-d960-47de-9938-68ffacede71b - status: 200 OK - code: 200 - duration: 90.557333ms - - id: 119 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/fr-par/vpcs/2b75c506-21b7-471c-ae9a-32fc0bc776d4 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 415 - uncompressed: false - body: '{"created_at":"2025-09-30T09:23:26.830186Z","custom_routes_propagation_enabled":true,"id":"2b75c506-21b7-471c-ae9a-32fc0bc776d4","is_default":false,"name":"tf-vpc-kind-cohen","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","private_network_count":1,"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","routing_enabled":true,"tags":[],"updated_at":"2025-09-30T09:23:26.830186Z"}' - headers: - Content-Length: - - "415" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:31:42 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 98aad4c3-0c05-485a-a086-f07bf00dc7b3 - status: 200 OK - code: 200 - duration: 32.452917ms - - id: 120 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks/e8031540-8456-4577-8eca-b22aefcce41f - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1085 - uncompressed: false - body: '{"created_at":"2025-09-30T09:23:26.924056Z","default_route_propagation_enabled":false,"dhcp_enabled":true,"id":"e8031540-8456-4577-8eca-b22aefcce41f","name":"test-pool-wait","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","subnets":[{"created_at":"2025-09-30T09:23:26.924056Z","id":"1a606aee-b81a-4842-a8fd-3a157af97f7b","private_network_id":"e8031540-8456-4577-8eca-b22aefcce41f","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","subnet":"172.17.212.0/22","updated_at":"2025-09-30T09:23:26.924056Z","vpc_id":"2b75c506-21b7-471c-ae9a-32fc0bc776d4"},{"created_at":"2025-09-30T09:23:26.924056Z","id":"e70a771a-4279-43b8-9356-c2f0eb5753e1","private_network_id":"e8031540-8456-4577-8eca-b22aefcce41f","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","subnet":"fd5f:519c:6d46:7b7d::/64","updated_at":"2025-09-30T09:23:26.924056Z","vpc_id":"2b75c506-21b7-471c-ae9a-32fc0bc776d4"}],"tags":[],"updated_at":"2025-09-30T09:23:26.924056Z","vpc_id":"2b75c506-21b7-471c-ae9a-32fc0bc776d4"}' - headers: - Content-Length: - - "1085" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:31:42 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 658cf8e2-7079-4c1d-8c98-dd6137d297b6 - status: 200 OK - code: 200 - duration: 24.582ms - - id: 121 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/9b283563-32f4-4736-9c0c-f5e94a8b15c5 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1595 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://9b283563-32f4-4736-9c0c-f5e94a8b15c5.api.k8s.fr-par.scw.cloud:6443","cni":"calico","commitment_ends_at":"2025-09-30T09:23:27.855054Z","created_at":"2025-09-30T09:23:27.855043Z","description":"","dns_wildcard":"*.9b283563-32f4-4736-9c0c-f5e94a8b15c5.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"53c34d60-da8e-4e98-a53e-08ad28c21a6e","id":"9b283563-32f4-4736-9c0c-f5e94a8b15c5","name":"test-pool-wait","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":"e8031540-8456-4577-8eca-b22aefcce41f","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"","service_dns_ip":"","status":"ready","tags":["terraform-test","scaleway_k8s_cluster","minimal"],"type":"kapsule","updated_at":"2025-09-30T09:25:13.544409Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1595" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:31:42 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 4a6e8e33-cb6c-4ca4-9eb8-328ff78ea240 - status: 200 OK - code: 200 - duration: 76.401625ms - - id: 122 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/9b283563-32f4-4736-9c0c-f5e94a8b15c5/kubeconfig - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1650 - uncompressed: false - body: '{"content":"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogInRlc3QtcG9vbC13YWl0IgogIGNsdXN0ZXI6CiAgICBjZXJ0aWZpY2F0ZS1hdXRob3JpdHktZGF0YTogTFMwdExTMUNSVWRKVGlCRFJWSlVTVVpKUTBGVVJTMHRMUzB0Q2sxSlNVSlhla05EUVZGSFowRjNTVUpCWjBsQ1FVUkJTMEpuWjNGb2EycFBVRkZSUkVGcVFWWk5VazEzUlZGWlJGWlJVVVJGZDNCeVpGZEtiR050Tld3S1pFZFdlazFDTkZoRVZFa3hUVVJyZVU5VVFUVk5hazE1VGpGdldFUlVUVEZOUkd0NVQxUkJOVTFxVFhsT01XOTNSbFJGVkUxQ1JVZEJNVlZGUVhoTlN3cGhNMVpwV2xoS2RWcFlVbXhqZWtKYVRVSk5SMEo1Y1VkVFRUUTVRV2RGUjBORGNVZFRUVFE1UVhkRlNFRXdTVUZDVUhKUEwySm1ZVGswV2pCbFRXdGhDaXMxWmpGSGMyaG5RM1pNWm14b0syWmtXRlp5WVdZMmJHOXhNVlIxVEdsRFFYZENUR0pSTkV4NFUxUlNNQzgyUWpSNFQzZDBWblJHVTBOaU1tSnhjR2dLZVdSWldVNDVjV3BSYWtKQlRVRTBSMEV4VldSRWQwVkNMM2RSUlVGM1NVTndSRUZRUW1kT1ZraFNUVUpCWmpoRlFsUkJSRUZSU0M5TlFqQkhRVEZWWkFwRVoxRlhRa0pTUkc4NFlYVXphMkUyUW5kbVlYUXpTMGxuWTBWckwzUlVTMnQ2UVV0Q1oyZHhhR3RxVDFCUlVVUkJaMDVKUVVSQ1JrRnBSVUUyVG1aa0NqRnFSVkJ4Y1d4bVFqRlZLMU5CT1dNeGFXdDJORWMwUlUxd05EUlliVVpIVG1Kc1kwZFJRVU5KUWxkVWJTOXFXa3R3VDNSWFdYcE9ZM2hOT0doUmJuQUtTV3gzTUZrMlRXZHhkM1ZSVURSWmJIaHZkemNLTFMwdExTMUZUa1FnUTBWU1ZFbEdTVU5CVkVVdExTMHRMUW89CiAgICBzZXJ2ZXI6IGh0dHBzOi8vOWIyODM1NjMtMzJmNC00NzM2LTljMGMtZjVlOTRhOGIxNWM1LmFwaS5rOHMuZnItcGFyLnNjdy5jbG91ZDo2NDQzCmNvbnRleHRzOgotIG5hbWU6IGFkbWluQHRlc3QtcG9vbC13YWl0CiAgY29udGV4dDoKICAgIGNsdXN0ZXI6ICJ0ZXN0LXBvb2wtd2FpdCIKICAgIHVzZXI6IHRlc3QtcG9vbC13YWl0LWFkbWluCmN1cnJlbnQtY29udGV4dDogYWRtaW5AdGVzdC1wb29sLXdhaXQKa2luZDogQ29uZmlnCnByZWZlcmVuY2VzOiB7fQp1c2VyczoKLSBuYW1lOiB0ZXN0LXBvb2wtd2FpdC1hZG1pbgogIHVzZXI6CiAgICB0b2tlbjogNzV5UnZ4cE1TM1N1elRhamRWQ2VVT2xyMEFTenBqZ0ZKR0lZYllldjVyUWttVFpmaGY3anlHdUc=","content_type":"application/octet-stream","name":"kubeconfig"}' - headers: - Content-Length: - - "1650" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:31:42 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - f08963d7-9591-41ff-b005-fc0c90b8627b - status: 200 OK - code: 200 - duration: 92.259458ms - - id: 123 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/b5f9447f-c5e8-4033-9d8e-dfacfaba08a9 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 713 - uncompressed: false - body: '{"autohealing":false,"autoscaling":false,"cluster_id":"9b283563-32f4-4736-9c0c-f5e94a8b15c5","container_runtime":"containerd","created_at":"2025-09-30T09:23:33.546561Z","id":"b5f9447f-c5e8-4033-9d8e-dfacfaba08a9","kubelet_args":{},"max_size":1,"min_size":1,"name":"test-pool-wait","new_images_enabled":true,"node_type":"pro2_xxs","placement_group_id":null,"public_ip_disabled":false,"region":"fr-par","root_volume_size":20000000000,"root_volume_type":"sbs_5k","security_group_id":"d49109f7-0bad-4991-b0fb-853c658463d2","size":1,"status":"ready","tags":[],"updated_at":"2025-09-30T09:29:36.491137Z","upgrade_policy":{"max_surge":0,"max_unavailable":1},"version":"1.34.1","zone":"fr-par-1"}' - headers: - Content-Length: - - "713" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:31:43 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 83951c3c-aee2-452d-b2bd-1fc70acb5071 - status: 200 OK - code: 200 - duration: 150.163792ms - - id: 124 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/e3b97d34-64e0-4102-95cd-aa49642c28b8 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 715 - uncompressed: false - body: '{"autohealing":false,"autoscaling":false,"cluster_id":"9b283563-32f4-4736-9c0c-f5e94a8b15c5","container_runtime":"containerd","created_at":"2025-09-30T09:29:44.189116Z","id":"e3b97d34-64e0-4102-95cd-aa49642c28b8","kubelet_args":{},"max_size":1,"min_size":1,"name":"test-pool-wait-2","new_images_enabled":true,"node_type":"pro2_xxs","placement_group_id":null,"public_ip_disabled":false,"region":"fr-par","root_volume_size":20000000000,"root_volume_type":"sbs_5k","security_group_id":"d49109f7-0bad-4991-b0fb-853c658463d2","size":1,"status":"ready","tags":[],"updated_at":"2025-09-30T09:31:40.835320Z","upgrade_policy":{"max_surge":0,"max_unavailable":1},"version":"1.34.1","zone":"fr-par-1"}' - headers: - Content-Length: - - "715" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:31:43 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 1fae46d9-59b0-49f6-9180-cb6bcedc9e98 - status: 200 OK - code: 200 - duration: 150.237542ms - - id: 125 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/9b283563-32f4-4736-9c0c-f5e94a8b15c5/nodes?order_by=created_at_asc&page=1&pool_id=b5f9447f-c5e8-4033-9d8e-dfacfaba08a9&status=unknown - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 650 - uncompressed: false - body: '{"nodes":[{"cluster_id":"9b283563-32f4-4736-9c0c-f5e94a8b15c5","conditions":{"DiskPressure":"False","MemoryPressure":"False","NetworkUnavailable":"False","PIDPressure":"False","Ready":"True"},"created_at":"2025-09-30T09:29:00.316675Z","error_message":"","id":"a31a7dca-b585-4184-a5d5-958d56f65066","name":"scw-test-pool-wait-test-pool-wait-a31a7dcab585","pool_id":"b5f9447f-c5e8-4033-9d8e-dfacfaba08a9","provider_id":"scaleway://instance/fr-par-1/00522319-26a3-4602-833a-d085bc2a8ae0","public_ip_v4":"212.47.234.198","public_ip_v6":null,"region":"fr-par","status":"ready","updated_at":"2025-09-30T09:31:40.764081Z"}],"total_count":1}' - headers: - Content-Length: - - "650" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:31:43 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - f63d937e-ed68-4153-9015-c5bcc4294009 - status: 200 OK - code: 200 - duration: 98.552833ms - - id: 126 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/9b283563-32f4-4736-9c0c-f5e94a8b15c5/nodes?order_by=created_at_asc&page=1&pool_id=e3b97d34-64e0-4102-95cd-aa49642c28b8&status=unknown - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1243 - uncompressed: false - body: '{"nodes":[{"cluster_id":"9b283563-32f4-4736-9c0c-f5e94a8b15c5","conditions":{"DiskPressure":"False","MemoryPressure":"False","NetworkUnavailable":"False","PIDPressure":"False","Ready":"True"},"created_at":"2025-09-30T09:29:44.522141Z","error_message":"","id":"a786b111-12b5-4bb6-976a-af0e639cdcf7","name":"scw-test-pool-wait-test-pool-wait-2-a786b11112","pool_id":"e3b97d34-64e0-4102-95cd-aa49642c28b8","provider_id":"scaleway://instance/fr-par-1/b2a04bc9-d03e-43c4-b666-696239f0a30d","public_ip_v4":"51.158.64.118","public_ip_v6":null,"region":"fr-par","status":"ready","updated_at":"2025-09-30T09:31:40.786969Z"},{"cluster_id":"9b283563-32f4-4736-9c0c-f5e94a8b15c5","conditions":{"DiskPressure":"False","MemoryPressure":"False","PIDPressure":"False","Ready":"True"},"created_at":"2025-09-30T09:30:28.019791Z","error_message":"","id":"380c659f-a500-4e09-bc0d-15edd44c31f0","name":"scw-test-pool-wait-test-pool-wait-2-380c659fa5","pool_id":"e3b97d34-64e0-4102-95cd-aa49642c28b8","provider_id":"scaleway://instance/fr-par-1/43fa0fce-91cc-46de-a1f1-e20b7c051bd3","public_ip_v4":"51.158.65.45","public_ip_v6":null,"region":"fr-par","status":"deleting","updated_at":"2025-09-30T09:31:37.677227Z"}],"total_count":2}' - headers: - Content-Length: - - "1243" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:31:43 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - db613ed2-03a2-4fad-ace8-4b6db9e0c939 - status: 200 OK - code: 200 - duration: 98.568ms - - id: 127 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/9b283563-32f4-4736-9c0c-f5e94a8b15c5 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1595 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://9b283563-32f4-4736-9c0c-f5e94a8b15c5.api.k8s.fr-par.scw.cloud:6443","cni":"calico","commitment_ends_at":"2025-09-30T09:23:27.855054Z","created_at":"2025-09-30T09:23:27.855043Z","description":"","dns_wildcard":"*.9b283563-32f4-4736-9c0c-f5e94a8b15c5.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"53c34d60-da8e-4e98-a53e-08ad28c21a6e","id":"9b283563-32f4-4736-9c0c-f5e94a8b15c5","name":"test-pool-wait","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":"e8031540-8456-4577-8eca-b22aefcce41f","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"","service_dns_ip":"","status":"ready","tags":["terraform-test","scaleway_k8s_cluster","minimal"],"type":"kapsule","updated_at":"2025-09-30T09:25:13.544409Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1595" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:31:43 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - ab9cc896-ad28-4db6-bbdf-da789fb9de0a - status: 200 OK - code: 200 - duration: 83.264166ms - - id: 128 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/9b283563-32f4-4736-9c0c-f5e94a8b15c5 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1595 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://9b283563-32f4-4736-9c0c-f5e94a8b15c5.api.k8s.fr-par.scw.cloud:6443","cni":"calico","commitment_ends_at":"2025-09-30T09:23:27.855054Z","created_at":"2025-09-30T09:23:27.855043Z","description":"","dns_wildcard":"*.9b283563-32f4-4736-9c0c-f5e94a8b15c5.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"53c34d60-da8e-4e98-a53e-08ad28c21a6e","id":"9b283563-32f4-4736-9c0c-f5e94a8b15c5","name":"test-pool-wait","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":"e8031540-8456-4577-8eca-b22aefcce41f","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"","service_dns_ip":"","status":"ready","tags":["terraform-test","scaleway_k8s_cluster","minimal"],"type":"kapsule","updated_at":"2025-09-30T09:25:13.544409Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1595" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:31:43 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 8e558299-09fe-41aa-af98-4bcc1bcee224 - status: 200 OK - code: 200 - duration: 86.760125ms - - id: 129 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/ipam/v1/regions/fr-par/ips?order_by=created_at_desc&project_id=105bdce1-64c0-48ab-899d-868455867ecf&resource_name=scw-test-pool-wait-test-pool-wait-a31a7dcab585&resource_type=unknown_type - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1123 - uncompressed: false - body: '{"ips":[{"address":"fd5f:519c:6d46:7b7d:cd40:e2d7:2c0d:48c5/64","created_at":"2025-09-30T09:29:05.114401Z","id":"16abe70a-02f8-4661-9c18-7285ca12daf7","is_ipv6":true,"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","resource":{"id":"da79e85c-b55b-4a0a-9d35-3e6ac893af6a","mac_address":"02:00:00:1E:7E:50","name":"scw-test-pool-wait-test-pool-wait-a31a7dcab585","type":"instance_private_nic"},"reverses":[],"source":{"subnet_id":"e70a771a-4279-43b8-9356-c2f0eb5753e1"},"tags":[],"updated_at":"2025-09-30T09:29:05.114401Z","zone":null},{"address":"172.17.212.3/22","created_at":"2025-09-30T09:29:04.995629Z","id":"eaddda75-ad46-4a0c-aa0e-c7fabbb7115e","is_ipv6":false,"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","resource":{"id":"da79e85c-b55b-4a0a-9d35-3e6ac893af6a","mac_address":"02:00:00:1E:7E:50","name":"scw-test-pool-wait-test-pool-wait-a31a7dcab585","type":"instance_private_nic"},"reverses":[],"source":{"subnet_id":"1a606aee-b81a-4842-a8fd-3a157af97f7b"},"tags":[],"updated_at":"2025-09-30T09:29:04.995629Z","zone":null}],"total_count":2}' - headers: - Content-Length: - - "1123" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:31:43 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 8f615bd7-dbee-4855-bd2d-464657d1dfd8 - status: 200 OK - code: 200 - duration: 31.570083ms - - id: 130 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/ipam/v1/regions/fr-par/ips?order_by=created_at_desc&project_id=105bdce1-64c0-48ab-899d-868455867ecf&resource_name=scw-test-pool-wait-test-pool-wait-2-a786b11112&resource_type=unknown_type - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1122 - uncompressed: false - body: '{"ips":[{"address":"fd5f:519c:6d46:7b7d:aad8:37c1:c69d:505/64","created_at":"2025-09-30T09:29:48.096660Z","id":"f801001c-9477-454e-9d79-83b589af8cfd","is_ipv6":true,"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","resource":{"id":"3c2b22e5-2445-4778-a6bc-c494f969e3df","mac_address":"02:00:00:1D:6A:F2","name":"scw-test-pool-wait-test-pool-wait-2-a786b11112","type":"instance_private_nic"},"reverses":[],"source":{"subnet_id":"e70a771a-4279-43b8-9356-c2f0eb5753e1"},"tags":[],"updated_at":"2025-09-30T09:29:48.096660Z","zone":null},{"address":"172.17.212.4/22","created_at":"2025-09-30T09:29:47.975113Z","id":"55bfbf30-bcbe-44ee-b90c-45ef318498dd","is_ipv6":false,"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","resource":{"id":"3c2b22e5-2445-4778-a6bc-c494f969e3df","mac_address":"02:00:00:1D:6A:F2","name":"scw-test-pool-wait-test-pool-wait-2-a786b11112","type":"instance_private_nic"},"reverses":[],"source":{"subnet_id":"1a606aee-b81a-4842-a8fd-3a157af97f7b"},"tags":[],"updated_at":"2025-09-30T09:29:47.975113Z","zone":null}],"total_count":2}' - headers: - Content-Length: - - "1122" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:31:43 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - a5100042-fcc5-4033-8a6f-177f2421eb6b - status: 200 OK - code: 200 - duration: 37.85675ms - - id: 131 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/ipam/v1/regions/fr-par/ips?order_by=created_at_desc&project_id=105bdce1-64c0-48ab-899d-868455867ecf&resource_name=scw-test-pool-wait-test-pool-wait-2-380c659fa5&resource_type=unknown_type - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1122 - uncompressed: false - body: '{"ips":[{"address":"fd5f:519c:6d46:7b7d:43f5:2a0:1782:eb6f/64","created_at":"2025-09-30T09:30:31.778022Z","id":"a1eeaa59-9380-465e-aa1a-c8f480918142","is_ipv6":true,"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","resource":{"id":"9b2592ef-02ff-419e-8b41-62743dc9a467","mac_address":"02:00:00:1F:66:9F","name":"scw-test-pool-wait-test-pool-wait-2-380c659fa5","type":"instance_private_nic"},"reverses":[],"source":{"subnet_id":"e70a771a-4279-43b8-9356-c2f0eb5753e1"},"tags":[],"updated_at":"2025-09-30T09:30:31.778022Z","zone":null},{"address":"172.17.212.5/22","created_at":"2025-09-30T09:30:31.664607Z","id":"6aec9bb7-baf0-47ae-a219-d4c517032a35","is_ipv6":false,"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","resource":{"id":"9b2592ef-02ff-419e-8b41-62743dc9a467","mac_address":"02:00:00:1F:66:9F","name":"scw-test-pool-wait-test-pool-wait-2-380c659fa5","type":"instance_private_nic"},"reverses":[],"source":{"subnet_id":"1a606aee-b81a-4842-a8fd-3a157af97f7b"},"tags":[],"updated_at":"2025-09-30T09:30:31.664607Z","zone":null}],"total_count":2}' - headers: - Content-Length: - - "1122" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:31:43 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 8a4adf5f-6754-4db4-84df-7222d5a797ce - status: 200 OK - code: 200 - duration: 27.409834ms - - id: 132 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/fr-par/vpcs/2b75c506-21b7-471c-ae9a-32fc0bc776d4 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 415 - uncompressed: false - body: '{"created_at":"2025-09-30T09:23:26.830186Z","custom_routes_propagation_enabled":true,"id":"2b75c506-21b7-471c-ae9a-32fc0bc776d4","is_default":false,"name":"tf-vpc-kind-cohen","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","private_network_count":1,"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","routing_enabled":true,"tags":[],"updated_at":"2025-09-30T09:23:26.830186Z"}' - headers: - Content-Length: - - "415" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:31:43 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - fa594ed6-33a7-4cab-8e83-0691c094b3a4 - status: 200 OK - code: 200 - duration: 27.709709ms - - id: 133 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks/e8031540-8456-4577-8eca-b22aefcce41f - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1085 - uncompressed: false - body: '{"created_at":"2025-09-30T09:23:26.924056Z","default_route_propagation_enabled":false,"dhcp_enabled":true,"id":"e8031540-8456-4577-8eca-b22aefcce41f","name":"test-pool-wait","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","subnets":[{"created_at":"2025-09-30T09:23:26.924056Z","id":"1a606aee-b81a-4842-a8fd-3a157af97f7b","private_network_id":"e8031540-8456-4577-8eca-b22aefcce41f","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","subnet":"172.17.212.0/22","updated_at":"2025-09-30T09:23:26.924056Z","vpc_id":"2b75c506-21b7-471c-ae9a-32fc0bc776d4"},{"created_at":"2025-09-30T09:23:26.924056Z","id":"e70a771a-4279-43b8-9356-c2f0eb5753e1","private_network_id":"e8031540-8456-4577-8eca-b22aefcce41f","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","subnet":"fd5f:519c:6d46:7b7d::/64","updated_at":"2025-09-30T09:23:26.924056Z","vpc_id":"2b75c506-21b7-471c-ae9a-32fc0bc776d4"}],"tags":[],"updated_at":"2025-09-30T09:23:26.924056Z","vpc_id":"2b75c506-21b7-471c-ae9a-32fc0bc776d4"}' - headers: - Content-Length: - - "1085" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:31:43 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 973510bf-9062-4da1-8cba-70248de624e4 - status: 200 OK - code: 200 - duration: 27.47925ms - - id: 134 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/e3b97d34-64e0-4102-95cd-aa49642c28b8 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 715 - uncompressed: false - body: '{"autohealing":false,"autoscaling":false,"cluster_id":"9b283563-32f4-4736-9c0c-f5e94a8b15c5","container_runtime":"containerd","created_at":"2025-09-30T09:29:44.189116Z","id":"e3b97d34-64e0-4102-95cd-aa49642c28b8","kubelet_args":{},"max_size":1,"min_size":1,"name":"test-pool-wait-2","new_images_enabled":true,"node_type":"pro2_xxs","placement_group_id":null,"public_ip_disabled":false,"region":"fr-par","root_volume_size":20000000000,"root_volume_type":"sbs_5k","security_group_id":"d49109f7-0bad-4991-b0fb-853c658463d2","size":1,"status":"ready","tags":[],"updated_at":"2025-09-30T09:31:40.835320Z","upgrade_policy":{"max_surge":0,"max_unavailable":1},"version":"1.34.1","zone":"fr-par-1"}' - headers: - Content-Length: - - "715" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:31:43 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - c2f2a420-9eb4-4322-9e35-bd812af94b43 - status: 200 OK - code: 200 - duration: 77.768917ms - - id: 135 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/9b283563-32f4-4736-9c0c-f5e94a8b15c5 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1595 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://9b283563-32f4-4736-9c0c-f5e94a8b15c5.api.k8s.fr-par.scw.cloud:6443","cni":"calico","commitment_ends_at":"2025-09-30T09:23:27.855054Z","created_at":"2025-09-30T09:23:27.855043Z","description":"","dns_wildcard":"*.9b283563-32f4-4736-9c0c-f5e94a8b15c5.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"53c34d60-da8e-4e98-a53e-08ad28c21a6e","id":"9b283563-32f4-4736-9c0c-f5e94a8b15c5","name":"test-pool-wait","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":"e8031540-8456-4577-8eca-b22aefcce41f","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"","service_dns_ip":"","status":"ready","tags":["terraform-test","scaleway_k8s_cluster","minimal"],"type":"kapsule","updated_at":"2025-09-30T09:25:13.544409Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1595" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:31:43 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 7443e3ad-73c2-4aba-b6d3-9a36cd4f1045 - status: 200 OK - code: 200 - duration: 92.729375ms - - id: 136 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/9b283563-32f4-4736-9c0c-f5e94a8b15c5/nodes?order_by=created_at_asc&page=1&pool_id=e3b97d34-64e0-4102-95cd-aa49642c28b8&status=unknown - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1243 - uncompressed: false - body: '{"nodes":[{"cluster_id":"9b283563-32f4-4736-9c0c-f5e94a8b15c5","conditions":{"DiskPressure":"False","MemoryPressure":"False","NetworkUnavailable":"False","PIDPressure":"False","Ready":"True"},"created_at":"2025-09-30T09:29:44.522141Z","error_message":"","id":"a786b111-12b5-4bb6-976a-af0e639cdcf7","name":"scw-test-pool-wait-test-pool-wait-2-a786b11112","pool_id":"e3b97d34-64e0-4102-95cd-aa49642c28b8","provider_id":"scaleway://instance/fr-par-1/b2a04bc9-d03e-43c4-b666-696239f0a30d","public_ip_v4":"51.158.64.118","public_ip_v6":null,"region":"fr-par","status":"ready","updated_at":"2025-09-30T09:31:40.786969Z"},{"cluster_id":"9b283563-32f4-4736-9c0c-f5e94a8b15c5","conditions":{"DiskPressure":"False","MemoryPressure":"False","PIDPressure":"False","Ready":"True"},"created_at":"2025-09-30T09:30:28.019791Z","error_message":"","id":"380c659f-a500-4e09-bc0d-15edd44c31f0","name":"scw-test-pool-wait-test-pool-wait-2-380c659fa5","pool_id":"e3b97d34-64e0-4102-95cd-aa49642c28b8","provider_id":"scaleway://instance/fr-par-1/43fa0fce-91cc-46de-a1f1-e20b7c051bd3","public_ip_v4":"51.158.65.45","public_ip_v6":null,"region":"fr-par","status":"deleting","updated_at":"2025-09-30T09:31:37.677227Z"}],"total_count":2}' - headers: - Content-Length: - - "1243" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:31:43 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 2ec75f28-460b-4b43-a275-471f54fce362 - status: 200 OK - code: 200 - duration: 87.249625ms - - id: 137 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/9b283563-32f4-4736-9c0c-f5e94a8b15c5/kubeconfig - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1650 - uncompressed: false - body: '{"content":"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogInRlc3QtcG9vbC13YWl0IgogIGNsdXN0ZXI6CiAgICBjZXJ0aWZpY2F0ZS1hdXRob3JpdHktZGF0YTogTFMwdExTMUNSVWRKVGlCRFJWSlVTVVpKUTBGVVJTMHRMUzB0Q2sxSlNVSlhla05EUVZGSFowRjNTVUpCWjBsQ1FVUkJTMEpuWjNGb2EycFBVRkZSUkVGcVFWWk5VazEzUlZGWlJGWlJVVVJGZDNCeVpGZEtiR050Tld3S1pFZFdlazFDTkZoRVZFa3hUVVJyZVU5VVFUVk5hazE1VGpGdldFUlVUVEZOUkd0NVQxUkJOVTFxVFhsT01XOTNSbFJGVkUxQ1JVZEJNVlZGUVhoTlN3cGhNMVpwV2xoS2RWcFlVbXhqZWtKYVRVSk5SMEo1Y1VkVFRUUTVRV2RGUjBORGNVZFRUVFE1UVhkRlNFRXdTVUZDVUhKUEwySm1ZVGswV2pCbFRXdGhDaXMxWmpGSGMyaG5RM1pNWm14b0syWmtXRlp5WVdZMmJHOXhNVlIxVEdsRFFYZENUR0pSTkV4NFUxUlNNQzgyUWpSNFQzZDBWblJHVTBOaU1tSnhjR2dLZVdSWldVNDVjV3BSYWtKQlRVRTBSMEV4VldSRWQwVkNMM2RSUlVGM1NVTndSRUZRUW1kT1ZraFNUVUpCWmpoRlFsUkJSRUZSU0M5TlFqQkhRVEZWWkFwRVoxRlhRa0pTUkc4NFlYVXphMkUyUW5kbVlYUXpTMGxuWTBWckwzUlVTMnQ2UVV0Q1oyZHhhR3RxVDFCUlVVUkJaMDVKUVVSQ1JrRnBSVUUyVG1aa0NqRnFSVkJ4Y1d4bVFqRlZLMU5CT1dNeGFXdDJORWMwUlUxd05EUlliVVpIVG1Kc1kwZFJRVU5KUWxkVWJTOXFXa3R3VDNSWFdYcE9ZM2hOT0doUmJuQUtTV3gzTUZrMlRXZHhkM1ZSVURSWmJIaHZkemNLTFMwdExTMUZUa1FnUTBWU1ZFbEdTVU5CVkVVdExTMHRMUW89CiAgICBzZXJ2ZXI6IGh0dHBzOi8vOWIyODM1NjMtMzJmNC00NzM2LTljMGMtZjVlOTRhOGIxNWM1LmFwaS5rOHMuZnItcGFyLnNjdy5jbG91ZDo2NDQzCmNvbnRleHRzOgotIG5hbWU6IGFkbWluQHRlc3QtcG9vbC13YWl0CiAgY29udGV4dDoKICAgIGNsdXN0ZXI6ICJ0ZXN0LXBvb2wtd2FpdCIKICAgIHVzZXI6IHRlc3QtcG9vbC13YWl0LWFkbWluCmN1cnJlbnQtY29udGV4dDogYWRtaW5AdGVzdC1wb29sLXdhaXQKa2luZDogQ29uZmlnCnByZWZlcmVuY2VzOiB7fQp1c2VyczoKLSBuYW1lOiB0ZXN0LXBvb2wtd2FpdC1hZG1pbgogIHVzZXI6CiAgICB0b2tlbjogNzV5UnZ4cE1TM1N1elRhamRWQ2VVT2xyMEFTenBqZ0ZKR0lZYllldjVyUWttVFpmaGY3anlHdUc=","content_type":"application/octet-stream","name":"kubeconfig"}' - headers: - Content-Length: - - "1650" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:31:43 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - f283e526-2b96-492e-b5d7-d60ff4d7580c - status: 200 OK - code: 200 - duration: 88.35725ms - - id: 138 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/9b283563-32f4-4736-9c0c-f5e94a8b15c5 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1595 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://9b283563-32f4-4736-9c0c-f5e94a8b15c5.api.k8s.fr-par.scw.cloud:6443","cni":"calico","commitment_ends_at":"2025-09-30T09:23:27.855054Z","created_at":"2025-09-30T09:23:27.855043Z","description":"","dns_wildcard":"*.9b283563-32f4-4736-9c0c-f5e94a8b15c5.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"53c34d60-da8e-4e98-a53e-08ad28c21a6e","id":"9b283563-32f4-4736-9c0c-f5e94a8b15c5","name":"test-pool-wait","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":"e8031540-8456-4577-8eca-b22aefcce41f","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"","service_dns_ip":"","status":"ready","tags":["terraform-test","scaleway_k8s_cluster","minimal"],"type":"kapsule","updated_at":"2025-09-30T09:25:13.544409Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1595" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:31:43 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - d4216bd4-15c2-4240-8508-817b7a190061 - status: 200 OK - code: 200 - duration: 85.804042ms - - id: 139 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/ipam/v1/regions/fr-par/ips?order_by=created_at_desc&project_id=105bdce1-64c0-48ab-899d-868455867ecf&resource_name=scw-test-pool-wait-test-pool-wait-2-a786b11112&resource_type=unknown_type - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1122 - uncompressed: false - body: '{"ips":[{"address":"fd5f:519c:6d46:7b7d:aad8:37c1:c69d:505/64","created_at":"2025-09-30T09:29:48.096660Z","id":"f801001c-9477-454e-9d79-83b589af8cfd","is_ipv6":true,"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","resource":{"id":"3c2b22e5-2445-4778-a6bc-c494f969e3df","mac_address":"02:00:00:1D:6A:F2","name":"scw-test-pool-wait-test-pool-wait-2-a786b11112","type":"instance_private_nic"},"reverses":[],"source":{"subnet_id":"e70a771a-4279-43b8-9356-c2f0eb5753e1"},"tags":[],"updated_at":"2025-09-30T09:29:48.096660Z","zone":null},{"address":"172.17.212.4/22","created_at":"2025-09-30T09:29:47.975113Z","id":"55bfbf30-bcbe-44ee-b90c-45ef318498dd","is_ipv6":false,"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","resource":{"id":"3c2b22e5-2445-4778-a6bc-c494f969e3df","mac_address":"02:00:00:1D:6A:F2","name":"scw-test-pool-wait-test-pool-wait-2-a786b11112","type":"instance_private_nic"},"reverses":[],"source":{"subnet_id":"1a606aee-b81a-4842-a8fd-3a157af97f7b"},"tags":[],"updated_at":"2025-09-30T09:29:47.975113Z","zone":null}],"total_count":2}' - headers: - Content-Length: - - "1122" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:31:43 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 7c147219-8afd-4fa5-a329-6cbaf024230c - status: 200 OK - code: 200 - duration: 44.968334ms - - id: 140 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/ipam/v1/regions/fr-par/ips?order_by=created_at_desc&project_id=105bdce1-64c0-48ab-899d-868455867ecf&resource_name=scw-test-pool-wait-test-pool-wait-2-380c659fa5&resource_type=unknown_type - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1122 - uncompressed: false - body: '{"ips":[{"address":"fd5f:519c:6d46:7b7d:43f5:2a0:1782:eb6f/64","created_at":"2025-09-30T09:30:31.778022Z","id":"a1eeaa59-9380-465e-aa1a-c8f480918142","is_ipv6":true,"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","resource":{"id":"9b2592ef-02ff-419e-8b41-62743dc9a467","mac_address":"02:00:00:1F:66:9F","name":"scw-test-pool-wait-test-pool-wait-2-380c659fa5","type":"instance_private_nic"},"reverses":[],"source":{"subnet_id":"e70a771a-4279-43b8-9356-c2f0eb5753e1"},"tags":[],"updated_at":"2025-09-30T09:30:31.778022Z","zone":null},{"address":"172.17.212.5/22","created_at":"2025-09-30T09:30:31.664607Z","id":"6aec9bb7-baf0-47ae-a219-d4c517032a35","is_ipv6":false,"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","resource":{"id":"9b2592ef-02ff-419e-8b41-62743dc9a467","mac_address":"02:00:00:1F:66:9F","name":"scw-test-pool-wait-test-pool-wait-2-380c659fa5","type":"instance_private_nic"},"reverses":[],"source":{"subnet_id":"1a606aee-b81a-4842-a8fd-3a157af97f7b"},"tags":[],"updated_at":"2025-09-30T09:30:31.664607Z","zone":null}],"total_count":2}' - headers: - Content-Length: - - "1122" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:31:43 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 84324d04-3630-4c0a-821b-355368358ce9 - status: 200 OK - code: 200 - duration: 27.248708ms - - id: 141 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/b5f9447f-c5e8-4033-9d8e-dfacfaba08a9 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 713 - uncompressed: false - body: '{"autohealing":false,"autoscaling":false,"cluster_id":"9b283563-32f4-4736-9c0c-f5e94a8b15c5","container_runtime":"containerd","created_at":"2025-09-30T09:23:33.546561Z","id":"b5f9447f-c5e8-4033-9d8e-dfacfaba08a9","kubelet_args":{},"max_size":1,"min_size":1,"name":"test-pool-wait","new_images_enabled":true,"node_type":"pro2_xxs","placement_group_id":null,"public_ip_disabled":false,"region":"fr-par","root_volume_size":20000000000,"root_volume_type":"sbs_5k","security_group_id":"d49109f7-0bad-4991-b0fb-853c658463d2","size":1,"status":"ready","tags":[],"updated_at":"2025-09-30T09:29:36.491137Z","upgrade_policy":{"max_surge":0,"max_unavailable":1},"version":"1.34.1","zone":"fr-par-1"}' - headers: - Content-Length: - - "713" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:31:43 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - cb38c334-e7b5-453c-a409-5684dbc47b74 - status: 200 OK - code: 200 - duration: 93.068584ms - - id: 142 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/9b283563-32f4-4736-9c0c-f5e94a8b15c5/nodes?order_by=created_at_asc&page=1&pool_id=b5f9447f-c5e8-4033-9d8e-dfacfaba08a9&status=unknown - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 650 - uncompressed: false - body: '{"nodes":[{"cluster_id":"9b283563-32f4-4736-9c0c-f5e94a8b15c5","conditions":{"DiskPressure":"False","MemoryPressure":"False","NetworkUnavailable":"False","PIDPressure":"False","Ready":"True"},"created_at":"2025-09-30T09:29:00.316675Z","error_message":"","id":"a31a7dca-b585-4184-a5d5-958d56f65066","name":"scw-test-pool-wait-test-pool-wait-a31a7dcab585","pool_id":"b5f9447f-c5e8-4033-9d8e-dfacfaba08a9","provider_id":"scaleway://instance/fr-par-1/00522319-26a3-4602-833a-d085bc2a8ae0","public_ip_v4":"212.47.234.198","public_ip_v6":null,"region":"fr-par","status":"ready","updated_at":"2025-09-30T09:31:40.764081Z"}],"total_count":1}' - headers: - Content-Length: - - "650" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:31:43 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - acce0a70-5a33-4d60-ab92-89d24930cbc9 - status: 200 OK - code: 200 - duration: 113.262625ms - - id: 143 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/9b283563-32f4-4736-9c0c-f5e94a8b15c5 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1595 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://9b283563-32f4-4736-9c0c-f5e94a8b15c5.api.k8s.fr-par.scw.cloud:6443","cni":"calico","commitment_ends_at":"2025-09-30T09:23:27.855054Z","created_at":"2025-09-30T09:23:27.855043Z","description":"","dns_wildcard":"*.9b283563-32f4-4736-9c0c-f5e94a8b15c5.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"53c34d60-da8e-4e98-a53e-08ad28c21a6e","id":"9b283563-32f4-4736-9c0c-f5e94a8b15c5","name":"test-pool-wait","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":"e8031540-8456-4577-8eca-b22aefcce41f","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"","service_dns_ip":"","status":"ready","tags":["terraform-test","scaleway_k8s_cluster","minimal"],"type":"kapsule","updated_at":"2025-09-30T09:25:13.544409Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1595" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:31:44 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 2c80e532-308d-409a-9859-f00ffa41c2ca - status: 200 OK - code: 200 - duration: 75.1805ms - - id: 144 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/ipam/v1/regions/fr-par/ips?order_by=created_at_desc&project_id=105bdce1-64c0-48ab-899d-868455867ecf&resource_name=scw-test-pool-wait-test-pool-wait-a31a7dcab585&resource_type=unknown_type - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1123 - uncompressed: false - body: '{"ips":[{"address":"fd5f:519c:6d46:7b7d:cd40:e2d7:2c0d:48c5/64","created_at":"2025-09-30T09:29:05.114401Z","id":"16abe70a-02f8-4661-9c18-7285ca12daf7","is_ipv6":true,"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","resource":{"id":"da79e85c-b55b-4a0a-9d35-3e6ac893af6a","mac_address":"02:00:00:1E:7E:50","name":"scw-test-pool-wait-test-pool-wait-a31a7dcab585","type":"instance_private_nic"},"reverses":[],"source":{"subnet_id":"e70a771a-4279-43b8-9356-c2f0eb5753e1"},"tags":[],"updated_at":"2025-09-30T09:29:05.114401Z","zone":null},{"address":"172.17.212.3/22","created_at":"2025-09-30T09:29:04.995629Z","id":"eaddda75-ad46-4a0c-aa0e-c7fabbb7115e","is_ipv6":false,"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","resource":{"id":"da79e85c-b55b-4a0a-9d35-3e6ac893af6a","mac_address":"02:00:00:1E:7E:50","name":"scw-test-pool-wait-test-pool-wait-a31a7dcab585","type":"instance_private_nic"},"reverses":[],"source":{"subnet_id":"1a606aee-b81a-4842-a8fd-3a157af97f7b"},"tags":[],"updated_at":"2025-09-30T09:29:04.995629Z","zone":null}],"total_count":2}' - headers: - Content-Length: - - "1123" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:31:44 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 416ce78e-3026-4e87-9d1d-06774f2e46d7 - status: 200 OK - code: 200 - duration: 30.584208ms - - id: 145 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/e3b97d34-64e0-4102-95cd-aa49642c28b8 - method: DELETE - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 718 - uncompressed: false - body: '{"autohealing":false,"autoscaling":false,"cluster_id":"9b283563-32f4-4736-9c0c-f5e94a8b15c5","container_runtime":"containerd","created_at":"2025-09-30T09:29:44.189116Z","id":"e3b97d34-64e0-4102-95cd-aa49642c28b8","kubelet_args":{},"max_size":1,"min_size":1,"name":"test-pool-wait-2","new_images_enabled":true,"node_type":"pro2_xxs","placement_group_id":null,"public_ip_disabled":false,"region":"fr-par","root_volume_size":20000000000,"root_volume_type":"sbs_5k","security_group_id":"d49109f7-0bad-4991-b0fb-853c658463d2","size":1,"status":"deleting","tags":[],"updated_at":"2025-09-30T09:31:44.317255Z","upgrade_policy":{"max_surge":0,"max_unavailable":1},"version":"1.34.1","zone":"fr-par-1"}' - headers: - Content-Length: - - "718" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:31:44 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 5b8ff6d9-845f-4e66-8c07-1d2a117fa2ad - status: 200 OK - code: 200 - duration: 112.62075ms - - id: 146 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/e3b97d34-64e0-4102-95cd-aa49642c28b8 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 718 - uncompressed: false - body: '{"autohealing":false,"autoscaling":false,"cluster_id":"9b283563-32f4-4736-9c0c-f5e94a8b15c5","container_runtime":"containerd","created_at":"2025-09-30T09:29:44.189116Z","id":"e3b97d34-64e0-4102-95cd-aa49642c28b8","kubelet_args":{},"max_size":1,"min_size":1,"name":"test-pool-wait-2","new_images_enabled":true,"node_type":"pro2_xxs","placement_group_id":null,"public_ip_disabled":false,"region":"fr-par","root_volume_size":20000000000,"root_volume_type":"sbs_5k","security_group_id":"d49109f7-0bad-4991-b0fb-853c658463d2","size":1,"status":"deleting","tags":[],"updated_at":"2025-09-30T09:31:44.317255Z","upgrade_policy":{"max_surge":0,"max_unavailable":1},"version":"1.34.1","zone":"fr-par-1"}' - headers: - Content-Length: - - "718" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:31:44 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - db775b92-7b76-405b-98c5-fa5e01f10f95 - status: 200 OK - code: 200 - duration: 88.772375ms - - id: 147 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/e3b97d34-64e0-4102-95cd-aa49642c28b8 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 125 - uncompressed: false - body: '{"message":"resource is not found","resource":"pool","resource_id":"e3b97d34-64e0-4102-95cd-aa49642c28b8","type":"not_found"}' - headers: - Content-Length: - - "125" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:33:56 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 8dba338d-ee51-4f35-a45c-9199103ef0d0 - status: 404 Not Found - code: 404 - duration: 20.696ms - - id: 148 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/9b283563-32f4-4736-9c0c-f5e94a8b15c5 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1595 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://9b283563-32f4-4736-9c0c-f5e94a8b15c5.api.k8s.fr-par.scw.cloud:6443","cni":"calico","commitment_ends_at":"2025-09-30T09:23:27.855054Z","created_at":"2025-09-30T09:23:27.855043Z","description":"","dns_wildcard":"*.9b283563-32f4-4736-9c0c-f5e94a8b15c5.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"53c34d60-da8e-4e98-a53e-08ad28c21a6e","id":"9b283563-32f4-4736-9c0c-f5e94a8b15c5","name":"test-pool-wait","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":"e8031540-8456-4577-8eca-b22aefcce41f","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"","service_dns_ip":"","status":"ready","tags":["terraform-test","scaleway_k8s_cluster","minimal"],"type":"kapsule","updated_at":"2025-09-30T09:25:13.544409Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1595" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:33:57 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - ac03c577-60c5-45c8-a710-2ec95b3ffe56 - status: 200 OK - code: 200 - duration: 94.612917ms - - id: 149 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/fr-par/vpcs/2b75c506-21b7-471c-ae9a-32fc0bc776d4 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 415 - uncompressed: false - body: '{"created_at":"2025-09-30T09:23:26.830186Z","custom_routes_propagation_enabled":true,"id":"2b75c506-21b7-471c-ae9a-32fc0bc776d4","is_default":false,"name":"tf-vpc-kind-cohen","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","private_network_count":1,"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","routing_enabled":true,"tags":[],"updated_at":"2025-09-30T09:23:26.830186Z"}' - headers: - Content-Length: - - "415" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:33:57 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 98148b35-49c1-4da2-bb2c-ee311b6926a3 - status: 200 OK - code: 200 - duration: 30.741042ms - - id: 150 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks/e8031540-8456-4577-8eca-b22aefcce41f - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1085 - uncompressed: false - body: '{"created_at":"2025-09-30T09:23:26.924056Z","default_route_propagation_enabled":false,"dhcp_enabled":true,"id":"e8031540-8456-4577-8eca-b22aefcce41f","name":"test-pool-wait","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","subnets":[{"created_at":"2025-09-30T09:23:26.924056Z","id":"1a606aee-b81a-4842-a8fd-3a157af97f7b","private_network_id":"e8031540-8456-4577-8eca-b22aefcce41f","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","subnet":"172.17.212.0/22","updated_at":"2025-09-30T09:23:26.924056Z","vpc_id":"2b75c506-21b7-471c-ae9a-32fc0bc776d4"},{"created_at":"2025-09-30T09:23:26.924056Z","id":"e70a771a-4279-43b8-9356-c2f0eb5753e1","private_network_id":"e8031540-8456-4577-8eca-b22aefcce41f","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","subnet":"fd5f:519c:6d46:7b7d::/64","updated_at":"2025-09-30T09:23:26.924056Z","vpc_id":"2b75c506-21b7-471c-ae9a-32fc0bc776d4"}],"tags":[],"updated_at":"2025-09-30T09:23:26.924056Z","vpc_id":"2b75c506-21b7-471c-ae9a-32fc0bc776d4"}' - headers: - Content-Length: - - "1085" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:33:57 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 6247f4ad-8d22-4d2c-8ead-ba6fa3215c22 - status: 200 OK - code: 200 - duration: 31.487292ms - - id: 151 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/9b283563-32f4-4736-9c0c-f5e94a8b15c5 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1595 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://9b283563-32f4-4736-9c0c-f5e94a8b15c5.api.k8s.fr-par.scw.cloud:6443","cni":"calico","commitment_ends_at":"2025-09-30T09:23:27.855054Z","created_at":"2025-09-30T09:23:27.855043Z","description":"","dns_wildcard":"*.9b283563-32f4-4736-9c0c-f5e94a8b15c5.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"53c34d60-da8e-4e98-a53e-08ad28c21a6e","id":"9b283563-32f4-4736-9c0c-f5e94a8b15c5","name":"test-pool-wait","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":"e8031540-8456-4577-8eca-b22aefcce41f","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"","service_dns_ip":"","status":"ready","tags":["terraform-test","scaleway_k8s_cluster","minimal"],"type":"kapsule","updated_at":"2025-09-30T09:25:13.544409Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1595" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:33:57 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - a755fb8f-bab4-4ead-a798-ebf0337e95f4 - status: 200 OK - code: 200 - duration: 77.857166ms - - id: 152 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/9b283563-32f4-4736-9c0c-f5e94a8b15c5/kubeconfig - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1650 - uncompressed: false - body: '{"content":"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogInRlc3QtcG9vbC13YWl0IgogIGNsdXN0ZXI6CiAgICBjZXJ0aWZpY2F0ZS1hdXRob3JpdHktZGF0YTogTFMwdExTMUNSVWRKVGlCRFJWSlVTVVpKUTBGVVJTMHRMUzB0Q2sxSlNVSlhla05EUVZGSFowRjNTVUpCWjBsQ1FVUkJTMEpuWjNGb2EycFBVRkZSUkVGcVFWWk5VazEzUlZGWlJGWlJVVVJGZDNCeVpGZEtiR050Tld3S1pFZFdlazFDTkZoRVZFa3hUVVJyZVU5VVFUVk5hazE1VGpGdldFUlVUVEZOUkd0NVQxUkJOVTFxVFhsT01XOTNSbFJGVkUxQ1JVZEJNVlZGUVhoTlN3cGhNMVpwV2xoS2RWcFlVbXhqZWtKYVRVSk5SMEo1Y1VkVFRUUTVRV2RGUjBORGNVZFRUVFE1UVhkRlNFRXdTVUZDVUhKUEwySm1ZVGswV2pCbFRXdGhDaXMxWmpGSGMyaG5RM1pNWm14b0syWmtXRlp5WVdZMmJHOXhNVlIxVEdsRFFYZENUR0pSTkV4NFUxUlNNQzgyUWpSNFQzZDBWblJHVTBOaU1tSnhjR2dLZVdSWldVNDVjV3BSYWtKQlRVRTBSMEV4VldSRWQwVkNMM2RSUlVGM1NVTndSRUZRUW1kT1ZraFNUVUpCWmpoRlFsUkJSRUZSU0M5TlFqQkhRVEZWWkFwRVoxRlhRa0pTUkc4NFlYVXphMkUyUW5kbVlYUXpTMGxuWTBWckwzUlVTMnQ2UVV0Q1oyZHhhR3RxVDFCUlVVUkJaMDVKUVVSQ1JrRnBSVUUyVG1aa0NqRnFSVkJ4Y1d4bVFqRlZLMU5CT1dNeGFXdDJORWMwUlUxd05EUlliVVpIVG1Kc1kwZFJRVU5KUWxkVWJTOXFXa3R3VDNSWFdYcE9ZM2hOT0doUmJuQUtTV3gzTUZrMlRXZHhkM1ZSVURSWmJIaHZkemNLTFMwdExTMUZUa1FnUTBWU1ZFbEdTVU5CVkVVdExTMHRMUW89CiAgICBzZXJ2ZXI6IGh0dHBzOi8vOWIyODM1NjMtMzJmNC00NzM2LTljMGMtZjVlOTRhOGIxNWM1LmFwaS5rOHMuZnItcGFyLnNjdy5jbG91ZDo2NDQzCmNvbnRleHRzOgotIG5hbWU6IGFkbWluQHRlc3QtcG9vbC13YWl0CiAgY29udGV4dDoKICAgIGNsdXN0ZXI6ICJ0ZXN0LXBvb2wtd2FpdCIKICAgIHVzZXI6IHRlc3QtcG9vbC13YWl0LWFkbWluCmN1cnJlbnQtY29udGV4dDogYWRtaW5AdGVzdC1wb29sLXdhaXQKa2luZDogQ29uZmlnCnByZWZlcmVuY2VzOiB7fQp1c2VyczoKLSBuYW1lOiB0ZXN0LXBvb2wtd2FpdC1hZG1pbgogIHVzZXI6CiAgICB0b2tlbjogNzV5UnZ4cE1TM1N1elRhamRWQ2VVT2xyMEFTenBqZ0ZKR0lZYllldjVyUWttVFpmaGY3anlHdUc=","content_type":"application/octet-stream","name":"kubeconfig"}' - headers: - Content-Length: - - "1650" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:33:57 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 944c837d-a8a6-4747-a37c-d8c084fc4e66 - status: 200 OK - code: 200 - duration: 99.62675ms - - id: 153 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/b5f9447f-c5e8-4033-9d8e-dfacfaba08a9 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 713 - uncompressed: false - body: '{"autohealing":false,"autoscaling":false,"cluster_id":"9b283563-32f4-4736-9c0c-f5e94a8b15c5","container_runtime":"containerd","created_at":"2025-09-30T09:23:33.546561Z","id":"b5f9447f-c5e8-4033-9d8e-dfacfaba08a9","kubelet_args":{},"max_size":1,"min_size":1,"name":"test-pool-wait","new_images_enabled":true,"node_type":"pro2_xxs","placement_group_id":null,"public_ip_disabled":false,"region":"fr-par","root_volume_size":20000000000,"root_volume_type":"sbs_5k","security_group_id":"d49109f7-0bad-4991-b0fb-853c658463d2","size":1,"status":"ready","tags":[],"updated_at":"2025-09-30T09:29:36.491137Z","upgrade_policy":{"max_surge":0,"max_unavailable":1},"version":"1.34.1","zone":"fr-par-1"}' - headers: - Content-Length: - - "713" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:33:57 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - d21ec515-9f62-4234-8069-cda7bf93967b - status: 200 OK - code: 200 - duration: 94.307666ms - - id: 154 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/9b283563-32f4-4736-9c0c-f5e94a8b15c5/nodes?order_by=created_at_asc&page=1&pool_id=b5f9447f-c5e8-4033-9d8e-dfacfaba08a9&status=unknown - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 650 - uncompressed: false - body: '{"nodes":[{"cluster_id":"9b283563-32f4-4736-9c0c-f5e94a8b15c5","conditions":{"DiskPressure":"False","MemoryPressure":"False","NetworkUnavailable":"False","PIDPressure":"False","Ready":"True"},"created_at":"2025-09-30T09:29:00.316675Z","error_message":"","id":"a31a7dca-b585-4184-a5d5-958d56f65066","name":"scw-test-pool-wait-test-pool-wait-a31a7dcab585","pool_id":"b5f9447f-c5e8-4033-9d8e-dfacfaba08a9","provider_id":"scaleway://instance/fr-par-1/00522319-26a3-4602-833a-d085bc2a8ae0","public_ip_v4":"212.47.234.198","public_ip_v6":null,"region":"fr-par","status":"ready","updated_at":"2025-09-30T09:31:45.578229Z"}],"total_count":1}' - headers: - Content-Length: - - "650" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:33:57 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 3bd9c743-94bb-471c-97e1-0d764411ee14 - status: 200 OK - code: 200 - duration: 128.077458ms - - id: 155 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/9b283563-32f4-4736-9c0c-f5e94a8b15c5 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1595 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://9b283563-32f4-4736-9c0c-f5e94a8b15c5.api.k8s.fr-par.scw.cloud:6443","cni":"calico","commitment_ends_at":"2025-09-30T09:23:27.855054Z","created_at":"2025-09-30T09:23:27.855043Z","description":"","dns_wildcard":"*.9b283563-32f4-4736-9c0c-f5e94a8b15c5.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"53c34d60-da8e-4e98-a53e-08ad28c21a6e","id":"9b283563-32f4-4736-9c0c-f5e94a8b15c5","name":"test-pool-wait","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":"e8031540-8456-4577-8eca-b22aefcce41f","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"","service_dns_ip":"","status":"ready","tags":["terraform-test","scaleway_k8s_cluster","minimal"],"type":"kapsule","updated_at":"2025-09-30T09:25:13.544409Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1595" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:33:58 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 00a6d444-a3b2-4205-a4a4-1639f4b892eb - status: 200 OK - code: 200 - duration: 98.858667ms - - id: 156 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/ipam/v1/regions/fr-par/ips?order_by=created_at_desc&project_id=105bdce1-64c0-48ab-899d-868455867ecf&resource_name=scw-test-pool-wait-test-pool-wait-a31a7dcab585&resource_type=unknown_type - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1123 - uncompressed: false - body: '{"ips":[{"address":"fd5f:519c:6d46:7b7d:cd40:e2d7:2c0d:48c5/64","created_at":"2025-09-30T09:29:05.114401Z","id":"16abe70a-02f8-4661-9c18-7285ca12daf7","is_ipv6":true,"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","resource":{"id":"da79e85c-b55b-4a0a-9d35-3e6ac893af6a","mac_address":"02:00:00:1E:7E:50","name":"scw-test-pool-wait-test-pool-wait-a31a7dcab585","type":"instance_private_nic"},"reverses":[],"source":{"subnet_id":"e70a771a-4279-43b8-9356-c2f0eb5753e1"},"tags":[],"updated_at":"2025-09-30T09:29:05.114401Z","zone":null},{"address":"172.17.212.3/22","created_at":"2025-09-30T09:29:04.995629Z","id":"eaddda75-ad46-4a0c-aa0e-c7fabbb7115e","is_ipv6":false,"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","resource":{"id":"da79e85c-b55b-4a0a-9d35-3e6ac893af6a","mac_address":"02:00:00:1E:7E:50","name":"scw-test-pool-wait-test-pool-wait-a31a7dcab585","type":"instance_private_nic"},"reverses":[],"source":{"subnet_id":"1a606aee-b81a-4842-a8fd-3a157af97f7b"},"tags":[],"updated_at":"2025-09-30T09:29:04.995629Z","zone":null}],"total_count":2}' - headers: - Content-Length: - - "1123" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:33:58 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 13d11399-af95-438c-a410-1b768f3f0db0 - status: 200 OK - code: 200 - duration: 95.786875ms - - id: 157 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/b5f9447f-c5e8-4033-9d8e-dfacfaba08a9 - method: DELETE - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 716 - uncompressed: false - body: '{"autohealing":false,"autoscaling":false,"cluster_id":"9b283563-32f4-4736-9c0c-f5e94a8b15c5","container_runtime":"containerd","created_at":"2025-09-30T09:23:33.546561Z","id":"b5f9447f-c5e8-4033-9d8e-dfacfaba08a9","kubelet_args":{},"max_size":1,"min_size":1,"name":"test-pool-wait","new_images_enabled":true,"node_type":"pro2_xxs","placement_group_id":null,"public_ip_disabled":false,"region":"fr-par","root_volume_size":20000000000,"root_volume_type":"sbs_5k","security_group_id":"d49109f7-0bad-4991-b0fb-853c658463d2","size":1,"status":"deleting","tags":[],"updated_at":"2025-09-30T09:33:58.486703Z","upgrade_policy":{"max_surge":0,"max_unavailable":1},"version":"1.34.1","zone":"fr-par-1"}' - headers: - Content-Length: - - "716" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:33:58 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 1d2402dc-c6d6-4730-8e82-a8f2cdc87d97 - status: 200 OK - code: 200 - duration: 106.214833ms - - id: 158 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/b5f9447f-c5e8-4033-9d8e-dfacfaba08a9 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 716 - uncompressed: false - body: '{"autohealing":false,"autoscaling":false,"cluster_id":"9b283563-32f4-4736-9c0c-f5e94a8b15c5","container_runtime":"containerd","created_at":"2025-09-30T09:23:33.546561Z","id":"b5f9447f-c5e8-4033-9d8e-dfacfaba08a9","kubelet_args":{},"max_size":1,"min_size":1,"name":"test-pool-wait","new_images_enabled":true,"node_type":"pro2_xxs","placement_group_id":null,"public_ip_disabled":false,"region":"fr-par","root_volume_size":20000000000,"root_volume_type":"sbs_5k","security_group_id":"d49109f7-0bad-4991-b0fb-853c658463d2","size":1,"status":"deleting","tags":[],"updated_at":"2025-09-30T09:33:58.486703Z","upgrade_policy":{"max_surge":0,"max_unavailable":1},"version":"1.34.1","zone":"fr-par-1"}' - headers: - Content-Length: - - "716" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:33:58 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - cc48fffe-8fd5-450e-9fdf-16a8797808ad - status: 200 OK - code: 200 - duration: 73.789792ms - - id: 159 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/b5f9447f-c5e8-4033-9d8e-dfacfaba08a9 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 125 - uncompressed: false - body: '{"message":"resource is not found","resource":"pool","resource_id":"b5f9447f-c5e8-4033-9d8e-dfacfaba08a9","type":"not_found"}' - headers: - Content-Length: - - "125" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:38:18 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 1d72fcdb-4859-492c-8988-96a3f05800da - status: 404 Not Found - code: 404 - duration: 21.803208ms - - id: 160 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/9b283563-32f4-4736-9c0c-f5e94a8b15c5?with_additional_resources=false - method: DELETE - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1634 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://9b283563-32f4-4736-9c0c-f5e94a8b15c5.api.k8s.fr-par.scw.cloud:6443","cni":"calico","commitment_ends_at":"2025-09-30T09:23:27.855054Z","created_at":"2025-09-30T09:23:27.855043Z","description":"","dns_wildcard":"*.9b283563-32f4-4736-9c0c-f5e94a8b15c5.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"53c34d60-da8e-4e98-a53e-08ad28c21a6e","id":"9b283563-32f4-4736-9c0c-f5e94a8b15c5","name":"test-pool-wait","new_images_enabled":false,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"100.64.0.0/15","private_network_id":"e8031540-8456-4577-8eca-b22aefcce41f","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"10.32.0.0/20","service_dns_ip":"10.32.0.10","status":"deleting","tags":["terraform-test","scaleway_k8s_cluster","minimal"],"type":"kapsule","updated_at":"2025-09-30T09:38:18.408432Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1634" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:38:18 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - a675f91b-bef3-42ca-b104-968192df298e - status: 200 OK - code: 200 - duration: 164.443709ms - - id: 161 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/9b283563-32f4-4736-9c0c-f5e94a8b15c5 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1598 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://9b283563-32f4-4736-9c0c-f5e94a8b15c5.api.k8s.fr-par.scw.cloud:6443","cni":"calico","commitment_ends_at":"2025-09-30T09:23:27.855054Z","created_at":"2025-09-30T09:23:27.855043Z","description":"","dns_wildcard":"*.9b283563-32f4-4736-9c0c-f5e94a8b15c5.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"53c34d60-da8e-4e98-a53e-08ad28c21a6e","id":"9b283563-32f4-4736-9c0c-f5e94a8b15c5","name":"test-pool-wait","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":"e8031540-8456-4577-8eca-b22aefcce41f","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"","service_dns_ip":"","status":"deleting","tags":["terraform-test","scaleway_k8s_cluster","minimal"],"type":"kapsule","updated_at":"2025-09-30T09:38:18.408432Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1598" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:38:18 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - d3904493-af37-4bef-bbad-56ab6245a588 - status: 200 OK - code: 200 - duration: 98.676834ms - - id: 162 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/9b283563-32f4-4736-9c0c-f5e94a8b15c5 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 128 - uncompressed: false - body: '{"message":"resource is not found","resource":"cluster","resource_id":"9b283563-32f4-4736-9c0c-f5e94a8b15c5","type":"not_found"}' - headers: - Content-Length: - - "128" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:38:33 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 79dd82f8-7860-4d00-ad0c-71d90c271cb7 - status: 404 Not Found - code: 404 - duration: 23.402541ms - - id: 163 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks/e8031540-8456-4577-8eca-b22aefcce41f - method: DELETE - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 0 - uncompressed: false - body: "" - headers: - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:38:35 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 59fc07bc-5f54-4aa7-a75d-ed7fb75e60c8 - status: 204 No Content - code: 204 - duration: 1.14810525s - - id: 164 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/fr-par/vpcs/2b75c506-21b7-471c-ae9a-32fc0bc776d4 - method: DELETE - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 0 - uncompressed: false - body: "" - headers: - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:38:35 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 6603a849-69e2-47af-98a2-61e04711971d - status: 204 No Content - code: 204 - duration: 93.036917ms - - id: 165 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/b5f9447f-c5e8-4033-9d8e-dfacfaba08a9 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 125 - uncompressed: false - body: '{"message":"resource is not found","resource":"pool","resource_id":"b5f9447f-c5e8-4033-9d8e-dfacfaba08a9","type":"not_found"}' - headers: - Content-Length: - - "125" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:38:35 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 82de685d-67cd-4ce1-ba56-b36e53b5519b - status: 404 Not Found - code: 404 - duration: 22.135542ms - - id: 166 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/9b283563-32f4-4736-9c0c-f5e94a8b15c5 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 128 - uncompressed: false - body: '{"message":"resource is not found","resource":"cluster","resource_id":"9b283563-32f4-4736-9c0c-f5e94a8b15c5","type":"not_found"}' - headers: - Content-Length: - - "128" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:38:35 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 491ea0c5-dffe-4c30-969d-afe72561846d - status: 404 Not Found - code: 404 - duration: 22.822375ms - - id: 167 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks/e8031540-8456-4577-8eca-b22aefcce41f - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 136 - uncompressed: false - body: '{"message":"resource is not found","resource":"private_network","resource_id":"e8031540-8456-4577-8eca-b22aefcce41f","type":"not_found"}' - headers: - Content-Length: - - "136" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 09:38:35 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - b651cc0f-aea9-49c8-a7fc-9b7f61e67eba - status: 404 Not Found - code: 404 - duration: 33.172708ms +- id: 0 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/versions + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 4476 + body: "{\"versions\":[{\"region\":\"fr-par\", \"name\":\"1.34.1\", \"label\":\"Kubernetes 1.34.1\", \"available_cnis\":[\"cilium\", \"cilium_native\", \"calico\", \"kilo\", \"none\"], \"available_container_runtimes\":[\"containerd\"], \"available_feature_gates\":[\"HPAScaleToZero\", \"CPUManagerPolicyAlphaOptions\", \"ImageVolume\"], \"available_admission_plugins\":[\"AlwaysPullImages\", \"PodNodeSelector\", \"PodTolerationRestriction\"], \"available_kubelet_args\":{\"containerLogMaxFiles\":\"uint16\", \"containerLogMaxSize\":\"quantity\", \"cpuCFSQuota\":\"bool\", \"cpuCFSQuotaPeriod\":\"duration\", \"cpuManagerPolicy\":\"enum:none|static\", \"cpuManagerPolicyOptions\":\"map[string]string\", \"enableDebuggingHandlers\":\"bool\", \"evictionHard\":\"map[string]string\", \"evictionMinimumReclaim\":\"map[string]string\", \"imageGCHighThresholdPercent\":\"uint32\", \"imageGCLowThresholdPercent\":\"uint32\", \"maxParallelImagePulls\":\"int32\", \"maxPods\":\"uint16\", \"registryBurst\":\"int32\", \"registryPullQPS\":\"int32\", \"serializeImagePulls\":\"bool\"}, \"deprecated_at\":\"2026-09-29T00:00:00Z\", \"end_of_life_at\":\"2026-11-29T00:00:00Z\", \"released_at\":\"2025-09-29T00:00:00Z\"}, {\"region\":\"fr-par\", \"name\":\"1.33.4\", \"label\":\"Kubernetes 1.33.4\", \"available_cnis\":[\"cilium\", \"calico\", \"kilo\", \"none\"], \"available_container_runtimes\":[\"containerd\"], \"available_feature_gates\":[\"HPAScaleToZero\", \"DRAAdminAccess\", \"DynamicResourceAllocation\", \"PodLevelResources\", \"CPUManagerPolicyAlphaOptions\", \"ImageVolume\"], \"available_admission_plugins\":[\"AlwaysPullImages\", \"PodNodeSelector\", \"PodTolerationRestriction\"], \"available_kubelet_args\":{\"containerLogMaxFiles\":\"uint16\", \"containerLogMaxSize\":\"quantity\", \"cpuCFSQuota\":\"bool\", \"cpuCFSQuotaPeriod\":\"duration\", \"cpuManagerPolicy\":\"enum:none|static\", \"cpuManagerPolicyOptions\":\"map[string]string\", \"enableDebuggingHandlers\":\"bool\", \"evictionHard\":\"map[string]string\", \"evictionMinimumReclaim\":\"map[string]string\", \"imageGCHighThresholdPercent\":\"uint32\", \"imageGCLowThresholdPercent\":\"uint32\", \"maxParallelImagePulls\":\"int32\", \"maxPods\":\"uint16\", \"registryBurst\":\"int32\", \"registryPullQPS\":\"int32\", \"serializeImagePulls\":\"bool\"}, \"deprecated_at\":\"2026-09-04T00:00:00Z\", \"end_of_life_at\":\"2026-11-04T00:00:00Z\", \"released_at\":\"2025-09-04T00:00:00Z\"}, {\"region\":\"fr-par\", \"name\":\"1.32.8\", \"label\":\"Kubernetes 1.32.8\", \"available_cnis\":[\"cilium\", \"calico\", \"kilo\", \"none\"], \"available_container_runtimes\":[\"containerd\"], \"available_feature_gates\":[\"HPAScaleToZero\", \"InPlacePodVerticalScaling\", \"SidecarContainers\", \"DRAAdminAccess\", \"DRAResourceClaimDeviceStatus\", \"DynamicResourceAllocation\", \"PodLevelResources\", \"CPUManagerPolicyAlphaOptions\", \"ImageVolume\"], \"available_admission_plugins\":[\"AlwaysPullImages\", \"PodNodeSelector\", \"PodTolerationRestriction\"], \"available_kubelet_args\":{\"containerLogMaxFiles\":\"uint16\", \"containerLogMaxSize\":\"quantity\", \"cpuCFSQuota\":\"bool\", \"cpuCFSQuotaPeriod\":\"duration\", \"cpuManagerPolicy\":\"enum:none|static\", \"cpuManagerPolicyOptions\":\"map[string]string\", \"enableDebuggingHandlers\":\"bool\", \"evictionHard\":\"map[string]string\", \"evictionMinimumReclaim\":\"map[string]string\", \"imageGCHighThresholdPercent\":\"uint32\", \"imageGCLowThresholdPercent\":\"uint32\", \"maxParallelImagePulls\":\"int32\", \"maxPods\":\"uint16\", \"registryBurst\":\"int32\", \"registryPullQPS\":\"int32\", \"serializeImagePulls\":\"bool\"}, \"deprecated_at\":\"2026-03-24T00:00:00Z\", \"end_of_life_at\":\"2025-05-24T00:00:00Z\", \"released_at\":\"2025-03-24T00:00:00Z\"}, {\"region\":\"fr-par\", \"name\":\"1.31.12\", \"label\":\"Kubernetes 1.31.12\", \"available_cnis\":[\"cilium\", \"calico\", \"kilo\", \"none\"], \"available_container_runtimes\":[\"containerd\"], \"available_feature_gates\":[\"HPAScaleToZero\", \"InPlacePodVerticalScaling\", \"SidecarContainers\", \"CPUManagerPolicyAlphaOptions\", \"ImageVolume\"], \"available_admission_plugins\":[\"AlwaysPullImages\", \"PodNodeSelector\", \"PodTolerationRestriction\"], \"available_kubelet_args\":{\"containerLogMaxFiles\":\"uint16\", \"containerLogMaxSize\":\"quantity\", \"cpuCFSQuota\":\"bool\", \"cpuCFSQuotaPeriod\":\"duration\", \"cpuManagerPolicy\":\"enum:none|static\", \"cpuManagerPolicyOptions\":\"map[string]string\", \"enableDebuggingHandlers\":\"bool\", \"evictionHard\":\"map[string]string\", \"evictionMinimumReclaim\":\"map[string]string\", \"imageGCHighThresholdPercent\":\"uint32\", \"imageGCLowThresholdPercent\":\"uint32\", \"maxParallelImagePulls\":\"int32\", \"maxPods\":\"uint16\", \"registryBurst\":\"int32\", \"registryPullQPS\":\"int32\", \"serializeImagePulls\":\"bool\"}, \"deprecated_at\":\"2025-12-02T00:00:00Z\", \"end_of_life_at\":\"2026-02-02T00:00:00Z\", \"released_at\":\"2024-12-02T00:00:00Z\"}]}" + headers: + Content-Length: + - "4476" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:48:59 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 56bb22ea-2460-4d12-84f0-597ffe638a91 + status: 200 OK + code: 200 + duration: 70.578643ms +- id: 1 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 117 + host: api.scaleway.com + body: "{\"name\":\"tf-vpc-confident-bose\",\"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\",\"tags\":[],\"enable_routing\":false}" + headers: + Content-Type: + - application/json + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/vpc/v2/regions/fr-par/vpcs + method: POST + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 419 + body: "{\"id\":\"1a7a1e1e-2b33-478e-8f1a-faa0303a1c43\", \"name\":\"tf-vpc-confident-bose\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:49:00.136298Z\", \"updated_at\":\"2025-10-30T16:49:00.136298Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_default\":false, \"private_network_count\":0, \"routing_enabled\":true, \"custom_routes_propagation_enabled\":true, \"region\":\"fr-par\"}" + headers: + Content-Length: + - "419" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:49:00 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 92bd5519-03c8-441e-9bb5-b422bacd361d + status: 200 OK + code: 200 + duration: 144.417556ms +- id: 2 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/vpc/v2/regions/fr-par/vpcs/1a7a1e1e-2b33-478e-8f1a-faa0303a1c43 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 419 + body: "{\"id\":\"1a7a1e1e-2b33-478e-8f1a-faa0303a1c43\", \"name\":\"tf-vpc-confident-bose\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:49:00.136298Z\", \"updated_at\":\"2025-10-30T16:49:00.136298Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_default\":false, \"private_network_count\":0, \"routing_enabled\":true, \"custom_routes_propagation_enabled\":true, \"region\":\"fr-par\"}" + headers: + Content-Length: + - "419" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:49:00 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - a6e043f9-4f9e-45bb-9794-57abac4d6abf + status: 200 OK + code: 200 + duration: 107.635573ms +- id: 3 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 192 + host: api.scaleway.com + body: "{\"name\":\"test-pool-wait\",\"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\",\"tags\":[],\"subnets\":null,\"vpc_id\":\"1a7a1e1e-2b33-478e-8f1a-faa0303a1c43\",\"default_route_propagation_enabled\":false}" + headers: + Content-Type: + - application/json + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks + method: POST + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1084 + body: "{\"id\":\"363e7214-8a98-40d0-9357-9e4026c21b76\", \"name\":\"test-pool-wait\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:49:00.384609Z\", \"updated_at\":\"2025-10-30T16:49:00.384609Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"subnets\":[{\"id\":\"da10d014-609b-48cc-9b9a-437dc31f4497\", \"created_at\":\"2025-10-30T16:49:00.384609Z\", \"updated_at\":\"2025-10-30T16:49:00.384609Z\", \"subnet\":\"172.18.20.0/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"363e7214-8a98-40d0-9357-9e4026c21b76\", \"vpc_id\":\"1a7a1e1e-2b33-478e-8f1a-faa0303a1c43\"}, {\"id\":\"7493d1b7-5773-41c2-be8c-52e4ec098fc3\", \"created_at\":\"2025-10-30T16:49:00.384609Z\", \"updated_at\":\"2025-10-30T16:49:00.384609Z\", \"subnet\":\"fd5f:519c:6d46:90dd::/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"363e7214-8a98-40d0-9357-9e4026c21b76\", \"vpc_id\":\"1a7a1e1e-2b33-478e-8f1a-faa0303a1c43\"}], \"vpc_id\":\"1a7a1e1e-2b33-478e-8f1a-faa0303a1c43\", \"dhcp_enabled\":true, \"default_route_propagation_enabled\":false, \"region\":\"fr-par\"}" + headers: + Content-Length: + - "1084" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:49:00 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 172760f2-6b09-41f2-85f8-5817dddcf984 + status: 200 OK + code: 200 + duration: 663.481036ms +- id: 4 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks/363e7214-8a98-40d0-9357-9e4026c21b76 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1084 + body: "{\"id\":\"363e7214-8a98-40d0-9357-9e4026c21b76\", \"name\":\"test-pool-wait\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:49:00.384609Z\", \"updated_at\":\"2025-10-30T16:49:00.384609Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"subnets\":[{\"id\":\"da10d014-609b-48cc-9b9a-437dc31f4497\", \"created_at\":\"2025-10-30T16:49:00.384609Z\", \"updated_at\":\"2025-10-30T16:49:00.384609Z\", \"subnet\":\"172.18.20.0/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"363e7214-8a98-40d0-9357-9e4026c21b76\", \"vpc_id\":\"1a7a1e1e-2b33-478e-8f1a-faa0303a1c43\"}, {\"id\":\"7493d1b7-5773-41c2-be8c-52e4ec098fc3\", \"created_at\":\"2025-10-30T16:49:00.384609Z\", \"updated_at\":\"2025-10-30T16:49:00.384609Z\", \"subnet\":\"fd5f:519c:6d46:90dd::/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"363e7214-8a98-40d0-9357-9e4026c21b76\", \"vpc_id\":\"1a7a1e1e-2b33-478e-8f1a-faa0303a1c43\"}], \"vpc_id\":\"1a7a1e1e-2b33-478e-8f1a-faa0303a1c43\", \"dhcp_enabled\":true, \"default_route_propagation_enabled\":false, \"region\":\"fr-par\"}" + headers: + Content-Length: + - "1084" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:49:01 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 261a7c45-8f6d-45b2-bc3d-84e20016ae60 + status: 200 OK + code: 200 + duration: 97.114628ms +- id: 5 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 695 + host: api.scaleway.com + body: "{\"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\",\"type\":\"\",\"name\":\"test-pool-wait\",\"description\":\"\",\"tags\":[\"terraform-test\",\"scaleway_k8s_cluster\",\"minimal\"],\"version\":\"1.34.1\",\"cni\":\"calico\",\"pools\":null,\"autoscaler_config\":{\"scale_down_disabled\":null,\"scale_down_delay_after_add\":null,\"estimator\":\"unknown_estimator\",\"expander\":\"unknown_expander\",\"ignore_daemonsets_utilization\":null,\"balance_similar_node_groups\":null,\"expendable_pods_priority_cutoff\":0,\"scale_down_unneeded_time\":null,\"scale_down_utilization_threshold\":null,\"max_graceful_termination_sec\":0},\"feature_gates\":[],\"admission_plugins\":[],\"apiserver_cert_sans\":[],\"private_network_id\":\"363e7214-8a98-40d0-9357-9e4026c21b76\"}" + headers: + Content-Type: + - application/json + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters + method: POST + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1598 + body: "{\"region\":\"fr-par\", \"id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:49:01.607119Z\", \"updated_at\":\"2025-10-30T16:49:01.607120Z\", \"type\":\"kapsule\", \"name\":\"test-pool-wait\", \"description\":\"\", \"status\":\"creating\", \"version\":\"1.34.1\", \"cni\":\"calico\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"minimal\"], \"cluster_url\":\"https://5114e066-aa93-4560-9be0-5ae445715a75.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.5114e066-aa93-4560-9be0-5ae445715a75.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"363e7214-8a98-40d0-9357-9e4026c21b76\", \"commitment_ends_at\":\"2025-10-30T16:49:01.607128Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"\", \"new_images_enabled\":false, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1598" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:49:01 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 48a0aaa1-2ecd-4647-b347-9661e5125fdc + status: 200 OK + code: 200 + duration: 624.563876ms +- id: 6 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/5114e066-aa93-4560-9be0-5ae445715a75 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1597 + body: "{\"region\":\"fr-par\", \"id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:49:01.607119Z\", \"updated_at\":\"2025-10-30T16:49:01.607120Z\", \"type\":\"kapsule\", \"name\":\"test-pool-wait\", \"description\":\"\", \"status\":\"creating\", \"version\":\"1.34.1\", \"cni\":\"calico\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"minimal\"], \"cluster_url\":\"https://5114e066-aa93-4560-9be0-5ae445715a75.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.5114e066-aa93-4560-9be0-5ae445715a75.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"363e7214-8a98-40d0-9357-9e4026c21b76\", \"commitment_ends_at\":\"2025-10-30T16:49:01.607128Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1597" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:49:01 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - af2bd7d7-1a1e-471b-ac88-39a54506d002 + status: 200 OK + code: 200 + duration: 100.359668ms +- id: 7 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/5114e066-aa93-4560-9be0-5ae445715a75 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1638 + body: "{\"region\":\"fr-par\", \"id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:49:01.607119Z\", \"updated_at\":\"2025-10-30T16:49:02.140189Z\", \"type\":\"kapsule\", \"name\":\"test-pool-wait\", \"description\":\"\", \"status\":\"pool_required\", \"version\":\"1.34.1\", \"cni\":\"calico\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"minimal\"], \"cluster_url\":\"https://5114e066-aa93-4560-9be0-5ae445715a75.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.5114e066-aa93-4560-9be0-5ae445715a75.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"363e7214-8a98-40d0-9357-9e4026c21b76\", \"commitment_ends_at\":\"2025-10-30T16:49:01.607128Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"6c8f211e-8819-44e2-93ca-fda367c9ca2a\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1638" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:49:06 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 3a6416d2-f503-4ca1-9675-0ded987196f5 + status: 200 OK + code: 200 + duration: 86.69451ms +- id: 8 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + form: + order_by: + - created_at_asc + page: + - "1" + status: + - unknown + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/5114e066-aa93-4560-9be0-5ae445715a75/pools?order_by=created_at_asc&page=1&status=unknown + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 29 + body: "{\"total_count\":0, \"pools\":[]}" + headers: + Content-Length: + - "29" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:49:06 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 11fefa5c-2b9b-465e-8cef-1cc284372674 + status: 200 OK + code: 200 + duration: 79.143649ms +- id: 9 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/5114e066-aa93-4560-9be0-5ae445715a75 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1638 + body: "{\"region\":\"fr-par\", \"id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:49:01.607119Z\", \"updated_at\":\"2025-10-30T16:49:02.140189Z\", \"type\":\"kapsule\", \"name\":\"test-pool-wait\", \"description\":\"\", \"status\":\"pool_required\", \"version\":\"1.34.1\", \"cni\":\"calico\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"minimal\"], \"cluster_url\":\"https://5114e066-aa93-4560-9be0-5ae445715a75.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.5114e066-aa93-4560-9be0-5ae445715a75.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"363e7214-8a98-40d0-9357-9e4026c21b76\", \"commitment_ends_at\":\"2025-10-30T16:49:01.607128Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"6c8f211e-8819-44e2-93ca-fda367c9ca2a\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1638" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:49:06 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - f077f155-ac27-4a0a-b77f-cc95fb88b782 + status: 200 OK + code: 200 + duration: 53.043613ms +- id: 10 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/5114e066-aa93-4560-9be0-5ae445715a75/kubeconfig + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1654 + body: "{\"name\":\"kubeconfig\", \"content_type\":\"application/octet-stream\", \"content\":\"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogInRlc3QtcG9vbC13YWl0IgogIGNsdXN0ZXI6CiAgICBjZXJ0aWZpY2F0ZS1hdXRob3JpdHktZGF0YTogTFMwdExTMUNSVWRKVGlCRFJWSlVTVVpKUTBGVVJTMHRMUzB0Q2sxSlNVSllSRU5EUVZGSFowRjNTVUpCWjBsQ1FVUkJTMEpuWjNGb2EycFBVRkZSUkVGcVFWWk5VazEzUlZGWlJGWlJVVVJGZDNCeVpGZEtiR050Tld3S1pFZFdlazFDTkZoRVZFa3hUVlJCZVU5VVJUSk9SR3QzVFZadldFUlVUVEZOVkVGNVQxUkZNazVFYTNkTlZtOTNSbFJGVkUxQ1JVZEJNVlZGUVhoTlN3cGhNMVpwV2xoS2RWcFlVbXhqZWtKYVRVSk5SMEo1Y1VkVFRUUTVRV2RGUjBORGNVZFRUVFE1UVhkRlNFRXdTVUZDVFhsNllqUkdTbVozWTFOM01tZEZDbEppVFRkVFZpOUpiM0ZXU21oWWVIbGxObHB1UkZOWlZ6WmxRbU4yV2tJM1RXVnVMMWxPYm5wM2F6QkpRazF2VDFkUFRXeHRlVGxJWVU5NE1XVkxaSFlLTUVRNE9XZDVZV3BSYWtKQlRVRTBSMEV4VldSRWQwVkNMM2RSUlVGM1NVTndSRUZRUW1kT1ZraFNUVUpCWmpoRlFsUkJSRUZSU0M5TlFqQkhRVEZWWkFwRVoxRlhRa0pTVTFsU1NtTm9UV1l3V0U5YWNtUkJhV1JMYkdOUWEyTklZeTlVUVV0Q1oyZHhhR3RxVDFCUlVVUkJaMDVLUVVSQ1IwRnBSVUY1Ym0xd0NqbFpkWG80VWpGVWFtNDBiV2RqYWpaV2QycFVTM2gzUm5KS1VrdFZTVVpIUTFwR2VsbEtWVU5KVVVSSWRERkNXalpHYUZrdlVUWlRabloxTVhCNmJEWUtNWG80VkhCMlNIQkxVa0pIY1RscmNVVlJOa3hPZHowOUNpMHRMUzB0UlU1RUlFTkZVbFJKUmtsRFFWUkZMUzB0TFMwSwogICAgc2VydmVyOiBodHRwczovLzUxMTRlMDY2LWFhOTMtNDU2MC05YmUwLTVhZTQ0NTcxNWE3NS5hcGkuazhzLmZyLXBhci5zY3cuY2xvdWQ6NjQ0Mwpjb250ZXh0czoKLSBuYW1lOiBhZG1pbkB0ZXN0LXBvb2wtd2FpdAogIGNvbnRleHQ6CiAgICBjbHVzdGVyOiAidGVzdC1wb29sLXdhaXQiCiAgICB1c2VyOiB0ZXN0LXBvb2wtd2FpdC1hZG1pbgpjdXJyZW50LWNvbnRleHQ6IGFkbWluQHRlc3QtcG9vbC13YWl0CmtpbmQ6IENvbmZpZwpwcmVmZXJlbmNlczoge30KdXNlcnM6Ci0gbmFtZTogdGVzdC1wb29sLXdhaXQtYWRtaW4KICB1c2VyOgogICAgdG9rZW46IGttQTQ5c2F6N1V4dVJSOHZ1UzIxMWpxN2NzVzNobFF1QzQ3QjRla3BobjE3UXBMcVRiVGJGelVO\"}" + headers: + Content-Length: + - "1654" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:49:07 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 9ecbe4f9-c7e3-4dea-939a-af8b6a38d749 + status: 200 OK + code: 200 + duration: 84.6214ms +- id: 11 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/5114e066-aa93-4560-9be0-5ae445715a75 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1638 + body: "{\"region\":\"fr-par\", \"id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:49:01.607119Z\", \"updated_at\":\"2025-10-30T16:49:02.140189Z\", \"type\":\"kapsule\", \"name\":\"test-pool-wait\", \"description\":\"\", \"status\":\"pool_required\", \"version\":\"1.34.1\", \"cni\":\"calico\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"minimal\"], \"cluster_url\":\"https://5114e066-aa93-4560-9be0-5ae445715a75.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.5114e066-aa93-4560-9be0-5ae445715a75.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"363e7214-8a98-40d0-9357-9e4026c21b76\", \"commitment_ends_at\":\"2025-10-30T16:49:01.607128Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"6c8f211e-8819-44e2-93ca-fda367c9ca2a\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1638" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:49:07 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 09679ad2-3d56-4c4a-8d73-ba10a5e99fa5 + status: 200 OK + code: 200 + duration: 27.694598ms +- id: 12 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 270 + host: api.scaleway.com + body: "{\"name\":\"test-pool-wait\",\"node_type\":\"pro2_xxs\",\"autoscaling\":false,\"size\":1,\"min_size\":1,\"max_size\":1,\"container_runtime\":\"containerd\",\"autohealing\":false,\"tags\":[],\"kubelet_args\":{},\"zone\":\"fr-par-1\",\"root_volume_type\":\"default_volume_type\",\"public_ip_disabled\":false}" + headers: + Content-Type: + - application/json + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/5114e066-aa93-4560-9be0-5ae445715a75/pools + method: POST + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 715 + body: "{\"region\":\"fr-par\", \"id\":\"034a502a-1d52-470d-84bd-4a8edd935ba3\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:49:07.243810Z\", \"updated_at\":\"2025-10-30T16:49:07.243810Z\", \"name\":\"test-pool-wait\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "715" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:49:07 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 17dc64ce-f738-4a2e-bf0b-f9962d68b5e4 + status: 200 OK + code: 200 + duration: 193.175497ms +- id: 13 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/034a502a-1d52-470d-84bd-4a8edd935ba3 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 715 + body: "{\"region\":\"fr-par\", \"id\":\"034a502a-1d52-470d-84bd-4a8edd935ba3\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:49:07.243810Z\", \"updated_at\":\"2025-10-30T16:49:07.243810Z\", \"name\":\"test-pool-wait\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "715" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:49:07 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - f33bdd28-2964-4004-a263-027eda75915c + status: 200 OK + code: 200 + duration: 21.851482ms +- id: 14 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/034a502a-1d52-470d-84bd-4a8edd935ba3 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 715 + body: "{\"region\":\"fr-par\", \"id\":\"034a502a-1d52-470d-84bd-4a8edd935ba3\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:49:07.243810Z\", \"updated_at\":\"2025-10-30T16:49:07.243810Z\", \"name\":\"test-pool-wait\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "715" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:49:12 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - fdc9981e-ebce-4319-ac54-0e3d67d5472c + status: 200 OK + code: 200 + duration: 81.468392ms +- id: 15 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/034a502a-1d52-470d-84bd-4a8edd935ba3 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 715 + body: "{\"region\":\"fr-par\", \"id\":\"034a502a-1d52-470d-84bd-4a8edd935ba3\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:49:07.243810Z\", \"updated_at\":\"2025-10-30T16:49:07.243810Z\", \"name\":\"test-pool-wait\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "715" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:49:17 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - c6141fe1-709e-4078-8101-c870cf2c43af + status: 200 OK + code: 200 + duration: 88.952638ms +- id: 16 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/034a502a-1d52-470d-84bd-4a8edd935ba3 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 715 + body: "{\"region\":\"fr-par\", \"id\":\"034a502a-1d52-470d-84bd-4a8edd935ba3\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:49:07.243810Z\", \"updated_at\":\"2025-10-30T16:49:07.243810Z\", \"name\":\"test-pool-wait\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "715" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:49:22 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 5a986cc3-4e49-42f6-b004-57cb7e2397df + status: 200 OK + code: 200 + duration: 95.493285ms +- id: 17 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/034a502a-1d52-470d-84bd-4a8edd935ba3 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 715 + body: "{\"region\":\"fr-par\", \"id\":\"034a502a-1d52-470d-84bd-4a8edd935ba3\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:49:07.243810Z\", \"updated_at\":\"2025-10-30T16:49:07.243810Z\", \"name\":\"test-pool-wait\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "715" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:49:27 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 0a11a549-1845-45e1-875f-5c82a389a173 + status: 200 OK + code: 200 + duration: 98.501029ms +- id: 18 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/034a502a-1d52-470d-84bd-4a8edd935ba3 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 715 + body: "{\"region\":\"fr-par\", \"id\":\"034a502a-1d52-470d-84bd-4a8edd935ba3\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:49:07.243810Z\", \"updated_at\":\"2025-10-30T16:49:07.243810Z\", \"name\":\"test-pool-wait\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "715" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:49:32 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - adc01979-f4cd-4949-9152-f683625b49d6 + status: 200 OK + code: 200 + duration: 91.961175ms +- id: 19 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/034a502a-1d52-470d-84bd-4a8edd935ba3 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 715 + body: "{\"region\":\"fr-par\", \"id\":\"034a502a-1d52-470d-84bd-4a8edd935ba3\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:49:07.243810Z\", \"updated_at\":\"2025-10-30T16:49:07.243810Z\", \"name\":\"test-pool-wait\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "715" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:49:37 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 18b22c4e-ee40-4c4f-aa62-4e37c70b95f0 + status: 200 OK + code: 200 + duration: 88.659508ms +- id: 20 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/034a502a-1d52-470d-84bd-4a8edd935ba3 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 715 + body: "{\"region\":\"fr-par\", \"id\":\"034a502a-1d52-470d-84bd-4a8edd935ba3\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:49:07.243810Z\", \"updated_at\":\"2025-10-30T16:49:07.243810Z\", \"name\":\"test-pool-wait\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "715" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:49:43 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 8c0e79d2-e861-48f4-be1f-36a3a2a83b55 + status: 200 OK + code: 200 + duration: 100.619113ms +- id: 21 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/034a502a-1d52-470d-84bd-4a8edd935ba3 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 715 + body: "{\"region\":\"fr-par\", \"id\":\"034a502a-1d52-470d-84bd-4a8edd935ba3\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:49:07.243810Z\", \"updated_at\":\"2025-10-30T16:49:07.243810Z\", \"name\":\"test-pool-wait\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "715" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:49:48 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - fa3f1053-b778-4080-b8bb-216ae78eab69 + status: 200 OK + code: 200 + duration: 111.110375ms +- id: 22 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/034a502a-1d52-470d-84bd-4a8edd935ba3 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 715 + body: "{\"region\":\"fr-par\", \"id\":\"034a502a-1d52-470d-84bd-4a8edd935ba3\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:49:07.243810Z\", \"updated_at\":\"2025-10-30T16:49:07.243810Z\", \"name\":\"test-pool-wait\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "715" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:49:53 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - c337e9f0-7e77-44e9-8b37-1e764dad4c5f + status: 200 OK + code: 200 + duration: 79.305242ms +- id: 23 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/034a502a-1d52-470d-84bd-4a8edd935ba3 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 715 + body: "{\"region\":\"fr-par\", \"id\":\"034a502a-1d52-470d-84bd-4a8edd935ba3\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:49:07.243810Z\", \"updated_at\":\"2025-10-30T16:49:07.243810Z\", \"name\":\"test-pool-wait\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "715" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:49:58 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 5c00ae86-9c04-4fe7-8b57-7fca836a145f + status: 200 OK + code: 200 + duration: 83.253282ms +- id: 24 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/034a502a-1d52-470d-84bd-4a8edd935ba3 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 715 + body: "{\"region\":\"fr-par\", \"id\":\"034a502a-1d52-470d-84bd-4a8edd935ba3\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:49:07.243810Z\", \"updated_at\":\"2025-10-30T16:49:07.243810Z\", \"name\":\"test-pool-wait\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "715" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:50:03 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 6fe0797e-49a7-4936-aa45-0fa80ab048bf + status: 200 OK + code: 200 + duration: 103.395655ms +- id: 25 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/034a502a-1d52-470d-84bd-4a8edd935ba3 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 715 + body: "{\"region\":\"fr-par\", \"id\":\"034a502a-1d52-470d-84bd-4a8edd935ba3\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:49:07.243810Z\", \"updated_at\":\"2025-10-30T16:49:07.243810Z\", \"name\":\"test-pool-wait\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "715" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:50:08 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 6585430a-8c88-4e83-b834-fabb0430dfa2 + status: 200 OK + code: 200 + duration: 101.914445ms +- id: 26 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/034a502a-1d52-470d-84bd-4a8edd935ba3 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 715 + body: "{\"region\":\"fr-par\", \"id\":\"034a502a-1d52-470d-84bd-4a8edd935ba3\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:49:07.243810Z\", \"updated_at\":\"2025-10-30T16:49:07.243810Z\", \"name\":\"test-pool-wait\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "715" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:50:13 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 810f8575-2681-42cf-9a3b-ff8c038062d1 + status: 200 OK + code: 200 + duration: 91.117031ms +- id: 27 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/034a502a-1d52-470d-84bd-4a8edd935ba3 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 715 + body: "{\"region\":\"fr-par\", \"id\":\"034a502a-1d52-470d-84bd-4a8edd935ba3\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:49:07.243810Z\", \"updated_at\":\"2025-10-30T16:49:07.243810Z\", \"name\":\"test-pool-wait\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "715" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:50:18 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - fc38541c-2d63-41e9-b45f-0f22e7dc0c9b + status: 200 OK + code: 200 + duration: 109.143533ms +- id: 28 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/034a502a-1d52-470d-84bd-4a8edd935ba3 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 715 + body: "{\"region\":\"fr-par\", \"id\":\"034a502a-1d52-470d-84bd-4a8edd935ba3\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:49:07.243810Z\", \"updated_at\":\"2025-10-30T16:49:07.243810Z\", \"name\":\"test-pool-wait\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "715" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:50:23 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - ca5bbb64-49b7-482b-a255-92442f07cd34 + status: 200 OK + code: 200 + duration: 97.031401ms +- id: 29 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/034a502a-1d52-470d-84bd-4a8edd935ba3 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 715 + body: "{\"region\":\"fr-par\", \"id\":\"034a502a-1d52-470d-84bd-4a8edd935ba3\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:49:07.243810Z\", \"updated_at\":\"2025-10-30T16:49:07.243810Z\", \"name\":\"test-pool-wait\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "715" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:50:28 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - ecefb45b-3867-44a0-8053-b4f2ca483ea9 + status: 200 OK + code: 200 + duration: 87.33383ms +- id: 30 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/034a502a-1d52-470d-84bd-4a8edd935ba3 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 715 + body: "{\"region\":\"fr-par\", \"id\":\"034a502a-1d52-470d-84bd-4a8edd935ba3\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:49:07.243810Z\", \"updated_at\":\"2025-10-30T16:49:07.243810Z\", \"name\":\"test-pool-wait\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "715" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:50:34 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 6d831b72-0347-4de1-9768-6bd875cb2b1b + status: 200 OK + code: 200 + duration: 90.889885ms +- id: 31 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/034a502a-1d52-470d-84bd-4a8edd935ba3 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 715 + body: "{\"region\":\"fr-par\", \"id\":\"034a502a-1d52-470d-84bd-4a8edd935ba3\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:49:07.243810Z\", \"updated_at\":\"2025-10-30T16:49:07.243810Z\", \"name\":\"test-pool-wait\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "715" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:50:39 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 4898c0aa-eb9f-4014-8ae3-d29003b4a7e4 + status: 200 OK + code: 200 + duration: 84.375468ms +- id: 32 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/034a502a-1d52-470d-84bd-4a8edd935ba3 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 715 + body: "{\"region\":\"fr-par\", \"id\":\"034a502a-1d52-470d-84bd-4a8edd935ba3\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:49:07.243810Z\", \"updated_at\":\"2025-10-30T16:49:07.243810Z\", \"name\":\"test-pool-wait\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "715" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:50:44 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 02ba3275-2330-4f95-8687-7f1b4a72ca9f + status: 200 OK + code: 200 + duration: 89.812853ms +- id: 33 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/034a502a-1d52-470d-84bd-4a8edd935ba3 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 715 + body: "{\"region\":\"fr-par\", \"id\":\"034a502a-1d52-470d-84bd-4a8edd935ba3\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:49:07.243810Z\", \"updated_at\":\"2025-10-30T16:49:07.243810Z\", \"name\":\"test-pool-wait\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "715" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:50:49 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - f292a044-c0ca-42ba-a8b5-63d05a7dbac1 + status: 200 OK + code: 200 + duration: 85.049072ms +- id: 34 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/034a502a-1d52-470d-84bd-4a8edd935ba3 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 715 + body: "{\"region\":\"fr-par\", \"id\":\"034a502a-1d52-470d-84bd-4a8edd935ba3\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:49:07.243810Z\", \"updated_at\":\"2025-10-30T16:49:07.243810Z\", \"name\":\"test-pool-wait\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "715" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:50:54 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - a3baefb6-662a-47e5-873d-c6b8baf7ab39 + status: 200 OK + code: 200 + duration: 79.439604ms +- id: 35 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/034a502a-1d52-470d-84bd-4a8edd935ba3 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 715 + body: "{\"region\":\"fr-par\", \"id\":\"034a502a-1d52-470d-84bd-4a8edd935ba3\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:49:07.243810Z\", \"updated_at\":\"2025-10-30T16:49:07.243810Z\", \"name\":\"test-pool-wait\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "715" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:50:59 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 46c99eda-c8fa-476b-a072-3448a8ebe3f9 + status: 200 OK + code: 200 + duration: 90.343499ms +- id: 36 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/034a502a-1d52-470d-84bd-4a8edd935ba3 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 715 + body: "{\"region\":\"fr-par\", \"id\":\"034a502a-1d52-470d-84bd-4a8edd935ba3\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:49:07.243810Z\", \"updated_at\":\"2025-10-30T16:49:07.243810Z\", \"name\":\"test-pool-wait\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "715" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:51:04 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - e10eaf7b-6561-4e05-a03f-959e2f3c6bde + status: 200 OK + code: 200 + duration: 82.202831ms +- id: 37 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/034a502a-1d52-470d-84bd-4a8edd935ba3 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 715 + body: "{\"region\":\"fr-par\", \"id\":\"034a502a-1d52-470d-84bd-4a8edd935ba3\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:49:07.243810Z\", \"updated_at\":\"2025-10-30T16:49:07.243810Z\", \"name\":\"test-pool-wait\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "715" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:51:09 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 47af7bf2-0ed7-4a18-8d7b-bfbb64a319a6 + status: 200 OK + code: 200 + duration: 98.961642ms +- id: 38 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/034a502a-1d52-470d-84bd-4a8edd935ba3 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 715 + body: "{\"region\":\"fr-par\", \"id\":\"034a502a-1d52-470d-84bd-4a8edd935ba3\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:49:07.243810Z\", \"updated_at\":\"2025-10-30T16:49:07.243810Z\", \"name\":\"test-pool-wait\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "715" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:51:14 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - c72fd333-a9ba-4d16-ade1-375b73e03f99 + status: 200 OK + code: 200 + duration: 133.073225ms +- id: 39 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/034a502a-1d52-470d-84bd-4a8edd935ba3 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 715 + body: "{\"region\":\"fr-par\", \"id\":\"034a502a-1d52-470d-84bd-4a8edd935ba3\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:49:07.243810Z\", \"updated_at\":\"2025-10-30T16:49:07.243810Z\", \"name\":\"test-pool-wait\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "715" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:51:19 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 0cd24b62-9bbb-45f6-b39c-93ae11dc55e4 + status: 200 OK + code: 200 + duration: 78.87246ms +- id: 40 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/034a502a-1d52-470d-84bd-4a8edd935ba3 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 715 + body: "{\"region\":\"fr-par\", \"id\":\"034a502a-1d52-470d-84bd-4a8edd935ba3\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:49:07.243810Z\", \"updated_at\":\"2025-10-30T16:49:07.243810Z\", \"name\":\"test-pool-wait\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "715" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:51:24 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 8827af54-6a63-413d-b2bc-ddda24b4838c + status: 200 OK + code: 200 + duration: 110.420299ms +- id: 41 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/034a502a-1d52-470d-84bd-4a8edd935ba3 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 715 + body: "{\"region\":\"fr-par\", \"id\":\"034a502a-1d52-470d-84bd-4a8edd935ba3\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:49:07.243810Z\", \"updated_at\":\"2025-10-30T16:49:07.243810Z\", \"name\":\"test-pool-wait\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "715" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:51:30 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 02385603-55f5-4fd0-a8a9-35d4c5e2dbc4 + status: 200 OK + code: 200 + duration: 87.821796ms +- id: 42 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/034a502a-1d52-470d-84bd-4a8edd935ba3 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 715 + body: "{\"region\":\"fr-par\", \"id\":\"034a502a-1d52-470d-84bd-4a8edd935ba3\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:49:07.243810Z\", \"updated_at\":\"2025-10-30T16:49:07.243810Z\", \"name\":\"test-pool-wait\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "715" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:51:35 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - eafd80cc-1f1d-40d2-8ebe-810cae9a4838 + status: 200 OK + code: 200 + duration: 97.363725ms +- id: 43 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/034a502a-1d52-470d-84bd-4a8edd935ba3 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 715 + body: "{\"region\":\"fr-par\", \"id\":\"034a502a-1d52-470d-84bd-4a8edd935ba3\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:49:07.243810Z\", \"updated_at\":\"2025-10-30T16:49:07.243810Z\", \"name\":\"test-pool-wait\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "715" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:51:40 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - f66e46e2-9b0b-4886-b677-b6a70980a65a + status: 200 OK + code: 200 + duration: 101.536846ms +- id: 44 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/034a502a-1d52-470d-84bd-4a8edd935ba3 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 715 + body: "{\"region\":\"fr-par\", \"id\":\"034a502a-1d52-470d-84bd-4a8edd935ba3\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:49:07.243810Z\", \"updated_at\":\"2025-10-30T16:49:07.243810Z\", \"name\":\"test-pool-wait\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "715" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:51:45 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 006b421b-63b5-4b1d-8690-c8d223b8740d + status: 200 OK + code: 200 + duration: 107.04278ms +- id: 45 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/034a502a-1d52-470d-84bd-4a8edd935ba3 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 715 + body: "{\"region\":\"fr-par\", \"id\":\"034a502a-1d52-470d-84bd-4a8edd935ba3\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:49:07.243810Z\", \"updated_at\":\"2025-10-30T16:49:07.243810Z\", \"name\":\"test-pool-wait\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "715" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:51:50 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - df75b9ef-5a13-4773-a43b-2dd67cba3cc3 + status: 200 OK + code: 200 + duration: 79.979067ms +- id: 46 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/034a502a-1d52-470d-84bd-4a8edd935ba3 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 715 + body: "{\"region\":\"fr-par\", \"id\":\"034a502a-1d52-470d-84bd-4a8edd935ba3\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:49:07.243810Z\", \"updated_at\":\"2025-10-30T16:49:07.243810Z\", \"name\":\"test-pool-wait\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "715" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:51:55 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 08e91a98-1152-4c03-b14f-6d22dff8cfdf + status: 200 OK + code: 200 + duration: 92.612938ms +- id: 47 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/034a502a-1d52-470d-84bd-4a8edd935ba3 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 715 + body: "{\"region\":\"fr-par\", \"id\":\"034a502a-1d52-470d-84bd-4a8edd935ba3\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:49:07.243810Z\", \"updated_at\":\"2025-10-30T16:49:07.243810Z\", \"name\":\"test-pool-wait\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "715" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:52:00 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - b389b85f-ed7f-4f96-8bd9-d5b86106a665 + status: 200 OK + code: 200 + duration: 95.586259ms +- id: 48 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/034a502a-1d52-470d-84bd-4a8edd935ba3 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 715 + body: "{\"region\":\"fr-par\", \"id\":\"034a502a-1d52-470d-84bd-4a8edd935ba3\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:49:07.243810Z\", \"updated_at\":\"2025-10-30T16:49:07.243810Z\", \"name\":\"test-pool-wait\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "715" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:52:05 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - d6afa8f9-b539-45b8-8560-29303c6f3691 + status: 200 OK + code: 200 + duration: 84.967409ms +- id: 49 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/034a502a-1d52-470d-84bd-4a8edd935ba3 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 715 + body: "{\"region\":\"fr-par\", \"id\":\"034a502a-1d52-470d-84bd-4a8edd935ba3\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:49:07.243810Z\", \"updated_at\":\"2025-10-30T16:49:07.243810Z\", \"name\":\"test-pool-wait\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "715" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:52:10 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 98d140ab-9bee-4189-8ce0-c738077c7e58 + status: 200 OK + code: 200 + duration: 92.798536ms +- id: 50 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/034a502a-1d52-470d-84bd-4a8edd935ba3 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 715 + body: "{\"region\":\"fr-par\", \"id\":\"034a502a-1d52-470d-84bd-4a8edd935ba3\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:49:07.243810Z\", \"updated_at\":\"2025-10-30T16:49:07.243810Z\", \"name\":\"test-pool-wait\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "715" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:52:15 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 1e8a07cb-d8c4-4f4f-b3ca-01d3219644ba + status: 200 OK + code: 200 + duration: 86.11883ms +- id: 51 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/034a502a-1d52-470d-84bd-4a8edd935ba3 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 713 + body: "{\"region\":\"fr-par\", \"id\":\"034a502a-1d52-470d-84bd-4a8edd935ba3\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:49:07.243810Z\", \"updated_at\":\"2025-10-30T16:52:20.261969Z\", \"name\":\"test-pool-wait\", \"status\":\"ready\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "713" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:52:21 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 797dbe7d-8def-448a-8d0c-9ecd6cc81adc + status: 200 OK + code: 200 + duration: 145.773451ms +- id: 52 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/5114e066-aa93-4560-9be0-5ae445715a75 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1630 + body: "{\"region\":\"fr-par\", \"id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:49:01.607119Z\", \"updated_at\":\"2025-10-30T16:50:36.155897Z\", \"type\":\"kapsule\", \"name\":\"test-pool-wait\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"calico\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"minimal\"], \"cluster_url\":\"https://5114e066-aa93-4560-9be0-5ae445715a75.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.5114e066-aa93-4560-9be0-5ae445715a75.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"363e7214-8a98-40d0-9357-9e4026c21b76\", \"commitment_ends_at\":\"2025-10-30T16:49:01.607128Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"6c8f211e-8819-44e2-93ca-fda367c9ca2a\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1630" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:52:21 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 6c4dca8d-9442-4486-8b21-37ad285bcee4 + status: 200 OK + code: 200 + duration: 19.320692ms +- id: 53 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/034a502a-1d52-470d-84bd-4a8edd935ba3 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 713 + body: "{\"region\":\"fr-par\", \"id\":\"034a502a-1d52-470d-84bd-4a8edd935ba3\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:49:07.243810Z\", \"updated_at\":\"2025-10-30T16:52:20.261969Z\", \"name\":\"test-pool-wait\", \"status\":\"ready\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "713" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:52:21 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - a7994219-3a2a-4f2a-8e51-d5347c7cb655 + status: 200 OK + code: 200 + duration: 101.27191ms +- id: 54 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + form: + order_by: + - created_at_asc + page: + - "1" + pool_id: + - 034a502a-1d52-470d-84bd-4a8edd935ba3 + status: + - unknown + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/5114e066-aa93-4560-9be0-5ae445715a75/nodes?order_by=created_at_asc&page=1&pool_id=034a502a-1d52-470d-84bd-4a8edd935ba3&status=unknown + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 618 + body: "{\"total_count\":1, \"nodes\":[{\"region\":\"fr-par\", \"id\":\"3e073c76-a98f-4e6b-ad3c-7a6ca77e15fd\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:51:15.736647Z\", \"updated_at\":\"2025-10-30T16:52:20.249886Z\", \"pool_id\":\"034a502a-1d52-470d-84bd-4a8edd935ba3\", \"status\":\"ready\", \"conditions\":{\"DiskPressure\":\"False\", \"MemoryPressure\":\"False\", \"PIDPressure\":\"False\", \"Ready\":\"True\"}, \"name\":\"scw-test-pool-wait-test-pool-wait-3e073c76a98f\", \"public_ip_v4\":\"51.158.97.50\", \"public_ip_v6\":null, \"provider_id\":\"scaleway://instance/fr-par-1/6ba8f808-ce5f-4e0a-b30e-a83f7f79f945\", \"error_message\":\"\"}]}" + headers: + Content-Length: + - "618" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:52:21 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - f06d89cd-88e2-4002-8e61-5a861a50b103 + status: 200 OK + code: 200 + duration: 31.958661ms +- id: 55 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/5114e066-aa93-4560-9be0-5ae445715a75 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1630 + body: "{\"region\":\"fr-par\", \"id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:49:01.607119Z\", \"updated_at\":\"2025-10-30T16:50:36.155897Z\", \"type\":\"kapsule\", \"name\":\"test-pool-wait\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"calico\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"minimal\"], \"cluster_url\":\"https://5114e066-aa93-4560-9be0-5ae445715a75.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.5114e066-aa93-4560-9be0-5ae445715a75.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"363e7214-8a98-40d0-9357-9e4026c21b76\", \"commitment_ends_at\":\"2025-10-30T16:49:01.607128Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"6c8f211e-8819-44e2-93ca-fda367c9ca2a\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1630" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:52:21 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - c2db3854-b0d4-4876-ad95-f26fec26f5dd + status: 200 OK + code: 200 + duration: 25.597752ms +- id: 56 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + form: + order_by: + - created_at_desc + project_id: + - 105bdce1-64c0-48ab-899d-868455867ecf + resource_name: + - scw-test-pool-wait-test-pool-wait-3e073c76a98f + resource_type: + - unknown_type + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/ipam/v1/regions/fr-par/ips?order_by=created_at_desc&project_id=105bdce1-64c0-48ab-899d-868455867ecf&resource_name=scw-test-pool-wait-test-pool-wait-3e073c76a98f&resource_type=unknown_type + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1122 + body: "{\"total_count\":2, \"ips\":[{\"id\":\"54c6f7a2-4ca0-43bb-bc9a-b4a3905c0487\", \"address\":\"fd5f:519c:6d46:90dd:c183:ab7b:59b9:fc92/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":true, \"created_at\":\"2025-10-30T16:51:19.698188Z\", \"updated_at\":\"2025-10-30T16:51:19.698188Z\", \"source\":{\"subnet_id\":\"7493d1b7-5773-41c2-be8c-52e4ec098fc3\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"45715cb9-7532-4c78-93a4-2fef3fa3b71a\", \"mac_address\":\"02:00:00:1D:E4:BA\", \"name\":\"scw-test-pool-wait-test-pool-wait-3e073c76a98f\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}, {\"id\":\"ddc7378f-48eb-4ae3-af3e-4d5ee60054c4\", \"address\":\"172.18.20.3/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":false, \"created_at\":\"2025-10-30T16:51:19.565119Z\", \"updated_at\":\"2025-10-30T16:51:19.565119Z\", \"source\":{\"subnet_id\":\"da10d014-609b-48cc-9b9a-437dc31f4497\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"45715cb9-7532-4c78-93a4-2fef3fa3b71a\", \"mac_address\":\"02:00:00:1D:E4:BA\", \"name\":\"scw-test-pool-wait-test-pool-wait-3e073c76a98f\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}]}" + headers: + Content-Length: + - "1122" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:52:21 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 5a9b7607-43b7-4e85-bb7a-291e12c4888f + status: 200 OK + code: 200 + duration: 31.920799ms +- id: 57 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/5114e066-aa93-4560-9be0-5ae445715a75 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1630 + body: "{\"region\":\"fr-par\", \"id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:49:01.607119Z\", \"updated_at\":\"2025-10-30T16:50:36.155897Z\", \"type\":\"kapsule\", \"name\":\"test-pool-wait\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"calico\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"minimal\"], \"cluster_url\":\"https://5114e066-aa93-4560-9be0-5ae445715a75.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.5114e066-aa93-4560-9be0-5ae445715a75.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"363e7214-8a98-40d0-9357-9e4026c21b76\", \"commitment_ends_at\":\"2025-10-30T16:49:01.607128Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"6c8f211e-8819-44e2-93ca-fda367c9ca2a\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1630" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:52:21 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 593b456a-ae0f-41db-8a59-aea71d68abeb + status: 200 OK + code: 200 + duration: 21.654822ms +- id: 58 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/034a502a-1d52-470d-84bd-4a8edd935ba3 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 713 + body: "{\"region\":\"fr-par\", \"id\":\"034a502a-1d52-470d-84bd-4a8edd935ba3\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:49:07.243810Z\", \"updated_at\":\"2025-10-30T16:52:20.261969Z\", \"name\":\"test-pool-wait\", \"status\":\"ready\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "713" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:52:21 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 17a3d234-a046-40b3-8787-bd86d0a4f0e9 + status: 200 OK + code: 200 + duration: 97.493317ms +- id: 59 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/vpc/v2/regions/fr-par/vpcs/1a7a1e1e-2b33-478e-8f1a-faa0303a1c43 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 419 + body: "{\"id\":\"1a7a1e1e-2b33-478e-8f1a-faa0303a1c43\", \"name\":\"tf-vpc-confident-bose\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:49:00.136298Z\", \"updated_at\":\"2025-10-30T16:49:00.136298Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_default\":false, \"private_network_count\":1, \"routing_enabled\":true, \"custom_routes_propagation_enabled\":true, \"region\":\"fr-par\"}" + headers: + Content-Length: + - "419" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:52:21 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 939dbd29-e776-4b65-92cf-c829471cb125 + status: 200 OK + code: 200 + duration: 26.889697ms +- id: 60 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks/363e7214-8a98-40d0-9357-9e4026c21b76 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1084 + body: "{\"id\":\"363e7214-8a98-40d0-9357-9e4026c21b76\", \"name\":\"test-pool-wait\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:49:00.384609Z\", \"updated_at\":\"2025-10-30T16:49:00.384609Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"subnets\":[{\"id\":\"da10d014-609b-48cc-9b9a-437dc31f4497\", \"created_at\":\"2025-10-30T16:49:00.384609Z\", \"updated_at\":\"2025-10-30T16:49:00.384609Z\", \"subnet\":\"172.18.20.0/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"363e7214-8a98-40d0-9357-9e4026c21b76\", \"vpc_id\":\"1a7a1e1e-2b33-478e-8f1a-faa0303a1c43\"}, {\"id\":\"7493d1b7-5773-41c2-be8c-52e4ec098fc3\", \"created_at\":\"2025-10-30T16:49:00.384609Z\", \"updated_at\":\"2025-10-30T16:49:00.384609Z\", \"subnet\":\"fd5f:519c:6d46:90dd::/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"363e7214-8a98-40d0-9357-9e4026c21b76\", \"vpc_id\":\"1a7a1e1e-2b33-478e-8f1a-faa0303a1c43\"}], \"vpc_id\":\"1a7a1e1e-2b33-478e-8f1a-faa0303a1c43\", \"dhcp_enabled\":true, \"default_route_propagation_enabled\":false, \"region\":\"fr-par\"}" + headers: + Content-Length: + - "1084" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:52:21 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - fe1afd5e-f49c-48d5-b9c0-30d845843e1c + status: 200 OK + code: 200 + duration: 21.752636ms +- id: 61 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/5114e066-aa93-4560-9be0-5ae445715a75 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1630 + body: "{\"region\":\"fr-par\", \"id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:49:01.607119Z\", \"updated_at\":\"2025-10-30T16:50:36.155897Z\", \"type\":\"kapsule\", \"name\":\"test-pool-wait\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"calico\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"minimal\"], \"cluster_url\":\"https://5114e066-aa93-4560-9be0-5ae445715a75.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.5114e066-aa93-4560-9be0-5ae445715a75.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"363e7214-8a98-40d0-9357-9e4026c21b76\", \"commitment_ends_at\":\"2025-10-30T16:49:01.607128Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"6c8f211e-8819-44e2-93ca-fda367c9ca2a\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1630" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:52:21 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - db4839b8-b0b8-4590-b3c7-543b6e10a342 + status: 200 OK + code: 200 + duration: 23.441827ms +- id: 62 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/5114e066-aa93-4560-9be0-5ae445715a75/kubeconfig + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1654 + body: "{\"name\":\"kubeconfig\", \"content_type\":\"application/octet-stream\", \"content\":\"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogInRlc3QtcG9vbC13YWl0IgogIGNsdXN0ZXI6CiAgICBjZXJ0aWZpY2F0ZS1hdXRob3JpdHktZGF0YTogTFMwdExTMUNSVWRKVGlCRFJWSlVTVVpKUTBGVVJTMHRMUzB0Q2sxSlNVSllSRU5EUVZGSFowRjNTVUpCWjBsQ1FVUkJTMEpuWjNGb2EycFBVRkZSUkVGcVFWWk5VazEzUlZGWlJGWlJVVVJGZDNCeVpGZEtiR050Tld3S1pFZFdlazFDTkZoRVZFa3hUVlJCZVU5VVJUSk9SR3QzVFZadldFUlVUVEZOVkVGNVQxUkZNazVFYTNkTlZtOTNSbFJGVkUxQ1JVZEJNVlZGUVhoTlN3cGhNMVpwV2xoS2RWcFlVbXhqZWtKYVRVSk5SMEo1Y1VkVFRUUTVRV2RGUjBORGNVZFRUVFE1UVhkRlNFRXdTVUZDVFhsNllqUkdTbVozWTFOM01tZEZDbEppVFRkVFZpOUpiM0ZXU21oWWVIbGxObHB1UkZOWlZ6WmxRbU4yV2tJM1RXVnVMMWxPYm5wM2F6QkpRazF2VDFkUFRXeHRlVGxJWVU5NE1XVkxaSFlLTUVRNE9XZDVZV3BSYWtKQlRVRTBSMEV4VldSRWQwVkNMM2RSUlVGM1NVTndSRUZRUW1kT1ZraFNUVUpCWmpoRlFsUkJSRUZSU0M5TlFqQkhRVEZWWkFwRVoxRlhRa0pTVTFsU1NtTm9UV1l3V0U5YWNtUkJhV1JMYkdOUWEyTklZeTlVUVV0Q1oyZHhhR3RxVDFCUlVVUkJaMDVLUVVSQ1IwRnBSVUY1Ym0xd0NqbFpkWG80VWpGVWFtNDBiV2RqYWpaV2QycFVTM2gzUm5KS1VrdFZTVVpIUTFwR2VsbEtWVU5KVVVSSWRERkNXalpHYUZrdlVUWlRabloxTVhCNmJEWUtNWG80VkhCMlNIQkxVa0pIY1RscmNVVlJOa3hPZHowOUNpMHRMUzB0UlU1RUlFTkZVbFJKUmtsRFFWUkZMUzB0TFMwSwogICAgc2VydmVyOiBodHRwczovLzUxMTRlMDY2LWFhOTMtNDU2MC05YmUwLTVhZTQ0NTcxNWE3NS5hcGkuazhzLmZyLXBhci5zY3cuY2xvdWQ6NjQ0Mwpjb250ZXh0czoKLSBuYW1lOiBhZG1pbkB0ZXN0LXBvb2wtd2FpdAogIGNvbnRleHQ6CiAgICBjbHVzdGVyOiAidGVzdC1wb29sLXdhaXQiCiAgICB1c2VyOiB0ZXN0LXBvb2wtd2FpdC1hZG1pbgpjdXJyZW50LWNvbnRleHQ6IGFkbWluQHRlc3QtcG9vbC13YWl0CmtpbmQ6IENvbmZpZwpwcmVmZXJlbmNlczoge30KdXNlcnM6Ci0gbmFtZTogdGVzdC1wb29sLXdhaXQtYWRtaW4KICB1c2VyOgogICAgdG9rZW46IGttQTQ5c2F6N1V4dVJSOHZ1UzIxMWpxN2NzVzNobFF1QzQ3QjRla3BobjE3UXBMcVRiVGJGelVO\"}" + headers: + Content-Length: + - "1654" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:52:21 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - ab292c81-a46a-472f-a054-a093dff4c583 + status: 200 OK + code: 200 + duration: 89.728896ms +- id: 63 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/034a502a-1d52-470d-84bd-4a8edd935ba3 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 713 + body: "{\"region\":\"fr-par\", \"id\":\"034a502a-1d52-470d-84bd-4a8edd935ba3\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:49:07.243810Z\", \"updated_at\":\"2025-10-30T16:52:20.261969Z\", \"name\":\"test-pool-wait\", \"status\":\"ready\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "713" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:52:21 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - ef2183bf-c7ab-48ad-b49c-651a43b00b6f + status: 200 OK + code: 200 + duration: 21.734462ms +- id: 64 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + form: + order_by: + - created_at_asc + page: + - "1" + pool_id: + - 034a502a-1d52-470d-84bd-4a8edd935ba3 + status: + - unknown + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/5114e066-aa93-4560-9be0-5ae445715a75/nodes?order_by=created_at_asc&page=1&pool_id=034a502a-1d52-470d-84bd-4a8edd935ba3&status=unknown + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 618 + body: "{\"total_count\":1, \"nodes\":[{\"region\":\"fr-par\", \"id\":\"3e073c76-a98f-4e6b-ad3c-7a6ca77e15fd\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:51:15.736647Z\", \"updated_at\":\"2025-10-30T16:52:20.249886Z\", \"pool_id\":\"034a502a-1d52-470d-84bd-4a8edd935ba3\", \"status\":\"ready\", \"conditions\":{\"DiskPressure\":\"False\", \"MemoryPressure\":\"False\", \"PIDPressure\":\"False\", \"Ready\":\"True\"}, \"name\":\"scw-test-pool-wait-test-pool-wait-3e073c76a98f\", \"public_ip_v4\":\"51.158.97.50\", \"public_ip_v6\":null, \"provider_id\":\"scaleway://instance/fr-par-1/6ba8f808-ce5f-4e0a-b30e-a83f7f79f945\", \"error_message\":\"\"}]}" + headers: + Content-Length: + - "618" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:52:21 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 04c909c1-c347-4369-a9f8-0ee959f665c8 + status: 200 OK + code: 200 + duration: 25.054693ms +- id: 65 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/5114e066-aa93-4560-9be0-5ae445715a75 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1630 + body: "{\"region\":\"fr-par\", \"id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:49:01.607119Z\", \"updated_at\":\"2025-10-30T16:50:36.155897Z\", \"type\":\"kapsule\", \"name\":\"test-pool-wait\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"calico\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"minimal\"], \"cluster_url\":\"https://5114e066-aa93-4560-9be0-5ae445715a75.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.5114e066-aa93-4560-9be0-5ae445715a75.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"363e7214-8a98-40d0-9357-9e4026c21b76\", \"commitment_ends_at\":\"2025-10-30T16:49:01.607128Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"6c8f211e-8819-44e2-93ca-fda367c9ca2a\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1630" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:52:21 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - d48e6179-b998-482b-8ebe-0001a00fa6c8 + status: 200 OK + code: 200 + duration: 27.251046ms +- id: 66 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + form: + order_by: + - created_at_desc + project_id: + - 105bdce1-64c0-48ab-899d-868455867ecf + resource_name: + - scw-test-pool-wait-test-pool-wait-3e073c76a98f + resource_type: + - unknown_type + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/ipam/v1/regions/fr-par/ips?order_by=created_at_desc&project_id=105bdce1-64c0-48ab-899d-868455867ecf&resource_name=scw-test-pool-wait-test-pool-wait-3e073c76a98f&resource_type=unknown_type + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1122 + body: "{\"total_count\":2, \"ips\":[{\"id\":\"54c6f7a2-4ca0-43bb-bc9a-b4a3905c0487\", \"address\":\"fd5f:519c:6d46:90dd:c183:ab7b:59b9:fc92/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":true, \"created_at\":\"2025-10-30T16:51:19.698188Z\", \"updated_at\":\"2025-10-30T16:51:19.698188Z\", \"source\":{\"subnet_id\":\"7493d1b7-5773-41c2-be8c-52e4ec098fc3\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"45715cb9-7532-4c78-93a4-2fef3fa3b71a\", \"mac_address\":\"02:00:00:1D:E4:BA\", \"name\":\"scw-test-pool-wait-test-pool-wait-3e073c76a98f\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}, {\"id\":\"ddc7378f-48eb-4ae3-af3e-4d5ee60054c4\", \"address\":\"172.18.20.3/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":false, \"created_at\":\"2025-10-30T16:51:19.565119Z\", \"updated_at\":\"2025-10-30T16:51:19.565119Z\", \"source\":{\"subnet_id\":\"da10d014-609b-48cc-9b9a-437dc31f4497\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"45715cb9-7532-4c78-93a4-2fef3fa3b71a\", \"mac_address\":\"02:00:00:1D:E4:BA\", \"name\":\"scw-test-pool-wait-test-pool-wait-3e073c76a98f\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}]}" + headers: + Content-Length: + - "1122" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:52:22 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - a3a9a288-fc90-4906-abbd-d66f78436a31 + status: 200 OK + code: 200 + duration: 37.224965ms +- id: 67 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/vpc/v2/regions/fr-par/vpcs/1a7a1e1e-2b33-478e-8f1a-faa0303a1c43 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 419 + body: "{\"id\":\"1a7a1e1e-2b33-478e-8f1a-faa0303a1c43\", \"name\":\"tf-vpc-confident-bose\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:49:00.136298Z\", \"updated_at\":\"2025-10-30T16:49:00.136298Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_default\":false, \"private_network_count\":1, \"routing_enabled\":true, \"custom_routes_propagation_enabled\":true, \"region\":\"fr-par\"}" + headers: + Content-Length: + - "419" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:52:22 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 9f207063-cd2d-435a-a97a-ad363e29405e + status: 200 OK + code: 200 + duration: 43.821455ms +- id: 68 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks/363e7214-8a98-40d0-9357-9e4026c21b76 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1084 + body: "{\"id\":\"363e7214-8a98-40d0-9357-9e4026c21b76\", \"name\":\"test-pool-wait\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:49:00.384609Z\", \"updated_at\":\"2025-10-30T16:49:00.384609Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"subnets\":[{\"id\":\"da10d014-609b-48cc-9b9a-437dc31f4497\", \"created_at\":\"2025-10-30T16:49:00.384609Z\", \"updated_at\":\"2025-10-30T16:49:00.384609Z\", \"subnet\":\"172.18.20.0/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"363e7214-8a98-40d0-9357-9e4026c21b76\", \"vpc_id\":\"1a7a1e1e-2b33-478e-8f1a-faa0303a1c43\"}, {\"id\":\"7493d1b7-5773-41c2-be8c-52e4ec098fc3\", \"created_at\":\"2025-10-30T16:49:00.384609Z\", \"updated_at\":\"2025-10-30T16:49:00.384609Z\", \"subnet\":\"fd5f:519c:6d46:90dd::/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"363e7214-8a98-40d0-9357-9e4026c21b76\", \"vpc_id\":\"1a7a1e1e-2b33-478e-8f1a-faa0303a1c43\"}], \"vpc_id\":\"1a7a1e1e-2b33-478e-8f1a-faa0303a1c43\", \"dhcp_enabled\":true, \"default_route_propagation_enabled\":false, \"region\":\"fr-par\"}" + headers: + Content-Length: + - "1084" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:52:22 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 69471a4e-88c3-4ba2-91ee-6f94df53b09f + status: 200 OK + code: 200 + duration: 36.278588ms +- id: 69 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/5114e066-aa93-4560-9be0-5ae445715a75 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1630 + body: "{\"region\":\"fr-par\", \"id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:49:01.607119Z\", \"updated_at\":\"2025-10-30T16:50:36.155897Z\", \"type\":\"kapsule\", \"name\":\"test-pool-wait\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"calico\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"minimal\"], \"cluster_url\":\"https://5114e066-aa93-4560-9be0-5ae445715a75.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.5114e066-aa93-4560-9be0-5ae445715a75.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"363e7214-8a98-40d0-9357-9e4026c21b76\", \"commitment_ends_at\":\"2025-10-30T16:49:01.607128Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"6c8f211e-8819-44e2-93ca-fda367c9ca2a\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1630" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:52:22 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 21b7407c-68a5-4ff4-9daf-6b003a411d4d + status: 200 OK + code: 200 + duration: 107.181961ms +- id: 70 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/5114e066-aa93-4560-9be0-5ae445715a75/kubeconfig + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1654 + body: "{\"name\":\"kubeconfig\", \"content_type\":\"application/octet-stream\", \"content\":\"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogInRlc3QtcG9vbC13YWl0IgogIGNsdXN0ZXI6CiAgICBjZXJ0aWZpY2F0ZS1hdXRob3JpdHktZGF0YTogTFMwdExTMUNSVWRKVGlCRFJWSlVTVVpKUTBGVVJTMHRMUzB0Q2sxSlNVSllSRU5EUVZGSFowRjNTVUpCWjBsQ1FVUkJTMEpuWjNGb2EycFBVRkZSUkVGcVFWWk5VazEzUlZGWlJGWlJVVVJGZDNCeVpGZEtiR050Tld3S1pFZFdlazFDTkZoRVZFa3hUVlJCZVU5VVJUSk9SR3QzVFZadldFUlVUVEZOVkVGNVQxUkZNazVFYTNkTlZtOTNSbFJGVkUxQ1JVZEJNVlZGUVhoTlN3cGhNMVpwV2xoS2RWcFlVbXhqZWtKYVRVSk5SMEo1Y1VkVFRUUTVRV2RGUjBORGNVZFRUVFE1UVhkRlNFRXdTVUZDVFhsNllqUkdTbVozWTFOM01tZEZDbEppVFRkVFZpOUpiM0ZXU21oWWVIbGxObHB1UkZOWlZ6WmxRbU4yV2tJM1RXVnVMMWxPYm5wM2F6QkpRazF2VDFkUFRXeHRlVGxJWVU5NE1XVkxaSFlLTUVRNE9XZDVZV3BSYWtKQlRVRTBSMEV4VldSRWQwVkNMM2RSUlVGM1NVTndSRUZRUW1kT1ZraFNUVUpCWmpoRlFsUkJSRUZSU0M5TlFqQkhRVEZWWkFwRVoxRlhRa0pTVTFsU1NtTm9UV1l3V0U5YWNtUkJhV1JMYkdOUWEyTklZeTlVUVV0Q1oyZHhhR3RxVDFCUlVVUkJaMDVLUVVSQ1IwRnBSVUY1Ym0xd0NqbFpkWG80VWpGVWFtNDBiV2RqYWpaV2QycFVTM2gzUm5KS1VrdFZTVVpIUTFwR2VsbEtWVU5KVVVSSWRERkNXalpHYUZrdlVUWlRabloxTVhCNmJEWUtNWG80VkhCMlNIQkxVa0pIY1RscmNVVlJOa3hPZHowOUNpMHRMUzB0UlU1RUlFTkZVbFJKUmtsRFFWUkZMUzB0TFMwSwogICAgc2VydmVyOiBodHRwczovLzUxMTRlMDY2LWFhOTMtNDU2MC05YmUwLTVhZTQ0NTcxNWE3NS5hcGkuazhzLmZyLXBhci5zY3cuY2xvdWQ6NjQ0Mwpjb250ZXh0czoKLSBuYW1lOiBhZG1pbkB0ZXN0LXBvb2wtd2FpdAogIGNvbnRleHQ6CiAgICBjbHVzdGVyOiAidGVzdC1wb29sLXdhaXQiCiAgICB1c2VyOiB0ZXN0LXBvb2wtd2FpdC1hZG1pbgpjdXJyZW50LWNvbnRleHQ6IGFkbWluQHRlc3QtcG9vbC13YWl0CmtpbmQ6IENvbmZpZwpwcmVmZXJlbmNlczoge30KdXNlcnM6Ci0gbmFtZTogdGVzdC1wb29sLXdhaXQtYWRtaW4KICB1c2VyOgogICAgdG9rZW46IGttQTQ5c2F6N1V4dVJSOHZ1UzIxMWpxN2NzVzNobFF1QzQ3QjRla3BobjE3UXBMcVRiVGJGelVO\"}" + headers: + Content-Length: + - "1654" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:52:22 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - e6b137d2-0017-4e4b-baea-2b0ae637c05d + status: 200 OK + code: 200 + duration: 31.917734ms +- id: 71 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/034a502a-1d52-470d-84bd-4a8edd935ba3 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 713 + body: "{\"region\":\"fr-par\", \"id\":\"034a502a-1d52-470d-84bd-4a8edd935ba3\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:49:07.243810Z\", \"updated_at\":\"2025-10-30T16:52:20.261969Z\", \"name\":\"test-pool-wait\", \"status\":\"ready\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "713" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:52:22 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 2eb7e7df-4111-46a5-aea6-c05409c986de + status: 200 OK + code: 200 + duration: 25.599827ms +- id: 72 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + form: + order_by: + - created_at_asc + page: + - "1" + pool_id: + - 034a502a-1d52-470d-84bd-4a8edd935ba3 + status: + - unknown + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/5114e066-aa93-4560-9be0-5ae445715a75/nodes?order_by=created_at_asc&page=1&pool_id=034a502a-1d52-470d-84bd-4a8edd935ba3&status=unknown + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 618 + body: "{\"total_count\":1, \"nodes\":[{\"region\":\"fr-par\", \"id\":\"3e073c76-a98f-4e6b-ad3c-7a6ca77e15fd\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:51:15.736647Z\", \"updated_at\":\"2025-10-30T16:52:20.249886Z\", \"pool_id\":\"034a502a-1d52-470d-84bd-4a8edd935ba3\", \"status\":\"ready\", \"conditions\":{\"DiskPressure\":\"False\", \"MemoryPressure\":\"False\", \"PIDPressure\":\"False\", \"Ready\":\"True\"}, \"name\":\"scw-test-pool-wait-test-pool-wait-3e073c76a98f\", \"public_ip_v4\":\"51.158.97.50\", \"public_ip_v6\":null, \"provider_id\":\"scaleway://instance/fr-par-1/6ba8f808-ce5f-4e0a-b30e-a83f7f79f945\", \"error_message\":\"\"}]}" + headers: + Content-Length: + - "618" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:52:22 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 2d5150b3-a77e-4c3a-9a31-8a48ad592f8d + status: 200 OK + code: 200 + duration: 43.343318ms +- id: 73 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/5114e066-aa93-4560-9be0-5ae445715a75 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1630 + body: "{\"region\":\"fr-par\", \"id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:49:01.607119Z\", \"updated_at\":\"2025-10-30T16:50:36.155897Z\", \"type\":\"kapsule\", \"name\":\"test-pool-wait\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"calico\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"minimal\"], \"cluster_url\":\"https://5114e066-aa93-4560-9be0-5ae445715a75.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.5114e066-aa93-4560-9be0-5ae445715a75.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"363e7214-8a98-40d0-9357-9e4026c21b76\", \"commitment_ends_at\":\"2025-10-30T16:49:01.607128Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"6c8f211e-8819-44e2-93ca-fda367c9ca2a\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1630" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:52:22 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 5602e3cd-4a6b-45b6-9d6e-8e490e80af64 + status: 200 OK + code: 200 + duration: 23.510054ms +- id: 74 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + form: + order_by: + - created_at_desc + project_id: + - 105bdce1-64c0-48ab-899d-868455867ecf + resource_name: + - scw-test-pool-wait-test-pool-wait-3e073c76a98f + resource_type: + - unknown_type + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/ipam/v1/regions/fr-par/ips?order_by=created_at_desc&project_id=105bdce1-64c0-48ab-899d-868455867ecf&resource_name=scw-test-pool-wait-test-pool-wait-3e073c76a98f&resource_type=unknown_type + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1122 + body: "{\"total_count\":2, \"ips\":[{\"id\":\"54c6f7a2-4ca0-43bb-bc9a-b4a3905c0487\", \"address\":\"fd5f:519c:6d46:90dd:c183:ab7b:59b9:fc92/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":true, \"created_at\":\"2025-10-30T16:51:19.698188Z\", \"updated_at\":\"2025-10-30T16:51:19.698188Z\", \"source\":{\"subnet_id\":\"7493d1b7-5773-41c2-be8c-52e4ec098fc3\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"45715cb9-7532-4c78-93a4-2fef3fa3b71a\", \"mac_address\":\"02:00:00:1D:E4:BA\", \"name\":\"scw-test-pool-wait-test-pool-wait-3e073c76a98f\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}, {\"id\":\"ddc7378f-48eb-4ae3-af3e-4d5ee60054c4\", \"address\":\"172.18.20.3/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":false, \"created_at\":\"2025-10-30T16:51:19.565119Z\", \"updated_at\":\"2025-10-30T16:51:19.565119Z\", \"source\":{\"subnet_id\":\"da10d014-609b-48cc-9b9a-437dc31f4497\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"45715cb9-7532-4c78-93a4-2fef3fa3b71a\", \"mac_address\":\"02:00:00:1D:E4:BA\", \"name\":\"scw-test-pool-wait-test-pool-wait-3e073c76a98f\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}]}" + headers: + Content-Length: + - "1122" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:52:22 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - f2441186-ef39-43b2-8e4c-79570be40674 + status: 200 OK + code: 200 + duration: 24.484573ms +- id: 75 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/5114e066-aa93-4560-9be0-5ae445715a75 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1630 + body: "{\"region\":\"fr-par\", \"id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:49:01.607119Z\", \"updated_at\":\"2025-10-30T16:50:36.155897Z\", \"type\":\"kapsule\", \"name\":\"test-pool-wait\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"calico\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"minimal\"], \"cluster_url\":\"https://5114e066-aa93-4560-9be0-5ae445715a75.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.5114e066-aa93-4560-9be0-5ae445715a75.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"363e7214-8a98-40d0-9357-9e4026c21b76\", \"commitment_ends_at\":\"2025-10-30T16:49:01.607128Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"6c8f211e-8819-44e2-93ca-fda367c9ca2a\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1630" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:52:22 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 02358d8b-c5e5-4303-808d-525743a7c871 + status: 200 OK + code: 200 + duration: 23.862716ms +- id: 76 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 272 + host: api.scaleway.com + body: "{\"name\":\"test-pool-wait-2\",\"node_type\":\"pro2_xxs\",\"autoscaling\":false,\"size\":1,\"min_size\":1,\"max_size\":1,\"container_runtime\":\"containerd\",\"autohealing\":false,\"tags\":[],\"kubelet_args\":{},\"zone\":\"fr-par-1\",\"root_volume_type\":\"default_volume_type\",\"public_ip_disabled\":false}" + headers: + Content-Type: + - application/json + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/5114e066-aa93-4560-9be0-5ae445715a75/pools + method: POST + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 717 + body: "{\"region\":\"fr-par\", \"id\":\"b0c262ac-e3c4-4a41-9b7c-fac43b180e81\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:52:22.689840Z\", \"updated_at\":\"2025-10-30T16:52:22.689840Z\", \"name\":\"test-pool-wait-2\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "717" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:52:22 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 6a7dd2ee-645c-4b43-9930-5cd67eb9b370 + status: 200 OK + code: 200 + duration: 143.875238ms +- id: 77 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/b0c262ac-e3c4-4a41-9b7c-fac43b180e81 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 717 + body: "{\"region\":\"fr-par\", \"id\":\"b0c262ac-e3c4-4a41-9b7c-fac43b180e81\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:52:22.689840Z\", \"updated_at\":\"2025-10-30T16:52:22.689840Z\", \"name\":\"test-pool-wait-2\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "717" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:52:22 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 241425ac-9d81-44c0-9023-9b9a7624a671 + status: 200 OK + code: 200 + duration: 22.269527ms +- id: 78 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/b0c262ac-e3c4-4a41-9b7c-fac43b180e81 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 717 + body: "{\"region\":\"fr-par\", \"id\":\"b0c262ac-e3c4-4a41-9b7c-fac43b180e81\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:52:22.689840Z\", \"updated_at\":\"2025-10-30T16:52:22.689840Z\", \"name\":\"test-pool-wait-2\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "717" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:52:27 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - b032d917-0e8e-440d-8121-3b070fd0a831 + status: 200 OK + code: 200 + duration: 82.148919ms +- id: 79 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/b0c262ac-e3c4-4a41-9b7c-fac43b180e81 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 717 + body: "{\"region\":\"fr-par\", \"id\":\"b0c262ac-e3c4-4a41-9b7c-fac43b180e81\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:52:22.689840Z\", \"updated_at\":\"2025-10-30T16:52:22.689840Z\", \"name\":\"test-pool-wait-2\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "717" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:52:33 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - c20da499-8659-4f59-9625-956850f25465 + status: 200 OK + code: 200 + duration: 96.924941ms +- id: 80 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/b0c262ac-e3c4-4a41-9b7c-fac43b180e81 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 717 + body: "{\"region\":\"fr-par\", \"id\":\"b0c262ac-e3c4-4a41-9b7c-fac43b180e81\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:52:22.689840Z\", \"updated_at\":\"2025-10-30T16:52:22.689840Z\", \"name\":\"test-pool-wait-2\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "717" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:52:38 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 6d4f70ae-d33d-4c68-9d0d-f07c598a6fad + status: 200 OK + code: 200 + duration: 85.41559ms +- id: 81 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/b0c262ac-e3c4-4a41-9b7c-fac43b180e81 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 717 + body: "{\"region\":\"fr-par\", \"id\":\"b0c262ac-e3c4-4a41-9b7c-fac43b180e81\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:52:22.689840Z\", \"updated_at\":\"2025-10-30T16:52:22.689840Z\", \"name\":\"test-pool-wait-2\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "717" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:52:43 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - e420e551-fd7e-43cd-9a96-bd8b74fe3e47 + status: 200 OK + code: 200 + duration: 88.586161ms +- id: 82 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/b0c262ac-e3c4-4a41-9b7c-fac43b180e81 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 717 + body: "{\"region\":\"fr-par\", \"id\":\"b0c262ac-e3c4-4a41-9b7c-fac43b180e81\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:52:22.689840Z\", \"updated_at\":\"2025-10-30T16:52:22.689840Z\", \"name\":\"test-pool-wait-2\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "717" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:52:48 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 0b188551-fa2a-4dcb-8104-3156d25948d1 + status: 200 OK + code: 200 + duration: 90.341786ms +- id: 83 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/b0c262ac-e3c4-4a41-9b7c-fac43b180e81 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 717 + body: "{\"region\":\"fr-par\", \"id\":\"b0c262ac-e3c4-4a41-9b7c-fac43b180e81\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:52:22.689840Z\", \"updated_at\":\"2025-10-30T16:52:22.689840Z\", \"name\":\"test-pool-wait-2\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "717" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:52:53 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 11f6e45e-df43-4206-a192-80ddd33e5d38 + status: 200 OK + code: 200 + duration: 90.880968ms +- id: 84 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/b0c262ac-e3c4-4a41-9b7c-fac43b180e81 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 717 + body: "{\"region\":\"fr-par\", \"id\":\"b0c262ac-e3c4-4a41-9b7c-fac43b180e81\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:52:22.689840Z\", \"updated_at\":\"2025-10-30T16:52:22.689840Z\", \"name\":\"test-pool-wait-2\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "717" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:52:58 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 654a9484-3284-4c49-a555-a83e79f64009 + status: 200 OK + code: 200 + duration: 82.072516ms +- id: 85 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/b0c262ac-e3c4-4a41-9b7c-fac43b180e81 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 717 + body: "{\"region\":\"fr-par\", \"id\":\"b0c262ac-e3c4-4a41-9b7c-fac43b180e81\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:52:22.689840Z\", \"updated_at\":\"2025-10-30T16:52:22.689840Z\", \"name\":\"test-pool-wait-2\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "717" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:53:03 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 76a674ea-ce20-422f-b3f2-f1febbb3f1cf + status: 200 OK + code: 200 + duration: 99.385108ms +- id: 86 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/b0c262ac-e3c4-4a41-9b7c-fac43b180e81 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 717 + body: "{\"region\":\"fr-par\", \"id\":\"b0c262ac-e3c4-4a41-9b7c-fac43b180e81\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:52:22.689840Z\", \"updated_at\":\"2025-10-30T16:52:22.689840Z\", \"name\":\"test-pool-wait-2\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "717" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:53:08 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 650392c2-6dfd-4a65-bde2-c6c398815bf5 + status: 200 OK + code: 200 + duration: 94.922172ms +- id: 87 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/b0c262ac-e3c4-4a41-9b7c-fac43b180e81 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 715 + body: "{\"region\":\"fr-par\", \"id\":\"b0c262ac-e3c4-4a41-9b7c-fac43b180e81\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:52:22.689840Z\", \"updated_at\":\"2025-10-30T16:53:10.546154Z\", \"name\":\"test-pool-wait-2\", \"status\":\"ready\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "715" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:53:13 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - b14ff2ec-1e26-49a3-9597-76bfc69c8045 + status: 200 OK + code: 200 + duration: 94.082386ms +- id: 88 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/5114e066-aa93-4560-9be0-5ae445715a75 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1630 + body: "{\"region\":\"fr-par\", \"id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:49:01.607119Z\", \"updated_at\":\"2025-10-30T16:50:36.155897Z\", \"type\":\"kapsule\", \"name\":\"test-pool-wait\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"calico\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"minimal\"], \"cluster_url\":\"https://5114e066-aa93-4560-9be0-5ae445715a75.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.5114e066-aa93-4560-9be0-5ae445715a75.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"363e7214-8a98-40d0-9357-9e4026c21b76\", \"commitment_ends_at\":\"2025-10-30T16:49:01.607128Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"6c8f211e-8819-44e2-93ca-fda367c9ca2a\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1630" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:53:13 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 160d7502-633a-4f72-a822-cf9a8075d4f7 + status: 200 OK + code: 200 + duration: 25.08467ms +- id: 89 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/b0c262ac-e3c4-4a41-9b7c-fac43b180e81 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 715 + body: "{\"region\":\"fr-par\", \"id\":\"b0c262ac-e3c4-4a41-9b7c-fac43b180e81\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:52:22.689840Z\", \"updated_at\":\"2025-10-30T16:53:10.546154Z\", \"name\":\"test-pool-wait-2\", \"status\":\"ready\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "715" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:53:13 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 41e29722-ebe0-4d58-a6b2-8085e4cd020c + status: 200 OK + code: 200 + duration: 89.459791ms +- id: 90 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + form: + order_by: + - created_at_asc + page: + - "1" + pool_id: + - b0c262ac-e3c4-4a41-9b7c-fac43b180e81 + status: + - unknown + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/5114e066-aa93-4560-9be0-5ae445715a75/nodes?order_by=created_at_asc&page=1&pool_id=b0c262ac-e3c4-4a41-9b7c-fac43b180e81&status=unknown + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 618 + body: "{\"total_count\":1, \"nodes\":[{\"region\":\"fr-par\", \"id\":\"803259ac-2333-4048-8fec-ae14c9eff6df\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:52:23.157062Z\", \"updated_at\":\"2025-10-30T16:53:10.533820Z\", \"pool_id\":\"b0c262ac-e3c4-4a41-9b7c-fac43b180e81\", \"status\":\"ready\", \"conditions\":{\"DiskPressure\":\"False\", \"MemoryPressure\":\"False\", \"PIDPressure\":\"False\", \"Ready\":\"True\"}, \"name\":\"scw-test-pool-wait-test-pool-wait-2-803259ac23\", \"public_ip_v4\":\"51.158.65.45\", \"public_ip_v6\":null, \"provider_id\":\"scaleway://instance/fr-par-1/f94c2846-a5e6-44e2-823b-e4da6094250f\", \"error_message\":\"\"}]}" + headers: + Content-Length: + - "618" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:53:13 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 0c4497f5-0d1f-4b00-96d2-b24332045f71 + status: 200 OK + code: 200 + duration: 20.312823ms +- id: 91 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/5114e066-aa93-4560-9be0-5ae445715a75 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1630 + body: "{\"region\":\"fr-par\", \"id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:49:01.607119Z\", \"updated_at\":\"2025-10-30T16:50:36.155897Z\", \"type\":\"kapsule\", \"name\":\"test-pool-wait\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"calico\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"minimal\"], \"cluster_url\":\"https://5114e066-aa93-4560-9be0-5ae445715a75.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.5114e066-aa93-4560-9be0-5ae445715a75.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"363e7214-8a98-40d0-9357-9e4026c21b76\", \"commitment_ends_at\":\"2025-10-30T16:49:01.607128Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"6c8f211e-8819-44e2-93ca-fda367c9ca2a\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1630" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:53:13 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - f6b52ef4-a81b-4bc0-9fde-7e7c13aa6b09 + status: 200 OK + code: 200 + duration: 20.801451ms +- id: 92 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + form: + order_by: + - created_at_desc + project_id: + - 105bdce1-64c0-48ab-899d-868455867ecf + resource_name: + - scw-test-pool-wait-test-pool-wait-2-803259ac23 + resource_type: + - unknown_type + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/ipam/v1/regions/fr-par/ips?order_by=created_at_desc&project_id=105bdce1-64c0-48ab-899d-868455867ecf&resource_name=scw-test-pool-wait-test-pool-wait-2-803259ac23&resource_type=unknown_type + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1122 + body: "{\"total_count\":2, \"ips\":[{\"id\":\"35d11f02-76e3-4fe4-a39b-c2df537169d7\", \"address\":\"fd5f:519c:6d46:90dd:ab00:4e62:584d:4783/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":true, \"created_at\":\"2025-10-30T16:52:26.776899Z\", \"updated_at\":\"2025-10-30T16:52:26.776899Z\", \"source\":{\"subnet_id\":\"7493d1b7-5773-41c2-be8c-52e4ec098fc3\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"6f4c43ec-ff56-4721-ab5d-fdf2a12b8f2e\", \"mac_address\":\"02:00:00:12:65:C5\", \"name\":\"scw-test-pool-wait-test-pool-wait-2-803259ac23\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}, {\"id\":\"878dc0d8-d3e7-4ab9-b890-f5352063637c\", \"address\":\"172.18.20.4/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":false, \"created_at\":\"2025-10-30T16:52:26.654069Z\", \"updated_at\":\"2025-10-30T16:52:26.654069Z\", \"source\":{\"subnet_id\":\"da10d014-609b-48cc-9b9a-437dc31f4497\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"6f4c43ec-ff56-4721-ab5d-fdf2a12b8f2e\", \"mac_address\":\"02:00:00:12:65:C5\", \"name\":\"scw-test-pool-wait-test-pool-wait-2-803259ac23\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}]}" + headers: + Content-Length: + - "1122" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:53:14 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 60d9b96e-7457-45bb-927f-53189a54dd9b + status: 200 OK + code: 200 + duration: 99.662659ms +- id: 93 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/5114e066-aa93-4560-9be0-5ae445715a75 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1630 + body: "{\"region\":\"fr-par\", \"id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:49:01.607119Z\", \"updated_at\":\"2025-10-30T16:50:36.155897Z\", \"type\":\"kapsule\", \"name\":\"test-pool-wait\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"calico\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"minimal\"], \"cluster_url\":\"https://5114e066-aa93-4560-9be0-5ae445715a75.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.5114e066-aa93-4560-9be0-5ae445715a75.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"363e7214-8a98-40d0-9357-9e4026c21b76\", \"commitment_ends_at\":\"2025-10-30T16:49:01.607128Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"6c8f211e-8819-44e2-93ca-fda367c9ca2a\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1630" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:53:14 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 58932961-9842-45f7-8f70-45a605c94258 + status: 200 OK + code: 200 + duration: 20.450251ms +- id: 94 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/b0c262ac-e3c4-4a41-9b7c-fac43b180e81 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 715 + body: "{\"region\":\"fr-par\", \"id\":\"b0c262ac-e3c4-4a41-9b7c-fac43b180e81\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:52:22.689840Z\", \"updated_at\":\"2025-10-30T16:53:10.546154Z\", \"name\":\"test-pool-wait-2\", \"status\":\"ready\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "715" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:53:14 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - cef30e48-8802-490a-850c-cacd6ae617e0 + status: 200 OK + code: 200 + duration: 25.174247ms +- id: 95 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/vpc/v2/regions/fr-par/vpcs/1a7a1e1e-2b33-478e-8f1a-faa0303a1c43 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 419 + body: "{\"id\":\"1a7a1e1e-2b33-478e-8f1a-faa0303a1c43\", \"name\":\"tf-vpc-confident-bose\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:49:00.136298Z\", \"updated_at\":\"2025-10-30T16:49:00.136298Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_default\":false, \"private_network_count\":1, \"routing_enabled\":true, \"custom_routes_propagation_enabled\":true, \"region\":\"fr-par\"}" + headers: + Content-Length: + - "419" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:53:14 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - b410560a-c10d-43b9-928d-bf8864b14e43 + status: 200 OK + code: 200 + duration: 24.171706ms +- id: 96 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks/363e7214-8a98-40d0-9357-9e4026c21b76 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1084 + body: "{\"id\":\"363e7214-8a98-40d0-9357-9e4026c21b76\", \"name\":\"test-pool-wait\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:49:00.384609Z\", \"updated_at\":\"2025-10-30T16:49:00.384609Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"subnets\":[{\"id\":\"da10d014-609b-48cc-9b9a-437dc31f4497\", \"created_at\":\"2025-10-30T16:49:00.384609Z\", \"updated_at\":\"2025-10-30T16:49:00.384609Z\", \"subnet\":\"172.18.20.0/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"363e7214-8a98-40d0-9357-9e4026c21b76\", \"vpc_id\":\"1a7a1e1e-2b33-478e-8f1a-faa0303a1c43\"}, {\"id\":\"7493d1b7-5773-41c2-be8c-52e4ec098fc3\", \"created_at\":\"2025-10-30T16:49:00.384609Z\", \"updated_at\":\"2025-10-30T16:49:00.384609Z\", \"subnet\":\"fd5f:519c:6d46:90dd::/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"363e7214-8a98-40d0-9357-9e4026c21b76\", \"vpc_id\":\"1a7a1e1e-2b33-478e-8f1a-faa0303a1c43\"}], \"vpc_id\":\"1a7a1e1e-2b33-478e-8f1a-faa0303a1c43\", \"dhcp_enabled\":true, \"default_route_propagation_enabled\":false, \"region\":\"fr-par\"}" + headers: + Content-Length: + - "1084" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:53:14 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - b2955d58-e958-4b15-904d-2a9a5ae86ea5 + status: 200 OK + code: 200 + duration: 27.040189ms +- id: 97 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/5114e066-aa93-4560-9be0-5ae445715a75 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1630 + body: "{\"region\":\"fr-par\", \"id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:49:01.607119Z\", \"updated_at\":\"2025-10-30T16:50:36.155897Z\", \"type\":\"kapsule\", \"name\":\"test-pool-wait\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"calico\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"minimal\"], \"cluster_url\":\"https://5114e066-aa93-4560-9be0-5ae445715a75.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.5114e066-aa93-4560-9be0-5ae445715a75.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"363e7214-8a98-40d0-9357-9e4026c21b76\", \"commitment_ends_at\":\"2025-10-30T16:49:01.607128Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"6c8f211e-8819-44e2-93ca-fda367c9ca2a\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1630" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:53:14 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - b9831e25-d9f6-4af4-ad4d-380bedf6aeb0 + status: 200 OK + code: 200 + duration: 21.017556ms +- id: 98 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/5114e066-aa93-4560-9be0-5ae445715a75/kubeconfig + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1654 + body: "{\"name\":\"kubeconfig\", \"content_type\":\"application/octet-stream\", \"content\":\"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogInRlc3QtcG9vbC13YWl0IgogIGNsdXN0ZXI6CiAgICBjZXJ0aWZpY2F0ZS1hdXRob3JpdHktZGF0YTogTFMwdExTMUNSVWRKVGlCRFJWSlVTVVpKUTBGVVJTMHRMUzB0Q2sxSlNVSllSRU5EUVZGSFowRjNTVUpCWjBsQ1FVUkJTMEpuWjNGb2EycFBVRkZSUkVGcVFWWk5VazEzUlZGWlJGWlJVVVJGZDNCeVpGZEtiR050Tld3S1pFZFdlazFDTkZoRVZFa3hUVlJCZVU5VVJUSk9SR3QzVFZadldFUlVUVEZOVkVGNVQxUkZNazVFYTNkTlZtOTNSbFJGVkUxQ1JVZEJNVlZGUVhoTlN3cGhNMVpwV2xoS2RWcFlVbXhqZWtKYVRVSk5SMEo1Y1VkVFRUUTVRV2RGUjBORGNVZFRUVFE1UVhkRlNFRXdTVUZDVFhsNllqUkdTbVozWTFOM01tZEZDbEppVFRkVFZpOUpiM0ZXU21oWWVIbGxObHB1UkZOWlZ6WmxRbU4yV2tJM1RXVnVMMWxPYm5wM2F6QkpRazF2VDFkUFRXeHRlVGxJWVU5NE1XVkxaSFlLTUVRNE9XZDVZV3BSYWtKQlRVRTBSMEV4VldSRWQwVkNMM2RSUlVGM1NVTndSRUZRUW1kT1ZraFNUVUpCWmpoRlFsUkJSRUZSU0M5TlFqQkhRVEZWWkFwRVoxRlhRa0pTVTFsU1NtTm9UV1l3V0U5YWNtUkJhV1JMYkdOUWEyTklZeTlVUVV0Q1oyZHhhR3RxVDFCUlVVUkJaMDVLUVVSQ1IwRnBSVUY1Ym0xd0NqbFpkWG80VWpGVWFtNDBiV2RqYWpaV2QycFVTM2gzUm5KS1VrdFZTVVpIUTFwR2VsbEtWVU5KVVVSSWRERkNXalpHYUZrdlVUWlRabloxTVhCNmJEWUtNWG80VkhCMlNIQkxVa0pIY1RscmNVVlJOa3hPZHowOUNpMHRMUzB0UlU1RUlFTkZVbFJKUmtsRFFWUkZMUzB0TFMwSwogICAgc2VydmVyOiBodHRwczovLzUxMTRlMDY2LWFhOTMtNDU2MC05YmUwLTVhZTQ0NTcxNWE3NS5hcGkuazhzLmZyLXBhci5zY3cuY2xvdWQ6NjQ0Mwpjb250ZXh0czoKLSBuYW1lOiBhZG1pbkB0ZXN0LXBvb2wtd2FpdAogIGNvbnRleHQ6CiAgICBjbHVzdGVyOiAidGVzdC1wb29sLXdhaXQiCiAgICB1c2VyOiB0ZXN0LXBvb2wtd2FpdC1hZG1pbgpjdXJyZW50LWNvbnRleHQ6IGFkbWluQHRlc3QtcG9vbC13YWl0CmtpbmQ6IENvbmZpZwpwcmVmZXJlbmNlczoge30KdXNlcnM6Ci0gbmFtZTogdGVzdC1wb29sLXdhaXQtYWRtaW4KICB1c2VyOgogICAgdG9rZW46IGttQTQ5c2F6N1V4dVJSOHZ1UzIxMWpxN2NzVzNobFF1QzQ3QjRla3BobjE3UXBMcVRiVGJGelVO\"}" + headers: + Content-Length: + - "1654" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:53:14 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 8a5454d7-3d31-4f9a-8352-878905400340 + status: 200 OK + code: 200 + duration: 88.227377ms +- id: 99 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/034a502a-1d52-470d-84bd-4a8edd935ba3 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 713 + body: "{\"region\":\"fr-par\", \"id\":\"034a502a-1d52-470d-84bd-4a8edd935ba3\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:49:07.243810Z\", \"updated_at\":\"2025-10-30T16:52:20.261969Z\", \"name\":\"test-pool-wait\", \"status\":\"ready\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "713" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:53:14 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 19fc9f25-2122-4e87-84ab-61fa1e0d7061 + status: 200 OK + code: 200 + duration: 26.034572ms +- id: 100 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/b0c262ac-e3c4-4a41-9b7c-fac43b180e81 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 715 + body: "{\"region\":\"fr-par\", \"id\":\"b0c262ac-e3c4-4a41-9b7c-fac43b180e81\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:52:22.689840Z\", \"updated_at\":\"2025-10-30T16:53:10.546154Z\", \"name\":\"test-pool-wait-2\", \"status\":\"ready\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "715" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:53:14 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 5c174d33-0c9d-44d4-8343-852d24fc4493 + status: 200 OK + code: 200 + duration: 26.960049ms +- id: 101 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + form: + order_by: + - created_at_asc + page: + - "1" + pool_id: + - 034a502a-1d52-470d-84bd-4a8edd935ba3 + status: + - unknown + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/5114e066-aa93-4560-9be0-5ae445715a75/nodes?order_by=created_at_asc&page=1&pool_id=034a502a-1d52-470d-84bd-4a8edd935ba3&status=unknown + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 648 + body: "{\"total_count\":1, \"nodes\":[{\"region\":\"fr-par\", \"id\":\"3e073c76-a98f-4e6b-ad3c-7a6ca77e15fd\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:51:15.736647Z\", \"updated_at\":\"2025-10-30T16:53:10.517490Z\", \"pool_id\":\"034a502a-1d52-470d-84bd-4a8edd935ba3\", \"status\":\"ready\", \"conditions\":{\"DiskPressure\":\"False\", \"MemoryPressure\":\"False\", \"NetworkUnavailable\":\"False\", \"PIDPressure\":\"False\", \"Ready\":\"True\"}, \"name\":\"scw-test-pool-wait-test-pool-wait-3e073c76a98f\", \"public_ip_v4\":\"51.158.97.50\", \"public_ip_v6\":null, \"provider_id\":\"scaleway://instance/fr-par-1/6ba8f808-ce5f-4e0a-b30e-a83f7f79f945\", \"error_message\":\"\"}]}" + headers: + Content-Length: + - "648" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:53:14 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 67d66ddf-5887-4d95-bdee-e5816032c8dc + status: 200 OK + code: 200 + duration: 19.400762ms +- id: 102 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + form: + order_by: + - created_at_asc + page: + - "1" + pool_id: + - b0c262ac-e3c4-4a41-9b7c-fac43b180e81 + status: + - unknown + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/5114e066-aa93-4560-9be0-5ae445715a75/nodes?order_by=created_at_asc&page=1&pool_id=b0c262ac-e3c4-4a41-9b7c-fac43b180e81&status=unknown + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 618 + body: "{\"total_count\":1, \"nodes\":[{\"region\":\"fr-par\", \"id\":\"803259ac-2333-4048-8fec-ae14c9eff6df\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:52:23.157062Z\", \"updated_at\":\"2025-10-30T16:53:10.533820Z\", \"pool_id\":\"b0c262ac-e3c4-4a41-9b7c-fac43b180e81\", \"status\":\"ready\", \"conditions\":{\"DiskPressure\":\"False\", \"MemoryPressure\":\"False\", \"PIDPressure\":\"False\", \"Ready\":\"True\"}, \"name\":\"scw-test-pool-wait-test-pool-wait-2-803259ac23\", \"public_ip_v4\":\"51.158.65.45\", \"public_ip_v6\":null, \"provider_id\":\"scaleway://instance/fr-par-1/f94c2846-a5e6-44e2-823b-e4da6094250f\", \"error_message\":\"\"}]}" + headers: + Content-Length: + - "618" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:53:14 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 93300ece-717b-4222-a946-771ac6fc544a + status: 200 OK + code: 200 + duration: 26.171208ms +- id: 103 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/5114e066-aa93-4560-9be0-5ae445715a75 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1630 + body: "{\"region\":\"fr-par\", \"id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:49:01.607119Z\", \"updated_at\":\"2025-10-30T16:50:36.155897Z\", \"type\":\"kapsule\", \"name\":\"test-pool-wait\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"calico\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"minimal\"], \"cluster_url\":\"https://5114e066-aa93-4560-9be0-5ae445715a75.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.5114e066-aa93-4560-9be0-5ae445715a75.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"363e7214-8a98-40d0-9357-9e4026c21b76\", \"commitment_ends_at\":\"2025-10-30T16:49:01.607128Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"6c8f211e-8819-44e2-93ca-fda367c9ca2a\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1630" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:53:14 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 153230ae-90eb-4d2b-ad2d-861b6b0c8af4 + status: 200 OK + code: 200 + duration: 24.893881ms +- id: 104 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/5114e066-aa93-4560-9be0-5ae445715a75 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1630 + body: "{\"region\":\"fr-par\", \"id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:49:01.607119Z\", \"updated_at\":\"2025-10-30T16:50:36.155897Z\", \"type\":\"kapsule\", \"name\":\"test-pool-wait\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"calico\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"minimal\"], \"cluster_url\":\"https://5114e066-aa93-4560-9be0-5ae445715a75.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.5114e066-aa93-4560-9be0-5ae445715a75.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"363e7214-8a98-40d0-9357-9e4026c21b76\", \"commitment_ends_at\":\"2025-10-30T16:49:01.607128Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"6c8f211e-8819-44e2-93ca-fda367c9ca2a\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1630" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:53:14 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 62a9bce9-3154-4eb2-ae95-54694df92c06 + status: 200 OK + code: 200 + duration: 30.586155ms +- id: 105 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + form: + order_by: + - created_at_desc + project_id: + - 105bdce1-64c0-48ab-899d-868455867ecf + resource_name: + - scw-test-pool-wait-test-pool-wait-2-803259ac23 + resource_type: + - unknown_type + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/ipam/v1/regions/fr-par/ips?order_by=created_at_desc&project_id=105bdce1-64c0-48ab-899d-868455867ecf&resource_name=scw-test-pool-wait-test-pool-wait-2-803259ac23&resource_type=unknown_type + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1122 + body: "{\"total_count\":2, \"ips\":[{\"id\":\"35d11f02-76e3-4fe4-a39b-c2df537169d7\", \"address\":\"fd5f:519c:6d46:90dd:ab00:4e62:584d:4783/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":true, \"created_at\":\"2025-10-30T16:52:26.776899Z\", \"updated_at\":\"2025-10-30T16:52:26.776899Z\", \"source\":{\"subnet_id\":\"7493d1b7-5773-41c2-be8c-52e4ec098fc3\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"6f4c43ec-ff56-4721-ab5d-fdf2a12b8f2e\", \"mac_address\":\"02:00:00:12:65:C5\", \"name\":\"scw-test-pool-wait-test-pool-wait-2-803259ac23\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}, {\"id\":\"878dc0d8-d3e7-4ab9-b890-f5352063637c\", \"address\":\"172.18.20.4/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":false, \"created_at\":\"2025-10-30T16:52:26.654069Z\", \"updated_at\":\"2025-10-30T16:52:26.654069Z\", \"source\":{\"subnet_id\":\"da10d014-609b-48cc-9b9a-437dc31f4497\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"6f4c43ec-ff56-4721-ab5d-fdf2a12b8f2e\", \"mac_address\":\"02:00:00:12:65:C5\", \"name\":\"scw-test-pool-wait-test-pool-wait-2-803259ac23\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}]}" + headers: + Content-Length: + - "1122" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:53:14 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 188845c7-9540-4028-ad0b-1755b398668e + status: 200 OK + code: 200 + duration: 42.741218ms +- id: 106 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + form: + order_by: + - created_at_desc + project_id: + - 105bdce1-64c0-48ab-899d-868455867ecf + resource_name: + - scw-test-pool-wait-test-pool-wait-3e073c76a98f + resource_type: + - unknown_type + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/ipam/v1/regions/fr-par/ips?order_by=created_at_desc&project_id=105bdce1-64c0-48ab-899d-868455867ecf&resource_name=scw-test-pool-wait-test-pool-wait-3e073c76a98f&resource_type=unknown_type + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1122 + body: "{\"total_count\":2, \"ips\":[{\"id\":\"54c6f7a2-4ca0-43bb-bc9a-b4a3905c0487\", \"address\":\"fd5f:519c:6d46:90dd:c183:ab7b:59b9:fc92/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":true, \"created_at\":\"2025-10-30T16:51:19.698188Z\", \"updated_at\":\"2025-10-30T16:51:19.698188Z\", \"source\":{\"subnet_id\":\"7493d1b7-5773-41c2-be8c-52e4ec098fc3\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"45715cb9-7532-4c78-93a4-2fef3fa3b71a\", \"mac_address\":\"02:00:00:1D:E4:BA\", \"name\":\"scw-test-pool-wait-test-pool-wait-3e073c76a98f\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}, {\"id\":\"ddc7378f-48eb-4ae3-af3e-4d5ee60054c4\", \"address\":\"172.18.20.3/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":false, \"created_at\":\"2025-10-30T16:51:19.565119Z\", \"updated_at\":\"2025-10-30T16:51:19.565119Z\", \"source\":{\"subnet_id\":\"da10d014-609b-48cc-9b9a-437dc31f4497\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"45715cb9-7532-4c78-93a4-2fef3fa3b71a\", \"mac_address\":\"02:00:00:1D:E4:BA\", \"name\":\"scw-test-pool-wait-test-pool-wait-3e073c76a98f\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}]}" + headers: + Content-Length: + - "1122" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:53:14 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - d7440368-0e37-4217-aeac-b1555819c6ce + status: 200 OK + code: 200 + duration: 100.172266ms +- id: 107 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/vpc/v2/regions/fr-par/vpcs/1a7a1e1e-2b33-478e-8f1a-faa0303a1c43 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 419 + body: "{\"id\":\"1a7a1e1e-2b33-478e-8f1a-faa0303a1c43\", \"name\":\"tf-vpc-confident-bose\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:49:00.136298Z\", \"updated_at\":\"2025-10-30T16:49:00.136298Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_default\":false, \"private_network_count\":1, \"routing_enabled\":true, \"custom_routes_propagation_enabled\":true, \"region\":\"fr-par\"}" + headers: + Content-Length: + - "419" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:53:14 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - d481907e-eb2f-4754-bfb4-6e414f60ba29 + status: 200 OK + code: 200 + duration: 26.002662ms +- id: 108 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks/363e7214-8a98-40d0-9357-9e4026c21b76 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1084 + body: "{\"id\":\"363e7214-8a98-40d0-9357-9e4026c21b76\", \"name\":\"test-pool-wait\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:49:00.384609Z\", \"updated_at\":\"2025-10-30T16:49:00.384609Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"subnets\":[{\"id\":\"da10d014-609b-48cc-9b9a-437dc31f4497\", \"created_at\":\"2025-10-30T16:49:00.384609Z\", \"updated_at\":\"2025-10-30T16:49:00.384609Z\", \"subnet\":\"172.18.20.0/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"363e7214-8a98-40d0-9357-9e4026c21b76\", \"vpc_id\":\"1a7a1e1e-2b33-478e-8f1a-faa0303a1c43\"}, {\"id\":\"7493d1b7-5773-41c2-be8c-52e4ec098fc3\", \"created_at\":\"2025-10-30T16:49:00.384609Z\", \"updated_at\":\"2025-10-30T16:49:00.384609Z\", \"subnet\":\"fd5f:519c:6d46:90dd::/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"363e7214-8a98-40d0-9357-9e4026c21b76\", \"vpc_id\":\"1a7a1e1e-2b33-478e-8f1a-faa0303a1c43\"}], \"vpc_id\":\"1a7a1e1e-2b33-478e-8f1a-faa0303a1c43\", \"dhcp_enabled\":true, \"default_route_propagation_enabled\":false, \"region\":\"fr-par\"}" + headers: + Content-Length: + - "1084" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:53:14 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 131deb5c-20ef-44e9-81ae-c6729e20013f + status: 200 OK + code: 200 + duration: 22.478338ms +- id: 109 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/5114e066-aa93-4560-9be0-5ae445715a75 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1630 + body: "{\"region\":\"fr-par\", \"id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:49:01.607119Z\", \"updated_at\":\"2025-10-30T16:50:36.155897Z\", \"type\":\"kapsule\", \"name\":\"test-pool-wait\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"calico\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"minimal\"], \"cluster_url\":\"https://5114e066-aa93-4560-9be0-5ae445715a75.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.5114e066-aa93-4560-9be0-5ae445715a75.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"363e7214-8a98-40d0-9357-9e4026c21b76\", \"commitment_ends_at\":\"2025-10-30T16:49:01.607128Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"6c8f211e-8819-44e2-93ca-fda367c9ca2a\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1630" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:53:15 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - ddc0a8be-4994-4574-bd9e-64361050dd14 + status: 200 OK + code: 200 + duration: 95.207107ms +- id: 110 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/5114e066-aa93-4560-9be0-5ae445715a75/kubeconfig + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1654 + body: "{\"name\":\"kubeconfig\", \"content_type\":\"application/octet-stream\", \"content\":\"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogInRlc3QtcG9vbC13YWl0IgogIGNsdXN0ZXI6CiAgICBjZXJ0aWZpY2F0ZS1hdXRob3JpdHktZGF0YTogTFMwdExTMUNSVWRKVGlCRFJWSlVTVVpKUTBGVVJTMHRMUzB0Q2sxSlNVSllSRU5EUVZGSFowRjNTVUpCWjBsQ1FVUkJTMEpuWjNGb2EycFBVRkZSUkVGcVFWWk5VazEzUlZGWlJGWlJVVVJGZDNCeVpGZEtiR050Tld3S1pFZFdlazFDTkZoRVZFa3hUVlJCZVU5VVJUSk9SR3QzVFZadldFUlVUVEZOVkVGNVQxUkZNazVFYTNkTlZtOTNSbFJGVkUxQ1JVZEJNVlZGUVhoTlN3cGhNMVpwV2xoS2RWcFlVbXhqZWtKYVRVSk5SMEo1Y1VkVFRUUTVRV2RGUjBORGNVZFRUVFE1UVhkRlNFRXdTVUZDVFhsNllqUkdTbVozWTFOM01tZEZDbEppVFRkVFZpOUpiM0ZXU21oWWVIbGxObHB1UkZOWlZ6WmxRbU4yV2tJM1RXVnVMMWxPYm5wM2F6QkpRazF2VDFkUFRXeHRlVGxJWVU5NE1XVkxaSFlLTUVRNE9XZDVZV3BSYWtKQlRVRTBSMEV4VldSRWQwVkNMM2RSUlVGM1NVTndSRUZRUW1kT1ZraFNUVUpCWmpoRlFsUkJSRUZSU0M5TlFqQkhRVEZWWkFwRVoxRlhRa0pTVTFsU1NtTm9UV1l3V0U5YWNtUkJhV1JMYkdOUWEyTklZeTlVUVV0Q1oyZHhhR3RxVDFCUlVVUkJaMDVLUVVSQ1IwRnBSVUY1Ym0xd0NqbFpkWG80VWpGVWFtNDBiV2RqYWpaV2QycFVTM2gzUm5KS1VrdFZTVVpIUTFwR2VsbEtWVU5KVVVSSWRERkNXalpHYUZrdlVUWlRabloxTVhCNmJEWUtNWG80VkhCMlNIQkxVa0pIY1RscmNVVlJOa3hPZHowOUNpMHRMUzB0UlU1RUlFTkZVbFJKUmtsRFFWUkZMUzB0TFMwSwogICAgc2VydmVyOiBodHRwczovLzUxMTRlMDY2LWFhOTMtNDU2MC05YmUwLTVhZTQ0NTcxNWE3NS5hcGkuazhzLmZyLXBhci5zY3cuY2xvdWQ6NjQ0Mwpjb250ZXh0czoKLSBuYW1lOiBhZG1pbkB0ZXN0LXBvb2wtd2FpdAogIGNvbnRleHQ6CiAgICBjbHVzdGVyOiAidGVzdC1wb29sLXdhaXQiCiAgICB1c2VyOiB0ZXN0LXBvb2wtd2FpdC1hZG1pbgpjdXJyZW50LWNvbnRleHQ6IGFkbWluQHRlc3QtcG9vbC13YWl0CmtpbmQ6IENvbmZpZwpwcmVmZXJlbmNlczoge30KdXNlcnM6Ci0gbmFtZTogdGVzdC1wb29sLXdhaXQtYWRtaW4KICB1c2VyOgogICAgdG9rZW46IGttQTQ5c2F6N1V4dVJSOHZ1UzIxMWpxN2NzVzNobFF1QzQ3QjRla3BobjE3UXBMcVRiVGJGelVO\"}" + headers: + Content-Length: + - "1654" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:53:15 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 829de7ee-a55d-41ed-9de9-47c8a0cdad6e + status: 200 OK + code: 200 + duration: 23.89674ms +- id: 111 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/034a502a-1d52-470d-84bd-4a8edd935ba3 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 713 + body: "{\"region\":\"fr-par\", \"id\":\"034a502a-1d52-470d-84bd-4a8edd935ba3\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:49:07.243810Z\", \"updated_at\":\"2025-10-30T16:52:20.261969Z\", \"name\":\"test-pool-wait\", \"status\":\"ready\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "713" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:53:15 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 8f46b7ac-4115-48b2-b6f3-28ced83f555a + status: 200 OK + code: 200 + duration: 20.949408ms +- id: 112 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/b0c262ac-e3c4-4a41-9b7c-fac43b180e81 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 715 + body: "{\"region\":\"fr-par\", \"id\":\"b0c262ac-e3c4-4a41-9b7c-fac43b180e81\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:52:22.689840Z\", \"updated_at\":\"2025-10-30T16:53:10.546154Z\", \"name\":\"test-pool-wait-2\", \"status\":\"ready\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "715" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:53:15 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 8ec43d58-3d5a-4d7f-b69d-190deaf8a6fc + status: 200 OK + code: 200 + duration: 24.16835ms +- id: 113 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + form: + order_by: + - created_at_asc + page: + - "1" + pool_id: + - b0c262ac-e3c4-4a41-9b7c-fac43b180e81 + status: + - unknown + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/5114e066-aa93-4560-9be0-5ae445715a75/nodes?order_by=created_at_asc&page=1&pool_id=b0c262ac-e3c4-4a41-9b7c-fac43b180e81&status=unknown + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 618 + body: "{\"total_count\":1, \"nodes\":[{\"region\":\"fr-par\", \"id\":\"803259ac-2333-4048-8fec-ae14c9eff6df\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:52:23.157062Z\", \"updated_at\":\"2025-10-30T16:53:10.533820Z\", \"pool_id\":\"b0c262ac-e3c4-4a41-9b7c-fac43b180e81\", \"status\":\"ready\", \"conditions\":{\"DiskPressure\":\"False\", \"MemoryPressure\":\"False\", \"PIDPressure\":\"False\", \"Ready\":\"True\"}, \"name\":\"scw-test-pool-wait-test-pool-wait-2-803259ac23\", \"public_ip_v4\":\"51.158.65.45\", \"public_ip_v6\":null, \"provider_id\":\"scaleway://instance/fr-par-1/f94c2846-a5e6-44e2-823b-e4da6094250f\", \"error_message\":\"\"}]}" + headers: + Content-Length: + - "618" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:53:15 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 34257fe2-14cd-4135-9331-703b22500dfc + status: 200 OK + code: 200 + duration: 21.769327ms +- id: 114 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/5114e066-aa93-4560-9be0-5ae445715a75 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1630 + body: "{\"region\":\"fr-par\", \"id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:49:01.607119Z\", \"updated_at\":\"2025-10-30T16:50:36.155897Z\", \"type\":\"kapsule\", \"name\":\"test-pool-wait\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"calico\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"minimal\"], \"cluster_url\":\"https://5114e066-aa93-4560-9be0-5ae445715a75.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.5114e066-aa93-4560-9be0-5ae445715a75.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"363e7214-8a98-40d0-9357-9e4026c21b76\", \"commitment_ends_at\":\"2025-10-30T16:49:01.607128Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"6c8f211e-8819-44e2-93ca-fda367c9ca2a\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1630" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:53:15 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 26e326ff-e6bc-4516-a4db-c78e0dab0cc0 + status: 200 OK + code: 200 + duration: 62.348848ms +- id: 115 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + form: + order_by: + - created_at_asc + page: + - "1" + pool_id: + - 034a502a-1d52-470d-84bd-4a8edd935ba3 + status: + - unknown + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/5114e066-aa93-4560-9be0-5ae445715a75/nodes?order_by=created_at_asc&page=1&pool_id=034a502a-1d52-470d-84bd-4a8edd935ba3&status=unknown + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 648 + body: "{\"total_count\":1, \"nodes\":[{\"region\":\"fr-par\", \"id\":\"3e073c76-a98f-4e6b-ad3c-7a6ca77e15fd\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:51:15.736647Z\", \"updated_at\":\"2025-10-30T16:53:10.517490Z\", \"pool_id\":\"034a502a-1d52-470d-84bd-4a8edd935ba3\", \"status\":\"ready\", \"conditions\":{\"DiskPressure\":\"False\", \"MemoryPressure\":\"False\", \"NetworkUnavailable\":\"False\", \"PIDPressure\":\"False\", \"Ready\":\"True\"}, \"name\":\"scw-test-pool-wait-test-pool-wait-3e073c76a98f\", \"public_ip_v4\":\"51.158.97.50\", \"public_ip_v6\":null, \"provider_id\":\"scaleway://instance/fr-par-1/6ba8f808-ce5f-4e0a-b30e-a83f7f79f945\", \"error_message\":\"\"}]}" + headers: + Content-Length: + - "648" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:53:15 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 0a41abc8-4a2c-43a8-8234-018b011c99c9 + status: 200 OK + code: 200 + duration: 87.482439ms +- id: 116 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/5114e066-aa93-4560-9be0-5ae445715a75 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1630 + body: "{\"region\":\"fr-par\", \"id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:49:01.607119Z\", \"updated_at\":\"2025-10-30T16:50:36.155897Z\", \"type\":\"kapsule\", \"name\":\"test-pool-wait\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"calico\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"minimal\"], \"cluster_url\":\"https://5114e066-aa93-4560-9be0-5ae445715a75.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.5114e066-aa93-4560-9be0-5ae445715a75.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"363e7214-8a98-40d0-9357-9e4026c21b76\", \"commitment_ends_at\":\"2025-10-30T16:49:01.607128Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"6c8f211e-8819-44e2-93ca-fda367c9ca2a\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1630" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:53:15 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 1f027b3e-2ac9-4c0e-bf81-8eb123257a0a + status: 200 OK + code: 200 + duration: 22.531738ms +- id: 117 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + form: + order_by: + - created_at_desc + project_id: + - 105bdce1-64c0-48ab-899d-868455867ecf + resource_name: + - scw-test-pool-wait-test-pool-wait-2-803259ac23 + resource_type: + - unknown_type + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/ipam/v1/regions/fr-par/ips?order_by=created_at_desc&project_id=105bdce1-64c0-48ab-899d-868455867ecf&resource_name=scw-test-pool-wait-test-pool-wait-2-803259ac23&resource_type=unknown_type + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1122 + body: "{\"total_count\":2, \"ips\":[{\"id\":\"35d11f02-76e3-4fe4-a39b-c2df537169d7\", \"address\":\"fd5f:519c:6d46:90dd:ab00:4e62:584d:4783/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":true, \"created_at\":\"2025-10-30T16:52:26.776899Z\", \"updated_at\":\"2025-10-30T16:52:26.776899Z\", \"source\":{\"subnet_id\":\"7493d1b7-5773-41c2-be8c-52e4ec098fc3\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"6f4c43ec-ff56-4721-ab5d-fdf2a12b8f2e\", \"mac_address\":\"02:00:00:12:65:C5\", \"name\":\"scw-test-pool-wait-test-pool-wait-2-803259ac23\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}, {\"id\":\"878dc0d8-d3e7-4ab9-b890-f5352063637c\", \"address\":\"172.18.20.4/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":false, \"created_at\":\"2025-10-30T16:52:26.654069Z\", \"updated_at\":\"2025-10-30T16:52:26.654069Z\", \"source\":{\"subnet_id\":\"da10d014-609b-48cc-9b9a-437dc31f4497\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"6f4c43ec-ff56-4721-ab5d-fdf2a12b8f2e\", \"mac_address\":\"02:00:00:12:65:C5\", \"name\":\"scw-test-pool-wait-test-pool-wait-2-803259ac23\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}]}" + headers: + Content-Length: + - "1122" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:53:15 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 6492c4ee-caad-4693-a86d-5854b9ba34ea + status: 200 OK + code: 200 + duration: 33.453817ms +- id: 118 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + form: + order_by: + - created_at_desc + project_id: + - 105bdce1-64c0-48ab-899d-868455867ecf + resource_name: + - scw-test-pool-wait-test-pool-wait-3e073c76a98f + resource_type: + - unknown_type + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/ipam/v1/regions/fr-par/ips?order_by=created_at_desc&project_id=105bdce1-64c0-48ab-899d-868455867ecf&resource_name=scw-test-pool-wait-test-pool-wait-3e073c76a98f&resource_type=unknown_type + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1122 + body: "{\"total_count\":2, \"ips\":[{\"id\":\"54c6f7a2-4ca0-43bb-bc9a-b4a3905c0487\", \"address\":\"fd5f:519c:6d46:90dd:c183:ab7b:59b9:fc92/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":true, \"created_at\":\"2025-10-30T16:51:19.698188Z\", \"updated_at\":\"2025-10-30T16:51:19.698188Z\", \"source\":{\"subnet_id\":\"7493d1b7-5773-41c2-be8c-52e4ec098fc3\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"45715cb9-7532-4c78-93a4-2fef3fa3b71a\", \"mac_address\":\"02:00:00:1D:E4:BA\", \"name\":\"scw-test-pool-wait-test-pool-wait-3e073c76a98f\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}, {\"id\":\"ddc7378f-48eb-4ae3-af3e-4d5ee60054c4\", \"address\":\"172.18.20.3/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":false, \"created_at\":\"2025-10-30T16:51:19.565119Z\", \"updated_at\":\"2025-10-30T16:51:19.565119Z\", \"source\":{\"subnet_id\":\"da10d014-609b-48cc-9b9a-437dc31f4497\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"45715cb9-7532-4c78-93a4-2fef3fa3b71a\", \"mac_address\":\"02:00:00:1D:E4:BA\", \"name\":\"scw-test-pool-wait-test-pool-wait-3e073c76a98f\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}]}" + headers: + Content-Length: + - "1122" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:53:15 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - d0d4b150-7987-436f-a4e7-0fe223111008 + status: 200 OK + code: 200 + duration: 24.490845ms +- id: 119 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 82 + host: api.scaleway.com + body: "{\"size\":2,\"max_size\":2,\"upgrade_policy\":{\"max_unavailable\":null,\"max_surge\":null}}" + headers: + Content-Type: + - application/json + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/b0c262ac-e3c4-4a41-9b7c-fac43b180e81 + method: PATCH + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 717 + body: "{\"region\":\"fr-par\", \"id\":\"b0c262ac-e3c4-4a41-9b7c-fac43b180e81\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:52:22.689840Z\", \"updated_at\":\"2025-10-30T16:53:15.362541Z\", \"name\":\"test-pool-wait-2\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":2, \"min_size\":1, \"max_size\":2, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "717" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:53:15 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 8d2f00e4-2ff5-44dc-aa01-ed578d37d9ab + status: 200 OK + code: 200 + duration: 49.069225ms +- id: 120 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/b0c262ac-e3c4-4a41-9b7c-fac43b180e81 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 717 + body: "{\"region\":\"fr-par\", \"id\":\"b0c262ac-e3c4-4a41-9b7c-fac43b180e81\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:52:22.689840Z\", \"updated_at\":\"2025-10-30T16:53:15.362541Z\", \"name\":\"test-pool-wait-2\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":2, \"min_size\":1, \"max_size\":2, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "717" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:53:15 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 170c35a1-ae82-4b4d-ad1b-7723264afb33 + status: 200 OK + code: 200 + duration: 23.956101ms +- id: 121 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/b0c262ac-e3c4-4a41-9b7c-fac43b180e81 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 717 + body: "{\"region\":\"fr-par\", \"id\":\"b0c262ac-e3c4-4a41-9b7c-fac43b180e81\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:52:22.689840Z\", \"updated_at\":\"2025-10-30T16:53:15.362541Z\", \"name\":\"test-pool-wait-2\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":2, \"min_size\":1, \"max_size\":2, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "717" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:53:20 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 57845471-b53c-450b-9bf2-8ee9de3aceb1 + status: 200 OK + code: 200 + duration: 93.443768ms +- id: 122 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/b0c262ac-e3c4-4a41-9b7c-fac43b180e81 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 717 + body: "{\"region\":\"fr-par\", \"id\":\"b0c262ac-e3c4-4a41-9b7c-fac43b180e81\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:52:22.689840Z\", \"updated_at\":\"2025-10-30T16:53:15.362541Z\", \"name\":\"test-pool-wait-2\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":2, \"min_size\":1, \"max_size\":2, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "717" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:53:25 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - aa1573ba-81c0-463c-a756-90e11ecfef5a + status: 200 OK + code: 200 + duration: 82.5653ms +- id: 123 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/b0c262ac-e3c4-4a41-9b7c-fac43b180e81 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 717 + body: "{\"region\":\"fr-par\", \"id\":\"b0c262ac-e3c4-4a41-9b7c-fac43b180e81\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:52:22.689840Z\", \"updated_at\":\"2025-10-30T16:53:15.362541Z\", \"name\":\"test-pool-wait-2\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":2, \"min_size\":1, \"max_size\":2, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "717" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:53:30 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - e191257c-30c8-4a4a-bb94-703140b35db4 + status: 200 OK + code: 200 + duration: 86.70001ms +- id: 124 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/b0c262ac-e3c4-4a41-9b7c-fac43b180e81 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 717 + body: "{\"region\":\"fr-par\", \"id\":\"b0c262ac-e3c4-4a41-9b7c-fac43b180e81\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:52:22.689840Z\", \"updated_at\":\"2025-10-30T16:53:15.362541Z\", \"name\":\"test-pool-wait-2\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":2, \"min_size\":1, \"max_size\":2, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "717" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:53:35 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - b4865244-a99e-41ff-9f61-a35795e6b439 + status: 200 OK + code: 200 + duration: 81.850428ms +- id: 125 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/b0c262ac-e3c4-4a41-9b7c-fac43b180e81 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 717 + body: "{\"region\":\"fr-par\", \"id\":\"b0c262ac-e3c4-4a41-9b7c-fac43b180e81\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:52:22.689840Z\", \"updated_at\":\"2025-10-30T16:53:15.362541Z\", \"name\":\"test-pool-wait-2\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":2, \"min_size\":1, \"max_size\":2, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "717" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:53:40 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 161926be-b56f-4a12-8a56-b088165c99d3 + status: 200 OK + code: 200 + duration: 107.49532ms +- id: 126 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/b0c262ac-e3c4-4a41-9b7c-fac43b180e81 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 717 + body: "{\"region\":\"fr-par\", \"id\":\"b0c262ac-e3c4-4a41-9b7c-fac43b180e81\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:52:22.689840Z\", \"updated_at\":\"2025-10-30T16:53:15.362541Z\", \"name\":\"test-pool-wait-2\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":2, \"min_size\":1, \"max_size\":2, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "717" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:53:45 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - a498bef4-9fd6-45a4-a666-2a6d1960bd90 + status: 200 OK + code: 200 + duration: 83.766746ms +- id: 127 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/b0c262ac-e3c4-4a41-9b7c-fac43b180e81 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 717 + body: "{\"region\":\"fr-par\", \"id\":\"b0c262ac-e3c4-4a41-9b7c-fac43b180e81\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:52:22.689840Z\", \"updated_at\":\"2025-10-30T16:53:15.362541Z\", \"name\":\"test-pool-wait-2\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":2, \"min_size\":1, \"max_size\":2, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "717" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:53:51 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - cd375ec7-45f6-45bc-bdfa-0f8fe8b7bcc7 + status: 200 OK + code: 200 + duration: 118.544258ms +- id: 128 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/b0c262ac-e3c4-4a41-9b7c-fac43b180e81 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 717 + body: "{\"region\":\"fr-par\", \"id\":\"b0c262ac-e3c4-4a41-9b7c-fac43b180e81\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:52:22.689840Z\", \"updated_at\":\"2025-10-30T16:53:15.362541Z\", \"name\":\"test-pool-wait-2\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":2, \"min_size\":1, \"max_size\":2, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "717" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:53:56 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 6317bd4e-49a3-4d30-8773-0d4ef78c18d3 + status: 200 OK + code: 200 + duration: 84.833127ms +- id: 129 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/b0c262ac-e3c4-4a41-9b7c-fac43b180e81 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 717 + body: "{\"region\":\"fr-par\", \"id\":\"b0c262ac-e3c4-4a41-9b7c-fac43b180e81\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:52:22.689840Z\", \"updated_at\":\"2025-10-30T16:53:15.362541Z\", \"name\":\"test-pool-wait-2\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":2, \"min_size\":1, \"max_size\":2, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "717" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:54:01 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 481a96c7-daeb-440c-b9d4-a2b083c804a3 + status: 200 OK + code: 200 + duration: 174.519061ms +- id: 130 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/b0c262ac-e3c4-4a41-9b7c-fac43b180e81 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 717 + body: "{\"region\":\"fr-par\", \"id\":\"b0c262ac-e3c4-4a41-9b7c-fac43b180e81\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:52:22.689840Z\", \"updated_at\":\"2025-10-30T16:53:15.362541Z\", \"name\":\"test-pool-wait-2\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":2, \"min_size\":1, \"max_size\":2, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "717" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:54:06 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 62968a2e-1a70-4de5-a938-1c165fbb5cf3 + status: 200 OK + code: 200 + duration: 150.130429ms +- id: 131 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/b0c262ac-e3c4-4a41-9b7c-fac43b180e81 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 717 + body: "{\"region\":\"fr-par\", \"id\":\"b0c262ac-e3c4-4a41-9b7c-fac43b180e81\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:52:22.689840Z\", \"updated_at\":\"2025-10-30T16:53:15.362541Z\", \"name\":\"test-pool-wait-2\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":2, \"min_size\":1, \"max_size\":2, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "717" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:54:11 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - f318df20-c936-4d90-9f0c-9d9c7a1038c0 + status: 200 OK + code: 200 + duration: 83.508742ms +- id: 132 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/b0c262ac-e3c4-4a41-9b7c-fac43b180e81 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 717 + body: "{\"region\":\"fr-par\", \"id\":\"b0c262ac-e3c4-4a41-9b7c-fac43b180e81\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:52:22.689840Z\", \"updated_at\":\"2025-10-30T16:53:15.362541Z\", \"name\":\"test-pool-wait-2\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":2, \"min_size\":1, \"max_size\":2, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "717" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:54:16 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 5c24e11a-d028-40bf-97d7-0aca2e4201f5 + status: 200 OK + code: 200 + duration: 100.309263ms +- id: 133 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/b0c262ac-e3c4-4a41-9b7c-fac43b180e81 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 715 + body: "{\"region\":\"fr-par\", \"id\":\"b0c262ac-e3c4-4a41-9b7c-fac43b180e81\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:52:22.689840Z\", \"updated_at\":\"2025-10-30T16:54:20.584002Z\", \"name\":\"test-pool-wait-2\", \"status\":\"ready\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":2, \"min_size\":1, \"max_size\":2, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "715" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:54:21 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 72e2d7d6-b055-4184-8885-561e31d4f7e0 + status: 200 OK + code: 200 + duration: 111.918562ms +- id: 134 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/b0c262ac-e3c4-4a41-9b7c-fac43b180e81 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 715 + body: "{\"region\":\"fr-par\", \"id\":\"b0c262ac-e3c4-4a41-9b7c-fac43b180e81\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:52:22.689840Z\", \"updated_at\":\"2025-10-30T16:54:20.584002Z\", \"name\":\"test-pool-wait-2\", \"status\":\"ready\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":2, \"min_size\":1, \"max_size\":2, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "715" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:54:21 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 4a1b4cfe-1e89-436e-941b-38e0700ea753 + status: 200 OK + code: 200 + duration: 92.919663ms +- id: 135 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + form: + order_by: + - created_at_asc + page: + - "1" + pool_id: + - b0c262ac-e3c4-4a41-9b7c-fac43b180e81 + status: + - unknown + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/5114e066-aa93-4560-9be0-5ae445715a75/nodes?order_by=created_at_asc&page=1&pool_id=b0c262ac-e3c4-4a41-9b7c-fac43b180e81&status=unknown + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1240 + body: "{\"total_count\":2, \"nodes\":[{\"region\":\"fr-par\", \"id\":\"803259ac-2333-4048-8fec-ae14c9eff6df\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:52:23.157062Z\", \"updated_at\":\"2025-10-30T16:54:20.566320Z\", \"pool_id\":\"b0c262ac-e3c4-4a41-9b7c-fac43b180e81\", \"status\":\"ready\", \"conditions\":{\"DiskPressure\":\"False\", \"MemoryPressure\":\"False\", \"NetworkUnavailable\":\"False\", \"PIDPressure\":\"False\", \"Ready\":\"True\"}, \"name\":\"scw-test-pool-wait-test-pool-wait-2-803259ac23\", \"public_ip_v4\":\"51.158.65.45\", \"public_ip_v6\":null, \"provider_id\":\"scaleway://instance/fr-par-1/f94c2846-a5e6-44e2-823b-e4da6094250f\", \"error_message\":\"\"}, {\"region\":\"fr-par\", \"id\":\"0e5eed3b-53a4-46b8-9d82-8868a450287f\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:53:15.555152Z\", \"updated_at\":\"2025-10-30T16:54:20.575106Z\", \"pool_id\":\"b0c262ac-e3c4-4a41-9b7c-fac43b180e81\", \"status\":\"ready\", \"conditions\":{\"DiskPressure\":\"False\", \"MemoryPressure\":\"False\", \"PIDPressure\":\"False\", \"Ready\":\"True\"}, \"name\":\"scw-test-pool-wait-test-pool-wait-2-0e5eed3b53\", \"public_ip_v4\":\"51.158.76.222\", \"public_ip_v6\":null, \"provider_id\":\"scaleway://instance/fr-par-1/4af5920e-5aa3-4430-89d0-50a5680db098\", \"error_message\":\"\"}]}" + headers: + Content-Length: + - "1240" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:54:21 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - ca941c07-f468-4cb4-a5bb-59103b1e1c1e + status: 200 OK + code: 200 + duration: 24.774919ms +- id: 136 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/5114e066-aa93-4560-9be0-5ae445715a75 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1630 + body: "{\"region\":\"fr-par\", \"id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:49:01.607119Z\", \"updated_at\":\"2025-10-30T16:50:36.155897Z\", \"type\":\"kapsule\", \"name\":\"test-pool-wait\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"calico\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"minimal\"], \"cluster_url\":\"https://5114e066-aa93-4560-9be0-5ae445715a75.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.5114e066-aa93-4560-9be0-5ae445715a75.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"363e7214-8a98-40d0-9357-9e4026c21b76\", \"commitment_ends_at\":\"2025-10-30T16:49:01.607128Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"6c8f211e-8819-44e2-93ca-fda367c9ca2a\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1630" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:54:21 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 743124a5-5cb9-4d93-a1a1-c9a11f281ae1 + status: 200 OK + code: 200 + duration: 21.32892ms +- id: 137 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + form: + order_by: + - created_at_desc + project_id: + - 105bdce1-64c0-48ab-899d-868455867ecf + resource_name: + - scw-test-pool-wait-test-pool-wait-2-803259ac23 + resource_type: + - unknown_type + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/ipam/v1/regions/fr-par/ips?order_by=created_at_desc&project_id=105bdce1-64c0-48ab-899d-868455867ecf&resource_name=scw-test-pool-wait-test-pool-wait-2-803259ac23&resource_type=unknown_type + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1122 + body: "{\"total_count\":2, \"ips\":[{\"id\":\"35d11f02-76e3-4fe4-a39b-c2df537169d7\", \"address\":\"fd5f:519c:6d46:90dd:ab00:4e62:584d:4783/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":true, \"created_at\":\"2025-10-30T16:52:26.776899Z\", \"updated_at\":\"2025-10-30T16:52:26.776899Z\", \"source\":{\"subnet_id\":\"7493d1b7-5773-41c2-be8c-52e4ec098fc3\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"6f4c43ec-ff56-4721-ab5d-fdf2a12b8f2e\", \"mac_address\":\"02:00:00:12:65:C5\", \"name\":\"scw-test-pool-wait-test-pool-wait-2-803259ac23\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}, {\"id\":\"878dc0d8-d3e7-4ab9-b890-f5352063637c\", \"address\":\"172.18.20.4/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":false, \"created_at\":\"2025-10-30T16:52:26.654069Z\", \"updated_at\":\"2025-10-30T16:52:26.654069Z\", \"source\":{\"subnet_id\":\"da10d014-609b-48cc-9b9a-437dc31f4497\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"6f4c43ec-ff56-4721-ab5d-fdf2a12b8f2e\", \"mac_address\":\"02:00:00:12:65:C5\", \"name\":\"scw-test-pool-wait-test-pool-wait-2-803259ac23\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}]}" + headers: + Content-Length: + - "1122" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:54:22 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 7d0a0533-40b1-453a-8215-2ff52918a46d + status: 200 OK + code: 200 + duration: 154.323428ms +- id: 138 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + form: + order_by: + - created_at_desc + project_id: + - 105bdce1-64c0-48ab-899d-868455867ecf + resource_name: + - scw-test-pool-wait-test-pool-wait-2-0e5eed3b53 + resource_type: + - unknown_type + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/ipam/v1/regions/fr-par/ips?order_by=created_at_desc&project_id=105bdce1-64c0-48ab-899d-868455867ecf&resource_name=scw-test-pool-wait-test-pool-wait-2-0e5eed3b53&resource_type=unknown_type + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1122 + body: "{\"total_count\":2, \"ips\":[{\"id\":\"7e596df6-23ea-4a18-b40b-b04b6889b127\", \"address\":\"fd5f:519c:6d46:90dd:3968:9265:e922:7e76/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":true, \"created_at\":\"2025-10-30T16:53:19.349027Z\", \"updated_at\":\"2025-10-30T16:53:19.349027Z\", \"source\":{\"subnet_id\":\"7493d1b7-5773-41c2-be8c-52e4ec098fc3\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"a3a5b239-815d-4735-b92e-16372f9e8741\", \"mac_address\":\"02:00:00:12:2E:F6\", \"name\":\"scw-test-pool-wait-test-pool-wait-2-0e5eed3b53\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}, {\"id\":\"41cfcea9-5c9f-48bf-af2e-a1fe51acece8\", \"address\":\"172.18.20.5/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":false, \"created_at\":\"2025-10-30T16:53:19.175416Z\", \"updated_at\":\"2025-10-30T16:53:19.175416Z\", \"source\":{\"subnet_id\":\"da10d014-609b-48cc-9b9a-437dc31f4497\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"a3a5b239-815d-4735-b92e-16372f9e8741\", \"mac_address\":\"02:00:00:12:2E:F6\", \"name\":\"scw-test-pool-wait-test-pool-wait-2-0e5eed3b53\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}]}" + headers: + Content-Length: + - "1122" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:54:22 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 8df217e5-e786-400d-ad0d-5733400b39de + status: 200 OK + code: 200 + duration: 99.691524ms +- id: 139 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/5114e066-aa93-4560-9be0-5ae445715a75 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1630 + body: "{\"region\":\"fr-par\", \"id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:49:01.607119Z\", \"updated_at\":\"2025-10-30T16:50:36.155897Z\", \"type\":\"kapsule\", \"name\":\"test-pool-wait\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"calico\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"minimal\"], \"cluster_url\":\"https://5114e066-aa93-4560-9be0-5ae445715a75.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.5114e066-aa93-4560-9be0-5ae445715a75.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"363e7214-8a98-40d0-9357-9e4026c21b76\", \"commitment_ends_at\":\"2025-10-30T16:49:01.607128Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"6c8f211e-8819-44e2-93ca-fda367c9ca2a\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1630" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:54:22 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - efd2f8f2-5ddb-47c3-b97c-3d57e6c8d39d + status: 200 OK + code: 200 + duration: 24.135157ms +- id: 140 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/b0c262ac-e3c4-4a41-9b7c-fac43b180e81 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 715 + body: "{\"region\":\"fr-par\", \"id\":\"b0c262ac-e3c4-4a41-9b7c-fac43b180e81\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:52:22.689840Z\", \"updated_at\":\"2025-10-30T16:54:20.584002Z\", \"name\":\"test-pool-wait-2\", \"status\":\"ready\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":2, \"min_size\":1, \"max_size\":2, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "715" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:54:22 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - b9a2e253-5dd0-4b43-8004-7d5d2b1ee3ee + status: 200 OK + code: 200 + duration: 19.555151ms +- id: 141 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/vpc/v2/regions/fr-par/vpcs/1a7a1e1e-2b33-478e-8f1a-faa0303a1c43 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 419 + body: "{\"id\":\"1a7a1e1e-2b33-478e-8f1a-faa0303a1c43\", \"name\":\"tf-vpc-confident-bose\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:49:00.136298Z\", \"updated_at\":\"2025-10-30T16:49:00.136298Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_default\":false, \"private_network_count\":1, \"routing_enabled\":true, \"custom_routes_propagation_enabled\":true, \"region\":\"fr-par\"}" + headers: + Content-Length: + - "419" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:54:22 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 9a1197b1-9dbc-472c-b2b8-44f62bb0ab00 + status: 200 OK + code: 200 + duration: 28.682713ms +- id: 142 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks/363e7214-8a98-40d0-9357-9e4026c21b76 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1084 + body: "{\"id\":\"363e7214-8a98-40d0-9357-9e4026c21b76\", \"name\":\"test-pool-wait\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:49:00.384609Z\", \"updated_at\":\"2025-10-30T16:49:00.384609Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"subnets\":[{\"id\":\"da10d014-609b-48cc-9b9a-437dc31f4497\", \"created_at\":\"2025-10-30T16:49:00.384609Z\", \"updated_at\":\"2025-10-30T16:49:00.384609Z\", \"subnet\":\"172.18.20.0/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"363e7214-8a98-40d0-9357-9e4026c21b76\", \"vpc_id\":\"1a7a1e1e-2b33-478e-8f1a-faa0303a1c43\"}, {\"id\":\"7493d1b7-5773-41c2-be8c-52e4ec098fc3\", \"created_at\":\"2025-10-30T16:49:00.384609Z\", \"updated_at\":\"2025-10-30T16:49:00.384609Z\", \"subnet\":\"fd5f:519c:6d46:90dd::/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"363e7214-8a98-40d0-9357-9e4026c21b76\", \"vpc_id\":\"1a7a1e1e-2b33-478e-8f1a-faa0303a1c43\"}], \"vpc_id\":\"1a7a1e1e-2b33-478e-8f1a-faa0303a1c43\", \"dhcp_enabled\":true, \"default_route_propagation_enabled\":false, \"region\":\"fr-par\"}" + headers: + Content-Length: + - "1084" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:54:22 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - bca19546-c387-471d-aefd-70c374c04fa0 + status: 200 OK + code: 200 + duration: 24.988769ms +- id: 143 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/5114e066-aa93-4560-9be0-5ae445715a75 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1630 + body: "{\"region\":\"fr-par\", \"id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:49:01.607119Z\", \"updated_at\":\"2025-10-30T16:50:36.155897Z\", \"type\":\"kapsule\", \"name\":\"test-pool-wait\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"calico\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"minimal\"], \"cluster_url\":\"https://5114e066-aa93-4560-9be0-5ae445715a75.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.5114e066-aa93-4560-9be0-5ae445715a75.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"363e7214-8a98-40d0-9357-9e4026c21b76\", \"commitment_ends_at\":\"2025-10-30T16:49:01.607128Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"6c8f211e-8819-44e2-93ca-fda367c9ca2a\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1630" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:54:22 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 40564288-995b-4ddc-9504-d04ec08f5b0a + status: 200 OK + code: 200 + duration: 21.121401ms +- id: 144 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/5114e066-aa93-4560-9be0-5ae445715a75/kubeconfig + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1654 + body: "{\"name\":\"kubeconfig\", \"content_type\":\"application/octet-stream\", \"content\":\"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogInRlc3QtcG9vbC13YWl0IgogIGNsdXN0ZXI6CiAgICBjZXJ0aWZpY2F0ZS1hdXRob3JpdHktZGF0YTogTFMwdExTMUNSVWRKVGlCRFJWSlVTVVpKUTBGVVJTMHRMUzB0Q2sxSlNVSllSRU5EUVZGSFowRjNTVUpCWjBsQ1FVUkJTMEpuWjNGb2EycFBVRkZSUkVGcVFWWk5VazEzUlZGWlJGWlJVVVJGZDNCeVpGZEtiR050Tld3S1pFZFdlazFDTkZoRVZFa3hUVlJCZVU5VVJUSk9SR3QzVFZadldFUlVUVEZOVkVGNVQxUkZNazVFYTNkTlZtOTNSbFJGVkUxQ1JVZEJNVlZGUVhoTlN3cGhNMVpwV2xoS2RWcFlVbXhqZWtKYVRVSk5SMEo1Y1VkVFRUUTVRV2RGUjBORGNVZFRUVFE1UVhkRlNFRXdTVUZDVFhsNllqUkdTbVozWTFOM01tZEZDbEppVFRkVFZpOUpiM0ZXU21oWWVIbGxObHB1UkZOWlZ6WmxRbU4yV2tJM1RXVnVMMWxPYm5wM2F6QkpRazF2VDFkUFRXeHRlVGxJWVU5NE1XVkxaSFlLTUVRNE9XZDVZV3BSYWtKQlRVRTBSMEV4VldSRWQwVkNMM2RSUlVGM1NVTndSRUZRUW1kT1ZraFNUVUpCWmpoRlFsUkJSRUZSU0M5TlFqQkhRVEZWWkFwRVoxRlhRa0pTVTFsU1NtTm9UV1l3V0U5YWNtUkJhV1JMYkdOUWEyTklZeTlVUVV0Q1oyZHhhR3RxVDFCUlVVUkJaMDVLUVVSQ1IwRnBSVUY1Ym0xd0NqbFpkWG80VWpGVWFtNDBiV2RqYWpaV2QycFVTM2gzUm5KS1VrdFZTVVpIUTFwR2VsbEtWVU5KVVVSSWRERkNXalpHYUZrdlVUWlRabloxTVhCNmJEWUtNWG80VkhCMlNIQkxVa0pIY1RscmNVVlJOa3hPZHowOUNpMHRMUzB0UlU1RUlFTkZVbFJKUmtsRFFWUkZMUzB0TFMwSwogICAgc2VydmVyOiBodHRwczovLzUxMTRlMDY2LWFhOTMtNDU2MC05YmUwLTVhZTQ0NTcxNWE3NS5hcGkuazhzLmZyLXBhci5zY3cuY2xvdWQ6NjQ0Mwpjb250ZXh0czoKLSBuYW1lOiBhZG1pbkB0ZXN0LXBvb2wtd2FpdAogIGNvbnRleHQ6CiAgICBjbHVzdGVyOiAidGVzdC1wb29sLXdhaXQiCiAgICB1c2VyOiB0ZXN0LXBvb2wtd2FpdC1hZG1pbgpjdXJyZW50LWNvbnRleHQ6IGFkbWluQHRlc3QtcG9vbC13YWl0CmtpbmQ6IENvbmZpZwpwcmVmZXJlbmNlczoge30KdXNlcnM6Ci0gbmFtZTogdGVzdC1wb29sLXdhaXQtYWRtaW4KICB1c2VyOgogICAgdG9rZW46IGttQTQ5c2F6N1V4dVJSOHZ1UzIxMWpxN2NzVzNobFF1QzQ3QjRla3BobjE3UXBMcVRiVGJGelVO\"}" + headers: + Content-Length: + - "1654" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:54:22 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 3d3f7c47-d7d9-49d8-9cbe-5ef2dd371582 + status: 200 OK + code: 200 + duration: 85.924115ms +- id: 145 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/b0c262ac-e3c4-4a41-9b7c-fac43b180e81 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 715 + body: "{\"region\":\"fr-par\", \"id\":\"b0c262ac-e3c4-4a41-9b7c-fac43b180e81\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:52:22.689840Z\", \"updated_at\":\"2025-10-30T16:54:20.584002Z\", \"name\":\"test-pool-wait-2\", \"status\":\"ready\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":2, \"min_size\":1, \"max_size\":2, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "715" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:54:22 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 622853a1-a65b-420e-b654-b869ea2150e1 + status: 200 OK + code: 200 + duration: 21.270992ms +- id: 146 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/034a502a-1d52-470d-84bd-4a8edd935ba3 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 713 + body: "{\"region\":\"fr-par\", \"id\":\"034a502a-1d52-470d-84bd-4a8edd935ba3\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:49:07.243810Z\", \"updated_at\":\"2025-10-30T16:52:20.261969Z\", \"name\":\"test-pool-wait\", \"status\":\"ready\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "713" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:54:22 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - dfe724f7-0448-4864-ada4-2984c44e7cc5 + status: 200 OK + code: 200 + duration: 22.742153ms +- id: 147 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + form: + order_by: + - created_at_asc + page: + - "1" + pool_id: + - 034a502a-1d52-470d-84bd-4a8edd935ba3 + status: + - unknown + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/5114e066-aa93-4560-9be0-5ae445715a75/nodes?order_by=created_at_asc&page=1&pool_id=034a502a-1d52-470d-84bd-4a8edd935ba3&status=unknown + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 648 + body: "{\"total_count\":1, \"nodes\":[{\"region\":\"fr-par\", \"id\":\"3e073c76-a98f-4e6b-ad3c-7a6ca77e15fd\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:51:15.736647Z\", \"updated_at\":\"2025-10-30T16:54:20.551105Z\", \"pool_id\":\"034a502a-1d52-470d-84bd-4a8edd935ba3\", \"status\":\"ready\", \"conditions\":{\"DiskPressure\":\"False\", \"MemoryPressure\":\"False\", \"NetworkUnavailable\":\"False\", \"PIDPressure\":\"False\", \"Ready\":\"True\"}, \"name\":\"scw-test-pool-wait-test-pool-wait-3e073c76a98f\", \"public_ip_v4\":\"51.158.97.50\", \"public_ip_v6\":null, \"provider_id\":\"scaleway://instance/fr-par-1/6ba8f808-ce5f-4e0a-b30e-a83f7f79f945\", \"error_message\":\"\"}]}" + headers: + Content-Length: + - "648" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:54:22 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 364387e1-3fa3-4352-b28e-ebfa5efe6446 + status: 200 OK + code: 200 + duration: 25.399781ms +- id: 148 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + form: + order_by: + - created_at_asc + page: + - "1" + pool_id: + - b0c262ac-e3c4-4a41-9b7c-fac43b180e81 + status: + - unknown + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/5114e066-aa93-4560-9be0-5ae445715a75/nodes?order_by=created_at_asc&page=1&pool_id=b0c262ac-e3c4-4a41-9b7c-fac43b180e81&status=unknown + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1240 + body: "{\"total_count\":2, \"nodes\":[{\"region\":\"fr-par\", \"id\":\"803259ac-2333-4048-8fec-ae14c9eff6df\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:52:23.157062Z\", \"updated_at\":\"2025-10-30T16:54:20.566320Z\", \"pool_id\":\"b0c262ac-e3c4-4a41-9b7c-fac43b180e81\", \"status\":\"ready\", \"conditions\":{\"DiskPressure\":\"False\", \"MemoryPressure\":\"False\", \"NetworkUnavailable\":\"False\", \"PIDPressure\":\"False\", \"Ready\":\"True\"}, \"name\":\"scw-test-pool-wait-test-pool-wait-2-803259ac23\", \"public_ip_v4\":\"51.158.65.45\", \"public_ip_v6\":null, \"provider_id\":\"scaleway://instance/fr-par-1/f94c2846-a5e6-44e2-823b-e4da6094250f\", \"error_message\":\"\"}, {\"region\":\"fr-par\", \"id\":\"0e5eed3b-53a4-46b8-9d82-8868a450287f\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:53:15.555152Z\", \"updated_at\":\"2025-10-30T16:54:20.575106Z\", \"pool_id\":\"b0c262ac-e3c4-4a41-9b7c-fac43b180e81\", \"status\":\"ready\", \"conditions\":{\"DiskPressure\":\"False\", \"MemoryPressure\":\"False\", \"PIDPressure\":\"False\", \"Ready\":\"True\"}, \"name\":\"scw-test-pool-wait-test-pool-wait-2-0e5eed3b53\", \"public_ip_v4\":\"51.158.76.222\", \"public_ip_v6\":null, \"provider_id\":\"scaleway://instance/fr-par-1/4af5920e-5aa3-4430-89d0-50a5680db098\", \"error_message\":\"\"}]}" + headers: + Content-Length: + - "1240" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:54:22 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 84fe55d1-8d76-47d5-a27d-2569d6e2b785 + status: 200 OK + code: 200 + duration: 36.517447ms +- id: 149 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/5114e066-aa93-4560-9be0-5ae445715a75 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1630 + body: "{\"region\":\"fr-par\", \"id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:49:01.607119Z\", \"updated_at\":\"2025-10-30T16:50:36.155897Z\", \"type\":\"kapsule\", \"name\":\"test-pool-wait\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"calico\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"minimal\"], \"cluster_url\":\"https://5114e066-aa93-4560-9be0-5ae445715a75.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.5114e066-aa93-4560-9be0-5ae445715a75.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"363e7214-8a98-40d0-9357-9e4026c21b76\", \"commitment_ends_at\":\"2025-10-30T16:49:01.607128Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"6c8f211e-8819-44e2-93ca-fda367c9ca2a\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1630" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:54:22 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - d68f0198-73b5-4860-9c13-97f971b0b7d4 + status: 200 OK + code: 200 + duration: 23.802533ms +- id: 150 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/5114e066-aa93-4560-9be0-5ae445715a75 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1630 + body: "{\"region\":\"fr-par\", \"id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:49:01.607119Z\", \"updated_at\":\"2025-10-30T16:50:36.155897Z\", \"type\":\"kapsule\", \"name\":\"test-pool-wait\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"calico\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"minimal\"], \"cluster_url\":\"https://5114e066-aa93-4560-9be0-5ae445715a75.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.5114e066-aa93-4560-9be0-5ae445715a75.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"363e7214-8a98-40d0-9357-9e4026c21b76\", \"commitment_ends_at\":\"2025-10-30T16:49:01.607128Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"6c8f211e-8819-44e2-93ca-fda367c9ca2a\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1630" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:54:22 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - aab6f3f2-ee38-470d-b3a0-b31cd7ec6a5b + status: 200 OK + code: 200 + duration: 20.879387ms +- id: 151 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + form: + order_by: + - created_at_desc + project_id: + - 105bdce1-64c0-48ab-899d-868455867ecf + resource_name: + - scw-test-pool-wait-test-pool-wait-3e073c76a98f + resource_type: + - unknown_type + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/ipam/v1/regions/fr-par/ips?order_by=created_at_desc&project_id=105bdce1-64c0-48ab-899d-868455867ecf&resource_name=scw-test-pool-wait-test-pool-wait-3e073c76a98f&resource_type=unknown_type + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1122 + body: "{\"total_count\":2, \"ips\":[{\"id\":\"54c6f7a2-4ca0-43bb-bc9a-b4a3905c0487\", \"address\":\"fd5f:519c:6d46:90dd:c183:ab7b:59b9:fc92/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":true, \"created_at\":\"2025-10-30T16:51:19.698188Z\", \"updated_at\":\"2025-10-30T16:51:19.698188Z\", \"source\":{\"subnet_id\":\"7493d1b7-5773-41c2-be8c-52e4ec098fc3\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"45715cb9-7532-4c78-93a4-2fef3fa3b71a\", \"mac_address\":\"02:00:00:1D:E4:BA\", \"name\":\"scw-test-pool-wait-test-pool-wait-3e073c76a98f\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}, {\"id\":\"ddc7378f-48eb-4ae3-af3e-4d5ee60054c4\", \"address\":\"172.18.20.3/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":false, \"created_at\":\"2025-10-30T16:51:19.565119Z\", \"updated_at\":\"2025-10-30T16:51:19.565119Z\", \"source\":{\"subnet_id\":\"da10d014-609b-48cc-9b9a-437dc31f4497\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"45715cb9-7532-4c78-93a4-2fef3fa3b71a\", \"mac_address\":\"02:00:00:1D:E4:BA\", \"name\":\"scw-test-pool-wait-test-pool-wait-3e073c76a98f\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}]}" + headers: + Content-Length: + - "1122" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:54:22 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - d25126bc-07ab-44f3-92d5-d78bff74fa9e + status: 200 OK + code: 200 + duration: 32.80508ms +- id: 152 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + form: + order_by: + - created_at_desc + project_id: + - 105bdce1-64c0-48ab-899d-868455867ecf + resource_name: + - scw-test-pool-wait-test-pool-wait-2-803259ac23 + resource_type: + - unknown_type + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/ipam/v1/regions/fr-par/ips?order_by=created_at_desc&project_id=105bdce1-64c0-48ab-899d-868455867ecf&resource_name=scw-test-pool-wait-test-pool-wait-2-803259ac23&resource_type=unknown_type + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1122 + body: "{\"total_count\":2, \"ips\":[{\"id\":\"35d11f02-76e3-4fe4-a39b-c2df537169d7\", \"address\":\"fd5f:519c:6d46:90dd:ab00:4e62:584d:4783/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":true, \"created_at\":\"2025-10-30T16:52:26.776899Z\", \"updated_at\":\"2025-10-30T16:52:26.776899Z\", \"source\":{\"subnet_id\":\"7493d1b7-5773-41c2-be8c-52e4ec098fc3\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"6f4c43ec-ff56-4721-ab5d-fdf2a12b8f2e\", \"mac_address\":\"02:00:00:12:65:C5\", \"name\":\"scw-test-pool-wait-test-pool-wait-2-803259ac23\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}, {\"id\":\"878dc0d8-d3e7-4ab9-b890-f5352063637c\", \"address\":\"172.18.20.4/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":false, \"created_at\":\"2025-10-30T16:52:26.654069Z\", \"updated_at\":\"2025-10-30T16:52:26.654069Z\", \"source\":{\"subnet_id\":\"da10d014-609b-48cc-9b9a-437dc31f4497\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"6f4c43ec-ff56-4721-ab5d-fdf2a12b8f2e\", \"mac_address\":\"02:00:00:12:65:C5\", \"name\":\"scw-test-pool-wait-test-pool-wait-2-803259ac23\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}]}" + headers: + Content-Length: + - "1122" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:54:22 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - c1114941-6d4b-47ca-a070-37f6fcf540ac + status: 200 OK + code: 200 + duration: 32.854402ms +- id: 153 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + form: + order_by: + - created_at_desc + project_id: + - 105bdce1-64c0-48ab-899d-868455867ecf + resource_name: + - scw-test-pool-wait-test-pool-wait-2-0e5eed3b53 + resource_type: + - unknown_type + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/ipam/v1/regions/fr-par/ips?order_by=created_at_desc&project_id=105bdce1-64c0-48ab-899d-868455867ecf&resource_name=scw-test-pool-wait-test-pool-wait-2-0e5eed3b53&resource_type=unknown_type + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1122 + body: "{\"total_count\":2, \"ips\":[{\"id\":\"7e596df6-23ea-4a18-b40b-b04b6889b127\", \"address\":\"fd5f:519c:6d46:90dd:3968:9265:e922:7e76/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":true, \"created_at\":\"2025-10-30T16:53:19.349027Z\", \"updated_at\":\"2025-10-30T16:53:19.349027Z\", \"source\":{\"subnet_id\":\"7493d1b7-5773-41c2-be8c-52e4ec098fc3\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"a3a5b239-815d-4735-b92e-16372f9e8741\", \"mac_address\":\"02:00:00:12:2E:F6\", \"name\":\"scw-test-pool-wait-test-pool-wait-2-0e5eed3b53\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}, {\"id\":\"41cfcea9-5c9f-48bf-af2e-a1fe51acece8\", \"address\":\"172.18.20.5/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":false, \"created_at\":\"2025-10-30T16:53:19.175416Z\", \"updated_at\":\"2025-10-30T16:53:19.175416Z\", \"source\":{\"subnet_id\":\"da10d014-609b-48cc-9b9a-437dc31f4497\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"a3a5b239-815d-4735-b92e-16372f9e8741\", \"mac_address\":\"02:00:00:12:2E:F6\", \"name\":\"scw-test-pool-wait-test-pool-wait-2-0e5eed3b53\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}]}" + headers: + Content-Length: + - "1122" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:54:22 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 24d5c5f4-f147-41ca-81a9-5cac5b3cdbb4 + status: 200 OK + code: 200 + duration: 35.400921ms +- id: 154 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/vpc/v2/regions/fr-par/vpcs/1a7a1e1e-2b33-478e-8f1a-faa0303a1c43 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 419 + body: "{\"id\":\"1a7a1e1e-2b33-478e-8f1a-faa0303a1c43\", \"name\":\"tf-vpc-confident-bose\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:49:00.136298Z\", \"updated_at\":\"2025-10-30T16:49:00.136298Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_default\":false, \"private_network_count\":1, \"routing_enabled\":true, \"custom_routes_propagation_enabled\":true, \"region\":\"fr-par\"}" + headers: + Content-Length: + - "419" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:54:23 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - d0dc9a20-c05a-4dff-aa54-17bb315c2e8f + status: 200 OK + code: 200 + duration: 36.654173ms +- id: 155 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks/363e7214-8a98-40d0-9357-9e4026c21b76 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1084 + body: "{\"id\":\"363e7214-8a98-40d0-9357-9e4026c21b76\", \"name\":\"test-pool-wait\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:49:00.384609Z\", \"updated_at\":\"2025-10-30T16:49:00.384609Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"subnets\":[{\"id\":\"da10d014-609b-48cc-9b9a-437dc31f4497\", \"created_at\":\"2025-10-30T16:49:00.384609Z\", \"updated_at\":\"2025-10-30T16:49:00.384609Z\", \"subnet\":\"172.18.20.0/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"363e7214-8a98-40d0-9357-9e4026c21b76\", \"vpc_id\":\"1a7a1e1e-2b33-478e-8f1a-faa0303a1c43\"}, {\"id\":\"7493d1b7-5773-41c2-be8c-52e4ec098fc3\", \"created_at\":\"2025-10-30T16:49:00.384609Z\", \"updated_at\":\"2025-10-30T16:49:00.384609Z\", \"subnet\":\"fd5f:519c:6d46:90dd::/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"363e7214-8a98-40d0-9357-9e4026c21b76\", \"vpc_id\":\"1a7a1e1e-2b33-478e-8f1a-faa0303a1c43\"}], \"vpc_id\":\"1a7a1e1e-2b33-478e-8f1a-faa0303a1c43\", \"dhcp_enabled\":true, \"default_route_propagation_enabled\":false, \"region\":\"fr-par\"}" + headers: + Content-Length: + - "1084" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:54:23 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - a389b905-63d7-4cc8-9f03-0de49412a19b + status: 200 OK + code: 200 + duration: 34.312988ms +- id: 156 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/5114e066-aa93-4560-9be0-5ae445715a75 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1630 + body: "{\"region\":\"fr-par\", \"id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:49:01.607119Z\", \"updated_at\":\"2025-10-30T16:50:36.155897Z\", \"type\":\"kapsule\", \"name\":\"test-pool-wait\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"calico\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"minimal\"], \"cluster_url\":\"https://5114e066-aa93-4560-9be0-5ae445715a75.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.5114e066-aa93-4560-9be0-5ae445715a75.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"363e7214-8a98-40d0-9357-9e4026c21b76\", \"commitment_ends_at\":\"2025-10-30T16:49:01.607128Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"6c8f211e-8819-44e2-93ca-fda367c9ca2a\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1630" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:54:23 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 55c9f95c-f920-4b96-abdf-b4310e185611 + status: 200 OK + code: 200 + duration: 91.110249ms +- id: 157 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/5114e066-aa93-4560-9be0-5ae445715a75/kubeconfig + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1654 + body: "{\"name\":\"kubeconfig\", \"content_type\":\"application/octet-stream\", \"content\":\"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogInRlc3QtcG9vbC13YWl0IgogIGNsdXN0ZXI6CiAgICBjZXJ0aWZpY2F0ZS1hdXRob3JpdHktZGF0YTogTFMwdExTMUNSVWRKVGlCRFJWSlVTVVpKUTBGVVJTMHRMUzB0Q2sxSlNVSllSRU5EUVZGSFowRjNTVUpCWjBsQ1FVUkJTMEpuWjNGb2EycFBVRkZSUkVGcVFWWk5VazEzUlZGWlJGWlJVVVJGZDNCeVpGZEtiR050Tld3S1pFZFdlazFDTkZoRVZFa3hUVlJCZVU5VVJUSk9SR3QzVFZadldFUlVUVEZOVkVGNVQxUkZNazVFYTNkTlZtOTNSbFJGVkUxQ1JVZEJNVlZGUVhoTlN3cGhNMVpwV2xoS2RWcFlVbXhqZWtKYVRVSk5SMEo1Y1VkVFRUUTVRV2RGUjBORGNVZFRUVFE1UVhkRlNFRXdTVUZDVFhsNllqUkdTbVozWTFOM01tZEZDbEppVFRkVFZpOUpiM0ZXU21oWWVIbGxObHB1UkZOWlZ6WmxRbU4yV2tJM1RXVnVMMWxPYm5wM2F6QkpRazF2VDFkUFRXeHRlVGxJWVU5NE1XVkxaSFlLTUVRNE9XZDVZV3BSYWtKQlRVRTBSMEV4VldSRWQwVkNMM2RSUlVGM1NVTndSRUZRUW1kT1ZraFNUVUpCWmpoRlFsUkJSRUZSU0M5TlFqQkhRVEZWWkFwRVoxRlhRa0pTVTFsU1NtTm9UV1l3V0U5YWNtUkJhV1JMYkdOUWEyTklZeTlVUVV0Q1oyZHhhR3RxVDFCUlVVUkJaMDVLUVVSQ1IwRnBSVUY1Ym0xd0NqbFpkWG80VWpGVWFtNDBiV2RqYWpaV2QycFVTM2gzUm5KS1VrdFZTVVpIUTFwR2VsbEtWVU5KVVVSSWRERkNXalpHYUZrdlVUWlRabloxTVhCNmJEWUtNWG80VkhCMlNIQkxVa0pIY1RscmNVVlJOa3hPZHowOUNpMHRMUzB0UlU1RUlFTkZVbFJKUmtsRFFWUkZMUzB0TFMwSwogICAgc2VydmVyOiBodHRwczovLzUxMTRlMDY2LWFhOTMtNDU2MC05YmUwLTVhZTQ0NTcxNWE3NS5hcGkuazhzLmZyLXBhci5zY3cuY2xvdWQ6NjQ0Mwpjb250ZXh0czoKLSBuYW1lOiBhZG1pbkB0ZXN0LXBvb2wtd2FpdAogIGNvbnRleHQ6CiAgICBjbHVzdGVyOiAidGVzdC1wb29sLXdhaXQiCiAgICB1c2VyOiB0ZXN0LXBvb2wtd2FpdC1hZG1pbgpjdXJyZW50LWNvbnRleHQ6IGFkbWluQHRlc3QtcG9vbC13YWl0CmtpbmQ6IENvbmZpZwpwcmVmZXJlbmNlczoge30KdXNlcnM6Ci0gbmFtZTogdGVzdC1wb29sLXdhaXQtYWRtaW4KICB1c2VyOgogICAgdG9rZW46IGttQTQ5c2F6N1V4dVJSOHZ1UzIxMWpxN2NzVzNobFF1QzQ3QjRla3BobjE3UXBMcVRiVGJGelVO\"}" + headers: + Content-Length: + - "1654" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:54:23 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 6d1852e9-0bc9-4f70-a526-d396122cb7cb + status: 200 OK + code: 200 + duration: 82.675187ms +- id: 158 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/b0c262ac-e3c4-4a41-9b7c-fac43b180e81 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 715 + body: "{\"region\":\"fr-par\", \"id\":\"b0c262ac-e3c4-4a41-9b7c-fac43b180e81\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:52:22.689840Z\", \"updated_at\":\"2025-10-30T16:54:20.584002Z\", \"name\":\"test-pool-wait-2\", \"status\":\"ready\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":2, \"min_size\":1, \"max_size\":2, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "715" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:54:23 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - b4159f89-c226-4314-b8ce-02d0c41a159b + status: 200 OK + code: 200 + duration: 19.451537ms +- id: 159 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/034a502a-1d52-470d-84bd-4a8edd935ba3 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 713 + body: "{\"region\":\"fr-par\", \"id\":\"034a502a-1d52-470d-84bd-4a8edd935ba3\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:49:07.243810Z\", \"updated_at\":\"2025-10-30T16:52:20.261969Z\", \"name\":\"test-pool-wait\", \"status\":\"ready\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "713" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:54:23 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 91f03531-413a-4bb6-8556-0a891ef8fbfd + status: 200 OK + code: 200 + duration: 94.714502ms +- id: 160 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + form: + order_by: + - created_at_asc + page: + - "1" + pool_id: + - b0c262ac-e3c4-4a41-9b7c-fac43b180e81 + status: + - unknown + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/5114e066-aa93-4560-9be0-5ae445715a75/nodes?order_by=created_at_asc&page=1&pool_id=b0c262ac-e3c4-4a41-9b7c-fac43b180e81&status=unknown + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1240 + body: "{\"total_count\":2, \"nodes\":[{\"region\":\"fr-par\", \"id\":\"803259ac-2333-4048-8fec-ae14c9eff6df\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:52:23.157062Z\", \"updated_at\":\"2025-10-30T16:54:20.566320Z\", \"pool_id\":\"b0c262ac-e3c4-4a41-9b7c-fac43b180e81\", \"status\":\"ready\", \"conditions\":{\"DiskPressure\":\"False\", \"MemoryPressure\":\"False\", \"NetworkUnavailable\":\"False\", \"PIDPressure\":\"False\", \"Ready\":\"True\"}, \"name\":\"scw-test-pool-wait-test-pool-wait-2-803259ac23\", \"public_ip_v4\":\"51.158.65.45\", \"public_ip_v6\":null, \"provider_id\":\"scaleway://instance/fr-par-1/f94c2846-a5e6-44e2-823b-e4da6094250f\", \"error_message\":\"\"}, {\"region\":\"fr-par\", \"id\":\"0e5eed3b-53a4-46b8-9d82-8868a450287f\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:53:15.555152Z\", \"updated_at\":\"2025-10-30T16:54:20.575106Z\", \"pool_id\":\"b0c262ac-e3c4-4a41-9b7c-fac43b180e81\", \"status\":\"ready\", \"conditions\":{\"DiskPressure\":\"False\", \"MemoryPressure\":\"False\", \"PIDPressure\":\"False\", \"Ready\":\"True\"}, \"name\":\"scw-test-pool-wait-test-pool-wait-2-0e5eed3b53\", \"public_ip_v4\":\"51.158.76.222\", \"public_ip_v6\":null, \"provider_id\":\"scaleway://instance/fr-par-1/4af5920e-5aa3-4430-89d0-50a5680db098\", \"error_message\":\"\"}]}" + headers: + Content-Length: + - "1240" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:54:23 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 3f6170e1-0529-4f33-8abe-1d15d0b5a67a + status: 200 OK + code: 200 + duration: 77.089173ms +- id: 161 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + form: + order_by: + - created_at_asc + page: + - "1" + pool_id: + - 034a502a-1d52-470d-84bd-4a8edd935ba3 + status: + - unknown + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/5114e066-aa93-4560-9be0-5ae445715a75/nodes?order_by=created_at_asc&page=1&pool_id=034a502a-1d52-470d-84bd-4a8edd935ba3&status=unknown + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 648 + body: "{\"total_count\":1, \"nodes\":[{\"region\":\"fr-par\", \"id\":\"3e073c76-a98f-4e6b-ad3c-7a6ca77e15fd\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:51:15.736647Z\", \"updated_at\":\"2025-10-30T16:54:20.551105Z\", \"pool_id\":\"034a502a-1d52-470d-84bd-4a8edd935ba3\", \"status\":\"ready\", \"conditions\":{\"DiskPressure\":\"False\", \"MemoryPressure\":\"False\", \"NetworkUnavailable\":\"False\", \"PIDPressure\":\"False\", \"Ready\":\"True\"}, \"name\":\"scw-test-pool-wait-test-pool-wait-3e073c76a98f\", \"public_ip_v4\":\"51.158.97.50\", \"public_ip_v6\":null, \"provider_id\":\"scaleway://instance/fr-par-1/6ba8f808-ce5f-4e0a-b30e-a83f7f79f945\", \"error_message\":\"\"}]}" + headers: + Content-Length: + - "648" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:54:23 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - f240360d-1b47-42a1-83e4-34264ee9e904 + status: 200 OK + code: 200 + duration: 25.473369ms +- id: 162 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/5114e066-aa93-4560-9be0-5ae445715a75 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1630 + body: "{\"region\":\"fr-par\", \"id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:49:01.607119Z\", \"updated_at\":\"2025-10-30T16:50:36.155897Z\", \"type\":\"kapsule\", \"name\":\"test-pool-wait\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"calico\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"minimal\"], \"cluster_url\":\"https://5114e066-aa93-4560-9be0-5ae445715a75.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.5114e066-aa93-4560-9be0-5ae445715a75.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"363e7214-8a98-40d0-9357-9e4026c21b76\", \"commitment_ends_at\":\"2025-10-30T16:49:01.607128Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"6c8f211e-8819-44e2-93ca-fda367c9ca2a\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1630" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:54:23 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 58eba6e7-c910-4e3f-ad05-12f9041962cd + status: 200 OK + code: 200 + duration: 22.757933ms +- id: 163 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/5114e066-aa93-4560-9be0-5ae445715a75 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1630 + body: "{\"region\":\"fr-par\", \"id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:49:01.607119Z\", \"updated_at\":\"2025-10-30T16:50:36.155897Z\", \"type\":\"kapsule\", \"name\":\"test-pool-wait\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"calico\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"minimal\"], \"cluster_url\":\"https://5114e066-aa93-4560-9be0-5ae445715a75.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.5114e066-aa93-4560-9be0-5ae445715a75.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"363e7214-8a98-40d0-9357-9e4026c21b76\", \"commitment_ends_at\":\"2025-10-30T16:49:01.607128Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"6c8f211e-8819-44e2-93ca-fda367c9ca2a\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1630" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:54:23 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 0a9d8e78-859c-4539-9194-7536c23c7f19 + status: 200 OK + code: 200 + duration: 24.453835ms +- id: 164 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + form: + order_by: + - created_at_desc + project_id: + - 105bdce1-64c0-48ab-899d-868455867ecf + resource_name: + - scw-test-pool-wait-test-pool-wait-2-803259ac23 + resource_type: + - unknown_type + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/ipam/v1/regions/fr-par/ips?order_by=created_at_desc&project_id=105bdce1-64c0-48ab-899d-868455867ecf&resource_name=scw-test-pool-wait-test-pool-wait-2-803259ac23&resource_type=unknown_type + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1122 + body: "{\"total_count\":2, \"ips\":[{\"id\":\"35d11f02-76e3-4fe4-a39b-c2df537169d7\", \"address\":\"fd5f:519c:6d46:90dd:ab00:4e62:584d:4783/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":true, \"created_at\":\"2025-10-30T16:52:26.776899Z\", \"updated_at\":\"2025-10-30T16:52:26.776899Z\", \"source\":{\"subnet_id\":\"7493d1b7-5773-41c2-be8c-52e4ec098fc3\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"6f4c43ec-ff56-4721-ab5d-fdf2a12b8f2e\", \"mac_address\":\"02:00:00:12:65:C5\", \"name\":\"scw-test-pool-wait-test-pool-wait-2-803259ac23\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}, {\"id\":\"878dc0d8-d3e7-4ab9-b890-f5352063637c\", \"address\":\"172.18.20.4/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":false, \"created_at\":\"2025-10-30T16:52:26.654069Z\", \"updated_at\":\"2025-10-30T16:52:26.654069Z\", \"source\":{\"subnet_id\":\"da10d014-609b-48cc-9b9a-437dc31f4497\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"6f4c43ec-ff56-4721-ab5d-fdf2a12b8f2e\", \"mac_address\":\"02:00:00:12:65:C5\", \"name\":\"scw-test-pool-wait-test-pool-wait-2-803259ac23\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}]}" + headers: + Content-Length: + - "1122" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:54:23 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 3de1d11b-9298-4fd1-856f-5db0a6a82462 + status: 200 OK + code: 200 + duration: 29.089405ms +- id: 165 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + form: + order_by: + - created_at_desc + project_id: + - 105bdce1-64c0-48ab-899d-868455867ecf + resource_name: + - scw-test-pool-wait-test-pool-wait-2-0e5eed3b53 + resource_type: + - unknown_type + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/ipam/v1/regions/fr-par/ips?order_by=created_at_desc&project_id=105bdce1-64c0-48ab-899d-868455867ecf&resource_name=scw-test-pool-wait-test-pool-wait-2-0e5eed3b53&resource_type=unknown_type + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1122 + body: "{\"total_count\":2, \"ips\":[{\"id\":\"7e596df6-23ea-4a18-b40b-b04b6889b127\", \"address\":\"fd5f:519c:6d46:90dd:3968:9265:e922:7e76/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":true, \"created_at\":\"2025-10-30T16:53:19.349027Z\", \"updated_at\":\"2025-10-30T16:53:19.349027Z\", \"source\":{\"subnet_id\":\"7493d1b7-5773-41c2-be8c-52e4ec098fc3\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"a3a5b239-815d-4735-b92e-16372f9e8741\", \"mac_address\":\"02:00:00:12:2E:F6\", \"name\":\"scw-test-pool-wait-test-pool-wait-2-0e5eed3b53\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}, {\"id\":\"41cfcea9-5c9f-48bf-af2e-a1fe51acece8\", \"address\":\"172.18.20.5/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":false, \"created_at\":\"2025-10-30T16:53:19.175416Z\", \"updated_at\":\"2025-10-30T16:53:19.175416Z\", \"source\":{\"subnet_id\":\"da10d014-609b-48cc-9b9a-437dc31f4497\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"a3a5b239-815d-4735-b92e-16372f9e8741\", \"mac_address\":\"02:00:00:12:2E:F6\", \"name\":\"scw-test-pool-wait-test-pool-wait-2-0e5eed3b53\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}]}" + headers: + Content-Length: + - "1122" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:54:23 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 4b2030bb-73c7-4d6d-8665-0530741f83c8 + status: 200 OK + code: 200 + duration: 41.172233ms +- id: 166 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + form: + order_by: + - created_at_desc + project_id: + - 105bdce1-64c0-48ab-899d-868455867ecf + resource_name: + - scw-test-pool-wait-test-pool-wait-3e073c76a98f + resource_type: + - unknown_type + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/ipam/v1/regions/fr-par/ips?order_by=created_at_desc&project_id=105bdce1-64c0-48ab-899d-868455867ecf&resource_name=scw-test-pool-wait-test-pool-wait-3e073c76a98f&resource_type=unknown_type + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1122 + body: "{\"total_count\":2, \"ips\":[{\"id\":\"54c6f7a2-4ca0-43bb-bc9a-b4a3905c0487\", \"address\":\"fd5f:519c:6d46:90dd:c183:ab7b:59b9:fc92/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":true, \"created_at\":\"2025-10-30T16:51:19.698188Z\", \"updated_at\":\"2025-10-30T16:51:19.698188Z\", \"source\":{\"subnet_id\":\"7493d1b7-5773-41c2-be8c-52e4ec098fc3\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"45715cb9-7532-4c78-93a4-2fef3fa3b71a\", \"mac_address\":\"02:00:00:1D:E4:BA\", \"name\":\"scw-test-pool-wait-test-pool-wait-3e073c76a98f\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}, {\"id\":\"ddc7378f-48eb-4ae3-af3e-4d5ee60054c4\", \"address\":\"172.18.20.3/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":false, \"created_at\":\"2025-10-30T16:51:19.565119Z\", \"updated_at\":\"2025-10-30T16:51:19.565119Z\", \"source\":{\"subnet_id\":\"da10d014-609b-48cc-9b9a-437dc31f4497\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"45715cb9-7532-4c78-93a4-2fef3fa3b71a\", \"mac_address\":\"02:00:00:1D:E4:BA\", \"name\":\"scw-test-pool-wait-test-pool-wait-3e073c76a98f\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}]}" + headers: + Content-Length: + - "1122" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:54:23 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 16200fe4-b65d-415d-ba23-e926d95c9575 + status: 200 OK + code: 200 + duration: 107.191751ms +- id: 167 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 82 + host: api.scaleway.com + body: "{\"size\":1,\"max_size\":1,\"upgrade_policy\":{\"max_unavailable\":null,\"max_surge\":null}}" + headers: + Content-Type: + - application/json + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/b0c262ac-e3c4-4a41-9b7c-fac43b180e81 + method: PATCH + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 717 + body: "{\"region\":\"fr-par\", \"id\":\"b0c262ac-e3c4-4a41-9b7c-fac43b180e81\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:52:22.689840Z\", \"updated_at\":\"2025-10-30T16:54:23.681022Z\", \"name\":\"test-pool-wait-2\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "717" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:54:23 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 229da5f7-ba93-4213-a304-178e36d924c1 + status: 200 OK + code: 200 + duration: 39.365702ms +- id: 168 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/b0c262ac-e3c4-4a41-9b7c-fac43b180e81 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 717 + body: "{\"region\":\"fr-par\", \"id\":\"b0c262ac-e3c4-4a41-9b7c-fac43b180e81\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:52:22.689840Z\", \"updated_at\":\"2025-10-30T16:54:23.681022Z\", \"name\":\"test-pool-wait-2\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "717" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:54:23 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 21a8d2c8-163a-4326-bb9e-94ac944cab63 + status: 200 OK + code: 200 + duration: 24.396658ms +- id: 169 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/b0c262ac-e3c4-4a41-9b7c-fac43b180e81 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 715 + body: "{\"region\":\"fr-par\", \"id\":\"b0c262ac-e3c4-4a41-9b7c-fac43b180e81\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:52:22.689840Z\", \"updated_at\":\"2025-10-30T16:54:25.061752Z\", \"name\":\"test-pool-wait-2\", \"status\":\"ready\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "715" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:54:28 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 8f63ffb1-be77-486d-a45a-2dc8b1f23975 + status: 200 OK + code: 200 + duration: 86.141001ms +- id: 170 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/b0c262ac-e3c4-4a41-9b7c-fac43b180e81 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 715 + body: "{\"region\":\"fr-par\", \"id\":\"b0c262ac-e3c4-4a41-9b7c-fac43b180e81\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:52:22.689840Z\", \"updated_at\":\"2025-10-30T16:54:25.061752Z\", \"name\":\"test-pool-wait-2\", \"status\":\"ready\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "715" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:54:28 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 54563a94-6c16-45f7-9e74-09dc917a8480 + status: 200 OK + code: 200 + duration: 88.987724ms +- id: 171 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + form: + order_by: + - created_at_asc + page: + - "1" + pool_id: + - b0c262ac-e3c4-4a41-9b7c-fac43b180e81 + status: + - unknown + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/5114e066-aa93-4560-9be0-5ae445715a75/nodes?order_by=created_at_asc&page=1&pool_id=b0c262ac-e3c4-4a41-9b7c-fac43b180e81&status=unknown + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1243 + body: "{\"total_count\":2, \"nodes\":[{\"region\":\"fr-par\", \"id\":\"803259ac-2333-4048-8fec-ae14c9eff6df\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:52:23.157062Z\", \"updated_at\":\"2025-10-30T16:54:25.015233Z\", \"pool_id\":\"b0c262ac-e3c4-4a41-9b7c-fac43b180e81\", \"status\":\"ready\", \"conditions\":{\"DiskPressure\":\"False\", \"MemoryPressure\":\"False\", \"NetworkUnavailable\":\"False\", \"PIDPressure\":\"False\", \"Ready\":\"True\"}, \"name\":\"scw-test-pool-wait-test-pool-wait-2-803259ac23\", \"public_ip_v4\":\"51.158.65.45\", \"public_ip_v6\":null, \"provider_id\":\"scaleway://instance/fr-par-1/f94c2846-a5e6-44e2-823b-e4da6094250f\", \"error_message\":\"\"}, {\"region\":\"fr-par\", \"id\":\"0e5eed3b-53a4-46b8-9d82-8868a450287f\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:53:15.555152Z\", \"updated_at\":\"2025-10-30T16:54:24.729826Z\", \"pool_id\":\"b0c262ac-e3c4-4a41-9b7c-fac43b180e81\", \"status\":\"deleting\", \"conditions\":{\"DiskPressure\":\"False\", \"MemoryPressure\":\"False\", \"PIDPressure\":\"False\", \"Ready\":\"True\"}, \"name\":\"scw-test-pool-wait-test-pool-wait-2-0e5eed3b53\", \"public_ip_v4\":\"51.158.76.222\", \"public_ip_v6\":null, \"provider_id\":\"scaleway://instance/fr-par-1/4af5920e-5aa3-4430-89d0-50a5680db098\", \"error_message\":\"\"}]}" + headers: + Content-Length: + - "1243" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:54:28 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 7319d6b0-c8db-4304-bbc5-b4c5c8a01a21 + status: 200 OK + code: 200 + duration: 24.37636ms +- id: 172 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/5114e066-aa93-4560-9be0-5ae445715a75 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1630 + body: "{\"region\":\"fr-par\", \"id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:49:01.607119Z\", \"updated_at\":\"2025-10-30T16:50:36.155897Z\", \"type\":\"kapsule\", \"name\":\"test-pool-wait\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"calico\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"minimal\"], \"cluster_url\":\"https://5114e066-aa93-4560-9be0-5ae445715a75.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.5114e066-aa93-4560-9be0-5ae445715a75.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"363e7214-8a98-40d0-9357-9e4026c21b76\", \"commitment_ends_at\":\"2025-10-30T16:49:01.607128Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"6c8f211e-8819-44e2-93ca-fda367c9ca2a\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1630" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:54:28 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 64795ded-ba00-42a0-8e92-e038a9e0c98b + status: 200 OK + code: 200 + duration: 17.699899ms +- id: 173 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + form: + order_by: + - created_at_desc + project_id: + - 105bdce1-64c0-48ab-899d-868455867ecf + resource_name: + - scw-test-pool-wait-test-pool-wait-2-803259ac23 + resource_type: + - unknown_type + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/ipam/v1/regions/fr-par/ips?order_by=created_at_desc&project_id=105bdce1-64c0-48ab-899d-868455867ecf&resource_name=scw-test-pool-wait-test-pool-wait-2-803259ac23&resource_type=unknown_type + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1122 + body: "{\"total_count\":2, \"ips\":[{\"id\":\"35d11f02-76e3-4fe4-a39b-c2df537169d7\", \"address\":\"fd5f:519c:6d46:90dd:ab00:4e62:584d:4783/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":true, \"created_at\":\"2025-10-30T16:52:26.776899Z\", \"updated_at\":\"2025-10-30T16:52:26.776899Z\", \"source\":{\"subnet_id\":\"7493d1b7-5773-41c2-be8c-52e4ec098fc3\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"6f4c43ec-ff56-4721-ab5d-fdf2a12b8f2e\", \"mac_address\":\"02:00:00:12:65:C5\", \"name\":\"scw-test-pool-wait-test-pool-wait-2-803259ac23\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}, {\"id\":\"878dc0d8-d3e7-4ab9-b890-f5352063637c\", \"address\":\"172.18.20.4/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":false, \"created_at\":\"2025-10-30T16:52:26.654069Z\", \"updated_at\":\"2025-10-30T16:52:26.654069Z\", \"source\":{\"subnet_id\":\"da10d014-609b-48cc-9b9a-437dc31f4497\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"6f4c43ec-ff56-4721-ab5d-fdf2a12b8f2e\", \"mac_address\":\"02:00:00:12:65:C5\", \"name\":\"scw-test-pool-wait-test-pool-wait-2-803259ac23\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}]}" + headers: + Content-Length: + - "1122" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:54:28 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - a73725d2-4b76-4ac4-8d38-c92e5d3a1002 + status: 200 OK + code: 200 + duration: 29.683571ms +- id: 174 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + form: + order_by: + - created_at_desc + project_id: + - 105bdce1-64c0-48ab-899d-868455867ecf + resource_name: + - scw-test-pool-wait-test-pool-wait-2-0e5eed3b53 + resource_type: + - unknown_type + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/ipam/v1/regions/fr-par/ips?order_by=created_at_desc&project_id=105bdce1-64c0-48ab-899d-868455867ecf&resource_name=scw-test-pool-wait-test-pool-wait-2-0e5eed3b53&resource_type=unknown_type + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1122 + body: "{\"total_count\":2, \"ips\":[{\"id\":\"7e596df6-23ea-4a18-b40b-b04b6889b127\", \"address\":\"fd5f:519c:6d46:90dd:3968:9265:e922:7e76/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":true, \"created_at\":\"2025-10-30T16:53:19.349027Z\", \"updated_at\":\"2025-10-30T16:53:19.349027Z\", \"source\":{\"subnet_id\":\"7493d1b7-5773-41c2-be8c-52e4ec098fc3\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"a3a5b239-815d-4735-b92e-16372f9e8741\", \"mac_address\":\"02:00:00:12:2E:F6\", \"name\":\"scw-test-pool-wait-test-pool-wait-2-0e5eed3b53\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}, {\"id\":\"41cfcea9-5c9f-48bf-af2e-a1fe51acece8\", \"address\":\"172.18.20.5/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":false, \"created_at\":\"2025-10-30T16:53:19.175416Z\", \"updated_at\":\"2025-10-30T16:53:19.175416Z\", \"source\":{\"subnet_id\":\"da10d014-609b-48cc-9b9a-437dc31f4497\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"a3a5b239-815d-4735-b92e-16372f9e8741\", \"mac_address\":\"02:00:00:12:2E:F6\", \"name\":\"scw-test-pool-wait-test-pool-wait-2-0e5eed3b53\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}]}" + headers: + Content-Length: + - "1122" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:54:29 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 7f38b4ab-a2da-4de7-b440-04b3db7df960 + status: 200 OK + code: 200 + duration: 36.130641ms +- id: 175 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/5114e066-aa93-4560-9be0-5ae445715a75 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1630 + body: "{\"region\":\"fr-par\", \"id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:49:01.607119Z\", \"updated_at\":\"2025-10-30T16:50:36.155897Z\", \"type\":\"kapsule\", \"name\":\"test-pool-wait\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"calico\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"minimal\"], \"cluster_url\":\"https://5114e066-aa93-4560-9be0-5ae445715a75.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.5114e066-aa93-4560-9be0-5ae445715a75.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"363e7214-8a98-40d0-9357-9e4026c21b76\", \"commitment_ends_at\":\"2025-10-30T16:49:01.607128Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"6c8f211e-8819-44e2-93ca-fda367c9ca2a\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1630" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:54:29 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 1a350574-4276-45b3-93bd-3f8668228ecc + status: 200 OK + code: 200 + duration: 21.906024ms +- id: 176 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/b0c262ac-e3c4-4a41-9b7c-fac43b180e81 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 715 + body: "{\"region\":\"fr-par\", \"id\":\"b0c262ac-e3c4-4a41-9b7c-fac43b180e81\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:52:22.689840Z\", \"updated_at\":\"2025-10-30T16:54:25.061752Z\", \"name\":\"test-pool-wait-2\", \"status\":\"ready\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "715" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:54:29 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 9e94267c-6cb2-4a8b-a219-d00a1cc98a92 + status: 200 OK + code: 200 + duration: 19.294302ms +- id: 177 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/vpc/v2/regions/fr-par/vpcs/1a7a1e1e-2b33-478e-8f1a-faa0303a1c43 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 419 + body: "{\"id\":\"1a7a1e1e-2b33-478e-8f1a-faa0303a1c43\", \"name\":\"tf-vpc-confident-bose\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:49:00.136298Z\", \"updated_at\":\"2025-10-30T16:49:00.136298Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_default\":false, \"private_network_count\":1, \"routing_enabled\":true, \"custom_routes_propagation_enabled\":true, \"region\":\"fr-par\"}" + headers: + Content-Length: + - "419" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:54:29 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - f3e62cf2-3c3c-41ab-b009-e7e1897874f9 + status: 200 OK + code: 200 + duration: 28.599506ms +- id: 178 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks/363e7214-8a98-40d0-9357-9e4026c21b76 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1084 + body: "{\"id\":\"363e7214-8a98-40d0-9357-9e4026c21b76\", \"name\":\"test-pool-wait\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:49:00.384609Z\", \"updated_at\":\"2025-10-30T16:49:00.384609Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"subnets\":[{\"id\":\"da10d014-609b-48cc-9b9a-437dc31f4497\", \"created_at\":\"2025-10-30T16:49:00.384609Z\", \"updated_at\":\"2025-10-30T16:49:00.384609Z\", \"subnet\":\"172.18.20.0/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"363e7214-8a98-40d0-9357-9e4026c21b76\", \"vpc_id\":\"1a7a1e1e-2b33-478e-8f1a-faa0303a1c43\"}, {\"id\":\"7493d1b7-5773-41c2-be8c-52e4ec098fc3\", \"created_at\":\"2025-10-30T16:49:00.384609Z\", \"updated_at\":\"2025-10-30T16:49:00.384609Z\", \"subnet\":\"fd5f:519c:6d46:90dd::/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"363e7214-8a98-40d0-9357-9e4026c21b76\", \"vpc_id\":\"1a7a1e1e-2b33-478e-8f1a-faa0303a1c43\"}], \"vpc_id\":\"1a7a1e1e-2b33-478e-8f1a-faa0303a1c43\", \"dhcp_enabled\":true, \"default_route_propagation_enabled\":false, \"region\":\"fr-par\"}" + headers: + Content-Length: + - "1084" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:54:29 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 9d5c42eb-40a5-4c44-a813-f6951de136a2 + status: 200 OK + code: 200 + duration: 24.432656ms +- id: 179 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/5114e066-aa93-4560-9be0-5ae445715a75 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1630 + body: "{\"region\":\"fr-par\", \"id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:49:01.607119Z\", \"updated_at\":\"2025-10-30T16:50:36.155897Z\", \"type\":\"kapsule\", \"name\":\"test-pool-wait\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"calico\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"minimal\"], \"cluster_url\":\"https://5114e066-aa93-4560-9be0-5ae445715a75.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.5114e066-aa93-4560-9be0-5ae445715a75.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"363e7214-8a98-40d0-9357-9e4026c21b76\", \"commitment_ends_at\":\"2025-10-30T16:49:01.607128Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"6c8f211e-8819-44e2-93ca-fda367c9ca2a\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1630" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:54:29 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - f68bc5db-60b7-4165-891a-7e90af527846 + status: 200 OK + code: 200 + duration: 27.070406ms +- id: 180 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/5114e066-aa93-4560-9be0-5ae445715a75/kubeconfig + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1654 + body: "{\"name\":\"kubeconfig\", \"content_type\":\"application/octet-stream\", \"content\":\"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogInRlc3QtcG9vbC13YWl0IgogIGNsdXN0ZXI6CiAgICBjZXJ0aWZpY2F0ZS1hdXRob3JpdHktZGF0YTogTFMwdExTMUNSVWRKVGlCRFJWSlVTVVpKUTBGVVJTMHRMUzB0Q2sxSlNVSllSRU5EUVZGSFowRjNTVUpCWjBsQ1FVUkJTMEpuWjNGb2EycFBVRkZSUkVGcVFWWk5VazEzUlZGWlJGWlJVVVJGZDNCeVpGZEtiR050Tld3S1pFZFdlazFDTkZoRVZFa3hUVlJCZVU5VVJUSk9SR3QzVFZadldFUlVUVEZOVkVGNVQxUkZNazVFYTNkTlZtOTNSbFJGVkUxQ1JVZEJNVlZGUVhoTlN3cGhNMVpwV2xoS2RWcFlVbXhqZWtKYVRVSk5SMEo1Y1VkVFRUUTVRV2RGUjBORGNVZFRUVFE1UVhkRlNFRXdTVUZDVFhsNllqUkdTbVozWTFOM01tZEZDbEppVFRkVFZpOUpiM0ZXU21oWWVIbGxObHB1UkZOWlZ6WmxRbU4yV2tJM1RXVnVMMWxPYm5wM2F6QkpRazF2VDFkUFRXeHRlVGxJWVU5NE1XVkxaSFlLTUVRNE9XZDVZV3BSYWtKQlRVRTBSMEV4VldSRWQwVkNMM2RSUlVGM1NVTndSRUZRUW1kT1ZraFNUVUpCWmpoRlFsUkJSRUZSU0M5TlFqQkhRVEZWWkFwRVoxRlhRa0pTVTFsU1NtTm9UV1l3V0U5YWNtUkJhV1JMYkdOUWEyTklZeTlVUVV0Q1oyZHhhR3RxVDFCUlVVUkJaMDVLUVVSQ1IwRnBSVUY1Ym0xd0NqbFpkWG80VWpGVWFtNDBiV2RqYWpaV2QycFVTM2gzUm5KS1VrdFZTVVpIUTFwR2VsbEtWVU5KVVVSSWRERkNXalpHYUZrdlVUWlRabloxTVhCNmJEWUtNWG80VkhCMlNIQkxVa0pIY1RscmNVVlJOa3hPZHowOUNpMHRMUzB0UlU1RUlFTkZVbFJKUmtsRFFWUkZMUzB0TFMwSwogICAgc2VydmVyOiBodHRwczovLzUxMTRlMDY2LWFhOTMtNDU2MC05YmUwLTVhZTQ0NTcxNWE3NS5hcGkuazhzLmZyLXBhci5zY3cuY2xvdWQ6NjQ0Mwpjb250ZXh0czoKLSBuYW1lOiBhZG1pbkB0ZXN0LXBvb2wtd2FpdAogIGNvbnRleHQ6CiAgICBjbHVzdGVyOiAidGVzdC1wb29sLXdhaXQiCiAgICB1c2VyOiB0ZXN0LXBvb2wtd2FpdC1hZG1pbgpjdXJyZW50LWNvbnRleHQ6IGFkbWluQHRlc3QtcG9vbC13YWl0CmtpbmQ6IENvbmZpZwpwcmVmZXJlbmNlczoge30KdXNlcnM6Ci0gbmFtZTogdGVzdC1wb29sLXdhaXQtYWRtaW4KICB1c2VyOgogICAgdG9rZW46IGttQTQ5c2F6N1V4dVJSOHZ1UzIxMWpxN2NzVzNobFF1QzQ3QjRla3BobjE3UXBMcVRiVGJGelVO\"}" + headers: + Content-Length: + - "1654" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:54:29 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 9c9f2163-2ec7-4812-a332-50243f9b73d5 + status: 200 OK + code: 200 + duration: 99.252409ms +- id: 181 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/b0c262ac-e3c4-4a41-9b7c-fac43b180e81 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 715 + body: "{\"region\":\"fr-par\", \"id\":\"b0c262ac-e3c4-4a41-9b7c-fac43b180e81\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:52:22.689840Z\", \"updated_at\":\"2025-10-30T16:54:25.061752Z\", \"name\":\"test-pool-wait-2\", \"status\":\"ready\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "715" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:54:29 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - f7d19069-fe73-42da-b8fa-ef69ac7fce4a + status: 200 OK + code: 200 + duration: 18.938664ms +- id: 182 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/034a502a-1d52-470d-84bd-4a8edd935ba3 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 713 + body: "{\"region\":\"fr-par\", \"id\":\"034a502a-1d52-470d-84bd-4a8edd935ba3\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:49:07.243810Z\", \"updated_at\":\"2025-10-30T16:52:20.261969Z\", \"name\":\"test-pool-wait\", \"status\":\"ready\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "713" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:54:29 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 32db3bf6-27ad-4a62-910d-08ba6ef75a8c + status: 200 OK + code: 200 + duration: 23.264593ms +- id: 183 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + form: + order_by: + - created_at_asc + page: + - "1" + pool_id: + - 034a502a-1d52-470d-84bd-4a8edd935ba3 + status: + - unknown + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/5114e066-aa93-4560-9be0-5ae445715a75/nodes?order_by=created_at_asc&page=1&pool_id=034a502a-1d52-470d-84bd-4a8edd935ba3&status=unknown + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 648 + body: "{\"total_count\":1, \"nodes\":[{\"region\":\"fr-par\", \"id\":\"3e073c76-a98f-4e6b-ad3c-7a6ca77e15fd\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:51:15.736647Z\", \"updated_at\":\"2025-10-30T16:54:24.994372Z\", \"pool_id\":\"034a502a-1d52-470d-84bd-4a8edd935ba3\", \"status\":\"ready\", \"conditions\":{\"DiskPressure\":\"False\", \"MemoryPressure\":\"False\", \"NetworkUnavailable\":\"False\", \"PIDPressure\":\"False\", \"Ready\":\"True\"}, \"name\":\"scw-test-pool-wait-test-pool-wait-3e073c76a98f\", \"public_ip_v4\":\"51.158.97.50\", \"public_ip_v6\":null, \"provider_id\":\"scaleway://instance/fr-par-1/6ba8f808-ce5f-4e0a-b30e-a83f7f79f945\", \"error_message\":\"\"}]}" + headers: + Content-Length: + - "648" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:54:29 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 42d02c0a-dc22-4feb-b7a8-d362becfd958 + status: 200 OK + code: 200 + duration: 22.39432ms +- id: 184 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + form: + order_by: + - created_at_asc + page: + - "1" + pool_id: + - b0c262ac-e3c4-4a41-9b7c-fac43b180e81 + status: + - unknown + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/5114e066-aa93-4560-9be0-5ae445715a75/nodes?order_by=created_at_asc&page=1&pool_id=b0c262ac-e3c4-4a41-9b7c-fac43b180e81&status=unknown + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1243 + body: "{\"total_count\":2, \"nodes\":[{\"region\":\"fr-par\", \"id\":\"803259ac-2333-4048-8fec-ae14c9eff6df\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:52:23.157062Z\", \"updated_at\":\"2025-10-30T16:54:25.015233Z\", \"pool_id\":\"b0c262ac-e3c4-4a41-9b7c-fac43b180e81\", \"status\":\"ready\", \"conditions\":{\"DiskPressure\":\"False\", \"MemoryPressure\":\"False\", \"NetworkUnavailable\":\"False\", \"PIDPressure\":\"False\", \"Ready\":\"True\"}, \"name\":\"scw-test-pool-wait-test-pool-wait-2-803259ac23\", \"public_ip_v4\":\"51.158.65.45\", \"public_ip_v6\":null, \"provider_id\":\"scaleway://instance/fr-par-1/f94c2846-a5e6-44e2-823b-e4da6094250f\", \"error_message\":\"\"}, {\"region\":\"fr-par\", \"id\":\"0e5eed3b-53a4-46b8-9d82-8868a450287f\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:53:15.555152Z\", \"updated_at\":\"2025-10-30T16:54:24.729826Z\", \"pool_id\":\"b0c262ac-e3c4-4a41-9b7c-fac43b180e81\", \"status\":\"deleting\", \"conditions\":{\"DiskPressure\":\"False\", \"MemoryPressure\":\"False\", \"PIDPressure\":\"False\", \"Ready\":\"True\"}, \"name\":\"scw-test-pool-wait-test-pool-wait-2-0e5eed3b53\", \"public_ip_v4\":\"51.158.76.222\", \"public_ip_v6\":null, \"provider_id\":\"scaleway://instance/fr-par-1/4af5920e-5aa3-4430-89d0-50a5680db098\", \"error_message\":\"\"}]}" + headers: + Content-Length: + - "1243" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:54:29 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - fa3c4a6a-c517-44e4-b66a-38db853bd48d + status: 200 OK + code: 200 + duration: 32.602058ms +- id: 185 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/5114e066-aa93-4560-9be0-5ae445715a75 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1630 + body: "{\"region\":\"fr-par\", \"id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:49:01.607119Z\", \"updated_at\":\"2025-10-30T16:50:36.155897Z\", \"type\":\"kapsule\", \"name\":\"test-pool-wait\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"calico\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"minimal\"], \"cluster_url\":\"https://5114e066-aa93-4560-9be0-5ae445715a75.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.5114e066-aa93-4560-9be0-5ae445715a75.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"363e7214-8a98-40d0-9357-9e4026c21b76\", \"commitment_ends_at\":\"2025-10-30T16:49:01.607128Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"6c8f211e-8819-44e2-93ca-fda367c9ca2a\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1630" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:54:29 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - e43a6778-4477-4e97-a9b1-25b6ffabdf27 + status: 200 OK + code: 200 + duration: 23.208559ms +- id: 186 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/5114e066-aa93-4560-9be0-5ae445715a75 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1630 + body: "{\"region\":\"fr-par\", \"id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:49:01.607119Z\", \"updated_at\":\"2025-10-30T16:50:36.155897Z\", \"type\":\"kapsule\", \"name\":\"test-pool-wait\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"calico\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"minimal\"], \"cluster_url\":\"https://5114e066-aa93-4560-9be0-5ae445715a75.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.5114e066-aa93-4560-9be0-5ae445715a75.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"363e7214-8a98-40d0-9357-9e4026c21b76\", \"commitment_ends_at\":\"2025-10-30T16:49:01.607128Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"6c8f211e-8819-44e2-93ca-fda367c9ca2a\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1630" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:54:29 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - e681d7ec-ff19-47e3-ab19-f819d0de3f14 + status: 200 OK + code: 200 + duration: 30.393133ms +- id: 187 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + form: + order_by: + - created_at_desc + project_id: + - 105bdce1-64c0-48ab-899d-868455867ecf + resource_name: + - scw-test-pool-wait-test-pool-wait-3e073c76a98f + resource_type: + - unknown_type + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/ipam/v1/regions/fr-par/ips?order_by=created_at_desc&project_id=105bdce1-64c0-48ab-899d-868455867ecf&resource_name=scw-test-pool-wait-test-pool-wait-3e073c76a98f&resource_type=unknown_type + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1122 + body: "{\"total_count\":2, \"ips\":[{\"id\":\"54c6f7a2-4ca0-43bb-bc9a-b4a3905c0487\", \"address\":\"fd5f:519c:6d46:90dd:c183:ab7b:59b9:fc92/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":true, \"created_at\":\"2025-10-30T16:51:19.698188Z\", \"updated_at\":\"2025-10-30T16:51:19.698188Z\", \"source\":{\"subnet_id\":\"7493d1b7-5773-41c2-be8c-52e4ec098fc3\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"45715cb9-7532-4c78-93a4-2fef3fa3b71a\", \"mac_address\":\"02:00:00:1D:E4:BA\", \"name\":\"scw-test-pool-wait-test-pool-wait-3e073c76a98f\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}, {\"id\":\"ddc7378f-48eb-4ae3-af3e-4d5ee60054c4\", \"address\":\"172.18.20.3/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":false, \"created_at\":\"2025-10-30T16:51:19.565119Z\", \"updated_at\":\"2025-10-30T16:51:19.565119Z\", \"source\":{\"subnet_id\":\"da10d014-609b-48cc-9b9a-437dc31f4497\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"45715cb9-7532-4c78-93a4-2fef3fa3b71a\", \"mac_address\":\"02:00:00:1D:E4:BA\", \"name\":\"scw-test-pool-wait-test-pool-wait-3e073c76a98f\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}]}" + headers: + Content-Length: + - "1122" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:54:29 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 85a6087c-8bb3-4321-8d83-33f3e5ad9e74 + status: 200 OK + code: 200 + duration: 29.693239ms +- id: 188 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + form: + order_by: + - created_at_desc + project_id: + - 105bdce1-64c0-48ab-899d-868455867ecf + resource_name: + - scw-test-pool-wait-test-pool-wait-2-803259ac23 + resource_type: + - unknown_type + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/ipam/v1/regions/fr-par/ips?order_by=created_at_desc&project_id=105bdce1-64c0-48ab-899d-868455867ecf&resource_name=scw-test-pool-wait-test-pool-wait-2-803259ac23&resource_type=unknown_type + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1122 + body: "{\"total_count\":2, \"ips\":[{\"id\":\"35d11f02-76e3-4fe4-a39b-c2df537169d7\", \"address\":\"fd5f:519c:6d46:90dd:ab00:4e62:584d:4783/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":true, \"created_at\":\"2025-10-30T16:52:26.776899Z\", \"updated_at\":\"2025-10-30T16:52:26.776899Z\", \"source\":{\"subnet_id\":\"7493d1b7-5773-41c2-be8c-52e4ec098fc3\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"6f4c43ec-ff56-4721-ab5d-fdf2a12b8f2e\", \"mac_address\":\"02:00:00:12:65:C5\", \"name\":\"scw-test-pool-wait-test-pool-wait-2-803259ac23\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}, {\"id\":\"878dc0d8-d3e7-4ab9-b890-f5352063637c\", \"address\":\"172.18.20.4/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":false, \"created_at\":\"2025-10-30T16:52:26.654069Z\", \"updated_at\":\"2025-10-30T16:52:26.654069Z\", \"source\":{\"subnet_id\":\"da10d014-609b-48cc-9b9a-437dc31f4497\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"6f4c43ec-ff56-4721-ab5d-fdf2a12b8f2e\", \"mac_address\":\"02:00:00:12:65:C5\", \"name\":\"scw-test-pool-wait-test-pool-wait-2-803259ac23\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}]}" + headers: + Content-Length: + - "1122" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:54:29 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 1836cb09-21e7-4272-9b24-1a2d044cf203 + status: 200 OK + code: 200 + duration: 34.630386ms +- id: 189 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + form: + order_by: + - created_at_desc + project_id: + - 105bdce1-64c0-48ab-899d-868455867ecf + resource_name: + - scw-test-pool-wait-test-pool-wait-2-0e5eed3b53 + resource_type: + - unknown_type + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/ipam/v1/regions/fr-par/ips?order_by=created_at_desc&project_id=105bdce1-64c0-48ab-899d-868455867ecf&resource_name=scw-test-pool-wait-test-pool-wait-2-0e5eed3b53&resource_type=unknown_type + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1122 + body: "{\"total_count\":2, \"ips\":[{\"id\":\"7e596df6-23ea-4a18-b40b-b04b6889b127\", \"address\":\"fd5f:519c:6d46:90dd:3968:9265:e922:7e76/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":true, \"created_at\":\"2025-10-30T16:53:19.349027Z\", \"updated_at\":\"2025-10-30T16:53:19.349027Z\", \"source\":{\"subnet_id\":\"7493d1b7-5773-41c2-be8c-52e4ec098fc3\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"a3a5b239-815d-4735-b92e-16372f9e8741\", \"mac_address\":\"02:00:00:12:2E:F6\", \"name\":\"scw-test-pool-wait-test-pool-wait-2-0e5eed3b53\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}, {\"id\":\"41cfcea9-5c9f-48bf-af2e-a1fe51acece8\", \"address\":\"172.18.20.5/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":false, \"created_at\":\"2025-10-30T16:53:19.175416Z\", \"updated_at\":\"2025-10-30T16:53:19.175416Z\", \"source\":{\"subnet_id\":\"da10d014-609b-48cc-9b9a-437dc31f4497\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"a3a5b239-815d-4735-b92e-16372f9e8741\", \"mac_address\":\"02:00:00:12:2E:F6\", \"name\":\"scw-test-pool-wait-test-pool-wait-2-0e5eed3b53\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}]}" + headers: + Content-Length: + - "1122" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:54:29 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - ff914719-a506-4c06-a2c9-2a9f60588692 + status: 200 OK + code: 200 + duration: 30.270462ms +- id: 190 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/vpc/v2/regions/fr-par/vpcs/1a7a1e1e-2b33-478e-8f1a-faa0303a1c43 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 419 + body: "{\"id\":\"1a7a1e1e-2b33-478e-8f1a-faa0303a1c43\", \"name\":\"tf-vpc-confident-bose\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:49:00.136298Z\", \"updated_at\":\"2025-10-30T16:49:00.136298Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_default\":false, \"private_network_count\":1, \"routing_enabled\":true, \"custom_routes_propagation_enabled\":true, \"region\":\"fr-par\"}" + headers: + Content-Length: + - "419" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:54:29 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - fa9e3f8b-0d64-414f-95db-2dc93e54de41 + status: 200 OK + code: 200 + duration: 28.651153ms +- id: 191 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks/363e7214-8a98-40d0-9357-9e4026c21b76 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1084 + body: "{\"id\":\"363e7214-8a98-40d0-9357-9e4026c21b76\", \"name\":\"test-pool-wait\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:49:00.384609Z\", \"updated_at\":\"2025-10-30T16:49:00.384609Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"subnets\":[{\"id\":\"da10d014-609b-48cc-9b9a-437dc31f4497\", \"created_at\":\"2025-10-30T16:49:00.384609Z\", \"updated_at\":\"2025-10-30T16:49:00.384609Z\", \"subnet\":\"172.18.20.0/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"363e7214-8a98-40d0-9357-9e4026c21b76\", \"vpc_id\":\"1a7a1e1e-2b33-478e-8f1a-faa0303a1c43\"}, {\"id\":\"7493d1b7-5773-41c2-be8c-52e4ec098fc3\", \"created_at\":\"2025-10-30T16:49:00.384609Z\", \"updated_at\":\"2025-10-30T16:49:00.384609Z\", \"subnet\":\"fd5f:519c:6d46:90dd::/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"363e7214-8a98-40d0-9357-9e4026c21b76\", \"vpc_id\":\"1a7a1e1e-2b33-478e-8f1a-faa0303a1c43\"}], \"vpc_id\":\"1a7a1e1e-2b33-478e-8f1a-faa0303a1c43\", \"dhcp_enabled\":true, \"default_route_propagation_enabled\":false, \"region\":\"fr-par\"}" + headers: + Content-Length: + - "1084" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:54:29 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 70605d89-3232-48e5-b64d-8318c504b090 + status: 200 OK + code: 200 + duration: 22.426861ms +- id: 192 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/5114e066-aa93-4560-9be0-5ae445715a75 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1630 + body: "{\"region\":\"fr-par\", \"id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:49:01.607119Z\", \"updated_at\":\"2025-10-30T16:50:36.155897Z\", \"type\":\"kapsule\", \"name\":\"test-pool-wait\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"calico\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"minimal\"], \"cluster_url\":\"https://5114e066-aa93-4560-9be0-5ae445715a75.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.5114e066-aa93-4560-9be0-5ae445715a75.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"363e7214-8a98-40d0-9357-9e4026c21b76\", \"commitment_ends_at\":\"2025-10-30T16:49:01.607128Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"6c8f211e-8819-44e2-93ca-fda367c9ca2a\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1630" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:54:29 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 2c792be7-5412-48cc-97d2-151843afef39 + status: 200 OK + code: 200 + duration: 36.672037ms +- id: 193 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/b0c262ac-e3c4-4a41-9b7c-fac43b180e81 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 715 + body: "{\"region\":\"fr-par\", \"id\":\"b0c262ac-e3c4-4a41-9b7c-fac43b180e81\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:52:22.689840Z\", \"updated_at\":\"2025-10-30T16:54:25.061752Z\", \"name\":\"test-pool-wait-2\", \"status\":\"ready\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "715" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:54:29 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 9b559406-9069-4ae9-8d2a-1891ecdf7f78 + status: 200 OK + code: 200 + duration: 100.172025ms +- id: 194 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + form: + order_by: + - created_at_asc + page: + - "1" + pool_id: + - b0c262ac-e3c4-4a41-9b7c-fac43b180e81 + status: + - unknown + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/5114e066-aa93-4560-9be0-5ae445715a75/nodes?order_by=created_at_asc&page=1&pool_id=b0c262ac-e3c4-4a41-9b7c-fac43b180e81&status=unknown + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1243 + body: "{\"total_count\":2, \"nodes\":[{\"region\":\"fr-par\", \"id\":\"803259ac-2333-4048-8fec-ae14c9eff6df\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:52:23.157062Z\", \"updated_at\":\"2025-10-30T16:54:25.015233Z\", \"pool_id\":\"b0c262ac-e3c4-4a41-9b7c-fac43b180e81\", \"status\":\"ready\", \"conditions\":{\"DiskPressure\":\"False\", \"MemoryPressure\":\"False\", \"NetworkUnavailable\":\"False\", \"PIDPressure\":\"False\", \"Ready\":\"True\"}, \"name\":\"scw-test-pool-wait-test-pool-wait-2-803259ac23\", \"public_ip_v4\":\"51.158.65.45\", \"public_ip_v6\":null, \"provider_id\":\"scaleway://instance/fr-par-1/f94c2846-a5e6-44e2-823b-e4da6094250f\", \"error_message\":\"\"}, {\"region\":\"fr-par\", \"id\":\"0e5eed3b-53a4-46b8-9d82-8868a450287f\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:53:15.555152Z\", \"updated_at\":\"2025-10-30T16:54:24.729826Z\", \"pool_id\":\"b0c262ac-e3c4-4a41-9b7c-fac43b180e81\", \"status\":\"deleting\", \"conditions\":{\"DiskPressure\":\"False\", \"MemoryPressure\":\"False\", \"PIDPressure\":\"False\", \"Ready\":\"True\"}, \"name\":\"scw-test-pool-wait-test-pool-wait-2-0e5eed3b53\", \"public_ip_v4\":\"51.158.76.222\", \"public_ip_v6\":null, \"provider_id\":\"scaleway://instance/fr-par-1/4af5920e-5aa3-4430-89d0-50a5680db098\", \"error_message\":\"\"}]}" + headers: + Content-Length: + - "1243" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:54:29 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 1128ca4d-2738-48ab-896f-35b729c43a5c + status: 200 OK + code: 200 + duration: 27.337037ms +- id: 195 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/5114e066-aa93-4560-9be0-5ae445715a75/kubeconfig + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1654 + body: "{\"name\":\"kubeconfig\", \"content_type\":\"application/octet-stream\", \"content\":\"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogInRlc3QtcG9vbC13YWl0IgogIGNsdXN0ZXI6CiAgICBjZXJ0aWZpY2F0ZS1hdXRob3JpdHktZGF0YTogTFMwdExTMUNSVWRKVGlCRFJWSlVTVVpKUTBGVVJTMHRMUzB0Q2sxSlNVSllSRU5EUVZGSFowRjNTVUpCWjBsQ1FVUkJTMEpuWjNGb2EycFBVRkZSUkVGcVFWWk5VazEzUlZGWlJGWlJVVVJGZDNCeVpGZEtiR050Tld3S1pFZFdlazFDTkZoRVZFa3hUVlJCZVU5VVJUSk9SR3QzVFZadldFUlVUVEZOVkVGNVQxUkZNazVFYTNkTlZtOTNSbFJGVkUxQ1JVZEJNVlZGUVhoTlN3cGhNMVpwV2xoS2RWcFlVbXhqZWtKYVRVSk5SMEo1Y1VkVFRUUTVRV2RGUjBORGNVZFRUVFE1UVhkRlNFRXdTVUZDVFhsNllqUkdTbVozWTFOM01tZEZDbEppVFRkVFZpOUpiM0ZXU21oWWVIbGxObHB1UkZOWlZ6WmxRbU4yV2tJM1RXVnVMMWxPYm5wM2F6QkpRazF2VDFkUFRXeHRlVGxJWVU5NE1XVkxaSFlLTUVRNE9XZDVZV3BSYWtKQlRVRTBSMEV4VldSRWQwVkNMM2RSUlVGM1NVTndSRUZRUW1kT1ZraFNUVUpCWmpoRlFsUkJSRUZSU0M5TlFqQkhRVEZWWkFwRVoxRlhRa0pTVTFsU1NtTm9UV1l3V0U5YWNtUkJhV1JMYkdOUWEyTklZeTlVUVV0Q1oyZHhhR3RxVDFCUlVVUkJaMDVLUVVSQ1IwRnBSVUY1Ym0xd0NqbFpkWG80VWpGVWFtNDBiV2RqYWpaV2QycFVTM2gzUm5KS1VrdFZTVVpIUTFwR2VsbEtWVU5KVVVSSWRERkNXalpHYUZrdlVUWlRabloxTVhCNmJEWUtNWG80VkhCMlNIQkxVa0pIY1RscmNVVlJOa3hPZHowOUNpMHRMUzB0UlU1RUlFTkZVbFJKUmtsRFFWUkZMUzB0TFMwSwogICAgc2VydmVyOiBodHRwczovLzUxMTRlMDY2LWFhOTMtNDU2MC05YmUwLTVhZTQ0NTcxNWE3NS5hcGkuazhzLmZyLXBhci5zY3cuY2xvdWQ6NjQ0Mwpjb250ZXh0czoKLSBuYW1lOiBhZG1pbkB0ZXN0LXBvb2wtd2FpdAogIGNvbnRleHQ6CiAgICBjbHVzdGVyOiAidGVzdC1wb29sLXdhaXQiCiAgICB1c2VyOiB0ZXN0LXBvb2wtd2FpdC1hZG1pbgpjdXJyZW50LWNvbnRleHQ6IGFkbWluQHRlc3QtcG9vbC13YWl0CmtpbmQ6IENvbmZpZwpwcmVmZXJlbmNlczoge30KdXNlcnM6Ci0gbmFtZTogdGVzdC1wb29sLXdhaXQtYWRtaW4KICB1c2VyOgogICAgdG9rZW46IGttQTQ5c2F6N1V4dVJSOHZ1UzIxMWpxN2NzVzNobFF1QzQ3QjRla3BobjE3UXBMcVRiVGJGelVO\"}" + headers: + Content-Length: + - "1654" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:54:29 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 5a804e1b-958d-4d0d-91c6-6660f32204e9 + status: 200 OK + code: 200 + duration: 44.204284ms +- id: 196 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/5114e066-aa93-4560-9be0-5ae445715a75 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1630 + body: "{\"region\":\"fr-par\", \"id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:49:01.607119Z\", \"updated_at\":\"2025-10-30T16:50:36.155897Z\", \"type\":\"kapsule\", \"name\":\"test-pool-wait\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"calico\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"minimal\"], \"cluster_url\":\"https://5114e066-aa93-4560-9be0-5ae445715a75.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.5114e066-aa93-4560-9be0-5ae445715a75.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"363e7214-8a98-40d0-9357-9e4026c21b76\", \"commitment_ends_at\":\"2025-10-30T16:49:01.607128Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"6c8f211e-8819-44e2-93ca-fda367c9ca2a\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1630" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:54:29 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 2c640dca-0440-4849-bdbd-2631b3efeb39 + status: 200 OK + code: 200 + duration: 21.772743ms +- id: 197 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/034a502a-1d52-470d-84bd-4a8edd935ba3 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 713 + body: "{\"region\":\"fr-par\", \"id\":\"034a502a-1d52-470d-84bd-4a8edd935ba3\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:49:07.243810Z\", \"updated_at\":\"2025-10-30T16:52:20.261969Z\", \"name\":\"test-pool-wait\", \"status\":\"ready\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "713" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:54:29 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 6fe672b0-1632-4ad0-bfaf-d5510d6959d9 + status: 200 OK + code: 200 + duration: 28.666662ms +- id: 198 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + form: + order_by: + - created_at_desc + project_id: + - 105bdce1-64c0-48ab-899d-868455867ecf + resource_name: + - scw-test-pool-wait-test-pool-wait-2-803259ac23 + resource_type: + - unknown_type + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/ipam/v1/regions/fr-par/ips?order_by=created_at_desc&project_id=105bdce1-64c0-48ab-899d-868455867ecf&resource_name=scw-test-pool-wait-test-pool-wait-2-803259ac23&resource_type=unknown_type + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1122 + body: "{\"total_count\":2, \"ips\":[{\"id\":\"35d11f02-76e3-4fe4-a39b-c2df537169d7\", \"address\":\"fd5f:519c:6d46:90dd:ab00:4e62:584d:4783/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":true, \"created_at\":\"2025-10-30T16:52:26.776899Z\", \"updated_at\":\"2025-10-30T16:52:26.776899Z\", \"source\":{\"subnet_id\":\"7493d1b7-5773-41c2-be8c-52e4ec098fc3\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"6f4c43ec-ff56-4721-ab5d-fdf2a12b8f2e\", \"mac_address\":\"02:00:00:12:65:C5\", \"name\":\"scw-test-pool-wait-test-pool-wait-2-803259ac23\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}, {\"id\":\"878dc0d8-d3e7-4ab9-b890-f5352063637c\", \"address\":\"172.18.20.4/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":false, \"created_at\":\"2025-10-30T16:52:26.654069Z\", \"updated_at\":\"2025-10-30T16:52:26.654069Z\", \"source\":{\"subnet_id\":\"da10d014-609b-48cc-9b9a-437dc31f4497\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"6f4c43ec-ff56-4721-ab5d-fdf2a12b8f2e\", \"mac_address\":\"02:00:00:12:65:C5\", \"name\":\"scw-test-pool-wait-test-pool-wait-2-803259ac23\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}]}" + headers: + Content-Length: + - "1122" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:54:30 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - d721dbbc-f92e-4d57-9877-fe5660b769dd + status: 200 OK + code: 200 + duration: 37.103236ms +- id: 199 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + form: + order_by: + - created_at_desc + project_id: + - 105bdce1-64c0-48ab-899d-868455867ecf + resource_name: + - scw-test-pool-wait-test-pool-wait-2-0e5eed3b53 + resource_type: + - unknown_type + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/ipam/v1/regions/fr-par/ips?order_by=created_at_desc&project_id=105bdce1-64c0-48ab-899d-868455867ecf&resource_name=scw-test-pool-wait-test-pool-wait-2-0e5eed3b53&resource_type=unknown_type + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1122 + body: "{\"total_count\":2, \"ips\":[{\"id\":\"7e596df6-23ea-4a18-b40b-b04b6889b127\", \"address\":\"fd5f:519c:6d46:90dd:3968:9265:e922:7e76/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":true, \"created_at\":\"2025-10-30T16:53:19.349027Z\", \"updated_at\":\"2025-10-30T16:53:19.349027Z\", \"source\":{\"subnet_id\":\"7493d1b7-5773-41c2-be8c-52e4ec098fc3\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"a3a5b239-815d-4735-b92e-16372f9e8741\", \"mac_address\":\"02:00:00:12:2E:F6\", \"name\":\"scw-test-pool-wait-test-pool-wait-2-0e5eed3b53\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}, {\"id\":\"41cfcea9-5c9f-48bf-af2e-a1fe51acece8\", \"address\":\"172.18.20.5/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":false, \"created_at\":\"2025-10-30T16:53:19.175416Z\", \"updated_at\":\"2025-10-30T16:53:19.175416Z\", \"source\":{\"subnet_id\":\"da10d014-609b-48cc-9b9a-437dc31f4497\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"a3a5b239-815d-4735-b92e-16372f9e8741\", \"mac_address\":\"02:00:00:12:2E:F6\", \"name\":\"scw-test-pool-wait-test-pool-wait-2-0e5eed3b53\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}]}" + headers: + Content-Length: + - "1122" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:54:30 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - d41a3626-5a8d-41b8-8b56-bd8f2d7b5810 + status: 200 OK + code: 200 + duration: 23.638074ms +- id: 200 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + form: + order_by: + - created_at_asc + page: + - "1" + pool_id: + - 034a502a-1d52-470d-84bd-4a8edd935ba3 + status: + - unknown + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/5114e066-aa93-4560-9be0-5ae445715a75/nodes?order_by=created_at_asc&page=1&pool_id=034a502a-1d52-470d-84bd-4a8edd935ba3&status=unknown + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 648 + body: "{\"total_count\":1, \"nodes\":[{\"region\":\"fr-par\", \"id\":\"3e073c76-a98f-4e6b-ad3c-7a6ca77e15fd\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:51:15.736647Z\", \"updated_at\":\"2025-10-30T16:54:24.994372Z\", \"pool_id\":\"034a502a-1d52-470d-84bd-4a8edd935ba3\", \"status\":\"ready\", \"conditions\":{\"DiskPressure\":\"False\", \"MemoryPressure\":\"False\", \"NetworkUnavailable\":\"False\", \"PIDPressure\":\"False\", \"Ready\":\"True\"}, \"name\":\"scw-test-pool-wait-test-pool-wait-3e073c76a98f\", \"public_ip_v4\":\"51.158.97.50\", \"public_ip_v6\":null, \"provider_id\":\"scaleway://instance/fr-par-1/6ba8f808-ce5f-4e0a-b30e-a83f7f79f945\", \"error_message\":\"\"}]}" + headers: + Content-Length: + - "648" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:54:30 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 73033e48-f2a0-4059-83ff-2d5db00ecfcf + status: 200 OK + code: 200 + duration: 88.160172ms +- id: 201 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/5114e066-aa93-4560-9be0-5ae445715a75 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1630 + body: "{\"region\":\"fr-par\", \"id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:49:01.607119Z\", \"updated_at\":\"2025-10-30T16:50:36.155897Z\", \"type\":\"kapsule\", \"name\":\"test-pool-wait\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"calico\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"minimal\"], \"cluster_url\":\"https://5114e066-aa93-4560-9be0-5ae445715a75.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.5114e066-aa93-4560-9be0-5ae445715a75.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"363e7214-8a98-40d0-9357-9e4026c21b76\", \"commitment_ends_at\":\"2025-10-30T16:49:01.607128Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"6c8f211e-8819-44e2-93ca-fda367c9ca2a\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1630" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:54:30 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - f4c49d6d-3fac-44af-b038-c5af687d87a4 + status: 200 OK + code: 200 + duration: 17.022137ms +- id: 202 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + form: + order_by: + - created_at_desc + project_id: + - 105bdce1-64c0-48ab-899d-868455867ecf + resource_name: + - scw-test-pool-wait-test-pool-wait-3e073c76a98f + resource_type: + - unknown_type + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/ipam/v1/regions/fr-par/ips?order_by=created_at_desc&project_id=105bdce1-64c0-48ab-899d-868455867ecf&resource_name=scw-test-pool-wait-test-pool-wait-3e073c76a98f&resource_type=unknown_type + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1122 + body: "{\"total_count\":2, \"ips\":[{\"id\":\"54c6f7a2-4ca0-43bb-bc9a-b4a3905c0487\", \"address\":\"fd5f:519c:6d46:90dd:c183:ab7b:59b9:fc92/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":true, \"created_at\":\"2025-10-30T16:51:19.698188Z\", \"updated_at\":\"2025-10-30T16:51:19.698188Z\", \"source\":{\"subnet_id\":\"7493d1b7-5773-41c2-be8c-52e4ec098fc3\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"45715cb9-7532-4c78-93a4-2fef3fa3b71a\", \"mac_address\":\"02:00:00:1D:E4:BA\", \"name\":\"scw-test-pool-wait-test-pool-wait-3e073c76a98f\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}, {\"id\":\"ddc7378f-48eb-4ae3-af3e-4d5ee60054c4\", \"address\":\"172.18.20.3/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":false, \"created_at\":\"2025-10-30T16:51:19.565119Z\", \"updated_at\":\"2025-10-30T16:51:19.565119Z\", \"source\":{\"subnet_id\":\"da10d014-609b-48cc-9b9a-437dc31f4497\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"45715cb9-7532-4c78-93a4-2fef3fa3b71a\", \"mac_address\":\"02:00:00:1D:E4:BA\", \"name\":\"scw-test-pool-wait-test-pool-wait-3e073c76a98f\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}]}" + headers: + Content-Length: + - "1122" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:54:30 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 527c7d2e-d28b-42cf-b24e-99ae7427f088 + status: 200 OK + code: 200 + duration: 32.987611ms +- id: 203 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/b0c262ac-e3c4-4a41-9b7c-fac43b180e81 + method: DELETE + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 718 + body: "{\"region\":\"fr-par\", \"id\":\"b0c262ac-e3c4-4a41-9b7c-fac43b180e81\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:52:22.689840Z\", \"updated_at\":\"2025-10-30T16:54:30.293530Z\", \"name\":\"test-pool-wait-2\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "718" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:54:30 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 585135ea-b5bc-4d91-b92c-b9c76ccd854f + status: 200 OK + code: 200 + duration: 52.957683ms +- id: 204 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/b0c262ac-e3c4-4a41-9b7c-fac43b180e81 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 718 + body: "{\"region\":\"fr-par\", \"id\":\"b0c262ac-e3c4-4a41-9b7c-fac43b180e81\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:52:22.689840Z\", \"updated_at\":\"2025-10-30T16:54:30.293530Z\", \"name\":\"test-pool-wait-2\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "718" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:54:30 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 05df9156-410f-4e0c-bea5-710ce0f28fa2 + status: 200 OK + code: 200 + duration: 26.263231ms +- id: 205 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/b0c262ac-e3c4-4a41-9b7c-fac43b180e81 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 718 + body: "{\"region\":\"fr-par\", \"id\":\"b0c262ac-e3c4-4a41-9b7c-fac43b180e81\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:52:22.689840Z\", \"updated_at\":\"2025-10-30T16:54:30.293530Z\", \"name\":\"test-pool-wait-2\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "718" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:54:35 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - e1e5ca4a-b3c3-4e98-a33d-de56cea8562c + status: 200 OK + code: 200 + duration: 79.241322ms +- id: 206 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/b0c262ac-e3c4-4a41-9b7c-fac43b180e81 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 718 + body: "{\"region\":\"fr-par\", \"id\":\"b0c262ac-e3c4-4a41-9b7c-fac43b180e81\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:52:22.689840Z\", \"updated_at\":\"2025-10-30T16:54:30.293530Z\", \"name\":\"test-pool-wait-2\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "718" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:54:40 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - aa70005b-a84e-434e-b8e8-cb1781f52c50 + status: 200 OK + code: 200 + duration: 85.502082ms +- id: 207 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/b0c262ac-e3c4-4a41-9b7c-fac43b180e81 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 718 + body: "{\"region\":\"fr-par\", \"id\":\"b0c262ac-e3c4-4a41-9b7c-fac43b180e81\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:52:22.689840Z\", \"updated_at\":\"2025-10-30T16:54:30.293530Z\", \"name\":\"test-pool-wait-2\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "718" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:54:45 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 07a4aa81-1e02-4fd5-8595-f38a95b74832 + status: 200 OK + code: 200 + duration: 89.998963ms +- id: 208 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/b0c262ac-e3c4-4a41-9b7c-fac43b180e81 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 718 + body: "{\"region\":\"fr-par\", \"id\":\"b0c262ac-e3c4-4a41-9b7c-fac43b180e81\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:52:22.689840Z\", \"updated_at\":\"2025-10-30T16:54:30.293530Z\", \"name\":\"test-pool-wait-2\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "718" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:54:50 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 1d4eb1e8-9913-4129-b890-dcbc91e52ad9 + status: 200 OK + code: 200 + duration: 110.28742ms +- id: 209 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/b0c262ac-e3c4-4a41-9b7c-fac43b180e81 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 718 + body: "{\"region\":\"fr-par\", \"id\":\"b0c262ac-e3c4-4a41-9b7c-fac43b180e81\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:52:22.689840Z\", \"updated_at\":\"2025-10-30T16:54:30.293530Z\", \"name\":\"test-pool-wait-2\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "718" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:54:55 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 0d415142-6ee5-4734-a87c-ecf1d7e57300 + status: 200 OK + code: 200 + duration: 84.875476ms +- id: 210 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/b0c262ac-e3c4-4a41-9b7c-fac43b180e81 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 718 + body: "{\"region\":\"fr-par\", \"id\":\"b0c262ac-e3c4-4a41-9b7c-fac43b180e81\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:52:22.689840Z\", \"updated_at\":\"2025-10-30T16:54:30.293530Z\", \"name\":\"test-pool-wait-2\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "718" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:55:00 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 8ac3d279-8e37-427a-ae09-6497533ec41f + status: 200 OK + code: 200 + duration: 95.288891ms +- id: 211 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/b0c262ac-e3c4-4a41-9b7c-fac43b180e81 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 718 + body: "{\"region\":\"fr-par\", \"id\":\"b0c262ac-e3c4-4a41-9b7c-fac43b180e81\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:52:22.689840Z\", \"updated_at\":\"2025-10-30T16:54:30.293530Z\", \"name\":\"test-pool-wait-2\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "718" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:55:06 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 103e96b2-7a0b-41ee-8510-80c7371a4fa1 + status: 200 OK + code: 200 + duration: 90.812569ms +- id: 212 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/b0c262ac-e3c4-4a41-9b7c-fac43b180e81 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 718 + body: "{\"region\":\"fr-par\", \"id\":\"b0c262ac-e3c4-4a41-9b7c-fac43b180e81\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:52:22.689840Z\", \"updated_at\":\"2025-10-30T16:54:30.293530Z\", \"name\":\"test-pool-wait-2\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "718" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:55:11 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - de8dfc44-f41a-45b1-8569-096cc06c189f + status: 200 OK + code: 200 + duration: 99.173391ms +- id: 213 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/b0c262ac-e3c4-4a41-9b7c-fac43b180e81 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 718 + body: "{\"region\":\"fr-par\", \"id\":\"b0c262ac-e3c4-4a41-9b7c-fac43b180e81\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:52:22.689840Z\", \"updated_at\":\"2025-10-30T16:54:30.293530Z\", \"name\":\"test-pool-wait-2\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "718" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:55:16 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 34dd769b-905c-474d-a84d-c416e4c0b66e + status: 200 OK + code: 200 + duration: 86.867485ms +- id: 214 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/b0c262ac-e3c4-4a41-9b7c-fac43b180e81 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 718 + body: "{\"region\":\"fr-par\", \"id\":\"b0c262ac-e3c4-4a41-9b7c-fac43b180e81\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:52:22.689840Z\", \"updated_at\":\"2025-10-30T16:54:30.293530Z\", \"name\":\"test-pool-wait-2\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "718" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:55:21 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - c4c6bddb-7f5a-48cc-a528-494271196f68 + status: 200 OK + code: 200 + duration: 80.537826ms +- id: 215 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/b0c262ac-e3c4-4a41-9b7c-fac43b180e81 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 718 + body: "{\"region\":\"fr-par\", \"id\":\"b0c262ac-e3c4-4a41-9b7c-fac43b180e81\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:52:22.689840Z\", \"updated_at\":\"2025-10-30T16:54:30.293530Z\", \"name\":\"test-pool-wait-2\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "718" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:55:26 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 249f216a-53b8-43fb-a889-22795e7986cb + status: 200 OK + code: 200 + duration: 99.048677ms +- id: 216 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/b0c262ac-e3c4-4a41-9b7c-fac43b180e81 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 718 + body: "{\"region\":\"fr-par\", \"id\":\"b0c262ac-e3c4-4a41-9b7c-fac43b180e81\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:52:22.689840Z\", \"updated_at\":\"2025-10-30T16:54:30.293530Z\", \"name\":\"test-pool-wait-2\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "718" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:55:31 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - acd6e792-72d5-4aa7-b297-e093815d21cb + status: 200 OK + code: 200 + duration: 115.039288ms +- id: 217 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/b0c262ac-e3c4-4a41-9b7c-fac43b180e81 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 125 + body: "{\"message\":\"resource is not found\",\"resource\":\"pool\",\"resource_id\":\"b0c262ac-e3c4-4a41-9b7c-fac43b180e81\",\"type\":\"not_found\"}" + headers: + Content-Length: + - "125" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:55:36 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - d36e233d-3974-4b68-b93d-e26d43e81d3f + status: 404 Not Found + code: 404 + duration: 19.281267ms +- id: 218 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/5114e066-aa93-4560-9be0-5ae445715a75 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1630 + body: "{\"region\":\"fr-par\", \"id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:49:01.607119Z\", \"updated_at\":\"2025-10-30T16:50:36.155897Z\", \"type\":\"kapsule\", \"name\":\"test-pool-wait\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"calico\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"minimal\"], \"cluster_url\":\"https://5114e066-aa93-4560-9be0-5ae445715a75.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.5114e066-aa93-4560-9be0-5ae445715a75.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"363e7214-8a98-40d0-9357-9e4026c21b76\", \"commitment_ends_at\":\"2025-10-30T16:49:01.607128Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"6c8f211e-8819-44e2-93ca-fda367c9ca2a\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1630" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:55:36 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 416f98b0-3d8a-4ac9-b689-ce673c2cedf0 + status: 200 OK + code: 200 + duration: 87.010404ms +- id: 219 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/vpc/v2/regions/fr-par/vpcs/1a7a1e1e-2b33-478e-8f1a-faa0303a1c43 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 419 + body: "{\"id\":\"1a7a1e1e-2b33-478e-8f1a-faa0303a1c43\", \"name\":\"tf-vpc-confident-bose\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:49:00.136298Z\", \"updated_at\":\"2025-10-30T16:49:00.136298Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_default\":false, \"private_network_count\":1, \"routing_enabled\":true, \"custom_routes_propagation_enabled\":true, \"region\":\"fr-par\"}" + headers: + Content-Length: + - "419" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:55:36 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 2b0b81ad-ee14-4b13-b317-e428aff7a10f + status: 200 OK + code: 200 + duration: 26.484516ms +- id: 220 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks/363e7214-8a98-40d0-9357-9e4026c21b76 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1084 + body: "{\"id\":\"363e7214-8a98-40d0-9357-9e4026c21b76\", \"name\":\"test-pool-wait\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:49:00.384609Z\", \"updated_at\":\"2025-10-30T16:49:00.384609Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"subnets\":[{\"id\":\"da10d014-609b-48cc-9b9a-437dc31f4497\", \"created_at\":\"2025-10-30T16:49:00.384609Z\", \"updated_at\":\"2025-10-30T16:49:00.384609Z\", \"subnet\":\"172.18.20.0/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"363e7214-8a98-40d0-9357-9e4026c21b76\", \"vpc_id\":\"1a7a1e1e-2b33-478e-8f1a-faa0303a1c43\"}, {\"id\":\"7493d1b7-5773-41c2-be8c-52e4ec098fc3\", \"created_at\":\"2025-10-30T16:49:00.384609Z\", \"updated_at\":\"2025-10-30T16:49:00.384609Z\", \"subnet\":\"fd5f:519c:6d46:90dd::/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"363e7214-8a98-40d0-9357-9e4026c21b76\", \"vpc_id\":\"1a7a1e1e-2b33-478e-8f1a-faa0303a1c43\"}], \"vpc_id\":\"1a7a1e1e-2b33-478e-8f1a-faa0303a1c43\", \"dhcp_enabled\":true, \"default_route_propagation_enabled\":false, \"region\":\"fr-par\"}" + headers: + Content-Length: + - "1084" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:55:36 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 98df14e0-a32f-4071-9444-558e781e443f + status: 200 OK + code: 200 + duration: 31.051519ms +- id: 221 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/5114e066-aa93-4560-9be0-5ae445715a75 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1630 + body: "{\"region\":\"fr-par\", \"id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:49:01.607119Z\", \"updated_at\":\"2025-10-30T16:50:36.155897Z\", \"type\":\"kapsule\", \"name\":\"test-pool-wait\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"calico\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"minimal\"], \"cluster_url\":\"https://5114e066-aa93-4560-9be0-5ae445715a75.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.5114e066-aa93-4560-9be0-5ae445715a75.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"363e7214-8a98-40d0-9357-9e4026c21b76\", \"commitment_ends_at\":\"2025-10-30T16:49:01.607128Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"6c8f211e-8819-44e2-93ca-fda367c9ca2a\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1630" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:55:36 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 3eed7e9b-9d15-417d-838f-83178a20794d + status: 200 OK + code: 200 + duration: 23.11938ms +- id: 222 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/5114e066-aa93-4560-9be0-5ae445715a75/kubeconfig + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1654 + body: "{\"name\":\"kubeconfig\", \"content_type\":\"application/octet-stream\", \"content\":\"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogInRlc3QtcG9vbC13YWl0IgogIGNsdXN0ZXI6CiAgICBjZXJ0aWZpY2F0ZS1hdXRob3JpdHktZGF0YTogTFMwdExTMUNSVWRKVGlCRFJWSlVTVVpKUTBGVVJTMHRMUzB0Q2sxSlNVSllSRU5EUVZGSFowRjNTVUpCWjBsQ1FVUkJTMEpuWjNGb2EycFBVRkZSUkVGcVFWWk5VazEzUlZGWlJGWlJVVVJGZDNCeVpGZEtiR050Tld3S1pFZFdlazFDTkZoRVZFa3hUVlJCZVU5VVJUSk9SR3QzVFZadldFUlVUVEZOVkVGNVQxUkZNazVFYTNkTlZtOTNSbFJGVkUxQ1JVZEJNVlZGUVhoTlN3cGhNMVpwV2xoS2RWcFlVbXhqZWtKYVRVSk5SMEo1Y1VkVFRUUTVRV2RGUjBORGNVZFRUVFE1UVhkRlNFRXdTVUZDVFhsNllqUkdTbVozWTFOM01tZEZDbEppVFRkVFZpOUpiM0ZXU21oWWVIbGxObHB1UkZOWlZ6WmxRbU4yV2tJM1RXVnVMMWxPYm5wM2F6QkpRazF2VDFkUFRXeHRlVGxJWVU5NE1XVkxaSFlLTUVRNE9XZDVZV3BSYWtKQlRVRTBSMEV4VldSRWQwVkNMM2RSUlVGM1NVTndSRUZRUW1kT1ZraFNUVUpCWmpoRlFsUkJSRUZSU0M5TlFqQkhRVEZWWkFwRVoxRlhRa0pTVTFsU1NtTm9UV1l3V0U5YWNtUkJhV1JMYkdOUWEyTklZeTlVUVV0Q1oyZHhhR3RxVDFCUlVVUkJaMDVLUVVSQ1IwRnBSVUY1Ym0xd0NqbFpkWG80VWpGVWFtNDBiV2RqYWpaV2QycFVTM2gzUm5KS1VrdFZTVVpIUTFwR2VsbEtWVU5KVVVSSWRERkNXalpHYUZrdlVUWlRabloxTVhCNmJEWUtNWG80VkhCMlNIQkxVa0pIY1RscmNVVlJOa3hPZHowOUNpMHRMUzB0UlU1RUlFTkZVbFJKUmtsRFFWUkZMUzB0TFMwSwogICAgc2VydmVyOiBodHRwczovLzUxMTRlMDY2LWFhOTMtNDU2MC05YmUwLTVhZTQ0NTcxNWE3NS5hcGkuazhzLmZyLXBhci5zY3cuY2xvdWQ6NjQ0Mwpjb250ZXh0czoKLSBuYW1lOiBhZG1pbkB0ZXN0LXBvb2wtd2FpdAogIGNvbnRleHQ6CiAgICBjbHVzdGVyOiAidGVzdC1wb29sLXdhaXQiCiAgICB1c2VyOiB0ZXN0LXBvb2wtd2FpdC1hZG1pbgpjdXJyZW50LWNvbnRleHQ6IGFkbWluQHRlc3QtcG9vbC13YWl0CmtpbmQ6IENvbmZpZwpwcmVmZXJlbmNlczoge30KdXNlcnM6Ci0gbmFtZTogdGVzdC1wb29sLXdhaXQtYWRtaW4KICB1c2VyOgogICAgdG9rZW46IGttQTQ5c2F6N1V4dVJSOHZ1UzIxMWpxN2NzVzNobFF1QzQ3QjRla3BobjE3UXBMcVRiVGJGelVO\"}" + headers: + Content-Length: + - "1654" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:55:37 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - f865cd8e-819f-4a6f-993e-4dcd48bda06f + status: 200 OK + code: 200 + duration: 86.881641ms +- id: 223 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/034a502a-1d52-470d-84bd-4a8edd935ba3 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 713 + body: "{\"region\":\"fr-par\", \"id\":\"034a502a-1d52-470d-84bd-4a8edd935ba3\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:49:07.243810Z\", \"updated_at\":\"2025-10-30T16:52:20.261969Z\", \"name\":\"test-pool-wait\", \"status\":\"ready\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "713" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:55:37 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - a4727956-e425-48b6-ab17-23e393813926 + status: 200 OK + code: 200 + duration: 29.076431ms +- id: 224 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + form: + order_by: + - created_at_asc + page: + - "1" + pool_id: + - 034a502a-1d52-470d-84bd-4a8edd935ba3 + status: + - unknown + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/5114e066-aa93-4560-9be0-5ae445715a75/nodes?order_by=created_at_asc&page=1&pool_id=034a502a-1d52-470d-84bd-4a8edd935ba3&status=unknown + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 648 + body: "{\"total_count\":1, \"nodes\":[{\"region\":\"fr-par\", \"id\":\"3e073c76-a98f-4e6b-ad3c-7a6ca77e15fd\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:51:15.736647Z\", \"updated_at\":\"2025-10-30T16:55:12.378766Z\", \"pool_id\":\"034a502a-1d52-470d-84bd-4a8edd935ba3\", \"status\":\"ready\", \"conditions\":{\"DiskPressure\":\"False\", \"MemoryPressure\":\"False\", \"NetworkUnavailable\":\"False\", \"PIDPressure\":\"False\", \"Ready\":\"True\"}, \"name\":\"scw-test-pool-wait-test-pool-wait-3e073c76a98f\", \"public_ip_v4\":\"51.158.97.50\", \"public_ip_v6\":null, \"provider_id\":\"scaleway://instance/fr-par-1/6ba8f808-ce5f-4e0a-b30e-a83f7f79f945\", \"error_message\":\"\"}]}" + headers: + Content-Length: + - "648" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:55:37 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 7438863e-5750-4791-9b3b-de927d7d64ad + status: 200 OK + code: 200 + duration: 85.760899ms +- id: 225 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/5114e066-aa93-4560-9be0-5ae445715a75 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1630 + body: "{\"region\":\"fr-par\", \"id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:49:01.607119Z\", \"updated_at\":\"2025-10-30T16:50:36.155897Z\", \"type\":\"kapsule\", \"name\":\"test-pool-wait\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"calico\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"minimal\"], \"cluster_url\":\"https://5114e066-aa93-4560-9be0-5ae445715a75.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.5114e066-aa93-4560-9be0-5ae445715a75.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"363e7214-8a98-40d0-9357-9e4026c21b76\", \"commitment_ends_at\":\"2025-10-30T16:49:01.607128Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"6c8f211e-8819-44e2-93ca-fda367c9ca2a\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1630" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:55:37 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - c420d5d4-e1fa-4513-9a7a-39a7e162b2f1 + status: 200 OK + code: 200 + duration: 24.900774ms +- id: 226 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + form: + order_by: + - created_at_desc + project_id: + - 105bdce1-64c0-48ab-899d-868455867ecf + resource_name: + - scw-test-pool-wait-test-pool-wait-3e073c76a98f + resource_type: + - unknown_type + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/ipam/v1/regions/fr-par/ips?order_by=created_at_desc&project_id=105bdce1-64c0-48ab-899d-868455867ecf&resource_name=scw-test-pool-wait-test-pool-wait-3e073c76a98f&resource_type=unknown_type + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1122 + body: "{\"total_count\":2, \"ips\":[{\"id\":\"54c6f7a2-4ca0-43bb-bc9a-b4a3905c0487\", \"address\":\"fd5f:519c:6d46:90dd:c183:ab7b:59b9:fc92/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":true, \"created_at\":\"2025-10-30T16:51:19.698188Z\", \"updated_at\":\"2025-10-30T16:51:19.698188Z\", \"source\":{\"subnet_id\":\"7493d1b7-5773-41c2-be8c-52e4ec098fc3\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"45715cb9-7532-4c78-93a4-2fef3fa3b71a\", \"mac_address\":\"02:00:00:1D:E4:BA\", \"name\":\"scw-test-pool-wait-test-pool-wait-3e073c76a98f\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}, {\"id\":\"ddc7378f-48eb-4ae3-af3e-4d5ee60054c4\", \"address\":\"172.18.20.3/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":false, \"created_at\":\"2025-10-30T16:51:19.565119Z\", \"updated_at\":\"2025-10-30T16:51:19.565119Z\", \"source\":{\"subnet_id\":\"da10d014-609b-48cc-9b9a-437dc31f4497\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"45715cb9-7532-4c78-93a4-2fef3fa3b71a\", \"mac_address\":\"02:00:00:1D:E4:BA\", \"name\":\"scw-test-pool-wait-test-pool-wait-3e073c76a98f\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}]}" + headers: + Content-Length: + - "1122" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:55:37 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - c7fc2d8e-b1a0-41d9-af4c-02c5a2d24b77 + status: 200 OK + code: 200 + duration: 34.261573ms +- id: 227 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/034a502a-1d52-470d-84bd-4a8edd935ba3 + method: DELETE + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 716 + body: "{\"region\":\"fr-par\", \"id\":\"034a502a-1d52-470d-84bd-4a8edd935ba3\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:49:07.243810Z\", \"updated_at\":\"2025-10-30T16:55:37.494697Z\", \"name\":\"test-pool-wait\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "716" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:55:37 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 5de39d56-2a4a-494e-8cb4-3a7e7ddb56bd + status: 200 OK + code: 200 + duration: 53.97945ms +- id: 228 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/034a502a-1d52-470d-84bd-4a8edd935ba3 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 716 + body: "{\"region\":\"fr-par\", \"id\":\"034a502a-1d52-470d-84bd-4a8edd935ba3\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:49:07.243810Z\", \"updated_at\":\"2025-10-30T16:55:37.494697Z\", \"name\":\"test-pool-wait\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "716" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:55:37 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - c791ade2-b379-42c0-ae24-30ae33a684d6 + status: 200 OK + code: 200 + duration: 24.265743ms +- id: 229 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/034a502a-1d52-470d-84bd-4a8edd935ba3 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 716 + body: "{\"region\":\"fr-par\", \"id\":\"034a502a-1d52-470d-84bd-4a8edd935ba3\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:49:07.243810Z\", \"updated_at\":\"2025-10-30T16:55:37.494697Z\", \"name\":\"test-pool-wait\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "716" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:55:42 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 31e57334-aec6-4525-ad6b-9f0d822bb7fb + status: 200 OK + code: 200 + duration: 82.781727ms +- id: 230 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/034a502a-1d52-470d-84bd-4a8edd935ba3 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 716 + body: "{\"region\":\"fr-par\", \"id\":\"034a502a-1d52-470d-84bd-4a8edd935ba3\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:49:07.243810Z\", \"updated_at\":\"2025-10-30T16:55:37.494697Z\", \"name\":\"test-pool-wait\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "716" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:55:47 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 7b02f4cd-7722-4f6c-add0-a367f7b08269 + status: 200 OK + code: 200 + duration: 70.345977ms +- id: 231 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/034a502a-1d52-470d-84bd-4a8edd935ba3 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 716 + body: "{\"region\":\"fr-par\", \"id\":\"034a502a-1d52-470d-84bd-4a8edd935ba3\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:49:07.243810Z\", \"updated_at\":\"2025-10-30T16:55:37.494697Z\", \"name\":\"test-pool-wait\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "716" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:55:52 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 12b44064-6095-491b-8148-a82cb23e4fce + status: 200 OK + code: 200 + duration: 97.392038ms +- id: 232 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/034a502a-1d52-470d-84bd-4a8edd935ba3 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 716 + body: "{\"region\":\"fr-par\", \"id\":\"034a502a-1d52-470d-84bd-4a8edd935ba3\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:49:07.243810Z\", \"updated_at\":\"2025-10-30T16:55:37.494697Z\", \"name\":\"test-pool-wait\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "716" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:55:57 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 68259c51-a23b-4a63-9c06-90748883adca + status: 200 OK + code: 200 + duration: 115.588901ms +- id: 233 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/034a502a-1d52-470d-84bd-4a8edd935ba3 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 716 + body: "{\"region\":\"fr-par\", \"id\":\"034a502a-1d52-470d-84bd-4a8edd935ba3\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:49:07.243810Z\", \"updated_at\":\"2025-10-30T16:55:37.494697Z\", \"name\":\"test-pool-wait\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "716" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:56:03 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 8ebf7af9-37c3-400c-bed7-45a344a0c6fd + status: 200 OK + code: 200 + duration: 81.981433ms +- id: 234 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/034a502a-1d52-470d-84bd-4a8edd935ba3 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 716 + body: "{\"region\":\"fr-par\", \"id\":\"034a502a-1d52-470d-84bd-4a8edd935ba3\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:49:07.243810Z\", \"updated_at\":\"2025-10-30T16:55:37.494697Z\", \"name\":\"test-pool-wait\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "716" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:56:08 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 740002b8-24e3-4c43-af4f-abccf67685df + status: 200 OK + code: 200 + duration: 71.496927ms +- id: 235 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/034a502a-1d52-470d-84bd-4a8edd935ba3 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 716 + body: "{\"region\":\"fr-par\", \"id\":\"034a502a-1d52-470d-84bd-4a8edd935ba3\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:49:07.243810Z\", \"updated_at\":\"2025-10-30T16:55:37.494697Z\", \"name\":\"test-pool-wait\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "716" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:56:13 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 2cbda042-214b-4766-98b3-2f7cd5eae5cf + status: 200 OK + code: 200 + duration: 96.036594ms +- id: 236 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/034a502a-1d52-470d-84bd-4a8edd935ba3 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 716 + body: "{\"region\":\"fr-par\", \"id\":\"034a502a-1d52-470d-84bd-4a8edd935ba3\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:49:07.243810Z\", \"updated_at\":\"2025-10-30T16:55:37.494697Z\", \"name\":\"test-pool-wait\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "716" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:56:18 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 5df17552-ae3c-4295-b828-2d4a9aa2cb85 + status: 200 OK + code: 200 + duration: 97.864786ms +- id: 237 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/034a502a-1d52-470d-84bd-4a8edd935ba3 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 716 + body: "{\"region\":\"fr-par\", \"id\":\"034a502a-1d52-470d-84bd-4a8edd935ba3\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:49:07.243810Z\", \"updated_at\":\"2025-10-30T16:55:37.494697Z\", \"name\":\"test-pool-wait\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "716" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:56:23 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 692520f3-c621-4eca-b3f1-86b8d3538091 + status: 200 OK + code: 200 + duration: 81.652527ms +- id: 238 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/034a502a-1d52-470d-84bd-4a8edd935ba3 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 716 + body: "{\"region\":\"fr-par\", \"id\":\"034a502a-1d52-470d-84bd-4a8edd935ba3\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:49:07.243810Z\", \"updated_at\":\"2025-10-30T16:55:37.494697Z\", \"name\":\"test-pool-wait\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "716" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:56:28 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 0b208a42-c956-40a0-b67e-86e4d4b301ed + status: 200 OK + code: 200 + duration: 84.531812ms +- id: 239 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/034a502a-1d52-470d-84bd-4a8edd935ba3 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 716 + body: "{\"region\":\"fr-par\", \"id\":\"034a502a-1d52-470d-84bd-4a8edd935ba3\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:49:07.243810Z\", \"updated_at\":\"2025-10-30T16:55:37.494697Z\", \"name\":\"test-pool-wait\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "716" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:56:33 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 68a3c26f-673d-436f-9406-b58fb4a16026 + status: 200 OK + code: 200 + duration: 78.391597ms +- id: 240 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/034a502a-1d52-470d-84bd-4a8edd935ba3 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 716 + body: "{\"region\":\"fr-par\", \"id\":\"034a502a-1d52-470d-84bd-4a8edd935ba3\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:49:07.243810Z\", \"updated_at\":\"2025-10-30T16:55:37.494697Z\", \"name\":\"test-pool-wait\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "716" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:56:38 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 28192d7f-32c3-4067-858b-c154152cc267 + status: 200 OK + code: 200 + duration: 93.018159ms +- id: 241 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/034a502a-1d52-470d-84bd-4a8edd935ba3 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 716 + body: "{\"region\":\"fr-par\", \"id\":\"034a502a-1d52-470d-84bd-4a8edd935ba3\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:49:07.243810Z\", \"updated_at\":\"2025-10-30T16:55:37.494697Z\", \"name\":\"test-pool-wait\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "716" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:56:43 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - e998dd58-0934-4f52-8a15-d4b2671b3e6b + status: 200 OK + code: 200 + duration: 96.949347ms +- id: 242 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/034a502a-1d52-470d-84bd-4a8edd935ba3 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 716 + body: "{\"region\":\"fr-par\", \"id\":\"034a502a-1d52-470d-84bd-4a8edd935ba3\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:49:07.243810Z\", \"updated_at\":\"2025-10-30T16:55:37.494697Z\", \"name\":\"test-pool-wait\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "716" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:56:48 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 5111eb2e-4d1e-4f90-9245-44e0e1976891 + status: 200 OK + code: 200 + duration: 82.947188ms +- id: 243 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/034a502a-1d52-470d-84bd-4a8edd935ba3 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 716 + body: "{\"region\":\"fr-par\", \"id\":\"034a502a-1d52-470d-84bd-4a8edd935ba3\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:49:07.243810Z\", \"updated_at\":\"2025-10-30T16:55:37.494697Z\", \"name\":\"test-pool-wait\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "716" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:56:53 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - bafe9413-4432-4bfe-8f01-6b1d54cf6cd0 + status: 200 OK + code: 200 + duration: 80.127785ms +- id: 244 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/034a502a-1d52-470d-84bd-4a8edd935ba3 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 716 + body: "{\"region\":\"fr-par\", \"id\":\"034a502a-1d52-470d-84bd-4a8edd935ba3\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:49:07.243810Z\", \"updated_at\":\"2025-10-30T16:55:37.494697Z\", \"name\":\"test-pool-wait\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "716" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:56:58 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 6b2eafbd-3652-425a-954a-b40647bc60ee + status: 200 OK + code: 200 + duration: 80.894946ms +- id: 245 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/034a502a-1d52-470d-84bd-4a8edd935ba3 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 716 + body: "{\"region\":\"fr-par\", \"id\":\"034a502a-1d52-470d-84bd-4a8edd935ba3\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:49:07.243810Z\", \"updated_at\":\"2025-10-30T16:55:37.494697Z\", \"name\":\"test-pool-wait\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "716" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:57:04 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - c618b35c-f139-472b-b085-722e542813ec + status: 200 OK + code: 200 + duration: 79.75147ms +- id: 246 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/034a502a-1d52-470d-84bd-4a8edd935ba3 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 716 + body: "{\"region\":\"fr-par\", \"id\":\"034a502a-1d52-470d-84bd-4a8edd935ba3\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:49:07.243810Z\", \"updated_at\":\"2025-10-30T16:55:37.494697Z\", \"name\":\"test-pool-wait\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "716" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:57:09 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 19d976ec-8b45-49f5-98b8-e13c79603072 + status: 200 OK + code: 200 + duration: 98.348282ms +- id: 247 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/034a502a-1d52-470d-84bd-4a8edd935ba3 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 716 + body: "{\"region\":\"fr-par\", \"id\":\"034a502a-1d52-470d-84bd-4a8edd935ba3\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:49:07.243810Z\", \"updated_at\":\"2025-10-30T16:55:37.494697Z\", \"name\":\"test-pool-wait\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "716" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:57:14 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - e6a2326c-a3cc-43e5-8337-973723ed9990 + status: 200 OK + code: 200 + duration: 108.187699ms +- id: 248 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/034a502a-1d52-470d-84bd-4a8edd935ba3 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 716 + body: "{\"region\":\"fr-par\", \"id\":\"034a502a-1d52-470d-84bd-4a8edd935ba3\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:49:07.243810Z\", \"updated_at\":\"2025-10-30T16:55:37.494697Z\", \"name\":\"test-pool-wait\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "716" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:57:19 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - f0aa62a3-80c6-4821-bb99-7eae5d68c876 + status: 200 OK + code: 200 + duration: 86.222354ms +- id: 249 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/034a502a-1d52-470d-84bd-4a8edd935ba3 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 716 + body: "{\"region\":\"fr-par\", \"id\":\"034a502a-1d52-470d-84bd-4a8edd935ba3\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:49:07.243810Z\", \"updated_at\":\"2025-10-30T16:55:37.494697Z\", \"name\":\"test-pool-wait\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "716" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:57:24 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 247d11d4-914f-4b3f-8b0f-7b437f0cecd3 + status: 200 OK + code: 200 + duration: 97.955786ms +- id: 250 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/034a502a-1d52-470d-84bd-4a8edd935ba3 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 716 + body: "{\"region\":\"fr-par\", \"id\":\"034a502a-1d52-470d-84bd-4a8edd935ba3\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:49:07.243810Z\", \"updated_at\":\"2025-10-30T16:55:37.494697Z\", \"name\":\"test-pool-wait\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "716" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:57:29 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 575c2624-6a6f-4c0b-981b-882593a8304f + status: 200 OK + code: 200 + duration: 88.782449ms +- id: 251 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/034a502a-1d52-470d-84bd-4a8edd935ba3 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 716 + body: "{\"region\":\"fr-par\", \"id\":\"034a502a-1d52-470d-84bd-4a8edd935ba3\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:49:07.243810Z\", \"updated_at\":\"2025-10-30T16:55:37.494697Z\", \"name\":\"test-pool-wait\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "716" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:57:34 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 61fab9e7-bbd2-415f-929b-a21408a1d29e + status: 200 OK + code: 200 + duration: 79.455484ms +- id: 252 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/034a502a-1d52-470d-84bd-4a8edd935ba3 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 716 + body: "{\"region\":\"fr-par\", \"id\":\"034a502a-1d52-470d-84bd-4a8edd935ba3\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:49:07.243810Z\", \"updated_at\":\"2025-10-30T16:55:37.494697Z\", \"name\":\"test-pool-wait\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "716" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:57:39 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 0111ba74-ccff-46db-8d9a-1541a16068d2 + status: 200 OK + code: 200 + duration: 79.625222ms +- id: 253 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/034a502a-1d52-470d-84bd-4a8edd935ba3 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 716 + body: "{\"region\":\"fr-par\", \"id\":\"034a502a-1d52-470d-84bd-4a8edd935ba3\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:49:07.243810Z\", \"updated_at\":\"2025-10-30T16:55:37.494697Z\", \"name\":\"test-pool-wait\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "716" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:57:44 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 2529fd92-6862-4ed6-bcd1-976e35d31444 + status: 200 OK + code: 200 + duration: 98.845174ms +- id: 254 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/034a502a-1d52-470d-84bd-4a8edd935ba3 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 716 + body: "{\"region\":\"fr-par\", \"id\":\"034a502a-1d52-470d-84bd-4a8edd935ba3\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:49:07.243810Z\", \"updated_at\":\"2025-10-30T16:55:37.494697Z\", \"name\":\"test-pool-wait\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "716" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:57:49 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - a6992d33-4b61-4b19-a083-8bfda7c76bf7 + status: 200 OK + code: 200 + duration: 82.789982ms +- id: 255 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/034a502a-1d52-470d-84bd-4a8edd935ba3 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 716 + body: "{\"region\":\"fr-par\", \"id\":\"034a502a-1d52-470d-84bd-4a8edd935ba3\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:49:07.243810Z\", \"updated_at\":\"2025-10-30T16:55:37.494697Z\", \"name\":\"test-pool-wait\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "716" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:57:54 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - bdf423b2-6d19-4795-86b1-13159a1f40bc + status: 200 OK + code: 200 + duration: 80.362295ms +- id: 256 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/034a502a-1d52-470d-84bd-4a8edd935ba3 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 716 + body: "{\"region\":\"fr-par\", \"id\":\"034a502a-1d52-470d-84bd-4a8edd935ba3\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:49:07.243810Z\", \"updated_at\":\"2025-10-30T16:55:37.494697Z\", \"name\":\"test-pool-wait\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "716" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:58:00 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 963458f9-6569-481c-a97a-45231cd2565b + status: 200 OK + code: 200 + duration: 98.506329ms +- id: 257 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/034a502a-1d52-470d-84bd-4a8edd935ba3 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 716 + body: "{\"region\":\"fr-par\", \"id\":\"034a502a-1d52-470d-84bd-4a8edd935ba3\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:49:07.243810Z\", \"updated_at\":\"2025-10-30T16:55:37.494697Z\", \"name\":\"test-pool-wait\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "716" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:58:05 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 2d0047ac-1225-4002-b82e-23a87d28655c + status: 200 OK + code: 200 + duration: 99.096306ms +- id: 258 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/034a502a-1d52-470d-84bd-4a8edd935ba3 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 716 + body: "{\"region\":\"fr-par\", \"id\":\"034a502a-1d52-470d-84bd-4a8edd935ba3\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:49:07.243810Z\", \"updated_at\":\"2025-10-30T16:55:37.494697Z\", \"name\":\"test-pool-wait\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "716" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:58:10 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - cdfd137d-e0e8-49d5-963f-4a49bf579615 + status: 200 OK + code: 200 + duration: 91.427613ms +- id: 259 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/034a502a-1d52-470d-84bd-4a8edd935ba3 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 716 + body: "{\"region\":\"fr-par\", \"id\":\"034a502a-1d52-470d-84bd-4a8edd935ba3\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:49:07.243810Z\", \"updated_at\":\"2025-10-30T16:55:37.494697Z\", \"name\":\"test-pool-wait\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "716" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:58:15 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 1546af48-f0d1-4358-96d5-655c60811c84 + status: 200 OK + code: 200 + duration: 82.721283ms +- id: 260 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/034a502a-1d52-470d-84bd-4a8edd935ba3 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 716 + body: "{\"region\":\"fr-par\", \"id\":\"034a502a-1d52-470d-84bd-4a8edd935ba3\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:49:07.243810Z\", \"updated_at\":\"2025-10-30T16:55:37.494697Z\", \"name\":\"test-pool-wait\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "716" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:58:20 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - a5677bda-18b8-4d37-bff0-8620042ef8b9 + status: 200 OK + code: 200 + duration: 99.990685ms +- id: 261 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/034a502a-1d52-470d-84bd-4a8edd935ba3 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 716 + body: "{\"region\":\"fr-par\", \"id\":\"034a502a-1d52-470d-84bd-4a8edd935ba3\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:49:07.243810Z\", \"updated_at\":\"2025-10-30T16:55:37.494697Z\", \"name\":\"test-pool-wait\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "716" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:58:25 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - d882a330-46d5-46d8-9fa8-87f125a3a030 + status: 200 OK + code: 200 + duration: 97.866218ms +- id: 262 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/034a502a-1d52-470d-84bd-4a8edd935ba3 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 716 + body: "{\"region\":\"fr-par\", \"id\":\"034a502a-1d52-470d-84bd-4a8edd935ba3\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:49:07.243810Z\", \"updated_at\":\"2025-10-30T16:55:37.494697Z\", \"name\":\"test-pool-wait\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "716" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:58:30 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 27fc6009-2d63-4b50-8297-15e3fbf32311 + status: 200 OK + code: 200 + duration: 108.535401ms +- id: 263 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/034a502a-1d52-470d-84bd-4a8edd935ba3 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 716 + body: "{\"region\":\"fr-par\", \"id\":\"034a502a-1d52-470d-84bd-4a8edd935ba3\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:49:07.243810Z\", \"updated_at\":\"2025-10-30T16:55:37.494697Z\", \"name\":\"test-pool-wait\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "716" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:58:35 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - d8ce977f-149d-46ca-bc2e-3d1b86d7ee86 + status: 200 OK + code: 200 + duration: 83.735256ms +- id: 264 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/034a502a-1d52-470d-84bd-4a8edd935ba3 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 716 + body: "{\"region\":\"fr-par\", \"id\":\"034a502a-1d52-470d-84bd-4a8edd935ba3\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:49:07.243810Z\", \"updated_at\":\"2025-10-30T16:55:37.494697Z\", \"name\":\"test-pool-wait\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "716" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:58:40 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - f02943a9-52b5-4222-96b0-7c9e4eb19873 + status: 200 OK + code: 200 + duration: 85.028833ms +- id: 265 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/034a502a-1d52-470d-84bd-4a8edd935ba3 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 716 + body: "{\"region\":\"fr-par\", \"id\":\"034a502a-1d52-470d-84bd-4a8edd935ba3\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:49:07.243810Z\", \"updated_at\":\"2025-10-30T16:55:37.494697Z\", \"name\":\"test-pool-wait\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "716" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:58:45 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - f23d6969-8674-4963-85ef-b7c1704bfd96 + status: 200 OK + code: 200 + duration: 103.08799ms +- id: 266 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/034a502a-1d52-470d-84bd-4a8edd935ba3 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 716 + body: "{\"region\":\"fr-par\", \"id\":\"034a502a-1d52-470d-84bd-4a8edd935ba3\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:49:07.243810Z\", \"updated_at\":\"2025-10-30T16:55:37.494697Z\", \"name\":\"test-pool-wait\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "716" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:58:51 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 04132465-2d08-4f38-9e4f-417da89b0c12 + status: 200 OK + code: 200 + duration: 79.058378ms +- id: 267 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/034a502a-1d52-470d-84bd-4a8edd935ba3 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 716 + body: "{\"region\":\"fr-par\", \"id\":\"034a502a-1d52-470d-84bd-4a8edd935ba3\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:49:07.243810Z\", \"updated_at\":\"2025-10-30T16:55:37.494697Z\", \"name\":\"test-pool-wait\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "716" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:58:56 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 247eba6f-1cc5-4a86-bea8-a651dfc94485 + status: 200 OK + code: 200 + duration: 93.533767ms +- id: 268 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/034a502a-1d52-470d-84bd-4a8edd935ba3 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 716 + body: "{\"region\":\"fr-par\", \"id\":\"034a502a-1d52-470d-84bd-4a8edd935ba3\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:49:07.243810Z\", \"updated_at\":\"2025-10-30T16:55:37.494697Z\", \"name\":\"test-pool-wait\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "716" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:59:01 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - a5bc3c37-035c-40f2-bdef-4a4ce5f7a0e3 + status: 200 OK + code: 200 + duration: 86.311021ms +- id: 269 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/034a502a-1d52-470d-84bd-4a8edd935ba3 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 716 + body: "{\"region\":\"fr-par\", \"id\":\"034a502a-1d52-470d-84bd-4a8edd935ba3\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:49:07.243810Z\", \"updated_at\":\"2025-10-30T16:55:37.494697Z\", \"name\":\"test-pool-wait\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "716" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:59:06 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 7edb6e68-fbbc-4a08-bad8-c926fdfc5650 + status: 200 OK + code: 200 + duration: 96.616452ms +- id: 270 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/034a502a-1d52-470d-84bd-4a8edd935ba3 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 716 + body: "{\"region\":\"fr-par\", \"id\":\"034a502a-1d52-470d-84bd-4a8edd935ba3\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:49:07.243810Z\", \"updated_at\":\"2025-10-30T16:55:37.494697Z\", \"name\":\"test-pool-wait\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "716" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:59:11 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 24d4c69a-406f-4088-843c-22ab0b31f212 + status: 200 OK + code: 200 + duration: 178.576867ms +- id: 271 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/034a502a-1d52-470d-84bd-4a8edd935ba3 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 716 + body: "{\"region\":\"fr-par\", \"id\":\"034a502a-1d52-470d-84bd-4a8edd935ba3\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:49:07.243810Z\", \"updated_at\":\"2025-10-30T16:55:37.494697Z\", \"name\":\"test-pool-wait\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "716" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:59:16 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - ed1b54ac-d68a-4674-af09-6c4192042d02 + status: 200 OK + code: 200 + duration: 219.214186ms +- id: 272 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/034a502a-1d52-470d-84bd-4a8edd935ba3 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 716 + body: "{\"region\":\"fr-par\", \"id\":\"034a502a-1d52-470d-84bd-4a8edd935ba3\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:49:07.243810Z\", \"updated_at\":\"2025-10-30T16:55:37.494697Z\", \"name\":\"test-pool-wait\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "716" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:59:21 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 0efbdeed-d15d-41a9-b8ba-b10f0117462f + status: 200 OK + code: 200 + duration: 150.16847ms +- id: 273 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/034a502a-1d52-470d-84bd-4a8edd935ba3 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 716 + body: "{\"region\":\"fr-par\", \"id\":\"034a502a-1d52-470d-84bd-4a8edd935ba3\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:49:07.243810Z\", \"updated_at\":\"2025-10-30T16:55:37.494697Z\", \"name\":\"test-pool-wait\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "716" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:59:26 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - bb13d313-2de6-460a-a48e-8d219e674efe + status: 200 OK + code: 200 + duration: 74.483152ms +- id: 274 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/034a502a-1d52-470d-84bd-4a8edd935ba3 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 716 + body: "{\"region\":\"fr-par\", \"id\":\"034a502a-1d52-470d-84bd-4a8edd935ba3\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:49:07.243810Z\", \"updated_at\":\"2025-10-30T16:55:37.494697Z\", \"name\":\"test-pool-wait\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "716" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:59:32 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - a50b4ea2-25d0-4bdb-989e-274768b1557b + status: 200 OK + code: 200 + duration: 82.660369ms +- id: 275 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/034a502a-1d52-470d-84bd-4a8edd935ba3 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 716 + body: "{\"region\":\"fr-par\", \"id\":\"034a502a-1d52-470d-84bd-4a8edd935ba3\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:49:07.243810Z\", \"updated_at\":\"2025-10-30T16:55:37.494697Z\", \"name\":\"test-pool-wait\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "716" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:59:37 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - e555a066-bf39-4461-9100-05e8ff23d68d + status: 200 OK + code: 200 + duration: 82.683504ms +- id: 276 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/034a502a-1d52-470d-84bd-4a8edd935ba3 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 716 + body: "{\"region\":\"fr-par\", \"id\":\"034a502a-1d52-470d-84bd-4a8edd935ba3\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:49:07.243810Z\", \"updated_at\":\"2025-10-30T16:55:37.494697Z\", \"name\":\"test-pool-wait\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "716" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:59:42 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 5a384973-9949-43a0-a755-11dae9c1a337 + status: 200 OK + code: 200 + duration: 84.554954ms +- id: 277 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/034a502a-1d52-470d-84bd-4a8edd935ba3 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 716 + body: "{\"region\":\"fr-par\", \"id\":\"034a502a-1d52-470d-84bd-4a8edd935ba3\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:49:07.243810Z\", \"updated_at\":\"2025-10-30T16:55:37.494697Z\", \"name\":\"test-pool-wait\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "716" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:59:47 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 59085643-1ef7-45af-8307-697cff3b273b + status: 200 OK + code: 200 + duration: 85.659317ms +- id: 278 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/034a502a-1d52-470d-84bd-4a8edd935ba3 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 716 + body: "{\"region\":\"fr-par\", \"id\":\"034a502a-1d52-470d-84bd-4a8edd935ba3\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:49:07.243810Z\", \"updated_at\":\"2025-10-30T16:55:37.494697Z\", \"name\":\"test-pool-wait\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: + Content-Length: + - "716" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:59:52 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - a330a237-80d2-4096-bb90-672692e48442 + status: 200 OK + code: 200 + duration: 88.150723ms +- id: 279 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/034a502a-1d52-470d-84bd-4a8edd935ba3 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 125 + body: "{\"message\":\"resource is not found\",\"resource\":\"pool\",\"resource_id\":\"034a502a-1d52-470d-84bd-4a8edd935ba3\",\"type\":\"not_found\"}" + headers: + Content-Length: + - "125" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:59:57 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 11a8aa32-e4fe-40e9-afd7-d32e1098588a + status: 404 Not Found + code: 404 + duration: 36.491288ms +- id: 280 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + form: + with_additional_resources: + - "false" + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/5114e066-aa93-4560-9be0-5ae445715a75?with_additional_resources=false + method: DELETE + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1634 + body: "{\"region\":\"fr-par\", \"id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:49:01.607119Z\", \"updated_at\":\"2025-10-30T16:59:57.587481Z\", \"type\":\"kapsule\", \"name\":\"test-pool-wait\", \"description\":\"\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"cni\":\"calico\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"minimal\"], \"cluster_url\":\"https://5114e066-aa93-4560-9be0-5ae445715a75.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.5114e066-aa93-4560-9be0-5ae445715a75.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"363e7214-8a98-40d0-9357-9e4026c21b76\", \"commitment_ends_at\":\"2025-10-30T16:49:01.607128Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"6c8f211e-8819-44e2-93ca-fda367c9ca2a\", \"new_images_enabled\":false, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1634" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:59:57 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 0168103f-a0bd-4a14-876e-e08b1dc6ac26 + status: 200 OK + code: 200 + duration: 147.899732ms +- id: 281 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/5114e066-aa93-4560-9be0-5ae445715a75 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1633 + body: "{\"region\":\"fr-par\", \"id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:49:01.607119Z\", \"updated_at\":\"2025-10-30T16:59:57.587481Z\", \"type\":\"kapsule\", \"name\":\"test-pool-wait\", \"description\":\"\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"cni\":\"calico\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"minimal\"], \"cluster_url\":\"https://5114e066-aa93-4560-9be0-5ae445715a75.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.5114e066-aa93-4560-9be0-5ae445715a75.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"363e7214-8a98-40d0-9357-9e4026c21b76\", \"commitment_ends_at\":\"2025-10-30T16:49:01.607128Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"6c8f211e-8819-44e2-93ca-fda367c9ca2a\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1633" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:59:57 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 3b86500c-77d5-46af-9326-2fb7ac96e206 + status: 200 OK + code: 200 + duration: 100.040048ms +- id: 282 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/5114e066-aa93-4560-9be0-5ae445715a75 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1633 + body: "{\"region\":\"fr-par\", \"id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:49:01.607119Z\", \"updated_at\":\"2025-10-30T16:59:57.587481Z\", \"type\":\"kapsule\", \"name\":\"test-pool-wait\", \"description\":\"\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"cni\":\"calico\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"minimal\"], \"cluster_url\":\"https://5114e066-aa93-4560-9be0-5ae445715a75.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.5114e066-aa93-4560-9be0-5ae445715a75.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"363e7214-8a98-40d0-9357-9e4026c21b76\", \"commitment_ends_at\":\"2025-10-30T16:49:01.607128Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"6c8f211e-8819-44e2-93ca-fda367c9ca2a\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1633" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:00:02 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - f71d2e0f-8ce7-46a7-b301-29428d14e79b + status: 200 OK + code: 200 + duration: 101.37339ms +- id: 283 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/5114e066-aa93-4560-9be0-5ae445715a75 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1633 + body: "{\"region\":\"fr-par\", \"id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:49:01.607119Z\", \"updated_at\":\"2025-10-30T16:59:57.587481Z\", \"type\":\"kapsule\", \"name\":\"test-pool-wait\", \"description\":\"\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"cni\":\"calico\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"minimal\"], \"cluster_url\":\"https://5114e066-aa93-4560-9be0-5ae445715a75.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.5114e066-aa93-4560-9be0-5ae445715a75.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"363e7214-8a98-40d0-9357-9e4026c21b76\", \"commitment_ends_at\":\"2025-10-30T16:49:01.607128Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"6c8f211e-8819-44e2-93ca-fda367c9ca2a\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1633" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:00:07 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 492ffc41-f280-4e2a-a266-0e105e84d4ce + status: 200 OK + code: 200 + duration: 89.735989ms +- id: 284 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/5114e066-aa93-4560-9be0-5ae445715a75 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 128 + body: "{\"message\":\"resource is not found\",\"resource\":\"cluster\",\"resource_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\",\"type\":\"not_found\"}" + headers: + Content-Length: + - "128" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:00:12 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 48cf239e-edf3-431f-a972-e7387691bf08 + status: 404 Not Found + code: 404 + duration: 18.401737ms +- id: 285 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks/363e7214-8a98-40d0-9357-9e4026c21b76 + method: DELETE + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 0 + body: "" + headers: + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:00:14 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 8db7b7fc-1f86-4ebc-a3af-a86e67850881 + status: 204 No Content + code: 204 + duration: 1.082171416s +- id: 286 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/vpc/v2/regions/fr-par/vpcs/1a7a1e1e-2b33-478e-8f1a-faa0303a1c43 + method: DELETE + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 0 + body: "" + headers: + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:00:14 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 54bb300f-053d-43cf-aedd-cc3832dffd28 + status: 204 No Content + code: 204 + duration: 104.628209ms +- id: 287 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/034a502a-1d52-470d-84bd-4a8edd935ba3 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 125 + body: "{\"message\":\"resource is not found\",\"resource\":\"pool\",\"resource_id\":\"034a502a-1d52-470d-84bd-4a8edd935ba3\",\"type\":\"not_found\"}" + headers: + Content-Length: + - "125" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:00:14 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - edbfecae-c16e-4f04-9946-68466c2a20b0 + status: 404 Not Found + code: 404 + duration: 30.696542ms +- id: 288 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/5114e066-aa93-4560-9be0-5ae445715a75 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 128 + body: "{\"message\":\"resource is not found\",\"resource\":\"cluster\",\"resource_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\",\"type\":\"not_found\"}" + headers: + Content-Length: + - "128" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:00:14 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - 8c4b86ad-5725-4bb7-8134-0207ebac9938 + status: 404 Not Found + code: 404 + duration: 25.348265ms +- id: 289 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks/363e7214-8a98-40d0-9357-9e4026c21b76 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 136 + body: "{\"message\":\"resource is not found\",\"resource\":\"private_network\",\"resource_id\":\"363e7214-8a98-40d0-9357-9e4026c21b76\",\"type\":\"not_found\"}" + headers: + Content-Length: + - "136" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 17:00:14 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + X-Request-Id: + - b8a73f90-ff2b-440e-bfb7-d7b6c855521f + status: 404 Not Found + code: 404 + duration: 36.30609ms diff --git a/internal/services/k8s/testdata/pool-zone.cassette.yaml b/internal/services/k8s/testdata/pool-zone.cassette.yaml index ceaeb96f3e..668b364e63 100644 --- a/internal/services/k8s/testdata/pool-zone.cassette.yaml +++ b/internal/services/k8s/testdata/pool-zone.cassette.yaml @@ -1,2016 +1,5369 @@ --- version: 2 interactions: - - id: 0 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/versions - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 4962 - uncompressed: false - body: '{"versions":[{"available_admission_plugins":["AlwaysPullImages","PodNodeSelector","PodTolerationRestriction"],"available_cnis":["cilium","cilium_native","calico","kilo","none"],"available_container_runtimes":["containerd"],"available_feature_gates":["HPAScaleToZero","CPUManagerPolicyAlphaOptions","ImageVolume"],"available_kubelet_args":{"containerLogMaxFiles":"uint16","containerLogMaxSize":"quantity","cpuCFSQuota":"bool","cpuCFSQuotaPeriod":"duration","cpuManagerPolicy":"enum:none|static","cpuManagerPolicyOptions":"map[string]string","enableDebuggingHandlers":"bool","evictionHard":"map[string]string","evictionMinimumReclaim":"map[string]string","imageGCHighThresholdPercent":"uint32","imageGCLowThresholdPercent":"uint32","maxParallelImagePulls":"int32","maxPods":"uint16","registryBurst":"int32","registryPullQPS":"int32","serializeImagePulls":"bool"},"label":"Kubernetes 1.34.1","name":"1.34.1","region":"fr-par"},{"available_admission_plugins":["AlwaysPullImages","PodNodeSelector","PodTolerationRestriction"],"available_cnis":["cilium","calico","kilo","none"],"available_container_runtimes":["containerd"],"available_feature_gates":["HPAScaleToZero","DRAAdminAccess","DynamicResourceAllocation","PodLevelResources","CPUManagerPolicyAlphaOptions","ImageVolume"],"available_kubelet_args":{"containerLogMaxFiles":"uint16","containerLogMaxSize":"quantity","cpuCFSQuota":"bool","cpuCFSQuotaPeriod":"duration","cpuManagerPolicy":"enum:none|static","cpuManagerPolicyOptions":"map[string]string","enableDebuggingHandlers":"bool","evictionHard":"map[string]string","evictionMinimumReclaim":"map[string]string","imageGCHighThresholdPercent":"uint32","imageGCLowThresholdPercent":"uint32","maxParallelImagePulls":"int32","maxPods":"uint16","registryBurst":"int32","registryPullQPS":"int32","serializeImagePulls":"bool"},"label":"Kubernetes 1.33.4","name":"1.33.4","region":"fr-par"},{"available_admission_plugins":["AlwaysPullImages","PodNodeSelector","PodTolerationRestriction"],"available_cnis":["cilium","calico","kilo","none"],"available_container_runtimes":["containerd"],"available_feature_gates":["HPAScaleToZero","InPlacePodVerticalScaling","SidecarContainers","DRAAdminAccess","DRAResourceClaimDeviceStatus","DynamicResourceAllocation","PodLevelResources","CPUManagerPolicyAlphaOptions","ImageVolume"],"available_kubelet_args":{"containerLogMaxFiles":"uint16","containerLogMaxSize":"quantity","cpuCFSQuota":"bool","cpuCFSQuotaPeriod":"duration","cpuManagerPolicy":"enum:none|static","cpuManagerPolicyOptions":"map[string]string","enableDebuggingHandlers":"bool","evictionHard":"map[string]string","evictionMinimumReclaim":"map[string]string","imageGCHighThresholdPercent":"uint32","imageGCLowThresholdPercent":"uint32","maxParallelImagePulls":"int32","maxPods":"uint16","registryBurst":"int32","registryPullQPS":"int32","serializeImagePulls":"bool"},"label":"Kubernetes 1.32.8","name":"1.32.8","region":"fr-par"},{"available_admission_plugins":["AlwaysPullImages","PodNodeSelector","PodTolerationRestriction"],"available_cnis":["cilium","calico","kilo","none"],"available_container_runtimes":["containerd"],"available_feature_gates":["HPAScaleToZero","InPlacePodVerticalScaling","SidecarContainers","CPUManagerPolicyAlphaOptions","ImageVolume"],"available_kubelet_args":{"containerLogMaxFiles":"uint16","containerLogMaxSize":"quantity","cpuCFSQuota":"bool","cpuCFSQuotaPeriod":"duration","cpuManagerPolicy":"enum:none|static","cpuManagerPolicyOptions":"map[string]string","enableDebuggingHandlers":"bool","evictionHard":"map[string]string","evictionMinimumReclaim":"map[string]string","imageGCHighThresholdPercent":"uint32","imageGCLowThresholdPercent":"uint32","maxParallelImagePulls":"int32","maxPods":"uint16","registryBurst":"int32","registryPullQPS":"int32","serializeImagePulls":"bool"},"label":"Kubernetes 1.31.12","name":"1.31.12","region":"fr-par"},{"available_admission_plugins":["AlwaysPullImages","PodNodeSelector","PodTolerationRestriction"],"available_cnis":["cilium","calico","kilo","none"],"available_container_runtimes":["containerd"],"available_feature_gates":["HPAScaleToZero","SidecarContainers","InPlacePodVerticalScaling","CPUManagerPolicyAlphaOptions"],"available_kubelet_args":{"containerLogMaxFiles":"uint16","containerLogMaxSize":"quantity","cpuCFSQuota":"bool","cpuCFSQuotaPeriod":"duration","cpuManagerPolicy":"enum:none|static","cpuManagerPolicyOptions":"map[string]string","enableDebuggingHandlers":"bool","evictionHard":"map[string]string","evictionMinimumReclaim":"map[string]string","imageGCHighThresholdPercent":"uint32","imageGCLowThresholdPercent":"uint32","maxParallelImagePulls":"int32","maxPods":"uint16","registryBurst":"int32","registryPullQPS":"int32","serializeImagePulls":"bool"},"label":"Kubernetes 1.30.14","name":"1.30.14","region":"fr-par"}]}' - headers: - Content-Length: - - "4962" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 15:28:22 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 6d21976f-7dfa-4e24-92ed-26f65ffba3a7 - status: 200 OK - code: 200 - duration: 188.274291ms - - id: 1 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 125 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: '{"name":"testAccCheckK8SPoolConfigZone","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","tags":[],"enable_routing":false}' - form: {} - headers: - Content-Type: - - application/json - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/fr-par/vpcs - method: POST - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 427 - uncompressed: false - body: '{"created_at":"2025-09-30T15:28:23.207506Z","custom_routes_propagation_enabled":true,"id":"1dd3124a-1195-4bbd-a430-dfd715ab224e","is_default":false,"name":"testAccCheckK8SPoolConfigZone","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","private_network_count":0,"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","routing_enabled":true,"tags":[],"updated_at":"2025-09-30T15:28:23.207506Z"}' - headers: - Content-Length: - - "427" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 15:28:23 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 5cf2da8c-06c7-4439-bfa5-53765e0197ef - status: 200 OK - code: 200 - duration: 234.883417ms - - id: 2 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/fr-par/vpcs/1dd3124a-1195-4bbd-a430-dfd715ab224e - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 427 - uncompressed: false - body: '{"created_at":"2025-09-30T15:28:23.207506Z","custom_routes_propagation_enabled":true,"id":"1dd3124a-1195-4bbd-a430-dfd715ab224e","is_default":false,"name":"testAccCheckK8SPoolConfigZone","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","private_network_count":0,"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","routing_enabled":true,"tags":[],"updated_at":"2025-09-30T15:28:23.207506Z"}' - headers: - Content-Length: - - "427" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 15:28:23 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - f4272fbf-34e9-4d07-9b0d-e7974fb9cfb9 - status: 200 OK - code: 200 - duration: 96.46175ms - - id: 3 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 192 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: '{"name":"test-pool-zone","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","tags":[],"subnets":null,"vpc_id":"1dd3124a-1195-4bbd-a430-dfd715ab224e","default_route_propagation_enabled":false}' - form: {} - headers: - Content-Type: - - application/json - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks - method: POST - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1085 - uncompressed: false - body: '{"created_at":"2025-09-30T15:28:23.439238Z","default_route_propagation_enabled":false,"dhcp_enabled":true,"id":"2f30018e-f3ff-4b14-89ae-d65bef03f23e","name":"test-pool-zone","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","subnets":[{"created_at":"2025-09-30T15:28:23.439238Z","id":"8644fb21-ddd0-47e8-b422-3f2d4f115dfb","private_network_id":"2f30018e-f3ff-4b14-89ae-d65bef03f23e","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","subnet":"172.17.112.0/22","updated_at":"2025-09-30T15:28:23.439238Z","vpc_id":"1dd3124a-1195-4bbd-a430-dfd715ab224e"},{"created_at":"2025-09-30T15:28:23.439238Z","id":"22c46458-d044-44d9-8e21-9c67262e6e6e","private_network_id":"2f30018e-f3ff-4b14-89ae-d65bef03f23e","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","subnet":"fd5f:519c:6d46:234c::/64","updated_at":"2025-09-30T15:28:23.439238Z","vpc_id":"1dd3124a-1195-4bbd-a430-dfd715ab224e"}],"tags":[],"updated_at":"2025-09-30T15:28:23.439238Z","vpc_id":"1dd3124a-1195-4bbd-a430-dfd715ab224e"}' - headers: - Content-Length: - - "1085" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 15:28:24 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 87fb0cec-d049-4693-947f-53fa4609505f - status: 200 OK - code: 200 - duration: 655.272875ms - - id: 4 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks/2f30018e-f3ff-4b14-89ae-d65bef03f23e - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1085 - uncompressed: false - body: '{"created_at":"2025-09-30T15:28:23.439238Z","default_route_propagation_enabled":false,"dhcp_enabled":true,"id":"2f30018e-f3ff-4b14-89ae-d65bef03f23e","name":"test-pool-zone","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","subnets":[{"created_at":"2025-09-30T15:28:23.439238Z","id":"8644fb21-ddd0-47e8-b422-3f2d4f115dfb","private_network_id":"2f30018e-f3ff-4b14-89ae-d65bef03f23e","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","subnet":"172.17.112.0/22","updated_at":"2025-09-30T15:28:23.439238Z","vpc_id":"1dd3124a-1195-4bbd-a430-dfd715ab224e"},{"created_at":"2025-09-30T15:28:23.439238Z","id":"22c46458-d044-44d9-8e21-9c67262e6e6e","private_network_id":"2f30018e-f3ff-4b14-89ae-d65bef03f23e","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","subnet":"fd5f:519c:6d46:234c::/64","updated_at":"2025-09-30T15:28:23.439238Z","vpc_id":"1dd3124a-1195-4bbd-a430-dfd715ab224e"}],"tags":[],"updated_at":"2025-09-30T15:28:23.439238Z","vpc_id":"1dd3124a-1195-4bbd-a430-dfd715ab224e"}' - headers: - Content-Length: - - "1085" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 15:28:24 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 12b02cd9-23bc-495b-93aa-3e5560eb2fc1 - status: 200 OK - code: 200 - duration: 27.295875ms - - id: 5 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 692 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: '{"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","type":"","name":"test-pool-zone","description":"","tags":["terraform-test","scaleway_k8s_cluster","zone"],"version":"1.34.1","cni":"cilium","pools":null,"autoscaler_config":{"scale_down_disabled":null,"scale_down_delay_after_add":null,"estimator":"unknown_estimator","expander":"unknown_expander","ignore_daemonsets_utilization":null,"balance_similar_node_groups":null,"expendable_pods_priority_cutoff":0,"scale_down_unneeded_time":null,"scale_down_utilization_threshold":null,"max_graceful_termination_sec":0},"feature_gates":[],"admission_plugins":[],"apiserver_cert_sans":[],"private_network_id":"2f30018e-f3ff-4b14-89ae-d65bef03f23e"}' - form: {} - headers: - Content-Type: - - application/json - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters - method: POST - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1595 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://59377433-077c-4ef6-bd1f-209d19c82eb4.api.k8s.fr-par.scw.cloud:6443","cni":"cilium","commitment_ends_at":"2025-09-30T15:28:24.469985Z","created_at":"2025-09-30T15:28:24.469977Z","description":"","dns_wildcard":"*.59377433-077c-4ef6-bd1f-209d19c82eb4.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"","id":"59377433-077c-4ef6-bd1f-209d19c82eb4","name":"test-pool-zone","new_images_enabled":false,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"100.64.0.0/15","private_network_id":"2f30018e-f3ff-4b14-89ae-d65bef03f23e","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"10.32.0.0/20","service_dns_ip":"10.32.0.10","status":"creating","tags":["terraform-test","scaleway_k8s_cluster","zone"],"type":"kapsule","updated_at":"2025-09-30T15:28:24.469977Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1595" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 15:28:24 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 8950ba71-cf0d-4454-af7e-5630215e4527 - status: 200 OK - code: 200 - duration: 526.217792ms - - id: 6 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/59377433-077c-4ef6-bd1f-209d19c82eb4 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1559 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://59377433-077c-4ef6-bd1f-209d19c82eb4.api.k8s.fr-par.scw.cloud:6443","cni":"cilium","commitment_ends_at":"2025-09-30T15:28:24.469985Z","created_at":"2025-09-30T15:28:24.469977Z","description":"","dns_wildcard":"*.59377433-077c-4ef6-bd1f-209d19c82eb4.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"","id":"59377433-077c-4ef6-bd1f-209d19c82eb4","name":"test-pool-zone","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":"2f30018e-f3ff-4b14-89ae-d65bef03f23e","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"","service_dns_ip":"","status":"creating","tags":["terraform-test","scaleway_k8s_cluster","zone"],"type":"kapsule","updated_at":"2025-09-30T15:28:24.469977Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1559" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 15:28:24 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 69344a2c-2b56-49c6-8504-6bedb22a1b72 - status: 200 OK - code: 200 - duration: 75.46075ms - - id: 7 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/59377433-077c-4ef6-bd1f-209d19c82eb4 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1600 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://59377433-077c-4ef6-bd1f-209d19c82eb4.api.k8s.fr-par.scw.cloud:6443","cni":"cilium","commitment_ends_at":"2025-09-30T15:28:24.469985Z","created_at":"2025-09-30T15:28:24.469977Z","description":"","dns_wildcard":"*.59377433-077c-4ef6-bd1f-209d19c82eb4.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"0d47acd5-57ed-4455-a992-fb7609170bf6","id":"59377433-077c-4ef6-bd1f-209d19c82eb4","name":"test-pool-zone","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":"2f30018e-f3ff-4b14-89ae-d65bef03f23e","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"","service_dns_ip":"","status":"pool_required","tags":["terraform-test","scaleway_k8s_cluster","zone"],"type":"kapsule","updated_at":"2025-09-30T15:28:24.960553Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1600" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 15:28:29 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 7ed3a9fa-a21c-4a84-ae26-92cd445f314f - status: 200 OK - code: 200 - duration: 76.654458ms - - id: 8 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/59377433-077c-4ef6-bd1f-209d19c82eb4/pools?order_by=created_at_asc&page=1&status=unknown - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 29 - uncompressed: false - body: '{"pools":[],"total_count":0}' - headers: - Content-Length: - - "29" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 15:28:29 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 19a93c48-331c-4c0d-8547-d821c4ebd69a - status: 200 OK - code: 200 - duration: 103.838834ms - - id: 9 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/59377433-077c-4ef6-bd1f-209d19c82eb4 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1600 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://59377433-077c-4ef6-bd1f-209d19c82eb4.api.k8s.fr-par.scw.cloud:6443","cni":"cilium","commitment_ends_at":"2025-09-30T15:28:24.469985Z","created_at":"2025-09-30T15:28:24.469977Z","description":"","dns_wildcard":"*.59377433-077c-4ef6-bd1f-209d19c82eb4.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"0d47acd5-57ed-4455-a992-fb7609170bf6","id":"59377433-077c-4ef6-bd1f-209d19c82eb4","name":"test-pool-zone","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":"2f30018e-f3ff-4b14-89ae-d65bef03f23e","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"","service_dns_ip":"","status":"pool_required","tags":["terraform-test","scaleway_k8s_cluster","zone"],"type":"kapsule","updated_at":"2025-09-30T15:28:24.960553Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1600" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 15:28:29 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - cf300713-0845-498e-8f05-ec8a38af1906 - status: 200 OK - code: 200 - duration: 92.725334ms - - id: 10 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/59377433-077c-4ef6-bd1f-209d19c82eb4/kubeconfig - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1650 - uncompressed: false - body: '{"content":"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogInRlc3QtcG9vbC16b25lIgogIGNsdXN0ZXI6CiAgICBjZXJ0aWZpY2F0ZS1hdXRob3JpdHktZGF0YTogTFMwdExTMUNSVWRKVGlCRFJWSlVTVVpKUTBGVVJTMHRMUzB0Q2sxSlNVSlhha05EUVZGSFowRjNTVUpCWjBsQ1FVUkJTMEpuWjNGb2EycFBVRkZSUkVGcVFWWk5VazEzUlZGWlJGWlJVVVJGZDNCeVpGZEtiR050Tld3S1pFZFdlazFDTkZoRVZFa3hUVVJyZVU5VVJURk5hbWQ1VGtadldFUlVUVEZOUkd0NVQxUkZNVTFxWjNsT1JtOTNSbFJGVkUxQ1JVZEJNVlZGUVhoTlN3cGhNMVpwV2xoS2RWcFlVbXhqZWtKYVRVSk5SMEo1Y1VkVFRUUTVRV2RGUjBORGNVZFRUVFE1UVhkRlNFRXdTVUZDVFVWR1EwZzRWM2dyVkhoNlUyUTNDbGQyTDNZeFUxRXpORTlZVG5obU5YUkpUVTVPTDNaSVVWcG1iVTB3YlVSS01UZ3ZhRk56TXpKV2IwRnBaamh1UkVkV1pESnBXVkl6SzFnMmMwRTRabmdLYTAxM1lubDZTMnBSYWtKQlRVRTBSMEV4VldSRWQwVkNMM2RSUlVGM1NVTndSRUZRUW1kT1ZraFNUVUpCWmpoRlFsUkJSRUZSU0M5TlFqQkhRVEZWWkFwRVoxRlhRa0pTT1c1d2RtRllaWEZOVGk5NWRtOXBaMGRLYkhCV2VsSkZOM0ZVUVV0Q1oyZHhhR3RxVDFCUlVVUkJaMDVJUVVSQ1JVRnBRWEZrTXpOekNtdHJNbk4yUldablpWQTBXRTU0VVdKbldsRXJWek14Y1U5RGRYUXZSemRaVGtRME5WSjNTV2RYYTFoeE9XWkpaR0pOYlZaWVVFUTJla1F4Ym1ORU1UTUtkRGxQTDFCUGQzVTBTV28wUnpabWVGZE1PRDBLTFMwdExTMUZUa1FnUTBWU1ZFbEdTVU5CVkVVdExTMHRMUW89CiAgICBzZXJ2ZXI6IGh0dHBzOi8vNTkzNzc0MzMtMDc3Yy00ZWY2LWJkMWYtMjA5ZDE5YzgyZWI0LmFwaS5rOHMuZnItcGFyLnNjdy5jbG91ZDo2NDQzCmNvbnRleHRzOgotIG5hbWU6IGFkbWluQHRlc3QtcG9vbC16b25lCiAgY29udGV4dDoKICAgIGNsdXN0ZXI6ICJ0ZXN0LXBvb2wtem9uZSIKICAgIHVzZXI6IHRlc3QtcG9vbC16b25lLWFkbWluCmN1cnJlbnQtY29udGV4dDogYWRtaW5AdGVzdC1wb29sLXpvbmUKa2luZDogQ29uZmlnCnByZWZlcmVuY2VzOiB7fQp1c2VyczoKLSBuYW1lOiB0ZXN0LXBvb2wtem9uZS1hZG1pbgogIHVzZXI6CiAgICB0b2tlbjogZmI1NFNJeG9kamtwWmFTSU92T1ZUdWhpRGQxRU45Q0VMdTFXeWpyWHpNd2dRTWx5UHhtWXF4SzQ=","content_type":"application/octet-stream","name":"kubeconfig"}' - headers: - Content-Length: - - "1650" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 15:28:30 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 38ac7271-9756-461b-b8d0-aa9b2caf55c8 - status: 200 OK - code: 200 - duration: 108.673791ms - - id: 11 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/59377433-077c-4ef6-bd1f-209d19c82eb4 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1600 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://59377433-077c-4ef6-bd1f-209d19c82eb4.api.k8s.fr-par.scw.cloud:6443","cni":"cilium","commitment_ends_at":"2025-09-30T15:28:24.469985Z","created_at":"2025-09-30T15:28:24.469977Z","description":"","dns_wildcard":"*.59377433-077c-4ef6-bd1f-209d19c82eb4.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"0d47acd5-57ed-4455-a992-fb7609170bf6","id":"59377433-077c-4ef6-bd1f-209d19c82eb4","name":"test-pool-zone","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":"2f30018e-f3ff-4b14-89ae-d65bef03f23e","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"","service_dns_ip":"","status":"pool_required","tags":["terraform-test","scaleway_k8s_cluster","zone"],"type":"kapsule","updated_at":"2025-09-30T15:28:24.960553Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1600" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 15:28:30 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - f399df16-642d-48c5-943f-dc7f17b6ddef - status: 200 OK - code: 200 - duration: 77.562667ms - - id: 12 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 314 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: '{"name":"test-pool-zone","node_type":"pro2_xxs","autoscaling":true,"size":1,"min_size":1,"max_size":1,"container_runtime":"containerd","autohealing":true,"tags":["terraform-test","scaleway_k8s_cluster","zone"],"kubelet_args":{},"zone":"fr-par-2","root_volume_type":"default_volume_type","public_ip_disabled":false}' - form: {} - headers: - Content-Type: - - application/json - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/59377433-077c-4ef6-bd1f-209d19c82eb4/pools - method: POST - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 761 - uncompressed: false - body: '{"autohealing":true,"autoscaling":true,"cluster_id":"59377433-077c-4ef6-bd1f-209d19c82eb4","container_runtime":"containerd","created_at":"2025-09-30T15:28:30.237220Z","id":"19dcdaf1-5c09-4fb5-a58e-2671dc0a7f9e","kubelet_args":{},"max_size":1,"min_size":1,"name":"test-pool-zone","new_images_enabled":true,"node_type":"pro2_xxs","placement_group_id":null,"public_ip_disabled":false,"region":"fr-par","root_volume_size":20000000000,"root_volume_type":"sbs_5k","security_group_id":"3bf76273-ddfe-45ed-bfde-44a48b4b32d0","size":1,"status":"scaling","tags":["terraform-test","scaleway_k8s_cluster","zone"],"updated_at":"2025-09-30T15:28:30.237220Z","upgrade_policy":{"max_surge":0,"max_unavailable":1},"version":"1.34.1","zone":"fr-par-2"}' - headers: - Content-Length: - - "761" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 15:28:30 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 57647364-da97-4abe-a2bb-db6a0a893f1b - status: 200 OK - code: 200 - duration: 177.863375ms - - id: 13 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/19dcdaf1-5c09-4fb5-a58e-2671dc0a7f9e - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 761 - uncompressed: false - body: '{"autohealing":true,"autoscaling":true,"cluster_id":"59377433-077c-4ef6-bd1f-209d19c82eb4","container_runtime":"containerd","created_at":"2025-09-30T15:28:30.237220Z","id":"19dcdaf1-5c09-4fb5-a58e-2671dc0a7f9e","kubelet_args":{},"max_size":1,"min_size":1,"name":"test-pool-zone","new_images_enabled":true,"node_type":"pro2_xxs","placement_group_id":null,"public_ip_disabled":false,"region":"fr-par","root_volume_size":20000000000,"root_volume_type":"sbs_5k","security_group_id":"3bf76273-ddfe-45ed-bfde-44a48b4b32d0","size":1,"status":"scaling","tags":["terraform-test","scaleway_k8s_cluster","zone"],"updated_at":"2025-09-30T15:28:30.237220Z","upgrade_policy":{"max_surge":0,"max_unavailable":1},"version":"1.34.1","zone":"fr-par-2"}' - headers: - Content-Length: - - "761" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 15:28:30 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 15df2997-14bd-4760-84ae-6dd60e551887 - status: 200 OK - code: 200 - duration: 85.002792ms - - id: 14 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/19dcdaf1-5c09-4fb5-a58e-2671dc0a7f9e - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 759 - uncompressed: false - body: '{"autohealing":true,"autoscaling":true,"cluster_id":"59377433-077c-4ef6-bd1f-209d19c82eb4","container_runtime":"containerd","created_at":"2025-09-30T15:28:30.237220Z","id":"19dcdaf1-5c09-4fb5-a58e-2671dc0a7f9e","kubelet_args":{},"max_size":1,"min_size":1,"name":"test-pool-zone","new_images_enabled":true,"node_type":"pro2_xxs","placement_group_id":null,"public_ip_disabled":false,"region":"fr-par","root_volume_size":20000000000,"root_volume_type":"sbs_5k","security_group_id":"3bf76273-ddfe-45ed-bfde-44a48b4b32d0","size":1,"status":"ready","tags":["terraform-test","scaleway_k8s_cluster","zone"],"updated_at":"2025-09-30T15:32:38.365984Z","upgrade_policy":{"max_surge":0,"max_unavailable":1},"version":"1.34.1","zone":"fr-par-2"}' - headers: - Content-Length: - - "759" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 15:32:40 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - a6c2a7c2-bbec-4262-8463-922ac78d6963 - status: 200 OK - code: 200 - duration: 82.269625ms - - id: 15 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/59377433-077c-4ef6-bd1f-209d19c82eb4 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1592 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://59377433-077c-4ef6-bd1f-209d19c82eb4.api.k8s.fr-par.scw.cloud:6443","cni":"cilium","commitment_ends_at":"2025-09-30T15:28:24.469985Z","created_at":"2025-09-30T15:28:24.469977Z","description":"","dns_wildcard":"*.59377433-077c-4ef6-bd1f-209d19c82eb4.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"0d47acd5-57ed-4455-a992-fb7609170bf6","id":"59377433-077c-4ef6-bd1f-209d19c82eb4","name":"test-pool-zone","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":"2f30018e-f3ff-4b14-89ae-d65bef03f23e","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"","service_dns_ip":"","status":"ready","tags":["terraform-test","scaleway_k8s_cluster","zone"],"type":"kapsule","updated_at":"2025-09-30T15:29:55.632445Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1592" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 15:32:40 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 8beb2703-1923-4f1b-a648-398bcda2ba6f - status: 200 OK - code: 200 - duration: 78.980167ms - - id: 16 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/19dcdaf1-5c09-4fb5-a58e-2671dc0a7f9e - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 759 - uncompressed: false - body: '{"autohealing":true,"autoscaling":true,"cluster_id":"59377433-077c-4ef6-bd1f-209d19c82eb4","container_runtime":"containerd","created_at":"2025-09-30T15:28:30.237220Z","id":"19dcdaf1-5c09-4fb5-a58e-2671dc0a7f9e","kubelet_args":{},"max_size":1,"min_size":1,"name":"test-pool-zone","new_images_enabled":true,"node_type":"pro2_xxs","placement_group_id":null,"public_ip_disabled":false,"region":"fr-par","root_volume_size":20000000000,"root_volume_type":"sbs_5k","security_group_id":"3bf76273-ddfe-45ed-bfde-44a48b4b32d0","size":1,"status":"ready","tags":["terraform-test","scaleway_k8s_cluster","zone"],"updated_at":"2025-09-30T15:32:38.365984Z","upgrade_policy":{"max_surge":0,"max_unavailable":1},"version":"1.34.1","zone":"fr-par-2"}' - headers: - Content-Length: - - "759" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 15:32:40 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 40c55698-ee17-4565-be23-29a3ddfb20e6 - status: 200 OK - code: 200 - duration: 83.997833ms - - id: 17 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/59377433-077c-4ef6-bd1f-209d19c82eb4/nodes?order_by=created_at_asc&page=1&pool_id=19dcdaf1-5c09-4fb5-a58e-2671dc0a7f9e&status=unknown - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 620 - uncompressed: false - body: '{"nodes":[{"cluster_id":"59377433-077c-4ef6-bd1f-209d19c82eb4","conditions":{"DiskPressure":"False","MemoryPressure":"False","PIDPressure":"False","Ready":"True"},"created_at":"2025-09-30T15:31:41.046767Z","error_message":"","id":"da4ee180-9b07-4743-9c6f-383e0229e5ea","name":"scw-test-pool-zone-test-pool-zone-da4ee1809b07","pool_id":"19dcdaf1-5c09-4fb5-a58e-2671dc0a7f9e","provider_id":"scaleway://instance/fr-par-2/6a1a13c6-cc23-4b51-9e8f-1a01081dfd91","public_ip_v4":"51.159.173.252","public_ip_v6":null,"region":"fr-par","status":"ready","updated_at":"2025-09-30T15:32:38.355624Z"}],"total_count":1}' - headers: - Content-Length: - - "620" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 15:32:40 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 0a0860b8-d4be-4152-921d-4226682c1e77 - status: 200 OK - code: 200 - duration: 84.008458ms - - id: 18 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/59377433-077c-4ef6-bd1f-209d19c82eb4 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1592 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://59377433-077c-4ef6-bd1f-209d19c82eb4.api.k8s.fr-par.scw.cloud:6443","cni":"cilium","commitment_ends_at":"2025-09-30T15:28:24.469985Z","created_at":"2025-09-30T15:28:24.469977Z","description":"","dns_wildcard":"*.59377433-077c-4ef6-bd1f-209d19c82eb4.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"0d47acd5-57ed-4455-a992-fb7609170bf6","id":"59377433-077c-4ef6-bd1f-209d19c82eb4","name":"test-pool-zone","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":"2f30018e-f3ff-4b14-89ae-d65bef03f23e","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"","service_dns_ip":"","status":"ready","tags":["terraform-test","scaleway_k8s_cluster","zone"],"type":"kapsule","updated_at":"2025-09-30T15:29:55.632445Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1592" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 15:32:40 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - cd2efafa-ae22-44bb-97d0-bece062a15da - status: 200 OK - code: 200 - duration: 99.160292ms - - id: 19 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/ipam/v1/regions/fr-par/ips?order_by=created_at_desc&project_id=105bdce1-64c0-48ab-899d-868455867ecf&resource_name=scw-test-pool-zone-test-pool-zone-da4ee1809b07&resource_type=unknown_type - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1123 - uncompressed: false - body: '{"ips":[{"address":"fd5f:519c:6d46:234c:5537:993a:3c23:26b6/64","created_at":"2025-09-30T15:31:45.641218Z","id":"3c497a51-2a2d-4a67-b5cf-27543dcb9207","is_ipv6":true,"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","resource":{"id":"59af31ee-8bf4-4347-91d4-bd857bd86eca","mac_address":"02:00:00:2D:33:0E","name":"scw-test-pool-zone-test-pool-zone-da4ee1809b07","type":"instance_private_nic"},"reverses":[],"source":{"subnet_id":"22c46458-d044-44d9-8e21-9c67262e6e6e"},"tags":[],"updated_at":"2025-09-30T15:31:45.641218Z","zone":null},{"address":"172.17.112.3/22","created_at":"2025-09-30T15:31:45.516870Z","id":"9a2fc511-be9b-4264-984b-c807c2615a2a","is_ipv6":false,"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","resource":{"id":"59af31ee-8bf4-4347-91d4-bd857bd86eca","mac_address":"02:00:00:2D:33:0E","name":"scw-test-pool-zone-test-pool-zone-da4ee1809b07","type":"instance_private_nic"},"reverses":[],"source":{"subnet_id":"8644fb21-ddd0-47e8-b422-3f2d4f115dfb"},"tags":[],"updated_at":"2025-09-30T15:31:45.516870Z","zone":null}],"total_count":2}' - headers: - Content-Length: - - "1123" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 15:32:40 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 3a1e170f-f10d-49d5-93ff-1d14c8f15efc - status: 200 OK - code: 200 - duration: 125.882708ms - - id: 20 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/59377433-077c-4ef6-bd1f-209d19c82eb4 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1592 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://59377433-077c-4ef6-bd1f-209d19c82eb4.api.k8s.fr-par.scw.cloud:6443","cni":"cilium","commitment_ends_at":"2025-09-30T15:28:24.469985Z","created_at":"2025-09-30T15:28:24.469977Z","description":"","dns_wildcard":"*.59377433-077c-4ef6-bd1f-209d19c82eb4.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"0d47acd5-57ed-4455-a992-fb7609170bf6","id":"59377433-077c-4ef6-bd1f-209d19c82eb4","name":"test-pool-zone","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":"2f30018e-f3ff-4b14-89ae-d65bef03f23e","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"","service_dns_ip":"","status":"ready","tags":["terraform-test","scaleway_k8s_cluster","zone"],"type":"kapsule","updated_at":"2025-09-30T15:29:55.632445Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1592" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 15:32:40 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 108aaecb-f7e6-47c8-9e60-2a821c76d127 - status: 200 OK - code: 200 - duration: 89.749ms - - id: 21 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/19dcdaf1-5c09-4fb5-a58e-2671dc0a7f9e - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 759 - uncompressed: false - body: '{"autohealing":true,"autoscaling":true,"cluster_id":"59377433-077c-4ef6-bd1f-209d19c82eb4","container_runtime":"containerd","created_at":"2025-09-30T15:28:30.237220Z","id":"19dcdaf1-5c09-4fb5-a58e-2671dc0a7f9e","kubelet_args":{},"max_size":1,"min_size":1,"name":"test-pool-zone","new_images_enabled":true,"node_type":"pro2_xxs","placement_group_id":null,"public_ip_disabled":false,"region":"fr-par","root_volume_size":20000000000,"root_volume_type":"sbs_5k","security_group_id":"3bf76273-ddfe-45ed-bfde-44a48b4b32d0","size":1,"status":"ready","tags":["terraform-test","scaleway_k8s_cluster","zone"],"updated_at":"2025-09-30T15:32:38.365984Z","upgrade_policy":{"max_surge":0,"max_unavailable":1},"version":"1.34.1","zone":"fr-par-2"}' - headers: - Content-Length: - - "759" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 15:32:40 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 55ac5033-59ae-4cb2-9b0d-c3d787eaddbe - status: 200 OK - code: 200 - duration: 80.090042ms - - id: 22 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/fr-par/vpcs/1dd3124a-1195-4bbd-a430-dfd715ab224e - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 427 - uncompressed: false - body: '{"created_at":"2025-09-30T15:28:23.207506Z","custom_routes_propagation_enabled":true,"id":"1dd3124a-1195-4bbd-a430-dfd715ab224e","is_default":false,"name":"testAccCheckK8SPoolConfigZone","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","private_network_count":1,"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","routing_enabled":true,"tags":[],"updated_at":"2025-09-30T15:28:23.207506Z"}' - headers: - Content-Length: - - "427" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 15:32:41 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 49433198-0fca-46f9-956b-4118a24cbb32 - status: 200 OK - code: 200 - duration: 88.794167ms - - id: 23 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks/2f30018e-f3ff-4b14-89ae-d65bef03f23e - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1085 - uncompressed: false - body: '{"created_at":"2025-09-30T15:28:23.439238Z","default_route_propagation_enabled":false,"dhcp_enabled":true,"id":"2f30018e-f3ff-4b14-89ae-d65bef03f23e","name":"test-pool-zone","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","subnets":[{"created_at":"2025-09-30T15:28:23.439238Z","id":"8644fb21-ddd0-47e8-b422-3f2d4f115dfb","private_network_id":"2f30018e-f3ff-4b14-89ae-d65bef03f23e","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","subnet":"172.17.112.0/22","updated_at":"2025-09-30T15:28:23.439238Z","vpc_id":"1dd3124a-1195-4bbd-a430-dfd715ab224e"},{"created_at":"2025-09-30T15:28:23.439238Z","id":"22c46458-d044-44d9-8e21-9c67262e6e6e","private_network_id":"2f30018e-f3ff-4b14-89ae-d65bef03f23e","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","subnet":"fd5f:519c:6d46:234c::/64","updated_at":"2025-09-30T15:28:23.439238Z","vpc_id":"1dd3124a-1195-4bbd-a430-dfd715ab224e"}],"tags":[],"updated_at":"2025-09-30T15:28:23.439238Z","vpc_id":"1dd3124a-1195-4bbd-a430-dfd715ab224e"}' - headers: - Content-Length: - - "1085" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 15:32:41 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 50bc2894-3587-429e-afd3-c7a23c544831 - status: 200 OK - code: 200 - duration: 30.520167ms - - id: 24 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/59377433-077c-4ef6-bd1f-209d19c82eb4 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1592 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://59377433-077c-4ef6-bd1f-209d19c82eb4.api.k8s.fr-par.scw.cloud:6443","cni":"cilium","commitment_ends_at":"2025-09-30T15:28:24.469985Z","created_at":"2025-09-30T15:28:24.469977Z","description":"","dns_wildcard":"*.59377433-077c-4ef6-bd1f-209d19c82eb4.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"0d47acd5-57ed-4455-a992-fb7609170bf6","id":"59377433-077c-4ef6-bd1f-209d19c82eb4","name":"test-pool-zone","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":"2f30018e-f3ff-4b14-89ae-d65bef03f23e","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"","service_dns_ip":"","status":"ready","tags":["terraform-test","scaleway_k8s_cluster","zone"],"type":"kapsule","updated_at":"2025-09-30T15:29:55.632445Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1592" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 15:32:41 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 91a8bb83-1e7e-49d1-8445-45f7ad1e373a - status: 200 OK - code: 200 - duration: 80.756042ms - - id: 25 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/59377433-077c-4ef6-bd1f-209d19c82eb4/kubeconfig - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1650 - uncompressed: false - body: '{"content":"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogInRlc3QtcG9vbC16b25lIgogIGNsdXN0ZXI6CiAgICBjZXJ0aWZpY2F0ZS1hdXRob3JpdHktZGF0YTogTFMwdExTMUNSVWRKVGlCRFJWSlVTVVpKUTBGVVJTMHRMUzB0Q2sxSlNVSlhha05EUVZGSFowRjNTVUpCWjBsQ1FVUkJTMEpuWjNGb2EycFBVRkZSUkVGcVFWWk5VazEzUlZGWlJGWlJVVVJGZDNCeVpGZEtiR050Tld3S1pFZFdlazFDTkZoRVZFa3hUVVJyZVU5VVJURk5hbWQ1VGtadldFUlVUVEZOUkd0NVQxUkZNVTFxWjNsT1JtOTNSbFJGVkUxQ1JVZEJNVlZGUVhoTlN3cGhNMVpwV2xoS2RWcFlVbXhqZWtKYVRVSk5SMEo1Y1VkVFRUUTVRV2RGUjBORGNVZFRUVFE1UVhkRlNFRXdTVUZDVFVWR1EwZzRWM2dyVkhoNlUyUTNDbGQyTDNZeFUxRXpORTlZVG5obU5YUkpUVTVPTDNaSVVWcG1iVTB3YlVSS01UZ3ZhRk56TXpKV2IwRnBaamh1UkVkV1pESnBXVkl6SzFnMmMwRTRabmdLYTAxM1lubDZTMnBSYWtKQlRVRTBSMEV4VldSRWQwVkNMM2RSUlVGM1NVTndSRUZRUW1kT1ZraFNUVUpCWmpoRlFsUkJSRUZSU0M5TlFqQkhRVEZWWkFwRVoxRlhRa0pTT1c1d2RtRllaWEZOVGk5NWRtOXBaMGRLYkhCV2VsSkZOM0ZVUVV0Q1oyZHhhR3RxVDFCUlVVUkJaMDVJUVVSQ1JVRnBRWEZrTXpOekNtdHJNbk4yUldablpWQTBXRTU0VVdKbldsRXJWek14Y1U5RGRYUXZSemRaVGtRME5WSjNTV2RYYTFoeE9XWkpaR0pOYlZaWVVFUTJla1F4Ym1ORU1UTUtkRGxQTDFCUGQzVTBTV28wUnpabWVGZE1PRDBLTFMwdExTMUZUa1FnUTBWU1ZFbEdTVU5CVkVVdExTMHRMUW89CiAgICBzZXJ2ZXI6IGh0dHBzOi8vNTkzNzc0MzMtMDc3Yy00ZWY2LWJkMWYtMjA5ZDE5YzgyZWI0LmFwaS5rOHMuZnItcGFyLnNjdy5jbG91ZDo2NDQzCmNvbnRleHRzOgotIG5hbWU6IGFkbWluQHRlc3QtcG9vbC16b25lCiAgY29udGV4dDoKICAgIGNsdXN0ZXI6ICJ0ZXN0LXBvb2wtem9uZSIKICAgIHVzZXI6IHRlc3QtcG9vbC16b25lLWFkbWluCmN1cnJlbnQtY29udGV4dDogYWRtaW5AdGVzdC1wb29sLXpvbmUKa2luZDogQ29uZmlnCnByZWZlcmVuY2VzOiB7fQp1c2VyczoKLSBuYW1lOiB0ZXN0LXBvb2wtem9uZS1hZG1pbgogIHVzZXI6CiAgICB0b2tlbjogZmI1NFNJeG9kamtwWmFTSU92T1ZUdWhpRGQxRU45Q0VMdTFXeWpyWHpNd2dRTWx5UHhtWXF4SzQ=","content_type":"application/octet-stream","name":"kubeconfig"}' - headers: - Content-Length: - - "1650" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 15:32:41 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 8a314185-0114-452d-9143-a17e64ef8779 - status: 200 OK - code: 200 - duration: 85.173291ms - - id: 26 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/19dcdaf1-5c09-4fb5-a58e-2671dc0a7f9e - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 759 - uncompressed: false - body: '{"autohealing":true,"autoscaling":true,"cluster_id":"59377433-077c-4ef6-bd1f-209d19c82eb4","container_runtime":"containerd","created_at":"2025-09-30T15:28:30.237220Z","id":"19dcdaf1-5c09-4fb5-a58e-2671dc0a7f9e","kubelet_args":{},"max_size":1,"min_size":1,"name":"test-pool-zone","new_images_enabled":true,"node_type":"pro2_xxs","placement_group_id":null,"public_ip_disabled":false,"region":"fr-par","root_volume_size":20000000000,"root_volume_type":"sbs_5k","security_group_id":"3bf76273-ddfe-45ed-bfde-44a48b4b32d0","size":1,"status":"ready","tags":["terraform-test","scaleway_k8s_cluster","zone"],"updated_at":"2025-09-30T15:32:38.365984Z","upgrade_policy":{"max_surge":0,"max_unavailable":1},"version":"1.34.1","zone":"fr-par-2"}' - headers: - Content-Length: - - "759" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 15:32:41 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 99e569a0-83f4-430e-b8f1-590129050d04 - status: 200 OK - code: 200 - duration: 72.223125ms - - id: 27 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/59377433-077c-4ef6-bd1f-209d19c82eb4/nodes?order_by=created_at_asc&page=1&pool_id=19dcdaf1-5c09-4fb5-a58e-2671dc0a7f9e&status=unknown - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 620 - uncompressed: false - body: '{"nodes":[{"cluster_id":"59377433-077c-4ef6-bd1f-209d19c82eb4","conditions":{"DiskPressure":"False","MemoryPressure":"False","PIDPressure":"False","Ready":"True"},"created_at":"2025-09-30T15:31:41.046767Z","error_message":"","id":"da4ee180-9b07-4743-9c6f-383e0229e5ea","name":"scw-test-pool-zone-test-pool-zone-da4ee1809b07","pool_id":"19dcdaf1-5c09-4fb5-a58e-2671dc0a7f9e","provider_id":"scaleway://instance/fr-par-2/6a1a13c6-cc23-4b51-9e8f-1a01081dfd91","public_ip_v4":"51.159.173.252","public_ip_v6":null,"region":"fr-par","status":"ready","updated_at":"2025-09-30T15:32:38.355624Z"}],"total_count":1}' - headers: - Content-Length: - - "620" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 15:32:41 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - ae57f512-4026-4187-ada9-6d0c6db552a6 - status: 200 OK - code: 200 - duration: 92.654708ms - - id: 28 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/59377433-077c-4ef6-bd1f-209d19c82eb4 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1592 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://59377433-077c-4ef6-bd1f-209d19c82eb4.api.k8s.fr-par.scw.cloud:6443","cni":"cilium","commitment_ends_at":"2025-09-30T15:28:24.469985Z","created_at":"2025-09-30T15:28:24.469977Z","description":"","dns_wildcard":"*.59377433-077c-4ef6-bd1f-209d19c82eb4.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"0d47acd5-57ed-4455-a992-fb7609170bf6","id":"59377433-077c-4ef6-bd1f-209d19c82eb4","name":"test-pool-zone","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":"2f30018e-f3ff-4b14-89ae-d65bef03f23e","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"","service_dns_ip":"","status":"ready","tags":["terraform-test","scaleway_k8s_cluster","zone"],"type":"kapsule","updated_at":"2025-09-30T15:29:55.632445Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1592" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 15:32:41 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 09e6a42f-f022-4d91-af85-0f643a1c39bc - status: 200 OK - code: 200 - duration: 84.986333ms - - id: 29 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/ipam/v1/regions/fr-par/ips?order_by=created_at_desc&project_id=105bdce1-64c0-48ab-899d-868455867ecf&resource_name=scw-test-pool-zone-test-pool-zone-da4ee1809b07&resource_type=unknown_type - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1123 - uncompressed: false - body: '{"ips":[{"address":"fd5f:519c:6d46:234c:5537:993a:3c23:26b6/64","created_at":"2025-09-30T15:31:45.641218Z","id":"3c497a51-2a2d-4a67-b5cf-27543dcb9207","is_ipv6":true,"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","resource":{"id":"59af31ee-8bf4-4347-91d4-bd857bd86eca","mac_address":"02:00:00:2D:33:0E","name":"scw-test-pool-zone-test-pool-zone-da4ee1809b07","type":"instance_private_nic"},"reverses":[],"source":{"subnet_id":"22c46458-d044-44d9-8e21-9c67262e6e6e"},"tags":[],"updated_at":"2025-09-30T15:31:45.641218Z","zone":null},{"address":"172.17.112.3/22","created_at":"2025-09-30T15:31:45.516870Z","id":"9a2fc511-be9b-4264-984b-c807c2615a2a","is_ipv6":false,"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","resource":{"id":"59af31ee-8bf4-4347-91d4-bd857bd86eca","mac_address":"02:00:00:2D:33:0E","name":"scw-test-pool-zone-test-pool-zone-da4ee1809b07","type":"instance_private_nic"},"reverses":[],"source":{"subnet_id":"8644fb21-ddd0-47e8-b422-3f2d4f115dfb"},"tags":[],"updated_at":"2025-09-30T15:31:45.516870Z","zone":null}],"total_count":2}' - headers: - Content-Length: - - "1123" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 15:32:41 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 49f6b8fa-86b7-44b1-aa74-02a14331b1b8 - status: 200 OK - code: 200 - duration: 117.491708ms - - id: 30 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/19dcdaf1-5c09-4fb5-a58e-2671dc0a7f9e - method: DELETE - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 762 - uncompressed: false - body: '{"autohealing":true,"autoscaling":true,"cluster_id":"59377433-077c-4ef6-bd1f-209d19c82eb4","container_runtime":"containerd","created_at":"2025-09-30T15:28:30.237220Z","id":"19dcdaf1-5c09-4fb5-a58e-2671dc0a7f9e","kubelet_args":{},"max_size":1,"min_size":1,"name":"test-pool-zone","new_images_enabled":true,"node_type":"pro2_xxs","placement_group_id":null,"public_ip_disabled":false,"region":"fr-par","root_volume_size":20000000000,"root_volume_type":"sbs_5k","security_group_id":"3bf76273-ddfe-45ed-bfde-44a48b4b32d0","size":1,"status":"deleting","tags":["terraform-test","scaleway_k8s_cluster","zone"],"updated_at":"2025-09-30T15:32:42.134805Z","upgrade_policy":{"max_surge":0,"max_unavailable":1},"version":"1.34.1","zone":"fr-par-2"}' - headers: - Content-Length: - - "762" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 15:32:42 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - ce0aa0a7-f1a4-4de4-9913-da14c1d07045 - status: 200 OK - code: 200 - duration: 101.820625ms - - id: 31 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/19dcdaf1-5c09-4fb5-a58e-2671dc0a7f9e - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 762 - uncompressed: false - body: '{"autohealing":true,"autoscaling":true,"cluster_id":"59377433-077c-4ef6-bd1f-209d19c82eb4","container_runtime":"containerd","created_at":"2025-09-30T15:28:30.237220Z","id":"19dcdaf1-5c09-4fb5-a58e-2671dc0a7f9e","kubelet_args":{},"max_size":1,"min_size":1,"name":"test-pool-zone","new_images_enabled":true,"node_type":"pro2_xxs","placement_group_id":null,"public_ip_disabled":false,"region":"fr-par","root_volume_size":20000000000,"root_volume_type":"sbs_5k","security_group_id":"3bf76273-ddfe-45ed-bfde-44a48b4b32d0","size":1,"status":"deleting","tags":["terraform-test","scaleway_k8s_cluster","zone"],"updated_at":"2025-09-30T15:32:42.134805Z","upgrade_policy":{"max_surge":0,"max_unavailable":1},"version":"1.34.1","zone":"fr-par-2"}' - headers: - Content-Length: - - "762" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 15:32:42 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 59acb1ba-af6f-4703-9278-751b40eb86d8 - status: 200 OK - code: 200 - duration: 88.722209ms - - id: 32 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/19dcdaf1-5c09-4fb5-a58e-2671dc0a7f9e - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 125 - uncompressed: false - body: '{"message":"resource is not found","resource":"pool","resource_id":"19dcdaf1-5c09-4fb5-a58e-2671dc0a7f9e","type":"not_found"}' - headers: - Content-Length: - - "125" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 15:37:02 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 6a1cf03c-e602-4b9c-a799-85d98b7dcdf2 - status: 404 Not Found - code: 404 - duration: 21.698583ms - - id: 33 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/59377433-077c-4ef6-bd1f-209d19c82eb4?with_additional_resources=false - method: DELETE - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1631 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://59377433-077c-4ef6-bd1f-209d19c82eb4.api.k8s.fr-par.scw.cloud:6443","cni":"cilium","commitment_ends_at":"2025-09-30T15:28:24.469985Z","created_at":"2025-09-30T15:28:24.469977Z","description":"","dns_wildcard":"*.59377433-077c-4ef6-bd1f-209d19c82eb4.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"0d47acd5-57ed-4455-a992-fb7609170bf6","id":"59377433-077c-4ef6-bd1f-209d19c82eb4","name":"test-pool-zone","new_images_enabled":false,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"100.64.0.0/15","private_network_id":"2f30018e-f3ff-4b14-89ae-d65bef03f23e","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"10.32.0.0/20","service_dns_ip":"10.32.0.10","status":"deleting","tags":["terraform-test","scaleway_k8s_cluster","zone"],"type":"kapsule","updated_at":"2025-09-30T15:37:02.354924Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1631" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 15:37:02 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - a5488c95-8a78-4ed6-b956-c4c50a7db8b5 - status: 200 OK - code: 200 - duration: 216.898375ms - - id: 34 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/59377433-077c-4ef6-bd1f-209d19c82eb4 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1595 - uncompressed: false - body: '{"acl_available":true,"admission_plugins":[],"apiserver_cert_sans":[],"auto_upgrade":{"enabled":false,"maintenance_window":{"day":"any","start_hour":0}},"autoscaler_config":{"balance_similar_node_groups":false,"estimator":"binpacking","expander":"random","expendable_pods_priority_cutoff":0,"ignore_daemonsets_utilization":false,"max_graceful_termination_sec":0,"scale_down_delay_after_add":"10m","scale_down_disabled":false,"scale_down_unneeded_time":"10m","scale_down_utilization_threshold":0.5},"cluster_url":"https://59377433-077c-4ef6-bd1f-209d19c82eb4.api.k8s.fr-par.scw.cloud:6443","cni":"cilium","commitment_ends_at":"2025-09-30T15:28:24.469985Z","created_at":"2025-09-30T15:28:24.469977Z","description":"","dns_wildcard":"*.59377433-077c-4ef6-bd1f-209d19c82eb4.nodes.k8s.fr-par.scw.cloud","feature_gates":[],"iam_nodes_group_id":"0d47acd5-57ed-4455-a992-fb7609170bf6","id":"59377433-077c-4ef6-bd1f-209d19c82eb4","name":"test-pool-zone","new_images_enabled":true,"open_id_connect_config":{"client_id":"","groups_claim":[],"groups_prefix":"","issuer_url":"","required_claim":[],"username_claim":"","username_prefix":""},"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pod_cidr":"","private_network_id":"2f30018e-f3ff-4b14-89ae-d65bef03f23e","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","service_cidr":"","service_dns_ip":"","status":"deleting","tags":["terraform-test","scaleway_k8s_cluster","zone"],"type":"kapsule","updated_at":"2025-09-30T15:37:02.354924Z","upgrade_available":false,"version":"1.34.1"}' - headers: - Content-Length: - - "1595" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 15:37:02 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 9dd59f02-d13c-4dae-98b5-47e3b39ca6a6 - status: 200 OK - code: 200 - duration: 87.672875ms - - id: 35 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/59377433-077c-4ef6-bd1f-209d19c82eb4 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 128 - uncompressed: false - body: '{"message":"resource is not found","resource":"cluster","resource_id":"59377433-077c-4ef6-bd1f-209d19c82eb4","type":"not_found"}' - headers: - Content-Length: - - "128" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 15:37:17 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 0510545c-ef37-45d4-bbd6-03b0054fa481 - status: 404 Not Found - code: 404 - duration: 25.407917ms - - id: 36 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks/2f30018e-f3ff-4b14-89ae-d65bef03f23e - method: DELETE - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 0 - uncompressed: false - body: "" - headers: - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 15:37:19 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 8b69d42f-8bb1-4835-aa99-498c16c1e93e - status: 204 No Content - code: 204 - duration: 1.193541417s - - id: 37 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/fr-par/vpcs/1dd3124a-1195-4bbd-a430-dfd715ab224e - method: DELETE - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 0 - uncompressed: false - body: "" - headers: - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 15:37:19 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 976075f5-28f8-4067-804d-c9bff65bb5a0 - status: 204 No Content - code: 204 - duration: 166.503375ms - - id: 38 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/19dcdaf1-5c09-4fb5-a58e-2671dc0a7f9e - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 125 - uncompressed: false - body: '{"message":"resource is not found","resource":"pool","resource_id":"19dcdaf1-5c09-4fb5-a58e-2671dc0a7f9e","type":"not_found"}' - headers: - Content-Length: - - "125" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 15:37:19 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - b6e7366d-134d-473e-b96c-02acb5d954aa - status: 404 Not Found - code: 404 - duration: 26.007334ms - - id: 39 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/59377433-077c-4ef6-bd1f-209d19c82eb4 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 128 - uncompressed: false - body: '{"message":"resource is not found","resource":"cluster","resource_id":"59377433-077c-4ef6-bd1f-209d19c82eb4","type":"not_found"}' - headers: - Content-Length: - - "128" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 15:37:19 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 3a23dcd2-97aa-40e6-ab70-c3286bad921f - status: 404 Not Found - code: 404 - duration: 28.0785ms - - id: 40 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks/2f30018e-f3ff-4b14-89ae-d65bef03f23e - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 136 - uncompressed: false - body: '{"message":"resource is not found","resource":"private_network","resource_id":"2f30018e-f3ff-4b14-89ae-d65bef03f23e","type":"not_found"}' - headers: - Content-Length: - - "136" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 30 Sep 2025 15:37:19 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 65e85f71-d7ee-4155-bedc-eef382820e42 - status: 404 Not Found - code: 404 - duration: 24.384667ms +- id: 0 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/versions + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 4476 + body: "{\"versions\":[{\"region\":\"fr-par\", \"name\":\"1.34.1\", \"label\":\"Kubernetes 1.34.1\", \"available_cnis\":[\"cilium\", \"cilium_native\", \"calico\", \"kilo\", \"none\"], \"available_container_runtimes\":[\"containerd\"], \"available_feature_gates\":[\"HPAScaleToZero\", \"CPUManagerPolicyAlphaOptions\", \"ImageVolume\"], \"available_admission_plugins\":[\"AlwaysPullImages\", \"PodNodeSelector\", \"PodTolerationRestriction\"], \"available_kubelet_args\":{\"containerLogMaxFiles\":\"uint16\", \"containerLogMaxSize\":\"quantity\", \"cpuCFSQuota\":\"bool\", \"cpuCFSQuotaPeriod\":\"duration\", \"cpuManagerPolicy\":\"enum:none|static\", \"cpuManagerPolicyOptions\":\"map[string]string\", \"enableDebuggingHandlers\":\"bool\", \"evictionHard\":\"map[string]string\", \"evictionMinimumReclaim\":\"map[string]string\", \"imageGCHighThresholdPercent\":\"uint32\", \"imageGCLowThresholdPercent\":\"uint32\", \"maxParallelImagePulls\":\"int32\", \"maxPods\":\"uint16\", \"registryBurst\":\"int32\", \"registryPullQPS\":\"int32\", \"serializeImagePulls\":\"bool\"}, \"deprecated_at\":\"2026-09-29T00:00:00Z\", \"end_of_life_at\":\"2026-11-29T00:00:00Z\", \"released_at\":\"2025-09-29T00:00:00Z\"}, {\"region\":\"fr-par\", \"name\":\"1.33.4\", \"label\":\"Kubernetes 1.33.4\", \"available_cnis\":[\"cilium\", \"calico\", \"kilo\", \"none\"], \"available_container_runtimes\":[\"containerd\"], \"available_feature_gates\":[\"HPAScaleToZero\", \"DRAAdminAccess\", \"DynamicResourceAllocation\", \"PodLevelResources\", \"CPUManagerPolicyAlphaOptions\", \"ImageVolume\"], \"available_admission_plugins\":[\"AlwaysPullImages\", \"PodNodeSelector\", \"PodTolerationRestriction\"], \"available_kubelet_args\":{\"containerLogMaxFiles\":\"uint16\", \"containerLogMaxSize\":\"quantity\", \"cpuCFSQuota\":\"bool\", \"cpuCFSQuotaPeriod\":\"duration\", \"cpuManagerPolicy\":\"enum:none|static\", \"cpuManagerPolicyOptions\":\"map[string]string\", \"enableDebuggingHandlers\":\"bool\", \"evictionHard\":\"map[string]string\", \"evictionMinimumReclaim\":\"map[string]string\", \"imageGCHighThresholdPercent\":\"uint32\", \"imageGCLowThresholdPercent\":\"uint32\", \"maxParallelImagePulls\":\"int32\", \"maxPods\":\"uint16\", \"registryBurst\":\"int32\", \"registryPullQPS\":\"int32\", \"serializeImagePulls\":\"bool\"}, \"deprecated_at\":\"2026-09-04T00:00:00Z\", \"end_of_life_at\":\"2026-11-04T00:00:00Z\", \"released_at\":\"2025-09-04T00:00:00Z\"}, {\"region\":\"fr-par\", \"name\":\"1.32.8\", \"label\":\"Kubernetes 1.32.8\", \"available_cnis\":[\"cilium\", \"calico\", \"kilo\", \"none\"], \"available_container_runtimes\":[\"containerd\"], \"available_feature_gates\":[\"HPAScaleToZero\", \"InPlacePodVerticalScaling\", \"SidecarContainers\", \"DRAAdminAccess\", \"DRAResourceClaimDeviceStatus\", \"DynamicResourceAllocation\", \"PodLevelResources\", \"CPUManagerPolicyAlphaOptions\", \"ImageVolume\"], \"available_admission_plugins\":[\"AlwaysPullImages\", \"PodNodeSelector\", \"PodTolerationRestriction\"], \"available_kubelet_args\":{\"containerLogMaxFiles\":\"uint16\", \"containerLogMaxSize\":\"quantity\", \"cpuCFSQuota\":\"bool\", \"cpuCFSQuotaPeriod\":\"duration\", \"cpuManagerPolicy\":\"enum:none|static\", \"cpuManagerPolicyOptions\":\"map[string]string\", \"enableDebuggingHandlers\":\"bool\", \"evictionHard\":\"map[string]string\", \"evictionMinimumReclaim\":\"map[string]string\", \"imageGCHighThresholdPercent\":\"uint32\", \"imageGCLowThresholdPercent\":\"uint32\", \"maxParallelImagePulls\":\"int32\", \"maxPods\":\"uint16\", \"registryBurst\":\"int32\", \"registryPullQPS\":\"int32\", \"serializeImagePulls\":\"bool\"}, \"deprecated_at\":\"2026-03-24T00:00:00Z\", \"end_of_life_at\":\"2025-05-24T00:00:00Z\", \"released_at\":\"2025-03-24T00:00:00Z\"}, {\"region\":\"fr-par\", \"name\":\"1.31.12\", \"label\":\"Kubernetes 1.31.12\", \"available_cnis\":[\"cilium\", \"calico\", \"kilo\", \"none\"], \"available_container_runtimes\":[\"containerd\"], \"available_feature_gates\":[\"HPAScaleToZero\", \"InPlacePodVerticalScaling\", \"SidecarContainers\", \"CPUManagerPolicyAlphaOptions\", \"ImageVolume\"], \"available_admission_plugins\":[\"AlwaysPullImages\", \"PodNodeSelector\", \"PodTolerationRestriction\"], \"available_kubelet_args\":{\"containerLogMaxFiles\":\"uint16\", \"containerLogMaxSize\":\"quantity\", \"cpuCFSQuota\":\"bool\", \"cpuCFSQuotaPeriod\":\"duration\", \"cpuManagerPolicy\":\"enum:none|static\", \"cpuManagerPolicyOptions\":\"map[string]string\", \"enableDebuggingHandlers\":\"bool\", \"evictionHard\":\"map[string]string\", \"evictionMinimumReclaim\":\"map[string]string\", \"imageGCHighThresholdPercent\":\"uint32\", \"imageGCLowThresholdPercent\":\"uint32\", \"maxParallelImagePulls\":\"int32\", \"maxPods\":\"uint16\", \"registryBurst\":\"int32\", \"registryPullQPS\":\"int32\", \"serializeImagePulls\":\"bool\"}, \"deprecated_at\":\"2025-12-02T00:00:00Z\", \"end_of_life_at\":\"2026-02-02T00:00:00Z\", \"released_at\":\"2024-12-02T00:00:00Z\"}]}" + headers: + Content-Length: + - "4476" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:18:16 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 6b98c36a-00f2-4994-b46d-f1267e8e0cf5 + status: 200 OK + code: 200 + duration: 21.678256ms +- id: 1 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 125 + host: api.scaleway.com + body: "{\"name\":\"testAccCheckK8SPoolConfigZone\",\"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\",\"tags\":[],\"enable_routing\":false}" + headers: + Content-Type: + - application/json + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/vpc/v2/regions/fr-par/vpcs + method: POST + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 427 + body: "{\"id\":\"292d9618-7ef0-4404-9408-efd679d9baeb\", \"name\":\"testAccCheckK8SPoolConfigZone\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:38.597202Z\", \"updated_at\":\"2025-10-30T16:18:38.597202Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_default\":false, \"private_network_count\":0, \"routing_enabled\":true, \"custom_routes_propagation_enabled\":true, \"region\":\"fr-par\"}" + headers: + Content-Length: + - "427" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:18:38 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 8e29845c-d283-4044-8b10-1b9114c1ea88 + status: 200 OK + code: 200 + duration: 68.444587ms +- id: 2 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/vpc/v2/regions/fr-par/vpcs/292d9618-7ef0-4404-9408-efd679d9baeb + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 427 + body: "{\"id\":\"292d9618-7ef0-4404-9408-efd679d9baeb\", \"name\":\"testAccCheckK8SPoolConfigZone\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:38.597202Z\", \"updated_at\":\"2025-10-30T16:18:38.597202Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_default\":false, \"private_network_count\":0, \"routing_enabled\":true, \"custom_routes_propagation_enabled\":true, \"region\":\"fr-par\"}" + headers: + Content-Length: + - "427" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:18:38 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 704b0999-19bc-4803-9262-233bd19c32f1 + status: 200 OK + code: 200 + duration: 23.106276ms +- id: 3 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 192 + host: api.scaleway.com + body: "{\"name\":\"test-pool-zone\",\"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\",\"tags\":[],\"subnets\":null,\"vpc_id\":\"292d9618-7ef0-4404-9408-efd679d9baeb\",\"default_route_propagation_enabled\":false}" + headers: + Content-Type: + - application/json + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks + method: POST + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1084 + body: "{\"id\":\"27ac07db-b4f0-46c0-b33c-fda26a546295\", \"name\":\"test-pool-zone\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:38.685380Z\", \"updated_at\":\"2025-10-30T16:18:38.685380Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"subnets\":[{\"id\":\"33a3e721-7289-4305-975f-e325f5fa6a82\", \"created_at\":\"2025-10-30T16:18:38.685380Z\", \"updated_at\":\"2025-10-30T16:18:38.685380Z\", \"subnet\":\"172.18.56.0/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"27ac07db-b4f0-46c0-b33c-fda26a546295\", \"vpc_id\":\"292d9618-7ef0-4404-9408-efd679d9baeb\"}, {\"id\":\"b450b883-5f61-4703-856e-3bed5e617812\", \"created_at\":\"2025-10-30T16:18:38.685380Z\", \"updated_at\":\"2025-10-30T16:18:38.685380Z\", \"subnet\":\"fd5f:519c:6d46:f63d::/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"27ac07db-b4f0-46c0-b33c-fda26a546295\", \"vpc_id\":\"292d9618-7ef0-4404-9408-efd679d9baeb\"}], \"vpc_id\":\"292d9618-7ef0-4404-9408-efd679d9baeb\", \"dhcp_enabled\":true, \"default_route_propagation_enabled\":false, \"region\":\"fr-par\"}" + headers: + Content-Length: + - "1084" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:18:39 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 8a871354-c7bb-4598-8e45-f909f7146d11 + status: 200 OK + code: 200 + duration: 644.102037ms +- id: 4 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks/27ac07db-b4f0-46c0-b33c-fda26a546295 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1084 + body: "{\"id\":\"27ac07db-b4f0-46c0-b33c-fda26a546295\", \"name\":\"test-pool-zone\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:38.685380Z\", \"updated_at\":\"2025-10-30T16:18:38.685380Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"subnets\":[{\"id\":\"33a3e721-7289-4305-975f-e325f5fa6a82\", \"created_at\":\"2025-10-30T16:18:38.685380Z\", \"updated_at\":\"2025-10-30T16:18:38.685380Z\", \"subnet\":\"172.18.56.0/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"27ac07db-b4f0-46c0-b33c-fda26a546295\", \"vpc_id\":\"292d9618-7ef0-4404-9408-efd679d9baeb\"}, {\"id\":\"b450b883-5f61-4703-856e-3bed5e617812\", \"created_at\":\"2025-10-30T16:18:38.685380Z\", \"updated_at\":\"2025-10-30T16:18:38.685380Z\", \"subnet\":\"fd5f:519c:6d46:f63d::/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"27ac07db-b4f0-46c0-b33c-fda26a546295\", \"vpc_id\":\"292d9618-7ef0-4404-9408-efd679d9baeb\"}], \"vpc_id\":\"292d9618-7ef0-4404-9408-efd679d9baeb\", \"dhcp_enabled\":true, \"default_route_propagation_enabled\":false, \"region\":\"fr-par\"}" + headers: + Content-Length: + - "1084" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:18:39 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - fafdff99-1221-4ee8-8226-1c33949a7ca2 + status: 200 OK + code: 200 + duration: 32.984325ms +- id: 5 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 692 + host: api.scaleway.com + body: "{\"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\",\"type\":\"\",\"name\":\"test-pool-zone\",\"description\":\"\",\"tags\":[\"terraform-test\",\"scaleway_k8s_cluster\",\"zone\"],\"version\":\"1.34.1\",\"cni\":\"cilium\",\"pools\":null,\"autoscaler_config\":{\"scale_down_disabled\":null,\"scale_down_delay_after_add\":null,\"estimator\":\"unknown_estimator\",\"expander\":\"unknown_expander\",\"ignore_daemonsets_utilization\":null,\"balance_similar_node_groups\":null,\"expendable_pods_priority_cutoff\":0,\"scale_down_unneeded_time\":null,\"scale_down_utilization_threshold\":null,\"max_graceful_termination_sec\":0},\"feature_gates\":[],\"admission_plugins\":[],\"apiserver_cert_sans\":[],\"private_network_id\":\"27ac07db-b4f0-46c0-b33c-fda26a546295\"}" + headers: + Content-Type: + - application/json + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters + method: POST + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1595 + body: "{\"region\":\"fr-par\", \"id\":\"d791f1d5-dc37-4c4f-93d7-8af7989c1049\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:39.505931Z\", \"updated_at\":\"2025-10-30T16:18:39.505931Z\", \"type\":\"kapsule\", \"name\":\"test-pool-zone\", \"description\":\"\", \"status\":\"creating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"zone\"], \"cluster_url\":\"https://d791f1d5-dc37-4c4f-93d7-8af7989c1049.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.d791f1d5-dc37-4c4f-93d7-8af7989c1049.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"27ac07db-b4f0-46c0-b33c-fda26a546295\", \"commitment_ends_at\":\"2025-10-30T16:18:39.505941Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"\", \"new_images_enabled\":false, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1595" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:18:39 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 40d72da8-a0fc-48b1-9c87-3c8a1c3821ec + status: 200 OK + code: 200 + duration: 190.340994ms +- id: 6 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/d791f1d5-dc37-4c4f-93d7-8af7989c1049 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1594 + body: "{\"region\":\"fr-par\", \"id\":\"d791f1d5-dc37-4c4f-93d7-8af7989c1049\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:39.505931Z\", \"updated_at\":\"2025-10-30T16:18:39.505931Z\", \"type\":\"kapsule\", \"name\":\"test-pool-zone\", \"description\":\"\", \"status\":\"creating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"zone\"], \"cluster_url\":\"https://d791f1d5-dc37-4c4f-93d7-8af7989c1049.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.d791f1d5-dc37-4c4f-93d7-8af7989c1049.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"27ac07db-b4f0-46c0-b33c-fda26a546295\", \"commitment_ends_at\":\"2025-10-30T16:18:39.505941Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1594" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:18:39 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - aa3fa035-3e37-4832-8754-adb66f991ce3 + status: 200 OK + code: 200 + duration: 102.937825ms +- id: 7 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/d791f1d5-dc37-4c4f-93d7-8af7989c1049 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1635 + body: "{\"region\":\"fr-par\", \"id\":\"d791f1d5-dc37-4c4f-93d7-8af7989c1049\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:39.505931Z\", \"updated_at\":\"2025-10-30T16:18:40.018746Z\", \"type\":\"kapsule\", \"name\":\"test-pool-zone\", \"description\":\"\", \"status\":\"pool_required\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"zone\"], \"cluster_url\":\"https://d791f1d5-dc37-4c4f-93d7-8af7989c1049.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.d791f1d5-dc37-4c4f-93d7-8af7989c1049.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"27ac07db-b4f0-46c0-b33c-fda26a546295\", \"commitment_ends_at\":\"2025-10-30T16:18:39.505941Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"1fa4e0ee-4dd6-419e-9825-9684ada716ba\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1635" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:18:44 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - e335740a-0720-4ba5-97d3-cab483e56d3d + status: 200 OK + code: 200 + duration: 81.317808ms +- id: 8 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + form: + order_by: + - created_at_asc + page: + - "1" + status: + - unknown + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/d791f1d5-dc37-4c4f-93d7-8af7989c1049/pools?order_by=created_at_asc&page=1&status=unknown + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 29 + body: "{\"total_count\":0, \"pools\":[]}" + headers: + Content-Length: + - "29" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:18:44 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - d645e898-5cc8-4ccd-a7e6-91269560ff0f + status: 200 OK + code: 200 + duration: 23.799697ms +- id: 9 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/d791f1d5-dc37-4c4f-93d7-8af7989c1049 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1635 + body: "{\"region\":\"fr-par\", \"id\":\"d791f1d5-dc37-4c4f-93d7-8af7989c1049\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:39.505931Z\", \"updated_at\":\"2025-10-30T16:18:40.018746Z\", \"type\":\"kapsule\", \"name\":\"test-pool-zone\", \"description\":\"\", \"status\":\"pool_required\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"zone\"], \"cluster_url\":\"https://d791f1d5-dc37-4c4f-93d7-8af7989c1049.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.d791f1d5-dc37-4c4f-93d7-8af7989c1049.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"27ac07db-b4f0-46c0-b33c-fda26a546295\", \"commitment_ends_at\":\"2025-10-30T16:18:39.505941Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"1fa4e0ee-4dd6-419e-9825-9684ada716ba\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1635" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:18:44 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 7ce44204-be23-47ca-be95-c1a291a7d532 + status: 200 OK + code: 200 + duration: 105.520682ms +- id: 10 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/d791f1d5-dc37-4c4f-93d7-8af7989c1049/kubeconfig + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1650 + body: "{\"name\":\"kubeconfig\", \"content_type\":\"application/octet-stream\", \"content\":\"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogInRlc3QtcG9vbC16b25lIgogIGNsdXN0ZXI6CiAgICBjZXJ0aWZpY2F0ZS1hdXRob3JpdHktZGF0YTogTFMwdExTMUNSVWRKVGlCRFJWSlVTVVpKUTBGVVJTMHRMUzB0Q2sxSlNVSlhha05EUVZGSFowRjNTVUpCWjBsQ1FVUkJTMEpuWjNGb2EycFBVRkZSUkVGcVFWWk5VazEzUlZGWlJGWlJVVVJGZDNCeVpGZEtiR050Tld3S1pFZFdlazFDTkZoRVZFa3hUVlJCZVU5VVJUSk5WR2Q2VDFadldFUlVUVEZOVkVGNVQxUkZNazFVWjNwUFZtOTNSbFJGVkUxQ1JVZEJNVlZGUVhoTlN3cGhNMVpwV2xoS2RWcFlVbXhqZWtKYVRVSk5SMEo1Y1VkVFRUUTVRV2RGUjBORGNVZFRUVFE1UVhkRlNFRXdTVUZDUVdaM1FVVlBjV05XZFRGTGFucExDbTl3WTFBNU5GRjFaVFZRS3pkeVV5OTZRMHhqYVhkaVowUjNOVzlOV1hVcmQxWjZjbXRvZFRWT2ExUjNiMG93Y0hoM2RXTjVObHBJTW5kV1dFcHlZWFVLYnpORFNIVmtSMnBSYWtKQlRVRTBSMEV4VldSRWQwVkNMM2RSUlVGM1NVTndSRUZRUW1kT1ZraFNUVUpCWmpoRlFsUkJSRUZSU0M5TlFqQkhRVEZWWkFwRVoxRlhRa0pUUVhKcmQwbDNibTFpYUM5elprdE5Oa1JLTDFRd01WQlNTRVY2UVV0Q1oyZHhhR3RxVDFCUlVVUkJaMDVJUVVSQ1JVRnBRak5qVkVaT0NuZHFiemRNVW5CVVRHTTBSVE5yTmxWR2MxWnZNM0V3YWtKcU9YSnlOWHBwVEVSeVR6TlJTV2REVDBaNlEySTBTaTlHYTBWb1VVZDRORFZJY3pkR09EVUtabVJ2ZURKRGNIQmxUVU5WV21wb1RtSjNiejBLTFMwdExTMUZUa1FnUTBWU1ZFbEdTVU5CVkVVdExTMHRMUW89CiAgICBzZXJ2ZXI6IGh0dHBzOi8vZDc5MWYxZDUtZGMzNy00YzRmLTkzZDctOGFmNzk4OWMxMDQ5LmFwaS5rOHMuZnItcGFyLnNjdy5jbG91ZDo2NDQzCmNvbnRleHRzOgotIG5hbWU6IGFkbWluQHRlc3QtcG9vbC16b25lCiAgY29udGV4dDoKICAgIGNsdXN0ZXI6ICJ0ZXN0LXBvb2wtem9uZSIKICAgIHVzZXI6IHRlc3QtcG9vbC16b25lLWFkbWluCmN1cnJlbnQtY29udGV4dDogYWRtaW5AdGVzdC1wb29sLXpvbmUKa2luZDogQ29uZmlnCnByZWZlcmVuY2VzOiB7fQp1c2VyczoKLSBuYW1lOiB0ZXN0LXBvb2wtem9uZS1hZG1pbgogIHVzZXI6CiAgICB0b2tlbjogcjNpYncxbmtGa25idFNlMlZjUnNsZ0V4VGZpaVozbGZJNkk0U1l2NUlEaExYckVSYzlzWFBsRlU=\"}" + headers: + Content-Length: + - "1650" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:18:44 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 58798ff2-f914-4ed4-a4a9-7e7df6175fa2 + status: 200 OK + code: 200 + duration: 94.619964ms +- id: 11 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/d791f1d5-dc37-4c4f-93d7-8af7989c1049 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1635 + body: "{\"region\":\"fr-par\", \"id\":\"d791f1d5-dc37-4c4f-93d7-8af7989c1049\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:39.505931Z\", \"updated_at\":\"2025-10-30T16:18:40.018746Z\", \"type\":\"kapsule\", \"name\":\"test-pool-zone\", \"description\":\"\", \"status\":\"pool_required\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"zone\"], \"cluster_url\":\"https://d791f1d5-dc37-4c4f-93d7-8af7989c1049.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.d791f1d5-dc37-4c4f-93d7-8af7989c1049.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"27ac07db-b4f0-46c0-b33c-fda26a546295\", \"commitment_ends_at\":\"2025-10-30T16:18:39.505941Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"1fa4e0ee-4dd6-419e-9825-9684ada716ba\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1635" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:18:44 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - e832c9d4-4e04-430e-882f-1e732d641bad + status: 200 OK + code: 200 + duration: 24.623183ms +- id: 12 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 314 + host: api.scaleway.com + body: "{\"name\":\"test-pool-zone\",\"node_type\":\"pro2_xxs\",\"autoscaling\":true,\"size\":1,\"min_size\":1,\"max_size\":1,\"container_runtime\":\"containerd\",\"autohealing\":true,\"tags\":[\"terraform-test\",\"scaleway_k8s_cluster\",\"zone\"],\"kubelet_args\":{},\"zone\":\"fr-par-2\",\"root_volume_type\":\"default_volume_type\",\"public_ip_disabled\":false}" + headers: + Content-Type: + - application/json + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/d791f1d5-dc37-4c4f-93d7-8af7989c1049/pools + method: POST + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 761 + body: "{\"region\":\"fr-par\", \"id\":\"854794fd-a48f-4acc-a2d3-906acdf6aa4a\", \"cluster_id\":\"d791f1d5-dc37-4c4f-93d7-8af7989c1049\", \"created_at\":\"2025-10-30T16:18:45.058907Z\", \"updated_at\":\"2025-10-30T16:18:45.058907Z\", \"name\":\"test-pool-zone\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"zone\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"f7133f1e-2498-4f60-a705-67938d64c8d7\"}" + headers: + Content-Length: + - "761" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:18:45 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 79c5a8a9-282b-47cb-b257-05e6fa4bc927 + status: 200 OK + code: 200 + duration: 161.24725ms +- id: 13 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/854794fd-a48f-4acc-a2d3-906acdf6aa4a + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 761 + body: "{\"region\":\"fr-par\", \"id\":\"854794fd-a48f-4acc-a2d3-906acdf6aa4a\", \"cluster_id\":\"d791f1d5-dc37-4c4f-93d7-8af7989c1049\", \"created_at\":\"2025-10-30T16:18:45.058907Z\", \"updated_at\":\"2025-10-30T16:18:45.058907Z\", \"name\":\"test-pool-zone\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"zone\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"f7133f1e-2498-4f60-a705-67938d64c8d7\"}" + headers: + Content-Length: + - "761" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:18:45 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - fe4c1d2c-8c12-4881-a237-8741dd86ef4d + status: 200 OK + code: 200 + duration: 20.811378ms +- id: 14 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/854794fd-a48f-4acc-a2d3-906acdf6aa4a + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 761 + body: "{\"region\":\"fr-par\", \"id\":\"854794fd-a48f-4acc-a2d3-906acdf6aa4a\", \"cluster_id\":\"d791f1d5-dc37-4c4f-93d7-8af7989c1049\", \"created_at\":\"2025-10-30T16:18:45.058907Z\", \"updated_at\":\"2025-10-30T16:18:45.058907Z\", \"name\":\"test-pool-zone\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"zone\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"f7133f1e-2498-4f60-a705-67938d64c8d7\"}" + headers: + Content-Length: + - "761" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:18:50 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 8a652be0-6c27-4b78-90d4-3afedd50dde6 + status: 200 OK + code: 200 + duration: 84.012585ms +- id: 15 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/854794fd-a48f-4acc-a2d3-906acdf6aa4a + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 761 + body: "{\"region\":\"fr-par\", \"id\":\"854794fd-a48f-4acc-a2d3-906acdf6aa4a\", \"cluster_id\":\"d791f1d5-dc37-4c4f-93d7-8af7989c1049\", \"created_at\":\"2025-10-30T16:18:45.058907Z\", \"updated_at\":\"2025-10-30T16:18:45.058907Z\", \"name\":\"test-pool-zone\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"zone\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"f7133f1e-2498-4f60-a705-67938d64c8d7\"}" + headers: + Content-Length: + - "761" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:18:55 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - b143538a-1530-470e-b3a6-86ff7407e63d + status: 200 OK + code: 200 + duration: 95.270444ms +- id: 16 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/854794fd-a48f-4acc-a2d3-906acdf6aa4a + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 761 + body: "{\"region\":\"fr-par\", \"id\":\"854794fd-a48f-4acc-a2d3-906acdf6aa4a\", \"cluster_id\":\"d791f1d5-dc37-4c4f-93d7-8af7989c1049\", \"created_at\":\"2025-10-30T16:18:45.058907Z\", \"updated_at\":\"2025-10-30T16:18:45.058907Z\", \"name\":\"test-pool-zone\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"zone\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"f7133f1e-2498-4f60-a705-67938d64c8d7\"}" + headers: + Content-Length: + - "761" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:19:00 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 48ef0d87-63cc-4dbe-91be-a655298682cc + status: 200 OK + code: 200 + duration: 81.265841ms +- id: 17 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/854794fd-a48f-4acc-a2d3-906acdf6aa4a + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 761 + body: "{\"region\":\"fr-par\", \"id\":\"854794fd-a48f-4acc-a2d3-906acdf6aa4a\", \"cluster_id\":\"d791f1d5-dc37-4c4f-93d7-8af7989c1049\", \"created_at\":\"2025-10-30T16:18:45.058907Z\", \"updated_at\":\"2025-10-30T16:18:45.058907Z\", \"name\":\"test-pool-zone\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"zone\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"f7133f1e-2498-4f60-a705-67938d64c8d7\"}" + headers: + Content-Length: + - "761" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:19:05 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 6fd37c00-a991-4d01-96d1-cb0c58160532 + status: 200 OK + code: 200 + duration: 87.970193ms +- id: 18 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/854794fd-a48f-4acc-a2d3-906acdf6aa4a + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 761 + body: "{\"region\":\"fr-par\", \"id\":\"854794fd-a48f-4acc-a2d3-906acdf6aa4a\", \"cluster_id\":\"d791f1d5-dc37-4c4f-93d7-8af7989c1049\", \"created_at\":\"2025-10-30T16:18:45.058907Z\", \"updated_at\":\"2025-10-30T16:18:45.058907Z\", \"name\":\"test-pool-zone\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"zone\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"f7133f1e-2498-4f60-a705-67938d64c8d7\"}" + headers: + Content-Length: + - "761" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:19:10 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - acbcae24-bf84-475b-9921-307aa4ed3fa7 + status: 200 OK + code: 200 + duration: 77.582528ms +- id: 19 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/854794fd-a48f-4acc-a2d3-906acdf6aa4a + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 761 + body: "{\"region\":\"fr-par\", \"id\":\"854794fd-a48f-4acc-a2d3-906acdf6aa4a\", \"cluster_id\":\"d791f1d5-dc37-4c4f-93d7-8af7989c1049\", \"created_at\":\"2025-10-30T16:18:45.058907Z\", \"updated_at\":\"2025-10-30T16:18:45.058907Z\", \"name\":\"test-pool-zone\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"zone\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"f7133f1e-2498-4f60-a705-67938d64c8d7\"}" + headers: + Content-Length: + - "761" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:19:15 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - a186c3f3-e572-4e21-b6dd-806316940d9c + status: 200 OK + code: 200 + duration: 87.056719ms +- id: 20 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/854794fd-a48f-4acc-a2d3-906acdf6aa4a + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 761 + body: "{\"region\":\"fr-par\", \"id\":\"854794fd-a48f-4acc-a2d3-906acdf6aa4a\", \"cluster_id\":\"d791f1d5-dc37-4c4f-93d7-8af7989c1049\", \"created_at\":\"2025-10-30T16:18:45.058907Z\", \"updated_at\":\"2025-10-30T16:18:45.058907Z\", \"name\":\"test-pool-zone\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"zone\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"f7133f1e-2498-4f60-a705-67938d64c8d7\"}" + headers: + Content-Length: + - "761" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:19:20 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 87c4cdc3-f526-4de2-99d4-dcbed15efa7d + status: 200 OK + code: 200 + duration: 84.911182ms +- id: 21 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/854794fd-a48f-4acc-a2d3-906acdf6aa4a + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 761 + body: "{\"region\":\"fr-par\", \"id\":\"854794fd-a48f-4acc-a2d3-906acdf6aa4a\", \"cluster_id\":\"d791f1d5-dc37-4c4f-93d7-8af7989c1049\", \"created_at\":\"2025-10-30T16:18:45.058907Z\", \"updated_at\":\"2025-10-30T16:18:45.058907Z\", \"name\":\"test-pool-zone\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"zone\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"f7133f1e-2498-4f60-a705-67938d64c8d7\"}" + headers: + Content-Length: + - "761" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:19:25 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 3575e550-3055-4baf-9b60-8393a1736033 + status: 200 OK + code: 200 + duration: 91.142748ms +- id: 22 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/854794fd-a48f-4acc-a2d3-906acdf6aa4a + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 761 + body: "{\"region\":\"fr-par\", \"id\":\"854794fd-a48f-4acc-a2d3-906acdf6aa4a\", \"cluster_id\":\"d791f1d5-dc37-4c4f-93d7-8af7989c1049\", \"created_at\":\"2025-10-30T16:18:45.058907Z\", \"updated_at\":\"2025-10-30T16:18:45.058907Z\", \"name\":\"test-pool-zone\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"zone\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"f7133f1e-2498-4f60-a705-67938d64c8d7\"}" + headers: + Content-Length: + - "761" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:19:30 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 1c2477e1-21be-4c46-be45-6a3a7e73d9c7 + status: 200 OK + code: 200 + duration: 74.730995ms +- id: 23 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/854794fd-a48f-4acc-a2d3-906acdf6aa4a + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 761 + body: "{\"region\":\"fr-par\", \"id\":\"854794fd-a48f-4acc-a2d3-906acdf6aa4a\", \"cluster_id\":\"d791f1d5-dc37-4c4f-93d7-8af7989c1049\", \"created_at\":\"2025-10-30T16:18:45.058907Z\", \"updated_at\":\"2025-10-30T16:18:45.058907Z\", \"name\":\"test-pool-zone\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"zone\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"f7133f1e-2498-4f60-a705-67938d64c8d7\"}" + headers: + Content-Length: + - "761" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:19:36 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 02ef5479-f8dc-4558-8710-d845d5df8426 + status: 200 OK + code: 200 + duration: 83.517045ms +- id: 24 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/854794fd-a48f-4acc-a2d3-906acdf6aa4a + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 761 + body: "{\"region\":\"fr-par\", \"id\":\"854794fd-a48f-4acc-a2d3-906acdf6aa4a\", \"cluster_id\":\"d791f1d5-dc37-4c4f-93d7-8af7989c1049\", \"created_at\":\"2025-10-30T16:18:45.058907Z\", \"updated_at\":\"2025-10-30T16:18:45.058907Z\", \"name\":\"test-pool-zone\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"zone\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"f7133f1e-2498-4f60-a705-67938d64c8d7\"}" + headers: + Content-Length: + - "761" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:19:41 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - c180299a-5726-4577-8fd7-f62358045901 + status: 200 OK + code: 200 + duration: 93.023277ms +- id: 25 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/854794fd-a48f-4acc-a2d3-906acdf6aa4a + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 761 + body: "{\"region\":\"fr-par\", \"id\":\"854794fd-a48f-4acc-a2d3-906acdf6aa4a\", \"cluster_id\":\"d791f1d5-dc37-4c4f-93d7-8af7989c1049\", \"created_at\":\"2025-10-30T16:18:45.058907Z\", \"updated_at\":\"2025-10-30T16:18:45.058907Z\", \"name\":\"test-pool-zone\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"zone\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"f7133f1e-2498-4f60-a705-67938d64c8d7\"}" + headers: + Content-Length: + - "761" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:19:46 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 69c67b00-be5b-421e-8689-711e3f18e3a3 + status: 200 OK + code: 200 + duration: 93.928927ms +- id: 26 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/854794fd-a48f-4acc-a2d3-906acdf6aa4a + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 761 + body: "{\"region\":\"fr-par\", \"id\":\"854794fd-a48f-4acc-a2d3-906acdf6aa4a\", \"cluster_id\":\"d791f1d5-dc37-4c4f-93d7-8af7989c1049\", \"created_at\":\"2025-10-30T16:18:45.058907Z\", \"updated_at\":\"2025-10-30T16:18:45.058907Z\", \"name\":\"test-pool-zone\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"zone\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"f7133f1e-2498-4f60-a705-67938d64c8d7\"}" + headers: + Content-Length: + - "761" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:19:51 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - ceeed6c3-179c-418e-8869-db4542358ee4 + status: 200 OK + code: 200 + duration: 75.697059ms +- id: 27 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/854794fd-a48f-4acc-a2d3-906acdf6aa4a + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 761 + body: "{\"region\":\"fr-par\", \"id\":\"854794fd-a48f-4acc-a2d3-906acdf6aa4a\", \"cluster_id\":\"d791f1d5-dc37-4c4f-93d7-8af7989c1049\", \"created_at\":\"2025-10-30T16:18:45.058907Z\", \"updated_at\":\"2025-10-30T16:18:45.058907Z\", \"name\":\"test-pool-zone\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"zone\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"f7133f1e-2498-4f60-a705-67938d64c8d7\"}" + headers: + Content-Length: + - "761" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:19:56 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - d51b19f3-d5aa-44c6-9c51-ed0f14a0bb59 + status: 200 OK + code: 200 + duration: 98.530834ms +- id: 28 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/854794fd-a48f-4acc-a2d3-906acdf6aa4a + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 761 + body: "{\"region\":\"fr-par\", \"id\":\"854794fd-a48f-4acc-a2d3-906acdf6aa4a\", \"cluster_id\":\"d791f1d5-dc37-4c4f-93d7-8af7989c1049\", \"created_at\":\"2025-10-30T16:18:45.058907Z\", \"updated_at\":\"2025-10-30T16:18:45.058907Z\", \"name\":\"test-pool-zone\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"zone\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"f7133f1e-2498-4f60-a705-67938d64c8d7\"}" + headers: + Content-Length: + - "761" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:20:01 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 446890f8-2bd4-4fcd-9703-57a32733998d + status: 200 OK + code: 200 + duration: 100.450066ms +- id: 29 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/854794fd-a48f-4acc-a2d3-906acdf6aa4a + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 761 + body: "{\"region\":\"fr-par\", \"id\":\"854794fd-a48f-4acc-a2d3-906acdf6aa4a\", \"cluster_id\":\"d791f1d5-dc37-4c4f-93d7-8af7989c1049\", \"created_at\":\"2025-10-30T16:18:45.058907Z\", \"updated_at\":\"2025-10-30T16:18:45.058907Z\", \"name\":\"test-pool-zone\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"zone\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"f7133f1e-2498-4f60-a705-67938d64c8d7\"}" + headers: + Content-Length: + - "761" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:20:06 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 5feb908f-5dbc-4e47-9ad3-f085e1e3235e + status: 200 OK + code: 200 + duration: 80.326177ms +- id: 30 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/854794fd-a48f-4acc-a2d3-906acdf6aa4a + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 761 + body: "{\"region\":\"fr-par\", \"id\":\"854794fd-a48f-4acc-a2d3-906acdf6aa4a\", \"cluster_id\":\"d791f1d5-dc37-4c4f-93d7-8af7989c1049\", \"created_at\":\"2025-10-30T16:18:45.058907Z\", \"updated_at\":\"2025-10-30T16:18:45.058907Z\", \"name\":\"test-pool-zone\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"zone\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"f7133f1e-2498-4f60-a705-67938d64c8d7\"}" + headers: + Content-Length: + - "761" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:20:11 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - c2afc20c-1b32-490b-bdac-c9461c83277b + status: 200 OK + code: 200 + duration: 76.965971ms +- id: 31 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/854794fd-a48f-4acc-a2d3-906acdf6aa4a + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 761 + body: "{\"region\":\"fr-par\", \"id\":\"854794fd-a48f-4acc-a2d3-906acdf6aa4a\", \"cluster_id\":\"d791f1d5-dc37-4c4f-93d7-8af7989c1049\", \"created_at\":\"2025-10-30T16:18:45.058907Z\", \"updated_at\":\"2025-10-30T16:18:45.058907Z\", \"name\":\"test-pool-zone\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"zone\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"f7133f1e-2498-4f60-a705-67938d64c8d7\"}" + headers: + Content-Length: + - "761" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:20:16 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 2bdbdc49-b336-44a6-b634-f3663e11301f + status: 200 OK + code: 200 + duration: 94.080472ms +- id: 32 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/854794fd-a48f-4acc-a2d3-906acdf6aa4a + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 761 + body: "{\"region\":\"fr-par\", \"id\":\"854794fd-a48f-4acc-a2d3-906acdf6aa4a\", \"cluster_id\":\"d791f1d5-dc37-4c4f-93d7-8af7989c1049\", \"created_at\":\"2025-10-30T16:18:45.058907Z\", \"updated_at\":\"2025-10-30T16:18:45.058907Z\", \"name\":\"test-pool-zone\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"zone\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"f7133f1e-2498-4f60-a705-67938d64c8d7\"}" + headers: + Content-Length: + - "761" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:20:21 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - abc7854d-1f7b-47f6-ba35-9723dfd3cc5a + status: 200 OK + code: 200 + duration: 99.59945ms +- id: 33 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/854794fd-a48f-4acc-a2d3-906acdf6aa4a + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 761 + body: "{\"region\":\"fr-par\", \"id\":\"854794fd-a48f-4acc-a2d3-906acdf6aa4a\", \"cluster_id\":\"d791f1d5-dc37-4c4f-93d7-8af7989c1049\", \"created_at\":\"2025-10-30T16:18:45.058907Z\", \"updated_at\":\"2025-10-30T16:18:45.058907Z\", \"name\":\"test-pool-zone\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"zone\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"f7133f1e-2498-4f60-a705-67938d64c8d7\"}" + headers: + Content-Length: + - "761" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:20:26 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - e5747c18-7e6e-42cf-8a71-59fd3692d4aa + status: 200 OK + code: 200 + duration: 76.940823ms +- id: 34 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/854794fd-a48f-4acc-a2d3-906acdf6aa4a + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 761 + body: "{\"region\":\"fr-par\", \"id\":\"854794fd-a48f-4acc-a2d3-906acdf6aa4a\", \"cluster_id\":\"d791f1d5-dc37-4c4f-93d7-8af7989c1049\", \"created_at\":\"2025-10-30T16:18:45.058907Z\", \"updated_at\":\"2025-10-30T16:18:45.058907Z\", \"name\":\"test-pool-zone\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"zone\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"f7133f1e-2498-4f60-a705-67938d64c8d7\"}" + headers: + Content-Length: + - "761" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:20:32 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 6351db47-c420-4cd1-b0a3-d6d5c9157edd + status: 200 OK + code: 200 + duration: 295.001021ms +- id: 35 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/854794fd-a48f-4acc-a2d3-906acdf6aa4a + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 761 + body: "{\"region\":\"fr-par\", \"id\":\"854794fd-a48f-4acc-a2d3-906acdf6aa4a\", \"cluster_id\":\"d791f1d5-dc37-4c4f-93d7-8af7989c1049\", \"created_at\":\"2025-10-30T16:18:45.058907Z\", \"updated_at\":\"2025-10-30T16:18:45.058907Z\", \"name\":\"test-pool-zone\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"zone\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"f7133f1e-2498-4f60-a705-67938d64c8d7\"}" + headers: + Content-Length: + - "761" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:20:37 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - d64487e1-7f9b-4c86-8ed5-e12293e609c7 + status: 200 OK + code: 200 + duration: 85.08569ms +- id: 36 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/854794fd-a48f-4acc-a2d3-906acdf6aa4a + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 761 + body: "{\"region\":\"fr-par\", \"id\":\"854794fd-a48f-4acc-a2d3-906acdf6aa4a\", \"cluster_id\":\"d791f1d5-dc37-4c4f-93d7-8af7989c1049\", \"created_at\":\"2025-10-30T16:18:45.058907Z\", \"updated_at\":\"2025-10-30T16:18:45.058907Z\", \"name\":\"test-pool-zone\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"zone\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"f7133f1e-2498-4f60-a705-67938d64c8d7\"}" + headers: + Content-Length: + - "761" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:20:42 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - ccedd93a-8df3-465d-8eff-c2cf0a807780 + status: 200 OK + code: 200 + duration: 80.385749ms +- id: 37 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/854794fd-a48f-4acc-a2d3-906acdf6aa4a + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 761 + body: "{\"region\":\"fr-par\", \"id\":\"854794fd-a48f-4acc-a2d3-906acdf6aa4a\", \"cluster_id\":\"d791f1d5-dc37-4c4f-93d7-8af7989c1049\", \"created_at\":\"2025-10-30T16:18:45.058907Z\", \"updated_at\":\"2025-10-30T16:18:45.058907Z\", \"name\":\"test-pool-zone\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"zone\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"f7133f1e-2498-4f60-a705-67938d64c8d7\"}" + headers: + Content-Length: + - "761" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:20:47 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - f4008fe5-8bfe-4e22-9143-93f320e85d22 + status: 200 OK + code: 200 + duration: 90.513237ms +- id: 38 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/854794fd-a48f-4acc-a2d3-906acdf6aa4a + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 761 + body: "{\"region\":\"fr-par\", \"id\":\"854794fd-a48f-4acc-a2d3-906acdf6aa4a\", \"cluster_id\":\"d791f1d5-dc37-4c4f-93d7-8af7989c1049\", \"created_at\":\"2025-10-30T16:18:45.058907Z\", \"updated_at\":\"2025-10-30T16:18:45.058907Z\", \"name\":\"test-pool-zone\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"zone\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"f7133f1e-2498-4f60-a705-67938d64c8d7\"}" + headers: + Content-Length: + - "761" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:20:52 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 32167c6f-a4a2-46fc-ac4f-58f713d7189e + status: 200 OK + code: 200 + duration: 77.157431ms +- id: 39 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/854794fd-a48f-4acc-a2d3-906acdf6aa4a + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 761 + body: "{\"region\":\"fr-par\", \"id\":\"854794fd-a48f-4acc-a2d3-906acdf6aa4a\", \"cluster_id\":\"d791f1d5-dc37-4c4f-93d7-8af7989c1049\", \"created_at\":\"2025-10-30T16:18:45.058907Z\", \"updated_at\":\"2025-10-30T16:18:45.058907Z\", \"name\":\"test-pool-zone\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"zone\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"f7133f1e-2498-4f60-a705-67938d64c8d7\"}" + headers: + Content-Length: + - "761" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:20:57 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - d266dfee-9195-4997-8456-a0c328d0ce11 + status: 200 OK + code: 200 + duration: 82.875211ms +- id: 40 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/854794fd-a48f-4acc-a2d3-906acdf6aa4a + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 761 + body: "{\"region\":\"fr-par\", \"id\":\"854794fd-a48f-4acc-a2d3-906acdf6aa4a\", \"cluster_id\":\"d791f1d5-dc37-4c4f-93d7-8af7989c1049\", \"created_at\":\"2025-10-30T16:18:45.058907Z\", \"updated_at\":\"2025-10-30T16:18:45.058907Z\", \"name\":\"test-pool-zone\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"zone\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"f7133f1e-2498-4f60-a705-67938d64c8d7\"}" + headers: + Content-Length: + - "761" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:21:02 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 16d2c82b-944c-41a8-8e6e-0d7a536ba39e + status: 200 OK + code: 200 + duration: 93.187926ms +- id: 41 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/854794fd-a48f-4acc-a2d3-906acdf6aa4a + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 761 + body: "{\"region\":\"fr-par\", \"id\":\"854794fd-a48f-4acc-a2d3-906acdf6aa4a\", \"cluster_id\":\"d791f1d5-dc37-4c4f-93d7-8af7989c1049\", \"created_at\":\"2025-10-30T16:18:45.058907Z\", \"updated_at\":\"2025-10-30T16:18:45.058907Z\", \"name\":\"test-pool-zone\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"zone\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"f7133f1e-2498-4f60-a705-67938d64c8d7\"}" + headers: + Content-Length: + - "761" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:21:07 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 1db8f3d9-4633-4c45-8719-b529d0f65f63 + status: 200 OK + code: 200 + duration: 71.598728ms +- id: 42 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/854794fd-a48f-4acc-a2d3-906acdf6aa4a + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 761 + body: "{\"region\":\"fr-par\", \"id\":\"854794fd-a48f-4acc-a2d3-906acdf6aa4a\", \"cluster_id\":\"d791f1d5-dc37-4c4f-93d7-8af7989c1049\", \"created_at\":\"2025-10-30T16:18:45.058907Z\", \"updated_at\":\"2025-10-30T16:18:45.058907Z\", \"name\":\"test-pool-zone\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"zone\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"f7133f1e-2498-4f60-a705-67938d64c8d7\"}" + headers: + Content-Length: + - "761" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:21:12 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 05e97588-39c8-426b-bb6d-d203709b1975 + status: 200 OK + code: 200 + duration: 89.392022ms +- id: 43 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/854794fd-a48f-4acc-a2d3-906acdf6aa4a + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 761 + body: "{\"region\":\"fr-par\", \"id\":\"854794fd-a48f-4acc-a2d3-906acdf6aa4a\", \"cluster_id\":\"d791f1d5-dc37-4c4f-93d7-8af7989c1049\", \"created_at\":\"2025-10-30T16:18:45.058907Z\", \"updated_at\":\"2025-10-30T16:18:45.058907Z\", \"name\":\"test-pool-zone\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"zone\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"f7133f1e-2498-4f60-a705-67938d64c8d7\"}" + headers: + Content-Length: + - "761" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:21:18 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 5420c03f-0be6-46ed-aa54-fa0bbe5e7764 + status: 200 OK + code: 200 + duration: 104.705363ms +- id: 44 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/854794fd-a48f-4acc-a2d3-906acdf6aa4a + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 761 + body: "{\"region\":\"fr-par\", \"id\":\"854794fd-a48f-4acc-a2d3-906acdf6aa4a\", \"cluster_id\":\"d791f1d5-dc37-4c4f-93d7-8af7989c1049\", \"created_at\":\"2025-10-30T16:18:45.058907Z\", \"updated_at\":\"2025-10-30T16:18:45.058907Z\", \"name\":\"test-pool-zone\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"zone\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"f7133f1e-2498-4f60-a705-67938d64c8d7\"}" + headers: + Content-Length: + - "761" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:21:23 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - ba548d44-0785-4c8e-9724-128a934b5eca + status: 200 OK + code: 200 + duration: 75.840399ms +- id: 45 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/854794fd-a48f-4acc-a2d3-906acdf6aa4a + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 761 + body: "{\"region\":\"fr-par\", \"id\":\"854794fd-a48f-4acc-a2d3-906acdf6aa4a\", \"cluster_id\":\"d791f1d5-dc37-4c4f-93d7-8af7989c1049\", \"created_at\":\"2025-10-30T16:18:45.058907Z\", \"updated_at\":\"2025-10-30T16:18:45.058907Z\", \"name\":\"test-pool-zone\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"zone\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"f7133f1e-2498-4f60-a705-67938d64c8d7\"}" + headers: + Content-Length: + - "761" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:21:28 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - e4909600-ebef-406d-9685-a3bd804df662 + status: 200 OK + code: 200 + duration: 77.606664ms +- id: 46 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/854794fd-a48f-4acc-a2d3-906acdf6aa4a + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 761 + body: "{\"region\":\"fr-par\", \"id\":\"854794fd-a48f-4acc-a2d3-906acdf6aa4a\", \"cluster_id\":\"d791f1d5-dc37-4c4f-93d7-8af7989c1049\", \"created_at\":\"2025-10-30T16:18:45.058907Z\", \"updated_at\":\"2025-10-30T16:18:45.058907Z\", \"name\":\"test-pool-zone\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"zone\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"f7133f1e-2498-4f60-a705-67938d64c8d7\"}" + headers: + Content-Length: + - "761" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:21:33 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 0b41ee6e-ab0e-4957-bbfc-802234fdeb7c + status: 200 OK + code: 200 + duration: 89.645668ms +- id: 47 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/854794fd-a48f-4acc-a2d3-906acdf6aa4a + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 761 + body: "{\"region\":\"fr-par\", \"id\":\"854794fd-a48f-4acc-a2d3-906acdf6aa4a\", \"cluster_id\":\"d791f1d5-dc37-4c4f-93d7-8af7989c1049\", \"created_at\":\"2025-10-30T16:18:45.058907Z\", \"updated_at\":\"2025-10-30T16:18:45.058907Z\", \"name\":\"test-pool-zone\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"zone\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"f7133f1e-2498-4f60-a705-67938d64c8d7\"}" + headers: + Content-Length: + - "761" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:21:38 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - db3f7f3b-d8a3-4bec-b06b-c501b33fc310 + status: 200 OK + code: 200 + duration: 85.25101ms +- id: 48 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/854794fd-a48f-4acc-a2d3-906acdf6aa4a + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 761 + body: "{\"region\":\"fr-par\", \"id\":\"854794fd-a48f-4acc-a2d3-906acdf6aa4a\", \"cluster_id\":\"d791f1d5-dc37-4c4f-93d7-8af7989c1049\", \"created_at\":\"2025-10-30T16:18:45.058907Z\", \"updated_at\":\"2025-10-30T16:18:45.058907Z\", \"name\":\"test-pool-zone\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"zone\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"f7133f1e-2498-4f60-a705-67938d64c8d7\"}" + headers: + Content-Length: + - "761" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:21:43 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - b745e83b-90fb-4ce5-9d7f-39629205d392 + status: 200 OK + code: 200 + duration: 82.092542ms +- id: 49 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/854794fd-a48f-4acc-a2d3-906acdf6aa4a + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 761 + body: "{\"region\":\"fr-par\", \"id\":\"854794fd-a48f-4acc-a2d3-906acdf6aa4a\", \"cluster_id\":\"d791f1d5-dc37-4c4f-93d7-8af7989c1049\", \"created_at\":\"2025-10-30T16:18:45.058907Z\", \"updated_at\":\"2025-10-30T16:18:45.058907Z\", \"name\":\"test-pool-zone\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"zone\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"f7133f1e-2498-4f60-a705-67938d64c8d7\"}" + headers: + Content-Length: + - "761" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:21:48 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 9c09499f-b22b-45d1-8fdd-f0cc782a2450 + status: 200 OK + code: 200 + duration: 79.641382ms +- id: 50 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/854794fd-a48f-4acc-a2d3-906acdf6aa4a + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 761 + body: "{\"region\":\"fr-par\", \"id\":\"854794fd-a48f-4acc-a2d3-906acdf6aa4a\", \"cluster_id\":\"d791f1d5-dc37-4c4f-93d7-8af7989c1049\", \"created_at\":\"2025-10-30T16:18:45.058907Z\", \"updated_at\":\"2025-10-30T16:18:45.058907Z\", \"name\":\"test-pool-zone\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"zone\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"f7133f1e-2498-4f60-a705-67938d64c8d7\"}" + headers: + Content-Length: + - "761" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:21:53 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - ff35bfd0-23b7-40cd-8dd9-21c3a56e4ce4 + status: 200 OK + code: 200 + duration: 78.613103ms +- id: 51 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/854794fd-a48f-4acc-a2d3-906acdf6aa4a + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 761 + body: "{\"region\":\"fr-par\", \"id\":\"854794fd-a48f-4acc-a2d3-906acdf6aa4a\", \"cluster_id\":\"d791f1d5-dc37-4c4f-93d7-8af7989c1049\", \"created_at\":\"2025-10-30T16:18:45.058907Z\", \"updated_at\":\"2025-10-30T16:18:45.058907Z\", \"name\":\"test-pool-zone\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"zone\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"f7133f1e-2498-4f60-a705-67938d64c8d7\"}" + headers: + Content-Length: + - "761" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:21:58 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 64c4bae5-10ed-476c-a665-a918422d0800 + status: 200 OK + code: 200 + duration: 91.911691ms +- id: 52 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/854794fd-a48f-4acc-a2d3-906acdf6aa4a + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 761 + body: "{\"region\":\"fr-par\", \"id\":\"854794fd-a48f-4acc-a2d3-906acdf6aa4a\", \"cluster_id\":\"d791f1d5-dc37-4c4f-93d7-8af7989c1049\", \"created_at\":\"2025-10-30T16:18:45.058907Z\", \"updated_at\":\"2025-10-30T16:18:45.058907Z\", \"name\":\"test-pool-zone\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"zone\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"f7133f1e-2498-4f60-a705-67938d64c8d7\"}" + headers: + Content-Length: + - "761" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:22:03 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - c3b0cf3e-df1b-487b-baeb-490b97e4667f + status: 200 OK + code: 200 + duration: 80.7539ms +- id: 53 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/854794fd-a48f-4acc-a2d3-906acdf6aa4a + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 761 + body: "{\"region\":\"fr-par\", \"id\":\"854794fd-a48f-4acc-a2d3-906acdf6aa4a\", \"cluster_id\":\"d791f1d5-dc37-4c4f-93d7-8af7989c1049\", \"created_at\":\"2025-10-30T16:18:45.058907Z\", \"updated_at\":\"2025-10-30T16:18:45.058907Z\", \"name\":\"test-pool-zone\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"zone\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"f7133f1e-2498-4f60-a705-67938d64c8d7\"}" + headers: + Content-Length: + - "761" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:22:08 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 9e65899d-a36c-431c-8ad0-a8217ed1dcf8 + status: 200 OK + code: 200 + duration: 135.676089ms +- id: 54 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/854794fd-a48f-4acc-a2d3-906acdf6aa4a + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 761 + body: "{\"region\":\"fr-par\", \"id\":\"854794fd-a48f-4acc-a2d3-906acdf6aa4a\", \"cluster_id\":\"d791f1d5-dc37-4c4f-93d7-8af7989c1049\", \"created_at\":\"2025-10-30T16:18:45.058907Z\", \"updated_at\":\"2025-10-30T16:18:45.058907Z\", \"name\":\"test-pool-zone\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"zone\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"f7133f1e-2498-4f60-a705-67938d64c8d7\"}" + headers: + Content-Length: + - "761" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:22:13 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - f8cb0bcf-2e8c-4b8d-9823-ee5b0f4040c1 + status: 200 OK + code: 200 + duration: 87.992496ms +- id: 55 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/854794fd-a48f-4acc-a2d3-906acdf6aa4a + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 761 + body: "{\"region\":\"fr-par\", \"id\":\"854794fd-a48f-4acc-a2d3-906acdf6aa4a\", \"cluster_id\":\"d791f1d5-dc37-4c4f-93d7-8af7989c1049\", \"created_at\":\"2025-10-30T16:18:45.058907Z\", \"updated_at\":\"2025-10-30T16:18:45.058907Z\", \"name\":\"test-pool-zone\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"zone\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"f7133f1e-2498-4f60-a705-67938d64c8d7\"}" + headers: + Content-Length: + - "761" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:22:19 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 1c77cf56-d72d-416e-bbc7-2be8bfa2df12 + status: 200 OK + code: 200 + duration: 91.196889ms +- id: 56 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/854794fd-a48f-4acc-a2d3-906acdf6aa4a + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 761 + body: "{\"region\":\"fr-par\", \"id\":\"854794fd-a48f-4acc-a2d3-906acdf6aa4a\", \"cluster_id\":\"d791f1d5-dc37-4c4f-93d7-8af7989c1049\", \"created_at\":\"2025-10-30T16:18:45.058907Z\", \"updated_at\":\"2025-10-30T16:18:45.058907Z\", \"name\":\"test-pool-zone\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"zone\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"f7133f1e-2498-4f60-a705-67938d64c8d7\"}" + headers: + Content-Length: + - "761" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:22:24 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 0443cde7-89a9-49f9-8fe5-de49a1ef8086 + status: 200 OK + code: 200 + duration: 119.087164ms +- id: 57 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/854794fd-a48f-4acc-a2d3-906acdf6aa4a + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 761 + body: "{\"region\":\"fr-par\", \"id\":\"854794fd-a48f-4acc-a2d3-906acdf6aa4a\", \"cluster_id\":\"d791f1d5-dc37-4c4f-93d7-8af7989c1049\", \"created_at\":\"2025-10-30T16:18:45.058907Z\", \"updated_at\":\"2025-10-30T16:18:45.058907Z\", \"name\":\"test-pool-zone\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"zone\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"f7133f1e-2498-4f60-a705-67938d64c8d7\"}" + headers: + Content-Length: + - "761" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:22:29 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - b2fafecb-d49e-41b8-9613-35bb7c7c7b3c + status: 200 OK + code: 200 + duration: 146.990073ms +- id: 58 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/854794fd-a48f-4acc-a2d3-906acdf6aa4a + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 761 + body: "{\"region\":\"fr-par\", \"id\":\"854794fd-a48f-4acc-a2d3-906acdf6aa4a\", \"cluster_id\":\"d791f1d5-dc37-4c4f-93d7-8af7989c1049\", \"created_at\":\"2025-10-30T16:18:45.058907Z\", \"updated_at\":\"2025-10-30T16:18:45.058907Z\", \"name\":\"test-pool-zone\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"zone\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"f7133f1e-2498-4f60-a705-67938d64c8d7\"}" + headers: + Content-Length: + - "761" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:22:34 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - daf0f351-7da5-4ed4-8e27-879ecb5677ec + status: 200 OK + code: 200 + duration: 134.122383ms +- id: 59 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/854794fd-a48f-4acc-a2d3-906acdf6aa4a + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 761 + body: "{\"region\":\"fr-par\", \"id\":\"854794fd-a48f-4acc-a2d3-906acdf6aa4a\", \"cluster_id\":\"d791f1d5-dc37-4c4f-93d7-8af7989c1049\", \"created_at\":\"2025-10-30T16:18:45.058907Z\", \"updated_at\":\"2025-10-30T16:18:45.058907Z\", \"name\":\"test-pool-zone\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"zone\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"f7133f1e-2498-4f60-a705-67938d64c8d7\"}" + headers: + Content-Length: + - "761" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:22:39 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - a469e4b3-ae4b-4ca8-9a9c-93963cc85cdf + status: 200 OK + code: 200 + duration: 82.608762ms +- id: 60 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/854794fd-a48f-4acc-a2d3-906acdf6aa4a + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 761 + body: "{\"region\":\"fr-par\", \"id\":\"854794fd-a48f-4acc-a2d3-906acdf6aa4a\", \"cluster_id\":\"d791f1d5-dc37-4c4f-93d7-8af7989c1049\", \"created_at\":\"2025-10-30T16:18:45.058907Z\", \"updated_at\":\"2025-10-30T16:18:45.058907Z\", \"name\":\"test-pool-zone\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"zone\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"f7133f1e-2498-4f60-a705-67938d64c8d7\"}" + headers: + Content-Length: + - "761" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:22:44 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 9f005566-a6bb-464b-b299-9c21d3ce91c9 + status: 200 OK + code: 200 + duration: 85.429846ms +- id: 61 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/854794fd-a48f-4acc-a2d3-906acdf6aa4a + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 761 + body: "{\"region\":\"fr-par\", \"id\":\"854794fd-a48f-4acc-a2d3-906acdf6aa4a\", \"cluster_id\":\"d791f1d5-dc37-4c4f-93d7-8af7989c1049\", \"created_at\":\"2025-10-30T16:18:45.058907Z\", \"updated_at\":\"2025-10-30T16:18:45.058907Z\", \"name\":\"test-pool-zone\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"zone\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"f7133f1e-2498-4f60-a705-67938d64c8d7\"}" + headers: + Content-Length: + - "761" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:22:49 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - bfb9a2c1-1683-4c71-ad80-4659971f1b7b + status: 200 OK + code: 200 + duration: 89.952875ms +- id: 62 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/854794fd-a48f-4acc-a2d3-906acdf6aa4a + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 761 + body: "{\"region\":\"fr-par\", \"id\":\"854794fd-a48f-4acc-a2d3-906acdf6aa4a\", \"cluster_id\":\"d791f1d5-dc37-4c4f-93d7-8af7989c1049\", \"created_at\":\"2025-10-30T16:18:45.058907Z\", \"updated_at\":\"2025-10-30T16:18:45.058907Z\", \"name\":\"test-pool-zone\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"zone\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"f7133f1e-2498-4f60-a705-67938d64c8d7\"}" + headers: + Content-Length: + - "761" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:22:54 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - d613fe25-4268-44d3-a72e-c301e2bc6377 + status: 200 OK + code: 200 + duration: 72.027272ms +- id: 63 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/854794fd-a48f-4acc-a2d3-906acdf6aa4a + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 761 + body: "{\"region\":\"fr-par\", \"id\":\"854794fd-a48f-4acc-a2d3-906acdf6aa4a\", \"cluster_id\":\"d791f1d5-dc37-4c4f-93d7-8af7989c1049\", \"created_at\":\"2025-10-30T16:18:45.058907Z\", \"updated_at\":\"2025-10-30T16:18:45.058907Z\", \"name\":\"test-pool-zone\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"zone\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"f7133f1e-2498-4f60-a705-67938d64c8d7\"}" + headers: + Content-Length: + - "761" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:22:59 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 2a5a47c3-ba6b-49ab-ae36-d498875adc30 + status: 200 OK + code: 200 + duration: 102.746447ms +- id: 64 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/854794fd-a48f-4acc-a2d3-906acdf6aa4a + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 761 + body: "{\"region\":\"fr-par\", \"id\":\"854794fd-a48f-4acc-a2d3-906acdf6aa4a\", \"cluster_id\":\"d791f1d5-dc37-4c4f-93d7-8af7989c1049\", \"created_at\":\"2025-10-30T16:18:45.058907Z\", \"updated_at\":\"2025-10-30T16:18:45.058907Z\", \"name\":\"test-pool-zone\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"zone\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"f7133f1e-2498-4f60-a705-67938d64c8d7\"}" + headers: + Content-Length: + - "761" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:23:05 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 362194ad-a8c6-4802-b88b-9e2b7b0f0c9c + status: 200 OK + code: 200 + duration: 87.038866ms +- id: 65 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/854794fd-a48f-4acc-a2d3-906acdf6aa4a + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 761 + body: "{\"region\":\"fr-par\", \"id\":\"854794fd-a48f-4acc-a2d3-906acdf6aa4a\", \"cluster_id\":\"d791f1d5-dc37-4c4f-93d7-8af7989c1049\", \"created_at\":\"2025-10-30T16:18:45.058907Z\", \"updated_at\":\"2025-10-30T16:18:45.058907Z\", \"name\":\"test-pool-zone\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"zone\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"f7133f1e-2498-4f60-a705-67938d64c8d7\"}" + headers: + Content-Length: + - "761" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:23:10 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 65a25f66-82d0-4ab2-9d5e-68bfb745f178 + status: 200 OK + code: 200 + duration: 101.08091ms +- id: 66 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/854794fd-a48f-4acc-a2d3-906acdf6aa4a + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 761 + body: "{\"region\":\"fr-par\", \"id\":\"854794fd-a48f-4acc-a2d3-906acdf6aa4a\", \"cluster_id\":\"d791f1d5-dc37-4c4f-93d7-8af7989c1049\", \"created_at\":\"2025-10-30T16:18:45.058907Z\", \"updated_at\":\"2025-10-30T16:18:45.058907Z\", \"name\":\"test-pool-zone\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"zone\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"f7133f1e-2498-4f60-a705-67938d64c8d7\"}" + headers: + Content-Length: + - "761" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:23:15 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 208fe44d-ee4e-46e9-be98-86968b77e9b6 + status: 200 OK + code: 200 + duration: 77.277686ms +- id: 67 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/854794fd-a48f-4acc-a2d3-906acdf6aa4a + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 761 + body: "{\"region\":\"fr-par\", \"id\":\"854794fd-a48f-4acc-a2d3-906acdf6aa4a\", \"cluster_id\":\"d791f1d5-dc37-4c4f-93d7-8af7989c1049\", \"created_at\":\"2025-10-30T16:18:45.058907Z\", \"updated_at\":\"2025-10-30T16:18:45.058907Z\", \"name\":\"test-pool-zone\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"zone\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"f7133f1e-2498-4f60-a705-67938d64c8d7\"}" + headers: + Content-Length: + - "761" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:23:20 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - af5c245b-f98f-48e9-ae5c-8f5987e33c87 + status: 200 OK + code: 200 + duration: 104.548869ms +- id: 68 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/854794fd-a48f-4acc-a2d3-906acdf6aa4a + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 761 + body: "{\"region\":\"fr-par\", \"id\":\"854794fd-a48f-4acc-a2d3-906acdf6aa4a\", \"cluster_id\":\"d791f1d5-dc37-4c4f-93d7-8af7989c1049\", \"created_at\":\"2025-10-30T16:18:45.058907Z\", \"updated_at\":\"2025-10-30T16:18:45.058907Z\", \"name\":\"test-pool-zone\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"zone\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"f7133f1e-2498-4f60-a705-67938d64c8d7\"}" + headers: + Content-Length: + - "761" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:23:25 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - fcd2b68f-853d-4a47-9aae-a2b88a0d1dce + status: 200 OK + code: 200 + duration: 77.915162ms +- id: 69 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/854794fd-a48f-4acc-a2d3-906acdf6aa4a + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 761 + body: "{\"region\":\"fr-par\", \"id\":\"854794fd-a48f-4acc-a2d3-906acdf6aa4a\", \"cluster_id\":\"d791f1d5-dc37-4c4f-93d7-8af7989c1049\", \"created_at\":\"2025-10-30T16:18:45.058907Z\", \"updated_at\":\"2025-10-30T16:18:45.058907Z\", \"name\":\"test-pool-zone\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"zone\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"f7133f1e-2498-4f60-a705-67938d64c8d7\"}" + headers: + Content-Length: + - "761" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:23:30 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - ba5168a4-cbc6-475c-b793-f590daa6dce8 + status: 200 OK + code: 200 + duration: 89.370853ms +- id: 70 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/854794fd-a48f-4acc-a2d3-906acdf6aa4a + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 761 + body: "{\"region\":\"fr-par\", \"id\":\"854794fd-a48f-4acc-a2d3-906acdf6aa4a\", \"cluster_id\":\"d791f1d5-dc37-4c4f-93d7-8af7989c1049\", \"created_at\":\"2025-10-30T16:18:45.058907Z\", \"updated_at\":\"2025-10-30T16:18:45.058907Z\", \"name\":\"test-pool-zone\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"zone\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"f7133f1e-2498-4f60-a705-67938d64c8d7\"}" + headers: + Content-Length: + - "761" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:23:35 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 1e3435c7-e03b-4cf5-bbc5-b6962bacac94 + status: 200 OK + code: 200 + duration: 107.089017ms +- id: 71 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/854794fd-a48f-4acc-a2d3-906acdf6aa4a + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 761 + body: "{\"region\":\"fr-par\", \"id\":\"854794fd-a48f-4acc-a2d3-906acdf6aa4a\", \"cluster_id\":\"d791f1d5-dc37-4c4f-93d7-8af7989c1049\", \"created_at\":\"2025-10-30T16:18:45.058907Z\", \"updated_at\":\"2025-10-30T16:18:45.058907Z\", \"name\":\"test-pool-zone\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"zone\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"f7133f1e-2498-4f60-a705-67938d64c8d7\"}" + headers: + Content-Length: + - "761" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:23:40 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - adeef74b-494b-4a5f-9eb2-3b83c406efa9 + status: 200 OK + code: 200 + duration: 88.095649ms +- id: 72 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/854794fd-a48f-4acc-a2d3-906acdf6aa4a + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 761 + body: "{\"region\":\"fr-par\", \"id\":\"854794fd-a48f-4acc-a2d3-906acdf6aa4a\", \"cluster_id\":\"d791f1d5-dc37-4c4f-93d7-8af7989c1049\", \"created_at\":\"2025-10-30T16:18:45.058907Z\", \"updated_at\":\"2025-10-30T16:18:45.058907Z\", \"name\":\"test-pool-zone\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"zone\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"f7133f1e-2498-4f60-a705-67938d64c8d7\"}" + headers: + Content-Length: + - "761" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:23:45 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - e0a5f2a4-7a1a-441d-88e8-93c03868da1d + status: 200 OK + code: 200 + duration: 99.977689ms +- id: 73 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/854794fd-a48f-4acc-a2d3-906acdf6aa4a + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 761 + body: "{\"region\":\"fr-par\", \"id\":\"854794fd-a48f-4acc-a2d3-906acdf6aa4a\", \"cluster_id\":\"d791f1d5-dc37-4c4f-93d7-8af7989c1049\", \"created_at\":\"2025-10-30T16:18:45.058907Z\", \"updated_at\":\"2025-10-30T16:18:45.058907Z\", \"name\":\"test-pool-zone\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"zone\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"f7133f1e-2498-4f60-a705-67938d64c8d7\"}" + headers: + Content-Length: + - "761" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:23:50 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 675ee5ef-6a4e-4ace-8390-6cf22b4ad6ae + status: 200 OK + code: 200 + duration: 107.414517ms +- id: 74 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/854794fd-a48f-4acc-a2d3-906acdf6aa4a + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 761 + body: "{\"region\":\"fr-par\", \"id\":\"854794fd-a48f-4acc-a2d3-906acdf6aa4a\", \"cluster_id\":\"d791f1d5-dc37-4c4f-93d7-8af7989c1049\", \"created_at\":\"2025-10-30T16:18:45.058907Z\", \"updated_at\":\"2025-10-30T16:18:45.058907Z\", \"name\":\"test-pool-zone\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"zone\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"f7133f1e-2498-4f60-a705-67938d64c8d7\"}" + headers: + Content-Length: + - "761" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:23:55 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - c7e78cad-171c-4de1-8491-a6c261a61746 + status: 200 OK + code: 200 + duration: 83.659223ms +- id: 75 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/854794fd-a48f-4acc-a2d3-906acdf6aa4a + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 761 + body: "{\"region\":\"fr-par\", \"id\":\"854794fd-a48f-4acc-a2d3-906acdf6aa4a\", \"cluster_id\":\"d791f1d5-dc37-4c4f-93d7-8af7989c1049\", \"created_at\":\"2025-10-30T16:18:45.058907Z\", \"updated_at\":\"2025-10-30T16:18:45.058907Z\", \"name\":\"test-pool-zone\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"zone\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"f7133f1e-2498-4f60-a705-67938d64c8d7\"}" + headers: + Content-Length: + - "761" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:24:01 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 1617e49e-9ff6-4dba-8f06-bc1101ca55d5 + status: 200 OK + code: 200 + duration: 91.960904ms +- id: 76 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/854794fd-a48f-4acc-a2d3-906acdf6aa4a + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 761 + body: "{\"region\":\"fr-par\", \"id\":\"854794fd-a48f-4acc-a2d3-906acdf6aa4a\", \"cluster_id\":\"d791f1d5-dc37-4c4f-93d7-8af7989c1049\", \"created_at\":\"2025-10-30T16:18:45.058907Z\", \"updated_at\":\"2025-10-30T16:18:45.058907Z\", \"name\":\"test-pool-zone\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"zone\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"f7133f1e-2498-4f60-a705-67938d64c8d7\"}" + headers: + Content-Length: + - "761" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:24:06 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 5e3781e9-ac3b-41cd-abfe-d6d3e134fd53 + status: 200 OK + code: 200 + duration: 99.497889ms +- id: 77 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/854794fd-a48f-4acc-a2d3-906acdf6aa4a + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 761 + body: "{\"region\":\"fr-par\", \"id\":\"854794fd-a48f-4acc-a2d3-906acdf6aa4a\", \"cluster_id\":\"d791f1d5-dc37-4c4f-93d7-8af7989c1049\", \"created_at\":\"2025-10-30T16:18:45.058907Z\", \"updated_at\":\"2025-10-30T16:18:45.058907Z\", \"name\":\"test-pool-zone\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"zone\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"f7133f1e-2498-4f60-a705-67938d64c8d7\"}" + headers: + Content-Length: + - "761" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:24:11 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - fed90a2e-c0e9-4309-8c87-757523cdffd8 + status: 200 OK + code: 200 + duration: 80.697494ms +- id: 78 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/854794fd-a48f-4acc-a2d3-906acdf6aa4a + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 761 + body: "{\"region\":\"fr-par\", \"id\":\"854794fd-a48f-4acc-a2d3-906acdf6aa4a\", \"cluster_id\":\"d791f1d5-dc37-4c4f-93d7-8af7989c1049\", \"created_at\":\"2025-10-30T16:18:45.058907Z\", \"updated_at\":\"2025-10-30T16:18:45.058907Z\", \"name\":\"test-pool-zone\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"zone\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"f7133f1e-2498-4f60-a705-67938d64c8d7\"}" + headers: + Content-Length: + - "761" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:24:16 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 8a2d0a7a-2e8e-4bd0-93ff-1f93d78733a3 + status: 200 OK + code: 200 + duration: 99.041223ms +- id: 79 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/854794fd-a48f-4acc-a2d3-906acdf6aa4a + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 761 + body: "{\"region\":\"fr-par\", \"id\":\"854794fd-a48f-4acc-a2d3-906acdf6aa4a\", \"cluster_id\":\"d791f1d5-dc37-4c4f-93d7-8af7989c1049\", \"created_at\":\"2025-10-30T16:18:45.058907Z\", \"updated_at\":\"2025-10-30T16:18:45.058907Z\", \"name\":\"test-pool-zone\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"zone\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"f7133f1e-2498-4f60-a705-67938d64c8d7\"}" + headers: + Content-Length: + - "761" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:24:21 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 9cc390a1-ccca-4706-ac6a-9ee65dbdec37 + status: 200 OK + code: 200 + duration: 99.00237ms +- id: 80 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/854794fd-a48f-4acc-a2d3-906acdf6aa4a + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 761 + body: "{\"region\":\"fr-par\", \"id\":\"854794fd-a48f-4acc-a2d3-906acdf6aa4a\", \"cluster_id\":\"d791f1d5-dc37-4c4f-93d7-8af7989c1049\", \"created_at\":\"2025-10-30T16:18:45.058907Z\", \"updated_at\":\"2025-10-30T16:18:45.058907Z\", \"name\":\"test-pool-zone\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"zone\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"f7133f1e-2498-4f60-a705-67938d64c8d7\"}" + headers: + Content-Length: + - "761" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:24:26 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - c3de269e-a339-4a35-9e2a-051f51a91a50 + status: 200 OK + code: 200 + duration: 94.986622ms +- id: 81 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/854794fd-a48f-4acc-a2d3-906acdf6aa4a + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 761 + body: "{\"region\":\"fr-par\", \"id\":\"854794fd-a48f-4acc-a2d3-906acdf6aa4a\", \"cluster_id\":\"d791f1d5-dc37-4c4f-93d7-8af7989c1049\", \"created_at\":\"2025-10-30T16:18:45.058907Z\", \"updated_at\":\"2025-10-30T16:18:45.058907Z\", \"name\":\"test-pool-zone\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"zone\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"f7133f1e-2498-4f60-a705-67938d64c8d7\"}" + headers: + Content-Length: + - "761" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:24:31 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 280bd4f2-8304-4571-8443-bc8842cca3f1 + status: 200 OK + code: 200 + duration: 74.241567ms +- id: 82 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/854794fd-a48f-4acc-a2d3-906acdf6aa4a + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 761 + body: "{\"region\":\"fr-par\", \"id\":\"854794fd-a48f-4acc-a2d3-906acdf6aa4a\", \"cluster_id\":\"d791f1d5-dc37-4c4f-93d7-8af7989c1049\", \"created_at\":\"2025-10-30T16:18:45.058907Z\", \"updated_at\":\"2025-10-30T16:18:45.058907Z\", \"name\":\"test-pool-zone\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"zone\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"f7133f1e-2498-4f60-a705-67938d64c8d7\"}" + headers: + Content-Length: + - "761" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:24:36 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 4fc671e5-9d22-4ccb-bfc8-61fa2e12f0bb + status: 200 OK + code: 200 + duration: 85.847841ms +- id: 83 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/854794fd-a48f-4acc-a2d3-906acdf6aa4a + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 761 + body: "{\"region\":\"fr-par\", \"id\":\"854794fd-a48f-4acc-a2d3-906acdf6aa4a\", \"cluster_id\":\"d791f1d5-dc37-4c4f-93d7-8af7989c1049\", \"created_at\":\"2025-10-30T16:18:45.058907Z\", \"updated_at\":\"2025-10-30T16:18:45.058907Z\", \"name\":\"test-pool-zone\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"zone\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"f7133f1e-2498-4f60-a705-67938d64c8d7\"}" + headers: + Content-Length: + - "761" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:24:41 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - e44674ed-8cae-4286-9aea-1bfb802b725a + status: 200 OK + code: 200 + duration: 85.014717ms +- id: 84 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/854794fd-a48f-4acc-a2d3-906acdf6aa4a + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 761 + body: "{\"region\":\"fr-par\", \"id\":\"854794fd-a48f-4acc-a2d3-906acdf6aa4a\", \"cluster_id\":\"d791f1d5-dc37-4c4f-93d7-8af7989c1049\", \"created_at\":\"2025-10-30T16:18:45.058907Z\", \"updated_at\":\"2025-10-30T16:18:45.058907Z\", \"name\":\"test-pool-zone\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"zone\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"f7133f1e-2498-4f60-a705-67938d64c8d7\"}" + headers: + Content-Length: + - "761" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:24:46 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - a2381fe3-7986-4cbe-80e9-659153bd5975 + status: 200 OK + code: 200 + duration: 80.353359ms +- id: 85 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/854794fd-a48f-4acc-a2d3-906acdf6aa4a + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 761 + body: "{\"region\":\"fr-par\", \"id\":\"854794fd-a48f-4acc-a2d3-906acdf6aa4a\", \"cluster_id\":\"d791f1d5-dc37-4c4f-93d7-8af7989c1049\", \"created_at\":\"2025-10-30T16:18:45.058907Z\", \"updated_at\":\"2025-10-30T16:18:45.058907Z\", \"name\":\"test-pool-zone\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"zone\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"f7133f1e-2498-4f60-a705-67938d64c8d7\"}" + headers: + Content-Length: + - "761" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:24:51 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 677c3ba7-ecfe-48ff-86db-435e5fd8b173 + status: 200 OK + code: 200 + duration: 99.101896ms +- id: 86 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/854794fd-a48f-4acc-a2d3-906acdf6aa4a + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 761 + body: "{\"region\":\"fr-par\", \"id\":\"854794fd-a48f-4acc-a2d3-906acdf6aa4a\", \"cluster_id\":\"d791f1d5-dc37-4c4f-93d7-8af7989c1049\", \"created_at\":\"2025-10-30T16:18:45.058907Z\", \"updated_at\":\"2025-10-30T16:18:45.058907Z\", \"name\":\"test-pool-zone\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"zone\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"f7133f1e-2498-4f60-a705-67938d64c8d7\"}" + headers: + Content-Length: + - "761" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:24:57 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 6016ef5f-c44f-4625-a3b8-a31abec62ee9 + status: 200 OK + code: 200 + duration: 93.013019ms +- id: 87 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/854794fd-a48f-4acc-a2d3-906acdf6aa4a + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 759 + body: "{\"region\":\"fr-par\", \"id\":\"854794fd-a48f-4acc-a2d3-906acdf6aa4a\", \"cluster_id\":\"d791f1d5-dc37-4c4f-93d7-8af7989c1049\", \"created_at\":\"2025-10-30T16:18:45.058907Z\", \"updated_at\":\"2025-10-30T16:25:00.321561Z\", \"name\":\"test-pool-zone\", \"status\":\"ready\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"zone\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"f7133f1e-2498-4f60-a705-67938d64c8d7\"}" + headers: + Content-Length: + - "759" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:25:02 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - b0f83317-1072-487a-b96e-826027e4ff6a + status: 200 OK + code: 200 + duration: 87.636087ms +- id: 88 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/d791f1d5-dc37-4c4f-93d7-8af7989c1049 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1627 + body: "{\"region\":\"fr-par\", \"id\":\"d791f1d5-dc37-4c4f-93d7-8af7989c1049\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:39.505931Z\", \"updated_at\":\"2025-10-30T16:20:16.582942Z\", \"type\":\"kapsule\", \"name\":\"test-pool-zone\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"zone\"], \"cluster_url\":\"https://d791f1d5-dc37-4c4f-93d7-8af7989c1049.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.d791f1d5-dc37-4c4f-93d7-8af7989c1049.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"27ac07db-b4f0-46c0-b33c-fda26a546295\", \"commitment_ends_at\":\"2025-10-30T16:18:39.505941Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"1fa4e0ee-4dd6-419e-9825-9684ada716ba\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1627" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:25:02 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 3a014126-cd83-4148-81f0-6568c6e7e8d2 + status: 200 OK + code: 200 + duration: 24.790297ms +- id: 89 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/854794fd-a48f-4acc-a2d3-906acdf6aa4a + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 759 + body: "{\"region\":\"fr-par\", \"id\":\"854794fd-a48f-4acc-a2d3-906acdf6aa4a\", \"cluster_id\":\"d791f1d5-dc37-4c4f-93d7-8af7989c1049\", \"created_at\":\"2025-10-30T16:18:45.058907Z\", \"updated_at\":\"2025-10-30T16:25:00.321561Z\", \"name\":\"test-pool-zone\", \"status\":\"ready\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"zone\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"f7133f1e-2498-4f60-a705-67938d64c8d7\"}" + headers: + Content-Length: + - "759" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:25:02 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 4724e475-5966-4821-8bf4-902cd90c1460 + status: 200 OK + code: 200 + duration: 83.474185ms +- id: 90 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + form: + order_by: + - created_at_asc + page: + - "1" + pool_id: + - 854794fd-a48f-4acc-a2d3-906acdf6aa4a + status: + - unknown + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/d791f1d5-dc37-4c4f-93d7-8af7989c1049/nodes?order_by=created_at_asc&page=1&pool_id=854794fd-a48f-4acc-a2d3-906acdf6aa4a&status=unknown + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 620 + body: "{\"total_count\":1, \"nodes\":[{\"region\":\"fr-par\", \"id\":\"0bce5ac7-df73-41bc-9fc3-7d34bb1d1fd6\", \"cluster_id\":\"d791f1d5-dc37-4c4f-93d7-8af7989c1049\", \"created_at\":\"2025-10-30T16:24:01.851586Z\", \"updated_at\":\"2025-10-30T16:25:00.308344Z\", \"pool_id\":\"854794fd-a48f-4acc-a2d3-906acdf6aa4a\", \"status\":\"ready\", \"conditions\":{\"DiskPressure\":\"False\", \"MemoryPressure\":\"False\", \"PIDPressure\":\"False\", \"Ready\":\"True\"}, \"name\":\"scw-test-pool-zone-test-pool-zone-0bce5ac7df73\", \"public_ip_v4\":\"51.159.173.252\", \"public_ip_v6\":null, \"provider_id\":\"scaleway://instance/fr-par-2/26105214-77b0-4ba3-b555-cda300203d9a\", \"error_message\":\"\"}]}" + headers: + Content-Length: + - "620" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:25:02 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 5b936a43-8903-4b6f-b970-f92f082392ee + status: 200 OK + code: 200 + duration: 24.299626ms +- id: 91 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/d791f1d5-dc37-4c4f-93d7-8af7989c1049 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1627 + body: "{\"region\":\"fr-par\", \"id\":\"d791f1d5-dc37-4c4f-93d7-8af7989c1049\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:39.505931Z\", \"updated_at\":\"2025-10-30T16:20:16.582942Z\", \"type\":\"kapsule\", \"name\":\"test-pool-zone\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"zone\"], \"cluster_url\":\"https://d791f1d5-dc37-4c4f-93d7-8af7989c1049.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.d791f1d5-dc37-4c4f-93d7-8af7989c1049.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"27ac07db-b4f0-46c0-b33c-fda26a546295\", \"commitment_ends_at\":\"2025-10-30T16:18:39.505941Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"1fa4e0ee-4dd6-419e-9825-9684ada716ba\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1627" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:25:02 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - b81247ae-445c-4d1a-87b2-3c03bdb94c6e + status: 200 OK + code: 200 + duration: 25.319069ms +- id: 92 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + form: + order_by: + - created_at_desc + project_id: + - 105bdce1-64c0-48ab-899d-868455867ecf + resource_name: + - scw-test-pool-zone-test-pool-zone-0bce5ac7df73 + resource_type: + - unknown_type + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/ipam/v1/regions/fr-par/ips?order_by=created_at_desc&project_id=105bdce1-64c0-48ab-899d-868455867ecf&resource_name=scw-test-pool-zone-test-pool-zone-0bce5ac7df73&resource_type=unknown_type + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1122 + body: "{\"total_count\":2, \"ips\":[{\"id\":\"2bb2f1b5-10a7-4053-8335-e4b5a2276916\", \"address\":\"fd5f:519c:6d46:f63d:a663:f01c:6ca6:8321/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":true, \"created_at\":\"2025-10-30T16:24:05.050137Z\", \"updated_at\":\"2025-10-30T16:24:05.050137Z\", \"source\":{\"subnet_id\":\"b450b883-5f61-4703-856e-3bed5e617812\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"4e408267-7d6c-44e7-847a-7c10a3f17a9e\", \"mac_address\":\"02:00:00:2A:15:86\", \"name\":\"scw-test-pool-zone-test-pool-zone-0bce5ac7df73\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}, {\"id\":\"87c7c36d-97a9-4607-a211-0b1d7d22d646\", \"address\":\"172.18.56.3/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":false, \"created_at\":\"2025-10-30T16:24:04.940610Z\", \"updated_at\":\"2025-10-30T16:24:04.940610Z\", \"source\":{\"subnet_id\":\"33a3e721-7289-4305-975f-e325f5fa6a82\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"4e408267-7d6c-44e7-847a-7c10a3f17a9e\", \"mac_address\":\"02:00:00:2A:15:86\", \"name\":\"scw-test-pool-zone-test-pool-zone-0bce5ac7df73\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}]}" + headers: + Content-Length: + - "1122" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:25:02 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - abc6dc5b-89a3-4fba-be25-c812388e3c22 + status: 200 OK + code: 200 + duration: 27.113076ms +- id: 93 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/d791f1d5-dc37-4c4f-93d7-8af7989c1049 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1627 + body: "{\"region\":\"fr-par\", \"id\":\"d791f1d5-dc37-4c4f-93d7-8af7989c1049\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:39.505931Z\", \"updated_at\":\"2025-10-30T16:20:16.582942Z\", \"type\":\"kapsule\", \"name\":\"test-pool-zone\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"zone\"], \"cluster_url\":\"https://d791f1d5-dc37-4c4f-93d7-8af7989c1049.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.d791f1d5-dc37-4c4f-93d7-8af7989c1049.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"27ac07db-b4f0-46c0-b33c-fda26a546295\", \"commitment_ends_at\":\"2025-10-30T16:18:39.505941Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"1fa4e0ee-4dd6-419e-9825-9684ada716ba\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1627" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:25:02 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - cdcf8b9b-794f-4df6-9120-545166ed79b8 + status: 200 OK + code: 200 + duration: 51.682068ms +- id: 94 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/854794fd-a48f-4acc-a2d3-906acdf6aa4a + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 759 + body: "{\"region\":\"fr-par\", \"id\":\"854794fd-a48f-4acc-a2d3-906acdf6aa4a\", \"cluster_id\":\"d791f1d5-dc37-4c4f-93d7-8af7989c1049\", \"created_at\":\"2025-10-30T16:18:45.058907Z\", \"updated_at\":\"2025-10-30T16:25:00.321561Z\", \"name\":\"test-pool-zone\", \"status\":\"ready\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"zone\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"f7133f1e-2498-4f60-a705-67938d64c8d7\"}" + headers: + Content-Length: + - "759" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:25:02 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 69cc5d1b-cfa2-486b-8f7c-fd8a464178c2 + status: 200 OK + code: 200 + duration: 31.431341ms +- id: 95 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/vpc/v2/regions/fr-par/vpcs/292d9618-7ef0-4404-9408-efd679d9baeb + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 427 + body: "{\"id\":\"292d9618-7ef0-4404-9408-efd679d9baeb\", \"name\":\"testAccCheckK8SPoolConfigZone\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:38.597202Z\", \"updated_at\":\"2025-10-30T16:18:38.597202Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_default\":false, \"private_network_count\":1, \"routing_enabled\":true, \"custom_routes_propagation_enabled\":true, \"region\":\"fr-par\"}" + headers: + Content-Length: + - "427" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:25:02 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 51ec250a-6387-4253-95bb-bf569926f38c + status: 200 OK + code: 200 + duration: 25.793049ms +- id: 96 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks/27ac07db-b4f0-46c0-b33c-fda26a546295 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1084 + body: "{\"id\":\"27ac07db-b4f0-46c0-b33c-fda26a546295\", \"name\":\"test-pool-zone\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:38.685380Z\", \"updated_at\":\"2025-10-30T16:18:38.685380Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"subnets\":[{\"id\":\"33a3e721-7289-4305-975f-e325f5fa6a82\", \"created_at\":\"2025-10-30T16:18:38.685380Z\", \"updated_at\":\"2025-10-30T16:18:38.685380Z\", \"subnet\":\"172.18.56.0/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"27ac07db-b4f0-46c0-b33c-fda26a546295\", \"vpc_id\":\"292d9618-7ef0-4404-9408-efd679d9baeb\"}, {\"id\":\"b450b883-5f61-4703-856e-3bed5e617812\", \"created_at\":\"2025-10-30T16:18:38.685380Z\", \"updated_at\":\"2025-10-30T16:18:38.685380Z\", \"subnet\":\"fd5f:519c:6d46:f63d::/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"27ac07db-b4f0-46c0-b33c-fda26a546295\", \"vpc_id\":\"292d9618-7ef0-4404-9408-efd679d9baeb\"}], \"vpc_id\":\"292d9618-7ef0-4404-9408-efd679d9baeb\", \"dhcp_enabled\":true, \"default_route_propagation_enabled\":false, \"region\":\"fr-par\"}" + headers: + Content-Length: + - "1084" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:25:02 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 4ad71600-c264-4d05-8598-7af0094007fa + status: 200 OK + code: 200 + duration: 24.713794ms +- id: 97 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/d791f1d5-dc37-4c4f-93d7-8af7989c1049 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1627 + body: "{\"region\":\"fr-par\", \"id\":\"d791f1d5-dc37-4c4f-93d7-8af7989c1049\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:39.505931Z\", \"updated_at\":\"2025-10-30T16:20:16.582942Z\", \"type\":\"kapsule\", \"name\":\"test-pool-zone\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"zone\"], \"cluster_url\":\"https://d791f1d5-dc37-4c4f-93d7-8af7989c1049.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.d791f1d5-dc37-4c4f-93d7-8af7989c1049.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"27ac07db-b4f0-46c0-b33c-fda26a546295\", \"commitment_ends_at\":\"2025-10-30T16:18:39.505941Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"1fa4e0ee-4dd6-419e-9825-9684ada716ba\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1627" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:25:02 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - acb1e933-dd61-48d5-b8ac-8184a8732a37 + status: 200 OK + code: 200 + duration: 22.028393ms +- id: 98 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/d791f1d5-dc37-4c4f-93d7-8af7989c1049/kubeconfig + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1650 + body: "{\"name\":\"kubeconfig\", \"content_type\":\"application/octet-stream\", \"content\":\"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogInRlc3QtcG9vbC16b25lIgogIGNsdXN0ZXI6CiAgICBjZXJ0aWZpY2F0ZS1hdXRob3JpdHktZGF0YTogTFMwdExTMUNSVWRKVGlCRFJWSlVTVVpKUTBGVVJTMHRMUzB0Q2sxSlNVSlhha05EUVZGSFowRjNTVUpCWjBsQ1FVUkJTMEpuWjNGb2EycFBVRkZSUkVGcVFWWk5VazEzUlZGWlJGWlJVVVJGZDNCeVpGZEtiR050Tld3S1pFZFdlazFDTkZoRVZFa3hUVlJCZVU5VVJUSk5WR2Q2VDFadldFUlVUVEZOVkVGNVQxUkZNazFVWjNwUFZtOTNSbFJGVkUxQ1JVZEJNVlZGUVhoTlN3cGhNMVpwV2xoS2RWcFlVbXhqZWtKYVRVSk5SMEo1Y1VkVFRUUTVRV2RGUjBORGNVZFRUVFE1UVhkRlNFRXdTVUZDUVdaM1FVVlBjV05XZFRGTGFucExDbTl3WTFBNU5GRjFaVFZRS3pkeVV5OTZRMHhqYVhkaVowUjNOVzlOV1hVcmQxWjZjbXRvZFRWT2ExUjNiMG93Y0hoM2RXTjVObHBJTW5kV1dFcHlZWFVLYnpORFNIVmtSMnBSYWtKQlRVRTBSMEV4VldSRWQwVkNMM2RSUlVGM1NVTndSRUZRUW1kT1ZraFNUVUpCWmpoRlFsUkJSRUZSU0M5TlFqQkhRVEZWWkFwRVoxRlhRa0pUUVhKcmQwbDNibTFpYUM5elprdE5Oa1JLTDFRd01WQlNTRVY2UVV0Q1oyZHhhR3RxVDFCUlVVUkJaMDVJUVVSQ1JVRnBRak5qVkVaT0NuZHFiemRNVW5CVVRHTTBSVE5yTmxWR2MxWnZNM0V3YWtKcU9YSnlOWHBwVEVSeVR6TlJTV2REVDBaNlEySTBTaTlHYTBWb1VVZDRORFZJY3pkR09EVUtabVJ2ZURKRGNIQmxUVU5WV21wb1RtSjNiejBLTFMwdExTMUZUa1FnUTBWU1ZFbEdTVU5CVkVVdExTMHRMUW89CiAgICBzZXJ2ZXI6IGh0dHBzOi8vZDc5MWYxZDUtZGMzNy00YzRmLTkzZDctOGFmNzk4OWMxMDQ5LmFwaS5rOHMuZnItcGFyLnNjdy5jbG91ZDo2NDQzCmNvbnRleHRzOgotIG5hbWU6IGFkbWluQHRlc3QtcG9vbC16b25lCiAgY29udGV4dDoKICAgIGNsdXN0ZXI6ICJ0ZXN0LXBvb2wtem9uZSIKICAgIHVzZXI6IHRlc3QtcG9vbC16b25lLWFkbWluCmN1cnJlbnQtY29udGV4dDogYWRtaW5AdGVzdC1wb29sLXpvbmUKa2luZDogQ29uZmlnCnByZWZlcmVuY2VzOiB7fQp1c2VyczoKLSBuYW1lOiB0ZXN0LXBvb2wtem9uZS1hZG1pbgogIHVzZXI6CiAgICB0b2tlbjogcjNpYncxbmtGa25idFNlMlZjUnNsZ0V4VGZpaVozbGZJNkk0U1l2NUlEaExYckVSYzlzWFBsRlU=\"}" + headers: + Content-Length: + - "1650" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:25:02 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 0666fc70-c03f-4096-9d49-44f6adccbb6b + status: 200 OK + code: 200 + duration: 95.795431ms +- id: 99 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/854794fd-a48f-4acc-a2d3-906acdf6aa4a + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 759 + body: "{\"region\":\"fr-par\", \"id\":\"854794fd-a48f-4acc-a2d3-906acdf6aa4a\", \"cluster_id\":\"d791f1d5-dc37-4c4f-93d7-8af7989c1049\", \"created_at\":\"2025-10-30T16:18:45.058907Z\", \"updated_at\":\"2025-10-30T16:25:00.321561Z\", \"name\":\"test-pool-zone\", \"status\":\"ready\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"zone\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"f7133f1e-2498-4f60-a705-67938d64c8d7\"}" + headers: + Content-Length: + - "759" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:25:02 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - f3055e98-523d-4644-987d-3dd5568bfee9 + status: 200 OK + code: 200 + duration: 23.270815ms +- id: 100 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + form: + order_by: + - created_at_asc + page: + - "1" + pool_id: + - 854794fd-a48f-4acc-a2d3-906acdf6aa4a + status: + - unknown + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/d791f1d5-dc37-4c4f-93d7-8af7989c1049/nodes?order_by=created_at_asc&page=1&pool_id=854794fd-a48f-4acc-a2d3-906acdf6aa4a&status=unknown + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 620 + body: "{\"total_count\":1, \"nodes\":[{\"region\":\"fr-par\", \"id\":\"0bce5ac7-df73-41bc-9fc3-7d34bb1d1fd6\", \"cluster_id\":\"d791f1d5-dc37-4c4f-93d7-8af7989c1049\", \"created_at\":\"2025-10-30T16:24:01.851586Z\", \"updated_at\":\"2025-10-30T16:25:00.308344Z\", \"pool_id\":\"854794fd-a48f-4acc-a2d3-906acdf6aa4a\", \"status\":\"ready\", \"conditions\":{\"DiskPressure\":\"False\", \"MemoryPressure\":\"False\", \"PIDPressure\":\"False\", \"Ready\":\"True\"}, \"name\":\"scw-test-pool-zone-test-pool-zone-0bce5ac7df73\", \"public_ip_v4\":\"51.159.173.252\", \"public_ip_v6\":null, \"provider_id\":\"scaleway://instance/fr-par-2/26105214-77b0-4ba3-b555-cda300203d9a\", \"error_message\":\"\"}]}" + headers: + Content-Length: + - "620" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:25:02 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - e023227c-7d10-4bd3-8d5e-dcf16b0de402 + status: 200 OK + code: 200 + duration: 31.511271ms +- id: 101 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/d791f1d5-dc37-4c4f-93d7-8af7989c1049 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1627 + body: "{\"region\":\"fr-par\", \"id\":\"d791f1d5-dc37-4c4f-93d7-8af7989c1049\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:39.505931Z\", \"updated_at\":\"2025-10-30T16:20:16.582942Z\", \"type\":\"kapsule\", \"name\":\"test-pool-zone\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"zone\"], \"cluster_url\":\"https://d791f1d5-dc37-4c4f-93d7-8af7989c1049.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.d791f1d5-dc37-4c4f-93d7-8af7989c1049.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"27ac07db-b4f0-46c0-b33c-fda26a546295\", \"commitment_ends_at\":\"2025-10-30T16:18:39.505941Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"1fa4e0ee-4dd6-419e-9825-9684ada716ba\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1627" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:25:02 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 957fd3c0-a217-4a2a-ae19-ebb7b25c1e73 + status: 200 OK + code: 200 + duration: 20.510385ms +- id: 102 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + form: + order_by: + - created_at_desc + project_id: + - 105bdce1-64c0-48ab-899d-868455867ecf + resource_name: + - scw-test-pool-zone-test-pool-zone-0bce5ac7df73 + resource_type: + - unknown_type + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/ipam/v1/regions/fr-par/ips?order_by=created_at_desc&project_id=105bdce1-64c0-48ab-899d-868455867ecf&resource_name=scw-test-pool-zone-test-pool-zone-0bce5ac7df73&resource_type=unknown_type + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1122 + body: "{\"total_count\":2, \"ips\":[{\"id\":\"2bb2f1b5-10a7-4053-8335-e4b5a2276916\", \"address\":\"fd5f:519c:6d46:f63d:a663:f01c:6ca6:8321/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":true, \"created_at\":\"2025-10-30T16:24:05.050137Z\", \"updated_at\":\"2025-10-30T16:24:05.050137Z\", \"source\":{\"subnet_id\":\"b450b883-5f61-4703-856e-3bed5e617812\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"4e408267-7d6c-44e7-847a-7c10a3f17a9e\", \"mac_address\":\"02:00:00:2A:15:86\", \"name\":\"scw-test-pool-zone-test-pool-zone-0bce5ac7df73\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}, {\"id\":\"87c7c36d-97a9-4607-a211-0b1d7d22d646\", \"address\":\"172.18.56.3/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":false, \"created_at\":\"2025-10-30T16:24:04.940610Z\", \"updated_at\":\"2025-10-30T16:24:04.940610Z\", \"source\":{\"subnet_id\":\"33a3e721-7289-4305-975f-e325f5fa6a82\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"4e408267-7d6c-44e7-847a-7c10a3f17a9e\", \"mac_address\":\"02:00:00:2A:15:86\", \"name\":\"scw-test-pool-zone-test-pool-zone-0bce5ac7df73\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}]}" + headers: + Content-Length: + - "1122" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:25:02 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 2e78af9d-9461-4880-aaa5-aaef50ef95b6 + status: 200 OK + code: 200 + duration: 31.424588ms +- id: 103 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/854794fd-a48f-4acc-a2d3-906acdf6aa4a + method: DELETE + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 762 + body: "{\"region\":\"fr-par\", \"id\":\"854794fd-a48f-4acc-a2d3-906acdf6aa4a\", \"cluster_id\":\"d791f1d5-dc37-4c4f-93d7-8af7989c1049\", \"created_at\":\"2025-10-30T16:18:45.058907Z\", \"updated_at\":\"2025-10-30T16:25:03.214329Z\", \"name\":\"test-pool-zone\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"zone\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"f7133f1e-2498-4f60-a705-67938d64c8d7\"}" + headers: + Content-Length: + - "762" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:25:03 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - b14f9e33-579a-4b5b-b30f-0161cfeabbb3 + status: 200 OK + code: 200 + duration: 55.30077ms +- id: 104 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/854794fd-a48f-4acc-a2d3-906acdf6aa4a + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 762 + body: "{\"region\":\"fr-par\", \"id\":\"854794fd-a48f-4acc-a2d3-906acdf6aa4a\", \"cluster_id\":\"d791f1d5-dc37-4c4f-93d7-8af7989c1049\", \"created_at\":\"2025-10-30T16:18:45.058907Z\", \"updated_at\":\"2025-10-30T16:25:03.214329Z\", \"name\":\"test-pool-zone\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"zone\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"f7133f1e-2498-4f60-a705-67938d64c8d7\"}" + headers: + Content-Length: + - "762" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:25:03 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - d7581160-16dc-43d2-a698-0056c07d148c + status: 200 OK + code: 200 + duration: 88.148249ms +- id: 105 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/854794fd-a48f-4acc-a2d3-906acdf6aa4a + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 762 + body: "{\"region\":\"fr-par\", \"id\":\"854794fd-a48f-4acc-a2d3-906acdf6aa4a\", \"cluster_id\":\"d791f1d5-dc37-4c4f-93d7-8af7989c1049\", \"created_at\":\"2025-10-30T16:18:45.058907Z\", \"updated_at\":\"2025-10-30T16:25:03.214329Z\", \"name\":\"test-pool-zone\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"zone\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"f7133f1e-2498-4f60-a705-67938d64c8d7\"}" + headers: + Content-Length: + - "762" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:25:08 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - c772b2c4-8338-4552-9db7-77a456b5d32d + status: 200 OK + code: 200 + duration: 82.6662ms +- id: 106 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/854794fd-a48f-4acc-a2d3-906acdf6aa4a + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 762 + body: "{\"region\":\"fr-par\", \"id\":\"854794fd-a48f-4acc-a2d3-906acdf6aa4a\", \"cluster_id\":\"d791f1d5-dc37-4c4f-93d7-8af7989c1049\", \"created_at\":\"2025-10-30T16:18:45.058907Z\", \"updated_at\":\"2025-10-30T16:25:03.214329Z\", \"name\":\"test-pool-zone\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"zone\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"f7133f1e-2498-4f60-a705-67938d64c8d7\"}" + headers: + Content-Length: + - "762" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:25:13 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - a86f39e4-d1f0-4e11-bb48-fe03c2e302af + status: 200 OK + code: 200 + duration: 98.965049ms +- id: 107 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/854794fd-a48f-4acc-a2d3-906acdf6aa4a + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 762 + body: "{\"region\":\"fr-par\", \"id\":\"854794fd-a48f-4acc-a2d3-906acdf6aa4a\", \"cluster_id\":\"d791f1d5-dc37-4c4f-93d7-8af7989c1049\", \"created_at\":\"2025-10-30T16:18:45.058907Z\", \"updated_at\":\"2025-10-30T16:25:03.214329Z\", \"name\":\"test-pool-zone\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"zone\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"f7133f1e-2498-4f60-a705-67938d64c8d7\"}" + headers: + Content-Length: + - "762" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:25:18 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - e14d7530-b9d7-47c3-a2e9-22fc65a3fa6f + status: 200 OK + code: 200 + duration: 102.164635ms +- id: 108 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/854794fd-a48f-4acc-a2d3-906acdf6aa4a + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 762 + body: "{\"region\":\"fr-par\", \"id\":\"854794fd-a48f-4acc-a2d3-906acdf6aa4a\", \"cluster_id\":\"d791f1d5-dc37-4c4f-93d7-8af7989c1049\", \"created_at\":\"2025-10-30T16:18:45.058907Z\", \"updated_at\":\"2025-10-30T16:25:03.214329Z\", \"name\":\"test-pool-zone\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"zone\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"f7133f1e-2498-4f60-a705-67938d64c8d7\"}" + headers: + Content-Length: + - "762" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:25:23 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 077a11d6-8c2f-45cf-90a3-1acb6c50268b + status: 200 OK + code: 200 + duration: 98.260457ms +- id: 109 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/854794fd-a48f-4acc-a2d3-906acdf6aa4a + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 762 + body: "{\"region\":\"fr-par\", \"id\":\"854794fd-a48f-4acc-a2d3-906acdf6aa4a\", \"cluster_id\":\"d791f1d5-dc37-4c4f-93d7-8af7989c1049\", \"created_at\":\"2025-10-30T16:18:45.058907Z\", \"updated_at\":\"2025-10-30T16:25:03.214329Z\", \"name\":\"test-pool-zone\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"zone\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"f7133f1e-2498-4f60-a705-67938d64c8d7\"}" + headers: + Content-Length: + - "762" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:25:28 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - f499c867-9549-4e78-b904-4e3e294e66c5 + status: 200 OK + code: 200 + duration: 90.816857ms +- id: 110 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/854794fd-a48f-4acc-a2d3-906acdf6aa4a + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 762 + body: "{\"region\":\"fr-par\", \"id\":\"854794fd-a48f-4acc-a2d3-906acdf6aa4a\", \"cluster_id\":\"d791f1d5-dc37-4c4f-93d7-8af7989c1049\", \"created_at\":\"2025-10-30T16:18:45.058907Z\", \"updated_at\":\"2025-10-30T16:25:03.214329Z\", \"name\":\"test-pool-zone\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"zone\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"f7133f1e-2498-4f60-a705-67938d64c8d7\"}" + headers: + Content-Length: + - "762" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:25:33 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - c34a1517-39e4-412a-91bb-082901c3241a + status: 200 OK + code: 200 + duration: 79.106348ms +- id: 111 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/854794fd-a48f-4acc-a2d3-906acdf6aa4a + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 762 + body: "{\"region\":\"fr-par\", \"id\":\"854794fd-a48f-4acc-a2d3-906acdf6aa4a\", \"cluster_id\":\"d791f1d5-dc37-4c4f-93d7-8af7989c1049\", \"created_at\":\"2025-10-30T16:18:45.058907Z\", \"updated_at\":\"2025-10-30T16:25:03.214329Z\", \"name\":\"test-pool-zone\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"zone\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"f7133f1e-2498-4f60-a705-67938d64c8d7\"}" + headers: + Content-Length: + - "762" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:25:38 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - e7897754-a042-4679-ab35-cbf479bb54e0 + status: 200 OK + code: 200 + duration: 79.819827ms +- id: 112 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/854794fd-a48f-4acc-a2d3-906acdf6aa4a + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 762 + body: "{\"region\":\"fr-par\", \"id\":\"854794fd-a48f-4acc-a2d3-906acdf6aa4a\", \"cluster_id\":\"d791f1d5-dc37-4c4f-93d7-8af7989c1049\", \"created_at\":\"2025-10-30T16:18:45.058907Z\", \"updated_at\":\"2025-10-30T16:25:03.214329Z\", \"name\":\"test-pool-zone\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"zone\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"f7133f1e-2498-4f60-a705-67938d64c8d7\"}" + headers: + Content-Length: + - "762" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:25:44 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 7c3f28fd-cd46-43b8-af29-f321b8a89cc9 + status: 200 OK + code: 200 + duration: 77.584672ms +- id: 113 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/854794fd-a48f-4acc-a2d3-906acdf6aa4a + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 762 + body: "{\"region\":\"fr-par\", \"id\":\"854794fd-a48f-4acc-a2d3-906acdf6aa4a\", \"cluster_id\":\"d791f1d5-dc37-4c4f-93d7-8af7989c1049\", \"created_at\":\"2025-10-30T16:18:45.058907Z\", \"updated_at\":\"2025-10-30T16:25:03.214329Z\", \"name\":\"test-pool-zone\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"zone\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"f7133f1e-2498-4f60-a705-67938d64c8d7\"}" + headers: + Content-Length: + - "762" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:25:49 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 89bec6bb-0e9e-4dba-a0c0-eaecbb5804ad + status: 200 OK + code: 200 + duration: 89.951673ms +- id: 114 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/854794fd-a48f-4acc-a2d3-906acdf6aa4a + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 762 + body: "{\"region\":\"fr-par\", \"id\":\"854794fd-a48f-4acc-a2d3-906acdf6aa4a\", \"cluster_id\":\"d791f1d5-dc37-4c4f-93d7-8af7989c1049\", \"created_at\":\"2025-10-30T16:18:45.058907Z\", \"updated_at\":\"2025-10-30T16:25:03.214329Z\", \"name\":\"test-pool-zone\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"zone\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"f7133f1e-2498-4f60-a705-67938d64c8d7\"}" + headers: + Content-Length: + - "762" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:25:54 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 57bc7467-9988-4432-b5ab-2f7eeeafb93b + status: 200 OK + code: 200 + duration: 72.194236ms +- id: 115 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/854794fd-a48f-4acc-a2d3-906acdf6aa4a + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 762 + body: "{\"region\":\"fr-par\", \"id\":\"854794fd-a48f-4acc-a2d3-906acdf6aa4a\", \"cluster_id\":\"d791f1d5-dc37-4c4f-93d7-8af7989c1049\", \"created_at\":\"2025-10-30T16:18:45.058907Z\", \"updated_at\":\"2025-10-30T16:25:03.214329Z\", \"name\":\"test-pool-zone\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"zone\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"f7133f1e-2498-4f60-a705-67938d64c8d7\"}" + headers: + Content-Length: + - "762" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:25:59 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 74527f0a-e37c-48ab-8b85-b118a599cfaf + status: 200 OK + code: 200 + duration: 104.573335ms +- id: 116 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/854794fd-a48f-4acc-a2d3-906acdf6aa4a + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 762 + body: "{\"region\":\"fr-par\", \"id\":\"854794fd-a48f-4acc-a2d3-906acdf6aa4a\", \"cluster_id\":\"d791f1d5-dc37-4c4f-93d7-8af7989c1049\", \"created_at\":\"2025-10-30T16:18:45.058907Z\", \"updated_at\":\"2025-10-30T16:25:03.214329Z\", \"name\":\"test-pool-zone\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"zone\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"f7133f1e-2498-4f60-a705-67938d64c8d7\"}" + headers: + Content-Length: + - "762" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:26:04 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 3876e61c-dabe-4890-9804-ca7f804a05e2 + status: 200 OK + code: 200 + duration: 103.4786ms +- id: 117 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/854794fd-a48f-4acc-a2d3-906acdf6aa4a + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 762 + body: "{\"region\":\"fr-par\", \"id\":\"854794fd-a48f-4acc-a2d3-906acdf6aa4a\", \"cluster_id\":\"d791f1d5-dc37-4c4f-93d7-8af7989c1049\", \"created_at\":\"2025-10-30T16:18:45.058907Z\", \"updated_at\":\"2025-10-30T16:25:03.214329Z\", \"name\":\"test-pool-zone\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"zone\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"f7133f1e-2498-4f60-a705-67938d64c8d7\"}" + headers: + Content-Length: + - "762" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:26:09 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - bf396792-5601-4f49-89c9-1c2bfbd47083 + status: 200 OK + code: 200 + duration: 106.290659ms +- id: 118 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/854794fd-a48f-4acc-a2d3-906acdf6aa4a + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 762 + body: "{\"region\":\"fr-par\", \"id\":\"854794fd-a48f-4acc-a2d3-906acdf6aa4a\", \"cluster_id\":\"d791f1d5-dc37-4c4f-93d7-8af7989c1049\", \"created_at\":\"2025-10-30T16:18:45.058907Z\", \"updated_at\":\"2025-10-30T16:25:03.214329Z\", \"name\":\"test-pool-zone\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"zone\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"f7133f1e-2498-4f60-a705-67938d64c8d7\"}" + headers: + Content-Length: + - "762" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:26:14 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 9177327d-afa5-4a46-857d-0c42d2134b98 + status: 200 OK + code: 200 + duration: 92.573935ms +- id: 119 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/854794fd-a48f-4acc-a2d3-906acdf6aa4a + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 762 + body: "{\"region\":\"fr-par\", \"id\":\"854794fd-a48f-4acc-a2d3-906acdf6aa4a\", \"cluster_id\":\"d791f1d5-dc37-4c4f-93d7-8af7989c1049\", \"created_at\":\"2025-10-30T16:18:45.058907Z\", \"updated_at\":\"2025-10-30T16:25:03.214329Z\", \"name\":\"test-pool-zone\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"zone\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"f7133f1e-2498-4f60-a705-67938d64c8d7\"}" + headers: + Content-Length: + - "762" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:26:19 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 23c0b902-20f4-4ba7-86c1-dd5faa19a145 + status: 200 OK + code: 200 + duration: 83.732832ms +- id: 120 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/854794fd-a48f-4acc-a2d3-906acdf6aa4a + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 762 + body: "{\"region\":\"fr-par\", \"id\":\"854794fd-a48f-4acc-a2d3-906acdf6aa4a\", \"cluster_id\":\"d791f1d5-dc37-4c4f-93d7-8af7989c1049\", \"created_at\":\"2025-10-30T16:18:45.058907Z\", \"updated_at\":\"2025-10-30T16:25:03.214329Z\", \"name\":\"test-pool-zone\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"zone\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"f7133f1e-2498-4f60-a705-67938d64c8d7\"}" + headers: + Content-Length: + - "762" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:26:24 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - a5684454-1690-4a38-a6fd-b1e560f5346a + status: 200 OK + code: 200 + duration: 93.100783ms +- id: 121 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/854794fd-a48f-4acc-a2d3-906acdf6aa4a + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 762 + body: "{\"region\":\"fr-par\", \"id\":\"854794fd-a48f-4acc-a2d3-906acdf6aa4a\", \"cluster_id\":\"d791f1d5-dc37-4c4f-93d7-8af7989c1049\", \"created_at\":\"2025-10-30T16:18:45.058907Z\", \"updated_at\":\"2025-10-30T16:25:03.214329Z\", \"name\":\"test-pool-zone\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"zone\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"f7133f1e-2498-4f60-a705-67938d64c8d7\"}" + headers: + Content-Length: + - "762" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:26:29 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 59163bfe-a678-4ef4-9671-767169c58379 + status: 200 OK + code: 200 + duration: 76.523671ms +- id: 122 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/854794fd-a48f-4acc-a2d3-906acdf6aa4a + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 762 + body: "{\"region\":\"fr-par\", \"id\":\"854794fd-a48f-4acc-a2d3-906acdf6aa4a\", \"cluster_id\":\"d791f1d5-dc37-4c4f-93d7-8af7989c1049\", \"created_at\":\"2025-10-30T16:18:45.058907Z\", \"updated_at\":\"2025-10-30T16:25:03.214329Z\", \"name\":\"test-pool-zone\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"zone\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"f7133f1e-2498-4f60-a705-67938d64c8d7\"}" + headers: + Content-Length: + - "762" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:26:34 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 242ce6cc-b1ec-4ebf-90ba-d54bbe656a83 + status: 200 OK + code: 200 + duration: 96.369037ms +- id: 123 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/854794fd-a48f-4acc-a2d3-906acdf6aa4a + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 762 + body: "{\"region\":\"fr-par\", \"id\":\"854794fd-a48f-4acc-a2d3-906acdf6aa4a\", \"cluster_id\":\"d791f1d5-dc37-4c4f-93d7-8af7989c1049\", \"created_at\":\"2025-10-30T16:18:45.058907Z\", \"updated_at\":\"2025-10-30T16:25:03.214329Z\", \"name\":\"test-pool-zone\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"zone\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"f7133f1e-2498-4f60-a705-67938d64c8d7\"}" + headers: + Content-Length: + - "762" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:26:40 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 9414d91a-c313-4366-846f-7a04821c1633 + status: 200 OK + code: 200 + duration: 82.676268ms +- id: 124 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/854794fd-a48f-4acc-a2d3-906acdf6aa4a + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 762 + body: "{\"region\":\"fr-par\", \"id\":\"854794fd-a48f-4acc-a2d3-906acdf6aa4a\", \"cluster_id\":\"d791f1d5-dc37-4c4f-93d7-8af7989c1049\", \"created_at\":\"2025-10-30T16:18:45.058907Z\", \"updated_at\":\"2025-10-30T16:25:03.214329Z\", \"name\":\"test-pool-zone\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"zone\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"f7133f1e-2498-4f60-a705-67938d64c8d7\"}" + headers: + Content-Length: + - "762" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:26:45 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 9421fa66-918a-4faa-a572-a11a5eab629f + status: 200 OK + code: 200 + duration: 83.490026ms +- id: 125 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/854794fd-a48f-4acc-a2d3-906acdf6aa4a + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 762 + body: "{\"region\":\"fr-par\", \"id\":\"854794fd-a48f-4acc-a2d3-906acdf6aa4a\", \"cluster_id\":\"d791f1d5-dc37-4c4f-93d7-8af7989c1049\", \"created_at\":\"2025-10-30T16:18:45.058907Z\", \"updated_at\":\"2025-10-30T16:25:03.214329Z\", \"name\":\"test-pool-zone\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"zone\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"f7133f1e-2498-4f60-a705-67938d64c8d7\"}" + headers: + Content-Length: + - "762" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:26:50 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 81386c61-40e9-4ae9-816c-c137e1b2eee4 + status: 200 OK + code: 200 + duration: 81.750441ms +- id: 126 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/854794fd-a48f-4acc-a2d3-906acdf6aa4a + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 762 + body: "{\"region\":\"fr-par\", \"id\":\"854794fd-a48f-4acc-a2d3-906acdf6aa4a\", \"cluster_id\":\"d791f1d5-dc37-4c4f-93d7-8af7989c1049\", \"created_at\":\"2025-10-30T16:18:45.058907Z\", \"updated_at\":\"2025-10-30T16:25:03.214329Z\", \"name\":\"test-pool-zone\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"zone\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"f7133f1e-2498-4f60-a705-67938d64c8d7\"}" + headers: + Content-Length: + - "762" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:26:55 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - bdb237c4-73bd-433d-85f8-4431a558b0f3 + status: 200 OK + code: 200 + duration: 105.233925ms +- id: 127 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/854794fd-a48f-4acc-a2d3-906acdf6aa4a + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 762 + body: "{\"region\":\"fr-par\", \"id\":\"854794fd-a48f-4acc-a2d3-906acdf6aa4a\", \"cluster_id\":\"d791f1d5-dc37-4c4f-93d7-8af7989c1049\", \"created_at\":\"2025-10-30T16:18:45.058907Z\", \"updated_at\":\"2025-10-30T16:25:03.214329Z\", \"name\":\"test-pool-zone\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"zone\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"f7133f1e-2498-4f60-a705-67938d64c8d7\"}" + headers: + Content-Length: + - "762" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:27:00 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 5e8f6f1b-d5b4-413e-a868-2818839f6f16 + status: 200 OK + code: 200 + duration: 92.408985ms +- id: 128 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/854794fd-a48f-4acc-a2d3-906acdf6aa4a + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 762 + body: "{\"region\":\"fr-par\", \"id\":\"854794fd-a48f-4acc-a2d3-906acdf6aa4a\", \"cluster_id\":\"d791f1d5-dc37-4c4f-93d7-8af7989c1049\", \"created_at\":\"2025-10-30T16:18:45.058907Z\", \"updated_at\":\"2025-10-30T16:25:03.214329Z\", \"name\":\"test-pool-zone\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"zone\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"f7133f1e-2498-4f60-a705-67938d64c8d7\"}" + headers: + Content-Length: + - "762" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:27:05 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - e10a1561-f5bc-4726-962c-c9c35d189ef3 + status: 200 OK + code: 200 + duration: 102.568152ms +- id: 129 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/854794fd-a48f-4acc-a2d3-906acdf6aa4a + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 762 + body: "{\"region\":\"fr-par\", \"id\":\"854794fd-a48f-4acc-a2d3-906acdf6aa4a\", \"cluster_id\":\"d791f1d5-dc37-4c4f-93d7-8af7989c1049\", \"created_at\":\"2025-10-30T16:18:45.058907Z\", \"updated_at\":\"2025-10-30T16:25:03.214329Z\", \"name\":\"test-pool-zone\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"zone\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"f7133f1e-2498-4f60-a705-67938d64c8d7\"}" + headers: + Content-Length: + - "762" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:27:10 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 9b51d0bb-f85d-4576-bf78-a1376d5aa569 + status: 200 OK + code: 200 + duration: 88.508725ms +- id: 130 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/854794fd-a48f-4acc-a2d3-906acdf6aa4a + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 762 + body: "{\"region\":\"fr-par\", \"id\":\"854794fd-a48f-4acc-a2d3-906acdf6aa4a\", \"cluster_id\":\"d791f1d5-dc37-4c4f-93d7-8af7989c1049\", \"created_at\":\"2025-10-30T16:18:45.058907Z\", \"updated_at\":\"2025-10-30T16:25:03.214329Z\", \"name\":\"test-pool-zone\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"zone\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"f7133f1e-2498-4f60-a705-67938d64c8d7\"}" + headers: + Content-Length: + - "762" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:27:15 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - a8d452fd-6b6d-43df-943b-4203dfe5d312 + status: 200 OK + code: 200 + duration: 122.213974ms +- id: 131 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/854794fd-a48f-4acc-a2d3-906acdf6aa4a + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 762 + body: "{\"region\":\"fr-par\", \"id\":\"854794fd-a48f-4acc-a2d3-906acdf6aa4a\", \"cluster_id\":\"d791f1d5-dc37-4c4f-93d7-8af7989c1049\", \"created_at\":\"2025-10-30T16:18:45.058907Z\", \"updated_at\":\"2025-10-30T16:25:03.214329Z\", \"name\":\"test-pool-zone\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"zone\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"f7133f1e-2498-4f60-a705-67938d64c8d7\"}" + headers: + Content-Length: + - "762" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:27:20 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - b41cd623-0fd5-41c0-b7d5-51ca89503b47 + status: 200 OK + code: 200 + duration: 85.491192ms +- id: 132 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/854794fd-a48f-4acc-a2d3-906acdf6aa4a + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 762 + body: "{\"region\":\"fr-par\", \"id\":\"854794fd-a48f-4acc-a2d3-906acdf6aa4a\", \"cluster_id\":\"d791f1d5-dc37-4c4f-93d7-8af7989c1049\", \"created_at\":\"2025-10-30T16:18:45.058907Z\", \"updated_at\":\"2025-10-30T16:25:03.214329Z\", \"name\":\"test-pool-zone\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"zone\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"f7133f1e-2498-4f60-a705-67938d64c8d7\"}" + headers: + Content-Length: + - "762" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:27:25 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 79f25d62-5fe6-4225-8274-edd32600a350 + status: 200 OK + code: 200 + duration: 82.262242ms +- id: 133 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/854794fd-a48f-4acc-a2d3-906acdf6aa4a + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 762 + body: "{\"region\":\"fr-par\", \"id\":\"854794fd-a48f-4acc-a2d3-906acdf6aa4a\", \"cluster_id\":\"d791f1d5-dc37-4c4f-93d7-8af7989c1049\", \"created_at\":\"2025-10-30T16:18:45.058907Z\", \"updated_at\":\"2025-10-30T16:25:03.214329Z\", \"name\":\"test-pool-zone\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"zone\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"f7133f1e-2498-4f60-a705-67938d64c8d7\"}" + headers: + Content-Length: + - "762" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:27:31 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - dfda0d2c-5018-4dff-8c87-4eccd5da0041 + status: 200 OK + code: 200 + duration: 87.851422ms +- id: 134 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/854794fd-a48f-4acc-a2d3-906acdf6aa4a + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 762 + body: "{\"region\":\"fr-par\", \"id\":\"854794fd-a48f-4acc-a2d3-906acdf6aa4a\", \"cluster_id\":\"d791f1d5-dc37-4c4f-93d7-8af7989c1049\", \"created_at\":\"2025-10-30T16:18:45.058907Z\", \"updated_at\":\"2025-10-30T16:25:03.214329Z\", \"name\":\"test-pool-zone\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"zone\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"f7133f1e-2498-4f60-a705-67938d64c8d7\"}" + headers: + Content-Length: + - "762" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:27:36 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 91dfaad7-349e-4ffb-acdd-fde5652d6190 + status: 200 OK + code: 200 + duration: 120.145672ms +- id: 135 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/854794fd-a48f-4acc-a2d3-906acdf6aa4a + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 762 + body: "{\"region\":\"fr-par\", \"id\":\"854794fd-a48f-4acc-a2d3-906acdf6aa4a\", \"cluster_id\":\"d791f1d5-dc37-4c4f-93d7-8af7989c1049\", \"created_at\":\"2025-10-30T16:18:45.058907Z\", \"updated_at\":\"2025-10-30T16:25:03.214329Z\", \"name\":\"test-pool-zone\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"zone\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"f7133f1e-2498-4f60-a705-67938d64c8d7\"}" + headers: + Content-Length: + - "762" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:27:41 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 0d7c757d-1e7f-43f6-80ea-c9fccdf93dfa + status: 200 OK + code: 200 + duration: 397.940953ms +- id: 136 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/854794fd-a48f-4acc-a2d3-906acdf6aa4a + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 762 + body: "{\"region\":\"fr-par\", \"id\":\"854794fd-a48f-4acc-a2d3-906acdf6aa4a\", \"cluster_id\":\"d791f1d5-dc37-4c4f-93d7-8af7989c1049\", \"created_at\":\"2025-10-30T16:18:45.058907Z\", \"updated_at\":\"2025-10-30T16:25:03.214329Z\", \"name\":\"test-pool-zone\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"zone\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"f7133f1e-2498-4f60-a705-67938d64c8d7\"}" + headers: + Content-Length: + - "762" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:27:46 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - e43aab44-6db7-4f44-a330-f2534cc4d091 + status: 200 OK + code: 200 + duration: 148.104155ms +- id: 137 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/854794fd-a48f-4acc-a2d3-906acdf6aa4a + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 762 + body: "{\"region\":\"fr-par\", \"id\":\"854794fd-a48f-4acc-a2d3-906acdf6aa4a\", \"cluster_id\":\"d791f1d5-dc37-4c4f-93d7-8af7989c1049\", \"created_at\":\"2025-10-30T16:18:45.058907Z\", \"updated_at\":\"2025-10-30T16:25:03.214329Z\", \"name\":\"test-pool-zone\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"zone\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"f7133f1e-2498-4f60-a705-67938d64c8d7\"}" + headers: + Content-Length: + - "762" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:27:51 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - d6f25aa7-8074-4af7-8518-f40579633bf4 + status: 200 OK + code: 200 + duration: 134.070977ms +- id: 138 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/854794fd-a48f-4acc-a2d3-906acdf6aa4a + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 762 + body: "{\"region\":\"fr-par\", \"id\":\"854794fd-a48f-4acc-a2d3-906acdf6aa4a\", \"cluster_id\":\"d791f1d5-dc37-4c4f-93d7-8af7989c1049\", \"created_at\":\"2025-10-30T16:18:45.058907Z\", \"updated_at\":\"2025-10-30T16:25:03.214329Z\", \"name\":\"test-pool-zone\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"zone\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"f7133f1e-2498-4f60-a705-67938d64c8d7\"}" + headers: + Content-Length: + - "762" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:27:56 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - eef7ec62-80d0-4e0e-a261-b3d06e1ec019 + status: 200 OK + code: 200 + duration: 87.736957ms +- id: 139 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/854794fd-a48f-4acc-a2d3-906acdf6aa4a + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 762 + body: "{\"region\":\"fr-par\", \"id\":\"854794fd-a48f-4acc-a2d3-906acdf6aa4a\", \"cluster_id\":\"d791f1d5-dc37-4c4f-93d7-8af7989c1049\", \"created_at\":\"2025-10-30T16:18:45.058907Z\", \"updated_at\":\"2025-10-30T16:25:03.214329Z\", \"name\":\"test-pool-zone\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"zone\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"f7133f1e-2498-4f60-a705-67938d64c8d7\"}" + headers: + Content-Length: + - "762" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:28:02 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 13614e9a-aee9-4439-a0cd-8fb91ddfd09e + status: 200 OK + code: 200 + duration: 104.884289ms +- id: 140 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/854794fd-a48f-4acc-a2d3-906acdf6aa4a + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 762 + body: "{\"region\":\"fr-par\", \"id\":\"854794fd-a48f-4acc-a2d3-906acdf6aa4a\", \"cluster_id\":\"d791f1d5-dc37-4c4f-93d7-8af7989c1049\", \"created_at\":\"2025-10-30T16:18:45.058907Z\", \"updated_at\":\"2025-10-30T16:25:03.214329Z\", \"name\":\"test-pool-zone\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"zone\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"f7133f1e-2498-4f60-a705-67938d64c8d7\"}" + headers: + Content-Length: + - "762" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:28:07 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - c08338f8-c9a4-407d-92d8-95a6f532ff27 + status: 200 OK + code: 200 + duration: 90.91979ms +- id: 141 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/854794fd-a48f-4acc-a2d3-906acdf6aa4a + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 762 + body: "{\"region\":\"fr-par\", \"id\":\"854794fd-a48f-4acc-a2d3-906acdf6aa4a\", \"cluster_id\":\"d791f1d5-dc37-4c4f-93d7-8af7989c1049\", \"created_at\":\"2025-10-30T16:18:45.058907Z\", \"updated_at\":\"2025-10-30T16:25:03.214329Z\", \"name\":\"test-pool-zone\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"zone\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"f7133f1e-2498-4f60-a705-67938d64c8d7\"}" + headers: + Content-Length: + - "762" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:28:12 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 4379b645-6306-4e03-8485-5da138320feb + status: 200 OK + code: 200 + duration: 82.359233ms +- id: 142 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/854794fd-a48f-4acc-a2d3-906acdf6aa4a + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 762 + body: "{\"region\":\"fr-par\", \"id\":\"854794fd-a48f-4acc-a2d3-906acdf6aa4a\", \"cluster_id\":\"d791f1d5-dc37-4c4f-93d7-8af7989c1049\", \"created_at\":\"2025-10-30T16:18:45.058907Z\", \"updated_at\":\"2025-10-30T16:25:03.214329Z\", \"name\":\"test-pool-zone\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"zone\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"f7133f1e-2498-4f60-a705-67938d64c8d7\"}" + headers: + Content-Length: + - "762" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:28:17 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 66cf57d0-af0a-40e3-b201-ade36fd72421 + status: 200 OK + code: 200 + duration: 75.091514ms +- id: 143 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/854794fd-a48f-4acc-a2d3-906acdf6aa4a + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 762 + body: "{\"region\":\"fr-par\", \"id\":\"854794fd-a48f-4acc-a2d3-906acdf6aa4a\", \"cluster_id\":\"d791f1d5-dc37-4c4f-93d7-8af7989c1049\", \"created_at\":\"2025-10-30T16:18:45.058907Z\", \"updated_at\":\"2025-10-30T16:25:03.214329Z\", \"name\":\"test-pool-zone\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"zone\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"f7133f1e-2498-4f60-a705-67938d64c8d7\"}" + headers: + Content-Length: + - "762" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:28:22 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 481dddb7-faf2-417c-966c-2b915d35d1a8 + status: 200 OK + code: 200 + duration: 92.647383ms +- id: 144 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/854794fd-a48f-4acc-a2d3-906acdf6aa4a + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 762 + body: "{\"region\":\"fr-par\", \"id\":\"854794fd-a48f-4acc-a2d3-906acdf6aa4a\", \"cluster_id\":\"d791f1d5-dc37-4c4f-93d7-8af7989c1049\", \"created_at\":\"2025-10-30T16:18:45.058907Z\", \"updated_at\":\"2025-10-30T16:25:03.214329Z\", \"name\":\"test-pool-zone\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"zone\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"f7133f1e-2498-4f60-a705-67938d64c8d7\"}" + headers: + Content-Length: + - "762" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:28:27 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - f34229e5-5469-405d-89e7-e437640f905b + status: 200 OK + code: 200 + duration: 97.474342ms +- id: 145 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/854794fd-a48f-4acc-a2d3-906acdf6aa4a + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 762 + body: "{\"region\":\"fr-par\", \"id\":\"854794fd-a48f-4acc-a2d3-906acdf6aa4a\", \"cluster_id\":\"d791f1d5-dc37-4c4f-93d7-8af7989c1049\", \"created_at\":\"2025-10-30T16:18:45.058907Z\", \"updated_at\":\"2025-10-30T16:25:03.214329Z\", \"name\":\"test-pool-zone\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"zone\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"f7133f1e-2498-4f60-a705-67938d64c8d7\"}" + headers: + Content-Length: + - "762" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:28:32 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 87a0a89f-d281-46de-b9c1-778736eca78c + status: 200 OK + code: 200 + duration: 74.870088ms +- id: 146 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/854794fd-a48f-4acc-a2d3-906acdf6aa4a + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 762 + body: "{\"region\":\"fr-par\", \"id\":\"854794fd-a48f-4acc-a2d3-906acdf6aa4a\", \"cluster_id\":\"d791f1d5-dc37-4c4f-93d7-8af7989c1049\", \"created_at\":\"2025-10-30T16:18:45.058907Z\", \"updated_at\":\"2025-10-30T16:25:03.214329Z\", \"name\":\"test-pool-zone\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"zone\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"f7133f1e-2498-4f60-a705-67938d64c8d7\"}" + headers: + Content-Length: + - "762" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:28:37 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - c3bada3e-2402-4657-a3d1-e12e55944515 + status: 200 OK + code: 200 + duration: 83.699929ms +- id: 147 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/854794fd-a48f-4acc-a2d3-906acdf6aa4a + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 762 + body: "{\"region\":\"fr-par\", \"id\":\"854794fd-a48f-4acc-a2d3-906acdf6aa4a\", \"cluster_id\":\"d791f1d5-dc37-4c4f-93d7-8af7989c1049\", \"created_at\":\"2025-10-30T16:18:45.058907Z\", \"updated_at\":\"2025-10-30T16:25:03.214329Z\", \"name\":\"test-pool-zone\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"zone\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"f7133f1e-2498-4f60-a705-67938d64c8d7\"}" + headers: + Content-Length: + - "762" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:28:42 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 0fa604fa-6736-4eed-8a0d-622bc612a46f + status: 200 OK + code: 200 + duration: 98.184996ms +- id: 148 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/854794fd-a48f-4acc-a2d3-906acdf6aa4a + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 762 + body: "{\"region\":\"fr-par\", \"id\":\"854794fd-a48f-4acc-a2d3-906acdf6aa4a\", \"cluster_id\":\"d791f1d5-dc37-4c4f-93d7-8af7989c1049\", \"created_at\":\"2025-10-30T16:18:45.058907Z\", \"updated_at\":\"2025-10-30T16:25:03.214329Z\", \"name\":\"test-pool-zone\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"zone\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"f7133f1e-2498-4f60-a705-67938d64c8d7\"}" + headers: + Content-Length: + - "762" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:28:47 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 39c0bd2f-a71d-4689-a14f-fa4ada1376a1 + status: 200 OK + code: 200 + duration: 105.405598ms +- id: 149 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/854794fd-a48f-4acc-a2d3-906acdf6aa4a + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 762 + body: "{\"region\":\"fr-par\", \"id\":\"854794fd-a48f-4acc-a2d3-906acdf6aa4a\", \"cluster_id\":\"d791f1d5-dc37-4c4f-93d7-8af7989c1049\", \"created_at\":\"2025-10-30T16:18:45.058907Z\", \"updated_at\":\"2025-10-30T16:25:03.214329Z\", \"name\":\"test-pool-zone\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"zone\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"f7133f1e-2498-4f60-a705-67938d64c8d7\"}" + headers: + Content-Length: + - "762" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:28:52 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 83cb8271-b58b-42d7-a29e-37eaedca3cdd + status: 200 OK + code: 200 + duration: 83.751817ms +- id: 150 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/854794fd-a48f-4acc-a2d3-906acdf6aa4a + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 762 + body: "{\"region\":\"fr-par\", \"id\":\"854794fd-a48f-4acc-a2d3-906acdf6aa4a\", \"cluster_id\":\"d791f1d5-dc37-4c4f-93d7-8af7989c1049\", \"created_at\":\"2025-10-30T16:18:45.058907Z\", \"updated_at\":\"2025-10-30T16:25:03.214329Z\", \"name\":\"test-pool-zone\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"zone\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"f7133f1e-2498-4f60-a705-67938d64c8d7\"}" + headers: + Content-Length: + - "762" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:28:57 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - b75e200b-1626-4dc9-95b7-dc90bb1c69b8 + status: 200 OK + code: 200 + duration: 76.955031ms +- id: 151 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/854794fd-a48f-4acc-a2d3-906acdf6aa4a + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 762 + body: "{\"region\":\"fr-par\", \"id\":\"854794fd-a48f-4acc-a2d3-906acdf6aa4a\", \"cluster_id\":\"d791f1d5-dc37-4c4f-93d7-8af7989c1049\", \"created_at\":\"2025-10-30T16:18:45.058907Z\", \"updated_at\":\"2025-10-30T16:25:03.214329Z\", \"name\":\"test-pool-zone\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"zone\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"f7133f1e-2498-4f60-a705-67938d64c8d7\"}" + headers: + Content-Length: + - "762" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:29:03 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - c21eb9ab-0db3-41b6-a533-e4e521e35c93 + status: 200 OK + code: 200 + duration: 105.847396ms +- id: 152 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/854794fd-a48f-4acc-a2d3-906acdf6aa4a + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 762 + body: "{\"region\":\"fr-par\", \"id\":\"854794fd-a48f-4acc-a2d3-906acdf6aa4a\", \"cluster_id\":\"d791f1d5-dc37-4c4f-93d7-8af7989c1049\", \"created_at\":\"2025-10-30T16:18:45.058907Z\", \"updated_at\":\"2025-10-30T16:25:03.214329Z\", \"name\":\"test-pool-zone\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"zone\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"f7133f1e-2498-4f60-a705-67938d64c8d7\"}" + headers: + Content-Length: + - "762" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:29:08 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - a81f083a-fd15-47d6-975a-39483ae33186 + status: 200 OK + code: 200 + duration: 122.742716ms +- id: 153 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/854794fd-a48f-4acc-a2d3-906acdf6aa4a + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 762 + body: "{\"region\":\"fr-par\", \"id\":\"854794fd-a48f-4acc-a2d3-906acdf6aa4a\", \"cluster_id\":\"d791f1d5-dc37-4c4f-93d7-8af7989c1049\", \"created_at\":\"2025-10-30T16:18:45.058907Z\", \"updated_at\":\"2025-10-30T16:25:03.214329Z\", \"name\":\"test-pool-zone\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"zone\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"f7133f1e-2498-4f60-a705-67938d64c8d7\"}" + headers: + Content-Length: + - "762" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:29:13 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 8bdd3a16-83b9-4837-b272-ad8f597a28fe + status: 200 OK + code: 200 + duration: 85.869351ms +- id: 154 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/854794fd-a48f-4acc-a2d3-906acdf6aa4a + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 762 + body: "{\"region\":\"fr-par\", \"id\":\"854794fd-a48f-4acc-a2d3-906acdf6aa4a\", \"cluster_id\":\"d791f1d5-dc37-4c4f-93d7-8af7989c1049\", \"created_at\":\"2025-10-30T16:18:45.058907Z\", \"updated_at\":\"2025-10-30T16:25:03.214329Z\", \"name\":\"test-pool-zone\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"zone\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"f7133f1e-2498-4f60-a705-67938d64c8d7\"}" + headers: + Content-Length: + - "762" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:29:18 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - d4def252-2d07-4497-836d-b13660a4cab1 + status: 200 OK + code: 200 + duration: 85.353594ms +- id: 155 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/854794fd-a48f-4acc-a2d3-906acdf6aa4a + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 125 + body: "{\"message\":\"resource is not found\",\"resource\":\"pool\",\"resource_id\":\"854794fd-a48f-4acc-a2d3-906acdf6aa4a\",\"type\":\"not_found\"}" + headers: + Content-Length: + - "125" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:29:23 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 3ca2d1b7-84e6-4b09-886d-106771cb1075 + status: 404 Not Found + code: 404 + duration: 23.988652ms +- id: 156 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + form: + with_additional_resources: + - "false" + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/d791f1d5-dc37-4c4f-93d7-8af7989c1049?with_additional_resources=false + method: DELETE + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1631 + body: "{\"region\":\"fr-par\", \"id\":\"d791f1d5-dc37-4c4f-93d7-8af7989c1049\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:39.505931Z\", \"updated_at\":\"2025-10-30T16:29:23.512376Z\", \"type\":\"kapsule\", \"name\":\"test-pool-zone\", \"description\":\"\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"zone\"], \"cluster_url\":\"https://d791f1d5-dc37-4c4f-93d7-8af7989c1049.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.d791f1d5-dc37-4c4f-93d7-8af7989c1049.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"27ac07db-b4f0-46c0-b33c-fda26a546295\", \"commitment_ends_at\":\"2025-10-30T16:18:39.505941Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"1fa4e0ee-4dd6-419e-9825-9684ada716ba\", \"new_images_enabled\":false, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1631" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:29:23 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 4d4c0e4b-d123-4154-87a6-92a4e1f6307f + status: 200 OK + code: 200 + duration: 146.428099ms +- id: 157 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/d791f1d5-dc37-4c4f-93d7-8af7989c1049 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1630 + body: "{\"region\":\"fr-par\", \"id\":\"d791f1d5-dc37-4c4f-93d7-8af7989c1049\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:39.505931Z\", \"updated_at\":\"2025-10-30T16:29:23.512376Z\", \"type\":\"kapsule\", \"name\":\"test-pool-zone\", \"description\":\"\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"zone\"], \"cluster_url\":\"https://d791f1d5-dc37-4c4f-93d7-8af7989c1049.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.d791f1d5-dc37-4c4f-93d7-8af7989c1049.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"27ac07db-b4f0-46c0-b33c-fda26a546295\", \"commitment_ends_at\":\"2025-10-30T16:18:39.505941Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"1fa4e0ee-4dd6-419e-9825-9684ada716ba\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1630" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:29:23 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 9aa36429-eacd-4fed-b2a9-6d4a5bcccd34 + status: 200 OK + code: 200 + duration: 78.373112ms +- id: 158 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/d791f1d5-dc37-4c4f-93d7-8af7989c1049 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1630 + body: "{\"region\":\"fr-par\", \"id\":\"d791f1d5-dc37-4c4f-93d7-8af7989c1049\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:39.505931Z\", \"updated_at\":\"2025-10-30T16:29:23.512376Z\", \"type\":\"kapsule\", \"name\":\"test-pool-zone\", \"description\":\"\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"zone\"], \"cluster_url\":\"https://d791f1d5-dc37-4c4f-93d7-8af7989c1049.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.d791f1d5-dc37-4c4f-93d7-8af7989c1049.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"27ac07db-b4f0-46c0-b33c-fda26a546295\", \"commitment_ends_at\":\"2025-10-30T16:18:39.505941Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"1fa4e0ee-4dd6-419e-9825-9684ada716ba\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1630" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:29:28 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - e62a106b-8fc2-4832-ab3b-843870570882 + status: 200 OK + code: 200 + duration: 93.944587ms +- id: 159 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/d791f1d5-dc37-4c4f-93d7-8af7989c1049 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 1630 + body: "{\"region\":\"fr-par\", \"id\":\"d791f1d5-dc37-4c4f-93d7-8af7989c1049\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:39.505931Z\", \"updated_at\":\"2025-10-30T16:29:23.512376Z\", \"type\":\"kapsule\", \"name\":\"test-pool-zone\", \"description\":\"\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"zone\"], \"cluster_url\":\"https://d791f1d5-dc37-4c4f-93d7-8af7989c1049.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.d791f1d5-dc37-4c4f-93d7-8af7989c1049.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"27ac07db-b4f0-46c0-b33c-fda26a546295\", \"commitment_ends_at\":\"2025-10-30T16:18:39.505941Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"1fa4e0ee-4dd6-419e-9825-9684ada716ba\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + headers: + Content-Length: + - "1630" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:29:33 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 39baca2b-52bc-4e86-a2a4-35352fbbb22f + status: 200 OK + code: 200 + duration: 91.635434ms +- id: 160 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/d791f1d5-dc37-4c4f-93d7-8af7989c1049 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 128 + body: "{\"message\":\"resource is not found\",\"resource\":\"cluster\",\"resource_id\":\"d791f1d5-dc37-4c4f-93d7-8af7989c1049\",\"type\":\"not_found\"}" + headers: + Content-Length: + - "128" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:29:38 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 4e3f86bd-b8ae-43f1-b97d-55599a0d1e9c + status: 404 Not Found + code: 404 + duration: 25.673484ms +- id: 161 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks/27ac07db-b4f0-46c0-b33c-fda26a546295 + method: DELETE + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 0 + body: "" + headers: + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:29:40 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 104d7654-609d-44ec-8960-3ccd5ad15fbe + status: 204 No Content + code: 204 + duration: 1.150514489s +- id: 162 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/vpc/v2/regions/fr-par/vpcs/292d9618-7ef0-4404-9408-efd679d9baeb + method: DELETE + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 0 + body: "" + headers: + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:29:40 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - 809ff45f-be58-4a03-b255-e7eaa406cfe8 + status: 204 No Content + code: 204 + duration: 138.276551ms +- id: 163 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/854794fd-a48f-4acc-a2d3-906acdf6aa4a + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 125 + body: "{\"message\":\"resource is not found\",\"resource\":\"pool\",\"resource_id\":\"854794fd-a48f-4acc-a2d3-906acdf6aa4a\",\"type\":\"not_found\"}" + headers: + Content-Length: + - "125" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:29:40 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - f6ad187c-1d00-4b85-80e1-e95c1eee6e02 + status: 404 Not Found + code: 404 + duration: 23.860882ms +- id: 164 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/d791f1d5-dc37-4c4f-93d7-8af7989c1049 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 128 + body: "{\"message\":\"resource is not found\",\"resource\":\"cluster\",\"resource_id\":\"d791f1d5-dc37-4c4f-93d7-8af7989c1049\",\"type\":\"not_found\"}" + headers: + Content-Length: + - "128" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:29:40 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - e7baa95c-2796-4c7d-9d65-6986abfbaa8f + status: 404 Not Found + code: 404 + duration: 32.289482ms +- id: 165 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + host: api.scaleway.com + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks/27ac07db-b4f0-46c0-b33c-fda26a546295 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: 136 + body: "{\"message\":\"resource is not found\",\"resource\":\"private_network\",\"resource_id\":\"27ac07db-b4f0-46c0-b33c-fda26a546295\",\"type\":\"not_found\"}" + headers: + Content-Length: + - "136" + Content-Type: + - application/json + Date: + - Thu, 30 Oct 2025 16:29:40 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + X-Request-Id: + - d34e4f66-c141-4fab-9113-e43f5bd96f74 + status: 404 Not Found + code: 404 + duration: 20.90235ms From 175ff089e02db44c8b601e8cd6ca97da93543627 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Le=C3=AFla=20Marabese?= Date: Thu, 30 Oct 2025 19:11:47 +0100 Subject: [PATCH 2/2] compress cassettes --- .../k8s/testdata/acl-basic.cassette.yaml | 356 +- .../testdata/acl-rules-order.cassette.yaml | 302 +- .../testdata/cluster-multicloud.cassette.yaml | 3584 +---- .../testdata/cluster-networking.cassette.yaml | 484 +- .../cluster-private-network.cassette.yaml | 186 +- .../cluster-type-change.cassette.yaml | 11786 +--------------- .../data-source-cluster-basic.cassette.yaml | 3756 +---- .../data-source-pool-basic.cassette.yaml | 4604 +----- .../k8s/testdata/pool-basic.cassette.yaml | 5794 +------- .../testdata/pool-kubelet-args.cassette.yaml | 3164 +---- .../pool-placement-group.cassette.yaml | 10130 ++----------- .../pool-public-ip-disabled.cassette.yaml | 10330 +------------- .../k8s/testdata/pool-size.cassette.yaml | 2836 +--- .../pool-upgrade-policy.cassette.yaml | 5558 +------- .../k8s/testdata/pool-wait.cassette.yaml | 6734 ++------- .../k8s/testdata/pool-zone.cassette.yaml | 4348 +----- 16 files changed, 7024 insertions(+), 66928 deletions(-) diff --git a/internal/services/k8s/testdata/acl-basic.cassette.yaml b/internal/services/k8s/testdata/acl-basic.cassette.yaml index 877145a75c..5a96282be9 100644 --- a/internal/services/k8s/testdata/acl-basic.cassette.yaml +++ b/internal/services/k8s/testdata/acl-basic.cassette.yaml @@ -469,38 +469,6 @@ interactions: code: 200 duration: 22.448171ms - id: 14 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/b1bdbee9-59fd-4200-a17f-1707f915da60 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1581 - body: "{\"region\":\"fr-par\", \"id\":\"b1bdbee9-59fd-4200-a17f-1707f915da60\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:52:39.048681Z\", \"updated_at\":\"2025-10-30T16:52:44.578995Z\", \"type\":\"kapsule\", \"name\":\"k8s-acl-basic\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[], \"cluster_url\":\"https://b1bdbee9-59fd-4200-a17f-1707f915da60.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.b1bdbee9-59fd-4200-a17f-1707f915da60.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"0059c445-4e79-448d-bc80-800c472201a3\", \"commitment_ends_at\":\"2025-10-30T16:52:39.048690Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"4b332099-f140-4690-8ad7-efebec4f0fe7\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1581" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:52:49 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - c4b66f52-118f-4e4c-8589-74967ba67a5f - status: 200 OK - code: 200 - duration: 77.446344ms -- id: 15 request: proto: HTTP/1.1 proto_major: 1 @@ -532,7 +500,7 @@ interactions: status: 200 OK code: 200 duration: 101.046006ms -- id: 16 +- id: 15 request: proto: HTTP/1.1 proto_major: 1 @@ -564,7 +532,7 @@ interactions: status: 200 OK code: 200 duration: 31.801636ms -- id: 17 +- id: 16 request: proto: HTTP/1.1 proto_major: 1 @@ -596,7 +564,7 @@ interactions: status: 200 OK code: 200 duration: 23.978293ms -- id: 18 +- id: 17 request: proto: HTTP/1.1 proto_major: 1 @@ -628,7 +596,7 @@ interactions: status: 200 OK code: 200 duration: 24.569061ms -- id: 19 +- id: 18 request: proto: HTTP/1.1 proto_major: 1 @@ -660,7 +628,7 @@ interactions: status: 200 OK code: 200 duration: 97.450237ms -- id: 20 +- id: 19 request: proto: HTTP/1.1 proto_major: 1 @@ -692,7 +660,7 @@ interactions: status: 200 OK code: 200 duration: 93.138114ms -- id: 21 +- id: 20 request: proto: HTTP/1.1 proto_major: 1 @@ -724,7 +692,7 @@ interactions: status: 200 OK code: 200 duration: 23.924121ms -- id: 22 +- id: 21 request: proto: HTTP/1.1 proto_major: 1 @@ -756,7 +724,7 @@ interactions: status: 200 OK code: 200 duration: 24.840001ms -- id: 23 +- id: 22 request: proto: HTTP/1.1 proto_major: 1 @@ -788,7 +756,7 @@ interactions: status: 200 OK code: 200 duration: 31.105249ms -- id: 24 +- id: 23 request: proto: HTTP/1.1 proto_major: 1 @@ -820,7 +788,7 @@ interactions: status: 200 OK code: 200 duration: 28.277602ms -- id: 25 +- id: 24 request: proto: HTTP/1.1 proto_major: 1 @@ -852,7 +820,7 @@ interactions: status: 200 OK code: 200 duration: 45.280644ms -- id: 26 +- id: 25 request: proto: HTTP/1.1 proto_major: 1 @@ -884,7 +852,7 @@ interactions: status: 200 OK code: 200 duration: 79.364824ms -- id: 27 +- id: 26 request: proto: HTTP/1.1 proto_major: 1 @@ -916,7 +884,7 @@ interactions: status: 200 OK code: 200 duration: 20.0073ms -- id: 28 +- id: 27 request: proto: HTTP/1.1 proto_major: 1 @@ -948,7 +916,7 @@ interactions: status: 200 OK code: 200 duration: 21.079192ms -- id: 29 +- id: 28 request: proto: HTTP/1.1 proto_major: 1 @@ -980,7 +948,7 @@ interactions: status: 200 OK code: 200 duration: 19.153557ms -- id: 30 +- id: 29 request: proto: HTTP/1.1 proto_major: 1 @@ -1015,7 +983,7 @@ interactions: status: 200 OK code: 200 duration: 59.497497ms -- id: 31 +- id: 30 request: proto: HTTP/1.1 proto_major: 1 @@ -1047,7 +1015,7 @@ interactions: status: 200 OK code: 200 duration: 103.292401ms -- id: 32 +- id: 31 request: proto: HTTP/1.1 proto_major: 1 @@ -1079,7 +1047,7 @@ interactions: status: 200 OK code: 200 duration: 80.459889ms -- id: 33 +- id: 32 request: proto: HTTP/1.1 proto_major: 1 @@ -1111,7 +1079,7 @@ interactions: status: 200 OK code: 200 duration: 127.622184ms -- id: 34 +- id: 33 request: proto: HTTP/1.1 proto_major: 1 @@ -1143,7 +1111,7 @@ interactions: status: 200 OK code: 200 duration: 27.722971ms -- id: 35 +- id: 34 request: proto: HTTP/1.1 proto_major: 1 @@ -1175,7 +1143,7 @@ interactions: status: 200 OK code: 200 duration: 25.232557ms -- id: 36 +- id: 35 request: proto: HTTP/1.1 proto_major: 1 @@ -1207,7 +1175,7 @@ interactions: status: 200 OK code: 200 duration: 22.1707ms -- id: 37 +- id: 36 request: proto: HTTP/1.1 proto_major: 1 @@ -1239,7 +1207,7 @@ interactions: status: 200 OK code: 200 duration: 87.96262ms -- id: 38 +- id: 37 request: proto: HTTP/1.1 proto_major: 1 @@ -1271,7 +1239,7 @@ interactions: status: 200 OK code: 200 duration: 22.065262ms -- id: 39 +- id: 38 request: proto: HTTP/1.1 proto_major: 1 @@ -1303,7 +1271,7 @@ interactions: status: 200 OK code: 200 duration: 33.693046ms -- id: 40 +- id: 39 request: proto: HTTP/1.1 proto_major: 1 @@ -1335,7 +1303,7 @@ interactions: status: 200 OK code: 200 duration: 22.647555ms -- id: 41 +- id: 40 request: proto: HTTP/1.1 proto_major: 1 @@ -1367,7 +1335,7 @@ interactions: status: 200 OK code: 200 duration: 29.280053ms -- id: 42 +- id: 41 request: proto: HTTP/1.1 proto_major: 1 @@ -1399,7 +1367,7 @@ interactions: status: 200 OK code: 200 duration: 21.66451ms -- id: 43 +- id: 42 request: proto: HTTP/1.1 proto_major: 1 @@ -1431,7 +1399,7 @@ interactions: status: 200 OK code: 200 duration: 96.752488ms -- id: 44 +- id: 43 request: proto: HTTP/1.1 proto_major: 1 @@ -1463,7 +1431,7 @@ interactions: status: 200 OK code: 200 duration: 104.188393ms -- id: 45 +- id: 44 request: proto: HTTP/1.1 proto_major: 1 @@ -1495,7 +1463,7 @@ interactions: status: 200 OK code: 200 duration: 25.857981ms -- id: 46 +- id: 45 request: proto: HTTP/1.1 proto_major: 1 @@ -1527,7 +1495,7 @@ interactions: status: 200 OK code: 200 duration: 91.70819ms -- id: 47 +- id: 46 request: proto: HTTP/1.1 proto_major: 1 @@ -1562,7 +1530,7 @@ interactions: status: 200 OK code: 200 duration: 65.311498ms -- id: 48 +- id: 47 request: proto: HTTP/1.1 proto_major: 1 @@ -1594,7 +1562,7 @@ interactions: status: 200 OK code: 200 duration: 23.461513ms -- id: 49 +- id: 48 request: proto: HTTP/1.1 proto_major: 1 @@ -1626,7 +1594,7 @@ interactions: status: 200 OK code: 200 duration: 76.524012ms -- id: 50 +- id: 49 request: proto: HTTP/1.1 proto_major: 1 @@ -1658,7 +1626,7 @@ interactions: status: 200 OK code: 200 duration: 85.545644ms -- id: 51 +- id: 50 request: proto: HTTP/1.1 proto_major: 1 @@ -1690,7 +1658,7 @@ interactions: status: 200 OK code: 200 duration: 24.661986ms -- id: 52 +- id: 51 request: proto: HTTP/1.1 proto_major: 1 @@ -1722,7 +1690,7 @@ interactions: status: 200 OK code: 200 duration: 27.20557ms -- id: 53 +- id: 52 request: proto: HTTP/1.1 proto_major: 1 @@ -1754,7 +1722,7 @@ interactions: status: 200 OK code: 200 duration: 20.789227ms -- id: 54 +- id: 53 request: proto: HTTP/1.1 proto_major: 1 @@ -1786,7 +1754,7 @@ interactions: status: 200 OK code: 200 duration: 115.127565ms -- id: 55 +- id: 54 request: proto: HTTP/1.1 proto_major: 1 @@ -1818,7 +1786,7 @@ interactions: status: 200 OK code: 200 duration: 20.075448ms -- id: 56 +- id: 55 request: proto: HTTP/1.1 proto_major: 1 @@ -1850,7 +1818,7 @@ interactions: status: 200 OK code: 200 duration: 20.680684ms -- id: 57 +- id: 56 request: proto: HTTP/1.1 proto_major: 1 @@ -1882,7 +1850,7 @@ interactions: status: 200 OK code: 200 duration: 38.34653ms -- id: 58 +- id: 57 request: proto: HTTP/1.1 proto_major: 1 @@ -1914,7 +1882,7 @@ interactions: status: 200 OK code: 200 duration: 26.55571ms -- id: 59 +- id: 58 request: proto: HTTP/1.1 proto_major: 1 @@ -1946,7 +1914,7 @@ interactions: status: 200 OK code: 200 duration: 23.324686ms -- id: 60 +- id: 59 request: proto: HTTP/1.1 proto_major: 1 @@ -1978,7 +1946,7 @@ interactions: status: 200 OK code: 200 duration: 85.208612ms -- id: 61 +- id: 60 request: proto: HTTP/1.1 proto_major: 1 @@ -2010,7 +1978,7 @@ interactions: status: 200 OK code: 200 duration: 20.756827ms -- id: 62 +- id: 61 request: proto: HTTP/1.1 proto_major: 1 @@ -2042,7 +2010,7 @@ interactions: status: 200 OK code: 200 duration: 22.882045ms -- id: 63 +- id: 62 request: proto: HTTP/1.1 proto_major: 1 @@ -2074,7 +2042,7 @@ interactions: status: 200 OK code: 200 duration: 77.707945ms -- id: 64 +- id: 63 request: proto: HTTP/1.1 proto_major: 1 @@ -2109,7 +2077,7 @@ interactions: status: 200 OK code: 200 duration: 56.648599ms -- id: 65 +- id: 64 request: proto: HTTP/1.1 proto_major: 1 @@ -2141,71 +2109,7 @@ interactions: status: 200 OK code: 200 duration: 20.894846ms -- id: 66 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/b1bdbee9-59fd-4200-a17f-1707f915da60 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1581 - body: "{\"region\":\"fr-par\", \"id\":\"b1bdbee9-59fd-4200-a17f-1707f915da60\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:52:39.048681Z\", \"updated_at\":\"2025-10-30T16:53:08.965697Z\", \"type\":\"kapsule\", \"name\":\"k8s-acl-basic\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[], \"cluster_url\":\"https://b1bdbee9-59fd-4200-a17f-1707f915da60.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.b1bdbee9-59fd-4200-a17f-1707f915da60.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"0059c445-4e79-448d-bc80-800c472201a3\", \"commitment_ends_at\":\"2025-10-30T16:52:39.048690Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"4b332099-f140-4690-8ad7-efebec4f0fe7\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1581" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:53:14 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - 3ad48eab-5393-4879-9da3-a6689bb6f8dc - status: 200 OK - code: 200 - duration: 88.295956ms -- id: 67 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/b1bdbee9-59fd-4200-a17f-1707f915da60 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1581 - body: "{\"region\":\"fr-par\", \"id\":\"b1bdbee9-59fd-4200-a17f-1707f915da60\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:52:39.048681Z\", \"updated_at\":\"2025-10-30T16:53:08.965697Z\", \"type\":\"kapsule\", \"name\":\"k8s-acl-basic\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[], \"cluster_url\":\"https://b1bdbee9-59fd-4200-a17f-1707f915da60.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.b1bdbee9-59fd-4200-a17f-1707f915da60.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"0059c445-4e79-448d-bc80-800c472201a3\", \"commitment_ends_at\":\"2025-10-30T16:52:39.048690Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"4b332099-f140-4690-8ad7-efebec4f0fe7\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1581" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:53:19 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - 1db4e980-5027-4bf5-9273-14dadd7df4de - status: 200 OK - code: 200 - duration: 98.029615ms -- id: 68 +- id: 65 request: proto: HTTP/1.1 proto_major: 1 @@ -2237,7 +2141,7 @@ interactions: status: 200 OK code: 200 duration: 105.552203ms -- id: 69 +- id: 66 request: proto: HTTP/1.1 proto_major: 1 @@ -2269,7 +2173,7 @@ interactions: status: 200 OK code: 200 duration: 24.48914ms -- id: 70 +- id: 67 request: proto: HTTP/1.1 proto_major: 1 @@ -2301,7 +2205,7 @@ interactions: status: 200 OK code: 200 duration: 91.561935ms -- id: 71 +- id: 68 request: proto: HTTP/1.1 proto_major: 1 @@ -2333,7 +2237,7 @@ interactions: status: 200 OK code: 200 duration: 21.475877ms -- id: 72 +- id: 69 request: proto: HTTP/1.1 proto_major: 1 @@ -2365,7 +2269,7 @@ interactions: status: 200 OK code: 200 duration: 25.956776ms -- id: 73 +- id: 70 request: proto: HTTP/1.1 proto_major: 1 @@ -2397,7 +2301,7 @@ interactions: status: 200 OK code: 200 duration: 28.731273ms -- id: 74 +- id: 71 request: proto: HTTP/1.1 proto_major: 1 @@ -2429,7 +2333,7 @@ interactions: status: 200 OK code: 200 duration: 19.385573ms -- id: 75 +- id: 72 request: proto: HTTP/1.1 proto_major: 1 @@ -2461,7 +2365,7 @@ interactions: status: 200 OK code: 200 duration: 76.366938ms -- id: 76 +- id: 73 request: proto: HTTP/1.1 proto_major: 1 @@ -2493,7 +2397,7 @@ interactions: status: 200 OK code: 200 duration: 24.108368ms -- id: 77 +- id: 74 request: proto: HTTP/1.1 proto_major: 1 @@ -2525,7 +2429,7 @@ interactions: status: 200 OK code: 200 duration: 22.607861ms -- id: 78 +- id: 75 request: proto: HTTP/1.1 proto_major: 1 @@ -2557,7 +2461,7 @@ interactions: status: 200 OK code: 200 duration: 26.048348ms -- id: 79 +- id: 76 request: proto: HTTP/1.1 proto_major: 1 @@ -2589,7 +2493,7 @@ interactions: status: 200 OK code: 200 duration: 31.9952ms -- id: 80 +- id: 77 request: proto: HTTP/1.1 proto_major: 1 @@ -2621,7 +2525,7 @@ interactions: status: 200 OK code: 200 duration: 23.687657ms -- id: 81 +- id: 78 request: proto: HTTP/1.1 proto_major: 1 @@ -2653,7 +2557,7 @@ interactions: status: 200 OK code: 200 duration: 35.642084ms -- id: 82 +- id: 79 request: proto: HTTP/1.1 proto_major: 1 @@ -2685,7 +2589,7 @@ interactions: status: 200 OK code: 200 duration: 21.778424ms -- id: 83 +- id: 80 request: proto: HTTP/1.1 proto_major: 1 @@ -2717,7 +2621,7 @@ interactions: status: 200 OK code: 200 duration: 28.529395ms -- id: 84 +- id: 81 request: proto: HTTP/1.1 proto_major: 1 @@ -2749,7 +2653,7 @@ interactions: status: 200 OK code: 200 duration: 26.311232ms -- id: 85 +- id: 82 request: proto: HTTP/1.1 proto_major: 1 @@ -2784,7 +2688,7 @@ interactions: status: 200 OK code: 200 duration: 43.010283ms -- id: 86 +- id: 83 request: proto: HTTP/1.1 proto_major: 1 @@ -2816,7 +2720,7 @@ interactions: status: 200 OK code: 200 duration: 99.09859ms -- id: 87 +- id: 84 request: proto: HTTP/1.1 proto_major: 1 @@ -2848,7 +2752,7 @@ interactions: status: 200 OK code: 200 duration: 77.07685ms -- id: 88 +- id: 85 request: proto: HTTP/1.1 proto_major: 1 @@ -2880,7 +2784,7 @@ interactions: status: 200 OK code: 200 duration: 24.099541ms -- id: 89 +- id: 86 request: proto: HTTP/1.1 proto_major: 1 @@ -2912,7 +2816,7 @@ interactions: status: 200 OK code: 200 duration: 107.757632ms -- id: 90 +- id: 87 request: proto: HTTP/1.1 proto_major: 1 @@ -2944,7 +2848,7 @@ interactions: status: 200 OK code: 200 duration: 36.692845ms -- id: 91 +- id: 88 request: proto: HTTP/1.1 proto_major: 1 @@ -2976,7 +2880,7 @@ interactions: status: 200 OK code: 200 duration: 30.335284ms -- id: 92 +- id: 89 request: proto: HTTP/1.1 proto_major: 1 @@ -3008,7 +2912,7 @@ interactions: status: 200 OK code: 200 duration: 29.351066ms -- id: 93 +- id: 90 request: proto: HTTP/1.1 proto_major: 1 @@ -3040,7 +2944,7 @@ interactions: status: 200 OK code: 200 duration: 88.397267ms -- id: 94 +- id: 91 request: proto: HTTP/1.1 proto_major: 1 @@ -3075,7 +2979,7 @@ interactions: status: 200 OK code: 200 duration: 103.144765ms -- id: 95 +- id: 92 request: proto: HTTP/1.1 proto_major: 1 @@ -3107,103 +3011,7 @@ interactions: status: 200 OK code: 200 duration: 18.486646ms -- id: 96 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/b1bdbee9-59fd-4200-a17f-1707f915da60 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1581 - body: "{\"region\":\"fr-par\", \"id\":\"b1bdbee9-59fd-4200-a17f-1707f915da60\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:52:39.048681Z\", \"updated_at\":\"2025-10-30T16:53:31.389434Z\", \"type\":\"kapsule\", \"name\":\"k8s-acl-basic\", \"description\":\"\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[], \"cluster_url\":\"https://b1bdbee9-59fd-4200-a17f-1707f915da60.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.b1bdbee9-59fd-4200-a17f-1707f915da60.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"0059c445-4e79-448d-bc80-800c472201a3\", \"commitment_ends_at\":\"2025-10-30T16:52:39.048690Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"4b332099-f140-4690-8ad7-efebec4f0fe7\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1581" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:53:36 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - e51e5001-d052-4a60-acaa-c54e3ac17749 - status: 200 OK - code: 200 - duration: 86.347999ms -- id: 97 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/b1bdbee9-59fd-4200-a17f-1707f915da60 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1581 - body: "{\"region\":\"fr-par\", \"id\":\"b1bdbee9-59fd-4200-a17f-1707f915da60\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:52:39.048681Z\", \"updated_at\":\"2025-10-30T16:53:31.389434Z\", \"type\":\"kapsule\", \"name\":\"k8s-acl-basic\", \"description\":\"\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[], \"cluster_url\":\"https://b1bdbee9-59fd-4200-a17f-1707f915da60.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.b1bdbee9-59fd-4200-a17f-1707f915da60.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"0059c445-4e79-448d-bc80-800c472201a3\", \"commitment_ends_at\":\"2025-10-30T16:52:39.048690Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"4b332099-f140-4690-8ad7-efebec4f0fe7\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1581" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:53:41 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - 90d31cef-37c9-45df-9d12-2df5fe8e027d - status: 200 OK - code: 200 - duration: 81.284747ms -- id: 98 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/b1bdbee9-59fd-4200-a17f-1707f915da60 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1581 - body: "{\"region\":\"fr-par\", \"id\":\"b1bdbee9-59fd-4200-a17f-1707f915da60\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:52:39.048681Z\", \"updated_at\":\"2025-10-30T16:53:31.389434Z\", \"type\":\"kapsule\", \"name\":\"k8s-acl-basic\", \"description\":\"\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[], \"cluster_url\":\"https://b1bdbee9-59fd-4200-a17f-1707f915da60.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.b1bdbee9-59fd-4200-a17f-1707f915da60.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"0059c445-4e79-448d-bc80-800c472201a3\", \"commitment_ends_at\":\"2025-10-30T16:52:39.048690Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"4b332099-f140-4690-8ad7-efebec4f0fe7\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1581" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:53:46 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - 22e9617a-15cd-4b51-9013-44c749e0795e - status: 200 OK - code: 200 - duration: 84.865337ms -- id: 99 +- id: 93 request: proto: HTTP/1.1 proto_major: 1 @@ -3235,7 +3043,7 @@ interactions: status: 404 Not Found code: 404 duration: 21.002919ms -- id: 100 +- id: 94 request: proto: HTTP/1.1 proto_major: 1 @@ -3267,7 +3075,7 @@ interactions: status: 404 Not Found code: 404 duration: 20.063226ms -- id: 101 +- id: 95 request: proto: HTTP/1.1 proto_major: 1 @@ -3297,7 +3105,7 @@ interactions: status: 204 No Content code: 204 duration: 239.603784ms -- id: 102 +- id: 96 request: proto: HTTP/1.1 proto_major: 1 diff --git a/internal/services/k8s/testdata/acl-rules-order.cassette.yaml b/internal/services/k8s/testdata/acl-rules-order.cassette.yaml index 238149177f..c222ae0814 100644 --- a/internal/services/k8s/testdata/acl-rules-order.cassette.yaml +++ b/internal/services/k8s/testdata/acl-rules-order.cassette.yaml @@ -469,166 +469,6 @@ interactions: code: 200 duration: 21.380998ms - id: 14 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/beca2e31-8066-4ad3-9f59-33cb1ba81656 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1581 - body: "{\"region\":\"fr-par\", \"id\":\"beca2e31-8066-4ad3-9f59-33cb1ba81656\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:50:51.665410Z\", \"updated_at\":\"2025-10-30T16:50:57.191834Z\", \"type\":\"kapsule\", \"name\":\"k8s-acl-order\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[], \"cluster_url\":\"https://beca2e31-8066-4ad3-9f59-33cb1ba81656.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.beca2e31-8066-4ad3-9f59-33cb1ba81656.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"6bc06c52-da10-46f8-ae86-1282af76c7d2\", \"commitment_ends_at\":\"2025-10-30T16:50:51.665418Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"85c420ce-184f-45b2-9313-5fe29660c789\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1581" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:51:02 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 1bfb6714-224f-4c70-961a-6d53b69dc358 - status: 200 OK - code: 200 - duration: 106.082769ms -- id: 15 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/beca2e31-8066-4ad3-9f59-33cb1ba81656 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1581 - body: "{\"region\":\"fr-par\", \"id\":\"beca2e31-8066-4ad3-9f59-33cb1ba81656\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:50:51.665410Z\", \"updated_at\":\"2025-10-30T16:50:57.191834Z\", \"type\":\"kapsule\", \"name\":\"k8s-acl-order\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[], \"cluster_url\":\"https://beca2e31-8066-4ad3-9f59-33cb1ba81656.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.beca2e31-8066-4ad3-9f59-33cb1ba81656.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"6bc06c52-da10-46f8-ae86-1282af76c7d2\", \"commitment_ends_at\":\"2025-10-30T16:50:51.665418Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"85c420ce-184f-45b2-9313-5fe29660c789\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1581" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:51:07 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - cc872815-d34e-4316-88a7-d4dd8a681683 - status: 200 OK - code: 200 - duration: 92.520936ms -- id: 16 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/beca2e31-8066-4ad3-9f59-33cb1ba81656 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1581 - body: "{\"region\":\"fr-par\", \"id\":\"beca2e31-8066-4ad3-9f59-33cb1ba81656\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:50:51.665410Z\", \"updated_at\":\"2025-10-30T16:50:57.191834Z\", \"type\":\"kapsule\", \"name\":\"k8s-acl-order\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[], \"cluster_url\":\"https://beca2e31-8066-4ad3-9f59-33cb1ba81656.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.beca2e31-8066-4ad3-9f59-33cb1ba81656.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"6bc06c52-da10-46f8-ae86-1282af76c7d2\", \"commitment_ends_at\":\"2025-10-30T16:50:51.665418Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"85c420ce-184f-45b2-9313-5fe29660c789\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1581" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:51:12 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 9a2cb205-040b-4f3d-a0df-d2c65ee92996 - status: 200 OK - code: 200 - duration: 94.633931ms -- id: 17 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/beca2e31-8066-4ad3-9f59-33cb1ba81656 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1581 - body: "{\"region\":\"fr-par\", \"id\":\"beca2e31-8066-4ad3-9f59-33cb1ba81656\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:50:51.665410Z\", \"updated_at\":\"2025-10-30T16:50:57.191834Z\", \"type\":\"kapsule\", \"name\":\"k8s-acl-order\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[], \"cluster_url\":\"https://beca2e31-8066-4ad3-9f59-33cb1ba81656.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.beca2e31-8066-4ad3-9f59-33cb1ba81656.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"6bc06c52-da10-46f8-ae86-1282af76c7d2\", \"commitment_ends_at\":\"2025-10-30T16:50:51.665418Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"85c420ce-184f-45b2-9313-5fe29660c789\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1581" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:51:17 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - cdedc336-6a73-464e-bb08-a431740379c7 - status: 200 OK - code: 200 - duration: 110.865926ms -- id: 18 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/beca2e31-8066-4ad3-9f59-33cb1ba81656 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1581 - body: "{\"region\":\"fr-par\", \"id\":\"beca2e31-8066-4ad3-9f59-33cb1ba81656\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:50:51.665410Z\", \"updated_at\":\"2025-10-30T16:50:57.191834Z\", \"type\":\"kapsule\", \"name\":\"k8s-acl-order\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[], \"cluster_url\":\"https://beca2e31-8066-4ad3-9f59-33cb1ba81656.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.beca2e31-8066-4ad3-9f59-33cb1ba81656.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"6bc06c52-da10-46f8-ae86-1282af76c7d2\", \"commitment_ends_at\":\"2025-10-30T16:50:51.665418Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"85c420ce-184f-45b2-9313-5fe29660c789\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1581" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:51:22 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - e65f1dd9-a251-4cf8-96a2-a89caf39d1b3 - status: 200 OK - code: 200 - duration: 88.349637ms -- id: 19 request: proto: HTTP/1.1 proto_major: 1 @@ -660,7 +500,7 @@ interactions: status: 200 OK code: 200 duration: 94.122762ms -- id: 20 +- id: 15 request: proto: HTTP/1.1 proto_major: 1 @@ -692,7 +532,7 @@ interactions: status: 200 OK code: 200 duration: 103.967559ms -- id: 21 +- id: 16 request: proto: HTTP/1.1 proto_major: 1 @@ -724,7 +564,7 @@ interactions: status: 200 OK code: 200 duration: 26.69392ms -- id: 22 +- id: 17 request: proto: HTTP/1.1 proto_major: 1 @@ -756,7 +596,7 @@ interactions: status: 200 OK code: 200 duration: 27.208526ms -- id: 23 +- id: 18 request: proto: HTTP/1.1 proto_major: 1 @@ -788,7 +628,7 @@ interactions: status: 200 OK code: 200 duration: 26.73138ms -- id: 24 +- id: 19 request: proto: HTTP/1.1 proto_major: 1 @@ -820,7 +660,7 @@ interactions: status: 200 OK code: 200 duration: 90.07268ms -- id: 25 +- id: 20 request: proto: HTTP/1.1 proto_major: 1 @@ -852,7 +692,7 @@ interactions: status: 200 OK code: 200 duration: 28.277652ms -- id: 26 +- id: 21 request: proto: HTTP/1.1 proto_major: 1 @@ -884,7 +724,7 @@ interactions: status: 200 OK code: 200 duration: 46.495183ms -- id: 27 +- id: 22 request: proto: HTTP/1.1 proto_major: 1 @@ -916,7 +756,7 @@ interactions: status: 200 OK code: 200 duration: 43.134877ms -- id: 28 +- id: 23 request: proto: HTTP/1.1 proto_major: 1 @@ -948,7 +788,7 @@ interactions: status: 200 OK code: 200 duration: 26.285494ms -- id: 29 +- id: 24 request: proto: HTTP/1.1 proto_major: 1 @@ -980,7 +820,7 @@ interactions: status: 200 OK code: 200 duration: 23.796993ms -- id: 30 +- id: 25 request: proto: HTTP/1.1 proto_major: 1 @@ -1012,7 +852,7 @@ interactions: status: 200 OK code: 200 duration: 92.659005ms -- id: 31 +- id: 26 request: proto: HTTP/1.1 proto_major: 1 @@ -1044,7 +884,7 @@ interactions: status: 200 OK code: 200 duration: 96.370531ms -- id: 32 +- id: 27 request: proto: HTTP/1.1 proto_major: 1 @@ -1076,7 +916,7 @@ interactions: status: 200 OK code: 200 duration: 104.703741ms -- id: 33 +- id: 28 request: proto: HTTP/1.1 proto_major: 1 @@ -1108,7 +948,7 @@ interactions: status: 200 OK code: 200 duration: 24.672375ms -- id: 34 +- id: 29 request: proto: HTTP/1.1 proto_major: 1 @@ -1143,7 +983,7 @@ interactions: status: 200 OK code: 200 duration: 105.744534ms -- id: 35 +- id: 30 request: proto: HTTP/1.1 proto_major: 1 @@ -1175,7 +1015,7 @@ interactions: status: 200 OK code: 200 duration: 20.253762ms -- id: 36 +- id: 31 request: proto: HTTP/1.1 proto_major: 1 @@ -1207,7 +1047,7 @@ interactions: status: 200 OK code: 200 duration: 83.244906ms -- id: 37 +- id: 32 request: proto: HTTP/1.1 proto_major: 1 @@ -1242,7 +1082,7 @@ interactions: status: 200 OK code: 200 duration: 135.348926ms -- id: 38 +- id: 33 request: proto: HTTP/1.1 proto_major: 1 @@ -1274,103 +1114,7 @@ interactions: status: 200 OK code: 200 duration: 85.543801ms -- id: 39 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/beca2e31-8066-4ad3-9f59-33cb1ba81656 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1581 - body: "{\"region\":\"fr-par\", \"id\":\"beca2e31-8066-4ad3-9f59-33cb1ba81656\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:50:51.665410Z\", \"updated_at\":\"2025-10-30T16:51:34.758899Z\", \"type\":\"kapsule\", \"name\":\"k8s-acl-order\", \"description\":\"\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[], \"cluster_url\":\"https://beca2e31-8066-4ad3-9f59-33cb1ba81656.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.beca2e31-8066-4ad3-9f59-33cb1ba81656.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"6bc06c52-da10-46f8-ae86-1282af76c7d2\", \"commitment_ends_at\":\"2025-10-30T16:50:51.665418Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"85c420ce-184f-45b2-9313-5fe29660c789\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1581" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:51:39 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 05016132-e77d-4917-82db-fd7845892160 - status: 200 OK - code: 200 - duration: 88.869412ms -- id: 40 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/beca2e31-8066-4ad3-9f59-33cb1ba81656 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1581 - body: "{\"region\":\"fr-par\", \"id\":\"beca2e31-8066-4ad3-9f59-33cb1ba81656\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:50:51.665410Z\", \"updated_at\":\"2025-10-30T16:51:34.758899Z\", \"type\":\"kapsule\", \"name\":\"k8s-acl-order\", \"description\":\"\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[], \"cluster_url\":\"https://beca2e31-8066-4ad3-9f59-33cb1ba81656.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.beca2e31-8066-4ad3-9f59-33cb1ba81656.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"6bc06c52-da10-46f8-ae86-1282af76c7d2\", \"commitment_ends_at\":\"2025-10-30T16:50:51.665418Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"85c420ce-184f-45b2-9313-5fe29660c789\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1581" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:51:45 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - da1ed78c-00dd-4b7d-8e26-6749b0f00d1c - status: 200 OK - code: 200 - duration: 112.915623ms -- id: 41 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/beca2e31-8066-4ad3-9f59-33cb1ba81656 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1581 - body: "{\"region\":\"fr-par\", \"id\":\"beca2e31-8066-4ad3-9f59-33cb1ba81656\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:50:51.665410Z\", \"updated_at\":\"2025-10-30T16:51:34.758899Z\", \"type\":\"kapsule\", \"name\":\"k8s-acl-order\", \"description\":\"\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[], \"cluster_url\":\"https://beca2e31-8066-4ad3-9f59-33cb1ba81656.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.beca2e31-8066-4ad3-9f59-33cb1ba81656.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"6bc06c52-da10-46f8-ae86-1282af76c7d2\", \"commitment_ends_at\":\"2025-10-30T16:50:51.665418Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"85c420ce-184f-45b2-9313-5fe29660c789\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1581" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:51:50 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 2e2d147a-56c7-4958-858d-e7533fa54657 - status: 200 OK - code: 200 - duration: 87.651957ms -- id: 42 +- id: 34 request: proto: HTTP/1.1 proto_major: 1 @@ -1402,7 +1146,7 @@ interactions: status: 404 Not Found code: 404 duration: 21.201492ms -- id: 43 +- id: 35 request: proto: HTTP/1.1 proto_major: 1 @@ -1434,7 +1178,7 @@ interactions: status: 404 Not Found code: 404 duration: 29.043479ms -- id: 44 +- id: 36 request: proto: HTTP/1.1 proto_major: 1 @@ -1464,7 +1208,7 @@ interactions: status: 204 No Content code: 204 duration: 219.892019ms -- id: 45 +- id: 37 request: proto: HTTP/1.1 proto_major: 1 diff --git a/internal/services/k8s/testdata/cluster-multicloud.cassette.yaml b/internal/services/k8s/testdata/cluster-multicloud.cassette.yaml index 0175ef5c87..1b7647dc15 100644 --- a/internal/services/k8s/testdata/cluster-multicloud.cassette.yaml +++ b/internal/services/k8s/testdata/cluster-multicloud.cassette.yaml @@ -116,22 +116,22 @@ interactions: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 1550 - body: "{\"region\":\"fr-par\", \"id\":\"06bfd950-07bf-40ed-a582-9d7204fdda6b\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:17.388390Z\", \"updated_at\":\"2025-10-30T16:18:17.969758Z\", \"type\":\"multicloud\", \"name\":\"test-multicloud\", \"description\":\"\", \"status\":\"creating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[], \"cluster_url\":\"https://06bfd950-07bf-40ed-a582-9d7204fdda6b.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.06bfd950-07bf-40ed-a582-9d7204fdda6b.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-10-30T16:18:17.388405Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"f1bff4d0-bd86-4358-8c0b-ffcb5e034a38\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + content_length: 1547 + body: "{\"region\":\"fr-par\", \"id\":\"06bfd950-07bf-40ed-a582-9d7204fdda6b\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:17.388390Z\", \"updated_at\":\"2025-10-30T16:20:02.520617Z\", \"type\":\"multicloud\", \"name\":\"test-multicloud\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[], \"cluster_url\":\"https://06bfd950-07bf-40ed-a582-9d7204fdda6b.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.06bfd950-07bf-40ed-a582-9d7204fdda6b.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-10-30T16:18:17.388405Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"f1bff4d0-bd86-4358-8c0b-ffcb5e034a38\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" headers: Content-Length: - - "1550" + - "1547" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:18:22 GMT + - Thu, 30 Oct 2025 16:20:04 GMT Server: - Scaleway API Gateway (fr-par-3;edge03) X-Request-Id: - - fcb8c83f-0b1e-4291-9ee0-bb7a2951ce08 + - 2c2697e9-c0cc-44d8-b04a-de3bc9793c8a status: 200 OK code: 200 - duration: 102.950599ms + duration: 98.266367ms - id: 4 request: proto: HTTP/1.1 @@ -148,22 +148,22 @@ interactions: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 1550 - body: "{\"region\":\"fr-par\", \"id\":\"06bfd950-07bf-40ed-a582-9d7204fdda6b\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:17.388390Z\", \"updated_at\":\"2025-10-30T16:18:17.969758Z\", \"type\":\"multicloud\", \"name\":\"test-multicloud\", \"description\":\"\", \"status\":\"creating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[], \"cluster_url\":\"https://06bfd950-07bf-40ed-a582-9d7204fdda6b.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.06bfd950-07bf-40ed-a582-9d7204fdda6b.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-10-30T16:18:17.388405Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"f1bff4d0-bd86-4358-8c0b-ffcb5e034a38\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + content_length: 1547 + body: "{\"region\":\"fr-par\", \"id\":\"06bfd950-07bf-40ed-a582-9d7204fdda6b\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:17.388390Z\", \"updated_at\":\"2025-10-30T16:20:02.520617Z\", \"type\":\"multicloud\", \"name\":\"test-multicloud\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[], \"cluster_url\":\"https://06bfd950-07bf-40ed-a582-9d7204fdda6b.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.06bfd950-07bf-40ed-a582-9d7204fdda6b.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-10-30T16:18:17.388405Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"f1bff4d0-bd86-4358-8c0b-ffcb5e034a38\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" headers: Content-Length: - - "1550" + - "1547" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:18:27 GMT + - Thu, 30 Oct 2025 16:20:04 GMT Server: - Scaleway API Gateway (fr-par-3;edge03) X-Request-Id: - - 59d6cba5-192b-4a59-b153-985f6726984c + - 11e96e64-9c24-455c-ad64-bb15561da759 status: 200 OK code: 200 - duration: 78.850828ms + duration: 21.519759ms - id: 5 request: proto: HTTP/1.1 @@ -174,28 +174,28 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/06bfd950-07bf-40ed-a582-9d7204fdda6b + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/06bfd950-07bf-40ed-a582-9d7204fdda6b/kubeconfig method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 1550 - body: "{\"region\":\"fr-par\", \"id\":\"06bfd950-07bf-40ed-a582-9d7204fdda6b\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:17.388390Z\", \"updated_at\":\"2025-10-30T16:18:17.969758Z\", \"type\":\"multicloud\", \"name\":\"test-multicloud\", \"description\":\"\", \"status\":\"creating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[], \"cluster_url\":\"https://06bfd950-07bf-40ed-a582-9d7204fdda6b.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.06bfd950-07bf-40ed-a582-9d7204fdda6b.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-10-30T16:18:17.388405Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"f1bff4d0-bd86-4358-8c0b-ffcb5e034a38\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + content_length: 1662 + body: "{\"name\":\"kubeconfig\", \"content_type\":\"application/octet-stream\", \"content\":\"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogInRlc3QtbXVsdGljbG91ZCIKICBjbHVzdGVyOgogICAgY2VydGlmaWNhdGUtYXV0aG9yaXR5LWRhdGE6IExTMHRMUzFDUlVkSlRpQkRSVkpVU1VaSlEwRlVSUzB0TFMwdENrMUpTVUpZUkVORFFWRkhaMEYzU1VKQlowbENRVVJCUzBKblozRm9hMnBQVUZGUlJFRnFRVlpOVWsxM1JWRlpSRlpSVVVSRmQzQnlaRmRLYkdOdE5Xd0taRWRXZWsxQ05GaEVWRWt4VFZSQmVVOVVSVEpOVkdkNFRqRnZXRVJVVFRGTlZFRjVUMVJGTWsxVVozaE9NVzkzUmxSRlZFMUNSVWRCTVZWRlFYaE5Td3BoTTFacFdsaEtkVnBZVW14amVrSmFUVUpOUjBKNWNVZFRUVFE1UVdkRlIwTkRjVWRUVFRRNVFYZEZTRUV3U1VGQ1NrWXJPR2RKV2xOTlVWRmpXR0ZzQ2xweFZHSkVVazVLYlVSd1ExUkphVTFSUTJscVkyMUdhVzlxVG5KR1IzVnJWbXBuWWpkM09UZzBZblJQZEVKRFJqUTViRUZ2Vm1rMkwwa3ZSVlYyV2tVS1dYWnZTV2RIY1dwUmFrSkJUVUUwUjBFeFZXUkVkMFZDTDNkUlJVRjNTVU53UkVGUVFtZE9Wa2hTVFVKQlpqaEZRbFJCUkVGUlNDOU5RakJIUVRGVlpBcEVaMUZYUWtKVGRVSmFMMWhsZEhveGJsVnhZMWhvUTJoRVRFSnlaa1F5Y1docVFVdENaMmR4YUd0cVQxQlJVVVJCWjA1S1FVUkNSMEZwUlVGbmRYVlBDbEpuTjBaNGVGUTRXazgyVEZBeWJESXdWakpJYWsxcWFGWlVSMnB2V25ocFpHUlROM0JWT0VOSlVVTnJhMGMyVDBwSU5HVlVRbk5LVGs1a2QwNTRXVWNLYkVoYU56SjBURUp1TVhScVZFOTZiMEpSYld4S1FUMDlDaTB0TFMwdFJVNUVJRU5GVWxSSlJrbERRVlJGTFMwdExTMEsKICAgIHNlcnZlcjogaHR0cHM6Ly8wNmJmZDk1MC0wN2JmLTQwZWQtYTU4Mi05ZDcyMDRmZGRhNmIuYXBpLms4cy5mci1wYXIuc2N3LmNsb3VkOjY0NDMKY29udGV4dHM6Ci0gbmFtZTogYWRtaW5AdGVzdC1tdWx0aWNsb3VkCiAgY29udGV4dDoKICAgIGNsdXN0ZXI6ICJ0ZXN0LW11bHRpY2xvdWQiCiAgICB1c2VyOiB0ZXN0LW11bHRpY2xvdWQtYWRtaW4KY3VycmVudC1jb250ZXh0OiBhZG1pbkB0ZXN0LW11bHRpY2xvdWQKa2luZDogQ29uZmlnCnByZWZlcmVuY2VzOiB7fQp1c2VyczoKLSBuYW1lOiB0ZXN0LW11bHRpY2xvdWQtYWRtaW4KICB1c2VyOgogICAgdG9rZW46IDB6bGZyV2M4WWRFcUUwbDhUVEdYWk9UaGlyWHJNZThHUkY1T2owSExieUFyZ3lRWHhuaE9ZeFNn\"}" headers: Content-Length: - - "1550" + - "1662" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:18:32 GMT + - Thu, 30 Oct 2025 16:20:04 GMT Server: - Scaleway API Gateway (fr-par-3;edge03) X-Request-Id: - - b084e99e-f96f-4485-9ffd-6652465f6925 + - 0b9aaa9d-d495-4fe2-9398-1cc0d0cbfcfb status: 200 OK code: 200 - duration: 93.139746ms + duration: 125.60669ms - id: 6 request: proto: HTTP/1.1 @@ -212,54 +212,57 @@ interactions: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 1550 - body: "{\"region\":\"fr-par\", \"id\":\"06bfd950-07bf-40ed-a582-9d7204fdda6b\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:17.388390Z\", \"updated_at\":\"2025-10-30T16:18:17.969758Z\", \"type\":\"multicloud\", \"name\":\"test-multicloud\", \"description\":\"\", \"status\":\"creating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[], \"cluster_url\":\"https://06bfd950-07bf-40ed-a582-9d7204fdda6b.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.06bfd950-07bf-40ed-a582-9d7204fdda6b.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-10-30T16:18:17.388405Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"f1bff4d0-bd86-4358-8c0b-ffcb5e034a38\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + content_length: 1547 + body: "{\"region\":\"fr-par\", \"id\":\"06bfd950-07bf-40ed-a582-9d7204fdda6b\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:17.388390Z\", \"updated_at\":\"2025-10-30T16:20:02.520617Z\", \"type\":\"multicloud\", \"name\":\"test-multicloud\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[], \"cluster_url\":\"https://06bfd950-07bf-40ed-a582-9d7204fdda6b.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.06bfd950-07bf-40ed-a582-9d7204fdda6b.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-10-30T16:18:17.388405Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"f1bff4d0-bd86-4358-8c0b-ffcb5e034a38\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" headers: Content-Length: - - "1550" + - "1547" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:18:37 GMT + - Thu, 30 Oct 2025 16:20:04 GMT Server: - Scaleway API Gateway (fr-par-3;edge03) X-Request-Id: - - e50aa5ab-989e-4294-8ffe-22ce30905ab8 + - 4e9ea961-792d-4cce-9755-8dd8d82152ae status: 200 OK code: 200 - duration: 81.916121ms + duration: 25.288482ms - id: 7 request: proto: HTTP/1.1 proto_major: 1 proto_minor: 1 - content_length: 0 + content_length: 269 host: api.scaleway.com + body: "{\"name\":\"test-multicloud\",\"node_type\":\"DEV1-M\",\"autoscaling\":false,\"size\":1,\"min_size\":1,\"max_size\":1,\"container_runtime\":\"containerd\",\"autohealing\":false,\"tags\":[],\"kubelet_args\":{},\"zone\":\"fr-par-1\",\"root_volume_type\":\"default_volume_type\",\"public_ip_disabled\":false}" headers: + Content-Type: + - application/json User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/06bfd950-07bf-40ed-a582-9d7204fdda6b - method: GET + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/06bfd950-07bf-40ed-a582-9d7204fdda6b/pools + method: POST response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 1550 - body: "{\"region\":\"fr-par\", \"id\":\"06bfd950-07bf-40ed-a582-9d7204fdda6b\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:17.388390Z\", \"updated_at\":\"2025-10-30T16:18:17.969758Z\", \"type\":\"multicloud\", \"name\":\"test-multicloud\", \"description\":\"\", \"status\":\"creating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[], \"cluster_url\":\"https://06bfd950-07bf-40ed-a582-9d7204fdda6b.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.06bfd950-07bf-40ed-a582-9d7204fdda6b.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-10-30T16:18:17.388405Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"f1bff4d0-bd86-4358-8c0b-ffcb5e034a38\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + content_length: 713 + body: "{\"region\":\"fr-par\", \"id\":\"8430bc40-cdd3-4572-96ad-c2f65aa12b79\", \"cluster_id\":\"06bfd950-07bf-40ed-a582-9d7204fdda6b\", \"created_at\":\"2025-10-30T16:20:04.770530Z\", \"updated_at\":\"2025-10-30T16:20:04.770530Z\", \"name\":\"test-multicloud\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"e781706d-7e9d-4c15-b416-5445fc7b0fe5\"}" headers: Content-Length: - - "1550" + - "713" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:18:43 GMT + - Thu, 30 Oct 2025 16:20:04 GMT Server: - Scaleway API Gateway (fr-par-3;edge03) X-Request-Id: - - 9eb0a5af-346a-48f5-98f3-fe482ce849f6 + - d90a5791-7082-4edf-9206-4c2d203315e2 status: 200 OK code: 200 - duration: 85.367939ms + duration: 130.19438ms - id: 8 request: proto: HTTP/1.1 @@ -270,28 +273,28 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/06bfd950-07bf-40ed-a582-9d7204fdda6b + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/8430bc40-cdd3-4572-96ad-c2f65aa12b79 method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 1550 - body: "{\"region\":\"fr-par\", \"id\":\"06bfd950-07bf-40ed-a582-9d7204fdda6b\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:17.388390Z\", \"updated_at\":\"2025-10-30T16:18:17.969758Z\", \"type\":\"multicloud\", \"name\":\"test-multicloud\", \"description\":\"\", \"status\":\"creating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[], \"cluster_url\":\"https://06bfd950-07bf-40ed-a582-9d7204fdda6b.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.06bfd950-07bf-40ed-a582-9d7204fdda6b.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-10-30T16:18:17.388405Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"f1bff4d0-bd86-4358-8c0b-ffcb5e034a38\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + content_length: 713 + body: "{\"region\":\"fr-par\", \"id\":\"8430bc40-cdd3-4572-96ad-c2f65aa12b79\", \"cluster_id\":\"06bfd950-07bf-40ed-a582-9d7204fdda6b\", \"created_at\":\"2025-10-30T16:20:04.770530Z\", \"updated_at\":\"2025-10-30T16:20:04.770530Z\", \"name\":\"test-multicloud\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"e781706d-7e9d-4c15-b416-5445fc7b0fe5\"}" headers: Content-Length: - - "1550" + - "713" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:18:48 GMT + - Thu, 30 Oct 2025 16:20:04 GMT Server: - Scaleway API Gateway (fr-par-3;edge03) X-Request-Id: - - 12f185d7-d27d-4805-8cae-e6d4c9d02e43 + - 26f728fe-d34a-4777-80ab-1b187e9d1e6e status: 200 OK code: 200 - duration: 84.319021ms + duration: 28.196209ms - id: 9 request: proto: HTTP/1.1 @@ -302,28 +305,28 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/06bfd950-07bf-40ed-a582-9d7204fdda6b + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/8430bc40-cdd3-4572-96ad-c2f65aa12b79 method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 1550 - body: "{\"region\":\"fr-par\", \"id\":\"06bfd950-07bf-40ed-a582-9d7204fdda6b\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:17.388390Z\", \"updated_at\":\"2025-10-30T16:18:17.969758Z\", \"type\":\"multicloud\", \"name\":\"test-multicloud\", \"description\":\"\", \"status\":\"creating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[], \"cluster_url\":\"https://06bfd950-07bf-40ed-a582-9d7204fdda6b.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.06bfd950-07bf-40ed-a582-9d7204fdda6b.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-10-30T16:18:17.388405Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"f1bff4d0-bd86-4358-8c0b-ffcb5e034a38\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + content_length: 711 + body: "{\"region\":\"fr-par\", \"id\":\"8430bc40-cdd3-4572-96ad-c2f65aa12b79\", \"cluster_id\":\"06bfd950-07bf-40ed-a582-9d7204fdda6b\", \"created_at\":\"2025-10-30T16:20:04.770530Z\", \"updated_at\":\"2025-10-30T16:23:45.087626Z\", \"name\":\"test-multicloud\", \"status\":\"ready\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"e781706d-7e9d-4c15-b416-5445fc7b0fe5\"}" headers: Content-Length: - - "1550" + - "711" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:18:53 GMT + - Thu, 30 Oct 2025 16:23:49 GMT Server: - Scaleway API Gateway (fr-par-3;edge03) X-Request-Id: - - f1317b25-5909-484c-9757-ac413fc3f469 + - e56c6e64-376d-4eef-b08c-d7653af12098 status: 200 OK code: 200 - duration: 111.026696ms + duration: 88.884339ms - id: 10 request: proto: HTTP/1.1 @@ -340,22 +343,22 @@ interactions: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 1550 - body: "{\"region\":\"fr-par\", \"id\":\"06bfd950-07bf-40ed-a582-9d7204fdda6b\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:17.388390Z\", \"updated_at\":\"2025-10-30T16:18:17.969758Z\", \"type\":\"multicloud\", \"name\":\"test-multicloud\", \"description\":\"\", \"status\":\"creating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[], \"cluster_url\":\"https://06bfd950-07bf-40ed-a582-9d7204fdda6b.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.06bfd950-07bf-40ed-a582-9d7204fdda6b.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-10-30T16:18:17.388405Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"f1bff4d0-bd86-4358-8c0b-ffcb5e034a38\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + content_length: 1547 + body: "{\"region\":\"fr-par\", \"id\":\"06bfd950-07bf-40ed-a582-9d7204fdda6b\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:17.388390Z\", \"updated_at\":\"2025-10-30T16:20:02.520617Z\", \"type\":\"multicloud\", \"name\":\"test-multicloud\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[], \"cluster_url\":\"https://06bfd950-07bf-40ed-a582-9d7204fdda6b.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.06bfd950-07bf-40ed-a582-9d7204fdda6b.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-10-30T16:18:17.388405Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"f1bff4d0-bd86-4358-8c0b-ffcb5e034a38\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" headers: Content-Length: - - "1550" + - "1547" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:18:58 GMT + - Thu, 30 Oct 2025 16:23:49 GMT Server: - Scaleway API Gateway (fr-par-3;edge03) X-Request-Id: - - 0ad4f995-079e-48e6-88ac-f54aa017ec56 + - ca8fd944-dd25-4798-bcb6-9cdb92a4f9d5 status: 200 OK code: 200 - duration: 73.514854ms + duration: 26.88613ms - id: 11 request: proto: HTTP/1.1 @@ -366,28 +369,28 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/06bfd950-07bf-40ed-a582-9d7204fdda6b + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/8430bc40-cdd3-4572-96ad-c2f65aa12b79 method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 1550 - body: "{\"region\":\"fr-par\", \"id\":\"06bfd950-07bf-40ed-a582-9d7204fdda6b\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:17.388390Z\", \"updated_at\":\"2025-10-30T16:18:17.969758Z\", \"type\":\"multicloud\", \"name\":\"test-multicloud\", \"description\":\"\", \"status\":\"creating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[], \"cluster_url\":\"https://06bfd950-07bf-40ed-a582-9d7204fdda6b.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.06bfd950-07bf-40ed-a582-9d7204fdda6b.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-10-30T16:18:17.388405Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"f1bff4d0-bd86-4358-8c0b-ffcb5e034a38\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + content_length: 711 + body: "{\"region\":\"fr-par\", \"id\":\"8430bc40-cdd3-4572-96ad-c2f65aa12b79\", \"cluster_id\":\"06bfd950-07bf-40ed-a582-9d7204fdda6b\", \"created_at\":\"2025-10-30T16:20:04.770530Z\", \"updated_at\":\"2025-10-30T16:23:45.087626Z\", \"name\":\"test-multicloud\", \"status\":\"ready\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"e781706d-7e9d-4c15-b416-5445fc7b0fe5\"}" headers: Content-Length: - - "1550" + - "711" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:19:03 GMT + - Thu, 30 Oct 2025 16:23:49 GMT Server: - Scaleway API Gateway (fr-par-3;edge03) X-Request-Id: - - 3545dcee-10c8-4e53-93af-6540c495a612 + - 1ef34ad5-8436-4934-a47b-55198e7ea4bb status: 200 OK code: 200 - duration: 92.134378ms + duration: 77.497168ms - id: 12 request: proto: HTTP/1.1 @@ -395,31 +398,40 @@ interactions: proto_minor: 1 content_length: 0 host: api.scaleway.com + form: + order_by: + - created_at_asc + page: + - "1" + pool_id: + - 8430bc40-cdd3-4572-96ad-c2f65aa12b79 + status: + - unknown headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/06bfd950-07bf-40ed-a582-9d7204fdda6b + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/06bfd950-07bf-40ed-a582-9d7204fdda6b/nodes?order_by=created_at_asc&page=1&pool_id=8430bc40-cdd3-4572-96ad-c2f65aa12b79&status=unknown method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 1550 - body: "{\"region\":\"fr-par\", \"id\":\"06bfd950-07bf-40ed-a582-9d7204fdda6b\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:17.388390Z\", \"updated_at\":\"2025-10-30T16:18:17.969758Z\", \"type\":\"multicloud\", \"name\":\"test-multicloud\", \"description\":\"\", \"status\":\"creating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[], \"cluster_url\":\"https://06bfd950-07bf-40ed-a582-9d7204fdda6b.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.06bfd950-07bf-40ed-a582-9d7204fdda6b.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-10-30T16:18:17.388405Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"f1bff4d0-bd86-4358-8c0b-ffcb5e034a38\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + content_length: 618 + body: "{\"total_count\":1, \"nodes\":[{\"region\":\"fr-par\", \"id\":\"444266c1-7a84-4283-824a-2fae23a4f596\", \"cluster_id\":\"06bfd950-07bf-40ed-a582-9d7204fdda6b\", \"created_at\":\"2025-10-30T16:22:32.021633Z\", \"updated_at\":\"2025-10-30T16:23:45.072102Z\", \"pool_id\":\"8430bc40-cdd3-4572-96ad-c2f65aa12b79\", \"status\":\"ready\", \"conditions\":{\"DiskPressure\":\"False\", \"MemoryPressure\":\"False\", \"PIDPressure\":\"False\", \"Ready\":\"True\"}, \"name\":\"scw-test-multicloud-test-multicloud-444266c17a\", \"public_ip_v4\":\"51.158.97.50\", \"public_ip_v6\":null, \"provider_id\":\"scaleway://instance/fr-par-1/561b7d5a-8487-432e-b009-242d42760f87\", \"error_message\":\"\"}]}" headers: Content-Length: - - "1550" + - "618" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:19:08 GMT + - Thu, 30 Oct 2025 16:23:49 GMT Server: - Scaleway API Gateway (fr-par-3;edge03) X-Request-Id: - - a0e04ad9-30de-4215-b807-700bbab89704 + - 11ede52e-96df-4c70-9e2f-288519ab7805 status: 200 OK code: 200 - duration: 87.672855ms + duration: 21.421965ms - id: 13 request: proto: HTTP/1.1 @@ -436,22 +448,22 @@ interactions: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 1550 - body: "{\"region\":\"fr-par\", \"id\":\"06bfd950-07bf-40ed-a582-9d7204fdda6b\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:17.388390Z\", \"updated_at\":\"2025-10-30T16:18:17.969758Z\", \"type\":\"multicloud\", \"name\":\"test-multicloud\", \"description\":\"\", \"status\":\"creating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[], \"cluster_url\":\"https://06bfd950-07bf-40ed-a582-9d7204fdda6b.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.06bfd950-07bf-40ed-a582-9d7204fdda6b.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-10-30T16:18:17.388405Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"f1bff4d0-bd86-4358-8c0b-ffcb5e034a38\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + content_length: 1547 + body: "{\"region\":\"fr-par\", \"id\":\"06bfd950-07bf-40ed-a582-9d7204fdda6b\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:17.388390Z\", \"updated_at\":\"2025-10-30T16:20:02.520617Z\", \"type\":\"multicloud\", \"name\":\"test-multicloud\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[], \"cluster_url\":\"https://06bfd950-07bf-40ed-a582-9d7204fdda6b.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.06bfd950-07bf-40ed-a582-9d7204fdda6b.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-10-30T16:18:17.388405Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"f1bff4d0-bd86-4358-8c0b-ffcb5e034a38\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" headers: Content-Length: - - "1550" + - "1547" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:19:13 GMT + - Thu, 30 Oct 2025 16:23:49 GMT Server: - Scaleway API Gateway (fr-par-3;edge03) X-Request-Id: - - f20852f6-f1b9-4922-9635-ab7c26a432d2 + - 1983e267-62f1-4e5b-82b2-00993839bf61 status: 200 OK code: 200 - duration: 68.655603ms + duration: 22.14364ms - id: 14 request: proto: HTTP/1.1 @@ -459,31 +471,40 @@ interactions: proto_minor: 1 content_length: 0 host: api.scaleway.com + form: + order_by: + - created_at_desc + project_id: + - 105bdce1-64c0-48ab-899d-868455867ecf + resource_name: + - scw-test-multicloud-test-multicloud-444266c17a + resource_type: + - unknown_type headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/06bfd950-07bf-40ed-a582-9d7204fdda6b + url: https://api.scaleway.com/ipam/v1/regions/fr-par/ips?order_by=created_at_desc&project_id=105bdce1-64c0-48ab-899d-868455867ecf&resource_name=scw-test-multicloud-test-multicloud-444266c17a&resource_type=unknown_type method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 1550 - body: "{\"region\":\"fr-par\", \"id\":\"06bfd950-07bf-40ed-a582-9d7204fdda6b\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:17.388390Z\", \"updated_at\":\"2025-10-30T16:18:17.969758Z\", \"type\":\"multicloud\", \"name\":\"test-multicloud\", \"description\":\"\", \"status\":\"creating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[], \"cluster_url\":\"https://06bfd950-07bf-40ed-a582-9d7204fdda6b.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.06bfd950-07bf-40ed-a582-9d7204fdda6b.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-10-30T16:18:17.388405Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"f1bff4d0-bd86-4358-8c0b-ffcb5e034a38\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + content_length: 27 + body: "{\"total_count\":0, \"ips\":[]}" headers: Content-Length: - - "1550" + - "27" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:19:18 GMT + - Thu, 30 Oct 2025 16:23:49 GMT Server: - Scaleway API Gateway (fr-par-3;edge03) X-Request-Id: - - 8d557672-3f5a-4261-8a24-597035cf7bdb + - 93fceb7e-6f12-4086-84ea-ff561b15a1e6 status: 200 OK code: 200 - duration: 90.628523ms + duration: 136.186157ms - id: 15 request: proto: HTTP/1.1 @@ -500,22 +521,22 @@ interactions: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 1550 - body: "{\"region\":\"fr-par\", \"id\":\"06bfd950-07bf-40ed-a582-9d7204fdda6b\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:17.388390Z\", \"updated_at\":\"2025-10-30T16:18:17.969758Z\", \"type\":\"multicloud\", \"name\":\"test-multicloud\", \"description\":\"\", \"status\":\"creating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[], \"cluster_url\":\"https://06bfd950-07bf-40ed-a582-9d7204fdda6b.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.06bfd950-07bf-40ed-a582-9d7204fdda6b.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-10-30T16:18:17.388405Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"f1bff4d0-bd86-4358-8c0b-ffcb5e034a38\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + content_length: 1547 + body: "{\"region\":\"fr-par\", \"id\":\"06bfd950-07bf-40ed-a582-9d7204fdda6b\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:17.388390Z\", \"updated_at\":\"2025-10-30T16:20:02.520617Z\", \"type\":\"multicloud\", \"name\":\"test-multicloud\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[], \"cluster_url\":\"https://06bfd950-07bf-40ed-a582-9d7204fdda6b.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.06bfd950-07bf-40ed-a582-9d7204fdda6b.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-10-30T16:18:17.388405Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"f1bff4d0-bd86-4358-8c0b-ffcb5e034a38\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" headers: Content-Length: - - "1550" + - "1547" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:19:23 GMT + - Thu, 30 Oct 2025 16:23:49 GMT Server: - Scaleway API Gateway (fr-par-3;edge03) X-Request-Id: - - 530404cf-66b2-4ec3-aad2-76446c36ddf0 + - 3b57c84d-689a-421f-a2c2-ac4be3db3c16 status: 200 OK code: 200 - duration: 104.971902ms + duration: 25.217219ms - id: 16 request: proto: HTTP/1.1 @@ -532,22 +553,22 @@ interactions: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 1550 - body: "{\"region\":\"fr-par\", \"id\":\"06bfd950-07bf-40ed-a582-9d7204fdda6b\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:17.388390Z\", \"updated_at\":\"2025-10-30T16:18:17.969758Z\", \"type\":\"multicloud\", \"name\":\"test-multicloud\", \"description\":\"\", \"status\":\"creating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[], \"cluster_url\":\"https://06bfd950-07bf-40ed-a582-9d7204fdda6b.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.06bfd950-07bf-40ed-a582-9d7204fdda6b.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-10-30T16:18:17.388405Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"f1bff4d0-bd86-4358-8c0b-ffcb5e034a38\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + content_length: 1547 + body: "{\"region\":\"fr-par\", \"id\":\"06bfd950-07bf-40ed-a582-9d7204fdda6b\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:17.388390Z\", \"updated_at\":\"2025-10-30T16:20:02.520617Z\", \"type\":\"multicloud\", \"name\":\"test-multicloud\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[], \"cluster_url\":\"https://06bfd950-07bf-40ed-a582-9d7204fdda6b.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.06bfd950-07bf-40ed-a582-9d7204fdda6b.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-10-30T16:18:17.388405Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"f1bff4d0-bd86-4358-8c0b-ffcb5e034a38\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" headers: Content-Length: - - "1550" + - "1547" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:19:28 GMT + - Thu, 30 Oct 2025 16:23:49 GMT Server: - Scaleway API Gateway (fr-par-3;edge03) X-Request-Id: - - ac6cb353-ae1a-4caa-9dd1-2833f78603fa + - 059dd572-01ba-49a5-955e-0b06f253610e status: 200 OK code: 200 - duration: 89.272157ms + duration: 30.448105ms - id: 17 request: proto: HTTP/1.1 @@ -558,28 +579,28 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/06bfd950-07bf-40ed-a582-9d7204fdda6b + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/06bfd950-07bf-40ed-a582-9d7204fdda6b/kubeconfig method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 1550 - body: "{\"region\":\"fr-par\", \"id\":\"06bfd950-07bf-40ed-a582-9d7204fdda6b\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:17.388390Z\", \"updated_at\":\"2025-10-30T16:18:17.969758Z\", \"type\":\"multicloud\", \"name\":\"test-multicloud\", \"description\":\"\", \"status\":\"creating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[], \"cluster_url\":\"https://06bfd950-07bf-40ed-a582-9d7204fdda6b.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.06bfd950-07bf-40ed-a582-9d7204fdda6b.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-10-30T16:18:17.388405Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"f1bff4d0-bd86-4358-8c0b-ffcb5e034a38\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + content_length: 1662 + body: "{\"name\":\"kubeconfig\", \"content_type\":\"application/octet-stream\", \"content\":\"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogInRlc3QtbXVsdGljbG91ZCIKICBjbHVzdGVyOgogICAgY2VydGlmaWNhdGUtYXV0aG9yaXR5LWRhdGE6IExTMHRMUzFDUlVkSlRpQkRSVkpVU1VaSlEwRlVSUzB0TFMwdENrMUpTVUpZUkVORFFWRkhaMEYzU1VKQlowbENRVVJCUzBKblozRm9hMnBQVUZGUlJFRnFRVlpOVWsxM1JWRlpSRlpSVVVSRmQzQnlaRmRLYkdOdE5Xd0taRWRXZWsxQ05GaEVWRWt4VFZSQmVVOVVSVEpOVkdkNFRqRnZXRVJVVFRGTlZFRjVUMVJGTWsxVVozaE9NVzkzUmxSRlZFMUNSVWRCTVZWRlFYaE5Td3BoTTFacFdsaEtkVnBZVW14amVrSmFUVUpOUjBKNWNVZFRUVFE1UVdkRlIwTkRjVWRUVFRRNVFYZEZTRUV3U1VGQ1NrWXJPR2RKV2xOTlVWRmpXR0ZzQ2xweFZHSkVVazVLYlVSd1ExUkphVTFSUTJscVkyMUdhVzlxVG5KR1IzVnJWbXBuWWpkM09UZzBZblJQZEVKRFJqUTViRUZ2Vm1rMkwwa3ZSVlYyV2tVS1dYWnZTV2RIY1dwUmFrSkJUVUUwUjBFeFZXUkVkMFZDTDNkUlJVRjNTVU53UkVGUVFtZE9Wa2hTVFVKQlpqaEZRbFJCUkVGUlNDOU5RakJIUVRGVlpBcEVaMUZYUWtKVGRVSmFMMWhsZEhveGJsVnhZMWhvUTJoRVRFSnlaa1F5Y1docVFVdENaMmR4YUd0cVQxQlJVVVJCWjA1S1FVUkNSMEZwUlVGbmRYVlBDbEpuTjBaNGVGUTRXazgyVEZBeWJESXdWakpJYWsxcWFGWlVSMnB2V25ocFpHUlROM0JWT0VOSlVVTnJhMGMyVDBwSU5HVlVRbk5LVGs1a2QwNTRXVWNLYkVoYU56SjBURUp1TVhScVZFOTZiMEpSYld4S1FUMDlDaTB0TFMwdFJVNUVJRU5GVWxSSlJrbERRVlJGTFMwdExTMEsKICAgIHNlcnZlcjogaHR0cHM6Ly8wNmJmZDk1MC0wN2JmLTQwZWQtYTU4Mi05ZDcyMDRmZGRhNmIuYXBpLms4cy5mci1wYXIuc2N3LmNsb3VkOjY0NDMKY29udGV4dHM6Ci0gbmFtZTogYWRtaW5AdGVzdC1tdWx0aWNsb3VkCiAgY29udGV4dDoKICAgIGNsdXN0ZXI6ICJ0ZXN0LW11bHRpY2xvdWQiCiAgICB1c2VyOiB0ZXN0LW11bHRpY2xvdWQtYWRtaW4KY3VycmVudC1jb250ZXh0OiBhZG1pbkB0ZXN0LW11bHRpY2xvdWQKa2luZDogQ29uZmlnCnByZWZlcmVuY2VzOiB7fQp1c2VyczoKLSBuYW1lOiB0ZXN0LW11bHRpY2xvdWQtYWRtaW4KICB1c2VyOgogICAgdG9rZW46IDB6bGZyV2M4WWRFcUUwbDhUVEdYWk9UaGlyWHJNZThHUkY1T2owSExieUFyZ3lRWHhuaE9ZeFNn\"}" headers: Content-Length: - - "1550" + - "1662" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:19:33 GMT + - Thu, 30 Oct 2025 16:23:49 GMT Server: - Scaleway API Gateway (fr-par-3;edge03) X-Request-Id: - - b7b439a3-c5b6-4814-8cca-035109181e1a + - 812e0426-7229-4eb5-9676-b37b2039e159 status: 200 OK code: 200 - duration: 80.31739ms + duration: 85.002274ms - id: 18 request: proto: HTTP/1.1 @@ -590,28 +611,28 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/06bfd950-07bf-40ed-a582-9d7204fdda6b + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/8430bc40-cdd3-4572-96ad-c2f65aa12b79 method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 1550 - body: "{\"region\":\"fr-par\", \"id\":\"06bfd950-07bf-40ed-a582-9d7204fdda6b\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:17.388390Z\", \"updated_at\":\"2025-10-30T16:18:17.969758Z\", \"type\":\"multicloud\", \"name\":\"test-multicloud\", \"description\":\"\", \"status\":\"creating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[], \"cluster_url\":\"https://06bfd950-07bf-40ed-a582-9d7204fdda6b.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.06bfd950-07bf-40ed-a582-9d7204fdda6b.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-10-30T16:18:17.388405Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"f1bff4d0-bd86-4358-8c0b-ffcb5e034a38\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + content_length: 711 + body: "{\"region\":\"fr-par\", \"id\":\"8430bc40-cdd3-4572-96ad-c2f65aa12b79\", \"cluster_id\":\"06bfd950-07bf-40ed-a582-9d7204fdda6b\", \"created_at\":\"2025-10-30T16:20:04.770530Z\", \"updated_at\":\"2025-10-30T16:23:45.087626Z\", \"name\":\"test-multicloud\", \"status\":\"ready\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"e781706d-7e9d-4c15-b416-5445fc7b0fe5\"}" headers: Content-Length: - - "1550" + - "711" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:19:39 GMT + - Thu, 30 Oct 2025 16:23:49 GMT Server: - Scaleway API Gateway (fr-par-3;edge03) X-Request-Id: - - 3abb22bd-2c04-4bb9-83d5-aa2acdb26cc0 + - 560dffa4-d9b8-49d7-bf50-6f4085f3214c status: 200 OK code: 200 - duration: 93.096675ms + duration: 26.35323ms - id: 19 request: proto: HTTP/1.1 @@ -619,31 +640,40 @@ interactions: proto_minor: 1 content_length: 0 host: api.scaleway.com + form: + order_by: + - created_at_asc + page: + - "1" + pool_id: + - 8430bc40-cdd3-4572-96ad-c2f65aa12b79 + status: + - unknown headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/06bfd950-07bf-40ed-a582-9d7204fdda6b + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/06bfd950-07bf-40ed-a582-9d7204fdda6b/nodes?order_by=created_at_asc&page=1&pool_id=8430bc40-cdd3-4572-96ad-c2f65aa12b79&status=unknown method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 1550 - body: "{\"region\":\"fr-par\", \"id\":\"06bfd950-07bf-40ed-a582-9d7204fdda6b\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:17.388390Z\", \"updated_at\":\"2025-10-30T16:18:17.969758Z\", \"type\":\"multicloud\", \"name\":\"test-multicloud\", \"description\":\"\", \"status\":\"creating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[], \"cluster_url\":\"https://06bfd950-07bf-40ed-a582-9d7204fdda6b.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.06bfd950-07bf-40ed-a582-9d7204fdda6b.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-10-30T16:18:17.388405Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"f1bff4d0-bd86-4358-8c0b-ffcb5e034a38\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + content_length: 618 + body: "{\"total_count\":1, \"nodes\":[{\"region\":\"fr-par\", \"id\":\"444266c1-7a84-4283-824a-2fae23a4f596\", \"cluster_id\":\"06bfd950-07bf-40ed-a582-9d7204fdda6b\", \"created_at\":\"2025-10-30T16:22:32.021633Z\", \"updated_at\":\"2025-10-30T16:23:45.072102Z\", \"pool_id\":\"8430bc40-cdd3-4572-96ad-c2f65aa12b79\", \"status\":\"ready\", \"conditions\":{\"DiskPressure\":\"False\", \"MemoryPressure\":\"False\", \"PIDPressure\":\"False\", \"Ready\":\"True\"}, \"name\":\"scw-test-multicloud-test-multicloud-444266c17a\", \"public_ip_v4\":\"51.158.97.50\", \"public_ip_v6\":null, \"provider_id\":\"scaleway://instance/fr-par-1/561b7d5a-8487-432e-b009-242d42760f87\", \"error_message\":\"\"}]}" headers: Content-Length: - - "1550" + - "618" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:19:44 GMT + - Thu, 30 Oct 2025 16:23:49 GMT Server: - Scaleway API Gateway (fr-par-3;edge03) X-Request-Id: - - 280c4da8-2d01-4ae9-9be2-8e1d8aba9518 + - 6d154a72-57dd-44d7-b03a-6e2bfbe6c7c6 status: 200 OK code: 200 - duration: 113.749977ms + duration: 23.07619ms - id: 20 request: proto: HTTP/1.1 @@ -660,22 +690,22 @@ interactions: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 1550 - body: "{\"region\":\"fr-par\", \"id\":\"06bfd950-07bf-40ed-a582-9d7204fdda6b\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:17.388390Z\", \"updated_at\":\"2025-10-30T16:18:17.969758Z\", \"type\":\"multicloud\", \"name\":\"test-multicloud\", \"description\":\"\", \"status\":\"creating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[], \"cluster_url\":\"https://06bfd950-07bf-40ed-a582-9d7204fdda6b.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.06bfd950-07bf-40ed-a582-9d7204fdda6b.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-10-30T16:18:17.388405Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"f1bff4d0-bd86-4358-8c0b-ffcb5e034a38\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + content_length: 1547 + body: "{\"region\":\"fr-par\", \"id\":\"06bfd950-07bf-40ed-a582-9d7204fdda6b\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:17.388390Z\", \"updated_at\":\"2025-10-30T16:20:02.520617Z\", \"type\":\"multicloud\", \"name\":\"test-multicloud\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[], \"cluster_url\":\"https://06bfd950-07bf-40ed-a582-9d7204fdda6b.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.06bfd950-07bf-40ed-a582-9d7204fdda6b.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-10-30T16:18:17.388405Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"f1bff4d0-bd86-4358-8c0b-ffcb5e034a38\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" headers: Content-Length: - - "1550" + - "1547" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:19:49 GMT + - Thu, 30 Oct 2025 16:23:49 GMT Server: - Scaleway API Gateway (fr-par-3;edge03) X-Request-Id: - - 86b951ef-61ea-40c0-abf8-1db04f316301 + - ed882174-c0e8-40d9-909f-bbc08deb74b1 status: 200 OK code: 200 - duration: 98.135642ms + duration: 21.066407ms - id: 21 request: proto: HTTP/1.1 @@ -683,31 +713,40 @@ interactions: proto_minor: 1 content_length: 0 host: api.scaleway.com + form: + order_by: + - created_at_desc + project_id: + - 105bdce1-64c0-48ab-899d-868455867ecf + resource_name: + - scw-test-multicloud-test-multicloud-444266c17a + resource_type: + - unknown_type headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/06bfd950-07bf-40ed-a582-9d7204fdda6b + url: https://api.scaleway.com/ipam/v1/regions/fr-par/ips?order_by=created_at_desc&project_id=105bdce1-64c0-48ab-899d-868455867ecf&resource_name=scw-test-multicloud-test-multicloud-444266c17a&resource_type=unknown_type method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 1550 - body: "{\"region\":\"fr-par\", \"id\":\"06bfd950-07bf-40ed-a582-9d7204fdda6b\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:17.388390Z\", \"updated_at\":\"2025-10-30T16:18:17.969758Z\", \"type\":\"multicloud\", \"name\":\"test-multicloud\", \"description\":\"\", \"status\":\"creating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[], \"cluster_url\":\"https://06bfd950-07bf-40ed-a582-9d7204fdda6b.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.06bfd950-07bf-40ed-a582-9d7204fdda6b.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-10-30T16:18:17.388405Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"f1bff4d0-bd86-4358-8c0b-ffcb5e034a38\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + content_length: 27 + body: "{\"total_count\":0, \"ips\":[]}" headers: Content-Length: - - "1550" + - "27" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:19:54 GMT + - Thu, 30 Oct 2025 16:23:50 GMT Server: - Scaleway API Gateway (fr-par-3;edge03) X-Request-Id: - - 634162be-7c55-454f-9a27-6289c6ddf9f7 + - 5d61bfd5-178c-4e3e-bd27-e8ab1289ea10 status: 200 OK code: 200 - duration: 87.560595ms + duration: 28.726925ms - id: 22 request: proto: HTTP/1.1 @@ -718,28 +757,28 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/06bfd950-07bf-40ed-a582-9d7204fdda6b - method: GET + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/8430bc40-cdd3-4572-96ad-c2f65aa12b79 + method: DELETE response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 1550 - body: "{\"region\":\"fr-par\", \"id\":\"06bfd950-07bf-40ed-a582-9d7204fdda6b\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:17.388390Z\", \"updated_at\":\"2025-10-30T16:18:17.969758Z\", \"type\":\"multicloud\", \"name\":\"test-multicloud\", \"description\":\"\", \"status\":\"creating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[], \"cluster_url\":\"https://06bfd950-07bf-40ed-a582-9d7204fdda6b.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.06bfd950-07bf-40ed-a582-9d7204fdda6b.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-10-30T16:18:17.388405Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"f1bff4d0-bd86-4358-8c0b-ffcb5e034a38\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + content_length: 714 + body: "{\"region\":\"fr-par\", \"id\":\"8430bc40-cdd3-4572-96ad-c2f65aa12b79\", \"cluster_id\":\"06bfd950-07bf-40ed-a582-9d7204fdda6b\", \"created_at\":\"2025-10-30T16:20:04.770530Z\", \"updated_at\":\"2025-10-30T16:23:50.217972Z\", \"name\":\"test-multicloud\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"e781706d-7e9d-4c15-b416-5445fc7b0fe5\"}" headers: Content-Length: - - "1550" + - "714" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:19:59 GMT + - Thu, 30 Oct 2025 16:23:50 GMT Server: - Scaleway API Gateway (fr-par-3;edge03) X-Request-Id: - - 94faa76d-942c-49d7-b5ac-d1478b7d28b6 + - b46dbae8-9f31-468f-913f-9acd4c58f114 status: 200 OK code: 200 - duration: 85.338193ms + duration: 45.791312ms - id: 23 request: proto: HTTP/1.1 @@ -750,28 +789,28 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/06bfd950-07bf-40ed-a582-9d7204fdda6b + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/8430bc40-cdd3-4572-96ad-c2f65aa12b79 method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 1547 - body: "{\"region\":\"fr-par\", \"id\":\"06bfd950-07bf-40ed-a582-9d7204fdda6b\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:17.388390Z\", \"updated_at\":\"2025-10-30T16:20:02.520617Z\", \"type\":\"multicloud\", \"name\":\"test-multicloud\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[], \"cluster_url\":\"https://06bfd950-07bf-40ed-a582-9d7204fdda6b.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.06bfd950-07bf-40ed-a582-9d7204fdda6b.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-10-30T16:18:17.388405Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"f1bff4d0-bd86-4358-8c0b-ffcb5e034a38\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + content_length: 714 + body: "{\"region\":\"fr-par\", \"id\":\"8430bc40-cdd3-4572-96ad-c2f65aa12b79\", \"cluster_id\":\"06bfd950-07bf-40ed-a582-9d7204fdda6b\", \"created_at\":\"2025-10-30T16:20:04.770530Z\", \"updated_at\":\"2025-10-30T16:23:50.217972Z\", \"name\":\"test-multicloud\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"e781706d-7e9d-4c15-b416-5445fc7b0fe5\"}" headers: Content-Length: - - "1547" + - "714" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:20:04 GMT + - Thu, 30 Oct 2025 16:23:50 GMT Server: - Scaleway API Gateway (fr-par-3;edge03) X-Request-Id: - - 2c2697e9-c0cc-44d8-b04a-de3bc9793c8a + - 09b5b895-53e8-4723-abd1-35fd0d4927b2 status: 200 OK code: 200 - duration: 98.266367ms + duration: 26.682809ms - id: 24 request: proto: HTTP/1.1 @@ -782,3271 +821,64 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/06bfd950-07bf-40ed-a582-9d7204fdda6b + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/8430bc40-cdd3-4572-96ad-c2f65aa12b79 method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 1547 - body: "{\"region\":\"fr-par\", \"id\":\"06bfd950-07bf-40ed-a582-9d7204fdda6b\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:17.388390Z\", \"updated_at\":\"2025-10-30T16:20:02.520617Z\", \"type\":\"multicloud\", \"name\":\"test-multicloud\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[], \"cluster_url\":\"https://06bfd950-07bf-40ed-a582-9d7204fdda6b.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.06bfd950-07bf-40ed-a582-9d7204fdda6b.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-10-30T16:18:17.388405Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"f1bff4d0-bd86-4358-8c0b-ffcb5e034a38\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + content_length: 125 + body: "{\"message\":\"resource is not found\",\"resource\":\"pool\",\"resource_id\":\"8430bc40-cdd3-4572-96ad-c2f65aa12b79\",\"type\":\"not_found\"}" headers: Content-Length: - - "1547" + - "125" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:20:04 GMT + - Thu, 30 Oct 2025 16:26:02 GMT Server: - Scaleway API Gateway (fr-par-3;edge03) X-Request-Id: - - 11e96e64-9c24-455c-ad64-bb15561da759 - status: 200 OK - code: 200 - duration: 21.519759ms -- id: 25 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/06bfd950-07bf-40ed-a582-9d7204fdda6b/kubeconfig - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1662 - body: "{\"name\":\"kubeconfig\", \"content_type\":\"application/octet-stream\", \"content\":\"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogInRlc3QtbXVsdGljbG91ZCIKICBjbHVzdGVyOgogICAgY2VydGlmaWNhdGUtYXV0aG9yaXR5LWRhdGE6IExTMHRMUzFDUlVkSlRpQkRSVkpVU1VaSlEwRlVSUzB0TFMwdENrMUpTVUpZUkVORFFWRkhaMEYzU1VKQlowbENRVVJCUzBKblozRm9hMnBQVUZGUlJFRnFRVlpOVWsxM1JWRlpSRlpSVVVSRmQzQnlaRmRLYkdOdE5Xd0taRWRXZWsxQ05GaEVWRWt4VFZSQmVVOVVSVEpOVkdkNFRqRnZXRVJVVFRGTlZFRjVUMVJGTWsxVVozaE9NVzkzUmxSRlZFMUNSVWRCTVZWRlFYaE5Td3BoTTFacFdsaEtkVnBZVW14amVrSmFUVUpOUjBKNWNVZFRUVFE1UVdkRlIwTkRjVWRUVFRRNVFYZEZTRUV3U1VGQ1NrWXJPR2RKV2xOTlVWRmpXR0ZzQ2xweFZHSkVVazVLYlVSd1ExUkphVTFSUTJscVkyMUdhVzlxVG5KR1IzVnJWbXBuWWpkM09UZzBZblJQZEVKRFJqUTViRUZ2Vm1rMkwwa3ZSVlYyV2tVS1dYWnZTV2RIY1dwUmFrSkJUVUUwUjBFeFZXUkVkMFZDTDNkUlJVRjNTVU53UkVGUVFtZE9Wa2hTVFVKQlpqaEZRbFJCUkVGUlNDOU5RakJIUVRGVlpBcEVaMUZYUWtKVGRVSmFMMWhsZEhveGJsVnhZMWhvUTJoRVRFSnlaa1F5Y1docVFVdENaMmR4YUd0cVQxQlJVVVJCWjA1S1FVUkNSMEZwUlVGbmRYVlBDbEpuTjBaNGVGUTRXazgyVEZBeWJESXdWakpJYWsxcWFGWlVSMnB2V25ocFpHUlROM0JWT0VOSlVVTnJhMGMyVDBwSU5HVlVRbk5LVGs1a2QwNTRXVWNLYkVoYU56SjBURUp1TVhScVZFOTZiMEpSYld4S1FUMDlDaTB0TFMwdFJVNUVJRU5GVWxSSlJrbERRVlJGTFMwdExTMEsKICAgIHNlcnZlcjogaHR0cHM6Ly8wNmJmZDk1MC0wN2JmLTQwZWQtYTU4Mi05ZDcyMDRmZGRhNmIuYXBpLms4cy5mci1wYXIuc2N3LmNsb3VkOjY0NDMKY29udGV4dHM6Ci0gbmFtZTogYWRtaW5AdGVzdC1tdWx0aWNsb3VkCiAgY29udGV4dDoKICAgIGNsdXN0ZXI6ICJ0ZXN0LW11bHRpY2xvdWQiCiAgICB1c2VyOiB0ZXN0LW11bHRpY2xvdWQtYWRtaW4KY3VycmVudC1jb250ZXh0OiBhZG1pbkB0ZXN0LW11bHRpY2xvdWQKa2luZDogQ29uZmlnCnByZWZlcmVuY2VzOiB7fQp1c2VyczoKLSBuYW1lOiB0ZXN0LW11bHRpY2xvdWQtYWRtaW4KICB1c2VyOgogICAgdG9rZW46IDB6bGZyV2M4WWRFcUUwbDhUVEdYWk9UaGlyWHJNZThHUkY1T2owSExieUFyZ3lRWHhuaE9ZeFNn\"}" - headers: - Content-Length: - - "1662" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:20:04 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 0b9aaa9d-d495-4fe2-9398-1cc0d0cbfcfb - status: 200 OK - code: 200 - duration: 125.60669ms -- id: 26 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/06bfd950-07bf-40ed-a582-9d7204fdda6b - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1547 - body: "{\"region\":\"fr-par\", \"id\":\"06bfd950-07bf-40ed-a582-9d7204fdda6b\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:17.388390Z\", \"updated_at\":\"2025-10-30T16:20:02.520617Z\", \"type\":\"multicloud\", \"name\":\"test-multicloud\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[], \"cluster_url\":\"https://06bfd950-07bf-40ed-a582-9d7204fdda6b.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.06bfd950-07bf-40ed-a582-9d7204fdda6b.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-10-30T16:18:17.388405Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"f1bff4d0-bd86-4358-8c0b-ffcb5e034a38\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1547" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:20:04 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 4e9ea961-792d-4cce-9755-8dd8d82152ae - status: 200 OK - code: 200 - duration: 25.288482ms -- id: 27 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 269 - host: api.scaleway.com - body: "{\"name\":\"test-multicloud\",\"node_type\":\"DEV1-M\",\"autoscaling\":false,\"size\":1,\"min_size\":1,\"max_size\":1,\"container_runtime\":\"containerd\",\"autohealing\":false,\"tags\":[],\"kubelet_args\":{},\"zone\":\"fr-par-1\",\"root_volume_type\":\"default_volume_type\",\"public_ip_disabled\":false}" - headers: - Content-Type: - - application/json - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/06bfd950-07bf-40ed-a582-9d7204fdda6b/pools - method: POST - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 713 - body: "{\"region\":\"fr-par\", \"id\":\"8430bc40-cdd3-4572-96ad-c2f65aa12b79\", \"cluster_id\":\"06bfd950-07bf-40ed-a582-9d7204fdda6b\", \"created_at\":\"2025-10-30T16:20:04.770530Z\", \"updated_at\":\"2025-10-30T16:20:04.770530Z\", \"name\":\"test-multicloud\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"e781706d-7e9d-4c15-b416-5445fc7b0fe5\"}" - headers: - Content-Length: - - "713" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:20:04 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - d90a5791-7082-4edf-9206-4c2d203315e2 - status: 200 OK - code: 200 - duration: 130.19438ms -- id: 28 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/8430bc40-cdd3-4572-96ad-c2f65aa12b79 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 713 - body: "{\"region\":\"fr-par\", \"id\":\"8430bc40-cdd3-4572-96ad-c2f65aa12b79\", \"cluster_id\":\"06bfd950-07bf-40ed-a582-9d7204fdda6b\", \"created_at\":\"2025-10-30T16:20:04.770530Z\", \"updated_at\":\"2025-10-30T16:20:04.770530Z\", \"name\":\"test-multicloud\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"e781706d-7e9d-4c15-b416-5445fc7b0fe5\"}" - headers: - Content-Length: - - "713" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:20:04 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 26f728fe-d34a-4777-80ab-1b187e9d1e6e - status: 200 OK - code: 200 - duration: 28.196209ms -- id: 29 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/8430bc40-cdd3-4572-96ad-c2f65aa12b79 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 713 - body: "{\"region\":\"fr-par\", \"id\":\"8430bc40-cdd3-4572-96ad-c2f65aa12b79\", \"cluster_id\":\"06bfd950-07bf-40ed-a582-9d7204fdda6b\", \"created_at\":\"2025-10-30T16:20:04.770530Z\", \"updated_at\":\"2025-10-30T16:20:04.770530Z\", \"name\":\"test-multicloud\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"e781706d-7e9d-4c15-b416-5445fc7b0fe5\"}" - headers: - Content-Length: - - "713" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:20:09 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 7d883fe2-8ce3-4813-8680-4ec8193ede84 - status: 200 OK - code: 200 - duration: 84.722127ms -- id: 30 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/8430bc40-cdd3-4572-96ad-c2f65aa12b79 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 713 - body: "{\"region\":\"fr-par\", \"id\":\"8430bc40-cdd3-4572-96ad-c2f65aa12b79\", \"cluster_id\":\"06bfd950-07bf-40ed-a582-9d7204fdda6b\", \"created_at\":\"2025-10-30T16:20:04.770530Z\", \"updated_at\":\"2025-10-30T16:20:04.770530Z\", \"name\":\"test-multicloud\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"e781706d-7e9d-4c15-b416-5445fc7b0fe5\"}" - headers: - Content-Length: - - "713" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:20:15 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - ae776ca7-a31f-4119-98d2-b9c3772384dd - status: 200 OK - code: 200 - duration: 99.47205ms -- id: 31 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/8430bc40-cdd3-4572-96ad-c2f65aa12b79 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 713 - body: "{\"region\":\"fr-par\", \"id\":\"8430bc40-cdd3-4572-96ad-c2f65aa12b79\", \"cluster_id\":\"06bfd950-07bf-40ed-a582-9d7204fdda6b\", \"created_at\":\"2025-10-30T16:20:04.770530Z\", \"updated_at\":\"2025-10-30T16:20:04.770530Z\", \"name\":\"test-multicloud\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"e781706d-7e9d-4c15-b416-5445fc7b0fe5\"}" - headers: - Content-Length: - - "713" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:20:20 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 384e05fd-8eee-4479-b870-376e652789ca - status: 200 OK - code: 200 - duration: 70.231462ms -- id: 32 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/8430bc40-cdd3-4572-96ad-c2f65aa12b79 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 713 - body: "{\"region\":\"fr-par\", \"id\":\"8430bc40-cdd3-4572-96ad-c2f65aa12b79\", \"cluster_id\":\"06bfd950-07bf-40ed-a582-9d7204fdda6b\", \"created_at\":\"2025-10-30T16:20:04.770530Z\", \"updated_at\":\"2025-10-30T16:20:04.770530Z\", \"name\":\"test-multicloud\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"e781706d-7e9d-4c15-b416-5445fc7b0fe5\"}" - headers: - Content-Length: - - "713" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:20:25 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - d2129961-c308-44b1-ac7e-e0f5bef97979 - status: 200 OK - code: 200 - duration: 90.887248ms -- id: 33 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/8430bc40-cdd3-4572-96ad-c2f65aa12b79 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 713 - body: "{\"region\":\"fr-par\", \"id\":\"8430bc40-cdd3-4572-96ad-c2f65aa12b79\", \"cluster_id\":\"06bfd950-07bf-40ed-a582-9d7204fdda6b\", \"created_at\":\"2025-10-30T16:20:04.770530Z\", \"updated_at\":\"2025-10-30T16:20:04.770530Z\", \"name\":\"test-multicloud\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"e781706d-7e9d-4c15-b416-5445fc7b0fe5\"}" - headers: - Content-Length: - - "713" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:20:30 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - ba6c0224-1748-4cbf-8035-2c614a34e7ed - status: 200 OK - code: 200 - duration: 93.105642ms -- id: 34 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/8430bc40-cdd3-4572-96ad-c2f65aa12b79 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 713 - body: "{\"region\":\"fr-par\", \"id\":\"8430bc40-cdd3-4572-96ad-c2f65aa12b79\", \"cluster_id\":\"06bfd950-07bf-40ed-a582-9d7204fdda6b\", \"created_at\":\"2025-10-30T16:20:04.770530Z\", \"updated_at\":\"2025-10-30T16:20:04.770530Z\", \"name\":\"test-multicloud\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"e781706d-7e9d-4c15-b416-5445fc7b0fe5\"}" - headers: - Content-Length: - - "713" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:20:35 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - ba9eef61-5fda-4686-a40a-1a7228ff6170 - status: 200 OK - code: 200 - duration: 92.988111ms -- id: 35 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/8430bc40-cdd3-4572-96ad-c2f65aa12b79 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 713 - body: "{\"region\":\"fr-par\", \"id\":\"8430bc40-cdd3-4572-96ad-c2f65aa12b79\", \"cluster_id\":\"06bfd950-07bf-40ed-a582-9d7204fdda6b\", \"created_at\":\"2025-10-30T16:20:04.770530Z\", \"updated_at\":\"2025-10-30T16:20:04.770530Z\", \"name\":\"test-multicloud\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"e781706d-7e9d-4c15-b416-5445fc7b0fe5\"}" - headers: - Content-Length: - - "713" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:20:40 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - d5d924e4-e694-42ba-9bcb-828dc228b905 - status: 200 OK - code: 200 - duration: 85.180508ms -- id: 36 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/8430bc40-cdd3-4572-96ad-c2f65aa12b79 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 713 - body: "{\"region\":\"fr-par\", \"id\":\"8430bc40-cdd3-4572-96ad-c2f65aa12b79\", \"cluster_id\":\"06bfd950-07bf-40ed-a582-9d7204fdda6b\", \"created_at\":\"2025-10-30T16:20:04.770530Z\", \"updated_at\":\"2025-10-30T16:20:04.770530Z\", \"name\":\"test-multicloud\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"e781706d-7e9d-4c15-b416-5445fc7b0fe5\"}" - headers: - Content-Length: - - "713" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:20:45 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - e773cf5b-bddb-43a5-974e-228ca79e93a3 - status: 200 OK - code: 200 - duration: 105.994161ms -- id: 37 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/8430bc40-cdd3-4572-96ad-c2f65aa12b79 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 713 - body: "{\"region\":\"fr-par\", \"id\":\"8430bc40-cdd3-4572-96ad-c2f65aa12b79\", \"cluster_id\":\"06bfd950-07bf-40ed-a582-9d7204fdda6b\", \"created_at\":\"2025-10-30T16:20:04.770530Z\", \"updated_at\":\"2025-10-30T16:20:04.770530Z\", \"name\":\"test-multicloud\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"e781706d-7e9d-4c15-b416-5445fc7b0fe5\"}" - headers: - Content-Length: - - "713" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:20:50 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 0df15aff-d2bf-4a76-9ac4-a1a9c1bf13d1 - status: 200 OK - code: 200 - duration: 90.106904ms -- id: 38 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/8430bc40-cdd3-4572-96ad-c2f65aa12b79 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 713 - body: "{\"region\":\"fr-par\", \"id\":\"8430bc40-cdd3-4572-96ad-c2f65aa12b79\", \"cluster_id\":\"06bfd950-07bf-40ed-a582-9d7204fdda6b\", \"created_at\":\"2025-10-30T16:20:04.770530Z\", \"updated_at\":\"2025-10-30T16:20:04.770530Z\", \"name\":\"test-multicloud\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"e781706d-7e9d-4c15-b416-5445fc7b0fe5\"}" - headers: - Content-Length: - - "713" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:20:55 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 2e5ee39e-b03b-4887-9155-5681b7f314a2 - status: 200 OK - code: 200 - duration: 87.242007ms -- id: 39 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/8430bc40-cdd3-4572-96ad-c2f65aa12b79 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 713 - body: "{\"region\":\"fr-par\", \"id\":\"8430bc40-cdd3-4572-96ad-c2f65aa12b79\", \"cluster_id\":\"06bfd950-07bf-40ed-a582-9d7204fdda6b\", \"created_at\":\"2025-10-30T16:20:04.770530Z\", \"updated_at\":\"2025-10-30T16:20:04.770530Z\", \"name\":\"test-multicloud\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"e781706d-7e9d-4c15-b416-5445fc7b0fe5\"}" - headers: - Content-Length: - - "713" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:21:00 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 6384a067-92c7-4de6-85cc-d260e9498dee - status: 200 OK - code: 200 - duration: 79.850524ms -- id: 40 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/8430bc40-cdd3-4572-96ad-c2f65aa12b79 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 713 - body: "{\"region\":\"fr-par\", \"id\":\"8430bc40-cdd3-4572-96ad-c2f65aa12b79\", \"cluster_id\":\"06bfd950-07bf-40ed-a582-9d7204fdda6b\", \"created_at\":\"2025-10-30T16:20:04.770530Z\", \"updated_at\":\"2025-10-30T16:20:04.770530Z\", \"name\":\"test-multicloud\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"e781706d-7e9d-4c15-b416-5445fc7b0fe5\"}" - headers: - Content-Length: - - "713" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:21:05 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 4d315f65-a910-4768-8e90-7280568a30f3 - status: 200 OK - code: 200 - duration: 92.103401ms -- id: 41 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/8430bc40-cdd3-4572-96ad-c2f65aa12b79 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 713 - body: "{\"region\":\"fr-par\", \"id\":\"8430bc40-cdd3-4572-96ad-c2f65aa12b79\", \"cluster_id\":\"06bfd950-07bf-40ed-a582-9d7204fdda6b\", \"created_at\":\"2025-10-30T16:20:04.770530Z\", \"updated_at\":\"2025-10-30T16:20:04.770530Z\", \"name\":\"test-multicloud\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"e781706d-7e9d-4c15-b416-5445fc7b0fe5\"}" - headers: - Content-Length: - - "713" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:21:11 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - cabb2437-17b2-4b6d-8249-4d49546d8323 - status: 200 OK - code: 200 - duration: 97.978337ms -- id: 42 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/8430bc40-cdd3-4572-96ad-c2f65aa12b79 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 713 - body: "{\"region\":\"fr-par\", \"id\":\"8430bc40-cdd3-4572-96ad-c2f65aa12b79\", \"cluster_id\":\"06bfd950-07bf-40ed-a582-9d7204fdda6b\", \"created_at\":\"2025-10-30T16:20:04.770530Z\", \"updated_at\":\"2025-10-30T16:20:04.770530Z\", \"name\":\"test-multicloud\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"e781706d-7e9d-4c15-b416-5445fc7b0fe5\"}" - headers: - Content-Length: - - "713" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:21:16 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - f680d43b-2324-4f2f-9869-17e85b1fd398 - status: 200 OK - code: 200 - duration: 80.048817ms -- id: 43 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/8430bc40-cdd3-4572-96ad-c2f65aa12b79 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 713 - body: "{\"region\":\"fr-par\", \"id\":\"8430bc40-cdd3-4572-96ad-c2f65aa12b79\", \"cluster_id\":\"06bfd950-07bf-40ed-a582-9d7204fdda6b\", \"created_at\":\"2025-10-30T16:20:04.770530Z\", \"updated_at\":\"2025-10-30T16:20:04.770530Z\", \"name\":\"test-multicloud\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"e781706d-7e9d-4c15-b416-5445fc7b0fe5\"}" - headers: - Content-Length: - - "713" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:21:21 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 41eba566-5f5a-406b-8800-c80815ea7a23 - status: 200 OK - code: 200 - duration: 97.125556ms -- id: 44 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/8430bc40-cdd3-4572-96ad-c2f65aa12b79 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 713 - body: "{\"region\":\"fr-par\", \"id\":\"8430bc40-cdd3-4572-96ad-c2f65aa12b79\", \"cluster_id\":\"06bfd950-07bf-40ed-a582-9d7204fdda6b\", \"created_at\":\"2025-10-30T16:20:04.770530Z\", \"updated_at\":\"2025-10-30T16:20:04.770530Z\", \"name\":\"test-multicloud\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"e781706d-7e9d-4c15-b416-5445fc7b0fe5\"}" - headers: - Content-Length: - - "713" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:21:26 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - c1aef77f-4e9a-40dd-84fa-6a90b37121e4 - status: 200 OK - code: 200 - duration: 83.260765ms -- id: 45 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/8430bc40-cdd3-4572-96ad-c2f65aa12b79 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 713 - body: "{\"region\":\"fr-par\", \"id\":\"8430bc40-cdd3-4572-96ad-c2f65aa12b79\", \"cluster_id\":\"06bfd950-07bf-40ed-a582-9d7204fdda6b\", \"created_at\":\"2025-10-30T16:20:04.770530Z\", \"updated_at\":\"2025-10-30T16:20:04.770530Z\", \"name\":\"test-multicloud\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"e781706d-7e9d-4c15-b416-5445fc7b0fe5\"}" - headers: - Content-Length: - - "713" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:21:31 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 38a81b10-6487-4540-a188-53358c818518 - status: 200 OK - code: 200 - duration: 93.554203ms -- id: 46 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/8430bc40-cdd3-4572-96ad-c2f65aa12b79 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 713 - body: "{\"region\":\"fr-par\", \"id\":\"8430bc40-cdd3-4572-96ad-c2f65aa12b79\", \"cluster_id\":\"06bfd950-07bf-40ed-a582-9d7204fdda6b\", \"created_at\":\"2025-10-30T16:20:04.770530Z\", \"updated_at\":\"2025-10-30T16:20:04.770530Z\", \"name\":\"test-multicloud\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"e781706d-7e9d-4c15-b416-5445fc7b0fe5\"}" - headers: - Content-Length: - - "713" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:21:36 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 378832ee-3201-4d43-a536-fba5b00b23b9 - status: 200 OK - code: 200 - duration: 88.582182ms -- id: 47 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/8430bc40-cdd3-4572-96ad-c2f65aa12b79 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 713 - body: "{\"region\":\"fr-par\", \"id\":\"8430bc40-cdd3-4572-96ad-c2f65aa12b79\", \"cluster_id\":\"06bfd950-07bf-40ed-a582-9d7204fdda6b\", \"created_at\":\"2025-10-30T16:20:04.770530Z\", \"updated_at\":\"2025-10-30T16:20:04.770530Z\", \"name\":\"test-multicloud\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"e781706d-7e9d-4c15-b416-5445fc7b0fe5\"}" - headers: - Content-Length: - - "713" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:21:41 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 4adafec1-bfee-4463-9f4c-2589c31214b6 - status: 200 OK - code: 200 - duration: 83.603788ms -- id: 48 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/8430bc40-cdd3-4572-96ad-c2f65aa12b79 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 713 - body: "{\"region\":\"fr-par\", \"id\":\"8430bc40-cdd3-4572-96ad-c2f65aa12b79\", \"cluster_id\":\"06bfd950-07bf-40ed-a582-9d7204fdda6b\", \"created_at\":\"2025-10-30T16:20:04.770530Z\", \"updated_at\":\"2025-10-30T16:20:04.770530Z\", \"name\":\"test-multicloud\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"e781706d-7e9d-4c15-b416-5445fc7b0fe5\"}" - headers: - Content-Length: - - "713" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:21:46 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 68c4ca8a-81da-4f86-9398-3fea6e64bfc4 - status: 200 OK - code: 200 - duration: 103.53183ms -- id: 49 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/8430bc40-cdd3-4572-96ad-c2f65aa12b79 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 713 - body: "{\"region\":\"fr-par\", \"id\":\"8430bc40-cdd3-4572-96ad-c2f65aa12b79\", \"cluster_id\":\"06bfd950-07bf-40ed-a582-9d7204fdda6b\", \"created_at\":\"2025-10-30T16:20:04.770530Z\", \"updated_at\":\"2025-10-30T16:20:04.770530Z\", \"name\":\"test-multicloud\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"e781706d-7e9d-4c15-b416-5445fc7b0fe5\"}" - headers: - Content-Length: - - "713" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:21:51 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - c59089be-7fed-4f4f-9430-b7ac39ca8f7d - status: 200 OK - code: 200 - duration: 71.71146ms -- id: 50 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/8430bc40-cdd3-4572-96ad-c2f65aa12b79 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 713 - body: "{\"region\":\"fr-par\", \"id\":\"8430bc40-cdd3-4572-96ad-c2f65aa12b79\", \"cluster_id\":\"06bfd950-07bf-40ed-a582-9d7204fdda6b\", \"created_at\":\"2025-10-30T16:20:04.770530Z\", \"updated_at\":\"2025-10-30T16:20:04.770530Z\", \"name\":\"test-multicloud\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"e781706d-7e9d-4c15-b416-5445fc7b0fe5\"}" - headers: - Content-Length: - - "713" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:21:56 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - b2da8cb3-c6b2-4dd9-967c-b3bcb7308f86 - status: 200 OK - code: 200 - duration: 103.671101ms -- id: 51 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/8430bc40-cdd3-4572-96ad-c2f65aa12b79 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 713 - body: "{\"region\":\"fr-par\", \"id\":\"8430bc40-cdd3-4572-96ad-c2f65aa12b79\", \"cluster_id\":\"06bfd950-07bf-40ed-a582-9d7204fdda6b\", \"created_at\":\"2025-10-30T16:20:04.770530Z\", \"updated_at\":\"2025-10-30T16:20:04.770530Z\", \"name\":\"test-multicloud\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"e781706d-7e9d-4c15-b416-5445fc7b0fe5\"}" - headers: - Content-Length: - - "713" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:22:01 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 78157efd-fa4b-4ed6-bbc9-97d07a3130e4 - status: 200 OK - code: 200 - duration: 74.135609ms -- id: 52 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/8430bc40-cdd3-4572-96ad-c2f65aa12b79 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 713 - body: "{\"region\":\"fr-par\", \"id\":\"8430bc40-cdd3-4572-96ad-c2f65aa12b79\", \"cluster_id\":\"06bfd950-07bf-40ed-a582-9d7204fdda6b\", \"created_at\":\"2025-10-30T16:20:04.770530Z\", \"updated_at\":\"2025-10-30T16:20:04.770530Z\", \"name\":\"test-multicloud\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"e781706d-7e9d-4c15-b416-5445fc7b0fe5\"}" - headers: - Content-Length: - - "713" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:22:07 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - c6512850-ae59-4432-98f6-9c9d38d269f7 - status: 200 OK - code: 200 - duration: 84.8083ms -- id: 53 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/8430bc40-cdd3-4572-96ad-c2f65aa12b79 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 713 - body: "{\"region\":\"fr-par\", \"id\":\"8430bc40-cdd3-4572-96ad-c2f65aa12b79\", \"cluster_id\":\"06bfd950-07bf-40ed-a582-9d7204fdda6b\", \"created_at\":\"2025-10-30T16:20:04.770530Z\", \"updated_at\":\"2025-10-30T16:20:04.770530Z\", \"name\":\"test-multicloud\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"e781706d-7e9d-4c15-b416-5445fc7b0fe5\"}" - headers: - Content-Length: - - "713" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:22:12 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 17c1e887-0117-4d11-88d8-9aded213c10a - status: 200 OK - code: 200 - duration: 98.079197ms -- id: 54 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/8430bc40-cdd3-4572-96ad-c2f65aa12b79 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 713 - body: "{\"region\":\"fr-par\", \"id\":\"8430bc40-cdd3-4572-96ad-c2f65aa12b79\", \"cluster_id\":\"06bfd950-07bf-40ed-a582-9d7204fdda6b\", \"created_at\":\"2025-10-30T16:20:04.770530Z\", \"updated_at\":\"2025-10-30T16:20:04.770530Z\", \"name\":\"test-multicloud\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"e781706d-7e9d-4c15-b416-5445fc7b0fe5\"}" - headers: - Content-Length: - - "713" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:22:17 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 1192d28f-fc1a-498f-a4e4-ed14e765b921 - status: 200 OK - code: 200 - duration: 127.010956ms -- id: 55 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/8430bc40-cdd3-4572-96ad-c2f65aa12b79 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 713 - body: "{\"region\":\"fr-par\", \"id\":\"8430bc40-cdd3-4572-96ad-c2f65aa12b79\", \"cluster_id\":\"06bfd950-07bf-40ed-a582-9d7204fdda6b\", \"created_at\":\"2025-10-30T16:20:04.770530Z\", \"updated_at\":\"2025-10-30T16:20:04.770530Z\", \"name\":\"test-multicloud\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"e781706d-7e9d-4c15-b416-5445fc7b0fe5\"}" - headers: - Content-Length: - - "713" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:22:22 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - d1126ba5-b9e6-47c8-8292-e4f5c3a85d5d - status: 200 OK - code: 200 - duration: 228.45039ms -- id: 56 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/8430bc40-cdd3-4572-96ad-c2f65aa12b79 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 713 - body: "{\"region\":\"fr-par\", \"id\":\"8430bc40-cdd3-4572-96ad-c2f65aa12b79\", \"cluster_id\":\"06bfd950-07bf-40ed-a582-9d7204fdda6b\", \"created_at\":\"2025-10-30T16:20:04.770530Z\", \"updated_at\":\"2025-10-30T16:20:04.770530Z\", \"name\":\"test-multicloud\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"e781706d-7e9d-4c15-b416-5445fc7b0fe5\"}" - headers: - Content-Length: - - "713" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:22:27 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - c42b80d7-7c68-4d98-a5ab-3a23629be2d0 - status: 200 OK - code: 200 - duration: 233.876874ms -- id: 57 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/8430bc40-cdd3-4572-96ad-c2f65aa12b79 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 713 - body: "{\"region\":\"fr-par\", \"id\":\"8430bc40-cdd3-4572-96ad-c2f65aa12b79\", \"cluster_id\":\"06bfd950-07bf-40ed-a582-9d7204fdda6b\", \"created_at\":\"2025-10-30T16:20:04.770530Z\", \"updated_at\":\"2025-10-30T16:20:04.770530Z\", \"name\":\"test-multicloud\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"e781706d-7e9d-4c15-b416-5445fc7b0fe5\"}" - headers: - Content-Length: - - "713" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:22:32 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 3d6d9e3b-2d05-4ab3-9397-b4ffb43366b6 - status: 200 OK - code: 200 - duration: 170.720932ms -- id: 58 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/8430bc40-cdd3-4572-96ad-c2f65aa12b79 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 713 - body: "{\"region\":\"fr-par\", \"id\":\"8430bc40-cdd3-4572-96ad-c2f65aa12b79\", \"cluster_id\":\"06bfd950-07bf-40ed-a582-9d7204fdda6b\", \"created_at\":\"2025-10-30T16:20:04.770530Z\", \"updated_at\":\"2025-10-30T16:20:04.770530Z\", \"name\":\"test-multicloud\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"e781706d-7e9d-4c15-b416-5445fc7b0fe5\"}" - headers: - Content-Length: - - "713" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:22:38 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 8c9ef21e-9a6c-417d-970d-30f58f474075 - status: 200 OK - code: 200 - duration: 82.099816ms -- id: 59 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/8430bc40-cdd3-4572-96ad-c2f65aa12b79 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 713 - body: "{\"region\":\"fr-par\", \"id\":\"8430bc40-cdd3-4572-96ad-c2f65aa12b79\", \"cluster_id\":\"06bfd950-07bf-40ed-a582-9d7204fdda6b\", \"created_at\":\"2025-10-30T16:20:04.770530Z\", \"updated_at\":\"2025-10-30T16:20:04.770530Z\", \"name\":\"test-multicloud\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"e781706d-7e9d-4c15-b416-5445fc7b0fe5\"}" - headers: - Content-Length: - - "713" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:22:43 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - c3054404-df9f-4066-a7af-3f5dd556e15c - status: 200 OK - code: 200 - duration: 85.070572ms -- id: 60 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/8430bc40-cdd3-4572-96ad-c2f65aa12b79 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 713 - body: "{\"region\":\"fr-par\", \"id\":\"8430bc40-cdd3-4572-96ad-c2f65aa12b79\", \"cluster_id\":\"06bfd950-07bf-40ed-a582-9d7204fdda6b\", \"created_at\":\"2025-10-30T16:20:04.770530Z\", \"updated_at\":\"2025-10-30T16:20:04.770530Z\", \"name\":\"test-multicloud\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"e781706d-7e9d-4c15-b416-5445fc7b0fe5\"}" - headers: - Content-Length: - - "713" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:22:48 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - dfa00b10-2971-4970-b2f8-4d8992310593 - status: 200 OK - code: 200 - duration: 85.807264ms -- id: 61 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/8430bc40-cdd3-4572-96ad-c2f65aa12b79 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 713 - body: "{\"region\":\"fr-par\", \"id\":\"8430bc40-cdd3-4572-96ad-c2f65aa12b79\", \"cluster_id\":\"06bfd950-07bf-40ed-a582-9d7204fdda6b\", \"created_at\":\"2025-10-30T16:20:04.770530Z\", \"updated_at\":\"2025-10-30T16:20:04.770530Z\", \"name\":\"test-multicloud\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"e781706d-7e9d-4c15-b416-5445fc7b0fe5\"}" - headers: - Content-Length: - - "713" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:22:53 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 11b6370c-88d9-4357-9a06-3545c7b0ef92 - status: 200 OK - code: 200 - duration: 94.352032ms -- id: 62 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/8430bc40-cdd3-4572-96ad-c2f65aa12b79 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 713 - body: "{\"region\":\"fr-par\", \"id\":\"8430bc40-cdd3-4572-96ad-c2f65aa12b79\", \"cluster_id\":\"06bfd950-07bf-40ed-a582-9d7204fdda6b\", \"created_at\":\"2025-10-30T16:20:04.770530Z\", \"updated_at\":\"2025-10-30T16:20:04.770530Z\", \"name\":\"test-multicloud\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"e781706d-7e9d-4c15-b416-5445fc7b0fe5\"}" - headers: - Content-Length: - - "713" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:22:58 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 00589aa8-5f5d-4c86-a198-ef0319cb9138 - status: 200 OK - code: 200 - duration: 96.950338ms -- id: 63 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/8430bc40-cdd3-4572-96ad-c2f65aa12b79 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 713 - body: "{\"region\":\"fr-par\", \"id\":\"8430bc40-cdd3-4572-96ad-c2f65aa12b79\", \"cluster_id\":\"06bfd950-07bf-40ed-a582-9d7204fdda6b\", \"created_at\":\"2025-10-30T16:20:04.770530Z\", \"updated_at\":\"2025-10-30T16:20:04.770530Z\", \"name\":\"test-multicloud\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"e781706d-7e9d-4c15-b416-5445fc7b0fe5\"}" - headers: - Content-Length: - - "713" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:23:03 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 35019c60-dba4-4339-9b1a-b36a05fa9f64 - status: 200 OK - code: 200 - duration: 81.400143ms -- id: 64 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/8430bc40-cdd3-4572-96ad-c2f65aa12b79 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 713 - body: "{\"region\":\"fr-par\", \"id\":\"8430bc40-cdd3-4572-96ad-c2f65aa12b79\", \"cluster_id\":\"06bfd950-07bf-40ed-a582-9d7204fdda6b\", \"created_at\":\"2025-10-30T16:20:04.770530Z\", \"updated_at\":\"2025-10-30T16:20:04.770530Z\", \"name\":\"test-multicloud\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"e781706d-7e9d-4c15-b416-5445fc7b0fe5\"}" - headers: - Content-Length: - - "713" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:23:08 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 1cfeb8f7-008f-41f1-b461-6e3e88b8635a - status: 200 OK - code: 200 - duration: 93.394845ms -- id: 65 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/8430bc40-cdd3-4572-96ad-c2f65aa12b79 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 713 - body: "{\"region\":\"fr-par\", \"id\":\"8430bc40-cdd3-4572-96ad-c2f65aa12b79\", \"cluster_id\":\"06bfd950-07bf-40ed-a582-9d7204fdda6b\", \"created_at\":\"2025-10-30T16:20:04.770530Z\", \"updated_at\":\"2025-10-30T16:20:04.770530Z\", \"name\":\"test-multicloud\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"e781706d-7e9d-4c15-b416-5445fc7b0fe5\"}" - headers: - Content-Length: - - "713" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:23:13 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 5f0c5574-a779-428f-bae4-21a23a3d6f0b - status: 200 OK - code: 200 - duration: 79.725681ms -- id: 66 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/8430bc40-cdd3-4572-96ad-c2f65aa12b79 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 713 - body: "{\"region\":\"fr-par\", \"id\":\"8430bc40-cdd3-4572-96ad-c2f65aa12b79\", \"cluster_id\":\"06bfd950-07bf-40ed-a582-9d7204fdda6b\", \"created_at\":\"2025-10-30T16:20:04.770530Z\", \"updated_at\":\"2025-10-30T16:20:04.770530Z\", \"name\":\"test-multicloud\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"e781706d-7e9d-4c15-b416-5445fc7b0fe5\"}" - headers: - Content-Length: - - "713" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:23:18 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 2feeb807-d473-45cf-bd54-ec12d65b0ecb - status: 200 OK - code: 200 - duration: 90.843606ms -- id: 67 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/8430bc40-cdd3-4572-96ad-c2f65aa12b79 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 713 - body: "{\"region\":\"fr-par\", \"id\":\"8430bc40-cdd3-4572-96ad-c2f65aa12b79\", \"cluster_id\":\"06bfd950-07bf-40ed-a582-9d7204fdda6b\", \"created_at\":\"2025-10-30T16:20:04.770530Z\", \"updated_at\":\"2025-10-30T16:20:04.770530Z\", \"name\":\"test-multicloud\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"e781706d-7e9d-4c15-b416-5445fc7b0fe5\"}" - headers: - Content-Length: - - "713" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:23:23 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 9200271e-a419-4240-8064-b0d8afa2f276 - status: 200 OK - code: 200 - duration: 95.609682ms -- id: 68 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/8430bc40-cdd3-4572-96ad-c2f65aa12b79 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 713 - body: "{\"region\":\"fr-par\", \"id\":\"8430bc40-cdd3-4572-96ad-c2f65aa12b79\", \"cluster_id\":\"06bfd950-07bf-40ed-a582-9d7204fdda6b\", \"created_at\":\"2025-10-30T16:20:04.770530Z\", \"updated_at\":\"2025-10-30T16:20:04.770530Z\", \"name\":\"test-multicloud\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"e781706d-7e9d-4c15-b416-5445fc7b0fe5\"}" - headers: - Content-Length: - - "713" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:23:28 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - d83ea131-0c0f-4ff4-b51d-db381e515004 - status: 200 OK - code: 200 - duration: 84.542421ms -- id: 69 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/8430bc40-cdd3-4572-96ad-c2f65aa12b79 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 713 - body: "{\"region\":\"fr-par\", \"id\":\"8430bc40-cdd3-4572-96ad-c2f65aa12b79\", \"cluster_id\":\"06bfd950-07bf-40ed-a582-9d7204fdda6b\", \"created_at\":\"2025-10-30T16:20:04.770530Z\", \"updated_at\":\"2025-10-30T16:20:04.770530Z\", \"name\":\"test-multicloud\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"e781706d-7e9d-4c15-b416-5445fc7b0fe5\"}" - headers: - Content-Length: - - "713" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:23:34 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - e835d746-80a5-4292-9018-aa41dbe07b54 - status: 200 OK - code: 200 - duration: 85.47458ms -- id: 70 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/8430bc40-cdd3-4572-96ad-c2f65aa12b79 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 713 - body: "{\"region\":\"fr-par\", \"id\":\"8430bc40-cdd3-4572-96ad-c2f65aa12b79\", \"cluster_id\":\"06bfd950-07bf-40ed-a582-9d7204fdda6b\", \"created_at\":\"2025-10-30T16:20:04.770530Z\", \"updated_at\":\"2025-10-30T16:20:04.770530Z\", \"name\":\"test-multicloud\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"e781706d-7e9d-4c15-b416-5445fc7b0fe5\"}" - headers: - Content-Length: - - "713" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:23:39 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 88567e54-a37d-4582-8c42-c05e2c95d5e9 - status: 200 OK - code: 200 - duration: 81.245403ms -- id: 71 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/8430bc40-cdd3-4572-96ad-c2f65aa12b79 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 713 - body: "{\"region\":\"fr-par\", \"id\":\"8430bc40-cdd3-4572-96ad-c2f65aa12b79\", \"cluster_id\":\"06bfd950-07bf-40ed-a582-9d7204fdda6b\", \"created_at\":\"2025-10-30T16:20:04.770530Z\", \"updated_at\":\"2025-10-30T16:20:04.770530Z\", \"name\":\"test-multicloud\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"e781706d-7e9d-4c15-b416-5445fc7b0fe5\"}" - headers: - Content-Length: - - "713" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:23:44 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 2005c8ab-f111-4a9d-9f47-bd8080cf46d2 - status: 200 OK - code: 200 - duration: 79.318826ms -- id: 72 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/8430bc40-cdd3-4572-96ad-c2f65aa12b79 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 711 - body: "{\"region\":\"fr-par\", \"id\":\"8430bc40-cdd3-4572-96ad-c2f65aa12b79\", \"cluster_id\":\"06bfd950-07bf-40ed-a582-9d7204fdda6b\", \"created_at\":\"2025-10-30T16:20:04.770530Z\", \"updated_at\":\"2025-10-30T16:23:45.087626Z\", \"name\":\"test-multicloud\", \"status\":\"ready\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"e781706d-7e9d-4c15-b416-5445fc7b0fe5\"}" - headers: - Content-Length: - - "711" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:23:49 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - e56c6e64-376d-4eef-b08c-d7653af12098 - status: 200 OK - code: 200 - duration: 88.884339ms -- id: 73 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/06bfd950-07bf-40ed-a582-9d7204fdda6b - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1547 - body: "{\"region\":\"fr-par\", \"id\":\"06bfd950-07bf-40ed-a582-9d7204fdda6b\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:17.388390Z\", \"updated_at\":\"2025-10-30T16:20:02.520617Z\", \"type\":\"multicloud\", \"name\":\"test-multicloud\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[], \"cluster_url\":\"https://06bfd950-07bf-40ed-a582-9d7204fdda6b.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.06bfd950-07bf-40ed-a582-9d7204fdda6b.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-10-30T16:18:17.388405Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"f1bff4d0-bd86-4358-8c0b-ffcb5e034a38\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1547" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:23:49 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - ca8fd944-dd25-4798-bcb6-9cdb92a4f9d5 - status: 200 OK - code: 200 - duration: 26.88613ms -- id: 74 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/8430bc40-cdd3-4572-96ad-c2f65aa12b79 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 711 - body: "{\"region\":\"fr-par\", \"id\":\"8430bc40-cdd3-4572-96ad-c2f65aa12b79\", \"cluster_id\":\"06bfd950-07bf-40ed-a582-9d7204fdda6b\", \"created_at\":\"2025-10-30T16:20:04.770530Z\", \"updated_at\":\"2025-10-30T16:23:45.087626Z\", \"name\":\"test-multicloud\", \"status\":\"ready\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"e781706d-7e9d-4c15-b416-5445fc7b0fe5\"}" - headers: - Content-Length: - - "711" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:23:49 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 1ef34ad5-8436-4934-a47b-55198e7ea4bb - status: 200 OK - code: 200 - duration: 77.497168ms -- id: 75 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - form: - order_by: - - created_at_asc - page: - - "1" - pool_id: - - 8430bc40-cdd3-4572-96ad-c2f65aa12b79 - status: - - unknown - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/06bfd950-07bf-40ed-a582-9d7204fdda6b/nodes?order_by=created_at_asc&page=1&pool_id=8430bc40-cdd3-4572-96ad-c2f65aa12b79&status=unknown - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 618 - body: "{\"total_count\":1, \"nodes\":[{\"region\":\"fr-par\", \"id\":\"444266c1-7a84-4283-824a-2fae23a4f596\", \"cluster_id\":\"06bfd950-07bf-40ed-a582-9d7204fdda6b\", \"created_at\":\"2025-10-30T16:22:32.021633Z\", \"updated_at\":\"2025-10-30T16:23:45.072102Z\", \"pool_id\":\"8430bc40-cdd3-4572-96ad-c2f65aa12b79\", \"status\":\"ready\", \"conditions\":{\"DiskPressure\":\"False\", \"MemoryPressure\":\"False\", \"PIDPressure\":\"False\", \"Ready\":\"True\"}, \"name\":\"scw-test-multicloud-test-multicloud-444266c17a\", \"public_ip_v4\":\"51.158.97.50\", \"public_ip_v6\":null, \"provider_id\":\"scaleway://instance/fr-par-1/561b7d5a-8487-432e-b009-242d42760f87\", \"error_message\":\"\"}]}" - headers: - Content-Length: - - "618" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:23:49 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 11ede52e-96df-4c70-9e2f-288519ab7805 - status: 200 OK - code: 200 - duration: 21.421965ms -- id: 76 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/06bfd950-07bf-40ed-a582-9d7204fdda6b - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1547 - body: "{\"region\":\"fr-par\", \"id\":\"06bfd950-07bf-40ed-a582-9d7204fdda6b\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:17.388390Z\", \"updated_at\":\"2025-10-30T16:20:02.520617Z\", \"type\":\"multicloud\", \"name\":\"test-multicloud\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[], \"cluster_url\":\"https://06bfd950-07bf-40ed-a582-9d7204fdda6b.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.06bfd950-07bf-40ed-a582-9d7204fdda6b.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-10-30T16:18:17.388405Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"f1bff4d0-bd86-4358-8c0b-ffcb5e034a38\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1547" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:23:49 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 1983e267-62f1-4e5b-82b2-00993839bf61 - status: 200 OK - code: 200 - duration: 22.14364ms -- id: 77 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - form: - order_by: - - created_at_desc - project_id: - - 105bdce1-64c0-48ab-899d-868455867ecf - resource_name: - - scw-test-multicloud-test-multicloud-444266c17a - resource_type: - - unknown_type - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/ipam/v1/regions/fr-par/ips?order_by=created_at_desc&project_id=105bdce1-64c0-48ab-899d-868455867ecf&resource_name=scw-test-multicloud-test-multicloud-444266c17a&resource_type=unknown_type - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 27 - body: "{\"total_count\":0, \"ips\":[]}" - headers: - Content-Length: - - "27" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:23:49 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 93fceb7e-6f12-4086-84ea-ff561b15a1e6 - status: 200 OK - code: 200 - duration: 136.186157ms -- id: 78 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/06bfd950-07bf-40ed-a582-9d7204fdda6b - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1547 - body: "{\"region\":\"fr-par\", \"id\":\"06bfd950-07bf-40ed-a582-9d7204fdda6b\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:17.388390Z\", \"updated_at\":\"2025-10-30T16:20:02.520617Z\", \"type\":\"multicloud\", \"name\":\"test-multicloud\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[], \"cluster_url\":\"https://06bfd950-07bf-40ed-a582-9d7204fdda6b.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.06bfd950-07bf-40ed-a582-9d7204fdda6b.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-10-30T16:18:17.388405Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"f1bff4d0-bd86-4358-8c0b-ffcb5e034a38\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1547" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:23:49 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 3b57c84d-689a-421f-a2c2-ac4be3db3c16 - status: 200 OK - code: 200 - duration: 25.217219ms -- id: 79 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/06bfd950-07bf-40ed-a582-9d7204fdda6b - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1547 - body: "{\"region\":\"fr-par\", \"id\":\"06bfd950-07bf-40ed-a582-9d7204fdda6b\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:17.388390Z\", \"updated_at\":\"2025-10-30T16:20:02.520617Z\", \"type\":\"multicloud\", \"name\":\"test-multicloud\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[], \"cluster_url\":\"https://06bfd950-07bf-40ed-a582-9d7204fdda6b.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.06bfd950-07bf-40ed-a582-9d7204fdda6b.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-10-30T16:18:17.388405Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"f1bff4d0-bd86-4358-8c0b-ffcb5e034a38\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1547" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:23:49 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 059dd572-01ba-49a5-955e-0b06f253610e - status: 200 OK - code: 200 - duration: 30.448105ms -- id: 80 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/06bfd950-07bf-40ed-a582-9d7204fdda6b/kubeconfig - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1662 - body: "{\"name\":\"kubeconfig\", \"content_type\":\"application/octet-stream\", \"content\":\"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogInRlc3QtbXVsdGljbG91ZCIKICBjbHVzdGVyOgogICAgY2VydGlmaWNhdGUtYXV0aG9yaXR5LWRhdGE6IExTMHRMUzFDUlVkSlRpQkRSVkpVU1VaSlEwRlVSUzB0TFMwdENrMUpTVUpZUkVORFFWRkhaMEYzU1VKQlowbENRVVJCUzBKblozRm9hMnBQVUZGUlJFRnFRVlpOVWsxM1JWRlpSRlpSVVVSRmQzQnlaRmRLYkdOdE5Xd0taRWRXZWsxQ05GaEVWRWt4VFZSQmVVOVVSVEpOVkdkNFRqRnZXRVJVVFRGTlZFRjVUMVJGTWsxVVozaE9NVzkzUmxSRlZFMUNSVWRCTVZWRlFYaE5Td3BoTTFacFdsaEtkVnBZVW14amVrSmFUVUpOUjBKNWNVZFRUVFE1UVdkRlIwTkRjVWRUVFRRNVFYZEZTRUV3U1VGQ1NrWXJPR2RKV2xOTlVWRmpXR0ZzQ2xweFZHSkVVazVLYlVSd1ExUkphVTFSUTJscVkyMUdhVzlxVG5KR1IzVnJWbXBuWWpkM09UZzBZblJQZEVKRFJqUTViRUZ2Vm1rMkwwa3ZSVlYyV2tVS1dYWnZTV2RIY1dwUmFrSkJUVUUwUjBFeFZXUkVkMFZDTDNkUlJVRjNTVU53UkVGUVFtZE9Wa2hTVFVKQlpqaEZRbFJCUkVGUlNDOU5RakJIUVRGVlpBcEVaMUZYUWtKVGRVSmFMMWhsZEhveGJsVnhZMWhvUTJoRVRFSnlaa1F5Y1docVFVdENaMmR4YUd0cVQxQlJVVVJCWjA1S1FVUkNSMEZwUlVGbmRYVlBDbEpuTjBaNGVGUTRXazgyVEZBeWJESXdWakpJYWsxcWFGWlVSMnB2V25ocFpHUlROM0JWT0VOSlVVTnJhMGMyVDBwSU5HVlVRbk5LVGs1a2QwNTRXVWNLYkVoYU56SjBURUp1TVhScVZFOTZiMEpSYld4S1FUMDlDaTB0TFMwdFJVNUVJRU5GVWxSSlJrbERRVlJGTFMwdExTMEsKICAgIHNlcnZlcjogaHR0cHM6Ly8wNmJmZDk1MC0wN2JmLTQwZWQtYTU4Mi05ZDcyMDRmZGRhNmIuYXBpLms4cy5mci1wYXIuc2N3LmNsb3VkOjY0NDMKY29udGV4dHM6Ci0gbmFtZTogYWRtaW5AdGVzdC1tdWx0aWNsb3VkCiAgY29udGV4dDoKICAgIGNsdXN0ZXI6ICJ0ZXN0LW11bHRpY2xvdWQiCiAgICB1c2VyOiB0ZXN0LW11bHRpY2xvdWQtYWRtaW4KY3VycmVudC1jb250ZXh0OiBhZG1pbkB0ZXN0LW11bHRpY2xvdWQKa2luZDogQ29uZmlnCnByZWZlcmVuY2VzOiB7fQp1c2VyczoKLSBuYW1lOiB0ZXN0LW11bHRpY2xvdWQtYWRtaW4KICB1c2VyOgogICAgdG9rZW46IDB6bGZyV2M4WWRFcUUwbDhUVEdYWk9UaGlyWHJNZThHUkY1T2owSExieUFyZ3lRWHhuaE9ZeFNn\"}" - headers: - Content-Length: - - "1662" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:23:49 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 812e0426-7229-4eb5-9676-b37b2039e159 - status: 200 OK - code: 200 - duration: 85.002274ms -- id: 81 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/8430bc40-cdd3-4572-96ad-c2f65aa12b79 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 711 - body: "{\"region\":\"fr-par\", \"id\":\"8430bc40-cdd3-4572-96ad-c2f65aa12b79\", \"cluster_id\":\"06bfd950-07bf-40ed-a582-9d7204fdda6b\", \"created_at\":\"2025-10-30T16:20:04.770530Z\", \"updated_at\":\"2025-10-30T16:23:45.087626Z\", \"name\":\"test-multicloud\", \"status\":\"ready\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"e781706d-7e9d-4c15-b416-5445fc7b0fe5\"}" - headers: - Content-Length: - - "711" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:23:49 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 560dffa4-d9b8-49d7-bf50-6f4085f3214c - status: 200 OK - code: 200 - duration: 26.35323ms -- id: 82 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - form: - order_by: - - created_at_asc - page: - - "1" - pool_id: - - 8430bc40-cdd3-4572-96ad-c2f65aa12b79 - status: - - unknown - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/06bfd950-07bf-40ed-a582-9d7204fdda6b/nodes?order_by=created_at_asc&page=1&pool_id=8430bc40-cdd3-4572-96ad-c2f65aa12b79&status=unknown - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 618 - body: "{\"total_count\":1, \"nodes\":[{\"region\":\"fr-par\", \"id\":\"444266c1-7a84-4283-824a-2fae23a4f596\", \"cluster_id\":\"06bfd950-07bf-40ed-a582-9d7204fdda6b\", \"created_at\":\"2025-10-30T16:22:32.021633Z\", \"updated_at\":\"2025-10-30T16:23:45.072102Z\", \"pool_id\":\"8430bc40-cdd3-4572-96ad-c2f65aa12b79\", \"status\":\"ready\", \"conditions\":{\"DiskPressure\":\"False\", \"MemoryPressure\":\"False\", \"PIDPressure\":\"False\", \"Ready\":\"True\"}, \"name\":\"scw-test-multicloud-test-multicloud-444266c17a\", \"public_ip_v4\":\"51.158.97.50\", \"public_ip_v6\":null, \"provider_id\":\"scaleway://instance/fr-par-1/561b7d5a-8487-432e-b009-242d42760f87\", \"error_message\":\"\"}]}" - headers: - Content-Length: - - "618" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:23:49 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 6d154a72-57dd-44d7-b03a-6e2bfbe6c7c6 - status: 200 OK - code: 200 - duration: 23.07619ms -- id: 83 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/06bfd950-07bf-40ed-a582-9d7204fdda6b - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1547 - body: "{\"region\":\"fr-par\", \"id\":\"06bfd950-07bf-40ed-a582-9d7204fdda6b\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:17.388390Z\", \"updated_at\":\"2025-10-30T16:20:02.520617Z\", \"type\":\"multicloud\", \"name\":\"test-multicloud\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[], \"cluster_url\":\"https://06bfd950-07bf-40ed-a582-9d7204fdda6b.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.06bfd950-07bf-40ed-a582-9d7204fdda6b.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-10-30T16:18:17.388405Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"f1bff4d0-bd86-4358-8c0b-ffcb5e034a38\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1547" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:23:49 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - ed882174-c0e8-40d9-909f-bbc08deb74b1 - status: 200 OK - code: 200 - duration: 21.066407ms -- id: 84 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - form: - order_by: - - created_at_desc - project_id: - - 105bdce1-64c0-48ab-899d-868455867ecf - resource_name: - - scw-test-multicloud-test-multicloud-444266c17a - resource_type: - - unknown_type - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/ipam/v1/regions/fr-par/ips?order_by=created_at_desc&project_id=105bdce1-64c0-48ab-899d-868455867ecf&resource_name=scw-test-multicloud-test-multicloud-444266c17a&resource_type=unknown_type - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 27 - body: "{\"total_count\":0, \"ips\":[]}" - headers: - Content-Length: - - "27" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:23:50 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 5d61bfd5-178c-4e3e-bd27-e8ab1289ea10 - status: 200 OK - code: 200 - duration: 28.726925ms -- id: 85 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/8430bc40-cdd3-4572-96ad-c2f65aa12b79 - method: DELETE - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 714 - body: "{\"region\":\"fr-par\", \"id\":\"8430bc40-cdd3-4572-96ad-c2f65aa12b79\", \"cluster_id\":\"06bfd950-07bf-40ed-a582-9d7204fdda6b\", \"created_at\":\"2025-10-30T16:20:04.770530Z\", \"updated_at\":\"2025-10-30T16:23:50.217972Z\", \"name\":\"test-multicloud\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"e781706d-7e9d-4c15-b416-5445fc7b0fe5\"}" - headers: - Content-Length: - - "714" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:23:50 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - b46dbae8-9f31-468f-913f-9acd4c58f114 - status: 200 OK - code: 200 - duration: 45.791312ms -- id: 86 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/8430bc40-cdd3-4572-96ad-c2f65aa12b79 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 714 - body: "{\"region\":\"fr-par\", \"id\":\"8430bc40-cdd3-4572-96ad-c2f65aa12b79\", \"cluster_id\":\"06bfd950-07bf-40ed-a582-9d7204fdda6b\", \"created_at\":\"2025-10-30T16:20:04.770530Z\", \"updated_at\":\"2025-10-30T16:23:50.217972Z\", \"name\":\"test-multicloud\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"e781706d-7e9d-4c15-b416-5445fc7b0fe5\"}" - headers: - Content-Length: - - "714" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:23:50 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 09b5b895-53e8-4723-abd1-35fd0d4927b2 - status: 200 OK - code: 200 - duration: 26.682809ms -- id: 87 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/8430bc40-cdd3-4572-96ad-c2f65aa12b79 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 714 - body: "{\"region\":\"fr-par\", \"id\":\"8430bc40-cdd3-4572-96ad-c2f65aa12b79\", \"cluster_id\":\"06bfd950-07bf-40ed-a582-9d7204fdda6b\", \"created_at\":\"2025-10-30T16:20:04.770530Z\", \"updated_at\":\"2025-10-30T16:23:50.217972Z\", \"name\":\"test-multicloud\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"e781706d-7e9d-4c15-b416-5445fc7b0fe5\"}" - headers: - Content-Length: - - "714" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:23:55 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - adbb5d6b-2a38-43b0-a01e-a4b8e1deb6f1 - status: 200 OK - code: 200 - duration: 107.107611ms -- id: 88 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/8430bc40-cdd3-4572-96ad-c2f65aa12b79 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 714 - body: "{\"region\":\"fr-par\", \"id\":\"8430bc40-cdd3-4572-96ad-c2f65aa12b79\", \"cluster_id\":\"06bfd950-07bf-40ed-a582-9d7204fdda6b\", \"created_at\":\"2025-10-30T16:20:04.770530Z\", \"updated_at\":\"2025-10-30T16:23:50.217972Z\", \"name\":\"test-multicloud\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"e781706d-7e9d-4c15-b416-5445fc7b0fe5\"}" - headers: - Content-Length: - - "714" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:24:00 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 1998e1a1-bfb2-4491-9940-00c08d107035 - status: 200 OK - code: 200 - duration: 79.412413ms -- id: 89 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/8430bc40-cdd3-4572-96ad-c2f65aa12b79 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 714 - body: "{\"region\":\"fr-par\", \"id\":\"8430bc40-cdd3-4572-96ad-c2f65aa12b79\", \"cluster_id\":\"06bfd950-07bf-40ed-a582-9d7204fdda6b\", \"created_at\":\"2025-10-30T16:20:04.770530Z\", \"updated_at\":\"2025-10-30T16:23:50.217972Z\", \"name\":\"test-multicloud\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"e781706d-7e9d-4c15-b416-5445fc7b0fe5\"}" - headers: - Content-Length: - - "714" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:24:05 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - fa60896d-a57a-4ee5-ad36-47cad31a824b - status: 200 OK - code: 200 - duration: 83.55607ms -- id: 90 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/8430bc40-cdd3-4572-96ad-c2f65aa12b79 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 714 - body: "{\"region\":\"fr-par\", \"id\":\"8430bc40-cdd3-4572-96ad-c2f65aa12b79\", \"cluster_id\":\"06bfd950-07bf-40ed-a582-9d7204fdda6b\", \"created_at\":\"2025-10-30T16:20:04.770530Z\", \"updated_at\":\"2025-10-30T16:23:50.217972Z\", \"name\":\"test-multicloud\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"e781706d-7e9d-4c15-b416-5445fc7b0fe5\"}" - headers: - Content-Length: - - "714" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:24:10 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 0c144a42-25ca-4a6b-82fd-0fcfd9434792 - status: 200 OK - code: 200 - duration: 71.929439ms -- id: 91 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/8430bc40-cdd3-4572-96ad-c2f65aa12b79 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 714 - body: "{\"region\":\"fr-par\", \"id\":\"8430bc40-cdd3-4572-96ad-c2f65aa12b79\", \"cluster_id\":\"06bfd950-07bf-40ed-a582-9d7204fdda6b\", \"created_at\":\"2025-10-30T16:20:04.770530Z\", \"updated_at\":\"2025-10-30T16:23:50.217972Z\", \"name\":\"test-multicloud\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"e781706d-7e9d-4c15-b416-5445fc7b0fe5\"}" - headers: - Content-Length: - - "714" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:24:15 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 49fb8532-1890-4ec2-b4f2-e35e0132bde7 - status: 200 OK - code: 200 - duration: 83.96669ms -- id: 92 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/8430bc40-cdd3-4572-96ad-c2f65aa12b79 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 714 - body: "{\"region\":\"fr-par\", \"id\":\"8430bc40-cdd3-4572-96ad-c2f65aa12b79\", \"cluster_id\":\"06bfd950-07bf-40ed-a582-9d7204fdda6b\", \"created_at\":\"2025-10-30T16:20:04.770530Z\", \"updated_at\":\"2025-10-30T16:23:50.217972Z\", \"name\":\"test-multicloud\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"e781706d-7e9d-4c15-b416-5445fc7b0fe5\"}" - headers: - Content-Length: - - "714" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:24:20 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 04b91860-ee9c-4d6a-90cf-98d97fe9b42e - status: 200 OK - code: 200 - duration: 75.804732ms -- id: 93 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/8430bc40-cdd3-4572-96ad-c2f65aa12b79 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 714 - body: "{\"region\":\"fr-par\", \"id\":\"8430bc40-cdd3-4572-96ad-c2f65aa12b79\", \"cluster_id\":\"06bfd950-07bf-40ed-a582-9d7204fdda6b\", \"created_at\":\"2025-10-30T16:20:04.770530Z\", \"updated_at\":\"2025-10-30T16:23:50.217972Z\", \"name\":\"test-multicloud\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"e781706d-7e9d-4c15-b416-5445fc7b0fe5\"}" - headers: - Content-Length: - - "714" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:24:25 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - e06b316b-2377-4747-ac9a-4d8dece99a78 - status: 200 OK - code: 200 - duration: 83.68938ms -- id: 94 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/8430bc40-cdd3-4572-96ad-c2f65aa12b79 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 714 - body: "{\"region\":\"fr-par\", \"id\":\"8430bc40-cdd3-4572-96ad-c2f65aa12b79\", \"cluster_id\":\"06bfd950-07bf-40ed-a582-9d7204fdda6b\", \"created_at\":\"2025-10-30T16:20:04.770530Z\", \"updated_at\":\"2025-10-30T16:23:50.217972Z\", \"name\":\"test-multicloud\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"e781706d-7e9d-4c15-b416-5445fc7b0fe5\"}" - headers: - Content-Length: - - "714" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:24:30 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 455d5fcc-7816-40da-92c8-7a2741f2b0ef - status: 200 OK - code: 200 - duration: 89.248202ms -- id: 95 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/8430bc40-cdd3-4572-96ad-c2f65aa12b79 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 714 - body: "{\"region\":\"fr-par\", \"id\":\"8430bc40-cdd3-4572-96ad-c2f65aa12b79\", \"cluster_id\":\"06bfd950-07bf-40ed-a582-9d7204fdda6b\", \"created_at\":\"2025-10-30T16:20:04.770530Z\", \"updated_at\":\"2025-10-30T16:23:50.217972Z\", \"name\":\"test-multicloud\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"e781706d-7e9d-4c15-b416-5445fc7b0fe5\"}" - headers: - Content-Length: - - "714" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:24:36 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - b9483815-a3c3-400b-b606-639e7c00b561 - status: 200 OK - code: 200 - duration: 80.838429ms -- id: 96 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/8430bc40-cdd3-4572-96ad-c2f65aa12b79 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 714 - body: "{\"region\":\"fr-par\", \"id\":\"8430bc40-cdd3-4572-96ad-c2f65aa12b79\", \"cluster_id\":\"06bfd950-07bf-40ed-a582-9d7204fdda6b\", \"created_at\":\"2025-10-30T16:20:04.770530Z\", \"updated_at\":\"2025-10-30T16:23:50.217972Z\", \"name\":\"test-multicloud\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"e781706d-7e9d-4c15-b416-5445fc7b0fe5\"}" - headers: - Content-Length: - - "714" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:24:41 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 258da016-bfbb-446c-b5f9-d239b4a49f2b - status: 200 OK - code: 200 - duration: 101.594675ms -- id: 97 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/8430bc40-cdd3-4572-96ad-c2f65aa12b79 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 714 - body: "{\"region\":\"fr-par\", \"id\":\"8430bc40-cdd3-4572-96ad-c2f65aa12b79\", \"cluster_id\":\"06bfd950-07bf-40ed-a582-9d7204fdda6b\", \"created_at\":\"2025-10-30T16:20:04.770530Z\", \"updated_at\":\"2025-10-30T16:23:50.217972Z\", \"name\":\"test-multicloud\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"e781706d-7e9d-4c15-b416-5445fc7b0fe5\"}" - headers: - Content-Length: - - "714" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:24:46 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - ddf1436b-b9b6-4cb4-a26d-0e6aaac1782c - status: 200 OK - code: 200 - duration: 82.220724ms -- id: 98 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/8430bc40-cdd3-4572-96ad-c2f65aa12b79 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 714 - body: "{\"region\":\"fr-par\", \"id\":\"8430bc40-cdd3-4572-96ad-c2f65aa12b79\", \"cluster_id\":\"06bfd950-07bf-40ed-a582-9d7204fdda6b\", \"created_at\":\"2025-10-30T16:20:04.770530Z\", \"updated_at\":\"2025-10-30T16:23:50.217972Z\", \"name\":\"test-multicloud\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"e781706d-7e9d-4c15-b416-5445fc7b0fe5\"}" - headers: - Content-Length: - - "714" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:24:51 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - f07c08f6-b55b-41bd-9312-33b169324c69 - status: 200 OK - code: 200 - duration: 92.60853ms -- id: 99 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/8430bc40-cdd3-4572-96ad-c2f65aa12b79 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 714 - body: "{\"region\":\"fr-par\", \"id\":\"8430bc40-cdd3-4572-96ad-c2f65aa12b79\", \"cluster_id\":\"06bfd950-07bf-40ed-a582-9d7204fdda6b\", \"created_at\":\"2025-10-30T16:20:04.770530Z\", \"updated_at\":\"2025-10-30T16:23:50.217972Z\", \"name\":\"test-multicloud\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"e781706d-7e9d-4c15-b416-5445fc7b0fe5\"}" - headers: - Content-Length: - - "714" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:24:56 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 812fb9f2-1f07-4e9d-a05b-1f043d026c61 - status: 200 OK - code: 200 - duration: 99.324414ms -- id: 100 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/8430bc40-cdd3-4572-96ad-c2f65aa12b79 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 714 - body: "{\"region\":\"fr-par\", \"id\":\"8430bc40-cdd3-4572-96ad-c2f65aa12b79\", \"cluster_id\":\"06bfd950-07bf-40ed-a582-9d7204fdda6b\", \"created_at\":\"2025-10-30T16:20:04.770530Z\", \"updated_at\":\"2025-10-30T16:23:50.217972Z\", \"name\":\"test-multicloud\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"e781706d-7e9d-4c15-b416-5445fc7b0fe5\"}" - headers: - Content-Length: - - "714" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:25:01 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 277bd422-8845-4108-8b21-8588cf6fa80f - status: 200 OK - code: 200 - duration: 87.047813ms -- id: 101 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/8430bc40-cdd3-4572-96ad-c2f65aa12b79 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 714 - body: "{\"region\":\"fr-par\", \"id\":\"8430bc40-cdd3-4572-96ad-c2f65aa12b79\", \"cluster_id\":\"06bfd950-07bf-40ed-a582-9d7204fdda6b\", \"created_at\":\"2025-10-30T16:20:04.770530Z\", \"updated_at\":\"2025-10-30T16:23:50.217972Z\", \"name\":\"test-multicloud\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"e781706d-7e9d-4c15-b416-5445fc7b0fe5\"}" - headers: - Content-Length: - - "714" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:25:06 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 267e76c7-faf0-4fdd-9698-f50e77917155 - status: 200 OK - code: 200 - duration: 84.942091ms -- id: 102 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/8430bc40-cdd3-4572-96ad-c2f65aa12b79 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 714 - body: "{\"region\":\"fr-par\", \"id\":\"8430bc40-cdd3-4572-96ad-c2f65aa12b79\", \"cluster_id\":\"06bfd950-07bf-40ed-a582-9d7204fdda6b\", \"created_at\":\"2025-10-30T16:20:04.770530Z\", \"updated_at\":\"2025-10-30T16:23:50.217972Z\", \"name\":\"test-multicloud\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"e781706d-7e9d-4c15-b416-5445fc7b0fe5\"}" - headers: - Content-Length: - - "714" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:25:11 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - e614de78-63ce-4401-9e1d-0fac49254b30 - status: 200 OK - code: 200 - duration: 95.008393ms -- id: 103 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/8430bc40-cdd3-4572-96ad-c2f65aa12b79 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 714 - body: "{\"region\":\"fr-par\", \"id\":\"8430bc40-cdd3-4572-96ad-c2f65aa12b79\", \"cluster_id\":\"06bfd950-07bf-40ed-a582-9d7204fdda6b\", \"created_at\":\"2025-10-30T16:20:04.770530Z\", \"updated_at\":\"2025-10-30T16:23:50.217972Z\", \"name\":\"test-multicloud\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"e781706d-7e9d-4c15-b416-5445fc7b0fe5\"}" - headers: - Content-Length: - - "714" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:25:16 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 479c4f1d-4342-485e-ac53-6d69d3bdff5f - status: 200 OK - code: 200 - duration: 82.072015ms -- id: 104 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/8430bc40-cdd3-4572-96ad-c2f65aa12b79 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 714 - body: "{\"region\":\"fr-par\", \"id\":\"8430bc40-cdd3-4572-96ad-c2f65aa12b79\", \"cluster_id\":\"06bfd950-07bf-40ed-a582-9d7204fdda6b\", \"created_at\":\"2025-10-30T16:20:04.770530Z\", \"updated_at\":\"2025-10-30T16:23:50.217972Z\", \"name\":\"test-multicloud\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"e781706d-7e9d-4c15-b416-5445fc7b0fe5\"}" - headers: - Content-Length: - - "714" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:25:21 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - a891451a-b386-4d8d-a310-004402e296dd - status: 200 OK - code: 200 - duration: 88.054362ms -- id: 105 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/8430bc40-cdd3-4572-96ad-c2f65aa12b79 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 714 - body: "{\"region\":\"fr-par\", \"id\":\"8430bc40-cdd3-4572-96ad-c2f65aa12b79\", \"cluster_id\":\"06bfd950-07bf-40ed-a582-9d7204fdda6b\", \"created_at\":\"2025-10-30T16:20:04.770530Z\", \"updated_at\":\"2025-10-30T16:23:50.217972Z\", \"name\":\"test-multicloud\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"e781706d-7e9d-4c15-b416-5445fc7b0fe5\"}" - headers: - Content-Length: - - "714" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:25:26 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - b1bec336-596e-4646-9f2a-0205191a9762 - status: 200 OK - code: 200 - duration: 78.72384ms -- id: 106 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/8430bc40-cdd3-4572-96ad-c2f65aa12b79 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 714 - body: "{\"region\":\"fr-par\", \"id\":\"8430bc40-cdd3-4572-96ad-c2f65aa12b79\", \"cluster_id\":\"06bfd950-07bf-40ed-a582-9d7204fdda6b\", \"created_at\":\"2025-10-30T16:20:04.770530Z\", \"updated_at\":\"2025-10-30T16:23:50.217972Z\", \"name\":\"test-multicloud\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"e781706d-7e9d-4c15-b416-5445fc7b0fe5\"}" - headers: - Content-Length: - - "714" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:25:32 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - b275e646-a5df-49b3-be04-de5d3437041b - status: 200 OK - code: 200 - duration: 83.342549ms -- id: 107 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/8430bc40-cdd3-4572-96ad-c2f65aa12b79 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 714 - body: "{\"region\":\"fr-par\", \"id\":\"8430bc40-cdd3-4572-96ad-c2f65aa12b79\", \"cluster_id\":\"06bfd950-07bf-40ed-a582-9d7204fdda6b\", \"created_at\":\"2025-10-30T16:20:04.770530Z\", \"updated_at\":\"2025-10-30T16:23:50.217972Z\", \"name\":\"test-multicloud\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"e781706d-7e9d-4c15-b416-5445fc7b0fe5\"}" - headers: - Content-Length: - - "714" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:25:37 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 40285b87-0e95-46c2-9fac-bf07484bc687 - status: 200 OK - code: 200 - duration: 75.573228ms -- id: 108 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/8430bc40-cdd3-4572-96ad-c2f65aa12b79 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 714 - body: "{\"region\":\"fr-par\", \"id\":\"8430bc40-cdd3-4572-96ad-c2f65aa12b79\", \"cluster_id\":\"06bfd950-07bf-40ed-a582-9d7204fdda6b\", \"created_at\":\"2025-10-30T16:20:04.770530Z\", \"updated_at\":\"2025-10-30T16:23:50.217972Z\", \"name\":\"test-multicloud\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"e781706d-7e9d-4c15-b416-5445fc7b0fe5\"}" - headers: - Content-Length: - - "714" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:25:42 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 4c5fc102-9a6f-47de-9127-40f24c80a1b3 - status: 200 OK - code: 200 - duration: 91.981242ms -- id: 109 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/8430bc40-cdd3-4572-96ad-c2f65aa12b79 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 714 - body: "{\"region\":\"fr-par\", \"id\":\"8430bc40-cdd3-4572-96ad-c2f65aa12b79\", \"cluster_id\":\"06bfd950-07bf-40ed-a582-9d7204fdda6b\", \"created_at\":\"2025-10-30T16:20:04.770530Z\", \"updated_at\":\"2025-10-30T16:23:50.217972Z\", \"name\":\"test-multicloud\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"e781706d-7e9d-4c15-b416-5445fc7b0fe5\"}" - headers: - Content-Length: - - "714" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:25:47 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - f5abc622-b8f7-4470-89e5-9122e9095a7e - status: 200 OK - code: 200 - duration: 99.920613ms -- id: 110 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/8430bc40-cdd3-4572-96ad-c2f65aa12b79 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 714 - body: "{\"region\":\"fr-par\", \"id\":\"8430bc40-cdd3-4572-96ad-c2f65aa12b79\", \"cluster_id\":\"06bfd950-07bf-40ed-a582-9d7204fdda6b\", \"created_at\":\"2025-10-30T16:20:04.770530Z\", \"updated_at\":\"2025-10-30T16:23:50.217972Z\", \"name\":\"test-multicloud\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"e781706d-7e9d-4c15-b416-5445fc7b0fe5\"}" - headers: - Content-Length: - - "714" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:25:52 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - ee51b6e2-ac64-4eba-934d-0f7c3e8dfe6a - status: 200 OK - code: 200 - duration: 77.821747ms -- id: 111 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/8430bc40-cdd3-4572-96ad-c2f65aa12b79 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 714 - body: "{\"region\":\"fr-par\", \"id\":\"8430bc40-cdd3-4572-96ad-c2f65aa12b79\", \"cluster_id\":\"06bfd950-07bf-40ed-a582-9d7204fdda6b\", \"created_at\":\"2025-10-30T16:20:04.770530Z\", \"updated_at\":\"2025-10-30T16:23:50.217972Z\", \"name\":\"test-multicloud\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"e781706d-7e9d-4c15-b416-5445fc7b0fe5\"}" - headers: - Content-Length: - - "714" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:25:57 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 28d66f8e-f797-4348-ae69-e85216eeaa1e - status: 200 OK - code: 200 - duration: 99.113858ms -- id: 112 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/8430bc40-cdd3-4572-96ad-c2f65aa12b79 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 125 - body: "{\"message\":\"resource is not found\",\"resource\":\"pool\",\"resource_id\":\"8430bc40-cdd3-4572-96ad-c2f65aa12b79\",\"type\":\"not_found\"}" - headers: - Content-Length: - - "125" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:26:02 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - dd7b6366-37a2-4751-84d6-75e89006bd84 - status: 404 Not Found - code: 404 - duration: 31.975391ms -- id: 113 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - form: - with_additional_resources: - - "false" - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/06bfd950-07bf-40ed-a582-9d7204fdda6b?with_additional_resources=false - method: DELETE - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1551 - body: "{\"region\":\"fr-par\", \"id\":\"06bfd950-07bf-40ed-a582-9d7204fdda6b\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:17.388390Z\", \"updated_at\":\"2025-10-30T16:26:02.597406Z\", \"type\":\"multicloud\", \"name\":\"test-multicloud\", \"description\":\"\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[], \"cluster_url\":\"https://06bfd950-07bf-40ed-a582-9d7204fdda6b.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.06bfd950-07bf-40ed-a582-9d7204fdda6b.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-10-30T16:18:17.388405Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"f1bff4d0-bd86-4358-8c0b-ffcb5e034a38\", \"new_images_enabled\":false, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1551" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:26:02 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - f1f06986-2d90-4055-8694-8af170451354 - status: 200 OK - code: 200 - duration: 147.631488ms -- id: 114 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/06bfd950-07bf-40ed-a582-9d7204fdda6b - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1550 - body: "{\"region\":\"fr-par\", \"id\":\"06bfd950-07bf-40ed-a582-9d7204fdda6b\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:17.388390Z\", \"updated_at\":\"2025-10-30T16:26:02.597406Z\", \"type\":\"multicloud\", \"name\":\"test-multicloud\", \"description\":\"\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[], \"cluster_url\":\"https://06bfd950-07bf-40ed-a582-9d7204fdda6b.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.06bfd950-07bf-40ed-a582-9d7204fdda6b.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-10-30T16:18:17.388405Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"f1bff4d0-bd86-4358-8c0b-ffcb5e034a38\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1550" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:26:02 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - d6dbd1a8-49b9-42d6-9c95-a15f20fa7898 - status: 200 OK - code: 200 - duration: 85.708479ms -- id: 115 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/06bfd950-07bf-40ed-a582-9d7204fdda6b - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1550 - body: "{\"region\":\"fr-par\", \"id\":\"06bfd950-07bf-40ed-a582-9d7204fdda6b\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:17.388390Z\", \"updated_at\":\"2025-10-30T16:26:02.597406Z\", \"type\":\"multicloud\", \"name\":\"test-multicloud\", \"description\":\"\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[], \"cluster_url\":\"https://06bfd950-07bf-40ed-a582-9d7204fdda6b.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.06bfd950-07bf-40ed-a582-9d7204fdda6b.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-10-30T16:18:17.388405Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"f1bff4d0-bd86-4358-8c0b-ffcb5e034a38\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1550" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:26:07 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - dda3a48c-2049-46a2-8956-65531fde7bb2 - status: 200 OK - code: 200 - duration: 87.572407ms -- id: 116 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/06bfd950-07bf-40ed-a582-9d7204fdda6b - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1550 - body: "{\"region\":\"fr-par\", \"id\":\"06bfd950-07bf-40ed-a582-9d7204fdda6b\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:17.388390Z\", \"updated_at\":\"2025-10-30T16:26:02.597406Z\", \"type\":\"multicloud\", \"name\":\"test-multicloud\", \"description\":\"\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[], \"cluster_url\":\"https://06bfd950-07bf-40ed-a582-9d7204fdda6b.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.06bfd950-07bf-40ed-a582-9d7204fdda6b.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-10-30T16:18:17.388405Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"f1bff4d0-bd86-4358-8c0b-ffcb5e034a38\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1550" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:26:12 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 070e7570-ea3a-4f89-b1f1-45ce894bfb21 - status: 200 OK - code: 200 - duration: 102.757077ms -- id: 117 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/06bfd950-07bf-40ed-a582-9d7204fdda6b - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1550 - body: "{\"region\":\"fr-par\", \"id\":\"06bfd950-07bf-40ed-a582-9d7204fdda6b\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:17.388390Z\", \"updated_at\":\"2025-10-30T16:26:02.597406Z\", \"type\":\"multicloud\", \"name\":\"test-multicloud\", \"description\":\"\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[], \"cluster_url\":\"https://06bfd950-07bf-40ed-a582-9d7204fdda6b.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.06bfd950-07bf-40ed-a582-9d7204fdda6b.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-10-30T16:18:17.388405Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"f1bff4d0-bd86-4358-8c0b-ffcb5e034a38\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1550" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:26:18 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 7fdc0059-e038-4c23-9c81-6c0e74c35d8c - status: 200 OK - code: 200 - duration: 91.691668ms -- id: 118 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/06bfd950-07bf-40ed-a582-9d7204fdda6b - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1550 - body: "{\"region\":\"fr-par\", \"id\":\"06bfd950-07bf-40ed-a582-9d7204fdda6b\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:17.388390Z\", \"updated_at\":\"2025-10-30T16:26:02.597406Z\", \"type\":\"multicloud\", \"name\":\"test-multicloud\", \"description\":\"\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[], \"cluster_url\":\"https://06bfd950-07bf-40ed-a582-9d7204fdda6b.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.06bfd950-07bf-40ed-a582-9d7204fdda6b.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-10-30T16:18:17.388405Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"f1bff4d0-bd86-4358-8c0b-ffcb5e034a38\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1550" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:26:23 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - efc77471-72df-4855-a353-2c9d24959cdf - status: 200 OK - code: 200 - duration: 102.632452ms -- id: 119 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/06bfd950-07bf-40ed-a582-9d7204fdda6b - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1550 - body: "{\"region\":\"fr-par\", \"id\":\"06bfd950-07bf-40ed-a582-9d7204fdda6b\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:17.388390Z\", \"updated_at\":\"2025-10-30T16:26:02.597406Z\", \"type\":\"multicloud\", \"name\":\"test-multicloud\", \"description\":\"\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[], \"cluster_url\":\"https://06bfd950-07bf-40ed-a582-9d7204fdda6b.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.06bfd950-07bf-40ed-a582-9d7204fdda6b.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-10-30T16:18:17.388405Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"f1bff4d0-bd86-4358-8c0b-ffcb5e034a38\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1550" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:26:28 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 294491e6-3fbd-4d36-84e2-3a8fc6a4a5f0 - status: 200 OK - code: 200 - duration: 102.142303ms -- id: 120 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/06bfd950-07bf-40ed-a582-9d7204fdda6b - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1550 - body: "{\"region\":\"fr-par\", \"id\":\"06bfd950-07bf-40ed-a582-9d7204fdda6b\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:17.388390Z\", \"updated_at\":\"2025-10-30T16:26:02.597406Z\", \"type\":\"multicloud\", \"name\":\"test-multicloud\", \"description\":\"\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[], \"cluster_url\":\"https://06bfd950-07bf-40ed-a582-9d7204fdda6b.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.06bfd950-07bf-40ed-a582-9d7204fdda6b.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-10-30T16:18:17.388405Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"f1bff4d0-bd86-4358-8c0b-ffcb5e034a38\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1550" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:26:33 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - ed25a057-6831-4972-a074-812504ad1e18 - status: 200 OK - code: 200 - duration: 94.965002ms -- id: 121 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/06bfd950-07bf-40ed-a582-9d7204fdda6b - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1550 - body: "{\"region\":\"fr-par\", \"id\":\"06bfd950-07bf-40ed-a582-9d7204fdda6b\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:17.388390Z\", \"updated_at\":\"2025-10-30T16:26:02.597406Z\", \"type\":\"multicloud\", \"name\":\"test-multicloud\", \"description\":\"\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[], \"cluster_url\":\"https://06bfd950-07bf-40ed-a582-9d7204fdda6b.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.06bfd950-07bf-40ed-a582-9d7204fdda6b.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-10-30T16:18:17.388405Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"f1bff4d0-bd86-4358-8c0b-ffcb5e034a38\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1550" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:26:38 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - a84dcb50-0357-497d-b39d-58af2f0bb693 - status: 200 OK - code: 200 - duration: 100.643189ms -- id: 122 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/06bfd950-07bf-40ed-a582-9d7204fdda6b - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1550 - body: "{\"region\":\"fr-par\", \"id\":\"06bfd950-07bf-40ed-a582-9d7204fdda6b\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:17.388390Z\", \"updated_at\":\"2025-10-30T16:26:02.597406Z\", \"type\":\"multicloud\", \"name\":\"test-multicloud\", \"description\":\"\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[], \"cluster_url\":\"https://06bfd950-07bf-40ed-a582-9d7204fdda6b.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.06bfd950-07bf-40ed-a582-9d7204fdda6b.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-10-30T16:18:17.388405Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"f1bff4d0-bd86-4358-8c0b-ffcb5e034a38\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1550" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:26:43 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - b36f4282-4e59-498e-9ffa-8c2ba0db5886 - status: 200 OK - code: 200 - duration: 101.02722ms -- id: 123 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/06bfd950-07bf-40ed-a582-9d7204fdda6b - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1550 - body: "{\"region\":\"fr-par\", \"id\":\"06bfd950-07bf-40ed-a582-9d7204fdda6b\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:17.388390Z\", \"updated_at\":\"2025-10-30T16:26:02.597406Z\", \"type\":\"multicloud\", \"name\":\"test-multicloud\", \"description\":\"\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[], \"cluster_url\":\"https://06bfd950-07bf-40ed-a582-9d7204fdda6b.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.06bfd950-07bf-40ed-a582-9d7204fdda6b.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-10-30T16:18:17.388405Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"f1bff4d0-bd86-4358-8c0b-ffcb5e034a38\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1550" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:26:48 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - b66bf0f3-b37d-46ea-95c7-374e0f57d427 - status: 200 OK - code: 200 - duration: 103.398189ms -- id: 124 + - dd7b6366-37a2-4751-84d6-75e89006bd84 + status: 404 Not Found + code: 404 + duration: 31.975391ms +- id: 25 request: proto: HTTP/1.1 proto_major: 1 proto_minor: 1 content_length: 0 host: api.scaleway.com + form: + with_additional_resources: + - "false" headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/06bfd950-07bf-40ed-a582-9d7204fdda6b - method: GET + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/06bfd950-07bf-40ed-a582-9d7204fdda6b?with_additional_resources=false + method: DELETE response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 1550 - body: "{\"region\":\"fr-par\", \"id\":\"06bfd950-07bf-40ed-a582-9d7204fdda6b\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:17.388390Z\", \"updated_at\":\"2025-10-30T16:26:02.597406Z\", \"type\":\"multicloud\", \"name\":\"test-multicloud\", \"description\":\"\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[], \"cluster_url\":\"https://06bfd950-07bf-40ed-a582-9d7204fdda6b.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.06bfd950-07bf-40ed-a582-9d7204fdda6b.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-10-30T16:18:17.388405Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"f1bff4d0-bd86-4358-8c0b-ffcb5e034a38\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + content_length: 1551 + body: "{\"region\":\"fr-par\", \"id\":\"06bfd950-07bf-40ed-a582-9d7204fdda6b\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:17.388390Z\", \"updated_at\":\"2025-10-30T16:26:02.597406Z\", \"type\":\"multicloud\", \"name\":\"test-multicloud\", \"description\":\"\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[], \"cluster_url\":\"https://06bfd950-07bf-40ed-a582-9d7204fdda6b.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.06bfd950-07bf-40ed-a582-9d7204fdda6b.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-10-30T16:18:17.388405Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"f1bff4d0-bd86-4358-8c0b-ffcb5e034a38\", \"new_images_enabled\":false, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" headers: Content-Length: - - "1550" + - "1551" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:26:53 GMT + - Thu, 30 Oct 2025 16:26:02 GMT Server: - Scaleway API Gateway (fr-par-3;edge03) X-Request-Id: - - 7ec4fad3-daa0-46f8-bb11-0159ef0900f2 + - f1f06986-2d90-4055-8694-8af170451354 status: 200 OK code: 200 - duration: 83.965268ms -- id: 125 + duration: 147.631488ms +- id: 26 request: proto: HTTP/1.1 proto_major: 1 @@ -4070,15 +902,15 @@ interactions: Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:26:58 GMT + - Thu, 30 Oct 2025 16:26:02 GMT Server: - Scaleway API Gateway (fr-par-3;edge03) X-Request-Id: - - ec50d926-38cb-4cd4-9564-a540225a4a0f + - d6dbd1a8-49b9-42d6-9c95-a15f20fa7898 status: 200 OK code: 200 - duration: 89.77911ms -- id: 126 + duration: 85.708479ms +- id: 27 request: proto: HTTP/1.1 proto_major: 1 @@ -4110,7 +942,7 @@ interactions: status: 404 Not Found code: 404 duration: 22.223519ms -- id: 127 +- id: 28 request: proto: HTTP/1.1 proto_major: 1 diff --git a/internal/services/k8s/testdata/cluster-networking.cassette.yaml b/internal/services/k8s/testdata/cluster-networking.cassette.yaml index b7d7561bee..24298b5522 100644 --- a/internal/services/k8s/testdata/cluster-networking.cassette.yaml +++ b/internal/services/k8s/testdata/cluster-networking.cassette.yaml @@ -725,70 +725,6 @@ interactions: code: 200 duration: 96.860099ms - id: 22 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/0f66ccf1-683e-49d8-8e29-6a52b79d13ed - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1637 - body: "{\"region\":\"fr-par\", \"id\":\"0f66ccf1-683e-49d8-8e29-6a52b79d13ed\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:53:24.138675Z\", \"updated_at\":\"2025-10-30T16:53:30.461321Z\", \"type\":\"kapsule\", \"name\":\"test-networking\", \"description\":\"\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"networking\"], \"cluster_url\":\"https://0f66ccf1-683e-49d8-8e29-6a52b79d13ed.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.0f66ccf1-683e-49d8-8e29-6a52b79d13ed.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"7337983b-dcdd-4bfe-bfb5-37de52df211c\", \"commitment_ends_at\":\"2025-10-30T16:53:24.138683Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"d970a9f9-a81f-455b-8094-5b80641f0a34\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1637" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:53:35 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - 7909a5bb-7a8d-47c8-b29c-376dead01261 - status: 200 OK - code: 200 - duration: 87.683225ms -- id: 23 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/0f66ccf1-683e-49d8-8e29-6a52b79d13ed - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1637 - body: "{\"region\":\"fr-par\", \"id\":\"0f66ccf1-683e-49d8-8e29-6a52b79d13ed\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:53:24.138675Z\", \"updated_at\":\"2025-10-30T16:53:30.461321Z\", \"type\":\"kapsule\", \"name\":\"test-networking\", \"description\":\"\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"networking\"], \"cluster_url\":\"https://0f66ccf1-683e-49d8-8e29-6a52b79d13ed.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.0f66ccf1-683e-49d8-8e29-6a52b79d13ed.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"7337983b-dcdd-4bfe-bfb5-37de52df211c\", \"commitment_ends_at\":\"2025-10-30T16:53:24.138683Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"d970a9f9-a81f-455b-8094-5b80641f0a34\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1637" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:53:40 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - 32f8cbb6-bba4-47c5-844f-ccca2dd53089 - status: 200 OK - code: 200 - duration: 84.316588ms -- id: 24 request: proto: HTTP/1.1 proto_major: 1 @@ -820,7 +756,7 @@ interactions: status: 404 Not Found code: 404 duration: 24.442374ms -- id: 25 +- id: 23 request: proto: HTTP/1.1 proto_major: 1 @@ -855,7 +791,7 @@ interactions: status: 200 OK code: 200 duration: 355.025751ms -- id: 26 +- id: 24 request: proto: HTTP/1.1 proto_major: 1 @@ -887,7 +823,7 @@ interactions: status: 200 OK code: 200 duration: 84.580783ms -- id: 27 +- id: 25 request: proto: HTTP/1.1 proto_major: 1 @@ -919,7 +855,7 @@ interactions: status: 200 OK code: 200 duration: 97.495862ms -- id: 28 +- id: 26 request: proto: HTTP/1.1 proto_major: 1 @@ -958,7 +894,7 @@ interactions: status: 200 OK code: 200 duration: 81.007186ms -- id: 29 +- id: 27 request: proto: HTTP/1.1 proto_major: 1 @@ -990,7 +926,7 @@ interactions: status: 200 OK code: 200 duration: 24.269009ms -- id: 30 +- id: 28 request: proto: HTTP/1.1 proto_major: 1 @@ -1022,7 +958,7 @@ interactions: status: 200 OK code: 200 duration: 82.460674ms -- id: 31 +- id: 29 request: proto: HTTP/1.1 proto_major: 1 @@ -1054,7 +990,7 @@ interactions: status: 200 OK code: 200 duration: 23.083834ms -- id: 32 +- id: 30 request: proto: HTTP/1.1 proto_major: 1 @@ -1086,7 +1022,7 @@ interactions: status: 200 OK code: 200 duration: 22.515388ms -- id: 33 +- id: 31 request: proto: HTTP/1.1 proto_major: 1 @@ -1118,7 +1054,7 @@ interactions: status: 200 OK code: 200 duration: 24.579461ms -- id: 34 +- id: 32 request: proto: HTTP/1.1 proto_major: 1 @@ -1150,7 +1086,7 @@ interactions: status: 200 OK code: 200 duration: 25.645041ms -- id: 35 +- id: 33 request: proto: HTTP/1.1 proto_major: 1 @@ -1182,7 +1118,7 @@ interactions: status: 200 OK code: 200 duration: 96.023008ms -- id: 36 +- id: 34 request: proto: HTTP/1.1 proto_major: 1 @@ -1214,7 +1150,7 @@ interactions: status: 200 OK code: 200 duration: 30.664622ms -- id: 37 +- id: 35 request: proto: HTTP/1.1 proto_major: 1 @@ -1246,7 +1182,7 @@ interactions: status: 200 OK code: 200 duration: 25.107723ms -- id: 38 +- id: 36 request: proto: HTTP/1.1 proto_major: 1 @@ -1278,7 +1214,7 @@ interactions: status: 200 OK code: 200 duration: 23.52423ms -- id: 39 +- id: 37 request: proto: HTTP/1.1 proto_major: 1 @@ -1310,7 +1246,7 @@ interactions: status: 200 OK code: 200 duration: 20.430304ms -- id: 40 +- id: 38 request: proto: HTTP/1.1 proto_major: 1 @@ -1345,7 +1281,7 @@ interactions: status: 200 OK code: 200 duration: 102.539118ms -- id: 41 +- id: 39 request: proto: HTTP/1.1 proto_major: 1 @@ -1377,199 +1313,7 @@ interactions: status: 200 OK code: 200 duration: 91.166473ms -- id: 42 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/188cf5f8-dbce-4644-a186-1d6c3f73269e - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1636 - body: "{\"region\":\"fr-par\", \"id\":\"188cf5f8-dbce-4644-a186-1d6c3f73269e\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:53:46.197706Z\", \"updated_at\":\"2025-10-30T16:53:52.508241Z\", \"type\":\"kapsule\", \"name\":\"test-networking\", \"description\":\"\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"networking\"], \"cluster_url\":\"https://188cf5f8-dbce-4644-a186-1d6c3f73269e.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.188cf5f8-dbce-4644-a186-1d6c3f73269e.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"7337983b-dcdd-4bfe-bfb5-37de52df211c\", \"commitment_ends_at\":\"2025-10-30T16:53:46.197720Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"62bc1222-db86-4253-95f6-a2dc1e650efe\", \"new_images_enabled\":true, \"pod_cidr\":\"10.11.0.0/16\", \"service_cidr\":\"10.12.0.0/16\", \"service_dns_ip\":\"10.12.0.10\"}" - headers: - Content-Length: - - "1636" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:53:57 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - 538e0c08-e9e3-45e0-bb6e-0c62f0aecb40 - status: 200 OK - code: 200 - duration: 86.64587ms -- id: 43 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/188cf5f8-dbce-4644-a186-1d6c3f73269e - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1636 - body: "{\"region\":\"fr-par\", \"id\":\"188cf5f8-dbce-4644-a186-1d6c3f73269e\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:53:46.197706Z\", \"updated_at\":\"2025-10-30T16:53:52.508241Z\", \"type\":\"kapsule\", \"name\":\"test-networking\", \"description\":\"\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"networking\"], \"cluster_url\":\"https://188cf5f8-dbce-4644-a186-1d6c3f73269e.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.188cf5f8-dbce-4644-a186-1d6c3f73269e.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"7337983b-dcdd-4bfe-bfb5-37de52df211c\", \"commitment_ends_at\":\"2025-10-30T16:53:46.197720Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"62bc1222-db86-4253-95f6-a2dc1e650efe\", \"new_images_enabled\":true, \"pod_cidr\":\"10.11.0.0/16\", \"service_cidr\":\"10.12.0.0/16\", \"service_dns_ip\":\"10.12.0.10\"}" - headers: - Content-Length: - - "1636" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:54:02 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - 47c899ba-2365-4200-adcf-f049538442f2 - status: 200 OK - code: 200 - duration: 152.837719ms -- id: 44 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/188cf5f8-dbce-4644-a186-1d6c3f73269e - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1636 - body: "{\"region\":\"fr-par\", \"id\":\"188cf5f8-dbce-4644-a186-1d6c3f73269e\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:53:46.197706Z\", \"updated_at\":\"2025-10-30T16:53:52.508241Z\", \"type\":\"kapsule\", \"name\":\"test-networking\", \"description\":\"\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"networking\"], \"cluster_url\":\"https://188cf5f8-dbce-4644-a186-1d6c3f73269e.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.188cf5f8-dbce-4644-a186-1d6c3f73269e.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"7337983b-dcdd-4bfe-bfb5-37de52df211c\", \"commitment_ends_at\":\"2025-10-30T16:53:46.197720Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"62bc1222-db86-4253-95f6-a2dc1e650efe\", \"new_images_enabled\":true, \"pod_cidr\":\"10.11.0.0/16\", \"service_cidr\":\"10.12.0.0/16\", \"service_dns_ip\":\"10.12.0.10\"}" - headers: - Content-Length: - - "1636" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:54:08 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - df22277d-48fe-4ad3-8d9e-f93c9f41cf5c - status: 200 OK - code: 200 - duration: 119.378162ms -- id: 45 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/188cf5f8-dbce-4644-a186-1d6c3f73269e - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1636 - body: "{\"region\":\"fr-par\", \"id\":\"188cf5f8-dbce-4644-a186-1d6c3f73269e\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:53:46.197706Z\", \"updated_at\":\"2025-10-30T16:53:52.508241Z\", \"type\":\"kapsule\", \"name\":\"test-networking\", \"description\":\"\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"networking\"], \"cluster_url\":\"https://188cf5f8-dbce-4644-a186-1d6c3f73269e.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.188cf5f8-dbce-4644-a186-1d6c3f73269e.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"7337983b-dcdd-4bfe-bfb5-37de52df211c\", \"commitment_ends_at\":\"2025-10-30T16:53:46.197720Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"62bc1222-db86-4253-95f6-a2dc1e650efe\", \"new_images_enabled\":true, \"pod_cidr\":\"10.11.0.0/16\", \"service_cidr\":\"10.12.0.0/16\", \"service_dns_ip\":\"10.12.0.10\"}" - headers: - Content-Length: - - "1636" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:54:13 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - f7d937a6-7a54-42ec-88dd-aeb213f76d31 - status: 200 OK - code: 200 - duration: 104.208741ms -- id: 46 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/188cf5f8-dbce-4644-a186-1d6c3f73269e - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1636 - body: "{\"region\":\"fr-par\", \"id\":\"188cf5f8-dbce-4644-a186-1d6c3f73269e\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:53:46.197706Z\", \"updated_at\":\"2025-10-30T16:53:52.508241Z\", \"type\":\"kapsule\", \"name\":\"test-networking\", \"description\":\"\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"networking\"], \"cluster_url\":\"https://188cf5f8-dbce-4644-a186-1d6c3f73269e.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.188cf5f8-dbce-4644-a186-1d6c3f73269e.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"7337983b-dcdd-4bfe-bfb5-37de52df211c\", \"commitment_ends_at\":\"2025-10-30T16:53:46.197720Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"62bc1222-db86-4253-95f6-a2dc1e650efe\", \"new_images_enabled\":true, \"pod_cidr\":\"10.11.0.0/16\", \"service_cidr\":\"10.12.0.0/16\", \"service_dns_ip\":\"10.12.0.10\"}" - headers: - Content-Length: - - "1636" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:54:18 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - ea632277-2113-4d6f-92c7-0d2d3f5e42dd - status: 200 OK - code: 200 - duration: 99.124019ms -- id: 47 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/188cf5f8-dbce-4644-a186-1d6c3f73269e - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1636 - body: "{\"region\":\"fr-par\", \"id\":\"188cf5f8-dbce-4644-a186-1d6c3f73269e\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:53:46.197706Z\", \"updated_at\":\"2025-10-30T16:53:52.508241Z\", \"type\":\"kapsule\", \"name\":\"test-networking\", \"description\":\"\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"networking\"], \"cluster_url\":\"https://188cf5f8-dbce-4644-a186-1d6c3f73269e.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.188cf5f8-dbce-4644-a186-1d6c3f73269e.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"7337983b-dcdd-4bfe-bfb5-37de52df211c\", \"commitment_ends_at\":\"2025-10-30T16:53:46.197720Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"62bc1222-db86-4253-95f6-a2dc1e650efe\", \"new_images_enabled\":true, \"pod_cidr\":\"10.11.0.0/16\", \"service_cidr\":\"10.12.0.0/16\", \"service_dns_ip\":\"10.12.0.10\"}" - headers: - Content-Length: - - "1636" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:54:23 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - c25d6f81-fa30-44c5-b4c8-d6a6b95d3a1e - status: 200 OK - code: 200 - duration: 107.609654ms -- id: 48 +- id: 40 request: proto: HTTP/1.1 proto_major: 1 @@ -1601,7 +1345,7 @@ interactions: status: 404 Not Found code: 404 duration: 33.015614ms -- id: 49 +- id: 41 request: proto: HTTP/1.1 proto_major: 1 @@ -1636,7 +1380,7 @@ interactions: status: 200 OK code: 200 duration: 324.331203ms -- id: 50 +- id: 42 request: proto: HTTP/1.1 proto_major: 1 @@ -1668,7 +1412,7 @@ interactions: status: 200 OK code: 200 duration: 85.733887ms -- id: 51 +- id: 43 request: proto: HTTP/1.1 proto_major: 1 @@ -1700,7 +1444,7 @@ interactions: status: 200 OK code: 200 duration: 103.815321ms -- id: 52 +- id: 44 request: proto: HTTP/1.1 proto_major: 1 @@ -1739,7 +1483,7 @@ interactions: status: 200 OK code: 200 duration: 93.561089ms -- id: 53 +- id: 45 request: proto: HTTP/1.1 proto_major: 1 @@ -1771,7 +1515,7 @@ interactions: status: 200 OK code: 200 duration: 34.899139ms -- id: 54 +- id: 46 request: proto: HTTP/1.1 proto_major: 1 @@ -1803,7 +1547,7 @@ interactions: status: 200 OK code: 200 duration: 78.068611ms -- id: 55 +- id: 47 request: proto: HTTP/1.1 proto_major: 1 @@ -1835,7 +1579,7 @@ interactions: status: 200 OK code: 200 duration: 26.973274ms -- id: 56 +- id: 48 request: proto: HTTP/1.1 proto_major: 1 @@ -1867,7 +1611,7 @@ interactions: status: 200 OK code: 200 duration: 27.509701ms -- id: 57 +- id: 49 request: proto: HTTP/1.1 proto_major: 1 @@ -1899,7 +1643,7 @@ interactions: status: 200 OK code: 200 duration: 26.91821ms -- id: 58 +- id: 50 request: proto: HTTP/1.1 proto_major: 1 @@ -1931,7 +1675,7 @@ interactions: status: 200 OK code: 200 duration: 29.085959ms -- id: 59 +- id: 51 request: proto: HTTP/1.1 proto_major: 1 @@ -1963,7 +1707,7 @@ interactions: status: 200 OK code: 200 duration: 23.087601ms -- id: 60 +- id: 52 request: proto: HTTP/1.1 proto_major: 1 @@ -1995,7 +1739,7 @@ interactions: status: 200 OK code: 200 duration: 31.664037ms -- id: 61 +- id: 53 request: proto: HTTP/1.1 proto_major: 1 @@ -2027,7 +1771,7 @@ interactions: status: 200 OK code: 200 duration: 29.723816ms -- id: 62 +- id: 54 request: proto: HTTP/1.1 proto_major: 1 @@ -2059,7 +1803,7 @@ interactions: status: 200 OK code: 200 duration: 24.00861ms -- id: 63 +- id: 55 request: proto: HTTP/1.1 proto_major: 1 @@ -2091,7 +1835,7 @@ interactions: status: 200 OK code: 200 duration: 76.681197ms -- id: 64 +- id: 56 request: proto: HTTP/1.1 proto_major: 1 @@ -2126,7 +1870,7 @@ interactions: status: 200 OK code: 200 duration: 51.369872ms -- id: 65 +- id: 57 request: proto: HTTP/1.1 proto_major: 1 @@ -2158,7 +1902,7 @@ interactions: status: 200 OK code: 200 duration: 74.278568ms -- id: 66 +- id: 58 request: proto: HTTP/1.1 proto_major: 1 @@ -2190,7 +1934,7 @@ interactions: status: 200 OK code: 200 duration: 70.300901ms -- id: 67 +- id: 59 request: proto: HTTP/1.1 proto_major: 1 @@ -2222,7 +1966,7 @@ interactions: status: 200 OK code: 200 duration: 26.831519ms -- id: 68 +- id: 60 request: proto: HTTP/1.1 proto_major: 1 @@ -2254,7 +1998,7 @@ interactions: status: 200 OK code: 200 duration: 75.274858ms -- id: 69 +- id: 61 request: proto: HTTP/1.1 proto_major: 1 @@ -2286,7 +2030,7 @@ interactions: status: 200 OK code: 200 duration: 22.086933ms -- id: 70 +- id: 62 request: proto: HTTP/1.1 proto_major: 1 @@ -2318,7 +2062,7 @@ interactions: status: 200 OK code: 200 duration: 25.488077ms -- id: 71 +- id: 63 request: proto: HTTP/1.1 proto_major: 1 @@ -2350,7 +2094,7 @@ interactions: status: 200 OK code: 200 duration: 33.13004ms -- id: 72 +- id: 64 request: proto: HTTP/1.1 proto_major: 1 @@ -2382,7 +2126,7 @@ interactions: status: 200 OK code: 200 duration: 97.023186ms -- id: 73 +- id: 65 request: proto: HTTP/1.1 proto_major: 1 @@ -2414,7 +2158,7 @@ interactions: status: 200 OK code: 200 duration: 77.111776ms -- id: 74 +- id: 66 request: proto: HTTP/1.1 proto_major: 1 @@ -2449,7 +2193,7 @@ interactions: status: 200 OK code: 200 duration: 87.620839ms -- id: 75 +- id: 67 request: proto: HTTP/1.1 proto_major: 1 @@ -2481,135 +2225,7 @@ interactions: status: 200 OK code: 200 duration: 21.427095ms -- id: 76 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/0fde3036-1e69-4d93-aeb9-590781005922 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1636 - body: "{\"region\":\"fr-par\", \"id\":\"0fde3036-1e69-4d93-aeb9-590781005922\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:54:28.723696Z\", \"updated_at\":\"2025-10-30T16:54:41.118902Z\", \"type\":\"kapsule\", \"name\":\"test-networking\", \"description\":\"\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"networking\"], \"cluster_url\":\"https://0fde3036-1e69-4d93-aeb9-590781005922.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.0fde3036-1e69-4d93-aeb9-590781005922.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"7337983b-dcdd-4bfe-bfb5-37de52df211c\", \"commitment_ends_at\":\"2025-10-30T16:54:28.723705Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c0f1b563-f4e4-4785-b06e-1324112279d4\", \"new_images_enabled\":true, \"pod_cidr\":\"10.16.0.0/16\", \"service_cidr\":\"10.12.0.0/16\", \"service_dns_ip\":\"10.12.0.53\"}" - headers: - Content-Length: - - "1636" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:54:46 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - 8582f2f7-cef9-47fa-b4d0-bec77d6d82fe - status: 200 OK - code: 200 - duration: 81.793041ms -- id: 77 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/0fde3036-1e69-4d93-aeb9-590781005922 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1636 - body: "{\"region\":\"fr-par\", \"id\":\"0fde3036-1e69-4d93-aeb9-590781005922\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:54:28.723696Z\", \"updated_at\":\"2025-10-30T16:54:41.118902Z\", \"type\":\"kapsule\", \"name\":\"test-networking\", \"description\":\"\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"networking\"], \"cluster_url\":\"https://0fde3036-1e69-4d93-aeb9-590781005922.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.0fde3036-1e69-4d93-aeb9-590781005922.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"7337983b-dcdd-4bfe-bfb5-37de52df211c\", \"commitment_ends_at\":\"2025-10-30T16:54:28.723705Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c0f1b563-f4e4-4785-b06e-1324112279d4\", \"new_images_enabled\":true, \"pod_cidr\":\"10.16.0.0/16\", \"service_cidr\":\"10.12.0.0/16\", \"service_dns_ip\":\"10.12.0.53\"}" - headers: - Content-Length: - - "1636" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:54:51 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - 4190b518-ad96-43fa-971d-4782d50010a4 - status: 200 OK - code: 200 - duration: 85.999808ms -- id: 78 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/0fde3036-1e69-4d93-aeb9-590781005922 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1636 - body: "{\"region\":\"fr-par\", \"id\":\"0fde3036-1e69-4d93-aeb9-590781005922\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:54:28.723696Z\", \"updated_at\":\"2025-10-30T16:54:41.118902Z\", \"type\":\"kapsule\", \"name\":\"test-networking\", \"description\":\"\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"networking\"], \"cluster_url\":\"https://0fde3036-1e69-4d93-aeb9-590781005922.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.0fde3036-1e69-4d93-aeb9-590781005922.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"7337983b-dcdd-4bfe-bfb5-37de52df211c\", \"commitment_ends_at\":\"2025-10-30T16:54:28.723705Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c0f1b563-f4e4-4785-b06e-1324112279d4\", \"new_images_enabled\":true, \"pod_cidr\":\"10.16.0.0/16\", \"service_cidr\":\"10.12.0.0/16\", \"service_dns_ip\":\"10.12.0.53\"}" - headers: - Content-Length: - - "1636" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:54:56 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - 7ef44953-2a5e-42da-b06a-a14a1203bebe - status: 200 OK - code: 200 - duration: 82.76198ms -- id: 79 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/0fde3036-1e69-4d93-aeb9-590781005922 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1636 - body: "{\"region\":\"fr-par\", \"id\":\"0fde3036-1e69-4d93-aeb9-590781005922\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:54:28.723696Z\", \"updated_at\":\"2025-10-30T16:54:41.118902Z\", \"type\":\"kapsule\", \"name\":\"test-networking\", \"description\":\"\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"networking\"], \"cluster_url\":\"https://0fde3036-1e69-4d93-aeb9-590781005922.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.0fde3036-1e69-4d93-aeb9-590781005922.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"7337983b-dcdd-4bfe-bfb5-37de52df211c\", \"commitment_ends_at\":\"2025-10-30T16:54:28.723705Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c0f1b563-f4e4-4785-b06e-1324112279d4\", \"new_images_enabled\":true, \"pod_cidr\":\"10.16.0.0/16\", \"service_cidr\":\"10.12.0.0/16\", \"service_dns_ip\":\"10.12.0.53\"}" - headers: - Content-Length: - - "1636" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:55:01 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - 39350687-30fb-49b5-af19-11eb46936f7d - status: 200 OK - code: 200 - duration: 96.724505ms -- id: 80 +- id: 68 request: proto: HTTP/1.1 proto_major: 1 @@ -2641,7 +2257,7 @@ interactions: status: 404 Not Found code: 404 duration: 26.055421ms -- id: 81 +- id: 69 request: proto: HTTP/1.1 proto_major: 1 @@ -2673,7 +2289,7 @@ interactions: status: 404 Not Found code: 404 duration: 23.649706ms -- id: 82 +- id: 70 request: proto: HTTP/1.1 proto_major: 1 @@ -2703,7 +2319,7 @@ interactions: status: 204 No Content code: 204 duration: 117.993904ms -- id: 83 +- id: 71 request: proto: HTTP/1.1 proto_major: 1 @@ -2735,7 +2351,7 @@ interactions: status: 404 Not Found code: 404 duration: 32.131705ms -- id: 84 +- id: 72 request: proto: HTTP/1.1 proto_major: 1 diff --git a/internal/services/k8s/testdata/cluster-private-network.cassette.yaml b/internal/services/k8s/testdata/cluster-private-network.cassette.yaml index fb84374182..ee0b001116 100644 --- a/internal/services/k8s/testdata/cluster-private-network.cassette.yaml +++ b/internal/services/k8s/testdata/cluster-private-network.cassette.yaml @@ -789,134 +789,6 @@ interactions: code: 200 duration: 23.347779ms - id: 24 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/53b12b02-3e53-40c4-9ede-07d0c2e193d1 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1654 - body: "{\"region\":\"fr-par\", \"id\":\"53b12b02-3e53-40c4-9ede-07d0c2e193d1\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:49:38.124299Z\", \"updated_at\":\"2025-10-30T16:49:44.723836Z\", \"type\":\"kapsule\", \"name\":\"k8s-private-network-cluster\", \"description\":\"\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"cni\":\"calico\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"private_network\"], \"cluster_url\":\"https://53b12b02-3e53-40c4-9ede-07d0c2e193d1.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.53b12b02-3e53-40c4-9ede-07d0c2e193d1.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"77ef48bf-850d-4548-9481-7700dc862309\", \"commitment_ends_at\":\"2025-10-30T16:49:38.124309Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"364ee5aa-4824-4704-9445-03a6f66e2c74\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1654" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:49:49 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - acf66662-e6df-4904-8e3d-ab1c8cdc6b02 - status: 200 OK - code: 200 - duration: 101.527229ms -- id: 25 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/53b12b02-3e53-40c4-9ede-07d0c2e193d1 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1654 - body: "{\"region\":\"fr-par\", \"id\":\"53b12b02-3e53-40c4-9ede-07d0c2e193d1\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:49:38.124299Z\", \"updated_at\":\"2025-10-30T16:49:44.723836Z\", \"type\":\"kapsule\", \"name\":\"k8s-private-network-cluster\", \"description\":\"\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"cni\":\"calico\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"private_network\"], \"cluster_url\":\"https://53b12b02-3e53-40c4-9ede-07d0c2e193d1.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.53b12b02-3e53-40c4-9ede-07d0c2e193d1.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"77ef48bf-850d-4548-9481-7700dc862309\", \"commitment_ends_at\":\"2025-10-30T16:49:38.124309Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"364ee5aa-4824-4704-9445-03a6f66e2c74\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1654" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:49:55 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - 73b140f0-da68-4189-8b23-ff74ee23a81c - status: 200 OK - code: 200 - duration: 86.297285ms -- id: 26 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/53b12b02-3e53-40c4-9ede-07d0c2e193d1 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1654 - body: "{\"region\":\"fr-par\", \"id\":\"53b12b02-3e53-40c4-9ede-07d0c2e193d1\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:49:38.124299Z\", \"updated_at\":\"2025-10-30T16:49:44.723836Z\", \"type\":\"kapsule\", \"name\":\"k8s-private-network-cluster\", \"description\":\"\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"cni\":\"calico\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"private_network\"], \"cluster_url\":\"https://53b12b02-3e53-40c4-9ede-07d0c2e193d1.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.53b12b02-3e53-40c4-9ede-07d0c2e193d1.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"77ef48bf-850d-4548-9481-7700dc862309\", \"commitment_ends_at\":\"2025-10-30T16:49:38.124309Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"364ee5aa-4824-4704-9445-03a6f66e2c74\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1654" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:50:00 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - 26e66f10-7134-444c-a875-c2da0a697322 - status: 200 OK - code: 200 - duration: 104.789351ms -- id: 27 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/53b12b02-3e53-40c4-9ede-07d0c2e193d1 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1654 - body: "{\"region\":\"fr-par\", \"id\":\"53b12b02-3e53-40c4-9ede-07d0c2e193d1\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:49:38.124299Z\", \"updated_at\":\"2025-10-30T16:49:44.723836Z\", \"type\":\"kapsule\", \"name\":\"k8s-private-network-cluster\", \"description\":\"\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"cni\":\"calico\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"private_network\"], \"cluster_url\":\"https://53b12b02-3e53-40c4-9ede-07d0c2e193d1.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.53b12b02-3e53-40c4-9ede-07d0c2e193d1.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"77ef48bf-850d-4548-9481-7700dc862309\", \"commitment_ends_at\":\"2025-10-30T16:49:38.124309Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"364ee5aa-4824-4704-9445-03a6f66e2c74\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1654" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:50:05 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - 14c39e4b-02c4-433e-99e1-3104bcaad361 - status: 200 OK - code: 200 - duration: 92.33683ms -- id: 28 request: proto: HTTP/1.1 proto_major: 1 @@ -948,7 +820,7 @@ interactions: status: 404 Not Found code: 404 duration: 23.348631ms -- id: 29 +- id: 25 request: proto: HTTP/1.1 proto_major: 1 @@ -983,7 +855,7 @@ interactions: status: 200 OK code: 200 duration: 89.420066ms -- id: 30 +- id: 26 request: proto: HTTP/1.1 proto_major: 1 @@ -1015,7 +887,7 @@ interactions: status: 200 OK code: 200 duration: 117.083445ms -- id: 31 +- id: 27 request: proto: HTTP/1.1 proto_major: 1 @@ -1050,7 +922,7 @@ interactions: status: 200 OK code: 200 duration: 653.116855ms -- id: 32 +- id: 28 request: proto: HTTP/1.1 proto_major: 1 @@ -1082,7 +954,7 @@ interactions: status: 200 OK code: 200 duration: 31.098977ms -- id: 33 +- id: 29 request: proto: HTTP/1.1 proto_major: 1 @@ -1117,7 +989,7 @@ interactions: status: 200 OK code: 200 duration: 374.811615ms -- id: 34 +- id: 30 request: proto: HTTP/1.1 proto_major: 1 @@ -1149,7 +1021,7 @@ interactions: status: 200 OK code: 200 duration: 99.750915ms -- id: 35 +- id: 31 request: proto: HTTP/1.1 proto_major: 1 @@ -1181,7 +1053,7 @@ interactions: status: 200 OK code: 200 duration: 93.556569ms -- id: 36 +- id: 32 request: proto: HTTP/1.1 proto_major: 1 @@ -1220,7 +1092,7 @@ interactions: status: 200 OK code: 200 duration: 32.202648ms -- id: 37 +- id: 33 request: proto: HTTP/1.1 proto_major: 1 @@ -1252,7 +1124,7 @@ interactions: status: 200 OK code: 200 duration: 88.333587ms -- id: 38 +- id: 34 request: proto: HTTP/1.1 proto_major: 1 @@ -1284,7 +1156,7 @@ interactions: status: 200 OK code: 200 duration: 98.445134ms -- id: 39 +- id: 35 request: proto: HTTP/1.1 proto_major: 1 @@ -1316,7 +1188,7 @@ interactions: status: 200 OK code: 200 duration: 41.162003ms -- id: 40 +- id: 36 request: proto: HTTP/1.1 proto_major: 1 @@ -1348,7 +1220,7 @@ interactions: status: 200 OK code: 200 duration: 80.4068ms -- id: 41 +- id: 37 request: proto: HTTP/1.1 proto_major: 1 @@ -1380,7 +1252,7 @@ interactions: status: 200 OK code: 200 duration: 53.456919ms -- id: 42 +- id: 38 request: proto: HTTP/1.1 proto_major: 1 @@ -1412,7 +1284,7 @@ interactions: status: 200 OK code: 200 duration: 68.359187ms -- id: 43 +- id: 39 request: proto: HTTP/1.1 proto_major: 1 @@ -1444,7 +1316,7 @@ interactions: status: 200 OK code: 200 duration: 53.533844ms -- id: 44 +- id: 40 request: proto: HTTP/1.1 proto_major: 1 @@ -1476,7 +1348,7 @@ interactions: status: 200 OK code: 200 duration: 24.75994ms -- id: 45 +- id: 41 request: proto: HTTP/1.1 proto_major: 1 @@ -1508,7 +1380,7 @@ interactions: status: 200 OK code: 200 duration: 26.061332ms -- id: 46 +- id: 42 request: proto: HTTP/1.1 proto_major: 1 @@ -1540,7 +1412,7 @@ interactions: status: 200 OK code: 200 duration: 22.776497ms -- id: 47 +- id: 43 request: proto: HTTP/1.1 proto_major: 1 @@ -1572,7 +1444,7 @@ interactions: status: 200 OK code: 200 duration: 23.445813ms -- id: 48 +- id: 44 request: proto: HTTP/1.1 proto_major: 1 @@ -1607,7 +1479,7 @@ interactions: status: 200 OK code: 200 duration: 150.46127ms -- id: 49 +- id: 45 request: proto: HTTP/1.1 proto_major: 1 @@ -1639,7 +1511,7 @@ interactions: status: 200 OK code: 200 duration: 81.181303ms -- id: 50 +- id: 46 request: proto: HTTP/1.1 proto_major: 1 @@ -1669,7 +1541,7 @@ interactions: status: 204 No Content code: 204 duration: 1.098837645s -- id: 51 +- id: 47 request: proto: HTTP/1.1 proto_major: 1 @@ -1701,7 +1573,7 @@ interactions: status: 200 OK code: 200 duration: 88.052289ms -- id: 52 +- id: 48 request: proto: HTTP/1.1 proto_major: 1 @@ -1733,7 +1605,7 @@ interactions: status: 404 Not Found code: 404 duration: 26.217115ms -- id: 53 +- id: 49 request: proto: HTTP/1.1 proto_major: 1 @@ -1763,7 +1635,7 @@ interactions: status: 204 No Content code: 204 duration: 1.257197589s -- id: 54 +- id: 50 request: proto: HTTP/1.1 proto_major: 1 @@ -1793,7 +1665,7 @@ interactions: status: 204 No Content code: 204 duration: 111.458608ms -- id: 55 +- id: 51 request: proto: HTTP/1.1 proto_major: 1 @@ -1825,7 +1697,7 @@ interactions: status: 404 Not Found code: 404 duration: 24.590001ms -- id: 56 +- id: 52 request: proto: HTTP/1.1 proto_major: 1 @@ -1857,7 +1729,7 @@ interactions: status: 404 Not Found code: 404 duration: 24.128515ms -- id: 57 +- id: 53 request: proto: HTTP/1.1 proto_major: 1 diff --git a/internal/services/k8s/testdata/cluster-type-change.cassette.yaml b/internal/services/k8s/testdata/cluster-type-change.cassette.yaml index 242bd5fa9a..2a198e352a 100644 --- a/internal/services/k8s/testdata/cluster-type-change.cassette.yaml +++ b/internal/services/k8s/testdata/cluster-type-change.cassette.yaml @@ -836,22 +836,22 @@ interactions: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 1651 - body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:32:31.687149Z\", \"type\":\"kapsule-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:32:31.784094Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + content_length: 1648 + body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:36:04.999268Z\", \"type\":\"kapsule-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:32:31.784094Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" headers: Content-Length: - - "1651" + - "1648" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 17:32:36 GMT + - Thu, 30 Oct 2025 17:36:06 GMT Server: - Scaleway API Gateway (fr-par-3;edge02) X-Request-Id: - - cdd05b3e-8539-428e-9c12-72c70b5fec24 + - 89c8b6b8-ac14-4a0d-9ecd-333b28ade83f status: 200 OK code: 200 - duration: 94.814841ms + duration: 195.512594ms - id: 26 request: proto: HTTP/1.1 @@ -859,63 +859,73 @@ interactions: proto_minor: 1 content_length: 0 host: api.scaleway.com + form: + order_by: + - created_at_asc + page: + - "1" + status: + - unknown headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487/pools?order_by=created_at_asc&page=1&status=unknown method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 1651 - body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:32:31.687149Z\", \"type\":\"kapsule-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:32:31.784094Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + content_length: 29 + body: "{\"total_count\":0, \"pools\":[]}" headers: Content-Length: - - "1651" + - "29" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 17:32:42 GMT + - Thu, 30 Oct 2025 17:36:06 GMT Server: - Scaleway API Gateway (fr-par-3;edge02) X-Request-Id: - - 295438a8-7a03-4a0c-8a12-0ee73172157f + - 137981de-a04a-4253-bb85-493c5529ddd8 status: 200 OK code: 200 - duration: 82.352756ms + duration: 31.137752ms - id: 27 request: proto: HTTP/1.1 proto_major: 1 proto_minor: 1 - content_length: 0 + content_length: 592 host: api.scaleway.com + body: "{\"autoscaler_config\":{\"scale_down_disabled\":null,\"scale_down_delay_after_add\":null,\"estimator\":\"unknown_estimator\",\"expander\":\"unknown_expander\",\"ignore_daemonsets_utilization\":null,\"balance_similar_node_groups\":null,\"expendable_pods_priority_cutoff\":null,\"scale_down_unneeded_time\":null,\"scale_down_utilization_threshold\":null,\"max_graceful_termination_sec\":null},\"auto_upgrade\":{\"enable\":null,\"maintenance_window\":null},\"open_id_connect_config\":{\"issuer_url\":null,\"client_id\":null,\"username_claim\":null,\"username_prefix\":null,\"groups_claim\":null,\"groups_prefix\":null,\"required_claim\":null}}" headers: + Content-Type: + - application/json User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 - method: GET + method: PATCH response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 1651 - body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:32:31.687149Z\", \"type\":\"kapsule-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:32:31.784094Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + content_length: 1652 + body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:36:06.246915Z\", \"type\":\"kapsule-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:32:31.784094Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":false, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" headers: Content-Length: - - "1651" + - "1652" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 17:32:47 GMT + - Thu, 30 Oct 2025 17:36:06 GMT Server: - Scaleway API Gateway (fr-par-3;edge02) X-Request-Id: - - d5433acf-361b-4800-a097-320f063550e2 + - 0b4b1be1-80ab-4fa2-90ae-1f5340c5123c status: 200 OK code: 200 - duration: 96.626957ms + duration: 240.491787ms - id: 28 request: proto: HTTP/1.1 @@ -933,21 +943,21 @@ interactions: proto_major: 2 proto_minor: 0 content_length: 1651 - body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:32:31.687149Z\", \"type\":\"kapsule-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:32:31.784094Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:36:06.246915Z\", \"type\":\"kapsule-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:32:31.784094Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" headers: Content-Length: - "1651" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 17:32:52 GMT + - Thu, 30 Oct 2025 17:36:06 GMT Server: - Scaleway API Gateway (fr-par-3;edge02) X-Request-Id: - - ea21c2a1-a213-4879-8a38-07111aca9f1b + - 14c2dd5b-9db7-4102-84ad-aae6c8a766bd status: 200 OK code: 200 - duration: 93.577858ms + duration: 105.535342ms - id: 29 request: proto: HTTP/1.1 @@ -964,22 +974,22 @@ interactions: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 1651 - body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:32:31.687149Z\", \"type\":\"kapsule-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:32:31.784094Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + content_length: 1648 + body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:43:41.107541Z\", \"type\":\"kapsule-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:32:31.784094Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" headers: Content-Length: - - "1651" + - "1648" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 17:32:57 GMT + - Thu, 30 Oct 2025 17:43:45 GMT Server: - Scaleway API Gateway (fr-par-3;edge02) X-Request-Id: - - e0f28bf7-740d-41a1-bf8b-685a6d435837 + - 14f33339-6ccd-4a33-b789-de34a58f96ee status: 200 OK code: 200 - duration: 92.074055ms + duration: 98.844183ms - id: 30 request: proto: HTTP/1.1 @@ -996,22 +1006,22 @@ interactions: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 1651 - body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:32:31.687149Z\", \"type\":\"kapsule-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:32:31.784094Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + content_length: 1648 + body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:43:41.107541Z\", \"type\":\"kapsule-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:32:31.784094Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" headers: Content-Length: - - "1651" + - "1648" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 17:33:02 GMT + - Thu, 30 Oct 2025 17:43:45 GMT Server: - Scaleway API Gateway (fr-par-3;edge02) X-Request-Id: - - 71299d8b-08a2-4a7c-91a7-8d1b619eeb3c + - 731dc744-089d-4f41-b7e3-0fb482318338 status: 200 OK code: 200 - duration: 90.803163ms + duration: 32.909432ms - id: 31 request: proto: HTTP/1.1 @@ -1022,28 +1032,28 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487/kubeconfig method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 1651 - body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:32:31.687149Z\", \"type\":\"kapsule-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:32:31.784094Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + content_length: 1666 + body: "{\"name\":\"kubeconfig\", \"content_type\":\"application/octet-stream\", \"content\":\"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogInRlc3QtdHlwZS1jaGFuZ2UiCiAgY2x1c3RlcjoKICAgIGNlcnRpZmljYXRlLWF1dGhvcml0eS1kYXRhOiBMUzB0TFMxQ1JVZEpUaUJEUlZKVVNVWkpRMEZVUlMwdExTMHRDazFKU1VKWGVrTkRRVkZIWjBGM1NVSkJaMGxDUVVSQlMwSm5aM0ZvYTJwUFVGRlJSRUZxUVZaTlVrMTNSVkZaUkZaUlVVUkZkM0J5WkZkS2JHTnROV3dLWkVkV2VrMUNORmhFVkVreFRWUkJlVTlVUlROTmVrbDVUa1p2V0VSVVRURk5WRUY1VDFSRk0wMTZTWGxPUm05M1JsUkZWRTFDUlVkQk1WVkZRWGhOU3dwaE0xWnBXbGhLZFZwWVVteGpla0phVFVKTlIwSjVjVWRUVFRRNVFXZEZSME5EY1VkVFRUUTVRWGRGU0VFd1NVRkNUVkptU2s1SE1DOXFWVTFGWml0NUNsbHpUbXQxTUhCWVNXeDNkbmxKU2pocFQyNVBRMWgwV0dsQ2JYbzVhbWx4UzJKSk5IZzFWakJ2U0RCeFp6Wmtka1F4Y2paYVkwWXJRa3hITm05bFUwWUtjVFV3ZW5adVQycFJha0pCVFVFMFIwRXhWV1JFZDBWQ0wzZFJSVUYzU1VOd1JFRlFRbWRPVmtoU1RVSkJaamhGUWxSQlJFRlJTQzlOUWpCSFFURlZaQXBFWjFGWFFrSlRlWGRpWTIxcldUZ3pNV0pqVkV4Q1FYZFZXbTlCWmtWQlRuTkVRVXRDWjJkeGFHdHFUMUJSVVVSQlowNUpRVVJDUmtGcFJVRjBXR2hDQ25ObmJsSlVWVk13VW5BMlEyRmpRV0ZXVWpBeFoyNTFWMGR2Um1abU9FWlFUbGRCUlVaQ2MwTkpRVmhQZW1zNE9WUkJiSFJhYW5CdU5YUTVkSEJ2U1VvS2JVb3hkWFpITkdKMWFrNURWbXd5T0ZGbVlrY0tMUzB0TFMxRlRrUWdRMFZTVkVsR1NVTkJWRVV0TFMwdExRbz0KICAgIHNlcnZlcjogaHR0cHM6Ly9jMTEyYTQ1NC1mNjM0LTQ5NTAtODA5NS1lMTgzMTQwMGE0ODcuYXBpLms4cy5mci1wYXIuc2N3LmNsb3VkOjY0NDMKY29udGV4dHM6Ci0gbmFtZTogYWRtaW5AdGVzdC10eXBlLWNoYW5nZQogIGNvbnRleHQ6CiAgICBjbHVzdGVyOiAidGVzdC10eXBlLWNoYW5nZSIKICAgIHVzZXI6IHRlc3QtdHlwZS1jaGFuZ2UtYWRtaW4KY3VycmVudC1jb250ZXh0OiBhZG1pbkB0ZXN0LXR5cGUtY2hhbmdlCmtpbmQ6IENvbmZpZwpwcmVmZXJlbmNlczoge30KdXNlcnM6Ci0gbmFtZTogdGVzdC10eXBlLWNoYW5nZS1hZG1pbgogIHVzZXI6CiAgICB0b2tlbjogbE0zUVdtOFRiejRHY0x0SmpwWUVDVnJZREVtZmtWUDF2cnN0TDhIVzFZeFYyRndXWEphRG9paDk=\"}" headers: Content-Length: - - "1651" + - "1666" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 17:33:07 GMT + - Thu, 30 Oct 2025 17:43:45 GMT Server: - Scaleway API Gateway (fr-par-3;edge02) X-Request-Id: - - e9704c1a-c7d5-4a91-8efe-44c21c05d150 + - f48a7158-a0e6-498c-b587-57391ad8730f status: 200 OK code: 200 - duration: 117.769379ms + duration: 81.691064ms - id: 32 request: proto: HTTP/1.1 @@ -1060,22 +1070,22 @@ interactions: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 1651 - body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:32:31.687149Z\", \"type\":\"kapsule-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:32:31.784094Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + content_length: 1648 + body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:43:41.107541Z\", \"type\":\"kapsule-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:32:31.784094Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" headers: Content-Length: - - "1651" + - "1648" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 17:33:12 GMT + - Thu, 30 Oct 2025 17:43:45 GMT Server: - Scaleway API Gateway (fr-par-3;edge02) X-Request-Id: - - 546ce55a-be0e-4e71-8897-78a5bfa3b80b + - 8c1f5a4b-168e-4abd-aabb-8055389b483e status: 200 OK code: 200 - duration: 81.945451ms + duration: 23.625191ms - id: 33 request: proto: HTTP/1.1 @@ -1086,28 +1096,28 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 + url: https://api.scaleway.com/vpc/v2/regions/fr-par/vpcs/abc9cb6f-35f4-4119-8a61-418592c48d78 method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 1651 - body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:32:31.687149Z\", \"type\":\"kapsule-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:32:31.784094Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + content_length: 421 + body: "{\"id\":\"abc9cb6f-35f4-4119-8a61-418592c48d78\", \"name\":\"tf-vpc-cool-ardinghelli\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:23.250212Z\", \"updated_at\":\"2025-10-30T17:32:23.250212Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_default\":false, \"private_network_count\":1, \"routing_enabled\":true, \"custom_routes_propagation_enabled\":true, \"region\":\"fr-par\"}" headers: Content-Length: - - "1651" + - "421" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 17:33:17 GMT + - Thu, 30 Oct 2025 17:43:45 GMT Server: - Scaleway API Gateway (fr-par-3;edge02) X-Request-Id: - - 0bbdbd45-250f-4da1-8fa7-8e908f98e4ff + - 03de3a7d-bf80-481c-afa2-0222e3d859ac status: 200 OK code: 200 - duration: 99.096685ms + duration: 30.624535ms - id: 34 request: proto: HTTP/1.1 @@ -1118,28 +1128,28 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 + url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks/15f251cc-3925-4375-85b3-2e1ed1458f44 method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 1651 - body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:32:31.687149Z\", \"type\":\"kapsule-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:32:31.784094Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + content_length: 1086 + body: "{\"id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"name\":\"test-type-change\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:23.479384Z\", \"updated_at\":\"2025-10-30T17:32:23.479384Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"subnets\":[{\"id\":\"07123eac-9369-4f95-8d04-60230299a581\", \"created_at\":\"2025-10-30T17:32:23.479384Z\", \"updated_at\":\"2025-10-30T17:32:23.479384Z\", \"subnet\":\"172.18.20.0/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"vpc_id\":\"abc9cb6f-35f4-4119-8a61-418592c48d78\"}, {\"id\":\"06551711-cf24-46d0-a1c2-1fe06e2adb94\", \"created_at\":\"2025-10-30T17:32:23.479384Z\", \"updated_at\":\"2025-10-30T17:32:23.479384Z\", \"subnet\":\"fd5f:519c:6d46:c7fd::/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"vpc_id\":\"abc9cb6f-35f4-4119-8a61-418592c48d78\"}], \"vpc_id\":\"abc9cb6f-35f4-4119-8a61-418592c48d78\", \"dhcp_enabled\":true, \"default_route_propagation_enabled\":false, \"region\":\"fr-par\"}" headers: Content-Length: - - "1651" + - "1086" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 17:33:22 GMT + - Thu, 30 Oct 2025 17:43:45 GMT Server: - Scaleway API Gateway (fr-par-3;edge02) X-Request-Id: - - 3f365fbe-d37f-4fa2-8775-53d140ce9a51 + - 6bde4a7d-df23-40b1-87ea-f31acea585b3 status: 200 OK code: 200 - duration: 107.503314ms + duration: 83.111916ms - id: 35 request: proto: HTTP/1.1 @@ -1156,22 +1166,22 @@ interactions: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 1651 - body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:32:31.687149Z\", \"type\":\"kapsule-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:32:31.784094Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + content_length: 1648 + body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:43:41.107541Z\", \"type\":\"kapsule-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:32:31.784094Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" headers: Content-Length: - - "1651" + - "1648" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 17:33:27 GMT + - Thu, 30 Oct 2025 17:43:45 GMT Server: - Scaleway API Gateway (fr-par-3;edge02) X-Request-Id: - - 28f364fc-a7dc-47f4-b6fd-67c7355155be + - fb105a39-1b39-47c9-ad23-334a4cf5b785 status: 200 OK code: 200 - duration: 104.06422ms + duration: 88.885875ms - id: 36 request: proto: HTTP/1.1 @@ -1182,28 +1192,28 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487/kubeconfig method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 1651 - body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:32:31.687149Z\", \"type\":\"kapsule-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:32:31.784094Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + content_length: 1666 + body: "{\"name\":\"kubeconfig\", \"content_type\":\"application/octet-stream\", \"content\":\"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogInRlc3QtdHlwZS1jaGFuZ2UiCiAgY2x1c3RlcjoKICAgIGNlcnRpZmljYXRlLWF1dGhvcml0eS1kYXRhOiBMUzB0TFMxQ1JVZEpUaUJEUlZKVVNVWkpRMEZVUlMwdExTMHRDazFKU1VKWGVrTkRRVkZIWjBGM1NVSkJaMGxDUVVSQlMwSm5aM0ZvYTJwUFVGRlJSRUZxUVZaTlVrMTNSVkZaUkZaUlVVUkZkM0J5WkZkS2JHTnROV3dLWkVkV2VrMUNORmhFVkVreFRWUkJlVTlVUlROTmVrbDVUa1p2V0VSVVRURk5WRUY1VDFSRk0wMTZTWGxPUm05M1JsUkZWRTFDUlVkQk1WVkZRWGhOU3dwaE0xWnBXbGhLZFZwWVVteGpla0phVFVKTlIwSjVjVWRUVFRRNVFXZEZSME5EY1VkVFRUUTVRWGRGU0VFd1NVRkNUVkptU2s1SE1DOXFWVTFGWml0NUNsbHpUbXQxTUhCWVNXeDNkbmxKU2pocFQyNVBRMWgwV0dsQ2JYbzVhbWx4UzJKSk5IZzFWakJ2U0RCeFp6Wmtka1F4Y2paYVkwWXJRa3hITm05bFUwWUtjVFV3ZW5adVQycFJha0pCVFVFMFIwRXhWV1JFZDBWQ0wzZFJSVUYzU1VOd1JFRlFRbWRPVmtoU1RVSkJaamhGUWxSQlJFRlJTQzlOUWpCSFFURlZaQXBFWjFGWFFrSlRlWGRpWTIxcldUZ3pNV0pqVkV4Q1FYZFZXbTlCWmtWQlRuTkVRVXRDWjJkeGFHdHFUMUJSVVVSQlowNUpRVVJDUmtGcFJVRjBXR2hDQ25ObmJsSlVWVk13VW5BMlEyRmpRV0ZXVWpBeFoyNTFWMGR2Um1abU9FWlFUbGRCUlVaQ2MwTkpRVmhQZW1zNE9WUkJiSFJhYW5CdU5YUTVkSEJ2U1VvS2JVb3hkWFpITkdKMWFrNURWbXd5T0ZGbVlrY0tMUzB0TFMxRlRrUWdRMFZTVkVsR1NVTkJWRVV0TFMwdExRbz0KICAgIHNlcnZlcjogaHR0cHM6Ly9jMTEyYTQ1NC1mNjM0LTQ5NTAtODA5NS1lMTgzMTQwMGE0ODcuYXBpLms4cy5mci1wYXIuc2N3LmNsb3VkOjY0NDMKY29udGV4dHM6Ci0gbmFtZTogYWRtaW5AdGVzdC10eXBlLWNoYW5nZQogIGNvbnRleHQ6CiAgICBjbHVzdGVyOiAidGVzdC10eXBlLWNoYW5nZSIKICAgIHVzZXI6IHRlc3QtdHlwZS1jaGFuZ2UtYWRtaW4KY3VycmVudC1jb250ZXh0OiBhZG1pbkB0ZXN0LXR5cGUtY2hhbmdlCmtpbmQ6IENvbmZpZwpwcmVmZXJlbmNlczoge30KdXNlcnM6Ci0gbmFtZTogdGVzdC10eXBlLWNoYW5nZS1hZG1pbgogIHVzZXI6CiAgICB0b2tlbjogbE0zUVdtOFRiejRHY0x0SmpwWUVDVnJZREVtZmtWUDF2cnN0TDhIVzFZeFYyRndXWEphRG9paDk=\"}" headers: Content-Length: - - "1651" + - "1666" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 17:33:33 GMT + - Thu, 30 Oct 2025 17:43:45 GMT Server: - Scaleway API Gateway (fr-par-3;edge02) X-Request-Id: - - 46cc92d4-51cb-4047-8b81-513f95236267 + - 66ac3e46-1008-4284-bdf1-a330b34612f5 status: 200 OK code: 200 - duration: 109.03409ms + duration: 22.585496ms - id: 37 request: proto: HTTP/1.1 @@ -1214,28 +1224,28 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 + url: https://api.scaleway.com/vpc/v2/regions/fr-par/vpcs/abc9cb6f-35f4-4119-8a61-418592c48d78 method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 1651 - body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:32:31.687149Z\", \"type\":\"kapsule-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:32:31.784094Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + content_length: 421 + body: "{\"id\":\"abc9cb6f-35f4-4119-8a61-418592c48d78\", \"name\":\"tf-vpc-cool-ardinghelli\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:23.250212Z\", \"updated_at\":\"2025-10-30T17:32:23.250212Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_default\":false, \"private_network_count\":1, \"routing_enabled\":true, \"custom_routes_propagation_enabled\":true, \"region\":\"fr-par\"}" headers: Content-Length: - - "1651" + - "421" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 17:33:38 GMT + - Thu, 30 Oct 2025 17:43:46 GMT Server: - Scaleway API Gateway (fr-par-3;edge02) X-Request-Id: - - 354fa693-2620-4e4a-8d67-18a32de37be5 + - 9aa60da3-b25a-420d-b676-bdb155dbb99c status: 200 OK code: 200 - duration: 89.248677ms + duration: 110.465449ms - id: 38 request: proto: HTTP/1.1 @@ -1246,28 +1256,28 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 + url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks/15f251cc-3925-4375-85b3-2e1ed1458f44 method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 1651 - body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:32:31.687149Z\", \"type\":\"kapsule-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:32:31.784094Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + content_length: 1086 + body: "{\"id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"name\":\"test-type-change\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:23.479384Z\", \"updated_at\":\"2025-10-30T17:32:23.479384Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"subnets\":[{\"id\":\"07123eac-9369-4f95-8d04-60230299a581\", \"created_at\":\"2025-10-30T17:32:23.479384Z\", \"updated_at\":\"2025-10-30T17:32:23.479384Z\", \"subnet\":\"172.18.20.0/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"vpc_id\":\"abc9cb6f-35f4-4119-8a61-418592c48d78\"}, {\"id\":\"06551711-cf24-46d0-a1c2-1fe06e2adb94\", \"created_at\":\"2025-10-30T17:32:23.479384Z\", \"updated_at\":\"2025-10-30T17:32:23.479384Z\", \"subnet\":\"fd5f:519c:6d46:c7fd::/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"vpc_id\":\"abc9cb6f-35f4-4119-8a61-418592c48d78\"}], \"vpc_id\":\"abc9cb6f-35f4-4119-8a61-418592c48d78\", \"dhcp_enabled\":true, \"default_route_propagation_enabled\":false, \"region\":\"fr-par\"}" headers: Content-Length: - - "1651" + - "1086" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 17:33:43 GMT + - Thu, 30 Oct 2025 17:43:46 GMT Server: - Scaleway API Gateway (fr-par-3;edge02) X-Request-Id: - - 0846badf-cb72-428f-bd33-d359cab0a762 + - 8008ffd6-d480-4894-b0fe-54bc85fe94cf status: 200 OK code: 200 - duration: 97.791532ms + duration: 29.147267ms - id: 39 request: proto: HTTP/1.1 @@ -1284,22 +1294,22 @@ interactions: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 1651 - body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:32:31.687149Z\", \"type\":\"kapsule-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:32:31.784094Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + content_length: 1648 + body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:43:41.107541Z\", \"type\":\"kapsule-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:32:31.784094Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" headers: Content-Length: - - "1651" + - "1648" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 17:33:48 GMT + - Thu, 30 Oct 2025 17:43:46 GMT Server: - Scaleway API Gateway (fr-par-3;edge02) X-Request-Id: - - 76e7593c-55ce-4788-ab1d-ff380218d43e + - 60f51f70-e0de-43d4-b84b-c33e728bce17 status: 200 OK code: 200 - duration: 89.491741ms + duration: 26.747062ms - id: 40 request: proto: HTTP/1.1 @@ -1310,28 +1320,28 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487/kubeconfig method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 1651 - body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:32:31.687149Z\", \"type\":\"kapsule-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:32:31.784094Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + content_length: 1666 + body: "{\"name\":\"kubeconfig\", \"content_type\":\"application/octet-stream\", \"content\":\"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogInRlc3QtdHlwZS1jaGFuZ2UiCiAgY2x1c3RlcjoKICAgIGNlcnRpZmljYXRlLWF1dGhvcml0eS1kYXRhOiBMUzB0TFMxQ1JVZEpUaUJEUlZKVVNVWkpRMEZVUlMwdExTMHRDazFKU1VKWGVrTkRRVkZIWjBGM1NVSkJaMGxDUVVSQlMwSm5aM0ZvYTJwUFVGRlJSRUZxUVZaTlVrMTNSVkZaUkZaUlVVUkZkM0J5WkZkS2JHTnROV3dLWkVkV2VrMUNORmhFVkVreFRWUkJlVTlVUlROTmVrbDVUa1p2V0VSVVRURk5WRUY1VDFSRk0wMTZTWGxPUm05M1JsUkZWRTFDUlVkQk1WVkZRWGhOU3dwaE0xWnBXbGhLZFZwWVVteGpla0phVFVKTlIwSjVjVWRUVFRRNVFXZEZSME5EY1VkVFRUUTVRWGRGU0VFd1NVRkNUVkptU2s1SE1DOXFWVTFGWml0NUNsbHpUbXQxTUhCWVNXeDNkbmxKU2pocFQyNVBRMWgwV0dsQ2JYbzVhbWx4UzJKSk5IZzFWakJ2U0RCeFp6Wmtka1F4Y2paYVkwWXJRa3hITm05bFUwWUtjVFV3ZW5adVQycFJha0pCVFVFMFIwRXhWV1JFZDBWQ0wzZFJSVUYzU1VOd1JFRlFRbWRPVmtoU1RVSkJaamhGUWxSQlJFRlJTQzlOUWpCSFFURlZaQXBFWjFGWFFrSlRlWGRpWTIxcldUZ3pNV0pqVkV4Q1FYZFZXbTlCWmtWQlRuTkVRVXRDWjJkeGFHdHFUMUJSVVVSQlowNUpRVVJDUmtGcFJVRjBXR2hDQ25ObmJsSlVWVk13VW5BMlEyRmpRV0ZXVWpBeFoyNTFWMGR2Um1abU9FWlFUbGRCUlVaQ2MwTkpRVmhQZW1zNE9WUkJiSFJhYW5CdU5YUTVkSEJ2U1VvS2JVb3hkWFpITkdKMWFrNURWbXd5T0ZGbVlrY0tMUzB0TFMxRlRrUWdRMFZTVkVsR1NVTkJWRVV0TFMwdExRbz0KICAgIHNlcnZlcjogaHR0cHM6Ly9jMTEyYTQ1NC1mNjM0LTQ5NTAtODA5NS1lMTgzMTQwMGE0ODcuYXBpLms4cy5mci1wYXIuc2N3LmNsb3VkOjY0NDMKY29udGV4dHM6Ci0gbmFtZTogYWRtaW5AdGVzdC10eXBlLWNoYW5nZQogIGNvbnRleHQ6CiAgICBjbHVzdGVyOiAidGVzdC10eXBlLWNoYW5nZSIKICAgIHVzZXI6IHRlc3QtdHlwZS1jaGFuZ2UtYWRtaW4KY3VycmVudC1jb250ZXh0OiBhZG1pbkB0ZXN0LXR5cGUtY2hhbmdlCmtpbmQ6IENvbmZpZwpwcmVmZXJlbmNlczoge30KdXNlcnM6Ci0gbmFtZTogdGVzdC10eXBlLWNoYW5nZS1hZG1pbgogIHVzZXI6CiAgICB0b2tlbjogbE0zUVdtOFRiejRHY0x0SmpwWUVDVnJZREVtZmtWUDF2cnN0TDhIVzFZeFYyRndXWEphRG9paDk=\"}" headers: Content-Length: - - "1651" + - "1666" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 17:33:53 GMT + - Thu, 30 Oct 2025 17:43:46 GMT Server: - Scaleway API Gateway (fr-par-3;edge02) X-Request-Id: - - 0a8c0b41-ea08-436d-b74b-dcb28af26b9c + - 406d8548-410c-46ab-b513-2a65d2322cdc status: 200 OK code: 200 - duration: 84.577523ms + duration: 22.640149ms - id: 41 request: proto: HTTP/1.1 @@ -1342,28 +1352,28 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487/available-types method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 1651 - body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:32:31.687149Z\", \"type\":\"kapsule-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:32:31.784094Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + content_length: 535 + body: "{\"cluster_types\":[{\"name\":\"kapsule-dedicated-8\", \"availability\":\"available\", \"max_nodes\":500, \"commitment_delay\":\"2592000s\", \"sla\":99.5, \"resiliency\":\"high_availability\", \"memory\":8000000000, \"dedicated\":true, \"audit_logs_supported\":true, \"max_etcd_size\":200000000}, {\"name\":\"kapsule-dedicated-16\", \"availability\":\"available\", \"max_nodes\":500, \"commitment_delay\":\"2592000s\", \"sla\":99.5, \"resiliency\":\"high_availability\", \"memory\":16000000000, \"dedicated\":true, \"audit_logs_supported\":true, \"max_etcd_size\":200000000}], \"total_count\":2}" headers: Content-Length: - - "1651" + - "535" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 17:33:58 GMT + - Thu, 30 Oct 2025 17:43:46 GMT Server: - Scaleway API Gateway (fr-par-3;edge02) X-Request-Id: - - 9aac0aab-fb92-4141-ba58-267cc9b9af6f + - b7d665a6-da5d-46ab-b1b0-00604f932194 status: 200 OK code: 200 - duration: 86.513755ms + duration: 110.538236ms - id: 42 request: proto: HTTP/1.1 @@ -1374,28 +1384,28 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487/available-types method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 1651 - body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:32:31.687149Z\", \"type\":\"kapsule-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:32:31.784094Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + content_length: 535 + body: "{\"cluster_types\":[{\"name\":\"kapsule-dedicated-8\", \"availability\":\"available\", \"max_nodes\":500, \"commitment_delay\":\"2592000s\", \"sla\":99.5, \"resiliency\":\"high_availability\", \"memory\":8000000000, \"dedicated\":true, \"audit_logs_supported\":true, \"max_etcd_size\":200000000}, {\"name\":\"kapsule-dedicated-16\", \"availability\":\"available\", \"max_nodes\":500, \"commitment_delay\":\"2592000s\", \"sla\":99.5, \"resiliency\":\"high_availability\", \"memory\":16000000000, \"dedicated\":true, \"audit_logs_supported\":true, \"max_etcd_size\":200000000}], \"total_count\":2}" headers: Content-Length: - - "1651" + - "535" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 17:34:03 GMT + - Thu, 30 Oct 2025 17:43:46 GMT Server: - Scaleway API Gateway (fr-par-3;edge02) X-Request-Id: - - 7457a6bb-8ef0-48ed-bc27-fc12ed4deb6d + - ec75682d-eaa5-4133-9c4d-da05ef4f9b04 status: 200 OK code: 200 - duration: 82.096271ms + duration: 78.805417ms - id: 43 request: proto: HTTP/1.1 @@ -1412,54 +1422,57 @@ interactions: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 1651 - body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:32:31.687149Z\", \"type\":\"kapsule-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:32:31.784094Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + content_length: 1648 + body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:43:41.107541Z\", \"type\":\"kapsule-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:32:31.784094Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" headers: Content-Length: - - "1651" + - "1648" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 17:34:08 GMT + - Thu, 30 Oct 2025 17:43:46 GMT Server: - Scaleway API Gateway (fr-par-3;edge02) X-Request-Id: - - 0e7e2d9f-3631-4ca5-b0ac-59e76b960542 + - 08d496cf-51f7-447a-86e1-a1956f2cf4d0 status: 200 OK code: 200 - duration: 88.41522ms + duration: 93.601863ms - id: 44 request: proto: HTTP/1.1 proto_major: 1 proto_minor: 1 - content_length: 0 + content_length: 30 host: api.scaleway.com + body: "{\"type\":\"kapsule-dedicated-8\"}" headers: + Content-Type: + - application/json User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 - method: GET + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487/set-type + method: POST response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 1651 - body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:32:31.687149Z\", \"type\":\"kapsule-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:32:31.784094Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + content_length: 1652 + body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:43:46.928957Z\", \"type\":\"kapsule-dedicated-8\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:43:47.055291Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":false, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" headers: Content-Length: - - "1651" + - "1652" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 17:34:13 GMT + - Thu, 30 Oct 2025 17:43:47 GMT Server: - Scaleway API Gateway (fr-par-3;edge02) X-Request-Id: - - c1a50d92-92b0-482d-a7c1-c8a358923067 + - f4881f12-5829-47d5-a478-4422239d6e16 status: 200 OK code: 200 - duration: 104.942959ms + duration: 342.232916ms - id: 45 request: proto: HTTP/1.1 @@ -1477,21 +1490,21 @@ interactions: proto_major: 2 proto_minor: 0 content_length: 1651 - body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:32:31.687149Z\", \"type\":\"kapsule-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:32:31.784094Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:43:46.928957Z\", \"type\":\"kapsule-dedicated-8\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:43:47.055291Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" headers: Content-Length: - "1651" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 17:34:18 GMT + - Thu, 30 Oct 2025 17:43:47 GMT Server: - Scaleway API Gateway (fr-par-3;edge02) X-Request-Id: - - 88b1eaf0-12e7-4433-994b-01e63ea40b0d + - e4d92506-df63-46a0-b434-9f63abf5a3a4 status: 200 OK code: 200 - duration: 87.476221ms + duration: 26.662323ms - id: 46 request: proto: HTTP/1.1 @@ -1508,22 +1521,22 @@ interactions: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 1651 - body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:32:31.687149Z\", \"type\":\"kapsule-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:32:31.784094Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + content_length: 1648 + body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:45:26.329317Z\", \"type\":\"kapsule-dedicated-8\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:43:47.055291Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" headers: Content-Length: - - "1651" + - "1648" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 17:34:23 GMT + - Thu, 30 Oct 2025 17:45:29 GMT Server: - Scaleway API Gateway (fr-par-3;edge02) X-Request-Id: - - 1297dab4-b33d-40ad-8000-40cff9cd1ee3 + - e2a5cebc-2cb0-4ac9-bb81-13f77c553bc2 status: 200 OK code: 200 - duration: 74.892532ms + duration: 85.461421ms - id: 47 request: proto: HTTP/1.1 @@ -1531,63 +1544,73 @@ interactions: proto_minor: 1 content_length: 0 host: api.scaleway.com + form: + order_by: + - created_at_asc + page: + - "1" + status: + - unknown headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487/pools?order_by=created_at_asc&page=1&status=unknown method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 1651 - body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:32:31.687149Z\", \"type\":\"kapsule-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:32:31.784094Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + content_length: 29 + body: "{\"total_count\":0, \"pools\":[]}" headers: Content-Length: - - "1651" + - "29" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 17:34:29 GMT + - Thu, 30 Oct 2025 17:45:29 GMT Server: - Scaleway API Gateway (fr-par-3;edge02) X-Request-Id: - - 6065dd66-c3f3-468c-8197-59a04e42c46f + - aa222247-c23c-4649-a920-1da2a37be9b4 status: 200 OK code: 200 - duration: 98.524247ms + duration: 33.110871ms - id: 48 request: proto: HTTP/1.1 proto_major: 1 proto_minor: 1 - content_length: 0 + content_length: 592 host: api.scaleway.com + body: "{\"autoscaler_config\":{\"scale_down_disabled\":null,\"scale_down_delay_after_add\":null,\"estimator\":\"unknown_estimator\",\"expander\":\"unknown_expander\",\"ignore_daemonsets_utilization\":null,\"balance_similar_node_groups\":null,\"expendable_pods_priority_cutoff\":null,\"scale_down_unneeded_time\":null,\"scale_down_utilization_threshold\":null,\"max_graceful_termination_sec\":null},\"auto_upgrade\":{\"enable\":null,\"maintenance_window\":null},\"open_id_connect_config\":{\"issuer_url\":null,\"client_id\":null,\"username_claim\":null,\"username_prefix\":null,\"groups_claim\":null,\"groups_prefix\":null,\"required_claim\":null}}" headers: + Content-Type: + - application/json User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 - method: GET + method: PATCH response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 1651 - body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:32:31.687149Z\", \"type\":\"kapsule-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:32:31.784094Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + content_length: 1652 + body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:45:29.192058Z\", \"type\":\"kapsule-dedicated-8\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:43:47.055291Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":false, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" headers: Content-Length: - - "1651" + - "1652" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 17:34:34 GMT + - Thu, 30 Oct 2025 17:45:29 GMT Server: - Scaleway API Gateway (fr-par-3;edge02) X-Request-Id: - - d5b49763-b089-4b9d-bb93-f7fefcbd37ea + - 617d152e-c125-4635-82d1-7e4e847b91f7 status: 200 OK code: 200 - duration: 101.445682ms + duration: 116.021471ms - id: 49 request: proto: HTTP/1.1 @@ -1605,21 +1628,21 @@ interactions: proto_major: 2 proto_minor: 0 content_length: 1651 - body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:32:31.687149Z\", \"type\":\"kapsule-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:32:31.784094Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:45:29.192058Z\", \"type\":\"kapsule-dedicated-8\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:43:47.055291Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" headers: Content-Length: - "1651" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 17:34:39 GMT + - Thu, 30 Oct 2025 17:45:29 GMT Server: - Scaleway API Gateway (fr-par-3;edge02) X-Request-Id: - - 3baca4fb-7882-4abb-97b6-1c61e496cdf6 + - f743c3f2-1604-463f-9eb1-d7d23e72e8d2 status: 200 OK code: 200 - duration: 109.638026ms + duration: 20.08869ms - id: 50 request: proto: HTTP/1.1 @@ -1636,22 +1659,22 @@ interactions: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 1651 - body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:32:31.687149Z\", \"type\":\"kapsule-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:32:31.784094Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + content_length: 1648 + body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:48:12.180252Z\", \"type\":\"kapsule-dedicated-8\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:43:47.055291Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" headers: Content-Length: - - "1651" + - "1648" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 17:34:44 GMT + - Thu, 30 Oct 2025 17:48:12 GMT Server: - Scaleway API Gateway (fr-par-3;edge02) X-Request-Id: - - 5d650382-2f91-4b8b-a7e1-f5e3dd6ebf79 + - f9976466-2aa2-4d10-a4c8-f7b917438bf4 status: 200 OK code: 200 - duration: 88.033513ms + duration: 110.741923ms - id: 51 request: proto: HTTP/1.1 @@ -1668,22 +1691,22 @@ interactions: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 1651 - body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:32:31.687149Z\", \"type\":\"kapsule-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:32:31.784094Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + content_length: 1648 + body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:48:12.180252Z\", \"type\":\"kapsule-dedicated-8\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:43:47.055291Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" headers: Content-Length: - - "1651" + - "1648" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 17:34:49 GMT + - Thu, 30 Oct 2025 17:48:12 GMT Server: - Scaleway API Gateway (fr-par-3;edge02) X-Request-Id: - - 519bdfb0-270d-4b8a-8df0-eca982b0cd63 + - 71bf0ee7-f10f-4279-9347-cd4ac6019faa status: 200 OK code: 200 - duration: 93.008062ms + duration: 91.843742ms - id: 52 request: proto: HTTP/1.1 @@ -1694,28 +1717,28 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487/kubeconfig method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 1651 - body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:32:31.687149Z\", \"type\":\"kapsule-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:32:31.784094Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + content_length: 1666 + body: "{\"name\":\"kubeconfig\", \"content_type\":\"application/octet-stream\", \"content\":\"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogInRlc3QtdHlwZS1jaGFuZ2UiCiAgY2x1c3RlcjoKICAgIGNlcnRpZmljYXRlLWF1dGhvcml0eS1kYXRhOiBMUzB0TFMxQ1JVZEpUaUJEUlZKVVNVWkpRMEZVUlMwdExTMHRDazFKU1VKWGVrTkRRVkZIWjBGM1NVSkJaMGxDUVVSQlMwSm5aM0ZvYTJwUFVGRlJSRUZxUVZaTlVrMTNSVkZaUkZaUlVVUkZkM0J5WkZkS2JHTnROV3dLWkVkV2VrMUNORmhFVkVreFRWUkJlVTlVUlROTmVrbDVUa1p2V0VSVVRURk5WRUY1VDFSRk0wMTZTWGxPUm05M1JsUkZWRTFDUlVkQk1WVkZRWGhOU3dwaE0xWnBXbGhLZFZwWVVteGpla0phVFVKTlIwSjVjVWRUVFRRNVFXZEZSME5EY1VkVFRUUTVRWGRGU0VFd1NVRkNUVkptU2s1SE1DOXFWVTFGWml0NUNsbHpUbXQxTUhCWVNXeDNkbmxKU2pocFQyNVBRMWgwV0dsQ2JYbzVhbWx4UzJKSk5IZzFWakJ2U0RCeFp6Wmtka1F4Y2paYVkwWXJRa3hITm05bFUwWUtjVFV3ZW5adVQycFJha0pCVFVFMFIwRXhWV1JFZDBWQ0wzZFJSVUYzU1VOd1JFRlFRbWRPVmtoU1RVSkJaamhGUWxSQlJFRlJTQzlOUWpCSFFURlZaQXBFWjFGWFFrSlRlWGRpWTIxcldUZ3pNV0pqVkV4Q1FYZFZXbTlCWmtWQlRuTkVRVXRDWjJkeGFHdHFUMUJSVVVSQlowNUpRVVJDUmtGcFJVRjBXR2hDQ25ObmJsSlVWVk13VW5BMlEyRmpRV0ZXVWpBeFoyNTFWMGR2Um1abU9FWlFUbGRCUlVaQ2MwTkpRVmhQZW1zNE9WUkJiSFJhYW5CdU5YUTVkSEJ2U1VvS2JVb3hkWFpITkdKMWFrNURWbXd5T0ZGbVlrY0tMUzB0TFMxRlRrUWdRMFZTVkVsR1NVTkJWRVV0TFMwdExRbz0KICAgIHNlcnZlcjogaHR0cHM6Ly9jMTEyYTQ1NC1mNjM0LTQ5NTAtODA5NS1lMTgzMTQwMGE0ODcuYXBpLms4cy5mci1wYXIuc2N3LmNsb3VkOjY0NDMKY29udGV4dHM6Ci0gbmFtZTogYWRtaW5AdGVzdC10eXBlLWNoYW5nZQogIGNvbnRleHQ6CiAgICBjbHVzdGVyOiAidGVzdC10eXBlLWNoYW5nZSIKICAgIHVzZXI6IHRlc3QtdHlwZS1jaGFuZ2UtYWRtaW4KY3VycmVudC1jb250ZXh0OiBhZG1pbkB0ZXN0LXR5cGUtY2hhbmdlCmtpbmQ6IENvbmZpZwpwcmVmZXJlbmNlczoge30KdXNlcnM6Ci0gbmFtZTogdGVzdC10eXBlLWNoYW5nZS1hZG1pbgogIHVzZXI6CiAgICB0b2tlbjogbE0zUVdtOFRiejRHY0x0SmpwWUVDVnJZREVtZmtWUDF2cnN0TDhIVzFZeFYyRndXWEphRG9paDk=\"}" headers: Content-Length: - - "1651" + - "1666" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 17:34:54 GMT + - Thu, 30 Oct 2025 17:48:12 GMT Server: - Scaleway API Gateway (fr-par-3;edge02) X-Request-Id: - - 0da54a27-512d-4565-ab0b-533551a70372 + - b4dd42e7-27a2-45b1-82b8-3109cc52fc8a status: 200 OK code: 200 - duration: 89.917024ms + duration: 99.619228ms - id: 53 request: proto: HTTP/1.1 @@ -1732,22 +1755,22 @@ interactions: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 1651 - body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:32:31.687149Z\", \"type\":\"kapsule-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:32:31.784094Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + content_length: 1648 + body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:48:12.180252Z\", \"type\":\"kapsule-dedicated-8\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:43:47.055291Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" headers: Content-Length: - - "1651" + - "1648" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 17:34:59 GMT + - Thu, 30 Oct 2025 17:48:12 GMT Server: - Scaleway API Gateway (fr-par-3;edge02) X-Request-Id: - - ab9f4aee-eaa7-497b-ad41-64fa0461b7a0 + - 03057762-24a9-4cd9-93bd-b4836bd258fe status: 200 OK code: 200 - duration: 96.077655ms + duration: 18.582078ms - id: 54 request: proto: HTTP/1.1 @@ -1758,28 +1781,28 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 + url: https://api.scaleway.com/vpc/v2/regions/fr-par/vpcs/abc9cb6f-35f4-4119-8a61-418592c48d78 method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 1651 - body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:32:31.687149Z\", \"type\":\"kapsule-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:32:31.784094Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + content_length: 421 + body: "{\"id\":\"abc9cb6f-35f4-4119-8a61-418592c48d78\", \"name\":\"tf-vpc-cool-ardinghelli\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:23.250212Z\", \"updated_at\":\"2025-10-30T17:32:23.250212Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_default\":false, \"private_network_count\":1, \"routing_enabled\":true, \"custom_routes_propagation_enabled\":true, \"region\":\"fr-par\"}" headers: Content-Length: - - "1651" + - "421" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 17:35:04 GMT + - Thu, 30 Oct 2025 17:48:13 GMT Server: - Scaleway API Gateway (fr-par-3;edge02) X-Request-Id: - - d88a8948-7763-4509-8060-74954e99746d + - 017225f2-92d5-43bf-b784-68eaff6cd45d status: 200 OK code: 200 - duration: 83.531868ms + duration: 42.320581ms - id: 55 request: proto: HTTP/1.1 @@ -1790,28 +1813,28 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 + url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks/15f251cc-3925-4375-85b3-2e1ed1458f44 method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 1651 - body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:32:31.687149Z\", \"type\":\"kapsule-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:32:31.784094Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + content_length: 1086 + body: "{\"id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"name\":\"test-type-change\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:23.479384Z\", \"updated_at\":\"2025-10-30T17:32:23.479384Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"subnets\":[{\"id\":\"07123eac-9369-4f95-8d04-60230299a581\", \"created_at\":\"2025-10-30T17:32:23.479384Z\", \"updated_at\":\"2025-10-30T17:32:23.479384Z\", \"subnet\":\"172.18.20.0/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"vpc_id\":\"abc9cb6f-35f4-4119-8a61-418592c48d78\"}, {\"id\":\"06551711-cf24-46d0-a1c2-1fe06e2adb94\", \"created_at\":\"2025-10-30T17:32:23.479384Z\", \"updated_at\":\"2025-10-30T17:32:23.479384Z\", \"subnet\":\"fd5f:519c:6d46:c7fd::/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"vpc_id\":\"abc9cb6f-35f4-4119-8a61-418592c48d78\"}], \"vpc_id\":\"abc9cb6f-35f4-4119-8a61-418592c48d78\", \"dhcp_enabled\":true, \"default_route_propagation_enabled\":false, \"region\":\"fr-par\"}" headers: Content-Length: - - "1651" + - "1086" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 17:35:09 GMT + - Thu, 30 Oct 2025 17:48:13 GMT Server: - Scaleway API Gateway (fr-par-3;edge02) X-Request-Id: - - 7792f4f3-ccff-4871-8238-b06d6c82dae0 + - e24c8d30-b4b0-4c9e-b7d6-7b2be0ecac6f status: 200 OK code: 200 - duration: 93.61557ms + duration: 27.011993ms - id: 56 request: proto: HTTP/1.1 @@ -1828,22 +1851,22 @@ interactions: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 1651 - body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:32:31.687149Z\", \"type\":\"kapsule-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:32:31.784094Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + content_length: 1648 + body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:48:12.180252Z\", \"type\":\"kapsule-dedicated-8\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:43:47.055291Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" headers: Content-Length: - - "1651" + - "1648" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 17:35:14 GMT + - Thu, 30 Oct 2025 17:48:13 GMT Server: - Scaleway API Gateway (fr-par-3;edge02) X-Request-Id: - - 45e03e6f-481a-46f8-8819-22531dd74d8d + - 7d11e95f-b702-40a4-a359-2b43efc49ab7 status: 200 OK code: 200 - duration: 81.839893ms + duration: 24.794743ms - id: 57 request: proto: HTTP/1.1 @@ -1854,28 +1877,28 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487/kubeconfig method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 1651 - body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:32:31.687149Z\", \"type\":\"kapsule-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:32:31.784094Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + content_length: 1666 + body: "{\"name\":\"kubeconfig\", \"content_type\":\"application/octet-stream\", \"content\":\"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogInRlc3QtdHlwZS1jaGFuZ2UiCiAgY2x1c3RlcjoKICAgIGNlcnRpZmljYXRlLWF1dGhvcml0eS1kYXRhOiBMUzB0TFMxQ1JVZEpUaUJEUlZKVVNVWkpRMEZVUlMwdExTMHRDazFKU1VKWGVrTkRRVkZIWjBGM1NVSkJaMGxDUVVSQlMwSm5aM0ZvYTJwUFVGRlJSRUZxUVZaTlVrMTNSVkZaUkZaUlVVUkZkM0J5WkZkS2JHTnROV3dLWkVkV2VrMUNORmhFVkVreFRWUkJlVTlVUlROTmVrbDVUa1p2V0VSVVRURk5WRUY1VDFSRk0wMTZTWGxPUm05M1JsUkZWRTFDUlVkQk1WVkZRWGhOU3dwaE0xWnBXbGhLZFZwWVVteGpla0phVFVKTlIwSjVjVWRUVFRRNVFXZEZSME5EY1VkVFRUUTVRWGRGU0VFd1NVRkNUVkptU2s1SE1DOXFWVTFGWml0NUNsbHpUbXQxTUhCWVNXeDNkbmxKU2pocFQyNVBRMWgwV0dsQ2JYbzVhbWx4UzJKSk5IZzFWakJ2U0RCeFp6Wmtka1F4Y2paYVkwWXJRa3hITm05bFUwWUtjVFV3ZW5adVQycFJha0pCVFVFMFIwRXhWV1JFZDBWQ0wzZFJSVUYzU1VOd1JFRlFRbWRPVmtoU1RVSkJaamhGUWxSQlJFRlJTQzlOUWpCSFFURlZaQXBFWjFGWFFrSlRlWGRpWTIxcldUZ3pNV0pqVkV4Q1FYZFZXbTlCWmtWQlRuTkVRVXRDWjJkeGFHdHFUMUJSVVVSQlowNUpRVVJDUmtGcFJVRjBXR2hDQ25ObmJsSlVWVk13VW5BMlEyRmpRV0ZXVWpBeFoyNTFWMGR2Um1abU9FWlFUbGRCUlVaQ2MwTkpRVmhQZW1zNE9WUkJiSFJhYW5CdU5YUTVkSEJ2U1VvS2JVb3hkWFpITkdKMWFrNURWbXd5T0ZGbVlrY0tMUzB0TFMxRlRrUWdRMFZTVkVsR1NVTkJWRVV0TFMwdExRbz0KICAgIHNlcnZlcjogaHR0cHM6Ly9jMTEyYTQ1NC1mNjM0LTQ5NTAtODA5NS1lMTgzMTQwMGE0ODcuYXBpLms4cy5mci1wYXIuc2N3LmNsb3VkOjY0NDMKY29udGV4dHM6Ci0gbmFtZTogYWRtaW5AdGVzdC10eXBlLWNoYW5nZQogIGNvbnRleHQ6CiAgICBjbHVzdGVyOiAidGVzdC10eXBlLWNoYW5nZSIKICAgIHVzZXI6IHRlc3QtdHlwZS1jaGFuZ2UtYWRtaW4KY3VycmVudC1jb250ZXh0OiBhZG1pbkB0ZXN0LXR5cGUtY2hhbmdlCmtpbmQ6IENvbmZpZwpwcmVmZXJlbmNlczoge30KdXNlcnM6Ci0gbmFtZTogdGVzdC10eXBlLWNoYW5nZS1hZG1pbgogIHVzZXI6CiAgICB0b2tlbjogbE0zUVdtOFRiejRHY0x0SmpwWUVDVnJZREVtZmtWUDF2cnN0TDhIVzFZeFYyRndXWEphRG9paDk=\"}" headers: Content-Length: - - "1651" + - "1666" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 17:35:20 GMT + - Thu, 30 Oct 2025 17:48:13 GMT Server: - Scaleway API Gateway (fr-par-3;edge02) X-Request-Id: - - 38ca5bb0-d6b3-4945-8447-ac956e0f905d + - 46c94ebd-4055-497a-8364-d77d94ba84f6 status: 200 OK code: 200 - duration: 125.808839ms + duration: 89.345406ms - id: 58 request: proto: HTTP/1.1 @@ -1892,22 +1915,22 @@ interactions: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 1651 - body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:32:31.687149Z\", \"type\":\"kapsule-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:32:31.784094Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + content_length: 1648 + body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:48:12.180252Z\", \"type\":\"kapsule-dedicated-8\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:43:47.055291Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" headers: Content-Length: - - "1651" + - "1648" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 17:35:25 GMT + - Thu, 30 Oct 2025 17:48:13 GMT Server: - Scaleway API Gateway (fr-par-3;edge02) X-Request-Id: - - da5b6ddc-c26c-4359-bf0b-7c8dc88d23b5 + - 46ba27c0-1aaf-4da7-925a-47603c104e98 status: 200 OK code: 200 - duration: 85.782067ms + duration: 24.656904ms - id: 59 request: proto: HTTP/1.1 @@ -1918,28 +1941,28 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 + url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks/15f251cc-3925-4375-85b3-2e1ed1458f44 method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 1651 - body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:32:31.687149Z\", \"type\":\"kapsule-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:32:31.784094Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + content_length: 1086 + body: "{\"id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"name\":\"test-type-change\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:23.479384Z\", \"updated_at\":\"2025-10-30T17:32:23.479384Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"subnets\":[{\"id\":\"07123eac-9369-4f95-8d04-60230299a581\", \"created_at\":\"2025-10-30T17:32:23.479384Z\", \"updated_at\":\"2025-10-30T17:32:23.479384Z\", \"subnet\":\"172.18.20.0/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"vpc_id\":\"abc9cb6f-35f4-4119-8a61-418592c48d78\"}, {\"id\":\"06551711-cf24-46d0-a1c2-1fe06e2adb94\", \"created_at\":\"2025-10-30T17:32:23.479384Z\", \"updated_at\":\"2025-10-30T17:32:23.479384Z\", \"subnet\":\"fd5f:519c:6d46:c7fd::/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"vpc_id\":\"abc9cb6f-35f4-4119-8a61-418592c48d78\"}], \"vpc_id\":\"abc9cb6f-35f4-4119-8a61-418592c48d78\", \"dhcp_enabled\":true, \"default_route_propagation_enabled\":false, \"region\":\"fr-par\"}" headers: Content-Length: - - "1651" + - "1086" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 17:35:30 GMT + - Thu, 30 Oct 2025 17:48:13 GMT Server: - Scaleway API Gateway (fr-par-3;edge02) X-Request-Id: - - 9c529a71-651c-4a39-8d50-e19c1a788f58 + - 6a8a199f-cc12-48c7-a78e-98f58a99bb45 status: 200 OK code: 200 - duration: 93.1823ms + duration: 31.978479ms - id: 60 request: proto: HTTP/1.1 @@ -1950,28 +1973,28 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 + url: https://api.scaleway.com/vpc/v2/regions/fr-par/vpcs/abc9cb6f-35f4-4119-8a61-418592c48d78 method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 1651 - body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:32:31.687149Z\", \"type\":\"kapsule-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:32:31.784094Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + content_length: 421 + body: "{\"id\":\"abc9cb6f-35f4-4119-8a61-418592c48d78\", \"name\":\"tf-vpc-cool-ardinghelli\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:23.250212Z\", \"updated_at\":\"2025-10-30T17:32:23.250212Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_default\":false, \"private_network_count\":1, \"routing_enabled\":true, \"custom_routes_propagation_enabled\":true, \"region\":\"fr-par\"}" headers: Content-Length: - - "1651" + - "421" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 17:35:35 GMT + - Thu, 30 Oct 2025 17:48:13 GMT Server: - Scaleway API Gateway (fr-par-3;edge02) X-Request-Id: - - 7199e81a-d7b3-40ad-9ee2-ae0f3cd2dafc + - b32f5f9f-c2d6-4bd0-98ff-b2032c502c9e status: 200 OK code: 200 - duration: 85.657411ms + duration: 33.205301ms - id: 61 request: proto: HTTP/1.1 @@ -1982,28 +2005,28 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487/kubeconfig method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 1651 - body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:32:31.687149Z\", \"type\":\"kapsule-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:32:31.784094Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + content_length: 1666 + body: "{\"name\":\"kubeconfig\", \"content_type\":\"application/octet-stream\", \"content\":\"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogInRlc3QtdHlwZS1jaGFuZ2UiCiAgY2x1c3RlcjoKICAgIGNlcnRpZmljYXRlLWF1dGhvcml0eS1kYXRhOiBMUzB0TFMxQ1JVZEpUaUJEUlZKVVNVWkpRMEZVUlMwdExTMHRDazFKU1VKWGVrTkRRVkZIWjBGM1NVSkJaMGxDUVVSQlMwSm5aM0ZvYTJwUFVGRlJSRUZxUVZaTlVrMTNSVkZaUkZaUlVVUkZkM0J5WkZkS2JHTnROV3dLWkVkV2VrMUNORmhFVkVreFRWUkJlVTlVUlROTmVrbDVUa1p2V0VSVVRURk5WRUY1VDFSRk0wMTZTWGxPUm05M1JsUkZWRTFDUlVkQk1WVkZRWGhOU3dwaE0xWnBXbGhLZFZwWVVteGpla0phVFVKTlIwSjVjVWRUVFRRNVFXZEZSME5EY1VkVFRUUTVRWGRGU0VFd1NVRkNUVkptU2s1SE1DOXFWVTFGWml0NUNsbHpUbXQxTUhCWVNXeDNkbmxKU2pocFQyNVBRMWgwV0dsQ2JYbzVhbWx4UzJKSk5IZzFWakJ2U0RCeFp6Wmtka1F4Y2paYVkwWXJRa3hITm05bFUwWUtjVFV3ZW5adVQycFJha0pCVFVFMFIwRXhWV1JFZDBWQ0wzZFJSVUYzU1VOd1JFRlFRbWRPVmtoU1RVSkJaamhGUWxSQlJFRlJTQzlOUWpCSFFURlZaQXBFWjFGWFFrSlRlWGRpWTIxcldUZ3pNV0pqVkV4Q1FYZFZXbTlCWmtWQlRuTkVRVXRDWjJkeGFHdHFUMUJSVVVSQlowNUpRVVJDUmtGcFJVRjBXR2hDQ25ObmJsSlVWVk13VW5BMlEyRmpRV0ZXVWpBeFoyNTFWMGR2Um1abU9FWlFUbGRCUlVaQ2MwTkpRVmhQZW1zNE9WUkJiSFJhYW5CdU5YUTVkSEJ2U1VvS2JVb3hkWFpITkdKMWFrNURWbXd5T0ZGbVlrY0tMUzB0TFMxRlRrUWdRMFZTVkVsR1NVTkJWRVV0TFMwdExRbz0KICAgIHNlcnZlcjogaHR0cHM6Ly9jMTEyYTQ1NC1mNjM0LTQ5NTAtODA5NS1lMTgzMTQwMGE0ODcuYXBpLms4cy5mci1wYXIuc2N3LmNsb3VkOjY0NDMKY29udGV4dHM6Ci0gbmFtZTogYWRtaW5AdGVzdC10eXBlLWNoYW5nZQogIGNvbnRleHQ6CiAgICBjbHVzdGVyOiAidGVzdC10eXBlLWNoYW5nZSIKICAgIHVzZXI6IHRlc3QtdHlwZS1jaGFuZ2UtYWRtaW4KY3VycmVudC1jb250ZXh0OiBhZG1pbkB0ZXN0LXR5cGUtY2hhbmdlCmtpbmQ6IENvbmZpZwpwcmVmZXJlbmNlczoge30KdXNlcnM6Ci0gbmFtZTogdGVzdC10eXBlLWNoYW5nZS1hZG1pbgogIHVzZXI6CiAgICB0b2tlbjogbE0zUVdtOFRiejRHY0x0SmpwWUVDVnJZREVtZmtWUDF2cnN0TDhIVzFZeFYyRndXWEphRG9paDk=\"}" headers: Content-Length: - - "1651" + - "1666" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 17:35:40 GMT + - Thu, 30 Oct 2025 17:48:13 GMT Server: - Scaleway API Gateway (fr-par-3;edge02) X-Request-Id: - - fd0d2257-80cb-4859-960e-90910176b08a + - 4631c0b3-27b0-4edd-8d7d-6e4a471e46bd status: 200 OK code: 200 - duration: 83.714193ms + duration: 21.576637ms - id: 62 request: proto: HTTP/1.1 @@ -2014,28 +2037,28 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487/available-types method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 1651 - body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:32:31.687149Z\", \"type\":\"kapsule-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:32:31.784094Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + content_length: 286 + body: "{\"cluster_types\":[{\"name\":\"kapsule-dedicated-16\", \"availability\":\"available\", \"max_nodes\":500, \"commitment_delay\":\"2592000s\", \"sla\":99.5, \"resiliency\":\"high_availability\", \"memory\":16000000000, \"dedicated\":true, \"audit_logs_supported\":true, \"max_etcd_size\":200000000}], \"total_count\":1}" headers: Content-Length: - - "1651" + - "286" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 17:35:45 GMT + - Thu, 30 Oct 2025 17:48:13 GMT Server: - Scaleway API Gateway (fr-par-3;edge02) X-Request-Id: - - 7f7c99cc-dec7-496e-b9b1-d5bf751ed9c3 + - 44d353ac-3feb-4a9d-84e9-e8a260b1789e status: 200 OK code: 200 - duration: 80.081638ms + duration: 122.733569ms - id: 63 request: proto: HTTP/1.1 @@ -2043,31 +2066,34 @@ interactions: proto_minor: 1 content_length: 0 host: api.scaleway.com + form: + with_additional_resources: + - "false" headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 - method: GET + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487?with_additional_resources=false + method: DELETE response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 1651 - body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:32:31.687149Z\", \"type\":\"kapsule-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:32:31.784094Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + content_length: 1652 + body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:48:13.809487Z\", \"type\":\"kapsule-dedicated-8\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:43:47.055291Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":false, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" headers: Content-Length: - - "1651" + - "1652" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 17:35:50 GMT + - Thu, 30 Oct 2025 17:48:13 GMT Server: - Scaleway API Gateway (fr-par-3;edge02) X-Request-Id: - - 2822b577-e2f3-4926-8339-583ce11a19ff + - 875d292f-52e6-4cea-9bd6-f4b37a35896b status: 200 OK code: 200 - duration: 83.010407ms + duration: 105.473631ms - id: 64 request: proto: HTTP/1.1 @@ -2085,21 +2111,21 @@ interactions: proto_major: 2 proto_minor: 0 content_length: 1651 - body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:32:31.687149Z\", \"type\":\"kapsule-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:32:31.784094Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:48:13.809487Z\", \"type\":\"kapsule-dedicated-8\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:43:47.055291Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" headers: Content-Length: - "1651" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 17:35:55 GMT + - Thu, 30 Oct 2025 17:48:13 GMT Server: - Scaleway API Gateway (fr-par-3;edge02) X-Request-Id: - - d9088edc-e738-4d08-8dc3-6b0970356adc + - c6719517-0187-48ce-b2f4-2f69b006161a status: 200 OK code: 200 - duration: 90.026166ms + duration: 100.327767ms - id: 65 request: proto: HTTP/1.1 @@ -2116,22 +2142,22 @@ interactions: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 1651 - body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:32:31.687149Z\", \"type\":\"kapsule-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:32:31.784094Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + content_length: 128 + body: "{\"message\":\"resource is not found\",\"resource\":\"cluster\",\"resource_id\":\"c112a454-f634-4950-8095-e1831400a487\",\"type\":\"not_found\"}" headers: Content-Length: - - "1651" + - "128" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 17:36:00 GMT + - Thu, 30 Oct 2025 17:48:19 GMT Server: - Scaleway API Gateway (fr-par-3;edge02) X-Request-Id: - - d714f99b-6daa-4806-a5a3-7160181db738 - status: 200 OK - code: 200 - duration: 242.834588ms + - 7341bd04-fce9-46d0-ac9b-6e1497570561 + status: 404 Not Found + code: 404 + duration: 26.314345ms - id: 66 request: proto: HTTP/1.1 @@ -2142,28 +2168,26 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 - method: GET + url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks/15f251cc-3925-4375-85b3-2e1ed1458f44 + method: DELETE response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 1648 - body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:36:04.999268Z\", \"type\":\"kapsule-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:32:31.784094Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + content_length: 0 + body: "" headers: - Content-Length: - - "1648" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 17:36:06 GMT + - Thu, 30 Oct 2025 17:48:20 GMT Server: - Scaleway API Gateway (fr-par-3;edge02) X-Request-Id: - - 89c8b6b8-ac14-4a0d-9ecd-333b28ade83f - status: 200 OK - code: 200 - duration: 195.512594ms + - 2d24a466-e500-4992-91e5-0167bb16b012 + status: 204 No Content + code: 204 + duration: 1.124239084s - id: 67 request: proto: HTTP/1.1 @@ -2171,73 +2195,64 @@ interactions: proto_minor: 1 content_length: 0 host: api.scaleway.com - form: - order_by: - - created_at_asc - page: - - "1" - status: - - unknown headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487/pools?order_by=created_at_asc&page=1&status=unknown - method: GET + url: https://api.scaleway.com/vpc/v2/regions/fr-par/vpcs/abc9cb6f-35f4-4119-8a61-418592c48d78 + method: DELETE response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 29 - body: "{\"total_count\":0, \"pools\":[]}" + content_length: 0 + body: "" headers: - Content-Length: - - "29" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 17:36:06 GMT + - Thu, 30 Oct 2025 17:48:20 GMT Server: - Scaleway API Gateway (fr-par-3;edge02) X-Request-Id: - - 137981de-a04a-4253-bb85-493c5529ddd8 - status: 200 OK - code: 200 - duration: 31.137752ms + - ae0ea824-a82d-4b4d-819f-6051e606e522 + status: 204 No Content + code: 204 + duration: 250.007868ms - id: 68 request: proto: HTTP/1.1 proto_major: 1 proto_minor: 1 - content_length: 592 + content_length: 661 host: api.scaleway.com - body: "{\"autoscaler_config\":{\"scale_down_disabled\":null,\"scale_down_delay_after_add\":null,\"estimator\":\"unknown_estimator\",\"expander\":\"unknown_expander\",\"ignore_daemonsets_utilization\":null,\"balance_similar_node_groups\":null,\"expendable_pods_priority_cutoff\":null,\"scale_down_unneeded_time\":null,\"scale_down_utilization_threshold\":null,\"max_graceful_termination_sec\":null},\"auto_upgrade\":{\"enable\":null,\"maintenance_window\":null},\"open_id_connect_config\":{\"issuer_url\":null,\"client_id\":null,\"username_claim\":null,\"username_prefix\":null,\"groups_claim\":null,\"groups_prefix\":null,\"required_claim\":null}}" + body: "{\"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\",\"type\":\"multicloud-dedicated-4\",\"name\":\"test-type-change\",\"description\":\"\",\"tags\":[\"terraform-test\",\"scaleway_k8s_cluster\",\"type-change\"],\"version\":\"1.34.1\",\"cni\":\"kilo\",\"pools\":null,\"autoscaler_config\":{\"scale_down_disabled\":null,\"scale_down_delay_after_add\":null,\"estimator\":\"unknown_estimator\",\"expander\":\"unknown_expander\",\"ignore_daemonsets_utilization\":null,\"balance_similar_node_groups\":null,\"expendable_pods_priority_cutoff\":0,\"scale_down_unneeded_time\":null,\"scale_down_utilization_threshold\":null,\"max_graceful_termination_sec\":0},\"feature_gates\":[],\"admission_plugins\":[],\"apiserver_cert_sans\":[]}" headers: Content-Type: - application/json User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 - method: PATCH + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters + method: POST response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 1652 - body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:36:06.246915Z\", \"type\":\"kapsule-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:32:31.784094Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":false, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + content_length: 1583 + body: "{\"region\":\"fr-par\", \"id\":\"64803d5d-ac0a-45fa-82e6-e0f037266daa\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:48:20.702469Z\", \"updated_at\":\"2025-10-30T17:48:20.702469Z\", \"type\":\"multicloud-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"creating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://64803d5d-ac0a-45fa-82e6-e0f037266daa.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.64803d5d-ac0a-45fa-82e6-e0f037266daa.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-11-29T17:48:20.702476Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"\", \"new_images_enabled\":false, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" headers: Content-Length: - - "1652" + - "1583" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 17:36:06 GMT + - Thu, 30 Oct 2025 17:48:20 GMT Server: - Scaleway API Gateway (fr-par-3;edge02) X-Request-Id: - - 0b4b1be1-80ab-4fa2-90ae-1f5340c5123c + - f1adf67d-a0a5-4f4e-ac7d-7c5a09d3536a status: 200 OK code: 200 - duration: 240.491787ms + duration: 293.356489ms - id: 69 request: proto: HTTP/1.1 @@ -2248,28 +2263,28 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/64803d5d-ac0a-45fa-82e6-e0f037266daa method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 1651 - body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:36:06.246915Z\", \"type\":\"kapsule-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:32:31.784094Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + content_length: 1582 + body: "{\"region\":\"fr-par\", \"id\":\"64803d5d-ac0a-45fa-82e6-e0f037266daa\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:48:20.702469Z\", \"updated_at\":\"2025-10-30T17:48:20.702469Z\", \"type\":\"multicloud-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"creating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://64803d5d-ac0a-45fa-82e6-e0f037266daa.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.64803d5d-ac0a-45fa-82e6-e0f037266daa.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-11-29T17:48:20.702476Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" headers: Content-Length: - - "1651" + - "1582" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 17:36:06 GMT + - Thu, 30 Oct 2025 17:48:20 GMT Server: - Scaleway API Gateway (fr-par-3;edge02) X-Request-Id: - - 14c2dd5b-9db7-4102-84ad-aae6c8a766bd + - 050caab1-5cbc-4479-b38b-dc1ee7a73e7e status: 200 OK code: 200 - duration: 105.535342ms + duration: 87.369293ms - id: 70 request: proto: HTTP/1.1 @@ -2280,28 +2295,28 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/64803d5d-ac0a-45fa-82e6-e0f037266daa method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 1651 - body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:36:06.246915Z\", \"type\":\"kapsule-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:32:31.784094Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + content_length: 1615 + body: "{\"region\":\"fr-par\", \"id\":\"64803d5d-ac0a-45fa-82e6-e0f037266daa\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:48:20.702469Z\", \"updated_at\":\"2025-10-30T17:50:37.258653Z\", \"type\":\"multicloud-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://64803d5d-ac0a-45fa-82e6-e0f037266daa.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.64803d5d-ac0a-45fa-82e6-e0f037266daa.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-11-29T17:48:20.702476Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"1287e4f9-481a-4b20-b218-d1545d3eff3c\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" headers: Content-Length: - - "1651" + - "1615" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 17:36:11 GMT + - Thu, 30 Oct 2025 17:50:38 GMT Server: - Scaleway API Gateway (fr-par-3;edge02) X-Request-Id: - - c2931eb6-3b85-49c9-b10b-70a3280f40bf + - 46fb0fce-b243-481d-b257-6a56ef08d40e status: 200 OK code: 200 - duration: 117.769207ms + duration: 100.659252ms - id: 71 request: proto: HTTP/1.1 @@ -2312,28 +2327,28 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/64803d5d-ac0a-45fa-82e6-e0f037266daa method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 1651 - body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:36:06.246915Z\", \"type\":\"kapsule-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:32:31.784094Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + content_length: 1615 + body: "{\"region\":\"fr-par\", \"id\":\"64803d5d-ac0a-45fa-82e6-e0f037266daa\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:48:20.702469Z\", \"updated_at\":\"2025-10-30T17:50:37.258653Z\", \"type\":\"multicloud-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://64803d5d-ac0a-45fa-82e6-e0f037266daa.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.64803d5d-ac0a-45fa-82e6-e0f037266daa.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-11-29T17:48:20.702476Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"1287e4f9-481a-4b20-b218-d1545d3eff3c\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" headers: Content-Length: - - "1651" + - "1615" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 17:36:16 GMT + - Thu, 30 Oct 2025 17:50:38 GMT Server: - Scaleway API Gateway (fr-par-3;edge02) X-Request-Id: - - 9c96e917-dfe0-4eae-9362-cc5fc855f584 + - ff864067-0324-4df0-a800-c03474957db5 status: 200 OK code: 200 - duration: 100.238274ms + duration: 27.557999ms - id: 72 request: proto: HTTP/1.1 @@ -2344,28 +2359,28 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/64803d5d-ac0a-45fa-82e6-e0f037266daa/kubeconfig method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 1651 - body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:36:06.246915Z\", \"type\":\"kapsule-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:32:31.784094Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + content_length: 1670 + body: "{\"name\":\"kubeconfig\", \"content_type\":\"application/octet-stream\", \"content\":\"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogInRlc3QtdHlwZS1jaGFuZ2UiCiAgY2x1c3RlcjoKICAgIGNlcnRpZmljYXRlLWF1dGhvcml0eS1kYXRhOiBMUzB0TFMxQ1JVZEpUaUJEUlZKVVNVWkpRMEZVUlMwdExTMHRDazFKU1VKWVJFTkRRVkZIWjBGM1NVSkJaMGxDUVVSQlMwSm5aM0ZvYTJwUFVGRlJSRUZxUVZaTlVrMTNSVkZaUkZaUlVVUkZkM0J5WkZkS2JHTnROV3dLWkVkV2VrMUNORmhFVkVreFRWUkJlVTlVUlROT1JHZDVUVVp2V0VSVVRURk5WRUY1VDFSRk0wNUVaM2xOUm05M1JsUkZWRTFDUlVkQk1WVkZRWGhOU3dwaE0xWnBXbGhLZFZwWVVteGpla0phVFVKTlIwSjVjVWRUVFRRNVFXZEZSME5EY1VkVFRUUTVRWGRGU0VFd1NVRkNUMlEwWjNka2FETkxNekpxYmtkeUNtdzNSbmxFT0ZRMlNIZFZaVFJoYm1WT1F6SkpVREJPYkhONGFFVkpWM2dyVVRCRVZFNHhjWGhMWmtob2JVNVpjMDVMU1hCdFJ6Um1VbGtyYTJSbmMzY0tjVU5xZWtvNVYycFJha0pCVFVFMFIwRXhWV1JFZDBWQ0wzZFJSVUYzU1VOd1JFRlFRbWRPVmtoU1RVSkJaamhGUWxSQlJFRlJTQzlOUWpCSFFURlZaQXBFWjFGWFFrSlVZbVU1ZUhCVlN6RlZUMk5ZWVhoQk4wOXZSemRaU0M4NVpreFVRVXRDWjJkeGFHdHFUMUJSVVVSQlowNUtRVVJDUjBGcFJVRm5WazVsQ21OMVluQjFPREZOTWpaM2NVaEdLek51Tm5sS1YyVmhiQzh6TkdOdE1FUldORWQ2Um5FM2MwTkpVVU5JYVdWNE1FRjVaVWxZY1Vac1YxcHpkVUZvVlZRS2FpdDJVV2xJVEVKcVQwaEJWVkJ5UVU1bWJGQllRVDA5Q2kwdExTMHRSVTVFSUVORlVsUkpSa2xEUVZSRkxTMHRMUzBLCiAgICBzZXJ2ZXI6IGh0dHBzOi8vNjQ4MDNkNWQtYWMwYS00NWZhLTgyZTYtZTBmMDM3MjY2ZGFhLmFwaS5rOHMuZnItcGFyLnNjdy5jbG91ZDo2NDQzCmNvbnRleHRzOgotIG5hbWU6IGFkbWluQHRlc3QtdHlwZS1jaGFuZ2UKICBjb250ZXh0OgogICAgY2x1c3RlcjogInRlc3QtdHlwZS1jaGFuZ2UiCiAgICB1c2VyOiB0ZXN0LXR5cGUtY2hhbmdlLWFkbWluCmN1cnJlbnQtY29udGV4dDogYWRtaW5AdGVzdC10eXBlLWNoYW5nZQpraW5kOiBDb25maWcKcHJlZmVyZW5jZXM6IHt9CnVzZXJzOgotIG5hbWU6IHRlc3QtdHlwZS1jaGFuZ2UtYWRtaW4KICB1c2VyOgogICAgdG9rZW46IG5XdklWYlQ4TkJ1cEttdE9XZ3VPRXVYYjZHUU9RdHlSczR5UHhCQ0dQNWlqY2tnQlFaRDNSRTRV\"}" headers: Content-Length: - - "1651" + - "1670" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 17:36:21 GMT + - Thu, 30 Oct 2025 17:50:38 GMT Server: - Scaleway API Gateway (fr-par-3;edge02) X-Request-Id: - - 98c50140-7423-411c-ba94-7a1804360b04 + - 369b2817-fc21-4c87-9b72-90d9e7434af6 status: 200 OK code: 200 - duration: 88.133599ms + duration: 96.189373ms - id: 73 request: proto: HTTP/1.1 @@ -2376,28 +2391,28 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/64803d5d-ac0a-45fa-82e6-e0f037266daa method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 1651 - body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:36:06.246915Z\", \"type\":\"kapsule-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:32:31.784094Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + content_length: 1615 + body: "{\"region\":\"fr-par\", \"id\":\"64803d5d-ac0a-45fa-82e6-e0f037266daa\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:48:20.702469Z\", \"updated_at\":\"2025-10-30T17:50:37.258653Z\", \"type\":\"multicloud-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://64803d5d-ac0a-45fa-82e6-e0f037266daa.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.64803d5d-ac0a-45fa-82e6-e0f037266daa.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-11-29T17:48:20.702476Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"1287e4f9-481a-4b20-b218-d1545d3eff3c\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" headers: Content-Length: - - "1651" + - "1615" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 17:36:26 GMT + - Thu, 30 Oct 2025 17:50:38 GMT Server: - Scaleway API Gateway (fr-par-3;edge02) X-Request-Id: - - 768a1e9e-55e9-4ae0-aff4-6954bc72e766 + - a3e73184-5acb-4491-9710-b0469d51034e status: 200 OK code: 200 - duration: 87.104272ms + duration: 78.846596ms - id: 74 request: proto: HTTP/1.1 @@ -2408,28 +2423,28 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/64803d5d-ac0a-45fa-82e6-e0f037266daa method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 1651 - body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:36:06.246915Z\", \"type\":\"kapsule-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:32:31.784094Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + content_length: 1615 + body: "{\"region\":\"fr-par\", \"id\":\"64803d5d-ac0a-45fa-82e6-e0f037266daa\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:48:20.702469Z\", \"updated_at\":\"2025-10-30T17:50:37.258653Z\", \"type\":\"multicloud-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://64803d5d-ac0a-45fa-82e6-e0f037266daa.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.64803d5d-ac0a-45fa-82e6-e0f037266daa.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-11-29T17:48:20.702476Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"1287e4f9-481a-4b20-b218-d1545d3eff3c\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" headers: Content-Length: - - "1651" + - "1615" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 17:36:32 GMT + - Thu, 30 Oct 2025 17:50:38 GMT Server: - Scaleway API Gateway (fr-par-3;edge02) X-Request-Id: - - dc9463a7-0691-4e2c-99af-5e637536d932 + - 4b15f5c3-333c-4e07-b5cb-032511d74eb0 status: 200 OK code: 200 - duration: 93.826298ms + duration: 22.785252ms - id: 75 request: proto: HTTP/1.1 @@ -2440,28 +2455,28 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/64803d5d-ac0a-45fa-82e6-e0f037266daa/kubeconfig method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 1651 - body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:36:06.246915Z\", \"type\":\"kapsule-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:32:31.784094Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + content_length: 1670 + body: "{\"name\":\"kubeconfig\", \"content_type\":\"application/octet-stream\", \"content\":\"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogInRlc3QtdHlwZS1jaGFuZ2UiCiAgY2x1c3RlcjoKICAgIGNlcnRpZmljYXRlLWF1dGhvcml0eS1kYXRhOiBMUzB0TFMxQ1JVZEpUaUJEUlZKVVNVWkpRMEZVUlMwdExTMHRDazFKU1VKWVJFTkRRVkZIWjBGM1NVSkJaMGxDUVVSQlMwSm5aM0ZvYTJwUFVGRlJSRUZxUVZaTlVrMTNSVkZaUkZaUlVVUkZkM0J5WkZkS2JHTnROV3dLWkVkV2VrMUNORmhFVkVreFRWUkJlVTlVUlROT1JHZDVUVVp2V0VSVVRURk5WRUY1VDFSRk0wNUVaM2xOUm05M1JsUkZWRTFDUlVkQk1WVkZRWGhOU3dwaE0xWnBXbGhLZFZwWVVteGpla0phVFVKTlIwSjVjVWRUVFRRNVFXZEZSME5EY1VkVFRUUTVRWGRGU0VFd1NVRkNUMlEwWjNka2FETkxNekpxYmtkeUNtdzNSbmxFT0ZRMlNIZFZaVFJoYm1WT1F6SkpVREJPYkhONGFFVkpWM2dyVVRCRVZFNHhjWGhMWmtob2JVNVpjMDVMU1hCdFJ6Um1VbGtyYTJSbmMzY0tjVU5xZWtvNVYycFJha0pCVFVFMFIwRXhWV1JFZDBWQ0wzZFJSVUYzU1VOd1JFRlFRbWRPVmtoU1RVSkJaamhGUWxSQlJFRlJTQzlOUWpCSFFURlZaQXBFWjFGWFFrSlVZbVU1ZUhCVlN6RlZUMk5ZWVhoQk4wOXZSemRaU0M4NVpreFVRVXRDWjJkeGFHdHFUMUJSVVVSQlowNUtRVVJDUjBGcFJVRm5WazVsQ21OMVluQjFPREZOTWpaM2NVaEdLek51Tm5sS1YyVmhiQzh6TkdOdE1FUldORWQ2Um5FM2MwTkpVVU5JYVdWNE1FRjVaVWxZY1Vac1YxcHpkVUZvVlZRS2FpdDJVV2xJVEVKcVQwaEJWVkJ5UVU1bWJGQllRVDA5Q2kwdExTMHRSVTVFSUVORlVsUkpSa2xEUVZSRkxTMHRMUzBLCiAgICBzZXJ2ZXI6IGh0dHBzOi8vNjQ4MDNkNWQtYWMwYS00NWZhLTgyZTYtZTBmMDM3MjY2ZGFhLmFwaS5rOHMuZnItcGFyLnNjdy5jbG91ZDo2NDQzCmNvbnRleHRzOgotIG5hbWU6IGFkbWluQHRlc3QtdHlwZS1jaGFuZ2UKICBjb250ZXh0OgogICAgY2x1c3RlcjogInRlc3QtdHlwZS1jaGFuZ2UiCiAgICB1c2VyOiB0ZXN0LXR5cGUtY2hhbmdlLWFkbWluCmN1cnJlbnQtY29udGV4dDogYWRtaW5AdGVzdC10eXBlLWNoYW5nZQpraW5kOiBDb25maWcKcHJlZmVyZW5jZXM6IHt9CnVzZXJzOgotIG5hbWU6IHRlc3QtdHlwZS1jaGFuZ2UtYWRtaW4KICB1c2VyOgogICAgdG9rZW46IG5XdklWYlQ4TkJ1cEttdE9XZ3VPRXVYYjZHUU9RdHlSczR5UHhCQ0dQNWlqY2tnQlFaRDNSRTRV\"}" headers: Content-Length: - - "1651" + - "1670" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 17:36:37 GMT + - Thu, 30 Oct 2025 17:50:39 GMT Server: - Scaleway API Gateway (fr-par-3;edge02) X-Request-Id: - - a768b83e-b8f9-434a-81d8-f724f806301e + - bd526c63-9486-4d52-9e10-9f24a52bd4ec status: 200 OK code: 200 - duration: 104.549109ms + duration: 82.934447ms - id: 76 request: proto: HTTP/1.1 @@ -2472,28 +2487,28 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/64803d5d-ac0a-45fa-82e6-e0f037266daa method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 1651 - body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:36:06.246915Z\", \"type\":\"kapsule-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:32:31.784094Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + content_length: 1615 + body: "{\"region\":\"fr-par\", \"id\":\"64803d5d-ac0a-45fa-82e6-e0f037266daa\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:48:20.702469Z\", \"updated_at\":\"2025-10-30T17:50:37.258653Z\", \"type\":\"multicloud-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://64803d5d-ac0a-45fa-82e6-e0f037266daa.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.64803d5d-ac0a-45fa-82e6-e0f037266daa.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-11-29T17:48:20.702476Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"1287e4f9-481a-4b20-b218-d1545d3eff3c\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" headers: Content-Length: - - "1651" + - "1615" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 17:36:42 GMT + - Thu, 30 Oct 2025 17:50:39 GMT Server: - Scaleway API Gateway (fr-par-3;edge02) X-Request-Id: - - bf9535b8-3dd0-4e1d-96e1-8cae2da120f6 + - 63e39d95-8625-45f6-9d62-a8a42a8a7282 status: 200 OK code: 200 - duration: 81.825699ms + duration: 20.590063ms - id: 77 request: proto: HTTP/1.1 @@ -2504,28 +2519,28 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/64803d5d-ac0a-45fa-82e6-e0f037266daa/kubeconfig method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 1651 - body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:36:06.246915Z\", \"type\":\"kapsule-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:32:31.784094Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + content_length: 1670 + body: "{\"name\":\"kubeconfig\", \"content_type\":\"application/octet-stream\", \"content\":\"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogInRlc3QtdHlwZS1jaGFuZ2UiCiAgY2x1c3RlcjoKICAgIGNlcnRpZmljYXRlLWF1dGhvcml0eS1kYXRhOiBMUzB0TFMxQ1JVZEpUaUJEUlZKVVNVWkpRMEZVUlMwdExTMHRDazFKU1VKWVJFTkRRVkZIWjBGM1NVSkJaMGxDUVVSQlMwSm5aM0ZvYTJwUFVGRlJSRUZxUVZaTlVrMTNSVkZaUkZaUlVVUkZkM0J5WkZkS2JHTnROV3dLWkVkV2VrMUNORmhFVkVreFRWUkJlVTlVUlROT1JHZDVUVVp2V0VSVVRURk5WRUY1VDFSRk0wNUVaM2xOUm05M1JsUkZWRTFDUlVkQk1WVkZRWGhOU3dwaE0xWnBXbGhLZFZwWVVteGpla0phVFVKTlIwSjVjVWRUVFRRNVFXZEZSME5EY1VkVFRUUTVRWGRGU0VFd1NVRkNUMlEwWjNka2FETkxNekpxYmtkeUNtdzNSbmxFT0ZRMlNIZFZaVFJoYm1WT1F6SkpVREJPYkhONGFFVkpWM2dyVVRCRVZFNHhjWGhMWmtob2JVNVpjMDVMU1hCdFJ6Um1VbGtyYTJSbmMzY0tjVU5xZWtvNVYycFJha0pCVFVFMFIwRXhWV1JFZDBWQ0wzZFJSVUYzU1VOd1JFRlFRbWRPVmtoU1RVSkJaamhGUWxSQlJFRlJTQzlOUWpCSFFURlZaQXBFWjFGWFFrSlVZbVU1ZUhCVlN6RlZUMk5ZWVhoQk4wOXZSemRaU0M4NVpreFVRVXRDWjJkeGFHdHFUMUJSVVVSQlowNUtRVVJDUjBGcFJVRm5WazVsQ21OMVluQjFPREZOTWpaM2NVaEdLek51Tm5sS1YyVmhiQzh6TkdOdE1FUldORWQ2Um5FM2MwTkpVVU5JYVdWNE1FRjVaVWxZY1Vac1YxcHpkVUZvVlZRS2FpdDJVV2xJVEVKcVQwaEJWVkJ5UVU1bWJGQllRVDA5Q2kwdExTMHRSVTVFSUVORlVsUkpSa2xEUVZSRkxTMHRMUzBLCiAgICBzZXJ2ZXI6IGh0dHBzOi8vNjQ4MDNkNWQtYWMwYS00NWZhLTgyZTYtZTBmMDM3MjY2ZGFhLmFwaS5rOHMuZnItcGFyLnNjdy5jbG91ZDo2NDQzCmNvbnRleHRzOgotIG5hbWU6IGFkbWluQHRlc3QtdHlwZS1jaGFuZ2UKICBjb250ZXh0OgogICAgY2x1c3RlcjogInRlc3QtdHlwZS1jaGFuZ2UiCiAgICB1c2VyOiB0ZXN0LXR5cGUtY2hhbmdlLWFkbWluCmN1cnJlbnQtY29udGV4dDogYWRtaW5AdGVzdC10eXBlLWNoYW5nZQpraW5kOiBDb25maWcKcHJlZmVyZW5jZXM6IHt9CnVzZXJzOgotIG5hbWU6IHRlc3QtdHlwZS1jaGFuZ2UtYWRtaW4KICB1c2VyOgogICAgdG9rZW46IG5XdklWYlQ4TkJ1cEttdE9XZ3VPRXVYYjZHUU9RdHlSczR5UHhCQ0dQNWlqY2tnQlFaRDNSRTRV\"}" headers: Content-Length: - - "1651" + - "1670" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 17:36:47 GMT + - Thu, 30 Oct 2025 17:50:39 GMT Server: - Scaleway API Gateway (fr-par-3;edge02) X-Request-Id: - - 6080fa5a-375b-46e5-94c3-a868927eea4c + - 33d58689-5ee4-4b35-a2e7-9fd76af8d03c status: 200 OK code: 200 - duration: 83.228297ms + duration: 31.896873ms - id: 78 request: proto: HTTP/1.1 @@ -2536,28 +2551,28 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/64803d5d-ac0a-45fa-82e6-e0f037266daa/available-types method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 1651 - body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:36:06.246915Z\", \"type\":\"kapsule-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:32:31.784094Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + content_length: 541 + body: "{\"cluster_types\":[{\"name\":\"multicloud-dedicated-8\", \"availability\":\"available\", \"max_nodes\":500, \"commitment_delay\":\"2592000s\", \"sla\":99.5, \"resiliency\":\"high_availability\", \"memory\":8000000000, \"dedicated\":true, \"audit_logs_supported\":true, \"max_etcd_size\":200000000}, {\"name\":\"multicloud-dedicated-16\", \"availability\":\"available\", \"max_nodes\":500, \"commitment_delay\":\"2592000s\", \"sla\":99.5, \"resiliency\":\"high_availability\", \"memory\":16000000000, \"dedicated\":true, \"audit_logs_supported\":true, \"max_etcd_size\":200000000}], \"total_count\":2}" headers: Content-Length: - - "1651" + - "541" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 17:36:52 GMT + - Thu, 30 Oct 2025 17:50:39 GMT Server: - Scaleway API Gateway (fr-par-3;edge02) X-Request-Id: - - 56d1e027-1bfc-4d34-8b90-f73f884ff463 + - 759dda77-5380-408a-975b-20a0fe5c9fe6 status: 200 OK code: 200 - duration: 109.91974ms + duration: 180.723103ms - id: 79 request: proto: HTTP/1.1 @@ -2568,28 +2583,28 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/64803d5d-ac0a-45fa-82e6-e0f037266daa/available-types method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 1651 - body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:36:06.246915Z\", \"type\":\"kapsule-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:32:31.784094Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + content_length: 541 + body: "{\"cluster_types\":[{\"name\":\"multicloud-dedicated-8\", \"availability\":\"available\", \"max_nodes\":500, \"commitment_delay\":\"2592000s\", \"sla\":99.5, \"resiliency\":\"high_availability\", \"memory\":8000000000, \"dedicated\":true, \"audit_logs_supported\":true, \"max_etcd_size\":200000000}, {\"name\":\"multicloud-dedicated-16\", \"availability\":\"available\", \"max_nodes\":500, \"commitment_delay\":\"2592000s\", \"sla\":99.5, \"resiliency\":\"high_availability\", \"memory\":16000000000, \"dedicated\":true, \"audit_logs_supported\":true, \"max_etcd_size\":200000000}], \"total_count\":2}" headers: Content-Length: - - "1651" + - "541" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 17:36:57 GMT + - Thu, 30 Oct 2025 17:50:39 GMT Server: - Scaleway API Gateway (fr-par-3;edge02) X-Request-Id: - - 51eac395-8055-46e1-81ad-d31922b011b7 + - 6c788e25-0c5d-4f1b-98a6-685de4e59f5c status: 200 OK code: 200 - duration: 90.597208ms + duration: 140.659734ms - id: 80 request: proto: HTTP/1.1 @@ -2600,60 +2615,63 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/64803d5d-ac0a-45fa-82e6-e0f037266daa method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 1651 - body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:36:06.246915Z\", \"type\":\"kapsule-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:32:31.784094Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + content_length: 1615 + body: "{\"region\":\"fr-par\", \"id\":\"64803d5d-ac0a-45fa-82e6-e0f037266daa\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:48:20.702469Z\", \"updated_at\":\"2025-10-30T17:50:37.258653Z\", \"type\":\"multicloud-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://64803d5d-ac0a-45fa-82e6-e0f037266daa.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.64803d5d-ac0a-45fa-82e6-e0f037266daa.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-11-29T17:48:20.702476Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"1287e4f9-481a-4b20-b218-d1545d3eff3c\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" headers: Content-Length: - - "1651" + - "1615" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 17:37:02 GMT + - Thu, 30 Oct 2025 17:50:39 GMT Server: - Scaleway API Gateway (fr-par-3;edge02) X-Request-Id: - - d0965c9a-1987-4c6e-984a-a2aaac89ac90 + - 3b96f3f4-9e56-4859-ada8-e3d87322de10 status: 200 OK code: 200 - duration: 81.672767ms + duration: 30.276852ms - id: 81 request: proto: HTTP/1.1 proto_major: 1 proto_minor: 1 - content_length: 0 + content_length: 33 host: api.scaleway.com + body: "{\"type\":\"multicloud-dedicated-8\"}" headers: + Content-Type: + - application/json User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 - method: GET + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/64803d5d-ac0a-45fa-82e6-e0f037266daa/set-type + method: POST response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 1651 - body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:36:06.246915Z\", \"type\":\"kapsule-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:32:31.784094Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + content_length: 1619 + body: "{\"region\":\"fr-par\", \"id\":\"64803d5d-ac0a-45fa-82e6-e0f037266daa\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:48:20.702469Z\", \"updated_at\":\"2025-10-30T17:50:39.823350Z\", \"type\":\"multicloud-dedicated-8\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://64803d5d-ac0a-45fa-82e6-e0f037266daa.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.64803d5d-ac0a-45fa-82e6-e0f037266daa.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-11-29T17:50:39.929757Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"1287e4f9-481a-4b20-b218-d1545d3eff3c\", \"new_images_enabled\":false, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" headers: Content-Length: - - "1651" + - "1619" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 17:37:07 GMT + - Thu, 30 Oct 2025 17:50:39 GMT Server: - Scaleway API Gateway (fr-par-3;edge02) X-Request-Id: - - 526117fb-e212-45ac-b7ff-98ac2d7e9ad9 + - 36fb37cf-653d-4af1-966f-33a5d90286b1 status: 200 OK code: 200 - duration: 79.457188ms + duration: 271.002005ms - id: 82 request: proto: HTTP/1.1 @@ -2664,28 +2682,28 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/64803d5d-ac0a-45fa-82e6-e0f037266daa method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 1651 - body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:36:06.246915Z\", \"type\":\"kapsule-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:32:31.784094Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + content_length: 1618 + body: "{\"region\":\"fr-par\", \"id\":\"64803d5d-ac0a-45fa-82e6-e0f037266daa\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:48:20.702469Z\", \"updated_at\":\"2025-10-30T17:50:39.823350Z\", \"type\":\"multicloud-dedicated-8\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://64803d5d-ac0a-45fa-82e6-e0f037266daa.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.64803d5d-ac0a-45fa-82e6-e0f037266daa.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-11-29T17:50:39.929757Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"1287e4f9-481a-4b20-b218-d1545d3eff3c\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" headers: Content-Length: - - "1651" + - "1618" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 17:37:12 GMT + - Thu, 30 Oct 2025 17:50:39 GMT Server: - Scaleway API Gateway (fr-par-3;edge02) X-Request-Id: - - 1846fdf8-9810-47a4-9011-bf478d64234b + - 1c70afef-482a-4d8b-9fa9-ec06302fa9c3 status: 200 OK code: 200 - duration: 87.771249ms + duration: 27.701008ms - id: 83 request: proto: HTTP/1.1 @@ -2696,28 +2714,28 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/64803d5d-ac0a-45fa-82e6-e0f037266daa method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 1651 - body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:36:06.246915Z\", \"type\":\"kapsule-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:32:31.784094Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + content_length: 1615 + body: "{\"region\":\"fr-par\", \"id\":\"64803d5d-ac0a-45fa-82e6-e0f037266daa\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:48:20.702469Z\", \"updated_at\":\"2025-10-30T17:52:11.588108Z\", \"type\":\"multicloud-dedicated-8\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://64803d5d-ac0a-45fa-82e6-e0f037266daa.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.64803d5d-ac0a-45fa-82e6-e0f037266daa.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-11-29T17:50:39.929757Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"1287e4f9-481a-4b20-b218-d1545d3eff3c\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" headers: Content-Length: - - "1651" + - "1615" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 17:37:17 GMT + - Thu, 30 Oct 2025 17:52:11 GMT Server: - Scaleway API Gateway (fr-par-3;edge02) X-Request-Id: - - d68bebf7-a09e-4c30-9891-3d026984176c + - 4a9e22a1-6ba9-4c59-8d02-414258885123 status: 200 OK code: 200 - duration: 93.790932ms + duration: 121.349564ms - id: 84 request: proto: HTTP/1.1 @@ -2725,63 +2743,73 @@ interactions: proto_minor: 1 content_length: 0 host: api.scaleway.com + form: + order_by: + - created_at_asc + page: + - "1" + status: + - unknown headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/64803d5d-ac0a-45fa-82e6-e0f037266daa/pools?order_by=created_at_asc&page=1&status=unknown method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 1651 - body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:36:06.246915Z\", \"type\":\"kapsule-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:32:31.784094Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + content_length: 29 + body: "{\"total_count\":0, \"pools\":[]}" headers: Content-Length: - - "1651" + - "29" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 17:37:22 GMT + - Thu, 30 Oct 2025 17:52:12 GMT Server: - Scaleway API Gateway (fr-par-3;edge02) X-Request-Id: - - 19a413cd-c357-48fb-8a2a-e3f2513816a7 + - d0dc9167-b635-451a-a92f-fc0b5dd8c9ea status: 200 OK code: 200 - duration: 91.355609ms + duration: 89.605856ms - id: 85 request: proto: HTTP/1.1 proto_major: 1 proto_minor: 1 - content_length: 0 + content_length: 592 host: api.scaleway.com + body: "{\"autoscaler_config\":{\"scale_down_disabled\":null,\"scale_down_delay_after_add\":null,\"estimator\":\"unknown_estimator\",\"expander\":\"unknown_expander\",\"ignore_daemonsets_utilization\":null,\"balance_similar_node_groups\":null,\"expendable_pods_priority_cutoff\":null,\"scale_down_unneeded_time\":null,\"scale_down_utilization_threshold\":null,\"max_graceful_termination_sec\":null},\"auto_upgrade\":{\"enable\":null,\"maintenance_window\":null},\"open_id_connect_config\":{\"issuer_url\":null,\"client_id\":null,\"username_claim\":null,\"username_prefix\":null,\"groups_claim\":null,\"groups_prefix\":null,\"required_claim\":null}}" headers: + Content-Type: + - application/json User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 - method: GET + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/64803d5d-ac0a-45fa-82e6-e0f037266daa + method: PATCH response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 1651 - body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:36:06.246915Z\", \"type\":\"kapsule-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:32:31.784094Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + content_length: 1619 + body: "{\"region\":\"fr-par\", \"id\":\"64803d5d-ac0a-45fa-82e6-e0f037266daa\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:48:20.702469Z\", \"updated_at\":\"2025-10-30T17:52:12.166496Z\", \"type\":\"multicloud-dedicated-8\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://64803d5d-ac0a-45fa-82e6-e0f037266daa.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.64803d5d-ac0a-45fa-82e6-e0f037266daa.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-11-29T17:50:39.929757Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"1287e4f9-481a-4b20-b218-d1545d3eff3c\", \"new_images_enabled\":false, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" headers: Content-Length: - - "1651" + - "1619" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 17:37:28 GMT + - Thu, 30 Oct 2025 17:52:12 GMT Server: - Scaleway API Gateway (fr-par-3;edge02) X-Request-Id: - - 33a1f039-5781-4a55-94ea-653acb220e30 + - c13972bc-a850-4dd7-bc4f-09b015c25cb8 status: 200 OK code: 200 - duration: 89.317945ms + duration: 110.151013ms - id: 86 request: proto: HTTP/1.1 @@ -2792,28 +2820,28 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/64803d5d-ac0a-45fa-82e6-e0f037266daa method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 1651 - body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:36:06.246915Z\", \"type\":\"kapsule-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:32:31.784094Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + content_length: 1618 + body: "{\"region\":\"fr-par\", \"id\":\"64803d5d-ac0a-45fa-82e6-e0f037266daa\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:48:20.702469Z\", \"updated_at\":\"2025-10-30T17:52:12.166496Z\", \"type\":\"multicloud-dedicated-8\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://64803d5d-ac0a-45fa-82e6-e0f037266daa.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.64803d5d-ac0a-45fa-82e6-e0f037266daa.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-11-29T17:50:39.929757Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"1287e4f9-481a-4b20-b218-d1545d3eff3c\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" headers: Content-Length: - - "1651" + - "1618" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 17:37:33 GMT + - Thu, 30 Oct 2025 17:52:12 GMT Server: - Scaleway API Gateway (fr-par-3;edge02) X-Request-Id: - - f536e357-6f5f-4696-9d84-21e2037e6371 + - 0b995cfc-34ed-4b36-ab0c-b7f393c68ba7 status: 200 OK code: 200 - duration: 103.696483ms + duration: 22.013574ms - id: 87 request: proto: HTTP/1.1 @@ -2824,28 +2852,28 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/64803d5d-ac0a-45fa-82e6-e0f037266daa method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 1651 - body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:36:06.246915Z\", \"type\":\"kapsule-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:32:31.784094Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + content_length: 1615 + body: "{\"region\":\"fr-par\", \"id\":\"64803d5d-ac0a-45fa-82e6-e0f037266daa\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:48:20.702469Z\", \"updated_at\":\"2025-10-30T17:54:16.320875Z\", \"type\":\"multicloud-dedicated-8\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://64803d5d-ac0a-45fa-82e6-e0f037266daa.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.64803d5d-ac0a-45fa-82e6-e0f037266daa.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-11-29T17:50:39.929757Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"1287e4f9-481a-4b20-b218-d1545d3eff3c\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" headers: Content-Length: - - "1651" + - "1615" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 17:37:38 GMT + - Thu, 30 Oct 2025 17:54:19 GMT Server: - Scaleway API Gateway (fr-par-3;edge02) X-Request-Id: - - 0366972f-a2bc-48b6-ae0e-1e03d7793e80 + - 99ef2089-f467-424a-81c5-a96026c5fd94 status: 200 OK code: 200 - duration: 107.223477ms + duration: 75.447413ms - id: 88 request: proto: HTTP/1.1 @@ -2856,28 +2884,28 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/64803d5d-ac0a-45fa-82e6-e0f037266daa method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 1651 - body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:36:06.246915Z\", \"type\":\"kapsule-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:32:31.784094Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + content_length: 1615 + body: "{\"region\":\"fr-par\", \"id\":\"64803d5d-ac0a-45fa-82e6-e0f037266daa\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:48:20.702469Z\", \"updated_at\":\"2025-10-30T17:54:16.320875Z\", \"type\":\"multicloud-dedicated-8\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://64803d5d-ac0a-45fa-82e6-e0f037266daa.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.64803d5d-ac0a-45fa-82e6-e0f037266daa.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-11-29T17:50:39.929757Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"1287e4f9-481a-4b20-b218-d1545d3eff3c\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" headers: Content-Length: - - "1651" + - "1615" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 17:37:43 GMT + - Thu, 30 Oct 2025 17:54:19 GMT Server: - Scaleway API Gateway (fr-par-3;edge02) X-Request-Id: - - 59868522-01fd-41b2-b8ba-fe76b4f46e87 + - dc79d61c-5be4-4ecd-b47d-062dbc19afae status: 200 OK code: 200 - duration: 97.797103ms + duration: 22.000459ms - id: 89 request: proto: HTTP/1.1 @@ -2888,28 +2916,28 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/64803d5d-ac0a-45fa-82e6-e0f037266daa/kubeconfig method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 1651 - body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:36:06.246915Z\", \"type\":\"kapsule-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:32:31.784094Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + content_length: 1670 + body: "{\"name\":\"kubeconfig\", \"content_type\":\"application/octet-stream\", \"content\":\"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogInRlc3QtdHlwZS1jaGFuZ2UiCiAgY2x1c3RlcjoKICAgIGNlcnRpZmljYXRlLWF1dGhvcml0eS1kYXRhOiBMUzB0TFMxQ1JVZEpUaUJEUlZKVVNVWkpRMEZVUlMwdExTMHRDazFKU1VKWVJFTkRRVkZIWjBGM1NVSkJaMGxDUVVSQlMwSm5aM0ZvYTJwUFVGRlJSRUZxUVZaTlVrMTNSVkZaUkZaUlVVUkZkM0J5WkZkS2JHTnROV3dLWkVkV2VrMUNORmhFVkVreFRWUkJlVTlVUlROT1JHZDVUVVp2V0VSVVRURk5WRUY1VDFSRk0wNUVaM2xOUm05M1JsUkZWRTFDUlVkQk1WVkZRWGhOU3dwaE0xWnBXbGhLZFZwWVVteGpla0phVFVKTlIwSjVjVWRUVFRRNVFXZEZSME5EY1VkVFRUUTVRWGRGU0VFd1NVRkNUMlEwWjNka2FETkxNekpxYmtkeUNtdzNSbmxFT0ZRMlNIZFZaVFJoYm1WT1F6SkpVREJPYkhONGFFVkpWM2dyVVRCRVZFNHhjWGhMWmtob2JVNVpjMDVMU1hCdFJ6Um1VbGtyYTJSbmMzY0tjVU5xZWtvNVYycFJha0pCVFVFMFIwRXhWV1JFZDBWQ0wzZFJSVUYzU1VOd1JFRlFRbWRPVmtoU1RVSkJaamhGUWxSQlJFRlJTQzlOUWpCSFFURlZaQXBFWjFGWFFrSlVZbVU1ZUhCVlN6RlZUMk5ZWVhoQk4wOXZSemRaU0M4NVpreFVRVXRDWjJkeGFHdHFUMUJSVVVSQlowNUtRVVJDUjBGcFJVRm5WazVsQ21OMVluQjFPREZOTWpaM2NVaEdLek51Tm5sS1YyVmhiQzh6TkdOdE1FUldORWQ2Um5FM2MwTkpVVU5JYVdWNE1FRjVaVWxZY1Vac1YxcHpkVUZvVlZRS2FpdDJVV2xJVEVKcVQwaEJWVkJ5UVU1bWJGQllRVDA5Q2kwdExTMHRSVTVFSUVORlVsUkpSa2xEUVZSRkxTMHRMUzBLCiAgICBzZXJ2ZXI6IGh0dHBzOi8vNjQ4MDNkNWQtYWMwYS00NWZhLTgyZTYtZTBmMDM3MjY2ZGFhLmFwaS5rOHMuZnItcGFyLnNjdy5jbG91ZDo2NDQzCmNvbnRleHRzOgotIG5hbWU6IGFkbWluQHRlc3QtdHlwZS1jaGFuZ2UKICBjb250ZXh0OgogICAgY2x1c3RlcjogInRlc3QtdHlwZS1jaGFuZ2UiCiAgICB1c2VyOiB0ZXN0LXR5cGUtY2hhbmdlLWFkbWluCmN1cnJlbnQtY29udGV4dDogYWRtaW5AdGVzdC10eXBlLWNoYW5nZQpraW5kOiBDb25maWcKcHJlZmVyZW5jZXM6IHt9CnVzZXJzOgotIG5hbWU6IHRlc3QtdHlwZS1jaGFuZ2UtYWRtaW4KICB1c2VyOgogICAgdG9rZW46IG5XdklWYlQ4TkJ1cEttdE9XZ3VPRXVYYjZHUU9RdHlSczR5UHhCQ0dQNWlqY2tnQlFaRDNSRTRV\"}" headers: Content-Length: - - "1651" + - "1670" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 17:37:48 GMT + - Thu, 30 Oct 2025 17:54:19 GMT Server: - Scaleway API Gateway (fr-par-3;edge02) X-Request-Id: - - 89ebf2d2-5297-45fd-a15a-952060998315 + - baab4300-cde6-459d-ba81-15d3e879a467 status: 200 OK code: 200 - duration: 84.826402ms + duration: 86.656069ms - id: 90 request: proto: HTTP/1.1 @@ -2920,28 +2948,28 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/64803d5d-ac0a-45fa-82e6-e0f037266daa method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 1651 - body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:36:06.246915Z\", \"type\":\"kapsule-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:32:31.784094Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + content_length: 1615 + body: "{\"region\":\"fr-par\", \"id\":\"64803d5d-ac0a-45fa-82e6-e0f037266daa\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:48:20.702469Z\", \"updated_at\":\"2025-10-30T17:54:16.320875Z\", \"type\":\"multicloud-dedicated-8\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://64803d5d-ac0a-45fa-82e6-e0f037266daa.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.64803d5d-ac0a-45fa-82e6-e0f037266daa.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-11-29T17:50:39.929757Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"1287e4f9-481a-4b20-b218-d1545d3eff3c\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" headers: Content-Length: - - "1651" + - "1615" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 17:37:53 GMT + - Thu, 30 Oct 2025 17:54:19 GMT Server: - Scaleway API Gateway (fr-par-3;edge02) X-Request-Id: - - 5eb27064-07bc-4b09-bdd4-6c4b9e0c0ea1 + - df3501df-05b7-437b-8a91-a01b79cda06a status: 200 OK code: 200 - duration: 73.975699ms + duration: 21.683123ms - id: 91 request: proto: HTTP/1.1 @@ -2952,28 +2980,28 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/64803d5d-ac0a-45fa-82e6-e0f037266daa method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 1651 - body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:36:06.246915Z\", \"type\":\"kapsule-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:32:31.784094Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + content_length: 1615 + body: "{\"region\":\"fr-par\", \"id\":\"64803d5d-ac0a-45fa-82e6-e0f037266daa\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:48:20.702469Z\", \"updated_at\":\"2025-10-30T17:54:16.320875Z\", \"type\":\"multicloud-dedicated-8\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://64803d5d-ac0a-45fa-82e6-e0f037266daa.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.64803d5d-ac0a-45fa-82e6-e0f037266daa.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-11-29T17:50:39.929757Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"1287e4f9-481a-4b20-b218-d1545d3eff3c\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" headers: Content-Length: - - "1651" + - "1615" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 17:37:58 GMT + - Thu, 30 Oct 2025 17:54:20 GMT Server: - Scaleway API Gateway (fr-par-3;edge02) X-Request-Id: - - c3055175-eb0b-4563-b960-6ec42b61bfaa + - 9457c6f5-a9c2-46b7-bb2d-aad7999b1949 status: 200 OK code: 200 - duration: 76.710594ms + duration: 84.336594ms - id: 92 request: proto: HTTP/1.1 @@ -2984,28 +3012,28 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/64803d5d-ac0a-45fa-82e6-e0f037266daa/kubeconfig method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 1651 - body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:36:06.246915Z\", \"type\":\"kapsule-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:32:31.784094Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + content_length: 1670 + body: "{\"name\":\"kubeconfig\", \"content_type\":\"application/octet-stream\", \"content\":\"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogInRlc3QtdHlwZS1jaGFuZ2UiCiAgY2x1c3RlcjoKICAgIGNlcnRpZmljYXRlLWF1dGhvcml0eS1kYXRhOiBMUzB0TFMxQ1JVZEpUaUJEUlZKVVNVWkpRMEZVUlMwdExTMHRDazFKU1VKWVJFTkRRVkZIWjBGM1NVSkJaMGxDUVVSQlMwSm5aM0ZvYTJwUFVGRlJSRUZxUVZaTlVrMTNSVkZaUkZaUlVVUkZkM0J5WkZkS2JHTnROV3dLWkVkV2VrMUNORmhFVkVreFRWUkJlVTlVUlROT1JHZDVUVVp2V0VSVVRURk5WRUY1VDFSRk0wNUVaM2xOUm05M1JsUkZWRTFDUlVkQk1WVkZRWGhOU3dwaE0xWnBXbGhLZFZwWVVteGpla0phVFVKTlIwSjVjVWRUVFRRNVFXZEZSME5EY1VkVFRUUTVRWGRGU0VFd1NVRkNUMlEwWjNka2FETkxNekpxYmtkeUNtdzNSbmxFT0ZRMlNIZFZaVFJoYm1WT1F6SkpVREJPYkhONGFFVkpWM2dyVVRCRVZFNHhjWGhMWmtob2JVNVpjMDVMU1hCdFJ6Um1VbGtyYTJSbmMzY0tjVU5xZWtvNVYycFJha0pCVFVFMFIwRXhWV1JFZDBWQ0wzZFJSVUYzU1VOd1JFRlFRbWRPVmtoU1RVSkJaamhGUWxSQlJFRlJTQzlOUWpCSFFURlZaQXBFWjFGWFFrSlVZbVU1ZUhCVlN6RlZUMk5ZWVhoQk4wOXZSemRaU0M4NVpreFVRVXRDWjJkeGFHdHFUMUJSVVVSQlowNUtRVVJDUjBGcFJVRm5WazVsQ21OMVluQjFPREZOTWpaM2NVaEdLek51Tm5sS1YyVmhiQzh6TkdOdE1FUldORWQ2Um5FM2MwTkpVVU5JYVdWNE1FRjVaVWxZY1Vac1YxcHpkVUZvVlZRS2FpdDJVV2xJVEVKcVQwaEJWVkJ5UVU1bWJGQllRVDA5Q2kwdExTMHRSVTVFSUVORlVsUkpSa2xEUVZSRkxTMHRMUzBLCiAgICBzZXJ2ZXI6IGh0dHBzOi8vNjQ4MDNkNWQtYWMwYS00NWZhLTgyZTYtZTBmMDM3MjY2ZGFhLmFwaS5rOHMuZnItcGFyLnNjdy5jbG91ZDo2NDQzCmNvbnRleHRzOgotIG5hbWU6IGFkbWluQHRlc3QtdHlwZS1jaGFuZ2UKICBjb250ZXh0OgogICAgY2x1c3RlcjogInRlc3QtdHlwZS1jaGFuZ2UiCiAgICB1c2VyOiB0ZXN0LXR5cGUtY2hhbmdlLWFkbWluCmN1cnJlbnQtY29udGV4dDogYWRtaW5AdGVzdC10eXBlLWNoYW5nZQpraW5kOiBDb25maWcKcHJlZmVyZW5jZXM6IHt9CnVzZXJzOgotIG5hbWU6IHRlc3QtdHlwZS1jaGFuZ2UtYWRtaW4KICB1c2VyOgogICAgdG9rZW46IG5XdklWYlQ4TkJ1cEttdE9XZ3VPRXVYYjZHUU9RdHlSczR5UHhCQ0dQNWlqY2tnQlFaRDNSRTRV\"}" headers: Content-Length: - - "1651" + - "1670" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 17:38:03 GMT + - Thu, 30 Oct 2025 17:54:20 GMT Server: - Scaleway API Gateway (fr-par-3;edge02) X-Request-Id: - - faa3a907-c104-4d2d-9c62-76646254ffd7 + - 5cfd54f7-abfa-4cdc-9c7e-ba92becc9030 status: 200 OK code: 200 - duration: 86.1713ms + duration: 123.961746ms - id: 93 request: proto: HTTP/1.1 @@ -3016,28 +3044,28 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/64803d5d-ac0a-45fa-82e6-e0f037266daa method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 1651 - body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:36:06.246915Z\", \"type\":\"kapsule-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:32:31.784094Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + content_length: 1615 + body: "{\"region\":\"fr-par\", \"id\":\"64803d5d-ac0a-45fa-82e6-e0f037266daa\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:48:20.702469Z\", \"updated_at\":\"2025-10-30T17:54:16.320875Z\", \"type\":\"multicloud-dedicated-8\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://64803d5d-ac0a-45fa-82e6-e0f037266daa.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.64803d5d-ac0a-45fa-82e6-e0f037266daa.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-11-29T17:50:39.929757Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"1287e4f9-481a-4b20-b218-d1545d3eff3c\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" headers: Content-Length: - - "1651" + - "1615" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 17:38:08 GMT + - Thu, 30 Oct 2025 17:54:20 GMT Server: - Scaleway API Gateway (fr-par-3;edge02) X-Request-Id: - - 114610ed-21a9-493f-9945-8cf0c6aa0fd3 + - c0561325-df02-45c4-b3cc-99cbe3de7961 status: 200 OK code: 200 - duration: 91.888414ms + duration: 19.393223ms - id: 94 request: proto: HTTP/1.1 @@ -3048,28 +3076,28 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/64803d5d-ac0a-45fa-82e6-e0f037266daa/kubeconfig method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 1651 - body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:36:06.246915Z\", \"type\":\"kapsule-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:32:31.784094Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + content_length: 1670 + body: "{\"name\":\"kubeconfig\", \"content_type\":\"application/octet-stream\", \"content\":\"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogInRlc3QtdHlwZS1jaGFuZ2UiCiAgY2x1c3RlcjoKICAgIGNlcnRpZmljYXRlLWF1dGhvcml0eS1kYXRhOiBMUzB0TFMxQ1JVZEpUaUJEUlZKVVNVWkpRMEZVUlMwdExTMHRDazFKU1VKWVJFTkRRVkZIWjBGM1NVSkJaMGxDUVVSQlMwSm5aM0ZvYTJwUFVGRlJSRUZxUVZaTlVrMTNSVkZaUkZaUlVVUkZkM0J5WkZkS2JHTnROV3dLWkVkV2VrMUNORmhFVkVreFRWUkJlVTlVUlROT1JHZDVUVVp2V0VSVVRURk5WRUY1VDFSRk0wNUVaM2xOUm05M1JsUkZWRTFDUlVkQk1WVkZRWGhOU3dwaE0xWnBXbGhLZFZwWVVteGpla0phVFVKTlIwSjVjVWRUVFRRNVFXZEZSME5EY1VkVFRUUTVRWGRGU0VFd1NVRkNUMlEwWjNka2FETkxNekpxYmtkeUNtdzNSbmxFT0ZRMlNIZFZaVFJoYm1WT1F6SkpVREJPYkhONGFFVkpWM2dyVVRCRVZFNHhjWGhMWmtob2JVNVpjMDVMU1hCdFJ6Um1VbGtyYTJSbmMzY0tjVU5xZWtvNVYycFJha0pCVFVFMFIwRXhWV1JFZDBWQ0wzZFJSVUYzU1VOd1JFRlFRbWRPVmtoU1RVSkJaamhGUWxSQlJFRlJTQzlOUWpCSFFURlZaQXBFWjFGWFFrSlVZbVU1ZUhCVlN6RlZUMk5ZWVhoQk4wOXZSemRaU0M4NVpreFVRVXRDWjJkeGFHdHFUMUJSVVVSQlowNUtRVVJDUjBGcFJVRm5WazVsQ21OMVluQjFPREZOTWpaM2NVaEdLek51Tm5sS1YyVmhiQzh6TkdOdE1FUldORWQ2Um5FM2MwTkpVVU5JYVdWNE1FRjVaVWxZY1Vac1YxcHpkVUZvVlZRS2FpdDJVV2xJVEVKcVQwaEJWVkJ5UVU1bWJGQllRVDA5Q2kwdExTMHRSVTVFSUVORlVsUkpSa2xEUVZSRkxTMHRMUzBLCiAgICBzZXJ2ZXI6IGh0dHBzOi8vNjQ4MDNkNWQtYWMwYS00NWZhLTgyZTYtZTBmMDM3MjY2ZGFhLmFwaS5rOHMuZnItcGFyLnNjdy5jbG91ZDo2NDQzCmNvbnRleHRzOgotIG5hbWU6IGFkbWluQHRlc3QtdHlwZS1jaGFuZ2UKICBjb250ZXh0OgogICAgY2x1c3RlcjogInRlc3QtdHlwZS1jaGFuZ2UiCiAgICB1c2VyOiB0ZXN0LXR5cGUtY2hhbmdlLWFkbWluCmN1cnJlbnQtY29udGV4dDogYWRtaW5AdGVzdC10eXBlLWNoYW5nZQpraW5kOiBDb25maWcKcHJlZmVyZW5jZXM6IHt9CnVzZXJzOgotIG5hbWU6IHRlc3QtdHlwZS1jaGFuZ2UtYWRtaW4KICB1c2VyOgogICAgdG9rZW46IG5XdklWYlQ4TkJ1cEttdE9XZ3VPRXVYYjZHUU9RdHlSczR5UHhCQ0dQNWlqY2tnQlFaRDNSRTRV\"}" headers: Content-Length: - - "1651" + - "1670" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 17:38:13 GMT + - Thu, 30 Oct 2025 17:54:20 GMT Server: - Scaleway API Gateway (fr-par-3;edge02) X-Request-Id: - - 7191cfc9-bec9-4544-9308-65744b5a9194 + - 609cde33-ac3a-4560-8080-76560a14b024 status: 200 OK code: 200 - duration: 84.241097ms + duration: 26.38947ms - id: 95 request: proto: HTTP/1.1 @@ -3080,28 +3108,28 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/64803d5d-ac0a-45fa-82e6-e0f037266daa/available-types method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 1651 - body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:36:06.246915Z\", \"type\":\"kapsule-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:32:31.784094Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + content_length: 289 + body: "{\"cluster_types\":[{\"name\":\"multicloud-dedicated-16\", \"availability\":\"available\", \"max_nodes\":500, \"commitment_delay\":\"2592000s\", \"sla\":99.5, \"resiliency\":\"high_availability\", \"memory\":16000000000, \"dedicated\":true, \"audit_logs_supported\":true, \"max_etcd_size\":200000000}], \"total_count\":1}" headers: Content-Length: - - "1651" + - "289" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 17:38:18 GMT + - Thu, 30 Oct 2025 17:54:20 GMT Server: - Scaleway API Gateway (fr-par-3;edge02) X-Request-Id: - - e218f151-b6dc-4343-8492-85a705cb771a + - 602cb568-0234-4c71-80c3-e53ecd29aa78 status: 200 OK code: 200 - duration: 86.552795ms + duration: 90.535423ms - id: 96 request: proto: HTTP/1.1 @@ -3109,31 +3137,34 @@ interactions: proto_minor: 1 content_length: 0 host: api.scaleway.com + form: + with_additional_resources: + - "false" headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 - method: GET + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/64803d5d-ac0a-45fa-82e6-e0f037266daa?with_additional_resources=false + method: DELETE response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 1651 - body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:36:06.246915Z\", \"type\":\"kapsule-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:32:31.784094Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + content_length: 1619 + body: "{\"region\":\"fr-par\", \"id\":\"64803d5d-ac0a-45fa-82e6-e0f037266daa\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:48:20.702469Z\", \"updated_at\":\"2025-10-30T17:54:20.555279Z\", \"type\":\"multicloud-dedicated-8\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://64803d5d-ac0a-45fa-82e6-e0f037266daa.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.64803d5d-ac0a-45fa-82e6-e0f037266daa.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-11-29T17:50:39.929757Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"1287e4f9-481a-4b20-b218-d1545d3eff3c\", \"new_images_enabled\":false, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" headers: Content-Length: - - "1651" + - "1619" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 17:38:24 GMT + - Thu, 30 Oct 2025 17:54:20 GMT Server: - Scaleway API Gateway (fr-par-3;edge02) X-Request-Id: - - c0e48479-0c5b-4197-9b8f-993c627b6884 + - c03d700e-5591-42df-a403-bcd4f2409bdf status: 200 OK code: 200 - duration: 80.060662ms + duration: 122.884082ms - id: 97 request: proto: HTTP/1.1 @@ -3144,10405 +3175,29 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1651 - body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:36:06.246915Z\", \"type\":\"kapsule-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:32:31.784094Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1651" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:38:29 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - fa113408-977b-47a6-9fc6-2a1f71d204fd - status: 200 OK - code: 200 - duration: 80.318436ms -- id: 98 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1651 - body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:36:06.246915Z\", \"type\":\"kapsule-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:32:31.784094Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1651" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:38:34 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - b5daaa52-0484-4b0a-8462-373eef19682a - status: 200 OK - code: 200 - duration: 110.427342ms -- id: 99 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1651 - body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:36:06.246915Z\", \"type\":\"kapsule-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:32:31.784094Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1651" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:38:39 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - 7e7548e4-62de-4c38-b343-50235ffe84ee - status: 200 OK - code: 200 - duration: 135.499514ms -- id: 100 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1651 - body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:36:06.246915Z\", \"type\":\"kapsule-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:32:31.784094Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1651" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:38:44 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - b52924b7-ff74-4a50-852f-8a6289f8ff24 - status: 200 OK - code: 200 - duration: 80.198749ms -- id: 101 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1651 - body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:36:06.246915Z\", \"type\":\"kapsule-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:32:31.784094Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1651" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:38:49 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - a89976c3-ba7b-4d80-8b8d-1d78514061ab - status: 200 OK - code: 200 - duration: 83.086239ms -- id: 102 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1651 - body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:36:06.246915Z\", \"type\":\"kapsule-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:32:31.784094Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1651" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:38:54 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - b93fd364-a351-4667-8c26-db4b58aae88c - status: 200 OK - code: 200 - duration: 84.345738ms -- id: 103 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/64803d5d-ac0a-45fa-82e6-e0f037266daa method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 1651 - body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:36:06.246915Z\", \"type\":\"kapsule-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:32:31.784094Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1651" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:38:59 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - 4788724b-8e51-4421-bc46-23ba9251a418 - status: 200 OK - code: 200 - duration: 109.482771ms -- id: 104 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1651 - body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:36:06.246915Z\", \"type\":\"kapsule-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:32:31.784094Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1651" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:39:04 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - fc1cbb70-a195-46cb-8b23-c22d4eb329b6 - status: 200 OK - code: 200 - duration: 78.955918ms -- id: 105 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1651 - body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:36:06.246915Z\", \"type\":\"kapsule-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:32:31.784094Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1651" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:39:09 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - 4640f144-2d4b-4e23-9e38-c7f1b885f922 - status: 200 OK - code: 200 - duration: 90.785019ms -- id: 106 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1651 - body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:36:06.246915Z\", \"type\":\"kapsule-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:32:31.784094Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1651" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:39:15 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - ac1f6e35-2139-485b-ac76-ed47db337ee5 - status: 200 OK - code: 200 - duration: 83.323353ms -- id: 107 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1651 - body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:36:06.246915Z\", \"type\":\"kapsule-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:32:31.784094Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1651" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:39:20 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - 7481a423-21e1-4773-891b-6af38eeb1bf6 - status: 200 OK - code: 200 - duration: 83.043074ms -- id: 108 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1651 - body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:36:06.246915Z\", \"type\":\"kapsule-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:32:31.784094Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1651" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:39:25 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - 6bb396e9-4810-449b-83b3-b45a436b50da - status: 200 OK - code: 200 - duration: 124.633084ms -- id: 109 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1651 - body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:36:06.246915Z\", \"type\":\"kapsule-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:32:31.784094Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1651" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:39:30 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - e85bca53-0dbf-4893-a063-7db0bacc79d3 - status: 200 OK - code: 200 - duration: 121.842615ms -- id: 110 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1651 - body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:36:06.246915Z\", \"type\":\"kapsule-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:32:31.784094Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1651" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:39:35 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - 51ea2bfc-fdd4-4337-b6a3-cbb1f4f5f5d1 - status: 200 OK - code: 200 - duration: 92.762535ms -- id: 111 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1651 - body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:36:06.246915Z\", \"type\":\"kapsule-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:32:31.784094Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1651" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:39:40 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - 87b7f43a-89cb-40b3-9cd2-01e0b4b22837 - status: 200 OK - code: 200 - duration: 98.201484ms -- id: 112 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1651 - body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:36:06.246915Z\", \"type\":\"kapsule-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:32:31.784094Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1651" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:39:45 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - 782964c5-24a3-451f-8938-037dec16b089 - status: 200 OK - code: 200 - duration: 93.991995ms -- id: 113 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1651 - body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:36:06.246915Z\", \"type\":\"kapsule-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:32:31.784094Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1651" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:39:50 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - 209bf856-5c71-4238-a4b1-3c261e3091bd - status: 200 OK - code: 200 - duration: 85.862624ms -- id: 114 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1651 - body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:36:06.246915Z\", \"type\":\"kapsule-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:32:31.784094Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1651" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:39:55 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - 11fb111a-7e9d-4497-8c08-eeabe6078447 - status: 200 OK - code: 200 - duration: 105.983579ms -- id: 115 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1651 - body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:36:06.246915Z\", \"type\":\"kapsule-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:32:31.784094Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1651" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:40:00 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - d0291b8e-dedf-427f-a560-25b9324c7958 - status: 200 OK - code: 200 - duration: 93.399578ms -- id: 116 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1651 - body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:36:06.246915Z\", \"type\":\"kapsule-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:32:31.784094Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1651" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:40:06 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - 37acc7c2-c3b8-4283-be75-4975bf13904d - status: 200 OK - code: 200 - duration: 93.532068ms -- id: 117 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1651 - body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:36:06.246915Z\", \"type\":\"kapsule-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:32:31.784094Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1651" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:40:11 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - 05c86d24-d441-4925-a2bb-eeaed130e469 - status: 200 OK - code: 200 - duration: 106.044321ms -- id: 118 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1651 - body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:36:06.246915Z\", \"type\":\"kapsule-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:32:31.784094Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1651" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:40:16 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - 587083b1-25a7-4f38-8f50-88c0ff620d86 - status: 200 OK - code: 200 - duration: 88.99939ms -- id: 119 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1651 - body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:36:06.246915Z\", \"type\":\"kapsule-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:32:31.784094Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1651" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:40:21 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - 4c6be397-d36c-4193-8af7-ccfef3716cb6 - status: 200 OK - code: 200 - duration: 78.6105ms -- id: 120 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1651 - body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:36:06.246915Z\", \"type\":\"kapsule-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:32:31.784094Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1651" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:40:26 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - c47dda73-521a-4b10-b72a-7a3c795add90 - status: 200 OK - code: 200 - duration: 97.66047ms -- id: 121 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1651 - body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:36:06.246915Z\", \"type\":\"kapsule-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:32:31.784094Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1651" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:40:31 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - 1d661126-f0bb-46a9-90bb-86559374d1d6 - status: 200 OK - code: 200 - duration: 104.580264ms -- id: 122 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1651 - body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:36:06.246915Z\", \"type\":\"kapsule-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:32:31.784094Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1651" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:40:36 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - b3320199-0653-4e6c-883a-f2631e4d5cd1 - status: 200 OK - code: 200 - duration: 109.405179ms -- id: 123 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1651 - body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:36:06.246915Z\", \"type\":\"kapsule-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:32:31.784094Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1651" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:40:41 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - 04731620-1944-4386-b3f7-b659f2f70d6b - status: 200 OK - code: 200 - duration: 122.706737ms -- id: 124 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1651 - body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:36:06.246915Z\", \"type\":\"kapsule-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:32:31.784094Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1651" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:40:46 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - cda96196-6abb-4a26-a5d5-2c1f283752ff - status: 200 OK - code: 200 - duration: 77.975593ms -- id: 125 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1651 - body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:36:06.246915Z\", \"type\":\"kapsule-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:32:31.784094Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1651" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:40:51 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - 4ec4abff-26a8-42ee-a3e9-6d03cf8129b4 - status: 200 OK - code: 200 - duration: 92.818649ms -- id: 126 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1651 - body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:36:06.246915Z\", \"type\":\"kapsule-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:32:31.784094Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1651" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:40:57 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - f9245d8e-2cf1-4abb-a2c6-5060c41bd686 - status: 200 OK - code: 200 - duration: 80.960896ms -- id: 127 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1651 - body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:36:06.246915Z\", \"type\":\"kapsule-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:32:31.784094Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1651" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:41:02 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - c7589357-a7a0-4770-a48b-7dc08ac5570f - status: 200 OK - code: 200 - duration: 111.830407ms -- id: 128 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1651 - body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:36:06.246915Z\", \"type\":\"kapsule-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:32:31.784094Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1651" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:41:07 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - 359eaf06-fb58-40d8-b20c-45c28ddb79d7 - status: 200 OK - code: 200 - duration: 80.138128ms -- id: 129 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1651 - body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:36:06.246915Z\", \"type\":\"kapsule-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:32:31.784094Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1651" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:41:12 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - a7b66849-2e9d-4b50-bdcf-5d89db2ede7c - status: 200 OK - code: 200 - duration: 107.440889ms -- id: 130 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1651 - body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:36:06.246915Z\", \"type\":\"kapsule-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:32:31.784094Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1651" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:41:17 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - 761e7295-b565-443f-987e-6d22fb07e066 - status: 200 OK - code: 200 - duration: 86.331656ms -- id: 131 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1651 - body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:36:06.246915Z\", \"type\":\"kapsule-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:32:31.784094Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1651" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:41:22 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - 64628a38-6b83-4995-998b-2192ded0710b - status: 200 OK - code: 200 - duration: 158.807459ms -- id: 132 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1651 - body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:36:06.246915Z\", \"type\":\"kapsule-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:32:31.784094Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1651" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:41:27 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - fc098fd4-fc97-490f-a35f-0a551efeac2a - status: 200 OK - code: 200 - duration: 127.676777ms -- id: 133 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1651 - body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:36:06.246915Z\", \"type\":\"kapsule-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:32:31.784094Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1651" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:41:32 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - 9f234c18-c08c-438b-beac-7fe0b93864a6 - status: 200 OK - code: 200 - duration: 91.716912ms -- id: 134 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1651 - body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:36:06.246915Z\", \"type\":\"kapsule-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:32:31.784094Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1651" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:41:37 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - a1696ebd-0df9-4510-95b6-2b01d89ec856 - status: 200 OK - code: 200 - duration: 100.069462ms -- id: 135 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1651 - body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:36:06.246915Z\", \"type\":\"kapsule-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:32:31.784094Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1651" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:41:43 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - c9712bf4-1ae1-4f51-ae67-5584fb2bb4eb - status: 200 OK - code: 200 - duration: 93.504774ms -- id: 136 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1651 - body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:36:06.246915Z\", \"type\":\"kapsule-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:32:31.784094Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1651" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:41:48 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - 3e5d4c03-06d6-4424-b352-873fecd4d3f8 - status: 200 OK - code: 200 - duration: 85.283481ms -- id: 137 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1651 - body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:36:06.246915Z\", \"type\":\"kapsule-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:32:31.784094Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1651" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:41:53 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - b8e62507-da0b-430a-af2c-febcca2a3bc3 - status: 200 OK - code: 200 - duration: 100.356539ms -- id: 138 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1651 - body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:36:06.246915Z\", \"type\":\"kapsule-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:32:31.784094Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1651" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:41:58 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - dcc25efe-f6a0-420c-b6d9-d1d8a6b8ca1f - status: 200 OK - code: 200 - duration: 95.204298ms -- id: 139 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1651 - body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:36:06.246915Z\", \"type\":\"kapsule-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:32:31.784094Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1651" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:42:03 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - 30e566eb-d87f-4f6f-9404-a959aa44ded5 - status: 200 OK - code: 200 - duration: 84.114009ms -- id: 140 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1651 - body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:36:06.246915Z\", \"type\":\"kapsule-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:32:31.784094Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1651" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:42:08 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - 110e55ae-9cfc-4cc6-ac5b-c7f12124b6d2 - status: 200 OK - code: 200 - duration: 83.382133ms -- id: 141 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1651 - body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:36:06.246915Z\", \"type\":\"kapsule-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:32:31.784094Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1651" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:42:13 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - 8df0646b-f83e-4a2a-915e-bd7f80256b1d - status: 200 OK - code: 200 - duration: 121.501435ms -- id: 142 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1651 - body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:36:06.246915Z\", \"type\":\"kapsule-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:32:31.784094Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1651" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:42:18 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - 15b7c16e-74b0-4524-a3b4-c48871a12c02 - status: 200 OK - code: 200 - duration: 90.624903ms -- id: 143 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1651 - body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:36:06.246915Z\", \"type\":\"kapsule-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:32:31.784094Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1651" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:42:23 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - 58ece32a-e270-4488-b271-18c653c17ca2 - status: 200 OK - code: 200 - duration: 82.15309ms -- id: 144 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1651 - body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:36:06.246915Z\", \"type\":\"kapsule-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:32:31.784094Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1651" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:42:28 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - d356f7b3-0cbf-4568-8be4-f3200aa042b0 - status: 200 OK - code: 200 - duration: 83.712612ms -- id: 145 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1651 - body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:36:06.246915Z\", \"type\":\"kapsule-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:32:31.784094Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1651" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:42:33 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - ccb24a84-b2e3-4f88-8d8d-bb58a928ee29 - status: 200 OK - code: 200 - duration: 93.64928ms -- id: 146 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1651 - body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:36:06.246915Z\", \"type\":\"kapsule-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:32:31.784094Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1651" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:42:39 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - d91512b0-cec8-46d7-ae42-02a94288412f - status: 200 OK - code: 200 - duration: 86.764231ms -- id: 147 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1651 - body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:36:06.246915Z\", \"type\":\"kapsule-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:32:31.784094Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1651" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:42:44 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - 58233e69-ee37-4db6-9c78-57e032787d4d - status: 200 OK - code: 200 - duration: 100.460839ms -- id: 148 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1651 - body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:36:06.246915Z\", \"type\":\"kapsule-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:32:31.784094Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1651" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:42:49 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - 47826c6e-98ce-43d1-8fdf-062c6b3fa6bc - status: 200 OK - code: 200 - duration: 82.371618ms -- id: 149 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1651 - body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:36:06.246915Z\", \"type\":\"kapsule-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:32:31.784094Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1651" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:42:54 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - e3f2de45-663d-401b-a72b-6d2012237bcd - status: 200 OK - code: 200 - duration: 82.448322ms -- id: 150 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1651 - body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:36:06.246915Z\", \"type\":\"kapsule-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:32:31.784094Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1651" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:42:59 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - 9653caf0-5804-4311-9a60-2dcf2d2b0f83 - status: 200 OK - code: 200 - duration: 82.043189ms -- id: 151 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1651 - body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:36:06.246915Z\", \"type\":\"kapsule-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:32:31.784094Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1651" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:43:04 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - f0a10758-7c91-4a24-bddb-9dc153ee23da - status: 200 OK - code: 200 - duration: 108.325929ms -- id: 152 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1651 - body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:36:06.246915Z\", \"type\":\"kapsule-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:32:31.784094Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1651" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:43:09 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - f64ab73e-d64e-49f3-beda-66688dbc0cb2 - status: 200 OK - code: 200 - duration: 87.559854ms -- id: 153 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1651 - body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:36:06.246915Z\", \"type\":\"kapsule-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:32:31.784094Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1651" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:43:14 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - ef4a729f-e56d-405d-9236-ca0fed91754c - status: 200 OK - code: 200 - duration: 113.197791ms -- id: 154 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1651 - body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:36:06.246915Z\", \"type\":\"kapsule-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:32:31.784094Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1651" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:43:19 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - fbf407ad-337a-44e9-bb39-31f348189f9c - status: 200 OK - code: 200 - duration: 81.44377ms -- id: 155 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1651 - body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:36:06.246915Z\", \"type\":\"kapsule-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:32:31.784094Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1651" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:43:24 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - 67671e40-e71f-4fa2-b206-c918ec566e37 - status: 200 OK - code: 200 - duration: 83.452929ms -- id: 156 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1651 - body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:36:06.246915Z\", \"type\":\"kapsule-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:32:31.784094Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1651" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:43:29 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - 11c32ddb-31b4-43ba-9c95-385cbd35343f - status: 200 OK - code: 200 - duration: 81.991149ms -- id: 157 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1651 - body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:36:06.246915Z\", \"type\":\"kapsule-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:32:31.784094Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1651" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:43:35 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - 9c68ebc9-23ff-4adb-a15e-ed1675301c47 - status: 200 OK - code: 200 - duration: 123.011275ms -- id: 158 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1651 - body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:36:06.246915Z\", \"type\":\"kapsule-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:32:31.784094Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1651" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:43:40 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - bef3e7d5-14d9-4ddd-bfdd-397cef77a1ee - status: 200 OK - code: 200 - duration: 88.482918ms -- id: 159 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1648 - body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:43:41.107541Z\", \"type\":\"kapsule-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:32:31.784094Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1648" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:43:45 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - 14f33339-6ccd-4a33-b789-de34a58f96ee - status: 200 OK - code: 200 - duration: 98.844183ms -- id: 160 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1648 - body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:43:41.107541Z\", \"type\":\"kapsule-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:32:31.784094Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1648" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:43:45 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - 731dc744-089d-4f41-b7e3-0fb482318338 - status: 200 OK - code: 200 - duration: 32.909432ms -- id: 161 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487/kubeconfig - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1666 - body: "{\"name\":\"kubeconfig\", \"content_type\":\"application/octet-stream\", \"content\":\"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogInRlc3QtdHlwZS1jaGFuZ2UiCiAgY2x1c3RlcjoKICAgIGNlcnRpZmljYXRlLWF1dGhvcml0eS1kYXRhOiBMUzB0TFMxQ1JVZEpUaUJEUlZKVVNVWkpRMEZVUlMwdExTMHRDazFKU1VKWGVrTkRRVkZIWjBGM1NVSkJaMGxDUVVSQlMwSm5aM0ZvYTJwUFVGRlJSRUZxUVZaTlVrMTNSVkZaUkZaUlVVUkZkM0J5WkZkS2JHTnROV3dLWkVkV2VrMUNORmhFVkVreFRWUkJlVTlVUlROTmVrbDVUa1p2V0VSVVRURk5WRUY1VDFSRk0wMTZTWGxPUm05M1JsUkZWRTFDUlVkQk1WVkZRWGhOU3dwaE0xWnBXbGhLZFZwWVVteGpla0phVFVKTlIwSjVjVWRUVFRRNVFXZEZSME5EY1VkVFRUUTVRWGRGU0VFd1NVRkNUVkptU2s1SE1DOXFWVTFGWml0NUNsbHpUbXQxTUhCWVNXeDNkbmxKU2pocFQyNVBRMWgwV0dsQ2JYbzVhbWx4UzJKSk5IZzFWakJ2U0RCeFp6Wmtka1F4Y2paYVkwWXJRa3hITm05bFUwWUtjVFV3ZW5adVQycFJha0pCVFVFMFIwRXhWV1JFZDBWQ0wzZFJSVUYzU1VOd1JFRlFRbWRPVmtoU1RVSkJaamhGUWxSQlJFRlJTQzlOUWpCSFFURlZaQXBFWjFGWFFrSlRlWGRpWTIxcldUZ3pNV0pqVkV4Q1FYZFZXbTlCWmtWQlRuTkVRVXRDWjJkeGFHdHFUMUJSVVVSQlowNUpRVVJDUmtGcFJVRjBXR2hDQ25ObmJsSlVWVk13VW5BMlEyRmpRV0ZXVWpBeFoyNTFWMGR2Um1abU9FWlFUbGRCUlVaQ2MwTkpRVmhQZW1zNE9WUkJiSFJhYW5CdU5YUTVkSEJ2U1VvS2JVb3hkWFpITkdKMWFrNURWbXd5T0ZGbVlrY0tMUzB0TFMxRlRrUWdRMFZTVkVsR1NVTkJWRVV0TFMwdExRbz0KICAgIHNlcnZlcjogaHR0cHM6Ly9jMTEyYTQ1NC1mNjM0LTQ5NTAtODA5NS1lMTgzMTQwMGE0ODcuYXBpLms4cy5mci1wYXIuc2N3LmNsb3VkOjY0NDMKY29udGV4dHM6Ci0gbmFtZTogYWRtaW5AdGVzdC10eXBlLWNoYW5nZQogIGNvbnRleHQ6CiAgICBjbHVzdGVyOiAidGVzdC10eXBlLWNoYW5nZSIKICAgIHVzZXI6IHRlc3QtdHlwZS1jaGFuZ2UtYWRtaW4KY3VycmVudC1jb250ZXh0OiBhZG1pbkB0ZXN0LXR5cGUtY2hhbmdlCmtpbmQ6IENvbmZpZwpwcmVmZXJlbmNlczoge30KdXNlcnM6Ci0gbmFtZTogdGVzdC10eXBlLWNoYW5nZS1hZG1pbgogIHVzZXI6CiAgICB0b2tlbjogbE0zUVdtOFRiejRHY0x0SmpwWUVDVnJZREVtZmtWUDF2cnN0TDhIVzFZeFYyRndXWEphRG9paDk=\"}" - headers: - Content-Length: - - "1666" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:43:45 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - f48a7158-a0e6-498c-b587-57391ad8730f - status: 200 OK - code: 200 - duration: 81.691064ms -- id: 162 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1648 - body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:43:41.107541Z\", \"type\":\"kapsule-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:32:31.784094Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1648" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:43:45 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - 8c1f5a4b-168e-4abd-aabb-8055389b483e - status: 200 OK - code: 200 - duration: 23.625191ms -- id: 163 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/fr-par/vpcs/abc9cb6f-35f4-4119-8a61-418592c48d78 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 421 - body: "{\"id\":\"abc9cb6f-35f4-4119-8a61-418592c48d78\", \"name\":\"tf-vpc-cool-ardinghelli\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:23.250212Z\", \"updated_at\":\"2025-10-30T17:32:23.250212Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_default\":false, \"private_network_count\":1, \"routing_enabled\":true, \"custom_routes_propagation_enabled\":true, \"region\":\"fr-par\"}" - headers: - Content-Length: - - "421" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:43:45 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - 03de3a7d-bf80-481c-afa2-0222e3d859ac - status: 200 OK - code: 200 - duration: 30.624535ms -- id: 164 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks/15f251cc-3925-4375-85b3-2e1ed1458f44 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1086 - body: "{\"id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"name\":\"test-type-change\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:23.479384Z\", \"updated_at\":\"2025-10-30T17:32:23.479384Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"subnets\":[{\"id\":\"07123eac-9369-4f95-8d04-60230299a581\", \"created_at\":\"2025-10-30T17:32:23.479384Z\", \"updated_at\":\"2025-10-30T17:32:23.479384Z\", \"subnet\":\"172.18.20.0/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"vpc_id\":\"abc9cb6f-35f4-4119-8a61-418592c48d78\"}, {\"id\":\"06551711-cf24-46d0-a1c2-1fe06e2adb94\", \"created_at\":\"2025-10-30T17:32:23.479384Z\", \"updated_at\":\"2025-10-30T17:32:23.479384Z\", \"subnet\":\"fd5f:519c:6d46:c7fd::/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"vpc_id\":\"abc9cb6f-35f4-4119-8a61-418592c48d78\"}], \"vpc_id\":\"abc9cb6f-35f4-4119-8a61-418592c48d78\", \"dhcp_enabled\":true, \"default_route_propagation_enabled\":false, \"region\":\"fr-par\"}" - headers: - Content-Length: - - "1086" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:43:45 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - 6bde4a7d-df23-40b1-87ea-f31acea585b3 - status: 200 OK - code: 200 - duration: 83.111916ms -- id: 165 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1648 - body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:43:41.107541Z\", \"type\":\"kapsule-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:32:31.784094Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1648" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:43:45 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - fb105a39-1b39-47c9-ad23-334a4cf5b785 - status: 200 OK - code: 200 - duration: 88.885875ms -- id: 166 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487/kubeconfig - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1666 - body: "{\"name\":\"kubeconfig\", \"content_type\":\"application/octet-stream\", \"content\":\"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogInRlc3QtdHlwZS1jaGFuZ2UiCiAgY2x1c3RlcjoKICAgIGNlcnRpZmljYXRlLWF1dGhvcml0eS1kYXRhOiBMUzB0TFMxQ1JVZEpUaUJEUlZKVVNVWkpRMEZVUlMwdExTMHRDazFKU1VKWGVrTkRRVkZIWjBGM1NVSkJaMGxDUVVSQlMwSm5aM0ZvYTJwUFVGRlJSRUZxUVZaTlVrMTNSVkZaUkZaUlVVUkZkM0J5WkZkS2JHTnROV3dLWkVkV2VrMUNORmhFVkVreFRWUkJlVTlVUlROTmVrbDVUa1p2V0VSVVRURk5WRUY1VDFSRk0wMTZTWGxPUm05M1JsUkZWRTFDUlVkQk1WVkZRWGhOU3dwaE0xWnBXbGhLZFZwWVVteGpla0phVFVKTlIwSjVjVWRUVFRRNVFXZEZSME5EY1VkVFRUUTVRWGRGU0VFd1NVRkNUVkptU2s1SE1DOXFWVTFGWml0NUNsbHpUbXQxTUhCWVNXeDNkbmxKU2pocFQyNVBRMWgwV0dsQ2JYbzVhbWx4UzJKSk5IZzFWakJ2U0RCeFp6Wmtka1F4Y2paYVkwWXJRa3hITm05bFUwWUtjVFV3ZW5adVQycFJha0pCVFVFMFIwRXhWV1JFZDBWQ0wzZFJSVUYzU1VOd1JFRlFRbWRPVmtoU1RVSkJaamhGUWxSQlJFRlJTQzlOUWpCSFFURlZaQXBFWjFGWFFrSlRlWGRpWTIxcldUZ3pNV0pqVkV4Q1FYZFZXbTlCWmtWQlRuTkVRVXRDWjJkeGFHdHFUMUJSVVVSQlowNUpRVVJDUmtGcFJVRjBXR2hDQ25ObmJsSlVWVk13VW5BMlEyRmpRV0ZXVWpBeFoyNTFWMGR2Um1abU9FWlFUbGRCUlVaQ2MwTkpRVmhQZW1zNE9WUkJiSFJhYW5CdU5YUTVkSEJ2U1VvS2JVb3hkWFpITkdKMWFrNURWbXd5T0ZGbVlrY0tMUzB0TFMxRlRrUWdRMFZTVkVsR1NVTkJWRVV0TFMwdExRbz0KICAgIHNlcnZlcjogaHR0cHM6Ly9jMTEyYTQ1NC1mNjM0LTQ5NTAtODA5NS1lMTgzMTQwMGE0ODcuYXBpLms4cy5mci1wYXIuc2N3LmNsb3VkOjY0NDMKY29udGV4dHM6Ci0gbmFtZTogYWRtaW5AdGVzdC10eXBlLWNoYW5nZQogIGNvbnRleHQ6CiAgICBjbHVzdGVyOiAidGVzdC10eXBlLWNoYW5nZSIKICAgIHVzZXI6IHRlc3QtdHlwZS1jaGFuZ2UtYWRtaW4KY3VycmVudC1jb250ZXh0OiBhZG1pbkB0ZXN0LXR5cGUtY2hhbmdlCmtpbmQ6IENvbmZpZwpwcmVmZXJlbmNlczoge30KdXNlcnM6Ci0gbmFtZTogdGVzdC10eXBlLWNoYW5nZS1hZG1pbgogIHVzZXI6CiAgICB0b2tlbjogbE0zUVdtOFRiejRHY0x0SmpwWUVDVnJZREVtZmtWUDF2cnN0TDhIVzFZeFYyRndXWEphRG9paDk=\"}" - headers: - Content-Length: - - "1666" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:43:45 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - 66ac3e46-1008-4284-bdf1-a330b34612f5 - status: 200 OK - code: 200 - duration: 22.585496ms -- id: 167 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/fr-par/vpcs/abc9cb6f-35f4-4119-8a61-418592c48d78 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 421 - body: "{\"id\":\"abc9cb6f-35f4-4119-8a61-418592c48d78\", \"name\":\"tf-vpc-cool-ardinghelli\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:23.250212Z\", \"updated_at\":\"2025-10-30T17:32:23.250212Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_default\":false, \"private_network_count\":1, \"routing_enabled\":true, \"custom_routes_propagation_enabled\":true, \"region\":\"fr-par\"}" - headers: - Content-Length: - - "421" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:43:46 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - 9aa60da3-b25a-420d-b676-bdb155dbb99c - status: 200 OK - code: 200 - duration: 110.465449ms -- id: 168 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks/15f251cc-3925-4375-85b3-2e1ed1458f44 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1086 - body: "{\"id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"name\":\"test-type-change\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:23.479384Z\", \"updated_at\":\"2025-10-30T17:32:23.479384Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"subnets\":[{\"id\":\"07123eac-9369-4f95-8d04-60230299a581\", \"created_at\":\"2025-10-30T17:32:23.479384Z\", \"updated_at\":\"2025-10-30T17:32:23.479384Z\", \"subnet\":\"172.18.20.0/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"vpc_id\":\"abc9cb6f-35f4-4119-8a61-418592c48d78\"}, {\"id\":\"06551711-cf24-46d0-a1c2-1fe06e2adb94\", \"created_at\":\"2025-10-30T17:32:23.479384Z\", \"updated_at\":\"2025-10-30T17:32:23.479384Z\", \"subnet\":\"fd5f:519c:6d46:c7fd::/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"vpc_id\":\"abc9cb6f-35f4-4119-8a61-418592c48d78\"}], \"vpc_id\":\"abc9cb6f-35f4-4119-8a61-418592c48d78\", \"dhcp_enabled\":true, \"default_route_propagation_enabled\":false, \"region\":\"fr-par\"}" - headers: - Content-Length: - - "1086" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:43:46 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - 8008ffd6-d480-4894-b0fe-54bc85fe94cf - status: 200 OK - code: 200 - duration: 29.147267ms -- id: 169 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1648 - body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:43:41.107541Z\", \"type\":\"kapsule-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:32:31.784094Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1648" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:43:46 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - 60f51f70-e0de-43d4-b84b-c33e728bce17 - status: 200 OK - code: 200 - duration: 26.747062ms -- id: 170 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487/kubeconfig - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1666 - body: "{\"name\":\"kubeconfig\", \"content_type\":\"application/octet-stream\", \"content\":\"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogInRlc3QtdHlwZS1jaGFuZ2UiCiAgY2x1c3RlcjoKICAgIGNlcnRpZmljYXRlLWF1dGhvcml0eS1kYXRhOiBMUzB0TFMxQ1JVZEpUaUJEUlZKVVNVWkpRMEZVUlMwdExTMHRDazFKU1VKWGVrTkRRVkZIWjBGM1NVSkJaMGxDUVVSQlMwSm5aM0ZvYTJwUFVGRlJSRUZxUVZaTlVrMTNSVkZaUkZaUlVVUkZkM0J5WkZkS2JHTnROV3dLWkVkV2VrMUNORmhFVkVreFRWUkJlVTlVUlROTmVrbDVUa1p2V0VSVVRURk5WRUY1VDFSRk0wMTZTWGxPUm05M1JsUkZWRTFDUlVkQk1WVkZRWGhOU3dwaE0xWnBXbGhLZFZwWVVteGpla0phVFVKTlIwSjVjVWRUVFRRNVFXZEZSME5EY1VkVFRUUTVRWGRGU0VFd1NVRkNUVkptU2s1SE1DOXFWVTFGWml0NUNsbHpUbXQxTUhCWVNXeDNkbmxKU2pocFQyNVBRMWgwV0dsQ2JYbzVhbWx4UzJKSk5IZzFWakJ2U0RCeFp6Wmtka1F4Y2paYVkwWXJRa3hITm05bFUwWUtjVFV3ZW5adVQycFJha0pCVFVFMFIwRXhWV1JFZDBWQ0wzZFJSVUYzU1VOd1JFRlFRbWRPVmtoU1RVSkJaamhGUWxSQlJFRlJTQzlOUWpCSFFURlZaQXBFWjFGWFFrSlRlWGRpWTIxcldUZ3pNV0pqVkV4Q1FYZFZXbTlCWmtWQlRuTkVRVXRDWjJkeGFHdHFUMUJSVVVSQlowNUpRVVJDUmtGcFJVRjBXR2hDQ25ObmJsSlVWVk13VW5BMlEyRmpRV0ZXVWpBeFoyNTFWMGR2Um1abU9FWlFUbGRCUlVaQ2MwTkpRVmhQZW1zNE9WUkJiSFJhYW5CdU5YUTVkSEJ2U1VvS2JVb3hkWFpITkdKMWFrNURWbXd5T0ZGbVlrY0tMUzB0TFMxRlRrUWdRMFZTVkVsR1NVTkJWRVV0TFMwdExRbz0KICAgIHNlcnZlcjogaHR0cHM6Ly9jMTEyYTQ1NC1mNjM0LTQ5NTAtODA5NS1lMTgzMTQwMGE0ODcuYXBpLms4cy5mci1wYXIuc2N3LmNsb3VkOjY0NDMKY29udGV4dHM6Ci0gbmFtZTogYWRtaW5AdGVzdC10eXBlLWNoYW5nZQogIGNvbnRleHQ6CiAgICBjbHVzdGVyOiAidGVzdC10eXBlLWNoYW5nZSIKICAgIHVzZXI6IHRlc3QtdHlwZS1jaGFuZ2UtYWRtaW4KY3VycmVudC1jb250ZXh0OiBhZG1pbkB0ZXN0LXR5cGUtY2hhbmdlCmtpbmQ6IENvbmZpZwpwcmVmZXJlbmNlczoge30KdXNlcnM6Ci0gbmFtZTogdGVzdC10eXBlLWNoYW5nZS1hZG1pbgogIHVzZXI6CiAgICB0b2tlbjogbE0zUVdtOFRiejRHY0x0SmpwWUVDVnJZREVtZmtWUDF2cnN0TDhIVzFZeFYyRndXWEphRG9paDk=\"}" - headers: - Content-Length: - - "1666" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:43:46 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - 406d8548-410c-46ab-b513-2a65d2322cdc - status: 200 OK - code: 200 - duration: 22.640149ms -- id: 171 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487/available-types - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 535 - body: "{\"cluster_types\":[{\"name\":\"kapsule-dedicated-8\", \"availability\":\"available\", \"max_nodes\":500, \"commitment_delay\":\"2592000s\", \"sla\":99.5, \"resiliency\":\"high_availability\", \"memory\":8000000000, \"dedicated\":true, \"audit_logs_supported\":true, \"max_etcd_size\":200000000}, {\"name\":\"kapsule-dedicated-16\", \"availability\":\"available\", \"max_nodes\":500, \"commitment_delay\":\"2592000s\", \"sla\":99.5, \"resiliency\":\"high_availability\", \"memory\":16000000000, \"dedicated\":true, \"audit_logs_supported\":true, \"max_etcd_size\":200000000}], \"total_count\":2}" - headers: - Content-Length: - - "535" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:43:46 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - b7d665a6-da5d-46ab-b1b0-00604f932194 - status: 200 OK - code: 200 - duration: 110.538236ms -- id: 172 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487/available-types - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 535 - body: "{\"cluster_types\":[{\"name\":\"kapsule-dedicated-8\", \"availability\":\"available\", \"max_nodes\":500, \"commitment_delay\":\"2592000s\", \"sla\":99.5, \"resiliency\":\"high_availability\", \"memory\":8000000000, \"dedicated\":true, \"audit_logs_supported\":true, \"max_etcd_size\":200000000}, {\"name\":\"kapsule-dedicated-16\", \"availability\":\"available\", \"max_nodes\":500, \"commitment_delay\":\"2592000s\", \"sla\":99.5, \"resiliency\":\"high_availability\", \"memory\":16000000000, \"dedicated\":true, \"audit_logs_supported\":true, \"max_etcd_size\":200000000}], \"total_count\":2}" - headers: - Content-Length: - - "535" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:43:46 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - ec75682d-eaa5-4133-9c4d-da05ef4f9b04 - status: 200 OK - code: 200 - duration: 78.805417ms -- id: 173 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1648 - body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:43:41.107541Z\", \"type\":\"kapsule-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:32:31.784094Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1648" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:43:46 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - 08d496cf-51f7-447a-86e1-a1956f2cf4d0 - status: 200 OK - code: 200 - duration: 93.601863ms -- id: 174 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 30 - host: api.scaleway.com - body: "{\"type\":\"kapsule-dedicated-8\"}" - headers: - Content-Type: - - application/json - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487/set-type - method: POST - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1652 - body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:43:46.928957Z\", \"type\":\"kapsule-dedicated-8\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:43:47.055291Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":false, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1652" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:43:47 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - f4881f12-5829-47d5-a478-4422239d6e16 - status: 200 OK - code: 200 - duration: 342.232916ms -- id: 175 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1651 - body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:43:46.928957Z\", \"type\":\"kapsule-dedicated-8\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:43:47.055291Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1651" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:43:47 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - e4d92506-df63-46a0-b434-9f63abf5a3a4 - status: 200 OK - code: 200 - duration: 26.662323ms -- id: 176 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1651 - body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:43:46.928957Z\", \"type\":\"kapsule-dedicated-8\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:43:47.055291Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1651" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:43:52 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - ad390b24-e174-4710-8b95-f91698847e11 - status: 200 OK - code: 200 - duration: 104.716465ms -- id: 177 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1651 - body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:43:46.928957Z\", \"type\":\"kapsule-dedicated-8\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:43:47.055291Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1651" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:43:57 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - e44c0d8c-f49e-44d0-ab82-3cb037cbd2d5 - status: 200 OK - code: 200 - duration: 85.688861ms -- id: 178 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1651 - body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:43:46.928957Z\", \"type\":\"kapsule-dedicated-8\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:43:47.055291Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1651" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:44:02 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - 64eae8ff-61d6-4789-9f3c-9c03db9fc5bc - status: 200 OK - code: 200 - duration: 96.491227ms -- id: 179 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1651 - body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:43:46.928957Z\", \"type\":\"kapsule-dedicated-8\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:43:47.055291Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1651" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:44:07 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - 78f9a283-e5f4-4589-976f-c6a4c3a9175f - status: 200 OK - code: 200 - duration: 90.163485ms -- id: 180 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1651 - body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:43:46.928957Z\", \"type\":\"kapsule-dedicated-8\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:43:47.055291Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1651" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:44:12 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - 5a6a3cbc-b20d-4c58-8521-b35278be38fc - status: 200 OK - code: 200 - duration: 110.68043ms -- id: 181 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1651 - body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:43:46.928957Z\", \"type\":\"kapsule-dedicated-8\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:43:47.055291Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1651" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:44:17 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - 7d38d3ba-22ce-46c5-af9e-f747a1245ca8 - status: 200 OK - code: 200 - duration: 84.297533ms -- id: 182 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1651 - body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:43:46.928957Z\", \"type\":\"kapsule-dedicated-8\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:43:47.055291Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1651" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:44:22 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - 98e29727-4160-4b1d-bef9-3fb1e87ef082 - status: 200 OK - code: 200 - duration: 98.666456ms -- id: 183 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1651 - body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:43:46.928957Z\", \"type\":\"kapsule-dedicated-8\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:43:47.055291Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1651" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:44:27 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - 32aceab7-e169-4d53-97b5-457f6af12c64 - status: 200 OK - code: 200 - duration: 97.044455ms -- id: 184 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1651 - body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:43:46.928957Z\", \"type\":\"kapsule-dedicated-8\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:43:47.055291Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1651" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:44:32 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - dcdd4fe3-b57e-4fd8-a779-012a60e7ff08 - status: 200 OK - code: 200 - duration: 89.085596ms -- id: 185 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1651 - body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:43:46.928957Z\", \"type\":\"kapsule-dedicated-8\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:43:47.055291Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1651" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:44:38 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - f3a3d383-82b3-422c-934e-a7d3e1a3b643 - status: 200 OK - code: 200 - duration: 90.345515ms -- id: 186 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1651 - body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:43:46.928957Z\", \"type\":\"kapsule-dedicated-8\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:43:47.055291Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1651" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:44:43 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - 3271dc10-7fcc-47d1-81f7-2b2cb9b7d989 - status: 200 OK - code: 200 - duration: 91.437428ms -- id: 187 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1651 - body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:43:46.928957Z\", \"type\":\"kapsule-dedicated-8\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:43:47.055291Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1651" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:44:48 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - 6de3e8b0-15e7-474d-95f6-e37146845c3d - status: 200 OK - code: 200 - duration: 117.646858ms -- id: 188 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1651 - body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:43:46.928957Z\", \"type\":\"kapsule-dedicated-8\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:43:47.055291Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1651" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:44:53 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - 286db6ef-8ee4-4993-b8ed-c1c7cf6d399d - status: 200 OK - code: 200 - duration: 85.391989ms -- id: 189 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1651 - body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:43:46.928957Z\", \"type\":\"kapsule-dedicated-8\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:43:47.055291Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1651" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:44:58 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - 28996485-cbcb-433b-9465-4fcec3077485 - status: 200 OK - code: 200 - duration: 92.926738ms -- id: 190 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1651 - body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:43:46.928957Z\", \"type\":\"kapsule-dedicated-8\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:43:47.055291Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1651" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:45:03 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - 4257485d-4d25-4065-be48-35d09f3cdefc - status: 200 OK - code: 200 - duration: 89.683629ms -- id: 191 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1651 - body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:43:46.928957Z\", \"type\":\"kapsule-dedicated-8\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:43:47.055291Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1651" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:45:08 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - b3916579-5743-4b5b-b07d-fe7d18eb29fc - status: 200 OK - code: 200 - duration: 103.74181ms -- id: 192 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1651 - body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:43:46.928957Z\", \"type\":\"kapsule-dedicated-8\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:43:47.055291Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1651" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:45:13 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - dbbf9ab5-f4ec-4c85-a149-c768cfb0353c - status: 200 OK - code: 200 - duration: 84.685034ms -- id: 193 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1651 - body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:43:46.928957Z\", \"type\":\"kapsule-dedicated-8\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:43:47.055291Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1651" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:45:18 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - 32420cf5-6639-4ba4-b71c-06bddc071268 - status: 200 OK - code: 200 - duration: 117.581814ms -- id: 194 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1651 - body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:43:46.928957Z\", \"type\":\"kapsule-dedicated-8\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:43:47.055291Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1651" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:45:23 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - 31b403e5-2a31-48d2-a827-66857f75f51d - status: 200 OK - code: 200 - duration: 82.536954ms -- id: 195 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1648 - body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:45:26.329317Z\", \"type\":\"kapsule-dedicated-8\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:43:47.055291Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1648" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:45:29 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - e2a5cebc-2cb0-4ac9-bb81-13f77c553bc2 - status: 200 OK - code: 200 - duration: 85.461421ms -- id: 196 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - form: - order_by: - - created_at_asc - page: - - "1" - status: - - unknown - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487/pools?order_by=created_at_asc&page=1&status=unknown - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 29 - body: "{\"total_count\":0, \"pools\":[]}" - headers: - Content-Length: - - "29" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:45:29 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - aa222247-c23c-4649-a920-1da2a37be9b4 - status: 200 OK - code: 200 - duration: 33.110871ms -- id: 197 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 592 - host: api.scaleway.com - body: "{\"autoscaler_config\":{\"scale_down_disabled\":null,\"scale_down_delay_after_add\":null,\"estimator\":\"unknown_estimator\",\"expander\":\"unknown_expander\",\"ignore_daemonsets_utilization\":null,\"balance_similar_node_groups\":null,\"expendable_pods_priority_cutoff\":null,\"scale_down_unneeded_time\":null,\"scale_down_utilization_threshold\":null,\"max_graceful_termination_sec\":null},\"auto_upgrade\":{\"enable\":null,\"maintenance_window\":null},\"open_id_connect_config\":{\"issuer_url\":null,\"client_id\":null,\"username_claim\":null,\"username_prefix\":null,\"groups_claim\":null,\"groups_prefix\":null,\"required_claim\":null}}" - headers: - Content-Type: - - application/json - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 - method: PATCH - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1652 - body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:45:29.192058Z\", \"type\":\"kapsule-dedicated-8\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:43:47.055291Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":false, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1652" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:45:29 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - 617d152e-c125-4635-82d1-7e4e847b91f7 - status: 200 OK - code: 200 - duration: 116.021471ms -- id: 198 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1651 - body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:45:29.192058Z\", \"type\":\"kapsule-dedicated-8\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:43:47.055291Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1651" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:45:29 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - f743c3f2-1604-463f-9eb1-d7d23e72e8d2 - status: 200 OK - code: 200 - duration: 20.08869ms -- id: 199 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1651 - body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:45:29.192058Z\", \"type\":\"kapsule-dedicated-8\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:43:47.055291Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1651" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:45:34 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - 882ed4aa-860b-4887-9149-67274f996bf0 - status: 200 OK - code: 200 - duration: 96.155874ms -- id: 200 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1651 - body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:45:29.192058Z\", \"type\":\"kapsule-dedicated-8\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:43:47.055291Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1651" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:45:39 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - 0a986fce-6d39-4d81-a752-219e588977cc - status: 200 OK - code: 200 - duration: 82.062357ms -- id: 201 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1651 - body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:45:29.192058Z\", \"type\":\"kapsule-dedicated-8\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:43:47.055291Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1651" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:45:44 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - d9a20707-b08d-4990-aaf6-e7d0c6c4bc1e - status: 200 OK - code: 200 - duration: 118.787472ms -- id: 202 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1651 - body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:45:29.192058Z\", \"type\":\"kapsule-dedicated-8\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:43:47.055291Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1651" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:45:49 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - 48c4753b-0963-4af8-9d32-971d6317a193 - status: 200 OK - code: 200 - duration: 97.33662ms -- id: 203 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1651 - body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:45:29.192058Z\", \"type\":\"kapsule-dedicated-8\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:43:47.055291Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1651" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:45:54 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - 92d76a2a-0ea0-4526-b2ad-7f3a2c10ccdc - status: 200 OK - code: 200 - duration: 104.707615ms -- id: 204 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1651 - body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:45:29.192058Z\", \"type\":\"kapsule-dedicated-8\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:43:47.055291Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1651" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:45:59 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - 4e2855c1-7dc3-410a-89f3-5d2ada17bb3a - status: 200 OK - code: 200 - duration: 120.902853ms -- id: 205 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1651 - body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:45:29.192058Z\", \"type\":\"kapsule-dedicated-8\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:43:47.055291Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1651" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:46:04 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - f9f9e196-c086-46c8-baab-dba07665e461 - status: 200 OK - code: 200 - duration: 85.763364ms -- id: 206 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1651 - body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:45:29.192058Z\", \"type\":\"kapsule-dedicated-8\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:43:47.055291Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1651" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:46:10 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - 997dfc01-e3fc-4223-bddf-24df226f79ff - status: 200 OK - code: 200 - duration: 102.538802ms -- id: 207 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1651 - body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:45:29.192058Z\", \"type\":\"kapsule-dedicated-8\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:43:47.055291Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1651" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:46:15 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - 145ebfee-8ac2-44d3-ba97-da9ae5799d47 - status: 200 OK - code: 200 - duration: 80.657177ms -- id: 208 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1651 - body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:45:29.192058Z\", \"type\":\"kapsule-dedicated-8\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:43:47.055291Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1651" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:46:20 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - e77edb45-472b-4168-ac2e-cf1b9bfdfe73 - status: 200 OK - code: 200 - duration: 134.251214ms -- id: 209 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1651 - body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:45:29.192058Z\", \"type\":\"kapsule-dedicated-8\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:43:47.055291Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1651" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:46:25 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - 1df964a3-92ca-4d8f-a05b-24d73605fe2f - status: 200 OK - code: 200 - duration: 80.913183ms -- id: 210 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1651 - body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:45:29.192058Z\", \"type\":\"kapsule-dedicated-8\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:43:47.055291Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1651" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:46:30 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - 7f6b8b99-70a3-49e4-8b13-4e35f7a2ae55 - status: 200 OK - code: 200 - duration: 82.809091ms -- id: 211 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1651 - body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:45:29.192058Z\", \"type\":\"kapsule-dedicated-8\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:43:47.055291Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1651" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:46:35 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - ad76b30b-4f90-4c92-830f-55290f1e148e - status: 200 OK - code: 200 - duration: 194.589968ms -- id: 212 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1651 - body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:45:29.192058Z\", \"type\":\"kapsule-dedicated-8\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:43:47.055291Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1651" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:46:40 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - d7e5a77a-fdbe-458b-899d-037c6f346847 - status: 200 OK - code: 200 - duration: 178.7754ms -- id: 213 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1651 - body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:45:29.192058Z\", \"type\":\"kapsule-dedicated-8\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:43:47.055291Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1651" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:46:45 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - 93f43d9d-3994-4001-9350-026e54ad47d7 - status: 200 OK - code: 200 - duration: 134.030297ms -- id: 214 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1651 - body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:45:29.192058Z\", \"type\":\"kapsule-dedicated-8\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:43:47.055291Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1651" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:46:51 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - 7a650d32-d6ac-4985-b76a-fe3cdf970326 - status: 200 OK - code: 200 - duration: 108.288719ms -- id: 215 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1651 - body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:45:29.192058Z\", \"type\":\"kapsule-dedicated-8\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:43:47.055291Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1651" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:46:56 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - 909a1d98-17c2-4d5a-9e90-2e7c2d796b76 - status: 200 OK - code: 200 - duration: 95.451579ms -- id: 216 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1651 - body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:45:29.192058Z\", \"type\":\"kapsule-dedicated-8\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:43:47.055291Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1651" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:47:01 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - 7e107b60-0ff2-45cb-82ed-351ea2c64415 - status: 200 OK - code: 200 - duration: 120.47431ms -- id: 217 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1651 - body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:45:29.192058Z\", \"type\":\"kapsule-dedicated-8\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:43:47.055291Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1651" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:47:06 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - 42355c16-1df8-498f-ac77-732cb8e84deb - status: 200 OK - code: 200 - duration: 88.473308ms -- id: 218 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1651 - body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:45:29.192058Z\", \"type\":\"kapsule-dedicated-8\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:43:47.055291Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1651" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:47:11 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - e57d3d74-d723-4337-9df9-17d7f8f373ce - status: 200 OK - code: 200 - duration: 94.82303ms -- id: 219 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1651 - body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:45:29.192058Z\", \"type\":\"kapsule-dedicated-8\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:43:47.055291Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1651" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:47:16 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - c3d8f5cf-8471-4544-a914-0bff905f0428 - status: 200 OK - code: 200 - duration: 89.990389ms -- id: 220 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1651 - body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:45:29.192058Z\", \"type\":\"kapsule-dedicated-8\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:43:47.055291Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1651" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:47:21 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - 2a6ae674-51c6-4883-8620-6303ae3fbb8e - status: 200 OK - code: 200 - duration: 90.79914ms -- id: 221 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1651 - body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:45:29.192058Z\", \"type\":\"kapsule-dedicated-8\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:43:47.055291Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1651" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:47:26 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - 1d19dfcf-3155-4ca9-a241-8eb07dba4a9b - status: 200 OK - code: 200 - duration: 98.637676ms -- id: 222 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1651 - body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:45:29.192058Z\", \"type\":\"kapsule-dedicated-8\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:43:47.055291Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1651" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:47:31 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - 6d7e2340-b177-4ede-b39d-16bcd604ea1a - status: 200 OK - code: 200 - duration: 108.705863ms -- id: 223 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1651 - body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:45:29.192058Z\", \"type\":\"kapsule-dedicated-8\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:43:47.055291Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1651" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:47:37 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - a45c2f1a-a8f7-492f-a3ac-8b9159acae92 - status: 200 OK - code: 200 - duration: 85.951127ms -- id: 224 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1651 - body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:45:29.192058Z\", \"type\":\"kapsule-dedicated-8\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:43:47.055291Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1651" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:47:42 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - 9a3ef7dd-20ec-46b1-999f-bae56f6492d2 - status: 200 OK - code: 200 - duration: 81.857171ms -- id: 225 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1651 - body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:45:29.192058Z\", \"type\":\"kapsule-dedicated-8\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:43:47.055291Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1651" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:47:47 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - f94866e5-653b-4f51-81eb-3e176f513067 - status: 200 OK - code: 200 - duration: 94.025579ms -- id: 226 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1651 - body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:45:29.192058Z\", \"type\":\"kapsule-dedicated-8\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:43:47.055291Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1651" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:47:52 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - d21536c5-41fa-44ba-8edd-e9d53d2f35a1 - status: 200 OK - code: 200 - duration: 98.110854ms -- id: 227 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1651 - body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:45:29.192058Z\", \"type\":\"kapsule-dedicated-8\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:43:47.055291Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1651" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:47:57 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - 1e7b326f-95b8-4dd6-aa81-2d40b1b931ad - status: 200 OK - code: 200 - duration: 91.009978ms -- id: 228 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1651 - body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:45:29.192058Z\", \"type\":\"kapsule-dedicated-8\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:43:47.055291Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1651" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:48:02 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - 250af2aa-7307-4620-ad02-e97a37f800cd - status: 200 OK - code: 200 - duration: 83.213587ms -- id: 229 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1651 - body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:45:29.192058Z\", \"type\":\"kapsule-dedicated-8\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:43:47.055291Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1651" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:48:07 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - 326f3dba-6da2-40a7-b502-efeeb363048d - status: 200 OK - code: 200 - duration: 90.742263ms -- id: 230 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1648 - body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:48:12.180252Z\", \"type\":\"kapsule-dedicated-8\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:43:47.055291Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1648" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:48:12 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - f9976466-2aa2-4d10-a4c8-f7b917438bf4 - status: 200 OK - code: 200 - duration: 110.741923ms -- id: 231 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1648 - body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:48:12.180252Z\", \"type\":\"kapsule-dedicated-8\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:43:47.055291Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1648" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:48:12 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - 71bf0ee7-f10f-4279-9347-cd4ac6019faa - status: 200 OK - code: 200 - duration: 91.843742ms -- id: 232 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487/kubeconfig - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1666 - body: "{\"name\":\"kubeconfig\", \"content_type\":\"application/octet-stream\", \"content\":\"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogInRlc3QtdHlwZS1jaGFuZ2UiCiAgY2x1c3RlcjoKICAgIGNlcnRpZmljYXRlLWF1dGhvcml0eS1kYXRhOiBMUzB0TFMxQ1JVZEpUaUJEUlZKVVNVWkpRMEZVUlMwdExTMHRDazFKU1VKWGVrTkRRVkZIWjBGM1NVSkJaMGxDUVVSQlMwSm5aM0ZvYTJwUFVGRlJSRUZxUVZaTlVrMTNSVkZaUkZaUlVVUkZkM0J5WkZkS2JHTnROV3dLWkVkV2VrMUNORmhFVkVreFRWUkJlVTlVUlROTmVrbDVUa1p2V0VSVVRURk5WRUY1VDFSRk0wMTZTWGxPUm05M1JsUkZWRTFDUlVkQk1WVkZRWGhOU3dwaE0xWnBXbGhLZFZwWVVteGpla0phVFVKTlIwSjVjVWRUVFRRNVFXZEZSME5EY1VkVFRUUTVRWGRGU0VFd1NVRkNUVkptU2s1SE1DOXFWVTFGWml0NUNsbHpUbXQxTUhCWVNXeDNkbmxKU2pocFQyNVBRMWgwV0dsQ2JYbzVhbWx4UzJKSk5IZzFWakJ2U0RCeFp6Wmtka1F4Y2paYVkwWXJRa3hITm05bFUwWUtjVFV3ZW5adVQycFJha0pCVFVFMFIwRXhWV1JFZDBWQ0wzZFJSVUYzU1VOd1JFRlFRbWRPVmtoU1RVSkJaamhGUWxSQlJFRlJTQzlOUWpCSFFURlZaQXBFWjFGWFFrSlRlWGRpWTIxcldUZ3pNV0pqVkV4Q1FYZFZXbTlCWmtWQlRuTkVRVXRDWjJkeGFHdHFUMUJSVVVSQlowNUpRVVJDUmtGcFJVRjBXR2hDQ25ObmJsSlVWVk13VW5BMlEyRmpRV0ZXVWpBeFoyNTFWMGR2Um1abU9FWlFUbGRCUlVaQ2MwTkpRVmhQZW1zNE9WUkJiSFJhYW5CdU5YUTVkSEJ2U1VvS2JVb3hkWFpITkdKMWFrNURWbXd5T0ZGbVlrY0tMUzB0TFMxRlRrUWdRMFZTVkVsR1NVTkJWRVV0TFMwdExRbz0KICAgIHNlcnZlcjogaHR0cHM6Ly9jMTEyYTQ1NC1mNjM0LTQ5NTAtODA5NS1lMTgzMTQwMGE0ODcuYXBpLms4cy5mci1wYXIuc2N3LmNsb3VkOjY0NDMKY29udGV4dHM6Ci0gbmFtZTogYWRtaW5AdGVzdC10eXBlLWNoYW5nZQogIGNvbnRleHQ6CiAgICBjbHVzdGVyOiAidGVzdC10eXBlLWNoYW5nZSIKICAgIHVzZXI6IHRlc3QtdHlwZS1jaGFuZ2UtYWRtaW4KY3VycmVudC1jb250ZXh0OiBhZG1pbkB0ZXN0LXR5cGUtY2hhbmdlCmtpbmQ6IENvbmZpZwpwcmVmZXJlbmNlczoge30KdXNlcnM6Ci0gbmFtZTogdGVzdC10eXBlLWNoYW5nZS1hZG1pbgogIHVzZXI6CiAgICB0b2tlbjogbE0zUVdtOFRiejRHY0x0SmpwWUVDVnJZREVtZmtWUDF2cnN0TDhIVzFZeFYyRndXWEphRG9paDk=\"}" - headers: - Content-Length: - - "1666" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:48:12 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - b4dd42e7-27a2-45b1-82b8-3109cc52fc8a - status: 200 OK - code: 200 - duration: 99.619228ms -- id: 233 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1648 - body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:48:12.180252Z\", \"type\":\"kapsule-dedicated-8\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:43:47.055291Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1648" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:48:12 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - 03057762-24a9-4cd9-93bd-b4836bd258fe - status: 200 OK - code: 200 - duration: 18.582078ms -- id: 234 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/fr-par/vpcs/abc9cb6f-35f4-4119-8a61-418592c48d78 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 421 - body: "{\"id\":\"abc9cb6f-35f4-4119-8a61-418592c48d78\", \"name\":\"tf-vpc-cool-ardinghelli\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:23.250212Z\", \"updated_at\":\"2025-10-30T17:32:23.250212Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_default\":false, \"private_network_count\":1, \"routing_enabled\":true, \"custom_routes_propagation_enabled\":true, \"region\":\"fr-par\"}" - headers: - Content-Length: - - "421" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:48:13 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - 017225f2-92d5-43bf-b784-68eaff6cd45d - status: 200 OK - code: 200 - duration: 42.320581ms -- id: 235 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks/15f251cc-3925-4375-85b3-2e1ed1458f44 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1086 - body: "{\"id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"name\":\"test-type-change\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:23.479384Z\", \"updated_at\":\"2025-10-30T17:32:23.479384Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"subnets\":[{\"id\":\"07123eac-9369-4f95-8d04-60230299a581\", \"created_at\":\"2025-10-30T17:32:23.479384Z\", \"updated_at\":\"2025-10-30T17:32:23.479384Z\", \"subnet\":\"172.18.20.0/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"vpc_id\":\"abc9cb6f-35f4-4119-8a61-418592c48d78\"}, {\"id\":\"06551711-cf24-46d0-a1c2-1fe06e2adb94\", \"created_at\":\"2025-10-30T17:32:23.479384Z\", \"updated_at\":\"2025-10-30T17:32:23.479384Z\", \"subnet\":\"fd5f:519c:6d46:c7fd::/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"vpc_id\":\"abc9cb6f-35f4-4119-8a61-418592c48d78\"}], \"vpc_id\":\"abc9cb6f-35f4-4119-8a61-418592c48d78\", \"dhcp_enabled\":true, \"default_route_propagation_enabled\":false, \"region\":\"fr-par\"}" - headers: - Content-Length: - - "1086" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:48:13 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - e24c8d30-b4b0-4c9e-b7d6-7b2be0ecac6f - status: 200 OK - code: 200 - duration: 27.011993ms -- id: 236 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1648 - body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:48:12.180252Z\", \"type\":\"kapsule-dedicated-8\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:43:47.055291Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1648" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:48:13 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - 7d11e95f-b702-40a4-a359-2b43efc49ab7 - status: 200 OK - code: 200 - duration: 24.794743ms -- id: 237 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487/kubeconfig - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1666 - body: "{\"name\":\"kubeconfig\", \"content_type\":\"application/octet-stream\", \"content\":\"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogInRlc3QtdHlwZS1jaGFuZ2UiCiAgY2x1c3RlcjoKICAgIGNlcnRpZmljYXRlLWF1dGhvcml0eS1kYXRhOiBMUzB0TFMxQ1JVZEpUaUJEUlZKVVNVWkpRMEZVUlMwdExTMHRDazFKU1VKWGVrTkRRVkZIWjBGM1NVSkJaMGxDUVVSQlMwSm5aM0ZvYTJwUFVGRlJSRUZxUVZaTlVrMTNSVkZaUkZaUlVVUkZkM0J5WkZkS2JHTnROV3dLWkVkV2VrMUNORmhFVkVreFRWUkJlVTlVUlROTmVrbDVUa1p2V0VSVVRURk5WRUY1VDFSRk0wMTZTWGxPUm05M1JsUkZWRTFDUlVkQk1WVkZRWGhOU3dwaE0xWnBXbGhLZFZwWVVteGpla0phVFVKTlIwSjVjVWRUVFRRNVFXZEZSME5EY1VkVFRUUTVRWGRGU0VFd1NVRkNUVkptU2s1SE1DOXFWVTFGWml0NUNsbHpUbXQxTUhCWVNXeDNkbmxKU2pocFQyNVBRMWgwV0dsQ2JYbzVhbWx4UzJKSk5IZzFWakJ2U0RCeFp6Wmtka1F4Y2paYVkwWXJRa3hITm05bFUwWUtjVFV3ZW5adVQycFJha0pCVFVFMFIwRXhWV1JFZDBWQ0wzZFJSVUYzU1VOd1JFRlFRbWRPVmtoU1RVSkJaamhGUWxSQlJFRlJTQzlOUWpCSFFURlZaQXBFWjFGWFFrSlRlWGRpWTIxcldUZ3pNV0pqVkV4Q1FYZFZXbTlCWmtWQlRuTkVRVXRDWjJkeGFHdHFUMUJSVVVSQlowNUpRVVJDUmtGcFJVRjBXR2hDQ25ObmJsSlVWVk13VW5BMlEyRmpRV0ZXVWpBeFoyNTFWMGR2Um1abU9FWlFUbGRCUlVaQ2MwTkpRVmhQZW1zNE9WUkJiSFJhYW5CdU5YUTVkSEJ2U1VvS2JVb3hkWFpITkdKMWFrNURWbXd5T0ZGbVlrY0tMUzB0TFMxRlRrUWdRMFZTVkVsR1NVTkJWRVV0TFMwdExRbz0KICAgIHNlcnZlcjogaHR0cHM6Ly9jMTEyYTQ1NC1mNjM0LTQ5NTAtODA5NS1lMTgzMTQwMGE0ODcuYXBpLms4cy5mci1wYXIuc2N3LmNsb3VkOjY0NDMKY29udGV4dHM6Ci0gbmFtZTogYWRtaW5AdGVzdC10eXBlLWNoYW5nZQogIGNvbnRleHQ6CiAgICBjbHVzdGVyOiAidGVzdC10eXBlLWNoYW5nZSIKICAgIHVzZXI6IHRlc3QtdHlwZS1jaGFuZ2UtYWRtaW4KY3VycmVudC1jb250ZXh0OiBhZG1pbkB0ZXN0LXR5cGUtY2hhbmdlCmtpbmQ6IENvbmZpZwpwcmVmZXJlbmNlczoge30KdXNlcnM6Ci0gbmFtZTogdGVzdC10eXBlLWNoYW5nZS1hZG1pbgogIHVzZXI6CiAgICB0b2tlbjogbE0zUVdtOFRiejRHY0x0SmpwWUVDVnJZREVtZmtWUDF2cnN0TDhIVzFZeFYyRndXWEphRG9paDk=\"}" - headers: - Content-Length: - - "1666" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:48:13 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - 46c94ebd-4055-497a-8364-d77d94ba84f6 - status: 200 OK - code: 200 - duration: 89.345406ms -- id: 238 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1648 - body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:48:12.180252Z\", \"type\":\"kapsule-dedicated-8\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:43:47.055291Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1648" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:48:13 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - 46ba27c0-1aaf-4da7-925a-47603c104e98 - status: 200 OK - code: 200 - duration: 24.656904ms -- id: 239 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks/15f251cc-3925-4375-85b3-2e1ed1458f44 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1086 - body: "{\"id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"name\":\"test-type-change\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:23.479384Z\", \"updated_at\":\"2025-10-30T17:32:23.479384Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"subnets\":[{\"id\":\"07123eac-9369-4f95-8d04-60230299a581\", \"created_at\":\"2025-10-30T17:32:23.479384Z\", \"updated_at\":\"2025-10-30T17:32:23.479384Z\", \"subnet\":\"172.18.20.0/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"vpc_id\":\"abc9cb6f-35f4-4119-8a61-418592c48d78\"}, {\"id\":\"06551711-cf24-46d0-a1c2-1fe06e2adb94\", \"created_at\":\"2025-10-30T17:32:23.479384Z\", \"updated_at\":\"2025-10-30T17:32:23.479384Z\", \"subnet\":\"fd5f:519c:6d46:c7fd::/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"vpc_id\":\"abc9cb6f-35f4-4119-8a61-418592c48d78\"}], \"vpc_id\":\"abc9cb6f-35f4-4119-8a61-418592c48d78\", \"dhcp_enabled\":true, \"default_route_propagation_enabled\":false, \"region\":\"fr-par\"}" - headers: - Content-Length: - - "1086" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:48:13 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - 6a8a199f-cc12-48c7-a78e-98f58a99bb45 - status: 200 OK - code: 200 - duration: 31.978479ms -- id: 240 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/fr-par/vpcs/abc9cb6f-35f4-4119-8a61-418592c48d78 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 421 - body: "{\"id\":\"abc9cb6f-35f4-4119-8a61-418592c48d78\", \"name\":\"tf-vpc-cool-ardinghelli\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:23.250212Z\", \"updated_at\":\"2025-10-30T17:32:23.250212Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_default\":false, \"private_network_count\":1, \"routing_enabled\":true, \"custom_routes_propagation_enabled\":true, \"region\":\"fr-par\"}" - headers: - Content-Length: - - "421" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:48:13 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - b32f5f9f-c2d6-4bd0-98ff-b2032c502c9e - status: 200 OK - code: 200 - duration: 33.205301ms -- id: 241 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487/kubeconfig - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1666 - body: "{\"name\":\"kubeconfig\", \"content_type\":\"application/octet-stream\", \"content\":\"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogInRlc3QtdHlwZS1jaGFuZ2UiCiAgY2x1c3RlcjoKICAgIGNlcnRpZmljYXRlLWF1dGhvcml0eS1kYXRhOiBMUzB0TFMxQ1JVZEpUaUJEUlZKVVNVWkpRMEZVUlMwdExTMHRDazFKU1VKWGVrTkRRVkZIWjBGM1NVSkJaMGxDUVVSQlMwSm5aM0ZvYTJwUFVGRlJSRUZxUVZaTlVrMTNSVkZaUkZaUlVVUkZkM0J5WkZkS2JHTnROV3dLWkVkV2VrMUNORmhFVkVreFRWUkJlVTlVUlROTmVrbDVUa1p2V0VSVVRURk5WRUY1VDFSRk0wMTZTWGxPUm05M1JsUkZWRTFDUlVkQk1WVkZRWGhOU3dwaE0xWnBXbGhLZFZwWVVteGpla0phVFVKTlIwSjVjVWRUVFRRNVFXZEZSME5EY1VkVFRUUTVRWGRGU0VFd1NVRkNUVkptU2s1SE1DOXFWVTFGWml0NUNsbHpUbXQxTUhCWVNXeDNkbmxKU2pocFQyNVBRMWgwV0dsQ2JYbzVhbWx4UzJKSk5IZzFWakJ2U0RCeFp6Wmtka1F4Y2paYVkwWXJRa3hITm05bFUwWUtjVFV3ZW5adVQycFJha0pCVFVFMFIwRXhWV1JFZDBWQ0wzZFJSVUYzU1VOd1JFRlFRbWRPVmtoU1RVSkJaamhGUWxSQlJFRlJTQzlOUWpCSFFURlZaQXBFWjFGWFFrSlRlWGRpWTIxcldUZ3pNV0pqVkV4Q1FYZFZXbTlCWmtWQlRuTkVRVXRDWjJkeGFHdHFUMUJSVVVSQlowNUpRVVJDUmtGcFJVRjBXR2hDQ25ObmJsSlVWVk13VW5BMlEyRmpRV0ZXVWpBeFoyNTFWMGR2Um1abU9FWlFUbGRCUlVaQ2MwTkpRVmhQZW1zNE9WUkJiSFJhYW5CdU5YUTVkSEJ2U1VvS2JVb3hkWFpITkdKMWFrNURWbXd5T0ZGbVlrY0tMUzB0TFMxRlRrUWdRMFZTVkVsR1NVTkJWRVV0TFMwdExRbz0KICAgIHNlcnZlcjogaHR0cHM6Ly9jMTEyYTQ1NC1mNjM0LTQ5NTAtODA5NS1lMTgzMTQwMGE0ODcuYXBpLms4cy5mci1wYXIuc2N3LmNsb3VkOjY0NDMKY29udGV4dHM6Ci0gbmFtZTogYWRtaW5AdGVzdC10eXBlLWNoYW5nZQogIGNvbnRleHQ6CiAgICBjbHVzdGVyOiAidGVzdC10eXBlLWNoYW5nZSIKICAgIHVzZXI6IHRlc3QtdHlwZS1jaGFuZ2UtYWRtaW4KY3VycmVudC1jb250ZXh0OiBhZG1pbkB0ZXN0LXR5cGUtY2hhbmdlCmtpbmQ6IENvbmZpZwpwcmVmZXJlbmNlczoge30KdXNlcnM6Ci0gbmFtZTogdGVzdC10eXBlLWNoYW5nZS1hZG1pbgogIHVzZXI6CiAgICB0b2tlbjogbE0zUVdtOFRiejRHY0x0SmpwWUVDVnJZREVtZmtWUDF2cnN0TDhIVzFZeFYyRndXWEphRG9paDk=\"}" - headers: - Content-Length: - - "1666" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:48:13 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - 4631c0b3-27b0-4edd-8d7d-6e4a471e46bd - status: 200 OK - code: 200 - duration: 21.576637ms -- id: 242 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487/available-types - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 286 - body: "{\"cluster_types\":[{\"name\":\"kapsule-dedicated-16\", \"availability\":\"available\", \"max_nodes\":500, \"commitment_delay\":\"2592000s\", \"sla\":99.5, \"resiliency\":\"high_availability\", \"memory\":16000000000, \"dedicated\":true, \"audit_logs_supported\":true, \"max_etcd_size\":200000000}], \"total_count\":1}" - headers: - Content-Length: - - "286" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:48:13 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - 44d353ac-3feb-4a9d-84e9-e8a260b1789e - status: 200 OK - code: 200 - duration: 122.733569ms -- id: 243 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - form: - with_additional_resources: - - "false" - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487?with_additional_resources=false - method: DELETE - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1652 - body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:48:13.809487Z\", \"type\":\"kapsule-dedicated-8\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:43:47.055291Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":false, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1652" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:48:13 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - 875d292f-52e6-4cea-9bd6-f4b37a35896b - status: 200 OK - code: 200 - duration: 105.473631ms -- id: 244 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1651 - body: "{\"region\":\"fr-par\", \"id\":\"c112a454-f634-4950-8095-e1831400a487\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:32:24.563192Z\", \"updated_at\":\"2025-10-30T17:48:13.809487Z\", \"type\":\"kapsule-dedicated-8\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c112a454-f634-4950-8095-e1831400a487.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c112a454-f634-4950-8095-e1831400a487.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"15f251cc-3925-4375-85b3-2e1ed1458f44\", \"commitment_ends_at\":\"2025-11-29T17:43:47.055291Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"c3a892cd-47d5-4b38-802a-1d3656933691\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1651" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:48:13 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - c6719517-0187-48ce-b2f4-2f69b006161a - status: 200 OK - code: 200 - duration: 100.327767ms -- id: 245 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c112a454-f634-4950-8095-e1831400a487 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 128 - body: "{\"message\":\"resource is not found\",\"resource\":\"cluster\",\"resource_id\":\"c112a454-f634-4950-8095-e1831400a487\",\"type\":\"not_found\"}" - headers: - Content-Length: - - "128" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:48:19 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - 7341bd04-fce9-46d0-ac9b-6e1497570561 - status: 404 Not Found - code: 404 - duration: 26.314345ms -- id: 246 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks/15f251cc-3925-4375-85b3-2e1ed1458f44 - method: DELETE - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 0 - body: "" - headers: - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:48:20 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - 2d24a466-e500-4992-91e5-0167bb16b012 - status: 204 No Content - code: 204 - duration: 1.124239084s -- id: 247 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/fr-par/vpcs/abc9cb6f-35f4-4119-8a61-418592c48d78 - method: DELETE - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 0 - body: "" - headers: - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:48:20 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - ae0ea824-a82d-4b4d-819f-6051e606e522 - status: 204 No Content - code: 204 - duration: 250.007868ms -- id: 248 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 661 - host: api.scaleway.com - body: "{\"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\",\"type\":\"multicloud-dedicated-4\",\"name\":\"test-type-change\",\"description\":\"\",\"tags\":[\"terraform-test\",\"scaleway_k8s_cluster\",\"type-change\"],\"version\":\"1.34.1\",\"cni\":\"kilo\",\"pools\":null,\"autoscaler_config\":{\"scale_down_disabled\":null,\"scale_down_delay_after_add\":null,\"estimator\":\"unknown_estimator\",\"expander\":\"unknown_expander\",\"ignore_daemonsets_utilization\":null,\"balance_similar_node_groups\":null,\"expendable_pods_priority_cutoff\":0,\"scale_down_unneeded_time\":null,\"scale_down_utilization_threshold\":null,\"max_graceful_termination_sec\":0},\"feature_gates\":[],\"admission_plugins\":[],\"apiserver_cert_sans\":[]}" - headers: - Content-Type: - - application/json - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters - method: POST - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1583 - body: "{\"region\":\"fr-par\", \"id\":\"64803d5d-ac0a-45fa-82e6-e0f037266daa\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:48:20.702469Z\", \"updated_at\":\"2025-10-30T17:48:20.702469Z\", \"type\":\"multicloud-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"creating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://64803d5d-ac0a-45fa-82e6-e0f037266daa.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.64803d5d-ac0a-45fa-82e6-e0f037266daa.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-11-29T17:48:20.702476Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"\", \"new_images_enabled\":false, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1583" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:48:20 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - f1adf67d-a0a5-4f4e-ac7d-7c5a09d3536a - status: 200 OK - code: 200 - duration: 293.356489ms -- id: 249 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/64803d5d-ac0a-45fa-82e6-e0f037266daa - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1582 - body: "{\"region\":\"fr-par\", \"id\":\"64803d5d-ac0a-45fa-82e6-e0f037266daa\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:48:20.702469Z\", \"updated_at\":\"2025-10-30T17:48:20.702469Z\", \"type\":\"multicloud-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"creating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://64803d5d-ac0a-45fa-82e6-e0f037266daa.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.64803d5d-ac0a-45fa-82e6-e0f037266daa.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-11-29T17:48:20.702476Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1582" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:48:20 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - 050caab1-5cbc-4479-b38b-dc1ee7a73e7e - status: 200 OK - code: 200 - duration: 87.369293ms -- id: 250 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/64803d5d-ac0a-45fa-82e6-e0f037266daa - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1618 - body: "{\"region\":\"fr-par\", \"id\":\"64803d5d-ac0a-45fa-82e6-e0f037266daa\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:48:20.702469Z\", \"updated_at\":\"2025-10-30T17:48:21.174846Z\", \"type\":\"multicloud-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"creating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://64803d5d-ac0a-45fa-82e6-e0f037266daa.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.64803d5d-ac0a-45fa-82e6-e0f037266daa.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-11-29T17:48:20.702476Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"1287e4f9-481a-4b20-b218-d1545d3eff3c\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1618" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:48:25 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - 6f9d4d5b-c0b1-4eae-98b1-80985cb2cc8a - status: 200 OK - code: 200 - duration: 84.771141ms -- id: 251 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/64803d5d-ac0a-45fa-82e6-e0f037266daa - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1618 - body: "{\"region\":\"fr-par\", \"id\":\"64803d5d-ac0a-45fa-82e6-e0f037266daa\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:48:20.702469Z\", \"updated_at\":\"2025-10-30T17:48:21.174846Z\", \"type\":\"multicloud-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"creating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://64803d5d-ac0a-45fa-82e6-e0f037266daa.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.64803d5d-ac0a-45fa-82e6-e0f037266daa.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-11-29T17:48:20.702476Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"1287e4f9-481a-4b20-b218-d1545d3eff3c\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1618" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:48:31 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - 521c0f1d-3b75-4f72-8feb-dde0120bb379 - status: 200 OK - code: 200 - duration: 98.859995ms -- id: 252 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/64803d5d-ac0a-45fa-82e6-e0f037266daa - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1618 - body: "{\"region\":\"fr-par\", \"id\":\"64803d5d-ac0a-45fa-82e6-e0f037266daa\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:48:20.702469Z\", \"updated_at\":\"2025-10-30T17:48:21.174846Z\", \"type\":\"multicloud-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"creating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://64803d5d-ac0a-45fa-82e6-e0f037266daa.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.64803d5d-ac0a-45fa-82e6-e0f037266daa.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-11-29T17:48:20.702476Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"1287e4f9-481a-4b20-b218-d1545d3eff3c\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1618" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:48:36 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - b3affbc8-2628-404f-b2d8-f503832afb13 - status: 200 OK - code: 200 - duration: 95.018512ms -- id: 253 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/64803d5d-ac0a-45fa-82e6-e0f037266daa - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1618 - body: "{\"region\":\"fr-par\", \"id\":\"64803d5d-ac0a-45fa-82e6-e0f037266daa\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:48:20.702469Z\", \"updated_at\":\"2025-10-30T17:48:21.174846Z\", \"type\":\"multicloud-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"creating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://64803d5d-ac0a-45fa-82e6-e0f037266daa.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.64803d5d-ac0a-45fa-82e6-e0f037266daa.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-11-29T17:48:20.702476Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"1287e4f9-481a-4b20-b218-d1545d3eff3c\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1618" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:48:41 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - 4c47398f-9043-498f-883b-0db526416350 - status: 200 OK - code: 200 - duration: 94.251436ms -- id: 254 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/64803d5d-ac0a-45fa-82e6-e0f037266daa - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1618 - body: "{\"region\":\"fr-par\", \"id\":\"64803d5d-ac0a-45fa-82e6-e0f037266daa\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:48:20.702469Z\", \"updated_at\":\"2025-10-30T17:48:21.174846Z\", \"type\":\"multicloud-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"creating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://64803d5d-ac0a-45fa-82e6-e0f037266daa.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.64803d5d-ac0a-45fa-82e6-e0f037266daa.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-11-29T17:48:20.702476Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"1287e4f9-481a-4b20-b218-d1545d3eff3c\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1618" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:48:46 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - 0a9614d8-5041-492e-ad50-9a127737f439 - status: 200 OK - code: 200 - duration: 107.246779ms -- id: 255 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/64803d5d-ac0a-45fa-82e6-e0f037266daa - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1618 - body: "{\"region\":\"fr-par\", \"id\":\"64803d5d-ac0a-45fa-82e6-e0f037266daa\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:48:20.702469Z\", \"updated_at\":\"2025-10-30T17:48:21.174846Z\", \"type\":\"multicloud-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"creating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://64803d5d-ac0a-45fa-82e6-e0f037266daa.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.64803d5d-ac0a-45fa-82e6-e0f037266daa.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-11-29T17:48:20.702476Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"1287e4f9-481a-4b20-b218-d1545d3eff3c\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1618" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:48:51 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - ea0353b7-7b0b-4086-8153-30560a6eb0c7 - status: 200 OK - code: 200 - duration: 114.338718ms -- id: 256 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/64803d5d-ac0a-45fa-82e6-e0f037266daa - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1618 - body: "{\"region\":\"fr-par\", \"id\":\"64803d5d-ac0a-45fa-82e6-e0f037266daa\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:48:20.702469Z\", \"updated_at\":\"2025-10-30T17:48:21.174846Z\", \"type\":\"multicloud-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"creating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://64803d5d-ac0a-45fa-82e6-e0f037266daa.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.64803d5d-ac0a-45fa-82e6-e0f037266daa.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-11-29T17:48:20.702476Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"1287e4f9-481a-4b20-b218-d1545d3eff3c\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1618" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:48:56 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - 86cca98d-cf93-4e98-86da-2806e915246b - status: 200 OK - code: 200 - duration: 90.276657ms -- id: 257 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/64803d5d-ac0a-45fa-82e6-e0f037266daa - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1618 - body: "{\"region\":\"fr-par\", \"id\":\"64803d5d-ac0a-45fa-82e6-e0f037266daa\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:48:20.702469Z\", \"updated_at\":\"2025-10-30T17:48:21.174846Z\", \"type\":\"multicloud-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"creating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://64803d5d-ac0a-45fa-82e6-e0f037266daa.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.64803d5d-ac0a-45fa-82e6-e0f037266daa.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-11-29T17:48:20.702476Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"1287e4f9-481a-4b20-b218-d1545d3eff3c\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1618" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:49:01 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - 8f61bfda-cce4-4b30-960c-389e6dbd688e - status: 200 OK - code: 200 - duration: 88.594212ms -- id: 258 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/64803d5d-ac0a-45fa-82e6-e0f037266daa - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1618 - body: "{\"region\":\"fr-par\", \"id\":\"64803d5d-ac0a-45fa-82e6-e0f037266daa\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:48:20.702469Z\", \"updated_at\":\"2025-10-30T17:48:21.174846Z\", \"type\":\"multicloud-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"creating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://64803d5d-ac0a-45fa-82e6-e0f037266daa.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.64803d5d-ac0a-45fa-82e6-e0f037266daa.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-11-29T17:48:20.702476Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"1287e4f9-481a-4b20-b218-d1545d3eff3c\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1618" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:49:06 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - df66e661-b8ee-4dab-a239-fb96ae344618 - status: 200 OK - code: 200 - duration: 88.872929ms -- id: 259 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/64803d5d-ac0a-45fa-82e6-e0f037266daa - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1618 - body: "{\"region\":\"fr-par\", \"id\":\"64803d5d-ac0a-45fa-82e6-e0f037266daa\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:48:20.702469Z\", \"updated_at\":\"2025-10-30T17:48:21.174846Z\", \"type\":\"multicloud-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"creating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://64803d5d-ac0a-45fa-82e6-e0f037266daa.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.64803d5d-ac0a-45fa-82e6-e0f037266daa.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-11-29T17:48:20.702476Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"1287e4f9-481a-4b20-b218-d1545d3eff3c\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1618" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:49:11 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - 8b6c07ad-54d8-453e-8cec-38e5b5d6904e - status: 200 OK - code: 200 - duration: 97.600777ms -- id: 260 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/64803d5d-ac0a-45fa-82e6-e0f037266daa - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1618 - body: "{\"region\":\"fr-par\", \"id\":\"64803d5d-ac0a-45fa-82e6-e0f037266daa\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:48:20.702469Z\", \"updated_at\":\"2025-10-30T17:48:21.174846Z\", \"type\":\"multicloud-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"creating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://64803d5d-ac0a-45fa-82e6-e0f037266daa.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.64803d5d-ac0a-45fa-82e6-e0f037266daa.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-11-29T17:48:20.702476Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"1287e4f9-481a-4b20-b218-d1545d3eff3c\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1618" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:49:16 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - 835cf8c3-8a70-42c4-9359-89ce4ab3ce98 - status: 200 OK - code: 200 - duration: 90.883556ms -- id: 261 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/64803d5d-ac0a-45fa-82e6-e0f037266daa - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1618 - body: "{\"region\":\"fr-par\", \"id\":\"64803d5d-ac0a-45fa-82e6-e0f037266daa\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:48:20.702469Z\", \"updated_at\":\"2025-10-30T17:48:21.174846Z\", \"type\":\"multicloud-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"creating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://64803d5d-ac0a-45fa-82e6-e0f037266daa.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.64803d5d-ac0a-45fa-82e6-e0f037266daa.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-11-29T17:48:20.702476Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"1287e4f9-481a-4b20-b218-d1545d3eff3c\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1618" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:49:21 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - dec11549-4045-4563-9e10-913da5a5f4d6 - status: 200 OK - code: 200 - duration: 92.357745ms -- id: 262 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/64803d5d-ac0a-45fa-82e6-e0f037266daa - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1618 - body: "{\"region\":\"fr-par\", \"id\":\"64803d5d-ac0a-45fa-82e6-e0f037266daa\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:48:20.702469Z\", \"updated_at\":\"2025-10-30T17:48:21.174846Z\", \"type\":\"multicloud-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"creating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://64803d5d-ac0a-45fa-82e6-e0f037266daa.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.64803d5d-ac0a-45fa-82e6-e0f037266daa.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-11-29T17:48:20.702476Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"1287e4f9-481a-4b20-b218-d1545d3eff3c\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1618" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:49:27 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - a784a2f0-5298-4173-9c0e-7296c95b9376 - status: 200 OK - code: 200 - duration: 96.24949ms -- id: 263 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/64803d5d-ac0a-45fa-82e6-e0f037266daa - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1618 - body: "{\"region\":\"fr-par\", \"id\":\"64803d5d-ac0a-45fa-82e6-e0f037266daa\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:48:20.702469Z\", \"updated_at\":\"2025-10-30T17:48:21.174846Z\", \"type\":\"multicloud-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"creating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://64803d5d-ac0a-45fa-82e6-e0f037266daa.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.64803d5d-ac0a-45fa-82e6-e0f037266daa.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-11-29T17:48:20.702476Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"1287e4f9-481a-4b20-b218-d1545d3eff3c\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1618" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:49:32 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - 5f77da63-6f90-4ab5-966a-61dff0baf068 - status: 200 OK - code: 200 - duration: 75.95876ms -- id: 264 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/64803d5d-ac0a-45fa-82e6-e0f037266daa - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1618 - body: "{\"region\":\"fr-par\", \"id\":\"64803d5d-ac0a-45fa-82e6-e0f037266daa\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:48:20.702469Z\", \"updated_at\":\"2025-10-30T17:48:21.174846Z\", \"type\":\"multicloud-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"creating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://64803d5d-ac0a-45fa-82e6-e0f037266daa.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.64803d5d-ac0a-45fa-82e6-e0f037266daa.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-11-29T17:48:20.702476Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"1287e4f9-481a-4b20-b218-d1545d3eff3c\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1618" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:49:37 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - 4db0a03f-93f3-47c0-af67-81e7cf32c54c - status: 200 OK - code: 200 - duration: 88.539127ms -- id: 265 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/64803d5d-ac0a-45fa-82e6-e0f037266daa - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1618 - body: "{\"region\":\"fr-par\", \"id\":\"64803d5d-ac0a-45fa-82e6-e0f037266daa\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:48:20.702469Z\", \"updated_at\":\"2025-10-30T17:48:21.174846Z\", \"type\":\"multicloud-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"creating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://64803d5d-ac0a-45fa-82e6-e0f037266daa.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.64803d5d-ac0a-45fa-82e6-e0f037266daa.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-11-29T17:48:20.702476Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"1287e4f9-481a-4b20-b218-d1545d3eff3c\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1618" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:49:42 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - a3f30f9b-69ff-4efc-96b3-e85a9816b261 - status: 200 OK - code: 200 - duration: 86.351755ms -- id: 266 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/64803d5d-ac0a-45fa-82e6-e0f037266daa - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1618 - body: "{\"region\":\"fr-par\", \"id\":\"64803d5d-ac0a-45fa-82e6-e0f037266daa\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:48:20.702469Z\", \"updated_at\":\"2025-10-30T17:48:21.174846Z\", \"type\":\"multicloud-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"creating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://64803d5d-ac0a-45fa-82e6-e0f037266daa.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.64803d5d-ac0a-45fa-82e6-e0f037266daa.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-11-29T17:48:20.702476Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"1287e4f9-481a-4b20-b218-d1545d3eff3c\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1618" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:49:47 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - 8c4ab691-a7c2-4d33-95cc-48dbce892d8c - status: 200 OK - code: 200 - duration: 85.632469ms -- id: 267 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/64803d5d-ac0a-45fa-82e6-e0f037266daa - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1618 - body: "{\"region\":\"fr-par\", \"id\":\"64803d5d-ac0a-45fa-82e6-e0f037266daa\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:48:20.702469Z\", \"updated_at\":\"2025-10-30T17:48:21.174846Z\", \"type\":\"multicloud-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"creating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://64803d5d-ac0a-45fa-82e6-e0f037266daa.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.64803d5d-ac0a-45fa-82e6-e0f037266daa.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-11-29T17:48:20.702476Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"1287e4f9-481a-4b20-b218-d1545d3eff3c\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1618" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:49:52 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - 5c4be581-1d6b-4d39-a5be-837f5c65c9e2 - status: 200 OK - code: 200 - duration: 84.890538ms -- id: 268 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/64803d5d-ac0a-45fa-82e6-e0f037266daa - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1618 - body: "{\"region\":\"fr-par\", \"id\":\"64803d5d-ac0a-45fa-82e6-e0f037266daa\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:48:20.702469Z\", \"updated_at\":\"2025-10-30T17:48:21.174846Z\", \"type\":\"multicloud-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"creating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://64803d5d-ac0a-45fa-82e6-e0f037266daa.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.64803d5d-ac0a-45fa-82e6-e0f037266daa.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-11-29T17:48:20.702476Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"1287e4f9-481a-4b20-b218-d1545d3eff3c\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1618" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:49:57 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - 19728045-4690-410b-b499-05ca48a54dfe - status: 200 OK - code: 200 - duration: 92.512303ms -- id: 269 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/64803d5d-ac0a-45fa-82e6-e0f037266daa - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1618 - body: "{\"region\":\"fr-par\", \"id\":\"64803d5d-ac0a-45fa-82e6-e0f037266daa\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:48:20.702469Z\", \"updated_at\":\"2025-10-30T17:48:21.174846Z\", \"type\":\"multicloud-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"creating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://64803d5d-ac0a-45fa-82e6-e0f037266daa.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.64803d5d-ac0a-45fa-82e6-e0f037266daa.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-11-29T17:48:20.702476Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"1287e4f9-481a-4b20-b218-d1545d3eff3c\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1618" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:50:02 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - 0e3f6b05-6d9b-406f-9785-d40c2b92dc6e - status: 200 OK - code: 200 - duration: 93.304953ms -- id: 270 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/64803d5d-ac0a-45fa-82e6-e0f037266daa - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1618 - body: "{\"region\":\"fr-par\", \"id\":\"64803d5d-ac0a-45fa-82e6-e0f037266daa\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:48:20.702469Z\", \"updated_at\":\"2025-10-30T17:48:21.174846Z\", \"type\":\"multicloud-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"creating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://64803d5d-ac0a-45fa-82e6-e0f037266daa.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.64803d5d-ac0a-45fa-82e6-e0f037266daa.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-11-29T17:48:20.702476Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"1287e4f9-481a-4b20-b218-d1545d3eff3c\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1618" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:50:07 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - 0f773fbb-b5f4-46f9-90a9-4536ecf029af - status: 200 OK - code: 200 - duration: 96.128784ms -- id: 271 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/64803d5d-ac0a-45fa-82e6-e0f037266daa - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1618 - body: "{\"region\":\"fr-par\", \"id\":\"64803d5d-ac0a-45fa-82e6-e0f037266daa\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:48:20.702469Z\", \"updated_at\":\"2025-10-30T17:48:21.174846Z\", \"type\":\"multicloud-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"creating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://64803d5d-ac0a-45fa-82e6-e0f037266daa.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.64803d5d-ac0a-45fa-82e6-e0f037266daa.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-11-29T17:48:20.702476Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"1287e4f9-481a-4b20-b218-d1545d3eff3c\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1618" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:50:12 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - df0d0f73-718b-4af1-889a-14e9f61648b6 - status: 200 OK - code: 200 - duration: 75.602277ms -- id: 272 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/64803d5d-ac0a-45fa-82e6-e0f037266daa - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1618 - body: "{\"region\":\"fr-par\", \"id\":\"64803d5d-ac0a-45fa-82e6-e0f037266daa\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:48:20.702469Z\", \"updated_at\":\"2025-10-30T17:48:21.174846Z\", \"type\":\"multicloud-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"creating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://64803d5d-ac0a-45fa-82e6-e0f037266daa.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.64803d5d-ac0a-45fa-82e6-e0f037266daa.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-11-29T17:48:20.702476Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"1287e4f9-481a-4b20-b218-d1545d3eff3c\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1618" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:50:18 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - c7f330a2-d1c6-4bcc-9994-5277ed4f6280 - status: 200 OK - code: 200 - duration: 125.507012ms -- id: 273 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/64803d5d-ac0a-45fa-82e6-e0f037266daa - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1618 - body: "{\"region\":\"fr-par\", \"id\":\"64803d5d-ac0a-45fa-82e6-e0f037266daa\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:48:20.702469Z\", \"updated_at\":\"2025-10-30T17:48:21.174846Z\", \"type\":\"multicloud-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"creating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://64803d5d-ac0a-45fa-82e6-e0f037266daa.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.64803d5d-ac0a-45fa-82e6-e0f037266daa.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-11-29T17:48:20.702476Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"1287e4f9-481a-4b20-b218-d1545d3eff3c\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1618" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:50:23 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - 67cf7e54-6aac-460c-9142-74843cfe402e - status: 200 OK - code: 200 - duration: 91.332561ms -- id: 274 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/64803d5d-ac0a-45fa-82e6-e0f037266daa - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1618 - body: "{\"region\":\"fr-par\", \"id\":\"64803d5d-ac0a-45fa-82e6-e0f037266daa\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:48:20.702469Z\", \"updated_at\":\"2025-10-30T17:48:21.174846Z\", \"type\":\"multicloud-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"creating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://64803d5d-ac0a-45fa-82e6-e0f037266daa.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.64803d5d-ac0a-45fa-82e6-e0f037266daa.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-11-29T17:48:20.702476Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"1287e4f9-481a-4b20-b218-d1545d3eff3c\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1618" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:50:28 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - b73f06cd-c985-4c02-9ff2-dd98f39ff572 - status: 200 OK - code: 200 - duration: 83.021206ms -- id: 275 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/64803d5d-ac0a-45fa-82e6-e0f037266daa - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1618 - body: "{\"region\":\"fr-par\", \"id\":\"64803d5d-ac0a-45fa-82e6-e0f037266daa\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:48:20.702469Z\", \"updated_at\":\"2025-10-30T17:48:21.174846Z\", \"type\":\"multicloud-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"creating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://64803d5d-ac0a-45fa-82e6-e0f037266daa.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.64803d5d-ac0a-45fa-82e6-e0f037266daa.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-11-29T17:48:20.702476Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"1287e4f9-481a-4b20-b218-d1545d3eff3c\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1618" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:50:33 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - cca81468-a71e-4698-873b-d6eefe29576b - status: 200 OK - code: 200 - duration: 104.835157ms -- id: 276 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/64803d5d-ac0a-45fa-82e6-e0f037266daa - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1615 - body: "{\"region\":\"fr-par\", \"id\":\"64803d5d-ac0a-45fa-82e6-e0f037266daa\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:48:20.702469Z\", \"updated_at\":\"2025-10-30T17:50:37.258653Z\", \"type\":\"multicloud-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://64803d5d-ac0a-45fa-82e6-e0f037266daa.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.64803d5d-ac0a-45fa-82e6-e0f037266daa.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-11-29T17:48:20.702476Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"1287e4f9-481a-4b20-b218-d1545d3eff3c\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1615" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:50:38 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - 46fb0fce-b243-481d-b257-6a56ef08d40e - status: 200 OK - code: 200 - duration: 100.659252ms -- id: 277 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/64803d5d-ac0a-45fa-82e6-e0f037266daa - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1615 - body: "{\"region\":\"fr-par\", \"id\":\"64803d5d-ac0a-45fa-82e6-e0f037266daa\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:48:20.702469Z\", \"updated_at\":\"2025-10-30T17:50:37.258653Z\", \"type\":\"multicloud-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://64803d5d-ac0a-45fa-82e6-e0f037266daa.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.64803d5d-ac0a-45fa-82e6-e0f037266daa.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-11-29T17:48:20.702476Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"1287e4f9-481a-4b20-b218-d1545d3eff3c\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1615" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:50:38 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - ff864067-0324-4df0-a800-c03474957db5 - status: 200 OK - code: 200 - duration: 27.557999ms -- id: 278 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/64803d5d-ac0a-45fa-82e6-e0f037266daa/kubeconfig - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1670 - body: "{\"name\":\"kubeconfig\", \"content_type\":\"application/octet-stream\", \"content\":\"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogInRlc3QtdHlwZS1jaGFuZ2UiCiAgY2x1c3RlcjoKICAgIGNlcnRpZmljYXRlLWF1dGhvcml0eS1kYXRhOiBMUzB0TFMxQ1JVZEpUaUJEUlZKVVNVWkpRMEZVUlMwdExTMHRDazFKU1VKWVJFTkRRVkZIWjBGM1NVSkJaMGxDUVVSQlMwSm5aM0ZvYTJwUFVGRlJSRUZxUVZaTlVrMTNSVkZaUkZaUlVVUkZkM0J5WkZkS2JHTnROV3dLWkVkV2VrMUNORmhFVkVreFRWUkJlVTlVUlROT1JHZDVUVVp2V0VSVVRURk5WRUY1VDFSRk0wNUVaM2xOUm05M1JsUkZWRTFDUlVkQk1WVkZRWGhOU3dwaE0xWnBXbGhLZFZwWVVteGpla0phVFVKTlIwSjVjVWRUVFRRNVFXZEZSME5EY1VkVFRUUTVRWGRGU0VFd1NVRkNUMlEwWjNka2FETkxNekpxYmtkeUNtdzNSbmxFT0ZRMlNIZFZaVFJoYm1WT1F6SkpVREJPYkhONGFFVkpWM2dyVVRCRVZFNHhjWGhMWmtob2JVNVpjMDVMU1hCdFJ6Um1VbGtyYTJSbmMzY0tjVU5xZWtvNVYycFJha0pCVFVFMFIwRXhWV1JFZDBWQ0wzZFJSVUYzU1VOd1JFRlFRbWRPVmtoU1RVSkJaamhGUWxSQlJFRlJTQzlOUWpCSFFURlZaQXBFWjFGWFFrSlVZbVU1ZUhCVlN6RlZUMk5ZWVhoQk4wOXZSemRaU0M4NVpreFVRVXRDWjJkeGFHdHFUMUJSVVVSQlowNUtRVVJDUjBGcFJVRm5WazVsQ21OMVluQjFPREZOTWpaM2NVaEdLek51Tm5sS1YyVmhiQzh6TkdOdE1FUldORWQ2Um5FM2MwTkpVVU5JYVdWNE1FRjVaVWxZY1Vac1YxcHpkVUZvVlZRS2FpdDJVV2xJVEVKcVQwaEJWVkJ5UVU1bWJGQllRVDA5Q2kwdExTMHRSVTVFSUVORlVsUkpSa2xEUVZSRkxTMHRMUzBLCiAgICBzZXJ2ZXI6IGh0dHBzOi8vNjQ4MDNkNWQtYWMwYS00NWZhLTgyZTYtZTBmMDM3MjY2ZGFhLmFwaS5rOHMuZnItcGFyLnNjdy5jbG91ZDo2NDQzCmNvbnRleHRzOgotIG5hbWU6IGFkbWluQHRlc3QtdHlwZS1jaGFuZ2UKICBjb250ZXh0OgogICAgY2x1c3RlcjogInRlc3QtdHlwZS1jaGFuZ2UiCiAgICB1c2VyOiB0ZXN0LXR5cGUtY2hhbmdlLWFkbWluCmN1cnJlbnQtY29udGV4dDogYWRtaW5AdGVzdC10eXBlLWNoYW5nZQpraW5kOiBDb25maWcKcHJlZmVyZW5jZXM6IHt9CnVzZXJzOgotIG5hbWU6IHRlc3QtdHlwZS1jaGFuZ2UtYWRtaW4KICB1c2VyOgogICAgdG9rZW46IG5XdklWYlQ4TkJ1cEttdE9XZ3VPRXVYYjZHUU9RdHlSczR5UHhCQ0dQNWlqY2tnQlFaRDNSRTRV\"}" - headers: - Content-Length: - - "1670" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:50:38 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - 369b2817-fc21-4c87-9b72-90d9e7434af6 - status: 200 OK - code: 200 - duration: 96.189373ms -- id: 279 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/64803d5d-ac0a-45fa-82e6-e0f037266daa - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1615 - body: "{\"region\":\"fr-par\", \"id\":\"64803d5d-ac0a-45fa-82e6-e0f037266daa\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:48:20.702469Z\", \"updated_at\":\"2025-10-30T17:50:37.258653Z\", \"type\":\"multicloud-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://64803d5d-ac0a-45fa-82e6-e0f037266daa.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.64803d5d-ac0a-45fa-82e6-e0f037266daa.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-11-29T17:48:20.702476Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"1287e4f9-481a-4b20-b218-d1545d3eff3c\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1615" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:50:38 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - a3e73184-5acb-4491-9710-b0469d51034e - status: 200 OK - code: 200 - duration: 78.846596ms -- id: 280 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/64803d5d-ac0a-45fa-82e6-e0f037266daa - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1615 - body: "{\"region\":\"fr-par\", \"id\":\"64803d5d-ac0a-45fa-82e6-e0f037266daa\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:48:20.702469Z\", \"updated_at\":\"2025-10-30T17:50:37.258653Z\", \"type\":\"multicloud-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://64803d5d-ac0a-45fa-82e6-e0f037266daa.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.64803d5d-ac0a-45fa-82e6-e0f037266daa.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-11-29T17:48:20.702476Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"1287e4f9-481a-4b20-b218-d1545d3eff3c\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1615" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:50:38 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - 4b15f5c3-333c-4e07-b5cb-032511d74eb0 - status: 200 OK - code: 200 - duration: 22.785252ms -- id: 281 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/64803d5d-ac0a-45fa-82e6-e0f037266daa/kubeconfig - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1670 - body: "{\"name\":\"kubeconfig\", \"content_type\":\"application/octet-stream\", \"content\":\"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogInRlc3QtdHlwZS1jaGFuZ2UiCiAgY2x1c3RlcjoKICAgIGNlcnRpZmljYXRlLWF1dGhvcml0eS1kYXRhOiBMUzB0TFMxQ1JVZEpUaUJEUlZKVVNVWkpRMEZVUlMwdExTMHRDazFKU1VKWVJFTkRRVkZIWjBGM1NVSkJaMGxDUVVSQlMwSm5aM0ZvYTJwUFVGRlJSRUZxUVZaTlVrMTNSVkZaUkZaUlVVUkZkM0J5WkZkS2JHTnROV3dLWkVkV2VrMUNORmhFVkVreFRWUkJlVTlVUlROT1JHZDVUVVp2V0VSVVRURk5WRUY1VDFSRk0wNUVaM2xOUm05M1JsUkZWRTFDUlVkQk1WVkZRWGhOU3dwaE0xWnBXbGhLZFZwWVVteGpla0phVFVKTlIwSjVjVWRUVFRRNVFXZEZSME5EY1VkVFRUUTVRWGRGU0VFd1NVRkNUMlEwWjNka2FETkxNekpxYmtkeUNtdzNSbmxFT0ZRMlNIZFZaVFJoYm1WT1F6SkpVREJPYkhONGFFVkpWM2dyVVRCRVZFNHhjWGhMWmtob2JVNVpjMDVMU1hCdFJ6Um1VbGtyYTJSbmMzY0tjVU5xZWtvNVYycFJha0pCVFVFMFIwRXhWV1JFZDBWQ0wzZFJSVUYzU1VOd1JFRlFRbWRPVmtoU1RVSkJaamhGUWxSQlJFRlJTQzlOUWpCSFFURlZaQXBFWjFGWFFrSlVZbVU1ZUhCVlN6RlZUMk5ZWVhoQk4wOXZSemRaU0M4NVpreFVRVXRDWjJkeGFHdHFUMUJSVVVSQlowNUtRVVJDUjBGcFJVRm5WazVsQ21OMVluQjFPREZOTWpaM2NVaEdLek51Tm5sS1YyVmhiQzh6TkdOdE1FUldORWQ2Um5FM2MwTkpVVU5JYVdWNE1FRjVaVWxZY1Vac1YxcHpkVUZvVlZRS2FpdDJVV2xJVEVKcVQwaEJWVkJ5UVU1bWJGQllRVDA5Q2kwdExTMHRSVTVFSUVORlVsUkpSa2xEUVZSRkxTMHRMUzBLCiAgICBzZXJ2ZXI6IGh0dHBzOi8vNjQ4MDNkNWQtYWMwYS00NWZhLTgyZTYtZTBmMDM3MjY2ZGFhLmFwaS5rOHMuZnItcGFyLnNjdy5jbG91ZDo2NDQzCmNvbnRleHRzOgotIG5hbWU6IGFkbWluQHRlc3QtdHlwZS1jaGFuZ2UKICBjb250ZXh0OgogICAgY2x1c3RlcjogInRlc3QtdHlwZS1jaGFuZ2UiCiAgICB1c2VyOiB0ZXN0LXR5cGUtY2hhbmdlLWFkbWluCmN1cnJlbnQtY29udGV4dDogYWRtaW5AdGVzdC10eXBlLWNoYW5nZQpraW5kOiBDb25maWcKcHJlZmVyZW5jZXM6IHt9CnVzZXJzOgotIG5hbWU6IHRlc3QtdHlwZS1jaGFuZ2UtYWRtaW4KICB1c2VyOgogICAgdG9rZW46IG5XdklWYlQ4TkJ1cEttdE9XZ3VPRXVYYjZHUU9RdHlSczR5UHhCQ0dQNWlqY2tnQlFaRDNSRTRV\"}" - headers: - Content-Length: - - "1670" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:50:39 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - bd526c63-9486-4d52-9e10-9f24a52bd4ec - status: 200 OK - code: 200 - duration: 82.934447ms -- id: 282 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/64803d5d-ac0a-45fa-82e6-e0f037266daa - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1615 - body: "{\"region\":\"fr-par\", \"id\":\"64803d5d-ac0a-45fa-82e6-e0f037266daa\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:48:20.702469Z\", \"updated_at\":\"2025-10-30T17:50:37.258653Z\", \"type\":\"multicloud-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://64803d5d-ac0a-45fa-82e6-e0f037266daa.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.64803d5d-ac0a-45fa-82e6-e0f037266daa.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-11-29T17:48:20.702476Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"1287e4f9-481a-4b20-b218-d1545d3eff3c\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1615" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:50:39 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - 63e39d95-8625-45f6-9d62-a8a42a8a7282 - status: 200 OK - code: 200 - duration: 20.590063ms -- id: 283 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/64803d5d-ac0a-45fa-82e6-e0f037266daa/kubeconfig - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1670 - body: "{\"name\":\"kubeconfig\", \"content_type\":\"application/octet-stream\", \"content\":\"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogInRlc3QtdHlwZS1jaGFuZ2UiCiAgY2x1c3RlcjoKICAgIGNlcnRpZmljYXRlLWF1dGhvcml0eS1kYXRhOiBMUzB0TFMxQ1JVZEpUaUJEUlZKVVNVWkpRMEZVUlMwdExTMHRDazFKU1VKWVJFTkRRVkZIWjBGM1NVSkJaMGxDUVVSQlMwSm5aM0ZvYTJwUFVGRlJSRUZxUVZaTlVrMTNSVkZaUkZaUlVVUkZkM0J5WkZkS2JHTnROV3dLWkVkV2VrMUNORmhFVkVreFRWUkJlVTlVUlROT1JHZDVUVVp2V0VSVVRURk5WRUY1VDFSRk0wNUVaM2xOUm05M1JsUkZWRTFDUlVkQk1WVkZRWGhOU3dwaE0xWnBXbGhLZFZwWVVteGpla0phVFVKTlIwSjVjVWRUVFRRNVFXZEZSME5EY1VkVFRUUTVRWGRGU0VFd1NVRkNUMlEwWjNka2FETkxNekpxYmtkeUNtdzNSbmxFT0ZRMlNIZFZaVFJoYm1WT1F6SkpVREJPYkhONGFFVkpWM2dyVVRCRVZFNHhjWGhMWmtob2JVNVpjMDVMU1hCdFJ6Um1VbGtyYTJSbmMzY0tjVU5xZWtvNVYycFJha0pCVFVFMFIwRXhWV1JFZDBWQ0wzZFJSVUYzU1VOd1JFRlFRbWRPVmtoU1RVSkJaamhGUWxSQlJFRlJTQzlOUWpCSFFURlZaQXBFWjFGWFFrSlVZbVU1ZUhCVlN6RlZUMk5ZWVhoQk4wOXZSemRaU0M4NVpreFVRVXRDWjJkeGFHdHFUMUJSVVVSQlowNUtRVVJDUjBGcFJVRm5WazVsQ21OMVluQjFPREZOTWpaM2NVaEdLek51Tm5sS1YyVmhiQzh6TkdOdE1FUldORWQ2Um5FM2MwTkpVVU5JYVdWNE1FRjVaVWxZY1Vac1YxcHpkVUZvVlZRS2FpdDJVV2xJVEVKcVQwaEJWVkJ5UVU1bWJGQllRVDA5Q2kwdExTMHRSVTVFSUVORlVsUkpSa2xEUVZSRkxTMHRMUzBLCiAgICBzZXJ2ZXI6IGh0dHBzOi8vNjQ4MDNkNWQtYWMwYS00NWZhLTgyZTYtZTBmMDM3MjY2ZGFhLmFwaS5rOHMuZnItcGFyLnNjdy5jbG91ZDo2NDQzCmNvbnRleHRzOgotIG5hbWU6IGFkbWluQHRlc3QtdHlwZS1jaGFuZ2UKICBjb250ZXh0OgogICAgY2x1c3RlcjogInRlc3QtdHlwZS1jaGFuZ2UiCiAgICB1c2VyOiB0ZXN0LXR5cGUtY2hhbmdlLWFkbWluCmN1cnJlbnQtY29udGV4dDogYWRtaW5AdGVzdC10eXBlLWNoYW5nZQpraW5kOiBDb25maWcKcHJlZmVyZW5jZXM6IHt9CnVzZXJzOgotIG5hbWU6IHRlc3QtdHlwZS1jaGFuZ2UtYWRtaW4KICB1c2VyOgogICAgdG9rZW46IG5XdklWYlQ4TkJ1cEttdE9XZ3VPRXVYYjZHUU9RdHlSczR5UHhCQ0dQNWlqY2tnQlFaRDNSRTRV\"}" - headers: - Content-Length: - - "1670" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:50:39 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - 33d58689-5ee4-4b35-a2e7-9fd76af8d03c - status: 200 OK - code: 200 - duration: 31.896873ms -- id: 284 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/64803d5d-ac0a-45fa-82e6-e0f037266daa/available-types - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 541 - body: "{\"cluster_types\":[{\"name\":\"multicloud-dedicated-8\", \"availability\":\"available\", \"max_nodes\":500, \"commitment_delay\":\"2592000s\", \"sla\":99.5, \"resiliency\":\"high_availability\", \"memory\":8000000000, \"dedicated\":true, \"audit_logs_supported\":true, \"max_etcd_size\":200000000}, {\"name\":\"multicloud-dedicated-16\", \"availability\":\"available\", \"max_nodes\":500, \"commitment_delay\":\"2592000s\", \"sla\":99.5, \"resiliency\":\"high_availability\", \"memory\":16000000000, \"dedicated\":true, \"audit_logs_supported\":true, \"max_etcd_size\":200000000}], \"total_count\":2}" - headers: - Content-Length: - - "541" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:50:39 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - 759dda77-5380-408a-975b-20a0fe5c9fe6 - status: 200 OK - code: 200 - duration: 180.723103ms -- id: 285 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/64803d5d-ac0a-45fa-82e6-e0f037266daa/available-types - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 541 - body: "{\"cluster_types\":[{\"name\":\"multicloud-dedicated-8\", \"availability\":\"available\", \"max_nodes\":500, \"commitment_delay\":\"2592000s\", \"sla\":99.5, \"resiliency\":\"high_availability\", \"memory\":8000000000, \"dedicated\":true, \"audit_logs_supported\":true, \"max_etcd_size\":200000000}, {\"name\":\"multicloud-dedicated-16\", \"availability\":\"available\", \"max_nodes\":500, \"commitment_delay\":\"2592000s\", \"sla\":99.5, \"resiliency\":\"high_availability\", \"memory\":16000000000, \"dedicated\":true, \"audit_logs_supported\":true, \"max_etcd_size\":200000000}], \"total_count\":2}" - headers: - Content-Length: - - "541" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:50:39 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - 6c788e25-0c5d-4f1b-98a6-685de4e59f5c - status: 200 OK - code: 200 - duration: 140.659734ms -- id: 286 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/64803d5d-ac0a-45fa-82e6-e0f037266daa - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1615 - body: "{\"region\":\"fr-par\", \"id\":\"64803d5d-ac0a-45fa-82e6-e0f037266daa\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:48:20.702469Z\", \"updated_at\":\"2025-10-30T17:50:37.258653Z\", \"type\":\"multicloud-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://64803d5d-ac0a-45fa-82e6-e0f037266daa.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.64803d5d-ac0a-45fa-82e6-e0f037266daa.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-11-29T17:48:20.702476Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"1287e4f9-481a-4b20-b218-d1545d3eff3c\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1615" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:50:39 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - 3b96f3f4-9e56-4859-ada8-e3d87322de10 - status: 200 OK - code: 200 - duration: 30.276852ms -- id: 287 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 33 - host: api.scaleway.com - body: "{\"type\":\"multicloud-dedicated-8\"}" - headers: - Content-Type: - - application/json - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/64803d5d-ac0a-45fa-82e6-e0f037266daa/set-type - method: POST - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1619 - body: "{\"region\":\"fr-par\", \"id\":\"64803d5d-ac0a-45fa-82e6-e0f037266daa\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:48:20.702469Z\", \"updated_at\":\"2025-10-30T17:50:39.823350Z\", \"type\":\"multicloud-dedicated-8\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://64803d5d-ac0a-45fa-82e6-e0f037266daa.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.64803d5d-ac0a-45fa-82e6-e0f037266daa.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-11-29T17:50:39.929757Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"1287e4f9-481a-4b20-b218-d1545d3eff3c\", \"new_images_enabled\":false, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1619" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:50:39 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - 36fb37cf-653d-4af1-966f-33a5d90286b1 - status: 200 OK - code: 200 - duration: 271.002005ms -- id: 288 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/64803d5d-ac0a-45fa-82e6-e0f037266daa - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1618 - body: "{\"region\":\"fr-par\", \"id\":\"64803d5d-ac0a-45fa-82e6-e0f037266daa\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:48:20.702469Z\", \"updated_at\":\"2025-10-30T17:50:39.823350Z\", \"type\":\"multicloud-dedicated-8\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://64803d5d-ac0a-45fa-82e6-e0f037266daa.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.64803d5d-ac0a-45fa-82e6-e0f037266daa.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-11-29T17:50:39.929757Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"1287e4f9-481a-4b20-b218-d1545d3eff3c\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1618" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:50:39 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - 1c70afef-482a-4d8b-9fa9-ec06302fa9c3 - status: 200 OK - code: 200 - duration: 27.701008ms -- id: 289 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/64803d5d-ac0a-45fa-82e6-e0f037266daa - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1618 - body: "{\"region\":\"fr-par\", \"id\":\"64803d5d-ac0a-45fa-82e6-e0f037266daa\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:48:20.702469Z\", \"updated_at\":\"2025-10-30T17:50:39.823350Z\", \"type\":\"multicloud-dedicated-8\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://64803d5d-ac0a-45fa-82e6-e0f037266daa.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.64803d5d-ac0a-45fa-82e6-e0f037266daa.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-11-29T17:50:39.929757Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"1287e4f9-481a-4b20-b218-d1545d3eff3c\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1618" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:50:45 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - ca768670-e372-4fa6-84d9-045397106c81 - status: 200 OK - code: 200 - duration: 99.501823ms -- id: 290 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/64803d5d-ac0a-45fa-82e6-e0f037266daa - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1618 - body: "{\"region\":\"fr-par\", \"id\":\"64803d5d-ac0a-45fa-82e6-e0f037266daa\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:48:20.702469Z\", \"updated_at\":\"2025-10-30T17:50:39.823350Z\", \"type\":\"multicloud-dedicated-8\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://64803d5d-ac0a-45fa-82e6-e0f037266daa.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.64803d5d-ac0a-45fa-82e6-e0f037266daa.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-11-29T17:50:39.929757Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"1287e4f9-481a-4b20-b218-d1545d3eff3c\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1618" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:50:50 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - 4c4db54d-c141-461a-a602-2c7eb97fe229 - status: 200 OK - code: 200 - duration: 89.01775ms -- id: 291 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/64803d5d-ac0a-45fa-82e6-e0f037266daa - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1618 - body: "{\"region\":\"fr-par\", \"id\":\"64803d5d-ac0a-45fa-82e6-e0f037266daa\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:48:20.702469Z\", \"updated_at\":\"2025-10-30T17:50:39.823350Z\", \"type\":\"multicloud-dedicated-8\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://64803d5d-ac0a-45fa-82e6-e0f037266daa.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.64803d5d-ac0a-45fa-82e6-e0f037266daa.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-11-29T17:50:39.929757Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"1287e4f9-481a-4b20-b218-d1545d3eff3c\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1618" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:50:55 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - cfd47b40-b99e-40cc-bf81-e19bb4d7146a - status: 200 OK - code: 200 - duration: 91.945817ms -- id: 292 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/64803d5d-ac0a-45fa-82e6-e0f037266daa - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1618 - body: "{\"region\":\"fr-par\", \"id\":\"64803d5d-ac0a-45fa-82e6-e0f037266daa\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:48:20.702469Z\", \"updated_at\":\"2025-10-30T17:50:39.823350Z\", \"type\":\"multicloud-dedicated-8\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://64803d5d-ac0a-45fa-82e6-e0f037266daa.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.64803d5d-ac0a-45fa-82e6-e0f037266daa.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-11-29T17:50:39.929757Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"1287e4f9-481a-4b20-b218-d1545d3eff3c\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1618" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:51:00 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - 24b5e0c1-38dd-4091-b771-f63f934ca6c6 - status: 200 OK - code: 200 - duration: 100.895687ms -- id: 293 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/64803d5d-ac0a-45fa-82e6-e0f037266daa - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1618 - body: "{\"region\":\"fr-par\", \"id\":\"64803d5d-ac0a-45fa-82e6-e0f037266daa\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:48:20.702469Z\", \"updated_at\":\"2025-10-30T17:50:39.823350Z\", \"type\":\"multicloud-dedicated-8\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://64803d5d-ac0a-45fa-82e6-e0f037266daa.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.64803d5d-ac0a-45fa-82e6-e0f037266daa.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-11-29T17:50:39.929757Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"1287e4f9-481a-4b20-b218-d1545d3eff3c\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1618" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:51:05 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - 8ded2ac0-3e39-4d4d-abb8-fce623754607 - status: 200 OK - code: 200 - duration: 106.743535ms -- id: 294 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/64803d5d-ac0a-45fa-82e6-e0f037266daa - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1618 - body: "{\"region\":\"fr-par\", \"id\":\"64803d5d-ac0a-45fa-82e6-e0f037266daa\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:48:20.702469Z\", \"updated_at\":\"2025-10-30T17:50:39.823350Z\", \"type\":\"multicloud-dedicated-8\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://64803d5d-ac0a-45fa-82e6-e0f037266daa.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.64803d5d-ac0a-45fa-82e6-e0f037266daa.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-11-29T17:50:39.929757Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"1287e4f9-481a-4b20-b218-d1545d3eff3c\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1618" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:51:10 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - 5321155a-d251-4cde-a813-f72025a5b8c8 - status: 200 OK - code: 200 - duration: 95.826367ms -- id: 295 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/64803d5d-ac0a-45fa-82e6-e0f037266daa - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1618 - body: "{\"region\":\"fr-par\", \"id\":\"64803d5d-ac0a-45fa-82e6-e0f037266daa\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:48:20.702469Z\", \"updated_at\":\"2025-10-30T17:50:39.823350Z\", \"type\":\"multicloud-dedicated-8\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://64803d5d-ac0a-45fa-82e6-e0f037266daa.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.64803d5d-ac0a-45fa-82e6-e0f037266daa.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-11-29T17:50:39.929757Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"1287e4f9-481a-4b20-b218-d1545d3eff3c\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1618" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:51:15 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - babefd23-aff3-4eb6-a273-43214c372f51 - status: 200 OK - code: 200 - duration: 79.72086ms -- id: 296 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/64803d5d-ac0a-45fa-82e6-e0f037266daa - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1618 - body: "{\"region\":\"fr-par\", \"id\":\"64803d5d-ac0a-45fa-82e6-e0f037266daa\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:48:20.702469Z\", \"updated_at\":\"2025-10-30T17:50:39.823350Z\", \"type\":\"multicloud-dedicated-8\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://64803d5d-ac0a-45fa-82e6-e0f037266daa.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.64803d5d-ac0a-45fa-82e6-e0f037266daa.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-11-29T17:50:39.929757Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"1287e4f9-481a-4b20-b218-d1545d3eff3c\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1618" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:51:20 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - 1e0589f4-076a-4439-b3ff-dfb82d0442d3 - status: 200 OK - code: 200 - duration: 97.230416ms -- id: 297 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/64803d5d-ac0a-45fa-82e6-e0f037266daa - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1618 - body: "{\"region\":\"fr-par\", \"id\":\"64803d5d-ac0a-45fa-82e6-e0f037266daa\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:48:20.702469Z\", \"updated_at\":\"2025-10-30T17:50:39.823350Z\", \"type\":\"multicloud-dedicated-8\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://64803d5d-ac0a-45fa-82e6-e0f037266daa.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.64803d5d-ac0a-45fa-82e6-e0f037266daa.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-11-29T17:50:39.929757Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"1287e4f9-481a-4b20-b218-d1545d3eff3c\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1618" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:51:25 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - cdec4f8a-d456-42a9-a8b1-1cc3abd61532 - status: 200 OK - code: 200 - duration: 106.830368ms -- id: 298 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/64803d5d-ac0a-45fa-82e6-e0f037266daa - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1618 - body: "{\"region\":\"fr-par\", \"id\":\"64803d5d-ac0a-45fa-82e6-e0f037266daa\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:48:20.702469Z\", \"updated_at\":\"2025-10-30T17:50:39.823350Z\", \"type\":\"multicloud-dedicated-8\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://64803d5d-ac0a-45fa-82e6-e0f037266daa.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.64803d5d-ac0a-45fa-82e6-e0f037266daa.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-11-29T17:50:39.929757Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"1287e4f9-481a-4b20-b218-d1545d3eff3c\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1618" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:51:30 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - 89abda29-3f41-4ed8-a499-40ead2495002 - status: 200 OK - code: 200 - duration: 83.497835ms -- id: 299 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/64803d5d-ac0a-45fa-82e6-e0f037266daa - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1618 - body: "{\"region\":\"fr-par\", \"id\":\"64803d5d-ac0a-45fa-82e6-e0f037266daa\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:48:20.702469Z\", \"updated_at\":\"2025-10-30T17:50:39.823350Z\", \"type\":\"multicloud-dedicated-8\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://64803d5d-ac0a-45fa-82e6-e0f037266daa.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.64803d5d-ac0a-45fa-82e6-e0f037266daa.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-11-29T17:50:39.929757Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"1287e4f9-481a-4b20-b218-d1545d3eff3c\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1618" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:51:36 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - c568ab75-1721-4432-afd7-a1527e4ef5d9 - status: 200 OK - code: 200 - duration: 102.420746ms -- id: 300 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/64803d5d-ac0a-45fa-82e6-e0f037266daa - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1618 - body: "{\"region\":\"fr-par\", \"id\":\"64803d5d-ac0a-45fa-82e6-e0f037266daa\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:48:20.702469Z\", \"updated_at\":\"2025-10-30T17:50:39.823350Z\", \"type\":\"multicloud-dedicated-8\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://64803d5d-ac0a-45fa-82e6-e0f037266daa.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.64803d5d-ac0a-45fa-82e6-e0f037266daa.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-11-29T17:50:39.929757Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"1287e4f9-481a-4b20-b218-d1545d3eff3c\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1618" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:51:41 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - ff6758e4-26ff-4286-9f90-1ee62408c25e - status: 200 OK - code: 200 - duration: 85.497432ms -- id: 301 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/64803d5d-ac0a-45fa-82e6-e0f037266daa - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1618 - body: "{\"region\":\"fr-par\", \"id\":\"64803d5d-ac0a-45fa-82e6-e0f037266daa\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:48:20.702469Z\", \"updated_at\":\"2025-10-30T17:50:39.823350Z\", \"type\":\"multicloud-dedicated-8\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://64803d5d-ac0a-45fa-82e6-e0f037266daa.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.64803d5d-ac0a-45fa-82e6-e0f037266daa.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-11-29T17:50:39.929757Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"1287e4f9-481a-4b20-b218-d1545d3eff3c\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1618" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:51:46 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - 63f49e41-b033-42de-ab6a-9f50b4f10484 - status: 200 OK - code: 200 - duration: 86.798186ms -- id: 302 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/64803d5d-ac0a-45fa-82e6-e0f037266daa - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1618 - body: "{\"region\":\"fr-par\", \"id\":\"64803d5d-ac0a-45fa-82e6-e0f037266daa\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:48:20.702469Z\", \"updated_at\":\"2025-10-30T17:50:39.823350Z\", \"type\":\"multicloud-dedicated-8\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://64803d5d-ac0a-45fa-82e6-e0f037266daa.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.64803d5d-ac0a-45fa-82e6-e0f037266daa.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-11-29T17:50:39.929757Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"1287e4f9-481a-4b20-b218-d1545d3eff3c\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1618" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:51:51 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - b68af500-631e-43e0-a8bf-e3b39ca60950 - status: 200 OK - code: 200 - duration: 242.07141ms -- id: 303 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/64803d5d-ac0a-45fa-82e6-e0f037266daa - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1618 - body: "{\"region\":\"fr-par\", \"id\":\"64803d5d-ac0a-45fa-82e6-e0f037266daa\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:48:20.702469Z\", \"updated_at\":\"2025-10-30T17:50:39.823350Z\", \"type\":\"multicloud-dedicated-8\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://64803d5d-ac0a-45fa-82e6-e0f037266daa.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.64803d5d-ac0a-45fa-82e6-e0f037266daa.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-11-29T17:50:39.929757Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"1287e4f9-481a-4b20-b218-d1545d3eff3c\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1618" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:51:56 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - 17e2982a-4d5e-45a1-9609-a7e83f7f1f2c - status: 200 OK - code: 200 - duration: 159.886655ms -- id: 304 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/64803d5d-ac0a-45fa-82e6-e0f037266daa - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1618 - body: "{\"region\":\"fr-par\", \"id\":\"64803d5d-ac0a-45fa-82e6-e0f037266daa\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:48:20.702469Z\", \"updated_at\":\"2025-10-30T17:50:39.823350Z\", \"type\":\"multicloud-dedicated-8\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://64803d5d-ac0a-45fa-82e6-e0f037266daa.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.64803d5d-ac0a-45fa-82e6-e0f037266daa.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-11-29T17:50:39.929757Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"1287e4f9-481a-4b20-b218-d1545d3eff3c\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1618" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:52:01 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - 787a4de7-7765-47b0-86ab-d6c2908b3423 - status: 200 OK - code: 200 - duration: 112.121436ms -- id: 305 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/64803d5d-ac0a-45fa-82e6-e0f037266daa - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1618 - body: "{\"region\":\"fr-par\", \"id\":\"64803d5d-ac0a-45fa-82e6-e0f037266daa\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:48:20.702469Z\", \"updated_at\":\"2025-10-30T17:50:39.823350Z\", \"type\":\"multicloud-dedicated-8\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://64803d5d-ac0a-45fa-82e6-e0f037266daa.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.64803d5d-ac0a-45fa-82e6-e0f037266daa.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-11-29T17:50:39.929757Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"1287e4f9-481a-4b20-b218-d1545d3eff3c\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1618" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:52:06 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - 3d8645c8-fcb8-4f54-a071-981aaa709a8d - status: 200 OK - code: 200 - duration: 83.742087ms -- id: 306 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/64803d5d-ac0a-45fa-82e6-e0f037266daa - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1615 - body: "{\"region\":\"fr-par\", \"id\":\"64803d5d-ac0a-45fa-82e6-e0f037266daa\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:48:20.702469Z\", \"updated_at\":\"2025-10-30T17:52:11.588108Z\", \"type\":\"multicloud-dedicated-8\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://64803d5d-ac0a-45fa-82e6-e0f037266daa.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.64803d5d-ac0a-45fa-82e6-e0f037266daa.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-11-29T17:50:39.929757Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"1287e4f9-481a-4b20-b218-d1545d3eff3c\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1615" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:52:11 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - 4a9e22a1-6ba9-4c59-8d02-414258885123 - status: 200 OK - code: 200 - duration: 121.349564ms -- id: 307 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - form: - order_by: - - created_at_asc - page: - - "1" - status: - - unknown - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/64803d5d-ac0a-45fa-82e6-e0f037266daa/pools?order_by=created_at_asc&page=1&status=unknown - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 29 - body: "{\"total_count\":0, \"pools\":[]}" - headers: - Content-Length: - - "29" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:52:12 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - d0dc9167-b635-451a-a92f-fc0b5dd8c9ea - status: 200 OK - code: 200 - duration: 89.605856ms -- id: 308 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 592 - host: api.scaleway.com - body: "{\"autoscaler_config\":{\"scale_down_disabled\":null,\"scale_down_delay_after_add\":null,\"estimator\":\"unknown_estimator\",\"expander\":\"unknown_expander\",\"ignore_daemonsets_utilization\":null,\"balance_similar_node_groups\":null,\"expendable_pods_priority_cutoff\":null,\"scale_down_unneeded_time\":null,\"scale_down_utilization_threshold\":null,\"max_graceful_termination_sec\":null},\"auto_upgrade\":{\"enable\":null,\"maintenance_window\":null},\"open_id_connect_config\":{\"issuer_url\":null,\"client_id\":null,\"username_claim\":null,\"username_prefix\":null,\"groups_claim\":null,\"groups_prefix\":null,\"required_claim\":null}}" - headers: - Content-Type: - - application/json - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/64803d5d-ac0a-45fa-82e6-e0f037266daa - method: PATCH - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1619 - body: "{\"region\":\"fr-par\", \"id\":\"64803d5d-ac0a-45fa-82e6-e0f037266daa\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:48:20.702469Z\", \"updated_at\":\"2025-10-30T17:52:12.166496Z\", \"type\":\"multicloud-dedicated-8\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://64803d5d-ac0a-45fa-82e6-e0f037266daa.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.64803d5d-ac0a-45fa-82e6-e0f037266daa.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-11-29T17:50:39.929757Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"1287e4f9-481a-4b20-b218-d1545d3eff3c\", \"new_images_enabled\":false, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1619" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:52:12 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - c13972bc-a850-4dd7-bc4f-09b015c25cb8 - status: 200 OK - code: 200 - duration: 110.151013ms -- id: 309 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/64803d5d-ac0a-45fa-82e6-e0f037266daa - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1618 - body: "{\"region\":\"fr-par\", \"id\":\"64803d5d-ac0a-45fa-82e6-e0f037266daa\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:48:20.702469Z\", \"updated_at\":\"2025-10-30T17:52:12.166496Z\", \"type\":\"multicloud-dedicated-8\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://64803d5d-ac0a-45fa-82e6-e0f037266daa.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.64803d5d-ac0a-45fa-82e6-e0f037266daa.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-11-29T17:50:39.929757Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"1287e4f9-481a-4b20-b218-d1545d3eff3c\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1618" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:52:12 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - 0b995cfc-34ed-4b36-ab0c-b7f393c68ba7 - status: 200 OK - code: 200 - duration: 22.013574ms -- id: 310 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/64803d5d-ac0a-45fa-82e6-e0f037266daa - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1618 - body: "{\"region\":\"fr-par\", \"id\":\"64803d5d-ac0a-45fa-82e6-e0f037266daa\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:48:20.702469Z\", \"updated_at\":\"2025-10-30T17:52:12.166496Z\", \"type\":\"multicloud-dedicated-8\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://64803d5d-ac0a-45fa-82e6-e0f037266daa.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.64803d5d-ac0a-45fa-82e6-e0f037266daa.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-11-29T17:50:39.929757Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"1287e4f9-481a-4b20-b218-d1545d3eff3c\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1618" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:52:17 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - 22de6556-a529-45a2-9aaa-31ce4507d5e2 - status: 200 OK - code: 200 - duration: 86.67684ms -- id: 311 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/64803d5d-ac0a-45fa-82e6-e0f037266daa - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1618 - body: "{\"region\":\"fr-par\", \"id\":\"64803d5d-ac0a-45fa-82e6-e0f037266daa\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:48:20.702469Z\", \"updated_at\":\"2025-10-30T17:52:12.166496Z\", \"type\":\"multicloud-dedicated-8\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://64803d5d-ac0a-45fa-82e6-e0f037266daa.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.64803d5d-ac0a-45fa-82e6-e0f037266daa.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-11-29T17:50:39.929757Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"1287e4f9-481a-4b20-b218-d1545d3eff3c\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1618" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:52:22 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - 0580d513-a3dd-4d41-a60f-61a33dbff4a9 - status: 200 OK - code: 200 - duration: 90.344716ms -- id: 312 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/64803d5d-ac0a-45fa-82e6-e0f037266daa - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1618 - body: "{\"region\":\"fr-par\", \"id\":\"64803d5d-ac0a-45fa-82e6-e0f037266daa\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:48:20.702469Z\", \"updated_at\":\"2025-10-30T17:52:12.166496Z\", \"type\":\"multicloud-dedicated-8\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://64803d5d-ac0a-45fa-82e6-e0f037266daa.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.64803d5d-ac0a-45fa-82e6-e0f037266daa.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-11-29T17:50:39.929757Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"1287e4f9-481a-4b20-b218-d1545d3eff3c\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1618" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:52:27 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - a81be6ee-6719-4b17-a509-06e816b030d8 - status: 200 OK - code: 200 - duration: 101.038493ms -- id: 313 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/64803d5d-ac0a-45fa-82e6-e0f037266daa - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1618 - body: "{\"region\":\"fr-par\", \"id\":\"64803d5d-ac0a-45fa-82e6-e0f037266daa\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:48:20.702469Z\", \"updated_at\":\"2025-10-30T17:52:12.166496Z\", \"type\":\"multicloud-dedicated-8\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://64803d5d-ac0a-45fa-82e6-e0f037266daa.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.64803d5d-ac0a-45fa-82e6-e0f037266daa.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-11-29T17:50:39.929757Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"1287e4f9-481a-4b20-b218-d1545d3eff3c\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1618" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:52:32 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - 40b018f4-db61-4a29-aed5-f1f35134e1f6 - status: 200 OK - code: 200 - duration: 102.664888ms -- id: 314 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/64803d5d-ac0a-45fa-82e6-e0f037266daa - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1618 - body: "{\"region\":\"fr-par\", \"id\":\"64803d5d-ac0a-45fa-82e6-e0f037266daa\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:48:20.702469Z\", \"updated_at\":\"2025-10-30T17:52:12.166496Z\", \"type\":\"multicloud-dedicated-8\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://64803d5d-ac0a-45fa-82e6-e0f037266daa.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.64803d5d-ac0a-45fa-82e6-e0f037266daa.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-11-29T17:50:39.929757Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"1287e4f9-481a-4b20-b218-d1545d3eff3c\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1618" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:52:37 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - cbc5d8eb-3825-4590-ade3-272305f4aba5 - status: 200 OK - code: 200 - duration: 91.779836ms -- id: 315 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/64803d5d-ac0a-45fa-82e6-e0f037266daa - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1618 - body: "{\"region\":\"fr-par\", \"id\":\"64803d5d-ac0a-45fa-82e6-e0f037266daa\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:48:20.702469Z\", \"updated_at\":\"2025-10-30T17:52:12.166496Z\", \"type\":\"multicloud-dedicated-8\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://64803d5d-ac0a-45fa-82e6-e0f037266daa.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.64803d5d-ac0a-45fa-82e6-e0f037266daa.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-11-29T17:50:39.929757Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"1287e4f9-481a-4b20-b218-d1545d3eff3c\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1618" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:52:42 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - 32f83f3d-a7c0-4235-a86d-4fb6326a6408 - status: 200 OK - code: 200 - duration: 93.916409ms -- id: 316 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/64803d5d-ac0a-45fa-82e6-e0f037266daa - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1618 - body: "{\"region\":\"fr-par\", \"id\":\"64803d5d-ac0a-45fa-82e6-e0f037266daa\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:48:20.702469Z\", \"updated_at\":\"2025-10-30T17:52:12.166496Z\", \"type\":\"multicloud-dedicated-8\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://64803d5d-ac0a-45fa-82e6-e0f037266daa.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.64803d5d-ac0a-45fa-82e6-e0f037266daa.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-11-29T17:50:39.929757Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"1287e4f9-481a-4b20-b218-d1545d3eff3c\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1618" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:52:47 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - 8441244e-2515-4f58-8a35-df7fa535f83e - status: 200 OK - code: 200 - duration: 118.98923ms -- id: 317 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/64803d5d-ac0a-45fa-82e6-e0f037266daa - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1618 - body: "{\"region\":\"fr-par\", \"id\":\"64803d5d-ac0a-45fa-82e6-e0f037266daa\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:48:20.702469Z\", \"updated_at\":\"2025-10-30T17:52:12.166496Z\", \"type\":\"multicloud-dedicated-8\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://64803d5d-ac0a-45fa-82e6-e0f037266daa.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.64803d5d-ac0a-45fa-82e6-e0f037266daa.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-11-29T17:50:39.929757Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"1287e4f9-481a-4b20-b218-d1545d3eff3c\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1618" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:52:53 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - b8abba3c-62fd-452c-ae47-f7c015ea9dae - status: 200 OK - code: 200 - duration: 96.416205ms -- id: 318 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/64803d5d-ac0a-45fa-82e6-e0f037266daa - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1618 - body: "{\"region\":\"fr-par\", \"id\":\"64803d5d-ac0a-45fa-82e6-e0f037266daa\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:48:20.702469Z\", \"updated_at\":\"2025-10-30T17:52:12.166496Z\", \"type\":\"multicloud-dedicated-8\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://64803d5d-ac0a-45fa-82e6-e0f037266daa.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.64803d5d-ac0a-45fa-82e6-e0f037266daa.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-11-29T17:50:39.929757Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"1287e4f9-481a-4b20-b218-d1545d3eff3c\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1618" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:52:58 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - ca255f67-43d4-4cf8-946b-593e878069e5 - status: 200 OK - code: 200 - duration: 86.086885ms -- id: 319 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/64803d5d-ac0a-45fa-82e6-e0f037266daa - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1618 - body: "{\"region\":\"fr-par\", \"id\":\"64803d5d-ac0a-45fa-82e6-e0f037266daa\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:48:20.702469Z\", \"updated_at\":\"2025-10-30T17:52:12.166496Z\", \"type\":\"multicloud-dedicated-8\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://64803d5d-ac0a-45fa-82e6-e0f037266daa.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.64803d5d-ac0a-45fa-82e6-e0f037266daa.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-11-29T17:50:39.929757Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"1287e4f9-481a-4b20-b218-d1545d3eff3c\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1618" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:53:03 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - 466f2b96-8fe6-4d9c-a756-9f7cd5c30ec6 - status: 200 OK - code: 200 - duration: 70.386151ms -- id: 320 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/64803d5d-ac0a-45fa-82e6-e0f037266daa - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1618 - body: "{\"region\":\"fr-par\", \"id\":\"64803d5d-ac0a-45fa-82e6-e0f037266daa\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:48:20.702469Z\", \"updated_at\":\"2025-10-30T17:52:12.166496Z\", \"type\":\"multicloud-dedicated-8\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://64803d5d-ac0a-45fa-82e6-e0f037266daa.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.64803d5d-ac0a-45fa-82e6-e0f037266daa.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-11-29T17:50:39.929757Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"1287e4f9-481a-4b20-b218-d1545d3eff3c\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1618" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:53:08 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - 6e32d310-08c2-4033-aea4-54f85503d72f - status: 200 OK - code: 200 - duration: 92.644189ms -- id: 321 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/64803d5d-ac0a-45fa-82e6-e0f037266daa - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1618 - body: "{\"region\":\"fr-par\", \"id\":\"64803d5d-ac0a-45fa-82e6-e0f037266daa\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:48:20.702469Z\", \"updated_at\":\"2025-10-30T17:52:12.166496Z\", \"type\":\"multicloud-dedicated-8\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://64803d5d-ac0a-45fa-82e6-e0f037266daa.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.64803d5d-ac0a-45fa-82e6-e0f037266daa.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-11-29T17:50:39.929757Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"1287e4f9-481a-4b20-b218-d1545d3eff3c\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1618" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:53:13 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - 4c97c29b-dedb-4086-af02-bca9a3dc2867 - status: 200 OK - code: 200 - duration: 83.729455ms -- id: 322 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/64803d5d-ac0a-45fa-82e6-e0f037266daa - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1618 - body: "{\"region\":\"fr-par\", \"id\":\"64803d5d-ac0a-45fa-82e6-e0f037266daa\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:48:20.702469Z\", \"updated_at\":\"2025-10-30T17:52:12.166496Z\", \"type\":\"multicloud-dedicated-8\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://64803d5d-ac0a-45fa-82e6-e0f037266daa.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.64803d5d-ac0a-45fa-82e6-e0f037266daa.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-11-29T17:50:39.929757Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"1287e4f9-481a-4b20-b218-d1545d3eff3c\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1618" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:53:18 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - 04d7a8f1-a91e-48a5-90a5-5c3eaf7cae59 - status: 200 OK - code: 200 - duration: 85.640794ms -- id: 323 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/64803d5d-ac0a-45fa-82e6-e0f037266daa - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1618 - body: "{\"region\":\"fr-par\", \"id\":\"64803d5d-ac0a-45fa-82e6-e0f037266daa\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:48:20.702469Z\", \"updated_at\":\"2025-10-30T17:52:12.166496Z\", \"type\":\"multicloud-dedicated-8\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://64803d5d-ac0a-45fa-82e6-e0f037266daa.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.64803d5d-ac0a-45fa-82e6-e0f037266daa.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-11-29T17:50:39.929757Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"1287e4f9-481a-4b20-b218-d1545d3eff3c\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1618" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:53:23 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - 69e39761-c0c3-4398-96b3-92cac81766ef - status: 200 OK - code: 200 - duration: 84.861793ms -- id: 324 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/64803d5d-ac0a-45fa-82e6-e0f037266daa - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1618 - body: "{\"region\":\"fr-par\", \"id\":\"64803d5d-ac0a-45fa-82e6-e0f037266daa\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:48:20.702469Z\", \"updated_at\":\"2025-10-30T17:52:12.166496Z\", \"type\":\"multicloud-dedicated-8\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://64803d5d-ac0a-45fa-82e6-e0f037266daa.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.64803d5d-ac0a-45fa-82e6-e0f037266daa.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-11-29T17:50:39.929757Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"1287e4f9-481a-4b20-b218-d1545d3eff3c\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1618" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:53:28 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - 2849dae3-5b18-4b77-b2be-e6d55d00e5e1 - status: 200 OK - code: 200 - duration: 102.819861ms -- id: 325 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/64803d5d-ac0a-45fa-82e6-e0f037266daa - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1618 - body: "{\"region\":\"fr-par\", \"id\":\"64803d5d-ac0a-45fa-82e6-e0f037266daa\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:48:20.702469Z\", \"updated_at\":\"2025-10-30T17:52:12.166496Z\", \"type\":\"multicloud-dedicated-8\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://64803d5d-ac0a-45fa-82e6-e0f037266daa.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.64803d5d-ac0a-45fa-82e6-e0f037266daa.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-11-29T17:50:39.929757Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"1287e4f9-481a-4b20-b218-d1545d3eff3c\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1618" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:53:33 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - d6fca48b-ab34-4e90-8fa7-f9b27f0cb8c7 - status: 200 OK - code: 200 - duration: 83.826283ms -- id: 326 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/64803d5d-ac0a-45fa-82e6-e0f037266daa - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1618 - body: "{\"region\":\"fr-par\", \"id\":\"64803d5d-ac0a-45fa-82e6-e0f037266daa\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:48:20.702469Z\", \"updated_at\":\"2025-10-30T17:52:12.166496Z\", \"type\":\"multicloud-dedicated-8\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://64803d5d-ac0a-45fa-82e6-e0f037266daa.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.64803d5d-ac0a-45fa-82e6-e0f037266daa.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-11-29T17:50:39.929757Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"1287e4f9-481a-4b20-b218-d1545d3eff3c\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1618" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:53:38 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - c6f20c98-0a5e-4f9b-99dc-564a2d69e3af - status: 200 OK - code: 200 - duration: 79.562478ms -- id: 327 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/64803d5d-ac0a-45fa-82e6-e0f037266daa - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1618 - body: "{\"region\":\"fr-par\", \"id\":\"64803d5d-ac0a-45fa-82e6-e0f037266daa\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:48:20.702469Z\", \"updated_at\":\"2025-10-30T17:52:12.166496Z\", \"type\":\"multicloud-dedicated-8\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://64803d5d-ac0a-45fa-82e6-e0f037266daa.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.64803d5d-ac0a-45fa-82e6-e0f037266daa.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-11-29T17:50:39.929757Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"1287e4f9-481a-4b20-b218-d1545d3eff3c\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1618" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:53:43 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - dc1f1de8-bfdd-421b-a84c-0c6d1769532c - status: 200 OK - code: 200 - duration: 77.244267ms -- id: 328 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/64803d5d-ac0a-45fa-82e6-e0f037266daa - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1618 - body: "{\"region\":\"fr-par\", \"id\":\"64803d5d-ac0a-45fa-82e6-e0f037266daa\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:48:20.702469Z\", \"updated_at\":\"2025-10-30T17:52:12.166496Z\", \"type\":\"multicloud-dedicated-8\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://64803d5d-ac0a-45fa-82e6-e0f037266daa.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.64803d5d-ac0a-45fa-82e6-e0f037266daa.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-11-29T17:50:39.929757Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"1287e4f9-481a-4b20-b218-d1545d3eff3c\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1618" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:53:48 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - 3b6d940f-f834-43a1-a547-825bb8de1894 - status: 200 OK - code: 200 - duration: 87.116023ms -- id: 329 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/64803d5d-ac0a-45fa-82e6-e0f037266daa - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1618 - body: "{\"region\":\"fr-par\", \"id\":\"64803d5d-ac0a-45fa-82e6-e0f037266daa\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:48:20.702469Z\", \"updated_at\":\"2025-10-30T17:52:12.166496Z\", \"type\":\"multicloud-dedicated-8\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://64803d5d-ac0a-45fa-82e6-e0f037266daa.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.64803d5d-ac0a-45fa-82e6-e0f037266daa.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-11-29T17:50:39.929757Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"1287e4f9-481a-4b20-b218-d1545d3eff3c\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1618" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:53:54 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - c3d8ca61-5b54-4e0a-af0e-b7efee5251ba - status: 200 OK - code: 200 - duration: 94.626446ms -- id: 330 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/64803d5d-ac0a-45fa-82e6-e0f037266daa - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1618 - body: "{\"region\":\"fr-par\", \"id\":\"64803d5d-ac0a-45fa-82e6-e0f037266daa\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:48:20.702469Z\", \"updated_at\":\"2025-10-30T17:52:12.166496Z\", \"type\":\"multicloud-dedicated-8\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://64803d5d-ac0a-45fa-82e6-e0f037266daa.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.64803d5d-ac0a-45fa-82e6-e0f037266daa.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-11-29T17:50:39.929757Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"1287e4f9-481a-4b20-b218-d1545d3eff3c\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1618" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:53:59 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - c4d60684-89f9-436c-842d-fc1cea460357 - status: 200 OK - code: 200 - duration: 86.788612ms -- id: 331 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/64803d5d-ac0a-45fa-82e6-e0f037266daa - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1618 - body: "{\"region\":\"fr-par\", \"id\":\"64803d5d-ac0a-45fa-82e6-e0f037266daa\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:48:20.702469Z\", \"updated_at\":\"2025-10-30T17:52:12.166496Z\", \"type\":\"multicloud-dedicated-8\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://64803d5d-ac0a-45fa-82e6-e0f037266daa.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.64803d5d-ac0a-45fa-82e6-e0f037266daa.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-11-29T17:50:39.929757Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"1287e4f9-481a-4b20-b218-d1545d3eff3c\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1618" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:54:04 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - 03354775-bc7f-4b18-9460-73a1d31c63b4 - status: 200 OK - code: 200 - duration: 87.44695ms -- id: 332 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/64803d5d-ac0a-45fa-82e6-e0f037266daa - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1618 - body: "{\"region\":\"fr-par\", \"id\":\"64803d5d-ac0a-45fa-82e6-e0f037266daa\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:48:20.702469Z\", \"updated_at\":\"2025-10-30T17:52:12.166496Z\", \"type\":\"multicloud-dedicated-8\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://64803d5d-ac0a-45fa-82e6-e0f037266daa.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.64803d5d-ac0a-45fa-82e6-e0f037266daa.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-11-29T17:50:39.929757Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"1287e4f9-481a-4b20-b218-d1545d3eff3c\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1618" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:54:09 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - 7eadf185-812c-4a43-9c7b-d935610ffa08 - status: 200 OK - code: 200 - duration: 83.104959ms -- id: 333 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/64803d5d-ac0a-45fa-82e6-e0f037266daa - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1618 - body: "{\"region\":\"fr-par\", \"id\":\"64803d5d-ac0a-45fa-82e6-e0f037266daa\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:48:20.702469Z\", \"updated_at\":\"2025-10-30T17:52:12.166496Z\", \"type\":\"multicloud-dedicated-8\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://64803d5d-ac0a-45fa-82e6-e0f037266daa.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.64803d5d-ac0a-45fa-82e6-e0f037266daa.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-11-29T17:50:39.929757Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"1287e4f9-481a-4b20-b218-d1545d3eff3c\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1618" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:54:14 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - 6c7dcefb-be65-4e8d-8995-e2874056cd68 - status: 200 OK - code: 200 - duration: 88.75601ms -- id: 334 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/64803d5d-ac0a-45fa-82e6-e0f037266daa - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1615 - body: "{\"region\":\"fr-par\", \"id\":\"64803d5d-ac0a-45fa-82e6-e0f037266daa\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:48:20.702469Z\", \"updated_at\":\"2025-10-30T17:54:16.320875Z\", \"type\":\"multicloud-dedicated-8\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://64803d5d-ac0a-45fa-82e6-e0f037266daa.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.64803d5d-ac0a-45fa-82e6-e0f037266daa.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-11-29T17:50:39.929757Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"1287e4f9-481a-4b20-b218-d1545d3eff3c\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1615" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:54:19 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - 99ef2089-f467-424a-81c5-a96026c5fd94 - status: 200 OK - code: 200 - duration: 75.447413ms -- id: 335 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/64803d5d-ac0a-45fa-82e6-e0f037266daa - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1615 - body: "{\"region\":\"fr-par\", \"id\":\"64803d5d-ac0a-45fa-82e6-e0f037266daa\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:48:20.702469Z\", \"updated_at\":\"2025-10-30T17:54:16.320875Z\", \"type\":\"multicloud-dedicated-8\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://64803d5d-ac0a-45fa-82e6-e0f037266daa.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.64803d5d-ac0a-45fa-82e6-e0f037266daa.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-11-29T17:50:39.929757Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"1287e4f9-481a-4b20-b218-d1545d3eff3c\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1615" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:54:19 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - dc79d61c-5be4-4ecd-b47d-062dbc19afae - status: 200 OK - code: 200 - duration: 22.000459ms -- id: 336 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/64803d5d-ac0a-45fa-82e6-e0f037266daa/kubeconfig - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1670 - body: "{\"name\":\"kubeconfig\", \"content_type\":\"application/octet-stream\", \"content\":\"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogInRlc3QtdHlwZS1jaGFuZ2UiCiAgY2x1c3RlcjoKICAgIGNlcnRpZmljYXRlLWF1dGhvcml0eS1kYXRhOiBMUzB0TFMxQ1JVZEpUaUJEUlZKVVNVWkpRMEZVUlMwdExTMHRDazFKU1VKWVJFTkRRVkZIWjBGM1NVSkJaMGxDUVVSQlMwSm5aM0ZvYTJwUFVGRlJSRUZxUVZaTlVrMTNSVkZaUkZaUlVVUkZkM0J5WkZkS2JHTnROV3dLWkVkV2VrMUNORmhFVkVreFRWUkJlVTlVUlROT1JHZDVUVVp2V0VSVVRURk5WRUY1VDFSRk0wNUVaM2xOUm05M1JsUkZWRTFDUlVkQk1WVkZRWGhOU3dwaE0xWnBXbGhLZFZwWVVteGpla0phVFVKTlIwSjVjVWRUVFRRNVFXZEZSME5EY1VkVFRUUTVRWGRGU0VFd1NVRkNUMlEwWjNka2FETkxNekpxYmtkeUNtdzNSbmxFT0ZRMlNIZFZaVFJoYm1WT1F6SkpVREJPYkhONGFFVkpWM2dyVVRCRVZFNHhjWGhMWmtob2JVNVpjMDVMU1hCdFJ6Um1VbGtyYTJSbmMzY0tjVU5xZWtvNVYycFJha0pCVFVFMFIwRXhWV1JFZDBWQ0wzZFJSVUYzU1VOd1JFRlFRbWRPVmtoU1RVSkJaamhGUWxSQlJFRlJTQzlOUWpCSFFURlZaQXBFWjFGWFFrSlVZbVU1ZUhCVlN6RlZUMk5ZWVhoQk4wOXZSemRaU0M4NVpreFVRVXRDWjJkeGFHdHFUMUJSVVVSQlowNUtRVVJDUjBGcFJVRm5WazVsQ21OMVluQjFPREZOTWpaM2NVaEdLek51Tm5sS1YyVmhiQzh6TkdOdE1FUldORWQ2Um5FM2MwTkpVVU5JYVdWNE1FRjVaVWxZY1Vac1YxcHpkVUZvVlZRS2FpdDJVV2xJVEVKcVQwaEJWVkJ5UVU1bWJGQllRVDA5Q2kwdExTMHRSVTVFSUVORlVsUkpSa2xEUVZSRkxTMHRMUzBLCiAgICBzZXJ2ZXI6IGh0dHBzOi8vNjQ4MDNkNWQtYWMwYS00NWZhLTgyZTYtZTBmMDM3MjY2ZGFhLmFwaS5rOHMuZnItcGFyLnNjdy5jbG91ZDo2NDQzCmNvbnRleHRzOgotIG5hbWU6IGFkbWluQHRlc3QtdHlwZS1jaGFuZ2UKICBjb250ZXh0OgogICAgY2x1c3RlcjogInRlc3QtdHlwZS1jaGFuZ2UiCiAgICB1c2VyOiB0ZXN0LXR5cGUtY2hhbmdlLWFkbWluCmN1cnJlbnQtY29udGV4dDogYWRtaW5AdGVzdC10eXBlLWNoYW5nZQpraW5kOiBDb25maWcKcHJlZmVyZW5jZXM6IHt9CnVzZXJzOgotIG5hbWU6IHRlc3QtdHlwZS1jaGFuZ2UtYWRtaW4KICB1c2VyOgogICAgdG9rZW46IG5XdklWYlQ4TkJ1cEttdE9XZ3VPRXVYYjZHUU9RdHlSczR5UHhCQ0dQNWlqY2tnQlFaRDNSRTRV\"}" - headers: - Content-Length: - - "1670" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:54:19 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - baab4300-cde6-459d-ba81-15d3e879a467 - status: 200 OK - code: 200 - duration: 86.656069ms -- id: 337 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/64803d5d-ac0a-45fa-82e6-e0f037266daa - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1615 - body: "{\"region\":\"fr-par\", \"id\":\"64803d5d-ac0a-45fa-82e6-e0f037266daa\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:48:20.702469Z\", \"updated_at\":\"2025-10-30T17:54:16.320875Z\", \"type\":\"multicloud-dedicated-8\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://64803d5d-ac0a-45fa-82e6-e0f037266daa.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.64803d5d-ac0a-45fa-82e6-e0f037266daa.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-11-29T17:50:39.929757Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"1287e4f9-481a-4b20-b218-d1545d3eff3c\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1615" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:54:19 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - df3501df-05b7-437b-8a91-a01b79cda06a - status: 200 OK - code: 200 - duration: 21.683123ms -- id: 338 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/64803d5d-ac0a-45fa-82e6-e0f037266daa - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1615 - body: "{\"region\":\"fr-par\", \"id\":\"64803d5d-ac0a-45fa-82e6-e0f037266daa\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:48:20.702469Z\", \"updated_at\":\"2025-10-30T17:54:16.320875Z\", \"type\":\"multicloud-dedicated-8\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://64803d5d-ac0a-45fa-82e6-e0f037266daa.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.64803d5d-ac0a-45fa-82e6-e0f037266daa.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-11-29T17:50:39.929757Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"1287e4f9-481a-4b20-b218-d1545d3eff3c\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1615" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:54:20 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - 9457c6f5-a9c2-46b7-bb2d-aad7999b1949 - status: 200 OK - code: 200 - duration: 84.336594ms -- id: 339 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/64803d5d-ac0a-45fa-82e6-e0f037266daa/kubeconfig - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1670 - body: "{\"name\":\"kubeconfig\", \"content_type\":\"application/octet-stream\", \"content\":\"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogInRlc3QtdHlwZS1jaGFuZ2UiCiAgY2x1c3RlcjoKICAgIGNlcnRpZmljYXRlLWF1dGhvcml0eS1kYXRhOiBMUzB0TFMxQ1JVZEpUaUJEUlZKVVNVWkpRMEZVUlMwdExTMHRDazFKU1VKWVJFTkRRVkZIWjBGM1NVSkJaMGxDUVVSQlMwSm5aM0ZvYTJwUFVGRlJSRUZxUVZaTlVrMTNSVkZaUkZaUlVVUkZkM0J5WkZkS2JHTnROV3dLWkVkV2VrMUNORmhFVkVreFRWUkJlVTlVUlROT1JHZDVUVVp2V0VSVVRURk5WRUY1VDFSRk0wNUVaM2xOUm05M1JsUkZWRTFDUlVkQk1WVkZRWGhOU3dwaE0xWnBXbGhLZFZwWVVteGpla0phVFVKTlIwSjVjVWRUVFRRNVFXZEZSME5EY1VkVFRUUTVRWGRGU0VFd1NVRkNUMlEwWjNka2FETkxNekpxYmtkeUNtdzNSbmxFT0ZRMlNIZFZaVFJoYm1WT1F6SkpVREJPYkhONGFFVkpWM2dyVVRCRVZFNHhjWGhMWmtob2JVNVpjMDVMU1hCdFJ6Um1VbGtyYTJSbmMzY0tjVU5xZWtvNVYycFJha0pCVFVFMFIwRXhWV1JFZDBWQ0wzZFJSVUYzU1VOd1JFRlFRbWRPVmtoU1RVSkJaamhGUWxSQlJFRlJTQzlOUWpCSFFURlZaQXBFWjFGWFFrSlVZbVU1ZUhCVlN6RlZUMk5ZWVhoQk4wOXZSemRaU0M4NVpreFVRVXRDWjJkeGFHdHFUMUJSVVVSQlowNUtRVVJDUjBGcFJVRm5WazVsQ21OMVluQjFPREZOTWpaM2NVaEdLek51Tm5sS1YyVmhiQzh6TkdOdE1FUldORWQ2Um5FM2MwTkpVVU5JYVdWNE1FRjVaVWxZY1Vac1YxcHpkVUZvVlZRS2FpdDJVV2xJVEVKcVQwaEJWVkJ5UVU1bWJGQllRVDA5Q2kwdExTMHRSVTVFSUVORlVsUkpSa2xEUVZSRkxTMHRMUzBLCiAgICBzZXJ2ZXI6IGh0dHBzOi8vNjQ4MDNkNWQtYWMwYS00NWZhLTgyZTYtZTBmMDM3MjY2ZGFhLmFwaS5rOHMuZnItcGFyLnNjdy5jbG91ZDo2NDQzCmNvbnRleHRzOgotIG5hbWU6IGFkbWluQHRlc3QtdHlwZS1jaGFuZ2UKICBjb250ZXh0OgogICAgY2x1c3RlcjogInRlc3QtdHlwZS1jaGFuZ2UiCiAgICB1c2VyOiB0ZXN0LXR5cGUtY2hhbmdlLWFkbWluCmN1cnJlbnQtY29udGV4dDogYWRtaW5AdGVzdC10eXBlLWNoYW5nZQpraW5kOiBDb25maWcKcHJlZmVyZW5jZXM6IHt9CnVzZXJzOgotIG5hbWU6IHRlc3QtdHlwZS1jaGFuZ2UtYWRtaW4KICB1c2VyOgogICAgdG9rZW46IG5XdklWYlQ4TkJ1cEttdE9XZ3VPRXVYYjZHUU9RdHlSczR5UHhCQ0dQNWlqY2tnQlFaRDNSRTRV\"}" - headers: - Content-Length: - - "1670" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:54:20 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - 5cfd54f7-abfa-4cdc-9c7e-ba92becc9030 - status: 200 OK - code: 200 - duration: 123.961746ms -- id: 340 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/64803d5d-ac0a-45fa-82e6-e0f037266daa - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1615 - body: "{\"region\":\"fr-par\", \"id\":\"64803d5d-ac0a-45fa-82e6-e0f037266daa\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:48:20.702469Z\", \"updated_at\":\"2025-10-30T17:54:16.320875Z\", \"type\":\"multicloud-dedicated-8\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://64803d5d-ac0a-45fa-82e6-e0f037266daa.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.64803d5d-ac0a-45fa-82e6-e0f037266daa.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-11-29T17:50:39.929757Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"1287e4f9-481a-4b20-b218-d1545d3eff3c\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1615" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:54:20 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - c0561325-df02-45c4-b3cc-99cbe3de7961 - status: 200 OK - code: 200 - duration: 19.393223ms -- id: 341 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/64803d5d-ac0a-45fa-82e6-e0f037266daa/kubeconfig - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1670 - body: "{\"name\":\"kubeconfig\", \"content_type\":\"application/octet-stream\", \"content\":\"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogInRlc3QtdHlwZS1jaGFuZ2UiCiAgY2x1c3RlcjoKICAgIGNlcnRpZmljYXRlLWF1dGhvcml0eS1kYXRhOiBMUzB0TFMxQ1JVZEpUaUJEUlZKVVNVWkpRMEZVUlMwdExTMHRDazFKU1VKWVJFTkRRVkZIWjBGM1NVSkJaMGxDUVVSQlMwSm5aM0ZvYTJwUFVGRlJSRUZxUVZaTlVrMTNSVkZaUkZaUlVVUkZkM0J5WkZkS2JHTnROV3dLWkVkV2VrMUNORmhFVkVreFRWUkJlVTlVUlROT1JHZDVUVVp2V0VSVVRURk5WRUY1VDFSRk0wNUVaM2xOUm05M1JsUkZWRTFDUlVkQk1WVkZRWGhOU3dwaE0xWnBXbGhLZFZwWVVteGpla0phVFVKTlIwSjVjVWRUVFRRNVFXZEZSME5EY1VkVFRUUTVRWGRGU0VFd1NVRkNUMlEwWjNka2FETkxNekpxYmtkeUNtdzNSbmxFT0ZRMlNIZFZaVFJoYm1WT1F6SkpVREJPYkhONGFFVkpWM2dyVVRCRVZFNHhjWGhMWmtob2JVNVpjMDVMU1hCdFJ6Um1VbGtyYTJSbmMzY0tjVU5xZWtvNVYycFJha0pCVFVFMFIwRXhWV1JFZDBWQ0wzZFJSVUYzU1VOd1JFRlFRbWRPVmtoU1RVSkJaamhGUWxSQlJFRlJTQzlOUWpCSFFURlZaQXBFWjFGWFFrSlVZbVU1ZUhCVlN6RlZUMk5ZWVhoQk4wOXZSemRaU0M4NVpreFVRVXRDWjJkeGFHdHFUMUJSVVVSQlowNUtRVVJDUjBGcFJVRm5WazVsQ21OMVluQjFPREZOTWpaM2NVaEdLek51Tm5sS1YyVmhiQzh6TkdOdE1FUldORWQ2Um5FM2MwTkpVVU5JYVdWNE1FRjVaVWxZY1Vac1YxcHpkVUZvVlZRS2FpdDJVV2xJVEVKcVQwaEJWVkJ5UVU1bWJGQllRVDA5Q2kwdExTMHRSVTVFSUVORlVsUkpSa2xEUVZSRkxTMHRMUzBLCiAgICBzZXJ2ZXI6IGh0dHBzOi8vNjQ4MDNkNWQtYWMwYS00NWZhLTgyZTYtZTBmMDM3MjY2ZGFhLmFwaS5rOHMuZnItcGFyLnNjdy5jbG91ZDo2NDQzCmNvbnRleHRzOgotIG5hbWU6IGFkbWluQHRlc3QtdHlwZS1jaGFuZ2UKICBjb250ZXh0OgogICAgY2x1c3RlcjogInRlc3QtdHlwZS1jaGFuZ2UiCiAgICB1c2VyOiB0ZXN0LXR5cGUtY2hhbmdlLWFkbWluCmN1cnJlbnQtY29udGV4dDogYWRtaW5AdGVzdC10eXBlLWNoYW5nZQpraW5kOiBDb25maWcKcHJlZmVyZW5jZXM6IHt9CnVzZXJzOgotIG5hbWU6IHRlc3QtdHlwZS1jaGFuZ2UtYWRtaW4KICB1c2VyOgogICAgdG9rZW46IG5XdklWYlQ4TkJ1cEttdE9XZ3VPRXVYYjZHUU9RdHlSczR5UHhCQ0dQNWlqY2tnQlFaRDNSRTRV\"}" - headers: - Content-Length: - - "1670" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:54:20 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - 609cde33-ac3a-4560-8080-76560a14b024 - status: 200 OK - code: 200 - duration: 26.38947ms -- id: 342 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/64803d5d-ac0a-45fa-82e6-e0f037266daa/available-types - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 289 - body: "{\"cluster_types\":[{\"name\":\"multicloud-dedicated-16\", \"availability\":\"available\", \"max_nodes\":500, \"commitment_delay\":\"2592000s\", \"sla\":99.5, \"resiliency\":\"high_availability\", \"memory\":16000000000, \"dedicated\":true, \"audit_logs_supported\":true, \"max_etcd_size\":200000000}], \"total_count\":1}" - headers: - Content-Length: - - "289" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:54:20 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - 602cb568-0234-4c71-80c3-e53ecd29aa78 - status: 200 OK - code: 200 - duration: 90.535423ms -- id: 343 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - form: - with_additional_resources: - - "false" - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/64803d5d-ac0a-45fa-82e6-e0f037266daa?with_additional_resources=false - method: DELETE - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1619 - body: "{\"region\":\"fr-par\", \"id\":\"64803d5d-ac0a-45fa-82e6-e0f037266daa\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:48:20.702469Z\", \"updated_at\":\"2025-10-30T17:54:20.555279Z\", \"type\":\"multicloud-dedicated-8\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://64803d5d-ac0a-45fa-82e6-e0f037266daa.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.64803d5d-ac0a-45fa-82e6-e0f037266daa.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-11-29T17:50:39.929757Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"1287e4f9-481a-4b20-b218-d1545d3eff3c\", \"new_images_enabled\":false, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1619" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:54:20 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - c03d700e-5591-42df-a403-bcd4f2409bdf - status: 200 OK - code: 200 - duration: 122.884082ms -- id: 344 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/64803d5d-ac0a-45fa-82e6-e0f037266daa - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1618 - body: "{\"region\":\"fr-par\", \"id\":\"64803d5d-ac0a-45fa-82e6-e0f037266daa\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:48:20.702469Z\", \"updated_at\":\"2025-10-30T17:54:20.555279Z\", \"type\":\"multicloud-dedicated-8\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://64803d5d-ac0a-45fa-82e6-e0f037266daa.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.64803d5d-ac0a-45fa-82e6-e0f037266daa.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-11-29T17:50:39.929757Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"1287e4f9-481a-4b20-b218-d1545d3eff3c\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1618" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:54:20 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - 0ce51894-98b6-4be7-bf47-115b3576b1b5 - status: 200 OK - code: 200 - duration: 25.630605ms -- id: 345 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/64803d5d-ac0a-45fa-82e6-e0f037266daa - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 128 - body: "{\"message\":\"resource is not found\",\"resource\":\"cluster\",\"resource_id\":\"64803d5d-ac0a-45fa-82e6-e0f037266daa\",\"type\":\"not_found\"}" - headers: - Content-Length: - - "128" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:54:25 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - 9fd7c8d1-459c-46d7-bbb2-b09e65a8c17b - status: 404 Not Found - code: 404 - duration: 35.577242ms -- id: 346 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 661 - host: api.scaleway.com - body: "{\"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\",\"type\":\"multicloud-dedicated-4\",\"name\":\"test-type-change\",\"description\":\"\",\"tags\":[\"terraform-test\",\"scaleway_k8s_cluster\",\"type-change\"],\"version\":\"1.34.1\",\"cni\":\"kilo\",\"pools\":null,\"autoscaler_config\":{\"scale_down_disabled\":null,\"scale_down_delay_after_add\":null,\"estimator\":\"unknown_estimator\",\"expander\":\"unknown_expander\",\"ignore_daemonsets_utilization\":null,\"balance_similar_node_groups\":null,\"expendable_pods_priority_cutoff\":0,\"scale_down_unneeded_time\":null,\"scale_down_utilization_threshold\":null,\"max_graceful_termination_sec\":0},\"feature_gates\":[],\"admission_plugins\":[],\"apiserver_cert_sans\":[]}" - headers: - Content-Type: - - application/json - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters - method: POST - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1583 - body: "{\"region\":\"fr-par\", \"id\":\"c368432d-b8a2-4e37-a083-148d7c767865\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:54:26.000572Z\", \"updated_at\":\"2025-10-30T17:54:26.000572Z\", \"type\":\"multicloud-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"creating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c368432d-b8a2-4e37-a083-148d7c767865.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c368432d-b8a2-4e37-a083-148d7c767865.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-11-29T17:54:26.000581Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"\", \"new_images_enabled\":false, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1583" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:54:26 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - a8112eb5-44e2-4c5b-afd6-214ada279565 - status: 200 OK - code: 200 - duration: 332.469924ms -- id: 347 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c368432d-b8a2-4e37-a083-148d7c767865 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1582 - body: "{\"region\":\"fr-par\", \"id\":\"c368432d-b8a2-4e37-a083-148d7c767865\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:54:26.000572Z\", \"updated_at\":\"2025-10-30T17:54:26.000572Z\", \"type\":\"multicloud-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"creating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c368432d-b8a2-4e37-a083-148d7c767865.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c368432d-b8a2-4e37-a083-148d7c767865.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-11-29T17:54:26.000581Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1582" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:54:26 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - 16192d7b-09d7-477b-8410-294ec6e78b04 - status: 200 OK - code: 200 - duration: 96.576318ms -- id: 348 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c368432d-b8a2-4e37-a083-148d7c767865 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1618 - body: "{\"region\":\"fr-par\", \"id\":\"c368432d-b8a2-4e37-a083-148d7c767865\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:54:26.000572Z\", \"updated_at\":\"2025-10-30T17:54:26.479822Z\", \"type\":\"multicloud-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"creating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c368432d-b8a2-4e37-a083-148d7c767865.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c368432d-b8a2-4e37-a083-148d7c767865.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-11-29T17:54:26.000581Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"63e906fc-d09f-4525-ac0e-3ab366d18ba1\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1618" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:54:31 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - e751a3b2-17fd-4a92-97ee-4d89b4c78e3a - status: 200 OK - code: 200 - duration: 81.477949ms -- id: 349 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c368432d-b8a2-4e37-a083-148d7c767865 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1618 - body: "{\"region\":\"fr-par\", \"id\":\"c368432d-b8a2-4e37-a083-148d7c767865\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:54:26.000572Z\", \"updated_at\":\"2025-10-30T17:54:26.479822Z\", \"type\":\"multicloud-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"creating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c368432d-b8a2-4e37-a083-148d7c767865.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c368432d-b8a2-4e37-a083-148d7c767865.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-11-29T17:54:26.000581Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"63e906fc-d09f-4525-ac0e-3ab366d18ba1\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1618" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:54:36 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - b255771b-4b5b-46a6-926b-46497e640f53 - status: 200 OK - code: 200 - duration: 81.9786ms -- id: 350 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c368432d-b8a2-4e37-a083-148d7c767865 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1618 - body: "{\"region\":\"fr-par\", \"id\":\"c368432d-b8a2-4e37-a083-148d7c767865\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:54:26.000572Z\", \"updated_at\":\"2025-10-30T17:54:26.479822Z\", \"type\":\"multicloud-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"creating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c368432d-b8a2-4e37-a083-148d7c767865.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c368432d-b8a2-4e37-a083-148d7c767865.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-11-29T17:54:26.000581Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"63e906fc-d09f-4525-ac0e-3ab366d18ba1\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1618" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:54:41 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - ee4a38ec-13fe-4974-8657-a72769ae1b0d - status: 200 OK - code: 200 - duration: 98.511195ms -- id: 351 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c368432d-b8a2-4e37-a083-148d7c767865 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1618 - body: "{\"region\":\"fr-par\", \"id\":\"c368432d-b8a2-4e37-a083-148d7c767865\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:54:26.000572Z\", \"updated_at\":\"2025-10-30T17:54:26.479822Z\", \"type\":\"multicloud-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"creating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c368432d-b8a2-4e37-a083-148d7c767865.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c368432d-b8a2-4e37-a083-148d7c767865.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-11-29T17:54:26.000581Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"63e906fc-d09f-4525-ac0e-3ab366d18ba1\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1618" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:54:46 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - 6cfcbfed-5685-457d-bbf6-76d40f46a4b8 - status: 200 OK - code: 200 - duration: 93.370183ms -- id: 352 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c368432d-b8a2-4e37-a083-148d7c767865 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1618 - body: "{\"region\":\"fr-par\", \"id\":\"c368432d-b8a2-4e37-a083-148d7c767865\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:54:26.000572Z\", \"updated_at\":\"2025-10-30T17:54:26.479822Z\", \"type\":\"multicloud-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"creating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c368432d-b8a2-4e37-a083-148d7c767865.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c368432d-b8a2-4e37-a083-148d7c767865.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-11-29T17:54:26.000581Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"63e906fc-d09f-4525-ac0e-3ab366d18ba1\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1618" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:54:51 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - 5f317fe8-f52a-4aa3-b10c-f3c8cb32e8dc - status: 200 OK - code: 200 - duration: 82.6366ms -- id: 353 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c368432d-b8a2-4e37-a083-148d7c767865 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1618 - body: "{\"region\":\"fr-par\", \"id\":\"c368432d-b8a2-4e37-a083-148d7c767865\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:54:26.000572Z\", \"updated_at\":\"2025-10-30T17:54:26.479822Z\", \"type\":\"multicloud-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"creating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c368432d-b8a2-4e37-a083-148d7c767865.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c368432d-b8a2-4e37-a083-148d7c767865.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-11-29T17:54:26.000581Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"63e906fc-d09f-4525-ac0e-3ab366d18ba1\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1618" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:54:56 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - 60ecf79f-6a90-47bd-a61e-61a74b5a9fd2 - status: 200 OK - code: 200 - duration: 109.510093ms -- id: 354 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c368432d-b8a2-4e37-a083-148d7c767865 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1618 - body: "{\"region\":\"fr-par\", \"id\":\"c368432d-b8a2-4e37-a083-148d7c767865\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:54:26.000572Z\", \"updated_at\":\"2025-10-30T17:54:26.479822Z\", \"type\":\"multicloud-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"creating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c368432d-b8a2-4e37-a083-148d7c767865.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c368432d-b8a2-4e37-a083-148d7c767865.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-11-29T17:54:26.000581Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"63e906fc-d09f-4525-ac0e-3ab366d18ba1\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1618" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:55:01 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - f9b9bad3-1d3b-4af1-91da-72aff5a138f0 - status: 200 OK - code: 200 - duration: 93.787241ms -- id: 355 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c368432d-b8a2-4e37-a083-148d7c767865 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1618 - body: "{\"region\":\"fr-par\", \"id\":\"c368432d-b8a2-4e37-a083-148d7c767865\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:54:26.000572Z\", \"updated_at\":\"2025-10-30T17:54:26.479822Z\", \"type\":\"multicloud-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"creating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c368432d-b8a2-4e37-a083-148d7c767865.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c368432d-b8a2-4e37-a083-148d7c767865.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-11-29T17:54:26.000581Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"63e906fc-d09f-4525-ac0e-3ab366d18ba1\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1618" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:55:06 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - 9714694d-954f-45fd-8b7e-f0024605e2a5 - status: 200 OK - code: 200 - duration: 82.083325ms -- id: 356 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c368432d-b8a2-4e37-a083-148d7c767865 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1618 - body: "{\"region\":\"fr-par\", \"id\":\"c368432d-b8a2-4e37-a083-148d7c767865\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:54:26.000572Z\", \"updated_at\":\"2025-10-30T17:54:26.479822Z\", \"type\":\"multicloud-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"creating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c368432d-b8a2-4e37-a083-148d7c767865.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c368432d-b8a2-4e37-a083-148d7c767865.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-11-29T17:54:26.000581Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"63e906fc-d09f-4525-ac0e-3ab366d18ba1\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1618" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:55:12 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - 9533cb2c-09e9-45b3-85e6-405b22e0c8f9 - status: 200 OK - code: 200 - duration: 95.711467ms -- id: 357 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c368432d-b8a2-4e37-a083-148d7c767865 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1618 - body: "{\"region\":\"fr-par\", \"id\":\"c368432d-b8a2-4e37-a083-148d7c767865\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:54:26.000572Z\", \"updated_at\":\"2025-10-30T17:54:26.479822Z\", \"type\":\"multicloud-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"creating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c368432d-b8a2-4e37-a083-148d7c767865.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c368432d-b8a2-4e37-a083-148d7c767865.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-11-29T17:54:26.000581Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"63e906fc-d09f-4525-ac0e-3ab366d18ba1\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1618" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:55:17 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - 77af6766-e7fb-44ea-b5fa-668981da9ce2 - status: 200 OK - code: 200 - duration: 94.38649ms -- id: 358 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c368432d-b8a2-4e37-a083-148d7c767865 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1618 - body: "{\"region\":\"fr-par\", \"id\":\"c368432d-b8a2-4e37-a083-148d7c767865\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:54:26.000572Z\", \"updated_at\":\"2025-10-30T17:54:26.479822Z\", \"type\":\"multicloud-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"creating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c368432d-b8a2-4e37-a083-148d7c767865.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c368432d-b8a2-4e37-a083-148d7c767865.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-11-29T17:54:26.000581Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"63e906fc-d09f-4525-ac0e-3ab366d18ba1\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1618" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:55:22 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - 81bce1b9-5392-449d-9d40-fa8b7b537c15 - status: 200 OK - code: 200 - duration: 83.05849ms -- id: 359 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c368432d-b8a2-4e37-a083-148d7c767865 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1618 - body: "{\"region\":\"fr-par\", \"id\":\"c368432d-b8a2-4e37-a083-148d7c767865\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:54:26.000572Z\", \"updated_at\":\"2025-10-30T17:54:26.479822Z\", \"type\":\"multicloud-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"creating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c368432d-b8a2-4e37-a083-148d7c767865.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c368432d-b8a2-4e37-a083-148d7c767865.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-11-29T17:54:26.000581Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"63e906fc-d09f-4525-ac0e-3ab366d18ba1\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1618" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:55:27 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - 66825bb5-3a2f-4046-b84f-45f2fc1fd33b - status: 200 OK - code: 200 - duration: 89.340267ms -- id: 360 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c368432d-b8a2-4e37-a083-148d7c767865 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1618 - body: "{\"region\":\"fr-par\", \"id\":\"c368432d-b8a2-4e37-a083-148d7c767865\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:54:26.000572Z\", \"updated_at\":\"2025-10-30T17:54:26.479822Z\", \"type\":\"multicloud-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"creating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c368432d-b8a2-4e37-a083-148d7c767865.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c368432d-b8a2-4e37-a083-148d7c767865.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-11-29T17:54:26.000581Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"63e906fc-d09f-4525-ac0e-3ab366d18ba1\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1618" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:55:32 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - 9cc0ab12-c6f1-4955-806f-f53f93c69957 - status: 200 OK - code: 200 - duration: 83.59577ms -- id: 361 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c368432d-b8a2-4e37-a083-148d7c767865 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1618 - body: "{\"region\":\"fr-par\", \"id\":\"c368432d-b8a2-4e37-a083-148d7c767865\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:54:26.000572Z\", \"updated_at\":\"2025-10-30T17:54:26.479822Z\", \"type\":\"multicloud-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"creating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c368432d-b8a2-4e37-a083-148d7c767865.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c368432d-b8a2-4e37-a083-148d7c767865.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-11-29T17:54:26.000581Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"63e906fc-d09f-4525-ac0e-3ab366d18ba1\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1618" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:55:37 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - 07cc5f64-cb04-4ed7-9a76-042d01962ec4 - status: 200 OK - code: 200 - duration: 92.859488ms -- id: 362 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c368432d-b8a2-4e37-a083-148d7c767865 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1618 - body: "{\"region\":\"fr-par\", \"id\":\"c368432d-b8a2-4e37-a083-148d7c767865\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:54:26.000572Z\", \"updated_at\":\"2025-10-30T17:54:26.479822Z\", \"type\":\"multicloud-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"creating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c368432d-b8a2-4e37-a083-148d7c767865.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c368432d-b8a2-4e37-a083-148d7c767865.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-11-29T17:54:26.000581Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"63e906fc-d09f-4525-ac0e-3ab366d18ba1\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1618" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:55:42 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - eebc8a55-779c-461c-bbc3-56f9337bf947 - status: 200 OK - code: 200 - duration: 87.512198ms -- id: 363 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c368432d-b8a2-4e37-a083-148d7c767865 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1615 - body: "{\"region\":\"fr-par\", \"id\":\"c368432d-b8a2-4e37-a083-148d7c767865\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:54:26.000572Z\", \"updated_at\":\"2025-10-30T17:55:42.676163Z\", \"type\":\"multicloud-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c368432d-b8a2-4e37-a083-148d7c767865.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c368432d-b8a2-4e37-a083-148d7c767865.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-11-29T17:54:26.000581Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"63e906fc-d09f-4525-ac0e-3ab366d18ba1\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1615" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:55:47 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - f7281b77-e7f9-462d-a2ea-dc71bfd38ba6 - status: 200 OK - code: 200 - duration: 108.281051ms -- id: 364 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c368432d-b8a2-4e37-a083-148d7c767865 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1615 - body: "{\"region\":\"fr-par\", \"id\":\"c368432d-b8a2-4e37-a083-148d7c767865\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:54:26.000572Z\", \"updated_at\":\"2025-10-30T17:55:42.676163Z\", \"type\":\"multicloud-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c368432d-b8a2-4e37-a083-148d7c767865.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c368432d-b8a2-4e37-a083-148d7c767865.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-11-29T17:54:26.000581Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"63e906fc-d09f-4525-ac0e-3ab366d18ba1\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1615" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:55:47 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - 96d38a48-4d57-4937-ab4f-8d95179fc54a - status: 200 OK - code: 200 - duration: 23.336254ms -- id: 365 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c368432d-b8a2-4e37-a083-148d7c767865/kubeconfig - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1666 - body: "{\"name\":\"kubeconfig\", \"content_type\":\"application/octet-stream\", \"content\":\"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogInRlc3QtdHlwZS1jaGFuZ2UiCiAgY2x1c3RlcjoKICAgIGNlcnRpZmljYXRlLWF1dGhvcml0eS1kYXRhOiBMUzB0TFMxQ1JVZEpUaUJEUlZKVVNVWkpRMEZVUlMwdExTMHRDazFKU1VKWGVrTkRRVkZIWjBGM1NVSkJaMGxDUVVSQlMwSm5aM0ZvYTJwUFVGRlJSRUZxUVZaTlVrMTNSVkZaUkZaUlVVUkZkM0J5WkZkS2JHTnROV3dLWkVkV2VrMUNORmhFVkVreFRWUkJlVTlVUlROT1ZGRjVUbXh2V0VSVVRURk5WRUY1VDFSRk0wNVVVWGxPYkc5M1JsUkZWRTFDUlVkQk1WVkZRWGhOU3dwaE0xWnBXbGhLZFZwWVVteGpla0phVFVKTlIwSjVjVWRUVFRRNVFXZEZSME5EY1VkVFRUUTVRWGRGU0VFd1NVRkNTV1E0TmxsdFZrdFpZUzgzVEcxcUNtOUhWR1pJT1hOalpFdzViU3RsVEZGcmMxTXJVVFZZU214c1R6WjBja0phWVdNeFQzcEdaVVJJV0VnMmVTc3haWEJVVGt0a04xSkhjMGhCWmtwbFFuZ0tVV0Z4WVVac1QycFJha0pCVFVFMFIwRXhWV1JFZDBWQ0wzZFJSVUYzU1VOd1JFRlFRbWRPVmtoU1RVSkJaamhGUWxSQlJFRlJTQzlOUWpCSFFURlZaQXBFWjFGWFFrSlRiR1ZQVkVsWU1rWnpSMk53ZGpaVU1rcEZSVXRySzAxaWMxZHFRVXRDWjJkeGFHdHFUMUJSVVVSQlowNUpRVVJDUmtGcFFtZzBSVTFaQ25odE4xTkxkbXMyWTNGNllXZ3hhbFF2VUVSSlVISlJUbmhqU1hOaVZtWXJSRTV1YkRWblNXaEJVSFp5T1c4dlJHbFFjV1l5VVVwcmVGZDNTV3QwUVZZS1FrSlRhWFJUVkVrNFlsUjNjSGhvUWxwalIwb0tMUzB0TFMxRlRrUWdRMFZTVkVsR1NVTkJWRVV0TFMwdExRbz0KICAgIHNlcnZlcjogaHR0cHM6Ly9jMzY4NDMyZC1iOGEyLTRlMzctYTA4My0xNDhkN2M3Njc4NjUuYXBpLms4cy5mci1wYXIuc2N3LmNsb3VkOjY0NDMKY29udGV4dHM6Ci0gbmFtZTogYWRtaW5AdGVzdC10eXBlLWNoYW5nZQogIGNvbnRleHQ6CiAgICBjbHVzdGVyOiAidGVzdC10eXBlLWNoYW5nZSIKICAgIHVzZXI6IHRlc3QtdHlwZS1jaGFuZ2UtYWRtaW4KY3VycmVudC1jb250ZXh0OiBhZG1pbkB0ZXN0LXR5cGUtY2hhbmdlCmtpbmQ6IENvbmZpZwpwcmVmZXJlbmNlczoge30KdXNlcnM6Ci0gbmFtZTogdGVzdC10eXBlLWNoYW5nZS1hZG1pbgogIHVzZXI6CiAgICB0b2tlbjogdHhZemh3ZUU5enVMNk1rRHM4MGphc3lKSjBDRXUxMFBrZDVWQ1RtYVM0d0NVejZrWVlwWFRpdjQ=\"}" - headers: - Content-Length: - - "1666" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:55:47 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - bc670db3-c5c0-4672-a254-692b7ee127fb - status: 200 OK - code: 200 - duration: 75.175532ms -- id: 366 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c368432d-b8a2-4e37-a083-148d7c767865 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1615 - body: "{\"region\":\"fr-par\", \"id\":\"c368432d-b8a2-4e37-a083-148d7c767865\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:54:26.000572Z\", \"updated_at\":\"2025-10-30T17:55:42.676163Z\", \"type\":\"multicloud-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c368432d-b8a2-4e37-a083-148d7c767865.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c368432d-b8a2-4e37-a083-148d7c767865.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-11-29T17:54:26.000581Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"63e906fc-d09f-4525-ac0e-3ab366d18ba1\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1615" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:55:47 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - 0ca94862-681e-418d-a577-56e45fa468e9 - status: 200 OK - code: 200 - duration: 80.614816ms -- id: 367 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c368432d-b8a2-4e37-a083-148d7c767865 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1615 - body: "{\"region\":\"fr-par\", \"id\":\"c368432d-b8a2-4e37-a083-148d7c767865\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:54:26.000572Z\", \"updated_at\":\"2025-10-30T17:55:42.676163Z\", \"type\":\"multicloud-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c368432d-b8a2-4e37-a083-148d7c767865.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c368432d-b8a2-4e37-a083-148d7c767865.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-11-29T17:54:26.000581Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"63e906fc-d09f-4525-ac0e-3ab366d18ba1\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1615" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:55:48 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - 42af8387-d0ec-419f-924a-f9ec48fa3225 - status: 200 OK - code: 200 - duration: 27.024649ms -- id: 368 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c368432d-b8a2-4e37-a083-148d7c767865/kubeconfig - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1666 - body: "{\"name\":\"kubeconfig\", \"content_type\":\"application/octet-stream\", \"content\":\"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogInRlc3QtdHlwZS1jaGFuZ2UiCiAgY2x1c3RlcjoKICAgIGNlcnRpZmljYXRlLWF1dGhvcml0eS1kYXRhOiBMUzB0TFMxQ1JVZEpUaUJEUlZKVVNVWkpRMEZVUlMwdExTMHRDazFKU1VKWGVrTkRRVkZIWjBGM1NVSkJaMGxDUVVSQlMwSm5aM0ZvYTJwUFVGRlJSRUZxUVZaTlVrMTNSVkZaUkZaUlVVUkZkM0J5WkZkS2JHTnROV3dLWkVkV2VrMUNORmhFVkVreFRWUkJlVTlVUlROT1ZGRjVUbXh2V0VSVVRURk5WRUY1VDFSRk0wNVVVWGxPYkc5M1JsUkZWRTFDUlVkQk1WVkZRWGhOU3dwaE0xWnBXbGhLZFZwWVVteGpla0phVFVKTlIwSjVjVWRUVFRRNVFXZEZSME5EY1VkVFRUUTVRWGRGU0VFd1NVRkNTV1E0TmxsdFZrdFpZUzgzVEcxcUNtOUhWR1pJT1hOalpFdzViU3RsVEZGcmMxTXJVVFZZU214c1R6WjBja0phWVdNeFQzcEdaVVJJV0VnMmVTc3haWEJVVGt0a04xSkhjMGhCWmtwbFFuZ0tVV0Z4WVVac1QycFJha0pCVFVFMFIwRXhWV1JFZDBWQ0wzZFJSVUYzU1VOd1JFRlFRbWRPVmtoU1RVSkJaamhGUWxSQlJFRlJTQzlOUWpCSFFURlZaQXBFWjFGWFFrSlRiR1ZQVkVsWU1rWnpSMk53ZGpaVU1rcEZSVXRySzAxaWMxZHFRVXRDWjJkeGFHdHFUMUJSVVVSQlowNUpRVVJDUmtGcFFtZzBSVTFaQ25odE4xTkxkbXMyWTNGNllXZ3hhbFF2VUVSSlVISlJUbmhqU1hOaVZtWXJSRTV1YkRWblNXaEJVSFp5T1c4dlJHbFFjV1l5VVVwcmVGZDNTV3QwUVZZS1FrSlRhWFJUVkVrNFlsUjNjSGhvUWxwalIwb0tMUzB0TFMxRlRrUWdRMFZTVkVsR1NVTkJWRVV0TFMwdExRbz0KICAgIHNlcnZlcjogaHR0cHM6Ly9jMzY4NDMyZC1iOGEyLTRlMzctYTA4My0xNDhkN2M3Njc4NjUuYXBpLms4cy5mci1wYXIuc2N3LmNsb3VkOjY0NDMKY29udGV4dHM6Ci0gbmFtZTogYWRtaW5AdGVzdC10eXBlLWNoYW5nZQogIGNvbnRleHQ6CiAgICBjbHVzdGVyOiAidGVzdC10eXBlLWNoYW5nZSIKICAgIHVzZXI6IHRlc3QtdHlwZS1jaGFuZ2UtYWRtaW4KY3VycmVudC1jb250ZXh0OiBhZG1pbkB0ZXN0LXR5cGUtY2hhbmdlCmtpbmQ6IENvbmZpZwpwcmVmZXJlbmNlczoge30KdXNlcnM6Ci0gbmFtZTogdGVzdC10eXBlLWNoYW5nZS1hZG1pbgogIHVzZXI6CiAgICB0b2tlbjogdHhZemh3ZUU5enVMNk1rRHM4MGphc3lKSjBDRXUxMFBrZDVWQ1RtYVM0d0NVejZrWVlwWFRpdjQ=\"}" - headers: - Content-Length: - - "1666" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:55:48 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - 855aca50-43ae-424d-9fff-382e981d753f - status: 200 OK - code: 200 - duration: 79.73807ms -- id: 369 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c368432d-b8a2-4e37-a083-148d7c767865 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1615 - body: "{\"region\":\"fr-par\", \"id\":\"c368432d-b8a2-4e37-a083-148d7c767865\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:54:26.000572Z\", \"updated_at\":\"2025-10-30T17:55:42.676163Z\", \"type\":\"multicloud-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c368432d-b8a2-4e37-a083-148d7c767865.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c368432d-b8a2-4e37-a083-148d7c767865.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-11-29T17:54:26.000581Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"63e906fc-d09f-4525-ac0e-3ab366d18ba1\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1615" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:55:48 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - c0d891fa-4e72-4ed2-aff5-44c1e439f0c6 - status: 200 OK - code: 200 - duration: 25.876814ms -- id: 370 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c368432d-b8a2-4e37-a083-148d7c767865/kubeconfig - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1666 - body: "{\"name\":\"kubeconfig\", \"content_type\":\"application/octet-stream\", \"content\":\"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogInRlc3QtdHlwZS1jaGFuZ2UiCiAgY2x1c3RlcjoKICAgIGNlcnRpZmljYXRlLWF1dGhvcml0eS1kYXRhOiBMUzB0TFMxQ1JVZEpUaUJEUlZKVVNVWkpRMEZVUlMwdExTMHRDazFKU1VKWGVrTkRRVkZIWjBGM1NVSkJaMGxDUVVSQlMwSm5aM0ZvYTJwUFVGRlJSRUZxUVZaTlVrMTNSVkZaUkZaUlVVUkZkM0J5WkZkS2JHTnROV3dLWkVkV2VrMUNORmhFVkVreFRWUkJlVTlVUlROT1ZGRjVUbXh2V0VSVVRURk5WRUY1VDFSRk0wNVVVWGxPYkc5M1JsUkZWRTFDUlVkQk1WVkZRWGhOU3dwaE0xWnBXbGhLZFZwWVVteGpla0phVFVKTlIwSjVjVWRUVFRRNVFXZEZSME5EY1VkVFRUUTVRWGRGU0VFd1NVRkNTV1E0TmxsdFZrdFpZUzgzVEcxcUNtOUhWR1pJT1hOalpFdzViU3RsVEZGcmMxTXJVVFZZU214c1R6WjBja0phWVdNeFQzcEdaVVJJV0VnMmVTc3haWEJVVGt0a04xSkhjMGhCWmtwbFFuZ0tVV0Z4WVVac1QycFJha0pCVFVFMFIwRXhWV1JFZDBWQ0wzZFJSVUYzU1VOd1JFRlFRbWRPVmtoU1RVSkJaamhGUWxSQlJFRlJTQzlOUWpCSFFURlZaQXBFWjFGWFFrSlRiR1ZQVkVsWU1rWnpSMk53ZGpaVU1rcEZSVXRySzAxaWMxZHFRVXRDWjJkeGFHdHFUMUJSVVVSQlowNUpRVVJDUmtGcFFtZzBSVTFaQ25odE4xTkxkbXMyWTNGNllXZ3hhbFF2VUVSSlVISlJUbmhqU1hOaVZtWXJSRTV1YkRWblNXaEJVSFp5T1c4dlJHbFFjV1l5VVVwcmVGZDNTV3QwUVZZS1FrSlRhWFJUVkVrNFlsUjNjSGhvUWxwalIwb0tMUzB0TFMxRlRrUWdRMFZTVkVsR1NVTkJWRVV0TFMwdExRbz0KICAgIHNlcnZlcjogaHR0cHM6Ly9jMzY4NDMyZC1iOGEyLTRlMzctYTA4My0xNDhkN2M3Njc4NjUuYXBpLms4cy5mci1wYXIuc2N3LmNsb3VkOjY0NDMKY29udGV4dHM6Ci0gbmFtZTogYWRtaW5AdGVzdC10eXBlLWNoYW5nZQogIGNvbnRleHQ6CiAgICBjbHVzdGVyOiAidGVzdC10eXBlLWNoYW5nZSIKICAgIHVzZXI6IHRlc3QtdHlwZS1jaGFuZ2UtYWRtaW4KY3VycmVudC1jb250ZXh0OiBhZG1pbkB0ZXN0LXR5cGUtY2hhbmdlCmtpbmQ6IENvbmZpZwpwcmVmZXJlbmNlczoge30KdXNlcnM6Ci0gbmFtZTogdGVzdC10eXBlLWNoYW5nZS1hZG1pbgogIHVzZXI6CiAgICB0b2tlbjogdHhZemh3ZUU5enVMNk1rRHM4MGphc3lKSjBDRXUxMFBrZDVWQ1RtYVM0d0NVejZrWVlwWFRpdjQ=\"}" - headers: - Content-Length: - - "1666" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:55:48 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - ef5cc565-32e4-4921-a39e-f139d7448f27 - status: 200 OK - code: 200 - duration: 26.861403ms -- id: 371 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c368432d-b8a2-4e37-a083-148d7c767865/available-types - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 541 - body: "{\"cluster_types\":[{\"name\":\"multicloud-dedicated-8\", \"availability\":\"available\", \"max_nodes\":500, \"commitment_delay\":\"2592000s\", \"sla\":99.5, \"resiliency\":\"high_availability\", \"memory\":8000000000, \"dedicated\":true, \"audit_logs_supported\":true, \"max_etcd_size\":200000000}, {\"name\":\"multicloud-dedicated-16\", \"availability\":\"available\", \"max_nodes\":500, \"commitment_delay\":\"2592000s\", \"sla\":99.5, \"resiliency\":\"high_availability\", \"memory\":16000000000, \"dedicated\":true, \"audit_logs_supported\":true, \"max_etcd_size\":200000000}], \"total_count\":2}" - headers: - Content-Length: - - "541" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:55:48 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - 2083f140-825f-4bad-871e-a811b40a4d10 - status: 200 OK - code: 200 - duration: 142.332185ms -- id: 372 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - form: - with_additional_resources: - - "false" - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c368432d-b8a2-4e37-a083-148d7c767865?with_additional_resources=false - method: DELETE - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1619 - body: "{\"region\":\"fr-par\", \"id\":\"c368432d-b8a2-4e37-a083-148d7c767865\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:54:26.000572Z\", \"updated_at\":\"2025-10-30T17:55:48.717944Z\", \"type\":\"multicloud-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c368432d-b8a2-4e37-a083-148d7c767865.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c368432d-b8a2-4e37-a083-148d7c767865.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-11-29T17:54:26.000581Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"63e906fc-d09f-4525-ac0e-3ab366d18ba1\", \"new_images_enabled\":false, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1619" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:55:48 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - c02e381b-e04c-4b4f-9953-18a090d84708 - status: 200 OK - code: 200 - duration: 79.474665ms -- id: 373 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c368432d-b8a2-4e37-a083-148d7c767865 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1618 - body: "{\"region\":\"fr-par\", \"id\":\"c368432d-b8a2-4e37-a083-148d7c767865\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:54:26.000572Z\", \"updated_at\":\"2025-10-30T17:55:48.717944Z\", \"type\":\"multicloud-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c368432d-b8a2-4e37-a083-148d7c767865.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c368432d-b8a2-4e37-a083-148d7c767865.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-11-29T17:54:26.000581Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"63e906fc-d09f-4525-ac0e-3ab366d18ba1\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1618" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:55:48 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - 698b18c9-89cc-4711-8f4c-d092ed343913 - status: 200 OK - code: 200 - duration: 26.475768ms -- id: 374 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c368432d-b8a2-4e37-a083-148d7c767865 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 128 - body: "{\"message\":\"resource is not found\",\"resource\":\"cluster\",\"resource_id\":\"c368432d-b8a2-4e37-a083-148d7c767865\",\"type\":\"not_found\"}" - headers: - Content-Length: - - "128" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:55:53 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - 6ed93e94-bf2b-4cdb-8164-0cab94b33b14 - status: 404 Not Found - code: 404 - duration: 38.057649ms -- id: 375 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 649 - host: api.scaleway.com - body: "{\"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\",\"type\":\"multicloud\",\"name\":\"test-type-change\",\"description\":\"\",\"tags\":[\"terraform-test\",\"scaleway_k8s_cluster\",\"type-change\"],\"version\":\"1.34.1\",\"cni\":\"kilo\",\"pools\":null,\"autoscaler_config\":{\"scale_down_disabled\":null,\"scale_down_delay_after_add\":null,\"estimator\":\"unknown_estimator\",\"expander\":\"unknown_expander\",\"ignore_daemonsets_utilization\":null,\"balance_similar_node_groups\":null,\"expendable_pods_priority_cutoff\":0,\"scale_down_unneeded_time\":null,\"scale_down_utilization_threshold\":null,\"max_graceful_termination_sec\":0},\"feature_gates\":[],\"admission_plugins\":[],\"apiserver_cert_sans\":[]}" - headers: - Content-Type: - - application/json - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters - method: POST - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1571 - body: "{\"region\":\"fr-par\", \"id\":\"2d77c354-549d-4f78-8701-e994fd014676\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:55:54.110934Z\", \"updated_at\":\"2025-10-30T17:55:54.110934Z\", \"type\":\"multicloud\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"creating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://2d77c354-549d-4f78-8701-e994fd014676.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.2d77c354-549d-4f78-8701-e994fd014676.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-10-30T17:55:54.110952Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"\", \"new_images_enabled\":false, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1571" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:55:54 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - 7a48cee9-063d-4fbf-8b7f-462ae5b9b58c - status: 200 OK - code: 200 - duration: 278.61246ms -- id: 376 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/2d77c354-549d-4f78-8701-e994fd014676 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1570 - body: "{\"region\":\"fr-par\", \"id\":\"2d77c354-549d-4f78-8701-e994fd014676\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:55:54.110934Z\", \"updated_at\":\"2025-10-30T17:55:54.110934Z\", \"type\":\"multicloud\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"creating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://2d77c354-549d-4f78-8701-e994fd014676.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.2d77c354-549d-4f78-8701-e994fd014676.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-10-30T17:55:54.110952Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1570" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:55:54 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - accd2653-cefb-44b4-8fbb-ce03937054f6 - status: 200 OK - code: 200 - duration: 110.162235ms -- id: 377 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/2d77c354-549d-4f78-8701-e994fd014676 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1606 - body: "{\"region\":\"fr-par\", \"id\":\"2d77c354-549d-4f78-8701-e994fd014676\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:55:54.110934Z\", \"updated_at\":\"2025-10-30T17:55:54.606286Z\", \"type\":\"multicloud\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"creating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://2d77c354-549d-4f78-8701-e994fd014676.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.2d77c354-549d-4f78-8701-e994fd014676.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-10-30T17:55:54.110952Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"9bf42687-a585-4a6b-96de-49683874175d\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1606" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:55:59 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - 269bda92-ac5e-42e8-bf16-37d660c19a7e - status: 200 OK - code: 200 - duration: 89.261467ms -- id: 378 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/2d77c354-549d-4f78-8701-e994fd014676 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1606 - body: "{\"region\":\"fr-par\", \"id\":\"2d77c354-549d-4f78-8701-e994fd014676\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:55:54.110934Z\", \"updated_at\":\"2025-10-30T17:55:54.606286Z\", \"type\":\"multicloud\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"creating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://2d77c354-549d-4f78-8701-e994fd014676.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.2d77c354-549d-4f78-8701-e994fd014676.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-10-30T17:55:54.110952Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"9bf42687-a585-4a6b-96de-49683874175d\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1606" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:56:04 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - 96b5aea2-1e36-443d-a3f0-4efcf66114f1 - status: 200 OK - code: 200 - duration: 87.955756ms -- id: 379 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/2d77c354-549d-4f78-8701-e994fd014676 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1606 - body: "{\"region\":\"fr-par\", \"id\":\"2d77c354-549d-4f78-8701-e994fd014676\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:55:54.110934Z\", \"updated_at\":\"2025-10-30T17:55:54.606286Z\", \"type\":\"multicloud\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"creating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://2d77c354-549d-4f78-8701-e994fd014676.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.2d77c354-549d-4f78-8701-e994fd014676.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-10-30T17:55:54.110952Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"9bf42687-a585-4a6b-96de-49683874175d\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1606" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:56:09 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - 13b0ea6d-641f-4fde-a104-5c8fc4226de3 - status: 200 OK - code: 200 - duration: 80.542425ms -- id: 380 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/2d77c354-549d-4f78-8701-e994fd014676 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1606 - body: "{\"region\":\"fr-par\", \"id\":\"2d77c354-549d-4f78-8701-e994fd014676\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:55:54.110934Z\", \"updated_at\":\"2025-10-30T17:55:54.606286Z\", \"type\":\"multicloud\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"creating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://2d77c354-549d-4f78-8701-e994fd014676.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.2d77c354-549d-4f78-8701-e994fd014676.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-10-30T17:55:54.110952Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"9bf42687-a585-4a6b-96de-49683874175d\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1606" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:56:14 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - 22fb5399-1448-4688-9bcb-526884efa94d - status: 200 OK - code: 200 - duration: 87.520631ms -- id: 381 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/2d77c354-549d-4f78-8701-e994fd014676 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1606 - body: "{\"region\":\"fr-par\", \"id\":\"2d77c354-549d-4f78-8701-e994fd014676\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:55:54.110934Z\", \"updated_at\":\"2025-10-30T17:55:54.606286Z\", \"type\":\"multicloud\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"creating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://2d77c354-549d-4f78-8701-e994fd014676.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.2d77c354-549d-4f78-8701-e994fd014676.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-10-30T17:55:54.110952Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"9bf42687-a585-4a6b-96de-49683874175d\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1606" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:56:19 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - 3637b433-46d3-4172-9037-b11380041246 - status: 200 OK - code: 200 - duration: 85.663605ms -- id: 382 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/2d77c354-549d-4f78-8701-e994fd014676 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1606 - body: "{\"region\":\"fr-par\", \"id\":\"2d77c354-549d-4f78-8701-e994fd014676\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:55:54.110934Z\", \"updated_at\":\"2025-10-30T17:55:54.606286Z\", \"type\":\"multicloud\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"creating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://2d77c354-549d-4f78-8701-e994fd014676.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.2d77c354-549d-4f78-8701-e994fd014676.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-10-30T17:55:54.110952Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"9bf42687-a585-4a6b-96de-49683874175d\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1606" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:56:24 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - f8cd9084-61d0-467d-b161-032d3ef9ae88 - status: 200 OK - code: 200 - duration: 73.638362ms -- id: 383 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/2d77c354-549d-4f78-8701-e994fd014676 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1606 - body: "{\"region\":\"fr-par\", \"id\":\"2d77c354-549d-4f78-8701-e994fd014676\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:55:54.110934Z\", \"updated_at\":\"2025-10-30T17:55:54.606286Z\", \"type\":\"multicloud\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"creating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://2d77c354-549d-4f78-8701-e994fd014676.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.2d77c354-549d-4f78-8701-e994fd014676.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-10-30T17:55:54.110952Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"9bf42687-a585-4a6b-96de-49683874175d\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1606" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:56:29 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - e6fe2796-a78b-4b9a-a3e6-e229204daef0 - status: 200 OK - code: 200 - duration: 80.511621ms -- id: 384 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/2d77c354-549d-4f78-8701-e994fd014676 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1606 - body: "{\"region\":\"fr-par\", \"id\":\"2d77c354-549d-4f78-8701-e994fd014676\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:55:54.110934Z\", \"updated_at\":\"2025-10-30T17:55:54.606286Z\", \"type\":\"multicloud\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"creating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://2d77c354-549d-4f78-8701-e994fd014676.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.2d77c354-549d-4f78-8701-e994fd014676.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-10-30T17:55:54.110952Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"9bf42687-a585-4a6b-96de-49683874175d\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1606" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:56:34 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - 16da8edc-1340-46c9-99a0-6df361ab1c15 - status: 200 OK - code: 200 - duration: 106.064712ms -- id: 385 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/2d77c354-549d-4f78-8701-e994fd014676 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1606 - body: "{\"region\":\"fr-par\", \"id\":\"2d77c354-549d-4f78-8701-e994fd014676\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:55:54.110934Z\", \"updated_at\":\"2025-10-30T17:55:54.606286Z\", \"type\":\"multicloud\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"creating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://2d77c354-549d-4f78-8701-e994fd014676.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.2d77c354-549d-4f78-8701-e994fd014676.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-10-30T17:55:54.110952Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"9bf42687-a585-4a6b-96de-49683874175d\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1606" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:56:40 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - 4d5091bd-31fa-4411-8acd-c9893f287c90 - status: 200 OK - code: 200 - duration: 95.680461ms -- id: 386 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/2d77c354-549d-4f78-8701-e994fd014676 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1606 - body: "{\"region\":\"fr-par\", \"id\":\"2d77c354-549d-4f78-8701-e994fd014676\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:55:54.110934Z\", \"updated_at\":\"2025-10-30T17:55:54.606286Z\", \"type\":\"multicloud\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"creating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://2d77c354-549d-4f78-8701-e994fd014676.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.2d77c354-549d-4f78-8701-e994fd014676.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-10-30T17:55:54.110952Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"9bf42687-a585-4a6b-96de-49683874175d\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1606" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:56:45 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - ce5942cb-c8d2-46db-8557-7b93d0970005 - status: 200 OK - code: 200 - duration: 104.297575ms -- id: 387 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/2d77c354-549d-4f78-8701-e994fd014676 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1606 - body: "{\"region\":\"fr-par\", \"id\":\"2d77c354-549d-4f78-8701-e994fd014676\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:55:54.110934Z\", \"updated_at\":\"2025-10-30T17:55:54.606286Z\", \"type\":\"multicloud\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"creating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://2d77c354-549d-4f78-8701-e994fd014676.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.2d77c354-549d-4f78-8701-e994fd014676.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-10-30T17:55:54.110952Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"9bf42687-a585-4a6b-96de-49683874175d\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1606" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:56:50 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - 888f26d7-1de5-465b-b306-3e0ae09888e5 - status: 200 OK - code: 200 - duration: 89.43871ms -- id: 388 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/2d77c354-549d-4f78-8701-e994fd014676 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1606 - body: "{\"region\":\"fr-par\", \"id\":\"2d77c354-549d-4f78-8701-e994fd014676\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:55:54.110934Z\", \"updated_at\":\"2025-10-30T17:55:54.606286Z\", \"type\":\"multicloud\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"creating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://2d77c354-549d-4f78-8701-e994fd014676.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.2d77c354-549d-4f78-8701-e994fd014676.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-10-30T17:55:54.110952Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"9bf42687-a585-4a6b-96de-49683874175d\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1606" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:56:55 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - ce0abda9-1b3b-4281-82ea-7ce8aa320346 - status: 200 OK - code: 200 - duration: 90.787725ms -- id: 389 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/2d77c354-549d-4f78-8701-e994fd014676 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1606 - body: "{\"region\":\"fr-par\", \"id\":\"2d77c354-549d-4f78-8701-e994fd014676\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:55:54.110934Z\", \"updated_at\":\"2025-10-30T17:55:54.606286Z\", \"type\":\"multicloud\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"creating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://2d77c354-549d-4f78-8701-e994fd014676.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.2d77c354-549d-4f78-8701-e994fd014676.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-10-30T17:55:54.110952Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"9bf42687-a585-4a6b-96de-49683874175d\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1606" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:57:00 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - b556584d-15d0-4a2e-9856-a6885c3e6bfc - status: 200 OK - code: 200 - duration: 110.907283ms -- id: 390 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/2d77c354-549d-4f78-8701-e994fd014676 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1606 - body: "{\"region\":\"fr-par\", \"id\":\"2d77c354-549d-4f78-8701-e994fd014676\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:55:54.110934Z\", \"updated_at\":\"2025-10-30T17:55:54.606286Z\", \"type\":\"multicloud\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"creating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://2d77c354-549d-4f78-8701-e994fd014676.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.2d77c354-549d-4f78-8701-e994fd014676.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-10-30T17:55:54.110952Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"9bf42687-a585-4a6b-96de-49683874175d\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1606" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:57:05 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - ea459ff4-2955-416a-9326-99e33ce71fdd - status: 200 OK - code: 200 - duration: 140.575193ms -- id: 391 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/2d77c354-549d-4f78-8701-e994fd014676 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1606 - body: "{\"region\":\"fr-par\", \"id\":\"2d77c354-549d-4f78-8701-e994fd014676\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:55:54.110934Z\", \"updated_at\":\"2025-10-30T17:55:54.606286Z\", \"type\":\"multicloud\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"creating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://2d77c354-549d-4f78-8701-e994fd014676.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.2d77c354-549d-4f78-8701-e994fd014676.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-10-30T17:55:54.110952Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"9bf42687-a585-4a6b-96de-49683874175d\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1606" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:57:10 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - 5c7a2dcf-6391-4824-ba4f-590e0fcdd737 - status: 200 OK - code: 200 - duration: 94.083849ms -- id: 392 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/2d77c354-549d-4f78-8701-e994fd014676 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1606 - body: "{\"region\":\"fr-par\", \"id\":\"2d77c354-549d-4f78-8701-e994fd014676\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:55:54.110934Z\", \"updated_at\":\"2025-10-30T17:55:54.606286Z\", \"type\":\"multicloud\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"creating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://2d77c354-549d-4f78-8701-e994fd014676.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.2d77c354-549d-4f78-8701-e994fd014676.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-10-30T17:55:54.110952Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"9bf42687-a585-4a6b-96de-49683874175d\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1606" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:57:15 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - 5b70f175-7e91-4afb-b4e5-83a57f56a351 - status: 200 OK - code: 200 - duration: 119.181627ms -- id: 393 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/2d77c354-549d-4f78-8701-e994fd014676 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1606 - body: "{\"region\":\"fr-par\", \"id\":\"2d77c354-549d-4f78-8701-e994fd014676\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:55:54.110934Z\", \"updated_at\":\"2025-10-30T17:55:54.606286Z\", \"type\":\"multicloud\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"creating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://2d77c354-549d-4f78-8701-e994fd014676.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.2d77c354-549d-4f78-8701-e994fd014676.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-10-30T17:55:54.110952Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"9bf42687-a585-4a6b-96de-49683874175d\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1606" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:57:20 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - 87f50cc4-d5a3-4d49-8ebf-98ad983104f6 - status: 200 OK - code: 200 - duration: 81.262872ms -- id: 394 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/2d77c354-549d-4f78-8701-e994fd014676 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1606 - body: "{\"region\":\"fr-par\", \"id\":\"2d77c354-549d-4f78-8701-e994fd014676\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:55:54.110934Z\", \"updated_at\":\"2025-10-30T17:55:54.606286Z\", \"type\":\"multicloud\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"creating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://2d77c354-549d-4f78-8701-e994fd014676.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.2d77c354-549d-4f78-8701-e994fd014676.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-10-30T17:55:54.110952Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"9bf42687-a585-4a6b-96de-49683874175d\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1606" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:57:25 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - f850706c-a309-4156-91c9-ca7c3d8ab29d - status: 200 OK - code: 200 - duration: 74.910422ms -- id: 395 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/2d77c354-549d-4f78-8701-e994fd014676 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1606 - body: "{\"region\":\"fr-par\", \"id\":\"2d77c354-549d-4f78-8701-e994fd014676\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:55:54.110934Z\", \"updated_at\":\"2025-10-30T17:55:54.606286Z\", \"type\":\"multicloud\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"creating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://2d77c354-549d-4f78-8701-e994fd014676.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.2d77c354-549d-4f78-8701-e994fd014676.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-10-30T17:55:54.110952Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"9bf42687-a585-4a6b-96de-49683874175d\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1606" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:57:31 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - 498e7b56-1566-4076-bd9e-efbe3f3a1b07 - status: 200 OK - code: 200 - duration: 95.494162ms -- id: 396 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/2d77c354-549d-4f78-8701-e994fd014676 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1606 - body: "{\"region\":\"fr-par\", \"id\":\"2d77c354-549d-4f78-8701-e994fd014676\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:55:54.110934Z\", \"updated_at\":\"2025-10-30T17:55:54.606286Z\", \"type\":\"multicloud\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"creating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://2d77c354-549d-4f78-8701-e994fd014676.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.2d77c354-549d-4f78-8701-e994fd014676.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-10-30T17:55:54.110952Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"9bf42687-a585-4a6b-96de-49683874175d\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1606" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:57:36 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - 89c9b8be-b2a6-4d0f-8517-35b73cb06ebf - status: 200 OK - code: 200 - duration: 91.013919ms -- id: 397 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/2d77c354-549d-4f78-8701-e994fd014676 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1606 - body: "{\"region\":\"fr-par\", \"id\":\"2d77c354-549d-4f78-8701-e994fd014676\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:55:54.110934Z\", \"updated_at\":\"2025-10-30T17:55:54.606286Z\", \"type\":\"multicloud\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"creating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://2d77c354-549d-4f78-8701-e994fd014676.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.2d77c354-549d-4f78-8701-e994fd014676.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-10-30T17:55:54.110952Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"9bf42687-a585-4a6b-96de-49683874175d\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1606" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:57:41 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - 1b0c1c20-f44c-443f-a674-53bcd661b3c1 - status: 200 OK - code: 200 - duration: 86.680762ms -- id: 398 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/2d77c354-549d-4f78-8701-e994fd014676 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1606 - body: "{\"region\":\"fr-par\", \"id\":\"2d77c354-549d-4f78-8701-e994fd014676\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:55:54.110934Z\", \"updated_at\":\"2025-10-30T17:55:54.606286Z\", \"type\":\"multicloud\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"creating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://2d77c354-549d-4f78-8701-e994fd014676.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.2d77c354-549d-4f78-8701-e994fd014676.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-10-30T17:55:54.110952Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"9bf42687-a585-4a6b-96de-49683874175d\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1606" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:57:46 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - 7dfceb19-1ba4-46fc-85b5-575b85da5253 - status: 200 OK - code: 200 - duration: 84.100616ms -- id: 399 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/2d77c354-549d-4f78-8701-e994fd014676 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1606 - body: "{\"region\":\"fr-par\", \"id\":\"2d77c354-549d-4f78-8701-e994fd014676\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:55:54.110934Z\", \"updated_at\":\"2025-10-30T17:55:54.606286Z\", \"type\":\"multicloud\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"creating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://2d77c354-549d-4f78-8701-e994fd014676.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.2d77c354-549d-4f78-8701-e994fd014676.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-10-30T17:55:54.110952Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"9bf42687-a585-4a6b-96de-49683874175d\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1606" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:57:51 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - ac4b2e05-f3a1-47bc-be82-e286e7f62d1c - status: 200 OK - code: 200 - duration: 88.180269ms -- id: 400 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/2d77c354-549d-4f78-8701-e994fd014676 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1606 - body: "{\"region\":\"fr-par\", \"id\":\"2d77c354-549d-4f78-8701-e994fd014676\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:55:54.110934Z\", \"updated_at\":\"2025-10-30T17:55:54.606286Z\", \"type\":\"multicloud\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"creating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://2d77c354-549d-4f78-8701-e994fd014676.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.2d77c354-549d-4f78-8701-e994fd014676.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-10-30T17:55:54.110952Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"9bf42687-a585-4a6b-96de-49683874175d\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1606" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:57:56 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - 9e4d0d93-078e-4c0f-924c-72ae30d81675 - status: 200 OK - code: 200 - duration: 85.527708ms -- id: 401 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/2d77c354-549d-4f78-8701-e994fd014676 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1606 - body: "{\"region\":\"fr-par\", \"id\":\"2d77c354-549d-4f78-8701-e994fd014676\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:55:54.110934Z\", \"updated_at\":\"2025-10-30T17:55:54.606286Z\", \"type\":\"multicloud\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"creating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://2d77c354-549d-4f78-8701-e994fd014676.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.2d77c354-549d-4f78-8701-e994fd014676.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-10-30T17:55:54.110952Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"9bf42687-a585-4a6b-96de-49683874175d\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1606" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:58:01 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - 74c8033a-7d76-4563-a5e6-61a7f3381c8b - status: 200 OK - code: 200 - duration: 82.784307ms -- id: 402 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/2d77c354-549d-4f78-8701-e994fd014676 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1606 - body: "{\"region\":\"fr-par\", \"id\":\"2d77c354-549d-4f78-8701-e994fd014676\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:55:54.110934Z\", \"updated_at\":\"2025-10-30T17:55:54.606286Z\", \"type\":\"multicloud\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"creating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://2d77c354-549d-4f78-8701-e994fd014676.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.2d77c354-549d-4f78-8701-e994fd014676.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-10-30T17:55:54.110952Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"9bf42687-a585-4a6b-96de-49683874175d\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1606" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:58:06 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - d0a8114e-2a13-4837-88b7-39ffc2093760 - status: 200 OK - code: 200 - duration: 86.09218ms -- id: 403 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/2d77c354-549d-4f78-8701-e994fd014676 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1606 - body: "{\"region\":\"fr-par\", \"id\":\"2d77c354-549d-4f78-8701-e994fd014676\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:55:54.110934Z\", \"updated_at\":\"2025-10-30T17:55:54.606286Z\", \"type\":\"multicloud\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"creating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://2d77c354-549d-4f78-8701-e994fd014676.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.2d77c354-549d-4f78-8701-e994fd014676.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-10-30T17:55:54.110952Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"9bf42687-a585-4a6b-96de-49683874175d\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1606" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:58:11 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - 04483889-8c1e-4e3c-8300-c00c0b5506ef - status: 200 OK - code: 200 - duration: 85.311144ms -- id: 404 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/2d77c354-549d-4f78-8701-e994fd014676 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1606 - body: "{\"region\":\"fr-par\", \"id\":\"2d77c354-549d-4f78-8701-e994fd014676\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:55:54.110934Z\", \"updated_at\":\"2025-10-30T17:55:54.606286Z\", \"type\":\"multicloud\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"creating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://2d77c354-549d-4f78-8701-e994fd014676.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.2d77c354-549d-4f78-8701-e994fd014676.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-10-30T17:55:54.110952Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"9bf42687-a585-4a6b-96de-49683874175d\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1606" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:58:16 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - 3a1ee422-b2ea-4e0f-93ed-7e2fff002477 - status: 200 OK - code: 200 - duration: 104.819907ms -- id: 405 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/2d77c354-549d-4f78-8701-e994fd014676 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1606 - body: "{\"region\":\"fr-par\", \"id\":\"2d77c354-549d-4f78-8701-e994fd014676\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:55:54.110934Z\", \"updated_at\":\"2025-10-30T17:55:54.606286Z\", \"type\":\"multicloud\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"creating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://2d77c354-549d-4f78-8701-e994fd014676.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.2d77c354-549d-4f78-8701-e994fd014676.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-10-30T17:55:54.110952Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"9bf42687-a585-4a6b-96de-49683874175d\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1606" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:58:22 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - 9794ba8c-490e-409a-a74c-012a0e6a28a9 - status: 200 OK - code: 200 - duration: 90.474744ms -- id: 406 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/2d77c354-549d-4f78-8701-e994fd014676 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1606 - body: "{\"region\":\"fr-par\", \"id\":\"2d77c354-549d-4f78-8701-e994fd014676\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:55:54.110934Z\", \"updated_at\":\"2025-10-30T17:55:54.606286Z\", \"type\":\"multicloud\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"creating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://2d77c354-549d-4f78-8701-e994fd014676.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.2d77c354-549d-4f78-8701-e994fd014676.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-10-30T17:55:54.110952Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"9bf42687-a585-4a6b-96de-49683874175d\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1606" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:58:27 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - 61d157d4-5a80-4bf0-b03d-1116671aecae - status: 200 OK - code: 200 - duration: 100.489445ms -- id: 407 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/2d77c354-549d-4f78-8701-e994fd014676 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1606 - body: "{\"region\":\"fr-par\", \"id\":\"2d77c354-549d-4f78-8701-e994fd014676\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:55:54.110934Z\", \"updated_at\":\"2025-10-30T17:55:54.606286Z\", \"type\":\"multicloud\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"creating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://2d77c354-549d-4f78-8701-e994fd014676.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.2d77c354-549d-4f78-8701-e994fd014676.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-10-30T17:55:54.110952Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"9bf42687-a585-4a6b-96de-49683874175d\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1606" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:58:32 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - 2f2e5504-0efd-4a31-b7d1-c5c3fa53f1c3 - status: 200 OK - code: 200 - duration: 94.629691ms -- id: 408 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/2d77c354-549d-4f78-8701-e994fd014676 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1606 - body: "{\"region\":\"fr-par\", \"id\":\"2d77c354-549d-4f78-8701-e994fd014676\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:55:54.110934Z\", \"updated_at\":\"2025-10-30T17:55:54.606286Z\", \"type\":\"multicloud\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"creating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://2d77c354-549d-4f78-8701-e994fd014676.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.2d77c354-549d-4f78-8701-e994fd014676.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-10-30T17:55:54.110952Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"9bf42687-a585-4a6b-96de-49683874175d\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1606" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:58:37 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - bb00082b-7410-44a3-9bda-9595d04fbf10 - status: 200 OK - code: 200 - duration: 83.378399ms -- id: 409 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/2d77c354-549d-4f78-8701-e994fd014676 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1606 - body: "{\"region\":\"fr-par\", \"id\":\"2d77c354-549d-4f78-8701-e994fd014676\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:55:54.110934Z\", \"updated_at\":\"2025-10-30T17:55:54.606286Z\", \"type\":\"multicloud\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"creating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://2d77c354-549d-4f78-8701-e994fd014676.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.2d77c354-549d-4f78-8701-e994fd014676.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-10-30T17:55:54.110952Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"9bf42687-a585-4a6b-96de-49683874175d\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1606" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:58:42 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - 811d24d0-6562-4942-a947-adf19bde49a8 - status: 200 OK - code: 200 - duration: 93.240974ms -- id: 410 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/2d77c354-549d-4f78-8701-e994fd014676 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1606 - body: "{\"region\":\"fr-par\", \"id\":\"2d77c354-549d-4f78-8701-e994fd014676\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:55:54.110934Z\", \"updated_at\":\"2025-10-30T17:55:54.606286Z\", \"type\":\"multicloud\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"creating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://2d77c354-549d-4f78-8701-e994fd014676.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.2d77c354-549d-4f78-8701-e994fd014676.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-10-30T17:55:54.110952Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"9bf42687-a585-4a6b-96de-49683874175d\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1606" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:58:47 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - c0f147c0-cd0d-4666-85ac-c9fcd1eced8e - status: 200 OK - code: 200 - duration: 100.009057ms -- id: 411 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/2d77c354-549d-4f78-8701-e994fd014676 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1606 - body: "{\"region\":\"fr-par\", \"id\":\"2d77c354-549d-4f78-8701-e994fd014676\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:55:54.110934Z\", \"updated_at\":\"2025-10-30T17:55:54.606286Z\", \"type\":\"multicloud\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"creating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://2d77c354-549d-4f78-8701-e994fd014676.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.2d77c354-549d-4f78-8701-e994fd014676.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-10-30T17:55:54.110952Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"9bf42687-a585-4a6b-96de-49683874175d\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1606" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:58:52 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - 36fca9b5-39cf-4c5f-9a40-d6ff738409d4 - status: 200 OK - code: 200 - duration: 78.885681ms -- id: 412 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/2d77c354-549d-4f78-8701-e994fd014676 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1606 - body: "{\"region\":\"fr-par\", \"id\":\"2d77c354-549d-4f78-8701-e994fd014676\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:55:54.110934Z\", \"updated_at\":\"2025-10-30T17:55:54.606286Z\", \"type\":\"multicloud\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"creating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://2d77c354-549d-4f78-8701-e994fd014676.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.2d77c354-549d-4f78-8701-e994fd014676.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-10-30T17:55:54.110952Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"9bf42687-a585-4a6b-96de-49683874175d\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1606" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:58:57 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - a1732490-163b-409e-a9dc-eedd88819656 - status: 200 OK - code: 200 - duration: 81.753759ms -- id: 413 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/2d77c354-549d-4f78-8701-e994fd014676 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1606 - body: "{\"region\":\"fr-par\", \"id\":\"2d77c354-549d-4f78-8701-e994fd014676\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:55:54.110934Z\", \"updated_at\":\"2025-10-30T17:55:54.606286Z\", \"type\":\"multicloud\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"creating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://2d77c354-549d-4f78-8701-e994fd014676.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.2d77c354-549d-4f78-8701-e994fd014676.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-10-30T17:55:54.110952Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"9bf42687-a585-4a6b-96de-49683874175d\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1606" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:59:02 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - cfa42352-1071-403f-a510-7c6423fbed7d - status: 200 OK - code: 200 - duration: 114.376718ms -- id: 414 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/2d77c354-549d-4f78-8701-e994fd014676 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1606 - body: "{\"region\":\"fr-par\", \"id\":\"2d77c354-549d-4f78-8701-e994fd014676\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:55:54.110934Z\", \"updated_at\":\"2025-10-30T17:55:54.606286Z\", \"type\":\"multicloud\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"creating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://2d77c354-549d-4f78-8701-e994fd014676.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.2d77c354-549d-4f78-8701-e994fd014676.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-10-30T17:55:54.110952Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"9bf42687-a585-4a6b-96de-49683874175d\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1606" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:59:07 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - cfd8d249-0d2e-445b-9b36-e9868f6305e7 - status: 200 OK - code: 200 - duration: 86.531636ms -- id: 415 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/2d77c354-549d-4f78-8701-e994fd014676 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1606 - body: "{\"region\":\"fr-par\", \"id\":\"2d77c354-549d-4f78-8701-e994fd014676\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:55:54.110934Z\", \"updated_at\":\"2025-10-30T17:55:54.606286Z\", \"type\":\"multicloud\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"creating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://2d77c354-549d-4f78-8701-e994fd014676.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.2d77c354-549d-4f78-8701-e994fd014676.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-10-30T17:55:54.110952Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"9bf42687-a585-4a6b-96de-49683874175d\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1606" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:59:12 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - 8068f995-2a0d-4864-829d-0210211ed17f - status: 200 OK - code: 200 - duration: 99.366445ms -- id: 416 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/2d77c354-549d-4f78-8701-e994fd014676 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1606 - body: "{\"region\":\"fr-par\", \"id\":\"2d77c354-549d-4f78-8701-e994fd014676\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:55:54.110934Z\", \"updated_at\":\"2025-10-30T17:55:54.606286Z\", \"type\":\"multicloud\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"creating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://2d77c354-549d-4f78-8701-e994fd014676.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.2d77c354-549d-4f78-8701-e994fd014676.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-10-30T17:55:54.110952Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"9bf42687-a585-4a6b-96de-49683874175d\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1606" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:59:18 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - 2f7118ae-07d7-42e6-b131-e583db42157f - status: 200 OK - code: 200 - duration: 82.726971ms -- id: 417 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/2d77c354-549d-4f78-8701-e994fd014676 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1606 - body: "{\"region\":\"fr-par\", \"id\":\"2d77c354-549d-4f78-8701-e994fd014676\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:55:54.110934Z\", \"updated_at\":\"2025-10-30T17:55:54.606286Z\", \"type\":\"multicloud\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"creating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://2d77c354-549d-4f78-8701-e994fd014676.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.2d77c354-549d-4f78-8701-e994fd014676.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-10-30T17:55:54.110952Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"9bf42687-a585-4a6b-96de-49683874175d\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1606" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:59:23 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - efaa8236-d9dd-4aab-8b2f-a3e45a4525af - status: 200 OK - code: 200 - duration: 144.766074ms -- id: 418 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/2d77c354-549d-4f78-8701-e994fd014676 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1606 - body: "{\"region\":\"fr-par\", \"id\":\"2d77c354-549d-4f78-8701-e994fd014676\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:55:54.110934Z\", \"updated_at\":\"2025-10-30T17:55:54.606286Z\", \"type\":\"multicloud\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"creating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://2d77c354-549d-4f78-8701-e994fd014676.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.2d77c354-549d-4f78-8701-e994fd014676.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-10-30T17:55:54.110952Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"9bf42687-a585-4a6b-96de-49683874175d\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1606" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:59:28 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - af33784f-88a0-4295-a2b8-eee64a907cbe - status: 200 OK - code: 200 - duration: 78.275952ms -- id: 419 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/2d77c354-549d-4f78-8701-e994fd014676 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1606 - body: "{\"region\":\"fr-par\", \"id\":\"2d77c354-549d-4f78-8701-e994fd014676\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:55:54.110934Z\", \"updated_at\":\"2025-10-30T17:55:54.606286Z\", \"type\":\"multicloud\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"creating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://2d77c354-549d-4f78-8701-e994fd014676.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.2d77c354-549d-4f78-8701-e994fd014676.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-10-30T17:55:54.110952Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"9bf42687-a585-4a6b-96de-49683874175d\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1606" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:59:33 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - e2e6d2b1-e5b1-4077-8a50-fff7f896a511 - status: 200 OK - code: 200 - duration: 80.706969ms -- id: 420 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/2d77c354-549d-4f78-8701-e994fd014676 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1606 - body: "{\"region\":\"fr-par\", \"id\":\"2d77c354-549d-4f78-8701-e994fd014676\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:55:54.110934Z\", \"updated_at\":\"2025-10-30T17:55:54.606286Z\", \"type\":\"multicloud\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"creating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://2d77c354-549d-4f78-8701-e994fd014676.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.2d77c354-549d-4f78-8701-e994fd014676.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-10-30T17:55:54.110952Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"9bf42687-a585-4a6b-96de-49683874175d\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + content_length: 1618 + body: "{\"region\":\"fr-par\", \"id\":\"64803d5d-ac0a-45fa-82e6-e0f037266daa\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:48:20.702469Z\", \"updated_at\":\"2025-10-30T17:54:20.555279Z\", \"type\":\"multicloud-dedicated-8\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://64803d5d-ac0a-45fa-82e6-e0f037266daa.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.64803d5d-ac0a-45fa-82e6-e0f037266daa.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-11-29T17:50:39.929757Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"1287e4f9-481a-4b20-b218-d1545d3eff3c\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" headers: Content-Length: - - "1606" + - "1618" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 17:59:38 GMT + - Thu, 30 Oct 2025 17:54:20 GMT Server: - Scaleway API Gateway (fr-par-3;edge02) X-Request-Id: - - 1e50ed2a-df61-4df2-a164-97921934f6b2 + - 0ce51894-98b6-4be7-bf47-115b3576b1b5 status: 200 OK code: 200 - duration: 88.876866ms -- id: 421 + duration: 25.630605ms +- id: 98 request: proto: HTTP/1.1 proto_major: 1 @@ -13552,61 +3207,64 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/2d77c354-549d-4f78-8701-e994fd014676 + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/64803d5d-ac0a-45fa-82e6-e0f037266daa method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 1606 - body: "{\"region\":\"fr-par\", \"id\":\"2d77c354-549d-4f78-8701-e994fd014676\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:55:54.110934Z\", \"updated_at\":\"2025-10-30T17:55:54.606286Z\", \"type\":\"multicloud\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"creating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://2d77c354-549d-4f78-8701-e994fd014676.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.2d77c354-549d-4f78-8701-e994fd014676.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-10-30T17:55:54.110952Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"9bf42687-a585-4a6b-96de-49683874175d\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + content_length: 128 + body: "{\"message\":\"resource is not found\",\"resource\":\"cluster\",\"resource_id\":\"64803d5d-ac0a-45fa-82e6-e0f037266daa\",\"type\":\"not_found\"}" headers: Content-Length: - - "1606" + - "128" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 17:59:43 GMT + - Thu, 30 Oct 2025 17:54:25 GMT Server: - Scaleway API Gateway (fr-par-3;edge02) X-Request-Id: - - 5ccea6ca-d34c-4ae6-8d67-22631ead8faa - status: 200 OK - code: 200 - duration: 75.3988ms -- id: 422 + - 9fd7c8d1-459c-46d7-bbb2-b09e65a8c17b + status: 404 Not Found + code: 404 + duration: 35.577242ms +- id: 99 request: proto: HTTP/1.1 proto_major: 1 proto_minor: 1 - content_length: 0 + content_length: 661 host: api.scaleway.com + body: "{\"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\",\"type\":\"multicloud-dedicated-4\",\"name\":\"test-type-change\",\"description\":\"\",\"tags\":[\"terraform-test\",\"scaleway_k8s_cluster\",\"type-change\"],\"version\":\"1.34.1\",\"cni\":\"kilo\",\"pools\":null,\"autoscaler_config\":{\"scale_down_disabled\":null,\"scale_down_delay_after_add\":null,\"estimator\":\"unknown_estimator\",\"expander\":\"unknown_expander\",\"ignore_daemonsets_utilization\":null,\"balance_similar_node_groups\":null,\"expendable_pods_priority_cutoff\":0,\"scale_down_unneeded_time\":null,\"scale_down_utilization_threshold\":null,\"max_graceful_termination_sec\":0},\"feature_gates\":[],\"admission_plugins\":[],\"apiserver_cert_sans\":[]}" headers: + Content-Type: + - application/json User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/2d77c354-549d-4f78-8701-e994fd014676 - method: GET + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters + method: POST response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 1606 - body: "{\"region\":\"fr-par\", \"id\":\"2d77c354-549d-4f78-8701-e994fd014676\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:55:54.110934Z\", \"updated_at\":\"2025-10-30T17:55:54.606286Z\", \"type\":\"multicloud\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"creating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://2d77c354-549d-4f78-8701-e994fd014676.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.2d77c354-549d-4f78-8701-e994fd014676.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-10-30T17:55:54.110952Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"9bf42687-a585-4a6b-96de-49683874175d\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + content_length: 1583 + body: "{\"region\":\"fr-par\", \"id\":\"c368432d-b8a2-4e37-a083-148d7c767865\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:54:26.000572Z\", \"updated_at\":\"2025-10-30T17:54:26.000572Z\", \"type\":\"multicloud-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"creating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c368432d-b8a2-4e37-a083-148d7c767865.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c368432d-b8a2-4e37-a083-148d7c767865.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-11-29T17:54:26.000581Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"\", \"new_images_enabled\":false, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" headers: Content-Length: - - "1606" + - "1583" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 17:59:48 GMT + - Thu, 30 Oct 2025 17:54:26 GMT Server: - Scaleway API Gateway (fr-par-3;edge02) X-Request-Id: - - 6b9dba40-c14b-4f54-9cfa-454d5f6d1fd4 + - a8112eb5-44e2-4c5b-afd6-214ada279565 status: 200 OK code: 200 - duration: 87.740133ms -- id: 423 + duration: 332.469924ms +- id: 100 request: proto: HTTP/1.1 proto_major: 1 @@ -13616,29 +3274,29 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/2d77c354-549d-4f78-8701-e994fd014676 + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c368432d-b8a2-4e37-a083-148d7c767865 method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 1606 - body: "{\"region\":\"fr-par\", \"id\":\"2d77c354-549d-4f78-8701-e994fd014676\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:55:54.110934Z\", \"updated_at\":\"2025-10-30T17:55:54.606286Z\", \"type\":\"multicloud\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"creating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://2d77c354-549d-4f78-8701-e994fd014676.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.2d77c354-549d-4f78-8701-e994fd014676.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-10-30T17:55:54.110952Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"9bf42687-a585-4a6b-96de-49683874175d\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + content_length: 1582 + body: "{\"region\":\"fr-par\", \"id\":\"c368432d-b8a2-4e37-a083-148d7c767865\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:54:26.000572Z\", \"updated_at\":\"2025-10-30T17:54:26.000572Z\", \"type\":\"multicloud-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"creating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c368432d-b8a2-4e37-a083-148d7c767865.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c368432d-b8a2-4e37-a083-148d7c767865.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-11-29T17:54:26.000581Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" headers: Content-Length: - - "1606" + - "1582" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 17:59:53 GMT + - Thu, 30 Oct 2025 17:54:26 GMT Server: - Scaleway API Gateway (fr-par-3;edge02) X-Request-Id: - - c35fd4f3-a490-405e-9cd3-b169ee670f6f + - 16192d7b-09d7-477b-8410-294ec6e78b04 status: 200 OK code: 200 - duration: 84.040143ms -- id: 424 + duration: 96.576318ms +- id: 101 request: proto: HTTP/1.1 proto_major: 1 @@ -13648,29 +3306,29 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/2d77c354-549d-4f78-8701-e994fd014676 + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c368432d-b8a2-4e37-a083-148d7c767865 method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 1606 - body: "{\"region\":\"fr-par\", \"id\":\"2d77c354-549d-4f78-8701-e994fd014676\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:55:54.110934Z\", \"updated_at\":\"2025-10-30T17:55:54.606286Z\", \"type\":\"multicloud\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"creating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://2d77c354-549d-4f78-8701-e994fd014676.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.2d77c354-549d-4f78-8701-e994fd014676.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-10-30T17:55:54.110952Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"9bf42687-a585-4a6b-96de-49683874175d\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + content_length: 1615 + body: "{\"region\":\"fr-par\", \"id\":\"c368432d-b8a2-4e37-a083-148d7c767865\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:54:26.000572Z\", \"updated_at\":\"2025-10-30T17:55:42.676163Z\", \"type\":\"multicloud-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c368432d-b8a2-4e37-a083-148d7c767865.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c368432d-b8a2-4e37-a083-148d7c767865.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-11-29T17:54:26.000581Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"63e906fc-d09f-4525-ac0e-3ab366d18ba1\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" headers: Content-Length: - - "1606" + - "1615" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 17:59:58 GMT + - Thu, 30 Oct 2025 17:55:47 GMT Server: - Scaleway API Gateway (fr-par-3;edge02) X-Request-Id: - - 9fde7018-f24f-44fd-81d7-451da6f77c76 + - f7281b77-e7f9-462d-a2ea-dc71bfd38ba6 status: 200 OK code: 200 - duration: 81.34412ms -- id: 425 + duration: 108.281051ms +- id: 102 request: proto: HTTP/1.1 proto_major: 1 @@ -13680,29 +3338,29 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/2d77c354-549d-4f78-8701-e994fd014676 + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c368432d-b8a2-4e37-a083-148d7c767865 method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 1606 - body: "{\"region\":\"fr-par\", \"id\":\"2d77c354-549d-4f78-8701-e994fd014676\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:55:54.110934Z\", \"updated_at\":\"2025-10-30T17:55:54.606286Z\", \"type\":\"multicloud\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"creating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://2d77c354-549d-4f78-8701-e994fd014676.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.2d77c354-549d-4f78-8701-e994fd014676.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-10-30T17:55:54.110952Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"9bf42687-a585-4a6b-96de-49683874175d\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + content_length: 1615 + body: "{\"region\":\"fr-par\", \"id\":\"c368432d-b8a2-4e37-a083-148d7c767865\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:54:26.000572Z\", \"updated_at\":\"2025-10-30T17:55:42.676163Z\", \"type\":\"multicloud-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c368432d-b8a2-4e37-a083-148d7c767865.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c368432d-b8a2-4e37-a083-148d7c767865.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-11-29T17:54:26.000581Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"63e906fc-d09f-4525-ac0e-3ab366d18ba1\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" headers: Content-Length: - - "1606" + - "1615" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 18:00:03 GMT + - Thu, 30 Oct 2025 17:55:47 GMT Server: - Scaleway API Gateway (fr-par-3;edge02) X-Request-Id: - - 6474e7f9-7b33-488c-a66f-1880626f3909 + - 96d38a48-4d57-4937-ab4f-8d95179fc54a status: 200 OK code: 200 - duration: 99.202736ms -- id: 426 + duration: 23.336254ms +- id: 103 request: proto: HTTP/1.1 proto_major: 1 @@ -13712,29 +3370,29 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/2d77c354-549d-4f78-8701-e994fd014676 + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c368432d-b8a2-4e37-a083-148d7c767865/kubeconfig method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 1606 - body: "{\"region\":\"fr-par\", \"id\":\"2d77c354-549d-4f78-8701-e994fd014676\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:55:54.110934Z\", \"updated_at\":\"2025-10-30T17:55:54.606286Z\", \"type\":\"multicloud\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"creating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://2d77c354-549d-4f78-8701-e994fd014676.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.2d77c354-549d-4f78-8701-e994fd014676.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-10-30T17:55:54.110952Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"9bf42687-a585-4a6b-96de-49683874175d\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + content_length: 1666 + body: "{\"name\":\"kubeconfig\", \"content_type\":\"application/octet-stream\", \"content\":\"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogInRlc3QtdHlwZS1jaGFuZ2UiCiAgY2x1c3RlcjoKICAgIGNlcnRpZmljYXRlLWF1dGhvcml0eS1kYXRhOiBMUzB0TFMxQ1JVZEpUaUJEUlZKVVNVWkpRMEZVUlMwdExTMHRDazFKU1VKWGVrTkRRVkZIWjBGM1NVSkJaMGxDUVVSQlMwSm5aM0ZvYTJwUFVGRlJSRUZxUVZaTlVrMTNSVkZaUkZaUlVVUkZkM0J5WkZkS2JHTnROV3dLWkVkV2VrMUNORmhFVkVreFRWUkJlVTlVUlROT1ZGRjVUbXh2V0VSVVRURk5WRUY1VDFSRk0wNVVVWGxPYkc5M1JsUkZWRTFDUlVkQk1WVkZRWGhOU3dwaE0xWnBXbGhLZFZwWVVteGpla0phVFVKTlIwSjVjVWRUVFRRNVFXZEZSME5EY1VkVFRUUTVRWGRGU0VFd1NVRkNTV1E0TmxsdFZrdFpZUzgzVEcxcUNtOUhWR1pJT1hOalpFdzViU3RsVEZGcmMxTXJVVFZZU214c1R6WjBja0phWVdNeFQzcEdaVVJJV0VnMmVTc3haWEJVVGt0a04xSkhjMGhCWmtwbFFuZ0tVV0Z4WVVac1QycFJha0pCVFVFMFIwRXhWV1JFZDBWQ0wzZFJSVUYzU1VOd1JFRlFRbWRPVmtoU1RVSkJaamhGUWxSQlJFRlJTQzlOUWpCSFFURlZaQXBFWjFGWFFrSlRiR1ZQVkVsWU1rWnpSMk53ZGpaVU1rcEZSVXRySzAxaWMxZHFRVXRDWjJkeGFHdHFUMUJSVVVSQlowNUpRVVJDUmtGcFFtZzBSVTFaQ25odE4xTkxkbXMyWTNGNllXZ3hhbFF2VUVSSlVISlJUbmhqU1hOaVZtWXJSRTV1YkRWblNXaEJVSFp5T1c4dlJHbFFjV1l5VVVwcmVGZDNTV3QwUVZZS1FrSlRhWFJUVkVrNFlsUjNjSGhvUWxwalIwb0tMUzB0TFMxRlRrUWdRMFZTVkVsR1NVTkJWRVV0TFMwdExRbz0KICAgIHNlcnZlcjogaHR0cHM6Ly9jMzY4NDMyZC1iOGEyLTRlMzctYTA4My0xNDhkN2M3Njc4NjUuYXBpLms4cy5mci1wYXIuc2N3LmNsb3VkOjY0NDMKY29udGV4dHM6Ci0gbmFtZTogYWRtaW5AdGVzdC10eXBlLWNoYW5nZQogIGNvbnRleHQ6CiAgICBjbHVzdGVyOiAidGVzdC10eXBlLWNoYW5nZSIKICAgIHVzZXI6IHRlc3QtdHlwZS1jaGFuZ2UtYWRtaW4KY3VycmVudC1jb250ZXh0OiBhZG1pbkB0ZXN0LXR5cGUtY2hhbmdlCmtpbmQ6IENvbmZpZwpwcmVmZXJlbmNlczoge30KdXNlcnM6Ci0gbmFtZTogdGVzdC10eXBlLWNoYW5nZS1hZG1pbgogIHVzZXI6CiAgICB0b2tlbjogdHhZemh3ZUU5enVMNk1rRHM4MGphc3lKSjBDRXUxMFBrZDVWQ1RtYVM0d0NVejZrWVlwWFRpdjQ=\"}" headers: Content-Length: - - "1606" + - "1666" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 18:00:09 GMT + - Thu, 30 Oct 2025 17:55:47 GMT Server: - Scaleway API Gateway (fr-par-3;edge02) X-Request-Id: - - b425dc57-ab18-44d3-9029-7bbaac889b4c + - bc670db3-c5c0-4672-a254-692b7ee127fb status: 200 OK code: 200 - duration: 80.471621ms -- id: 427 + duration: 75.175532ms +- id: 104 request: proto: HTTP/1.1 proto_major: 1 @@ -13744,29 +3402,29 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/2d77c354-549d-4f78-8701-e994fd014676 + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c368432d-b8a2-4e37-a083-148d7c767865 method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 1606 - body: "{\"region\":\"fr-par\", \"id\":\"2d77c354-549d-4f78-8701-e994fd014676\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:55:54.110934Z\", \"updated_at\":\"2025-10-30T17:55:54.606286Z\", \"type\":\"multicloud\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"creating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://2d77c354-549d-4f78-8701-e994fd014676.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.2d77c354-549d-4f78-8701-e994fd014676.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-10-30T17:55:54.110952Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"9bf42687-a585-4a6b-96de-49683874175d\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + content_length: 1615 + body: "{\"region\":\"fr-par\", \"id\":\"c368432d-b8a2-4e37-a083-148d7c767865\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:54:26.000572Z\", \"updated_at\":\"2025-10-30T17:55:42.676163Z\", \"type\":\"multicloud-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c368432d-b8a2-4e37-a083-148d7c767865.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c368432d-b8a2-4e37-a083-148d7c767865.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-11-29T17:54:26.000581Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"63e906fc-d09f-4525-ac0e-3ab366d18ba1\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" headers: Content-Length: - - "1606" + - "1615" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 18:00:14 GMT + - Thu, 30 Oct 2025 17:55:47 GMT Server: - Scaleway API Gateway (fr-par-3;edge02) X-Request-Id: - - 161af2d4-4375-4172-b05a-438827784867 + - 0ca94862-681e-418d-a577-56e45fa468e9 status: 200 OK code: 200 - duration: 108.489502ms -- id: 428 + duration: 80.614816ms +- id: 105 request: proto: HTTP/1.1 proto_major: 1 @@ -13776,29 +3434,29 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/2d77c354-549d-4f78-8701-e994fd014676 + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c368432d-b8a2-4e37-a083-148d7c767865 method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 1606 - body: "{\"region\":\"fr-par\", \"id\":\"2d77c354-549d-4f78-8701-e994fd014676\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:55:54.110934Z\", \"updated_at\":\"2025-10-30T17:55:54.606286Z\", \"type\":\"multicloud\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"creating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://2d77c354-549d-4f78-8701-e994fd014676.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.2d77c354-549d-4f78-8701-e994fd014676.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-10-30T17:55:54.110952Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"9bf42687-a585-4a6b-96de-49683874175d\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + content_length: 1615 + body: "{\"region\":\"fr-par\", \"id\":\"c368432d-b8a2-4e37-a083-148d7c767865\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:54:26.000572Z\", \"updated_at\":\"2025-10-30T17:55:42.676163Z\", \"type\":\"multicloud-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c368432d-b8a2-4e37-a083-148d7c767865.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c368432d-b8a2-4e37-a083-148d7c767865.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-11-29T17:54:26.000581Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"63e906fc-d09f-4525-ac0e-3ab366d18ba1\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" headers: Content-Length: - - "1606" + - "1615" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 18:00:19 GMT + - Thu, 30 Oct 2025 17:55:48 GMT Server: - Scaleway API Gateway (fr-par-3;edge02) X-Request-Id: - - 2e1e4136-ed3d-441f-826c-1c5c0f136023 + - 42af8387-d0ec-419f-924a-f9ec48fa3225 status: 200 OK code: 200 - duration: 97.412425ms -- id: 429 + duration: 27.024649ms +- id: 106 request: proto: HTTP/1.1 proto_major: 1 @@ -13808,29 +3466,29 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/2d77c354-549d-4f78-8701-e994fd014676 + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c368432d-b8a2-4e37-a083-148d7c767865/kubeconfig method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 1606 - body: "{\"region\":\"fr-par\", \"id\":\"2d77c354-549d-4f78-8701-e994fd014676\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:55:54.110934Z\", \"updated_at\":\"2025-10-30T17:55:54.606286Z\", \"type\":\"multicloud\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"creating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://2d77c354-549d-4f78-8701-e994fd014676.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.2d77c354-549d-4f78-8701-e994fd014676.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-10-30T17:55:54.110952Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"9bf42687-a585-4a6b-96de-49683874175d\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + content_length: 1666 + body: "{\"name\":\"kubeconfig\", \"content_type\":\"application/octet-stream\", \"content\":\"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogInRlc3QtdHlwZS1jaGFuZ2UiCiAgY2x1c3RlcjoKICAgIGNlcnRpZmljYXRlLWF1dGhvcml0eS1kYXRhOiBMUzB0TFMxQ1JVZEpUaUJEUlZKVVNVWkpRMEZVUlMwdExTMHRDazFKU1VKWGVrTkRRVkZIWjBGM1NVSkJaMGxDUVVSQlMwSm5aM0ZvYTJwUFVGRlJSRUZxUVZaTlVrMTNSVkZaUkZaUlVVUkZkM0J5WkZkS2JHTnROV3dLWkVkV2VrMUNORmhFVkVreFRWUkJlVTlVUlROT1ZGRjVUbXh2V0VSVVRURk5WRUY1VDFSRk0wNVVVWGxPYkc5M1JsUkZWRTFDUlVkQk1WVkZRWGhOU3dwaE0xWnBXbGhLZFZwWVVteGpla0phVFVKTlIwSjVjVWRUVFRRNVFXZEZSME5EY1VkVFRUUTVRWGRGU0VFd1NVRkNTV1E0TmxsdFZrdFpZUzgzVEcxcUNtOUhWR1pJT1hOalpFdzViU3RsVEZGcmMxTXJVVFZZU214c1R6WjBja0phWVdNeFQzcEdaVVJJV0VnMmVTc3haWEJVVGt0a04xSkhjMGhCWmtwbFFuZ0tVV0Z4WVVac1QycFJha0pCVFVFMFIwRXhWV1JFZDBWQ0wzZFJSVUYzU1VOd1JFRlFRbWRPVmtoU1RVSkJaamhGUWxSQlJFRlJTQzlOUWpCSFFURlZaQXBFWjFGWFFrSlRiR1ZQVkVsWU1rWnpSMk53ZGpaVU1rcEZSVXRySzAxaWMxZHFRVXRDWjJkeGFHdHFUMUJSVVVSQlowNUpRVVJDUmtGcFFtZzBSVTFaQ25odE4xTkxkbXMyWTNGNllXZ3hhbFF2VUVSSlVISlJUbmhqU1hOaVZtWXJSRTV1YkRWblNXaEJVSFp5T1c4dlJHbFFjV1l5VVVwcmVGZDNTV3QwUVZZS1FrSlRhWFJUVkVrNFlsUjNjSGhvUWxwalIwb0tMUzB0TFMxRlRrUWdRMFZTVkVsR1NVTkJWRVV0TFMwdExRbz0KICAgIHNlcnZlcjogaHR0cHM6Ly9jMzY4NDMyZC1iOGEyLTRlMzctYTA4My0xNDhkN2M3Njc4NjUuYXBpLms4cy5mci1wYXIuc2N3LmNsb3VkOjY0NDMKY29udGV4dHM6Ci0gbmFtZTogYWRtaW5AdGVzdC10eXBlLWNoYW5nZQogIGNvbnRleHQ6CiAgICBjbHVzdGVyOiAidGVzdC10eXBlLWNoYW5nZSIKICAgIHVzZXI6IHRlc3QtdHlwZS1jaGFuZ2UtYWRtaW4KY3VycmVudC1jb250ZXh0OiBhZG1pbkB0ZXN0LXR5cGUtY2hhbmdlCmtpbmQ6IENvbmZpZwpwcmVmZXJlbmNlczoge30KdXNlcnM6Ci0gbmFtZTogdGVzdC10eXBlLWNoYW5nZS1hZG1pbgogIHVzZXI6CiAgICB0b2tlbjogdHhZemh3ZUU5enVMNk1rRHM4MGphc3lKSjBDRXUxMFBrZDVWQ1RtYVM0d0NVejZrWVlwWFRpdjQ=\"}" headers: Content-Length: - - "1606" + - "1666" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 18:00:24 GMT + - Thu, 30 Oct 2025 17:55:48 GMT Server: - Scaleway API Gateway (fr-par-3;edge02) X-Request-Id: - - 18a0dce0-80c9-4217-b7c6-9caa86cc85f0 + - 855aca50-43ae-424d-9fff-382e981d753f status: 200 OK code: 200 - duration: 88.083773ms -- id: 430 + duration: 79.73807ms +- id: 107 request: proto: HTTP/1.1 proto_major: 1 @@ -13840,29 +3498,29 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/2d77c354-549d-4f78-8701-e994fd014676 + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c368432d-b8a2-4e37-a083-148d7c767865 method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 1606 - body: "{\"region\":\"fr-par\", \"id\":\"2d77c354-549d-4f78-8701-e994fd014676\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:55:54.110934Z\", \"updated_at\":\"2025-10-30T17:55:54.606286Z\", \"type\":\"multicloud\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"creating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://2d77c354-549d-4f78-8701-e994fd014676.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.2d77c354-549d-4f78-8701-e994fd014676.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-10-30T17:55:54.110952Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"9bf42687-a585-4a6b-96de-49683874175d\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + content_length: 1615 + body: "{\"region\":\"fr-par\", \"id\":\"c368432d-b8a2-4e37-a083-148d7c767865\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:54:26.000572Z\", \"updated_at\":\"2025-10-30T17:55:42.676163Z\", \"type\":\"multicloud-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c368432d-b8a2-4e37-a083-148d7c767865.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c368432d-b8a2-4e37-a083-148d7c767865.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-11-29T17:54:26.000581Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"63e906fc-d09f-4525-ac0e-3ab366d18ba1\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" headers: Content-Length: - - "1606" + - "1615" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 18:00:29 GMT + - Thu, 30 Oct 2025 17:55:48 GMT Server: - Scaleway API Gateway (fr-par-3;edge02) X-Request-Id: - - 44abfb0e-5487-4262-a6d5-31328b95dea6 + - c0d891fa-4e72-4ed2-aff5-44c1e439f0c6 status: 200 OK code: 200 - duration: 122.903682ms -- id: 431 + duration: 25.876814ms +- id: 108 request: proto: HTTP/1.1 proto_major: 1 @@ -13872,29 +3530,29 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/2d77c354-549d-4f78-8701-e994fd014676 + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c368432d-b8a2-4e37-a083-148d7c767865/kubeconfig method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 1606 - body: "{\"region\":\"fr-par\", \"id\":\"2d77c354-549d-4f78-8701-e994fd014676\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:55:54.110934Z\", \"updated_at\":\"2025-10-30T17:55:54.606286Z\", \"type\":\"multicloud\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"creating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://2d77c354-549d-4f78-8701-e994fd014676.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.2d77c354-549d-4f78-8701-e994fd014676.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-10-30T17:55:54.110952Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"9bf42687-a585-4a6b-96de-49683874175d\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + content_length: 1666 + body: "{\"name\":\"kubeconfig\", \"content_type\":\"application/octet-stream\", \"content\":\"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogInRlc3QtdHlwZS1jaGFuZ2UiCiAgY2x1c3RlcjoKICAgIGNlcnRpZmljYXRlLWF1dGhvcml0eS1kYXRhOiBMUzB0TFMxQ1JVZEpUaUJEUlZKVVNVWkpRMEZVUlMwdExTMHRDazFKU1VKWGVrTkRRVkZIWjBGM1NVSkJaMGxDUVVSQlMwSm5aM0ZvYTJwUFVGRlJSRUZxUVZaTlVrMTNSVkZaUkZaUlVVUkZkM0J5WkZkS2JHTnROV3dLWkVkV2VrMUNORmhFVkVreFRWUkJlVTlVUlROT1ZGRjVUbXh2V0VSVVRURk5WRUY1VDFSRk0wNVVVWGxPYkc5M1JsUkZWRTFDUlVkQk1WVkZRWGhOU3dwaE0xWnBXbGhLZFZwWVVteGpla0phVFVKTlIwSjVjVWRUVFRRNVFXZEZSME5EY1VkVFRUUTVRWGRGU0VFd1NVRkNTV1E0TmxsdFZrdFpZUzgzVEcxcUNtOUhWR1pJT1hOalpFdzViU3RsVEZGcmMxTXJVVFZZU214c1R6WjBja0phWVdNeFQzcEdaVVJJV0VnMmVTc3haWEJVVGt0a04xSkhjMGhCWmtwbFFuZ0tVV0Z4WVVac1QycFJha0pCVFVFMFIwRXhWV1JFZDBWQ0wzZFJSVUYzU1VOd1JFRlFRbWRPVmtoU1RVSkJaamhGUWxSQlJFRlJTQzlOUWpCSFFURlZaQXBFWjFGWFFrSlRiR1ZQVkVsWU1rWnpSMk53ZGpaVU1rcEZSVXRySzAxaWMxZHFRVXRDWjJkeGFHdHFUMUJSVVVSQlowNUpRVVJDUmtGcFFtZzBSVTFaQ25odE4xTkxkbXMyWTNGNllXZ3hhbFF2VUVSSlVISlJUbmhqU1hOaVZtWXJSRTV1YkRWblNXaEJVSFp5T1c4dlJHbFFjV1l5VVVwcmVGZDNTV3QwUVZZS1FrSlRhWFJUVkVrNFlsUjNjSGhvUWxwalIwb0tMUzB0TFMxRlRrUWdRMFZTVkVsR1NVTkJWRVV0TFMwdExRbz0KICAgIHNlcnZlcjogaHR0cHM6Ly9jMzY4NDMyZC1iOGEyLTRlMzctYTA4My0xNDhkN2M3Njc4NjUuYXBpLms4cy5mci1wYXIuc2N3LmNsb3VkOjY0NDMKY29udGV4dHM6Ci0gbmFtZTogYWRtaW5AdGVzdC10eXBlLWNoYW5nZQogIGNvbnRleHQ6CiAgICBjbHVzdGVyOiAidGVzdC10eXBlLWNoYW5nZSIKICAgIHVzZXI6IHRlc3QtdHlwZS1jaGFuZ2UtYWRtaW4KY3VycmVudC1jb250ZXh0OiBhZG1pbkB0ZXN0LXR5cGUtY2hhbmdlCmtpbmQ6IENvbmZpZwpwcmVmZXJlbmNlczoge30KdXNlcnM6Ci0gbmFtZTogdGVzdC10eXBlLWNoYW5nZS1hZG1pbgogIHVzZXI6CiAgICB0b2tlbjogdHhZemh3ZUU5enVMNk1rRHM4MGphc3lKSjBDRXUxMFBrZDVWQ1RtYVM0d0NVejZrWVlwWFRpdjQ=\"}" headers: Content-Length: - - "1606" + - "1666" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 18:00:34 GMT + - Thu, 30 Oct 2025 17:55:48 GMT Server: - Scaleway API Gateway (fr-par-3;edge02) X-Request-Id: - - 756c061a-ce1e-47c8-b41e-d1ceb3a74fd1 + - ef5cc565-32e4-4921-a39e-f139d7448f27 status: 200 OK code: 200 - duration: 98.796077ms -- id: 432 + duration: 26.861403ms +- id: 109 request: proto: HTTP/1.1 proto_major: 1 @@ -13904,61 +3562,64 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/2d77c354-549d-4f78-8701-e994fd014676 + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c368432d-b8a2-4e37-a083-148d7c767865/available-types method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 1606 - body: "{\"region\":\"fr-par\", \"id\":\"2d77c354-549d-4f78-8701-e994fd014676\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:55:54.110934Z\", \"updated_at\":\"2025-10-30T17:55:54.606286Z\", \"type\":\"multicloud\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"creating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://2d77c354-549d-4f78-8701-e994fd014676.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.2d77c354-549d-4f78-8701-e994fd014676.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-10-30T17:55:54.110952Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"9bf42687-a585-4a6b-96de-49683874175d\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + content_length: 541 + body: "{\"cluster_types\":[{\"name\":\"multicloud-dedicated-8\", \"availability\":\"available\", \"max_nodes\":500, \"commitment_delay\":\"2592000s\", \"sla\":99.5, \"resiliency\":\"high_availability\", \"memory\":8000000000, \"dedicated\":true, \"audit_logs_supported\":true, \"max_etcd_size\":200000000}, {\"name\":\"multicloud-dedicated-16\", \"availability\":\"available\", \"max_nodes\":500, \"commitment_delay\":\"2592000s\", \"sla\":99.5, \"resiliency\":\"high_availability\", \"memory\":16000000000, \"dedicated\":true, \"audit_logs_supported\":true, \"max_etcd_size\":200000000}], \"total_count\":2}" headers: Content-Length: - - "1606" + - "541" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 18:00:39 GMT + - Thu, 30 Oct 2025 17:55:48 GMT Server: - Scaleway API Gateway (fr-par-3;edge02) X-Request-Id: - - 34eac675-35e0-4d5e-b3e7-c29ee1b66056 + - 2083f140-825f-4bad-871e-a811b40a4d10 status: 200 OK code: 200 - duration: 138.019088ms -- id: 433 + duration: 142.332185ms +- id: 110 request: proto: HTTP/1.1 proto_major: 1 proto_minor: 1 content_length: 0 host: api.scaleway.com + form: + with_additional_resources: + - "false" headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/2d77c354-549d-4f78-8701-e994fd014676 - method: GET + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c368432d-b8a2-4e37-a083-148d7c767865?with_additional_resources=false + method: DELETE response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 1606 - body: "{\"region\":\"fr-par\", \"id\":\"2d77c354-549d-4f78-8701-e994fd014676\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:55:54.110934Z\", \"updated_at\":\"2025-10-30T17:55:54.606286Z\", \"type\":\"multicloud\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"creating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://2d77c354-549d-4f78-8701-e994fd014676.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.2d77c354-549d-4f78-8701-e994fd014676.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-10-30T17:55:54.110952Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"9bf42687-a585-4a6b-96de-49683874175d\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + content_length: 1619 + body: "{\"region\":\"fr-par\", \"id\":\"c368432d-b8a2-4e37-a083-148d7c767865\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:54:26.000572Z\", \"updated_at\":\"2025-10-30T17:55:48.717944Z\", \"type\":\"multicloud-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c368432d-b8a2-4e37-a083-148d7c767865.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c368432d-b8a2-4e37-a083-148d7c767865.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-11-29T17:54:26.000581Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"63e906fc-d09f-4525-ac0e-3ab366d18ba1\", \"new_images_enabled\":false, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" headers: Content-Length: - - "1606" + - "1619" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 18:00:44 GMT + - Thu, 30 Oct 2025 17:55:48 GMT Server: - Scaleway API Gateway (fr-par-3;edge02) X-Request-Id: - - 01ac045b-7241-41d9-b915-d83510e7f1e6 + - c02e381b-e04c-4b4f-9953-18a090d84708 status: 200 OK code: 200 - duration: 94.604014ms -- id: 434 + duration: 79.474665ms +- id: 111 request: proto: HTTP/1.1 proto_major: 1 @@ -13968,29 +3629,29 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/2d77c354-549d-4f78-8701-e994fd014676 + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c368432d-b8a2-4e37-a083-148d7c767865 method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 1606 - body: "{\"region\":\"fr-par\", \"id\":\"2d77c354-549d-4f78-8701-e994fd014676\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:55:54.110934Z\", \"updated_at\":\"2025-10-30T17:55:54.606286Z\", \"type\":\"multicloud\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"creating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://2d77c354-549d-4f78-8701-e994fd014676.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.2d77c354-549d-4f78-8701-e994fd014676.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-10-30T17:55:54.110952Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"9bf42687-a585-4a6b-96de-49683874175d\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + content_length: 1618 + body: "{\"region\":\"fr-par\", \"id\":\"c368432d-b8a2-4e37-a083-148d7c767865\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:54:26.000572Z\", \"updated_at\":\"2025-10-30T17:55:48.717944Z\", \"type\":\"multicloud-dedicated-4\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://c368432d-b8a2-4e37-a083-148d7c767865.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.c368432d-b8a2-4e37-a083-148d7c767865.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-11-29T17:54:26.000581Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"63e906fc-d09f-4525-ac0e-3ab366d18ba1\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" headers: Content-Length: - - "1606" + - "1618" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 18:00:49 GMT + - Thu, 30 Oct 2025 17:55:48 GMT Server: - Scaleway API Gateway (fr-par-3;edge02) X-Request-Id: - - c520c5fd-b239-4121-96fd-5536d7c7c6b7 + - 698b18c9-89cc-4711-8f4c-d092ed343913 status: 200 OK code: 200 - duration: 96.9706ms -- id: 435 + duration: 26.475768ms +- id: 112 request: proto: HTTP/1.1 proto_major: 1 @@ -14000,61 +3661,64 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/2d77c354-549d-4f78-8701-e994fd014676 + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/c368432d-b8a2-4e37-a083-148d7c767865 method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 1606 - body: "{\"region\":\"fr-par\", \"id\":\"2d77c354-549d-4f78-8701-e994fd014676\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:55:54.110934Z\", \"updated_at\":\"2025-10-30T17:55:54.606286Z\", \"type\":\"multicloud\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"creating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://2d77c354-549d-4f78-8701-e994fd014676.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.2d77c354-549d-4f78-8701-e994fd014676.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-10-30T17:55:54.110952Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"9bf42687-a585-4a6b-96de-49683874175d\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + content_length: 128 + body: "{\"message\":\"resource is not found\",\"resource\":\"cluster\",\"resource_id\":\"c368432d-b8a2-4e37-a083-148d7c767865\",\"type\":\"not_found\"}" headers: Content-Length: - - "1606" + - "128" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 18:00:54 GMT + - Thu, 30 Oct 2025 17:55:53 GMT Server: - Scaleway API Gateway (fr-par-3;edge02) X-Request-Id: - - c601f858-92a2-4b5f-acb0-d8d35d254ee8 - status: 200 OK - code: 200 - duration: 101.914999ms -- id: 436 + - 6ed93e94-bf2b-4cdb-8164-0cab94b33b14 + status: 404 Not Found + code: 404 + duration: 38.057649ms +- id: 113 request: proto: HTTP/1.1 proto_major: 1 proto_minor: 1 - content_length: 0 + content_length: 649 host: api.scaleway.com + body: "{\"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\",\"type\":\"multicloud\",\"name\":\"test-type-change\",\"description\":\"\",\"tags\":[\"terraform-test\",\"scaleway_k8s_cluster\",\"type-change\"],\"version\":\"1.34.1\",\"cni\":\"kilo\",\"pools\":null,\"autoscaler_config\":{\"scale_down_disabled\":null,\"scale_down_delay_after_add\":null,\"estimator\":\"unknown_estimator\",\"expander\":\"unknown_expander\",\"ignore_daemonsets_utilization\":null,\"balance_similar_node_groups\":null,\"expendable_pods_priority_cutoff\":0,\"scale_down_unneeded_time\":null,\"scale_down_utilization_threshold\":null,\"max_graceful_termination_sec\":0},\"feature_gates\":[],\"admission_plugins\":[],\"apiserver_cert_sans\":[]}" headers: + Content-Type: + - application/json User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/2d77c354-549d-4f78-8701-e994fd014676 - method: GET + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters + method: POST response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 1606 - body: "{\"region\":\"fr-par\", \"id\":\"2d77c354-549d-4f78-8701-e994fd014676\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:55:54.110934Z\", \"updated_at\":\"2025-10-30T17:55:54.606286Z\", \"type\":\"multicloud\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"creating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://2d77c354-549d-4f78-8701-e994fd014676.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.2d77c354-549d-4f78-8701-e994fd014676.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-10-30T17:55:54.110952Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"9bf42687-a585-4a6b-96de-49683874175d\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + content_length: 1571 + body: "{\"region\":\"fr-par\", \"id\":\"2d77c354-549d-4f78-8701-e994fd014676\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:55:54.110934Z\", \"updated_at\":\"2025-10-30T17:55:54.110934Z\", \"type\":\"multicloud\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"creating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://2d77c354-549d-4f78-8701-e994fd014676.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.2d77c354-549d-4f78-8701-e994fd014676.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-10-30T17:55:54.110952Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"\", \"new_images_enabled\":false, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" headers: Content-Length: - - "1606" + - "1571" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 18:01:00 GMT + - Thu, 30 Oct 2025 17:55:54 GMT Server: - Scaleway API Gateway (fr-par-3;edge02) X-Request-Id: - - 532b8daf-18a0-4f90-9fc1-7beb7a212c71 + - 7a48cee9-063d-4fbf-8b7f-462ae5b9b58c status: 200 OK code: 200 - duration: 103.318967ms -- id: 437 + duration: 278.61246ms +- id: 114 request: proto: HTTP/1.1 proto_major: 1 @@ -14070,23 +3734,23 @@ interactions: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 1606 - body: "{\"region\":\"fr-par\", \"id\":\"2d77c354-549d-4f78-8701-e994fd014676\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:55:54.110934Z\", \"updated_at\":\"2025-10-30T17:55:54.606286Z\", \"type\":\"multicloud\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"creating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://2d77c354-549d-4f78-8701-e994fd014676.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.2d77c354-549d-4f78-8701-e994fd014676.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-10-30T17:55:54.110952Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"9bf42687-a585-4a6b-96de-49683874175d\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + content_length: 1570 + body: "{\"region\":\"fr-par\", \"id\":\"2d77c354-549d-4f78-8701-e994fd014676\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:55:54.110934Z\", \"updated_at\":\"2025-10-30T17:55:54.110934Z\", \"type\":\"multicloud\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"creating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://2d77c354-549d-4f78-8701-e994fd014676.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.2d77c354-549d-4f78-8701-e994fd014676.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-10-30T17:55:54.110952Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" headers: Content-Length: - - "1606" + - "1570" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 18:01:05 GMT + - Thu, 30 Oct 2025 17:55:54 GMT Server: - Scaleway API Gateway (fr-par-3;edge02) X-Request-Id: - - adb57434-0f00-4767-a5ec-85394d998e84 + - accd2653-cefb-44b4-8fbb-ce03937054f6 status: 200 OK code: 200 - duration: 96.14448ms -- id: 438 + duration: 110.162235ms +- id: 115 request: proto: HTTP/1.1 proto_major: 1 @@ -14118,7 +3782,7 @@ interactions: status: 200 OK code: 200 duration: 87.697032ms -- id: 439 +- id: 116 request: proto: HTTP/1.1 proto_major: 1 @@ -14150,7 +3814,7 @@ interactions: status: 200 OK code: 200 duration: 81.690559ms -- id: 440 +- id: 117 request: proto: HTTP/1.1 proto_major: 1 @@ -14182,7 +3846,7 @@ interactions: status: 200 OK code: 200 duration: 83.574458ms -- id: 441 +- id: 118 request: proto: HTTP/1.1 proto_major: 1 @@ -14214,7 +3878,7 @@ interactions: status: 200 OK code: 200 duration: 24.933548ms -- id: 442 +- id: 119 request: proto: HTTP/1.1 proto_major: 1 @@ -14246,7 +3910,7 @@ interactions: status: 200 OK code: 200 duration: 24.347007ms -- id: 443 +- id: 120 request: proto: HTTP/1.1 proto_major: 1 @@ -14278,7 +3942,7 @@ interactions: status: 200 OK code: 200 duration: 26.518777ms -- id: 444 +- id: 121 request: proto: HTTP/1.1 proto_major: 1 @@ -14313,7 +3977,7 @@ interactions: status: 200 OK code: 200 duration: 185.758476ms -- id: 445 +- id: 122 request: proto: HTTP/1.1 proto_major: 1 @@ -14345,39 +4009,7 @@ interactions: status: 200 OK code: 200 duration: 28.000229ms -- id: 446 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/2d77c354-549d-4f78-8701-e994fd014676 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1606 - body: "{\"region\":\"fr-par\", \"id\":\"2d77c354-549d-4f78-8701-e994fd014676\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:55:54.110934Z\", \"updated_at\":\"2025-10-30T18:01:11.058357Z\", \"type\":\"multicloud\", \"name\":\"test-type-change\", \"description\":\"\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"type-change\"], \"cluster_url\":\"https://2d77c354-549d-4f78-8701-e994fd014676.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.2d77c354-549d-4f78-8701-e994fd014676.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-10-30T17:55:54.110952Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"9bf42687-a585-4a6b-96de-49683874175d\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1606" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 18:01:16 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - d53f4067-45fc-4f53-aa54-535bede8dccd - status: 200 OK - code: 200 - duration: 96.52146ms -- id: 447 +- id: 123 request: proto: HTTP/1.1 proto_major: 1 @@ -14409,7 +4041,7 @@ interactions: status: 404 Not Found code: 404 duration: 22.105206ms -- id: 448 +- id: 124 request: proto: HTTP/1.1 proto_major: 1 diff --git a/internal/services/k8s/testdata/data-source-cluster-basic.cassette.yaml b/internal/services/k8s/testdata/data-source-cluster-basic.cassette.yaml index 2b0779c183..f24d07388e 100644 --- a/internal/services/k8s/testdata/data-source-cluster-basic.cassette.yaml +++ b/internal/services/k8s/testdata/data-source-cluster-basic.cassette.yaml @@ -651,22 +651,22 @@ interactions: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 706 - body: "{\"region\":\"fr-par\", \"id\":\"16c99ed8-da30-4867-b6a9-e35deb88ccab\", \"cluster_id\":\"a4c16505-bffe-478e-a0d3-5d6a31986e90\", \"created_at\":\"2025-10-30T16:51:20.352813Z\", \"updated_at\":\"2025-10-30T16:51:20.352813Z\", \"name\":\"default\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 704 + body: "{\"region\":\"fr-par\", \"id\":\"16c99ed8-da30-4867-b6a9-e35deb88ccab\", \"cluster_id\":\"a4c16505-bffe-478e-a0d3-5d6a31986e90\", \"created_at\":\"2025-10-30T16:51:20.352813Z\", \"updated_at\":\"2025-10-30T16:55:32.030313Z\", \"name\":\"default\", \"status\":\"ready\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" headers: Content-Length: - - "706" + - "704" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:51:25 GMT + - Thu, 30 Oct 2025 16:55:35 GMT Server: - Scaleway API Gateway (fr-par-3;edge02) X-Request-Id: - - eba0a8b4-58bc-4521-a23a-e6411077f30d + - 99828913-7a81-42a7-a647-0e8bbc487877 status: 200 OK code: 200 - duration: 74.997927ms + duration: 94.628531ms - id: 20 request: proto: HTTP/1.1 @@ -677,28 +677,28 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/16c99ed8-da30-4867-b6a9-e35deb88ccab + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/a4c16505-bffe-478e-a0d3-5d6a31986e90 method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 706 - body: "{\"region\":\"fr-par\", \"id\":\"16c99ed8-da30-4867-b6a9-e35deb88ccab\", \"cluster_id\":\"a4c16505-bffe-478e-a0d3-5d6a31986e90\", \"created_at\":\"2025-10-30T16:51:20.352813Z\", \"updated_at\":\"2025-10-30T16:51:20.352813Z\", \"name\":\"default\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 1635 + body: "{\"region\":\"fr-par\", \"id\":\"a4c16505-bffe-478e-a0d3-5d6a31986e90\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:51:14.772780Z\", \"updated_at\":\"2025-10-30T16:52:52.210543Z\", \"type\":\"kapsule\", \"name\":\"tf-cluster-basic\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"data_scaleway_k8s_cluster\", \"basic\"], \"cluster_url\":\"https://a4c16505-bffe-478e-a0d3-5d6a31986e90.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.a4c16505-bffe-478e-a0d3-5d6a31986e90.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"66470a27-4266-4f37-8e20-6bf15260d20b\", \"commitment_ends_at\":\"2025-10-30T16:51:14.772791Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"9e0020d0-5137-4599-9b5f-9723ae47c89a\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" headers: Content-Length: - - "706" + - "1635" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:51:30 GMT + - Thu, 30 Oct 2025 16:55:35 GMT Server: - Scaleway API Gateway (fr-par-3;edge02) X-Request-Id: - - 977cc45b-f02d-4dff-8a78-e83c99a48bb1 + - 21b57486-5b42-49a4-b8ab-fafb9396102d status: 200 OK code: 200 - duration: 80.842216ms + duration: 20.363468ms - id: 21 request: proto: HTTP/1.1 @@ -715,22 +715,22 @@ interactions: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 706 - body: "{\"region\":\"fr-par\", \"id\":\"16c99ed8-da30-4867-b6a9-e35deb88ccab\", \"cluster_id\":\"a4c16505-bffe-478e-a0d3-5d6a31986e90\", \"created_at\":\"2025-10-30T16:51:20.352813Z\", \"updated_at\":\"2025-10-30T16:51:20.352813Z\", \"name\":\"default\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 704 + body: "{\"region\":\"fr-par\", \"id\":\"16c99ed8-da30-4867-b6a9-e35deb88ccab\", \"cluster_id\":\"a4c16505-bffe-478e-a0d3-5d6a31986e90\", \"created_at\":\"2025-10-30T16:51:20.352813Z\", \"updated_at\":\"2025-10-30T16:55:32.030313Z\", \"name\":\"default\", \"status\":\"ready\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" headers: Content-Length: - - "706" + - "704" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:51:35 GMT + - Thu, 30 Oct 2025 16:55:35 GMT Server: - Scaleway API Gateway (fr-par-3;edge02) X-Request-Id: - - 3532bb3f-1b58-4d1e-8dc4-0241b6072b0c + - 4c36ff98-b9ea-49fc-8c80-dbecde8307ab status: 200 OK code: 200 - duration: 96.753889ms + duration: 17.709077ms - id: 22 request: proto: HTTP/1.1 @@ -738,31 +738,40 @@ interactions: proto_minor: 1 content_length: 0 host: api.scaleway.com + form: + order_by: + - created_at_asc + page: + - "1" + pool_id: + - 16c99ed8-da30-4867-b6a9-e35deb88ccab + status: + - unknown headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/16c99ed8-da30-4867-b6a9-e35deb88ccab + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/a4c16505-bffe-478e-a0d3-5d6a31986e90/nodes?order_by=created_at_asc&page=1&pool_id=16c99ed8-da30-4867-b6a9-e35deb88ccab&status=unknown method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 706 - body: "{\"region\":\"fr-par\", \"id\":\"16c99ed8-da30-4867-b6a9-e35deb88ccab\", \"cluster_id\":\"a4c16505-bffe-478e-a0d3-5d6a31986e90\", \"created_at\":\"2025-10-30T16:51:20.352813Z\", \"updated_at\":\"2025-10-30T16:51:20.352813Z\", \"name\":\"default\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 621 + body: "{\"total_count\":1, \"nodes\":[{\"region\":\"fr-par\", \"id\":\"0171d1b9-9bd3-4f55-abaa-af8f0521b849\", \"cluster_id\":\"a4c16505-bffe-478e-a0d3-5d6a31986e90\", \"created_at\":\"2025-10-30T16:54:36.556869Z\", \"updated_at\":\"2025-10-30T16:55:32.020365Z\", \"pool_id\":\"16c99ed8-da30-4867-b6a9-e35deb88ccab\", \"status\":\"ready\", \"conditions\":{\"DiskPressure\":\"False\", \"MemoryPressure\":\"False\", \"PIDPressure\":\"False\", \"Ready\":\"True\"}, \"name\":\"scw-tf-cluster-basic-default-0171d1b99bd34f55a\", \"public_ip_v4\":\"163.172.149.221\", \"public_ip_v6\":null, \"provider_id\":\"scaleway://instance/fr-par-1/d723decb-3358-416a-9104-299752ba1318\", \"error_message\":\"\"}]}" headers: Content-Length: - - "706" + - "621" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:51:40 GMT + - Thu, 30 Oct 2025 16:55:35 GMT Server: - Scaleway API Gateway (fr-par-3;edge02) X-Request-Id: - - 8f6ccc20-e97f-4833-828b-5f36c034082a + - 6b856d13-8793-4005-a5ed-9aefe93fd02e status: 200 OK code: 200 - duration: 108.00175ms + duration: 94.85288ms - id: 23 request: proto: HTTP/1.1 @@ -773,28 +782,28 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/16c99ed8-da30-4867-b6a9-e35deb88ccab + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/a4c16505-bffe-478e-a0d3-5d6a31986e90 method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 706 - body: "{\"region\":\"fr-par\", \"id\":\"16c99ed8-da30-4867-b6a9-e35deb88ccab\", \"cluster_id\":\"a4c16505-bffe-478e-a0d3-5d6a31986e90\", \"created_at\":\"2025-10-30T16:51:20.352813Z\", \"updated_at\":\"2025-10-30T16:51:20.352813Z\", \"name\":\"default\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 1635 + body: "{\"region\":\"fr-par\", \"id\":\"a4c16505-bffe-478e-a0d3-5d6a31986e90\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:51:14.772780Z\", \"updated_at\":\"2025-10-30T16:52:52.210543Z\", \"type\":\"kapsule\", \"name\":\"tf-cluster-basic\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"data_scaleway_k8s_cluster\", \"basic\"], \"cluster_url\":\"https://a4c16505-bffe-478e-a0d3-5d6a31986e90.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.a4c16505-bffe-478e-a0d3-5d6a31986e90.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"66470a27-4266-4f37-8e20-6bf15260d20b\", \"commitment_ends_at\":\"2025-10-30T16:51:14.772791Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"9e0020d0-5137-4599-9b5f-9723ae47c89a\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" headers: Content-Length: - - "706" + - "1635" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:51:45 GMT + - Thu, 30 Oct 2025 16:55:35 GMT Server: - Scaleway API Gateway (fr-par-3;edge02) X-Request-Id: - - 0e0df7fd-d070-45d8-9776-5f86550ca442 + - 4e707e81-bf4f-4943-be27-87a69799d957 status: 200 OK code: 200 - duration: 92.428692ms + duration: 22.120147ms - id: 24 request: proto: HTTP/1.1 @@ -802,31 +811,40 @@ interactions: proto_minor: 1 content_length: 0 host: api.scaleway.com + form: + order_by: + - created_at_desc + project_id: + - 105bdce1-64c0-48ab-899d-868455867ecf + resource_name: + - scw-tf-cluster-basic-default-0171d1b99bd34f55a + resource_type: + - unknown_type headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/16c99ed8-da30-4867-b6a9-e35deb88ccab + url: https://api.scaleway.com/ipam/v1/regions/fr-par/ips?order_by=created_at_desc&project_id=105bdce1-64c0-48ab-899d-868455867ecf&resource_name=scw-tf-cluster-basic-default-0171d1b99bd34f55a&resource_type=unknown_type method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 706 - body: "{\"region\":\"fr-par\", \"id\":\"16c99ed8-da30-4867-b6a9-e35deb88ccab\", \"cluster_id\":\"a4c16505-bffe-478e-a0d3-5d6a31986e90\", \"created_at\":\"2025-10-30T16:51:20.352813Z\", \"updated_at\":\"2025-10-30T16:51:20.352813Z\", \"name\":\"default\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 1123 + body: "{\"total_count\":2, \"ips\":[{\"id\":\"75fd09c2-c088-4df6-a341-69e97c22d1d0\", \"address\":\"fd5f:519c:6d46:2cac:5439:8e0a:6e84:7c91/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":true, \"created_at\":\"2025-10-30T16:54:39.822358Z\", \"updated_at\":\"2025-10-30T16:54:39.822358Z\", \"source\":{\"subnet_id\":\"74ca9ee6-21e1-4d13-a7ca-a9f2e5b2adac\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"fc741fdb-c948-4e98-bfb3-23dd10397490\", \"mac_address\":\"02:00:00:14:C7:F1\", \"name\":\"scw-tf-cluster-basic-default-0171d1b99bd34f55a\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}, {\"id\":\"bf735446-f6d3-4b4d-bf2f-866409f4bed1\", \"address\":\"172.17.108.3/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":false, \"created_at\":\"2025-10-30T16:54:39.706019Z\", \"updated_at\":\"2025-10-30T16:54:39.706019Z\", \"source\":{\"subnet_id\":\"468952b2-af55-4445-bbef-dd440556b291\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"fc741fdb-c948-4e98-bfb3-23dd10397490\", \"mac_address\":\"02:00:00:14:C7:F1\", \"name\":\"scw-tf-cluster-basic-default-0171d1b99bd34f55a\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}]}" headers: Content-Length: - - "706" + - "1123" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:51:51 GMT + - Thu, 30 Oct 2025 16:55:35 GMT Server: - Scaleway API Gateway (fr-par-3;edge02) X-Request-Id: - - b13a1202-42da-4a9b-9a6a-4b2c08a9c41f + - 6b17132b-1a5b-4509-96fb-4aea2d06c3f4 status: 200 OK code: 200 - duration: 96.431785ms + duration: 32.729368ms - id: 25 request: proto: HTTP/1.1 @@ -837,28 +855,28 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/16c99ed8-da30-4867-b6a9-e35deb88ccab + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/a4c16505-bffe-478e-a0d3-5d6a31986e90 method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 706 - body: "{\"region\":\"fr-par\", \"id\":\"16c99ed8-da30-4867-b6a9-e35deb88ccab\", \"cluster_id\":\"a4c16505-bffe-478e-a0d3-5d6a31986e90\", \"created_at\":\"2025-10-30T16:51:20.352813Z\", \"updated_at\":\"2025-10-30T16:51:20.352813Z\", \"name\":\"default\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 1635 + body: "{\"region\":\"fr-par\", \"id\":\"a4c16505-bffe-478e-a0d3-5d6a31986e90\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:51:14.772780Z\", \"updated_at\":\"2025-10-30T16:52:52.210543Z\", \"type\":\"kapsule\", \"name\":\"tf-cluster-basic\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"data_scaleway_k8s_cluster\", \"basic\"], \"cluster_url\":\"https://a4c16505-bffe-478e-a0d3-5d6a31986e90.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.a4c16505-bffe-478e-a0d3-5d6a31986e90.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"66470a27-4266-4f37-8e20-6bf15260d20b\", \"commitment_ends_at\":\"2025-10-30T16:51:14.772791Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"9e0020d0-5137-4599-9b5f-9723ae47c89a\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" headers: Content-Length: - - "706" + - "1635" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:51:56 GMT + - Thu, 30 Oct 2025 16:55:35 GMT Server: - Scaleway API Gateway (fr-par-3;edge02) X-Request-Id: - - 4d823d2c-a3ed-4957-9e39-72b2e0d73e87 + - 3d882729-9412-4f89-a23f-20807b6a7a6c status: 200 OK code: 200 - duration: 109.112735ms + duration: 20.192608ms - id: 26 request: proto: HTTP/1.1 @@ -869,28 +887,28 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/16c99ed8-da30-4867-b6a9-e35deb88ccab + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/a4c16505-bffe-478e-a0d3-5d6a31986e90 method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 706 - body: "{\"region\":\"fr-par\", \"id\":\"16c99ed8-da30-4867-b6a9-e35deb88ccab\", \"cluster_id\":\"a4c16505-bffe-478e-a0d3-5d6a31986e90\", \"created_at\":\"2025-10-30T16:51:20.352813Z\", \"updated_at\":\"2025-10-30T16:51:20.352813Z\", \"name\":\"default\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 1635 + body: "{\"region\":\"fr-par\", \"id\":\"a4c16505-bffe-478e-a0d3-5d6a31986e90\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:51:14.772780Z\", \"updated_at\":\"2025-10-30T16:52:52.210543Z\", \"type\":\"kapsule\", \"name\":\"tf-cluster-basic\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"data_scaleway_k8s_cluster\", \"basic\"], \"cluster_url\":\"https://a4c16505-bffe-478e-a0d3-5d6a31986e90.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.a4c16505-bffe-478e-a0d3-5d6a31986e90.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"66470a27-4266-4f37-8e20-6bf15260d20b\", \"commitment_ends_at\":\"2025-10-30T16:51:14.772791Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"9e0020d0-5137-4599-9b5f-9723ae47c89a\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" headers: Content-Length: - - "706" + - "1635" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:52:01 GMT + - Thu, 30 Oct 2025 16:55:35 GMT Server: - Scaleway API Gateway (fr-par-3;edge02) X-Request-Id: - - 6862407e-9b10-4906-9768-fa5fa041f591 + - 9401acae-e814-411a-94e8-c99e8e921d93 status: 200 OK code: 200 - duration: 98.537458ms + duration: 24.87173ms - id: 27 request: proto: HTTP/1.1 @@ -901,28 +919,28 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/16c99ed8-da30-4867-b6a9-e35deb88ccab + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/a4c16505-bffe-478e-a0d3-5d6a31986e90 method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 706 - body: "{\"region\":\"fr-par\", \"id\":\"16c99ed8-da30-4867-b6a9-e35deb88ccab\", \"cluster_id\":\"a4c16505-bffe-478e-a0d3-5d6a31986e90\", \"created_at\":\"2025-10-30T16:51:20.352813Z\", \"updated_at\":\"2025-10-30T16:51:20.352813Z\", \"name\":\"default\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 1635 + body: "{\"region\":\"fr-par\", \"id\":\"a4c16505-bffe-478e-a0d3-5d6a31986e90\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:51:14.772780Z\", \"updated_at\":\"2025-10-30T16:52:52.210543Z\", \"type\":\"kapsule\", \"name\":\"tf-cluster-basic\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"data_scaleway_k8s_cluster\", \"basic\"], \"cluster_url\":\"https://a4c16505-bffe-478e-a0d3-5d6a31986e90.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.a4c16505-bffe-478e-a0d3-5d6a31986e90.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"66470a27-4266-4f37-8e20-6bf15260d20b\", \"commitment_ends_at\":\"2025-10-30T16:51:14.772791Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"9e0020d0-5137-4599-9b5f-9723ae47c89a\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" headers: Content-Length: - - "706" + - "1635" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:52:06 GMT + - Thu, 30 Oct 2025 16:55:35 GMT Server: - Scaleway API Gateway (fr-par-3;edge02) X-Request-Id: - - 76ac0b32-886e-46fe-8b08-024747b40942 + - 6db4e597-c083-4d79-b172-38f7d12d255e status: 200 OK code: 200 - duration: 115.287044ms + duration: 31.406825ms - id: 28 request: proto: HTTP/1.1 @@ -930,31 +948,38 @@ interactions: proto_minor: 1 content_length: 0 host: api.scaleway.com + form: + name: + - tf-cluster-basic + order_by: + - created_at_asc + status: + - unknown headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/16c99ed8-da30-4867-b6a9-e35deb88ccab + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters?name=tf-cluster-basic&order_by=created_at_asc&status=unknown method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 706 - body: "{\"region\":\"fr-par\", \"id\":\"16c99ed8-da30-4867-b6a9-e35deb88ccab\", \"cluster_id\":\"a4c16505-bffe-478e-a0d3-5d6a31986e90\", \"created_at\":\"2025-10-30T16:51:20.352813Z\", \"updated_at\":\"2025-10-30T16:51:20.352813Z\", \"name\":\"default\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 1667 + body: "{\"total_count\":1, \"clusters\":[{\"region\":\"fr-par\", \"id\":\"a4c16505-bffe-478e-a0d3-5d6a31986e90\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:51:14.772780Z\", \"updated_at\":\"2025-10-30T16:52:52.210543Z\", \"type\":\"kapsule\", \"name\":\"tf-cluster-basic\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"data_scaleway_k8s_cluster\", \"basic\"], \"cluster_url\":\"https://a4c16505-bffe-478e-a0d3-5d6a31986e90.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.a4c16505-bffe-478e-a0d3-5d6a31986e90.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"66470a27-4266-4f37-8e20-6bf15260d20b\", \"commitment_ends_at\":\"2025-10-30T16:51:14.772791Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"9e0020d0-5137-4599-9b5f-9723ae47c89a\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}]}" headers: Content-Length: - - "706" + - "1667" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:52:11 GMT + - Thu, 30 Oct 2025 16:55:35 GMT Server: - Scaleway API Gateway (fr-par-3;edge02) X-Request-Id: - - f1e2f069-e1a4-46a2-bc19-5f97d0d14389 + - 457b13a3-5767-4607-bad6-b7be179d9172 status: 200 OK code: 200 - duration: 99.32691ms + duration: 111.746498ms - id: 29 request: proto: HTTP/1.1 @@ -965,28 +990,28 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/16c99ed8-da30-4867-b6a9-e35deb88ccab + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/a4c16505-bffe-478e-a0d3-5d6a31986e90/kubeconfig method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 706 - body: "{\"region\":\"fr-par\", \"id\":\"16c99ed8-da30-4867-b6a9-e35deb88ccab\", \"cluster_id\":\"a4c16505-bffe-478e-a0d3-5d6a31986e90\", \"created_at\":\"2025-10-30T16:51:20.352813Z\", \"updated_at\":\"2025-10-30T16:51:20.352813Z\", \"name\":\"default\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 1666 + body: "{\"name\":\"kubeconfig\", \"content_type\":\"application/octet-stream\", \"content\":\"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogInRmLWNsdXN0ZXItYmFzaWMiCiAgY2x1c3RlcjoKICAgIGNlcnRpZmljYXRlLWF1dGhvcml0eS1kYXRhOiBMUzB0TFMxQ1JVZEpUaUJEUlZKVVNVWkpRMEZVUlMwdExTMHRDazFKU1VKWGFrTkRRVkZIWjBGM1NVSkJaMGxDUVVSQlMwSm5aM0ZvYTJwUFVGRlJSRUZxUVZaTlVrMTNSVkZaUkZaUlVVUkZkM0J5WkZkS2JHTnROV3dLWkVkV2VrMUNORmhFVkVreFRWUkJlVTlVUlRKT1ZFVjRUa1p2V0VSVVRURk5WRUY1VDFSRk1rNVVSWGhPUm05M1JsUkZWRTFDUlVkQk1WVkZRWGhOU3dwaE0xWnBXbGhLZFZwWVVteGpla0phVFVKTlIwSjVjVWRUVFRRNVFXZEZSME5EY1VkVFRUUTVRWGRGU0VFd1NVRkNTbkJHWkU5eGJYTmxPRlJuUVM5eUNsaEhRMnRJSzA1alQza3ZRalJ6UkdobFREZ3hVVFpSUkd0Rk4wTXZTMjFoTm5KUmNtRkdiMWhpWkRoaWNrazNaMlkyTlV0U2QxTkxUMUZrZW1vclQwd0tlV0pRYkVSRFpXcFJha0pCVFVFMFIwRXhWV1JFZDBWQ0wzZFJSVUYzU1VOd1JFRlFRbWRPVmtoU1RVSkJaamhGUWxSQlJFRlJTQzlOUWpCSFFURlZaQXBFWjFGWFFrSlRlSE14U1U0M09UQkROMkpDTDJGdk1YbGFSbU5aTkVzNGRYUlVRVXRDWjJkeGFHdHFUMUJSVVVSQlowNUlRVVJDUlVGcFJVRXhTV1JpQ2pka1JtZFlOR2hJVUV4VmFsZHFSblJ4VWpGM1UzWlVXWGxEVlRoR1p6QnlhSEI2Yms1aldVTklNMnRxZVRsemJqRmpha28yVVUwNE5XWXdlQ3ROZDBRS1pYQkJNRnBwV0VkVFlYaHFWVlZqWnpkUU1EMEtMUzB0TFMxRlRrUWdRMFZTVkVsR1NVTkJWRVV0TFMwdExRbz0KICAgIHNlcnZlcjogaHR0cHM6Ly9hNGMxNjUwNS1iZmZlLTQ3OGUtYTBkMy01ZDZhMzE5ODZlOTAuYXBpLms4cy5mci1wYXIuc2N3LmNsb3VkOjY0NDMKY29udGV4dHM6Ci0gbmFtZTogYWRtaW5AdGYtY2x1c3Rlci1iYXNpYwogIGNvbnRleHQ6CiAgICBjbHVzdGVyOiAidGYtY2x1c3Rlci1iYXNpYyIKICAgIHVzZXI6IHRmLWNsdXN0ZXItYmFzaWMtYWRtaW4KY3VycmVudC1jb250ZXh0OiBhZG1pbkB0Zi1jbHVzdGVyLWJhc2ljCmtpbmQ6IENvbmZpZwpwcmVmZXJlbmNlczoge30KdXNlcnM6Ci0gbmFtZTogdGYtY2x1c3Rlci1iYXNpYy1hZG1pbgogIHVzZXI6CiAgICB0b2tlbjogZGlucjJuU2FrTU5VU3lZUExJRHAyMTA4ejg4dHJGekhPTXdaeE1sWUVyeXF5cjl1Q2FSVG01Qlo=\"}" headers: Content-Length: - - "706" + - "1666" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:52:16 GMT + - Thu, 30 Oct 2025 16:55:35 GMT Server: - Scaleway API Gateway (fr-par-3;edge02) X-Request-Id: - - 888e80e5-3c6c-4976-9e45-1b18f8720186 + - 213ae736-84e6-4cdf-98cf-e54ff7c8fb13 status: 200 OK code: 200 - duration: 89.497661ms + duration: 87.944777ms - id: 30 request: proto: HTTP/1.1 @@ -997,28 +1022,28 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/16c99ed8-da30-4867-b6a9-e35deb88ccab + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/a4c16505-bffe-478e-a0d3-5d6a31986e90 method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 706 - body: "{\"region\":\"fr-par\", \"id\":\"16c99ed8-da30-4867-b6a9-e35deb88ccab\", \"cluster_id\":\"a4c16505-bffe-478e-a0d3-5d6a31986e90\", \"created_at\":\"2025-10-30T16:51:20.352813Z\", \"updated_at\":\"2025-10-30T16:51:20.352813Z\", \"name\":\"default\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 1635 + body: "{\"region\":\"fr-par\", \"id\":\"a4c16505-bffe-478e-a0d3-5d6a31986e90\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:51:14.772780Z\", \"updated_at\":\"2025-10-30T16:52:52.210543Z\", \"type\":\"kapsule\", \"name\":\"tf-cluster-basic\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"data_scaleway_k8s_cluster\", \"basic\"], \"cluster_url\":\"https://a4c16505-bffe-478e-a0d3-5d6a31986e90.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.a4c16505-bffe-478e-a0d3-5d6a31986e90.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"66470a27-4266-4f37-8e20-6bf15260d20b\", \"commitment_ends_at\":\"2025-10-30T16:51:14.772791Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"9e0020d0-5137-4599-9b5f-9723ae47c89a\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" headers: Content-Length: - - "706" + - "1635" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:52:21 GMT + - Thu, 30 Oct 2025 16:55:35 GMT Server: - Scaleway API Gateway (fr-par-3;edge02) X-Request-Id: - - 6c5e9a2c-e370-43a3-80fa-d5b176f526ac + - ce5ad9a4-a14c-417b-a863-985218372956 status: 200 OK code: 200 - duration: 78.100991ms + duration: 20.595614ms - id: 31 request: proto: HTTP/1.1 @@ -1029,3247 +1054,29 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/16c99ed8-da30-4867-b6a9-e35deb88ccab - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 706 - body: "{\"region\":\"fr-par\", \"id\":\"16c99ed8-da30-4867-b6a9-e35deb88ccab\", \"cluster_id\":\"a4c16505-bffe-478e-a0d3-5d6a31986e90\", \"created_at\":\"2025-10-30T16:51:20.352813Z\", \"updated_at\":\"2025-10-30T16:51:20.352813Z\", \"name\":\"default\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "706" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:52:26 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - 64160c84-5ac3-4f2e-b538-bedfb05afc86 - status: 200 OK - code: 200 - duration: 79.382777ms -- id: 32 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/16c99ed8-da30-4867-b6a9-e35deb88ccab - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 706 - body: "{\"region\":\"fr-par\", \"id\":\"16c99ed8-da30-4867-b6a9-e35deb88ccab\", \"cluster_id\":\"a4c16505-bffe-478e-a0d3-5d6a31986e90\", \"created_at\":\"2025-10-30T16:51:20.352813Z\", \"updated_at\":\"2025-10-30T16:51:20.352813Z\", \"name\":\"default\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "706" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:52:31 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - 49db29ed-55f1-4207-b3e7-629d8a412214 - status: 200 OK - code: 200 - duration: 89.15598ms -- id: 33 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/16c99ed8-da30-4867-b6a9-e35deb88ccab - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 706 - body: "{\"region\":\"fr-par\", \"id\":\"16c99ed8-da30-4867-b6a9-e35deb88ccab\", \"cluster_id\":\"a4c16505-bffe-478e-a0d3-5d6a31986e90\", \"created_at\":\"2025-10-30T16:51:20.352813Z\", \"updated_at\":\"2025-10-30T16:51:20.352813Z\", \"name\":\"default\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "706" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:52:36 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - 914ae3d0-95c5-4fd5-b8a2-2fcf1e3b97ae - status: 200 OK - code: 200 - duration: 80.810357ms -- id: 34 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/16c99ed8-da30-4867-b6a9-e35deb88ccab + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/a4c16505-bffe-478e-a0d3-5d6a31986e90/kubeconfig method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 706 - body: "{\"region\":\"fr-par\", \"id\":\"16c99ed8-da30-4867-b6a9-e35deb88ccab\", \"cluster_id\":\"a4c16505-bffe-478e-a0d3-5d6a31986e90\", \"created_at\":\"2025-10-30T16:51:20.352813Z\", \"updated_at\":\"2025-10-30T16:51:20.352813Z\", \"name\":\"default\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 1666 + body: "{\"name\":\"kubeconfig\", \"content_type\":\"application/octet-stream\", \"content\":\"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogInRmLWNsdXN0ZXItYmFzaWMiCiAgY2x1c3RlcjoKICAgIGNlcnRpZmljYXRlLWF1dGhvcml0eS1kYXRhOiBMUzB0TFMxQ1JVZEpUaUJEUlZKVVNVWkpRMEZVUlMwdExTMHRDazFKU1VKWGFrTkRRVkZIWjBGM1NVSkJaMGxDUVVSQlMwSm5aM0ZvYTJwUFVGRlJSRUZxUVZaTlVrMTNSVkZaUkZaUlVVUkZkM0J5WkZkS2JHTnROV3dLWkVkV2VrMUNORmhFVkVreFRWUkJlVTlVUlRKT1ZFVjRUa1p2V0VSVVRURk5WRUY1VDFSRk1rNVVSWGhPUm05M1JsUkZWRTFDUlVkQk1WVkZRWGhOU3dwaE0xWnBXbGhLZFZwWVVteGpla0phVFVKTlIwSjVjVWRUVFRRNVFXZEZSME5EY1VkVFRUUTVRWGRGU0VFd1NVRkNTbkJHWkU5eGJYTmxPRlJuUVM5eUNsaEhRMnRJSzA1alQza3ZRalJ6UkdobFREZ3hVVFpSUkd0Rk4wTXZTMjFoTm5KUmNtRkdiMWhpWkRoaWNrazNaMlkyTlV0U2QxTkxUMUZrZW1vclQwd0tlV0pRYkVSRFpXcFJha0pCVFVFMFIwRXhWV1JFZDBWQ0wzZFJSVUYzU1VOd1JFRlFRbWRPVmtoU1RVSkJaamhGUWxSQlJFRlJTQzlOUWpCSFFURlZaQXBFWjFGWFFrSlRlSE14U1U0M09UQkROMkpDTDJGdk1YbGFSbU5aTkVzNGRYUlVRVXRDWjJkeGFHdHFUMUJSVVVSQlowNUlRVVJDUlVGcFJVRXhTV1JpQ2pka1JtZFlOR2hJVUV4VmFsZHFSblJ4VWpGM1UzWlVXWGxEVlRoR1p6QnlhSEI2Yms1aldVTklNMnRxZVRsemJqRmpha28yVVUwNE5XWXdlQ3ROZDBRS1pYQkJNRnBwV0VkVFlYaHFWVlZqWnpkUU1EMEtMUzB0TFMxRlRrUWdRMFZTVkVsR1NVTkJWRVV0TFMwdExRbz0KICAgIHNlcnZlcjogaHR0cHM6Ly9hNGMxNjUwNS1iZmZlLTQ3OGUtYTBkMy01ZDZhMzE5ODZlOTAuYXBpLms4cy5mci1wYXIuc2N3LmNsb3VkOjY0NDMKY29udGV4dHM6Ci0gbmFtZTogYWRtaW5AdGYtY2x1c3Rlci1iYXNpYwogIGNvbnRleHQ6CiAgICBjbHVzdGVyOiAidGYtY2x1c3Rlci1iYXNpYyIKICAgIHVzZXI6IHRmLWNsdXN0ZXItYmFzaWMtYWRtaW4KY3VycmVudC1jb250ZXh0OiBhZG1pbkB0Zi1jbHVzdGVyLWJhc2ljCmtpbmQ6IENvbmZpZwpwcmVmZXJlbmNlczoge30KdXNlcnM6Ci0gbmFtZTogdGYtY2x1c3Rlci1iYXNpYy1hZG1pbgogIHVzZXI6CiAgICB0b2tlbjogZGlucjJuU2FrTU5VU3lZUExJRHAyMTA4ejg4dHJGekhPTXdaeE1sWUVyeXF5cjl1Q2FSVG01Qlo=\"}" headers: Content-Length: - - "706" + - "1666" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:52:42 GMT + - Thu, 30 Oct 2025 16:55:36 GMT Server: - Scaleway API Gateway (fr-par-3;edge02) X-Request-Id: - - 4d401ad5-9bbf-48a7-b442-73f07ba029ad + - 5ba893fc-ccbe-4732-a35b-4572d725158c status: 200 OK code: 200 - duration: 92.112649ms -- id: 35 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/16c99ed8-da30-4867-b6a9-e35deb88ccab - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 706 - body: "{\"region\":\"fr-par\", \"id\":\"16c99ed8-da30-4867-b6a9-e35deb88ccab\", \"cluster_id\":\"a4c16505-bffe-478e-a0d3-5d6a31986e90\", \"created_at\":\"2025-10-30T16:51:20.352813Z\", \"updated_at\":\"2025-10-30T16:51:20.352813Z\", \"name\":\"default\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "706" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:52:47 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - 1bfd7750-d753-4b1a-bd96-2666715cdf3a - status: 200 OK - code: 200 - duration: 85.835488ms -- id: 36 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/16c99ed8-da30-4867-b6a9-e35deb88ccab - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 706 - body: "{\"region\":\"fr-par\", \"id\":\"16c99ed8-da30-4867-b6a9-e35deb88ccab\", \"cluster_id\":\"a4c16505-bffe-478e-a0d3-5d6a31986e90\", \"created_at\":\"2025-10-30T16:51:20.352813Z\", \"updated_at\":\"2025-10-30T16:51:20.352813Z\", \"name\":\"default\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "706" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:52:52 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - ee1086ff-45f3-4fed-a3e1-afc82c5bdd7b - status: 200 OK - code: 200 - duration: 90.827418ms -- id: 37 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/16c99ed8-da30-4867-b6a9-e35deb88ccab - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 706 - body: "{\"region\":\"fr-par\", \"id\":\"16c99ed8-da30-4867-b6a9-e35deb88ccab\", \"cluster_id\":\"a4c16505-bffe-478e-a0d3-5d6a31986e90\", \"created_at\":\"2025-10-30T16:51:20.352813Z\", \"updated_at\":\"2025-10-30T16:51:20.352813Z\", \"name\":\"default\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "706" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:52:57 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - 0803a316-6eff-4926-ab75-82dd4fb02fbd - status: 200 OK - code: 200 - duration: 97.245332ms -- id: 38 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/16c99ed8-da30-4867-b6a9-e35deb88ccab - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 706 - body: "{\"region\":\"fr-par\", \"id\":\"16c99ed8-da30-4867-b6a9-e35deb88ccab\", \"cluster_id\":\"a4c16505-bffe-478e-a0d3-5d6a31986e90\", \"created_at\":\"2025-10-30T16:51:20.352813Z\", \"updated_at\":\"2025-10-30T16:51:20.352813Z\", \"name\":\"default\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "706" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:53:02 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - 7b2442bf-97da-4cfb-989d-3e31494bc6e6 - status: 200 OK - code: 200 - duration: 91.853824ms -- id: 39 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/16c99ed8-da30-4867-b6a9-e35deb88ccab - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 706 - body: "{\"region\":\"fr-par\", \"id\":\"16c99ed8-da30-4867-b6a9-e35deb88ccab\", \"cluster_id\":\"a4c16505-bffe-478e-a0d3-5d6a31986e90\", \"created_at\":\"2025-10-30T16:51:20.352813Z\", \"updated_at\":\"2025-10-30T16:51:20.352813Z\", \"name\":\"default\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "706" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:53:07 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - bf5812b5-2628-4b81-b827-29c4c49ea436 - status: 200 OK - code: 200 - duration: 82.531236ms -- id: 40 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/16c99ed8-da30-4867-b6a9-e35deb88ccab - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 706 - body: "{\"region\":\"fr-par\", \"id\":\"16c99ed8-da30-4867-b6a9-e35deb88ccab\", \"cluster_id\":\"a4c16505-bffe-478e-a0d3-5d6a31986e90\", \"created_at\":\"2025-10-30T16:51:20.352813Z\", \"updated_at\":\"2025-10-30T16:51:20.352813Z\", \"name\":\"default\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "706" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:53:12 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - 927c6c04-a3aa-4ee4-b070-635625a9e16b - status: 200 OK - code: 200 - duration: 87.390408ms -- id: 41 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/16c99ed8-da30-4867-b6a9-e35deb88ccab - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 706 - body: "{\"region\":\"fr-par\", \"id\":\"16c99ed8-da30-4867-b6a9-e35deb88ccab\", \"cluster_id\":\"a4c16505-bffe-478e-a0d3-5d6a31986e90\", \"created_at\":\"2025-10-30T16:51:20.352813Z\", \"updated_at\":\"2025-10-30T16:51:20.352813Z\", \"name\":\"default\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "706" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:53:17 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - cdb8aee8-06dc-4459-bdde-7aedb0d840cc - status: 200 OK - code: 200 - duration: 113.339459ms -- id: 42 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/16c99ed8-da30-4867-b6a9-e35deb88ccab - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 706 - body: "{\"region\":\"fr-par\", \"id\":\"16c99ed8-da30-4867-b6a9-e35deb88ccab\", \"cluster_id\":\"a4c16505-bffe-478e-a0d3-5d6a31986e90\", \"created_at\":\"2025-10-30T16:51:20.352813Z\", \"updated_at\":\"2025-10-30T16:51:20.352813Z\", \"name\":\"default\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "706" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:53:22 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - 8c93f87b-bf4c-4acc-98f4-25d9467a5b88 - status: 200 OK - code: 200 - duration: 79.925576ms -- id: 43 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/16c99ed8-da30-4867-b6a9-e35deb88ccab - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 706 - body: "{\"region\":\"fr-par\", \"id\":\"16c99ed8-da30-4867-b6a9-e35deb88ccab\", \"cluster_id\":\"a4c16505-bffe-478e-a0d3-5d6a31986e90\", \"created_at\":\"2025-10-30T16:51:20.352813Z\", \"updated_at\":\"2025-10-30T16:51:20.352813Z\", \"name\":\"default\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "706" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:53:27 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - ce9bf063-51df-40db-ab2e-7c1fd67559cd - status: 200 OK - code: 200 - duration: 107.598193ms -- id: 44 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/16c99ed8-da30-4867-b6a9-e35deb88ccab - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 706 - body: "{\"region\":\"fr-par\", \"id\":\"16c99ed8-da30-4867-b6a9-e35deb88ccab\", \"cluster_id\":\"a4c16505-bffe-478e-a0d3-5d6a31986e90\", \"created_at\":\"2025-10-30T16:51:20.352813Z\", \"updated_at\":\"2025-10-30T16:51:20.352813Z\", \"name\":\"default\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "706" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:53:32 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - e9189eeb-e8f3-4031-af40-3eb3593f1de0 - status: 200 OK - code: 200 - duration: 89.159667ms -- id: 45 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/16c99ed8-da30-4867-b6a9-e35deb88ccab - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 706 - body: "{\"region\":\"fr-par\", \"id\":\"16c99ed8-da30-4867-b6a9-e35deb88ccab\", \"cluster_id\":\"a4c16505-bffe-478e-a0d3-5d6a31986e90\", \"created_at\":\"2025-10-30T16:51:20.352813Z\", \"updated_at\":\"2025-10-30T16:51:20.352813Z\", \"name\":\"default\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "706" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:53:38 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - aada7bdc-cff3-4dc7-a772-25fe99751ac3 - status: 200 OK - code: 200 - duration: 94.272132ms -- id: 46 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/16c99ed8-da30-4867-b6a9-e35deb88ccab - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 706 - body: "{\"region\":\"fr-par\", \"id\":\"16c99ed8-da30-4867-b6a9-e35deb88ccab\", \"cluster_id\":\"a4c16505-bffe-478e-a0d3-5d6a31986e90\", \"created_at\":\"2025-10-30T16:51:20.352813Z\", \"updated_at\":\"2025-10-30T16:51:20.352813Z\", \"name\":\"default\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "706" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:53:43 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - b7152524-1fc9-4b8d-9adc-34713f993fd3 - status: 200 OK - code: 200 - duration: 91.085983ms -- id: 47 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/16c99ed8-da30-4867-b6a9-e35deb88ccab - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 706 - body: "{\"region\":\"fr-par\", \"id\":\"16c99ed8-da30-4867-b6a9-e35deb88ccab\", \"cluster_id\":\"a4c16505-bffe-478e-a0d3-5d6a31986e90\", \"created_at\":\"2025-10-30T16:51:20.352813Z\", \"updated_at\":\"2025-10-30T16:51:20.352813Z\", \"name\":\"default\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "706" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:53:48 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - 5ee1aa21-fce4-4604-83b7-1b39f0099ca2 - status: 200 OK - code: 200 - duration: 80.062332ms -- id: 48 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/16c99ed8-da30-4867-b6a9-e35deb88ccab - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 706 - body: "{\"region\":\"fr-par\", \"id\":\"16c99ed8-da30-4867-b6a9-e35deb88ccab\", \"cluster_id\":\"a4c16505-bffe-478e-a0d3-5d6a31986e90\", \"created_at\":\"2025-10-30T16:51:20.352813Z\", \"updated_at\":\"2025-10-30T16:51:20.352813Z\", \"name\":\"default\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "706" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:53:53 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - 1dab0a31-950b-4f8b-8a43-b46f19a0db45 - status: 200 OK - code: 200 - duration: 94.925428ms -- id: 49 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/16c99ed8-da30-4867-b6a9-e35deb88ccab - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 706 - body: "{\"region\":\"fr-par\", \"id\":\"16c99ed8-da30-4867-b6a9-e35deb88ccab\", \"cluster_id\":\"a4c16505-bffe-478e-a0d3-5d6a31986e90\", \"created_at\":\"2025-10-30T16:51:20.352813Z\", \"updated_at\":\"2025-10-30T16:51:20.352813Z\", \"name\":\"default\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "706" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:53:58 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - 6629bda4-1ce0-49d2-bc91-d77e03d98df5 - status: 200 OK - code: 200 - duration: 202.225322ms -- id: 50 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/16c99ed8-da30-4867-b6a9-e35deb88ccab - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 706 - body: "{\"region\":\"fr-par\", \"id\":\"16c99ed8-da30-4867-b6a9-e35deb88ccab\", \"cluster_id\":\"a4c16505-bffe-478e-a0d3-5d6a31986e90\", \"created_at\":\"2025-10-30T16:51:20.352813Z\", \"updated_at\":\"2025-10-30T16:51:20.352813Z\", \"name\":\"default\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "706" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:54:03 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - 6ad243dd-28a8-48ce-9470-8bf38949bd8c - status: 200 OK - code: 200 - duration: 104.994707ms -- id: 51 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/16c99ed8-da30-4867-b6a9-e35deb88ccab - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 706 - body: "{\"region\":\"fr-par\", \"id\":\"16c99ed8-da30-4867-b6a9-e35deb88ccab\", \"cluster_id\":\"a4c16505-bffe-478e-a0d3-5d6a31986e90\", \"created_at\":\"2025-10-30T16:51:20.352813Z\", \"updated_at\":\"2025-10-30T16:51:20.352813Z\", \"name\":\"default\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "706" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:54:08 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - abd748bb-37ee-4e22-aad6-15babe230e83 - status: 200 OK - code: 200 - duration: 116.252576ms -- id: 52 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/16c99ed8-da30-4867-b6a9-e35deb88ccab - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 706 - body: "{\"region\":\"fr-par\", \"id\":\"16c99ed8-da30-4867-b6a9-e35deb88ccab\", \"cluster_id\":\"a4c16505-bffe-478e-a0d3-5d6a31986e90\", \"created_at\":\"2025-10-30T16:51:20.352813Z\", \"updated_at\":\"2025-10-30T16:51:20.352813Z\", \"name\":\"default\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "706" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:54:13 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - 2c50ef75-daaf-4f2a-90ad-ccb430fbcc13 - status: 200 OK - code: 200 - duration: 98.669014ms -- id: 53 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/16c99ed8-da30-4867-b6a9-e35deb88ccab - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 706 - body: "{\"region\":\"fr-par\", \"id\":\"16c99ed8-da30-4867-b6a9-e35deb88ccab\", \"cluster_id\":\"a4c16505-bffe-478e-a0d3-5d6a31986e90\", \"created_at\":\"2025-10-30T16:51:20.352813Z\", \"updated_at\":\"2025-10-30T16:51:20.352813Z\", \"name\":\"default\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "706" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:54:18 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - aacb4c09-5037-45b3-9e61-2008730072a5 - status: 200 OK - code: 200 - duration: 89.435866ms -- id: 54 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/16c99ed8-da30-4867-b6a9-e35deb88ccab - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 706 - body: "{\"region\":\"fr-par\", \"id\":\"16c99ed8-da30-4867-b6a9-e35deb88ccab\", \"cluster_id\":\"a4c16505-bffe-478e-a0d3-5d6a31986e90\", \"created_at\":\"2025-10-30T16:51:20.352813Z\", \"updated_at\":\"2025-10-30T16:51:20.352813Z\", \"name\":\"default\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "706" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:54:24 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - c350d6de-dbd5-45cb-bd5f-67e1e5d54fd7 - status: 200 OK - code: 200 - duration: 82.960954ms -- id: 55 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/16c99ed8-da30-4867-b6a9-e35deb88ccab - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 706 - body: "{\"region\":\"fr-par\", \"id\":\"16c99ed8-da30-4867-b6a9-e35deb88ccab\", \"cluster_id\":\"a4c16505-bffe-478e-a0d3-5d6a31986e90\", \"created_at\":\"2025-10-30T16:51:20.352813Z\", \"updated_at\":\"2025-10-30T16:51:20.352813Z\", \"name\":\"default\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "706" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:54:29 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - 6c769776-7fc4-4782-ba6e-b6e62cf6e95a - status: 200 OK - code: 200 - duration: 98.540564ms -- id: 56 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/16c99ed8-da30-4867-b6a9-e35deb88ccab - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 706 - body: "{\"region\":\"fr-par\", \"id\":\"16c99ed8-da30-4867-b6a9-e35deb88ccab\", \"cluster_id\":\"a4c16505-bffe-478e-a0d3-5d6a31986e90\", \"created_at\":\"2025-10-30T16:51:20.352813Z\", \"updated_at\":\"2025-10-30T16:51:20.352813Z\", \"name\":\"default\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "706" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:54:34 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - b639182f-cab8-40e1-a177-518831a53323 - status: 200 OK - code: 200 - duration: 86.407001ms -- id: 57 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/16c99ed8-da30-4867-b6a9-e35deb88ccab - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 706 - body: "{\"region\":\"fr-par\", \"id\":\"16c99ed8-da30-4867-b6a9-e35deb88ccab\", \"cluster_id\":\"a4c16505-bffe-478e-a0d3-5d6a31986e90\", \"created_at\":\"2025-10-30T16:51:20.352813Z\", \"updated_at\":\"2025-10-30T16:51:20.352813Z\", \"name\":\"default\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "706" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:54:39 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - c7f36a1d-3b82-43f2-a2a5-84bbcabbd2ce - status: 200 OK - code: 200 - duration: 90.224846ms -- id: 58 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/16c99ed8-da30-4867-b6a9-e35deb88ccab - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 706 - body: "{\"region\":\"fr-par\", \"id\":\"16c99ed8-da30-4867-b6a9-e35deb88ccab\", \"cluster_id\":\"a4c16505-bffe-478e-a0d3-5d6a31986e90\", \"created_at\":\"2025-10-30T16:51:20.352813Z\", \"updated_at\":\"2025-10-30T16:51:20.352813Z\", \"name\":\"default\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "706" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:54:44 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - 8d371db3-6aac-43a9-bea2-3e4f4962323b - status: 200 OK - code: 200 - duration: 87.54623ms -- id: 59 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/16c99ed8-da30-4867-b6a9-e35deb88ccab - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 706 - body: "{\"region\":\"fr-par\", \"id\":\"16c99ed8-da30-4867-b6a9-e35deb88ccab\", \"cluster_id\":\"a4c16505-bffe-478e-a0d3-5d6a31986e90\", \"created_at\":\"2025-10-30T16:51:20.352813Z\", \"updated_at\":\"2025-10-30T16:51:20.352813Z\", \"name\":\"default\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "706" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:54:49 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - cc8166f8-ec2f-4351-bc7a-06d94716a11e - status: 200 OK - code: 200 - duration: 97.47831ms -- id: 60 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/16c99ed8-da30-4867-b6a9-e35deb88ccab - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 706 - body: "{\"region\":\"fr-par\", \"id\":\"16c99ed8-da30-4867-b6a9-e35deb88ccab\", \"cluster_id\":\"a4c16505-bffe-478e-a0d3-5d6a31986e90\", \"created_at\":\"2025-10-30T16:51:20.352813Z\", \"updated_at\":\"2025-10-30T16:51:20.352813Z\", \"name\":\"default\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "706" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:54:54 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - 2486694e-dc89-4338-8b51-c2f169fc4d1e - status: 200 OK - code: 200 - duration: 96.814384ms -- id: 61 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/16c99ed8-da30-4867-b6a9-e35deb88ccab - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 706 - body: "{\"region\":\"fr-par\", \"id\":\"16c99ed8-da30-4867-b6a9-e35deb88ccab\", \"cluster_id\":\"a4c16505-bffe-478e-a0d3-5d6a31986e90\", \"created_at\":\"2025-10-30T16:51:20.352813Z\", \"updated_at\":\"2025-10-30T16:51:20.352813Z\", \"name\":\"default\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "706" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:54:59 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - f6144531-1366-4937-9ce8-09286dbd786a - status: 200 OK - code: 200 - duration: 121.253521ms -- id: 62 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/16c99ed8-da30-4867-b6a9-e35deb88ccab - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 706 - body: "{\"region\":\"fr-par\", \"id\":\"16c99ed8-da30-4867-b6a9-e35deb88ccab\", \"cluster_id\":\"a4c16505-bffe-478e-a0d3-5d6a31986e90\", \"created_at\":\"2025-10-30T16:51:20.352813Z\", \"updated_at\":\"2025-10-30T16:51:20.352813Z\", \"name\":\"default\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "706" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:55:04 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - 40419e7c-b083-446e-8cc7-47f2ba841969 - status: 200 OK - code: 200 - duration: 77.828802ms -- id: 63 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/16c99ed8-da30-4867-b6a9-e35deb88ccab - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 706 - body: "{\"region\":\"fr-par\", \"id\":\"16c99ed8-da30-4867-b6a9-e35deb88ccab\", \"cluster_id\":\"a4c16505-bffe-478e-a0d3-5d6a31986e90\", \"created_at\":\"2025-10-30T16:51:20.352813Z\", \"updated_at\":\"2025-10-30T16:51:20.352813Z\", \"name\":\"default\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "706" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:55:09 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - c727e831-4c62-4039-96a5-895b8147c659 - status: 200 OK - code: 200 - duration: 89.855864ms -- id: 64 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/16c99ed8-da30-4867-b6a9-e35deb88ccab - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 706 - body: "{\"region\":\"fr-par\", \"id\":\"16c99ed8-da30-4867-b6a9-e35deb88ccab\", \"cluster_id\":\"a4c16505-bffe-478e-a0d3-5d6a31986e90\", \"created_at\":\"2025-10-30T16:51:20.352813Z\", \"updated_at\":\"2025-10-30T16:51:20.352813Z\", \"name\":\"default\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "706" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:55:15 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - 56e4ee86-9714-4ca7-8b7e-29b8616c2100 - status: 200 OK - code: 200 - duration: 76.826251ms -- id: 65 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/16c99ed8-da30-4867-b6a9-e35deb88ccab - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 706 - body: "{\"region\":\"fr-par\", \"id\":\"16c99ed8-da30-4867-b6a9-e35deb88ccab\", \"cluster_id\":\"a4c16505-bffe-478e-a0d3-5d6a31986e90\", \"created_at\":\"2025-10-30T16:51:20.352813Z\", \"updated_at\":\"2025-10-30T16:51:20.352813Z\", \"name\":\"default\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "706" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:55:20 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - 8bfd6d8b-81be-43e8-a720-e84cbc5e3efd - status: 200 OK - code: 200 - duration: 90.533345ms -- id: 66 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/16c99ed8-da30-4867-b6a9-e35deb88ccab - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 706 - body: "{\"region\":\"fr-par\", \"id\":\"16c99ed8-da30-4867-b6a9-e35deb88ccab\", \"cluster_id\":\"a4c16505-bffe-478e-a0d3-5d6a31986e90\", \"created_at\":\"2025-10-30T16:51:20.352813Z\", \"updated_at\":\"2025-10-30T16:51:20.352813Z\", \"name\":\"default\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "706" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:55:25 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - 4796ebc5-58c6-4546-b480-7239e19c6247 - status: 200 OK - code: 200 - duration: 90.193557ms -- id: 67 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/16c99ed8-da30-4867-b6a9-e35deb88ccab - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 706 - body: "{\"region\":\"fr-par\", \"id\":\"16c99ed8-da30-4867-b6a9-e35deb88ccab\", \"cluster_id\":\"a4c16505-bffe-478e-a0d3-5d6a31986e90\", \"created_at\":\"2025-10-30T16:51:20.352813Z\", \"updated_at\":\"2025-10-30T16:51:20.352813Z\", \"name\":\"default\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "706" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:55:30 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - 86760065-0c91-4263-bbf5-b58781dc2e88 - status: 200 OK - code: 200 - duration: 96.66381ms -- id: 68 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/16c99ed8-da30-4867-b6a9-e35deb88ccab - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 704 - body: "{\"region\":\"fr-par\", \"id\":\"16c99ed8-da30-4867-b6a9-e35deb88ccab\", \"cluster_id\":\"a4c16505-bffe-478e-a0d3-5d6a31986e90\", \"created_at\":\"2025-10-30T16:51:20.352813Z\", \"updated_at\":\"2025-10-30T16:55:32.030313Z\", \"name\":\"default\", \"status\":\"ready\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "704" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:55:35 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - 99828913-7a81-42a7-a647-0e8bbc487877 - status: 200 OK - code: 200 - duration: 94.628531ms -- id: 69 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/a4c16505-bffe-478e-a0d3-5d6a31986e90 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1635 - body: "{\"region\":\"fr-par\", \"id\":\"a4c16505-bffe-478e-a0d3-5d6a31986e90\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:51:14.772780Z\", \"updated_at\":\"2025-10-30T16:52:52.210543Z\", \"type\":\"kapsule\", \"name\":\"tf-cluster-basic\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"data_scaleway_k8s_cluster\", \"basic\"], \"cluster_url\":\"https://a4c16505-bffe-478e-a0d3-5d6a31986e90.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.a4c16505-bffe-478e-a0d3-5d6a31986e90.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"66470a27-4266-4f37-8e20-6bf15260d20b\", \"commitment_ends_at\":\"2025-10-30T16:51:14.772791Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"9e0020d0-5137-4599-9b5f-9723ae47c89a\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1635" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:55:35 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - 21b57486-5b42-49a4-b8ab-fafb9396102d - status: 200 OK - code: 200 - duration: 20.363468ms -- id: 70 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/16c99ed8-da30-4867-b6a9-e35deb88ccab - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 704 - body: "{\"region\":\"fr-par\", \"id\":\"16c99ed8-da30-4867-b6a9-e35deb88ccab\", \"cluster_id\":\"a4c16505-bffe-478e-a0d3-5d6a31986e90\", \"created_at\":\"2025-10-30T16:51:20.352813Z\", \"updated_at\":\"2025-10-30T16:55:32.030313Z\", \"name\":\"default\", \"status\":\"ready\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "704" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:55:35 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - 4c36ff98-b9ea-49fc-8c80-dbecde8307ab - status: 200 OK - code: 200 - duration: 17.709077ms -- id: 71 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - form: - order_by: - - created_at_asc - page: - - "1" - pool_id: - - 16c99ed8-da30-4867-b6a9-e35deb88ccab - status: - - unknown - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/a4c16505-bffe-478e-a0d3-5d6a31986e90/nodes?order_by=created_at_asc&page=1&pool_id=16c99ed8-da30-4867-b6a9-e35deb88ccab&status=unknown - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 621 - body: "{\"total_count\":1, \"nodes\":[{\"region\":\"fr-par\", \"id\":\"0171d1b9-9bd3-4f55-abaa-af8f0521b849\", \"cluster_id\":\"a4c16505-bffe-478e-a0d3-5d6a31986e90\", \"created_at\":\"2025-10-30T16:54:36.556869Z\", \"updated_at\":\"2025-10-30T16:55:32.020365Z\", \"pool_id\":\"16c99ed8-da30-4867-b6a9-e35deb88ccab\", \"status\":\"ready\", \"conditions\":{\"DiskPressure\":\"False\", \"MemoryPressure\":\"False\", \"PIDPressure\":\"False\", \"Ready\":\"True\"}, \"name\":\"scw-tf-cluster-basic-default-0171d1b99bd34f55a\", \"public_ip_v4\":\"163.172.149.221\", \"public_ip_v6\":null, \"provider_id\":\"scaleway://instance/fr-par-1/d723decb-3358-416a-9104-299752ba1318\", \"error_message\":\"\"}]}" - headers: - Content-Length: - - "621" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:55:35 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - 6b856d13-8793-4005-a5ed-9aefe93fd02e - status: 200 OK - code: 200 - duration: 94.85288ms -- id: 72 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/a4c16505-bffe-478e-a0d3-5d6a31986e90 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1635 - body: "{\"region\":\"fr-par\", \"id\":\"a4c16505-bffe-478e-a0d3-5d6a31986e90\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:51:14.772780Z\", \"updated_at\":\"2025-10-30T16:52:52.210543Z\", \"type\":\"kapsule\", \"name\":\"tf-cluster-basic\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"data_scaleway_k8s_cluster\", \"basic\"], \"cluster_url\":\"https://a4c16505-bffe-478e-a0d3-5d6a31986e90.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.a4c16505-bffe-478e-a0d3-5d6a31986e90.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"66470a27-4266-4f37-8e20-6bf15260d20b\", \"commitment_ends_at\":\"2025-10-30T16:51:14.772791Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"9e0020d0-5137-4599-9b5f-9723ae47c89a\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1635" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:55:35 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - 4e707e81-bf4f-4943-be27-87a69799d957 - status: 200 OK - code: 200 - duration: 22.120147ms -- id: 73 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - form: - order_by: - - created_at_desc - project_id: - - 105bdce1-64c0-48ab-899d-868455867ecf - resource_name: - - scw-tf-cluster-basic-default-0171d1b99bd34f55a - resource_type: - - unknown_type - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/ipam/v1/regions/fr-par/ips?order_by=created_at_desc&project_id=105bdce1-64c0-48ab-899d-868455867ecf&resource_name=scw-tf-cluster-basic-default-0171d1b99bd34f55a&resource_type=unknown_type - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1123 - body: "{\"total_count\":2, \"ips\":[{\"id\":\"75fd09c2-c088-4df6-a341-69e97c22d1d0\", \"address\":\"fd5f:519c:6d46:2cac:5439:8e0a:6e84:7c91/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":true, \"created_at\":\"2025-10-30T16:54:39.822358Z\", \"updated_at\":\"2025-10-30T16:54:39.822358Z\", \"source\":{\"subnet_id\":\"74ca9ee6-21e1-4d13-a7ca-a9f2e5b2adac\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"fc741fdb-c948-4e98-bfb3-23dd10397490\", \"mac_address\":\"02:00:00:14:C7:F1\", \"name\":\"scw-tf-cluster-basic-default-0171d1b99bd34f55a\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}, {\"id\":\"bf735446-f6d3-4b4d-bf2f-866409f4bed1\", \"address\":\"172.17.108.3/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":false, \"created_at\":\"2025-10-30T16:54:39.706019Z\", \"updated_at\":\"2025-10-30T16:54:39.706019Z\", \"source\":{\"subnet_id\":\"468952b2-af55-4445-bbef-dd440556b291\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"fc741fdb-c948-4e98-bfb3-23dd10397490\", \"mac_address\":\"02:00:00:14:C7:F1\", \"name\":\"scw-tf-cluster-basic-default-0171d1b99bd34f55a\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}]}" - headers: - Content-Length: - - "1123" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:55:35 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - 6b17132b-1a5b-4509-96fb-4aea2d06c3f4 - status: 200 OK - code: 200 - duration: 32.729368ms -- id: 74 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/a4c16505-bffe-478e-a0d3-5d6a31986e90 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1635 - body: "{\"region\":\"fr-par\", \"id\":\"a4c16505-bffe-478e-a0d3-5d6a31986e90\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:51:14.772780Z\", \"updated_at\":\"2025-10-30T16:52:52.210543Z\", \"type\":\"kapsule\", \"name\":\"tf-cluster-basic\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"data_scaleway_k8s_cluster\", \"basic\"], \"cluster_url\":\"https://a4c16505-bffe-478e-a0d3-5d6a31986e90.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.a4c16505-bffe-478e-a0d3-5d6a31986e90.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"66470a27-4266-4f37-8e20-6bf15260d20b\", \"commitment_ends_at\":\"2025-10-30T16:51:14.772791Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"9e0020d0-5137-4599-9b5f-9723ae47c89a\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1635" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:55:35 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - 3d882729-9412-4f89-a23f-20807b6a7a6c - status: 200 OK - code: 200 - duration: 20.192608ms -- id: 75 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/a4c16505-bffe-478e-a0d3-5d6a31986e90 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1635 - body: "{\"region\":\"fr-par\", \"id\":\"a4c16505-bffe-478e-a0d3-5d6a31986e90\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:51:14.772780Z\", \"updated_at\":\"2025-10-30T16:52:52.210543Z\", \"type\":\"kapsule\", \"name\":\"tf-cluster-basic\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"data_scaleway_k8s_cluster\", \"basic\"], \"cluster_url\":\"https://a4c16505-bffe-478e-a0d3-5d6a31986e90.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.a4c16505-bffe-478e-a0d3-5d6a31986e90.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"66470a27-4266-4f37-8e20-6bf15260d20b\", \"commitment_ends_at\":\"2025-10-30T16:51:14.772791Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"9e0020d0-5137-4599-9b5f-9723ae47c89a\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1635" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:55:35 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - 9401acae-e814-411a-94e8-c99e8e921d93 - status: 200 OK - code: 200 - duration: 24.87173ms -- id: 76 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/a4c16505-bffe-478e-a0d3-5d6a31986e90 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1635 - body: "{\"region\":\"fr-par\", \"id\":\"a4c16505-bffe-478e-a0d3-5d6a31986e90\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:51:14.772780Z\", \"updated_at\":\"2025-10-30T16:52:52.210543Z\", \"type\":\"kapsule\", \"name\":\"tf-cluster-basic\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"data_scaleway_k8s_cluster\", \"basic\"], \"cluster_url\":\"https://a4c16505-bffe-478e-a0d3-5d6a31986e90.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.a4c16505-bffe-478e-a0d3-5d6a31986e90.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"66470a27-4266-4f37-8e20-6bf15260d20b\", \"commitment_ends_at\":\"2025-10-30T16:51:14.772791Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"9e0020d0-5137-4599-9b5f-9723ae47c89a\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1635" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:55:35 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - 6db4e597-c083-4d79-b172-38f7d12d255e - status: 200 OK - code: 200 - duration: 31.406825ms -- id: 77 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - form: - name: - - tf-cluster-basic - order_by: - - created_at_asc - status: - - unknown - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters?name=tf-cluster-basic&order_by=created_at_asc&status=unknown - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1667 - body: "{\"total_count\":1, \"clusters\":[{\"region\":\"fr-par\", \"id\":\"a4c16505-bffe-478e-a0d3-5d6a31986e90\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:51:14.772780Z\", \"updated_at\":\"2025-10-30T16:52:52.210543Z\", \"type\":\"kapsule\", \"name\":\"tf-cluster-basic\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"data_scaleway_k8s_cluster\", \"basic\"], \"cluster_url\":\"https://a4c16505-bffe-478e-a0d3-5d6a31986e90.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.a4c16505-bffe-478e-a0d3-5d6a31986e90.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"66470a27-4266-4f37-8e20-6bf15260d20b\", \"commitment_ends_at\":\"2025-10-30T16:51:14.772791Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"9e0020d0-5137-4599-9b5f-9723ae47c89a\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}]}" - headers: - Content-Length: - - "1667" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:55:35 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - 457b13a3-5767-4607-bad6-b7be179d9172 - status: 200 OK - code: 200 - duration: 111.746498ms -- id: 78 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/a4c16505-bffe-478e-a0d3-5d6a31986e90/kubeconfig - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1666 - body: "{\"name\":\"kubeconfig\", \"content_type\":\"application/octet-stream\", \"content\":\"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogInRmLWNsdXN0ZXItYmFzaWMiCiAgY2x1c3RlcjoKICAgIGNlcnRpZmljYXRlLWF1dGhvcml0eS1kYXRhOiBMUzB0TFMxQ1JVZEpUaUJEUlZKVVNVWkpRMEZVUlMwdExTMHRDazFKU1VKWGFrTkRRVkZIWjBGM1NVSkJaMGxDUVVSQlMwSm5aM0ZvYTJwUFVGRlJSRUZxUVZaTlVrMTNSVkZaUkZaUlVVUkZkM0J5WkZkS2JHTnROV3dLWkVkV2VrMUNORmhFVkVreFRWUkJlVTlVUlRKT1ZFVjRUa1p2V0VSVVRURk5WRUY1VDFSRk1rNVVSWGhPUm05M1JsUkZWRTFDUlVkQk1WVkZRWGhOU3dwaE0xWnBXbGhLZFZwWVVteGpla0phVFVKTlIwSjVjVWRUVFRRNVFXZEZSME5EY1VkVFRUUTVRWGRGU0VFd1NVRkNTbkJHWkU5eGJYTmxPRlJuUVM5eUNsaEhRMnRJSzA1alQza3ZRalJ6UkdobFREZ3hVVFpSUkd0Rk4wTXZTMjFoTm5KUmNtRkdiMWhpWkRoaWNrazNaMlkyTlV0U2QxTkxUMUZrZW1vclQwd0tlV0pRYkVSRFpXcFJha0pCVFVFMFIwRXhWV1JFZDBWQ0wzZFJSVUYzU1VOd1JFRlFRbWRPVmtoU1RVSkJaamhGUWxSQlJFRlJTQzlOUWpCSFFURlZaQXBFWjFGWFFrSlRlSE14U1U0M09UQkROMkpDTDJGdk1YbGFSbU5aTkVzNGRYUlVRVXRDWjJkeGFHdHFUMUJSVVVSQlowNUlRVVJDUlVGcFJVRXhTV1JpQ2pka1JtZFlOR2hJVUV4VmFsZHFSblJ4VWpGM1UzWlVXWGxEVlRoR1p6QnlhSEI2Yms1aldVTklNMnRxZVRsemJqRmpha28yVVUwNE5XWXdlQ3ROZDBRS1pYQkJNRnBwV0VkVFlYaHFWVlZqWnpkUU1EMEtMUzB0TFMxRlRrUWdRMFZTVkVsR1NVTkJWRVV0TFMwdExRbz0KICAgIHNlcnZlcjogaHR0cHM6Ly9hNGMxNjUwNS1iZmZlLTQ3OGUtYTBkMy01ZDZhMzE5ODZlOTAuYXBpLms4cy5mci1wYXIuc2N3LmNsb3VkOjY0NDMKY29udGV4dHM6Ci0gbmFtZTogYWRtaW5AdGYtY2x1c3Rlci1iYXNpYwogIGNvbnRleHQ6CiAgICBjbHVzdGVyOiAidGYtY2x1c3Rlci1iYXNpYyIKICAgIHVzZXI6IHRmLWNsdXN0ZXItYmFzaWMtYWRtaW4KY3VycmVudC1jb250ZXh0OiBhZG1pbkB0Zi1jbHVzdGVyLWJhc2ljCmtpbmQ6IENvbmZpZwpwcmVmZXJlbmNlczoge30KdXNlcnM6Ci0gbmFtZTogdGYtY2x1c3Rlci1iYXNpYy1hZG1pbgogIHVzZXI6CiAgICB0b2tlbjogZGlucjJuU2FrTU5VU3lZUExJRHAyMTA4ejg4dHJGekhPTXdaeE1sWUVyeXF5cjl1Q2FSVG01Qlo=\"}" - headers: - Content-Length: - - "1666" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:55:35 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - 213ae736-84e6-4cdf-98cf-e54ff7c8fb13 - status: 200 OK - code: 200 - duration: 87.944777ms -- id: 79 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/a4c16505-bffe-478e-a0d3-5d6a31986e90 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1635 - body: "{\"region\":\"fr-par\", \"id\":\"a4c16505-bffe-478e-a0d3-5d6a31986e90\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:51:14.772780Z\", \"updated_at\":\"2025-10-30T16:52:52.210543Z\", \"type\":\"kapsule\", \"name\":\"tf-cluster-basic\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"data_scaleway_k8s_cluster\", \"basic\"], \"cluster_url\":\"https://a4c16505-bffe-478e-a0d3-5d6a31986e90.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.a4c16505-bffe-478e-a0d3-5d6a31986e90.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"66470a27-4266-4f37-8e20-6bf15260d20b\", \"commitment_ends_at\":\"2025-10-30T16:51:14.772791Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"9e0020d0-5137-4599-9b5f-9723ae47c89a\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1635" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:55:35 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - ce5ad9a4-a14c-417b-a863-985218372956 - status: 200 OK - code: 200 - duration: 20.595614ms -- id: 80 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/a4c16505-bffe-478e-a0d3-5d6a31986e90/kubeconfig - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1666 - body: "{\"name\":\"kubeconfig\", \"content_type\":\"application/octet-stream\", \"content\":\"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogInRmLWNsdXN0ZXItYmFzaWMiCiAgY2x1c3RlcjoKICAgIGNlcnRpZmljYXRlLWF1dGhvcml0eS1kYXRhOiBMUzB0TFMxQ1JVZEpUaUJEUlZKVVNVWkpRMEZVUlMwdExTMHRDazFKU1VKWGFrTkRRVkZIWjBGM1NVSkJaMGxDUVVSQlMwSm5aM0ZvYTJwUFVGRlJSRUZxUVZaTlVrMTNSVkZaUkZaUlVVUkZkM0J5WkZkS2JHTnROV3dLWkVkV2VrMUNORmhFVkVreFRWUkJlVTlVUlRKT1ZFVjRUa1p2V0VSVVRURk5WRUY1VDFSRk1rNVVSWGhPUm05M1JsUkZWRTFDUlVkQk1WVkZRWGhOU3dwaE0xWnBXbGhLZFZwWVVteGpla0phVFVKTlIwSjVjVWRUVFRRNVFXZEZSME5EY1VkVFRUUTVRWGRGU0VFd1NVRkNTbkJHWkU5eGJYTmxPRlJuUVM5eUNsaEhRMnRJSzA1alQza3ZRalJ6UkdobFREZ3hVVFpSUkd0Rk4wTXZTMjFoTm5KUmNtRkdiMWhpWkRoaWNrazNaMlkyTlV0U2QxTkxUMUZrZW1vclQwd0tlV0pRYkVSRFpXcFJha0pCVFVFMFIwRXhWV1JFZDBWQ0wzZFJSVUYzU1VOd1JFRlFRbWRPVmtoU1RVSkJaamhGUWxSQlJFRlJTQzlOUWpCSFFURlZaQXBFWjFGWFFrSlRlSE14U1U0M09UQkROMkpDTDJGdk1YbGFSbU5aTkVzNGRYUlVRVXRDWjJkeGFHdHFUMUJSVVVSQlowNUlRVVJDUlVGcFJVRXhTV1JpQ2pka1JtZFlOR2hJVUV4VmFsZHFSblJ4VWpGM1UzWlVXWGxEVlRoR1p6QnlhSEI2Yms1aldVTklNMnRxZVRsemJqRmpha28yVVUwNE5XWXdlQ3ROZDBRS1pYQkJNRnBwV0VkVFlYaHFWVlZqWnpkUU1EMEtMUzB0TFMxRlRrUWdRMFZTVkVsR1NVTkJWRVV0TFMwdExRbz0KICAgIHNlcnZlcjogaHR0cHM6Ly9hNGMxNjUwNS1iZmZlLTQ3OGUtYTBkMy01ZDZhMzE5ODZlOTAuYXBpLms4cy5mci1wYXIuc2N3LmNsb3VkOjY0NDMKY29udGV4dHM6Ci0gbmFtZTogYWRtaW5AdGYtY2x1c3Rlci1iYXNpYwogIGNvbnRleHQ6CiAgICBjbHVzdGVyOiAidGYtY2x1c3Rlci1iYXNpYyIKICAgIHVzZXI6IHRmLWNsdXN0ZXItYmFzaWMtYWRtaW4KY3VycmVudC1jb250ZXh0OiBhZG1pbkB0Zi1jbHVzdGVyLWJhc2ljCmtpbmQ6IENvbmZpZwpwcmVmZXJlbmNlczoge30KdXNlcnM6Ci0gbmFtZTogdGYtY2x1c3Rlci1iYXNpYy1hZG1pbgogIHVzZXI6CiAgICB0b2tlbjogZGlucjJuU2FrTU5VU3lZUExJRHAyMTA4ejg4dHJGekhPTXdaeE1sWUVyeXF5cjl1Q2FSVG01Qlo=\"}" - headers: - Content-Length: - - "1666" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:55:36 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - 5ba893fc-ccbe-4732-a35b-4572d725158c - status: 200 OK - code: 200 - duration: 89.424314ms -- id: 81 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/fr-par/vpcs/60284594-bb0a-4343-bed9-f7375e44e80b - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 428 - body: "{\"id\":\"60284594-bb0a-4343-bed9-f7375e44e80b\", \"name\":\"TestAccDataSourceCluster_Basic\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:51:13.728379Z\", \"updated_at\":\"2025-10-30T16:51:13.728379Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_default\":false, \"private_network_count\":1, \"routing_enabled\":true, \"custom_routes_propagation_enabled\":true, \"region\":\"fr-par\"}" - headers: - Content-Length: - - "428" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:55:36 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - f3aa5511-8749-44a3-9505-4b2b3f9a845c - status: 200 OK - code: 200 - duration: 34.804451ms -- id: 82 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks/66470a27-4266-4f37-8e20-6bf15260d20b - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1095 - body: "{\"id\":\"66470a27-4266-4f37-8e20-6bf15260d20b\", \"name\":\"test-data-source-cluster\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:51:13.852665Z\", \"updated_at\":\"2025-10-30T16:51:13.852665Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"subnets\":[{\"id\":\"468952b2-af55-4445-bbef-dd440556b291\", \"created_at\":\"2025-10-30T16:51:13.852665Z\", \"updated_at\":\"2025-10-30T16:51:13.852665Z\", \"subnet\":\"172.17.108.0/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"66470a27-4266-4f37-8e20-6bf15260d20b\", \"vpc_id\":\"60284594-bb0a-4343-bed9-f7375e44e80b\"}, {\"id\":\"74ca9ee6-21e1-4d13-a7ca-a9f2e5b2adac\", \"created_at\":\"2025-10-30T16:51:13.852665Z\", \"updated_at\":\"2025-10-30T16:51:13.852665Z\", \"subnet\":\"fd5f:519c:6d46:2cac::/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"66470a27-4266-4f37-8e20-6bf15260d20b\", \"vpc_id\":\"60284594-bb0a-4343-bed9-f7375e44e80b\"}], \"vpc_id\":\"60284594-bb0a-4343-bed9-f7375e44e80b\", \"dhcp_enabled\":true, \"default_route_propagation_enabled\":false, \"region\":\"fr-par\"}" - headers: - Content-Length: - - "1095" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:55:36 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - 88e79f1d-287e-424a-b53f-76d876b71ca4 - status: 200 OK - code: 200 - duration: 27.23246ms -- id: 83 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/a4c16505-bffe-478e-a0d3-5d6a31986e90 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1635 - body: "{\"region\":\"fr-par\", \"id\":\"a4c16505-bffe-478e-a0d3-5d6a31986e90\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:51:14.772780Z\", \"updated_at\":\"2025-10-30T16:52:52.210543Z\", \"type\":\"kapsule\", \"name\":\"tf-cluster-basic\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"data_scaleway_k8s_cluster\", \"basic\"], \"cluster_url\":\"https://a4c16505-bffe-478e-a0d3-5d6a31986e90.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.a4c16505-bffe-478e-a0d3-5d6a31986e90.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"66470a27-4266-4f37-8e20-6bf15260d20b\", \"commitment_ends_at\":\"2025-10-30T16:51:14.772791Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"9e0020d0-5137-4599-9b5f-9723ae47c89a\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1635" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:55:36 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - 268d9ffb-9e4a-4407-9cbe-c002a99a2d60 - status: 200 OK - code: 200 - duration: 19.381526ms -- id: 84 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/a4c16505-bffe-478e-a0d3-5d6a31986e90/kubeconfig - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1666 - body: "{\"name\":\"kubeconfig\", \"content_type\":\"application/octet-stream\", \"content\":\"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogInRmLWNsdXN0ZXItYmFzaWMiCiAgY2x1c3RlcjoKICAgIGNlcnRpZmljYXRlLWF1dGhvcml0eS1kYXRhOiBMUzB0TFMxQ1JVZEpUaUJEUlZKVVNVWkpRMEZVUlMwdExTMHRDazFKU1VKWGFrTkRRVkZIWjBGM1NVSkJaMGxDUVVSQlMwSm5aM0ZvYTJwUFVGRlJSRUZxUVZaTlVrMTNSVkZaUkZaUlVVUkZkM0J5WkZkS2JHTnROV3dLWkVkV2VrMUNORmhFVkVreFRWUkJlVTlVUlRKT1ZFVjRUa1p2V0VSVVRURk5WRUY1VDFSRk1rNVVSWGhPUm05M1JsUkZWRTFDUlVkQk1WVkZRWGhOU3dwaE0xWnBXbGhLZFZwWVVteGpla0phVFVKTlIwSjVjVWRUVFRRNVFXZEZSME5EY1VkVFRUUTVRWGRGU0VFd1NVRkNTbkJHWkU5eGJYTmxPRlJuUVM5eUNsaEhRMnRJSzA1alQza3ZRalJ6UkdobFREZ3hVVFpSUkd0Rk4wTXZTMjFoTm5KUmNtRkdiMWhpWkRoaWNrazNaMlkyTlV0U2QxTkxUMUZrZW1vclQwd0tlV0pRYkVSRFpXcFJha0pCVFVFMFIwRXhWV1JFZDBWQ0wzZFJSVUYzU1VOd1JFRlFRbWRPVmtoU1RVSkJaamhGUWxSQlJFRlJTQzlOUWpCSFFURlZaQXBFWjFGWFFrSlRlSE14U1U0M09UQkROMkpDTDJGdk1YbGFSbU5aTkVzNGRYUlVRVXRDWjJkeGFHdHFUMUJSVVVSQlowNUlRVVJDUlVGcFJVRXhTV1JpQ2pka1JtZFlOR2hJVUV4VmFsZHFSblJ4VWpGM1UzWlVXWGxEVlRoR1p6QnlhSEI2Yms1aldVTklNMnRxZVRsemJqRmpha28yVVUwNE5XWXdlQ3ROZDBRS1pYQkJNRnBwV0VkVFlYaHFWVlZqWnpkUU1EMEtMUzB0TFMxRlRrUWdRMFZTVkVsR1NVTkJWRVV0TFMwdExRbz0KICAgIHNlcnZlcjogaHR0cHM6Ly9hNGMxNjUwNS1iZmZlLTQ3OGUtYTBkMy01ZDZhMzE5ODZlOTAuYXBpLms4cy5mci1wYXIuc2N3LmNsb3VkOjY0NDMKY29udGV4dHM6Ci0gbmFtZTogYWRtaW5AdGYtY2x1c3Rlci1iYXNpYwogIGNvbnRleHQ6CiAgICBjbHVzdGVyOiAidGYtY2x1c3Rlci1iYXNpYyIKICAgIHVzZXI6IHRmLWNsdXN0ZXItYmFzaWMtYWRtaW4KY3VycmVudC1jb250ZXh0OiBhZG1pbkB0Zi1jbHVzdGVyLWJhc2ljCmtpbmQ6IENvbmZpZwpwcmVmZXJlbmNlczoge30KdXNlcnM6Ci0gbmFtZTogdGYtY2x1c3Rlci1iYXNpYy1hZG1pbgogIHVzZXI6CiAgICB0b2tlbjogZGlucjJuU2FrTU5VU3lZUExJRHAyMTA4ejg4dHJGekhPTXdaeE1sWUVyeXF5cjl1Q2FSVG01Qlo=\"}" - headers: - Content-Length: - - "1666" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:55:36 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - 1cd5dbf3-99a7-413d-bfac-340bfec5fab3 - status: 200 OK - code: 200 - duration: 24.229374ms -- id: 85 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/16c99ed8-da30-4867-b6a9-e35deb88ccab - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 704 - body: "{\"region\":\"fr-par\", \"id\":\"16c99ed8-da30-4867-b6a9-e35deb88ccab\", \"cluster_id\":\"a4c16505-bffe-478e-a0d3-5d6a31986e90\", \"created_at\":\"2025-10-30T16:51:20.352813Z\", \"updated_at\":\"2025-10-30T16:55:32.030313Z\", \"name\":\"default\", \"status\":\"ready\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "704" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:55:36 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - dc0706a8-6ba2-4837-a2f6-fa3d9f883394 - status: 200 OK - code: 200 - duration: 25.371097ms -- id: 86 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/a4c16505-bffe-478e-a0d3-5d6a31986e90 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1635 - body: "{\"region\":\"fr-par\", \"id\":\"a4c16505-bffe-478e-a0d3-5d6a31986e90\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:51:14.772780Z\", \"updated_at\":\"2025-10-30T16:52:52.210543Z\", \"type\":\"kapsule\", \"name\":\"tf-cluster-basic\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"data_scaleway_k8s_cluster\", \"basic\"], \"cluster_url\":\"https://a4c16505-bffe-478e-a0d3-5d6a31986e90.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.a4c16505-bffe-478e-a0d3-5d6a31986e90.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"66470a27-4266-4f37-8e20-6bf15260d20b\", \"commitment_ends_at\":\"2025-10-30T16:51:14.772791Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"9e0020d0-5137-4599-9b5f-9723ae47c89a\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1635" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:55:36 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - f25d3a10-ecde-4908-a90b-6527b9e25ac2 - status: 200 OK - code: 200 - duration: 26.642593ms -- id: 87 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - form: - name: - - tf-cluster-basic - order_by: - - created_at_asc - status: - - unknown - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters?name=tf-cluster-basic&order_by=created_at_asc&status=unknown - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1667 - body: "{\"total_count\":1, \"clusters\":[{\"region\":\"fr-par\", \"id\":\"a4c16505-bffe-478e-a0d3-5d6a31986e90\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:51:14.772780Z\", \"updated_at\":\"2025-10-30T16:52:52.210543Z\", \"type\":\"kapsule\", \"name\":\"tf-cluster-basic\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"data_scaleway_k8s_cluster\", \"basic\"], \"cluster_url\":\"https://a4c16505-bffe-478e-a0d3-5d6a31986e90.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.a4c16505-bffe-478e-a0d3-5d6a31986e90.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"66470a27-4266-4f37-8e20-6bf15260d20b\", \"commitment_ends_at\":\"2025-10-30T16:51:14.772791Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"9e0020d0-5137-4599-9b5f-9723ae47c89a\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}]}" - headers: - Content-Length: - - "1667" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:55:36 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - 3d7766a3-7c0c-456e-9a42-5e7ec65d9600 - status: 200 OK - code: 200 - duration: 34.373724ms -- id: 88 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - form: - order_by: - - created_at_asc - page: - - "1" - pool_id: - - 16c99ed8-da30-4867-b6a9-e35deb88ccab - status: - - unknown - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/a4c16505-bffe-478e-a0d3-5d6a31986e90/nodes?order_by=created_at_asc&page=1&pool_id=16c99ed8-da30-4867-b6a9-e35deb88ccab&status=unknown - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 621 - body: "{\"total_count\":1, \"nodes\":[{\"region\":\"fr-par\", \"id\":\"0171d1b9-9bd3-4f55-abaa-af8f0521b849\", \"cluster_id\":\"a4c16505-bffe-478e-a0d3-5d6a31986e90\", \"created_at\":\"2025-10-30T16:54:36.556869Z\", \"updated_at\":\"2025-10-30T16:55:32.020365Z\", \"pool_id\":\"16c99ed8-da30-4867-b6a9-e35deb88ccab\", \"status\":\"ready\", \"conditions\":{\"DiskPressure\":\"False\", \"MemoryPressure\":\"False\", \"PIDPressure\":\"False\", \"Ready\":\"True\"}, \"name\":\"scw-tf-cluster-basic-default-0171d1b99bd34f55a\", \"public_ip_v4\":\"163.172.149.221\", \"public_ip_v6\":null, \"provider_id\":\"scaleway://instance/fr-par-1/d723decb-3358-416a-9104-299752ba1318\", \"error_message\":\"\"}]}" - headers: - Content-Length: - - "621" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:55:36 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - 2457b6d8-4e44-4376-92c3-b0c13b163d82 - status: 200 OK - code: 200 - duration: 24.282464ms -- id: 89 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/a4c16505-bffe-478e-a0d3-5d6a31986e90/kubeconfig - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1666 - body: "{\"name\":\"kubeconfig\", \"content_type\":\"application/octet-stream\", \"content\":\"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogInRmLWNsdXN0ZXItYmFzaWMiCiAgY2x1c3RlcjoKICAgIGNlcnRpZmljYXRlLWF1dGhvcml0eS1kYXRhOiBMUzB0TFMxQ1JVZEpUaUJEUlZKVVNVWkpRMEZVUlMwdExTMHRDazFKU1VKWGFrTkRRVkZIWjBGM1NVSkJaMGxDUVVSQlMwSm5aM0ZvYTJwUFVGRlJSRUZxUVZaTlVrMTNSVkZaUkZaUlVVUkZkM0J5WkZkS2JHTnROV3dLWkVkV2VrMUNORmhFVkVreFRWUkJlVTlVUlRKT1ZFVjRUa1p2V0VSVVRURk5WRUY1VDFSRk1rNVVSWGhPUm05M1JsUkZWRTFDUlVkQk1WVkZRWGhOU3dwaE0xWnBXbGhLZFZwWVVteGpla0phVFVKTlIwSjVjVWRUVFRRNVFXZEZSME5EY1VkVFRUUTVRWGRGU0VFd1NVRkNTbkJHWkU5eGJYTmxPRlJuUVM5eUNsaEhRMnRJSzA1alQza3ZRalJ6UkdobFREZ3hVVFpSUkd0Rk4wTXZTMjFoTm5KUmNtRkdiMWhpWkRoaWNrazNaMlkyTlV0U2QxTkxUMUZrZW1vclQwd0tlV0pRYkVSRFpXcFJha0pCVFVFMFIwRXhWV1JFZDBWQ0wzZFJSVUYzU1VOd1JFRlFRbWRPVmtoU1RVSkJaamhGUWxSQlJFRlJTQzlOUWpCSFFURlZaQXBFWjFGWFFrSlRlSE14U1U0M09UQkROMkpDTDJGdk1YbGFSbU5aTkVzNGRYUlVRVXRDWjJkeGFHdHFUMUJSVVVSQlowNUlRVVJDUlVGcFJVRXhTV1JpQ2pka1JtZFlOR2hJVUV4VmFsZHFSblJ4VWpGM1UzWlVXWGxEVlRoR1p6QnlhSEI2Yms1aldVTklNMnRxZVRsemJqRmpha28yVVUwNE5XWXdlQ3ROZDBRS1pYQkJNRnBwV0VkVFlYaHFWVlZqWnpkUU1EMEtMUzB0TFMxRlRrUWdRMFZTVkVsR1NVTkJWRVV0TFMwdExRbz0KICAgIHNlcnZlcjogaHR0cHM6Ly9hNGMxNjUwNS1iZmZlLTQ3OGUtYTBkMy01ZDZhMzE5ODZlOTAuYXBpLms4cy5mci1wYXIuc2N3LmNsb3VkOjY0NDMKY29udGV4dHM6Ci0gbmFtZTogYWRtaW5AdGYtY2x1c3Rlci1iYXNpYwogIGNvbnRleHQ6CiAgICBjbHVzdGVyOiAidGYtY2x1c3Rlci1iYXNpYyIKICAgIHVzZXI6IHRmLWNsdXN0ZXItYmFzaWMtYWRtaW4KY3VycmVudC1jb250ZXh0OiBhZG1pbkB0Zi1jbHVzdGVyLWJhc2ljCmtpbmQ6IENvbmZpZwpwcmVmZXJlbmNlczoge30KdXNlcnM6Ci0gbmFtZTogdGYtY2x1c3Rlci1iYXNpYy1hZG1pbgogIHVzZXI6CiAgICB0b2tlbjogZGlucjJuU2FrTU5VU3lZUExJRHAyMTA4ejg4dHJGekhPTXdaeE1sWUVyeXF5cjl1Q2FSVG01Qlo=\"}" - headers: - Content-Length: - - "1666" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:55:36 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - 4d4bb4a7-ad6c-4749-b121-170b3282825a - status: 200 OK - code: 200 - duration: 27.113898ms -- id: 90 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/a4c16505-bffe-478e-a0d3-5d6a31986e90 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1635 - body: "{\"region\":\"fr-par\", \"id\":\"a4c16505-bffe-478e-a0d3-5d6a31986e90\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:51:14.772780Z\", \"updated_at\":\"2025-10-30T16:52:52.210543Z\", \"type\":\"kapsule\", \"name\":\"tf-cluster-basic\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"data_scaleway_k8s_cluster\", \"basic\"], \"cluster_url\":\"https://a4c16505-bffe-478e-a0d3-5d6a31986e90.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.a4c16505-bffe-478e-a0d3-5d6a31986e90.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"66470a27-4266-4f37-8e20-6bf15260d20b\", \"commitment_ends_at\":\"2025-10-30T16:51:14.772791Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"9e0020d0-5137-4599-9b5f-9723ae47c89a\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1635" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:55:36 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - bf9e15d4-a1d7-4512-b3b8-9ba1ed882c86 - status: 200 OK - code: 200 - duration: 24.439338ms -- id: 91 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/a4c16505-bffe-478e-a0d3-5d6a31986e90 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1635 - body: "{\"region\":\"fr-par\", \"id\":\"a4c16505-bffe-478e-a0d3-5d6a31986e90\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:51:14.772780Z\", \"updated_at\":\"2025-10-30T16:52:52.210543Z\", \"type\":\"kapsule\", \"name\":\"tf-cluster-basic\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"data_scaleway_k8s_cluster\", \"basic\"], \"cluster_url\":\"https://a4c16505-bffe-478e-a0d3-5d6a31986e90.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.a4c16505-bffe-478e-a0d3-5d6a31986e90.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"66470a27-4266-4f37-8e20-6bf15260d20b\", \"commitment_ends_at\":\"2025-10-30T16:51:14.772791Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"9e0020d0-5137-4599-9b5f-9723ae47c89a\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1635" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:55:36 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - 48b55288-e545-42b1-976c-7c6160cc13ad - status: 200 OK - code: 200 - duration: 22.08516ms -- id: 92 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/a4c16505-bffe-478e-a0d3-5d6a31986e90/kubeconfig - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1666 - body: "{\"name\":\"kubeconfig\", \"content_type\":\"application/octet-stream\", \"content\":\"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogInRmLWNsdXN0ZXItYmFzaWMiCiAgY2x1c3RlcjoKICAgIGNlcnRpZmljYXRlLWF1dGhvcml0eS1kYXRhOiBMUzB0TFMxQ1JVZEpUaUJEUlZKVVNVWkpRMEZVUlMwdExTMHRDazFKU1VKWGFrTkRRVkZIWjBGM1NVSkJaMGxDUVVSQlMwSm5aM0ZvYTJwUFVGRlJSRUZxUVZaTlVrMTNSVkZaUkZaUlVVUkZkM0J5WkZkS2JHTnROV3dLWkVkV2VrMUNORmhFVkVreFRWUkJlVTlVUlRKT1ZFVjRUa1p2V0VSVVRURk5WRUY1VDFSRk1rNVVSWGhPUm05M1JsUkZWRTFDUlVkQk1WVkZRWGhOU3dwaE0xWnBXbGhLZFZwWVVteGpla0phVFVKTlIwSjVjVWRUVFRRNVFXZEZSME5EY1VkVFRUUTVRWGRGU0VFd1NVRkNTbkJHWkU5eGJYTmxPRlJuUVM5eUNsaEhRMnRJSzA1alQza3ZRalJ6UkdobFREZ3hVVFpSUkd0Rk4wTXZTMjFoTm5KUmNtRkdiMWhpWkRoaWNrazNaMlkyTlV0U2QxTkxUMUZrZW1vclQwd0tlV0pRYkVSRFpXcFJha0pCVFVFMFIwRXhWV1JFZDBWQ0wzZFJSVUYzU1VOd1JFRlFRbWRPVmtoU1RVSkJaamhGUWxSQlJFRlJTQzlOUWpCSFFURlZaQXBFWjFGWFFrSlRlSE14U1U0M09UQkROMkpDTDJGdk1YbGFSbU5aTkVzNGRYUlVRVXRDWjJkeGFHdHFUMUJSVVVSQlowNUlRVVJDUlVGcFJVRXhTV1JpQ2pka1JtZFlOR2hJVUV4VmFsZHFSblJ4VWpGM1UzWlVXWGxEVlRoR1p6QnlhSEI2Yms1aldVTklNMnRxZVRsemJqRmpha28yVVUwNE5XWXdlQ3ROZDBRS1pYQkJNRnBwV0VkVFlYaHFWVlZqWnpkUU1EMEtMUzB0TFMxRlRrUWdRMFZTVkVsR1NVTkJWRVV0TFMwdExRbz0KICAgIHNlcnZlcjogaHR0cHM6Ly9hNGMxNjUwNS1iZmZlLTQ3OGUtYTBkMy01ZDZhMzE5ODZlOTAuYXBpLms4cy5mci1wYXIuc2N3LmNsb3VkOjY0NDMKY29udGV4dHM6Ci0gbmFtZTogYWRtaW5AdGYtY2x1c3Rlci1iYXNpYwogIGNvbnRleHQ6CiAgICBjbHVzdGVyOiAidGYtY2x1c3Rlci1iYXNpYyIKICAgIHVzZXI6IHRmLWNsdXN0ZXItYmFzaWMtYWRtaW4KY3VycmVudC1jb250ZXh0OiBhZG1pbkB0Zi1jbHVzdGVyLWJhc2ljCmtpbmQ6IENvbmZpZwpwcmVmZXJlbmNlczoge30KdXNlcnM6Ci0gbmFtZTogdGYtY2x1c3Rlci1iYXNpYy1hZG1pbgogIHVzZXI6CiAgICB0b2tlbjogZGlucjJuU2FrTU5VU3lZUExJRHAyMTA4ejg4dHJGekhPTXdaeE1sWUVyeXF5cjl1Q2FSVG01Qlo=\"}" - headers: - Content-Length: - - "1666" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:55:36 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - 4e75aa46-dd50-45e5-a340-4aa1e1652d58 - status: 200 OK - code: 200 - duration: 26.214871ms -- id: 93 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - form: - order_by: - - created_at_desc - project_id: - - 105bdce1-64c0-48ab-899d-868455867ecf - resource_name: - - scw-tf-cluster-basic-default-0171d1b99bd34f55a - resource_type: - - unknown_type - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/ipam/v1/regions/fr-par/ips?order_by=created_at_desc&project_id=105bdce1-64c0-48ab-899d-868455867ecf&resource_name=scw-tf-cluster-basic-default-0171d1b99bd34f55a&resource_type=unknown_type - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1123 - body: "{\"total_count\":2, \"ips\":[{\"id\":\"75fd09c2-c088-4df6-a341-69e97c22d1d0\", \"address\":\"fd5f:519c:6d46:2cac:5439:8e0a:6e84:7c91/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":true, \"created_at\":\"2025-10-30T16:54:39.822358Z\", \"updated_at\":\"2025-10-30T16:54:39.822358Z\", \"source\":{\"subnet_id\":\"74ca9ee6-21e1-4d13-a7ca-a9f2e5b2adac\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"fc741fdb-c948-4e98-bfb3-23dd10397490\", \"mac_address\":\"02:00:00:14:C7:F1\", \"name\":\"scw-tf-cluster-basic-default-0171d1b99bd34f55a\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}, {\"id\":\"bf735446-f6d3-4b4d-bf2f-866409f4bed1\", \"address\":\"172.17.108.3/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":false, \"created_at\":\"2025-10-30T16:54:39.706019Z\", \"updated_at\":\"2025-10-30T16:54:39.706019Z\", \"source\":{\"subnet_id\":\"468952b2-af55-4445-bbef-dd440556b291\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"fc741fdb-c948-4e98-bfb3-23dd10397490\", \"mac_address\":\"02:00:00:14:C7:F1\", \"name\":\"scw-tf-cluster-basic-default-0171d1b99bd34f55a\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}]}" - headers: - Content-Length: - - "1123" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:55:36 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - 833812de-7c0d-4fbf-bbee-0f34aa418c33 - status: 200 OK - code: 200 - duration: 32.167562ms -- id: 94 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/16c99ed8-da30-4867-b6a9-e35deb88ccab - method: DELETE - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 707 - body: "{\"region\":\"fr-par\", \"id\":\"16c99ed8-da30-4867-b6a9-e35deb88ccab\", \"cluster_id\":\"a4c16505-bffe-478e-a0d3-5d6a31986e90\", \"created_at\":\"2025-10-30T16:51:20.352813Z\", \"updated_at\":\"2025-10-30T16:55:36.632062Z\", \"name\":\"default\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "707" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:55:36 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - d9f8d164-399b-4979-9986-4920b7c0e5dd - status: 200 OK - code: 200 - duration: 52.410355ms -- id: 95 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/16c99ed8-da30-4867-b6a9-e35deb88ccab - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 707 - body: "{\"region\":\"fr-par\", \"id\":\"16c99ed8-da30-4867-b6a9-e35deb88ccab\", \"cluster_id\":\"a4c16505-bffe-478e-a0d3-5d6a31986e90\", \"created_at\":\"2025-10-30T16:51:20.352813Z\", \"updated_at\":\"2025-10-30T16:55:36.632062Z\", \"name\":\"default\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "707" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:55:36 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - a3e8dff9-c7af-4a3a-a7c2-0f1c2ea030d1 - status: 200 OK - code: 200 - duration: 87.794215ms -- id: 96 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/16c99ed8-da30-4867-b6a9-e35deb88ccab - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 707 - body: "{\"region\":\"fr-par\", \"id\":\"16c99ed8-da30-4867-b6a9-e35deb88ccab\", \"cluster_id\":\"a4c16505-bffe-478e-a0d3-5d6a31986e90\", \"created_at\":\"2025-10-30T16:51:20.352813Z\", \"updated_at\":\"2025-10-30T16:55:36.632062Z\", \"name\":\"default\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "707" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:55:41 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - 982bbd52-a9cf-4e51-aebc-358233163794 - status: 200 OK - code: 200 - duration: 90.84572ms -- id: 97 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/16c99ed8-da30-4867-b6a9-e35deb88ccab - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 707 - body: "{\"region\":\"fr-par\", \"id\":\"16c99ed8-da30-4867-b6a9-e35deb88ccab\", \"cluster_id\":\"a4c16505-bffe-478e-a0d3-5d6a31986e90\", \"created_at\":\"2025-10-30T16:51:20.352813Z\", \"updated_at\":\"2025-10-30T16:55:36.632062Z\", \"name\":\"default\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "707" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:55:46 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - 3da0b41a-e517-4faa-ae41-db34e5a80b4e - status: 200 OK - code: 200 - duration: 88.175199ms -- id: 98 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/16c99ed8-da30-4867-b6a9-e35deb88ccab - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 707 - body: "{\"region\":\"fr-par\", \"id\":\"16c99ed8-da30-4867-b6a9-e35deb88ccab\", \"cluster_id\":\"a4c16505-bffe-478e-a0d3-5d6a31986e90\", \"created_at\":\"2025-10-30T16:51:20.352813Z\", \"updated_at\":\"2025-10-30T16:55:36.632062Z\", \"name\":\"default\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "707" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:55:52 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - fa58b655-6ae2-49aa-a386-48891e3c68bd - status: 200 OK - code: 200 - duration: 84.029888ms -- id: 99 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/16c99ed8-da30-4867-b6a9-e35deb88ccab - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 707 - body: "{\"region\":\"fr-par\", \"id\":\"16c99ed8-da30-4867-b6a9-e35deb88ccab\", \"cluster_id\":\"a4c16505-bffe-478e-a0d3-5d6a31986e90\", \"created_at\":\"2025-10-30T16:51:20.352813Z\", \"updated_at\":\"2025-10-30T16:55:36.632062Z\", \"name\":\"default\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "707" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:55:57 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - dbc33c4a-5275-49c4-b9ab-45f64a79384f - status: 200 OK - code: 200 - duration: 105.723745ms -- id: 100 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/16c99ed8-da30-4867-b6a9-e35deb88ccab - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 707 - body: "{\"region\":\"fr-par\", \"id\":\"16c99ed8-da30-4867-b6a9-e35deb88ccab\", \"cluster_id\":\"a4c16505-bffe-478e-a0d3-5d6a31986e90\", \"created_at\":\"2025-10-30T16:51:20.352813Z\", \"updated_at\":\"2025-10-30T16:55:36.632062Z\", \"name\":\"default\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "707" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:56:02 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - 4cfd0a53-4dd5-4251-b3e1-43c1cdf00d4d - status: 200 OK - code: 200 - duration: 101.614283ms -- id: 101 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/16c99ed8-da30-4867-b6a9-e35deb88ccab - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 707 - body: "{\"region\":\"fr-par\", \"id\":\"16c99ed8-da30-4867-b6a9-e35deb88ccab\", \"cluster_id\":\"a4c16505-bffe-478e-a0d3-5d6a31986e90\", \"created_at\":\"2025-10-30T16:51:20.352813Z\", \"updated_at\":\"2025-10-30T16:55:36.632062Z\", \"name\":\"default\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "707" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:56:07 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - 81c50350-13db-4839-8adb-53f0b180eeaf - status: 200 OK - code: 200 - duration: 81.629935ms -- id: 102 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/16c99ed8-da30-4867-b6a9-e35deb88ccab - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 707 - body: "{\"region\":\"fr-par\", \"id\":\"16c99ed8-da30-4867-b6a9-e35deb88ccab\", \"cluster_id\":\"a4c16505-bffe-478e-a0d3-5d6a31986e90\", \"created_at\":\"2025-10-30T16:51:20.352813Z\", \"updated_at\":\"2025-10-30T16:55:36.632062Z\", \"name\":\"default\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "707" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:56:12 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - 2b5a0512-d789-4e93-bc28-9b1f7eb094a5 - status: 200 OK - code: 200 - duration: 78.148421ms -- id: 103 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/16c99ed8-da30-4867-b6a9-e35deb88ccab - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 707 - body: "{\"region\":\"fr-par\", \"id\":\"16c99ed8-da30-4867-b6a9-e35deb88ccab\", \"cluster_id\":\"a4c16505-bffe-478e-a0d3-5d6a31986e90\", \"created_at\":\"2025-10-30T16:51:20.352813Z\", \"updated_at\":\"2025-10-30T16:55:36.632062Z\", \"name\":\"default\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "707" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:56:17 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - 07e9a6ad-d8d8-40c4-a2a7-eb52b4140894 - status: 200 OK - code: 200 - duration: 119.514167ms -- id: 104 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/16c99ed8-da30-4867-b6a9-e35deb88ccab - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 707 - body: "{\"region\":\"fr-par\", \"id\":\"16c99ed8-da30-4867-b6a9-e35deb88ccab\", \"cluster_id\":\"a4c16505-bffe-478e-a0d3-5d6a31986e90\", \"created_at\":\"2025-10-30T16:51:20.352813Z\", \"updated_at\":\"2025-10-30T16:55:36.632062Z\", \"name\":\"default\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "707" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:56:22 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - cd383899-5e97-4dfe-a24d-d4a70c5e9922 - status: 200 OK - code: 200 - duration: 76.170569ms -- id: 105 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/16c99ed8-da30-4867-b6a9-e35deb88ccab - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 707 - body: "{\"region\":\"fr-par\", \"id\":\"16c99ed8-da30-4867-b6a9-e35deb88ccab\", \"cluster_id\":\"a4c16505-bffe-478e-a0d3-5d6a31986e90\", \"created_at\":\"2025-10-30T16:51:20.352813Z\", \"updated_at\":\"2025-10-30T16:55:36.632062Z\", \"name\":\"default\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "707" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:56:27 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - b09d6076-07dd-4d15-9c54-03f62636570a - status: 200 OK - code: 200 - duration: 79.902503ms -- id: 106 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/16c99ed8-da30-4867-b6a9-e35deb88ccab - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 707 - body: "{\"region\":\"fr-par\", \"id\":\"16c99ed8-da30-4867-b6a9-e35deb88ccab\", \"cluster_id\":\"a4c16505-bffe-478e-a0d3-5d6a31986e90\", \"created_at\":\"2025-10-30T16:51:20.352813Z\", \"updated_at\":\"2025-10-30T16:55:36.632062Z\", \"name\":\"default\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "707" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:56:32 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - a5b097a7-c14a-4409-ac15-14e15926d40f - status: 200 OK - code: 200 - duration: 101.331972ms -- id: 107 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/16c99ed8-da30-4867-b6a9-e35deb88ccab - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 707 - body: "{\"region\":\"fr-par\", \"id\":\"16c99ed8-da30-4867-b6a9-e35deb88ccab\", \"cluster_id\":\"a4c16505-bffe-478e-a0d3-5d6a31986e90\", \"created_at\":\"2025-10-30T16:51:20.352813Z\", \"updated_at\":\"2025-10-30T16:55:36.632062Z\", \"name\":\"default\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "707" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:56:37 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - 77fd834a-070a-4260-96c7-5ff83ba28e68 - status: 200 OK - code: 200 - duration: 87.467651ms -- id: 108 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/16c99ed8-da30-4867-b6a9-e35deb88ccab - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 707 - body: "{\"region\":\"fr-par\", \"id\":\"16c99ed8-da30-4867-b6a9-e35deb88ccab\", \"cluster_id\":\"a4c16505-bffe-478e-a0d3-5d6a31986e90\", \"created_at\":\"2025-10-30T16:51:20.352813Z\", \"updated_at\":\"2025-10-30T16:55:36.632062Z\", \"name\":\"default\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "707" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:56:42 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - 01ec5bee-e631-4373-8d72-719b6450ef5d - status: 200 OK - code: 200 - duration: 88.818768ms -- id: 109 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/16c99ed8-da30-4867-b6a9-e35deb88ccab - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 707 - body: "{\"region\":\"fr-par\", \"id\":\"16c99ed8-da30-4867-b6a9-e35deb88ccab\", \"cluster_id\":\"a4c16505-bffe-478e-a0d3-5d6a31986e90\", \"created_at\":\"2025-10-30T16:51:20.352813Z\", \"updated_at\":\"2025-10-30T16:55:36.632062Z\", \"name\":\"default\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "707" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:56:48 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - 254b58c7-cc91-4f93-8204-0f7e276e2f2c - status: 200 OK - code: 200 - duration: 91.703832ms -- id: 110 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/16c99ed8-da30-4867-b6a9-e35deb88ccab - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 707 - body: "{\"region\":\"fr-par\", \"id\":\"16c99ed8-da30-4867-b6a9-e35deb88ccab\", \"cluster_id\":\"a4c16505-bffe-478e-a0d3-5d6a31986e90\", \"created_at\":\"2025-10-30T16:51:20.352813Z\", \"updated_at\":\"2025-10-30T16:55:36.632062Z\", \"name\":\"default\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "707" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:56:53 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - d64cb28e-29e1-404b-b760-1f12c811828b - status: 200 OK - code: 200 - duration: 94.446028ms -- id: 111 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/16c99ed8-da30-4867-b6a9-e35deb88ccab - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 707 - body: "{\"region\":\"fr-par\", \"id\":\"16c99ed8-da30-4867-b6a9-e35deb88ccab\", \"cluster_id\":\"a4c16505-bffe-478e-a0d3-5d6a31986e90\", \"created_at\":\"2025-10-30T16:51:20.352813Z\", \"updated_at\":\"2025-10-30T16:55:36.632062Z\", \"name\":\"default\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "707" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:56:58 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - ce39daed-2700-4bfe-b274-64b6e47e8a15 - status: 200 OK - code: 200 - duration: 81.965084ms -- id: 112 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/16c99ed8-da30-4867-b6a9-e35deb88ccab - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 707 - body: "{\"region\":\"fr-par\", \"id\":\"16c99ed8-da30-4867-b6a9-e35deb88ccab\", \"cluster_id\":\"a4c16505-bffe-478e-a0d3-5d6a31986e90\", \"created_at\":\"2025-10-30T16:51:20.352813Z\", \"updated_at\":\"2025-10-30T16:55:36.632062Z\", \"name\":\"default\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "707" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:57:03 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - 044c11ee-6d5e-4857-9cf3-356116421bed - status: 200 OK - code: 200 - duration: 96.978672ms -- id: 113 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/16c99ed8-da30-4867-b6a9-e35deb88ccab - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 707 - body: "{\"region\":\"fr-par\", \"id\":\"16c99ed8-da30-4867-b6a9-e35deb88ccab\", \"cluster_id\":\"a4c16505-bffe-478e-a0d3-5d6a31986e90\", \"created_at\":\"2025-10-30T16:51:20.352813Z\", \"updated_at\":\"2025-10-30T16:55:36.632062Z\", \"name\":\"default\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "707" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:57:08 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - dbc17b05-24a0-4e31-ae4a-5172c037f2d0 - status: 200 OK - code: 200 - duration: 83.513219ms -- id: 114 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/16c99ed8-da30-4867-b6a9-e35deb88ccab - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 707 - body: "{\"region\":\"fr-par\", \"id\":\"16c99ed8-da30-4867-b6a9-e35deb88ccab\", \"cluster_id\":\"a4c16505-bffe-478e-a0d3-5d6a31986e90\", \"created_at\":\"2025-10-30T16:51:20.352813Z\", \"updated_at\":\"2025-10-30T16:55:36.632062Z\", \"name\":\"default\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "707" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:57:13 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - 4ff89d2f-459e-407c-b84b-182397063bc6 - status: 200 OK - code: 200 - duration: 98.781035ms -- id: 115 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/16c99ed8-da30-4867-b6a9-e35deb88ccab - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 707 - body: "{\"region\":\"fr-par\", \"id\":\"16c99ed8-da30-4867-b6a9-e35deb88ccab\", \"cluster_id\":\"a4c16505-bffe-478e-a0d3-5d6a31986e90\", \"created_at\":\"2025-10-30T16:51:20.352813Z\", \"updated_at\":\"2025-10-30T16:55:36.632062Z\", \"name\":\"default\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "707" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:57:18 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - 8d6fdd86-75c4-4884-94b9-fa00c208738b - status: 200 OK - code: 200 - duration: 97.970043ms -- id: 116 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/16c99ed8-da30-4867-b6a9-e35deb88ccab - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 707 - body: "{\"region\":\"fr-par\", \"id\":\"16c99ed8-da30-4867-b6a9-e35deb88ccab\", \"cluster_id\":\"a4c16505-bffe-478e-a0d3-5d6a31986e90\", \"created_at\":\"2025-10-30T16:51:20.352813Z\", \"updated_at\":\"2025-10-30T16:55:36.632062Z\", \"name\":\"default\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "707" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:57:23 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - 8c971a4c-50bb-4195-b627-d2a7bfbd588c - status: 200 OK - code: 200 - duration: 80.751827ms -- id: 117 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/16c99ed8-da30-4867-b6a9-e35deb88ccab - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 707 - body: "{\"region\":\"fr-par\", \"id\":\"16c99ed8-da30-4867-b6a9-e35deb88ccab\", \"cluster_id\":\"a4c16505-bffe-478e-a0d3-5d6a31986e90\", \"created_at\":\"2025-10-30T16:51:20.352813Z\", \"updated_at\":\"2025-10-30T16:55:36.632062Z\", \"name\":\"default\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "707" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:57:28 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - 58af36b5-5ba4-498c-a3f6-9ab8024a9d77 - status: 200 OK - code: 200 - duration: 104.041959ms -- id: 118 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/16c99ed8-da30-4867-b6a9-e35deb88ccab - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 707 - body: "{\"region\":\"fr-par\", \"id\":\"16c99ed8-da30-4867-b6a9-e35deb88ccab\", \"cluster_id\":\"a4c16505-bffe-478e-a0d3-5d6a31986e90\", \"created_at\":\"2025-10-30T16:51:20.352813Z\", \"updated_at\":\"2025-10-30T16:55:36.632062Z\", \"name\":\"default\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "707" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:57:33 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - 779e71da-c445-4b97-8fa7-5f0274f1f03a - status: 200 OK - code: 200 - duration: 77.008201ms -- id: 119 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/16c99ed8-da30-4867-b6a9-e35deb88ccab - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 707 - body: "{\"region\":\"fr-par\", \"id\":\"16c99ed8-da30-4867-b6a9-e35deb88ccab\", \"cluster_id\":\"a4c16505-bffe-478e-a0d3-5d6a31986e90\", \"created_at\":\"2025-10-30T16:51:20.352813Z\", \"updated_at\":\"2025-10-30T16:55:36.632062Z\", \"name\":\"default\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "707" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:57:38 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - 4a1382e3-2742-4b1b-a22c-c546387fd0a9 - status: 200 OK - code: 200 - duration: 88.522461ms -- id: 120 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/16c99ed8-da30-4867-b6a9-e35deb88ccab - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 707 - body: "{\"region\":\"fr-par\", \"id\":\"16c99ed8-da30-4867-b6a9-e35deb88ccab\", \"cluster_id\":\"a4c16505-bffe-478e-a0d3-5d6a31986e90\", \"created_at\":\"2025-10-30T16:51:20.352813Z\", \"updated_at\":\"2025-10-30T16:55:36.632062Z\", \"name\":\"default\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "707" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:57:44 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - 789769f1-3ac3-4624-b3c5-e5ac093da2ed - status: 200 OK - code: 200 - duration: 96.084834ms -- id: 121 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/16c99ed8-da30-4867-b6a9-e35deb88ccab - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 707 - body: "{\"region\":\"fr-par\", \"id\":\"16c99ed8-da30-4867-b6a9-e35deb88ccab\", \"cluster_id\":\"a4c16505-bffe-478e-a0d3-5d6a31986e90\", \"created_at\":\"2025-10-30T16:51:20.352813Z\", \"updated_at\":\"2025-10-30T16:55:36.632062Z\", \"name\":\"default\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "707" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:57:49 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - 4632d4a1-78dc-4a7d-83b5-f9cb5a811d35 - status: 200 OK - code: 200 - duration: 113.110749ms -- id: 122 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/16c99ed8-da30-4867-b6a9-e35deb88ccab - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 707 - body: "{\"region\":\"fr-par\", \"id\":\"16c99ed8-da30-4867-b6a9-e35deb88ccab\", \"cluster_id\":\"a4c16505-bffe-478e-a0d3-5d6a31986e90\", \"created_at\":\"2025-10-30T16:51:20.352813Z\", \"updated_at\":\"2025-10-30T16:55:36.632062Z\", \"name\":\"default\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "707" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:57:54 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - d447671e-4b13-4866-a12e-d2243869a700 - status: 200 OK - code: 200 - duration: 79.540644ms -- id: 123 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/16c99ed8-da30-4867-b6a9-e35deb88ccab - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 707 - body: "{\"region\":\"fr-par\", \"id\":\"16c99ed8-da30-4867-b6a9-e35deb88ccab\", \"cluster_id\":\"a4c16505-bffe-478e-a0d3-5d6a31986e90\", \"created_at\":\"2025-10-30T16:51:20.352813Z\", \"updated_at\":\"2025-10-30T16:55:36.632062Z\", \"name\":\"default\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "707" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:57:59 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - 0eab4040-613d-43c9-a0ee-83723711999c - status: 200 OK - code: 200 - duration: 70.665948ms -- id: 124 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/16c99ed8-da30-4867-b6a9-e35deb88ccab - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 707 - body: "{\"region\":\"fr-par\", \"id\":\"16c99ed8-da30-4867-b6a9-e35deb88ccab\", \"cluster_id\":\"a4c16505-bffe-478e-a0d3-5d6a31986e90\", \"created_at\":\"2025-10-30T16:51:20.352813Z\", \"updated_at\":\"2025-10-30T16:55:36.632062Z\", \"name\":\"default\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "707" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:58:04 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - 6457f4c1-da56-49f1-9846-8a8791d114be - status: 200 OK - code: 200 - duration: 85.22436ms -- id: 125 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/16c99ed8-da30-4867-b6a9-e35deb88ccab - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 707 - body: "{\"region\":\"fr-par\", \"id\":\"16c99ed8-da30-4867-b6a9-e35deb88ccab\", \"cluster_id\":\"a4c16505-bffe-478e-a0d3-5d6a31986e90\", \"created_at\":\"2025-10-30T16:51:20.352813Z\", \"updated_at\":\"2025-10-30T16:55:36.632062Z\", \"name\":\"default\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "707" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:58:09 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - d66b8895-3a09-4ddb-9c9c-bb7952d9209a - status: 200 OK - code: 200 - duration: 82.873619ms -- id: 126 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/16c99ed8-da30-4867-b6a9-e35deb88ccab - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 707 - body: "{\"region\":\"fr-par\", \"id\":\"16c99ed8-da30-4867-b6a9-e35deb88ccab\", \"cluster_id\":\"a4c16505-bffe-478e-a0d3-5d6a31986e90\", \"created_at\":\"2025-10-30T16:51:20.352813Z\", \"updated_at\":\"2025-10-30T16:55:36.632062Z\", \"name\":\"default\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "707" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:58:14 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - d4396448-2bf7-458c-a416-3012b5bd1afc - status: 200 OK - code: 200 - duration: 86.693307ms -- id: 127 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/16c99ed8-da30-4867-b6a9-e35deb88ccab - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 707 - body: "{\"region\":\"fr-par\", \"id\":\"16c99ed8-da30-4867-b6a9-e35deb88ccab\", \"cluster_id\":\"a4c16505-bffe-478e-a0d3-5d6a31986e90\", \"created_at\":\"2025-10-30T16:51:20.352813Z\", \"updated_at\":\"2025-10-30T16:55:36.632062Z\", \"name\":\"default\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "707" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:58:19 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - 1e64ea24-4da9-4bf5-88ba-605c1bc0dd43 - status: 200 OK - code: 200 - duration: 102.913791ms -- id: 128 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/16c99ed8-da30-4867-b6a9-e35deb88ccab - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 707 - body: "{\"region\":\"fr-par\", \"id\":\"16c99ed8-da30-4867-b6a9-e35deb88ccab\", \"cluster_id\":\"a4c16505-bffe-478e-a0d3-5d6a31986e90\", \"created_at\":\"2025-10-30T16:51:20.352813Z\", \"updated_at\":\"2025-10-30T16:55:36.632062Z\", \"name\":\"default\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "707" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:58:24 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - 3103646c-4c85-4818-8a13-cee1ad832ff4 - status: 200 OK - code: 200 - duration: 81.785577ms -- id: 129 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/16c99ed8-da30-4867-b6a9-e35deb88ccab - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 707 - body: "{\"region\":\"fr-par\", \"id\":\"16c99ed8-da30-4867-b6a9-e35deb88ccab\", \"cluster_id\":\"a4c16505-bffe-478e-a0d3-5d6a31986e90\", \"created_at\":\"2025-10-30T16:51:20.352813Z\", \"updated_at\":\"2025-10-30T16:55:36.632062Z\", \"name\":\"default\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "707" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:58:29 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - ca83262d-4b98-41de-be86-fcf3d1781f6d - status: 200 OK - code: 200 - duration: 82.857318ms -- id: 130 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/16c99ed8-da30-4867-b6a9-e35deb88ccab - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 707 - body: "{\"region\":\"fr-par\", \"id\":\"16c99ed8-da30-4867-b6a9-e35deb88ccab\", \"cluster_id\":\"a4c16505-bffe-478e-a0d3-5d6a31986e90\", \"created_at\":\"2025-10-30T16:51:20.352813Z\", \"updated_at\":\"2025-10-30T16:55:36.632062Z\", \"name\":\"default\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "707" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:58:35 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - 479d7af8-6da1-49a2-9dc8-b566bec0368c - status: 200 OK - code: 200 - duration: 87.26533ms -- id: 131 + duration: 89.424314ms +- id: 32 request: proto: HTTP/1.1 proto_major: 1 @@ -4279,29 +1086,29 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/16c99ed8-da30-4867-b6a9-e35deb88ccab + url: https://api.scaleway.com/vpc/v2/regions/fr-par/vpcs/60284594-bb0a-4343-bed9-f7375e44e80b method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 707 - body: "{\"region\":\"fr-par\", \"id\":\"16c99ed8-da30-4867-b6a9-e35deb88ccab\", \"cluster_id\":\"a4c16505-bffe-478e-a0d3-5d6a31986e90\", \"created_at\":\"2025-10-30T16:51:20.352813Z\", \"updated_at\":\"2025-10-30T16:55:36.632062Z\", \"name\":\"default\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 428 + body: "{\"id\":\"60284594-bb0a-4343-bed9-f7375e44e80b\", \"name\":\"TestAccDataSourceCluster_Basic\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:51:13.728379Z\", \"updated_at\":\"2025-10-30T16:51:13.728379Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_default\":false, \"private_network_count\":1, \"routing_enabled\":true, \"custom_routes_propagation_enabled\":true, \"region\":\"fr-par\"}" headers: Content-Length: - - "707" + - "428" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:58:40 GMT + - Thu, 30 Oct 2025 16:55:36 GMT Server: - Scaleway API Gateway (fr-par-3;edge02) X-Request-Id: - - bd739040-e525-4fe0-90cd-3c6159d6c045 + - f3aa5511-8749-44a3-9505-4b2b3f9a845c status: 200 OK code: 200 - duration: 98.914986ms -- id: 132 + duration: 34.804451ms +- id: 33 request: proto: HTTP/1.1 proto_major: 1 @@ -4311,29 +1118,29 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/16c99ed8-da30-4867-b6a9-e35deb88ccab + url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks/66470a27-4266-4f37-8e20-6bf15260d20b method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 707 - body: "{\"region\":\"fr-par\", \"id\":\"16c99ed8-da30-4867-b6a9-e35deb88ccab\", \"cluster_id\":\"a4c16505-bffe-478e-a0d3-5d6a31986e90\", \"created_at\":\"2025-10-30T16:51:20.352813Z\", \"updated_at\":\"2025-10-30T16:55:36.632062Z\", \"name\":\"default\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 1095 + body: "{\"id\":\"66470a27-4266-4f37-8e20-6bf15260d20b\", \"name\":\"test-data-source-cluster\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:51:13.852665Z\", \"updated_at\":\"2025-10-30T16:51:13.852665Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"subnets\":[{\"id\":\"468952b2-af55-4445-bbef-dd440556b291\", \"created_at\":\"2025-10-30T16:51:13.852665Z\", \"updated_at\":\"2025-10-30T16:51:13.852665Z\", \"subnet\":\"172.17.108.0/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"66470a27-4266-4f37-8e20-6bf15260d20b\", \"vpc_id\":\"60284594-bb0a-4343-bed9-f7375e44e80b\"}, {\"id\":\"74ca9ee6-21e1-4d13-a7ca-a9f2e5b2adac\", \"created_at\":\"2025-10-30T16:51:13.852665Z\", \"updated_at\":\"2025-10-30T16:51:13.852665Z\", \"subnet\":\"fd5f:519c:6d46:2cac::/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"66470a27-4266-4f37-8e20-6bf15260d20b\", \"vpc_id\":\"60284594-bb0a-4343-bed9-f7375e44e80b\"}], \"vpc_id\":\"60284594-bb0a-4343-bed9-f7375e44e80b\", \"dhcp_enabled\":true, \"default_route_propagation_enabled\":false, \"region\":\"fr-par\"}" headers: Content-Length: - - "707" + - "1095" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:58:45 GMT + - Thu, 30 Oct 2025 16:55:36 GMT Server: - Scaleway API Gateway (fr-par-3;edge02) X-Request-Id: - - e3d41578-770d-45c5-8e4d-feb1235299a0 + - 88e79f1d-287e-424a-b53f-76d876b71ca4 status: 200 OK code: 200 - duration: 101.691648ms -- id: 133 + duration: 27.23246ms +- id: 34 request: proto: HTTP/1.1 proto_major: 1 @@ -4343,29 +1150,29 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/16c99ed8-da30-4867-b6a9-e35deb88ccab + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/a4c16505-bffe-478e-a0d3-5d6a31986e90 method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 707 - body: "{\"region\":\"fr-par\", \"id\":\"16c99ed8-da30-4867-b6a9-e35deb88ccab\", \"cluster_id\":\"a4c16505-bffe-478e-a0d3-5d6a31986e90\", \"created_at\":\"2025-10-30T16:51:20.352813Z\", \"updated_at\":\"2025-10-30T16:55:36.632062Z\", \"name\":\"default\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 1635 + body: "{\"region\":\"fr-par\", \"id\":\"a4c16505-bffe-478e-a0d3-5d6a31986e90\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:51:14.772780Z\", \"updated_at\":\"2025-10-30T16:52:52.210543Z\", \"type\":\"kapsule\", \"name\":\"tf-cluster-basic\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"data_scaleway_k8s_cluster\", \"basic\"], \"cluster_url\":\"https://a4c16505-bffe-478e-a0d3-5d6a31986e90.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.a4c16505-bffe-478e-a0d3-5d6a31986e90.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"66470a27-4266-4f37-8e20-6bf15260d20b\", \"commitment_ends_at\":\"2025-10-30T16:51:14.772791Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"9e0020d0-5137-4599-9b5f-9723ae47c89a\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" headers: Content-Length: - - "707" + - "1635" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:58:50 GMT + - Thu, 30 Oct 2025 16:55:36 GMT Server: - Scaleway API Gateway (fr-par-3;edge02) X-Request-Id: - - e97426ff-143d-48aa-9e65-30547f0e5640 + - 268d9ffb-9e4a-4407-9cbe-c002a99a2d60 status: 200 OK code: 200 - duration: 82.812534ms -- id: 134 + duration: 19.381526ms +- id: 35 request: proto: HTTP/1.1 proto_major: 1 @@ -4375,29 +1182,29 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/16c99ed8-da30-4867-b6a9-e35deb88ccab + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/a4c16505-bffe-478e-a0d3-5d6a31986e90/kubeconfig method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 707 - body: "{\"region\":\"fr-par\", \"id\":\"16c99ed8-da30-4867-b6a9-e35deb88ccab\", \"cluster_id\":\"a4c16505-bffe-478e-a0d3-5d6a31986e90\", \"created_at\":\"2025-10-30T16:51:20.352813Z\", \"updated_at\":\"2025-10-30T16:55:36.632062Z\", \"name\":\"default\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 1666 + body: "{\"name\":\"kubeconfig\", \"content_type\":\"application/octet-stream\", \"content\":\"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogInRmLWNsdXN0ZXItYmFzaWMiCiAgY2x1c3RlcjoKICAgIGNlcnRpZmljYXRlLWF1dGhvcml0eS1kYXRhOiBMUzB0TFMxQ1JVZEpUaUJEUlZKVVNVWkpRMEZVUlMwdExTMHRDazFKU1VKWGFrTkRRVkZIWjBGM1NVSkJaMGxDUVVSQlMwSm5aM0ZvYTJwUFVGRlJSRUZxUVZaTlVrMTNSVkZaUkZaUlVVUkZkM0J5WkZkS2JHTnROV3dLWkVkV2VrMUNORmhFVkVreFRWUkJlVTlVUlRKT1ZFVjRUa1p2V0VSVVRURk5WRUY1VDFSRk1rNVVSWGhPUm05M1JsUkZWRTFDUlVkQk1WVkZRWGhOU3dwaE0xWnBXbGhLZFZwWVVteGpla0phVFVKTlIwSjVjVWRUVFRRNVFXZEZSME5EY1VkVFRUUTVRWGRGU0VFd1NVRkNTbkJHWkU5eGJYTmxPRlJuUVM5eUNsaEhRMnRJSzA1alQza3ZRalJ6UkdobFREZ3hVVFpSUkd0Rk4wTXZTMjFoTm5KUmNtRkdiMWhpWkRoaWNrazNaMlkyTlV0U2QxTkxUMUZrZW1vclQwd0tlV0pRYkVSRFpXcFJha0pCVFVFMFIwRXhWV1JFZDBWQ0wzZFJSVUYzU1VOd1JFRlFRbWRPVmtoU1RVSkJaamhGUWxSQlJFRlJTQzlOUWpCSFFURlZaQXBFWjFGWFFrSlRlSE14U1U0M09UQkROMkpDTDJGdk1YbGFSbU5aTkVzNGRYUlVRVXRDWjJkeGFHdHFUMUJSVVVSQlowNUlRVVJDUlVGcFJVRXhTV1JpQ2pka1JtZFlOR2hJVUV4VmFsZHFSblJ4VWpGM1UzWlVXWGxEVlRoR1p6QnlhSEI2Yms1aldVTklNMnRxZVRsemJqRmpha28yVVUwNE5XWXdlQ3ROZDBRS1pYQkJNRnBwV0VkVFlYaHFWVlZqWnpkUU1EMEtMUzB0TFMxRlRrUWdRMFZTVkVsR1NVTkJWRVV0TFMwdExRbz0KICAgIHNlcnZlcjogaHR0cHM6Ly9hNGMxNjUwNS1iZmZlLTQ3OGUtYTBkMy01ZDZhMzE5ODZlOTAuYXBpLms4cy5mci1wYXIuc2N3LmNsb3VkOjY0NDMKY29udGV4dHM6Ci0gbmFtZTogYWRtaW5AdGYtY2x1c3Rlci1iYXNpYwogIGNvbnRleHQ6CiAgICBjbHVzdGVyOiAidGYtY2x1c3Rlci1iYXNpYyIKICAgIHVzZXI6IHRmLWNsdXN0ZXItYmFzaWMtYWRtaW4KY3VycmVudC1jb250ZXh0OiBhZG1pbkB0Zi1jbHVzdGVyLWJhc2ljCmtpbmQ6IENvbmZpZwpwcmVmZXJlbmNlczoge30KdXNlcnM6Ci0gbmFtZTogdGYtY2x1c3Rlci1iYXNpYy1hZG1pbgogIHVzZXI6CiAgICB0b2tlbjogZGlucjJuU2FrTU5VU3lZUExJRHAyMTA4ejg4dHJGekhPTXdaeE1sWUVyeXF5cjl1Q2FSVG01Qlo=\"}" headers: Content-Length: - - "707" + - "1666" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:58:55 GMT + - Thu, 30 Oct 2025 16:55:36 GMT Server: - Scaleway API Gateway (fr-par-3;edge02) X-Request-Id: - - 6525c653-0f77-46cf-a054-ab0ca2eb7328 + - 1cd5dbf3-99a7-413d-bfac-340bfec5fab3 status: 200 OK code: 200 - duration: 95.88542ms -- id: 135 + duration: 24.229374ms +- id: 36 request: proto: HTTP/1.1 proto_major: 1 @@ -4413,23 +1220,23 @@ interactions: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 707 - body: "{\"region\":\"fr-par\", \"id\":\"16c99ed8-da30-4867-b6a9-e35deb88ccab\", \"cluster_id\":\"a4c16505-bffe-478e-a0d3-5d6a31986e90\", \"created_at\":\"2025-10-30T16:51:20.352813Z\", \"updated_at\":\"2025-10-30T16:55:36.632062Z\", \"name\":\"default\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 704 + body: "{\"region\":\"fr-par\", \"id\":\"16c99ed8-da30-4867-b6a9-e35deb88ccab\", \"cluster_id\":\"a4c16505-bffe-478e-a0d3-5d6a31986e90\", \"created_at\":\"2025-10-30T16:51:20.352813Z\", \"updated_at\":\"2025-10-30T16:55:32.030313Z\", \"name\":\"default\", \"status\":\"ready\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" headers: Content-Length: - - "707" + - "704" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:59:00 GMT + - Thu, 30 Oct 2025 16:55:36 GMT Server: - Scaleway API Gateway (fr-par-3;edge02) X-Request-Id: - - 8c39eabc-2dd2-45ff-beaa-f69ed7a63605 + - dc0706a8-6ba2-4837-a2f6-fa3d9f883394 status: 200 OK code: 200 - duration: 100.026102ms -- id: 136 + duration: 25.371097ms +- id: 37 request: proto: HTTP/1.1 proto_major: 1 @@ -4439,93 +1246,109 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/16c99ed8-da30-4867-b6a9-e35deb88ccab + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/a4c16505-bffe-478e-a0d3-5d6a31986e90 method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 707 - body: "{\"region\":\"fr-par\", \"id\":\"16c99ed8-da30-4867-b6a9-e35deb88ccab\", \"cluster_id\":\"a4c16505-bffe-478e-a0d3-5d6a31986e90\", \"created_at\":\"2025-10-30T16:51:20.352813Z\", \"updated_at\":\"2025-10-30T16:55:36.632062Z\", \"name\":\"default\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 1635 + body: "{\"region\":\"fr-par\", \"id\":\"a4c16505-bffe-478e-a0d3-5d6a31986e90\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:51:14.772780Z\", \"updated_at\":\"2025-10-30T16:52:52.210543Z\", \"type\":\"kapsule\", \"name\":\"tf-cluster-basic\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"data_scaleway_k8s_cluster\", \"basic\"], \"cluster_url\":\"https://a4c16505-bffe-478e-a0d3-5d6a31986e90.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.a4c16505-bffe-478e-a0d3-5d6a31986e90.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"66470a27-4266-4f37-8e20-6bf15260d20b\", \"commitment_ends_at\":\"2025-10-30T16:51:14.772791Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"9e0020d0-5137-4599-9b5f-9723ae47c89a\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" headers: Content-Length: - - "707" + - "1635" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:59:05 GMT + - Thu, 30 Oct 2025 16:55:36 GMT Server: - Scaleway API Gateway (fr-par-3;edge02) X-Request-Id: - - 2129550b-5f04-43b2-8c81-f43ec051f6f4 + - f25d3a10-ecde-4908-a90b-6527b9e25ac2 status: 200 OK code: 200 - duration: 91.218952ms -- id: 137 + duration: 26.642593ms +- id: 38 request: proto: HTTP/1.1 proto_major: 1 proto_minor: 1 content_length: 0 host: api.scaleway.com + form: + name: + - tf-cluster-basic + order_by: + - created_at_asc + status: + - unknown headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/16c99ed8-da30-4867-b6a9-e35deb88ccab + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters?name=tf-cluster-basic&order_by=created_at_asc&status=unknown method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 707 - body: "{\"region\":\"fr-par\", \"id\":\"16c99ed8-da30-4867-b6a9-e35deb88ccab\", \"cluster_id\":\"a4c16505-bffe-478e-a0d3-5d6a31986e90\", \"created_at\":\"2025-10-30T16:51:20.352813Z\", \"updated_at\":\"2025-10-30T16:55:36.632062Z\", \"name\":\"default\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 1667 + body: "{\"total_count\":1, \"clusters\":[{\"region\":\"fr-par\", \"id\":\"a4c16505-bffe-478e-a0d3-5d6a31986e90\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:51:14.772780Z\", \"updated_at\":\"2025-10-30T16:52:52.210543Z\", \"type\":\"kapsule\", \"name\":\"tf-cluster-basic\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"data_scaleway_k8s_cluster\", \"basic\"], \"cluster_url\":\"https://a4c16505-bffe-478e-a0d3-5d6a31986e90.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.a4c16505-bffe-478e-a0d3-5d6a31986e90.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"66470a27-4266-4f37-8e20-6bf15260d20b\", \"commitment_ends_at\":\"2025-10-30T16:51:14.772791Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"9e0020d0-5137-4599-9b5f-9723ae47c89a\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}]}" headers: Content-Length: - - "707" + - "1667" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:59:10 GMT + - Thu, 30 Oct 2025 16:55:36 GMT Server: - Scaleway API Gateway (fr-par-3;edge02) X-Request-Id: - - 07241e7c-ac77-41f9-8253-3a13cc99381f + - 3d7766a3-7c0c-456e-9a42-5e7ec65d9600 status: 200 OK code: 200 - duration: 214.018896ms -- id: 138 + duration: 34.373724ms +- id: 39 request: proto: HTTP/1.1 proto_major: 1 proto_minor: 1 content_length: 0 host: api.scaleway.com + form: + order_by: + - created_at_asc + page: + - "1" + pool_id: + - 16c99ed8-da30-4867-b6a9-e35deb88ccab + status: + - unknown headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/16c99ed8-da30-4867-b6a9-e35deb88ccab + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/a4c16505-bffe-478e-a0d3-5d6a31986e90/nodes?order_by=created_at_asc&page=1&pool_id=16c99ed8-da30-4867-b6a9-e35deb88ccab&status=unknown method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 707 - body: "{\"region\":\"fr-par\", \"id\":\"16c99ed8-da30-4867-b6a9-e35deb88ccab\", \"cluster_id\":\"a4c16505-bffe-478e-a0d3-5d6a31986e90\", \"created_at\":\"2025-10-30T16:51:20.352813Z\", \"updated_at\":\"2025-10-30T16:55:36.632062Z\", \"name\":\"default\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 621 + body: "{\"total_count\":1, \"nodes\":[{\"region\":\"fr-par\", \"id\":\"0171d1b9-9bd3-4f55-abaa-af8f0521b849\", \"cluster_id\":\"a4c16505-bffe-478e-a0d3-5d6a31986e90\", \"created_at\":\"2025-10-30T16:54:36.556869Z\", \"updated_at\":\"2025-10-30T16:55:32.020365Z\", \"pool_id\":\"16c99ed8-da30-4867-b6a9-e35deb88ccab\", \"status\":\"ready\", \"conditions\":{\"DiskPressure\":\"False\", \"MemoryPressure\":\"False\", \"PIDPressure\":\"False\", \"Ready\":\"True\"}, \"name\":\"scw-tf-cluster-basic-default-0171d1b99bd34f55a\", \"public_ip_v4\":\"163.172.149.221\", \"public_ip_v6\":null, \"provider_id\":\"scaleway://instance/fr-par-1/d723decb-3358-416a-9104-299752ba1318\", \"error_message\":\"\"}]}" headers: Content-Length: - - "707" + - "621" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:59:16 GMT + - Thu, 30 Oct 2025 16:55:36 GMT Server: - Scaleway API Gateway (fr-par-3;edge02) X-Request-Id: - - ac483817-c58c-4ec2-85be-47131b0e1b14 + - 2457b6d8-4e44-4376-92c3-b0c13b163d82 status: 200 OK code: 200 - duration: 217.703621ms -- id: 139 + duration: 24.282464ms +- id: 40 request: proto: HTTP/1.1 proto_major: 1 @@ -4535,29 +1358,29 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/16c99ed8-da30-4867-b6a9-e35deb88ccab + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/a4c16505-bffe-478e-a0d3-5d6a31986e90/kubeconfig method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 707 - body: "{\"region\":\"fr-par\", \"id\":\"16c99ed8-da30-4867-b6a9-e35deb88ccab\", \"cluster_id\":\"a4c16505-bffe-478e-a0d3-5d6a31986e90\", \"created_at\":\"2025-10-30T16:51:20.352813Z\", \"updated_at\":\"2025-10-30T16:55:36.632062Z\", \"name\":\"default\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 1666 + body: "{\"name\":\"kubeconfig\", \"content_type\":\"application/octet-stream\", \"content\":\"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogInRmLWNsdXN0ZXItYmFzaWMiCiAgY2x1c3RlcjoKICAgIGNlcnRpZmljYXRlLWF1dGhvcml0eS1kYXRhOiBMUzB0TFMxQ1JVZEpUaUJEUlZKVVNVWkpRMEZVUlMwdExTMHRDazFKU1VKWGFrTkRRVkZIWjBGM1NVSkJaMGxDUVVSQlMwSm5aM0ZvYTJwUFVGRlJSRUZxUVZaTlVrMTNSVkZaUkZaUlVVUkZkM0J5WkZkS2JHTnROV3dLWkVkV2VrMUNORmhFVkVreFRWUkJlVTlVUlRKT1ZFVjRUa1p2V0VSVVRURk5WRUY1VDFSRk1rNVVSWGhPUm05M1JsUkZWRTFDUlVkQk1WVkZRWGhOU3dwaE0xWnBXbGhLZFZwWVVteGpla0phVFVKTlIwSjVjVWRUVFRRNVFXZEZSME5EY1VkVFRUUTVRWGRGU0VFd1NVRkNTbkJHWkU5eGJYTmxPRlJuUVM5eUNsaEhRMnRJSzA1alQza3ZRalJ6UkdobFREZ3hVVFpSUkd0Rk4wTXZTMjFoTm5KUmNtRkdiMWhpWkRoaWNrazNaMlkyTlV0U2QxTkxUMUZrZW1vclQwd0tlV0pRYkVSRFpXcFJha0pCVFVFMFIwRXhWV1JFZDBWQ0wzZFJSVUYzU1VOd1JFRlFRbWRPVmtoU1RVSkJaamhGUWxSQlJFRlJTQzlOUWpCSFFURlZaQXBFWjFGWFFrSlRlSE14U1U0M09UQkROMkpDTDJGdk1YbGFSbU5aTkVzNGRYUlVRVXRDWjJkeGFHdHFUMUJSVVVSQlowNUlRVVJDUlVGcFJVRXhTV1JpQ2pka1JtZFlOR2hJVUV4VmFsZHFSblJ4VWpGM1UzWlVXWGxEVlRoR1p6QnlhSEI2Yms1aldVTklNMnRxZVRsemJqRmpha28yVVUwNE5XWXdlQ3ROZDBRS1pYQkJNRnBwV0VkVFlYaHFWVlZqWnpkUU1EMEtMUzB0TFMxRlRrUWdRMFZTVkVsR1NVTkJWRVV0TFMwdExRbz0KICAgIHNlcnZlcjogaHR0cHM6Ly9hNGMxNjUwNS1iZmZlLTQ3OGUtYTBkMy01ZDZhMzE5ODZlOTAuYXBpLms4cy5mci1wYXIuc2N3LmNsb3VkOjY0NDMKY29udGV4dHM6Ci0gbmFtZTogYWRtaW5AdGYtY2x1c3Rlci1iYXNpYwogIGNvbnRleHQ6CiAgICBjbHVzdGVyOiAidGYtY2x1c3Rlci1iYXNpYyIKICAgIHVzZXI6IHRmLWNsdXN0ZXItYmFzaWMtYWRtaW4KY3VycmVudC1jb250ZXh0OiBhZG1pbkB0Zi1jbHVzdGVyLWJhc2ljCmtpbmQ6IENvbmZpZwpwcmVmZXJlbmNlczoge30KdXNlcnM6Ci0gbmFtZTogdGYtY2x1c3Rlci1iYXNpYy1hZG1pbgogIHVzZXI6CiAgICB0b2tlbjogZGlucjJuU2FrTU5VU3lZUExJRHAyMTA4ejg4dHJGekhPTXdaeE1sWUVyeXF5cjl1Q2FSVG01Qlo=\"}" headers: Content-Length: - - "707" + - "1666" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:59:21 GMT + - Thu, 30 Oct 2025 16:55:36 GMT Server: - Scaleway API Gateway (fr-par-3;edge02) X-Request-Id: - - d25fdd71-47ea-4cd9-a612-f0be653b3c3d + - 4d4bb4a7-ad6c-4749-b121-170b3282825a status: 200 OK code: 200 - duration: 147.858926ms -- id: 140 + duration: 27.113898ms +- id: 41 request: proto: HTTP/1.1 proto_major: 1 @@ -4567,29 +1390,29 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/16c99ed8-da30-4867-b6a9-e35deb88ccab + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/a4c16505-bffe-478e-a0d3-5d6a31986e90 method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 707 - body: "{\"region\":\"fr-par\", \"id\":\"16c99ed8-da30-4867-b6a9-e35deb88ccab\", \"cluster_id\":\"a4c16505-bffe-478e-a0d3-5d6a31986e90\", \"created_at\":\"2025-10-30T16:51:20.352813Z\", \"updated_at\":\"2025-10-30T16:55:36.632062Z\", \"name\":\"default\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 1635 + body: "{\"region\":\"fr-par\", \"id\":\"a4c16505-bffe-478e-a0d3-5d6a31986e90\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:51:14.772780Z\", \"updated_at\":\"2025-10-30T16:52:52.210543Z\", \"type\":\"kapsule\", \"name\":\"tf-cluster-basic\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"data_scaleway_k8s_cluster\", \"basic\"], \"cluster_url\":\"https://a4c16505-bffe-478e-a0d3-5d6a31986e90.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.a4c16505-bffe-478e-a0d3-5d6a31986e90.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"66470a27-4266-4f37-8e20-6bf15260d20b\", \"commitment_ends_at\":\"2025-10-30T16:51:14.772791Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"9e0020d0-5137-4599-9b5f-9723ae47c89a\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" headers: Content-Length: - - "707" + - "1635" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:59:26 GMT + - Thu, 30 Oct 2025 16:55:36 GMT Server: - Scaleway API Gateway (fr-par-3;edge02) X-Request-Id: - - 07642782-ac5d-4fb7-859e-376beacdb5ae + - bf9e15d4-a1d7-4512-b3b8-9ba1ed882c86 status: 200 OK code: 200 - duration: 94.203803ms -- id: 141 + duration: 24.439338ms +- id: 42 request: proto: HTTP/1.1 proto_major: 1 @@ -4599,29 +1422,29 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/16c99ed8-da30-4867-b6a9-e35deb88ccab + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/a4c16505-bffe-478e-a0d3-5d6a31986e90 method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 707 - body: "{\"region\":\"fr-par\", \"id\":\"16c99ed8-da30-4867-b6a9-e35deb88ccab\", \"cluster_id\":\"a4c16505-bffe-478e-a0d3-5d6a31986e90\", \"created_at\":\"2025-10-30T16:51:20.352813Z\", \"updated_at\":\"2025-10-30T16:55:36.632062Z\", \"name\":\"default\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 1635 + body: "{\"region\":\"fr-par\", \"id\":\"a4c16505-bffe-478e-a0d3-5d6a31986e90\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:51:14.772780Z\", \"updated_at\":\"2025-10-30T16:52:52.210543Z\", \"type\":\"kapsule\", \"name\":\"tf-cluster-basic\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"data_scaleway_k8s_cluster\", \"basic\"], \"cluster_url\":\"https://a4c16505-bffe-478e-a0d3-5d6a31986e90.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.a4c16505-bffe-478e-a0d3-5d6a31986e90.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"66470a27-4266-4f37-8e20-6bf15260d20b\", \"commitment_ends_at\":\"2025-10-30T16:51:14.772791Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"9e0020d0-5137-4599-9b5f-9723ae47c89a\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" headers: Content-Length: - - "707" + - "1635" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:59:31 GMT + - Thu, 30 Oct 2025 16:55:36 GMT Server: - Scaleway API Gateway (fr-par-3;edge02) X-Request-Id: - - d040e4a3-2354-4525-a942-c9569a49cbbd + - 48b55288-e545-42b1-976c-7c6160cc13ad status: 200 OK code: 200 - duration: 82.697658ms -- id: 142 + duration: 22.08516ms +- id: 43 request: proto: HTTP/1.1 proto_major: 1 @@ -4631,61 +1454,70 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/16c99ed8-da30-4867-b6a9-e35deb88ccab + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/a4c16505-bffe-478e-a0d3-5d6a31986e90/kubeconfig method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 707 - body: "{\"region\":\"fr-par\", \"id\":\"16c99ed8-da30-4867-b6a9-e35deb88ccab\", \"cluster_id\":\"a4c16505-bffe-478e-a0d3-5d6a31986e90\", \"created_at\":\"2025-10-30T16:51:20.352813Z\", \"updated_at\":\"2025-10-30T16:55:36.632062Z\", \"name\":\"default\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 1666 + body: "{\"name\":\"kubeconfig\", \"content_type\":\"application/octet-stream\", \"content\":\"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogInRmLWNsdXN0ZXItYmFzaWMiCiAgY2x1c3RlcjoKICAgIGNlcnRpZmljYXRlLWF1dGhvcml0eS1kYXRhOiBMUzB0TFMxQ1JVZEpUaUJEUlZKVVNVWkpRMEZVUlMwdExTMHRDazFKU1VKWGFrTkRRVkZIWjBGM1NVSkJaMGxDUVVSQlMwSm5aM0ZvYTJwUFVGRlJSRUZxUVZaTlVrMTNSVkZaUkZaUlVVUkZkM0J5WkZkS2JHTnROV3dLWkVkV2VrMUNORmhFVkVreFRWUkJlVTlVUlRKT1ZFVjRUa1p2V0VSVVRURk5WRUY1VDFSRk1rNVVSWGhPUm05M1JsUkZWRTFDUlVkQk1WVkZRWGhOU3dwaE0xWnBXbGhLZFZwWVVteGpla0phVFVKTlIwSjVjVWRUVFRRNVFXZEZSME5EY1VkVFRUUTVRWGRGU0VFd1NVRkNTbkJHWkU5eGJYTmxPRlJuUVM5eUNsaEhRMnRJSzA1alQza3ZRalJ6UkdobFREZ3hVVFpSUkd0Rk4wTXZTMjFoTm5KUmNtRkdiMWhpWkRoaWNrazNaMlkyTlV0U2QxTkxUMUZrZW1vclQwd0tlV0pRYkVSRFpXcFJha0pCVFVFMFIwRXhWV1JFZDBWQ0wzZFJSVUYzU1VOd1JFRlFRbWRPVmtoU1RVSkJaamhGUWxSQlJFRlJTQzlOUWpCSFFURlZaQXBFWjFGWFFrSlRlSE14U1U0M09UQkROMkpDTDJGdk1YbGFSbU5aTkVzNGRYUlVRVXRDWjJkeGFHdHFUMUJSVVVSQlowNUlRVVJDUlVGcFJVRXhTV1JpQ2pka1JtZFlOR2hJVUV4VmFsZHFSblJ4VWpGM1UzWlVXWGxEVlRoR1p6QnlhSEI2Yms1aldVTklNMnRxZVRsemJqRmpha28yVVUwNE5XWXdlQ3ROZDBRS1pYQkJNRnBwV0VkVFlYaHFWVlZqWnpkUU1EMEtMUzB0TFMxRlRrUWdRMFZTVkVsR1NVTkJWRVV0TFMwdExRbz0KICAgIHNlcnZlcjogaHR0cHM6Ly9hNGMxNjUwNS1iZmZlLTQ3OGUtYTBkMy01ZDZhMzE5ODZlOTAuYXBpLms4cy5mci1wYXIuc2N3LmNsb3VkOjY0NDMKY29udGV4dHM6Ci0gbmFtZTogYWRtaW5AdGYtY2x1c3Rlci1iYXNpYwogIGNvbnRleHQ6CiAgICBjbHVzdGVyOiAidGYtY2x1c3Rlci1iYXNpYyIKICAgIHVzZXI6IHRmLWNsdXN0ZXItYmFzaWMtYWRtaW4KY3VycmVudC1jb250ZXh0OiBhZG1pbkB0Zi1jbHVzdGVyLWJhc2ljCmtpbmQ6IENvbmZpZwpwcmVmZXJlbmNlczoge30KdXNlcnM6Ci0gbmFtZTogdGYtY2x1c3Rlci1iYXNpYy1hZG1pbgogIHVzZXI6CiAgICB0b2tlbjogZGlucjJuU2FrTU5VU3lZUExJRHAyMTA4ejg4dHJGekhPTXdaeE1sWUVyeXF5cjl1Q2FSVG01Qlo=\"}" headers: Content-Length: - - "707" + - "1666" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:59:36 GMT + - Thu, 30 Oct 2025 16:55:36 GMT Server: - Scaleway API Gateway (fr-par-3;edge02) X-Request-Id: - - 5ecbf18c-2432-4f5e-914f-00e4fe15c395 + - 4e75aa46-dd50-45e5-a340-4aa1e1652d58 status: 200 OK code: 200 - duration: 87.180173ms -- id: 143 + duration: 26.214871ms +- id: 44 request: proto: HTTP/1.1 proto_major: 1 proto_minor: 1 content_length: 0 host: api.scaleway.com + form: + order_by: + - created_at_desc + project_id: + - 105bdce1-64c0-48ab-899d-868455867ecf + resource_name: + - scw-tf-cluster-basic-default-0171d1b99bd34f55a + resource_type: + - unknown_type headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/16c99ed8-da30-4867-b6a9-e35deb88ccab + url: https://api.scaleway.com/ipam/v1/regions/fr-par/ips?order_by=created_at_desc&project_id=105bdce1-64c0-48ab-899d-868455867ecf&resource_name=scw-tf-cluster-basic-default-0171d1b99bd34f55a&resource_type=unknown_type method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 707 - body: "{\"region\":\"fr-par\", \"id\":\"16c99ed8-da30-4867-b6a9-e35deb88ccab\", \"cluster_id\":\"a4c16505-bffe-478e-a0d3-5d6a31986e90\", \"created_at\":\"2025-10-30T16:51:20.352813Z\", \"updated_at\":\"2025-10-30T16:55:36.632062Z\", \"name\":\"default\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 1123 + body: "{\"total_count\":2, \"ips\":[{\"id\":\"75fd09c2-c088-4df6-a341-69e97c22d1d0\", \"address\":\"fd5f:519c:6d46:2cac:5439:8e0a:6e84:7c91/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":true, \"created_at\":\"2025-10-30T16:54:39.822358Z\", \"updated_at\":\"2025-10-30T16:54:39.822358Z\", \"source\":{\"subnet_id\":\"74ca9ee6-21e1-4d13-a7ca-a9f2e5b2adac\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"fc741fdb-c948-4e98-bfb3-23dd10397490\", \"mac_address\":\"02:00:00:14:C7:F1\", \"name\":\"scw-tf-cluster-basic-default-0171d1b99bd34f55a\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}, {\"id\":\"bf735446-f6d3-4b4d-bf2f-866409f4bed1\", \"address\":\"172.17.108.3/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":false, \"created_at\":\"2025-10-30T16:54:39.706019Z\", \"updated_at\":\"2025-10-30T16:54:39.706019Z\", \"source\":{\"subnet_id\":\"468952b2-af55-4445-bbef-dd440556b291\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"fc741fdb-c948-4e98-bfb3-23dd10397490\", \"mac_address\":\"02:00:00:14:C7:F1\", \"name\":\"scw-tf-cluster-basic-default-0171d1b99bd34f55a\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}]}" headers: Content-Length: - - "707" + - "1123" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:59:41 GMT + - Thu, 30 Oct 2025 16:55:36 GMT Server: - Scaleway API Gateway (fr-par-3;edge02) X-Request-Id: - - af04f9fa-d5fe-4ea3-8cac-5ae4405f0717 + - 833812de-7c0d-4fbf-bbee-0f34aa418c33 status: 200 OK code: 200 - duration: 94.470575ms -- id: 144 + duration: 32.167562ms +- id: 45 request: proto: HTTP/1.1 proto_major: 1 @@ -4696,7 +1528,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/16c99ed8-da30-4867-b6a9-e35deb88ccab - method: GET + method: DELETE response: proto: HTTP/2.0 proto_major: 2 @@ -4709,15 +1541,15 @@ interactions: Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:59:46 GMT + - Thu, 30 Oct 2025 16:55:36 GMT Server: - Scaleway API Gateway (fr-par-3;edge02) X-Request-Id: - - f68af87f-2c4b-4180-b268-5d225027c234 + - d9f8d164-399b-4979-9986-4920b7c0e5dd status: 200 OK code: 200 - duration: 91.614344ms -- id: 145 + duration: 52.410355ms +- id: 46 request: proto: HTTP/1.1 proto_major: 1 @@ -4741,15 +1573,15 @@ interactions: Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:59:51 GMT + - Thu, 30 Oct 2025 16:55:36 GMT Server: - Scaleway API Gateway (fr-par-3;edge02) X-Request-Id: - - ebce044a-f692-4093-a06d-de6a98870478 + - a3e8dff9-c7af-4a3a-a7c2-0f1c2ea030d1 status: 200 OK code: 200 - duration: 90.093299ms -- id: 146 + duration: 87.794215ms +- id: 47 request: proto: HTTP/1.1 proto_major: 1 @@ -4781,7 +1613,7 @@ interactions: status: 404 Not Found code: 404 duration: 22.83646ms -- id: 147 +- id: 48 request: proto: HTTP/1.1 proto_major: 1 @@ -4816,7 +1648,7 @@ interactions: status: 200 OK code: 200 duration: 156.315095ms -- id: 148 +- id: 49 request: proto: HTTP/1.1 proto_major: 1 @@ -4848,71 +1680,7 @@ interactions: status: 200 OK code: 200 duration: 87.131361ms -- id: 149 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/a4c16505-bffe-478e-a0d3-5d6a31986e90 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1638 - body: "{\"region\":\"fr-par\", \"id\":\"a4c16505-bffe-478e-a0d3-5d6a31986e90\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:51:14.772780Z\", \"updated_at\":\"2025-10-30T16:59:56.872905Z\", \"type\":\"kapsule\", \"name\":\"tf-cluster-basic\", \"description\":\"\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"data_scaleway_k8s_cluster\", \"basic\"], \"cluster_url\":\"https://a4c16505-bffe-478e-a0d3-5d6a31986e90.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.a4c16505-bffe-478e-a0d3-5d6a31986e90.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"66470a27-4266-4f37-8e20-6bf15260d20b\", \"commitment_ends_at\":\"2025-10-30T16:51:14.772791Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"9e0020d0-5137-4599-9b5f-9723ae47c89a\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1638" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:00:02 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - 9b769dd4-8dc6-40b0-a693-782cb68da5ea - status: 200 OK - code: 200 - duration: 112.773616ms -- id: 150 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/a4c16505-bffe-478e-a0d3-5d6a31986e90 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1638 - body: "{\"region\":\"fr-par\", \"id\":\"a4c16505-bffe-478e-a0d3-5d6a31986e90\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:51:14.772780Z\", \"updated_at\":\"2025-10-30T16:59:56.872905Z\", \"type\":\"kapsule\", \"name\":\"tf-cluster-basic\", \"description\":\"\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"data_scaleway_k8s_cluster\", \"basic\"], \"cluster_url\":\"https://a4c16505-bffe-478e-a0d3-5d6a31986e90.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.a4c16505-bffe-478e-a0d3-5d6a31986e90.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"66470a27-4266-4f37-8e20-6bf15260d20b\", \"commitment_ends_at\":\"2025-10-30T16:51:14.772791Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"9e0020d0-5137-4599-9b5f-9723ae47c89a\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1638" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:00:07 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - X-Request-Id: - - 1385cf2a-3af5-4eb4-997f-0e87cec0fafd - status: 200 OK - code: 200 - duration: 92.174757ms -- id: 151 +- id: 50 request: proto: HTTP/1.1 proto_major: 1 @@ -4944,7 +1712,7 @@ interactions: status: 404 Not Found code: 404 duration: 19.997914ms -- id: 152 +- id: 51 request: proto: HTTP/1.1 proto_major: 1 @@ -4974,7 +1742,7 @@ interactions: status: 204 No Content code: 204 duration: 1.092120869s -- id: 153 +- id: 52 request: proto: HTTP/1.1 proto_major: 1 @@ -5004,7 +1772,7 @@ interactions: status: 204 No Content code: 204 duration: 114.545469ms -- id: 154 +- id: 53 request: proto: HTTP/1.1 proto_major: 1 @@ -5036,7 +1804,7 @@ interactions: status: 404 Not Found code: 404 duration: 19.963087ms -- id: 155 +- id: 54 request: proto: HTTP/1.1 proto_major: 1 @@ -5068,7 +1836,7 @@ interactions: status: 404 Not Found code: 404 duration: 27.896426ms -- id: 156 +- id: 55 request: proto: HTTP/1.1 proto_major: 1 @@ -5100,7 +1868,7 @@ interactions: status: 404 Not Found code: 404 duration: 25.535716ms -- id: 157 +- id: 56 request: proto: HTTP/1.1 proto_major: 1 @@ -5132,7 +1900,7 @@ interactions: status: 404 Not Found code: 404 duration: 27.358277ms -- id: 158 +- id: 57 request: proto: HTTP/1.1 proto_major: 1 diff --git a/internal/services/k8s/testdata/data-source-pool-basic.cassette.yaml b/internal/services/k8s/testdata/data-source-pool-basic.cassette.yaml index aa02435618..a3eb9711c8 100644 --- a/internal/services/k8s/testdata/data-source-pool-basic.cassette.yaml +++ b/internal/services/k8s/testdata/data-source-pool-basic.cassette.yaml @@ -484,22 +484,22 @@ interactions: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 756 - body: "{\"region\":\"fr-par\", \"id\":\"ed10ae0c-6203-42e9-acdc-0a3381bc3ae7\", \"cluster_id\":\"f81d0594-be8f-40e1-a0d6-8c99353f3055\", \"created_at\":\"2025-10-30T16:18:46.692174Z\", \"updated_at\":\"2025-10-30T16:18:46.692174Z\", \"name\":\"tf-pool\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[\"terraform-test\", \"data_scaleway_k8s_pool\", \"basic\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 754 + body: "{\"region\":\"fr-par\", \"id\":\"ed10ae0c-6203-42e9-acdc-0a3381bc3ae7\", \"cluster_id\":\"f81d0594-be8f-40e1-a0d6-8c99353f3055\", \"created_at\":\"2025-10-30T16:18:46.692174Z\", \"updated_at\":\"2025-10-30T16:24:03.761826Z\", \"name\":\"tf-pool\", \"status\":\"ready\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[\"terraform-test\", \"data_scaleway_k8s_pool\", \"basic\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" headers: Content-Length: - - "756" + - "754" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:18:51 GMT + - Thu, 30 Oct 2025 16:24:07 GMT Server: - Scaleway API Gateway (fr-par-3;edge03) X-Request-Id: - - 53ab50ce-984d-4521-af6d-446bd9a22cd5 + - 582597c4-8cba-4341-bbc6-9b33d5a83006 status: 200 OK code: 200 - duration: 96.300929ms + duration: 75.018626ms - id: 15 request: proto: HTTP/1.1 @@ -510,28 +510,28 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/ed10ae0c-6203-42e9-acdc-0a3381bc3ae7 + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/f81d0594-be8f-40e1-a0d6-8c99353f3055 method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 756 - body: "{\"region\":\"fr-par\", \"id\":\"ed10ae0c-6203-42e9-acdc-0a3381bc3ae7\", \"cluster_id\":\"f81d0594-be8f-40e1-a0d6-8c99353f3055\", \"created_at\":\"2025-10-30T16:18:46.692174Z\", \"updated_at\":\"2025-10-30T16:18:46.692174Z\", \"name\":\"tf-pool\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[\"terraform-test\", \"data_scaleway_k8s_pool\", \"basic\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 1631 + body: "{\"region\":\"fr-par\", \"id\":\"f81d0594-be8f-40e1-a0d6-8c99353f3055\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:41.215920Z\", \"updated_at\":\"2025-10-30T16:20:25.297004Z\", \"type\":\"kapsule\", \"name\":\"tf-cluster-pool\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"data_scaleway_k8s_pool\", \"basic\"], \"cluster_url\":\"https://f81d0594-be8f-40e1-a0d6-8c99353f3055.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.f81d0594-be8f-40e1-a0d6-8c99353f3055.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"28ed0f4c-4af6-4e05-a656-423bf86b40b4\", \"commitment_ends_at\":\"2025-10-30T16:18:41.215928Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"9133dff4-7a9a-4f48-bcc0-8a046b7067e6\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" headers: Content-Length: - - "756" + - "1631" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:18:57 GMT + - Thu, 30 Oct 2025 16:24:07 GMT Server: - Scaleway API Gateway (fr-par-3;edge03) X-Request-Id: - - 26c3e302-6809-45f0-83bb-39038eb09652 + - 78acc29a-0d2b-4eb8-b059-e44c8ceac31c status: 200 OK code: 200 - duration: 84.40352ms + duration: 110.613772ms - id: 16 request: proto: HTTP/1.1 @@ -548,22 +548,22 @@ interactions: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 756 - body: "{\"region\":\"fr-par\", \"id\":\"ed10ae0c-6203-42e9-acdc-0a3381bc3ae7\", \"cluster_id\":\"f81d0594-be8f-40e1-a0d6-8c99353f3055\", \"created_at\":\"2025-10-30T16:18:46.692174Z\", \"updated_at\":\"2025-10-30T16:18:46.692174Z\", \"name\":\"tf-pool\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[\"terraform-test\", \"data_scaleway_k8s_pool\", \"basic\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 754 + body: "{\"region\":\"fr-par\", \"id\":\"ed10ae0c-6203-42e9-acdc-0a3381bc3ae7\", \"cluster_id\":\"f81d0594-be8f-40e1-a0d6-8c99353f3055\", \"created_at\":\"2025-10-30T16:18:46.692174Z\", \"updated_at\":\"2025-10-30T16:24:03.761826Z\", \"name\":\"tf-pool\", \"status\":\"ready\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[\"terraform-test\", \"data_scaleway_k8s_pool\", \"basic\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" headers: Content-Length: - - "756" + - "754" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:19:02 GMT + - Thu, 30 Oct 2025 16:24:07 GMT Server: - Scaleway API Gateway (fr-par-3;edge03) X-Request-Id: - - 8c197e11-e9d0-4acf-9b8e-39a5175b052c + - 1e26502b-3ec1-4954-a890-c2481380fb0c status: 200 OK code: 200 - duration: 71.676503ms + duration: 35.519925ms - id: 17 request: proto: HTTP/1.1 @@ -571,31 +571,40 @@ interactions: proto_minor: 1 content_length: 0 host: api.scaleway.com + form: + order_by: + - created_at_asc + page: + - "1" + pool_id: + - ed10ae0c-6203-42e9-acdc-0a3381bc3ae7 + status: + - unknown headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/ed10ae0c-6203-42e9-acdc-0a3381bc3ae7 + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/f81d0594-be8f-40e1-a0d6-8c99353f3055/nodes?order_by=created_at_asc&page=1&pool_id=ed10ae0c-6203-42e9-acdc-0a3381bc3ae7&status=unknown method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 756 - body: "{\"region\":\"fr-par\", \"id\":\"ed10ae0c-6203-42e9-acdc-0a3381bc3ae7\", \"cluster_id\":\"f81d0594-be8f-40e1-a0d6-8c99353f3055\", \"created_at\":\"2025-10-30T16:18:46.692174Z\", \"updated_at\":\"2025-10-30T16:18:46.692174Z\", \"name\":\"tf-pool\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[\"terraform-test\", \"data_scaleway_k8s_pool\", \"basic\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 619 + body: "{\"total_count\":1, \"nodes\":[{\"region\":\"fr-par\", \"id\":\"484a8212-0083-479f-9e1b-eeaabea357a8\", \"cluster_id\":\"f81d0594-be8f-40e1-a0d6-8c99353f3055\", \"created_at\":\"2025-10-30T16:22:17.922768Z\", \"updated_at\":\"2025-10-30T16:24:03.751299Z\", \"pool_id\":\"ed10ae0c-6203-42e9-acdc-0a3381bc3ae7\", \"status\":\"ready\", \"conditions\":{\"DiskPressure\":\"False\", \"MemoryPressure\":\"False\", \"PIDPressure\":\"False\", \"Ready\":\"True\"}, \"name\":\"scw-tf-cluster-pool-tf-pool-484a82120083479f9e\", \"public_ip_v4\":\"51.15.230.164\", \"public_ip_v6\":null, \"provider_id\":\"scaleway://instance/fr-par-1/5edb9a82-efcc-4293-98e4-3009c814813b\", \"error_message\":\"\"}]}" headers: Content-Length: - - "756" + - "619" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:19:07 GMT + - Thu, 30 Oct 2025 16:24:07 GMT Server: - Scaleway API Gateway (fr-par-3;edge03) X-Request-Id: - - 40da3f62-31ec-4027-9931-f517a146ef02 + - 584b027f-fc4e-4b2c-8db1-9e6843bfd8bb status: 200 OK code: 200 - duration: 81.757934ms + duration: 26.336729ms - id: 18 request: proto: HTTP/1.1 @@ -606,28 +615,28 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/ed10ae0c-6203-42e9-acdc-0a3381bc3ae7 + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/f81d0594-be8f-40e1-a0d6-8c99353f3055 method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 756 - body: "{\"region\":\"fr-par\", \"id\":\"ed10ae0c-6203-42e9-acdc-0a3381bc3ae7\", \"cluster_id\":\"f81d0594-be8f-40e1-a0d6-8c99353f3055\", \"created_at\":\"2025-10-30T16:18:46.692174Z\", \"updated_at\":\"2025-10-30T16:18:46.692174Z\", \"name\":\"tf-pool\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[\"terraform-test\", \"data_scaleway_k8s_pool\", \"basic\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 1631 + body: "{\"region\":\"fr-par\", \"id\":\"f81d0594-be8f-40e1-a0d6-8c99353f3055\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:41.215920Z\", \"updated_at\":\"2025-10-30T16:20:25.297004Z\", \"type\":\"kapsule\", \"name\":\"tf-cluster-pool\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"data_scaleway_k8s_pool\", \"basic\"], \"cluster_url\":\"https://f81d0594-be8f-40e1-a0d6-8c99353f3055.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.f81d0594-be8f-40e1-a0d6-8c99353f3055.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"28ed0f4c-4af6-4e05-a656-423bf86b40b4\", \"commitment_ends_at\":\"2025-10-30T16:18:41.215928Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"9133dff4-7a9a-4f48-bcc0-8a046b7067e6\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" headers: Content-Length: - - "756" + - "1631" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:19:12 GMT + - Thu, 30 Oct 2025 16:24:07 GMT Server: - Scaleway API Gateway (fr-par-3;edge03) X-Request-Id: - - 61cc8321-a6e9-4bda-b857-4a6a22fe0c7d + - 3f88a83b-6556-4124-8044-90d7b5e2f30a status: 200 OK code: 200 - duration: 78.831703ms + duration: 18.789053ms - id: 19 request: proto: HTTP/1.1 @@ -635,31 +644,40 @@ interactions: proto_minor: 1 content_length: 0 host: api.scaleway.com + form: + order_by: + - created_at_desc + project_id: + - 105bdce1-64c0-48ab-899d-868455867ecf + resource_name: + - scw-tf-cluster-pool-tf-pool-484a82120083479f9e + resource_type: + - unknown_type headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/ed10ae0c-6203-42e9-acdc-0a3381bc3ae7 + url: https://api.scaleway.com/ipam/v1/regions/fr-par/ips?order_by=created_at_desc&project_id=105bdce1-64c0-48ab-899d-868455867ecf&resource_name=scw-tf-cluster-pool-tf-pool-484a82120083479f9e&resource_type=unknown_type method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 756 - body: "{\"region\":\"fr-par\", \"id\":\"ed10ae0c-6203-42e9-acdc-0a3381bc3ae7\", \"cluster_id\":\"f81d0594-be8f-40e1-a0d6-8c99353f3055\", \"created_at\":\"2025-10-30T16:18:46.692174Z\", \"updated_at\":\"2025-10-30T16:18:46.692174Z\", \"name\":\"tf-pool\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[\"terraform-test\", \"data_scaleway_k8s_pool\", \"basic\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 1123 + body: "{\"total_count\":2, \"ips\":[{\"id\":\"fd701627-2304-4588-a2b9-cb6814399727\", \"address\":\"fd5f:519c:6d46:2576:2854:c3eb:4592:7809/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":true, \"created_at\":\"2025-10-30T16:22:21.162635Z\", \"updated_at\":\"2025-10-30T16:22:21.162635Z\", \"source\":{\"subnet_id\":\"28394509-5e6b-4a35-abde-680e3d38cb46\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"27adfd84-c338-4356-82b0-000a0cef4837\", \"mac_address\":\"02:00:00:1F:1E:83\", \"name\":\"scw-tf-cluster-pool-tf-pool-484a82120083479f9e\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}, {\"id\":\"95d38f4a-5570-4b6f-bc45-4eb2d49ff948\", \"address\":\"172.18.100.3/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":false, \"created_at\":\"2025-10-30T16:22:21.040168Z\", \"updated_at\":\"2025-10-30T16:22:21.040168Z\", \"source\":{\"subnet_id\":\"69efb21f-5546-48f5-83df-aef63957de90\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"27adfd84-c338-4356-82b0-000a0cef4837\", \"mac_address\":\"02:00:00:1F:1E:83\", \"name\":\"scw-tf-cluster-pool-tf-pool-484a82120083479f9e\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}]}" headers: Content-Length: - - "756" + - "1123" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:19:17 GMT + - Thu, 30 Oct 2025 16:24:07 GMT Server: - Scaleway API Gateway (fr-par-3;edge03) X-Request-Id: - - e03ee3a9-fdec-4f12-8a7a-9131c8d299ab + - 84551a6f-3ccc-42ff-93c4-f1d3503a3bca status: 200 OK code: 200 - duration: 93.99994ms + duration: 58.523908ms - id: 20 request: proto: HTTP/1.1 @@ -670,28 +688,28 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/ed10ae0c-6203-42e9-acdc-0a3381bc3ae7 + url: https://api.scaleway.com/vpc/v2/regions/fr-par/vpcs/64ee6fb8-81c6-4519-9f5e-e4dc82ef1776 method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 756 - body: "{\"region\":\"fr-par\", \"id\":\"ed10ae0c-6203-42e9-acdc-0a3381bc3ae7\", \"cluster_id\":\"f81d0594-be8f-40e1-a0d6-8c99353f3055\", \"created_at\":\"2025-10-30T16:18:46.692174Z\", \"updated_at\":\"2025-10-30T16:18:46.692174Z\", \"name\":\"tf-pool\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[\"terraform-test\", \"data_scaleway_k8s_pool\", \"basic\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 425 + body: "{\"id\":\"64ee6fb8-81c6-4519-9f5e-e4dc82ef1776\", \"name\":\"TestAccDataSourcePool_Basic\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:40.167534Z\", \"updated_at\":\"2025-10-30T16:18:40.167534Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_default\":false, \"private_network_count\":1, \"routing_enabled\":true, \"custom_routes_propagation_enabled\":true, \"region\":\"fr-par\"}" headers: Content-Length: - - "756" + - "425" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:19:22 GMT + - Thu, 30 Oct 2025 16:24:08 GMT Server: - Scaleway API Gateway (fr-par-3;edge03) X-Request-Id: - - ea4186fb-91b7-4ff2-b198-c9684c163bc7 + - b426f80a-93db-4174-88e0-3b2967922992 status: 200 OK code: 200 - duration: 84.772762ms + duration: 23.910777ms - id: 21 request: proto: HTTP/1.1 @@ -702,28 +720,28 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/ed10ae0c-6203-42e9-acdc-0a3381bc3ae7 + url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks/28ed0f4c-4af6-4e05-a656-423bf86b40b4 method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 756 - body: "{\"region\":\"fr-par\", \"id\":\"ed10ae0c-6203-42e9-acdc-0a3381bc3ae7\", \"cluster_id\":\"f81d0594-be8f-40e1-a0d6-8c99353f3055\", \"created_at\":\"2025-10-30T16:18:46.692174Z\", \"updated_at\":\"2025-10-30T16:18:46.692174Z\", \"name\":\"tf-pool\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[\"terraform-test\", \"data_scaleway_k8s_pool\", \"basic\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 1092 + body: "{\"id\":\"28ed0f4c-4af6-4e05-a656-423bf86b40b4\", \"name\":\"test-data-source-pool\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:40.270823Z\", \"updated_at\":\"2025-10-30T16:18:40.270823Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"subnets\":[{\"id\":\"69efb21f-5546-48f5-83df-aef63957de90\", \"created_at\":\"2025-10-30T16:18:40.270823Z\", \"updated_at\":\"2025-10-30T16:18:40.270823Z\", \"subnet\":\"172.18.100.0/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"28ed0f4c-4af6-4e05-a656-423bf86b40b4\", \"vpc_id\":\"64ee6fb8-81c6-4519-9f5e-e4dc82ef1776\"}, {\"id\":\"28394509-5e6b-4a35-abde-680e3d38cb46\", \"created_at\":\"2025-10-30T16:18:40.270823Z\", \"updated_at\":\"2025-10-30T16:18:40.270823Z\", \"subnet\":\"fd5f:519c:6d46:2576::/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"28ed0f4c-4af6-4e05-a656-423bf86b40b4\", \"vpc_id\":\"64ee6fb8-81c6-4519-9f5e-e4dc82ef1776\"}], \"vpc_id\":\"64ee6fb8-81c6-4519-9f5e-e4dc82ef1776\", \"dhcp_enabled\":true, \"default_route_propagation_enabled\":false, \"region\":\"fr-par\"}" headers: Content-Length: - - "756" + - "1092" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:19:27 GMT + - Thu, 30 Oct 2025 16:24:08 GMT Server: - Scaleway API Gateway (fr-par-3;edge03) X-Request-Id: - - 979cfa69-759e-4a54-b82f-e6e8ed8795f3 + - bc04f194-d0e4-4812-988e-36e2c7f7821b status: 200 OK code: 200 - duration: 84.976786ms + duration: 30.69022ms - id: 22 request: proto: HTTP/1.1 @@ -734,28 +752,28 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/ed10ae0c-6203-42e9-acdc-0a3381bc3ae7 + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/f81d0594-be8f-40e1-a0d6-8c99353f3055 method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 756 - body: "{\"region\":\"fr-par\", \"id\":\"ed10ae0c-6203-42e9-acdc-0a3381bc3ae7\", \"cluster_id\":\"f81d0594-be8f-40e1-a0d6-8c99353f3055\", \"created_at\":\"2025-10-30T16:18:46.692174Z\", \"updated_at\":\"2025-10-30T16:18:46.692174Z\", \"name\":\"tf-pool\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[\"terraform-test\", \"data_scaleway_k8s_pool\", \"basic\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 1631 + body: "{\"region\":\"fr-par\", \"id\":\"f81d0594-be8f-40e1-a0d6-8c99353f3055\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:41.215920Z\", \"updated_at\":\"2025-10-30T16:20:25.297004Z\", \"type\":\"kapsule\", \"name\":\"tf-cluster-pool\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"data_scaleway_k8s_pool\", \"basic\"], \"cluster_url\":\"https://f81d0594-be8f-40e1-a0d6-8c99353f3055.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.f81d0594-be8f-40e1-a0d6-8c99353f3055.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"28ed0f4c-4af6-4e05-a656-423bf86b40b4\", \"commitment_ends_at\":\"2025-10-30T16:18:41.215928Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"9133dff4-7a9a-4f48-bcc0-8a046b7067e6\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" headers: Content-Length: - - "756" + - "1631" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:19:32 GMT + - Thu, 30 Oct 2025 16:24:08 GMT Server: - Scaleway API Gateway (fr-par-3;edge03) X-Request-Id: - - d7c6e919-8f47-4b25-a01d-3fd6bf5d9a1a + - 7cde4753-4286-4ca5-8818-97adc506c9a7 status: 200 OK code: 200 - duration: 87.767594ms + duration: 20.345706ms - id: 23 request: proto: HTTP/1.1 @@ -766,28 +784,28 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/ed10ae0c-6203-42e9-acdc-0a3381bc3ae7 + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/f81d0594-be8f-40e1-a0d6-8c99353f3055/kubeconfig method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 756 - body: "{\"region\":\"fr-par\", \"id\":\"ed10ae0c-6203-42e9-acdc-0a3381bc3ae7\", \"cluster_id\":\"f81d0594-be8f-40e1-a0d6-8c99353f3055\", \"created_at\":\"2025-10-30T16:18:46.692174Z\", \"updated_at\":\"2025-10-30T16:18:46.692174Z\", \"name\":\"tf-pool\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[\"terraform-test\", \"data_scaleway_k8s_pool\", \"basic\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 1658 + body: "{\"name\":\"kubeconfig\", \"content_type\":\"application/octet-stream\", \"content\":\"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogInRmLWNsdXN0ZXItcG9vbCIKICBjbHVzdGVyOgogICAgY2VydGlmaWNhdGUtYXV0aG9yaXR5LWRhdGE6IExTMHRMUzFDUlVkSlRpQkRSVkpVU1VaSlEwRlVSUzB0TFMwdENrMUpTVUpYYWtORFFWRkhaMEYzU1VKQlowbENRVVJCUzBKblozRm9hMnBQVUZGUlJFRnFRVlpOVWsxM1JWRlpSRlpSVVVSRmQzQnlaRmRLYkdOdE5Xd0taRWRXZWsxQ05GaEVWRWt4VFZSQmVVOVVSVEpOVkdjd1RWWnZXRVJVVFRGTlZFRjVUMVJGTWsxVVp6Qk5WbTkzUmxSRlZFMUNSVWRCTVZWRlFYaE5Td3BoTTFacFdsaEtkVnBZVW14amVrSmFUVUpOUjBKNWNVZFRUVFE1UVdkRlIwTkRjVWRUVFRRNVFYZEZTRUV3U1VGQ1NVNXBXbUZRZG01QlJGbHFVemw2Q2sxWVEwVnBiR1pVY0RaS1ZqUnhTR2hJU0VOdGVERjVMMFpHYUhRMFIyTlZhV05OV1UxQlpHUlVabGxHWVRac2NFbzJiVEp4VEZGbFluQlJOMjQ1UWtVS05sWkdiVEk0Y1dwUmFrSkJUVUUwUjBFeFZXUkVkMFZDTDNkUlJVRjNTVU53UkVGUVFtZE9Wa2hTVFVKQlpqaEZRbFJCUkVGUlNDOU5RakJIUVRGVlpBcEVaMUZYUWtKVVMyVkRiak5LVnpKalp6SkNUVEpKTDBkMVlWRndOMVJqUTNwVVFVdENaMmR4YUd0cVQxQlJVVVJCWjA1SVFVUkNSVUZwUW5wNGEzVnJDblV4Y2tFMFFreFpiemxVUkRoWGNFUjBjMVpsVGxCa05tZFJhbWxMVkM5Tk1uQXhkRnAzU1dkVFNXMXVSbGRHYml0emRGUlRNVGRMVFhWaGFUVlpNbTBLV1hZMlZEWlNObGcxVTNvNFRXMURNVmRPWXowS0xTMHRMUzFGVGtRZ1EwVlNWRWxHU1VOQlZFVXRMUzB0TFFvPQogICAgc2VydmVyOiBodHRwczovL2Y4MWQwNTk0LWJlOGYtNDBlMS1hMGQ2LThjOTkzNTNmMzA1NS5hcGkuazhzLmZyLXBhci5zY3cuY2xvdWQ6NjQ0Mwpjb250ZXh0czoKLSBuYW1lOiBhZG1pbkB0Zi1jbHVzdGVyLXBvb2wKICBjb250ZXh0OgogICAgY2x1c3RlcjogInRmLWNsdXN0ZXItcG9vbCIKICAgIHVzZXI6IHRmLWNsdXN0ZXItcG9vbC1hZG1pbgpjdXJyZW50LWNvbnRleHQ6IGFkbWluQHRmLWNsdXN0ZXItcG9vbApraW5kOiBDb25maWcKcHJlZmVyZW5jZXM6IHt9CnVzZXJzOgotIG5hbWU6IHRmLWNsdXN0ZXItcG9vbC1hZG1pbgogIHVzZXI6CiAgICB0b2tlbjogN3BETGtYR1ZWZXZ5UWhROUlVbnV6bHZ4TGFqdTNVNEU3dExTOVJWSEhTNThTWXVNMVlUdGlCejY=\"}" headers: Content-Length: - - "756" + - "1658" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:19:37 GMT + - Thu, 30 Oct 2025 16:24:08 GMT Server: - Scaleway API Gateway (fr-par-3;edge03) X-Request-Id: - - 969cd75a-0c2c-4f55-946b-0ade07292e86 + - 3903a1d6-c0d9-4ff9-81b1-5f4ddbcfe7c6 status: 200 OK code: 200 - duration: 72.001704ms + duration: 88.549111ms - id: 24 request: proto: HTTP/1.1 @@ -804,22 +822,22 @@ interactions: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 756 - body: "{\"region\":\"fr-par\", \"id\":\"ed10ae0c-6203-42e9-acdc-0a3381bc3ae7\", \"cluster_id\":\"f81d0594-be8f-40e1-a0d6-8c99353f3055\", \"created_at\":\"2025-10-30T16:18:46.692174Z\", \"updated_at\":\"2025-10-30T16:18:46.692174Z\", \"name\":\"tf-pool\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[\"terraform-test\", \"data_scaleway_k8s_pool\", \"basic\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 754 + body: "{\"region\":\"fr-par\", \"id\":\"ed10ae0c-6203-42e9-acdc-0a3381bc3ae7\", \"cluster_id\":\"f81d0594-be8f-40e1-a0d6-8c99353f3055\", \"created_at\":\"2025-10-30T16:18:46.692174Z\", \"updated_at\":\"2025-10-30T16:24:03.761826Z\", \"name\":\"tf-pool\", \"status\":\"ready\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[\"terraform-test\", \"data_scaleway_k8s_pool\", \"basic\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" headers: Content-Length: - - "756" + - "754" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:19:42 GMT + - Thu, 30 Oct 2025 16:24:08 GMT Server: - Scaleway API Gateway (fr-par-3;edge03) X-Request-Id: - - d0a6c1a3-8ee9-4581-8ea6-162e29f6894b + - 61d89d61-a6d8-4e38-a20b-565d91884380 status: 200 OK code: 200 - duration: 89.328562ms + duration: 20.596035ms - id: 25 request: proto: HTTP/1.1 @@ -827,31 +845,40 @@ interactions: proto_minor: 1 content_length: 0 host: api.scaleway.com + form: + order_by: + - created_at_asc + page: + - "1" + pool_id: + - ed10ae0c-6203-42e9-acdc-0a3381bc3ae7 + status: + - unknown headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/ed10ae0c-6203-42e9-acdc-0a3381bc3ae7 + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/f81d0594-be8f-40e1-a0d6-8c99353f3055/nodes?order_by=created_at_asc&page=1&pool_id=ed10ae0c-6203-42e9-acdc-0a3381bc3ae7&status=unknown method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 756 - body: "{\"region\":\"fr-par\", \"id\":\"ed10ae0c-6203-42e9-acdc-0a3381bc3ae7\", \"cluster_id\":\"f81d0594-be8f-40e1-a0d6-8c99353f3055\", \"created_at\":\"2025-10-30T16:18:46.692174Z\", \"updated_at\":\"2025-10-30T16:18:46.692174Z\", \"name\":\"tf-pool\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[\"terraform-test\", \"data_scaleway_k8s_pool\", \"basic\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 619 + body: "{\"total_count\":1, \"nodes\":[{\"region\":\"fr-par\", \"id\":\"484a8212-0083-479f-9e1b-eeaabea357a8\", \"cluster_id\":\"f81d0594-be8f-40e1-a0d6-8c99353f3055\", \"created_at\":\"2025-10-30T16:22:17.922768Z\", \"updated_at\":\"2025-10-30T16:24:03.751299Z\", \"pool_id\":\"ed10ae0c-6203-42e9-acdc-0a3381bc3ae7\", \"status\":\"ready\", \"conditions\":{\"DiskPressure\":\"False\", \"MemoryPressure\":\"False\", \"PIDPressure\":\"False\", \"Ready\":\"True\"}, \"name\":\"scw-tf-cluster-pool-tf-pool-484a82120083479f9e\", \"public_ip_v4\":\"51.15.230.164\", \"public_ip_v6\":null, \"provider_id\":\"scaleway://instance/fr-par-1/5edb9a82-efcc-4293-98e4-3009c814813b\", \"error_message\":\"\"}]}" headers: Content-Length: - - "756" + - "619" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:19:47 GMT + - Thu, 30 Oct 2025 16:24:08 GMT Server: - Scaleway API Gateway (fr-par-3;edge03) X-Request-Id: - - c6561e7b-c705-4b5a-991b-e716e9a14dc7 + - a8f874e4-90d1-4517-9d8e-b1bc02ce0f2e status: 200 OK code: 200 - duration: 88.078737ms + duration: 23.482352ms - id: 26 request: proto: HTTP/1.1 @@ -862,28 +889,28 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/ed10ae0c-6203-42e9-acdc-0a3381bc3ae7 + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/f81d0594-be8f-40e1-a0d6-8c99353f3055 method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 756 - body: "{\"region\":\"fr-par\", \"id\":\"ed10ae0c-6203-42e9-acdc-0a3381bc3ae7\", \"cluster_id\":\"f81d0594-be8f-40e1-a0d6-8c99353f3055\", \"created_at\":\"2025-10-30T16:18:46.692174Z\", \"updated_at\":\"2025-10-30T16:18:46.692174Z\", \"name\":\"tf-pool\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[\"terraform-test\", \"data_scaleway_k8s_pool\", \"basic\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 1631 + body: "{\"region\":\"fr-par\", \"id\":\"f81d0594-be8f-40e1-a0d6-8c99353f3055\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:41.215920Z\", \"updated_at\":\"2025-10-30T16:20:25.297004Z\", \"type\":\"kapsule\", \"name\":\"tf-cluster-pool\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"data_scaleway_k8s_pool\", \"basic\"], \"cluster_url\":\"https://f81d0594-be8f-40e1-a0d6-8c99353f3055.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.f81d0594-be8f-40e1-a0d6-8c99353f3055.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"28ed0f4c-4af6-4e05-a656-423bf86b40b4\", \"commitment_ends_at\":\"2025-10-30T16:18:41.215928Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"9133dff4-7a9a-4f48-bcc0-8a046b7067e6\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" headers: Content-Length: - - "756" + - "1631" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:19:52 GMT + - Thu, 30 Oct 2025 16:24:08 GMT Server: - Scaleway API Gateway (fr-par-3;edge03) X-Request-Id: - - 40497f40-0f45-4616-8d08-92be98d6119a + - 476d2b8d-ef50-440d-bf2e-bccd7ac529bf status: 200 OK code: 200 - duration: 89.475769ms + duration: 25.502123ms - id: 27 request: proto: HTTP/1.1 @@ -891,31 +918,40 @@ interactions: proto_minor: 1 content_length: 0 host: api.scaleway.com + form: + order_by: + - created_at_desc + project_id: + - 105bdce1-64c0-48ab-899d-868455867ecf + resource_name: + - scw-tf-cluster-pool-tf-pool-484a82120083479f9e + resource_type: + - unknown_type headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/ed10ae0c-6203-42e9-acdc-0a3381bc3ae7 + url: https://api.scaleway.com/ipam/v1/regions/fr-par/ips?order_by=created_at_desc&project_id=105bdce1-64c0-48ab-899d-868455867ecf&resource_name=scw-tf-cluster-pool-tf-pool-484a82120083479f9e&resource_type=unknown_type method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 756 - body: "{\"region\":\"fr-par\", \"id\":\"ed10ae0c-6203-42e9-acdc-0a3381bc3ae7\", \"cluster_id\":\"f81d0594-be8f-40e1-a0d6-8c99353f3055\", \"created_at\":\"2025-10-30T16:18:46.692174Z\", \"updated_at\":\"2025-10-30T16:18:46.692174Z\", \"name\":\"tf-pool\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[\"terraform-test\", \"data_scaleway_k8s_pool\", \"basic\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 1123 + body: "{\"total_count\":2, \"ips\":[{\"id\":\"fd701627-2304-4588-a2b9-cb6814399727\", \"address\":\"fd5f:519c:6d46:2576:2854:c3eb:4592:7809/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":true, \"created_at\":\"2025-10-30T16:22:21.162635Z\", \"updated_at\":\"2025-10-30T16:22:21.162635Z\", \"source\":{\"subnet_id\":\"28394509-5e6b-4a35-abde-680e3d38cb46\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"27adfd84-c338-4356-82b0-000a0cef4837\", \"mac_address\":\"02:00:00:1F:1E:83\", \"name\":\"scw-tf-cluster-pool-tf-pool-484a82120083479f9e\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}, {\"id\":\"95d38f4a-5570-4b6f-bc45-4eb2d49ff948\", \"address\":\"172.18.100.3/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":false, \"created_at\":\"2025-10-30T16:22:21.040168Z\", \"updated_at\":\"2025-10-30T16:22:21.040168Z\", \"source\":{\"subnet_id\":\"69efb21f-5546-48f5-83df-aef63957de90\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"27adfd84-c338-4356-82b0-000a0cef4837\", \"mac_address\":\"02:00:00:1F:1E:83\", \"name\":\"scw-tf-cluster-pool-tf-pool-484a82120083479f9e\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}]}" headers: Content-Length: - - "756" + - "1123" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:19:58 GMT + - Thu, 30 Oct 2025 16:24:08 GMT Server: - Scaleway API Gateway (fr-par-3;edge03) X-Request-Id: - - 2d32cce9-435d-4a06-ad03-f323f3298ea2 + - d2e2f9da-b148-4dcb-b566-7107f3e9c13e status: 200 OK code: 200 - duration: 107.933711ms + duration: 33.977379ms - id: 28 request: proto: HTTP/1.1 @@ -926,28 +962,28 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/ed10ae0c-6203-42e9-acdc-0a3381bc3ae7 + url: https://api.scaleway.com/vpc/v2/regions/fr-par/vpcs/64ee6fb8-81c6-4519-9f5e-e4dc82ef1776 method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 756 - body: "{\"region\":\"fr-par\", \"id\":\"ed10ae0c-6203-42e9-acdc-0a3381bc3ae7\", \"cluster_id\":\"f81d0594-be8f-40e1-a0d6-8c99353f3055\", \"created_at\":\"2025-10-30T16:18:46.692174Z\", \"updated_at\":\"2025-10-30T16:18:46.692174Z\", \"name\":\"tf-pool\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[\"terraform-test\", \"data_scaleway_k8s_pool\", \"basic\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 425 + body: "{\"id\":\"64ee6fb8-81c6-4519-9f5e-e4dc82ef1776\", \"name\":\"TestAccDataSourcePool_Basic\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:40.167534Z\", \"updated_at\":\"2025-10-30T16:18:40.167534Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_default\":false, \"private_network_count\":1, \"routing_enabled\":true, \"custom_routes_propagation_enabled\":true, \"region\":\"fr-par\"}" headers: Content-Length: - - "756" + - "425" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:20:03 GMT + - Thu, 30 Oct 2025 16:24:08 GMT Server: - Scaleway API Gateway (fr-par-3;edge03) X-Request-Id: - - b7453e32-a877-4528-a68f-429c69a84775 + - 7e34c9c1-976f-49ee-958e-e93074320b61 status: 200 OK code: 200 - duration: 111.184953ms + duration: 26.467796ms - id: 29 request: proto: HTTP/1.1 @@ -958,28 +994,28 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/ed10ae0c-6203-42e9-acdc-0a3381bc3ae7 + url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks/28ed0f4c-4af6-4e05-a656-423bf86b40b4 method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 756 - body: "{\"region\":\"fr-par\", \"id\":\"ed10ae0c-6203-42e9-acdc-0a3381bc3ae7\", \"cluster_id\":\"f81d0594-be8f-40e1-a0d6-8c99353f3055\", \"created_at\":\"2025-10-30T16:18:46.692174Z\", \"updated_at\":\"2025-10-30T16:18:46.692174Z\", \"name\":\"tf-pool\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[\"terraform-test\", \"data_scaleway_k8s_pool\", \"basic\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 1092 + body: "{\"id\":\"28ed0f4c-4af6-4e05-a656-423bf86b40b4\", \"name\":\"test-data-source-pool\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:40.270823Z\", \"updated_at\":\"2025-10-30T16:18:40.270823Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"subnets\":[{\"id\":\"69efb21f-5546-48f5-83df-aef63957de90\", \"created_at\":\"2025-10-30T16:18:40.270823Z\", \"updated_at\":\"2025-10-30T16:18:40.270823Z\", \"subnet\":\"172.18.100.0/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"28ed0f4c-4af6-4e05-a656-423bf86b40b4\", \"vpc_id\":\"64ee6fb8-81c6-4519-9f5e-e4dc82ef1776\"}, {\"id\":\"28394509-5e6b-4a35-abde-680e3d38cb46\", \"created_at\":\"2025-10-30T16:18:40.270823Z\", \"updated_at\":\"2025-10-30T16:18:40.270823Z\", \"subnet\":\"fd5f:519c:6d46:2576::/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"28ed0f4c-4af6-4e05-a656-423bf86b40b4\", \"vpc_id\":\"64ee6fb8-81c6-4519-9f5e-e4dc82ef1776\"}], \"vpc_id\":\"64ee6fb8-81c6-4519-9f5e-e4dc82ef1776\", \"dhcp_enabled\":true, \"default_route_propagation_enabled\":false, \"region\":\"fr-par\"}" headers: Content-Length: - - "756" + - "1092" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:20:08 GMT + - Thu, 30 Oct 2025 16:24:08 GMT Server: - Scaleway API Gateway (fr-par-3;edge03) X-Request-Id: - - 126788e4-37f8-4202-9df1-5e738d491b79 + - 4a6ff232-cd0a-4c6a-9616-650ae521f48d status: 200 OK code: 200 - duration: 76.783258ms + duration: 31.530056ms - id: 30 request: proto: HTTP/1.1 @@ -990,28 +1026,28 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/ed10ae0c-6203-42e9-acdc-0a3381bc3ae7 + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/f81d0594-be8f-40e1-a0d6-8c99353f3055 method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 756 - body: "{\"region\":\"fr-par\", \"id\":\"ed10ae0c-6203-42e9-acdc-0a3381bc3ae7\", \"cluster_id\":\"f81d0594-be8f-40e1-a0d6-8c99353f3055\", \"created_at\":\"2025-10-30T16:18:46.692174Z\", \"updated_at\":\"2025-10-30T16:18:46.692174Z\", \"name\":\"tf-pool\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[\"terraform-test\", \"data_scaleway_k8s_pool\", \"basic\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 1631 + body: "{\"region\":\"fr-par\", \"id\":\"f81d0594-be8f-40e1-a0d6-8c99353f3055\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:41.215920Z\", \"updated_at\":\"2025-10-30T16:20:25.297004Z\", \"type\":\"kapsule\", \"name\":\"tf-cluster-pool\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"data_scaleway_k8s_pool\", \"basic\"], \"cluster_url\":\"https://f81d0594-be8f-40e1-a0d6-8c99353f3055.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.f81d0594-be8f-40e1-a0d6-8c99353f3055.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"28ed0f4c-4af6-4e05-a656-423bf86b40b4\", \"commitment_ends_at\":\"2025-10-30T16:18:41.215928Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"9133dff4-7a9a-4f48-bcc0-8a046b7067e6\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" headers: Content-Length: - - "756" + - "1631" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:20:13 GMT + - Thu, 30 Oct 2025 16:24:08 GMT Server: - Scaleway API Gateway (fr-par-3;edge03) X-Request-Id: - - ff15aa92-a36c-41d7-a8cc-bb6388ff3f88 + - 56062b78-2689-4e8a-94d5-e265eccc6984 status: 200 OK code: 200 - duration: 98.454451ms + duration: 21.138944ms - id: 31 request: proto: HTTP/1.1 @@ -1022,28 +1058,28 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/ed10ae0c-6203-42e9-acdc-0a3381bc3ae7 + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/f81d0594-be8f-40e1-a0d6-8c99353f3055/kubeconfig method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 756 - body: "{\"region\":\"fr-par\", \"id\":\"ed10ae0c-6203-42e9-acdc-0a3381bc3ae7\", \"cluster_id\":\"f81d0594-be8f-40e1-a0d6-8c99353f3055\", \"created_at\":\"2025-10-30T16:18:46.692174Z\", \"updated_at\":\"2025-10-30T16:18:46.692174Z\", \"name\":\"tf-pool\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[\"terraform-test\", \"data_scaleway_k8s_pool\", \"basic\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 1658 + body: "{\"name\":\"kubeconfig\", \"content_type\":\"application/octet-stream\", \"content\":\"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogInRmLWNsdXN0ZXItcG9vbCIKICBjbHVzdGVyOgogICAgY2VydGlmaWNhdGUtYXV0aG9yaXR5LWRhdGE6IExTMHRMUzFDUlVkSlRpQkRSVkpVU1VaSlEwRlVSUzB0TFMwdENrMUpTVUpYYWtORFFWRkhaMEYzU1VKQlowbENRVVJCUzBKblozRm9hMnBQVUZGUlJFRnFRVlpOVWsxM1JWRlpSRlpSVVVSRmQzQnlaRmRLYkdOdE5Xd0taRWRXZWsxQ05GaEVWRWt4VFZSQmVVOVVSVEpOVkdjd1RWWnZXRVJVVFRGTlZFRjVUMVJGTWsxVVp6Qk5WbTkzUmxSRlZFMUNSVWRCTVZWRlFYaE5Td3BoTTFacFdsaEtkVnBZVW14amVrSmFUVUpOUjBKNWNVZFRUVFE1UVdkRlIwTkRjVWRUVFRRNVFYZEZTRUV3U1VGQ1NVNXBXbUZRZG01QlJGbHFVemw2Q2sxWVEwVnBiR1pVY0RaS1ZqUnhTR2hJU0VOdGVERjVMMFpHYUhRMFIyTlZhV05OV1UxQlpHUlVabGxHWVRac2NFbzJiVEp4VEZGbFluQlJOMjQ1UWtVS05sWkdiVEk0Y1dwUmFrSkJUVUUwUjBFeFZXUkVkMFZDTDNkUlJVRjNTVU53UkVGUVFtZE9Wa2hTVFVKQlpqaEZRbFJCUkVGUlNDOU5RakJIUVRGVlpBcEVaMUZYUWtKVVMyVkRiak5LVnpKalp6SkNUVEpKTDBkMVlWRndOMVJqUTNwVVFVdENaMmR4YUd0cVQxQlJVVVJCWjA1SVFVUkNSVUZwUW5wNGEzVnJDblV4Y2tFMFFreFpiemxVUkRoWGNFUjBjMVpsVGxCa05tZFJhbWxMVkM5Tk1uQXhkRnAzU1dkVFNXMXVSbGRHYml0emRGUlRNVGRMVFhWaGFUVlpNbTBLV1hZMlZEWlNObGcxVTNvNFRXMURNVmRPWXowS0xTMHRMUzFGVGtRZ1EwVlNWRWxHU1VOQlZFVXRMUzB0TFFvPQogICAgc2VydmVyOiBodHRwczovL2Y4MWQwNTk0LWJlOGYtNDBlMS1hMGQ2LThjOTkzNTNmMzA1NS5hcGkuazhzLmZyLXBhci5zY3cuY2xvdWQ6NjQ0Mwpjb250ZXh0czoKLSBuYW1lOiBhZG1pbkB0Zi1jbHVzdGVyLXBvb2wKICBjb250ZXh0OgogICAgY2x1c3RlcjogInRmLWNsdXN0ZXItcG9vbCIKICAgIHVzZXI6IHRmLWNsdXN0ZXItcG9vbC1hZG1pbgpjdXJyZW50LWNvbnRleHQ6IGFkbWluQHRmLWNsdXN0ZXItcG9vbApraW5kOiBDb25maWcKcHJlZmVyZW5jZXM6IHt9CnVzZXJzOgotIG5hbWU6IHRmLWNsdXN0ZXItcG9vbC1hZG1pbgogIHVzZXI6CiAgICB0b2tlbjogN3BETGtYR1ZWZXZ5UWhROUlVbnV6bHZ4TGFqdTNVNEU3dExTOVJWSEhTNThTWXVNMVlUdGlCejY=\"}" headers: Content-Length: - - "756" + - "1658" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:20:18 GMT + - Thu, 30 Oct 2025 16:24:08 GMT Server: - Scaleway API Gateway (fr-par-3;edge03) X-Request-Id: - - 3ad3c524-11c8-4d41-a79d-68d6ac9adbec + - 675adf93-b286-4d17-85c9-676bace990a7 status: 200 OK code: 200 - duration: 73.919644ms + duration: 104.583654ms - id: 32 request: proto: HTTP/1.1 @@ -1060,22 +1096,22 @@ interactions: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 756 - body: "{\"region\":\"fr-par\", \"id\":\"ed10ae0c-6203-42e9-acdc-0a3381bc3ae7\", \"cluster_id\":\"f81d0594-be8f-40e1-a0d6-8c99353f3055\", \"created_at\":\"2025-10-30T16:18:46.692174Z\", \"updated_at\":\"2025-10-30T16:18:46.692174Z\", \"name\":\"tf-pool\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[\"terraform-test\", \"data_scaleway_k8s_pool\", \"basic\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 754 + body: "{\"region\":\"fr-par\", \"id\":\"ed10ae0c-6203-42e9-acdc-0a3381bc3ae7\", \"cluster_id\":\"f81d0594-be8f-40e1-a0d6-8c99353f3055\", \"created_at\":\"2025-10-30T16:18:46.692174Z\", \"updated_at\":\"2025-10-30T16:24:03.761826Z\", \"name\":\"tf-pool\", \"status\":\"ready\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[\"terraform-test\", \"data_scaleway_k8s_pool\", \"basic\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" headers: Content-Length: - - "756" + - "754" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:20:23 GMT + - Thu, 30 Oct 2025 16:24:08 GMT Server: - Scaleway API Gateway (fr-par-3;edge03) X-Request-Id: - - 63effaf3-a899-4ac2-b5ef-541d510c7a27 + - e39556bc-6902-4f01-9ea9-c0b2014e5a33 status: 200 OK code: 200 - duration: 81.959142ms + duration: 89.294039ms - id: 33 request: proto: HTTP/1.1 @@ -1083,31 +1119,40 @@ interactions: proto_minor: 1 content_length: 0 host: api.scaleway.com + form: + order_by: + - created_at_asc + page: + - "1" + pool_id: + - ed10ae0c-6203-42e9-acdc-0a3381bc3ae7 + status: + - unknown headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/ed10ae0c-6203-42e9-acdc-0a3381bc3ae7 + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/f81d0594-be8f-40e1-a0d6-8c99353f3055/nodes?order_by=created_at_asc&page=1&pool_id=ed10ae0c-6203-42e9-acdc-0a3381bc3ae7&status=unknown method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 756 - body: "{\"region\":\"fr-par\", \"id\":\"ed10ae0c-6203-42e9-acdc-0a3381bc3ae7\", \"cluster_id\":\"f81d0594-be8f-40e1-a0d6-8c99353f3055\", \"created_at\":\"2025-10-30T16:18:46.692174Z\", \"updated_at\":\"2025-10-30T16:18:46.692174Z\", \"name\":\"tf-pool\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[\"terraform-test\", \"data_scaleway_k8s_pool\", \"basic\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 619 + body: "{\"total_count\":1, \"nodes\":[{\"region\":\"fr-par\", \"id\":\"484a8212-0083-479f-9e1b-eeaabea357a8\", \"cluster_id\":\"f81d0594-be8f-40e1-a0d6-8c99353f3055\", \"created_at\":\"2025-10-30T16:22:17.922768Z\", \"updated_at\":\"2025-10-30T16:24:03.751299Z\", \"pool_id\":\"ed10ae0c-6203-42e9-acdc-0a3381bc3ae7\", \"status\":\"ready\", \"conditions\":{\"DiskPressure\":\"False\", \"MemoryPressure\":\"False\", \"PIDPressure\":\"False\", \"Ready\":\"True\"}, \"name\":\"scw-tf-cluster-pool-tf-pool-484a82120083479f9e\", \"public_ip_v4\":\"51.15.230.164\", \"public_ip_v6\":null, \"provider_id\":\"scaleway://instance/fr-par-1/5edb9a82-efcc-4293-98e4-3009c814813b\", \"error_message\":\"\"}]}" headers: Content-Length: - - "756" + - "619" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:20:28 GMT + - Thu, 30 Oct 2025 16:24:08 GMT Server: - Scaleway API Gateway (fr-par-3;edge03) X-Request-Id: - - 819abae3-736e-4e40-90f4-4842c6f1e8cb + - 8e94a54b-85d5-4a86-ada3-7395bbf2732f status: 200 OK code: 200 - duration: 82.8264ms + duration: 116.830359ms - id: 34 request: proto: HTTP/1.1 @@ -1118,28 +1163,28 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/ed10ae0c-6203-42e9-acdc-0a3381bc3ae7 + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/f81d0594-be8f-40e1-a0d6-8c99353f3055 method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 756 - body: "{\"region\":\"fr-par\", \"id\":\"ed10ae0c-6203-42e9-acdc-0a3381bc3ae7\", \"cluster_id\":\"f81d0594-be8f-40e1-a0d6-8c99353f3055\", \"created_at\":\"2025-10-30T16:18:46.692174Z\", \"updated_at\":\"2025-10-30T16:18:46.692174Z\", \"name\":\"tf-pool\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[\"terraform-test\", \"data_scaleway_k8s_pool\", \"basic\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 1631 + body: "{\"region\":\"fr-par\", \"id\":\"f81d0594-be8f-40e1-a0d6-8c99353f3055\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:41.215920Z\", \"updated_at\":\"2025-10-30T16:20:25.297004Z\", \"type\":\"kapsule\", \"name\":\"tf-cluster-pool\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"data_scaleway_k8s_pool\", \"basic\"], \"cluster_url\":\"https://f81d0594-be8f-40e1-a0d6-8c99353f3055.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.f81d0594-be8f-40e1-a0d6-8c99353f3055.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"28ed0f4c-4af6-4e05-a656-423bf86b40b4\", \"commitment_ends_at\":\"2025-10-30T16:18:41.215928Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"9133dff4-7a9a-4f48-bcc0-8a046b7067e6\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" headers: Content-Length: - - "756" + - "1631" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:20:33 GMT + - Thu, 30 Oct 2025 16:24:08 GMT Server: - Scaleway API Gateway (fr-par-3;edge03) X-Request-Id: - - ba928a54-da30-4899-940a-a9ab495bea6e + - 3890234a-3b65-40d2-a156-74bc0fb4d5c1 status: 200 OK code: 200 - duration: 72.928964ms + duration: 35.33615ms - id: 35 request: proto: HTTP/1.1 @@ -1147,31 +1192,40 @@ interactions: proto_minor: 1 content_length: 0 host: api.scaleway.com + form: + order_by: + - created_at_desc + project_id: + - 105bdce1-64c0-48ab-899d-868455867ecf + resource_name: + - scw-tf-cluster-pool-tf-pool-484a82120083479f9e + resource_type: + - unknown_type headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/ed10ae0c-6203-42e9-acdc-0a3381bc3ae7 + url: https://api.scaleway.com/ipam/v1/regions/fr-par/ips?order_by=created_at_desc&project_id=105bdce1-64c0-48ab-899d-868455867ecf&resource_name=scw-tf-cluster-pool-tf-pool-484a82120083479f9e&resource_type=unknown_type method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 756 - body: "{\"region\":\"fr-par\", \"id\":\"ed10ae0c-6203-42e9-acdc-0a3381bc3ae7\", \"cluster_id\":\"f81d0594-be8f-40e1-a0d6-8c99353f3055\", \"created_at\":\"2025-10-30T16:18:46.692174Z\", \"updated_at\":\"2025-10-30T16:18:46.692174Z\", \"name\":\"tf-pool\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[\"terraform-test\", \"data_scaleway_k8s_pool\", \"basic\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 1123 + body: "{\"total_count\":2, \"ips\":[{\"id\":\"fd701627-2304-4588-a2b9-cb6814399727\", \"address\":\"fd5f:519c:6d46:2576:2854:c3eb:4592:7809/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":true, \"created_at\":\"2025-10-30T16:22:21.162635Z\", \"updated_at\":\"2025-10-30T16:22:21.162635Z\", \"source\":{\"subnet_id\":\"28394509-5e6b-4a35-abde-680e3d38cb46\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"27adfd84-c338-4356-82b0-000a0cef4837\", \"mac_address\":\"02:00:00:1F:1E:83\", \"name\":\"scw-tf-cluster-pool-tf-pool-484a82120083479f9e\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}, {\"id\":\"95d38f4a-5570-4b6f-bc45-4eb2d49ff948\", \"address\":\"172.18.100.3/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":false, \"created_at\":\"2025-10-30T16:22:21.040168Z\", \"updated_at\":\"2025-10-30T16:22:21.040168Z\", \"source\":{\"subnet_id\":\"69efb21f-5546-48f5-83df-aef63957de90\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"27adfd84-c338-4356-82b0-000a0cef4837\", \"mac_address\":\"02:00:00:1F:1E:83\", \"name\":\"scw-tf-cluster-pool-tf-pool-484a82120083479f9e\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}]}" headers: Content-Length: - - "756" + - "1123" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:20:38 GMT + - Thu, 30 Oct 2025 16:24:09 GMT Server: - Scaleway API Gateway (fr-par-3;edge03) X-Request-Id: - - 3a8df4dc-7239-4d19-b9d5-506e31a07e64 + - 443d257f-76d3-4c6b-aca9-e30388382fab status: 200 OK code: 200 - duration: 81.198454ms + duration: 68.576646ms - id: 36 request: proto: HTTP/1.1 @@ -1188,22 +1242,22 @@ interactions: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 756 - body: "{\"region\":\"fr-par\", \"id\":\"ed10ae0c-6203-42e9-acdc-0a3381bc3ae7\", \"cluster_id\":\"f81d0594-be8f-40e1-a0d6-8c99353f3055\", \"created_at\":\"2025-10-30T16:18:46.692174Z\", \"updated_at\":\"2025-10-30T16:18:46.692174Z\", \"name\":\"tf-pool\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[\"terraform-test\", \"data_scaleway_k8s_pool\", \"basic\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 754 + body: "{\"region\":\"fr-par\", \"id\":\"ed10ae0c-6203-42e9-acdc-0a3381bc3ae7\", \"cluster_id\":\"f81d0594-be8f-40e1-a0d6-8c99353f3055\", \"created_at\":\"2025-10-30T16:18:46.692174Z\", \"updated_at\":\"2025-10-30T16:24:03.761826Z\", \"name\":\"tf-pool\", \"status\":\"ready\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[\"terraform-test\", \"data_scaleway_k8s_pool\", \"basic\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" headers: Content-Length: - - "756" + - "754" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:20:43 GMT + - Thu, 30 Oct 2025 16:24:09 GMT Server: - Scaleway API Gateway (fr-par-3;edge03) X-Request-Id: - - 66af7b4c-6efb-45b3-9228-578e65628e91 + - 672dfb7b-96ed-4d8b-9ce6-e8631c18624c status: 200 OK code: 200 - duration: 83.126934ms + duration: 36.023409ms - id: 37 request: proto: HTTP/1.1 @@ -1211,31 +1265,40 @@ interactions: proto_minor: 1 content_length: 0 host: api.scaleway.com + form: + order_by: + - created_at_asc + page: + - "1" + pool_id: + - ed10ae0c-6203-42e9-acdc-0a3381bc3ae7 + status: + - unknown headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/ed10ae0c-6203-42e9-acdc-0a3381bc3ae7 + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/f81d0594-be8f-40e1-a0d6-8c99353f3055/nodes?order_by=created_at_asc&page=1&pool_id=ed10ae0c-6203-42e9-acdc-0a3381bc3ae7&status=unknown method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 756 - body: "{\"region\":\"fr-par\", \"id\":\"ed10ae0c-6203-42e9-acdc-0a3381bc3ae7\", \"cluster_id\":\"f81d0594-be8f-40e1-a0d6-8c99353f3055\", \"created_at\":\"2025-10-30T16:18:46.692174Z\", \"updated_at\":\"2025-10-30T16:18:46.692174Z\", \"name\":\"tf-pool\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[\"terraform-test\", \"data_scaleway_k8s_pool\", \"basic\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 619 + body: "{\"total_count\":1, \"nodes\":[{\"region\":\"fr-par\", \"id\":\"484a8212-0083-479f-9e1b-eeaabea357a8\", \"cluster_id\":\"f81d0594-be8f-40e1-a0d6-8c99353f3055\", \"created_at\":\"2025-10-30T16:22:17.922768Z\", \"updated_at\":\"2025-10-30T16:24:03.751299Z\", \"pool_id\":\"ed10ae0c-6203-42e9-acdc-0a3381bc3ae7\", \"status\":\"ready\", \"conditions\":{\"DiskPressure\":\"False\", \"MemoryPressure\":\"False\", \"PIDPressure\":\"False\", \"Ready\":\"True\"}, \"name\":\"scw-tf-cluster-pool-tf-pool-484a82120083479f9e\", \"public_ip_v4\":\"51.15.230.164\", \"public_ip_v6\":null, \"provider_id\":\"scaleway://instance/fr-par-1/5edb9a82-efcc-4293-98e4-3009c814813b\", \"error_message\":\"\"}]}" headers: Content-Length: - - "756" + - "619" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:20:48 GMT + - Thu, 30 Oct 2025 16:24:09 GMT Server: - Scaleway API Gateway (fr-par-3;edge03) X-Request-Id: - - b15f4fe2-e8c6-4861-afdc-94a5862443ae + - 12905098-3d3f-4d32-bfa7-02da1eef724f status: 200 OK code: 200 - duration: 93.838808ms + duration: 26.993192ms - id: 38 request: proto: HTTP/1.1 @@ -1246,28 +1309,28 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/ed10ae0c-6203-42e9-acdc-0a3381bc3ae7 + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/f81d0594-be8f-40e1-a0d6-8c99353f3055 method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 756 - body: "{\"region\":\"fr-par\", \"id\":\"ed10ae0c-6203-42e9-acdc-0a3381bc3ae7\", \"cluster_id\":\"f81d0594-be8f-40e1-a0d6-8c99353f3055\", \"created_at\":\"2025-10-30T16:18:46.692174Z\", \"updated_at\":\"2025-10-30T16:18:46.692174Z\", \"name\":\"tf-pool\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[\"terraform-test\", \"data_scaleway_k8s_pool\", \"basic\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 1631 + body: "{\"region\":\"fr-par\", \"id\":\"f81d0594-be8f-40e1-a0d6-8c99353f3055\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:41.215920Z\", \"updated_at\":\"2025-10-30T16:20:25.297004Z\", \"type\":\"kapsule\", \"name\":\"tf-cluster-pool\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"data_scaleway_k8s_pool\", \"basic\"], \"cluster_url\":\"https://f81d0594-be8f-40e1-a0d6-8c99353f3055.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.f81d0594-be8f-40e1-a0d6-8c99353f3055.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"28ed0f4c-4af6-4e05-a656-423bf86b40b4\", \"commitment_ends_at\":\"2025-10-30T16:18:41.215928Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"9133dff4-7a9a-4f48-bcc0-8a046b7067e6\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" headers: Content-Length: - - "756" + - "1631" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:20:53 GMT + - Thu, 30 Oct 2025 16:24:09 GMT Server: - Scaleway API Gateway (fr-par-3;edge03) X-Request-Id: - - bf6df773-59e1-4649-bb59-4c3613361d05 + - 1015d9a4-30fa-4d94-ada0-eaa7ec93c31e status: 200 OK code: 200 - duration: 75.785275ms + duration: 25.16534ms - id: 39 request: proto: HTTP/1.1 @@ -1275,63 +1338,75 @@ interactions: proto_minor: 1 content_length: 0 host: api.scaleway.com + form: + order_by: + - created_at_desc + project_id: + - 105bdce1-64c0-48ab-899d-868455867ecf + resource_name: + - scw-tf-cluster-pool-tf-pool-484a82120083479f9e + resource_type: + - unknown_type headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/ed10ae0c-6203-42e9-acdc-0a3381bc3ae7 + url: https://api.scaleway.com/ipam/v1/regions/fr-par/ips?order_by=created_at_desc&project_id=105bdce1-64c0-48ab-899d-868455867ecf&resource_name=scw-tf-cluster-pool-tf-pool-484a82120083479f9e&resource_type=unknown_type method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 756 - body: "{\"region\":\"fr-par\", \"id\":\"ed10ae0c-6203-42e9-acdc-0a3381bc3ae7\", \"cluster_id\":\"f81d0594-be8f-40e1-a0d6-8c99353f3055\", \"created_at\":\"2025-10-30T16:18:46.692174Z\", \"updated_at\":\"2025-10-30T16:18:46.692174Z\", \"name\":\"tf-pool\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[\"terraform-test\", \"data_scaleway_k8s_pool\", \"basic\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 1123 + body: "{\"total_count\":2, \"ips\":[{\"id\":\"fd701627-2304-4588-a2b9-cb6814399727\", \"address\":\"fd5f:519c:6d46:2576:2854:c3eb:4592:7809/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":true, \"created_at\":\"2025-10-30T16:22:21.162635Z\", \"updated_at\":\"2025-10-30T16:22:21.162635Z\", \"source\":{\"subnet_id\":\"28394509-5e6b-4a35-abde-680e3d38cb46\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"27adfd84-c338-4356-82b0-000a0cef4837\", \"mac_address\":\"02:00:00:1F:1E:83\", \"name\":\"scw-tf-cluster-pool-tf-pool-484a82120083479f9e\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}, {\"id\":\"95d38f4a-5570-4b6f-bc45-4eb2d49ff948\", \"address\":\"172.18.100.3/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":false, \"created_at\":\"2025-10-30T16:22:21.040168Z\", \"updated_at\":\"2025-10-30T16:22:21.040168Z\", \"source\":{\"subnet_id\":\"69efb21f-5546-48f5-83df-aef63957de90\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"27adfd84-c338-4356-82b0-000a0cef4837\", \"mac_address\":\"02:00:00:1F:1E:83\", \"name\":\"scw-tf-cluster-pool-tf-pool-484a82120083479f9e\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}]}" headers: Content-Length: - - "756" + - "1123" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:20:59 GMT + - Thu, 30 Oct 2025 16:24:09 GMT Server: - Scaleway API Gateway (fr-par-3;edge03) X-Request-Id: - - b3b4730d-8f04-413e-89cc-1a9424c01510 + - 91764cef-cd0f-4876-9db8-e5ce37ef76c0 status: 200 OK code: 200 - duration: 76.017581ms + duration: 24.160494ms - id: 40 request: proto: HTTP/1.1 proto_major: 1 proto_minor: 1 - content_length: 0 + content_length: 654 host: api.scaleway.com + body: "{\"tags\":[\"terraform-test\",\"data_scaleway_k8s_cluster\",\"basic\"],\"autoscaler_config\":{\"scale_down_disabled\":null,\"scale_down_delay_after_add\":null,\"estimator\":\"unknown_estimator\",\"expander\":\"unknown_expander\",\"ignore_daemonsets_utilization\":null,\"balance_similar_node_groups\":null,\"expendable_pods_priority_cutoff\":null,\"scale_down_unneeded_time\":null,\"scale_down_utilization_threshold\":null,\"max_graceful_termination_sec\":null},\"auto_upgrade\":{\"enable\":null,\"maintenance_window\":null},\"open_id_connect_config\":{\"issuer_url\":null,\"client_id\":null,\"username_claim\":null,\"username_prefix\":null,\"groups_claim\":null,\"groups_prefix\":null,\"required_claim\":null}}" headers: + Content-Type: + - application/json User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/ed10ae0c-6203-42e9-acdc-0a3381bc3ae7 - method: GET + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/f81d0594-be8f-40e1-a0d6-8c99353f3055 + method: PATCH response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 756 - body: "{\"region\":\"fr-par\", \"id\":\"ed10ae0c-6203-42e9-acdc-0a3381bc3ae7\", \"cluster_id\":\"f81d0594-be8f-40e1-a0d6-8c99353f3055\", \"created_at\":\"2025-10-30T16:18:46.692174Z\", \"updated_at\":\"2025-10-30T16:18:46.692174Z\", \"name\":\"tf-pool\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[\"terraform-test\", \"data_scaleway_k8s_pool\", \"basic\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 1638 + body: "{\"region\":\"fr-par\", \"id\":\"f81d0594-be8f-40e1-a0d6-8c99353f3055\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:41.215920Z\", \"updated_at\":\"2025-10-30T16:24:09.351757Z\", \"type\":\"kapsule\", \"name\":\"tf-cluster-pool\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"data_scaleway_k8s_cluster\", \"basic\"], \"cluster_url\":\"https://f81d0594-be8f-40e1-a0d6-8c99353f3055.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.f81d0594-be8f-40e1-a0d6-8c99353f3055.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"28ed0f4c-4af6-4e05-a656-423bf86b40b4\", \"commitment_ends_at\":\"2025-10-30T16:18:41.215928Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"9133dff4-7a9a-4f48-bcc0-8a046b7067e6\", \"new_images_enabled\":false, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" headers: Content-Length: - - "756" + - "1638" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:21:04 GMT + - Thu, 30 Oct 2025 16:24:09 GMT Server: - Scaleway API Gateway (fr-par-3;edge03) X-Request-Id: - - ae62e78e-433b-48e5-9803-1ab67bcffc03 + - 4aee61a5-ba80-4940-a412-a6f37e2c160c status: 200 OK code: 200 - duration: 83.117666ms + duration: 40.443515ms - id: 41 request: proto: HTTP/1.1 @@ -1342,28 +1417,28 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/ed10ae0c-6203-42e9-acdc-0a3381bc3ae7 + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/f81d0594-be8f-40e1-a0d6-8c99353f3055 method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 756 - body: "{\"region\":\"fr-par\", \"id\":\"ed10ae0c-6203-42e9-acdc-0a3381bc3ae7\", \"cluster_id\":\"f81d0594-be8f-40e1-a0d6-8c99353f3055\", \"created_at\":\"2025-10-30T16:18:46.692174Z\", \"updated_at\":\"2025-10-30T16:18:46.692174Z\", \"name\":\"tf-pool\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[\"terraform-test\", \"data_scaleway_k8s_pool\", \"basic\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 1637 + body: "{\"region\":\"fr-par\", \"id\":\"f81d0594-be8f-40e1-a0d6-8c99353f3055\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:41.215920Z\", \"updated_at\":\"2025-10-30T16:24:09.351757Z\", \"type\":\"kapsule\", \"name\":\"tf-cluster-pool\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"data_scaleway_k8s_cluster\", \"basic\"], \"cluster_url\":\"https://f81d0594-be8f-40e1-a0d6-8c99353f3055.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.f81d0594-be8f-40e1-a0d6-8c99353f3055.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"28ed0f4c-4af6-4e05-a656-423bf86b40b4\", \"commitment_ends_at\":\"2025-10-30T16:18:41.215928Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"9133dff4-7a9a-4f48-bcc0-8a046b7067e6\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" headers: Content-Length: - - "756" + - "1637" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:21:09 GMT + - Thu, 30 Oct 2025 16:24:09 GMT Server: - Scaleway API Gateway (fr-par-3;edge03) X-Request-Id: - - 19032049-72ed-4381-ab5d-eb8b7ab49960 + - a0f1cb64-5999-493a-b16d-bccd3e59d0b0 status: 200 OK code: 200 - duration: 74.597506ms + duration: 23.575137ms - id: 42 request: proto: HTTP/1.1 @@ -1374,28 +1449,28 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/ed10ae0c-6203-42e9-acdc-0a3381bc3ae7 + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/f81d0594-be8f-40e1-a0d6-8c99353f3055 method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 756 - body: "{\"region\":\"fr-par\", \"id\":\"ed10ae0c-6203-42e9-acdc-0a3381bc3ae7\", \"cluster_id\":\"f81d0594-be8f-40e1-a0d6-8c99353f3055\", \"created_at\":\"2025-10-30T16:18:46.692174Z\", \"updated_at\":\"2025-10-30T16:18:46.692174Z\", \"name\":\"tf-pool\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[\"terraform-test\", \"data_scaleway_k8s_pool\", \"basic\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 1634 + body: "{\"region\":\"fr-par\", \"id\":\"f81d0594-be8f-40e1-a0d6-8c99353f3055\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:41.215920Z\", \"updated_at\":\"2025-10-30T16:24:56.468672Z\", \"type\":\"kapsule\", \"name\":\"tf-cluster-pool\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"data_scaleway_k8s_cluster\", \"basic\"], \"cluster_url\":\"https://f81d0594-be8f-40e1-a0d6-8c99353f3055.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.f81d0594-be8f-40e1-a0d6-8c99353f3055.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"28ed0f4c-4af6-4e05-a656-423bf86b40b4\", \"commitment_ends_at\":\"2025-10-30T16:18:41.215928Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"9133dff4-7a9a-4f48-bcc0-8a046b7067e6\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" headers: Content-Length: - - "756" + - "1634" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:21:14 GMT + - Thu, 30 Oct 2025 16:25:00 GMT Server: - Scaleway API Gateway (fr-par-3;edge03) X-Request-Id: - - 2c33b843-351a-49f9-b62f-8f0b99ab5421 + - 4cb5df2f-2848-40a9-a943-ebe889314a7e status: 200 OK code: 200 - duration: 98.256309ms + duration: 87.459034ms - id: 43 request: proto: HTTP/1.1 @@ -1406,28 +1481,28 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/ed10ae0c-6203-42e9-acdc-0a3381bc3ae7 + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/f81d0594-be8f-40e1-a0d6-8c99353f3055 method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 756 - body: "{\"region\":\"fr-par\", \"id\":\"ed10ae0c-6203-42e9-acdc-0a3381bc3ae7\", \"cluster_id\":\"f81d0594-be8f-40e1-a0d6-8c99353f3055\", \"created_at\":\"2025-10-30T16:18:46.692174Z\", \"updated_at\":\"2025-10-30T16:18:46.692174Z\", \"name\":\"tf-pool\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[\"terraform-test\", \"data_scaleway_k8s_pool\", \"basic\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 1634 + body: "{\"region\":\"fr-par\", \"id\":\"f81d0594-be8f-40e1-a0d6-8c99353f3055\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:41.215920Z\", \"updated_at\":\"2025-10-30T16:24:56.468672Z\", \"type\":\"kapsule\", \"name\":\"tf-cluster-pool\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"data_scaleway_k8s_cluster\", \"basic\"], \"cluster_url\":\"https://f81d0594-be8f-40e1-a0d6-8c99353f3055.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.f81d0594-be8f-40e1-a0d6-8c99353f3055.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"28ed0f4c-4af6-4e05-a656-423bf86b40b4\", \"commitment_ends_at\":\"2025-10-30T16:18:41.215928Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"9133dff4-7a9a-4f48-bcc0-8a046b7067e6\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" headers: Content-Length: - - "756" + - "1634" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:21:19 GMT + - Thu, 30 Oct 2025 16:25:00 GMT Server: - Scaleway API Gateway (fr-par-3;edge03) X-Request-Id: - - c95701e8-3237-4513-8ae9-225a62d4f5a5 + - b3a42910-7071-4664-9a6a-448d28ab1077 status: 200 OK code: 200 - duration: 91.201348ms + duration: 29.179875ms - id: 44 request: proto: HTTP/1.1 @@ -1438,28 +1513,28 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/ed10ae0c-6203-42e9-acdc-0a3381bc3ae7 + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/f81d0594-be8f-40e1-a0d6-8c99353f3055/kubeconfig method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 756 - body: "{\"region\":\"fr-par\", \"id\":\"ed10ae0c-6203-42e9-acdc-0a3381bc3ae7\", \"cluster_id\":\"f81d0594-be8f-40e1-a0d6-8c99353f3055\", \"created_at\":\"2025-10-30T16:18:46.692174Z\", \"updated_at\":\"2025-10-30T16:18:46.692174Z\", \"name\":\"tf-pool\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[\"terraform-test\", \"data_scaleway_k8s_pool\", \"basic\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 1658 + body: "{\"name\":\"kubeconfig\", \"content_type\":\"application/octet-stream\", \"content\":\"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogInRmLWNsdXN0ZXItcG9vbCIKICBjbHVzdGVyOgogICAgY2VydGlmaWNhdGUtYXV0aG9yaXR5LWRhdGE6IExTMHRMUzFDUlVkSlRpQkRSVkpVU1VaSlEwRlVSUzB0TFMwdENrMUpTVUpYYWtORFFWRkhaMEYzU1VKQlowbENRVVJCUzBKblozRm9hMnBQVUZGUlJFRnFRVlpOVWsxM1JWRlpSRlpSVVVSRmQzQnlaRmRLYkdOdE5Xd0taRWRXZWsxQ05GaEVWRWt4VFZSQmVVOVVSVEpOVkdjd1RWWnZXRVJVVFRGTlZFRjVUMVJGTWsxVVp6Qk5WbTkzUmxSRlZFMUNSVWRCTVZWRlFYaE5Td3BoTTFacFdsaEtkVnBZVW14amVrSmFUVUpOUjBKNWNVZFRUVFE1UVdkRlIwTkRjVWRUVFRRNVFYZEZTRUV3U1VGQ1NVNXBXbUZRZG01QlJGbHFVemw2Q2sxWVEwVnBiR1pVY0RaS1ZqUnhTR2hJU0VOdGVERjVMMFpHYUhRMFIyTlZhV05OV1UxQlpHUlVabGxHWVRac2NFbzJiVEp4VEZGbFluQlJOMjQ1UWtVS05sWkdiVEk0Y1dwUmFrSkJUVUUwUjBFeFZXUkVkMFZDTDNkUlJVRjNTVU53UkVGUVFtZE9Wa2hTVFVKQlpqaEZRbFJCUkVGUlNDOU5RakJIUVRGVlpBcEVaMUZYUWtKVVMyVkRiak5LVnpKalp6SkNUVEpKTDBkMVlWRndOMVJqUTNwVVFVdENaMmR4YUd0cVQxQlJVVVJCWjA1SVFVUkNSVUZwUW5wNGEzVnJDblV4Y2tFMFFreFpiemxVUkRoWGNFUjBjMVpsVGxCa05tZFJhbWxMVkM5Tk1uQXhkRnAzU1dkVFNXMXVSbGRHYml0emRGUlRNVGRMVFhWaGFUVlpNbTBLV1hZMlZEWlNObGcxVTNvNFRXMURNVmRPWXowS0xTMHRMUzFGVGtRZ1EwVlNWRWxHU1VOQlZFVXRMUzB0TFFvPQogICAgc2VydmVyOiBodHRwczovL2Y4MWQwNTk0LWJlOGYtNDBlMS1hMGQ2LThjOTkzNTNmMzA1NS5hcGkuazhzLmZyLXBhci5zY3cuY2xvdWQ6NjQ0Mwpjb250ZXh0czoKLSBuYW1lOiBhZG1pbkB0Zi1jbHVzdGVyLXBvb2wKICBjb250ZXh0OgogICAgY2x1c3RlcjogInRmLWNsdXN0ZXItcG9vbCIKICAgIHVzZXI6IHRmLWNsdXN0ZXItcG9vbC1hZG1pbgpjdXJyZW50LWNvbnRleHQ6IGFkbWluQHRmLWNsdXN0ZXItcG9vbApraW5kOiBDb25maWcKcHJlZmVyZW5jZXM6IHt9CnVzZXJzOgotIG5hbWU6IHRmLWNsdXN0ZXItcG9vbC1hZG1pbgogIHVzZXI6CiAgICB0b2tlbjogN3BETGtYR1ZWZXZ5UWhROUlVbnV6bHZ4TGFqdTNVNEU3dExTOVJWSEhTNThTWXVNMVlUdGlCejY=\"}" headers: Content-Length: - - "756" + - "1658" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:21:24 GMT + - Thu, 30 Oct 2025 16:25:00 GMT Server: - Scaleway API Gateway (fr-par-3;edge03) X-Request-Id: - - 8cc6841c-fb39-43dd-8df2-f7db6a6d7cc3 + - 56b990a7-b153-4e2b-9541-d470f4bd3f76 status: 200 OK code: 200 - duration: 85.317315ms + duration: 88.051277ms - id: 45 request: proto: HTTP/1.1 @@ -1467,31 +1542,38 @@ interactions: proto_minor: 1 content_length: 0 host: api.scaleway.com + form: + name: + - tf-pool + order_by: + - created_at_asc + status: + - unknown headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/ed10ae0c-6203-42e9-acdc-0a3381bc3ae7 + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/f81d0594-be8f-40e1-a0d6-8c99353f3055/pools?name=tf-pool&order_by=created_at_asc&status=unknown method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 756 - body: "{\"region\":\"fr-par\", \"id\":\"ed10ae0c-6203-42e9-acdc-0a3381bc3ae7\", \"cluster_id\":\"f81d0594-be8f-40e1-a0d6-8c99353f3055\", \"created_at\":\"2025-10-30T16:18:46.692174Z\", \"updated_at\":\"2025-10-30T16:18:46.692174Z\", \"name\":\"tf-pool\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[\"terraform-test\", \"data_scaleway_k8s_pool\", \"basic\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 783 + body: "{\"total_count\":1, \"pools\":[{\"region\":\"fr-par\", \"id\":\"ed10ae0c-6203-42e9-acdc-0a3381bc3ae7\", \"cluster_id\":\"f81d0594-be8f-40e1-a0d6-8c99353f3055\", \"created_at\":\"2025-10-30T16:18:46.692174Z\", \"updated_at\":\"2025-10-30T16:24:03.761826Z\", \"name\":\"tf-pool\", \"status\":\"ready\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[\"terraform-test\", \"data_scaleway_k8s_pool\", \"basic\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}]}" headers: Content-Length: - - "756" + - "783" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:21:29 GMT + - Thu, 30 Oct 2025 16:25:00 GMT Server: - Scaleway API Gateway (fr-par-3;edge03) X-Request-Id: - - 9753092e-af13-425c-b5c9-a74fb4355112 + - 46eeeacc-ded7-447a-a5af-0476bb9a8023 status: 200 OK code: 200 - duration: 124.498421ms + duration: 95.471002ms - id: 46 request: proto: HTTP/1.1 @@ -1508,22 +1590,22 @@ interactions: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 756 - body: "{\"region\":\"fr-par\", \"id\":\"ed10ae0c-6203-42e9-acdc-0a3381bc3ae7\", \"cluster_id\":\"f81d0594-be8f-40e1-a0d6-8c99353f3055\", \"created_at\":\"2025-10-30T16:18:46.692174Z\", \"updated_at\":\"2025-10-30T16:18:46.692174Z\", \"name\":\"tf-pool\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[\"terraform-test\", \"data_scaleway_k8s_pool\", \"basic\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 754 + body: "{\"region\":\"fr-par\", \"id\":\"ed10ae0c-6203-42e9-acdc-0a3381bc3ae7\", \"cluster_id\":\"f81d0594-be8f-40e1-a0d6-8c99353f3055\", \"created_at\":\"2025-10-30T16:18:46.692174Z\", \"updated_at\":\"2025-10-30T16:24:03.761826Z\", \"name\":\"tf-pool\", \"status\":\"ready\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[\"terraform-test\", \"data_scaleway_k8s_pool\", \"basic\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" headers: Content-Length: - - "756" + - "754" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:21:34 GMT + - Thu, 30 Oct 2025 16:25:00 GMT Server: - Scaleway API Gateway (fr-par-3;edge03) X-Request-Id: - - e0300a27-caf0-4a9d-be40-2f1699590229 + - bb424bea-590b-41a7-874f-727c86d7ae93 status: 200 OK code: 200 - duration: 113.019988ms + duration: 19.425237ms - id: 47 request: proto: HTTP/1.1 @@ -1531,31 +1613,40 @@ interactions: proto_minor: 1 content_length: 0 host: api.scaleway.com + form: + order_by: + - created_at_asc + page: + - "1" + pool_id: + - ed10ae0c-6203-42e9-acdc-0a3381bc3ae7 + status: + - unknown headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/ed10ae0c-6203-42e9-acdc-0a3381bc3ae7 + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/f81d0594-be8f-40e1-a0d6-8c99353f3055/nodes?order_by=created_at_asc&page=1&pool_id=ed10ae0c-6203-42e9-acdc-0a3381bc3ae7&status=unknown method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 756 - body: "{\"region\":\"fr-par\", \"id\":\"ed10ae0c-6203-42e9-acdc-0a3381bc3ae7\", \"cluster_id\":\"f81d0594-be8f-40e1-a0d6-8c99353f3055\", \"created_at\":\"2025-10-30T16:18:46.692174Z\", \"updated_at\":\"2025-10-30T16:18:46.692174Z\", \"name\":\"tf-pool\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[\"terraform-test\", \"data_scaleway_k8s_pool\", \"basic\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 649 + body: "{\"total_count\":1, \"nodes\":[{\"region\":\"fr-par\", \"id\":\"484a8212-0083-479f-9e1b-eeaabea357a8\", \"cluster_id\":\"f81d0594-be8f-40e1-a0d6-8c99353f3055\", \"created_at\":\"2025-10-30T16:22:17.922768Z\", \"updated_at\":\"2025-10-30T16:24:58.184772Z\", \"pool_id\":\"ed10ae0c-6203-42e9-acdc-0a3381bc3ae7\", \"status\":\"ready\", \"conditions\":{\"DiskPressure\":\"False\", \"MemoryPressure\":\"False\", \"NetworkUnavailable\":\"False\", \"PIDPressure\":\"False\", \"Ready\":\"True\"}, \"name\":\"scw-tf-cluster-pool-tf-pool-484a82120083479f9e\", \"public_ip_v4\":\"51.15.230.164\", \"public_ip_v6\":null, \"provider_id\":\"scaleway://instance/fr-par-1/5edb9a82-efcc-4293-98e4-3009c814813b\", \"error_message\":\"\"}]}" headers: Content-Length: - - "756" + - "649" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:21:39 GMT + - Thu, 30 Oct 2025 16:25:00 GMT Server: - Scaleway API Gateway (fr-par-3;edge03) X-Request-Id: - - 6fd4abbd-4f1f-49a1-b249-059e1dc626f4 + - ad8b10f7-ef20-44e4-82d4-577848e04ea2 status: 200 OK code: 200 - duration: 90.089001ms + duration: 25.074901ms - id: 48 request: proto: HTTP/1.1 @@ -1566,28 +1657,28 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/ed10ae0c-6203-42e9-acdc-0a3381bc3ae7 + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/f81d0594-be8f-40e1-a0d6-8c99353f3055 method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 756 - body: "{\"region\":\"fr-par\", \"id\":\"ed10ae0c-6203-42e9-acdc-0a3381bc3ae7\", \"cluster_id\":\"f81d0594-be8f-40e1-a0d6-8c99353f3055\", \"created_at\":\"2025-10-30T16:18:46.692174Z\", \"updated_at\":\"2025-10-30T16:18:46.692174Z\", \"name\":\"tf-pool\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[\"terraform-test\", \"data_scaleway_k8s_pool\", \"basic\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 1634 + body: "{\"region\":\"fr-par\", \"id\":\"f81d0594-be8f-40e1-a0d6-8c99353f3055\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:41.215920Z\", \"updated_at\":\"2025-10-30T16:24:56.468672Z\", \"type\":\"kapsule\", \"name\":\"tf-cluster-pool\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"data_scaleway_k8s_cluster\", \"basic\"], \"cluster_url\":\"https://f81d0594-be8f-40e1-a0d6-8c99353f3055.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.f81d0594-be8f-40e1-a0d6-8c99353f3055.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"28ed0f4c-4af6-4e05-a656-423bf86b40b4\", \"commitment_ends_at\":\"2025-10-30T16:18:41.215928Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"9133dff4-7a9a-4f48-bcc0-8a046b7067e6\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" headers: Content-Length: - - "756" + - "1634" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:21:44 GMT + - Thu, 30 Oct 2025 16:25:00 GMT Server: - Scaleway API Gateway (fr-par-3;edge03) X-Request-Id: - - e22bea9d-e668-4c7c-be57-bec395eacc0c + - e5619d16-d7e4-4a1f-bcc5-d694fc070521 status: 200 OK code: 200 - duration: 94.887366ms + duration: 26.274623ms - id: 49 request: proto: HTTP/1.1 @@ -1595,31 +1686,40 @@ interactions: proto_minor: 1 content_length: 0 host: api.scaleway.com + form: + order_by: + - created_at_desc + project_id: + - 105bdce1-64c0-48ab-899d-868455867ecf + resource_name: + - scw-tf-cluster-pool-tf-pool-484a82120083479f9e + resource_type: + - unknown_type headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/ed10ae0c-6203-42e9-acdc-0a3381bc3ae7 + url: https://api.scaleway.com/ipam/v1/regions/fr-par/ips?order_by=created_at_desc&project_id=105bdce1-64c0-48ab-899d-868455867ecf&resource_name=scw-tf-cluster-pool-tf-pool-484a82120083479f9e&resource_type=unknown_type method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 756 - body: "{\"region\":\"fr-par\", \"id\":\"ed10ae0c-6203-42e9-acdc-0a3381bc3ae7\", \"cluster_id\":\"f81d0594-be8f-40e1-a0d6-8c99353f3055\", \"created_at\":\"2025-10-30T16:18:46.692174Z\", \"updated_at\":\"2025-10-30T16:18:46.692174Z\", \"name\":\"tf-pool\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[\"terraform-test\", \"data_scaleway_k8s_pool\", \"basic\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 1123 + body: "{\"total_count\":2, \"ips\":[{\"id\":\"fd701627-2304-4588-a2b9-cb6814399727\", \"address\":\"fd5f:519c:6d46:2576:2854:c3eb:4592:7809/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":true, \"created_at\":\"2025-10-30T16:22:21.162635Z\", \"updated_at\":\"2025-10-30T16:22:21.162635Z\", \"source\":{\"subnet_id\":\"28394509-5e6b-4a35-abde-680e3d38cb46\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"27adfd84-c338-4356-82b0-000a0cef4837\", \"mac_address\":\"02:00:00:1F:1E:83\", \"name\":\"scw-tf-cluster-pool-tf-pool-484a82120083479f9e\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}, {\"id\":\"95d38f4a-5570-4b6f-bc45-4eb2d49ff948\", \"address\":\"172.18.100.3/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":false, \"created_at\":\"2025-10-30T16:22:21.040168Z\", \"updated_at\":\"2025-10-30T16:22:21.040168Z\", \"source\":{\"subnet_id\":\"69efb21f-5546-48f5-83df-aef63957de90\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"27adfd84-c338-4356-82b0-000a0cef4837\", \"mac_address\":\"02:00:00:1F:1E:83\", \"name\":\"scw-tf-cluster-pool-tf-pool-484a82120083479f9e\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}]}" headers: Content-Length: - - "756" + - "1123" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:21:50 GMT + - Thu, 30 Oct 2025 16:25:00 GMT Server: - Scaleway API Gateway (fr-par-3;edge03) X-Request-Id: - - 4a994f84-7e2f-4387-964e-aed0539a7e86 + - 0420f7aa-e662-47d5-a18a-f8405d41cb23 status: 200 OK code: 200 - duration: 84.473481ms + duration: 51.606406ms - id: 50 request: proto: HTTP/1.1 @@ -1636,22 +1736,22 @@ interactions: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 756 - body: "{\"region\":\"fr-par\", \"id\":\"ed10ae0c-6203-42e9-acdc-0a3381bc3ae7\", \"cluster_id\":\"f81d0594-be8f-40e1-a0d6-8c99353f3055\", \"created_at\":\"2025-10-30T16:18:46.692174Z\", \"updated_at\":\"2025-10-30T16:18:46.692174Z\", \"name\":\"tf-pool\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[\"terraform-test\", \"data_scaleway_k8s_pool\", \"basic\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 754 + body: "{\"region\":\"fr-par\", \"id\":\"ed10ae0c-6203-42e9-acdc-0a3381bc3ae7\", \"cluster_id\":\"f81d0594-be8f-40e1-a0d6-8c99353f3055\", \"created_at\":\"2025-10-30T16:18:46.692174Z\", \"updated_at\":\"2025-10-30T16:24:03.761826Z\", \"name\":\"tf-pool\", \"status\":\"ready\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[\"terraform-test\", \"data_scaleway_k8s_pool\", \"basic\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" headers: Content-Length: - - "756" + - "754" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:21:55 GMT + - Thu, 30 Oct 2025 16:25:00 GMT Server: - Scaleway API Gateway (fr-par-3;edge03) X-Request-Id: - - 3eb53621-5767-438d-8a10-860bf5aa94aa + - df2eb229-35b4-4967-912d-641396b12c4f status: 200 OK code: 200 - duration: 95.244786ms + duration: 20.059197ms - id: 51 request: proto: HTTP/1.1 @@ -1668,22 +1768,22 @@ interactions: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 756 - body: "{\"region\":\"fr-par\", \"id\":\"ed10ae0c-6203-42e9-acdc-0a3381bc3ae7\", \"cluster_id\":\"f81d0594-be8f-40e1-a0d6-8c99353f3055\", \"created_at\":\"2025-10-30T16:18:46.692174Z\", \"updated_at\":\"2025-10-30T16:18:46.692174Z\", \"name\":\"tf-pool\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[\"terraform-test\", \"data_scaleway_k8s_pool\", \"basic\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 754 + body: "{\"region\":\"fr-par\", \"id\":\"ed10ae0c-6203-42e9-acdc-0a3381bc3ae7\", \"cluster_id\":\"f81d0594-be8f-40e1-a0d6-8c99353f3055\", \"created_at\":\"2025-10-30T16:18:46.692174Z\", \"updated_at\":\"2025-10-30T16:24:03.761826Z\", \"name\":\"tf-pool\", \"status\":\"ready\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[\"terraform-test\", \"data_scaleway_k8s_pool\", \"basic\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" headers: Content-Length: - - "756" + - "754" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:22:00 GMT + - Thu, 30 Oct 2025 16:25:00 GMT Server: - Scaleway API Gateway (fr-par-3;edge03) X-Request-Id: - - cce675b7-2c0f-4793-9c28-6f8fad5f837f + - 5656d7e1-56fc-48e9-ae57-14f5f89105bf status: 200 OK code: 200 - duration: 119.001504ms + duration: 36.409885ms - id: 52 request: proto: HTTP/1.1 @@ -1700,22 +1800,22 @@ interactions: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 756 - body: "{\"region\":\"fr-par\", \"id\":\"ed10ae0c-6203-42e9-acdc-0a3381bc3ae7\", \"cluster_id\":\"f81d0594-be8f-40e1-a0d6-8c99353f3055\", \"created_at\":\"2025-10-30T16:18:46.692174Z\", \"updated_at\":\"2025-10-30T16:18:46.692174Z\", \"name\":\"tf-pool\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[\"terraform-test\", \"data_scaleway_k8s_pool\", \"basic\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 754 + body: "{\"region\":\"fr-par\", \"id\":\"ed10ae0c-6203-42e9-acdc-0a3381bc3ae7\", \"cluster_id\":\"f81d0594-be8f-40e1-a0d6-8c99353f3055\", \"created_at\":\"2025-10-30T16:18:46.692174Z\", \"updated_at\":\"2025-10-30T16:24:03.761826Z\", \"name\":\"tf-pool\", \"status\":\"ready\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[\"terraform-test\", \"data_scaleway_k8s_pool\", \"basic\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" headers: Content-Length: - - "756" + - "754" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:22:05 GMT + - Thu, 30 Oct 2025 16:25:00 GMT Server: - Scaleway API Gateway (fr-par-3;edge03) X-Request-Id: - - 6d8df6c1-cb40-472d-892c-ba0e5a312906 + - 5f985cc5-e9c5-4c4c-888c-36879c39a247 status: 200 OK code: 200 - duration: 71.902257ms + duration: 21.571135ms - id: 53 request: proto: HTTP/1.1 @@ -1723,31 +1823,38 @@ interactions: proto_minor: 1 content_length: 0 host: api.scaleway.com + form: + name: + - tf-pool + order_by: + - created_at_asc + status: + - unknown headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/ed10ae0c-6203-42e9-acdc-0a3381bc3ae7 + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/f81d0594-be8f-40e1-a0d6-8c99353f3055/pools?name=tf-pool&order_by=created_at_asc&status=unknown method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 756 - body: "{\"region\":\"fr-par\", \"id\":\"ed10ae0c-6203-42e9-acdc-0a3381bc3ae7\", \"cluster_id\":\"f81d0594-be8f-40e1-a0d6-8c99353f3055\", \"created_at\":\"2025-10-30T16:18:46.692174Z\", \"updated_at\":\"2025-10-30T16:18:46.692174Z\", \"name\":\"tf-pool\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[\"terraform-test\", \"data_scaleway_k8s_pool\", \"basic\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 783 + body: "{\"total_count\":1, \"pools\":[{\"region\":\"fr-par\", \"id\":\"ed10ae0c-6203-42e9-acdc-0a3381bc3ae7\", \"cluster_id\":\"f81d0594-be8f-40e1-a0d6-8c99353f3055\", \"created_at\":\"2025-10-30T16:18:46.692174Z\", \"updated_at\":\"2025-10-30T16:24:03.761826Z\", \"name\":\"tf-pool\", \"status\":\"ready\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[\"terraform-test\", \"data_scaleway_k8s_pool\", \"basic\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}]}" headers: Content-Length: - - "756" + - "783" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:22:10 GMT + - Thu, 30 Oct 2025 16:25:00 GMT Server: - Scaleway API Gateway (fr-par-3;edge03) X-Request-Id: - - c89ddf98-a2b9-440c-b67b-7b6649ee67a8 + - 8c27d4cf-8ac2-42b5-ba99-3db20888d98d status: 200 OK code: 200 - duration: 97.109897ms + duration: 24.801278ms - id: 54 request: proto: HTTP/1.1 @@ -1755,31 +1862,40 @@ interactions: proto_minor: 1 content_length: 0 host: api.scaleway.com + form: + order_by: + - created_at_asc + page: + - "1" + pool_id: + - ed10ae0c-6203-42e9-acdc-0a3381bc3ae7 + status: + - unknown headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/ed10ae0c-6203-42e9-acdc-0a3381bc3ae7 + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/f81d0594-be8f-40e1-a0d6-8c99353f3055/nodes?order_by=created_at_asc&page=1&pool_id=ed10ae0c-6203-42e9-acdc-0a3381bc3ae7&status=unknown method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 756 - body: "{\"region\":\"fr-par\", \"id\":\"ed10ae0c-6203-42e9-acdc-0a3381bc3ae7\", \"cluster_id\":\"f81d0594-be8f-40e1-a0d6-8c99353f3055\", \"created_at\":\"2025-10-30T16:18:46.692174Z\", \"updated_at\":\"2025-10-30T16:18:46.692174Z\", \"name\":\"tf-pool\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[\"terraform-test\", \"data_scaleway_k8s_pool\", \"basic\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 649 + body: "{\"total_count\":1, \"nodes\":[{\"region\":\"fr-par\", \"id\":\"484a8212-0083-479f-9e1b-eeaabea357a8\", \"cluster_id\":\"f81d0594-be8f-40e1-a0d6-8c99353f3055\", \"created_at\":\"2025-10-30T16:22:17.922768Z\", \"updated_at\":\"2025-10-30T16:24:58.184772Z\", \"pool_id\":\"ed10ae0c-6203-42e9-acdc-0a3381bc3ae7\", \"status\":\"ready\", \"conditions\":{\"DiskPressure\":\"False\", \"MemoryPressure\":\"False\", \"NetworkUnavailable\":\"False\", \"PIDPressure\":\"False\", \"Ready\":\"True\"}, \"name\":\"scw-tf-cluster-pool-tf-pool-484a82120083479f9e\", \"public_ip_v4\":\"51.15.230.164\", \"public_ip_v6\":null, \"provider_id\":\"scaleway://instance/fr-par-1/5edb9a82-efcc-4293-98e4-3009c814813b\", \"error_message\":\"\"}]}" headers: Content-Length: - - "756" + - "649" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:22:15 GMT + - Thu, 30 Oct 2025 16:25:00 GMT Server: - Scaleway API Gateway (fr-par-3;edge03) X-Request-Id: - - 00a17d47-0a32-4cef-8c7d-d933673da56c + - 88758ed4-6b27-4c38-8616-ca0cecde682c status: 200 OK code: 200 - duration: 77.67401ms + duration: 24.471629ms - id: 55 request: proto: HTTP/1.1 @@ -1796,22 +1912,22 @@ interactions: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 756 - body: "{\"region\":\"fr-par\", \"id\":\"ed10ae0c-6203-42e9-acdc-0a3381bc3ae7\", \"cluster_id\":\"f81d0594-be8f-40e1-a0d6-8c99353f3055\", \"created_at\":\"2025-10-30T16:18:46.692174Z\", \"updated_at\":\"2025-10-30T16:18:46.692174Z\", \"name\":\"tf-pool\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[\"terraform-test\", \"data_scaleway_k8s_pool\", \"basic\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 754 + body: "{\"region\":\"fr-par\", \"id\":\"ed10ae0c-6203-42e9-acdc-0a3381bc3ae7\", \"cluster_id\":\"f81d0594-be8f-40e1-a0d6-8c99353f3055\", \"created_at\":\"2025-10-30T16:18:46.692174Z\", \"updated_at\":\"2025-10-30T16:24:03.761826Z\", \"name\":\"tf-pool\", \"status\":\"ready\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[\"terraform-test\", \"data_scaleway_k8s_pool\", \"basic\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" headers: Content-Length: - - "756" + - "754" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:22:20 GMT + - Thu, 30 Oct 2025 16:25:00 GMT Server: - Scaleway API Gateway (fr-par-3;edge03) X-Request-Id: - - a9eadf06-b6ee-4fdc-87cb-fce7e9bc285b + - c6996c4b-e60b-4ba8-850d-de2acfd271c2 status: 200 OK code: 200 - duration: 104.96547ms + duration: 23.952795ms - id: 56 request: proto: HTTP/1.1 @@ -1822,28 +1938,28 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/ed10ae0c-6203-42e9-acdc-0a3381bc3ae7 + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/f81d0594-be8f-40e1-a0d6-8c99353f3055 method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 756 - body: "{\"region\":\"fr-par\", \"id\":\"ed10ae0c-6203-42e9-acdc-0a3381bc3ae7\", \"cluster_id\":\"f81d0594-be8f-40e1-a0d6-8c99353f3055\", \"created_at\":\"2025-10-30T16:18:46.692174Z\", \"updated_at\":\"2025-10-30T16:18:46.692174Z\", \"name\":\"tf-pool\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[\"terraform-test\", \"data_scaleway_k8s_pool\", \"basic\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 1634 + body: "{\"region\":\"fr-par\", \"id\":\"f81d0594-be8f-40e1-a0d6-8c99353f3055\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:41.215920Z\", \"updated_at\":\"2025-10-30T16:24:56.468672Z\", \"type\":\"kapsule\", \"name\":\"tf-cluster-pool\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"data_scaleway_k8s_cluster\", \"basic\"], \"cluster_url\":\"https://f81d0594-be8f-40e1-a0d6-8c99353f3055.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.f81d0594-be8f-40e1-a0d6-8c99353f3055.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"28ed0f4c-4af6-4e05-a656-423bf86b40b4\", \"commitment_ends_at\":\"2025-10-30T16:18:41.215928Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"9133dff4-7a9a-4f48-bcc0-8a046b7067e6\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" headers: Content-Length: - - "756" + - "1634" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:22:25 GMT + - Thu, 30 Oct 2025 16:25:00 GMT Server: - Scaleway API Gateway (fr-par-3;edge03) X-Request-Id: - - 7aa2c4af-eb52-4390-9452-4f5f7d470809 + - e2c872d7-f6df-477c-8854-938a6c557f82 status: 200 OK code: 200 - duration: 176.518863ms + duration: 18.03549ms - id: 57 request: proto: HTTP/1.1 @@ -1851,31 +1967,40 @@ interactions: proto_minor: 1 content_length: 0 host: api.scaleway.com + form: + order_by: + - created_at_asc + page: + - "1" + pool_id: + - ed10ae0c-6203-42e9-acdc-0a3381bc3ae7 + status: + - unknown headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/ed10ae0c-6203-42e9-acdc-0a3381bc3ae7 + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/f81d0594-be8f-40e1-a0d6-8c99353f3055/nodes?order_by=created_at_asc&page=1&pool_id=ed10ae0c-6203-42e9-acdc-0a3381bc3ae7&status=unknown method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 756 - body: "{\"region\":\"fr-par\", \"id\":\"ed10ae0c-6203-42e9-acdc-0a3381bc3ae7\", \"cluster_id\":\"f81d0594-be8f-40e1-a0d6-8c99353f3055\", \"created_at\":\"2025-10-30T16:18:46.692174Z\", \"updated_at\":\"2025-10-30T16:18:46.692174Z\", \"name\":\"tf-pool\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[\"terraform-test\", \"data_scaleway_k8s_pool\", \"basic\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 649 + body: "{\"total_count\":1, \"nodes\":[{\"region\":\"fr-par\", \"id\":\"484a8212-0083-479f-9e1b-eeaabea357a8\", \"cluster_id\":\"f81d0594-be8f-40e1-a0d6-8c99353f3055\", \"created_at\":\"2025-10-30T16:22:17.922768Z\", \"updated_at\":\"2025-10-30T16:24:58.184772Z\", \"pool_id\":\"ed10ae0c-6203-42e9-acdc-0a3381bc3ae7\", \"status\":\"ready\", \"conditions\":{\"DiskPressure\":\"False\", \"MemoryPressure\":\"False\", \"NetworkUnavailable\":\"False\", \"PIDPressure\":\"False\", \"Ready\":\"True\"}, \"name\":\"scw-tf-cluster-pool-tf-pool-484a82120083479f9e\", \"public_ip_v4\":\"51.15.230.164\", \"public_ip_v6\":null, \"provider_id\":\"scaleway://instance/fr-par-1/5edb9a82-efcc-4293-98e4-3009c814813b\", \"error_message\":\"\"}]}" headers: Content-Length: - - "756" + - "649" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:22:30 GMT + - Thu, 30 Oct 2025 16:25:00 GMT Server: - Scaleway API Gateway (fr-par-3;edge03) X-Request-Id: - - c4b6f2eb-8183-4845-a3b7-2a5888f82ea5 + - b47565b3-43f0-47ea-aa9c-c3490d4c1108 status: 200 OK code: 200 - duration: 94.578276ms + duration: 28.522422ms - id: 58 request: proto: HTTP/1.1 @@ -1886,28 +2011,28 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/ed10ae0c-6203-42e9-acdc-0a3381bc3ae7 + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/f81d0594-be8f-40e1-a0d6-8c99353f3055 method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 756 - body: "{\"region\":\"fr-par\", \"id\":\"ed10ae0c-6203-42e9-acdc-0a3381bc3ae7\", \"cluster_id\":\"f81d0594-be8f-40e1-a0d6-8c99353f3055\", \"created_at\":\"2025-10-30T16:18:46.692174Z\", \"updated_at\":\"2025-10-30T16:18:46.692174Z\", \"name\":\"tf-pool\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[\"terraform-test\", \"data_scaleway_k8s_pool\", \"basic\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 1634 + body: "{\"region\":\"fr-par\", \"id\":\"f81d0594-be8f-40e1-a0d6-8c99353f3055\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:41.215920Z\", \"updated_at\":\"2025-10-30T16:24:56.468672Z\", \"type\":\"kapsule\", \"name\":\"tf-cluster-pool\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"data_scaleway_k8s_cluster\", \"basic\"], \"cluster_url\":\"https://f81d0594-be8f-40e1-a0d6-8c99353f3055.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.f81d0594-be8f-40e1-a0d6-8c99353f3055.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"28ed0f4c-4af6-4e05-a656-423bf86b40b4\", \"commitment_ends_at\":\"2025-10-30T16:18:41.215928Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"9133dff4-7a9a-4f48-bcc0-8a046b7067e6\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" headers: Content-Length: - - "756" + - "1634" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:22:36 GMT + - Thu, 30 Oct 2025 16:25:00 GMT Server: - Scaleway API Gateway (fr-par-3;edge03) X-Request-Id: - - c44ec485-b4a2-456a-9d17-cc7d1bc30202 + - 84335fbd-a4ce-4bae-8c33-6385e756fea9 status: 200 OK code: 200 - duration: 149.14606ms + duration: 18.088319ms - id: 59 request: proto: HTTP/1.1 @@ -1915,31 +2040,40 @@ interactions: proto_minor: 1 content_length: 0 host: api.scaleway.com + form: + order_by: + - created_at_desc + project_id: + - 105bdce1-64c0-48ab-899d-868455867ecf + resource_name: + - scw-tf-cluster-pool-tf-pool-484a82120083479f9e + resource_type: + - unknown_type headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/ed10ae0c-6203-42e9-acdc-0a3381bc3ae7 + url: https://api.scaleway.com/ipam/v1/regions/fr-par/ips?order_by=created_at_desc&project_id=105bdce1-64c0-48ab-899d-868455867ecf&resource_name=scw-tf-cluster-pool-tf-pool-484a82120083479f9e&resource_type=unknown_type method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 756 - body: "{\"region\":\"fr-par\", \"id\":\"ed10ae0c-6203-42e9-acdc-0a3381bc3ae7\", \"cluster_id\":\"f81d0594-be8f-40e1-a0d6-8c99353f3055\", \"created_at\":\"2025-10-30T16:18:46.692174Z\", \"updated_at\":\"2025-10-30T16:18:46.692174Z\", \"name\":\"tf-pool\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[\"terraform-test\", \"data_scaleway_k8s_pool\", \"basic\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 1123 + body: "{\"total_count\":2, \"ips\":[{\"id\":\"fd701627-2304-4588-a2b9-cb6814399727\", \"address\":\"fd5f:519c:6d46:2576:2854:c3eb:4592:7809/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":true, \"created_at\":\"2025-10-30T16:22:21.162635Z\", \"updated_at\":\"2025-10-30T16:22:21.162635Z\", \"source\":{\"subnet_id\":\"28394509-5e6b-4a35-abde-680e3d38cb46\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"27adfd84-c338-4356-82b0-000a0cef4837\", \"mac_address\":\"02:00:00:1F:1E:83\", \"name\":\"scw-tf-cluster-pool-tf-pool-484a82120083479f9e\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}, {\"id\":\"95d38f4a-5570-4b6f-bc45-4eb2d49ff948\", \"address\":\"172.18.100.3/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":false, \"created_at\":\"2025-10-30T16:22:21.040168Z\", \"updated_at\":\"2025-10-30T16:22:21.040168Z\", \"source\":{\"subnet_id\":\"69efb21f-5546-48f5-83df-aef63957de90\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"27adfd84-c338-4356-82b0-000a0cef4837\", \"mac_address\":\"02:00:00:1F:1E:83\", \"name\":\"scw-tf-cluster-pool-tf-pool-484a82120083479f9e\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}]}" headers: Content-Length: - - "756" + - "1123" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:22:41 GMT + - Thu, 30 Oct 2025 16:25:01 GMT Server: - Scaleway API Gateway (fr-par-3;edge03) X-Request-Id: - - 18495d90-bca1-448e-96fb-7bdb2c773f78 + - ea69ee32-101d-4574-b7b7-8a735a2a714e status: 200 OK code: 200 - duration: 84.943223ms + duration: 69.370796ms - id: 60 request: proto: HTTP/1.1 @@ -1947,31 +2081,40 @@ interactions: proto_minor: 1 content_length: 0 host: api.scaleway.com + form: + order_by: + - created_at_desc + project_id: + - 105bdce1-64c0-48ab-899d-868455867ecf + resource_name: + - scw-tf-cluster-pool-tf-pool-484a82120083479f9e + resource_type: + - unknown_type headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/ed10ae0c-6203-42e9-acdc-0a3381bc3ae7 + url: https://api.scaleway.com/ipam/v1/regions/fr-par/ips?order_by=created_at_desc&project_id=105bdce1-64c0-48ab-899d-868455867ecf&resource_name=scw-tf-cluster-pool-tf-pool-484a82120083479f9e&resource_type=unknown_type method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 756 - body: "{\"region\":\"fr-par\", \"id\":\"ed10ae0c-6203-42e9-acdc-0a3381bc3ae7\", \"cluster_id\":\"f81d0594-be8f-40e1-a0d6-8c99353f3055\", \"created_at\":\"2025-10-30T16:18:46.692174Z\", \"updated_at\":\"2025-10-30T16:18:46.692174Z\", \"name\":\"tf-pool\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[\"terraform-test\", \"data_scaleway_k8s_pool\", \"basic\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 1123 + body: "{\"total_count\":2, \"ips\":[{\"id\":\"fd701627-2304-4588-a2b9-cb6814399727\", \"address\":\"fd5f:519c:6d46:2576:2854:c3eb:4592:7809/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":true, \"created_at\":\"2025-10-30T16:22:21.162635Z\", \"updated_at\":\"2025-10-30T16:22:21.162635Z\", \"source\":{\"subnet_id\":\"28394509-5e6b-4a35-abde-680e3d38cb46\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"27adfd84-c338-4356-82b0-000a0cef4837\", \"mac_address\":\"02:00:00:1F:1E:83\", \"name\":\"scw-tf-cluster-pool-tf-pool-484a82120083479f9e\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}, {\"id\":\"95d38f4a-5570-4b6f-bc45-4eb2d49ff948\", \"address\":\"172.18.100.3/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":false, \"created_at\":\"2025-10-30T16:22:21.040168Z\", \"updated_at\":\"2025-10-30T16:22:21.040168Z\", \"source\":{\"subnet_id\":\"69efb21f-5546-48f5-83df-aef63957de90\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"27adfd84-c338-4356-82b0-000a0cef4837\", \"mac_address\":\"02:00:00:1F:1E:83\", \"name\":\"scw-tf-cluster-pool-tf-pool-484a82120083479f9e\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}]}" headers: Content-Length: - - "756" + - "1123" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:22:46 GMT + - Thu, 30 Oct 2025 16:25:01 GMT Server: - Scaleway API Gateway (fr-par-3;edge03) X-Request-Id: - - 41a72196-9c25-48db-9e44-361cfe0ac1c6 + - 44c7e6d7-bf90-4408-97a9-ff735fa471ca status: 200 OK code: 200 - duration: 78.31337ms + duration: 40.031051ms - id: 61 request: proto: HTTP/1.1 @@ -1982,28 +2125,28 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/ed10ae0c-6203-42e9-acdc-0a3381bc3ae7 + url: https://api.scaleway.com/vpc/v2/regions/fr-par/vpcs/64ee6fb8-81c6-4519-9f5e-e4dc82ef1776 method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 756 - body: "{\"region\":\"fr-par\", \"id\":\"ed10ae0c-6203-42e9-acdc-0a3381bc3ae7\", \"cluster_id\":\"f81d0594-be8f-40e1-a0d6-8c99353f3055\", \"created_at\":\"2025-10-30T16:18:46.692174Z\", \"updated_at\":\"2025-10-30T16:18:46.692174Z\", \"name\":\"tf-pool\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[\"terraform-test\", \"data_scaleway_k8s_pool\", \"basic\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 425 + body: "{\"id\":\"64ee6fb8-81c6-4519-9f5e-e4dc82ef1776\", \"name\":\"TestAccDataSourcePool_Basic\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:40.167534Z\", \"updated_at\":\"2025-10-30T16:18:40.167534Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_default\":false, \"private_network_count\":1, \"routing_enabled\":true, \"custom_routes_propagation_enabled\":true, \"region\":\"fr-par\"}" headers: Content-Length: - - "756" + - "425" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:22:51 GMT + - Thu, 30 Oct 2025 16:25:01 GMT Server: - Scaleway API Gateway (fr-par-3;edge03) X-Request-Id: - - 03e8d4a2-2037-49ac-beb5-3b94c31080cf + - bbed5b25-8fbd-4008-a69a-d267a0c09d50 status: 200 OK code: 200 - duration: 75.386386ms + duration: 30.661145ms - id: 62 request: proto: HTTP/1.1 @@ -2014,28 +2157,28 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/ed10ae0c-6203-42e9-acdc-0a3381bc3ae7 + url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks/28ed0f4c-4af6-4e05-a656-423bf86b40b4 method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 756 - body: "{\"region\":\"fr-par\", \"id\":\"ed10ae0c-6203-42e9-acdc-0a3381bc3ae7\", \"cluster_id\":\"f81d0594-be8f-40e1-a0d6-8c99353f3055\", \"created_at\":\"2025-10-30T16:18:46.692174Z\", \"updated_at\":\"2025-10-30T16:18:46.692174Z\", \"name\":\"tf-pool\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[\"terraform-test\", \"data_scaleway_k8s_pool\", \"basic\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 1092 + body: "{\"id\":\"28ed0f4c-4af6-4e05-a656-423bf86b40b4\", \"name\":\"test-data-source-pool\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:40.270823Z\", \"updated_at\":\"2025-10-30T16:18:40.270823Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"subnets\":[{\"id\":\"69efb21f-5546-48f5-83df-aef63957de90\", \"created_at\":\"2025-10-30T16:18:40.270823Z\", \"updated_at\":\"2025-10-30T16:18:40.270823Z\", \"subnet\":\"172.18.100.0/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"28ed0f4c-4af6-4e05-a656-423bf86b40b4\", \"vpc_id\":\"64ee6fb8-81c6-4519-9f5e-e4dc82ef1776\"}, {\"id\":\"28394509-5e6b-4a35-abde-680e3d38cb46\", \"created_at\":\"2025-10-30T16:18:40.270823Z\", \"updated_at\":\"2025-10-30T16:18:40.270823Z\", \"subnet\":\"fd5f:519c:6d46:2576::/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"28ed0f4c-4af6-4e05-a656-423bf86b40b4\", \"vpc_id\":\"64ee6fb8-81c6-4519-9f5e-e4dc82ef1776\"}], \"vpc_id\":\"64ee6fb8-81c6-4519-9f5e-e4dc82ef1776\", \"dhcp_enabled\":true, \"default_route_propagation_enabled\":false, \"region\":\"fr-par\"}" headers: Content-Length: - - "756" + - "1092" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:22:56 GMT + - Thu, 30 Oct 2025 16:25:01 GMT Server: - Scaleway API Gateway (fr-par-3;edge03) X-Request-Id: - - d70461b9-62fb-4809-a510-9d21b2b10d8f + - dd44d97a-8be7-441c-b543-eb8f29a6b532 status: 200 OK code: 200 - duration: 73.288168ms + duration: 23.714729ms - id: 63 request: proto: HTTP/1.1 @@ -2046,28 +2189,28 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/ed10ae0c-6203-42e9-acdc-0a3381bc3ae7 + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/f81d0594-be8f-40e1-a0d6-8c99353f3055 method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 756 - body: "{\"region\":\"fr-par\", \"id\":\"ed10ae0c-6203-42e9-acdc-0a3381bc3ae7\", \"cluster_id\":\"f81d0594-be8f-40e1-a0d6-8c99353f3055\", \"created_at\":\"2025-10-30T16:18:46.692174Z\", \"updated_at\":\"2025-10-30T16:18:46.692174Z\", \"name\":\"tf-pool\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[\"terraform-test\", \"data_scaleway_k8s_pool\", \"basic\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 1634 + body: "{\"region\":\"fr-par\", \"id\":\"f81d0594-be8f-40e1-a0d6-8c99353f3055\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:41.215920Z\", \"updated_at\":\"2025-10-30T16:24:56.468672Z\", \"type\":\"kapsule\", \"name\":\"tf-cluster-pool\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"data_scaleway_k8s_cluster\", \"basic\"], \"cluster_url\":\"https://f81d0594-be8f-40e1-a0d6-8c99353f3055.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.f81d0594-be8f-40e1-a0d6-8c99353f3055.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"28ed0f4c-4af6-4e05-a656-423bf86b40b4\", \"commitment_ends_at\":\"2025-10-30T16:18:41.215928Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"9133dff4-7a9a-4f48-bcc0-8a046b7067e6\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" headers: Content-Length: - - "756" + - "1634" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:23:01 GMT + - Thu, 30 Oct 2025 16:25:01 GMT Server: - Scaleway API Gateway (fr-par-3;edge03) X-Request-Id: - - fbde89bf-cff4-4a37-b2c0-cff90028db0b + - ac4e667e-36ed-45cb-ab9d-fc5d587a213a status: 200 OK code: 200 - duration: 91.605557ms + duration: 26.471241ms - id: 64 request: proto: HTTP/1.1 @@ -2078,28 +2221,28 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/ed10ae0c-6203-42e9-acdc-0a3381bc3ae7 + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/f81d0594-be8f-40e1-a0d6-8c99353f3055/kubeconfig method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 756 - body: "{\"region\":\"fr-par\", \"id\":\"ed10ae0c-6203-42e9-acdc-0a3381bc3ae7\", \"cluster_id\":\"f81d0594-be8f-40e1-a0d6-8c99353f3055\", \"created_at\":\"2025-10-30T16:18:46.692174Z\", \"updated_at\":\"2025-10-30T16:18:46.692174Z\", \"name\":\"tf-pool\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[\"terraform-test\", \"data_scaleway_k8s_pool\", \"basic\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 1658 + body: "{\"name\":\"kubeconfig\", \"content_type\":\"application/octet-stream\", \"content\":\"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogInRmLWNsdXN0ZXItcG9vbCIKICBjbHVzdGVyOgogICAgY2VydGlmaWNhdGUtYXV0aG9yaXR5LWRhdGE6IExTMHRMUzFDUlVkSlRpQkRSVkpVU1VaSlEwRlVSUzB0TFMwdENrMUpTVUpYYWtORFFWRkhaMEYzU1VKQlowbENRVVJCUzBKblozRm9hMnBQVUZGUlJFRnFRVlpOVWsxM1JWRlpSRlpSVVVSRmQzQnlaRmRLYkdOdE5Xd0taRWRXZWsxQ05GaEVWRWt4VFZSQmVVOVVSVEpOVkdjd1RWWnZXRVJVVFRGTlZFRjVUMVJGTWsxVVp6Qk5WbTkzUmxSRlZFMUNSVWRCTVZWRlFYaE5Td3BoTTFacFdsaEtkVnBZVW14amVrSmFUVUpOUjBKNWNVZFRUVFE1UVdkRlIwTkRjVWRUVFRRNVFYZEZTRUV3U1VGQ1NVNXBXbUZRZG01QlJGbHFVemw2Q2sxWVEwVnBiR1pVY0RaS1ZqUnhTR2hJU0VOdGVERjVMMFpHYUhRMFIyTlZhV05OV1UxQlpHUlVabGxHWVRac2NFbzJiVEp4VEZGbFluQlJOMjQ1UWtVS05sWkdiVEk0Y1dwUmFrSkJUVUUwUjBFeFZXUkVkMFZDTDNkUlJVRjNTVU53UkVGUVFtZE9Wa2hTVFVKQlpqaEZRbFJCUkVGUlNDOU5RakJIUVRGVlpBcEVaMUZYUWtKVVMyVkRiak5LVnpKalp6SkNUVEpKTDBkMVlWRndOMVJqUTNwVVFVdENaMmR4YUd0cVQxQlJVVVJCWjA1SVFVUkNSVUZwUW5wNGEzVnJDblV4Y2tFMFFreFpiemxVUkRoWGNFUjBjMVpsVGxCa05tZFJhbWxMVkM5Tk1uQXhkRnAzU1dkVFNXMXVSbGRHYml0emRGUlRNVGRMVFhWaGFUVlpNbTBLV1hZMlZEWlNObGcxVTNvNFRXMURNVmRPWXowS0xTMHRMUzFGVGtRZ1EwVlNWRWxHU1VOQlZFVXRMUzB0TFFvPQogICAgc2VydmVyOiBodHRwczovL2Y4MWQwNTk0LWJlOGYtNDBlMS1hMGQ2LThjOTkzNTNmMzA1NS5hcGkuazhzLmZyLXBhci5zY3cuY2xvdWQ6NjQ0Mwpjb250ZXh0czoKLSBuYW1lOiBhZG1pbkB0Zi1jbHVzdGVyLXBvb2wKICBjb250ZXh0OgogICAgY2x1c3RlcjogInRmLWNsdXN0ZXItcG9vbCIKICAgIHVzZXI6IHRmLWNsdXN0ZXItcG9vbC1hZG1pbgpjdXJyZW50LWNvbnRleHQ6IGFkbWluQHRmLWNsdXN0ZXItcG9vbApraW5kOiBDb25maWcKcHJlZmVyZW5jZXM6IHt9CnVzZXJzOgotIG5hbWU6IHRmLWNsdXN0ZXItcG9vbC1hZG1pbgogIHVzZXI6CiAgICB0b2tlbjogN3BETGtYR1ZWZXZ5UWhROUlVbnV6bHZ4TGFqdTNVNEU3dExTOVJWSEhTNThTWXVNMVlUdGlCejY=\"}" headers: Content-Length: - - "756" + - "1658" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:23:06 GMT + - Thu, 30 Oct 2025 16:25:01 GMT Server: - Scaleway API Gateway (fr-par-3;edge03) X-Request-Id: - - 489a08a6-fc8f-4653-96bb-5c8f8d09325e + - 3d16ea54-1f60-4767-861f-e360337d53bd status: 200 OK code: 200 - duration: 87.67507ms + duration: 89.189713ms - id: 65 request: proto: HTTP/1.1 @@ -2116,22 +2259,22 @@ interactions: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 756 - body: "{\"region\":\"fr-par\", \"id\":\"ed10ae0c-6203-42e9-acdc-0a3381bc3ae7\", \"cluster_id\":\"f81d0594-be8f-40e1-a0d6-8c99353f3055\", \"created_at\":\"2025-10-30T16:18:46.692174Z\", \"updated_at\":\"2025-10-30T16:18:46.692174Z\", \"name\":\"tf-pool\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[\"terraform-test\", \"data_scaleway_k8s_pool\", \"basic\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 754 + body: "{\"region\":\"fr-par\", \"id\":\"ed10ae0c-6203-42e9-acdc-0a3381bc3ae7\", \"cluster_id\":\"f81d0594-be8f-40e1-a0d6-8c99353f3055\", \"created_at\":\"2025-10-30T16:18:46.692174Z\", \"updated_at\":\"2025-10-30T16:24:03.761826Z\", \"name\":\"tf-pool\", \"status\":\"ready\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[\"terraform-test\", \"data_scaleway_k8s_pool\", \"basic\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" headers: Content-Length: - - "756" + - "754" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:23:11 GMT + - Thu, 30 Oct 2025 16:25:01 GMT Server: - Scaleway API Gateway (fr-par-3;edge03) X-Request-Id: - - 8b1a54a0-aa64-4c4e-a5df-ac5740d0e686 + - 38066d11-bfce-4cfd-a341-d5c151c10891 status: 200 OK code: 200 - duration: 73.510946ms + duration: 17.32178ms - id: 66 request: proto: HTTP/1.1 @@ -2139,3436 +2282,41 @@ interactions: proto_minor: 1 content_length: 0 host: api.scaleway.com + form: + order_by: + - created_at_asc + page: + - "1" + pool_id: + - ed10ae0c-6203-42e9-acdc-0a3381bc3ae7 + status: + - unknown headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/ed10ae0c-6203-42e9-acdc-0a3381bc3ae7 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 756 - body: "{\"region\":\"fr-par\", \"id\":\"ed10ae0c-6203-42e9-acdc-0a3381bc3ae7\", \"cluster_id\":\"f81d0594-be8f-40e1-a0d6-8c99353f3055\", \"created_at\":\"2025-10-30T16:18:46.692174Z\", \"updated_at\":\"2025-10-30T16:18:46.692174Z\", \"name\":\"tf-pool\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[\"terraform-test\", \"data_scaleway_k8s_pool\", \"basic\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "756" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:23:16 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 0675b714-9cea-4dbe-b004-8591af65e7ac - status: 200 OK - code: 200 - duration: 97.379323ms -- id: 67 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/ed10ae0c-6203-42e9-acdc-0a3381bc3ae7 + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/f81d0594-be8f-40e1-a0d6-8c99353f3055/nodes?order_by=created_at_asc&page=1&pool_id=ed10ae0c-6203-42e9-acdc-0a3381bc3ae7&status=unknown method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 756 - body: "{\"region\":\"fr-par\", \"id\":\"ed10ae0c-6203-42e9-acdc-0a3381bc3ae7\", \"cluster_id\":\"f81d0594-be8f-40e1-a0d6-8c99353f3055\", \"created_at\":\"2025-10-30T16:18:46.692174Z\", \"updated_at\":\"2025-10-30T16:18:46.692174Z\", \"name\":\"tf-pool\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[\"terraform-test\", \"data_scaleway_k8s_pool\", \"basic\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 649 + body: "{\"total_count\":1, \"nodes\":[{\"region\":\"fr-par\", \"id\":\"484a8212-0083-479f-9e1b-eeaabea357a8\", \"cluster_id\":\"f81d0594-be8f-40e1-a0d6-8c99353f3055\", \"created_at\":\"2025-10-30T16:22:17.922768Z\", \"updated_at\":\"2025-10-30T16:24:58.184772Z\", \"pool_id\":\"ed10ae0c-6203-42e9-acdc-0a3381bc3ae7\", \"status\":\"ready\", \"conditions\":{\"DiskPressure\":\"False\", \"MemoryPressure\":\"False\", \"NetworkUnavailable\":\"False\", \"PIDPressure\":\"False\", \"Ready\":\"True\"}, \"name\":\"scw-tf-cluster-pool-tf-pool-484a82120083479f9e\", \"public_ip_v4\":\"51.15.230.164\", \"public_ip_v6\":null, \"provider_id\":\"scaleway://instance/fr-par-1/5edb9a82-efcc-4293-98e4-3009c814813b\", \"error_message\":\"\"}]}" headers: Content-Length: - - "756" + - "649" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:23:21 GMT + - Thu, 30 Oct 2025 16:25:01 GMT Server: - Scaleway API Gateway (fr-par-3;edge03) X-Request-Id: - - 3695bb4b-c9a5-4ee7-9f55-e39d6ac6b882 - status: 200 OK - code: 200 - duration: 82.14447ms -- id: 68 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/ed10ae0c-6203-42e9-acdc-0a3381bc3ae7 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 756 - body: "{\"region\":\"fr-par\", \"id\":\"ed10ae0c-6203-42e9-acdc-0a3381bc3ae7\", \"cluster_id\":\"f81d0594-be8f-40e1-a0d6-8c99353f3055\", \"created_at\":\"2025-10-30T16:18:46.692174Z\", \"updated_at\":\"2025-10-30T16:18:46.692174Z\", \"name\":\"tf-pool\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[\"terraform-test\", \"data_scaleway_k8s_pool\", \"basic\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "756" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:23:26 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 06e2b069-af3e-4a9e-8b0e-20cb9fe1a24d - status: 200 OK - code: 200 - duration: 86.685893ms -- id: 69 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/ed10ae0c-6203-42e9-acdc-0a3381bc3ae7 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 756 - body: "{\"region\":\"fr-par\", \"id\":\"ed10ae0c-6203-42e9-acdc-0a3381bc3ae7\", \"cluster_id\":\"f81d0594-be8f-40e1-a0d6-8c99353f3055\", \"created_at\":\"2025-10-30T16:18:46.692174Z\", \"updated_at\":\"2025-10-30T16:18:46.692174Z\", \"name\":\"tf-pool\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[\"terraform-test\", \"data_scaleway_k8s_pool\", \"basic\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "756" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:23:31 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - c5c170f9-522f-49a1-8f9a-45d0c9a5fc35 - status: 200 OK - code: 200 - duration: 131.846061ms -- id: 70 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/ed10ae0c-6203-42e9-acdc-0a3381bc3ae7 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 756 - body: "{\"region\":\"fr-par\", \"id\":\"ed10ae0c-6203-42e9-acdc-0a3381bc3ae7\", \"cluster_id\":\"f81d0594-be8f-40e1-a0d6-8c99353f3055\", \"created_at\":\"2025-10-30T16:18:46.692174Z\", \"updated_at\":\"2025-10-30T16:18:46.692174Z\", \"name\":\"tf-pool\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[\"terraform-test\", \"data_scaleway_k8s_pool\", \"basic\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "756" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:23:37 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - b9744f9a-89c0-495a-8501-c75a856448bb - status: 200 OK - code: 200 - duration: 92.957044ms -- id: 71 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/ed10ae0c-6203-42e9-acdc-0a3381bc3ae7 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 756 - body: "{\"region\":\"fr-par\", \"id\":\"ed10ae0c-6203-42e9-acdc-0a3381bc3ae7\", \"cluster_id\":\"f81d0594-be8f-40e1-a0d6-8c99353f3055\", \"created_at\":\"2025-10-30T16:18:46.692174Z\", \"updated_at\":\"2025-10-30T16:18:46.692174Z\", \"name\":\"tf-pool\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[\"terraform-test\", \"data_scaleway_k8s_pool\", \"basic\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "756" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:23:42 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - d6feab58-ffe9-419c-9c4a-84ed6f7c3f57 - status: 200 OK - code: 200 - duration: 72.930417ms -- id: 72 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/ed10ae0c-6203-42e9-acdc-0a3381bc3ae7 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 756 - body: "{\"region\":\"fr-par\", \"id\":\"ed10ae0c-6203-42e9-acdc-0a3381bc3ae7\", \"cluster_id\":\"f81d0594-be8f-40e1-a0d6-8c99353f3055\", \"created_at\":\"2025-10-30T16:18:46.692174Z\", \"updated_at\":\"2025-10-30T16:18:46.692174Z\", \"name\":\"tf-pool\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[\"terraform-test\", \"data_scaleway_k8s_pool\", \"basic\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "756" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:23:47 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - fcabfd2e-dfed-4388-b3e0-86c0b76360e3 - status: 200 OK - code: 200 - duration: 90.727689ms -- id: 73 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/ed10ae0c-6203-42e9-acdc-0a3381bc3ae7 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 756 - body: "{\"region\":\"fr-par\", \"id\":\"ed10ae0c-6203-42e9-acdc-0a3381bc3ae7\", \"cluster_id\":\"f81d0594-be8f-40e1-a0d6-8c99353f3055\", \"created_at\":\"2025-10-30T16:18:46.692174Z\", \"updated_at\":\"2025-10-30T16:18:46.692174Z\", \"name\":\"tf-pool\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[\"terraform-test\", \"data_scaleway_k8s_pool\", \"basic\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "756" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:23:52 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 7f984d16-9ea7-40d7-8d26-e1307749f688 - status: 200 OK - code: 200 - duration: 77.973332ms -- id: 74 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/ed10ae0c-6203-42e9-acdc-0a3381bc3ae7 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 756 - body: "{\"region\":\"fr-par\", \"id\":\"ed10ae0c-6203-42e9-acdc-0a3381bc3ae7\", \"cluster_id\":\"f81d0594-be8f-40e1-a0d6-8c99353f3055\", \"created_at\":\"2025-10-30T16:18:46.692174Z\", \"updated_at\":\"2025-10-30T16:18:46.692174Z\", \"name\":\"tf-pool\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[\"terraform-test\", \"data_scaleway_k8s_pool\", \"basic\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "756" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:23:57 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 2d602ce3-2387-4650-adb0-73769e9b2f9a - status: 200 OK - code: 200 - duration: 99.128756ms -- id: 75 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/ed10ae0c-6203-42e9-acdc-0a3381bc3ae7 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 756 - body: "{\"region\":\"fr-par\", \"id\":\"ed10ae0c-6203-42e9-acdc-0a3381bc3ae7\", \"cluster_id\":\"f81d0594-be8f-40e1-a0d6-8c99353f3055\", \"created_at\":\"2025-10-30T16:18:46.692174Z\", \"updated_at\":\"2025-10-30T16:18:46.692174Z\", \"name\":\"tf-pool\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[\"terraform-test\", \"data_scaleway_k8s_pool\", \"basic\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "756" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:24:02 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - de124377-57cb-4287-b99e-88ebcd129d69 - status: 200 OK - code: 200 - duration: 100.581453ms -- id: 76 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/ed10ae0c-6203-42e9-acdc-0a3381bc3ae7 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 754 - body: "{\"region\":\"fr-par\", \"id\":\"ed10ae0c-6203-42e9-acdc-0a3381bc3ae7\", \"cluster_id\":\"f81d0594-be8f-40e1-a0d6-8c99353f3055\", \"created_at\":\"2025-10-30T16:18:46.692174Z\", \"updated_at\":\"2025-10-30T16:24:03.761826Z\", \"name\":\"tf-pool\", \"status\":\"ready\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[\"terraform-test\", \"data_scaleway_k8s_pool\", \"basic\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "754" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:24:07 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 582597c4-8cba-4341-bbc6-9b33d5a83006 - status: 200 OK - code: 200 - duration: 75.018626ms -- id: 77 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/f81d0594-be8f-40e1-a0d6-8c99353f3055 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1631 - body: "{\"region\":\"fr-par\", \"id\":\"f81d0594-be8f-40e1-a0d6-8c99353f3055\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:41.215920Z\", \"updated_at\":\"2025-10-30T16:20:25.297004Z\", \"type\":\"kapsule\", \"name\":\"tf-cluster-pool\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"data_scaleway_k8s_pool\", \"basic\"], \"cluster_url\":\"https://f81d0594-be8f-40e1-a0d6-8c99353f3055.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.f81d0594-be8f-40e1-a0d6-8c99353f3055.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"28ed0f4c-4af6-4e05-a656-423bf86b40b4\", \"commitment_ends_at\":\"2025-10-30T16:18:41.215928Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"9133dff4-7a9a-4f48-bcc0-8a046b7067e6\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1631" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:24:07 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 78acc29a-0d2b-4eb8-b059-e44c8ceac31c - status: 200 OK - code: 200 - duration: 110.613772ms -- id: 78 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/ed10ae0c-6203-42e9-acdc-0a3381bc3ae7 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 754 - body: "{\"region\":\"fr-par\", \"id\":\"ed10ae0c-6203-42e9-acdc-0a3381bc3ae7\", \"cluster_id\":\"f81d0594-be8f-40e1-a0d6-8c99353f3055\", \"created_at\":\"2025-10-30T16:18:46.692174Z\", \"updated_at\":\"2025-10-30T16:24:03.761826Z\", \"name\":\"tf-pool\", \"status\":\"ready\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[\"terraform-test\", \"data_scaleway_k8s_pool\", \"basic\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "754" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:24:07 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 1e26502b-3ec1-4954-a890-c2481380fb0c - status: 200 OK - code: 200 - duration: 35.519925ms -- id: 79 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - form: - order_by: - - created_at_asc - page: - - "1" - pool_id: - - ed10ae0c-6203-42e9-acdc-0a3381bc3ae7 - status: - - unknown - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/f81d0594-be8f-40e1-a0d6-8c99353f3055/nodes?order_by=created_at_asc&page=1&pool_id=ed10ae0c-6203-42e9-acdc-0a3381bc3ae7&status=unknown - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 619 - body: "{\"total_count\":1, \"nodes\":[{\"region\":\"fr-par\", \"id\":\"484a8212-0083-479f-9e1b-eeaabea357a8\", \"cluster_id\":\"f81d0594-be8f-40e1-a0d6-8c99353f3055\", \"created_at\":\"2025-10-30T16:22:17.922768Z\", \"updated_at\":\"2025-10-30T16:24:03.751299Z\", \"pool_id\":\"ed10ae0c-6203-42e9-acdc-0a3381bc3ae7\", \"status\":\"ready\", \"conditions\":{\"DiskPressure\":\"False\", \"MemoryPressure\":\"False\", \"PIDPressure\":\"False\", \"Ready\":\"True\"}, \"name\":\"scw-tf-cluster-pool-tf-pool-484a82120083479f9e\", \"public_ip_v4\":\"51.15.230.164\", \"public_ip_v6\":null, \"provider_id\":\"scaleway://instance/fr-par-1/5edb9a82-efcc-4293-98e4-3009c814813b\", \"error_message\":\"\"}]}" - headers: - Content-Length: - - "619" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:24:07 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 584b027f-fc4e-4b2c-8db1-9e6843bfd8bb - status: 200 OK - code: 200 - duration: 26.336729ms -- id: 80 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/f81d0594-be8f-40e1-a0d6-8c99353f3055 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1631 - body: "{\"region\":\"fr-par\", \"id\":\"f81d0594-be8f-40e1-a0d6-8c99353f3055\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:41.215920Z\", \"updated_at\":\"2025-10-30T16:20:25.297004Z\", \"type\":\"kapsule\", \"name\":\"tf-cluster-pool\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"data_scaleway_k8s_pool\", \"basic\"], \"cluster_url\":\"https://f81d0594-be8f-40e1-a0d6-8c99353f3055.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.f81d0594-be8f-40e1-a0d6-8c99353f3055.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"28ed0f4c-4af6-4e05-a656-423bf86b40b4\", \"commitment_ends_at\":\"2025-10-30T16:18:41.215928Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"9133dff4-7a9a-4f48-bcc0-8a046b7067e6\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1631" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:24:07 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 3f88a83b-6556-4124-8044-90d7b5e2f30a - status: 200 OK - code: 200 - duration: 18.789053ms -- id: 81 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - form: - order_by: - - created_at_desc - project_id: - - 105bdce1-64c0-48ab-899d-868455867ecf - resource_name: - - scw-tf-cluster-pool-tf-pool-484a82120083479f9e - resource_type: - - unknown_type - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/ipam/v1/regions/fr-par/ips?order_by=created_at_desc&project_id=105bdce1-64c0-48ab-899d-868455867ecf&resource_name=scw-tf-cluster-pool-tf-pool-484a82120083479f9e&resource_type=unknown_type - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1123 - body: "{\"total_count\":2, \"ips\":[{\"id\":\"fd701627-2304-4588-a2b9-cb6814399727\", \"address\":\"fd5f:519c:6d46:2576:2854:c3eb:4592:7809/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":true, \"created_at\":\"2025-10-30T16:22:21.162635Z\", \"updated_at\":\"2025-10-30T16:22:21.162635Z\", \"source\":{\"subnet_id\":\"28394509-5e6b-4a35-abde-680e3d38cb46\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"27adfd84-c338-4356-82b0-000a0cef4837\", \"mac_address\":\"02:00:00:1F:1E:83\", \"name\":\"scw-tf-cluster-pool-tf-pool-484a82120083479f9e\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}, {\"id\":\"95d38f4a-5570-4b6f-bc45-4eb2d49ff948\", \"address\":\"172.18.100.3/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":false, \"created_at\":\"2025-10-30T16:22:21.040168Z\", \"updated_at\":\"2025-10-30T16:22:21.040168Z\", \"source\":{\"subnet_id\":\"69efb21f-5546-48f5-83df-aef63957de90\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"27adfd84-c338-4356-82b0-000a0cef4837\", \"mac_address\":\"02:00:00:1F:1E:83\", \"name\":\"scw-tf-cluster-pool-tf-pool-484a82120083479f9e\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}]}" - headers: - Content-Length: - - "1123" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:24:07 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 84551a6f-3ccc-42ff-93c4-f1d3503a3bca - status: 200 OK - code: 200 - duration: 58.523908ms -- id: 82 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/fr-par/vpcs/64ee6fb8-81c6-4519-9f5e-e4dc82ef1776 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 425 - body: "{\"id\":\"64ee6fb8-81c6-4519-9f5e-e4dc82ef1776\", \"name\":\"TestAccDataSourcePool_Basic\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:40.167534Z\", \"updated_at\":\"2025-10-30T16:18:40.167534Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_default\":false, \"private_network_count\":1, \"routing_enabled\":true, \"custom_routes_propagation_enabled\":true, \"region\":\"fr-par\"}" - headers: - Content-Length: - - "425" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:24:08 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - b426f80a-93db-4174-88e0-3b2967922992 - status: 200 OK - code: 200 - duration: 23.910777ms -- id: 83 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks/28ed0f4c-4af6-4e05-a656-423bf86b40b4 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1092 - body: "{\"id\":\"28ed0f4c-4af6-4e05-a656-423bf86b40b4\", \"name\":\"test-data-source-pool\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:40.270823Z\", \"updated_at\":\"2025-10-30T16:18:40.270823Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"subnets\":[{\"id\":\"69efb21f-5546-48f5-83df-aef63957de90\", \"created_at\":\"2025-10-30T16:18:40.270823Z\", \"updated_at\":\"2025-10-30T16:18:40.270823Z\", \"subnet\":\"172.18.100.0/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"28ed0f4c-4af6-4e05-a656-423bf86b40b4\", \"vpc_id\":\"64ee6fb8-81c6-4519-9f5e-e4dc82ef1776\"}, {\"id\":\"28394509-5e6b-4a35-abde-680e3d38cb46\", \"created_at\":\"2025-10-30T16:18:40.270823Z\", \"updated_at\":\"2025-10-30T16:18:40.270823Z\", \"subnet\":\"fd5f:519c:6d46:2576::/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"28ed0f4c-4af6-4e05-a656-423bf86b40b4\", \"vpc_id\":\"64ee6fb8-81c6-4519-9f5e-e4dc82ef1776\"}], \"vpc_id\":\"64ee6fb8-81c6-4519-9f5e-e4dc82ef1776\", \"dhcp_enabled\":true, \"default_route_propagation_enabled\":false, \"region\":\"fr-par\"}" - headers: - Content-Length: - - "1092" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:24:08 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - bc04f194-d0e4-4812-988e-36e2c7f7821b - status: 200 OK - code: 200 - duration: 30.69022ms -- id: 84 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/f81d0594-be8f-40e1-a0d6-8c99353f3055 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1631 - body: "{\"region\":\"fr-par\", \"id\":\"f81d0594-be8f-40e1-a0d6-8c99353f3055\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:41.215920Z\", \"updated_at\":\"2025-10-30T16:20:25.297004Z\", \"type\":\"kapsule\", \"name\":\"tf-cluster-pool\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"data_scaleway_k8s_pool\", \"basic\"], \"cluster_url\":\"https://f81d0594-be8f-40e1-a0d6-8c99353f3055.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.f81d0594-be8f-40e1-a0d6-8c99353f3055.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"28ed0f4c-4af6-4e05-a656-423bf86b40b4\", \"commitment_ends_at\":\"2025-10-30T16:18:41.215928Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"9133dff4-7a9a-4f48-bcc0-8a046b7067e6\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1631" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:24:08 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 7cde4753-4286-4ca5-8818-97adc506c9a7 - status: 200 OK - code: 200 - duration: 20.345706ms -- id: 85 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/f81d0594-be8f-40e1-a0d6-8c99353f3055/kubeconfig - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1658 - body: "{\"name\":\"kubeconfig\", \"content_type\":\"application/octet-stream\", \"content\":\"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogInRmLWNsdXN0ZXItcG9vbCIKICBjbHVzdGVyOgogICAgY2VydGlmaWNhdGUtYXV0aG9yaXR5LWRhdGE6IExTMHRMUzFDUlVkSlRpQkRSVkpVU1VaSlEwRlVSUzB0TFMwdENrMUpTVUpYYWtORFFWRkhaMEYzU1VKQlowbENRVVJCUzBKblozRm9hMnBQVUZGUlJFRnFRVlpOVWsxM1JWRlpSRlpSVVVSRmQzQnlaRmRLYkdOdE5Xd0taRWRXZWsxQ05GaEVWRWt4VFZSQmVVOVVSVEpOVkdjd1RWWnZXRVJVVFRGTlZFRjVUMVJGTWsxVVp6Qk5WbTkzUmxSRlZFMUNSVWRCTVZWRlFYaE5Td3BoTTFacFdsaEtkVnBZVW14amVrSmFUVUpOUjBKNWNVZFRUVFE1UVdkRlIwTkRjVWRUVFRRNVFYZEZTRUV3U1VGQ1NVNXBXbUZRZG01QlJGbHFVemw2Q2sxWVEwVnBiR1pVY0RaS1ZqUnhTR2hJU0VOdGVERjVMMFpHYUhRMFIyTlZhV05OV1UxQlpHUlVabGxHWVRac2NFbzJiVEp4VEZGbFluQlJOMjQ1UWtVS05sWkdiVEk0Y1dwUmFrSkJUVUUwUjBFeFZXUkVkMFZDTDNkUlJVRjNTVU53UkVGUVFtZE9Wa2hTVFVKQlpqaEZRbFJCUkVGUlNDOU5RakJIUVRGVlpBcEVaMUZYUWtKVVMyVkRiak5LVnpKalp6SkNUVEpKTDBkMVlWRndOMVJqUTNwVVFVdENaMmR4YUd0cVQxQlJVVVJCWjA1SVFVUkNSVUZwUW5wNGEzVnJDblV4Y2tFMFFreFpiemxVUkRoWGNFUjBjMVpsVGxCa05tZFJhbWxMVkM5Tk1uQXhkRnAzU1dkVFNXMXVSbGRHYml0emRGUlRNVGRMVFhWaGFUVlpNbTBLV1hZMlZEWlNObGcxVTNvNFRXMURNVmRPWXowS0xTMHRMUzFGVGtRZ1EwVlNWRWxHU1VOQlZFVXRMUzB0TFFvPQogICAgc2VydmVyOiBodHRwczovL2Y4MWQwNTk0LWJlOGYtNDBlMS1hMGQ2LThjOTkzNTNmMzA1NS5hcGkuazhzLmZyLXBhci5zY3cuY2xvdWQ6NjQ0Mwpjb250ZXh0czoKLSBuYW1lOiBhZG1pbkB0Zi1jbHVzdGVyLXBvb2wKICBjb250ZXh0OgogICAgY2x1c3RlcjogInRmLWNsdXN0ZXItcG9vbCIKICAgIHVzZXI6IHRmLWNsdXN0ZXItcG9vbC1hZG1pbgpjdXJyZW50LWNvbnRleHQ6IGFkbWluQHRmLWNsdXN0ZXItcG9vbApraW5kOiBDb25maWcKcHJlZmVyZW5jZXM6IHt9CnVzZXJzOgotIG5hbWU6IHRmLWNsdXN0ZXItcG9vbC1hZG1pbgogIHVzZXI6CiAgICB0b2tlbjogN3BETGtYR1ZWZXZ5UWhROUlVbnV6bHZ4TGFqdTNVNEU3dExTOVJWSEhTNThTWXVNMVlUdGlCejY=\"}" - headers: - Content-Length: - - "1658" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:24:08 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 3903a1d6-c0d9-4ff9-81b1-5f4ddbcfe7c6 - status: 200 OK - code: 200 - duration: 88.549111ms -- id: 86 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/ed10ae0c-6203-42e9-acdc-0a3381bc3ae7 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 754 - body: "{\"region\":\"fr-par\", \"id\":\"ed10ae0c-6203-42e9-acdc-0a3381bc3ae7\", \"cluster_id\":\"f81d0594-be8f-40e1-a0d6-8c99353f3055\", \"created_at\":\"2025-10-30T16:18:46.692174Z\", \"updated_at\":\"2025-10-30T16:24:03.761826Z\", \"name\":\"tf-pool\", \"status\":\"ready\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[\"terraform-test\", \"data_scaleway_k8s_pool\", \"basic\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "754" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:24:08 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 61d89d61-a6d8-4e38-a20b-565d91884380 - status: 200 OK - code: 200 - duration: 20.596035ms -- id: 87 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - form: - order_by: - - created_at_asc - page: - - "1" - pool_id: - - ed10ae0c-6203-42e9-acdc-0a3381bc3ae7 - status: - - unknown - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/f81d0594-be8f-40e1-a0d6-8c99353f3055/nodes?order_by=created_at_asc&page=1&pool_id=ed10ae0c-6203-42e9-acdc-0a3381bc3ae7&status=unknown - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 619 - body: "{\"total_count\":1, \"nodes\":[{\"region\":\"fr-par\", \"id\":\"484a8212-0083-479f-9e1b-eeaabea357a8\", \"cluster_id\":\"f81d0594-be8f-40e1-a0d6-8c99353f3055\", \"created_at\":\"2025-10-30T16:22:17.922768Z\", \"updated_at\":\"2025-10-30T16:24:03.751299Z\", \"pool_id\":\"ed10ae0c-6203-42e9-acdc-0a3381bc3ae7\", \"status\":\"ready\", \"conditions\":{\"DiskPressure\":\"False\", \"MemoryPressure\":\"False\", \"PIDPressure\":\"False\", \"Ready\":\"True\"}, \"name\":\"scw-tf-cluster-pool-tf-pool-484a82120083479f9e\", \"public_ip_v4\":\"51.15.230.164\", \"public_ip_v6\":null, \"provider_id\":\"scaleway://instance/fr-par-1/5edb9a82-efcc-4293-98e4-3009c814813b\", \"error_message\":\"\"}]}" - headers: - Content-Length: - - "619" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:24:08 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - a8f874e4-90d1-4517-9d8e-b1bc02ce0f2e - status: 200 OK - code: 200 - duration: 23.482352ms -- id: 88 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/f81d0594-be8f-40e1-a0d6-8c99353f3055 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1631 - body: "{\"region\":\"fr-par\", \"id\":\"f81d0594-be8f-40e1-a0d6-8c99353f3055\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:41.215920Z\", \"updated_at\":\"2025-10-30T16:20:25.297004Z\", \"type\":\"kapsule\", \"name\":\"tf-cluster-pool\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"data_scaleway_k8s_pool\", \"basic\"], \"cluster_url\":\"https://f81d0594-be8f-40e1-a0d6-8c99353f3055.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.f81d0594-be8f-40e1-a0d6-8c99353f3055.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"28ed0f4c-4af6-4e05-a656-423bf86b40b4\", \"commitment_ends_at\":\"2025-10-30T16:18:41.215928Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"9133dff4-7a9a-4f48-bcc0-8a046b7067e6\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1631" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:24:08 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 476d2b8d-ef50-440d-bf2e-bccd7ac529bf - status: 200 OK - code: 200 - duration: 25.502123ms -- id: 89 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - form: - order_by: - - created_at_desc - project_id: - - 105bdce1-64c0-48ab-899d-868455867ecf - resource_name: - - scw-tf-cluster-pool-tf-pool-484a82120083479f9e - resource_type: - - unknown_type - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/ipam/v1/regions/fr-par/ips?order_by=created_at_desc&project_id=105bdce1-64c0-48ab-899d-868455867ecf&resource_name=scw-tf-cluster-pool-tf-pool-484a82120083479f9e&resource_type=unknown_type - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1123 - body: "{\"total_count\":2, \"ips\":[{\"id\":\"fd701627-2304-4588-a2b9-cb6814399727\", \"address\":\"fd5f:519c:6d46:2576:2854:c3eb:4592:7809/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":true, \"created_at\":\"2025-10-30T16:22:21.162635Z\", \"updated_at\":\"2025-10-30T16:22:21.162635Z\", \"source\":{\"subnet_id\":\"28394509-5e6b-4a35-abde-680e3d38cb46\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"27adfd84-c338-4356-82b0-000a0cef4837\", \"mac_address\":\"02:00:00:1F:1E:83\", \"name\":\"scw-tf-cluster-pool-tf-pool-484a82120083479f9e\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}, {\"id\":\"95d38f4a-5570-4b6f-bc45-4eb2d49ff948\", \"address\":\"172.18.100.3/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":false, \"created_at\":\"2025-10-30T16:22:21.040168Z\", \"updated_at\":\"2025-10-30T16:22:21.040168Z\", \"source\":{\"subnet_id\":\"69efb21f-5546-48f5-83df-aef63957de90\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"27adfd84-c338-4356-82b0-000a0cef4837\", \"mac_address\":\"02:00:00:1F:1E:83\", \"name\":\"scw-tf-cluster-pool-tf-pool-484a82120083479f9e\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}]}" - headers: - Content-Length: - - "1123" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:24:08 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - d2e2f9da-b148-4dcb-b566-7107f3e9c13e - status: 200 OK - code: 200 - duration: 33.977379ms -- id: 90 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/fr-par/vpcs/64ee6fb8-81c6-4519-9f5e-e4dc82ef1776 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 425 - body: "{\"id\":\"64ee6fb8-81c6-4519-9f5e-e4dc82ef1776\", \"name\":\"TestAccDataSourcePool_Basic\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:40.167534Z\", \"updated_at\":\"2025-10-30T16:18:40.167534Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_default\":false, \"private_network_count\":1, \"routing_enabled\":true, \"custom_routes_propagation_enabled\":true, \"region\":\"fr-par\"}" - headers: - Content-Length: - - "425" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:24:08 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 7e34c9c1-976f-49ee-958e-e93074320b61 - status: 200 OK - code: 200 - duration: 26.467796ms -- id: 91 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks/28ed0f4c-4af6-4e05-a656-423bf86b40b4 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1092 - body: "{\"id\":\"28ed0f4c-4af6-4e05-a656-423bf86b40b4\", \"name\":\"test-data-source-pool\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:40.270823Z\", \"updated_at\":\"2025-10-30T16:18:40.270823Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"subnets\":[{\"id\":\"69efb21f-5546-48f5-83df-aef63957de90\", \"created_at\":\"2025-10-30T16:18:40.270823Z\", \"updated_at\":\"2025-10-30T16:18:40.270823Z\", \"subnet\":\"172.18.100.0/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"28ed0f4c-4af6-4e05-a656-423bf86b40b4\", \"vpc_id\":\"64ee6fb8-81c6-4519-9f5e-e4dc82ef1776\"}, {\"id\":\"28394509-5e6b-4a35-abde-680e3d38cb46\", \"created_at\":\"2025-10-30T16:18:40.270823Z\", \"updated_at\":\"2025-10-30T16:18:40.270823Z\", \"subnet\":\"fd5f:519c:6d46:2576::/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"28ed0f4c-4af6-4e05-a656-423bf86b40b4\", \"vpc_id\":\"64ee6fb8-81c6-4519-9f5e-e4dc82ef1776\"}], \"vpc_id\":\"64ee6fb8-81c6-4519-9f5e-e4dc82ef1776\", \"dhcp_enabled\":true, \"default_route_propagation_enabled\":false, \"region\":\"fr-par\"}" - headers: - Content-Length: - - "1092" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:24:08 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 4a6ff232-cd0a-4c6a-9616-650ae521f48d - status: 200 OK - code: 200 - duration: 31.530056ms -- id: 92 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/f81d0594-be8f-40e1-a0d6-8c99353f3055 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1631 - body: "{\"region\":\"fr-par\", \"id\":\"f81d0594-be8f-40e1-a0d6-8c99353f3055\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:41.215920Z\", \"updated_at\":\"2025-10-30T16:20:25.297004Z\", \"type\":\"kapsule\", \"name\":\"tf-cluster-pool\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"data_scaleway_k8s_pool\", \"basic\"], \"cluster_url\":\"https://f81d0594-be8f-40e1-a0d6-8c99353f3055.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.f81d0594-be8f-40e1-a0d6-8c99353f3055.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"28ed0f4c-4af6-4e05-a656-423bf86b40b4\", \"commitment_ends_at\":\"2025-10-30T16:18:41.215928Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"9133dff4-7a9a-4f48-bcc0-8a046b7067e6\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1631" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:24:08 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 56062b78-2689-4e8a-94d5-e265eccc6984 - status: 200 OK - code: 200 - duration: 21.138944ms -- id: 93 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/f81d0594-be8f-40e1-a0d6-8c99353f3055/kubeconfig - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1658 - body: "{\"name\":\"kubeconfig\", \"content_type\":\"application/octet-stream\", \"content\":\"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogInRmLWNsdXN0ZXItcG9vbCIKICBjbHVzdGVyOgogICAgY2VydGlmaWNhdGUtYXV0aG9yaXR5LWRhdGE6IExTMHRMUzFDUlVkSlRpQkRSVkpVU1VaSlEwRlVSUzB0TFMwdENrMUpTVUpYYWtORFFWRkhaMEYzU1VKQlowbENRVVJCUzBKblozRm9hMnBQVUZGUlJFRnFRVlpOVWsxM1JWRlpSRlpSVVVSRmQzQnlaRmRLYkdOdE5Xd0taRWRXZWsxQ05GaEVWRWt4VFZSQmVVOVVSVEpOVkdjd1RWWnZXRVJVVFRGTlZFRjVUMVJGTWsxVVp6Qk5WbTkzUmxSRlZFMUNSVWRCTVZWRlFYaE5Td3BoTTFacFdsaEtkVnBZVW14amVrSmFUVUpOUjBKNWNVZFRUVFE1UVdkRlIwTkRjVWRUVFRRNVFYZEZTRUV3U1VGQ1NVNXBXbUZRZG01QlJGbHFVemw2Q2sxWVEwVnBiR1pVY0RaS1ZqUnhTR2hJU0VOdGVERjVMMFpHYUhRMFIyTlZhV05OV1UxQlpHUlVabGxHWVRac2NFbzJiVEp4VEZGbFluQlJOMjQ1UWtVS05sWkdiVEk0Y1dwUmFrSkJUVUUwUjBFeFZXUkVkMFZDTDNkUlJVRjNTVU53UkVGUVFtZE9Wa2hTVFVKQlpqaEZRbFJCUkVGUlNDOU5RakJIUVRGVlpBcEVaMUZYUWtKVVMyVkRiak5LVnpKalp6SkNUVEpKTDBkMVlWRndOMVJqUTNwVVFVdENaMmR4YUd0cVQxQlJVVVJCWjA1SVFVUkNSVUZwUW5wNGEzVnJDblV4Y2tFMFFreFpiemxVUkRoWGNFUjBjMVpsVGxCa05tZFJhbWxMVkM5Tk1uQXhkRnAzU1dkVFNXMXVSbGRHYml0emRGUlRNVGRMVFhWaGFUVlpNbTBLV1hZMlZEWlNObGcxVTNvNFRXMURNVmRPWXowS0xTMHRMUzFGVGtRZ1EwVlNWRWxHU1VOQlZFVXRMUzB0TFFvPQogICAgc2VydmVyOiBodHRwczovL2Y4MWQwNTk0LWJlOGYtNDBlMS1hMGQ2LThjOTkzNTNmMzA1NS5hcGkuazhzLmZyLXBhci5zY3cuY2xvdWQ6NjQ0Mwpjb250ZXh0czoKLSBuYW1lOiBhZG1pbkB0Zi1jbHVzdGVyLXBvb2wKICBjb250ZXh0OgogICAgY2x1c3RlcjogInRmLWNsdXN0ZXItcG9vbCIKICAgIHVzZXI6IHRmLWNsdXN0ZXItcG9vbC1hZG1pbgpjdXJyZW50LWNvbnRleHQ6IGFkbWluQHRmLWNsdXN0ZXItcG9vbApraW5kOiBDb25maWcKcHJlZmVyZW5jZXM6IHt9CnVzZXJzOgotIG5hbWU6IHRmLWNsdXN0ZXItcG9vbC1hZG1pbgogIHVzZXI6CiAgICB0b2tlbjogN3BETGtYR1ZWZXZ5UWhROUlVbnV6bHZ4TGFqdTNVNEU3dExTOVJWSEhTNThTWXVNMVlUdGlCejY=\"}" - headers: - Content-Length: - - "1658" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:24:08 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 675adf93-b286-4d17-85c9-676bace990a7 - status: 200 OK - code: 200 - duration: 104.583654ms -- id: 94 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/ed10ae0c-6203-42e9-acdc-0a3381bc3ae7 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 754 - body: "{\"region\":\"fr-par\", \"id\":\"ed10ae0c-6203-42e9-acdc-0a3381bc3ae7\", \"cluster_id\":\"f81d0594-be8f-40e1-a0d6-8c99353f3055\", \"created_at\":\"2025-10-30T16:18:46.692174Z\", \"updated_at\":\"2025-10-30T16:24:03.761826Z\", \"name\":\"tf-pool\", \"status\":\"ready\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[\"terraform-test\", \"data_scaleway_k8s_pool\", \"basic\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "754" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:24:08 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - e39556bc-6902-4f01-9ea9-c0b2014e5a33 - status: 200 OK - code: 200 - duration: 89.294039ms -- id: 95 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - form: - order_by: - - created_at_asc - page: - - "1" - pool_id: - - ed10ae0c-6203-42e9-acdc-0a3381bc3ae7 - status: - - unknown - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/f81d0594-be8f-40e1-a0d6-8c99353f3055/nodes?order_by=created_at_asc&page=1&pool_id=ed10ae0c-6203-42e9-acdc-0a3381bc3ae7&status=unknown - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 619 - body: "{\"total_count\":1, \"nodes\":[{\"region\":\"fr-par\", \"id\":\"484a8212-0083-479f-9e1b-eeaabea357a8\", \"cluster_id\":\"f81d0594-be8f-40e1-a0d6-8c99353f3055\", \"created_at\":\"2025-10-30T16:22:17.922768Z\", \"updated_at\":\"2025-10-30T16:24:03.751299Z\", \"pool_id\":\"ed10ae0c-6203-42e9-acdc-0a3381bc3ae7\", \"status\":\"ready\", \"conditions\":{\"DiskPressure\":\"False\", \"MemoryPressure\":\"False\", \"PIDPressure\":\"False\", \"Ready\":\"True\"}, \"name\":\"scw-tf-cluster-pool-tf-pool-484a82120083479f9e\", \"public_ip_v4\":\"51.15.230.164\", \"public_ip_v6\":null, \"provider_id\":\"scaleway://instance/fr-par-1/5edb9a82-efcc-4293-98e4-3009c814813b\", \"error_message\":\"\"}]}" - headers: - Content-Length: - - "619" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:24:08 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 8e94a54b-85d5-4a86-ada3-7395bbf2732f - status: 200 OK - code: 200 - duration: 116.830359ms -- id: 96 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/f81d0594-be8f-40e1-a0d6-8c99353f3055 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1631 - body: "{\"region\":\"fr-par\", \"id\":\"f81d0594-be8f-40e1-a0d6-8c99353f3055\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:41.215920Z\", \"updated_at\":\"2025-10-30T16:20:25.297004Z\", \"type\":\"kapsule\", \"name\":\"tf-cluster-pool\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"data_scaleway_k8s_pool\", \"basic\"], \"cluster_url\":\"https://f81d0594-be8f-40e1-a0d6-8c99353f3055.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.f81d0594-be8f-40e1-a0d6-8c99353f3055.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"28ed0f4c-4af6-4e05-a656-423bf86b40b4\", \"commitment_ends_at\":\"2025-10-30T16:18:41.215928Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"9133dff4-7a9a-4f48-bcc0-8a046b7067e6\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1631" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:24:08 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 3890234a-3b65-40d2-a156-74bc0fb4d5c1 - status: 200 OK - code: 200 - duration: 35.33615ms -- id: 97 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - form: - order_by: - - created_at_desc - project_id: - - 105bdce1-64c0-48ab-899d-868455867ecf - resource_name: - - scw-tf-cluster-pool-tf-pool-484a82120083479f9e - resource_type: - - unknown_type - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/ipam/v1/regions/fr-par/ips?order_by=created_at_desc&project_id=105bdce1-64c0-48ab-899d-868455867ecf&resource_name=scw-tf-cluster-pool-tf-pool-484a82120083479f9e&resource_type=unknown_type - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1123 - body: "{\"total_count\":2, \"ips\":[{\"id\":\"fd701627-2304-4588-a2b9-cb6814399727\", \"address\":\"fd5f:519c:6d46:2576:2854:c3eb:4592:7809/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":true, \"created_at\":\"2025-10-30T16:22:21.162635Z\", \"updated_at\":\"2025-10-30T16:22:21.162635Z\", \"source\":{\"subnet_id\":\"28394509-5e6b-4a35-abde-680e3d38cb46\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"27adfd84-c338-4356-82b0-000a0cef4837\", \"mac_address\":\"02:00:00:1F:1E:83\", \"name\":\"scw-tf-cluster-pool-tf-pool-484a82120083479f9e\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}, {\"id\":\"95d38f4a-5570-4b6f-bc45-4eb2d49ff948\", \"address\":\"172.18.100.3/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":false, \"created_at\":\"2025-10-30T16:22:21.040168Z\", \"updated_at\":\"2025-10-30T16:22:21.040168Z\", \"source\":{\"subnet_id\":\"69efb21f-5546-48f5-83df-aef63957de90\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"27adfd84-c338-4356-82b0-000a0cef4837\", \"mac_address\":\"02:00:00:1F:1E:83\", \"name\":\"scw-tf-cluster-pool-tf-pool-484a82120083479f9e\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}]}" - headers: - Content-Length: - - "1123" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:24:09 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 443d257f-76d3-4c6b-aca9-e30388382fab - status: 200 OK - code: 200 - duration: 68.576646ms -- id: 98 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/ed10ae0c-6203-42e9-acdc-0a3381bc3ae7 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 754 - body: "{\"region\":\"fr-par\", \"id\":\"ed10ae0c-6203-42e9-acdc-0a3381bc3ae7\", \"cluster_id\":\"f81d0594-be8f-40e1-a0d6-8c99353f3055\", \"created_at\":\"2025-10-30T16:18:46.692174Z\", \"updated_at\":\"2025-10-30T16:24:03.761826Z\", \"name\":\"tf-pool\", \"status\":\"ready\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[\"terraform-test\", \"data_scaleway_k8s_pool\", \"basic\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "754" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:24:09 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 672dfb7b-96ed-4d8b-9ce6-e8631c18624c - status: 200 OK - code: 200 - duration: 36.023409ms -- id: 99 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - form: - order_by: - - created_at_asc - page: - - "1" - pool_id: - - ed10ae0c-6203-42e9-acdc-0a3381bc3ae7 - status: - - unknown - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/f81d0594-be8f-40e1-a0d6-8c99353f3055/nodes?order_by=created_at_asc&page=1&pool_id=ed10ae0c-6203-42e9-acdc-0a3381bc3ae7&status=unknown - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 619 - body: "{\"total_count\":1, \"nodes\":[{\"region\":\"fr-par\", \"id\":\"484a8212-0083-479f-9e1b-eeaabea357a8\", \"cluster_id\":\"f81d0594-be8f-40e1-a0d6-8c99353f3055\", \"created_at\":\"2025-10-30T16:22:17.922768Z\", \"updated_at\":\"2025-10-30T16:24:03.751299Z\", \"pool_id\":\"ed10ae0c-6203-42e9-acdc-0a3381bc3ae7\", \"status\":\"ready\", \"conditions\":{\"DiskPressure\":\"False\", \"MemoryPressure\":\"False\", \"PIDPressure\":\"False\", \"Ready\":\"True\"}, \"name\":\"scw-tf-cluster-pool-tf-pool-484a82120083479f9e\", \"public_ip_v4\":\"51.15.230.164\", \"public_ip_v6\":null, \"provider_id\":\"scaleway://instance/fr-par-1/5edb9a82-efcc-4293-98e4-3009c814813b\", \"error_message\":\"\"}]}" - headers: - Content-Length: - - "619" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:24:09 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 12905098-3d3f-4d32-bfa7-02da1eef724f - status: 200 OK - code: 200 - duration: 26.993192ms -- id: 100 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/f81d0594-be8f-40e1-a0d6-8c99353f3055 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1631 - body: "{\"region\":\"fr-par\", \"id\":\"f81d0594-be8f-40e1-a0d6-8c99353f3055\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:41.215920Z\", \"updated_at\":\"2025-10-30T16:20:25.297004Z\", \"type\":\"kapsule\", \"name\":\"tf-cluster-pool\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"data_scaleway_k8s_pool\", \"basic\"], \"cluster_url\":\"https://f81d0594-be8f-40e1-a0d6-8c99353f3055.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.f81d0594-be8f-40e1-a0d6-8c99353f3055.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"28ed0f4c-4af6-4e05-a656-423bf86b40b4\", \"commitment_ends_at\":\"2025-10-30T16:18:41.215928Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"9133dff4-7a9a-4f48-bcc0-8a046b7067e6\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1631" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:24:09 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 1015d9a4-30fa-4d94-ada0-eaa7ec93c31e - status: 200 OK - code: 200 - duration: 25.16534ms -- id: 101 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - form: - order_by: - - created_at_desc - project_id: - - 105bdce1-64c0-48ab-899d-868455867ecf - resource_name: - - scw-tf-cluster-pool-tf-pool-484a82120083479f9e - resource_type: - - unknown_type - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/ipam/v1/regions/fr-par/ips?order_by=created_at_desc&project_id=105bdce1-64c0-48ab-899d-868455867ecf&resource_name=scw-tf-cluster-pool-tf-pool-484a82120083479f9e&resource_type=unknown_type - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1123 - body: "{\"total_count\":2, \"ips\":[{\"id\":\"fd701627-2304-4588-a2b9-cb6814399727\", \"address\":\"fd5f:519c:6d46:2576:2854:c3eb:4592:7809/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":true, \"created_at\":\"2025-10-30T16:22:21.162635Z\", \"updated_at\":\"2025-10-30T16:22:21.162635Z\", \"source\":{\"subnet_id\":\"28394509-5e6b-4a35-abde-680e3d38cb46\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"27adfd84-c338-4356-82b0-000a0cef4837\", \"mac_address\":\"02:00:00:1F:1E:83\", \"name\":\"scw-tf-cluster-pool-tf-pool-484a82120083479f9e\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}, {\"id\":\"95d38f4a-5570-4b6f-bc45-4eb2d49ff948\", \"address\":\"172.18.100.3/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":false, \"created_at\":\"2025-10-30T16:22:21.040168Z\", \"updated_at\":\"2025-10-30T16:22:21.040168Z\", \"source\":{\"subnet_id\":\"69efb21f-5546-48f5-83df-aef63957de90\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"27adfd84-c338-4356-82b0-000a0cef4837\", \"mac_address\":\"02:00:00:1F:1E:83\", \"name\":\"scw-tf-cluster-pool-tf-pool-484a82120083479f9e\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}]}" - headers: - Content-Length: - - "1123" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:24:09 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 91764cef-cd0f-4876-9db8-e5ce37ef76c0 - status: 200 OK - code: 200 - duration: 24.160494ms -- id: 102 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 654 - host: api.scaleway.com - body: "{\"tags\":[\"terraform-test\",\"data_scaleway_k8s_cluster\",\"basic\"],\"autoscaler_config\":{\"scale_down_disabled\":null,\"scale_down_delay_after_add\":null,\"estimator\":\"unknown_estimator\",\"expander\":\"unknown_expander\",\"ignore_daemonsets_utilization\":null,\"balance_similar_node_groups\":null,\"expendable_pods_priority_cutoff\":null,\"scale_down_unneeded_time\":null,\"scale_down_utilization_threshold\":null,\"max_graceful_termination_sec\":null},\"auto_upgrade\":{\"enable\":null,\"maintenance_window\":null},\"open_id_connect_config\":{\"issuer_url\":null,\"client_id\":null,\"username_claim\":null,\"username_prefix\":null,\"groups_claim\":null,\"groups_prefix\":null,\"required_claim\":null}}" - headers: - Content-Type: - - application/json - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/f81d0594-be8f-40e1-a0d6-8c99353f3055 - method: PATCH - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1638 - body: "{\"region\":\"fr-par\", \"id\":\"f81d0594-be8f-40e1-a0d6-8c99353f3055\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:41.215920Z\", \"updated_at\":\"2025-10-30T16:24:09.351757Z\", \"type\":\"kapsule\", \"name\":\"tf-cluster-pool\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"data_scaleway_k8s_cluster\", \"basic\"], \"cluster_url\":\"https://f81d0594-be8f-40e1-a0d6-8c99353f3055.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.f81d0594-be8f-40e1-a0d6-8c99353f3055.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"28ed0f4c-4af6-4e05-a656-423bf86b40b4\", \"commitment_ends_at\":\"2025-10-30T16:18:41.215928Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"9133dff4-7a9a-4f48-bcc0-8a046b7067e6\", \"new_images_enabled\":false, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1638" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:24:09 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 4aee61a5-ba80-4940-a412-a6f37e2c160c - status: 200 OK - code: 200 - duration: 40.443515ms -- id: 103 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/f81d0594-be8f-40e1-a0d6-8c99353f3055 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1637 - body: "{\"region\":\"fr-par\", \"id\":\"f81d0594-be8f-40e1-a0d6-8c99353f3055\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:41.215920Z\", \"updated_at\":\"2025-10-30T16:24:09.351757Z\", \"type\":\"kapsule\", \"name\":\"tf-cluster-pool\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"data_scaleway_k8s_cluster\", \"basic\"], \"cluster_url\":\"https://f81d0594-be8f-40e1-a0d6-8c99353f3055.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.f81d0594-be8f-40e1-a0d6-8c99353f3055.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"28ed0f4c-4af6-4e05-a656-423bf86b40b4\", \"commitment_ends_at\":\"2025-10-30T16:18:41.215928Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"9133dff4-7a9a-4f48-bcc0-8a046b7067e6\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1637" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:24:09 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - a0f1cb64-5999-493a-b16d-bccd3e59d0b0 - status: 200 OK - code: 200 - duration: 23.575137ms -- id: 104 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/f81d0594-be8f-40e1-a0d6-8c99353f3055 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1637 - body: "{\"region\":\"fr-par\", \"id\":\"f81d0594-be8f-40e1-a0d6-8c99353f3055\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:41.215920Z\", \"updated_at\":\"2025-10-30T16:24:09.351757Z\", \"type\":\"kapsule\", \"name\":\"tf-cluster-pool\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"data_scaleway_k8s_cluster\", \"basic\"], \"cluster_url\":\"https://f81d0594-be8f-40e1-a0d6-8c99353f3055.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.f81d0594-be8f-40e1-a0d6-8c99353f3055.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"28ed0f4c-4af6-4e05-a656-423bf86b40b4\", \"commitment_ends_at\":\"2025-10-30T16:18:41.215928Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"9133dff4-7a9a-4f48-bcc0-8a046b7067e6\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1637" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:24:14 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - f90e73eb-9bcb-4fc8-93e0-88ef90c1b3e5 - status: 200 OK - code: 200 - duration: 82.934463ms -- id: 105 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/f81d0594-be8f-40e1-a0d6-8c99353f3055 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1637 - body: "{\"region\":\"fr-par\", \"id\":\"f81d0594-be8f-40e1-a0d6-8c99353f3055\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:41.215920Z\", \"updated_at\":\"2025-10-30T16:24:09.351757Z\", \"type\":\"kapsule\", \"name\":\"tf-cluster-pool\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"data_scaleway_k8s_cluster\", \"basic\"], \"cluster_url\":\"https://f81d0594-be8f-40e1-a0d6-8c99353f3055.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.f81d0594-be8f-40e1-a0d6-8c99353f3055.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"28ed0f4c-4af6-4e05-a656-423bf86b40b4\", \"commitment_ends_at\":\"2025-10-30T16:18:41.215928Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"9133dff4-7a9a-4f48-bcc0-8a046b7067e6\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1637" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:24:19 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - ece448e1-58aa-4054-b22a-87f5b0b46cff - status: 200 OK - code: 200 - duration: 77.416086ms -- id: 106 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/f81d0594-be8f-40e1-a0d6-8c99353f3055 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1637 - body: "{\"region\":\"fr-par\", \"id\":\"f81d0594-be8f-40e1-a0d6-8c99353f3055\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:41.215920Z\", \"updated_at\":\"2025-10-30T16:24:09.351757Z\", \"type\":\"kapsule\", \"name\":\"tf-cluster-pool\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"data_scaleway_k8s_cluster\", \"basic\"], \"cluster_url\":\"https://f81d0594-be8f-40e1-a0d6-8c99353f3055.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.f81d0594-be8f-40e1-a0d6-8c99353f3055.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"28ed0f4c-4af6-4e05-a656-423bf86b40b4\", \"commitment_ends_at\":\"2025-10-30T16:18:41.215928Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"9133dff4-7a9a-4f48-bcc0-8a046b7067e6\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1637" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:24:24 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 38255cc4-14b6-41ce-b5ea-37dd09285fb3 - status: 200 OK - code: 200 - duration: 111.86012ms -- id: 107 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/f81d0594-be8f-40e1-a0d6-8c99353f3055 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1637 - body: "{\"region\":\"fr-par\", \"id\":\"f81d0594-be8f-40e1-a0d6-8c99353f3055\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:41.215920Z\", \"updated_at\":\"2025-10-30T16:24:09.351757Z\", \"type\":\"kapsule\", \"name\":\"tf-cluster-pool\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"data_scaleway_k8s_cluster\", \"basic\"], \"cluster_url\":\"https://f81d0594-be8f-40e1-a0d6-8c99353f3055.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.f81d0594-be8f-40e1-a0d6-8c99353f3055.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"28ed0f4c-4af6-4e05-a656-423bf86b40b4\", \"commitment_ends_at\":\"2025-10-30T16:18:41.215928Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"9133dff4-7a9a-4f48-bcc0-8a046b7067e6\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1637" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:24:29 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 7a848023-3243-4cdb-92a2-a36eaf76f61c - status: 200 OK - code: 200 - duration: 77.074194ms -- id: 108 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/f81d0594-be8f-40e1-a0d6-8c99353f3055 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1637 - body: "{\"region\":\"fr-par\", \"id\":\"f81d0594-be8f-40e1-a0d6-8c99353f3055\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:41.215920Z\", \"updated_at\":\"2025-10-30T16:24:09.351757Z\", \"type\":\"kapsule\", \"name\":\"tf-cluster-pool\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"data_scaleway_k8s_cluster\", \"basic\"], \"cluster_url\":\"https://f81d0594-be8f-40e1-a0d6-8c99353f3055.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.f81d0594-be8f-40e1-a0d6-8c99353f3055.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"28ed0f4c-4af6-4e05-a656-423bf86b40b4\", \"commitment_ends_at\":\"2025-10-30T16:18:41.215928Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"9133dff4-7a9a-4f48-bcc0-8a046b7067e6\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1637" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:24:34 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - a0a733cb-fbcd-436e-b7df-7f301f6c2353 - status: 200 OK - code: 200 - duration: 92.372637ms -- id: 109 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/f81d0594-be8f-40e1-a0d6-8c99353f3055 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1637 - body: "{\"region\":\"fr-par\", \"id\":\"f81d0594-be8f-40e1-a0d6-8c99353f3055\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:41.215920Z\", \"updated_at\":\"2025-10-30T16:24:09.351757Z\", \"type\":\"kapsule\", \"name\":\"tf-cluster-pool\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"data_scaleway_k8s_cluster\", \"basic\"], \"cluster_url\":\"https://f81d0594-be8f-40e1-a0d6-8c99353f3055.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.f81d0594-be8f-40e1-a0d6-8c99353f3055.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"28ed0f4c-4af6-4e05-a656-423bf86b40b4\", \"commitment_ends_at\":\"2025-10-30T16:18:41.215928Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"9133dff4-7a9a-4f48-bcc0-8a046b7067e6\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1637" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:24:39 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 49872668-f921-4494-93a2-56d83659d553 - status: 200 OK - code: 200 - duration: 89.666418ms -- id: 110 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/f81d0594-be8f-40e1-a0d6-8c99353f3055 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1637 - body: "{\"region\":\"fr-par\", \"id\":\"f81d0594-be8f-40e1-a0d6-8c99353f3055\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:41.215920Z\", \"updated_at\":\"2025-10-30T16:24:09.351757Z\", \"type\":\"kapsule\", \"name\":\"tf-cluster-pool\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"data_scaleway_k8s_cluster\", \"basic\"], \"cluster_url\":\"https://f81d0594-be8f-40e1-a0d6-8c99353f3055.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.f81d0594-be8f-40e1-a0d6-8c99353f3055.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"28ed0f4c-4af6-4e05-a656-423bf86b40b4\", \"commitment_ends_at\":\"2025-10-30T16:18:41.215928Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"9133dff4-7a9a-4f48-bcc0-8a046b7067e6\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1637" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:24:45 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 9106a22d-a714-4c8b-bb1b-8d911b024cf6 - status: 200 OK - code: 200 - duration: 87.20062ms -- id: 111 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/f81d0594-be8f-40e1-a0d6-8c99353f3055 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1637 - body: "{\"region\":\"fr-par\", \"id\":\"f81d0594-be8f-40e1-a0d6-8c99353f3055\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:41.215920Z\", \"updated_at\":\"2025-10-30T16:24:09.351757Z\", \"type\":\"kapsule\", \"name\":\"tf-cluster-pool\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"data_scaleway_k8s_cluster\", \"basic\"], \"cluster_url\":\"https://f81d0594-be8f-40e1-a0d6-8c99353f3055.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.f81d0594-be8f-40e1-a0d6-8c99353f3055.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"28ed0f4c-4af6-4e05-a656-423bf86b40b4\", \"commitment_ends_at\":\"2025-10-30T16:18:41.215928Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"9133dff4-7a9a-4f48-bcc0-8a046b7067e6\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1637" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:24:50 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 954327d5-b751-483e-8dd7-c40449337212 - status: 200 OK - code: 200 - duration: 86.712684ms -- id: 112 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/f81d0594-be8f-40e1-a0d6-8c99353f3055 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1637 - body: "{\"region\":\"fr-par\", \"id\":\"f81d0594-be8f-40e1-a0d6-8c99353f3055\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:41.215920Z\", \"updated_at\":\"2025-10-30T16:24:09.351757Z\", \"type\":\"kapsule\", \"name\":\"tf-cluster-pool\", \"description\":\"\", \"status\":\"updating\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"data_scaleway_k8s_cluster\", \"basic\"], \"cluster_url\":\"https://f81d0594-be8f-40e1-a0d6-8c99353f3055.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.f81d0594-be8f-40e1-a0d6-8c99353f3055.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"28ed0f4c-4af6-4e05-a656-423bf86b40b4\", \"commitment_ends_at\":\"2025-10-30T16:18:41.215928Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"9133dff4-7a9a-4f48-bcc0-8a046b7067e6\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1637" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:24:55 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - c64667ab-b15c-4d28-b18c-1169b3c62b67 - status: 200 OK - code: 200 - duration: 109.107375ms -- id: 113 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/f81d0594-be8f-40e1-a0d6-8c99353f3055 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1634 - body: "{\"region\":\"fr-par\", \"id\":\"f81d0594-be8f-40e1-a0d6-8c99353f3055\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:41.215920Z\", \"updated_at\":\"2025-10-30T16:24:56.468672Z\", \"type\":\"kapsule\", \"name\":\"tf-cluster-pool\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"data_scaleway_k8s_cluster\", \"basic\"], \"cluster_url\":\"https://f81d0594-be8f-40e1-a0d6-8c99353f3055.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.f81d0594-be8f-40e1-a0d6-8c99353f3055.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"28ed0f4c-4af6-4e05-a656-423bf86b40b4\", \"commitment_ends_at\":\"2025-10-30T16:18:41.215928Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"9133dff4-7a9a-4f48-bcc0-8a046b7067e6\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1634" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:25:00 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 4cb5df2f-2848-40a9-a943-ebe889314a7e - status: 200 OK - code: 200 - duration: 87.459034ms -- id: 114 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/f81d0594-be8f-40e1-a0d6-8c99353f3055 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1634 - body: "{\"region\":\"fr-par\", \"id\":\"f81d0594-be8f-40e1-a0d6-8c99353f3055\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:41.215920Z\", \"updated_at\":\"2025-10-30T16:24:56.468672Z\", \"type\":\"kapsule\", \"name\":\"tf-cluster-pool\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"data_scaleway_k8s_cluster\", \"basic\"], \"cluster_url\":\"https://f81d0594-be8f-40e1-a0d6-8c99353f3055.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.f81d0594-be8f-40e1-a0d6-8c99353f3055.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"28ed0f4c-4af6-4e05-a656-423bf86b40b4\", \"commitment_ends_at\":\"2025-10-30T16:18:41.215928Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"9133dff4-7a9a-4f48-bcc0-8a046b7067e6\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1634" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:25:00 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - b3a42910-7071-4664-9a6a-448d28ab1077 - status: 200 OK - code: 200 - duration: 29.179875ms -- id: 115 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/f81d0594-be8f-40e1-a0d6-8c99353f3055/kubeconfig - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1658 - body: "{\"name\":\"kubeconfig\", \"content_type\":\"application/octet-stream\", \"content\":\"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogInRmLWNsdXN0ZXItcG9vbCIKICBjbHVzdGVyOgogICAgY2VydGlmaWNhdGUtYXV0aG9yaXR5LWRhdGE6IExTMHRMUzFDUlVkSlRpQkRSVkpVU1VaSlEwRlVSUzB0TFMwdENrMUpTVUpYYWtORFFWRkhaMEYzU1VKQlowbENRVVJCUzBKblozRm9hMnBQVUZGUlJFRnFRVlpOVWsxM1JWRlpSRlpSVVVSRmQzQnlaRmRLYkdOdE5Xd0taRWRXZWsxQ05GaEVWRWt4VFZSQmVVOVVSVEpOVkdjd1RWWnZXRVJVVFRGTlZFRjVUMVJGTWsxVVp6Qk5WbTkzUmxSRlZFMUNSVWRCTVZWRlFYaE5Td3BoTTFacFdsaEtkVnBZVW14amVrSmFUVUpOUjBKNWNVZFRUVFE1UVdkRlIwTkRjVWRUVFRRNVFYZEZTRUV3U1VGQ1NVNXBXbUZRZG01QlJGbHFVemw2Q2sxWVEwVnBiR1pVY0RaS1ZqUnhTR2hJU0VOdGVERjVMMFpHYUhRMFIyTlZhV05OV1UxQlpHUlVabGxHWVRac2NFbzJiVEp4VEZGbFluQlJOMjQ1UWtVS05sWkdiVEk0Y1dwUmFrSkJUVUUwUjBFeFZXUkVkMFZDTDNkUlJVRjNTVU53UkVGUVFtZE9Wa2hTVFVKQlpqaEZRbFJCUkVGUlNDOU5RakJIUVRGVlpBcEVaMUZYUWtKVVMyVkRiak5LVnpKalp6SkNUVEpKTDBkMVlWRndOMVJqUTNwVVFVdENaMmR4YUd0cVQxQlJVVVJCWjA1SVFVUkNSVUZwUW5wNGEzVnJDblV4Y2tFMFFreFpiemxVUkRoWGNFUjBjMVpsVGxCa05tZFJhbWxMVkM5Tk1uQXhkRnAzU1dkVFNXMXVSbGRHYml0emRGUlRNVGRMVFhWaGFUVlpNbTBLV1hZMlZEWlNObGcxVTNvNFRXMURNVmRPWXowS0xTMHRMUzFGVGtRZ1EwVlNWRWxHU1VOQlZFVXRMUzB0TFFvPQogICAgc2VydmVyOiBodHRwczovL2Y4MWQwNTk0LWJlOGYtNDBlMS1hMGQ2LThjOTkzNTNmMzA1NS5hcGkuazhzLmZyLXBhci5zY3cuY2xvdWQ6NjQ0Mwpjb250ZXh0czoKLSBuYW1lOiBhZG1pbkB0Zi1jbHVzdGVyLXBvb2wKICBjb250ZXh0OgogICAgY2x1c3RlcjogInRmLWNsdXN0ZXItcG9vbCIKICAgIHVzZXI6IHRmLWNsdXN0ZXItcG9vbC1hZG1pbgpjdXJyZW50LWNvbnRleHQ6IGFkbWluQHRmLWNsdXN0ZXItcG9vbApraW5kOiBDb25maWcKcHJlZmVyZW5jZXM6IHt9CnVzZXJzOgotIG5hbWU6IHRmLWNsdXN0ZXItcG9vbC1hZG1pbgogIHVzZXI6CiAgICB0b2tlbjogN3BETGtYR1ZWZXZ5UWhROUlVbnV6bHZ4TGFqdTNVNEU3dExTOVJWSEhTNThTWXVNMVlUdGlCejY=\"}" - headers: - Content-Length: - - "1658" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:25:00 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 56b990a7-b153-4e2b-9541-d470f4bd3f76 - status: 200 OK - code: 200 - duration: 88.051277ms -- id: 116 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - form: - name: - - tf-pool - order_by: - - created_at_asc - status: - - unknown - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/f81d0594-be8f-40e1-a0d6-8c99353f3055/pools?name=tf-pool&order_by=created_at_asc&status=unknown - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 783 - body: "{\"total_count\":1, \"pools\":[{\"region\":\"fr-par\", \"id\":\"ed10ae0c-6203-42e9-acdc-0a3381bc3ae7\", \"cluster_id\":\"f81d0594-be8f-40e1-a0d6-8c99353f3055\", \"created_at\":\"2025-10-30T16:18:46.692174Z\", \"updated_at\":\"2025-10-30T16:24:03.761826Z\", \"name\":\"tf-pool\", \"status\":\"ready\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[\"terraform-test\", \"data_scaleway_k8s_pool\", \"basic\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}]}" - headers: - Content-Length: - - "783" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:25:00 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 46eeeacc-ded7-447a-a5af-0476bb9a8023 - status: 200 OK - code: 200 - duration: 95.471002ms -- id: 117 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/ed10ae0c-6203-42e9-acdc-0a3381bc3ae7 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 754 - body: "{\"region\":\"fr-par\", \"id\":\"ed10ae0c-6203-42e9-acdc-0a3381bc3ae7\", \"cluster_id\":\"f81d0594-be8f-40e1-a0d6-8c99353f3055\", \"created_at\":\"2025-10-30T16:18:46.692174Z\", \"updated_at\":\"2025-10-30T16:24:03.761826Z\", \"name\":\"tf-pool\", \"status\":\"ready\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[\"terraform-test\", \"data_scaleway_k8s_pool\", \"basic\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "754" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:25:00 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - bb424bea-590b-41a7-874f-727c86d7ae93 - status: 200 OK - code: 200 - duration: 19.425237ms -- id: 118 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - form: - order_by: - - created_at_asc - page: - - "1" - pool_id: - - ed10ae0c-6203-42e9-acdc-0a3381bc3ae7 - status: - - unknown - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/f81d0594-be8f-40e1-a0d6-8c99353f3055/nodes?order_by=created_at_asc&page=1&pool_id=ed10ae0c-6203-42e9-acdc-0a3381bc3ae7&status=unknown - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 649 - body: "{\"total_count\":1, \"nodes\":[{\"region\":\"fr-par\", \"id\":\"484a8212-0083-479f-9e1b-eeaabea357a8\", \"cluster_id\":\"f81d0594-be8f-40e1-a0d6-8c99353f3055\", \"created_at\":\"2025-10-30T16:22:17.922768Z\", \"updated_at\":\"2025-10-30T16:24:58.184772Z\", \"pool_id\":\"ed10ae0c-6203-42e9-acdc-0a3381bc3ae7\", \"status\":\"ready\", \"conditions\":{\"DiskPressure\":\"False\", \"MemoryPressure\":\"False\", \"NetworkUnavailable\":\"False\", \"PIDPressure\":\"False\", \"Ready\":\"True\"}, \"name\":\"scw-tf-cluster-pool-tf-pool-484a82120083479f9e\", \"public_ip_v4\":\"51.15.230.164\", \"public_ip_v6\":null, \"provider_id\":\"scaleway://instance/fr-par-1/5edb9a82-efcc-4293-98e4-3009c814813b\", \"error_message\":\"\"}]}" - headers: - Content-Length: - - "649" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:25:00 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - ad8b10f7-ef20-44e4-82d4-577848e04ea2 - status: 200 OK - code: 200 - duration: 25.074901ms -- id: 119 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/f81d0594-be8f-40e1-a0d6-8c99353f3055 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1634 - body: "{\"region\":\"fr-par\", \"id\":\"f81d0594-be8f-40e1-a0d6-8c99353f3055\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:41.215920Z\", \"updated_at\":\"2025-10-30T16:24:56.468672Z\", \"type\":\"kapsule\", \"name\":\"tf-cluster-pool\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"data_scaleway_k8s_cluster\", \"basic\"], \"cluster_url\":\"https://f81d0594-be8f-40e1-a0d6-8c99353f3055.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.f81d0594-be8f-40e1-a0d6-8c99353f3055.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"28ed0f4c-4af6-4e05-a656-423bf86b40b4\", \"commitment_ends_at\":\"2025-10-30T16:18:41.215928Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"9133dff4-7a9a-4f48-bcc0-8a046b7067e6\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1634" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:25:00 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - e5619d16-d7e4-4a1f-bcc5-d694fc070521 - status: 200 OK - code: 200 - duration: 26.274623ms -- id: 120 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - form: - order_by: - - created_at_desc - project_id: - - 105bdce1-64c0-48ab-899d-868455867ecf - resource_name: - - scw-tf-cluster-pool-tf-pool-484a82120083479f9e - resource_type: - - unknown_type - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/ipam/v1/regions/fr-par/ips?order_by=created_at_desc&project_id=105bdce1-64c0-48ab-899d-868455867ecf&resource_name=scw-tf-cluster-pool-tf-pool-484a82120083479f9e&resource_type=unknown_type - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1123 - body: "{\"total_count\":2, \"ips\":[{\"id\":\"fd701627-2304-4588-a2b9-cb6814399727\", \"address\":\"fd5f:519c:6d46:2576:2854:c3eb:4592:7809/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":true, \"created_at\":\"2025-10-30T16:22:21.162635Z\", \"updated_at\":\"2025-10-30T16:22:21.162635Z\", \"source\":{\"subnet_id\":\"28394509-5e6b-4a35-abde-680e3d38cb46\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"27adfd84-c338-4356-82b0-000a0cef4837\", \"mac_address\":\"02:00:00:1F:1E:83\", \"name\":\"scw-tf-cluster-pool-tf-pool-484a82120083479f9e\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}, {\"id\":\"95d38f4a-5570-4b6f-bc45-4eb2d49ff948\", \"address\":\"172.18.100.3/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":false, \"created_at\":\"2025-10-30T16:22:21.040168Z\", \"updated_at\":\"2025-10-30T16:22:21.040168Z\", \"source\":{\"subnet_id\":\"69efb21f-5546-48f5-83df-aef63957de90\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"27adfd84-c338-4356-82b0-000a0cef4837\", \"mac_address\":\"02:00:00:1F:1E:83\", \"name\":\"scw-tf-cluster-pool-tf-pool-484a82120083479f9e\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}]}" - headers: - Content-Length: - - "1123" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:25:00 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 0420f7aa-e662-47d5-a18a-f8405d41cb23 - status: 200 OK - code: 200 - duration: 51.606406ms -- id: 121 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/ed10ae0c-6203-42e9-acdc-0a3381bc3ae7 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 754 - body: "{\"region\":\"fr-par\", \"id\":\"ed10ae0c-6203-42e9-acdc-0a3381bc3ae7\", \"cluster_id\":\"f81d0594-be8f-40e1-a0d6-8c99353f3055\", \"created_at\":\"2025-10-30T16:18:46.692174Z\", \"updated_at\":\"2025-10-30T16:24:03.761826Z\", \"name\":\"tf-pool\", \"status\":\"ready\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[\"terraform-test\", \"data_scaleway_k8s_pool\", \"basic\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "754" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:25:00 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - df2eb229-35b4-4967-912d-641396b12c4f - status: 200 OK - code: 200 - duration: 20.059197ms -- id: 122 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/ed10ae0c-6203-42e9-acdc-0a3381bc3ae7 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 754 - body: "{\"region\":\"fr-par\", \"id\":\"ed10ae0c-6203-42e9-acdc-0a3381bc3ae7\", \"cluster_id\":\"f81d0594-be8f-40e1-a0d6-8c99353f3055\", \"created_at\":\"2025-10-30T16:18:46.692174Z\", \"updated_at\":\"2025-10-30T16:24:03.761826Z\", \"name\":\"tf-pool\", \"status\":\"ready\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[\"terraform-test\", \"data_scaleway_k8s_pool\", \"basic\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "754" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:25:00 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 5656d7e1-56fc-48e9-ae57-14f5f89105bf - status: 200 OK - code: 200 - duration: 36.409885ms -- id: 123 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/ed10ae0c-6203-42e9-acdc-0a3381bc3ae7 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 754 - body: "{\"region\":\"fr-par\", \"id\":\"ed10ae0c-6203-42e9-acdc-0a3381bc3ae7\", \"cluster_id\":\"f81d0594-be8f-40e1-a0d6-8c99353f3055\", \"created_at\":\"2025-10-30T16:18:46.692174Z\", \"updated_at\":\"2025-10-30T16:24:03.761826Z\", \"name\":\"tf-pool\", \"status\":\"ready\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[\"terraform-test\", \"data_scaleway_k8s_pool\", \"basic\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "754" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:25:00 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 5f985cc5-e9c5-4c4c-888c-36879c39a247 - status: 200 OK - code: 200 - duration: 21.571135ms -- id: 124 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - form: - name: - - tf-pool - order_by: - - created_at_asc - status: - - unknown - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/f81d0594-be8f-40e1-a0d6-8c99353f3055/pools?name=tf-pool&order_by=created_at_asc&status=unknown - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 783 - body: "{\"total_count\":1, \"pools\":[{\"region\":\"fr-par\", \"id\":\"ed10ae0c-6203-42e9-acdc-0a3381bc3ae7\", \"cluster_id\":\"f81d0594-be8f-40e1-a0d6-8c99353f3055\", \"created_at\":\"2025-10-30T16:18:46.692174Z\", \"updated_at\":\"2025-10-30T16:24:03.761826Z\", \"name\":\"tf-pool\", \"status\":\"ready\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[\"terraform-test\", \"data_scaleway_k8s_pool\", \"basic\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}]}" - headers: - Content-Length: - - "783" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:25:00 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 8c27d4cf-8ac2-42b5-ba99-3db20888d98d - status: 200 OK - code: 200 - duration: 24.801278ms -- id: 125 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - form: - order_by: - - created_at_asc - page: - - "1" - pool_id: - - ed10ae0c-6203-42e9-acdc-0a3381bc3ae7 - status: - - unknown - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/f81d0594-be8f-40e1-a0d6-8c99353f3055/nodes?order_by=created_at_asc&page=1&pool_id=ed10ae0c-6203-42e9-acdc-0a3381bc3ae7&status=unknown - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 649 - body: "{\"total_count\":1, \"nodes\":[{\"region\":\"fr-par\", \"id\":\"484a8212-0083-479f-9e1b-eeaabea357a8\", \"cluster_id\":\"f81d0594-be8f-40e1-a0d6-8c99353f3055\", \"created_at\":\"2025-10-30T16:22:17.922768Z\", \"updated_at\":\"2025-10-30T16:24:58.184772Z\", \"pool_id\":\"ed10ae0c-6203-42e9-acdc-0a3381bc3ae7\", \"status\":\"ready\", \"conditions\":{\"DiskPressure\":\"False\", \"MemoryPressure\":\"False\", \"NetworkUnavailable\":\"False\", \"PIDPressure\":\"False\", \"Ready\":\"True\"}, \"name\":\"scw-tf-cluster-pool-tf-pool-484a82120083479f9e\", \"public_ip_v4\":\"51.15.230.164\", \"public_ip_v6\":null, \"provider_id\":\"scaleway://instance/fr-par-1/5edb9a82-efcc-4293-98e4-3009c814813b\", \"error_message\":\"\"}]}" - headers: - Content-Length: - - "649" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:25:00 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 88758ed4-6b27-4c38-8616-ca0cecde682c - status: 200 OK - code: 200 - duration: 24.471629ms -- id: 126 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/ed10ae0c-6203-42e9-acdc-0a3381bc3ae7 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 754 - body: "{\"region\":\"fr-par\", \"id\":\"ed10ae0c-6203-42e9-acdc-0a3381bc3ae7\", \"cluster_id\":\"f81d0594-be8f-40e1-a0d6-8c99353f3055\", \"created_at\":\"2025-10-30T16:18:46.692174Z\", \"updated_at\":\"2025-10-30T16:24:03.761826Z\", \"name\":\"tf-pool\", \"status\":\"ready\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[\"terraform-test\", \"data_scaleway_k8s_pool\", \"basic\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "754" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:25:00 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - c6996c4b-e60b-4ba8-850d-de2acfd271c2 - status: 200 OK - code: 200 - duration: 23.952795ms -- id: 127 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/f81d0594-be8f-40e1-a0d6-8c99353f3055 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1634 - body: "{\"region\":\"fr-par\", \"id\":\"f81d0594-be8f-40e1-a0d6-8c99353f3055\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:41.215920Z\", \"updated_at\":\"2025-10-30T16:24:56.468672Z\", \"type\":\"kapsule\", \"name\":\"tf-cluster-pool\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"data_scaleway_k8s_cluster\", \"basic\"], \"cluster_url\":\"https://f81d0594-be8f-40e1-a0d6-8c99353f3055.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.f81d0594-be8f-40e1-a0d6-8c99353f3055.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"28ed0f4c-4af6-4e05-a656-423bf86b40b4\", \"commitment_ends_at\":\"2025-10-30T16:18:41.215928Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"9133dff4-7a9a-4f48-bcc0-8a046b7067e6\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1634" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:25:00 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - e2c872d7-f6df-477c-8854-938a6c557f82 - status: 200 OK - code: 200 - duration: 18.03549ms -- id: 128 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - form: - order_by: - - created_at_asc - page: - - "1" - pool_id: - - ed10ae0c-6203-42e9-acdc-0a3381bc3ae7 - status: - - unknown - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/f81d0594-be8f-40e1-a0d6-8c99353f3055/nodes?order_by=created_at_asc&page=1&pool_id=ed10ae0c-6203-42e9-acdc-0a3381bc3ae7&status=unknown - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 649 - body: "{\"total_count\":1, \"nodes\":[{\"region\":\"fr-par\", \"id\":\"484a8212-0083-479f-9e1b-eeaabea357a8\", \"cluster_id\":\"f81d0594-be8f-40e1-a0d6-8c99353f3055\", \"created_at\":\"2025-10-30T16:22:17.922768Z\", \"updated_at\":\"2025-10-30T16:24:58.184772Z\", \"pool_id\":\"ed10ae0c-6203-42e9-acdc-0a3381bc3ae7\", \"status\":\"ready\", \"conditions\":{\"DiskPressure\":\"False\", \"MemoryPressure\":\"False\", \"NetworkUnavailable\":\"False\", \"PIDPressure\":\"False\", \"Ready\":\"True\"}, \"name\":\"scw-tf-cluster-pool-tf-pool-484a82120083479f9e\", \"public_ip_v4\":\"51.15.230.164\", \"public_ip_v6\":null, \"provider_id\":\"scaleway://instance/fr-par-1/5edb9a82-efcc-4293-98e4-3009c814813b\", \"error_message\":\"\"}]}" - headers: - Content-Length: - - "649" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:25:00 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - b47565b3-43f0-47ea-aa9c-c3490d4c1108 - status: 200 OK - code: 200 - duration: 28.522422ms -- id: 129 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/f81d0594-be8f-40e1-a0d6-8c99353f3055 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1634 - body: "{\"region\":\"fr-par\", \"id\":\"f81d0594-be8f-40e1-a0d6-8c99353f3055\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:41.215920Z\", \"updated_at\":\"2025-10-30T16:24:56.468672Z\", \"type\":\"kapsule\", \"name\":\"tf-cluster-pool\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"data_scaleway_k8s_cluster\", \"basic\"], \"cluster_url\":\"https://f81d0594-be8f-40e1-a0d6-8c99353f3055.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.f81d0594-be8f-40e1-a0d6-8c99353f3055.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"28ed0f4c-4af6-4e05-a656-423bf86b40b4\", \"commitment_ends_at\":\"2025-10-30T16:18:41.215928Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"9133dff4-7a9a-4f48-bcc0-8a046b7067e6\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1634" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:25:00 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 84335fbd-a4ce-4bae-8c33-6385e756fea9 - status: 200 OK - code: 200 - duration: 18.088319ms -- id: 130 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - form: - order_by: - - created_at_desc - project_id: - - 105bdce1-64c0-48ab-899d-868455867ecf - resource_name: - - scw-tf-cluster-pool-tf-pool-484a82120083479f9e - resource_type: - - unknown_type - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/ipam/v1/regions/fr-par/ips?order_by=created_at_desc&project_id=105bdce1-64c0-48ab-899d-868455867ecf&resource_name=scw-tf-cluster-pool-tf-pool-484a82120083479f9e&resource_type=unknown_type - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1123 - body: "{\"total_count\":2, \"ips\":[{\"id\":\"fd701627-2304-4588-a2b9-cb6814399727\", \"address\":\"fd5f:519c:6d46:2576:2854:c3eb:4592:7809/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":true, \"created_at\":\"2025-10-30T16:22:21.162635Z\", \"updated_at\":\"2025-10-30T16:22:21.162635Z\", \"source\":{\"subnet_id\":\"28394509-5e6b-4a35-abde-680e3d38cb46\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"27adfd84-c338-4356-82b0-000a0cef4837\", \"mac_address\":\"02:00:00:1F:1E:83\", \"name\":\"scw-tf-cluster-pool-tf-pool-484a82120083479f9e\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}, {\"id\":\"95d38f4a-5570-4b6f-bc45-4eb2d49ff948\", \"address\":\"172.18.100.3/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":false, \"created_at\":\"2025-10-30T16:22:21.040168Z\", \"updated_at\":\"2025-10-30T16:22:21.040168Z\", \"source\":{\"subnet_id\":\"69efb21f-5546-48f5-83df-aef63957de90\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"27adfd84-c338-4356-82b0-000a0cef4837\", \"mac_address\":\"02:00:00:1F:1E:83\", \"name\":\"scw-tf-cluster-pool-tf-pool-484a82120083479f9e\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}]}" - headers: - Content-Length: - - "1123" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:25:01 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - ea69ee32-101d-4574-b7b7-8a735a2a714e - status: 200 OK - code: 200 - duration: 69.370796ms -- id: 131 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - form: - order_by: - - created_at_desc - project_id: - - 105bdce1-64c0-48ab-899d-868455867ecf - resource_name: - - scw-tf-cluster-pool-tf-pool-484a82120083479f9e - resource_type: - - unknown_type - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/ipam/v1/regions/fr-par/ips?order_by=created_at_desc&project_id=105bdce1-64c0-48ab-899d-868455867ecf&resource_name=scw-tf-cluster-pool-tf-pool-484a82120083479f9e&resource_type=unknown_type - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1123 - body: "{\"total_count\":2, \"ips\":[{\"id\":\"fd701627-2304-4588-a2b9-cb6814399727\", \"address\":\"fd5f:519c:6d46:2576:2854:c3eb:4592:7809/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":true, \"created_at\":\"2025-10-30T16:22:21.162635Z\", \"updated_at\":\"2025-10-30T16:22:21.162635Z\", \"source\":{\"subnet_id\":\"28394509-5e6b-4a35-abde-680e3d38cb46\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"27adfd84-c338-4356-82b0-000a0cef4837\", \"mac_address\":\"02:00:00:1F:1E:83\", \"name\":\"scw-tf-cluster-pool-tf-pool-484a82120083479f9e\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}, {\"id\":\"95d38f4a-5570-4b6f-bc45-4eb2d49ff948\", \"address\":\"172.18.100.3/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":false, \"created_at\":\"2025-10-30T16:22:21.040168Z\", \"updated_at\":\"2025-10-30T16:22:21.040168Z\", \"source\":{\"subnet_id\":\"69efb21f-5546-48f5-83df-aef63957de90\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"27adfd84-c338-4356-82b0-000a0cef4837\", \"mac_address\":\"02:00:00:1F:1E:83\", \"name\":\"scw-tf-cluster-pool-tf-pool-484a82120083479f9e\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}]}" - headers: - Content-Length: - - "1123" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:25:01 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 44c7e6d7-bf90-4408-97a9-ff735fa471ca - status: 200 OK - code: 200 - duration: 40.031051ms -- id: 132 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/fr-par/vpcs/64ee6fb8-81c6-4519-9f5e-e4dc82ef1776 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 425 - body: "{\"id\":\"64ee6fb8-81c6-4519-9f5e-e4dc82ef1776\", \"name\":\"TestAccDataSourcePool_Basic\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:40.167534Z\", \"updated_at\":\"2025-10-30T16:18:40.167534Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_default\":false, \"private_network_count\":1, \"routing_enabled\":true, \"custom_routes_propagation_enabled\":true, \"region\":\"fr-par\"}" - headers: - Content-Length: - - "425" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:25:01 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - bbed5b25-8fbd-4008-a69a-d267a0c09d50 - status: 200 OK - code: 200 - duration: 30.661145ms -- id: 133 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks/28ed0f4c-4af6-4e05-a656-423bf86b40b4 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1092 - body: "{\"id\":\"28ed0f4c-4af6-4e05-a656-423bf86b40b4\", \"name\":\"test-data-source-pool\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:40.270823Z\", \"updated_at\":\"2025-10-30T16:18:40.270823Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"subnets\":[{\"id\":\"69efb21f-5546-48f5-83df-aef63957de90\", \"created_at\":\"2025-10-30T16:18:40.270823Z\", \"updated_at\":\"2025-10-30T16:18:40.270823Z\", \"subnet\":\"172.18.100.0/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"28ed0f4c-4af6-4e05-a656-423bf86b40b4\", \"vpc_id\":\"64ee6fb8-81c6-4519-9f5e-e4dc82ef1776\"}, {\"id\":\"28394509-5e6b-4a35-abde-680e3d38cb46\", \"created_at\":\"2025-10-30T16:18:40.270823Z\", \"updated_at\":\"2025-10-30T16:18:40.270823Z\", \"subnet\":\"fd5f:519c:6d46:2576::/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"28ed0f4c-4af6-4e05-a656-423bf86b40b4\", \"vpc_id\":\"64ee6fb8-81c6-4519-9f5e-e4dc82ef1776\"}], \"vpc_id\":\"64ee6fb8-81c6-4519-9f5e-e4dc82ef1776\", \"dhcp_enabled\":true, \"default_route_propagation_enabled\":false, \"region\":\"fr-par\"}" - headers: - Content-Length: - - "1092" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:25:01 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - dd44d97a-8be7-441c-b543-eb8f29a6b532 - status: 200 OK - code: 200 - duration: 23.714729ms -- id: 134 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/f81d0594-be8f-40e1-a0d6-8c99353f3055 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1634 - body: "{\"region\":\"fr-par\", \"id\":\"f81d0594-be8f-40e1-a0d6-8c99353f3055\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:41.215920Z\", \"updated_at\":\"2025-10-30T16:24:56.468672Z\", \"type\":\"kapsule\", \"name\":\"tf-cluster-pool\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"data_scaleway_k8s_cluster\", \"basic\"], \"cluster_url\":\"https://f81d0594-be8f-40e1-a0d6-8c99353f3055.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.f81d0594-be8f-40e1-a0d6-8c99353f3055.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"28ed0f4c-4af6-4e05-a656-423bf86b40b4\", \"commitment_ends_at\":\"2025-10-30T16:18:41.215928Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"9133dff4-7a9a-4f48-bcc0-8a046b7067e6\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1634" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:25:01 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - ac4e667e-36ed-45cb-ab9d-fc5d587a213a - status: 200 OK - code: 200 - duration: 26.471241ms -- id: 135 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/f81d0594-be8f-40e1-a0d6-8c99353f3055/kubeconfig - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1658 - body: "{\"name\":\"kubeconfig\", \"content_type\":\"application/octet-stream\", \"content\":\"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogInRmLWNsdXN0ZXItcG9vbCIKICBjbHVzdGVyOgogICAgY2VydGlmaWNhdGUtYXV0aG9yaXR5LWRhdGE6IExTMHRMUzFDUlVkSlRpQkRSVkpVU1VaSlEwRlVSUzB0TFMwdENrMUpTVUpYYWtORFFWRkhaMEYzU1VKQlowbENRVVJCUzBKblozRm9hMnBQVUZGUlJFRnFRVlpOVWsxM1JWRlpSRlpSVVVSRmQzQnlaRmRLYkdOdE5Xd0taRWRXZWsxQ05GaEVWRWt4VFZSQmVVOVVSVEpOVkdjd1RWWnZXRVJVVFRGTlZFRjVUMVJGTWsxVVp6Qk5WbTkzUmxSRlZFMUNSVWRCTVZWRlFYaE5Td3BoTTFacFdsaEtkVnBZVW14amVrSmFUVUpOUjBKNWNVZFRUVFE1UVdkRlIwTkRjVWRUVFRRNVFYZEZTRUV3U1VGQ1NVNXBXbUZRZG01QlJGbHFVemw2Q2sxWVEwVnBiR1pVY0RaS1ZqUnhTR2hJU0VOdGVERjVMMFpHYUhRMFIyTlZhV05OV1UxQlpHUlVabGxHWVRac2NFbzJiVEp4VEZGbFluQlJOMjQ1UWtVS05sWkdiVEk0Y1dwUmFrSkJUVUUwUjBFeFZXUkVkMFZDTDNkUlJVRjNTVU53UkVGUVFtZE9Wa2hTVFVKQlpqaEZRbFJCUkVGUlNDOU5RakJIUVRGVlpBcEVaMUZYUWtKVVMyVkRiak5LVnpKalp6SkNUVEpKTDBkMVlWRndOMVJqUTNwVVFVdENaMmR4YUd0cVQxQlJVVVJCWjA1SVFVUkNSVUZwUW5wNGEzVnJDblV4Y2tFMFFreFpiemxVUkRoWGNFUjBjMVpsVGxCa05tZFJhbWxMVkM5Tk1uQXhkRnAzU1dkVFNXMXVSbGRHYml0emRGUlRNVGRMVFhWaGFUVlpNbTBLV1hZMlZEWlNObGcxVTNvNFRXMURNVmRPWXowS0xTMHRMUzFGVGtRZ1EwVlNWRWxHU1VOQlZFVXRMUzB0TFFvPQogICAgc2VydmVyOiBodHRwczovL2Y4MWQwNTk0LWJlOGYtNDBlMS1hMGQ2LThjOTkzNTNmMzA1NS5hcGkuazhzLmZyLXBhci5zY3cuY2xvdWQ6NjQ0Mwpjb250ZXh0czoKLSBuYW1lOiBhZG1pbkB0Zi1jbHVzdGVyLXBvb2wKICBjb250ZXh0OgogICAgY2x1c3RlcjogInRmLWNsdXN0ZXItcG9vbCIKICAgIHVzZXI6IHRmLWNsdXN0ZXItcG9vbC1hZG1pbgpjdXJyZW50LWNvbnRleHQ6IGFkbWluQHRmLWNsdXN0ZXItcG9vbApraW5kOiBDb25maWcKcHJlZmVyZW5jZXM6IHt9CnVzZXJzOgotIG5hbWU6IHRmLWNsdXN0ZXItcG9vbC1hZG1pbgogIHVzZXI6CiAgICB0b2tlbjogN3BETGtYR1ZWZXZ5UWhROUlVbnV6bHZ4TGFqdTNVNEU3dExTOVJWSEhTNThTWXVNMVlUdGlCejY=\"}" - headers: - Content-Length: - - "1658" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:25:01 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 3d16ea54-1f60-4767-861f-e360337d53bd - status: 200 OK - code: 200 - duration: 89.189713ms -- id: 136 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/ed10ae0c-6203-42e9-acdc-0a3381bc3ae7 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 754 - body: "{\"region\":\"fr-par\", \"id\":\"ed10ae0c-6203-42e9-acdc-0a3381bc3ae7\", \"cluster_id\":\"f81d0594-be8f-40e1-a0d6-8c99353f3055\", \"created_at\":\"2025-10-30T16:18:46.692174Z\", \"updated_at\":\"2025-10-30T16:24:03.761826Z\", \"name\":\"tf-pool\", \"status\":\"ready\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[\"terraform-test\", \"data_scaleway_k8s_pool\", \"basic\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "754" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:25:01 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 38066d11-bfce-4cfd-a341-d5c151c10891 - status: 200 OK - code: 200 - duration: 17.32178ms -- id: 137 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - form: - order_by: - - created_at_asc - page: - - "1" - pool_id: - - ed10ae0c-6203-42e9-acdc-0a3381bc3ae7 - status: - - unknown - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/f81d0594-be8f-40e1-a0d6-8c99353f3055/nodes?order_by=created_at_asc&page=1&pool_id=ed10ae0c-6203-42e9-acdc-0a3381bc3ae7&status=unknown - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 649 - body: "{\"total_count\":1, \"nodes\":[{\"region\":\"fr-par\", \"id\":\"484a8212-0083-479f-9e1b-eeaabea357a8\", \"cluster_id\":\"f81d0594-be8f-40e1-a0d6-8c99353f3055\", \"created_at\":\"2025-10-30T16:22:17.922768Z\", \"updated_at\":\"2025-10-30T16:24:58.184772Z\", \"pool_id\":\"ed10ae0c-6203-42e9-acdc-0a3381bc3ae7\", \"status\":\"ready\", \"conditions\":{\"DiskPressure\":\"False\", \"MemoryPressure\":\"False\", \"NetworkUnavailable\":\"False\", \"PIDPressure\":\"False\", \"Ready\":\"True\"}, \"name\":\"scw-tf-cluster-pool-tf-pool-484a82120083479f9e\", \"public_ip_v4\":\"51.15.230.164\", \"public_ip_v6\":null, \"provider_id\":\"scaleway://instance/fr-par-1/5edb9a82-efcc-4293-98e4-3009c814813b\", \"error_message\":\"\"}]}" - headers: - Content-Length: - - "649" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:25:01 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 8fa72855-31fe-4c38-bea2-e56627b2063c - status: 200 OK - code: 200 - duration: 114.141132ms -- id: 138 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/f81d0594-be8f-40e1-a0d6-8c99353f3055 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1634 - body: "{\"region\":\"fr-par\", \"id\":\"f81d0594-be8f-40e1-a0d6-8c99353f3055\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:41.215920Z\", \"updated_at\":\"2025-10-30T16:24:56.468672Z\", \"type\":\"kapsule\", \"name\":\"tf-cluster-pool\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"data_scaleway_k8s_cluster\", \"basic\"], \"cluster_url\":\"https://f81d0594-be8f-40e1-a0d6-8c99353f3055.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.f81d0594-be8f-40e1-a0d6-8c99353f3055.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"28ed0f4c-4af6-4e05-a656-423bf86b40b4\", \"commitment_ends_at\":\"2025-10-30T16:18:41.215928Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"9133dff4-7a9a-4f48-bcc0-8a046b7067e6\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1634" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:25:01 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 58502de2-3378-4e4e-a4db-c6154e252a5e - status: 200 OK - code: 200 - duration: 22.702879ms -- id: 139 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - form: - order_by: - - created_at_desc - project_id: - - 105bdce1-64c0-48ab-899d-868455867ecf - resource_name: - - scw-tf-cluster-pool-tf-pool-484a82120083479f9e - resource_type: - - unknown_type - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/ipam/v1/regions/fr-par/ips?order_by=created_at_desc&project_id=105bdce1-64c0-48ab-899d-868455867ecf&resource_name=scw-tf-cluster-pool-tf-pool-484a82120083479f9e&resource_type=unknown_type - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1123 - body: "{\"total_count\":2, \"ips\":[{\"id\":\"fd701627-2304-4588-a2b9-cb6814399727\", \"address\":\"fd5f:519c:6d46:2576:2854:c3eb:4592:7809/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":true, \"created_at\":\"2025-10-30T16:22:21.162635Z\", \"updated_at\":\"2025-10-30T16:22:21.162635Z\", \"source\":{\"subnet_id\":\"28394509-5e6b-4a35-abde-680e3d38cb46\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"27adfd84-c338-4356-82b0-000a0cef4837\", \"mac_address\":\"02:00:00:1F:1E:83\", \"name\":\"scw-tf-cluster-pool-tf-pool-484a82120083479f9e\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}, {\"id\":\"95d38f4a-5570-4b6f-bc45-4eb2d49ff948\", \"address\":\"172.18.100.3/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":false, \"created_at\":\"2025-10-30T16:22:21.040168Z\", \"updated_at\":\"2025-10-30T16:22:21.040168Z\", \"source\":{\"subnet_id\":\"69efb21f-5546-48f5-83df-aef63957de90\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"27adfd84-c338-4356-82b0-000a0cef4837\", \"mac_address\":\"02:00:00:1F:1E:83\", \"name\":\"scw-tf-cluster-pool-tf-pool-484a82120083479f9e\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}]}" - headers: - Content-Length: - - "1123" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:25:01 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - c81a4080-e4ef-47e3-9266-ed55a48755e8 - status: 200 OK - code: 200 - duration: 32.66162ms -- id: 140 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/ed10ae0c-6203-42e9-acdc-0a3381bc3ae7 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 754 - body: "{\"region\":\"fr-par\", \"id\":\"ed10ae0c-6203-42e9-acdc-0a3381bc3ae7\", \"cluster_id\":\"f81d0594-be8f-40e1-a0d6-8c99353f3055\", \"created_at\":\"2025-10-30T16:18:46.692174Z\", \"updated_at\":\"2025-10-30T16:24:03.761826Z\", \"name\":\"tf-pool\", \"status\":\"ready\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[\"terraform-test\", \"data_scaleway_k8s_pool\", \"basic\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "754" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:25:01 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - df81d1cc-b87e-4e9a-9959-eff8c6eda879 - status: 200 OK - code: 200 - duration: 23.897021ms -- id: 141 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - form: - name: - - tf-pool - order_by: - - created_at_asc - status: - - unknown - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/f81d0594-be8f-40e1-a0d6-8c99353f3055/pools?name=tf-pool&order_by=created_at_asc&status=unknown - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 783 - body: "{\"total_count\":1, \"pools\":[{\"region\":\"fr-par\", \"id\":\"ed10ae0c-6203-42e9-acdc-0a3381bc3ae7\", \"cluster_id\":\"f81d0594-be8f-40e1-a0d6-8c99353f3055\", \"created_at\":\"2025-10-30T16:18:46.692174Z\", \"updated_at\":\"2025-10-30T16:24:03.761826Z\", \"name\":\"tf-pool\", \"status\":\"ready\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[\"terraform-test\", \"data_scaleway_k8s_pool\", \"basic\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}]}" - headers: - Content-Length: - - "783" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:25:01 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - f55dc3d8-346d-4de4-837e-8ab7bad2f5e0 - status: 200 OK - code: 200 - duration: 27.11499ms -- id: 142 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - form: - order_by: - - created_at_asc - page: - - "1" - pool_id: - - ed10ae0c-6203-42e9-acdc-0a3381bc3ae7 - status: - - unknown - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/f81d0594-be8f-40e1-a0d6-8c99353f3055/nodes?order_by=created_at_asc&page=1&pool_id=ed10ae0c-6203-42e9-acdc-0a3381bc3ae7&status=unknown - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 649 - body: "{\"total_count\":1, \"nodes\":[{\"region\":\"fr-par\", \"id\":\"484a8212-0083-479f-9e1b-eeaabea357a8\", \"cluster_id\":\"f81d0594-be8f-40e1-a0d6-8c99353f3055\", \"created_at\":\"2025-10-30T16:22:17.922768Z\", \"updated_at\":\"2025-10-30T16:24:58.184772Z\", \"pool_id\":\"ed10ae0c-6203-42e9-acdc-0a3381bc3ae7\", \"status\":\"ready\", \"conditions\":{\"DiskPressure\":\"False\", \"MemoryPressure\":\"False\", \"NetworkUnavailable\":\"False\", \"PIDPressure\":\"False\", \"Ready\":\"True\"}, \"name\":\"scw-tf-cluster-pool-tf-pool-484a82120083479f9e\", \"public_ip_v4\":\"51.15.230.164\", \"public_ip_v6\":null, \"provider_id\":\"scaleway://instance/fr-par-1/5edb9a82-efcc-4293-98e4-3009c814813b\", \"error_message\":\"\"}]}" - headers: - Content-Length: - - "649" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:25:01 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - b2c28338-7fa5-4c1d-93ae-657fe090459c - status: 200 OK - code: 200 - duration: 31.405843ms -- id: 143 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/ed10ae0c-6203-42e9-acdc-0a3381bc3ae7 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 754 - body: "{\"region\":\"fr-par\", \"id\":\"ed10ae0c-6203-42e9-acdc-0a3381bc3ae7\", \"cluster_id\":\"f81d0594-be8f-40e1-a0d6-8c99353f3055\", \"created_at\":\"2025-10-30T16:18:46.692174Z\", \"updated_at\":\"2025-10-30T16:24:03.761826Z\", \"name\":\"tf-pool\", \"status\":\"ready\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[\"terraform-test\", \"data_scaleway_k8s_pool\", \"basic\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "754" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:25:01 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 8c696d0a-86ca-4e09-a74a-4159d5044a19 - status: 200 OK - code: 200 - duration: 92.696114ms -- id: 144 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/f81d0594-be8f-40e1-a0d6-8c99353f3055 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1634 - body: "{\"region\":\"fr-par\", \"id\":\"f81d0594-be8f-40e1-a0d6-8c99353f3055\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:41.215920Z\", \"updated_at\":\"2025-10-30T16:24:56.468672Z\", \"type\":\"kapsule\", \"name\":\"tf-cluster-pool\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"data_scaleway_k8s_cluster\", \"basic\"], \"cluster_url\":\"https://f81d0594-be8f-40e1-a0d6-8c99353f3055.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.f81d0594-be8f-40e1-a0d6-8c99353f3055.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"28ed0f4c-4af6-4e05-a656-423bf86b40b4\", \"commitment_ends_at\":\"2025-10-30T16:18:41.215928Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"9133dff4-7a9a-4f48-bcc0-8a046b7067e6\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1634" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:25:01 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 5fedd786-10d8-4722-9212-9ad32df695f9 - status: 200 OK - code: 200 - duration: 65.382181ms -- id: 145 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - form: - order_by: - - created_at_asc - page: - - "1" - pool_id: - - ed10ae0c-6203-42e9-acdc-0a3381bc3ae7 - status: - - unknown - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/f81d0594-be8f-40e1-a0d6-8c99353f3055/nodes?order_by=created_at_asc&page=1&pool_id=ed10ae0c-6203-42e9-acdc-0a3381bc3ae7&status=unknown - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 649 - body: "{\"total_count\":1, \"nodes\":[{\"region\":\"fr-par\", \"id\":\"484a8212-0083-479f-9e1b-eeaabea357a8\", \"cluster_id\":\"f81d0594-be8f-40e1-a0d6-8c99353f3055\", \"created_at\":\"2025-10-30T16:22:17.922768Z\", \"updated_at\":\"2025-10-30T16:24:58.184772Z\", \"pool_id\":\"ed10ae0c-6203-42e9-acdc-0a3381bc3ae7\", \"status\":\"ready\", \"conditions\":{\"DiskPressure\":\"False\", \"MemoryPressure\":\"False\", \"NetworkUnavailable\":\"False\", \"PIDPressure\":\"False\", \"Ready\":\"True\"}, \"name\":\"scw-tf-cluster-pool-tf-pool-484a82120083479f9e\", \"public_ip_v4\":\"51.15.230.164\", \"public_ip_v6\":null, \"provider_id\":\"scaleway://instance/fr-par-1/5edb9a82-efcc-4293-98e4-3009c814813b\", \"error_message\":\"\"}]}" - headers: - Content-Length: - - "649" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:25:01 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - ec21db60-e52e-46c5-83a0-a2d6b02901c2 - status: 200 OK - code: 200 - duration: 27.950398ms -- id: 146 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - form: - order_by: - - created_at_desc - project_id: - - 105bdce1-64c0-48ab-899d-868455867ecf - resource_name: - - scw-tf-cluster-pool-tf-pool-484a82120083479f9e - resource_type: - - unknown_type - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/ipam/v1/regions/fr-par/ips?order_by=created_at_desc&project_id=105bdce1-64c0-48ab-899d-868455867ecf&resource_name=scw-tf-cluster-pool-tf-pool-484a82120083479f9e&resource_type=unknown_type - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1123 - body: "{\"total_count\":2, \"ips\":[{\"id\":\"fd701627-2304-4588-a2b9-cb6814399727\", \"address\":\"fd5f:519c:6d46:2576:2854:c3eb:4592:7809/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":true, \"created_at\":\"2025-10-30T16:22:21.162635Z\", \"updated_at\":\"2025-10-30T16:22:21.162635Z\", \"source\":{\"subnet_id\":\"28394509-5e6b-4a35-abde-680e3d38cb46\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"27adfd84-c338-4356-82b0-000a0cef4837\", \"mac_address\":\"02:00:00:1F:1E:83\", \"name\":\"scw-tf-cluster-pool-tf-pool-484a82120083479f9e\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}, {\"id\":\"95d38f4a-5570-4b6f-bc45-4eb2d49ff948\", \"address\":\"172.18.100.3/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":false, \"created_at\":\"2025-10-30T16:22:21.040168Z\", \"updated_at\":\"2025-10-30T16:22:21.040168Z\", \"source\":{\"subnet_id\":\"69efb21f-5546-48f5-83df-aef63957de90\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"27adfd84-c338-4356-82b0-000a0cef4837\", \"mac_address\":\"02:00:00:1F:1E:83\", \"name\":\"scw-tf-cluster-pool-tf-pool-484a82120083479f9e\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}]}" - headers: - Content-Length: - - "1123" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:25:01 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - c63d7976-9629-4711-938b-1a4e90b7d136 - status: 200 OK - code: 200 - duration: 26.457015ms -- id: 147 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/f81d0594-be8f-40e1-a0d6-8c99353f3055 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1634 - body: "{\"region\":\"fr-par\", \"id\":\"f81d0594-be8f-40e1-a0d6-8c99353f3055\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:41.215920Z\", \"updated_at\":\"2025-10-30T16:24:56.468672Z\", \"type\":\"kapsule\", \"name\":\"tf-cluster-pool\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"data_scaleway_k8s_cluster\", \"basic\"], \"cluster_url\":\"https://f81d0594-be8f-40e1-a0d6-8c99353f3055.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.f81d0594-be8f-40e1-a0d6-8c99353f3055.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"28ed0f4c-4af6-4e05-a656-423bf86b40b4\", \"commitment_ends_at\":\"2025-10-30T16:18:41.215928Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"9133dff4-7a9a-4f48-bcc0-8a046b7067e6\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1634" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:25:01 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 455f4639-68aa-4493-9b1f-d6c32853be01 - status: 200 OK - code: 200 - duration: 18.322017ms -- id: 148 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - form: - order_by: - - created_at_desc - project_id: - - 105bdce1-64c0-48ab-899d-868455867ecf - resource_name: - - scw-tf-cluster-pool-tf-pool-484a82120083479f9e - resource_type: - - unknown_type - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/ipam/v1/regions/fr-par/ips?order_by=created_at_desc&project_id=105bdce1-64c0-48ab-899d-868455867ecf&resource_name=scw-tf-cluster-pool-tf-pool-484a82120083479f9e&resource_type=unknown_type - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1123 - body: "{\"total_count\":2, \"ips\":[{\"id\":\"fd701627-2304-4588-a2b9-cb6814399727\", \"address\":\"fd5f:519c:6d46:2576:2854:c3eb:4592:7809/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":true, \"created_at\":\"2025-10-30T16:22:21.162635Z\", \"updated_at\":\"2025-10-30T16:22:21.162635Z\", \"source\":{\"subnet_id\":\"28394509-5e6b-4a35-abde-680e3d38cb46\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"27adfd84-c338-4356-82b0-000a0cef4837\", \"mac_address\":\"02:00:00:1F:1E:83\", \"name\":\"scw-tf-cluster-pool-tf-pool-484a82120083479f9e\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}, {\"id\":\"95d38f4a-5570-4b6f-bc45-4eb2d49ff948\", \"address\":\"172.18.100.3/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":false, \"created_at\":\"2025-10-30T16:22:21.040168Z\", \"updated_at\":\"2025-10-30T16:22:21.040168Z\", \"source\":{\"subnet_id\":\"69efb21f-5546-48f5-83df-aef63957de90\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"27adfd84-c338-4356-82b0-000a0cef4837\", \"mac_address\":\"02:00:00:1F:1E:83\", \"name\":\"scw-tf-cluster-pool-tf-pool-484a82120083479f9e\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}]}" - headers: - Content-Length: - - "1123" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:25:01 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 5fdc74da-ed09-4df6-8b8e-9da00f37648f - status: 200 OK - code: 200 - duration: 35.465462ms -- id: 149 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/ed10ae0c-6203-42e9-acdc-0a3381bc3ae7 - method: DELETE - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 757 - body: "{\"region\":\"fr-par\", \"id\":\"ed10ae0c-6203-42e9-acdc-0a3381bc3ae7\", \"cluster_id\":\"f81d0594-be8f-40e1-a0d6-8c99353f3055\", \"created_at\":\"2025-10-30T16:18:46.692174Z\", \"updated_at\":\"2025-10-30T16:25:02.009866Z\", \"name\":\"tf-pool\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[\"terraform-test\", \"data_scaleway_k8s_pool\", \"basic\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "757" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:25:02 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - c2cff11e-8619-4e6a-be91-bee6b4c8d1f7 - status: 200 OK - code: 200 - duration: 57.641563ms -- id: 150 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/ed10ae0c-6203-42e9-acdc-0a3381bc3ae7 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 757 - body: "{\"region\":\"fr-par\", \"id\":\"ed10ae0c-6203-42e9-acdc-0a3381bc3ae7\", \"cluster_id\":\"f81d0594-be8f-40e1-a0d6-8c99353f3055\", \"created_at\":\"2025-10-30T16:18:46.692174Z\", \"updated_at\":\"2025-10-30T16:25:02.009866Z\", \"name\":\"tf-pool\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[\"terraform-test\", \"data_scaleway_k8s_pool\", \"basic\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "757" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:25:02 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - c46ef912-7be5-465e-8a51-7699046c1aee - status: 200 OK - code: 200 - duration: 20.724676ms -- id: 151 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/ed10ae0c-6203-42e9-acdc-0a3381bc3ae7 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 757 - body: "{\"region\":\"fr-par\", \"id\":\"ed10ae0c-6203-42e9-acdc-0a3381bc3ae7\", \"cluster_id\":\"f81d0594-be8f-40e1-a0d6-8c99353f3055\", \"created_at\":\"2025-10-30T16:18:46.692174Z\", \"updated_at\":\"2025-10-30T16:25:02.009866Z\", \"name\":\"tf-pool\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[\"terraform-test\", \"data_scaleway_k8s_pool\", \"basic\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "757" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:25:07 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 56f85113-7e79-4e21-a38d-620ad3b866f7 - status: 200 OK - code: 200 - duration: 92.061994ms -- id: 152 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/ed10ae0c-6203-42e9-acdc-0a3381bc3ae7 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 757 - body: "{\"region\":\"fr-par\", \"id\":\"ed10ae0c-6203-42e9-acdc-0a3381bc3ae7\", \"cluster_id\":\"f81d0594-be8f-40e1-a0d6-8c99353f3055\", \"created_at\":\"2025-10-30T16:18:46.692174Z\", \"updated_at\":\"2025-10-30T16:25:02.009866Z\", \"name\":\"tf-pool\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[\"terraform-test\", \"data_scaleway_k8s_pool\", \"basic\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "757" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:25:12 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 5f805a2c-3301-4cb1-b49f-e0d6c6897f23 - status: 200 OK - code: 200 - duration: 88.292088ms -- id: 153 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/ed10ae0c-6203-42e9-acdc-0a3381bc3ae7 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 757 - body: "{\"region\":\"fr-par\", \"id\":\"ed10ae0c-6203-42e9-acdc-0a3381bc3ae7\", \"cluster_id\":\"f81d0594-be8f-40e1-a0d6-8c99353f3055\", \"created_at\":\"2025-10-30T16:18:46.692174Z\", \"updated_at\":\"2025-10-30T16:25:02.009866Z\", \"name\":\"tf-pool\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[\"terraform-test\", \"data_scaleway_k8s_pool\", \"basic\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "757" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:25:17 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 0e5c0cc0-7ca9-4f5c-88eb-302c42a1395e - status: 200 OK - code: 200 - duration: 82.173044ms -- id: 154 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/ed10ae0c-6203-42e9-acdc-0a3381bc3ae7 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 757 - body: "{\"region\":\"fr-par\", \"id\":\"ed10ae0c-6203-42e9-acdc-0a3381bc3ae7\", \"cluster_id\":\"f81d0594-be8f-40e1-a0d6-8c99353f3055\", \"created_at\":\"2025-10-30T16:18:46.692174Z\", \"updated_at\":\"2025-10-30T16:25:02.009866Z\", \"name\":\"tf-pool\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[\"terraform-test\", \"data_scaleway_k8s_pool\", \"basic\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "757" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:25:22 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - c6bd7faf-b9ca-4f58-8905-c22358b42b74 - status: 200 OK - code: 200 - duration: 87.713612ms -- id: 155 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/ed10ae0c-6203-42e9-acdc-0a3381bc3ae7 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 757 - body: "{\"region\":\"fr-par\", \"id\":\"ed10ae0c-6203-42e9-acdc-0a3381bc3ae7\", \"cluster_id\":\"f81d0594-be8f-40e1-a0d6-8c99353f3055\", \"created_at\":\"2025-10-30T16:18:46.692174Z\", \"updated_at\":\"2025-10-30T16:25:02.009866Z\", \"name\":\"tf-pool\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[\"terraform-test\", \"data_scaleway_k8s_pool\", \"basic\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "757" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:25:27 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - c41f9712-3e52-4a1a-8376-6489081ce061 - status: 200 OK - code: 200 - duration: 79.185527ms -- id: 156 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/ed10ae0c-6203-42e9-acdc-0a3381bc3ae7 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 757 - body: "{\"region\":\"fr-par\", \"id\":\"ed10ae0c-6203-42e9-acdc-0a3381bc3ae7\", \"cluster_id\":\"f81d0594-be8f-40e1-a0d6-8c99353f3055\", \"created_at\":\"2025-10-30T16:18:46.692174Z\", \"updated_at\":\"2025-10-30T16:25:02.009866Z\", \"name\":\"tf-pool\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[\"terraform-test\", \"data_scaleway_k8s_pool\", \"basic\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "757" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:25:32 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - d74d8877-d5e7-4d45-8b09-0507a52734ba - status: 200 OK - code: 200 - duration: 99.725256ms -- id: 157 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/ed10ae0c-6203-42e9-acdc-0a3381bc3ae7 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 757 - body: "{\"region\":\"fr-par\", \"id\":\"ed10ae0c-6203-42e9-acdc-0a3381bc3ae7\", \"cluster_id\":\"f81d0594-be8f-40e1-a0d6-8c99353f3055\", \"created_at\":\"2025-10-30T16:18:46.692174Z\", \"updated_at\":\"2025-10-30T16:25:02.009866Z\", \"name\":\"tf-pool\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[\"terraform-test\", \"data_scaleway_k8s_pool\", \"basic\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "757" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:25:37 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - a5c5e8c9-9020-4cad-8ac2-04fe88e16f51 - status: 200 OK - code: 200 - duration: 87.68579ms -- id: 158 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/ed10ae0c-6203-42e9-acdc-0a3381bc3ae7 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 757 - body: "{\"region\":\"fr-par\", \"id\":\"ed10ae0c-6203-42e9-acdc-0a3381bc3ae7\", \"cluster_id\":\"f81d0594-be8f-40e1-a0d6-8c99353f3055\", \"created_at\":\"2025-10-30T16:18:46.692174Z\", \"updated_at\":\"2025-10-30T16:25:02.009866Z\", \"name\":\"tf-pool\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[\"terraform-test\", \"data_scaleway_k8s_pool\", \"basic\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "757" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:25:42 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - fa06340a-c1f9-4f00-ab6e-512a964de49a - status: 200 OK - code: 200 - duration: 87.530178ms -- id: 159 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/ed10ae0c-6203-42e9-acdc-0a3381bc3ae7 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 757 - body: "{\"region\":\"fr-par\", \"id\":\"ed10ae0c-6203-42e9-acdc-0a3381bc3ae7\", \"cluster_id\":\"f81d0594-be8f-40e1-a0d6-8c99353f3055\", \"created_at\":\"2025-10-30T16:18:46.692174Z\", \"updated_at\":\"2025-10-30T16:25:02.009866Z\", \"name\":\"tf-pool\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[\"terraform-test\", \"data_scaleway_k8s_pool\", \"basic\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "757" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:25:47 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - cf97d56b-519a-4c64-b966-9f6ca27d0f68 - status: 200 OK - code: 200 - duration: 95.75771ms -- id: 160 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/ed10ae0c-6203-42e9-acdc-0a3381bc3ae7 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 757 - body: "{\"region\":\"fr-par\", \"id\":\"ed10ae0c-6203-42e9-acdc-0a3381bc3ae7\", \"cluster_id\":\"f81d0594-be8f-40e1-a0d6-8c99353f3055\", \"created_at\":\"2025-10-30T16:18:46.692174Z\", \"updated_at\":\"2025-10-30T16:25:02.009866Z\", \"name\":\"tf-pool\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[\"terraform-test\", \"data_scaleway_k8s_pool\", \"basic\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "757" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:25:52 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 4576d6b9-2423-470d-a2c8-f24f956b30d1 - status: 200 OK - code: 200 - duration: 102.249984ms -- id: 161 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/ed10ae0c-6203-42e9-acdc-0a3381bc3ae7 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 757 - body: "{\"region\":\"fr-par\", \"id\":\"ed10ae0c-6203-42e9-acdc-0a3381bc3ae7\", \"cluster_id\":\"f81d0594-be8f-40e1-a0d6-8c99353f3055\", \"created_at\":\"2025-10-30T16:18:46.692174Z\", \"updated_at\":\"2025-10-30T16:25:02.009866Z\", \"name\":\"tf-pool\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[\"terraform-test\", \"data_scaleway_k8s_pool\", \"basic\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "757" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:25:58 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 9ee0935e-2fc2-4546-ad31-72ab516c608c - status: 200 OK - code: 200 - duration: 89.29979ms -- id: 162 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/ed10ae0c-6203-42e9-acdc-0a3381bc3ae7 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 757 - body: "{\"region\":\"fr-par\", \"id\":\"ed10ae0c-6203-42e9-acdc-0a3381bc3ae7\", \"cluster_id\":\"f81d0594-be8f-40e1-a0d6-8c99353f3055\", \"created_at\":\"2025-10-30T16:18:46.692174Z\", \"updated_at\":\"2025-10-30T16:25:02.009866Z\", \"name\":\"tf-pool\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[\"terraform-test\", \"data_scaleway_k8s_pool\", \"basic\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "757" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:26:03 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 4e571404-150e-4942-93c9-3d1f8a915ebc - status: 200 OK - code: 200 - duration: 83.556751ms -- id: 163 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/ed10ae0c-6203-42e9-acdc-0a3381bc3ae7 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 757 - body: "{\"region\":\"fr-par\", \"id\":\"ed10ae0c-6203-42e9-acdc-0a3381bc3ae7\", \"cluster_id\":\"f81d0594-be8f-40e1-a0d6-8c99353f3055\", \"created_at\":\"2025-10-30T16:18:46.692174Z\", \"updated_at\":\"2025-10-30T16:25:02.009866Z\", \"name\":\"tf-pool\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[\"terraform-test\", \"data_scaleway_k8s_pool\", \"basic\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "757" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:26:08 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 1274872b-effa-42cd-97d9-1e00f78a8c33 - status: 200 OK - code: 200 - duration: 84.725865ms -- id: 164 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/ed10ae0c-6203-42e9-acdc-0a3381bc3ae7 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 757 - body: "{\"region\":\"fr-par\", \"id\":\"ed10ae0c-6203-42e9-acdc-0a3381bc3ae7\", \"cluster_id\":\"f81d0594-be8f-40e1-a0d6-8c99353f3055\", \"created_at\":\"2025-10-30T16:18:46.692174Z\", \"updated_at\":\"2025-10-30T16:25:02.009866Z\", \"name\":\"tf-pool\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[\"terraform-test\", \"data_scaleway_k8s_pool\", \"basic\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "757" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:26:13 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - ded91090-d74e-4503-9d29-ac1316a527b7 - status: 200 OK - code: 200 - duration: 92.535682ms -- id: 165 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/ed10ae0c-6203-42e9-acdc-0a3381bc3ae7 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 757 - body: "{\"region\":\"fr-par\", \"id\":\"ed10ae0c-6203-42e9-acdc-0a3381bc3ae7\", \"cluster_id\":\"f81d0594-be8f-40e1-a0d6-8c99353f3055\", \"created_at\":\"2025-10-30T16:18:46.692174Z\", \"updated_at\":\"2025-10-30T16:25:02.009866Z\", \"name\":\"tf-pool\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[\"terraform-test\", \"data_scaleway_k8s_pool\", \"basic\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "757" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:26:18 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - ca8527e8-9d3e-43b3-925e-a347d9f96a81 - status: 200 OK - code: 200 - duration: 90.150035ms -- id: 166 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/ed10ae0c-6203-42e9-acdc-0a3381bc3ae7 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 757 - body: "{\"region\":\"fr-par\", \"id\":\"ed10ae0c-6203-42e9-acdc-0a3381bc3ae7\", \"cluster_id\":\"f81d0594-be8f-40e1-a0d6-8c99353f3055\", \"created_at\":\"2025-10-30T16:18:46.692174Z\", \"updated_at\":\"2025-10-30T16:25:02.009866Z\", \"name\":\"tf-pool\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[\"terraform-test\", \"data_scaleway_k8s_pool\", \"basic\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "757" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:26:23 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - ad811287-933d-46bf-bdb6-1967db70f547 + - 8fa72855-31fe-4c38-bea2-e56627b2063c status: 200 OK code: 200 - duration: 93.169222ms -- id: 167 + duration: 114.141132ms +- id: 67 request: proto: HTTP/1.1 proto_major: 1 @@ -5578,61 +2326,70 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/ed10ae0c-6203-42e9-acdc-0a3381bc3ae7 + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/f81d0594-be8f-40e1-a0d6-8c99353f3055 method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 757 - body: "{\"region\":\"fr-par\", \"id\":\"ed10ae0c-6203-42e9-acdc-0a3381bc3ae7\", \"cluster_id\":\"f81d0594-be8f-40e1-a0d6-8c99353f3055\", \"created_at\":\"2025-10-30T16:18:46.692174Z\", \"updated_at\":\"2025-10-30T16:25:02.009866Z\", \"name\":\"tf-pool\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[\"terraform-test\", \"data_scaleway_k8s_pool\", \"basic\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 1634 + body: "{\"region\":\"fr-par\", \"id\":\"f81d0594-be8f-40e1-a0d6-8c99353f3055\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:41.215920Z\", \"updated_at\":\"2025-10-30T16:24:56.468672Z\", \"type\":\"kapsule\", \"name\":\"tf-cluster-pool\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"data_scaleway_k8s_cluster\", \"basic\"], \"cluster_url\":\"https://f81d0594-be8f-40e1-a0d6-8c99353f3055.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.f81d0594-be8f-40e1-a0d6-8c99353f3055.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"28ed0f4c-4af6-4e05-a656-423bf86b40b4\", \"commitment_ends_at\":\"2025-10-30T16:18:41.215928Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"9133dff4-7a9a-4f48-bcc0-8a046b7067e6\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" headers: Content-Length: - - "757" + - "1634" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:26:28 GMT + - Thu, 30 Oct 2025 16:25:01 GMT Server: - Scaleway API Gateway (fr-par-3;edge03) X-Request-Id: - - 25af6642-fbf7-4177-b1ab-c49dd313a91f + - 58502de2-3378-4e4e-a4db-c6154e252a5e status: 200 OK code: 200 - duration: 92.172912ms -- id: 168 + duration: 22.702879ms +- id: 68 request: proto: HTTP/1.1 proto_major: 1 proto_minor: 1 content_length: 0 host: api.scaleway.com + form: + order_by: + - created_at_desc + project_id: + - 105bdce1-64c0-48ab-899d-868455867ecf + resource_name: + - scw-tf-cluster-pool-tf-pool-484a82120083479f9e + resource_type: + - unknown_type headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/ed10ae0c-6203-42e9-acdc-0a3381bc3ae7 + url: https://api.scaleway.com/ipam/v1/regions/fr-par/ips?order_by=created_at_desc&project_id=105bdce1-64c0-48ab-899d-868455867ecf&resource_name=scw-tf-cluster-pool-tf-pool-484a82120083479f9e&resource_type=unknown_type method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 757 - body: "{\"region\":\"fr-par\", \"id\":\"ed10ae0c-6203-42e9-acdc-0a3381bc3ae7\", \"cluster_id\":\"f81d0594-be8f-40e1-a0d6-8c99353f3055\", \"created_at\":\"2025-10-30T16:18:46.692174Z\", \"updated_at\":\"2025-10-30T16:25:02.009866Z\", \"name\":\"tf-pool\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[\"terraform-test\", \"data_scaleway_k8s_pool\", \"basic\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 1123 + body: "{\"total_count\":2, \"ips\":[{\"id\":\"fd701627-2304-4588-a2b9-cb6814399727\", \"address\":\"fd5f:519c:6d46:2576:2854:c3eb:4592:7809/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":true, \"created_at\":\"2025-10-30T16:22:21.162635Z\", \"updated_at\":\"2025-10-30T16:22:21.162635Z\", \"source\":{\"subnet_id\":\"28394509-5e6b-4a35-abde-680e3d38cb46\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"27adfd84-c338-4356-82b0-000a0cef4837\", \"mac_address\":\"02:00:00:1F:1E:83\", \"name\":\"scw-tf-cluster-pool-tf-pool-484a82120083479f9e\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}, {\"id\":\"95d38f4a-5570-4b6f-bc45-4eb2d49ff948\", \"address\":\"172.18.100.3/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":false, \"created_at\":\"2025-10-30T16:22:21.040168Z\", \"updated_at\":\"2025-10-30T16:22:21.040168Z\", \"source\":{\"subnet_id\":\"69efb21f-5546-48f5-83df-aef63957de90\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"27adfd84-c338-4356-82b0-000a0cef4837\", \"mac_address\":\"02:00:00:1F:1E:83\", \"name\":\"scw-tf-cluster-pool-tf-pool-484a82120083479f9e\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}]}" headers: Content-Length: - - "757" + - "1123" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:26:33 GMT + - Thu, 30 Oct 2025 16:25:01 GMT Server: - Scaleway API Gateway (fr-par-3;edge03) X-Request-Id: - - afb8179e-32e1-4d5c-87ef-dff1d9fb2bc4 + - c81a4080-e4ef-47e3-9266-ed55a48755e8 status: 200 OK code: 200 - duration: 79.955051ms -- id: 169 + duration: 32.66162ms +- id: 69 request: proto: HTTP/1.1 proto_major: 1 @@ -5648,87 +2405,103 @@ interactions: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 757 - body: "{\"region\":\"fr-par\", \"id\":\"ed10ae0c-6203-42e9-acdc-0a3381bc3ae7\", \"cluster_id\":\"f81d0594-be8f-40e1-a0d6-8c99353f3055\", \"created_at\":\"2025-10-30T16:18:46.692174Z\", \"updated_at\":\"2025-10-30T16:25:02.009866Z\", \"name\":\"tf-pool\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[\"terraform-test\", \"data_scaleway_k8s_pool\", \"basic\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 754 + body: "{\"region\":\"fr-par\", \"id\":\"ed10ae0c-6203-42e9-acdc-0a3381bc3ae7\", \"cluster_id\":\"f81d0594-be8f-40e1-a0d6-8c99353f3055\", \"created_at\":\"2025-10-30T16:18:46.692174Z\", \"updated_at\":\"2025-10-30T16:24:03.761826Z\", \"name\":\"tf-pool\", \"status\":\"ready\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[\"terraform-test\", \"data_scaleway_k8s_pool\", \"basic\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" headers: Content-Length: - - "757" + - "754" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:26:38 GMT + - Thu, 30 Oct 2025 16:25:01 GMT Server: - Scaleway API Gateway (fr-par-3;edge03) X-Request-Id: - - d88bf954-3acc-4376-85e4-fb9f3e3b8dab + - df81d1cc-b87e-4e9a-9959-eff8c6eda879 status: 200 OK code: 200 - duration: 84.964053ms -- id: 170 + duration: 23.897021ms +- id: 70 request: proto: HTTP/1.1 proto_major: 1 proto_minor: 1 content_length: 0 host: api.scaleway.com + form: + name: + - tf-pool + order_by: + - created_at_asc + status: + - unknown headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/ed10ae0c-6203-42e9-acdc-0a3381bc3ae7 + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/f81d0594-be8f-40e1-a0d6-8c99353f3055/pools?name=tf-pool&order_by=created_at_asc&status=unknown method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 757 - body: "{\"region\":\"fr-par\", \"id\":\"ed10ae0c-6203-42e9-acdc-0a3381bc3ae7\", \"cluster_id\":\"f81d0594-be8f-40e1-a0d6-8c99353f3055\", \"created_at\":\"2025-10-30T16:18:46.692174Z\", \"updated_at\":\"2025-10-30T16:25:02.009866Z\", \"name\":\"tf-pool\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[\"terraform-test\", \"data_scaleway_k8s_pool\", \"basic\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 783 + body: "{\"total_count\":1, \"pools\":[{\"region\":\"fr-par\", \"id\":\"ed10ae0c-6203-42e9-acdc-0a3381bc3ae7\", \"cluster_id\":\"f81d0594-be8f-40e1-a0d6-8c99353f3055\", \"created_at\":\"2025-10-30T16:18:46.692174Z\", \"updated_at\":\"2025-10-30T16:24:03.761826Z\", \"name\":\"tf-pool\", \"status\":\"ready\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[\"terraform-test\", \"data_scaleway_k8s_pool\", \"basic\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}]}" headers: Content-Length: - - "757" + - "783" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:26:43 GMT + - Thu, 30 Oct 2025 16:25:01 GMT Server: - Scaleway API Gateway (fr-par-3;edge03) X-Request-Id: - - 98444f15-7b32-44bb-b595-ee81155f9828 + - f55dc3d8-346d-4de4-837e-8ab7bad2f5e0 status: 200 OK code: 200 - duration: 87.563862ms -- id: 171 + duration: 27.11499ms +- id: 71 request: proto: HTTP/1.1 proto_major: 1 proto_minor: 1 content_length: 0 host: api.scaleway.com + form: + order_by: + - created_at_asc + page: + - "1" + pool_id: + - ed10ae0c-6203-42e9-acdc-0a3381bc3ae7 + status: + - unknown headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/ed10ae0c-6203-42e9-acdc-0a3381bc3ae7 + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/f81d0594-be8f-40e1-a0d6-8c99353f3055/nodes?order_by=created_at_asc&page=1&pool_id=ed10ae0c-6203-42e9-acdc-0a3381bc3ae7&status=unknown method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 757 - body: "{\"region\":\"fr-par\", \"id\":\"ed10ae0c-6203-42e9-acdc-0a3381bc3ae7\", \"cluster_id\":\"f81d0594-be8f-40e1-a0d6-8c99353f3055\", \"created_at\":\"2025-10-30T16:18:46.692174Z\", \"updated_at\":\"2025-10-30T16:25:02.009866Z\", \"name\":\"tf-pool\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[\"terraform-test\", \"data_scaleway_k8s_pool\", \"basic\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 649 + body: "{\"total_count\":1, \"nodes\":[{\"region\":\"fr-par\", \"id\":\"484a8212-0083-479f-9e1b-eeaabea357a8\", \"cluster_id\":\"f81d0594-be8f-40e1-a0d6-8c99353f3055\", \"created_at\":\"2025-10-30T16:22:17.922768Z\", \"updated_at\":\"2025-10-30T16:24:58.184772Z\", \"pool_id\":\"ed10ae0c-6203-42e9-acdc-0a3381bc3ae7\", \"status\":\"ready\", \"conditions\":{\"DiskPressure\":\"False\", \"MemoryPressure\":\"False\", \"NetworkUnavailable\":\"False\", \"PIDPressure\":\"False\", \"Ready\":\"True\"}, \"name\":\"scw-tf-cluster-pool-tf-pool-484a82120083479f9e\", \"public_ip_v4\":\"51.15.230.164\", \"public_ip_v6\":null, \"provider_id\":\"scaleway://instance/fr-par-1/5edb9a82-efcc-4293-98e4-3009c814813b\", \"error_message\":\"\"}]}" headers: Content-Length: - - "757" + - "649" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:26:48 GMT + - Thu, 30 Oct 2025 16:25:01 GMT Server: - Scaleway API Gateway (fr-par-3;edge03) X-Request-Id: - - b1afc8c7-3e3a-49c0-9b88-98903a960c01 + - b2c28338-7fa5-4c1d-93ae-657fe090459c status: 200 OK code: 200 - duration: 86.307394ms -- id: 172 + duration: 31.405843ms +- id: 72 request: proto: HTTP/1.1 proto_major: 1 @@ -5744,23 +2517,23 @@ interactions: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 757 - body: "{\"region\":\"fr-par\", \"id\":\"ed10ae0c-6203-42e9-acdc-0a3381bc3ae7\", \"cluster_id\":\"f81d0594-be8f-40e1-a0d6-8c99353f3055\", \"created_at\":\"2025-10-30T16:18:46.692174Z\", \"updated_at\":\"2025-10-30T16:25:02.009866Z\", \"name\":\"tf-pool\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[\"terraform-test\", \"data_scaleway_k8s_pool\", \"basic\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 754 + body: "{\"region\":\"fr-par\", \"id\":\"ed10ae0c-6203-42e9-acdc-0a3381bc3ae7\", \"cluster_id\":\"f81d0594-be8f-40e1-a0d6-8c99353f3055\", \"created_at\":\"2025-10-30T16:18:46.692174Z\", \"updated_at\":\"2025-10-30T16:24:03.761826Z\", \"name\":\"tf-pool\", \"status\":\"ready\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[\"terraform-test\", \"data_scaleway_k8s_pool\", \"basic\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" headers: Content-Length: - - "757" + - "754" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:26:54 GMT + - Thu, 30 Oct 2025 16:25:01 GMT Server: - Scaleway API Gateway (fr-par-3;edge03) X-Request-Id: - - 390ab677-88d9-4488-9622-a1653ba008b3 + - 8c696d0a-86ca-4e09-a74a-4159d5044a19 status: 200 OK code: 200 - duration: 96.38106ms -- id: 173 + duration: 92.696114ms +- id: 73 request: proto: HTTP/1.1 proto_major: 1 @@ -5770,93 +2543,111 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/ed10ae0c-6203-42e9-acdc-0a3381bc3ae7 + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/f81d0594-be8f-40e1-a0d6-8c99353f3055 method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 757 - body: "{\"region\":\"fr-par\", \"id\":\"ed10ae0c-6203-42e9-acdc-0a3381bc3ae7\", \"cluster_id\":\"f81d0594-be8f-40e1-a0d6-8c99353f3055\", \"created_at\":\"2025-10-30T16:18:46.692174Z\", \"updated_at\":\"2025-10-30T16:25:02.009866Z\", \"name\":\"tf-pool\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[\"terraform-test\", \"data_scaleway_k8s_pool\", \"basic\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 1634 + body: "{\"region\":\"fr-par\", \"id\":\"f81d0594-be8f-40e1-a0d6-8c99353f3055\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:41.215920Z\", \"updated_at\":\"2025-10-30T16:24:56.468672Z\", \"type\":\"kapsule\", \"name\":\"tf-cluster-pool\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"data_scaleway_k8s_cluster\", \"basic\"], \"cluster_url\":\"https://f81d0594-be8f-40e1-a0d6-8c99353f3055.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.f81d0594-be8f-40e1-a0d6-8c99353f3055.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"28ed0f4c-4af6-4e05-a656-423bf86b40b4\", \"commitment_ends_at\":\"2025-10-30T16:18:41.215928Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"9133dff4-7a9a-4f48-bcc0-8a046b7067e6\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" headers: Content-Length: - - "757" + - "1634" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:26:59 GMT + - Thu, 30 Oct 2025 16:25:01 GMT Server: - Scaleway API Gateway (fr-par-3;edge03) X-Request-Id: - - c4f27271-412b-43c6-a1f5-0a3005e8a87e + - 5fedd786-10d8-4722-9212-9ad32df695f9 status: 200 OK code: 200 - duration: 106.262175ms -- id: 174 + duration: 65.382181ms +- id: 74 request: proto: HTTP/1.1 proto_major: 1 proto_minor: 1 content_length: 0 host: api.scaleway.com + form: + order_by: + - created_at_asc + page: + - "1" + pool_id: + - ed10ae0c-6203-42e9-acdc-0a3381bc3ae7 + status: + - unknown headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/ed10ae0c-6203-42e9-acdc-0a3381bc3ae7 + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/f81d0594-be8f-40e1-a0d6-8c99353f3055/nodes?order_by=created_at_asc&page=1&pool_id=ed10ae0c-6203-42e9-acdc-0a3381bc3ae7&status=unknown method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 757 - body: "{\"region\":\"fr-par\", \"id\":\"ed10ae0c-6203-42e9-acdc-0a3381bc3ae7\", \"cluster_id\":\"f81d0594-be8f-40e1-a0d6-8c99353f3055\", \"created_at\":\"2025-10-30T16:18:46.692174Z\", \"updated_at\":\"2025-10-30T16:25:02.009866Z\", \"name\":\"tf-pool\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[\"terraform-test\", \"data_scaleway_k8s_pool\", \"basic\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 649 + body: "{\"total_count\":1, \"nodes\":[{\"region\":\"fr-par\", \"id\":\"484a8212-0083-479f-9e1b-eeaabea357a8\", \"cluster_id\":\"f81d0594-be8f-40e1-a0d6-8c99353f3055\", \"created_at\":\"2025-10-30T16:22:17.922768Z\", \"updated_at\":\"2025-10-30T16:24:58.184772Z\", \"pool_id\":\"ed10ae0c-6203-42e9-acdc-0a3381bc3ae7\", \"status\":\"ready\", \"conditions\":{\"DiskPressure\":\"False\", \"MemoryPressure\":\"False\", \"NetworkUnavailable\":\"False\", \"PIDPressure\":\"False\", \"Ready\":\"True\"}, \"name\":\"scw-tf-cluster-pool-tf-pool-484a82120083479f9e\", \"public_ip_v4\":\"51.15.230.164\", \"public_ip_v6\":null, \"provider_id\":\"scaleway://instance/fr-par-1/5edb9a82-efcc-4293-98e4-3009c814813b\", \"error_message\":\"\"}]}" headers: Content-Length: - - "757" + - "649" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:27:04 GMT + - Thu, 30 Oct 2025 16:25:01 GMT Server: - Scaleway API Gateway (fr-par-3;edge03) X-Request-Id: - - 54a65963-7531-43f4-8b88-3c73f71872ce + - ec21db60-e52e-46c5-83a0-a2d6b02901c2 status: 200 OK code: 200 - duration: 79.569498ms -- id: 175 + duration: 27.950398ms +- id: 75 request: proto: HTTP/1.1 proto_major: 1 proto_minor: 1 content_length: 0 host: api.scaleway.com + form: + order_by: + - created_at_desc + project_id: + - 105bdce1-64c0-48ab-899d-868455867ecf + resource_name: + - scw-tf-cluster-pool-tf-pool-484a82120083479f9e + resource_type: + - unknown_type headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/ed10ae0c-6203-42e9-acdc-0a3381bc3ae7 + url: https://api.scaleway.com/ipam/v1/regions/fr-par/ips?order_by=created_at_desc&project_id=105bdce1-64c0-48ab-899d-868455867ecf&resource_name=scw-tf-cluster-pool-tf-pool-484a82120083479f9e&resource_type=unknown_type method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 757 - body: "{\"region\":\"fr-par\", \"id\":\"ed10ae0c-6203-42e9-acdc-0a3381bc3ae7\", \"cluster_id\":\"f81d0594-be8f-40e1-a0d6-8c99353f3055\", \"created_at\":\"2025-10-30T16:18:46.692174Z\", \"updated_at\":\"2025-10-30T16:25:02.009866Z\", \"name\":\"tf-pool\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[\"terraform-test\", \"data_scaleway_k8s_pool\", \"basic\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 1123 + body: "{\"total_count\":2, \"ips\":[{\"id\":\"fd701627-2304-4588-a2b9-cb6814399727\", \"address\":\"fd5f:519c:6d46:2576:2854:c3eb:4592:7809/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":true, \"created_at\":\"2025-10-30T16:22:21.162635Z\", \"updated_at\":\"2025-10-30T16:22:21.162635Z\", \"source\":{\"subnet_id\":\"28394509-5e6b-4a35-abde-680e3d38cb46\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"27adfd84-c338-4356-82b0-000a0cef4837\", \"mac_address\":\"02:00:00:1F:1E:83\", \"name\":\"scw-tf-cluster-pool-tf-pool-484a82120083479f9e\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}, {\"id\":\"95d38f4a-5570-4b6f-bc45-4eb2d49ff948\", \"address\":\"172.18.100.3/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":false, \"created_at\":\"2025-10-30T16:22:21.040168Z\", \"updated_at\":\"2025-10-30T16:22:21.040168Z\", \"source\":{\"subnet_id\":\"69efb21f-5546-48f5-83df-aef63957de90\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"27adfd84-c338-4356-82b0-000a0cef4837\", \"mac_address\":\"02:00:00:1F:1E:83\", \"name\":\"scw-tf-cluster-pool-tf-pool-484a82120083479f9e\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}]}" headers: Content-Length: - - "757" + - "1123" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:27:09 GMT + - Thu, 30 Oct 2025 16:25:01 GMT Server: - Scaleway API Gateway (fr-par-3;edge03) X-Request-Id: - - ef529ea3-4361-4e87-b6b4-5447d9014fb9 + - c63d7976-9629-4711-938b-1a4e90b7d136 status: 200 OK code: 200 - duration: 96.652359ms -- id: 176 + duration: 26.457015ms +- id: 76 request: proto: HTTP/1.1 proto_major: 1 @@ -5866,61 +2657,70 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/ed10ae0c-6203-42e9-acdc-0a3381bc3ae7 + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/f81d0594-be8f-40e1-a0d6-8c99353f3055 method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 757 - body: "{\"region\":\"fr-par\", \"id\":\"ed10ae0c-6203-42e9-acdc-0a3381bc3ae7\", \"cluster_id\":\"f81d0594-be8f-40e1-a0d6-8c99353f3055\", \"created_at\":\"2025-10-30T16:18:46.692174Z\", \"updated_at\":\"2025-10-30T16:25:02.009866Z\", \"name\":\"tf-pool\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[\"terraform-test\", \"data_scaleway_k8s_pool\", \"basic\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 1634 + body: "{\"region\":\"fr-par\", \"id\":\"f81d0594-be8f-40e1-a0d6-8c99353f3055\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:41.215920Z\", \"updated_at\":\"2025-10-30T16:24:56.468672Z\", \"type\":\"kapsule\", \"name\":\"tf-cluster-pool\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"data_scaleway_k8s_cluster\", \"basic\"], \"cluster_url\":\"https://f81d0594-be8f-40e1-a0d6-8c99353f3055.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.f81d0594-be8f-40e1-a0d6-8c99353f3055.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"28ed0f4c-4af6-4e05-a656-423bf86b40b4\", \"commitment_ends_at\":\"2025-10-30T16:18:41.215928Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"9133dff4-7a9a-4f48-bcc0-8a046b7067e6\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" headers: Content-Length: - - "757" + - "1634" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:27:14 GMT + - Thu, 30 Oct 2025 16:25:01 GMT Server: - Scaleway API Gateway (fr-par-3;edge03) X-Request-Id: - - 12d7a030-730f-4321-b88d-df6c5bddb9a9 + - 455f4639-68aa-4493-9b1f-d6c32853be01 status: 200 OK code: 200 - duration: 92.997169ms -- id: 177 + duration: 18.322017ms +- id: 77 request: proto: HTTP/1.1 proto_major: 1 proto_minor: 1 content_length: 0 host: api.scaleway.com + form: + order_by: + - created_at_desc + project_id: + - 105bdce1-64c0-48ab-899d-868455867ecf + resource_name: + - scw-tf-cluster-pool-tf-pool-484a82120083479f9e + resource_type: + - unknown_type headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/ed10ae0c-6203-42e9-acdc-0a3381bc3ae7 + url: https://api.scaleway.com/ipam/v1/regions/fr-par/ips?order_by=created_at_desc&project_id=105bdce1-64c0-48ab-899d-868455867ecf&resource_name=scw-tf-cluster-pool-tf-pool-484a82120083479f9e&resource_type=unknown_type method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 757 - body: "{\"region\":\"fr-par\", \"id\":\"ed10ae0c-6203-42e9-acdc-0a3381bc3ae7\", \"cluster_id\":\"f81d0594-be8f-40e1-a0d6-8c99353f3055\", \"created_at\":\"2025-10-30T16:18:46.692174Z\", \"updated_at\":\"2025-10-30T16:25:02.009866Z\", \"name\":\"tf-pool\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"dev1_m\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[\"terraform-test\", \"data_scaleway_k8s_pool\", \"basic\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"l_ssd\", \"root_volume_size\":40000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 1123 + body: "{\"total_count\":2, \"ips\":[{\"id\":\"fd701627-2304-4588-a2b9-cb6814399727\", \"address\":\"fd5f:519c:6d46:2576:2854:c3eb:4592:7809/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":true, \"created_at\":\"2025-10-30T16:22:21.162635Z\", \"updated_at\":\"2025-10-30T16:22:21.162635Z\", \"source\":{\"subnet_id\":\"28394509-5e6b-4a35-abde-680e3d38cb46\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"27adfd84-c338-4356-82b0-000a0cef4837\", \"mac_address\":\"02:00:00:1F:1E:83\", \"name\":\"scw-tf-cluster-pool-tf-pool-484a82120083479f9e\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}, {\"id\":\"95d38f4a-5570-4b6f-bc45-4eb2d49ff948\", \"address\":\"172.18.100.3/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":false, \"created_at\":\"2025-10-30T16:22:21.040168Z\", \"updated_at\":\"2025-10-30T16:22:21.040168Z\", \"source\":{\"subnet_id\":\"69efb21f-5546-48f5-83df-aef63957de90\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"27adfd84-c338-4356-82b0-000a0cef4837\", \"mac_address\":\"02:00:00:1F:1E:83\", \"name\":\"scw-tf-cluster-pool-tf-pool-484a82120083479f9e\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}]}" headers: Content-Length: - - "757" + - "1123" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:27:19 GMT + - Thu, 30 Oct 2025 16:25:01 GMT Server: - Scaleway API Gateway (fr-par-3;edge03) X-Request-Id: - - 4244e044-dc5f-470c-93f5-f20976b08e03 + - 5fdc74da-ed09-4df6-8b8e-9da00f37648f status: 200 OK code: 200 - duration: 79.422181ms -- id: 178 + duration: 35.465462ms +- id: 78 request: proto: HTTP/1.1 proto_major: 1 @@ -5931,7 +2731,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/ed10ae0c-6203-42e9-acdc-0a3381bc3ae7 - method: GET + method: DELETE response: proto: HTTP/2.0 proto_major: 2 @@ -5944,15 +2744,15 @@ interactions: Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:27:24 GMT + - Thu, 30 Oct 2025 16:25:02 GMT Server: - Scaleway API Gateway (fr-par-3;edge03) X-Request-Id: - - 20893132-9508-4d9d-b59e-22f9da2feb10 + - c2cff11e-8619-4e6a-be91-bee6b4c8d1f7 status: 200 OK code: 200 - duration: 80.602105ms -- id: 179 + duration: 57.641563ms +- id: 79 request: proto: HTTP/1.1 proto_major: 1 @@ -5976,15 +2776,15 @@ interactions: Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:27:29 GMT + - Thu, 30 Oct 2025 16:25:02 GMT Server: - Scaleway API Gateway (fr-par-3;edge03) X-Request-Id: - - 4c30f1c4-2514-45a6-9c5d-9b14e3ad141b + - c46ef912-7be5-465e-8a51-7699046c1aee status: 200 OK code: 200 - duration: 83.480588ms -- id: 180 + duration: 20.724676ms +- id: 80 request: proto: HTTP/1.1 proto_major: 1 @@ -6016,7 +2816,7 @@ interactions: status: 404 Not Found code: 404 duration: 32.021118ms -- id: 181 +- id: 81 request: proto: HTTP/1.1 proto_major: 1 @@ -6051,7 +2851,7 @@ interactions: status: 200 OK code: 200 duration: 149.651248ms -- id: 182 +- id: 82 request: proto: HTTP/1.1 proto_major: 1 @@ -6083,71 +2883,7 @@ interactions: status: 200 OK code: 200 duration: 85.289002ms -- id: 183 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/f81d0594-be8f-40e1-a0d6-8c99353f3055 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1637 - body: "{\"region\":\"fr-par\", \"id\":\"f81d0594-be8f-40e1-a0d6-8c99353f3055\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:41.215920Z\", \"updated_at\":\"2025-10-30T16:27:34.797181Z\", \"type\":\"kapsule\", \"name\":\"tf-cluster-pool\", \"description\":\"\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"data_scaleway_k8s_cluster\", \"basic\"], \"cluster_url\":\"https://f81d0594-be8f-40e1-a0d6-8c99353f3055.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.f81d0594-be8f-40e1-a0d6-8c99353f3055.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"28ed0f4c-4af6-4e05-a656-423bf86b40b4\", \"commitment_ends_at\":\"2025-10-30T16:18:41.215928Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"9133dff4-7a9a-4f48-bcc0-8a046b7067e6\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1637" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:27:40 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - b8af7a37-a47e-4417-88c2-1a3a014e7edd - status: 200 OK - code: 200 - duration: 183.83268ms -- id: 184 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/f81d0594-be8f-40e1-a0d6-8c99353f3055 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1637 - body: "{\"region\":\"fr-par\", \"id\":\"f81d0594-be8f-40e1-a0d6-8c99353f3055\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:41.215920Z\", \"updated_at\":\"2025-10-30T16:27:34.797181Z\", \"type\":\"kapsule\", \"name\":\"tf-cluster-pool\", \"description\":\"\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"data_scaleway_k8s_cluster\", \"basic\"], \"cluster_url\":\"https://f81d0594-be8f-40e1-a0d6-8c99353f3055.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.f81d0594-be8f-40e1-a0d6-8c99353f3055.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"28ed0f4c-4af6-4e05-a656-423bf86b40b4\", \"commitment_ends_at\":\"2025-10-30T16:18:41.215928Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"9133dff4-7a9a-4f48-bcc0-8a046b7067e6\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1637" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:27:45 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 7501c1c2-7163-4d44-af7b-38723f487638 - status: 200 OK - code: 200 - duration: 127.807301ms -- id: 185 +- id: 83 request: proto: HTTP/1.1 proto_major: 1 @@ -6179,7 +2915,7 @@ interactions: status: 404 Not Found code: 404 duration: 34.400845ms -- id: 186 +- id: 84 request: proto: HTTP/1.1 proto_major: 1 @@ -6209,7 +2945,7 @@ interactions: status: 204 No Content code: 204 duration: 1.196589984s -- id: 187 +- id: 85 request: proto: HTTP/1.1 proto_major: 1 @@ -6239,7 +2975,7 @@ interactions: status: 204 No Content code: 204 duration: 182.840629ms -- id: 188 +- id: 86 request: proto: HTTP/1.1 proto_major: 1 @@ -6271,7 +3007,7 @@ interactions: status: 404 Not Found code: 404 duration: 98.452057ms -- id: 189 +- id: 87 request: proto: HTTP/1.1 proto_major: 1 @@ -6303,7 +3039,7 @@ interactions: status: 404 Not Found code: 404 duration: 25.88961ms -- id: 190 +- id: 88 request: proto: HTTP/1.1 proto_major: 1 diff --git a/internal/services/k8s/testdata/pool-basic.cassette.yaml b/internal/services/k8s/testdata/pool-basic.cassette.yaml index c7dd975dac..eb4a1cc2a9 100644 --- a/internal/services/k8s/testdata/pool-basic.cassette.yaml +++ b/internal/services/k8s/testdata/pool-basic.cassette.yaml @@ -484,22 +484,22 @@ interactions: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 767 - body: "{\"region\":\"fr-par\", \"id\":\"76a92752-3eea-4625-b05e-532277914a3a\", \"cluster_id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"created_at\":\"2025-10-30T16:18:53.744787Z\", \"updated_at\":\"2025-10-30T16:18:53.744787Z\", \"name\":\"test-pool-minimal\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"default\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 765 + body: "{\"region\":\"fr-par\", \"id\":\"76a92752-3eea-4625-b05e-532277914a3a\", \"cluster_id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"created_at\":\"2025-10-30T16:18:53.744787Z\", \"updated_at\":\"2025-10-30T16:25:33.360930Z\", \"name\":\"test-pool-minimal\", \"status\":\"ready\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"default\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" headers: Content-Length: - - "767" + - "765" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:18:58 GMT + - Thu, 30 Oct 2025 16:25:36 GMT Server: - Scaleway API Gateway (fr-par-3;edge03) X-Request-Id: - - a10a2597-295a-4f2f-b7fa-dfb3f4e3ae92 + - 5d7ca29c-ca34-458f-98fd-5bccb9e9bcfd status: 200 OK code: 200 - duration: 89.532165ms + duration: 110.68699ms - id: 15 request: proto: HTTP/1.1 @@ -510,28 +510,28 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/76a92752-3eea-4625-b05e-532277914a3a + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/bd51a0ad-80a1-4d46-8acb-9adaa4108410 method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 767 - body: "{\"region\":\"fr-par\", \"id\":\"76a92752-3eea-4625-b05e-532277914a3a\", \"cluster_id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"created_at\":\"2025-10-30T16:18:53.744787Z\", \"updated_at\":\"2025-10-30T16:18:53.744787Z\", \"name\":\"test-pool-minimal\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"default\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 1633 + body: "{\"region\":\"fr-par\", \"id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:48.262115Z\", \"updated_at\":\"2025-10-30T16:20:59.041275Z\", \"type\":\"kapsule\", \"name\":\"test-pool-minimal\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"calico\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"minimal\"], \"cluster_url\":\"https://bd51a0ad-80a1-4d46-8acb-9adaa4108410.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.bd51a0ad-80a1-4d46-8acb-9adaa4108410.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"dd4ca113-1e98-4ef4-851b-44e9acdda76c\", \"commitment_ends_at\":\"2025-10-30T16:18:48.262121Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"1797d43b-5d04-471b-80f7-5036f26b7d01\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" headers: Content-Length: - - "767" + - "1633" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:19:04 GMT + - Thu, 30 Oct 2025 16:25:36 GMT Server: - Scaleway API Gateway (fr-par-3;edge03) X-Request-Id: - - 6ae15c50-bb51-4385-aea4-c990fc5eeb2c + - 2f9cc151-bc30-4869-befd-9f47a0ee95c0 status: 200 OK code: 200 - duration: 96.897408ms + duration: 25.465433ms - id: 16 request: proto: HTTP/1.1 @@ -548,22 +548,22 @@ interactions: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 767 - body: "{\"region\":\"fr-par\", \"id\":\"76a92752-3eea-4625-b05e-532277914a3a\", \"cluster_id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"created_at\":\"2025-10-30T16:18:53.744787Z\", \"updated_at\":\"2025-10-30T16:18:53.744787Z\", \"name\":\"test-pool-minimal\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"default\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 765 + body: "{\"region\":\"fr-par\", \"id\":\"76a92752-3eea-4625-b05e-532277914a3a\", \"cluster_id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"created_at\":\"2025-10-30T16:18:53.744787Z\", \"updated_at\":\"2025-10-30T16:25:33.360930Z\", \"name\":\"test-pool-minimal\", \"status\":\"ready\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"default\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" headers: Content-Length: - - "767" + - "765" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:19:09 GMT + - Thu, 30 Oct 2025 16:25:36 GMT Server: - Scaleway API Gateway (fr-par-3;edge03) X-Request-Id: - - 31856a11-28e8-46cd-b774-0ab4a02493f6 + - 482da155-7a1b-4b17-b27d-f2e91b44002a status: 200 OK code: 200 - duration: 96.556167ms + duration: 95.201456ms - id: 17 request: proto: HTTP/1.1 @@ -571,31 +571,40 @@ interactions: proto_minor: 1 content_length: 0 host: api.scaleway.com + form: + order_by: + - created_at_asc + page: + - "1" + pool_id: + - 76a92752-3eea-4625-b05e-532277914a3a + status: + - unknown headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/76a92752-3eea-4625-b05e-532277914a3a + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/bd51a0ad-80a1-4d46-8acb-9adaa4108410/nodes?order_by=created_at_asc&page=1&pool_id=76a92752-3eea-4625-b05e-532277914a3a&status=unknown method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 767 - body: "{\"region\":\"fr-par\", \"id\":\"76a92752-3eea-4625-b05e-532277914a3a\", \"cluster_id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"created_at\":\"2025-10-30T16:18:53.744787Z\", \"updated_at\":\"2025-10-30T16:18:53.744787Z\", \"name\":\"test-pool-minimal\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"default\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 619 + body: "{\"total_count\":1, \"nodes\":[{\"region\":\"fr-par\", \"id\":\"21553d0d-15c0-4b71-b557-7efd0d478398\", \"cluster_id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"created_at\":\"2025-10-30T16:24:58.266436Z\", \"updated_at\":\"2025-10-30T16:25:33.345091Z\", \"pool_id\":\"76a92752-3eea-4625-b05e-532277914a3a\", \"status\":\"ready\", \"conditions\":{\"DiskPressure\":\"False\", \"MemoryPressure\":\"False\", \"PIDPressure\":\"False\", \"Ready\":\"True\"}, \"name\":\"scw-test-pool-minimal-test-pool-minimal-21553d\", \"public_ip_v4\":\"51.15.236.240\", \"public_ip_v6\":null, \"provider_id\":\"scaleway://instance/fr-par-1/fb51e515-671f-4e80-875b-52c3de6157e9\", \"error_message\":\"\"}]}" headers: Content-Length: - - "767" + - "619" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:19:14 GMT + - Thu, 30 Oct 2025 16:25:36 GMT Server: - Scaleway API Gateway (fr-par-3;edge03) X-Request-Id: - - 410ab2a0-1423-405f-b4f2-3dc7c4d2276d + - dd488fcb-2539-4960-8ee7-5c3dd0aeb6c1 status: 200 OK code: 200 - duration: 89.968804ms + duration: 28.043513ms - id: 18 request: proto: HTTP/1.1 @@ -606,28 +615,28 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/76a92752-3eea-4625-b05e-532277914a3a + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/bd51a0ad-80a1-4d46-8acb-9adaa4108410 method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 767 - body: "{\"region\":\"fr-par\", \"id\":\"76a92752-3eea-4625-b05e-532277914a3a\", \"cluster_id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"created_at\":\"2025-10-30T16:18:53.744787Z\", \"updated_at\":\"2025-10-30T16:18:53.744787Z\", \"name\":\"test-pool-minimal\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"default\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 1633 + body: "{\"region\":\"fr-par\", \"id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:48.262115Z\", \"updated_at\":\"2025-10-30T16:20:59.041275Z\", \"type\":\"kapsule\", \"name\":\"test-pool-minimal\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"calico\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"minimal\"], \"cluster_url\":\"https://bd51a0ad-80a1-4d46-8acb-9adaa4108410.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.bd51a0ad-80a1-4d46-8acb-9adaa4108410.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"dd4ca113-1e98-4ef4-851b-44e9acdda76c\", \"commitment_ends_at\":\"2025-10-30T16:18:48.262121Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"1797d43b-5d04-471b-80f7-5036f26b7d01\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" headers: Content-Length: - - "767" + - "1633" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:19:19 GMT + - Thu, 30 Oct 2025 16:25:36 GMT Server: - Scaleway API Gateway (fr-par-3;edge03) X-Request-Id: - - 4eb136e4-0997-477c-958d-1414515e3494 + - ec3e6ceb-542f-41f2-b734-a1e38d236ff6 status: 200 OK code: 200 - duration: 81.250332ms + duration: 20.462675ms - id: 19 request: proto: HTTP/1.1 @@ -635,31 +644,40 @@ interactions: proto_minor: 1 content_length: 0 host: api.scaleway.com + form: + order_by: + - created_at_desc + project_id: + - 105bdce1-64c0-48ab-899d-868455867ecf + resource_name: + - scw-test-pool-minimal-test-pool-minimal-21553d + resource_type: + - unknown_type headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/76a92752-3eea-4625-b05e-532277914a3a + url: https://api.scaleway.com/ipam/v1/regions/fr-par/ips?order_by=created_at_desc&project_id=105bdce1-64c0-48ab-899d-868455867ecf&resource_name=scw-test-pool-minimal-test-pool-minimal-21553d&resource_type=unknown_type method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 767 - body: "{\"region\":\"fr-par\", \"id\":\"76a92752-3eea-4625-b05e-532277914a3a\", \"cluster_id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"created_at\":\"2025-10-30T16:18:53.744787Z\", \"updated_at\":\"2025-10-30T16:18:53.744787Z\", \"name\":\"test-pool-minimal\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"default\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 1122 + body: "{\"total_count\":2, \"ips\":[{\"id\":\"28c1d7a8-0419-4979-8eec-043331fe2c84\", \"address\":\"fd5f:519c:6d46:22e5:34fe:8c68:418c:3ac7/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":true, \"created_at\":\"2025-10-30T16:25:01.810746Z\", \"updated_at\":\"2025-10-30T16:25:01.810746Z\", \"source\":{\"subnet_id\":\"d7af6fd0-cb67-4b07-9c7f-5555b52eee58\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"a36f58d2-bfe1-4eca-86d9-f9c78f19628f\", \"mac_address\":\"02:00:00:1A:35:26\", \"name\":\"scw-test-pool-minimal-test-pool-minimal-21553d\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}, {\"id\":\"454ad022-4c4c-4a26-b209-e5a4b0c0f6b7\", \"address\":\"172.18.88.3/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":false, \"created_at\":\"2025-10-30T16:25:01.646647Z\", \"updated_at\":\"2025-10-30T16:25:01.646647Z\", \"source\":{\"subnet_id\":\"0bede021-b29d-4922-8b51-970671def39d\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"a36f58d2-bfe1-4eca-86d9-f9c78f19628f\", \"mac_address\":\"02:00:00:1A:35:26\", \"name\":\"scw-test-pool-minimal-test-pool-minimal-21553d\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}]}" headers: Content-Length: - - "767" + - "1122" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:19:24 GMT + - Thu, 30 Oct 2025 16:25:36 GMT Server: - Scaleway API Gateway (fr-par-3;edge03) X-Request-Id: - - dfc8364b-5468-4ab0-9461-24a9f7deabd9 + - dfa8488e-527a-40d9-980f-00bfdd167a30 status: 200 OK code: 200 - duration: 75.694474ms + duration: 49.703434ms - id: 20 request: proto: HTTP/1.1 @@ -670,28 +688,28 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/76a92752-3eea-4625-b05e-532277914a3a + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/bd51a0ad-80a1-4d46-8acb-9adaa4108410 method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 767 - body: "{\"region\":\"fr-par\", \"id\":\"76a92752-3eea-4625-b05e-532277914a3a\", \"cluster_id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"created_at\":\"2025-10-30T16:18:53.744787Z\", \"updated_at\":\"2025-10-30T16:18:53.744787Z\", \"name\":\"test-pool-minimal\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"default\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 1633 + body: "{\"region\":\"fr-par\", \"id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:48.262115Z\", \"updated_at\":\"2025-10-30T16:20:59.041275Z\", \"type\":\"kapsule\", \"name\":\"test-pool-minimal\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"calico\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"minimal\"], \"cluster_url\":\"https://bd51a0ad-80a1-4d46-8acb-9adaa4108410.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.bd51a0ad-80a1-4d46-8acb-9adaa4108410.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"dd4ca113-1e98-4ef4-851b-44e9acdda76c\", \"commitment_ends_at\":\"2025-10-30T16:18:48.262121Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"1797d43b-5d04-471b-80f7-5036f26b7d01\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" headers: Content-Length: - - "767" + - "1633" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:19:29 GMT + - Thu, 30 Oct 2025 16:25:36 GMT Server: - Scaleway API Gateway (fr-par-3;edge03) X-Request-Id: - - c71de594-56b3-49c7-80ce-2a9b942da363 + - 64d1d56f-4e72-4fe4-83e3-09e86f54a60d status: 200 OK code: 200 - duration: 90.571686ms + duration: 23.37466ms - id: 21 request: proto: HTTP/1.1 @@ -708,22 +726,22 @@ interactions: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 767 - body: "{\"region\":\"fr-par\", \"id\":\"76a92752-3eea-4625-b05e-532277914a3a\", \"cluster_id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"created_at\":\"2025-10-30T16:18:53.744787Z\", \"updated_at\":\"2025-10-30T16:18:53.744787Z\", \"name\":\"test-pool-minimal\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"default\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 765 + body: "{\"region\":\"fr-par\", \"id\":\"76a92752-3eea-4625-b05e-532277914a3a\", \"cluster_id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"created_at\":\"2025-10-30T16:18:53.744787Z\", \"updated_at\":\"2025-10-30T16:25:33.360930Z\", \"name\":\"test-pool-minimal\", \"status\":\"ready\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"default\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" headers: Content-Length: - - "767" + - "765" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:19:34 GMT + - Thu, 30 Oct 2025 16:25:36 GMT Server: - Scaleway API Gateway (fr-par-3;edge03) X-Request-Id: - - 0d516861-9376-4daa-b410-602f3a6f8c57 + - 3c34ba54-b90a-4a7a-9e7b-973b19899d5c status: 200 OK code: 200 - duration: 74.269811ms + duration: 20.940803ms - id: 22 request: proto: HTTP/1.1 @@ -731,31 +749,38 @@ interactions: proto_minor: 1 content_length: 0 host: api.scaleway.com + form: + order_by: + - created_at_asc + pool_id: + - 76a92752-3eea-4625-b05e-532277914a3a + status: + - unknown headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/76a92752-3eea-4625-b05e-532277914a3a + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/bd51a0ad-80a1-4d46-8acb-9adaa4108410/nodes?order_by=created_at_asc&pool_id=76a92752-3eea-4625-b05e-532277914a3a&status=unknown method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 767 - body: "{\"region\":\"fr-par\", \"id\":\"76a92752-3eea-4625-b05e-532277914a3a\", \"cluster_id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"created_at\":\"2025-10-30T16:18:53.744787Z\", \"updated_at\":\"2025-10-30T16:18:53.744787Z\", \"name\":\"test-pool-minimal\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"default\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 619 + body: "{\"total_count\":1, \"nodes\":[{\"region\":\"fr-par\", \"id\":\"21553d0d-15c0-4b71-b557-7efd0d478398\", \"cluster_id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"created_at\":\"2025-10-30T16:24:58.266436Z\", \"updated_at\":\"2025-10-30T16:25:33.345091Z\", \"pool_id\":\"76a92752-3eea-4625-b05e-532277914a3a\", \"status\":\"ready\", \"conditions\":{\"DiskPressure\":\"False\", \"MemoryPressure\":\"False\", \"PIDPressure\":\"False\", \"Ready\":\"True\"}, \"name\":\"scw-test-pool-minimal-test-pool-minimal-21553d\", \"public_ip_v4\":\"51.15.236.240\", \"public_ip_v6\":null, \"provider_id\":\"scaleway://instance/fr-par-1/fb51e515-671f-4e80-875b-52c3de6157e9\", \"error_message\":\"\"}]}" headers: Content-Length: - - "767" + - "619" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:19:39 GMT + - Thu, 30 Oct 2025 16:25:36 GMT Server: - Scaleway API Gateway (fr-par-3;edge03) X-Request-Id: - - 81e022de-9d04-4a14-941f-4d5574d96362 + - fa91acdc-ad1b-425b-9db7-104140f86ee4 status: 200 OK code: 200 - duration: 98.417651ms + duration: 43.860318ms - id: 23 request: proto: HTTP/1.1 @@ -766,28 +791,28 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/76a92752-3eea-4625-b05e-532277914a3a + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/fb51e515-671f-4e80-875b-52c3de6157e9 method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 767 - body: "{\"region\":\"fr-par\", \"id\":\"76a92752-3eea-4625-b05e-532277914a3a\", \"cluster_id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"created_at\":\"2025-10-30T16:18:53.744787Z\", \"updated_at\":\"2025-10-30T16:18:53.744787Z\", \"name\":\"test-pool-minimal\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"default\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 3815 + body: "{\"server\": {\"id\": \"fb51e515-671f-4e80-875b-52c3de6157e9\", \"name\": \"scw-test-pool-minimal-test-pool-minimal-21553d\", \"arch\": \"x86_64\", \"commercial_type\": \"PRO2-XXS\", \"boot_type\": \"local\", \"organization\": \"105bdce1-64c0-48ab-899d-868455867ecf\", \"project\": \"105bdce1-64c0-48ab-899d-868455867ecf\", \"hostname\": \"scw-test-pool-minimal-test-pool-minimal-21553d\", \"image\": {\"id\": \"5b4b5f3f-c2a1-451e-8603-4c0179b4de03\", \"name\": \"k8s_base_node_instance\", \"organization\": \"51b656e3-4865-41e8-adbc-0c45bdd780db\", \"project\": \"51b656e3-4865-41e8-adbc-0c45bdd780db\", \"root_volume\": {\"volume_type\": \"sbs_snapshot\", \"id\": \"c6b09a14-4a4d-44cd-a772-4f235fef4826\", \"size\": 0, \"name\": \"\"}, \"extra_volumes\": {}, \"public\": true, \"arch\": \"x86_64\", \"creation_date\": \"2025-10-27T10:01:33.994085+00:00\", \"modification_date\": \"2025-10-27T10:01:33.994085+00:00\", \"default_bootscript\": null, \"from_server\": \"\", \"state\": \"available\", \"tags\": [], \"zone\": \"fr-par-1\"}, \"volumes\": {\"0\": {\"boot\": true, \"volume_type\": \"sbs_volume\", \"id\": \"bbd33d9f-6a04-4271-be87-174a742b855c\", \"state\": \"available\", \"zone\": \"fr-par-1\"}}, \"tags\": [\"kapsule=bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"pool=76a92752-3eea-4625-b05e-532277914a3a\", \"pool-name=test-pool-minimal\", \"runtime=containerd\", \"managed=true\", \"terraform-test\", \"scaleway_k8s_cluster\", \"default\", \"node=21553d0d-15c0-4b71-b557-7efd0d478398\"], \"state\": \"running\", \"protected\": false, \"state_detail\": \"booting kernel\", \"public_ip\": {\"id\": \"65a60f6b-fa89-4e49-bc25-fced17fa3df3\", \"address\": \"51.15.236.240\", \"dynamic\": false, \"gateway\": \"62.210.0.1\", \"netmask\": \"32\", \"family\": \"inet\", \"provisioning_mode\": \"dhcp\", \"tags\": [\"kapsule=bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"node-name=scw-test-pool-minimal-test-pool-minimal-21553d\"], \"state\": \"attached\", \"ipam_id\": \"d13243cf-f7a2-47a2-82cb-b82803e8ab66\"}, \"public_ips\": [{\"id\": \"65a60f6b-fa89-4e49-bc25-fced17fa3df3\", \"address\": \"51.15.236.240\", \"dynamic\": false, \"gateway\": \"62.210.0.1\", \"netmask\": \"32\", \"family\": \"inet\", \"provisioning_mode\": \"dhcp\", \"tags\": [\"kapsule=bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"node-name=scw-test-pool-minimal-test-pool-minimal-21553d\"], \"state\": \"attached\", \"ipam_id\": \"d13243cf-f7a2-47a2-82cb-b82803e8ab66\"}, {\"id\": \"6e0fde74-7588-46f5-9ca0-c0791b471188\", \"address\": \"2001:bc8:710:404b:dc00:ff:fed0:7057\", \"dynamic\": false, \"gateway\": \"fe80::dc00:ff:fed0:7058\", \"netmask\": \"64\", \"family\": \"inet6\", \"provisioning_mode\": \"slaac\", \"tags\": [\"kapsule=bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"node-name=scw-test-pool-minimal-test-pool-minimal-21553d\"], \"state\": \"attached\", \"ipam_id\": \"2df7f8b1-6bd3-43dd-b660-b453c3836e98\"}], \"mac_address\": \"de:00:00:d0:70:57\", \"routed_ip_enabled\": true, \"ipv6\": null, \"extra_networks\": [], \"dynamic_ip_required\": false, \"enable_ipv6\": false, \"private_ip\": null, \"creation_date\": \"2025-10-30T16:24:58.918229+00:00\", \"modification_date\": \"2025-10-30T16:25:05.142326+00:00\", \"bootscript\": null, \"security_group\": {\"id\": \"4ef16f7a-478c-4b72-b932-982f4b04974b\", \"name\": \"Kapsule default security group\"}, \"location\": {\"zone_id\": \"fr-par-1\", \"platform_id\": \"14\", \"cluster_id\": \"12\", \"hypervisor_id\": \"101\", \"node_id\": \"31\"}, \"maintenances\": [], \"allowed_actions\": [\"poweroff\", \"terminate\", \"reboot\", \"stop_in_place\", \"backup\"], \"placement_group\": null, \"private_nics\": [{\"id\": \"a36f58d2-bfe1-4eca-86d9-f9c78f19628f\", \"private_network_id\": \"dd4ca113-1e98-4ef4-851b-44e9acdda76c\", \"server_id\": \"fb51e515-671f-4e80-875b-52c3de6157e9\", \"mac_address\": \"02:00:00:1a:35:26\", \"state\": \"available\", \"creation_date\": \"2025-10-30T16:25:01.398380+00:00\", \"modification_date\": \"2025-10-30T16:25:01.565852+00:00\", \"zone\": \"fr-par-1\", \"tags\": [], \"ipam_ip_ids\": [\"454ad022-4c4c-4a26-b209-e5a4b0c0f6b7\", \"28c1d7a8-0419-4979-8eec-043331fe2c84\"]}], \"zone\": \"fr-par-1\", \"filesystems\": [], \"end_of_service\": false}}" headers: Content-Length: - - "767" + - "3815" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:19:44 GMT + - Thu, 30 Oct 2025 16:25:36 GMT Server: - Scaleway API Gateway (fr-par-3;edge03) X-Request-Id: - - 13074ec5-b423-4935-9285-50f08a100af3 + - 3fe0ff5c-f8d5-43ab-8636-85e66bd227df status: 200 OK code: 200 - duration: 76.618699ms + duration: 176.624041ms - id: 24 request: proto: HTTP/1.1 @@ -798,28 +823,28 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/76a92752-3eea-4625-b05e-532277914a3a + url: https://api.scaleway.com/vpc/v2/regions/fr-par/vpcs/fb5cd7b8-e592-4b6e-8216-66fca3c089b6 method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 767 - body: "{\"region\":\"fr-par\", \"id\":\"76a92752-3eea-4625-b05e-532277914a3a\", \"cluster_id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"created_at\":\"2025-10-30T16:18:53.744787Z\", \"updated_at\":\"2025-10-30T16:18:53.744787Z\", \"name\":\"test-pool-minimal\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"default\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 422 + body: "{\"id\":\"fb5cd7b8-e592-4b6e-8216-66fca3c089b6\", \"name\":\"tf-vpc-friendly-williams\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:47.163149Z\", \"updated_at\":\"2025-10-30T16:18:47.163149Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_default\":false, \"private_network_count\":1, \"routing_enabled\":true, \"custom_routes_propagation_enabled\":true, \"region\":\"fr-par\"}" headers: Content-Length: - - "767" + - "422" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:19:49 GMT + - Thu, 30 Oct 2025 16:25:37 GMT Server: - Scaleway API Gateway (fr-par-3;edge03) X-Request-Id: - - cd9b4e57-8a30-4037-8086-ad6afbdcd237 + - 9e5174e4-9a36-4be8-9d01-936649ea8cfd status: 200 OK code: 200 - duration: 93.313272ms + duration: 23.754283ms - id: 25 request: proto: HTTP/1.1 @@ -830,28 +855,28 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/76a92752-3eea-4625-b05e-532277914a3a + url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks/dd4ca113-1e98-4ef4-851b-44e9acdda76c method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 767 - body: "{\"region\":\"fr-par\", \"id\":\"76a92752-3eea-4625-b05e-532277914a3a\", \"cluster_id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"created_at\":\"2025-10-30T16:18:53.744787Z\", \"updated_at\":\"2025-10-30T16:18:53.744787Z\", \"name\":\"test-pool-minimal\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"default\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 1087 + body: "{\"id\":\"dd4ca113-1e98-4ef4-851b-44e9acdda76c\", \"name\":\"test-pool-minimal\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:47.286292Z\", \"updated_at\":\"2025-10-30T16:18:47.286292Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"subnets\":[{\"id\":\"0bede021-b29d-4922-8b51-970671def39d\", \"created_at\":\"2025-10-30T16:18:47.286292Z\", \"updated_at\":\"2025-10-30T16:18:47.286292Z\", \"subnet\":\"172.18.88.0/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"dd4ca113-1e98-4ef4-851b-44e9acdda76c\", \"vpc_id\":\"fb5cd7b8-e592-4b6e-8216-66fca3c089b6\"}, {\"id\":\"d7af6fd0-cb67-4b07-9c7f-5555b52eee58\", \"created_at\":\"2025-10-30T16:18:47.286292Z\", \"updated_at\":\"2025-10-30T16:18:47.286292Z\", \"subnet\":\"fd5f:519c:6d46:22e5::/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"dd4ca113-1e98-4ef4-851b-44e9acdda76c\", \"vpc_id\":\"fb5cd7b8-e592-4b6e-8216-66fca3c089b6\"}], \"vpc_id\":\"fb5cd7b8-e592-4b6e-8216-66fca3c089b6\", \"dhcp_enabled\":true, \"default_route_propagation_enabled\":false, \"region\":\"fr-par\"}" headers: Content-Length: - - "767" + - "1087" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:19:54 GMT + - Thu, 30 Oct 2025 16:25:37 GMT Server: - Scaleway API Gateway (fr-par-3;edge03) X-Request-Id: - - be00253e-d103-4ec4-af7c-3058ddbb6c72 + - 5671f70a-7ced-4a7f-8c1e-567acc4a2b36 status: 200 OK code: 200 - duration: 103.675119ms + duration: 23.90783ms - id: 26 request: proto: HTTP/1.1 @@ -862,28 +887,28 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/76a92752-3eea-4625-b05e-532277914a3a + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/bd51a0ad-80a1-4d46-8acb-9adaa4108410 method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 767 - body: "{\"region\":\"fr-par\", \"id\":\"76a92752-3eea-4625-b05e-532277914a3a\", \"cluster_id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"created_at\":\"2025-10-30T16:18:53.744787Z\", \"updated_at\":\"2025-10-30T16:18:53.744787Z\", \"name\":\"test-pool-minimal\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"default\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 1633 + body: "{\"region\":\"fr-par\", \"id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:48.262115Z\", \"updated_at\":\"2025-10-30T16:20:59.041275Z\", \"type\":\"kapsule\", \"name\":\"test-pool-minimal\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"calico\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"minimal\"], \"cluster_url\":\"https://bd51a0ad-80a1-4d46-8acb-9adaa4108410.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.bd51a0ad-80a1-4d46-8acb-9adaa4108410.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"dd4ca113-1e98-4ef4-851b-44e9acdda76c\", \"commitment_ends_at\":\"2025-10-30T16:18:48.262121Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"1797d43b-5d04-471b-80f7-5036f26b7d01\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" headers: Content-Length: - - "767" + - "1633" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:20:00 GMT + - Thu, 30 Oct 2025 16:25:37 GMT Server: - Scaleway API Gateway (fr-par-3;edge03) X-Request-Id: - - b0e1cb0f-4b0e-42de-8d76-b8aa5ebd0e42 + - f6b60025-f75a-430e-9b5b-1225626f60b5 status: 200 OK code: 200 - duration: 121.65277ms + duration: 23.8383ms - id: 27 request: proto: HTTP/1.1 @@ -894,28 +919,28 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/76a92752-3eea-4625-b05e-532277914a3a + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/bd51a0ad-80a1-4d46-8acb-9adaa4108410/kubeconfig method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 767 - body: "{\"region\":\"fr-par\", \"id\":\"76a92752-3eea-4625-b05e-532277914a3a\", \"cluster_id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"created_at\":\"2025-10-30T16:18:53.744787Z\", \"updated_at\":\"2025-10-30T16:18:53.744787Z\", \"name\":\"test-pool-minimal\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"default\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 1674 + body: "{\"name\":\"kubeconfig\", \"content_type\":\"application/octet-stream\", \"content\":\"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogInRlc3QtcG9vbC1taW5pbWFsIgogIGNsdXN0ZXI6CiAgICBjZXJ0aWZpY2F0ZS1hdXRob3JpdHktZGF0YTogTFMwdExTMUNSVWRKVGlCRFJWSlVTVVpKUTBGVVJTMHRMUzB0Q2sxSlNVSlhla05EUVZGSFowRjNTVUpCWjBsQ1FVUkJTMEpuWjNGb2EycFBVRkZSUkVGcVFWWk5VazEzUlZGWlJGWlJVVVJGZDNCeVpGZEtiR050Tld3S1pFZFdlazFDTkZoRVZFa3hUVlJCZVU5VVJUSk5WR2N3VDBadldFUlVUVEZOVkVGNVQxUkZNazFVWnpCUFJtOTNSbFJGVkUxQ1JVZEJNVlZGUVhoTlN3cGhNMVpwV2xoS2RWcFlVbXhqZWtKYVRVSk5SMEo1Y1VkVFRUUTVRV2RGUjBORGNVZFRUVFE1UVhkRlNFRXdTVUZDVDFJME1HNDFObkZ1TDJWQ2EwMVpDbVUzVW5aalZIZDFZbmd3ZVhZcmMySXhkMWRITWtKemFGcHpTbGw1VHpndlJFWkpiVGMzVm5RMk9YcDNNakJzZEdaQ1UyZHBSRmRwZVhKNVJXVldiV3dLU1d0eGJGVXZRMnBSYWtKQlRVRTBSMEV4VldSRWQwVkNMM2RSUlVGM1NVTndSRUZRUW1kT1ZraFNUVUpCWmpoRlFsUkJSRUZSU0M5TlFqQkhRVEZWWkFwRVoxRlhRa0pVUWxZck9XbEhiMEZUT1VwdlZtWXZkUzlxUnpnMVZWSkVOV2hxUVV0Q1oyZHhhR3RxVDFCUlVVUkJaMDVKUVVSQ1JrRnBRVEl4TW5Sb0NqWjRNMVk1YlZjMFZYTlBRM1owWWtnMk1XOUVXalpFVG1rMFVHeHdUVU5PU0ZaMWVsUjNTV2hCVDB4QlNXUkhaM1JTVFRSd0sxazNTREJYZUVVMFZrb0tlVTlQZEhaU2J6TjFkRU5TTjJWclJqZFlabmtLTFMwdExTMUZUa1FnUTBWU1ZFbEdTVU5CVkVVdExTMHRMUW89CiAgICBzZXJ2ZXI6IGh0dHBzOi8vYmQ1MWEwYWQtODBhMS00ZDQ2LThhY2ItOWFkYWE0MTA4NDEwLmFwaS5rOHMuZnItcGFyLnNjdy5jbG91ZDo2NDQzCmNvbnRleHRzOgotIG5hbWU6IGFkbWluQHRlc3QtcG9vbC1taW5pbWFsCiAgY29udGV4dDoKICAgIGNsdXN0ZXI6ICJ0ZXN0LXBvb2wtbWluaW1hbCIKICAgIHVzZXI6IHRlc3QtcG9vbC1taW5pbWFsLWFkbWluCmN1cnJlbnQtY29udGV4dDogYWRtaW5AdGVzdC1wb29sLW1pbmltYWwKa2luZDogQ29uZmlnCnByZWZlcmVuY2VzOiB7fQp1c2VyczoKLSBuYW1lOiB0ZXN0LXBvb2wtbWluaW1hbC1hZG1pbgogIHVzZXI6CiAgICB0b2tlbjogMVNaaGFUSGppY1Jid25EaVIzWHhwUDRJWENGMWJyWmlFMmZJMTBZQTBIR3JNV1dpdzE5SnROV2M=\"}" headers: Content-Length: - - "767" + - "1674" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:20:05 GMT + - Thu, 30 Oct 2025 16:25:37 GMT Server: - Scaleway API Gateway (fr-par-3;edge03) X-Request-Id: - - f818811a-79f0-4c0f-8422-159d9069b9d5 + - 4bc12707-fac2-4b92-bb55-fa9e00bbe43e status: 200 OK code: 200 - duration: 89.675204ms + duration: 91.60159ms - id: 28 request: proto: HTTP/1.1 @@ -932,22 +957,22 @@ interactions: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 767 - body: "{\"region\":\"fr-par\", \"id\":\"76a92752-3eea-4625-b05e-532277914a3a\", \"cluster_id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"created_at\":\"2025-10-30T16:18:53.744787Z\", \"updated_at\":\"2025-10-30T16:18:53.744787Z\", \"name\":\"test-pool-minimal\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"default\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 765 + body: "{\"region\":\"fr-par\", \"id\":\"76a92752-3eea-4625-b05e-532277914a3a\", \"cluster_id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"created_at\":\"2025-10-30T16:18:53.744787Z\", \"updated_at\":\"2025-10-30T16:25:33.360930Z\", \"name\":\"test-pool-minimal\", \"status\":\"ready\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"default\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" headers: Content-Length: - - "767" + - "765" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:20:10 GMT + - Thu, 30 Oct 2025 16:25:37 GMT Server: - Scaleway API Gateway (fr-par-3;edge03) X-Request-Id: - - 17f468a0-b4bd-4e40-a895-30353e151a14 + - 08471a96-9a37-4bc0-9e87-48917949f604 status: 200 OK code: 200 - duration: 114.396781ms + duration: 23.830085ms - id: 29 request: proto: HTTP/1.1 @@ -955,31 +980,40 @@ interactions: proto_minor: 1 content_length: 0 host: api.scaleway.com + form: + order_by: + - created_at_asc + page: + - "1" + pool_id: + - 76a92752-3eea-4625-b05e-532277914a3a + status: + - unknown headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/76a92752-3eea-4625-b05e-532277914a3a + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/bd51a0ad-80a1-4d46-8acb-9adaa4108410/nodes?order_by=created_at_asc&page=1&pool_id=76a92752-3eea-4625-b05e-532277914a3a&status=unknown method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 767 - body: "{\"region\":\"fr-par\", \"id\":\"76a92752-3eea-4625-b05e-532277914a3a\", \"cluster_id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"created_at\":\"2025-10-30T16:18:53.744787Z\", \"updated_at\":\"2025-10-30T16:18:53.744787Z\", \"name\":\"test-pool-minimal\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"default\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 619 + body: "{\"total_count\":1, \"nodes\":[{\"region\":\"fr-par\", \"id\":\"21553d0d-15c0-4b71-b557-7efd0d478398\", \"cluster_id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"created_at\":\"2025-10-30T16:24:58.266436Z\", \"updated_at\":\"2025-10-30T16:25:33.345091Z\", \"pool_id\":\"76a92752-3eea-4625-b05e-532277914a3a\", \"status\":\"ready\", \"conditions\":{\"DiskPressure\":\"False\", \"MemoryPressure\":\"False\", \"PIDPressure\":\"False\", \"Ready\":\"True\"}, \"name\":\"scw-test-pool-minimal-test-pool-minimal-21553d\", \"public_ip_v4\":\"51.15.236.240\", \"public_ip_v6\":null, \"provider_id\":\"scaleway://instance/fr-par-1/fb51e515-671f-4e80-875b-52c3de6157e9\", \"error_message\":\"\"}]}" headers: Content-Length: - - "767" + - "619" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:20:15 GMT + - Thu, 30 Oct 2025 16:25:37 GMT Server: - Scaleway API Gateway (fr-par-3;edge03) X-Request-Id: - - 6171dec3-25ac-4467-b4ad-ad12cfda48e3 + - ef1cb49d-83aa-4aff-95a7-6658936359f2 status: 200 OK code: 200 - duration: 103.741343ms + duration: 30.189109ms - id: 30 request: proto: HTTP/1.1 @@ -990,28 +1024,28 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/76a92752-3eea-4625-b05e-532277914a3a + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/bd51a0ad-80a1-4d46-8acb-9adaa4108410 method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 767 - body: "{\"region\":\"fr-par\", \"id\":\"76a92752-3eea-4625-b05e-532277914a3a\", \"cluster_id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"created_at\":\"2025-10-30T16:18:53.744787Z\", \"updated_at\":\"2025-10-30T16:18:53.744787Z\", \"name\":\"test-pool-minimal\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"default\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 1633 + body: "{\"region\":\"fr-par\", \"id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:48.262115Z\", \"updated_at\":\"2025-10-30T16:20:59.041275Z\", \"type\":\"kapsule\", \"name\":\"test-pool-minimal\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"calico\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"minimal\"], \"cluster_url\":\"https://bd51a0ad-80a1-4d46-8acb-9adaa4108410.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.bd51a0ad-80a1-4d46-8acb-9adaa4108410.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"dd4ca113-1e98-4ef4-851b-44e9acdda76c\", \"commitment_ends_at\":\"2025-10-30T16:18:48.262121Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"1797d43b-5d04-471b-80f7-5036f26b7d01\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" headers: Content-Length: - - "767" + - "1633" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:20:20 GMT + - Thu, 30 Oct 2025 16:25:37 GMT Server: - Scaleway API Gateway (fr-par-3;edge03) X-Request-Id: - - 119b0fb0-8c4a-456a-9fdf-0b9b001b1a4b + - e1fe7821-dde5-4a14-b17e-6dc0c6f9741c status: 200 OK code: 200 - duration: 99.005785ms + duration: 80.016908ms - id: 31 request: proto: HTTP/1.1 @@ -1019,31 +1053,40 @@ interactions: proto_minor: 1 content_length: 0 host: api.scaleway.com + form: + order_by: + - created_at_desc + project_id: + - 105bdce1-64c0-48ab-899d-868455867ecf + resource_name: + - scw-test-pool-minimal-test-pool-minimal-21553d + resource_type: + - unknown_type headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/76a92752-3eea-4625-b05e-532277914a3a + url: https://api.scaleway.com/ipam/v1/regions/fr-par/ips?order_by=created_at_desc&project_id=105bdce1-64c0-48ab-899d-868455867ecf&resource_name=scw-test-pool-minimal-test-pool-minimal-21553d&resource_type=unknown_type method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 767 - body: "{\"region\":\"fr-par\", \"id\":\"76a92752-3eea-4625-b05e-532277914a3a\", \"cluster_id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"created_at\":\"2025-10-30T16:18:53.744787Z\", \"updated_at\":\"2025-10-30T16:18:53.744787Z\", \"name\":\"test-pool-minimal\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"default\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 1122 + body: "{\"total_count\":2, \"ips\":[{\"id\":\"28c1d7a8-0419-4979-8eec-043331fe2c84\", \"address\":\"fd5f:519c:6d46:22e5:34fe:8c68:418c:3ac7/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":true, \"created_at\":\"2025-10-30T16:25:01.810746Z\", \"updated_at\":\"2025-10-30T16:25:01.810746Z\", \"source\":{\"subnet_id\":\"d7af6fd0-cb67-4b07-9c7f-5555b52eee58\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"a36f58d2-bfe1-4eca-86d9-f9c78f19628f\", \"mac_address\":\"02:00:00:1A:35:26\", \"name\":\"scw-test-pool-minimal-test-pool-minimal-21553d\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}, {\"id\":\"454ad022-4c4c-4a26-b209-e5a4b0c0f6b7\", \"address\":\"172.18.88.3/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":false, \"created_at\":\"2025-10-30T16:25:01.646647Z\", \"updated_at\":\"2025-10-30T16:25:01.646647Z\", \"source\":{\"subnet_id\":\"0bede021-b29d-4922-8b51-970671def39d\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"a36f58d2-bfe1-4eca-86d9-f9c78f19628f\", \"mac_address\":\"02:00:00:1A:35:26\", \"name\":\"scw-test-pool-minimal-test-pool-minimal-21553d\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}]}" headers: Content-Length: - - "767" + - "1122" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:20:25 GMT + - Thu, 30 Oct 2025 16:25:37 GMT Server: - Scaleway API Gateway (fr-par-3;edge03) X-Request-Id: - - 1410e1d2-b9e2-4b4c-aee7-42f76d58789e + - 0a6fe746-2bd1-4bb6-aa4d-a7e2ccdfc520 status: 200 OK code: 200 - duration: 103.658748ms + duration: 34.080042ms - id: 32 request: proto: HTTP/1.1 @@ -1054,28 +1097,28 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/76a92752-3eea-4625-b05e-532277914a3a + url: https://api.scaleway.com/vpc/v2/regions/fr-par/vpcs/fb5cd7b8-e592-4b6e-8216-66fca3c089b6 method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 767 - body: "{\"region\":\"fr-par\", \"id\":\"76a92752-3eea-4625-b05e-532277914a3a\", \"cluster_id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"created_at\":\"2025-10-30T16:18:53.744787Z\", \"updated_at\":\"2025-10-30T16:18:53.744787Z\", \"name\":\"test-pool-minimal\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"default\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 422 + body: "{\"id\":\"fb5cd7b8-e592-4b6e-8216-66fca3c089b6\", \"name\":\"tf-vpc-friendly-williams\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:47.163149Z\", \"updated_at\":\"2025-10-30T16:18:47.163149Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_default\":false, \"private_network_count\":1, \"routing_enabled\":true, \"custom_routes_propagation_enabled\":true, \"region\":\"fr-par\"}" headers: Content-Length: - - "767" + - "422" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:20:30 GMT + - Thu, 30 Oct 2025 16:25:37 GMT Server: - Scaleway API Gateway (fr-par-3;edge03) X-Request-Id: - - ea0a728a-0cfa-492f-948c-27d5169d4a3e + - 4e8be5a7-9d34-4dbb-b6b7-78508a98a800 status: 200 OK code: 200 - duration: 92.983011ms + duration: 26.779019ms - id: 33 request: proto: HTTP/1.1 @@ -1086,28 +1129,28 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/76a92752-3eea-4625-b05e-532277914a3a + url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks/dd4ca113-1e98-4ef4-851b-44e9acdda76c method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 767 - body: "{\"region\":\"fr-par\", \"id\":\"76a92752-3eea-4625-b05e-532277914a3a\", \"cluster_id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"created_at\":\"2025-10-30T16:18:53.744787Z\", \"updated_at\":\"2025-10-30T16:18:53.744787Z\", \"name\":\"test-pool-minimal\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"default\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 1087 + body: "{\"id\":\"dd4ca113-1e98-4ef4-851b-44e9acdda76c\", \"name\":\"test-pool-minimal\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:47.286292Z\", \"updated_at\":\"2025-10-30T16:18:47.286292Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"subnets\":[{\"id\":\"0bede021-b29d-4922-8b51-970671def39d\", \"created_at\":\"2025-10-30T16:18:47.286292Z\", \"updated_at\":\"2025-10-30T16:18:47.286292Z\", \"subnet\":\"172.18.88.0/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"dd4ca113-1e98-4ef4-851b-44e9acdda76c\", \"vpc_id\":\"fb5cd7b8-e592-4b6e-8216-66fca3c089b6\"}, {\"id\":\"d7af6fd0-cb67-4b07-9c7f-5555b52eee58\", \"created_at\":\"2025-10-30T16:18:47.286292Z\", \"updated_at\":\"2025-10-30T16:18:47.286292Z\", \"subnet\":\"fd5f:519c:6d46:22e5::/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"dd4ca113-1e98-4ef4-851b-44e9acdda76c\", \"vpc_id\":\"fb5cd7b8-e592-4b6e-8216-66fca3c089b6\"}], \"vpc_id\":\"fb5cd7b8-e592-4b6e-8216-66fca3c089b6\", \"dhcp_enabled\":true, \"default_route_propagation_enabled\":false, \"region\":\"fr-par\"}" headers: Content-Length: - - "767" + - "1087" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:20:35 GMT + - Thu, 30 Oct 2025 16:25:37 GMT Server: - Scaleway API Gateway (fr-par-3;edge03) X-Request-Id: - - 877ae0c4-9348-4334-a569-636e296b5513 + - 4048d400-05fd-49c1-a43b-e2d7c8370f7b status: 200 OK code: 200 - duration: 85.494688ms + duration: 22.365206ms - id: 34 request: proto: HTTP/1.1 @@ -1118,28 +1161,28 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/76a92752-3eea-4625-b05e-532277914a3a + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/bd51a0ad-80a1-4d46-8acb-9adaa4108410 method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 767 - body: "{\"region\":\"fr-par\", \"id\":\"76a92752-3eea-4625-b05e-532277914a3a\", \"cluster_id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"created_at\":\"2025-10-30T16:18:53.744787Z\", \"updated_at\":\"2025-10-30T16:18:53.744787Z\", \"name\":\"test-pool-minimal\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"default\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 1633 + body: "{\"region\":\"fr-par\", \"id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:48.262115Z\", \"updated_at\":\"2025-10-30T16:20:59.041275Z\", \"type\":\"kapsule\", \"name\":\"test-pool-minimal\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"calico\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"minimal\"], \"cluster_url\":\"https://bd51a0ad-80a1-4d46-8acb-9adaa4108410.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.bd51a0ad-80a1-4d46-8acb-9adaa4108410.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"dd4ca113-1e98-4ef4-851b-44e9acdda76c\", \"commitment_ends_at\":\"2025-10-30T16:18:48.262121Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"1797d43b-5d04-471b-80f7-5036f26b7d01\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" headers: Content-Length: - - "767" + - "1633" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:20:40 GMT + - Thu, 30 Oct 2025 16:25:37 GMT Server: - Scaleway API Gateway (fr-par-3;edge03) X-Request-Id: - - b8266cf9-a147-4512-9cf4-a8a585081083 + - 414fc5ac-c3cf-4c64-925c-cf418b67fcab status: 200 OK code: 200 - duration: 88.316253ms + duration: 99.646598ms - id: 35 request: proto: HTTP/1.1 @@ -1150,28 +1193,28 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/76a92752-3eea-4625-b05e-532277914a3a + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/bd51a0ad-80a1-4d46-8acb-9adaa4108410/kubeconfig method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 767 - body: "{\"region\":\"fr-par\", \"id\":\"76a92752-3eea-4625-b05e-532277914a3a\", \"cluster_id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"created_at\":\"2025-10-30T16:18:53.744787Z\", \"updated_at\":\"2025-10-30T16:18:53.744787Z\", \"name\":\"test-pool-minimal\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"default\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 1674 + body: "{\"name\":\"kubeconfig\", \"content_type\":\"application/octet-stream\", \"content\":\"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogInRlc3QtcG9vbC1taW5pbWFsIgogIGNsdXN0ZXI6CiAgICBjZXJ0aWZpY2F0ZS1hdXRob3JpdHktZGF0YTogTFMwdExTMUNSVWRKVGlCRFJWSlVTVVpKUTBGVVJTMHRMUzB0Q2sxSlNVSlhla05EUVZGSFowRjNTVUpCWjBsQ1FVUkJTMEpuWjNGb2EycFBVRkZSUkVGcVFWWk5VazEzUlZGWlJGWlJVVVJGZDNCeVpGZEtiR050Tld3S1pFZFdlazFDTkZoRVZFa3hUVlJCZVU5VVJUSk5WR2N3VDBadldFUlVUVEZOVkVGNVQxUkZNazFVWnpCUFJtOTNSbFJGVkUxQ1JVZEJNVlZGUVhoTlN3cGhNMVpwV2xoS2RWcFlVbXhqZWtKYVRVSk5SMEo1Y1VkVFRUUTVRV2RGUjBORGNVZFRUVFE1UVhkRlNFRXdTVUZDVDFJME1HNDFObkZ1TDJWQ2EwMVpDbVUzVW5aalZIZDFZbmd3ZVhZcmMySXhkMWRITWtKemFGcHpTbGw1VHpndlJFWkpiVGMzVm5RMk9YcDNNakJzZEdaQ1UyZHBSRmRwZVhKNVJXVldiV3dLU1d0eGJGVXZRMnBSYWtKQlRVRTBSMEV4VldSRWQwVkNMM2RSUlVGM1NVTndSRUZRUW1kT1ZraFNUVUpCWmpoRlFsUkJSRUZSU0M5TlFqQkhRVEZWWkFwRVoxRlhRa0pVUWxZck9XbEhiMEZUT1VwdlZtWXZkUzlxUnpnMVZWSkVOV2hxUVV0Q1oyZHhhR3RxVDFCUlVVUkJaMDVKUVVSQ1JrRnBRVEl4TW5Sb0NqWjRNMVk1YlZjMFZYTlBRM1owWWtnMk1XOUVXalpFVG1rMFVHeHdUVU5PU0ZaMWVsUjNTV2hCVDB4QlNXUkhaM1JTVFRSd0sxazNTREJYZUVVMFZrb0tlVTlQZEhaU2J6TjFkRU5TTjJWclJqZFlabmtLTFMwdExTMUZUa1FnUTBWU1ZFbEdTVU5CVkVVdExTMHRMUW89CiAgICBzZXJ2ZXI6IGh0dHBzOi8vYmQ1MWEwYWQtODBhMS00ZDQ2LThhY2ItOWFkYWE0MTA4NDEwLmFwaS5rOHMuZnItcGFyLnNjdy5jbG91ZDo2NDQzCmNvbnRleHRzOgotIG5hbWU6IGFkbWluQHRlc3QtcG9vbC1taW5pbWFsCiAgY29udGV4dDoKICAgIGNsdXN0ZXI6ICJ0ZXN0LXBvb2wtbWluaW1hbCIKICAgIHVzZXI6IHRlc3QtcG9vbC1taW5pbWFsLWFkbWluCmN1cnJlbnQtY29udGV4dDogYWRtaW5AdGVzdC1wb29sLW1pbmltYWwKa2luZDogQ29uZmlnCnByZWZlcmVuY2VzOiB7fQp1c2VyczoKLSBuYW1lOiB0ZXN0LXBvb2wtbWluaW1hbC1hZG1pbgogIHVzZXI6CiAgICB0b2tlbjogMVNaaGFUSGppY1Jid25EaVIzWHhwUDRJWENGMWJyWmlFMmZJMTBZQTBIR3JNV1dpdzE5SnROV2M=\"}" headers: Content-Length: - - "767" + - "1674" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:20:45 GMT + - Thu, 30 Oct 2025 16:25:37 GMT Server: - Scaleway API Gateway (fr-par-3;edge03) X-Request-Id: - - 5a45d312-9ed4-4830-873f-92126c7ee9b0 + - f214c93b-fb83-4127-b21c-160de3791206 status: 200 OK code: 200 - duration: 105.869538ms + duration: 100.79838ms - id: 36 request: proto: HTTP/1.1 @@ -1188,22 +1231,22 @@ interactions: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 767 - body: "{\"region\":\"fr-par\", \"id\":\"76a92752-3eea-4625-b05e-532277914a3a\", \"cluster_id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"created_at\":\"2025-10-30T16:18:53.744787Z\", \"updated_at\":\"2025-10-30T16:18:53.744787Z\", \"name\":\"test-pool-minimal\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"default\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 765 + body: "{\"region\":\"fr-par\", \"id\":\"76a92752-3eea-4625-b05e-532277914a3a\", \"cluster_id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"created_at\":\"2025-10-30T16:18:53.744787Z\", \"updated_at\":\"2025-10-30T16:25:33.360930Z\", \"name\":\"test-pool-minimal\", \"status\":\"ready\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"default\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" headers: Content-Length: - - "767" + - "765" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:20:51 GMT + - Thu, 30 Oct 2025 16:25:37 GMT Server: - Scaleway API Gateway (fr-par-3;edge03) X-Request-Id: - - 4368cdd8-a439-432c-a072-f06d174e4291 + - 8b01393a-fac1-4544-b46f-b2f3ef1040c0 status: 200 OK code: 200 - duration: 86.618456ms + duration: 22.621216ms - id: 37 request: proto: HTTP/1.1 @@ -1211,31 +1254,40 @@ interactions: proto_minor: 1 content_length: 0 host: api.scaleway.com + form: + order_by: + - created_at_asc + page: + - "1" + pool_id: + - 76a92752-3eea-4625-b05e-532277914a3a + status: + - unknown headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/76a92752-3eea-4625-b05e-532277914a3a + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/bd51a0ad-80a1-4d46-8acb-9adaa4108410/nodes?order_by=created_at_asc&page=1&pool_id=76a92752-3eea-4625-b05e-532277914a3a&status=unknown method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 767 - body: "{\"region\":\"fr-par\", \"id\":\"76a92752-3eea-4625-b05e-532277914a3a\", \"cluster_id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"created_at\":\"2025-10-30T16:18:53.744787Z\", \"updated_at\":\"2025-10-30T16:18:53.744787Z\", \"name\":\"test-pool-minimal\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"default\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 619 + body: "{\"total_count\":1, \"nodes\":[{\"region\":\"fr-par\", \"id\":\"21553d0d-15c0-4b71-b557-7efd0d478398\", \"cluster_id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"created_at\":\"2025-10-30T16:24:58.266436Z\", \"updated_at\":\"2025-10-30T16:25:33.345091Z\", \"pool_id\":\"76a92752-3eea-4625-b05e-532277914a3a\", \"status\":\"ready\", \"conditions\":{\"DiskPressure\":\"False\", \"MemoryPressure\":\"False\", \"PIDPressure\":\"False\", \"Ready\":\"True\"}, \"name\":\"scw-test-pool-minimal-test-pool-minimal-21553d\", \"public_ip_v4\":\"51.15.236.240\", \"public_ip_v6\":null, \"provider_id\":\"scaleway://instance/fr-par-1/fb51e515-671f-4e80-875b-52c3de6157e9\", \"error_message\":\"\"}]}" headers: Content-Length: - - "767" + - "619" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:20:56 GMT + - Thu, 30 Oct 2025 16:25:37 GMT Server: - Scaleway API Gateway (fr-par-3;edge03) X-Request-Id: - - a66db3ff-97ba-4227-9826-e669e8726122 + - 004b2690-272b-4bd2-a15b-cf1d46a91288 status: 200 OK code: 200 - duration: 79.433291ms + duration: 41.280957ms - id: 38 request: proto: HTTP/1.1 @@ -1246,28 +1298,28 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/76a92752-3eea-4625-b05e-532277914a3a + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/bd51a0ad-80a1-4d46-8acb-9adaa4108410 method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 767 - body: "{\"region\":\"fr-par\", \"id\":\"76a92752-3eea-4625-b05e-532277914a3a\", \"cluster_id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"created_at\":\"2025-10-30T16:18:53.744787Z\", \"updated_at\":\"2025-10-30T16:18:53.744787Z\", \"name\":\"test-pool-minimal\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"default\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 1633 + body: "{\"region\":\"fr-par\", \"id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:48.262115Z\", \"updated_at\":\"2025-10-30T16:20:59.041275Z\", \"type\":\"kapsule\", \"name\":\"test-pool-minimal\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"calico\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"minimal\"], \"cluster_url\":\"https://bd51a0ad-80a1-4d46-8acb-9adaa4108410.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.bd51a0ad-80a1-4d46-8acb-9adaa4108410.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"dd4ca113-1e98-4ef4-851b-44e9acdda76c\", \"commitment_ends_at\":\"2025-10-30T16:18:48.262121Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"1797d43b-5d04-471b-80f7-5036f26b7d01\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" headers: Content-Length: - - "767" + - "1633" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:21:01 GMT + - Thu, 30 Oct 2025 16:25:37 GMT Server: - Scaleway API Gateway (fr-par-3;edge03) X-Request-Id: - - 742684d7-c5ab-467d-bcc7-f60886ad35c0 + - fe6dc0e1-9e01-4b25-9015-39dd5ece1890 status: 200 OK code: 200 - duration: 80.544146ms + duration: 21.594108ms - id: 39 request: proto: HTTP/1.1 @@ -1275,31 +1327,40 @@ interactions: proto_minor: 1 content_length: 0 host: api.scaleway.com + form: + order_by: + - created_at_desc + project_id: + - 105bdce1-64c0-48ab-899d-868455867ecf + resource_name: + - scw-test-pool-minimal-test-pool-minimal-21553d + resource_type: + - unknown_type headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/76a92752-3eea-4625-b05e-532277914a3a + url: https://api.scaleway.com/ipam/v1/regions/fr-par/ips?order_by=created_at_desc&project_id=105bdce1-64c0-48ab-899d-868455867ecf&resource_name=scw-test-pool-minimal-test-pool-minimal-21553d&resource_type=unknown_type method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 767 - body: "{\"region\":\"fr-par\", \"id\":\"76a92752-3eea-4625-b05e-532277914a3a\", \"cluster_id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"created_at\":\"2025-10-30T16:18:53.744787Z\", \"updated_at\":\"2025-10-30T16:18:53.744787Z\", \"name\":\"test-pool-minimal\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"default\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 1122 + body: "{\"total_count\":2, \"ips\":[{\"id\":\"28c1d7a8-0419-4979-8eec-043331fe2c84\", \"address\":\"fd5f:519c:6d46:22e5:34fe:8c68:418c:3ac7/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":true, \"created_at\":\"2025-10-30T16:25:01.810746Z\", \"updated_at\":\"2025-10-30T16:25:01.810746Z\", \"source\":{\"subnet_id\":\"d7af6fd0-cb67-4b07-9c7f-5555b52eee58\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"a36f58d2-bfe1-4eca-86d9-f9c78f19628f\", \"mac_address\":\"02:00:00:1A:35:26\", \"name\":\"scw-test-pool-minimal-test-pool-minimal-21553d\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}, {\"id\":\"454ad022-4c4c-4a26-b209-e5a4b0c0f6b7\", \"address\":\"172.18.88.3/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":false, \"created_at\":\"2025-10-30T16:25:01.646647Z\", \"updated_at\":\"2025-10-30T16:25:01.646647Z\", \"source\":{\"subnet_id\":\"0bede021-b29d-4922-8b51-970671def39d\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"a36f58d2-bfe1-4eca-86d9-f9c78f19628f\", \"mac_address\":\"02:00:00:1A:35:26\", \"name\":\"scw-test-pool-minimal-test-pool-minimal-21553d\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}]}" headers: Content-Length: - - "767" + - "1122" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:21:06 GMT + - Thu, 30 Oct 2025 16:25:37 GMT Server: - Scaleway API Gateway (fr-par-3;edge03) X-Request-Id: - - 759155de-b840-4dbd-9617-9095e5fc194a + - 4020a109-583d-4507-af42-7d8aa731818f status: 200 OK code: 200 - duration: 78.177053ms + duration: 25.361279ms - id: 40 request: proto: HTTP/1.1 @@ -1310,60 +1371,63 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/76a92752-3eea-4625-b05e-532277914a3a + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/bd51a0ad-80a1-4d46-8acb-9adaa4108410 method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 767 - body: "{\"region\":\"fr-par\", \"id\":\"76a92752-3eea-4625-b05e-532277914a3a\", \"cluster_id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"created_at\":\"2025-10-30T16:18:53.744787Z\", \"updated_at\":\"2025-10-30T16:18:53.744787Z\", \"name\":\"test-pool-minimal\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"default\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 1633 + body: "{\"region\":\"fr-par\", \"id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:48.262115Z\", \"updated_at\":\"2025-10-30T16:20:59.041275Z\", \"type\":\"kapsule\", \"name\":\"test-pool-minimal\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"calico\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"minimal\"], \"cluster_url\":\"https://bd51a0ad-80a1-4d46-8acb-9adaa4108410.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.bd51a0ad-80a1-4d46-8acb-9adaa4108410.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"dd4ca113-1e98-4ef4-851b-44e9acdda76c\", \"commitment_ends_at\":\"2025-10-30T16:18:48.262121Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"1797d43b-5d04-471b-80f7-5036f26b7d01\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" headers: Content-Length: - - "767" + - "1633" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:21:11 GMT + - Thu, 30 Oct 2025 16:25:38 GMT Server: - Scaleway API Gateway (fr-par-3;edge03) X-Request-Id: - - 89f5779d-43dc-4bd5-8044-5275acb49e33 + - c54ccde2-f9a6-46aa-a6fe-f22d2fd30409 status: 200 OK code: 200 - duration: 105.618596ms + duration: 30.159674ms - id: 41 request: proto: HTTP/1.1 proto_major: 1 proto_minor: 1 - content_length: 0 + content_length: 322 host: api.scaleway.com + body: "{\"name\":\"test-pool-minimal-2\",\"node_type\":\"pro2_xxs\",\"autoscaling\":true,\"size\":1,\"min_size\":1,\"max_size\":1,\"container_runtime\":\"containerd\",\"autohealing\":true,\"tags\":[\"terraform-test\",\"scaleway_k8s_cluster\",\"minimal\"],\"kubelet_args\":{},\"zone\":\"fr-par-1\",\"root_volume_type\":\"default_volume_type\",\"public_ip_disabled\":false}" headers: + Content-Type: + - application/json User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/76a92752-3eea-4625-b05e-532277914a3a - method: GET + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/bd51a0ad-80a1-4d46-8acb-9adaa4108410/pools + method: POST response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 767 - body: "{\"region\":\"fr-par\", \"id\":\"76a92752-3eea-4625-b05e-532277914a3a\", \"cluster_id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"created_at\":\"2025-10-30T16:18:53.744787Z\", \"updated_at\":\"2025-10-30T16:18:53.744787Z\", \"name\":\"test-pool-minimal\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"default\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 769 + body: "{\"region\":\"fr-par\", \"id\":\"329660c2-2ae9-4907-a4cc-c8ae7ce7ca37\", \"cluster_id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"created_at\":\"2025-10-30T16:25:38.114247Z\", \"updated_at\":\"2025-10-30T16:25:38.114247Z\", \"name\":\"test-pool-minimal-2\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"minimal\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" headers: Content-Length: - - "767" + - "769" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:21:16 GMT + - Thu, 30 Oct 2025 16:25:38 GMT Server: - Scaleway API Gateway (fr-par-3;edge03) X-Request-Id: - - 34ffa90f-3d4d-4a3a-a7a7-32c88b4f772b + - 50275021-276d-47d4-ad8c-bb0ce1e1375f status: 200 OK code: 200 - duration: 84.652337ms + duration: 136.084576ms - id: 42 request: proto: HTTP/1.1 @@ -1374,28 +1438,28 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/76a92752-3eea-4625-b05e-532277914a3a + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/329660c2-2ae9-4907-a4cc-c8ae7ce7ca37 method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 767 - body: "{\"region\":\"fr-par\", \"id\":\"76a92752-3eea-4625-b05e-532277914a3a\", \"cluster_id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"created_at\":\"2025-10-30T16:18:53.744787Z\", \"updated_at\":\"2025-10-30T16:18:53.744787Z\", \"name\":\"test-pool-minimal\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"default\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 769 + body: "{\"region\":\"fr-par\", \"id\":\"329660c2-2ae9-4907-a4cc-c8ae7ce7ca37\", \"cluster_id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"created_at\":\"2025-10-30T16:25:38.114247Z\", \"updated_at\":\"2025-10-30T16:25:38.114247Z\", \"name\":\"test-pool-minimal-2\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"minimal\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" headers: Content-Length: - - "767" + - "769" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:21:21 GMT + - Thu, 30 Oct 2025 16:25:38 GMT Server: - Scaleway API Gateway (fr-par-3;edge03) X-Request-Id: - - eb4d6518-d98f-4957-a1c7-12c83aae25a9 + - aa5be9c9-2e24-4523-ab61-4146d687f9e4 status: 200 OK code: 200 - duration: 93.730014ms + duration: 20.658943ms - id: 43 request: proto: HTTP/1.1 @@ -1406,28 +1470,28 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/76a92752-3eea-4625-b05e-532277914a3a + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/329660c2-2ae9-4907-a4cc-c8ae7ce7ca37 method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 content_length: 767 - body: "{\"region\":\"fr-par\", \"id\":\"76a92752-3eea-4625-b05e-532277914a3a\", \"cluster_id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"created_at\":\"2025-10-30T16:18:53.744787Z\", \"updated_at\":\"2025-10-30T16:18:53.744787Z\", \"name\":\"test-pool-minimal\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"default\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + body: "{\"region\":\"fr-par\", \"id\":\"329660c2-2ae9-4907-a4cc-c8ae7ce7ca37\", \"cluster_id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"created_at\":\"2025-10-30T16:25:38.114247Z\", \"updated_at\":\"2025-10-30T16:26:51.176616Z\", \"name\":\"test-pool-minimal-2\", \"status\":\"ready\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"minimal\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" headers: Content-Length: - "767" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:21:26 GMT + - Thu, 30 Oct 2025 16:26:54 GMT Server: - Scaleway API Gateway (fr-par-3;edge03) X-Request-Id: - - 4a74b9e6-18b3-419a-a5b7-fb7f7033261f + - 2f2c2dcc-9914-463a-b39c-863142d0df93 status: 200 OK code: 200 - duration: 84.855949ms + duration: 99.099943ms - id: 44 request: proto: HTTP/1.1 @@ -1438,28 +1502,28 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/76a92752-3eea-4625-b05e-532277914a3a + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/bd51a0ad-80a1-4d46-8acb-9adaa4108410 method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 767 - body: "{\"region\":\"fr-par\", \"id\":\"76a92752-3eea-4625-b05e-532277914a3a\", \"cluster_id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"created_at\":\"2025-10-30T16:18:53.744787Z\", \"updated_at\":\"2025-10-30T16:18:53.744787Z\", \"name\":\"test-pool-minimal\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"default\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 1633 + body: "{\"region\":\"fr-par\", \"id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:48.262115Z\", \"updated_at\":\"2025-10-30T16:20:59.041275Z\", \"type\":\"kapsule\", \"name\":\"test-pool-minimal\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"calico\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"minimal\"], \"cluster_url\":\"https://bd51a0ad-80a1-4d46-8acb-9adaa4108410.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.bd51a0ad-80a1-4d46-8acb-9adaa4108410.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"dd4ca113-1e98-4ef4-851b-44e9acdda76c\", \"commitment_ends_at\":\"2025-10-30T16:18:48.262121Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"1797d43b-5d04-471b-80f7-5036f26b7d01\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" headers: Content-Length: - - "767" + - "1633" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:21:31 GMT + - Thu, 30 Oct 2025 16:26:54 GMT Server: - Scaleway API Gateway (fr-par-3;edge03) X-Request-Id: - - a6889188-331b-4b57-9752-2d3b9bea26f1 + - 1af88b9d-a50b-4c75-8653-f54ebee0d17f status: 200 OK code: 200 - duration: 80.928057ms + duration: 95.72046ms - id: 45 request: proto: HTTP/1.1 @@ -1470,28 +1534,28 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/76a92752-3eea-4625-b05e-532277914a3a + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/329660c2-2ae9-4907-a4cc-c8ae7ce7ca37 method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 content_length: 767 - body: "{\"region\":\"fr-par\", \"id\":\"76a92752-3eea-4625-b05e-532277914a3a\", \"cluster_id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"created_at\":\"2025-10-30T16:18:53.744787Z\", \"updated_at\":\"2025-10-30T16:18:53.744787Z\", \"name\":\"test-pool-minimal\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"default\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + body: "{\"region\":\"fr-par\", \"id\":\"329660c2-2ae9-4907-a4cc-c8ae7ce7ca37\", \"cluster_id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"created_at\":\"2025-10-30T16:25:38.114247Z\", \"updated_at\":\"2025-10-30T16:26:51.176616Z\", \"name\":\"test-pool-minimal-2\", \"status\":\"ready\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"minimal\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" headers: Content-Length: - "767" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:21:36 GMT + - Thu, 30 Oct 2025 16:26:54 GMT Server: - Scaleway API Gateway (fr-par-3;edge03) X-Request-Id: - - a607749b-0b4a-4d65-97a0-a2b763bc4f1d + - 625ec0b2-b462-47a9-90ec-5a061a4e4461 status: 200 OK code: 200 - duration: 87.030851ms + duration: 22.862619ms - id: 46 request: proto: HTTP/1.1 @@ -1499,31 +1563,40 @@ interactions: proto_minor: 1 content_length: 0 host: api.scaleway.com + form: + order_by: + - created_at_asc + page: + - "1" + pool_id: + - 329660c2-2ae9-4907-a4cc-c8ae7ce7ca37 + status: + - unknown headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/76a92752-3eea-4625-b05e-532277914a3a + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/bd51a0ad-80a1-4d46-8acb-9adaa4108410/nodes?order_by=created_at_asc&page=1&pool_id=329660c2-2ae9-4907-a4cc-c8ae7ce7ca37&status=unknown method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 767 - body: "{\"region\":\"fr-par\", \"id\":\"76a92752-3eea-4625-b05e-532277914a3a\", \"cluster_id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"created_at\":\"2025-10-30T16:18:53.744787Z\", \"updated_at\":\"2025-10-30T16:18:53.744787Z\", \"name\":\"test-pool-minimal\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"default\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 621 + body: "{\"total_count\":1, \"nodes\":[{\"region\":\"fr-par\", \"id\":\"a34ec0fd-a4f8-487d-813f-5d14369a67cf\", \"cluster_id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"created_at\":\"2025-10-30T16:25:38.865038Z\", \"updated_at\":\"2025-10-30T16:26:51.162742Z\", \"pool_id\":\"329660c2-2ae9-4907-a4cc-c8ae7ce7ca37\", \"status\":\"ready\", \"conditions\":{\"DiskPressure\":\"False\", \"MemoryPressure\":\"False\", \"PIDPressure\":\"False\", \"Ready\":\"True\"}, \"name\":\"scw-test-pool-minima-test-pool-minimal--a34ec0\", \"public_ip_v4\":\"163.172.149.221\", \"public_ip_v6\":null, \"provider_id\":\"scaleway://instance/fr-par-1/3e5635e7-8f2f-42aa-a116-98563cdca504\", \"error_message\":\"\"}]}" headers: Content-Length: - - "767" + - "621" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:21:41 GMT + - Thu, 30 Oct 2025 16:26:54 GMT Server: - Scaleway API Gateway (fr-par-3;edge03) X-Request-Id: - - 72de7aec-f9ec-4f9a-bb86-18cf4777c287 + - 85f08e00-4b27-4cf0-a661-aa47d271850d status: 200 OK code: 200 - duration: 93.936742ms + duration: 28.886976ms - id: 47 request: proto: HTTP/1.1 @@ -1534,28 +1607,28 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/76a92752-3eea-4625-b05e-532277914a3a + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/bd51a0ad-80a1-4d46-8acb-9adaa4108410 method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 767 - body: "{\"region\":\"fr-par\", \"id\":\"76a92752-3eea-4625-b05e-532277914a3a\", \"cluster_id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"created_at\":\"2025-10-30T16:18:53.744787Z\", \"updated_at\":\"2025-10-30T16:18:53.744787Z\", \"name\":\"test-pool-minimal\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"default\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 1633 + body: "{\"region\":\"fr-par\", \"id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:48.262115Z\", \"updated_at\":\"2025-10-30T16:20:59.041275Z\", \"type\":\"kapsule\", \"name\":\"test-pool-minimal\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"calico\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"minimal\"], \"cluster_url\":\"https://bd51a0ad-80a1-4d46-8acb-9adaa4108410.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.bd51a0ad-80a1-4d46-8acb-9adaa4108410.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"dd4ca113-1e98-4ef4-851b-44e9acdda76c\", \"commitment_ends_at\":\"2025-10-30T16:18:48.262121Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"1797d43b-5d04-471b-80f7-5036f26b7d01\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" headers: Content-Length: - - "767" + - "1633" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:21:47 GMT + - Thu, 30 Oct 2025 16:26:54 GMT Server: - Scaleway API Gateway (fr-par-3;edge03) X-Request-Id: - - 66aeee5e-cfd3-4183-af58-2f152cc06af6 + - d5baba83-1f10-49e7-9fdf-f43bdb8dd75b status: 200 OK code: 200 - duration: 67.956713ms + duration: 25.242847ms - id: 48 request: proto: HTTP/1.1 @@ -1563,31 +1636,40 @@ interactions: proto_minor: 1 content_length: 0 host: api.scaleway.com + form: + order_by: + - created_at_desc + project_id: + - 105bdce1-64c0-48ab-899d-868455867ecf + resource_name: + - scw-test-pool-minima-test-pool-minimal--a34ec0 + resource_type: + - unknown_type headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/76a92752-3eea-4625-b05e-532277914a3a + url: https://api.scaleway.com/ipam/v1/regions/fr-par/ips?order_by=created_at_desc&project_id=105bdce1-64c0-48ab-899d-868455867ecf&resource_name=scw-test-pool-minima-test-pool-minimal--a34ec0&resource_type=unknown_type method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 767 - body: "{\"region\":\"fr-par\", \"id\":\"76a92752-3eea-4625-b05e-532277914a3a\", \"cluster_id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"created_at\":\"2025-10-30T16:18:53.744787Z\", \"updated_at\":\"2025-10-30T16:18:53.744787Z\", \"name\":\"test-pool-minimal\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"default\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 1122 + body: "{\"total_count\":2, \"ips\":[{\"id\":\"7102e233-ba57-4ba2-b095-2185253ca639\", \"address\":\"fd5f:519c:6d46:22e5:262f:9818:9285:6eef/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":true, \"created_at\":\"2025-10-30T16:25:41.959447Z\", \"updated_at\":\"2025-10-30T16:25:41.959447Z\", \"source\":{\"subnet_id\":\"d7af6fd0-cb67-4b07-9c7f-5555b52eee58\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"3c992745-903c-4151-a853-06d914135ecd\", \"mac_address\":\"02:00:00:13:F4:69\", \"name\":\"scw-test-pool-minima-test-pool-minimal--a34ec0\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}, {\"id\":\"1eba195d-6bd2-4600-8adb-69d607981d6f\", \"address\":\"172.18.88.4/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":false, \"created_at\":\"2025-10-30T16:25:41.841664Z\", \"updated_at\":\"2025-10-30T16:25:41.841664Z\", \"source\":{\"subnet_id\":\"0bede021-b29d-4922-8b51-970671def39d\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"3c992745-903c-4151-a853-06d914135ecd\", \"mac_address\":\"02:00:00:13:F4:69\", \"name\":\"scw-test-pool-minima-test-pool-minimal--a34ec0\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}]}" headers: Content-Length: - - "767" + - "1122" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:21:52 GMT + - Thu, 30 Oct 2025 16:26:54 GMT Server: - Scaleway API Gateway (fr-par-3;edge03) X-Request-Id: - - 981234e4-8857-4aa5-91e0-f3deedee8df8 + - 95a8e94f-100b-4628-b3d3-60c2f2f11b77 status: 200 OK code: 200 - duration: 96.388975ms + duration: 40.654872ms - id: 49 request: proto: HTTP/1.1 @@ -1598,28 +1680,28 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/76a92752-3eea-4625-b05e-532277914a3a + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/bd51a0ad-80a1-4d46-8acb-9adaa4108410 method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 767 - body: "{\"region\":\"fr-par\", \"id\":\"76a92752-3eea-4625-b05e-532277914a3a\", \"cluster_id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"created_at\":\"2025-10-30T16:18:53.744787Z\", \"updated_at\":\"2025-10-30T16:18:53.744787Z\", \"name\":\"test-pool-minimal\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"default\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 1633 + body: "{\"region\":\"fr-par\", \"id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:48.262115Z\", \"updated_at\":\"2025-10-30T16:20:59.041275Z\", \"type\":\"kapsule\", \"name\":\"test-pool-minimal\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"calico\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"minimal\"], \"cluster_url\":\"https://bd51a0ad-80a1-4d46-8acb-9adaa4108410.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.bd51a0ad-80a1-4d46-8acb-9adaa4108410.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"dd4ca113-1e98-4ef4-851b-44e9acdda76c\", \"commitment_ends_at\":\"2025-10-30T16:18:48.262121Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"1797d43b-5d04-471b-80f7-5036f26b7d01\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" headers: Content-Length: - - "767" + - "1633" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:21:57 GMT + - Thu, 30 Oct 2025 16:26:54 GMT Server: - Scaleway API Gateway (fr-par-3;edge03) X-Request-Id: - - ff5de6e5-2770-445a-92cb-df38300b98ee + - 5cb93efc-fdcc-4108-93df-8bb83f708aae status: 200 OK code: 200 - duration: 99.61529ms + duration: 20.808814ms - id: 50 request: proto: HTTP/1.1 @@ -1630,28 +1712,28 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/76a92752-3eea-4625-b05e-532277914a3a + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/329660c2-2ae9-4907-a4cc-c8ae7ce7ca37 method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 content_length: 767 - body: "{\"region\":\"fr-par\", \"id\":\"76a92752-3eea-4625-b05e-532277914a3a\", \"cluster_id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"created_at\":\"2025-10-30T16:18:53.744787Z\", \"updated_at\":\"2025-10-30T16:18:53.744787Z\", \"name\":\"test-pool-minimal\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"default\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + body: "{\"region\":\"fr-par\", \"id\":\"329660c2-2ae9-4907-a4cc-c8ae7ce7ca37\", \"cluster_id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"created_at\":\"2025-10-30T16:25:38.114247Z\", \"updated_at\":\"2025-10-30T16:26:51.176616Z\", \"name\":\"test-pool-minimal-2\", \"status\":\"ready\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"minimal\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" headers: Content-Length: - "767" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:22:02 GMT + - Thu, 30 Oct 2025 16:26:54 GMT Server: - Scaleway API Gateway (fr-par-3;edge03) X-Request-Id: - - 0d931d71-549f-466a-9ffa-51368b4e0e6e + - 8276989c-afe9-418a-99da-6683c24d6db3 status: 200 OK code: 200 - duration: 79.602439ms + duration: 23.027439ms - id: 51 request: proto: HTTP/1.1 @@ -1659,31 +1741,38 @@ interactions: proto_minor: 1 content_length: 0 host: api.scaleway.com + form: + order_by: + - created_at_asc + pool_id: + - 76a92752-3eea-4625-b05e-532277914a3a + status: + - unknown headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/76a92752-3eea-4625-b05e-532277914a3a + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/bd51a0ad-80a1-4d46-8acb-9adaa4108410/nodes?order_by=created_at_asc&pool_id=76a92752-3eea-4625-b05e-532277914a3a&status=unknown method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 767 - body: "{\"region\":\"fr-par\", \"id\":\"76a92752-3eea-4625-b05e-532277914a3a\", \"cluster_id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"created_at\":\"2025-10-30T16:18:53.744787Z\", \"updated_at\":\"2025-10-30T16:18:53.744787Z\", \"name\":\"test-pool-minimal\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"default\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 649 + body: "{\"total_count\":1, \"nodes\":[{\"region\":\"fr-par\", \"id\":\"21553d0d-15c0-4b71-b557-7efd0d478398\", \"cluster_id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"created_at\":\"2025-10-30T16:24:58.266436Z\", \"updated_at\":\"2025-10-30T16:26:51.139802Z\", \"pool_id\":\"76a92752-3eea-4625-b05e-532277914a3a\", \"status\":\"ready\", \"conditions\":{\"DiskPressure\":\"False\", \"MemoryPressure\":\"False\", \"NetworkUnavailable\":\"False\", \"PIDPressure\":\"False\", \"Ready\":\"True\"}, \"name\":\"scw-test-pool-minimal-test-pool-minimal-21553d\", \"public_ip_v4\":\"51.15.236.240\", \"public_ip_v6\":null, \"provider_id\":\"scaleway://instance/fr-par-1/fb51e515-671f-4e80-875b-52c3de6157e9\", \"error_message\":\"\"}]}" headers: Content-Length: - - "767" + - "649" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:22:07 GMT + - Thu, 30 Oct 2025 16:26:55 GMT Server: - Scaleway API Gateway (fr-par-3;edge03) X-Request-Id: - - bbacd2e1-f456-4881-9d9a-cf03a5030cee + - 202c1bf0-1807-4973-b37d-06b2fbdd37b4 status: 200 OK code: 200 - duration: 104.173484ms + duration: 33.788766ms - id: 52 request: proto: HTTP/1.1 @@ -1694,28 +1783,28 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/76a92752-3eea-4625-b05e-532277914a3a + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/fb51e515-671f-4e80-875b-52c3de6157e9 method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 767 - body: "{\"region\":\"fr-par\", \"id\":\"76a92752-3eea-4625-b05e-532277914a3a\", \"cluster_id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"created_at\":\"2025-10-30T16:18:53.744787Z\", \"updated_at\":\"2025-10-30T16:18:53.744787Z\", \"name\":\"test-pool-minimal\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"default\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 3815 + body: "{\"server\": {\"id\": \"fb51e515-671f-4e80-875b-52c3de6157e9\", \"name\": \"scw-test-pool-minimal-test-pool-minimal-21553d\", \"arch\": \"x86_64\", \"commercial_type\": \"PRO2-XXS\", \"boot_type\": \"local\", \"organization\": \"105bdce1-64c0-48ab-899d-868455867ecf\", \"project\": \"105bdce1-64c0-48ab-899d-868455867ecf\", \"hostname\": \"scw-test-pool-minimal-test-pool-minimal-21553d\", \"image\": {\"id\": \"5b4b5f3f-c2a1-451e-8603-4c0179b4de03\", \"name\": \"k8s_base_node_instance\", \"organization\": \"51b656e3-4865-41e8-adbc-0c45bdd780db\", \"project\": \"51b656e3-4865-41e8-adbc-0c45bdd780db\", \"root_volume\": {\"volume_type\": \"sbs_snapshot\", \"id\": \"c6b09a14-4a4d-44cd-a772-4f235fef4826\", \"size\": 0, \"name\": \"\"}, \"extra_volumes\": {}, \"public\": true, \"arch\": \"x86_64\", \"creation_date\": \"2025-10-27T10:01:33.994085+00:00\", \"modification_date\": \"2025-10-27T10:01:33.994085+00:00\", \"default_bootscript\": null, \"from_server\": \"\", \"state\": \"available\", \"tags\": [], \"zone\": \"fr-par-1\"}, \"volumes\": {\"0\": {\"boot\": true, \"volume_type\": \"sbs_volume\", \"id\": \"bbd33d9f-6a04-4271-be87-174a742b855c\", \"state\": \"available\", \"zone\": \"fr-par-1\"}}, \"tags\": [\"kapsule=bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"pool=76a92752-3eea-4625-b05e-532277914a3a\", \"pool-name=test-pool-minimal\", \"runtime=containerd\", \"managed=true\", \"terraform-test\", \"scaleway_k8s_cluster\", \"default\", \"node=21553d0d-15c0-4b71-b557-7efd0d478398\"], \"state\": \"running\", \"protected\": false, \"state_detail\": \"booting kernel\", \"public_ip\": {\"id\": \"65a60f6b-fa89-4e49-bc25-fced17fa3df3\", \"address\": \"51.15.236.240\", \"dynamic\": false, \"gateway\": \"62.210.0.1\", \"netmask\": \"32\", \"family\": \"inet\", \"provisioning_mode\": \"dhcp\", \"tags\": [\"kapsule=bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"node-name=scw-test-pool-minimal-test-pool-minimal-21553d\"], \"state\": \"attached\", \"ipam_id\": \"d13243cf-f7a2-47a2-82cb-b82803e8ab66\"}, \"public_ips\": [{\"id\": \"65a60f6b-fa89-4e49-bc25-fced17fa3df3\", \"address\": \"51.15.236.240\", \"dynamic\": false, \"gateway\": \"62.210.0.1\", \"netmask\": \"32\", \"family\": \"inet\", \"provisioning_mode\": \"dhcp\", \"tags\": [\"kapsule=bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"node-name=scw-test-pool-minimal-test-pool-minimal-21553d\"], \"state\": \"attached\", \"ipam_id\": \"d13243cf-f7a2-47a2-82cb-b82803e8ab66\"}, {\"id\": \"6e0fde74-7588-46f5-9ca0-c0791b471188\", \"address\": \"2001:bc8:710:404b:dc00:ff:fed0:7057\", \"dynamic\": false, \"gateway\": \"fe80::dc00:ff:fed0:7058\", \"netmask\": \"64\", \"family\": \"inet6\", \"provisioning_mode\": \"slaac\", \"tags\": [\"kapsule=bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"node-name=scw-test-pool-minimal-test-pool-minimal-21553d\"], \"state\": \"attached\", \"ipam_id\": \"2df7f8b1-6bd3-43dd-b660-b453c3836e98\"}], \"mac_address\": \"de:00:00:d0:70:57\", \"routed_ip_enabled\": true, \"ipv6\": null, \"extra_networks\": [], \"dynamic_ip_required\": false, \"enable_ipv6\": false, \"private_ip\": null, \"creation_date\": \"2025-10-30T16:24:58.918229+00:00\", \"modification_date\": \"2025-10-30T16:25:05.142326+00:00\", \"bootscript\": null, \"security_group\": {\"id\": \"4ef16f7a-478c-4b72-b932-982f4b04974b\", \"name\": \"Kapsule default security group\"}, \"location\": {\"zone_id\": \"fr-par-1\", \"platform_id\": \"14\", \"cluster_id\": \"12\", \"hypervisor_id\": \"101\", \"node_id\": \"31\"}, \"maintenances\": [], \"allowed_actions\": [\"poweroff\", \"terminate\", \"reboot\", \"stop_in_place\", \"backup\"], \"placement_group\": null, \"private_nics\": [{\"id\": \"a36f58d2-bfe1-4eca-86d9-f9c78f19628f\", \"private_network_id\": \"dd4ca113-1e98-4ef4-851b-44e9acdda76c\", \"server_id\": \"fb51e515-671f-4e80-875b-52c3de6157e9\", \"mac_address\": \"02:00:00:1a:35:26\", \"state\": \"available\", \"creation_date\": \"2025-10-30T16:25:01.398380+00:00\", \"modification_date\": \"2025-10-30T16:25:01.565852+00:00\", \"zone\": \"fr-par-1\", \"tags\": [], \"ipam_ip_ids\": [\"454ad022-4c4c-4a26-b209-e5a4b0c0f6b7\", \"28c1d7a8-0419-4979-8eec-043331fe2c84\"]}], \"zone\": \"fr-par-1\", \"filesystems\": [], \"end_of_service\": false}}" headers: Content-Length: - - "767" + - "3815" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:22:12 GMT + - Thu, 30 Oct 2025 16:26:55 GMT Server: - Scaleway API Gateway (fr-par-3;edge03) X-Request-Id: - - e731c9c5-b750-4441-9609-25472959f0b4 + - 66007838-59cb-42d3-8749-6c751fce696e status: 200 OK code: 200 - duration: 97.205216ms + duration: 173.298711ms - id: 53 request: proto: HTTP/1.1 @@ -1723,31 +1812,38 @@ interactions: proto_minor: 1 content_length: 0 host: api.scaleway.com + form: + order_by: + - created_at_asc + pool_id: + - 329660c2-2ae9-4907-a4cc-c8ae7ce7ca37 + status: + - unknown headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/76a92752-3eea-4625-b05e-532277914a3a + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/bd51a0ad-80a1-4d46-8acb-9adaa4108410/nodes?order_by=created_at_asc&pool_id=329660c2-2ae9-4907-a4cc-c8ae7ce7ca37&status=unknown method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 767 - body: "{\"region\":\"fr-par\", \"id\":\"76a92752-3eea-4625-b05e-532277914a3a\", \"cluster_id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"created_at\":\"2025-10-30T16:18:53.744787Z\", \"updated_at\":\"2025-10-30T16:18:53.744787Z\", \"name\":\"test-pool-minimal\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"default\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: + content_length: 621 + body: "{\"total_count\":1, \"nodes\":[{\"region\":\"fr-par\", \"id\":\"a34ec0fd-a4f8-487d-813f-5d14369a67cf\", \"cluster_id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"created_at\":\"2025-10-30T16:25:38.865038Z\", \"updated_at\":\"2025-10-30T16:26:51.162742Z\", \"pool_id\":\"329660c2-2ae9-4907-a4cc-c8ae7ce7ca37\", \"status\":\"ready\", \"conditions\":{\"DiskPressure\":\"False\", \"MemoryPressure\":\"False\", \"PIDPressure\":\"False\", \"Ready\":\"True\"}, \"name\":\"scw-test-pool-minima-test-pool-minimal--a34ec0\", \"public_ip_v4\":\"163.172.149.221\", \"public_ip_v6\":null, \"provider_id\":\"scaleway://instance/fr-par-1/3e5635e7-8f2f-42aa-a116-98563cdca504\", \"error_message\":\"\"}]}" + headers: Content-Length: - - "767" + - "621" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:22:17 GMT + - Thu, 30 Oct 2025 16:26:55 GMT Server: - Scaleway API Gateway (fr-par-3;edge03) X-Request-Id: - - 7a4f5489-e731-43e1-86cf-f22d3d0b3452 + - 1e35ac18-3a79-462b-93aa-b9d7791aef0b status: 200 OK code: 200 - duration: 72.590248ms + duration: 33.9295ms - id: 54 request: proto: HTTP/1.1 @@ -1758,28 +1854,28 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/76a92752-3eea-4625-b05e-532277914a3a + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/3e5635e7-8f2f-42aa-a116-98563cdca504 method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 767 - body: "{\"region\":\"fr-par\", \"id\":\"76a92752-3eea-4625-b05e-532277914a3a\", \"cluster_id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"created_at\":\"2025-10-30T16:18:53.744787Z\", \"updated_at\":\"2025-10-30T16:18:53.744787Z\", \"name\":\"test-pool-minimal\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"default\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 3820 + body: "{\"server\": {\"id\": \"3e5635e7-8f2f-42aa-a116-98563cdca504\", \"name\": \"scw-test-pool-minima-test-pool-minimal--a34ec0\", \"arch\": \"x86_64\", \"commercial_type\": \"PRO2-XXS\", \"boot_type\": \"local\", \"organization\": \"105bdce1-64c0-48ab-899d-868455867ecf\", \"project\": \"105bdce1-64c0-48ab-899d-868455867ecf\", \"hostname\": \"scw-test-pool-minima-test-pool-minimal--a34ec0\", \"image\": {\"id\": \"5b4b5f3f-c2a1-451e-8603-4c0179b4de03\", \"name\": \"k8s_base_node_instance\", \"organization\": \"51b656e3-4865-41e8-adbc-0c45bdd780db\", \"project\": \"51b656e3-4865-41e8-adbc-0c45bdd780db\", \"root_volume\": {\"volume_type\": \"sbs_snapshot\", \"id\": \"c6b09a14-4a4d-44cd-a772-4f235fef4826\", \"size\": 0, \"name\": \"\"}, \"extra_volumes\": {}, \"public\": true, \"arch\": \"x86_64\", \"creation_date\": \"2025-10-27T10:01:33.994085+00:00\", \"modification_date\": \"2025-10-27T10:01:33.994085+00:00\", \"default_bootscript\": null, \"from_server\": \"\", \"state\": \"available\", \"tags\": [], \"zone\": \"fr-par-1\"}, \"volumes\": {\"0\": {\"boot\": true, \"volume_type\": \"sbs_volume\", \"id\": \"c8a640a9-01ac-4b74-8930-96ec93542099\", \"state\": \"available\", \"zone\": \"fr-par-1\"}}, \"tags\": [\"kapsule=bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"pool=329660c2-2ae9-4907-a4cc-c8ae7ce7ca37\", \"pool-name=test-pool-minimal-2\", \"runtime=containerd\", \"managed=true\", \"terraform-test\", \"scaleway_k8s_cluster\", \"minimal\", \"node=a34ec0fd-a4f8-487d-813f-5d14369a67cf\"], \"state\": \"running\", \"protected\": false, \"state_detail\": \"booting kernel\", \"public_ip\": {\"id\": \"5e1fe2cf-537e-4763-9643-89980a20a0b0\", \"address\": \"163.172.149.221\", \"dynamic\": false, \"gateway\": \"62.210.0.1\", \"netmask\": \"32\", \"family\": \"inet\", \"provisioning_mode\": \"dhcp\", \"tags\": [\"kapsule=bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"node-name=scw-test-pool-minima-test-pool-minimal--a34ec0\"], \"state\": \"attached\", \"ipam_id\": \"21d59ed8-ebc0-4f71-8ca2-cf8643f94e4c\"}, \"public_ips\": [{\"id\": \"5e1fe2cf-537e-4763-9643-89980a20a0b0\", \"address\": \"163.172.149.221\", \"dynamic\": false, \"gateway\": \"62.210.0.1\", \"netmask\": \"32\", \"family\": \"inet\", \"provisioning_mode\": \"dhcp\", \"tags\": [\"kapsule=bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"node-name=scw-test-pool-minima-test-pool-minimal--a34ec0\"], \"state\": \"attached\", \"ipam_id\": \"21d59ed8-ebc0-4f71-8ca2-cf8643f94e4c\"}, {\"id\": \"e5cc1ffc-127d-4888-871f-7b6927753964\", \"address\": \"2001:bc8:710:d34f:dc00:ff:fed0:706b\", \"dynamic\": false, \"gateway\": \"fe80::dc00:ff:fed0:706c\", \"netmask\": \"64\", \"family\": \"inet6\", \"provisioning_mode\": \"slaac\", \"tags\": [\"kapsule=bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"node-name=scw-test-pool-minima-test-pool-minimal--a34ec0\"], \"state\": \"attached\", \"ipam_id\": \"242e2406-8cc8-4b0a-9493-e0a44c09754b\"}], \"mac_address\": \"de:00:00:d0:70:6b\", \"routed_ip_enabled\": true, \"ipv6\": null, \"extra_networks\": [], \"dynamic_ip_required\": false, \"enable_ipv6\": false, \"private_ip\": null, \"creation_date\": \"2025-10-30T16:25:39.497701+00:00\", \"modification_date\": \"2025-10-30T16:25:44.467868+00:00\", \"bootscript\": null, \"security_group\": {\"id\": \"4ef16f7a-478c-4b72-b932-982f4b04974b\", \"name\": \"Kapsule default security group\"}, \"location\": {\"zone_id\": \"fr-par-1\", \"platform_id\": \"14\", \"cluster_id\": \"33\", \"hypervisor_id\": \"901\", \"node_id\": \"8\"}, \"maintenances\": [], \"allowed_actions\": [\"poweroff\", \"terminate\", \"reboot\", \"stop_in_place\", \"backup\"], \"placement_group\": null, \"private_nics\": [{\"id\": \"3c992745-903c-4151-a853-06d914135ecd\", \"private_network_id\": \"dd4ca113-1e98-4ef4-851b-44e9acdda76c\", \"server_id\": \"3e5635e7-8f2f-42aa-a116-98563cdca504\", \"mac_address\": \"02:00:00:13:f4:69\", \"state\": \"available\", \"creation_date\": \"2025-10-30T16:25:41.644718+00:00\", \"modification_date\": \"2025-10-30T16:25:41.763638+00:00\", \"zone\": \"fr-par-1\", \"tags\": [], \"ipam_ip_ids\": [\"1eba195d-6bd2-4600-8adb-69d607981d6f\", \"7102e233-ba57-4ba2-b095-2185253ca639\"]}], \"zone\": \"fr-par-1\", \"filesystems\": [], \"end_of_service\": false}}" headers: Content-Length: - - "767" + - "3820" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:22:22 GMT + - Thu, 30 Oct 2025 16:26:55 GMT Server: - Scaleway API Gateway (fr-par-3;edge03) X-Request-Id: - - b513c87a-6229-4d71-930a-53c262bf3a5c + - 34a8f5f9-fd18-407d-9522-84f8a061dabe status: 200 OK code: 200 - duration: 161.182389ms + duration: 143.195642ms - id: 55 request: proto: HTTP/1.1 @@ -1790,28 +1886,28 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/76a92752-3eea-4625-b05e-532277914a3a + url: https://api.scaleway.com/vpc/v2/regions/fr-par/vpcs/fb5cd7b8-e592-4b6e-8216-66fca3c089b6 method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 767 - body: "{\"region\":\"fr-par\", \"id\":\"76a92752-3eea-4625-b05e-532277914a3a\", \"cluster_id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"created_at\":\"2025-10-30T16:18:53.744787Z\", \"updated_at\":\"2025-10-30T16:18:53.744787Z\", \"name\":\"test-pool-minimal\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"default\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 422 + body: "{\"id\":\"fb5cd7b8-e592-4b6e-8216-66fca3c089b6\", \"name\":\"tf-vpc-friendly-williams\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:47.163149Z\", \"updated_at\":\"2025-10-30T16:18:47.163149Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_default\":false, \"private_network_count\":1, \"routing_enabled\":true, \"custom_routes_propagation_enabled\":true, \"region\":\"fr-par\"}" headers: Content-Length: - - "767" + - "422" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:22:27 GMT + - Thu, 30 Oct 2025 16:26:55 GMT Server: - Scaleway API Gateway (fr-par-3;edge03) X-Request-Id: - - f77436ff-1866-4b92-855d-170079fbb93e + - fa01cc3d-5241-4def-917c-ab7a00e62c5c status: 200 OK code: 200 - duration: 221.550439ms + duration: 26.123649ms - id: 56 request: proto: HTTP/1.1 @@ -1822,28 +1918,28 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/76a92752-3eea-4625-b05e-532277914a3a + url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks/dd4ca113-1e98-4ef4-851b-44e9acdda76c method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 767 - body: "{\"region\":\"fr-par\", \"id\":\"76a92752-3eea-4625-b05e-532277914a3a\", \"cluster_id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"created_at\":\"2025-10-30T16:18:53.744787Z\", \"updated_at\":\"2025-10-30T16:18:53.744787Z\", \"name\":\"test-pool-minimal\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"default\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 1087 + body: "{\"id\":\"dd4ca113-1e98-4ef4-851b-44e9acdda76c\", \"name\":\"test-pool-minimal\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:47.286292Z\", \"updated_at\":\"2025-10-30T16:18:47.286292Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"subnets\":[{\"id\":\"0bede021-b29d-4922-8b51-970671def39d\", \"created_at\":\"2025-10-30T16:18:47.286292Z\", \"updated_at\":\"2025-10-30T16:18:47.286292Z\", \"subnet\":\"172.18.88.0/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"dd4ca113-1e98-4ef4-851b-44e9acdda76c\", \"vpc_id\":\"fb5cd7b8-e592-4b6e-8216-66fca3c089b6\"}, {\"id\":\"d7af6fd0-cb67-4b07-9c7f-5555b52eee58\", \"created_at\":\"2025-10-30T16:18:47.286292Z\", \"updated_at\":\"2025-10-30T16:18:47.286292Z\", \"subnet\":\"fd5f:519c:6d46:22e5::/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"dd4ca113-1e98-4ef4-851b-44e9acdda76c\", \"vpc_id\":\"fb5cd7b8-e592-4b6e-8216-66fca3c089b6\"}], \"vpc_id\":\"fb5cd7b8-e592-4b6e-8216-66fca3c089b6\", \"dhcp_enabled\":true, \"default_route_propagation_enabled\":false, \"region\":\"fr-par\"}" headers: Content-Length: - - "767" + - "1087" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:22:33 GMT + - Thu, 30 Oct 2025 16:26:55 GMT Server: - Scaleway API Gateway (fr-par-3;edge03) X-Request-Id: - - 67827a3b-3bd0-467d-b6be-b4f528d6c1b9 + - a7f8dd64-972f-4453-a8e1-ec38dc21b529 status: 200 OK code: 200 - duration: 81.602393ms + duration: 26.823473ms - id: 57 request: proto: HTTP/1.1 @@ -1854,28 +1950,28 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/76a92752-3eea-4625-b05e-532277914a3a + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/bd51a0ad-80a1-4d46-8acb-9adaa4108410 method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 767 - body: "{\"region\":\"fr-par\", \"id\":\"76a92752-3eea-4625-b05e-532277914a3a\", \"cluster_id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"created_at\":\"2025-10-30T16:18:53.744787Z\", \"updated_at\":\"2025-10-30T16:18:53.744787Z\", \"name\":\"test-pool-minimal\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"default\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 1633 + body: "{\"region\":\"fr-par\", \"id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:48.262115Z\", \"updated_at\":\"2025-10-30T16:20:59.041275Z\", \"type\":\"kapsule\", \"name\":\"test-pool-minimal\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"calico\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"minimal\"], \"cluster_url\":\"https://bd51a0ad-80a1-4d46-8acb-9adaa4108410.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.bd51a0ad-80a1-4d46-8acb-9adaa4108410.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"dd4ca113-1e98-4ef4-851b-44e9acdda76c\", \"commitment_ends_at\":\"2025-10-30T16:18:48.262121Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"1797d43b-5d04-471b-80f7-5036f26b7d01\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" headers: Content-Length: - - "767" + - "1633" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:22:38 GMT + - Thu, 30 Oct 2025 16:26:55 GMT Server: - Scaleway API Gateway (fr-par-3;edge03) X-Request-Id: - - b32fe7ea-0b76-48a7-add5-bc4573cfe331 + - 2f948099-c02a-43ac-bc3d-c7962f484d67 status: 200 OK code: 200 - duration: 78.635715ms + duration: 25.713549ms - id: 58 request: proto: HTTP/1.1 @@ -1886,28 +1982,28 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/76a92752-3eea-4625-b05e-532277914a3a + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/bd51a0ad-80a1-4d46-8acb-9adaa4108410/kubeconfig method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 767 - body: "{\"region\":\"fr-par\", \"id\":\"76a92752-3eea-4625-b05e-532277914a3a\", \"cluster_id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"created_at\":\"2025-10-30T16:18:53.744787Z\", \"updated_at\":\"2025-10-30T16:18:53.744787Z\", \"name\":\"test-pool-minimal\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"default\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 1674 + body: "{\"name\":\"kubeconfig\", \"content_type\":\"application/octet-stream\", \"content\":\"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogInRlc3QtcG9vbC1taW5pbWFsIgogIGNsdXN0ZXI6CiAgICBjZXJ0aWZpY2F0ZS1hdXRob3JpdHktZGF0YTogTFMwdExTMUNSVWRKVGlCRFJWSlVTVVpKUTBGVVJTMHRMUzB0Q2sxSlNVSlhla05EUVZGSFowRjNTVUpCWjBsQ1FVUkJTMEpuWjNGb2EycFBVRkZSUkVGcVFWWk5VazEzUlZGWlJGWlJVVVJGZDNCeVpGZEtiR050Tld3S1pFZFdlazFDTkZoRVZFa3hUVlJCZVU5VVJUSk5WR2N3VDBadldFUlVUVEZOVkVGNVQxUkZNazFVWnpCUFJtOTNSbFJGVkUxQ1JVZEJNVlZGUVhoTlN3cGhNMVpwV2xoS2RWcFlVbXhqZWtKYVRVSk5SMEo1Y1VkVFRUUTVRV2RGUjBORGNVZFRUVFE1UVhkRlNFRXdTVUZDVDFJME1HNDFObkZ1TDJWQ2EwMVpDbVUzVW5aalZIZDFZbmd3ZVhZcmMySXhkMWRITWtKemFGcHpTbGw1VHpndlJFWkpiVGMzVm5RMk9YcDNNakJzZEdaQ1UyZHBSRmRwZVhKNVJXVldiV3dLU1d0eGJGVXZRMnBSYWtKQlRVRTBSMEV4VldSRWQwVkNMM2RSUlVGM1NVTndSRUZRUW1kT1ZraFNUVUpCWmpoRlFsUkJSRUZSU0M5TlFqQkhRVEZWWkFwRVoxRlhRa0pVUWxZck9XbEhiMEZUT1VwdlZtWXZkUzlxUnpnMVZWSkVOV2hxUVV0Q1oyZHhhR3RxVDFCUlVVUkJaMDVKUVVSQ1JrRnBRVEl4TW5Sb0NqWjRNMVk1YlZjMFZYTlBRM1owWWtnMk1XOUVXalpFVG1rMFVHeHdUVU5PU0ZaMWVsUjNTV2hCVDB4QlNXUkhaM1JTVFRSd0sxazNTREJYZUVVMFZrb0tlVTlQZEhaU2J6TjFkRU5TTjJWclJqZFlabmtLTFMwdExTMUZUa1FnUTBWU1ZFbEdTVU5CVkVVdExTMHRMUW89CiAgICBzZXJ2ZXI6IGh0dHBzOi8vYmQ1MWEwYWQtODBhMS00ZDQ2LThhY2ItOWFkYWE0MTA4NDEwLmFwaS5rOHMuZnItcGFyLnNjdy5jbG91ZDo2NDQzCmNvbnRleHRzOgotIG5hbWU6IGFkbWluQHRlc3QtcG9vbC1taW5pbWFsCiAgY29udGV4dDoKICAgIGNsdXN0ZXI6ICJ0ZXN0LXBvb2wtbWluaW1hbCIKICAgIHVzZXI6IHRlc3QtcG9vbC1taW5pbWFsLWFkbWluCmN1cnJlbnQtY29udGV4dDogYWRtaW5AdGVzdC1wb29sLW1pbmltYWwKa2luZDogQ29uZmlnCnByZWZlcmVuY2VzOiB7fQp1c2VyczoKLSBuYW1lOiB0ZXN0LXBvb2wtbWluaW1hbC1hZG1pbgogIHVzZXI6CiAgICB0b2tlbjogMVNaaGFUSGppY1Jid25EaVIzWHhwUDRJWENGMWJyWmlFMmZJMTBZQTBIR3JNV1dpdzE5SnROV2M=\"}" headers: Content-Length: - - "767" + - "1674" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:22:43 GMT + - Thu, 30 Oct 2025 16:26:55 GMT Server: - Scaleway API Gateway (fr-par-3;edge03) X-Request-Id: - - f66dd15a-f66b-4bb7-ab54-ece708616f6d + - 6bf5b03f-ade1-4a77-9d40-afa90c80539b status: 200 OK code: 200 - duration: 95.479998ms + duration: 89.185765ms - id: 59 request: proto: HTTP/1.1 @@ -1924,22 +2020,22 @@ interactions: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 767 - body: "{\"region\":\"fr-par\", \"id\":\"76a92752-3eea-4625-b05e-532277914a3a\", \"cluster_id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"created_at\":\"2025-10-30T16:18:53.744787Z\", \"updated_at\":\"2025-10-30T16:18:53.744787Z\", \"name\":\"test-pool-minimal\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"default\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 765 + body: "{\"region\":\"fr-par\", \"id\":\"76a92752-3eea-4625-b05e-532277914a3a\", \"cluster_id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"created_at\":\"2025-10-30T16:18:53.744787Z\", \"updated_at\":\"2025-10-30T16:25:33.360930Z\", \"name\":\"test-pool-minimal\", \"status\":\"ready\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"default\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" headers: Content-Length: - - "767" + - "765" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:22:48 GMT + - Thu, 30 Oct 2025 16:26:55 GMT Server: - Scaleway API Gateway (fr-par-3;edge03) X-Request-Id: - - ac0acf75-960c-44ac-8e8b-3261bba7efbc + - 31dd1139-76ec-4359-96d0-3f95bcbdadaa status: 200 OK code: 200 - duration: 104.132939ms + duration: 77.717742ms - id: 60 request: proto: HTTP/1.1 @@ -1950,28 +2046,28 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/76a92752-3eea-4625-b05e-532277914a3a + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/329660c2-2ae9-4907-a4cc-c8ae7ce7ca37 method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 content_length: 767 - body: "{\"region\":\"fr-par\", \"id\":\"76a92752-3eea-4625-b05e-532277914a3a\", \"cluster_id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"created_at\":\"2025-10-30T16:18:53.744787Z\", \"updated_at\":\"2025-10-30T16:18:53.744787Z\", \"name\":\"test-pool-minimal\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"default\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + body: "{\"region\":\"fr-par\", \"id\":\"329660c2-2ae9-4907-a4cc-c8ae7ce7ca37\", \"cluster_id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"created_at\":\"2025-10-30T16:25:38.114247Z\", \"updated_at\":\"2025-10-30T16:26:51.176616Z\", \"name\":\"test-pool-minimal-2\", \"status\":\"ready\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"minimal\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" headers: Content-Length: - "767" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:22:53 GMT + - Thu, 30 Oct 2025 16:26:55 GMT Server: - Scaleway API Gateway (fr-par-3;edge03) X-Request-Id: - - fc7f0b71-5af1-4c35-9c2e-8ae62febaadf + - f5bc1492-86a5-42c3-ae8f-016ea5fb0d9d status: 200 OK code: 200 - duration: 81.3826ms + duration: 107.689694ms - id: 61 request: proto: HTTP/1.1 @@ -1979,31 +2075,40 @@ interactions: proto_minor: 1 content_length: 0 host: api.scaleway.com + form: + order_by: + - created_at_asc + page: + - "1" + pool_id: + - 76a92752-3eea-4625-b05e-532277914a3a + status: + - unknown headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/76a92752-3eea-4625-b05e-532277914a3a + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/bd51a0ad-80a1-4d46-8acb-9adaa4108410/nodes?order_by=created_at_asc&page=1&pool_id=76a92752-3eea-4625-b05e-532277914a3a&status=unknown method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 767 - body: "{\"region\":\"fr-par\", \"id\":\"76a92752-3eea-4625-b05e-532277914a3a\", \"cluster_id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"created_at\":\"2025-10-30T16:18:53.744787Z\", \"updated_at\":\"2025-10-30T16:18:53.744787Z\", \"name\":\"test-pool-minimal\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"default\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 649 + body: "{\"total_count\":1, \"nodes\":[{\"region\":\"fr-par\", \"id\":\"21553d0d-15c0-4b71-b557-7efd0d478398\", \"cluster_id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"created_at\":\"2025-10-30T16:24:58.266436Z\", \"updated_at\":\"2025-10-30T16:26:51.139802Z\", \"pool_id\":\"76a92752-3eea-4625-b05e-532277914a3a\", \"status\":\"ready\", \"conditions\":{\"DiskPressure\":\"False\", \"MemoryPressure\":\"False\", \"NetworkUnavailable\":\"False\", \"PIDPressure\":\"False\", \"Ready\":\"True\"}, \"name\":\"scw-test-pool-minimal-test-pool-minimal-21553d\", \"public_ip_v4\":\"51.15.236.240\", \"public_ip_v6\":null, \"provider_id\":\"scaleway://instance/fr-par-1/fb51e515-671f-4e80-875b-52c3de6157e9\", \"error_message\":\"\"}]}" headers: Content-Length: - - "767" + - "649" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:22:58 GMT + - Thu, 30 Oct 2025 16:26:55 GMT Server: - Scaleway API Gateway (fr-par-3;edge03) X-Request-Id: - - adb59ae3-d7dd-43e3-b074-af69ba368c83 + - 77438acf-ec58-44b1-ac2d-1b1b461367e8 status: 200 OK code: 200 - duration: 88.637015ms + duration: 30.742017ms - id: 62 request: proto: HTTP/1.1 @@ -2011,31 +2116,40 @@ interactions: proto_minor: 1 content_length: 0 host: api.scaleway.com + form: + order_by: + - created_at_asc + page: + - "1" + pool_id: + - 329660c2-2ae9-4907-a4cc-c8ae7ce7ca37 + status: + - unknown headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/76a92752-3eea-4625-b05e-532277914a3a + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/bd51a0ad-80a1-4d46-8acb-9adaa4108410/nodes?order_by=created_at_asc&page=1&pool_id=329660c2-2ae9-4907-a4cc-c8ae7ce7ca37&status=unknown method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 767 - body: "{\"region\":\"fr-par\", \"id\":\"76a92752-3eea-4625-b05e-532277914a3a\", \"cluster_id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"created_at\":\"2025-10-30T16:18:53.744787Z\", \"updated_at\":\"2025-10-30T16:18:53.744787Z\", \"name\":\"test-pool-minimal\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"default\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 621 + body: "{\"total_count\":1, \"nodes\":[{\"region\":\"fr-par\", \"id\":\"a34ec0fd-a4f8-487d-813f-5d14369a67cf\", \"cluster_id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"created_at\":\"2025-10-30T16:25:38.865038Z\", \"updated_at\":\"2025-10-30T16:26:51.162742Z\", \"pool_id\":\"329660c2-2ae9-4907-a4cc-c8ae7ce7ca37\", \"status\":\"ready\", \"conditions\":{\"DiskPressure\":\"False\", \"MemoryPressure\":\"False\", \"PIDPressure\":\"False\", \"Ready\":\"True\"}, \"name\":\"scw-test-pool-minima-test-pool-minimal--a34ec0\", \"public_ip_v4\":\"163.172.149.221\", \"public_ip_v6\":null, \"provider_id\":\"scaleway://instance/fr-par-1/3e5635e7-8f2f-42aa-a116-98563cdca504\", \"error_message\":\"\"}]}" headers: Content-Length: - - "767" + - "621" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:23:03 GMT + - Thu, 30 Oct 2025 16:26:55 GMT Server: - Scaleway API Gateway (fr-par-3;edge03) X-Request-Id: - - ef07a0ee-09c0-4225-8d0b-4a61ea09a463 + - e775357f-4676-4b39-9a06-20923a825afa status: 200 OK code: 200 - duration: 76.757209ms + duration: 22.954973ms - id: 63 request: proto: HTTP/1.1 @@ -2046,28 +2160,28 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/76a92752-3eea-4625-b05e-532277914a3a + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/bd51a0ad-80a1-4d46-8acb-9adaa4108410 method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 767 - body: "{\"region\":\"fr-par\", \"id\":\"76a92752-3eea-4625-b05e-532277914a3a\", \"cluster_id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"created_at\":\"2025-10-30T16:18:53.744787Z\", \"updated_at\":\"2025-10-30T16:18:53.744787Z\", \"name\":\"test-pool-minimal\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"default\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 1633 + body: "{\"region\":\"fr-par\", \"id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:48.262115Z\", \"updated_at\":\"2025-10-30T16:20:59.041275Z\", \"type\":\"kapsule\", \"name\":\"test-pool-minimal\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"calico\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"minimal\"], \"cluster_url\":\"https://bd51a0ad-80a1-4d46-8acb-9adaa4108410.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.bd51a0ad-80a1-4d46-8acb-9adaa4108410.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"dd4ca113-1e98-4ef4-851b-44e9acdda76c\", \"commitment_ends_at\":\"2025-10-30T16:18:48.262121Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"1797d43b-5d04-471b-80f7-5036f26b7d01\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" headers: Content-Length: - - "767" + - "1633" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:23:08 GMT + - Thu, 30 Oct 2025 16:26:55 GMT Server: - Scaleway API Gateway (fr-par-3;edge03) X-Request-Id: - - 2b68b323-799d-4cca-827c-48f9681273ed + - eec114d4-d2c2-4934-ac6a-cc02bd0e7b47 status: 200 OK code: 200 - duration: 83.642ms + duration: 21.909941ms - id: 64 request: proto: HTTP/1.1 @@ -2078,28 +2192,28 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/76a92752-3eea-4625-b05e-532277914a3a + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/bd51a0ad-80a1-4d46-8acb-9adaa4108410 method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 767 - body: "{\"region\":\"fr-par\", \"id\":\"76a92752-3eea-4625-b05e-532277914a3a\", \"cluster_id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"created_at\":\"2025-10-30T16:18:53.744787Z\", \"updated_at\":\"2025-10-30T16:18:53.744787Z\", \"name\":\"test-pool-minimal\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"default\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 1633 + body: "{\"region\":\"fr-par\", \"id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:48.262115Z\", \"updated_at\":\"2025-10-30T16:20:59.041275Z\", \"type\":\"kapsule\", \"name\":\"test-pool-minimal\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"calico\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"minimal\"], \"cluster_url\":\"https://bd51a0ad-80a1-4d46-8acb-9adaa4108410.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.bd51a0ad-80a1-4d46-8acb-9adaa4108410.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"dd4ca113-1e98-4ef4-851b-44e9acdda76c\", \"commitment_ends_at\":\"2025-10-30T16:18:48.262121Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"1797d43b-5d04-471b-80f7-5036f26b7d01\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" headers: Content-Length: - - "767" + - "1633" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:23:13 GMT + - Thu, 30 Oct 2025 16:26:55 GMT Server: - Scaleway API Gateway (fr-par-3;edge03) X-Request-Id: - - e8667f3d-6637-4686-85d7-bf8b2af527f4 + - f6642085-7341-4f6b-b66a-34f2a612397e status: 200 OK code: 200 - duration: 113.86321ms + duration: 29.013222ms - id: 65 request: proto: HTTP/1.1 @@ -2107,31 +2221,40 @@ interactions: proto_minor: 1 content_length: 0 host: api.scaleway.com + form: + order_by: + - created_at_desc + project_id: + - 105bdce1-64c0-48ab-899d-868455867ecf + resource_name: + - scw-test-pool-minimal-test-pool-minimal-21553d + resource_type: + - unknown_type headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/76a92752-3eea-4625-b05e-532277914a3a + url: https://api.scaleway.com/ipam/v1/regions/fr-par/ips?order_by=created_at_desc&project_id=105bdce1-64c0-48ab-899d-868455867ecf&resource_name=scw-test-pool-minimal-test-pool-minimal-21553d&resource_type=unknown_type method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 767 - body: "{\"region\":\"fr-par\", \"id\":\"76a92752-3eea-4625-b05e-532277914a3a\", \"cluster_id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"created_at\":\"2025-10-30T16:18:53.744787Z\", \"updated_at\":\"2025-10-30T16:18:53.744787Z\", \"name\":\"test-pool-minimal\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"default\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 1122 + body: "{\"total_count\":2, \"ips\":[{\"id\":\"28c1d7a8-0419-4979-8eec-043331fe2c84\", \"address\":\"fd5f:519c:6d46:22e5:34fe:8c68:418c:3ac7/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":true, \"created_at\":\"2025-10-30T16:25:01.810746Z\", \"updated_at\":\"2025-10-30T16:25:01.810746Z\", \"source\":{\"subnet_id\":\"d7af6fd0-cb67-4b07-9c7f-5555b52eee58\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"a36f58d2-bfe1-4eca-86d9-f9c78f19628f\", \"mac_address\":\"02:00:00:1A:35:26\", \"name\":\"scw-test-pool-minimal-test-pool-minimal-21553d\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}, {\"id\":\"454ad022-4c4c-4a26-b209-e5a4b0c0f6b7\", \"address\":\"172.18.88.3/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":false, \"created_at\":\"2025-10-30T16:25:01.646647Z\", \"updated_at\":\"2025-10-30T16:25:01.646647Z\", \"source\":{\"subnet_id\":\"0bede021-b29d-4922-8b51-970671def39d\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"a36f58d2-bfe1-4eca-86d9-f9c78f19628f\", \"mac_address\":\"02:00:00:1A:35:26\", \"name\":\"scw-test-pool-minimal-test-pool-minimal-21553d\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}]}" headers: Content-Length: - - "767" + - "1122" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:23:18 GMT + - Thu, 30 Oct 2025 16:26:55 GMT Server: - Scaleway API Gateway (fr-par-3;edge03) X-Request-Id: - - 6165d917-d29a-48e3-8d5b-cd80de438333 + - 9bdb51c3-9b74-4638-a766-e44d6eacf681 status: 200 OK code: 200 - duration: 87.655683ms + duration: 29.943689ms - id: 66 request: proto: HTTP/1.1 @@ -2139,31 +2262,40 @@ interactions: proto_minor: 1 content_length: 0 host: api.scaleway.com + form: + order_by: + - created_at_desc + project_id: + - 105bdce1-64c0-48ab-899d-868455867ecf + resource_name: + - scw-test-pool-minima-test-pool-minimal--a34ec0 + resource_type: + - unknown_type headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/76a92752-3eea-4625-b05e-532277914a3a + url: https://api.scaleway.com/ipam/v1/regions/fr-par/ips?order_by=created_at_desc&project_id=105bdce1-64c0-48ab-899d-868455867ecf&resource_name=scw-test-pool-minima-test-pool-minimal--a34ec0&resource_type=unknown_type method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 767 - body: "{\"region\":\"fr-par\", \"id\":\"76a92752-3eea-4625-b05e-532277914a3a\", \"cluster_id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"created_at\":\"2025-10-30T16:18:53.744787Z\", \"updated_at\":\"2025-10-30T16:18:53.744787Z\", \"name\":\"test-pool-minimal\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"default\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 1122 + body: "{\"total_count\":2, \"ips\":[{\"id\":\"7102e233-ba57-4ba2-b095-2185253ca639\", \"address\":\"fd5f:519c:6d46:22e5:262f:9818:9285:6eef/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":true, \"created_at\":\"2025-10-30T16:25:41.959447Z\", \"updated_at\":\"2025-10-30T16:25:41.959447Z\", \"source\":{\"subnet_id\":\"d7af6fd0-cb67-4b07-9c7f-5555b52eee58\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"3c992745-903c-4151-a853-06d914135ecd\", \"mac_address\":\"02:00:00:13:F4:69\", \"name\":\"scw-test-pool-minima-test-pool-minimal--a34ec0\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}, {\"id\":\"1eba195d-6bd2-4600-8adb-69d607981d6f\", \"address\":\"172.18.88.4/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":false, \"created_at\":\"2025-10-30T16:25:41.841664Z\", \"updated_at\":\"2025-10-30T16:25:41.841664Z\", \"source\":{\"subnet_id\":\"0bede021-b29d-4922-8b51-970671def39d\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"3c992745-903c-4151-a853-06d914135ecd\", \"mac_address\":\"02:00:00:13:F4:69\", \"name\":\"scw-test-pool-minima-test-pool-minimal--a34ec0\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}]}" headers: Content-Length: - - "767" + - "1122" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:23:23 GMT + - Thu, 30 Oct 2025 16:26:55 GMT Server: - Scaleway API Gateway (fr-par-3;edge03) X-Request-Id: - - e666ca59-7788-410f-bb51-c36c9b8db58c + - 25635619-2da8-4b01-a8b7-c12da9b71641 status: 200 OK code: 200 - duration: 104.308728ms + duration: 37.969392ms - id: 67 request: proto: HTTP/1.1 @@ -2174,28 +2306,28 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/76a92752-3eea-4625-b05e-532277914a3a + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/329660c2-2ae9-4907-a4cc-c8ae7ce7ca37 method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 content_length: 767 - body: "{\"region\":\"fr-par\", \"id\":\"76a92752-3eea-4625-b05e-532277914a3a\", \"cluster_id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"created_at\":\"2025-10-30T16:18:53.744787Z\", \"updated_at\":\"2025-10-30T16:18:53.744787Z\", \"name\":\"test-pool-minimal\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"default\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + body: "{\"region\":\"fr-par\", \"id\":\"329660c2-2ae9-4907-a4cc-c8ae7ce7ca37\", \"cluster_id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"created_at\":\"2025-10-30T16:25:38.114247Z\", \"updated_at\":\"2025-10-30T16:26:51.176616Z\", \"name\":\"test-pool-minimal-2\", \"status\":\"ready\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"minimal\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" headers: Content-Length: - "767" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:23:29 GMT + - Thu, 30 Oct 2025 16:26:56 GMT Server: - Scaleway API Gateway (fr-par-3;edge03) X-Request-Id: - - 5762c58d-edbb-4db1-a853-e7d1e5973123 + - 22bb6b6e-d9af-470f-9d7c-7cd3b0587fd1 status: 200 OK code: 200 - duration: 74.089062ms + duration: 21.688436ms - id: 68 request: proto: HTTP/1.1 @@ -2206,28 +2338,28 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/76a92752-3eea-4625-b05e-532277914a3a + url: https://api.scaleway.com/vpc/v2/regions/fr-par/vpcs/fb5cd7b8-e592-4b6e-8216-66fca3c089b6 method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 767 - body: "{\"region\":\"fr-par\", \"id\":\"76a92752-3eea-4625-b05e-532277914a3a\", \"cluster_id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"created_at\":\"2025-10-30T16:18:53.744787Z\", \"updated_at\":\"2025-10-30T16:18:53.744787Z\", \"name\":\"test-pool-minimal\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"default\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 422 + body: "{\"id\":\"fb5cd7b8-e592-4b6e-8216-66fca3c089b6\", \"name\":\"tf-vpc-friendly-williams\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:47.163149Z\", \"updated_at\":\"2025-10-30T16:18:47.163149Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_default\":false, \"private_network_count\":1, \"routing_enabled\":true, \"custom_routes_propagation_enabled\":true, \"region\":\"fr-par\"}" headers: Content-Length: - - "767" + - "422" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:23:34 GMT + - Thu, 30 Oct 2025 16:26:56 GMT Server: - Scaleway API Gateway (fr-par-3;edge03) X-Request-Id: - - a6faa517-62a2-43e6-8aa6-d7559af2bac7 + - b1e68838-b53b-421b-bd5a-f7b214e9678a status: 200 OK code: 200 - duration: 117.868036ms + duration: 35.94387ms - id: 69 request: proto: HTTP/1.1 @@ -2235,31 +2367,40 @@ interactions: proto_minor: 1 content_length: 0 host: api.scaleway.com + form: + order_by: + - created_at_asc + page: + - "1" + pool_id: + - 329660c2-2ae9-4907-a4cc-c8ae7ce7ca37 + status: + - unknown headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/76a92752-3eea-4625-b05e-532277914a3a + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/bd51a0ad-80a1-4d46-8acb-9adaa4108410/nodes?order_by=created_at_asc&page=1&pool_id=329660c2-2ae9-4907-a4cc-c8ae7ce7ca37&status=unknown method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 767 - body: "{\"region\":\"fr-par\", \"id\":\"76a92752-3eea-4625-b05e-532277914a3a\", \"cluster_id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"created_at\":\"2025-10-30T16:18:53.744787Z\", \"updated_at\":\"2025-10-30T16:18:53.744787Z\", \"name\":\"test-pool-minimal\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"default\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 621 + body: "{\"total_count\":1, \"nodes\":[{\"region\":\"fr-par\", \"id\":\"a34ec0fd-a4f8-487d-813f-5d14369a67cf\", \"cluster_id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"created_at\":\"2025-10-30T16:25:38.865038Z\", \"updated_at\":\"2025-10-30T16:26:51.162742Z\", \"pool_id\":\"329660c2-2ae9-4907-a4cc-c8ae7ce7ca37\", \"status\":\"ready\", \"conditions\":{\"DiskPressure\":\"False\", \"MemoryPressure\":\"False\", \"PIDPressure\":\"False\", \"Ready\":\"True\"}, \"name\":\"scw-test-pool-minima-test-pool-minimal--a34ec0\", \"public_ip_v4\":\"163.172.149.221\", \"public_ip_v6\":null, \"provider_id\":\"scaleway://instance/fr-par-1/3e5635e7-8f2f-42aa-a116-98563cdca504\", \"error_message\":\"\"}]}" headers: Content-Length: - - "767" + - "621" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:23:39 GMT + - Thu, 30 Oct 2025 16:26:56 GMT Server: - Scaleway API Gateway (fr-par-3;edge03) X-Request-Id: - - efb7180e-839b-44ee-b94f-97359d62d611 + - e9c55f7a-7d23-4df3-b457-c4f7ead57b3b status: 200 OK code: 200 - duration: 81.707099ms + duration: 27.421455ms - id: 70 request: proto: HTTP/1.1 @@ -2270,28 +2411,28 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/76a92752-3eea-4625-b05e-532277914a3a + url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks/dd4ca113-1e98-4ef4-851b-44e9acdda76c method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 767 - body: "{\"region\":\"fr-par\", \"id\":\"76a92752-3eea-4625-b05e-532277914a3a\", \"cluster_id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"created_at\":\"2025-10-30T16:18:53.744787Z\", \"updated_at\":\"2025-10-30T16:18:53.744787Z\", \"name\":\"test-pool-minimal\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"default\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 1087 + body: "{\"id\":\"dd4ca113-1e98-4ef4-851b-44e9acdda76c\", \"name\":\"test-pool-minimal\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:47.286292Z\", \"updated_at\":\"2025-10-30T16:18:47.286292Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"subnets\":[{\"id\":\"0bede021-b29d-4922-8b51-970671def39d\", \"created_at\":\"2025-10-30T16:18:47.286292Z\", \"updated_at\":\"2025-10-30T16:18:47.286292Z\", \"subnet\":\"172.18.88.0/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"dd4ca113-1e98-4ef4-851b-44e9acdda76c\", \"vpc_id\":\"fb5cd7b8-e592-4b6e-8216-66fca3c089b6\"}, {\"id\":\"d7af6fd0-cb67-4b07-9c7f-5555b52eee58\", \"created_at\":\"2025-10-30T16:18:47.286292Z\", \"updated_at\":\"2025-10-30T16:18:47.286292Z\", \"subnet\":\"fd5f:519c:6d46:22e5::/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"dd4ca113-1e98-4ef4-851b-44e9acdda76c\", \"vpc_id\":\"fb5cd7b8-e592-4b6e-8216-66fca3c089b6\"}], \"vpc_id\":\"fb5cd7b8-e592-4b6e-8216-66fca3c089b6\", \"dhcp_enabled\":true, \"default_route_propagation_enabled\":false, \"region\":\"fr-par\"}" headers: Content-Length: - - "767" + - "1087" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:23:44 GMT + - Thu, 30 Oct 2025 16:26:56 GMT Server: - Scaleway API Gateway (fr-par-3;edge03) X-Request-Id: - - c28aac5e-175d-4784-ac04-c9c655d4eb59 + - 4a82c425-fbde-426b-9c0c-707efd1c3c20 status: 200 OK code: 200 - duration: 94.331132ms + duration: 22.732755ms - id: 71 request: proto: HTTP/1.1 @@ -2302,28 +2443,28 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/76a92752-3eea-4625-b05e-532277914a3a + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/bd51a0ad-80a1-4d46-8acb-9adaa4108410 method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 767 - body: "{\"region\":\"fr-par\", \"id\":\"76a92752-3eea-4625-b05e-532277914a3a\", \"cluster_id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"created_at\":\"2025-10-30T16:18:53.744787Z\", \"updated_at\":\"2025-10-30T16:18:53.744787Z\", \"name\":\"test-pool-minimal\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"default\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 1633 + body: "{\"region\":\"fr-par\", \"id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:48.262115Z\", \"updated_at\":\"2025-10-30T16:20:59.041275Z\", \"type\":\"kapsule\", \"name\":\"test-pool-minimal\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"calico\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"minimal\"], \"cluster_url\":\"https://bd51a0ad-80a1-4d46-8acb-9adaa4108410.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.bd51a0ad-80a1-4d46-8acb-9adaa4108410.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"dd4ca113-1e98-4ef4-851b-44e9acdda76c\", \"commitment_ends_at\":\"2025-10-30T16:18:48.262121Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"1797d43b-5d04-471b-80f7-5036f26b7d01\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" headers: Content-Length: - - "767" + - "1633" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:23:49 GMT + - Thu, 30 Oct 2025 16:26:56 GMT Server: - Scaleway API Gateway (fr-par-3;edge03) X-Request-Id: - - fd7db76b-5fbe-4858-a60a-64a5c250a171 + - 7dc35b68-f0b1-4dfb-9e60-6d4744f6f429 status: 200 OK code: 200 - duration: 84.822206ms + duration: 21.665432ms - id: 72 request: proto: HTTP/1.1 @@ -2331,31 +2472,40 @@ interactions: proto_minor: 1 content_length: 0 host: api.scaleway.com + form: + order_by: + - created_at_desc + project_id: + - 105bdce1-64c0-48ab-899d-868455867ecf + resource_name: + - scw-test-pool-minima-test-pool-minimal--a34ec0 + resource_type: + - unknown_type headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/76a92752-3eea-4625-b05e-532277914a3a + url: https://api.scaleway.com/ipam/v1/regions/fr-par/ips?order_by=created_at_desc&project_id=105bdce1-64c0-48ab-899d-868455867ecf&resource_name=scw-test-pool-minima-test-pool-minimal--a34ec0&resource_type=unknown_type method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 767 - body: "{\"region\":\"fr-par\", \"id\":\"76a92752-3eea-4625-b05e-532277914a3a\", \"cluster_id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"created_at\":\"2025-10-30T16:18:53.744787Z\", \"updated_at\":\"2025-10-30T16:18:53.744787Z\", \"name\":\"test-pool-minimal\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"default\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 1122 + body: "{\"total_count\":2, \"ips\":[{\"id\":\"7102e233-ba57-4ba2-b095-2185253ca639\", \"address\":\"fd5f:519c:6d46:22e5:262f:9818:9285:6eef/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":true, \"created_at\":\"2025-10-30T16:25:41.959447Z\", \"updated_at\":\"2025-10-30T16:25:41.959447Z\", \"source\":{\"subnet_id\":\"d7af6fd0-cb67-4b07-9c7f-5555b52eee58\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"3c992745-903c-4151-a853-06d914135ecd\", \"mac_address\":\"02:00:00:13:F4:69\", \"name\":\"scw-test-pool-minima-test-pool-minimal--a34ec0\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}, {\"id\":\"1eba195d-6bd2-4600-8adb-69d607981d6f\", \"address\":\"172.18.88.4/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":false, \"created_at\":\"2025-10-30T16:25:41.841664Z\", \"updated_at\":\"2025-10-30T16:25:41.841664Z\", \"source\":{\"subnet_id\":\"0bede021-b29d-4922-8b51-970671def39d\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"3c992745-903c-4151-a853-06d914135ecd\", \"mac_address\":\"02:00:00:13:F4:69\", \"name\":\"scw-test-pool-minima-test-pool-minimal--a34ec0\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}]}" headers: Content-Length: - - "767" + - "1122" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:23:54 GMT + - Thu, 30 Oct 2025 16:26:56 GMT Server: - Scaleway API Gateway (fr-par-3;edge03) X-Request-Id: - - 34a4db2b-2302-4792-b018-0789dea52e83 + - 7dae6cfd-8824-473f-aa56-e6e9f3e7ef45 status: 200 OK code: 200 - duration: 90.716358ms + duration: 29.847819ms - id: 73 request: proto: HTTP/1.1 @@ -2366,28 +2516,28 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/76a92752-3eea-4625-b05e-532277914a3a + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/bd51a0ad-80a1-4d46-8acb-9adaa4108410 method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 767 - body: "{\"region\":\"fr-par\", \"id\":\"76a92752-3eea-4625-b05e-532277914a3a\", \"cluster_id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"created_at\":\"2025-10-30T16:18:53.744787Z\", \"updated_at\":\"2025-10-30T16:18:53.744787Z\", \"name\":\"test-pool-minimal\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"default\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 1633 + body: "{\"region\":\"fr-par\", \"id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:48.262115Z\", \"updated_at\":\"2025-10-30T16:20:59.041275Z\", \"type\":\"kapsule\", \"name\":\"test-pool-minimal\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"calico\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"minimal\"], \"cluster_url\":\"https://bd51a0ad-80a1-4d46-8acb-9adaa4108410.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.bd51a0ad-80a1-4d46-8acb-9adaa4108410.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"dd4ca113-1e98-4ef4-851b-44e9acdda76c\", \"commitment_ends_at\":\"2025-10-30T16:18:48.262121Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"1797d43b-5d04-471b-80f7-5036f26b7d01\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" headers: Content-Length: - - "767" + - "1633" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:23:59 GMT + - Thu, 30 Oct 2025 16:26:56 GMT Server: - Scaleway API Gateway (fr-par-3;edge03) X-Request-Id: - - d85201f3-7203-43ee-9b78-eb74b6f84415 + - 06fe8080-d427-4c74-9557-b34c1d652404 status: 200 OK code: 200 - duration: 85.894007ms + duration: 29.769132ms - id: 74 request: proto: HTTP/1.1 @@ -2398,28 +2548,28 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/76a92752-3eea-4625-b05e-532277914a3a + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/bd51a0ad-80a1-4d46-8acb-9adaa4108410/kubeconfig method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 767 - body: "{\"region\":\"fr-par\", \"id\":\"76a92752-3eea-4625-b05e-532277914a3a\", \"cluster_id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"created_at\":\"2025-10-30T16:18:53.744787Z\", \"updated_at\":\"2025-10-30T16:18:53.744787Z\", \"name\":\"test-pool-minimal\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"default\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 1674 + body: "{\"name\":\"kubeconfig\", \"content_type\":\"application/octet-stream\", \"content\":\"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogInRlc3QtcG9vbC1taW5pbWFsIgogIGNsdXN0ZXI6CiAgICBjZXJ0aWZpY2F0ZS1hdXRob3JpdHktZGF0YTogTFMwdExTMUNSVWRKVGlCRFJWSlVTVVpKUTBGVVJTMHRMUzB0Q2sxSlNVSlhla05EUVZGSFowRjNTVUpCWjBsQ1FVUkJTMEpuWjNGb2EycFBVRkZSUkVGcVFWWk5VazEzUlZGWlJGWlJVVVJGZDNCeVpGZEtiR050Tld3S1pFZFdlazFDTkZoRVZFa3hUVlJCZVU5VVJUSk5WR2N3VDBadldFUlVUVEZOVkVGNVQxUkZNazFVWnpCUFJtOTNSbFJGVkUxQ1JVZEJNVlZGUVhoTlN3cGhNMVpwV2xoS2RWcFlVbXhqZWtKYVRVSk5SMEo1Y1VkVFRUUTVRV2RGUjBORGNVZFRUVFE1UVhkRlNFRXdTVUZDVDFJME1HNDFObkZ1TDJWQ2EwMVpDbVUzVW5aalZIZDFZbmd3ZVhZcmMySXhkMWRITWtKemFGcHpTbGw1VHpndlJFWkpiVGMzVm5RMk9YcDNNakJzZEdaQ1UyZHBSRmRwZVhKNVJXVldiV3dLU1d0eGJGVXZRMnBSYWtKQlRVRTBSMEV4VldSRWQwVkNMM2RSUlVGM1NVTndSRUZRUW1kT1ZraFNUVUpCWmpoRlFsUkJSRUZSU0M5TlFqQkhRVEZWWkFwRVoxRlhRa0pVUWxZck9XbEhiMEZUT1VwdlZtWXZkUzlxUnpnMVZWSkVOV2hxUVV0Q1oyZHhhR3RxVDFCUlVVUkJaMDVKUVVSQ1JrRnBRVEl4TW5Sb0NqWjRNMVk1YlZjMFZYTlBRM1owWWtnMk1XOUVXalpFVG1rMFVHeHdUVU5PU0ZaMWVsUjNTV2hCVDB4QlNXUkhaM1JTVFRSd0sxazNTREJYZUVVMFZrb0tlVTlQZEhaU2J6TjFkRU5TTjJWclJqZFlabmtLTFMwdExTMUZUa1FnUTBWU1ZFbEdTVU5CVkVVdExTMHRMUW89CiAgICBzZXJ2ZXI6IGh0dHBzOi8vYmQ1MWEwYWQtODBhMS00ZDQ2LThhY2ItOWFkYWE0MTA4NDEwLmFwaS5rOHMuZnItcGFyLnNjdy5jbG91ZDo2NDQzCmNvbnRleHRzOgotIG5hbWU6IGFkbWluQHRlc3QtcG9vbC1taW5pbWFsCiAgY29udGV4dDoKICAgIGNsdXN0ZXI6ICJ0ZXN0LXBvb2wtbWluaW1hbCIKICAgIHVzZXI6IHRlc3QtcG9vbC1taW5pbWFsLWFkbWluCmN1cnJlbnQtY29udGV4dDogYWRtaW5AdGVzdC1wb29sLW1pbmltYWwKa2luZDogQ29uZmlnCnByZWZlcmVuY2VzOiB7fQp1c2VyczoKLSBuYW1lOiB0ZXN0LXBvb2wtbWluaW1hbC1hZG1pbgogIHVzZXI6CiAgICB0b2tlbjogMVNaaGFUSGppY1Jid25EaVIzWHhwUDRJWENGMWJyWmlFMmZJMTBZQTBIR3JNV1dpdzE5SnROV2M=\"}" headers: Content-Length: - - "767" + - "1674" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:24:04 GMT + - Thu, 30 Oct 2025 16:26:56 GMT Server: - Scaleway API Gateway (fr-par-3;edge03) X-Request-Id: - - 7398d9bc-19d5-48b5-ba83-ae03c9f83350 + - 2161229e-d4f9-4531-94ae-71044c0cc0f2 status: 200 OK code: 200 - duration: 84.541278ms + duration: 19.087303ms - id: 75 request: proto: HTTP/1.1 @@ -2436,22 +2586,22 @@ interactions: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 767 - body: "{\"region\":\"fr-par\", \"id\":\"76a92752-3eea-4625-b05e-532277914a3a\", \"cluster_id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"created_at\":\"2025-10-30T16:18:53.744787Z\", \"updated_at\":\"2025-10-30T16:18:53.744787Z\", \"name\":\"test-pool-minimal\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"default\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 765 + body: "{\"region\":\"fr-par\", \"id\":\"76a92752-3eea-4625-b05e-532277914a3a\", \"cluster_id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"created_at\":\"2025-10-30T16:18:53.744787Z\", \"updated_at\":\"2025-10-30T16:25:33.360930Z\", \"name\":\"test-pool-minimal\", \"status\":\"ready\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"default\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" headers: Content-Length: - - "767" + - "765" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:24:09 GMT + - Thu, 30 Oct 2025 16:26:56 GMT Server: - Scaleway API Gateway (fr-par-3;edge03) X-Request-Id: - - 9945b121-82e9-4311-aca1-b60dffd197de + - 4db68a9f-3bbf-464c-8116-1706793eda4d status: 200 OK code: 200 - duration: 77.563403ms + duration: 38.259266ms - id: 76 request: proto: HTTP/1.1 @@ -2459,31 +2609,40 @@ interactions: proto_minor: 1 content_length: 0 host: api.scaleway.com + form: + order_by: + - created_at_asc + page: + - "1" + pool_id: + - 76a92752-3eea-4625-b05e-532277914a3a + status: + - unknown headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/76a92752-3eea-4625-b05e-532277914a3a + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/bd51a0ad-80a1-4d46-8acb-9adaa4108410/nodes?order_by=created_at_asc&page=1&pool_id=76a92752-3eea-4625-b05e-532277914a3a&status=unknown method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 767 - body: "{\"region\":\"fr-par\", \"id\":\"76a92752-3eea-4625-b05e-532277914a3a\", \"cluster_id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"created_at\":\"2025-10-30T16:18:53.744787Z\", \"updated_at\":\"2025-10-30T16:18:53.744787Z\", \"name\":\"test-pool-minimal\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"default\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 649 + body: "{\"total_count\":1, \"nodes\":[{\"region\":\"fr-par\", \"id\":\"21553d0d-15c0-4b71-b557-7efd0d478398\", \"cluster_id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"created_at\":\"2025-10-30T16:24:58.266436Z\", \"updated_at\":\"2025-10-30T16:26:51.139802Z\", \"pool_id\":\"76a92752-3eea-4625-b05e-532277914a3a\", \"status\":\"ready\", \"conditions\":{\"DiskPressure\":\"False\", \"MemoryPressure\":\"False\", \"NetworkUnavailable\":\"False\", \"PIDPressure\":\"False\", \"Ready\":\"True\"}, \"name\":\"scw-test-pool-minimal-test-pool-minimal-21553d\", \"public_ip_v4\":\"51.15.236.240\", \"public_ip_v6\":null, \"provider_id\":\"scaleway://instance/fr-par-1/fb51e515-671f-4e80-875b-52c3de6157e9\", \"error_message\":\"\"}]}" headers: Content-Length: - - "767" + - "649" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:24:14 GMT + - Thu, 30 Oct 2025 16:26:56 GMT Server: - Scaleway API Gateway (fr-par-3;edge03) X-Request-Id: - - e2f27ed9-cc1e-420c-9296-12d22faefcb9 + - 00e811f9-5b9d-41ad-b863-64f14d9aae36 status: 200 OK code: 200 - duration: 86.914182ms + duration: 25.678053ms - id: 77 request: proto: HTTP/1.1 @@ -2494,28 +2653,28 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/76a92752-3eea-4625-b05e-532277914a3a + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/bd51a0ad-80a1-4d46-8acb-9adaa4108410 method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 767 - body: "{\"region\":\"fr-par\", \"id\":\"76a92752-3eea-4625-b05e-532277914a3a\", \"cluster_id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"created_at\":\"2025-10-30T16:18:53.744787Z\", \"updated_at\":\"2025-10-30T16:18:53.744787Z\", \"name\":\"test-pool-minimal\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"default\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 1633 + body: "{\"region\":\"fr-par\", \"id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:48.262115Z\", \"updated_at\":\"2025-10-30T16:20:59.041275Z\", \"type\":\"kapsule\", \"name\":\"test-pool-minimal\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"calico\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"minimal\"], \"cluster_url\":\"https://bd51a0ad-80a1-4d46-8acb-9adaa4108410.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.bd51a0ad-80a1-4d46-8acb-9adaa4108410.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"dd4ca113-1e98-4ef4-851b-44e9acdda76c\", \"commitment_ends_at\":\"2025-10-30T16:18:48.262121Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"1797d43b-5d04-471b-80f7-5036f26b7d01\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" headers: Content-Length: - - "767" + - "1633" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:24:19 GMT + - Thu, 30 Oct 2025 16:26:56 GMT Server: - Scaleway API Gateway (fr-par-3;edge03) X-Request-Id: - - 70127b81-3a4c-4693-8e08-67657e535a88 + - cd9a4848-d7cf-472f-a72e-a5c1520fa040 status: 200 OK code: 200 - duration: 87.185641ms + duration: 21.964624ms - id: 78 request: proto: HTTP/1.1 @@ -2523,31 +2682,40 @@ interactions: proto_minor: 1 content_length: 0 host: api.scaleway.com + form: + order_by: + - created_at_desc + project_id: + - 105bdce1-64c0-48ab-899d-868455867ecf + resource_name: + - scw-test-pool-minimal-test-pool-minimal-21553d + resource_type: + - unknown_type headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/76a92752-3eea-4625-b05e-532277914a3a + url: https://api.scaleway.com/ipam/v1/regions/fr-par/ips?order_by=created_at_desc&project_id=105bdce1-64c0-48ab-899d-868455867ecf&resource_name=scw-test-pool-minimal-test-pool-minimal-21553d&resource_type=unknown_type method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 767 - body: "{\"region\":\"fr-par\", \"id\":\"76a92752-3eea-4625-b05e-532277914a3a\", \"cluster_id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"created_at\":\"2025-10-30T16:18:53.744787Z\", \"updated_at\":\"2025-10-30T16:18:53.744787Z\", \"name\":\"test-pool-minimal\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"default\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 1122 + body: "{\"total_count\":2, \"ips\":[{\"id\":\"28c1d7a8-0419-4979-8eec-043331fe2c84\", \"address\":\"fd5f:519c:6d46:22e5:34fe:8c68:418c:3ac7/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":true, \"created_at\":\"2025-10-30T16:25:01.810746Z\", \"updated_at\":\"2025-10-30T16:25:01.810746Z\", \"source\":{\"subnet_id\":\"d7af6fd0-cb67-4b07-9c7f-5555b52eee58\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"a36f58d2-bfe1-4eca-86d9-f9c78f19628f\", \"mac_address\":\"02:00:00:1A:35:26\", \"name\":\"scw-test-pool-minimal-test-pool-minimal-21553d\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}, {\"id\":\"454ad022-4c4c-4a26-b209-e5a4b0c0f6b7\", \"address\":\"172.18.88.3/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":false, \"created_at\":\"2025-10-30T16:25:01.646647Z\", \"updated_at\":\"2025-10-30T16:25:01.646647Z\", \"source\":{\"subnet_id\":\"0bede021-b29d-4922-8b51-970671def39d\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"a36f58d2-bfe1-4eca-86d9-f9c78f19628f\", \"mac_address\":\"02:00:00:1A:35:26\", \"name\":\"scw-test-pool-minimal-test-pool-minimal-21553d\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}]}" headers: Content-Length: - - "767" + - "1122" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:24:25 GMT + - Thu, 30 Oct 2025 16:26:56 GMT Server: - Scaleway API Gateway (fr-par-3;edge03) X-Request-Id: - - 28f9457d-b5ad-455f-9ec0-ae0e32541902 + - a4a91183-5171-4b16-a7d7-322306e490f6 status: 200 OK code: 200 - duration: 84.341794ms + duration: 27.054086ms - id: 79 request: proto: HTTP/1.1 @@ -2558,28 +2726,28 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/76a92752-3eea-4625-b05e-532277914a3a - method: GET + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/329660c2-2ae9-4907-a4cc-c8ae7ce7ca37 + method: DELETE response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 767 - body: "{\"region\":\"fr-par\", \"id\":\"76a92752-3eea-4625-b05e-532277914a3a\", \"cluster_id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"created_at\":\"2025-10-30T16:18:53.744787Z\", \"updated_at\":\"2025-10-30T16:18:53.744787Z\", \"name\":\"test-pool-minimal\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"default\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 770 + body: "{\"region\":\"fr-par\", \"id\":\"329660c2-2ae9-4907-a4cc-c8ae7ce7ca37\", \"cluster_id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"created_at\":\"2025-10-30T16:25:38.114247Z\", \"updated_at\":\"2025-10-30T16:26:56.603578Z\", \"name\":\"test-pool-minimal-2\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"minimal\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" headers: Content-Length: - - "767" + - "770" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:24:30 GMT + - Thu, 30 Oct 2025 16:26:56 GMT Server: - Scaleway API Gateway (fr-par-3;edge03) X-Request-Id: - - f54834e2-dc3f-46c9-928b-eff5226ab813 + - d0140ea9-7519-4adc-acb0-813ee4b65ef9 status: 200 OK code: 200 - duration: 80.640558ms + duration: 109.694807ms - id: 80 request: proto: HTTP/1.1 @@ -2590,28 +2758,28 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/76a92752-3eea-4625-b05e-532277914a3a + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/329660c2-2ae9-4907-a4cc-c8ae7ce7ca37 method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 767 - body: "{\"region\":\"fr-par\", \"id\":\"76a92752-3eea-4625-b05e-532277914a3a\", \"cluster_id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"created_at\":\"2025-10-30T16:18:53.744787Z\", \"updated_at\":\"2025-10-30T16:18:53.744787Z\", \"name\":\"test-pool-minimal\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"default\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 770 + body: "{\"region\":\"fr-par\", \"id\":\"329660c2-2ae9-4907-a4cc-c8ae7ce7ca37\", \"cluster_id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"created_at\":\"2025-10-30T16:25:38.114247Z\", \"updated_at\":\"2025-10-30T16:26:56.603578Z\", \"name\":\"test-pool-minimal-2\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"minimal\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" headers: Content-Length: - - "767" + - "770" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:24:35 GMT + - Thu, 30 Oct 2025 16:26:56 GMT Server: - Scaleway API Gateway (fr-par-3;edge03) X-Request-Id: - - 3a055692-e521-4e85-9539-7ecb0b95e49b + - 8b64be46-0c2c-4d43-bf9e-9b3e50e655d9 status: 200 OK code: 200 - duration: 84.154142ms + duration: 28.22299ms - id: 81 request: proto: HTTP/1.1 @@ -2622,28 +2790,28 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/76a92752-3eea-4625-b05e-532277914a3a + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/329660c2-2ae9-4907-a4cc-c8ae7ce7ca37 method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 767 - body: "{\"region\":\"fr-par\", \"id\":\"76a92752-3eea-4625-b05e-532277914a3a\", \"cluster_id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"created_at\":\"2025-10-30T16:18:53.744787Z\", \"updated_at\":\"2025-10-30T16:18:53.744787Z\", \"name\":\"test-pool-minimal\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"default\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 125 + body: "{\"message\":\"resource is not found\",\"resource\":\"pool\",\"resource_id\":\"329660c2-2ae9-4907-a4cc-c8ae7ce7ca37\",\"type\":\"not_found\"}" headers: Content-Length: - - "767" + - "125" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:24:40 GMT + - Thu, 30 Oct 2025 16:28:07 GMT Server: - Scaleway API Gateway (fr-par-3;edge03) X-Request-Id: - - fbfece3a-b70e-445f-80ec-6788c8f2126c - status: 200 OK - code: 200 - duration: 76.446115ms + - 6e737997-93a3-4aba-a3fb-67129f0d2b56 + status: 404 Not Found + code: 404 + duration: 30.146119ms - id: 82 request: proto: HTTP/1.1 @@ -2654,4382 +2822,29 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/76a92752-3eea-4625-b05e-532277914a3a - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 767 - body: "{\"region\":\"fr-par\", \"id\":\"76a92752-3eea-4625-b05e-532277914a3a\", \"cluster_id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"created_at\":\"2025-10-30T16:18:53.744787Z\", \"updated_at\":\"2025-10-30T16:18:53.744787Z\", \"name\":\"test-pool-minimal\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"default\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "767" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:24:45 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 85320391-e0a2-497a-ac84-2aa9cf53a8ce - status: 200 OK - code: 200 - duration: 100.289625ms -- id: 83 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/76a92752-3eea-4625-b05e-532277914a3a - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 767 - body: "{\"region\":\"fr-par\", \"id\":\"76a92752-3eea-4625-b05e-532277914a3a\", \"cluster_id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"created_at\":\"2025-10-30T16:18:53.744787Z\", \"updated_at\":\"2025-10-30T16:18:53.744787Z\", \"name\":\"test-pool-minimal\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"default\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "767" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:24:50 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 9e609102-ba90-406f-a9c1-0f9a2ea1d524 - status: 200 OK - code: 200 - duration: 96.581866ms -- id: 84 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/76a92752-3eea-4625-b05e-532277914a3a - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 767 - body: "{\"region\":\"fr-par\", \"id\":\"76a92752-3eea-4625-b05e-532277914a3a\", \"cluster_id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"created_at\":\"2025-10-30T16:18:53.744787Z\", \"updated_at\":\"2025-10-30T16:18:53.744787Z\", \"name\":\"test-pool-minimal\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"default\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "767" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:24:55 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 8848184d-33c6-479e-9d9b-baed01aec355 - status: 200 OK - code: 200 - duration: 88.515348ms -- id: 85 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/76a92752-3eea-4625-b05e-532277914a3a - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 767 - body: "{\"region\":\"fr-par\", \"id\":\"76a92752-3eea-4625-b05e-532277914a3a\", \"cluster_id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"created_at\":\"2025-10-30T16:18:53.744787Z\", \"updated_at\":\"2025-10-30T16:18:53.744787Z\", \"name\":\"test-pool-minimal\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"default\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "767" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:25:00 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - d8c32838-46bf-4a2f-954f-6fbaf20cf019 - status: 200 OK - code: 200 - duration: 82.427061ms -- id: 86 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/76a92752-3eea-4625-b05e-532277914a3a + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/bd51a0ad-80a1-4d46-8acb-9adaa4108410 method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 767 - body: "{\"region\":\"fr-par\", \"id\":\"76a92752-3eea-4625-b05e-532277914a3a\", \"cluster_id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"created_at\":\"2025-10-30T16:18:53.744787Z\", \"updated_at\":\"2025-10-30T16:18:53.744787Z\", \"name\":\"test-pool-minimal\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"default\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 1633 + body: "{\"region\":\"fr-par\", \"id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:48.262115Z\", \"updated_at\":\"2025-10-30T16:20:59.041275Z\", \"type\":\"kapsule\", \"name\":\"test-pool-minimal\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"calico\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"minimal\"], \"cluster_url\":\"https://bd51a0ad-80a1-4d46-8acb-9adaa4108410.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.bd51a0ad-80a1-4d46-8acb-9adaa4108410.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"dd4ca113-1e98-4ef4-851b-44e9acdda76c\", \"commitment_ends_at\":\"2025-10-30T16:18:48.262121Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"1797d43b-5d04-471b-80f7-5036f26b7d01\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" headers: Content-Length: - - "767" + - "1633" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:25:05 GMT + - Thu, 30 Oct 2025 16:28:08 GMT Server: - Scaleway API Gateway (fr-par-3;edge03) X-Request-Id: - - d8353239-129e-4696-b5bf-cdb8ca2e98a1 + - adf3fc27-26ef-4f1d-9a77-10901c2cac16 status: 200 OK code: 200 - duration: 82.031368ms -- id: 87 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/76a92752-3eea-4625-b05e-532277914a3a - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 767 - body: "{\"region\":\"fr-par\", \"id\":\"76a92752-3eea-4625-b05e-532277914a3a\", \"cluster_id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"created_at\":\"2025-10-30T16:18:53.744787Z\", \"updated_at\":\"2025-10-30T16:18:53.744787Z\", \"name\":\"test-pool-minimal\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"default\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "767" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:25:10 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 2441b022-3c93-4c1f-9e33-f1f9a9999efb - status: 200 OK - code: 200 - duration: 77.6901ms -- id: 88 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/76a92752-3eea-4625-b05e-532277914a3a - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 767 - body: "{\"region\":\"fr-par\", \"id\":\"76a92752-3eea-4625-b05e-532277914a3a\", \"cluster_id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"created_at\":\"2025-10-30T16:18:53.744787Z\", \"updated_at\":\"2025-10-30T16:18:53.744787Z\", \"name\":\"test-pool-minimal\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"default\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "767" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:25:15 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 2db8d6e9-80b4-4075-82a5-2e91c0836272 - status: 200 OK - code: 200 - duration: 92.526205ms -- id: 89 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/76a92752-3eea-4625-b05e-532277914a3a - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 767 - body: "{\"region\":\"fr-par\", \"id\":\"76a92752-3eea-4625-b05e-532277914a3a\", \"cluster_id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"created_at\":\"2025-10-30T16:18:53.744787Z\", \"updated_at\":\"2025-10-30T16:18:53.744787Z\", \"name\":\"test-pool-minimal\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"default\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "767" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:25:20 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 611b542f-8669-4af9-a8ef-776d7c37bab8 - status: 200 OK - code: 200 - duration: 91.162496ms -- id: 90 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/76a92752-3eea-4625-b05e-532277914a3a - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 767 - body: "{\"region\":\"fr-par\", \"id\":\"76a92752-3eea-4625-b05e-532277914a3a\", \"cluster_id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"created_at\":\"2025-10-30T16:18:53.744787Z\", \"updated_at\":\"2025-10-30T16:18:53.744787Z\", \"name\":\"test-pool-minimal\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"default\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "767" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:25:26 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - fce4f120-2a5d-412f-b042-0a7ded3e9d1c - status: 200 OK - code: 200 - duration: 112.730625ms -- id: 91 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/76a92752-3eea-4625-b05e-532277914a3a - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 767 - body: "{\"region\":\"fr-par\", \"id\":\"76a92752-3eea-4625-b05e-532277914a3a\", \"cluster_id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"created_at\":\"2025-10-30T16:18:53.744787Z\", \"updated_at\":\"2025-10-30T16:18:53.744787Z\", \"name\":\"test-pool-minimal\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"default\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "767" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:25:31 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 1abb12e8-0ffc-4fe6-bd07-40e7b40ed7ce - status: 200 OK - code: 200 - duration: 107.391575ms -- id: 92 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/76a92752-3eea-4625-b05e-532277914a3a - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 765 - body: "{\"region\":\"fr-par\", \"id\":\"76a92752-3eea-4625-b05e-532277914a3a\", \"cluster_id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"created_at\":\"2025-10-30T16:18:53.744787Z\", \"updated_at\":\"2025-10-30T16:25:33.360930Z\", \"name\":\"test-pool-minimal\", \"status\":\"ready\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"default\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "765" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:25:36 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 5d7ca29c-ca34-458f-98fd-5bccb9e9bcfd - status: 200 OK - code: 200 - duration: 110.68699ms -- id: 93 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/bd51a0ad-80a1-4d46-8acb-9adaa4108410 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1633 - body: "{\"region\":\"fr-par\", \"id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:48.262115Z\", \"updated_at\":\"2025-10-30T16:20:59.041275Z\", \"type\":\"kapsule\", \"name\":\"test-pool-minimal\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"calico\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"minimal\"], \"cluster_url\":\"https://bd51a0ad-80a1-4d46-8acb-9adaa4108410.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.bd51a0ad-80a1-4d46-8acb-9adaa4108410.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"dd4ca113-1e98-4ef4-851b-44e9acdda76c\", \"commitment_ends_at\":\"2025-10-30T16:18:48.262121Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"1797d43b-5d04-471b-80f7-5036f26b7d01\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1633" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:25:36 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 2f9cc151-bc30-4869-befd-9f47a0ee95c0 - status: 200 OK - code: 200 - duration: 25.465433ms -- id: 94 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/76a92752-3eea-4625-b05e-532277914a3a - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 765 - body: "{\"region\":\"fr-par\", \"id\":\"76a92752-3eea-4625-b05e-532277914a3a\", \"cluster_id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"created_at\":\"2025-10-30T16:18:53.744787Z\", \"updated_at\":\"2025-10-30T16:25:33.360930Z\", \"name\":\"test-pool-minimal\", \"status\":\"ready\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"default\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "765" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:25:36 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 482da155-7a1b-4b17-b27d-f2e91b44002a - status: 200 OK - code: 200 - duration: 95.201456ms -- id: 95 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - form: - order_by: - - created_at_asc - page: - - "1" - pool_id: - - 76a92752-3eea-4625-b05e-532277914a3a - status: - - unknown - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/bd51a0ad-80a1-4d46-8acb-9adaa4108410/nodes?order_by=created_at_asc&page=1&pool_id=76a92752-3eea-4625-b05e-532277914a3a&status=unknown - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 619 - body: "{\"total_count\":1, \"nodes\":[{\"region\":\"fr-par\", \"id\":\"21553d0d-15c0-4b71-b557-7efd0d478398\", \"cluster_id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"created_at\":\"2025-10-30T16:24:58.266436Z\", \"updated_at\":\"2025-10-30T16:25:33.345091Z\", \"pool_id\":\"76a92752-3eea-4625-b05e-532277914a3a\", \"status\":\"ready\", \"conditions\":{\"DiskPressure\":\"False\", \"MemoryPressure\":\"False\", \"PIDPressure\":\"False\", \"Ready\":\"True\"}, \"name\":\"scw-test-pool-minimal-test-pool-minimal-21553d\", \"public_ip_v4\":\"51.15.236.240\", \"public_ip_v6\":null, \"provider_id\":\"scaleway://instance/fr-par-1/fb51e515-671f-4e80-875b-52c3de6157e9\", \"error_message\":\"\"}]}" - headers: - Content-Length: - - "619" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:25:36 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - dd488fcb-2539-4960-8ee7-5c3dd0aeb6c1 - status: 200 OK - code: 200 - duration: 28.043513ms -- id: 96 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/bd51a0ad-80a1-4d46-8acb-9adaa4108410 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1633 - body: "{\"region\":\"fr-par\", \"id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:48.262115Z\", \"updated_at\":\"2025-10-30T16:20:59.041275Z\", \"type\":\"kapsule\", \"name\":\"test-pool-minimal\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"calico\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"minimal\"], \"cluster_url\":\"https://bd51a0ad-80a1-4d46-8acb-9adaa4108410.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.bd51a0ad-80a1-4d46-8acb-9adaa4108410.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"dd4ca113-1e98-4ef4-851b-44e9acdda76c\", \"commitment_ends_at\":\"2025-10-30T16:18:48.262121Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"1797d43b-5d04-471b-80f7-5036f26b7d01\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1633" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:25:36 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - ec3e6ceb-542f-41f2-b734-a1e38d236ff6 - status: 200 OK - code: 200 - duration: 20.462675ms -- id: 97 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - form: - order_by: - - created_at_desc - project_id: - - 105bdce1-64c0-48ab-899d-868455867ecf - resource_name: - - scw-test-pool-minimal-test-pool-minimal-21553d - resource_type: - - unknown_type - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/ipam/v1/regions/fr-par/ips?order_by=created_at_desc&project_id=105bdce1-64c0-48ab-899d-868455867ecf&resource_name=scw-test-pool-minimal-test-pool-minimal-21553d&resource_type=unknown_type - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1122 - body: "{\"total_count\":2, \"ips\":[{\"id\":\"28c1d7a8-0419-4979-8eec-043331fe2c84\", \"address\":\"fd5f:519c:6d46:22e5:34fe:8c68:418c:3ac7/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":true, \"created_at\":\"2025-10-30T16:25:01.810746Z\", \"updated_at\":\"2025-10-30T16:25:01.810746Z\", \"source\":{\"subnet_id\":\"d7af6fd0-cb67-4b07-9c7f-5555b52eee58\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"a36f58d2-bfe1-4eca-86d9-f9c78f19628f\", \"mac_address\":\"02:00:00:1A:35:26\", \"name\":\"scw-test-pool-minimal-test-pool-minimal-21553d\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}, {\"id\":\"454ad022-4c4c-4a26-b209-e5a4b0c0f6b7\", \"address\":\"172.18.88.3/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":false, \"created_at\":\"2025-10-30T16:25:01.646647Z\", \"updated_at\":\"2025-10-30T16:25:01.646647Z\", \"source\":{\"subnet_id\":\"0bede021-b29d-4922-8b51-970671def39d\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"a36f58d2-bfe1-4eca-86d9-f9c78f19628f\", \"mac_address\":\"02:00:00:1A:35:26\", \"name\":\"scw-test-pool-minimal-test-pool-minimal-21553d\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}]}" - headers: - Content-Length: - - "1122" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:25:36 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - dfa8488e-527a-40d9-980f-00bfdd167a30 - status: 200 OK - code: 200 - duration: 49.703434ms -- id: 98 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/bd51a0ad-80a1-4d46-8acb-9adaa4108410 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1633 - body: "{\"region\":\"fr-par\", \"id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:48.262115Z\", \"updated_at\":\"2025-10-30T16:20:59.041275Z\", \"type\":\"kapsule\", \"name\":\"test-pool-minimal\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"calico\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"minimal\"], \"cluster_url\":\"https://bd51a0ad-80a1-4d46-8acb-9adaa4108410.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.bd51a0ad-80a1-4d46-8acb-9adaa4108410.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"dd4ca113-1e98-4ef4-851b-44e9acdda76c\", \"commitment_ends_at\":\"2025-10-30T16:18:48.262121Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"1797d43b-5d04-471b-80f7-5036f26b7d01\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1633" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:25:36 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 64d1d56f-4e72-4fe4-83e3-09e86f54a60d - status: 200 OK - code: 200 - duration: 23.37466ms -- id: 99 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/76a92752-3eea-4625-b05e-532277914a3a - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 765 - body: "{\"region\":\"fr-par\", \"id\":\"76a92752-3eea-4625-b05e-532277914a3a\", \"cluster_id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"created_at\":\"2025-10-30T16:18:53.744787Z\", \"updated_at\":\"2025-10-30T16:25:33.360930Z\", \"name\":\"test-pool-minimal\", \"status\":\"ready\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"default\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "765" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:25:36 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 3c34ba54-b90a-4a7a-9e7b-973b19899d5c - status: 200 OK - code: 200 - duration: 20.940803ms -- id: 100 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - form: - order_by: - - created_at_asc - pool_id: - - 76a92752-3eea-4625-b05e-532277914a3a - status: - - unknown - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/bd51a0ad-80a1-4d46-8acb-9adaa4108410/nodes?order_by=created_at_asc&pool_id=76a92752-3eea-4625-b05e-532277914a3a&status=unknown - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 619 - body: "{\"total_count\":1, \"nodes\":[{\"region\":\"fr-par\", \"id\":\"21553d0d-15c0-4b71-b557-7efd0d478398\", \"cluster_id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"created_at\":\"2025-10-30T16:24:58.266436Z\", \"updated_at\":\"2025-10-30T16:25:33.345091Z\", \"pool_id\":\"76a92752-3eea-4625-b05e-532277914a3a\", \"status\":\"ready\", \"conditions\":{\"DiskPressure\":\"False\", \"MemoryPressure\":\"False\", \"PIDPressure\":\"False\", \"Ready\":\"True\"}, \"name\":\"scw-test-pool-minimal-test-pool-minimal-21553d\", \"public_ip_v4\":\"51.15.236.240\", \"public_ip_v6\":null, \"provider_id\":\"scaleway://instance/fr-par-1/fb51e515-671f-4e80-875b-52c3de6157e9\", \"error_message\":\"\"}]}" - headers: - Content-Length: - - "619" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:25:36 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - fa91acdc-ad1b-425b-9db7-104140f86ee4 - status: 200 OK - code: 200 - duration: 43.860318ms -- id: 101 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/fb51e515-671f-4e80-875b-52c3de6157e9 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 3815 - body: "{\"server\": {\"id\": \"fb51e515-671f-4e80-875b-52c3de6157e9\", \"name\": \"scw-test-pool-minimal-test-pool-minimal-21553d\", \"arch\": \"x86_64\", \"commercial_type\": \"PRO2-XXS\", \"boot_type\": \"local\", \"organization\": \"105bdce1-64c0-48ab-899d-868455867ecf\", \"project\": \"105bdce1-64c0-48ab-899d-868455867ecf\", \"hostname\": \"scw-test-pool-minimal-test-pool-minimal-21553d\", \"image\": {\"id\": \"5b4b5f3f-c2a1-451e-8603-4c0179b4de03\", \"name\": \"k8s_base_node_instance\", \"organization\": \"51b656e3-4865-41e8-adbc-0c45bdd780db\", \"project\": \"51b656e3-4865-41e8-adbc-0c45bdd780db\", \"root_volume\": {\"volume_type\": \"sbs_snapshot\", \"id\": \"c6b09a14-4a4d-44cd-a772-4f235fef4826\", \"size\": 0, \"name\": \"\"}, \"extra_volumes\": {}, \"public\": true, \"arch\": \"x86_64\", \"creation_date\": \"2025-10-27T10:01:33.994085+00:00\", \"modification_date\": \"2025-10-27T10:01:33.994085+00:00\", \"default_bootscript\": null, \"from_server\": \"\", \"state\": \"available\", \"tags\": [], \"zone\": \"fr-par-1\"}, \"volumes\": {\"0\": {\"boot\": true, \"volume_type\": \"sbs_volume\", \"id\": \"bbd33d9f-6a04-4271-be87-174a742b855c\", \"state\": \"available\", \"zone\": \"fr-par-1\"}}, \"tags\": [\"kapsule=bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"pool=76a92752-3eea-4625-b05e-532277914a3a\", \"pool-name=test-pool-minimal\", \"runtime=containerd\", \"managed=true\", \"terraform-test\", \"scaleway_k8s_cluster\", \"default\", \"node=21553d0d-15c0-4b71-b557-7efd0d478398\"], \"state\": \"running\", \"protected\": false, \"state_detail\": \"booting kernel\", \"public_ip\": {\"id\": \"65a60f6b-fa89-4e49-bc25-fced17fa3df3\", \"address\": \"51.15.236.240\", \"dynamic\": false, \"gateway\": \"62.210.0.1\", \"netmask\": \"32\", \"family\": \"inet\", \"provisioning_mode\": \"dhcp\", \"tags\": [\"kapsule=bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"node-name=scw-test-pool-minimal-test-pool-minimal-21553d\"], \"state\": \"attached\", \"ipam_id\": \"d13243cf-f7a2-47a2-82cb-b82803e8ab66\"}, \"public_ips\": [{\"id\": \"65a60f6b-fa89-4e49-bc25-fced17fa3df3\", \"address\": \"51.15.236.240\", \"dynamic\": false, \"gateway\": \"62.210.0.1\", \"netmask\": \"32\", \"family\": \"inet\", \"provisioning_mode\": \"dhcp\", \"tags\": [\"kapsule=bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"node-name=scw-test-pool-minimal-test-pool-minimal-21553d\"], \"state\": \"attached\", \"ipam_id\": \"d13243cf-f7a2-47a2-82cb-b82803e8ab66\"}, {\"id\": \"6e0fde74-7588-46f5-9ca0-c0791b471188\", \"address\": \"2001:bc8:710:404b:dc00:ff:fed0:7057\", \"dynamic\": false, \"gateway\": \"fe80::dc00:ff:fed0:7058\", \"netmask\": \"64\", \"family\": \"inet6\", \"provisioning_mode\": \"slaac\", \"tags\": [\"kapsule=bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"node-name=scw-test-pool-minimal-test-pool-minimal-21553d\"], \"state\": \"attached\", \"ipam_id\": \"2df7f8b1-6bd3-43dd-b660-b453c3836e98\"}], \"mac_address\": \"de:00:00:d0:70:57\", \"routed_ip_enabled\": true, \"ipv6\": null, \"extra_networks\": [], \"dynamic_ip_required\": false, \"enable_ipv6\": false, \"private_ip\": null, \"creation_date\": \"2025-10-30T16:24:58.918229+00:00\", \"modification_date\": \"2025-10-30T16:25:05.142326+00:00\", \"bootscript\": null, \"security_group\": {\"id\": \"4ef16f7a-478c-4b72-b932-982f4b04974b\", \"name\": \"Kapsule default security group\"}, \"location\": {\"zone_id\": \"fr-par-1\", \"platform_id\": \"14\", \"cluster_id\": \"12\", \"hypervisor_id\": \"101\", \"node_id\": \"31\"}, \"maintenances\": [], \"allowed_actions\": [\"poweroff\", \"terminate\", \"reboot\", \"stop_in_place\", \"backup\"], \"placement_group\": null, \"private_nics\": [{\"id\": \"a36f58d2-bfe1-4eca-86d9-f9c78f19628f\", \"private_network_id\": \"dd4ca113-1e98-4ef4-851b-44e9acdda76c\", \"server_id\": \"fb51e515-671f-4e80-875b-52c3de6157e9\", \"mac_address\": \"02:00:00:1a:35:26\", \"state\": \"available\", \"creation_date\": \"2025-10-30T16:25:01.398380+00:00\", \"modification_date\": \"2025-10-30T16:25:01.565852+00:00\", \"zone\": \"fr-par-1\", \"tags\": [], \"ipam_ip_ids\": [\"454ad022-4c4c-4a26-b209-e5a4b0c0f6b7\", \"28c1d7a8-0419-4979-8eec-043331fe2c84\"]}], \"zone\": \"fr-par-1\", \"filesystems\": [], \"end_of_service\": false}}" - headers: - Content-Length: - - "3815" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:25:36 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 3fe0ff5c-f8d5-43ab-8636-85e66bd227df - status: 200 OK - code: 200 - duration: 176.624041ms -- id: 102 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/fr-par/vpcs/fb5cd7b8-e592-4b6e-8216-66fca3c089b6 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 422 - body: "{\"id\":\"fb5cd7b8-e592-4b6e-8216-66fca3c089b6\", \"name\":\"tf-vpc-friendly-williams\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:47.163149Z\", \"updated_at\":\"2025-10-30T16:18:47.163149Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_default\":false, \"private_network_count\":1, \"routing_enabled\":true, \"custom_routes_propagation_enabled\":true, \"region\":\"fr-par\"}" - headers: - Content-Length: - - "422" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:25:37 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 9e5174e4-9a36-4be8-9d01-936649ea8cfd - status: 200 OK - code: 200 - duration: 23.754283ms -- id: 103 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks/dd4ca113-1e98-4ef4-851b-44e9acdda76c - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1087 - body: "{\"id\":\"dd4ca113-1e98-4ef4-851b-44e9acdda76c\", \"name\":\"test-pool-minimal\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:47.286292Z\", \"updated_at\":\"2025-10-30T16:18:47.286292Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"subnets\":[{\"id\":\"0bede021-b29d-4922-8b51-970671def39d\", \"created_at\":\"2025-10-30T16:18:47.286292Z\", \"updated_at\":\"2025-10-30T16:18:47.286292Z\", \"subnet\":\"172.18.88.0/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"dd4ca113-1e98-4ef4-851b-44e9acdda76c\", \"vpc_id\":\"fb5cd7b8-e592-4b6e-8216-66fca3c089b6\"}, {\"id\":\"d7af6fd0-cb67-4b07-9c7f-5555b52eee58\", \"created_at\":\"2025-10-30T16:18:47.286292Z\", \"updated_at\":\"2025-10-30T16:18:47.286292Z\", \"subnet\":\"fd5f:519c:6d46:22e5::/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"dd4ca113-1e98-4ef4-851b-44e9acdda76c\", \"vpc_id\":\"fb5cd7b8-e592-4b6e-8216-66fca3c089b6\"}], \"vpc_id\":\"fb5cd7b8-e592-4b6e-8216-66fca3c089b6\", \"dhcp_enabled\":true, \"default_route_propagation_enabled\":false, \"region\":\"fr-par\"}" - headers: - Content-Length: - - "1087" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:25:37 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 5671f70a-7ced-4a7f-8c1e-567acc4a2b36 - status: 200 OK - code: 200 - duration: 23.90783ms -- id: 104 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/bd51a0ad-80a1-4d46-8acb-9adaa4108410 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1633 - body: "{\"region\":\"fr-par\", \"id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:48.262115Z\", \"updated_at\":\"2025-10-30T16:20:59.041275Z\", \"type\":\"kapsule\", \"name\":\"test-pool-minimal\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"calico\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"minimal\"], \"cluster_url\":\"https://bd51a0ad-80a1-4d46-8acb-9adaa4108410.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.bd51a0ad-80a1-4d46-8acb-9adaa4108410.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"dd4ca113-1e98-4ef4-851b-44e9acdda76c\", \"commitment_ends_at\":\"2025-10-30T16:18:48.262121Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"1797d43b-5d04-471b-80f7-5036f26b7d01\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1633" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:25:37 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - f6b60025-f75a-430e-9b5b-1225626f60b5 - status: 200 OK - code: 200 - duration: 23.8383ms -- id: 105 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/bd51a0ad-80a1-4d46-8acb-9adaa4108410/kubeconfig - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1674 - body: "{\"name\":\"kubeconfig\", \"content_type\":\"application/octet-stream\", \"content\":\"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogInRlc3QtcG9vbC1taW5pbWFsIgogIGNsdXN0ZXI6CiAgICBjZXJ0aWZpY2F0ZS1hdXRob3JpdHktZGF0YTogTFMwdExTMUNSVWRKVGlCRFJWSlVTVVpKUTBGVVJTMHRMUzB0Q2sxSlNVSlhla05EUVZGSFowRjNTVUpCWjBsQ1FVUkJTMEpuWjNGb2EycFBVRkZSUkVGcVFWWk5VazEzUlZGWlJGWlJVVVJGZDNCeVpGZEtiR050Tld3S1pFZFdlazFDTkZoRVZFa3hUVlJCZVU5VVJUSk5WR2N3VDBadldFUlVUVEZOVkVGNVQxUkZNazFVWnpCUFJtOTNSbFJGVkUxQ1JVZEJNVlZGUVhoTlN3cGhNMVpwV2xoS2RWcFlVbXhqZWtKYVRVSk5SMEo1Y1VkVFRUUTVRV2RGUjBORGNVZFRUVFE1UVhkRlNFRXdTVUZDVDFJME1HNDFObkZ1TDJWQ2EwMVpDbVUzVW5aalZIZDFZbmd3ZVhZcmMySXhkMWRITWtKemFGcHpTbGw1VHpndlJFWkpiVGMzVm5RMk9YcDNNakJzZEdaQ1UyZHBSRmRwZVhKNVJXVldiV3dLU1d0eGJGVXZRMnBSYWtKQlRVRTBSMEV4VldSRWQwVkNMM2RSUlVGM1NVTndSRUZRUW1kT1ZraFNUVUpCWmpoRlFsUkJSRUZSU0M5TlFqQkhRVEZWWkFwRVoxRlhRa0pVUWxZck9XbEhiMEZUT1VwdlZtWXZkUzlxUnpnMVZWSkVOV2hxUVV0Q1oyZHhhR3RxVDFCUlVVUkJaMDVKUVVSQ1JrRnBRVEl4TW5Sb0NqWjRNMVk1YlZjMFZYTlBRM1owWWtnMk1XOUVXalpFVG1rMFVHeHdUVU5PU0ZaMWVsUjNTV2hCVDB4QlNXUkhaM1JTVFRSd0sxazNTREJYZUVVMFZrb0tlVTlQZEhaU2J6TjFkRU5TTjJWclJqZFlabmtLTFMwdExTMUZUa1FnUTBWU1ZFbEdTVU5CVkVVdExTMHRMUW89CiAgICBzZXJ2ZXI6IGh0dHBzOi8vYmQ1MWEwYWQtODBhMS00ZDQ2LThhY2ItOWFkYWE0MTA4NDEwLmFwaS5rOHMuZnItcGFyLnNjdy5jbG91ZDo2NDQzCmNvbnRleHRzOgotIG5hbWU6IGFkbWluQHRlc3QtcG9vbC1taW5pbWFsCiAgY29udGV4dDoKICAgIGNsdXN0ZXI6ICJ0ZXN0LXBvb2wtbWluaW1hbCIKICAgIHVzZXI6IHRlc3QtcG9vbC1taW5pbWFsLWFkbWluCmN1cnJlbnQtY29udGV4dDogYWRtaW5AdGVzdC1wb29sLW1pbmltYWwKa2luZDogQ29uZmlnCnByZWZlcmVuY2VzOiB7fQp1c2VyczoKLSBuYW1lOiB0ZXN0LXBvb2wtbWluaW1hbC1hZG1pbgogIHVzZXI6CiAgICB0b2tlbjogMVNaaGFUSGppY1Jid25EaVIzWHhwUDRJWENGMWJyWmlFMmZJMTBZQTBIR3JNV1dpdzE5SnROV2M=\"}" - headers: - Content-Length: - - "1674" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:25:37 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 4bc12707-fac2-4b92-bb55-fa9e00bbe43e - status: 200 OK - code: 200 - duration: 91.60159ms -- id: 106 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/76a92752-3eea-4625-b05e-532277914a3a - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 765 - body: "{\"region\":\"fr-par\", \"id\":\"76a92752-3eea-4625-b05e-532277914a3a\", \"cluster_id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"created_at\":\"2025-10-30T16:18:53.744787Z\", \"updated_at\":\"2025-10-30T16:25:33.360930Z\", \"name\":\"test-pool-minimal\", \"status\":\"ready\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"default\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "765" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:25:37 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 08471a96-9a37-4bc0-9e87-48917949f604 - status: 200 OK - code: 200 - duration: 23.830085ms -- id: 107 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - form: - order_by: - - created_at_asc - page: - - "1" - pool_id: - - 76a92752-3eea-4625-b05e-532277914a3a - status: - - unknown - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/bd51a0ad-80a1-4d46-8acb-9adaa4108410/nodes?order_by=created_at_asc&page=1&pool_id=76a92752-3eea-4625-b05e-532277914a3a&status=unknown - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 619 - body: "{\"total_count\":1, \"nodes\":[{\"region\":\"fr-par\", \"id\":\"21553d0d-15c0-4b71-b557-7efd0d478398\", \"cluster_id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"created_at\":\"2025-10-30T16:24:58.266436Z\", \"updated_at\":\"2025-10-30T16:25:33.345091Z\", \"pool_id\":\"76a92752-3eea-4625-b05e-532277914a3a\", \"status\":\"ready\", \"conditions\":{\"DiskPressure\":\"False\", \"MemoryPressure\":\"False\", \"PIDPressure\":\"False\", \"Ready\":\"True\"}, \"name\":\"scw-test-pool-minimal-test-pool-minimal-21553d\", \"public_ip_v4\":\"51.15.236.240\", \"public_ip_v6\":null, \"provider_id\":\"scaleway://instance/fr-par-1/fb51e515-671f-4e80-875b-52c3de6157e9\", \"error_message\":\"\"}]}" - headers: - Content-Length: - - "619" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:25:37 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - ef1cb49d-83aa-4aff-95a7-6658936359f2 - status: 200 OK - code: 200 - duration: 30.189109ms -- id: 108 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/bd51a0ad-80a1-4d46-8acb-9adaa4108410 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1633 - body: "{\"region\":\"fr-par\", \"id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:48.262115Z\", \"updated_at\":\"2025-10-30T16:20:59.041275Z\", \"type\":\"kapsule\", \"name\":\"test-pool-minimal\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"calico\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"minimal\"], \"cluster_url\":\"https://bd51a0ad-80a1-4d46-8acb-9adaa4108410.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.bd51a0ad-80a1-4d46-8acb-9adaa4108410.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"dd4ca113-1e98-4ef4-851b-44e9acdda76c\", \"commitment_ends_at\":\"2025-10-30T16:18:48.262121Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"1797d43b-5d04-471b-80f7-5036f26b7d01\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1633" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:25:37 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - e1fe7821-dde5-4a14-b17e-6dc0c6f9741c - status: 200 OK - code: 200 - duration: 80.016908ms -- id: 109 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - form: - order_by: - - created_at_desc - project_id: - - 105bdce1-64c0-48ab-899d-868455867ecf - resource_name: - - scw-test-pool-minimal-test-pool-minimal-21553d - resource_type: - - unknown_type - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/ipam/v1/regions/fr-par/ips?order_by=created_at_desc&project_id=105bdce1-64c0-48ab-899d-868455867ecf&resource_name=scw-test-pool-minimal-test-pool-minimal-21553d&resource_type=unknown_type - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1122 - body: "{\"total_count\":2, \"ips\":[{\"id\":\"28c1d7a8-0419-4979-8eec-043331fe2c84\", \"address\":\"fd5f:519c:6d46:22e5:34fe:8c68:418c:3ac7/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":true, \"created_at\":\"2025-10-30T16:25:01.810746Z\", \"updated_at\":\"2025-10-30T16:25:01.810746Z\", \"source\":{\"subnet_id\":\"d7af6fd0-cb67-4b07-9c7f-5555b52eee58\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"a36f58d2-bfe1-4eca-86d9-f9c78f19628f\", \"mac_address\":\"02:00:00:1A:35:26\", \"name\":\"scw-test-pool-minimal-test-pool-minimal-21553d\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}, {\"id\":\"454ad022-4c4c-4a26-b209-e5a4b0c0f6b7\", \"address\":\"172.18.88.3/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":false, \"created_at\":\"2025-10-30T16:25:01.646647Z\", \"updated_at\":\"2025-10-30T16:25:01.646647Z\", \"source\":{\"subnet_id\":\"0bede021-b29d-4922-8b51-970671def39d\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"a36f58d2-bfe1-4eca-86d9-f9c78f19628f\", \"mac_address\":\"02:00:00:1A:35:26\", \"name\":\"scw-test-pool-minimal-test-pool-minimal-21553d\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}]}" - headers: - Content-Length: - - "1122" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:25:37 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 0a6fe746-2bd1-4bb6-aa4d-a7e2ccdfc520 - status: 200 OK - code: 200 - duration: 34.080042ms -- id: 110 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/fr-par/vpcs/fb5cd7b8-e592-4b6e-8216-66fca3c089b6 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 422 - body: "{\"id\":\"fb5cd7b8-e592-4b6e-8216-66fca3c089b6\", \"name\":\"tf-vpc-friendly-williams\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:47.163149Z\", \"updated_at\":\"2025-10-30T16:18:47.163149Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_default\":false, \"private_network_count\":1, \"routing_enabled\":true, \"custom_routes_propagation_enabled\":true, \"region\":\"fr-par\"}" - headers: - Content-Length: - - "422" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:25:37 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 4e8be5a7-9d34-4dbb-b6b7-78508a98a800 - status: 200 OK - code: 200 - duration: 26.779019ms -- id: 111 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks/dd4ca113-1e98-4ef4-851b-44e9acdda76c - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1087 - body: "{\"id\":\"dd4ca113-1e98-4ef4-851b-44e9acdda76c\", \"name\":\"test-pool-minimal\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:47.286292Z\", \"updated_at\":\"2025-10-30T16:18:47.286292Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"subnets\":[{\"id\":\"0bede021-b29d-4922-8b51-970671def39d\", \"created_at\":\"2025-10-30T16:18:47.286292Z\", \"updated_at\":\"2025-10-30T16:18:47.286292Z\", \"subnet\":\"172.18.88.0/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"dd4ca113-1e98-4ef4-851b-44e9acdda76c\", \"vpc_id\":\"fb5cd7b8-e592-4b6e-8216-66fca3c089b6\"}, {\"id\":\"d7af6fd0-cb67-4b07-9c7f-5555b52eee58\", \"created_at\":\"2025-10-30T16:18:47.286292Z\", \"updated_at\":\"2025-10-30T16:18:47.286292Z\", \"subnet\":\"fd5f:519c:6d46:22e5::/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"dd4ca113-1e98-4ef4-851b-44e9acdda76c\", \"vpc_id\":\"fb5cd7b8-e592-4b6e-8216-66fca3c089b6\"}], \"vpc_id\":\"fb5cd7b8-e592-4b6e-8216-66fca3c089b6\", \"dhcp_enabled\":true, \"default_route_propagation_enabled\":false, \"region\":\"fr-par\"}" - headers: - Content-Length: - - "1087" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:25:37 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 4048d400-05fd-49c1-a43b-e2d7c8370f7b - status: 200 OK - code: 200 - duration: 22.365206ms -- id: 112 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/bd51a0ad-80a1-4d46-8acb-9adaa4108410 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1633 - body: "{\"region\":\"fr-par\", \"id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:48.262115Z\", \"updated_at\":\"2025-10-30T16:20:59.041275Z\", \"type\":\"kapsule\", \"name\":\"test-pool-minimal\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"calico\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"minimal\"], \"cluster_url\":\"https://bd51a0ad-80a1-4d46-8acb-9adaa4108410.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.bd51a0ad-80a1-4d46-8acb-9adaa4108410.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"dd4ca113-1e98-4ef4-851b-44e9acdda76c\", \"commitment_ends_at\":\"2025-10-30T16:18:48.262121Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"1797d43b-5d04-471b-80f7-5036f26b7d01\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1633" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:25:37 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 414fc5ac-c3cf-4c64-925c-cf418b67fcab - status: 200 OK - code: 200 - duration: 99.646598ms -- id: 113 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/bd51a0ad-80a1-4d46-8acb-9adaa4108410/kubeconfig - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1674 - body: "{\"name\":\"kubeconfig\", \"content_type\":\"application/octet-stream\", \"content\":\"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogInRlc3QtcG9vbC1taW5pbWFsIgogIGNsdXN0ZXI6CiAgICBjZXJ0aWZpY2F0ZS1hdXRob3JpdHktZGF0YTogTFMwdExTMUNSVWRKVGlCRFJWSlVTVVpKUTBGVVJTMHRMUzB0Q2sxSlNVSlhla05EUVZGSFowRjNTVUpCWjBsQ1FVUkJTMEpuWjNGb2EycFBVRkZSUkVGcVFWWk5VazEzUlZGWlJGWlJVVVJGZDNCeVpGZEtiR050Tld3S1pFZFdlazFDTkZoRVZFa3hUVlJCZVU5VVJUSk5WR2N3VDBadldFUlVUVEZOVkVGNVQxUkZNazFVWnpCUFJtOTNSbFJGVkUxQ1JVZEJNVlZGUVhoTlN3cGhNMVpwV2xoS2RWcFlVbXhqZWtKYVRVSk5SMEo1Y1VkVFRUUTVRV2RGUjBORGNVZFRUVFE1UVhkRlNFRXdTVUZDVDFJME1HNDFObkZ1TDJWQ2EwMVpDbVUzVW5aalZIZDFZbmd3ZVhZcmMySXhkMWRITWtKemFGcHpTbGw1VHpndlJFWkpiVGMzVm5RMk9YcDNNakJzZEdaQ1UyZHBSRmRwZVhKNVJXVldiV3dLU1d0eGJGVXZRMnBSYWtKQlRVRTBSMEV4VldSRWQwVkNMM2RSUlVGM1NVTndSRUZRUW1kT1ZraFNUVUpCWmpoRlFsUkJSRUZSU0M5TlFqQkhRVEZWWkFwRVoxRlhRa0pVUWxZck9XbEhiMEZUT1VwdlZtWXZkUzlxUnpnMVZWSkVOV2hxUVV0Q1oyZHhhR3RxVDFCUlVVUkJaMDVKUVVSQ1JrRnBRVEl4TW5Sb0NqWjRNMVk1YlZjMFZYTlBRM1owWWtnMk1XOUVXalpFVG1rMFVHeHdUVU5PU0ZaMWVsUjNTV2hCVDB4QlNXUkhaM1JTVFRSd0sxazNTREJYZUVVMFZrb0tlVTlQZEhaU2J6TjFkRU5TTjJWclJqZFlabmtLTFMwdExTMUZUa1FnUTBWU1ZFbEdTVU5CVkVVdExTMHRMUW89CiAgICBzZXJ2ZXI6IGh0dHBzOi8vYmQ1MWEwYWQtODBhMS00ZDQ2LThhY2ItOWFkYWE0MTA4NDEwLmFwaS5rOHMuZnItcGFyLnNjdy5jbG91ZDo2NDQzCmNvbnRleHRzOgotIG5hbWU6IGFkbWluQHRlc3QtcG9vbC1taW5pbWFsCiAgY29udGV4dDoKICAgIGNsdXN0ZXI6ICJ0ZXN0LXBvb2wtbWluaW1hbCIKICAgIHVzZXI6IHRlc3QtcG9vbC1taW5pbWFsLWFkbWluCmN1cnJlbnQtY29udGV4dDogYWRtaW5AdGVzdC1wb29sLW1pbmltYWwKa2luZDogQ29uZmlnCnByZWZlcmVuY2VzOiB7fQp1c2VyczoKLSBuYW1lOiB0ZXN0LXBvb2wtbWluaW1hbC1hZG1pbgogIHVzZXI6CiAgICB0b2tlbjogMVNaaGFUSGppY1Jid25EaVIzWHhwUDRJWENGMWJyWmlFMmZJMTBZQTBIR3JNV1dpdzE5SnROV2M=\"}" - headers: - Content-Length: - - "1674" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:25:37 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - f214c93b-fb83-4127-b21c-160de3791206 - status: 200 OK - code: 200 - duration: 100.79838ms -- id: 114 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/76a92752-3eea-4625-b05e-532277914a3a - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 765 - body: "{\"region\":\"fr-par\", \"id\":\"76a92752-3eea-4625-b05e-532277914a3a\", \"cluster_id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"created_at\":\"2025-10-30T16:18:53.744787Z\", \"updated_at\":\"2025-10-30T16:25:33.360930Z\", \"name\":\"test-pool-minimal\", \"status\":\"ready\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"default\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "765" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:25:37 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 8b01393a-fac1-4544-b46f-b2f3ef1040c0 - status: 200 OK - code: 200 - duration: 22.621216ms -- id: 115 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - form: - order_by: - - created_at_asc - page: - - "1" - pool_id: - - 76a92752-3eea-4625-b05e-532277914a3a - status: - - unknown - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/bd51a0ad-80a1-4d46-8acb-9adaa4108410/nodes?order_by=created_at_asc&page=1&pool_id=76a92752-3eea-4625-b05e-532277914a3a&status=unknown - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 619 - body: "{\"total_count\":1, \"nodes\":[{\"region\":\"fr-par\", \"id\":\"21553d0d-15c0-4b71-b557-7efd0d478398\", \"cluster_id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"created_at\":\"2025-10-30T16:24:58.266436Z\", \"updated_at\":\"2025-10-30T16:25:33.345091Z\", \"pool_id\":\"76a92752-3eea-4625-b05e-532277914a3a\", \"status\":\"ready\", \"conditions\":{\"DiskPressure\":\"False\", \"MemoryPressure\":\"False\", \"PIDPressure\":\"False\", \"Ready\":\"True\"}, \"name\":\"scw-test-pool-minimal-test-pool-minimal-21553d\", \"public_ip_v4\":\"51.15.236.240\", \"public_ip_v6\":null, \"provider_id\":\"scaleway://instance/fr-par-1/fb51e515-671f-4e80-875b-52c3de6157e9\", \"error_message\":\"\"}]}" - headers: - Content-Length: - - "619" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:25:37 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 004b2690-272b-4bd2-a15b-cf1d46a91288 - status: 200 OK - code: 200 - duration: 41.280957ms -- id: 116 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/bd51a0ad-80a1-4d46-8acb-9adaa4108410 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1633 - body: "{\"region\":\"fr-par\", \"id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:48.262115Z\", \"updated_at\":\"2025-10-30T16:20:59.041275Z\", \"type\":\"kapsule\", \"name\":\"test-pool-minimal\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"calico\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"minimal\"], \"cluster_url\":\"https://bd51a0ad-80a1-4d46-8acb-9adaa4108410.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.bd51a0ad-80a1-4d46-8acb-9adaa4108410.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"dd4ca113-1e98-4ef4-851b-44e9acdda76c\", \"commitment_ends_at\":\"2025-10-30T16:18:48.262121Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"1797d43b-5d04-471b-80f7-5036f26b7d01\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1633" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:25:37 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - fe6dc0e1-9e01-4b25-9015-39dd5ece1890 - status: 200 OK - code: 200 - duration: 21.594108ms -- id: 117 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - form: - order_by: - - created_at_desc - project_id: - - 105bdce1-64c0-48ab-899d-868455867ecf - resource_name: - - scw-test-pool-minimal-test-pool-minimal-21553d - resource_type: - - unknown_type - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/ipam/v1/regions/fr-par/ips?order_by=created_at_desc&project_id=105bdce1-64c0-48ab-899d-868455867ecf&resource_name=scw-test-pool-minimal-test-pool-minimal-21553d&resource_type=unknown_type - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1122 - body: "{\"total_count\":2, \"ips\":[{\"id\":\"28c1d7a8-0419-4979-8eec-043331fe2c84\", \"address\":\"fd5f:519c:6d46:22e5:34fe:8c68:418c:3ac7/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":true, \"created_at\":\"2025-10-30T16:25:01.810746Z\", \"updated_at\":\"2025-10-30T16:25:01.810746Z\", \"source\":{\"subnet_id\":\"d7af6fd0-cb67-4b07-9c7f-5555b52eee58\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"a36f58d2-bfe1-4eca-86d9-f9c78f19628f\", \"mac_address\":\"02:00:00:1A:35:26\", \"name\":\"scw-test-pool-minimal-test-pool-minimal-21553d\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}, {\"id\":\"454ad022-4c4c-4a26-b209-e5a4b0c0f6b7\", \"address\":\"172.18.88.3/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":false, \"created_at\":\"2025-10-30T16:25:01.646647Z\", \"updated_at\":\"2025-10-30T16:25:01.646647Z\", \"source\":{\"subnet_id\":\"0bede021-b29d-4922-8b51-970671def39d\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"a36f58d2-bfe1-4eca-86d9-f9c78f19628f\", \"mac_address\":\"02:00:00:1A:35:26\", \"name\":\"scw-test-pool-minimal-test-pool-minimal-21553d\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}]}" - headers: - Content-Length: - - "1122" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:25:37 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 4020a109-583d-4507-af42-7d8aa731818f - status: 200 OK - code: 200 - duration: 25.361279ms -- id: 118 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/bd51a0ad-80a1-4d46-8acb-9adaa4108410 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1633 - body: "{\"region\":\"fr-par\", \"id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:48.262115Z\", \"updated_at\":\"2025-10-30T16:20:59.041275Z\", \"type\":\"kapsule\", \"name\":\"test-pool-minimal\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"calico\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"minimal\"], \"cluster_url\":\"https://bd51a0ad-80a1-4d46-8acb-9adaa4108410.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.bd51a0ad-80a1-4d46-8acb-9adaa4108410.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"dd4ca113-1e98-4ef4-851b-44e9acdda76c\", \"commitment_ends_at\":\"2025-10-30T16:18:48.262121Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"1797d43b-5d04-471b-80f7-5036f26b7d01\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1633" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:25:38 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - c54ccde2-f9a6-46aa-a6fe-f22d2fd30409 - status: 200 OK - code: 200 - duration: 30.159674ms -- id: 119 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 322 - host: api.scaleway.com - body: "{\"name\":\"test-pool-minimal-2\",\"node_type\":\"pro2_xxs\",\"autoscaling\":true,\"size\":1,\"min_size\":1,\"max_size\":1,\"container_runtime\":\"containerd\",\"autohealing\":true,\"tags\":[\"terraform-test\",\"scaleway_k8s_cluster\",\"minimal\"],\"kubelet_args\":{},\"zone\":\"fr-par-1\",\"root_volume_type\":\"default_volume_type\",\"public_ip_disabled\":false}" - headers: - Content-Type: - - application/json - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/bd51a0ad-80a1-4d46-8acb-9adaa4108410/pools - method: POST - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 769 - body: "{\"region\":\"fr-par\", \"id\":\"329660c2-2ae9-4907-a4cc-c8ae7ce7ca37\", \"cluster_id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"created_at\":\"2025-10-30T16:25:38.114247Z\", \"updated_at\":\"2025-10-30T16:25:38.114247Z\", \"name\":\"test-pool-minimal-2\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"minimal\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "769" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:25:38 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 50275021-276d-47d4-ad8c-bb0ce1e1375f - status: 200 OK - code: 200 - duration: 136.084576ms -- id: 120 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/329660c2-2ae9-4907-a4cc-c8ae7ce7ca37 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 769 - body: "{\"region\":\"fr-par\", \"id\":\"329660c2-2ae9-4907-a4cc-c8ae7ce7ca37\", \"cluster_id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"created_at\":\"2025-10-30T16:25:38.114247Z\", \"updated_at\":\"2025-10-30T16:25:38.114247Z\", \"name\":\"test-pool-minimal-2\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"minimal\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "769" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:25:38 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - aa5be9c9-2e24-4523-ab61-4146d687f9e4 - status: 200 OK - code: 200 - duration: 20.658943ms -- id: 121 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/329660c2-2ae9-4907-a4cc-c8ae7ce7ca37 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 769 - body: "{\"region\":\"fr-par\", \"id\":\"329660c2-2ae9-4907-a4cc-c8ae7ce7ca37\", \"cluster_id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"created_at\":\"2025-10-30T16:25:38.114247Z\", \"updated_at\":\"2025-10-30T16:25:38.114247Z\", \"name\":\"test-pool-minimal-2\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"minimal\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "769" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:25:43 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 67adf187-b268-4148-ad6d-c8c50fe2bbf8 - status: 200 OK - code: 200 - duration: 82.406432ms -- id: 122 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/329660c2-2ae9-4907-a4cc-c8ae7ce7ca37 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 769 - body: "{\"region\":\"fr-par\", \"id\":\"329660c2-2ae9-4907-a4cc-c8ae7ce7ca37\", \"cluster_id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"created_at\":\"2025-10-30T16:25:38.114247Z\", \"updated_at\":\"2025-10-30T16:25:38.114247Z\", \"name\":\"test-pool-minimal-2\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"minimal\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "769" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:25:48 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 6dd35212-5b29-404e-b2bd-0d5af1c790ff - status: 200 OK - code: 200 - duration: 85.861928ms -- id: 123 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/329660c2-2ae9-4907-a4cc-c8ae7ce7ca37 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 769 - body: "{\"region\":\"fr-par\", \"id\":\"329660c2-2ae9-4907-a4cc-c8ae7ce7ca37\", \"cluster_id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"created_at\":\"2025-10-30T16:25:38.114247Z\", \"updated_at\":\"2025-10-30T16:25:38.114247Z\", \"name\":\"test-pool-minimal-2\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"minimal\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "769" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:25:53 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - c17b078f-c8ba-4d45-ae18-a63f85a366b7 - status: 200 OK - code: 200 - duration: 93.448666ms -- id: 124 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/329660c2-2ae9-4907-a4cc-c8ae7ce7ca37 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 769 - body: "{\"region\":\"fr-par\", \"id\":\"329660c2-2ae9-4907-a4cc-c8ae7ce7ca37\", \"cluster_id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"created_at\":\"2025-10-30T16:25:38.114247Z\", \"updated_at\":\"2025-10-30T16:25:38.114247Z\", \"name\":\"test-pool-minimal-2\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"minimal\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "769" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:25:58 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 25287992-ec0a-49f5-80e0-4ba214d09c24 - status: 200 OK - code: 200 - duration: 90.943634ms -- id: 125 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/329660c2-2ae9-4907-a4cc-c8ae7ce7ca37 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 769 - body: "{\"region\":\"fr-par\", \"id\":\"329660c2-2ae9-4907-a4cc-c8ae7ce7ca37\", \"cluster_id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"created_at\":\"2025-10-30T16:25:38.114247Z\", \"updated_at\":\"2025-10-30T16:25:38.114247Z\", \"name\":\"test-pool-minimal-2\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"minimal\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "769" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:26:03 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 5aeafe40-8ebc-45b2-a47f-aff012bce61e - status: 200 OK - code: 200 - duration: 87.46697ms -- id: 126 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/329660c2-2ae9-4907-a4cc-c8ae7ce7ca37 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 769 - body: "{\"region\":\"fr-par\", \"id\":\"329660c2-2ae9-4907-a4cc-c8ae7ce7ca37\", \"cluster_id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"created_at\":\"2025-10-30T16:25:38.114247Z\", \"updated_at\":\"2025-10-30T16:25:38.114247Z\", \"name\":\"test-pool-minimal-2\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"minimal\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "769" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:26:08 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - fb7fd456-2a4d-4bcb-a742-aa83effe5248 - status: 200 OK - code: 200 - duration: 99.843789ms -- id: 127 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/329660c2-2ae9-4907-a4cc-c8ae7ce7ca37 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 769 - body: "{\"region\":\"fr-par\", \"id\":\"329660c2-2ae9-4907-a4cc-c8ae7ce7ca37\", \"cluster_id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"created_at\":\"2025-10-30T16:25:38.114247Z\", \"updated_at\":\"2025-10-30T16:25:38.114247Z\", \"name\":\"test-pool-minimal-2\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"minimal\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "769" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:26:13 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 19d3300b-8ca9-427d-8055-daa5cb63798b - status: 200 OK - code: 200 - duration: 81.114157ms -- id: 128 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/329660c2-2ae9-4907-a4cc-c8ae7ce7ca37 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 769 - body: "{\"region\":\"fr-par\", \"id\":\"329660c2-2ae9-4907-a4cc-c8ae7ce7ca37\", \"cluster_id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"created_at\":\"2025-10-30T16:25:38.114247Z\", \"updated_at\":\"2025-10-30T16:25:38.114247Z\", \"name\":\"test-pool-minimal-2\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"minimal\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "769" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:26:18 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 31f48de9-f37d-4579-8bd0-b9593bc1ebfc - status: 200 OK - code: 200 - duration: 81.514077ms -- id: 129 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/329660c2-2ae9-4907-a4cc-c8ae7ce7ca37 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 769 - body: "{\"region\":\"fr-par\", \"id\":\"329660c2-2ae9-4907-a4cc-c8ae7ce7ca37\", \"cluster_id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"created_at\":\"2025-10-30T16:25:38.114247Z\", \"updated_at\":\"2025-10-30T16:25:38.114247Z\", \"name\":\"test-pool-minimal-2\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"minimal\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "769" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:26:24 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 519951b9-d29b-4e8b-9303-ba6e5d15dac3 - status: 200 OK - code: 200 - duration: 85.835919ms -- id: 130 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/329660c2-2ae9-4907-a4cc-c8ae7ce7ca37 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 769 - body: "{\"region\":\"fr-par\", \"id\":\"329660c2-2ae9-4907-a4cc-c8ae7ce7ca37\", \"cluster_id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"created_at\":\"2025-10-30T16:25:38.114247Z\", \"updated_at\":\"2025-10-30T16:25:38.114247Z\", \"name\":\"test-pool-minimal-2\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"minimal\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "769" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:26:29 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 5798eab3-3502-427b-82c4-3ffc857036de - status: 200 OK - code: 200 - duration: 92.803666ms -- id: 131 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/329660c2-2ae9-4907-a4cc-c8ae7ce7ca37 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 769 - body: "{\"region\":\"fr-par\", \"id\":\"329660c2-2ae9-4907-a4cc-c8ae7ce7ca37\", \"cluster_id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"created_at\":\"2025-10-30T16:25:38.114247Z\", \"updated_at\":\"2025-10-30T16:25:38.114247Z\", \"name\":\"test-pool-minimal-2\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"minimal\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "769" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:26:34 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 0c670000-f1a5-4b4f-94ee-5168fa1d643a - status: 200 OK - code: 200 - duration: 106.879814ms -- id: 132 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/329660c2-2ae9-4907-a4cc-c8ae7ce7ca37 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 769 - body: "{\"region\":\"fr-par\", \"id\":\"329660c2-2ae9-4907-a4cc-c8ae7ce7ca37\", \"cluster_id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"created_at\":\"2025-10-30T16:25:38.114247Z\", \"updated_at\":\"2025-10-30T16:25:38.114247Z\", \"name\":\"test-pool-minimal-2\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"minimal\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "769" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:26:39 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - d4359c08-68b3-46d8-abc9-d2b43780d6a8 - status: 200 OK - code: 200 - duration: 80.733512ms -- id: 133 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/329660c2-2ae9-4907-a4cc-c8ae7ce7ca37 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 769 - body: "{\"region\":\"fr-par\", \"id\":\"329660c2-2ae9-4907-a4cc-c8ae7ce7ca37\", \"cluster_id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"created_at\":\"2025-10-30T16:25:38.114247Z\", \"updated_at\":\"2025-10-30T16:25:38.114247Z\", \"name\":\"test-pool-minimal-2\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"minimal\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "769" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:26:44 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 021906f1-215c-492b-9173-913ed75da513 - status: 200 OK - code: 200 - duration: 97.892727ms -- id: 134 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/329660c2-2ae9-4907-a4cc-c8ae7ce7ca37 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 769 - body: "{\"region\":\"fr-par\", \"id\":\"329660c2-2ae9-4907-a4cc-c8ae7ce7ca37\", \"cluster_id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"created_at\":\"2025-10-30T16:25:38.114247Z\", \"updated_at\":\"2025-10-30T16:25:38.114247Z\", \"name\":\"test-pool-minimal-2\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"minimal\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "769" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:26:49 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 58193afa-b2ca-4268-ba87-fc59af8c4bb7 - status: 200 OK - code: 200 - duration: 106.548472ms -- id: 135 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/329660c2-2ae9-4907-a4cc-c8ae7ce7ca37 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 767 - body: "{\"region\":\"fr-par\", \"id\":\"329660c2-2ae9-4907-a4cc-c8ae7ce7ca37\", \"cluster_id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"created_at\":\"2025-10-30T16:25:38.114247Z\", \"updated_at\":\"2025-10-30T16:26:51.176616Z\", \"name\":\"test-pool-minimal-2\", \"status\":\"ready\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"minimal\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "767" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:26:54 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 2f2c2dcc-9914-463a-b39c-863142d0df93 - status: 200 OK - code: 200 - duration: 99.099943ms -- id: 136 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/bd51a0ad-80a1-4d46-8acb-9adaa4108410 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1633 - body: "{\"region\":\"fr-par\", \"id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:48.262115Z\", \"updated_at\":\"2025-10-30T16:20:59.041275Z\", \"type\":\"kapsule\", \"name\":\"test-pool-minimal\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"calico\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"minimal\"], \"cluster_url\":\"https://bd51a0ad-80a1-4d46-8acb-9adaa4108410.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.bd51a0ad-80a1-4d46-8acb-9adaa4108410.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"dd4ca113-1e98-4ef4-851b-44e9acdda76c\", \"commitment_ends_at\":\"2025-10-30T16:18:48.262121Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"1797d43b-5d04-471b-80f7-5036f26b7d01\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1633" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:26:54 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 1af88b9d-a50b-4c75-8653-f54ebee0d17f - status: 200 OK - code: 200 - duration: 95.72046ms -- id: 137 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/329660c2-2ae9-4907-a4cc-c8ae7ce7ca37 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 767 - body: "{\"region\":\"fr-par\", \"id\":\"329660c2-2ae9-4907-a4cc-c8ae7ce7ca37\", \"cluster_id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"created_at\":\"2025-10-30T16:25:38.114247Z\", \"updated_at\":\"2025-10-30T16:26:51.176616Z\", \"name\":\"test-pool-minimal-2\", \"status\":\"ready\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"minimal\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "767" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:26:54 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 625ec0b2-b462-47a9-90ec-5a061a4e4461 - status: 200 OK - code: 200 - duration: 22.862619ms -- id: 138 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - form: - order_by: - - created_at_asc - page: - - "1" - pool_id: - - 329660c2-2ae9-4907-a4cc-c8ae7ce7ca37 - status: - - unknown - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/bd51a0ad-80a1-4d46-8acb-9adaa4108410/nodes?order_by=created_at_asc&page=1&pool_id=329660c2-2ae9-4907-a4cc-c8ae7ce7ca37&status=unknown - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 621 - body: "{\"total_count\":1, \"nodes\":[{\"region\":\"fr-par\", \"id\":\"a34ec0fd-a4f8-487d-813f-5d14369a67cf\", \"cluster_id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"created_at\":\"2025-10-30T16:25:38.865038Z\", \"updated_at\":\"2025-10-30T16:26:51.162742Z\", \"pool_id\":\"329660c2-2ae9-4907-a4cc-c8ae7ce7ca37\", \"status\":\"ready\", \"conditions\":{\"DiskPressure\":\"False\", \"MemoryPressure\":\"False\", \"PIDPressure\":\"False\", \"Ready\":\"True\"}, \"name\":\"scw-test-pool-minima-test-pool-minimal--a34ec0\", \"public_ip_v4\":\"163.172.149.221\", \"public_ip_v6\":null, \"provider_id\":\"scaleway://instance/fr-par-1/3e5635e7-8f2f-42aa-a116-98563cdca504\", \"error_message\":\"\"}]}" - headers: - Content-Length: - - "621" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:26:54 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 85f08e00-4b27-4cf0-a661-aa47d271850d - status: 200 OK - code: 200 - duration: 28.886976ms -- id: 139 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/bd51a0ad-80a1-4d46-8acb-9adaa4108410 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1633 - body: "{\"region\":\"fr-par\", \"id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:48.262115Z\", \"updated_at\":\"2025-10-30T16:20:59.041275Z\", \"type\":\"kapsule\", \"name\":\"test-pool-minimal\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"calico\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"minimal\"], \"cluster_url\":\"https://bd51a0ad-80a1-4d46-8acb-9adaa4108410.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.bd51a0ad-80a1-4d46-8acb-9adaa4108410.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"dd4ca113-1e98-4ef4-851b-44e9acdda76c\", \"commitment_ends_at\":\"2025-10-30T16:18:48.262121Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"1797d43b-5d04-471b-80f7-5036f26b7d01\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1633" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:26:54 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - d5baba83-1f10-49e7-9fdf-f43bdb8dd75b - status: 200 OK - code: 200 - duration: 25.242847ms -- id: 140 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - form: - order_by: - - created_at_desc - project_id: - - 105bdce1-64c0-48ab-899d-868455867ecf - resource_name: - - scw-test-pool-minima-test-pool-minimal--a34ec0 - resource_type: - - unknown_type - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/ipam/v1/regions/fr-par/ips?order_by=created_at_desc&project_id=105bdce1-64c0-48ab-899d-868455867ecf&resource_name=scw-test-pool-minima-test-pool-minimal--a34ec0&resource_type=unknown_type - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1122 - body: "{\"total_count\":2, \"ips\":[{\"id\":\"7102e233-ba57-4ba2-b095-2185253ca639\", \"address\":\"fd5f:519c:6d46:22e5:262f:9818:9285:6eef/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":true, \"created_at\":\"2025-10-30T16:25:41.959447Z\", \"updated_at\":\"2025-10-30T16:25:41.959447Z\", \"source\":{\"subnet_id\":\"d7af6fd0-cb67-4b07-9c7f-5555b52eee58\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"3c992745-903c-4151-a853-06d914135ecd\", \"mac_address\":\"02:00:00:13:F4:69\", \"name\":\"scw-test-pool-minima-test-pool-minimal--a34ec0\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}, {\"id\":\"1eba195d-6bd2-4600-8adb-69d607981d6f\", \"address\":\"172.18.88.4/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":false, \"created_at\":\"2025-10-30T16:25:41.841664Z\", \"updated_at\":\"2025-10-30T16:25:41.841664Z\", \"source\":{\"subnet_id\":\"0bede021-b29d-4922-8b51-970671def39d\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"3c992745-903c-4151-a853-06d914135ecd\", \"mac_address\":\"02:00:00:13:F4:69\", \"name\":\"scw-test-pool-minima-test-pool-minimal--a34ec0\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}]}" - headers: - Content-Length: - - "1122" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:26:54 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 95a8e94f-100b-4628-b3d3-60c2f2f11b77 - status: 200 OK - code: 200 - duration: 40.654872ms -- id: 141 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/bd51a0ad-80a1-4d46-8acb-9adaa4108410 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1633 - body: "{\"region\":\"fr-par\", \"id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:48.262115Z\", \"updated_at\":\"2025-10-30T16:20:59.041275Z\", \"type\":\"kapsule\", \"name\":\"test-pool-minimal\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"calico\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"minimal\"], \"cluster_url\":\"https://bd51a0ad-80a1-4d46-8acb-9adaa4108410.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.bd51a0ad-80a1-4d46-8acb-9adaa4108410.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"dd4ca113-1e98-4ef4-851b-44e9acdda76c\", \"commitment_ends_at\":\"2025-10-30T16:18:48.262121Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"1797d43b-5d04-471b-80f7-5036f26b7d01\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1633" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:26:54 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 5cb93efc-fdcc-4108-93df-8bb83f708aae - status: 200 OK - code: 200 - duration: 20.808814ms -- id: 142 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/329660c2-2ae9-4907-a4cc-c8ae7ce7ca37 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 767 - body: "{\"region\":\"fr-par\", \"id\":\"329660c2-2ae9-4907-a4cc-c8ae7ce7ca37\", \"cluster_id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"created_at\":\"2025-10-30T16:25:38.114247Z\", \"updated_at\":\"2025-10-30T16:26:51.176616Z\", \"name\":\"test-pool-minimal-2\", \"status\":\"ready\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"minimal\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "767" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:26:54 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 8276989c-afe9-418a-99da-6683c24d6db3 - status: 200 OK - code: 200 - duration: 23.027439ms -- id: 143 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - form: - order_by: - - created_at_asc - pool_id: - - 76a92752-3eea-4625-b05e-532277914a3a - status: - - unknown - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/bd51a0ad-80a1-4d46-8acb-9adaa4108410/nodes?order_by=created_at_asc&pool_id=76a92752-3eea-4625-b05e-532277914a3a&status=unknown - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 649 - body: "{\"total_count\":1, \"nodes\":[{\"region\":\"fr-par\", \"id\":\"21553d0d-15c0-4b71-b557-7efd0d478398\", \"cluster_id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"created_at\":\"2025-10-30T16:24:58.266436Z\", \"updated_at\":\"2025-10-30T16:26:51.139802Z\", \"pool_id\":\"76a92752-3eea-4625-b05e-532277914a3a\", \"status\":\"ready\", \"conditions\":{\"DiskPressure\":\"False\", \"MemoryPressure\":\"False\", \"NetworkUnavailable\":\"False\", \"PIDPressure\":\"False\", \"Ready\":\"True\"}, \"name\":\"scw-test-pool-minimal-test-pool-minimal-21553d\", \"public_ip_v4\":\"51.15.236.240\", \"public_ip_v6\":null, \"provider_id\":\"scaleway://instance/fr-par-1/fb51e515-671f-4e80-875b-52c3de6157e9\", \"error_message\":\"\"}]}" - headers: - Content-Length: - - "649" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:26:55 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 202c1bf0-1807-4973-b37d-06b2fbdd37b4 - status: 200 OK - code: 200 - duration: 33.788766ms -- id: 144 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/fb51e515-671f-4e80-875b-52c3de6157e9 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 3815 - body: "{\"server\": {\"id\": \"fb51e515-671f-4e80-875b-52c3de6157e9\", \"name\": \"scw-test-pool-minimal-test-pool-minimal-21553d\", \"arch\": \"x86_64\", \"commercial_type\": \"PRO2-XXS\", \"boot_type\": \"local\", \"organization\": \"105bdce1-64c0-48ab-899d-868455867ecf\", \"project\": \"105bdce1-64c0-48ab-899d-868455867ecf\", \"hostname\": \"scw-test-pool-minimal-test-pool-minimal-21553d\", \"image\": {\"id\": \"5b4b5f3f-c2a1-451e-8603-4c0179b4de03\", \"name\": \"k8s_base_node_instance\", \"organization\": \"51b656e3-4865-41e8-adbc-0c45bdd780db\", \"project\": \"51b656e3-4865-41e8-adbc-0c45bdd780db\", \"root_volume\": {\"volume_type\": \"sbs_snapshot\", \"id\": \"c6b09a14-4a4d-44cd-a772-4f235fef4826\", \"size\": 0, \"name\": \"\"}, \"extra_volumes\": {}, \"public\": true, \"arch\": \"x86_64\", \"creation_date\": \"2025-10-27T10:01:33.994085+00:00\", \"modification_date\": \"2025-10-27T10:01:33.994085+00:00\", \"default_bootscript\": null, \"from_server\": \"\", \"state\": \"available\", \"tags\": [], \"zone\": \"fr-par-1\"}, \"volumes\": {\"0\": {\"boot\": true, \"volume_type\": \"sbs_volume\", \"id\": \"bbd33d9f-6a04-4271-be87-174a742b855c\", \"state\": \"available\", \"zone\": \"fr-par-1\"}}, \"tags\": [\"kapsule=bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"pool=76a92752-3eea-4625-b05e-532277914a3a\", \"pool-name=test-pool-minimal\", \"runtime=containerd\", \"managed=true\", \"terraform-test\", \"scaleway_k8s_cluster\", \"default\", \"node=21553d0d-15c0-4b71-b557-7efd0d478398\"], \"state\": \"running\", \"protected\": false, \"state_detail\": \"booting kernel\", \"public_ip\": {\"id\": \"65a60f6b-fa89-4e49-bc25-fced17fa3df3\", \"address\": \"51.15.236.240\", \"dynamic\": false, \"gateway\": \"62.210.0.1\", \"netmask\": \"32\", \"family\": \"inet\", \"provisioning_mode\": \"dhcp\", \"tags\": [\"kapsule=bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"node-name=scw-test-pool-minimal-test-pool-minimal-21553d\"], \"state\": \"attached\", \"ipam_id\": \"d13243cf-f7a2-47a2-82cb-b82803e8ab66\"}, \"public_ips\": [{\"id\": \"65a60f6b-fa89-4e49-bc25-fced17fa3df3\", \"address\": \"51.15.236.240\", \"dynamic\": false, \"gateway\": \"62.210.0.1\", \"netmask\": \"32\", \"family\": \"inet\", \"provisioning_mode\": \"dhcp\", \"tags\": [\"kapsule=bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"node-name=scw-test-pool-minimal-test-pool-minimal-21553d\"], \"state\": \"attached\", \"ipam_id\": \"d13243cf-f7a2-47a2-82cb-b82803e8ab66\"}, {\"id\": \"6e0fde74-7588-46f5-9ca0-c0791b471188\", \"address\": \"2001:bc8:710:404b:dc00:ff:fed0:7057\", \"dynamic\": false, \"gateway\": \"fe80::dc00:ff:fed0:7058\", \"netmask\": \"64\", \"family\": \"inet6\", \"provisioning_mode\": \"slaac\", \"tags\": [\"kapsule=bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"node-name=scw-test-pool-minimal-test-pool-minimal-21553d\"], \"state\": \"attached\", \"ipam_id\": \"2df7f8b1-6bd3-43dd-b660-b453c3836e98\"}], \"mac_address\": \"de:00:00:d0:70:57\", \"routed_ip_enabled\": true, \"ipv6\": null, \"extra_networks\": [], \"dynamic_ip_required\": false, \"enable_ipv6\": false, \"private_ip\": null, \"creation_date\": \"2025-10-30T16:24:58.918229+00:00\", \"modification_date\": \"2025-10-30T16:25:05.142326+00:00\", \"bootscript\": null, \"security_group\": {\"id\": \"4ef16f7a-478c-4b72-b932-982f4b04974b\", \"name\": \"Kapsule default security group\"}, \"location\": {\"zone_id\": \"fr-par-1\", \"platform_id\": \"14\", \"cluster_id\": \"12\", \"hypervisor_id\": \"101\", \"node_id\": \"31\"}, \"maintenances\": [], \"allowed_actions\": [\"poweroff\", \"terminate\", \"reboot\", \"stop_in_place\", \"backup\"], \"placement_group\": null, \"private_nics\": [{\"id\": \"a36f58d2-bfe1-4eca-86d9-f9c78f19628f\", \"private_network_id\": \"dd4ca113-1e98-4ef4-851b-44e9acdda76c\", \"server_id\": \"fb51e515-671f-4e80-875b-52c3de6157e9\", \"mac_address\": \"02:00:00:1a:35:26\", \"state\": \"available\", \"creation_date\": \"2025-10-30T16:25:01.398380+00:00\", \"modification_date\": \"2025-10-30T16:25:01.565852+00:00\", \"zone\": \"fr-par-1\", \"tags\": [], \"ipam_ip_ids\": [\"454ad022-4c4c-4a26-b209-e5a4b0c0f6b7\", \"28c1d7a8-0419-4979-8eec-043331fe2c84\"]}], \"zone\": \"fr-par-1\", \"filesystems\": [], \"end_of_service\": false}}" - headers: - Content-Length: - - "3815" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:26:55 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 66007838-59cb-42d3-8749-6c751fce696e - status: 200 OK - code: 200 - duration: 173.298711ms -- id: 145 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - form: - order_by: - - created_at_asc - pool_id: - - 329660c2-2ae9-4907-a4cc-c8ae7ce7ca37 - status: - - unknown - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/bd51a0ad-80a1-4d46-8acb-9adaa4108410/nodes?order_by=created_at_asc&pool_id=329660c2-2ae9-4907-a4cc-c8ae7ce7ca37&status=unknown - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 621 - body: "{\"total_count\":1, \"nodes\":[{\"region\":\"fr-par\", \"id\":\"a34ec0fd-a4f8-487d-813f-5d14369a67cf\", \"cluster_id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"created_at\":\"2025-10-30T16:25:38.865038Z\", \"updated_at\":\"2025-10-30T16:26:51.162742Z\", \"pool_id\":\"329660c2-2ae9-4907-a4cc-c8ae7ce7ca37\", \"status\":\"ready\", \"conditions\":{\"DiskPressure\":\"False\", \"MemoryPressure\":\"False\", \"PIDPressure\":\"False\", \"Ready\":\"True\"}, \"name\":\"scw-test-pool-minima-test-pool-minimal--a34ec0\", \"public_ip_v4\":\"163.172.149.221\", \"public_ip_v6\":null, \"provider_id\":\"scaleway://instance/fr-par-1/3e5635e7-8f2f-42aa-a116-98563cdca504\", \"error_message\":\"\"}]}" - headers: - Content-Length: - - "621" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:26:55 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 1e35ac18-3a79-462b-93aa-b9d7791aef0b - status: 200 OK - code: 200 - duration: 33.9295ms -- id: 146 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/3e5635e7-8f2f-42aa-a116-98563cdca504 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 3820 - body: "{\"server\": {\"id\": \"3e5635e7-8f2f-42aa-a116-98563cdca504\", \"name\": \"scw-test-pool-minima-test-pool-minimal--a34ec0\", \"arch\": \"x86_64\", \"commercial_type\": \"PRO2-XXS\", \"boot_type\": \"local\", \"organization\": \"105bdce1-64c0-48ab-899d-868455867ecf\", \"project\": \"105bdce1-64c0-48ab-899d-868455867ecf\", \"hostname\": \"scw-test-pool-minima-test-pool-minimal--a34ec0\", \"image\": {\"id\": \"5b4b5f3f-c2a1-451e-8603-4c0179b4de03\", \"name\": \"k8s_base_node_instance\", \"organization\": \"51b656e3-4865-41e8-adbc-0c45bdd780db\", \"project\": \"51b656e3-4865-41e8-adbc-0c45bdd780db\", \"root_volume\": {\"volume_type\": \"sbs_snapshot\", \"id\": \"c6b09a14-4a4d-44cd-a772-4f235fef4826\", \"size\": 0, \"name\": \"\"}, \"extra_volumes\": {}, \"public\": true, \"arch\": \"x86_64\", \"creation_date\": \"2025-10-27T10:01:33.994085+00:00\", \"modification_date\": \"2025-10-27T10:01:33.994085+00:00\", \"default_bootscript\": null, \"from_server\": \"\", \"state\": \"available\", \"tags\": [], \"zone\": \"fr-par-1\"}, \"volumes\": {\"0\": {\"boot\": true, \"volume_type\": \"sbs_volume\", \"id\": \"c8a640a9-01ac-4b74-8930-96ec93542099\", \"state\": \"available\", \"zone\": \"fr-par-1\"}}, \"tags\": [\"kapsule=bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"pool=329660c2-2ae9-4907-a4cc-c8ae7ce7ca37\", \"pool-name=test-pool-minimal-2\", \"runtime=containerd\", \"managed=true\", \"terraform-test\", \"scaleway_k8s_cluster\", \"minimal\", \"node=a34ec0fd-a4f8-487d-813f-5d14369a67cf\"], \"state\": \"running\", \"protected\": false, \"state_detail\": \"booting kernel\", \"public_ip\": {\"id\": \"5e1fe2cf-537e-4763-9643-89980a20a0b0\", \"address\": \"163.172.149.221\", \"dynamic\": false, \"gateway\": \"62.210.0.1\", \"netmask\": \"32\", \"family\": \"inet\", \"provisioning_mode\": \"dhcp\", \"tags\": [\"kapsule=bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"node-name=scw-test-pool-minima-test-pool-minimal--a34ec0\"], \"state\": \"attached\", \"ipam_id\": \"21d59ed8-ebc0-4f71-8ca2-cf8643f94e4c\"}, \"public_ips\": [{\"id\": \"5e1fe2cf-537e-4763-9643-89980a20a0b0\", \"address\": \"163.172.149.221\", \"dynamic\": false, \"gateway\": \"62.210.0.1\", \"netmask\": \"32\", \"family\": \"inet\", \"provisioning_mode\": \"dhcp\", \"tags\": [\"kapsule=bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"node-name=scw-test-pool-minima-test-pool-minimal--a34ec0\"], \"state\": \"attached\", \"ipam_id\": \"21d59ed8-ebc0-4f71-8ca2-cf8643f94e4c\"}, {\"id\": \"e5cc1ffc-127d-4888-871f-7b6927753964\", \"address\": \"2001:bc8:710:d34f:dc00:ff:fed0:706b\", \"dynamic\": false, \"gateway\": \"fe80::dc00:ff:fed0:706c\", \"netmask\": \"64\", \"family\": \"inet6\", \"provisioning_mode\": \"slaac\", \"tags\": [\"kapsule=bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"node-name=scw-test-pool-minima-test-pool-minimal--a34ec0\"], \"state\": \"attached\", \"ipam_id\": \"242e2406-8cc8-4b0a-9493-e0a44c09754b\"}], \"mac_address\": \"de:00:00:d0:70:6b\", \"routed_ip_enabled\": true, \"ipv6\": null, \"extra_networks\": [], \"dynamic_ip_required\": false, \"enable_ipv6\": false, \"private_ip\": null, \"creation_date\": \"2025-10-30T16:25:39.497701+00:00\", \"modification_date\": \"2025-10-30T16:25:44.467868+00:00\", \"bootscript\": null, \"security_group\": {\"id\": \"4ef16f7a-478c-4b72-b932-982f4b04974b\", \"name\": \"Kapsule default security group\"}, \"location\": {\"zone_id\": \"fr-par-1\", \"platform_id\": \"14\", \"cluster_id\": \"33\", \"hypervisor_id\": \"901\", \"node_id\": \"8\"}, \"maintenances\": [], \"allowed_actions\": [\"poweroff\", \"terminate\", \"reboot\", \"stop_in_place\", \"backup\"], \"placement_group\": null, \"private_nics\": [{\"id\": \"3c992745-903c-4151-a853-06d914135ecd\", \"private_network_id\": \"dd4ca113-1e98-4ef4-851b-44e9acdda76c\", \"server_id\": \"3e5635e7-8f2f-42aa-a116-98563cdca504\", \"mac_address\": \"02:00:00:13:f4:69\", \"state\": \"available\", \"creation_date\": \"2025-10-30T16:25:41.644718+00:00\", \"modification_date\": \"2025-10-30T16:25:41.763638+00:00\", \"zone\": \"fr-par-1\", \"tags\": [], \"ipam_ip_ids\": [\"1eba195d-6bd2-4600-8adb-69d607981d6f\", \"7102e233-ba57-4ba2-b095-2185253ca639\"]}], \"zone\": \"fr-par-1\", \"filesystems\": [], \"end_of_service\": false}}" - headers: - Content-Length: - - "3820" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:26:55 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 34a8f5f9-fd18-407d-9522-84f8a061dabe - status: 200 OK - code: 200 - duration: 143.195642ms -- id: 147 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/fr-par/vpcs/fb5cd7b8-e592-4b6e-8216-66fca3c089b6 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 422 - body: "{\"id\":\"fb5cd7b8-e592-4b6e-8216-66fca3c089b6\", \"name\":\"tf-vpc-friendly-williams\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:47.163149Z\", \"updated_at\":\"2025-10-30T16:18:47.163149Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_default\":false, \"private_network_count\":1, \"routing_enabled\":true, \"custom_routes_propagation_enabled\":true, \"region\":\"fr-par\"}" - headers: - Content-Length: - - "422" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:26:55 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - fa01cc3d-5241-4def-917c-ab7a00e62c5c - status: 200 OK - code: 200 - duration: 26.123649ms -- id: 148 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks/dd4ca113-1e98-4ef4-851b-44e9acdda76c - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1087 - body: "{\"id\":\"dd4ca113-1e98-4ef4-851b-44e9acdda76c\", \"name\":\"test-pool-minimal\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:47.286292Z\", \"updated_at\":\"2025-10-30T16:18:47.286292Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"subnets\":[{\"id\":\"0bede021-b29d-4922-8b51-970671def39d\", \"created_at\":\"2025-10-30T16:18:47.286292Z\", \"updated_at\":\"2025-10-30T16:18:47.286292Z\", \"subnet\":\"172.18.88.0/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"dd4ca113-1e98-4ef4-851b-44e9acdda76c\", \"vpc_id\":\"fb5cd7b8-e592-4b6e-8216-66fca3c089b6\"}, {\"id\":\"d7af6fd0-cb67-4b07-9c7f-5555b52eee58\", \"created_at\":\"2025-10-30T16:18:47.286292Z\", \"updated_at\":\"2025-10-30T16:18:47.286292Z\", \"subnet\":\"fd5f:519c:6d46:22e5::/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"dd4ca113-1e98-4ef4-851b-44e9acdda76c\", \"vpc_id\":\"fb5cd7b8-e592-4b6e-8216-66fca3c089b6\"}], \"vpc_id\":\"fb5cd7b8-e592-4b6e-8216-66fca3c089b6\", \"dhcp_enabled\":true, \"default_route_propagation_enabled\":false, \"region\":\"fr-par\"}" - headers: - Content-Length: - - "1087" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:26:55 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - a7f8dd64-972f-4453-a8e1-ec38dc21b529 - status: 200 OK - code: 200 - duration: 26.823473ms -- id: 149 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/bd51a0ad-80a1-4d46-8acb-9adaa4108410 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1633 - body: "{\"region\":\"fr-par\", \"id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:48.262115Z\", \"updated_at\":\"2025-10-30T16:20:59.041275Z\", \"type\":\"kapsule\", \"name\":\"test-pool-minimal\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"calico\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"minimal\"], \"cluster_url\":\"https://bd51a0ad-80a1-4d46-8acb-9adaa4108410.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.bd51a0ad-80a1-4d46-8acb-9adaa4108410.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"dd4ca113-1e98-4ef4-851b-44e9acdda76c\", \"commitment_ends_at\":\"2025-10-30T16:18:48.262121Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"1797d43b-5d04-471b-80f7-5036f26b7d01\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1633" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:26:55 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 2f948099-c02a-43ac-bc3d-c7962f484d67 - status: 200 OK - code: 200 - duration: 25.713549ms -- id: 150 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/bd51a0ad-80a1-4d46-8acb-9adaa4108410/kubeconfig - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1674 - body: "{\"name\":\"kubeconfig\", \"content_type\":\"application/octet-stream\", \"content\":\"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogInRlc3QtcG9vbC1taW5pbWFsIgogIGNsdXN0ZXI6CiAgICBjZXJ0aWZpY2F0ZS1hdXRob3JpdHktZGF0YTogTFMwdExTMUNSVWRKVGlCRFJWSlVTVVpKUTBGVVJTMHRMUzB0Q2sxSlNVSlhla05EUVZGSFowRjNTVUpCWjBsQ1FVUkJTMEpuWjNGb2EycFBVRkZSUkVGcVFWWk5VazEzUlZGWlJGWlJVVVJGZDNCeVpGZEtiR050Tld3S1pFZFdlazFDTkZoRVZFa3hUVlJCZVU5VVJUSk5WR2N3VDBadldFUlVUVEZOVkVGNVQxUkZNazFVWnpCUFJtOTNSbFJGVkUxQ1JVZEJNVlZGUVhoTlN3cGhNMVpwV2xoS2RWcFlVbXhqZWtKYVRVSk5SMEo1Y1VkVFRUUTVRV2RGUjBORGNVZFRUVFE1UVhkRlNFRXdTVUZDVDFJME1HNDFObkZ1TDJWQ2EwMVpDbVUzVW5aalZIZDFZbmd3ZVhZcmMySXhkMWRITWtKemFGcHpTbGw1VHpndlJFWkpiVGMzVm5RMk9YcDNNakJzZEdaQ1UyZHBSRmRwZVhKNVJXVldiV3dLU1d0eGJGVXZRMnBSYWtKQlRVRTBSMEV4VldSRWQwVkNMM2RSUlVGM1NVTndSRUZRUW1kT1ZraFNUVUpCWmpoRlFsUkJSRUZSU0M5TlFqQkhRVEZWWkFwRVoxRlhRa0pVUWxZck9XbEhiMEZUT1VwdlZtWXZkUzlxUnpnMVZWSkVOV2hxUVV0Q1oyZHhhR3RxVDFCUlVVUkJaMDVKUVVSQ1JrRnBRVEl4TW5Sb0NqWjRNMVk1YlZjMFZYTlBRM1owWWtnMk1XOUVXalpFVG1rMFVHeHdUVU5PU0ZaMWVsUjNTV2hCVDB4QlNXUkhaM1JTVFRSd0sxazNTREJYZUVVMFZrb0tlVTlQZEhaU2J6TjFkRU5TTjJWclJqZFlabmtLTFMwdExTMUZUa1FnUTBWU1ZFbEdTVU5CVkVVdExTMHRMUW89CiAgICBzZXJ2ZXI6IGh0dHBzOi8vYmQ1MWEwYWQtODBhMS00ZDQ2LThhY2ItOWFkYWE0MTA4NDEwLmFwaS5rOHMuZnItcGFyLnNjdy5jbG91ZDo2NDQzCmNvbnRleHRzOgotIG5hbWU6IGFkbWluQHRlc3QtcG9vbC1taW5pbWFsCiAgY29udGV4dDoKICAgIGNsdXN0ZXI6ICJ0ZXN0LXBvb2wtbWluaW1hbCIKICAgIHVzZXI6IHRlc3QtcG9vbC1taW5pbWFsLWFkbWluCmN1cnJlbnQtY29udGV4dDogYWRtaW5AdGVzdC1wb29sLW1pbmltYWwKa2luZDogQ29uZmlnCnByZWZlcmVuY2VzOiB7fQp1c2VyczoKLSBuYW1lOiB0ZXN0LXBvb2wtbWluaW1hbC1hZG1pbgogIHVzZXI6CiAgICB0b2tlbjogMVNaaGFUSGppY1Jid25EaVIzWHhwUDRJWENGMWJyWmlFMmZJMTBZQTBIR3JNV1dpdzE5SnROV2M=\"}" - headers: - Content-Length: - - "1674" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:26:55 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 6bf5b03f-ade1-4a77-9d40-afa90c80539b - status: 200 OK - code: 200 - duration: 89.185765ms -- id: 151 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/76a92752-3eea-4625-b05e-532277914a3a - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 765 - body: "{\"region\":\"fr-par\", \"id\":\"76a92752-3eea-4625-b05e-532277914a3a\", \"cluster_id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"created_at\":\"2025-10-30T16:18:53.744787Z\", \"updated_at\":\"2025-10-30T16:25:33.360930Z\", \"name\":\"test-pool-minimal\", \"status\":\"ready\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"default\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "765" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:26:55 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 31dd1139-76ec-4359-96d0-3f95bcbdadaa - status: 200 OK - code: 200 - duration: 77.717742ms -- id: 152 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/329660c2-2ae9-4907-a4cc-c8ae7ce7ca37 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 767 - body: "{\"region\":\"fr-par\", \"id\":\"329660c2-2ae9-4907-a4cc-c8ae7ce7ca37\", \"cluster_id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"created_at\":\"2025-10-30T16:25:38.114247Z\", \"updated_at\":\"2025-10-30T16:26:51.176616Z\", \"name\":\"test-pool-minimal-2\", \"status\":\"ready\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"minimal\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "767" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:26:55 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - f5bc1492-86a5-42c3-ae8f-016ea5fb0d9d - status: 200 OK - code: 200 - duration: 107.689694ms -- id: 153 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - form: - order_by: - - created_at_asc - page: - - "1" - pool_id: - - 76a92752-3eea-4625-b05e-532277914a3a - status: - - unknown - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/bd51a0ad-80a1-4d46-8acb-9adaa4108410/nodes?order_by=created_at_asc&page=1&pool_id=76a92752-3eea-4625-b05e-532277914a3a&status=unknown - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 649 - body: "{\"total_count\":1, \"nodes\":[{\"region\":\"fr-par\", \"id\":\"21553d0d-15c0-4b71-b557-7efd0d478398\", \"cluster_id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"created_at\":\"2025-10-30T16:24:58.266436Z\", \"updated_at\":\"2025-10-30T16:26:51.139802Z\", \"pool_id\":\"76a92752-3eea-4625-b05e-532277914a3a\", \"status\":\"ready\", \"conditions\":{\"DiskPressure\":\"False\", \"MemoryPressure\":\"False\", \"NetworkUnavailable\":\"False\", \"PIDPressure\":\"False\", \"Ready\":\"True\"}, \"name\":\"scw-test-pool-minimal-test-pool-minimal-21553d\", \"public_ip_v4\":\"51.15.236.240\", \"public_ip_v6\":null, \"provider_id\":\"scaleway://instance/fr-par-1/fb51e515-671f-4e80-875b-52c3de6157e9\", \"error_message\":\"\"}]}" - headers: - Content-Length: - - "649" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:26:55 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 77438acf-ec58-44b1-ac2d-1b1b461367e8 - status: 200 OK - code: 200 - duration: 30.742017ms -- id: 154 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - form: - order_by: - - created_at_asc - page: - - "1" - pool_id: - - 329660c2-2ae9-4907-a4cc-c8ae7ce7ca37 - status: - - unknown - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/bd51a0ad-80a1-4d46-8acb-9adaa4108410/nodes?order_by=created_at_asc&page=1&pool_id=329660c2-2ae9-4907-a4cc-c8ae7ce7ca37&status=unknown - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 621 - body: "{\"total_count\":1, \"nodes\":[{\"region\":\"fr-par\", \"id\":\"a34ec0fd-a4f8-487d-813f-5d14369a67cf\", \"cluster_id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"created_at\":\"2025-10-30T16:25:38.865038Z\", \"updated_at\":\"2025-10-30T16:26:51.162742Z\", \"pool_id\":\"329660c2-2ae9-4907-a4cc-c8ae7ce7ca37\", \"status\":\"ready\", \"conditions\":{\"DiskPressure\":\"False\", \"MemoryPressure\":\"False\", \"PIDPressure\":\"False\", \"Ready\":\"True\"}, \"name\":\"scw-test-pool-minima-test-pool-minimal--a34ec0\", \"public_ip_v4\":\"163.172.149.221\", \"public_ip_v6\":null, \"provider_id\":\"scaleway://instance/fr-par-1/3e5635e7-8f2f-42aa-a116-98563cdca504\", \"error_message\":\"\"}]}" - headers: - Content-Length: - - "621" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:26:55 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - e775357f-4676-4b39-9a06-20923a825afa - status: 200 OK - code: 200 - duration: 22.954973ms -- id: 155 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/bd51a0ad-80a1-4d46-8acb-9adaa4108410 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1633 - body: "{\"region\":\"fr-par\", \"id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:48.262115Z\", \"updated_at\":\"2025-10-30T16:20:59.041275Z\", \"type\":\"kapsule\", \"name\":\"test-pool-minimal\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"calico\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"minimal\"], \"cluster_url\":\"https://bd51a0ad-80a1-4d46-8acb-9adaa4108410.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.bd51a0ad-80a1-4d46-8acb-9adaa4108410.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"dd4ca113-1e98-4ef4-851b-44e9acdda76c\", \"commitment_ends_at\":\"2025-10-30T16:18:48.262121Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"1797d43b-5d04-471b-80f7-5036f26b7d01\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1633" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:26:55 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - eec114d4-d2c2-4934-ac6a-cc02bd0e7b47 - status: 200 OK - code: 200 - duration: 21.909941ms -- id: 156 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/bd51a0ad-80a1-4d46-8acb-9adaa4108410 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1633 - body: "{\"region\":\"fr-par\", \"id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:48.262115Z\", \"updated_at\":\"2025-10-30T16:20:59.041275Z\", \"type\":\"kapsule\", \"name\":\"test-pool-minimal\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"calico\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"minimal\"], \"cluster_url\":\"https://bd51a0ad-80a1-4d46-8acb-9adaa4108410.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.bd51a0ad-80a1-4d46-8acb-9adaa4108410.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"dd4ca113-1e98-4ef4-851b-44e9acdda76c\", \"commitment_ends_at\":\"2025-10-30T16:18:48.262121Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"1797d43b-5d04-471b-80f7-5036f26b7d01\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1633" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:26:55 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - f6642085-7341-4f6b-b66a-34f2a612397e - status: 200 OK - code: 200 - duration: 29.013222ms -- id: 157 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - form: - order_by: - - created_at_desc - project_id: - - 105bdce1-64c0-48ab-899d-868455867ecf - resource_name: - - scw-test-pool-minimal-test-pool-minimal-21553d - resource_type: - - unknown_type - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/ipam/v1/regions/fr-par/ips?order_by=created_at_desc&project_id=105bdce1-64c0-48ab-899d-868455867ecf&resource_name=scw-test-pool-minimal-test-pool-minimal-21553d&resource_type=unknown_type - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1122 - body: "{\"total_count\":2, \"ips\":[{\"id\":\"28c1d7a8-0419-4979-8eec-043331fe2c84\", \"address\":\"fd5f:519c:6d46:22e5:34fe:8c68:418c:3ac7/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":true, \"created_at\":\"2025-10-30T16:25:01.810746Z\", \"updated_at\":\"2025-10-30T16:25:01.810746Z\", \"source\":{\"subnet_id\":\"d7af6fd0-cb67-4b07-9c7f-5555b52eee58\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"a36f58d2-bfe1-4eca-86d9-f9c78f19628f\", \"mac_address\":\"02:00:00:1A:35:26\", \"name\":\"scw-test-pool-minimal-test-pool-minimal-21553d\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}, {\"id\":\"454ad022-4c4c-4a26-b209-e5a4b0c0f6b7\", \"address\":\"172.18.88.3/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":false, \"created_at\":\"2025-10-30T16:25:01.646647Z\", \"updated_at\":\"2025-10-30T16:25:01.646647Z\", \"source\":{\"subnet_id\":\"0bede021-b29d-4922-8b51-970671def39d\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"a36f58d2-bfe1-4eca-86d9-f9c78f19628f\", \"mac_address\":\"02:00:00:1A:35:26\", \"name\":\"scw-test-pool-minimal-test-pool-minimal-21553d\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}]}" - headers: - Content-Length: - - "1122" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:26:55 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 9bdb51c3-9b74-4638-a766-e44d6eacf681 - status: 200 OK - code: 200 - duration: 29.943689ms -- id: 158 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - form: - order_by: - - created_at_desc - project_id: - - 105bdce1-64c0-48ab-899d-868455867ecf - resource_name: - - scw-test-pool-minima-test-pool-minimal--a34ec0 - resource_type: - - unknown_type - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/ipam/v1/regions/fr-par/ips?order_by=created_at_desc&project_id=105bdce1-64c0-48ab-899d-868455867ecf&resource_name=scw-test-pool-minima-test-pool-minimal--a34ec0&resource_type=unknown_type - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1122 - body: "{\"total_count\":2, \"ips\":[{\"id\":\"7102e233-ba57-4ba2-b095-2185253ca639\", \"address\":\"fd5f:519c:6d46:22e5:262f:9818:9285:6eef/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":true, \"created_at\":\"2025-10-30T16:25:41.959447Z\", \"updated_at\":\"2025-10-30T16:25:41.959447Z\", \"source\":{\"subnet_id\":\"d7af6fd0-cb67-4b07-9c7f-5555b52eee58\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"3c992745-903c-4151-a853-06d914135ecd\", \"mac_address\":\"02:00:00:13:F4:69\", \"name\":\"scw-test-pool-minima-test-pool-minimal--a34ec0\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}, {\"id\":\"1eba195d-6bd2-4600-8adb-69d607981d6f\", \"address\":\"172.18.88.4/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":false, \"created_at\":\"2025-10-30T16:25:41.841664Z\", \"updated_at\":\"2025-10-30T16:25:41.841664Z\", \"source\":{\"subnet_id\":\"0bede021-b29d-4922-8b51-970671def39d\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"3c992745-903c-4151-a853-06d914135ecd\", \"mac_address\":\"02:00:00:13:F4:69\", \"name\":\"scw-test-pool-minima-test-pool-minimal--a34ec0\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}]}" - headers: - Content-Length: - - "1122" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:26:55 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 25635619-2da8-4b01-a8b7-c12da9b71641 - status: 200 OK - code: 200 - duration: 37.969392ms -- id: 159 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/329660c2-2ae9-4907-a4cc-c8ae7ce7ca37 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 767 - body: "{\"region\":\"fr-par\", \"id\":\"329660c2-2ae9-4907-a4cc-c8ae7ce7ca37\", \"cluster_id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"created_at\":\"2025-10-30T16:25:38.114247Z\", \"updated_at\":\"2025-10-30T16:26:51.176616Z\", \"name\":\"test-pool-minimal-2\", \"status\":\"ready\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"minimal\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "767" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:26:56 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 22bb6b6e-d9af-470f-9d7c-7cd3b0587fd1 - status: 200 OK - code: 200 - duration: 21.688436ms -- id: 160 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/fr-par/vpcs/fb5cd7b8-e592-4b6e-8216-66fca3c089b6 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 422 - body: "{\"id\":\"fb5cd7b8-e592-4b6e-8216-66fca3c089b6\", \"name\":\"tf-vpc-friendly-williams\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:47.163149Z\", \"updated_at\":\"2025-10-30T16:18:47.163149Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_default\":false, \"private_network_count\":1, \"routing_enabled\":true, \"custom_routes_propagation_enabled\":true, \"region\":\"fr-par\"}" - headers: - Content-Length: - - "422" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:26:56 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - b1e68838-b53b-421b-bd5a-f7b214e9678a - status: 200 OK - code: 200 - duration: 35.94387ms -- id: 161 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - form: - order_by: - - created_at_asc - page: - - "1" - pool_id: - - 329660c2-2ae9-4907-a4cc-c8ae7ce7ca37 - status: - - unknown - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/bd51a0ad-80a1-4d46-8acb-9adaa4108410/nodes?order_by=created_at_asc&page=1&pool_id=329660c2-2ae9-4907-a4cc-c8ae7ce7ca37&status=unknown - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 621 - body: "{\"total_count\":1, \"nodes\":[{\"region\":\"fr-par\", \"id\":\"a34ec0fd-a4f8-487d-813f-5d14369a67cf\", \"cluster_id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"created_at\":\"2025-10-30T16:25:38.865038Z\", \"updated_at\":\"2025-10-30T16:26:51.162742Z\", \"pool_id\":\"329660c2-2ae9-4907-a4cc-c8ae7ce7ca37\", \"status\":\"ready\", \"conditions\":{\"DiskPressure\":\"False\", \"MemoryPressure\":\"False\", \"PIDPressure\":\"False\", \"Ready\":\"True\"}, \"name\":\"scw-test-pool-minima-test-pool-minimal--a34ec0\", \"public_ip_v4\":\"163.172.149.221\", \"public_ip_v6\":null, \"provider_id\":\"scaleway://instance/fr-par-1/3e5635e7-8f2f-42aa-a116-98563cdca504\", \"error_message\":\"\"}]}" - headers: - Content-Length: - - "621" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:26:56 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - e9c55f7a-7d23-4df3-b457-c4f7ead57b3b - status: 200 OK - code: 200 - duration: 27.421455ms -- id: 162 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks/dd4ca113-1e98-4ef4-851b-44e9acdda76c - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1087 - body: "{\"id\":\"dd4ca113-1e98-4ef4-851b-44e9acdda76c\", \"name\":\"test-pool-minimal\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:47.286292Z\", \"updated_at\":\"2025-10-30T16:18:47.286292Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"subnets\":[{\"id\":\"0bede021-b29d-4922-8b51-970671def39d\", \"created_at\":\"2025-10-30T16:18:47.286292Z\", \"updated_at\":\"2025-10-30T16:18:47.286292Z\", \"subnet\":\"172.18.88.0/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"dd4ca113-1e98-4ef4-851b-44e9acdda76c\", \"vpc_id\":\"fb5cd7b8-e592-4b6e-8216-66fca3c089b6\"}, {\"id\":\"d7af6fd0-cb67-4b07-9c7f-5555b52eee58\", \"created_at\":\"2025-10-30T16:18:47.286292Z\", \"updated_at\":\"2025-10-30T16:18:47.286292Z\", \"subnet\":\"fd5f:519c:6d46:22e5::/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"dd4ca113-1e98-4ef4-851b-44e9acdda76c\", \"vpc_id\":\"fb5cd7b8-e592-4b6e-8216-66fca3c089b6\"}], \"vpc_id\":\"fb5cd7b8-e592-4b6e-8216-66fca3c089b6\", \"dhcp_enabled\":true, \"default_route_propagation_enabled\":false, \"region\":\"fr-par\"}" - headers: - Content-Length: - - "1087" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:26:56 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 4a82c425-fbde-426b-9c0c-707efd1c3c20 - status: 200 OK - code: 200 - duration: 22.732755ms -- id: 163 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/bd51a0ad-80a1-4d46-8acb-9adaa4108410 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1633 - body: "{\"region\":\"fr-par\", \"id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:48.262115Z\", \"updated_at\":\"2025-10-30T16:20:59.041275Z\", \"type\":\"kapsule\", \"name\":\"test-pool-minimal\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"calico\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"minimal\"], \"cluster_url\":\"https://bd51a0ad-80a1-4d46-8acb-9adaa4108410.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.bd51a0ad-80a1-4d46-8acb-9adaa4108410.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"dd4ca113-1e98-4ef4-851b-44e9acdda76c\", \"commitment_ends_at\":\"2025-10-30T16:18:48.262121Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"1797d43b-5d04-471b-80f7-5036f26b7d01\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1633" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:26:56 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 7dc35b68-f0b1-4dfb-9e60-6d4744f6f429 - status: 200 OK - code: 200 - duration: 21.665432ms -- id: 164 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - form: - order_by: - - created_at_desc - project_id: - - 105bdce1-64c0-48ab-899d-868455867ecf - resource_name: - - scw-test-pool-minima-test-pool-minimal--a34ec0 - resource_type: - - unknown_type - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/ipam/v1/regions/fr-par/ips?order_by=created_at_desc&project_id=105bdce1-64c0-48ab-899d-868455867ecf&resource_name=scw-test-pool-minima-test-pool-minimal--a34ec0&resource_type=unknown_type - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1122 - body: "{\"total_count\":2, \"ips\":[{\"id\":\"7102e233-ba57-4ba2-b095-2185253ca639\", \"address\":\"fd5f:519c:6d46:22e5:262f:9818:9285:6eef/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":true, \"created_at\":\"2025-10-30T16:25:41.959447Z\", \"updated_at\":\"2025-10-30T16:25:41.959447Z\", \"source\":{\"subnet_id\":\"d7af6fd0-cb67-4b07-9c7f-5555b52eee58\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"3c992745-903c-4151-a853-06d914135ecd\", \"mac_address\":\"02:00:00:13:F4:69\", \"name\":\"scw-test-pool-minima-test-pool-minimal--a34ec0\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}, {\"id\":\"1eba195d-6bd2-4600-8adb-69d607981d6f\", \"address\":\"172.18.88.4/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":false, \"created_at\":\"2025-10-30T16:25:41.841664Z\", \"updated_at\":\"2025-10-30T16:25:41.841664Z\", \"source\":{\"subnet_id\":\"0bede021-b29d-4922-8b51-970671def39d\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"3c992745-903c-4151-a853-06d914135ecd\", \"mac_address\":\"02:00:00:13:F4:69\", \"name\":\"scw-test-pool-minima-test-pool-minimal--a34ec0\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}]}" - headers: - Content-Length: - - "1122" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:26:56 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 7dae6cfd-8824-473f-aa56-e6e9f3e7ef45 - status: 200 OK - code: 200 - duration: 29.847819ms -- id: 165 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/bd51a0ad-80a1-4d46-8acb-9adaa4108410 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1633 - body: "{\"region\":\"fr-par\", \"id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:48.262115Z\", \"updated_at\":\"2025-10-30T16:20:59.041275Z\", \"type\":\"kapsule\", \"name\":\"test-pool-minimal\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"calico\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"minimal\"], \"cluster_url\":\"https://bd51a0ad-80a1-4d46-8acb-9adaa4108410.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.bd51a0ad-80a1-4d46-8acb-9adaa4108410.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"dd4ca113-1e98-4ef4-851b-44e9acdda76c\", \"commitment_ends_at\":\"2025-10-30T16:18:48.262121Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"1797d43b-5d04-471b-80f7-5036f26b7d01\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1633" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:26:56 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 06fe8080-d427-4c74-9557-b34c1d652404 - status: 200 OK - code: 200 - duration: 29.769132ms -- id: 166 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/bd51a0ad-80a1-4d46-8acb-9adaa4108410/kubeconfig - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1674 - body: "{\"name\":\"kubeconfig\", \"content_type\":\"application/octet-stream\", \"content\":\"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogInRlc3QtcG9vbC1taW5pbWFsIgogIGNsdXN0ZXI6CiAgICBjZXJ0aWZpY2F0ZS1hdXRob3JpdHktZGF0YTogTFMwdExTMUNSVWRKVGlCRFJWSlVTVVpKUTBGVVJTMHRMUzB0Q2sxSlNVSlhla05EUVZGSFowRjNTVUpCWjBsQ1FVUkJTMEpuWjNGb2EycFBVRkZSUkVGcVFWWk5VazEzUlZGWlJGWlJVVVJGZDNCeVpGZEtiR050Tld3S1pFZFdlazFDTkZoRVZFa3hUVlJCZVU5VVJUSk5WR2N3VDBadldFUlVUVEZOVkVGNVQxUkZNazFVWnpCUFJtOTNSbFJGVkUxQ1JVZEJNVlZGUVhoTlN3cGhNMVpwV2xoS2RWcFlVbXhqZWtKYVRVSk5SMEo1Y1VkVFRUUTVRV2RGUjBORGNVZFRUVFE1UVhkRlNFRXdTVUZDVDFJME1HNDFObkZ1TDJWQ2EwMVpDbVUzVW5aalZIZDFZbmd3ZVhZcmMySXhkMWRITWtKemFGcHpTbGw1VHpndlJFWkpiVGMzVm5RMk9YcDNNakJzZEdaQ1UyZHBSRmRwZVhKNVJXVldiV3dLU1d0eGJGVXZRMnBSYWtKQlRVRTBSMEV4VldSRWQwVkNMM2RSUlVGM1NVTndSRUZRUW1kT1ZraFNUVUpCWmpoRlFsUkJSRUZSU0M5TlFqQkhRVEZWWkFwRVoxRlhRa0pVUWxZck9XbEhiMEZUT1VwdlZtWXZkUzlxUnpnMVZWSkVOV2hxUVV0Q1oyZHhhR3RxVDFCUlVVUkJaMDVKUVVSQ1JrRnBRVEl4TW5Sb0NqWjRNMVk1YlZjMFZYTlBRM1owWWtnMk1XOUVXalpFVG1rMFVHeHdUVU5PU0ZaMWVsUjNTV2hCVDB4QlNXUkhaM1JTVFRSd0sxazNTREJYZUVVMFZrb0tlVTlQZEhaU2J6TjFkRU5TTjJWclJqZFlabmtLTFMwdExTMUZUa1FnUTBWU1ZFbEdTVU5CVkVVdExTMHRMUW89CiAgICBzZXJ2ZXI6IGh0dHBzOi8vYmQ1MWEwYWQtODBhMS00ZDQ2LThhY2ItOWFkYWE0MTA4NDEwLmFwaS5rOHMuZnItcGFyLnNjdy5jbG91ZDo2NDQzCmNvbnRleHRzOgotIG5hbWU6IGFkbWluQHRlc3QtcG9vbC1taW5pbWFsCiAgY29udGV4dDoKICAgIGNsdXN0ZXI6ICJ0ZXN0LXBvb2wtbWluaW1hbCIKICAgIHVzZXI6IHRlc3QtcG9vbC1taW5pbWFsLWFkbWluCmN1cnJlbnQtY29udGV4dDogYWRtaW5AdGVzdC1wb29sLW1pbmltYWwKa2luZDogQ29uZmlnCnByZWZlcmVuY2VzOiB7fQp1c2VyczoKLSBuYW1lOiB0ZXN0LXBvb2wtbWluaW1hbC1hZG1pbgogIHVzZXI6CiAgICB0b2tlbjogMVNaaGFUSGppY1Jid25EaVIzWHhwUDRJWENGMWJyWmlFMmZJMTBZQTBIR3JNV1dpdzE5SnROV2M=\"}" - headers: - Content-Length: - - "1674" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:26:56 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 2161229e-d4f9-4531-94ae-71044c0cc0f2 - status: 200 OK - code: 200 - duration: 19.087303ms -- id: 167 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/76a92752-3eea-4625-b05e-532277914a3a - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 765 - body: "{\"region\":\"fr-par\", \"id\":\"76a92752-3eea-4625-b05e-532277914a3a\", \"cluster_id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"created_at\":\"2025-10-30T16:18:53.744787Z\", \"updated_at\":\"2025-10-30T16:25:33.360930Z\", \"name\":\"test-pool-minimal\", \"status\":\"ready\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"default\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "765" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:26:56 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 4db68a9f-3bbf-464c-8116-1706793eda4d - status: 200 OK - code: 200 - duration: 38.259266ms -- id: 168 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - form: - order_by: - - created_at_asc - page: - - "1" - pool_id: - - 76a92752-3eea-4625-b05e-532277914a3a - status: - - unknown - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/bd51a0ad-80a1-4d46-8acb-9adaa4108410/nodes?order_by=created_at_asc&page=1&pool_id=76a92752-3eea-4625-b05e-532277914a3a&status=unknown - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 649 - body: "{\"total_count\":1, \"nodes\":[{\"region\":\"fr-par\", \"id\":\"21553d0d-15c0-4b71-b557-7efd0d478398\", \"cluster_id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"created_at\":\"2025-10-30T16:24:58.266436Z\", \"updated_at\":\"2025-10-30T16:26:51.139802Z\", \"pool_id\":\"76a92752-3eea-4625-b05e-532277914a3a\", \"status\":\"ready\", \"conditions\":{\"DiskPressure\":\"False\", \"MemoryPressure\":\"False\", \"NetworkUnavailable\":\"False\", \"PIDPressure\":\"False\", \"Ready\":\"True\"}, \"name\":\"scw-test-pool-minimal-test-pool-minimal-21553d\", \"public_ip_v4\":\"51.15.236.240\", \"public_ip_v6\":null, \"provider_id\":\"scaleway://instance/fr-par-1/fb51e515-671f-4e80-875b-52c3de6157e9\", \"error_message\":\"\"}]}" - headers: - Content-Length: - - "649" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:26:56 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 00e811f9-5b9d-41ad-b863-64f14d9aae36 - status: 200 OK - code: 200 - duration: 25.678053ms -- id: 169 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/bd51a0ad-80a1-4d46-8acb-9adaa4108410 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1633 - body: "{\"region\":\"fr-par\", \"id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:48.262115Z\", \"updated_at\":\"2025-10-30T16:20:59.041275Z\", \"type\":\"kapsule\", \"name\":\"test-pool-minimal\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"calico\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"minimal\"], \"cluster_url\":\"https://bd51a0ad-80a1-4d46-8acb-9adaa4108410.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.bd51a0ad-80a1-4d46-8acb-9adaa4108410.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"dd4ca113-1e98-4ef4-851b-44e9acdda76c\", \"commitment_ends_at\":\"2025-10-30T16:18:48.262121Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"1797d43b-5d04-471b-80f7-5036f26b7d01\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1633" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:26:56 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - cd9a4848-d7cf-472f-a72e-a5c1520fa040 - status: 200 OK - code: 200 - duration: 21.964624ms -- id: 170 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - form: - order_by: - - created_at_desc - project_id: - - 105bdce1-64c0-48ab-899d-868455867ecf - resource_name: - - scw-test-pool-minimal-test-pool-minimal-21553d - resource_type: - - unknown_type - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/ipam/v1/regions/fr-par/ips?order_by=created_at_desc&project_id=105bdce1-64c0-48ab-899d-868455867ecf&resource_name=scw-test-pool-minimal-test-pool-minimal-21553d&resource_type=unknown_type - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1122 - body: "{\"total_count\":2, \"ips\":[{\"id\":\"28c1d7a8-0419-4979-8eec-043331fe2c84\", \"address\":\"fd5f:519c:6d46:22e5:34fe:8c68:418c:3ac7/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":true, \"created_at\":\"2025-10-30T16:25:01.810746Z\", \"updated_at\":\"2025-10-30T16:25:01.810746Z\", \"source\":{\"subnet_id\":\"d7af6fd0-cb67-4b07-9c7f-5555b52eee58\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"a36f58d2-bfe1-4eca-86d9-f9c78f19628f\", \"mac_address\":\"02:00:00:1A:35:26\", \"name\":\"scw-test-pool-minimal-test-pool-minimal-21553d\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}, {\"id\":\"454ad022-4c4c-4a26-b209-e5a4b0c0f6b7\", \"address\":\"172.18.88.3/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":false, \"created_at\":\"2025-10-30T16:25:01.646647Z\", \"updated_at\":\"2025-10-30T16:25:01.646647Z\", \"source\":{\"subnet_id\":\"0bede021-b29d-4922-8b51-970671def39d\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"a36f58d2-bfe1-4eca-86d9-f9c78f19628f\", \"mac_address\":\"02:00:00:1A:35:26\", \"name\":\"scw-test-pool-minimal-test-pool-minimal-21553d\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}]}" - headers: - Content-Length: - - "1122" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:26:56 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - a4a91183-5171-4b16-a7d7-322306e490f6 - status: 200 OK - code: 200 - duration: 27.054086ms -- id: 171 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/329660c2-2ae9-4907-a4cc-c8ae7ce7ca37 - method: DELETE - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 770 - body: "{\"region\":\"fr-par\", \"id\":\"329660c2-2ae9-4907-a4cc-c8ae7ce7ca37\", \"cluster_id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"created_at\":\"2025-10-30T16:25:38.114247Z\", \"updated_at\":\"2025-10-30T16:26:56.603578Z\", \"name\":\"test-pool-minimal-2\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"minimal\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "770" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:26:56 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - d0140ea9-7519-4adc-acb0-813ee4b65ef9 - status: 200 OK - code: 200 - duration: 109.694807ms -- id: 172 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/329660c2-2ae9-4907-a4cc-c8ae7ce7ca37 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 770 - body: "{\"region\":\"fr-par\", \"id\":\"329660c2-2ae9-4907-a4cc-c8ae7ce7ca37\", \"cluster_id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"created_at\":\"2025-10-30T16:25:38.114247Z\", \"updated_at\":\"2025-10-30T16:26:56.603578Z\", \"name\":\"test-pool-minimal-2\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"minimal\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "770" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:26:56 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 8b64be46-0c2c-4d43-bf9e-9b3e50e655d9 - status: 200 OK - code: 200 - duration: 28.22299ms -- id: 173 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/329660c2-2ae9-4907-a4cc-c8ae7ce7ca37 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 770 - body: "{\"region\":\"fr-par\", \"id\":\"329660c2-2ae9-4907-a4cc-c8ae7ce7ca37\", \"cluster_id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"created_at\":\"2025-10-30T16:25:38.114247Z\", \"updated_at\":\"2025-10-30T16:26:56.603578Z\", \"name\":\"test-pool-minimal-2\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"minimal\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "770" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:27:01 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 4d4ea663-fe72-4f67-9f19-fece5ed1a2d0 - status: 200 OK - code: 200 - duration: 89.668241ms -- id: 174 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/329660c2-2ae9-4907-a4cc-c8ae7ce7ca37 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 770 - body: "{\"region\":\"fr-par\", \"id\":\"329660c2-2ae9-4907-a4cc-c8ae7ce7ca37\", \"cluster_id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"created_at\":\"2025-10-30T16:25:38.114247Z\", \"updated_at\":\"2025-10-30T16:26:56.603578Z\", \"name\":\"test-pool-minimal-2\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"minimal\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "770" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:27:06 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 08f00eb4-3366-45c0-9011-fe2b1a92fdd9 - status: 200 OK - code: 200 - duration: 77.291813ms -- id: 175 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/329660c2-2ae9-4907-a4cc-c8ae7ce7ca37 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 770 - body: "{\"region\":\"fr-par\", \"id\":\"329660c2-2ae9-4907-a4cc-c8ae7ce7ca37\", \"cluster_id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"created_at\":\"2025-10-30T16:25:38.114247Z\", \"updated_at\":\"2025-10-30T16:26:56.603578Z\", \"name\":\"test-pool-minimal-2\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"minimal\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "770" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:27:11 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - cc2a8fbf-596a-4a32-8602-eb8b8d8c395a - status: 200 OK - code: 200 - duration: 97.853904ms -- id: 176 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/329660c2-2ae9-4907-a4cc-c8ae7ce7ca37 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 770 - body: "{\"region\":\"fr-par\", \"id\":\"329660c2-2ae9-4907-a4cc-c8ae7ce7ca37\", \"cluster_id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"created_at\":\"2025-10-30T16:25:38.114247Z\", \"updated_at\":\"2025-10-30T16:26:56.603578Z\", \"name\":\"test-pool-minimal-2\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"minimal\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "770" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:27:17 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - ffff5186-4e7b-49fb-a082-816996acf309 - status: 200 OK - code: 200 - duration: 82.18159ms -- id: 177 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/329660c2-2ae9-4907-a4cc-c8ae7ce7ca37 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 770 - body: "{\"region\":\"fr-par\", \"id\":\"329660c2-2ae9-4907-a4cc-c8ae7ce7ca37\", \"cluster_id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"created_at\":\"2025-10-30T16:25:38.114247Z\", \"updated_at\":\"2025-10-30T16:26:56.603578Z\", \"name\":\"test-pool-minimal-2\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"minimal\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "770" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:27:22 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 4f379b3b-90bb-490e-99ae-3ee535a192a7 - status: 200 OK - code: 200 - duration: 85.845967ms -- id: 178 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/329660c2-2ae9-4907-a4cc-c8ae7ce7ca37 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 770 - body: "{\"region\":\"fr-par\", \"id\":\"329660c2-2ae9-4907-a4cc-c8ae7ce7ca37\", \"cluster_id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"created_at\":\"2025-10-30T16:25:38.114247Z\", \"updated_at\":\"2025-10-30T16:26:56.603578Z\", \"name\":\"test-pool-minimal-2\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"minimal\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "770" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:27:27 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 599c6804-304d-4f65-b1c7-069cc518eeac - status: 200 OK - code: 200 - duration: 85.746451ms -- id: 179 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/329660c2-2ae9-4907-a4cc-c8ae7ce7ca37 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 770 - body: "{\"region\":\"fr-par\", \"id\":\"329660c2-2ae9-4907-a4cc-c8ae7ce7ca37\", \"cluster_id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"created_at\":\"2025-10-30T16:25:38.114247Z\", \"updated_at\":\"2025-10-30T16:26:56.603578Z\", \"name\":\"test-pool-minimal-2\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"minimal\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "770" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:27:32 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 6707692b-2b10-4062-a7b5-5e646e3c2473 - status: 200 OK - code: 200 - duration: 87.501625ms -- id: 180 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/329660c2-2ae9-4907-a4cc-c8ae7ce7ca37 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 770 - body: "{\"region\":\"fr-par\", \"id\":\"329660c2-2ae9-4907-a4cc-c8ae7ce7ca37\", \"cluster_id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"created_at\":\"2025-10-30T16:25:38.114247Z\", \"updated_at\":\"2025-10-30T16:26:56.603578Z\", \"name\":\"test-pool-minimal-2\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"minimal\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "770" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:27:37 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - c4ef6611-e679-49ed-87a2-50912e9c6fd5 - status: 200 OK - code: 200 - duration: 84.95253ms -- id: 181 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/329660c2-2ae9-4907-a4cc-c8ae7ce7ca37 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 770 - body: "{\"region\":\"fr-par\", \"id\":\"329660c2-2ae9-4907-a4cc-c8ae7ce7ca37\", \"cluster_id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"created_at\":\"2025-10-30T16:25:38.114247Z\", \"updated_at\":\"2025-10-30T16:26:56.603578Z\", \"name\":\"test-pool-minimal-2\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"minimal\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "770" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:27:42 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - c45b5fb5-7082-4c30-981e-823b05826b5b - status: 200 OK - code: 200 - duration: 78.739309ms -- id: 182 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/329660c2-2ae9-4907-a4cc-c8ae7ce7ca37 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 770 - body: "{\"region\":\"fr-par\", \"id\":\"329660c2-2ae9-4907-a4cc-c8ae7ce7ca37\", \"cluster_id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"created_at\":\"2025-10-30T16:25:38.114247Z\", \"updated_at\":\"2025-10-30T16:26:56.603578Z\", \"name\":\"test-pool-minimal-2\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"minimal\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "770" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:27:47 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 7de4fdb0-9b0d-4a8a-a9cf-260f74b40369 - status: 200 OK - code: 200 - duration: 146.722172ms -- id: 183 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/329660c2-2ae9-4907-a4cc-c8ae7ce7ca37 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 770 - body: "{\"region\":\"fr-par\", \"id\":\"329660c2-2ae9-4907-a4cc-c8ae7ce7ca37\", \"cluster_id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"created_at\":\"2025-10-30T16:25:38.114247Z\", \"updated_at\":\"2025-10-30T16:26:56.603578Z\", \"name\":\"test-pool-minimal-2\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"minimal\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "770" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:27:52 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 59541359-06d2-4ca3-b97b-4437bb0ea1bf - status: 200 OK - code: 200 - duration: 141.534445ms -- id: 184 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/329660c2-2ae9-4907-a4cc-c8ae7ce7ca37 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 770 - body: "{\"region\":\"fr-par\", \"id\":\"329660c2-2ae9-4907-a4cc-c8ae7ce7ca37\", \"cluster_id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"created_at\":\"2025-10-30T16:25:38.114247Z\", \"updated_at\":\"2025-10-30T16:26:56.603578Z\", \"name\":\"test-pool-minimal-2\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"minimal\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "770" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:27:57 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 5b3c3a68-9834-4bba-80ae-cf63d65cc4fb - status: 200 OK - code: 200 - duration: 72.928825ms -- id: 185 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/329660c2-2ae9-4907-a4cc-c8ae7ce7ca37 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 770 - body: "{\"region\":\"fr-par\", \"id\":\"329660c2-2ae9-4907-a4cc-c8ae7ce7ca37\", \"cluster_id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"created_at\":\"2025-10-30T16:25:38.114247Z\", \"updated_at\":\"2025-10-30T16:26:56.603578Z\", \"name\":\"test-pool-minimal-2\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"minimal\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "770" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:28:02 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - e3a2f0fa-d743-46ac-8247-4074eeb26102 - status: 200 OK - code: 200 - duration: 105.829133ms -- id: 186 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/329660c2-2ae9-4907-a4cc-c8ae7ce7ca37 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 125 - body: "{\"message\":\"resource is not found\",\"resource\":\"pool\",\"resource_id\":\"329660c2-2ae9-4907-a4cc-c8ae7ce7ca37\",\"type\":\"not_found\"}" - headers: - Content-Length: - - "125" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:28:07 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 6e737997-93a3-4aba-a3fb-67129f0d2b56 - status: 404 Not Found - code: 404 - duration: 30.146119ms -- id: 187 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/bd51a0ad-80a1-4d46-8acb-9adaa4108410 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1633 - body: "{\"region\":\"fr-par\", \"id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:48.262115Z\", \"updated_at\":\"2025-10-30T16:20:59.041275Z\", \"type\":\"kapsule\", \"name\":\"test-pool-minimal\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"calico\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"minimal\"], \"cluster_url\":\"https://bd51a0ad-80a1-4d46-8acb-9adaa4108410.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.bd51a0ad-80a1-4d46-8acb-9adaa4108410.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"dd4ca113-1e98-4ef4-851b-44e9acdda76c\", \"commitment_ends_at\":\"2025-10-30T16:18:48.262121Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"1797d43b-5d04-471b-80f7-5036f26b7d01\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1633" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:28:08 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - adf3fc27-26ef-4f1d-9a77-10901c2cac16 - status: 200 OK - code: 200 - duration: 93.835612ms -- id: 188 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/76a92752-3eea-4625-b05e-532277914a3a - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 765 - body: "{\"region\":\"fr-par\", \"id\":\"76a92752-3eea-4625-b05e-532277914a3a\", \"cluster_id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"created_at\":\"2025-10-30T16:18:53.744787Z\", \"updated_at\":\"2025-10-30T16:25:33.360930Z\", \"name\":\"test-pool-minimal\", \"status\":\"ready\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"default\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "765" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:28:08 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - c5767250-cafa-4022-af3f-792788d17f60 - status: 200 OK - code: 200 - duration: 21.727899ms -- id: 189 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - form: - order_by: - - created_at_asc - pool_id: - - 76a92752-3eea-4625-b05e-532277914a3a - status: - - unknown - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/bd51a0ad-80a1-4d46-8acb-9adaa4108410/nodes?order_by=created_at_asc&pool_id=76a92752-3eea-4625-b05e-532277914a3a&status=unknown - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 649 - body: "{\"total_count\":1, \"nodes\":[{\"region\":\"fr-par\", \"id\":\"21553d0d-15c0-4b71-b557-7efd0d478398\", \"cluster_id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"created_at\":\"2025-10-30T16:24:58.266436Z\", \"updated_at\":\"2025-10-30T16:26:59.874869Z\", \"pool_id\":\"76a92752-3eea-4625-b05e-532277914a3a\", \"status\":\"ready\", \"conditions\":{\"DiskPressure\":\"False\", \"MemoryPressure\":\"False\", \"NetworkUnavailable\":\"False\", \"PIDPressure\":\"False\", \"Ready\":\"True\"}, \"name\":\"scw-test-pool-minimal-test-pool-minimal-21553d\", \"public_ip_v4\":\"51.15.236.240\", \"public_ip_v6\":null, \"provider_id\":\"scaleway://instance/fr-par-1/fb51e515-671f-4e80-875b-52c3de6157e9\", \"error_message\":\"\"}]}" - headers: - Content-Length: - - "649" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:28:08 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 01c8bb05-41fb-4a39-ac47-6235d9526e30 - status: 200 OK - code: 200 - duration: 26.287177ms -- id: 190 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/fb51e515-671f-4e80-875b-52c3de6157e9 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 3815 - body: "{\"server\": {\"id\": \"fb51e515-671f-4e80-875b-52c3de6157e9\", \"name\": \"scw-test-pool-minimal-test-pool-minimal-21553d\", \"arch\": \"x86_64\", \"commercial_type\": \"PRO2-XXS\", \"boot_type\": \"local\", \"organization\": \"105bdce1-64c0-48ab-899d-868455867ecf\", \"project\": \"105bdce1-64c0-48ab-899d-868455867ecf\", \"hostname\": \"scw-test-pool-minimal-test-pool-minimal-21553d\", \"image\": {\"id\": \"5b4b5f3f-c2a1-451e-8603-4c0179b4de03\", \"name\": \"k8s_base_node_instance\", \"organization\": \"51b656e3-4865-41e8-adbc-0c45bdd780db\", \"project\": \"51b656e3-4865-41e8-adbc-0c45bdd780db\", \"root_volume\": {\"volume_type\": \"sbs_snapshot\", \"id\": \"c6b09a14-4a4d-44cd-a772-4f235fef4826\", \"size\": 0, \"name\": \"\"}, \"extra_volumes\": {}, \"public\": true, \"arch\": \"x86_64\", \"creation_date\": \"2025-10-27T10:01:33.994085+00:00\", \"modification_date\": \"2025-10-27T10:01:33.994085+00:00\", \"default_bootscript\": null, \"from_server\": \"\", \"state\": \"available\", \"tags\": [], \"zone\": \"fr-par-1\"}, \"volumes\": {\"0\": {\"boot\": true, \"volume_type\": \"sbs_volume\", \"id\": \"bbd33d9f-6a04-4271-be87-174a742b855c\", \"state\": \"available\", \"zone\": \"fr-par-1\"}}, \"tags\": [\"kapsule=bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"pool=76a92752-3eea-4625-b05e-532277914a3a\", \"pool-name=test-pool-minimal\", \"runtime=containerd\", \"managed=true\", \"terraform-test\", \"scaleway_k8s_cluster\", \"default\", \"node=21553d0d-15c0-4b71-b557-7efd0d478398\"], \"state\": \"running\", \"protected\": false, \"state_detail\": \"booting kernel\", \"public_ip\": {\"id\": \"65a60f6b-fa89-4e49-bc25-fced17fa3df3\", \"address\": \"51.15.236.240\", \"dynamic\": false, \"gateway\": \"62.210.0.1\", \"netmask\": \"32\", \"family\": \"inet\", \"provisioning_mode\": \"dhcp\", \"tags\": [\"kapsule=bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"node-name=scw-test-pool-minimal-test-pool-minimal-21553d\"], \"state\": \"attached\", \"ipam_id\": \"d13243cf-f7a2-47a2-82cb-b82803e8ab66\"}, \"public_ips\": [{\"id\": \"65a60f6b-fa89-4e49-bc25-fced17fa3df3\", \"address\": \"51.15.236.240\", \"dynamic\": false, \"gateway\": \"62.210.0.1\", \"netmask\": \"32\", \"family\": \"inet\", \"provisioning_mode\": \"dhcp\", \"tags\": [\"kapsule=bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"node-name=scw-test-pool-minimal-test-pool-minimal-21553d\"], \"state\": \"attached\", \"ipam_id\": \"d13243cf-f7a2-47a2-82cb-b82803e8ab66\"}, {\"id\": \"6e0fde74-7588-46f5-9ca0-c0791b471188\", \"address\": \"2001:bc8:710:404b:dc00:ff:fed0:7057\", \"dynamic\": false, \"gateway\": \"fe80::dc00:ff:fed0:7058\", \"netmask\": \"64\", \"family\": \"inet6\", \"provisioning_mode\": \"slaac\", \"tags\": [\"kapsule=bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"node-name=scw-test-pool-minimal-test-pool-minimal-21553d\"], \"state\": \"attached\", \"ipam_id\": \"2df7f8b1-6bd3-43dd-b660-b453c3836e98\"}], \"mac_address\": \"de:00:00:d0:70:57\", \"routed_ip_enabled\": true, \"ipv6\": null, \"extra_networks\": [], \"dynamic_ip_required\": false, \"enable_ipv6\": false, \"private_ip\": null, \"creation_date\": \"2025-10-30T16:24:58.918229+00:00\", \"modification_date\": \"2025-10-30T16:25:05.142326+00:00\", \"bootscript\": null, \"security_group\": {\"id\": \"4ef16f7a-478c-4b72-b932-982f4b04974b\", \"name\": \"Kapsule default security group\"}, \"location\": {\"zone_id\": \"fr-par-1\", \"platform_id\": \"14\", \"cluster_id\": \"12\", \"hypervisor_id\": \"101\", \"node_id\": \"31\"}, \"maintenances\": [], \"allowed_actions\": [\"poweroff\", \"terminate\", \"reboot\", \"stop_in_place\", \"backup\"], \"placement_group\": null, \"private_nics\": [{\"id\": \"a36f58d2-bfe1-4eca-86d9-f9c78f19628f\", \"private_network_id\": \"dd4ca113-1e98-4ef4-851b-44e9acdda76c\", \"server_id\": \"fb51e515-671f-4e80-875b-52c3de6157e9\", \"mac_address\": \"02:00:00:1a:35:26\", \"state\": \"available\", \"creation_date\": \"2025-10-30T16:25:01.398380+00:00\", \"modification_date\": \"2025-10-30T16:25:01.565852+00:00\", \"zone\": \"fr-par-1\", \"tags\": [], \"ipam_ip_ids\": [\"454ad022-4c4c-4a26-b209-e5a4b0c0f6b7\", \"28c1d7a8-0419-4979-8eec-043331fe2c84\"]}], \"zone\": \"fr-par-1\", \"filesystems\": [], \"end_of_service\": false}}" - headers: - Content-Length: - - "3815" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:28:08 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 1fea7176-0b35-4622-925b-6acfa945b388 - status: 200 OK - code: 200 - duration: 154.17602ms -- id: 191 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/fr-par/vpcs/fb5cd7b8-e592-4b6e-8216-66fca3c089b6 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 422 - body: "{\"id\":\"fb5cd7b8-e592-4b6e-8216-66fca3c089b6\", \"name\":\"tf-vpc-friendly-williams\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:47.163149Z\", \"updated_at\":\"2025-10-30T16:18:47.163149Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_default\":false, \"private_network_count\":1, \"routing_enabled\":true, \"custom_routes_propagation_enabled\":true, \"region\":\"fr-par\"}" - headers: - Content-Length: - - "422" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:28:09 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 5398098f-9428-42ad-a6c8-79eb1b979568 - status: 200 OK - code: 200 - duration: 30.324614ms -- id: 192 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks/dd4ca113-1e98-4ef4-851b-44e9acdda76c - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1087 - body: "{\"id\":\"dd4ca113-1e98-4ef4-851b-44e9acdda76c\", \"name\":\"test-pool-minimal\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:47.286292Z\", \"updated_at\":\"2025-10-30T16:18:47.286292Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"subnets\":[{\"id\":\"0bede021-b29d-4922-8b51-970671def39d\", \"created_at\":\"2025-10-30T16:18:47.286292Z\", \"updated_at\":\"2025-10-30T16:18:47.286292Z\", \"subnet\":\"172.18.88.0/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"dd4ca113-1e98-4ef4-851b-44e9acdda76c\", \"vpc_id\":\"fb5cd7b8-e592-4b6e-8216-66fca3c089b6\"}, {\"id\":\"d7af6fd0-cb67-4b07-9c7f-5555b52eee58\", \"created_at\":\"2025-10-30T16:18:47.286292Z\", \"updated_at\":\"2025-10-30T16:18:47.286292Z\", \"subnet\":\"fd5f:519c:6d46:22e5::/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"dd4ca113-1e98-4ef4-851b-44e9acdda76c\", \"vpc_id\":\"fb5cd7b8-e592-4b6e-8216-66fca3c089b6\"}], \"vpc_id\":\"fb5cd7b8-e592-4b6e-8216-66fca3c089b6\", \"dhcp_enabled\":true, \"default_route_propagation_enabled\":false, \"region\":\"fr-par\"}" - headers: - Content-Length: - - "1087" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:28:09 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 2cf0d67e-d3b4-47b2-91ba-d5f4cce8c20e - status: 200 OK - code: 200 - duration: 27.853035ms -- id: 193 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/bd51a0ad-80a1-4d46-8acb-9adaa4108410 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1633 - body: "{\"region\":\"fr-par\", \"id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:48.262115Z\", \"updated_at\":\"2025-10-30T16:20:59.041275Z\", \"type\":\"kapsule\", \"name\":\"test-pool-minimal\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"calico\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"minimal\"], \"cluster_url\":\"https://bd51a0ad-80a1-4d46-8acb-9adaa4108410.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.bd51a0ad-80a1-4d46-8acb-9adaa4108410.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"dd4ca113-1e98-4ef4-851b-44e9acdda76c\", \"commitment_ends_at\":\"2025-10-30T16:18:48.262121Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"1797d43b-5d04-471b-80f7-5036f26b7d01\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1633" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:28:09 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 9176b112-4383-4053-8bfe-50441f457a6c - status: 200 OK - code: 200 - duration: 95.439182ms -- id: 194 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/bd51a0ad-80a1-4d46-8acb-9adaa4108410/kubeconfig - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1674 - body: "{\"name\":\"kubeconfig\", \"content_type\":\"application/octet-stream\", \"content\":\"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogInRlc3QtcG9vbC1taW5pbWFsIgogIGNsdXN0ZXI6CiAgICBjZXJ0aWZpY2F0ZS1hdXRob3JpdHktZGF0YTogTFMwdExTMUNSVWRKVGlCRFJWSlVTVVpKUTBGVVJTMHRMUzB0Q2sxSlNVSlhla05EUVZGSFowRjNTVUpCWjBsQ1FVUkJTMEpuWjNGb2EycFBVRkZSUkVGcVFWWk5VazEzUlZGWlJGWlJVVVJGZDNCeVpGZEtiR050Tld3S1pFZFdlazFDTkZoRVZFa3hUVlJCZVU5VVJUSk5WR2N3VDBadldFUlVUVEZOVkVGNVQxUkZNazFVWnpCUFJtOTNSbFJGVkUxQ1JVZEJNVlZGUVhoTlN3cGhNMVpwV2xoS2RWcFlVbXhqZWtKYVRVSk5SMEo1Y1VkVFRUUTVRV2RGUjBORGNVZFRUVFE1UVhkRlNFRXdTVUZDVDFJME1HNDFObkZ1TDJWQ2EwMVpDbVUzVW5aalZIZDFZbmd3ZVhZcmMySXhkMWRITWtKemFGcHpTbGw1VHpndlJFWkpiVGMzVm5RMk9YcDNNakJzZEdaQ1UyZHBSRmRwZVhKNVJXVldiV3dLU1d0eGJGVXZRMnBSYWtKQlRVRTBSMEV4VldSRWQwVkNMM2RSUlVGM1NVTndSRUZRUW1kT1ZraFNUVUpCWmpoRlFsUkJSRUZSU0M5TlFqQkhRVEZWWkFwRVoxRlhRa0pVUWxZck9XbEhiMEZUT1VwdlZtWXZkUzlxUnpnMVZWSkVOV2hxUVV0Q1oyZHhhR3RxVDFCUlVVUkJaMDVKUVVSQ1JrRnBRVEl4TW5Sb0NqWjRNMVk1YlZjMFZYTlBRM1owWWtnMk1XOUVXalpFVG1rMFVHeHdUVU5PU0ZaMWVsUjNTV2hCVDB4QlNXUkhaM1JTVFRSd0sxazNTREJYZUVVMFZrb0tlVTlQZEhaU2J6TjFkRU5TTjJWclJqZFlabmtLTFMwdExTMUZUa1FnUTBWU1ZFbEdTVU5CVkVVdExTMHRMUW89CiAgICBzZXJ2ZXI6IGh0dHBzOi8vYmQ1MWEwYWQtODBhMS00ZDQ2LThhY2ItOWFkYWE0MTA4NDEwLmFwaS5rOHMuZnItcGFyLnNjdy5jbG91ZDo2NDQzCmNvbnRleHRzOgotIG5hbWU6IGFkbWluQHRlc3QtcG9vbC1taW5pbWFsCiAgY29udGV4dDoKICAgIGNsdXN0ZXI6ICJ0ZXN0LXBvb2wtbWluaW1hbCIKICAgIHVzZXI6IHRlc3QtcG9vbC1taW5pbWFsLWFkbWluCmN1cnJlbnQtY29udGV4dDogYWRtaW5AdGVzdC1wb29sLW1pbmltYWwKa2luZDogQ29uZmlnCnByZWZlcmVuY2VzOiB7fQp1c2VyczoKLSBuYW1lOiB0ZXN0LXBvb2wtbWluaW1hbC1hZG1pbgogIHVzZXI6CiAgICB0b2tlbjogMVNaaGFUSGppY1Jid25EaVIzWHhwUDRJWENGMWJyWmlFMmZJMTBZQTBIR3JNV1dpdzE5SnROV2M=\"}" - headers: - Content-Length: - - "1674" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:28:09 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 7504afbd-bd15-4d95-b99a-6d3d905ce29a - status: 200 OK - code: 200 - duration: 90.767705ms -- id: 195 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/76a92752-3eea-4625-b05e-532277914a3a - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 765 - body: "{\"region\":\"fr-par\", \"id\":\"76a92752-3eea-4625-b05e-532277914a3a\", \"cluster_id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"created_at\":\"2025-10-30T16:18:53.744787Z\", \"updated_at\":\"2025-10-30T16:25:33.360930Z\", \"name\":\"test-pool-minimal\", \"status\":\"ready\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"default\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "765" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:28:09 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 2f2cbf65-53f7-4d0a-8098-127c6a5a0d08 - status: 200 OK - code: 200 - duration: 85.902413ms -- id: 196 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - form: - order_by: - - created_at_asc - page: - - "1" - pool_id: - - 76a92752-3eea-4625-b05e-532277914a3a - status: - - unknown - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/bd51a0ad-80a1-4d46-8acb-9adaa4108410/nodes?order_by=created_at_asc&page=1&pool_id=76a92752-3eea-4625-b05e-532277914a3a&status=unknown - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 649 - body: "{\"total_count\":1, \"nodes\":[{\"region\":\"fr-par\", \"id\":\"21553d0d-15c0-4b71-b557-7efd0d478398\", \"cluster_id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"created_at\":\"2025-10-30T16:24:58.266436Z\", \"updated_at\":\"2025-10-30T16:26:59.874869Z\", \"pool_id\":\"76a92752-3eea-4625-b05e-532277914a3a\", \"status\":\"ready\", \"conditions\":{\"DiskPressure\":\"False\", \"MemoryPressure\":\"False\", \"NetworkUnavailable\":\"False\", \"PIDPressure\":\"False\", \"Ready\":\"True\"}, \"name\":\"scw-test-pool-minimal-test-pool-minimal-21553d\", \"public_ip_v4\":\"51.15.236.240\", \"public_ip_v6\":null, \"provider_id\":\"scaleway://instance/fr-par-1/fb51e515-671f-4e80-875b-52c3de6157e9\", \"error_message\":\"\"}]}" - headers: - Content-Length: - - "649" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:28:09 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 2c8da833-f271-4134-8e4d-84be669955f3 - status: 200 OK - code: 200 - duration: 70.208869ms -- id: 197 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/bd51a0ad-80a1-4d46-8acb-9adaa4108410 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1633 - body: "{\"region\":\"fr-par\", \"id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:48.262115Z\", \"updated_at\":\"2025-10-30T16:20:59.041275Z\", \"type\":\"kapsule\", \"name\":\"test-pool-minimal\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"calico\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"minimal\"], \"cluster_url\":\"https://bd51a0ad-80a1-4d46-8acb-9adaa4108410.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.bd51a0ad-80a1-4d46-8acb-9adaa4108410.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"dd4ca113-1e98-4ef4-851b-44e9acdda76c\", \"commitment_ends_at\":\"2025-10-30T16:18:48.262121Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"1797d43b-5d04-471b-80f7-5036f26b7d01\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1633" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:28:09 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 50dc5267-e3e5-40ff-86a3-55a141b647a8 - status: 200 OK - code: 200 - duration: 20.504343ms -- id: 198 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - form: - order_by: - - created_at_desc - project_id: - - 105bdce1-64c0-48ab-899d-868455867ecf - resource_name: - - scw-test-pool-minimal-test-pool-minimal-21553d - resource_type: - - unknown_type - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/ipam/v1/regions/fr-par/ips?order_by=created_at_desc&project_id=105bdce1-64c0-48ab-899d-868455867ecf&resource_name=scw-test-pool-minimal-test-pool-minimal-21553d&resource_type=unknown_type - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1122 - body: "{\"total_count\":2, \"ips\":[{\"id\":\"28c1d7a8-0419-4979-8eec-043331fe2c84\", \"address\":\"fd5f:519c:6d46:22e5:34fe:8c68:418c:3ac7/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":true, \"created_at\":\"2025-10-30T16:25:01.810746Z\", \"updated_at\":\"2025-10-30T16:25:01.810746Z\", \"source\":{\"subnet_id\":\"d7af6fd0-cb67-4b07-9c7f-5555b52eee58\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"a36f58d2-bfe1-4eca-86d9-f9c78f19628f\", \"mac_address\":\"02:00:00:1A:35:26\", \"name\":\"scw-test-pool-minimal-test-pool-minimal-21553d\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}, {\"id\":\"454ad022-4c4c-4a26-b209-e5a4b0c0f6b7\", \"address\":\"172.18.88.3/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":false, \"created_at\":\"2025-10-30T16:25:01.646647Z\", \"updated_at\":\"2025-10-30T16:25:01.646647Z\", \"source\":{\"subnet_id\":\"0bede021-b29d-4922-8b51-970671def39d\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"a36f58d2-bfe1-4eca-86d9-f9c78f19628f\", \"mac_address\":\"02:00:00:1A:35:26\", \"name\":\"scw-test-pool-minimal-test-pool-minimal-21553d\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}]}" - headers: - Content-Length: - - "1122" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:28:09 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 159b95c8-b89f-4d02-88fb-48dc9db93eb8 - status: 200 OK - code: 200 - duration: 50.43646ms -- id: 199 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/76a92752-3eea-4625-b05e-532277914a3a - method: DELETE - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 768 - body: "{\"region\":\"fr-par\", \"id\":\"76a92752-3eea-4625-b05e-532277914a3a\", \"cluster_id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"created_at\":\"2025-10-30T16:18:53.744787Z\", \"updated_at\":\"2025-10-30T16:28:10.553310Z\", \"name\":\"test-pool-minimal\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"default\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "768" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:28:10 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 1d4012bf-adf4-4d7d-a6bb-f1131251d0c3 - status: 200 OK - code: 200 - duration: 44.666711ms -- id: 200 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/76a92752-3eea-4625-b05e-532277914a3a - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 768 - body: "{\"region\":\"fr-par\", \"id\":\"76a92752-3eea-4625-b05e-532277914a3a\", \"cluster_id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"created_at\":\"2025-10-30T16:18:53.744787Z\", \"updated_at\":\"2025-10-30T16:28:10.553310Z\", \"name\":\"test-pool-minimal\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"default\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "768" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:28:10 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 6ed51c12-bbed-45b2-aefe-bb970ab352b5 - status: 200 OK - code: 200 - duration: 96.724755ms -- id: 201 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/76a92752-3eea-4625-b05e-532277914a3a - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 768 - body: "{\"region\":\"fr-par\", \"id\":\"76a92752-3eea-4625-b05e-532277914a3a\", \"cluster_id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"created_at\":\"2025-10-30T16:18:53.744787Z\", \"updated_at\":\"2025-10-30T16:28:10.553310Z\", \"name\":\"test-pool-minimal\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"default\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "768" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:28:15 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 57f4e911-f374-466e-80d2-e4994f98c547 - status: 200 OK - code: 200 - duration: 78.653228ms -- id: 202 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/76a92752-3eea-4625-b05e-532277914a3a - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 768 - body: "{\"region\":\"fr-par\", \"id\":\"76a92752-3eea-4625-b05e-532277914a3a\", \"cluster_id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"created_at\":\"2025-10-30T16:18:53.744787Z\", \"updated_at\":\"2025-10-30T16:28:10.553310Z\", \"name\":\"test-pool-minimal\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"default\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "768" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:28:20 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 624d724e-6931-44e5-ac90-388816cd6c46 - status: 200 OK - code: 200 - duration: 95.393156ms -- id: 203 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/76a92752-3eea-4625-b05e-532277914a3a - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 768 - body: "{\"region\":\"fr-par\", \"id\":\"76a92752-3eea-4625-b05e-532277914a3a\", \"cluster_id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"created_at\":\"2025-10-30T16:18:53.744787Z\", \"updated_at\":\"2025-10-30T16:28:10.553310Z\", \"name\":\"test-pool-minimal\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"default\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "768" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:28:25 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 8e4374c8-b978-4e7f-ba23-beccb5fc6745 - status: 200 OK - code: 200 - duration: 91.315613ms -- id: 204 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/76a92752-3eea-4625-b05e-532277914a3a - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 768 - body: "{\"region\":\"fr-par\", \"id\":\"76a92752-3eea-4625-b05e-532277914a3a\", \"cluster_id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"created_at\":\"2025-10-30T16:18:53.744787Z\", \"updated_at\":\"2025-10-30T16:28:10.553310Z\", \"name\":\"test-pool-minimal\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"default\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "768" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:28:31 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 94549822-2132-4f78-9a10-11bada884b30 - status: 200 OK - code: 200 - duration: 82.846228ms -- id: 205 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/76a92752-3eea-4625-b05e-532277914a3a - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 768 - body: "{\"region\":\"fr-par\", \"id\":\"76a92752-3eea-4625-b05e-532277914a3a\", \"cluster_id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"created_at\":\"2025-10-30T16:18:53.744787Z\", \"updated_at\":\"2025-10-30T16:28:10.553310Z\", \"name\":\"test-pool-minimal\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"default\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "768" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:28:36 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - b1206df9-6928-4625-a0ef-db1b02d7a3c2 - status: 200 OK - code: 200 - duration: 105.72674ms -- id: 206 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/76a92752-3eea-4625-b05e-532277914a3a - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 768 - body: "{\"region\":\"fr-par\", \"id\":\"76a92752-3eea-4625-b05e-532277914a3a\", \"cluster_id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"created_at\":\"2025-10-30T16:18:53.744787Z\", \"updated_at\":\"2025-10-30T16:28:10.553310Z\", \"name\":\"test-pool-minimal\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"default\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "768" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:28:41 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 7afb687a-0e52-4e9f-9b0d-db96d0293396 - status: 200 OK - code: 200 - duration: 107.558749ms -- id: 207 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/76a92752-3eea-4625-b05e-532277914a3a - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 768 - body: "{\"region\":\"fr-par\", \"id\":\"76a92752-3eea-4625-b05e-532277914a3a\", \"cluster_id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"created_at\":\"2025-10-30T16:18:53.744787Z\", \"updated_at\":\"2025-10-30T16:28:10.553310Z\", \"name\":\"test-pool-minimal\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"default\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "768" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:28:46 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 6a848bfd-77c5-4715-83ac-1669bc9b6629 - status: 200 OK - code: 200 - duration: 91.69815ms -- id: 208 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/76a92752-3eea-4625-b05e-532277914a3a - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 768 - body: "{\"region\":\"fr-par\", \"id\":\"76a92752-3eea-4625-b05e-532277914a3a\", \"cluster_id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"created_at\":\"2025-10-30T16:18:53.744787Z\", \"updated_at\":\"2025-10-30T16:28:10.553310Z\", \"name\":\"test-pool-minimal\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"default\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "768" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:28:51 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - a89272cc-9017-4d34-a769-44bd6123b430 - status: 200 OK - code: 200 - duration: 98.757881ms -- id: 209 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/76a92752-3eea-4625-b05e-532277914a3a - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 768 - body: "{\"region\":\"fr-par\", \"id\":\"76a92752-3eea-4625-b05e-532277914a3a\", \"cluster_id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"created_at\":\"2025-10-30T16:18:53.744787Z\", \"updated_at\":\"2025-10-30T16:28:10.553310Z\", \"name\":\"test-pool-minimal\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"default\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "768" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:28:56 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 83e7f779-13d9-43c2-8862-10fe80e26b12 - status: 200 OK - code: 200 - duration: 81.1691ms -- id: 210 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/76a92752-3eea-4625-b05e-532277914a3a - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 768 - body: "{\"region\":\"fr-par\", \"id\":\"76a92752-3eea-4625-b05e-532277914a3a\", \"cluster_id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"created_at\":\"2025-10-30T16:18:53.744787Z\", \"updated_at\":\"2025-10-30T16:28:10.553310Z\", \"name\":\"test-pool-minimal\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"default\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "768" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:29:01 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 8e39ff47-7740-4541-bb0d-876896452b7c - status: 200 OK - code: 200 - duration: 98.461425ms -- id: 211 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/76a92752-3eea-4625-b05e-532277914a3a - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 768 - body: "{\"region\":\"fr-par\", \"id\":\"76a92752-3eea-4625-b05e-532277914a3a\", \"cluster_id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"created_at\":\"2025-10-30T16:18:53.744787Z\", \"updated_at\":\"2025-10-30T16:28:10.553310Z\", \"name\":\"test-pool-minimal\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"default\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "768" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:29:06 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 7da9280d-70be-4916-8031-cc66ceaf0739 - status: 200 OK - code: 200 - duration: 80.574484ms -- id: 212 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/76a92752-3eea-4625-b05e-532277914a3a - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 768 - body: "{\"region\":\"fr-par\", \"id\":\"76a92752-3eea-4625-b05e-532277914a3a\", \"cluster_id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"created_at\":\"2025-10-30T16:18:53.744787Z\", \"updated_at\":\"2025-10-30T16:28:10.553310Z\", \"name\":\"test-pool-minimal\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"default\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "768" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:29:11 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - d78d7536-9177-4207-81fc-8df4bdb45b7e - status: 200 OK - code: 200 - duration: 72.411313ms -- id: 213 + duration: 93.835612ms +- id: 83 request: proto: HTTP/1.1 proto_major: 1 @@ -7045,55 +2860,62 @@ interactions: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 768 - body: "{\"region\":\"fr-par\", \"id\":\"76a92752-3eea-4625-b05e-532277914a3a\", \"cluster_id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"created_at\":\"2025-10-30T16:18:53.744787Z\", \"updated_at\":\"2025-10-30T16:28:10.553310Z\", \"name\":\"test-pool-minimal\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"default\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 765 + body: "{\"region\":\"fr-par\", \"id\":\"76a92752-3eea-4625-b05e-532277914a3a\", \"cluster_id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"created_at\":\"2025-10-30T16:18:53.744787Z\", \"updated_at\":\"2025-10-30T16:25:33.360930Z\", \"name\":\"test-pool-minimal\", \"status\":\"ready\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"default\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" headers: Content-Length: - - "768" + - "765" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:29:16 GMT + - Thu, 30 Oct 2025 16:28:08 GMT Server: - Scaleway API Gateway (fr-par-3;edge03) X-Request-Id: - - 6661ec60-3a74-4830-a691-4413637d0d05 + - c5767250-cafa-4022-af3f-792788d17f60 status: 200 OK code: 200 - duration: 88.581481ms -- id: 214 + duration: 21.727899ms +- id: 84 request: proto: HTTP/1.1 proto_major: 1 proto_minor: 1 content_length: 0 host: api.scaleway.com + form: + order_by: + - created_at_asc + pool_id: + - 76a92752-3eea-4625-b05e-532277914a3a + status: + - unknown headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/76a92752-3eea-4625-b05e-532277914a3a + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/bd51a0ad-80a1-4d46-8acb-9adaa4108410/nodes?order_by=created_at_asc&pool_id=76a92752-3eea-4625-b05e-532277914a3a&status=unknown method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 768 - body: "{\"region\":\"fr-par\", \"id\":\"76a92752-3eea-4625-b05e-532277914a3a\", \"cluster_id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"created_at\":\"2025-10-30T16:18:53.744787Z\", \"updated_at\":\"2025-10-30T16:28:10.553310Z\", \"name\":\"test-pool-minimal\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"default\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 649 + body: "{\"total_count\":1, \"nodes\":[{\"region\":\"fr-par\", \"id\":\"21553d0d-15c0-4b71-b557-7efd0d478398\", \"cluster_id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"created_at\":\"2025-10-30T16:24:58.266436Z\", \"updated_at\":\"2025-10-30T16:26:59.874869Z\", \"pool_id\":\"76a92752-3eea-4625-b05e-532277914a3a\", \"status\":\"ready\", \"conditions\":{\"DiskPressure\":\"False\", \"MemoryPressure\":\"False\", \"NetworkUnavailable\":\"False\", \"PIDPressure\":\"False\", \"Ready\":\"True\"}, \"name\":\"scw-test-pool-minimal-test-pool-minimal-21553d\", \"public_ip_v4\":\"51.15.236.240\", \"public_ip_v6\":null, \"provider_id\":\"scaleway://instance/fr-par-1/fb51e515-671f-4e80-875b-52c3de6157e9\", \"error_message\":\"\"}]}" headers: Content-Length: - - "768" + - "649" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:29:21 GMT + - Thu, 30 Oct 2025 16:28:08 GMT Server: - Scaleway API Gateway (fr-par-3;edge03) X-Request-Id: - - b2070e1e-4aa3-47b3-9371-c002a8438ac4 + - 01c8bb05-41fb-4a39-ac47-6235d9526e30 status: 200 OK code: 200 - duration: 88.914907ms -- id: 215 + duration: 26.287177ms +- id: 85 request: proto: HTTP/1.1 proto_major: 1 @@ -7103,29 +2925,29 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/76a92752-3eea-4625-b05e-532277914a3a + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/fb51e515-671f-4e80-875b-52c3de6157e9 method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 768 - body: "{\"region\":\"fr-par\", \"id\":\"76a92752-3eea-4625-b05e-532277914a3a\", \"cluster_id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"created_at\":\"2025-10-30T16:18:53.744787Z\", \"updated_at\":\"2025-10-30T16:28:10.553310Z\", \"name\":\"test-pool-minimal\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"default\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 3815 + body: "{\"server\": {\"id\": \"fb51e515-671f-4e80-875b-52c3de6157e9\", \"name\": \"scw-test-pool-minimal-test-pool-minimal-21553d\", \"arch\": \"x86_64\", \"commercial_type\": \"PRO2-XXS\", \"boot_type\": \"local\", \"organization\": \"105bdce1-64c0-48ab-899d-868455867ecf\", \"project\": \"105bdce1-64c0-48ab-899d-868455867ecf\", \"hostname\": \"scw-test-pool-minimal-test-pool-minimal-21553d\", \"image\": {\"id\": \"5b4b5f3f-c2a1-451e-8603-4c0179b4de03\", \"name\": \"k8s_base_node_instance\", \"organization\": \"51b656e3-4865-41e8-adbc-0c45bdd780db\", \"project\": \"51b656e3-4865-41e8-adbc-0c45bdd780db\", \"root_volume\": {\"volume_type\": \"sbs_snapshot\", \"id\": \"c6b09a14-4a4d-44cd-a772-4f235fef4826\", \"size\": 0, \"name\": \"\"}, \"extra_volumes\": {}, \"public\": true, \"arch\": \"x86_64\", \"creation_date\": \"2025-10-27T10:01:33.994085+00:00\", \"modification_date\": \"2025-10-27T10:01:33.994085+00:00\", \"default_bootscript\": null, \"from_server\": \"\", \"state\": \"available\", \"tags\": [], \"zone\": \"fr-par-1\"}, \"volumes\": {\"0\": {\"boot\": true, \"volume_type\": \"sbs_volume\", \"id\": \"bbd33d9f-6a04-4271-be87-174a742b855c\", \"state\": \"available\", \"zone\": \"fr-par-1\"}}, \"tags\": [\"kapsule=bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"pool=76a92752-3eea-4625-b05e-532277914a3a\", \"pool-name=test-pool-minimal\", \"runtime=containerd\", \"managed=true\", \"terraform-test\", \"scaleway_k8s_cluster\", \"default\", \"node=21553d0d-15c0-4b71-b557-7efd0d478398\"], \"state\": \"running\", \"protected\": false, \"state_detail\": \"booting kernel\", \"public_ip\": {\"id\": \"65a60f6b-fa89-4e49-bc25-fced17fa3df3\", \"address\": \"51.15.236.240\", \"dynamic\": false, \"gateway\": \"62.210.0.1\", \"netmask\": \"32\", \"family\": \"inet\", \"provisioning_mode\": \"dhcp\", \"tags\": [\"kapsule=bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"node-name=scw-test-pool-minimal-test-pool-minimal-21553d\"], \"state\": \"attached\", \"ipam_id\": \"d13243cf-f7a2-47a2-82cb-b82803e8ab66\"}, \"public_ips\": [{\"id\": \"65a60f6b-fa89-4e49-bc25-fced17fa3df3\", \"address\": \"51.15.236.240\", \"dynamic\": false, \"gateway\": \"62.210.0.1\", \"netmask\": \"32\", \"family\": \"inet\", \"provisioning_mode\": \"dhcp\", \"tags\": [\"kapsule=bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"node-name=scw-test-pool-minimal-test-pool-minimal-21553d\"], \"state\": \"attached\", \"ipam_id\": \"d13243cf-f7a2-47a2-82cb-b82803e8ab66\"}, {\"id\": \"6e0fde74-7588-46f5-9ca0-c0791b471188\", \"address\": \"2001:bc8:710:404b:dc00:ff:fed0:7057\", \"dynamic\": false, \"gateway\": \"fe80::dc00:ff:fed0:7058\", \"netmask\": \"64\", \"family\": \"inet6\", \"provisioning_mode\": \"slaac\", \"tags\": [\"kapsule=bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"node-name=scw-test-pool-minimal-test-pool-minimal-21553d\"], \"state\": \"attached\", \"ipam_id\": \"2df7f8b1-6bd3-43dd-b660-b453c3836e98\"}], \"mac_address\": \"de:00:00:d0:70:57\", \"routed_ip_enabled\": true, \"ipv6\": null, \"extra_networks\": [], \"dynamic_ip_required\": false, \"enable_ipv6\": false, \"private_ip\": null, \"creation_date\": \"2025-10-30T16:24:58.918229+00:00\", \"modification_date\": \"2025-10-30T16:25:05.142326+00:00\", \"bootscript\": null, \"security_group\": {\"id\": \"4ef16f7a-478c-4b72-b932-982f4b04974b\", \"name\": \"Kapsule default security group\"}, \"location\": {\"zone_id\": \"fr-par-1\", \"platform_id\": \"14\", \"cluster_id\": \"12\", \"hypervisor_id\": \"101\", \"node_id\": \"31\"}, \"maintenances\": [], \"allowed_actions\": [\"poweroff\", \"terminate\", \"reboot\", \"stop_in_place\", \"backup\"], \"placement_group\": null, \"private_nics\": [{\"id\": \"a36f58d2-bfe1-4eca-86d9-f9c78f19628f\", \"private_network_id\": \"dd4ca113-1e98-4ef4-851b-44e9acdda76c\", \"server_id\": \"fb51e515-671f-4e80-875b-52c3de6157e9\", \"mac_address\": \"02:00:00:1a:35:26\", \"state\": \"available\", \"creation_date\": \"2025-10-30T16:25:01.398380+00:00\", \"modification_date\": \"2025-10-30T16:25:01.565852+00:00\", \"zone\": \"fr-par-1\", \"tags\": [], \"ipam_ip_ids\": [\"454ad022-4c4c-4a26-b209-e5a4b0c0f6b7\", \"28c1d7a8-0419-4979-8eec-043331fe2c84\"]}], \"zone\": \"fr-par-1\", \"filesystems\": [], \"end_of_service\": false}}" headers: Content-Length: - - "768" + - "3815" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:29:27 GMT + - Thu, 30 Oct 2025 16:28:08 GMT Server: - Scaleway API Gateway (fr-par-3;edge03) X-Request-Id: - - da8f9916-d164-4ef1-b1ea-cdbae819e608 + - 1fea7176-0b35-4622-925b-6acfa945b388 status: 200 OK code: 200 - duration: 81.706659ms -- id: 216 + duration: 154.17602ms +- id: 86 request: proto: HTTP/1.1 proto_major: 1 @@ -7135,29 +2957,29 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/76a92752-3eea-4625-b05e-532277914a3a + url: https://api.scaleway.com/vpc/v2/regions/fr-par/vpcs/fb5cd7b8-e592-4b6e-8216-66fca3c089b6 method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 768 - body: "{\"region\":\"fr-par\", \"id\":\"76a92752-3eea-4625-b05e-532277914a3a\", \"cluster_id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"created_at\":\"2025-10-30T16:18:53.744787Z\", \"updated_at\":\"2025-10-30T16:28:10.553310Z\", \"name\":\"test-pool-minimal\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"default\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 422 + body: "{\"id\":\"fb5cd7b8-e592-4b6e-8216-66fca3c089b6\", \"name\":\"tf-vpc-friendly-williams\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:47.163149Z\", \"updated_at\":\"2025-10-30T16:18:47.163149Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_default\":false, \"private_network_count\":1, \"routing_enabled\":true, \"custom_routes_propagation_enabled\":true, \"region\":\"fr-par\"}" headers: Content-Length: - - "768" + - "422" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:29:32 GMT + - Thu, 30 Oct 2025 16:28:09 GMT Server: - Scaleway API Gateway (fr-par-3;edge03) X-Request-Id: - - 113811c3-40a7-4122-9c43-490a0acc16a2 + - 5398098f-9428-42ad-a6c8-79eb1b979568 status: 200 OK code: 200 - duration: 95.857056ms -- id: 217 + duration: 30.324614ms +- id: 87 request: proto: HTTP/1.1 proto_major: 1 @@ -7167,29 +2989,29 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/76a92752-3eea-4625-b05e-532277914a3a + url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks/dd4ca113-1e98-4ef4-851b-44e9acdda76c method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 768 - body: "{\"region\":\"fr-par\", \"id\":\"76a92752-3eea-4625-b05e-532277914a3a\", \"cluster_id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"created_at\":\"2025-10-30T16:18:53.744787Z\", \"updated_at\":\"2025-10-30T16:28:10.553310Z\", \"name\":\"test-pool-minimal\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"default\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 1087 + body: "{\"id\":\"dd4ca113-1e98-4ef4-851b-44e9acdda76c\", \"name\":\"test-pool-minimal\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:47.286292Z\", \"updated_at\":\"2025-10-30T16:18:47.286292Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"subnets\":[{\"id\":\"0bede021-b29d-4922-8b51-970671def39d\", \"created_at\":\"2025-10-30T16:18:47.286292Z\", \"updated_at\":\"2025-10-30T16:18:47.286292Z\", \"subnet\":\"172.18.88.0/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"dd4ca113-1e98-4ef4-851b-44e9acdda76c\", \"vpc_id\":\"fb5cd7b8-e592-4b6e-8216-66fca3c089b6\"}, {\"id\":\"d7af6fd0-cb67-4b07-9c7f-5555b52eee58\", \"created_at\":\"2025-10-30T16:18:47.286292Z\", \"updated_at\":\"2025-10-30T16:18:47.286292Z\", \"subnet\":\"fd5f:519c:6d46:22e5::/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"dd4ca113-1e98-4ef4-851b-44e9acdda76c\", \"vpc_id\":\"fb5cd7b8-e592-4b6e-8216-66fca3c089b6\"}], \"vpc_id\":\"fb5cd7b8-e592-4b6e-8216-66fca3c089b6\", \"dhcp_enabled\":true, \"default_route_propagation_enabled\":false, \"region\":\"fr-par\"}" headers: Content-Length: - - "768" + - "1087" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:29:37 GMT + - Thu, 30 Oct 2025 16:28:09 GMT Server: - Scaleway API Gateway (fr-par-3;edge03) X-Request-Id: - - c87060e5-706d-410b-8e4b-6e3e6b969dec + - 2cf0d67e-d3b4-47b2-91ba-d5f4cce8c20e status: 200 OK code: 200 - duration: 79.768191ms -- id: 218 + duration: 27.853035ms +- id: 88 request: proto: HTTP/1.1 proto_major: 1 @@ -7199,29 +3021,29 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/76a92752-3eea-4625-b05e-532277914a3a + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/bd51a0ad-80a1-4d46-8acb-9adaa4108410 method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 768 - body: "{\"region\":\"fr-par\", \"id\":\"76a92752-3eea-4625-b05e-532277914a3a\", \"cluster_id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"created_at\":\"2025-10-30T16:18:53.744787Z\", \"updated_at\":\"2025-10-30T16:28:10.553310Z\", \"name\":\"test-pool-minimal\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"default\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 1633 + body: "{\"region\":\"fr-par\", \"id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:48.262115Z\", \"updated_at\":\"2025-10-30T16:20:59.041275Z\", \"type\":\"kapsule\", \"name\":\"test-pool-minimal\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"calico\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"minimal\"], \"cluster_url\":\"https://bd51a0ad-80a1-4d46-8acb-9adaa4108410.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.bd51a0ad-80a1-4d46-8acb-9adaa4108410.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"dd4ca113-1e98-4ef4-851b-44e9acdda76c\", \"commitment_ends_at\":\"2025-10-30T16:18:48.262121Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"1797d43b-5d04-471b-80f7-5036f26b7d01\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" headers: Content-Length: - - "768" + - "1633" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:29:42 GMT + - Thu, 30 Oct 2025 16:28:09 GMT Server: - Scaleway API Gateway (fr-par-3;edge03) X-Request-Id: - - c34f93d6-cda9-4d03-b3db-1af20bdbf667 + - 9176b112-4383-4053-8bfe-50441f457a6c status: 200 OK code: 200 - duration: 75.344298ms -- id: 219 + duration: 95.439182ms +- id: 89 request: proto: HTTP/1.1 proto_major: 1 @@ -7231,29 +3053,29 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/76a92752-3eea-4625-b05e-532277914a3a + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/bd51a0ad-80a1-4d46-8acb-9adaa4108410/kubeconfig method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 768 - body: "{\"region\":\"fr-par\", \"id\":\"76a92752-3eea-4625-b05e-532277914a3a\", \"cluster_id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"created_at\":\"2025-10-30T16:18:53.744787Z\", \"updated_at\":\"2025-10-30T16:28:10.553310Z\", \"name\":\"test-pool-minimal\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"default\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 1674 + body: "{\"name\":\"kubeconfig\", \"content_type\":\"application/octet-stream\", \"content\":\"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogInRlc3QtcG9vbC1taW5pbWFsIgogIGNsdXN0ZXI6CiAgICBjZXJ0aWZpY2F0ZS1hdXRob3JpdHktZGF0YTogTFMwdExTMUNSVWRKVGlCRFJWSlVTVVpKUTBGVVJTMHRMUzB0Q2sxSlNVSlhla05EUVZGSFowRjNTVUpCWjBsQ1FVUkJTMEpuWjNGb2EycFBVRkZSUkVGcVFWWk5VazEzUlZGWlJGWlJVVVJGZDNCeVpGZEtiR050Tld3S1pFZFdlazFDTkZoRVZFa3hUVlJCZVU5VVJUSk5WR2N3VDBadldFUlVUVEZOVkVGNVQxUkZNazFVWnpCUFJtOTNSbFJGVkUxQ1JVZEJNVlZGUVhoTlN3cGhNMVpwV2xoS2RWcFlVbXhqZWtKYVRVSk5SMEo1Y1VkVFRUUTVRV2RGUjBORGNVZFRUVFE1UVhkRlNFRXdTVUZDVDFJME1HNDFObkZ1TDJWQ2EwMVpDbVUzVW5aalZIZDFZbmd3ZVhZcmMySXhkMWRITWtKemFGcHpTbGw1VHpndlJFWkpiVGMzVm5RMk9YcDNNakJzZEdaQ1UyZHBSRmRwZVhKNVJXVldiV3dLU1d0eGJGVXZRMnBSYWtKQlRVRTBSMEV4VldSRWQwVkNMM2RSUlVGM1NVTndSRUZRUW1kT1ZraFNUVUpCWmpoRlFsUkJSRUZSU0M5TlFqQkhRVEZWWkFwRVoxRlhRa0pVUWxZck9XbEhiMEZUT1VwdlZtWXZkUzlxUnpnMVZWSkVOV2hxUVV0Q1oyZHhhR3RxVDFCUlVVUkJaMDVKUVVSQ1JrRnBRVEl4TW5Sb0NqWjRNMVk1YlZjMFZYTlBRM1owWWtnMk1XOUVXalpFVG1rMFVHeHdUVU5PU0ZaMWVsUjNTV2hCVDB4QlNXUkhaM1JTVFRSd0sxazNTREJYZUVVMFZrb0tlVTlQZEhaU2J6TjFkRU5TTjJWclJqZFlabmtLTFMwdExTMUZUa1FnUTBWU1ZFbEdTVU5CVkVVdExTMHRMUW89CiAgICBzZXJ2ZXI6IGh0dHBzOi8vYmQ1MWEwYWQtODBhMS00ZDQ2LThhY2ItOWFkYWE0MTA4NDEwLmFwaS5rOHMuZnItcGFyLnNjdy5jbG91ZDo2NDQzCmNvbnRleHRzOgotIG5hbWU6IGFkbWluQHRlc3QtcG9vbC1taW5pbWFsCiAgY29udGV4dDoKICAgIGNsdXN0ZXI6ICJ0ZXN0LXBvb2wtbWluaW1hbCIKICAgIHVzZXI6IHRlc3QtcG9vbC1taW5pbWFsLWFkbWluCmN1cnJlbnQtY29udGV4dDogYWRtaW5AdGVzdC1wb29sLW1pbmltYWwKa2luZDogQ29uZmlnCnByZWZlcmVuY2VzOiB7fQp1c2VyczoKLSBuYW1lOiB0ZXN0LXBvb2wtbWluaW1hbC1hZG1pbgogIHVzZXI6CiAgICB0b2tlbjogMVNaaGFUSGppY1Jid25EaVIzWHhwUDRJWENGMWJyWmlFMmZJMTBZQTBIR3JNV1dpdzE5SnROV2M=\"}" headers: Content-Length: - - "768" + - "1674" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:29:47 GMT + - Thu, 30 Oct 2025 16:28:09 GMT Server: - Scaleway API Gateway (fr-par-3;edge03) X-Request-Id: - - 26a099d9-d77a-4115-ad74-d801fa509647 + - 7504afbd-bd15-4d95-b99a-6d3d905ce29a status: 200 OK code: 200 - duration: 93.783364ms -- id: 220 + duration: 90.767705ms +- id: 90 request: proto: HTTP/1.1 proto_major: 1 @@ -7269,55 +3091,64 @@ interactions: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 768 - body: "{\"region\":\"fr-par\", \"id\":\"76a92752-3eea-4625-b05e-532277914a3a\", \"cluster_id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"created_at\":\"2025-10-30T16:18:53.744787Z\", \"updated_at\":\"2025-10-30T16:28:10.553310Z\", \"name\":\"test-pool-minimal\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"default\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 765 + body: "{\"region\":\"fr-par\", \"id\":\"76a92752-3eea-4625-b05e-532277914a3a\", \"cluster_id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"created_at\":\"2025-10-30T16:18:53.744787Z\", \"updated_at\":\"2025-10-30T16:25:33.360930Z\", \"name\":\"test-pool-minimal\", \"status\":\"ready\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"default\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" headers: Content-Length: - - "768" + - "765" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:29:52 GMT + - Thu, 30 Oct 2025 16:28:09 GMT Server: - Scaleway API Gateway (fr-par-3;edge03) X-Request-Id: - - 129ce61b-341b-4e9e-a7d7-bc32c74e3f5c + - 2f2cbf65-53f7-4d0a-8098-127c6a5a0d08 status: 200 OK code: 200 - duration: 98.008705ms -- id: 221 + duration: 85.902413ms +- id: 91 request: proto: HTTP/1.1 proto_major: 1 proto_minor: 1 content_length: 0 host: api.scaleway.com + form: + order_by: + - created_at_asc + page: + - "1" + pool_id: + - 76a92752-3eea-4625-b05e-532277914a3a + status: + - unknown headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/76a92752-3eea-4625-b05e-532277914a3a + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/bd51a0ad-80a1-4d46-8acb-9adaa4108410/nodes?order_by=created_at_asc&page=1&pool_id=76a92752-3eea-4625-b05e-532277914a3a&status=unknown method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 768 - body: "{\"region\":\"fr-par\", \"id\":\"76a92752-3eea-4625-b05e-532277914a3a\", \"cluster_id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"created_at\":\"2025-10-30T16:18:53.744787Z\", \"updated_at\":\"2025-10-30T16:28:10.553310Z\", \"name\":\"test-pool-minimal\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"default\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 649 + body: "{\"total_count\":1, \"nodes\":[{\"region\":\"fr-par\", \"id\":\"21553d0d-15c0-4b71-b557-7efd0d478398\", \"cluster_id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"created_at\":\"2025-10-30T16:24:58.266436Z\", \"updated_at\":\"2025-10-30T16:26:59.874869Z\", \"pool_id\":\"76a92752-3eea-4625-b05e-532277914a3a\", \"status\":\"ready\", \"conditions\":{\"DiskPressure\":\"False\", \"MemoryPressure\":\"False\", \"NetworkUnavailable\":\"False\", \"PIDPressure\":\"False\", \"Ready\":\"True\"}, \"name\":\"scw-test-pool-minimal-test-pool-minimal-21553d\", \"public_ip_v4\":\"51.15.236.240\", \"public_ip_v6\":null, \"provider_id\":\"scaleway://instance/fr-par-1/fb51e515-671f-4e80-875b-52c3de6157e9\", \"error_message\":\"\"}]}" headers: Content-Length: - - "768" + - "649" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:29:57 GMT + - Thu, 30 Oct 2025 16:28:09 GMT Server: - Scaleway API Gateway (fr-par-3;edge03) X-Request-Id: - - 24938d0f-06ee-436f-b086-15b969a705ba + - 2c8da833-f271-4134-8e4d-84be669955f3 status: 200 OK code: 200 - duration: 96.722681ms -- id: 222 + duration: 70.208869ms +- id: 92 request: proto: HTTP/1.1 proto_major: 1 @@ -7327,61 +3158,70 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/76a92752-3eea-4625-b05e-532277914a3a + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/bd51a0ad-80a1-4d46-8acb-9adaa4108410 method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 768 - body: "{\"region\":\"fr-par\", \"id\":\"76a92752-3eea-4625-b05e-532277914a3a\", \"cluster_id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"created_at\":\"2025-10-30T16:18:53.744787Z\", \"updated_at\":\"2025-10-30T16:28:10.553310Z\", \"name\":\"test-pool-minimal\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"default\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 1633 + body: "{\"region\":\"fr-par\", \"id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:48.262115Z\", \"updated_at\":\"2025-10-30T16:20:59.041275Z\", \"type\":\"kapsule\", \"name\":\"test-pool-minimal\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"calico\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"minimal\"], \"cluster_url\":\"https://bd51a0ad-80a1-4d46-8acb-9adaa4108410.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.bd51a0ad-80a1-4d46-8acb-9adaa4108410.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"dd4ca113-1e98-4ef4-851b-44e9acdda76c\", \"commitment_ends_at\":\"2025-10-30T16:18:48.262121Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"1797d43b-5d04-471b-80f7-5036f26b7d01\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" headers: Content-Length: - - "768" + - "1633" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:30:02 GMT + - Thu, 30 Oct 2025 16:28:09 GMT Server: - Scaleway API Gateway (fr-par-3;edge03) X-Request-Id: - - 17f81ffd-287a-48c6-8170-b4afe13e3e20 + - 50dc5267-e3e5-40ff-86a3-55a141b647a8 status: 200 OK code: 200 - duration: 93.84488ms -- id: 223 + duration: 20.504343ms +- id: 93 request: proto: HTTP/1.1 proto_major: 1 proto_minor: 1 content_length: 0 host: api.scaleway.com + form: + order_by: + - created_at_desc + project_id: + - 105bdce1-64c0-48ab-899d-868455867ecf + resource_name: + - scw-test-pool-minimal-test-pool-minimal-21553d + resource_type: + - unknown_type headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/76a92752-3eea-4625-b05e-532277914a3a + url: https://api.scaleway.com/ipam/v1/regions/fr-par/ips?order_by=created_at_desc&project_id=105bdce1-64c0-48ab-899d-868455867ecf&resource_name=scw-test-pool-minimal-test-pool-minimal-21553d&resource_type=unknown_type method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 768 - body: "{\"region\":\"fr-par\", \"id\":\"76a92752-3eea-4625-b05e-532277914a3a\", \"cluster_id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"created_at\":\"2025-10-30T16:18:53.744787Z\", \"updated_at\":\"2025-10-30T16:28:10.553310Z\", \"name\":\"test-pool-minimal\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"default\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 1122 + body: "{\"total_count\":2, \"ips\":[{\"id\":\"28c1d7a8-0419-4979-8eec-043331fe2c84\", \"address\":\"fd5f:519c:6d46:22e5:34fe:8c68:418c:3ac7/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":true, \"created_at\":\"2025-10-30T16:25:01.810746Z\", \"updated_at\":\"2025-10-30T16:25:01.810746Z\", \"source\":{\"subnet_id\":\"d7af6fd0-cb67-4b07-9c7f-5555b52eee58\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"a36f58d2-bfe1-4eca-86d9-f9c78f19628f\", \"mac_address\":\"02:00:00:1A:35:26\", \"name\":\"scw-test-pool-minimal-test-pool-minimal-21553d\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}, {\"id\":\"454ad022-4c4c-4a26-b209-e5a4b0c0f6b7\", \"address\":\"172.18.88.3/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":false, \"created_at\":\"2025-10-30T16:25:01.646647Z\", \"updated_at\":\"2025-10-30T16:25:01.646647Z\", \"source\":{\"subnet_id\":\"0bede021-b29d-4922-8b51-970671def39d\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"a36f58d2-bfe1-4eca-86d9-f9c78f19628f\", \"mac_address\":\"02:00:00:1A:35:26\", \"name\":\"scw-test-pool-minimal-test-pool-minimal-21553d\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}]}" headers: Content-Length: - - "768" + - "1122" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:30:07 GMT + - Thu, 30 Oct 2025 16:28:09 GMT Server: - Scaleway API Gateway (fr-par-3;edge03) X-Request-Id: - - e8c86bab-5eaa-4cb9-a3be-6687616fc455 + - 159b95c8-b89f-4d02-88fb-48dc9db93eb8 status: 200 OK code: 200 - duration: 89.071472ms -- id: 224 + duration: 50.43646ms +- id: 94 request: proto: HTTP/1.1 proto_major: 1 @@ -7392,7 +3232,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/76a92752-3eea-4625-b05e-532277914a3a - method: GET + method: DELETE response: proto: HTTP/2.0 proto_major: 2 @@ -7405,15 +3245,15 @@ interactions: Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:30:12 GMT + - Thu, 30 Oct 2025 16:28:10 GMT Server: - Scaleway API Gateway (fr-par-3;edge03) X-Request-Id: - - 036c8b55-c548-497d-8e0a-fcd587f3d0a8 + - 1d4012bf-adf4-4d7d-a6bb-f1131251d0c3 status: 200 OK code: 200 - duration: 79.575259ms -- id: 225 + duration: 44.666711ms +- id: 95 request: proto: HTTP/1.1 proto_major: 1 @@ -7437,15 +3277,15 @@ interactions: Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:30:17 GMT + - Thu, 30 Oct 2025 16:28:10 GMT Server: - Scaleway API Gateway (fr-par-3;edge03) X-Request-Id: - - da17fe4f-d489-4c34-87db-3ccd2c0a5f0b + - 6ed51c12-bbed-45b2-aefe-bb970ab352b5 status: 200 OK code: 200 - duration: 105.888514ms -- id: 226 + duration: 96.724755ms +- id: 96 request: proto: HTTP/1.1 proto_major: 1 @@ -7477,7 +3317,7 @@ interactions: status: 404 Not Found code: 404 duration: 26.408745ms -- id: 227 +- id: 97 request: proto: HTTP/1.1 proto_major: 1 @@ -7512,7 +3352,7 @@ interactions: status: 200 OK code: 200 duration: 154.688824ms -- id: 228 +- id: 98 request: proto: HTTP/1.1 proto_major: 1 @@ -7544,103 +3384,7 @@ interactions: status: 200 OK code: 200 duration: 103.989239ms -- id: 229 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/bd51a0ad-80a1-4d46-8acb-9adaa4108410 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1636 - body: "{\"region\":\"fr-par\", \"id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:48.262115Z\", \"updated_at\":\"2025-10-30T16:30:23.088229Z\", \"type\":\"kapsule\", \"name\":\"test-pool-minimal\", \"description\":\"\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"cni\":\"calico\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"minimal\"], \"cluster_url\":\"https://bd51a0ad-80a1-4d46-8acb-9adaa4108410.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.bd51a0ad-80a1-4d46-8acb-9adaa4108410.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"dd4ca113-1e98-4ef4-851b-44e9acdda76c\", \"commitment_ends_at\":\"2025-10-30T16:18:48.262121Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"1797d43b-5d04-471b-80f7-5036f26b7d01\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1636" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:30:28 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 693a7ed5-9074-4bb0-bc03-0618df9f88a2 - status: 200 OK - code: 200 - duration: 93.342488ms -- id: 230 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/bd51a0ad-80a1-4d46-8acb-9adaa4108410 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1636 - body: "{\"region\":\"fr-par\", \"id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:48.262115Z\", \"updated_at\":\"2025-10-30T16:30:23.088229Z\", \"type\":\"kapsule\", \"name\":\"test-pool-minimal\", \"description\":\"\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"cni\":\"calico\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"minimal\"], \"cluster_url\":\"https://bd51a0ad-80a1-4d46-8acb-9adaa4108410.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.bd51a0ad-80a1-4d46-8acb-9adaa4108410.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"dd4ca113-1e98-4ef4-851b-44e9acdda76c\", \"commitment_ends_at\":\"2025-10-30T16:18:48.262121Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"1797d43b-5d04-471b-80f7-5036f26b7d01\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1636" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:30:33 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 005dc30b-b92d-42ab-b3e0-cf5ab4d881fc - status: 200 OK - code: 200 - duration: 86.650848ms -- id: 231 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/bd51a0ad-80a1-4d46-8acb-9adaa4108410 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1636 - body: "{\"region\":\"fr-par\", \"id\":\"bd51a0ad-80a1-4d46-8acb-9adaa4108410\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:48.262115Z\", \"updated_at\":\"2025-10-30T16:30:23.088229Z\", \"type\":\"kapsule\", \"name\":\"test-pool-minimal\", \"description\":\"\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"cni\":\"calico\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"minimal\"], \"cluster_url\":\"https://bd51a0ad-80a1-4d46-8acb-9adaa4108410.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.bd51a0ad-80a1-4d46-8acb-9adaa4108410.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"dd4ca113-1e98-4ef4-851b-44e9acdda76c\", \"commitment_ends_at\":\"2025-10-30T16:18:48.262121Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"1797d43b-5d04-471b-80f7-5036f26b7d01\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1636" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:30:38 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - de70e579-ca22-4718-9f09-48db202697f1 - status: 200 OK - code: 200 - duration: 87.34991ms -- id: 232 +- id: 99 request: proto: HTTP/1.1 proto_major: 1 @@ -7672,7 +3416,7 @@ interactions: status: 404 Not Found code: 404 duration: 22.349867ms -- id: 233 +- id: 100 request: proto: HTTP/1.1 proto_major: 1 @@ -7702,7 +3446,7 @@ interactions: status: 204 No Content code: 204 duration: 1.21587502s -- id: 234 +- id: 101 request: proto: HTTP/1.1 proto_major: 1 @@ -7732,7 +3476,7 @@ interactions: status: 204 No Content code: 204 duration: 181.712121ms -- id: 235 +- id: 102 request: proto: HTTP/1.1 proto_major: 1 @@ -7764,7 +3508,7 @@ interactions: status: 404 Not Found code: 404 duration: 27.683717ms -- id: 236 +- id: 103 request: proto: HTTP/1.1 proto_major: 1 @@ -7796,7 +3540,7 @@ interactions: status: 404 Not Found code: 404 duration: 21.920541ms -- id: 237 +- id: 104 request: proto: HTTP/1.1 proto_major: 1 diff --git a/internal/services/k8s/testdata/pool-kubelet-args.cassette.yaml b/internal/services/k8s/testdata/pool-kubelet-args.cassette.yaml index f897d20ce4..65c3ae0ad2 100644 --- a/internal/services/k8s/testdata/pool-kubelet-args.cassette.yaml +++ b/internal/services/k8s/testdata/pool-kubelet-args.cassette.yaml @@ -469,2314 +469,6 @@ interactions: code: 200 duration: 23.838561ms - id: 14 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/00be490a-0cde-4c1d-84dd-0337a62e8e10 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 793 - body: "{\"region\":\"fr-par\", \"id\":\"00be490a-0cde-4c1d-84dd-0337a62e8e10\", \"cluster_id\":\"89bdb97e-5814-4666-b0a3-c084a7989330\", \"created_at\":\"2025-10-30T16:18:44.862648Z\", \"updated_at\":\"2025-10-30T16:18:44.862648Z\", \"name\":\"test-pool-kubelet-args\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"kubelet_args\"], \"placement_group_id\":null, \"kubelet_args\":{\"maxPods\":\"1337\"}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "793" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:18:50 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 7774b8ce-20fb-4e08-bdb8-47cb7bbad4f4 - status: 200 OK - code: 200 - duration: 87.504219ms -- id: 15 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/00be490a-0cde-4c1d-84dd-0337a62e8e10 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 793 - body: "{\"region\":\"fr-par\", \"id\":\"00be490a-0cde-4c1d-84dd-0337a62e8e10\", \"cluster_id\":\"89bdb97e-5814-4666-b0a3-c084a7989330\", \"created_at\":\"2025-10-30T16:18:44.862648Z\", \"updated_at\":\"2025-10-30T16:18:44.862648Z\", \"name\":\"test-pool-kubelet-args\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"kubelet_args\"], \"placement_group_id\":null, \"kubelet_args\":{\"maxPods\":\"1337\"}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "793" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:18:55 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 781ff892-cb36-4f4f-abbe-7b9a7d8ae038 - status: 200 OK - code: 200 - duration: 83.5145ms -- id: 16 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/00be490a-0cde-4c1d-84dd-0337a62e8e10 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 793 - body: "{\"region\":\"fr-par\", \"id\":\"00be490a-0cde-4c1d-84dd-0337a62e8e10\", \"cluster_id\":\"89bdb97e-5814-4666-b0a3-c084a7989330\", \"created_at\":\"2025-10-30T16:18:44.862648Z\", \"updated_at\":\"2025-10-30T16:18:44.862648Z\", \"name\":\"test-pool-kubelet-args\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"kubelet_args\"], \"placement_group_id\":null, \"kubelet_args\":{\"maxPods\":\"1337\"}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "793" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:19:00 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 43d2d414-6e96-40ae-a921-a7c13baa6df7 - status: 200 OK - code: 200 - duration: 86.344633ms -- id: 17 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/00be490a-0cde-4c1d-84dd-0337a62e8e10 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 793 - body: "{\"region\":\"fr-par\", \"id\":\"00be490a-0cde-4c1d-84dd-0337a62e8e10\", \"cluster_id\":\"89bdb97e-5814-4666-b0a3-c084a7989330\", \"created_at\":\"2025-10-30T16:18:44.862648Z\", \"updated_at\":\"2025-10-30T16:18:44.862648Z\", \"name\":\"test-pool-kubelet-args\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"kubelet_args\"], \"placement_group_id\":null, \"kubelet_args\":{\"maxPods\":\"1337\"}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "793" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:19:05 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 48604f86-b9ff-4e3c-a287-e98d86ecc6fe - status: 200 OK - code: 200 - duration: 88.348884ms -- id: 18 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/00be490a-0cde-4c1d-84dd-0337a62e8e10 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 793 - body: "{\"region\":\"fr-par\", \"id\":\"00be490a-0cde-4c1d-84dd-0337a62e8e10\", \"cluster_id\":\"89bdb97e-5814-4666-b0a3-c084a7989330\", \"created_at\":\"2025-10-30T16:18:44.862648Z\", \"updated_at\":\"2025-10-30T16:18:44.862648Z\", \"name\":\"test-pool-kubelet-args\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"kubelet_args\"], \"placement_group_id\":null, \"kubelet_args\":{\"maxPods\":\"1337\"}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "793" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:19:10 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 018f25b8-1310-4c24-a9aa-eb963b7dd94b - status: 200 OK - code: 200 - duration: 84.587374ms -- id: 19 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/00be490a-0cde-4c1d-84dd-0337a62e8e10 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 793 - body: "{\"region\":\"fr-par\", \"id\":\"00be490a-0cde-4c1d-84dd-0337a62e8e10\", \"cluster_id\":\"89bdb97e-5814-4666-b0a3-c084a7989330\", \"created_at\":\"2025-10-30T16:18:44.862648Z\", \"updated_at\":\"2025-10-30T16:18:44.862648Z\", \"name\":\"test-pool-kubelet-args\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"kubelet_args\"], \"placement_group_id\":null, \"kubelet_args\":{\"maxPods\":\"1337\"}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "793" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:19:15 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 42f5e65b-6835-4702-814d-9597c6466158 - status: 200 OK - code: 200 - duration: 85.010258ms -- id: 20 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/00be490a-0cde-4c1d-84dd-0337a62e8e10 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 793 - body: "{\"region\":\"fr-par\", \"id\":\"00be490a-0cde-4c1d-84dd-0337a62e8e10\", \"cluster_id\":\"89bdb97e-5814-4666-b0a3-c084a7989330\", \"created_at\":\"2025-10-30T16:18:44.862648Z\", \"updated_at\":\"2025-10-30T16:18:44.862648Z\", \"name\":\"test-pool-kubelet-args\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"kubelet_args\"], \"placement_group_id\":null, \"kubelet_args\":{\"maxPods\":\"1337\"}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "793" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:19:20 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - f599de28-5c01-43eb-a570-ffd47d3b5c4a - status: 200 OK - code: 200 - duration: 82.306013ms -- id: 21 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/00be490a-0cde-4c1d-84dd-0337a62e8e10 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 793 - body: "{\"region\":\"fr-par\", \"id\":\"00be490a-0cde-4c1d-84dd-0337a62e8e10\", \"cluster_id\":\"89bdb97e-5814-4666-b0a3-c084a7989330\", \"created_at\":\"2025-10-30T16:18:44.862648Z\", \"updated_at\":\"2025-10-30T16:18:44.862648Z\", \"name\":\"test-pool-kubelet-args\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"kubelet_args\"], \"placement_group_id\":null, \"kubelet_args\":{\"maxPods\":\"1337\"}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "793" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:19:25 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 9e9c9ae8-8251-4a54-80fc-5e25096ecde5 - status: 200 OK - code: 200 - duration: 77.112446ms -- id: 22 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/00be490a-0cde-4c1d-84dd-0337a62e8e10 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 793 - body: "{\"region\":\"fr-par\", \"id\":\"00be490a-0cde-4c1d-84dd-0337a62e8e10\", \"cluster_id\":\"89bdb97e-5814-4666-b0a3-c084a7989330\", \"created_at\":\"2025-10-30T16:18:44.862648Z\", \"updated_at\":\"2025-10-30T16:18:44.862648Z\", \"name\":\"test-pool-kubelet-args\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"kubelet_args\"], \"placement_group_id\":null, \"kubelet_args\":{\"maxPods\":\"1337\"}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "793" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:19:30 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 2c3f2a9b-5db1-44c6-b69b-8aa3f2d72332 - status: 200 OK - code: 200 - duration: 82.035174ms -- id: 23 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/00be490a-0cde-4c1d-84dd-0337a62e8e10 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 793 - body: "{\"region\":\"fr-par\", \"id\":\"00be490a-0cde-4c1d-84dd-0337a62e8e10\", \"cluster_id\":\"89bdb97e-5814-4666-b0a3-c084a7989330\", \"created_at\":\"2025-10-30T16:18:44.862648Z\", \"updated_at\":\"2025-10-30T16:18:44.862648Z\", \"name\":\"test-pool-kubelet-args\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"kubelet_args\"], \"placement_group_id\":null, \"kubelet_args\":{\"maxPods\":\"1337\"}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "793" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:19:35 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 1f51c82f-f527-4838-8bfc-a920ac49b16d - status: 200 OK - code: 200 - duration: 89.938618ms -- id: 24 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/00be490a-0cde-4c1d-84dd-0337a62e8e10 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 793 - body: "{\"region\":\"fr-par\", \"id\":\"00be490a-0cde-4c1d-84dd-0337a62e8e10\", \"cluster_id\":\"89bdb97e-5814-4666-b0a3-c084a7989330\", \"created_at\":\"2025-10-30T16:18:44.862648Z\", \"updated_at\":\"2025-10-30T16:18:44.862648Z\", \"name\":\"test-pool-kubelet-args\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"kubelet_args\"], \"placement_group_id\":null, \"kubelet_args\":{\"maxPods\":\"1337\"}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "793" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:19:40 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 5c05c7b5-f944-4197-bccc-4d52cdbe3b9c - status: 200 OK - code: 200 - duration: 90.020852ms -- id: 25 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/00be490a-0cde-4c1d-84dd-0337a62e8e10 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 793 - body: "{\"region\":\"fr-par\", \"id\":\"00be490a-0cde-4c1d-84dd-0337a62e8e10\", \"cluster_id\":\"89bdb97e-5814-4666-b0a3-c084a7989330\", \"created_at\":\"2025-10-30T16:18:44.862648Z\", \"updated_at\":\"2025-10-30T16:18:44.862648Z\", \"name\":\"test-pool-kubelet-args\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"kubelet_args\"], \"placement_group_id\":null, \"kubelet_args\":{\"maxPods\":\"1337\"}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "793" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:19:46 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - f3365f6a-f36f-4729-990b-c3ee439fea1c - status: 200 OK - code: 200 - duration: 99.763547ms -- id: 26 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/00be490a-0cde-4c1d-84dd-0337a62e8e10 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 793 - body: "{\"region\":\"fr-par\", \"id\":\"00be490a-0cde-4c1d-84dd-0337a62e8e10\", \"cluster_id\":\"89bdb97e-5814-4666-b0a3-c084a7989330\", \"created_at\":\"2025-10-30T16:18:44.862648Z\", \"updated_at\":\"2025-10-30T16:18:44.862648Z\", \"name\":\"test-pool-kubelet-args\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"kubelet_args\"], \"placement_group_id\":null, \"kubelet_args\":{\"maxPods\":\"1337\"}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "793" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:19:51 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 013338e2-df45-49f3-a66e-57d989ee7237 - status: 200 OK - code: 200 - duration: 90.855539ms -- id: 27 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/00be490a-0cde-4c1d-84dd-0337a62e8e10 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 793 - body: "{\"region\":\"fr-par\", \"id\":\"00be490a-0cde-4c1d-84dd-0337a62e8e10\", \"cluster_id\":\"89bdb97e-5814-4666-b0a3-c084a7989330\", \"created_at\":\"2025-10-30T16:18:44.862648Z\", \"updated_at\":\"2025-10-30T16:18:44.862648Z\", \"name\":\"test-pool-kubelet-args\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"kubelet_args\"], \"placement_group_id\":null, \"kubelet_args\":{\"maxPods\":\"1337\"}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "793" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:19:56 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 9c20602a-96fc-4933-ba69-c9ed2fbb2c2f - status: 200 OK - code: 200 - duration: 100.896634ms -- id: 28 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/00be490a-0cde-4c1d-84dd-0337a62e8e10 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 793 - body: "{\"region\":\"fr-par\", \"id\":\"00be490a-0cde-4c1d-84dd-0337a62e8e10\", \"cluster_id\":\"89bdb97e-5814-4666-b0a3-c084a7989330\", \"created_at\":\"2025-10-30T16:18:44.862648Z\", \"updated_at\":\"2025-10-30T16:18:44.862648Z\", \"name\":\"test-pool-kubelet-args\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"kubelet_args\"], \"placement_group_id\":null, \"kubelet_args\":{\"maxPods\":\"1337\"}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "793" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:20:01 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 32e2abb4-25fb-4482-a35c-84abe7daeda7 - status: 200 OK - code: 200 - duration: 104.632225ms -- id: 29 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/00be490a-0cde-4c1d-84dd-0337a62e8e10 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 793 - body: "{\"region\":\"fr-par\", \"id\":\"00be490a-0cde-4c1d-84dd-0337a62e8e10\", \"cluster_id\":\"89bdb97e-5814-4666-b0a3-c084a7989330\", \"created_at\":\"2025-10-30T16:18:44.862648Z\", \"updated_at\":\"2025-10-30T16:18:44.862648Z\", \"name\":\"test-pool-kubelet-args\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"kubelet_args\"], \"placement_group_id\":null, \"kubelet_args\":{\"maxPods\":\"1337\"}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "793" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:20:06 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 76eda963-75b6-4f02-8d7d-750080b0b2fb - status: 200 OK - code: 200 - duration: 93.184199ms -- id: 30 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/00be490a-0cde-4c1d-84dd-0337a62e8e10 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 793 - body: "{\"region\":\"fr-par\", \"id\":\"00be490a-0cde-4c1d-84dd-0337a62e8e10\", \"cluster_id\":\"89bdb97e-5814-4666-b0a3-c084a7989330\", \"created_at\":\"2025-10-30T16:18:44.862648Z\", \"updated_at\":\"2025-10-30T16:18:44.862648Z\", \"name\":\"test-pool-kubelet-args\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"kubelet_args\"], \"placement_group_id\":null, \"kubelet_args\":{\"maxPods\":\"1337\"}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "793" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:20:11 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - a0b0334e-82c0-4aab-8419-1ce7883af6ca - status: 200 OK - code: 200 - duration: 112.271963ms -- id: 31 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/00be490a-0cde-4c1d-84dd-0337a62e8e10 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 793 - body: "{\"region\":\"fr-par\", \"id\":\"00be490a-0cde-4c1d-84dd-0337a62e8e10\", \"cluster_id\":\"89bdb97e-5814-4666-b0a3-c084a7989330\", \"created_at\":\"2025-10-30T16:18:44.862648Z\", \"updated_at\":\"2025-10-30T16:18:44.862648Z\", \"name\":\"test-pool-kubelet-args\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"kubelet_args\"], \"placement_group_id\":null, \"kubelet_args\":{\"maxPods\":\"1337\"}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "793" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:20:16 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 1e16f1a8-0810-4e22-ab50-1a0ccb490477 - status: 200 OK - code: 200 - duration: 89.465721ms -- id: 32 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/00be490a-0cde-4c1d-84dd-0337a62e8e10 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 793 - body: "{\"region\":\"fr-par\", \"id\":\"00be490a-0cde-4c1d-84dd-0337a62e8e10\", \"cluster_id\":\"89bdb97e-5814-4666-b0a3-c084a7989330\", \"created_at\":\"2025-10-30T16:18:44.862648Z\", \"updated_at\":\"2025-10-30T16:18:44.862648Z\", \"name\":\"test-pool-kubelet-args\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"kubelet_args\"], \"placement_group_id\":null, \"kubelet_args\":{\"maxPods\":\"1337\"}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "793" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:20:21 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 687ac155-8258-4efa-ab1d-f0102da261be - status: 200 OK - code: 200 - duration: 89.937836ms -- id: 33 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/00be490a-0cde-4c1d-84dd-0337a62e8e10 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 793 - body: "{\"region\":\"fr-par\", \"id\":\"00be490a-0cde-4c1d-84dd-0337a62e8e10\", \"cluster_id\":\"89bdb97e-5814-4666-b0a3-c084a7989330\", \"created_at\":\"2025-10-30T16:18:44.862648Z\", \"updated_at\":\"2025-10-30T16:18:44.862648Z\", \"name\":\"test-pool-kubelet-args\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"kubelet_args\"], \"placement_group_id\":null, \"kubelet_args\":{\"maxPods\":\"1337\"}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "793" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:20:26 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 14b51546-b017-49d4-8e42-010a31286fcd - status: 200 OK - code: 200 - duration: 104.62932ms -- id: 34 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/00be490a-0cde-4c1d-84dd-0337a62e8e10 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 793 - body: "{\"region\":\"fr-par\", \"id\":\"00be490a-0cde-4c1d-84dd-0337a62e8e10\", \"cluster_id\":\"89bdb97e-5814-4666-b0a3-c084a7989330\", \"created_at\":\"2025-10-30T16:18:44.862648Z\", \"updated_at\":\"2025-10-30T16:18:44.862648Z\", \"name\":\"test-pool-kubelet-args\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"kubelet_args\"], \"placement_group_id\":null, \"kubelet_args\":{\"maxPods\":\"1337\"}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "793" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:20:31 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 0cf0b230-ebb0-4c22-afb0-75c22029d704 - status: 200 OK - code: 200 - duration: 78.96374ms -- id: 35 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/00be490a-0cde-4c1d-84dd-0337a62e8e10 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 793 - body: "{\"region\":\"fr-par\", \"id\":\"00be490a-0cde-4c1d-84dd-0337a62e8e10\", \"cluster_id\":\"89bdb97e-5814-4666-b0a3-c084a7989330\", \"created_at\":\"2025-10-30T16:18:44.862648Z\", \"updated_at\":\"2025-10-30T16:18:44.862648Z\", \"name\":\"test-pool-kubelet-args\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"kubelet_args\"], \"placement_group_id\":null, \"kubelet_args\":{\"maxPods\":\"1337\"}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "793" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:20:37 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 0885e65d-c875-4b97-b31b-67676116a75b - status: 200 OK - code: 200 - duration: 89.116915ms -- id: 36 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/00be490a-0cde-4c1d-84dd-0337a62e8e10 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 793 - body: "{\"region\":\"fr-par\", \"id\":\"00be490a-0cde-4c1d-84dd-0337a62e8e10\", \"cluster_id\":\"89bdb97e-5814-4666-b0a3-c084a7989330\", \"created_at\":\"2025-10-30T16:18:44.862648Z\", \"updated_at\":\"2025-10-30T16:18:44.862648Z\", \"name\":\"test-pool-kubelet-args\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"kubelet_args\"], \"placement_group_id\":null, \"kubelet_args\":{\"maxPods\":\"1337\"}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "793" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:20:42 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 52bd5d5e-6d44-4542-b085-d344a5c979cc - status: 200 OK - code: 200 - duration: 103.389132ms -- id: 37 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/00be490a-0cde-4c1d-84dd-0337a62e8e10 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 793 - body: "{\"region\":\"fr-par\", \"id\":\"00be490a-0cde-4c1d-84dd-0337a62e8e10\", \"cluster_id\":\"89bdb97e-5814-4666-b0a3-c084a7989330\", \"created_at\":\"2025-10-30T16:18:44.862648Z\", \"updated_at\":\"2025-10-30T16:18:44.862648Z\", \"name\":\"test-pool-kubelet-args\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"kubelet_args\"], \"placement_group_id\":null, \"kubelet_args\":{\"maxPods\":\"1337\"}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "793" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:20:47 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - c8b8f4e8-b356-4257-9c95-a98e1f445496 - status: 200 OK - code: 200 - duration: 101.023953ms -- id: 38 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/00be490a-0cde-4c1d-84dd-0337a62e8e10 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 793 - body: "{\"region\":\"fr-par\", \"id\":\"00be490a-0cde-4c1d-84dd-0337a62e8e10\", \"cluster_id\":\"89bdb97e-5814-4666-b0a3-c084a7989330\", \"created_at\":\"2025-10-30T16:18:44.862648Z\", \"updated_at\":\"2025-10-30T16:18:44.862648Z\", \"name\":\"test-pool-kubelet-args\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"kubelet_args\"], \"placement_group_id\":null, \"kubelet_args\":{\"maxPods\":\"1337\"}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "793" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:20:52 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 93d92a69-5f7c-42a2-a215-158c977148a0 - status: 200 OK - code: 200 - duration: 90.102646ms -- id: 39 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/00be490a-0cde-4c1d-84dd-0337a62e8e10 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 793 - body: "{\"region\":\"fr-par\", \"id\":\"00be490a-0cde-4c1d-84dd-0337a62e8e10\", \"cluster_id\":\"89bdb97e-5814-4666-b0a3-c084a7989330\", \"created_at\":\"2025-10-30T16:18:44.862648Z\", \"updated_at\":\"2025-10-30T16:18:44.862648Z\", \"name\":\"test-pool-kubelet-args\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"kubelet_args\"], \"placement_group_id\":null, \"kubelet_args\":{\"maxPods\":\"1337\"}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "793" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:20:57 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - d8b45553-38b0-4123-84d6-6b8fc76f6c1e - status: 200 OK - code: 200 - duration: 90.477148ms -- id: 40 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/00be490a-0cde-4c1d-84dd-0337a62e8e10 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 793 - body: "{\"region\":\"fr-par\", \"id\":\"00be490a-0cde-4c1d-84dd-0337a62e8e10\", \"cluster_id\":\"89bdb97e-5814-4666-b0a3-c084a7989330\", \"created_at\":\"2025-10-30T16:18:44.862648Z\", \"updated_at\":\"2025-10-30T16:18:44.862648Z\", \"name\":\"test-pool-kubelet-args\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"kubelet_args\"], \"placement_group_id\":null, \"kubelet_args\":{\"maxPods\":\"1337\"}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "793" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:21:02 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - e1c06f6d-3020-4ea4-92bb-81f5028bc87c - status: 200 OK - code: 200 - duration: 106.053102ms -- id: 41 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/00be490a-0cde-4c1d-84dd-0337a62e8e10 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 793 - body: "{\"region\":\"fr-par\", \"id\":\"00be490a-0cde-4c1d-84dd-0337a62e8e10\", \"cluster_id\":\"89bdb97e-5814-4666-b0a3-c084a7989330\", \"created_at\":\"2025-10-30T16:18:44.862648Z\", \"updated_at\":\"2025-10-30T16:18:44.862648Z\", \"name\":\"test-pool-kubelet-args\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"kubelet_args\"], \"placement_group_id\":null, \"kubelet_args\":{\"maxPods\":\"1337\"}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "793" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:21:07 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 3ee1d5bd-5feb-4f87-bbbb-747fa3488f66 - status: 200 OK - code: 200 - duration: 105.063755ms -- id: 42 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/00be490a-0cde-4c1d-84dd-0337a62e8e10 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 793 - body: "{\"region\":\"fr-par\", \"id\":\"00be490a-0cde-4c1d-84dd-0337a62e8e10\", \"cluster_id\":\"89bdb97e-5814-4666-b0a3-c084a7989330\", \"created_at\":\"2025-10-30T16:18:44.862648Z\", \"updated_at\":\"2025-10-30T16:18:44.862648Z\", \"name\":\"test-pool-kubelet-args\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"kubelet_args\"], \"placement_group_id\":null, \"kubelet_args\":{\"maxPods\":\"1337\"}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "793" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:21:12 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 83228b91-4c2f-4c7a-8e7c-dd4431a842f9 - status: 200 OK - code: 200 - duration: 99.853025ms -- id: 43 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/00be490a-0cde-4c1d-84dd-0337a62e8e10 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 793 - body: "{\"region\":\"fr-par\", \"id\":\"00be490a-0cde-4c1d-84dd-0337a62e8e10\", \"cluster_id\":\"89bdb97e-5814-4666-b0a3-c084a7989330\", \"created_at\":\"2025-10-30T16:18:44.862648Z\", \"updated_at\":\"2025-10-30T16:18:44.862648Z\", \"name\":\"test-pool-kubelet-args\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"kubelet_args\"], \"placement_group_id\":null, \"kubelet_args\":{\"maxPods\":\"1337\"}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "793" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:21:17 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - e1a80fac-449e-4dfd-83b7-5bb0c5f4ed3c - status: 200 OK - code: 200 - duration: 84.680049ms -- id: 44 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/00be490a-0cde-4c1d-84dd-0337a62e8e10 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 793 - body: "{\"region\":\"fr-par\", \"id\":\"00be490a-0cde-4c1d-84dd-0337a62e8e10\", \"cluster_id\":\"89bdb97e-5814-4666-b0a3-c084a7989330\", \"created_at\":\"2025-10-30T16:18:44.862648Z\", \"updated_at\":\"2025-10-30T16:18:44.862648Z\", \"name\":\"test-pool-kubelet-args\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"kubelet_args\"], \"placement_group_id\":null, \"kubelet_args\":{\"maxPods\":\"1337\"}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "793" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:21:22 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - c583446f-37e0-4f43-b358-991aa99dfa20 - status: 200 OK - code: 200 - duration: 116.017673ms -- id: 45 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/00be490a-0cde-4c1d-84dd-0337a62e8e10 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 793 - body: "{\"region\":\"fr-par\", \"id\":\"00be490a-0cde-4c1d-84dd-0337a62e8e10\", \"cluster_id\":\"89bdb97e-5814-4666-b0a3-c084a7989330\", \"created_at\":\"2025-10-30T16:18:44.862648Z\", \"updated_at\":\"2025-10-30T16:18:44.862648Z\", \"name\":\"test-pool-kubelet-args\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"kubelet_args\"], \"placement_group_id\":null, \"kubelet_args\":{\"maxPods\":\"1337\"}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "793" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:21:28 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - bd671a44-bac2-4e64-9f2d-d4f16966ddfd - status: 200 OK - code: 200 - duration: 79.921658ms -- id: 46 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/00be490a-0cde-4c1d-84dd-0337a62e8e10 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 793 - body: "{\"region\":\"fr-par\", \"id\":\"00be490a-0cde-4c1d-84dd-0337a62e8e10\", \"cluster_id\":\"89bdb97e-5814-4666-b0a3-c084a7989330\", \"created_at\":\"2025-10-30T16:18:44.862648Z\", \"updated_at\":\"2025-10-30T16:18:44.862648Z\", \"name\":\"test-pool-kubelet-args\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"kubelet_args\"], \"placement_group_id\":null, \"kubelet_args\":{\"maxPods\":\"1337\"}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "793" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:21:33 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 89d6746b-6a91-4344-b323-d294240c1823 - status: 200 OK - code: 200 - duration: 99.513488ms -- id: 47 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/00be490a-0cde-4c1d-84dd-0337a62e8e10 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 793 - body: "{\"region\":\"fr-par\", \"id\":\"00be490a-0cde-4c1d-84dd-0337a62e8e10\", \"cluster_id\":\"89bdb97e-5814-4666-b0a3-c084a7989330\", \"created_at\":\"2025-10-30T16:18:44.862648Z\", \"updated_at\":\"2025-10-30T16:18:44.862648Z\", \"name\":\"test-pool-kubelet-args\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"kubelet_args\"], \"placement_group_id\":null, \"kubelet_args\":{\"maxPods\":\"1337\"}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "793" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:21:38 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 7d95bfdd-f32d-4537-b612-ef1bfefe39de - status: 200 OK - code: 200 - duration: 89.622535ms -- id: 48 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/00be490a-0cde-4c1d-84dd-0337a62e8e10 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 793 - body: "{\"region\":\"fr-par\", \"id\":\"00be490a-0cde-4c1d-84dd-0337a62e8e10\", \"cluster_id\":\"89bdb97e-5814-4666-b0a3-c084a7989330\", \"created_at\":\"2025-10-30T16:18:44.862648Z\", \"updated_at\":\"2025-10-30T16:18:44.862648Z\", \"name\":\"test-pool-kubelet-args\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"kubelet_args\"], \"placement_group_id\":null, \"kubelet_args\":{\"maxPods\":\"1337\"}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "793" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:21:43 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - bf1b5e4b-ef19-4e1c-9e15-da6d0efb1319 - status: 200 OK - code: 200 - duration: 84.936851ms -- id: 49 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/00be490a-0cde-4c1d-84dd-0337a62e8e10 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 793 - body: "{\"region\":\"fr-par\", \"id\":\"00be490a-0cde-4c1d-84dd-0337a62e8e10\", \"cluster_id\":\"89bdb97e-5814-4666-b0a3-c084a7989330\", \"created_at\":\"2025-10-30T16:18:44.862648Z\", \"updated_at\":\"2025-10-30T16:18:44.862648Z\", \"name\":\"test-pool-kubelet-args\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"kubelet_args\"], \"placement_group_id\":null, \"kubelet_args\":{\"maxPods\":\"1337\"}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "793" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:21:48 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - d7cb9edd-7695-4098-9fe5-7a1fe0ade9e7 - status: 200 OK - code: 200 - duration: 104.454692ms -- id: 50 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/00be490a-0cde-4c1d-84dd-0337a62e8e10 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 793 - body: "{\"region\":\"fr-par\", \"id\":\"00be490a-0cde-4c1d-84dd-0337a62e8e10\", \"cluster_id\":\"89bdb97e-5814-4666-b0a3-c084a7989330\", \"created_at\":\"2025-10-30T16:18:44.862648Z\", \"updated_at\":\"2025-10-30T16:18:44.862648Z\", \"name\":\"test-pool-kubelet-args\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"kubelet_args\"], \"placement_group_id\":null, \"kubelet_args\":{\"maxPods\":\"1337\"}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "793" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:21:53 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 1a857ccb-82b6-40fb-9525-9b07f6126fc4 - status: 200 OK - code: 200 - duration: 84.279577ms -- id: 51 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/00be490a-0cde-4c1d-84dd-0337a62e8e10 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 793 - body: "{\"region\":\"fr-par\", \"id\":\"00be490a-0cde-4c1d-84dd-0337a62e8e10\", \"cluster_id\":\"89bdb97e-5814-4666-b0a3-c084a7989330\", \"created_at\":\"2025-10-30T16:18:44.862648Z\", \"updated_at\":\"2025-10-30T16:18:44.862648Z\", \"name\":\"test-pool-kubelet-args\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"kubelet_args\"], \"placement_group_id\":null, \"kubelet_args\":{\"maxPods\":\"1337\"}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "793" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:21:58 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 0a3cf1b2-4b8f-42d0-92fa-497d7401b8ab - status: 200 OK - code: 200 - duration: 81.490753ms -- id: 52 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/00be490a-0cde-4c1d-84dd-0337a62e8e10 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 793 - body: "{\"region\":\"fr-par\", \"id\":\"00be490a-0cde-4c1d-84dd-0337a62e8e10\", \"cluster_id\":\"89bdb97e-5814-4666-b0a3-c084a7989330\", \"created_at\":\"2025-10-30T16:18:44.862648Z\", \"updated_at\":\"2025-10-30T16:18:44.862648Z\", \"name\":\"test-pool-kubelet-args\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"kubelet_args\"], \"placement_group_id\":null, \"kubelet_args\":{\"maxPods\":\"1337\"}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "793" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:22:03 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 73a2774e-a9af-4041-a23b-facfd79c29b5 - status: 200 OK - code: 200 - duration: 89.890748ms -- id: 53 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/00be490a-0cde-4c1d-84dd-0337a62e8e10 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 793 - body: "{\"region\":\"fr-par\", \"id\":\"00be490a-0cde-4c1d-84dd-0337a62e8e10\", \"cluster_id\":\"89bdb97e-5814-4666-b0a3-c084a7989330\", \"created_at\":\"2025-10-30T16:18:44.862648Z\", \"updated_at\":\"2025-10-30T16:18:44.862648Z\", \"name\":\"test-pool-kubelet-args\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"kubelet_args\"], \"placement_group_id\":null, \"kubelet_args\":{\"maxPods\":\"1337\"}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "793" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:22:08 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 0994380f-108b-40d7-a17c-4e5feacb7f03 - status: 200 OK - code: 200 - duration: 77.607896ms -- id: 54 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/00be490a-0cde-4c1d-84dd-0337a62e8e10 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 793 - body: "{\"region\":\"fr-par\", \"id\":\"00be490a-0cde-4c1d-84dd-0337a62e8e10\", \"cluster_id\":\"89bdb97e-5814-4666-b0a3-c084a7989330\", \"created_at\":\"2025-10-30T16:18:44.862648Z\", \"updated_at\":\"2025-10-30T16:18:44.862648Z\", \"name\":\"test-pool-kubelet-args\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"kubelet_args\"], \"placement_group_id\":null, \"kubelet_args\":{\"maxPods\":\"1337\"}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "793" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:22:13 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 01ae30eb-d089-4bb5-8b23-eeb444b84d80 - status: 200 OK - code: 200 - duration: 80.35423ms -- id: 55 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/00be490a-0cde-4c1d-84dd-0337a62e8e10 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 793 - body: "{\"region\":\"fr-par\", \"id\":\"00be490a-0cde-4c1d-84dd-0337a62e8e10\", \"cluster_id\":\"89bdb97e-5814-4666-b0a3-c084a7989330\", \"created_at\":\"2025-10-30T16:18:44.862648Z\", \"updated_at\":\"2025-10-30T16:18:44.862648Z\", \"name\":\"test-pool-kubelet-args\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"kubelet_args\"], \"placement_group_id\":null, \"kubelet_args\":{\"maxPods\":\"1337\"}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "793" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:22:18 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 6c974e33-1de5-4c6f-bd8d-080f1bd463d8 - status: 200 OK - code: 200 - duration: 80.664893ms -- id: 56 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/00be490a-0cde-4c1d-84dd-0337a62e8e10 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 793 - body: "{\"region\":\"fr-par\", \"id\":\"00be490a-0cde-4c1d-84dd-0337a62e8e10\", \"cluster_id\":\"89bdb97e-5814-4666-b0a3-c084a7989330\", \"created_at\":\"2025-10-30T16:18:44.862648Z\", \"updated_at\":\"2025-10-30T16:18:44.862648Z\", \"name\":\"test-pool-kubelet-args\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"kubelet_args\"], \"placement_group_id\":null, \"kubelet_args\":{\"maxPods\":\"1337\"}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "793" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:22:23 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - f6154656-8295-449d-8fe6-707e4d59250c - status: 200 OK - code: 200 - duration: 209.197876ms -- id: 57 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/00be490a-0cde-4c1d-84dd-0337a62e8e10 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 793 - body: "{\"region\":\"fr-par\", \"id\":\"00be490a-0cde-4c1d-84dd-0337a62e8e10\", \"cluster_id\":\"89bdb97e-5814-4666-b0a3-c084a7989330\", \"created_at\":\"2025-10-30T16:18:44.862648Z\", \"updated_at\":\"2025-10-30T16:18:44.862648Z\", \"name\":\"test-pool-kubelet-args\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"kubelet_args\"], \"placement_group_id\":null, \"kubelet_args\":{\"maxPods\":\"1337\"}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "793" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:22:29 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 3e314038-cea2-415c-9579-2c24f3a300b7 - status: 200 OK - code: 200 - duration: 131.727017ms -- id: 58 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/00be490a-0cde-4c1d-84dd-0337a62e8e10 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 793 - body: "{\"region\":\"fr-par\", \"id\":\"00be490a-0cde-4c1d-84dd-0337a62e8e10\", \"cluster_id\":\"89bdb97e-5814-4666-b0a3-c084a7989330\", \"created_at\":\"2025-10-30T16:18:44.862648Z\", \"updated_at\":\"2025-10-30T16:18:44.862648Z\", \"name\":\"test-pool-kubelet-args\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"kubelet_args\"], \"placement_group_id\":null, \"kubelet_args\":{\"maxPods\":\"1337\"}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "793" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:22:34 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - d75a1ab0-e0ee-490c-a480-a7552c1c2167 - status: 200 OK - code: 200 - duration: 125.612732ms -- id: 59 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/00be490a-0cde-4c1d-84dd-0337a62e8e10 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 793 - body: "{\"region\":\"fr-par\", \"id\":\"00be490a-0cde-4c1d-84dd-0337a62e8e10\", \"cluster_id\":\"89bdb97e-5814-4666-b0a3-c084a7989330\", \"created_at\":\"2025-10-30T16:18:44.862648Z\", \"updated_at\":\"2025-10-30T16:18:44.862648Z\", \"name\":\"test-pool-kubelet-args\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"kubelet_args\"], \"placement_group_id\":null, \"kubelet_args\":{\"maxPods\":\"1337\"}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "793" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:22:39 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 965ee62f-d3c7-47c9-9ea0-1d699ec9b4de - status: 200 OK - code: 200 - duration: 98.620843ms -- id: 60 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/00be490a-0cde-4c1d-84dd-0337a62e8e10 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 793 - body: "{\"region\":\"fr-par\", \"id\":\"00be490a-0cde-4c1d-84dd-0337a62e8e10\", \"cluster_id\":\"89bdb97e-5814-4666-b0a3-c084a7989330\", \"created_at\":\"2025-10-30T16:18:44.862648Z\", \"updated_at\":\"2025-10-30T16:18:44.862648Z\", \"name\":\"test-pool-kubelet-args\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"kubelet_args\"], \"placement_group_id\":null, \"kubelet_args\":{\"maxPods\":\"1337\"}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "793" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:22:44 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 5ba8f8e6-2438-4c5c-a50d-e5ca7a1af968 - status: 200 OK - code: 200 - duration: 103.397378ms -- id: 61 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/00be490a-0cde-4c1d-84dd-0337a62e8e10 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 793 - body: "{\"region\":\"fr-par\", \"id\":\"00be490a-0cde-4c1d-84dd-0337a62e8e10\", \"cluster_id\":\"89bdb97e-5814-4666-b0a3-c084a7989330\", \"created_at\":\"2025-10-30T16:18:44.862648Z\", \"updated_at\":\"2025-10-30T16:18:44.862648Z\", \"name\":\"test-pool-kubelet-args\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"kubelet_args\"], \"placement_group_id\":null, \"kubelet_args\":{\"maxPods\":\"1337\"}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "793" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:22:49 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - e825d443-ab21-4052-86f6-f4e0cbd8db5b - status: 200 OK - code: 200 - duration: 90.111322ms -- id: 62 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/00be490a-0cde-4c1d-84dd-0337a62e8e10 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 793 - body: "{\"region\":\"fr-par\", \"id\":\"00be490a-0cde-4c1d-84dd-0337a62e8e10\", \"cluster_id\":\"89bdb97e-5814-4666-b0a3-c084a7989330\", \"created_at\":\"2025-10-30T16:18:44.862648Z\", \"updated_at\":\"2025-10-30T16:18:44.862648Z\", \"name\":\"test-pool-kubelet-args\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"kubelet_args\"], \"placement_group_id\":null, \"kubelet_args\":{\"maxPods\":\"1337\"}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "793" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:22:54 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 90a9b67b-a178-45e5-9bdb-1889b72e2aea - status: 200 OK - code: 200 - duration: 108.548466ms -- id: 63 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/00be490a-0cde-4c1d-84dd-0337a62e8e10 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 793 - body: "{\"region\":\"fr-par\", \"id\":\"00be490a-0cde-4c1d-84dd-0337a62e8e10\", \"cluster_id\":\"89bdb97e-5814-4666-b0a3-c084a7989330\", \"created_at\":\"2025-10-30T16:18:44.862648Z\", \"updated_at\":\"2025-10-30T16:18:44.862648Z\", \"name\":\"test-pool-kubelet-args\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"kubelet_args\"], \"placement_group_id\":null, \"kubelet_args\":{\"maxPods\":\"1337\"}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "793" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:22:59 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 0c3178ca-8686-4dbd-9494-4b64cf1a3af3 - status: 200 OK - code: 200 - duration: 90.758728ms -- id: 64 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/00be490a-0cde-4c1d-84dd-0337a62e8e10 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 793 - body: "{\"region\":\"fr-par\", \"id\":\"00be490a-0cde-4c1d-84dd-0337a62e8e10\", \"cluster_id\":\"89bdb97e-5814-4666-b0a3-c084a7989330\", \"created_at\":\"2025-10-30T16:18:44.862648Z\", \"updated_at\":\"2025-10-30T16:18:44.862648Z\", \"name\":\"test-pool-kubelet-args\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"kubelet_args\"], \"placement_group_id\":null, \"kubelet_args\":{\"maxPods\":\"1337\"}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "793" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:23:04 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 3be0299a-2efb-4f0a-ae0e-7f5b94f56a34 - status: 200 OK - code: 200 - duration: 94.183426ms -- id: 65 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/00be490a-0cde-4c1d-84dd-0337a62e8e10 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 791 - body: "{\"region\":\"fr-par\", \"id\":\"00be490a-0cde-4c1d-84dd-0337a62e8e10\", \"cluster_id\":\"89bdb97e-5814-4666-b0a3-c084a7989330\", \"created_at\":\"2025-10-30T16:18:44.862648Z\", \"updated_at\":\"2025-10-30T16:23:06.940378Z\", \"name\":\"test-pool-kubelet-args\", \"status\":\"ready\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"kubelet_args\"], \"placement_group_id\":null, \"kubelet_args\":{\"maxPods\":\"1337\"}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "791" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:23:10 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - d96dee16-0bf0-4caf-835a-67bb0645f64a - status: 200 OK - code: 200 - duration: 102.234626ms -- id: 66 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/89bdb97e-5814-4666-b0a3-c084a7989330 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1643 - body: "{\"region\":\"fr-par\", \"id\":\"89bdb97e-5814-4666-b0a3-c084a7989330\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:39.351223Z\", \"updated_at\":\"2025-10-30T16:20:13.289151Z\", \"type\":\"kapsule\", \"name\":\"test-pool-kubelet-args\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"kubelet_args\"], \"cluster_url\":\"https://89bdb97e-5814-4666-b0a3-c084a7989330.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.89bdb97e-5814-4666-b0a3-c084a7989330.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"311bbfd7-a420-4c55-acd1-7ac7b435bddc\", \"commitment_ends_at\":\"2025-10-30T16:18:39.351230Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"4ac6a5fd-f4ab-4b5a-9723-723c86963fee\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1643" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:23:10 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 68477514-38b4-4009-9050-c7f18d111f18 - status: 200 OK - code: 200 - duration: 24.804514ms -- id: 67 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/00be490a-0cde-4c1d-84dd-0337a62e8e10 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 791 - body: "{\"region\":\"fr-par\", \"id\":\"00be490a-0cde-4c1d-84dd-0337a62e8e10\", \"cluster_id\":\"89bdb97e-5814-4666-b0a3-c084a7989330\", \"created_at\":\"2025-10-30T16:18:44.862648Z\", \"updated_at\":\"2025-10-30T16:23:06.940378Z\", \"name\":\"test-pool-kubelet-args\", \"status\":\"ready\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"kubelet_args\"], \"placement_group_id\":null, \"kubelet_args\":{\"maxPods\":\"1337\"}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "791" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:23:10 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 9e9f57be-8532-4561-a908-0aab72b10bc7 - status: 200 OK - code: 200 - duration: 25.565181ms -- id: 68 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - form: - order_by: - - created_at_asc - page: - - "1" - pool_id: - - 00be490a-0cde-4c1d-84dd-0337a62e8e10 - status: - - unknown - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/89bdb97e-5814-4666-b0a3-c084a7989330/nodes?order_by=created_at_asc&page=1&pool_id=00be490a-0cde-4c1d-84dd-0337a62e8e10&status=unknown - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 621 - body: "{\"total_count\":1, \"nodes\":[{\"region\":\"fr-par\", \"id\":\"e9988f4c-6e67-4971-a5da-ed84e3b94eed\", \"cluster_id\":\"89bdb97e-5814-4666-b0a3-c084a7989330\", \"created_at\":\"2025-10-30T16:21:58.256391Z\", \"updated_at\":\"2025-10-30T16:23:06.928101Z\", \"pool_id\":\"00be490a-0cde-4c1d-84dd-0337a62e8e10\", \"status\":\"ready\", \"conditions\":{\"DiskPressure\":\"False\", \"MemoryPressure\":\"False\", \"PIDPressure\":\"False\", \"Ready\":\"True\"}, \"name\":\"scw-test-pool-kubelet-test-pool-kubelet-e9988f\", \"public_ip_v4\":\"163.172.149.221\", \"public_ip_v6\":null, \"provider_id\":\"scaleway://instance/fr-par-1/61933569-0297-49d7-a572-a33bddd8a8a3\", \"error_message\":\"\"}]}" - headers: - Content-Length: - - "621" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:23:10 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 919e7060-059e-4c24-b090-5e29f1bec93e - status: 200 OK - code: 200 - duration: 80.353629ms -- id: 69 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/89bdb97e-5814-4666-b0a3-c084a7989330 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1643 - body: "{\"region\":\"fr-par\", \"id\":\"89bdb97e-5814-4666-b0a3-c084a7989330\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:39.351223Z\", \"updated_at\":\"2025-10-30T16:20:13.289151Z\", \"type\":\"kapsule\", \"name\":\"test-pool-kubelet-args\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"kubelet_args\"], \"cluster_url\":\"https://89bdb97e-5814-4666-b0a3-c084a7989330.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.89bdb97e-5814-4666-b0a3-c084a7989330.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"311bbfd7-a420-4c55-acd1-7ac7b435bddc\", \"commitment_ends_at\":\"2025-10-30T16:18:39.351230Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"4ac6a5fd-f4ab-4b5a-9723-723c86963fee\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1643" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:23:10 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - b3adbea9-069d-4f5c-993d-566d6f2218ac - status: 200 OK - code: 200 - duration: 21.994169ms -- id: 70 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - form: - order_by: - - created_at_desc - project_id: - - 105bdce1-64c0-48ab-899d-868455867ecf - resource_name: - - scw-test-pool-kubelet-test-pool-kubelet-e9988f - resource_type: - - unknown_type - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/ipam/v1/regions/fr-par/ips?order_by=created_at_desc&project_id=105bdce1-64c0-48ab-899d-868455867ecf&resource_name=scw-test-pool-kubelet-test-pool-kubelet-e9988f&resource_type=unknown_type - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1122 - body: "{\"total_count\":2, \"ips\":[{\"id\":\"bc3e4c14-a364-41ee-b6f0-6ae249c6bee9\", \"address\":\"fd5f:519c:6d46:f47a:2d8e:8ff0:d31f:490a/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":true, \"created_at\":\"2025-10-30T16:22:03.275624Z\", \"updated_at\":\"2025-10-30T16:22:03.275624Z\", \"source\":{\"subnet_id\":\"ae2e852f-cee4-41a9-81bc-ec7cdff5871d\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"f27805ac-b9e6-4880-a239-ae3cbc951e74\", \"mac_address\":\"02:00:00:12:EC:B8\", \"name\":\"scw-test-pool-kubelet-test-pool-kubelet-e9988f\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}, {\"id\":\"c232d4dd-1c3b-4cb2-a0c6-7fcc452e1c5c\", \"address\":\"172.18.80.3/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":false, \"created_at\":\"2025-10-30T16:22:03.154121Z\", \"updated_at\":\"2025-10-30T16:22:03.154121Z\", \"source\":{\"subnet_id\":\"497f92f0-a2d8-48b5-81df-1f3debbc78d9\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"f27805ac-b9e6-4880-a239-ae3cbc951e74\", \"mac_address\":\"02:00:00:12:EC:B8\", \"name\":\"scw-test-pool-kubelet-test-pool-kubelet-e9988f\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}]}" - headers: - Content-Length: - - "1122" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:23:10 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - e64587aa-1616-4540-8008-38833a44d22d - status: 200 OK - code: 200 - duration: 48.296674ms -- id: 71 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/89bdb97e-5814-4666-b0a3-c084a7989330 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1643 - body: "{\"region\":\"fr-par\", \"id\":\"89bdb97e-5814-4666-b0a3-c084a7989330\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:39.351223Z\", \"updated_at\":\"2025-10-30T16:20:13.289151Z\", \"type\":\"kapsule\", \"name\":\"test-pool-kubelet-args\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"kubelet_args\"], \"cluster_url\":\"https://89bdb97e-5814-4666-b0a3-c084a7989330.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.89bdb97e-5814-4666-b0a3-c084a7989330.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"311bbfd7-a420-4c55-acd1-7ac7b435bddc\", \"commitment_ends_at\":\"2025-10-30T16:18:39.351230Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"4ac6a5fd-f4ab-4b5a-9723-723c86963fee\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1643" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:23:10 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 611940f5-d107-4b34-aa79-ab908fc006c0 - status: 200 OK - code: 200 - duration: 24.558211ms -- id: 72 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/00be490a-0cde-4c1d-84dd-0337a62e8e10 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 791 - body: "{\"region\":\"fr-par\", \"id\":\"00be490a-0cde-4c1d-84dd-0337a62e8e10\", \"cluster_id\":\"89bdb97e-5814-4666-b0a3-c084a7989330\", \"created_at\":\"2025-10-30T16:18:44.862648Z\", \"updated_at\":\"2025-10-30T16:23:06.940378Z\", \"name\":\"test-pool-kubelet-args\", \"status\":\"ready\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"kubelet_args\"], \"placement_group_id\":null, \"kubelet_args\":{\"maxPods\":\"1337\"}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "791" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:23:10 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - c342a4f9-1f09-4913-b6a7-1c7b51018eb6 - status: 200 OK - code: 200 - duration: 21.516422ms -- id: 73 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/fr-par/vpcs/757134d2-30bd-4caa-9d46-09ad011350a0 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 434 - body: "{\"id\":\"757134d2-30bd-4caa-9d46-09ad011350a0\", \"name\":\"testAccCheckK8SPoolConfigKubeletArgs\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:38.256670Z\", \"updated_at\":\"2025-10-30T16:18:38.256670Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_default\":false, \"private_network_count\":1, \"routing_enabled\":true, \"custom_routes_propagation_enabled\":true, \"region\":\"fr-par\"}" - headers: - Content-Length: - - "434" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:23:10 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 6e6e3f98-9a4a-47b6-8f3f-babf927eefc7 - status: 200 OK - code: 200 - duration: 31.525467ms -- id: 74 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks/311bbfd7-a420-4c55-acd1-7ac7b435bddc - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1092 - body: "{\"id\":\"311bbfd7-a420-4c55-acd1-7ac7b435bddc\", \"name\":\"test-pool-kubelet-args\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:38.362471Z\", \"updated_at\":\"2025-10-30T16:18:38.362471Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"subnets\":[{\"id\":\"497f92f0-a2d8-48b5-81df-1f3debbc78d9\", \"created_at\":\"2025-10-30T16:18:38.362471Z\", \"updated_at\":\"2025-10-30T16:18:38.362471Z\", \"subnet\":\"172.18.80.0/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"311bbfd7-a420-4c55-acd1-7ac7b435bddc\", \"vpc_id\":\"757134d2-30bd-4caa-9d46-09ad011350a0\"}, {\"id\":\"ae2e852f-cee4-41a9-81bc-ec7cdff5871d\", \"created_at\":\"2025-10-30T16:18:38.362471Z\", \"updated_at\":\"2025-10-30T16:18:38.362471Z\", \"subnet\":\"fd5f:519c:6d46:f47a::/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"311bbfd7-a420-4c55-acd1-7ac7b435bddc\", \"vpc_id\":\"757134d2-30bd-4caa-9d46-09ad011350a0\"}], \"vpc_id\":\"757134d2-30bd-4caa-9d46-09ad011350a0\", \"dhcp_enabled\":true, \"default_route_propagation_enabled\":false, \"region\":\"fr-par\"}" - headers: - Content-Length: - - "1092" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:23:10 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 4de2fe32-4ceb-4c52-bead-0f205b4284cc - status: 200 OK - code: 200 - duration: 23.53451ms -- id: 75 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/89bdb97e-5814-4666-b0a3-c084a7989330 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1643 - body: "{\"region\":\"fr-par\", \"id\":\"89bdb97e-5814-4666-b0a3-c084a7989330\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:39.351223Z\", \"updated_at\":\"2025-10-30T16:20:13.289151Z\", \"type\":\"kapsule\", \"name\":\"test-pool-kubelet-args\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"kubelet_args\"], \"cluster_url\":\"https://89bdb97e-5814-4666-b0a3-c084a7989330.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.89bdb97e-5814-4666-b0a3-c084a7989330.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"311bbfd7-a420-4c55-acd1-7ac7b435bddc\", \"commitment_ends_at\":\"2025-10-30T16:18:39.351230Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"4ac6a5fd-f4ab-4b5a-9723-723c86963fee\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1643" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:23:10 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - d731b6fb-d2a8-4c66-b1e9-a47a450424fe - status: 200 OK - code: 200 - duration: 22.856327ms -- id: 76 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/89bdb97e-5814-4666-b0a3-c084a7989330/kubeconfig - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1714 - body: "{\"name\":\"kubeconfig\", \"content_type\":\"application/octet-stream\", \"content\":\"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogInRlc3QtcG9vbC1rdWJlbGV0LWFyZ3MiCiAgY2x1c3RlcjoKICAgIGNlcnRpZmljYXRlLWF1dGhvcml0eS1kYXRhOiBMUzB0TFMxQ1JVZEpUaUJEUlZKVVNVWkpRMEZVUlMwdExTMHRDazFKU1VKWGVrTkRRVkZIWjBGM1NVSkJaMGxDUVVSQlMwSm5aM0ZvYTJwUFVGRlJSRUZxUVZaTlVrMTNSVkZaUkZaUlVVUkZkM0J5WkZkS2JHTnROV3dLWkVkV2VrMUNORmhFVkVreFRWUkJlVTlVUlRKTlZHZDZUMVp2V0VSVVRURk5WRUY1VDFSRk1rMVVaM3BQVm05M1JsUkZWRTFDUlVkQk1WVkZRWGhOU3dwaE0xWnBXbGhLZFZwWVVteGpla0phVFVKTlIwSjVjVWRUVFRRNVFXZEZSME5EY1VkVFRUUTVRWGRGU0VFd1NVRkNTa1kyUVcxQllXdGhUelpIWTJONkNubHVkekI0VDJoYVJpOHJSR2h1VUhFNU0xbDJjMG8xVTBaYVFtRmtMMUJ5V1RWVFFrMVJaMHRQY1RGclIzTnRNVkJaUmxGMlYzWk5ablJVYW01UFZsQUtiV3hvTkc4MFIycFJha0pCVFVFMFIwRXhWV1JFZDBWQ0wzZFJSVUYzU1VOd1JFRlFRbWRPVmtoU1RVSkJaamhGUWxSQlJFRlJTQzlOUWpCSFFURlZaQXBFWjFGWFFrSlJVQzlJTjJjMmIzQllRVTV0TUd4TlMxQXJaMnd2VWxGRlZraDZRVXRDWjJkeGFHdHFUMUJSVVVSQlowNUpRVVJDUmtGcFFrZExTbXRLQ21ZM1lqTkZjM1V6Tld3d2NsazNWbFk1TDJadVVqaDJibTgxVFc1R1ZVdFRURnB0VTFSQlNXaEJUVlJMVUhabFpFNU9XRWgxZUVOSmRtVnJRMmx3YVZvS1JXZFdObkp2WTNKbU5teEVPV2R1ZEU0cmF6Y0tMUzB0TFMxRlRrUWdRMFZTVkVsR1NVTkJWRVV0TFMwdExRbz0KICAgIHNlcnZlcjogaHR0cHM6Ly84OWJkYjk3ZS01ODE0LTQ2NjYtYjBhMy1jMDg0YTc5ODkzMzAuYXBpLms4cy5mci1wYXIuc2N3LmNsb3VkOjY0NDMKY29udGV4dHM6Ci0gbmFtZTogYWRtaW5AdGVzdC1wb29sLWt1YmVsZXQtYXJncwogIGNvbnRleHQ6CiAgICBjbHVzdGVyOiAidGVzdC1wb29sLWt1YmVsZXQtYXJncyIKICAgIHVzZXI6IHRlc3QtcG9vbC1rdWJlbGV0LWFyZ3MtYWRtaW4KY3VycmVudC1jb250ZXh0OiBhZG1pbkB0ZXN0LXBvb2wta3ViZWxldC1hcmdzCmtpbmQ6IENvbmZpZwpwcmVmZXJlbmNlczoge30KdXNlcnM6Ci0gbmFtZTogdGVzdC1wb29sLWt1YmVsZXQtYXJncy1hZG1pbgogIHVzZXI6CiAgICB0b2tlbjogNTdGNzZzNU1SVVoyQmN0THpvSDNRb0JQc0JFQVhERzhYT0VnQUNiY2NSZFh1Yk5xcFZiejBsMUs=\"}" - headers: - Content-Length: - - "1714" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:23:10 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - f23ce404-de58-4910-88bf-26a65e8a3915 - status: 200 OK - code: 200 - duration: 71.565305ms -- id: 77 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/00be490a-0cde-4c1d-84dd-0337a62e8e10 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 791 - body: "{\"region\":\"fr-par\", \"id\":\"00be490a-0cde-4c1d-84dd-0337a62e8e10\", \"cluster_id\":\"89bdb97e-5814-4666-b0a3-c084a7989330\", \"created_at\":\"2025-10-30T16:18:44.862648Z\", \"updated_at\":\"2025-10-30T16:23:06.940378Z\", \"name\":\"test-pool-kubelet-args\", \"status\":\"ready\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"kubelet_args\"], \"placement_group_id\":null, \"kubelet_args\":{\"maxPods\":\"1337\"}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "791" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:23:10 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - efa0668f-55ac-4553-8192-630a518f1710 - status: 200 OK - code: 200 - duration: 27.191964ms -- id: 78 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - form: - order_by: - - created_at_asc - page: - - "1" - pool_id: - - 00be490a-0cde-4c1d-84dd-0337a62e8e10 - status: - - unknown - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/89bdb97e-5814-4666-b0a3-c084a7989330/nodes?order_by=created_at_asc&page=1&pool_id=00be490a-0cde-4c1d-84dd-0337a62e8e10&status=unknown - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 621 - body: "{\"total_count\":1, \"nodes\":[{\"region\":\"fr-par\", \"id\":\"e9988f4c-6e67-4971-a5da-ed84e3b94eed\", \"cluster_id\":\"89bdb97e-5814-4666-b0a3-c084a7989330\", \"created_at\":\"2025-10-30T16:21:58.256391Z\", \"updated_at\":\"2025-10-30T16:23:06.928101Z\", \"pool_id\":\"00be490a-0cde-4c1d-84dd-0337a62e8e10\", \"status\":\"ready\", \"conditions\":{\"DiskPressure\":\"False\", \"MemoryPressure\":\"False\", \"PIDPressure\":\"False\", \"Ready\":\"True\"}, \"name\":\"scw-test-pool-kubelet-test-pool-kubelet-e9988f\", \"public_ip_v4\":\"163.172.149.221\", \"public_ip_v6\":null, \"provider_id\":\"scaleway://instance/fr-par-1/61933569-0297-49d7-a572-a33bddd8a8a3\", \"error_message\":\"\"}]}" - headers: - Content-Length: - - "621" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:23:10 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 5d08e9b0-9639-4402-b30a-11d0ef8b26f1 - status: 200 OK - code: 200 - duration: 28.423525ms -- id: 79 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/89bdb97e-5814-4666-b0a3-c084a7989330 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1643 - body: "{\"region\":\"fr-par\", \"id\":\"89bdb97e-5814-4666-b0a3-c084a7989330\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:39.351223Z\", \"updated_at\":\"2025-10-30T16:20:13.289151Z\", \"type\":\"kapsule\", \"name\":\"test-pool-kubelet-args\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"kubelet_args\"], \"cluster_url\":\"https://89bdb97e-5814-4666-b0a3-c084a7989330.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.89bdb97e-5814-4666-b0a3-c084a7989330.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"311bbfd7-a420-4c55-acd1-7ac7b435bddc\", \"commitment_ends_at\":\"2025-10-30T16:18:39.351230Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"4ac6a5fd-f4ab-4b5a-9723-723c86963fee\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1643" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:23:10 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 4957b5ef-0feb-4ab7-a124-1f7167cf5053 - status: 200 OK - code: 200 - duration: 34.269507ms -- id: 80 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - form: - order_by: - - created_at_desc - project_id: - - 105bdce1-64c0-48ab-899d-868455867ecf - resource_name: - - scw-test-pool-kubelet-test-pool-kubelet-e9988f - resource_type: - - unknown_type - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/ipam/v1/regions/fr-par/ips?order_by=created_at_desc&project_id=105bdce1-64c0-48ab-899d-868455867ecf&resource_name=scw-test-pool-kubelet-test-pool-kubelet-e9988f&resource_type=unknown_type - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1122 - body: "{\"total_count\":2, \"ips\":[{\"id\":\"bc3e4c14-a364-41ee-b6f0-6ae249c6bee9\", \"address\":\"fd5f:519c:6d46:f47a:2d8e:8ff0:d31f:490a/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":true, \"created_at\":\"2025-10-30T16:22:03.275624Z\", \"updated_at\":\"2025-10-30T16:22:03.275624Z\", \"source\":{\"subnet_id\":\"ae2e852f-cee4-41a9-81bc-ec7cdff5871d\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"f27805ac-b9e6-4880-a239-ae3cbc951e74\", \"mac_address\":\"02:00:00:12:EC:B8\", \"name\":\"scw-test-pool-kubelet-test-pool-kubelet-e9988f\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}, {\"id\":\"c232d4dd-1c3b-4cb2-a0c6-7fcc452e1c5c\", \"address\":\"172.18.80.3/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":false, \"created_at\":\"2025-10-30T16:22:03.154121Z\", \"updated_at\":\"2025-10-30T16:22:03.154121Z\", \"source\":{\"subnet_id\":\"497f92f0-a2d8-48b5-81df-1f3debbc78d9\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"f27805ac-b9e6-4880-a239-ae3cbc951e74\", \"mac_address\":\"02:00:00:12:EC:B8\", \"name\":\"scw-test-pool-kubelet-test-pool-kubelet-e9988f\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}]}" - headers: - Content-Length: - - "1122" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:23:10 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 7d5eae28-8aba-422a-aaaf-1a6a7f315ec8 - status: 200 OK - code: 200 - duration: 34.727226ms -- id: 81 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/fr-par/vpcs/757134d2-30bd-4caa-9d46-09ad011350a0 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 434 - body: "{\"id\":\"757134d2-30bd-4caa-9d46-09ad011350a0\", \"name\":\"testAccCheckK8SPoolConfigKubeletArgs\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:38.256670Z\", \"updated_at\":\"2025-10-30T16:18:38.256670Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_default\":false, \"private_network_count\":1, \"routing_enabled\":true, \"custom_routes_propagation_enabled\":true, \"region\":\"fr-par\"}" - headers: - Content-Length: - - "434" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:23:11 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - c898d783-eec9-4d02-b5c2-16bb68bcee36 - status: 200 OK - code: 200 - duration: 29.213709ms -- id: 82 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks/311bbfd7-a420-4c55-acd1-7ac7b435bddc - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1092 - body: "{\"id\":\"311bbfd7-a420-4c55-acd1-7ac7b435bddc\", \"name\":\"test-pool-kubelet-args\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:38.362471Z\", \"updated_at\":\"2025-10-30T16:18:38.362471Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"subnets\":[{\"id\":\"497f92f0-a2d8-48b5-81df-1f3debbc78d9\", \"created_at\":\"2025-10-30T16:18:38.362471Z\", \"updated_at\":\"2025-10-30T16:18:38.362471Z\", \"subnet\":\"172.18.80.0/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"311bbfd7-a420-4c55-acd1-7ac7b435bddc\", \"vpc_id\":\"757134d2-30bd-4caa-9d46-09ad011350a0\"}, {\"id\":\"ae2e852f-cee4-41a9-81bc-ec7cdff5871d\", \"created_at\":\"2025-10-30T16:18:38.362471Z\", \"updated_at\":\"2025-10-30T16:18:38.362471Z\", \"subnet\":\"fd5f:519c:6d46:f47a::/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"311bbfd7-a420-4c55-acd1-7ac7b435bddc\", \"vpc_id\":\"757134d2-30bd-4caa-9d46-09ad011350a0\"}], \"vpc_id\":\"757134d2-30bd-4caa-9d46-09ad011350a0\", \"dhcp_enabled\":true, \"default_route_propagation_enabled\":false, \"region\":\"fr-par\"}" - headers: - Content-Length: - - "1092" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:23:11 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - cc2ae557-b13a-42ba-aa00-2f15360f7e8c - status: 200 OK - code: 200 - duration: 28.175109ms -- id: 83 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/89bdb97e-5814-4666-b0a3-c084a7989330 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1643 - body: "{\"region\":\"fr-par\", \"id\":\"89bdb97e-5814-4666-b0a3-c084a7989330\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:39.351223Z\", \"updated_at\":\"2025-10-30T16:20:13.289151Z\", \"type\":\"kapsule\", \"name\":\"test-pool-kubelet-args\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"kubelet_args\"], \"cluster_url\":\"https://89bdb97e-5814-4666-b0a3-c084a7989330.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.89bdb97e-5814-4666-b0a3-c084a7989330.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"311bbfd7-a420-4c55-acd1-7ac7b435bddc\", \"commitment_ends_at\":\"2025-10-30T16:18:39.351230Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"4ac6a5fd-f4ab-4b5a-9723-723c86963fee\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1643" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:23:11 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - f9969eba-a2b5-4c3f-bb8f-e6f197051dff - status: 200 OK - code: 200 - duration: 85.890671ms -- id: 84 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/89bdb97e-5814-4666-b0a3-c084a7989330/kubeconfig - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1714 - body: "{\"name\":\"kubeconfig\", \"content_type\":\"application/octet-stream\", \"content\":\"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogInRlc3QtcG9vbC1rdWJlbGV0LWFyZ3MiCiAgY2x1c3RlcjoKICAgIGNlcnRpZmljYXRlLWF1dGhvcml0eS1kYXRhOiBMUzB0TFMxQ1JVZEpUaUJEUlZKVVNVWkpRMEZVUlMwdExTMHRDazFKU1VKWGVrTkRRVkZIWjBGM1NVSkJaMGxDUVVSQlMwSm5aM0ZvYTJwUFVGRlJSRUZxUVZaTlVrMTNSVkZaUkZaUlVVUkZkM0J5WkZkS2JHTnROV3dLWkVkV2VrMUNORmhFVkVreFRWUkJlVTlVUlRKTlZHZDZUMVp2V0VSVVRURk5WRUY1VDFSRk1rMVVaM3BQVm05M1JsUkZWRTFDUlVkQk1WVkZRWGhOU3dwaE0xWnBXbGhLZFZwWVVteGpla0phVFVKTlIwSjVjVWRUVFRRNVFXZEZSME5EY1VkVFRUUTVRWGRGU0VFd1NVRkNTa1kyUVcxQllXdGhUelpIWTJONkNubHVkekI0VDJoYVJpOHJSR2h1VUhFNU0xbDJjMG8xVTBaYVFtRmtMMUJ5V1RWVFFrMVJaMHRQY1RGclIzTnRNVkJaUmxGMlYzWk5ablJVYW01UFZsQUtiV3hvTkc4MFIycFJha0pCVFVFMFIwRXhWV1JFZDBWQ0wzZFJSVUYzU1VOd1JFRlFRbWRPVmtoU1RVSkJaamhGUWxSQlJFRlJTQzlOUWpCSFFURlZaQXBFWjFGWFFrSlJVQzlJTjJjMmIzQllRVTV0TUd4TlMxQXJaMnd2VWxGRlZraDZRVXRDWjJkeGFHdHFUMUJSVVVSQlowNUpRVVJDUmtGcFFrZExTbXRLQ21ZM1lqTkZjM1V6Tld3d2NsazNWbFk1TDJadVVqaDJibTgxVFc1R1ZVdFRURnB0VTFSQlNXaEJUVlJMVUhabFpFNU9XRWgxZUVOSmRtVnJRMmx3YVZvS1JXZFdObkp2WTNKbU5teEVPV2R1ZEU0cmF6Y0tMUzB0TFMxRlRrUWdRMFZTVkVsR1NVTkJWRVV0TFMwdExRbz0KICAgIHNlcnZlcjogaHR0cHM6Ly84OWJkYjk3ZS01ODE0LTQ2NjYtYjBhMy1jMDg0YTc5ODkzMzAuYXBpLms4cy5mci1wYXIuc2N3LmNsb3VkOjY0NDMKY29udGV4dHM6Ci0gbmFtZTogYWRtaW5AdGVzdC1wb29sLWt1YmVsZXQtYXJncwogIGNvbnRleHQ6CiAgICBjbHVzdGVyOiAidGVzdC1wb29sLWt1YmVsZXQtYXJncyIKICAgIHVzZXI6IHRlc3QtcG9vbC1rdWJlbGV0LWFyZ3MtYWRtaW4KY3VycmVudC1jb250ZXh0OiBhZG1pbkB0ZXN0LXBvb2wta3ViZWxldC1hcmdzCmtpbmQ6IENvbmZpZwpwcmVmZXJlbmNlczoge30KdXNlcnM6Ci0gbmFtZTogdGVzdC1wb29sLWt1YmVsZXQtYXJncy1hZG1pbgogIHVzZXI6CiAgICB0b2tlbjogNTdGNzZzNU1SVVoyQmN0THpvSDNRb0JQc0JFQVhERzhYT0VnQUNiY2NSZFh1Yk5xcFZiejBsMUs=\"}" - headers: - Content-Length: - - "1714" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:23:11 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - ce80f074-0296-4464-b6e2-b6ba8bdf8062 - status: 200 OK - code: 200 - duration: 90.293234ms -- id: 85 request: proto: HTTP/1.1 proto_major: 1 @@ -2800,56 +492,15 @@ interactions: Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:23:11 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 9f8367b7-2577-4cc6-9312-25da3c51df25 - status: 200 OK - code: 200 - duration: 83.128687ms -- id: 86 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - form: - order_by: - - created_at_asc - page: - - "1" - pool_id: - - 00be490a-0cde-4c1d-84dd-0337a62e8e10 - status: - - unknown - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/89bdb97e-5814-4666-b0a3-c084a7989330/nodes?order_by=created_at_asc&page=1&pool_id=00be490a-0cde-4c1d-84dd-0337a62e8e10&status=unknown - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 621 - body: "{\"total_count\":1, \"nodes\":[{\"region\":\"fr-par\", \"id\":\"e9988f4c-6e67-4971-a5da-ed84e3b94eed\", \"cluster_id\":\"89bdb97e-5814-4666-b0a3-c084a7989330\", \"created_at\":\"2025-10-30T16:21:58.256391Z\", \"updated_at\":\"2025-10-30T16:23:06.928101Z\", \"pool_id\":\"00be490a-0cde-4c1d-84dd-0337a62e8e10\", \"status\":\"ready\", \"conditions\":{\"DiskPressure\":\"False\", \"MemoryPressure\":\"False\", \"PIDPressure\":\"False\", \"Ready\":\"True\"}, \"name\":\"scw-test-pool-kubelet-test-pool-kubelet-e9988f\", \"public_ip_v4\":\"163.172.149.221\", \"public_ip_v6\":null, \"provider_id\":\"scaleway://instance/fr-par-1/61933569-0297-49d7-a572-a33bddd8a8a3\", \"error_message\":\"\"}]}" - headers: - Content-Length: - - "621" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:23:11 GMT + - Thu, 30 Oct 2025 16:23:10 GMT Server: - Scaleway API Gateway (fr-par-3;edge03) X-Request-Id: - - ea0179da-17eb-4f45-a400-ec44ead57a6c + - d96dee16-0bf0-4caf-835a-67bb0645f64a status: 200 OK code: 200 - duration: 20.901358ms -- id: 87 + duration: 102.234626ms +- id: 15 request: proto: HTTP/1.1 proto_major: 1 @@ -2873,123 +524,15 @@ interactions: Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:23:11 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 253926ef-21d6-4a4e-be76-8425214ed25d - status: 200 OK - code: 200 - duration: 23.333553ms -- id: 88 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - form: - order_by: - - created_at_desc - project_id: - - 105bdce1-64c0-48ab-899d-868455867ecf - resource_name: - - scw-test-pool-kubelet-test-pool-kubelet-e9988f - resource_type: - - unknown_type - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/ipam/v1/regions/fr-par/ips?order_by=created_at_desc&project_id=105bdce1-64c0-48ab-899d-868455867ecf&resource_name=scw-test-pool-kubelet-test-pool-kubelet-e9988f&resource_type=unknown_type - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1122 - body: "{\"total_count\":2, \"ips\":[{\"id\":\"bc3e4c14-a364-41ee-b6f0-6ae249c6bee9\", \"address\":\"fd5f:519c:6d46:f47a:2d8e:8ff0:d31f:490a/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":true, \"created_at\":\"2025-10-30T16:22:03.275624Z\", \"updated_at\":\"2025-10-30T16:22:03.275624Z\", \"source\":{\"subnet_id\":\"ae2e852f-cee4-41a9-81bc-ec7cdff5871d\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"f27805ac-b9e6-4880-a239-ae3cbc951e74\", \"mac_address\":\"02:00:00:12:EC:B8\", \"name\":\"scw-test-pool-kubelet-test-pool-kubelet-e9988f\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}, {\"id\":\"c232d4dd-1c3b-4cb2-a0c6-7fcc452e1c5c\", \"address\":\"172.18.80.3/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":false, \"created_at\":\"2025-10-30T16:22:03.154121Z\", \"updated_at\":\"2025-10-30T16:22:03.154121Z\", \"source\":{\"subnet_id\":\"497f92f0-a2d8-48b5-81df-1f3debbc78d9\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"f27805ac-b9e6-4880-a239-ae3cbc951e74\", \"mac_address\":\"02:00:00:12:EC:B8\", \"name\":\"scw-test-pool-kubelet-test-pool-kubelet-e9988f\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}]}" - headers: - Content-Length: - - "1122" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:23:11 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 02236234-7f82-4ba3-9906-30284cd90dfc - status: 200 OK - code: 200 - duration: 75.23366ms -- id: 89 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 92 - host: api.scaleway.com - body: "{\"kubelet_args\":{\"maxPods\":\"50\"},\"upgrade_policy\":{\"max_unavailable\":null,\"max_surge\":null}}" - headers: - Content-Type: - - application/json - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/00be490a-0cde-4c1d-84dd-0337a62e8e10 - method: PATCH - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 789 - body: "{\"region\":\"fr-par\", \"id\":\"00be490a-0cde-4c1d-84dd-0337a62e8e10\", \"cluster_id\":\"89bdb97e-5814-4666-b0a3-c084a7989330\", \"created_at\":\"2025-10-30T16:18:44.862648Z\", \"updated_at\":\"2025-10-30T16:23:11.653947Z\", \"name\":\"test-pool-kubelet-args\", \"status\":\"ready\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"kubelet_args\"], \"placement_group_id\":null, \"kubelet_args\":{\"maxPods\":\"50\"}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "789" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:23:11 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - f8f3c83b-2d9a-474a-834b-958b82b7e829 - status: 200 OK - code: 200 - duration: 46.010113ms -- id: 90 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/00be490a-0cde-4c1d-84dd-0337a62e8e10 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 789 - body: "{\"region\":\"fr-par\", \"id\":\"00be490a-0cde-4c1d-84dd-0337a62e8e10\", \"cluster_id\":\"89bdb97e-5814-4666-b0a3-c084a7989330\", \"created_at\":\"2025-10-30T16:18:44.862648Z\", \"updated_at\":\"2025-10-30T16:23:11.653947Z\", \"name\":\"test-pool-kubelet-args\", \"status\":\"ready\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"kubelet_args\"], \"placement_group_id\":null, \"kubelet_args\":{\"maxPods\":\"50\"}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "789" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:23:11 GMT + - Thu, 30 Oct 2025 16:23:10 GMT Server: - Scaleway API Gateway (fr-par-3;edge03) X-Request-Id: - - d3856d84-7755-4c9e-bfac-f5b6fb4b1478 + - 68477514-38b4-4009-9050-c7f18d111f18 status: 200 OK code: 200 - duration: 22.026129ms -- id: 91 + duration: 24.804514ms +- id: 16 request: proto: HTTP/1.1 proto_major: 1 @@ -3005,23 +548,23 @@ interactions: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 789 - body: "{\"region\":\"fr-par\", \"id\":\"00be490a-0cde-4c1d-84dd-0337a62e8e10\", \"cluster_id\":\"89bdb97e-5814-4666-b0a3-c084a7989330\", \"created_at\":\"2025-10-30T16:18:44.862648Z\", \"updated_at\":\"2025-10-30T16:23:11.653947Z\", \"name\":\"test-pool-kubelet-args\", \"status\":\"ready\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"kubelet_args\"], \"placement_group_id\":null, \"kubelet_args\":{\"maxPods\":\"50\"}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 791 + body: "{\"region\":\"fr-par\", \"id\":\"00be490a-0cde-4c1d-84dd-0337a62e8e10\", \"cluster_id\":\"89bdb97e-5814-4666-b0a3-c084a7989330\", \"created_at\":\"2025-10-30T16:18:44.862648Z\", \"updated_at\":\"2025-10-30T16:23:06.940378Z\", \"name\":\"test-pool-kubelet-args\", \"status\":\"ready\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"kubelet_args\"], \"placement_group_id\":null, \"kubelet_args\":{\"maxPods\":\"1337\"}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" headers: Content-Length: - - "789" + - "791" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:23:11 GMT + - Thu, 30 Oct 2025 16:23:10 GMT Server: - Scaleway API Gateway (fr-par-3;edge03) X-Request-Id: - - 7d2a41da-269e-4207-b455-d85c9187fb3d + - 9e9f57be-8532-4561-a908-0aab72b10bc7 status: 200 OK code: 200 - duration: 20.192097ms -- id: 92 + duration: 25.565181ms +- id: 17 request: proto: HTTP/1.1 proto_major: 1 @@ -3054,15 +597,15 @@ interactions: Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:23:11 GMT + - Thu, 30 Oct 2025 16:23:10 GMT Server: - Scaleway API Gateway (fr-par-3;edge03) X-Request-Id: - - b531da4d-ed02-4fc7-b968-6d661a6126e4 + - 919e7060-059e-4c24-b090-5e29f1bec93e status: 200 OK code: 200 - duration: 29.766416ms -- id: 93 + duration: 80.353629ms +- id: 18 request: proto: HTTP/1.1 proto_major: 1 @@ -3086,15 +629,15 @@ interactions: Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:23:11 GMT + - Thu, 30 Oct 2025 16:23:10 GMT Server: - Scaleway API Gateway (fr-par-3;edge03) X-Request-Id: - - af4da3c1-384f-47ef-8648-23b07b228268 + - b3adbea9-069d-4f5c-993d-566d6f2218ac status: 200 OK code: 200 - duration: 19.512161ms -- id: 94 + duration: 21.994169ms +- id: 19 request: proto: HTTP/1.1 proto_major: 1 @@ -3127,15 +670,15 @@ interactions: Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:23:11 GMT + - Thu, 30 Oct 2025 16:23:10 GMT Server: - Scaleway API Gateway (fr-par-3;edge03) X-Request-Id: - - 2ca65120-6b1c-4b2b-bd5a-bdd5ff0768fe + - e64587aa-1616-4540-8008-38833a44d22d status: 200 OK code: 200 - duration: 89.537336ms -- id: 95 + duration: 48.296674ms +- id: 20 request: proto: HTTP/1.1 proto_major: 1 @@ -3159,15 +702,15 @@ interactions: Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:23:11 GMT + - Thu, 30 Oct 2025 16:23:10 GMT Server: - Scaleway API Gateway (fr-par-3;edge03) X-Request-Id: - - 1c8e142f-9095-4086-9a43-dcc7efbb85ac + - 611940f5-d107-4b34-aa79-ab908fc006c0 status: 200 OK code: 200 - duration: 24.649092ms -- id: 96 + duration: 24.558211ms +- id: 21 request: proto: HTTP/1.1 proto_major: 1 @@ -3183,23 +726,23 @@ interactions: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 789 - body: "{\"region\":\"fr-par\", \"id\":\"00be490a-0cde-4c1d-84dd-0337a62e8e10\", \"cluster_id\":\"89bdb97e-5814-4666-b0a3-c084a7989330\", \"created_at\":\"2025-10-30T16:18:44.862648Z\", \"updated_at\":\"2025-10-30T16:23:11.653947Z\", \"name\":\"test-pool-kubelet-args\", \"status\":\"ready\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"kubelet_args\"], \"placement_group_id\":null, \"kubelet_args\":{\"maxPods\":\"50\"}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 791 + body: "{\"region\":\"fr-par\", \"id\":\"00be490a-0cde-4c1d-84dd-0337a62e8e10\", \"cluster_id\":\"89bdb97e-5814-4666-b0a3-c084a7989330\", \"created_at\":\"2025-10-30T16:18:44.862648Z\", \"updated_at\":\"2025-10-30T16:23:06.940378Z\", \"name\":\"test-pool-kubelet-args\", \"status\":\"ready\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"kubelet_args\"], \"placement_group_id\":null, \"kubelet_args\":{\"maxPods\":\"1337\"}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" headers: Content-Length: - - "789" + - "791" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:23:11 GMT + - Thu, 30 Oct 2025 16:23:10 GMT Server: - Scaleway API Gateway (fr-par-3;edge03) X-Request-Id: - - a3aa299d-edab-4da2-aada-b904543e4f80 + - c342a4f9-1f09-4913-b6a7-1c7b51018eb6 status: 200 OK code: 200 - duration: 22.27207ms -- id: 97 + duration: 21.516422ms +- id: 22 request: proto: HTTP/1.1 proto_major: 1 @@ -3223,15 +766,15 @@ interactions: Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:23:12 GMT + - Thu, 30 Oct 2025 16:23:10 GMT Server: - Scaleway API Gateway (fr-par-3;edge03) X-Request-Id: - - 50e63068-2884-49fc-a90e-20d193096b0f + - 6e6e3f98-9a4a-47b6-8f3f-babf927eefc7 status: 200 OK code: 200 - duration: 26.68884ms -- id: 98 + duration: 31.525467ms +- id: 23 request: proto: HTTP/1.1 proto_major: 1 @@ -3255,15 +798,15 @@ interactions: Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:23:12 GMT + - Thu, 30 Oct 2025 16:23:10 GMT Server: - Scaleway API Gateway (fr-par-3;edge03) X-Request-Id: - - 88d820bf-c9fc-4af6-9998-c3fda846eebf + - 4de2fe32-4ceb-4c52-bead-0f205b4284cc status: 200 OK code: 200 - duration: 26.673371ms -- id: 99 + duration: 23.53451ms +- id: 24 request: proto: HTTP/1.1 proto_major: 1 @@ -3287,15 +830,15 @@ interactions: Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:23:12 GMT + - Thu, 30 Oct 2025 16:23:10 GMT Server: - Scaleway API Gateway (fr-par-3;edge03) X-Request-Id: - - bd39df51-32bc-445f-9265-7c1bb0f423a9 + - d731b6fb-d2a8-4c66-b1e9-a47a450424fe status: 200 OK code: 200 - duration: 81.121911ms -- id: 100 + duration: 22.856327ms +- id: 25 request: proto: HTTP/1.1 proto_major: 1 @@ -3319,15 +862,15 @@ interactions: Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:23:12 GMT + - Thu, 30 Oct 2025 16:23:10 GMT Server: - Scaleway API Gateway (fr-par-3;edge03) X-Request-Id: - - 971593f3-305c-477e-aaeb-80a5c1262512 + - f23ce404-de58-4910-88bf-26a65e8a3915 status: 200 OK code: 200 - duration: 109.58485ms -- id: 101 + duration: 71.565305ms +- id: 26 request: proto: HTTP/1.1 proto_major: 1 @@ -3343,23 +886,23 @@ interactions: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 789 - body: "{\"region\":\"fr-par\", \"id\":\"00be490a-0cde-4c1d-84dd-0337a62e8e10\", \"cluster_id\":\"89bdb97e-5814-4666-b0a3-c084a7989330\", \"created_at\":\"2025-10-30T16:18:44.862648Z\", \"updated_at\":\"2025-10-30T16:23:11.653947Z\", \"name\":\"test-pool-kubelet-args\", \"status\":\"ready\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"kubelet_args\"], \"placement_group_id\":null, \"kubelet_args\":{\"maxPods\":\"50\"}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 791 + body: "{\"region\":\"fr-par\", \"id\":\"00be490a-0cde-4c1d-84dd-0337a62e8e10\", \"cluster_id\":\"89bdb97e-5814-4666-b0a3-c084a7989330\", \"created_at\":\"2025-10-30T16:18:44.862648Z\", \"updated_at\":\"2025-10-30T16:23:06.940378Z\", \"name\":\"test-pool-kubelet-args\", \"status\":\"ready\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"kubelet_args\"], \"placement_group_id\":null, \"kubelet_args\":{\"maxPods\":\"1337\"}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" headers: Content-Length: - - "789" + - "791" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:23:12 GMT + - Thu, 30 Oct 2025 16:23:10 GMT Server: - Scaleway API Gateway (fr-par-3;edge03) X-Request-Id: - - d109e239-340b-473e-9fec-cd67d40c7d2e + - efa0668f-55ac-4553-8192-630a518f1710 status: 200 OK code: 200 - duration: 24.176434ms -- id: 102 + duration: 27.191964ms +- id: 27 request: proto: HTTP/1.1 proto_major: 1 @@ -3392,15 +935,15 @@ interactions: Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:23:12 GMT + - Thu, 30 Oct 2025 16:23:10 GMT Server: - Scaleway API Gateway (fr-par-3;edge03) X-Request-Id: - - 40c9080c-4471-4d04-84c6-060d51b92b3a + - 5d08e9b0-9639-4402-b30a-11d0ef8b26f1 status: 200 OK code: 200 - duration: 23.740226ms -- id: 103 + duration: 28.423525ms +- id: 28 request: proto: HTTP/1.1 proto_major: 1 @@ -3424,15 +967,15 @@ interactions: Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:23:12 GMT + - Thu, 30 Oct 2025 16:23:10 GMT Server: - Scaleway API Gateway (fr-par-3;edge03) X-Request-Id: - - 2e69ce03-08ca-4114-8158-cf4d60e6e0aa + - 4957b5ef-0feb-4ab7-a124-1f7167cf5053 status: 200 OK code: 200 - duration: 23.009224ms -- id: 104 + duration: 34.269507ms +- id: 29 request: proto: HTTP/1.1 proto_major: 1 @@ -3465,15 +1008,15 @@ interactions: Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:23:12 GMT + - Thu, 30 Oct 2025 16:23:10 GMT Server: - Scaleway API Gateway (fr-par-3;edge03) X-Request-Id: - - 56b3c05f-3ca7-4da3-9164-be55dff12d5e + - 7d5eae28-8aba-422a-aaaf-1a6a7f315ec8 status: 200 OK code: 200 - duration: 39.349352ms -- id: 105 + duration: 34.727226ms +- id: 30 request: proto: HTTP/1.1 proto_major: 1 @@ -3483,29 +1026,29 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/00be490a-0cde-4c1d-84dd-0337a62e8e10 - method: DELETE + url: https://api.scaleway.com/vpc/v2/regions/fr-par/vpcs/757134d2-30bd-4caa-9d46-09ad011350a0 + method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 792 - body: "{\"region\":\"fr-par\", \"id\":\"00be490a-0cde-4c1d-84dd-0337a62e8e10\", \"cluster_id\":\"89bdb97e-5814-4666-b0a3-c084a7989330\", \"created_at\":\"2025-10-30T16:18:44.862648Z\", \"updated_at\":\"2025-10-30T16:23:12.834626Z\", \"name\":\"test-pool-kubelet-args\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"kubelet_args\"], \"placement_group_id\":null, \"kubelet_args\":{\"maxPods\":\"50\"}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 434 + body: "{\"id\":\"757134d2-30bd-4caa-9d46-09ad011350a0\", \"name\":\"testAccCheckK8SPoolConfigKubeletArgs\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:38.256670Z\", \"updated_at\":\"2025-10-30T16:18:38.256670Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_default\":false, \"private_network_count\":1, \"routing_enabled\":true, \"custom_routes_propagation_enabled\":true, \"region\":\"fr-par\"}" headers: Content-Length: - - "792" + - "434" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:23:12 GMT + - Thu, 30 Oct 2025 16:23:11 GMT Server: - Scaleway API Gateway (fr-par-3;edge03) X-Request-Id: - - 035eee01-218e-469c-bb50-787a1ba07816 + - c898d783-eec9-4d02-b5c2-16bb68bcee36 status: 200 OK code: 200 - duration: 50.909207ms -- id: 106 + duration: 29.213709ms +- id: 31 request: proto: HTTP/1.1 proto_major: 1 @@ -3515,29 +1058,29 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/00be490a-0cde-4c1d-84dd-0337a62e8e10 + url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks/311bbfd7-a420-4c55-acd1-7ac7b435bddc method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 792 - body: "{\"region\":\"fr-par\", \"id\":\"00be490a-0cde-4c1d-84dd-0337a62e8e10\", \"cluster_id\":\"89bdb97e-5814-4666-b0a3-c084a7989330\", \"created_at\":\"2025-10-30T16:18:44.862648Z\", \"updated_at\":\"2025-10-30T16:23:12.834626Z\", \"name\":\"test-pool-kubelet-args\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"kubelet_args\"], \"placement_group_id\":null, \"kubelet_args\":{\"maxPods\":\"50\"}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 1092 + body: "{\"id\":\"311bbfd7-a420-4c55-acd1-7ac7b435bddc\", \"name\":\"test-pool-kubelet-args\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:38.362471Z\", \"updated_at\":\"2025-10-30T16:18:38.362471Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"subnets\":[{\"id\":\"497f92f0-a2d8-48b5-81df-1f3debbc78d9\", \"created_at\":\"2025-10-30T16:18:38.362471Z\", \"updated_at\":\"2025-10-30T16:18:38.362471Z\", \"subnet\":\"172.18.80.0/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"311bbfd7-a420-4c55-acd1-7ac7b435bddc\", \"vpc_id\":\"757134d2-30bd-4caa-9d46-09ad011350a0\"}, {\"id\":\"ae2e852f-cee4-41a9-81bc-ec7cdff5871d\", \"created_at\":\"2025-10-30T16:18:38.362471Z\", \"updated_at\":\"2025-10-30T16:18:38.362471Z\", \"subnet\":\"fd5f:519c:6d46:f47a::/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"311bbfd7-a420-4c55-acd1-7ac7b435bddc\", \"vpc_id\":\"757134d2-30bd-4caa-9d46-09ad011350a0\"}], \"vpc_id\":\"757134d2-30bd-4caa-9d46-09ad011350a0\", \"dhcp_enabled\":true, \"default_route_propagation_enabled\":false, \"region\":\"fr-par\"}" headers: Content-Length: - - "792" + - "1092" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:23:12 GMT + - Thu, 30 Oct 2025 16:23:11 GMT Server: - Scaleway API Gateway (fr-par-3;edge03) X-Request-Id: - - 795c7ad7-4b40-4d18-8451-0a9784aa3beb + - cc2ae557-b13a-42ba-aa00-2f15360f7e8c status: 200 OK code: 200 - duration: 77.233282ms -- id: 107 + duration: 28.175109ms +- id: 32 request: proto: HTTP/1.1 proto_major: 1 @@ -3547,29 +1090,29 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/00be490a-0cde-4c1d-84dd-0337a62e8e10 + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/89bdb97e-5814-4666-b0a3-c084a7989330 method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 792 - body: "{\"region\":\"fr-par\", \"id\":\"00be490a-0cde-4c1d-84dd-0337a62e8e10\", \"cluster_id\":\"89bdb97e-5814-4666-b0a3-c084a7989330\", \"created_at\":\"2025-10-30T16:18:44.862648Z\", \"updated_at\":\"2025-10-30T16:23:12.834626Z\", \"name\":\"test-pool-kubelet-args\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"kubelet_args\"], \"placement_group_id\":null, \"kubelet_args\":{\"maxPods\":\"50\"}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 1643 + body: "{\"region\":\"fr-par\", \"id\":\"89bdb97e-5814-4666-b0a3-c084a7989330\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:39.351223Z\", \"updated_at\":\"2025-10-30T16:20:13.289151Z\", \"type\":\"kapsule\", \"name\":\"test-pool-kubelet-args\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"kubelet_args\"], \"cluster_url\":\"https://89bdb97e-5814-4666-b0a3-c084a7989330.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.89bdb97e-5814-4666-b0a3-c084a7989330.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"311bbfd7-a420-4c55-acd1-7ac7b435bddc\", \"commitment_ends_at\":\"2025-10-30T16:18:39.351230Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"4ac6a5fd-f4ab-4b5a-9723-723c86963fee\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" headers: Content-Length: - - "792" + - "1643" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:23:18 GMT + - Thu, 30 Oct 2025 16:23:11 GMT Server: - Scaleway API Gateway (fr-par-3;edge03) X-Request-Id: - - 60b781bc-6f0b-409a-ae9c-a2823c6c3254 + - f9969eba-a2b5-4c3f-bb8f-e6f197051dff status: 200 OK code: 200 - duration: 108.412932ms -- id: 108 + duration: 85.890671ms +- id: 33 request: proto: HTTP/1.1 proto_major: 1 @@ -3579,29 +1122,29 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/00be490a-0cde-4c1d-84dd-0337a62e8e10 + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/89bdb97e-5814-4666-b0a3-c084a7989330/kubeconfig method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 792 - body: "{\"region\":\"fr-par\", \"id\":\"00be490a-0cde-4c1d-84dd-0337a62e8e10\", \"cluster_id\":\"89bdb97e-5814-4666-b0a3-c084a7989330\", \"created_at\":\"2025-10-30T16:18:44.862648Z\", \"updated_at\":\"2025-10-30T16:23:12.834626Z\", \"name\":\"test-pool-kubelet-args\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"kubelet_args\"], \"placement_group_id\":null, \"kubelet_args\":{\"maxPods\":\"50\"}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 1714 + body: "{\"name\":\"kubeconfig\", \"content_type\":\"application/octet-stream\", \"content\":\"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogInRlc3QtcG9vbC1rdWJlbGV0LWFyZ3MiCiAgY2x1c3RlcjoKICAgIGNlcnRpZmljYXRlLWF1dGhvcml0eS1kYXRhOiBMUzB0TFMxQ1JVZEpUaUJEUlZKVVNVWkpRMEZVUlMwdExTMHRDazFKU1VKWGVrTkRRVkZIWjBGM1NVSkJaMGxDUVVSQlMwSm5aM0ZvYTJwUFVGRlJSRUZxUVZaTlVrMTNSVkZaUkZaUlVVUkZkM0J5WkZkS2JHTnROV3dLWkVkV2VrMUNORmhFVkVreFRWUkJlVTlVUlRKTlZHZDZUMVp2V0VSVVRURk5WRUY1VDFSRk1rMVVaM3BQVm05M1JsUkZWRTFDUlVkQk1WVkZRWGhOU3dwaE0xWnBXbGhLZFZwWVVteGpla0phVFVKTlIwSjVjVWRUVFRRNVFXZEZSME5EY1VkVFRUUTVRWGRGU0VFd1NVRkNTa1kyUVcxQllXdGhUelpIWTJONkNubHVkekI0VDJoYVJpOHJSR2h1VUhFNU0xbDJjMG8xVTBaYVFtRmtMMUJ5V1RWVFFrMVJaMHRQY1RGclIzTnRNVkJaUmxGMlYzWk5ablJVYW01UFZsQUtiV3hvTkc4MFIycFJha0pCVFVFMFIwRXhWV1JFZDBWQ0wzZFJSVUYzU1VOd1JFRlFRbWRPVmtoU1RVSkJaamhGUWxSQlJFRlJTQzlOUWpCSFFURlZaQXBFWjFGWFFrSlJVQzlJTjJjMmIzQllRVTV0TUd4TlMxQXJaMnd2VWxGRlZraDZRVXRDWjJkeGFHdHFUMUJSVVVSQlowNUpRVVJDUmtGcFFrZExTbXRLQ21ZM1lqTkZjM1V6Tld3d2NsazNWbFk1TDJadVVqaDJibTgxVFc1R1ZVdFRURnB0VTFSQlNXaEJUVlJMVUhabFpFNU9XRWgxZUVOSmRtVnJRMmx3YVZvS1JXZFdObkp2WTNKbU5teEVPV2R1ZEU0cmF6Y0tMUzB0TFMxRlRrUWdRMFZTVkVsR1NVTkJWRVV0TFMwdExRbz0KICAgIHNlcnZlcjogaHR0cHM6Ly84OWJkYjk3ZS01ODE0LTQ2NjYtYjBhMy1jMDg0YTc5ODkzMzAuYXBpLms4cy5mci1wYXIuc2N3LmNsb3VkOjY0NDMKY29udGV4dHM6Ci0gbmFtZTogYWRtaW5AdGVzdC1wb29sLWt1YmVsZXQtYXJncwogIGNvbnRleHQ6CiAgICBjbHVzdGVyOiAidGVzdC1wb29sLWt1YmVsZXQtYXJncyIKICAgIHVzZXI6IHRlc3QtcG9vbC1rdWJlbGV0LWFyZ3MtYWRtaW4KY3VycmVudC1jb250ZXh0OiBhZG1pbkB0ZXN0LXBvb2wta3ViZWxldC1hcmdzCmtpbmQ6IENvbmZpZwpwcmVmZXJlbmNlczoge30KdXNlcnM6Ci0gbmFtZTogdGVzdC1wb29sLWt1YmVsZXQtYXJncy1hZG1pbgogIHVzZXI6CiAgICB0b2tlbjogNTdGNzZzNU1SVVoyQmN0THpvSDNRb0JQc0JFQVhERzhYT0VnQUNiY2NSZFh1Yk5xcFZiejBsMUs=\"}" headers: Content-Length: - - "792" + - "1714" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:23:23 GMT + - Thu, 30 Oct 2025 16:23:11 GMT Server: - Scaleway API Gateway (fr-par-3;edge03) X-Request-Id: - - 8869ba92-95db-423a-a8d8-649e9160d389 + - ce80f074-0296-4464-b6e2-b6ba8bdf8062 status: 200 OK code: 200 - duration: 81.818448ms -- id: 109 + duration: 90.293234ms +- id: 34 request: proto: HTTP/1.1 proto_major: 1 @@ -3617,55 +1160,64 @@ interactions: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 792 - body: "{\"region\":\"fr-par\", \"id\":\"00be490a-0cde-4c1d-84dd-0337a62e8e10\", \"cluster_id\":\"89bdb97e-5814-4666-b0a3-c084a7989330\", \"created_at\":\"2025-10-30T16:18:44.862648Z\", \"updated_at\":\"2025-10-30T16:23:12.834626Z\", \"name\":\"test-pool-kubelet-args\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"kubelet_args\"], \"placement_group_id\":null, \"kubelet_args\":{\"maxPods\":\"50\"}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 791 + body: "{\"region\":\"fr-par\", \"id\":\"00be490a-0cde-4c1d-84dd-0337a62e8e10\", \"cluster_id\":\"89bdb97e-5814-4666-b0a3-c084a7989330\", \"created_at\":\"2025-10-30T16:18:44.862648Z\", \"updated_at\":\"2025-10-30T16:23:06.940378Z\", \"name\":\"test-pool-kubelet-args\", \"status\":\"ready\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"kubelet_args\"], \"placement_group_id\":null, \"kubelet_args\":{\"maxPods\":\"1337\"}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" headers: Content-Length: - - "792" + - "791" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:23:28 GMT + - Thu, 30 Oct 2025 16:23:11 GMT Server: - Scaleway API Gateway (fr-par-3;edge03) X-Request-Id: - - 0e6bde67-b3b8-469d-ba54-718438e2219d + - 9f8367b7-2577-4cc6-9312-25da3c51df25 status: 200 OK code: 200 - duration: 91.085751ms -- id: 110 + duration: 83.128687ms +- id: 35 request: proto: HTTP/1.1 proto_major: 1 proto_minor: 1 content_length: 0 host: api.scaleway.com + form: + order_by: + - created_at_asc + page: + - "1" + pool_id: + - 00be490a-0cde-4c1d-84dd-0337a62e8e10 + status: + - unknown headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/00be490a-0cde-4c1d-84dd-0337a62e8e10 + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/89bdb97e-5814-4666-b0a3-c084a7989330/nodes?order_by=created_at_asc&page=1&pool_id=00be490a-0cde-4c1d-84dd-0337a62e8e10&status=unknown method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 792 - body: "{\"region\":\"fr-par\", \"id\":\"00be490a-0cde-4c1d-84dd-0337a62e8e10\", \"cluster_id\":\"89bdb97e-5814-4666-b0a3-c084a7989330\", \"created_at\":\"2025-10-30T16:18:44.862648Z\", \"updated_at\":\"2025-10-30T16:23:12.834626Z\", \"name\":\"test-pool-kubelet-args\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"kubelet_args\"], \"placement_group_id\":null, \"kubelet_args\":{\"maxPods\":\"50\"}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 621 + body: "{\"total_count\":1, \"nodes\":[{\"region\":\"fr-par\", \"id\":\"e9988f4c-6e67-4971-a5da-ed84e3b94eed\", \"cluster_id\":\"89bdb97e-5814-4666-b0a3-c084a7989330\", \"created_at\":\"2025-10-30T16:21:58.256391Z\", \"updated_at\":\"2025-10-30T16:23:06.928101Z\", \"pool_id\":\"00be490a-0cde-4c1d-84dd-0337a62e8e10\", \"status\":\"ready\", \"conditions\":{\"DiskPressure\":\"False\", \"MemoryPressure\":\"False\", \"PIDPressure\":\"False\", \"Ready\":\"True\"}, \"name\":\"scw-test-pool-kubelet-test-pool-kubelet-e9988f\", \"public_ip_v4\":\"163.172.149.221\", \"public_ip_v6\":null, \"provider_id\":\"scaleway://instance/fr-par-1/61933569-0297-49d7-a572-a33bddd8a8a3\", \"error_message\":\"\"}]}" headers: Content-Length: - - "792" + - "621" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:23:33 GMT + - Thu, 30 Oct 2025 16:23:11 GMT Server: - Scaleway API Gateway (fr-par-3;edge03) X-Request-Id: - - 72652957-75fe-497e-9b6d-f2e2ecbc4afd + - ea0179da-17eb-4f45-a400-ec44ead57a6c status: 200 OK code: 200 - duration: 88.774573ms -- id: 111 + duration: 20.901358ms +- id: 36 request: proto: HTTP/1.1 proto_major: 1 @@ -3675,125 +1227,105 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/00be490a-0cde-4c1d-84dd-0337a62e8e10 + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/89bdb97e-5814-4666-b0a3-c084a7989330 method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 792 - body: "{\"region\":\"fr-par\", \"id\":\"00be490a-0cde-4c1d-84dd-0337a62e8e10\", \"cluster_id\":\"89bdb97e-5814-4666-b0a3-c084a7989330\", \"created_at\":\"2025-10-30T16:18:44.862648Z\", \"updated_at\":\"2025-10-30T16:23:12.834626Z\", \"name\":\"test-pool-kubelet-args\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"kubelet_args\"], \"placement_group_id\":null, \"kubelet_args\":{\"maxPods\":\"50\"}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 1643 + body: "{\"region\":\"fr-par\", \"id\":\"89bdb97e-5814-4666-b0a3-c084a7989330\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:39.351223Z\", \"updated_at\":\"2025-10-30T16:20:13.289151Z\", \"type\":\"kapsule\", \"name\":\"test-pool-kubelet-args\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"kubelet_args\"], \"cluster_url\":\"https://89bdb97e-5814-4666-b0a3-c084a7989330.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.89bdb97e-5814-4666-b0a3-c084a7989330.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"311bbfd7-a420-4c55-acd1-7ac7b435bddc\", \"commitment_ends_at\":\"2025-10-30T16:18:39.351230Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"4ac6a5fd-f4ab-4b5a-9723-723c86963fee\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" headers: Content-Length: - - "792" + - "1643" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:23:38 GMT + - Thu, 30 Oct 2025 16:23:11 GMT Server: - Scaleway API Gateway (fr-par-3;edge03) X-Request-Id: - - 0f5b8ee1-7e13-4898-b168-233a1369778c + - 253926ef-21d6-4a4e-be76-8425214ed25d status: 200 OK code: 200 - duration: 108.621533ms -- id: 112 + duration: 23.333553ms +- id: 37 request: proto: HTTP/1.1 proto_major: 1 proto_minor: 1 content_length: 0 host: api.scaleway.com + form: + order_by: + - created_at_desc + project_id: + - 105bdce1-64c0-48ab-899d-868455867ecf + resource_name: + - scw-test-pool-kubelet-test-pool-kubelet-e9988f + resource_type: + - unknown_type headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/00be490a-0cde-4c1d-84dd-0337a62e8e10 + url: https://api.scaleway.com/ipam/v1/regions/fr-par/ips?order_by=created_at_desc&project_id=105bdce1-64c0-48ab-899d-868455867ecf&resource_name=scw-test-pool-kubelet-test-pool-kubelet-e9988f&resource_type=unknown_type method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 792 - body: "{\"region\":\"fr-par\", \"id\":\"00be490a-0cde-4c1d-84dd-0337a62e8e10\", \"cluster_id\":\"89bdb97e-5814-4666-b0a3-c084a7989330\", \"created_at\":\"2025-10-30T16:18:44.862648Z\", \"updated_at\":\"2025-10-30T16:23:12.834626Z\", \"name\":\"test-pool-kubelet-args\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"kubelet_args\"], \"placement_group_id\":null, \"kubelet_args\":{\"maxPods\":\"50\"}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 1122 + body: "{\"total_count\":2, \"ips\":[{\"id\":\"bc3e4c14-a364-41ee-b6f0-6ae249c6bee9\", \"address\":\"fd5f:519c:6d46:f47a:2d8e:8ff0:d31f:490a/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":true, \"created_at\":\"2025-10-30T16:22:03.275624Z\", \"updated_at\":\"2025-10-30T16:22:03.275624Z\", \"source\":{\"subnet_id\":\"ae2e852f-cee4-41a9-81bc-ec7cdff5871d\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"f27805ac-b9e6-4880-a239-ae3cbc951e74\", \"mac_address\":\"02:00:00:12:EC:B8\", \"name\":\"scw-test-pool-kubelet-test-pool-kubelet-e9988f\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}, {\"id\":\"c232d4dd-1c3b-4cb2-a0c6-7fcc452e1c5c\", \"address\":\"172.18.80.3/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":false, \"created_at\":\"2025-10-30T16:22:03.154121Z\", \"updated_at\":\"2025-10-30T16:22:03.154121Z\", \"source\":{\"subnet_id\":\"497f92f0-a2d8-48b5-81df-1f3debbc78d9\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"f27805ac-b9e6-4880-a239-ae3cbc951e74\", \"mac_address\":\"02:00:00:12:EC:B8\", \"name\":\"scw-test-pool-kubelet-test-pool-kubelet-e9988f\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}]}" headers: Content-Length: - - "792" + - "1122" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:23:43 GMT + - Thu, 30 Oct 2025 16:23:11 GMT Server: - Scaleway API Gateway (fr-par-3;edge03) X-Request-Id: - - c2621c53-fcbf-4433-b1f5-a1aead839e94 + - 02236234-7f82-4ba3-9906-30284cd90dfc status: 200 OK code: 200 - duration: 92.240708ms -- id: 113 + duration: 75.23366ms +- id: 38 request: proto: HTTP/1.1 proto_major: 1 proto_minor: 1 - content_length: 0 + content_length: 92 host: api.scaleway.com + body: "{\"kubelet_args\":{\"maxPods\":\"50\"},\"upgrade_policy\":{\"max_unavailable\":null,\"max_surge\":null}}" headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/00be490a-0cde-4c1d-84dd-0337a62e8e10 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 792 - body: "{\"region\":\"fr-par\", \"id\":\"00be490a-0cde-4c1d-84dd-0337a62e8e10\", \"cluster_id\":\"89bdb97e-5814-4666-b0a3-c084a7989330\", \"created_at\":\"2025-10-30T16:18:44.862648Z\", \"updated_at\":\"2025-10-30T16:23:12.834626Z\", \"name\":\"test-pool-kubelet-args\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"kubelet_args\"], \"placement_group_id\":null, \"kubelet_args\":{\"maxPods\":\"50\"}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "792" Content-Type: - application/json - Date: - - Thu, 30 Oct 2025 16:23:48 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 01bf3a13-3d4a-43e8-9169-f0873ef4a970 - status: 200 OK - code: 200 - duration: 79.910587ms -- id: 114 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/00be490a-0cde-4c1d-84dd-0337a62e8e10 - method: GET + method: PATCH response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 792 - body: "{\"region\":\"fr-par\", \"id\":\"00be490a-0cde-4c1d-84dd-0337a62e8e10\", \"cluster_id\":\"89bdb97e-5814-4666-b0a3-c084a7989330\", \"created_at\":\"2025-10-30T16:18:44.862648Z\", \"updated_at\":\"2025-10-30T16:23:12.834626Z\", \"name\":\"test-pool-kubelet-args\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"kubelet_args\"], \"placement_group_id\":null, \"kubelet_args\":{\"maxPods\":\"50\"}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 789 + body: "{\"region\":\"fr-par\", \"id\":\"00be490a-0cde-4c1d-84dd-0337a62e8e10\", \"cluster_id\":\"89bdb97e-5814-4666-b0a3-c084a7989330\", \"created_at\":\"2025-10-30T16:18:44.862648Z\", \"updated_at\":\"2025-10-30T16:23:11.653947Z\", \"name\":\"test-pool-kubelet-args\", \"status\":\"ready\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"kubelet_args\"], \"placement_group_id\":null, \"kubelet_args\":{\"maxPods\":\"50\"}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" headers: Content-Length: - - "792" + - "789" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:23:53 GMT + - Thu, 30 Oct 2025 16:23:11 GMT Server: - Scaleway API Gateway (fr-par-3;edge03) X-Request-Id: - - 99c32c47-787b-4136-ab40-9d5df2f5927c + - f8f3c83b-2d9a-474a-834b-958b82b7e829 status: 200 OK code: 200 - duration: 93.931983ms -- id: 115 + duration: 46.010113ms +- id: 39 request: proto: HTTP/1.1 proto_major: 1 @@ -3809,23 +1341,23 @@ interactions: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 792 - body: "{\"region\":\"fr-par\", \"id\":\"00be490a-0cde-4c1d-84dd-0337a62e8e10\", \"cluster_id\":\"89bdb97e-5814-4666-b0a3-c084a7989330\", \"created_at\":\"2025-10-30T16:18:44.862648Z\", \"updated_at\":\"2025-10-30T16:23:12.834626Z\", \"name\":\"test-pool-kubelet-args\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"kubelet_args\"], \"placement_group_id\":null, \"kubelet_args\":{\"maxPods\":\"50\"}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 789 + body: "{\"region\":\"fr-par\", \"id\":\"00be490a-0cde-4c1d-84dd-0337a62e8e10\", \"cluster_id\":\"89bdb97e-5814-4666-b0a3-c084a7989330\", \"created_at\":\"2025-10-30T16:18:44.862648Z\", \"updated_at\":\"2025-10-30T16:23:11.653947Z\", \"name\":\"test-pool-kubelet-args\", \"status\":\"ready\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"kubelet_args\"], \"placement_group_id\":null, \"kubelet_args\":{\"maxPods\":\"50\"}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" headers: Content-Length: - - "792" + - "789" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:23:58 GMT + - Thu, 30 Oct 2025 16:23:11 GMT Server: - Scaleway API Gateway (fr-par-3;edge03) X-Request-Id: - - c518ad86-ee69-426e-8648-87992da3ebf1 + - d3856d84-7755-4c9e-bfac-f5b6fb4b1478 status: 200 OK code: 200 - duration: 78.979049ms -- id: 116 + duration: 22.026129ms +- id: 40 request: proto: HTTP/1.1 proto_major: 1 @@ -3841,55 +1373,64 @@ interactions: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 792 - body: "{\"region\":\"fr-par\", \"id\":\"00be490a-0cde-4c1d-84dd-0337a62e8e10\", \"cluster_id\":\"89bdb97e-5814-4666-b0a3-c084a7989330\", \"created_at\":\"2025-10-30T16:18:44.862648Z\", \"updated_at\":\"2025-10-30T16:23:12.834626Z\", \"name\":\"test-pool-kubelet-args\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"kubelet_args\"], \"placement_group_id\":null, \"kubelet_args\":{\"maxPods\":\"50\"}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 789 + body: "{\"region\":\"fr-par\", \"id\":\"00be490a-0cde-4c1d-84dd-0337a62e8e10\", \"cluster_id\":\"89bdb97e-5814-4666-b0a3-c084a7989330\", \"created_at\":\"2025-10-30T16:18:44.862648Z\", \"updated_at\":\"2025-10-30T16:23:11.653947Z\", \"name\":\"test-pool-kubelet-args\", \"status\":\"ready\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"kubelet_args\"], \"placement_group_id\":null, \"kubelet_args\":{\"maxPods\":\"50\"}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" headers: Content-Length: - - "792" + - "789" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:24:03 GMT + - Thu, 30 Oct 2025 16:23:11 GMT Server: - Scaleway API Gateway (fr-par-3;edge03) X-Request-Id: - - ecdaf7ca-0e38-42f2-b0db-f7b25df04051 + - 7d2a41da-269e-4207-b455-d85c9187fb3d status: 200 OK code: 200 - duration: 80.998108ms -- id: 117 + duration: 20.192097ms +- id: 41 request: proto: HTTP/1.1 proto_major: 1 proto_minor: 1 content_length: 0 host: api.scaleway.com + form: + order_by: + - created_at_asc + page: + - "1" + pool_id: + - 00be490a-0cde-4c1d-84dd-0337a62e8e10 + status: + - unknown headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/00be490a-0cde-4c1d-84dd-0337a62e8e10 + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/89bdb97e-5814-4666-b0a3-c084a7989330/nodes?order_by=created_at_asc&page=1&pool_id=00be490a-0cde-4c1d-84dd-0337a62e8e10&status=unknown method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 792 - body: "{\"region\":\"fr-par\", \"id\":\"00be490a-0cde-4c1d-84dd-0337a62e8e10\", \"cluster_id\":\"89bdb97e-5814-4666-b0a3-c084a7989330\", \"created_at\":\"2025-10-30T16:18:44.862648Z\", \"updated_at\":\"2025-10-30T16:23:12.834626Z\", \"name\":\"test-pool-kubelet-args\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"kubelet_args\"], \"placement_group_id\":null, \"kubelet_args\":{\"maxPods\":\"50\"}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 621 + body: "{\"total_count\":1, \"nodes\":[{\"region\":\"fr-par\", \"id\":\"e9988f4c-6e67-4971-a5da-ed84e3b94eed\", \"cluster_id\":\"89bdb97e-5814-4666-b0a3-c084a7989330\", \"created_at\":\"2025-10-30T16:21:58.256391Z\", \"updated_at\":\"2025-10-30T16:23:06.928101Z\", \"pool_id\":\"00be490a-0cde-4c1d-84dd-0337a62e8e10\", \"status\":\"ready\", \"conditions\":{\"DiskPressure\":\"False\", \"MemoryPressure\":\"False\", \"PIDPressure\":\"False\", \"Ready\":\"True\"}, \"name\":\"scw-test-pool-kubelet-test-pool-kubelet-e9988f\", \"public_ip_v4\":\"163.172.149.221\", \"public_ip_v6\":null, \"provider_id\":\"scaleway://instance/fr-par-1/61933569-0297-49d7-a572-a33bddd8a8a3\", \"error_message\":\"\"}]}" headers: Content-Length: - - "792" + - "621" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:24:08 GMT + - Thu, 30 Oct 2025 16:23:11 GMT Server: - Scaleway API Gateway (fr-par-3;edge03) X-Request-Id: - - 53c042d2-9a2c-424f-bafd-afb6fdf0e9ea + - b531da4d-ed02-4fc7-b968-6d661a6126e4 status: 200 OK code: 200 - duration: 84.482498ms -- id: 118 + duration: 29.766416ms +- id: 42 request: proto: HTTP/1.1 proto_major: 1 @@ -3899,61 +1440,70 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/00be490a-0cde-4c1d-84dd-0337a62e8e10 + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/89bdb97e-5814-4666-b0a3-c084a7989330 method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 792 - body: "{\"region\":\"fr-par\", \"id\":\"00be490a-0cde-4c1d-84dd-0337a62e8e10\", \"cluster_id\":\"89bdb97e-5814-4666-b0a3-c084a7989330\", \"created_at\":\"2025-10-30T16:18:44.862648Z\", \"updated_at\":\"2025-10-30T16:23:12.834626Z\", \"name\":\"test-pool-kubelet-args\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"kubelet_args\"], \"placement_group_id\":null, \"kubelet_args\":{\"maxPods\":\"50\"}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 1643 + body: "{\"region\":\"fr-par\", \"id\":\"89bdb97e-5814-4666-b0a3-c084a7989330\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:39.351223Z\", \"updated_at\":\"2025-10-30T16:20:13.289151Z\", \"type\":\"kapsule\", \"name\":\"test-pool-kubelet-args\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"kubelet_args\"], \"cluster_url\":\"https://89bdb97e-5814-4666-b0a3-c084a7989330.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.89bdb97e-5814-4666-b0a3-c084a7989330.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"311bbfd7-a420-4c55-acd1-7ac7b435bddc\", \"commitment_ends_at\":\"2025-10-30T16:18:39.351230Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"4ac6a5fd-f4ab-4b5a-9723-723c86963fee\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" headers: Content-Length: - - "792" + - "1643" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:24:14 GMT + - Thu, 30 Oct 2025 16:23:11 GMT Server: - Scaleway API Gateway (fr-par-3;edge03) X-Request-Id: - - 8561d62a-c7ca-4bd6-98a2-cca7a82b015e + - af4da3c1-384f-47ef-8648-23b07b228268 status: 200 OK code: 200 - duration: 95.223907ms -- id: 119 + duration: 19.512161ms +- id: 43 request: proto: HTTP/1.1 proto_major: 1 proto_minor: 1 content_length: 0 host: api.scaleway.com + form: + order_by: + - created_at_desc + project_id: + - 105bdce1-64c0-48ab-899d-868455867ecf + resource_name: + - scw-test-pool-kubelet-test-pool-kubelet-e9988f + resource_type: + - unknown_type headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/00be490a-0cde-4c1d-84dd-0337a62e8e10 + url: https://api.scaleway.com/ipam/v1/regions/fr-par/ips?order_by=created_at_desc&project_id=105bdce1-64c0-48ab-899d-868455867ecf&resource_name=scw-test-pool-kubelet-test-pool-kubelet-e9988f&resource_type=unknown_type method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 792 - body: "{\"region\":\"fr-par\", \"id\":\"00be490a-0cde-4c1d-84dd-0337a62e8e10\", \"cluster_id\":\"89bdb97e-5814-4666-b0a3-c084a7989330\", \"created_at\":\"2025-10-30T16:18:44.862648Z\", \"updated_at\":\"2025-10-30T16:23:12.834626Z\", \"name\":\"test-pool-kubelet-args\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"kubelet_args\"], \"placement_group_id\":null, \"kubelet_args\":{\"maxPods\":\"50\"}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 1122 + body: "{\"total_count\":2, \"ips\":[{\"id\":\"bc3e4c14-a364-41ee-b6f0-6ae249c6bee9\", \"address\":\"fd5f:519c:6d46:f47a:2d8e:8ff0:d31f:490a/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":true, \"created_at\":\"2025-10-30T16:22:03.275624Z\", \"updated_at\":\"2025-10-30T16:22:03.275624Z\", \"source\":{\"subnet_id\":\"ae2e852f-cee4-41a9-81bc-ec7cdff5871d\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"f27805ac-b9e6-4880-a239-ae3cbc951e74\", \"mac_address\":\"02:00:00:12:EC:B8\", \"name\":\"scw-test-pool-kubelet-test-pool-kubelet-e9988f\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}, {\"id\":\"c232d4dd-1c3b-4cb2-a0c6-7fcc452e1c5c\", \"address\":\"172.18.80.3/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":false, \"created_at\":\"2025-10-30T16:22:03.154121Z\", \"updated_at\":\"2025-10-30T16:22:03.154121Z\", \"source\":{\"subnet_id\":\"497f92f0-a2d8-48b5-81df-1f3debbc78d9\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"f27805ac-b9e6-4880-a239-ae3cbc951e74\", \"mac_address\":\"02:00:00:12:EC:B8\", \"name\":\"scw-test-pool-kubelet-test-pool-kubelet-e9988f\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}]}" headers: Content-Length: - - "792" + - "1122" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:24:19 GMT + - Thu, 30 Oct 2025 16:23:11 GMT Server: - Scaleway API Gateway (fr-par-3;edge03) X-Request-Id: - - e0fc1466-f0c9-4bfa-aab1-d3626b67c206 + - 2ca65120-6b1c-4b2b-bd5a-bdd5ff0768fe status: 200 OK code: 200 - duration: 85.08028ms -- id: 120 + duration: 89.537336ms +- id: 44 request: proto: HTTP/1.1 proto_major: 1 @@ -3963,29 +1513,29 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/00be490a-0cde-4c1d-84dd-0337a62e8e10 + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/89bdb97e-5814-4666-b0a3-c084a7989330 method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 792 - body: "{\"region\":\"fr-par\", \"id\":\"00be490a-0cde-4c1d-84dd-0337a62e8e10\", \"cluster_id\":\"89bdb97e-5814-4666-b0a3-c084a7989330\", \"created_at\":\"2025-10-30T16:18:44.862648Z\", \"updated_at\":\"2025-10-30T16:23:12.834626Z\", \"name\":\"test-pool-kubelet-args\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"kubelet_args\"], \"placement_group_id\":null, \"kubelet_args\":{\"maxPods\":\"50\"}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 1643 + body: "{\"region\":\"fr-par\", \"id\":\"89bdb97e-5814-4666-b0a3-c084a7989330\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:39.351223Z\", \"updated_at\":\"2025-10-30T16:20:13.289151Z\", \"type\":\"kapsule\", \"name\":\"test-pool-kubelet-args\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"kubelet_args\"], \"cluster_url\":\"https://89bdb97e-5814-4666-b0a3-c084a7989330.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.89bdb97e-5814-4666-b0a3-c084a7989330.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"311bbfd7-a420-4c55-acd1-7ac7b435bddc\", \"commitment_ends_at\":\"2025-10-30T16:18:39.351230Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"4ac6a5fd-f4ab-4b5a-9723-723c86963fee\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" headers: Content-Length: - - "792" + - "1643" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:24:24 GMT + - Thu, 30 Oct 2025 16:23:11 GMT Server: - Scaleway API Gateway (fr-par-3;edge03) X-Request-Id: - - c1fbc206-3397-4e2c-bfc2-5b37811a477b + - 1c8e142f-9095-4086-9a43-dcc7efbb85ac status: 200 OK code: 200 - duration: 85.796754ms -- id: 121 + duration: 24.649092ms +- id: 45 request: proto: HTTP/1.1 proto_major: 1 @@ -4001,23 +1551,23 @@ interactions: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 792 - body: "{\"region\":\"fr-par\", \"id\":\"00be490a-0cde-4c1d-84dd-0337a62e8e10\", \"cluster_id\":\"89bdb97e-5814-4666-b0a3-c084a7989330\", \"created_at\":\"2025-10-30T16:18:44.862648Z\", \"updated_at\":\"2025-10-30T16:23:12.834626Z\", \"name\":\"test-pool-kubelet-args\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"kubelet_args\"], \"placement_group_id\":null, \"kubelet_args\":{\"maxPods\":\"50\"}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 789 + body: "{\"region\":\"fr-par\", \"id\":\"00be490a-0cde-4c1d-84dd-0337a62e8e10\", \"cluster_id\":\"89bdb97e-5814-4666-b0a3-c084a7989330\", \"created_at\":\"2025-10-30T16:18:44.862648Z\", \"updated_at\":\"2025-10-30T16:23:11.653947Z\", \"name\":\"test-pool-kubelet-args\", \"status\":\"ready\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"kubelet_args\"], \"placement_group_id\":null, \"kubelet_args\":{\"maxPods\":\"50\"}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" headers: Content-Length: - - "792" + - "789" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:24:29 GMT + - Thu, 30 Oct 2025 16:23:11 GMT Server: - Scaleway API Gateway (fr-par-3;edge03) X-Request-Id: - - 3dc32b2a-300b-4a40-8bf3-b4b19579a1c8 + - a3aa299d-edab-4da2-aada-b904543e4f80 status: 200 OK code: 200 - duration: 87.68067ms -- id: 122 + duration: 22.27207ms +- id: 46 request: proto: HTTP/1.1 proto_major: 1 @@ -4027,29 +1577,29 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/00be490a-0cde-4c1d-84dd-0337a62e8e10 + url: https://api.scaleway.com/vpc/v2/regions/fr-par/vpcs/757134d2-30bd-4caa-9d46-09ad011350a0 method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 792 - body: "{\"region\":\"fr-par\", \"id\":\"00be490a-0cde-4c1d-84dd-0337a62e8e10\", \"cluster_id\":\"89bdb97e-5814-4666-b0a3-c084a7989330\", \"created_at\":\"2025-10-30T16:18:44.862648Z\", \"updated_at\":\"2025-10-30T16:23:12.834626Z\", \"name\":\"test-pool-kubelet-args\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"kubelet_args\"], \"placement_group_id\":null, \"kubelet_args\":{\"maxPods\":\"50\"}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 434 + body: "{\"id\":\"757134d2-30bd-4caa-9d46-09ad011350a0\", \"name\":\"testAccCheckK8SPoolConfigKubeletArgs\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:38.256670Z\", \"updated_at\":\"2025-10-30T16:18:38.256670Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_default\":false, \"private_network_count\":1, \"routing_enabled\":true, \"custom_routes_propagation_enabled\":true, \"region\":\"fr-par\"}" headers: Content-Length: - - "792" + - "434" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:24:34 GMT + - Thu, 30 Oct 2025 16:23:12 GMT Server: - Scaleway API Gateway (fr-par-3;edge03) X-Request-Id: - - 4f917674-f228-4d1e-95df-79b11a1afc1d + - 50e63068-2884-49fc-a90e-20d193096b0f status: 200 OK code: 200 - duration: 78.97965ms -- id: 123 + duration: 26.68884ms +- id: 47 request: proto: HTTP/1.1 proto_major: 1 @@ -4059,29 +1609,29 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/00be490a-0cde-4c1d-84dd-0337a62e8e10 + url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks/311bbfd7-a420-4c55-acd1-7ac7b435bddc method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 792 - body: "{\"region\":\"fr-par\", \"id\":\"00be490a-0cde-4c1d-84dd-0337a62e8e10\", \"cluster_id\":\"89bdb97e-5814-4666-b0a3-c084a7989330\", \"created_at\":\"2025-10-30T16:18:44.862648Z\", \"updated_at\":\"2025-10-30T16:23:12.834626Z\", \"name\":\"test-pool-kubelet-args\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"kubelet_args\"], \"placement_group_id\":null, \"kubelet_args\":{\"maxPods\":\"50\"}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 1092 + body: "{\"id\":\"311bbfd7-a420-4c55-acd1-7ac7b435bddc\", \"name\":\"test-pool-kubelet-args\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:38.362471Z\", \"updated_at\":\"2025-10-30T16:18:38.362471Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"subnets\":[{\"id\":\"497f92f0-a2d8-48b5-81df-1f3debbc78d9\", \"created_at\":\"2025-10-30T16:18:38.362471Z\", \"updated_at\":\"2025-10-30T16:18:38.362471Z\", \"subnet\":\"172.18.80.0/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"311bbfd7-a420-4c55-acd1-7ac7b435bddc\", \"vpc_id\":\"757134d2-30bd-4caa-9d46-09ad011350a0\"}, {\"id\":\"ae2e852f-cee4-41a9-81bc-ec7cdff5871d\", \"created_at\":\"2025-10-30T16:18:38.362471Z\", \"updated_at\":\"2025-10-30T16:18:38.362471Z\", \"subnet\":\"fd5f:519c:6d46:f47a::/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"311bbfd7-a420-4c55-acd1-7ac7b435bddc\", \"vpc_id\":\"757134d2-30bd-4caa-9d46-09ad011350a0\"}], \"vpc_id\":\"757134d2-30bd-4caa-9d46-09ad011350a0\", \"dhcp_enabled\":true, \"default_route_propagation_enabled\":false, \"region\":\"fr-par\"}" headers: Content-Length: - - "792" + - "1092" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:24:39 GMT + - Thu, 30 Oct 2025 16:23:12 GMT Server: - Scaleway API Gateway (fr-par-3;edge03) X-Request-Id: - - 3383c762-9844-4243-9a24-213faed0065f + - 88d820bf-c9fc-4af6-9998-c3fda846eebf status: 200 OK code: 200 - duration: 102.325507ms -- id: 124 + duration: 26.673371ms +- id: 48 request: proto: HTTP/1.1 proto_major: 1 @@ -4091,29 +1641,29 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/00be490a-0cde-4c1d-84dd-0337a62e8e10 + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/89bdb97e-5814-4666-b0a3-c084a7989330 method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 792 - body: "{\"region\":\"fr-par\", \"id\":\"00be490a-0cde-4c1d-84dd-0337a62e8e10\", \"cluster_id\":\"89bdb97e-5814-4666-b0a3-c084a7989330\", \"created_at\":\"2025-10-30T16:18:44.862648Z\", \"updated_at\":\"2025-10-30T16:23:12.834626Z\", \"name\":\"test-pool-kubelet-args\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"kubelet_args\"], \"placement_group_id\":null, \"kubelet_args\":{\"maxPods\":\"50\"}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 1643 + body: "{\"region\":\"fr-par\", \"id\":\"89bdb97e-5814-4666-b0a3-c084a7989330\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:39.351223Z\", \"updated_at\":\"2025-10-30T16:20:13.289151Z\", \"type\":\"kapsule\", \"name\":\"test-pool-kubelet-args\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"kubelet_args\"], \"cluster_url\":\"https://89bdb97e-5814-4666-b0a3-c084a7989330.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.89bdb97e-5814-4666-b0a3-c084a7989330.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"311bbfd7-a420-4c55-acd1-7ac7b435bddc\", \"commitment_ends_at\":\"2025-10-30T16:18:39.351230Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"4ac6a5fd-f4ab-4b5a-9723-723c86963fee\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" headers: Content-Length: - - "792" + - "1643" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:24:44 GMT + - Thu, 30 Oct 2025 16:23:12 GMT Server: - Scaleway API Gateway (fr-par-3;edge03) X-Request-Id: - - 227a0478-0fab-4456-b560-57da1a9d4b2a + - bd39df51-32bc-445f-9265-7c1bb0f423a9 status: 200 OK code: 200 - duration: 91.855206ms -- id: 125 + duration: 81.121911ms +- id: 49 request: proto: HTTP/1.1 proto_major: 1 @@ -4123,29 +1673,29 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/00be490a-0cde-4c1d-84dd-0337a62e8e10 + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/89bdb97e-5814-4666-b0a3-c084a7989330/kubeconfig method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 792 - body: "{\"region\":\"fr-par\", \"id\":\"00be490a-0cde-4c1d-84dd-0337a62e8e10\", \"cluster_id\":\"89bdb97e-5814-4666-b0a3-c084a7989330\", \"created_at\":\"2025-10-30T16:18:44.862648Z\", \"updated_at\":\"2025-10-30T16:23:12.834626Z\", \"name\":\"test-pool-kubelet-args\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"kubelet_args\"], \"placement_group_id\":null, \"kubelet_args\":{\"maxPods\":\"50\"}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 1714 + body: "{\"name\":\"kubeconfig\", \"content_type\":\"application/octet-stream\", \"content\":\"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogInRlc3QtcG9vbC1rdWJlbGV0LWFyZ3MiCiAgY2x1c3RlcjoKICAgIGNlcnRpZmljYXRlLWF1dGhvcml0eS1kYXRhOiBMUzB0TFMxQ1JVZEpUaUJEUlZKVVNVWkpRMEZVUlMwdExTMHRDazFKU1VKWGVrTkRRVkZIWjBGM1NVSkJaMGxDUVVSQlMwSm5aM0ZvYTJwUFVGRlJSRUZxUVZaTlVrMTNSVkZaUkZaUlVVUkZkM0J5WkZkS2JHTnROV3dLWkVkV2VrMUNORmhFVkVreFRWUkJlVTlVUlRKTlZHZDZUMVp2V0VSVVRURk5WRUY1VDFSRk1rMVVaM3BQVm05M1JsUkZWRTFDUlVkQk1WVkZRWGhOU3dwaE0xWnBXbGhLZFZwWVVteGpla0phVFVKTlIwSjVjVWRUVFRRNVFXZEZSME5EY1VkVFRUUTVRWGRGU0VFd1NVRkNTa1kyUVcxQllXdGhUelpIWTJONkNubHVkekI0VDJoYVJpOHJSR2h1VUhFNU0xbDJjMG8xVTBaYVFtRmtMMUJ5V1RWVFFrMVJaMHRQY1RGclIzTnRNVkJaUmxGMlYzWk5ablJVYW01UFZsQUtiV3hvTkc4MFIycFJha0pCVFVFMFIwRXhWV1JFZDBWQ0wzZFJSVUYzU1VOd1JFRlFRbWRPVmtoU1RVSkJaamhGUWxSQlJFRlJTQzlOUWpCSFFURlZaQXBFWjFGWFFrSlJVQzlJTjJjMmIzQllRVTV0TUd4TlMxQXJaMnd2VWxGRlZraDZRVXRDWjJkeGFHdHFUMUJSVVVSQlowNUpRVVJDUmtGcFFrZExTbXRLQ21ZM1lqTkZjM1V6Tld3d2NsazNWbFk1TDJadVVqaDJibTgxVFc1R1ZVdFRURnB0VTFSQlNXaEJUVlJMVUhabFpFNU9XRWgxZUVOSmRtVnJRMmx3YVZvS1JXZFdObkp2WTNKbU5teEVPV2R1ZEU0cmF6Y0tMUzB0TFMxRlRrUWdRMFZTVkVsR1NVTkJWRVV0TFMwdExRbz0KICAgIHNlcnZlcjogaHR0cHM6Ly84OWJkYjk3ZS01ODE0LTQ2NjYtYjBhMy1jMDg0YTc5ODkzMzAuYXBpLms4cy5mci1wYXIuc2N3LmNsb3VkOjY0NDMKY29udGV4dHM6Ci0gbmFtZTogYWRtaW5AdGVzdC1wb29sLWt1YmVsZXQtYXJncwogIGNvbnRleHQ6CiAgICBjbHVzdGVyOiAidGVzdC1wb29sLWt1YmVsZXQtYXJncyIKICAgIHVzZXI6IHRlc3QtcG9vbC1rdWJlbGV0LWFyZ3MtYWRtaW4KY3VycmVudC1jb250ZXh0OiBhZG1pbkB0ZXN0LXBvb2wta3ViZWxldC1hcmdzCmtpbmQ6IENvbmZpZwpwcmVmZXJlbmNlczoge30KdXNlcnM6Ci0gbmFtZTogdGVzdC1wb29sLWt1YmVsZXQtYXJncy1hZG1pbgogIHVzZXI6CiAgICB0b2tlbjogNTdGNzZzNU1SVVoyQmN0THpvSDNRb0JQc0JFQVhERzhYT0VnQUNiY2NSZFh1Yk5xcFZiejBsMUs=\"}" headers: Content-Length: - - "792" + - "1714" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:24:49 GMT + - Thu, 30 Oct 2025 16:23:12 GMT Server: - Scaleway API Gateway (fr-par-3;edge03) X-Request-Id: - - 159cf757-d823-4851-b14c-8d6831ce7332 + - 971593f3-305c-477e-aaeb-80a5c1262512 status: 200 OK code: 200 - duration: 83.004163ms -- id: 126 + duration: 109.58485ms +- id: 50 request: proto: HTTP/1.1 proto_major: 1 @@ -4161,55 +1711,64 @@ interactions: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 792 - body: "{\"region\":\"fr-par\", \"id\":\"00be490a-0cde-4c1d-84dd-0337a62e8e10\", \"cluster_id\":\"89bdb97e-5814-4666-b0a3-c084a7989330\", \"created_at\":\"2025-10-30T16:18:44.862648Z\", \"updated_at\":\"2025-10-30T16:23:12.834626Z\", \"name\":\"test-pool-kubelet-args\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"kubelet_args\"], \"placement_group_id\":null, \"kubelet_args\":{\"maxPods\":\"50\"}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 789 + body: "{\"region\":\"fr-par\", \"id\":\"00be490a-0cde-4c1d-84dd-0337a62e8e10\", \"cluster_id\":\"89bdb97e-5814-4666-b0a3-c084a7989330\", \"created_at\":\"2025-10-30T16:18:44.862648Z\", \"updated_at\":\"2025-10-30T16:23:11.653947Z\", \"name\":\"test-pool-kubelet-args\", \"status\":\"ready\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"kubelet_args\"], \"placement_group_id\":null, \"kubelet_args\":{\"maxPods\":\"50\"}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" headers: Content-Length: - - "792" + - "789" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:24:54 GMT + - Thu, 30 Oct 2025 16:23:12 GMT Server: - Scaleway API Gateway (fr-par-3;edge03) X-Request-Id: - - 8042f223-ace9-4195-803c-8199575318fb + - d109e239-340b-473e-9fec-cd67d40c7d2e status: 200 OK code: 200 - duration: 96.351674ms -- id: 127 + duration: 24.176434ms +- id: 51 request: proto: HTTP/1.1 proto_major: 1 proto_minor: 1 content_length: 0 host: api.scaleway.com + form: + order_by: + - created_at_asc + page: + - "1" + pool_id: + - 00be490a-0cde-4c1d-84dd-0337a62e8e10 + status: + - unknown headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/00be490a-0cde-4c1d-84dd-0337a62e8e10 + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/89bdb97e-5814-4666-b0a3-c084a7989330/nodes?order_by=created_at_asc&page=1&pool_id=00be490a-0cde-4c1d-84dd-0337a62e8e10&status=unknown method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 792 - body: "{\"region\":\"fr-par\", \"id\":\"00be490a-0cde-4c1d-84dd-0337a62e8e10\", \"cluster_id\":\"89bdb97e-5814-4666-b0a3-c084a7989330\", \"created_at\":\"2025-10-30T16:18:44.862648Z\", \"updated_at\":\"2025-10-30T16:23:12.834626Z\", \"name\":\"test-pool-kubelet-args\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"kubelet_args\"], \"placement_group_id\":null, \"kubelet_args\":{\"maxPods\":\"50\"}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 621 + body: "{\"total_count\":1, \"nodes\":[{\"region\":\"fr-par\", \"id\":\"e9988f4c-6e67-4971-a5da-ed84e3b94eed\", \"cluster_id\":\"89bdb97e-5814-4666-b0a3-c084a7989330\", \"created_at\":\"2025-10-30T16:21:58.256391Z\", \"updated_at\":\"2025-10-30T16:23:06.928101Z\", \"pool_id\":\"00be490a-0cde-4c1d-84dd-0337a62e8e10\", \"status\":\"ready\", \"conditions\":{\"DiskPressure\":\"False\", \"MemoryPressure\":\"False\", \"PIDPressure\":\"False\", \"Ready\":\"True\"}, \"name\":\"scw-test-pool-kubelet-test-pool-kubelet-e9988f\", \"public_ip_v4\":\"163.172.149.221\", \"public_ip_v6\":null, \"provider_id\":\"scaleway://instance/fr-par-1/61933569-0297-49d7-a572-a33bddd8a8a3\", \"error_message\":\"\"}]}" headers: Content-Length: - - "792" + - "621" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:24:59 GMT + - Thu, 30 Oct 2025 16:23:12 GMT Server: - Scaleway API Gateway (fr-par-3;edge03) X-Request-Id: - - c1b5bdcc-41b0-4f1a-8da7-30360b3b1ebc + - 40c9080c-4471-4d04-84c6-060d51b92b3a status: 200 OK code: 200 - duration: 82.885201ms -- id: 128 + duration: 23.740226ms +- id: 52 request: proto: HTTP/1.1 proto_major: 1 @@ -4219,61 +1778,70 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/00be490a-0cde-4c1d-84dd-0337a62e8e10 + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/89bdb97e-5814-4666-b0a3-c084a7989330 method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 792 - body: "{\"region\":\"fr-par\", \"id\":\"00be490a-0cde-4c1d-84dd-0337a62e8e10\", \"cluster_id\":\"89bdb97e-5814-4666-b0a3-c084a7989330\", \"created_at\":\"2025-10-30T16:18:44.862648Z\", \"updated_at\":\"2025-10-30T16:23:12.834626Z\", \"name\":\"test-pool-kubelet-args\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"kubelet_args\"], \"placement_group_id\":null, \"kubelet_args\":{\"maxPods\":\"50\"}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 1643 + body: "{\"region\":\"fr-par\", \"id\":\"89bdb97e-5814-4666-b0a3-c084a7989330\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:39.351223Z\", \"updated_at\":\"2025-10-30T16:20:13.289151Z\", \"type\":\"kapsule\", \"name\":\"test-pool-kubelet-args\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"kubelet_args\"], \"cluster_url\":\"https://89bdb97e-5814-4666-b0a3-c084a7989330.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.89bdb97e-5814-4666-b0a3-c084a7989330.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"311bbfd7-a420-4c55-acd1-7ac7b435bddc\", \"commitment_ends_at\":\"2025-10-30T16:18:39.351230Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"4ac6a5fd-f4ab-4b5a-9723-723c86963fee\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" headers: Content-Length: - - "792" + - "1643" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:25:04 GMT + - Thu, 30 Oct 2025 16:23:12 GMT Server: - Scaleway API Gateway (fr-par-3;edge03) X-Request-Id: - - 44fc6bbe-2416-4a41-9f72-8c78cf4559dc + - 2e69ce03-08ca-4114-8158-cf4d60e6e0aa status: 200 OK code: 200 - duration: 97.522652ms -- id: 129 + duration: 23.009224ms +- id: 53 request: proto: HTTP/1.1 proto_major: 1 proto_minor: 1 content_length: 0 host: api.scaleway.com + form: + order_by: + - created_at_desc + project_id: + - 105bdce1-64c0-48ab-899d-868455867ecf + resource_name: + - scw-test-pool-kubelet-test-pool-kubelet-e9988f + resource_type: + - unknown_type headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/00be490a-0cde-4c1d-84dd-0337a62e8e10 + url: https://api.scaleway.com/ipam/v1/regions/fr-par/ips?order_by=created_at_desc&project_id=105bdce1-64c0-48ab-899d-868455867ecf&resource_name=scw-test-pool-kubelet-test-pool-kubelet-e9988f&resource_type=unknown_type method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 792 - body: "{\"region\":\"fr-par\", \"id\":\"00be490a-0cde-4c1d-84dd-0337a62e8e10\", \"cluster_id\":\"89bdb97e-5814-4666-b0a3-c084a7989330\", \"created_at\":\"2025-10-30T16:18:44.862648Z\", \"updated_at\":\"2025-10-30T16:23:12.834626Z\", \"name\":\"test-pool-kubelet-args\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"kubelet_args\"], \"placement_group_id\":null, \"kubelet_args\":{\"maxPods\":\"50\"}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 1122 + body: "{\"total_count\":2, \"ips\":[{\"id\":\"bc3e4c14-a364-41ee-b6f0-6ae249c6bee9\", \"address\":\"fd5f:519c:6d46:f47a:2d8e:8ff0:d31f:490a/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":true, \"created_at\":\"2025-10-30T16:22:03.275624Z\", \"updated_at\":\"2025-10-30T16:22:03.275624Z\", \"source\":{\"subnet_id\":\"ae2e852f-cee4-41a9-81bc-ec7cdff5871d\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"f27805ac-b9e6-4880-a239-ae3cbc951e74\", \"mac_address\":\"02:00:00:12:EC:B8\", \"name\":\"scw-test-pool-kubelet-test-pool-kubelet-e9988f\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}, {\"id\":\"c232d4dd-1c3b-4cb2-a0c6-7fcc452e1c5c\", \"address\":\"172.18.80.3/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":false, \"created_at\":\"2025-10-30T16:22:03.154121Z\", \"updated_at\":\"2025-10-30T16:22:03.154121Z\", \"source\":{\"subnet_id\":\"497f92f0-a2d8-48b5-81df-1f3debbc78d9\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"f27805ac-b9e6-4880-a239-ae3cbc951e74\", \"mac_address\":\"02:00:00:12:EC:B8\", \"name\":\"scw-test-pool-kubelet-test-pool-kubelet-e9988f\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}]}" headers: Content-Length: - - "792" + - "1122" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:25:10 GMT + - Thu, 30 Oct 2025 16:23:12 GMT Server: - Scaleway API Gateway (fr-par-3;edge03) X-Request-Id: - - 984a9b04-c65b-481e-ba22-a8905fb8866c + - 56b3c05f-3ca7-4da3-9164-be55dff12d5e status: 200 OK code: 200 - duration: 72.946637ms -- id: 130 + duration: 39.349352ms +- id: 54 request: proto: HTTP/1.1 proto_major: 1 @@ -4284,7 +1852,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/00be490a-0cde-4c1d-84dd-0337a62e8e10 - method: GET + method: DELETE response: proto: HTTP/2.0 proto_major: 2 @@ -4297,15 +1865,15 @@ interactions: Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:25:15 GMT + - Thu, 30 Oct 2025 16:23:12 GMT Server: - Scaleway API Gateway (fr-par-3;edge03) X-Request-Id: - - 82c629dd-09d7-4116-98f7-b99b13049b03 + - 035eee01-218e-469c-bb50-787a1ba07816 status: 200 OK code: 200 - duration: 84.959874ms -- id: 131 + duration: 50.909207ms +- id: 55 request: proto: HTTP/1.1 proto_major: 1 @@ -4329,15 +1897,15 @@ interactions: Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:25:20 GMT + - Thu, 30 Oct 2025 16:23:12 GMT Server: - Scaleway API Gateway (fr-par-3;edge03) X-Request-Id: - - aec62288-eaf8-4478-8a76-c4b0978a66d7 + - 795c7ad7-4b40-4d18-8451-0a9784aa3beb status: 200 OK code: 200 - duration: 89.168904ms -- id: 132 + duration: 77.233282ms +- id: 56 request: proto: HTTP/1.1 proto_major: 1 @@ -4369,7 +1937,7 @@ interactions: status: 404 Not Found code: 404 duration: 33.213255ms -- id: 133 +- id: 57 request: proto: HTTP/1.1 proto_major: 1 @@ -4404,7 +1972,7 @@ interactions: status: 200 OK code: 200 duration: 139.889206ms -- id: 134 +- id: 58 request: proto: HTTP/1.1 proto_major: 1 @@ -4436,71 +2004,7 @@ interactions: status: 200 OK code: 200 duration: 81.742516ms -- id: 135 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/89bdb97e-5814-4666-b0a3-c084a7989330 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1646 - body: "{\"region\":\"fr-par\", \"id\":\"89bdb97e-5814-4666-b0a3-c084a7989330\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:39.351223Z\", \"updated_at\":\"2025-10-30T16:25:25.307070Z\", \"type\":\"kapsule\", \"name\":\"test-pool-kubelet-args\", \"description\":\"\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"kubelet_args\"], \"cluster_url\":\"https://89bdb97e-5814-4666-b0a3-c084a7989330.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.89bdb97e-5814-4666-b0a3-c084a7989330.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"311bbfd7-a420-4c55-acd1-7ac7b435bddc\", \"commitment_ends_at\":\"2025-10-30T16:18:39.351230Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"4ac6a5fd-f4ab-4b5a-9723-723c86963fee\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1646" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:25:30 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 3268ae88-1dc6-4b7f-9228-a0168fd63312 - status: 200 OK - code: 200 - duration: 89.458607ms -- id: 136 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/89bdb97e-5814-4666-b0a3-c084a7989330 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1646 - body: "{\"region\":\"fr-par\", \"id\":\"89bdb97e-5814-4666-b0a3-c084a7989330\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:39.351223Z\", \"updated_at\":\"2025-10-30T16:25:25.307070Z\", \"type\":\"kapsule\", \"name\":\"test-pool-kubelet-args\", \"description\":\"\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"kubelet_args\"], \"cluster_url\":\"https://89bdb97e-5814-4666-b0a3-c084a7989330.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.89bdb97e-5814-4666-b0a3-c084a7989330.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"311bbfd7-a420-4c55-acd1-7ac7b435bddc\", \"commitment_ends_at\":\"2025-10-30T16:18:39.351230Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"4ac6a5fd-f4ab-4b5a-9723-723c86963fee\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1646" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:25:35 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - ecef898f-c201-4ebe-8de4-446476430b47 - status: 200 OK - code: 200 - duration: 91.55915ms -- id: 137 +- id: 59 request: proto: HTTP/1.1 proto_major: 1 @@ -4532,7 +2036,7 @@ interactions: status: 404 Not Found code: 404 duration: 23.463667ms -- id: 138 +- id: 60 request: proto: HTTP/1.1 proto_major: 1 @@ -4562,7 +2066,7 @@ interactions: status: 204 No Content code: 204 duration: 1.080112044s -- id: 139 +- id: 61 request: proto: HTTP/1.1 proto_major: 1 @@ -4592,7 +2096,7 @@ interactions: status: 204 No Content code: 204 duration: 160.622469ms -- id: 140 +- id: 62 request: proto: HTTP/1.1 proto_major: 1 @@ -4624,7 +2128,7 @@ interactions: status: 404 Not Found code: 404 duration: 21.77063ms -- id: 141 +- id: 63 request: proto: HTTP/1.1 proto_major: 1 @@ -4656,7 +2160,7 @@ interactions: status: 404 Not Found code: 404 duration: 19.374683ms -- id: 142 +- id: 64 request: proto: HTTP/1.1 proto_major: 1 diff --git a/internal/services/k8s/testdata/pool-placement-group.cassette.yaml b/internal/services/k8s/testdata/pool-placement-group.cassette.yaml index 4509570d70..650d33b060 100644 --- a/internal/services/k8s/testdata/pool-placement-group.cassette.yaml +++ b/internal/services/k8s/testdata/pool-placement-group.cassette.yaml @@ -553,22 +553,22 @@ interactions: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 760 - body: "{\"region\":\"fr-par\", \"id\":\"fabf3205-5e2b-4119-9624-91f3fd4f9af2\", \"cluster_id\":\"318aad8d-b93e-45fa-b437-a04479335018\", \"created_at\":\"2025-10-30T17:45:36.337310Z\", \"updated_at\":\"2025-10-30T17:45:36.337310Z\", \"name\":\"test-pool-placement-group\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"b679f0a9-4937-48ec-9789-91f0198f3026\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 758 + body: "{\"region\":\"fr-par\", \"id\":\"fabf3205-5e2b-4119-9624-91f3fd4f9af2\", \"cluster_id\":\"318aad8d-b93e-45fa-b437-a04479335018\", \"created_at\":\"2025-10-30T17:45:36.337310Z\", \"updated_at\":\"2025-10-30T17:51:18.354228Z\", \"name\":\"test-pool-placement-group\", \"status\":\"ready\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"b679f0a9-4937-48ec-9789-91f0198f3026\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" headers: Content-Length: - - "760" + - "758" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 17:45:41 GMT + - Thu, 30 Oct 2025 17:51:23 GMT Server: - Scaleway API Gateway (fr-par-3;edge01) X-Request-Id: - - f1860846-9456-4d52-adac-0dde06682d9d + - ad6d5e55-a101-46bd-8b2f-7ae4cf6105c5 status: 200 OK code: 200 - duration: 121.231952ms + duration: 78.345382ms - id: 17 request: proto: HTTP/1.1 @@ -579,28 +579,28 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/fabf3205-5e2b-4119-9624-91f3fd4f9af2 + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/318aad8d-b93e-45fa-b437-a04479335018 method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 760 - body: "{\"region\":\"fr-par\", \"id\":\"fabf3205-5e2b-4119-9624-91f3fd4f9af2\", \"cluster_id\":\"318aad8d-b93e-45fa-b437-a04479335018\", \"created_at\":\"2025-10-30T17:45:36.337310Z\", \"updated_at\":\"2025-10-30T17:45:36.337310Z\", \"name\":\"test-pool-placement-group\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"b679f0a9-4937-48ec-9789-91f0198f3026\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 1649 + body: "{\"region\":\"fr-par\", \"id\":\"318aad8d-b93e-45fa-b437-a04479335018\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:45:30.773233Z\", \"updated_at\":\"2025-10-30T17:46:45.624878Z\", \"type\":\"kapsule\", \"name\":\"test-pool-placement-group\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"calico\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"placement_group\"], \"cluster_url\":\"https://318aad8d-b93e-45fa-b437-a04479335018.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.318aad8d-b93e-45fa-b437-a04479335018.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"a6e03343-b4f2-464c-91d9-fbf821df60a9\", \"commitment_ends_at\":\"2025-10-30T17:45:30.773242Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"706a0744-bfaf-48f9-86f8-00551cac2d4e\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" headers: Content-Length: - - "760" + - "1649" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 17:45:46 GMT + - Thu, 30 Oct 2025 17:51:23 GMT Server: - Scaleway API Gateway (fr-par-3;edge01) X-Request-Id: - - 7e2dc251-ebba-4517-9ee6-bcc4746cde06 + - 40b8227a-e11a-468e-b750-f9092e2e5a99 status: 200 OK code: 200 - duration: 106.76817ms + duration: 99.901131ms - id: 18 request: proto: HTTP/1.1 @@ -617,22 +617,22 @@ interactions: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 760 - body: "{\"region\":\"fr-par\", \"id\":\"fabf3205-5e2b-4119-9624-91f3fd4f9af2\", \"cluster_id\":\"318aad8d-b93e-45fa-b437-a04479335018\", \"created_at\":\"2025-10-30T17:45:36.337310Z\", \"updated_at\":\"2025-10-30T17:45:36.337310Z\", \"name\":\"test-pool-placement-group\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"b679f0a9-4937-48ec-9789-91f0198f3026\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 758 + body: "{\"region\":\"fr-par\", \"id\":\"fabf3205-5e2b-4119-9624-91f3fd4f9af2\", \"cluster_id\":\"318aad8d-b93e-45fa-b437-a04479335018\", \"created_at\":\"2025-10-30T17:45:36.337310Z\", \"updated_at\":\"2025-10-30T17:51:18.354228Z\", \"name\":\"test-pool-placement-group\", \"status\":\"ready\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"b679f0a9-4937-48ec-9789-91f0198f3026\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" headers: Content-Length: - - "760" + - "758" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 17:45:51 GMT + - Thu, 30 Oct 2025 17:51:23 GMT Server: - Scaleway API Gateway (fr-par-3;edge01) X-Request-Id: - - a857aff2-0594-4e97-aa5c-eadcf217f45f + - e547db4f-0502-463a-827e-7230efa9dbe7 status: 200 OK code: 200 - duration: 100.339793ms + duration: 26.018806ms - id: 19 request: proto: HTTP/1.1 @@ -640,31 +640,40 @@ interactions: proto_minor: 1 content_length: 0 host: api.scaleway.com + form: + order_by: + - created_at_asc + page: + - "1" + pool_id: + - fabf3205-5e2b-4119-9624-91f3fd4f9af2 + status: + - unknown headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/fabf3205-5e2b-4119-9624-91f3fd4f9af2 + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/318aad8d-b93e-45fa-b437-a04479335018/nodes?order_by=created_at_asc&page=1&pool_id=fabf3205-5e2b-4119-9624-91f3fd4f9af2&status=unknown method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 760 - body: "{\"region\":\"fr-par\", \"id\":\"fabf3205-5e2b-4119-9624-91f3fd4f9af2\", \"cluster_id\":\"318aad8d-b93e-45fa-b437-a04479335018\", \"created_at\":\"2025-10-30T17:45:36.337310Z\", \"updated_at\":\"2025-10-30T17:45:36.337310Z\", \"name\":\"test-pool-placement-group\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"b679f0a9-4937-48ec-9789-91f0198f3026\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 619 + body: "{\"total_count\":1, \"nodes\":[{\"region\":\"fr-par\", \"id\":\"046d87c5-5633-44b8-b7d5-de075a08aa4f\", \"cluster_id\":\"318aad8d-b93e-45fa-b437-a04479335018\", \"created_at\":\"2025-10-30T17:50:42.420824Z\", \"updated_at\":\"2025-10-30T17:51:18.341157Z\", \"pool_id\":\"fabf3205-5e2b-4119-9624-91f3fd4f9af2\", \"status\":\"ready\", \"conditions\":{\"DiskPressure\":\"False\", \"MemoryPressure\":\"False\", \"PIDPressure\":\"False\", \"Ready\":\"True\"}, \"name\":\"scw-test-pool-placeme-test-pool-placeme-046d87\", \"public_ip_v4\":\"51.15.236.240\", \"public_ip_v6\":null, \"provider_id\":\"scaleway://instance/fr-par-1/48201a01-ad07-4809-92af-588df31167e0\", \"error_message\":\"\"}]}" headers: Content-Length: - - "760" + - "619" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 17:45:56 GMT + - Thu, 30 Oct 2025 17:51:23 GMT Server: - Scaleway API Gateway (fr-par-3;edge01) X-Request-Id: - - 5f95f657-de73-4293-86ad-5c86b75ea711 + - 2a987ced-7d3c-448b-aaa2-9e136f18a247 status: 200 OK code: 200 - duration: 76.261794ms + duration: 34.975858ms - id: 20 request: proto: HTTP/1.1 @@ -675,28 +684,28 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/fabf3205-5e2b-4119-9624-91f3fd4f9af2 + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/318aad8d-b93e-45fa-b437-a04479335018 method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 760 - body: "{\"region\":\"fr-par\", \"id\":\"fabf3205-5e2b-4119-9624-91f3fd4f9af2\", \"cluster_id\":\"318aad8d-b93e-45fa-b437-a04479335018\", \"created_at\":\"2025-10-30T17:45:36.337310Z\", \"updated_at\":\"2025-10-30T17:45:36.337310Z\", \"name\":\"test-pool-placement-group\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"b679f0a9-4937-48ec-9789-91f0198f3026\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 1649 + body: "{\"region\":\"fr-par\", \"id\":\"318aad8d-b93e-45fa-b437-a04479335018\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:45:30.773233Z\", \"updated_at\":\"2025-10-30T17:46:45.624878Z\", \"type\":\"kapsule\", \"name\":\"test-pool-placement-group\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"calico\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"placement_group\"], \"cluster_url\":\"https://318aad8d-b93e-45fa-b437-a04479335018.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.318aad8d-b93e-45fa-b437-a04479335018.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"a6e03343-b4f2-464c-91d9-fbf821df60a9\", \"commitment_ends_at\":\"2025-10-30T17:45:30.773242Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"706a0744-bfaf-48f9-86f8-00551cac2d4e\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" headers: Content-Length: - - "760" + - "1649" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 17:46:02 GMT + - Thu, 30 Oct 2025 17:51:23 GMT Server: - Scaleway API Gateway (fr-par-3;edge01) X-Request-Id: - - 900b12fd-dc6f-4eea-ab3a-28e9dd006c39 + - ec585232-9180-4375-9da2-1a53d8f8ed91 status: 200 OK code: 200 - duration: 84.569624ms + duration: 20.776357ms - id: 21 request: proto: HTTP/1.1 @@ -704,31 +713,40 @@ interactions: proto_minor: 1 content_length: 0 host: api.scaleway.com + form: + order_by: + - created_at_desc + project_id: + - 105bdce1-64c0-48ab-899d-868455867ecf + resource_name: + - scw-test-pool-placeme-test-pool-placeme-046d87 + resource_type: + - unknown_type headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/fabf3205-5e2b-4119-9624-91f3fd4f9af2 + url: https://api.scaleway.com/ipam/v1/regions/fr-par/ips?order_by=created_at_desc&project_id=105bdce1-64c0-48ab-899d-868455867ecf&resource_name=scw-test-pool-placeme-test-pool-placeme-046d87&resource_type=unknown_type method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 760 - body: "{\"region\":\"fr-par\", \"id\":\"fabf3205-5e2b-4119-9624-91f3fd4f9af2\", \"cluster_id\":\"318aad8d-b93e-45fa-b437-a04479335018\", \"created_at\":\"2025-10-30T17:45:36.337310Z\", \"updated_at\":\"2025-10-30T17:45:36.337310Z\", \"name\":\"test-pool-placement-group\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"b679f0a9-4937-48ec-9789-91f0198f3026\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 1122 + body: "{\"total_count\":2, \"ips\":[{\"id\":\"8d879388-074e-4835-90fc-32ef09afdcb0\", \"address\":\"fd5f:519c:6d46:3cb1:1a34:ef11:4b6a:46c5/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":true, \"created_at\":\"2025-10-30T17:50:46.508424Z\", \"updated_at\":\"2025-10-30T17:50:46.508424Z\", \"source\":{\"subnet_id\":\"6d2c167e-e877-4762-911a-5b108ec599c5\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"f7117353-47c3-4ba3-8f9a-e2038c9a4dda\", \"mac_address\":\"02:00:00:1F:EA:24\", \"name\":\"scw-test-pool-placeme-test-pool-placeme-046d87\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}, {\"id\":\"cb27ced9-cac2-4839-afa7-639514152cec\", \"address\":\"172.18.36.3/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":false, \"created_at\":\"2025-10-30T17:50:46.349722Z\", \"updated_at\":\"2025-10-30T17:50:46.349722Z\", \"source\":{\"subnet_id\":\"d0de5f08-a5b5-4b74-910f-074464b7628c\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"f7117353-47c3-4ba3-8f9a-e2038c9a4dda\", \"mac_address\":\"02:00:00:1F:EA:24\", \"name\":\"scw-test-pool-placeme-test-pool-placeme-046d87\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}]}" headers: Content-Length: - - "760" + - "1122" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 17:46:07 GMT + - Thu, 30 Oct 2025 17:51:23 GMT Server: - Scaleway API Gateway (fr-par-3;edge01) X-Request-Id: - - 9213c474-f480-4902-aa26-a790a9878665 + - 068f822e-2143-4287-bc9e-b9378bc2ec4c status: 200 OK code: 200 - duration: 91.869724ms + duration: 95.152177ms - id: 22 request: proto: HTTP/1.1 @@ -739,28 +757,28 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/fabf3205-5e2b-4119-9624-91f3fd4f9af2 + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/318aad8d-b93e-45fa-b437-a04479335018 method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 760 - body: "{\"region\":\"fr-par\", \"id\":\"fabf3205-5e2b-4119-9624-91f3fd4f9af2\", \"cluster_id\":\"318aad8d-b93e-45fa-b437-a04479335018\", \"created_at\":\"2025-10-30T17:45:36.337310Z\", \"updated_at\":\"2025-10-30T17:45:36.337310Z\", \"name\":\"test-pool-placement-group\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"b679f0a9-4937-48ec-9789-91f0198f3026\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 1649 + body: "{\"region\":\"fr-par\", \"id\":\"318aad8d-b93e-45fa-b437-a04479335018\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:45:30.773233Z\", \"updated_at\":\"2025-10-30T17:46:45.624878Z\", \"type\":\"kapsule\", \"name\":\"test-pool-placement-group\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"calico\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"placement_group\"], \"cluster_url\":\"https://318aad8d-b93e-45fa-b437-a04479335018.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.318aad8d-b93e-45fa-b437-a04479335018.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"a6e03343-b4f2-464c-91d9-fbf821df60a9\", \"commitment_ends_at\":\"2025-10-30T17:45:30.773242Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"706a0744-bfaf-48f9-86f8-00551cac2d4e\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" headers: Content-Length: - - "760" + - "1649" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 17:46:12 GMT + - Thu, 30 Oct 2025 17:51:23 GMT Server: - Scaleway API Gateway (fr-par-3;edge01) X-Request-Id: - - 90d9385f-b7ad-465f-b84b-8a5186ccb10c + - 74dc5f1e-0807-44bf-86b2-b71c9593300f status: 200 OK code: 200 - duration: 76.112122ms + duration: 25.97807ms - id: 23 request: proto: HTTP/1.1 @@ -777,22 +795,22 @@ interactions: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 760 - body: "{\"region\":\"fr-par\", \"id\":\"fabf3205-5e2b-4119-9624-91f3fd4f9af2\", \"cluster_id\":\"318aad8d-b93e-45fa-b437-a04479335018\", \"created_at\":\"2025-10-30T17:45:36.337310Z\", \"updated_at\":\"2025-10-30T17:45:36.337310Z\", \"name\":\"test-pool-placement-group\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"b679f0a9-4937-48ec-9789-91f0198f3026\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 758 + body: "{\"region\":\"fr-par\", \"id\":\"fabf3205-5e2b-4119-9624-91f3fd4f9af2\", \"cluster_id\":\"318aad8d-b93e-45fa-b437-a04479335018\", \"created_at\":\"2025-10-30T17:45:36.337310Z\", \"updated_at\":\"2025-10-30T17:51:18.354228Z\", \"name\":\"test-pool-placement-group\", \"status\":\"ready\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"b679f0a9-4937-48ec-9789-91f0198f3026\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" headers: Content-Length: - - "760" + - "758" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 17:46:17 GMT + - Thu, 30 Oct 2025 17:51:23 GMT Server: - Scaleway API Gateway (fr-par-3;edge01) X-Request-Id: - - bfe6ca2d-30d2-41f8-b885-7a24d2caaa17 + - 6ebf7f63-0fc4-4018-91d5-e1548a9221dd status: 200 OK code: 200 - duration: 85.347021ms + duration: 23.948781ms - id: 24 request: proto: HTTP/1.1 @@ -803,28 +821,28 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/fabf3205-5e2b-4119-9624-91f3fd4f9af2 + url: https://api.scaleway.com/vpc/v2/regions/fr-par/vpcs/f3ec978c-ac7e-4f09-b168-577fbba93617 method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 760 - body: "{\"region\":\"fr-par\", \"id\":\"fabf3205-5e2b-4119-9624-91f3fd4f9af2\", \"cluster_id\":\"318aad8d-b93e-45fa-b437-a04479335018\", \"created_at\":\"2025-10-30T17:45:36.337310Z\", \"updated_at\":\"2025-10-30T17:45:36.337310Z\", \"name\":\"test-pool-placement-group\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"b679f0a9-4937-48ec-9789-91f0198f3026\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 437 + body: "{\"id\":\"f3ec978c-ac7e-4f09-b168-577fbba93617\", \"name\":\"testAccCheckK8SPoolConfigPlacementGroup\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:45:29.579681Z\", \"updated_at\":\"2025-10-30T17:45:29.579681Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_default\":false, \"private_network_count\":1, \"routing_enabled\":true, \"custom_routes_propagation_enabled\":true, \"region\":\"fr-par\"}" headers: Content-Length: - - "760" + - "437" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 17:46:22 GMT + - Thu, 30 Oct 2025 17:51:24 GMT Server: - Scaleway API Gateway (fr-par-3;edge01) X-Request-Id: - - bb9132f1-2ff7-42c4-b6f8-8fe0f9dec47b + - cfe52a0f-9daf-4fe0-a42f-b5eca4e03405 status: 200 OK code: 200 - duration: 105.996345ms + duration: 85.809171ms - id: 25 request: proto: HTTP/1.1 @@ -835,28 +853,28 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/fabf3205-5e2b-4119-9624-91f3fd4f9af2 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/placement_groups/b679f0a9-4937-48ec-9789-91f0198f3026 method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 760 - body: "{\"region\":\"fr-par\", \"id\":\"fabf3205-5e2b-4119-9624-91f3fd4f9af2\", \"cluster_id\":\"318aad8d-b93e-45fa-b437-a04479335018\", \"created_at\":\"2025-10-30T17:45:36.337310Z\", \"updated_at\":\"2025-10-30T17:45:36.337310Z\", \"name\":\"test-pool-placement-group\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"b679f0a9-4937-48ec-9789-91f0198f3026\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 331 + body: "{\"placement_group\": {\"id\": \"b679f0a9-4937-48ec-9789-91f0198f3026\", \"name\": \"test-pool-placement-group\", \"organization\": \"105bdce1-64c0-48ab-899d-868455867ecf\", \"project\": \"105bdce1-64c0-48ab-899d-868455867ecf\", \"policy_mode\": \"optional\", \"policy_type\": \"max_availability\", \"policy_respected\": true, \"tags\": [], \"zone\": \"fr-par-1\"}}" headers: Content-Length: - - "760" + - "331" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 17:46:27 GMT + - Thu, 30 Oct 2025 17:51:24 GMT Server: - Scaleway API Gateway (fr-par-3;edge01) X-Request-Id: - - fd935029-2139-4ee5-975d-582fa9301f81 + - af1616f0-6dd8-45b6-81fe-c1ed024489bb status: 200 OK code: 200 - duration: 82.212321ms + duration: 99.390302ms - id: 26 request: proto: HTTP/1.1 @@ -867,28 +885,28 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/fabf3205-5e2b-4119-9624-91f3fd4f9af2 + url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks/a6e03343-b4f2-464c-91d9-fbf821df60a9 method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 760 - body: "{\"region\":\"fr-par\", \"id\":\"fabf3205-5e2b-4119-9624-91f3fd4f9af2\", \"cluster_id\":\"318aad8d-b93e-45fa-b437-a04479335018\", \"created_at\":\"2025-10-30T17:45:36.337310Z\", \"updated_at\":\"2025-10-30T17:45:36.337310Z\", \"name\":\"test-pool-placement-group\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"b679f0a9-4937-48ec-9789-91f0198f3026\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 1095 + body: "{\"id\":\"a6e03343-b4f2-464c-91d9-fbf821df60a9\", \"name\":\"test-pool-placement-group\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:45:29.724802Z\", \"updated_at\":\"2025-10-30T17:45:29.724802Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"subnets\":[{\"id\":\"d0de5f08-a5b5-4b74-910f-074464b7628c\", \"created_at\":\"2025-10-30T17:45:29.724802Z\", \"updated_at\":\"2025-10-30T17:45:29.724802Z\", \"subnet\":\"172.18.36.0/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"a6e03343-b4f2-464c-91d9-fbf821df60a9\", \"vpc_id\":\"f3ec978c-ac7e-4f09-b168-577fbba93617\"}, {\"id\":\"6d2c167e-e877-4762-911a-5b108ec599c5\", \"created_at\":\"2025-10-30T17:45:29.724802Z\", \"updated_at\":\"2025-10-30T17:45:29.724802Z\", \"subnet\":\"fd5f:519c:6d46:3cb1::/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"a6e03343-b4f2-464c-91d9-fbf821df60a9\", \"vpc_id\":\"f3ec978c-ac7e-4f09-b168-577fbba93617\"}], \"vpc_id\":\"f3ec978c-ac7e-4f09-b168-577fbba93617\", \"dhcp_enabled\":true, \"default_route_propagation_enabled\":false, \"region\":\"fr-par\"}" headers: Content-Length: - - "760" + - "1095" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 17:46:32 GMT + - Thu, 30 Oct 2025 17:51:24 GMT Server: - Scaleway API Gateway (fr-par-3;edge01) X-Request-Id: - - 1a3b75eb-f46d-4e50-acc0-7631abb4a3ea + - d7e47b13-93d9-4e36-a73b-91060d7f4d0a status: 200 OK code: 200 - duration: 148.54457ms + duration: 25.00312ms - id: 27 request: proto: HTTP/1.1 @@ -899,28 +917,28 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/fabf3205-5e2b-4119-9624-91f3fd4f9af2 + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/318aad8d-b93e-45fa-b437-a04479335018 method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 760 - body: "{\"region\":\"fr-par\", \"id\":\"fabf3205-5e2b-4119-9624-91f3fd4f9af2\", \"cluster_id\":\"318aad8d-b93e-45fa-b437-a04479335018\", \"created_at\":\"2025-10-30T17:45:36.337310Z\", \"updated_at\":\"2025-10-30T17:45:36.337310Z\", \"name\":\"test-pool-placement-group\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"b679f0a9-4937-48ec-9789-91f0198f3026\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 1649 + body: "{\"region\":\"fr-par\", \"id\":\"318aad8d-b93e-45fa-b437-a04479335018\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:45:30.773233Z\", \"updated_at\":\"2025-10-30T17:46:45.624878Z\", \"type\":\"kapsule\", \"name\":\"test-pool-placement-group\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"calico\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"placement_group\"], \"cluster_url\":\"https://318aad8d-b93e-45fa-b437-a04479335018.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.318aad8d-b93e-45fa-b437-a04479335018.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"a6e03343-b4f2-464c-91d9-fbf821df60a9\", \"commitment_ends_at\":\"2025-10-30T17:45:30.773242Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"706a0744-bfaf-48f9-86f8-00551cac2d4e\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" headers: Content-Length: - - "760" + - "1649" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 17:46:37 GMT + - Thu, 30 Oct 2025 17:51:24 GMT Server: - Scaleway API Gateway (fr-par-3;edge01) X-Request-Id: - - 0b1127fd-ed3c-4d6c-b094-b927b51f3930 + - 91692a9a-0442-48f2-8080-d2f9edeb07ba status: 200 OK code: 200 - duration: 202.300922ms + duration: 25.451752ms - id: 28 request: proto: HTTP/1.1 @@ -931,28 +949,28 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/fabf3205-5e2b-4119-9624-91f3fd4f9af2 + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/318aad8d-b93e-45fa-b437-a04479335018/kubeconfig method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 760 - body: "{\"region\":\"fr-par\", \"id\":\"fabf3205-5e2b-4119-9624-91f3fd4f9af2\", \"cluster_id\":\"318aad8d-b93e-45fa-b437-a04479335018\", \"created_at\":\"2025-10-30T17:45:36.337310Z\", \"updated_at\":\"2025-10-30T17:45:36.337310Z\", \"name\":\"test-pool-placement-group\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"b679f0a9-4937-48ec-9789-91f0198f3026\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 1738 + body: "{\"name\":\"kubeconfig\", \"content_type\":\"application/octet-stream\", \"content\":\"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogInRlc3QtcG9vbC1wbGFjZW1lbnQtZ3JvdXAiCiAgY2x1c3RlcjoKICAgIGNlcnRpZmljYXRlLWF1dGhvcml0eS1kYXRhOiBMUzB0TFMxQ1JVZEpUaUJEUlZKVVNVWkpRMEZVUlMwdExTMHRDazFKU1VKWGVrTkRRVkZIWjBGM1NVSkJaMGxDUVVSQlMwSm5aM0ZvYTJwUFVGRlJSRUZxUVZaTlVrMTNSVkZaUkZaUlVVUkZkM0J5WkZkS2JHTnROV3dLWkVkV2VrMUNORmhFVkVreFRWUkJlVTlVUlROT1JGVjZUVVp2V0VSVVRURk5WRUY1VDFSRk0wNUVWWHBOUm05M1JsUkZWRTFDUlVkQk1WVkZRWGhOU3dwaE0xWnBXbGhLZFZwWVVteGpla0phVFVKTlIwSjVjVWRUVFRRNVFXZEZSME5EY1VkVFRUUTVRWGRGU0VFd1NVRkNUMFp3VDI1aEx6Y3JUa1EwVkZWV0NtbGpiR05wU25wbGIzVmxRV3B6UlZJNVNWaFVXVkYwYjFoemRWaDRSVVVyTDNFMlVXTlJRbGwxUm5GeFZsRjFjbTlPUlVNMlNtZG5Ta1l3VGtoVVNuRUtkbVJHVEd3MWRXcFJha0pCVFVFMFIwRXhWV1JFZDBWQ0wzZFJSVUYzU1VOd1JFRlFRbWRPVmtoU1RVSkJaamhGUWxSQlJFRlJTQzlOUWpCSFFURlZaQXBFWjFGWFFrSlVhMUJQU0UxSlRqaHRibGczUmpkME1UaG9XVEZZWWtnMGNtaEVRVXRDWjJkeGFHdHFUMUJSVVVSQlowNUpRVVJDUmtGcFFsbDNlRFpJQ25SR1JVUkRLMGgwU0ZJd2JXNXBTVTFNWmtOMVlrcG9URkZZYzBoTFNFMVpLMWM0WWxKUlNXaEJTVFE1TTJ0aVVGZGlUQzlyYmpoNFdYWlFRalU0Ym0wS2JUZ3JhRGg0YUdGb1UyVTJUbkZWYUhOeVRFa0tMUzB0TFMxRlRrUWdRMFZTVkVsR1NVTkJWRVV0TFMwdExRbz0KICAgIHNlcnZlcjogaHR0cHM6Ly8zMThhYWQ4ZC1iOTNlLTQ1ZmEtYjQzNy1hMDQ0NzkzMzUwMTguYXBpLms4cy5mci1wYXIuc2N3LmNsb3VkOjY0NDMKY29udGV4dHM6Ci0gbmFtZTogYWRtaW5AdGVzdC1wb29sLXBsYWNlbWVudC1ncm91cAogIGNvbnRleHQ6CiAgICBjbHVzdGVyOiAidGVzdC1wb29sLXBsYWNlbWVudC1ncm91cCIKICAgIHVzZXI6IHRlc3QtcG9vbC1wbGFjZW1lbnQtZ3JvdXAtYWRtaW4KY3VycmVudC1jb250ZXh0OiBhZG1pbkB0ZXN0LXBvb2wtcGxhY2VtZW50LWdyb3VwCmtpbmQ6IENvbmZpZwpwcmVmZXJlbmNlczoge30KdXNlcnM6Ci0gbmFtZTogdGVzdC1wb29sLXBsYWNlbWVudC1ncm91cC1hZG1pbgogIHVzZXI6CiAgICB0b2tlbjogZG5McXR5WVBCVHJuNW1CajNGdDVBUWJFTWw0aDR5ZnpTNW1wRFpCRnY2NGt2UmZKMFFvdGNBeGU=\"}" headers: Content-Length: - - "760" + - "1738" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 17:46:43 GMT + - Thu, 30 Oct 2025 17:51:24 GMT Server: - Scaleway API Gateway (fr-par-3;edge01) X-Request-Id: - - c599aa58-df65-46d1-9e70-e3e79dd76289 + - 44cddb11-1162-4509-8313-3030a7726880 status: 200 OK code: 200 - duration: 160.766521ms + duration: 86.775946ms - id: 29 request: proto: HTTP/1.1 @@ -969,22 +987,22 @@ interactions: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 760 - body: "{\"region\":\"fr-par\", \"id\":\"fabf3205-5e2b-4119-9624-91f3fd4f9af2\", \"cluster_id\":\"318aad8d-b93e-45fa-b437-a04479335018\", \"created_at\":\"2025-10-30T17:45:36.337310Z\", \"updated_at\":\"2025-10-30T17:45:36.337310Z\", \"name\":\"test-pool-placement-group\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"b679f0a9-4937-48ec-9789-91f0198f3026\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 758 + body: "{\"region\":\"fr-par\", \"id\":\"fabf3205-5e2b-4119-9624-91f3fd4f9af2\", \"cluster_id\":\"318aad8d-b93e-45fa-b437-a04479335018\", \"created_at\":\"2025-10-30T17:45:36.337310Z\", \"updated_at\":\"2025-10-30T17:51:18.354228Z\", \"name\":\"test-pool-placement-group\", \"status\":\"ready\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"b679f0a9-4937-48ec-9789-91f0198f3026\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" headers: Content-Length: - - "760" + - "758" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 17:46:48 GMT + - Thu, 30 Oct 2025 17:51:24 GMT Server: - Scaleway API Gateway (fr-par-3;edge01) X-Request-Id: - - da96f19a-b176-46a0-b450-a812b3a28076 + - 5826d7f2-f860-4a78-ad92-b35ea64867bb status: 200 OK code: 200 - duration: 93.510352ms + duration: 26.122982ms - id: 30 request: proto: HTTP/1.1 @@ -992,31 +1010,40 @@ interactions: proto_minor: 1 content_length: 0 host: api.scaleway.com + form: + order_by: + - created_at_asc + page: + - "1" + pool_id: + - fabf3205-5e2b-4119-9624-91f3fd4f9af2 + status: + - unknown headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/fabf3205-5e2b-4119-9624-91f3fd4f9af2 + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/318aad8d-b93e-45fa-b437-a04479335018/nodes?order_by=created_at_asc&page=1&pool_id=fabf3205-5e2b-4119-9624-91f3fd4f9af2&status=unknown method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 760 - body: "{\"region\":\"fr-par\", \"id\":\"fabf3205-5e2b-4119-9624-91f3fd4f9af2\", \"cluster_id\":\"318aad8d-b93e-45fa-b437-a04479335018\", \"created_at\":\"2025-10-30T17:45:36.337310Z\", \"updated_at\":\"2025-10-30T17:45:36.337310Z\", \"name\":\"test-pool-placement-group\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"b679f0a9-4937-48ec-9789-91f0198f3026\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 619 + body: "{\"total_count\":1, \"nodes\":[{\"region\":\"fr-par\", \"id\":\"046d87c5-5633-44b8-b7d5-de075a08aa4f\", \"cluster_id\":\"318aad8d-b93e-45fa-b437-a04479335018\", \"created_at\":\"2025-10-30T17:50:42.420824Z\", \"updated_at\":\"2025-10-30T17:51:18.341157Z\", \"pool_id\":\"fabf3205-5e2b-4119-9624-91f3fd4f9af2\", \"status\":\"ready\", \"conditions\":{\"DiskPressure\":\"False\", \"MemoryPressure\":\"False\", \"PIDPressure\":\"False\", \"Ready\":\"True\"}, \"name\":\"scw-test-pool-placeme-test-pool-placeme-046d87\", \"public_ip_v4\":\"51.15.236.240\", \"public_ip_v6\":null, \"provider_id\":\"scaleway://instance/fr-par-1/48201a01-ad07-4809-92af-588df31167e0\", \"error_message\":\"\"}]}" headers: Content-Length: - - "760" + - "619" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 17:46:53 GMT + - Thu, 30 Oct 2025 17:51:24 GMT Server: - Scaleway API Gateway (fr-par-3;edge01) X-Request-Id: - - 17b7cb4a-20bf-477a-a9cb-27e300d260ed + - f45bcb18-9291-4411-8182-0fafe7f9b8e0 status: 200 OK code: 200 - duration: 104.103972ms + duration: 20.463991ms - id: 31 request: proto: HTTP/1.1 @@ -1027,28 +1054,28 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/fabf3205-5e2b-4119-9624-91f3fd4f9af2 + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/318aad8d-b93e-45fa-b437-a04479335018 method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 760 - body: "{\"region\":\"fr-par\", \"id\":\"fabf3205-5e2b-4119-9624-91f3fd4f9af2\", \"cluster_id\":\"318aad8d-b93e-45fa-b437-a04479335018\", \"created_at\":\"2025-10-30T17:45:36.337310Z\", \"updated_at\":\"2025-10-30T17:45:36.337310Z\", \"name\":\"test-pool-placement-group\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"b679f0a9-4937-48ec-9789-91f0198f3026\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 1649 + body: "{\"region\":\"fr-par\", \"id\":\"318aad8d-b93e-45fa-b437-a04479335018\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:45:30.773233Z\", \"updated_at\":\"2025-10-30T17:46:45.624878Z\", \"type\":\"kapsule\", \"name\":\"test-pool-placement-group\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"calico\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"placement_group\"], \"cluster_url\":\"https://318aad8d-b93e-45fa-b437-a04479335018.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.318aad8d-b93e-45fa-b437-a04479335018.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"a6e03343-b4f2-464c-91d9-fbf821df60a9\", \"commitment_ends_at\":\"2025-10-30T17:45:30.773242Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"706a0744-bfaf-48f9-86f8-00551cac2d4e\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" headers: Content-Length: - - "760" + - "1649" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 17:46:58 GMT + - Thu, 30 Oct 2025 17:51:24 GMT Server: - Scaleway API Gateway (fr-par-3;edge01) X-Request-Id: - - 4bdc500c-5ef1-4a8f-aeaa-5a2db8293fb6 + - ae7c47bd-73a6-4810-8b54-6eedb357001a status: 200 OK code: 200 - duration: 99.277063ms + duration: 20.174557ms - id: 32 request: proto: HTTP/1.1 @@ -1056,31 +1083,40 @@ interactions: proto_minor: 1 content_length: 0 host: api.scaleway.com + form: + order_by: + - created_at_desc + project_id: + - 105bdce1-64c0-48ab-899d-868455867ecf + resource_name: + - scw-test-pool-placeme-test-pool-placeme-046d87 + resource_type: + - unknown_type headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/fabf3205-5e2b-4119-9624-91f3fd4f9af2 + url: https://api.scaleway.com/ipam/v1/regions/fr-par/ips?order_by=created_at_desc&project_id=105bdce1-64c0-48ab-899d-868455867ecf&resource_name=scw-test-pool-placeme-test-pool-placeme-046d87&resource_type=unknown_type method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 760 - body: "{\"region\":\"fr-par\", \"id\":\"fabf3205-5e2b-4119-9624-91f3fd4f9af2\", \"cluster_id\":\"318aad8d-b93e-45fa-b437-a04479335018\", \"created_at\":\"2025-10-30T17:45:36.337310Z\", \"updated_at\":\"2025-10-30T17:45:36.337310Z\", \"name\":\"test-pool-placement-group\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"b679f0a9-4937-48ec-9789-91f0198f3026\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 1122 + body: "{\"total_count\":2, \"ips\":[{\"id\":\"8d879388-074e-4835-90fc-32ef09afdcb0\", \"address\":\"fd5f:519c:6d46:3cb1:1a34:ef11:4b6a:46c5/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":true, \"created_at\":\"2025-10-30T17:50:46.508424Z\", \"updated_at\":\"2025-10-30T17:50:46.508424Z\", \"source\":{\"subnet_id\":\"6d2c167e-e877-4762-911a-5b108ec599c5\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"f7117353-47c3-4ba3-8f9a-e2038c9a4dda\", \"mac_address\":\"02:00:00:1F:EA:24\", \"name\":\"scw-test-pool-placeme-test-pool-placeme-046d87\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}, {\"id\":\"cb27ced9-cac2-4839-afa7-639514152cec\", \"address\":\"172.18.36.3/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":false, \"created_at\":\"2025-10-30T17:50:46.349722Z\", \"updated_at\":\"2025-10-30T17:50:46.349722Z\", \"source\":{\"subnet_id\":\"d0de5f08-a5b5-4b74-910f-074464b7628c\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"f7117353-47c3-4ba3-8f9a-e2038c9a4dda\", \"mac_address\":\"02:00:00:1F:EA:24\", \"name\":\"scw-test-pool-placeme-test-pool-placeme-046d87\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}]}" headers: Content-Length: - - "760" + - "1122" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 17:47:03 GMT + - Thu, 30 Oct 2025 17:51:24 GMT Server: - Scaleway API Gateway (fr-par-3;edge01) X-Request-Id: - - a6dd3216-c167-4b20-ae01-7647e3586888 + - b4021257-970d-46b1-8f38-63d2e4f51e13 status: 200 OK code: 200 - duration: 79.82163ms + duration: 99.134913ms - id: 33 request: proto: HTTP/1.1 @@ -1091,28 +1127,28 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/fabf3205-5e2b-4119-9624-91f3fd4f9af2 + url: https://api.scaleway.com/vpc/v2/regions/fr-par/vpcs/f3ec978c-ac7e-4f09-b168-577fbba93617 method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 760 - body: "{\"region\":\"fr-par\", \"id\":\"fabf3205-5e2b-4119-9624-91f3fd4f9af2\", \"cluster_id\":\"318aad8d-b93e-45fa-b437-a04479335018\", \"created_at\":\"2025-10-30T17:45:36.337310Z\", \"updated_at\":\"2025-10-30T17:45:36.337310Z\", \"name\":\"test-pool-placement-group\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"b679f0a9-4937-48ec-9789-91f0198f3026\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 437 + body: "{\"id\":\"f3ec978c-ac7e-4f09-b168-577fbba93617\", \"name\":\"testAccCheckK8SPoolConfigPlacementGroup\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:45:29.579681Z\", \"updated_at\":\"2025-10-30T17:45:29.579681Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_default\":false, \"private_network_count\":1, \"routing_enabled\":true, \"custom_routes_propagation_enabled\":true, \"region\":\"fr-par\"}" headers: Content-Length: - - "760" + - "437" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 17:47:08 GMT + - Thu, 30 Oct 2025 17:51:24 GMT Server: - Scaleway API Gateway (fr-par-3;edge01) X-Request-Id: - - cd333425-2e76-4cf6-b536-59ca83bc7717 + - 28d82ba6-a5e2-4742-afbd-08227cd11122 status: 200 OK code: 200 - duration: 79.644071ms + duration: 92.30333ms - id: 34 request: proto: HTTP/1.1 @@ -1123,28 +1159,28 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/fabf3205-5e2b-4119-9624-91f3fd4f9af2 + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/318aad8d-b93e-45fa-b437-a04479335018 method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 760 - body: "{\"region\":\"fr-par\", \"id\":\"fabf3205-5e2b-4119-9624-91f3fd4f9af2\", \"cluster_id\":\"318aad8d-b93e-45fa-b437-a04479335018\", \"created_at\":\"2025-10-30T17:45:36.337310Z\", \"updated_at\":\"2025-10-30T17:45:36.337310Z\", \"name\":\"test-pool-placement-group\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"b679f0a9-4937-48ec-9789-91f0198f3026\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 1649 + body: "{\"region\":\"fr-par\", \"id\":\"318aad8d-b93e-45fa-b437-a04479335018\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:45:30.773233Z\", \"updated_at\":\"2025-10-30T17:46:45.624878Z\", \"type\":\"kapsule\", \"name\":\"test-pool-placement-group\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"calico\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"placement_group\"], \"cluster_url\":\"https://318aad8d-b93e-45fa-b437-a04479335018.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.318aad8d-b93e-45fa-b437-a04479335018.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"a6e03343-b4f2-464c-91d9-fbf821df60a9\", \"commitment_ends_at\":\"2025-10-30T17:45:30.773242Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"706a0744-bfaf-48f9-86f8-00551cac2d4e\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" headers: Content-Length: - - "760" + - "1649" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 17:47:13 GMT + - Thu, 30 Oct 2025 17:51:24 GMT Server: - Scaleway API Gateway (fr-par-3;edge01) X-Request-Id: - - 85b40539-e423-424f-acbf-a17458c25521 + - 811c98a8-80bb-4539-baa1-66c1e70919fb status: 200 OK code: 200 - duration: 69.646282ms + duration: 92.55377ms - id: 35 request: proto: HTTP/1.1 @@ -1161,22 +1197,22 @@ interactions: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 760 - body: "{\"region\":\"fr-par\", \"id\":\"fabf3205-5e2b-4119-9624-91f3fd4f9af2\", \"cluster_id\":\"318aad8d-b93e-45fa-b437-a04479335018\", \"created_at\":\"2025-10-30T17:45:36.337310Z\", \"updated_at\":\"2025-10-30T17:45:36.337310Z\", \"name\":\"test-pool-placement-group\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"b679f0a9-4937-48ec-9789-91f0198f3026\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 758 + body: "{\"region\":\"fr-par\", \"id\":\"fabf3205-5e2b-4119-9624-91f3fd4f9af2\", \"cluster_id\":\"318aad8d-b93e-45fa-b437-a04479335018\", \"created_at\":\"2025-10-30T17:45:36.337310Z\", \"updated_at\":\"2025-10-30T17:51:18.354228Z\", \"name\":\"test-pool-placement-group\", \"status\":\"ready\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"b679f0a9-4937-48ec-9789-91f0198f3026\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" headers: Content-Length: - - "760" + - "758" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 17:47:18 GMT + - Thu, 30 Oct 2025 17:51:24 GMT Server: - Scaleway API Gateway (fr-par-3;edge01) X-Request-Id: - - 28ddc899-802b-4280-a53b-9f003bef30e2 + - 33ef23ba-b961-402c-9e9b-b0da25bc9c65 status: 200 OK code: 200 - duration: 77.409675ms + duration: 93.54987ms - id: 36 request: proto: HTTP/1.1 @@ -1187,28 +1223,28 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/fabf3205-5e2b-4119-9624-91f3fd4f9af2 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/placement_groups/b679f0a9-4937-48ec-9789-91f0198f3026 method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 760 - body: "{\"region\":\"fr-par\", \"id\":\"fabf3205-5e2b-4119-9624-91f3fd4f9af2\", \"cluster_id\":\"318aad8d-b93e-45fa-b437-a04479335018\", \"created_at\":\"2025-10-30T17:45:36.337310Z\", \"updated_at\":\"2025-10-30T17:45:36.337310Z\", \"name\":\"test-pool-placement-group\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"b679f0a9-4937-48ec-9789-91f0198f3026\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 331 + body: "{\"placement_group\": {\"id\": \"b679f0a9-4937-48ec-9789-91f0198f3026\", \"name\": \"test-pool-placement-group\", \"organization\": \"105bdce1-64c0-48ab-899d-868455867ecf\", \"project\": \"105bdce1-64c0-48ab-899d-868455867ecf\", \"policy_mode\": \"optional\", \"policy_type\": \"max_availability\", \"policy_respected\": true, \"tags\": [], \"zone\": \"fr-par-1\"}}" headers: Content-Length: - - "760" + - "331" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 17:47:23 GMT + - Thu, 30 Oct 2025 17:51:24 GMT Server: - Scaleway API Gateway (fr-par-3;edge01) X-Request-Id: - - e274c7bf-883b-42fc-be17-7a6f23c9198d + - c9a3f807-ba0b-4265-b349-52bddc3a96a5 status: 200 OK code: 200 - duration: 92.876497ms + duration: 111.804453ms - id: 37 request: proto: HTTP/1.1 @@ -1219,28 +1255,28 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/fabf3205-5e2b-4119-9624-91f3fd4f9af2 + url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks/a6e03343-b4f2-464c-91d9-fbf821df60a9 method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 760 - body: "{\"region\":\"fr-par\", \"id\":\"fabf3205-5e2b-4119-9624-91f3fd4f9af2\", \"cluster_id\":\"318aad8d-b93e-45fa-b437-a04479335018\", \"created_at\":\"2025-10-30T17:45:36.337310Z\", \"updated_at\":\"2025-10-30T17:45:36.337310Z\", \"name\":\"test-pool-placement-group\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"b679f0a9-4937-48ec-9789-91f0198f3026\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 1095 + body: "{\"id\":\"a6e03343-b4f2-464c-91d9-fbf821df60a9\", \"name\":\"test-pool-placement-group\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:45:29.724802Z\", \"updated_at\":\"2025-10-30T17:45:29.724802Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"subnets\":[{\"id\":\"d0de5f08-a5b5-4b74-910f-074464b7628c\", \"created_at\":\"2025-10-30T17:45:29.724802Z\", \"updated_at\":\"2025-10-30T17:45:29.724802Z\", \"subnet\":\"172.18.36.0/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"a6e03343-b4f2-464c-91d9-fbf821df60a9\", \"vpc_id\":\"f3ec978c-ac7e-4f09-b168-577fbba93617\"}, {\"id\":\"6d2c167e-e877-4762-911a-5b108ec599c5\", \"created_at\":\"2025-10-30T17:45:29.724802Z\", \"updated_at\":\"2025-10-30T17:45:29.724802Z\", \"subnet\":\"fd5f:519c:6d46:3cb1::/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"a6e03343-b4f2-464c-91d9-fbf821df60a9\", \"vpc_id\":\"f3ec978c-ac7e-4f09-b168-577fbba93617\"}], \"vpc_id\":\"f3ec978c-ac7e-4f09-b168-577fbba93617\", \"dhcp_enabled\":true, \"default_route_propagation_enabled\":false, \"region\":\"fr-par\"}" headers: Content-Length: - - "760" + - "1095" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 17:47:28 GMT + - Thu, 30 Oct 2025 17:51:24 GMT Server: - Scaleway API Gateway (fr-par-3;edge01) X-Request-Id: - - 7cd57c1d-727f-4e4b-8f01-51fb559f80e3 + - 1ac4025f-7585-4c63-baf2-8f9c3dfe1d22 status: 200 OK code: 200 - duration: 74.489183ms + duration: 50.330929ms - id: 38 request: proto: HTTP/1.1 @@ -1251,28 +1287,28 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/fabf3205-5e2b-4119-9624-91f3fd4f9af2 + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/318aad8d-b93e-45fa-b437-a04479335018/kubeconfig method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 760 - body: "{\"region\":\"fr-par\", \"id\":\"fabf3205-5e2b-4119-9624-91f3fd4f9af2\", \"cluster_id\":\"318aad8d-b93e-45fa-b437-a04479335018\", \"created_at\":\"2025-10-30T17:45:36.337310Z\", \"updated_at\":\"2025-10-30T17:45:36.337310Z\", \"name\":\"test-pool-placement-group\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"b679f0a9-4937-48ec-9789-91f0198f3026\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 1738 + body: "{\"name\":\"kubeconfig\", \"content_type\":\"application/octet-stream\", \"content\":\"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogInRlc3QtcG9vbC1wbGFjZW1lbnQtZ3JvdXAiCiAgY2x1c3RlcjoKICAgIGNlcnRpZmljYXRlLWF1dGhvcml0eS1kYXRhOiBMUzB0TFMxQ1JVZEpUaUJEUlZKVVNVWkpRMEZVUlMwdExTMHRDazFKU1VKWGVrTkRRVkZIWjBGM1NVSkJaMGxDUVVSQlMwSm5aM0ZvYTJwUFVGRlJSRUZxUVZaTlVrMTNSVkZaUkZaUlVVUkZkM0J5WkZkS2JHTnROV3dLWkVkV2VrMUNORmhFVkVreFRWUkJlVTlVUlROT1JGVjZUVVp2V0VSVVRURk5WRUY1VDFSRk0wNUVWWHBOUm05M1JsUkZWRTFDUlVkQk1WVkZRWGhOU3dwaE0xWnBXbGhLZFZwWVVteGpla0phVFVKTlIwSjVjVWRUVFRRNVFXZEZSME5EY1VkVFRUUTVRWGRGU0VFd1NVRkNUMFp3VDI1aEx6Y3JUa1EwVkZWV0NtbGpiR05wU25wbGIzVmxRV3B6UlZJNVNWaFVXVkYwYjFoemRWaDRSVVVyTDNFMlVXTlJRbGwxUm5GeFZsRjFjbTlPUlVNMlNtZG5Ta1l3VGtoVVNuRUtkbVJHVEd3MWRXcFJha0pCVFVFMFIwRXhWV1JFZDBWQ0wzZFJSVUYzU1VOd1JFRlFRbWRPVmtoU1RVSkJaamhGUWxSQlJFRlJTQzlOUWpCSFFURlZaQXBFWjFGWFFrSlVhMUJQU0UxSlRqaHRibGczUmpkME1UaG9XVEZZWWtnMGNtaEVRVXRDWjJkeGFHdHFUMUJSVVVSQlowNUpRVVJDUmtGcFFsbDNlRFpJQ25SR1JVUkRLMGgwU0ZJd2JXNXBTVTFNWmtOMVlrcG9URkZZYzBoTFNFMVpLMWM0WWxKUlNXaEJTVFE1TTJ0aVVGZGlUQzlyYmpoNFdYWlFRalU0Ym0wS2JUZ3JhRGg0YUdGb1UyVTJUbkZWYUhOeVRFa0tMUzB0TFMxRlRrUWdRMFZTVkVsR1NVTkJWRVV0TFMwdExRbz0KICAgIHNlcnZlcjogaHR0cHM6Ly8zMThhYWQ4ZC1iOTNlLTQ1ZmEtYjQzNy1hMDQ0NzkzMzUwMTguYXBpLms4cy5mci1wYXIuc2N3LmNsb3VkOjY0NDMKY29udGV4dHM6Ci0gbmFtZTogYWRtaW5AdGVzdC1wb29sLXBsYWNlbWVudC1ncm91cAogIGNvbnRleHQ6CiAgICBjbHVzdGVyOiAidGVzdC1wb29sLXBsYWNlbWVudC1ncm91cCIKICAgIHVzZXI6IHRlc3QtcG9vbC1wbGFjZW1lbnQtZ3JvdXAtYWRtaW4KY3VycmVudC1jb250ZXh0OiBhZG1pbkB0ZXN0LXBvb2wtcGxhY2VtZW50LWdyb3VwCmtpbmQ6IENvbmZpZwpwcmVmZXJlbmNlczoge30KdXNlcnM6Ci0gbmFtZTogdGVzdC1wb29sLXBsYWNlbWVudC1ncm91cC1hZG1pbgogIHVzZXI6CiAgICB0b2tlbjogZG5McXR5WVBCVHJuNW1CajNGdDVBUWJFTWw0aDR5ZnpTNW1wRFpCRnY2NGt2UmZKMFFvdGNBeGU=\"}" headers: Content-Length: - - "760" + - "1738" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 17:47:33 GMT + - Thu, 30 Oct 2025 17:51:24 GMT Server: - Scaleway API Gateway (fr-par-3;edge01) X-Request-Id: - - 555dfd7b-7fd5-4198-9fc3-85fb91155c23 + - 5d39ab1f-44a7-4015-9f1d-5c9c07579fc1 status: 200 OK code: 200 - duration: 95.026958ms + duration: 100.505857ms - id: 39 request: proto: HTTP/1.1 @@ -1280,31 +1316,40 @@ interactions: proto_minor: 1 content_length: 0 host: api.scaleway.com + form: + order_by: + - created_at_asc + page: + - "1" + pool_id: + - fabf3205-5e2b-4119-9624-91f3fd4f9af2 + status: + - unknown headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/fabf3205-5e2b-4119-9624-91f3fd4f9af2 + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/318aad8d-b93e-45fa-b437-a04479335018/nodes?order_by=created_at_asc&page=1&pool_id=fabf3205-5e2b-4119-9624-91f3fd4f9af2&status=unknown method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 760 - body: "{\"region\":\"fr-par\", \"id\":\"fabf3205-5e2b-4119-9624-91f3fd4f9af2\", \"cluster_id\":\"318aad8d-b93e-45fa-b437-a04479335018\", \"created_at\":\"2025-10-30T17:45:36.337310Z\", \"updated_at\":\"2025-10-30T17:45:36.337310Z\", \"name\":\"test-pool-placement-group\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"b679f0a9-4937-48ec-9789-91f0198f3026\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 619 + body: "{\"total_count\":1, \"nodes\":[{\"region\":\"fr-par\", \"id\":\"046d87c5-5633-44b8-b7d5-de075a08aa4f\", \"cluster_id\":\"318aad8d-b93e-45fa-b437-a04479335018\", \"created_at\":\"2025-10-30T17:50:42.420824Z\", \"updated_at\":\"2025-10-30T17:51:18.341157Z\", \"pool_id\":\"fabf3205-5e2b-4119-9624-91f3fd4f9af2\", \"status\":\"ready\", \"conditions\":{\"DiskPressure\":\"False\", \"MemoryPressure\":\"False\", \"PIDPressure\":\"False\", \"Ready\":\"True\"}, \"name\":\"scw-test-pool-placeme-test-pool-placeme-046d87\", \"public_ip_v4\":\"51.15.236.240\", \"public_ip_v6\":null, \"provider_id\":\"scaleway://instance/fr-par-1/48201a01-ad07-4809-92af-588df31167e0\", \"error_message\":\"\"}]}" headers: Content-Length: - - "760" + - "619" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 17:47:38 GMT + - Thu, 30 Oct 2025 17:51:24 GMT Server: - Scaleway API Gateway (fr-par-3;edge01) X-Request-Id: - - 2fd01183-ad4e-46c9-9d17-8ada05d7d551 + - b043e2ec-9cf5-4960-9eba-462f91e05ae7 status: 200 OK code: 200 - duration: 80.527024ms + duration: 103.741609ms - id: 40 request: proto: HTTP/1.1 @@ -1315,28 +1360,28 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/fabf3205-5e2b-4119-9624-91f3fd4f9af2 + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/318aad8d-b93e-45fa-b437-a04479335018 method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 760 - body: "{\"region\":\"fr-par\", \"id\":\"fabf3205-5e2b-4119-9624-91f3fd4f9af2\", \"cluster_id\":\"318aad8d-b93e-45fa-b437-a04479335018\", \"created_at\":\"2025-10-30T17:45:36.337310Z\", \"updated_at\":\"2025-10-30T17:45:36.337310Z\", \"name\":\"test-pool-placement-group\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"b679f0a9-4937-48ec-9789-91f0198f3026\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 1649 + body: "{\"region\":\"fr-par\", \"id\":\"318aad8d-b93e-45fa-b437-a04479335018\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:45:30.773233Z\", \"updated_at\":\"2025-10-30T17:46:45.624878Z\", \"type\":\"kapsule\", \"name\":\"test-pool-placement-group\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"calico\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"placement_group\"], \"cluster_url\":\"https://318aad8d-b93e-45fa-b437-a04479335018.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.318aad8d-b93e-45fa-b437-a04479335018.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"a6e03343-b4f2-464c-91d9-fbf821df60a9\", \"commitment_ends_at\":\"2025-10-30T17:45:30.773242Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"706a0744-bfaf-48f9-86f8-00551cac2d4e\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" headers: Content-Length: - - "760" + - "1649" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 17:47:44 GMT + - Thu, 30 Oct 2025 17:51:24 GMT Server: - Scaleway API Gateway (fr-par-3;edge01) X-Request-Id: - - 434f0487-4607-4198-be2b-aa390e502be6 + - d01548a2-4112-4a8b-b1ab-8d8d8e7e6b6f status: 200 OK code: 200 - duration: 89.968637ms + duration: 18.215771ms - id: 41 request: proto: HTTP/1.1 @@ -1344,31 +1389,40 @@ interactions: proto_minor: 1 content_length: 0 host: api.scaleway.com + form: + order_by: + - created_at_desc + project_id: + - 105bdce1-64c0-48ab-899d-868455867ecf + resource_name: + - scw-test-pool-placeme-test-pool-placeme-046d87 + resource_type: + - unknown_type headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/fabf3205-5e2b-4119-9624-91f3fd4f9af2 + url: https://api.scaleway.com/ipam/v1/regions/fr-par/ips?order_by=created_at_desc&project_id=105bdce1-64c0-48ab-899d-868455867ecf&resource_name=scw-test-pool-placeme-test-pool-placeme-046d87&resource_type=unknown_type method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 760 - body: "{\"region\":\"fr-par\", \"id\":\"fabf3205-5e2b-4119-9624-91f3fd4f9af2\", \"cluster_id\":\"318aad8d-b93e-45fa-b437-a04479335018\", \"created_at\":\"2025-10-30T17:45:36.337310Z\", \"updated_at\":\"2025-10-30T17:45:36.337310Z\", \"name\":\"test-pool-placement-group\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"b679f0a9-4937-48ec-9789-91f0198f3026\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 1122 + body: "{\"total_count\":2, \"ips\":[{\"id\":\"8d879388-074e-4835-90fc-32ef09afdcb0\", \"address\":\"fd5f:519c:6d46:3cb1:1a34:ef11:4b6a:46c5/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":true, \"created_at\":\"2025-10-30T17:50:46.508424Z\", \"updated_at\":\"2025-10-30T17:50:46.508424Z\", \"source\":{\"subnet_id\":\"6d2c167e-e877-4762-911a-5b108ec599c5\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"f7117353-47c3-4ba3-8f9a-e2038c9a4dda\", \"mac_address\":\"02:00:00:1F:EA:24\", \"name\":\"scw-test-pool-placeme-test-pool-placeme-046d87\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}, {\"id\":\"cb27ced9-cac2-4839-afa7-639514152cec\", \"address\":\"172.18.36.3/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":false, \"created_at\":\"2025-10-30T17:50:46.349722Z\", \"updated_at\":\"2025-10-30T17:50:46.349722Z\", \"source\":{\"subnet_id\":\"d0de5f08-a5b5-4b74-910f-074464b7628c\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"f7117353-47c3-4ba3-8f9a-e2038c9a4dda\", \"mac_address\":\"02:00:00:1F:EA:24\", \"name\":\"scw-test-pool-placeme-test-pool-placeme-046d87\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}]}" headers: Content-Length: - - "760" + - "1122" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 17:47:49 GMT + - Thu, 30 Oct 2025 17:51:24 GMT Server: - Scaleway API Gateway (fr-par-3;edge01) X-Request-Id: - - 442320e3-4233-4f34-8e3a-210a6ace1879 + - 1905a7e7-97ac-4ee9-9814-2a656e5be36d status: 200 OK code: 200 - duration: 79.954495ms + duration: 30.535455ms - id: 42 request: proto: HTTP/1.1 @@ -1380,27 +1434,27 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/fabf3205-5e2b-4119-9624-91f3fd4f9af2 - method: GET + method: DELETE response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 760 - body: "{\"region\":\"fr-par\", \"id\":\"fabf3205-5e2b-4119-9624-91f3fd4f9af2\", \"cluster_id\":\"318aad8d-b93e-45fa-b437-a04479335018\", \"created_at\":\"2025-10-30T17:45:36.337310Z\", \"updated_at\":\"2025-10-30T17:45:36.337310Z\", \"name\":\"test-pool-placement-group\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"b679f0a9-4937-48ec-9789-91f0198f3026\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 761 + body: "{\"region\":\"fr-par\", \"id\":\"fabf3205-5e2b-4119-9624-91f3fd4f9af2\", \"cluster_id\":\"318aad8d-b93e-45fa-b437-a04479335018\", \"created_at\":\"2025-10-30T17:45:36.337310Z\", \"updated_at\":\"2025-10-30T17:51:24.985101Z\", \"name\":\"test-pool-placement-group\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"b679f0a9-4937-48ec-9789-91f0198f3026\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" headers: Content-Length: - - "760" + - "761" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 17:47:54 GMT + - Thu, 30 Oct 2025 17:51:25 GMT Server: - Scaleway API Gateway (fr-par-3;edge01) X-Request-Id: - - 38ffc395-a97f-4f58-b120-e04f7a5e893a + - 9d36f55f-7def-47a4-93f9-e8d12bf3d411 status: 200 OK code: 200 - duration: 77.697626ms + duration: 52.003008ms - id: 43 request: proto: HTTP/1.1 @@ -1417,22 +1471,22 @@ interactions: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 760 - body: "{\"region\":\"fr-par\", \"id\":\"fabf3205-5e2b-4119-9624-91f3fd4f9af2\", \"cluster_id\":\"318aad8d-b93e-45fa-b437-a04479335018\", \"created_at\":\"2025-10-30T17:45:36.337310Z\", \"updated_at\":\"2025-10-30T17:45:36.337310Z\", \"name\":\"test-pool-placement-group\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"b679f0a9-4937-48ec-9789-91f0198f3026\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 761 + body: "{\"region\":\"fr-par\", \"id\":\"fabf3205-5e2b-4119-9624-91f3fd4f9af2\", \"cluster_id\":\"318aad8d-b93e-45fa-b437-a04479335018\", \"created_at\":\"2025-10-30T17:45:36.337310Z\", \"updated_at\":\"2025-10-30T17:51:24.985101Z\", \"name\":\"test-pool-placement-group\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"b679f0a9-4937-48ec-9789-91f0198f3026\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" headers: Content-Length: - - "760" + - "761" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 17:47:59 GMT + - Thu, 30 Oct 2025 17:51:25 GMT Server: - Scaleway API Gateway (fr-par-3;edge01) X-Request-Id: - - cbfcd178-d37d-4576-ab57-15eb561f0425 + - 65db3b7d-e6fb-45e3-8331-910012c7ff4c status: 200 OK code: 200 - duration: 96.092414ms + duration: 20.725681ms - id: 44 request: proto: HTTP/1.1 @@ -1449,22 +1503,22 @@ interactions: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 760 - body: "{\"region\":\"fr-par\", \"id\":\"fabf3205-5e2b-4119-9624-91f3fd4f9af2\", \"cluster_id\":\"318aad8d-b93e-45fa-b437-a04479335018\", \"created_at\":\"2025-10-30T17:45:36.337310Z\", \"updated_at\":\"2025-10-30T17:45:36.337310Z\", \"name\":\"test-pool-placement-group\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"b679f0a9-4937-48ec-9789-91f0198f3026\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 125 + body: "{\"message\":\"resource is not found\",\"resource\":\"pool\",\"resource_id\":\"fabf3205-5e2b-4119-9624-91f3fd4f9af2\",\"type\":\"not_found\"}" headers: Content-Length: - - "760" + - "125" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 17:48:04 GMT + - Thu, 30 Oct 2025 17:55:44 GMT Server: - Scaleway API Gateway (fr-par-3;edge01) X-Request-Id: - - 42b2de92-88df-4738-9538-1482d7dd06d6 - status: 200 OK - code: 200 - duration: 72.398159ms + - 17290b71-9f8c-4611-b688-0151fd19f922 + status: 404 Not Found + code: 404 + duration: 37.54197ms - id: 45 request: proto: HTTP/1.1 @@ -1475,28 +1529,26 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/fabf3205-5e2b-4119-9624-91f3fd4f9af2 - method: GET + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/placement_groups/b679f0a9-4937-48ec-9789-91f0198f3026 + method: DELETE response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 760 - body: "{\"region\":\"fr-par\", \"id\":\"fabf3205-5e2b-4119-9624-91f3fd4f9af2\", \"cluster_id\":\"318aad8d-b93e-45fa-b437-a04479335018\", \"created_at\":\"2025-10-30T17:45:36.337310Z\", \"updated_at\":\"2025-10-30T17:45:36.337310Z\", \"name\":\"test-pool-placement-group\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"b679f0a9-4937-48ec-9789-91f0198f3026\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 0 + body: "" headers: - Content-Length: - - "760" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 17:48:09 GMT + - Thu, 30 Oct 2025 17:55:44 GMT Server: - Scaleway API Gateway (fr-par-3;edge01) X-Request-Id: - - d235adc9-a7b9-4f4b-9d27-631205f92e8e - status: 200 OK - code: 200 - duration: 81.23577ms + - d0d791b1-865e-4776-9f1a-00805d22ddf5 + status: 204 No Content + code: 204 + duration: 160.95731ms - id: 46 request: proto: HTTP/1.1 @@ -1504,31 +1556,34 @@ interactions: proto_minor: 1 content_length: 0 host: api.scaleway.com + form: + with_additional_resources: + - "false" headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/fabf3205-5e2b-4119-9624-91f3fd4f9af2 - method: GET + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/318aad8d-b93e-45fa-b437-a04479335018?with_additional_resources=false + method: DELETE response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 760 - body: "{\"region\":\"fr-par\", \"id\":\"fabf3205-5e2b-4119-9624-91f3fd4f9af2\", \"cluster_id\":\"318aad8d-b93e-45fa-b437-a04479335018\", \"created_at\":\"2025-10-30T17:45:36.337310Z\", \"updated_at\":\"2025-10-30T17:45:36.337310Z\", \"name\":\"test-pool-placement-group\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"b679f0a9-4937-48ec-9789-91f0198f3026\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 1653 + body: "{\"region\":\"fr-par\", \"id\":\"318aad8d-b93e-45fa-b437-a04479335018\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:45:30.773233Z\", \"updated_at\":\"2025-10-30T17:55:44.920902Z\", \"type\":\"kapsule\", \"name\":\"test-pool-placement-group\", \"description\":\"\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"cni\":\"calico\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"placement_group\"], \"cluster_url\":\"https://318aad8d-b93e-45fa-b437-a04479335018.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.318aad8d-b93e-45fa-b437-a04479335018.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"a6e03343-b4f2-464c-91d9-fbf821df60a9\", \"commitment_ends_at\":\"2025-10-30T17:45:30.773242Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"706a0744-bfaf-48f9-86f8-00551cac2d4e\", \"new_images_enabled\":false, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" headers: Content-Length: - - "760" + - "1653" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 17:48:14 GMT + - Thu, 30 Oct 2025 17:55:44 GMT Server: - Scaleway API Gateway (fr-par-3;edge01) X-Request-Id: - - 8a6b93ee-0100-48fd-a424-3ed9dea158e2 + - 19ee965c-ba35-4d25-8771-d562a9cfd63e status: 200 OK code: 200 - duration: 93.70794ms + duration: 160.255802ms - id: 47 request: proto: HTTP/1.1 @@ -1539,60 +1594,65 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/fabf3205-5e2b-4119-9624-91f3fd4f9af2 + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/318aad8d-b93e-45fa-b437-a04479335018 method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 760 - body: "{\"region\":\"fr-par\", \"id\":\"fabf3205-5e2b-4119-9624-91f3fd4f9af2\", \"cluster_id\":\"318aad8d-b93e-45fa-b437-a04479335018\", \"created_at\":\"2025-10-30T17:45:36.337310Z\", \"updated_at\":\"2025-10-30T17:45:36.337310Z\", \"name\":\"test-pool-placement-group\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"b679f0a9-4937-48ec-9789-91f0198f3026\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 1652 + body: "{\"region\":\"fr-par\", \"id\":\"318aad8d-b93e-45fa-b437-a04479335018\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:45:30.773233Z\", \"updated_at\":\"2025-10-30T17:55:44.920902Z\", \"type\":\"kapsule\", \"name\":\"test-pool-placement-group\", \"description\":\"\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"cni\":\"calico\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"placement_group\"], \"cluster_url\":\"https://318aad8d-b93e-45fa-b437-a04479335018.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.318aad8d-b93e-45fa-b437-a04479335018.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"a6e03343-b4f2-464c-91d9-fbf821df60a9\", \"commitment_ends_at\":\"2025-10-30T17:45:30.773242Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"706a0744-bfaf-48f9-86f8-00551cac2d4e\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" headers: Content-Length: - - "760" + - "1652" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 17:48:19 GMT + - Thu, 30 Oct 2025 17:55:45 GMT Server: - Scaleway API Gateway (fr-par-3;edge01) X-Request-Id: - - a7e59b91-c8e4-4688-ab69-3f34ec4d0061 + - a3eb29a2-3688-4468-93ce-89b31b88f329 status: 200 OK code: 200 - duration: 105.678219ms + duration: 80.918766ms - id: 48 request: proto: HTTP/1.1 proto_major: 1 proto_minor: 1 - content_length: 0 + content_length: 143 host: api.scaleway.com + body: "{\"name\":\"test-pool-placement-group\",\"project\":\"105bdce1-64c0-48ab-899d-868455867ecf\",\"policy_mode\":\"optional\",\"policy_type\":\"max_availability\"}" headers: + Content-Type: + - application/json User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/fabf3205-5e2b-4119-9624-91f3fd4f9af2 - method: GET + url: https://api.scaleway.com/instance/v1/zones/nl-ams-2/placement_groups + method: POST response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 760 - body: "{\"region\":\"fr-par\", \"id\":\"fabf3205-5e2b-4119-9624-91f3fd4f9af2\", \"cluster_id\":\"318aad8d-b93e-45fa-b437-a04479335018\", \"created_at\":\"2025-10-30T17:45:36.337310Z\", \"updated_at\":\"2025-10-30T17:45:36.337310Z\", \"name\":\"test-pool-placement-group\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"b679f0a9-4937-48ec-9789-91f0198f3026\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 331 + body: "{\"placement_group\": {\"id\": \"92444188-3b2e-4515-a75d-f228a9ef8202\", \"name\": \"test-pool-placement-group\", \"organization\": \"105bdce1-64c0-48ab-899d-868455867ecf\", \"project\": \"105bdce1-64c0-48ab-899d-868455867ecf\", \"policy_mode\": \"optional\", \"policy_type\": \"max_availability\", \"policy_respected\": true, \"tags\": [], \"zone\": \"nl-ams-2\"}}" headers: Content-Length: - - "760" + - "331" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 17:48:24 GMT + - Thu, 30 Oct 2025 17:55:45 GMT + Location: + - https://api.scaleway.com/instance/v1/zones/nl-ams-2/placement_groups/92444188-3b2e-4515-a75d-f228a9ef8202 Server: - Scaleway API Gateway (fr-par-3;edge01) X-Request-Id: - - 3274bda1-9d5f-49ed-b743-a1618fadfc25 - status: 200 OK - code: 200 - duration: 105.292018ms + - f1a1cbe2-ec10-424e-a122-9b3d453d5afb + status: 201 Created + code: 201 + duration: 270.361169ms - id: 49 request: proto: HTTP/1.1 @@ -1603,28 +1663,28 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/fabf3205-5e2b-4119-9624-91f3fd4f9af2 + url: https://api.scaleway.com/instance/v1/zones/nl-ams-2/placement_groups/92444188-3b2e-4515-a75d-f228a9ef8202 method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 760 - body: "{\"region\":\"fr-par\", \"id\":\"fabf3205-5e2b-4119-9624-91f3fd4f9af2\", \"cluster_id\":\"318aad8d-b93e-45fa-b437-a04479335018\", \"created_at\":\"2025-10-30T17:45:36.337310Z\", \"updated_at\":\"2025-10-30T17:45:36.337310Z\", \"name\":\"test-pool-placement-group\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"b679f0a9-4937-48ec-9789-91f0198f3026\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 331 + body: "{\"placement_group\": {\"id\": \"92444188-3b2e-4515-a75d-f228a9ef8202\", \"name\": \"test-pool-placement-group\", \"organization\": \"105bdce1-64c0-48ab-899d-868455867ecf\", \"project\": \"105bdce1-64c0-48ab-899d-868455867ecf\", \"policy_mode\": \"optional\", \"policy_type\": \"max_availability\", \"policy_respected\": true, \"tags\": [], \"zone\": \"nl-ams-2\"}}" headers: Content-Length: - - "760" + - "331" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 17:48:30 GMT + - Thu, 30 Oct 2025 17:55:45 GMT Server: - Scaleway API Gateway (fr-par-3;edge01) X-Request-Id: - - b49a9db9-ab8d-4996-af96-9be58d2e8dba + - 58f7f2d4-4aec-416e-add7-47009bc662b0 status: 200 OK code: 200 - duration: 335.721825ms + duration: 132.768785ms - id: 50 request: proto: HTTP/1.1 @@ -1635,28 +1695,28 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/fabf3205-5e2b-4119-9624-91f3fd4f9af2 + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/318aad8d-b93e-45fa-b437-a04479335018 method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 760 - body: "{\"region\":\"fr-par\", \"id\":\"fabf3205-5e2b-4119-9624-91f3fd4f9af2\", \"cluster_id\":\"318aad8d-b93e-45fa-b437-a04479335018\", \"created_at\":\"2025-10-30T17:45:36.337310Z\", \"updated_at\":\"2025-10-30T17:45:36.337310Z\", \"name\":\"test-pool-placement-group\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"b679f0a9-4937-48ec-9789-91f0198f3026\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 1652 + body: "{\"region\":\"fr-par\", \"id\":\"318aad8d-b93e-45fa-b437-a04479335018\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:45:30.773233Z\", \"updated_at\":\"2025-10-30T17:55:44.920902Z\", \"type\":\"kapsule\", \"name\":\"test-pool-placement-group\", \"description\":\"\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"cni\":\"calico\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"placement_group\"], \"cluster_url\":\"https://318aad8d-b93e-45fa-b437-a04479335018.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.318aad8d-b93e-45fa-b437-a04479335018.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"a6e03343-b4f2-464c-91d9-fbf821df60a9\", \"commitment_ends_at\":\"2025-10-30T17:45:30.773242Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"706a0744-bfaf-48f9-86f8-00551cac2d4e\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" headers: Content-Length: - - "760" + - "1652" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 17:48:35 GMT + - Thu, 30 Oct 2025 17:55:50 GMT Server: - Scaleway API Gateway (fr-par-3;edge01) X-Request-Id: - - 6297d6b6-1937-4ae7-aa24-cf837713fa2d + - 87e5fa3e-8505-4488-b9e7-4a013a19b4d7 status: 200 OK code: 200 - duration: 72.144348ms + duration: 91.882266ms - id: 51 request: proto: HTTP/1.1 @@ -1667,28 +1727,28 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/fabf3205-5e2b-4119-9624-91f3fd4f9af2 + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/318aad8d-b93e-45fa-b437-a04479335018 method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 760 - body: "{\"region\":\"fr-par\", \"id\":\"fabf3205-5e2b-4119-9624-91f3fd4f9af2\", \"cluster_id\":\"318aad8d-b93e-45fa-b437-a04479335018\", \"created_at\":\"2025-10-30T17:45:36.337310Z\", \"updated_at\":\"2025-10-30T17:45:36.337310Z\", \"name\":\"test-pool-placement-group\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"b679f0a9-4937-48ec-9789-91f0198f3026\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 128 + body: "{\"message\":\"resource is not found\",\"resource\":\"cluster\",\"resource_id\":\"318aad8d-b93e-45fa-b437-a04479335018\",\"type\":\"not_found\"}" headers: Content-Length: - - "760" + - "128" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 17:48:40 GMT + - Thu, 30 Oct 2025 17:56:00 GMT Server: - Scaleway API Gateway (fr-par-3;edge01) X-Request-Id: - - e5b5933c-0372-4511-a20f-17431c55b575 - status: 200 OK - code: 200 - duration: 103.227926ms + - 2a310ad9-356a-4ae4-bca3-5eaf52c613f2 + status: 404 Not Found + code: 404 + duration: 26.086689ms - id: 52 request: proto: HTTP/1.1 @@ -1699,28 +1759,26 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/fabf3205-5e2b-4119-9624-91f3fd4f9af2 - method: GET + url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks/a6e03343-b4f2-464c-91d9-fbf821df60a9 + method: DELETE response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 760 - body: "{\"region\":\"fr-par\", \"id\":\"fabf3205-5e2b-4119-9624-91f3fd4f9af2\", \"cluster_id\":\"318aad8d-b93e-45fa-b437-a04479335018\", \"created_at\":\"2025-10-30T17:45:36.337310Z\", \"updated_at\":\"2025-10-30T17:45:36.337310Z\", \"name\":\"test-pool-placement-group\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"b679f0a9-4937-48ec-9789-91f0198f3026\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 0 + body: "" headers: - Content-Length: - - "760" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 17:48:45 GMT + - Thu, 30 Oct 2025 17:56:01 GMT Server: - Scaleway API Gateway (fr-par-3;edge01) X-Request-Id: - - 43957ec7-40b8-4bbc-bda9-a26521819d50 - status: 200 OK - code: 200 - duration: 73.78498ms + - a427735f-1928-4bcc-9910-1808d4ae31e2 + status: 204 No Content + code: 204 + duration: 1.040367668s - id: 53 request: proto: HTTP/1.1 @@ -1731,60 +1789,61 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/fabf3205-5e2b-4119-9624-91f3fd4f9af2 - method: GET + url: https://api.scaleway.com/vpc/v2/regions/fr-par/vpcs/f3ec978c-ac7e-4f09-b168-577fbba93617 + method: DELETE response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 760 - body: "{\"region\":\"fr-par\", \"id\":\"fabf3205-5e2b-4119-9624-91f3fd4f9af2\", \"cluster_id\":\"318aad8d-b93e-45fa-b437-a04479335018\", \"created_at\":\"2025-10-30T17:45:36.337310Z\", \"updated_at\":\"2025-10-30T17:45:36.337310Z\", \"name\":\"test-pool-placement-group\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"b679f0a9-4937-48ec-9789-91f0198f3026\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 0 + body: "" headers: - Content-Length: - - "760" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 17:48:50 GMT + - Thu, 30 Oct 2025 17:56:01 GMT Server: - Scaleway API Gateway (fr-par-3;edge01) X-Request-Id: - - d18dd417-5b1b-4498-9fac-2cfac8cb16e1 - status: 200 OK - code: 200 - duration: 93.387319ms + - 7561e295-a026-4801-b49f-a8f37b773951 + status: 204 No Content + code: 204 + duration: 218.893587ms - id: 54 request: proto: HTTP/1.1 proto_major: 1 proto_minor: 1 - content_length: 0 + content_length: 149 host: api.scaleway.com + body: "{\"name\":\"testAccCheckK8SPoolConfigPlacementGroupWithCustomZone\",\"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\",\"tags\":[],\"enable_routing\":false}" headers: + Content-Type: + - application/json User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/fabf3205-5e2b-4119-9624-91f3fd4f9af2 - method: GET + url: https://api.scaleway.com/vpc/v2/regions/nl-ams/vpcs + method: POST response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 760 - body: "{\"region\":\"fr-par\", \"id\":\"fabf3205-5e2b-4119-9624-91f3fd4f9af2\", \"cluster_id\":\"318aad8d-b93e-45fa-b437-a04479335018\", \"created_at\":\"2025-10-30T17:45:36.337310Z\", \"updated_at\":\"2025-10-30T17:45:36.337310Z\", \"name\":\"test-pool-placement-group\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"b679f0a9-4937-48ec-9789-91f0198f3026\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 451 + body: "{\"id\":\"cffbd660-4df5-4f5c-bd63-351d28eb1f85\", \"name\":\"testAccCheckK8SPoolConfigPlacementGroupWithCustomZone\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:56:01.666659Z\", \"updated_at\":\"2025-10-30T17:56:01.666659Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_default\":false, \"private_network_count\":0, \"routing_enabled\":true, \"custom_routes_propagation_enabled\":true, \"region\":\"nl-ams\"}" headers: Content-Length: - - "760" + - "451" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 17:48:55 GMT + - Thu, 30 Oct 2025 17:56:01 GMT Server: - Scaleway API Gateway (fr-par-3;edge01) X-Request-Id: - - 4f00684f-5daa-458c-ac1f-9a78f7a53b10 + - 7ba4023d-7591-40f0-8fb1-06e492db867c status: 200 OK code: 200 - duration: 89.833444ms + duration: 153.736076ms - id: 55 request: proto: HTTP/1.1 @@ -1795,60 +1854,63 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/fabf3205-5e2b-4119-9624-91f3fd4f9af2 + url: https://api.scaleway.com/vpc/v2/regions/nl-ams/vpcs/cffbd660-4df5-4f5c-bd63-351d28eb1f85 method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 760 - body: "{\"region\":\"fr-par\", \"id\":\"fabf3205-5e2b-4119-9624-91f3fd4f9af2\", \"cluster_id\":\"318aad8d-b93e-45fa-b437-a04479335018\", \"created_at\":\"2025-10-30T17:45:36.337310Z\", \"updated_at\":\"2025-10-30T17:45:36.337310Z\", \"name\":\"test-pool-placement-group\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"b679f0a9-4937-48ec-9789-91f0198f3026\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 451 + body: "{\"id\":\"cffbd660-4df5-4f5c-bd63-351d28eb1f85\", \"name\":\"testAccCheckK8SPoolConfigPlacementGroupWithCustomZone\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:56:01.666659Z\", \"updated_at\":\"2025-10-30T17:56:01.666659Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_default\":false, \"private_network_count\":0, \"routing_enabled\":true, \"custom_routes_propagation_enabled\":true, \"region\":\"nl-ams\"}" headers: Content-Length: - - "760" + - "451" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 17:49:00 GMT + - Thu, 30 Oct 2025 17:56:01 GMT Server: - Scaleway API Gateway (fr-par-3;edge01) X-Request-Id: - - c466b590-eb74-4aa6-acda-8e231760809a + - ec9dcc79-c3e1-4719-a922-bd4c2111d0b6 status: 200 OK code: 200 - duration: 78.459047ms + duration: 108.530293ms - id: 56 request: proto: HTTP/1.1 proto_major: 1 proto_minor: 1 - content_length: 0 + content_length: 203 host: api.scaleway.com + body: "{\"name\":\"test-pool-placement-group\",\"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\",\"tags\":[],\"subnets\":null,\"vpc_id\":\"cffbd660-4df5-4f5c-bd63-351d28eb1f85\",\"default_route_propagation_enabled\":false}" headers: + Content-Type: + - application/json User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/fabf3205-5e2b-4119-9624-91f3fd4f9af2 - method: GET + url: https://api.scaleway.com/vpc/v2/regions/nl-ams/private-networks + method: POST response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 760 - body: "{\"region\":\"fr-par\", \"id\":\"fabf3205-5e2b-4119-9624-91f3fd4f9af2\", \"cluster_id\":\"318aad8d-b93e-45fa-b437-a04479335018\", \"created_at\":\"2025-10-30T17:45:36.337310Z\", \"updated_at\":\"2025-10-30T17:45:36.337310Z\", \"name\":\"test-pool-placement-group\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"b679f0a9-4937-48ec-9789-91f0198f3026\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 1094 + body: "{\"id\":\"9b711663-f2a0-491c-9671-b2de399ebdad\", \"name\":\"test-pool-placement-group\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:56:01.965238Z\", \"updated_at\":\"2025-10-30T17:56:01.965238Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"subnets\":[{\"id\":\"a7908d7d-d693-4f07-ba9c-6cfaac2e7d69\", \"created_at\":\"2025-10-30T17:56:01.965238Z\", \"updated_at\":\"2025-10-30T17:56:01.965238Z\", \"subnet\":\"172.16.0.0/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"9b711663-f2a0-491c-9671-b2de399ebdad\", \"vpc_id\":\"cffbd660-4df5-4f5c-bd63-351d28eb1f85\"}, {\"id\":\"3cad3b18-2eb9-44f6-ab2f-e533db2f9b3b\", \"created_at\":\"2025-10-30T17:56:01.965238Z\", \"updated_at\":\"2025-10-30T17:56:01.965238Z\", \"subnet\":\"fd5c:d510:d730:aab1::/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"9b711663-f2a0-491c-9671-b2de399ebdad\", \"vpc_id\":\"cffbd660-4df5-4f5c-bd63-351d28eb1f85\"}], \"vpc_id\":\"cffbd660-4df5-4f5c-bd63-351d28eb1f85\", \"dhcp_enabled\":true, \"default_route_propagation_enabled\":false, \"region\":\"nl-ams\"}" headers: Content-Length: - - "760" + - "1094" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 17:49:05 GMT + - Thu, 30 Oct 2025 17:56:02 GMT Server: - Scaleway API Gateway (fr-par-3;edge01) X-Request-Id: - - 150f78fa-a502-4844-a03a-f43870f9f98f + - 81ea5c90-960a-41a8-aee1-94883946a67d status: 200 OK code: 200 - duration: 91.010418ms + duration: 702.88415ms - id: 57 request: proto: HTTP/1.1 @@ -1859,60 +1921,63 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/fabf3205-5e2b-4119-9624-91f3fd4f9af2 + url: https://api.scaleway.com/vpc/v2/regions/nl-ams/private-networks/9b711663-f2a0-491c-9671-b2de399ebdad method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 760 - body: "{\"region\":\"fr-par\", \"id\":\"fabf3205-5e2b-4119-9624-91f3fd4f9af2\", \"cluster_id\":\"318aad8d-b93e-45fa-b437-a04479335018\", \"created_at\":\"2025-10-30T17:45:36.337310Z\", \"updated_at\":\"2025-10-30T17:45:36.337310Z\", \"name\":\"test-pool-placement-group\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"b679f0a9-4937-48ec-9789-91f0198f3026\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 1094 + body: "{\"id\":\"9b711663-f2a0-491c-9671-b2de399ebdad\", \"name\":\"test-pool-placement-group\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:56:01.965238Z\", \"updated_at\":\"2025-10-30T17:56:01.965238Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"subnets\":[{\"id\":\"a7908d7d-d693-4f07-ba9c-6cfaac2e7d69\", \"created_at\":\"2025-10-30T17:56:01.965238Z\", \"updated_at\":\"2025-10-30T17:56:01.965238Z\", \"subnet\":\"172.16.0.0/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"9b711663-f2a0-491c-9671-b2de399ebdad\", \"vpc_id\":\"cffbd660-4df5-4f5c-bd63-351d28eb1f85\"}, {\"id\":\"3cad3b18-2eb9-44f6-ab2f-e533db2f9b3b\", \"created_at\":\"2025-10-30T17:56:01.965238Z\", \"updated_at\":\"2025-10-30T17:56:01.965238Z\", \"subnet\":\"fd5c:d510:d730:aab1::/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"9b711663-f2a0-491c-9671-b2de399ebdad\", \"vpc_id\":\"cffbd660-4df5-4f5c-bd63-351d28eb1f85\"}], \"vpc_id\":\"cffbd660-4df5-4f5c-bd63-351d28eb1f85\", \"dhcp_enabled\":true, \"default_route_propagation_enabled\":false, \"region\":\"nl-ams\"}" headers: Content-Length: - - "760" + - "1094" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 17:49:10 GMT + - Thu, 30 Oct 2025 17:56:02 GMT Server: - Scaleway API Gateway (fr-par-3;edge01) X-Request-Id: - - 2770edc4-031a-44a2-9f48-88cfb9dbd272 + - 94d9c034-c123-4f13-a90b-d249760fdb9b status: 200 OK code: 200 - duration: 90.717702ms + duration: 98.825628ms - id: 58 request: proto: HTTP/1.1 proto_major: 1 proto_minor: 1 - content_length: 0 + content_length: 716 host: api.scaleway.com + body: "{\"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\",\"type\":\"\",\"name\":\"test-pool-placement-group-2\",\"description\":\"\",\"tags\":[\"terraform-test\",\"scaleway_k8s_cluster\",\"placement_group\"],\"version\":\"1.34.1\",\"cni\":\"calico\",\"pools\":null,\"autoscaler_config\":{\"scale_down_disabled\":null,\"scale_down_delay_after_add\":null,\"estimator\":\"unknown_estimator\",\"expander\":\"unknown_expander\",\"ignore_daemonsets_utilization\":null,\"balance_similar_node_groups\":null,\"expendable_pods_priority_cutoff\":0,\"scale_down_unneeded_time\":null,\"scale_down_utilization_threshold\":null,\"max_graceful_termination_sec\":0},\"feature_gates\":[],\"admission_plugins\":[],\"apiserver_cert_sans\":[],\"private_network_id\":\"9b711663-f2a0-491c-9671-b2de399ebdad\"}" headers: + Content-Type: + - application/json User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/fabf3205-5e2b-4119-9624-91f3fd4f9af2 - method: GET + url: https://api.scaleway.com/k8s/v1/regions/nl-ams/clusters + method: POST response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 760 - body: "{\"region\":\"fr-par\", \"id\":\"fabf3205-5e2b-4119-9624-91f3fd4f9af2\", \"cluster_id\":\"318aad8d-b93e-45fa-b437-a04479335018\", \"created_at\":\"2025-10-30T17:45:36.337310Z\", \"updated_at\":\"2025-10-30T17:45:36.337310Z\", \"name\":\"test-pool-placement-group\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"b679f0a9-4937-48ec-9789-91f0198f3026\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 1619 + body: "{\"region\":\"nl-ams\", \"id\":\"51cd429b-6235-4520-9ce3-88deeb88bac1\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:56:02.955990Z\", \"updated_at\":\"2025-10-30T17:56:02.955991Z\", \"type\":\"kapsule\", \"name\":\"test-pool-placement-group-2\", \"description\":\"\", \"status\":\"creating\", \"version\":\"1.34.1\", \"cni\":\"calico\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"placement_group\"], \"cluster_url\":\"https://51cd429b-6235-4520-9ce3-88deeb88bac1.api.k8s.nl-ams.scw.cloud:6443\", \"dns_wildcard\":\"*.51cd429b-6235-4520-9ce3-88deeb88bac1.nodes.k8s.nl-ams.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"9b711663-f2a0-491c-9671-b2de399ebdad\", \"commitment_ends_at\":\"2025-10-30T17:56:02.956006Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"\", \"new_images_enabled\":false, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" headers: Content-Length: - - "760" + - "1619" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 17:49:15 GMT + - Thu, 30 Oct 2025 17:56:03 GMT Server: - Scaleway API Gateway (fr-par-3;edge01) X-Request-Id: - - 9cd115c7-2038-4f18-9571-73f4d814a113 + - 73f65dde-f727-45c5-84f6-d5291c27afcf status: 200 OK code: 200 - duration: 100.5002ms + duration: 362.489471ms - id: 59 request: proto: HTTP/1.1 @@ -1923,28 +1988,28 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/fabf3205-5e2b-4119-9624-91f3fd4f9af2 + url: https://api.scaleway.com/k8s/v1/regions/nl-ams/clusters/51cd429b-6235-4520-9ce3-88deeb88bac1 method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 760 - body: "{\"region\":\"fr-par\", \"id\":\"fabf3205-5e2b-4119-9624-91f3fd4f9af2\", \"cluster_id\":\"318aad8d-b93e-45fa-b437-a04479335018\", \"created_at\":\"2025-10-30T17:45:36.337310Z\", \"updated_at\":\"2025-10-30T17:45:36.337310Z\", \"name\":\"test-pool-placement-group\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"b679f0a9-4937-48ec-9789-91f0198f3026\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 1618 + body: "{\"region\":\"nl-ams\", \"id\":\"51cd429b-6235-4520-9ce3-88deeb88bac1\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:56:02.955990Z\", \"updated_at\":\"2025-10-30T17:56:02.955991Z\", \"type\":\"kapsule\", \"name\":\"test-pool-placement-group-2\", \"description\":\"\", \"status\":\"creating\", \"version\":\"1.34.1\", \"cni\":\"calico\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"placement_group\"], \"cluster_url\":\"https://51cd429b-6235-4520-9ce3-88deeb88bac1.api.k8s.nl-ams.scw.cloud:6443\", \"dns_wildcard\":\"*.51cd429b-6235-4520-9ce3-88deeb88bac1.nodes.k8s.nl-ams.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"9b711663-f2a0-491c-9671-b2de399ebdad\", \"commitment_ends_at\":\"2025-10-30T17:56:02.956006Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" headers: Content-Length: - - "760" + - "1618" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 17:49:21 GMT + - Thu, 30 Oct 2025 17:56:03 GMT Server: - Scaleway API Gateway (fr-par-3;edge01) X-Request-Id: - - aa48e509-f093-473d-b897-227e967b04bd + - 84cf89f0-33e3-4caa-8f64-e257d4956229 status: 200 OK code: 200 - duration: 84.192153ms + duration: 95.480006ms - id: 60 request: proto: HTTP/1.1 @@ -1955,28 +2020,28 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/fabf3205-5e2b-4119-9624-91f3fd4f9af2 + url: https://api.scaleway.com/k8s/v1/regions/nl-ams/clusters/51cd429b-6235-4520-9ce3-88deeb88bac1 method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 760 - body: "{\"region\":\"fr-par\", \"id\":\"fabf3205-5e2b-4119-9624-91f3fd4f9af2\", \"cluster_id\":\"318aad8d-b93e-45fa-b437-a04479335018\", \"created_at\":\"2025-10-30T17:45:36.337310Z\", \"updated_at\":\"2025-10-30T17:45:36.337310Z\", \"name\":\"test-pool-placement-group\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"b679f0a9-4937-48ec-9789-91f0198f3026\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 1659 + body: "{\"region\":\"nl-ams\", \"id\":\"51cd429b-6235-4520-9ce3-88deeb88bac1\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:56:02.955990Z\", \"updated_at\":\"2025-10-30T17:56:03.677449Z\", \"type\":\"kapsule\", \"name\":\"test-pool-placement-group-2\", \"description\":\"\", \"status\":\"pool_required\", \"version\":\"1.34.1\", \"cni\":\"calico\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"placement_group\"], \"cluster_url\":\"https://51cd429b-6235-4520-9ce3-88deeb88bac1.api.k8s.nl-ams.scw.cloud:6443\", \"dns_wildcard\":\"*.51cd429b-6235-4520-9ce3-88deeb88bac1.nodes.k8s.nl-ams.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"9b711663-f2a0-491c-9671-b2de399ebdad\", \"commitment_ends_at\":\"2025-10-30T17:56:02.956006Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"e06b5c18-1479-46de-915f-ff27b1cef80e\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" headers: Content-Length: - - "760" + - "1659" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 17:49:26 GMT + - Thu, 30 Oct 2025 17:56:08 GMT Server: - Scaleway API Gateway (fr-par-3;edge01) X-Request-Id: - - 5dac2620-afcd-4e0f-baa7-14293b89d9d2 + - 9c6f8efb-310e-4431-a15b-b2e268cd47a5 status: 200 OK code: 200 - duration: 93.68618ms + duration: 112.967938ms - id: 61 request: proto: HTTP/1.1 @@ -1984,31 +2049,38 @@ interactions: proto_minor: 1 content_length: 0 host: api.scaleway.com + form: + order_by: + - created_at_asc + page: + - "1" + status: + - unknown headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/fabf3205-5e2b-4119-9624-91f3fd4f9af2 + url: https://api.scaleway.com/k8s/v1/regions/nl-ams/clusters/51cd429b-6235-4520-9ce3-88deeb88bac1/pools?order_by=created_at_asc&page=1&status=unknown method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 760 - body: "{\"region\":\"fr-par\", \"id\":\"fabf3205-5e2b-4119-9624-91f3fd4f9af2\", \"cluster_id\":\"318aad8d-b93e-45fa-b437-a04479335018\", \"created_at\":\"2025-10-30T17:45:36.337310Z\", \"updated_at\":\"2025-10-30T17:45:36.337310Z\", \"name\":\"test-pool-placement-group\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"b679f0a9-4937-48ec-9789-91f0198f3026\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 29 + body: "{\"total_count\":0, \"pools\":[]}" headers: Content-Length: - - "760" + - "29" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 17:49:31 GMT + - Thu, 30 Oct 2025 17:56:08 GMT Server: - Scaleway API Gateway (fr-par-3;edge01) X-Request-Id: - - 4399df81-a8ce-46da-a481-bfc5246f0e26 + - bd663f5a-399e-4ab2-bfc7-c1840b2c2029 status: 200 OK code: 200 - duration: 74.274168ms + duration: 38.868483ms - id: 62 request: proto: HTTP/1.1 @@ -2019,28 +2091,28 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/fabf3205-5e2b-4119-9624-91f3fd4f9af2 + url: https://api.scaleway.com/k8s/v1/regions/nl-ams/clusters/51cd429b-6235-4520-9ce3-88deeb88bac1 method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 760 - body: "{\"region\":\"fr-par\", \"id\":\"fabf3205-5e2b-4119-9624-91f3fd4f9af2\", \"cluster_id\":\"318aad8d-b93e-45fa-b437-a04479335018\", \"created_at\":\"2025-10-30T17:45:36.337310Z\", \"updated_at\":\"2025-10-30T17:45:36.337310Z\", \"name\":\"test-pool-placement-group\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"b679f0a9-4937-48ec-9789-91f0198f3026\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 1659 + body: "{\"region\":\"nl-ams\", \"id\":\"51cd429b-6235-4520-9ce3-88deeb88bac1\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:56:02.955990Z\", \"updated_at\":\"2025-10-30T17:56:03.677449Z\", \"type\":\"kapsule\", \"name\":\"test-pool-placement-group-2\", \"description\":\"\", \"status\":\"pool_required\", \"version\":\"1.34.1\", \"cni\":\"calico\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"placement_group\"], \"cluster_url\":\"https://51cd429b-6235-4520-9ce3-88deeb88bac1.api.k8s.nl-ams.scw.cloud:6443\", \"dns_wildcard\":\"*.51cd429b-6235-4520-9ce3-88deeb88bac1.nodes.k8s.nl-ams.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"9b711663-f2a0-491c-9671-b2de399ebdad\", \"commitment_ends_at\":\"2025-10-30T17:56:02.956006Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"e06b5c18-1479-46de-915f-ff27b1cef80e\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" headers: Content-Length: - - "760" + - "1659" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 17:49:36 GMT + - Thu, 30 Oct 2025 17:56:08 GMT Server: - Scaleway API Gateway (fr-par-3;edge01) X-Request-Id: - - 0b055c7b-0efe-4be8-a88d-5e377b42dc42 + - b164df4e-035d-40d9-be1c-0f3e755b64f5 status: 200 OK code: 200 - duration: 119.711871ms + duration: 99.657963ms - id: 63 request: proto: HTTP/1.1 @@ -2051,28 +2123,28 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/fabf3205-5e2b-4119-9624-91f3fd4f9af2 + url: https://api.scaleway.com/k8s/v1/regions/nl-ams/clusters/51cd429b-6235-4520-9ce3-88deeb88bac1/kubeconfig method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 760 - body: "{\"region\":\"fr-par\", \"id\":\"fabf3205-5e2b-4119-9624-91f3fd4f9af2\", \"cluster_id\":\"318aad8d-b93e-45fa-b437-a04479335018\", \"created_at\":\"2025-10-30T17:45:36.337310Z\", \"updated_at\":\"2025-10-30T17:45:36.337310Z\", \"name\":\"test-pool-placement-group\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"b679f0a9-4937-48ec-9789-91f0198f3026\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 1754 + body: "{\"name\":\"kubeconfig\", \"content_type\":\"application/octet-stream\", \"content\":\"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogInRlc3QtcG9vbC1wbGFjZW1lbnQtZ3JvdXAtMiIKICBjbHVzdGVyOgogICAgY2VydGlmaWNhdGUtYXV0aG9yaXR5LWRhdGE6IExTMHRMUzFDUlVkSlRpQkRSVkpVU1VaSlEwRlVSUzB0TFMwdENrMUpTVUpYZWtORFFWRkhaMEYzU1VKQlowbENRVVJCUzBKblozRm9hMnBQVUZGUlJFRnFRVlpOVWsxM1JWRlpSRlpSVVVSRmQzQnlaRmRLYkdOdE5Xd0taRWRXZWsxQ05GaEVWRWt4VFZSQmVVOVVSVE5PVkZsM1RURnZXRVJVVFRGTlZFRjVUMVJGTTA1VVdYZE5NVzkzUmxSRlZFMUNSVWRCTVZWRlFYaE5Td3BoTTFacFdsaEtkVnBZVW14amVrSmFUVUpOUjBKNWNVZFRUVFE1UVdkRlIwTkRjVWRUVFRRNVFYZEZTRUV3U1VGQ1IxWjRiakptYkRKelJVRnZkRFpDQ2toMmVrSXdkMlJLZDAxMFZEQlhkV3BZUkRkTGJ6WkJWaXQ1VDJKNk56QkRZbWRsVjFOQ0x5ODJabEp3WWxSRGJGTlhObXRzTjA1M1QwaEtTMUpXTVdZS01tbERSMWd2WldwUmFrSkJUVUUwUjBFeFZXUkVkMFZDTDNkUlJVRjNTVU53UkVGUVFtZE9Wa2hTVFVKQlpqaEZRbFJCUkVGUlNDOU5RakJIUVRGVlpBcEVaMUZYUWtKU1NsUlhUbE4zWnl0NlVGSkNTbGRCVkVKTVJFWkpaV2xDWWxWcVFVdENaMmR4YUd0cVQxQlJVVVJCWjA1SlFVUkNSa0ZwUVVsclltTkJDbTlYYURWcGNGUlhjbUZzWVdnd1FXMDVhR3MwZW1WdlEwWmlNVW93VUhWVWVFa3hZVzlCU1doQlQyRktORlJTWW5GSVlWZEdMM2c0VWxKbGMycFBXbThLZWk5WmRWY3JORGxrY1c5alN6UXhhRTFQUkcwS0xTMHRMUzFGVGtRZ1EwVlNWRWxHU1VOQlZFVXRMUzB0TFFvPQogICAgc2VydmVyOiBodHRwczovLzUxY2Q0MjliLTYyMzUtNDUyMC05Y2UzLTg4ZGVlYjg4YmFjMS5hcGkuazhzLm5sLWFtcy5zY3cuY2xvdWQ6NjQ0Mwpjb250ZXh0czoKLSBuYW1lOiBhZG1pbkB0ZXN0LXBvb2wtcGxhY2VtZW50LWdyb3VwLTIKICBjb250ZXh0OgogICAgY2x1c3RlcjogInRlc3QtcG9vbC1wbGFjZW1lbnQtZ3JvdXAtMiIKICAgIHVzZXI6IHRlc3QtcG9vbC1wbGFjZW1lbnQtZ3JvdXAtMi1hZG1pbgpjdXJyZW50LWNvbnRleHQ6IGFkbWluQHRlc3QtcG9vbC1wbGFjZW1lbnQtZ3JvdXAtMgpraW5kOiBDb25maWcKcHJlZmVyZW5jZXM6IHt9CnVzZXJzOgotIG5hbWU6IHRlc3QtcG9vbC1wbGFjZW1lbnQtZ3JvdXAtMi1hZG1pbgogIHVzZXI6CiAgICB0b2tlbjogMkhKMXFqUzRsNUFIcDdHeVRzYXU2aHhYdHZ3eHRzT3NzamF1c1JQWG1qalZSSXc0Q3BOZnU3TFo=\"}" headers: Content-Length: - - "760" + - "1754" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 17:49:41 GMT + - Thu, 30 Oct 2025 17:56:08 GMT Server: - Scaleway API Gateway (fr-par-3;edge01) X-Request-Id: - - 4375732e-20ea-4799-b6bf-f8ddd4a0a60d + - 69372834-6049-47b1-ba91-e88d4c711d15 status: 200 OK code: 200 - duration: 103.766162ms + duration: 89.9596ms - id: 64 request: proto: HTTP/1.1 @@ -2083,60 +2155,63 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/fabf3205-5e2b-4119-9624-91f3fd4f9af2 + url: https://api.scaleway.com/k8s/v1/regions/nl-ams/clusters/51cd429b-6235-4520-9ce3-88deeb88bac1 method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 760 - body: "{\"region\":\"fr-par\", \"id\":\"fabf3205-5e2b-4119-9624-91f3fd4f9af2\", \"cluster_id\":\"318aad8d-b93e-45fa-b437-a04479335018\", \"created_at\":\"2025-10-30T17:45:36.337310Z\", \"updated_at\":\"2025-10-30T17:45:36.337310Z\", \"name\":\"test-pool-placement-group\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"b679f0a9-4937-48ec-9789-91f0198f3026\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 1659 + body: "{\"region\":\"nl-ams\", \"id\":\"51cd429b-6235-4520-9ce3-88deeb88bac1\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:56:02.955990Z\", \"updated_at\":\"2025-10-30T17:56:03.677449Z\", \"type\":\"kapsule\", \"name\":\"test-pool-placement-group-2\", \"description\":\"\", \"status\":\"pool_required\", \"version\":\"1.34.1\", \"cni\":\"calico\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"placement_group\"], \"cluster_url\":\"https://51cd429b-6235-4520-9ce3-88deeb88bac1.api.k8s.nl-ams.scw.cloud:6443\", \"dns_wildcard\":\"*.51cd429b-6235-4520-9ce3-88deeb88bac1.nodes.k8s.nl-ams.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"9b711663-f2a0-491c-9671-b2de399ebdad\", \"commitment_ends_at\":\"2025-10-30T17:56:02.956006Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"e06b5c18-1479-46de-915f-ff27b1cef80e\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" headers: Content-Length: - - "760" + - "1659" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 17:49:46 GMT + - Thu, 30 Oct 2025 17:56:08 GMT Server: - Scaleway API Gateway (fr-par-3;edge01) X-Request-Id: - - df4da3ea-a187-4a13-928e-1f305a64a1cb + - 730d43bc-90c8-41d0-97b2-5228a915d7c3 status: 200 OK code: 200 - duration: 80.999404ms + duration: 37.885677ms - id: 65 request: proto: HTTP/1.1 proto_major: 1 proto_minor: 1 - content_length: 0 + content_length: 343 host: api.scaleway.com + body: "{\"name\":\"test-pool-placement-group-2\",\"node_type\":\"pro2_xxs\",\"placement_group_id\":\"92444188-3b2e-4515-a75d-f228a9ef8202\",\"autoscaling\":false,\"size\":1,\"min_size\":1,\"max_size\":1,\"container_runtime\":\"containerd\",\"autohealing\":false,\"tags\":[],\"kubelet_args\":{},\"zone\":\"nl-ams-2\",\"root_volume_type\":\"default_volume_type\",\"public_ip_disabled\":false}" headers: + Content-Type: + - application/json User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/fabf3205-5e2b-4119-9624-91f3fd4f9af2 - method: GET + url: https://api.scaleway.com/k8s/v1/regions/nl-ams/clusters/51cd429b-6235-4520-9ce3-88deeb88bac1/pools + method: POST response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 760 - body: "{\"region\":\"fr-par\", \"id\":\"fabf3205-5e2b-4119-9624-91f3fd4f9af2\", \"cluster_id\":\"318aad8d-b93e-45fa-b437-a04479335018\", \"created_at\":\"2025-10-30T17:45:36.337310Z\", \"updated_at\":\"2025-10-30T17:45:36.337310Z\", \"name\":\"test-pool-placement-group\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"b679f0a9-4937-48ec-9789-91f0198f3026\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 762 + body: "{\"region\":\"nl-ams\", \"id\":\"4ecf20a5-b4a3-4b2c-a4f4-903716060d4d\", \"cluster_id\":\"51cd429b-6235-4520-9ce3-88deeb88bac1\", \"created_at\":\"2025-10-30T17:56:08.596157Z\", \"updated_at\":\"2025-10-30T17:56:08.596157Z\", \"name\":\"test-pool-placement-group-2\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"92444188-3b2e-4515-a75d-f228a9ef8202\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"nl-ams-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"20b640cd-1ccd-4f6f-93fa-7e309efc00b8\"}" headers: Content-Length: - - "760" + - "762" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 17:49:51 GMT + - Thu, 30 Oct 2025 17:56:08 GMT Server: - Scaleway API Gateway (fr-par-3;edge01) X-Request-Id: - - a8f8197a-5c0d-4a49-bf12-f435293726e9 + - 4f0c9966-fd11-4e6f-8e73-1b4b62291631 status: 200 OK code: 200 - duration: 77.83556ms + duration: 284.902723ms - id: 66 request: proto: HTTP/1.1 @@ -2147,28 +2222,28 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/fabf3205-5e2b-4119-9624-91f3fd4f9af2 + url: https://api.scaleway.com/k8s/v1/regions/nl-ams/pools/4ecf20a5-b4a3-4b2c-a4f4-903716060d4d method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 760 - body: "{\"region\":\"fr-par\", \"id\":\"fabf3205-5e2b-4119-9624-91f3fd4f9af2\", \"cluster_id\":\"318aad8d-b93e-45fa-b437-a04479335018\", \"created_at\":\"2025-10-30T17:45:36.337310Z\", \"updated_at\":\"2025-10-30T17:45:36.337310Z\", \"name\":\"test-pool-placement-group\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"b679f0a9-4937-48ec-9789-91f0198f3026\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 762 + body: "{\"region\":\"nl-ams\", \"id\":\"4ecf20a5-b4a3-4b2c-a4f4-903716060d4d\", \"cluster_id\":\"51cd429b-6235-4520-9ce3-88deeb88bac1\", \"created_at\":\"2025-10-30T17:56:08.596157Z\", \"updated_at\":\"2025-10-30T17:56:08.596157Z\", \"name\":\"test-pool-placement-group-2\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"92444188-3b2e-4515-a75d-f228a9ef8202\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"nl-ams-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"20b640cd-1ccd-4f6f-93fa-7e309efc00b8\"}" headers: Content-Length: - - "760" + - "762" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 17:49:56 GMT + - Thu, 30 Oct 2025 17:56:08 GMT Server: - Scaleway API Gateway (fr-par-3;edge01) X-Request-Id: - - c2625ead-fcfc-42ad-b665-728c52045239 + - 6844901a-656f-4ff8-9f1b-6c39fe595b5c status: 200 OK code: 200 - duration: 80.448635ms + duration: 37.784487ms - id: 67 request: proto: HTTP/1.1 @@ -2179,28 +2254,28 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/fabf3205-5e2b-4119-9624-91f3fd4f9af2 + url: https://api.scaleway.com/k8s/v1/regions/nl-ams/pools/4ecf20a5-b4a3-4b2c-a4f4-903716060d4d method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 content_length: 760 - body: "{\"region\":\"fr-par\", \"id\":\"fabf3205-5e2b-4119-9624-91f3fd4f9af2\", \"cluster_id\":\"318aad8d-b93e-45fa-b437-a04479335018\", \"created_at\":\"2025-10-30T17:45:36.337310Z\", \"updated_at\":\"2025-10-30T17:45:36.337310Z\", \"name\":\"test-pool-placement-group\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"b679f0a9-4937-48ec-9789-91f0198f3026\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + body: "{\"region\":\"nl-ams\", \"id\":\"4ecf20a5-b4a3-4b2c-a4f4-903716060d4d\", \"cluster_id\":\"51cd429b-6235-4520-9ce3-88deeb88bac1\", \"created_at\":\"2025-10-30T17:56:08.596157Z\", \"updated_at\":\"2025-10-30T17:58:42.093973Z\", \"name\":\"test-pool-placement-group-2\", \"status\":\"ready\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"92444188-3b2e-4515-a75d-f228a9ef8202\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"nl-ams-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"20b640cd-1ccd-4f6f-93fa-7e309efc00b8\"}" headers: Content-Length: - "760" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 17:50:01 GMT + - Thu, 30 Oct 2025 17:58:42 GMT Server: - Scaleway API Gateway (fr-par-3;edge01) X-Request-Id: - - a21e552f-d180-4d46-ab80-709f1db4ebeb + - 5b85d3ac-da27-4920-89e5-8f8db09df3b4 status: 200 OK code: 200 - duration: 114.767318ms + duration: 122.623433ms - id: 68 request: proto: HTTP/1.1 @@ -2211,28 +2286,28 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/fabf3205-5e2b-4119-9624-91f3fd4f9af2 + url: https://api.scaleway.com/k8s/v1/regions/nl-ams/clusters/51cd429b-6235-4520-9ce3-88deeb88bac1 method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 760 - body: "{\"region\":\"fr-par\", \"id\":\"fabf3205-5e2b-4119-9624-91f3fd4f9af2\", \"cluster_id\":\"318aad8d-b93e-45fa-b437-a04479335018\", \"created_at\":\"2025-10-30T17:45:36.337310Z\", \"updated_at\":\"2025-10-30T17:45:36.337310Z\", \"name\":\"test-pool-placement-group\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"b679f0a9-4937-48ec-9789-91f0198f3026\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 1651 + body: "{\"region\":\"nl-ams\", \"id\":\"51cd429b-6235-4520-9ce3-88deeb88bac1\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:56:02.955990Z\", \"updated_at\":\"2025-10-30T17:57:29.166865Z\", \"type\":\"kapsule\", \"name\":\"test-pool-placement-group-2\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"calico\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"placement_group\"], \"cluster_url\":\"https://51cd429b-6235-4520-9ce3-88deeb88bac1.api.k8s.nl-ams.scw.cloud:6443\", \"dns_wildcard\":\"*.51cd429b-6235-4520-9ce3-88deeb88bac1.nodes.k8s.nl-ams.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"9b711663-f2a0-491c-9671-b2de399ebdad\", \"commitment_ends_at\":\"2025-10-30T17:56:02.956006Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"e06b5c18-1479-46de-915f-ff27b1cef80e\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" headers: Content-Length: - - "760" + - "1651" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 17:50:06 GMT + - Thu, 30 Oct 2025 17:58:42 GMT Server: - Scaleway API Gateway (fr-par-3;edge01) X-Request-Id: - - 72258900-b335-4b88-959e-f754dd56c4f6 + - 9a848554-5922-450e-8b55-dd28f3a47d47 status: 200 OK code: 200 - duration: 112.476823ms + duration: 36.010298ms - id: 69 request: proto: HTTP/1.1 @@ -2243,28 +2318,28 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/fabf3205-5e2b-4119-9624-91f3fd4f9af2 + url: https://api.scaleway.com/k8s/v1/regions/nl-ams/pools/4ecf20a5-b4a3-4b2c-a4f4-903716060d4d method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 content_length: 760 - body: "{\"region\":\"fr-par\", \"id\":\"fabf3205-5e2b-4119-9624-91f3fd4f9af2\", \"cluster_id\":\"318aad8d-b93e-45fa-b437-a04479335018\", \"created_at\":\"2025-10-30T17:45:36.337310Z\", \"updated_at\":\"2025-10-30T17:45:36.337310Z\", \"name\":\"test-pool-placement-group\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"b679f0a9-4937-48ec-9789-91f0198f3026\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + body: "{\"region\":\"nl-ams\", \"id\":\"4ecf20a5-b4a3-4b2c-a4f4-903716060d4d\", \"cluster_id\":\"51cd429b-6235-4520-9ce3-88deeb88bac1\", \"created_at\":\"2025-10-30T17:56:08.596157Z\", \"updated_at\":\"2025-10-30T17:58:42.093973Z\", \"name\":\"test-pool-placement-group-2\", \"status\":\"ready\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"92444188-3b2e-4515-a75d-f228a9ef8202\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"nl-ams-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"20b640cd-1ccd-4f6f-93fa-7e309efc00b8\"}" headers: Content-Length: - "760" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 17:50:12 GMT + - Thu, 30 Oct 2025 17:58:42 GMT Server: - Scaleway API Gateway (fr-par-3;edge01) X-Request-Id: - - 98ecfe57-4f70-4c66-ace1-8bb37e9cc4f5 + - 11b4c295-4e16-426a-9ce7-cf69bca07a75 status: 200 OK code: 200 - duration: 93.666486ms + duration: 46.558611ms - id: 70 request: proto: HTTP/1.1 @@ -2272,31 +2347,40 @@ interactions: proto_minor: 1 content_length: 0 host: api.scaleway.com + form: + order_by: + - created_at_asc + page: + - "1" + pool_id: + - 4ecf20a5-b4a3-4b2c-a4f4-903716060d4d + status: + - unknown headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/fabf3205-5e2b-4119-9624-91f3fd4f9af2 + url: https://api.scaleway.com/k8s/v1/regions/nl-ams/clusters/51cd429b-6235-4520-9ce3-88deeb88bac1/nodes?order_by=created_at_asc&page=1&pool_id=4ecf20a5-b4a3-4b2c-a4f4-903716060d4d&status=unknown method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 760 - body: "{\"region\":\"fr-par\", \"id\":\"fabf3205-5e2b-4119-9624-91f3fd4f9af2\", \"cluster_id\":\"318aad8d-b93e-45fa-b437-a04479335018\", \"created_at\":\"2025-10-30T17:45:36.337310Z\", \"updated_at\":\"2025-10-30T17:45:36.337310Z\", \"name\":\"test-pool-placement-group\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"b679f0a9-4937-48ec-9789-91f0198f3026\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 620 + body: "{\"total_count\":1, \"nodes\":[{\"region\":\"nl-ams\", \"id\":\"e56b8ed7-b8ff-4f84-9aa3-9fbc5ea86a05\", \"cluster_id\":\"51cd429b-6235-4520-9ce3-88deeb88bac1\", \"created_at\":\"2025-10-30T17:57:36.760847Z\", \"updated_at\":\"2025-10-30T17:58:42.078049Z\", \"pool_id\":\"4ecf20a5-b4a3-4b2c-a4f4-903716060d4d\", \"status\":\"ready\", \"conditions\":{\"DiskPressure\":\"False\", \"MemoryPressure\":\"False\", \"PIDPressure\":\"False\", \"Ready\":\"True\"}, \"name\":\"scw-test-pool-placeme-test-pool-placeme-e56b8e\", \"public_ip_v4\":\"51.158.232.111\", \"public_ip_v6\":null, \"provider_id\":\"scaleway://instance/nl-ams-2/40cc1cc2-6de1-465d-9fbf-f02130d3f939\", \"error_message\":\"\"}]}" headers: Content-Length: - - "760" + - "620" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 17:50:17 GMT + - Thu, 30 Oct 2025 17:58:42 GMT Server: - Scaleway API Gateway (fr-par-3;edge01) X-Request-Id: - - 9fb69eef-734f-4cb4-97f8-ce2e7dcc38c0 + - 8cfcb0e3-f9a3-455a-97f0-6ec5732db65d status: 200 OK code: 200 - duration: 94.312411ms + duration: 101.571161ms - id: 71 request: proto: HTTP/1.1 @@ -2307,28 +2391,28 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/fabf3205-5e2b-4119-9624-91f3fd4f9af2 + url: https://api.scaleway.com/k8s/v1/regions/nl-ams/clusters/51cd429b-6235-4520-9ce3-88deeb88bac1 method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 760 - body: "{\"region\":\"fr-par\", \"id\":\"fabf3205-5e2b-4119-9624-91f3fd4f9af2\", \"cluster_id\":\"318aad8d-b93e-45fa-b437-a04479335018\", \"created_at\":\"2025-10-30T17:45:36.337310Z\", \"updated_at\":\"2025-10-30T17:45:36.337310Z\", \"name\":\"test-pool-placement-group\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"b679f0a9-4937-48ec-9789-91f0198f3026\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 1651 + body: "{\"region\":\"nl-ams\", \"id\":\"51cd429b-6235-4520-9ce3-88deeb88bac1\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:56:02.955990Z\", \"updated_at\":\"2025-10-30T17:57:29.166865Z\", \"type\":\"kapsule\", \"name\":\"test-pool-placement-group-2\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"calico\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"placement_group\"], \"cluster_url\":\"https://51cd429b-6235-4520-9ce3-88deeb88bac1.api.k8s.nl-ams.scw.cloud:6443\", \"dns_wildcard\":\"*.51cd429b-6235-4520-9ce3-88deeb88bac1.nodes.k8s.nl-ams.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"9b711663-f2a0-491c-9671-b2de399ebdad\", \"commitment_ends_at\":\"2025-10-30T17:56:02.956006Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"e06b5c18-1479-46de-915f-ff27b1cef80e\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" headers: Content-Length: - - "760" + - "1651" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 17:50:22 GMT + - Thu, 30 Oct 2025 17:58:42 GMT Server: - Scaleway API Gateway (fr-par-3;edge01) X-Request-Id: - - 726b17d1-503b-4c58-9707-0a2c550e2f77 + - e2674b37-6092-4767-be0d-f9e4a02e91f5 status: 200 OK code: 200 - duration: 113.016525ms + duration: 61.521496ms - id: 72 request: proto: HTTP/1.1 @@ -2336,31 +2420,40 @@ interactions: proto_minor: 1 content_length: 0 host: api.scaleway.com + form: + order_by: + - created_at_desc + project_id: + - 105bdce1-64c0-48ab-899d-868455867ecf + resource_name: + - scw-test-pool-placeme-test-pool-placeme-e56b8e + resource_type: + - unknown_type headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/fabf3205-5e2b-4119-9624-91f3fd4f9af2 + url: https://api.scaleway.com/ipam/v1/regions/nl-ams/ips?order_by=created_at_desc&project_id=105bdce1-64c0-48ab-899d-868455867ecf&resource_name=scw-test-pool-placeme-test-pool-placeme-e56b8e&resource_type=unknown_type method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 760 - body: "{\"region\":\"fr-par\", \"id\":\"fabf3205-5e2b-4119-9624-91f3fd4f9af2\", \"cluster_id\":\"318aad8d-b93e-45fa-b437-a04479335018\", \"created_at\":\"2025-10-30T17:45:36.337310Z\", \"updated_at\":\"2025-10-30T17:45:36.337310Z\", \"name\":\"test-pool-placement-group\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"b679f0a9-4937-48ec-9789-91f0198f3026\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 1121 + body: "{\"total_count\":2, \"ips\":[{\"id\":\"cfe0a3b1-0341-4f44-b04b-b3e5c27f5245\", \"address\":\"fd5c:d510:d730:aab1:d30a:9163:4594:6c6e/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":true, \"created_at\":\"2025-10-30T17:57:41.064327Z\", \"updated_at\":\"2025-10-30T17:57:41.064327Z\", \"source\":{\"subnet_id\":\"3cad3b18-2eb9-44f6-ab2f-e533db2f9b3b\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"afcbaeed-5381-46c6-a73c-30bc7b8a2d2c\", \"mac_address\":\"02:00:00:27:37:C0\", \"name\":\"scw-test-pool-placeme-test-pool-placeme-e56b8e\"}, \"tags\":[], \"reverses\":[], \"region\":\"nl-ams\", \"zone\":null}, {\"id\":\"a9948537-161b-4482-b45c-073d48b75d8b\", \"address\":\"172.16.0.3/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":false, \"created_at\":\"2025-10-30T17:57:40.852037Z\", \"updated_at\":\"2025-10-30T17:57:40.852037Z\", \"source\":{\"subnet_id\":\"a7908d7d-d693-4f07-ba9c-6cfaac2e7d69\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"afcbaeed-5381-46c6-a73c-30bc7b8a2d2c\", \"mac_address\":\"02:00:00:27:37:C0\", \"name\":\"scw-test-pool-placeme-test-pool-placeme-e56b8e\"}, \"tags\":[], \"reverses\":[], \"region\":\"nl-ams\", \"zone\":null}]}" headers: Content-Length: - - "760" + - "1121" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 17:50:27 GMT + - Thu, 30 Oct 2025 17:58:42 GMT Server: - Scaleway API Gateway (fr-par-3;edge01) X-Request-Id: - - 94825930-3047-414e-bd3d-0941b7c70f41 + - 01957fab-cf09-47c0-a2cc-b55f21e7de6c status: 200 OK code: 200 - duration: 77.710369ms + duration: 121.200259ms - id: 73 request: proto: HTTP/1.1 @@ -2371,28 +2464,28 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/fabf3205-5e2b-4119-9624-91f3fd4f9af2 + url: https://api.scaleway.com/k8s/v1/regions/nl-ams/clusters/51cd429b-6235-4520-9ce3-88deeb88bac1 method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 760 - body: "{\"region\":\"fr-par\", \"id\":\"fabf3205-5e2b-4119-9624-91f3fd4f9af2\", \"cluster_id\":\"318aad8d-b93e-45fa-b437-a04479335018\", \"created_at\":\"2025-10-30T17:45:36.337310Z\", \"updated_at\":\"2025-10-30T17:45:36.337310Z\", \"name\":\"test-pool-placement-group\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"b679f0a9-4937-48ec-9789-91f0198f3026\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 1651 + body: "{\"region\":\"nl-ams\", \"id\":\"51cd429b-6235-4520-9ce3-88deeb88bac1\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:56:02.955990Z\", \"updated_at\":\"2025-10-30T17:57:29.166865Z\", \"type\":\"kapsule\", \"name\":\"test-pool-placement-group-2\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"calico\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"placement_group\"], \"cluster_url\":\"https://51cd429b-6235-4520-9ce3-88deeb88bac1.api.k8s.nl-ams.scw.cloud:6443\", \"dns_wildcard\":\"*.51cd429b-6235-4520-9ce3-88deeb88bac1.nodes.k8s.nl-ams.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"9b711663-f2a0-491c-9671-b2de399ebdad\", \"commitment_ends_at\":\"2025-10-30T17:56:02.956006Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"e06b5c18-1479-46de-915f-ff27b1cef80e\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" headers: Content-Length: - - "760" + - "1651" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 17:50:32 GMT + - Thu, 30 Oct 2025 17:58:42 GMT Server: - Scaleway API Gateway (fr-par-3;edge01) X-Request-Id: - - acde8ce7-48b8-435d-908c-9e9dd64dd0f7 + - 5397b3c9-30d5-426a-b5d8-8275052572aa status: 200 OK code: 200 - duration: 104.236814ms + duration: 41.241594ms - id: 74 request: proto: HTTP/1.1 @@ -2403,28 +2496,28 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/fabf3205-5e2b-4119-9624-91f3fd4f9af2 + url: https://api.scaleway.com/k8s/v1/regions/nl-ams/pools/4ecf20a5-b4a3-4b2c-a4f4-903716060d4d method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 content_length: 760 - body: "{\"region\":\"fr-par\", \"id\":\"fabf3205-5e2b-4119-9624-91f3fd4f9af2\", \"cluster_id\":\"318aad8d-b93e-45fa-b437-a04479335018\", \"created_at\":\"2025-10-30T17:45:36.337310Z\", \"updated_at\":\"2025-10-30T17:45:36.337310Z\", \"name\":\"test-pool-placement-group\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"b679f0a9-4937-48ec-9789-91f0198f3026\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + body: "{\"region\":\"nl-ams\", \"id\":\"4ecf20a5-b4a3-4b2c-a4f4-903716060d4d\", \"cluster_id\":\"51cd429b-6235-4520-9ce3-88deeb88bac1\", \"created_at\":\"2025-10-30T17:56:08.596157Z\", \"updated_at\":\"2025-10-30T17:58:42.093973Z\", \"name\":\"test-pool-placement-group-2\", \"status\":\"ready\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"92444188-3b2e-4515-a75d-f228a9ef8202\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"nl-ams-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"20b640cd-1ccd-4f6f-93fa-7e309efc00b8\"}" headers: Content-Length: - "760" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 17:50:37 GMT + - Thu, 30 Oct 2025 17:58:42 GMT Server: - Scaleway API Gateway (fr-par-3;edge01) X-Request-Id: - - 4a1a2678-e192-4f9a-aba4-0763de18085f + - 42660ada-13bc-4c9b-9ade-d455d17a06b2 status: 200 OK code: 200 - duration: 85.251515ms + duration: 37.377075ms - id: 75 request: proto: HTTP/1.1 @@ -2435,28 +2528,28 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/fabf3205-5e2b-4119-9624-91f3fd4f9af2 + url: https://api.scaleway.com/vpc/v2/regions/nl-ams/vpcs/cffbd660-4df5-4f5c-bd63-351d28eb1f85 method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 760 - body: "{\"region\":\"fr-par\", \"id\":\"fabf3205-5e2b-4119-9624-91f3fd4f9af2\", \"cluster_id\":\"318aad8d-b93e-45fa-b437-a04479335018\", \"created_at\":\"2025-10-30T17:45:36.337310Z\", \"updated_at\":\"2025-10-30T17:45:36.337310Z\", \"name\":\"test-pool-placement-group\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"b679f0a9-4937-48ec-9789-91f0198f3026\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 451 + body: "{\"id\":\"cffbd660-4df5-4f5c-bd63-351d28eb1f85\", \"name\":\"testAccCheckK8SPoolConfigPlacementGroupWithCustomZone\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:56:01.666659Z\", \"updated_at\":\"2025-10-30T17:56:01.666659Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_default\":false, \"private_network_count\":1, \"routing_enabled\":true, \"custom_routes_propagation_enabled\":true, \"region\":\"nl-ams\"}" headers: Content-Length: - - "760" + - "451" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 17:50:42 GMT + - Thu, 30 Oct 2025 17:58:43 GMT Server: - Scaleway API Gateway (fr-par-3;edge01) X-Request-Id: - - e0245ebf-caaf-43c2-acfe-bb7715779d16 + - 5f0f2018-4757-4e4e-9646-8640c360dacb status: 200 OK code: 200 - duration: 85.370181ms + duration: 107.689462ms - id: 76 request: proto: HTTP/1.1 @@ -2467,28 +2560,28 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/fabf3205-5e2b-4119-9624-91f3fd4f9af2 + url: https://api.scaleway.com/instance/v1/zones/nl-ams-2/placement_groups/92444188-3b2e-4515-a75d-f228a9ef8202 method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 760 - body: "{\"region\":\"fr-par\", \"id\":\"fabf3205-5e2b-4119-9624-91f3fd4f9af2\", \"cluster_id\":\"318aad8d-b93e-45fa-b437-a04479335018\", \"created_at\":\"2025-10-30T17:45:36.337310Z\", \"updated_at\":\"2025-10-30T17:45:36.337310Z\", \"name\":\"test-pool-placement-group\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"b679f0a9-4937-48ec-9789-91f0198f3026\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 331 + body: "{\"placement_group\": {\"id\": \"92444188-3b2e-4515-a75d-f228a9ef8202\", \"name\": \"test-pool-placement-group\", \"organization\": \"105bdce1-64c0-48ab-899d-868455867ecf\", \"project\": \"105bdce1-64c0-48ab-899d-868455867ecf\", \"policy_mode\": \"optional\", \"policy_type\": \"max_availability\", \"policy_respected\": true, \"tags\": [], \"zone\": \"nl-ams-2\"}}" headers: Content-Length: - - "760" + - "331" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 17:50:47 GMT + - Thu, 30 Oct 2025 17:58:43 GMT Server: - Scaleway API Gateway (fr-par-3;edge01) X-Request-Id: - - d6851d50-6462-4290-b94d-376dc6162e51 + - cc3e0362-fc05-40d5-9e76-11c53df43398 status: 200 OK code: 200 - duration: 99.433417ms + duration: 118.453411ms - id: 77 request: proto: HTTP/1.1 @@ -2499,28 +2592,28 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/fabf3205-5e2b-4119-9624-91f3fd4f9af2 + url: https://api.scaleway.com/vpc/v2/regions/nl-ams/private-networks/9b711663-f2a0-491c-9671-b2de399ebdad method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 760 - body: "{\"region\":\"fr-par\", \"id\":\"fabf3205-5e2b-4119-9624-91f3fd4f9af2\", \"cluster_id\":\"318aad8d-b93e-45fa-b437-a04479335018\", \"created_at\":\"2025-10-30T17:45:36.337310Z\", \"updated_at\":\"2025-10-30T17:45:36.337310Z\", \"name\":\"test-pool-placement-group\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"b679f0a9-4937-48ec-9789-91f0198f3026\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 1094 + body: "{\"id\":\"9b711663-f2a0-491c-9671-b2de399ebdad\", \"name\":\"test-pool-placement-group\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:56:01.965238Z\", \"updated_at\":\"2025-10-30T17:56:01.965238Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"subnets\":[{\"id\":\"a7908d7d-d693-4f07-ba9c-6cfaac2e7d69\", \"created_at\":\"2025-10-30T17:56:01.965238Z\", \"updated_at\":\"2025-10-30T17:56:01.965238Z\", \"subnet\":\"172.16.0.0/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"9b711663-f2a0-491c-9671-b2de399ebdad\", \"vpc_id\":\"cffbd660-4df5-4f5c-bd63-351d28eb1f85\"}, {\"id\":\"3cad3b18-2eb9-44f6-ab2f-e533db2f9b3b\", \"created_at\":\"2025-10-30T17:56:01.965238Z\", \"updated_at\":\"2025-10-30T17:56:01.965238Z\", \"subnet\":\"fd5c:d510:d730:aab1::/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"9b711663-f2a0-491c-9671-b2de399ebdad\", \"vpc_id\":\"cffbd660-4df5-4f5c-bd63-351d28eb1f85\"}], \"vpc_id\":\"cffbd660-4df5-4f5c-bd63-351d28eb1f85\", \"dhcp_enabled\":true, \"default_route_propagation_enabled\":false, \"region\":\"nl-ams\"}" headers: Content-Length: - - "760" + - "1094" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 17:50:52 GMT + - Thu, 30 Oct 2025 17:58:43 GMT Server: - Scaleway API Gateway (fr-par-3;edge01) X-Request-Id: - - f52472c9-7830-478c-9515-37ea6e70012c + - c2c3ae0e-78aa-4749-8f57-d5239ecf0a7c status: 200 OK code: 200 - duration: 107.972505ms + duration: 112.874181ms - id: 78 request: proto: HTTP/1.1 @@ -2531,28 +2624,28 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/fabf3205-5e2b-4119-9624-91f3fd4f9af2 + url: https://api.scaleway.com/k8s/v1/regions/nl-ams/clusters/51cd429b-6235-4520-9ce3-88deeb88bac1 method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 760 - body: "{\"region\":\"fr-par\", \"id\":\"fabf3205-5e2b-4119-9624-91f3fd4f9af2\", \"cluster_id\":\"318aad8d-b93e-45fa-b437-a04479335018\", \"created_at\":\"2025-10-30T17:45:36.337310Z\", \"updated_at\":\"2025-10-30T17:45:36.337310Z\", \"name\":\"test-pool-placement-group\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"b679f0a9-4937-48ec-9789-91f0198f3026\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 1651 + body: "{\"region\":\"nl-ams\", \"id\":\"51cd429b-6235-4520-9ce3-88deeb88bac1\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:56:02.955990Z\", \"updated_at\":\"2025-10-30T17:57:29.166865Z\", \"type\":\"kapsule\", \"name\":\"test-pool-placement-group-2\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"calico\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"placement_group\"], \"cluster_url\":\"https://51cd429b-6235-4520-9ce3-88deeb88bac1.api.k8s.nl-ams.scw.cloud:6443\", \"dns_wildcard\":\"*.51cd429b-6235-4520-9ce3-88deeb88bac1.nodes.k8s.nl-ams.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"9b711663-f2a0-491c-9671-b2de399ebdad\", \"commitment_ends_at\":\"2025-10-30T17:56:02.956006Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"e06b5c18-1479-46de-915f-ff27b1cef80e\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" headers: Content-Length: - - "760" + - "1651" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 17:50:57 GMT + - Thu, 30 Oct 2025 17:58:43 GMT Server: - Scaleway API Gateway (fr-par-3;edge01) X-Request-Id: - - 88c64777-6f41-4748-8daf-c02332b7ba51 + - 75be6eb7-6bf2-4f52-bee9-c01e2ca61e8d status: 200 OK code: 200 - duration: 80.760695ms + duration: 36.914877ms - id: 79 request: proto: HTTP/1.1 @@ -2563,28 +2656,28 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/fabf3205-5e2b-4119-9624-91f3fd4f9af2 + url: https://api.scaleway.com/k8s/v1/regions/nl-ams/clusters/51cd429b-6235-4520-9ce3-88deeb88bac1/kubeconfig method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 760 - body: "{\"region\":\"fr-par\", \"id\":\"fabf3205-5e2b-4119-9624-91f3fd4f9af2\", \"cluster_id\":\"318aad8d-b93e-45fa-b437-a04479335018\", \"created_at\":\"2025-10-30T17:45:36.337310Z\", \"updated_at\":\"2025-10-30T17:45:36.337310Z\", \"name\":\"test-pool-placement-group\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"b679f0a9-4937-48ec-9789-91f0198f3026\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 1754 + body: "{\"name\":\"kubeconfig\", \"content_type\":\"application/octet-stream\", \"content\":\"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogInRlc3QtcG9vbC1wbGFjZW1lbnQtZ3JvdXAtMiIKICBjbHVzdGVyOgogICAgY2VydGlmaWNhdGUtYXV0aG9yaXR5LWRhdGE6IExTMHRMUzFDUlVkSlRpQkRSVkpVU1VaSlEwRlVSUzB0TFMwdENrMUpTVUpYZWtORFFWRkhaMEYzU1VKQlowbENRVVJCUzBKblozRm9hMnBQVUZGUlJFRnFRVlpOVWsxM1JWRlpSRlpSVVVSRmQzQnlaRmRLYkdOdE5Xd0taRWRXZWsxQ05GaEVWRWt4VFZSQmVVOVVSVE5PVkZsM1RURnZXRVJVVFRGTlZFRjVUMVJGTTA1VVdYZE5NVzkzUmxSRlZFMUNSVWRCTVZWRlFYaE5Td3BoTTFacFdsaEtkVnBZVW14amVrSmFUVUpOUjBKNWNVZFRUVFE1UVdkRlIwTkRjVWRUVFRRNVFYZEZTRUV3U1VGQ1IxWjRiakptYkRKelJVRnZkRFpDQ2toMmVrSXdkMlJLZDAxMFZEQlhkV3BZUkRkTGJ6WkJWaXQ1VDJKNk56QkRZbWRsVjFOQ0x5ODJabEp3WWxSRGJGTlhObXRzTjA1M1QwaEtTMUpXTVdZS01tbERSMWd2WldwUmFrSkJUVUUwUjBFeFZXUkVkMFZDTDNkUlJVRjNTVU53UkVGUVFtZE9Wa2hTVFVKQlpqaEZRbFJCUkVGUlNDOU5RakJIUVRGVlpBcEVaMUZYUWtKU1NsUlhUbE4zWnl0NlVGSkNTbGRCVkVKTVJFWkpaV2xDWWxWcVFVdENaMmR4YUd0cVQxQlJVVVJCWjA1SlFVUkNSa0ZwUVVsclltTkJDbTlYYURWcGNGUlhjbUZzWVdnd1FXMDVhR3MwZW1WdlEwWmlNVW93VUhWVWVFa3hZVzlCU1doQlQyRktORlJTWW5GSVlWZEdMM2c0VWxKbGMycFBXbThLZWk5WmRWY3JORGxrY1c5alN6UXhhRTFQUkcwS0xTMHRMUzFGVGtRZ1EwVlNWRWxHU1VOQlZFVXRMUzB0TFFvPQogICAgc2VydmVyOiBodHRwczovLzUxY2Q0MjliLTYyMzUtNDUyMC05Y2UzLTg4ZGVlYjg4YmFjMS5hcGkuazhzLm5sLWFtcy5zY3cuY2xvdWQ6NjQ0Mwpjb250ZXh0czoKLSBuYW1lOiBhZG1pbkB0ZXN0LXBvb2wtcGxhY2VtZW50LWdyb3VwLTIKICBjb250ZXh0OgogICAgY2x1c3RlcjogInRlc3QtcG9vbC1wbGFjZW1lbnQtZ3JvdXAtMiIKICAgIHVzZXI6IHRlc3QtcG9vbC1wbGFjZW1lbnQtZ3JvdXAtMi1hZG1pbgpjdXJyZW50LWNvbnRleHQ6IGFkbWluQHRlc3QtcG9vbC1wbGFjZW1lbnQtZ3JvdXAtMgpraW5kOiBDb25maWcKcHJlZmVyZW5jZXM6IHt9CnVzZXJzOgotIG5hbWU6IHRlc3QtcG9vbC1wbGFjZW1lbnQtZ3JvdXAtMi1hZG1pbgogIHVzZXI6CiAgICB0b2tlbjogMkhKMXFqUzRsNUFIcDdHeVRzYXU2aHhYdHZ3eHRzT3NzamF1c1JQWG1qalZSSXc0Q3BOZnU3TFo=\"}" headers: Content-Length: - - "760" + - "1754" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 17:51:03 GMT + - Thu, 30 Oct 2025 17:58:43 GMT Server: - Scaleway API Gateway (fr-par-3;edge01) X-Request-Id: - - b2eca24f-2e5a-4ab1-b1e9-3ea3efda4d2b + - 79ca4f5c-28f4-4127-9053-3896fc320a45 status: 200 OK code: 200 - duration: 73.720794ms + duration: 101.20339ms - id: 80 request: proto: HTTP/1.1 @@ -2595,28 +2688,28 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/fabf3205-5e2b-4119-9624-91f3fd4f9af2 + url: https://api.scaleway.com/k8s/v1/regions/nl-ams/pools/4ecf20a5-b4a3-4b2c-a4f4-903716060d4d method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 content_length: 760 - body: "{\"region\":\"fr-par\", \"id\":\"fabf3205-5e2b-4119-9624-91f3fd4f9af2\", \"cluster_id\":\"318aad8d-b93e-45fa-b437-a04479335018\", \"created_at\":\"2025-10-30T17:45:36.337310Z\", \"updated_at\":\"2025-10-30T17:45:36.337310Z\", \"name\":\"test-pool-placement-group\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"b679f0a9-4937-48ec-9789-91f0198f3026\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + body: "{\"region\":\"nl-ams\", \"id\":\"4ecf20a5-b4a3-4b2c-a4f4-903716060d4d\", \"cluster_id\":\"51cd429b-6235-4520-9ce3-88deeb88bac1\", \"created_at\":\"2025-10-30T17:56:08.596157Z\", \"updated_at\":\"2025-10-30T17:58:42.093973Z\", \"name\":\"test-pool-placement-group-2\", \"status\":\"ready\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"92444188-3b2e-4515-a75d-f228a9ef8202\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"nl-ams-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"20b640cd-1ccd-4f6f-93fa-7e309efc00b8\"}" headers: Content-Length: - "760" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 17:51:08 GMT + - Thu, 30 Oct 2025 17:58:43 GMT Server: - Scaleway API Gateway (fr-par-3;edge01) X-Request-Id: - - d70445da-2b39-4d98-800c-b9556c669a1e + - f14d4fce-4889-4c95-9bac-94b78e532c9c status: 200 OK code: 200 - duration: 95.164464ms + duration: 34.76005ms - id: 81 request: proto: HTTP/1.1 @@ -2624,31 +2717,40 @@ interactions: proto_minor: 1 content_length: 0 host: api.scaleway.com + form: + order_by: + - created_at_asc + page: + - "1" + pool_id: + - 4ecf20a5-b4a3-4b2c-a4f4-903716060d4d + status: + - unknown headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/fabf3205-5e2b-4119-9624-91f3fd4f9af2 + url: https://api.scaleway.com/k8s/v1/regions/nl-ams/clusters/51cd429b-6235-4520-9ce3-88deeb88bac1/nodes?order_by=created_at_asc&page=1&pool_id=4ecf20a5-b4a3-4b2c-a4f4-903716060d4d&status=unknown method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 760 - body: "{\"region\":\"fr-par\", \"id\":\"fabf3205-5e2b-4119-9624-91f3fd4f9af2\", \"cluster_id\":\"318aad8d-b93e-45fa-b437-a04479335018\", \"created_at\":\"2025-10-30T17:45:36.337310Z\", \"updated_at\":\"2025-10-30T17:45:36.337310Z\", \"name\":\"test-pool-placement-group\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"b679f0a9-4937-48ec-9789-91f0198f3026\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 620 + body: "{\"total_count\":1, \"nodes\":[{\"region\":\"nl-ams\", \"id\":\"e56b8ed7-b8ff-4f84-9aa3-9fbc5ea86a05\", \"cluster_id\":\"51cd429b-6235-4520-9ce3-88deeb88bac1\", \"created_at\":\"2025-10-30T17:57:36.760847Z\", \"updated_at\":\"2025-10-30T17:58:42.078049Z\", \"pool_id\":\"4ecf20a5-b4a3-4b2c-a4f4-903716060d4d\", \"status\":\"ready\", \"conditions\":{\"DiskPressure\":\"False\", \"MemoryPressure\":\"False\", \"PIDPressure\":\"False\", \"Ready\":\"True\"}, \"name\":\"scw-test-pool-placeme-test-pool-placeme-e56b8e\", \"public_ip_v4\":\"51.158.232.111\", \"public_ip_v6\":null, \"provider_id\":\"scaleway://instance/nl-ams-2/40cc1cc2-6de1-465d-9fbf-f02130d3f939\", \"error_message\":\"\"}]}" headers: Content-Length: - - "760" + - "620" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 17:51:13 GMT + - Thu, 30 Oct 2025 17:58:43 GMT Server: - Scaleway API Gateway (fr-par-3;edge01) X-Request-Id: - - 42de613e-7d4f-4624-8f22-3e2b0af0115a + - 816f8111-08f0-4e2e-b063-9d32e7ea88a6 status: 200 OK code: 200 - duration: 86.791711ms + duration: 96.222314ms - id: 82 request: proto: HTTP/1.1 @@ -2659,28 +2761,28 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/fabf3205-5e2b-4119-9624-91f3fd4f9af2 + url: https://api.scaleway.com/k8s/v1/regions/nl-ams/clusters/51cd429b-6235-4520-9ce3-88deeb88bac1 method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 760 - body: "{\"region\":\"fr-par\", \"id\":\"fabf3205-5e2b-4119-9624-91f3fd4f9af2\", \"cluster_id\":\"318aad8d-b93e-45fa-b437-a04479335018\", \"created_at\":\"2025-10-30T17:45:36.337310Z\", \"updated_at\":\"2025-10-30T17:45:36.337310Z\", \"name\":\"test-pool-placement-group\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"b679f0a9-4937-48ec-9789-91f0198f3026\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 1651 + body: "{\"region\":\"nl-ams\", \"id\":\"51cd429b-6235-4520-9ce3-88deeb88bac1\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:56:02.955990Z\", \"updated_at\":\"2025-10-30T17:57:29.166865Z\", \"type\":\"kapsule\", \"name\":\"test-pool-placement-group-2\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"calico\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"placement_group\"], \"cluster_url\":\"https://51cd429b-6235-4520-9ce3-88deeb88bac1.api.k8s.nl-ams.scw.cloud:6443\", \"dns_wildcard\":\"*.51cd429b-6235-4520-9ce3-88deeb88bac1.nodes.k8s.nl-ams.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"9b711663-f2a0-491c-9671-b2de399ebdad\", \"commitment_ends_at\":\"2025-10-30T17:56:02.956006Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"e06b5c18-1479-46de-915f-ff27b1cef80e\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" headers: Content-Length: - - "760" + - "1651" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 17:51:18 GMT + - Thu, 30 Oct 2025 17:58:43 GMT Server: - Scaleway API Gateway (fr-par-3;edge01) X-Request-Id: - - 753498d7-ee68-4537-ae9b-3bb7184a6b6e + - de47a186-db66-4d12-9065-7fe923aa7ea0 status: 200 OK code: 200 - duration: 126.199198ms + duration: 38.395899ms - id: 83 request: proto: HTTP/1.1 @@ -2688,31 +2790,40 @@ interactions: proto_minor: 1 content_length: 0 host: api.scaleway.com + form: + order_by: + - created_at_desc + project_id: + - 105bdce1-64c0-48ab-899d-868455867ecf + resource_name: + - scw-test-pool-placeme-test-pool-placeme-e56b8e + resource_type: + - unknown_type headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/fabf3205-5e2b-4119-9624-91f3fd4f9af2 + url: https://api.scaleway.com/ipam/v1/regions/nl-ams/ips?order_by=created_at_desc&project_id=105bdce1-64c0-48ab-899d-868455867ecf&resource_name=scw-test-pool-placeme-test-pool-placeme-e56b8e&resource_type=unknown_type method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 758 - body: "{\"region\":\"fr-par\", \"id\":\"fabf3205-5e2b-4119-9624-91f3fd4f9af2\", \"cluster_id\":\"318aad8d-b93e-45fa-b437-a04479335018\", \"created_at\":\"2025-10-30T17:45:36.337310Z\", \"updated_at\":\"2025-10-30T17:51:18.354228Z\", \"name\":\"test-pool-placement-group\", \"status\":\"ready\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"b679f0a9-4937-48ec-9789-91f0198f3026\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 1121 + body: "{\"total_count\":2, \"ips\":[{\"id\":\"cfe0a3b1-0341-4f44-b04b-b3e5c27f5245\", \"address\":\"fd5c:d510:d730:aab1:d30a:9163:4594:6c6e/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":true, \"created_at\":\"2025-10-30T17:57:41.064327Z\", \"updated_at\":\"2025-10-30T17:57:41.064327Z\", \"source\":{\"subnet_id\":\"3cad3b18-2eb9-44f6-ab2f-e533db2f9b3b\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"afcbaeed-5381-46c6-a73c-30bc7b8a2d2c\", \"mac_address\":\"02:00:00:27:37:C0\", \"name\":\"scw-test-pool-placeme-test-pool-placeme-e56b8e\"}, \"tags\":[], \"reverses\":[], \"region\":\"nl-ams\", \"zone\":null}, {\"id\":\"a9948537-161b-4482-b45c-073d48b75d8b\", \"address\":\"172.16.0.3/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":false, \"created_at\":\"2025-10-30T17:57:40.852037Z\", \"updated_at\":\"2025-10-30T17:57:40.852037Z\", \"source\":{\"subnet_id\":\"a7908d7d-d693-4f07-ba9c-6cfaac2e7d69\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"afcbaeed-5381-46c6-a73c-30bc7b8a2d2c\", \"mac_address\":\"02:00:00:27:37:C0\", \"name\":\"scw-test-pool-placeme-test-pool-placeme-e56b8e\"}, \"tags\":[], \"reverses\":[], \"region\":\"nl-ams\", \"zone\":null}]}" headers: Content-Length: - - "758" + - "1121" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 17:51:23 GMT + - Thu, 30 Oct 2025 17:58:43 GMT Server: - Scaleway API Gateway (fr-par-3;edge01) X-Request-Id: - - ad6d5e55-a101-46bd-8b2f-7ae4cf6105c5 + - a74ed6ad-9344-4c1c-a143-2aabea35fc15 status: 200 OK code: 200 - duration: 78.345382ms + duration: 43.102579ms - id: 84 request: proto: HTTP/1.1 @@ -2723,28 +2834,28 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/318aad8d-b93e-45fa-b437-a04479335018 + url: https://api.scaleway.com/k8s/v1/regions/nl-ams/clusters/51cd429b-6235-4520-9ce3-88deeb88bac1 method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 1649 - body: "{\"region\":\"fr-par\", \"id\":\"318aad8d-b93e-45fa-b437-a04479335018\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:45:30.773233Z\", \"updated_at\":\"2025-10-30T17:46:45.624878Z\", \"type\":\"kapsule\", \"name\":\"test-pool-placement-group\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"calico\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"placement_group\"], \"cluster_url\":\"https://318aad8d-b93e-45fa-b437-a04479335018.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.318aad8d-b93e-45fa-b437-a04479335018.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"a6e03343-b4f2-464c-91d9-fbf821df60a9\", \"commitment_ends_at\":\"2025-10-30T17:45:30.773242Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"706a0744-bfaf-48f9-86f8-00551cac2d4e\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + content_length: 1651 + body: "{\"region\":\"nl-ams\", \"id\":\"51cd429b-6235-4520-9ce3-88deeb88bac1\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:56:02.955990Z\", \"updated_at\":\"2025-10-30T17:57:29.166865Z\", \"type\":\"kapsule\", \"name\":\"test-pool-placement-group-2\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"calico\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"placement_group\"], \"cluster_url\":\"https://51cd429b-6235-4520-9ce3-88deeb88bac1.api.k8s.nl-ams.scw.cloud:6443\", \"dns_wildcard\":\"*.51cd429b-6235-4520-9ce3-88deeb88bac1.nodes.k8s.nl-ams.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"9b711663-f2a0-491c-9671-b2de399ebdad\", \"commitment_ends_at\":\"2025-10-30T17:56:02.956006Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"e06b5c18-1479-46de-915f-ff27b1cef80e\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" headers: Content-Length: - - "1649" + - "1651" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 17:51:23 GMT + - Thu, 30 Oct 2025 17:58:43 GMT Server: - Scaleway API Gateway (fr-par-3;edge01) X-Request-Id: - - 40b8227a-e11a-468e-b750-f9092e2e5a99 + - 47ddd5e4-6a2f-42df-9faa-13d70d10e8aa status: 200 OK code: 200 - duration: 99.901131ms + duration: 40.349278ms - id: 85 request: proto: HTTP/1.1 @@ -2755,28 +2866,28 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/fabf3205-5e2b-4119-9624-91f3fd4f9af2 + url: https://api.scaleway.com/vpc/v2/regions/nl-ams/private-networks/9b711663-f2a0-491c-9671-b2de399ebdad method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 758 - body: "{\"region\":\"fr-par\", \"id\":\"fabf3205-5e2b-4119-9624-91f3fd4f9af2\", \"cluster_id\":\"318aad8d-b93e-45fa-b437-a04479335018\", \"created_at\":\"2025-10-30T17:45:36.337310Z\", \"updated_at\":\"2025-10-30T17:51:18.354228Z\", \"name\":\"test-pool-placement-group\", \"status\":\"ready\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"b679f0a9-4937-48ec-9789-91f0198f3026\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 1094 + body: "{\"id\":\"9b711663-f2a0-491c-9671-b2de399ebdad\", \"name\":\"test-pool-placement-group\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:56:01.965238Z\", \"updated_at\":\"2025-10-30T17:56:01.965238Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"subnets\":[{\"id\":\"a7908d7d-d693-4f07-ba9c-6cfaac2e7d69\", \"created_at\":\"2025-10-30T17:56:01.965238Z\", \"updated_at\":\"2025-10-30T17:56:01.965238Z\", \"subnet\":\"172.16.0.0/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"9b711663-f2a0-491c-9671-b2de399ebdad\", \"vpc_id\":\"cffbd660-4df5-4f5c-bd63-351d28eb1f85\"}, {\"id\":\"3cad3b18-2eb9-44f6-ab2f-e533db2f9b3b\", \"created_at\":\"2025-10-30T17:56:01.965238Z\", \"updated_at\":\"2025-10-30T17:56:01.965238Z\", \"subnet\":\"fd5c:d510:d730:aab1::/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"9b711663-f2a0-491c-9671-b2de399ebdad\", \"vpc_id\":\"cffbd660-4df5-4f5c-bd63-351d28eb1f85\"}], \"vpc_id\":\"cffbd660-4df5-4f5c-bd63-351d28eb1f85\", \"dhcp_enabled\":true, \"default_route_propagation_enabled\":false, \"region\":\"nl-ams\"}" headers: Content-Length: - - "758" + - "1094" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 17:51:23 GMT + - Thu, 30 Oct 2025 17:58:43 GMT Server: - Scaleway API Gateway (fr-par-3;edge01) X-Request-Id: - - e547db4f-0502-463a-827e-7230efa9dbe7 + - 5610248e-9024-4550-b0fc-f52e739e3826 status: 200 OK code: 200 - duration: 26.018806ms + duration: 49.823674ms - id: 86 request: proto: HTTP/1.1 @@ -2784,40 +2895,31 @@ interactions: proto_minor: 1 content_length: 0 host: api.scaleway.com - form: - order_by: - - created_at_asc - page: - - "1" - pool_id: - - fabf3205-5e2b-4119-9624-91f3fd4f9af2 - status: - - unknown headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/318aad8d-b93e-45fa-b437-a04479335018/nodes?order_by=created_at_asc&page=1&pool_id=fabf3205-5e2b-4119-9624-91f3fd4f9af2&status=unknown + url: https://api.scaleway.com/k8s/v1/regions/nl-ams/clusters/51cd429b-6235-4520-9ce3-88deeb88bac1/kubeconfig method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 619 - body: "{\"total_count\":1, \"nodes\":[{\"region\":\"fr-par\", \"id\":\"046d87c5-5633-44b8-b7d5-de075a08aa4f\", \"cluster_id\":\"318aad8d-b93e-45fa-b437-a04479335018\", \"created_at\":\"2025-10-30T17:50:42.420824Z\", \"updated_at\":\"2025-10-30T17:51:18.341157Z\", \"pool_id\":\"fabf3205-5e2b-4119-9624-91f3fd4f9af2\", \"status\":\"ready\", \"conditions\":{\"DiskPressure\":\"False\", \"MemoryPressure\":\"False\", \"PIDPressure\":\"False\", \"Ready\":\"True\"}, \"name\":\"scw-test-pool-placeme-test-pool-placeme-046d87\", \"public_ip_v4\":\"51.15.236.240\", \"public_ip_v6\":null, \"provider_id\":\"scaleway://instance/fr-par-1/48201a01-ad07-4809-92af-588df31167e0\", \"error_message\":\"\"}]}" + content_length: 1754 + body: "{\"name\":\"kubeconfig\", \"content_type\":\"application/octet-stream\", \"content\":\"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogInRlc3QtcG9vbC1wbGFjZW1lbnQtZ3JvdXAtMiIKICBjbHVzdGVyOgogICAgY2VydGlmaWNhdGUtYXV0aG9yaXR5LWRhdGE6IExTMHRMUzFDUlVkSlRpQkRSVkpVU1VaSlEwRlVSUzB0TFMwdENrMUpTVUpYZWtORFFWRkhaMEYzU1VKQlowbENRVVJCUzBKblozRm9hMnBQVUZGUlJFRnFRVlpOVWsxM1JWRlpSRlpSVVVSRmQzQnlaRmRLYkdOdE5Xd0taRWRXZWsxQ05GaEVWRWt4VFZSQmVVOVVSVE5PVkZsM1RURnZXRVJVVFRGTlZFRjVUMVJGTTA1VVdYZE5NVzkzUmxSRlZFMUNSVWRCTVZWRlFYaE5Td3BoTTFacFdsaEtkVnBZVW14amVrSmFUVUpOUjBKNWNVZFRUVFE1UVdkRlIwTkRjVWRUVFRRNVFYZEZTRUV3U1VGQ1IxWjRiakptYkRKelJVRnZkRFpDQ2toMmVrSXdkMlJLZDAxMFZEQlhkV3BZUkRkTGJ6WkJWaXQ1VDJKNk56QkRZbWRsVjFOQ0x5ODJabEp3WWxSRGJGTlhObXRzTjA1M1QwaEtTMUpXTVdZS01tbERSMWd2WldwUmFrSkJUVUUwUjBFeFZXUkVkMFZDTDNkUlJVRjNTVU53UkVGUVFtZE9Wa2hTVFVKQlpqaEZRbFJCUkVGUlNDOU5RakJIUVRGVlpBcEVaMUZYUWtKU1NsUlhUbE4zWnl0NlVGSkNTbGRCVkVKTVJFWkpaV2xDWWxWcVFVdENaMmR4YUd0cVQxQlJVVVJCWjA1SlFVUkNSa0ZwUVVsclltTkJDbTlYYURWcGNGUlhjbUZzWVdnd1FXMDVhR3MwZW1WdlEwWmlNVW93VUhWVWVFa3hZVzlCU1doQlQyRktORlJTWW5GSVlWZEdMM2c0VWxKbGMycFBXbThLZWk5WmRWY3JORGxrY1c5alN6UXhhRTFQUkcwS0xTMHRMUzFGVGtRZ1EwVlNWRWxHU1VOQlZFVXRMUzB0TFFvPQogICAgc2VydmVyOiBodHRwczovLzUxY2Q0MjliLTYyMzUtNDUyMC05Y2UzLTg4ZGVlYjg4YmFjMS5hcGkuazhzLm5sLWFtcy5zY3cuY2xvdWQ6NjQ0Mwpjb250ZXh0czoKLSBuYW1lOiBhZG1pbkB0ZXN0LXBvb2wtcGxhY2VtZW50LWdyb3VwLTIKICBjb250ZXh0OgogICAgY2x1c3RlcjogInRlc3QtcG9vbC1wbGFjZW1lbnQtZ3JvdXAtMiIKICAgIHVzZXI6IHRlc3QtcG9vbC1wbGFjZW1lbnQtZ3JvdXAtMi1hZG1pbgpjdXJyZW50LWNvbnRleHQ6IGFkbWluQHRlc3QtcG9vbC1wbGFjZW1lbnQtZ3JvdXAtMgpraW5kOiBDb25maWcKcHJlZmVyZW5jZXM6IHt9CnVzZXJzOgotIG5hbWU6IHRlc3QtcG9vbC1wbGFjZW1lbnQtZ3JvdXAtMi1hZG1pbgogIHVzZXI6CiAgICB0b2tlbjogMkhKMXFqUzRsNUFIcDdHeVRzYXU2aHhYdHZ3eHRzT3NzamF1c1JQWG1qalZSSXc0Q3BOZnU3TFo=\"}" headers: Content-Length: - - "619" + - "1754" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 17:51:23 GMT + - Thu, 30 Oct 2025 17:58:43 GMT Server: - Scaleway API Gateway (fr-par-3;edge01) X-Request-Id: - - 2a987ced-7d3c-448b-aaa2-9e136f18a247 + - 64820c64-b385-4901-be90-af810f089701 status: 200 OK code: 200 - duration: 34.975858ms + duration: 40.110569ms - id: 87 request: proto: HTTP/1.1 @@ -2828,28 +2930,28 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/318aad8d-b93e-45fa-b437-a04479335018 + url: https://api.scaleway.com/vpc/v2/regions/nl-ams/vpcs/cffbd660-4df5-4f5c-bd63-351d28eb1f85 method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 1649 - body: "{\"region\":\"fr-par\", \"id\":\"318aad8d-b93e-45fa-b437-a04479335018\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:45:30.773233Z\", \"updated_at\":\"2025-10-30T17:46:45.624878Z\", \"type\":\"kapsule\", \"name\":\"test-pool-placement-group\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"calico\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"placement_group\"], \"cluster_url\":\"https://318aad8d-b93e-45fa-b437-a04479335018.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.318aad8d-b93e-45fa-b437-a04479335018.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"a6e03343-b4f2-464c-91d9-fbf821df60a9\", \"commitment_ends_at\":\"2025-10-30T17:45:30.773242Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"706a0744-bfaf-48f9-86f8-00551cac2d4e\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + content_length: 451 + body: "{\"id\":\"cffbd660-4df5-4f5c-bd63-351d28eb1f85\", \"name\":\"testAccCheckK8SPoolConfigPlacementGroupWithCustomZone\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:56:01.666659Z\", \"updated_at\":\"2025-10-30T17:56:01.666659Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_default\":false, \"private_network_count\":1, \"routing_enabled\":true, \"custom_routes_propagation_enabled\":true, \"region\":\"nl-ams\"}" headers: Content-Length: - - "1649" + - "451" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 17:51:23 GMT + - Thu, 30 Oct 2025 17:58:43 GMT Server: - Scaleway API Gateway (fr-par-3;edge01) X-Request-Id: - - ec585232-9180-4375-9da2-1a53d8f8ed91 + - d60318da-627e-4853-8fd4-957f0370e1f1 status: 200 OK code: 200 - duration: 20.776357ms + duration: 106.725241ms - id: 88 request: proto: HTTP/1.1 @@ -2857,40 +2959,31 @@ interactions: proto_minor: 1 content_length: 0 host: api.scaleway.com - form: - order_by: - - created_at_desc - project_id: - - 105bdce1-64c0-48ab-899d-868455867ecf - resource_name: - - scw-test-pool-placeme-test-pool-placeme-046d87 - resource_type: - - unknown_type headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/ipam/v1/regions/fr-par/ips?order_by=created_at_desc&project_id=105bdce1-64c0-48ab-899d-868455867ecf&resource_name=scw-test-pool-placeme-test-pool-placeme-046d87&resource_type=unknown_type + url: https://api.scaleway.com/instance/v1/zones/nl-ams-2/placement_groups/92444188-3b2e-4515-a75d-f228a9ef8202 method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 1122 - body: "{\"total_count\":2, \"ips\":[{\"id\":\"8d879388-074e-4835-90fc-32ef09afdcb0\", \"address\":\"fd5f:519c:6d46:3cb1:1a34:ef11:4b6a:46c5/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":true, \"created_at\":\"2025-10-30T17:50:46.508424Z\", \"updated_at\":\"2025-10-30T17:50:46.508424Z\", \"source\":{\"subnet_id\":\"6d2c167e-e877-4762-911a-5b108ec599c5\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"f7117353-47c3-4ba3-8f9a-e2038c9a4dda\", \"mac_address\":\"02:00:00:1F:EA:24\", \"name\":\"scw-test-pool-placeme-test-pool-placeme-046d87\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}, {\"id\":\"cb27ced9-cac2-4839-afa7-639514152cec\", \"address\":\"172.18.36.3/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":false, \"created_at\":\"2025-10-30T17:50:46.349722Z\", \"updated_at\":\"2025-10-30T17:50:46.349722Z\", \"source\":{\"subnet_id\":\"d0de5f08-a5b5-4b74-910f-074464b7628c\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"f7117353-47c3-4ba3-8f9a-e2038c9a4dda\", \"mac_address\":\"02:00:00:1F:EA:24\", \"name\":\"scw-test-pool-placeme-test-pool-placeme-046d87\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}]}" + content_length: 331 + body: "{\"placement_group\": {\"id\": \"92444188-3b2e-4515-a75d-f228a9ef8202\", \"name\": \"test-pool-placement-group\", \"organization\": \"105bdce1-64c0-48ab-899d-868455867ecf\", \"project\": \"105bdce1-64c0-48ab-899d-868455867ecf\", \"policy_mode\": \"optional\", \"policy_type\": \"max_availability\", \"policy_respected\": true, \"tags\": [], \"zone\": \"nl-ams-2\"}}" headers: Content-Length: - - "1122" + - "331" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 17:51:23 GMT + - Thu, 30 Oct 2025 17:58:43 GMT Server: - Scaleway API Gateway (fr-par-3;edge01) X-Request-Id: - - 068f822e-2143-4287-bc9e-b9378bc2ec4c + - afe83bcf-1b48-4df2-a814-ca2a799fec52 status: 200 OK code: 200 - duration: 95.152177ms + duration: 135.626056ms - id: 89 request: proto: HTTP/1.1 @@ -2901,28 +2994,28 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/318aad8d-b93e-45fa-b437-a04479335018 + url: https://api.scaleway.com/k8s/v1/regions/nl-ams/clusters/51cd429b-6235-4520-9ce3-88deeb88bac1/available-types method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 1649 - body: "{\"region\":\"fr-par\", \"id\":\"318aad8d-b93e-45fa-b437-a04479335018\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:45:30.773233Z\", \"updated_at\":\"2025-10-30T17:46:45.624878Z\", \"type\":\"kapsule\", \"name\":\"test-pool-placement-group\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"calico\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"placement_group\"], \"cluster_url\":\"https://318aad8d-b93e-45fa-b437-a04479335018.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.318aad8d-b93e-45fa-b437-a04479335018.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"a6e03343-b4f2-464c-91d9-fbf821df60a9\", \"commitment_ends_at\":\"2025-10-30T17:45:30.773242Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"706a0744-bfaf-48f9-86f8-00551cac2d4e\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + content_length: 1004 + body: "{\"cluster_types\":[{\"name\":\"kapsule\", \"availability\":\"available\", \"max_nodes\":150, \"commitment_delay\":\"0s\", \"sla\":0, \"resiliency\":\"standard\", \"memory\":4000000000, \"dedicated\":false, \"audit_logs_supported\":false, \"max_etcd_size\":55000000}, {\"name\":\"kapsule-dedicated-4\", \"availability\":\"available\", \"max_nodes\":250, \"commitment_delay\":\"2592000s\", \"sla\":99.5, \"resiliency\":\"high_availability\", \"memory\":4000000000, \"dedicated\":true, \"audit_logs_supported\":true, \"max_etcd_size\":200000000}, {\"name\":\"kapsule-dedicated-8\", \"availability\":\"available\", \"max_nodes\":500, \"commitment_delay\":\"2592000s\", \"sla\":99.5, \"resiliency\":\"high_availability\", \"memory\":8000000000, \"dedicated\":true, \"audit_logs_supported\":true, \"max_etcd_size\":200000000}, {\"name\":\"kapsule-dedicated-16\", \"availability\":\"available\", \"max_nodes\":500, \"commitment_delay\":\"2592000s\", \"sla\":99.5, \"resiliency\":\"high_availability\", \"memory\":16000000000, \"dedicated\":true, \"audit_logs_supported\":true, \"max_etcd_size\":200000000}], \"total_count\":4}" headers: Content-Length: - - "1649" + - "1004" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 17:51:23 GMT + - Thu, 30 Oct 2025 17:58:44 GMT Server: - Scaleway API Gateway (fr-par-3;edge01) X-Request-Id: - - 74dc5f1e-0807-44bf-86b2-b71c9593300f + - 0bc31478-24df-406a-971b-3ff6db06105a status: 200 OK code: 200 - duration: 25.97807ms + duration: 91.569485ms - id: 90 request: proto: HTTP/1.1 @@ -2933,28 +3026,28 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/fabf3205-5e2b-4119-9624-91f3fd4f9af2 + url: https://api.scaleway.com/k8s/v1/regions/nl-ams/pools/4ecf20a5-b4a3-4b2c-a4f4-903716060d4d method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 758 - body: "{\"region\":\"fr-par\", \"id\":\"fabf3205-5e2b-4119-9624-91f3fd4f9af2\", \"cluster_id\":\"318aad8d-b93e-45fa-b437-a04479335018\", \"created_at\":\"2025-10-30T17:45:36.337310Z\", \"updated_at\":\"2025-10-30T17:51:18.354228Z\", \"name\":\"test-pool-placement-group\", \"status\":\"ready\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"b679f0a9-4937-48ec-9789-91f0198f3026\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 760 + body: "{\"region\":\"nl-ams\", \"id\":\"4ecf20a5-b4a3-4b2c-a4f4-903716060d4d\", \"cluster_id\":\"51cd429b-6235-4520-9ce3-88deeb88bac1\", \"created_at\":\"2025-10-30T17:56:08.596157Z\", \"updated_at\":\"2025-10-30T17:58:42.093973Z\", \"name\":\"test-pool-placement-group-2\", \"status\":\"ready\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"92444188-3b2e-4515-a75d-f228a9ef8202\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"nl-ams-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"20b640cd-1ccd-4f6f-93fa-7e309efc00b8\"}" headers: Content-Length: - - "758" + - "760" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 17:51:23 GMT + - Thu, 30 Oct 2025 17:58:44 GMT Server: - Scaleway API Gateway (fr-par-3;edge01) X-Request-Id: - - 6ebf7f63-0fc4-4018-91d5-e1548a9221dd + - 8ce61b5c-de5b-407d-96e5-b51a982eeec3 status: 200 OK code: 200 - duration: 23.948781ms + duration: 103.209639ms - id: 91 request: proto: HTTP/1.1 @@ -2962,31 +3055,40 @@ interactions: proto_minor: 1 content_length: 0 host: api.scaleway.com + form: + order_by: + - created_at_asc + page: + - "1" + pool_id: + - 4ecf20a5-b4a3-4b2c-a4f4-903716060d4d + status: + - unknown headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/fr-par/vpcs/f3ec978c-ac7e-4f09-b168-577fbba93617 + url: https://api.scaleway.com/k8s/v1/regions/nl-ams/clusters/51cd429b-6235-4520-9ce3-88deeb88bac1/nodes?order_by=created_at_asc&page=1&pool_id=4ecf20a5-b4a3-4b2c-a4f4-903716060d4d&status=unknown method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 437 - body: "{\"id\":\"f3ec978c-ac7e-4f09-b168-577fbba93617\", \"name\":\"testAccCheckK8SPoolConfigPlacementGroup\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:45:29.579681Z\", \"updated_at\":\"2025-10-30T17:45:29.579681Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_default\":false, \"private_network_count\":1, \"routing_enabled\":true, \"custom_routes_propagation_enabled\":true, \"region\":\"fr-par\"}" + content_length: 620 + body: "{\"total_count\":1, \"nodes\":[{\"region\":\"nl-ams\", \"id\":\"e56b8ed7-b8ff-4f84-9aa3-9fbc5ea86a05\", \"cluster_id\":\"51cd429b-6235-4520-9ce3-88deeb88bac1\", \"created_at\":\"2025-10-30T17:57:36.760847Z\", \"updated_at\":\"2025-10-30T17:58:42.078049Z\", \"pool_id\":\"4ecf20a5-b4a3-4b2c-a4f4-903716060d4d\", \"status\":\"ready\", \"conditions\":{\"DiskPressure\":\"False\", \"MemoryPressure\":\"False\", \"PIDPressure\":\"False\", \"Ready\":\"True\"}, \"name\":\"scw-test-pool-placeme-test-pool-placeme-e56b8e\", \"public_ip_v4\":\"51.158.232.111\", \"public_ip_v6\":null, \"provider_id\":\"scaleway://instance/nl-ams-2/40cc1cc2-6de1-465d-9fbf-f02130d3f939\", \"error_message\":\"\"}]}" headers: Content-Length: - - "437" + - "620" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 17:51:24 GMT + - Thu, 30 Oct 2025 17:58:44 GMT Server: - Scaleway API Gateway (fr-par-3;edge01) X-Request-Id: - - cfe52a0f-9daf-4fe0-a42f-b5eca4e03405 + - 106527f0-89be-4d4e-a17c-3a49b04a462d status: 200 OK code: 200 - duration: 85.809171ms + duration: 37.057726ms - id: 92 request: proto: HTTP/1.1 @@ -2997,28 +3099,28 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/placement_groups/b679f0a9-4937-48ec-9789-91f0198f3026 + url: https://api.scaleway.com/k8s/v1/regions/nl-ams/clusters/51cd429b-6235-4520-9ce3-88deeb88bac1 method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 331 - body: "{\"placement_group\": {\"id\": \"b679f0a9-4937-48ec-9789-91f0198f3026\", \"name\": \"test-pool-placement-group\", \"organization\": \"105bdce1-64c0-48ab-899d-868455867ecf\", \"project\": \"105bdce1-64c0-48ab-899d-868455867ecf\", \"policy_mode\": \"optional\", \"policy_type\": \"max_availability\", \"policy_respected\": true, \"tags\": [], \"zone\": \"fr-par-1\"}}" + content_length: 1651 + body: "{\"region\":\"nl-ams\", \"id\":\"51cd429b-6235-4520-9ce3-88deeb88bac1\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:56:02.955990Z\", \"updated_at\":\"2025-10-30T17:57:29.166865Z\", \"type\":\"kapsule\", \"name\":\"test-pool-placement-group-2\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"calico\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"placement_group\"], \"cluster_url\":\"https://51cd429b-6235-4520-9ce3-88deeb88bac1.api.k8s.nl-ams.scw.cloud:6443\", \"dns_wildcard\":\"*.51cd429b-6235-4520-9ce3-88deeb88bac1.nodes.k8s.nl-ams.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"9b711663-f2a0-491c-9671-b2de399ebdad\", \"commitment_ends_at\":\"2025-10-30T17:56:02.956006Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"e06b5c18-1479-46de-915f-ff27b1cef80e\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" headers: Content-Length: - - "331" + - "1651" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 17:51:24 GMT + - Thu, 30 Oct 2025 17:58:44 GMT Server: - Scaleway API Gateway (fr-par-3;edge01) X-Request-Id: - - af1616f0-6dd8-45b6-81fe-c1ed024489bb + - 1b3b3898-cf24-487b-a6e3-683567908586 status: 200 OK code: 200 - duration: 99.390302ms + duration: 44.137754ms - id: 93 request: proto: HTTP/1.1 @@ -3026,31 +3128,40 @@ interactions: proto_minor: 1 content_length: 0 host: api.scaleway.com + form: + order_by: + - created_at_desc + project_id: + - 105bdce1-64c0-48ab-899d-868455867ecf + resource_name: + - scw-test-pool-placeme-test-pool-placeme-e56b8e + resource_type: + - unknown_type headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks/a6e03343-b4f2-464c-91d9-fbf821df60a9 + url: https://api.scaleway.com/ipam/v1/regions/nl-ams/ips?order_by=created_at_desc&project_id=105bdce1-64c0-48ab-899d-868455867ecf&resource_name=scw-test-pool-placeme-test-pool-placeme-e56b8e&resource_type=unknown_type method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 1095 - body: "{\"id\":\"a6e03343-b4f2-464c-91d9-fbf821df60a9\", \"name\":\"test-pool-placement-group\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:45:29.724802Z\", \"updated_at\":\"2025-10-30T17:45:29.724802Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"subnets\":[{\"id\":\"d0de5f08-a5b5-4b74-910f-074464b7628c\", \"created_at\":\"2025-10-30T17:45:29.724802Z\", \"updated_at\":\"2025-10-30T17:45:29.724802Z\", \"subnet\":\"172.18.36.0/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"a6e03343-b4f2-464c-91d9-fbf821df60a9\", \"vpc_id\":\"f3ec978c-ac7e-4f09-b168-577fbba93617\"}, {\"id\":\"6d2c167e-e877-4762-911a-5b108ec599c5\", \"created_at\":\"2025-10-30T17:45:29.724802Z\", \"updated_at\":\"2025-10-30T17:45:29.724802Z\", \"subnet\":\"fd5f:519c:6d46:3cb1::/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"a6e03343-b4f2-464c-91d9-fbf821df60a9\", \"vpc_id\":\"f3ec978c-ac7e-4f09-b168-577fbba93617\"}], \"vpc_id\":\"f3ec978c-ac7e-4f09-b168-577fbba93617\", \"dhcp_enabled\":true, \"default_route_propagation_enabled\":false, \"region\":\"fr-par\"}" + content_length: 1121 + body: "{\"total_count\":2, \"ips\":[{\"id\":\"cfe0a3b1-0341-4f44-b04b-b3e5c27f5245\", \"address\":\"fd5c:d510:d730:aab1:d30a:9163:4594:6c6e/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":true, \"created_at\":\"2025-10-30T17:57:41.064327Z\", \"updated_at\":\"2025-10-30T17:57:41.064327Z\", \"source\":{\"subnet_id\":\"3cad3b18-2eb9-44f6-ab2f-e533db2f9b3b\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"afcbaeed-5381-46c6-a73c-30bc7b8a2d2c\", \"mac_address\":\"02:00:00:27:37:C0\", \"name\":\"scw-test-pool-placeme-test-pool-placeme-e56b8e\"}, \"tags\":[], \"reverses\":[], \"region\":\"nl-ams\", \"zone\":null}, {\"id\":\"a9948537-161b-4482-b45c-073d48b75d8b\", \"address\":\"172.16.0.3/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":false, \"created_at\":\"2025-10-30T17:57:40.852037Z\", \"updated_at\":\"2025-10-30T17:57:40.852037Z\", \"source\":{\"subnet_id\":\"a7908d7d-d693-4f07-ba9c-6cfaac2e7d69\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"afcbaeed-5381-46c6-a73c-30bc7b8a2d2c\", \"mac_address\":\"02:00:00:27:37:C0\", \"name\":\"scw-test-pool-placeme-test-pool-placeme-e56b8e\"}, \"tags\":[], \"reverses\":[], \"region\":\"nl-ams\", \"zone\":null}]}" headers: Content-Length: - - "1095" + - "1121" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 17:51:24 GMT + - Thu, 30 Oct 2025 17:58:44 GMT Server: - Scaleway API Gateway (fr-par-3;edge01) X-Request-Id: - - d7e47b13-93d9-4e36-a73b-91060d7f4d0a + - c795ad9f-e80d-4f4d-bfbb-7256259c2f2c status: 200 OK code: 200 - duration: 25.00312ms + duration: 116.613224ms - id: 94 request: proto: HTTP/1.1 @@ -3061,28 +3172,28 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/318aad8d-b93e-45fa-b437-a04479335018 - method: GET + url: https://api.scaleway.com/k8s/v1/regions/nl-ams/pools/4ecf20a5-b4a3-4b2c-a4f4-903716060d4d + method: DELETE response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 1649 - body: "{\"region\":\"fr-par\", \"id\":\"318aad8d-b93e-45fa-b437-a04479335018\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:45:30.773233Z\", \"updated_at\":\"2025-10-30T17:46:45.624878Z\", \"type\":\"kapsule\", \"name\":\"test-pool-placement-group\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"calico\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"placement_group\"], \"cluster_url\":\"https://318aad8d-b93e-45fa-b437-a04479335018.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.318aad8d-b93e-45fa-b437-a04479335018.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"a6e03343-b4f2-464c-91d9-fbf821df60a9\", \"commitment_ends_at\":\"2025-10-30T17:45:30.773242Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"706a0744-bfaf-48f9-86f8-00551cac2d4e\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + content_length: 763 + body: "{\"region\":\"nl-ams\", \"id\":\"4ecf20a5-b4a3-4b2c-a4f4-903716060d4d\", \"cluster_id\":\"51cd429b-6235-4520-9ce3-88deeb88bac1\", \"created_at\":\"2025-10-30T17:56:08.596157Z\", \"updated_at\":\"2025-10-30T17:58:44.559018Z\", \"name\":\"test-pool-placement-group-2\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"92444188-3b2e-4515-a75d-f228a9ef8202\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"nl-ams-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"20b640cd-1ccd-4f6f-93fa-7e309efc00b8\"}" headers: Content-Length: - - "1649" + - "763" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 17:51:24 GMT + - Thu, 30 Oct 2025 17:58:44 GMT Server: - Scaleway API Gateway (fr-par-3;edge01) X-Request-Id: - - 91692a9a-0442-48f2-8080-d2f9edeb07ba + - d0d33a18-8a80-4636-93fc-01f0c1f061be status: 200 OK code: 200 - duration: 25.451752ms + duration: 145.719605ms - id: 95 request: proto: HTTP/1.1 @@ -3093,28 +3204,28 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/318aad8d-b93e-45fa-b437-a04479335018/kubeconfig + url: https://api.scaleway.com/k8s/v1/regions/nl-ams/pools/4ecf20a5-b4a3-4b2c-a4f4-903716060d4d method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 1738 - body: "{\"name\":\"kubeconfig\", \"content_type\":\"application/octet-stream\", \"content\":\"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogInRlc3QtcG9vbC1wbGFjZW1lbnQtZ3JvdXAiCiAgY2x1c3RlcjoKICAgIGNlcnRpZmljYXRlLWF1dGhvcml0eS1kYXRhOiBMUzB0TFMxQ1JVZEpUaUJEUlZKVVNVWkpRMEZVUlMwdExTMHRDazFKU1VKWGVrTkRRVkZIWjBGM1NVSkJaMGxDUVVSQlMwSm5aM0ZvYTJwUFVGRlJSRUZxUVZaTlVrMTNSVkZaUkZaUlVVUkZkM0J5WkZkS2JHTnROV3dLWkVkV2VrMUNORmhFVkVreFRWUkJlVTlVUlROT1JGVjZUVVp2V0VSVVRURk5WRUY1VDFSRk0wNUVWWHBOUm05M1JsUkZWRTFDUlVkQk1WVkZRWGhOU3dwaE0xWnBXbGhLZFZwWVVteGpla0phVFVKTlIwSjVjVWRUVFRRNVFXZEZSME5EY1VkVFRUUTVRWGRGU0VFd1NVRkNUMFp3VDI1aEx6Y3JUa1EwVkZWV0NtbGpiR05wU25wbGIzVmxRV3B6UlZJNVNWaFVXVkYwYjFoemRWaDRSVVVyTDNFMlVXTlJRbGwxUm5GeFZsRjFjbTlPUlVNMlNtZG5Ta1l3VGtoVVNuRUtkbVJHVEd3MWRXcFJha0pCVFVFMFIwRXhWV1JFZDBWQ0wzZFJSVUYzU1VOd1JFRlFRbWRPVmtoU1RVSkJaamhGUWxSQlJFRlJTQzlOUWpCSFFURlZaQXBFWjFGWFFrSlVhMUJQU0UxSlRqaHRibGczUmpkME1UaG9XVEZZWWtnMGNtaEVRVXRDWjJkeGFHdHFUMUJSVVVSQlowNUpRVVJDUmtGcFFsbDNlRFpJQ25SR1JVUkRLMGgwU0ZJd2JXNXBTVTFNWmtOMVlrcG9URkZZYzBoTFNFMVpLMWM0WWxKUlNXaEJTVFE1TTJ0aVVGZGlUQzlyYmpoNFdYWlFRalU0Ym0wS2JUZ3JhRGg0YUdGb1UyVTJUbkZWYUhOeVRFa0tMUzB0TFMxRlRrUWdRMFZTVkVsR1NVTkJWRVV0TFMwdExRbz0KICAgIHNlcnZlcjogaHR0cHM6Ly8zMThhYWQ4ZC1iOTNlLTQ1ZmEtYjQzNy1hMDQ0NzkzMzUwMTguYXBpLms4cy5mci1wYXIuc2N3LmNsb3VkOjY0NDMKY29udGV4dHM6Ci0gbmFtZTogYWRtaW5AdGVzdC1wb29sLXBsYWNlbWVudC1ncm91cAogIGNvbnRleHQ6CiAgICBjbHVzdGVyOiAidGVzdC1wb29sLXBsYWNlbWVudC1ncm91cCIKICAgIHVzZXI6IHRlc3QtcG9vbC1wbGFjZW1lbnQtZ3JvdXAtYWRtaW4KY3VycmVudC1jb250ZXh0OiBhZG1pbkB0ZXN0LXBvb2wtcGxhY2VtZW50LWdyb3VwCmtpbmQ6IENvbmZpZwpwcmVmZXJlbmNlczoge30KdXNlcnM6Ci0gbmFtZTogdGVzdC1wb29sLXBsYWNlbWVudC1ncm91cC1hZG1pbgogIHVzZXI6CiAgICB0b2tlbjogZG5McXR5WVBCVHJuNW1CajNGdDVBUWJFTWw0aDR5ZnpTNW1wRFpCRnY2NGt2UmZKMFFvdGNBeGU=\"}" + content_length: 763 + body: "{\"region\":\"nl-ams\", \"id\":\"4ecf20a5-b4a3-4b2c-a4f4-903716060d4d\", \"cluster_id\":\"51cd429b-6235-4520-9ce3-88deeb88bac1\", \"created_at\":\"2025-10-30T17:56:08.596157Z\", \"updated_at\":\"2025-10-30T17:58:44.559018Z\", \"name\":\"test-pool-placement-group-2\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"92444188-3b2e-4515-a75d-f228a9ef8202\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"nl-ams-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"20b640cd-1ccd-4f6f-93fa-7e309efc00b8\"}" headers: Content-Length: - - "1738" + - "763" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 17:51:24 GMT + - Thu, 30 Oct 2025 17:58:44 GMT Server: - Scaleway API Gateway (fr-par-3;edge01) X-Request-Id: - - 44cddb11-1162-4509-8313-3030a7726880 + - fe13d4c4-5ec7-476c-80e1-5d38cb817783 status: 200 OK code: 200 - duration: 86.775946ms + duration: 41.708621ms - id: 96 request: proto: HTTP/1.1 @@ -3125,28 +3236,28 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/fabf3205-5e2b-4119-9624-91f3fd4f9af2 + url: https://api.scaleway.com/k8s/v1/regions/nl-ams/pools/4ecf20a5-b4a3-4b2c-a4f4-903716060d4d method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 758 - body: "{\"region\":\"fr-par\", \"id\":\"fabf3205-5e2b-4119-9624-91f3fd4f9af2\", \"cluster_id\":\"318aad8d-b93e-45fa-b437-a04479335018\", \"created_at\":\"2025-10-30T17:45:36.337310Z\", \"updated_at\":\"2025-10-30T17:51:18.354228Z\", \"name\":\"test-pool-placement-group\", \"status\":\"ready\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"b679f0a9-4937-48ec-9789-91f0198f3026\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 125 + body: "{\"message\":\"resource is not found\",\"resource\":\"pool\",\"resource_id\":\"4ecf20a5-b4a3-4b2c-a4f4-903716060d4d\",\"type\":\"not_found\"}" headers: Content-Length: - - "758" + - "125" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 17:51:24 GMT + - Thu, 30 Oct 2025 18:00:57 GMT Server: - Scaleway API Gateway (fr-par-3;edge01) X-Request-Id: - - 5826d7f2-f860-4a78-ad92-b35ea64867bb - status: 200 OK - code: 200 - duration: 26.122982ms + - 69d2fcb0-ff49-432b-9818-42bbae22ff9b + status: 404 Not Found + code: 404 + duration: 37.230859ms - id: 97 request: proto: HTTP/1.1 @@ -3154,40 +3265,29 @@ interactions: proto_minor: 1 content_length: 0 host: api.scaleway.com - form: - order_by: - - created_at_asc - page: - - "1" - pool_id: - - fabf3205-5e2b-4119-9624-91f3fd4f9af2 - status: - - unknown headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/318aad8d-b93e-45fa-b437-a04479335018/nodes?order_by=created_at_asc&page=1&pool_id=fabf3205-5e2b-4119-9624-91f3fd4f9af2&status=unknown - method: GET + url: https://api.scaleway.com/instance/v1/zones/nl-ams-2/placement_groups/92444188-3b2e-4515-a75d-f228a9ef8202 + method: DELETE response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 619 - body: "{\"total_count\":1, \"nodes\":[{\"region\":\"fr-par\", \"id\":\"046d87c5-5633-44b8-b7d5-de075a08aa4f\", \"cluster_id\":\"318aad8d-b93e-45fa-b437-a04479335018\", \"created_at\":\"2025-10-30T17:50:42.420824Z\", \"updated_at\":\"2025-10-30T17:51:18.341157Z\", \"pool_id\":\"fabf3205-5e2b-4119-9624-91f3fd4f9af2\", \"status\":\"ready\", \"conditions\":{\"DiskPressure\":\"False\", \"MemoryPressure\":\"False\", \"PIDPressure\":\"False\", \"Ready\":\"True\"}, \"name\":\"scw-test-pool-placeme-test-pool-placeme-046d87\", \"public_ip_v4\":\"51.15.236.240\", \"public_ip_v6\":null, \"provider_id\":\"scaleway://instance/fr-par-1/48201a01-ad07-4809-92af-588df31167e0\", \"error_message\":\"\"}]}" + content_length: 0 + body: "" headers: - Content-Length: - - "619" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 17:51:24 GMT + - Thu, 30 Oct 2025 18:00:57 GMT Server: - Scaleway API Gateway (fr-par-3;edge01) X-Request-Id: - - f45bcb18-9291-4411-8182-0fafe7f9b8e0 - status: 200 OK - code: 200 - duration: 20.463991ms + - b2e54fc0-1c4f-4cfb-9735-bcb3c7b8e491 + status: 204 No Content + code: 204 + duration: 156.183103ms - id: 98 request: proto: HTTP/1.1 @@ -3195,31 +3295,34 @@ interactions: proto_minor: 1 content_length: 0 host: api.scaleway.com + form: + with_additional_resources: + - "false" headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/318aad8d-b93e-45fa-b437-a04479335018 - method: GET + url: https://api.scaleway.com/k8s/v1/regions/nl-ams/clusters/51cd429b-6235-4520-9ce3-88deeb88bac1?with_additional_resources=false + method: DELETE response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 1649 - body: "{\"region\":\"fr-par\", \"id\":\"318aad8d-b93e-45fa-b437-a04479335018\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:45:30.773233Z\", \"updated_at\":\"2025-10-30T17:46:45.624878Z\", \"type\":\"kapsule\", \"name\":\"test-pool-placement-group\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"calico\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"placement_group\"], \"cluster_url\":\"https://318aad8d-b93e-45fa-b437-a04479335018.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.318aad8d-b93e-45fa-b437-a04479335018.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"a6e03343-b4f2-464c-91d9-fbf821df60a9\", \"commitment_ends_at\":\"2025-10-30T17:45:30.773242Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"706a0744-bfaf-48f9-86f8-00551cac2d4e\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + content_length: 1655 + body: "{\"region\":\"nl-ams\", \"id\":\"51cd429b-6235-4520-9ce3-88deeb88bac1\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:56:02.955990Z\", \"updated_at\":\"2025-10-30T18:00:57.566569Z\", \"type\":\"kapsule\", \"name\":\"test-pool-placement-group-2\", \"description\":\"\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"cni\":\"calico\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"placement_group\"], \"cluster_url\":\"https://51cd429b-6235-4520-9ce3-88deeb88bac1.api.k8s.nl-ams.scw.cloud:6443\", \"dns_wildcard\":\"*.51cd429b-6235-4520-9ce3-88deeb88bac1.nodes.k8s.nl-ams.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"9b711663-f2a0-491c-9671-b2de399ebdad\", \"commitment_ends_at\":\"2025-10-30T17:56:02.956006Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"e06b5c18-1479-46de-915f-ff27b1cef80e\", \"new_images_enabled\":false, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" headers: Content-Length: - - "1649" + - "1655" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 17:51:24 GMT + - Thu, 30 Oct 2025 18:00:57 GMT Server: - Scaleway API Gateway (fr-par-3;edge01) X-Request-Id: - - ae7c47bd-73a6-4810-8b54-6eedb357001a + - 7739e384-8693-4ad0-bec1-c4f8f7dad729 status: 200 OK code: 200 - duration: 20.174557ms + duration: 159.861484ms - id: 99 request: proto: HTTP/1.1 @@ -3227,105 +3330,69 @@ interactions: proto_minor: 1 content_length: 0 host: api.scaleway.com - form: - order_by: - - created_at_desc - project_id: - - 105bdce1-64c0-48ab-899d-868455867ecf - resource_name: - - scw-test-pool-placeme-test-pool-placeme-046d87 - resource_type: - - unknown_type headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/ipam/v1/regions/fr-par/ips?order_by=created_at_desc&project_id=105bdce1-64c0-48ab-899d-868455867ecf&resource_name=scw-test-pool-placeme-test-pool-placeme-046d87&resource_type=unknown_type + url: https://api.scaleway.com/k8s/v1/regions/nl-ams/clusters/51cd429b-6235-4520-9ce3-88deeb88bac1 method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 1122 - body: "{\"total_count\":2, \"ips\":[{\"id\":\"8d879388-074e-4835-90fc-32ef09afdcb0\", \"address\":\"fd5f:519c:6d46:3cb1:1a34:ef11:4b6a:46c5/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":true, \"created_at\":\"2025-10-30T17:50:46.508424Z\", \"updated_at\":\"2025-10-30T17:50:46.508424Z\", \"source\":{\"subnet_id\":\"6d2c167e-e877-4762-911a-5b108ec599c5\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"f7117353-47c3-4ba3-8f9a-e2038c9a4dda\", \"mac_address\":\"02:00:00:1F:EA:24\", \"name\":\"scw-test-pool-placeme-test-pool-placeme-046d87\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}, {\"id\":\"cb27ced9-cac2-4839-afa7-639514152cec\", \"address\":\"172.18.36.3/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":false, \"created_at\":\"2025-10-30T17:50:46.349722Z\", \"updated_at\":\"2025-10-30T17:50:46.349722Z\", \"source\":{\"subnet_id\":\"d0de5f08-a5b5-4b74-910f-074464b7628c\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"f7117353-47c3-4ba3-8f9a-e2038c9a4dda\", \"mac_address\":\"02:00:00:1F:EA:24\", \"name\":\"scw-test-pool-placeme-test-pool-placeme-046d87\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}]}" + content_length: 1654 + body: "{\"region\":\"nl-ams\", \"id\":\"51cd429b-6235-4520-9ce3-88deeb88bac1\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:56:02.955990Z\", \"updated_at\":\"2025-10-30T18:00:57.566569Z\", \"type\":\"kapsule\", \"name\":\"test-pool-placement-group-2\", \"description\":\"\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"cni\":\"calico\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"placement_group\"], \"cluster_url\":\"https://51cd429b-6235-4520-9ce3-88deeb88bac1.api.k8s.nl-ams.scw.cloud:6443\", \"dns_wildcard\":\"*.51cd429b-6235-4520-9ce3-88deeb88bac1.nodes.k8s.nl-ams.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"9b711663-f2a0-491c-9671-b2de399ebdad\", \"commitment_ends_at\":\"2025-10-30T17:56:02.956006Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"e06b5c18-1479-46de-915f-ff27b1cef80e\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" headers: Content-Length: - - "1122" + - "1654" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 17:51:24 GMT + - Thu, 30 Oct 2025 18:00:57 GMT Server: - Scaleway API Gateway (fr-par-3;edge01) X-Request-Id: - - b4021257-970d-46b1-8f38-63d2e4f51e13 + - 1088b069-e39b-42c2-83fb-5becc7d7b655 status: 200 OK code: 200 - duration: 99.134913ms + duration: 92.757968ms - id: 100 request: proto: HTTP/1.1 proto_major: 1 proto_minor: 1 - content_length: 0 + content_length: 143 host: api.scaleway.com + body: "{\"name\":\"test-pool-placement-group\",\"project\":\"105bdce1-64c0-48ab-899d-868455867ecf\",\"policy_mode\":\"optional\",\"policy_type\":\"max_availability\"}" headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/fr-par/vpcs/f3ec978c-ac7e-4f09-b168-577fbba93617 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 437 - body: "{\"id\":\"f3ec978c-ac7e-4f09-b168-577fbba93617\", \"name\":\"testAccCheckK8SPoolConfigPlacementGroup\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:45:29.579681Z\", \"updated_at\":\"2025-10-30T17:45:29.579681Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_default\":false, \"private_network_count\":1, \"routing_enabled\":true, \"custom_routes_propagation_enabled\":true, \"region\":\"fr-par\"}" - headers: - Content-Length: - - "437" Content-Type: - application/json - Date: - - Thu, 30 Oct 2025 17:51:24 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - 28d82ba6-a5e2-4742-afbd-08227cd11122 - status: 200 OK - code: 200 - duration: 92.30333ms -- id: 101 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/318aad8d-b93e-45fa-b437-a04479335018 - method: GET + url: https://api.scaleway.com/instance/v1/zones/nl-ams-1/placement_groups + method: POST response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 1649 - body: "{\"region\":\"fr-par\", \"id\":\"318aad8d-b93e-45fa-b437-a04479335018\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:45:30.773233Z\", \"updated_at\":\"2025-10-30T17:46:45.624878Z\", \"type\":\"kapsule\", \"name\":\"test-pool-placement-group\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"calico\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"placement_group\"], \"cluster_url\":\"https://318aad8d-b93e-45fa-b437-a04479335018.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.318aad8d-b93e-45fa-b437-a04479335018.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"a6e03343-b4f2-464c-91d9-fbf821df60a9\", \"commitment_ends_at\":\"2025-10-30T17:45:30.773242Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"706a0744-bfaf-48f9-86f8-00551cac2d4e\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + content_length: 331 + body: "{\"placement_group\": {\"id\": \"6cb779ef-7268-40d6-b897-5a81ff7e5f51\", \"name\": \"test-pool-placement-group\", \"organization\": \"105bdce1-64c0-48ab-899d-868455867ecf\", \"project\": \"105bdce1-64c0-48ab-899d-868455867ecf\", \"policy_mode\": \"optional\", \"policy_type\": \"max_availability\", \"policy_respected\": true, \"tags\": [], \"zone\": \"nl-ams-1\"}}" headers: Content-Length: - - "1649" + - "331" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 17:51:24 GMT + - Thu, 30 Oct 2025 18:00:57 GMT + Location: + - https://api.scaleway.com/instance/v1/zones/nl-ams-1/placement_groups/6cb779ef-7268-40d6-b897-5a81ff7e5f51 Server: - Scaleway API Gateway (fr-par-3;edge01) X-Request-Id: - - 811c98a8-80bb-4539-baa1-66c1e70919fb - status: 200 OK - code: 200 - duration: 92.55377ms -- id: 102 + - 3672bee2-48c0-4196-8ca9-db7367e89a3f + status: 201 Created + code: 201 + duration: 215.451661ms +- id: 101 request: proto: HTTP/1.1 proto_major: 1 @@ -3335,29 +3402,29 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/fabf3205-5e2b-4119-9624-91f3fd4f9af2 + url: https://api.scaleway.com/instance/v1/zones/nl-ams-1/placement_groups/6cb779ef-7268-40d6-b897-5a81ff7e5f51 method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 758 - body: "{\"region\":\"fr-par\", \"id\":\"fabf3205-5e2b-4119-9624-91f3fd4f9af2\", \"cluster_id\":\"318aad8d-b93e-45fa-b437-a04479335018\", \"created_at\":\"2025-10-30T17:45:36.337310Z\", \"updated_at\":\"2025-10-30T17:51:18.354228Z\", \"name\":\"test-pool-placement-group\", \"status\":\"ready\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"b679f0a9-4937-48ec-9789-91f0198f3026\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 331 + body: "{\"placement_group\": {\"id\": \"6cb779ef-7268-40d6-b897-5a81ff7e5f51\", \"name\": \"test-pool-placement-group\", \"organization\": \"105bdce1-64c0-48ab-899d-868455867ecf\", \"project\": \"105bdce1-64c0-48ab-899d-868455867ecf\", \"policy_mode\": \"optional\", \"policy_type\": \"max_availability\", \"policy_respected\": true, \"tags\": [], \"zone\": \"nl-ams-1\"}}" headers: Content-Length: - - "758" + - "331" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 17:51:24 GMT + - Thu, 30 Oct 2025 18:00:57 GMT Server: - Scaleway API Gateway (fr-par-3;edge01) X-Request-Id: - - 33ef23ba-b961-402c-9e9b-b0da25bc9c65 + - 221615c3-a1c5-47e0-8fd4-b01f5c599c68 status: 200 OK code: 200 - duration: 93.54987ms -- id: 103 + duration: 127.978561ms +- id: 102 request: proto: HTTP/1.1 proto_major: 1 @@ -3367,8125 +3434,59 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/placement_groups/b679f0a9-4937-48ec-9789-91f0198f3026 + url: https://api.scaleway.com/k8s/v1/regions/nl-ams/clusters/51cd429b-6235-4520-9ce3-88deeb88bac1 method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 331 - body: "{\"placement_group\": {\"id\": \"b679f0a9-4937-48ec-9789-91f0198f3026\", \"name\": \"test-pool-placement-group\", \"organization\": \"105bdce1-64c0-48ab-899d-868455867ecf\", \"project\": \"105bdce1-64c0-48ab-899d-868455867ecf\", \"policy_mode\": \"optional\", \"policy_type\": \"max_availability\", \"policy_respected\": true, \"tags\": [], \"zone\": \"fr-par-1\"}}" - headers: - Content-Length: - - "331" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:51:24 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - c9a3f807-ba0b-4265-b349-52bddc3a96a5 - status: 200 OK - code: 200 - duration: 111.804453ms -- id: 104 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks/a6e03343-b4f2-464c-91d9-fbf821df60a9 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1095 - body: "{\"id\":\"a6e03343-b4f2-464c-91d9-fbf821df60a9\", \"name\":\"test-pool-placement-group\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:45:29.724802Z\", \"updated_at\":\"2025-10-30T17:45:29.724802Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"subnets\":[{\"id\":\"d0de5f08-a5b5-4b74-910f-074464b7628c\", \"created_at\":\"2025-10-30T17:45:29.724802Z\", \"updated_at\":\"2025-10-30T17:45:29.724802Z\", \"subnet\":\"172.18.36.0/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"a6e03343-b4f2-464c-91d9-fbf821df60a9\", \"vpc_id\":\"f3ec978c-ac7e-4f09-b168-577fbba93617\"}, {\"id\":\"6d2c167e-e877-4762-911a-5b108ec599c5\", \"created_at\":\"2025-10-30T17:45:29.724802Z\", \"updated_at\":\"2025-10-30T17:45:29.724802Z\", \"subnet\":\"fd5f:519c:6d46:3cb1::/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"a6e03343-b4f2-464c-91d9-fbf821df60a9\", \"vpc_id\":\"f3ec978c-ac7e-4f09-b168-577fbba93617\"}], \"vpc_id\":\"f3ec978c-ac7e-4f09-b168-577fbba93617\", \"dhcp_enabled\":true, \"default_route_propagation_enabled\":false, \"region\":\"fr-par\"}" - headers: - Content-Length: - - "1095" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:51:24 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - 1ac4025f-7585-4c63-baf2-8f9c3dfe1d22 - status: 200 OK - code: 200 - duration: 50.330929ms -- id: 105 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/318aad8d-b93e-45fa-b437-a04479335018/kubeconfig - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1738 - body: "{\"name\":\"kubeconfig\", \"content_type\":\"application/octet-stream\", \"content\":\"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogInRlc3QtcG9vbC1wbGFjZW1lbnQtZ3JvdXAiCiAgY2x1c3RlcjoKICAgIGNlcnRpZmljYXRlLWF1dGhvcml0eS1kYXRhOiBMUzB0TFMxQ1JVZEpUaUJEUlZKVVNVWkpRMEZVUlMwdExTMHRDazFKU1VKWGVrTkRRVkZIWjBGM1NVSkJaMGxDUVVSQlMwSm5aM0ZvYTJwUFVGRlJSRUZxUVZaTlVrMTNSVkZaUkZaUlVVUkZkM0J5WkZkS2JHTnROV3dLWkVkV2VrMUNORmhFVkVreFRWUkJlVTlVUlROT1JGVjZUVVp2V0VSVVRURk5WRUY1VDFSRk0wNUVWWHBOUm05M1JsUkZWRTFDUlVkQk1WVkZRWGhOU3dwaE0xWnBXbGhLZFZwWVVteGpla0phVFVKTlIwSjVjVWRUVFRRNVFXZEZSME5EY1VkVFRUUTVRWGRGU0VFd1NVRkNUMFp3VDI1aEx6Y3JUa1EwVkZWV0NtbGpiR05wU25wbGIzVmxRV3B6UlZJNVNWaFVXVkYwYjFoemRWaDRSVVVyTDNFMlVXTlJRbGwxUm5GeFZsRjFjbTlPUlVNMlNtZG5Ta1l3VGtoVVNuRUtkbVJHVEd3MWRXcFJha0pCVFVFMFIwRXhWV1JFZDBWQ0wzZFJSVUYzU1VOd1JFRlFRbWRPVmtoU1RVSkJaamhGUWxSQlJFRlJTQzlOUWpCSFFURlZaQXBFWjFGWFFrSlVhMUJQU0UxSlRqaHRibGczUmpkME1UaG9XVEZZWWtnMGNtaEVRVXRDWjJkeGFHdHFUMUJSVVVSQlowNUpRVVJDUmtGcFFsbDNlRFpJQ25SR1JVUkRLMGgwU0ZJd2JXNXBTVTFNWmtOMVlrcG9URkZZYzBoTFNFMVpLMWM0WWxKUlNXaEJTVFE1TTJ0aVVGZGlUQzlyYmpoNFdYWlFRalU0Ym0wS2JUZ3JhRGg0YUdGb1UyVTJUbkZWYUhOeVRFa0tMUzB0TFMxRlRrUWdRMFZTVkVsR1NVTkJWRVV0TFMwdExRbz0KICAgIHNlcnZlcjogaHR0cHM6Ly8zMThhYWQ4ZC1iOTNlLTQ1ZmEtYjQzNy1hMDQ0NzkzMzUwMTguYXBpLms4cy5mci1wYXIuc2N3LmNsb3VkOjY0NDMKY29udGV4dHM6Ci0gbmFtZTogYWRtaW5AdGVzdC1wb29sLXBsYWNlbWVudC1ncm91cAogIGNvbnRleHQ6CiAgICBjbHVzdGVyOiAidGVzdC1wb29sLXBsYWNlbWVudC1ncm91cCIKICAgIHVzZXI6IHRlc3QtcG9vbC1wbGFjZW1lbnQtZ3JvdXAtYWRtaW4KY3VycmVudC1jb250ZXh0OiBhZG1pbkB0ZXN0LXBvb2wtcGxhY2VtZW50LWdyb3VwCmtpbmQ6IENvbmZpZwpwcmVmZXJlbmNlczoge30KdXNlcnM6Ci0gbmFtZTogdGVzdC1wb29sLXBsYWNlbWVudC1ncm91cC1hZG1pbgogIHVzZXI6CiAgICB0b2tlbjogZG5McXR5WVBCVHJuNW1CajNGdDVBUWJFTWw0aDR5ZnpTNW1wRFpCRnY2NGt2UmZKMFFvdGNBeGU=\"}" - headers: - Content-Length: - - "1738" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:51:24 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - 5d39ab1f-44a7-4015-9f1d-5c9c07579fc1 - status: 200 OK - code: 200 - duration: 100.505857ms -- id: 106 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - form: - order_by: - - created_at_asc - page: - - "1" - pool_id: - - fabf3205-5e2b-4119-9624-91f3fd4f9af2 - status: - - unknown - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/318aad8d-b93e-45fa-b437-a04479335018/nodes?order_by=created_at_asc&page=1&pool_id=fabf3205-5e2b-4119-9624-91f3fd4f9af2&status=unknown - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 619 - body: "{\"total_count\":1, \"nodes\":[{\"region\":\"fr-par\", \"id\":\"046d87c5-5633-44b8-b7d5-de075a08aa4f\", \"cluster_id\":\"318aad8d-b93e-45fa-b437-a04479335018\", \"created_at\":\"2025-10-30T17:50:42.420824Z\", \"updated_at\":\"2025-10-30T17:51:18.341157Z\", \"pool_id\":\"fabf3205-5e2b-4119-9624-91f3fd4f9af2\", \"status\":\"ready\", \"conditions\":{\"DiskPressure\":\"False\", \"MemoryPressure\":\"False\", \"PIDPressure\":\"False\", \"Ready\":\"True\"}, \"name\":\"scw-test-pool-placeme-test-pool-placeme-046d87\", \"public_ip_v4\":\"51.15.236.240\", \"public_ip_v6\":null, \"provider_id\":\"scaleway://instance/fr-par-1/48201a01-ad07-4809-92af-588df31167e0\", \"error_message\":\"\"}]}" - headers: - Content-Length: - - "619" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:51:24 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - b043e2ec-9cf5-4960-9eba-462f91e05ae7 - status: 200 OK - code: 200 - duration: 103.741609ms -- id: 107 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/318aad8d-b93e-45fa-b437-a04479335018 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1649 - body: "{\"region\":\"fr-par\", \"id\":\"318aad8d-b93e-45fa-b437-a04479335018\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:45:30.773233Z\", \"updated_at\":\"2025-10-30T17:46:45.624878Z\", \"type\":\"kapsule\", \"name\":\"test-pool-placement-group\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"calico\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"placement_group\"], \"cluster_url\":\"https://318aad8d-b93e-45fa-b437-a04479335018.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.318aad8d-b93e-45fa-b437-a04479335018.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"a6e03343-b4f2-464c-91d9-fbf821df60a9\", \"commitment_ends_at\":\"2025-10-30T17:45:30.773242Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"706a0744-bfaf-48f9-86f8-00551cac2d4e\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1649" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:51:24 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - d01548a2-4112-4a8b-b1ab-8d8d8e7e6b6f - status: 200 OK - code: 200 - duration: 18.215771ms -- id: 108 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - form: - order_by: - - created_at_desc - project_id: - - 105bdce1-64c0-48ab-899d-868455867ecf - resource_name: - - scw-test-pool-placeme-test-pool-placeme-046d87 - resource_type: - - unknown_type - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/ipam/v1/regions/fr-par/ips?order_by=created_at_desc&project_id=105bdce1-64c0-48ab-899d-868455867ecf&resource_name=scw-test-pool-placeme-test-pool-placeme-046d87&resource_type=unknown_type - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1122 - body: "{\"total_count\":2, \"ips\":[{\"id\":\"8d879388-074e-4835-90fc-32ef09afdcb0\", \"address\":\"fd5f:519c:6d46:3cb1:1a34:ef11:4b6a:46c5/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":true, \"created_at\":\"2025-10-30T17:50:46.508424Z\", \"updated_at\":\"2025-10-30T17:50:46.508424Z\", \"source\":{\"subnet_id\":\"6d2c167e-e877-4762-911a-5b108ec599c5\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"f7117353-47c3-4ba3-8f9a-e2038c9a4dda\", \"mac_address\":\"02:00:00:1F:EA:24\", \"name\":\"scw-test-pool-placeme-test-pool-placeme-046d87\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}, {\"id\":\"cb27ced9-cac2-4839-afa7-639514152cec\", \"address\":\"172.18.36.3/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":false, \"created_at\":\"2025-10-30T17:50:46.349722Z\", \"updated_at\":\"2025-10-30T17:50:46.349722Z\", \"source\":{\"subnet_id\":\"d0de5f08-a5b5-4b74-910f-074464b7628c\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"f7117353-47c3-4ba3-8f9a-e2038c9a4dda\", \"mac_address\":\"02:00:00:1F:EA:24\", \"name\":\"scw-test-pool-placeme-test-pool-placeme-046d87\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}]}" - headers: - Content-Length: - - "1122" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:51:24 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - 1905a7e7-97ac-4ee9-9814-2a656e5be36d - status: 200 OK - code: 200 - duration: 30.535455ms -- id: 109 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/fabf3205-5e2b-4119-9624-91f3fd4f9af2 - method: DELETE - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 761 - body: "{\"region\":\"fr-par\", \"id\":\"fabf3205-5e2b-4119-9624-91f3fd4f9af2\", \"cluster_id\":\"318aad8d-b93e-45fa-b437-a04479335018\", \"created_at\":\"2025-10-30T17:45:36.337310Z\", \"updated_at\":\"2025-10-30T17:51:24.985101Z\", \"name\":\"test-pool-placement-group\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"b679f0a9-4937-48ec-9789-91f0198f3026\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "761" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:51:25 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - 9d36f55f-7def-47a4-93f9-e8d12bf3d411 - status: 200 OK - code: 200 - duration: 52.003008ms -- id: 110 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/fabf3205-5e2b-4119-9624-91f3fd4f9af2 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 761 - body: "{\"region\":\"fr-par\", \"id\":\"fabf3205-5e2b-4119-9624-91f3fd4f9af2\", \"cluster_id\":\"318aad8d-b93e-45fa-b437-a04479335018\", \"created_at\":\"2025-10-30T17:45:36.337310Z\", \"updated_at\":\"2025-10-30T17:51:24.985101Z\", \"name\":\"test-pool-placement-group\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"b679f0a9-4937-48ec-9789-91f0198f3026\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "761" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:51:25 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - 65db3b7d-e6fb-45e3-8331-910012c7ff4c - status: 200 OK - code: 200 - duration: 20.725681ms -- id: 111 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/fabf3205-5e2b-4119-9624-91f3fd4f9af2 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 761 - body: "{\"region\":\"fr-par\", \"id\":\"fabf3205-5e2b-4119-9624-91f3fd4f9af2\", \"cluster_id\":\"318aad8d-b93e-45fa-b437-a04479335018\", \"created_at\":\"2025-10-30T17:45:36.337310Z\", \"updated_at\":\"2025-10-30T17:51:24.985101Z\", \"name\":\"test-pool-placement-group\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"b679f0a9-4937-48ec-9789-91f0198f3026\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "761" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:51:30 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - 35c118ec-6b36-41bb-94e6-15793a818edd - status: 200 OK - code: 200 - duration: 101.904805ms -- id: 112 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/fabf3205-5e2b-4119-9624-91f3fd4f9af2 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 761 - body: "{\"region\":\"fr-par\", \"id\":\"fabf3205-5e2b-4119-9624-91f3fd4f9af2\", \"cluster_id\":\"318aad8d-b93e-45fa-b437-a04479335018\", \"created_at\":\"2025-10-30T17:45:36.337310Z\", \"updated_at\":\"2025-10-30T17:51:24.985101Z\", \"name\":\"test-pool-placement-group\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"b679f0a9-4937-48ec-9789-91f0198f3026\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "761" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:51:35 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - d8dbaf3f-a36a-4939-87e7-2b586d53accb - status: 200 OK - code: 200 - duration: 95.472754ms -- id: 113 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/fabf3205-5e2b-4119-9624-91f3fd4f9af2 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 761 - body: "{\"region\":\"fr-par\", \"id\":\"fabf3205-5e2b-4119-9624-91f3fd4f9af2\", \"cluster_id\":\"318aad8d-b93e-45fa-b437-a04479335018\", \"created_at\":\"2025-10-30T17:45:36.337310Z\", \"updated_at\":\"2025-10-30T17:51:24.985101Z\", \"name\":\"test-pool-placement-group\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"b679f0a9-4937-48ec-9789-91f0198f3026\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "761" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:51:40 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - 5f8dd924-b5ce-4905-ad23-331facc5bf5a - status: 200 OK - code: 200 - duration: 73.970636ms -- id: 114 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/fabf3205-5e2b-4119-9624-91f3fd4f9af2 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 761 - body: "{\"region\":\"fr-par\", \"id\":\"fabf3205-5e2b-4119-9624-91f3fd4f9af2\", \"cluster_id\":\"318aad8d-b93e-45fa-b437-a04479335018\", \"created_at\":\"2025-10-30T17:45:36.337310Z\", \"updated_at\":\"2025-10-30T17:51:24.985101Z\", \"name\":\"test-pool-placement-group\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"b679f0a9-4937-48ec-9789-91f0198f3026\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "761" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:51:45 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - 12b02743-5b0f-4d14-a4d3-a3a37d54bf91 - status: 200 OK - code: 200 - duration: 95.768243ms -- id: 115 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/fabf3205-5e2b-4119-9624-91f3fd4f9af2 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 761 - body: "{\"region\":\"fr-par\", \"id\":\"fabf3205-5e2b-4119-9624-91f3fd4f9af2\", \"cluster_id\":\"318aad8d-b93e-45fa-b437-a04479335018\", \"created_at\":\"2025-10-30T17:45:36.337310Z\", \"updated_at\":\"2025-10-30T17:51:24.985101Z\", \"name\":\"test-pool-placement-group\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"b679f0a9-4937-48ec-9789-91f0198f3026\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "761" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:51:50 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - 80c744fa-bb41-4c20-82da-1ff82310e0a1 - status: 200 OK - code: 200 - duration: 171.008497ms -- id: 116 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/fabf3205-5e2b-4119-9624-91f3fd4f9af2 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 761 - body: "{\"region\":\"fr-par\", \"id\":\"fabf3205-5e2b-4119-9624-91f3fd4f9af2\", \"cluster_id\":\"318aad8d-b93e-45fa-b437-a04479335018\", \"created_at\":\"2025-10-30T17:45:36.337310Z\", \"updated_at\":\"2025-10-30T17:51:24.985101Z\", \"name\":\"test-pool-placement-group\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"b679f0a9-4937-48ec-9789-91f0198f3026\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "761" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:51:55 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - 55bb117d-e83d-47a8-b26f-70aba44d2091 - status: 200 OK - code: 200 - duration: 134.700837ms -- id: 117 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/fabf3205-5e2b-4119-9624-91f3fd4f9af2 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 761 - body: "{\"region\":\"fr-par\", \"id\":\"fabf3205-5e2b-4119-9624-91f3fd4f9af2\", \"cluster_id\":\"318aad8d-b93e-45fa-b437-a04479335018\", \"created_at\":\"2025-10-30T17:45:36.337310Z\", \"updated_at\":\"2025-10-30T17:51:24.985101Z\", \"name\":\"test-pool-placement-group\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"b679f0a9-4937-48ec-9789-91f0198f3026\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "761" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:52:00 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - bf46f6db-4e51-46c7-a007-4cb3a6d805d4 - status: 200 OK - code: 200 - duration: 115.513945ms -- id: 118 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/fabf3205-5e2b-4119-9624-91f3fd4f9af2 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 761 - body: "{\"region\":\"fr-par\", \"id\":\"fabf3205-5e2b-4119-9624-91f3fd4f9af2\", \"cluster_id\":\"318aad8d-b93e-45fa-b437-a04479335018\", \"created_at\":\"2025-10-30T17:45:36.337310Z\", \"updated_at\":\"2025-10-30T17:51:24.985101Z\", \"name\":\"test-pool-placement-group\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"b679f0a9-4937-48ec-9789-91f0198f3026\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "761" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:52:05 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - 628f4b21-2a4f-4b92-a9c3-c84ff0e68484 - status: 200 OK - code: 200 - duration: 86.4979ms -- id: 119 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/fabf3205-5e2b-4119-9624-91f3fd4f9af2 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 761 - body: "{\"region\":\"fr-par\", \"id\":\"fabf3205-5e2b-4119-9624-91f3fd4f9af2\", \"cluster_id\":\"318aad8d-b93e-45fa-b437-a04479335018\", \"created_at\":\"2025-10-30T17:45:36.337310Z\", \"updated_at\":\"2025-10-30T17:51:24.985101Z\", \"name\":\"test-pool-placement-group\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"b679f0a9-4937-48ec-9789-91f0198f3026\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "761" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:52:11 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - f5ac424f-21a4-4e0e-aed0-cdce9bf45a4a - status: 200 OK - code: 200 - duration: 83.441424ms -- id: 120 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/fabf3205-5e2b-4119-9624-91f3fd4f9af2 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 761 - body: "{\"region\":\"fr-par\", \"id\":\"fabf3205-5e2b-4119-9624-91f3fd4f9af2\", \"cluster_id\":\"318aad8d-b93e-45fa-b437-a04479335018\", \"created_at\":\"2025-10-30T17:45:36.337310Z\", \"updated_at\":\"2025-10-30T17:51:24.985101Z\", \"name\":\"test-pool-placement-group\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"b679f0a9-4937-48ec-9789-91f0198f3026\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "761" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:52:16 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - 59ab26b7-e549-404a-9069-d329a46fe0b0 - status: 200 OK - code: 200 - duration: 88.552059ms -- id: 121 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/fabf3205-5e2b-4119-9624-91f3fd4f9af2 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 761 - body: "{\"region\":\"fr-par\", \"id\":\"fabf3205-5e2b-4119-9624-91f3fd4f9af2\", \"cluster_id\":\"318aad8d-b93e-45fa-b437-a04479335018\", \"created_at\":\"2025-10-30T17:45:36.337310Z\", \"updated_at\":\"2025-10-30T17:51:24.985101Z\", \"name\":\"test-pool-placement-group\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"b679f0a9-4937-48ec-9789-91f0198f3026\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "761" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:52:21 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - 5798892c-c80a-41d6-9912-37499b1aa322 - status: 200 OK - code: 200 - duration: 92.673869ms -- id: 122 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/fabf3205-5e2b-4119-9624-91f3fd4f9af2 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 761 - body: "{\"region\":\"fr-par\", \"id\":\"fabf3205-5e2b-4119-9624-91f3fd4f9af2\", \"cluster_id\":\"318aad8d-b93e-45fa-b437-a04479335018\", \"created_at\":\"2025-10-30T17:45:36.337310Z\", \"updated_at\":\"2025-10-30T17:51:24.985101Z\", \"name\":\"test-pool-placement-group\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"b679f0a9-4937-48ec-9789-91f0198f3026\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "761" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:52:26 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - 13528406-b4f1-4c6b-92ce-55da8e34d5ef - status: 200 OK - code: 200 - duration: 89.053934ms -- id: 123 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/fabf3205-5e2b-4119-9624-91f3fd4f9af2 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 761 - body: "{\"region\":\"fr-par\", \"id\":\"fabf3205-5e2b-4119-9624-91f3fd4f9af2\", \"cluster_id\":\"318aad8d-b93e-45fa-b437-a04479335018\", \"created_at\":\"2025-10-30T17:45:36.337310Z\", \"updated_at\":\"2025-10-30T17:51:24.985101Z\", \"name\":\"test-pool-placement-group\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"b679f0a9-4937-48ec-9789-91f0198f3026\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "761" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:52:31 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - eb934c4f-89cc-477a-8fd3-bb3e37b41fbd - status: 200 OK - code: 200 - duration: 92.061864ms -- id: 124 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/fabf3205-5e2b-4119-9624-91f3fd4f9af2 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 761 - body: "{\"region\":\"fr-par\", \"id\":\"fabf3205-5e2b-4119-9624-91f3fd4f9af2\", \"cluster_id\":\"318aad8d-b93e-45fa-b437-a04479335018\", \"created_at\":\"2025-10-30T17:45:36.337310Z\", \"updated_at\":\"2025-10-30T17:51:24.985101Z\", \"name\":\"test-pool-placement-group\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"b679f0a9-4937-48ec-9789-91f0198f3026\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "761" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:52:36 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - 5dc4df0a-d3a9-4d33-9da0-2791a25fac3e - status: 200 OK - code: 200 - duration: 88.154349ms -- id: 125 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/fabf3205-5e2b-4119-9624-91f3fd4f9af2 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 761 - body: "{\"region\":\"fr-par\", \"id\":\"fabf3205-5e2b-4119-9624-91f3fd4f9af2\", \"cluster_id\":\"318aad8d-b93e-45fa-b437-a04479335018\", \"created_at\":\"2025-10-30T17:45:36.337310Z\", \"updated_at\":\"2025-10-30T17:51:24.985101Z\", \"name\":\"test-pool-placement-group\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"b679f0a9-4937-48ec-9789-91f0198f3026\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "761" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:52:41 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - dd22fef5-9e23-4732-b55c-7a4db4d30801 - status: 200 OK - code: 200 - duration: 75.160718ms -- id: 126 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/fabf3205-5e2b-4119-9624-91f3fd4f9af2 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 761 - body: "{\"region\":\"fr-par\", \"id\":\"fabf3205-5e2b-4119-9624-91f3fd4f9af2\", \"cluster_id\":\"318aad8d-b93e-45fa-b437-a04479335018\", \"created_at\":\"2025-10-30T17:45:36.337310Z\", \"updated_at\":\"2025-10-30T17:51:24.985101Z\", \"name\":\"test-pool-placement-group\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"b679f0a9-4937-48ec-9789-91f0198f3026\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "761" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:52:46 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - 20af5a60-05f2-4e8b-98c7-d9dd70ec629d - status: 200 OK - code: 200 - duration: 79.058418ms -- id: 127 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/fabf3205-5e2b-4119-9624-91f3fd4f9af2 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 761 - body: "{\"region\":\"fr-par\", \"id\":\"fabf3205-5e2b-4119-9624-91f3fd4f9af2\", \"cluster_id\":\"318aad8d-b93e-45fa-b437-a04479335018\", \"created_at\":\"2025-10-30T17:45:36.337310Z\", \"updated_at\":\"2025-10-30T17:51:24.985101Z\", \"name\":\"test-pool-placement-group\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"b679f0a9-4937-48ec-9789-91f0198f3026\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "761" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:52:51 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - 9849ec8c-caa5-45f5-80f7-65b7f48e21b5 - status: 200 OK - code: 200 - duration: 87.948328ms -- id: 128 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/fabf3205-5e2b-4119-9624-91f3fd4f9af2 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 761 - body: "{\"region\":\"fr-par\", \"id\":\"fabf3205-5e2b-4119-9624-91f3fd4f9af2\", \"cluster_id\":\"318aad8d-b93e-45fa-b437-a04479335018\", \"created_at\":\"2025-10-30T17:45:36.337310Z\", \"updated_at\":\"2025-10-30T17:51:24.985101Z\", \"name\":\"test-pool-placement-group\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"b679f0a9-4937-48ec-9789-91f0198f3026\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "761" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:52:56 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - 88c3a4d1-6696-42d0-a773-0768b7d92702 - status: 200 OK - code: 200 - duration: 86.567988ms -- id: 129 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/fabf3205-5e2b-4119-9624-91f3fd4f9af2 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 761 - body: "{\"region\":\"fr-par\", \"id\":\"fabf3205-5e2b-4119-9624-91f3fd4f9af2\", \"cluster_id\":\"318aad8d-b93e-45fa-b437-a04479335018\", \"created_at\":\"2025-10-30T17:45:36.337310Z\", \"updated_at\":\"2025-10-30T17:51:24.985101Z\", \"name\":\"test-pool-placement-group\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"b679f0a9-4937-48ec-9789-91f0198f3026\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "761" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:53:01 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - 213f14bd-c1b9-4d0d-a549-e30b3bfe9e1b - status: 200 OK - code: 200 - duration: 116.831205ms -- id: 130 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/fabf3205-5e2b-4119-9624-91f3fd4f9af2 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 761 - body: "{\"region\":\"fr-par\", \"id\":\"fabf3205-5e2b-4119-9624-91f3fd4f9af2\", \"cluster_id\":\"318aad8d-b93e-45fa-b437-a04479335018\", \"created_at\":\"2025-10-30T17:45:36.337310Z\", \"updated_at\":\"2025-10-30T17:51:24.985101Z\", \"name\":\"test-pool-placement-group\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"b679f0a9-4937-48ec-9789-91f0198f3026\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "761" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:53:07 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - 0e98a8d8-49e4-4b8f-99b0-c43b37002bfd - status: 200 OK - code: 200 - duration: 122.707119ms -- id: 131 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/fabf3205-5e2b-4119-9624-91f3fd4f9af2 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 761 - body: "{\"region\":\"fr-par\", \"id\":\"fabf3205-5e2b-4119-9624-91f3fd4f9af2\", \"cluster_id\":\"318aad8d-b93e-45fa-b437-a04479335018\", \"created_at\":\"2025-10-30T17:45:36.337310Z\", \"updated_at\":\"2025-10-30T17:51:24.985101Z\", \"name\":\"test-pool-placement-group\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"b679f0a9-4937-48ec-9789-91f0198f3026\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "761" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:53:12 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - 31c0765e-883c-4222-86b0-ee35a684c19a - status: 200 OK - code: 200 - duration: 92.051558ms -- id: 132 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/fabf3205-5e2b-4119-9624-91f3fd4f9af2 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 761 - body: "{\"region\":\"fr-par\", \"id\":\"fabf3205-5e2b-4119-9624-91f3fd4f9af2\", \"cluster_id\":\"318aad8d-b93e-45fa-b437-a04479335018\", \"created_at\":\"2025-10-30T17:45:36.337310Z\", \"updated_at\":\"2025-10-30T17:51:24.985101Z\", \"name\":\"test-pool-placement-group\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"b679f0a9-4937-48ec-9789-91f0198f3026\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "761" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:53:17 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - 198fd5a5-1742-44d6-975c-05a0ed29b268 - status: 200 OK - code: 200 - duration: 81.443535ms -- id: 133 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/fabf3205-5e2b-4119-9624-91f3fd4f9af2 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 761 - body: "{\"region\":\"fr-par\", \"id\":\"fabf3205-5e2b-4119-9624-91f3fd4f9af2\", \"cluster_id\":\"318aad8d-b93e-45fa-b437-a04479335018\", \"created_at\":\"2025-10-30T17:45:36.337310Z\", \"updated_at\":\"2025-10-30T17:51:24.985101Z\", \"name\":\"test-pool-placement-group\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"b679f0a9-4937-48ec-9789-91f0198f3026\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "761" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:53:22 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - 5457c43d-0065-4349-9d5f-2dc12ad3f7b6 - status: 200 OK - code: 200 - duration: 81.249151ms -- id: 134 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/fabf3205-5e2b-4119-9624-91f3fd4f9af2 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 761 - body: "{\"region\":\"fr-par\", \"id\":\"fabf3205-5e2b-4119-9624-91f3fd4f9af2\", \"cluster_id\":\"318aad8d-b93e-45fa-b437-a04479335018\", \"created_at\":\"2025-10-30T17:45:36.337310Z\", \"updated_at\":\"2025-10-30T17:51:24.985101Z\", \"name\":\"test-pool-placement-group\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"b679f0a9-4937-48ec-9789-91f0198f3026\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "761" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:53:27 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - 7198429b-943c-4b27-a52b-5ecd79b4be32 - status: 200 OK - code: 200 - duration: 100.029712ms -- id: 135 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/fabf3205-5e2b-4119-9624-91f3fd4f9af2 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 761 - body: "{\"region\":\"fr-par\", \"id\":\"fabf3205-5e2b-4119-9624-91f3fd4f9af2\", \"cluster_id\":\"318aad8d-b93e-45fa-b437-a04479335018\", \"created_at\":\"2025-10-30T17:45:36.337310Z\", \"updated_at\":\"2025-10-30T17:51:24.985101Z\", \"name\":\"test-pool-placement-group\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"b679f0a9-4937-48ec-9789-91f0198f3026\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "761" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:53:32 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - 376f37ed-9902-452b-8194-d0150f3ba6fe - status: 200 OK - code: 200 - duration: 80.806703ms -- id: 136 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/fabf3205-5e2b-4119-9624-91f3fd4f9af2 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 761 - body: "{\"region\":\"fr-par\", \"id\":\"fabf3205-5e2b-4119-9624-91f3fd4f9af2\", \"cluster_id\":\"318aad8d-b93e-45fa-b437-a04479335018\", \"created_at\":\"2025-10-30T17:45:36.337310Z\", \"updated_at\":\"2025-10-30T17:51:24.985101Z\", \"name\":\"test-pool-placement-group\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"b679f0a9-4937-48ec-9789-91f0198f3026\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "761" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:53:37 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - 3e04b7fb-1f9d-43a0-9421-2b915f863523 - status: 200 OK - code: 200 - duration: 81.959107ms -- id: 137 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/fabf3205-5e2b-4119-9624-91f3fd4f9af2 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 761 - body: "{\"region\":\"fr-par\", \"id\":\"fabf3205-5e2b-4119-9624-91f3fd4f9af2\", \"cluster_id\":\"318aad8d-b93e-45fa-b437-a04479335018\", \"created_at\":\"2025-10-30T17:45:36.337310Z\", \"updated_at\":\"2025-10-30T17:51:24.985101Z\", \"name\":\"test-pool-placement-group\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"b679f0a9-4937-48ec-9789-91f0198f3026\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "761" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:53:42 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - 8753f833-9289-45e5-8c13-ca90f0152e61 - status: 200 OK - code: 200 - duration: 83.373625ms -- id: 138 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/fabf3205-5e2b-4119-9624-91f3fd4f9af2 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 761 - body: "{\"region\":\"fr-par\", \"id\":\"fabf3205-5e2b-4119-9624-91f3fd4f9af2\", \"cluster_id\":\"318aad8d-b93e-45fa-b437-a04479335018\", \"created_at\":\"2025-10-30T17:45:36.337310Z\", \"updated_at\":\"2025-10-30T17:51:24.985101Z\", \"name\":\"test-pool-placement-group\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"b679f0a9-4937-48ec-9789-91f0198f3026\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "761" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:53:47 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - 9805b3eb-4fc6-4bc5-85c4-40b20700cffb - status: 200 OK - code: 200 - duration: 110.441216ms -- id: 139 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/fabf3205-5e2b-4119-9624-91f3fd4f9af2 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 761 - body: "{\"region\":\"fr-par\", \"id\":\"fabf3205-5e2b-4119-9624-91f3fd4f9af2\", \"cluster_id\":\"318aad8d-b93e-45fa-b437-a04479335018\", \"created_at\":\"2025-10-30T17:45:36.337310Z\", \"updated_at\":\"2025-10-30T17:51:24.985101Z\", \"name\":\"test-pool-placement-group\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"b679f0a9-4937-48ec-9789-91f0198f3026\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "761" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:53:52 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - 21919d2f-52bf-479f-b1bb-925784f4c4a7 - status: 200 OK - code: 200 - duration: 90.856378ms -- id: 140 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/fabf3205-5e2b-4119-9624-91f3fd4f9af2 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 761 - body: "{\"region\":\"fr-par\", \"id\":\"fabf3205-5e2b-4119-9624-91f3fd4f9af2\", \"cluster_id\":\"318aad8d-b93e-45fa-b437-a04479335018\", \"created_at\":\"2025-10-30T17:45:36.337310Z\", \"updated_at\":\"2025-10-30T17:51:24.985101Z\", \"name\":\"test-pool-placement-group\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"b679f0a9-4937-48ec-9789-91f0198f3026\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "761" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:53:57 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - d0ab94b5-cc18-40b1-9ccc-aa1943cebf1a - status: 200 OK - code: 200 - duration: 79.146563ms -- id: 141 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/fabf3205-5e2b-4119-9624-91f3fd4f9af2 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 761 - body: "{\"region\":\"fr-par\", \"id\":\"fabf3205-5e2b-4119-9624-91f3fd4f9af2\", \"cluster_id\":\"318aad8d-b93e-45fa-b437-a04479335018\", \"created_at\":\"2025-10-30T17:45:36.337310Z\", \"updated_at\":\"2025-10-30T17:51:24.985101Z\", \"name\":\"test-pool-placement-group\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"b679f0a9-4937-48ec-9789-91f0198f3026\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "761" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:54:03 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - abf4b450-3592-4cdf-9f3d-15e1618a597a - status: 200 OK - code: 200 - duration: 92.644568ms -- id: 142 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/fabf3205-5e2b-4119-9624-91f3fd4f9af2 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 761 - body: "{\"region\":\"fr-par\", \"id\":\"fabf3205-5e2b-4119-9624-91f3fd4f9af2\", \"cluster_id\":\"318aad8d-b93e-45fa-b437-a04479335018\", \"created_at\":\"2025-10-30T17:45:36.337310Z\", \"updated_at\":\"2025-10-30T17:51:24.985101Z\", \"name\":\"test-pool-placement-group\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"b679f0a9-4937-48ec-9789-91f0198f3026\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "761" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:54:08 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - 3a22eb37-1716-48ad-b382-f77595177904 - status: 200 OK - code: 200 - duration: 89.085547ms -- id: 143 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/fabf3205-5e2b-4119-9624-91f3fd4f9af2 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 761 - body: "{\"region\":\"fr-par\", \"id\":\"fabf3205-5e2b-4119-9624-91f3fd4f9af2\", \"cluster_id\":\"318aad8d-b93e-45fa-b437-a04479335018\", \"created_at\":\"2025-10-30T17:45:36.337310Z\", \"updated_at\":\"2025-10-30T17:51:24.985101Z\", \"name\":\"test-pool-placement-group\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"b679f0a9-4937-48ec-9789-91f0198f3026\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "761" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:54:13 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - 7e4ddba6-8775-4f48-84df-c67a41ea8d96 - status: 200 OK - code: 200 - duration: 78.640627ms -- id: 144 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/fabf3205-5e2b-4119-9624-91f3fd4f9af2 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 761 - body: "{\"region\":\"fr-par\", \"id\":\"fabf3205-5e2b-4119-9624-91f3fd4f9af2\", \"cluster_id\":\"318aad8d-b93e-45fa-b437-a04479335018\", \"created_at\":\"2025-10-30T17:45:36.337310Z\", \"updated_at\":\"2025-10-30T17:51:24.985101Z\", \"name\":\"test-pool-placement-group\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"b679f0a9-4937-48ec-9789-91f0198f3026\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "761" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:54:18 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - f9969424-051c-4c08-8b15-28708296a7b4 - status: 200 OK - code: 200 - duration: 89.630744ms -- id: 145 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/fabf3205-5e2b-4119-9624-91f3fd4f9af2 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 761 - body: "{\"region\":\"fr-par\", \"id\":\"fabf3205-5e2b-4119-9624-91f3fd4f9af2\", \"cluster_id\":\"318aad8d-b93e-45fa-b437-a04479335018\", \"created_at\":\"2025-10-30T17:45:36.337310Z\", \"updated_at\":\"2025-10-30T17:51:24.985101Z\", \"name\":\"test-pool-placement-group\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"b679f0a9-4937-48ec-9789-91f0198f3026\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "761" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:54:23 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - 0e6c3ac4-c1ab-4059-bbc6-566257fd0e58 - status: 200 OK - code: 200 - duration: 75.666224ms -- id: 146 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/fabf3205-5e2b-4119-9624-91f3fd4f9af2 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 761 - body: "{\"region\":\"fr-par\", \"id\":\"fabf3205-5e2b-4119-9624-91f3fd4f9af2\", \"cluster_id\":\"318aad8d-b93e-45fa-b437-a04479335018\", \"created_at\":\"2025-10-30T17:45:36.337310Z\", \"updated_at\":\"2025-10-30T17:51:24.985101Z\", \"name\":\"test-pool-placement-group\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"b679f0a9-4937-48ec-9789-91f0198f3026\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "761" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:54:28 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - 067389a6-f26e-4054-86d0-9b271f53879a - status: 200 OK - code: 200 - duration: 98.279346ms -- id: 147 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/fabf3205-5e2b-4119-9624-91f3fd4f9af2 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 761 - body: "{\"region\":\"fr-par\", \"id\":\"fabf3205-5e2b-4119-9624-91f3fd4f9af2\", \"cluster_id\":\"318aad8d-b93e-45fa-b437-a04479335018\", \"created_at\":\"2025-10-30T17:45:36.337310Z\", \"updated_at\":\"2025-10-30T17:51:24.985101Z\", \"name\":\"test-pool-placement-group\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"b679f0a9-4937-48ec-9789-91f0198f3026\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "761" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:54:33 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - 6732903c-9ed0-4a01-aa0b-7093ad48bb59 - status: 200 OK - code: 200 - duration: 93.431044ms -- id: 148 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/fabf3205-5e2b-4119-9624-91f3fd4f9af2 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 761 - body: "{\"region\":\"fr-par\", \"id\":\"fabf3205-5e2b-4119-9624-91f3fd4f9af2\", \"cluster_id\":\"318aad8d-b93e-45fa-b437-a04479335018\", \"created_at\":\"2025-10-30T17:45:36.337310Z\", \"updated_at\":\"2025-10-30T17:51:24.985101Z\", \"name\":\"test-pool-placement-group\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"b679f0a9-4937-48ec-9789-91f0198f3026\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "761" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:54:38 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - 2d6f6de3-fb66-43f5-8a95-54cc8a5bf683 - status: 200 OK - code: 200 - duration: 89.441705ms -- id: 149 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/fabf3205-5e2b-4119-9624-91f3fd4f9af2 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 761 - body: "{\"region\":\"fr-par\", \"id\":\"fabf3205-5e2b-4119-9624-91f3fd4f9af2\", \"cluster_id\":\"318aad8d-b93e-45fa-b437-a04479335018\", \"created_at\":\"2025-10-30T17:45:36.337310Z\", \"updated_at\":\"2025-10-30T17:51:24.985101Z\", \"name\":\"test-pool-placement-group\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"b679f0a9-4937-48ec-9789-91f0198f3026\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "761" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:54:43 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - 42de140e-b3f4-41fe-8fc6-ee15586de8ba - status: 200 OK - code: 200 - duration: 81.688277ms -- id: 150 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/fabf3205-5e2b-4119-9624-91f3fd4f9af2 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 761 - body: "{\"region\":\"fr-par\", \"id\":\"fabf3205-5e2b-4119-9624-91f3fd4f9af2\", \"cluster_id\":\"318aad8d-b93e-45fa-b437-a04479335018\", \"created_at\":\"2025-10-30T17:45:36.337310Z\", \"updated_at\":\"2025-10-30T17:51:24.985101Z\", \"name\":\"test-pool-placement-group\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"b679f0a9-4937-48ec-9789-91f0198f3026\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "761" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:54:48 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - c9c7ea2e-cf2b-4834-ac52-7b1f5703daab - status: 200 OK - code: 200 - duration: 86.934329ms -- id: 151 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/fabf3205-5e2b-4119-9624-91f3fd4f9af2 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 761 - body: "{\"region\":\"fr-par\", \"id\":\"fabf3205-5e2b-4119-9624-91f3fd4f9af2\", \"cluster_id\":\"318aad8d-b93e-45fa-b437-a04479335018\", \"created_at\":\"2025-10-30T17:45:36.337310Z\", \"updated_at\":\"2025-10-30T17:51:24.985101Z\", \"name\":\"test-pool-placement-group\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"b679f0a9-4937-48ec-9789-91f0198f3026\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "761" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:54:53 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - c068c9a9-1f84-4e0a-b672-48a093391858 - status: 200 OK - code: 200 - duration: 81.126685ms -- id: 152 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/fabf3205-5e2b-4119-9624-91f3fd4f9af2 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 761 - body: "{\"region\":\"fr-par\", \"id\":\"fabf3205-5e2b-4119-9624-91f3fd4f9af2\", \"cluster_id\":\"318aad8d-b93e-45fa-b437-a04479335018\", \"created_at\":\"2025-10-30T17:45:36.337310Z\", \"updated_at\":\"2025-10-30T17:51:24.985101Z\", \"name\":\"test-pool-placement-group\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"b679f0a9-4937-48ec-9789-91f0198f3026\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "761" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:54:59 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - 6cf3ccbd-745c-4adb-af81-a19b1b97ca3e - status: 200 OK - code: 200 - duration: 100.015275ms -- id: 153 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/fabf3205-5e2b-4119-9624-91f3fd4f9af2 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 761 - body: "{\"region\":\"fr-par\", \"id\":\"fabf3205-5e2b-4119-9624-91f3fd4f9af2\", \"cluster_id\":\"318aad8d-b93e-45fa-b437-a04479335018\", \"created_at\":\"2025-10-30T17:45:36.337310Z\", \"updated_at\":\"2025-10-30T17:51:24.985101Z\", \"name\":\"test-pool-placement-group\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"b679f0a9-4937-48ec-9789-91f0198f3026\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "761" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:55:04 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - 4d1b7c51-3cfb-4711-befb-204c6b575aa3 - status: 200 OK - code: 200 - duration: 84.058072ms -- id: 154 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/fabf3205-5e2b-4119-9624-91f3fd4f9af2 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 761 - body: "{\"region\":\"fr-par\", \"id\":\"fabf3205-5e2b-4119-9624-91f3fd4f9af2\", \"cluster_id\":\"318aad8d-b93e-45fa-b437-a04479335018\", \"created_at\":\"2025-10-30T17:45:36.337310Z\", \"updated_at\":\"2025-10-30T17:51:24.985101Z\", \"name\":\"test-pool-placement-group\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"b679f0a9-4937-48ec-9789-91f0198f3026\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "761" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:55:09 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - 623e472f-9f05-4bfc-9454-240be7e8423e - status: 200 OK - code: 200 - duration: 81.20693ms -- id: 155 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/fabf3205-5e2b-4119-9624-91f3fd4f9af2 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 761 - body: "{\"region\":\"fr-par\", \"id\":\"fabf3205-5e2b-4119-9624-91f3fd4f9af2\", \"cluster_id\":\"318aad8d-b93e-45fa-b437-a04479335018\", \"created_at\":\"2025-10-30T17:45:36.337310Z\", \"updated_at\":\"2025-10-30T17:51:24.985101Z\", \"name\":\"test-pool-placement-group\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"b679f0a9-4937-48ec-9789-91f0198f3026\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "761" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:55:14 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - 46c05d67-8e9c-41bf-a27f-e6a858f1666c - status: 200 OK - code: 200 - duration: 87.361809ms -- id: 156 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/fabf3205-5e2b-4119-9624-91f3fd4f9af2 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 761 - body: "{\"region\":\"fr-par\", \"id\":\"fabf3205-5e2b-4119-9624-91f3fd4f9af2\", \"cluster_id\":\"318aad8d-b93e-45fa-b437-a04479335018\", \"created_at\":\"2025-10-30T17:45:36.337310Z\", \"updated_at\":\"2025-10-30T17:51:24.985101Z\", \"name\":\"test-pool-placement-group\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"b679f0a9-4937-48ec-9789-91f0198f3026\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "761" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:55:19 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - 23f3d420-a15a-4175-a645-e5bcc442075c - status: 200 OK - code: 200 - duration: 79.968105ms -- id: 157 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/fabf3205-5e2b-4119-9624-91f3fd4f9af2 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 761 - body: "{\"region\":\"fr-par\", \"id\":\"fabf3205-5e2b-4119-9624-91f3fd4f9af2\", \"cluster_id\":\"318aad8d-b93e-45fa-b437-a04479335018\", \"created_at\":\"2025-10-30T17:45:36.337310Z\", \"updated_at\":\"2025-10-30T17:51:24.985101Z\", \"name\":\"test-pool-placement-group\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"b679f0a9-4937-48ec-9789-91f0198f3026\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "761" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:55:24 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - a3426c87-8727-498a-a079-89a3d09b1e98 - status: 200 OK - code: 200 - duration: 78.80356ms -- id: 158 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/fabf3205-5e2b-4119-9624-91f3fd4f9af2 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 761 - body: "{\"region\":\"fr-par\", \"id\":\"fabf3205-5e2b-4119-9624-91f3fd4f9af2\", \"cluster_id\":\"318aad8d-b93e-45fa-b437-a04479335018\", \"created_at\":\"2025-10-30T17:45:36.337310Z\", \"updated_at\":\"2025-10-30T17:51:24.985101Z\", \"name\":\"test-pool-placement-group\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"b679f0a9-4937-48ec-9789-91f0198f3026\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "761" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:55:29 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - 8067ba8e-4510-4127-a6e1-fa19d85e36cb - status: 200 OK - code: 200 - duration: 84.873119ms -- id: 159 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/fabf3205-5e2b-4119-9624-91f3fd4f9af2 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 761 - body: "{\"region\":\"fr-par\", \"id\":\"fabf3205-5e2b-4119-9624-91f3fd4f9af2\", \"cluster_id\":\"318aad8d-b93e-45fa-b437-a04479335018\", \"created_at\":\"2025-10-30T17:45:36.337310Z\", \"updated_at\":\"2025-10-30T17:51:24.985101Z\", \"name\":\"test-pool-placement-group\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"b679f0a9-4937-48ec-9789-91f0198f3026\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "761" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:55:34 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - b2a9f16d-52fa-47f6-ae08-05503a87a486 - status: 200 OK - code: 200 - duration: 84.91585ms -- id: 160 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/fabf3205-5e2b-4119-9624-91f3fd4f9af2 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 761 - body: "{\"region\":\"fr-par\", \"id\":\"fabf3205-5e2b-4119-9624-91f3fd4f9af2\", \"cluster_id\":\"318aad8d-b93e-45fa-b437-a04479335018\", \"created_at\":\"2025-10-30T17:45:36.337310Z\", \"updated_at\":\"2025-10-30T17:51:24.985101Z\", \"name\":\"test-pool-placement-group\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"b679f0a9-4937-48ec-9789-91f0198f3026\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "761" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:55:39 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - e81bf27f-b2a2-48a4-aea8-4d70ee99922a - status: 200 OK - code: 200 - duration: 77.361926ms -- id: 161 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/fabf3205-5e2b-4119-9624-91f3fd4f9af2 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 125 - body: "{\"message\":\"resource is not found\",\"resource\":\"pool\",\"resource_id\":\"fabf3205-5e2b-4119-9624-91f3fd4f9af2\",\"type\":\"not_found\"}" - headers: - Content-Length: - - "125" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:55:44 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - 17290b71-9f8c-4611-b688-0151fd19f922 - status: 404 Not Found - code: 404 - duration: 37.54197ms -- id: 162 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/placement_groups/b679f0a9-4937-48ec-9789-91f0198f3026 - method: DELETE - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 0 - body: "" - headers: - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:55:44 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - d0d791b1-865e-4776-9f1a-00805d22ddf5 - status: 204 No Content - code: 204 - duration: 160.95731ms -- id: 163 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - form: - with_additional_resources: - - "false" - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/318aad8d-b93e-45fa-b437-a04479335018?with_additional_resources=false - method: DELETE - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1653 - body: "{\"region\":\"fr-par\", \"id\":\"318aad8d-b93e-45fa-b437-a04479335018\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:45:30.773233Z\", \"updated_at\":\"2025-10-30T17:55:44.920902Z\", \"type\":\"kapsule\", \"name\":\"test-pool-placement-group\", \"description\":\"\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"cni\":\"calico\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"placement_group\"], \"cluster_url\":\"https://318aad8d-b93e-45fa-b437-a04479335018.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.318aad8d-b93e-45fa-b437-a04479335018.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"a6e03343-b4f2-464c-91d9-fbf821df60a9\", \"commitment_ends_at\":\"2025-10-30T17:45:30.773242Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"706a0744-bfaf-48f9-86f8-00551cac2d4e\", \"new_images_enabled\":false, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1653" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:55:44 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - 19ee965c-ba35-4d25-8771-d562a9cfd63e - status: 200 OK - code: 200 - duration: 160.255802ms -- id: 164 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/318aad8d-b93e-45fa-b437-a04479335018 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1652 - body: "{\"region\":\"fr-par\", \"id\":\"318aad8d-b93e-45fa-b437-a04479335018\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:45:30.773233Z\", \"updated_at\":\"2025-10-30T17:55:44.920902Z\", \"type\":\"kapsule\", \"name\":\"test-pool-placement-group\", \"description\":\"\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"cni\":\"calico\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"placement_group\"], \"cluster_url\":\"https://318aad8d-b93e-45fa-b437-a04479335018.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.318aad8d-b93e-45fa-b437-a04479335018.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"a6e03343-b4f2-464c-91d9-fbf821df60a9\", \"commitment_ends_at\":\"2025-10-30T17:45:30.773242Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"706a0744-bfaf-48f9-86f8-00551cac2d4e\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1652" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:55:45 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - a3eb29a2-3688-4468-93ce-89b31b88f329 - status: 200 OK - code: 200 - duration: 80.918766ms -- id: 165 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 143 - host: api.scaleway.com - body: "{\"name\":\"test-pool-placement-group\",\"project\":\"105bdce1-64c0-48ab-899d-868455867ecf\",\"policy_mode\":\"optional\",\"policy_type\":\"max_availability\"}" - headers: - Content-Type: - - application/json - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/nl-ams-2/placement_groups - method: POST - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 331 - body: "{\"placement_group\": {\"id\": \"92444188-3b2e-4515-a75d-f228a9ef8202\", \"name\": \"test-pool-placement-group\", \"organization\": \"105bdce1-64c0-48ab-899d-868455867ecf\", \"project\": \"105bdce1-64c0-48ab-899d-868455867ecf\", \"policy_mode\": \"optional\", \"policy_type\": \"max_availability\", \"policy_respected\": true, \"tags\": [], \"zone\": \"nl-ams-2\"}}" - headers: - Content-Length: - - "331" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:55:45 GMT - Location: - - https://api.scaleway.com/instance/v1/zones/nl-ams-2/placement_groups/92444188-3b2e-4515-a75d-f228a9ef8202 - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - f1a1cbe2-ec10-424e-a122-9b3d453d5afb - status: 201 Created - code: 201 - duration: 270.361169ms -- id: 166 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/nl-ams-2/placement_groups/92444188-3b2e-4515-a75d-f228a9ef8202 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 331 - body: "{\"placement_group\": {\"id\": \"92444188-3b2e-4515-a75d-f228a9ef8202\", \"name\": \"test-pool-placement-group\", \"organization\": \"105bdce1-64c0-48ab-899d-868455867ecf\", \"project\": \"105bdce1-64c0-48ab-899d-868455867ecf\", \"policy_mode\": \"optional\", \"policy_type\": \"max_availability\", \"policy_respected\": true, \"tags\": [], \"zone\": \"nl-ams-2\"}}" - headers: - Content-Length: - - "331" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:55:45 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - 58f7f2d4-4aec-416e-add7-47009bc662b0 - status: 200 OK - code: 200 - duration: 132.768785ms -- id: 167 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/318aad8d-b93e-45fa-b437-a04479335018 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1652 - body: "{\"region\":\"fr-par\", \"id\":\"318aad8d-b93e-45fa-b437-a04479335018\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:45:30.773233Z\", \"updated_at\":\"2025-10-30T17:55:44.920902Z\", \"type\":\"kapsule\", \"name\":\"test-pool-placement-group\", \"description\":\"\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"cni\":\"calico\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"placement_group\"], \"cluster_url\":\"https://318aad8d-b93e-45fa-b437-a04479335018.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.318aad8d-b93e-45fa-b437-a04479335018.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"a6e03343-b4f2-464c-91d9-fbf821df60a9\", \"commitment_ends_at\":\"2025-10-30T17:45:30.773242Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"706a0744-bfaf-48f9-86f8-00551cac2d4e\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1652" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:55:50 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - 87e5fa3e-8505-4488-b9e7-4a013a19b4d7 - status: 200 OK - code: 200 - duration: 91.882266ms -- id: 168 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/318aad8d-b93e-45fa-b437-a04479335018 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1652 - body: "{\"region\":\"fr-par\", \"id\":\"318aad8d-b93e-45fa-b437-a04479335018\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:45:30.773233Z\", \"updated_at\":\"2025-10-30T17:55:44.920902Z\", \"type\":\"kapsule\", \"name\":\"test-pool-placement-group\", \"description\":\"\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"cni\":\"calico\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"placement_group\"], \"cluster_url\":\"https://318aad8d-b93e-45fa-b437-a04479335018.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.318aad8d-b93e-45fa-b437-a04479335018.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"a6e03343-b4f2-464c-91d9-fbf821df60a9\", \"commitment_ends_at\":\"2025-10-30T17:45:30.773242Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"706a0744-bfaf-48f9-86f8-00551cac2d4e\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1652" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:55:55 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - 01ffd75c-0ba6-4a0f-b4cd-354287703b1e - status: 200 OK - code: 200 - duration: 70.842447ms -- id: 169 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/318aad8d-b93e-45fa-b437-a04479335018 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 128 - body: "{\"message\":\"resource is not found\",\"resource\":\"cluster\",\"resource_id\":\"318aad8d-b93e-45fa-b437-a04479335018\",\"type\":\"not_found\"}" - headers: - Content-Length: - - "128" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:56:00 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - 2a310ad9-356a-4ae4-bca3-5eaf52c613f2 - status: 404 Not Found - code: 404 - duration: 26.086689ms -- id: 170 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks/a6e03343-b4f2-464c-91d9-fbf821df60a9 - method: DELETE - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 0 - body: "" - headers: - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:56:01 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - a427735f-1928-4bcc-9910-1808d4ae31e2 - status: 204 No Content - code: 204 - duration: 1.040367668s -- id: 171 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/fr-par/vpcs/f3ec978c-ac7e-4f09-b168-577fbba93617 - method: DELETE - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 0 - body: "" - headers: - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:56:01 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - 7561e295-a026-4801-b49f-a8f37b773951 - status: 204 No Content - code: 204 - duration: 218.893587ms -- id: 172 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 149 - host: api.scaleway.com - body: "{\"name\":\"testAccCheckK8SPoolConfigPlacementGroupWithCustomZone\",\"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\",\"tags\":[],\"enable_routing\":false}" - headers: - Content-Type: - - application/json - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/nl-ams/vpcs - method: POST - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 451 - body: "{\"id\":\"cffbd660-4df5-4f5c-bd63-351d28eb1f85\", \"name\":\"testAccCheckK8SPoolConfigPlacementGroupWithCustomZone\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:56:01.666659Z\", \"updated_at\":\"2025-10-30T17:56:01.666659Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_default\":false, \"private_network_count\":0, \"routing_enabled\":true, \"custom_routes_propagation_enabled\":true, \"region\":\"nl-ams\"}" - headers: - Content-Length: - - "451" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:56:01 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - 7ba4023d-7591-40f0-8fb1-06e492db867c - status: 200 OK - code: 200 - duration: 153.736076ms -- id: 173 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/nl-ams/vpcs/cffbd660-4df5-4f5c-bd63-351d28eb1f85 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 451 - body: "{\"id\":\"cffbd660-4df5-4f5c-bd63-351d28eb1f85\", \"name\":\"testAccCheckK8SPoolConfigPlacementGroupWithCustomZone\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:56:01.666659Z\", \"updated_at\":\"2025-10-30T17:56:01.666659Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_default\":false, \"private_network_count\":0, \"routing_enabled\":true, \"custom_routes_propagation_enabled\":true, \"region\":\"nl-ams\"}" - headers: - Content-Length: - - "451" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:56:01 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - ec9dcc79-c3e1-4719-a922-bd4c2111d0b6 - status: 200 OK - code: 200 - duration: 108.530293ms -- id: 174 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 203 - host: api.scaleway.com - body: "{\"name\":\"test-pool-placement-group\",\"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\",\"tags\":[],\"subnets\":null,\"vpc_id\":\"cffbd660-4df5-4f5c-bd63-351d28eb1f85\",\"default_route_propagation_enabled\":false}" - headers: - Content-Type: - - application/json - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/nl-ams/private-networks - method: POST - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1094 - body: "{\"id\":\"9b711663-f2a0-491c-9671-b2de399ebdad\", \"name\":\"test-pool-placement-group\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:56:01.965238Z\", \"updated_at\":\"2025-10-30T17:56:01.965238Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"subnets\":[{\"id\":\"a7908d7d-d693-4f07-ba9c-6cfaac2e7d69\", \"created_at\":\"2025-10-30T17:56:01.965238Z\", \"updated_at\":\"2025-10-30T17:56:01.965238Z\", \"subnet\":\"172.16.0.0/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"9b711663-f2a0-491c-9671-b2de399ebdad\", \"vpc_id\":\"cffbd660-4df5-4f5c-bd63-351d28eb1f85\"}, {\"id\":\"3cad3b18-2eb9-44f6-ab2f-e533db2f9b3b\", \"created_at\":\"2025-10-30T17:56:01.965238Z\", \"updated_at\":\"2025-10-30T17:56:01.965238Z\", \"subnet\":\"fd5c:d510:d730:aab1::/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"9b711663-f2a0-491c-9671-b2de399ebdad\", \"vpc_id\":\"cffbd660-4df5-4f5c-bd63-351d28eb1f85\"}], \"vpc_id\":\"cffbd660-4df5-4f5c-bd63-351d28eb1f85\", \"dhcp_enabled\":true, \"default_route_propagation_enabled\":false, \"region\":\"nl-ams\"}" - headers: - Content-Length: - - "1094" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:56:02 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - 81ea5c90-960a-41a8-aee1-94883946a67d - status: 200 OK - code: 200 - duration: 702.88415ms -- id: 175 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/nl-ams/private-networks/9b711663-f2a0-491c-9671-b2de399ebdad - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1094 - body: "{\"id\":\"9b711663-f2a0-491c-9671-b2de399ebdad\", \"name\":\"test-pool-placement-group\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:56:01.965238Z\", \"updated_at\":\"2025-10-30T17:56:01.965238Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"subnets\":[{\"id\":\"a7908d7d-d693-4f07-ba9c-6cfaac2e7d69\", \"created_at\":\"2025-10-30T17:56:01.965238Z\", \"updated_at\":\"2025-10-30T17:56:01.965238Z\", \"subnet\":\"172.16.0.0/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"9b711663-f2a0-491c-9671-b2de399ebdad\", \"vpc_id\":\"cffbd660-4df5-4f5c-bd63-351d28eb1f85\"}, {\"id\":\"3cad3b18-2eb9-44f6-ab2f-e533db2f9b3b\", \"created_at\":\"2025-10-30T17:56:01.965238Z\", \"updated_at\":\"2025-10-30T17:56:01.965238Z\", \"subnet\":\"fd5c:d510:d730:aab1::/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"9b711663-f2a0-491c-9671-b2de399ebdad\", \"vpc_id\":\"cffbd660-4df5-4f5c-bd63-351d28eb1f85\"}], \"vpc_id\":\"cffbd660-4df5-4f5c-bd63-351d28eb1f85\", \"dhcp_enabled\":true, \"default_route_propagation_enabled\":false, \"region\":\"nl-ams\"}" - headers: - Content-Length: - - "1094" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:56:02 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - 94d9c034-c123-4f13-a90b-d249760fdb9b - status: 200 OK - code: 200 - duration: 98.825628ms -- id: 176 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 716 - host: api.scaleway.com - body: "{\"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\",\"type\":\"\",\"name\":\"test-pool-placement-group-2\",\"description\":\"\",\"tags\":[\"terraform-test\",\"scaleway_k8s_cluster\",\"placement_group\"],\"version\":\"1.34.1\",\"cni\":\"calico\",\"pools\":null,\"autoscaler_config\":{\"scale_down_disabled\":null,\"scale_down_delay_after_add\":null,\"estimator\":\"unknown_estimator\",\"expander\":\"unknown_expander\",\"ignore_daemonsets_utilization\":null,\"balance_similar_node_groups\":null,\"expendable_pods_priority_cutoff\":0,\"scale_down_unneeded_time\":null,\"scale_down_utilization_threshold\":null,\"max_graceful_termination_sec\":0},\"feature_gates\":[],\"admission_plugins\":[],\"apiserver_cert_sans\":[],\"private_network_id\":\"9b711663-f2a0-491c-9671-b2de399ebdad\"}" - headers: - Content-Type: - - application/json - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/nl-ams/clusters - method: POST - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1619 - body: "{\"region\":\"nl-ams\", \"id\":\"51cd429b-6235-4520-9ce3-88deeb88bac1\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:56:02.955990Z\", \"updated_at\":\"2025-10-30T17:56:02.955991Z\", \"type\":\"kapsule\", \"name\":\"test-pool-placement-group-2\", \"description\":\"\", \"status\":\"creating\", \"version\":\"1.34.1\", \"cni\":\"calico\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"placement_group\"], \"cluster_url\":\"https://51cd429b-6235-4520-9ce3-88deeb88bac1.api.k8s.nl-ams.scw.cloud:6443\", \"dns_wildcard\":\"*.51cd429b-6235-4520-9ce3-88deeb88bac1.nodes.k8s.nl-ams.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"9b711663-f2a0-491c-9671-b2de399ebdad\", \"commitment_ends_at\":\"2025-10-30T17:56:02.956006Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"\", \"new_images_enabled\":false, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1619" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:56:03 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - 73f65dde-f727-45c5-84f6-d5291c27afcf - status: 200 OK - code: 200 - duration: 362.489471ms -- id: 177 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/nl-ams/clusters/51cd429b-6235-4520-9ce3-88deeb88bac1 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1618 - body: "{\"region\":\"nl-ams\", \"id\":\"51cd429b-6235-4520-9ce3-88deeb88bac1\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:56:02.955990Z\", \"updated_at\":\"2025-10-30T17:56:02.955991Z\", \"type\":\"kapsule\", \"name\":\"test-pool-placement-group-2\", \"description\":\"\", \"status\":\"creating\", \"version\":\"1.34.1\", \"cni\":\"calico\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"placement_group\"], \"cluster_url\":\"https://51cd429b-6235-4520-9ce3-88deeb88bac1.api.k8s.nl-ams.scw.cloud:6443\", \"dns_wildcard\":\"*.51cd429b-6235-4520-9ce3-88deeb88bac1.nodes.k8s.nl-ams.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"9b711663-f2a0-491c-9671-b2de399ebdad\", \"commitment_ends_at\":\"2025-10-30T17:56:02.956006Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1618" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:56:03 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - 84cf89f0-33e3-4caa-8f64-e257d4956229 - status: 200 OK - code: 200 - duration: 95.480006ms -- id: 178 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/nl-ams/clusters/51cd429b-6235-4520-9ce3-88deeb88bac1 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1659 - body: "{\"region\":\"nl-ams\", \"id\":\"51cd429b-6235-4520-9ce3-88deeb88bac1\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:56:02.955990Z\", \"updated_at\":\"2025-10-30T17:56:03.677449Z\", \"type\":\"kapsule\", \"name\":\"test-pool-placement-group-2\", \"description\":\"\", \"status\":\"pool_required\", \"version\":\"1.34.1\", \"cni\":\"calico\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"placement_group\"], \"cluster_url\":\"https://51cd429b-6235-4520-9ce3-88deeb88bac1.api.k8s.nl-ams.scw.cloud:6443\", \"dns_wildcard\":\"*.51cd429b-6235-4520-9ce3-88deeb88bac1.nodes.k8s.nl-ams.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"9b711663-f2a0-491c-9671-b2de399ebdad\", \"commitment_ends_at\":\"2025-10-30T17:56:02.956006Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"e06b5c18-1479-46de-915f-ff27b1cef80e\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1659" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:56:08 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - 9c6f8efb-310e-4431-a15b-b2e268cd47a5 - status: 200 OK - code: 200 - duration: 112.967938ms -- id: 179 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - form: - order_by: - - created_at_asc - page: - - "1" - status: - - unknown - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/nl-ams/clusters/51cd429b-6235-4520-9ce3-88deeb88bac1/pools?order_by=created_at_asc&page=1&status=unknown - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 29 - body: "{\"total_count\":0, \"pools\":[]}" - headers: - Content-Length: - - "29" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:56:08 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - bd663f5a-399e-4ab2-bfc7-c1840b2c2029 - status: 200 OK - code: 200 - duration: 38.868483ms -- id: 180 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/nl-ams/clusters/51cd429b-6235-4520-9ce3-88deeb88bac1 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1659 - body: "{\"region\":\"nl-ams\", \"id\":\"51cd429b-6235-4520-9ce3-88deeb88bac1\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:56:02.955990Z\", \"updated_at\":\"2025-10-30T17:56:03.677449Z\", \"type\":\"kapsule\", \"name\":\"test-pool-placement-group-2\", \"description\":\"\", \"status\":\"pool_required\", \"version\":\"1.34.1\", \"cni\":\"calico\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"placement_group\"], \"cluster_url\":\"https://51cd429b-6235-4520-9ce3-88deeb88bac1.api.k8s.nl-ams.scw.cloud:6443\", \"dns_wildcard\":\"*.51cd429b-6235-4520-9ce3-88deeb88bac1.nodes.k8s.nl-ams.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"9b711663-f2a0-491c-9671-b2de399ebdad\", \"commitment_ends_at\":\"2025-10-30T17:56:02.956006Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"e06b5c18-1479-46de-915f-ff27b1cef80e\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1659" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:56:08 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - b164df4e-035d-40d9-be1c-0f3e755b64f5 - status: 200 OK - code: 200 - duration: 99.657963ms -- id: 181 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/nl-ams/clusters/51cd429b-6235-4520-9ce3-88deeb88bac1/kubeconfig - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1754 - body: "{\"name\":\"kubeconfig\", \"content_type\":\"application/octet-stream\", \"content\":\"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogInRlc3QtcG9vbC1wbGFjZW1lbnQtZ3JvdXAtMiIKICBjbHVzdGVyOgogICAgY2VydGlmaWNhdGUtYXV0aG9yaXR5LWRhdGE6IExTMHRMUzFDUlVkSlRpQkRSVkpVU1VaSlEwRlVSUzB0TFMwdENrMUpTVUpYZWtORFFWRkhaMEYzU1VKQlowbENRVVJCUzBKblozRm9hMnBQVUZGUlJFRnFRVlpOVWsxM1JWRlpSRlpSVVVSRmQzQnlaRmRLYkdOdE5Xd0taRWRXZWsxQ05GaEVWRWt4VFZSQmVVOVVSVE5PVkZsM1RURnZXRVJVVFRGTlZFRjVUMVJGTTA1VVdYZE5NVzkzUmxSRlZFMUNSVWRCTVZWRlFYaE5Td3BoTTFacFdsaEtkVnBZVW14amVrSmFUVUpOUjBKNWNVZFRUVFE1UVdkRlIwTkRjVWRUVFRRNVFYZEZTRUV3U1VGQ1IxWjRiakptYkRKelJVRnZkRFpDQ2toMmVrSXdkMlJLZDAxMFZEQlhkV3BZUkRkTGJ6WkJWaXQ1VDJKNk56QkRZbWRsVjFOQ0x5ODJabEp3WWxSRGJGTlhObXRzTjA1M1QwaEtTMUpXTVdZS01tbERSMWd2WldwUmFrSkJUVUUwUjBFeFZXUkVkMFZDTDNkUlJVRjNTVU53UkVGUVFtZE9Wa2hTVFVKQlpqaEZRbFJCUkVGUlNDOU5RakJIUVRGVlpBcEVaMUZYUWtKU1NsUlhUbE4zWnl0NlVGSkNTbGRCVkVKTVJFWkpaV2xDWWxWcVFVdENaMmR4YUd0cVQxQlJVVVJCWjA1SlFVUkNSa0ZwUVVsclltTkJDbTlYYURWcGNGUlhjbUZzWVdnd1FXMDVhR3MwZW1WdlEwWmlNVW93VUhWVWVFa3hZVzlCU1doQlQyRktORlJTWW5GSVlWZEdMM2c0VWxKbGMycFBXbThLZWk5WmRWY3JORGxrY1c5alN6UXhhRTFQUkcwS0xTMHRMUzFGVGtRZ1EwVlNWRWxHU1VOQlZFVXRMUzB0TFFvPQogICAgc2VydmVyOiBodHRwczovLzUxY2Q0MjliLTYyMzUtNDUyMC05Y2UzLTg4ZGVlYjg4YmFjMS5hcGkuazhzLm5sLWFtcy5zY3cuY2xvdWQ6NjQ0Mwpjb250ZXh0czoKLSBuYW1lOiBhZG1pbkB0ZXN0LXBvb2wtcGxhY2VtZW50LWdyb3VwLTIKICBjb250ZXh0OgogICAgY2x1c3RlcjogInRlc3QtcG9vbC1wbGFjZW1lbnQtZ3JvdXAtMiIKICAgIHVzZXI6IHRlc3QtcG9vbC1wbGFjZW1lbnQtZ3JvdXAtMi1hZG1pbgpjdXJyZW50LWNvbnRleHQ6IGFkbWluQHRlc3QtcG9vbC1wbGFjZW1lbnQtZ3JvdXAtMgpraW5kOiBDb25maWcKcHJlZmVyZW5jZXM6IHt9CnVzZXJzOgotIG5hbWU6IHRlc3QtcG9vbC1wbGFjZW1lbnQtZ3JvdXAtMi1hZG1pbgogIHVzZXI6CiAgICB0b2tlbjogMkhKMXFqUzRsNUFIcDdHeVRzYXU2aHhYdHZ3eHRzT3NzamF1c1JQWG1qalZSSXc0Q3BOZnU3TFo=\"}" - headers: - Content-Length: - - "1754" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:56:08 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - 69372834-6049-47b1-ba91-e88d4c711d15 - status: 200 OK - code: 200 - duration: 89.9596ms -- id: 182 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/nl-ams/clusters/51cd429b-6235-4520-9ce3-88deeb88bac1 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1659 - body: "{\"region\":\"nl-ams\", \"id\":\"51cd429b-6235-4520-9ce3-88deeb88bac1\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:56:02.955990Z\", \"updated_at\":\"2025-10-30T17:56:03.677449Z\", \"type\":\"kapsule\", \"name\":\"test-pool-placement-group-2\", \"description\":\"\", \"status\":\"pool_required\", \"version\":\"1.34.1\", \"cni\":\"calico\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"placement_group\"], \"cluster_url\":\"https://51cd429b-6235-4520-9ce3-88deeb88bac1.api.k8s.nl-ams.scw.cloud:6443\", \"dns_wildcard\":\"*.51cd429b-6235-4520-9ce3-88deeb88bac1.nodes.k8s.nl-ams.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"9b711663-f2a0-491c-9671-b2de399ebdad\", \"commitment_ends_at\":\"2025-10-30T17:56:02.956006Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"e06b5c18-1479-46de-915f-ff27b1cef80e\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1659" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:56:08 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - 730d43bc-90c8-41d0-97b2-5228a915d7c3 - status: 200 OK - code: 200 - duration: 37.885677ms -- id: 183 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 343 - host: api.scaleway.com - body: "{\"name\":\"test-pool-placement-group-2\",\"node_type\":\"pro2_xxs\",\"placement_group_id\":\"92444188-3b2e-4515-a75d-f228a9ef8202\",\"autoscaling\":false,\"size\":1,\"min_size\":1,\"max_size\":1,\"container_runtime\":\"containerd\",\"autohealing\":false,\"tags\":[],\"kubelet_args\":{},\"zone\":\"nl-ams-2\",\"root_volume_type\":\"default_volume_type\",\"public_ip_disabled\":false}" - headers: - Content-Type: - - application/json - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/nl-ams/clusters/51cd429b-6235-4520-9ce3-88deeb88bac1/pools - method: POST - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 762 - body: "{\"region\":\"nl-ams\", \"id\":\"4ecf20a5-b4a3-4b2c-a4f4-903716060d4d\", \"cluster_id\":\"51cd429b-6235-4520-9ce3-88deeb88bac1\", \"created_at\":\"2025-10-30T17:56:08.596157Z\", \"updated_at\":\"2025-10-30T17:56:08.596157Z\", \"name\":\"test-pool-placement-group-2\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"92444188-3b2e-4515-a75d-f228a9ef8202\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"nl-ams-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"20b640cd-1ccd-4f6f-93fa-7e309efc00b8\"}" - headers: - Content-Length: - - "762" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:56:08 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - 4f0c9966-fd11-4e6f-8e73-1b4b62291631 - status: 200 OK - code: 200 - duration: 284.902723ms -- id: 184 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/nl-ams/pools/4ecf20a5-b4a3-4b2c-a4f4-903716060d4d - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 762 - body: "{\"region\":\"nl-ams\", \"id\":\"4ecf20a5-b4a3-4b2c-a4f4-903716060d4d\", \"cluster_id\":\"51cd429b-6235-4520-9ce3-88deeb88bac1\", \"created_at\":\"2025-10-30T17:56:08.596157Z\", \"updated_at\":\"2025-10-30T17:56:08.596157Z\", \"name\":\"test-pool-placement-group-2\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"92444188-3b2e-4515-a75d-f228a9ef8202\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"nl-ams-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"20b640cd-1ccd-4f6f-93fa-7e309efc00b8\"}" - headers: - Content-Length: - - "762" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:56:08 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - 6844901a-656f-4ff8-9f1b-6c39fe595b5c - status: 200 OK - code: 200 - duration: 37.784487ms -- id: 185 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/nl-ams/pools/4ecf20a5-b4a3-4b2c-a4f4-903716060d4d - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 762 - body: "{\"region\":\"nl-ams\", \"id\":\"4ecf20a5-b4a3-4b2c-a4f4-903716060d4d\", \"cluster_id\":\"51cd429b-6235-4520-9ce3-88deeb88bac1\", \"created_at\":\"2025-10-30T17:56:08.596157Z\", \"updated_at\":\"2025-10-30T17:56:08.596157Z\", \"name\":\"test-pool-placement-group-2\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"92444188-3b2e-4515-a75d-f228a9ef8202\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"nl-ams-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"20b640cd-1ccd-4f6f-93fa-7e309efc00b8\"}" - headers: - Content-Length: - - "762" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:56:13 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - e8bc43b3-d173-45b1-9f79-63782a4061f8 - status: 200 OK - code: 200 - duration: 100.095095ms -- id: 186 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/nl-ams/pools/4ecf20a5-b4a3-4b2c-a4f4-903716060d4d - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 762 - body: "{\"region\":\"nl-ams\", \"id\":\"4ecf20a5-b4a3-4b2c-a4f4-903716060d4d\", \"cluster_id\":\"51cd429b-6235-4520-9ce3-88deeb88bac1\", \"created_at\":\"2025-10-30T17:56:08.596157Z\", \"updated_at\":\"2025-10-30T17:56:08.596157Z\", \"name\":\"test-pool-placement-group-2\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"92444188-3b2e-4515-a75d-f228a9ef8202\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"nl-ams-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"20b640cd-1ccd-4f6f-93fa-7e309efc00b8\"}" - headers: - Content-Length: - - "762" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:56:19 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - a974899b-995a-4430-825a-f25186759724 - status: 200 OK - code: 200 - duration: 114.476335ms -- id: 187 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/nl-ams/pools/4ecf20a5-b4a3-4b2c-a4f4-903716060d4d - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 762 - body: "{\"region\":\"nl-ams\", \"id\":\"4ecf20a5-b4a3-4b2c-a4f4-903716060d4d\", \"cluster_id\":\"51cd429b-6235-4520-9ce3-88deeb88bac1\", \"created_at\":\"2025-10-30T17:56:08.596157Z\", \"updated_at\":\"2025-10-30T17:56:08.596157Z\", \"name\":\"test-pool-placement-group-2\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"92444188-3b2e-4515-a75d-f228a9ef8202\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"nl-ams-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"20b640cd-1ccd-4f6f-93fa-7e309efc00b8\"}" - headers: - Content-Length: - - "762" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:56:24 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - ae2aad6b-f37c-4013-a8d9-efc51103fc9a - status: 200 OK - code: 200 - duration: 102.484124ms -- id: 188 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/nl-ams/pools/4ecf20a5-b4a3-4b2c-a4f4-903716060d4d - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 762 - body: "{\"region\":\"nl-ams\", \"id\":\"4ecf20a5-b4a3-4b2c-a4f4-903716060d4d\", \"cluster_id\":\"51cd429b-6235-4520-9ce3-88deeb88bac1\", \"created_at\":\"2025-10-30T17:56:08.596157Z\", \"updated_at\":\"2025-10-30T17:56:08.596157Z\", \"name\":\"test-pool-placement-group-2\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"92444188-3b2e-4515-a75d-f228a9ef8202\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"nl-ams-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"20b640cd-1ccd-4f6f-93fa-7e309efc00b8\"}" - headers: - Content-Length: - - "762" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:56:29 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - 006377aa-400c-4660-a14a-004c71330337 - status: 200 OK - code: 200 - duration: 99.352895ms -- id: 189 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/nl-ams/pools/4ecf20a5-b4a3-4b2c-a4f4-903716060d4d - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 762 - body: "{\"region\":\"nl-ams\", \"id\":\"4ecf20a5-b4a3-4b2c-a4f4-903716060d4d\", \"cluster_id\":\"51cd429b-6235-4520-9ce3-88deeb88bac1\", \"created_at\":\"2025-10-30T17:56:08.596157Z\", \"updated_at\":\"2025-10-30T17:56:08.596157Z\", \"name\":\"test-pool-placement-group-2\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"92444188-3b2e-4515-a75d-f228a9ef8202\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"nl-ams-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"20b640cd-1ccd-4f6f-93fa-7e309efc00b8\"}" - headers: - Content-Length: - - "762" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:56:34 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - 64ac9558-f6c4-49b4-ac1d-e6f855a9e961 - status: 200 OK - code: 200 - duration: 112.016248ms -- id: 190 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/nl-ams/pools/4ecf20a5-b4a3-4b2c-a4f4-903716060d4d - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 762 - body: "{\"region\":\"nl-ams\", \"id\":\"4ecf20a5-b4a3-4b2c-a4f4-903716060d4d\", \"cluster_id\":\"51cd429b-6235-4520-9ce3-88deeb88bac1\", \"created_at\":\"2025-10-30T17:56:08.596157Z\", \"updated_at\":\"2025-10-30T17:56:08.596157Z\", \"name\":\"test-pool-placement-group-2\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"92444188-3b2e-4515-a75d-f228a9ef8202\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"nl-ams-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"20b640cd-1ccd-4f6f-93fa-7e309efc00b8\"}" - headers: - Content-Length: - - "762" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:56:39 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - d40bfef7-6076-4e7f-b125-67a1a6349f39 - status: 200 OK - code: 200 - duration: 98.773109ms -- id: 191 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/nl-ams/pools/4ecf20a5-b4a3-4b2c-a4f4-903716060d4d - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 762 - body: "{\"region\":\"nl-ams\", \"id\":\"4ecf20a5-b4a3-4b2c-a4f4-903716060d4d\", \"cluster_id\":\"51cd429b-6235-4520-9ce3-88deeb88bac1\", \"created_at\":\"2025-10-30T17:56:08.596157Z\", \"updated_at\":\"2025-10-30T17:56:08.596157Z\", \"name\":\"test-pool-placement-group-2\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"92444188-3b2e-4515-a75d-f228a9ef8202\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"nl-ams-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"20b640cd-1ccd-4f6f-93fa-7e309efc00b8\"}" - headers: - Content-Length: - - "762" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:56:44 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - 833b770c-3e3b-49e7-8e4c-859aaba0cd2e - status: 200 OK - code: 200 - duration: 94.666267ms -- id: 192 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/nl-ams/pools/4ecf20a5-b4a3-4b2c-a4f4-903716060d4d - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 762 - body: "{\"region\":\"nl-ams\", \"id\":\"4ecf20a5-b4a3-4b2c-a4f4-903716060d4d\", \"cluster_id\":\"51cd429b-6235-4520-9ce3-88deeb88bac1\", \"created_at\":\"2025-10-30T17:56:08.596157Z\", \"updated_at\":\"2025-10-30T17:56:08.596157Z\", \"name\":\"test-pool-placement-group-2\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"92444188-3b2e-4515-a75d-f228a9ef8202\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"nl-ams-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"20b640cd-1ccd-4f6f-93fa-7e309efc00b8\"}" - headers: - Content-Length: - - "762" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:56:49 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - 374da9db-b3d6-492d-9a18-0c37d18595b5 - status: 200 OK - code: 200 - duration: 129.802035ms -- id: 193 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/nl-ams/pools/4ecf20a5-b4a3-4b2c-a4f4-903716060d4d - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 762 - body: "{\"region\":\"nl-ams\", \"id\":\"4ecf20a5-b4a3-4b2c-a4f4-903716060d4d\", \"cluster_id\":\"51cd429b-6235-4520-9ce3-88deeb88bac1\", \"created_at\":\"2025-10-30T17:56:08.596157Z\", \"updated_at\":\"2025-10-30T17:56:08.596157Z\", \"name\":\"test-pool-placement-group-2\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"92444188-3b2e-4515-a75d-f228a9ef8202\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"nl-ams-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"20b640cd-1ccd-4f6f-93fa-7e309efc00b8\"}" - headers: - Content-Length: - - "762" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:56:54 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - cb97e82e-3362-4d8d-8aa2-5a8a14103e16 - status: 200 OK - code: 200 - duration: 107.123946ms -- id: 194 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/nl-ams/pools/4ecf20a5-b4a3-4b2c-a4f4-903716060d4d - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 762 - body: "{\"region\":\"nl-ams\", \"id\":\"4ecf20a5-b4a3-4b2c-a4f4-903716060d4d\", \"cluster_id\":\"51cd429b-6235-4520-9ce3-88deeb88bac1\", \"created_at\":\"2025-10-30T17:56:08.596157Z\", \"updated_at\":\"2025-10-30T17:56:08.596157Z\", \"name\":\"test-pool-placement-group-2\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"92444188-3b2e-4515-a75d-f228a9ef8202\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"nl-ams-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"20b640cd-1ccd-4f6f-93fa-7e309efc00b8\"}" - headers: - Content-Length: - - "762" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:56:59 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - 898c8767-c4dc-45ff-bf5c-5752083ee670 - status: 200 OK - code: 200 - duration: 104.307648ms -- id: 195 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/nl-ams/pools/4ecf20a5-b4a3-4b2c-a4f4-903716060d4d - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 762 - body: "{\"region\":\"nl-ams\", \"id\":\"4ecf20a5-b4a3-4b2c-a4f4-903716060d4d\", \"cluster_id\":\"51cd429b-6235-4520-9ce3-88deeb88bac1\", \"created_at\":\"2025-10-30T17:56:08.596157Z\", \"updated_at\":\"2025-10-30T17:56:08.596157Z\", \"name\":\"test-pool-placement-group-2\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"92444188-3b2e-4515-a75d-f228a9ef8202\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"nl-ams-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"20b640cd-1ccd-4f6f-93fa-7e309efc00b8\"}" - headers: - Content-Length: - - "762" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:57:05 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - ae42026a-7cbb-4fdb-8a81-0fdc058b2d66 - status: 200 OK - code: 200 - duration: 173.525948ms -- id: 196 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/nl-ams/pools/4ecf20a5-b4a3-4b2c-a4f4-903716060d4d - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 762 - body: "{\"region\":\"nl-ams\", \"id\":\"4ecf20a5-b4a3-4b2c-a4f4-903716060d4d\", \"cluster_id\":\"51cd429b-6235-4520-9ce3-88deeb88bac1\", \"created_at\":\"2025-10-30T17:56:08.596157Z\", \"updated_at\":\"2025-10-30T17:56:08.596157Z\", \"name\":\"test-pool-placement-group-2\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"92444188-3b2e-4515-a75d-f228a9ef8202\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"nl-ams-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"20b640cd-1ccd-4f6f-93fa-7e309efc00b8\"}" - headers: - Content-Length: - - "762" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:57:10 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - 35cdb32b-db66-4662-ae93-fe34e50c51b4 - status: 200 OK - code: 200 - duration: 101.936888ms -- id: 197 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/nl-ams/pools/4ecf20a5-b4a3-4b2c-a4f4-903716060d4d - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 762 - body: "{\"region\":\"nl-ams\", \"id\":\"4ecf20a5-b4a3-4b2c-a4f4-903716060d4d\", \"cluster_id\":\"51cd429b-6235-4520-9ce3-88deeb88bac1\", \"created_at\":\"2025-10-30T17:56:08.596157Z\", \"updated_at\":\"2025-10-30T17:56:08.596157Z\", \"name\":\"test-pool-placement-group-2\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"92444188-3b2e-4515-a75d-f228a9ef8202\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"nl-ams-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"20b640cd-1ccd-4f6f-93fa-7e309efc00b8\"}" - headers: - Content-Length: - - "762" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:57:15 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - 43aeed1b-85ef-4ae9-a2b2-852936ab178f - status: 200 OK - code: 200 - duration: 133.531187ms -- id: 198 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/nl-ams/pools/4ecf20a5-b4a3-4b2c-a4f4-903716060d4d - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 762 - body: "{\"region\":\"nl-ams\", \"id\":\"4ecf20a5-b4a3-4b2c-a4f4-903716060d4d\", \"cluster_id\":\"51cd429b-6235-4520-9ce3-88deeb88bac1\", \"created_at\":\"2025-10-30T17:56:08.596157Z\", \"updated_at\":\"2025-10-30T17:56:08.596157Z\", \"name\":\"test-pool-placement-group-2\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"92444188-3b2e-4515-a75d-f228a9ef8202\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"nl-ams-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"20b640cd-1ccd-4f6f-93fa-7e309efc00b8\"}" - headers: - Content-Length: - - "762" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:57:20 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - 19600405-2f06-4106-9ec1-fd85666d2b11 - status: 200 OK - code: 200 - duration: 101.828457ms -- id: 199 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/nl-ams/pools/4ecf20a5-b4a3-4b2c-a4f4-903716060d4d - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 762 - body: "{\"region\":\"nl-ams\", \"id\":\"4ecf20a5-b4a3-4b2c-a4f4-903716060d4d\", \"cluster_id\":\"51cd429b-6235-4520-9ce3-88deeb88bac1\", \"created_at\":\"2025-10-30T17:56:08.596157Z\", \"updated_at\":\"2025-10-30T17:56:08.596157Z\", \"name\":\"test-pool-placement-group-2\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"92444188-3b2e-4515-a75d-f228a9ef8202\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"nl-ams-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"20b640cd-1ccd-4f6f-93fa-7e309efc00b8\"}" - headers: - Content-Length: - - "762" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:57:25 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - d52cdd8f-0e28-40e8-b09c-707b8d407c8b - status: 200 OK - code: 200 - duration: 99.159494ms -- id: 200 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/nl-ams/pools/4ecf20a5-b4a3-4b2c-a4f4-903716060d4d - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 762 - body: "{\"region\":\"nl-ams\", \"id\":\"4ecf20a5-b4a3-4b2c-a4f4-903716060d4d\", \"cluster_id\":\"51cd429b-6235-4520-9ce3-88deeb88bac1\", \"created_at\":\"2025-10-30T17:56:08.596157Z\", \"updated_at\":\"2025-10-30T17:56:08.596157Z\", \"name\":\"test-pool-placement-group-2\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"92444188-3b2e-4515-a75d-f228a9ef8202\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"nl-ams-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"20b640cd-1ccd-4f6f-93fa-7e309efc00b8\"}" - headers: - Content-Length: - - "762" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:57:30 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - aff45c3f-9b4b-4c7f-a218-b95fc3652dfc - status: 200 OK - code: 200 - duration: 102.367912ms -- id: 201 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/nl-ams/pools/4ecf20a5-b4a3-4b2c-a4f4-903716060d4d - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 762 - body: "{\"region\":\"nl-ams\", \"id\":\"4ecf20a5-b4a3-4b2c-a4f4-903716060d4d\", \"cluster_id\":\"51cd429b-6235-4520-9ce3-88deeb88bac1\", \"created_at\":\"2025-10-30T17:56:08.596157Z\", \"updated_at\":\"2025-10-30T17:56:08.596157Z\", \"name\":\"test-pool-placement-group-2\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"92444188-3b2e-4515-a75d-f228a9ef8202\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"nl-ams-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"20b640cd-1ccd-4f6f-93fa-7e309efc00b8\"}" - headers: - Content-Length: - - "762" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:57:35 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - ebfad640-647d-44f5-8542-a01175f30abf - status: 200 OK - code: 200 - duration: 105.703698ms -- id: 202 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/nl-ams/pools/4ecf20a5-b4a3-4b2c-a4f4-903716060d4d - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 762 - body: "{\"region\":\"nl-ams\", \"id\":\"4ecf20a5-b4a3-4b2c-a4f4-903716060d4d\", \"cluster_id\":\"51cd429b-6235-4520-9ce3-88deeb88bac1\", \"created_at\":\"2025-10-30T17:56:08.596157Z\", \"updated_at\":\"2025-10-30T17:56:08.596157Z\", \"name\":\"test-pool-placement-group-2\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"92444188-3b2e-4515-a75d-f228a9ef8202\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"nl-ams-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"20b640cd-1ccd-4f6f-93fa-7e309efc00b8\"}" - headers: - Content-Length: - - "762" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:57:40 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - 8fd10a75-d80f-4570-a263-14e508b6f31b - status: 200 OK - code: 200 - duration: 102.090544ms -- id: 203 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/nl-ams/pools/4ecf20a5-b4a3-4b2c-a4f4-903716060d4d - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 762 - body: "{\"region\":\"nl-ams\", \"id\":\"4ecf20a5-b4a3-4b2c-a4f4-903716060d4d\", \"cluster_id\":\"51cd429b-6235-4520-9ce3-88deeb88bac1\", \"created_at\":\"2025-10-30T17:56:08.596157Z\", \"updated_at\":\"2025-10-30T17:56:08.596157Z\", \"name\":\"test-pool-placement-group-2\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"92444188-3b2e-4515-a75d-f228a9ef8202\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"nl-ams-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"20b640cd-1ccd-4f6f-93fa-7e309efc00b8\"}" - headers: - Content-Length: - - "762" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:57:45 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - fa2fe347-602a-4176-8b43-0a59aaca6d42 - status: 200 OK - code: 200 - duration: 97.769249ms -- id: 204 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/nl-ams/pools/4ecf20a5-b4a3-4b2c-a4f4-903716060d4d - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 762 - body: "{\"region\":\"nl-ams\", \"id\":\"4ecf20a5-b4a3-4b2c-a4f4-903716060d4d\", \"cluster_id\":\"51cd429b-6235-4520-9ce3-88deeb88bac1\", \"created_at\":\"2025-10-30T17:56:08.596157Z\", \"updated_at\":\"2025-10-30T17:56:08.596157Z\", \"name\":\"test-pool-placement-group-2\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"92444188-3b2e-4515-a75d-f228a9ef8202\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"nl-ams-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"20b640cd-1ccd-4f6f-93fa-7e309efc00b8\"}" - headers: - Content-Length: - - "762" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:57:51 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - 9866442c-5670-455b-bd7f-4466b3c63f0a - status: 200 OK - code: 200 - duration: 94.423816ms -- id: 205 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/nl-ams/pools/4ecf20a5-b4a3-4b2c-a4f4-903716060d4d - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 762 - body: "{\"region\":\"nl-ams\", \"id\":\"4ecf20a5-b4a3-4b2c-a4f4-903716060d4d\", \"cluster_id\":\"51cd429b-6235-4520-9ce3-88deeb88bac1\", \"created_at\":\"2025-10-30T17:56:08.596157Z\", \"updated_at\":\"2025-10-30T17:56:08.596157Z\", \"name\":\"test-pool-placement-group-2\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"92444188-3b2e-4515-a75d-f228a9ef8202\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"nl-ams-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"20b640cd-1ccd-4f6f-93fa-7e309efc00b8\"}" - headers: - Content-Length: - - "762" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:57:56 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - 52d3a83a-4d83-4a21-b401-c8cb3057d45b - status: 200 OK - code: 200 - duration: 329.931478ms -- id: 206 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/nl-ams/pools/4ecf20a5-b4a3-4b2c-a4f4-903716060d4d - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 762 - body: "{\"region\":\"nl-ams\", \"id\":\"4ecf20a5-b4a3-4b2c-a4f4-903716060d4d\", \"cluster_id\":\"51cd429b-6235-4520-9ce3-88deeb88bac1\", \"created_at\":\"2025-10-30T17:56:08.596157Z\", \"updated_at\":\"2025-10-30T17:56:08.596157Z\", \"name\":\"test-pool-placement-group-2\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"92444188-3b2e-4515-a75d-f228a9ef8202\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"nl-ams-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"20b640cd-1ccd-4f6f-93fa-7e309efc00b8\"}" - headers: - Content-Length: - - "762" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:58:01 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - 96079b08-7da7-4803-a7cb-be758a8e581a - status: 200 OK - code: 200 - duration: 100.279236ms -- id: 207 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/nl-ams/pools/4ecf20a5-b4a3-4b2c-a4f4-903716060d4d - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 762 - body: "{\"region\":\"nl-ams\", \"id\":\"4ecf20a5-b4a3-4b2c-a4f4-903716060d4d\", \"cluster_id\":\"51cd429b-6235-4520-9ce3-88deeb88bac1\", \"created_at\":\"2025-10-30T17:56:08.596157Z\", \"updated_at\":\"2025-10-30T17:56:08.596157Z\", \"name\":\"test-pool-placement-group-2\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"92444188-3b2e-4515-a75d-f228a9ef8202\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"nl-ams-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"20b640cd-1ccd-4f6f-93fa-7e309efc00b8\"}" - headers: - Content-Length: - - "762" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:58:06 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - ee5ee6de-7adc-4b33-b7f6-84b15b0fb81f - status: 200 OK - code: 200 - duration: 98.46506ms -- id: 208 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/nl-ams/pools/4ecf20a5-b4a3-4b2c-a4f4-903716060d4d - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 762 - body: "{\"region\":\"nl-ams\", \"id\":\"4ecf20a5-b4a3-4b2c-a4f4-903716060d4d\", \"cluster_id\":\"51cd429b-6235-4520-9ce3-88deeb88bac1\", \"created_at\":\"2025-10-30T17:56:08.596157Z\", \"updated_at\":\"2025-10-30T17:56:08.596157Z\", \"name\":\"test-pool-placement-group-2\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"92444188-3b2e-4515-a75d-f228a9ef8202\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"nl-ams-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"20b640cd-1ccd-4f6f-93fa-7e309efc00b8\"}" - headers: - Content-Length: - - "762" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:58:11 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - 94becc82-700c-4b78-b6a0-2aaebd4675ee - status: 200 OK - code: 200 - duration: 99.100503ms -- id: 209 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/nl-ams/pools/4ecf20a5-b4a3-4b2c-a4f4-903716060d4d - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 762 - body: "{\"region\":\"nl-ams\", \"id\":\"4ecf20a5-b4a3-4b2c-a4f4-903716060d4d\", \"cluster_id\":\"51cd429b-6235-4520-9ce3-88deeb88bac1\", \"created_at\":\"2025-10-30T17:56:08.596157Z\", \"updated_at\":\"2025-10-30T17:56:08.596157Z\", \"name\":\"test-pool-placement-group-2\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"92444188-3b2e-4515-a75d-f228a9ef8202\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"nl-ams-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"20b640cd-1ccd-4f6f-93fa-7e309efc00b8\"}" - headers: - Content-Length: - - "762" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:58:16 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - 23d7549f-f9bf-49dd-a8cf-c0c70e68d151 - status: 200 OK - code: 200 - duration: 91.311495ms -- id: 210 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/nl-ams/pools/4ecf20a5-b4a3-4b2c-a4f4-903716060d4d - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 762 - body: "{\"region\":\"nl-ams\", \"id\":\"4ecf20a5-b4a3-4b2c-a4f4-903716060d4d\", \"cluster_id\":\"51cd429b-6235-4520-9ce3-88deeb88bac1\", \"created_at\":\"2025-10-30T17:56:08.596157Z\", \"updated_at\":\"2025-10-30T17:56:08.596157Z\", \"name\":\"test-pool-placement-group-2\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"92444188-3b2e-4515-a75d-f228a9ef8202\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"nl-ams-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"20b640cd-1ccd-4f6f-93fa-7e309efc00b8\"}" - headers: - Content-Length: - - "762" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:58:21 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - 7852381b-49c6-4769-9e2e-6c61f6739138 - status: 200 OK - code: 200 - duration: 96.99951ms -- id: 211 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/nl-ams/pools/4ecf20a5-b4a3-4b2c-a4f4-903716060d4d - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 762 - body: "{\"region\":\"nl-ams\", \"id\":\"4ecf20a5-b4a3-4b2c-a4f4-903716060d4d\", \"cluster_id\":\"51cd429b-6235-4520-9ce3-88deeb88bac1\", \"created_at\":\"2025-10-30T17:56:08.596157Z\", \"updated_at\":\"2025-10-30T17:56:08.596157Z\", \"name\":\"test-pool-placement-group-2\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"92444188-3b2e-4515-a75d-f228a9ef8202\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"nl-ams-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"20b640cd-1ccd-4f6f-93fa-7e309efc00b8\"}" - headers: - Content-Length: - - "762" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:58:27 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - 9f444c4d-74a2-47c8-87c2-37f5509d92b4 - status: 200 OK - code: 200 - duration: 97.026131ms -- id: 212 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/nl-ams/pools/4ecf20a5-b4a3-4b2c-a4f4-903716060d4d - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 762 - body: "{\"region\":\"nl-ams\", \"id\":\"4ecf20a5-b4a3-4b2c-a4f4-903716060d4d\", \"cluster_id\":\"51cd429b-6235-4520-9ce3-88deeb88bac1\", \"created_at\":\"2025-10-30T17:56:08.596157Z\", \"updated_at\":\"2025-10-30T17:56:08.596157Z\", \"name\":\"test-pool-placement-group-2\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"92444188-3b2e-4515-a75d-f228a9ef8202\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"nl-ams-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"20b640cd-1ccd-4f6f-93fa-7e309efc00b8\"}" - headers: - Content-Length: - - "762" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:58:32 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - 29b46afa-f30c-464e-b4d9-119f53c5325b - status: 200 OK - code: 200 - duration: 129.175567ms -- id: 213 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/nl-ams/pools/4ecf20a5-b4a3-4b2c-a4f4-903716060d4d - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 762 - body: "{\"region\":\"nl-ams\", \"id\":\"4ecf20a5-b4a3-4b2c-a4f4-903716060d4d\", \"cluster_id\":\"51cd429b-6235-4520-9ce3-88deeb88bac1\", \"created_at\":\"2025-10-30T17:56:08.596157Z\", \"updated_at\":\"2025-10-30T17:56:08.596157Z\", \"name\":\"test-pool-placement-group-2\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"92444188-3b2e-4515-a75d-f228a9ef8202\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"nl-ams-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"20b640cd-1ccd-4f6f-93fa-7e309efc00b8\"}" - headers: - Content-Length: - - "762" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:58:37 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - 104bdc91-6262-4341-a6e2-f6d676a0ea78 - status: 200 OK - code: 200 - duration: 81.525187ms -- id: 214 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/nl-ams/pools/4ecf20a5-b4a3-4b2c-a4f4-903716060d4d - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 760 - body: "{\"region\":\"nl-ams\", \"id\":\"4ecf20a5-b4a3-4b2c-a4f4-903716060d4d\", \"cluster_id\":\"51cd429b-6235-4520-9ce3-88deeb88bac1\", \"created_at\":\"2025-10-30T17:56:08.596157Z\", \"updated_at\":\"2025-10-30T17:58:42.093973Z\", \"name\":\"test-pool-placement-group-2\", \"status\":\"ready\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"92444188-3b2e-4515-a75d-f228a9ef8202\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"nl-ams-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"20b640cd-1ccd-4f6f-93fa-7e309efc00b8\"}" - headers: - Content-Length: - - "760" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:58:42 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - 5b85d3ac-da27-4920-89e5-8f8db09df3b4 - status: 200 OK - code: 200 - duration: 122.623433ms -- id: 215 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/nl-ams/clusters/51cd429b-6235-4520-9ce3-88deeb88bac1 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1651 - body: "{\"region\":\"nl-ams\", \"id\":\"51cd429b-6235-4520-9ce3-88deeb88bac1\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:56:02.955990Z\", \"updated_at\":\"2025-10-30T17:57:29.166865Z\", \"type\":\"kapsule\", \"name\":\"test-pool-placement-group-2\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"calico\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"placement_group\"], \"cluster_url\":\"https://51cd429b-6235-4520-9ce3-88deeb88bac1.api.k8s.nl-ams.scw.cloud:6443\", \"dns_wildcard\":\"*.51cd429b-6235-4520-9ce3-88deeb88bac1.nodes.k8s.nl-ams.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"9b711663-f2a0-491c-9671-b2de399ebdad\", \"commitment_ends_at\":\"2025-10-30T17:56:02.956006Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"e06b5c18-1479-46de-915f-ff27b1cef80e\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1651" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:58:42 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - 9a848554-5922-450e-8b55-dd28f3a47d47 - status: 200 OK - code: 200 - duration: 36.010298ms -- id: 216 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/nl-ams/pools/4ecf20a5-b4a3-4b2c-a4f4-903716060d4d - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 760 - body: "{\"region\":\"nl-ams\", \"id\":\"4ecf20a5-b4a3-4b2c-a4f4-903716060d4d\", \"cluster_id\":\"51cd429b-6235-4520-9ce3-88deeb88bac1\", \"created_at\":\"2025-10-30T17:56:08.596157Z\", \"updated_at\":\"2025-10-30T17:58:42.093973Z\", \"name\":\"test-pool-placement-group-2\", \"status\":\"ready\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"92444188-3b2e-4515-a75d-f228a9ef8202\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"nl-ams-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"20b640cd-1ccd-4f6f-93fa-7e309efc00b8\"}" - headers: - Content-Length: - - "760" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:58:42 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - 11b4c295-4e16-426a-9ce7-cf69bca07a75 - status: 200 OK - code: 200 - duration: 46.558611ms -- id: 217 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - form: - order_by: - - created_at_asc - page: - - "1" - pool_id: - - 4ecf20a5-b4a3-4b2c-a4f4-903716060d4d - status: - - unknown - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/nl-ams/clusters/51cd429b-6235-4520-9ce3-88deeb88bac1/nodes?order_by=created_at_asc&page=1&pool_id=4ecf20a5-b4a3-4b2c-a4f4-903716060d4d&status=unknown - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 620 - body: "{\"total_count\":1, \"nodes\":[{\"region\":\"nl-ams\", \"id\":\"e56b8ed7-b8ff-4f84-9aa3-9fbc5ea86a05\", \"cluster_id\":\"51cd429b-6235-4520-9ce3-88deeb88bac1\", \"created_at\":\"2025-10-30T17:57:36.760847Z\", \"updated_at\":\"2025-10-30T17:58:42.078049Z\", \"pool_id\":\"4ecf20a5-b4a3-4b2c-a4f4-903716060d4d\", \"status\":\"ready\", \"conditions\":{\"DiskPressure\":\"False\", \"MemoryPressure\":\"False\", \"PIDPressure\":\"False\", \"Ready\":\"True\"}, \"name\":\"scw-test-pool-placeme-test-pool-placeme-e56b8e\", \"public_ip_v4\":\"51.158.232.111\", \"public_ip_v6\":null, \"provider_id\":\"scaleway://instance/nl-ams-2/40cc1cc2-6de1-465d-9fbf-f02130d3f939\", \"error_message\":\"\"}]}" - headers: - Content-Length: - - "620" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:58:42 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - 8cfcb0e3-f9a3-455a-97f0-6ec5732db65d - status: 200 OK - code: 200 - duration: 101.571161ms -- id: 218 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/nl-ams/clusters/51cd429b-6235-4520-9ce3-88deeb88bac1 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1651 - body: "{\"region\":\"nl-ams\", \"id\":\"51cd429b-6235-4520-9ce3-88deeb88bac1\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:56:02.955990Z\", \"updated_at\":\"2025-10-30T17:57:29.166865Z\", \"type\":\"kapsule\", \"name\":\"test-pool-placement-group-2\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"calico\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"placement_group\"], \"cluster_url\":\"https://51cd429b-6235-4520-9ce3-88deeb88bac1.api.k8s.nl-ams.scw.cloud:6443\", \"dns_wildcard\":\"*.51cd429b-6235-4520-9ce3-88deeb88bac1.nodes.k8s.nl-ams.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"9b711663-f2a0-491c-9671-b2de399ebdad\", \"commitment_ends_at\":\"2025-10-30T17:56:02.956006Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"e06b5c18-1479-46de-915f-ff27b1cef80e\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1651" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:58:42 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - e2674b37-6092-4767-be0d-f9e4a02e91f5 - status: 200 OK - code: 200 - duration: 61.521496ms -- id: 219 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - form: - order_by: - - created_at_desc - project_id: - - 105bdce1-64c0-48ab-899d-868455867ecf - resource_name: - - scw-test-pool-placeme-test-pool-placeme-e56b8e - resource_type: - - unknown_type - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/ipam/v1/regions/nl-ams/ips?order_by=created_at_desc&project_id=105bdce1-64c0-48ab-899d-868455867ecf&resource_name=scw-test-pool-placeme-test-pool-placeme-e56b8e&resource_type=unknown_type - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1121 - body: "{\"total_count\":2, \"ips\":[{\"id\":\"cfe0a3b1-0341-4f44-b04b-b3e5c27f5245\", \"address\":\"fd5c:d510:d730:aab1:d30a:9163:4594:6c6e/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":true, \"created_at\":\"2025-10-30T17:57:41.064327Z\", \"updated_at\":\"2025-10-30T17:57:41.064327Z\", \"source\":{\"subnet_id\":\"3cad3b18-2eb9-44f6-ab2f-e533db2f9b3b\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"afcbaeed-5381-46c6-a73c-30bc7b8a2d2c\", \"mac_address\":\"02:00:00:27:37:C0\", \"name\":\"scw-test-pool-placeme-test-pool-placeme-e56b8e\"}, \"tags\":[], \"reverses\":[], \"region\":\"nl-ams\", \"zone\":null}, {\"id\":\"a9948537-161b-4482-b45c-073d48b75d8b\", \"address\":\"172.16.0.3/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":false, \"created_at\":\"2025-10-30T17:57:40.852037Z\", \"updated_at\":\"2025-10-30T17:57:40.852037Z\", \"source\":{\"subnet_id\":\"a7908d7d-d693-4f07-ba9c-6cfaac2e7d69\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"afcbaeed-5381-46c6-a73c-30bc7b8a2d2c\", \"mac_address\":\"02:00:00:27:37:C0\", \"name\":\"scw-test-pool-placeme-test-pool-placeme-e56b8e\"}, \"tags\":[], \"reverses\":[], \"region\":\"nl-ams\", \"zone\":null}]}" - headers: - Content-Length: - - "1121" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:58:42 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - 01957fab-cf09-47c0-a2cc-b55f21e7de6c - status: 200 OK - code: 200 - duration: 121.200259ms -- id: 220 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/nl-ams/clusters/51cd429b-6235-4520-9ce3-88deeb88bac1 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1651 - body: "{\"region\":\"nl-ams\", \"id\":\"51cd429b-6235-4520-9ce3-88deeb88bac1\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:56:02.955990Z\", \"updated_at\":\"2025-10-30T17:57:29.166865Z\", \"type\":\"kapsule\", \"name\":\"test-pool-placement-group-2\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"calico\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"placement_group\"], \"cluster_url\":\"https://51cd429b-6235-4520-9ce3-88deeb88bac1.api.k8s.nl-ams.scw.cloud:6443\", \"dns_wildcard\":\"*.51cd429b-6235-4520-9ce3-88deeb88bac1.nodes.k8s.nl-ams.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"9b711663-f2a0-491c-9671-b2de399ebdad\", \"commitment_ends_at\":\"2025-10-30T17:56:02.956006Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"e06b5c18-1479-46de-915f-ff27b1cef80e\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1651" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:58:42 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - 5397b3c9-30d5-426a-b5d8-8275052572aa - status: 200 OK - code: 200 - duration: 41.241594ms -- id: 221 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/nl-ams/pools/4ecf20a5-b4a3-4b2c-a4f4-903716060d4d - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 760 - body: "{\"region\":\"nl-ams\", \"id\":\"4ecf20a5-b4a3-4b2c-a4f4-903716060d4d\", \"cluster_id\":\"51cd429b-6235-4520-9ce3-88deeb88bac1\", \"created_at\":\"2025-10-30T17:56:08.596157Z\", \"updated_at\":\"2025-10-30T17:58:42.093973Z\", \"name\":\"test-pool-placement-group-2\", \"status\":\"ready\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"92444188-3b2e-4515-a75d-f228a9ef8202\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"nl-ams-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"20b640cd-1ccd-4f6f-93fa-7e309efc00b8\"}" - headers: - Content-Length: - - "760" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:58:42 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - 42660ada-13bc-4c9b-9ade-d455d17a06b2 - status: 200 OK - code: 200 - duration: 37.377075ms -- id: 222 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/nl-ams/vpcs/cffbd660-4df5-4f5c-bd63-351d28eb1f85 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 451 - body: "{\"id\":\"cffbd660-4df5-4f5c-bd63-351d28eb1f85\", \"name\":\"testAccCheckK8SPoolConfigPlacementGroupWithCustomZone\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:56:01.666659Z\", \"updated_at\":\"2025-10-30T17:56:01.666659Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_default\":false, \"private_network_count\":1, \"routing_enabled\":true, \"custom_routes_propagation_enabled\":true, \"region\":\"nl-ams\"}" - headers: - Content-Length: - - "451" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:58:43 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - 5f0f2018-4757-4e4e-9646-8640c360dacb - status: 200 OK - code: 200 - duration: 107.689462ms -- id: 223 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/nl-ams-2/placement_groups/92444188-3b2e-4515-a75d-f228a9ef8202 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 331 - body: "{\"placement_group\": {\"id\": \"92444188-3b2e-4515-a75d-f228a9ef8202\", \"name\": \"test-pool-placement-group\", \"organization\": \"105bdce1-64c0-48ab-899d-868455867ecf\", \"project\": \"105bdce1-64c0-48ab-899d-868455867ecf\", \"policy_mode\": \"optional\", \"policy_type\": \"max_availability\", \"policy_respected\": true, \"tags\": [], \"zone\": \"nl-ams-2\"}}" - headers: - Content-Length: - - "331" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:58:43 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - cc3e0362-fc05-40d5-9e76-11c53df43398 - status: 200 OK - code: 200 - duration: 118.453411ms -- id: 224 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/nl-ams/private-networks/9b711663-f2a0-491c-9671-b2de399ebdad - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1094 - body: "{\"id\":\"9b711663-f2a0-491c-9671-b2de399ebdad\", \"name\":\"test-pool-placement-group\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:56:01.965238Z\", \"updated_at\":\"2025-10-30T17:56:01.965238Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"subnets\":[{\"id\":\"a7908d7d-d693-4f07-ba9c-6cfaac2e7d69\", \"created_at\":\"2025-10-30T17:56:01.965238Z\", \"updated_at\":\"2025-10-30T17:56:01.965238Z\", \"subnet\":\"172.16.0.0/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"9b711663-f2a0-491c-9671-b2de399ebdad\", \"vpc_id\":\"cffbd660-4df5-4f5c-bd63-351d28eb1f85\"}, {\"id\":\"3cad3b18-2eb9-44f6-ab2f-e533db2f9b3b\", \"created_at\":\"2025-10-30T17:56:01.965238Z\", \"updated_at\":\"2025-10-30T17:56:01.965238Z\", \"subnet\":\"fd5c:d510:d730:aab1::/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"9b711663-f2a0-491c-9671-b2de399ebdad\", \"vpc_id\":\"cffbd660-4df5-4f5c-bd63-351d28eb1f85\"}], \"vpc_id\":\"cffbd660-4df5-4f5c-bd63-351d28eb1f85\", \"dhcp_enabled\":true, \"default_route_propagation_enabled\":false, \"region\":\"nl-ams\"}" - headers: - Content-Length: - - "1094" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:58:43 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - c2c3ae0e-78aa-4749-8f57-d5239ecf0a7c - status: 200 OK - code: 200 - duration: 112.874181ms -- id: 225 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/nl-ams/clusters/51cd429b-6235-4520-9ce3-88deeb88bac1 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1651 - body: "{\"region\":\"nl-ams\", \"id\":\"51cd429b-6235-4520-9ce3-88deeb88bac1\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:56:02.955990Z\", \"updated_at\":\"2025-10-30T17:57:29.166865Z\", \"type\":\"kapsule\", \"name\":\"test-pool-placement-group-2\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"calico\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"placement_group\"], \"cluster_url\":\"https://51cd429b-6235-4520-9ce3-88deeb88bac1.api.k8s.nl-ams.scw.cloud:6443\", \"dns_wildcard\":\"*.51cd429b-6235-4520-9ce3-88deeb88bac1.nodes.k8s.nl-ams.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"9b711663-f2a0-491c-9671-b2de399ebdad\", \"commitment_ends_at\":\"2025-10-30T17:56:02.956006Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"e06b5c18-1479-46de-915f-ff27b1cef80e\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1651" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:58:43 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - 75be6eb7-6bf2-4f52-bee9-c01e2ca61e8d - status: 200 OK - code: 200 - duration: 36.914877ms -- id: 226 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/nl-ams/clusters/51cd429b-6235-4520-9ce3-88deeb88bac1/kubeconfig - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1754 - body: "{\"name\":\"kubeconfig\", \"content_type\":\"application/octet-stream\", \"content\":\"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogInRlc3QtcG9vbC1wbGFjZW1lbnQtZ3JvdXAtMiIKICBjbHVzdGVyOgogICAgY2VydGlmaWNhdGUtYXV0aG9yaXR5LWRhdGE6IExTMHRMUzFDUlVkSlRpQkRSVkpVU1VaSlEwRlVSUzB0TFMwdENrMUpTVUpYZWtORFFWRkhaMEYzU1VKQlowbENRVVJCUzBKblozRm9hMnBQVUZGUlJFRnFRVlpOVWsxM1JWRlpSRlpSVVVSRmQzQnlaRmRLYkdOdE5Xd0taRWRXZWsxQ05GaEVWRWt4VFZSQmVVOVVSVE5PVkZsM1RURnZXRVJVVFRGTlZFRjVUMVJGTTA1VVdYZE5NVzkzUmxSRlZFMUNSVWRCTVZWRlFYaE5Td3BoTTFacFdsaEtkVnBZVW14amVrSmFUVUpOUjBKNWNVZFRUVFE1UVdkRlIwTkRjVWRUVFRRNVFYZEZTRUV3U1VGQ1IxWjRiakptYkRKelJVRnZkRFpDQ2toMmVrSXdkMlJLZDAxMFZEQlhkV3BZUkRkTGJ6WkJWaXQ1VDJKNk56QkRZbWRsVjFOQ0x5ODJabEp3WWxSRGJGTlhObXRzTjA1M1QwaEtTMUpXTVdZS01tbERSMWd2WldwUmFrSkJUVUUwUjBFeFZXUkVkMFZDTDNkUlJVRjNTVU53UkVGUVFtZE9Wa2hTVFVKQlpqaEZRbFJCUkVGUlNDOU5RakJIUVRGVlpBcEVaMUZYUWtKU1NsUlhUbE4zWnl0NlVGSkNTbGRCVkVKTVJFWkpaV2xDWWxWcVFVdENaMmR4YUd0cVQxQlJVVVJCWjA1SlFVUkNSa0ZwUVVsclltTkJDbTlYYURWcGNGUlhjbUZzWVdnd1FXMDVhR3MwZW1WdlEwWmlNVW93VUhWVWVFa3hZVzlCU1doQlQyRktORlJTWW5GSVlWZEdMM2c0VWxKbGMycFBXbThLZWk5WmRWY3JORGxrY1c5alN6UXhhRTFQUkcwS0xTMHRMUzFGVGtRZ1EwVlNWRWxHU1VOQlZFVXRMUzB0TFFvPQogICAgc2VydmVyOiBodHRwczovLzUxY2Q0MjliLTYyMzUtNDUyMC05Y2UzLTg4ZGVlYjg4YmFjMS5hcGkuazhzLm5sLWFtcy5zY3cuY2xvdWQ6NjQ0Mwpjb250ZXh0czoKLSBuYW1lOiBhZG1pbkB0ZXN0LXBvb2wtcGxhY2VtZW50LWdyb3VwLTIKICBjb250ZXh0OgogICAgY2x1c3RlcjogInRlc3QtcG9vbC1wbGFjZW1lbnQtZ3JvdXAtMiIKICAgIHVzZXI6IHRlc3QtcG9vbC1wbGFjZW1lbnQtZ3JvdXAtMi1hZG1pbgpjdXJyZW50LWNvbnRleHQ6IGFkbWluQHRlc3QtcG9vbC1wbGFjZW1lbnQtZ3JvdXAtMgpraW5kOiBDb25maWcKcHJlZmVyZW5jZXM6IHt9CnVzZXJzOgotIG5hbWU6IHRlc3QtcG9vbC1wbGFjZW1lbnQtZ3JvdXAtMi1hZG1pbgogIHVzZXI6CiAgICB0b2tlbjogMkhKMXFqUzRsNUFIcDdHeVRzYXU2aHhYdHZ3eHRzT3NzamF1c1JQWG1qalZSSXc0Q3BOZnU3TFo=\"}" - headers: - Content-Length: - - "1754" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:58:43 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - 79ca4f5c-28f4-4127-9053-3896fc320a45 - status: 200 OK - code: 200 - duration: 101.20339ms -- id: 227 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/nl-ams/pools/4ecf20a5-b4a3-4b2c-a4f4-903716060d4d - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 760 - body: "{\"region\":\"nl-ams\", \"id\":\"4ecf20a5-b4a3-4b2c-a4f4-903716060d4d\", \"cluster_id\":\"51cd429b-6235-4520-9ce3-88deeb88bac1\", \"created_at\":\"2025-10-30T17:56:08.596157Z\", \"updated_at\":\"2025-10-30T17:58:42.093973Z\", \"name\":\"test-pool-placement-group-2\", \"status\":\"ready\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"92444188-3b2e-4515-a75d-f228a9ef8202\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"nl-ams-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"20b640cd-1ccd-4f6f-93fa-7e309efc00b8\"}" - headers: - Content-Length: - - "760" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:58:43 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - f14d4fce-4889-4c95-9bac-94b78e532c9c - status: 200 OK - code: 200 - duration: 34.76005ms -- id: 228 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - form: - order_by: - - created_at_asc - page: - - "1" - pool_id: - - 4ecf20a5-b4a3-4b2c-a4f4-903716060d4d - status: - - unknown - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/nl-ams/clusters/51cd429b-6235-4520-9ce3-88deeb88bac1/nodes?order_by=created_at_asc&page=1&pool_id=4ecf20a5-b4a3-4b2c-a4f4-903716060d4d&status=unknown - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 620 - body: "{\"total_count\":1, \"nodes\":[{\"region\":\"nl-ams\", \"id\":\"e56b8ed7-b8ff-4f84-9aa3-9fbc5ea86a05\", \"cluster_id\":\"51cd429b-6235-4520-9ce3-88deeb88bac1\", \"created_at\":\"2025-10-30T17:57:36.760847Z\", \"updated_at\":\"2025-10-30T17:58:42.078049Z\", \"pool_id\":\"4ecf20a5-b4a3-4b2c-a4f4-903716060d4d\", \"status\":\"ready\", \"conditions\":{\"DiskPressure\":\"False\", \"MemoryPressure\":\"False\", \"PIDPressure\":\"False\", \"Ready\":\"True\"}, \"name\":\"scw-test-pool-placeme-test-pool-placeme-e56b8e\", \"public_ip_v4\":\"51.158.232.111\", \"public_ip_v6\":null, \"provider_id\":\"scaleway://instance/nl-ams-2/40cc1cc2-6de1-465d-9fbf-f02130d3f939\", \"error_message\":\"\"}]}" - headers: - Content-Length: - - "620" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:58:43 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - 816f8111-08f0-4e2e-b063-9d32e7ea88a6 - status: 200 OK - code: 200 - duration: 96.222314ms -- id: 229 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/nl-ams/clusters/51cd429b-6235-4520-9ce3-88deeb88bac1 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1651 - body: "{\"region\":\"nl-ams\", \"id\":\"51cd429b-6235-4520-9ce3-88deeb88bac1\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:56:02.955990Z\", \"updated_at\":\"2025-10-30T17:57:29.166865Z\", \"type\":\"kapsule\", \"name\":\"test-pool-placement-group-2\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"calico\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"placement_group\"], \"cluster_url\":\"https://51cd429b-6235-4520-9ce3-88deeb88bac1.api.k8s.nl-ams.scw.cloud:6443\", \"dns_wildcard\":\"*.51cd429b-6235-4520-9ce3-88deeb88bac1.nodes.k8s.nl-ams.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"9b711663-f2a0-491c-9671-b2de399ebdad\", \"commitment_ends_at\":\"2025-10-30T17:56:02.956006Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"e06b5c18-1479-46de-915f-ff27b1cef80e\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1651" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:58:43 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - de47a186-db66-4d12-9065-7fe923aa7ea0 - status: 200 OK - code: 200 - duration: 38.395899ms -- id: 230 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - form: - order_by: - - created_at_desc - project_id: - - 105bdce1-64c0-48ab-899d-868455867ecf - resource_name: - - scw-test-pool-placeme-test-pool-placeme-e56b8e - resource_type: - - unknown_type - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/ipam/v1/regions/nl-ams/ips?order_by=created_at_desc&project_id=105bdce1-64c0-48ab-899d-868455867ecf&resource_name=scw-test-pool-placeme-test-pool-placeme-e56b8e&resource_type=unknown_type - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1121 - body: "{\"total_count\":2, \"ips\":[{\"id\":\"cfe0a3b1-0341-4f44-b04b-b3e5c27f5245\", \"address\":\"fd5c:d510:d730:aab1:d30a:9163:4594:6c6e/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":true, \"created_at\":\"2025-10-30T17:57:41.064327Z\", \"updated_at\":\"2025-10-30T17:57:41.064327Z\", \"source\":{\"subnet_id\":\"3cad3b18-2eb9-44f6-ab2f-e533db2f9b3b\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"afcbaeed-5381-46c6-a73c-30bc7b8a2d2c\", \"mac_address\":\"02:00:00:27:37:C0\", \"name\":\"scw-test-pool-placeme-test-pool-placeme-e56b8e\"}, \"tags\":[], \"reverses\":[], \"region\":\"nl-ams\", \"zone\":null}, {\"id\":\"a9948537-161b-4482-b45c-073d48b75d8b\", \"address\":\"172.16.0.3/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":false, \"created_at\":\"2025-10-30T17:57:40.852037Z\", \"updated_at\":\"2025-10-30T17:57:40.852037Z\", \"source\":{\"subnet_id\":\"a7908d7d-d693-4f07-ba9c-6cfaac2e7d69\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"afcbaeed-5381-46c6-a73c-30bc7b8a2d2c\", \"mac_address\":\"02:00:00:27:37:C0\", \"name\":\"scw-test-pool-placeme-test-pool-placeme-e56b8e\"}, \"tags\":[], \"reverses\":[], \"region\":\"nl-ams\", \"zone\":null}]}" - headers: - Content-Length: - - "1121" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:58:43 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - a74ed6ad-9344-4c1c-a143-2aabea35fc15 - status: 200 OK - code: 200 - duration: 43.102579ms -- id: 231 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/nl-ams/clusters/51cd429b-6235-4520-9ce3-88deeb88bac1 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1651 - body: "{\"region\":\"nl-ams\", \"id\":\"51cd429b-6235-4520-9ce3-88deeb88bac1\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:56:02.955990Z\", \"updated_at\":\"2025-10-30T17:57:29.166865Z\", \"type\":\"kapsule\", \"name\":\"test-pool-placement-group-2\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"calico\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"placement_group\"], \"cluster_url\":\"https://51cd429b-6235-4520-9ce3-88deeb88bac1.api.k8s.nl-ams.scw.cloud:6443\", \"dns_wildcard\":\"*.51cd429b-6235-4520-9ce3-88deeb88bac1.nodes.k8s.nl-ams.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"9b711663-f2a0-491c-9671-b2de399ebdad\", \"commitment_ends_at\":\"2025-10-30T17:56:02.956006Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"e06b5c18-1479-46de-915f-ff27b1cef80e\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1651" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:58:43 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - 47ddd5e4-6a2f-42df-9faa-13d70d10e8aa - status: 200 OK - code: 200 - duration: 40.349278ms -- id: 232 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/nl-ams/private-networks/9b711663-f2a0-491c-9671-b2de399ebdad - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1094 - body: "{\"id\":\"9b711663-f2a0-491c-9671-b2de399ebdad\", \"name\":\"test-pool-placement-group\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:56:01.965238Z\", \"updated_at\":\"2025-10-30T17:56:01.965238Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"subnets\":[{\"id\":\"a7908d7d-d693-4f07-ba9c-6cfaac2e7d69\", \"created_at\":\"2025-10-30T17:56:01.965238Z\", \"updated_at\":\"2025-10-30T17:56:01.965238Z\", \"subnet\":\"172.16.0.0/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"9b711663-f2a0-491c-9671-b2de399ebdad\", \"vpc_id\":\"cffbd660-4df5-4f5c-bd63-351d28eb1f85\"}, {\"id\":\"3cad3b18-2eb9-44f6-ab2f-e533db2f9b3b\", \"created_at\":\"2025-10-30T17:56:01.965238Z\", \"updated_at\":\"2025-10-30T17:56:01.965238Z\", \"subnet\":\"fd5c:d510:d730:aab1::/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"9b711663-f2a0-491c-9671-b2de399ebdad\", \"vpc_id\":\"cffbd660-4df5-4f5c-bd63-351d28eb1f85\"}], \"vpc_id\":\"cffbd660-4df5-4f5c-bd63-351d28eb1f85\", \"dhcp_enabled\":true, \"default_route_propagation_enabled\":false, \"region\":\"nl-ams\"}" - headers: - Content-Length: - - "1094" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:58:43 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - 5610248e-9024-4550-b0fc-f52e739e3826 - status: 200 OK - code: 200 - duration: 49.823674ms -- id: 233 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/nl-ams/clusters/51cd429b-6235-4520-9ce3-88deeb88bac1/kubeconfig - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1754 - body: "{\"name\":\"kubeconfig\", \"content_type\":\"application/octet-stream\", \"content\":\"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogInRlc3QtcG9vbC1wbGFjZW1lbnQtZ3JvdXAtMiIKICBjbHVzdGVyOgogICAgY2VydGlmaWNhdGUtYXV0aG9yaXR5LWRhdGE6IExTMHRMUzFDUlVkSlRpQkRSVkpVU1VaSlEwRlVSUzB0TFMwdENrMUpTVUpYZWtORFFWRkhaMEYzU1VKQlowbENRVVJCUzBKblozRm9hMnBQVUZGUlJFRnFRVlpOVWsxM1JWRlpSRlpSVVVSRmQzQnlaRmRLYkdOdE5Xd0taRWRXZWsxQ05GaEVWRWt4VFZSQmVVOVVSVE5PVkZsM1RURnZXRVJVVFRGTlZFRjVUMVJGTTA1VVdYZE5NVzkzUmxSRlZFMUNSVWRCTVZWRlFYaE5Td3BoTTFacFdsaEtkVnBZVW14amVrSmFUVUpOUjBKNWNVZFRUVFE1UVdkRlIwTkRjVWRUVFRRNVFYZEZTRUV3U1VGQ1IxWjRiakptYkRKelJVRnZkRFpDQ2toMmVrSXdkMlJLZDAxMFZEQlhkV3BZUkRkTGJ6WkJWaXQ1VDJKNk56QkRZbWRsVjFOQ0x5ODJabEp3WWxSRGJGTlhObXRzTjA1M1QwaEtTMUpXTVdZS01tbERSMWd2WldwUmFrSkJUVUUwUjBFeFZXUkVkMFZDTDNkUlJVRjNTVU53UkVGUVFtZE9Wa2hTVFVKQlpqaEZRbFJCUkVGUlNDOU5RakJIUVRGVlpBcEVaMUZYUWtKU1NsUlhUbE4zWnl0NlVGSkNTbGRCVkVKTVJFWkpaV2xDWWxWcVFVdENaMmR4YUd0cVQxQlJVVVJCWjA1SlFVUkNSa0ZwUVVsclltTkJDbTlYYURWcGNGUlhjbUZzWVdnd1FXMDVhR3MwZW1WdlEwWmlNVW93VUhWVWVFa3hZVzlCU1doQlQyRktORlJTWW5GSVlWZEdMM2c0VWxKbGMycFBXbThLZWk5WmRWY3JORGxrY1c5alN6UXhhRTFQUkcwS0xTMHRMUzFGVGtRZ1EwVlNWRWxHU1VOQlZFVXRMUzB0TFFvPQogICAgc2VydmVyOiBodHRwczovLzUxY2Q0MjliLTYyMzUtNDUyMC05Y2UzLTg4ZGVlYjg4YmFjMS5hcGkuazhzLm5sLWFtcy5zY3cuY2xvdWQ6NjQ0Mwpjb250ZXh0czoKLSBuYW1lOiBhZG1pbkB0ZXN0LXBvb2wtcGxhY2VtZW50LWdyb3VwLTIKICBjb250ZXh0OgogICAgY2x1c3RlcjogInRlc3QtcG9vbC1wbGFjZW1lbnQtZ3JvdXAtMiIKICAgIHVzZXI6IHRlc3QtcG9vbC1wbGFjZW1lbnQtZ3JvdXAtMi1hZG1pbgpjdXJyZW50LWNvbnRleHQ6IGFkbWluQHRlc3QtcG9vbC1wbGFjZW1lbnQtZ3JvdXAtMgpraW5kOiBDb25maWcKcHJlZmVyZW5jZXM6IHt9CnVzZXJzOgotIG5hbWU6IHRlc3QtcG9vbC1wbGFjZW1lbnQtZ3JvdXAtMi1hZG1pbgogIHVzZXI6CiAgICB0b2tlbjogMkhKMXFqUzRsNUFIcDdHeVRzYXU2aHhYdHZ3eHRzT3NzamF1c1JQWG1qalZSSXc0Q3BOZnU3TFo=\"}" - headers: - Content-Length: - - "1754" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:58:43 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - 64820c64-b385-4901-be90-af810f089701 - status: 200 OK - code: 200 - duration: 40.110569ms -- id: 234 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/nl-ams/vpcs/cffbd660-4df5-4f5c-bd63-351d28eb1f85 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 451 - body: "{\"id\":\"cffbd660-4df5-4f5c-bd63-351d28eb1f85\", \"name\":\"testAccCheckK8SPoolConfigPlacementGroupWithCustomZone\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:56:01.666659Z\", \"updated_at\":\"2025-10-30T17:56:01.666659Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_default\":false, \"private_network_count\":1, \"routing_enabled\":true, \"custom_routes_propagation_enabled\":true, \"region\":\"nl-ams\"}" - headers: - Content-Length: - - "451" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:58:43 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - d60318da-627e-4853-8fd4-957f0370e1f1 - status: 200 OK - code: 200 - duration: 106.725241ms -- id: 235 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/nl-ams-2/placement_groups/92444188-3b2e-4515-a75d-f228a9ef8202 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 331 - body: "{\"placement_group\": {\"id\": \"92444188-3b2e-4515-a75d-f228a9ef8202\", \"name\": \"test-pool-placement-group\", \"organization\": \"105bdce1-64c0-48ab-899d-868455867ecf\", \"project\": \"105bdce1-64c0-48ab-899d-868455867ecf\", \"policy_mode\": \"optional\", \"policy_type\": \"max_availability\", \"policy_respected\": true, \"tags\": [], \"zone\": \"nl-ams-2\"}}" - headers: - Content-Length: - - "331" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:58:43 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - afe83bcf-1b48-4df2-a814-ca2a799fec52 - status: 200 OK - code: 200 - duration: 135.626056ms -- id: 236 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/nl-ams/clusters/51cd429b-6235-4520-9ce3-88deeb88bac1/available-types - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1004 - body: "{\"cluster_types\":[{\"name\":\"kapsule\", \"availability\":\"available\", \"max_nodes\":150, \"commitment_delay\":\"0s\", \"sla\":0, \"resiliency\":\"standard\", \"memory\":4000000000, \"dedicated\":false, \"audit_logs_supported\":false, \"max_etcd_size\":55000000}, {\"name\":\"kapsule-dedicated-4\", \"availability\":\"available\", \"max_nodes\":250, \"commitment_delay\":\"2592000s\", \"sla\":99.5, \"resiliency\":\"high_availability\", \"memory\":4000000000, \"dedicated\":true, \"audit_logs_supported\":true, \"max_etcd_size\":200000000}, {\"name\":\"kapsule-dedicated-8\", \"availability\":\"available\", \"max_nodes\":500, \"commitment_delay\":\"2592000s\", \"sla\":99.5, \"resiliency\":\"high_availability\", \"memory\":8000000000, \"dedicated\":true, \"audit_logs_supported\":true, \"max_etcd_size\":200000000}, {\"name\":\"kapsule-dedicated-16\", \"availability\":\"available\", \"max_nodes\":500, \"commitment_delay\":\"2592000s\", \"sla\":99.5, \"resiliency\":\"high_availability\", \"memory\":16000000000, \"dedicated\":true, \"audit_logs_supported\":true, \"max_etcd_size\":200000000}], \"total_count\":4}" - headers: - Content-Length: - - "1004" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:58:44 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - 0bc31478-24df-406a-971b-3ff6db06105a - status: 200 OK - code: 200 - duration: 91.569485ms -- id: 237 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/nl-ams/pools/4ecf20a5-b4a3-4b2c-a4f4-903716060d4d - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 760 - body: "{\"region\":\"nl-ams\", \"id\":\"4ecf20a5-b4a3-4b2c-a4f4-903716060d4d\", \"cluster_id\":\"51cd429b-6235-4520-9ce3-88deeb88bac1\", \"created_at\":\"2025-10-30T17:56:08.596157Z\", \"updated_at\":\"2025-10-30T17:58:42.093973Z\", \"name\":\"test-pool-placement-group-2\", \"status\":\"ready\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"92444188-3b2e-4515-a75d-f228a9ef8202\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"nl-ams-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"20b640cd-1ccd-4f6f-93fa-7e309efc00b8\"}" - headers: - Content-Length: - - "760" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:58:44 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - 8ce61b5c-de5b-407d-96e5-b51a982eeec3 - status: 200 OK - code: 200 - duration: 103.209639ms -- id: 238 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - form: - order_by: - - created_at_asc - page: - - "1" - pool_id: - - 4ecf20a5-b4a3-4b2c-a4f4-903716060d4d - status: - - unknown - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/nl-ams/clusters/51cd429b-6235-4520-9ce3-88deeb88bac1/nodes?order_by=created_at_asc&page=1&pool_id=4ecf20a5-b4a3-4b2c-a4f4-903716060d4d&status=unknown - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 620 - body: "{\"total_count\":1, \"nodes\":[{\"region\":\"nl-ams\", \"id\":\"e56b8ed7-b8ff-4f84-9aa3-9fbc5ea86a05\", \"cluster_id\":\"51cd429b-6235-4520-9ce3-88deeb88bac1\", \"created_at\":\"2025-10-30T17:57:36.760847Z\", \"updated_at\":\"2025-10-30T17:58:42.078049Z\", \"pool_id\":\"4ecf20a5-b4a3-4b2c-a4f4-903716060d4d\", \"status\":\"ready\", \"conditions\":{\"DiskPressure\":\"False\", \"MemoryPressure\":\"False\", \"PIDPressure\":\"False\", \"Ready\":\"True\"}, \"name\":\"scw-test-pool-placeme-test-pool-placeme-e56b8e\", \"public_ip_v4\":\"51.158.232.111\", \"public_ip_v6\":null, \"provider_id\":\"scaleway://instance/nl-ams-2/40cc1cc2-6de1-465d-9fbf-f02130d3f939\", \"error_message\":\"\"}]}" - headers: - Content-Length: - - "620" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:58:44 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - 106527f0-89be-4d4e-a17c-3a49b04a462d - status: 200 OK - code: 200 - duration: 37.057726ms -- id: 239 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/nl-ams/clusters/51cd429b-6235-4520-9ce3-88deeb88bac1 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1651 - body: "{\"region\":\"nl-ams\", \"id\":\"51cd429b-6235-4520-9ce3-88deeb88bac1\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:56:02.955990Z\", \"updated_at\":\"2025-10-30T17:57:29.166865Z\", \"type\":\"kapsule\", \"name\":\"test-pool-placement-group-2\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"calico\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"placement_group\"], \"cluster_url\":\"https://51cd429b-6235-4520-9ce3-88deeb88bac1.api.k8s.nl-ams.scw.cloud:6443\", \"dns_wildcard\":\"*.51cd429b-6235-4520-9ce3-88deeb88bac1.nodes.k8s.nl-ams.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"9b711663-f2a0-491c-9671-b2de399ebdad\", \"commitment_ends_at\":\"2025-10-30T17:56:02.956006Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"e06b5c18-1479-46de-915f-ff27b1cef80e\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1651" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:58:44 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - 1b3b3898-cf24-487b-a6e3-683567908586 - status: 200 OK - code: 200 - duration: 44.137754ms -- id: 240 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - form: - order_by: - - created_at_desc - project_id: - - 105bdce1-64c0-48ab-899d-868455867ecf - resource_name: - - scw-test-pool-placeme-test-pool-placeme-e56b8e - resource_type: - - unknown_type - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/ipam/v1/regions/nl-ams/ips?order_by=created_at_desc&project_id=105bdce1-64c0-48ab-899d-868455867ecf&resource_name=scw-test-pool-placeme-test-pool-placeme-e56b8e&resource_type=unknown_type - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1121 - body: "{\"total_count\":2, \"ips\":[{\"id\":\"cfe0a3b1-0341-4f44-b04b-b3e5c27f5245\", \"address\":\"fd5c:d510:d730:aab1:d30a:9163:4594:6c6e/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":true, \"created_at\":\"2025-10-30T17:57:41.064327Z\", \"updated_at\":\"2025-10-30T17:57:41.064327Z\", \"source\":{\"subnet_id\":\"3cad3b18-2eb9-44f6-ab2f-e533db2f9b3b\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"afcbaeed-5381-46c6-a73c-30bc7b8a2d2c\", \"mac_address\":\"02:00:00:27:37:C0\", \"name\":\"scw-test-pool-placeme-test-pool-placeme-e56b8e\"}, \"tags\":[], \"reverses\":[], \"region\":\"nl-ams\", \"zone\":null}, {\"id\":\"a9948537-161b-4482-b45c-073d48b75d8b\", \"address\":\"172.16.0.3/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":false, \"created_at\":\"2025-10-30T17:57:40.852037Z\", \"updated_at\":\"2025-10-30T17:57:40.852037Z\", \"source\":{\"subnet_id\":\"a7908d7d-d693-4f07-ba9c-6cfaac2e7d69\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"afcbaeed-5381-46c6-a73c-30bc7b8a2d2c\", \"mac_address\":\"02:00:00:27:37:C0\", \"name\":\"scw-test-pool-placeme-test-pool-placeme-e56b8e\"}, \"tags\":[], \"reverses\":[], \"region\":\"nl-ams\", \"zone\":null}]}" - headers: - Content-Length: - - "1121" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:58:44 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - c795ad9f-e80d-4f4d-bfbb-7256259c2f2c - status: 200 OK - code: 200 - duration: 116.613224ms -- id: 241 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/nl-ams/pools/4ecf20a5-b4a3-4b2c-a4f4-903716060d4d - method: DELETE - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 763 - body: "{\"region\":\"nl-ams\", \"id\":\"4ecf20a5-b4a3-4b2c-a4f4-903716060d4d\", \"cluster_id\":\"51cd429b-6235-4520-9ce3-88deeb88bac1\", \"created_at\":\"2025-10-30T17:56:08.596157Z\", \"updated_at\":\"2025-10-30T17:58:44.559018Z\", \"name\":\"test-pool-placement-group-2\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"92444188-3b2e-4515-a75d-f228a9ef8202\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"nl-ams-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"20b640cd-1ccd-4f6f-93fa-7e309efc00b8\"}" - headers: - Content-Length: - - "763" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:58:44 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - d0d33a18-8a80-4636-93fc-01f0c1f061be - status: 200 OK - code: 200 - duration: 145.719605ms -- id: 242 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/nl-ams/pools/4ecf20a5-b4a3-4b2c-a4f4-903716060d4d - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 763 - body: "{\"region\":\"nl-ams\", \"id\":\"4ecf20a5-b4a3-4b2c-a4f4-903716060d4d\", \"cluster_id\":\"51cd429b-6235-4520-9ce3-88deeb88bac1\", \"created_at\":\"2025-10-30T17:56:08.596157Z\", \"updated_at\":\"2025-10-30T17:58:44.559018Z\", \"name\":\"test-pool-placement-group-2\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"92444188-3b2e-4515-a75d-f228a9ef8202\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"nl-ams-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"20b640cd-1ccd-4f6f-93fa-7e309efc00b8\"}" - headers: - Content-Length: - - "763" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:58:44 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - fe13d4c4-5ec7-476c-80e1-5d38cb817783 - status: 200 OK - code: 200 - duration: 41.708621ms -- id: 243 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/nl-ams/pools/4ecf20a5-b4a3-4b2c-a4f4-903716060d4d - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 763 - body: "{\"region\":\"nl-ams\", \"id\":\"4ecf20a5-b4a3-4b2c-a4f4-903716060d4d\", \"cluster_id\":\"51cd429b-6235-4520-9ce3-88deeb88bac1\", \"created_at\":\"2025-10-30T17:56:08.596157Z\", \"updated_at\":\"2025-10-30T17:58:44.559018Z\", \"name\":\"test-pool-placement-group-2\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"92444188-3b2e-4515-a75d-f228a9ef8202\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"nl-ams-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"20b640cd-1ccd-4f6f-93fa-7e309efc00b8\"}" - headers: - Content-Length: - - "763" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:58:49 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - 56cc7bfd-56f0-4b04-8be4-db7d45b9be37 - status: 200 OK - code: 200 - duration: 104.653631ms -- id: 244 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/nl-ams/pools/4ecf20a5-b4a3-4b2c-a4f4-903716060d4d - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 763 - body: "{\"region\":\"nl-ams\", \"id\":\"4ecf20a5-b4a3-4b2c-a4f4-903716060d4d\", \"cluster_id\":\"51cd429b-6235-4520-9ce3-88deeb88bac1\", \"created_at\":\"2025-10-30T17:56:08.596157Z\", \"updated_at\":\"2025-10-30T17:58:44.559018Z\", \"name\":\"test-pool-placement-group-2\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"92444188-3b2e-4515-a75d-f228a9ef8202\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"nl-ams-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"20b640cd-1ccd-4f6f-93fa-7e309efc00b8\"}" - headers: - Content-Length: - - "763" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:58:54 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - e04ddaad-80e1-4c03-93b7-66457e9ead80 - status: 200 OK - code: 200 - duration: 106.089881ms -- id: 245 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/nl-ams/pools/4ecf20a5-b4a3-4b2c-a4f4-903716060d4d - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 763 - body: "{\"region\":\"nl-ams\", \"id\":\"4ecf20a5-b4a3-4b2c-a4f4-903716060d4d\", \"cluster_id\":\"51cd429b-6235-4520-9ce3-88deeb88bac1\", \"created_at\":\"2025-10-30T17:56:08.596157Z\", \"updated_at\":\"2025-10-30T17:58:44.559018Z\", \"name\":\"test-pool-placement-group-2\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"92444188-3b2e-4515-a75d-f228a9ef8202\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"nl-ams-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"20b640cd-1ccd-4f6f-93fa-7e309efc00b8\"}" - headers: - Content-Length: - - "763" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:58:59 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - 93dc1424-f1ac-4655-8633-e72c7dc14c43 - status: 200 OK - code: 200 - duration: 86.442668ms -- id: 246 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/nl-ams/pools/4ecf20a5-b4a3-4b2c-a4f4-903716060d4d - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 763 - body: "{\"region\":\"nl-ams\", \"id\":\"4ecf20a5-b4a3-4b2c-a4f4-903716060d4d\", \"cluster_id\":\"51cd429b-6235-4520-9ce3-88deeb88bac1\", \"created_at\":\"2025-10-30T17:56:08.596157Z\", \"updated_at\":\"2025-10-30T17:58:44.559018Z\", \"name\":\"test-pool-placement-group-2\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"92444188-3b2e-4515-a75d-f228a9ef8202\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"nl-ams-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"20b640cd-1ccd-4f6f-93fa-7e309efc00b8\"}" - headers: - Content-Length: - - "763" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:59:05 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - cd5f0b23-a512-4f70-a47a-6165966f4738 - status: 200 OK - code: 200 - duration: 116.835006ms -- id: 247 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/nl-ams/pools/4ecf20a5-b4a3-4b2c-a4f4-903716060d4d - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 763 - body: "{\"region\":\"nl-ams\", \"id\":\"4ecf20a5-b4a3-4b2c-a4f4-903716060d4d\", \"cluster_id\":\"51cd429b-6235-4520-9ce3-88deeb88bac1\", \"created_at\":\"2025-10-30T17:56:08.596157Z\", \"updated_at\":\"2025-10-30T17:58:44.559018Z\", \"name\":\"test-pool-placement-group-2\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"92444188-3b2e-4515-a75d-f228a9ef8202\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"nl-ams-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"20b640cd-1ccd-4f6f-93fa-7e309efc00b8\"}" - headers: - Content-Length: - - "763" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:59:10 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - 01c20d23-80bd-450f-bb2a-06f5ab3dd678 - status: 200 OK - code: 200 - duration: 102.405873ms -- id: 248 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/nl-ams/pools/4ecf20a5-b4a3-4b2c-a4f4-903716060d4d - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 763 - body: "{\"region\":\"nl-ams\", \"id\":\"4ecf20a5-b4a3-4b2c-a4f4-903716060d4d\", \"cluster_id\":\"51cd429b-6235-4520-9ce3-88deeb88bac1\", \"created_at\":\"2025-10-30T17:56:08.596157Z\", \"updated_at\":\"2025-10-30T17:58:44.559018Z\", \"name\":\"test-pool-placement-group-2\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"92444188-3b2e-4515-a75d-f228a9ef8202\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"nl-ams-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"20b640cd-1ccd-4f6f-93fa-7e309efc00b8\"}" - headers: - Content-Length: - - "763" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:59:15 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - ad707a05-964f-413c-b1c2-48983a44a26e - status: 200 OK - code: 200 - duration: 117.93286ms -- id: 249 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/nl-ams/pools/4ecf20a5-b4a3-4b2c-a4f4-903716060d4d - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 763 - body: "{\"region\":\"nl-ams\", \"id\":\"4ecf20a5-b4a3-4b2c-a4f4-903716060d4d\", \"cluster_id\":\"51cd429b-6235-4520-9ce3-88deeb88bac1\", \"created_at\":\"2025-10-30T17:56:08.596157Z\", \"updated_at\":\"2025-10-30T17:58:44.559018Z\", \"name\":\"test-pool-placement-group-2\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"92444188-3b2e-4515-a75d-f228a9ef8202\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"nl-ams-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"20b640cd-1ccd-4f6f-93fa-7e309efc00b8\"}" - headers: - Content-Length: - - "763" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:59:20 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - 1f2de15e-ce73-46da-ae20-057e7ead81dc - status: 200 OK - code: 200 - duration: 108.970046ms -- id: 250 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/nl-ams/pools/4ecf20a5-b4a3-4b2c-a4f4-903716060d4d - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 763 - body: "{\"region\":\"nl-ams\", \"id\":\"4ecf20a5-b4a3-4b2c-a4f4-903716060d4d\", \"cluster_id\":\"51cd429b-6235-4520-9ce3-88deeb88bac1\", \"created_at\":\"2025-10-30T17:56:08.596157Z\", \"updated_at\":\"2025-10-30T17:58:44.559018Z\", \"name\":\"test-pool-placement-group-2\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"92444188-3b2e-4515-a75d-f228a9ef8202\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"nl-ams-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"20b640cd-1ccd-4f6f-93fa-7e309efc00b8\"}" - headers: - Content-Length: - - "763" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:59:25 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - 6e382b42-7e3c-4300-b766-e9323006d9bc - status: 200 OK - code: 200 - duration: 107.460882ms -- id: 251 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/nl-ams/pools/4ecf20a5-b4a3-4b2c-a4f4-903716060d4d - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 763 - body: "{\"region\":\"nl-ams\", \"id\":\"4ecf20a5-b4a3-4b2c-a4f4-903716060d4d\", \"cluster_id\":\"51cd429b-6235-4520-9ce3-88deeb88bac1\", \"created_at\":\"2025-10-30T17:56:08.596157Z\", \"updated_at\":\"2025-10-30T17:58:44.559018Z\", \"name\":\"test-pool-placement-group-2\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"92444188-3b2e-4515-a75d-f228a9ef8202\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"nl-ams-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"20b640cd-1ccd-4f6f-93fa-7e309efc00b8\"}" - headers: - Content-Length: - - "763" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:59:30 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - 32f86191-aecf-4874-bbd1-da1e05d1ec1c - status: 200 OK - code: 200 - duration: 133.91285ms -- id: 252 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/nl-ams/pools/4ecf20a5-b4a3-4b2c-a4f4-903716060d4d - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 763 - body: "{\"region\":\"nl-ams\", \"id\":\"4ecf20a5-b4a3-4b2c-a4f4-903716060d4d\", \"cluster_id\":\"51cd429b-6235-4520-9ce3-88deeb88bac1\", \"created_at\":\"2025-10-30T17:56:08.596157Z\", \"updated_at\":\"2025-10-30T17:58:44.559018Z\", \"name\":\"test-pool-placement-group-2\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"92444188-3b2e-4515-a75d-f228a9ef8202\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"nl-ams-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"20b640cd-1ccd-4f6f-93fa-7e309efc00b8\"}" - headers: - Content-Length: - - "763" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:59:35 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - 25b05e0e-2b06-47ee-9f10-0c0cb8e68065 - status: 200 OK - code: 200 - duration: 115.302544ms -- id: 253 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/nl-ams/pools/4ecf20a5-b4a3-4b2c-a4f4-903716060d4d - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 763 - body: "{\"region\":\"nl-ams\", \"id\":\"4ecf20a5-b4a3-4b2c-a4f4-903716060d4d\", \"cluster_id\":\"51cd429b-6235-4520-9ce3-88deeb88bac1\", \"created_at\":\"2025-10-30T17:56:08.596157Z\", \"updated_at\":\"2025-10-30T17:58:44.559018Z\", \"name\":\"test-pool-placement-group-2\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"92444188-3b2e-4515-a75d-f228a9ef8202\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"nl-ams-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"20b640cd-1ccd-4f6f-93fa-7e309efc00b8\"}" - headers: - Content-Length: - - "763" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:59:40 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - 9a06fc8c-0835-43df-aa5d-ad056b10dc9b - status: 200 OK - code: 200 - duration: 104.391118ms -- id: 254 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/nl-ams/pools/4ecf20a5-b4a3-4b2c-a4f4-903716060d4d - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 763 - body: "{\"region\":\"nl-ams\", \"id\":\"4ecf20a5-b4a3-4b2c-a4f4-903716060d4d\", \"cluster_id\":\"51cd429b-6235-4520-9ce3-88deeb88bac1\", \"created_at\":\"2025-10-30T17:56:08.596157Z\", \"updated_at\":\"2025-10-30T17:58:44.559018Z\", \"name\":\"test-pool-placement-group-2\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"92444188-3b2e-4515-a75d-f228a9ef8202\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"nl-ams-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"20b640cd-1ccd-4f6f-93fa-7e309efc00b8\"}" - headers: - Content-Length: - - "763" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:59:45 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - 4ffa4b7f-9f16-4c8f-a4af-19c452d42885 - status: 200 OK - code: 200 - duration: 95.116027ms -- id: 255 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/nl-ams/pools/4ecf20a5-b4a3-4b2c-a4f4-903716060d4d - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 763 - body: "{\"region\":\"nl-ams\", \"id\":\"4ecf20a5-b4a3-4b2c-a4f4-903716060d4d\", \"cluster_id\":\"51cd429b-6235-4520-9ce3-88deeb88bac1\", \"created_at\":\"2025-10-30T17:56:08.596157Z\", \"updated_at\":\"2025-10-30T17:58:44.559018Z\", \"name\":\"test-pool-placement-group-2\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"92444188-3b2e-4515-a75d-f228a9ef8202\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"nl-ams-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"20b640cd-1ccd-4f6f-93fa-7e309efc00b8\"}" - headers: - Content-Length: - - "763" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:59:51 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - ff52843a-0388-439d-9759-d8b4ce1ca233 - status: 200 OK - code: 200 - duration: 114.578546ms -- id: 256 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/nl-ams/pools/4ecf20a5-b4a3-4b2c-a4f4-903716060d4d - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 763 - body: "{\"region\":\"nl-ams\", \"id\":\"4ecf20a5-b4a3-4b2c-a4f4-903716060d4d\", \"cluster_id\":\"51cd429b-6235-4520-9ce3-88deeb88bac1\", \"created_at\":\"2025-10-30T17:56:08.596157Z\", \"updated_at\":\"2025-10-30T17:58:44.559018Z\", \"name\":\"test-pool-placement-group-2\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"92444188-3b2e-4515-a75d-f228a9ef8202\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"nl-ams-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"20b640cd-1ccd-4f6f-93fa-7e309efc00b8\"}" - headers: - Content-Length: - - "763" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:59:56 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - 2ab23dcd-03f8-45b3-ad4e-16890dd48aa3 - status: 200 OK - code: 200 - duration: 121.225664ms -- id: 257 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/nl-ams/pools/4ecf20a5-b4a3-4b2c-a4f4-903716060d4d - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 763 - body: "{\"region\":\"nl-ams\", \"id\":\"4ecf20a5-b4a3-4b2c-a4f4-903716060d4d\", \"cluster_id\":\"51cd429b-6235-4520-9ce3-88deeb88bac1\", \"created_at\":\"2025-10-30T17:56:08.596157Z\", \"updated_at\":\"2025-10-30T17:58:44.559018Z\", \"name\":\"test-pool-placement-group-2\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"92444188-3b2e-4515-a75d-f228a9ef8202\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"nl-ams-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"20b640cd-1ccd-4f6f-93fa-7e309efc00b8\"}" - headers: - Content-Length: - - "763" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 18:00:01 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - d8ffde7f-d3ec-4f13-9c34-ed4740a2bbaf - status: 200 OK - code: 200 - duration: 107.808481ms -- id: 258 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/nl-ams/pools/4ecf20a5-b4a3-4b2c-a4f4-903716060d4d - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 763 - body: "{\"region\":\"nl-ams\", \"id\":\"4ecf20a5-b4a3-4b2c-a4f4-903716060d4d\", \"cluster_id\":\"51cd429b-6235-4520-9ce3-88deeb88bac1\", \"created_at\":\"2025-10-30T17:56:08.596157Z\", \"updated_at\":\"2025-10-30T17:58:44.559018Z\", \"name\":\"test-pool-placement-group-2\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"92444188-3b2e-4515-a75d-f228a9ef8202\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"nl-ams-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"20b640cd-1ccd-4f6f-93fa-7e309efc00b8\"}" - headers: - Content-Length: - - "763" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 18:00:06 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - 4ec57e39-949c-40ba-ab74-38654417f843 - status: 200 OK - code: 200 - duration: 126.340854ms -- id: 259 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/nl-ams/pools/4ecf20a5-b4a3-4b2c-a4f4-903716060d4d - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 763 - body: "{\"region\":\"nl-ams\", \"id\":\"4ecf20a5-b4a3-4b2c-a4f4-903716060d4d\", \"cluster_id\":\"51cd429b-6235-4520-9ce3-88deeb88bac1\", \"created_at\":\"2025-10-30T17:56:08.596157Z\", \"updated_at\":\"2025-10-30T17:58:44.559018Z\", \"name\":\"test-pool-placement-group-2\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"92444188-3b2e-4515-a75d-f228a9ef8202\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"nl-ams-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"20b640cd-1ccd-4f6f-93fa-7e309efc00b8\"}" - headers: - Content-Length: - - "763" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 18:00:11 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - 1264fd23-1aa4-4cb8-a299-501bb15ddba6 - status: 200 OK - code: 200 - duration: 101.773085ms -- id: 260 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/nl-ams/pools/4ecf20a5-b4a3-4b2c-a4f4-903716060d4d - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 763 - body: "{\"region\":\"nl-ams\", \"id\":\"4ecf20a5-b4a3-4b2c-a4f4-903716060d4d\", \"cluster_id\":\"51cd429b-6235-4520-9ce3-88deeb88bac1\", \"created_at\":\"2025-10-30T17:56:08.596157Z\", \"updated_at\":\"2025-10-30T17:58:44.559018Z\", \"name\":\"test-pool-placement-group-2\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"92444188-3b2e-4515-a75d-f228a9ef8202\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"nl-ams-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"20b640cd-1ccd-4f6f-93fa-7e309efc00b8\"}" - headers: - Content-Length: - - "763" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 18:00:16 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - 862f636f-7942-4546-96d3-d2da7b29ab38 - status: 200 OK - code: 200 - duration: 116.814722ms -- id: 261 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/nl-ams/pools/4ecf20a5-b4a3-4b2c-a4f4-903716060d4d - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 763 - body: "{\"region\":\"nl-ams\", \"id\":\"4ecf20a5-b4a3-4b2c-a4f4-903716060d4d\", \"cluster_id\":\"51cd429b-6235-4520-9ce3-88deeb88bac1\", \"created_at\":\"2025-10-30T17:56:08.596157Z\", \"updated_at\":\"2025-10-30T17:58:44.559018Z\", \"name\":\"test-pool-placement-group-2\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"92444188-3b2e-4515-a75d-f228a9ef8202\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"nl-ams-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"20b640cd-1ccd-4f6f-93fa-7e309efc00b8\"}" - headers: - Content-Length: - - "763" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 18:00:21 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - 9214a920-fd8d-414c-9db9-733808882dca - status: 200 OK - code: 200 - duration: 119.974148ms -- id: 262 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/nl-ams/pools/4ecf20a5-b4a3-4b2c-a4f4-903716060d4d - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 763 - body: "{\"region\":\"nl-ams\", \"id\":\"4ecf20a5-b4a3-4b2c-a4f4-903716060d4d\", \"cluster_id\":\"51cd429b-6235-4520-9ce3-88deeb88bac1\", \"created_at\":\"2025-10-30T17:56:08.596157Z\", \"updated_at\":\"2025-10-30T17:58:44.559018Z\", \"name\":\"test-pool-placement-group-2\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"92444188-3b2e-4515-a75d-f228a9ef8202\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"nl-ams-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"20b640cd-1ccd-4f6f-93fa-7e309efc00b8\"}" - headers: - Content-Length: - - "763" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 18:00:26 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - 65a5710e-93d0-496e-80fd-bafe59ef3d8b - status: 200 OK - code: 200 - duration: 100.251139ms -- id: 263 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/nl-ams/pools/4ecf20a5-b4a3-4b2c-a4f4-903716060d4d - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 763 - body: "{\"region\":\"nl-ams\", \"id\":\"4ecf20a5-b4a3-4b2c-a4f4-903716060d4d\", \"cluster_id\":\"51cd429b-6235-4520-9ce3-88deeb88bac1\", \"created_at\":\"2025-10-30T17:56:08.596157Z\", \"updated_at\":\"2025-10-30T17:58:44.559018Z\", \"name\":\"test-pool-placement-group-2\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"92444188-3b2e-4515-a75d-f228a9ef8202\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"nl-ams-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"20b640cd-1ccd-4f6f-93fa-7e309efc00b8\"}" - headers: - Content-Length: - - "763" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 18:00:32 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - 14b49b3f-ea54-4c2e-84c0-6147d0ed1ff8 - status: 200 OK - code: 200 - duration: 100.968878ms -- id: 264 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/nl-ams/pools/4ecf20a5-b4a3-4b2c-a4f4-903716060d4d - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 763 - body: "{\"region\":\"nl-ams\", \"id\":\"4ecf20a5-b4a3-4b2c-a4f4-903716060d4d\", \"cluster_id\":\"51cd429b-6235-4520-9ce3-88deeb88bac1\", \"created_at\":\"2025-10-30T17:56:08.596157Z\", \"updated_at\":\"2025-10-30T17:58:44.559018Z\", \"name\":\"test-pool-placement-group-2\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"92444188-3b2e-4515-a75d-f228a9ef8202\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"nl-ams-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"20b640cd-1ccd-4f6f-93fa-7e309efc00b8\"}" - headers: - Content-Length: - - "763" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 18:00:37 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - 2a5aa2d8-1fa7-479e-9fbc-a6fb68361629 - status: 200 OK - code: 200 - duration: 90.405386ms -- id: 265 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/nl-ams/pools/4ecf20a5-b4a3-4b2c-a4f4-903716060d4d - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 763 - body: "{\"region\":\"nl-ams\", \"id\":\"4ecf20a5-b4a3-4b2c-a4f4-903716060d4d\", \"cluster_id\":\"51cd429b-6235-4520-9ce3-88deeb88bac1\", \"created_at\":\"2025-10-30T17:56:08.596157Z\", \"updated_at\":\"2025-10-30T17:58:44.559018Z\", \"name\":\"test-pool-placement-group-2\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"92444188-3b2e-4515-a75d-f228a9ef8202\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"nl-ams-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"20b640cd-1ccd-4f6f-93fa-7e309efc00b8\"}" - headers: - Content-Length: - - "763" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 18:00:42 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - 0d3bc0e7-1124-45c1-93b9-35c5aba1c1bd - status: 200 OK - code: 200 - duration: 101.403086ms -- id: 266 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/nl-ams/pools/4ecf20a5-b4a3-4b2c-a4f4-903716060d4d - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 763 - body: "{\"region\":\"nl-ams\", \"id\":\"4ecf20a5-b4a3-4b2c-a4f4-903716060d4d\", \"cluster_id\":\"51cd429b-6235-4520-9ce3-88deeb88bac1\", \"created_at\":\"2025-10-30T17:56:08.596157Z\", \"updated_at\":\"2025-10-30T17:58:44.559018Z\", \"name\":\"test-pool-placement-group-2\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"92444188-3b2e-4515-a75d-f228a9ef8202\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"nl-ams-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"20b640cd-1ccd-4f6f-93fa-7e309efc00b8\"}" - headers: - Content-Length: - - "763" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 18:00:47 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - 98af3b35-dae5-4a7b-bdfb-9b165f90a7b3 - status: 200 OK - code: 200 - duration: 94.919677ms -- id: 267 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/nl-ams/pools/4ecf20a5-b4a3-4b2c-a4f4-903716060d4d - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 763 - body: "{\"region\":\"nl-ams\", \"id\":\"4ecf20a5-b4a3-4b2c-a4f4-903716060d4d\", \"cluster_id\":\"51cd429b-6235-4520-9ce3-88deeb88bac1\", \"created_at\":\"2025-10-30T17:56:08.596157Z\", \"updated_at\":\"2025-10-30T17:58:44.559018Z\", \"name\":\"test-pool-placement-group-2\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"92444188-3b2e-4515-a75d-f228a9ef8202\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"nl-ams-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"20b640cd-1ccd-4f6f-93fa-7e309efc00b8\"}" - headers: - Content-Length: - - "763" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 18:00:52 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - 16231ce3-9f94-4004-8827-6f67294f2ed1 - status: 200 OK - code: 200 - duration: 96.513382ms -- id: 268 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/nl-ams/pools/4ecf20a5-b4a3-4b2c-a4f4-903716060d4d - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 125 - body: "{\"message\":\"resource is not found\",\"resource\":\"pool\",\"resource_id\":\"4ecf20a5-b4a3-4b2c-a4f4-903716060d4d\",\"type\":\"not_found\"}" - headers: - Content-Length: - - "125" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 18:00:57 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - 69d2fcb0-ff49-432b-9818-42bbae22ff9b - status: 404 Not Found - code: 404 - duration: 37.230859ms -- id: 269 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/nl-ams-2/placement_groups/92444188-3b2e-4515-a75d-f228a9ef8202 - method: DELETE - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 0 - body: "" - headers: - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 18:00:57 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - b2e54fc0-1c4f-4cfb-9735-bcb3c7b8e491 - status: 204 No Content - code: 204 - duration: 156.183103ms -- id: 270 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - form: - with_additional_resources: - - "false" - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/nl-ams/clusters/51cd429b-6235-4520-9ce3-88deeb88bac1?with_additional_resources=false - method: DELETE - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1655 - body: "{\"region\":\"nl-ams\", \"id\":\"51cd429b-6235-4520-9ce3-88deeb88bac1\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:56:02.955990Z\", \"updated_at\":\"2025-10-30T18:00:57.566569Z\", \"type\":\"kapsule\", \"name\":\"test-pool-placement-group-2\", \"description\":\"\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"cni\":\"calico\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"placement_group\"], \"cluster_url\":\"https://51cd429b-6235-4520-9ce3-88deeb88bac1.api.k8s.nl-ams.scw.cloud:6443\", \"dns_wildcard\":\"*.51cd429b-6235-4520-9ce3-88deeb88bac1.nodes.k8s.nl-ams.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"9b711663-f2a0-491c-9671-b2de399ebdad\", \"commitment_ends_at\":\"2025-10-30T17:56:02.956006Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"e06b5c18-1479-46de-915f-ff27b1cef80e\", \"new_images_enabled\":false, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1655" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 18:00:57 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - 7739e384-8693-4ad0-bec1-c4f8f7dad729 - status: 200 OK - code: 200 - duration: 159.861484ms -- id: 271 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/nl-ams/clusters/51cd429b-6235-4520-9ce3-88deeb88bac1 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1654 - body: "{\"region\":\"nl-ams\", \"id\":\"51cd429b-6235-4520-9ce3-88deeb88bac1\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T17:56:02.955990Z\", \"updated_at\":\"2025-10-30T18:00:57.566569Z\", \"type\":\"kapsule\", \"name\":\"test-pool-placement-group-2\", \"description\":\"\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"cni\":\"calico\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"placement_group\"], \"cluster_url\":\"https://51cd429b-6235-4520-9ce3-88deeb88bac1.api.k8s.nl-ams.scw.cloud:6443\", \"dns_wildcard\":\"*.51cd429b-6235-4520-9ce3-88deeb88bac1.nodes.k8s.nl-ams.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"9b711663-f2a0-491c-9671-b2de399ebdad\", \"commitment_ends_at\":\"2025-10-30T17:56:02.956006Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"e06b5c18-1479-46de-915f-ff27b1cef80e\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1654" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 18:00:57 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - 1088b069-e39b-42c2-83fb-5becc7d7b655 - status: 200 OK - code: 200 - duration: 92.757968ms -- id: 272 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 143 - host: api.scaleway.com - body: "{\"name\":\"test-pool-placement-group\",\"project\":\"105bdce1-64c0-48ab-899d-868455867ecf\",\"policy_mode\":\"optional\",\"policy_type\":\"max_availability\"}" - headers: - Content-Type: - - application/json - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/nl-ams-1/placement_groups - method: POST - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 331 - body: "{\"placement_group\": {\"id\": \"6cb779ef-7268-40d6-b897-5a81ff7e5f51\", \"name\": \"test-pool-placement-group\", \"organization\": \"105bdce1-64c0-48ab-899d-868455867ecf\", \"project\": \"105bdce1-64c0-48ab-899d-868455867ecf\", \"policy_mode\": \"optional\", \"policy_type\": \"max_availability\", \"policy_respected\": true, \"tags\": [], \"zone\": \"nl-ams-1\"}}" - headers: - Content-Length: - - "331" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 18:00:57 GMT - Location: - - https://api.scaleway.com/instance/v1/zones/nl-ams-1/placement_groups/6cb779ef-7268-40d6-b897-5a81ff7e5f51 - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - 3672bee2-48c0-4196-8ca9-db7367e89a3f - status: 201 Created - code: 201 - duration: 215.451661ms -- id: 273 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/nl-ams-1/placement_groups/6cb779ef-7268-40d6-b897-5a81ff7e5f51 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 331 - body: "{\"placement_group\": {\"id\": \"6cb779ef-7268-40d6-b897-5a81ff7e5f51\", \"name\": \"test-pool-placement-group\", \"organization\": \"105bdce1-64c0-48ab-899d-868455867ecf\", \"project\": \"105bdce1-64c0-48ab-899d-868455867ecf\", \"policy_mode\": \"optional\", \"policy_type\": \"max_availability\", \"policy_respected\": true, \"tags\": [], \"zone\": \"nl-ams-1\"}}" - headers: - Content-Length: - - "331" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 18:00:57 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - 221615c3-a1c5-47e0-8fd4-b01f5c599c68 - status: 200 OK - code: 200 - duration: 127.978561ms -- id: 274 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/nl-ams/clusters/51cd429b-6235-4520-9ce3-88deeb88bac1 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 128 - body: "{\"message\":\"resource is not found\",\"resource\":\"cluster\",\"resource_id\":\"51cd429b-6235-4520-9ce3-88deeb88bac1\",\"type\":\"not_found\"}" - headers: - Content-Length: - - "128" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 18:01:02 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - ed88b636-deba-4c78-9cea-5e9a4d8953ec - status: 404 Not Found - code: 404 - duration: 50.35364ms -- id: 275 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/nl-ams/private-networks/9b711663-f2a0-491c-9671-b2de399ebdad - method: DELETE - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 0 - body: "" - headers: - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 18:01:04 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - 8753809a-a816-476a-ae07-1fedfdcb9aa8 - status: 204 No Content - code: 204 - duration: 1.463589006s -- id: 276 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/nl-ams/vpcs/cffbd660-4df5-4f5c-bd63-351d28eb1f85 - method: DELETE - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 0 - body: "" - headers: - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 18:01:04 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - 55079eff-5771-4a5d-bf48-589bafc04b52 - status: 204 No Content - code: 204 - duration: 333.311668ms -- id: 277 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 664 - host: api.scaleway.com - body: "{\"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\",\"type\":\"multicloud\",\"name\":\"test-pool-placement-group-2\",\"description\":\"\",\"tags\":[\"terraform-test\",\"scaleway_k8s_cluster\",\"placement_group\"],\"version\":\"1.34.1\",\"cni\":\"kilo\",\"pools\":null,\"autoscaler_config\":{\"scale_down_disabled\":null,\"scale_down_delay_after_add\":null,\"estimator\":\"unknown_estimator\",\"expander\":\"unknown_expander\",\"ignore_daemonsets_utilization\":null,\"balance_similar_node_groups\":null,\"expendable_pods_priority_cutoff\":0,\"scale_down_unneeded_time\":null,\"scale_down_utilization_threshold\":null,\"max_graceful_termination_sec\":0},\"feature_gates\":[],\"admission_plugins\":[],\"apiserver_cert_sans\":[]}" - headers: - Content-Type: - - application/json - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters - method: POST - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1586 - body: "{\"region\":\"fr-par\", \"id\":\"bd4f1f32-7fca-4d6f-b6ca-6e21496866bf\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T18:01:04.982622Z\", \"updated_at\":\"2025-10-30T18:01:04.982622Z\", \"type\":\"multicloud\", \"name\":\"test-pool-placement-group-2\", \"description\":\"\", \"status\":\"creating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"placement_group\"], \"cluster_url\":\"https://bd4f1f32-7fca-4d6f-b6ca-6e21496866bf.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.bd4f1f32-7fca-4d6f-b6ca-6e21496866bf.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-10-30T18:01:04.982637Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"\", \"new_images_enabled\":false, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1586" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 18:01:05 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - e3fab352-e851-4b2e-b155-05d705424fe2 - status: 200 OK - code: 200 - duration: 408.347945ms -- id: 278 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/bd4f1f32-7fca-4d6f-b6ca-6e21496866bf - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1585 - body: "{\"region\":\"fr-par\", \"id\":\"bd4f1f32-7fca-4d6f-b6ca-6e21496866bf\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T18:01:04.982622Z\", \"updated_at\":\"2025-10-30T18:01:04.982622Z\", \"type\":\"multicloud\", \"name\":\"test-pool-placement-group-2\", \"description\":\"\", \"status\":\"creating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"placement_group\"], \"cluster_url\":\"https://bd4f1f32-7fca-4d6f-b6ca-6e21496866bf.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.bd4f1f32-7fca-4d6f-b6ca-6e21496866bf.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-10-30T18:01:04.982637Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1585" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 18:01:05 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - 9b7144eb-ae82-41df-a1a5-b52ee44db507 - status: 200 OK - code: 200 - duration: 100.057862ms -- id: 279 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/bd4f1f32-7fca-4d6f-b6ca-6e21496866bf - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1621 - body: "{\"region\":\"fr-par\", \"id\":\"bd4f1f32-7fca-4d6f-b6ca-6e21496866bf\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T18:01:04.982622Z\", \"updated_at\":\"2025-10-30T18:01:05.469479Z\", \"type\":\"multicloud\", \"name\":\"test-pool-placement-group-2\", \"description\":\"\", \"status\":\"creating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"placement_group\"], \"cluster_url\":\"https://bd4f1f32-7fca-4d6f-b6ca-6e21496866bf.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.bd4f1f32-7fca-4d6f-b6ca-6e21496866bf.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-10-30T18:01:04.982637Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"675bc338-38ac-452a-b748-eb9f7a842b0e\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1621" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 18:01:10 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - cb908cf3-a47b-45ff-9aa0-3c7c53a1d5ab - status: 200 OK - code: 200 - duration: 79.824424ms -- id: 280 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/bd4f1f32-7fca-4d6f-b6ca-6e21496866bf - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1621 - body: "{\"region\":\"fr-par\", \"id\":\"bd4f1f32-7fca-4d6f-b6ca-6e21496866bf\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T18:01:04.982622Z\", \"updated_at\":\"2025-10-30T18:01:05.469479Z\", \"type\":\"multicloud\", \"name\":\"test-pool-placement-group-2\", \"description\":\"\", \"status\":\"creating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"placement_group\"], \"cluster_url\":\"https://bd4f1f32-7fca-4d6f-b6ca-6e21496866bf.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.bd4f1f32-7fca-4d6f-b6ca-6e21496866bf.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-10-30T18:01:04.982637Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"675bc338-38ac-452a-b748-eb9f7a842b0e\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1621" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 18:01:15 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - 41e3ea8a-b361-431d-9a66-b4d9398c3d8e - status: 200 OK - code: 200 - duration: 90.544782ms -- id: 281 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/bd4f1f32-7fca-4d6f-b6ca-6e21496866bf - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1621 - body: "{\"region\":\"fr-par\", \"id\":\"bd4f1f32-7fca-4d6f-b6ca-6e21496866bf\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T18:01:04.982622Z\", \"updated_at\":\"2025-10-30T18:01:05.469479Z\", \"type\":\"multicloud\", \"name\":\"test-pool-placement-group-2\", \"description\":\"\", \"status\":\"creating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"placement_group\"], \"cluster_url\":\"https://bd4f1f32-7fca-4d6f-b6ca-6e21496866bf.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.bd4f1f32-7fca-4d6f-b6ca-6e21496866bf.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-10-30T18:01:04.982637Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"675bc338-38ac-452a-b748-eb9f7a842b0e\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1621" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 18:01:20 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - 3305b511-ea23-43f6-ab3b-8d78ce294fc8 - status: 200 OK - code: 200 - duration: 86.224718ms -- id: 282 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/bd4f1f32-7fca-4d6f-b6ca-6e21496866bf - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1621 - body: "{\"region\":\"fr-par\", \"id\":\"bd4f1f32-7fca-4d6f-b6ca-6e21496866bf\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T18:01:04.982622Z\", \"updated_at\":\"2025-10-30T18:01:05.469479Z\", \"type\":\"multicloud\", \"name\":\"test-pool-placement-group-2\", \"description\":\"\", \"status\":\"creating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"placement_group\"], \"cluster_url\":\"https://bd4f1f32-7fca-4d6f-b6ca-6e21496866bf.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.bd4f1f32-7fca-4d6f-b6ca-6e21496866bf.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-10-30T18:01:04.982637Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"675bc338-38ac-452a-b748-eb9f7a842b0e\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1621" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 18:01:25 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - eabf9fe8-266c-48f8-a1b0-1ae24da95816 - status: 200 OK - code: 200 - duration: 85.855866ms -- id: 283 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/bd4f1f32-7fca-4d6f-b6ca-6e21496866bf - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1621 - body: "{\"region\":\"fr-par\", \"id\":\"bd4f1f32-7fca-4d6f-b6ca-6e21496866bf\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T18:01:04.982622Z\", \"updated_at\":\"2025-10-30T18:01:05.469479Z\", \"type\":\"multicloud\", \"name\":\"test-pool-placement-group-2\", \"description\":\"\", \"status\":\"creating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"placement_group\"], \"cluster_url\":\"https://bd4f1f32-7fca-4d6f-b6ca-6e21496866bf.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.bd4f1f32-7fca-4d6f-b6ca-6e21496866bf.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-10-30T18:01:04.982637Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"675bc338-38ac-452a-b748-eb9f7a842b0e\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1621" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 18:01:30 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - 7b166db5-1b17-40b8-95df-d427039131a2 - status: 200 OK - code: 200 - duration: 107.141913ms -- id: 284 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/bd4f1f32-7fca-4d6f-b6ca-6e21496866bf - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1621 - body: "{\"region\":\"fr-par\", \"id\":\"bd4f1f32-7fca-4d6f-b6ca-6e21496866bf\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T18:01:04.982622Z\", \"updated_at\":\"2025-10-30T18:01:05.469479Z\", \"type\":\"multicloud\", \"name\":\"test-pool-placement-group-2\", \"description\":\"\", \"status\":\"creating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"placement_group\"], \"cluster_url\":\"https://bd4f1f32-7fca-4d6f-b6ca-6e21496866bf.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.bd4f1f32-7fca-4d6f-b6ca-6e21496866bf.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-10-30T18:01:04.982637Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"675bc338-38ac-452a-b748-eb9f7a842b0e\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1621" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 18:01:35 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - abb40def-9ab6-40ce-bcc6-f24b69900eee - status: 200 OK - code: 200 - duration: 109.498541ms -- id: 285 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/bd4f1f32-7fca-4d6f-b6ca-6e21496866bf - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1621 - body: "{\"region\":\"fr-par\", \"id\":\"bd4f1f32-7fca-4d6f-b6ca-6e21496866bf\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T18:01:04.982622Z\", \"updated_at\":\"2025-10-30T18:01:05.469479Z\", \"type\":\"multicloud\", \"name\":\"test-pool-placement-group-2\", \"description\":\"\", \"status\":\"creating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"placement_group\"], \"cluster_url\":\"https://bd4f1f32-7fca-4d6f-b6ca-6e21496866bf.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.bd4f1f32-7fca-4d6f-b6ca-6e21496866bf.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-10-30T18:01:04.982637Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"675bc338-38ac-452a-b748-eb9f7a842b0e\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1621" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 18:01:40 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - bdd0e1aa-3b33-4c88-af6f-91561248310e - status: 200 OK - code: 200 - duration: 88.152081ms -- id: 286 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/bd4f1f32-7fca-4d6f-b6ca-6e21496866bf - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1621 - body: "{\"region\":\"fr-par\", \"id\":\"bd4f1f32-7fca-4d6f-b6ca-6e21496866bf\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T18:01:04.982622Z\", \"updated_at\":\"2025-10-30T18:01:05.469479Z\", \"type\":\"multicloud\", \"name\":\"test-pool-placement-group-2\", \"description\":\"\", \"status\":\"creating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"placement_group\"], \"cluster_url\":\"https://bd4f1f32-7fca-4d6f-b6ca-6e21496866bf.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.bd4f1f32-7fca-4d6f-b6ca-6e21496866bf.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-10-30T18:01:04.982637Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"675bc338-38ac-452a-b748-eb9f7a842b0e\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1621" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 18:01:45 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - b2104024-53c2-476d-9b43-9100e6241c19 - status: 200 OK - code: 200 - duration: 78.083316ms -- id: 287 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/bd4f1f32-7fca-4d6f-b6ca-6e21496866bf - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1621 - body: "{\"region\":\"fr-par\", \"id\":\"bd4f1f32-7fca-4d6f-b6ca-6e21496866bf\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T18:01:04.982622Z\", \"updated_at\":\"2025-10-30T18:01:05.469479Z\", \"type\":\"multicloud\", \"name\":\"test-pool-placement-group-2\", \"description\":\"\", \"status\":\"creating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"placement_group\"], \"cluster_url\":\"https://bd4f1f32-7fca-4d6f-b6ca-6e21496866bf.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.bd4f1f32-7fca-4d6f-b6ca-6e21496866bf.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-10-30T18:01:04.982637Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"675bc338-38ac-452a-b748-eb9f7a842b0e\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1621" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 18:01:50 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - 0ecf0051-54ca-4273-a148-7ff8ee5a13b6 - status: 200 OK - code: 200 - duration: 83.56755ms -- id: 288 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/bd4f1f32-7fca-4d6f-b6ca-6e21496866bf - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1621 - body: "{\"region\":\"fr-par\", \"id\":\"bd4f1f32-7fca-4d6f-b6ca-6e21496866bf\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T18:01:04.982622Z\", \"updated_at\":\"2025-10-30T18:01:05.469479Z\", \"type\":\"multicloud\", \"name\":\"test-pool-placement-group-2\", \"description\":\"\", \"status\":\"creating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"placement_group\"], \"cluster_url\":\"https://bd4f1f32-7fca-4d6f-b6ca-6e21496866bf.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.bd4f1f32-7fca-4d6f-b6ca-6e21496866bf.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-10-30T18:01:04.982637Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"675bc338-38ac-452a-b748-eb9f7a842b0e\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1621" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 18:01:56 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - 3ed6b0ac-dc0a-43fd-9211-eb1a61ac221d - status: 200 OK - code: 200 - duration: 90.364239ms -- id: 289 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/bd4f1f32-7fca-4d6f-b6ca-6e21496866bf - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1621 - body: "{\"region\":\"fr-par\", \"id\":\"bd4f1f32-7fca-4d6f-b6ca-6e21496866bf\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T18:01:04.982622Z\", \"updated_at\":\"2025-10-30T18:01:05.469479Z\", \"type\":\"multicloud\", \"name\":\"test-pool-placement-group-2\", \"description\":\"\", \"status\":\"creating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"placement_group\"], \"cluster_url\":\"https://bd4f1f32-7fca-4d6f-b6ca-6e21496866bf.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.bd4f1f32-7fca-4d6f-b6ca-6e21496866bf.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-10-30T18:01:04.982637Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"675bc338-38ac-452a-b748-eb9f7a842b0e\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1621" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 18:02:01 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - 46fb1fcd-29f6-4e09-a1a6-6e0087ab0df0 - status: 200 OK - code: 200 - duration: 92.466218ms -- id: 290 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/bd4f1f32-7fca-4d6f-b6ca-6e21496866bf - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1621 - body: "{\"region\":\"fr-par\", \"id\":\"bd4f1f32-7fca-4d6f-b6ca-6e21496866bf\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T18:01:04.982622Z\", \"updated_at\":\"2025-10-30T18:01:05.469479Z\", \"type\":\"multicloud\", \"name\":\"test-pool-placement-group-2\", \"description\":\"\", \"status\":\"creating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"placement_group\"], \"cluster_url\":\"https://bd4f1f32-7fca-4d6f-b6ca-6e21496866bf.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.bd4f1f32-7fca-4d6f-b6ca-6e21496866bf.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-10-30T18:01:04.982637Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"675bc338-38ac-452a-b748-eb9f7a842b0e\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1621" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 18:02:06 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - d4b9bf9f-5979-4c85-ae08-340e38650f34 - status: 200 OK - code: 200 - duration: 81.751451ms -- id: 291 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/bd4f1f32-7fca-4d6f-b6ca-6e21496866bf - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1621 - body: "{\"region\":\"fr-par\", \"id\":\"bd4f1f32-7fca-4d6f-b6ca-6e21496866bf\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T18:01:04.982622Z\", \"updated_at\":\"2025-10-30T18:01:05.469479Z\", \"type\":\"multicloud\", \"name\":\"test-pool-placement-group-2\", \"description\":\"\", \"status\":\"creating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"placement_group\"], \"cluster_url\":\"https://bd4f1f32-7fca-4d6f-b6ca-6e21496866bf.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.bd4f1f32-7fca-4d6f-b6ca-6e21496866bf.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-10-30T18:01:04.982637Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"675bc338-38ac-452a-b748-eb9f7a842b0e\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1621" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 18:02:11 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - 3ae9271f-b1dd-4579-869d-ce4e993a023f - status: 200 OK - code: 200 - duration: 90.280122ms -- id: 292 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/bd4f1f32-7fca-4d6f-b6ca-6e21496866bf - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1621 - body: "{\"region\":\"fr-par\", \"id\":\"bd4f1f32-7fca-4d6f-b6ca-6e21496866bf\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T18:01:04.982622Z\", \"updated_at\":\"2025-10-30T18:01:05.469479Z\", \"type\":\"multicloud\", \"name\":\"test-pool-placement-group-2\", \"description\":\"\", \"status\":\"creating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"placement_group\"], \"cluster_url\":\"https://bd4f1f32-7fca-4d6f-b6ca-6e21496866bf.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.bd4f1f32-7fca-4d6f-b6ca-6e21496866bf.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-10-30T18:01:04.982637Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"675bc338-38ac-452a-b748-eb9f7a842b0e\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1621" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 18:02:16 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - f1200f64-486b-4afc-ae19-5caafa00a162 - status: 200 OK - code: 200 - duration: 95.093586ms -- id: 293 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/bd4f1f32-7fca-4d6f-b6ca-6e21496866bf - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1621 - body: "{\"region\":\"fr-par\", \"id\":\"bd4f1f32-7fca-4d6f-b6ca-6e21496866bf\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T18:01:04.982622Z\", \"updated_at\":\"2025-10-30T18:01:05.469479Z\", \"type\":\"multicloud\", \"name\":\"test-pool-placement-group-2\", \"description\":\"\", \"status\":\"creating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"placement_group\"], \"cluster_url\":\"https://bd4f1f32-7fca-4d6f-b6ca-6e21496866bf.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.bd4f1f32-7fca-4d6f-b6ca-6e21496866bf.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-10-30T18:01:04.982637Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"675bc338-38ac-452a-b748-eb9f7a842b0e\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1621" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 18:02:21 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - 336538ab-6dcc-42c5-a38d-c6ca7887da26 - status: 200 OK - code: 200 - duration: 199.861257ms -- id: 294 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/bd4f1f32-7fca-4d6f-b6ca-6e21496866bf - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1621 - body: "{\"region\":\"fr-par\", \"id\":\"bd4f1f32-7fca-4d6f-b6ca-6e21496866bf\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T18:01:04.982622Z\", \"updated_at\":\"2025-10-30T18:01:05.469479Z\", \"type\":\"multicloud\", \"name\":\"test-pool-placement-group-2\", \"description\":\"\", \"status\":\"creating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"placement_group\"], \"cluster_url\":\"https://bd4f1f32-7fca-4d6f-b6ca-6e21496866bf.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.bd4f1f32-7fca-4d6f-b6ca-6e21496866bf.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-10-30T18:01:04.982637Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"675bc338-38ac-452a-b748-eb9f7a842b0e\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1621" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 18:02:26 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - 6d379999-04dd-48ae-b260-3a8bbf8ff76d - status: 200 OK - code: 200 - duration: 87.757365ms -- id: 295 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/bd4f1f32-7fca-4d6f-b6ca-6e21496866bf - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1618 - body: "{\"region\":\"fr-par\", \"id\":\"bd4f1f32-7fca-4d6f-b6ca-6e21496866bf\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T18:01:04.982622Z\", \"updated_at\":\"2025-10-30T18:02:28.937390Z\", \"type\":\"multicloud\", \"name\":\"test-pool-placement-group-2\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"placement_group\"], \"cluster_url\":\"https://bd4f1f32-7fca-4d6f-b6ca-6e21496866bf.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.bd4f1f32-7fca-4d6f-b6ca-6e21496866bf.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-10-30T18:01:04.982637Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"675bc338-38ac-452a-b748-eb9f7a842b0e\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1618" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 18:02:31 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - 60d2783e-b8ab-479e-aeae-e3f9e1ad975d - status: 200 OK - code: 200 - duration: 131.418008ms -- id: 296 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/bd4f1f32-7fca-4d6f-b6ca-6e21496866bf - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1618 - body: "{\"region\":\"fr-par\", \"id\":\"bd4f1f32-7fca-4d6f-b6ca-6e21496866bf\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T18:01:04.982622Z\", \"updated_at\":\"2025-10-30T18:02:28.937390Z\", \"type\":\"multicloud\", \"name\":\"test-pool-placement-group-2\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"placement_group\"], \"cluster_url\":\"https://bd4f1f32-7fca-4d6f-b6ca-6e21496866bf.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.bd4f1f32-7fca-4d6f-b6ca-6e21496866bf.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-10-30T18:01:04.982637Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"675bc338-38ac-452a-b748-eb9f7a842b0e\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1618" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 18:02:31 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - c4b0bc10-0b25-4067-bc76-36e42269e627 - status: 200 OK - code: 200 - duration: 25.955011ms -- id: 297 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/bd4f1f32-7fca-4d6f-b6ca-6e21496866bf/kubeconfig - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1754 - body: "{\"name\":\"kubeconfig\", \"content_type\":\"application/octet-stream\", \"content\":\"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogInRlc3QtcG9vbC1wbGFjZW1lbnQtZ3JvdXAtMiIKICBjbHVzdGVyOgogICAgY2VydGlmaWNhdGUtYXV0aG9yaXR5LWRhdGE6IExTMHRMUzFDUlVkSlRpQkRSVkpVU1VaSlEwRlVSUzB0TFMwdENrMUpTVUpYZWtORFFWRkhaMEYzU1VKQlowbENRVVJCUzBKblozRm9hMnBQVUZGUlJFRnFRVlpOVWsxM1JWRlpSRlpSVVVSRmQzQnlaRmRLYkdOdE5Xd0taRWRXZWsxQ05GaEVWRWt4VFZSQmVVOVVSVFJOUkVWM1RsWnZXRVJVVFRGTlZFRjVUMVJGTkUxRVJYZE9WbTkzUmxSRlZFMUNSVWRCTVZWRlFYaE5Td3BoTTFacFdsaEtkVnBZVW14amVrSmFUVUpOUjBKNWNVZFRUVFE1UVdkRlIwTkRjVWRUVFRRNVFYZEZTRUV3U1VGQ1FuQmtZVEUyWkdNeFZIbE5SV1F2Q2l0c1prcGxXVkZCVEVaYVYwcDVORUZrZVhoWlpIWnRhM3B6VFhKWFdqZGhTMGRGT0Zwa2JtUlVRbUpoYXpSbllraEZVVXhrY1RreGFGVkdUVWhwT1dRS1prUXpiSE0zWldwUmFrSkJUVUUwUjBFeFZXUkVkMFZDTDNkUlJVRjNTVU53UkVGUVFtZE9Wa2hTVFVKQlpqaEZRbFJCUkVGUlNDOU5RakJIUVRGVlpBcEVaMUZYUWtKVU9DOVRhVWhKZFZoM09EQkxPVmx1WW5weFdVcFRZV3B2WkZaVVFVdENaMmR4YUd0cVQxQlJVVVJCWjA1SlFVUkNSa0ZwUlVFemNWSndDbEJpUlVGc1JVeGtTWFp3SzFwdGNUWmhORkJRWlhWdlZHOXllRkl6UTJ0NlZYUlRiMFZWWTBOSlNEVkVXRTkwVjNGdU1Fb3dPVTB3T0hvdmJHOUtZa01LY1hSWmVEbG5NR3RKTkVOV1JVeFlMM1ZIT1cwS0xTMHRMUzFGVGtRZ1EwVlNWRWxHU1VOQlZFVXRMUzB0TFFvPQogICAgc2VydmVyOiBodHRwczovL2JkNGYxZjMyLTdmY2EtNGQ2Zi1iNmNhLTZlMjE0OTY4NjZiZi5hcGkuazhzLmZyLXBhci5zY3cuY2xvdWQ6NjQ0Mwpjb250ZXh0czoKLSBuYW1lOiBhZG1pbkB0ZXN0LXBvb2wtcGxhY2VtZW50LWdyb3VwLTIKICBjb250ZXh0OgogICAgY2x1c3RlcjogInRlc3QtcG9vbC1wbGFjZW1lbnQtZ3JvdXAtMiIKICAgIHVzZXI6IHRlc3QtcG9vbC1wbGFjZW1lbnQtZ3JvdXAtMi1hZG1pbgpjdXJyZW50LWNvbnRleHQ6IGFkbWluQHRlc3QtcG9vbC1wbGFjZW1lbnQtZ3JvdXAtMgpraW5kOiBDb25maWcKcHJlZmVyZW5jZXM6IHt9CnVzZXJzOgotIG5hbWU6IHRlc3QtcG9vbC1wbGFjZW1lbnQtZ3JvdXAtMi1hZG1pbgogIHVzZXI6CiAgICB0b2tlbjogZmdENVp2WkgwU08wbEpudlBrVmFDZlZEVk85dmtNU01PNmlhaVRtM1JDOHNUYVdRV1RUVHVYckY=\"}" - headers: - Content-Length: - - "1754" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 18:02:31 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - bf7a2ad7-59e0-4f99-9b29-1ca1a4a97626 - status: 200 OK - code: 200 - duration: 163.473319ms -- id: 298 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/bd4f1f32-7fca-4d6f-b6ca-6e21496866bf - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1618 - body: "{\"region\":\"fr-par\", \"id\":\"bd4f1f32-7fca-4d6f-b6ca-6e21496866bf\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T18:01:04.982622Z\", \"updated_at\":\"2025-10-30T18:02:28.937390Z\", \"type\":\"multicloud\", \"name\":\"test-pool-placement-group-2\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"placement_group\"], \"cluster_url\":\"https://bd4f1f32-7fca-4d6f-b6ca-6e21496866bf.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.bd4f1f32-7fca-4d6f-b6ca-6e21496866bf.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-10-30T18:01:04.982637Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"675bc338-38ac-452a-b748-eb9f7a842b0e\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1618" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 18:02:32 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - ad2bb04d-6303-458e-a273-612bb39d2a42 - status: 200 OK - code: 200 - duration: 99.429733ms -- id: 299 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 343 - host: api.scaleway.com - body: "{\"name\":\"test-pool-placement-group-2\",\"node_type\":\"pro2_xxs\",\"placement_group_id\":\"6cb779ef-7268-40d6-b897-5a81ff7e5f51\",\"autoscaling\":false,\"size\":1,\"min_size\":1,\"max_size\":1,\"container_runtime\":\"containerd\",\"autohealing\":false,\"tags\":[],\"kubelet_args\":{},\"zone\":\"nl-ams-1\",\"root_volume_type\":\"default_volume_type\",\"public_ip_disabled\":false}" - headers: - Content-Type: - - application/json - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/bd4f1f32-7fca-4d6f-b6ca-6e21496866bf/pools - method: POST - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 762 - body: "{\"region\":\"fr-par\", \"id\":\"f212d6ad-e2b3-49ad-9258-5213ba3b38a0\", \"cluster_id\":\"bd4f1f32-7fca-4d6f-b6ca-6e21496866bf\", \"created_at\":\"2025-10-30T18:02:32.255005Z\", \"updated_at\":\"2025-10-30T18:02:32.255005Z\", \"name\":\"test-pool-placement-group-2\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"6cb779ef-7268-40d6-b897-5a81ff7e5f51\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"nl-ams-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"04349b89-1357-4383-8742-8680fd417841\"}" - headers: - Content-Length: - - "762" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 18:02:32 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - 472bc6b6-e8a1-452f-84c8-fff8712d8e00 - status: 200 OK - code: 200 - duration: 306.248423ms -- id: 300 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/f212d6ad-e2b3-49ad-9258-5213ba3b38a0 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 762 - body: "{\"region\":\"fr-par\", \"id\":\"f212d6ad-e2b3-49ad-9258-5213ba3b38a0\", \"cluster_id\":\"bd4f1f32-7fca-4d6f-b6ca-6e21496866bf\", \"created_at\":\"2025-10-30T18:02:32.255005Z\", \"updated_at\":\"2025-10-30T18:02:32.255005Z\", \"name\":\"test-pool-placement-group-2\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"6cb779ef-7268-40d6-b897-5a81ff7e5f51\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"nl-ams-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"04349b89-1357-4383-8742-8680fd417841\"}" - headers: - Content-Length: - - "762" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 18:02:32 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - 38960009-9807-45c0-b8c9-45c2a23ad194 - status: 200 OK - code: 200 - duration: 91.611937ms -- id: 301 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/f212d6ad-e2b3-49ad-9258-5213ba3b38a0 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 762 - body: "{\"region\":\"fr-par\", \"id\":\"f212d6ad-e2b3-49ad-9258-5213ba3b38a0\", \"cluster_id\":\"bd4f1f32-7fca-4d6f-b6ca-6e21496866bf\", \"created_at\":\"2025-10-30T18:02:32.255005Z\", \"updated_at\":\"2025-10-30T18:02:32.255005Z\", \"name\":\"test-pool-placement-group-2\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"6cb779ef-7268-40d6-b897-5a81ff7e5f51\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"nl-ams-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"04349b89-1357-4383-8742-8680fd417841\"}" - headers: - Content-Length: - - "762" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 18:02:37 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - 9662e068-d409-4a80-9ac7-c55c819511ab - status: 200 OK - code: 200 - duration: 103.169921ms -- id: 302 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/f212d6ad-e2b3-49ad-9258-5213ba3b38a0 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 762 - body: "{\"region\":\"fr-par\", \"id\":\"f212d6ad-e2b3-49ad-9258-5213ba3b38a0\", \"cluster_id\":\"bd4f1f32-7fca-4d6f-b6ca-6e21496866bf\", \"created_at\":\"2025-10-30T18:02:32.255005Z\", \"updated_at\":\"2025-10-30T18:02:32.255005Z\", \"name\":\"test-pool-placement-group-2\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"6cb779ef-7268-40d6-b897-5a81ff7e5f51\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"nl-ams-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"04349b89-1357-4383-8742-8680fd417841\"}" - headers: - Content-Length: - - "762" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 18:02:42 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - 3800ffe1-2bb4-4218-9e43-d9c05628494b - status: 200 OK - code: 200 - duration: 87.661416ms -- id: 303 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/f212d6ad-e2b3-49ad-9258-5213ba3b38a0 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 762 - body: "{\"region\":\"fr-par\", \"id\":\"f212d6ad-e2b3-49ad-9258-5213ba3b38a0\", \"cluster_id\":\"bd4f1f32-7fca-4d6f-b6ca-6e21496866bf\", \"created_at\":\"2025-10-30T18:02:32.255005Z\", \"updated_at\":\"2025-10-30T18:02:32.255005Z\", \"name\":\"test-pool-placement-group-2\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"6cb779ef-7268-40d6-b897-5a81ff7e5f51\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"nl-ams-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"04349b89-1357-4383-8742-8680fd417841\"}" - headers: - Content-Length: - - "762" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 18:02:47 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - 2896a1d2-71ca-4432-8178-1c261d8dd579 - status: 200 OK - code: 200 - duration: 97.59086ms -- id: 304 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/f212d6ad-e2b3-49ad-9258-5213ba3b38a0 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 762 - body: "{\"region\":\"fr-par\", \"id\":\"f212d6ad-e2b3-49ad-9258-5213ba3b38a0\", \"cluster_id\":\"bd4f1f32-7fca-4d6f-b6ca-6e21496866bf\", \"created_at\":\"2025-10-30T18:02:32.255005Z\", \"updated_at\":\"2025-10-30T18:02:32.255005Z\", \"name\":\"test-pool-placement-group-2\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"6cb779ef-7268-40d6-b897-5a81ff7e5f51\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"nl-ams-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"04349b89-1357-4383-8742-8680fd417841\"}" - headers: - Content-Length: - - "762" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 18:02:52 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - c3583fe8-c99d-4a92-b1cb-76ecc457e7ab - status: 200 OK - code: 200 - duration: 80.607856ms -- id: 305 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/f212d6ad-e2b3-49ad-9258-5213ba3b38a0 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 762 - body: "{\"region\":\"fr-par\", \"id\":\"f212d6ad-e2b3-49ad-9258-5213ba3b38a0\", \"cluster_id\":\"bd4f1f32-7fca-4d6f-b6ca-6e21496866bf\", \"created_at\":\"2025-10-30T18:02:32.255005Z\", \"updated_at\":\"2025-10-30T18:02:32.255005Z\", \"name\":\"test-pool-placement-group-2\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"6cb779ef-7268-40d6-b897-5a81ff7e5f51\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"nl-ams-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"04349b89-1357-4383-8742-8680fd417841\"}" - headers: - Content-Length: - - "762" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 18:02:58 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - ca599e6a-ddbd-492d-a757-54659e1a5536 - status: 200 OK - code: 200 - duration: 82.588597ms -- id: 306 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/f212d6ad-e2b3-49ad-9258-5213ba3b38a0 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 762 - body: "{\"region\":\"fr-par\", \"id\":\"f212d6ad-e2b3-49ad-9258-5213ba3b38a0\", \"cluster_id\":\"bd4f1f32-7fca-4d6f-b6ca-6e21496866bf\", \"created_at\":\"2025-10-30T18:02:32.255005Z\", \"updated_at\":\"2025-10-30T18:02:32.255005Z\", \"name\":\"test-pool-placement-group-2\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"6cb779ef-7268-40d6-b897-5a81ff7e5f51\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"nl-ams-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"04349b89-1357-4383-8742-8680fd417841\"}" - headers: - Content-Length: - - "762" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 18:03:03 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - 04226614-a61f-438d-a10a-8e577aeb233c - status: 200 OK - code: 200 - duration: 93.335879ms -- id: 307 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/f212d6ad-e2b3-49ad-9258-5213ba3b38a0 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 762 - body: "{\"region\":\"fr-par\", \"id\":\"f212d6ad-e2b3-49ad-9258-5213ba3b38a0\", \"cluster_id\":\"bd4f1f32-7fca-4d6f-b6ca-6e21496866bf\", \"created_at\":\"2025-10-30T18:02:32.255005Z\", \"updated_at\":\"2025-10-30T18:02:32.255005Z\", \"name\":\"test-pool-placement-group-2\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"6cb779ef-7268-40d6-b897-5a81ff7e5f51\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"nl-ams-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"04349b89-1357-4383-8742-8680fd417841\"}" - headers: - Content-Length: - - "762" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 18:03:08 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - e8f353a4-9528-4f0e-996f-132e7b0abc33 - status: 200 OK - code: 200 - duration: 85.322565ms -- id: 308 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/f212d6ad-e2b3-49ad-9258-5213ba3b38a0 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 762 - body: "{\"region\":\"fr-par\", \"id\":\"f212d6ad-e2b3-49ad-9258-5213ba3b38a0\", \"cluster_id\":\"bd4f1f32-7fca-4d6f-b6ca-6e21496866bf\", \"created_at\":\"2025-10-30T18:02:32.255005Z\", \"updated_at\":\"2025-10-30T18:02:32.255005Z\", \"name\":\"test-pool-placement-group-2\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"6cb779ef-7268-40d6-b897-5a81ff7e5f51\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"nl-ams-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"04349b89-1357-4383-8742-8680fd417841\"}" - headers: - Content-Length: - - "762" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 18:03:13 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - 01a6141f-21a6-495d-b6ed-4c3f86342463 - status: 200 OK - code: 200 - duration: 89.263098ms -- id: 309 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/f212d6ad-e2b3-49ad-9258-5213ba3b38a0 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 762 - body: "{\"region\":\"fr-par\", \"id\":\"f212d6ad-e2b3-49ad-9258-5213ba3b38a0\", \"cluster_id\":\"bd4f1f32-7fca-4d6f-b6ca-6e21496866bf\", \"created_at\":\"2025-10-30T18:02:32.255005Z\", \"updated_at\":\"2025-10-30T18:02:32.255005Z\", \"name\":\"test-pool-placement-group-2\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"6cb779ef-7268-40d6-b897-5a81ff7e5f51\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"nl-ams-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"04349b89-1357-4383-8742-8680fd417841\"}" - headers: - Content-Length: - - "762" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 18:03:18 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - d7b595c3-4147-46bb-b88d-28218995f3c2 - status: 200 OK - code: 200 - duration: 99.52074ms -- id: 310 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/f212d6ad-e2b3-49ad-9258-5213ba3b38a0 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 762 - body: "{\"region\":\"fr-par\", \"id\":\"f212d6ad-e2b3-49ad-9258-5213ba3b38a0\", \"cluster_id\":\"bd4f1f32-7fca-4d6f-b6ca-6e21496866bf\", \"created_at\":\"2025-10-30T18:02:32.255005Z\", \"updated_at\":\"2025-10-30T18:02:32.255005Z\", \"name\":\"test-pool-placement-group-2\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"6cb779ef-7268-40d6-b897-5a81ff7e5f51\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"nl-ams-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"04349b89-1357-4383-8742-8680fd417841\"}" - headers: - Content-Length: - - "762" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 18:03:23 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - 796724ac-23f9-4299-985e-6bcc2a4b7f2b - status: 200 OK - code: 200 - duration: 108.25004ms -- id: 311 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/f212d6ad-e2b3-49ad-9258-5213ba3b38a0 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 762 - body: "{\"region\":\"fr-par\", \"id\":\"f212d6ad-e2b3-49ad-9258-5213ba3b38a0\", \"cluster_id\":\"bd4f1f32-7fca-4d6f-b6ca-6e21496866bf\", \"created_at\":\"2025-10-30T18:02:32.255005Z\", \"updated_at\":\"2025-10-30T18:02:32.255005Z\", \"name\":\"test-pool-placement-group-2\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"6cb779ef-7268-40d6-b897-5a81ff7e5f51\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"nl-ams-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"04349b89-1357-4383-8742-8680fd417841\"}" - headers: - Content-Length: - - "762" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 18:03:28 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - 96f0e737-4682-460f-9458-37b6f6a3144a - status: 200 OK - code: 200 - duration: 74.640959ms -- id: 312 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/f212d6ad-e2b3-49ad-9258-5213ba3b38a0 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 762 - body: "{\"region\":\"fr-par\", \"id\":\"f212d6ad-e2b3-49ad-9258-5213ba3b38a0\", \"cluster_id\":\"bd4f1f32-7fca-4d6f-b6ca-6e21496866bf\", \"created_at\":\"2025-10-30T18:02:32.255005Z\", \"updated_at\":\"2025-10-30T18:02:32.255005Z\", \"name\":\"test-pool-placement-group-2\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"6cb779ef-7268-40d6-b897-5a81ff7e5f51\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"nl-ams-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"04349b89-1357-4383-8742-8680fd417841\"}" - headers: - Content-Length: - - "762" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 18:03:33 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - 25d93bbe-fef7-4f44-a9a7-e2e84fc391e3 - status: 200 OK - code: 200 - duration: 87.883048ms -- id: 313 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/f212d6ad-e2b3-49ad-9258-5213ba3b38a0 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 762 - body: "{\"region\":\"fr-par\", \"id\":\"f212d6ad-e2b3-49ad-9258-5213ba3b38a0\", \"cluster_id\":\"bd4f1f32-7fca-4d6f-b6ca-6e21496866bf\", \"created_at\":\"2025-10-30T18:02:32.255005Z\", \"updated_at\":\"2025-10-30T18:02:32.255005Z\", \"name\":\"test-pool-placement-group-2\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"6cb779ef-7268-40d6-b897-5a81ff7e5f51\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"nl-ams-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"04349b89-1357-4383-8742-8680fd417841\"}" - headers: - Content-Length: - - "762" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 18:03:38 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - e97e6f7c-f9de-4fae-b4a8-880807a067d7 - status: 200 OK - code: 200 - duration: 102.25025ms -- id: 314 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/f212d6ad-e2b3-49ad-9258-5213ba3b38a0 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 762 - body: "{\"region\":\"fr-par\", \"id\":\"f212d6ad-e2b3-49ad-9258-5213ba3b38a0\", \"cluster_id\":\"bd4f1f32-7fca-4d6f-b6ca-6e21496866bf\", \"created_at\":\"2025-10-30T18:02:32.255005Z\", \"updated_at\":\"2025-10-30T18:02:32.255005Z\", \"name\":\"test-pool-placement-group-2\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"6cb779ef-7268-40d6-b897-5a81ff7e5f51\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"nl-ams-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"04349b89-1357-4383-8742-8680fd417841\"}" - headers: - Content-Length: - - "762" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 18:03:43 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - c5a959ae-f54a-42e7-ae5e-b8a7fbb5ca4e - status: 200 OK - code: 200 - duration: 118.105488ms -- id: 315 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/f212d6ad-e2b3-49ad-9258-5213ba3b38a0 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 762 - body: "{\"region\":\"fr-par\", \"id\":\"f212d6ad-e2b3-49ad-9258-5213ba3b38a0\", \"cluster_id\":\"bd4f1f32-7fca-4d6f-b6ca-6e21496866bf\", \"created_at\":\"2025-10-30T18:02:32.255005Z\", \"updated_at\":\"2025-10-30T18:02:32.255005Z\", \"name\":\"test-pool-placement-group-2\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"6cb779ef-7268-40d6-b897-5a81ff7e5f51\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"nl-ams-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"04349b89-1357-4383-8742-8680fd417841\"}" - headers: - Content-Length: - - "762" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 18:03:49 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - d75d73f5-8f77-4168-b350-2872959fcf95 - status: 200 OK - code: 200 - duration: 90.796872ms -- id: 316 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/f212d6ad-e2b3-49ad-9258-5213ba3b38a0 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 762 - body: "{\"region\":\"fr-par\", \"id\":\"f212d6ad-e2b3-49ad-9258-5213ba3b38a0\", \"cluster_id\":\"bd4f1f32-7fca-4d6f-b6ca-6e21496866bf\", \"created_at\":\"2025-10-30T18:02:32.255005Z\", \"updated_at\":\"2025-10-30T18:02:32.255005Z\", \"name\":\"test-pool-placement-group-2\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"6cb779ef-7268-40d6-b897-5a81ff7e5f51\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"nl-ams-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"04349b89-1357-4383-8742-8680fd417841\"}" - headers: - Content-Length: - - "762" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 18:03:54 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - e2d8b37c-fde5-47df-8e1b-e8ae4b8ef851 - status: 200 OK - code: 200 - duration: 95.241163ms -- id: 317 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/f212d6ad-e2b3-49ad-9258-5213ba3b38a0 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 762 - body: "{\"region\":\"fr-par\", \"id\":\"f212d6ad-e2b3-49ad-9258-5213ba3b38a0\", \"cluster_id\":\"bd4f1f32-7fca-4d6f-b6ca-6e21496866bf\", \"created_at\":\"2025-10-30T18:02:32.255005Z\", \"updated_at\":\"2025-10-30T18:02:32.255005Z\", \"name\":\"test-pool-placement-group-2\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"6cb779ef-7268-40d6-b897-5a81ff7e5f51\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"nl-ams-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"04349b89-1357-4383-8742-8680fd417841\"}" - headers: - Content-Length: - - "762" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 18:03:59 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - d980ada2-9615-40dd-9cb7-57a03e93f7fd - status: 200 OK - code: 200 - duration: 80.704594ms -- id: 318 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/f212d6ad-e2b3-49ad-9258-5213ba3b38a0 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 762 - body: "{\"region\":\"fr-par\", \"id\":\"f212d6ad-e2b3-49ad-9258-5213ba3b38a0\", \"cluster_id\":\"bd4f1f32-7fca-4d6f-b6ca-6e21496866bf\", \"created_at\":\"2025-10-30T18:02:32.255005Z\", \"updated_at\":\"2025-10-30T18:02:32.255005Z\", \"name\":\"test-pool-placement-group-2\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"6cb779ef-7268-40d6-b897-5a81ff7e5f51\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"nl-ams-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"04349b89-1357-4383-8742-8680fd417841\"}" - headers: - Content-Length: - - "762" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 18:04:04 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - 05a8c603-e5fe-4c53-b680-df87cc74c2c1 - status: 200 OK - code: 200 - duration: 85.601023ms -- id: 319 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/f212d6ad-e2b3-49ad-9258-5213ba3b38a0 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 762 - body: "{\"region\":\"fr-par\", \"id\":\"f212d6ad-e2b3-49ad-9258-5213ba3b38a0\", \"cluster_id\":\"bd4f1f32-7fca-4d6f-b6ca-6e21496866bf\", \"created_at\":\"2025-10-30T18:02:32.255005Z\", \"updated_at\":\"2025-10-30T18:02:32.255005Z\", \"name\":\"test-pool-placement-group-2\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"6cb779ef-7268-40d6-b897-5a81ff7e5f51\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"nl-ams-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"04349b89-1357-4383-8742-8680fd417841\"}" - headers: - Content-Length: - - "762" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 18:04:09 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - af3f563e-df90-4f42-9eb8-f89e24ff7465 - status: 200 OK - code: 200 - duration: 78.213865ms -- id: 320 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/f212d6ad-e2b3-49ad-9258-5213ba3b38a0 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 762 - body: "{\"region\":\"fr-par\", \"id\":\"f212d6ad-e2b3-49ad-9258-5213ba3b38a0\", \"cluster_id\":\"bd4f1f32-7fca-4d6f-b6ca-6e21496866bf\", \"created_at\":\"2025-10-30T18:02:32.255005Z\", \"updated_at\":\"2025-10-30T18:02:32.255005Z\", \"name\":\"test-pool-placement-group-2\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"6cb779ef-7268-40d6-b897-5a81ff7e5f51\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"nl-ams-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"04349b89-1357-4383-8742-8680fd417841\"}" - headers: - Content-Length: - - "762" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 18:04:14 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - 037b725e-6c1c-4dbe-b3ed-76e937b6bb14 - status: 200 OK - code: 200 - duration: 94.1365ms -- id: 321 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/f212d6ad-e2b3-49ad-9258-5213ba3b38a0 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 762 - body: "{\"region\":\"fr-par\", \"id\":\"f212d6ad-e2b3-49ad-9258-5213ba3b38a0\", \"cluster_id\":\"bd4f1f32-7fca-4d6f-b6ca-6e21496866bf\", \"created_at\":\"2025-10-30T18:02:32.255005Z\", \"updated_at\":\"2025-10-30T18:02:32.255005Z\", \"name\":\"test-pool-placement-group-2\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"6cb779ef-7268-40d6-b897-5a81ff7e5f51\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"nl-ams-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"04349b89-1357-4383-8742-8680fd417841\"}" - headers: - Content-Length: - - "762" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 18:04:19 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - 7b5bc7a5-0a8b-437b-b30b-acc2556127c2 - status: 200 OK - code: 200 - duration: 111.604929ms -- id: 322 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/f212d6ad-e2b3-49ad-9258-5213ba3b38a0 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 762 - body: "{\"region\":\"fr-par\", \"id\":\"f212d6ad-e2b3-49ad-9258-5213ba3b38a0\", \"cluster_id\":\"bd4f1f32-7fca-4d6f-b6ca-6e21496866bf\", \"created_at\":\"2025-10-30T18:02:32.255005Z\", \"updated_at\":\"2025-10-30T18:02:32.255005Z\", \"name\":\"test-pool-placement-group-2\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"6cb779ef-7268-40d6-b897-5a81ff7e5f51\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"nl-ams-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"04349b89-1357-4383-8742-8680fd417841\"}" - headers: - Content-Length: - - "762" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 18:04:24 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - be0c17e8-9b70-4cda-9296-c436b045da11 - status: 200 OK - code: 200 - duration: 77.008281ms -- id: 323 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/f212d6ad-e2b3-49ad-9258-5213ba3b38a0 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 762 - body: "{\"region\":\"fr-par\", \"id\":\"f212d6ad-e2b3-49ad-9258-5213ba3b38a0\", \"cluster_id\":\"bd4f1f32-7fca-4d6f-b6ca-6e21496866bf\", \"created_at\":\"2025-10-30T18:02:32.255005Z\", \"updated_at\":\"2025-10-30T18:02:32.255005Z\", \"name\":\"test-pool-placement-group-2\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"6cb779ef-7268-40d6-b897-5a81ff7e5f51\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"nl-ams-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"04349b89-1357-4383-8742-8680fd417841\"}" - headers: - Content-Length: - - "762" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 18:04:29 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - 6acae022-4d1e-4ebb-9b98-f5712d8ec4d2 - status: 200 OK - code: 200 - duration: 75.414417ms -- id: 324 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/f212d6ad-e2b3-49ad-9258-5213ba3b38a0 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 762 - body: "{\"region\":\"fr-par\", \"id\":\"f212d6ad-e2b3-49ad-9258-5213ba3b38a0\", \"cluster_id\":\"bd4f1f32-7fca-4d6f-b6ca-6e21496866bf\", \"created_at\":\"2025-10-30T18:02:32.255005Z\", \"updated_at\":\"2025-10-30T18:02:32.255005Z\", \"name\":\"test-pool-placement-group-2\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"6cb779ef-7268-40d6-b897-5a81ff7e5f51\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"nl-ams-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"04349b89-1357-4383-8742-8680fd417841\"}" - headers: - Content-Length: - - "762" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 18:04:34 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - aa6e6aac-7e46-4817-8416-e507df3a7f35 - status: 200 OK - code: 200 - duration: 91.583896ms -- id: 325 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/f212d6ad-e2b3-49ad-9258-5213ba3b38a0 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 762 - body: "{\"region\":\"fr-par\", \"id\":\"f212d6ad-e2b3-49ad-9258-5213ba3b38a0\", \"cluster_id\":\"bd4f1f32-7fca-4d6f-b6ca-6e21496866bf\", \"created_at\":\"2025-10-30T18:02:32.255005Z\", \"updated_at\":\"2025-10-30T18:02:32.255005Z\", \"name\":\"test-pool-placement-group-2\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"6cb779ef-7268-40d6-b897-5a81ff7e5f51\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"nl-ams-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"04349b89-1357-4383-8742-8680fd417841\"}" - headers: - Content-Length: - - "762" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 18:04:39 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - 94639bc8-7c10-4777-9f18-92f3fe0f19ad - status: 200 OK - code: 200 - duration: 82.502605ms -- id: 326 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/f212d6ad-e2b3-49ad-9258-5213ba3b38a0 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 762 - body: "{\"region\":\"fr-par\", \"id\":\"f212d6ad-e2b3-49ad-9258-5213ba3b38a0\", \"cluster_id\":\"bd4f1f32-7fca-4d6f-b6ca-6e21496866bf\", \"created_at\":\"2025-10-30T18:02:32.255005Z\", \"updated_at\":\"2025-10-30T18:02:32.255005Z\", \"name\":\"test-pool-placement-group-2\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"6cb779ef-7268-40d6-b897-5a81ff7e5f51\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"nl-ams-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"04349b89-1357-4383-8742-8680fd417841\"}" - headers: - Content-Length: - - "762" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 18:04:45 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - d6260f0c-2478-4623-a09c-feb5888a4652 - status: 200 OK - code: 200 - duration: 97.538875ms -- id: 327 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/f212d6ad-e2b3-49ad-9258-5213ba3b38a0 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 762 - body: "{\"region\":\"fr-par\", \"id\":\"f212d6ad-e2b3-49ad-9258-5213ba3b38a0\", \"cluster_id\":\"bd4f1f32-7fca-4d6f-b6ca-6e21496866bf\", \"created_at\":\"2025-10-30T18:02:32.255005Z\", \"updated_at\":\"2025-10-30T18:02:32.255005Z\", \"name\":\"test-pool-placement-group-2\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"6cb779ef-7268-40d6-b897-5a81ff7e5f51\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"nl-ams-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"04349b89-1357-4383-8742-8680fd417841\"}" - headers: - Content-Length: - - "762" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 18:04:50 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - fdb5cce3-8b09-4a14-b80e-6c8c29f1bcb0 - status: 200 OK - code: 200 - duration: 95.06079ms -- id: 328 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/f212d6ad-e2b3-49ad-9258-5213ba3b38a0 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 762 - body: "{\"region\":\"fr-par\", \"id\":\"f212d6ad-e2b3-49ad-9258-5213ba3b38a0\", \"cluster_id\":\"bd4f1f32-7fca-4d6f-b6ca-6e21496866bf\", \"created_at\":\"2025-10-30T18:02:32.255005Z\", \"updated_at\":\"2025-10-30T18:02:32.255005Z\", \"name\":\"test-pool-placement-group-2\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"6cb779ef-7268-40d6-b897-5a81ff7e5f51\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"nl-ams-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"04349b89-1357-4383-8742-8680fd417841\"}" - headers: - Content-Length: - - "762" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 18:04:55 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - 10b2103b-ba22-4b16-875f-e25cab7e6666 - status: 200 OK - code: 200 - duration: 95.175496ms -- id: 329 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/f212d6ad-e2b3-49ad-9258-5213ba3b38a0 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 762 - body: "{\"region\":\"fr-par\", \"id\":\"f212d6ad-e2b3-49ad-9258-5213ba3b38a0\", \"cluster_id\":\"bd4f1f32-7fca-4d6f-b6ca-6e21496866bf\", \"created_at\":\"2025-10-30T18:02:32.255005Z\", \"updated_at\":\"2025-10-30T18:02:32.255005Z\", \"name\":\"test-pool-placement-group-2\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"6cb779ef-7268-40d6-b897-5a81ff7e5f51\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"nl-ams-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"04349b89-1357-4383-8742-8680fd417841\"}" - headers: - Content-Length: - - "762" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 18:05:00 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - 2c064a0a-b4ca-4a21-8180-0c5427584f83 - status: 200 OK - code: 200 - duration: 106.416576ms -- id: 330 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/f212d6ad-e2b3-49ad-9258-5213ba3b38a0 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 762 - body: "{\"region\":\"fr-par\", \"id\":\"f212d6ad-e2b3-49ad-9258-5213ba3b38a0\", \"cluster_id\":\"bd4f1f32-7fca-4d6f-b6ca-6e21496866bf\", \"created_at\":\"2025-10-30T18:02:32.255005Z\", \"updated_at\":\"2025-10-30T18:02:32.255005Z\", \"name\":\"test-pool-placement-group-2\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"6cb779ef-7268-40d6-b897-5a81ff7e5f51\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"nl-ams-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"04349b89-1357-4383-8742-8680fd417841\"}" - headers: - Content-Length: - - "762" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 18:05:05 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - 932414cc-ea8b-4cbf-9d3b-d3d7f5d30de4 - status: 200 OK - code: 200 - duration: 105.63609ms -- id: 331 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/f212d6ad-e2b3-49ad-9258-5213ba3b38a0 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 762 - body: "{\"region\":\"fr-par\", \"id\":\"f212d6ad-e2b3-49ad-9258-5213ba3b38a0\", \"cluster_id\":\"bd4f1f32-7fca-4d6f-b6ca-6e21496866bf\", \"created_at\":\"2025-10-30T18:02:32.255005Z\", \"updated_at\":\"2025-10-30T18:02:32.255005Z\", \"name\":\"test-pool-placement-group-2\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"6cb779ef-7268-40d6-b897-5a81ff7e5f51\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"nl-ams-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"04349b89-1357-4383-8742-8680fd417841\"}" - headers: - Content-Length: - - "762" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 18:05:10 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - 6df7f822-2357-4f38-96db-541bf62cdb96 - status: 200 OK - code: 200 - duration: 102.30926ms -- id: 332 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/f212d6ad-e2b3-49ad-9258-5213ba3b38a0 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 762 - body: "{\"region\":\"fr-par\", \"id\":\"f212d6ad-e2b3-49ad-9258-5213ba3b38a0\", \"cluster_id\":\"bd4f1f32-7fca-4d6f-b6ca-6e21496866bf\", \"created_at\":\"2025-10-30T18:02:32.255005Z\", \"updated_at\":\"2025-10-30T18:02:32.255005Z\", \"name\":\"test-pool-placement-group-2\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"6cb779ef-7268-40d6-b897-5a81ff7e5f51\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"nl-ams-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"04349b89-1357-4383-8742-8680fd417841\"}" - headers: - Content-Length: - - "762" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 18:05:15 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - b0e0ac4e-a4ef-45d1-a093-2f6cffe63c2a - status: 200 OK - code: 200 - duration: 89.829934ms -- id: 333 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/f212d6ad-e2b3-49ad-9258-5213ba3b38a0 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 762 - body: "{\"region\":\"fr-par\", \"id\":\"f212d6ad-e2b3-49ad-9258-5213ba3b38a0\", \"cluster_id\":\"bd4f1f32-7fca-4d6f-b6ca-6e21496866bf\", \"created_at\":\"2025-10-30T18:02:32.255005Z\", \"updated_at\":\"2025-10-30T18:02:32.255005Z\", \"name\":\"test-pool-placement-group-2\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"6cb779ef-7268-40d6-b897-5a81ff7e5f51\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"nl-ams-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"04349b89-1357-4383-8742-8680fd417841\"}" - headers: - Content-Length: - - "762" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 18:05:20 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - 684c519a-6d95-477d-b1fc-f19c858987c0 - status: 200 OK - code: 200 - duration: 88.882976ms -- id: 334 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/f212d6ad-e2b3-49ad-9258-5213ba3b38a0 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 762 - body: "{\"region\":\"fr-par\", \"id\":\"f212d6ad-e2b3-49ad-9258-5213ba3b38a0\", \"cluster_id\":\"bd4f1f32-7fca-4d6f-b6ca-6e21496866bf\", \"created_at\":\"2025-10-30T18:02:32.255005Z\", \"updated_at\":\"2025-10-30T18:02:32.255005Z\", \"name\":\"test-pool-placement-group-2\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"6cb779ef-7268-40d6-b897-5a81ff7e5f51\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"nl-ams-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"04349b89-1357-4383-8742-8680fd417841\"}" - headers: - Content-Length: - - "762" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 18:05:25 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - daa29f06-8468-483a-a4c7-3942a0d34b0f - status: 200 OK - code: 200 - duration: 99.634115ms -- id: 335 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/f212d6ad-e2b3-49ad-9258-5213ba3b38a0 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 762 - body: "{\"region\":\"fr-par\", \"id\":\"f212d6ad-e2b3-49ad-9258-5213ba3b38a0\", \"cluster_id\":\"bd4f1f32-7fca-4d6f-b6ca-6e21496866bf\", \"created_at\":\"2025-10-30T18:02:32.255005Z\", \"updated_at\":\"2025-10-30T18:02:32.255005Z\", \"name\":\"test-pool-placement-group-2\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"6cb779ef-7268-40d6-b897-5a81ff7e5f51\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"nl-ams-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"04349b89-1357-4383-8742-8680fd417841\"}" - headers: - Content-Length: - - "762" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 18:05:30 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - 534dfe9b-f36c-4937-a06c-e1edfc678bd2 - status: 200 OK - code: 200 - duration: 97.0869ms -- id: 336 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/f212d6ad-e2b3-49ad-9258-5213ba3b38a0 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 762 - body: "{\"region\":\"fr-par\", \"id\":\"f212d6ad-e2b3-49ad-9258-5213ba3b38a0\", \"cluster_id\":\"bd4f1f32-7fca-4d6f-b6ca-6e21496866bf\", \"created_at\":\"2025-10-30T18:02:32.255005Z\", \"updated_at\":\"2025-10-30T18:02:32.255005Z\", \"name\":\"test-pool-placement-group-2\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"6cb779ef-7268-40d6-b897-5a81ff7e5f51\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"nl-ams-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"04349b89-1357-4383-8742-8680fd417841\"}" - headers: - Content-Length: - - "762" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 18:05:35 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - 8c52047f-0d28-447e-b93b-e7866a99c6f8 - status: 200 OK - code: 200 - duration: 72.834213ms -- id: 337 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/f212d6ad-e2b3-49ad-9258-5213ba3b38a0 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 762 - body: "{\"region\":\"fr-par\", \"id\":\"f212d6ad-e2b3-49ad-9258-5213ba3b38a0\", \"cluster_id\":\"bd4f1f32-7fca-4d6f-b6ca-6e21496866bf\", \"created_at\":\"2025-10-30T18:02:32.255005Z\", \"updated_at\":\"2025-10-30T18:02:32.255005Z\", \"name\":\"test-pool-placement-group-2\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"6cb779ef-7268-40d6-b897-5a81ff7e5f51\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"nl-ams-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"04349b89-1357-4383-8742-8680fd417841\"}" - headers: - Content-Length: - - "762" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 18:05:41 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - 897a1979-9962-4650-86e2-c74d240805b2 - status: 200 OK - code: 200 - duration: 102.846583ms -- id: 338 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/f212d6ad-e2b3-49ad-9258-5213ba3b38a0 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 762 - body: "{\"region\":\"fr-par\", \"id\":\"f212d6ad-e2b3-49ad-9258-5213ba3b38a0\", \"cluster_id\":\"bd4f1f32-7fca-4d6f-b6ca-6e21496866bf\", \"created_at\":\"2025-10-30T18:02:32.255005Z\", \"updated_at\":\"2025-10-30T18:02:32.255005Z\", \"name\":\"test-pool-placement-group-2\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"6cb779ef-7268-40d6-b897-5a81ff7e5f51\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"nl-ams-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"04349b89-1357-4383-8742-8680fd417841\"}" - headers: - Content-Length: - - "762" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 18:05:46 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - 6a850f29-8168-4e41-8058-a285b3b5d631 - status: 200 OK - code: 200 - duration: 85.804393ms -- id: 339 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/f212d6ad-e2b3-49ad-9258-5213ba3b38a0 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 762 - body: "{\"region\":\"fr-par\", \"id\":\"f212d6ad-e2b3-49ad-9258-5213ba3b38a0\", \"cluster_id\":\"bd4f1f32-7fca-4d6f-b6ca-6e21496866bf\", \"created_at\":\"2025-10-30T18:02:32.255005Z\", \"updated_at\":\"2025-10-30T18:02:32.255005Z\", \"name\":\"test-pool-placement-group-2\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"6cb779ef-7268-40d6-b897-5a81ff7e5f51\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"nl-ams-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"04349b89-1357-4383-8742-8680fd417841\"}" - headers: - Content-Length: - - "762" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 18:05:51 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - 1a033c2a-c7c7-459f-885b-2967378d151e - status: 200 OK - code: 200 - duration: 90.533429ms -- id: 340 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/f212d6ad-e2b3-49ad-9258-5213ba3b38a0 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 760 - body: "{\"region\":\"fr-par\", \"id\":\"f212d6ad-e2b3-49ad-9258-5213ba3b38a0\", \"cluster_id\":\"bd4f1f32-7fca-4d6f-b6ca-6e21496866bf\", \"created_at\":\"2025-10-30T18:02:32.255005Z\", \"updated_at\":\"2025-10-30T18:05:52.856774Z\", \"name\":\"test-pool-placement-group-2\", \"status\":\"ready\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"6cb779ef-7268-40d6-b897-5a81ff7e5f51\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"nl-ams-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"04349b89-1357-4383-8742-8680fd417841\"}" - headers: - Content-Length: - - "760" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 18:05:56 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - 3d813eb2-1412-499f-807d-a78b3c851955 - status: 200 OK - code: 200 - duration: 84.217002ms -- id: 341 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/bd4f1f32-7fca-4d6f-b6ca-6e21496866bf - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1618 - body: "{\"region\":\"fr-par\", \"id\":\"bd4f1f32-7fca-4d6f-b6ca-6e21496866bf\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T18:01:04.982622Z\", \"updated_at\":\"2025-10-30T18:02:28.937390Z\", \"type\":\"multicloud\", \"name\":\"test-pool-placement-group-2\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"placement_group\"], \"cluster_url\":\"https://bd4f1f32-7fca-4d6f-b6ca-6e21496866bf.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.bd4f1f32-7fca-4d6f-b6ca-6e21496866bf.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-10-30T18:01:04.982637Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"675bc338-38ac-452a-b748-eb9f7a842b0e\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1618" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 18:05:56 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - 8a1c3794-64f1-4e03-a841-d716f054e1ea - status: 200 OK - code: 200 - duration: 28.449963ms -- id: 342 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/f212d6ad-e2b3-49ad-9258-5213ba3b38a0 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 760 - body: "{\"region\":\"fr-par\", \"id\":\"f212d6ad-e2b3-49ad-9258-5213ba3b38a0\", \"cluster_id\":\"bd4f1f32-7fca-4d6f-b6ca-6e21496866bf\", \"created_at\":\"2025-10-30T18:02:32.255005Z\", \"updated_at\":\"2025-10-30T18:05:52.856774Z\", \"name\":\"test-pool-placement-group-2\", \"status\":\"ready\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"6cb779ef-7268-40d6-b897-5a81ff7e5f51\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"nl-ams-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"04349b89-1357-4383-8742-8680fd417841\"}" - headers: - Content-Length: - - "760" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 18:05:56 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - 01fe29a9-17ed-4839-8c51-47c9c1aeb71f - status: 200 OK - code: 200 - duration: 83.102457ms -- id: 343 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - form: - order_by: - - created_at_asc - page: - - "1" - pool_id: - - f212d6ad-e2b3-49ad-9258-5213ba3b38a0 - status: - - unknown - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/bd4f1f32-7fca-4d6f-b6ca-6e21496866bf/nodes?order_by=created_at_asc&page=1&pool_id=f212d6ad-e2b3-49ad-9258-5213ba3b38a0&status=unknown - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 620 - body: "{\"total_count\":1, \"nodes\":[{\"region\":\"fr-par\", \"id\":\"09b99334-f41c-448a-9600-a36b9e7f3bf3\", \"cluster_id\":\"bd4f1f32-7fca-4d6f-b6ca-6e21496866bf\", \"created_at\":\"2025-10-30T18:05:11.544663Z\", \"updated_at\":\"2025-10-30T18:05:52.845584Z\", \"pool_id\":\"f212d6ad-e2b3-49ad-9258-5213ba3b38a0\", \"status\":\"ready\", \"conditions\":{\"DiskPressure\":\"False\", \"MemoryPressure\":\"False\", \"PIDPressure\":\"False\", \"Ready\":\"True\"}, \"name\":\"scw-test-pool-placeme-test-pool-placeme-09b993\", \"public_ip_v4\":\"51.158.170.116\", \"public_ip_v6\":null, \"provider_id\":\"scaleway://instance/nl-ams-1/3dae8590-5ec6-46d4-be2e-4c3f8cb99498\", \"error_message\":\"\"}]}" - headers: - Content-Length: - - "620" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 18:05:56 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - d796e597-29d1-47fe-a00c-cf793e4ab304 - status: 200 OK - code: 200 - duration: 25.29717ms -- id: 344 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/bd4f1f32-7fca-4d6f-b6ca-6e21496866bf - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1618 - body: "{\"region\":\"fr-par\", \"id\":\"bd4f1f32-7fca-4d6f-b6ca-6e21496866bf\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T18:01:04.982622Z\", \"updated_at\":\"2025-10-30T18:02:28.937390Z\", \"type\":\"multicloud\", \"name\":\"test-pool-placement-group-2\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"placement_group\"], \"cluster_url\":\"https://bd4f1f32-7fca-4d6f-b6ca-6e21496866bf.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.bd4f1f32-7fca-4d6f-b6ca-6e21496866bf.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-10-30T18:01:04.982637Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"675bc338-38ac-452a-b748-eb9f7a842b0e\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1618" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 18:05:56 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - 464aac92-535d-4818-bae8-4b18a0fa3cd9 - status: 200 OK - code: 200 - duration: 20.271057ms -- id: 345 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - form: - order_by: - - created_at_desc - project_id: - - 105bdce1-64c0-48ab-899d-868455867ecf - resource_name: - - scw-test-pool-placeme-test-pool-placeme-09b993 - resource_type: - - unknown_type - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/ipam/v1/regions/fr-par/ips?order_by=created_at_desc&project_id=105bdce1-64c0-48ab-899d-868455867ecf&resource_name=scw-test-pool-placeme-test-pool-placeme-09b993&resource_type=unknown_type - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 27 - body: "{\"total_count\":0, \"ips\":[]}" - headers: - Content-Length: - - "27" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 18:05:56 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - 13d69a82-0bf2-4b09-ab6a-c3d46eb16e0f - status: 200 OK - code: 200 - duration: 120.026994ms -- id: 346 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/bd4f1f32-7fca-4d6f-b6ca-6e21496866bf - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1618 - body: "{\"region\":\"fr-par\", \"id\":\"bd4f1f32-7fca-4d6f-b6ca-6e21496866bf\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T18:01:04.982622Z\", \"updated_at\":\"2025-10-30T18:02:28.937390Z\", \"type\":\"multicloud\", \"name\":\"test-pool-placement-group-2\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"placement_group\"], \"cluster_url\":\"https://bd4f1f32-7fca-4d6f-b6ca-6e21496866bf.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.bd4f1f32-7fca-4d6f-b6ca-6e21496866bf.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-10-30T18:01:04.982637Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"675bc338-38ac-452a-b748-eb9f7a842b0e\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1618" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 18:05:56 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - 24666cc9-8ad1-409c-89f4-224603dab339 - status: 200 OK - code: 200 - duration: 25.555475ms -- id: 347 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/f212d6ad-e2b3-49ad-9258-5213ba3b38a0 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 760 - body: "{\"region\":\"fr-par\", \"id\":\"f212d6ad-e2b3-49ad-9258-5213ba3b38a0\", \"cluster_id\":\"bd4f1f32-7fca-4d6f-b6ca-6e21496866bf\", \"created_at\":\"2025-10-30T18:02:32.255005Z\", \"updated_at\":\"2025-10-30T18:05:52.856774Z\", \"name\":\"test-pool-placement-group-2\", \"status\":\"ready\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"6cb779ef-7268-40d6-b897-5a81ff7e5f51\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"nl-ams-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"04349b89-1357-4383-8742-8680fd417841\"}" - headers: - Content-Length: - - "760" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 18:05:56 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - 2516dc43-fafc-47ee-8e14-30b4b9eebf58 - status: 200 OK - code: 200 - duration: 26.025969ms -- id: 348 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/bd4f1f32-7fca-4d6f-b6ca-6e21496866bf - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1618 - body: "{\"region\":\"fr-par\", \"id\":\"bd4f1f32-7fca-4d6f-b6ca-6e21496866bf\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T18:01:04.982622Z\", \"updated_at\":\"2025-10-30T18:02:28.937390Z\", \"type\":\"multicloud\", \"name\":\"test-pool-placement-group-2\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"placement_group\"], \"cluster_url\":\"https://bd4f1f32-7fca-4d6f-b6ca-6e21496866bf.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.bd4f1f32-7fca-4d6f-b6ca-6e21496866bf.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-10-30T18:01:04.982637Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"675bc338-38ac-452a-b748-eb9f7a842b0e\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1618" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 18:05:57 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - 4f08d323-bcf6-442c-90fb-d61d4a54cf59 - status: 200 OK - code: 200 - duration: 25.699656ms -- id: 349 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/bd4f1f32-7fca-4d6f-b6ca-6e21496866bf/kubeconfig - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1754 - body: "{\"name\":\"kubeconfig\", \"content_type\":\"application/octet-stream\", \"content\":\"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogInRlc3QtcG9vbC1wbGFjZW1lbnQtZ3JvdXAtMiIKICBjbHVzdGVyOgogICAgY2VydGlmaWNhdGUtYXV0aG9yaXR5LWRhdGE6IExTMHRMUzFDUlVkSlRpQkRSVkpVU1VaSlEwRlVSUzB0TFMwdENrMUpTVUpYZWtORFFWRkhaMEYzU1VKQlowbENRVVJCUzBKblozRm9hMnBQVUZGUlJFRnFRVlpOVWsxM1JWRlpSRlpSVVVSRmQzQnlaRmRLYkdOdE5Xd0taRWRXZWsxQ05GaEVWRWt4VFZSQmVVOVVSVFJOUkVWM1RsWnZXRVJVVFRGTlZFRjVUMVJGTkUxRVJYZE9WbTkzUmxSRlZFMUNSVWRCTVZWRlFYaE5Td3BoTTFacFdsaEtkVnBZVW14amVrSmFUVUpOUjBKNWNVZFRUVFE1UVdkRlIwTkRjVWRUVFRRNVFYZEZTRUV3U1VGQ1FuQmtZVEUyWkdNeFZIbE5SV1F2Q2l0c1prcGxXVkZCVEVaYVYwcDVORUZrZVhoWlpIWnRhM3B6VFhKWFdqZGhTMGRGT0Zwa2JtUlVRbUpoYXpSbllraEZVVXhrY1RreGFGVkdUVWhwT1dRS1prUXpiSE0zWldwUmFrSkJUVUUwUjBFeFZXUkVkMFZDTDNkUlJVRjNTVU53UkVGUVFtZE9Wa2hTVFVKQlpqaEZRbFJCUkVGUlNDOU5RakJIUVRGVlpBcEVaMUZYUWtKVU9DOVRhVWhKZFZoM09EQkxPVmx1WW5weFdVcFRZV3B2WkZaVVFVdENaMmR4YUd0cVQxQlJVVVJCWjA1SlFVUkNSa0ZwUlVFemNWSndDbEJpUlVGc1JVeGtTWFp3SzFwdGNUWmhORkJRWlhWdlZHOXllRkl6UTJ0NlZYUlRiMFZWWTBOSlNEVkVXRTkwVjNGdU1Fb3dPVTB3T0hvdmJHOUtZa01LY1hSWmVEbG5NR3RKTkVOV1JVeFlMM1ZIT1cwS0xTMHRMUzFGVGtRZ1EwVlNWRWxHU1VOQlZFVXRMUzB0TFFvPQogICAgc2VydmVyOiBodHRwczovL2JkNGYxZjMyLTdmY2EtNGQ2Zi1iNmNhLTZlMjE0OTY4NjZiZi5hcGkuazhzLmZyLXBhci5zY3cuY2xvdWQ6NjQ0Mwpjb250ZXh0czoKLSBuYW1lOiBhZG1pbkB0ZXN0LXBvb2wtcGxhY2VtZW50LWdyb3VwLTIKICBjb250ZXh0OgogICAgY2x1c3RlcjogInRlc3QtcG9vbC1wbGFjZW1lbnQtZ3JvdXAtMiIKICAgIHVzZXI6IHRlc3QtcG9vbC1wbGFjZW1lbnQtZ3JvdXAtMi1hZG1pbgpjdXJyZW50LWNvbnRleHQ6IGFkbWluQHRlc3QtcG9vbC1wbGFjZW1lbnQtZ3JvdXAtMgpraW5kOiBDb25maWcKcHJlZmVyZW5jZXM6IHt9CnVzZXJzOgotIG5hbWU6IHRlc3QtcG9vbC1wbGFjZW1lbnQtZ3JvdXAtMi1hZG1pbgogIHVzZXI6CiAgICB0b2tlbjogZmdENVp2WkgwU08wbEpudlBrVmFDZlZEVk85dmtNU01PNmlhaVRtM1JDOHNUYVdRV1RUVHVYckY=\"}" - headers: - Content-Length: - - "1754" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 18:05:57 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - d29d9302-3810-4e4d-b65a-5fe14d806a05 - status: 200 OK - code: 200 - duration: 101.289568ms -- id: 350 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/nl-ams-1/placement_groups/6cb779ef-7268-40d6-b897-5a81ff7e5f51 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 331 - body: "{\"placement_group\": {\"id\": \"6cb779ef-7268-40d6-b897-5a81ff7e5f51\", \"name\": \"test-pool-placement-group\", \"organization\": \"105bdce1-64c0-48ab-899d-868455867ecf\", \"project\": \"105bdce1-64c0-48ab-899d-868455867ecf\", \"policy_mode\": \"optional\", \"policy_type\": \"max_availability\", \"policy_respected\": true, \"tags\": [], \"zone\": \"nl-ams-1\"}}" - headers: - Content-Length: - - "331" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 18:05:57 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - f8597c99-521e-42d5-b4b3-62ad7804588d - status: 200 OK - code: 200 - duration: 154.159674ms -- id: 351 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/f212d6ad-e2b3-49ad-9258-5213ba3b38a0 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 760 - body: "{\"region\":\"fr-par\", \"id\":\"f212d6ad-e2b3-49ad-9258-5213ba3b38a0\", \"cluster_id\":\"bd4f1f32-7fca-4d6f-b6ca-6e21496866bf\", \"created_at\":\"2025-10-30T18:02:32.255005Z\", \"updated_at\":\"2025-10-30T18:05:52.856774Z\", \"name\":\"test-pool-placement-group-2\", \"status\":\"ready\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"6cb779ef-7268-40d6-b897-5a81ff7e5f51\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"nl-ams-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"04349b89-1357-4383-8742-8680fd417841\"}" + content_length: 128 + body: "{\"message\":\"resource is not found\",\"resource\":\"cluster\",\"resource_id\":\"51cd429b-6235-4520-9ce3-88deeb88bac1\",\"type\":\"not_found\"}" headers: Content-Length: - - "760" + - "128" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 18:05:57 GMT + - Thu, 30 Oct 2025 18:01:02 GMT Server: - Scaleway API Gateway (fr-par-3;edge01) X-Request-Id: - - 7d6a9aa1-1cf7-4245-86da-8e8a88d48ece - status: 200 OK - code: 200 - duration: 25.620317ms -- id: 352 + - ed88b636-deba-4c78-9cea-5e9a4d8953ec + status: 404 Not Found + code: 404 + duration: 50.35364ms +- id: 103 request: proto: HTTP/1.1 proto_major: 1 proto_minor: 1 content_length: 0 host: api.scaleway.com - form: - order_by: - - created_at_asc - page: - - "1" - pool_id: - - f212d6ad-e2b3-49ad-9258-5213ba3b38a0 - status: - - unknown headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/bd4f1f32-7fca-4d6f-b6ca-6e21496866bf/nodes?order_by=created_at_asc&page=1&pool_id=f212d6ad-e2b3-49ad-9258-5213ba3b38a0&status=unknown - method: GET + url: https://api.scaleway.com/vpc/v2/regions/nl-ams/private-networks/9b711663-f2a0-491c-9671-b2de399ebdad + method: DELETE response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 620 - body: "{\"total_count\":1, \"nodes\":[{\"region\":\"fr-par\", \"id\":\"09b99334-f41c-448a-9600-a36b9e7f3bf3\", \"cluster_id\":\"bd4f1f32-7fca-4d6f-b6ca-6e21496866bf\", \"created_at\":\"2025-10-30T18:05:11.544663Z\", \"updated_at\":\"2025-10-30T18:05:52.845584Z\", \"pool_id\":\"f212d6ad-e2b3-49ad-9258-5213ba3b38a0\", \"status\":\"ready\", \"conditions\":{\"DiskPressure\":\"False\", \"MemoryPressure\":\"False\", \"PIDPressure\":\"False\", \"Ready\":\"True\"}, \"name\":\"scw-test-pool-placeme-test-pool-placeme-09b993\", \"public_ip_v4\":\"51.158.170.116\", \"public_ip_v6\":null, \"provider_id\":\"scaleway://instance/nl-ams-1/3dae8590-5ec6-46d4-be2e-4c3f8cb99498\", \"error_message\":\"\"}]}" + content_length: 0 + body: "" headers: - Content-Length: - - "620" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 18:05:57 GMT + - Thu, 30 Oct 2025 18:01:04 GMT Server: - Scaleway API Gateway (fr-par-3;edge01) X-Request-Id: - - 6fa19aa2-cccc-476e-af2c-40ea41d7a965 - status: 200 OK - code: 200 - duration: 25.152608ms -- id: 353 + - 8753809a-a816-476a-ae07-1fedfdcb9aa8 + status: 204 No Content + code: 204 + duration: 1.463589006s +- id: 104 request: proto: HTTP/1.1 proto_major: 1 @@ -11495,70 +3496,62 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/bd4f1f32-7fca-4d6f-b6ca-6e21496866bf - method: GET + url: https://api.scaleway.com/vpc/v2/regions/nl-ams/vpcs/cffbd660-4df5-4f5c-bd63-351d28eb1f85 + method: DELETE response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 1618 - body: "{\"region\":\"fr-par\", \"id\":\"bd4f1f32-7fca-4d6f-b6ca-6e21496866bf\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T18:01:04.982622Z\", \"updated_at\":\"2025-10-30T18:02:28.937390Z\", \"type\":\"multicloud\", \"name\":\"test-pool-placement-group-2\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"placement_group\"], \"cluster_url\":\"https://bd4f1f32-7fca-4d6f-b6ca-6e21496866bf.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.bd4f1f32-7fca-4d6f-b6ca-6e21496866bf.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-10-30T18:01:04.982637Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"675bc338-38ac-452a-b748-eb9f7a842b0e\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + content_length: 0 + body: "" headers: - Content-Length: - - "1618" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 18:05:57 GMT + - Thu, 30 Oct 2025 18:01:04 GMT Server: - Scaleway API Gateway (fr-par-3;edge01) X-Request-Id: - - abbb76a7-39ac-415d-9f39-005215939364 - status: 200 OK - code: 200 - duration: 26.541608ms -- id: 354 + - 55079eff-5771-4a5d-bf48-589bafc04b52 + status: 204 No Content + code: 204 + duration: 333.311668ms +- id: 105 request: proto: HTTP/1.1 proto_major: 1 proto_minor: 1 - content_length: 0 + content_length: 664 host: api.scaleway.com - form: - order_by: - - created_at_desc - project_id: - - 105bdce1-64c0-48ab-899d-868455867ecf - resource_name: - - scw-test-pool-placeme-test-pool-placeme-09b993 - resource_type: - - unknown_type + body: "{\"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\",\"type\":\"multicloud\",\"name\":\"test-pool-placement-group-2\",\"description\":\"\",\"tags\":[\"terraform-test\",\"scaleway_k8s_cluster\",\"placement_group\"],\"version\":\"1.34.1\",\"cni\":\"kilo\",\"pools\":null,\"autoscaler_config\":{\"scale_down_disabled\":null,\"scale_down_delay_after_add\":null,\"estimator\":\"unknown_estimator\",\"expander\":\"unknown_expander\",\"ignore_daemonsets_utilization\":null,\"balance_similar_node_groups\":null,\"expendable_pods_priority_cutoff\":0,\"scale_down_unneeded_time\":null,\"scale_down_utilization_threshold\":null,\"max_graceful_termination_sec\":0},\"feature_gates\":[],\"admission_plugins\":[],\"apiserver_cert_sans\":[]}" headers: + Content-Type: + - application/json User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/ipam/v1/regions/fr-par/ips?order_by=created_at_desc&project_id=105bdce1-64c0-48ab-899d-868455867ecf&resource_name=scw-test-pool-placeme-test-pool-placeme-09b993&resource_type=unknown_type - method: GET + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters + method: POST response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 27 - body: "{\"total_count\":0, \"ips\":[]}" + content_length: 1586 + body: "{\"region\":\"fr-par\", \"id\":\"bd4f1f32-7fca-4d6f-b6ca-6e21496866bf\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T18:01:04.982622Z\", \"updated_at\":\"2025-10-30T18:01:04.982622Z\", \"type\":\"multicloud\", \"name\":\"test-pool-placement-group-2\", \"description\":\"\", \"status\":\"creating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"placement_group\"], \"cluster_url\":\"https://bd4f1f32-7fca-4d6f-b6ca-6e21496866bf.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.bd4f1f32-7fca-4d6f-b6ca-6e21496866bf.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-10-30T18:01:04.982637Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"\", \"new_images_enabled\":false, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" headers: Content-Length: - - "27" + - "1586" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 18:05:57 GMT + - Thu, 30 Oct 2025 18:01:05 GMT Server: - Scaleway API Gateway (fr-par-3;edge01) X-Request-Id: - - 4334bd99-e732-4825-a0af-c5d9cae0cfee + - e3fab352-e851-4b2e-b155-05d705424fe2 status: 200 OK code: 200 - duration: 43.593977ms -- id: 355 + duration: 408.347945ms +- id: 106 request: proto: HTTP/1.1 proto_major: 1 @@ -11568,29 +3561,29 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/f212d6ad-e2b3-49ad-9258-5213ba3b38a0 - method: DELETE + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/bd4f1f32-7fca-4d6f-b6ca-6e21496866bf + method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 763 - body: "{\"region\":\"fr-par\", \"id\":\"f212d6ad-e2b3-49ad-9258-5213ba3b38a0\", \"cluster_id\":\"bd4f1f32-7fca-4d6f-b6ca-6e21496866bf\", \"created_at\":\"2025-10-30T18:02:32.255005Z\", \"updated_at\":\"2025-10-30T18:05:57.530996Z\", \"name\":\"test-pool-placement-group-2\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"6cb779ef-7268-40d6-b897-5a81ff7e5f51\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"nl-ams-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"04349b89-1357-4383-8742-8680fd417841\"}" + content_length: 1585 + body: "{\"region\":\"fr-par\", \"id\":\"bd4f1f32-7fca-4d6f-b6ca-6e21496866bf\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T18:01:04.982622Z\", \"updated_at\":\"2025-10-30T18:01:04.982622Z\", \"type\":\"multicloud\", \"name\":\"test-pool-placement-group-2\", \"description\":\"\", \"status\":\"creating\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"placement_group\"], \"cluster_url\":\"https://bd4f1f32-7fca-4d6f-b6ca-6e21496866bf.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.bd4f1f32-7fca-4d6f-b6ca-6e21496866bf.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-10-30T18:01:04.982637Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" headers: Content-Length: - - "763" + - "1585" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 18:05:57 GMT + - Thu, 30 Oct 2025 18:01:05 GMT Server: - Scaleway API Gateway (fr-par-3;edge01) X-Request-Id: - - b21b47ae-f740-45ca-b691-9d4704c0cb80 + - 9b7144eb-ae82-41df-a1a5-b52ee44db507 status: 200 OK code: 200 - duration: 37.951887ms -- id: 356 + duration: 100.057862ms +- id: 107 request: proto: HTTP/1.1 proto_major: 1 @@ -11600,29 +3593,29 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/f212d6ad-e2b3-49ad-9258-5213ba3b38a0 + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/bd4f1f32-7fca-4d6f-b6ca-6e21496866bf method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 763 - body: "{\"region\":\"fr-par\", \"id\":\"f212d6ad-e2b3-49ad-9258-5213ba3b38a0\", \"cluster_id\":\"bd4f1f32-7fca-4d6f-b6ca-6e21496866bf\", \"created_at\":\"2025-10-30T18:02:32.255005Z\", \"updated_at\":\"2025-10-30T18:05:57.530996Z\", \"name\":\"test-pool-placement-group-2\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"6cb779ef-7268-40d6-b897-5a81ff7e5f51\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"nl-ams-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"04349b89-1357-4383-8742-8680fd417841\"}" + content_length: 1618 + body: "{\"region\":\"fr-par\", \"id\":\"bd4f1f32-7fca-4d6f-b6ca-6e21496866bf\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T18:01:04.982622Z\", \"updated_at\":\"2025-10-30T18:02:28.937390Z\", \"type\":\"multicloud\", \"name\":\"test-pool-placement-group-2\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"placement_group\"], \"cluster_url\":\"https://bd4f1f32-7fca-4d6f-b6ca-6e21496866bf.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.bd4f1f32-7fca-4d6f-b6ca-6e21496866bf.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-10-30T18:01:04.982637Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"675bc338-38ac-452a-b748-eb9f7a842b0e\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" headers: Content-Length: - - "763" + - "1618" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 18:05:57 GMT + - Thu, 30 Oct 2025 18:02:31 GMT Server: - Scaleway API Gateway (fr-par-3;edge01) X-Request-Id: - - 6af9cbdb-968a-4aed-8e14-ec47dde5e012 + - 60d2783e-b8ab-479e-aeae-e3f9e1ad975d status: 200 OK code: 200 - duration: 87.449475ms -- id: 357 + duration: 131.418008ms +- id: 108 request: proto: HTTP/1.1 proto_major: 1 @@ -11632,29 +3625,29 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/f212d6ad-e2b3-49ad-9258-5213ba3b38a0 + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/bd4f1f32-7fca-4d6f-b6ca-6e21496866bf method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 763 - body: "{\"region\":\"fr-par\", \"id\":\"f212d6ad-e2b3-49ad-9258-5213ba3b38a0\", \"cluster_id\":\"bd4f1f32-7fca-4d6f-b6ca-6e21496866bf\", \"created_at\":\"2025-10-30T18:02:32.255005Z\", \"updated_at\":\"2025-10-30T18:05:57.530996Z\", \"name\":\"test-pool-placement-group-2\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"6cb779ef-7268-40d6-b897-5a81ff7e5f51\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"nl-ams-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"04349b89-1357-4383-8742-8680fd417841\"}" + content_length: 1618 + body: "{\"region\":\"fr-par\", \"id\":\"bd4f1f32-7fca-4d6f-b6ca-6e21496866bf\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T18:01:04.982622Z\", \"updated_at\":\"2025-10-30T18:02:28.937390Z\", \"type\":\"multicloud\", \"name\":\"test-pool-placement-group-2\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"placement_group\"], \"cluster_url\":\"https://bd4f1f32-7fca-4d6f-b6ca-6e21496866bf.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.bd4f1f32-7fca-4d6f-b6ca-6e21496866bf.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-10-30T18:01:04.982637Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"675bc338-38ac-452a-b748-eb9f7a842b0e\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" headers: Content-Length: - - "763" + - "1618" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 18:06:02 GMT + - Thu, 30 Oct 2025 18:02:31 GMT Server: - Scaleway API Gateway (fr-par-3;edge01) X-Request-Id: - - c109617a-4568-48bd-8d80-580dae34dcdc + - c4b0bc10-0b25-4067-bc76-36e42269e627 status: 200 OK code: 200 - duration: 83.361264ms -- id: 358 + duration: 25.955011ms +- id: 109 request: proto: HTTP/1.1 proto_major: 1 @@ -11664,29 +3657,29 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/f212d6ad-e2b3-49ad-9258-5213ba3b38a0 + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/bd4f1f32-7fca-4d6f-b6ca-6e21496866bf/kubeconfig method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 763 - body: "{\"region\":\"fr-par\", \"id\":\"f212d6ad-e2b3-49ad-9258-5213ba3b38a0\", \"cluster_id\":\"bd4f1f32-7fca-4d6f-b6ca-6e21496866bf\", \"created_at\":\"2025-10-30T18:02:32.255005Z\", \"updated_at\":\"2025-10-30T18:05:57.530996Z\", \"name\":\"test-pool-placement-group-2\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"6cb779ef-7268-40d6-b897-5a81ff7e5f51\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"nl-ams-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"04349b89-1357-4383-8742-8680fd417841\"}" + content_length: 1754 + body: "{\"name\":\"kubeconfig\", \"content_type\":\"application/octet-stream\", \"content\":\"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogInRlc3QtcG9vbC1wbGFjZW1lbnQtZ3JvdXAtMiIKICBjbHVzdGVyOgogICAgY2VydGlmaWNhdGUtYXV0aG9yaXR5LWRhdGE6IExTMHRMUzFDUlVkSlRpQkRSVkpVU1VaSlEwRlVSUzB0TFMwdENrMUpTVUpYZWtORFFWRkhaMEYzU1VKQlowbENRVVJCUzBKblozRm9hMnBQVUZGUlJFRnFRVlpOVWsxM1JWRlpSRlpSVVVSRmQzQnlaRmRLYkdOdE5Xd0taRWRXZWsxQ05GaEVWRWt4VFZSQmVVOVVSVFJOUkVWM1RsWnZXRVJVVFRGTlZFRjVUMVJGTkUxRVJYZE9WbTkzUmxSRlZFMUNSVWRCTVZWRlFYaE5Td3BoTTFacFdsaEtkVnBZVW14amVrSmFUVUpOUjBKNWNVZFRUVFE1UVdkRlIwTkRjVWRUVFRRNVFYZEZTRUV3U1VGQ1FuQmtZVEUyWkdNeFZIbE5SV1F2Q2l0c1prcGxXVkZCVEVaYVYwcDVORUZrZVhoWlpIWnRhM3B6VFhKWFdqZGhTMGRGT0Zwa2JtUlVRbUpoYXpSbllraEZVVXhrY1RreGFGVkdUVWhwT1dRS1prUXpiSE0zWldwUmFrSkJUVUUwUjBFeFZXUkVkMFZDTDNkUlJVRjNTVU53UkVGUVFtZE9Wa2hTVFVKQlpqaEZRbFJCUkVGUlNDOU5RakJIUVRGVlpBcEVaMUZYUWtKVU9DOVRhVWhKZFZoM09EQkxPVmx1WW5weFdVcFRZV3B2WkZaVVFVdENaMmR4YUd0cVQxQlJVVVJCWjA1SlFVUkNSa0ZwUlVFemNWSndDbEJpUlVGc1JVeGtTWFp3SzFwdGNUWmhORkJRWlhWdlZHOXllRkl6UTJ0NlZYUlRiMFZWWTBOSlNEVkVXRTkwVjNGdU1Fb3dPVTB3T0hvdmJHOUtZa01LY1hSWmVEbG5NR3RKTkVOV1JVeFlMM1ZIT1cwS0xTMHRMUzFGVGtRZ1EwVlNWRWxHU1VOQlZFVXRMUzB0TFFvPQogICAgc2VydmVyOiBodHRwczovL2JkNGYxZjMyLTdmY2EtNGQ2Zi1iNmNhLTZlMjE0OTY4NjZiZi5hcGkuazhzLmZyLXBhci5zY3cuY2xvdWQ6NjQ0Mwpjb250ZXh0czoKLSBuYW1lOiBhZG1pbkB0ZXN0LXBvb2wtcGxhY2VtZW50LWdyb3VwLTIKICBjb250ZXh0OgogICAgY2x1c3RlcjogInRlc3QtcG9vbC1wbGFjZW1lbnQtZ3JvdXAtMiIKICAgIHVzZXI6IHRlc3QtcG9vbC1wbGFjZW1lbnQtZ3JvdXAtMi1hZG1pbgpjdXJyZW50LWNvbnRleHQ6IGFkbWluQHRlc3QtcG9vbC1wbGFjZW1lbnQtZ3JvdXAtMgpraW5kOiBDb25maWcKcHJlZmVyZW5jZXM6IHt9CnVzZXJzOgotIG5hbWU6IHRlc3QtcG9vbC1wbGFjZW1lbnQtZ3JvdXAtMi1hZG1pbgogIHVzZXI6CiAgICB0b2tlbjogZmdENVp2WkgwU08wbEpudlBrVmFDZlZEVk85dmtNU01PNmlhaVRtM1JDOHNUYVdRV1RUVHVYckY=\"}" headers: Content-Length: - - "763" + - "1754" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 18:06:07 GMT + - Thu, 30 Oct 2025 18:02:31 GMT Server: - Scaleway API Gateway (fr-par-3;edge01) X-Request-Id: - - 669d34b2-4a10-4214-a5d5-49c97962351a + - bf7a2ad7-59e0-4f99-9b29-1ca1a4a97626 status: 200 OK code: 200 - duration: 88.345529ms -- id: 359 + duration: 163.473319ms +- id: 110 request: proto: HTTP/1.1 proto_major: 1 @@ -11696,61 +3689,64 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/f212d6ad-e2b3-49ad-9258-5213ba3b38a0 + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/bd4f1f32-7fca-4d6f-b6ca-6e21496866bf method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 763 - body: "{\"region\":\"fr-par\", \"id\":\"f212d6ad-e2b3-49ad-9258-5213ba3b38a0\", \"cluster_id\":\"bd4f1f32-7fca-4d6f-b6ca-6e21496866bf\", \"created_at\":\"2025-10-30T18:02:32.255005Z\", \"updated_at\":\"2025-10-30T18:05:57.530996Z\", \"name\":\"test-pool-placement-group-2\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"6cb779ef-7268-40d6-b897-5a81ff7e5f51\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"nl-ams-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"04349b89-1357-4383-8742-8680fd417841\"}" + content_length: 1618 + body: "{\"region\":\"fr-par\", \"id\":\"bd4f1f32-7fca-4d6f-b6ca-6e21496866bf\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T18:01:04.982622Z\", \"updated_at\":\"2025-10-30T18:02:28.937390Z\", \"type\":\"multicloud\", \"name\":\"test-pool-placement-group-2\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"placement_group\"], \"cluster_url\":\"https://bd4f1f32-7fca-4d6f-b6ca-6e21496866bf.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.bd4f1f32-7fca-4d6f-b6ca-6e21496866bf.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-10-30T18:01:04.982637Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"675bc338-38ac-452a-b748-eb9f7a842b0e\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" headers: Content-Length: - - "763" + - "1618" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 18:06:12 GMT + - Thu, 30 Oct 2025 18:02:32 GMT Server: - Scaleway API Gateway (fr-par-3;edge01) X-Request-Id: - - 51a0e26c-9c75-4d47-abfa-fa77f3f540ac + - ad2bb04d-6303-458e-a273-612bb39d2a42 status: 200 OK code: 200 - duration: 92.376262ms -- id: 360 + duration: 99.429733ms +- id: 111 request: proto: HTTP/1.1 proto_major: 1 proto_minor: 1 - content_length: 0 + content_length: 343 host: api.scaleway.com + body: "{\"name\":\"test-pool-placement-group-2\",\"node_type\":\"pro2_xxs\",\"placement_group_id\":\"6cb779ef-7268-40d6-b897-5a81ff7e5f51\",\"autoscaling\":false,\"size\":1,\"min_size\":1,\"max_size\":1,\"container_runtime\":\"containerd\",\"autohealing\":false,\"tags\":[],\"kubelet_args\":{},\"zone\":\"nl-ams-1\",\"root_volume_type\":\"default_volume_type\",\"public_ip_disabled\":false}" headers: + Content-Type: + - application/json User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/f212d6ad-e2b3-49ad-9258-5213ba3b38a0 - method: GET + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/bd4f1f32-7fca-4d6f-b6ca-6e21496866bf/pools + method: POST response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 763 - body: "{\"region\":\"fr-par\", \"id\":\"f212d6ad-e2b3-49ad-9258-5213ba3b38a0\", \"cluster_id\":\"bd4f1f32-7fca-4d6f-b6ca-6e21496866bf\", \"created_at\":\"2025-10-30T18:02:32.255005Z\", \"updated_at\":\"2025-10-30T18:05:57.530996Z\", \"name\":\"test-pool-placement-group-2\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"6cb779ef-7268-40d6-b897-5a81ff7e5f51\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"nl-ams-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"04349b89-1357-4383-8742-8680fd417841\"}" + content_length: 762 + body: "{\"region\":\"fr-par\", \"id\":\"f212d6ad-e2b3-49ad-9258-5213ba3b38a0\", \"cluster_id\":\"bd4f1f32-7fca-4d6f-b6ca-6e21496866bf\", \"created_at\":\"2025-10-30T18:02:32.255005Z\", \"updated_at\":\"2025-10-30T18:02:32.255005Z\", \"name\":\"test-pool-placement-group-2\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"6cb779ef-7268-40d6-b897-5a81ff7e5f51\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"nl-ams-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"04349b89-1357-4383-8742-8680fd417841\"}" headers: Content-Length: - - "763" + - "762" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 18:06:18 GMT + - Thu, 30 Oct 2025 18:02:32 GMT Server: - Scaleway API Gateway (fr-par-3;edge01) X-Request-Id: - - 3c13c46a-53b9-4cee-b607-f8048a4ce072 + - 472bc6b6-e8a1-452f-84c8-fff8712d8e00 status: 200 OK code: 200 - duration: 109.156851ms -- id: 361 + duration: 306.248423ms +- id: 112 request: proto: HTTP/1.1 proto_major: 1 @@ -11766,23 +3762,23 @@ interactions: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 763 - body: "{\"region\":\"fr-par\", \"id\":\"f212d6ad-e2b3-49ad-9258-5213ba3b38a0\", \"cluster_id\":\"bd4f1f32-7fca-4d6f-b6ca-6e21496866bf\", \"created_at\":\"2025-10-30T18:02:32.255005Z\", \"updated_at\":\"2025-10-30T18:05:57.530996Z\", \"name\":\"test-pool-placement-group-2\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"6cb779ef-7268-40d6-b897-5a81ff7e5f51\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"nl-ams-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"04349b89-1357-4383-8742-8680fd417841\"}" + content_length: 762 + body: "{\"region\":\"fr-par\", \"id\":\"f212d6ad-e2b3-49ad-9258-5213ba3b38a0\", \"cluster_id\":\"bd4f1f32-7fca-4d6f-b6ca-6e21496866bf\", \"created_at\":\"2025-10-30T18:02:32.255005Z\", \"updated_at\":\"2025-10-30T18:02:32.255005Z\", \"name\":\"test-pool-placement-group-2\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"6cb779ef-7268-40d6-b897-5a81ff7e5f51\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"nl-ams-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"04349b89-1357-4383-8742-8680fd417841\"}" headers: Content-Length: - - "763" + - "762" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 18:06:23 GMT + - Thu, 30 Oct 2025 18:02:32 GMT Server: - Scaleway API Gateway (fr-par-3;edge01) X-Request-Id: - - 39543353-15b3-4c1c-8a19-024b6b305dcf + - 38960009-9807-45c0-b8c9-45c2a23ad194 status: 200 OK code: 200 - duration: 82.73053ms -- id: 362 + duration: 91.611937ms +- id: 113 request: proto: HTTP/1.1 proto_major: 1 @@ -11798,23 +3794,23 @@ interactions: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 763 - body: "{\"region\":\"fr-par\", \"id\":\"f212d6ad-e2b3-49ad-9258-5213ba3b38a0\", \"cluster_id\":\"bd4f1f32-7fca-4d6f-b6ca-6e21496866bf\", \"created_at\":\"2025-10-30T18:02:32.255005Z\", \"updated_at\":\"2025-10-30T18:05:57.530996Z\", \"name\":\"test-pool-placement-group-2\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"6cb779ef-7268-40d6-b897-5a81ff7e5f51\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"nl-ams-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"04349b89-1357-4383-8742-8680fd417841\"}" + content_length: 760 + body: "{\"region\":\"fr-par\", \"id\":\"f212d6ad-e2b3-49ad-9258-5213ba3b38a0\", \"cluster_id\":\"bd4f1f32-7fca-4d6f-b6ca-6e21496866bf\", \"created_at\":\"2025-10-30T18:02:32.255005Z\", \"updated_at\":\"2025-10-30T18:05:52.856774Z\", \"name\":\"test-pool-placement-group-2\", \"status\":\"ready\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"6cb779ef-7268-40d6-b897-5a81ff7e5f51\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"nl-ams-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"04349b89-1357-4383-8742-8680fd417841\"}" headers: Content-Length: - - "763" + - "760" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 18:06:28 GMT + - Thu, 30 Oct 2025 18:05:56 GMT Server: - Scaleway API Gateway (fr-par-3;edge01) X-Request-Id: - - 2e646b2f-cbec-4ab0-a2b1-ce4ba2cd349e + - 3d813eb2-1412-499f-807d-a78b3c851955 status: 200 OK code: 200 - duration: 81.868731ms -- id: 363 + duration: 84.217002ms +- id: 114 request: proto: HTTP/1.1 proto_major: 1 @@ -11824,29 +3820,29 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/f212d6ad-e2b3-49ad-9258-5213ba3b38a0 + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/bd4f1f32-7fca-4d6f-b6ca-6e21496866bf method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 763 - body: "{\"region\":\"fr-par\", \"id\":\"f212d6ad-e2b3-49ad-9258-5213ba3b38a0\", \"cluster_id\":\"bd4f1f32-7fca-4d6f-b6ca-6e21496866bf\", \"created_at\":\"2025-10-30T18:02:32.255005Z\", \"updated_at\":\"2025-10-30T18:05:57.530996Z\", \"name\":\"test-pool-placement-group-2\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"6cb779ef-7268-40d6-b897-5a81ff7e5f51\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"nl-ams-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"04349b89-1357-4383-8742-8680fd417841\"}" + content_length: 1618 + body: "{\"region\":\"fr-par\", \"id\":\"bd4f1f32-7fca-4d6f-b6ca-6e21496866bf\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T18:01:04.982622Z\", \"updated_at\":\"2025-10-30T18:02:28.937390Z\", \"type\":\"multicloud\", \"name\":\"test-pool-placement-group-2\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"placement_group\"], \"cluster_url\":\"https://bd4f1f32-7fca-4d6f-b6ca-6e21496866bf.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.bd4f1f32-7fca-4d6f-b6ca-6e21496866bf.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-10-30T18:01:04.982637Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"675bc338-38ac-452a-b748-eb9f7a842b0e\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" headers: Content-Length: - - "763" + - "1618" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 18:06:33 GMT + - Thu, 30 Oct 2025 18:05:56 GMT Server: - Scaleway API Gateway (fr-par-3;edge01) X-Request-Id: - - 53d383fd-fd83-4903-a929-2d5ca8dbde66 + - 8a1c3794-64f1-4e03-a841-d716f054e1ea status: 200 OK code: 200 - duration: 84.431987ms -- id: 364 + duration: 28.449963ms +- id: 115 request: proto: HTTP/1.1 proto_major: 1 @@ -11862,55 +3858,64 @@ interactions: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 763 - body: "{\"region\":\"fr-par\", \"id\":\"f212d6ad-e2b3-49ad-9258-5213ba3b38a0\", \"cluster_id\":\"bd4f1f32-7fca-4d6f-b6ca-6e21496866bf\", \"created_at\":\"2025-10-30T18:02:32.255005Z\", \"updated_at\":\"2025-10-30T18:05:57.530996Z\", \"name\":\"test-pool-placement-group-2\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"6cb779ef-7268-40d6-b897-5a81ff7e5f51\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"nl-ams-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"04349b89-1357-4383-8742-8680fd417841\"}" + content_length: 760 + body: "{\"region\":\"fr-par\", \"id\":\"f212d6ad-e2b3-49ad-9258-5213ba3b38a0\", \"cluster_id\":\"bd4f1f32-7fca-4d6f-b6ca-6e21496866bf\", \"created_at\":\"2025-10-30T18:02:32.255005Z\", \"updated_at\":\"2025-10-30T18:05:52.856774Z\", \"name\":\"test-pool-placement-group-2\", \"status\":\"ready\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"6cb779ef-7268-40d6-b897-5a81ff7e5f51\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"nl-ams-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"04349b89-1357-4383-8742-8680fd417841\"}" headers: Content-Length: - - "763" + - "760" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 18:06:38 GMT + - Thu, 30 Oct 2025 18:05:56 GMT Server: - Scaleway API Gateway (fr-par-3;edge01) X-Request-Id: - - dac8c65a-5c12-46af-944d-df4851453b99 + - 01fe29a9-17ed-4839-8c51-47c9c1aeb71f status: 200 OK code: 200 - duration: 99.184096ms -- id: 365 + duration: 83.102457ms +- id: 116 request: proto: HTTP/1.1 proto_major: 1 proto_minor: 1 content_length: 0 host: api.scaleway.com + form: + order_by: + - created_at_asc + page: + - "1" + pool_id: + - f212d6ad-e2b3-49ad-9258-5213ba3b38a0 + status: + - unknown headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/f212d6ad-e2b3-49ad-9258-5213ba3b38a0 + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/bd4f1f32-7fca-4d6f-b6ca-6e21496866bf/nodes?order_by=created_at_asc&page=1&pool_id=f212d6ad-e2b3-49ad-9258-5213ba3b38a0&status=unknown method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 763 - body: "{\"region\":\"fr-par\", \"id\":\"f212d6ad-e2b3-49ad-9258-5213ba3b38a0\", \"cluster_id\":\"bd4f1f32-7fca-4d6f-b6ca-6e21496866bf\", \"created_at\":\"2025-10-30T18:02:32.255005Z\", \"updated_at\":\"2025-10-30T18:05:57.530996Z\", \"name\":\"test-pool-placement-group-2\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"6cb779ef-7268-40d6-b897-5a81ff7e5f51\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"nl-ams-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"04349b89-1357-4383-8742-8680fd417841\"}" + content_length: 620 + body: "{\"total_count\":1, \"nodes\":[{\"region\":\"fr-par\", \"id\":\"09b99334-f41c-448a-9600-a36b9e7f3bf3\", \"cluster_id\":\"bd4f1f32-7fca-4d6f-b6ca-6e21496866bf\", \"created_at\":\"2025-10-30T18:05:11.544663Z\", \"updated_at\":\"2025-10-30T18:05:52.845584Z\", \"pool_id\":\"f212d6ad-e2b3-49ad-9258-5213ba3b38a0\", \"status\":\"ready\", \"conditions\":{\"DiskPressure\":\"False\", \"MemoryPressure\":\"False\", \"PIDPressure\":\"False\", \"Ready\":\"True\"}, \"name\":\"scw-test-pool-placeme-test-pool-placeme-09b993\", \"public_ip_v4\":\"51.158.170.116\", \"public_ip_v6\":null, \"provider_id\":\"scaleway://instance/nl-ams-1/3dae8590-5ec6-46d4-be2e-4c3f8cb99498\", \"error_message\":\"\"}]}" headers: Content-Length: - - "763" + - "620" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 18:06:43 GMT + - Thu, 30 Oct 2025 18:05:56 GMT Server: - Scaleway API Gateway (fr-par-3;edge01) X-Request-Id: - - 8614954b-a291-4a38-94f6-dce89b496f97 + - d796e597-29d1-47fe-a00c-cf793e4ab304 status: 200 OK code: 200 - duration: 81.129484ms -- id: 366 + duration: 25.29717ms +- id: 117 request: proto: HTTP/1.1 proto_major: 1 @@ -11920,61 +3925,70 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/f212d6ad-e2b3-49ad-9258-5213ba3b38a0 + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/bd4f1f32-7fca-4d6f-b6ca-6e21496866bf method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 763 - body: "{\"region\":\"fr-par\", \"id\":\"f212d6ad-e2b3-49ad-9258-5213ba3b38a0\", \"cluster_id\":\"bd4f1f32-7fca-4d6f-b6ca-6e21496866bf\", \"created_at\":\"2025-10-30T18:02:32.255005Z\", \"updated_at\":\"2025-10-30T18:05:57.530996Z\", \"name\":\"test-pool-placement-group-2\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"6cb779ef-7268-40d6-b897-5a81ff7e5f51\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"nl-ams-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"04349b89-1357-4383-8742-8680fd417841\"}" + content_length: 1618 + body: "{\"region\":\"fr-par\", \"id\":\"bd4f1f32-7fca-4d6f-b6ca-6e21496866bf\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T18:01:04.982622Z\", \"updated_at\":\"2025-10-30T18:02:28.937390Z\", \"type\":\"multicloud\", \"name\":\"test-pool-placement-group-2\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"placement_group\"], \"cluster_url\":\"https://bd4f1f32-7fca-4d6f-b6ca-6e21496866bf.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.bd4f1f32-7fca-4d6f-b6ca-6e21496866bf.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-10-30T18:01:04.982637Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"675bc338-38ac-452a-b748-eb9f7a842b0e\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" headers: Content-Length: - - "763" + - "1618" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 18:06:48 GMT + - Thu, 30 Oct 2025 18:05:56 GMT Server: - Scaleway API Gateway (fr-par-3;edge01) X-Request-Id: - - 01e9fa53-7362-4452-83a8-04b547af3585 + - 464aac92-535d-4818-bae8-4b18a0fa3cd9 status: 200 OK code: 200 - duration: 90.878361ms -- id: 367 + duration: 20.271057ms +- id: 118 request: proto: HTTP/1.1 proto_major: 1 proto_minor: 1 content_length: 0 host: api.scaleway.com + form: + order_by: + - created_at_desc + project_id: + - 105bdce1-64c0-48ab-899d-868455867ecf + resource_name: + - scw-test-pool-placeme-test-pool-placeme-09b993 + resource_type: + - unknown_type headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/f212d6ad-e2b3-49ad-9258-5213ba3b38a0 + url: https://api.scaleway.com/ipam/v1/regions/fr-par/ips?order_by=created_at_desc&project_id=105bdce1-64c0-48ab-899d-868455867ecf&resource_name=scw-test-pool-placeme-test-pool-placeme-09b993&resource_type=unknown_type method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 763 - body: "{\"region\":\"fr-par\", \"id\":\"f212d6ad-e2b3-49ad-9258-5213ba3b38a0\", \"cluster_id\":\"bd4f1f32-7fca-4d6f-b6ca-6e21496866bf\", \"created_at\":\"2025-10-30T18:02:32.255005Z\", \"updated_at\":\"2025-10-30T18:05:57.530996Z\", \"name\":\"test-pool-placement-group-2\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"6cb779ef-7268-40d6-b897-5a81ff7e5f51\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"nl-ams-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"04349b89-1357-4383-8742-8680fd417841\"}" + content_length: 27 + body: "{\"total_count\":0, \"ips\":[]}" headers: Content-Length: - - "763" + - "27" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 18:06:53 GMT + - Thu, 30 Oct 2025 18:05:56 GMT Server: - Scaleway API Gateway (fr-par-3;edge01) X-Request-Id: - - 12b6f7c8-fdf2-47d0-a24a-e6583fd0db4b + - 13d69a82-0bf2-4b09-ab6a-c3d46eb16e0f status: 200 OK code: 200 - duration: 94.705181ms -- id: 368 + duration: 120.026994ms +- id: 119 request: proto: HTTP/1.1 proto_major: 1 @@ -11984,29 +3998,29 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/f212d6ad-e2b3-49ad-9258-5213ba3b38a0 + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/bd4f1f32-7fca-4d6f-b6ca-6e21496866bf method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 763 - body: "{\"region\":\"fr-par\", \"id\":\"f212d6ad-e2b3-49ad-9258-5213ba3b38a0\", \"cluster_id\":\"bd4f1f32-7fca-4d6f-b6ca-6e21496866bf\", \"created_at\":\"2025-10-30T18:02:32.255005Z\", \"updated_at\":\"2025-10-30T18:05:57.530996Z\", \"name\":\"test-pool-placement-group-2\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"6cb779ef-7268-40d6-b897-5a81ff7e5f51\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"nl-ams-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"04349b89-1357-4383-8742-8680fd417841\"}" + content_length: 1618 + body: "{\"region\":\"fr-par\", \"id\":\"bd4f1f32-7fca-4d6f-b6ca-6e21496866bf\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T18:01:04.982622Z\", \"updated_at\":\"2025-10-30T18:02:28.937390Z\", \"type\":\"multicloud\", \"name\":\"test-pool-placement-group-2\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"placement_group\"], \"cluster_url\":\"https://bd4f1f32-7fca-4d6f-b6ca-6e21496866bf.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.bd4f1f32-7fca-4d6f-b6ca-6e21496866bf.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-10-30T18:01:04.982637Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"675bc338-38ac-452a-b748-eb9f7a842b0e\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" headers: Content-Length: - - "763" + - "1618" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 18:06:58 GMT + - Thu, 30 Oct 2025 18:05:56 GMT Server: - Scaleway API Gateway (fr-par-3;edge01) X-Request-Id: - - 4bb364be-3bc0-4078-bb0f-de5bfb932ac7 + - 24666cc9-8ad1-409c-89f4-224603dab339 status: 200 OK code: 200 - duration: 109.072727ms -- id: 369 + duration: 25.555475ms +- id: 120 request: proto: HTTP/1.1 proto_major: 1 @@ -12022,23 +4036,23 @@ interactions: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 763 - body: "{\"region\":\"fr-par\", \"id\":\"f212d6ad-e2b3-49ad-9258-5213ba3b38a0\", \"cluster_id\":\"bd4f1f32-7fca-4d6f-b6ca-6e21496866bf\", \"created_at\":\"2025-10-30T18:02:32.255005Z\", \"updated_at\":\"2025-10-30T18:05:57.530996Z\", \"name\":\"test-pool-placement-group-2\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"6cb779ef-7268-40d6-b897-5a81ff7e5f51\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"nl-ams-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"04349b89-1357-4383-8742-8680fd417841\"}" + content_length: 760 + body: "{\"region\":\"fr-par\", \"id\":\"f212d6ad-e2b3-49ad-9258-5213ba3b38a0\", \"cluster_id\":\"bd4f1f32-7fca-4d6f-b6ca-6e21496866bf\", \"created_at\":\"2025-10-30T18:02:32.255005Z\", \"updated_at\":\"2025-10-30T18:05:52.856774Z\", \"name\":\"test-pool-placement-group-2\", \"status\":\"ready\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"6cb779ef-7268-40d6-b897-5a81ff7e5f51\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"nl-ams-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"04349b89-1357-4383-8742-8680fd417841\"}" headers: Content-Length: - - "763" + - "760" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 18:07:03 GMT + - Thu, 30 Oct 2025 18:05:56 GMT Server: - Scaleway API Gateway (fr-par-3;edge01) X-Request-Id: - - 6f8a5d0b-37fe-4ed5-afc7-57d9b42a0a77 + - 2516dc43-fafc-47ee-8e14-30b4b9eebf58 status: 200 OK code: 200 - duration: 92.715804ms -- id: 370 + duration: 26.025969ms +- id: 121 request: proto: HTTP/1.1 proto_major: 1 @@ -12048,29 +4062,29 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/f212d6ad-e2b3-49ad-9258-5213ba3b38a0 + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/bd4f1f32-7fca-4d6f-b6ca-6e21496866bf method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 125 - body: "{\"message\":\"resource is not found\",\"resource\":\"pool\",\"resource_id\":\"f212d6ad-e2b3-49ad-9258-5213ba3b38a0\",\"type\":\"not_found\"}" + content_length: 1618 + body: "{\"region\":\"fr-par\", \"id\":\"bd4f1f32-7fca-4d6f-b6ca-6e21496866bf\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T18:01:04.982622Z\", \"updated_at\":\"2025-10-30T18:02:28.937390Z\", \"type\":\"multicloud\", \"name\":\"test-pool-placement-group-2\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"placement_group\"], \"cluster_url\":\"https://bd4f1f32-7fca-4d6f-b6ca-6e21496866bf.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.bd4f1f32-7fca-4d6f-b6ca-6e21496866bf.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-10-30T18:01:04.982637Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"675bc338-38ac-452a-b748-eb9f7a842b0e\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" headers: Content-Length: - - "125" + - "1618" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 18:07:08 GMT + - Thu, 30 Oct 2025 18:05:57 GMT Server: - Scaleway API Gateway (fr-par-3;edge01) X-Request-Id: - - 54a6b5f4-8ebc-4e03-a599-12dc3ad8282d - status: 404 Not Found - code: 404 - duration: 21.835376ms -- id: 371 + - 4f08d323-bcf6-442c-90fb-d61d4a54cf59 + status: 200 OK + code: 200 + duration: 25.699656ms +- id: 122 request: proto: HTTP/1.1 proto_major: 1 @@ -12080,62 +4094,61 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/nl-ams-1/placement_groups/6cb779ef-7268-40d6-b897-5a81ff7e5f51 - method: DELETE + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/bd4f1f32-7fca-4d6f-b6ca-6e21496866bf/kubeconfig + method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 0 - body: "" + content_length: 1754 + body: "{\"name\":\"kubeconfig\", \"content_type\":\"application/octet-stream\", \"content\":\"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogInRlc3QtcG9vbC1wbGFjZW1lbnQtZ3JvdXAtMiIKICBjbHVzdGVyOgogICAgY2VydGlmaWNhdGUtYXV0aG9yaXR5LWRhdGE6IExTMHRMUzFDUlVkSlRpQkRSVkpVU1VaSlEwRlVSUzB0TFMwdENrMUpTVUpYZWtORFFWRkhaMEYzU1VKQlowbENRVVJCUzBKblozRm9hMnBQVUZGUlJFRnFRVlpOVWsxM1JWRlpSRlpSVVVSRmQzQnlaRmRLYkdOdE5Xd0taRWRXZWsxQ05GaEVWRWt4VFZSQmVVOVVSVFJOUkVWM1RsWnZXRVJVVFRGTlZFRjVUMVJGTkUxRVJYZE9WbTkzUmxSRlZFMUNSVWRCTVZWRlFYaE5Td3BoTTFacFdsaEtkVnBZVW14amVrSmFUVUpOUjBKNWNVZFRUVFE1UVdkRlIwTkRjVWRUVFRRNVFYZEZTRUV3U1VGQ1FuQmtZVEUyWkdNeFZIbE5SV1F2Q2l0c1prcGxXVkZCVEVaYVYwcDVORUZrZVhoWlpIWnRhM3B6VFhKWFdqZGhTMGRGT0Zwa2JtUlVRbUpoYXpSbllraEZVVXhrY1RreGFGVkdUVWhwT1dRS1prUXpiSE0zWldwUmFrSkJUVUUwUjBFeFZXUkVkMFZDTDNkUlJVRjNTVU53UkVGUVFtZE9Wa2hTVFVKQlpqaEZRbFJCUkVGUlNDOU5RakJIUVRGVlpBcEVaMUZYUWtKVU9DOVRhVWhKZFZoM09EQkxPVmx1WW5weFdVcFRZV3B2WkZaVVFVdENaMmR4YUd0cVQxQlJVVVJCWjA1SlFVUkNSa0ZwUlVFemNWSndDbEJpUlVGc1JVeGtTWFp3SzFwdGNUWmhORkJRWlhWdlZHOXllRkl6UTJ0NlZYUlRiMFZWWTBOSlNEVkVXRTkwVjNGdU1Fb3dPVTB3T0hvdmJHOUtZa01LY1hSWmVEbG5NR3RKTkVOV1JVeFlMM1ZIT1cwS0xTMHRMUzFGVGtRZ1EwVlNWRWxHU1VOQlZFVXRMUzB0TFFvPQogICAgc2VydmVyOiBodHRwczovL2JkNGYxZjMyLTdmY2EtNGQ2Zi1iNmNhLTZlMjE0OTY4NjZiZi5hcGkuazhzLmZyLXBhci5zY3cuY2xvdWQ6NjQ0Mwpjb250ZXh0czoKLSBuYW1lOiBhZG1pbkB0ZXN0LXBvb2wtcGxhY2VtZW50LWdyb3VwLTIKICBjb250ZXh0OgogICAgY2x1c3RlcjogInRlc3QtcG9vbC1wbGFjZW1lbnQtZ3JvdXAtMiIKICAgIHVzZXI6IHRlc3QtcG9vbC1wbGFjZW1lbnQtZ3JvdXAtMi1hZG1pbgpjdXJyZW50LWNvbnRleHQ6IGFkbWluQHRlc3QtcG9vbC1wbGFjZW1lbnQtZ3JvdXAtMgpraW5kOiBDb25maWcKcHJlZmVyZW5jZXM6IHt9CnVzZXJzOgotIG5hbWU6IHRlc3QtcG9vbC1wbGFjZW1lbnQtZ3JvdXAtMi1hZG1pbgogIHVzZXI6CiAgICB0b2tlbjogZmdENVp2WkgwU08wbEpudlBrVmFDZlZEVk85dmtNU01PNmlhaVRtM1JDOHNUYVdRV1RUVHVYckY=\"}" headers: + Content-Length: + - "1754" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 18:07:09 GMT + - Thu, 30 Oct 2025 18:05:57 GMT Server: - Scaleway API Gateway (fr-par-3;edge01) X-Request-Id: - - 23e73c9c-1e8d-4b74-8e35-0e1f3b457d04 - status: 204 No Content - code: 204 - duration: 181.721188ms -- id: 372 + - d29d9302-3810-4e4d-b65a-5fe14d806a05 + status: 200 OK + code: 200 + duration: 101.289568ms +- id: 123 request: proto: HTTP/1.1 proto_major: 1 proto_minor: 1 content_length: 0 host: api.scaleway.com - form: - with_additional_resources: - - "false" headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/bd4f1f32-7fca-4d6f-b6ca-6e21496866bf?with_additional_resources=false - method: DELETE + url: https://api.scaleway.com/instance/v1/zones/nl-ams-1/placement_groups/6cb779ef-7268-40d6-b897-5a81ff7e5f51 + method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 1622 - body: "{\"region\":\"fr-par\", \"id\":\"bd4f1f32-7fca-4d6f-b6ca-6e21496866bf\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T18:01:04.982622Z\", \"updated_at\":\"2025-10-30T18:07:09.039460Z\", \"type\":\"multicloud\", \"name\":\"test-pool-placement-group-2\", \"description\":\"\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"placement_group\"], \"cluster_url\":\"https://bd4f1f32-7fca-4d6f-b6ca-6e21496866bf.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.bd4f1f32-7fca-4d6f-b6ca-6e21496866bf.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-10-30T18:01:04.982637Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"675bc338-38ac-452a-b748-eb9f7a842b0e\", \"new_images_enabled\":false, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + content_length: 331 + body: "{\"placement_group\": {\"id\": \"6cb779ef-7268-40d6-b897-5a81ff7e5f51\", \"name\": \"test-pool-placement-group\", \"organization\": \"105bdce1-64c0-48ab-899d-868455867ecf\", \"project\": \"105bdce1-64c0-48ab-899d-868455867ecf\", \"policy_mode\": \"optional\", \"policy_type\": \"max_availability\", \"policy_respected\": true, \"tags\": [], \"zone\": \"nl-ams-1\"}}" headers: Content-Length: - - "1622" + - "331" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 18:07:09 GMT + - Thu, 30 Oct 2025 18:05:57 GMT Server: - Scaleway API Gateway (fr-par-3;edge01) X-Request-Id: - - 8f9e1e19-e36c-4239-ab08-e619e00af2d5 + - f8597c99-521e-42d5-b4b3-62ad7804588d status: 200 OK code: 200 - duration: 174.725514ms -- id: 373 + duration: 154.159674ms +- id: 124 request: proto: HTTP/1.1 proto_major: 1 @@ -12145,61 +4158,70 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/bd4f1f32-7fca-4d6f-b6ca-6e21496866bf + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/f212d6ad-e2b3-49ad-9258-5213ba3b38a0 method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 1621 - body: "{\"region\":\"fr-par\", \"id\":\"bd4f1f32-7fca-4d6f-b6ca-6e21496866bf\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T18:01:04.982622Z\", \"updated_at\":\"2025-10-30T18:07:09.039460Z\", \"type\":\"multicloud\", \"name\":\"test-pool-placement-group-2\", \"description\":\"\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"placement_group\"], \"cluster_url\":\"https://bd4f1f32-7fca-4d6f-b6ca-6e21496866bf.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.bd4f1f32-7fca-4d6f-b6ca-6e21496866bf.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-10-30T18:01:04.982637Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"675bc338-38ac-452a-b748-eb9f7a842b0e\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + content_length: 760 + body: "{\"region\":\"fr-par\", \"id\":\"f212d6ad-e2b3-49ad-9258-5213ba3b38a0\", \"cluster_id\":\"bd4f1f32-7fca-4d6f-b6ca-6e21496866bf\", \"created_at\":\"2025-10-30T18:02:32.255005Z\", \"updated_at\":\"2025-10-30T18:05:52.856774Z\", \"name\":\"test-pool-placement-group-2\", \"status\":\"ready\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"6cb779ef-7268-40d6-b897-5a81ff7e5f51\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"nl-ams-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"04349b89-1357-4383-8742-8680fd417841\"}" headers: Content-Length: - - "1621" + - "760" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 18:07:09 GMT + - Thu, 30 Oct 2025 18:05:57 GMT Server: - Scaleway API Gateway (fr-par-3;edge01) X-Request-Id: - - 497205b2-9c3c-4c9b-ba9f-b7e868858482 + - 7d6a9aa1-1cf7-4245-86da-8e8a88d48ece status: 200 OK code: 200 - duration: 95.338723ms -- id: 374 + duration: 25.620317ms +- id: 125 request: proto: HTTP/1.1 proto_major: 1 proto_minor: 1 content_length: 0 host: api.scaleway.com + form: + order_by: + - created_at_asc + page: + - "1" + pool_id: + - f212d6ad-e2b3-49ad-9258-5213ba3b38a0 + status: + - unknown headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/bd4f1f32-7fca-4d6f-b6ca-6e21496866bf + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/bd4f1f32-7fca-4d6f-b6ca-6e21496866bf/nodes?order_by=created_at_asc&page=1&pool_id=f212d6ad-e2b3-49ad-9258-5213ba3b38a0&status=unknown method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 1621 - body: "{\"region\":\"fr-par\", \"id\":\"bd4f1f32-7fca-4d6f-b6ca-6e21496866bf\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T18:01:04.982622Z\", \"updated_at\":\"2025-10-30T18:07:09.039460Z\", \"type\":\"multicloud\", \"name\":\"test-pool-placement-group-2\", \"description\":\"\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"placement_group\"], \"cluster_url\":\"https://bd4f1f32-7fca-4d6f-b6ca-6e21496866bf.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.bd4f1f32-7fca-4d6f-b6ca-6e21496866bf.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-10-30T18:01:04.982637Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"675bc338-38ac-452a-b748-eb9f7a842b0e\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + content_length: 620 + body: "{\"total_count\":1, \"nodes\":[{\"region\":\"fr-par\", \"id\":\"09b99334-f41c-448a-9600-a36b9e7f3bf3\", \"cluster_id\":\"bd4f1f32-7fca-4d6f-b6ca-6e21496866bf\", \"created_at\":\"2025-10-30T18:05:11.544663Z\", \"updated_at\":\"2025-10-30T18:05:52.845584Z\", \"pool_id\":\"f212d6ad-e2b3-49ad-9258-5213ba3b38a0\", \"status\":\"ready\", \"conditions\":{\"DiskPressure\":\"False\", \"MemoryPressure\":\"False\", \"PIDPressure\":\"False\", \"Ready\":\"True\"}, \"name\":\"scw-test-pool-placeme-test-pool-placeme-09b993\", \"public_ip_v4\":\"51.158.170.116\", \"public_ip_v6\":null, \"provider_id\":\"scaleway://instance/nl-ams-1/3dae8590-5ec6-46d4-be2e-4c3f8cb99498\", \"error_message\":\"\"}]}" headers: Content-Length: - - "1621" + - "620" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 18:07:14 GMT + - Thu, 30 Oct 2025 18:05:57 GMT Server: - Scaleway API Gateway (fr-par-3;edge01) X-Request-Id: - - 9ac76874-25ac-4969-a77b-bdef50b41846 + - 6fa19aa2-cccc-476e-af2c-40ea41d7a965 status: 200 OK code: 200 - duration: 94.702828ms -- id: 375 + duration: 25.152608ms +- id: 126 request: proto: HTTP/1.1 proto_major: 1 @@ -12215,55 +4237,64 @@ interactions: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 1621 - body: "{\"region\":\"fr-par\", \"id\":\"bd4f1f32-7fca-4d6f-b6ca-6e21496866bf\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T18:01:04.982622Z\", \"updated_at\":\"2025-10-30T18:07:09.039460Z\", \"type\":\"multicloud\", \"name\":\"test-pool-placement-group-2\", \"description\":\"\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"placement_group\"], \"cluster_url\":\"https://bd4f1f32-7fca-4d6f-b6ca-6e21496866bf.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.bd4f1f32-7fca-4d6f-b6ca-6e21496866bf.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-10-30T18:01:04.982637Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"675bc338-38ac-452a-b748-eb9f7a842b0e\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + content_length: 1618 + body: "{\"region\":\"fr-par\", \"id\":\"bd4f1f32-7fca-4d6f-b6ca-6e21496866bf\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T18:01:04.982622Z\", \"updated_at\":\"2025-10-30T18:02:28.937390Z\", \"type\":\"multicloud\", \"name\":\"test-pool-placement-group-2\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"placement_group\"], \"cluster_url\":\"https://bd4f1f32-7fca-4d6f-b6ca-6e21496866bf.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.bd4f1f32-7fca-4d6f-b6ca-6e21496866bf.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-10-30T18:01:04.982637Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"675bc338-38ac-452a-b748-eb9f7a842b0e\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" headers: Content-Length: - - "1621" + - "1618" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 18:07:19 GMT + - Thu, 30 Oct 2025 18:05:57 GMT Server: - Scaleway API Gateway (fr-par-3;edge01) X-Request-Id: - - 55224937-fd3e-4fd4-ade2-9f70b967261d + - abbb76a7-39ac-415d-9f39-005215939364 status: 200 OK code: 200 - duration: 85.557836ms -- id: 376 + duration: 26.541608ms +- id: 127 request: proto: HTTP/1.1 proto_major: 1 proto_minor: 1 content_length: 0 host: api.scaleway.com + form: + order_by: + - created_at_desc + project_id: + - 105bdce1-64c0-48ab-899d-868455867ecf + resource_name: + - scw-test-pool-placeme-test-pool-placeme-09b993 + resource_type: + - unknown_type headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/bd4f1f32-7fca-4d6f-b6ca-6e21496866bf + url: https://api.scaleway.com/ipam/v1/regions/fr-par/ips?order_by=created_at_desc&project_id=105bdce1-64c0-48ab-899d-868455867ecf&resource_name=scw-test-pool-placeme-test-pool-placeme-09b993&resource_type=unknown_type method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 1621 - body: "{\"region\":\"fr-par\", \"id\":\"bd4f1f32-7fca-4d6f-b6ca-6e21496866bf\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T18:01:04.982622Z\", \"updated_at\":\"2025-10-30T18:07:09.039460Z\", \"type\":\"multicloud\", \"name\":\"test-pool-placement-group-2\", \"description\":\"\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"placement_group\"], \"cluster_url\":\"https://bd4f1f32-7fca-4d6f-b6ca-6e21496866bf.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.bd4f1f32-7fca-4d6f-b6ca-6e21496866bf.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-10-30T18:01:04.982637Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"675bc338-38ac-452a-b748-eb9f7a842b0e\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + content_length: 27 + body: "{\"total_count\":0, \"ips\":[]}" headers: Content-Length: - - "1621" + - "27" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 18:07:24 GMT + - Thu, 30 Oct 2025 18:05:57 GMT Server: - Scaleway API Gateway (fr-par-3;edge01) X-Request-Id: - - 28bf2565-e400-478c-9a32-6316befd47a1 + - 4334bd99-e732-4825-a0af-c5d9cae0cfee status: 200 OK code: 200 - duration: 110.81913ms -- id: 377 + duration: 43.593977ms +- id: 128 request: proto: HTTP/1.1 proto_major: 1 @@ -12273,29 +4304,29 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/bd4f1f32-7fca-4d6f-b6ca-6e21496866bf - method: GET + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/f212d6ad-e2b3-49ad-9258-5213ba3b38a0 + method: DELETE response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 1621 - body: "{\"region\":\"fr-par\", \"id\":\"bd4f1f32-7fca-4d6f-b6ca-6e21496866bf\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T18:01:04.982622Z\", \"updated_at\":\"2025-10-30T18:07:09.039460Z\", \"type\":\"multicloud\", \"name\":\"test-pool-placement-group-2\", \"description\":\"\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"placement_group\"], \"cluster_url\":\"https://bd4f1f32-7fca-4d6f-b6ca-6e21496866bf.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.bd4f1f32-7fca-4d6f-b6ca-6e21496866bf.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-10-30T18:01:04.982637Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"675bc338-38ac-452a-b748-eb9f7a842b0e\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + content_length: 763 + body: "{\"region\":\"fr-par\", \"id\":\"f212d6ad-e2b3-49ad-9258-5213ba3b38a0\", \"cluster_id\":\"bd4f1f32-7fca-4d6f-b6ca-6e21496866bf\", \"created_at\":\"2025-10-30T18:02:32.255005Z\", \"updated_at\":\"2025-10-30T18:05:57.530996Z\", \"name\":\"test-pool-placement-group-2\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"6cb779ef-7268-40d6-b897-5a81ff7e5f51\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"nl-ams-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"04349b89-1357-4383-8742-8680fd417841\"}" headers: Content-Length: - - "1621" + - "763" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 18:07:29 GMT + - Thu, 30 Oct 2025 18:05:57 GMT Server: - Scaleway API Gateway (fr-par-3;edge01) X-Request-Id: - - 7f54c550-cb5e-4b89-bd85-a1ba996e1199 + - b21b47ae-f740-45ca-b691-9d4704c0cb80 status: 200 OK code: 200 - duration: 79.527877ms -- id: 378 + duration: 37.951887ms +- id: 129 request: proto: HTTP/1.1 proto_major: 1 @@ -12305,29 +4336,29 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/bd4f1f32-7fca-4d6f-b6ca-6e21496866bf + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/f212d6ad-e2b3-49ad-9258-5213ba3b38a0 method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 1621 - body: "{\"region\":\"fr-par\", \"id\":\"bd4f1f32-7fca-4d6f-b6ca-6e21496866bf\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T18:01:04.982622Z\", \"updated_at\":\"2025-10-30T18:07:09.039460Z\", \"type\":\"multicloud\", \"name\":\"test-pool-placement-group-2\", \"description\":\"\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"placement_group\"], \"cluster_url\":\"https://bd4f1f32-7fca-4d6f-b6ca-6e21496866bf.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.bd4f1f32-7fca-4d6f-b6ca-6e21496866bf.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-10-30T18:01:04.982637Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"675bc338-38ac-452a-b748-eb9f7a842b0e\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + content_length: 763 + body: "{\"region\":\"fr-par\", \"id\":\"f212d6ad-e2b3-49ad-9258-5213ba3b38a0\", \"cluster_id\":\"bd4f1f32-7fca-4d6f-b6ca-6e21496866bf\", \"created_at\":\"2025-10-30T18:02:32.255005Z\", \"updated_at\":\"2025-10-30T18:05:57.530996Z\", \"name\":\"test-pool-placement-group-2\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":\"6cb779ef-7268-40d6-b897-5a81ff7e5f51\", \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"nl-ams-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"04349b89-1357-4383-8742-8680fd417841\"}" headers: Content-Length: - - "1621" + - "763" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 18:07:34 GMT + - Thu, 30 Oct 2025 18:05:57 GMT Server: - Scaleway API Gateway (fr-par-3;edge01) X-Request-Id: - - 85a222b6-e17d-44e1-b27c-885f6a41bdfa + - 6af9cbdb-968a-4aed-8e14-ec47dde5e012 status: 200 OK code: 200 - duration: 209.855503ms -- id: 379 + duration: 87.449475ms +- id: 130 request: proto: HTTP/1.1 proto_major: 1 @@ -12337,29 +4368,29 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/bd4f1f32-7fca-4d6f-b6ca-6e21496866bf + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/f212d6ad-e2b3-49ad-9258-5213ba3b38a0 method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 1621 - body: "{\"region\":\"fr-par\", \"id\":\"bd4f1f32-7fca-4d6f-b6ca-6e21496866bf\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T18:01:04.982622Z\", \"updated_at\":\"2025-10-30T18:07:09.039460Z\", \"type\":\"multicloud\", \"name\":\"test-pool-placement-group-2\", \"description\":\"\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"placement_group\"], \"cluster_url\":\"https://bd4f1f32-7fca-4d6f-b6ca-6e21496866bf.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.bd4f1f32-7fca-4d6f-b6ca-6e21496866bf.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-10-30T18:01:04.982637Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"675bc338-38ac-452a-b748-eb9f7a842b0e\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + content_length: 125 + body: "{\"message\":\"resource is not found\",\"resource\":\"pool\",\"resource_id\":\"f212d6ad-e2b3-49ad-9258-5213ba3b38a0\",\"type\":\"not_found\"}" headers: Content-Length: - - "1621" + - "125" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 18:07:39 GMT + - Thu, 30 Oct 2025 18:07:08 GMT Server: - Scaleway API Gateway (fr-par-3;edge01) X-Request-Id: - - 60155142-c3fc-4f64-b1a4-d70018e27472 - status: 200 OK - code: 200 - duration: 152.022159ms -- id: 380 + - 54a6b5f4-8ebc-4e03-a599-12dc3ad8282d + status: 404 Not Found + code: 404 + duration: 21.835376ms +- id: 131 request: proto: HTTP/1.1 proto_major: 1 @@ -12369,61 +4400,62 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/bd4f1f32-7fca-4d6f-b6ca-6e21496866bf - method: GET + url: https://api.scaleway.com/instance/v1/zones/nl-ams-1/placement_groups/6cb779ef-7268-40d6-b897-5a81ff7e5f51 + method: DELETE response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 1621 - body: "{\"region\":\"fr-par\", \"id\":\"bd4f1f32-7fca-4d6f-b6ca-6e21496866bf\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T18:01:04.982622Z\", \"updated_at\":\"2025-10-30T18:07:09.039460Z\", \"type\":\"multicloud\", \"name\":\"test-pool-placement-group-2\", \"description\":\"\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"placement_group\"], \"cluster_url\":\"https://bd4f1f32-7fca-4d6f-b6ca-6e21496866bf.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.bd4f1f32-7fca-4d6f-b6ca-6e21496866bf.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-10-30T18:01:04.982637Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"675bc338-38ac-452a-b748-eb9f7a842b0e\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + content_length: 0 + body: "" headers: - Content-Length: - - "1621" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 18:07:45 GMT + - Thu, 30 Oct 2025 18:07:09 GMT Server: - Scaleway API Gateway (fr-par-3;edge01) X-Request-Id: - - b1861271-657f-4fcd-bc6f-b74e15df5d25 - status: 200 OK - code: 200 - duration: 131.577656ms -- id: 381 + - 23e73c9c-1e8d-4b74-8e35-0e1f3b457d04 + status: 204 No Content + code: 204 + duration: 181.721188ms +- id: 132 request: proto: HTTP/1.1 proto_major: 1 proto_minor: 1 content_length: 0 host: api.scaleway.com + form: + with_additional_resources: + - "false" headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/bd4f1f32-7fca-4d6f-b6ca-6e21496866bf - method: GET + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/bd4f1f32-7fca-4d6f-b6ca-6e21496866bf?with_additional_resources=false + method: DELETE response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 1621 - body: "{\"region\":\"fr-par\", \"id\":\"bd4f1f32-7fca-4d6f-b6ca-6e21496866bf\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T18:01:04.982622Z\", \"updated_at\":\"2025-10-30T18:07:09.039460Z\", \"type\":\"multicloud\", \"name\":\"test-pool-placement-group-2\", \"description\":\"\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"placement_group\"], \"cluster_url\":\"https://bd4f1f32-7fca-4d6f-b6ca-6e21496866bf.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.bd4f1f32-7fca-4d6f-b6ca-6e21496866bf.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-10-30T18:01:04.982637Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"675bc338-38ac-452a-b748-eb9f7a842b0e\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + content_length: 1622 + body: "{\"region\":\"fr-par\", \"id\":\"bd4f1f32-7fca-4d6f-b6ca-6e21496866bf\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T18:01:04.982622Z\", \"updated_at\":\"2025-10-30T18:07:09.039460Z\", \"type\":\"multicloud\", \"name\":\"test-pool-placement-group-2\", \"description\":\"\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"cni\":\"kilo\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"placement_group\"], \"cluster_url\":\"https://bd4f1f32-7fca-4d6f-b6ca-6e21496866bf.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.bd4f1f32-7fca-4d6f-b6ca-6e21496866bf.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":null, \"commitment_ends_at\":\"2025-10-30T18:01:04.982637Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"675bc338-38ac-452a-b748-eb9f7a842b0e\", \"new_images_enabled\":false, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" headers: Content-Length: - - "1621" + - "1622" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 18:07:50 GMT + - Thu, 30 Oct 2025 18:07:09 GMT Server: - Scaleway API Gateway (fr-par-3;edge01) X-Request-Id: - - 0e9cb3d2-01b8-459a-9807-6905e685223b + - 8f9e1e19-e36c-4239-ab08-e619e00af2d5 status: 200 OK code: 200 - duration: 93.807278ms -- id: 382 + duration: 174.725514ms +- id: 133 request: proto: HTTP/1.1 proto_major: 1 @@ -12447,15 +4479,15 @@ interactions: Content-Type: - application/json Date: - - Thu, 30 Oct 2025 18:07:55 GMT + - Thu, 30 Oct 2025 18:07:09 GMT Server: - Scaleway API Gateway (fr-par-3;edge01) X-Request-Id: - - 8ec64163-a38e-4f02-ab78-14b77ead8c6f + - 497205b2-9c3c-4c9b-ba9f-b7e868858482 status: 200 OK code: 200 - duration: 87.596659ms -- id: 383 + duration: 95.338723ms +- id: 134 request: proto: HTTP/1.1 proto_major: 1 @@ -12487,7 +4519,7 @@ interactions: status: 404 Not Found code: 404 duration: 26.792733ms -- id: 384 +- id: 135 request: proto: HTTP/1.1 proto_major: 1 @@ -12519,7 +4551,7 @@ interactions: status: 404 Not Found code: 404 duration: 21.912102ms -- id: 385 +- id: 136 request: proto: HTTP/1.1 proto_major: 1 diff --git a/internal/services/k8s/testdata/pool-public-ip-disabled.cassette.yaml b/internal/services/k8s/testdata/pool-public-ip-disabled.cassette.yaml index 810dcb3805..e15b4bac7d 100644 --- a/internal/services/k8s/testdata/pool-public-ip-disabled.cassette.yaml +++ b/internal/services/k8s/testdata/pool-public-ip-disabled.cassette.yaml @@ -484,22 +484,22 @@ interactions: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 718 - body: "{\"region\":\"fr-par\", \"id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:18:24.676140Z\", \"updated_at\":\"2025-10-30T16:18:24.676140Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 716 + body: "{\"region\":\"fr-par\", \"id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:18:24.676140Z\", \"updated_at\":\"2025-10-30T16:29:20.647913Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"ready\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" headers: Content-Length: - - "718" + - "716" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:18:29 GMT + - Thu, 30 Oct 2025 16:29:21 GMT Server: - Scaleway API Gateway (fr-par-3;edge03) X-Request-Id: - - cc587759-b187-4c8a-83c5-1ebf2db9e57a + - 3379be88-a829-4e8e-a079-0dcbf1d5500d status: 200 OK code: 200 - duration: 107.584205ms + duration: 83.056222ms - id: 15 request: proto: HTTP/1.1 @@ -510,28 +510,28 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/a0939e15-9220-4497-95fa-e799c0cd7b3c + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/f5839d47-dfad-407f-b09b-089476114f21 method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 718 - body: "{\"region\":\"fr-par\", \"id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:18:24.676140Z\", \"updated_at\":\"2025-10-30T16:18:24.676140Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 1636 + body: "{\"region\":\"fr-par\", \"id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:19.128996Z\", \"updated_at\":\"2025-10-30T16:20:05.986072Z\", \"type\":\"kapsule\", \"name\":\"test-k8s-public-ip\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"public_ip\"], \"cluster_url\":\"https://f5839d47-dfad-407f-b09b-089476114f21.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.f5839d47-dfad-407f-b09b-089476114f21.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"3b0ad589-f167-4c39-a0fe-af124411f0c6\", \"commitment_ends_at\":\"2025-10-30T16:18:19.129003Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"d6e03bbf-faca-464d-b29e-9e329c3dc19d\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" headers: Content-Length: - - "718" + - "1636" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:18:35 GMT + - Thu, 30 Oct 2025 16:29:21 GMT Server: - Scaleway API Gateway (fr-par-3;edge03) X-Request-Id: - - 517406a0-18fe-467b-9fef-378a57c49810 + - f422a04b-8b05-40f6-ad5f-011bc4b093b6 status: 200 OK code: 200 - duration: 74.373956ms + duration: 83.159205ms - id: 16 request: proto: HTTP/1.1 @@ -548,22 +548,22 @@ interactions: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 718 - body: "{\"region\":\"fr-par\", \"id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:18:24.676140Z\", \"updated_at\":\"2025-10-30T16:18:24.676140Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 716 + body: "{\"region\":\"fr-par\", \"id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:18:24.676140Z\", \"updated_at\":\"2025-10-30T16:29:20.647913Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"ready\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" headers: Content-Length: - - "718" + - "716" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:18:40 GMT + - Thu, 30 Oct 2025 16:29:21 GMT Server: - Scaleway API Gateway (fr-par-3;edge03) X-Request-Id: - - 79d18cd8-f807-460b-b8aa-5f1714e7ebe9 + - f17cbeb1-242c-40b5-b002-aab481a8774c status: 200 OK code: 200 - duration: 90.932863ms + duration: 17.151911ms - id: 17 request: proto: HTTP/1.1 @@ -571,31 +571,40 @@ interactions: proto_minor: 1 content_length: 0 host: api.scaleway.com + form: + order_by: + - created_at_asc + page: + - "1" + pool_id: + - a0939e15-9220-4497-95fa-e799c0cd7b3c + status: + - unknown headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/a0939e15-9220-4497-95fa-e799c0cd7b3c + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/f5839d47-dfad-407f-b09b-089476114f21/nodes?order_by=created_at_asc&page=1&pool_id=a0939e15-9220-4497-95fa-e799c0cd7b3c&status=unknown method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 718 - body: "{\"region\":\"fr-par\", \"id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:18:24.676140Z\", \"updated_at\":\"2025-10-30T16:18:24.676140Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 619 + body: "{\"total_count\":1, \"nodes\":[{\"region\":\"fr-par\", \"id\":\"c1062fff-3cc6-4c64-8037-138eb644b773\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:28:09.097801Z\", \"updated_at\":\"2025-10-30T16:29:20.638599Z\", \"pool_id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"status\":\"ready\", \"conditions\":{\"DiskPressure\":\"False\", \"MemoryPressure\":\"False\", \"PIDPressure\":\"False\", \"Ready\":\"True\"}, \"name\":\"scw-test-k8s-public-i-test-k8s-public-i-c1062f\", \"public_ip_v4\":\"51.158.76.222\", \"public_ip_v6\":null, \"provider_id\":\"scaleway://instance/fr-par-1/87a442c4-5537-432c-ae3b-f67eb8ae4d2e\", \"error_message\":\"\"}]}" headers: Content-Length: - - "718" + - "619" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:18:45 GMT + - Thu, 30 Oct 2025 16:29:21 GMT Server: - Scaleway API Gateway (fr-par-3;edge03) X-Request-Id: - - 1720c46a-0256-41f7-b525-4baa369031ba + - 0f61c7b0-2b08-4d25-a1ae-5f9854f3c8a4 status: 200 OK code: 200 - duration: 97.234731ms + duration: 23.612226ms - id: 18 request: proto: HTTP/1.1 @@ -606,28 +615,28 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/a0939e15-9220-4497-95fa-e799c0cd7b3c + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/f5839d47-dfad-407f-b09b-089476114f21 method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 718 - body: "{\"region\":\"fr-par\", \"id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:18:24.676140Z\", \"updated_at\":\"2025-10-30T16:18:24.676140Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 1636 + body: "{\"region\":\"fr-par\", \"id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:19.128996Z\", \"updated_at\":\"2025-10-30T16:20:05.986072Z\", \"type\":\"kapsule\", \"name\":\"test-k8s-public-ip\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"public_ip\"], \"cluster_url\":\"https://f5839d47-dfad-407f-b09b-089476114f21.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.f5839d47-dfad-407f-b09b-089476114f21.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"3b0ad589-f167-4c39-a0fe-af124411f0c6\", \"commitment_ends_at\":\"2025-10-30T16:18:19.129003Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"d6e03bbf-faca-464d-b29e-9e329c3dc19d\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" headers: Content-Length: - - "718" + - "1636" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:18:50 GMT + - Thu, 30 Oct 2025 16:29:22 GMT Server: - Scaleway API Gateway (fr-par-3;edge03) X-Request-Id: - - fd7ac11c-c607-4619-a574-da27442e7c3f + - baca3c9d-e1de-4cc0-846a-ab62b9ee6d56 status: 200 OK code: 200 - duration: 81.427214ms + duration: 26.318736ms - id: 19 request: proto: HTTP/1.1 @@ -635,31 +644,40 @@ interactions: proto_minor: 1 content_length: 0 host: api.scaleway.com + form: + order_by: + - created_at_desc + project_id: + - 105bdce1-64c0-48ab-899d-868455867ecf + resource_name: + - scw-test-k8s-public-i-test-k8s-public-i-c1062f + resource_type: + - unknown_type headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/a0939e15-9220-4497-95fa-e799c0cd7b3c + url: https://api.scaleway.com/ipam/v1/regions/fr-par/ips?order_by=created_at_desc&project_id=105bdce1-64c0-48ab-899d-868455867ecf&resource_name=scw-test-k8s-public-i-test-k8s-public-i-c1062f&resource_type=unknown_type method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 718 - body: "{\"region\":\"fr-par\", \"id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:18:24.676140Z\", \"updated_at\":\"2025-10-30T16:18:24.676140Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 1121 + body: "{\"total_count\":2, \"ips\":[{\"id\":\"71c3829a-3168-4b5d-b8b5-a200e6185a7a\", \"address\":\"fd5f:519c:6d46:99a:5f89:1169:f0f0:c01e/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":true, \"created_at\":\"2025-10-30T16:28:12.721158Z\", \"updated_at\":\"2025-10-30T16:28:12.721158Z\", \"source\":{\"subnet_id\":\"7adff8c4-babb-4a82-8d99-2372f50ef5d3\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"e490ea7d-a59d-4001-a927-b3a4393cac33\", \"mac_address\":\"02:00:00:19:28:73\", \"name\":\"scw-test-k8s-public-i-test-k8s-public-i-c1062f\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}, {\"id\":\"749692a4-02e5-4a20-8764-1b78515e798a\", \"address\":\"172.18.44.3/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":false, \"created_at\":\"2025-10-30T16:28:12.542836Z\", \"updated_at\":\"2025-10-30T16:28:12.542836Z\", \"source\":{\"subnet_id\":\"af2c5aa2-55c5-4e53-a1e5-91f9a8103b6f\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"e490ea7d-a59d-4001-a927-b3a4393cac33\", \"mac_address\":\"02:00:00:19:28:73\", \"name\":\"scw-test-k8s-public-i-test-k8s-public-i-c1062f\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}]}" headers: Content-Length: - - "718" + - "1121" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:18:55 GMT + - Thu, 30 Oct 2025 16:29:22 GMT Server: - Scaleway API Gateway (fr-par-3;edge03) X-Request-Id: - - d4692d6e-1b11-4838-ac1e-24b2d19d6026 + - 4ff0fa4b-a83d-43a5-8f55-32032c9213b4 status: 200 OK code: 200 - duration: 95.355535ms + duration: 51.120434ms - id: 20 request: proto: HTTP/1.1 @@ -670,28 +688,28 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/a0939e15-9220-4497-95fa-e799c0cd7b3c + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/f5839d47-dfad-407f-b09b-089476114f21 method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 718 - body: "{\"region\":\"fr-par\", \"id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:18:24.676140Z\", \"updated_at\":\"2025-10-30T16:18:24.676140Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 1636 + body: "{\"region\":\"fr-par\", \"id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:19.128996Z\", \"updated_at\":\"2025-10-30T16:20:05.986072Z\", \"type\":\"kapsule\", \"name\":\"test-k8s-public-ip\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"public_ip\"], \"cluster_url\":\"https://f5839d47-dfad-407f-b09b-089476114f21.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.f5839d47-dfad-407f-b09b-089476114f21.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"3b0ad589-f167-4c39-a0fe-af124411f0c6\", \"commitment_ends_at\":\"2025-10-30T16:18:19.129003Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"d6e03bbf-faca-464d-b29e-9e329c3dc19d\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" headers: Content-Length: - - "718" + - "1636" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:19:00 GMT + - Thu, 30 Oct 2025 16:29:22 GMT Server: - Scaleway API Gateway (fr-par-3;edge03) X-Request-Id: - - 7d2a6cce-723e-4d83-8e36-014cc0f3e253 + - 2588cbd8-47e6-4a48-9c8d-90ede4e838d4 status: 200 OK code: 200 - duration: 95.501999ms + duration: 23.20932ms - id: 21 request: proto: HTTP/1.1 @@ -702,28 +720,28 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/a0939e15-9220-4497-95fa-e799c0cd7b3c + url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks/3b0ad589-f167-4c39-a0fe-af124411f0c6 method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 718 - body: "{\"region\":\"fr-par\", \"id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:18:24.676140Z\", \"updated_at\":\"2025-10-30T16:18:24.676140Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 1087 + body: "{\"id\":\"3b0ad589-f167-4c39-a0fe-af124411f0c6\", \"name\":\"test-k8s-public-ip\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:17.970395Z\", \"updated_at\":\"2025-10-30T16:18:17.970395Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"subnets\":[{\"id\":\"af2c5aa2-55c5-4e53-a1e5-91f9a8103b6f\", \"created_at\":\"2025-10-30T16:18:17.970395Z\", \"updated_at\":\"2025-10-30T16:18:17.970395Z\", \"subnet\":\"172.18.44.0/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"3b0ad589-f167-4c39-a0fe-af124411f0c6\", \"vpc_id\":\"3e2453e5-8d39-4842-920a-480ff1be2078\"}, {\"id\":\"7adff8c4-babb-4a82-8d99-2372f50ef5d3\", \"created_at\":\"2025-10-30T16:18:17.970395Z\", \"updated_at\":\"2025-10-30T16:18:17.970395Z\", \"subnet\":\"fd5f:519c:6d46:99a::/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"3b0ad589-f167-4c39-a0fe-af124411f0c6\", \"vpc_id\":\"3e2453e5-8d39-4842-920a-480ff1be2078\"}], \"vpc_id\":\"3e2453e5-8d39-4842-920a-480ff1be2078\", \"dhcp_enabled\":true, \"default_route_propagation_enabled\":false, \"region\":\"fr-par\"}" headers: Content-Length: - - "718" + - "1087" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:19:05 GMT + - Thu, 30 Oct 2025 16:29:22 GMT Server: - Scaleway API Gateway (fr-par-3;edge03) X-Request-Id: - - 40e17e39-fa18-4643-8feb-ec88f36d6754 + - 5e45f613-84e3-4489-8658-3cc4932f3dfe status: 200 OK code: 200 - duration: 92.407321ms + duration: 28.106521ms - id: 22 request: proto: HTTP/1.1 @@ -740,22 +758,22 @@ interactions: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 718 - body: "{\"region\":\"fr-par\", \"id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:18:24.676140Z\", \"updated_at\":\"2025-10-30T16:18:24.676140Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 716 + body: "{\"region\":\"fr-par\", \"id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:18:24.676140Z\", \"updated_at\":\"2025-10-30T16:29:20.647913Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"ready\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" headers: Content-Length: - - "718" + - "716" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:19:10 GMT + - Thu, 30 Oct 2025 16:29:22 GMT Server: - Scaleway API Gateway (fr-par-3;edge03) X-Request-Id: - - 2e0c1fa7-d86b-47cd-a7a2-d9fdfa5f1e33 + - b911188c-b051-4fa7-8010-e9d401461f45 status: 200 OK code: 200 - duration: 103.834638ms + duration: 42.992559ms - id: 23 request: proto: HTTP/1.1 @@ -763,31 +781,38 @@ interactions: proto_minor: 1 content_length: 0 host: api.scaleway.com + form: + order_by: + - created_at_asc + pool_id: + - a0939e15-9220-4497-95fa-e799c0cd7b3c + status: + - unknown headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/a0939e15-9220-4497-95fa-e799c0cd7b3c + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/f5839d47-dfad-407f-b09b-089476114f21/nodes?order_by=created_at_asc&pool_id=a0939e15-9220-4497-95fa-e799c0cd7b3c&status=unknown method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 718 - body: "{\"region\":\"fr-par\", \"id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:18:24.676140Z\", \"updated_at\":\"2025-10-30T16:18:24.676140Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 619 + body: "{\"total_count\":1, \"nodes\":[{\"region\":\"fr-par\", \"id\":\"c1062fff-3cc6-4c64-8037-138eb644b773\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:28:09.097801Z\", \"updated_at\":\"2025-10-30T16:29:20.638599Z\", \"pool_id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"status\":\"ready\", \"conditions\":{\"DiskPressure\":\"False\", \"MemoryPressure\":\"False\", \"PIDPressure\":\"False\", \"Ready\":\"True\"}, \"name\":\"scw-test-k8s-public-i-test-k8s-public-i-c1062f\", \"public_ip_v4\":\"51.158.76.222\", \"public_ip_v6\":null, \"provider_id\":\"scaleway://instance/fr-par-1/87a442c4-5537-432c-ae3b-f67eb8ae4d2e\", \"error_message\":\"\"}]}" headers: Content-Length: - - "718" + - "619" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:19:15 GMT + - Thu, 30 Oct 2025 16:29:22 GMT Server: - Scaleway API Gateway (fr-par-3;edge03) X-Request-Id: - - 8c6af6ad-a0ad-48e6-9213-5ace1e1ddcc8 + - fa81dced-3062-4b12-842f-9e67c3e0b6b8 status: 200 OK code: 200 - duration: 85.806652ms + duration: 25.658687ms - id: 24 request: proto: HTTP/1.1 @@ -798,28 +823,28 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/a0939e15-9220-4497-95fa-e799c0cd7b3c + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/87a442c4-5537-432c-ae3b-f67eb8ae4d2e method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 718 - body: "{\"region\":\"fr-par\", \"id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:18:24.676140Z\", \"updated_at\":\"2025-10-30T16:18:24.676140Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 3763 + body: "{\"server\": {\"id\": \"87a442c4-5537-432c-ae3b-f67eb8ae4d2e\", \"name\": \"scw-test-k8s-public-i-test-k8s-public-i-c1062f\", \"arch\": \"x86_64\", \"commercial_type\": \"PRO2-XXS\", \"boot_type\": \"local\", \"organization\": \"105bdce1-64c0-48ab-899d-868455867ecf\", \"project\": \"105bdce1-64c0-48ab-899d-868455867ecf\", \"hostname\": \"scw-test-k8s-public-i-test-k8s-public-i-c1062f\", \"image\": {\"id\": \"5b4b5f3f-c2a1-451e-8603-4c0179b4de03\", \"name\": \"k8s_base_node_instance\", \"organization\": \"51b656e3-4865-41e8-adbc-0c45bdd780db\", \"project\": \"51b656e3-4865-41e8-adbc-0c45bdd780db\", \"root_volume\": {\"volume_type\": \"sbs_snapshot\", \"id\": \"c6b09a14-4a4d-44cd-a772-4f235fef4826\", \"size\": 0, \"name\": \"\"}, \"extra_volumes\": {}, \"public\": true, \"arch\": \"x86_64\", \"creation_date\": \"2025-10-27T10:01:33.994085+00:00\", \"modification_date\": \"2025-10-27T10:01:33.994085+00:00\", \"default_bootscript\": null, \"from_server\": \"\", \"state\": \"available\", \"tags\": [], \"zone\": \"fr-par-1\"}, \"volumes\": {\"0\": {\"boot\": true, \"volume_type\": \"sbs_volume\", \"id\": \"a9862539-ae1c-4beb-9fda-aab1533d0bb2\", \"state\": \"available\", \"zone\": \"fr-par-1\"}}, \"tags\": [\"kapsule=f5839d47-dfad-407f-b09b-089476114f21\", \"pool=a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"pool-name=test-k8s-public-ip\", \"runtime=containerd\", \"managed=true\", \"node=c1062fff-3cc6-4c64-8037-138eb644b773\"], \"state\": \"running\", \"protected\": false, \"state_detail\": \"booting kernel\", \"public_ip\": {\"id\": \"1d2e96c2-a32c-4233-a580-b2f48aea84ec\", \"address\": \"51.158.76.222\", \"dynamic\": false, \"gateway\": \"62.210.0.1\", \"netmask\": \"32\", \"family\": \"inet\", \"provisioning_mode\": \"dhcp\", \"tags\": [\"kapsule=f5839d47-dfad-407f-b09b-089476114f21\", \"node-name=scw-test-k8s-public-i-test-k8s-public-i-c1062f\"], \"state\": \"attached\", \"ipam_id\": \"87c45bbc-0c33-431f-93a1-0ae466a4d82a\"}, \"public_ips\": [{\"id\": \"1d2e96c2-a32c-4233-a580-b2f48aea84ec\", \"address\": \"51.158.76.222\", \"dynamic\": false, \"gateway\": \"62.210.0.1\", \"netmask\": \"32\", \"family\": \"inet\", \"provisioning_mode\": \"dhcp\", \"tags\": [\"kapsule=f5839d47-dfad-407f-b09b-089476114f21\", \"node-name=scw-test-k8s-public-i-test-k8s-public-i-c1062f\"], \"state\": \"attached\", \"ipam_id\": \"87c45bbc-0c33-431f-93a1-0ae466a4d82a\"}, {\"id\": \"00d759df-c6f1-4823-84fa-cb1cd78f9466\", \"address\": \"2001:bc8:710:a9cf:dc00:ff:fed0:7087\", \"dynamic\": false, \"gateway\": \"fe80::dc00:ff:fed0:7088\", \"netmask\": \"64\", \"family\": \"inet6\", \"provisioning_mode\": \"slaac\", \"tags\": [\"kapsule=f5839d47-dfad-407f-b09b-089476114f21\", \"node-name=scw-test-k8s-public-i-test-k8s-public-i-c1062f\"], \"state\": \"attached\", \"ipam_id\": \"755514d6-a077-4ae6-9e4e-e5d3846c92b3\"}], \"mac_address\": \"de:00:00:d0:70:87\", \"routed_ip_enabled\": true, \"ipv6\": null, \"extra_networks\": [], \"dynamic_ip_required\": false, \"enable_ipv6\": false, \"private_ip\": null, \"creation_date\": \"2025-10-30T16:28:09.689469+00:00\", \"modification_date\": \"2025-10-30T16:28:14.963070+00:00\", \"bootscript\": null, \"security_group\": {\"id\": \"4ef16f7a-478c-4b72-b932-982f4b04974b\", \"name\": \"Kapsule default security group\"}, \"location\": {\"zone_id\": \"fr-par-1\", \"platform_id\": \"14\", \"cluster_id\": \"12\", \"hypervisor_id\": \"901\", \"node_id\": \"28\"}, \"maintenances\": [], \"allowed_actions\": [\"poweroff\", \"terminate\", \"reboot\", \"stop_in_place\", \"backup\"], \"placement_group\": null, \"private_nics\": [{\"id\": \"e490ea7d-a59d-4001-a927-b3a4393cac33\", \"private_network_id\": \"3b0ad589-f167-4c39-a0fe-af124411f0c6\", \"server_id\": \"87a442c4-5537-432c-ae3b-f67eb8ae4d2e\", \"mac_address\": \"02:00:00:19:28:73\", \"state\": \"available\", \"creation_date\": \"2025-10-30T16:28:12.305517+00:00\", \"modification_date\": \"2025-10-30T16:28:12.423955+00:00\", \"zone\": \"fr-par-1\", \"tags\": [], \"ipam_ip_ids\": [\"749692a4-02e5-4a20-8764-1b78515e798a\", \"71c3829a-3168-4b5d-b8b5-a200e6185a7a\"]}], \"zone\": \"fr-par-1\", \"filesystems\": [], \"end_of_service\": false}}" headers: Content-Length: - - "718" + - "3763" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:19:20 GMT + - Thu, 30 Oct 2025 16:29:22 GMT Server: - Scaleway API Gateway (fr-par-3;edge03) X-Request-Id: - - 478ca6a2-caf3-4b21-9639-4d372bcf0058 + - ccbd0431-492a-4e20-a92c-96c3917df38c status: 200 OK code: 200 - duration: 92.973143ms + duration: 157.453081ms - id: 25 request: proto: HTTP/1.1 @@ -830,28 +855,28 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/a0939e15-9220-4497-95fa-e799c0cd7b3c + url: https://api.scaleway.com/vpc/v2/regions/fr-par/vpcs/3e2453e5-8d39-4842-920a-480ff1be2078 method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 718 - body: "{\"region\":\"fr-par\", \"id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:18:24.676140Z\", \"updated_at\":\"2025-10-30T16:18:24.676140Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 416 + body: "{\"id\":\"3e2453e5-8d39-4842-920a-480ff1be2078\", \"name\":\"tf-vpc-sad-dewdney\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:17.246369Z\", \"updated_at\":\"2025-10-30T16:18:17.246369Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_default\":false, \"private_network_count\":1, \"routing_enabled\":true, \"custom_routes_propagation_enabled\":true, \"region\":\"fr-par\"}" headers: Content-Length: - - "718" + - "416" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:19:25 GMT + - Thu, 30 Oct 2025 16:29:22 GMT Server: - Scaleway API Gateway (fr-par-3;edge03) X-Request-Id: - - 93d36eb4-b597-4b9c-a72d-4cad515a867c + - 4b4e3581-07b8-45f5-bd8d-712be2f8c374 status: 200 OK code: 200 - duration: 80.88737ms + duration: 29.962243ms - id: 26 request: proto: HTTP/1.1 @@ -862,28 +887,28 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/a0939e15-9220-4497-95fa-e799c0cd7b3c + url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks/3b0ad589-f167-4c39-a0fe-af124411f0c6 method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 718 - body: "{\"region\":\"fr-par\", \"id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:18:24.676140Z\", \"updated_at\":\"2025-10-30T16:18:24.676140Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 1087 + body: "{\"id\":\"3b0ad589-f167-4c39-a0fe-af124411f0c6\", \"name\":\"test-k8s-public-ip\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:17.970395Z\", \"updated_at\":\"2025-10-30T16:18:17.970395Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"subnets\":[{\"id\":\"af2c5aa2-55c5-4e53-a1e5-91f9a8103b6f\", \"created_at\":\"2025-10-30T16:18:17.970395Z\", \"updated_at\":\"2025-10-30T16:18:17.970395Z\", \"subnet\":\"172.18.44.0/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"3b0ad589-f167-4c39-a0fe-af124411f0c6\", \"vpc_id\":\"3e2453e5-8d39-4842-920a-480ff1be2078\"}, {\"id\":\"7adff8c4-babb-4a82-8d99-2372f50ef5d3\", \"created_at\":\"2025-10-30T16:18:17.970395Z\", \"updated_at\":\"2025-10-30T16:18:17.970395Z\", \"subnet\":\"fd5f:519c:6d46:99a::/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"3b0ad589-f167-4c39-a0fe-af124411f0c6\", \"vpc_id\":\"3e2453e5-8d39-4842-920a-480ff1be2078\"}], \"vpc_id\":\"3e2453e5-8d39-4842-920a-480ff1be2078\", \"dhcp_enabled\":true, \"default_route_propagation_enabled\":false, \"region\":\"fr-par\"}" headers: Content-Length: - - "718" + - "1087" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:19:31 GMT + - Thu, 30 Oct 2025 16:29:22 GMT Server: - Scaleway API Gateway (fr-par-3;edge03) X-Request-Id: - - 47583fd0-cd5e-4d83-8f93-b6446b445b47 + - df9713dd-67fb-4510-8b12-c0a14b2d4ef3 status: 200 OK code: 200 - duration: 91.651292ms + duration: 27.77038ms - id: 27 request: proto: HTTP/1.1 @@ -894,28 +919,28 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/a0939e15-9220-4497-95fa-e799c0cd7b3c + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/f5839d47-dfad-407f-b09b-089476114f21 method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 718 - body: "{\"region\":\"fr-par\", \"id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:18:24.676140Z\", \"updated_at\":\"2025-10-30T16:18:24.676140Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 1636 + body: "{\"region\":\"fr-par\", \"id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:19.128996Z\", \"updated_at\":\"2025-10-30T16:20:05.986072Z\", \"type\":\"kapsule\", \"name\":\"test-k8s-public-ip\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"public_ip\"], \"cluster_url\":\"https://f5839d47-dfad-407f-b09b-089476114f21.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.f5839d47-dfad-407f-b09b-089476114f21.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"3b0ad589-f167-4c39-a0fe-af124411f0c6\", \"commitment_ends_at\":\"2025-10-30T16:18:19.129003Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"d6e03bbf-faca-464d-b29e-9e329c3dc19d\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" headers: Content-Length: - - "718" + - "1636" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:19:36 GMT + - Thu, 30 Oct 2025 16:29:22 GMT Server: - Scaleway API Gateway (fr-par-3;edge03) X-Request-Id: - - 63d3f135-e41c-4365-b984-f0410169e91a + - 5f2a2843-818b-4aef-b140-427b42e91531 status: 200 OK code: 200 - duration: 95.183121ms + duration: 24.164202ms - id: 28 request: proto: HTTP/1.1 @@ -926,28 +951,28 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/a0939e15-9220-4497-95fa-e799c0cd7b3c + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/f5839d47-dfad-407f-b09b-089476114f21/kubeconfig method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 718 - body: "{\"region\":\"fr-par\", \"id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:18:24.676140Z\", \"updated_at\":\"2025-10-30T16:18:24.676140Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 1682 + body: "{\"name\":\"kubeconfig\", \"content_type\":\"application/octet-stream\", \"content\":\"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogInRlc3QtazhzLXB1YmxpYy1pcCIKICBjbHVzdGVyOgogICAgY2VydGlmaWNhdGUtYXV0aG9yaXR5LWRhdGE6IExTMHRMUzFDUlVkSlRpQkRSVkpVU1VaSlEwRlVSUzB0TFMwdENrMUpTVUpYZWtORFFWRkhaMEYzU1VKQlowbENRVVJCUzBKblozRm9hMnBQVUZGUlJFRnFRVlpOVWsxM1JWRlpSRlpSVVVSRmQzQnlaRmRLYkdOdE5Xd0taRWRXZWsxQ05GaEVWRWt4VFZSQmVVOVVSVEpOVkdkNFQxWnZXRVJVVFRGTlZFRjVUMVJGTWsxVVozaFBWbTkzUmxSRlZFMUNSVWRCTVZWRlFYaE5Td3BoTTFacFdsaEtkVnBZVW14amVrSmFUVUpOUjBKNWNVZFRUVFE1UVdkRlIwTkRjVWRUVFRRNVFYZEZTRUV3U1VGQ1VHdFVkVW80TlZCRE9XTllNbXhzQ21oQll6UnJXWFJwYVM4NVNYaEpRVmxuYzJOaWFHSmlWVEkwZEc1UVVuUjJZVk5PTmpreFFWUkhPR1kyVTNsVGJIcFhWVlY2VG1zd00wNWxWazFDUWk4S2NXaExLMDl0ZVdwUmFrSkJUVUUwUjBFeFZXUkVkMFZDTDNkUlJVRjNTVU53UkVGUVFtZE9Wa2hTVFVKQlpqaEZRbFJCUkVGUlNDOU5RakJIUVRGVlpBcEVaMUZYUWtKUloybDZLemhPVGt4bFMzZHRTR1p1TmpkbFkxbHdlRW92WkdkVVFVdENaMmR4YUd0cVQxQlJVVVJCWjA1SlFVUkNSa0ZwUlVGd1pWWkxDbHBIWkcxd1JYQjRXRkZoWmxkSlQyaGFXWFZyS3pkNVpEVlRWVkkwYkZOV2VHOUNVRlF3YTBOSlJtZHVNMjQwT1dKWWNHbFdkMUZIWlZOeVZVTlNZV2tLUW1zMFEydFpkMXBhVFROM1JEWXJLMHcwVlhBS0xTMHRMUzFGVGtRZ1EwVlNWRWxHU1VOQlZFVXRMUzB0TFFvPQogICAgc2VydmVyOiBodHRwczovL2Y1ODM5ZDQ3LWRmYWQtNDA3Zi1iMDliLTA4OTQ3NjExNGYyMS5hcGkuazhzLmZyLXBhci5zY3cuY2xvdWQ6NjQ0Mwpjb250ZXh0czoKLSBuYW1lOiBhZG1pbkB0ZXN0LWs4cy1wdWJsaWMtaXAKICBjb250ZXh0OgogICAgY2x1c3RlcjogInRlc3QtazhzLXB1YmxpYy1pcCIKICAgIHVzZXI6IHRlc3QtazhzLXB1YmxpYy1pcC1hZG1pbgpjdXJyZW50LWNvbnRleHQ6IGFkbWluQHRlc3QtazhzLXB1YmxpYy1pcApraW5kOiBDb25maWcKcHJlZmVyZW5jZXM6IHt9CnVzZXJzOgotIG5hbWU6IHRlc3QtazhzLXB1YmxpYy1pcC1hZG1pbgogIHVzZXI6CiAgICB0b2tlbjogOWZoZmVKT3p3bFFjamZEUnVpdmxlbmpod0ZKR2xzQ2xid2hLUVFDajJzcmFFa2w1cEdVSVdzVjM=\"}" headers: Content-Length: - - "718" + - "1682" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:19:41 GMT + - Thu, 30 Oct 2025 16:29:22 GMT Server: - Scaleway API Gateway (fr-par-3;edge03) X-Request-Id: - - ef047ab6-2817-4f84-b038-189533d4c1fb + - df3c4718-0805-469f-a136-2d55e18630e7 status: 200 OK code: 200 - duration: 98.373028ms + duration: 84.329501ms - id: 29 request: proto: HTTP/1.1 @@ -964,22 +989,22 @@ interactions: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 718 - body: "{\"region\":\"fr-par\", \"id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:18:24.676140Z\", \"updated_at\":\"2025-10-30T16:18:24.676140Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 716 + body: "{\"region\":\"fr-par\", \"id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:18:24.676140Z\", \"updated_at\":\"2025-10-30T16:29:20.647913Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"ready\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" headers: Content-Length: - - "718" + - "716" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:19:46 GMT + - Thu, 30 Oct 2025 16:29:22 GMT Server: - Scaleway API Gateway (fr-par-3;edge03) X-Request-Id: - - e9f53d44-dfc8-4b95-b8c1-72d5fb5a38fe + - 779310e1-dc32-4cdd-a43e-b1371d454012 status: 200 OK code: 200 - duration: 75.674256ms + duration: 24.931983ms - id: 30 request: proto: HTTP/1.1 @@ -987,31 +1012,40 @@ interactions: proto_minor: 1 content_length: 0 host: api.scaleway.com + form: + order_by: + - created_at_asc + page: + - "1" + pool_id: + - a0939e15-9220-4497-95fa-e799c0cd7b3c + status: + - unknown headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/a0939e15-9220-4497-95fa-e799c0cd7b3c + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/f5839d47-dfad-407f-b09b-089476114f21/nodes?order_by=created_at_asc&page=1&pool_id=a0939e15-9220-4497-95fa-e799c0cd7b3c&status=unknown method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 718 - body: "{\"region\":\"fr-par\", \"id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:18:24.676140Z\", \"updated_at\":\"2025-10-30T16:18:24.676140Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 619 + body: "{\"total_count\":1, \"nodes\":[{\"region\":\"fr-par\", \"id\":\"c1062fff-3cc6-4c64-8037-138eb644b773\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:28:09.097801Z\", \"updated_at\":\"2025-10-30T16:29:20.638599Z\", \"pool_id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"status\":\"ready\", \"conditions\":{\"DiskPressure\":\"False\", \"MemoryPressure\":\"False\", \"PIDPressure\":\"False\", \"Ready\":\"True\"}, \"name\":\"scw-test-k8s-public-i-test-k8s-public-i-c1062f\", \"public_ip_v4\":\"51.158.76.222\", \"public_ip_v6\":null, \"provider_id\":\"scaleway://instance/fr-par-1/87a442c4-5537-432c-ae3b-f67eb8ae4d2e\", \"error_message\":\"\"}]}" headers: Content-Length: - - "718" + - "619" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:19:51 GMT + - Thu, 30 Oct 2025 16:29:22 GMT Server: - Scaleway API Gateway (fr-par-3;edge03) X-Request-Id: - - e27ea646-9479-4551-af5d-3dd9162d075c + - 57e30e86-7552-4ca7-a665-106daabca93b status: 200 OK code: 200 - duration: 89.461072ms + duration: 24.308282ms - id: 31 request: proto: HTTP/1.1 @@ -1022,28 +1056,28 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/a0939e15-9220-4497-95fa-e799c0cd7b3c + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/f5839d47-dfad-407f-b09b-089476114f21 method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 718 - body: "{\"region\":\"fr-par\", \"id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:18:24.676140Z\", \"updated_at\":\"2025-10-30T16:18:24.676140Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 1636 + body: "{\"region\":\"fr-par\", \"id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:19.128996Z\", \"updated_at\":\"2025-10-30T16:20:05.986072Z\", \"type\":\"kapsule\", \"name\":\"test-k8s-public-ip\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"public_ip\"], \"cluster_url\":\"https://f5839d47-dfad-407f-b09b-089476114f21.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.f5839d47-dfad-407f-b09b-089476114f21.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"3b0ad589-f167-4c39-a0fe-af124411f0c6\", \"commitment_ends_at\":\"2025-10-30T16:18:19.129003Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"d6e03bbf-faca-464d-b29e-9e329c3dc19d\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" headers: Content-Length: - - "718" + - "1636" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:19:56 GMT + - Thu, 30 Oct 2025 16:29:22 GMT Server: - Scaleway API Gateway (fr-par-3;edge03) X-Request-Id: - - bd5041e0-965d-48d7-a518-0a269ca68f8d + - 98000ee3-6821-4d29-b2e3-5039bb332df5 status: 200 OK code: 200 - duration: 92.559086ms + duration: 79.238046ms - id: 32 request: proto: HTTP/1.1 @@ -1051,31 +1085,40 @@ interactions: proto_minor: 1 content_length: 0 host: api.scaleway.com + form: + order_by: + - created_at_desc + project_id: + - 105bdce1-64c0-48ab-899d-868455867ecf + resource_name: + - scw-test-k8s-public-i-test-k8s-public-i-c1062f + resource_type: + - unknown_type headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/a0939e15-9220-4497-95fa-e799c0cd7b3c + url: https://api.scaleway.com/ipam/v1/regions/fr-par/ips?order_by=created_at_desc&project_id=105bdce1-64c0-48ab-899d-868455867ecf&resource_name=scw-test-k8s-public-i-test-k8s-public-i-c1062f&resource_type=unknown_type method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 718 - body: "{\"region\":\"fr-par\", \"id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:18:24.676140Z\", \"updated_at\":\"2025-10-30T16:18:24.676140Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 1121 + body: "{\"total_count\":2, \"ips\":[{\"id\":\"71c3829a-3168-4b5d-b8b5-a200e6185a7a\", \"address\":\"fd5f:519c:6d46:99a:5f89:1169:f0f0:c01e/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":true, \"created_at\":\"2025-10-30T16:28:12.721158Z\", \"updated_at\":\"2025-10-30T16:28:12.721158Z\", \"source\":{\"subnet_id\":\"7adff8c4-babb-4a82-8d99-2372f50ef5d3\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"e490ea7d-a59d-4001-a927-b3a4393cac33\", \"mac_address\":\"02:00:00:19:28:73\", \"name\":\"scw-test-k8s-public-i-test-k8s-public-i-c1062f\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}, {\"id\":\"749692a4-02e5-4a20-8764-1b78515e798a\", \"address\":\"172.18.44.3/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":false, \"created_at\":\"2025-10-30T16:28:12.542836Z\", \"updated_at\":\"2025-10-30T16:28:12.542836Z\", \"source\":{\"subnet_id\":\"af2c5aa2-55c5-4e53-a1e5-91f9a8103b6f\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"e490ea7d-a59d-4001-a927-b3a4393cac33\", \"mac_address\":\"02:00:00:19:28:73\", \"name\":\"scw-test-k8s-public-i-test-k8s-public-i-c1062f\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}]}" headers: Content-Length: - - "718" + - "1121" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:20:01 GMT + - Thu, 30 Oct 2025 16:29:22 GMT Server: - Scaleway API Gateway (fr-par-3;edge03) X-Request-Id: - - 3cfab3d6-16c6-4e87-9684-131795e323f6 + - d7fa61d1-e110-4f4c-bf5c-fd8dde9cd468 status: 200 OK code: 200 - duration: 85.548689ms + duration: 46.889964ms - id: 33 request: proto: HTTP/1.1 @@ -1086,28 +1129,28 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/a0939e15-9220-4497-95fa-e799c0cd7b3c + url: https://api.scaleway.com/vpc/v2/regions/fr-par/vpcs/3e2453e5-8d39-4842-920a-480ff1be2078 method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 718 - body: "{\"region\":\"fr-par\", \"id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:18:24.676140Z\", \"updated_at\":\"2025-10-30T16:18:24.676140Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 416 + body: "{\"id\":\"3e2453e5-8d39-4842-920a-480ff1be2078\", \"name\":\"tf-vpc-sad-dewdney\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:17.246369Z\", \"updated_at\":\"2025-10-30T16:18:17.246369Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_default\":false, \"private_network_count\":1, \"routing_enabled\":true, \"custom_routes_propagation_enabled\":true, \"region\":\"fr-par\"}" headers: Content-Length: - - "718" + - "416" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:20:06 GMT + - Thu, 30 Oct 2025 16:29:23 GMT Server: - Scaleway API Gateway (fr-par-3;edge03) X-Request-Id: - - e880c605-5589-4b0d-8895-a43537e536b2 + - 68ddbff1-c6ff-481c-8fa3-14d2bea3238d status: 200 OK code: 200 - duration: 93.447484ms + duration: 45.436176ms - id: 34 request: proto: HTTP/1.1 @@ -1118,28 +1161,28 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/a0939e15-9220-4497-95fa-e799c0cd7b3c + url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks/3b0ad589-f167-4c39-a0fe-af124411f0c6 method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 718 - body: "{\"region\":\"fr-par\", \"id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:18:24.676140Z\", \"updated_at\":\"2025-10-30T16:18:24.676140Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 1087 + body: "{\"id\":\"3b0ad589-f167-4c39-a0fe-af124411f0c6\", \"name\":\"test-k8s-public-ip\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:17.970395Z\", \"updated_at\":\"2025-10-30T16:18:17.970395Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"subnets\":[{\"id\":\"af2c5aa2-55c5-4e53-a1e5-91f9a8103b6f\", \"created_at\":\"2025-10-30T16:18:17.970395Z\", \"updated_at\":\"2025-10-30T16:18:17.970395Z\", \"subnet\":\"172.18.44.0/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"3b0ad589-f167-4c39-a0fe-af124411f0c6\", \"vpc_id\":\"3e2453e5-8d39-4842-920a-480ff1be2078\"}, {\"id\":\"7adff8c4-babb-4a82-8d99-2372f50ef5d3\", \"created_at\":\"2025-10-30T16:18:17.970395Z\", \"updated_at\":\"2025-10-30T16:18:17.970395Z\", \"subnet\":\"fd5f:519c:6d46:99a::/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"3b0ad589-f167-4c39-a0fe-af124411f0c6\", \"vpc_id\":\"3e2453e5-8d39-4842-920a-480ff1be2078\"}], \"vpc_id\":\"3e2453e5-8d39-4842-920a-480ff1be2078\", \"dhcp_enabled\":true, \"default_route_propagation_enabled\":false, \"region\":\"fr-par\"}" headers: Content-Length: - - "718" + - "1087" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:20:11 GMT + - Thu, 30 Oct 2025 16:29:23 GMT Server: - Scaleway API Gateway (fr-par-3;edge03) X-Request-Id: - - daa6fd33-d817-4309-b8c3-0b9eaedaf2f8 + - bcd8459a-b418-4f50-93eb-4721b8e01fa7 status: 200 OK code: 200 - duration: 80.096777ms + duration: 30.490335ms - id: 35 request: proto: HTTP/1.1 @@ -1150,28 +1193,28 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/a0939e15-9220-4497-95fa-e799c0cd7b3c + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/f5839d47-dfad-407f-b09b-089476114f21 method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 718 - body: "{\"region\":\"fr-par\", \"id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:18:24.676140Z\", \"updated_at\":\"2025-10-30T16:18:24.676140Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 1636 + body: "{\"region\":\"fr-par\", \"id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:19.128996Z\", \"updated_at\":\"2025-10-30T16:20:05.986072Z\", \"type\":\"kapsule\", \"name\":\"test-k8s-public-ip\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"public_ip\"], \"cluster_url\":\"https://f5839d47-dfad-407f-b09b-089476114f21.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.f5839d47-dfad-407f-b09b-089476114f21.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"3b0ad589-f167-4c39-a0fe-af124411f0c6\", \"commitment_ends_at\":\"2025-10-30T16:18:19.129003Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"d6e03bbf-faca-464d-b29e-9e329c3dc19d\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" headers: Content-Length: - - "718" + - "1636" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:20:16 GMT + - Thu, 30 Oct 2025 16:29:23 GMT Server: - Scaleway API Gateway (fr-par-3;edge03) X-Request-Id: - - 50308023-fe84-41c3-9600-02121466de81 + - a8886c65-902f-49f1-8544-105005061c93 status: 200 OK code: 200 - duration: 91.380244ms + duration: 73.904506ms - id: 36 request: proto: HTTP/1.1 @@ -1182,28 +1225,28 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/a0939e15-9220-4497-95fa-e799c0cd7b3c + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/f5839d47-dfad-407f-b09b-089476114f21/kubeconfig method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 718 - body: "{\"region\":\"fr-par\", \"id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:18:24.676140Z\", \"updated_at\":\"2025-10-30T16:18:24.676140Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 1682 + body: "{\"name\":\"kubeconfig\", \"content_type\":\"application/octet-stream\", \"content\":\"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogInRlc3QtazhzLXB1YmxpYy1pcCIKICBjbHVzdGVyOgogICAgY2VydGlmaWNhdGUtYXV0aG9yaXR5LWRhdGE6IExTMHRMUzFDUlVkSlRpQkRSVkpVU1VaSlEwRlVSUzB0TFMwdENrMUpTVUpYZWtORFFWRkhaMEYzU1VKQlowbENRVVJCUzBKblozRm9hMnBQVUZGUlJFRnFRVlpOVWsxM1JWRlpSRlpSVVVSRmQzQnlaRmRLYkdOdE5Xd0taRWRXZWsxQ05GaEVWRWt4VFZSQmVVOVVSVEpOVkdkNFQxWnZXRVJVVFRGTlZFRjVUMVJGTWsxVVozaFBWbTkzUmxSRlZFMUNSVWRCTVZWRlFYaE5Td3BoTTFacFdsaEtkVnBZVW14amVrSmFUVUpOUjBKNWNVZFRUVFE1UVdkRlIwTkRjVWRUVFRRNVFYZEZTRUV3U1VGQ1VHdFVkVW80TlZCRE9XTllNbXhzQ21oQll6UnJXWFJwYVM4NVNYaEpRVmxuYzJOaWFHSmlWVEkwZEc1UVVuUjJZVk5PTmpreFFWUkhPR1kyVTNsVGJIcFhWVlY2VG1zd00wNWxWazFDUWk4S2NXaExLMDl0ZVdwUmFrSkJUVUUwUjBFeFZXUkVkMFZDTDNkUlJVRjNTVU53UkVGUVFtZE9Wa2hTVFVKQlpqaEZRbFJCUkVGUlNDOU5RakJIUVRGVlpBcEVaMUZYUWtKUloybDZLemhPVGt4bFMzZHRTR1p1TmpkbFkxbHdlRW92WkdkVVFVdENaMmR4YUd0cVQxQlJVVVJCWjA1SlFVUkNSa0ZwUlVGd1pWWkxDbHBIWkcxd1JYQjRXRkZoWmxkSlQyaGFXWFZyS3pkNVpEVlRWVkkwYkZOV2VHOUNVRlF3YTBOSlJtZHVNMjQwT1dKWWNHbFdkMUZIWlZOeVZVTlNZV2tLUW1zMFEydFpkMXBhVFROM1JEWXJLMHcwVlhBS0xTMHRMUzFGVGtRZ1EwVlNWRWxHU1VOQlZFVXRMUzB0TFFvPQogICAgc2VydmVyOiBodHRwczovL2Y1ODM5ZDQ3LWRmYWQtNDA3Zi1iMDliLTA4OTQ3NjExNGYyMS5hcGkuazhzLmZyLXBhci5zY3cuY2xvdWQ6NjQ0Mwpjb250ZXh0czoKLSBuYW1lOiBhZG1pbkB0ZXN0LWs4cy1wdWJsaWMtaXAKICBjb250ZXh0OgogICAgY2x1c3RlcjogInRlc3QtazhzLXB1YmxpYy1pcCIKICAgIHVzZXI6IHRlc3QtazhzLXB1YmxpYy1pcC1hZG1pbgpjdXJyZW50LWNvbnRleHQ6IGFkbWluQHRlc3QtazhzLXB1YmxpYy1pcApraW5kOiBDb25maWcKcHJlZmVyZW5jZXM6IHt9CnVzZXJzOgotIG5hbWU6IHRlc3QtazhzLXB1YmxpYy1pcC1hZG1pbgogIHVzZXI6CiAgICB0b2tlbjogOWZoZmVKT3p3bFFjamZEUnVpdmxlbmpod0ZKR2xzQ2xid2hLUVFDajJzcmFFa2w1cEdVSVdzVjM=\"}" headers: Content-Length: - - "718" + - "1682" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:20:21 GMT + - Thu, 30 Oct 2025 16:29:23 GMT Server: - Scaleway API Gateway (fr-par-3;edge03) X-Request-Id: - - f735bdea-4e14-4be3-89f6-f6eb76dc3328 + - d41b0363-8e4a-4b8d-887a-f3de25a25bfa status: 200 OK code: 200 - duration: 81.256002ms + duration: 19.445435ms - id: 37 request: proto: HTTP/1.1 @@ -1220,22 +1263,22 @@ interactions: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 718 - body: "{\"region\":\"fr-par\", \"id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:18:24.676140Z\", \"updated_at\":\"2025-10-30T16:18:24.676140Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 716 + body: "{\"region\":\"fr-par\", \"id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:18:24.676140Z\", \"updated_at\":\"2025-10-30T16:29:20.647913Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"ready\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" headers: Content-Length: - - "718" + - "716" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:20:27 GMT + - Thu, 30 Oct 2025 16:29:23 GMT Server: - Scaleway API Gateway (fr-par-3;edge03) X-Request-Id: - - f41c4bf1-4845-48f0-9a44-b5f463020387 + - 4e018a2f-adc4-4a33-82f6-d04002949635 status: 200 OK code: 200 - duration: 81.694616ms + duration: 19.89577ms - id: 38 request: proto: HTTP/1.1 @@ -1243,31 +1286,40 @@ interactions: proto_minor: 1 content_length: 0 host: api.scaleway.com + form: + order_by: + - created_at_asc + page: + - "1" + pool_id: + - a0939e15-9220-4497-95fa-e799c0cd7b3c + status: + - unknown headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/a0939e15-9220-4497-95fa-e799c0cd7b3c + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/f5839d47-dfad-407f-b09b-089476114f21/nodes?order_by=created_at_asc&page=1&pool_id=a0939e15-9220-4497-95fa-e799c0cd7b3c&status=unknown method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 718 - body: "{\"region\":\"fr-par\", \"id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:18:24.676140Z\", \"updated_at\":\"2025-10-30T16:18:24.676140Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 619 + body: "{\"total_count\":1, \"nodes\":[{\"region\":\"fr-par\", \"id\":\"c1062fff-3cc6-4c64-8037-138eb644b773\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:28:09.097801Z\", \"updated_at\":\"2025-10-30T16:29:20.638599Z\", \"pool_id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"status\":\"ready\", \"conditions\":{\"DiskPressure\":\"False\", \"MemoryPressure\":\"False\", \"PIDPressure\":\"False\", \"Ready\":\"True\"}, \"name\":\"scw-test-k8s-public-i-test-k8s-public-i-c1062f\", \"public_ip_v4\":\"51.158.76.222\", \"public_ip_v6\":null, \"provider_id\":\"scaleway://instance/fr-par-1/87a442c4-5537-432c-ae3b-f67eb8ae4d2e\", \"error_message\":\"\"}]}" headers: Content-Length: - - "718" + - "619" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:20:32 GMT + - Thu, 30 Oct 2025 16:29:23 GMT Server: - Scaleway API Gateway (fr-par-3;edge03) X-Request-Id: - - 171bacc4-ebea-4a59-8f26-0894adec36e4 + - ce8979fa-7898-4e94-8608-5861cdef1bbe status: 200 OK code: 200 - duration: 196.834091ms + duration: 26.415397ms - id: 39 request: proto: HTTP/1.1 @@ -1278,28 +1330,28 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/a0939e15-9220-4497-95fa-e799c0cd7b3c + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/f5839d47-dfad-407f-b09b-089476114f21 method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 718 - body: "{\"region\":\"fr-par\", \"id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:18:24.676140Z\", \"updated_at\":\"2025-10-30T16:18:24.676140Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 1636 + body: "{\"region\":\"fr-par\", \"id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:19.128996Z\", \"updated_at\":\"2025-10-30T16:20:05.986072Z\", \"type\":\"kapsule\", \"name\":\"test-k8s-public-ip\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"public_ip\"], \"cluster_url\":\"https://f5839d47-dfad-407f-b09b-089476114f21.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.f5839d47-dfad-407f-b09b-089476114f21.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"3b0ad589-f167-4c39-a0fe-af124411f0c6\", \"commitment_ends_at\":\"2025-10-30T16:18:19.129003Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"d6e03bbf-faca-464d-b29e-9e329c3dc19d\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" headers: Content-Length: - - "718" + - "1636" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:20:37 GMT + - Thu, 30 Oct 2025 16:29:23 GMT Server: - Scaleway API Gateway (fr-par-3;edge03) X-Request-Id: - - 7bae6f14-8db6-47f7-995d-626bef6218e1 + - e1ea5581-b27b-48fa-80c5-a12b61b214a0 status: 200 OK code: 200 - duration: 85.524634ms + duration: 24.253249ms - id: 40 request: proto: HTTP/1.1 @@ -1307,31 +1359,40 @@ interactions: proto_minor: 1 content_length: 0 host: api.scaleway.com + form: + order_by: + - created_at_desc + project_id: + - 105bdce1-64c0-48ab-899d-868455867ecf + resource_name: + - scw-test-k8s-public-i-test-k8s-public-i-c1062f + resource_type: + - unknown_type headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/a0939e15-9220-4497-95fa-e799c0cd7b3c + url: https://api.scaleway.com/ipam/v1/regions/fr-par/ips?order_by=created_at_desc&project_id=105bdce1-64c0-48ab-899d-868455867ecf&resource_name=scw-test-k8s-public-i-test-k8s-public-i-c1062f&resource_type=unknown_type method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 718 - body: "{\"region\":\"fr-par\", \"id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:18:24.676140Z\", \"updated_at\":\"2025-10-30T16:18:24.676140Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 1121 + body: "{\"total_count\":2, \"ips\":[{\"id\":\"71c3829a-3168-4b5d-b8b5-a200e6185a7a\", \"address\":\"fd5f:519c:6d46:99a:5f89:1169:f0f0:c01e/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":true, \"created_at\":\"2025-10-30T16:28:12.721158Z\", \"updated_at\":\"2025-10-30T16:28:12.721158Z\", \"source\":{\"subnet_id\":\"7adff8c4-babb-4a82-8d99-2372f50ef5d3\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"e490ea7d-a59d-4001-a927-b3a4393cac33\", \"mac_address\":\"02:00:00:19:28:73\", \"name\":\"scw-test-k8s-public-i-test-k8s-public-i-c1062f\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}, {\"id\":\"749692a4-02e5-4a20-8764-1b78515e798a\", \"address\":\"172.18.44.3/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":false, \"created_at\":\"2025-10-30T16:28:12.542836Z\", \"updated_at\":\"2025-10-30T16:28:12.542836Z\", \"source\":{\"subnet_id\":\"af2c5aa2-55c5-4e53-a1e5-91f9a8103b6f\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"e490ea7d-a59d-4001-a927-b3a4393cac33\", \"mac_address\":\"02:00:00:19:28:73\", \"name\":\"scw-test-k8s-public-i-test-k8s-public-i-c1062f\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}]}" headers: Content-Length: - - "718" + - "1121" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:20:42 GMT + - Thu, 30 Oct 2025 16:29:23 GMT Server: - Scaleway API Gateway (fr-par-3;edge03) X-Request-Id: - - 9fba99eb-fb69-4827-9d10-4f9de79c68e8 + - b51966c7-ef62-416a-b9e5-1aa9e6ef3eaa status: 200 OK code: 200 - duration: 80.200751ms + duration: 33.25277ms - id: 41 request: proto: HTTP/1.1 @@ -1343,27 +1404,27 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/a0939e15-9220-4497-95fa-e799c0cd7b3c - method: GET + method: DELETE response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 718 - body: "{\"region\":\"fr-par\", \"id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:18:24.676140Z\", \"updated_at\":\"2025-10-30T16:18:24.676140Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 719 + body: "{\"region\":\"fr-par\", \"id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:18:24.676140Z\", \"updated_at\":\"2025-10-30T16:29:23.798294Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" headers: Content-Length: - - "718" + - "719" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:20:47 GMT + - Thu, 30 Oct 2025 16:29:23 GMT Server: - Scaleway API Gateway (fr-par-3;edge03) X-Request-Id: - - fa928d00-7aca-433b-bca6-118ebbea09b0 + - 7dbc90b3-43c9-490a-9a1c-ee1ed27b667c status: 200 OK code: 200 - duration: 87.730945ms + duration: 95.809397ms - id: 42 request: proto: HTTP/1.1 @@ -1380,22 +1441,22 @@ interactions: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 718 - body: "{\"region\":\"fr-par\", \"id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:18:24.676140Z\", \"updated_at\":\"2025-10-30T16:18:24.676140Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 719 + body: "{\"region\":\"fr-par\", \"id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:18:24.676140Z\", \"updated_at\":\"2025-10-30T16:29:23.798294Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" headers: Content-Length: - - "718" + - "719" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:20:52 GMT + - Thu, 30 Oct 2025 16:29:23 GMT Server: - Scaleway API Gateway (fr-par-3;edge03) X-Request-Id: - - ccf72ab4-2987-4477-89dc-8a1ddbba2625 + - 1b9baa1c-d6b8-476e-9c79-8ffa26539a7c status: 200 OK code: 200 - duration: 87.841482ms + duration: 23.855623ms - id: 43 request: proto: HTTP/1.1 @@ -1412,54 +1473,57 @@ interactions: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 718 - body: "{\"region\":\"fr-par\", \"id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:18:24.676140Z\", \"updated_at\":\"2025-10-30T16:18:24.676140Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 125 + body: "{\"message\":\"resource is not found\",\"resource\":\"pool\",\"resource_id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\",\"type\":\"not_found\"}" headers: Content-Length: - - "718" + - "125" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:20:57 GMT + - Thu, 30 Oct 2025 16:33:43 GMT Server: - Scaleway API Gateway (fr-par-3;edge03) X-Request-Id: - - 0df7992f-019f-4587-8218-31150507f033 - status: 200 OK - code: 200 - duration: 88.998784ms + - 1322164b-4d6d-4f43-ab5a-709d30874e02 + status: 404 Not Found + code: 404 + duration: 20.821909ms - id: 44 request: proto: HTTP/1.1 proto_major: 1 proto_minor: 1 - content_length: 0 + content_length: 152 host: api.scaleway.com + body: "{\"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\",\"name\":\"test-k8s-public-ip\",\"tags\":[],\"type\":\"VPC-GW-S\",\"enable_smtp\":false,\"enable_bastion\":false}" headers: + Content-Type: + - application/json User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/a0939e15-9220-4497-95fa-e799c0cd7b3c - method: GET + url: https://api.scaleway.com/vpc-gw/v2/zones/fr-par-1/gateways + method: POST response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 718 - body: "{\"region\":\"fr-par\", \"id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:18:24.676140Z\", \"updated_at\":\"2025-10-30T16:18:24.676140Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 918 + body: "{\"id\":\"4e5fe8f2-7126-4ef0-9da5-64dcbf031bb4\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:33:44.521117Z\", \"updated_at\":\"2025-10-30T16:33:44.521117Z\", \"type\":\"VPC-GW-S\", \"bandwidth\":100, \"status\":\"allocating\", \"name\":\"test-k8s-public-ip\", \"tags\":[], \"ipv4\":{\"id\":\"1a95086f-202d-44ed-83f2-50a2725deb74\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:33:44.496040Z\", \"updated_at\":\"2025-10-30T16:33:44.496040Z\", \"tags\":[], \"address\":\"51.15.215.84\", \"reverse\":\"84-215-15-51.instances.scw.cloud\", \"gateway_id\":\"4e5fe8f2-7126-4ef0-9da5-64dcbf031bb4\", \"zone\":\"fr-par-1\"}, \"gateway_networks\":[], \"bastion_enabled\":false, \"bastion_port\":61000, \"smtp_enabled\":false, \"is_legacy\":false, \"bastion_allowed_ips\":[\"0.0.0.0/0\"], \"zone\":\"fr-par-1\"}" headers: Content-Length: - - "718" + - "918" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:21:02 GMT + - Thu, 30 Oct 2025 16:33:44 GMT Server: - Scaleway API Gateway (fr-par-3;edge03) X-Request-Id: - - 11a3ecd5-0367-4773-8402-b2c88a31c6bd + - 14930dec-34ab-45bd-865c-2a1ecaa2eb4c status: 200 OK code: 200 - duration: 101.126826ms + duration: 856.61301ms - id: 45 request: proto: HTTP/1.1 @@ -1470,28 +1534,28 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/a0939e15-9220-4497-95fa-e799c0cd7b3c + url: https://api.scaleway.com/vpc-gw/v2/zones/fr-par-1/gateways/4e5fe8f2-7126-4ef0-9da5-64dcbf031bb4 method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 718 - body: "{\"region\":\"fr-par\", \"id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:18:24.676140Z\", \"updated_at\":\"2025-10-30T16:18:24.676140Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 937 + body: "{\"id\":\"4e5fe8f2-7126-4ef0-9da5-64dcbf031bb4\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:33:44.521117Z\", \"updated_at\":\"2025-10-30T16:33:44.563781Z\", \"type\":\"VPC-GW-S\", \"bandwidth\":100, \"status\":\"allocating\", \"name\":\"test-k8s-public-ip\", \"tags\":[], \"ipv4\":{\"id\":\"1a95086f-202d-44ed-83f2-50a2725deb74\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:33:44.496040Z\", \"updated_at\":\"2025-10-30T16:33:44.496040Z\", \"tags\":[], \"address\":\"51.15.215.84\", \"reverse\":\"84-215-15-51.instances.scw.cloud\", \"gateway_id\":\"4e5fe8f2-7126-4ef0-9da5-64dcbf031bb4\", \"zone\":\"fr-par-1\"}, \"gateway_networks\":[], \"version\":\"0.7.4\", \"bastion_enabled\":false, \"bastion_port\":61000, \"smtp_enabled\":false, \"is_legacy\":false, \"bastion_allowed_ips\":[\"0.0.0.0/0\"], \"zone\":\"fr-par-1\"}" headers: Content-Length: - - "718" + - "937" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:21:07 GMT + - Thu, 30 Oct 2025 16:33:44 GMT Server: - Scaleway API Gateway (fr-par-3;edge03) X-Request-Id: - - 3b09c6bd-33d0-46ec-91d6-f877e01eee00 + - dc260f83-0236-48f6-a440-8108583e052f status: 200 OK code: 200 - duration: 72.895862ms + duration: 99.258681ms - id: 46 request: proto: HTTP/1.1 @@ -1502,28 +1566,28 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/a0939e15-9220-4497-95fa-e799c0cd7b3c + url: https://api.scaleway.com/vpc-gw/v2/zones/fr-par-1/gateways/4e5fe8f2-7126-4ef0-9da5-64dcbf031bb4 method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 718 - body: "{\"region\":\"fr-par\", \"id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:18:24.676140Z\", \"updated_at\":\"2025-10-30T16:18:24.676140Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 934 + body: "{\"id\":\"4e5fe8f2-7126-4ef0-9da5-64dcbf031bb4\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:33:44.521117Z\", \"updated_at\":\"2025-10-30T16:33:49.290070Z\", \"type\":\"VPC-GW-S\", \"bandwidth\":100, \"status\":\"running\", \"name\":\"test-k8s-public-ip\", \"tags\":[], \"ipv4\":{\"id\":\"1a95086f-202d-44ed-83f2-50a2725deb74\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:33:44.496040Z\", \"updated_at\":\"2025-10-30T16:33:44.496040Z\", \"tags\":[], \"address\":\"51.15.215.84\", \"reverse\":\"84-215-15-51.instances.scw.cloud\", \"gateway_id\":\"4e5fe8f2-7126-4ef0-9da5-64dcbf031bb4\", \"zone\":\"fr-par-1\"}, \"gateway_networks\":[], \"version\":\"0.7.4\", \"bastion_enabled\":false, \"bastion_port\":61000, \"smtp_enabled\":false, \"is_legacy\":false, \"bastion_allowed_ips\":[\"0.0.0.0/0\"], \"zone\":\"fr-par-1\"}" headers: Content-Length: - - "718" + - "934" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:21:12 GMT + - Thu, 30 Oct 2025 16:33:49 GMT Server: - Scaleway API Gateway (fr-par-3;edge03) X-Request-Id: - - 2e81cd07-a0c6-4801-b319-90e3b0fc2492 + - bf2af661-82ce-47b4-840a-0b76914e1ecd status: 200 OK code: 200 - duration: 71.384806ms + duration: 102.574564ms - id: 47 request: proto: HTTP/1.1 @@ -1534,28 +1598,28 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/a0939e15-9220-4497-95fa-e799c0cd7b3c + url: https://api.scaleway.com/vpc-gw/v2/zones/fr-par-1/gateways/4e5fe8f2-7126-4ef0-9da5-64dcbf031bb4 method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 718 - body: "{\"region\":\"fr-par\", \"id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:18:24.676140Z\", \"updated_at\":\"2025-10-30T16:18:24.676140Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 934 + body: "{\"id\":\"4e5fe8f2-7126-4ef0-9da5-64dcbf031bb4\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:33:44.521117Z\", \"updated_at\":\"2025-10-30T16:33:49.290070Z\", \"type\":\"VPC-GW-S\", \"bandwidth\":100, \"status\":\"running\", \"name\":\"test-k8s-public-ip\", \"tags\":[], \"ipv4\":{\"id\":\"1a95086f-202d-44ed-83f2-50a2725deb74\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:33:44.496040Z\", \"updated_at\":\"2025-10-30T16:33:44.496040Z\", \"tags\":[], \"address\":\"51.15.215.84\", \"reverse\":\"84-215-15-51.instances.scw.cloud\", \"gateway_id\":\"4e5fe8f2-7126-4ef0-9da5-64dcbf031bb4\", \"zone\":\"fr-par-1\"}, \"gateway_networks\":[], \"version\":\"0.7.4\", \"bastion_enabled\":false, \"bastion_port\":61000, \"smtp_enabled\":false, \"is_legacy\":false, \"bastion_allowed_ips\":[\"0.0.0.0/0\"], \"zone\":\"fr-par-1\"}" headers: Content-Length: - - "718" + - "934" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:21:17 GMT + - Thu, 30 Oct 2025 16:33:49 GMT Server: - Scaleway API Gateway (fr-par-3;edge03) X-Request-Id: - - 359e342d-eba1-46a5-9884-03dd85edc934 + - b4e4b6d0-9fda-4363-934e-7cbb0d71486e status: 200 OK code: 200 - duration: 76.883646ms + duration: 28.144513ms - id: 48 request: proto: HTTP/1.1 @@ -1566,60 +1630,63 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/a0939e15-9220-4497-95fa-e799c0cd7b3c + url: https://api.scaleway.com/vpc-gw/v2/zones/fr-par-1/gateways/4e5fe8f2-7126-4ef0-9da5-64dcbf031bb4 method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 718 - body: "{\"region\":\"fr-par\", \"id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:18:24.676140Z\", \"updated_at\":\"2025-10-30T16:18:24.676140Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 934 + body: "{\"id\":\"4e5fe8f2-7126-4ef0-9da5-64dcbf031bb4\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:33:44.521117Z\", \"updated_at\":\"2025-10-30T16:33:49.290070Z\", \"type\":\"VPC-GW-S\", \"bandwidth\":100, \"status\":\"running\", \"name\":\"test-k8s-public-ip\", \"tags\":[], \"ipv4\":{\"id\":\"1a95086f-202d-44ed-83f2-50a2725deb74\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:33:44.496040Z\", \"updated_at\":\"2025-10-30T16:33:44.496040Z\", \"tags\":[], \"address\":\"51.15.215.84\", \"reverse\":\"84-215-15-51.instances.scw.cloud\", \"gateway_id\":\"4e5fe8f2-7126-4ef0-9da5-64dcbf031bb4\", \"zone\":\"fr-par-1\"}, \"gateway_networks\":[], \"version\":\"0.7.4\", \"bastion_enabled\":false, \"bastion_port\":61000, \"smtp_enabled\":false, \"is_legacy\":false, \"bastion_allowed_ips\":[\"0.0.0.0/0\"], \"zone\":\"fr-par-1\"}" headers: Content-Length: - - "718" + - "934" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:21:23 GMT + - Thu, 30 Oct 2025 16:33:49 GMT Server: - Scaleway API Gateway (fr-par-3;edge03) X-Request-Id: - - 1f459b28-de9b-4464-b82d-11e943399fbf + - e323613a-b96e-4d31-9b64-e9da0c8c9c92 status: 200 OK code: 200 - duration: 87.537802ms + duration: 30.290511ms - id: 49 request: proto: HTTP/1.1 proto_major: 1 proto_minor: 1 - content_length: 0 + content_length: 164 host: api.scaleway.com + body: "{\"gateway_id\":\"4e5fe8f2-7126-4ef0-9da5-64dcbf031bb4\",\"private_network_id\":\"3b0ad589-f167-4c39-a0fe-af124411f0c6\",\"enable_masquerade\":true,\"push_default_route\":true}" headers: + Content-Type: + - application/json User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/a0939e15-9220-4497-95fa-e799c0cd7b3c - method: GET + url: https://api.scaleway.com/vpc-gw/v2/zones/fr-par-1/gateway-networks + method: POST response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 718 - body: "{\"region\":\"fr-par\", \"id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:18:24.676140Z\", \"updated_at\":\"2025-10-30T16:18:24.676140Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 393 + body: "{\"id\":\"e3f44092-59f7-4966-9d13-6a31591a18e9\", \"created_at\":\"2025-10-30T16:33:50.125382Z\", \"updated_at\":\"2025-10-30T16:33:50.125382Z\", \"gateway_id\":\"4e5fe8f2-7126-4ef0-9da5-64dcbf031bb4\", \"private_network_id\":\"3b0ad589-f167-4c39-a0fe-af124411f0c6\", \"masquerade_enabled\":true, \"status\":\"created\", \"push_default_route\":true, \"ipam_ip_id\":\"2282d01d-3705-4eb3-a3c0-6849cd9b9e0b\", \"zone\":\"fr-par-1\"}" headers: Content-Length: - - "718" + - "393" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:21:28 GMT + - Thu, 30 Oct 2025 16:33:50 GMT Server: - Scaleway API Gateway (fr-par-3;edge03) X-Request-Id: - - b7e5d69a-8938-486f-ac2a-e62c2421b8e9 + - 7ed6587e-8b56-4cd7-b03a-eeb42c9649ac status: 200 OK code: 200 - duration: 88.590287ms + duration: 376.887972ms - id: 50 request: proto: HTTP/1.1 @@ -1630,28 +1697,28 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/a0939e15-9220-4497-95fa-e799c0cd7b3c + url: https://api.scaleway.com/vpc-gw/v2/zones/fr-par-1/gateways/4e5fe8f2-7126-4ef0-9da5-64dcbf031bb4 method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 718 - body: "{\"region\":\"fr-par\", \"id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:18:24.676140Z\", \"updated_at\":\"2025-10-30T16:18:24.676140Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 1331 + body: "{\"id\":\"4e5fe8f2-7126-4ef0-9da5-64dcbf031bb4\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:33:44.521117Z\", \"updated_at\":\"2025-10-30T16:33:50.217007Z\", \"type\":\"VPC-GW-S\", \"bandwidth\":100, \"status\":\"configuring\", \"name\":\"test-k8s-public-ip\", \"tags\":[], \"ipv4\":{\"id\":\"1a95086f-202d-44ed-83f2-50a2725deb74\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:33:44.496040Z\", \"updated_at\":\"2025-10-30T16:33:44.496040Z\", \"tags\":[], \"address\":\"51.15.215.84\", \"reverse\":\"84-215-15-51.instances.scw.cloud\", \"gateway_id\":\"4e5fe8f2-7126-4ef0-9da5-64dcbf031bb4\", \"zone\":\"fr-par-1\"}, \"gateway_networks\":[{\"id\":\"e3f44092-59f7-4966-9d13-6a31591a18e9\", \"created_at\":\"2025-10-30T16:33:50.125382Z\", \"updated_at\":\"2025-10-30T16:33:50.125382Z\", \"gateway_id\":\"4e5fe8f2-7126-4ef0-9da5-64dcbf031bb4\", \"private_network_id\":\"3b0ad589-f167-4c39-a0fe-af124411f0c6\", \"masquerade_enabled\":true, \"status\":\"created\", \"push_default_route\":true, \"ipam_ip_id\":\"2282d01d-3705-4eb3-a3c0-6849cd9b9e0b\", \"zone\":\"fr-par-1\"}], \"version\":\"0.7.4\", \"bastion_enabled\":false, \"bastion_port\":61000, \"smtp_enabled\":false, \"is_legacy\":false, \"bastion_allowed_ips\":[\"0.0.0.0/0\"], \"zone\":\"fr-par-1\"}" headers: Content-Length: - - "718" + - "1331" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:21:33 GMT + - Thu, 30 Oct 2025 16:33:50 GMT Server: - Scaleway API Gateway (fr-par-3;edge03) X-Request-Id: - - 4a7f0ec3-d97b-4f6f-bec4-41185b1d0064 + - 58fd69f8-53e3-4041-9786-d608f9de91c0 status: 200 OK code: 200 - duration: 102.131061ms + duration: 30.59417ms - id: 51 request: proto: HTTP/1.1 @@ -1662,28 +1729,28 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/a0939e15-9220-4497-95fa-e799c0cd7b3c + url: https://api.scaleway.com/vpc-gw/v2/zones/fr-par-1/gateways/4e5fe8f2-7126-4ef0-9da5-64dcbf031bb4 method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 718 - body: "{\"region\":\"fr-par\", \"id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:18:24.676140Z\", \"updated_at\":\"2025-10-30T16:18:24.676140Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 1360 + body: "{\"id\":\"4e5fe8f2-7126-4ef0-9da5-64dcbf031bb4\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:33:44.521117Z\", \"updated_at\":\"2025-10-30T16:34:01.214094Z\", \"type\":\"VPC-GW-S\", \"bandwidth\":100, \"status\":\"running\", \"name\":\"test-k8s-public-ip\", \"tags\":[], \"ipv4\":{\"id\":\"1a95086f-202d-44ed-83f2-50a2725deb74\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:33:44.496040Z\", \"updated_at\":\"2025-10-30T16:33:44.496040Z\", \"tags\":[], \"address\":\"51.15.215.84\", \"reverse\":\"84-215-15-51.instances.scw.cloud\", \"gateway_id\":\"4e5fe8f2-7126-4ef0-9da5-64dcbf031bb4\", \"zone\":\"fr-par-1\"}, \"gateway_networks\":[{\"id\":\"e3f44092-59f7-4966-9d13-6a31591a18e9\", \"created_at\":\"2025-10-30T16:33:50.125382Z\", \"updated_at\":\"2025-10-30T16:34:00.958302Z\", \"gateway_id\":\"4e5fe8f2-7126-4ef0-9da5-64dcbf031bb4\", \"private_network_id\":\"3b0ad589-f167-4c39-a0fe-af124411f0c6\", \"mac_address\":\"02:00:00:1D:CF:65\", \"masquerade_enabled\":true, \"status\":\"ready\", \"push_default_route\":true, \"ipam_ip_id\":\"2282d01d-3705-4eb3-a3c0-6849cd9b9e0b\", \"zone\":\"fr-par-1\"}], \"version\":\"0.7.4\", \"bastion_enabled\":false, \"bastion_port\":61000, \"smtp_enabled\":false, \"is_legacy\":false, \"bastion_allowed_ips\":[\"0.0.0.0/0\"], \"zone\":\"fr-par-1\"}" headers: Content-Length: - - "718" + - "1360" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:21:38 GMT + - Thu, 30 Oct 2025 16:34:05 GMT Server: - Scaleway API Gateway (fr-par-3;edge03) X-Request-Id: - - 455cc793-e489-464e-afe8-76c90de7fdd0 + - efabbd0e-cb35-4977-9216-e94dd9d48fbb status: 200 OK code: 200 - duration: 99.362625ms + duration: 33.267297ms - id: 52 request: proto: HTTP/1.1 @@ -1694,28 +1761,28 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/a0939e15-9220-4497-95fa-e799c0cd7b3c + url: https://api.scaleway.com/vpc-gw/v2/zones/fr-par-1/gateway-networks/e3f44092-59f7-4966-9d13-6a31591a18e9 method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 718 - body: "{\"region\":\"fr-par\", \"id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:18:24.676140Z\", \"updated_at\":\"2025-10-30T16:18:24.676140Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 426 + body: "{\"id\":\"e3f44092-59f7-4966-9d13-6a31591a18e9\", \"created_at\":\"2025-10-30T16:33:50.125382Z\", \"updated_at\":\"2025-10-30T16:34:00.958302Z\", \"gateway_id\":\"4e5fe8f2-7126-4ef0-9da5-64dcbf031bb4\", \"private_network_id\":\"3b0ad589-f167-4c39-a0fe-af124411f0c6\", \"mac_address\":\"02:00:00:1D:CF:65\", \"masquerade_enabled\":true, \"status\":\"ready\", \"push_default_route\":true, \"ipam_ip_id\":\"2282d01d-3705-4eb3-a3c0-6849cd9b9e0b\", \"zone\":\"fr-par-1\"}" headers: Content-Length: - - "718" + - "426" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:21:43 GMT + - Thu, 30 Oct 2025 16:34:05 GMT Server: - Scaleway API Gateway (fr-par-3;edge03) X-Request-Id: - - db1e99f5-57d4-4f4e-8938-3b01a58aeaed + - 1864bc00-ae62-4a3a-85b8-d1a3d8ac7663 status: 200 OK code: 200 - duration: 87.381368ms + duration: 108.729746ms - id: 53 request: proto: HTTP/1.1 @@ -1726,28 +1793,28 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/a0939e15-9220-4497-95fa-e799c0cd7b3c + url: https://api.scaleway.com/vpc-gw/v2/zones/fr-par-1/gateway-networks/e3f44092-59f7-4966-9d13-6a31591a18e9 method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 718 - body: "{\"region\":\"fr-par\", \"id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:18:24.676140Z\", \"updated_at\":\"2025-10-30T16:18:24.676140Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 426 + body: "{\"id\":\"e3f44092-59f7-4966-9d13-6a31591a18e9\", \"created_at\":\"2025-10-30T16:33:50.125382Z\", \"updated_at\":\"2025-10-30T16:34:00.958302Z\", \"gateway_id\":\"4e5fe8f2-7126-4ef0-9da5-64dcbf031bb4\", \"private_network_id\":\"3b0ad589-f167-4c39-a0fe-af124411f0c6\", \"mac_address\":\"02:00:00:1D:CF:65\", \"masquerade_enabled\":true, \"status\":\"ready\", \"push_default_route\":true, \"ipam_ip_id\":\"2282d01d-3705-4eb3-a3c0-6849cd9b9e0b\", \"zone\":\"fr-par-1\"}" headers: Content-Length: - - "718" + - "426" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:21:48 GMT + - Thu, 30 Oct 2025 16:34:05 GMT Server: - Scaleway API Gateway (fr-par-3;edge03) X-Request-Id: - - e694f4ee-81ac-4136-99a5-4239e5a4ee71 + - d7fab2b3-cafa-45eb-9611-f2162e9fa76e status: 200 OK code: 200 - duration: 79.868599ms + duration: 97.167076ms - id: 54 request: proto: HTTP/1.1 @@ -1758,28 +1825,28 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/a0939e15-9220-4497-95fa-e799c0cd7b3c + url: https://api.scaleway.com/vpc-gw/v2/zones/fr-par-1/gateways/4e5fe8f2-7126-4ef0-9da5-64dcbf031bb4 method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 718 - body: "{\"region\":\"fr-par\", \"id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:18:24.676140Z\", \"updated_at\":\"2025-10-30T16:18:24.676140Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 1360 + body: "{\"id\":\"4e5fe8f2-7126-4ef0-9da5-64dcbf031bb4\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:33:44.521117Z\", \"updated_at\":\"2025-10-30T16:34:01.214094Z\", \"type\":\"VPC-GW-S\", \"bandwidth\":100, \"status\":\"running\", \"name\":\"test-k8s-public-ip\", \"tags\":[], \"ipv4\":{\"id\":\"1a95086f-202d-44ed-83f2-50a2725deb74\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:33:44.496040Z\", \"updated_at\":\"2025-10-30T16:33:44.496040Z\", \"tags\":[], \"address\":\"51.15.215.84\", \"reverse\":\"84-215-15-51.instances.scw.cloud\", \"gateway_id\":\"4e5fe8f2-7126-4ef0-9da5-64dcbf031bb4\", \"zone\":\"fr-par-1\"}, \"gateway_networks\":[{\"id\":\"e3f44092-59f7-4966-9d13-6a31591a18e9\", \"created_at\":\"2025-10-30T16:33:50.125382Z\", \"updated_at\":\"2025-10-30T16:34:00.958302Z\", \"gateway_id\":\"4e5fe8f2-7126-4ef0-9da5-64dcbf031bb4\", \"private_network_id\":\"3b0ad589-f167-4c39-a0fe-af124411f0c6\", \"mac_address\":\"02:00:00:1D:CF:65\", \"masquerade_enabled\":true, \"status\":\"ready\", \"push_default_route\":true, \"ipam_ip_id\":\"2282d01d-3705-4eb3-a3c0-6849cd9b9e0b\", \"zone\":\"fr-par-1\"}], \"version\":\"0.7.4\", \"bastion_enabled\":false, \"bastion_port\":61000, \"smtp_enabled\":false, \"is_legacy\":false, \"bastion_allowed_ips\":[\"0.0.0.0/0\"], \"zone\":\"fr-par-1\"}" headers: Content-Length: - - "718" + - "1360" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:21:53 GMT + - Thu, 30 Oct 2025 16:34:05 GMT Server: - Scaleway API Gateway (fr-par-3;edge03) X-Request-Id: - - ec214c39-b8ca-4968-884a-a76d9204e938 + - 40d2ef8f-45a1-4b31-935f-7ff140df80f8 status: 200 OK code: 200 - duration: 92.841155ms + duration: 28.569881ms - id: 55 request: proto: HTTP/1.1 @@ -1787,31 +1854,42 @@ interactions: proto_minor: 1 content_length: 0 host: api.scaleway.com + form: + order_by: + - created_at_desc + private_network_id: + - 3b0ad589-f167-4c39-a0fe-af124411f0c6 + project_id: + - 105bdce1-64c0-48ab-899d-868455867ecf + resource_id: + - e3f44092-59f7-4966-9d13-6a31591a18e9 + resource_type: + - vpc_gateway_network headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/a0939e15-9220-4497-95fa-e799c0cd7b3c + url: https://api.scaleway.com/ipam/v1/regions/fr-par/ips?order_by=created_at_desc&private_network_id=3b0ad589-f167-4c39-a0fe-af124411f0c6&project_id=105bdce1-64c0-48ab-899d-868455867ecf&resource_id=e3f44092-59f7-4966-9d13-6a31591a18e9&resource_type=vpc_gateway_network method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 718 - body: "{\"region\":\"fr-par\", \"id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:18:24.676140Z\", \"updated_at\":\"2025-10-30T16:18:24.676140Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 531 + body: "{\"total_count\":1, \"ips\":[{\"id\":\"2282d01d-3705-4eb3-a3c0-6849cd9b9e0b\", \"address\":\"172.18.44.3/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":false, \"created_at\":\"2025-10-30T16:33:50.087880Z\", \"updated_at\":\"2025-10-30T16:33:50.576557Z\", \"source\":{\"subnet_id\":\"af2c5aa2-55c5-4e53-a1e5-91f9a8103b6f\"}, \"resource\":{\"type\":\"vpc_gateway_network\", \"id\":\"e3f44092-59f7-4966-9d13-6a31591a18e9\", \"mac_address\":\"02:00:00:1D:CF:65\", \"name\":\"test-k8s-public-ip\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}]}" headers: Content-Length: - - "718" + - "531" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:21:58 GMT + - Thu, 30 Oct 2025 16:34:05 GMT Server: - Scaleway API Gateway (fr-par-3;edge03) X-Request-Id: - - d19dc6ef-6907-4d04-9cff-678a12e8d35a + - ce078780-fd27-4120-8d1d-25b79d046c6a status: 200 OK code: 200 - duration: 99.453025ms + duration: 43.040199ms - id: 56 request: proto: HTTP/1.1 @@ -1822,60 +1900,63 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/a0939e15-9220-4497-95fa-e799c0cd7b3c + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/f5839d47-dfad-407f-b09b-089476114f21 method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 718 - body: "{\"region\":\"fr-par\", \"id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:18:24.676140Z\", \"updated_at\":\"2025-10-30T16:18:24.676140Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 1644 + body: "{\"region\":\"fr-par\", \"id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:19.128996Z\", \"updated_at\":\"2025-10-30T16:33:43.277006Z\", \"type\":\"kapsule\", \"name\":\"test-k8s-public-ip\", \"description\":\"\", \"status\":\"pool_required\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"public_ip\"], \"cluster_url\":\"https://f5839d47-dfad-407f-b09b-089476114f21.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.f5839d47-dfad-407f-b09b-089476114f21.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"3b0ad589-f167-4c39-a0fe-af124411f0c6\", \"commitment_ends_at\":\"2025-10-30T16:18:19.129003Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"d6e03bbf-faca-464d-b29e-9e329c3dc19d\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" headers: Content-Length: - - "718" + - "1644" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:22:03 GMT + - Thu, 30 Oct 2025 16:34:05 GMT Server: - Scaleway API Gateway (fr-par-3;edge03) X-Request-Id: - - f7c8fe89-5b47-4bd2-aee6-0b410c3f630e + - 22b58740-5806-4728-b2bd-f1090cd9af21 status: 200 OK code: 200 - duration: 94.424287ms + duration: 101.412503ms - id: 57 request: proto: HTTP/1.1 proto_major: 1 proto_minor: 1 - content_length: 0 + content_length: 272 host: api.scaleway.com + body: "{\"name\":\"test-k8s-public-ip\",\"node_type\":\"pro2_xxs\",\"autoscaling\":false,\"size\":1,\"min_size\":1,\"max_size\":1,\"container_runtime\":\"containerd\",\"autohealing\":true,\"tags\":[],\"kubelet_args\":{},\"zone\":\"fr-par-1\",\"root_volume_type\":\"default_volume_type\",\"public_ip_disabled\":true}" headers: + Content-Type: + - application/json User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/a0939e15-9220-4497-95fa-e799c0cd7b3c - method: GET + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/f5839d47-dfad-407f-b09b-089476114f21/pools + method: POST response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 718 - body: "{\"region\":\"fr-par\", \"id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:18:24.676140Z\", \"updated_at\":\"2025-10-30T16:18:24.676140Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 717 + body: "{\"region\":\"fr-par\", \"id\":\"25c00492-d965-4a12-8971-85497d187c93\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:34:05.830776Z\", \"updated_at\":\"2025-10-30T16:34:05.830776Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":true, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" headers: Content-Length: - - "718" + - "717" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:22:08 GMT + - Thu, 30 Oct 2025 16:34:06 GMT Server: - Scaleway API Gateway (fr-par-3;edge03) X-Request-Id: - - 516dc4e8-0856-42cc-ac6a-12e083253cc4 + - a919f6ba-6b26-497c-8d95-7952e8dcd7ee status: 200 OK code: 200 - duration: 80.429772ms + duration: 263.268138ms - id: 58 request: proto: HTTP/1.1 @@ -1886,28 +1967,28 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/a0939e15-9220-4497-95fa-e799c0cd7b3c + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/25c00492-d965-4a12-8971-85497d187c93 method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 718 - body: "{\"region\":\"fr-par\", \"id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:18:24.676140Z\", \"updated_at\":\"2025-10-30T16:18:24.676140Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 717 + body: "{\"region\":\"fr-par\", \"id\":\"25c00492-d965-4a12-8971-85497d187c93\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:34:05.830776Z\", \"updated_at\":\"2025-10-30T16:34:05.830776Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":true, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" headers: Content-Length: - - "718" + - "717" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:22:13 GMT + - Thu, 30 Oct 2025 16:34:06 GMT Server: - Scaleway API Gateway (fr-par-3;edge03) X-Request-Id: - - 2690309e-72c6-42e4-ac1e-74e14f794cce + - 47848502-d9a8-4950-ba50-0f0acb4be044 status: 200 OK code: 200 - duration: 98.839343ms + duration: 27.554104ms - id: 59 request: proto: HTTP/1.1 @@ -1918,28 +1999,28 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/a0939e15-9220-4497-95fa-e799c0cd7b3c + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/25c00492-d965-4a12-8971-85497d187c93 method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 718 - body: "{\"region\":\"fr-par\", \"id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:18:24.676140Z\", \"updated_at\":\"2025-10-30T16:18:24.676140Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 715 + body: "{\"region\":\"fr-par\", \"id\":\"25c00492-d965-4a12-8971-85497d187c93\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:34:05.830776Z\", \"updated_at\":\"2025-10-30T16:38:27.160948Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"ready\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":true, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" headers: Content-Length: - - "718" + - "715" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:22:19 GMT + - Thu, 30 Oct 2025 16:38:31 GMT Server: - Scaleway API Gateway (fr-par-3;edge03) X-Request-Id: - - b78b2d8d-8101-4721-abfe-0f6c8f99c32b + - fd21f276-3031-4d13-8dc1-54838a610668 status: 200 OK code: 200 - duration: 104.473107ms + duration: 105.702465ms - id: 60 request: proto: HTTP/1.1 @@ -1950,28 +2031,28 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/a0939e15-9220-4497-95fa-e799c0cd7b3c + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/f5839d47-dfad-407f-b09b-089476114f21 method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 718 - body: "{\"region\":\"fr-par\", \"id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:18:24.676140Z\", \"updated_at\":\"2025-10-30T16:18:24.676140Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 1636 + body: "{\"region\":\"fr-par\", \"id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:19.128996Z\", \"updated_at\":\"2025-10-30T16:35:53.373007Z\", \"type\":\"kapsule\", \"name\":\"test-k8s-public-ip\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"public_ip\"], \"cluster_url\":\"https://f5839d47-dfad-407f-b09b-089476114f21.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.f5839d47-dfad-407f-b09b-089476114f21.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"3b0ad589-f167-4c39-a0fe-af124411f0c6\", \"commitment_ends_at\":\"2025-10-30T16:18:19.129003Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"d6e03bbf-faca-464d-b29e-9e329c3dc19d\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" headers: Content-Length: - - "718" + - "1636" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:22:24 GMT + - Thu, 30 Oct 2025 16:38:31 GMT Server: - Scaleway API Gateway (fr-par-3;edge03) X-Request-Id: - - bf9d76ea-87fe-4a1b-aba0-891f0799d0cf + - da6811f1-d110-4d00-b205-06a3c8dea340 status: 200 OK code: 200 - duration: 81.272293ms + duration: 94.589909ms - id: 61 request: proto: HTTP/1.1 @@ -1982,28 +2063,28 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/a0939e15-9220-4497-95fa-e799c0cd7b3c + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/25c00492-d965-4a12-8971-85497d187c93 method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 718 - body: "{\"region\":\"fr-par\", \"id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:18:24.676140Z\", \"updated_at\":\"2025-10-30T16:18:24.676140Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 715 + body: "{\"region\":\"fr-par\", \"id\":\"25c00492-d965-4a12-8971-85497d187c93\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:34:05.830776Z\", \"updated_at\":\"2025-10-30T16:38:27.160948Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"ready\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":true, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" headers: Content-Length: - - "718" + - "715" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:22:29 GMT + - Thu, 30 Oct 2025 16:38:31 GMT Server: - Scaleway API Gateway (fr-par-3;edge03) X-Request-Id: - - 32ef91eb-e5e8-4935-8a87-a49b48dbf8df + - 4e473073-9089-4889-b260-e4b81079f6b1 status: 200 OK code: 200 - duration: 150.942872ms + duration: 19.931619ms - id: 62 request: proto: HTTP/1.1 @@ -2011,31 +2092,40 @@ interactions: proto_minor: 1 content_length: 0 host: api.scaleway.com + form: + order_by: + - created_at_asc + page: + - "1" + pool_id: + - 25c00492-d965-4a12-8971-85497d187c93 + status: + - unknown headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/a0939e15-9220-4497-95fa-e799c0cd7b3c + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/f5839d47-dfad-407f-b09b-089476114f21/nodes?order_by=created_at_asc&page=1&pool_id=25c00492-d965-4a12-8971-85497d187c93&status=unknown method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 718 - body: "{\"region\":\"fr-par\", \"id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:18:24.676140Z\", \"updated_at\":\"2025-10-30T16:18:24.676140Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 606 + body: "{\"total_count\":1, \"nodes\":[{\"region\":\"fr-par\", \"id\":\"b48c635c-1a92-41a4-9af2-40b8b700f7ad\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:37:31.726084Z\", \"updated_at\":\"2025-10-30T16:38:27.151996Z\", \"pool_id\":\"25c00492-d965-4a12-8971-85497d187c93\", \"status\":\"ready\", \"conditions\":{\"DiskPressure\":\"False\", \"MemoryPressure\":\"False\", \"PIDPressure\":\"False\", \"Ready\":\"True\"}, \"name\":\"scw-test-k8s-public-i-test-k8s-public-i-b48c63\", \"public_ip_v4\":\"\", \"public_ip_v6\":null, \"provider_id\":\"scaleway://instance/fr-par-1/0c73e5e0-d19d-4575-a638-62b0f20116a1\", \"error_message\":\"\"}]}" headers: Content-Length: - - "718" + - "606" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:22:34 GMT + - Thu, 30 Oct 2025 16:38:31 GMT Server: - Scaleway API Gateway (fr-par-3;edge03) X-Request-Id: - - b4c1c852-54bf-41f2-ae35-73524e716a7c + - 9e4011fd-5c53-4a88-b00b-230965179831 status: 200 OK code: 200 - duration: 134.090764ms + duration: 23.515325ms - id: 63 request: proto: HTTP/1.1 @@ -2046,28 +2136,28 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/a0939e15-9220-4497-95fa-e799c0cd7b3c + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/f5839d47-dfad-407f-b09b-089476114f21 method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 718 - body: "{\"region\":\"fr-par\", \"id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:18:24.676140Z\", \"updated_at\":\"2025-10-30T16:18:24.676140Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 1636 + body: "{\"region\":\"fr-par\", \"id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:19.128996Z\", \"updated_at\":\"2025-10-30T16:35:53.373007Z\", \"type\":\"kapsule\", \"name\":\"test-k8s-public-ip\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"public_ip\"], \"cluster_url\":\"https://f5839d47-dfad-407f-b09b-089476114f21.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.f5839d47-dfad-407f-b09b-089476114f21.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"3b0ad589-f167-4c39-a0fe-af124411f0c6\", \"commitment_ends_at\":\"2025-10-30T16:18:19.129003Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"d6e03bbf-faca-464d-b29e-9e329c3dc19d\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" headers: Content-Length: - - "718" + - "1636" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:22:39 GMT + - Thu, 30 Oct 2025 16:38:31 GMT Server: - Scaleway API Gateway (fr-par-3;edge03) X-Request-Id: - - d6298683-d301-4351-8df4-aa0ad92f8525 + - 903dd6cf-9660-49df-97aa-3e2addf73ee7 status: 200 OK code: 200 - duration: 110.515347ms + duration: 27.879696ms - id: 64 request: proto: HTTP/1.1 @@ -2075,31 +2165,40 @@ interactions: proto_minor: 1 content_length: 0 host: api.scaleway.com + form: + order_by: + - created_at_desc + project_id: + - 105bdce1-64c0-48ab-899d-868455867ecf + resource_name: + - scw-test-k8s-public-i-test-k8s-public-i-b48c63 + resource_type: + - unknown_type headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/a0939e15-9220-4497-95fa-e799c0cd7b3c + url: https://api.scaleway.com/ipam/v1/regions/fr-par/ips?order_by=created_at_desc&project_id=105bdce1-64c0-48ab-899d-868455867ecf&resource_name=scw-test-k8s-public-i-test-k8s-public-i-b48c63&resource_type=unknown_type method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 718 - body: "{\"region\":\"fr-par\", \"id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:18:24.676140Z\", \"updated_at\":\"2025-10-30T16:18:24.676140Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 1121 + body: "{\"total_count\":2, \"ips\":[{\"id\":\"3ebdd249-37f3-4a70-9b70-a2d42284fefd\", \"address\":\"fd5f:519c:6d46:99a:cf17:55fb:2052:a4e4/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":true, \"created_at\":\"2025-10-30T16:37:33.507979Z\", \"updated_at\":\"2025-10-30T16:37:33.507979Z\", \"source\":{\"subnet_id\":\"7adff8c4-babb-4a82-8d99-2372f50ef5d3\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"ec3a7208-d366-4cdb-8e3f-66145340b0f2\", \"mac_address\":\"02:00:00:11:FD:C0\", \"name\":\"scw-test-k8s-public-i-test-k8s-public-i-b48c63\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}, {\"id\":\"933eb443-ad18-4da1-b4fc-dec7f605e464\", \"address\":\"172.18.44.4/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":false, \"created_at\":\"2025-10-30T16:37:33.399349Z\", \"updated_at\":\"2025-10-30T16:37:33.399349Z\", \"source\":{\"subnet_id\":\"af2c5aa2-55c5-4e53-a1e5-91f9a8103b6f\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"ec3a7208-d366-4cdb-8e3f-66145340b0f2\", \"mac_address\":\"02:00:00:11:FD:C0\", \"name\":\"scw-test-k8s-public-i-test-k8s-public-i-b48c63\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}]}" headers: Content-Length: - - "718" + - "1121" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:22:44 GMT + - Thu, 30 Oct 2025 16:38:31 GMT Server: - Scaleway API Gateway (fr-par-3;edge03) X-Request-Id: - - 33792db5-5f79-46df-b1fc-662b0ee80b04 + - 3d09a960-2ab8-4cb4-8d04-03fd996fd2f2 status: 200 OK code: 200 - duration: 105.552723ms + duration: 37.483711ms - id: 65 request: proto: HTTP/1.1 @@ -2110,9188 +2209,29 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/a0939e15-9220-4497-95fa-e799c0cd7b3c - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 718 - body: "{\"region\":\"fr-par\", \"id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:18:24.676140Z\", \"updated_at\":\"2025-10-30T16:18:24.676140Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "718" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:22:49 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 636363ab-62d7-4354-a0fb-13619b011fc3 - status: 200 OK - code: 200 - duration: 83.831988ms -- id: 66 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/a0939e15-9220-4497-95fa-e799c0cd7b3c - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 718 - body: "{\"region\":\"fr-par\", \"id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:18:24.676140Z\", \"updated_at\":\"2025-10-30T16:18:24.676140Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "718" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:22:54 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - f4d6fc3f-d70a-4d26-a9bb-c7752b118ac3 - status: 200 OK - code: 200 - duration: 81.140406ms -- id: 67 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/a0939e15-9220-4497-95fa-e799c0cd7b3c - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 718 - body: "{\"region\":\"fr-par\", \"id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:18:24.676140Z\", \"updated_at\":\"2025-10-30T16:18:24.676140Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "718" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:22:59 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 45166a2d-6b17-4799-820e-63797df82608 - status: 200 OK - code: 200 - duration: 91.024125ms -- id: 68 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/a0939e15-9220-4497-95fa-e799c0cd7b3c + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/f5839d47-dfad-407f-b09b-089476114f21 method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 718 - body: "{\"region\":\"fr-par\", \"id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:18:24.676140Z\", \"updated_at\":\"2025-10-30T16:18:24.676140Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 1636 + body: "{\"region\":\"fr-par\", \"id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:19.128996Z\", \"updated_at\":\"2025-10-30T16:35:53.373007Z\", \"type\":\"kapsule\", \"name\":\"test-k8s-public-ip\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"public_ip\"], \"cluster_url\":\"https://f5839d47-dfad-407f-b09b-089476114f21.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.f5839d47-dfad-407f-b09b-089476114f21.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"3b0ad589-f167-4c39-a0fe-af124411f0c6\", \"commitment_ends_at\":\"2025-10-30T16:18:19.129003Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"d6e03bbf-faca-464d-b29e-9e329c3dc19d\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" headers: Content-Length: - - "718" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:23:05 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 026e0a12-b9e2-49d6-aae2-f223ddae49e9 - status: 200 OK - code: 200 - duration: 92.225711ms -- id: 69 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/a0939e15-9220-4497-95fa-e799c0cd7b3c - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 718 - body: "{\"region\":\"fr-par\", \"id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:18:24.676140Z\", \"updated_at\":\"2025-10-30T16:18:24.676140Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "718" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:23:10 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 2fd2061d-5b78-4881-8609-da7a1b4e37b3 - status: 200 OK - code: 200 - duration: 105.974686ms -- id: 70 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/a0939e15-9220-4497-95fa-e799c0cd7b3c - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 718 - body: "{\"region\":\"fr-par\", \"id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:18:24.676140Z\", \"updated_at\":\"2025-10-30T16:18:24.676140Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "718" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:23:15 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - f39053a4-ea67-4bd2-8168-fd98ac22903d - status: 200 OK - code: 200 - duration: 108.387513ms -- id: 71 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/a0939e15-9220-4497-95fa-e799c0cd7b3c - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 718 - body: "{\"region\":\"fr-par\", \"id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:18:24.676140Z\", \"updated_at\":\"2025-10-30T16:18:24.676140Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "718" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:23:20 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - fda80dff-e275-4a81-a23c-ec686313e16e - status: 200 OK - code: 200 - duration: 84.793351ms -- id: 72 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/a0939e15-9220-4497-95fa-e799c0cd7b3c - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 718 - body: "{\"region\":\"fr-par\", \"id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:18:24.676140Z\", \"updated_at\":\"2025-10-30T16:18:24.676140Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "718" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:23:25 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 1e273b6e-bda9-451f-9f0c-13a0f007caa3 - status: 200 OK - code: 200 - duration: 90.1046ms -- id: 73 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/a0939e15-9220-4497-95fa-e799c0cd7b3c - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 718 - body: "{\"region\":\"fr-par\", \"id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:18:24.676140Z\", \"updated_at\":\"2025-10-30T16:18:24.676140Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "718" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:23:30 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - fb8669c6-0a14-4fc1-8b55-e5aec3bf289b - status: 200 OK - code: 200 - duration: 79.804468ms -- id: 74 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/a0939e15-9220-4497-95fa-e799c0cd7b3c - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 718 - body: "{\"region\":\"fr-par\", \"id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:18:24.676140Z\", \"updated_at\":\"2025-10-30T16:18:24.676140Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "718" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:23:35 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 4b05f312-3a83-4307-91ab-1a8e9937cd62 - status: 200 OK - code: 200 - duration: 81.382149ms -- id: 75 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/a0939e15-9220-4497-95fa-e799c0cd7b3c - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 718 - body: "{\"region\":\"fr-par\", \"id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:18:24.676140Z\", \"updated_at\":\"2025-10-30T16:18:24.676140Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "718" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:23:40 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 68ad25f2-63fa-48ba-ab7a-53e6d8d6b756 - status: 200 OK - code: 200 - duration: 99.561729ms -- id: 76 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/a0939e15-9220-4497-95fa-e799c0cd7b3c - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 718 - body: "{\"region\":\"fr-par\", \"id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:18:24.676140Z\", \"updated_at\":\"2025-10-30T16:18:24.676140Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "718" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:23:45 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - bcfd1a8f-ca9d-495b-8327-916ece081746 - status: 200 OK - code: 200 - duration: 72.472678ms -- id: 77 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/a0939e15-9220-4497-95fa-e799c0cd7b3c - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 718 - body: "{\"region\":\"fr-par\", \"id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:18:24.676140Z\", \"updated_at\":\"2025-10-30T16:18:24.676140Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "718" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:23:50 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 7a141e36-8e9e-482b-a41a-c957e5f74fc4 - status: 200 OK - code: 200 - duration: 75.240082ms -- id: 78 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/a0939e15-9220-4497-95fa-e799c0cd7b3c - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 718 - body: "{\"region\":\"fr-par\", \"id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:18:24.676140Z\", \"updated_at\":\"2025-10-30T16:18:24.676140Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "718" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:23:55 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - ac4b89c5-3b12-433f-b805-3b7345b121c6 - status: 200 OK - code: 200 - duration: 71.728631ms -- id: 79 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/a0939e15-9220-4497-95fa-e799c0cd7b3c - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 718 - body: "{\"region\":\"fr-par\", \"id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:18:24.676140Z\", \"updated_at\":\"2025-10-30T16:18:24.676140Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "718" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:24:01 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - b4770434-5339-49b0-862c-94cdfbfccabc - status: 200 OK - code: 200 - duration: 70.963405ms -- id: 80 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/a0939e15-9220-4497-95fa-e799c0cd7b3c - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 718 - body: "{\"region\":\"fr-par\", \"id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:18:24.676140Z\", \"updated_at\":\"2025-10-30T16:18:24.676140Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "718" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:24:06 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - c0831cd9-84a4-4613-ae63-8fbf3594a5ac - status: 200 OK - code: 200 - duration: 88.669567ms -- id: 81 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/a0939e15-9220-4497-95fa-e799c0cd7b3c - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 718 - body: "{\"region\":\"fr-par\", \"id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:18:24.676140Z\", \"updated_at\":\"2025-10-30T16:18:24.676140Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "718" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:24:11 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 70d2c4d8-f251-4edf-88bc-42633a0a4d03 - status: 200 OK - code: 200 - duration: 90.342717ms -- id: 82 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/a0939e15-9220-4497-95fa-e799c0cd7b3c - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 718 - body: "{\"region\":\"fr-par\", \"id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:18:24.676140Z\", \"updated_at\":\"2025-10-30T16:18:24.676140Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "718" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:24:16 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 1b06bfde-e53e-4f8b-83aa-218960d3c169 - status: 200 OK - code: 200 - duration: 88.519565ms -- id: 83 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/a0939e15-9220-4497-95fa-e799c0cd7b3c - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 718 - body: "{\"region\":\"fr-par\", \"id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:18:24.676140Z\", \"updated_at\":\"2025-10-30T16:18:24.676140Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "718" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:24:21 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - bfcd7f21-5a99-40f9-b3e1-58bac7959075 - status: 200 OK - code: 200 - duration: 92.738143ms -- id: 84 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/a0939e15-9220-4497-95fa-e799c0cd7b3c - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 718 - body: "{\"region\":\"fr-par\", \"id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:18:24.676140Z\", \"updated_at\":\"2025-10-30T16:18:24.676140Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "718" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:24:26 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 281daa64-aa4d-4a87-9d89-328e0f2494ba - status: 200 OK - code: 200 - duration: 86.72128ms -- id: 85 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/a0939e15-9220-4497-95fa-e799c0cd7b3c - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 718 - body: "{\"region\":\"fr-par\", \"id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:18:24.676140Z\", \"updated_at\":\"2025-10-30T16:18:24.676140Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "718" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:24:31 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 74f638d9-4efe-48fa-b583-3c474fb9a381 - status: 200 OK - code: 200 - duration: 97.071796ms -- id: 86 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/a0939e15-9220-4497-95fa-e799c0cd7b3c - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 718 - body: "{\"region\":\"fr-par\", \"id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:18:24.676140Z\", \"updated_at\":\"2025-10-30T16:18:24.676140Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "718" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:24:36 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 9a779548-24ef-4417-91c2-5516b96814b3 - status: 200 OK - code: 200 - duration: 85.315141ms -- id: 87 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/a0939e15-9220-4497-95fa-e799c0cd7b3c - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 718 - body: "{\"region\":\"fr-par\", \"id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:18:24.676140Z\", \"updated_at\":\"2025-10-30T16:18:24.676140Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "718" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:24:41 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - bff936da-7e89-4848-8d9b-c66ba8b32b9b - status: 200 OK - code: 200 - duration: 93.176906ms -- id: 88 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/a0939e15-9220-4497-95fa-e799c0cd7b3c - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 718 - body: "{\"region\":\"fr-par\", \"id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:18:24.676140Z\", \"updated_at\":\"2025-10-30T16:18:24.676140Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "718" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:24:46 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - fba68e0f-0885-4b84-b259-a050a75fd48b - status: 200 OK - code: 200 - duration: 92.961542ms -- id: 89 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/a0939e15-9220-4497-95fa-e799c0cd7b3c - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 718 - body: "{\"region\":\"fr-par\", \"id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:18:24.676140Z\", \"updated_at\":\"2025-10-30T16:18:24.676140Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "718" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:24:51 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 22947b1f-5488-497e-8500-81ba51ee982a - status: 200 OK - code: 200 - duration: 88.588435ms -- id: 90 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/a0939e15-9220-4497-95fa-e799c0cd7b3c - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 718 - body: "{\"region\":\"fr-par\", \"id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:18:24.676140Z\", \"updated_at\":\"2025-10-30T16:18:24.676140Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "718" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:24:56 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 4caa6ad0-0701-4551-a417-4d32b87dbc45 - status: 200 OK - code: 200 - duration: 73.010717ms -- id: 91 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/a0939e15-9220-4497-95fa-e799c0cd7b3c - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 718 - body: "{\"region\":\"fr-par\", \"id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:18:24.676140Z\", \"updated_at\":\"2025-10-30T16:18:24.676140Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "718" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:25:02 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 6d636b5e-f70c-4b6f-ae85-d1802e642be0 - status: 200 OK - code: 200 - duration: 95.975289ms -- id: 92 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/a0939e15-9220-4497-95fa-e799c0cd7b3c - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 718 - body: "{\"region\":\"fr-par\", \"id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:18:24.676140Z\", \"updated_at\":\"2025-10-30T16:18:24.676140Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "718" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:25:07 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 9190df96-2539-422e-be67-f9da39746835 - status: 200 OK - code: 200 - duration: 91.15411ms -- id: 93 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/a0939e15-9220-4497-95fa-e799c0cd7b3c - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 718 - body: "{\"region\":\"fr-par\", \"id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:18:24.676140Z\", \"updated_at\":\"2025-10-30T16:18:24.676140Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "718" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:25:12 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - f3a4369c-1969-435f-9abc-9c468b50ffda - status: 200 OK - code: 200 - duration: 87.236837ms -- id: 94 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/a0939e15-9220-4497-95fa-e799c0cd7b3c - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 718 - body: "{\"region\":\"fr-par\", \"id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:18:24.676140Z\", \"updated_at\":\"2025-10-30T16:18:24.676140Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "718" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:25:17 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 0c02eba7-d9b1-4fb7-80db-9c7db91c9914 - status: 200 OK - code: 200 - duration: 67.858358ms -- id: 95 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/a0939e15-9220-4497-95fa-e799c0cd7b3c - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 718 - body: "{\"region\":\"fr-par\", \"id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:18:24.676140Z\", \"updated_at\":\"2025-10-30T16:18:24.676140Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "718" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:25:22 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - b85f7544-06a4-4c72-8b25-fb7cbc6cc3bc - status: 200 OK - code: 200 - duration: 85.024977ms -- id: 96 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/a0939e15-9220-4497-95fa-e799c0cd7b3c - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 718 - body: "{\"region\":\"fr-par\", \"id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:18:24.676140Z\", \"updated_at\":\"2025-10-30T16:18:24.676140Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "718" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:25:27 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 300f67d8-5d9a-4b80-aecb-f855766fbceb - status: 200 OK - code: 200 - duration: 93.017026ms -- id: 97 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/a0939e15-9220-4497-95fa-e799c0cd7b3c - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 718 - body: "{\"region\":\"fr-par\", \"id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:18:24.676140Z\", \"updated_at\":\"2025-10-30T16:18:24.676140Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "718" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:25:32 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 304994ab-0b2a-4ca1-adf0-cf0860a237e9 - status: 200 OK - code: 200 - duration: 104.375594ms -- id: 98 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/a0939e15-9220-4497-95fa-e799c0cd7b3c - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 718 - body: "{\"region\":\"fr-par\", \"id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:18:24.676140Z\", \"updated_at\":\"2025-10-30T16:18:24.676140Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "718" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:25:37 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 04df4fe9-0e16-4b15-a5a6-02eea856e577 - status: 200 OK - code: 200 - duration: 80.530341ms -- id: 99 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/a0939e15-9220-4497-95fa-e799c0cd7b3c - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 718 - body: "{\"region\":\"fr-par\", \"id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:18:24.676140Z\", \"updated_at\":\"2025-10-30T16:18:24.676140Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "718" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:25:42 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 5815aaf0-61cc-4856-bd05-8bbce65138eb - status: 200 OK - code: 200 - duration: 83.690381ms -- id: 100 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/a0939e15-9220-4497-95fa-e799c0cd7b3c - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 718 - body: "{\"region\":\"fr-par\", \"id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:18:24.676140Z\", \"updated_at\":\"2025-10-30T16:18:24.676140Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "718" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:25:47 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 2aa0bc13-ffb2-4090-b8b1-75eda9e4ab65 - status: 200 OK - code: 200 - duration: 119.293482ms -- id: 101 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/a0939e15-9220-4497-95fa-e799c0cd7b3c - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 718 - body: "{\"region\":\"fr-par\", \"id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:18:24.676140Z\", \"updated_at\":\"2025-10-30T16:18:24.676140Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "718" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:25:52 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 99033ca2-8903-46c2-bbb7-8041b9e5b2c4 - status: 200 OK - code: 200 - duration: 74.321207ms -- id: 102 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/a0939e15-9220-4497-95fa-e799c0cd7b3c - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 718 - body: "{\"region\":\"fr-par\", \"id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:18:24.676140Z\", \"updated_at\":\"2025-10-30T16:18:24.676140Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "718" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:25:58 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 1c970975-2aea-4dbd-9849-aa580666505b - status: 200 OK - code: 200 - duration: 84.942472ms -- id: 103 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/a0939e15-9220-4497-95fa-e799c0cd7b3c - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 718 - body: "{\"region\":\"fr-par\", \"id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:18:24.676140Z\", \"updated_at\":\"2025-10-30T16:18:24.676140Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "718" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:26:03 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 5b7634cf-5443-433d-8c23-7e29476c8f58 - status: 200 OK - code: 200 - duration: 87.671032ms -- id: 104 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/a0939e15-9220-4497-95fa-e799c0cd7b3c - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 718 - body: "{\"region\":\"fr-par\", \"id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:18:24.676140Z\", \"updated_at\":\"2025-10-30T16:18:24.676140Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "718" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:26:08 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 1fd9b732-1ead-4eff-aaf6-338e01ee0663 - status: 200 OK - code: 200 - duration: 87.519057ms -- id: 105 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/a0939e15-9220-4497-95fa-e799c0cd7b3c - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 718 - body: "{\"region\":\"fr-par\", \"id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:18:24.676140Z\", \"updated_at\":\"2025-10-30T16:18:24.676140Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "718" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:26:13 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 5902fffe-edb7-4ab7-be3c-542a0c087fd4 - status: 200 OK - code: 200 - duration: 88.516179ms -- id: 106 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/a0939e15-9220-4497-95fa-e799c0cd7b3c - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 718 - body: "{\"region\":\"fr-par\", \"id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:18:24.676140Z\", \"updated_at\":\"2025-10-30T16:18:24.676140Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "718" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:26:18 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 1ac20525-3670-4394-9263-0fca6adce39e - status: 200 OK - code: 200 - duration: 91.73528ms -- id: 107 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/a0939e15-9220-4497-95fa-e799c0cd7b3c - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 718 - body: "{\"region\":\"fr-par\", \"id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:18:24.676140Z\", \"updated_at\":\"2025-10-30T16:18:24.676140Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "718" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:26:23 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 5d21111a-6d54-484e-b92c-072745d11344 - status: 200 OK - code: 200 - duration: 88.153699ms -- id: 108 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/a0939e15-9220-4497-95fa-e799c0cd7b3c - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 718 - body: "{\"region\":\"fr-par\", \"id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:18:24.676140Z\", \"updated_at\":\"2025-10-30T16:18:24.676140Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "718" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:26:28 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - adcb1ea5-d12e-4a4b-ad02-644a7e6b84ef - status: 200 OK - code: 200 - duration: 77.083442ms -- id: 109 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/a0939e15-9220-4497-95fa-e799c0cd7b3c - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 718 - body: "{\"region\":\"fr-par\", \"id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:18:24.676140Z\", \"updated_at\":\"2025-10-30T16:18:24.676140Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "718" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:26:33 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 35a4fcdb-50ca-4ee0-b9c4-9e299105ed91 - status: 200 OK - code: 200 - duration: 80.006798ms -- id: 110 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/a0939e15-9220-4497-95fa-e799c0cd7b3c - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 718 - body: "{\"region\":\"fr-par\", \"id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:18:24.676140Z\", \"updated_at\":\"2025-10-30T16:18:24.676140Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "718" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:26:38 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 03bd36f0-e064-4734-aeeb-c5beaef40064 - status: 200 OK - code: 200 - duration: 97.402678ms -- id: 111 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/a0939e15-9220-4497-95fa-e799c0cd7b3c - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 718 - body: "{\"region\":\"fr-par\", \"id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:18:24.676140Z\", \"updated_at\":\"2025-10-30T16:18:24.676140Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "718" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:26:43 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 349ce7d0-68f8-4983-9937-dcbf38d3c573 - status: 200 OK - code: 200 - duration: 89.558916ms -- id: 112 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/a0939e15-9220-4497-95fa-e799c0cd7b3c - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 718 - body: "{\"region\":\"fr-par\", \"id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:18:24.676140Z\", \"updated_at\":\"2025-10-30T16:18:24.676140Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "718" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:26:48 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - b64a408b-862b-4ffe-8491-cc98a21fceca - status: 200 OK - code: 200 - duration: 85.718077ms -- id: 113 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/a0939e15-9220-4497-95fa-e799c0cd7b3c - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 718 - body: "{\"region\":\"fr-par\", \"id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:18:24.676140Z\", \"updated_at\":\"2025-10-30T16:18:24.676140Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "718" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:26:54 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - cd7aad7f-e129-4f6a-a58b-611d13b23fb8 - status: 200 OK - code: 200 - duration: 109.398962ms -- id: 114 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/a0939e15-9220-4497-95fa-e799c0cd7b3c - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 718 - body: "{\"region\":\"fr-par\", \"id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:18:24.676140Z\", \"updated_at\":\"2025-10-30T16:18:24.676140Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "718" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:26:59 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - cd58d62d-a08d-4e41-82bb-c7eb588bd66d - status: 200 OK - code: 200 - duration: 105.929801ms -- id: 115 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/a0939e15-9220-4497-95fa-e799c0cd7b3c - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 718 - body: "{\"region\":\"fr-par\", \"id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:18:24.676140Z\", \"updated_at\":\"2025-10-30T16:18:24.676140Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "718" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:27:04 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - c1c5772c-8e90-42fc-9522-d73c00308c90 - status: 200 OK - code: 200 - duration: 104.540894ms -- id: 116 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/a0939e15-9220-4497-95fa-e799c0cd7b3c - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 718 - body: "{\"region\":\"fr-par\", \"id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:18:24.676140Z\", \"updated_at\":\"2025-10-30T16:18:24.676140Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "718" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:27:09 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 6f9304b2-5920-42fa-b3f9-5e019d10010c - status: 200 OK - code: 200 - duration: 93.366642ms -- id: 117 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/a0939e15-9220-4497-95fa-e799c0cd7b3c - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 718 - body: "{\"region\":\"fr-par\", \"id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:18:24.676140Z\", \"updated_at\":\"2025-10-30T16:18:24.676140Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "718" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:27:14 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 6370c886-6215-4930-8380-fb0916a73e62 - status: 200 OK - code: 200 - duration: 94.837824ms -- id: 118 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/a0939e15-9220-4497-95fa-e799c0cd7b3c - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 718 - body: "{\"region\":\"fr-par\", \"id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:18:24.676140Z\", \"updated_at\":\"2025-10-30T16:18:24.676140Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "718" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:27:19 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - ec56f89d-1a6a-44d7-a302-c9a13089aa43 - status: 200 OK - code: 200 - duration: 89.852346ms -- id: 119 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/a0939e15-9220-4497-95fa-e799c0cd7b3c - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 718 - body: "{\"region\":\"fr-par\", \"id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:18:24.676140Z\", \"updated_at\":\"2025-10-30T16:18:24.676140Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "718" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:27:24 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - adda8f25-dacb-412c-893a-8dcda8ecd39f - status: 200 OK - code: 200 - duration: 87.164572ms -- id: 120 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/a0939e15-9220-4497-95fa-e799c0cd7b3c - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 718 - body: "{\"region\":\"fr-par\", \"id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:18:24.676140Z\", \"updated_at\":\"2025-10-30T16:18:24.676140Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "718" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:27:29 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - f280c1d4-ffab-4aaf-a58b-86746f6e5cd1 - status: 200 OK - code: 200 - duration: 102.921826ms -- id: 121 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/a0939e15-9220-4497-95fa-e799c0cd7b3c - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 718 - body: "{\"region\":\"fr-par\", \"id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:18:24.676140Z\", \"updated_at\":\"2025-10-30T16:18:24.676140Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "718" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:27:34 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 24fbd115-f176-442f-a6dc-d39012871056 - status: 200 OK - code: 200 - duration: 90.624295ms -- id: 122 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/a0939e15-9220-4497-95fa-e799c0cd7b3c - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 718 - body: "{\"region\":\"fr-par\", \"id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:18:24.676140Z\", \"updated_at\":\"2025-10-30T16:18:24.676140Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "718" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:27:39 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - f216aaa9-49a5-4e4e-b569-0cab3a0a5835 - status: 200 OK - code: 200 - duration: 88.576332ms -- id: 123 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/a0939e15-9220-4497-95fa-e799c0cd7b3c - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 718 - body: "{\"region\":\"fr-par\", \"id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:18:24.676140Z\", \"updated_at\":\"2025-10-30T16:18:24.676140Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "718" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:27:45 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 94daf1ad-641a-461e-b391-6a8aaef34c3b - status: 200 OK - code: 200 - duration: 100.876737ms -- id: 124 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/a0939e15-9220-4497-95fa-e799c0cd7b3c - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 718 - body: "{\"region\":\"fr-par\", \"id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:18:24.676140Z\", \"updated_at\":\"2025-10-30T16:18:24.676140Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "718" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:27:50 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 27f1771a-ce60-4fb3-aba1-8805635c5f72 - status: 200 OK - code: 200 - duration: 115.728532ms -- id: 125 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/a0939e15-9220-4497-95fa-e799c0cd7b3c - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 718 - body: "{\"region\":\"fr-par\", \"id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:18:24.676140Z\", \"updated_at\":\"2025-10-30T16:18:24.676140Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "718" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:27:55 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - fa3d626e-3cf5-4255-8ce8-b38829f12006 - status: 200 OK - code: 200 - duration: 114.44355ms -- id: 126 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/a0939e15-9220-4497-95fa-e799c0cd7b3c - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 718 - body: "{\"region\":\"fr-par\", \"id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:18:24.676140Z\", \"updated_at\":\"2025-10-30T16:18:24.676140Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "718" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:28:00 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - ccf4fe25-0649-42af-9ba7-464c06114827 - status: 200 OK - code: 200 - duration: 88.317015ms -- id: 127 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/a0939e15-9220-4497-95fa-e799c0cd7b3c - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 718 - body: "{\"region\":\"fr-par\", \"id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:18:24.676140Z\", \"updated_at\":\"2025-10-30T16:18:24.676140Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "718" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:28:05 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 4a0acd6b-d150-452a-9262-874069acdf09 - status: 200 OK - code: 200 - duration: 107.38389ms -- id: 128 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/a0939e15-9220-4497-95fa-e799c0cd7b3c - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 718 - body: "{\"region\":\"fr-par\", \"id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:18:24.676140Z\", \"updated_at\":\"2025-10-30T16:18:24.676140Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "718" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:28:10 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - f9ba2d57-6f1d-4946-909c-daa768cefc65 - status: 200 OK - code: 200 - duration: 92.834804ms -- id: 129 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/a0939e15-9220-4497-95fa-e799c0cd7b3c - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 718 - body: "{\"region\":\"fr-par\", \"id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:18:24.676140Z\", \"updated_at\":\"2025-10-30T16:18:24.676140Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "718" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:28:15 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 1db99f68-b419-490f-9d3c-a45907486ccf - status: 200 OK - code: 200 - duration: 90.954746ms -- id: 130 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/a0939e15-9220-4497-95fa-e799c0cd7b3c - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 718 - body: "{\"region\":\"fr-par\", \"id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:18:24.676140Z\", \"updated_at\":\"2025-10-30T16:18:24.676140Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "718" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:28:20 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 63f18c6a-fffc-4457-84e4-568e2a485c21 - status: 200 OK - code: 200 - duration: 89.53445ms -- id: 131 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/a0939e15-9220-4497-95fa-e799c0cd7b3c - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 718 - body: "{\"region\":\"fr-par\", \"id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:18:24.676140Z\", \"updated_at\":\"2025-10-30T16:18:24.676140Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "718" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:28:25 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 3928cbf7-375a-4720-bc4a-83f7593e55e8 - status: 200 OK - code: 200 - duration: 89.858729ms -- id: 132 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/a0939e15-9220-4497-95fa-e799c0cd7b3c - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 718 - body: "{\"region\":\"fr-par\", \"id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:18:24.676140Z\", \"updated_at\":\"2025-10-30T16:18:24.676140Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "718" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:28:30 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - a22bc840-b264-48df-a597-18312ff53780 - status: 200 OK - code: 200 - duration: 91.51093ms -- id: 133 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/a0939e15-9220-4497-95fa-e799c0cd7b3c - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 718 - body: "{\"region\":\"fr-par\", \"id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:18:24.676140Z\", \"updated_at\":\"2025-10-30T16:18:24.676140Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "718" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:28:36 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 58d93222-200d-41e7-9f11-ef9623f4f390 - status: 200 OK - code: 200 - duration: 78.091584ms -- id: 134 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/a0939e15-9220-4497-95fa-e799c0cd7b3c - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 718 - body: "{\"region\":\"fr-par\", \"id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:18:24.676140Z\", \"updated_at\":\"2025-10-30T16:18:24.676140Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "718" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:28:41 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 5908a58a-ab10-43d2-8ce7-09fb33b496cc - status: 200 OK - code: 200 - duration: 104.435075ms -- id: 135 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/a0939e15-9220-4497-95fa-e799c0cd7b3c - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 718 - body: "{\"region\":\"fr-par\", \"id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:18:24.676140Z\", \"updated_at\":\"2025-10-30T16:18:24.676140Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "718" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:28:46 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - dffecf46-9ee1-48b7-a333-35888c090eff - status: 200 OK - code: 200 - duration: 87.784226ms -- id: 136 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/a0939e15-9220-4497-95fa-e799c0cd7b3c - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 718 - body: "{\"region\":\"fr-par\", \"id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:18:24.676140Z\", \"updated_at\":\"2025-10-30T16:18:24.676140Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "718" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:28:51 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 285bf7f0-54e0-4ce8-9582-ce7b44ea56b4 - status: 200 OK - code: 200 - duration: 105.030604ms -- id: 137 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/a0939e15-9220-4497-95fa-e799c0cd7b3c - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 718 - body: "{\"region\":\"fr-par\", \"id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:18:24.676140Z\", \"updated_at\":\"2025-10-30T16:18:24.676140Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "718" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:28:56 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 4bf5deda-116f-46a7-93db-a0d1e51387bd - status: 200 OK - code: 200 - duration: 94.232698ms -- id: 138 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/a0939e15-9220-4497-95fa-e799c0cd7b3c - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 718 - body: "{\"region\":\"fr-par\", \"id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:18:24.676140Z\", \"updated_at\":\"2025-10-30T16:18:24.676140Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "718" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:29:01 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - f7777e3a-45fa-40ea-91bd-3468a8cb1659 - status: 200 OK - code: 200 - duration: 100.257576ms -- id: 139 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/a0939e15-9220-4497-95fa-e799c0cd7b3c - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 718 - body: "{\"region\":\"fr-par\", \"id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:18:24.676140Z\", \"updated_at\":\"2025-10-30T16:18:24.676140Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "718" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:29:06 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - b21ce87b-0901-4bdd-b04f-7dd4a8dad5ca - status: 200 OK - code: 200 - duration: 102.018972ms -- id: 140 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/a0939e15-9220-4497-95fa-e799c0cd7b3c - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 718 - body: "{\"region\":\"fr-par\", \"id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:18:24.676140Z\", \"updated_at\":\"2025-10-30T16:18:24.676140Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "718" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:29:11 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 08fb003c-aaa1-4fc0-8238-a611c06bb29b - status: 200 OK - code: 200 - duration: 78.028215ms -- id: 141 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/a0939e15-9220-4497-95fa-e799c0cd7b3c - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 718 - body: "{\"region\":\"fr-par\", \"id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:18:24.676140Z\", \"updated_at\":\"2025-10-30T16:18:24.676140Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "718" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:29:16 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 3fd2d7c9-a15e-4ec5-aa51-80cb418c15e1 - status: 200 OK - code: 200 - duration: 87.452643ms -- id: 142 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/a0939e15-9220-4497-95fa-e799c0cd7b3c - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 716 - body: "{\"region\":\"fr-par\", \"id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:18:24.676140Z\", \"updated_at\":\"2025-10-30T16:29:20.647913Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"ready\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "716" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:29:21 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 3379be88-a829-4e8e-a079-0dcbf1d5500d - status: 200 OK - code: 200 - duration: 83.056222ms -- id: 143 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/f5839d47-dfad-407f-b09b-089476114f21 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1636 - body: "{\"region\":\"fr-par\", \"id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:19.128996Z\", \"updated_at\":\"2025-10-30T16:20:05.986072Z\", \"type\":\"kapsule\", \"name\":\"test-k8s-public-ip\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"public_ip\"], \"cluster_url\":\"https://f5839d47-dfad-407f-b09b-089476114f21.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.f5839d47-dfad-407f-b09b-089476114f21.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"3b0ad589-f167-4c39-a0fe-af124411f0c6\", \"commitment_ends_at\":\"2025-10-30T16:18:19.129003Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"d6e03bbf-faca-464d-b29e-9e329c3dc19d\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1636" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:29:21 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - f422a04b-8b05-40f6-ad5f-011bc4b093b6 - status: 200 OK - code: 200 - duration: 83.159205ms -- id: 144 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/a0939e15-9220-4497-95fa-e799c0cd7b3c - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 716 - body: "{\"region\":\"fr-par\", \"id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:18:24.676140Z\", \"updated_at\":\"2025-10-30T16:29:20.647913Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"ready\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "716" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:29:21 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - f17cbeb1-242c-40b5-b002-aab481a8774c - status: 200 OK - code: 200 - duration: 17.151911ms -- id: 145 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - form: - order_by: - - created_at_asc - page: - - "1" - pool_id: - - a0939e15-9220-4497-95fa-e799c0cd7b3c - status: - - unknown - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/f5839d47-dfad-407f-b09b-089476114f21/nodes?order_by=created_at_asc&page=1&pool_id=a0939e15-9220-4497-95fa-e799c0cd7b3c&status=unknown - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 619 - body: "{\"total_count\":1, \"nodes\":[{\"region\":\"fr-par\", \"id\":\"c1062fff-3cc6-4c64-8037-138eb644b773\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:28:09.097801Z\", \"updated_at\":\"2025-10-30T16:29:20.638599Z\", \"pool_id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"status\":\"ready\", \"conditions\":{\"DiskPressure\":\"False\", \"MemoryPressure\":\"False\", \"PIDPressure\":\"False\", \"Ready\":\"True\"}, \"name\":\"scw-test-k8s-public-i-test-k8s-public-i-c1062f\", \"public_ip_v4\":\"51.158.76.222\", \"public_ip_v6\":null, \"provider_id\":\"scaleway://instance/fr-par-1/87a442c4-5537-432c-ae3b-f67eb8ae4d2e\", \"error_message\":\"\"}]}" - headers: - Content-Length: - - "619" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:29:21 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 0f61c7b0-2b08-4d25-a1ae-5f9854f3c8a4 - status: 200 OK - code: 200 - duration: 23.612226ms -- id: 146 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/f5839d47-dfad-407f-b09b-089476114f21 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1636 - body: "{\"region\":\"fr-par\", \"id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:19.128996Z\", \"updated_at\":\"2025-10-30T16:20:05.986072Z\", \"type\":\"kapsule\", \"name\":\"test-k8s-public-ip\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"public_ip\"], \"cluster_url\":\"https://f5839d47-dfad-407f-b09b-089476114f21.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.f5839d47-dfad-407f-b09b-089476114f21.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"3b0ad589-f167-4c39-a0fe-af124411f0c6\", \"commitment_ends_at\":\"2025-10-30T16:18:19.129003Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"d6e03bbf-faca-464d-b29e-9e329c3dc19d\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1636" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:29:22 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - baca3c9d-e1de-4cc0-846a-ab62b9ee6d56 - status: 200 OK - code: 200 - duration: 26.318736ms -- id: 147 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - form: - order_by: - - created_at_desc - project_id: - - 105bdce1-64c0-48ab-899d-868455867ecf - resource_name: - - scw-test-k8s-public-i-test-k8s-public-i-c1062f - resource_type: - - unknown_type - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/ipam/v1/regions/fr-par/ips?order_by=created_at_desc&project_id=105bdce1-64c0-48ab-899d-868455867ecf&resource_name=scw-test-k8s-public-i-test-k8s-public-i-c1062f&resource_type=unknown_type - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1121 - body: "{\"total_count\":2, \"ips\":[{\"id\":\"71c3829a-3168-4b5d-b8b5-a200e6185a7a\", \"address\":\"fd5f:519c:6d46:99a:5f89:1169:f0f0:c01e/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":true, \"created_at\":\"2025-10-30T16:28:12.721158Z\", \"updated_at\":\"2025-10-30T16:28:12.721158Z\", \"source\":{\"subnet_id\":\"7adff8c4-babb-4a82-8d99-2372f50ef5d3\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"e490ea7d-a59d-4001-a927-b3a4393cac33\", \"mac_address\":\"02:00:00:19:28:73\", \"name\":\"scw-test-k8s-public-i-test-k8s-public-i-c1062f\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}, {\"id\":\"749692a4-02e5-4a20-8764-1b78515e798a\", \"address\":\"172.18.44.3/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":false, \"created_at\":\"2025-10-30T16:28:12.542836Z\", \"updated_at\":\"2025-10-30T16:28:12.542836Z\", \"source\":{\"subnet_id\":\"af2c5aa2-55c5-4e53-a1e5-91f9a8103b6f\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"e490ea7d-a59d-4001-a927-b3a4393cac33\", \"mac_address\":\"02:00:00:19:28:73\", \"name\":\"scw-test-k8s-public-i-test-k8s-public-i-c1062f\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}]}" - headers: - Content-Length: - - "1121" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:29:22 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 4ff0fa4b-a83d-43a5-8f55-32032c9213b4 - status: 200 OK - code: 200 - duration: 51.120434ms -- id: 148 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/f5839d47-dfad-407f-b09b-089476114f21 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1636 - body: "{\"region\":\"fr-par\", \"id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:19.128996Z\", \"updated_at\":\"2025-10-30T16:20:05.986072Z\", \"type\":\"kapsule\", \"name\":\"test-k8s-public-ip\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"public_ip\"], \"cluster_url\":\"https://f5839d47-dfad-407f-b09b-089476114f21.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.f5839d47-dfad-407f-b09b-089476114f21.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"3b0ad589-f167-4c39-a0fe-af124411f0c6\", \"commitment_ends_at\":\"2025-10-30T16:18:19.129003Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"d6e03bbf-faca-464d-b29e-9e329c3dc19d\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1636" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:29:22 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 2588cbd8-47e6-4a48-9c8d-90ede4e838d4 - status: 200 OK - code: 200 - duration: 23.20932ms -- id: 149 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks/3b0ad589-f167-4c39-a0fe-af124411f0c6 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1087 - body: "{\"id\":\"3b0ad589-f167-4c39-a0fe-af124411f0c6\", \"name\":\"test-k8s-public-ip\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:17.970395Z\", \"updated_at\":\"2025-10-30T16:18:17.970395Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"subnets\":[{\"id\":\"af2c5aa2-55c5-4e53-a1e5-91f9a8103b6f\", \"created_at\":\"2025-10-30T16:18:17.970395Z\", \"updated_at\":\"2025-10-30T16:18:17.970395Z\", \"subnet\":\"172.18.44.0/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"3b0ad589-f167-4c39-a0fe-af124411f0c6\", \"vpc_id\":\"3e2453e5-8d39-4842-920a-480ff1be2078\"}, {\"id\":\"7adff8c4-babb-4a82-8d99-2372f50ef5d3\", \"created_at\":\"2025-10-30T16:18:17.970395Z\", \"updated_at\":\"2025-10-30T16:18:17.970395Z\", \"subnet\":\"fd5f:519c:6d46:99a::/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"3b0ad589-f167-4c39-a0fe-af124411f0c6\", \"vpc_id\":\"3e2453e5-8d39-4842-920a-480ff1be2078\"}], \"vpc_id\":\"3e2453e5-8d39-4842-920a-480ff1be2078\", \"dhcp_enabled\":true, \"default_route_propagation_enabled\":false, \"region\":\"fr-par\"}" - headers: - Content-Length: - - "1087" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:29:22 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 5e45f613-84e3-4489-8658-3cc4932f3dfe - status: 200 OK - code: 200 - duration: 28.106521ms -- id: 150 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/a0939e15-9220-4497-95fa-e799c0cd7b3c - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 716 - body: "{\"region\":\"fr-par\", \"id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:18:24.676140Z\", \"updated_at\":\"2025-10-30T16:29:20.647913Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"ready\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "716" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:29:22 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - b911188c-b051-4fa7-8010-e9d401461f45 - status: 200 OK - code: 200 - duration: 42.992559ms -- id: 151 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - form: - order_by: - - created_at_asc - pool_id: - - a0939e15-9220-4497-95fa-e799c0cd7b3c - status: - - unknown - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/f5839d47-dfad-407f-b09b-089476114f21/nodes?order_by=created_at_asc&pool_id=a0939e15-9220-4497-95fa-e799c0cd7b3c&status=unknown - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 619 - body: "{\"total_count\":1, \"nodes\":[{\"region\":\"fr-par\", \"id\":\"c1062fff-3cc6-4c64-8037-138eb644b773\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:28:09.097801Z\", \"updated_at\":\"2025-10-30T16:29:20.638599Z\", \"pool_id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"status\":\"ready\", \"conditions\":{\"DiskPressure\":\"False\", \"MemoryPressure\":\"False\", \"PIDPressure\":\"False\", \"Ready\":\"True\"}, \"name\":\"scw-test-k8s-public-i-test-k8s-public-i-c1062f\", \"public_ip_v4\":\"51.158.76.222\", \"public_ip_v6\":null, \"provider_id\":\"scaleway://instance/fr-par-1/87a442c4-5537-432c-ae3b-f67eb8ae4d2e\", \"error_message\":\"\"}]}" - headers: - Content-Length: - - "619" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:29:22 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - fa81dced-3062-4b12-842f-9e67c3e0b6b8 - status: 200 OK - code: 200 - duration: 25.658687ms -- id: 152 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/87a442c4-5537-432c-ae3b-f67eb8ae4d2e - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 3763 - body: "{\"server\": {\"id\": \"87a442c4-5537-432c-ae3b-f67eb8ae4d2e\", \"name\": \"scw-test-k8s-public-i-test-k8s-public-i-c1062f\", \"arch\": \"x86_64\", \"commercial_type\": \"PRO2-XXS\", \"boot_type\": \"local\", \"organization\": \"105bdce1-64c0-48ab-899d-868455867ecf\", \"project\": \"105bdce1-64c0-48ab-899d-868455867ecf\", \"hostname\": \"scw-test-k8s-public-i-test-k8s-public-i-c1062f\", \"image\": {\"id\": \"5b4b5f3f-c2a1-451e-8603-4c0179b4de03\", \"name\": \"k8s_base_node_instance\", \"organization\": \"51b656e3-4865-41e8-adbc-0c45bdd780db\", \"project\": \"51b656e3-4865-41e8-adbc-0c45bdd780db\", \"root_volume\": {\"volume_type\": \"sbs_snapshot\", \"id\": \"c6b09a14-4a4d-44cd-a772-4f235fef4826\", \"size\": 0, \"name\": \"\"}, \"extra_volumes\": {}, \"public\": true, \"arch\": \"x86_64\", \"creation_date\": \"2025-10-27T10:01:33.994085+00:00\", \"modification_date\": \"2025-10-27T10:01:33.994085+00:00\", \"default_bootscript\": null, \"from_server\": \"\", \"state\": \"available\", \"tags\": [], \"zone\": \"fr-par-1\"}, \"volumes\": {\"0\": {\"boot\": true, \"volume_type\": \"sbs_volume\", \"id\": \"a9862539-ae1c-4beb-9fda-aab1533d0bb2\", \"state\": \"available\", \"zone\": \"fr-par-1\"}}, \"tags\": [\"kapsule=f5839d47-dfad-407f-b09b-089476114f21\", \"pool=a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"pool-name=test-k8s-public-ip\", \"runtime=containerd\", \"managed=true\", \"node=c1062fff-3cc6-4c64-8037-138eb644b773\"], \"state\": \"running\", \"protected\": false, \"state_detail\": \"booting kernel\", \"public_ip\": {\"id\": \"1d2e96c2-a32c-4233-a580-b2f48aea84ec\", \"address\": \"51.158.76.222\", \"dynamic\": false, \"gateway\": \"62.210.0.1\", \"netmask\": \"32\", \"family\": \"inet\", \"provisioning_mode\": \"dhcp\", \"tags\": [\"kapsule=f5839d47-dfad-407f-b09b-089476114f21\", \"node-name=scw-test-k8s-public-i-test-k8s-public-i-c1062f\"], \"state\": \"attached\", \"ipam_id\": \"87c45bbc-0c33-431f-93a1-0ae466a4d82a\"}, \"public_ips\": [{\"id\": \"1d2e96c2-a32c-4233-a580-b2f48aea84ec\", \"address\": \"51.158.76.222\", \"dynamic\": false, \"gateway\": \"62.210.0.1\", \"netmask\": \"32\", \"family\": \"inet\", \"provisioning_mode\": \"dhcp\", \"tags\": [\"kapsule=f5839d47-dfad-407f-b09b-089476114f21\", \"node-name=scw-test-k8s-public-i-test-k8s-public-i-c1062f\"], \"state\": \"attached\", \"ipam_id\": \"87c45bbc-0c33-431f-93a1-0ae466a4d82a\"}, {\"id\": \"00d759df-c6f1-4823-84fa-cb1cd78f9466\", \"address\": \"2001:bc8:710:a9cf:dc00:ff:fed0:7087\", \"dynamic\": false, \"gateway\": \"fe80::dc00:ff:fed0:7088\", \"netmask\": \"64\", \"family\": \"inet6\", \"provisioning_mode\": \"slaac\", \"tags\": [\"kapsule=f5839d47-dfad-407f-b09b-089476114f21\", \"node-name=scw-test-k8s-public-i-test-k8s-public-i-c1062f\"], \"state\": \"attached\", \"ipam_id\": \"755514d6-a077-4ae6-9e4e-e5d3846c92b3\"}], \"mac_address\": \"de:00:00:d0:70:87\", \"routed_ip_enabled\": true, \"ipv6\": null, \"extra_networks\": [], \"dynamic_ip_required\": false, \"enable_ipv6\": false, \"private_ip\": null, \"creation_date\": \"2025-10-30T16:28:09.689469+00:00\", \"modification_date\": \"2025-10-30T16:28:14.963070+00:00\", \"bootscript\": null, \"security_group\": {\"id\": \"4ef16f7a-478c-4b72-b932-982f4b04974b\", \"name\": \"Kapsule default security group\"}, \"location\": {\"zone_id\": \"fr-par-1\", \"platform_id\": \"14\", \"cluster_id\": \"12\", \"hypervisor_id\": \"901\", \"node_id\": \"28\"}, \"maintenances\": [], \"allowed_actions\": [\"poweroff\", \"terminate\", \"reboot\", \"stop_in_place\", \"backup\"], \"placement_group\": null, \"private_nics\": [{\"id\": \"e490ea7d-a59d-4001-a927-b3a4393cac33\", \"private_network_id\": \"3b0ad589-f167-4c39-a0fe-af124411f0c6\", \"server_id\": \"87a442c4-5537-432c-ae3b-f67eb8ae4d2e\", \"mac_address\": \"02:00:00:19:28:73\", \"state\": \"available\", \"creation_date\": \"2025-10-30T16:28:12.305517+00:00\", \"modification_date\": \"2025-10-30T16:28:12.423955+00:00\", \"zone\": \"fr-par-1\", \"tags\": [], \"ipam_ip_ids\": [\"749692a4-02e5-4a20-8764-1b78515e798a\", \"71c3829a-3168-4b5d-b8b5-a200e6185a7a\"]}], \"zone\": \"fr-par-1\", \"filesystems\": [], \"end_of_service\": false}}" - headers: - Content-Length: - - "3763" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:29:22 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - ccbd0431-492a-4e20-a92c-96c3917df38c - status: 200 OK - code: 200 - duration: 157.453081ms -- id: 153 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/fr-par/vpcs/3e2453e5-8d39-4842-920a-480ff1be2078 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 416 - body: "{\"id\":\"3e2453e5-8d39-4842-920a-480ff1be2078\", \"name\":\"tf-vpc-sad-dewdney\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:17.246369Z\", \"updated_at\":\"2025-10-30T16:18:17.246369Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_default\":false, \"private_network_count\":1, \"routing_enabled\":true, \"custom_routes_propagation_enabled\":true, \"region\":\"fr-par\"}" - headers: - Content-Length: - - "416" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:29:22 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 4b4e3581-07b8-45f5-bd8d-712be2f8c374 - status: 200 OK - code: 200 - duration: 29.962243ms -- id: 154 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks/3b0ad589-f167-4c39-a0fe-af124411f0c6 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1087 - body: "{\"id\":\"3b0ad589-f167-4c39-a0fe-af124411f0c6\", \"name\":\"test-k8s-public-ip\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:17.970395Z\", \"updated_at\":\"2025-10-30T16:18:17.970395Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"subnets\":[{\"id\":\"af2c5aa2-55c5-4e53-a1e5-91f9a8103b6f\", \"created_at\":\"2025-10-30T16:18:17.970395Z\", \"updated_at\":\"2025-10-30T16:18:17.970395Z\", \"subnet\":\"172.18.44.0/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"3b0ad589-f167-4c39-a0fe-af124411f0c6\", \"vpc_id\":\"3e2453e5-8d39-4842-920a-480ff1be2078\"}, {\"id\":\"7adff8c4-babb-4a82-8d99-2372f50ef5d3\", \"created_at\":\"2025-10-30T16:18:17.970395Z\", \"updated_at\":\"2025-10-30T16:18:17.970395Z\", \"subnet\":\"fd5f:519c:6d46:99a::/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"3b0ad589-f167-4c39-a0fe-af124411f0c6\", \"vpc_id\":\"3e2453e5-8d39-4842-920a-480ff1be2078\"}], \"vpc_id\":\"3e2453e5-8d39-4842-920a-480ff1be2078\", \"dhcp_enabled\":true, \"default_route_propagation_enabled\":false, \"region\":\"fr-par\"}" - headers: - Content-Length: - - "1087" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:29:22 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - df9713dd-67fb-4510-8b12-c0a14b2d4ef3 - status: 200 OK - code: 200 - duration: 27.77038ms -- id: 155 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/f5839d47-dfad-407f-b09b-089476114f21 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1636 - body: "{\"region\":\"fr-par\", \"id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:19.128996Z\", \"updated_at\":\"2025-10-30T16:20:05.986072Z\", \"type\":\"kapsule\", \"name\":\"test-k8s-public-ip\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"public_ip\"], \"cluster_url\":\"https://f5839d47-dfad-407f-b09b-089476114f21.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.f5839d47-dfad-407f-b09b-089476114f21.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"3b0ad589-f167-4c39-a0fe-af124411f0c6\", \"commitment_ends_at\":\"2025-10-30T16:18:19.129003Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"d6e03bbf-faca-464d-b29e-9e329c3dc19d\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1636" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:29:22 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 5f2a2843-818b-4aef-b140-427b42e91531 - status: 200 OK - code: 200 - duration: 24.164202ms -- id: 156 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/f5839d47-dfad-407f-b09b-089476114f21/kubeconfig - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1682 - body: "{\"name\":\"kubeconfig\", \"content_type\":\"application/octet-stream\", \"content\":\"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogInRlc3QtazhzLXB1YmxpYy1pcCIKICBjbHVzdGVyOgogICAgY2VydGlmaWNhdGUtYXV0aG9yaXR5LWRhdGE6IExTMHRMUzFDUlVkSlRpQkRSVkpVU1VaSlEwRlVSUzB0TFMwdENrMUpTVUpYZWtORFFWRkhaMEYzU1VKQlowbENRVVJCUzBKblozRm9hMnBQVUZGUlJFRnFRVlpOVWsxM1JWRlpSRlpSVVVSRmQzQnlaRmRLYkdOdE5Xd0taRWRXZWsxQ05GaEVWRWt4VFZSQmVVOVVSVEpOVkdkNFQxWnZXRVJVVFRGTlZFRjVUMVJGTWsxVVozaFBWbTkzUmxSRlZFMUNSVWRCTVZWRlFYaE5Td3BoTTFacFdsaEtkVnBZVW14amVrSmFUVUpOUjBKNWNVZFRUVFE1UVdkRlIwTkRjVWRUVFRRNVFYZEZTRUV3U1VGQ1VHdFVkVW80TlZCRE9XTllNbXhzQ21oQll6UnJXWFJwYVM4NVNYaEpRVmxuYzJOaWFHSmlWVEkwZEc1UVVuUjJZVk5PTmpreFFWUkhPR1kyVTNsVGJIcFhWVlY2VG1zd00wNWxWazFDUWk4S2NXaExLMDl0ZVdwUmFrSkJUVUUwUjBFeFZXUkVkMFZDTDNkUlJVRjNTVU53UkVGUVFtZE9Wa2hTVFVKQlpqaEZRbFJCUkVGUlNDOU5RakJIUVRGVlpBcEVaMUZYUWtKUloybDZLemhPVGt4bFMzZHRTR1p1TmpkbFkxbHdlRW92WkdkVVFVdENaMmR4YUd0cVQxQlJVVVJCWjA1SlFVUkNSa0ZwUlVGd1pWWkxDbHBIWkcxd1JYQjRXRkZoWmxkSlQyaGFXWFZyS3pkNVpEVlRWVkkwYkZOV2VHOUNVRlF3YTBOSlJtZHVNMjQwT1dKWWNHbFdkMUZIWlZOeVZVTlNZV2tLUW1zMFEydFpkMXBhVFROM1JEWXJLMHcwVlhBS0xTMHRMUzFGVGtRZ1EwVlNWRWxHU1VOQlZFVXRMUzB0TFFvPQogICAgc2VydmVyOiBodHRwczovL2Y1ODM5ZDQ3LWRmYWQtNDA3Zi1iMDliLTA4OTQ3NjExNGYyMS5hcGkuazhzLmZyLXBhci5zY3cuY2xvdWQ6NjQ0Mwpjb250ZXh0czoKLSBuYW1lOiBhZG1pbkB0ZXN0LWs4cy1wdWJsaWMtaXAKICBjb250ZXh0OgogICAgY2x1c3RlcjogInRlc3QtazhzLXB1YmxpYy1pcCIKICAgIHVzZXI6IHRlc3QtazhzLXB1YmxpYy1pcC1hZG1pbgpjdXJyZW50LWNvbnRleHQ6IGFkbWluQHRlc3QtazhzLXB1YmxpYy1pcApraW5kOiBDb25maWcKcHJlZmVyZW5jZXM6IHt9CnVzZXJzOgotIG5hbWU6IHRlc3QtazhzLXB1YmxpYy1pcC1hZG1pbgogIHVzZXI6CiAgICB0b2tlbjogOWZoZmVKT3p3bFFjamZEUnVpdmxlbmpod0ZKR2xzQ2xid2hLUVFDajJzcmFFa2w1cEdVSVdzVjM=\"}" - headers: - Content-Length: - - "1682" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:29:22 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - df3c4718-0805-469f-a136-2d55e18630e7 - status: 200 OK - code: 200 - duration: 84.329501ms -- id: 157 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/a0939e15-9220-4497-95fa-e799c0cd7b3c - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 716 - body: "{\"region\":\"fr-par\", \"id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:18:24.676140Z\", \"updated_at\":\"2025-10-30T16:29:20.647913Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"ready\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "716" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:29:22 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 779310e1-dc32-4cdd-a43e-b1371d454012 - status: 200 OK - code: 200 - duration: 24.931983ms -- id: 158 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - form: - order_by: - - created_at_asc - page: - - "1" - pool_id: - - a0939e15-9220-4497-95fa-e799c0cd7b3c - status: - - unknown - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/f5839d47-dfad-407f-b09b-089476114f21/nodes?order_by=created_at_asc&page=1&pool_id=a0939e15-9220-4497-95fa-e799c0cd7b3c&status=unknown - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 619 - body: "{\"total_count\":1, \"nodes\":[{\"region\":\"fr-par\", \"id\":\"c1062fff-3cc6-4c64-8037-138eb644b773\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:28:09.097801Z\", \"updated_at\":\"2025-10-30T16:29:20.638599Z\", \"pool_id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"status\":\"ready\", \"conditions\":{\"DiskPressure\":\"False\", \"MemoryPressure\":\"False\", \"PIDPressure\":\"False\", \"Ready\":\"True\"}, \"name\":\"scw-test-k8s-public-i-test-k8s-public-i-c1062f\", \"public_ip_v4\":\"51.158.76.222\", \"public_ip_v6\":null, \"provider_id\":\"scaleway://instance/fr-par-1/87a442c4-5537-432c-ae3b-f67eb8ae4d2e\", \"error_message\":\"\"}]}" - headers: - Content-Length: - - "619" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:29:22 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 57e30e86-7552-4ca7-a665-106daabca93b - status: 200 OK - code: 200 - duration: 24.308282ms -- id: 159 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/f5839d47-dfad-407f-b09b-089476114f21 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1636 - body: "{\"region\":\"fr-par\", \"id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:19.128996Z\", \"updated_at\":\"2025-10-30T16:20:05.986072Z\", \"type\":\"kapsule\", \"name\":\"test-k8s-public-ip\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"public_ip\"], \"cluster_url\":\"https://f5839d47-dfad-407f-b09b-089476114f21.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.f5839d47-dfad-407f-b09b-089476114f21.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"3b0ad589-f167-4c39-a0fe-af124411f0c6\", \"commitment_ends_at\":\"2025-10-30T16:18:19.129003Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"d6e03bbf-faca-464d-b29e-9e329c3dc19d\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1636" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:29:22 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 98000ee3-6821-4d29-b2e3-5039bb332df5 - status: 200 OK - code: 200 - duration: 79.238046ms -- id: 160 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - form: - order_by: - - created_at_desc - project_id: - - 105bdce1-64c0-48ab-899d-868455867ecf - resource_name: - - scw-test-k8s-public-i-test-k8s-public-i-c1062f - resource_type: - - unknown_type - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/ipam/v1/regions/fr-par/ips?order_by=created_at_desc&project_id=105bdce1-64c0-48ab-899d-868455867ecf&resource_name=scw-test-k8s-public-i-test-k8s-public-i-c1062f&resource_type=unknown_type - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1121 - body: "{\"total_count\":2, \"ips\":[{\"id\":\"71c3829a-3168-4b5d-b8b5-a200e6185a7a\", \"address\":\"fd5f:519c:6d46:99a:5f89:1169:f0f0:c01e/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":true, \"created_at\":\"2025-10-30T16:28:12.721158Z\", \"updated_at\":\"2025-10-30T16:28:12.721158Z\", \"source\":{\"subnet_id\":\"7adff8c4-babb-4a82-8d99-2372f50ef5d3\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"e490ea7d-a59d-4001-a927-b3a4393cac33\", \"mac_address\":\"02:00:00:19:28:73\", \"name\":\"scw-test-k8s-public-i-test-k8s-public-i-c1062f\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}, {\"id\":\"749692a4-02e5-4a20-8764-1b78515e798a\", \"address\":\"172.18.44.3/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":false, \"created_at\":\"2025-10-30T16:28:12.542836Z\", \"updated_at\":\"2025-10-30T16:28:12.542836Z\", \"source\":{\"subnet_id\":\"af2c5aa2-55c5-4e53-a1e5-91f9a8103b6f\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"e490ea7d-a59d-4001-a927-b3a4393cac33\", \"mac_address\":\"02:00:00:19:28:73\", \"name\":\"scw-test-k8s-public-i-test-k8s-public-i-c1062f\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}]}" - headers: - Content-Length: - - "1121" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:29:22 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - d7fa61d1-e110-4f4c-bf5c-fd8dde9cd468 - status: 200 OK - code: 200 - duration: 46.889964ms -- id: 161 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/fr-par/vpcs/3e2453e5-8d39-4842-920a-480ff1be2078 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 416 - body: "{\"id\":\"3e2453e5-8d39-4842-920a-480ff1be2078\", \"name\":\"tf-vpc-sad-dewdney\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:17.246369Z\", \"updated_at\":\"2025-10-30T16:18:17.246369Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_default\":false, \"private_network_count\":1, \"routing_enabled\":true, \"custom_routes_propagation_enabled\":true, \"region\":\"fr-par\"}" - headers: - Content-Length: - - "416" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:29:23 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 68ddbff1-c6ff-481c-8fa3-14d2bea3238d - status: 200 OK - code: 200 - duration: 45.436176ms -- id: 162 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks/3b0ad589-f167-4c39-a0fe-af124411f0c6 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1087 - body: "{\"id\":\"3b0ad589-f167-4c39-a0fe-af124411f0c6\", \"name\":\"test-k8s-public-ip\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:17.970395Z\", \"updated_at\":\"2025-10-30T16:18:17.970395Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"subnets\":[{\"id\":\"af2c5aa2-55c5-4e53-a1e5-91f9a8103b6f\", \"created_at\":\"2025-10-30T16:18:17.970395Z\", \"updated_at\":\"2025-10-30T16:18:17.970395Z\", \"subnet\":\"172.18.44.0/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"3b0ad589-f167-4c39-a0fe-af124411f0c6\", \"vpc_id\":\"3e2453e5-8d39-4842-920a-480ff1be2078\"}, {\"id\":\"7adff8c4-babb-4a82-8d99-2372f50ef5d3\", \"created_at\":\"2025-10-30T16:18:17.970395Z\", \"updated_at\":\"2025-10-30T16:18:17.970395Z\", \"subnet\":\"fd5f:519c:6d46:99a::/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"3b0ad589-f167-4c39-a0fe-af124411f0c6\", \"vpc_id\":\"3e2453e5-8d39-4842-920a-480ff1be2078\"}], \"vpc_id\":\"3e2453e5-8d39-4842-920a-480ff1be2078\", \"dhcp_enabled\":true, \"default_route_propagation_enabled\":false, \"region\":\"fr-par\"}" - headers: - Content-Length: - - "1087" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:29:23 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - bcd8459a-b418-4f50-93eb-4721b8e01fa7 - status: 200 OK - code: 200 - duration: 30.490335ms -- id: 163 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/f5839d47-dfad-407f-b09b-089476114f21 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1636 - body: "{\"region\":\"fr-par\", \"id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:19.128996Z\", \"updated_at\":\"2025-10-30T16:20:05.986072Z\", \"type\":\"kapsule\", \"name\":\"test-k8s-public-ip\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"public_ip\"], \"cluster_url\":\"https://f5839d47-dfad-407f-b09b-089476114f21.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.f5839d47-dfad-407f-b09b-089476114f21.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"3b0ad589-f167-4c39-a0fe-af124411f0c6\", \"commitment_ends_at\":\"2025-10-30T16:18:19.129003Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"d6e03bbf-faca-464d-b29e-9e329c3dc19d\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1636" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:29:23 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - a8886c65-902f-49f1-8544-105005061c93 - status: 200 OK - code: 200 - duration: 73.904506ms -- id: 164 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/f5839d47-dfad-407f-b09b-089476114f21/kubeconfig - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1682 - body: "{\"name\":\"kubeconfig\", \"content_type\":\"application/octet-stream\", \"content\":\"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogInRlc3QtazhzLXB1YmxpYy1pcCIKICBjbHVzdGVyOgogICAgY2VydGlmaWNhdGUtYXV0aG9yaXR5LWRhdGE6IExTMHRMUzFDUlVkSlRpQkRSVkpVU1VaSlEwRlVSUzB0TFMwdENrMUpTVUpYZWtORFFWRkhaMEYzU1VKQlowbENRVVJCUzBKblozRm9hMnBQVUZGUlJFRnFRVlpOVWsxM1JWRlpSRlpSVVVSRmQzQnlaRmRLYkdOdE5Xd0taRWRXZWsxQ05GaEVWRWt4VFZSQmVVOVVSVEpOVkdkNFQxWnZXRVJVVFRGTlZFRjVUMVJGTWsxVVozaFBWbTkzUmxSRlZFMUNSVWRCTVZWRlFYaE5Td3BoTTFacFdsaEtkVnBZVW14amVrSmFUVUpOUjBKNWNVZFRUVFE1UVdkRlIwTkRjVWRUVFRRNVFYZEZTRUV3U1VGQ1VHdFVkVW80TlZCRE9XTllNbXhzQ21oQll6UnJXWFJwYVM4NVNYaEpRVmxuYzJOaWFHSmlWVEkwZEc1UVVuUjJZVk5PTmpreFFWUkhPR1kyVTNsVGJIcFhWVlY2VG1zd00wNWxWazFDUWk4S2NXaExLMDl0ZVdwUmFrSkJUVUUwUjBFeFZXUkVkMFZDTDNkUlJVRjNTVU53UkVGUVFtZE9Wa2hTVFVKQlpqaEZRbFJCUkVGUlNDOU5RakJIUVRGVlpBcEVaMUZYUWtKUloybDZLemhPVGt4bFMzZHRTR1p1TmpkbFkxbHdlRW92WkdkVVFVdENaMmR4YUd0cVQxQlJVVVJCWjA1SlFVUkNSa0ZwUlVGd1pWWkxDbHBIWkcxd1JYQjRXRkZoWmxkSlQyaGFXWFZyS3pkNVpEVlRWVkkwYkZOV2VHOUNVRlF3YTBOSlJtZHVNMjQwT1dKWWNHbFdkMUZIWlZOeVZVTlNZV2tLUW1zMFEydFpkMXBhVFROM1JEWXJLMHcwVlhBS0xTMHRMUzFGVGtRZ1EwVlNWRWxHU1VOQlZFVXRMUzB0TFFvPQogICAgc2VydmVyOiBodHRwczovL2Y1ODM5ZDQ3LWRmYWQtNDA3Zi1iMDliLTA4OTQ3NjExNGYyMS5hcGkuazhzLmZyLXBhci5zY3cuY2xvdWQ6NjQ0Mwpjb250ZXh0czoKLSBuYW1lOiBhZG1pbkB0ZXN0LWs4cy1wdWJsaWMtaXAKICBjb250ZXh0OgogICAgY2x1c3RlcjogInRlc3QtazhzLXB1YmxpYy1pcCIKICAgIHVzZXI6IHRlc3QtazhzLXB1YmxpYy1pcC1hZG1pbgpjdXJyZW50LWNvbnRleHQ6IGFkbWluQHRlc3QtazhzLXB1YmxpYy1pcApraW5kOiBDb25maWcKcHJlZmVyZW5jZXM6IHt9CnVzZXJzOgotIG5hbWU6IHRlc3QtazhzLXB1YmxpYy1pcC1hZG1pbgogIHVzZXI6CiAgICB0b2tlbjogOWZoZmVKT3p3bFFjamZEUnVpdmxlbmpod0ZKR2xzQ2xid2hLUVFDajJzcmFFa2w1cEdVSVdzVjM=\"}" - headers: - Content-Length: - - "1682" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:29:23 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - d41b0363-8e4a-4b8d-887a-f3de25a25bfa - status: 200 OK - code: 200 - duration: 19.445435ms -- id: 165 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/a0939e15-9220-4497-95fa-e799c0cd7b3c - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 716 - body: "{\"region\":\"fr-par\", \"id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:18:24.676140Z\", \"updated_at\":\"2025-10-30T16:29:20.647913Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"ready\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "716" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:29:23 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 4e018a2f-adc4-4a33-82f6-d04002949635 - status: 200 OK - code: 200 - duration: 19.89577ms -- id: 166 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - form: - order_by: - - created_at_asc - page: - - "1" - pool_id: - - a0939e15-9220-4497-95fa-e799c0cd7b3c - status: - - unknown - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/f5839d47-dfad-407f-b09b-089476114f21/nodes?order_by=created_at_asc&page=1&pool_id=a0939e15-9220-4497-95fa-e799c0cd7b3c&status=unknown - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 619 - body: "{\"total_count\":1, \"nodes\":[{\"region\":\"fr-par\", \"id\":\"c1062fff-3cc6-4c64-8037-138eb644b773\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:28:09.097801Z\", \"updated_at\":\"2025-10-30T16:29:20.638599Z\", \"pool_id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"status\":\"ready\", \"conditions\":{\"DiskPressure\":\"False\", \"MemoryPressure\":\"False\", \"PIDPressure\":\"False\", \"Ready\":\"True\"}, \"name\":\"scw-test-k8s-public-i-test-k8s-public-i-c1062f\", \"public_ip_v4\":\"51.158.76.222\", \"public_ip_v6\":null, \"provider_id\":\"scaleway://instance/fr-par-1/87a442c4-5537-432c-ae3b-f67eb8ae4d2e\", \"error_message\":\"\"}]}" - headers: - Content-Length: - - "619" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:29:23 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - ce8979fa-7898-4e94-8608-5861cdef1bbe - status: 200 OK - code: 200 - duration: 26.415397ms -- id: 167 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/f5839d47-dfad-407f-b09b-089476114f21 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1636 - body: "{\"region\":\"fr-par\", \"id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:19.128996Z\", \"updated_at\":\"2025-10-30T16:20:05.986072Z\", \"type\":\"kapsule\", \"name\":\"test-k8s-public-ip\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"public_ip\"], \"cluster_url\":\"https://f5839d47-dfad-407f-b09b-089476114f21.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.f5839d47-dfad-407f-b09b-089476114f21.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"3b0ad589-f167-4c39-a0fe-af124411f0c6\", \"commitment_ends_at\":\"2025-10-30T16:18:19.129003Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"d6e03bbf-faca-464d-b29e-9e329c3dc19d\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1636" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:29:23 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - e1ea5581-b27b-48fa-80c5-a12b61b214a0 - status: 200 OK - code: 200 - duration: 24.253249ms -- id: 168 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - form: - order_by: - - created_at_desc - project_id: - - 105bdce1-64c0-48ab-899d-868455867ecf - resource_name: - - scw-test-k8s-public-i-test-k8s-public-i-c1062f - resource_type: - - unknown_type - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/ipam/v1/regions/fr-par/ips?order_by=created_at_desc&project_id=105bdce1-64c0-48ab-899d-868455867ecf&resource_name=scw-test-k8s-public-i-test-k8s-public-i-c1062f&resource_type=unknown_type - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1121 - body: "{\"total_count\":2, \"ips\":[{\"id\":\"71c3829a-3168-4b5d-b8b5-a200e6185a7a\", \"address\":\"fd5f:519c:6d46:99a:5f89:1169:f0f0:c01e/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":true, \"created_at\":\"2025-10-30T16:28:12.721158Z\", \"updated_at\":\"2025-10-30T16:28:12.721158Z\", \"source\":{\"subnet_id\":\"7adff8c4-babb-4a82-8d99-2372f50ef5d3\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"e490ea7d-a59d-4001-a927-b3a4393cac33\", \"mac_address\":\"02:00:00:19:28:73\", \"name\":\"scw-test-k8s-public-i-test-k8s-public-i-c1062f\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}, {\"id\":\"749692a4-02e5-4a20-8764-1b78515e798a\", \"address\":\"172.18.44.3/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":false, \"created_at\":\"2025-10-30T16:28:12.542836Z\", \"updated_at\":\"2025-10-30T16:28:12.542836Z\", \"source\":{\"subnet_id\":\"af2c5aa2-55c5-4e53-a1e5-91f9a8103b6f\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"e490ea7d-a59d-4001-a927-b3a4393cac33\", \"mac_address\":\"02:00:00:19:28:73\", \"name\":\"scw-test-k8s-public-i-test-k8s-public-i-c1062f\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}]}" - headers: - Content-Length: - - "1121" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:29:23 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - b51966c7-ef62-416a-b9e5-1aa9e6ef3eaa - status: 200 OK - code: 200 - duration: 33.25277ms -- id: 169 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/a0939e15-9220-4497-95fa-e799c0cd7b3c - method: DELETE - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 719 - body: "{\"region\":\"fr-par\", \"id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:18:24.676140Z\", \"updated_at\":\"2025-10-30T16:29:23.798294Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "719" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:29:23 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 7dbc90b3-43c9-490a-9a1c-ee1ed27b667c - status: 200 OK - code: 200 - duration: 95.809397ms -- id: 170 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/a0939e15-9220-4497-95fa-e799c0cd7b3c - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 719 - body: "{\"region\":\"fr-par\", \"id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:18:24.676140Z\", \"updated_at\":\"2025-10-30T16:29:23.798294Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "719" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:29:23 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 1b9baa1c-d6b8-476e-9c79-8ffa26539a7c - status: 200 OK - code: 200 - duration: 23.855623ms -- id: 171 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/a0939e15-9220-4497-95fa-e799c0cd7b3c - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 719 - body: "{\"region\":\"fr-par\", \"id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:18:24.676140Z\", \"updated_at\":\"2025-10-30T16:29:23.798294Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "719" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:29:28 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - c94b9f88-7a89-447e-bdd7-2d6d0ab12dad - status: 200 OK - code: 200 - duration: 92.137365ms -- id: 172 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/a0939e15-9220-4497-95fa-e799c0cd7b3c - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 719 - body: "{\"region\":\"fr-par\", \"id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:18:24.676140Z\", \"updated_at\":\"2025-10-30T16:29:23.798294Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "719" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:29:34 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 260592e5-fd64-42d1-b6e8-1003190c4483 - status: 200 OK - code: 200 - duration: 92.980117ms -- id: 173 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/a0939e15-9220-4497-95fa-e799c0cd7b3c - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 719 - body: "{\"region\":\"fr-par\", \"id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:18:24.676140Z\", \"updated_at\":\"2025-10-30T16:29:23.798294Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "719" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:29:39 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 2996775b-864f-413c-96c7-3bce78c8a527 - status: 200 OK - code: 200 - duration: 97.730562ms -- id: 174 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/a0939e15-9220-4497-95fa-e799c0cd7b3c - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 719 - body: "{\"region\":\"fr-par\", \"id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:18:24.676140Z\", \"updated_at\":\"2025-10-30T16:29:23.798294Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "719" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:29:44 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 4e7b0c20-fe4f-4081-9c76-39ff30226663 - status: 200 OK - code: 200 - duration: 124.469397ms -- id: 175 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/a0939e15-9220-4497-95fa-e799c0cd7b3c - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 719 - body: "{\"region\":\"fr-par\", \"id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:18:24.676140Z\", \"updated_at\":\"2025-10-30T16:29:23.798294Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "719" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:29:49 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 00ae94dc-cf2f-4a0a-8b16-abbcfa62f130 - status: 200 OK - code: 200 - duration: 83.238654ms -- id: 176 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/a0939e15-9220-4497-95fa-e799c0cd7b3c - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 719 - body: "{\"region\":\"fr-par\", \"id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:18:24.676140Z\", \"updated_at\":\"2025-10-30T16:29:23.798294Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "719" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:29:54 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 7a3ddd84-85df-4554-824f-1b0161cdc690 - status: 200 OK - code: 200 - duration: 93.132272ms -- id: 177 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/a0939e15-9220-4497-95fa-e799c0cd7b3c - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 719 - body: "{\"region\":\"fr-par\", \"id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:18:24.676140Z\", \"updated_at\":\"2025-10-30T16:29:23.798294Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "719" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:29:59 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 5f07d241-7ebc-401a-a81a-8ac8294450a1 - status: 200 OK - code: 200 - duration: 78.348666ms -- id: 178 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/a0939e15-9220-4497-95fa-e799c0cd7b3c - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 719 - body: "{\"region\":\"fr-par\", \"id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:18:24.676140Z\", \"updated_at\":\"2025-10-30T16:29:23.798294Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "719" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:30:04 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 44528714-1674-4025-965b-c39c0a15147e - status: 200 OK - code: 200 - duration: 112.849649ms -- id: 179 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/a0939e15-9220-4497-95fa-e799c0cd7b3c - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 719 - body: "{\"region\":\"fr-par\", \"id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:18:24.676140Z\", \"updated_at\":\"2025-10-30T16:29:23.798294Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "719" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:30:09 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - a26b702e-3e4a-4a1f-a049-b80f3171f5f5 - status: 200 OK - code: 200 - duration: 81.853956ms -- id: 180 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/a0939e15-9220-4497-95fa-e799c0cd7b3c - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 719 - body: "{\"region\":\"fr-par\", \"id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:18:24.676140Z\", \"updated_at\":\"2025-10-30T16:29:23.798294Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "719" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:30:14 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - a54dc189-ec90-4ee1-9966-6af5410d64f5 - status: 200 OK - code: 200 - duration: 98.245309ms -- id: 181 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/a0939e15-9220-4497-95fa-e799c0cd7b3c - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 719 - body: "{\"region\":\"fr-par\", \"id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:18:24.676140Z\", \"updated_at\":\"2025-10-30T16:29:23.798294Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "719" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:30:19 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - e7670902-f851-4f23-b02f-b3dda7f038e1 - status: 200 OK - code: 200 - duration: 80.839782ms -- id: 182 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/a0939e15-9220-4497-95fa-e799c0cd7b3c - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 719 - body: "{\"region\":\"fr-par\", \"id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:18:24.676140Z\", \"updated_at\":\"2025-10-30T16:29:23.798294Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "719" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:30:24 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - c94fd0af-0f7d-4049-9c1b-d3c832e8ad59 - status: 200 OK - code: 200 - duration: 81.7495ms -- id: 183 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/a0939e15-9220-4497-95fa-e799c0cd7b3c - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 719 - body: "{\"region\":\"fr-par\", \"id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:18:24.676140Z\", \"updated_at\":\"2025-10-30T16:29:23.798294Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "719" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:30:30 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - d84c193f-3c78-42fd-a3e3-a8302e5e875d - status: 200 OK - code: 200 - duration: 89.480088ms -- id: 184 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/a0939e15-9220-4497-95fa-e799c0cd7b3c - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 719 - body: "{\"region\":\"fr-par\", \"id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:18:24.676140Z\", \"updated_at\":\"2025-10-30T16:29:23.798294Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "719" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:30:35 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 841b39d7-8f7c-41d7-859f-366bd85453a4 - status: 200 OK - code: 200 - duration: 94.167576ms -- id: 185 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/a0939e15-9220-4497-95fa-e799c0cd7b3c - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 719 - body: "{\"region\":\"fr-par\", \"id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:18:24.676140Z\", \"updated_at\":\"2025-10-30T16:29:23.798294Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "719" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:30:40 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 0e7b1974-ab5f-4f2c-9770-ffab68e0a07b - status: 200 OK - code: 200 - duration: 105.739684ms -- id: 186 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/a0939e15-9220-4497-95fa-e799c0cd7b3c - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 719 - body: "{\"region\":\"fr-par\", \"id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:18:24.676140Z\", \"updated_at\":\"2025-10-30T16:29:23.798294Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "719" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:30:45 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 232d5b36-b0c5-497e-b399-a117f1417ed2 - status: 200 OK - code: 200 - duration: 90.89291ms -- id: 187 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/a0939e15-9220-4497-95fa-e799c0cd7b3c - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 719 - body: "{\"region\":\"fr-par\", \"id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:18:24.676140Z\", \"updated_at\":\"2025-10-30T16:29:23.798294Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "719" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:30:50 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 725b3948-bbaf-45c7-82c8-6b757b702651 - status: 200 OK - code: 200 - duration: 101.740479ms -- id: 188 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/a0939e15-9220-4497-95fa-e799c0cd7b3c - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 719 - body: "{\"region\":\"fr-par\", \"id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:18:24.676140Z\", \"updated_at\":\"2025-10-30T16:29:23.798294Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "719" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:30:55 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - c5cc20f6-91a2-4957-a138-4d436a3d4278 - status: 200 OK - code: 200 - duration: 112.096374ms -- id: 189 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/a0939e15-9220-4497-95fa-e799c0cd7b3c - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 719 - body: "{\"region\":\"fr-par\", \"id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:18:24.676140Z\", \"updated_at\":\"2025-10-30T16:29:23.798294Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "719" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:31:00 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 91dc0fa3-9460-45ff-8b93-6573c4f05179 - status: 200 OK - code: 200 - duration: 117.603211ms -- id: 190 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/a0939e15-9220-4497-95fa-e799c0cd7b3c - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 719 - body: "{\"region\":\"fr-par\", \"id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:18:24.676140Z\", \"updated_at\":\"2025-10-30T16:29:23.798294Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "719" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:31:05 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 660c97f5-8fa1-41b0-b585-b7774a15e7d3 - status: 200 OK - code: 200 - duration: 99.271004ms -- id: 191 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/a0939e15-9220-4497-95fa-e799c0cd7b3c - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 719 - body: "{\"region\":\"fr-par\", \"id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:18:24.676140Z\", \"updated_at\":\"2025-10-30T16:29:23.798294Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "719" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:31:10 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - c2e750be-0d78-4f37-bd82-acb7ea551d30 - status: 200 OK - code: 200 - duration: 82.706866ms -- id: 192 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/a0939e15-9220-4497-95fa-e799c0cd7b3c - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 719 - body: "{\"region\":\"fr-par\", \"id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:18:24.676140Z\", \"updated_at\":\"2025-10-30T16:29:23.798294Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "719" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:31:15 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - b5fce940-f059-4f17-ac52-96ad0b652f61 - status: 200 OK - code: 200 - duration: 79.478998ms -- id: 193 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/a0939e15-9220-4497-95fa-e799c0cd7b3c - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 719 - body: "{\"region\":\"fr-par\", \"id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:18:24.676140Z\", \"updated_at\":\"2025-10-30T16:29:23.798294Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "719" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:31:21 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - c0bd8590-3aa7-41f8-9ee9-58e236f9f0f1 - status: 200 OK - code: 200 - duration: 83.792523ms -- id: 194 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/a0939e15-9220-4497-95fa-e799c0cd7b3c - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 719 - body: "{\"region\":\"fr-par\", \"id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:18:24.676140Z\", \"updated_at\":\"2025-10-30T16:29:23.798294Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "719" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:31:26 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - e39eb737-e238-4795-baca-e653fa233a8e - status: 200 OK - code: 200 - duration: 81.9579ms -- id: 195 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/a0939e15-9220-4497-95fa-e799c0cd7b3c - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 719 - body: "{\"region\":\"fr-par\", \"id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:18:24.676140Z\", \"updated_at\":\"2025-10-30T16:29:23.798294Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "719" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:31:31 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - f5b7d23c-955a-4d9f-9e2a-f70990e8559c - status: 200 OK - code: 200 - duration: 87.369146ms -- id: 196 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/a0939e15-9220-4497-95fa-e799c0cd7b3c - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 719 - body: "{\"region\":\"fr-par\", \"id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:18:24.676140Z\", \"updated_at\":\"2025-10-30T16:29:23.798294Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "719" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:31:36 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - f2794f4d-5f3f-4701-9732-dd690e4fbd69 - status: 200 OK - code: 200 - duration: 78.358966ms -- id: 197 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/a0939e15-9220-4497-95fa-e799c0cd7b3c - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 719 - body: "{\"region\":\"fr-par\", \"id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:18:24.676140Z\", \"updated_at\":\"2025-10-30T16:29:23.798294Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "719" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:31:41 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - d3640a8d-e684-4c6c-8a46-79f2b9f885e6 - status: 200 OK - code: 200 - duration: 95.621344ms -- id: 198 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/a0939e15-9220-4497-95fa-e799c0cd7b3c - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 719 - body: "{\"region\":\"fr-par\", \"id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:18:24.676140Z\", \"updated_at\":\"2025-10-30T16:29:23.798294Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "719" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:31:46 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 4009ac26-9024-4ef2-b303-e605ea8445d1 - status: 200 OK - code: 200 - duration: 98.392836ms -- id: 199 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/a0939e15-9220-4497-95fa-e799c0cd7b3c - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 719 - body: "{\"region\":\"fr-par\", \"id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:18:24.676140Z\", \"updated_at\":\"2025-10-30T16:29:23.798294Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "719" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:31:51 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 5c6d77dc-5f6b-40dd-981b-1b11b1c71e70 - status: 200 OK - code: 200 - duration: 90.246486ms -- id: 200 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/a0939e15-9220-4497-95fa-e799c0cd7b3c - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 719 - body: "{\"region\":\"fr-par\", \"id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:18:24.676140Z\", \"updated_at\":\"2025-10-30T16:29:23.798294Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "719" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:31:56 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - e01d0a11-5771-4798-9e2c-a2d6802afac7 - status: 200 OK - code: 200 - duration: 98.317194ms -- id: 201 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/a0939e15-9220-4497-95fa-e799c0cd7b3c - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 719 - body: "{\"region\":\"fr-par\", \"id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:18:24.676140Z\", \"updated_at\":\"2025-10-30T16:29:23.798294Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "719" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:32:01 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 1d7a2e01-f99f-4352-a57e-cbcaa0d3410e - status: 200 OK - code: 200 - duration: 84.120679ms -- id: 202 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/a0939e15-9220-4497-95fa-e799c0cd7b3c - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 719 - body: "{\"region\":\"fr-par\", \"id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:18:24.676140Z\", \"updated_at\":\"2025-10-30T16:29:23.798294Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "719" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:32:06 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 5cdeacdc-e46c-4269-9e44-c165c7eda24d - status: 200 OK - code: 200 - duration: 82.077775ms -- id: 203 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/a0939e15-9220-4497-95fa-e799c0cd7b3c - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 719 - body: "{\"region\":\"fr-par\", \"id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:18:24.676140Z\", \"updated_at\":\"2025-10-30T16:29:23.798294Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "719" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:32:11 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - a9ca84dc-3034-4046-a39d-713243e157ca - status: 200 OK - code: 200 - duration: 91.683925ms -- id: 204 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/a0939e15-9220-4497-95fa-e799c0cd7b3c - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 719 - body: "{\"region\":\"fr-par\", \"id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:18:24.676140Z\", \"updated_at\":\"2025-10-30T16:29:23.798294Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "719" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:32:17 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 082ef96c-8662-45b5-b9a6-e00c869d5bc4 - status: 200 OK - code: 200 - duration: 101.200385ms -- id: 205 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/a0939e15-9220-4497-95fa-e799c0cd7b3c - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 719 - body: "{\"region\":\"fr-par\", \"id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:18:24.676140Z\", \"updated_at\":\"2025-10-30T16:29:23.798294Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "719" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:32:22 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - f9c2036f-f89f-4d4b-8237-6a9885db0708 - status: 200 OK - code: 200 - duration: 93.825413ms -- id: 206 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/a0939e15-9220-4497-95fa-e799c0cd7b3c - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 719 - body: "{\"region\":\"fr-par\", \"id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:18:24.676140Z\", \"updated_at\":\"2025-10-30T16:29:23.798294Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "719" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:32:27 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - c2628a41-e17b-49e0-a73d-3053ecbcac7b - status: 200 OK - code: 200 - duration: 88.483568ms -- id: 207 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/a0939e15-9220-4497-95fa-e799c0cd7b3c - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 719 - body: "{\"region\":\"fr-par\", \"id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:18:24.676140Z\", \"updated_at\":\"2025-10-30T16:29:23.798294Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "719" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:32:32 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 417788e8-1488-4e6f-8671-50da8b30f13e - status: 200 OK - code: 200 - duration: 83.888483ms -- id: 208 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/a0939e15-9220-4497-95fa-e799c0cd7b3c - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 719 - body: "{\"region\":\"fr-par\", \"id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:18:24.676140Z\", \"updated_at\":\"2025-10-30T16:29:23.798294Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "719" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:32:37 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - b54c9bef-0aa3-4c75-81b8-0749b3a7d44c - status: 200 OK - code: 200 - duration: 86.877013ms -- id: 209 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/a0939e15-9220-4497-95fa-e799c0cd7b3c - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 719 - body: "{\"region\":\"fr-par\", \"id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:18:24.676140Z\", \"updated_at\":\"2025-10-30T16:29:23.798294Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "719" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:32:42 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 100263c7-32db-4da8-bacf-c1c2bddf854a - status: 200 OK - code: 200 - duration: 89.102991ms -- id: 210 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/a0939e15-9220-4497-95fa-e799c0cd7b3c - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 719 - body: "{\"region\":\"fr-par\", \"id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:18:24.676140Z\", \"updated_at\":\"2025-10-30T16:29:23.798294Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "719" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:32:47 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - c681a662-9aaf-4c3d-9410-9ce07c69def5 - status: 200 OK - code: 200 - duration: 90.212713ms -- id: 211 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/a0939e15-9220-4497-95fa-e799c0cd7b3c - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 719 - body: "{\"region\":\"fr-par\", \"id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:18:24.676140Z\", \"updated_at\":\"2025-10-30T16:29:23.798294Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "719" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:32:52 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 3a268f02-0af5-4e71-9027-d6a92452a74b - status: 200 OK - code: 200 - duration: 89.133007ms -- id: 212 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/a0939e15-9220-4497-95fa-e799c0cd7b3c - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 719 - body: "{\"region\":\"fr-par\", \"id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:18:24.676140Z\", \"updated_at\":\"2025-10-30T16:29:23.798294Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "719" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:32:57 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - a3815237-91b8-4932-b591-1041ae8e532f - status: 200 OK - code: 200 - duration: 92.157814ms -- id: 213 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/a0939e15-9220-4497-95fa-e799c0cd7b3c - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 719 - body: "{\"region\":\"fr-par\", \"id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:18:24.676140Z\", \"updated_at\":\"2025-10-30T16:29:23.798294Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "719" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:33:02 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 006b9bba-ba30-468c-b3a3-c337e3b21030 - status: 200 OK - code: 200 - duration: 100.967959ms -- id: 214 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/a0939e15-9220-4497-95fa-e799c0cd7b3c - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 719 - body: "{\"region\":\"fr-par\", \"id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:18:24.676140Z\", \"updated_at\":\"2025-10-30T16:29:23.798294Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "719" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:33:08 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 1eb66ee8-c9a2-4b3d-a04c-20083a3ef61d - status: 200 OK - code: 200 - duration: 239.008697ms -- id: 215 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/a0939e15-9220-4497-95fa-e799c0cd7b3c - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 719 - body: "{\"region\":\"fr-par\", \"id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:18:24.676140Z\", \"updated_at\":\"2025-10-30T16:29:23.798294Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "719" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:33:13 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - fe0f38c5-1251-494d-9d12-0bbbd9b0109d - status: 200 OK - code: 200 - duration: 84.394994ms -- id: 216 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/a0939e15-9220-4497-95fa-e799c0cd7b3c - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 719 - body: "{\"region\":\"fr-par\", \"id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:18:24.676140Z\", \"updated_at\":\"2025-10-30T16:29:23.798294Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "719" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:33:18 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 2492600d-850d-4943-9e31-1fceb7720162 - status: 200 OK - code: 200 - duration: 92.777166ms -- id: 217 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/a0939e15-9220-4497-95fa-e799c0cd7b3c - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 719 - body: "{\"region\":\"fr-par\", \"id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:18:24.676140Z\", \"updated_at\":\"2025-10-30T16:29:23.798294Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "719" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:33:23 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 82bfa31f-af67-4f62-8581-630bd6490f15 - status: 200 OK - code: 200 - duration: 80.793725ms -- id: 218 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/a0939e15-9220-4497-95fa-e799c0cd7b3c - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 719 - body: "{\"region\":\"fr-par\", \"id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:18:24.676140Z\", \"updated_at\":\"2025-10-30T16:29:23.798294Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "719" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:33:28 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 15ce79cd-f5ae-434f-b1bc-395eade0902c - status: 200 OK - code: 200 - duration: 84.07849ms -- id: 219 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/a0939e15-9220-4497-95fa-e799c0cd7b3c - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 719 - body: "{\"region\":\"fr-par\", \"id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:18:24.676140Z\", \"updated_at\":\"2025-10-30T16:29:23.798294Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "719" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:33:33 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 30b5a7c0-f233-4eea-8d84-3479592f8183 - status: 200 OK - code: 200 - duration: 94.078769ms -- id: 220 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/a0939e15-9220-4497-95fa-e799c0cd7b3c - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 719 - body: "{\"region\":\"fr-par\", \"id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:18:24.676140Z\", \"updated_at\":\"2025-10-30T16:29:23.798294Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "719" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:33:38 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 5ae552dc-44a4-462d-9ebe-53539f977fc2 - status: 200 OK - code: 200 - duration: 93.487129ms -- id: 221 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/a0939e15-9220-4497-95fa-e799c0cd7b3c - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 125 - body: "{\"message\":\"resource is not found\",\"resource\":\"pool\",\"resource_id\":\"a0939e15-9220-4497-95fa-e799c0cd7b3c\",\"type\":\"not_found\"}" - headers: - Content-Length: - - "125" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:33:43 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 1322164b-4d6d-4f43-ab5a-709d30874e02 - status: 404 Not Found - code: 404 - duration: 20.821909ms -- id: 222 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 152 - host: api.scaleway.com - body: "{\"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\",\"name\":\"test-k8s-public-ip\",\"tags\":[],\"type\":\"VPC-GW-S\",\"enable_smtp\":false,\"enable_bastion\":false}" - headers: - Content-Type: - - application/json - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc-gw/v2/zones/fr-par-1/gateways - method: POST - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 918 - body: "{\"id\":\"4e5fe8f2-7126-4ef0-9da5-64dcbf031bb4\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:33:44.521117Z\", \"updated_at\":\"2025-10-30T16:33:44.521117Z\", \"type\":\"VPC-GW-S\", \"bandwidth\":100, \"status\":\"allocating\", \"name\":\"test-k8s-public-ip\", \"tags\":[], \"ipv4\":{\"id\":\"1a95086f-202d-44ed-83f2-50a2725deb74\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:33:44.496040Z\", \"updated_at\":\"2025-10-30T16:33:44.496040Z\", \"tags\":[], \"address\":\"51.15.215.84\", \"reverse\":\"84-215-15-51.instances.scw.cloud\", \"gateway_id\":\"4e5fe8f2-7126-4ef0-9da5-64dcbf031bb4\", \"zone\":\"fr-par-1\"}, \"gateway_networks\":[], \"bastion_enabled\":false, \"bastion_port\":61000, \"smtp_enabled\":false, \"is_legacy\":false, \"bastion_allowed_ips\":[\"0.0.0.0/0\"], \"zone\":\"fr-par-1\"}" - headers: - Content-Length: - - "918" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:33:44 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 14930dec-34ab-45bd-865c-2a1ecaa2eb4c - status: 200 OK - code: 200 - duration: 856.61301ms -- id: 223 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc-gw/v2/zones/fr-par-1/gateways/4e5fe8f2-7126-4ef0-9da5-64dcbf031bb4 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 937 - body: "{\"id\":\"4e5fe8f2-7126-4ef0-9da5-64dcbf031bb4\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:33:44.521117Z\", \"updated_at\":\"2025-10-30T16:33:44.563781Z\", \"type\":\"VPC-GW-S\", \"bandwidth\":100, \"status\":\"allocating\", \"name\":\"test-k8s-public-ip\", \"tags\":[], \"ipv4\":{\"id\":\"1a95086f-202d-44ed-83f2-50a2725deb74\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:33:44.496040Z\", \"updated_at\":\"2025-10-30T16:33:44.496040Z\", \"tags\":[], \"address\":\"51.15.215.84\", \"reverse\":\"84-215-15-51.instances.scw.cloud\", \"gateway_id\":\"4e5fe8f2-7126-4ef0-9da5-64dcbf031bb4\", \"zone\":\"fr-par-1\"}, \"gateway_networks\":[], \"version\":\"0.7.4\", \"bastion_enabled\":false, \"bastion_port\":61000, \"smtp_enabled\":false, \"is_legacy\":false, \"bastion_allowed_ips\":[\"0.0.0.0/0\"], \"zone\":\"fr-par-1\"}" - headers: - Content-Length: - - "937" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:33:44 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - dc260f83-0236-48f6-a440-8108583e052f - status: 200 OK - code: 200 - duration: 99.258681ms -- id: 224 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc-gw/v2/zones/fr-par-1/gateways/4e5fe8f2-7126-4ef0-9da5-64dcbf031bb4 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 934 - body: "{\"id\":\"4e5fe8f2-7126-4ef0-9da5-64dcbf031bb4\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:33:44.521117Z\", \"updated_at\":\"2025-10-30T16:33:49.290070Z\", \"type\":\"VPC-GW-S\", \"bandwidth\":100, \"status\":\"running\", \"name\":\"test-k8s-public-ip\", \"tags\":[], \"ipv4\":{\"id\":\"1a95086f-202d-44ed-83f2-50a2725deb74\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:33:44.496040Z\", \"updated_at\":\"2025-10-30T16:33:44.496040Z\", \"tags\":[], \"address\":\"51.15.215.84\", \"reverse\":\"84-215-15-51.instances.scw.cloud\", \"gateway_id\":\"4e5fe8f2-7126-4ef0-9da5-64dcbf031bb4\", \"zone\":\"fr-par-1\"}, \"gateway_networks\":[], \"version\":\"0.7.4\", \"bastion_enabled\":false, \"bastion_port\":61000, \"smtp_enabled\":false, \"is_legacy\":false, \"bastion_allowed_ips\":[\"0.0.0.0/0\"], \"zone\":\"fr-par-1\"}" - headers: - Content-Length: - - "934" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:33:49 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - bf2af661-82ce-47b4-840a-0b76914e1ecd - status: 200 OK - code: 200 - duration: 102.574564ms -- id: 225 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc-gw/v2/zones/fr-par-1/gateways/4e5fe8f2-7126-4ef0-9da5-64dcbf031bb4 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 934 - body: "{\"id\":\"4e5fe8f2-7126-4ef0-9da5-64dcbf031bb4\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:33:44.521117Z\", \"updated_at\":\"2025-10-30T16:33:49.290070Z\", \"type\":\"VPC-GW-S\", \"bandwidth\":100, \"status\":\"running\", \"name\":\"test-k8s-public-ip\", \"tags\":[], \"ipv4\":{\"id\":\"1a95086f-202d-44ed-83f2-50a2725deb74\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:33:44.496040Z\", \"updated_at\":\"2025-10-30T16:33:44.496040Z\", \"tags\":[], \"address\":\"51.15.215.84\", \"reverse\":\"84-215-15-51.instances.scw.cloud\", \"gateway_id\":\"4e5fe8f2-7126-4ef0-9da5-64dcbf031bb4\", \"zone\":\"fr-par-1\"}, \"gateway_networks\":[], \"version\":\"0.7.4\", \"bastion_enabled\":false, \"bastion_port\":61000, \"smtp_enabled\":false, \"is_legacy\":false, \"bastion_allowed_ips\":[\"0.0.0.0/0\"], \"zone\":\"fr-par-1\"}" - headers: - Content-Length: - - "934" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:33:49 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - b4e4b6d0-9fda-4363-934e-7cbb0d71486e - status: 200 OK - code: 200 - duration: 28.144513ms -- id: 226 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc-gw/v2/zones/fr-par-1/gateways/4e5fe8f2-7126-4ef0-9da5-64dcbf031bb4 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 934 - body: "{\"id\":\"4e5fe8f2-7126-4ef0-9da5-64dcbf031bb4\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:33:44.521117Z\", \"updated_at\":\"2025-10-30T16:33:49.290070Z\", \"type\":\"VPC-GW-S\", \"bandwidth\":100, \"status\":\"running\", \"name\":\"test-k8s-public-ip\", \"tags\":[], \"ipv4\":{\"id\":\"1a95086f-202d-44ed-83f2-50a2725deb74\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:33:44.496040Z\", \"updated_at\":\"2025-10-30T16:33:44.496040Z\", \"tags\":[], \"address\":\"51.15.215.84\", \"reverse\":\"84-215-15-51.instances.scw.cloud\", \"gateway_id\":\"4e5fe8f2-7126-4ef0-9da5-64dcbf031bb4\", \"zone\":\"fr-par-1\"}, \"gateway_networks\":[], \"version\":\"0.7.4\", \"bastion_enabled\":false, \"bastion_port\":61000, \"smtp_enabled\":false, \"is_legacy\":false, \"bastion_allowed_ips\":[\"0.0.0.0/0\"], \"zone\":\"fr-par-1\"}" - headers: - Content-Length: - - "934" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:33:49 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - e323613a-b96e-4d31-9b64-e9da0c8c9c92 - status: 200 OK - code: 200 - duration: 30.290511ms -- id: 227 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 164 - host: api.scaleway.com - body: "{\"gateway_id\":\"4e5fe8f2-7126-4ef0-9da5-64dcbf031bb4\",\"private_network_id\":\"3b0ad589-f167-4c39-a0fe-af124411f0c6\",\"enable_masquerade\":true,\"push_default_route\":true}" - headers: - Content-Type: - - application/json - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc-gw/v2/zones/fr-par-1/gateway-networks - method: POST - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 393 - body: "{\"id\":\"e3f44092-59f7-4966-9d13-6a31591a18e9\", \"created_at\":\"2025-10-30T16:33:50.125382Z\", \"updated_at\":\"2025-10-30T16:33:50.125382Z\", \"gateway_id\":\"4e5fe8f2-7126-4ef0-9da5-64dcbf031bb4\", \"private_network_id\":\"3b0ad589-f167-4c39-a0fe-af124411f0c6\", \"masquerade_enabled\":true, \"status\":\"created\", \"push_default_route\":true, \"ipam_ip_id\":\"2282d01d-3705-4eb3-a3c0-6849cd9b9e0b\", \"zone\":\"fr-par-1\"}" - headers: - Content-Length: - - "393" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:33:50 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 7ed6587e-8b56-4cd7-b03a-eeb42c9649ac - status: 200 OK - code: 200 - duration: 376.887972ms -- id: 228 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc-gw/v2/zones/fr-par-1/gateways/4e5fe8f2-7126-4ef0-9da5-64dcbf031bb4 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1331 - body: "{\"id\":\"4e5fe8f2-7126-4ef0-9da5-64dcbf031bb4\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:33:44.521117Z\", \"updated_at\":\"2025-10-30T16:33:50.217007Z\", \"type\":\"VPC-GW-S\", \"bandwidth\":100, \"status\":\"configuring\", \"name\":\"test-k8s-public-ip\", \"tags\":[], \"ipv4\":{\"id\":\"1a95086f-202d-44ed-83f2-50a2725deb74\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:33:44.496040Z\", \"updated_at\":\"2025-10-30T16:33:44.496040Z\", \"tags\":[], \"address\":\"51.15.215.84\", \"reverse\":\"84-215-15-51.instances.scw.cloud\", \"gateway_id\":\"4e5fe8f2-7126-4ef0-9da5-64dcbf031bb4\", \"zone\":\"fr-par-1\"}, \"gateway_networks\":[{\"id\":\"e3f44092-59f7-4966-9d13-6a31591a18e9\", \"created_at\":\"2025-10-30T16:33:50.125382Z\", \"updated_at\":\"2025-10-30T16:33:50.125382Z\", \"gateway_id\":\"4e5fe8f2-7126-4ef0-9da5-64dcbf031bb4\", \"private_network_id\":\"3b0ad589-f167-4c39-a0fe-af124411f0c6\", \"masquerade_enabled\":true, \"status\":\"created\", \"push_default_route\":true, \"ipam_ip_id\":\"2282d01d-3705-4eb3-a3c0-6849cd9b9e0b\", \"zone\":\"fr-par-1\"}], \"version\":\"0.7.4\", \"bastion_enabled\":false, \"bastion_port\":61000, \"smtp_enabled\":false, \"is_legacy\":false, \"bastion_allowed_ips\":[\"0.0.0.0/0\"], \"zone\":\"fr-par-1\"}" - headers: - Content-Length: - - "1331" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:33:50 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 58fd69f8-53e3-4041-9786-d608f9de91c0 - status: 200 OK - code: 200 - duration: 30.59417ms -- id: 229 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc-gw/v2/zones/fr-par-1/gateways/4e5fe8f2-7126-4ef0-9da5-64dcbf031bb4 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1331 - body: "{\"id\":\"4e5fe8f2-7126-4ef0-9da5-64dcbf031bb4\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:33:44.521117Z\", \"updated_at\":\"2025-10-30T16:33:50.217007Z\", \"type\":\"VPC-GW-S\", \"bandwidth\":100, \"status\":\"configuring\", \"name\":\"test-k8s-public-ip\", \"tags\":[], \"ipv4\":{\"id\":\"1a95086f-202d-44ed-83f2-50a2725deb74\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:33:44.496040Z\", \"updated_at\":\"2025-10-30T16:33:44.496040Z\", \"tags\":[], \"address\":\"51.15.215.84\", \"reverse\":\"84-215-15-51.instances.scw.cloud\", \"gateway_id\":\"4e5fe8f2-7126-4ef0-9da5-64dcbf031bb4\", \"zone\":\"fr-par-1\"}, \"gateway_networks\":[{\"id\":\"e3f44092-59f7-4966-9d13-6a31591a18e9\", \"created_at\":\"2025-10-30T16:33:50.125382Z\", \"updated_at\":\"2025-10-30T16:33:50.125382Z\", \"gateway_id\":\"4e5fe8f2-7126-4ef0-9da5-64dcbf031bb4\", \"private_network_id\":\"3b0ad589-f167-4c39-a0fe-af124411f0c6\", \"masquerade_enabled\":true, \"status\":\"created\", \"push_default_route\":true, \"ipam_ip_id\":\"2282d01d-3705-4eb3-a3c0-6849cd9b9e0b\", \"zone\":\"fr-par-1\"}], \"version\":\"0.7.4\", \"bastion_enabled\":false, \"bastion_port\":61000, \"smtp_enabled\":false, \"is_legacy\":false, \"bastion_allowed_ips\":[\"0.0.0.0/0\"], \"zone\":\"fr-par-1\"}" - headers: - Content-Length: - - "1331" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:33:55 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 0ffbb760-76af-4d2f-8c27-89c7ee2dfed5 - status: 200 OK - code: 200 - duration: 31.153229ms -- id: 230 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc-gw/v2/zones/fr-par-1/gateways/4e5fe8f2-7126-4ef0-9da5-64dcbf031bb4 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1370 - body: "{\"id\":\"4e5fe8f2-7126-4ef0-9da5-64dcbf031bb4\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:33:44.521117Z\", \"updated_at\":\"2025-10-30T16:33:50.217007Z\", \"type\":\"VPC-GW-S\", \"bandwidth\":100, \"status\":\"configuring\", \"name\":\"test-k8s-public-ip\", \"tags\":[], \"ipv4\":{\"id\":\"1a95086f-202d-44ed-83f2-50a2725deb74\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:33:44.496040Z\", \"updated_at\":\"2025-10-30T16:33:44.496040Z\", \"tags\":[], \"address\":\"51.15.215.84\", \"reverse\":\"84-215-15-51.instances.scw.cloud\", \"gateway_id\":\"4e5fe8f2-7126-4ef0-9da5-64dcbf031bb4\", \"zone\":\"fr-par-1\"}, \"gateway_networks\":[{\"id\":\"e3f44092-59f7-4966-9d13-6a31591a18e9\", \"created_at\":\"2025-10-30T16:33:50.125382Z\", \"updated_at\":\"2025-10-30T16:33:56.015071Z\", \"gateway_id\":\"4e5fe8f2-7126-4ef0-9da5-64dcbf031bb4\", \"private_network_id\":\"3b0ad589-f167-4c39-a0fe-af124411f0c6\", \"mac_address\":\"02:00:00:1D:CF:65\", \"masquerade_enabled\":true, \"status\":\"configuring\", \"push_default_route\":true, \"ipam_ip_id\":\"2282d01d-3705-4eb3-a3c0-6849cd9b9e0b\", \"zone\":\"fr-par-1\"}], \"version\":\"0.7.4\", \"bastion_enabled\":false, \"bastion_port\":61000, \"smtp_enabled\":false, \"is_legacy\":false, \"bastion_allowed_ips\":[\"0.0.0.0/0\"], \"zone\":\"fr-par-1\"}" - headers: - Content-Length: - - "1370" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:34:00 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - e6f1f00e-5ca2-4606-862a-f9cd74105dea - status: 200 OK - code: 200 - duration: 33.09809ms -- id: 231 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc-gw/v2/zones/fr-par-1/gateways/4e5fe8f2-7126-4ef0-9da5-64dcbf031bb4 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1360 - body: "{\"id\":\"4e5fe8f2-7126-4ef0-9da5-64dcbf031bb4\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:33:44.521117Z\", \"updated_at\":\"2025-10-30T16:34:01.214094Z\", \"type\":\"VPC-GW-S\", \"bandwidth\":100, \"status\":\"running\", \"name\":\"test-k8s-public-ip\", \"tags\":[], \"ipv4\":{\"id\":\"1a95086f-202d-44ed-83f2-50a2725deb74\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:33:44.496040Z\", \"updated_at\":\"2025-10-30T16:33:44.496040Z\", \"tags\":[], \"address\":\"51.15.215.84\", \"reverse\":\"84-215-15-51.instances.scw.cloud\", \"gateway_id\":\"4e5fe8f2-7126-4ef0-9da5-64dcbf031bb4\", \"zone\":\"fr-par-1\"}, \"gateway_networks\":[{\"id\":\"e3f44092-59f7-4966-9d13-6a31591a18e9\", \"created_at\":\"2025-10-30T16:33:50.125382Z\", \"updated_at\":\"2025-10-30T16:34:00.958302Z\", \"gateway_id\":\"4e5fe8f2-7126-4ef0-9da5-64dcbf031bb4\", \"private_network_id\":\"3b0ad589-f167-4c39-a0fe-af124411f0c6\", \"mac_address\":\"02:00:00:1D:CF:65\", \"masquerade_enabled\":true, \"status\":\"ready\", \"push_default_route\":true, \"ipam_ip_id\":\"2282d01d-3705-4eb3-a3c0-6849cd9b9e0b\", \"zone\":\"fr-par-1\"}], \"version\":\"0.7.4\", \"bastion_enabled\":false, \"bastion_port\":61000, \"smtp_enabled\":false, \"is_legacy\":false, \"bastion_allowed_ips\":[\"0.0.0.0/0\"], \"zone\":\"fr-par-1\"}" - headers: - Content-Length: - - "1360" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:34:05 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - efabbd0e-cb35-4977-9216-e94dd9d48fbb - status: 200 OK - code: 200 - duration: 33.267297ms -- id: 232 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc-gw/v2/zones/fr-par-1/gateway-networks/e3f44092-59f7-4966-9d13-6a31591a18e9 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 426 - body: "{\"id\":\"e3f44092-59f7-4966-9d13-6a31591a18e9\", \"created_at\":\"2025-10-30T16:33:50.125382Z\", \"updated_at\":\"2025-10-30T16:34:00.958302Z\", \"gateway_id\":\"4e5fe8f2-7126-4ef0-9da5-64dcbf031bb4\", \"private_network_id\":\"3b0ad589-f167-4c39-a0fe-af124411f0c6\", \"mac_address\":\"02:00:00:1D:CF:65\", \"masquerade_enabled\":true, \"status\":\"ready\", \"push_default_route\":true, \"ipam_ip_id\":\"2282d01d-3705-4eb3-a3c0-6849cd9b9e0b\", \"zone\":\"fr-par-1\"}" - headers: - Content-Length: - - "426" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:34:05 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 1864bc00-ae62-4a3a-85b8-d1a3d8ac7663 - status: 200 OK - code: 200 - duration: 108.729746ms -- id: 233 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc-gw/v2/zones/fr-par-1/gateway-networks/e3f44092-59f7-4966-9d13-6a31591a18e9 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 426 - body: "{\"id\":\"e3f44092-59f7-4966-9d13-6a31591a18e9\", \"created_at\":\"2025-10-30T16:33:50.125382Z\", \"updated_at\":\"2025-10-30T16:34:00.958302Z\", \"gateway_id\":\"4e5fe8f2-7126-4ef0-9da5-64dcbf031bb4\", \"private_network_id\":\"3b0ad589-f167-4c39-a0fe-af124411f0c6\", \"mac_address\":\"02:00:00:1D:CF:65\", \"masquerade_enabled\":true, \"status\":\"ready\", \"push_default_route\":true, \"ipam_ip_id\":\"2282d01d-3705-4eb3-a3c0-6849cd9b9e0b\", \"zone\":\"fr-par-1\"}" - headers: - Content-Length: - - "426" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:34:05 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - d7fab2b3-cafa-45eb-9611-f2162e9fa76e - status: 200 OK - code: 200 - duration: 97.167076ms -- id: 234 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc-gw/v2/zones/fr-par-1/gateways/4e5fe8f2-7126-4ef0-9da5-64dcbf031bb4 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1360 - body: "{\"id\":\"4e5fe8f2-7126-4ef0-9da5-64dcbf031bb4\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:33:44.521117Z\", \"updated_at\":\"2025-10-30T16:34:01.214094Z\", \"type\":\"VPC-GW-S\", \"bandwidth\":100, \"status\":\"running\", \"name\":\"test-k8s-public-ip\", \"tags\":[], \"ipv4\":{\"id\":\"1a95086f-202d-44ed-83f2-50a2725deb74\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:33:44.496040Z\", \"updated_at\":\"2025-10-30T16:33:44.496040Z\", \"tags\":[], \"address\":\"51.15.215.84\", \"reverse\":\"84-215-15-51.instances.scw.cloud\", \"gateway_id\":\"4e5fe8f2-7126-4ef0-9da5-64dcbf031bb4\", \"zone\":\"fr-par-1\"}, \"gateway_networks\":[{\"id\":\"e3f44092-59f7-4966-9d13-6a31591a18e9\", \"created_at\":\"2025-10-30T16:33:50.125382Z\", \"updated_at\":\"2025-10-30T16:34:00.958302Z\", \"gateway_id\":\"4e5fe8f2-7126-4ef0-9da5-64dcbf031bb4\", \"private_network_id\":\"3b0ad589-f167-4c39-a0fe-af124411f0c6\", \"mac_address\":\"02:00:00:1D:CF:65\", \"masquerade_enabled\":true, \"status\":\"ready\", \"push_default_route\":true, \"ipam_ip_id\":\"2282d01d-3705-4eb3-a3c0-6849cd9b9e0b\", \"zone\":\"fr-par-1\"}], \"version\":\"0.7.4\", \"bastion_enabled\":false, \"bastion_port\":61000, \"smtp_enabled\":false, \"is_legacy\":false, \"bastion_allowed_ips\":[\"0.0.0.0/0\"], \"zone\":\"fr-par-1\"}" - headers: - Content-Length: - - "1360" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:34:05 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 40d2ef8f-45a1-4b31-935f-7ff140df80f8 - status: 200 OK - code: 200 - duration: 28.569881ms -- id: 235 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - form: - order_by: - - created_at_desc - private_network_id: - - 3b0ad589-f167-4c39-a0fe-af124411f0c6 - project_id: - - 105bdce1-64c0-48ab-899d-868455867ecf - resource_id: - - e3f44092-59f7-4966-9d13-6a31591a18e9 - resource_type: - - vpc_gateway_network - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/ipam/v1/regions/fr-par/ips?order_by=created_at_desc&private_network_id=3b0ad589-f167-4c39-a0fe-af124411f0c6&project_id=105bdce1-64c0-48ab-899d-868455867ecf&resource_id=e3f44092-59f7-4966-9d13-6a31591a18e9&resource_type=vpc_gateway_network - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 531 - body: "{\"total_count\":1, \"ips\":[{\"id\":\"2282d01d-3705-4eb3-a3c0-6849cd9b9e0b\", \"address\":\"172.18.44.3/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":false, \"created_at\":\"2025-10-30T16:33:50.087880Z\", \"updated_at\":\"2025-10-30T16:33:50.576557Z\", \"source\":{\"subnet_id\":\"af2c5aa2-55c5-4e53-a1e5-91f9a8103b6f\"}, \"resource\":{\"type\":\"vpc_gateway_network\", \"id\":\"e3f44092-59f7-4966-9d13-6a31591a18e9\", \"mac_address\":\"02:00:00:1D:CF:65\", \"name\":\"test-k8s-public-ip\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}]}" - headers: - Content-Length: - - "531" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:34:05 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - ce078780-fd27-4120-8d1d-25b79d046c6a - status: 200 OK - code: 200 - duration: 43.040199ms -- id: 236 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/f5839d47-dfad-407f-b09b-089476114f21 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1644 - body: "{\"region\":\"fr-par\", \"id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:19.128996Z\", \"updated_at\":\"2025-10-30T16:33:43.277006Z\", \"type\":\"kapsule\", \"name\":\"test-k8s-public-ip\", \"description\":\"\", \"status\":\"pool_required\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"public_ip\"], \"cluster_url\":\"https://f5839d47-dfad-407f-b09b-089476114f21.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.f5839d47-dfad-407f-b09b-089476114f21.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"3b0ad589-f167-4c39-a0fe-af124411f0c6\", \"commitment_ends_at\":\"2025-10-30T16:18:19.129003Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"d6e03bbf-faca-464d-b29e-9e329c3dc19d\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1644" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:34:05 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 22b58740-5806-4728-b2bd-f1090cd9af21 - status: 200 OK - code: 200 - duration: 101.412503ms -- id: 237 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 272 - host: api.scaleway.com - body: "{\"name\":\"test-k8s-public-ip\",\"node_type\":\"pro2_xxs\",\"autoscaling\":false,\"size\":1,\"min_size\":1,\"max_size\":1,\"container_runtime\":\"containerd\",\"autohealing\":true,\"tags\":[],\"kubelet_args\":{},\"zone\":\"fr-par-1\",\"root_volume_type\":\"default_volume_type\",\"public_ip_disabled\":true}" - headers: - Content-Type: - - application/json - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/f5839d47-dfad-407f-b09b-089476114f21/pools - method: POST - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 717 - body: "{\"region\":\"fr-par\", \"id\":\"25c00492-d965-4a12-8971-85497d187c93\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:34:05.830776Z\", \"updated_at\":\"2025-10-30T16:34:05.830776Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":true, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "717" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:34:06 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - a919f6ba-6b26-497c-8d95-7952e8dcd7ee - status: 200 OK - code: 200 - duration: 263.268138ms -- id: 238 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/25c00492-d965-4a12-8971-85497d187c93 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 717 - body: "{\"region\":\"fr-par\", \"id\":\"25c00492-d965-4a12-8971-85497d187c93\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:34:05.830776Z\", \"updated_at\":\"2025-10-30T16:34:05.830776Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":true, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "717" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:34:06 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 47848502-d9a8-4950-ba50-0f0acb4be044 - status: 200 OK - code: 200 - duration: 27.554104ms -- id: 239 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/25c00492-d965-4a12-8971-85497d187c93 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 717 - body: "{\"region\":\"fr-par\", \"id\":\"25c00492-d965-4a12-8971-85497d187c93\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:34:05.830776Z\", \"updated_at\":\"2025-10-30T16:34:05.830776Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":true, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "717" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:34:11 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - fc9fad92-364e-440e-b175-37ff5232fb7a - status: 200 OK - code: 200 - duration: 83.400758ms -- id: 240 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/25c00492-d965-4a12-8971-85497d187c93 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 717 - body: "{\"region\":\"fr-par\", \"id\":\"25c00492-d965-4a12-8971-85497d187c93\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:34:05.830776Z\", \"updated_at\":\"2025-10-30T16:34:05.830776Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":true, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "717" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:34:16 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - d6da00dc-c050-4a3b-9699-0669b0c6e8d5 - status: 200 OK - code: 200 - duration: 84.403771ms -- id: 241 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/25c00492-d965-4a12-8971-85497d187c93 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 717 - body: "{\"region\":\"fr-par\", \"id\":\"25c00492-d965-4a12-8971-85497d187c93\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:34:05.830776Z\", \"updated_at\":\"2025-10-30T16:34:05.830776Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":true, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "717" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:34:21 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - cbaec811-fedb-4cd4-9f82-d9a4b126c291 - status: 200 OK - code: 200 - duration: 107.962016ms -- id: 242 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/25c00492-d965-4a12-8971-85497d187c93 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 717 - body: "{\"region\":\"fr-par\", \"id\":\"25c00492-d965-4a12-8971-85497d187c93\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:34:05.830776Z\", \"updated_at\":\"2025-10-30T16:34:05.830776Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":true, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "717" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:34:26 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 07b11c69-beb2-4b3e-bf52-3aaa26f64245 - status: 200 OK - code: 200 - duration: 79.868148ms -- id: 243 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/25c00492-d965-4a12-8971-85497d187c93 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 717 - body: "{\"region\":\"fr-par\", \"id\":\"25c00492-d965-4a12-8971-85497d187c93\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:34:05.830776Z\", \"updated_at\":\"2025-10-30T16:34:05.830776Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":true, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "717" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:34:31 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 97696761-4f13-435e-8bcb-9a8622d6effa - status: 200 OK - code: 200 - duration: 83.138076ms -- id: 244 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/25c00492-d965-4a12-8971-85497d187c93 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 717 - body: "{\"region\":\"fr-par\", \"id\":\"25c00492-d965-4a12-8971-85497d187c93\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:34:05.830776Z\", \"updated_at\":\"2025-10-30T16:34:05.830776Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":true, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "717" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:34:36 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 1a45ce88-1090-4197-8e5f-38d4fa60ed45 - status: 200 OK - code: 200 - duration: 79.119754ms -- id: 245 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/25c00492-d965-4a12-8971-85497d187c93 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 717 - body: "{\"region\":\"fr-par\", \"id\":\"25c00492-d965-4a12-8971-85497d187c93\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:34:05.830776Z\", \"updated_at\":\"2025-10-30T16:34:05.830776Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":true, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "717" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:34:41 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 04cc97fa-b56a-4212-86ba-a5ae31fe4e7d - status: 200 OK - code: 200 - duration: 105.313766ms -- id: 246 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/25c00492-d965-4a12-8971-85497d187c93 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 717 - body: "{\"region\":\"fr-par\", \"id\":\"25c00492-d965-4a12-8971-85497d187c93\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:34:05.830776Z\", \"updated_at\":\"2025-10-30T16:34:05.830776Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":true, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "717" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:34:46 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 5c5e2e7d-1b9b-4fb4-98b8-924e32858867 - status: 200 OK - code: 200 - duration: 106.785057ms -- id: 247 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/25c00492-d965-4a12-8971-85497d187c93 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 717 - body: "{\"region\":\"fr-par\", \"id\":\"25c00492-d965-4a12-8971-85497d187c93\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:34:05.830776Z\", \"updated_at\":\"2025-10-30T16:34:05.830776Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":true, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "717" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:34:51 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 75dd108c-d5a8-4edd-aa4d-a4dcd501c13e - status: 200 OK - code: 200 - duration: 105.983793ms -- id: 248 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/25c00492-d965-4a12-8971-85497d187c93 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 717 - body: "{\"region\":\"fr-par\", \"id\":\"25c00492-d965-4a12-8971-85497d187c93\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:34:05.830776Z\", \"updated_at\":\"2025-10-30T16:34:05.830776Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":true, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "717" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:34:56 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 704f9e17-624e-47b0-9507-3aa118876d2e - status: 200 OK - code: 200 - duration: 97.678715ms -- id: 249 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/25c00492-d965-4a12-8971-85497d187c93 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 717 - body: "{\"region\":\"fr-par\", \"id\":\"25c00492-d965-4a12-8971-85497d187c93\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:34:05.830776Z\", \"updated_at\":\"2025-10-30T16:34:05.830776Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":true, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "717" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:35:02 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 8783d677-9fe2-44a0-9330-315970d8b095 - status: 200 OK - code: 200 - duration: 86.237092ms -- id: 250 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/25c00492-d965-4a12-8971-85497d187c93 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 717 - body: "{\"region\":\"fr-par\", \"id\":\"25c00492-d965-4a12-8971-85497d187c93\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:34:05.830776Z\", \"updated_at\":\"2025-10-30T16:34:05.830776Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":true, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "717" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:35:07 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 46bd4e7d-d516-4a2c-ac7d-4c4e3ba48d33 - status: 200 OK - code: 200 - duration: 89.615994ms -- id: 251 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/25c00492-d965-4a12-8971-85497d187c93 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 717 - body: "{\"region\":\"fr-par\", \"id\":\"25c00492-d965-4a12-8971-85497d187c93\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:34:05.830776Z\", \"updated_at\":\"2025-10-30T16:34:05.830776Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":true, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "717" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:35:12 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 6b7d1e6e-8c80-4f36-ab50-a146910552b4 - status: 200 OK - code: 200 - duration: 83.998ms -- id: 252 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/25c00492-d965-4a12-8971-85497d187c93 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 717 - body: "{\"region\":\"fr-par\", \"id\":\"25c00492-d965-4a12-8971-85497d187c93\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:34:05.830776Z\", \"updated_at\":\"2025-10-30T16:34:05.830776Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":true, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "717" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:35:17 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 83628a7f-0a10-4b64-b905-2229df1ef674 - status: 200 OK - code: 200 - duration: 132.939314ms -- id: 253 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/25c00492-d965-4a12-8971-85497d187c93 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 717 - body: "{\"region\":\"fr-par\", \"id\":\"25c00492-d965-4a12-8971-85497d187c93\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:34:05.830776Z\", \"updated_at\":\"2025-10-30T16:34:05.830776Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":true, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "717" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:35:22 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 500bf6d0-5698-4e98-8c35-080597ab87f3 - status: 200 OK - code: 200 - duration: 88.675118ms -- id: 254 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/25c00492-d965-4a12-8971-85497d187c93 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 717 - body: "{\"region\":\"fr-par\", \"id\":\"25c00492-d965-4a12-8971-85497d187c93\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:34:05.830776Z\", \"updated_at\":\"2025-10-30T16:34:05.830776Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":true, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "717" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:35:27 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 12e0e838-6967-4abf-b348-6c7b3dbcc72f - status: 200 OK - code: 200 - duration: 78.082117ms -- id: 255 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/25c00492-d965-4a12-8971-85497d187c93 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 717 - body: "{\"region\":\"fr-par\", \"id\":\"25c00492-d965-4a12-8971-85497d187c93\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:34:05.830776Z\", \"updated_at\":\"2025-10-30T16:34:05.830776Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":true, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "717" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:35:32 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - d0e6add2-fcff-4655-b2ed-cad16e6451e5 - status: 200 OK - code: 200 - duration: 115.947232ms -- id: 256 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/25c00492-d965-4a12-8971-85497d187c93 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 717 - body: "{\"region\":\"fr-par\", \"id\":\"25c00492-d965-4a12-8971-85497d187c93\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:34:05.830776Z\", \"updated_at\":\"2025-10-30T16:34:05.830776Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":true, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "717" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:35:37 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 22820f58-68a0-4dca-be22-7e2cba3ea85e - status: 200 OK - code: 200 - duration: 84.416675ms -- id: 257 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/25c00492-d965-4a12-8971-85497d187c93 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 717 - body: "{\"region\":\"fr-par\", \"id\":\"25c00492-d965-4a12-8971-85497d187c93\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:34:05.830776Z\", \"updated_at\":\"2025-10-30T16:34:05.830776Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":true, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "717" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:35:42 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 0b20e5d2-85bf-4daa-8046-5d2cab994dd7 - status: 200 OK - code: 200 - duration: 87.169963ms -- id: 258 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/25c00492-d965-4a12-8971-85497d187c93 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 717 - body: "{\"region\":\"fr-par\", \"id\":\"25c00492-d965-4a12-8971-85497d187c93\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:34:05.830776Z\", \"updated_at\":\"2025-10-30T16:34:05.830776Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":true, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "717" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:35:47 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - fb52249f-e5b0-485a-a1b9-34a056f80b09 - status: 200 OK - code: 200 - duration: 99.127715ms -- id: 259 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/25c00492-d965-4a12-8971-85497d187c93 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 717 - body: "{\"region\":\"fr-par\", \"id\":\"25c00492-d965-4a12-8971-85497d187c93\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:34:05.830776Z\", \"updated_at\":\"2025-10-30T16:34:05.830776Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":true, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "717" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:35:53 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - d0e84a5b-220c-40e8-ae80-24fd17e7ea60 - status: 200 OK - code: 200 - duration: 82.591991ms -- id: 260 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/25c00492-d965-4a12-8971-85497d187c93 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 717 - body: "{\"region\":\"fr-par\", \"id\":\"25c00492-d965-4a12-8971-85497d187c93\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:34:05.830776Z\", \"updated_at\":\"2025-10-30T16:34:05.830776Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":true, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "717" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:35:58 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - aeef4e4f-0cff-410c-883c-b589885e98f3 - status: 200 OK - code: 200 - duration: 102.555308ms -- id: 261 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/25c00492-d965-4a12-8971-85497d187c93 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 717 - body: "{\"region\":\"fr-par\", \"id\":\"25c00492-d965-4a12-8971-85497d187c93\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:34:05.830776Z\", \"updated_at\":\"2025-10-30T16:34:05.830776Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":true, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "717" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:36:03 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - ebff9106-48d1-41a4-9618-de105be8f95c - status: 200 OK - code: 200 - duration: 79.147226ms -- id: 262 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/25c00492-d965-4a12-8971-85497d187c93 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 717 - body: "{\"region\":\"fr-par\", \"id\":\"25c00492-d965-4a12-8971-85497d187c93\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:34:05.830776Z\", \"updated_at\":\"2025-10-30T16:34:05.830776Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":true, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "717" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:36:08 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - a0492128-1569-47d2-991a-135ed6a65a5f - status: 200 OK - code: 200 - duration: 100.02566ms -- id: 263 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/25c00492-d965-4a12-8971-85497d187c93 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 717 - body: "{\"region\":\"fr-par\", \"id\":\"25c00492-d965-4a12-8971-85497d187c93\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:34:05.830776Z\", \"updated_at\":\"2025-10-30T16:34:05.830776Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":true, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "717" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:36:13 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - ff02d7e3-3a79-413e-9261-fb37e16d4752 - status: 200 OK - code: 200 - duration: 90.463534ms -- id: 264 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/25c00492-d965-4a12-8971-85497d187c93 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 717 - body: "{\"region\":\"fr-par\", \"id\":\"25c00492-d965-4a12-8971-85497d187c93\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:34:05.830776Z\", \"updated_at\":\"2025-10-30T16:34:05.830776Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":true, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "717" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:36:18 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 2514cc35-17fb-4203-b958-607f7943eab2 - status: 200 OK - code: 200 - duration: 83.656548ms -- id: 265 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/25c00492-d965-4a12-8971-85497d187c93 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 717 - body: "{\"region\":\"fr-par\", \"id\":\"25c00492-d965-4a12-8971-85497d187c93\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:34:05.830776Z\", \"updated_at\":\"2025-10-30T16:34:05.830776Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":true, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "717" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:36:23 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - be3961f5-4332-410e-bd66-50feffd5fff3 - status: 200 OK - code: 200 - duration: 81.666484ms -- id: 266 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/25c00492-d965-4a12-8971-85497d187c93 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 717 - body: "{\"region\":\"fr-par\", \"id\":\"25c00492-d965-4a12-8971-85497d187c93\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:34:05.830776Z\", \"updated_at\":\"2025-10-30T16:34:05.830776Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":true, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "717" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:36:28 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - e457ab08-6855-4dfe-ab95-a8c34f3d3040 - status: 200 OK - code: 200 - duration: 99.341096ms -- id: 267 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/25c00492-d965-4a12-8971-85497d187c93 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 717 - body: "{\"region\":\"fr-par\", \"id\":\"25c00492-d965-4a12-8971-85497d187c93\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:34:05.830776Z\", \"updated_at\":\"2025-10-30T16:34:05.830776Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":true, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "717" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:36:33 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - f7fe753f-26bb-452c-81df-8bb46f028792 - status: 200 OK - code: 200 - duration: 69.625064ms -- id: 268 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/25c00492-d965-4a12-8971-85497d187c93 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 717 - body: "{\"region\":\"fr-par\", \"id\":\"25c00492-d965-4a12-8971-85497d187c93\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:34:05.830776Z\", \"updated_at\":\"2025-10-30T16:34:05.830776Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":true, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "717" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:36:38 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 67ab5b91-b302-4c17-b44c-273b57120456 - status: 200 OK - code: 200 - duration: 100.001536ms -- id: 269 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/25c00492-d965-4a12-8971-85497d187c93 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 717 - body: "{\"region\":\"fr-par\", \"id\":\"25c00492-d965-4a12-8971-85497d187c93\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:34:05.830776Z\", \"updated_at\":\"2025-10-30T16:34:05.830776Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":true, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "717" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:36:43 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 5ae0c7a1-273c-442c-a16f-bde4ce495513 - status: 200 OK - code: 200 - duration: 101.596379ms -- id: 270 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/25c00492-d965-4a12-8971-85497d187c93 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 717 - body: "{\"region\":\"fr-par\", \"id\":\"25c00492-d965-4a12-8971-85497d187c93\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:34:05.830776Z\", \"updated_at\":\"2025-10-30T16:34:05.830776Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":true, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "717" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:36:49 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 3409557c-4238-4c2e-a3ad-c9e120ab63c5 - status: 200 OK - code: 200 - duration: 95.646271ms -- id: 271 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/25c00492-d965-4a12-8971-85497d187c93 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 717 - body: "{\"region\":\"fr-par\", \"id\":\"25c00492-d965-4a12-8971-85497d187c93\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:34:05.830776Z\", \"updated_at\":\"2025-10-30T16:34:05.830776Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":true, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "717" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:36:54 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 180090b1-a601-4e63-a320-ac09627af83b - status: 200 OK - code: 200 - duration: 117.107751ms -- id: 272 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/25c00492-d965-4a12-8971-85497d187c93 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 717 - body: "{\"region\":\"fr-par\", \"id\":\"25c00492-d965-4a12-8971-85497d187c93\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:34:05.830776Z\", \"updated_at\":\"2025-10-30T16:34:05.830776Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":true, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "717" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:36:59 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 30f5b494-b28c-444b-bba7-850c70660566 - status: 200 OK - code: 200 - duration: 99.54049ms -- id: 273 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/25c00492-d965-4a12-8971-85497d187c93 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 717 - body: "{\"region\":\"fr-par\", \"id\":\"25c00492-d965-4a12-8971-85497d187c93\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:34:05.830776Z\", \"updated_at\":\"2025-10-30T16:34:05.830776Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":true, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "717" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:37:04 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - dcf8c0b0-2d47-402d-b028-98e5767b1e9e - status: 200 OK - code: 200 - duration: 85.071264ms -- id: 274 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/25c00492-d965-4a12-8971-85497d187c93 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 717 - body: "{\"region\":\"fr-par\", \"id\":\"25c00492-d965-4a12-8971-85497d187c93\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:34:05.830776Z\", \"updated_at\":\"2025-10-30T16:34:05.830776Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":true, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "717" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:37:09 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - a0dea054-b9ee-4d2a-b07a-b7d9becbc132 - status: 200 OK - code: 200 - duration: 98.174607ms -- id: 275 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/25c00492-d965-4a12-8971-85497d187c93 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 717 - body: "{\"region\":\"fr-par\", \"id\":\"25c00492-d965-4a12-8971-85497d187c93\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:34:05.830776Z\", \"updated_at\":\"2025-10-30T16:34:05.830776Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":true, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "717" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:37:14 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 099fd4dc-a3ad-410b-84ec-d7b09f556df5 - status: 200 OK - code: 200 - duration: 81.79765ms -- id: 276 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/25c00492-d965-4a12-8971-85497d187c93 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 717 - body: "{\"region\":\"fr-par\", \"id\":\"25c00492-d965-4a12-8971-85497d187c93\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:34:05.830776Z\", \"updated_at\":\"2025-10-30T16:34:05.830776Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":true, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "717" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:37:19 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 7ea53e9e-7957-4c2d-9503-32637d462e88 - status: 200 OK - code: 200 - duration: 76.1339ms -- id: 277 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/25c00492-d965-4a12-8971-85497d187c93 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 717 - body: "{\"region\":\"fr-par\", \"id\":\"25c00492-d965-4a12-8971-85497d187c93\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:34:05.830776Z\", \"updated_at\":\"2025-10-30T16:34:05.830776Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":true, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "717" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:37:24 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 1c0f5c47-74cb-4463-bb4d-0a817614b1eb - status: 200 OK - code: 200 - duration: 86.019824ms -- id: 278 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/25c00492-d965-4a12-8971-85497d187c93 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 717 - body: "{\"region\":\"fr-par\", \"id\":\"25c00492-d965-4a12-8971-85497d187c93\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:34:05.830776Z\", \"updated_at\":\"2025-10-30T16:34:05.830776Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":true, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "717" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:37:29 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - fa431b98-9e8b-4924-b49d-ab1cf28581ef - status: 200 OK - code: 200 - duration: 97.067509ms -- id: 279 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/25c00492-d965-4a12-8971-85497d187c93 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 717 - body: "{\"region\":\"fr-par\", \"id\":\"25c00492-d965-4a12-8971-85497d187c93\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:34:05.830776Z\", \"updated_at\":\"2025-10-30T16:34:05.830776Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":true, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "717" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:37:34 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - f224c55c-1476-4193-9a1f-6ef5293240a1 - status: 200 OK - code: 200 - duration: 94.40954ms -- id: 280 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/25c00492-d965-4a12-8971-85497d187c93 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 717 - body: "{\"region\":\"fr-par\", \"id\":\"25c00492-d965-4a12-8971-85497d187c93\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:34:05.830776Z\", \"updated_at\":\"2025-10-30T16:34:05.830776Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":true, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "717" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:37:39 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 37003b76-b4b7-476a-9aac-2ab7782388a9 - status: 200 OK - code: 200 - duration: 83.832689ms -- id: 281 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/25c00492-d965-4a12-8971-85497d187c93 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 717 - body: "{\"region\":\"fr-par\", \"id\":\"25c00492-d965-4a12-8971-85497d187c93\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:34:05.830776Z\", \"updated_at\":\"2025-10-30T16:34:05.830776Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":true, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "717" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:37:45 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 801d07c9-53c4-4b79-af26-429fcc2d231e - status: 200 OK - code: 200 - duration: 91.831942ms -- id: 282 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/25c00492-d965-4a12-8971-85497d187c93 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 717 - body: "{\"region\":\"fr-par\", \"id\":\"25c00492-d965-4a12-8971-85497d187c93\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:34:05.830776Z\", \"updated_at\":\"2025-10-30T16:34:05.830776Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":true, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "717" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:37:50 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 0c8d0ccb-eb48-4c9f-ae9d-f971b3b1882f - status: 200 OK - code: 200 - duration: 94.061376ms -- id: 283 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/25c00492-d965-4a12-8971-85497d187c93 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 717 - body: "{\"region\":\"fr-par\", \"id\":\"25c00492-d965-4a12-8971-85497d187c93\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:34:05.830776Z\", \"updated_at\":\"2025-10-30T16:34:05.830776Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":true, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "717" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:37:55 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 2d9bf868-344f-408c-819b-335dfffb1420 - status: 200 OK - code: 200 - duration: 79.912722ms -- id: 284 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/25c00492-d965-4a12-8971-85497d187c93 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 717 - body: "{\"region\":\"fr-par\", \"id\":\"25c00492-d965-4a12-8971-85497d187c93\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:34:05.830776Z\", \"updated_at\":\"2025-10-30T16:34:05.830776Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":true, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "717" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:38:00 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 9390a396-a479-4d37-b9ab-1702789adcfa - status: 200 OK - code: 200 - duration: 94.130015ms -- id: 285 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/25c00492-d965-4a12-8971-85497d187c93 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 717 - body: "{\"region\":\"fr-par\", \"id\":\"25c00492-d965-4a12-8971-85497d187c93\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:34:05.830776Z\", \"updated_at\":\"2025-10-30T16:34:05.830776Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":true, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "717" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:38:05 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 896d896f-9e59-47b7-86dd-53e0cde07052 - status: 200 OK - code: 200 - duration: 82.839124ms -- id: 286 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/25c00492-d965-4a12-8971-85497d187c93 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 717 - body: "{\"region\":\"fr-par\", \"id\":\"25c00492-d965-4a12-8971-85497d187c93\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:34:05.830776Z\", \"updated_at\":\"2025-10-30T16:34:05.830776Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":true, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "717" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:38:10 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - bc150624-5f68-4149-8d9a-5ee73a305137 - status: 200 OK - code: 200 - duration: 188.41395ms -- id: 287 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/25c00492-d965-4a12-8971-85497d187c93 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 717 - body: "{\"region\":\"fr-par\", \"id\":\"25c00492-d965-4a12-8971-85497d187c93\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:34:05.830776Z\", \"updated_at\":\"2025-10-30T16:34:05.830776Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":true, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "717" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:38:15 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - a7d83693-ca54-4019-a58c-fad4ba624be0 - status: 200 OK - code: 200 - duration: 97.242527ms -- id: 288 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/25c00492-d965-4a12-8971-85497d187c93 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 717 - body: "{\"region\":\"fr-par\", \"id\":\"25c00492-d965-4a12-8971-85497d187c93\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:34:05.830776Z\", \"updated_at\":\"2025-10-30T16:34:05.830776Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":true, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "717" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:38:20 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - be8c4dc8-ba3a-4efa-8928-2df7fb5e9cbe - status: 200 OK - code: 200 - duration: 128.88727ms -- id: 289 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/25c00492-d965-4a12-8971-85497d187c93 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 717 - body: "{\"region\":\"fr-par\", \"id\":\"25c00492-d965-4a12-8971-85497d187c93\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:34:05.830776Z\", \"updated_at\":\"2025-10-30T16:34:05.830776Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":true, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "717" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:38:25 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 804e6b8a-3781-456f-aebb-354009f0e5e3 - status: 200 OK - code: 200 - duration: 103.981174ms -- id: 290 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/25c00492-d965-4a12-8971-85497d187c93 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 715 - body: "{\"region\":\"fr-par\", \"id\":\"25c00492-d965-4a12-8971-85497d187c93\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:34:05.830776Z\", \"updated_at\":\"2025-10-30T16:38:27.160948Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"ready\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":true, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "715" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:38:31 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - fd21f276-3031-4d13-8dc1-54838a610668 - status: 200 OK - code: 200 - duration: 105.702465ms -- id: 291 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/f5839d47-dfad-407f-b09b-089476114f21 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1636 - body: "{\"region\":\"fr-par\", \"id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:19.128996Z\", \"updated_at\":\"2025-10-30T16:35:53.373007Z\", \"type\":\"kapsule\", \"name\":\"test-k8s-public-ip\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"public_ip\"], \"cluster_url\":\"https://f5839d47-dfad-407f-b09b-089476114f21.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.f5839d47-dfad-407f-b09b-089476114f21.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"3b0ad589-f167-4c39-a0fe-af124411f0c6\", \"commitment_ends_at\":\"2025-10-30T16:18:19.129003Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"d6e03bbf-faca-464d-b29e-9e329c3dc19d\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1636" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:38:31 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - da6811f1-d110-4d00-b205-06a3c8dea340 - status: 200 OK - code: 200 - duration: 94.589909ms -- id: 292 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/25c00492-d965-4a12-8971-85497d187c93 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 715 - body: "{\"region\":\"fr-par\", \"id\":\"25c00492-d965-4a12-8971-85497d187c93\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:34:05.830776Z\", \"updated_at\":\"2025-10-30T16:38:27.160948Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"ready\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":true, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "715" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:38:31 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 4e473073-9089-4889-b260-e4b81079f6b1 - status: 200 OK - code: 200 - duration: 19.931619ms -- id: 293 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - form: - order_by: - - created_at_asc - page: - - "1" - pool_id: - - 25c00492-d965-4a12-8971-85497d187c93 - status: - - unknown - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/f5839d47-dfad-407f-b09b-089476114f21/nodes?order_by=created_at_asc&page=1&pool_id=25c00492-d965-4a12-8971-85497d187c93&status=unknown - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 606 - body: "{\"total_count\":1, \"nodes\":[{\"region\":\"fr-par\", \"id\":\"b48c635c-1a92-41a4-9af2-40b8b700f7ad\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:37:31.726084Z\", \"updated_at\":\"2025-10-30T16:38:27.151996Z\", \"pool_id\":\"25c00492-d965-4a12-8971-85497d187c93\", \"status\":\"ready\", \"conditions\":{\"DiskPressure\":\"False\", \"MemoryPressure\":\"False\", \"PIDPressure\":\"False\", \"Ready\":\"True\"}, \"name\":\"scw-test-k8s-public-i-test-k8s-public-i-b48c63\", \"public_ip_v4\":\"\", \"public_ip_v6\":null, \"provider_id\":\"scaleway://instance/fr-par-1/0c73e5e0-d19d-4575-a638-62b0f20116a1\", \"error_message\":\"\"}]}" - headers: - Content-Length: - - "606" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:38:31 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 9e4011fd-5c53-4a88-b00b-230965179831 - status: 200 OK - code: 200 - duration: 23.515325ms -- id: 294 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/f5839d47-dfad-407f-b09b-089476114f21 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1636 - body: "{\"region\":\"fr-par\", \"id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:19.128996Z\", \"updated_at\":\"2025-10-30T16:35:53.373007Z\", \"type\":\"kapsule\", \"name\":\"test-k8s-public-ip\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"public_ip\"], \"cluster_url\":\"https://f5839d47-dfad-407f-b09b-089476114f21.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.f5839d47-dfad-407f-b09b-089476114f21.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"3b0ad589-f167-4c39-a0fe-af124411f0c6\", \"commitment_ends_at\":\"2025-10-30T16:18:19.129003Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"d6e03bbf-faca-464d-b29e-9e329c3dc19d\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1636" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:38:31 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 903dd6cf-9660-49df-97aa-3e2addf73ee7 - status: 200 OK - code: 200 - duration: 27.879696ms -- id: 295 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - form: - order_by: - - created_at_desc - project_id: - - 105bdce1-64c0-48ab-899d-868455867ecf - resource_name: - - scw-test-k8s-public-i-test-k8s-public-i-b48c63 - resource_type: - - unknown_type - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/ipam/v1/regions/fr-par/ips?order_by=created_at_desc&project_id=105bdce1-64c0-48ab-899d-868455867ecf&resource_name=scw-test-k8s-public-i-test-k8s-public-i-b48c63&resource_type=unknown_type - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1121 - body: "{\"total_count\":2, \"ips\":[{\"id\":\"3ebdd249-37f3-4a70-9b70-a2d42284fefd\", \"address\":\"fd5f:519c:6d46:99a:cf17:55fb:2052:a4e4/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":true, \"created_at\":\"2025-10-30T16:37:33.507979Z\", \"updated_at\":\"2025-10-30T16:37:33.507979Z\", \"source\":{\"subnet_id\":\"7adff8c4-babb-4a82-8d99-2372f50ef5d3\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"ec3a7208-d366-4cdb-8e3f-66145340b0f2\", \"mac_address\":\"02:00:00:11:FD:C0\", \"name\":\"scw-test-k8s-public-i-test-k8s-public-i-b48c63\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}, {\"id\":\"933eb443-ad18-4da1-b4fc-dec7f605e464\", \"address\":\"172.18.44.4/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":false, \"created_at\":\"2025-10-30T16:37:33.399349Z\", \"updated_at\":\"2025-10-30T16:37:33.399349Z\", \"source\":{\"subnet_id\":\"af2c5aa2-55c5-4e53-a1e5-91f9a8103b6f\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"ec3a7208-d366-4cdb-8e3f-66145340b0f2\", \"mac_address\":\"02:00:00:11:FD:C0\", \"name\":\"scw-test-k8s-public-i-test-k8s-public-i-b48c63\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}]}" - headers: - Content-Length: - - "1121" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:38:31 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 3d09a960-2ab8-4cb4-8d04-03fd996fd2f2 - status: 200 OK - code: 200 - duration: 37.483711ms -- id: 296 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/f5839d47-dfad-407f-b09b-089476114f21 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1636 - body: "{\"region\":\"fr-par\", \"id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:19.128996Z\", \"updated_at\":\"2025-10-30T16:35:53.373007Z\", \"type\":\"kapsule\", \"name\":\"test-k8s-public-ip\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"public_ip\"], \"cluster_url\":\"https://f5839d47-dfad-407f-b09b-089476114f21.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.f5839d47-dfad-407f-b09b-089476114f21.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"3b0ad589-f167-4c39-a0fe-af124411f0c6\", \"commitment_ends_at\":\"2025-10-30T16:18:19.129003Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"d6e03bbf-faca-464d-b29e-9e329c3dc19d\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1636" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:38:31 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - a05d0313-51b4-4196-980c-04b488e0c5a5 - status: 200 OK - code: 200 - duration: 26.997019ms -- id: 297 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks/3b0ad589-f167-4c39-a0fe-af124411f0c6 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1087 - body: "{\"id\":\"3b0ad589-f167-4c39-a0fe-af124411f0c6\", \"name\":\"test-k8s-public-ip\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:17.970395Z\", \"updated_at\":\"2025-10-30T16:33:56.599023Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"subnets\":[{\"id\":\"af2c5aa2-55c5-4e53-a1e5-91f9a8103b6f\", \"created_at\":\"2025-10-30T16:18:17.970395Z\", \"updated_at\":\"2025-10-30T16:18:17.970395Z\", \"subnet\":\"172.18.44.0/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"3b0ad589-f167-4c39-a0fe-af124411f0c6\", \"vpc_id\":\"3e2453e5-8d39-4842-920a-480ff1be2078\"}, {\"id\":\"7adff8c4-babb-4a82-8d99-2372f50ef5d3\", \"created_at\":\"2025-10-30T16:18:17.970395Z\", \"updated_at\":\"2025-10-30T16:18:17.970395Z\", \"subnet\":\"fd5f:519c:6d46:99a::/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"3b0ad589-f167-4c39-a0fe-af124411f0c6\", \"vpc_id\":\"3e2453e5-8d39-4842-920a-480ff1be2078\"}], \"vpc_id\":\"3e2453e5-8d39-4842-920a-480ff1be2078\", \"dhcp_enabled\":true, \"default_route_propagation_enabled\":false, \"region\":\"fr-par\"}" - headers: - Content-Length: - - "1087" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:38:31 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - bd50eee3-6810-4a96-b362-e0ca5225ee76 - status: 200 OK - code: 200 - duration: 33.858687ms -- id: 298 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/25c00492-d965-4a12-8971-85497d187c93 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 715 - body: "{\"region\":\"fr-par\", \"id\":\"25c00492-d965-4a12-8971-85497d187c93\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:34:05.830776Z\", \"updated_at\":\"2025-10-30T16:38:27.160948Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"ready\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":true, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "715" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:38:31 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 7ad77799-346e-4e48-8cbc-4b14c7f372bf - status: 200 OK - code: 200 - duration: 18.42483ms -- id: 299 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - form: - order_by: - - created_at_asc - pool_id: - - 25c00492-d965-4a12-8971-85497d187c93 - status: - - unknown - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/f5839d47-dfad-407f-b09b-089476114f21/nodes?order_by=created_at_asc&pool_id=25c00492-d965-4a12-8971-85497d187c93&status=unknown - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 606 - body: "{\"total_count\":1, \"nodes\":[{\"region\":\"fr-par\", \"id\":\"b48c635c-1a92-41a4-9af2-40b8b700f7ad\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:37:31.726084Z\", \"updated_at\":\"2025-10-30T16:38:27.151996Z\", \"pool_id\":\"25c00492-d965-4a12-8971-85497d187c93\", \"status\":\"ready\", \"conditions\":{\"DiskPressure\":\"False\", \"MemoryPressure\":\"False\", \"PIDPressure\":\"False\", \"Ready\":\"True\"}, \"name\":\"scw-test-k8s-public-i-test-k8s-public-i-b48c63\", \"public_ip_v4\":\"\", \"public_ip_v6\":null, \"provider_id\":\"scaleway://instance/fr-par-1/0c73e5e0-d19d-4575-a638-62b0f20116a1\", \"error_message\":\"\"}]}" - headers: - Content-Length: - - "606" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:38:31 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - a08e8532-aaad-4471-9876-d3f2d9713330 - status: 200 OK - code: 200 - duration: 28.570011ms -- id: 300 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/0c73e5e0-d19d-4575-a638-62b0f20116a1 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 2615 - body: "{\"server\": {\"id\": \"0c73e5e0-d19d-4575-a638-62b0f20116a1\", \"name\": \"scw-test-k8s-public-i-test-k8s-public-i-b48c63\", \"arch\": \"x86_64\", \"commercial_type\": \"PRO2-XXS\", \"boot_type\": \"local\", \"organization\": \"105bdce1-64c0-48ab-899d-868455867ecf\", \"project\": \"105bdce1-64c0-48ab-899d-868455867ecf\", \"hostname\": \"scw-test-k8s-public-i-test-k8s-public-i-b48c63\", \"image\": {\"id\": \"5b4b5f3f-c2a1-451e-8603-4c0179b4de03\", \"name\": \"k8s_base_node_instance\", \"organization\": \"51b656e3-4865-41e8-adbc-0c45bdd780db\", \"project\": \"51b656e3-4865-41e8-adbc-0c45bdd780db\", \"root_volume\": {\"volume_type\": \"sbs_snapshot\", \"id\": \"c6b09a14-4a4d-44cd-a772-4f235fef4826\", \"size\": 0, \"name\": \"\"}, \"extra_volumes\": {}, \"public\": true, \"arch\": \"x86_64\", \"creation_date\": \"2025-10-27T10:01:33.994085+00:00\", \"modification_date\": \"2025-10-27T10:01:33.994085+00:00\", \"default_bootscript\": null, \"from_server\": \"\", \"state\": \"available\", \"tags\": [], \"zone\": \"fr-par-1\"}, \"volumes\": {\"0\": {\"boot\": true, \"volume_type\": \"sbs_volume\", \"id\": \"efbbaf01-9f73-4578-b8ac-ed8fe467eb1e\", \"state\": \"available\", \"zone\": \"fr-par-1\"}}, \"tags\": [\"kapsule=f5839d47-dfad-407f-b09b-089476114f21\", \"pool=25c00492-d965-4a12-8971-85497d187c93\", \"pool-name=test-k8s-public-ip\", \"runtime=containerd\", \"managed=true\", \"node=b48c635c-1a92-41a4-9af2-40b8b700f7ad\"], \"state\": \"running\", \"protected\": false, \"state_detail\": \"booting kernel\", \"public_ip\": null, \"public_ips\": [], \"mac_address\": \"de:00:00:d0:71:1d\", \"routed_ip_enabled\": true, \"ipv6\": null, \"extra_networks\": [], \"dynamic_ip_required\": false, \"enable_ipv6\": false, \"private_ip\": null, \"creation_date\": \"2025-10-30T16:37:32.305676+00:00\", \"modification_date\": \"2025-10-30T16:37:35.999507+00:00\", \"bootscript\": null, \"security_group\": {\"id\": \"4ef16f7a-478c-4b72-b932-982f4b04974b\", \"name\": \"Kapsule default security group\"}, \"location\": {\"zone_id\": \"fr-par-1\", \"platform_id\": \"14\", \"cluster_id\": \"33\", \"hypervisor_id\": \"801\", \"node_id\": \"22\"}, \"maintenances\": [], \"allowed_actions\": [\"poweroff\", \"terminate\", \"reboot\", \"stop_in_place\", \"backup\"], \"placement_group\": null, \"private_nics\": [{\"id\": \"ec3a7208-d366-4cdb-8e3f-66145340b0f2\", \"private_network_id\": \"3b0ad589-f167-4c39-a0fe-af124411f0c6\", \"server_id\": \"0c73e5e0-d19d-4575-a638-62b0f20116a1\", \"mac_address\": \"02:00:00:11:fd:c0\", \"state\": \"available\", \"creation_date\": \"2025-10-30T16:37:33.228014+00:00\", \"modification_date\": \"2025-10-30T16:37:33.318350+00:00\", \"zone\": \"fr-par-1\", \"tags\": [], \"ipam_ip_ids\": [\"933eb443-ad18-4da1-b4fc-dec7f605e464\", \"3ebdd249-37f3-4a70-9b70-a2d42284fefd\"]}], \"zone\": \"fr-par-1\", \"filesystems\": [], \"end_of_service\": false}}" - headers: - Content-Length: - - "2615" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:38:31 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 60775abf-f1bb-46f1-9ca4-fc31e97e537d - status: 200 OK - code: 200 - duration: 145.232936ms -- id: 301 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc-gw/v2/zones/fr-par-1/gateways/4e5fe8f2-7126-4ef0-9da5-64dcbf031bb4 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1360 - body: "{\"id\":\"4e5fe8f2-7126-4ef0-9da5-64dcbf031bb4\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:33:44.521117Z\", \"updated_at\":\"2025-10-30T16:34:01.214094Z\", \"type\":\"VPC-GW-S\", \"bandwidth\":100, \"status\":\"running\", \"name\":\"test-k8s-public-ip\", \"tags\":[], \"ipv4\":{\"id\":\"1a95086f-202d-44ed-83f2-50a2725deb74\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:33:44.496040Z\", \"updated_at\":\"2025-10-30T16:33:44.496040Z\", \"tags\":[], \"address\":\"51.15.215.84\", \"reverse\":\"84-215-15-51.instances.scw.cloud\", \"gateway_id\":\"4e5fe8f2-7126-4ef0-9da5-64dcbf031bb4\", \"zone\":\"fr-par-1\"}, \"gateway_networks\":[{\"id\":\"e3f44092-59f7-4966-9d13-6a31591a18e9\", \"created_at\":\"2025-10-30T16:33:50.125382Z\", \"updated_at\":\"2025-10-30T16:34:00.958302Z\", \"gateway_id\":\"4e5fe8f2-7126-4ef0-9da5-64dcbf031bb4\", \"private_network_id\":\"3b0ad589-f167-4c39-a0fe-af124411f0c6\", \"mac_address\":\"02:00:00:1D:CF:65\", \"masquerade_enabled\":true, \"status\":\"ready\", \"push_default_route\":true, \"ipam_ip_id\":\"2282d01d-3705-4eb3-a3c0-6849cd9b9e0b\", \"zone\":\"fr-par-1\"}], \"version\":\"0.7.4\", \"bastion_enabled\":false, \"bastion_port\":61000, \"smtp_enabled\":false, \"is_legacy\":false, \"bastion_allowed_ips\":[\"0.0.0.0/0\"], \"zone\":\"fr-par-1\"}" - headers: - Content-Length: - - "1360" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:38:31 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 2951697c-288b-484a-874a-884c1efde23c - status: 200 OK - code: 200 - duration: 28.573568ms -- id: 302 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/fr-par/vpcs/3e2453e5-8d39-4842-920a-480ff1be2078 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 416 - body: "{\"id\":\"3e2453e5-8d39-4842-920a-480ff1be2078\", \"name\":\"tf-vpc-sad-dewdney\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:17.246369Z\", \"updated_at\":\"2025-10-30T16:18:17.246369Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_default\":false, \"private_network_count\":1, \"routing_enabled\":true, \"custom_routes_propagation_enabled\":true, \"region\":\"fr-par\"}" - headers: - Content-Length: - - "416" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:38:31 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - b81d08cd-3c4a-4d7e-922a-7d46920a5b2c - status: 200 OK - code: 200 - duration: 29.878226ms -- id: 303 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks/3b0ad589-f167-4c39-a0fe-af124411f0c6 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1087 - body: "{\"id\":\"3b0ad589-f167-4c39-a0fe-af124411f0c6\", \"name\":\"test-k8s-public-ip\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:17.970395Z\", \"updated_at\":\"2025-10-30T16:33:56.599023Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"subnets\":[{\"id\":\"af2c5aa2-55c5-4e53-a1e5-91f9a8103b6f\", \"created_at\":\"2025-10-30T16:18:17.970395Z\", \"updated_at\":\"2025-10-30T16:18:17.970395Z\", \"subnet\":\"172.18.44.0/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"3b0ad589-f167-4c39-a0fe-af124411f0c6\", \"vpc_id\":\"3e2453e5-8d39-4842-920a-480ff1be2078\"}, {\"id\":\"7adff8c4-babb-4a82-8d99-2372f50ef5d3\", \"created_at\":\"2025-10-30T16:18:17.970395Z\", \"updated_at\":\"2025-10-30T16:18:17.970395Z\", \"subnet\":\"fd5f:519c:6d46:99a::/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"3b0ad589-f167-4c39-a0fe-af124411f0c6\", \"vpc_id\":\"3e2453e5-8d39-4842-920a-480ff1be2078\"}], \"vpc_id\":\"3e2453e5-8d39-4842-920a-480ff1be2078\", \"dhcp_enabled\":true, \"default_route_propagation_enabled\":false, \"region\":\"fr-par\"}" - headers: - Content-Length: - - "1087" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:38:31 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 906da643-0dee-4107-9afc-46610d8e7eca - status: 200 OK - code: 200 - duration: 28.636366ms -- id: 304 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc-gw/v2/zones/fr-par-1/gateway-networks/e3f44092-59f7-4966-9d13-6a31591a18e9 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 426 - body: "{\"id\":\"e3f44092-59f7-4966-9d13-6a31591a18e9\", \"created_at\":\"2025-10-30T16:33:50.125382Z\", \"updated_at\":\"2025-10-30T16:34:00.958302Z\", \"gateway_id\":\"4e5fe8f2-7126-4ef0-9da5-64dcbf031bb4\", \"private_network_id\":\"3b0ad589-f167-4c39-a0fe-af124411f0c6\", \"mac_address\":\"02:00:00:1D:CF:65\", \"masquerade_enabled\":true, \"status\":\"ready\", \"push_default_route\":true, \"ipam_ip_id\":\"2282d01d-3705-4eb3-a3c0-6849cd9b9e0b\", \"zone\":\"fr-par-1\"}" - headers: - Content-Length: - - "426" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:38:31 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 6bf6edfa-d25d-421d-9679-0ce64868a3ba - status: 200 OK - code: 200 - duration: 73.954099ms -- id: 305 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc-gw/v2/zones/fr-par-1/gateways/4e5fe8f2-7126-4ef0-9da5-64dcbf031bb4 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1360 - body: "{\"id\":\"4e5fe8f2-7126-4ef0-9da5-64dcbf031bb4\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:33:44.521117Z\", \"updated_at\":\"2025-10-30T16:34:01.214094Z\", \"type\":\"VPC-GW-S\", \"bandwidth\":100, \"status\":\"running\", \"name\":\"test-k8s-public-ip\", \"tags\":[], \"ipv4\":{\"id\":\"1a95086f-202d-44ed-83f2-50a2725deb74\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:33:44.496040Z\", \"updated_at\":\"2025-10-30T16:33:44.496040Z\", \"tags\":[], \"address\":\"51.15.215.84\", \"reverse\":\"84-215-15-51.instances.scw.cloud\", \"gateway_id\":\"4e5fe8f2-7126-4ef0-9da5-64dcbf031bb4\", \"zone\":\"fr-par-1\"}, \"gateway_networks\":[{\"id\":\"e3f44092-59f7-4966-9d13-6a31591a18e9\", \"created_at\":\"2025-10-30T16:33:50.125382Z\", \"updated_at\":\"2025-10-30T16:34:00.958302Z\", \"gateway_id\":\"4e5fe8f2-7126-4ef0-9da5-64dcbf031bb4\", \"private_network_id\":\"3b0ad589-f167-4c39-a0fe-af124411f0c6\", \"mac_address\":\"02:00:00:1D:CF:65\", \"masquerade_enabled\":true, \"status\":\"ready\", \"push_default_route\":true, \"ipam_ip_id\":\"2282d01d-3705-4eb3-a3c0-6849cd9b9e0b\", \"zone\":\"fr-par-1\"}], \"version\":\"0.7.4\", \"bastion_enabled\":false, \"bastion_port\":61000, \"smtp_enabled\":false, \"is_legacy\":false, \"bastion_allowed_ips\":[\"0.0.0.0/0\"], \"zone\":\"fr-par-1\"}" - headers: - Content-Length: - - "1360" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:38:31 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - c173ec27-b64a-44b9-9a77-3ba5d3444ac3 - status: 200 OK - code: 200 - duration: 27.479705ms -- id: 306 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - form: - order_by: - - created_at_desc - private_network_id: - - 3b0ad589-f167-4c39-a0fe-af124411f0c6 - project_id: - - 105bdce1-64c0-48ab-899d-868455867ecf - resource_id: - - e3f44092-59f7-4966-9d13-6a31591a18e9 - resource_type: - - vpc_gateway_network - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/ipam/v1/regions/fr-par/ips?order_by=created_at_desc&private_network_id=3b0ad589-f167-4c39-a0fe-af124411f0c6&project_id=105bdce1-64c0-48ab-899d-868455867ecf&resource_id=e3f44092-59f7-4966-9d13-6a31591a18e9&resource_type=vpc_gateway_network - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 531 - body: "{\"total_count\":1, \"ips\":[{\"id\":\"2282d01d-3705-4eb3-a3c0-6849cd9b9e0b\", \"address\":\"172.18.44.3/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":false, \"created_at\":\"2025-10-30T16:33:50.087880Z\", \"updated_at\":\"2025-10-30T16:33:50.576557Z\", \"source\":{\"subnet_id\":\"af2c5aa2-55c5-4e53-a1e5-91f9a8103b6f\"}, \"resource\":{\"type\":\"vpc_gateway_network\", \"id\":\"e3f44092-59f7-4966-9d13-6a31591a18e9\", \"mac_address\":\"02:00:00:1D:CF:65\", \"name\":\"test-k8s-public-ip\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}]}" - headers: - Content-Length: - - "531" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:38:32 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 9bd0e3ea-3db6-44ec-8d74-7a2f28d945f1 - status: 200 OK - code: 200 - duration: 54.090258ms -- id: 307 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/f5839d47-dfad-407f-b09b-089476114f21 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1636 - body: "{\"region\":\"fr-par\", \"id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:19.128996Z\", \"updated_at\":\"2025-10-30T16:35:53.373007Z\", \"type\":\"kapsule\", \"name\":\"test-k8s-public-ip\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"public_ip\"], \"cluster_url\":\"https://f5839d47-dfad-407f-b09b-089476114f21.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.f5839d47-dfad-407f-b09b-089476114f21.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"3b0ad589-f167-4c39-a0fe-af124411f0c6\", \"commitment_ends_at\":\"2025-10-30T16:18:19.129003Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"d6e03bbf-faca-464d-b29e-9e329c3dc19d\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1636" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:38:32 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - ed35f771-e4f0-4567-a7c3-4cef77b32082 - status: 200 OK - code: 200 - duration: 23.698498ms -- id: 308 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/f5839d47-dfad-407f-b09b-089476114f21/kubeconfig - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1682 - body: "{\"name\":\"kubeconfig\", \"content_type\":\"application/octet-stream\", \"content\":\"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogInRlc3QtazhzLXB1YmxpYy1pcCIKICBjbHVzdGVyOgogICAgY2VydGlmaWNhdGUtYXV0aG9yaXR5LWRhdGE6IExTMHRMUzFDUlVkSlRpQkRSVkpVU1VaSlEwRlVSUzB0TFMwdENrMUpTVUpYZWtORFFWRkhaMEYzU1VKQlowbENRVVJCUzBKblozRm9hMnBQVUZGUlJFRnFRVlpOVWsxM1JWRlpSRlpSVVVSRmQzQnlaRmRLYkdOdE5Xd0taRWRXZWsxQ05GaEVWRWt4VFZSQmVVOVVSVEpOVkdkNFQxWnZXRVJVVFRGTlZFRjVUMVJGTWsxVVozaFBWbTkzUmxSRlZFMUNSVWRCTVZWRlFYaE5Td3BoTTFacFdsaEtkVnBZVW14amVrSmFUVUpOUjBKNWNVZFRUVFE1UVdkRlIwTkRjVWRUVFRRNVFYZEZTRUV3U1VGQ1VHdFVkVW80TlZCRE9XTllNbXhzQ21oQll6UnJXWFJwYVM4NVNYaEpRVmxuYzJOaWFHSmlWVEkwZEc1UVVuUjJZVk5PTmpreFFWUkhPR1kyVTNsVGJIcFhWVlY2VG1zd00wNWxWazFDUWk4S2NXaExLMDl0ZVdwUmFrSkJUVUUwUjBFeFZXUkVkMFZDTDNkUlJVRjNTVU53UkVGUVFtZE9Wa2hTVFVKQlpqaEZRbFJCUkVGUlNDOU5RakJIUVRGVlpBcEVaMUZYUWtKUloybDZLemhPVGt4bFMzZHRTR1p1TmpkbFkxbHdlRW92WkdkVVFVdENaMmR4YUd0cVQxQlJVVVJCWjA1SlFVUkNSa0ZwUlVGd1pWWkxDbHBIWkcxd1JYQjRXRkZoWmxkSlQyaGFXWFZyS3pkNVpEVlRWVkkwYkZOV2VHOUNVRlF3YTBOSlJtZHVNMjQwT1dKWWNHbFdkMUZIWlZOeVZVTlNZV2tLUW1zMFEydFpkMXBhVFROM1JEWXJLMHcwVlhBS0xTMHRMUzFGVGtRZ1EwVlNWRWxHU1VOQlZFVXRMUzB0TFFvPQogICAgc2VydmVyOiBodHRwczovL2Y1ODM5ZDQ3LWRmYWQtNDA3Zi1iMDliLTA4OTQ3NjExNGYyMS5hcGkuazhzLmZyLXBhci5zY3cuY2xvdWQ6NjQ0Mwpjb250ZXh0czoKLSBuYW1lOiBhZG1pbkB0ZXN0LWs4cy1wdWJsaWMtaXAKICBjb250ZXh0OgogICAgY2x1c3RlcjogInRlc3QtazhzLXB1YmxpYy1pcCIKICAgIHVzZXI6IHRlc3QtazhzLXB1YmxpYy1pcC1hZG1pbgpjdXJyZW50LWNvbnRleHQ6IGFkbWluQHRlc3QtazhzLXB1YmxpYy1pcApraW5kOiBDb25maWcKcHJlZmVyZW5jZXM6IHt9CnVzZXJzOgotIG5hbWU6IHRlc3QtazhzLXB1YmxpYy1pcC1hZG1pbgogIHVzZXI6CiAgICB0b2tlbjogOWZoZmVKT3p3bFFjamZEUnVpdmxlbmpod0ZKR2xzQ2xid2hLUVFDajJzcmFFa2w1cEdVSVdzVjM=\"}" - headers: - Content-Length: - - "1682" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:38:32 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - af4a22fd-4eb0-4617-86f4-0ee44d5a09b4 - status: 200 OK - code: 200 - duration: 76.28329ms -- id: 309 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/25c00492-d965-4a12-8971-85497d187c93 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 715 - body: "{\"region\":\"fr-par\", \"id\":\"25c00492-d965-4a12-8971-85497d187c93\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:34:05.830776Z\", \"updated_at\":\"2025-10-30T16:38:27.160948Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"ready\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":true, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "715" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:38:32 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 7368b656-e27b-452c-840c-c46be49a54e0 - status: 200 OK - code: 200 - duration: 86.778408ms -- id: 310 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - form: - order_by: - - created_at_asc - page: - - "1" - pool_id: - - 25c00492-d965-4a12-8971-85497d187c93 - status: - - unknown - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/f5839d47-dfad-407f-b09b-089476114f21/nodes?order_by=created_at_asc&page=1&pool_id=25c00492-d965-4a12-8971-85497d187c93&status=unknown - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 606 - body: "{\"total_count\":1, \"nodes\":[{\"region\":\"fr-par\", \"id\":\"b48c635c-1a92-41a4-9af2-40b8b700f7ad\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:37:31.726084Z\", \"updated_at\":\"2025-10-30T16:38:27.151996Z\", \"pool_id\":\"25c00492-d965-4a12-8971-85497d187c93\", \"status\":\"ready\", \"conditions\":{\"DiskPressure\":\"False\", \"MemoryPressure\":\"False\", \"PIDPressure\":\"False\", \"Ready\":\"True\"}, \"name\":\"scw-test-k8s-public-i-test-k8s-public-i-b48c63\", \"public_ip_v4\":\"\", \"public_ip_v6\":null, \"provider_id\":\"scaleway://instance/fr-par-1/0c73e5e0-d19d-4575-a638-62b0f20116a1\", \"error_message\":\"\"}]}" - headers: - Content-Length: - - "606" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:38:32 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - eb0e0d9d-0295-4800-94bf-b0f1226a892d - status: 200 OK - code: 200 - duration: 33.362877ms -- id: 311 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/f5839d47-dfad-407f-b09b-089476114f21 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1636 - body: "{\"region\":\"fr-par\", \"id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:19.128996Z\", \"updated_at\":\"2025-10-30T16:35:53.373007Z\", \"type\":\"kapsule\", \"name\":\"test-k8s-public-ip\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"public_ip\"], \"cluster_url\":\"https://f5839d47-dfad-407f-b09b-089476114f21.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.f5839d47-dfad-407f-b09b-089476114f21.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"3b0ad589-f167-4c39-a0fe-af124411f0c6\", \"commitment_ends_at\":\"2025-10-30T16:18:19.129003Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"d6e03bbf-faca-464d-b29e-9e329c3dc19d\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1636" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:38:32 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 3589b60e-a117-4cfa-a9a8-e43f9269b9e8 - status: 200 OK - code: 200 - duration: 96.995063ms -- id: 312 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - form: - order_by: - - created_at_desc - project_id: - - 105bdce1-64c0-48ab-899d-868455867ecf - resource_name: - - scw-test-k8s-public-i-test-k8s-public-i-b48c63 - resource_type: - - unknown_type - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/ipam/v1/regions/fr-par/ips?order_by=created_at_desc&project_id=105bdce1-64c0-48ab-899d-868455867ecf&resource_name=scw-test-k8s-public-i-test-k8s-public-i-b48c63&resource_type=unknown_type - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1121 - body: "{\"total_count\":2, \"ips\":[{\"id\":\"3ebdd249-37f3-4a70-9b70-a2d42284fefd\", \"address\":\"fd5f:519c:6d46:99a:cf17:55fb:2052:a4e4/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":true, \"created_at\":\"2025-10-30T16:37:33.507979Z\", \"updated_at\":\"2025-10-30T16:37:33.507979Z\", \"source\":{\"subnet_id\":\"7adff8c4-babb-4a82-8d99-2372f50ef5d3\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"ec3a7208-d366-4cdb-8e3f-66145340b0f2\", \"mac_address\":\"02:00:00:11:FD:C0\", \"name\":\"scw-test-k8s-public-i-test-k8s-public-i-b48c63\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}, {\"id\":\"933eb443-ad18-4da1-b4fc-dec7f605e464\", \"address\":\"172.18.44.4/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":false, \"created_at\":\"2025-10-30T16:37:33.399349Z\", \"updated_at\":\"2025-10-30T16:37:33.399349Z\", \"source\":{\"subnet_id\":\"af2c5aa2-55c5-4e53-a1e5-91f9a8103b6f\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"ec3a7208-d366-4cdb-8e3f-66145340b0f2\", \"mac_address\":\"02:00:00:11:FD:C0\", \"name\":\"scw-test-k8s-public-i-test-k8s-public-i-b48c63\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}]}" - headers: - Content-Length: - - "1121" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:38:32 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 136fc9cb-6332-4a4b-aa8a-dd7f78e400e6 - status: 200 OK - code: 200 - duration: 30.023549ms -- id: 313 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/25c00492-d965-4a12-8971-85497d187c93 - method: DELETE - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 718 - body: "{\"region\":\"fr-par\", \"id\":\"25c00492-d965-4a12-8971-85497d187c93\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:34:05.830776Z\", \"updated_at\":\"2025-10-30T16:38:32.711417Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":true, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "718" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:38:32 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 2093e273-8b99-4600-b7de-f9552f9a1079 - status: 200 OK - code: 200 - duration: 116.524116ms -- id: 314 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/25c00492-d965-4a12-8971-85497d187c93 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 718 - body: "{\"region\":\"fr-par\", \"id\":\"25c00492-d965-4a12-8971-85497d187c93\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:34:05.830776Z\", \"updated_at\":\"2025-10-30T16:38:32.711417Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":true, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "718" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:38:32 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - e77b6791-b901-4509-ad96-b134eb875513 - status: 200 OK - code: 200 - duration: 26.252331ms -- id: 315 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/25c00492-d965-4a12-8971-85497d187c93 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 718 - body: "{\"region\":\"fr-par\", \"id\":\"25c00492-d965-4a12-8971-85497d187c93\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:34:05.830776Z\", \"updated_at\":\"2025-10-30T16:38:32.711417Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":true, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "718" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:38:37 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - c861529b-eb24-4e2c-bc32-c4f14e31a674 - status: 200 OK - code: 200 - duration: 85.094978ms -- id: 316 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/25c00492-d965-4a12-8971-85497d187c93 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 718 - body: "{\"region\":\"fr-par\", \"id\":\"25c00492-d965-4a12-8971-85497d187c93\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:34:05.830776Z\", \"updated_at\":\"2025-10-30T16:38:32.711417Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":true, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "718" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:38:42 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 55bcd6f0-d8a7-4716-ad05-549c5cfeb2c7 - status: 200 OK - code: 200 - duration: 93.661687ms -- id: 317 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/25c00492-d965-4a12-8971-85497d187c93 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 718 - body: "{\"region\":\"fr-par\", \"id\":\"25c00492-d965-4a12-8971-85497d187c93\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:34:05.830776Z\", \"updated_at\":\"2025-10-30T16:38:32.711417Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":true, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "718" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:38:48 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - c27c658c-917d-4728-b944-2cf777c0b740 - status: 200 OK - code: 200 - duration: 93.773487ms -- id: 318 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/25c00492-d965-4a12-8971-85497d187c93 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 718 - body: "{\"region\":\"fr-par\", \"id\":\"25c00492-d965-4a12-8971-85497d187c93\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:34:05.830776Z\", \"updated_at\":\"2025-10-30T16:38:32.711417Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":true, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "718" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:38:53 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 364e13dc-fba1-42e1-9c06-eb22fd8243ac - status: 200 OK - code: 200 - duration: 81.371469ms -- id: 319 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/25c00492-d965-4a12-8971-85497d187c93 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 718 - body: "{\"region\":\"fr-par\", \"id\":\"25c00492-d965-4a12-8971-85497d187c93\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:34:05.830776Z\", \"updated_at\":\"2025-10-30T16:38:32.711417Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":true, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "718" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:38:58 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 8efe3f1e-3474-4524-8281-96756511e29b - status: 200 OK - code: 200 - duration: 78.88367ms -- id: 320 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/25c00492-d965-4a12-8971-85497d187c93 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 718 - body: "{\"region\":\"fr-par\", \"id\":\"25c00492-d965-4a12-8971-85497d187c93\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:34:05.830776Z\", \"updated_at\":\"2025-10-30T16:38:32.711417Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":true, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "718" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:39:03 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 728b71ac-a044-4621-b76c-0efa3cdd94e0 - status: 200 OK - code: 200 - duration: 78.572386ms -- id: 321 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/25c00492-d965-4a12-8971-85497d187c93 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 718 - body: "{\"region\":\"fr-par\", \"id\":\"25c00492-d965-4a12-8971-85497d187c93\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:34:05.830776Z\", \"updated_at\":\"2025-10-30T16:38:32.711417Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":true, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "718" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:39:08 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 979de6cb-1aaa-48b5-92a4-cda26e5991d4 - status: 200 OK - code: 200 - duration: 80.791862ms -- id: 322 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/25c00492-d965-4a12-8971-85497d187c93 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 718 - body: "{\"region\":\"fr-par\", \"id\":\"25c00492-d965-4a12-8971-85497d187c93\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:34:05.830776Z\", \"updated_at\":\"2025-10-30T16:38:32.711417Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":true, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "718" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:39:13 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 64e5a20d-2896-405d-9c29-79ea6b2a4d3e - status: 200 OK - code: 200 - duration: 96.252449ms -- id: 323 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/25c00492-d965-4a12-8971-85497d187c93 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 718 - body: "{\"region\":\"fr-par\", \"id\":\"25c00492-d965-4a12-8971-85497d187c93\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:34:05.830776Z\", \"updated_at\":\"2025-10-30T16:38:32.711417Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":true, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "718" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:39:18 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 911406d4-08d4-48a6-9936-84e889219a83 - status: 200 OK - code: 200 - duration: 72.107864ms -- id: 324 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/25c00492-d965-4a12-8971-85497d187c93 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 718 - body: "{\"region\":\"fr-par\", \"id\":\"25c00492-d965-4a12-8971-85497d187c93\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:34:05.830776Z\", \"updated_at\":\"2025-10-30T16:38:32.711417Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":true, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "718" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:39:23 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 8b4c8dd8-0c74-4efc-abe1-c04d41fac719 - status: 200 OK - code: 200 - duration: 83.184393ms -- id: 325 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/25c00492-d965-4a12-8971-85497d187c93 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 718 - body: "{\"region\":\"fr-par\", \"id\":\"25c00492-d965-4a12-8971-85497d187c93\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:34:05.830776Z\", \"updated_at\":\"2025-10-30T16:38:32.711417Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":true, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "718" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:39:28 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - f52f18e3-f96f-4e9a-9114-6b4e472e4c01 - status: 200 OK - code: 200 - duration: 80.516285ms -- id: 326 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/25c00492-d965-4a12-8971-85497d187c93 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 718 - body: "{\"region\":\"fr-par\", \"id\":\"25c00492-d965-4a12-8971-85497d187c93\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:34:05.830776Z\", \"updated_at\":\"2025-10-30T16:38:32.711417Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":true, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "718" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:39:33 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 4b6995e4-1ef9-49f1-9837-e4ef6193309b - status: 200 OK - code: 200 - duration: 100.866309ms -- id: 327 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/25c00492-d965-4a12-8971-85497d187c93 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 718 - body: "{\"region\":\"fr-par\", \"id\":\"25c00492-d965-4a12-8971-85497d187c93\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:34:05.830776Z\", \"updated_at\":\"2025-10-30T16:38:32.711417Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":true, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "718" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:39:38 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 51b04652-1292-42ff-bee4-83e1a512bec2 - status: 200 OK - code: 200 - duration: 107.182162ms -- id: 328 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/25c00492-d965-4a12-8971-85497d187c93 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 718 - body: "{\"region\":\"fr-par\", \"id\":\"25c00492-d965-4a12-8971-85497d187c93\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:34:05.830776Z\", \"updated_at\":\"2025-10-30T16:38:32.711417Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":true, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "718" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:39:44 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 7a45aa95-0679-481a-a06b-db548e07c6da - status: 200 OK - code: 200 - duration: 80.127646ms -- id: 329 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/25c00492-d965-4a12-8971-85497d187c93 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 718 - body: "{\"region\":\"fr-par\", \"id\":\"25c00492-d965-4a12-8971-85497d187c93\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:34:05.830776Z\", \"updated_at\":\"2025-10-30T16:38:32.711417Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":true, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "718" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:39:49 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 464342c2-0cb3-4ddf-9876-d4c2bb1b49a1 - status: 200 OK - code: 200 - duration: 109.822988ms -- id: 330 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/25c00492-d965-4a12-8971-85497d187c93 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 718 - body: "{\"region\":\"fr-par\", \"id\":\"25c00492-d965-4a12-8971-85497d187c93\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:34:05.830776Z\", \"updated_at\":\"2025-10-30T16:38:32.711417Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":true, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "718" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:39:54 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 280073c4-7da9-47b6-8cc7-2988818014bc - status: 200 OK - code: 200 - duration: 87.553112ms -- id: 331 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/25c00492-d965-4a12-8971-85497d187c93 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 718 - body: "{\"region\":\"fr-par\", \"id\":\"25c00492-d965-4a12-8971-85497d187c93\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:34:05.830776Z\", \"updated_at\":\"2025-10-30T16:38:32.711417Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":true, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "718" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:39:59 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - ca731f84-c4e7-41bc-8194-c49d01ae2d4f - status: 200 OK - code: 200 - duration: 86.95526ms -- id: 332 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/25c00492-d965-4a12-8971-85497d187c93 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 718 - body: "{\"region\":\"fr-par\", \"id\":\"25c00492-d965-4a12-8971-85497d187c93\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:34:05.830776Z\", \"updated_at\":\"2025-10-30T16:38:32.711417Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":true, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "718" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:40:04 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - acac66d3-7765-4ee1-ba53-9029a5c3cf4e - status: 200 OK - code: 200 - duration: 100.65981ms -- id: 333 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/25c00492-d965-4a12-8971-85497d187c93 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 718 - body: "{\"region\":\"fr-par\", \"id\":\"25c00492-d965-4a12-8971-85497d187c93\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:34:05.830776Z\", \"updated_at\":\"2025-10-30T16:38:32.711417Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":true, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "718" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:40:09 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - fa399219-72d3-40df-9b93-00109c431e83 - status: 200 OK - code: 200 - duration: 79.437671ms -- id: 334 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/25c00492-d965-4a12-8971-85497d187c93 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 718 - body: "{\"region\":\"fr-par\", \"id\":\"25c00492-d965-4a12-8971-85497d187c93\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:34:05.830776Z\", \"updated_at\":\"2025-10-30T16:38:32.711417Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":true, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "718" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:40:14 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 9ea8c075-56b1-446a-8a0e-2098d1112570 - status: 200 OK - code: 200 - duration: 75.387599ms -- id: 335 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/25c00492-d965-4a12-8971-85497d187c93 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 718 - body: "{\"region\":\"fr-par\", \"id\":\"25c00492-d965-4a12-8971-85497d187c93\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:34:05.830776Z\", \"updated_at\":\"2025-10-30T16:38:32.711417Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":true, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "718" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:40:19 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 318e4434-451a-4e00-b404-e939540f34ca - status: 200 OK - code: 200 - duration: 87.19491ms -- id: 336 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/25c00492-d965-4a12-8971-85497d187c93 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 718 - body: "{\"region\":\"fr-par\", \"id\":\"25c00492-d965-4a12-8971-85497d187c93\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:34:05.830776Z\", \"updated_at\":\"2025-10-30T16:38:32.711417Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":true, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "718" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:40:24 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 8d12801c-4dda-4eb7-a551-aa61f4e32348 - status: 200 OK - code: 200 - duration: 94.037923ms -- id: 337 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/25c00492-d965-4a12-8971-85497d187c93 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 718 - body: "{\"region\":\"fr-par\", \"id\":\"25c00492-d965-4a12-8971-85497d187c93\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:34:05.830776Z\", \"updated_at\":\"2025-10-30T16:38:32.711417Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":true, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "718" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:40:29 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 5bdf5a78-5ebf-4dc8-b911-41c2ff9dca57 - status: 200 OK - code: 200 - duration: 86.49718ms -- id: 338 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/25c00492-d965-4a12-8971-85497d187c93 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 718 - body: "{\"region\":\"fr-par\", \"id\":\"25c00492-d965-4a12-8971-85497d187c93\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:34:05.830776Z\", \"updated_at\":\"2025-10-30T16:38:32.711417Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":true, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "718" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:40:34 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 5dc1ee7b-05b5-46b6-9988-76bf2c306767 - status: 200 OK - code: 200 - duration: 76.52278ms -- id: 339 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/25c00492-d965-4a12-8971-85497d187c93 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 718 - body: "{\"region\":\"fr-par\", \"id\":\"25c00492-d965-4a12-8971-85497d187c93\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:34:05.830776Z\", \"updated_at\":\"2025-10-30T16:38:32.711417Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":true, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "718" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:40:40 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 8d844ddf-336e-4eec-9aba-dee86244df34 - status: 200 OK - code: 200 - duration: 86.615051ms -- id: 340 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/25c00492-d965-4a12-8971-85497d187c93 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 718 - body: "{\"region\":\"fr-par\", \"id\":\"25c00492-d965-4a12-8971-85497d187c93\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:34:05.830776Z\", \"updated_at\":\"2025-10-30T16:38:32.711417Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":true, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "718" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:40:45 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 3952536c-3e29-494a-b4bb-c55dd73de940 - status: 200 OK - code: 200 - duration: 91.0845ms -- id: 341 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/25c00492-d965-4a12-8971-85497d187c93 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 718 - body: "{\"region\":\"fr-par\", \"id\":\"25c00492-d965-4a12-8971-85497d187c93\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:34:05.830776Z\", \"updated_at\":\"2025-10-30T16:38:32.711417Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":true, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "718" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:40:50 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - a2a63949-9b23-49ab-aeb2-15b71cf2229e - status: 200 OK - code: 200 - duration: 86.132045ms -- id: 342 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/25c00492-d965-4a12-8971-85497d187c93 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 718 - body: "{\"region\":\"fr-par\", \"id\":\"25c00492-d965-4a12-8971-85497d187c93\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:34:05.830776Z\", \"updated_at\":\"2025-10-30T16:38:32.711417Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":true, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "718" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:40:55 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 4208c646-508a-41ad-8844-0baa2d9d6b9a - status: 200 OK - code: 200 - duration: 88.836029ms -- id: 343 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/25c00492-d965-4a12-8971-85497d187c93 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 718 - body: "{\"region\":\"fr-par\", \"id\":\"25c00492-d965-4a12-8971-85497d187c93\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:34:05.830776Z\", \"updated_at\":\"2025-10-30T16:38:32.711417Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":true, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "718" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:41:00 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 842a03dc-8a17-4219-8c86-32a052cb730d - status: 200 OK - code: 200 - duration: 88.23956ms -- id: 344 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/25c00492-d965-4a12-8971-85497d187c93 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 718 - body: "{\"region\":\"fr-par\", \"id\":\"25c00492-d965-4a12-8971-85497d187c93\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:34:05.830776Z\", \"updated_at\":\"2025-10-30T16:38:32.711417Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":true, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "718" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:41:05 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - f27fe831-76cb-452d-aafb-9165089ac9ef - status: 200 OK - code: 200 - duration: 88.567636ms -- id: 345 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/25c00492-d965-4a12-8971-85497d187c93 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 718 - body: "{\"region\":\"fr-par\", \"id\":\"25c00492-d965-4a12-8971-85497d187c93\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:34:05.830776Z\", \"updated_at\":\"2025-10-30T16:38:32.711417Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":true, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "718" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:41:10 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 7caf3af9-e9fb-401d-a63c-8cff3f01d150 - status: 200 OK - code: 200 - duration: 85.267933ms -- id: 346 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/25c00492-d965-4a12-8971-85497d187c93 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 718 - body: "{\"region\":\"fr-par\", \"id\":\"25c00492-d965-4a12-8971-85497d187c93\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:34:05.830776Z\", \"updated_at\":\"2025-10-30T16:38:32.711417Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":true, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "718" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:41:15 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 13ea43b1-a387-4ad6-bbea-cded5ac80e90 - status: 200 OK - code: 200 - duration: 77.468936ms -- id: 347 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/25c00492-d965-4a12-8971-85497d187c93 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 718 - body: "{\"region\":\"fr-par\", \"id\":\"25c00492-d965-4a12-8971-85497d187c93\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:34:05.830776Z\", \"updated_at\":\"2025-10-30T16:38:32.711417Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":true, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "718" + - "1636" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:41:20 GMT + - Thu, 30 Oct 2025 16:38:31 GMT Server: - Scaleway API Gateway (fr-par-3;edge03) X-Request-Id: - - c6bb8947-fb5c-4dd5-abac-6cbb1ab61dec + - a05d0313-51b4-4196-980c-04b488e0c5a5 status: 200 OK code: 200 - duration: 92.798126ms -- id: 348 + duration: 26.997019ms +- id: 66 request: proto: HTTP/1.1 proto_major: 1 @@ -11301,29 +2241,29 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/25c00492-d965-4a12-8971-85497d187c93 + url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks/3b0ad589-f167-4c39-a0fe-af124411f0c6 method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 718 - body: "{\"region\":\"fr-par\", \"id\":\"25c00492-d965-4a12-8971-85497d187c93\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:34:05.830776Z\", \"updated_at\":\"2025-10-30T16:38:32.711417Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":true, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 1087 + body: "{\"id\":\"3b0ad589-f167-4c39-a0fe-af124411f0c6\", \"name\":\"test-k8s-public-ip\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:17.970395Z\", \"updated_at\":\"2025-10-30T16:33:56.599023Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"subnets\":[{\"id\":\"af2c5aa2-55c5-4e53-a1e5-91f9a8103b6f\", \"created_at\":\"2025-10-30T16:18:17.970395Z\", \"updated_at\":\"2025-10-30T16:18:17.970395Z\", \"subnet\":\"172.18.44.0/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"3b0ad589-f167-4c39-a0fe-af124411f0c6\", \"vpc_id\":\"3e2453e5-8d39-4842-920a-480ff1be2078\"}, {\"id\":\"7adff8c4-babb-4a82-8d99-2372f50ef5d3\", \"created_at\":\"2025-10-30T16:18:17.970395Z\", \"updated_at\":\"2025-10-30T16:18:17.970395Z\", \"subnet\":\"fd5f:519c:6d46:99a::/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"3b0ad589-f167-4c39-a0fe-af124411f0c6\", \"vpc_id\":\"3e2453e5-8d39-4842-920a-480ff1be2078\"}], \"vpc_id\":\"3e2453e5-8d39-4842-920a-480ff1be2078\", \"dhcp_enabled\":true, \"default_route_propagation_enabled\":false, \"region\":\"fr-par\"}" headers: Content-Length: - - "718" + - "1087" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:41:25 GMT + - Thu, 30 Oct 2025 16:38:31 GMT Server: - Scaleway API Gateway (fr-par-3;edge03) X-Request-Id: - - b3554751-d8fa-433d-9852-69f70b84ff98 + - bd50eee3-6810-4a96-b362-e0ca5225ee76 status: 200 OK code: 200 - duration: 97.679146ms -- id: 349 + duration: 33.858687ms +- id: 67 request: proto: HTTP/1.1 proto_major: 1 @@ -11339,55 +2279,62 @@ interactions: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 718 - body: "{\"region\":\"fr-par\", \"id\":\"25c00492-d965-4a12-8971-85497d187c93\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:34:05.830776Z\", \"updated_at\":\"2025-10-30T16:38:32.711417Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":true, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 715 + body: "{\"region\":\"fr-par\", \"id\":\"25c00492-d965-4a12-8971-85497d187c93\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:34:05.830776Z\", \"updated_at\":\"2025-10-30T16:38:27.160948Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"ready\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":true, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" headers: Content-Length: - - "718" + - "715" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:41:30 GMT + - Thu, 30 Oct 2025 16:38:31 GMT Server: - Scaleway API Gateway (fr-par-3;edge03) X-Request-Id: - - 55848d64-ad94-4bfd-b642-6568c70727d4 + - 7ad77799-346e-4e48-8cbc-4b14c7f372bf status: 200 OK code: 200 - duration: 82.286768ms -- id: 350 + duration: 18.42483ms +- id: 68 request: proto: HTTP/1.1 proto_major: 1 proto_minor: 1 content_length: 0 host: api.scaleway.com + form: + order_by: + - created_at_asc + pool_id: + - 25c00492-d965-4a12-8971-85497d187c93 + status: + - unknown headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/25c00492-d965-4a12-8971-85497d187c93 + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/f5839d47-dfad-407f-b09b-089476114f21/nodes?order_by=created_at_asc&pool_id=25c00492-d965-4a12-8971-85497d187c93&status=unknown method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 718 - body: "{\"region\":\"fr-par\", \"id\":\"25c00492-d965-4a12-8971-85497d187c93\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:34:05.830776Z\", \"updated_at\":\"2025-10-30T16:38:32.711417Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":true, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 606 + body: "{\"total_count\":1, \"nodes\":[{\"region\":\"fr-par\", \"id\":\"b48c635c-1a92-41a4-9af2-40b8b700f7ad\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:37:31.726084Z\", \"updated_at\":\"2025-10-30T16:38:27.151996Z\", \"pool_id\":\"25c00492-d965-4a12-8971-85497d187c93\", \"status\":\"ready\", \"conditions\":{\"DiskPressure\":\"False\", \"MemoryPressure\":\"False\", \"PIDPressure\":\"False\", \"Ready\":\"True\"}, \"name\":\"scw-test-k8s-public-i-test-k8s-public-i-b48c63\", \"public_ip_v4\":\"\", \"public_ip_v6\":null, \"provider_id\":\"scaleway://instance/fr-par-1/0c73e5e0-d19d-4575-a638-62b0f20116a1\", \"error_message\":\"\"}]}" headers: Content-Length: - - "718" + - "606" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:41:35 GMT + - Thu, 30 Oct 2025 16:38:31 GMT Server: - Scaleway API Gateway (fr-par-3;edge03) X-Request-Id: - - 9b3593cb-2364-4084-ba18-34e1076fa10a + - a08e8532-aaad-4471-9876-d3f2d9713330 status: 200 OK code: 200 - duration: 92.990256ms -- id: 351 + duration: 28.570011ms +- id: 69 request: proto: HTTP/1.1 proto_major: 1 @@ -11397,29 +2344,29 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/25c00492-d965-4a12-8971-85497d187c93 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/0c73e5e0-d19d-4575-a638-62b0f20116a1 method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 718 - body: "{\"region\":\"fr-par\", \"id\":\"25c00492-d965-4a12-8971-85497d187c93\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:34:05.830776Z\", \"updated_at\":\"2025-10-30T16:38:32.711417Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":true, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 2615 + body: "{\"server\": {\"id\": \"0c73e5e0-d19d-4575-a638-62b0f20116a1\", \"name\": \"scw-test-k8s-public-i-test-k8s-public-i-b48c63\", \"arch\": \"x86_64\", \"commercial_type\": \"PRO2-XXS\", \"boot_type\": \"local\", \"organization\": \"105bdce1-64c0-48ab-899d-868455867ecf\", \"project\": \"105bdce1-64c0-48ab-899d-868455867ecf\", \"hostname\": \"scw-test-k8s-public-i-test-k8s-public-i-b48c63\", \"image\": {\"id\": \"5b4b5f3f-c2a1-451e-8603-4c0179b4de03\", \"name\": \"k8s_base_node_instance\", \"organization\": \"51b656e3-4865-41e8-adbc-0c45bdd780db\", \"project\": \"51b656e3-4865-41e8-adbc-0c45bdd780db\", \"root_volume\": {\"volume_type\": \"sbs_snapshot\", \"id\": \"c6b09a14-4a4d-44cd-a772-4f235fef4826\", \"size\": 0, \"name\": \"\"}, \"extra_volumes\": {}, \"public\": true, \"arch\": \"x86_64\", \"creation_date\": \"2025-10-27T10:01:33.994085+00:00\", \"modification_date\": \"2025-10-27T10:01:33.994085+00:00\", \"default_bootscript\": null, \"from_server\": \"\", \"state\": \"available\", \"tags\": [], \"zone\": \"fr-par-1\"}, \"volumes\": {\"0\": {\"boot\": true, \"volume_type\": \"sbs_volume\", \"id\": \"efbbaf01-9f73-4578-b8ac-ed8fe467eb1e\", \"state\": \"available\", \"zone\": \"fr-par-1\"}}, \"tags\": [\"kapsule=f5839d47-dfad-407f-b09b-089476114f21\", \"pool=25c00492-d965-4a12-8971-85497d187c93\", \"pool-name=test-k8s-public-ip\", \"runtime=containerd\", \"managed=true\", \"node=b48c635c-1a92-41a4-9af2-40b8b700f7ad\"], \"state\": \"running\", \"protected\": false, \"state_detail\": \"booting kernel\", \"public_ip\": null, \"public_ips\": [], \"mac_address\": \"de:00:00:d0:71:1d\", \"routed_ip_enabled\": true, \"ipv6\": null, \"extra_networks\": [], \"dynamic_ip_required\": false, \"enable_ipv6\": false, \"private_ip\": null, \"creation_date\": \"2025-10-30T16:37:32.305676+00:00\", \"modification_date\": \"2025-10-30T16:37:35.999507+00:00\", \"bootscript\": null, \"security_group\": {\"id\": \"4ef16f7a-478c-4b72-b932-982f4b04974b\", \"name\": \"Kapsule default security group\"}, \"location\": {\"zone_id\": \"fr-par-1\", \"platform_id\": \"14\", \"cluster_id\": \"33\", \"hypervisor_id\": \"801\", \"node_id\": \"22\"}, \"maintenances\": [], \"allowed_actions\": [\"poweroff\", \"terminate\", \"reboot\", \"stop_in_place\", \"backup\"], \"placement_group\": null, \"private_nics\": [{\"id\": \"ec3a7208-d366-4cdb-8e3f-66145340b0f2\", \"private_network_id\": \"3b0ad589-f167-4c39-a0fe-af124411f0c6\", \"server_id\": \"0c73e5e0-d19d-4575-a638-62b0f20116a1\", \"mac_address\": \"02:00:00:11:fd:c0\", \"state\": \"available\", \"creation_date\": \"2025-10-30T16:37:33.228014+00:00\", \"modification_date\": \"2025-10-30T16:37:33.318350+00:00\", \"zone\": \"fr-par-1\", \"tags\": [], \"ipam_ip_ids\": [\"933eb443-ad18-4da1-b4fc-dec7f605e464\", \"3ebdd249-37f3-4a70-9b70-a2d42284fefd\"]}], \"zone\": \"fr-par-1\", \"filesystems\": [], \"end_of_service\": false}}" headers: Content-Length: - - "718" + - "2615" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:41:41 GMT + - Thu, 30 Oct 2025 16:38:31 GMT Server: - Scaleway API Gateway (fr-par-3;edge03) X-Request-Id: - - f36f227a-fd19-47cf-9183-652d2ac0735d + - 60775abf-f1bb-46f1-9ca4-fc31e97e537d status: 200 OK code: 200 - duration: 82.115246ms -- id: 352 + duration: 145.232936ms +- id: 70 request: proto: HTTP/1.1 proto_major: 1 @@ -11429,29 +2376,29 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/25c00492-d965-4a12-8971-85497d187c93 + url: https://api.scaleway.com/vpc-gw/v2/zones/fr-par-1/gateways/4e5fe8f2-7126-4ef0-9da5-64dcbf031bb4 method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 718 - body: "{\"region\":\"fr-par\", \"id\":\"25c00492-d965-4a12-8971-85497d187c93\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:34:05.830776Z\", \"updated_at\":\"2025-10-30T16:38:32.711417Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":true, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 1360 + body: "{\"id\":\"4e5fe8f2-7126-4ef0-9da5-64dcbf031bb4\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:33:44.521117Z\", \"updated_at\":\"2025-10-30T16:34:01.214094Z\", \"type\":\"VPC-GW-S\", \"bandwidth\":100, \"status\":\"running\", \"name\":\"test-k8s-public-ip\", \"tags\":[], \"ipv4\":{\"id\":\"1a95086f-202d-44ed-83f2-50a2725deb74\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:33:44.496040Z\", \"updated_at\":\"2025-10-30T16:33:44.496040Z\", \"tags\":[], \"address\":\"51.15.215.84\", \"reverse\":\"84-215-15-51.instances.scw.cloud\", \"gateway_id\":\"4e5fe8f2-7126-4ef0-9da5-64dcbf031bb4\", \"zone\":\"fr-par-1\"}, \"gateway_networks\":[{\"id\":\"e3f44092-59f7-4966-9d13-6a31591a18e9\", \"created_at\":\"2025-10-30T16:33:50.125382Z\", \"updated_at\":\"2025-10-30T16:34:00.958302Z\", \"gateway_id\":\"4e5fe8f2-7126-4ef0-9da5-64dcbf031bb4\", \"private_network_id\":\"3b0ad589-f167-4c39-a0fe-af124411f0c6\", \"mac_address\":\"02:00:00:1D:CF:65\", \"masquerade_enabled\":true, \"status\":\"ready\", \"push_default_route\":true, \"ipam_ip_id\":\"2282d01d-3705-4eb3-a3c0-6849cd9b9e0b\", \"zone\":\"fr-par-1\"}], \"version\":\"0.7.4\", \"bastion_enabled\":false, \"bastion_port\":61000, \"smtp_enabled\":false, \"is_legacy\":false, \"bastion_allowed_ips\":[\"0.0.0.0/0\"], \"zone\":\"fr-par-1\"}" headers: Content-Length: - - "718" + - "1360" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:41:46 GMT + - Thu, 30 Oct 2025 16:38:31 GMT Server: - Scaleway API Gateway (fr-par-3;edge03) X-Request-Id: - - 39559ca9-8740-48b7-89ea-c50ea3d7c478 + - 2951697c-288b-484a-874a-884c1efde23c status: 200 OK code: 200 - duration: 100.55804ms -- id: 353 + duration: 28.573568ms +- id: 71 request: proto: HTTP/1.1 proto_major: 1 @@ -11461,29 +2408,29 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/25c00492-d965-4a12-8971-85497d187c93 + url: https://api.scaleway.com/vpc/v2/regions/fr-par/vpcs/3e2453e5-8d39-4842-920a-480ff1be2078 method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 718 - body: "{\"region\":\"fr-par\", \"id\":\"25c00492-d965-4a12-8971-85497d187c93\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:34:05.830776Z\", \"updated_at\":\"2025-10-30T16:38:32.711417Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":true, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 416 + body: "{\"id\":\"3e2453e5-8d39-4842-920a-480ff1be2078\", \"name\":\"tf-vpc-sad-dewdney\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:17.246369Z\", \"updated_at\":\"2025-10-30T16:18:17.246369Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_default\":false, \"private_network_count\":1, \"routing_enabled\":true, \"custom_routes_propagation_enabled\":true, \"region\":\"fr-par\"}" headers: Content-Length: - - "718" + - "416" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:41:51 GMT + - Thu, 30 Oct 2025 16:38:31 GMT Server: - Scaleway API Gateway (fr-par-3;edge03) X-Request-Id: - - 46a02898-e07e-4bff-b7ec-479dbd3dd7d4 + - b81d08cd-3c4a-4d7e-922a-7d46920a5b2c status: 200 OK code: 200 - duration: 81.752244ms -- id: 354 + duration: 29.878226ms +- id: 72 request: proto: HTTP/1.1 proto_major: 1 @@ -11493,29 +2440,29 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/25c00492-d965-4a12-8971-85497d187c93 + url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks/3b0ad589-f167-4c39-a0fe-af124411f0c6 method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 718 - body: "{\"region\":\"fr-par\", \"id\":\"25c00492-d965-4a12-8971-85497d187c93\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:34:05.830776Z\", \"updated_at\":\"2025-10-30T16:38:32.711417Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":true, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 1087 + body: "{\"id\":\"3b0ad589-f167-4c39-a0fe-af124411f0c6\", \"name\":\"test-k8s-public-ip\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:17.970395Z\", \"updated_at\":\"2025-10-30T16:33:56.599023Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"subnets\":[{\"id\":\"af2c5aa2-55c5-4e53-a1e5-91f9a8103b6f\", \"created_at\":\"2025-10-30T16:18:17.970395Z\", \"updated_at\":\"2025-10-30T16:18:17.970395Z\", \"subnet\":\"172.18.44.0/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"3b0ad589-f167-4c39-a0fe-af124411f0c6\", \"vpc_id\":\"3e2453e5-8d39-4842-920a-480ff1be2078\"}, {\"id\":\"7adff8c4-babb-4a82-8d99-2372f50ef5d3\", \"created_at\":\"2025-10-30T16:18:17.970395Z\", \"updated_at\":\"2025-10-30T16:18:17.970395Z\", \"subnet\":\"fd5f:519c:6d46:99a::/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"3b0ad589-f167-4c39-a0fe-af124411f0c6\", \"vpc_id\":\"3e2453e5-8d39-4842-920a-480ff1be2078\"}], \"vpc_id\":\"3e2453e5-8d39-4842-920a-480ff1be2078\", \"dhcp_enabled\":true, \"default_route_propagation_enabled\":false, \"region\":\"fr-par\"}" headers: Content-Length: - - "718" + - "1087" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:41:56 GMT + - Thu, 30 Oct 2025 16:38:31 GMT Server: - Scaleway API Gateway (fr-par-3;edge03) X-Request-Id: - - 53cae94d-dcc3-4d64-a1d5-b21217f281c0 + - 906da643-0dee-4107-9afc-46610d8e7eca status: 200 OK code: 200 - duration: 101.414938ms -- id: 355 + duration: 28.636366ms +- id: 73 request: proto: HTTP/1.1 proto_major: 1 @@ -11525,29 +2472,29 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/25c00492-d965-4a12-8971-85497d187c93 + url: https://api.scaleway.com/vpc-gw/v2/zones/fr-par-1/gateway-networks/e3f44092-59f7-4966-9d13-6a31591a18e9 method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 718 - body: "{\"region\":\"fr-par\", \"id\":\"25c00492-d965-4a12-8971-85497d187c93\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:34:05.830776Z\", \"updated_at\":\"2025-10-30T16:38:32.711417Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":true, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 426 + body: "{\"id\":\"e3f44092-59f7-4966-9d13-6a31591a18e9\", \"created_at\":\"2025-10-30T16:33:50.125382Z\", \"updated_at\":\"2025-10-30T16:34:00.958302Z\", \"gateway_id\":\"4e5fe8f2-7126-4ef0-9da5-64dcbf031bb4\", \"private_network_id\":\"3b0ad589-f167-4c39-a0fe-af124411f0c6\", \"mac_address\":\"02:00:00:1D:CF:65\", \"masquerade_enabled\":true, \"status\":\"ready\", \"push_default_route\":true, \"ipam_ip_id\":\"2282d01d-3705-4eb3-a3c0-6849cd9b9e0b\", \"zone\":\"fr-par-1\"}" headers: Content-Length: - - "718" + - "426" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:42:01 GMT + - Thu, 30 Oct 2025 16:38:31 GMT Server: - Scaleway API Gateway (fr-par-3;edge03) X-Request-Id: - - ecf65da5-c216-4d98-9d7e-45d87d18c6ad + - 6bf6edfa-d25d-421d-9679-0ce64868a3ba status: 200 OK code: 200 - duration: 87.895454ms -- id: 356 + duration: 73.954099ms +- id: 74 request: proto: HTTP/1.1 proto_major: 1 @@ -11557,61 +2504,72 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/25c00492-d965-4a12-8971-85497d187c93 + url: https://api.scaleway.com/vpc-gw/v2/zones/fr-par-1/gateways/4e5fe8f2-7126-4ef0-9da5-64dcbf031bb4 method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 718 - body: "{\"region\":\"fr-par\", \"id\":\"25c00492-d965-4a12-8971-85497d187c93\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:34:05.830776Z\", \"updated_at\":\"2025-10-30T16:38:32.711417Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":true, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 1360 + body: "{\"id\":\"4e5fe8f2-7126-4ef0-9da5-64dcbf031bb4\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:33:44.521117Z\", \"updated_at\":\"2025-10-30T16:34:01.214094Z\", \"type\":\"VPC-GW-S\", \"bandwidth\":100, \"status\":\"running\", \"name\":\"test-k8s-public-ip\", \"tags\":[], \"ipv4\":{\"id\":\"1a95086f-202d-44ed-83f2-50a2725deb74\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:33:44.496040Z\", \"updated_at\":\"2025-10-30T16:33:44.496040Z\", \"tags\":[], \"address\":\"51.15.215.84\", \"reverse\":\"84-215-15-51.instances.scw.cloud\", \"gateway_id\":\"4e5fe8f2-7126-4ef0-9da5-64dcbf031bb4\", \"zone\":\"fr-par-1\"}, \"gateway_networks\":[{\"id\":\"e3f44092-59f7-4966-9d13-6a31591a18e9\", \"created_at\":\"2025-10-30T16:33:50.125382Z\", \"updated_at\":\"2025-10-30T16:34:00.958302Z\", \"gateway_id\":\"4e5fe8f2-7126-4ef0-9da5-64dcbf031bb4\", \"private_network_id\":\"3b0ad589-f167-4c39-a0fe-af124411f0c6\", \"mac_address\":\"02:00:00:1D:CF:65\", \"masquerade_enabled\":true, \"status\":\"ready\", \"push_default_route\":true, \"ipam_ip_id\":\"2282d01d-3705-4eb3-a3c0-6849cd9b9e0b\", \"zone\":\"fr-par-1\"}], \"version\":\"0.7.4\", \"bastion_enabled\":false, \"bastion_port\":61000, \"smtp_enabled\":false, \"is_legacy\":false, \"bastion_allowed_ips\":[\"0.0.0.0/0\"], \"zone\":\"fr-par-1\"}" headers: Content-Length: - - "718" + - "1360" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:42:06 GMT + - Thu, 30 Oct 2025 16:38:31 GMT Server: - Scaleway API Gateway (fr-par-3;edge03) X-Request-Id: - - a9838f6e-ed39-473d-bf36-b0e73d49857e + - c173ec27-b64a-44b9-9a77-3ba5d3444ac3 status: 200 OK code: 200 - duration: 84.229404ms -- id: 357 + duration: 27.479705ms +- id: 75 request: proto: HTTP/1.1 proto_major: 1 proto_minor: 1 content_length: 0 host: api.scaleway.com + form: + order_by: + - created_at_desc + private_network_id: + - 3b0ad589-f167-4c39-a0fe-af124411f0c6 + project_id: + - 105bdce1-64c0-48ab-899d-868455867ecf + resource_id: + - e3f44092-59f7-4966-9d13-6a31591a18e9 + resource_type: + - vpc_gateway_network headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/25c00492-d965-4a12-8971-85497d187c93 + url: https://api.scaleway.com/ipam/v1/regions/fr-par/ips?order_by=created_at_desc&private_network_id=3b0ad589-f167-4c39-a0fe-af124411f0c6&project_id=105bdce1-64c0-48ab-899d-868455867ecf&resource_id=e3f44092-59f7-4966-9d13-6a31591a18e9&resource_type=vpc_gateway_network method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 718 - body: "{\"region\":\"fr-par\", \"id\":\"25c00492-d965-4a12-8971-85497d187c93\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:34:05.830776Z\", \"updated_at\":\"2025-10-30T16:38:32.711417Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":true, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 531 + body: "{\"total_count\":1, \"ips\":[{\"id\":\"2282d01d-3705-4eb3-a3c0-6849cd9b9e0b\", \"address\":\"172.18.44.3/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":false, \"created_at\":\"2025-10-30T16:33:50.087880Z\", \"updated_at\":\"2025-10-30T16:33:50.576557Z\", \"source\":{\"subnet_id\":\"af2c5aa2-55c5-4e53-a1e5-91f9a8103b6f\"}, \"resource\":{\"type\":\"vpc_gateway_network\", \"id\":\"e3f44092-59f7-4966-9d13-6a31591a18e9\", \"mac_address\":\"02:00:00:1D:CF:65\", \"name\":\"test-k8s-public-ip\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}]}" headers: Content-Length: - - "718" + - "531" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:42:11 GMT + - Thu, 30 Oct 2025 16:38:32 GMT Server: - Scaleway API Gateway (fr-par-3;edge03) X-Request-Id: - - 05f8a320-ff3d-4f9d-bb08-6cb5b4940a95 + - 9bd0e3ea-3db6-44ec-8d74-7a2f28d945f1 status: 200 OK code: 200 - duration: 95.009216ms -- id: 358 + duration: 54.090258ms +- id: 76 request: proto: HTTP/1.1 proto_major: 1 @@ -11621,29 +2579,29 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/25c00492-d965-4a12-8971-85497d187c93 + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/f5839d47-dfad-407f-b09b-089476114f21 method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 718 - body: "{\"region\":\"fr-par\", \"id\":\"25c00492-d965-4a12-8971-85497d187c93\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:34:05.830776Z\", \"updated_at\":\"2025-10-30T16:38:32.711417Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":true, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 1636 + body: "{\"region\":\"fr-par\", \"id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:19.128996Z\", \"updated_at\":\"2025-10-30T16:35:53.373007Z\", \"type\":\"kapsule\", \"name\":\"test-k8s-public-ip\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"public_ip\"], \"cluster_url\":\"https://f5839d47-dfad-407f-b09b-089476114f21.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.f5839d47-dfad-407f-b09b-089476114f21.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"3b0ad589-f167-4c39-a0fe-af124411f0c6\", \"commitment_ends_at\":\"2025-10-30T16:18:19.129003Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"d6e03bbf-faca-464d-b29e-9e329c3dc19d\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" headers: Content-Length: - - "718" + - "1636" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:42:16 GMT + - Thu, 30 Oct 2025 16:38:32 GMT Server: - Scaleway API Gateway (fr-par-3;edge03) X-Request-Id: - - dbd02ffc-ebfe-460b-838a-72508ff29fe1 + - ed35f771-e4f0-4567-a7c3-4cef77b32082 status: 200 OK code: 200 - duration: 83.13484ms -- id: 359 + duration: 23.698498ms +- id: 77 request: proto: HTTP/1.1 proto_major: 1 @@ -11653,29 +2611,29 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/25c00492-d965-4a12-8971-85497d187c93 + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/f5839d47-dfad-407f-b09b-089476114f21/kubeconfig method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 718 - body: "{\"region\":\"fr-par\", \"id\":\"25c00492-d965-4a12-8971-85497d187c93\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:34:05.830776Z\", \"updated_at\":\"2025-10-30T16:38:32.711417Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":true, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 1682 + body: "{\"name\":\"kubeconfig\", \"content_type\":\"application/octet-stream\", \"content\":\"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogInRlc3QtazhzLXB1YmxpYy1pcCIKICBjbHVzdGVyOgogICAgY2VydGlmaWNhdGUtYXV0aG9yaXR5LWRhdGE6IExTMHRMUzFDUlVkSlRpQkRSVkpVU1VaSlEwRlVSUzB0TFMwdENrMUpTVUpYZWtORFFWRkhaMEYzU1VKQlowbENRVVJCUzBKblozRm9hMnBQVUZGUlJFRnFRVlpOVWsxM1JWRlpSRlpSVVVSRmQzQnlaRmRLYkdOdE5Xd0taRWRXZWsxQ05GaEVWRWt4VFZSQmVVOVVSVEpOVkdkNFQxWnZXRVJVVFRGTlZFRjVUMVJGTWsxVVozaFBWbTkzUmxSRlZFMUNSVWRCTVZWRlFYaE5Td3BoTTFacFdsaEtkVnBZVW14amVrSmFUVUpOUjBKNWNVZFRUVFE1UVdkRlIwTkRjVWRUVFRRNVFYZEZTRUV3U1VGQ1VHdFVkVW80TlZCRE9XTllNbXhzQ21oQll6UnJXWFJwYVM4NVNYaEpRVmxuYzJOaWFHSmlWVEkwZEc1UVVuUjJZVk5PTmpreFFWUkhPR1kyVTNsVGJIcFhWVlY2VG1zd00wNWxWazFDUWk4S2NXaExLMDl0ZVdwUmFrSkJUVUUwUjBFeFZXUkVkMFZDTDNkUlJVRjNTVU53UkVGUVFtZE9Wa2hTVFVKQlpqaEZRbFJCUkVGUlNDOU5RakJIUVRGVlpBcEVaMUZYUWtKUloybDZLemhPVGt4bFMzZHRTR1p1TmpkbFkxbHdlRW92WkdkVVFVdENaMmR4YUd0cVQxQlJVVVJCWjA1SlFVUkNSa0ZwUlVGd1pWWkxDbHBIWkcxd1JYQjRXRkZoWmxkSlQyaGFXWFZyS3pkNVpEVlRWVkkwYkZOV2VHOUNVRlF3YTBOSlJtZHVNMjQwT1dKWWNHbFdkMUZIWlZOeVZVTlNZV2tLUW1zMFEydFpkMXBhVFROM1JEWXJLMHcwVlhBS0xTMHRMUzFGVGtRZ1EwVlNWRWxHU1VOQlZFVXRMUzB0TFFvPQogICAgc2VydmVyOiBodHRwczovL2Y1ODM5ZDQ3LWRmYWQtNDA3Zi1iMDliLTA4OTQ3NjExNGYyMS5hcGkuazhzLmZyLXBhci5zY3cuY2xvdWQ6NjQ0Mwpjb250ZXh0czoKLSBuYW1lOiBhZG1pbkB0ZXN0LWs4cy1wdWJsaWMtaXAKICBjb250ZXh0OgogICAgY2x1c3RlcjogInRlc3QtazhzLXB1YmxpYy1pcCIKICAgIHVzZXI6IHRlc3QtazhzLXB1YmxpYy1pcC1hZG1pbgpjdXJyZW50LWNvbnRleHQ6IGFkbWluQHRlc3QtazhzLXB1YmxpYy1pcApraW5kOiBDb25maWcKcHJlZmVyZW5jZXM6IHt9CnVzZXJzOgotIG5hbWU6IHRlc3QtazhzLXB1YmxpYy1pcC1hZG1pbgogIHVzZXI6CiAgICB0b2tlbjogOWZoZmVKT3p3bFFjamZEUnVpdmxlbmpod0ZKR2xzQ2xid2hLUVFDajJzcmFFa2w1cEdVSVdzVjM=\"}" headers: Content-Length: - - "718" + - "1682" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:42:21 GMT + - Thu, 30 Oct 2025 16:38:32 GMT Server: - Scaleway API Gateway (fr-par-3;edge03) X-Request-Id: - - 13e5ccec-c5e0-4dae-9952-e9e8faf817c1 + - af4a22fd-4eb0-4617-86f4-0ee44d5a09b4 status: 200 OK code: 200 - duration: 93.289017ms -- id: 360 + duration: 76.28329ms +- id: 78 request: proto: HTTP/1.1 proto_major: 1 @@ -11691,55 +2649,64 @@ interactions: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 718 - body: "{\"region\":\"fr-par\", \"id\":\"25c00492-d965-4a12-8971-85497d187c93\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:34:05.830776Z\", \"updated_at\":\"2025-10-30T16:38:32.711417Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":true, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 715 + body: "{\"region\":\"fr-par\", \"id\":\"25c00492-d965-4a12-8971-85497d187c93\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:34:05.830776Z\", \"updated_at\":\"2025-10-30T16:38:27.160948Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"ready\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":true, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" headers: Content-Length: - - "718" + - "715" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:42:26 GMT + - Thu, 30 Oct 2025 16:38:32 GMT Server: - Scaleway API Gateway (fr-par-3;edge03) X-Request-Id: - - 8696ee0f-415e-44a4-b5b1-837dc5cc8059 + - 7368b656-e27b-452c-840c-c46be49a54e0 status: 200 OK code: 200 - duration: 75.039035ms -- id: 361 + duration: 86.778408ms +- id: 79 request: proto: HTTP/1.1 proto_major: 1 proto_minor: 1 content_length: 0 host: api.scaleway.com + form: + order_by: + - created_at_asc + page: + - "1" + pool_id: + - 25c00492-d965-4a12-8971-85497d187c93 + status: + - unknown headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/25c00492-d965-4a12-8971-85497d187c93 + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/f5839d47-dfad-407f-b09b-089476114f21/nodes?order_by=created_at_asc&page=1&pool_id=25c00492-d965-4a12-8971-85497d187c93&status=unknown method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 718 - body: "{\"region\":\"fr-par\", \"id\":\"25c00492-d965-4a12-8971-85497d187c93\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:34:05.830776Z\", \"updated_at\":\"2025-10-30T16:38:32.711417Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":true, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 606 + body: "{\"total_count\":1, \"nodes\":[{\"region\":\"fr-par\", \"id\":\"b48c635c-1a92-41a4-9af2-40b8b700f7ad\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:37:31.726084Z\", \"updated_at\":\"2025-10-30T16:38:27.151996Z\", \"pool_id\":\"25c00492-d965-4a12-8971-85497d187c93\", \"status\":\"ready\", \"conditions\":{\"DiskPressure\":\"False\", \"MemoryPressure\":\"False\", \"PIDPressure\":\"False\", \"Ready\":\"True\"}, \"name\":\"scw-test-k8s-public-i-test-k8s-public-i-b48c63\", \"public_ip_v4\":\"\", \"public_ip_v6\":null, \"provider_id\":\"scaleway://instance/fr-par-1/0c73e5e0-d19d-4575-a638-62b0f20116a1\", \"error_message\":\"\"}]}" headers: Content-Length: - - "718" + - "606" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:42:31 GMT + - Thu, 30 Oct 2025 16:38:32 GMT Server: - Scaleway API Gateway (fr-par-3;edge03) X-Request-Id: - - fd747222-6cdc-4a11-8de1-26676144e856 + - eb0e0d9d-0295-4800-94bf-b0f1226a892d status: 200 OK code: 200 - duration: 76.30985ms -- id: 362 + duration: 33.362877ms +- id: 80 request: proto: HTTP/1.1 proto_major: 1 @@ -11749,61 +2716,70 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/25c00492-d965-4a12-8971-85497d187c93 + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/f5839d47-dfad-407f-b09b-089476114f21 method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 718 - body: "{\"region\":\"fr-par\", \"id\":\"25c00492-d965-4a12-8971-85497d187c93\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:34:05.830776Z\", \"updated_at\":\"2025-10-30T16:38:32.711417Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":true, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 1636 + body: "{\"region\":\"fr-par\", \"id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:19.128996Z\", \"updated_at\":\"2025-10-30T16:35:53.373007Z\", \"type\":\"kapsule\", \"name\":\"test-k8s-public-ip\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"public_ip\"], \"cluster_url\":\"https://f5839d47-dfad-407f-b09b-089476114f21.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.f5839d47-dfad-407f-b09b-089476114f21.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"3b0ad589-f167-4c39-a0fe-af124411f0c6\", \"commitment_ends_at\":\"2025-10-30T16:18:19.129003Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"d6e03bbf-faca-464d-b29e-9e329c3dc19d\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" headers: Content-Length: - - "718" + - "1636" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:42:37 GMT + - Thu, 30 Oct 2025 16:38:32 GMT Server: - Scaleway API Gateway (fr-par-3;edge03) X-Request-Id: - - cd1ae210-0946-40e4-aa6e-0707d7eee843 + - 3589b60e-a117-4cfa-a9a8-e43f9269b9e8 status: 200 OK code: 200 - duration: 86.347629ms -- id: 363 + duration: 96.995063ms +- id: 81 request: proto: HTTP/1.1 proto_major: 1 proto_minor: 1 content_length: 0 host: api.scaleway.com + form: + order_by: + - created_at_desc + project_id: + - 105bdce1-64c0-48ab-899d-868455867ecf + resource_name: + - scw-test-k8s-public-i-test-k8s-public-i-b48c63 + resource_type: + - unknown_type headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/25c00492-d965-4a12-8971-85497d187c93 + url: https://api.scaleway.com/ipam/v1/regions/fr-par/ips?order_by=created_at_desc&project_id=105bdce1-64c0-48ab-899d-868455867ecf&resource_name=scw-test-k8s-public-i-test-k8s-public-i-b48c63&resource_type=unknown_type method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 718 - body: "{\"region\":\"fr-par\", \"id\":\"25c00492-d965-4a12-8971-85497d187c93\", \"cluster_id\":\"f5839d47-dfad-407f-b09b-089476114f21\", \"created_at\":\"2025-10-30T16:34:05.830776Z\", \"updated_at\":\"2025-10-30T16:38:32.711417Z\", \"name\":\"test-k8s-public-ip\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":true, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 1121 + body: "{\"total_count\":2, \"ips\":[{\"id\":\"3ebdd249-37f3-4a70-9b70-a2d42284fefd\", \"address\":\"fd5f:519c:6d46:99a:cf17:55fb:2052:a4e4/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":true, \"created_at\":\"2025-10-30T16:37:33.507979Z\", \"updated_at\":\"2025-10-30T16:37:33.507979Z\", \"source\":{\"subnet_id\":\"7adff8c4-babb-4a82-8d99-2372f50ef5d3\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"ec3a7208-d366-4cdb-8e3f-66145340b0f2\", \"mac_address\":\"02:00:00:11:FD:C0\", \"name\":\"scw-test-k8s-public-i-test-k8s-public-i-b48c63\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}, {\"id\":\"933eb443-ad18-4da1-b4fc-dec7f605e464\", \"address\":\"172.18.44.4/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":false, \"created_at\":\"2025-10-30T16:37:33.399349Z\", \"updated_at\":\"2025-10-30T16:37:33.399349Z\", \"source\":{\"subnet_id\":\"af2c5aa2-55c5-4e53-a1e5-91f9a8103b6f\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"ec3a7208-d366-4cdb-8e3f-66145340b0f2\", \"mac_address\":\"02:00:00:11:FD:C0\", \"name\":\"scw-test-k8s-public-i-test-k8s-public-i-b48c63\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}]}" headers: Content-Length: - - "718" + - "1121" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:42:42 GMT + - Thu, 30 Oct 2025 16:38:32 GMT Server: - Scaleway API Gateway (fr-par-3;edge03) X-Request-Id: - - 7b059cad-f239-4601-b6a3-c471815a202e + - 136fc9cb-6332-4a4b-aa8a-dd7f78e400e6 status: 200 OK code: 200 - duration: 85.086352ms -- id: 364 + duration: 30.023549ms +- id: 82 request: proto: HTTP/1.1 proto_major: 1 @@ -11814,7 +2790,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/25c00492-d965-4a12-8971-85497d187c93 - method: GET + method: DELETE response: proto: HTTP/2.0 proto_major: 2 @@ -11827,15 +2803,15 @@ interactions: Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:42:47 GMT + - Thu, 30 Oct 2025 16:38:32 GMT Server: - Scaleway API Gateway (fr-par-3;edge03) X-Request-Id: - - 6f8576ed-9e39-43e0-9db1-707c82fac8ce + - 2093e273-8b99-4600-b7de-f9552f9a1079 status: 200 OK code: 200 - duration: 77.179232ms -- id: 365 + duration: 116.524116ms +- id: 83 request: proto: HTTP/1.1 proto_major: 1 @@ -11859,15 +2835,15 @@ interactions: Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:42:52 GMT + - Thu, 30 Oct 2025 16:38:32 GMT Server: - Scaleway API Gateway (fr-par-3;edge03) X-Request-Id: - - 6a16a531-5750-462a-b7f1-922815606500 + - e77b6791-b901-4509-ad96-b134eb875513 status: 200 OK code: 200 - duration: 85.791886ms -- id: 366 + duration: 26.252331ms +- id: 84 request: proto: HTTP/1.1 proto_major: 1 @@ -11899,7 +2875,7 @@ interactions: status: 404 Not Found code: 404 duration: 22.039584ms -- id: 367 +- id: 85 request: proto: HTTP/1.1 proto_major: 1 @@ -11934,7 +2910,7 @@ interactions: status: 200 OK code: 200 duration: 188.942402ms -- id: 368 +- id: 86 request: proto: HTTP/1.1 proto_major: 1 @@ -11966,7 +2942,7 @@ interactions: status: 200 OK code: 200 duration: 84.659802ms -- id: 369 +- id: 87 request: proto: HTTP/1.1 proto_major: 1 @@ -11998,7 +2974,7 @@ interactions: status: 404 Not Found code: 404 duration: 20.818142ms -- id: 370 +- id: 88 request: proto: HTTP/1.1 proto_major: 1 @@ -12030,7 +3006,7 @@ interactions: status: 200 OK code: 200 duration: 52.026895ms -- id: 371 +- id: 89 request: proto: HTTP/1.1 proto_major: 1 @@ -12062,7 +3038,7 @@ interactions: status: 200 OK code: 200 duration: 65.025321ms -- id: 372 +- id: 90 request: proto: HTTP/1.1 proto_major: 1 @@ -12094,7 +3070,7 @@ interactions: status: 200 OK code: 200 duration: 43.548583ms -- id: 373 +- id: 91 request: proto: HTTP/1.1 proto_major: 1 @@ -12126,7 +3102,7 @@ interactions: status: 404 Not Found code: 404 duration: 24.308152ms -- id: 374 +- id: 92 request: proto: HTTP/1.1 proto_major: 1 @@ -12158,7 +3134,7 @@ interactions: status: 200 OK code: 200 duration: 30.43993ms -- id: 375 +- id: 93 request: proto: HTTP/1.1 proto_major: 1 @@ -12193,7 +3169,7 @@ interactions: status: 200 OK code: 200 duration: 55.531232ms -- id: 376 +- id: 94 request: proto: HTTP/1.1 proto_major: 1 @@ -12225,7 +3201,7 @@ interactions: status: 404 Not Found code: 404 duration: 23.720559ms -- id: 377 +- id: 95 request: proto: HTTP/1.1 proto_major: 1 @@ -12255,7 +3231,7 @@ interactions: status: 204 No Content code: 204 duration: 1.037132515s -- id: 378 +- id: 96 request: proto: HTTP/1.1 proto_major: 1 @@ -12285,7 +3261,7 @@ interactions: status: 204 No Content code: 204 duration: 123.228428ms -- id: 379 +- id: 97 request: proto: HTTP/1.1 proto_major: 1 @@ -12317,7 +3293,7 @@ interactions: status: 404 Not Found code: 404 duration: 24.153923ms -- id: 380 +- id: 98 request: proto: HTTP/1.1 proto_major: 1 @@ -12349,7 +3325,7 @@ interactions: status: 404 Not Found code: 404 duration: 21.278586ms -- id: 381 +- id: 99 request: proto: HTTP/1.1 proto_major: 1 @@ -12381,7 +3357,7 @@ interactions: status: 404 Not Found code: 404 duration: 73.117208ms -- id: 382 +- id: 100 request: proto: HTTP/1.1 proto_major: 1 @@ -12413,7 +3389,7 @@ interactions: status: 404 Not Found code: 404 duration: 20.250997ms -- id: 383 +- id: 101 request: proto: HTTP/1.1 proto_major: 1 diff --git a/internal/services/k8s/testdata/pool-size.cassette.yaml b/internal/services/k8s/testdata/pool-size.cassette.yaml index f6b015a484..e17d5ab1c2 100644 --- a/internal/services/k8s/testdata/pool-size.cassette.yaml +++ b/internal/services/k8s/testdata/pool-size.cassette.yaml @@ -516,22 +516,22 @@ interactions: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 704 - body: "{\"region\":\"fr-par\", \"id\":\"0ccff165-4abf-4eaf-b15b-f015df945404\", \"cluster_id\":\"72af4d6f-f77b-4a30-94d7-95e9d20d7c7c\", \"created_at\":\"2025-10-30T16:51:48.468973Z\", \"updated_at\":\"2025-10-30T16:51:48.468973Z\", \"name\":\"pool\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 702 + body: "{\"region\":\"fr-par\", \"id\":\"0ccff165-4abf-4eaf-b15b-f015df945404\", \"cluster_id\":\"72af4d6f-f77b-4a30-94d7-95e9d20d7c7c\", \"created_at\":\"2025-10-30T16:51:48.468973Z\", \"updated_at\":\"2025-10-30T16:55:52.846189Z\", \"name\":\"pool\", \"status\":\"ready\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" headers: Content-Length: - - "704" + - "702" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:51:53 GMT + - Thu, 30 Oct 2025 16:55:53 GMT Server: - Scaleway API Gateway (fr-par-3;edge01) X-Request-Id: - - 534a396e-1332-4442-bf1d-863ac94756a2 + - c95d5e47-5028-4704-8f64-1c56e4a07a25 status: 200 OK code: 200 - duration: 81.870156ms + duration: 101.408396ms - id: 16 request: proto: HTTP/1.1 @@ -542,28 +542,28 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/0ccff165-4abf-4eaf-b15b-f015df945404 + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/72af4d6f-f77b-4a30-94d7-95e9d20d7c7c method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 704 - body: "{\"region\":\"fr-par\", \"id\":\"0ccff165-4abf-4eaf-b15b-f015df945404\", \"cluster_id\":\"72af4d6f-f77b-4a30-94d7-95e9d20d7c7c\", \"created_at\":\"2025-10-30T16:51:48.468973Z\", \"updated_at\":\"2025-10-30T16:51:48.468973Z\", \"name\":\"pool\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 1582 + body: "{\"region\":\"fr-par\", \"id\":\"72af4d6f-f77b-4a30-94d7-95e9d20d7c7c\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:51:42.964774Z\", \"updated_at\":\"2025-10-30T16:53:13.143362Z\", \"type\":\"kapsule\", \"name\":\"test-pool-size\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[], \"cluster_url\":\"https://72af4d6f-f77b-4a30-94d7-95e9d20d7c7c.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.72af4d6f-f77b-4a30-94d7-95e9d20d7c7c.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":true, \"maintenance_window\":{\"start_hour\":12, \"day\":\"monday\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"8cc7d8e5-b56e-44ad-8001-d2fa3796163e\", \"commitment_ends_at\":\"2025-10-30T16:51:42.964783Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"a07f8031-1342-41ce-872b-135c9c8e562a\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" headers: Content-Length: - - "704" + - "1582" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:51:58 GMT + - Thu, 30 Oct 2025 16:55:53 GMT Server: - Scaleway API Gateway (fr-par-3;edge01) X-Request-Id: - - 497456fb-37ab-4a4d-9510-95aa4867e204 + - 783cf862-f468-42f7-8dfa-b6eb00d7baf9 status: 200 OK code: 200 - duration: 85.719961ms + duration: 24.233001ms - id: 17 request: proto: HTTP/1.1 @@ -580,22 +580,22 @@ interactions: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 704 - body: "{\"region\":\"fr-par\", \"id\":\"0ccff165-4abf-4eaf-b15b-f015df945404\", \"cluster_id\":\"72af4d6f-f77b-4a30-94d7-95e9d20d7c7c\", \"created_at\":\"2025-10-30T16:51:48.468973Z\", \"updated_at\":\"2025-10-30T16:51:48.468973Z\", \"name\":\"pool\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 702 + body: "{\"region\":\"fr-par\", \"id\":\"0ccff165-4abf-4eaf-b15b-f015df945404\", \"cluster_id\":\"72af4d6f-f77b-4a30-94d7-95e9d20d7c7c\", \"created_at\":\"2025-10-30T16:51:48.468973Z\", \"updated_at\":\"2025-10-30T16:55:52.846189Z\", \"name\":\"pool\", \"status\":\"ready\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" headers: Content-Length: - - "704" + - "702" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:52:03 GMT + - Thu, 30 Oct 2025 16:55:53 GMT Server: - Scaleway API Gateway (fr-par-3;edge01) X-Request-Id: - - 5dfcb0c4-91b1-4910-aa0c-866cbfc63858 + - 70a0dc11-fa3a-4068-b3cf-7a292c0deb00 status: 200 OK code: 200 - duration: 144.019389ms + duration: 35.306324ms - id: 18 request: proto: HTTP/1.1 @@ -603,31 +603,40 @@ interactions: proto_minor: 1 content_length: 0 host: api.scaleway.com + form: + order_by: + - created_at_asc + page: + - "1" + pool_id: + - 0ccff165-4abf-4eaf-b15b-f015df945404 + status: + - unknown headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/0ccff165-4abf-4eaf-b15b-f015df945404 + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/72af4d6f-f77b-4a30-94d7-95e9d20d7c7c/nodes?order_by=created_at_asc&page=1&pool_id=0ccff165-4abf-4eaf-b15b-f015df945404&status=unknown method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 704 - body: "{\"region\":\"fr-par\", \"id\":\"0ccff165-4abf-4eaf-b15b-f015df945404\", \"cluster_id\":\"72af4d6f-f77b-4a30-94d7-95e9d20d7c7c\", \"created_at\":\"2025-10-30T16:51:48.468973Z\", \"updated_at\":\"2025-10-30T16:51:48.468973Z\", \"name\":\"pool\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 619 + body: "{\"total_count\":1, \"nodes\":[{\"region\":\"fr-par\", \"id\":\"49bcc1f6-133f-4938-9f5a-bbca5c23cc31\", \"cluster_id\":\"72af4d6f-f77b-4a30-94d7-95e9d20d7c7c\", \"created_at\":\"2025-10-30T16:54:54.764720Z\", \"updated_at\":\"2025-10-30T16:55:52.833238Z\", \"pool_id\":\"0ccff165-4abf-4eaf-b15b-f015df945404\", \"status\":\"ready\", \"conditions\":{\"DiskPressure\":\"False\", \"MemoryPressure\":\"False\", \"PIDPressure\":\"False\", \"Ready\":\"True\"}, \"name\":\"scw-test-pool-size-pool-49bcc1f6133f49389f5abb\", \"public_ip_v4\":\"51.15.236.240\", \"public_ip_v6\":null, \"provider_id\":\"scaleway://instance/fr-par-1/6eb38208-a5b7-466c-ba47-ec9fc6bab30c\", \"error_message\":\"\"}]}" headers: Content-Length: - - "704" + - "619" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:52:09 GMT + - Thu, 30 Oct 2025 16:55:53 GMT Server: - Scaleway API Gateway (fr-par-3;edge01) X-Request-Id: - - 05472753-6faf-4542-9621-99fed7bf4c2c + - a1decd4b-5e67-4aaf-a813-8f7095422b70 status: 200 OK code: 200 - duration: 87.15818ms + duration: 25.86252ms - id: 19 request: proto: HTTP/1.1 @@ -638,28 +647,28 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/0ccff165-4abf-4eaf-b15b-f015df945404 + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/72af4d6f-f77b-4a30-94d7-95e9d20d7c7c method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 704 - body: "{\"region\":\"fr-par\", \"id\":\"0ccff165-4abf-4eaf-b15b-f015df945404\", \"cluster_id\":\"72af4d6f-f77b-4a30-94d7-95e9d20d7c7c\", \"created_at\":\"2025-10-30T16:51:48.468973Z\", \"updated_at\":\"2025-10-30T16:51:48.468973Z\", \"name\":\"pool\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 1582 + body: "{\"region\":\"fr-par\", \"id\":\"72af4d6f-f77b-4a30-94d7-95e9d20d7c7c\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:51:42.964774Z\", \"updated_at\":\"2025-10-30T16:53:13.143362Z\", \"type\":\"kapsule\", \"name\":\"test-pool-size\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[], \"cluster_url\":\"https://72af4d6f-f77b-4a30-94d7-95e9d20d7c7c.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.72af4d6f-f77b-4a30-94d7-95e9d20d7c7c.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":true, \"maintenance_window\":{\"start_hour\":12, \"day\":\"monday\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"8cc7d8e5-b56e-44ad-8001-d2fa3796163e\", \"commitment_ends_at\":\"2025-10-30T16:51:42.964783Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"a07f8031-1342-41ce-872b-135c9c8e562a\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" headers: Content-Length: - - "704" + - "1582" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:52:14 GMT + - Thu, 30 Oct 2025 16:55:53 GMT Server: - Scaleway API Gateway (fr-par-3;edge01) X-Request-Id: - - de402aea-951e-47c0-9d9f-4f7795e2b991 + - a628b777-d704-4b19-8cc8-160f1195b9c9 status: 200 OK code: 200 - duration: 80.040391ms + duration: 105.985787ms - id: 20 request: proto: HTTP/1.1 @@ -667,31 +676,40 @@ interactions: proto_minor: 1 content_length: 0 host: api.scaleway.com + form: + order_by: + - created_at_desc + project_id: + - 105bdce1-64c0-48ab-899d-868455867ecf + resource_name: + - scw-test-pool-size-pool-49bcc1f6133f49389f5abb + resource_type: + - unknown_type headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/0ccff165-4abf-4eaf-b15b-f015df945404 + url: https://api.scaleway.com/ipam/v1/regions/fr-par/ips?order_by=created_at_desc&project_id=105bdce1-64c0-48ab-899d-868455867ecf&resource_name=scw-test-pool-size-pool-49bcc1f6133f49389f5abb&resource_type=unknown_type method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 704 - body: "{\"region\":\"fr-par\", \"id\":\"0ccff165-4abf-4eaf-b15b-f015df945404\", \"cluster_id\":\"72af4d6f-f77b-4a30-94d7-95e9d20d7c7c\", \"created_at\":\"2025-10-30T16:51:48.468973Z\", \"updated_at\":\"2025-10-30T16:51:48.468973Z\", \"name\":\"pool\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 1121 + body: "{\"total_count\":2, \"ips\":[{\"id\":\"0461f29b-4b0e-45ea-abba-9b80a0cca4c9\", \"address\":\"fd5f:519c:6d46:8b07:57fd:7a14:5813:b86/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":true, \"created_at\":\"2025-10-30T16:54:58.251406Z\", \"updated_at\":\"2025-10-30T16:54:58.251406Z\", \"source\":{\"subnet_id\":\"83a37010-9e4f-443f-ab9c-1dfd0d17cdf3\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"cdf2a35f-fc87-448f-a83b-1e0d7689f523\", \"mac_address\":\"02:00:00:16:0B:D2\", \"name\":\"scw-test-pool-size-pool-49bcc1f6133f49389f5abb\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}, {\"id\":\"0cfb1399-091a-4e24-bf6d-0e4a3877b504\", \"address\":\"172.18.56.3/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":false, \"created_at\":\"2025-10-30T16:54:58.095801Z\", \"updated_at\":\"2025-10-30T16:54:58.095801Z\", \"source\":{\"subnet_id\":\"792887f6-0210-4d72-85e3-631bf1861aa4\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"cdf2a35f-fc87-448f-a83b-1e0d7689f523\", \"mac_address\":\"02:00:00:16:0B:D2\", \"name\":\"scw-test-pool-size-pool-49bcc1f6133f49389f5abb\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}]}" headers: Content-Length: - - "704" + - "1121" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:52:19 GMT + - Thu, 30 Oct 2025 16:55:53 GMT Server: - Scaleway API Gateway (fr-par-3;edge01) X-Request-Id: - - 8bdb6859-f9e8-449b-96ca-17b4234eb8b8 + - 74ea61a2-9d40-4a4c-8145-3a5bb4a2ae08 status: 200 OK code: 200 - duration: 93.776251ms + duration: 57.262461ms - id: 21 request: proto: HTTP/1.1 @@ -702,28 +720,28 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/0ccff165-4abf-4eaf-b15b-f015df945404 + url: https://api.scaleway.com/vpc/v2/regions/fr-par/vpcs/6baec7f2-6583-4805-9b7d-ef0603a2cff6 method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 704 - body: "{\"region\":\"fr-par\", \"id\":\"0ccff165-4abf-4eaf-b15b-f015df945404\", \"cluster_id\":\"72af4d6f-f77b-4a30-94d7-95e9d20d7c7c\", \"created_at\":\"2025-10-30T16:51:48.468973Z\", \"updated_at\":\"2025-10-30T16:51:48.468973Z\", \"name\":\"pool\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 425 + body: "{\"id\":\"6baec7f2-6583-4805-9b7d-ef0603a2cff6\", \"name\":\"tf-vpc-heuristic-mirzakhani\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:51:41.869540Z\", \"updated_at\":\"2025-10-30T16:51:41.869540Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_default\":false, \"private_network_count\":1, \"routing_enabled\":true, \"custom_routes_propagation_enabled\":true, \"region\":\"fr-par\"}" headers: Content-Length: - - "704" + - "425" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:52:24 GMT + - Thu, 30 Oct 2025 16:55:53 GMT Server: - Scaleway API Gateway (fr-par-3;edge01) X-Request-Id: - - 8dd78b59-19cf-4644-9350-80354d276156 + - 27502a87-04b5-4efb-acd4-4c050a5f1543 status: 200 OK code: 200 - duration: 88.459763ms + duration: 27.629536ms - id: 22 request: proto: HTTP/1.1 @@ -734,28 +752,28 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/0ccff165-4abf-4eaf-b15b-f015df945404 + url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks/8cc7d8e5-b56e-44ad-8001-d2fa3796163e method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 704 - body: "{\"region\":\"fr-par\", \"id\":\"0ccff165-4abf-4eaf-b15b-f015df945404\", \"cluster_id\":\"72af4d6f-f77b-4a30-94d7-95e9d20d7c7c\", \"created_at\":\"2025-10-30T16:51:48.468973Z\", \"updated_at\":\"2025-10-30T16:51:48.468973Z\", \"name\":\"pool\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 1084 + body: "{\"id\":\"8cc7d8e5-b56e-44ad-8001-d2fa3796163e\", \"name\":\"test-pool-size\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:51:41.989202Z\", \"updated_at\":\"2025-10-30T16:51:41.989202Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"subnets\":[{\"id\":\"792887f6-0210-4d72-85e3-631bf1861aa4\", \"created_at\":\"2025-10-30T16:51:41.989202Z\", \"updated_at\":\"2025-10-30T16:51:41.989202Z\", \"subnet\":\"172.18.56.0/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"8cc7d8e5-b56e-44ad-8001-d2fa3796163e\", \"vpc_id\":\"6baec7f2-6583-4805-9b7d-ef0603a2cff6\"}, {\"id\":\"83a37010-9e4f-443f-ab9c-1dfd0d17cdf3\", \"created_at\":\"2025-10-30T16:51:41.989202Z\", \"updated_at\":\"2025-10-30T16:51:41.989202Z\", \"subnet\":\"fd5f:519c:6d46:8b07::/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"8cc7d8e5-b56e-44ad-8001-d2fa3796163e\", \"vpc_id\":\"6baec7f2-6583-4805-9b7d-ef0603a2cff6\"}], \"vpc_id\":\"6baec7f2-6583-4805-9b7d-ef0603a2cff6\", \"dhcp_enabled\":true, \"default_route_propagation_enabled\":false, \"region\":\"fr-par\"}" headers: Content-Length: - - "704" + - "1084" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:52:29 GMT + - Thu, 30 Oct 2025 16:55:53 GMT Server: - Scaleway API Gateway (fr-par-3;edge01) X-Request-Id: - - c1278bb1-51ec-46c0-bb71-0008b517531a + - 4966ddb6-a1b4-4115-b82d-8fd868e15f2e status: 200 OK code: 200 - duration: 101.084649ms + duration: 32.375624ms - id: 23 request: proto: HTTP/1.1 @@ -766,28 +784,28 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/0ccff165-4abf-4eaf-b15b-f015df945404 + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/72af4d6f-f77b-4a30-94d7-95e9d20d7c7c method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 704 - body: "{\"region\":\"fr-par\", \"id\":\"0ccff165-4abf-4eaf-b15b-f015df945404\", \"cluster_id\":\"72af4d6f-f77b-4a30-94d7-95e9d20d7c7c\", \"created_at\":\"2025-10-30T16:51:48.468973Z\", \"updated_at\":\"2025-10-30T16:51:48.468973Z\", \"name\":\"pool\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 1582 + body: "{\"region\":\"fr-par\", \"id\":\"72af4d6f-f77b-4a30-94d7-95e9d20d7c7c\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:51:42.964774Z\", \"updated_at\":\"2025-10-30T16:53:13.143362Z\", \"type\":\"kapsule\", \"name\":\"test-pool-size\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[], \"cluster_url\":\"https://72af4d6f-f77b-4a30-94d7-95e9d20d7c7c.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.72af4d6f-f77b-4a30-94d7-95e9d20d7c7c.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":true, \"maintenance_window\":{\"start_hour\":12, \"day\":\"monday\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"8cc7d8e5-b56e-44ad-8001-d2fa3796163e\", \"commitment_ends_at\":\"2025-10-30T16:51:42.964783Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"a07f8031-1342-41ce-872b-135c9c8e562a\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" headers: Content-Length: - - "704" + - "1582" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:52:34 GMT + - Thu, 30 Oct 2025 16:55:53 GMT Server: - Scaleway API Gateway (fr-par-3;edge01) X-Request-Id: - - 0d73ff8f-1148-4207-86fa-7ccf91e8ae04 + - e1c44f2c-0490-4fb2-84bc-596e27274b16 status: 200 OK code: 200 - duration: 99.099943ms + duration: 19.187741ms - id: 24 request: proto: HTTP/1.1 @@ -798,2387 +816,29 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/0ccff165-4abf-4eaf-b15b-f015df945404 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 704 - body: "{\"region\":\"fr-par\", \"id\":\"0ccff165-4abf-4eaf-b15b-f015df945404\", \"cluster_id\":\"72af4d6f-f77b-4a30-94d7-95e9d20d7c7c\", \"created_at\":\"2025-10-30T16:51:48.468973Z\", \"updated_at\":\"2025-10-30T16:51:48.468973Z\", \"name\":\"pool\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "704" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:52:39 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - b3811a04-b034-40d7-9615-b7331c7d88a6 - status: 200 OK - code: 200 - duration: 93.867393ms -- id: 25 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/0ccff165-4abf-4eaf-b15b-f015df945404 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 704 - body: "{\"region\":\"fr-par\", \"id\":\"0ccff165-4abf-4eaf-b15b-f015df945404\", \"cluster_id\":\"72af4d6f-f77b-4a30-94d7-95e9d20d7c7c\", \"created_at\":\"2025-10-30T16:51:48.468973Z\", \"updated_at\":\"2025-10-30T16:51:48.468973Z\", \"name\":\"pool\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "704" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:52:44 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - a5e098de-d16e-4a1c-9075-fb9de72dff83 - status: 200 OK - code: 200 - duration: 90.845872ms -- id: 26 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/0ccff165-4abf-4eaf-b15b-f015df945404 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 704 - body: "{\"region\":\"fr-par\", \"id\":\"0ccff165-4abf-4eaf-b15b-f015df945404\", \"cluster_id\":\"72af4d6f-f77b-4a30-94d7-95e9d20d7c7c\", \"created_at\":\"2025-10-30T16:51:48.468973Z\", \"updated_at\":\"2025-10-30T16:51:48.468973Z\", \"name\":\"pool\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "704" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:52:49 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - fd62cf55-4748-4130-9222-c74f02eaa314 - status: 200 OK - code: 200 - duration: 72.798139ms -- id: 27 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/0ccff165-4abf-4eaf-b15b-f015df945404 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 704 - body: "{\"region\":\"fr-par\", \"id\":\"0ccff165-4abf-4eaf-b15b-f015df945404\", \"cluster_id\":\"72af4d6f-f77b-4a30-94d7-95e9d20d7c7c\", \"created_at\":\"2025-10-30T16:51:48.468973Z\", \"updated_at\":\"2025-10-30T16:51:48.468973Z\", \"name\":\"pool\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "704" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:52:54 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - deca06bc-99a6-49f5-92f5-58b304b0c905 - status: 200 OK - code: 200 - duration: 75.541879ms -- id: 28 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/0ccff165-4abf-4eaf-b15b-f015df945404 + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/72af4d6f-f77b-4a30-94d7-95e9d20d7c7c/kubeconfig method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 704 - body: "{\"region\":\"fr-par\", \"id\":\"0ccff165-4abf-4eaf-b15b-f015df945404\", \"cluster_id\":\"72af4d6f-f77b-4a30-94d7-95e9d20d7c7c\", \"created_at\":\"2025-10-30T16:51:48.468973Z\", \"updated_at\":\"2025-10-30T16:51:48.468973Z\", \"name\":\"pool\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "704" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:52:59 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - 6004d217-66e9-4d6f-9010-8143697a2280 - status: 200 OK - code: 200 - duration: 87.991825ms -- id: 29 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/0ccff165-4abf-4eaf-b15b-f015df945404 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 704 - body: "{\"region\":\"fr-par\", \"id\":\"0ccff165-4abf-4eaf-b15b-f015df945404\", \"cluster_id\":\"72af4d6f-f77b-4a30-94d7-95e9d20d7c7c\", \"created_at\":\"2025-10-30T16:51:48.468973Z\", \"updated_at\":\"2025-10-30T16:51:48.468973Z\", \"name\":\"pool\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "704" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:53:05 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - 97cba00d-5f07-4dc9-b8e3-d26dfc3aea70 - status: 200 OK - code: 200 - duration: 83.307514ms -- id: 30 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/0ccff165-4abf-4eaf-b15b-f015df945404 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 704 - body: "{\"region\":\"fr-par\", \"id\":\"0ccff165-4abf-4eaf-b15b-f015df945404\", \"cluster_id\":\"72af4d6f-f77b-4a30-94d7-95e9d20d7c7c\", \"created_at\":\"2025-10-30T16:51:48.468973Z\", \"updated_at\":\"2025-10-30T16:51:48.468973Z\", \"name\":\"pool\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "704" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:53:10 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - c9e92ff6-72b0-465d-8751-7f23d3142a3b - status: 200 OK - code: 200 - duration: 71.757977ms -- id: 31 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/0ccff165-4abf-4eaf-b15b-f015df945404 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 704 - body: "{\"region\":\"fr-par\", \"id\":\"0ccff165-4abf-4eaf-b15b-f015df945404\", \"cluster_id\":\"72af4d6f-f77b-4a30-94d7-95e9d20d7c7c\", \"created_at\":\"2025-10-30T16:51:48.468973Z\", \"updated_at\":\"2025-10-30T16:51:48.468973Z\", \"name\":\"pool\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "704" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:53:15 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - e555fc62-8910-4aa2-8607-23f9a7130a74 - status: 200 OK - code: 200 - duration: 91.667124ms -- id: 32 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/0ccff165-4abf-4eaf-b15b-f015df945404 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 704 - body: "{\"region\":\"fr-par\", \"id\":\"0ccff165-4abf-4eaf-b15b-f015df945404\", \"cluster_id\":\"72af4d6f-f77b-4a30-94d7-95e9d20d7c7c\", \"created_at\":\"2025-10-30T16:51:48.468973Z\", \"updated_at\":\"2025-10-30T16:51:48.468973Z\", \"name\":\"pool\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "704" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:53:20 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - 40f8961a-9b90-4ed4-84c2-dcc4569b58b4 - status: 200 OK - code: 200 - duration: 89.850533ms -- id: 33 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/0ccff165-4abf-4eaf-b15b-f015df945404 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 704 - body: "{\"region\":\"fr-par\", \"id\":\"0ccff165-4abf-4eaf-b15b-f015df945404\", \"cluster_id\":\"72af4d6f-f77b-4a30-94d7-95e9d20d7c7c\", \"created_at\":\"2025-10-30T16:51:48.468973Z\", \"updated_at\":\"2025-10-30T16:51:48.468973Z\", \"name\":\"pool\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "704" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:53:25 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - 5bd9c482-aaec-4ff1-8576-a0334434e009 - status: 200 OK - code: 200 - duration: 84.946971ms -- id: 34 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/0ccff165-4abf-4eaf-b15b-f015df945404 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 704 - body: "{\"region\":\"fr-par\", \"id\":\"0ccff165-4abf-4eaf-b15b-f015df945404\", \"cluster_id\":\"72af4d6f-f77b-4a30-94d7-95e9d20d7c7c\", \"created_at\":\"2025-10-30T16:51:48.468973Z\", \"updated_at\":\"2025-10-30T16:51:48.468973Z\", \"name\":\"pool\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "704" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:53:30 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - 35c003b8-4477-459e-9ea5-dc4133d35d36 - status: 200 OK - code: 200 - duration: 79.584006ms -- id: 35 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/0ccff165-4abf-4eaf-b15b-f015df945404 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 704 - body: "{\"region\":\"fr-par\", \"id\":\"0ccff165-4abf-4eaf-b15b-f015df945404\", \"cluster_id\":\"72af4d6f-f77b-4a30-94d7-95e9d20d7c7c\", \"created_at\":\"2025-10-30T16:51:48.468973Z\", \"updated_at\":\"2025-10-30T16:51:48.468973Z\", \"name\":\"pool\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "704" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:53:35 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - 035084ca-81a4-4ff5-bb37-6215d5d8ab4d - status: 200 OK - code: 200 - duration: 97.871077ms -- id: 36 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/0ccff165-4abf-4eaf-b15b-f015df945404 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 704 - body: "{\"region\":\"fr-par\", \"id\":\"0ccff165-4abf-4eaf-b15b-f015df945404\", \"cluster_id\":\"72af4d6f-f77b-4a30-94d7-95e9d20d7c7c\", \"created_at\":\"2025-10-30T16:51:48.468973Z\", \"updated_at\":\"2025-10-30T16:51:48.468973Z\", \"name\":\"pool\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "704" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:53:40 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - 1dc48e93-28a2-4855-b72c-c32c0a18dfbe - status: 200 OK - code: 200 - duration: 76.379551ms -- id: 37 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/0ccff165-4abf-4eaf-b15b-f015df945404 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 704 - body: "{\"region\":\"fr-par\", \"id\":\"0ccff165-4abf-4eaf-b15b-f015df945404\", \"cluster_id\":\"72af4d6f-f77b-4a30-94d7-95e9d20d7c7c\", \"created_at\":\"2025-10-30T16:51:48.468973Z\", \"updated_at\":\"2025-10-30T16:51:48.468973Z\", \"name\":\"pool\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "704" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:53:45 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - d78a4a7d-ed9a-4d09-b949-d54ff741bbf3 - status: 200 OK - code: 200 - duration: 95.269363ms -- id: 38 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/0ccff165-4abf-4eaf-b15b-f015df945404 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 704 - body: "{\"region\":\"fr-par\", \"id\":\"0ccff165-4abf-4eaf-b15b-f015df945404\", \"cluster_id\":\"72af4d6f-f77b-4a30-94d7-95e9d20d7c7c\", \"created_at\":\"2025-10-30T16:51:48.468973Z\", \"updated_at\":\"2025-10-30T16:51:48.468973Z\", \"name\":\"pool\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "704" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:53:50 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - 02474104-b742-4158-a56c-f56ef5a45721 - status: 200 OK - code: 200 - duration: 81.494361ms -- id: 39 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/0ccff165-4abf-4eaf-b15b-f015df945404 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 704 - body: "{\"region\":\"fr-par\", \"id\":\"0ccff165-4abf-4eaf-b15b-f015df945404\", \"cluster_id\":\"72af4d6f-f77b-4a30-94d7-95e9d20d7c7c\", \"created_at\":\"2025-10-30T16:51:48.468973Z\", \"updated_at\":\"2025-10-30T16:51:48.468973Z\", \"name\":\"pool\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "704" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:53:55 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - 62fe0ac7-0de6-4312-9145-376358681f67 - status: 200 OK - code: 200 - duration: 236.515458ms -- id: 40 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/0ccff165-4abf-4eaf-b15b-f015df945404 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 704 - body: "{\"region\":\"fr-par\", \"id\":\"0ccff165-4abf-4eaf-b15b-f015df945404\", \"cluster_id\":\"72af4d6f-f77b-4a30-94d7-95e9d20d7c7c\", \"created_at\":\"2025-10-30T16:51:48.468973Z\", \"updated_at\":\"2025-10-30T16:51:48.468973Z\", \"name\":\"pool\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "704" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:54:01 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - 25e23e34-faef-4b2d-bea2-20acdf92e70e - status: 200 OK - code: 200 - duration: 229.392169ms -- id: 41 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/0ccff165-4abf-4eaf-b15b-f015df945404 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 704 - body: "{\"region\":\"fr-par\", \"id\":\"0ccff165-4abf-4eaf-b15b-f015df945404\", \"cluster_id\":\"72af4d6f-f77b-4a30-94d7-95e9d20d7c7c\", \"created_at\":\"2025-10-30T16:51:48.468973Z\", \"updated_at\":\"2025-10-30T16:51:48.468973Z\", \"name\":\"pool\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "704" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:54:06 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - 1247b228-1312-4d8d-a38a-ad6bd3fa6a5a - status: 200 OK - code: 200 - duration: 134.847334ms -- id: 42 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/0ccff165-4abf-4eaf-b15b-f015df945404 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 704 - body: "{\"region\":\"fr-par\", \"id\":\"0ccff165-4abf-4eaf-b15b-f015df945404\", \"cluster_id\":\"72af4d6f-f77b-4a30-94d7-95e9d20d7c7c\", \"created_at\":\"2025-10-30T16:51:48.468973Z\", \"updated_at\":\"2025-10-30T16:51:48.468973Z\", \"name\":\"pool\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "704" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:54:11 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - 203dfd17-b294-4900-b485-4f630d0d934f - status: 200 OK - code: 200 - duration: 100.701078ms -- id: 43 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/0ccff165-4abf-4eaf-b15b-f015df945404 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 704 - body: "{\"region\":\"fr-par\", \"id\":\"0ccff165-4abf-4eaf-b15b-f015df945404\", \"cluster_id\":\"72af4d6f-f77b-4a30-94d7-95e9d20d7c7c\", \"created_at\":\"2025-10-30T16:51:48.468973Z\", \"updated_at\":\"2025-10-30T16:51:48.468973Z\", \"name\":\"pool\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "704" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:54:16 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - 4512fbf4-bc23-4cc3-8e0c-f8bbc56fa03b - status: 200 OK - code: 200 - duration: 93.617213ms -- id: 44 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/0ccff165-4abf-4eaf-b15b-f015df945404 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 704 - body: "{\"region\":\"fr-par\", \"id\":\"0ccff165-4abf-4eaf-b15b-f015df945404\", \"cluster_id\":\"72af4d6f-f77b-4a30-94d7-95e9d20d7c7c\", \"created_at\":\"2025-10-30T16:51:48.468973Z\", \"updated_at\":\"2025-10-30T16:51:48.468973Z\", \"name\":\"pool\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "704" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:54:21 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - 5e673797-b92f-4b84-81d6-4fafcb580197 - status: 200 OK - code: 200 - duration: 88.33014ms -- id: 45 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/0ccff165-4abf-4eaf-b15b-f015df945404 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 704 - body: "{\"region\":\"fr-par\", \"id\":\"0ccff165-4abf-4eaf-b15b-f015df945404\", \"cluster_id\":\"72af4d6f-f77b-4a30-94d7-95e9d20d7c7c\", \"created_at\":\"2025-10-30T16:51:48.468973Z\", \"updated_at\":\"2025-10-30T16:51:48.468973Z\", \"name\":\"pool\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "704" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:54:26 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - 8ef33213-6a2e-407f-8a2e-2a9e05ff832f - status: 200 OK - code: 200 - duration: 87.064935ms -- id: 46 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/0ccff165-4abf-4eaf-b15b-f015df945404 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 704 - body: "{\"region\":\"fr-par\", \"id\":\"0ccff165-4abf-4eaf-b15b-f015df945404\", \"cluster_id\":\"72af4d6f-f77b-4a30-94d7-95e9d20d7c7c\", \"created_at\":\"2025-10-30T16:51:48.468973Z\", \"updated_at\":\"2025-10-30T16:51:48.468973Z\", \"name\":\"pool\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "704" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:54:31 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - 88a7158b-2282-43fc-aef0-f1511dde0bad - status: 200 OK - code: 200 - duration: 81.214706ms -- id: 47 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/0ccff165-4abf-4eaf-b15b-f015df945404 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 704 - body: "{\"region\":\"fr-par\", \"id\":\"0ccff165-4abf-4eaf-b15b-f015df945404\", \"cluster_id\":\"72af4d6f-f77b-4a30-94d7-95e9d20d7c7c\", \"created_at\":\"2025-10-30T16:51:48.468973Z\", \"updated_at\":\"2025-10-30T16:51:48.468973Z\", \"name\":\"pool\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "704" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:54:36 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - 1cb857d3-e0b7-4ef8-b4f9-626a5e026d93 - status: 200 OK - code: 200 - duration: 100.258638ms -- id: 48 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/0ccff165-4abf-4eaf-b15b-f015df945404 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 704 - body: "{\"region\":\"fr-par\", \"id\":\"0ccff165-4abf-4eaf-b15b-f015df945404\", \"cluster_id\":\"72af4d6f-f77b-4a30-94d7-95e9d20d7c7c\", \"created_at\":\"2025-10-30T16:51:48.468973Z\", \"updated_at\":\"2025-10-30T16:51:48.468973Z\", \"name\":\"pool\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "704" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:54:42 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - 1db3e646-b3db-48d9-be2d-fb1a1151c8d0 - status: 200 OK - code: 200 - duration: 76.683512ms -- id: 49 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/0ccff165-4abf-4eaf-b15b-f015df945404 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 704 - body: "{\"region\":\"fr-par\", \"id\":\"0ccff165-4abf-4eaf-b15b-f015df945404\", \"cluster_id\":\"72af4d6f-f77b-4a30-94d7-95e9d20d7c7c\", \"created_at\":\"2025-10-30T16:51:48.468973Z\", \"updated_at\":\"2025-10-30T16:51:48.468973Z\", \"name\":\"pool\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "704" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:54:47 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - e4daf352-d15e-4ca6-88e1-1d316ad2741d - status: 200 OK - code: 200 - duration: 91.891905ms -- id: 50 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/0ccff165-4abf-4eaf-b15b-f015df945404 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 704 - body: "{\"region\":\"fr-par\", \"id\":\"0ccff165-4abf-4eaf-b15b-f015df945404\", \"cluster_id\":\"72af4d6f-f77b-4a30-94d7-95e9d20d7c7c\", \"created_at\":\"2025-10-30T16:51:48.468973Z\", \"updated_at\":\"2025-10-30T16:51:48.468973Z\", \"name\":\"pool\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "704" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:54:52 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - ddb06cbb-b653-4570-b098-bc92dbb0c7fc - status: 200 OK - code: 200 - duration: 77.515974ms -- id: 51 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/0ccff165-4abf-4eaf-b15b-f015df945404 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 704 - body: "{\"region\":\"fr-par\", \"id\":\"0ccff165-4abf-4eaf-b15b-f015df945404\", \"cluster_id\":\"72af4d6f-f77b-4a30-94d7-95e9d20d7c7c\", \"created_at\":\"2025-10-30T16:51:48.468973Z\", \"updated_at\":\"2025-10-30T16:51:48.468973Z\", \"name\":\"pool\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "704" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:54:57 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - bbe8592b-7788-4190-92e7-626fee629bce - status: 200 OK - code: 200 - duration: 104.09665ms -- id: 52 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/0ccff165-4abf-4eaf-b15b-f015df945404 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 704 - body: "{\"region\":\"fr-par\", \"id\":\"0ccff165-4abf-4eaf-b15b-f015df945404\", \"cluster_id\":\"72af4d6f-f77b-4a30-94d7-95e9d20d7c7c\", \"created_at\":\"2025-10-30T16:51:48.468973Z\", \"updated_at\":\"2025-10-30T16:51:48.468973Z\", \"name\":\"pool\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "704" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:55:02 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - 9bf6238b-47b5-4c0a-85dd-e3613ad2444d - status: 200 OK - code: 200 - duration: 116.212069ms -- id: 53 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/0ccff165-4abf-4eaf-b15b-f015df945404 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 704 - body: "{\"region\":\"fr-par\", \"id\":\"0ccff165-4abf-4eaf-b15b-f015df945404\", \"cluster_id\":\"72af4d6f-f77b-4a30-94d7-95e9d20d7c7c\", \"created_at\":\"2025-10-30T16:51:48.468973Z\", \"updated_at\":\"2025-10-30T16:51:48.468973Z\", \"name\":\"pool\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "704" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:55:07 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - fca997ac-cfee-4c61-93ec-53be2d41fffd - status: 200 OK - code: 200 - duration: 80.869658ms -- id: 54 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/0ccff165-4abf-4eaf-b15b-f015df945404 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 704 - body: "{\"region\":\"fr-par\", \"id\":\"0ccff165-4abf-4eaf-b15b-f015df945404\", \"cluster_id\":\"72af4d6f-f77b-4a30-94d7-95e9d20d7c7c\", \"created_at\":\"2025-10-30T16:51:48.468973Z\", \"updated_at\":\"2025-10-30T16:51:48.468973Z\", \"name\":\"pool\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "704" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:55:12 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - 9332ba22-1ec5-4319-9d2d-aa9fedeaa704 - status: 200 OK - code: 200 - duration: 79.441668ms -- id: 55 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/0ccff165-4abf-4eaf-b15b-f015df945404 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 704 - body: "{\"region\":\"fr-par\", \"id\":\"0ccff165-4abf-4eaf-b15b-f015df945404\", \"cluster_id\":\"72af4d6f-f77b-4a30-94d7-95e9d20d7c7c\", \"created_at\":\"2025-10-30T16:51:48.468973Z\", \"updated_at\":\"2025-10-30T16:51:48.468973Z\", \"name\":\"pool\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "704" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:55:17 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - 50a61ce8-f3d2-4e8c-bbe9-c1954173abd6 - status: 200 OK - code: 200 - duration: 91.484741ms -- id: 56 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/0ccff165-4abf-4eaf-b15b-f015df945404 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 704 - body: "{\"region\":\"fr-par\", \"id\":\"0ccff165-4abf-4eaf-b15b-f015df945404\", \"cluster_id\":\"72af4d6f-f77b-4a30-94d7-95e9d20d7c7c\", \"created_at\":\"2025-10-30T16:51:48.468973Z\", \"updated_at\":\"2025-10-30T16:51:48.468973Z\", \"name\":\"pool\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "704" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:55:22 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - ea8cd558-2fe3-45e8-a2f1-ba1c16d7fdad - status: 200 OK - code: 200 - duration: 87.077258ms -- id: 57 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/0ccff165-4abf-4eaf-b15b-f015df945404 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 704 - body: "{\"region\":\"fr-par\", \"id\":\"0ccff165-4abf-4eaf-b15b-f015df945404\", \"cluster_id\":\"72af4d6f-f77b-4a30-94d7-95e9d20d7c7c\", \"created_at\":\"2025-10-30T16:51:48.468973Z\", \"updated_at\":\"2025-10-30T16:51:48.468973Z\", \"name\":\"pool\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "704" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:55:27 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - 763a7eb3-9a1c-47ee-a63f-78ccb3a874ac - status: 200 OK - code: 200 - duration: 91.535957ms -- id: 58 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/0ccff165-4abf-4eaf-b15b-f015df945404 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 704 - body: "{\"region\":\"fr-par\", \"id\":\"0ccff165-4abf-4eaf-b15b-f015df945404\", \"cluster_id\":\"72af4d6f-f77b-4a30-94d7-95e9d20d7c7c\", \"created_at\":\"2025-10-30T16:51:48.468973Z\", \"updated_at\":\"2025-10-30T16:51:48.468973Z\", \"name\":\"pool\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "704" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:55:33 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - 978cb416-2509-49b5-924e-9f8a82d573e5 - status: 200 OK - code: 200 - duration: 81.204185ms -- id: 59 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/0ccff165-4abf-4eaf-b15b-f015df945404 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 704 - body: "{\"region\":\"fr-par\", \"id\":\"0ccff165-4abf-4eaf-b15b-f015df945404\", \"cluster_id\":\"72af4d6f-f77b-4a30-94d7-95e9d20d7c7c\", \"created_at\":\"2025-10-30T16:51:48.468973Z\", \"updated_at\":\"2025-10-30T16:51:48.468973Z\", \"name\":\"pool\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "704" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:55:38 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - 6a73b847-1dbc-472c-81c8-dd1f4e7cf096 - status: 200 OK - code: 200 - duration: 80.213145ms -- id: 60 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/0ccff165-4abf-4eaf-b15b-f015df945404 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 704 - body: "{\"region\":\"fr-par\", \"id\":\"0ccff165-4abf-4eaf-b15b-f015df945404\", \"cluster_id\":\"72af4d6f-f77b-4a30-94d7-95e9d20d7c7c\", \"created_at\":\"2025-10-30T16:51:48.468973Z\", \"updated_at\":\"2025-10-30T16:51:48.468973Z\", \"name\":\"pool\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "704" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:55:43 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - d9d548dd-3fc8-4470-b813-541de6c4084d - status: 200 OK - code: 200 - duration: 100.183417ms -- id: 61 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/0ccff165-4abf-4eaf-b15b-f015df945404 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 704 - body: "{\"region\":\"fr-par\", \"id\":\"0ccff165-4abf-4eaf-b15b-f015df945404\", \"cluster_id\":\"72af4d6f-f77b-4a30-94d7-95e9d20d7c7c\", \"created_at\":\"2025-10-30T16:51:48.468973Z\", \"updated_at\":\"2025-10-30T16:51:48.468973Z\", \"name\":\"pool\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "704" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:55:48 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - 5098024e-7a03-4477-a9da-8c3d915d3e7b - status: 200 OK - code: 200 - duration: 80.287726ms -- id: 62 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/0ccff165-4abf-4eaf-b15b-f015df945404 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 702 - body: "{\"region\":\"fr-par\", \"id\":\"0ccff165-4abf-4eaf-b15b-f015df945404\", \"cluster_id\":\"72af4d6f-f77b-4a30-94d7-95e9d20d7c7c\", \"created_at\":\"2025-10-30T16:51:48.468973Z\", \"updated_at\":\"2025-10-30T16:55:52.846189Z\", \"name\":\"pool\", \"status\":\"ready\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "702" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:55:53 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - c95d5e47-5028-4704-8f64-1c56e4a07a25 - status: 200 OK - code: 200 - duration: 101.408396ms -- id: 63 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/72af4d6f-f77b-4a30-94d7-95e9d20d7c7c - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1582 - body: "{\"region\":\"fr-par\", \"id\":\"72af4d6f-f77b-4a30-94d7-95e9d20d7c7c\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:51:42.964774Z\", \"updated_at\":\"2025-10-30T16:53:13.143362Z\", \"type\":\"kapsule\", \"name\":\"test-pool-size\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[], \"cluster_url\":\"https://72af4d6f-f77b-4a30-94d7-95e9d20d7c7c.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.72af4d6f-f77b-4a30-94d7-95e9d20d7c7c.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":true, \"maintenance_window\":{\"start_hour\":12, \"day\":\"monday\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"8cc7d8e5-b56e-44ad-8001-d2fa3796163e\", \"commitment_ends_at\":\"2025-10-30T16:51:42.964783Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"a07f8031-1342-41ce-872b-135c9c8e562a\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1582" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:55:53 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - 783cf862-f468-42f7-8dfa-b6eb00d7baf9 - status: 200 OK - code: 200 - duration: 24.233001ms -- id: 64 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/0ccff165-4abf-4eaf-b15b-f015df945404 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 702 - body: "{\"region\":\"fr-par\", \"id\":\"0ccff165-4abf-4eaf-b15b-f015df945404\", \"cluster_id\":\"72af4d6f-f77b-4a30-94d7-95e9d20d7c7c\", \"created_at\":\"2025-10-30T16:51:48.468973Z\", \"updated_at\":\"2025-10-30T16:55:52.846189Z\", \"name\":\"pool\", \"status\":\"ready\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "702" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:55:53 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - 70a0dc11-fa3a-4068-b3cf-7a292c0deb00 - status: 200 OK - code: 200 - duration: 35.306324ms -- id: 65 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - form: - order_by: - - created_at_asc - page: - - "1" - pool_id: - - 0ccff165-4abf-4eaf-b15b-f015df945404 - status: - - unknown - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/72af4d6f-f77b-4a30-94d7-95e9d20d7c7c/nodes?order_by=created_at_asc&page=1&pool_id=0ccff165-4abf-4eaf-b15b-f015df945404&status=unknown - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 619 - body: "{\"total_count\":1, \"nodes\":[{\"region\":\"fr-par\", \"id\":\"49bcc1f6-133f-4938-9f5a-bbca5c23cc31\", \"cluster_id\":\"72af4d6f-f77b-4a30-94d7-95e9d20d7c7c\", \"created_at\":\"2025-10-30T16:54:54.764720Z\", \"updated_at\":\"2025-10-30T16:55:52.833238Z\", \"pool_id\":\"0ccff165-4abf-4eaf-b15b-f015df945404\", \"status\":\"ready\", \"conditions\":{\"DiskPressure\":\"False\", \"MemoryPressure\":\"False\", \"PIDPressure\":\"False\", \"Ready\":\"True\"}, \"name\":\"scw-test-pool-size-pool-49bcc1f6133f49389f5abb\", \"public_ip_v4\":\"51.15.236.240\", \"public_ip_v6\":null, \"provider_id\":\"scaleway://instance/fr-par-1/6eb38208-a5b7-466c-ba47-ec9fc6bab30c\", \"error_message\":\"\"}]}" - headers: - Content-Length: - - "619" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:55:53 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - a1decd4b-5e67-4aaf-a813-8f7095422b70 - status: 200 OK - code: 200 - duration: 25.86252ms -- id: 66 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/72af4d6f-f77b-4a30-94d7-95e9d20d7c7c - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1582 - body: "{\"region\":\"fr-par\", \"id\":\"72af4d6f-f77b-4a30-94d7-95e9d20d7c7c\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:51:42.964774Z\", \"updated_at\":\"2025-10-30T16:53:13.143362Z\", \"type\":\"kapsule\", \"name\":\"test-pool-size\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[], \"cluster_url\":\"https://72af4d6f-f77b-4a30-94d7-95e9d20d7c7c.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.72af4d6f-f77b-4a30-94d7-95e9d20d7c7c.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":true, \"maintenance_window\":{\"start_hour\":12, \"day\":\"monday\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"8cc7d8e5-b56e-44ad-8001-d2fa3796163e\", \"commitment_ends_at\":\"2025-10-30T16:51:42.964783Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"a07f8031-1342-41ce-872b-135c9c8e562a\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1582" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:55:53 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - a628b777-d704-4b19-8cc8-160f1195b9c9 - status: 200 OK - code: 200 - duration: 105.985787ms -- id: 67 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - form: - order_by: - - created_at_desc - project_id: - - 105bdce1-64c0-48ab-899d-868455867ecf - resource_name: - - scw-test-pool-size-pool-49bcc1f6133f49389f5abb - resource_type: - - unknown_type - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/ipam/v1/regions/fr-par/ips?order_by=created_at_desc&project_id=105bdce1-64c0-48ab-899d-868455867ecf&resource_name=scw-test-pool-size-pool-49bcc1f6133f49389f5abb&resource_type=unknown_type - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1121 - body: "{\"total_count\":2, \"ips\":[{\"id\":\"0461f29b-4b0e-45ea-abba-9b80a0cca4c9\", \"address\":\"fd5f:519c:6d46:8b07:57fd:7a14:5813:b86/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":true, \"created_at\":\"2025-10-30T16:54:58.251406Z\", \"updated_at\":\"2025-10-30T16:54:58.251406Z\", \"source\":{\"subnet_id\":\"83a37010-9e4f-443f-ab9c-1dfd0d17cdf3\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"cdf2a35f-fc87-448f-a83b-1e0d7689f523\", \"mac_address\":\"02:00:00:16:0B:D2\", \"name\":\"scw-test-pool-size-pool-49bcc1f6133f49389f5abb\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}, {\"id\":\"0cfb1399-091a-4e24-bf6d-0e4a3877b504\", \"address\":\"172.18.56.3/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":false, \"created_at\":\"2025-10-30T16:54:58.095801Z\", \"updated_at\":\"2025-10-30T16:54:58.095801Z\", \"source\":{\"subnet_id\":\"792887f6-0210-4d72-85e3-631bf1861aa4\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"cdf2a35f-fc87-448f-a83b-1e0d7689f523\", \"mac_address\":\"02:00:00:16:0B:D2\", \"name\":\"scw-test-pool-size-pool-49bcc1f6133f49389f5abb\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}]}" - headers: - Content-Length: - - "1121" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:55:53 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - 74ea61a2-9d40-4a4c-8145-3a5bb4a2ae08 - status: 200 OK - code: 200 - duration: 57.262461ms -- id: 68 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/fr-par/vpcs/6baec7f2-6583-4805-9b7d-ef0603a2cff6 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 425 - body: "{\"id\":\"6baec7f2-6583-4805-9b7d-ef0603a2cff6\", \"name\":\"tf-vpc-heuristic-mirzakhani\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:51:41.869540Z\", \"updated_at\":\"2025-10-30T16:51:41.869540Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_default\":false, \"private_network_count\":1, \"routing_enabled\":true, \"custom_routes_propagation_enabled\":true, \"region\":\"fr-par\"}" - headers: - Content-Length: - - "425" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:55:53 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - 27502a87-04b5-4efb-acd4-4c050a5f1543 - status: 200 OK - code: 200 - duration: 27.629536ms -- id: 69 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks/8cc7d8e5-b56e-44ad-8001-d2fa3796163e - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1084 - body: "{\"id\":\"8cc7d8e5-b56e-44ad-8001-d2fa3796163e\", \"name\":\"test-pool-size\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:51:41.989202Z\", \"updated_at\":\"2025-10-30T16:51:41.989202Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"subnets\":[{\"id\":\"792887f6-0210-4d72-85e3-631bf1861aa4\", \"created_at\":\"2025-10-30T16:51:41.989202Z\", \"updated_at\":\"2025-10-30T16:51:41.989202Z\", \"subnet\":\"172.18.56.0/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"8cc7d8e5-b56e-44ad-8001-d2fa3796163e\", \"vpc_id\":\"6baec7f2-6583-4805-9b7d-ef0603a2cff6\"}, {\"id\":\"83a37010-9e4f-443f-ab9c-1dfd0d17cdf3\", \"created_at\":\"2025-10-30T16:51:41.989202Z\", \"updated_at\":\"2025-10-30T16:51:41.989202Z\", \"subnet\":\"fd5f:519c:6d46:8b07::/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"8cc7d8e5-b56e-44ad-8001-d2fa3796163e\", \"vpc_id\":\"6baec7f2-6583-4805-9b7d-ef0603a2cff6\"}], \"vpc_id\":\"6baec7f2-6583-4805-9b7d-ef0603a2cff6\", \"dhcp_enabled\":true, \"default_route_propagation_enabled\":false, \"region\":\"fr-par\"}" - headers: - Content-Length: - - "1084" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:55:53 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - 4966ddb6-a1b4-4115-b82d-8fd868e15f2e - status: 200 OK - code: 200 - duration: 32.375624ms -- id: 70 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/72af4d6f-f77b-4a30-94d7-95e9d20d7c7c - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1582 - body: "{\"region\":\"fr-par\", \"id\":\"72af4d6f-f77b-4a30-94d7-95e9d20d7c7c\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:51:42.964774Z\", \"updated_at\":\"2025-10-30T16:53:13.143362Z\", \"type\":\"kapsule\", \"name\":\"test-pool-size\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[], \"cluster_url\":\"https://72af4d6f-f77b-4a30-94d7-95e9d20d7c7c.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.72af4d6f-f77b-4a30-94d7-95e9d20d7c7c.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":true, \"maintenance_window\":{\"start_hour\":12, \"day\":\"monday\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"8cc7d8e5-b56e-44ad-8001-d2fa3796163e\", \"commitment_ends_at\":\"2025-10-30T16:51:42.964783Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"a07f8031-1342-41ce-872b-135c9c8e562a\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1582" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:55:53 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - e1c44f2c-0490-4fb2-84bc-596e27274b16 - status: 200 OK - code: 200 - duration: 19.187741ms -- id: 71 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/72af4d6f-f77b-4a30-94d7-95e9d20d7c7c/kubeconfig - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1650 - body: "{\"name\":\"kubeconfig\", \"content_type\":\"application/octet-stream\", \"content\":\"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogInRlc3QtcG9vbC1zaXplIgogIGNsdXN0ZXI6CiAgICBjZXJ0aWZpY2F0ZS1hdXRob3JpdHktZGF0YTogTFMwdExTMUNSVWRKVGlCRFJWSlVTVVpKUTBGVVJTMHRMUzB0Q2sxSlNVSlhla05EUVZGSFowRjNTVUpCWjBsQ1FVUkJTMEpuWjNGb2EycFBVRkZSUkVGcVFWWk5VazEzUlZGWlJGWlJVVVJGZDNCeVpGZEtiR050Tld3S1pFZFdlazFDTkZoRVZFa3hUVlJCZVU5VVJUSk9WRVV3VFRGdldFUlVUVEZOVkVGNVQxUkZNazVVUlRCTk1XOTNSbFJGVkUxQ1JVZEJNVlZGUVhoTlN3cGhNMVpwV2xoS2RWcFlVbXhqZWtKYVRVSk5SMEo1Y1VkVFRUUTVRV2RGUjBORGNVZFRUVFE1UVhkRlNFRXdTVUZDVFU4cmJIbE1PRzFsYlZVNVNEazVDblJHZEdSUVQxbHhVMW8yVjBzclRHMXFZV1pSWldwcmNFeDFSRlo1VWxwdVJrMWphMWM0Y1hCclUweFZNalkwT1RWblpHcHRkbXRyZEdab1ZtZGhOV1VLUkdJelZITXJhV3BSYWtKQlRVRTBSMEV4VldSRWQwVkNMM2RSUlVGM1NVTndSRUZRUW1kT1ZraFNUVUpCWmpoRlFsUkJSRUZSU0M5TlFqQkhRVEZWWkFwRVoxRlhRa0pTTXpoa1J6TXZUVEJuVGpoeGNsZzJhMUJIY0RkNmF6VlNOMU42UVV0Q1oyZHhhR3RxVDFCUlVVUkJaMDVKUVVSQ1JrRnBSVUZwWmk5YUNtcHhZVlJNTjNWYVRXOUxjMDRyT1hKVUx5OHZTV0ZTT0VoTFoyeHpZVTl5ZVVwM1RGTjZXVU5KUmpsak1HcFFUMkpDWVRCaVFYUlJOV1F2ZUVSMVFYb0tPVmQxT1VNNVZIYzVNRmxJTUVsdVVtSlBZazhLTFMwdExTMUZUa1FnUTBWU1ZFbEdTVU5CVkVVdExTMHRMUW89CiAgICBzZXJ2ZXI6IGh0dHBzOi8vNzJhZjRkNmYtZjc3Yi00YTMwLTk0ZDctOTVlOWQyMGQ3YzdjLmFwaS5rOHMuZnItcGFyLnNjdy5jbG91ZDo2NDQzCmNvbnRleHRzOgotIG5hbWU6IGFkbWluQHRlc3QtcG9vbC1zaXplCiAgY29udGV4dDoKICAgIGNsdXN0ZXI6ICJ0ZXN0LXBvb2wtc2l6ZSIKICAgIHVzZXI6IHRlc3QtcG9vbC1zaXplLWFkbWluCmN1cnJlbnQtY29udGV4dDogYWRtaW5AdGVzdC1wb29sLXNpemUKa2luZDogQ29uZmlnCnByZWZlcmVuY2VzOiB7fQp1c2VyczoKLSBuYW1lOiB0ZXN0LXBvb2wtc2l6ZS1hZG1pbgogIHVzZXI6CiAgICB0b2tlbjogRFhoUkpMdUFhbG50MUlHOUNuSlJXeVlsVjdmUFo5UmJaZmxqRlBBUFZsZ2hJZm5zcnRLdlpjMVk=\"}" - headers: - Content-Length: - - "1650" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:55:54 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - 05c68396-c884-4aa1-91a3-8dac08635eba - status: 200 OK - code: 200 - duration: 78.150185ms -- id: 72 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/0ccff165-4abf-4eaf-b15b-f015df945404 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 702 - body: "{\"region\":\"fr-par\", \"id\":\"0ccff165-4abf-4eaf-b15b-f015df945404\", \"cluster_id\":\"72af4d6f-f77b-4a30-94d7-95e9d20d7c7c\", \"created_at\":\"2025-10-30T16:51:48.468973Z\", \"updated_at\":\"2025-10-30T16:55:52.846189Z\", \"name\":\"pool\", \"status\":\"ready\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "702" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:55:54 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - e471a6ea-8b9c-4f60-a43f-072b6f82188d - status: 200 OK - code: 200 - duration: 23.323834ms -- id: 73 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - form: - order_by: - - created_at_asc - page: - - "1" - pool_id: - - 0ccff165-4abf-4eaf-b15b-f015df945404 - status: - - unknown - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/72af4d6f-f77b-4a30-94d7-95e9d20d7c7c/nodes?order_by=created_at_asc&page=1&pool_id=0ccff165-4abf-4eaf-b15b-f015df945404&status=unknown - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 619 - body: "{\"total_count\":1, \"nodes\":[{\"region\":\"fr-par\", \"id\":\"49bcc1f6-133f-4938-9f5a-bbca5c23cc31\", \"cluster_id\":\"72af4d6f-f77b-4a30-94d7-95e9d20d7c7c\", \"created_at\":\"2025-10-30T16:54:54.764720Z\", \"updated_at\":\"2025-10-30T16:55:52.833238Z\", \"pool_id\":\"0ccff165-4abf-4eaf-b15b-f015df945404\", \"status\":\"ready\", \"conditions\":{\"DiskPressure\":\"False\", \"MemoryPressure\":\"False\", \"PIDPressure\":\"False\", \"Ready\":\"True\"}, \"name\":\"scw-test-pool-size-pool-49bcc1f6133f49389f5abb\", \"public_ip_v4\":\"51.15.236.240\", \"public_ip_v6\":null, \"provider_id\":\"scaleway://instance/fr-par-1/6eb38208-a5b7-466c-ba47-ec9fc6bab30c\", \"error_message\":\"\"}]}" - headers: - Content-Length: - - "619" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:55:54 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - 0c301db3-a3c6-4d3a-84a1-485d94acf214 - status: 200 OK - code: 200 - duration: 30.224105ms -- id: 74 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/72af4d6f-f77b-4a30-94d7-95e9d20d7c7c - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1582 - body: "{\"region\":\"fr-par\", \"id\":\"72af4d6f-f77b-4a30-94d7-95e9d20d7c7c\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:51:42.964774Z\", \"updated_at\":\"2025-10-30T16:53:13.143362Z\", \"type\":\"kapsule\", \"name\":\"test-pool-size\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[], \"cluster_url\":\"https://72af4d6f-f77b-4a30-94d7-95e9d20d7c7c.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.72af4d6f-f77b-4a30-94d7-95e9d20d7c7c.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":true, \"maintenance_window\":{\"start_hour\":12, \"day\":\"monday\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"8cc7d8e5-b56e-44ad-8001-d2fa3796163e\", \"commitment_ends_at\":\"2025-10-30T16:51:42.964783Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"a07f8031-1342-41ce-872b-135c9c8e562a\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1582" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:55:54 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - f736cb98-e2ba-4ef0-9814-5304de6b5bb6 - status: 200 OK - code: 200 - duration: 22.580731ms -- id: 75 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - form: - order_by: - - created_at_desc - project_id: - - 105bdce1-64c0-48ab-899d-868455867ecf - resource_name: - - scw-test-pool-size-pool-49bcc1f6133f49389f5abb - resource_type: - - unknown_type - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/ipam/v1/regions/fr-par/ips?order_by=created_at_desc&project_id=105bdce1-64c0-48ab-899d-868455867ecf&resource_name=scw-test-pool-size-pool-49bcc1f6133f49389f5abb&resource_type=unknown_type - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1121 - body: "{\"total_count\":2, \"ips\":[{\"id\":\"0461f29b-4b0e-45ea-abba-9b80a0cca4c9\", \"address\":\"fd5f:519c:6d46:8b07:57fd:7a14:5813:b86/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":true, \"created_at\":\"2025-10-30T16:54:58.251406Z\", \"updated_at\":\"2025-10-30T16:54:58.251406Z\", \"source\":{\"subnet_id\":\"83a37010-9e4f-443f-ab9c-1dfd0d17cdf3\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"cdf2a35f-fc87-448f-a83b-1e0d7689f523\", \"mac_address\":\"02:00:00:16:0B:D2\", \"name\":\"scw-test-pool-size-pool-49bcc1f6133f49389f5abb\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}, {\"id\":\"0cfb1399-091a-4e24-bf6d-0e4a3877b504\", \"address\":\"172.18.56.3/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":false, \"created_at\":\"2025-10-30T16:54:58.095801Z\", \"updated_at\":\"2025-10-30T16:54:58.095801Z\", \"source\":{\"subnet_id\":\"792887f6-0210-4d72-85e3-631bf1861aa4\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"cdf2a35f-fc87-448f-a83b-1e0d7689f523\", \"mac_address\":\"02:00:00:16:0B:D2\", \"name\":\"scw-test-pool-size-pool-49bcc1f6133f49389f5abb\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}]}" - headers: - Content-Length: - - "1121" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:55:54 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - 82603824-7677-411d-b8ee-6600bea816a4 - status: 200 OK - code: 200 - duration: 27.630017ms -- id: 76 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/fr-par/vpcs/6baec7f2-6583-4805-9b7d-ef0603a2cff6 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 425 - body: "{\"id\":\"6baec7f2-6583-4805-9b7d-ef0603a2cff6\", \"name\":\"tf-vpc-heuristic-mirzakhani\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:51:41.869540Z\", \"updated_at\":\"2025-10-30T16:51:41.869540Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_default\":false, \"private_network_count\":1, \"routing_enabled\":true, \"custom_routes_propagation_enabled\":true, \"region\":\"fr-par\"}" - headers: - Content-Length: - - "425" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:55:54 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - b8fa3763-7f83-4ad7-83d3-27bbb8654fb8 - status: 200 OK - code: 200 - duration: 22.814088ms -- id: 77 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks/8cc7d8e5-b56e-44ad-8001-d2fa3796163e - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1084 - body: "{\"id\":\"8cc7d8e5-b56e-44ad-8001-d2fa3796163e\", \"name\":\"test-pool-size\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:51:41.989202Z\", \"updated_at\":\"2025-10-30T16:51:41.989202Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"subnets\":[{\"id\":\"792887f6-0210-4d72-85e3-631bf1861aa4\", \"created_at\":\"2025-10-30T16:51:41.989202Z\", \"updated_at\":\"2025-10-30T16:51:41.989202Z\", \"subnet\":\"172.18.56.0/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"8cc7d8e5-b56e-44ad-8001-d2fa3796163e\", \"vpc_id\":\"6baec7f2-6583-4805-9b7d-ef0603a2cff6\"}, {\"id\":\"83a37010-9e4f-443f-ab9c-1dfd0d17cdf3\", \"created_at\":\"2025-10-30T16:51:41.989202Z\", \"updated_at\":\"2025-10-30T16:51:41.989202Z\", \"subnet\":\"fd5f:519c:6d46:8b07::/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"8cc7d8e5-b56e-44ad-8001-d2fa3796163e\", \"vpc_id\":\"6baec7f2-6583-4805-9b7d-ef0603a2cff6\"}], \"vpc_id\":\"6baec7f2-6583-4805-9b7d-ef0603a2cff6\", \"dhcp_enabled\":true, \"default_route_propagation_enabled\":false, \"region\":\"fr-par\"}" - headers: - Content-Length: - - "1084" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:55:54 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - 3a77cdcf-2d73-41c7-a105-fd24c2eb5cd9 - status: 200 OK - code: 200 - duration: 24.375949ms -- id: 78 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/72af4d6f-f77b-4a30-94d7-95e9d20d7c7c - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1582 - body: "{\"region\":\"fr-par\", \"id\":\"72af4d6f-f77b-4a30-94d7-95e9d20d7c7c\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:51:42.964774Z\", \"updated_at\":\"2025-10-30T16:53:13.143362Z\", \"type\":\"kapsule\", \"name\":\"test-pool-size\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[], \"cluster_url\":\"https://72af4d6f-f77b-4a30-94d7-95e9d20d7c7c.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.72af4d6f-f77b-4a30-94d7-95e9d20d7c7c.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":true, \"maintenance_window\":{\"start_hour\":12, \"day\":\"monday\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"8cc7d8e5-b56e-44ad-8001-d2fa3796163e\", \"commitment_ends_at\":\"2025-10-30T16:51:42.964783Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"a07f8031-1342-41ce-872b-135c9c8e562a\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1582" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:55:54 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - db15643e-2ceb-4bce-9435-99344b7c500b - status: 200 OK - code: 200 - duration: 26.061202ms -- id: 79 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/72af4d6f-f77b-4a30-94d7-95e9d20d7c7c/kubeconfig - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1650 - body: "{\"name\":\"kubeconfig\", \"content_type\":\"application/octet-stream\", \"content\":\"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogInRlc3QtcG9vbC1zaXplIgogIGNsdXN0ZXI6CiAgICBjZXJ0aWZpY2F0ZS1hdXRob3JpdHktZGF0YTogTFMwdExTMUNSVWRKVGlCRFJWSlVTVVpKUTBGVVJTMHRMUzB0Q2sxSlNVSlhla05EUVZGSFowRjNTVUpCWjBsQ1FVUkJTMEpuWjNGb2EycFBVRkZSUkVGcVFWWk5VazEzUlZGWlJGWlJVVVJGZDNCeVpGZEtiR050Tld3S1pFZFdlazFDTkZoRVZFa3hUVlJCZVU5VVJUSk9WRVV3VFRGdldFUlVUVEZOVkVGNVQxUkZNazVVUlRCTk1XOTNSbFJGVkUxQ1JVZEJNVlZGUVhoTlN3cGhNMVpwV2xoS2RWcFlVbXhqZWtKYVRVSk5SMEo1Y1VkVFRUUTVRV2RGUjBORGNVZFRUVFE1UVhkRlNFRXdTVUZDVFU4cmJIbE1PRzFsYlZVNVNEazVDblJHZEdSUVQxbHhVMW8yVjBzclRHMXFZV1pSWldwcmNFeDFSRlo1VWxwdVJrMWphMWM0Y1hCclUweFZNalkwT1RWblpHcHRkbXRyZEdab1ZtZGhOV1VLUkdJelZITXJhV3BSYWtKQlRVRTBSMEV4VldSRWQwVkNMM2RSUlVGM1NVTndSRUZRUW1kT1ZraFNUVUpCWmpoRlFsUkJSRUZSU0M5TlFqQkhRVEZWWkFwRVoxRlhRa0pTTXpoa1J6TXZUVEJuVGpoeGNsZzJhMUJIY0RkNmF6VlNOMU42UVV0Q1oyZHhhR3RxVDFCUlVVUkJaMDVKUVVSQ1JrRnBSVUZwWmk5YUNtcHhZVlJNTjNWYVRXOUxjMDRyT1hKVUx5OHZTV0ZTT0VoTFoyeHpZVTl5ZVVwM1RGTjZXVU5KUmpsak1HcFFUMkpDWVRCaVFYUlJOV1F2ZUVSMVFYb0tPVmQxT1VNNVZIYzVNRmxJTUVsdVVtSlBZazhLTFMwdExTMUZUa1FnUTBWU1ZFbEdTVU5CVkVVdExTMHRMUW89CiAgICBzZXJ2ZXI6IGh0dHBzOi8vNzJhZjRkNmYtZjc3Yi00YTMwLTk0ZDctOTVlOWQyMGQ3YzdjLmFwaS5rOHMuZnItcGFyLnNjdy5jbG91ZDo2NDQzCmNvbnRleHRzOgotIG5hbWU6IGFkbWluQHRlc3QtcG9vbC1zaXplCiAgY29udGV4dDoKICAgIGNsdXN0ZXI6ICJ0ZXN0LXBvb2wtc2l6ZSIKICAgIHVzZXI6IHRlc3QtcG9vbC1zaXplLWFkbWluCmN1cnJlbnQtY29udGV4dDogYWRtaW5AdGVzdC1wb29sLXNpemUKa2luZDogQ29uZmlnCnByZWZlcmVuY2VzOiB7fQp1c2VyczoKLSBuYW1lOiB0ZXN0LXBvb2wtc2l6ZS1hZG1pbgogIHVzZXI6CiAgICB0b2tlbjogRFhoUkpMdUFhbG50MUlHOUNuSlJXeVlsVjdmUFo5UmJaZmxqRlBBUFZsZ2hJZm5zcnRLdlpjMVk=\"}" - headers: - Content-Length: - - "1650" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:55:54 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - cdc8b35f-5c3c-4a99-bb9d-1edf99d08a2e - status: 200 OK - code: 200 - duration: 20.041184ms -- id: 80 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/0ccff165-4abf-4eaf-b15b-f015df945404 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 702 - body: "{\"region\":\"fr-par\", \"id\":\"0ccff165-4abf-4eaf-b15b-f015df945404\", \"cluster_id\":\"72af4d6f-f77b-4a30-94d7-95e9d20d7c7c\", \"created_at\":\"2025-10-30T16:51:48.468973Z\", \"updated_at\":\"2025-10-30T16:55:52.846189Z\", \"name\":\"pool\", \"status\":\"ready\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "702" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:55:54 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - 98ecf829-3e2f-411d-a3ba-29f9acf45901 - status: 200 OK - code: 200 - duration: 91.183826ms -- id: 81 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - form: - order_by: - - created_at_asc - page: - - "1" - pool_id: - - 0ccff165-4abf-4eaf-b15b-f015df945404 - status: - - unknown - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/72af4d6f-f77b-4a30-94d7-95e9d20d7c7c/nodes?order_by=created_at_asc&page=1&pool_id=0ccff165-4abf-4eaf-b15b-f015df945404&status=unknown - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 619 - body: "{\"total_count\":1, \"nodes\":[{\"region\":\"fr-par\", \"id\":\"49bcc1f6-133f-4938-9f5a-bbca5c23cc31\", \"cluster_id\":\"72af4d6f-f77b-4a30-94d7-95e9d20d7c7c\", \"created_at\":\"2025-10-30T16:54:54.764720Z\", \"updated_at\":\"2025-10-30T16:55:52.833238Z\", \"pool_id\":\"0ccff165-4abf-4eaf-b15b-f015df945404\", \"status\":\"ready\", \"conditions\":{\"DiskPressure\":\"False\", \"MemoryPressure\":\"False\", \"PIDPressure\":\"False\", \"Ready\":\"True\"}, \"name\":\"scw-test-pool-size-pool-49bcc1f6133f49389f5abb\", \"public_ip_v4\":\"51.15.236.240\", \"public_ip_v6\":null, \"provider_id\":\"scaleway://instance/fr-par-1/6eb38208-a5b7-466c-ba47-ec9fc6bab30c\", \"error_message\":\"\"}]}" - headers: - Content-Length: - - "619" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:55:54 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - 97c13f2b-232d-4fff-9a6c-453e9cef2d60 - status: 200 OK - code: 200 - duration: 27.09399ms -- id: 82 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/72af4d6f-f77b-4a30-94d7-95e9d20d7c7c - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1582 - body: "{\"region\":\"fr-par\", \"id\":\"72af4d6f-f77b-4a30-94d7-95e9d20d7c7c\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:51:42.964774Z\", \"updated_at\":\"2025-10-30T16:53:13.143362Z\", \"type\":\"kapsule\", \"name\":\"test-pool-size\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[], \"cluster_url\":\"https://72af4d6f-f77b-4a30-94d7-95e9d20d7c7c.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.72af4d6f-f77b-4a30-94d7-95e9d20d7c7c.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":true, \"maintenance_window\":{\"start_hour\":12, \"day\":\"monday\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"8cc7d8e5-b56e-44ad-8001-d2fa3796163e\", \"commitment_ends_at\":\"2025-10-30T16:51:42.964783Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"a07f8031-1342-41ce-872b-135c9c8e562a\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1582" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:55:54 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - 4f150392-81b1-42f1-9533-020f5872d45f - status: 200 OK - code: 200 - duration: 97.903779ms -- id: 83 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - form: - order_by: - - created_at_desc - project_id: - - 105bdce1-64c0-48ab-899d-868455867ecf - resource_name: - - scw-test-pool-size-pool-49bcc1f6133f49389f5abb - resource_type: - - unknown_type - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/ipam/v1/regions/fr-par/ips?order_by=created_at_desc&project_id=105bdce1-64c0-48ab-899d-868455867ecf&resource_name=scw-test-pool-size-pool-49bcc1f6133f49389f5abb&resource_type=unknown_type - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1121 - body: "{\"total_count\":2, \"ips\":[{\"id\":\"0461f29b-4b0e-45ea-abba-9b80a0cca4c9\", \"address\":\"fd5f:519c:6d46:8b07:57fd:7a14:5813:b86/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":true, \"created_at\":\"2025-10-30T16:54:58.251406Z\", \"updated_at\":\"2025-10-30T16:54:58.251406Z\", \"source\":{\"subnet_id\":\"83a37010-9e4f-443f-ab9c-1dfd0d17cdf3\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"cdf2a35f-fc87-448f-a83b-1e0d7689f523\", \"mac_address\":\"02:00:00:16:0B:D2\", \"name\":\"scw-test-pool-size-pool-49bcc1f6133f49389f5abb\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}, {\"id\":\"0cfb1399-091a-4e24-bf6d-0e4a3877b504\", \"address\":\"172.18.56.3/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":false, \"created_at\":\"2025-10-30T16:54:58.095801Z\", \"updated_at\":\"2025-10-30T16:54:58.095801Z\", \"source\":{\"subnet_id\":\"792887f6-0210-4d72-85e3-631bf1861aa4\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"cdf2a35f-fc87-448f-a83b-1e0d7689f523\", \"mac_address\":\"02:00:00:16:0B:D2\", \"name\":\"scw-test-pool-size-pool-49bcc1f6133f49389f5abb\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}]}" - headers: - Content-Length: - - "1121" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:55:54 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - 0b04fe8a-22af-4a25-8423-a0a79ffb7e92 - status: 200 OK - code: 200 - duration: 23.860623ms -- id: 84 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/0ccff165-4abf-4eaf-b15b-f015df945404 - method: DELETE - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 705 - body: "{\"region\":\"fr-par\", \"id\":\"0ccff165-4abf-4eaf-b15b-f015df945404\", \"cluster_id\":\"72af4d6f-f77b-4a30-94d7-95e9d20d7c7c\", \"created_at\":\"2025-10-30T16:51:48.468973Z\", \"updated_at\":\"2025-10-30T16:55:55.193295Z\", \"name\":\"pool\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "705" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:55:55 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - 1c1300eb-e58e-4018-9c9f-f285d88066ad - status: 200 OK - code: 200 - duration: 105.28974ms -- id: 85 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/0ccff165-4abf-4eaf-b15b-f015df945404 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 705 - body: "{\"region\":\"fr-par\", \"id\":\"0ccff165-4abf-4eaf-b15b-f015df945404\", \"cluster_id\":\"72af4d6f-f77b-4a30-94d7-95e9d20d7c7c\", \"created_at\":\"2025-10-30T16:51:48.468973Z\", \"updated_at\":\"2025-10-30T16:55:55.193295Z\", \"name\":\"pool\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "705" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:55:55 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - 7c26dfaa-ee24-4845-95ed-f189613807ab - status: 200 OK - code: 200 - duration: 40.588999ms -- id: 86 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/0ccff165-4abf-4eaf-b15b-f015df945404 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 705 - body: "{\"region\":\"fr-par\", \"id\":\"0ccff165-4abf-4eaf-b15b-f015df945404\", \"cluster_id\":\"72af4d6f-f77b-4a30-94d7-95e9d20d7c7c\", \"created_at\":\"2025-10-30T16:51:48.468973Z\", \"updated_at\":\"2025-10-30T16:55:55.193295Z\", \"name\":\"pool\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "705" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:56:00 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - 7991262d-34ce-4835-b234-98469c34e01c - status: 200 OK - code: 200 - duration: 77.839581ms -- id: 87 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/0ccff165-4abf-4eaf-b15b-f015df945404 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 705 - body: "{\"region\":\"fr-par\", \"id\":\"0ccff165-4abf-4eaf-b15b-f015df945404\", \"cluster_id\":\"72af4d6f-f77b-4a30-94d7-95e9d20d7c7c\", \"created_at\":\"2025-10-30T16:51:48.468973Z\", \"updated_at\":\"2025-10-30T16:55:55.193295Z\", \"name\":\"pool\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "705" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:56:05 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - 6a17651c-e1da-44c0-9fc5-e6cb6328f087 - status: 200 OK - code: 200 - duration: 88.085922ms -- id: 88 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/0ccff165-4abf-4eaf-b15b-f015df945404 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 705 - body: "{\"region\":\"fr-par\", \"id\":\"0ccff165-4abf-4eaf-b15b-f015df945404\", \"cluster_id\":\"72af4d6f-f77b-4a30-94d7-95e9d20d7c7c\", \"created_at\":\"2025-10-30T16:51:48.468973Z\", \"updated_at\":\"2025-10-30T16:55:55.193295Z\", \"name\":\"pool\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "705" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:56:10 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - 42367a36-c749-4b1c-a0a9-2ff6ea07d6b3 - status: 200 OK - code: 200 - duration: 88.29353ms -- id: 89 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/0ccff165-4abf-4eaf-b15b-f015df945404 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 705 - body: "{\"region\":\"fr-par\", \"id\":\"0ccff165-4abf-4eaf-b15b-f015df945404\", \"cluster_id\":\"72af4d6f-f77b-4a30-94d7-95e9d20d7c7c\", \"created_at\":\"2025-10-30T16:51:48.468973Z\", \"updated_at\":\"2025-10-30T16:55:55.193295Z\", \"name\":\"pool\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "705" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:56:15 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - 97c9f695-32cc-4305-93c6-9c3a3beb36b1 - status: 200 OK - code: 200 - duration: 82.259316ms -- id: 90 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/0ccff165-4abf-4eaf-b15b-f015df945404 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 705 - body: "{\"region\":\"fr-par\", \"id\":\"0ccff165-4abf-4eaf-b15b-f015df945404\", \"cluster_id\":\"72af4d6f-f77b-4a30-94d7-95e9d20d7c7c\", \"created_at\":\"2025-10-30T16:51:48.468973Z\", \"updated_at\":\"2025-10-30T16:55:55.193295Z\", \"name\":\"pool\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "705" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:56:20 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - f12c4522-5ea7-46ab-8ad8-60e5f8eb57fc - status: 200 OK - code: 200 - duration: 95.442759ms -- id: 91 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/0ccff165-4abf-4eaf-b15b-f015df945404 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 705 - body: "{\"region\":\"fr-par\", \"id\":\"0ccff165-4abf-4eaf-b15b-f015df945404\", \"cluster_id\":\"72af4d6f-f77b-4a30-94d7-95e9d20d7c7c\", \"created_at\":\"2025-10-30T16:51:48.468973Z\", \"updated_at\":\"2025-10-30T16:55:55.193295Z\", \"name\":\"pool\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "705" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:56:25 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - 54565763-762e-4add-9e5d-09f711baba01 - status: 200 OK - code: 200 - duration: 80.941533ms -- id: 92 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/0ccff165-4abf-4eaf-b15b-f015df945404 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 705 - body: "{\"region\":\"fr-par\", \"id\":\"0ccff165-4abf-4eaf-b15b-f015df945404\", \"cluster_id\":\"72af4d6f-f77b-4a30-94d7-95e9d20d7c7c\", \"created_at\":\"2025-10-30T16:51:48.468973Z\", \"updated_at\":\"2025-10-30T16:55:55.193295Z\", \"name\":\"pool\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "705" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:56:30 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - 8a484047-d611-4716-a61e-eddbe73bbf4a - status: 200 OK - code: 200 - duration: 84.665473ms -- id: 93 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/0ccff165-4abf-4eaf-b15b-f015df945404 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 705 - body: "{\"region\":\"fr-par\", \"id\":\"0ccff165-4abf-4eaf-b15b-f015df945404\", \"cluster_id\":\"72af4d6f-f77b-4a30-94d7-95e9d20d7c7c\", \"created_at\":\"2025-10-30T16:51:48.468973Z\", \"updated_at\":\"2025-10-30T16:55:55.193295Z\", \"name\":\"pool\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "705" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:56:35 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - c4d4b50a-16c1-433b-b981-cf80e7c9f29c - status: 200 OK - code: 200 - duration: 99.481078ms -- id: 94 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/0ccff165-4abf-4eaf-b15b-f015df945404 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 705 - body: "{\"region\":\"fr-par\", \"id\":\"0ccff165-4abf-4eaf-b15b-f015df945404\", \"cluster_id\":\"72af4d6f-f77b-4a30-94d7-95e9d20d7c7c\", \"created_at\":\"2025-10-30T16:51:48.468973Z\", \"updated_at\":\"2025-10-30T16:55:55.193295Z\", \"name\":\"pool\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "705" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:56:41 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - a4d5a85f-2464-4e74-ad40-45a1ebed838a - status: 200 OK - code: 200 - duration: 79.844965ms -- id: 95 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/0ccff165-4abf-4eaf-b15b-f015df945404 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 705 - body: "{\"region\":\"fr-par\", \"id\":\"0ccff165-4abf-4eaf-b15b-f015df945404\", \"cluster_id\":\"72af4d6f-f77b-4a30-94d7-95e9d20d7c7c\", \"created_at\":\"2025-10-30T16:51:48.468973Z\", \"updated_at\":\"2025-10-30T16:55:55.193295Z\", \"name\":\"pool\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "705" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:56:46 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - 21056ca5-2ca0-4028-9749-374565ca09e2 - status: 200 OK - code: 200 - duration: 87.146209ms -- id: 96 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/0ccff165-4abf-4eaf-b15b-f015df945404 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 705 - body: "{\"region\":\"fr-par\", \"id\":\"0ccff165-4abf-4eaf-b15b-f015df945404\", \"cluster_id\":\"72af4d6f-f77b-4a30-94d7-95e9d20d7c7c\", \"created_at\":\"2025-10-30T16:51:48.468973Z\", \"updated_at\":\"2025-10-30T16:55:55.193295Z\", \"name\":\"pool\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 1650 + body: "{\"name\":\"kubeconfig\", \"content_type\":\"application/octet-stream\", \"content\":\"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogInRlc3QtcG9vbC1zaXplIgogIGNsdXN0ZXI6CiAgICBjZXJ0aWZpY2F0ZS1hdXRob3JpdHktZGF0YTogTFMwdExTMUNSVWRKVGlCRFJWSlVTVVpKUTBGVVJTMHRMUzB0Q2sxSlNVSlhla05EUVZGSFowRjNTVUpCWjBsQ1FVUkJTMEpuWjNGb2EycFBVRkZSUkVGcVFWWk5VazEzUlZGWlJGWlJVVVJGZDNCeVpGZEtiR050Tld3S1pFZFdlazFDTkZoRVZFa3hUVlJCZVU5VVJUSk9WRVV3VFRGdldFUlVUVEZOVkVGNVQxUkZNazVVUlRCTk1XOTNSbFJGVkUxQ1JVZEJNVlZGUVhoTlN3cGhNMVpwV2xoS2RWcFlVbXhqZWtKYVRVSk5SMEo1Y1VkVFRUUTVRV2RGUjBORGNVZFRUVFE1UVhkRlNFRXdTVUZDVFU4cmJIbE1PRzFsYlZVNVNEazVDblJHZEdSUVQxbHhVMW8yVjBzclRHMXFZV1pSWldwcmNFeDFSRlo1VWxwdVJrMWphMWM0Y1hCclUweFZNalkwT1RWblpHcHRkbXRyZEdab1ZtZGhOV1VLUkdJelZITXJhV3BSYWtKQlRVRTBSMEV4VldSRWQwVkNMM2RSUlVGM1NVTndSRUZRUW1kT1ZraFNUVUpCWmpoRlFsUkJSRUZSU0M5TlFqQkhRVEZWWkFwRVoxRlhRa0pTTXpoa1J6TXZUVEJuVGpoeGNsZzJhMUJIY0RkNmF6VlNOMU42UVV0Q1oyZHhhR3RxVDFCUlVVUkJaMDVKUVVSQ1JrRnBSVUZwWmk5YUNtcHhZVlJNTjNWYVRXOUxjMDRyT1hKVUx5OHZTV0ZTT0VoTFoyeHpZVTl5ZVVwM1RGTjZXVU5KUmpsak1HcFFUMkpDWVRCaVFYUlJOV1F2ZUVSMVFYb0tPVmQxT1VNNVZIYzVNRmxJTUVsdVVtSlBZazhLTFMwdExTMUZUa1FnUTBWU1ZFbEdTVU5CVkVVdExTMHRMUW89CiAgICBzZXJ2ZXI6IGh0dHBzOi8vNzJhZjRkNmYtZjc3Yi00YTMwLTk0ZDctOTVlOWQyMGQ3YzdjLmFwaS5rOHMuZnItcGFyLnNjdy5jbG91ZDo2NDQzCmNvbnRleHRzOgotIG5hbWU6IGFkbWluQHRlc3QtcG9vbC1zaXplCiAgY29udGV4dDoKICAgIGNsdXN0ZXI6ICJ0ZXN0LXBvb2wtc2l6ZSIKICAgIHVzZXI6IHRlc3QtcG9vbC1zaXplLWFkbWluCmN1cnJlbnQtY29udGV4dDogYWRtaW5AdGVzdC1wb29sLXNpemUKa2luZDogQ29uZmlnCnByZWZlcmVuY2VzOiB7fQp1c2VyczoKLSBuYW1lOiB0ZXN0LXBvb2wtc2l6ZS1hZG1pbgogIHVzZXI6CiAgICB0b2tlbjogRFhoUkpMdUFhbG50MUlHOUNuSlJXeVlsVjdmUFo5UmJaZmxqRlBBUFZsZ2hJZm5zcnRLdlpjMVk=\"}" headers: Content-Length: - - "705" + - "1650" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:56:51 GMT + - Thu, 30 Oct 2025 16:55:54 GMT Server: - Scaleway API Gateway (fr-par-3;edge01) X-Request-Id: - - f9b8748a-85ff-427e-a3c9-28b09d2fdfa1 + - 05c68396-c884-4aa1-91a3-8dac08635eba status: 200 OK code: 200 - duration: 92.366346ms -- id: 97 + duration: 78.150185ms +- id: 25 request: proto: HTTP/1.1 proto_major: 1 @@ -3194,55 +854,64 @@ interactions: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 705 - body: "{\"region\":\"fr-par\", \"id\":\"0ccff165-4abf-4eaf-b15b-f015df945404\", \"cluster_id\":\"72af4d6f-f77b-4a30-94d7-95e9d20d7c7c\", \"created_at\":\"2025-10-30T16:51:48.468973Z\", \"updated_at\":\"2025-10-30T16:55:55.193295Z\", \"name\":\"pool\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 702 + body: "{\"region\":\"fr-par\", \"id\":\"0ccff165-4abf-4eaf-b15b-f015df945404\", \"cluster_id\":\"72af4d6f-f77b-4a30-94d7-95e9d20d7c7c\", \"created_at\":\"2025-10-30T16:51:48.468973Z\", \"updated_at\":\"2025-10-30T16:55:52.846189Z\", \"name\":\"pool\", \"status\":\"ready\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" headers: Content-Length: - - "705" + - "702" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:56:56 GMT + - Thu, 30 Oct 2025 16:55:54 GMT Server: - Scaleway API Gateway (fr-par-3;edge01) X-Request-Id: - - 4b75e909-a19c-40bd-a78c-687877547a23 + - e471a6ea-8b9c-4f60-a43f-072b6f82188d status: 200 OK code: 200 - duration: 83.341748ms -- id: 98 + duration: 23.323834ms +- id: 26 request: proto: HTTP/1.1 proto_major: 1 proto_minor: 1 content_length: 0 host: api.scaleway.com + form: + order_by: + - created_at_asc + page: + - "1" + pool_id: + - 0ccff165-4abf-4eaf-b15b-f015df945404 + status: + - unknown headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/0ccff165-4abf-4eaf-b15b-f015df945404 + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/72af4d6f-f77b-4a30-94d7-95e9d20d7c7c/nodes?order_by=created_at_asc&page=1&pool_id=0ccff165-4abf-4eaf-b15b-f015df945404&status=unknown method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 705 - body: "{\"region\":\"fr-par\", \"id\":\"0ccff165-4abf-4eaf-b15b-f015df945404\", \"cluster_id\":\"72af4d6f-f77b-4a30-94d7-95e9d20d7c7c\", \"created_at\":\"2025-10-30T16:51:48.468973Z\", \"updated_at\":\"2025-10-30T16:55:55.193295Z\", \"name\":\"pool\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 619 + body: "{\"total_count\":1, \"nodes\":[{\"region\":\"fr-par\", \"id\":\"49bcc1f6-133f-4938-9f5a-bbca5c23cc31\", \"cluster_id\":\"72af4d6f-f77b-4a30-94d7-95e9d20d7c7c\", \"created_at\":\"2025-10-30T16:54:54.764720Z\", \"updated_at\":\"2025-10-30T16:55:52.833238Z\", \"pool_id\":\"0ccff165-4abf-4eaf-b15b-f015df945404\", \"status\":\"ready\", \"conditions\":{\"DiskPressure\":\"False\", \"MemoryPressure\":\"False\", \"PIDPressure\":\"False\", \"Ready\":\"True\"}, \"name\":\"scw-test-pool-size-pool-49bcc1f6133f49389f5abb\", \"public_ip_v4\":\"51.15.236.240\", \"public_ip_v6\":null, \"provider_id\":\"scaleway://instance/fr-par-1/6eb38208-a5b7-466c-ba47-ec9fc6bab30c\", \"error_message\":\"\"}]}" headers: Content-Length: - - "705" + - "619" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:57:01 GMT + - Thu, 30 Oct 2025 16:55:54 GMT Server: - Scaleway API Gateway (fr-par-3;edge01) X-Request-Id: - - a68dc8d5-c879-47e7-a36b-807b6b8482fb + - 0c301db3-a3c6-4d3a-84a1-485d94acf214 status: 200 OK code: 200 - duration: 97.919718ms -- id: 99 + duration: 30.224105ms +- id: 27 request: proto: HTTP/1.1 proto_major: 1 @@ -3252,61 +921,70 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/0ccff165-4abf-4eaf-b15b-f015df945404 + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/72af4d6f-f77b-4a30-94d7-95e9d20d7c7c method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 705 - body: "{\"region\":\"fr-par\", \"id\":\"0ccff165-4abf-4eaf-b15b-f015df945404\", \"cluster_id\":\"72af4d6f-f77b-4a30-94d7-95e9d20d7c7c\", \"created_at\":\"2025-10-30T16:51:48.468973Z\", \"updated_at\":\"2025-10-30T16:55:55.193295Z\", \"name\":\"pool\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 1582 + body: "{\"region\":\"fr-par\", \"id\":\"72af4d6f-f77b-4a30-94d7-95e9d20d7c7c\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:51:42.964774Z\", \"updated_at\":\"2025-10-30T16:53:13.143362Z\", \"type\":\"kapsule\", \"name\":\"test-pool-size\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[], \"cluster_url\":\"https://72af4d6f-f77b-4a30-94d7-95e9d20d7c7c.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.72af4d6f-f77b-4a30-94d7-95e9d20d7c7c.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":true, \"maintenance_window\":{\"start_hour\":12, \"day\":\"monday\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"8cc7d8e5-b56e-44ad-8001-d2fa3796163e\", \"commitment_ends_at\":\"2025-10-30T16:51:42.964783Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"a07f8031-1342-41ce-872b-135c9c8e562a\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" headers: Content-Length: - - "705" + - "1582" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:57:06 GMT + - Thu, 30 Oct 2025 16:55:54 GMT Server: - Scaleway API Gateway (fr-par-3;edge01) X-Request-Id: - - 0aeb5aa3-e2a0-46a6-b25f-8312c5bec8b8 + - f736cb98-e2ba-4ef0-9814-5304de6b5bb6 status: 200 OK code: 200 - duration: 82.889268ms -- id: 100 + duration: 22.580731ms +- id: 28 request: proto: HTTP/1.1 proto_major: 1 proto_minor: 1 content_length: 0 host: api.scaleway.com + form: + order_by: + - created_at_desc + project_id: + - 105bdce1-64c0-48ab-899d-868455867ecf + resource_name: + - scw-test-pool-size-pool-49bcc1f6133f49389f5abb + resource_type: + - unknown_type headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/0ccff165-4abf-4eaf-b15b-f015df945404 + url: https://api.scaleway.com/ipam/v1/regions/fr-par/ips?order_by=created_at_desc&project_id=105bdce1-64c0-48ab-899d-868455867ecf&resource_name=scw-test-pool-size-pool-49bcc1f6133f49389f5abb&resource_type=unknown_type method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 705 - body: "{\"region\":\"fr-par\", \"id\":\"0ccff165-4abf-4eaf-b15b-f015df945404\", \"cluster_id\":\"72af4d6f-f77b-4a30-94d7-95e9d20d7c7c\", \"created_at\":\"2025-10-30T16:51:48.468973Z\", \"updated_at\":\"2025-10-30T16:55:55.193295Z\", \"name\":\"pool\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 1121 + body: "{\"total_count\":2, \"ips\":[{\"id\":\"0461f29b-4b0e-45ea-abba-9b80a0cca4c9\", \"address\":\"fd5f:519c:6d46:8b07:57fd:7a14:5813:b86/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":true, \"created_at\":\"2025-10-30T16:54:58.251406Z\", \"updated_at\":\"2025-10-30T16:54:58.251406Z\", \"source\":{\"subnet_id\":\"83a37010-9e4f-443f-ab9c-1dfd0d17cdf3\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"cdf2a35f-fc87-448f-a83b-1e0d7689f523\", \"mac_address\":\"02:00:00:16:0B:D2\", \"name\":\"scw-test-pool-size-pool-49bcc1f6133f49389f5abb\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}, {\"id\":\"0cfb1399-091a-4e24-bf6d-0e4a3877b504\", \"address\":\"172.18.56.3/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":false, \"created_at\":\"2025-10-30T16:54:58.095801Z\", \"updated_at\":\"2025-10-30T16:54:58.095801Z\", \"source\":{\"subnet_id\":\"792887f6-0210-4d72-85e3-631bf1861aa4\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"cdf2a35f-fc87-448f-a83b-1e0d7689f523\", \"mac_address\":\"02:00:00:16:0B:D2\", \"name\":\"scw-test-pool-size-pool-49bcc1f6133f49389f5abb\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}]}" headers: Content-Length: - - "705" + - "1121" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:57:11 GMT + - Thu, 30 Oct 2025 16:55:54 GMT Server: - Scaleway API Gateway (fr-par-3;edge01) X-Request-Id: - - 12d4266d-8235-4551-be2c-f6d9fab3be82 + - 82603824-7677-411d-b8ee-6600bea816a4 status: 200 OK code: 200 - duration: 79.950123ms -- id: 101 + duration: 27.630017ms +- id: 29 request: proto: HTTP/1.1 proto_major: 1 @@ -3316,29 +994,29 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/0ccff165-4abf-4eaf-b15b-f015df945404 + url: https://api.scaleway.com/vpc/v2/regions/fr-par/vpcs/6baec7f2-6583-4805-9b7d-ef0603a2cff6 method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 705 - body: "{\"region\":\"fr-par\", \"id\":\"0ccff165-4abf-4eaf-b15b-f015df945404\", \"cluster_id\":\"72af4d6f-f77b-4a30-94d7-95e9d20d7c7c\", \"created_at\":\"2025-10-30T16:51:48.468973Z\", \"updated_at\":\"2025-10-30T16:55:55.193295Z\", \"name\":\"pool\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 425 + body: "{\"id\":\"6baec7f2-6583-4805-9b7d-ef0603a2cff6\", \"name\":\"tf-vpc-heuristic-mirzakhani\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:51:41.869540Z\", \"updated_at\":\"2025-10-30T16:51:41.869540Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_default\":false, \"private_network_count\":1, \"routing_enabled\":true, \"custom_routes_propagation_enabled\":true, \"region\":\"fr-par\"}" headers: Content-Length: - - "705" + - "425" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:57:16 GMT + - Thu, 30 Oct 2025 16:55:54 GMT Server: - Scaleway API Gateway (fr-par-3;edge01) X-Request-Id: - - fd8f6e6e-158d-411f-8a63-45e945f977f5 + - b8fa3763-7f83-4ad7-83d3-27bbb8654fb8 status: 200 OK code: 200 - duration: 91.146616ms -- id: 102 + duration: 22.814088ms +- id: 30 request: proto: HTTP/1.1 proto_major: 1 @@ -3348,29 +1026,29 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/0ccff165-4abf-4eaf-b15b-f015df945404 + url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks/8cc7d8e5-b56e-44ad-8001-d2fa3796163e method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 705 - body: "{\"region\":\"fr-par\", \"id\":\"0ccff165-4abf-4eaf-b15b-f015df945404\", \"cluster_id\":\"72af4d6f-f77b-4a30-94d7-95e9d20d7c7c\", \"created_at\":\"2025-10-30T16:51:48.468973Z\", \"updated_at\":\"2025-10-30T16:55:55.193295Z\", \"name\":\"pool\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 1084 + body: "{\"id\":\"8cc7d8e5-b56e-44ad-8001-d2fa3796163e\", \"name\":\"test-pool-size\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:51:41.989202Z\", \"updated_at\":\"2025-10-30T16:51:41.989202Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"subnets\":[{\"id\":\"792887f6-0210-4d72-85e3-631bf1861aa4\", \"created_at\":\"2025-10-30T16:51:41.989202Z\", \"updated_at\":\"2025-10-30T16:51:41.989202Z\", \"subnet\":\"172.18.56.0/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"8cc7d8e5-b56e-44ad-8001-d2fa3796163e\", \"vpc_id\":\"6baec7f2-6583-4805-9b7d-ef0603a2cff6\"}, {\"id\":\"83a37010-9e4f-443f-ab9c-1dfd0d17cdf3\", \"created_at\":\"2025-10-30T16:51:41.989202Z\", \"updated_at\":\"2025-10-30T16:51:41.989202Z\", \"subnet\":\"fd5f:519c:6d46:8b07::/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"8cc7d8e5-b56e-44ad-8001-d2fa3796163e\", \"vpc_id\":\"6baec7f2-6583-4805-9b7d-ef0603a2cff6\"}], \"vpc_id\":\"6baec7f2-6583-4805-9b7d-ef0603a2cff6\", \"dhcp_enabled\":true, \"default_route_propagation_enabled\":false, \"region\":\"fr-par\"}" headers: Content-Length: - - "705" + - "1084" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:57:21 GMT + - Thu, 30 Oct 2025 16:55:54 GMT Server: - Scaleway API Gateway (fr-par-3;edge01) X-Request-Id: - - 4045970b-9d67-4e80-b61b-8084d4cbba6f + - 3a77cdcf-2d73-41c7-a105-fd24c2eb5cd9 status: 200 OK code: 200 - duration: 90.348228ms -- id: 103 + duration: 24.375949ms +- id: 31 request: proto: HTTP/1.1 proto_major: 1 @@ -3380,29 +1058,29 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/0ccff165-4abf-4eaf-b15b-f015df945404 + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/72af4d6f-f77b-4a30-94d7-95e9d20d7c7c method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 705 - body: "{\"region\":\"fr-par\", \"id\":\"0ccff165-4abf-4eaf-b15b-f015df945404\", \"cluster_id\":\"72af4d6f-f77b-4a30-94d7-95e9d20d7c7c\", \"created_at\":\"2025-10-30T16:51:48.468973Z\", \"updated_at\":\"2025-10-30T16:55:55.193295Z\", \"name\":\"pool\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 1582 + body: "{\"region\":\"fr-par\", \"id\":\"72af4d6f-f77b-4a30-94d7-95e9d20d7c7c\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:51:42.964774Z\", \"updated_at\":\"2025-10-30T16:53:13.143362Z\", \"type\":\"kapsule\", \"name\":\"test-pool-size\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[], \"cluster_url\":\"https://72af4d6f-f77b-4a30-94d7-95e9d20d7c7c.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.72af4d6f-f77b-4a30-94d7-95e9d20d7c7c.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":true, \"maintenance_window\":{\"start_hour\":12, \"day\":\"monday\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"8cc7d8e5-b56e-44ad-8001-d2fa3796163e\", \"commitment_ends_at\":\"2025-10-30T16:51:42.964783Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"a07f8031-1342-41ce-872b-135c9c8e562a\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" headers: Content-Length: - - "705" + - "1582" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:57:26 GMT + - Thu, 30 Oct 2025 16:55:54 GMT Server: - Scaleway API Gateway (fr-par-3;edge01) X-Request-Id: - - d7553cdc-ebae-4d76-92da-eed24aa85d5a + - db15643e-2ceb-4bce-9435-99344b7c500b status: 200 OK code: 200 - duration: 78.171244ms -- id: 104 + duration: 26.061202ms +- id: 32 request: proto: HTTP/1.1 proto_major: 1 @@ -3412,29 +1090,29 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/0ccff165-4abf-4eaf-b15b-f015df945404 + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/72af4d6f-f77b-4a30-94d7-95e9d20d7c7c/kubeconfig method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 705 - body: "{\"region\":\"fr-par\", \"id\":\"0ccff165-4abf-4eaf-b15b-f015df945404\", \"cluster_id\":\"72af4d6f-f77b-4a30-94d7-95e9d20d7c7c\", \"created_at\":\"2025-10-30T16:51:48.468973Z\", \"updated_at\":\"2025-10-30T16:55:55.193295Z\", \"name\":\"pool\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 1650 + body: "{\"name\":\"kubeconfig\", \"content_type\":\"application/octet-stream\", \"content\":\"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogInRlc3QtcG9vbC1zaXplIgogIGNsdXN0ZXI6CiAgICBjZXJ0aWZpY2F0ZS1hdXRob3JpdHktZGF0YTogTFMwdExTMUNSVWRKVGlCRFJWSlVTVVpKUTBGVVJTMHRMUzB0Q2sxSlNVSlhla05EUVZGSFowRjNTVUpCWjBsQ1FVUkJTMEpuWjNGb2EycFBVRkZSUkVGcVFWWk5VazEzUlZGWlJGWlJVVVJGZDNCeVpGZEtiR050Tld3S1pFZFdlazFDTkZoRVZFa3hUVlJCZVU5VVJUSk9WRVV3VFRGdldFUlVUVEZOVkVGNVQxUkZNazVVUlRCTk1XOTNSbFJGVkUxQ1JVZEJNVlZGUVhoTlN3cGhNMVpwV2xoS2RWcFlVbXhqZWtKYVRVSk5SMEo1Y1VkVFRUUTVRV2RGUjBORGNVZFRUVFE1UVhkRlNFRXdTVUZDVFU4cmJIbE1PRzFsYlZVNVNEazVDblJHZEdSUVQxbHhVMW8yVjBzclRHMXFZV1pSWldwcmNFeDFSRlo1VWxwdVJrMWphMWM0Y1hCclUweFZNalkwT1RWblpHcHRkbXRyZEdab1ZtZGhOV1VLUkdJelZITXJhV3BSYWtKQlRVRTBSMEV4VldSRWQwVkNMM2RSUlVGM1NVTndSRUZRUW1kT1ZraFNUVUpCWmpoRlFsUkJSRUZSU0M5TlFqQkhRVEZWWkFwRVoxRlhRa0pTTXpoa1J6TXZUVEJuVGpoeGNsZzJhMUJIY0RkNmF6VlNOMU42UVV0Q1oyZHhhR3RxVDFCUlVVUkJaMDVKUVVSQ1JrRnBSVUZwWmk5YUNtcHhZVlJNTjNWYVRXOUxjMDRyT1hKVUx5OHZTV0ZTT0VoTFoyeHpZVTl5ZVVwM1RGTjZXVU5KUmpsak1HcFFUMkpDWVRCaVFYUlJOV1F2ZUVSMVFYb0tPVmQxT1VNNVZIYzVNRmxJTUVsdVVtSlBZazhLTFMwdExTMUZUa1FnUTBWU1ZFbEdTVU5CVkVVdExTMHRMUW89CiAgICBzZXJ2ZXI6IGh0dHBzOi8vNzJhZjRkNmYtZjc3Yi00YTMwLTk0ZDctOTVlOWQyMGQ3YzdjLmFwaS5rOHMuZnItcGFyLnNjdy5jbG91ZDo2NDQzCmNvbnRleHRzOgotIG5hbWU6IGFkbWluQHRlc3QtcG9vbC1zaXplCiAgY29udGV4dDoKICAgIGNsdXN0ZXI6ICJ0ZXN0LXBvb2wtc2l6ZSIKICAgIHVzZXI6IHRlc3QtcG9vbC1zaXplLWFkbWluCmN1cnJlbnQtY29udGV4dDogYWRtaW5AdGVzdC1wb29sLXNpemUKa2luZDogQ29uZmlnCnByZWZlcmVuY2VzOiB7fQp1c2VyczoKLSBuYW1lOiB0ZXN0LXBvb2wtc2l6ZS1hZG1pbgogIHVzZXI6CiAgICB0b2tlbjogRFhoUkpMdUFhbG50MUlHOUNuSlJXeVlsVjdmUFo5UmJaZmxqRlBBUFZsZ2hJZm5zcnRLdlpjMVk=\"}" headers: Content-Length: - - "705" + - "1650" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:57:31 GMT + - Thu, 30 Oct 2025 16:55:54 GMT Server: - Scaleway API Gateway (fr-par-3;edge01) X-Request-Id: - - e74f82d7-eac1-4489-8ec7-fce5ace9d600 + - cdc8b35f-5c3c-4a99-bb9d-1edf99d08a2e status: 200 OK code: 200 - duration: 110.849735ms -- id: 105 + duration: 20.041184ms +- id: 33 request: proto: HTTP/1.1 proto_major: 1 @@ -3450,55 +1128,64 @@ interactions: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 705 - body: "{\"region\":\"fr-par\", \"id\":\"0ccff165-4abf-4eaf-b15b-f015df945404\", \"cluster_id\":\"72af4d6f-f77b-4a30-94d7-95e9d20d7c7c\", \"created_at\":\"2025-10-30T16:51:48.468973Z\", \"updated_at\":\"2025-10-30T16:55:55.193295Z\", \"name\":\"pool\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 702 + body: "{\"region\":\"fr-par\", \"id\":\"0ccff165-4abf-4eaf-b15b-f015df945404\", \"cluster_id\":\"72af4d6f-f77b-4a30-94d7-95e9d20d7c7c\", \"created_at\":\"2025-10-30T16:51:48.468973Z\", \"updated_at\":\"2025-10-30T16:55:52.846189Z\", \"name\":\"pool\", \"status\":\"ready\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" headers: Content-Length: - - "705" + - "702" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:57:37 GMT + - Thu, 30 Oct 2025 16:55:54 GMT Server: - Scaleway API Gateway (fr-par-3;edge01) X-Request-Id: - - fa3a3ea0-8cfa-4e0a-a338-171e17412b93 + - 98ecf829-3e2f-411d-a3ba-29f9acf45901 status: 200 OK code: 200 - duration: 87.632221ms -- id: 106 + duration: 91.183826ms +- id: 34 request: proto: HTTP/1.1 proto_major: 1 proto_minor: 1 content_length: 0 host: api.scaleway.com + form: + order_by: + - created_at_asc + page: + - "1" + pool_id: + - 0ccff165-4abf-4eaf-b15b-f015df945404 + status: + - unknown headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/0ccff165-4abf-4eaf-b15b-f015df945404 + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/72af4d6f-f77b-4a30-94d7-95e9d20d7c7c/nodes?order_by=created_at_asc&page=1&pool_id=0ccff165-4abf-4eaf-b15b-f015df945404&status=unknown method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 705 - body: "{\"region\":\"fr-par\", \"id\":\"0ccff165-4abf-4eaf-b15b-f015df945404\", \"cluster_id\":\"72af4d6f-f77b-4a30-94d7-95e9d20d7c7c\", \"created_at\":\"2025-10-30T16:51:48.468973Z\", \"updated_at\":\"2025-10-30T16:55:55.193295Z\", \"name\":\"pool\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 619 + body: "{\"total_count\":1, \"nodes\":[{\"region\":\"fr-par\", \"id\":\"49bcc1f6-133f-4938-9f5a-bbca5c23cc31\", \"cluster_id\":\"72af4d6f-f77b-4a30-94d7-95e9d20d7c7c\", \"created_at\":\"2025-10-30T16:54:54.764720Z\", \"updated_at\":\"2025-10-30T16:55:52.833238Z\", \"pool_id\":\"0ccff165-4abf-4eaf-b15b-f015df945404\", \"status\":\"ready\", \"conditions\":{\"DiskPressure\":\"False\", \"MemoryPressure\":\"False\", \"PIDPressure\":\"False\", \"Ready\":\"True\"}, \"name\":\"scw-test-pool-size-pool-49bcc1f6133f49389f5abb\", \"public_ip_v4\":\"51.15.236.240\", \"public_ip_v6\":null, \"provider_id\":\"scaleway://instance/fr-par-1/6eb38208-a5b7-466c-ba47-ec9fc6bab30c\", \"error_message\":\"\"}]}" headers: Content-Length: - - "705" + - "619" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:57:42 GMT + - Thu, 30 Oct 2025 16:55:54 GMT Server: - Scaleway API Gateway (fr-par-3;edge01) X-Request-Id: - - bc814bff-854a-4c9f-8ee5-75f7a9da9214 + - 97c13f2b-232d-4fff-9a6c-453e9cef2d60 status: 200 OK code: 200 - duration: 112.319814ms -- id: 107 + duration: 27.09399ms +- id: 35 request: proto: HTTP/1.1 proto_major: 1 @@ -3508,61 +1195,70 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/0ccff165-4abf-4eaf-b15b-f015df945404 + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/72af4d6f-f77b-4a30-94d7-95e9d20d7c7c method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 705 - body: "{\"region\":\"fr-par\", \"id\":\"0ccff165-4abf-4eaf-b15b-f015df945404\", \"cluster_id\":\"72af4d6f-f77b-4a30-94d7-95e9d20d7c7c\", \"created_at\":\"2025-10-30T16:51:48.468973Z\", \"updated_at\":\"2025-10-30T16:55:55.193295Z\", \"name\":\"pool\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 1582 + body: "{\"region\":\"fr-par\", \"id\":\"72af4d6f-f77b-4a30-94d7-95e9d20d7c7c\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:51:42.964774Z\", \"updated_at\":\"2025-10-30T16:53:13.143362Z\", \"type\":\"kapsule\", \"name\":\"test-pool-size\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[], \"cluster_url\":\"https://72af4d6f-f77b-4a30-94d7-95e9d20d7c7c.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.72af4d6f-f77b-4a30-94d7-95e9d20d7c7c.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":true, \"maintenance_window\":{\"start_hour\":12, \"day\":\"monday\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"8cc7d8e5-b56e-44ad-8001-d2fa3796163e\", \"commitment_ends_at\":\"2025-10-30T16:51:42.964783Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"a07f8031-1342-41ce-872b-135c9c8e562a\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" headers: Content-Length: - - "705" + - "1582" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:57:47 GMT + - Thu, 30 Oct 2025 16:55:54 GMT Server: - Scaleway API Gateway (fr-par-3;edge01) X-Request-Id: - - 36220aa8-7c6d-469b-a27d-fbdcbfb4b81d + - 4f150392-81b1-42f1-9533-020f5872d45f status: 200 OK code: 200 - duration: 72.991983ms -- id: 108 + duration: 97.903779ms +- id: 36 request: proto: HTTP/1.1 proto_major: 1 proto_minor: 1 content_length: 0 host: api.scaleway.com + form: + order_by: + - created_at_desc + project_id: + - 105bdce1-64c0-48ab-899d-868455867ecf + resource_name: + - scw-test-pool-size-pool-49bcc1f6133f49389f5abb + resource_type: + - unknown_type headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/0ccff165-4abf-4eaf-b15b-f015df945404 + url: https://api.scaleway.com/ipam/v1/regions/fr-par/ips?order_by=created_at_desc&project_id=105bdce1-64c0-48ab-899d-868455867ecf&resource_name=scw-test-pool-size-pool-49bcc1f6133f49389f5abb&resource_type=unknown_type method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 705 - body: "{\"region\":\"fr-par\", \"id\":\"0ccff165-4abf-4eaf-b15b-f015df945404\", \"cluster_id\":\"72af4d6f-f77b-4a30-94d7-95e9d20d7c7c\", \"created_at\":\"2025-10-30T16:51:48.468973Z\", \"updated_at\":\"2025-10-30T16:55:55.193295Z\", \"name\":\"pool\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 1121 + body: "{\"total_count\":2, \"ips\":[{\"id\":\"0461f29b-4b0e-45ea-abba-9b80a0cca4c9\", \"address\":\"fd5f:519c:6d46:8b07:57fd:7a14:5813:b86/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":true, \"created_at\":\"2025-10-30T16:54:58.251406Z\", \"updated_at\":\"2025-10-30T16:54:58.251406Z\", \"source\":{\"subnet_id\":\"83a37010-9e4f-443f-ab9c-1dfd0d17cdf3\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"cdf2a35f-fc87-448f-a83b-1e0d7689f523\", \"mac_address\":\"02:00:00:16:0B:D2\", \"name\":\"scw-test-pool-size-pool-49bcc1f6133f49389f5abb\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}, {\"id\":\"0cfb1399-091a-4e24-bf6d-0e4a3877b504\", \"address\":\"172.18.56.3/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":false, \"created_at\":\"2025-10-30T16:54:58.095801Z\", \"updated_at\":\"2025-10-30T16:54:58.095801Z\", \"source\":{\"subnet_id\":\"792887f6-0210-4d72-85e3-631bf1861aa4\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"cdf2a35f-fc87-448f-a83b-1e0d7689f523\", \"mac_address\":\"02:00:00:16:0B:D2\", \"name\":\"scw-test-pool-size-pool-49bcc1f6133f49389f5abb\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}]}" headers: Content-Length: - - "705" + - "1121" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:57:52 GMT + - Thu, 30 Oct 2025 16:55:54 GMT Server: - Scaleway API Gateway (fr-par-3;edge01) X-Request-Id: - - cb8a7e6a-535f-47e5-8bc4-c95f5ba0c25d + - 0b04fe8a-22af-4a25-8423-a0a79ffb7e92 status: 200 OK code: 200 - duration: 97.189658ms -- id: 109 + duration: 23.860623ms +- id: 37 request: proto: HTTP/1.1 proto_major: 1 @@ -3573,7 +1269,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/0ccff165-4abf-4eaf-b15b-f015df945404 - method: GET + method: DELETE response: proto: HTTP/2.0 proto_major: 2 @@ -3586,15 +1282,15 @@ interactions: Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:57:57 GMT + - Thu, 30 Oct 2025 16:55:55 GMT Server: - Scaleway API Gateway (fr-par-3;edge01) X-Request-Id: - - c988d45a-659e-4674-bbc3-2328ee84045b + - 1c1300eb-e58e-4018-9c9f-f285d88066ad status: 200 OK code: 200 - duration: 91.997694ms -- id: 110 + duration: 105.28974ms +- id: 38 request: proto: HTTP/1.1 proto_major: 1 @@ -3618,15 +1314,15 @@ interactions: Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:58:02 GMT + - Thu, 30 Oct 2025 16:55:55 GMT Server: - Scaleway API Gateway (fr-par-3;edge01) X-Request-Id: - - a0b0267f-719f-4cf9-bb4e-10122fd5ef8a + - 7c26dfaa-ee24-4845-95ed-f189613807ab status: 200 OK code: 200 - duration: 103.652368ms -- id: 111 + duration: 40.588999ms +- id: 39 request: proto: HTTP/1.1 proto_major: 1 @@ -3658,7 +1354,7 @@ interactions: status: 404 Not Found code: 404 duration: 24.823379ms -- id: 112 +- id: 40 request: proto: HTTP/1.1 proto_major: 1 @@ -3693,7 +1389,7 @@ interactions: status: 200 OK code: 200 duration: 156.068674ms -- id: 113 +- id: 41 request: proto: HTTP/1.1 proto_major: 1 @@ -3725,71 +1421,7 @@ interactions: status: 200 OK code: 200 duration: 140.62643ms -- id: 114 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/72af4d6f-f77b-4a30-94d7-95e9d20d7c7c - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1585 - body: "{\"region\":\"fr-par\", \"id\":\"72af4d6f-f77b-4a30-94d7-95e9d20d7c7c\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:51:42.964774Z\", \"updated_at\":\"2025-10-30T16:58:07.699283Z\", \"type\":\"kapsule\", \"name\":\"test-pool-size\", \"description\":\"\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[], \"cluster_url\":\"https://72af4d6f-f77b-4a30-94d7-95e9d20d7c7c.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.72af4d6f-f77b-4a30-94d7-95e9d20d7c7c.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":true, \"maintenance_window\":{\"start_hour\":12, \"day\":\"monday\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"8cc7d8e5-b56e-44ad-8001-d2fa3796163e\", \"commitment_ends_at\":\"2025-10-30T16:51:42.964783Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"a07f8031-1342-41ce-872b-135c9c8e562a\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1585" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:58:13 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - 69742987-a469-4444-9615-f17706867165 - status: 200 OK - code: 200 - duration: 99.658962ms -- id: 115 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/72af4d6f-f77b-4a30-94d7-95e9d20d7c7c - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1585 - body: "{\"region\":\"fr-par\", \"id\":\"72af4d6f-f77b-4a30-94d7-95e9d20d7c7c\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:51:42.964774Z\", \"updated_at\":\"2025-10-30T16:58:07.699283Z\", \"type\":\"kapsule\", \"name\":\"test-pool-size\", \"description\":\"\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[], \"cluster_url\":\"https://72af4d6f-f77b-4a30-94d7-95e9d20d7c7c.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.72af4d6f-f77b-4a30-94d7-95e9d20d7c7c.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":true, \"maintenance_window\":{\"start_hour\":12, \"day\":\"monday\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"8cc7d8e5-b56e-44ad-8001-d2fa3796163e\", \"commitment_ends_at\":\"2025-10-30T16:51:42.964783Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"a07f8031-1342-41ce-872b-135c9c8e562a\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1585" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:58:18 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - 70c1938e-3b56-49e1-a2ee-baff6426ff18 - status: 200 OK - code: 200 - duration: 94.124675ms -- id: 116 +- id: 42 request: proto: HTTP/1.1 proto_major: 1 @@ -3821,7 +1453,7 @@ interactions: status: 404 Not Found code: 404 duration: 20.722834ms -- id: 117 +- id: 43 request: proto: HTTP/1.1 proto_major: 1 @@ -3851,7 +1483,7 @@ interactions: status: 204 No Content code: 204 duration: 1.319682603s -- id: 118 +- id: 44 request: proto: HTTP/1.1 proto_major: 1 @@ -3881,7 +1513,7 @@ interactions: status: 204 No Content code: 204 duration: 131.433548ms -- id: 119 +- id: 45 request: proto: HTTP/1.1 proto_major: 1 @@ -3913,7 +1545,7 @@ interactions: status: 404 Not Found code: 404 duration: 23.649486ms -- id: 120 +- id: 46 request: proto: HTTP/1.1 proto_major: 1 @@ -3945,7 +1577,7 @@ interactions: status: 404 Not Found code: 404 duration: 25.558429ms -- id: 121 +- id: 47 request: proto: HTTP/1.1 proto_major: 1 diff --git a/internal/services/k8s/testdata/pool-upgrade-policy.cassette.yaml b/internal/services/k8s/testdata/pool-upgrade-policy.cassette.yaml index fdce063063..a322e2c789 100644 --- a/internal/services/k8s/testdata/pool-upgrade-policy.cassette.yaml +++ b/internal/services/k8s/testdata/pool-upgrade-policy.cassette.yaml @@ -469,4714 +469,6 @@ interactions: code: 200 duration: 28.60179ms - id: 14 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/77e85934-bc25-40eb-82a3-c9be33dbfebc - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 781 - body: "{\"region\":\"fr-par\", \"id\":\"77e85934-bc25-40eb-82a3-c9be33dbfebc\", \"cluster_id\":\"93dac97a-3326-46c7-9fd2-048a92c9ded6\", \"created_at\":\"2025-10-30T16:18:24.093162Z\", \"updated_at\":\"2025-10-30T16:18:24.093162Z\", \"name\":\"test-pool-upgrade-policy\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"upgrade_policy\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":3, \"max_surge\":2}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "781" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:18:29 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 626718fc-66f2-4ff8-b840-2b133e0c9a62 - status: 200 OK - code: 200 - duration: 93.234363ms -- id: 15 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/77e85934-bc25-40eb-82a3-c9be33dbfebc - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 781 - body: "{\"region\":\"fr-par\", \"id\":\"77e85934-bc25-40eb-82a3-c9be33dbfebc\", \"cluster_id\":\"93dac97a-3326-46c7-9fd2-048a92c9ded6\", \"created_at\":\"2025-10-30T16:18:24.093162Z\", \"updated_at\":\"2025-10-30T16:18:24.093162Z\", \"name\":\"test-pool-upgrade-policy\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"upgrade_policy\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":3, \"max_surge\":2}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "781" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:18:34 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - d5c52c39-b792-4dc9-9c95-f840c167222e - status: 200 OK - code: 200 - duration: 81.224774ms -- id: 16 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/77e85934-bc25-40eb-82a3-c9be33dbfebc - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 781 - body: "{\"region\":\"fr-par\", \"id\":\"77e85934-bc25-40eb-82a3-c9be33dbfebc\", \"cluster_id\":\"93dac97a-3326-46c7-9fd2-048a92c9ded6\", \"created_at\":\"2025-10-30T16:18:24.093162Z\", \"updated_at\":\"2025-10-30T16:18:24.093162Z\", \"name\":\"test-pool-upgrade-policy\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"upgrade_policy\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":3, \"max_surge\":2}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "781" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:18:39 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - d4030e42-1b5f-4e72-aa6d-09afe1c09120 - status: 200 OK - code: 200 - duration: 95.030264ms -- id: 17 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/77e85934-bc25-40eb-82a3-c9be33dbfebc - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 781 - body: "{\"region\":\"fr-par\", \"id\":\"77e85934-bc25-40eb-82a3-c9be33dbfebc\", \"cluster_id\":\"93dac97a-3326-46c7-9fd2-048a92c9ded6\", \"created_at\":\"2025-10-30T16:18:24.093162Z\", \"updated_at\":\"2025-10-30T16:18:24.093162Z\", \"name\":\"test-pool-upgrade-policy\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"upgrade_policy\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":3, \"max_surge\":2}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "781" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:18:44 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 74e3cf16-7b2f-4861-aa09-2223f607ca07 - status: 200 OK - code: 200 - duration: 85.161121ms -- id: 18 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/77e85934-bc25-40eb-82a3-c9be33dbfebc - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 781 - body: "{\"region\":\"fr-par\", \"id\":\"77e85934-bc25-40eb-82a3-c9be33dbfebc\", \"cluster_id\":\"93dac97a-3326-46c7-9fd2-048a92c9ded6\", \"created_at\":\"2025-10-30T16:18:24.093162Z\", \"updated_at\":\"2025-10-30T16:18:24.093162Z\", \"name\":\"test-pool-upgrade-policy\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"upgrade_policy\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":3, \"max_surge\":2}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "781" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:18:49 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - e1076656-5398-42f8-8e71-f4968bc5544d - status: 200 OK - code: 200 - duration: 89.432809ms -- id: 19 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/77e85934-bc25-40eb-82a3-c9be33dbfebc - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 781 - body: "{\"region\":\"fr-par\", \"id\":\"77e85934-bc25-40eb-82a3-c9be33dbfebc\", \"cluster_id\":\"93dac97a-3326-46c7-9fd2-048a92c9ded6\", \"created_at\":\"2025-10-30T16:18:24.093162Z\", \"updated_at\":\"2025-10-30T16:18:24.093162Z\", \"name\":\"test-pool-upgrade-policy\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"upgrade_policy\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":3, \"max_surge\":2}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "781" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:18:54 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 62e5c973-f648-4e65-9497-4ad589a298ad - status: 200 OK - code: 200 - duration: 96.82397ms -- id: 20 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/77e85934-bc25-40eb-82a3-c9be33dbfebc - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 781 - body: "{\"region\":\"fr-par\", \"id\":\"77e85934-bc25-40eb-82a3-c9be33dbfebc\", \"cluster_id\":\"93dac97a-3326-46c7-9fd2-048a92c9ded6\", \"created_at\":\"2025-10-30T16:18:24.093162Z\", \"updated_at\":\"2025-10-30T16:18:24.093162Z\", \"name\":\"test-pool-upgrade-policy\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"upgrade_policy\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":3, \"max_surge\":2}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "781" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:18:59 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 6a69bd4d-c5b8-4747-9935-2ef102a01ddf - status: 200 OK - code: 200 - duration: 82.286155ms -- id: 21 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/77e85934-bc25-40eb-82a3-c9be33dbfebc - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 781 - body: "{\"region\":\"fr-par\", \"id\":\"77e85934-bc25-40eb-82a3-c9be33dbfebc\", \"cluster_id\":\"93dac97a-3326-46c7-9fd2-048a92c9ded6\", \"created_at\":\"2025-10-30T16:18:24.093162Z\", \"updated_at\":\"2025-10-30T16:18:24.093162Z\", \"name\":\"test-pool-upgrade-policy\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"upgrade_policy\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":3, \"max_surge\":2}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "781" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:19:04 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 6f86f13a-edc7-4136-90e0-83d8d84809e4 - status: 200 OK - code: 200 - duration: 84.736935ms -- id: 22 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/77e85934-bc25-40eb-82a3-c9be33dbfebc - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 781 - body: "{\"region\":\"fr-par\", \"id\":\"77e85934-bc25-40eb-82a3-c9be33dbfebc\", \"cluster_id\":\"93dac97a-3326-46c7-9fd2-048a92c9ded6\", \"created_at\":\"2025-10-30T16:18:24.093162Z\", \"updated_at\":\"2025-10-30T16:18:24.093162Z\", \"name\":\"test-pool-upgrade-policy\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"upgrade_policy\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":3, \"max_surge\":2}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "781" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:19:10 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - d5562e5d-c799-4a4c-9cf4-1bfcd00f0093 - status: 200 OK - code: 200 - duration: 94.039464ms -- id: 23 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/77e85934-bc25-40eb-82a3-c9be33dbfebc - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 781 - body: "{\"region\":\"fr-par\", \"id\":\"77e85934-bc25-40eb-82a3-c9be33dbfebc\", \"cluster_id\":\"93dac97a-3326-46c7-9fd2-048a92c9ded6\", \"created_at\":\"2025-10-30T16:18:24.093162Z\", \"updated_at\":\"2025-10-30T16:18:24.093162Z\", \"name\":\"test-pool-upgrade-policy\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"upgrade_policy\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":3, \"max_surge\":2}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "781" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:19:15 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - b0a36f92-a01f-4f7f-b2b7-fb9c249580a9 - status: 200 OK - code: 200 - duration: 103.902666ms -- id: 24 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/77e85934-bc25-40eb-82a3-c9be33dbfebc - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 781 - body: "{\"region\":\"fr-par\", \"id\":\"77e85934-bc25-40eb-82a3-c9be33dbfebc\", \"cluster_id\":\"93dac97a-3326-46c7-9fd2-048a92c9ded6\", \"created_at\":\"2025-10-30T16:18:24.093162Z\", \"updated_at\":\"2025-10-30T16:18:24.093162Z\", \"name\":\"test-pool-upgrade-policy\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"upgrade_policy\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":3, \"max_surge\":2}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "781" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:19:20 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 4365f408-a7b5-4d11-bcfb-4cb60ad3f325 - status: 200 OK - code: 200 - duration: 111.113278ms -- id: 25 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/77e85934-bc25-40eb-82a3-c9be33dbfebc - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 781 - body: "{\"region\":\"fr-par\", \"id\":\"77e85934-bc25-40eb-82a3-c9be33dbfebc\", \"cluster_id\":\"93dac97a-3326-46c7-9fd2-048a92c9ded6\", \"created_at\":\"2025-10-30T16:18:24.093162Z\", \"updated_at\":\"2025-10-30T16:18:24.093162Z\", \"name\":\"test-pool-upgrade-policy\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"upgrade_policy\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":3, \"max_surge\":2}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "781" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:19:25 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - b505ce04-581a-4081-bbe1-d5994c4ff94f - status: 200 OK - code: 200 - duration: 85.205154ms -- id: 26 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/77e85934-bc25-40eb-82a3-c9be33dbfebc - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 781 - body: "{\"region\":\"fr-par\", \"id\":\"77e85934-bc25-40eb-82a3-c9be33dbfebc\", \"cluster_id\":\"93dac97a-3326-46c7-9fd2-048a92c9ded6\", \"created_at\":\"2025-10-30T16:18:24.093162Z\", \"updated_at\":\"2025-10-30T16:18:24.093162Z\", \"name\":\"test-pool-upgrade-policy\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"upgrade_policy\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":3, \"max_surge\":2}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "781" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:19:30 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 8a44c656-fa5a-470a-aba1-e09fe01bdf6e - status: 200 OK - code: 200 - duration: 84.339089ms -- id: 27 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/77e85934-bc25-40eb-82a3-c9be33dbfebc - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 781 - body: "{\"region\":\"fr-par\", \"id\":\"77e85934-bc25-40eb-82a3-c9be33dbfebc\", \"cluster_id\":\"93dac97a-3326-46c7-9fd2-048a92c9ded6\", \"created_at\":\"2025-10-30T16:18:24.093162Z\", \"updated_at\":\"2025-10-30T16:18:24.093162Z\", \"name\":\"test-pool-upgrade-policy\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"upgrade_policy\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":3, \"max_surge\":2}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "781" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:19:35 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 72dbd6ea-21ad-4f0c-88c6-43ab7623cfc9 - status: 200 OK - code: 200 - duration: 91.77252ms -- id: 28 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/77e85934-bc25-40eb-82a3-c9be33dbfebc - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 781 - body: "{\"region\":\"fr-par\", \"id\":\"77e85934-bc25-40eb-82a3-c9be33dbfebc\", \"cluster_id\":\"93dac97a-3326-46c7-9fd2-048a92c9ded6\", \"created_at\":\"2025-10-30T16:18:24.093162Z\", \"updated_at\":\"2025-10-30T16:18:24.093162Z\", \"name\":\"test-pool-upgrade-policy\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"upgrade_policy\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":3, \"max_surge\":2}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "781" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:19:40 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 32768d3d-5881-4d66-b28e-b514fa4c9dcd - status: 200 OK - code: 200 - duration: 108.673459ms -- id: 29 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/77e85934-bc25-40eb-82a3-c9be33dbfebc - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 781 - body: "{\"region\":\"fr-par\", \"id\":\"77e85934-bc25-40eb-82a3-c9be33dbfebc\", \"cluster_id\":\"93dac97a-3326-46c7-9fd2-048a92c9ded6\", \"created_at\":\"2025-10-30T16:18:24.093162Z\", \"updated_at\":\"2025-10-30T16:18:24.093162Z\", \"name\":\"test-pool-upgrade-policy\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"upgrade_policy\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":3, \"max_surge\":2}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "781" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:19:45 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 288d4f65-6b84-47e4-ab34-1badec0b8f20 - status: 200 OK - code: 200 - duration: 95.186447ms -- id: 30 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/77e85934-bc25-40eb-82a3-c9be33dbfebc - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 781 - body: "{\"region\":\"fr-par\", \"id\":\"77e85934-bc25-40eb-82a3-c9be33dbfebc\", \"cluster_id\":\"93dac97a-3326-46c7-9fd2-048a92c9ded6\", \"created_at\":\"2025-10-30T16:18:24.093162Z\", \"updated_at\":\"2025-10-30T16:18:24.093162Z\", \"name\":\"test-pool-upgrade-policy\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"upgrade_policy\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":3, \"max_surge\":2}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "781" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:19:50 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 83aafb4e-615a-47d3-a34b-7e218a6d3987 - status: 200 OK - code: 200 - duration: 90.334962ms -- id: 31 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/77e85934-bc25-40eb-82a3-c9be33dbfebc - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 781 - body: "{\"region\":\"fr-par\", \"id\":\"77e85934-bc25-40eb-82a3-c9be33dbfebc\", \"cluster_id\":\"93dac97a-3326-46c7-9fd2-048a92c9ded6\", \"created_at\":\"2025-10-30T16:18:24.093162Z\", \"updated_at\":\"2025-10-30T16:18:24.093162Z\", \"name\":\"test-pool-upgrade-policy\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"upgrade_policy\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":3, \"max_surge\":2}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "781" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:19:55 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 7b95ac63-895f-4dda-8440-dfc5b76e9baa - status: 200 OK - code: 200 - duration: 91.806163ms -- id: 32 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/77e85934-bc25-40eb-82a3-c9be33dbfebc - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 781 - body: "{\"region\":\"fr-par\", \"id\":\"77e85934-bc25-40eb-82a3-c9be33dbfebc\", \"cluster_id\":\"93dac97a-3326-46c7-9fd2-048a92c9ded6\", \"created_at\":\"2025-10-30T16:18:24.093162Z\", \"updated_at\":\"2025-10-30T16:18:24.093162Z\", \"name\":\"test-pool-upgrade-policy\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"upgrade_policy\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":3, \"max_surge\":2}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "781" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:20:01 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - fbe3d2c8-6118-409c-9229-c9c9383866d6 - status: 200 OK - code: 200 - duration: 88.627458ms -- id: 33 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/77e85934-bc25-40eb-82a3-c9be33dbfebc - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 781 - body: "{\"region\":\"fr-par\", \"id\":\"77e85934-bc25-40eb-82a3-c9be33dbfebc\", \"cluster_id\":\"93dac97a-3326-46c7-9fd2-048a92c9ded6\", \"created_at\":\"2025-10-30T16:18:24.093162Z\", \"updated_at\":\"2025-10-30T16:18:24.093162Z\", \"name\":\"test-pool-upgrade-policy\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"upgrade_policy\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":3, \"max_surge\":2}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "781" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:20:06 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 92589900-d732-4211-9645-325d99bfc59a - status: 200 OK - code: 200 - duration: 79.757139ms -- id: 34 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/77e85934-bc25-40eb-82a3-c9be33dbfebc - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 781 - body: "{\"region\":\"fr-par\", \"id\":\"77e85934-bc25-40eb-82a3-c9be33dbfebc\", \"cluster_id\":\"93dac97a-3326-46c7-9fd2-048a92c9ded6\", \"created_at\":\"2025-10-30T16:18:24.093162Z\", \"updated_at\":\"2025-10-30T16:18:24.093162Z\", \"name\":\"test-pool-upgrade-policy\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"upgrade_policy\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":3, \"max_surge\":2}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "781" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:20:11 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 17825b2e-8e93-4b27-902a-44a6bebdf8b1 - status: 200 OK - code: 200 - duration: 84.874614ms -- id: 35 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/77e85934-bc25-40eb-82a3-c9be33dbfebc - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 781 - body: "{\"region\":\"fr-par\", \"id\":\"77e85934-bc25-40eb-82a3-c9be33dbfebc\", \"cluster_id\":\"93dac97a-3326-46c7-9fd2-048a92c9ded6\", \"created_at\":\"2025-10-30T16:18:24.093162Z\", \"updated_at\":\"2025-10-30T16:18:24.093162Z\", \"name\":\"test-pool-upgrade-policy\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"upgrade_policy\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":3, \"max_surge\":2}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "781" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:20:16 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - ff7e2685-ed4d-4d02-a41f-a2bf13214fbb - status: 200 OK - code: 200 - duration: 86.630329ms -- id: 36 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/77e85934-bc25-40eb-82a3-c9be33dbfebc - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 781 - body: "{\"region\":\"fr-par\", \"id\":\"77e85934-bc25-40eb-82a3-c9be33dbfebc\", \"cluster_id\":\"93dac97a-3326-46c7-9fd2-048a92c9ded6\", \"created_at\":\"2025-10-30T16:18:24.093162Z\", \"updated_at\":\"2025-10-30T16:18:24.093162Z\", \"name\":\"test-pool-upgrade-policy\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"upgrade_policy\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":3, \"max_surge\":2}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "781" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:20:21 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 90462ba7-a6ae-4dfe-afb9-0a87f0d0af21 - status: 200 OK - code: 200 - duration: 97.375526ms -- id: 37 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/77e85934-bc25-40eb-82a3-c9be33dbfebc - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 781 - body: "{\"region\":\"fr-par\", \"id\":\"77e85934-bc25-40eb-82a3-c9be33dbfebc\", \"cluster_id\":\"93dac97a-3326-46c7-9fd2-048a92c9ded6\", \"created_at\":\"2025-10-30T16:18:24.093162Z\", \"updated_at\":\"2025-10-30T16:18:24.093162Z\", \"name\":\"test-pool-upgrade-policy\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"upgrade_policy\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":3, \"max_surge\":2}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "781" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:20:26 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 9fe325be-ffa9-45ac-89ec-a5919d304a3d - status: 200 OK - code: 200 - duration: 74.446783ms -- id: 38 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/77e85934-bc25-40eb-82a3-c9be33dbfebc - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 781 - body: "{\"region\":\"fr-par\", \"id\":\"77e85934-bc25-40eb-82a3-c9be33dbfebc\", \"cluster_id\":\"93dac97a-3326-46c7-9fd2-048a92c9ded6\", \"created_at\":\"2025-10-30T16:18:24.093162Z\", \"updated_at\":\"2025-10-30T16:18:24.093162Z\", \"name\":\"test-pool-upgrade-policy\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"upgrade_policy\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":3, \"max_surge\":2}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "781" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:20:31 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - b547f357-c715-43db-8086-6c2d3c299ef2 - status: 200 OK - code: 200 - duration: 80.923608ms -- id: 39 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/77e85934-bc25-40eb-82a3-c9be33dbfebc - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 781 - body: "{\"region\":\"fr-par\", \"id\":\"77e85934-bc25-40eb-82a3-c9be33dbfebc\", \"cluster_id\":\"93dac97a-3326-46c7-9fd2-048a92c9ded6\", \"created_at\":\"2025-10-30T16:18:24.093162Z\", \"updated_at\":\"2025-10-30T16:18:24.093162Z\", \"name\":\"test-pool-upgrade-policy\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"upgrade_policy\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":3, \"max_surge\":2}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "781" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:20:36 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - cfa4087b-ad92-44a3-ab27-0bbb764cb595 - status: 200 OK - code: 200 - duration: 91.537679ms -- id: 40 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/77e85934-bc25-40eb-82a3-c9be33dbfebc - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 781 - body: "{\"region\":\"fr-par\", \"id\":\"77e85934-bc25-40eb-82a3-c9be33dbfebc\", \"cluster_id\":\"93dac97a-3326-46c7-9fd2-048a92c9ded6\", \"created_at\":\"2025-10-30T16:18:24.093162Z\", \"updated_at\":\"2025-10-30T16:18:24.093162Z\", \"name\":\"test-pool-upgrade-policy\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"upgrade_policy\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":3, \"max_surge\":2}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "781" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:20:41 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - db9817b0-3234-44a4-bfef-1cb2ae112025 - status: 200 OK - code: 200 - duration: 87.479963ms -- id: 41 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/77e85934-bc25-40eb-82a3-c9be33dbfebc - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 781 - body: "{\"region\":\"fr-par\", \"id\":\"77e85934-bc25-40eb-82a3-c9be33dbfebc\", \"cluster_id\":\"93dac97a-3326-46c7-9fd2-048a92c9ded6\", \"created_at\":\"2025-10-30T16:18:24.093162Z\", \"updated_at\":\"2025-10-30T16:18:24.093162Z\", \"name\":\"test-pool-upgrade-policy\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"upgrade_policy\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":3, \"max_surge\":2}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "781" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:20:46 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 5ac36b7b-b51f-44e2-b292-5944dbeba77d - status: 200 OK - code: 200 - duration: 82.77837ms -- id: 42 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/77e85934-bc25-40eb-82a3-c9be33dbfebc - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 781 - body: "{\"region\":\"fr-par\", \"id\":\"77e85934-bc25-40eb-82a3-c9be33dbfebc\", \"cluster_id\":\"93dac97a-3326-46c7-9fd2-048a92c9ded6\", \"created_at\":\"2025-10-30T16:18:24.093162Z\", \"updated_at\":\"2025-10-30T16:18:24.093162Z\", \"name\":\"test-pool-upgrade-policy\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"upgrade_policy\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":3, \"max_surge\":2}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "781" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:20:51 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 5d263709-f119-4890-8eaf-da59665d6a1c - status: 200 OK - code: 200 - duration: 98.392273ms -- id: 43 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/77e85934-bc25-40eb-82a3-c9be33dbfebc - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 781 - body: "{\"region\":\"fr-par\", \"id\":\"77e85934-bc25-40eb-82a3-c9be33dbfebc\", \"cluster_id\":\"93dac97a-3326-46c7-9fd2-048a92c9ded6\", \"created_at\":\"2025-10-30T16:18:24.093162Z\", \"updated_at\":\"2025-10-30T16:18:24.093162Z\", \"name\":\"test-pool-upgrade-policy\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"upgrade_policy\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":3, \"max_surge\":2}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "781" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:20:56 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 8b8c63bc-a3d0-4a69-b809-8e13058cfc32 - status: 200 OK - code: 200 - duration: 86.480718ms -- id: 44 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/77e85934-bc25-40eb-82a3-c9be33dbfebc - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 781 - body: "{\"region\":\"fr-par\", \"id\":\"77e85934-bc25-40eb-82a3-c9be33dbfebc\", \"cluster_id\":\"93dac97a-3326-46c7-9fd2-048a92c9ded6\", \"created_at\":\"2025-10-30T16:18:24.093162Z\", \"updated_at\":\"2025-10-30T16:18:24.093162Z\", \"name\":\"test-pool-upgrade-policy\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"upgrade_policy\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":3, \"max_surge\":2}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "781" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:21:02 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 160a5d46-3c74-426b-a50a-62d073852b1e - status: 200 OK - code: 200 - duration: 96.009452ms -- id: 45 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/77e85934-bc25-40eb-82a3-c9be33dbfebc - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 781 - body: "{\"region\":\"fr-par\", \"id\":\"77e85934-bc25-40eb-82a3-c9be33dbfebc\", \"cluster_id\":\"93dac97a-3326-46c7-9fd2-048a92c9ded6\", \"created_at\":\"2025-10-30T16:18:24.093162Z\", \"updated_at\":\"2025-10-30T16:18:24.093162Z\", \"name\":\"test-pool-upgrade-policy\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"upgrade_policy\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":3, \"max_surge\":2}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "781" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:21:07 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 278fa0e7-b41c-4609-8b7e-cdfc630a648d - status: 200 OK - code: 200 - duration: 83.10943ms -- id: 46 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/77e85934-bc25-40eb-82a3-c9be33dbfebc - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 781 - body: "{\"region\":\"fr-par\", \"id\":\"77e85934-bc25-40eb-82a3-c9be33dbfebc\", \"cluster_id\":\"93dac97a-3326-46c7-9fd2-048a92c9ded6\", \"created_at\":\"2025-10-30T16:18:24.093162Z\", \"updated_at\":\"2025-10-30T16:18:24.093162Z\", \"name\":\"test-pool-upgrade-policy\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"upgrade_policy\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":3, \"max_surge\":2}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "781" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:21:12 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 8cabdb66-2188-4265-a892-c3d0b228dd84 - status: 200 OK - code: 200 - duration: 83.955709ms -- id: 47 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/77e85934-bc25-40eb-82a3-c9be33dbfebc - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 781 - body: "{\"region\":\"fr-par\", \"id\":\"77e85934-bc25-40eb-82a3-c9be33dbfebc\", \"cluster_id\":\"93dac97a-3326-46c7-9fd2-048a92c9ded6\", \"created_at\":\"2025-10-30T16:18:24.093162Z\", \"updated_at\":\"2025-10-30T16:18:24.093162Z\", \"name\":\"test-pool-upgrade-policy\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"upgrade_policy\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":3, \"max_surge\":2}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "781" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:21:17 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 0486ecce-7799-4d0d-b61e-59f50e34a9fa - status: 200 OK - code: 200 - duration: 85.43732ms -- id: 48 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/77e85934-bc25-40eb-82a3-c9be33dbfebc - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 781 - body: "{\"region\":\"fr-par\", \"id\":\"77e85934-bc25-40eb-82a3-c9be33dbfebc\", \"cluster_id\":\"93dac97a-3326-46c7-9fd2-048a92c9ded6\", \"created_at\":\"2025-10-30T16:18:24.093162Z\", \"updated_at\":\"2025-10-30T16:18:24.093162Z\", \"name\":\"test-pool-upgrade-policy\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"upgrade_policy\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":3, \"max_surge\":2}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "781" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:21:22 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - bfd9224a-41d4-49b0-b3b0-90bfc8a1d5be - status: 200 OK - code: 200 - duration: 81.568379ms -- id: 49 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/77e85934-bc25-40eb-82a3-c9be33dbfebc - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 781 - body: "{\"region\":\"fr-par\", \"id\":\"77e85934-bc25-40eb-82a3-c9be33dbfebc\", \"cluster_id\":\"93dac97a-3326-46c7-9fd2-048a92c9ded6\", \"created_at\":\"2025-10-30T16:18:24.093162Z\", \"updated_at\":\"2025-10-30T16:18:24.093162Z\", \"name\":\"test-pool-upgrade-policy\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"upgrade_policy\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":3, \"max_surge\":2}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "781" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:21:27 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 14f58457-a207-4784-a285-917702192227 - status: 200 OK - code: 200 - duration: 83.173151ms -- id: 50 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/77e85934-bc25-40eb-82a3-c9be33dbfebc - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 781 - body: "{\"region\":\"fr-par\", \"id\":\"77e85934-bc25-40eb-82a3-c9be33dbfebc\", \"cluster_id\":\"93dac97a-3326-46c7-9fd2-048a92c9ded6\", \"created_at\":\"2025-10-30T16:18:24.093162Z\", \"updated_at\":\"2025-10-30T16:18:24.093162Z\", \"name\":\"test-pool-upgrade-policy\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"upgrade_policy\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":3, \"max_surge\":2}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "781" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:21:32 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 27941714-0c53-48be-97d4-24d2c1bd5140 - status: 200 OK - code: 200 - duration: 103.777591ms -- id: 51 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/77e85934-bc25-40eb-82a3-c9be33dbfebc - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 781 - body: "{\"region\":\"fr-par\", \"id\":\"77e85934-bc25-40eb-82a3-c9be33dbfebc\", \"cluster_id\":\"93dac97a-3326-46c7-9fd2-048a92c9ded6\", \"created_at\":\"2025-10-30T16:18:24.093162Z\", \"updated_at\":\"2025-10-30T16:18:24.093162Z\", \"name\":\"test-pool-upgrade-policy\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"upgrade_policy\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":3, \"max_surge\":2}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "781" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:21:37 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - e4821071-d2b5-4b58-a70d-387c66377afa - status: 200 OK - code: 200 - duration: 76.568765ms -- id: 52 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/77e85934-bc25-40eb-82a3-c9be33dbfebc - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 781 - body: "{\"region\":\"fr-par\", \"id\":\"77e85934-bc25-40eb-82a3-c9be33dbfebc\", \"cluster_id\":\"93dac97a-3326-46c7-9fd2-048a92c9ded6\", \"created_at\":\"2025-10-30T16:18:24.093162Z\", \"updated_at\":\"2025-10-30T16:18:24.093162Z\", \"name\":\"test-pool-upgrade-policy\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"upgrade_policy\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":3, \"max_surge\":2}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "781" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:21:42 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 630dc616-ba3b-4fbf-9479-c043a22ebe3f - status: 200 OK - code: 200 - duration: 93.174ms -- id: 53 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/77e85934-bc25-40eb-82a3-c9be33dbfebc - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 781 - body: "{\"region\":\"fr-par\", \"id\":\"77e85934-bc25-40eb-82a3-c9be33dbfebc\", \"cluster_id\":\"93dac97a-3326-46c7-9fd2-048a92c9ded6\", \"created_at\":\"2025-10-30T16:18:24.093162Z\", \"updated_at\":\"2025-10-30T16:18:24.093162Z\", \"name\":\"test-pool-upgrade-policy\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"upgrade_policy\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":3, \"max_surge\":2}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "781" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:21:47 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 4ba610c0-ca12-421d-bb8c-807c1f78b503 - status: 200 OK - code: 200 - duration: 74.917917ms -- id: 54 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/77e85934-bc25-40eb-82a3-c9be33dbfebc - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 781 - body: "{\"region\":\"fr-par\", \"id\":\"77e85934-bc25-40eb-82a3-c9be33dbfebc\", \"cluster_id\":\"93dac97a-3326-46c7-9fd2-048a92c9ded6\", \"created_at\":\"2025-10-30T16:18:24.093162Z\", \"updated_at\":\"2025-10-30T16:18:24.093162Z\", \"name\":\"test-pool-upgrade-policy\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"upgrade_policy\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":3, \"max_surge\":2}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "781" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:21:52 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 49a2cc8c-26c0-4be5-95f9-a7d1f69a24f2 - status: 200 OK - code: 200 - duration: 82.294582ms -- id: 55 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/77e85934-bc25-40eb-82a3-c9be33dbfebc - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 781 - body: "{\"region\":\"fr-par\", \"id\":\"77e85934-bc25-40eb-82a3-c9be33dbfebc\", \"cluster_id\":\"93dac97a-3326-46c7-9fd2-048a92c9ded6\", \"created_at\":\"2025-10-30T16:18:24.093162Z\", \"updated_at\":\"2025-10-30T16:18:24.093162Z\", \"name\":\"test-pool-upgrade-policy\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"upgrade_policy\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":3, \"max_surge\":2}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "781" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:21:58 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 434619fd-d798-4fb5-ad39-4b6d0726d773 - status: 200 OK - code: 200 - duration: 108.081168ms -- id: 56 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/77e85934-bc25-40eb-82a3-c9be33dbfebc - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 781 - body: "{\"region\":\"fr-par\", \"id\":\"77e85934-bc25-40eb-82a3-c9be33dbfebc\", \"cluster_id\":\"93dac97a-3326-46c7-9fd2-048a92c9ded6\", \"created_at\":\"2025-10-30T16:18:24.093162Z\", \"updated_at\":\"2025-10-30T16:18:24.093162Z\", \"name\":\"test-pool-upgrade-policy\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"upgrade_policy\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":3, \"max_surge\":2}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "781" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:22:03 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 1282cb47-8af2-4426-bbec-7905794afc81 - status: 200 OK - code: 200 - duration: 95.461243ms -- id: 57 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/77e85934-bc25-40eb-82a3-c9be33dbfebc - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 781 - body: "{\"region\":\"fr-par\", \"id\":\"77e85934-bc25-40eb-82a3-c9be33dbfebc\", \"cluster_id\":\"93dac97a-3326-46c7-9fd2-048a92c9ded6\", \"created_at\":\"2025-10-30T16:18:24.093162Z\", \"updated_at\":\"2025-10-30T16:18:24.093162Z\", \"name\":\"test-pool-upgrade-policy\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"upgrade_policy\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":3, \"max_surge\":2}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "781" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:22:08 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 97303e98-cf72-4930-9e5e-f3f89f274ec3 - status: 200 OK - code: 200 - duration: 88.992372ms -- id: 58 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/77e85934-bc25-40eb-82a3-c9be33dbfebc - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 781 - body: "{\"region\":\"fr-par\", \"id\":\"77e85934-bc25-40eb-82a3-c9be33dbfebc\", \"cluster_id\":\"93dac97a-3326-46c7-9fd2-048a92c9ded6\", \"created_at\":\"2025-10-30T16:18:24.093162Z\", \"updated_at\":\"2025-10-30T16:18:24.093162Z\", \"name\":\"test-pool-upgrade-policy\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"upgrade_policy\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":3, \"max_surge\":2}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "781" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:22:13 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - c73f947f-163b-442b-8a89-5c7411bd3cf0 - status: 200 OK - code: 200 - duration: 86.489986ms -- id: 59 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/77e85934-bc25-40eb-82a3-c9be33dbfebc - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 781 - body: "{\"region\":\"fr-par\", \"id\":\"77e85934-bc25-40eb-82a3-c9be33dbfebc\", \"cluster_id\":\"93dac97a-3326-46c7-9fd2-048a92c9ded6\", \"created_at\":\"2025-10-30T16:18:24.093162Z\", \"updated_at\":\"2025-10-30T16:18:24.093162Z\", \"name\":\"test-pool-upgrade-policy\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"upgrade_policy\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":3, \"max_surge\":2}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "781" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:22:18 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - e442f08d-192b-47ff-97f6-a3f6654c00cb - status: 200 OK - code: 200 - duration: 86.232162ms -- id: 60 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/77e85934-bc25-40eb-82a3-c9be33dbfebc - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 781 - body: "{\"region\":\"fr-par\", \"id\":\"77e85934-bc25-40eb-82a3-c9be33dbfebc\", \"cluster_id\":\"93dac97a-3326-46c7-9fd2-048a92c9ded6\", \"created_at\":\"2025-10-30T16:18:24.093162Z\", \"updated_at\":\"2025-10-30T16:18:24.093162Z\", \"name\":\"test-pool-upgrade-policy\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"upgrade_policy\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":3, \"max_surge\":2}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "781" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:22:23 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - a2e1951f-3778-4492-b7c6-f58485a97222 - status: 200 OK - code: 200 - duration: 235.924116ms -- id: 61 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/77e85934-bc25-40eb-82a3-c9be33dbfebc - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 781 - body: "{\"region\":\"fr-par\", \"id\":\"77e85934-bc25-40eb-82a3-c9be33dbfebc\", \"cluster_id\":\"93dac97a-3326-46c7-9fd2-048a92c9ded6\", \"created_at\":\"2025-10-30T16:18:24.093162Z\", \"updated_at\":\"2025-10-30T16:18:24.093162Z\", \"name\":\"test-pool-upgrade-policy\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"upgrade_policy\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":3, \"max_surge\":2}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "781" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:22:28 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 6acc1d73-1fcd-4727-9e2c-034d50cdcb90 - status: 200 OK - code: 200 - duration: 384.176418ms -- id: 62 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/77e85934-bc25-40eb-82a3-c9be33dbfebc - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 781 - body: "{\"region\":\"fr-par\", \"id\":\"77e85934-bc25-40eb-82a3-c9be33dbfebc\", \"cluster_id\":\"93dac97a-3326-46c7-9fd2-048a92c9ded6\", \"created_at\":\"2025-10-30T16:18:24.093162Z\", \"updated_at\":\"2025-10-30T16:18:24.093162Z\", \"name\":\"test-pool-upgrade-policy\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"upgrade_policy\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":3, \"max_surge\":2}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "781" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:22:34 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 32fa59e7-2462-43bd-bf49-67c60b11f780 - status: 200 OK - code: 200 - duration: 144.118353ms -- id: 63 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/77e85934-bc25-40eb-82a3-c9be33dbfebc - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 781 - body: "{\"region\":\"fr-par\", \"id\":\"77e85934-bc25-40eb-82a3-c9be33dbfebc\", \"cluster_id\":\"93dac97a-3326-46c7-9fd2-048a92c9ded6\", \"created_at\":\"2025-10-30T16:18:24.093162Z\", \"updated_at\":\"2025-10-30T16:18:24.093162Z\", \"name\":\"test-pool-upgrade-policy\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"upgrade_policy\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":3, \"max_surge\":2}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "781" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:22:39 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 05d1f461-6618-4956-a6b8-9d81c5a13eb7 - status: 200 OK - code: 200 - duration: 85.918423ms -- id: 64 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/77e85934-bc25-40eb-82a3-c9be33dbfebc - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 781 - body: "{\"region\":\"fr-par\", \"id\":\"77e85934-bc25-40eb-82a3-c9be33dbfebc\", \"cluster_id\":\"93dac97a-3326-46c7-9fd2-048a92c9ded6\", \"created_at\":\"2025-10-30T16:18:24.093162Z\", \"updated_at\":\"2025-10-30T16:18:24.093162Z\", \"name\":\"test-pool-upgrade-policy\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"upgrade_policy\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":3, \"max_surge\":2}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "781" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:22:44 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 6084053b-8c32-4b4d-98d5-d4cb61cf8011 - status: 200 OK - code: 200 - duration: 87.843867ms -- id: 65 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/77e85934-bc25-40eb-82a3-c9be33dbfebc - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 781 - body: "{\"region\":\"fr-par\", \"id\":\"77e85934-bc25-40eb-82a3-c9be33dbfebc\", \"cluster_id\":\"93dac97a-3326-46c7-9fd2-048a92c9ded6\", \"created_at\":\"2025-10-30T16:18:24.093162Z\", \"updated_at\":\"2025-10-30T16:18:24.093162Z\", \"name\":\"test-pool-upgrade-policy\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"upgrade_policy\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":3, \"max_surge\":2}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "781" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:22:49 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 60f639ee-65c1-4da2-b775-e7202150b105 - status: 200 OK - code: 200 - duration: 100.450046ms -- id: 66 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/77e85934-bc25-40eb-82a3-c9be33dbfebc - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 781 - body: "{\"region\":\"fr-par\", \"id\":\"77e85934-bc25-40eb-82a3-c9be33dbfebc\", \"cluster_id\":\"93dac97a-3326-46c7-9fd2-048a92c9ded6\", \"created_at\":\"2025-10-30T16:18:24.093162Z\", \"updated_at\":\"2025-10-30T16:18:24.093162Z\", \"name\":\"test-pool-upgrade-policy\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"upgrade_policy\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":3, \"max_surge\":2}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "781" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:22:54 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - b829ac57-d1cc-4f8b-9a24-62b1ed3bde07 - status: 200 OK - code: 200 - duration: 95.587931ms -- id: 67 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/77e85934-bc25-40eb-82a3-c9be33dbfebc - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 781 - body: "{\"region\":\"fr-par\", \"id\":\"77e85934-bc25-40eb-82a3-c9be33dbfebc\", \"cluster_id\":\"93dac97a-3326-46c7-9fd2-048a92c9ded6\", \"created_at\":\"2025-10-30T16:18:24.093162Z\", \"updated_at\":\"2025-10-30T16:18:24.093162Z\", \"name\":\"test-pool-upgrade-policy\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"upgrade_policy\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":3, \"max_surge\":2}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "781" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:22:59 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - c88ebae9-a704-4060-b50b-b7c55f0e7cc3 - status: 200 OK - code: 200 - duration: 95.296183ms -- id: 68 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/77e85934-bc25-40eb-82a3-c9be33dbfebc - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 781 - body: "{\"region\":\"fr-par\", \"id\":\"77e85934-bc25-40eb-82a3-c9be33dbfebc\", \"cluster_id\":\"93dac97a-3326-46c7-9fd2-048a92c9ded6\", \"created_at\":\"2025-10-30T16:18:24.093162Z\", \"updated_at\":\"2025-10-30T16:18:24.093162Z\", \"name\":\"test-pool-upgrade-policy\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"upgrade_policy\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":3, \"max_surge\":2}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "781" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:23:04 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 5b08cdb3-f591-4acf-b673-1cb2117a2e5e - status: 200 OK - code: 200 - duration: 92.016678ms -- id: 69 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/77e85934-bc25-40eb-82a3-c9be33dbfebc - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 781 - body: "{\"region\":\"fr-par\", \"id\":\"77e85934-bc25-40eb-82a3-c9be33dbfebc\", \"cluster_id\":\"93dac97a-3326-46c7-9fd2-048a92c9ded6\", \"created_at\":\"2025-10-30T16:18:24.093162Z\", \"updated_at\":\"2025-10-30T16:18:24.093162Z\", \"name\":\"test-pool-upgrade-policy\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"upgrade_policy\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":3, \"max_surge\":2}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "781" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:23:09 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 808e84ee-3aab-4e98-a62d-e582992d7c13 - status: 200 OK - code: 200 - duration: 95.782857ms -- id: 70 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/77e85934-bc25-40eb-82a3-c9be33dbfebc - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 781 - body: "{\"region\":\"fr-par\", \"id\":\"77e85934-bc25-40eb-82a3-c9be33dbfebc\", \"cluster_id\":\"93dac97a-3326-46c7-9fd2-048a92c9ded6\", \"created_at\":\"2025-10-30T16:18:24.093162Z\", \"updated_at\":\"2025-10-30T16:18:24.093162Z\", \"name\":\"test-pool-upgrade-policy\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"upgrade_policy\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":3, \"max_surge\":2}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "781" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:23:14 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 73cd84c4-142b-4c9a-b60b-79133e56ccc4 - status: 200 OK - code: 200 - duration: 121.949416ms -- id: 71 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/77e85934-bc25-40eb-82a3-c9be33dbfebc - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 781 - body: "{\"region\":\"fr-par\", \"id\":\"77e85934-bc25-40eb-82a3-c9be33dbfebc\", \"cluster_id\":\"93dac97a-3326-46c7-9fd2-048a92c9ded6\", \"created_at\":\"2025-10-30T16:18:24.093162Z\", \"updated_at\":\"2025-10-30T16:18:24.093162Z\", \"name\":\"test-pool-upgrade-policy\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"upgrade_policy\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":3, \"max_surge\":2}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "781" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:23:20 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 237c7f43-49e4-40d2-9d9e-498c694e2a46 - status: 200 OK - code: 200 - duration: 79.603761ms -- id: 72 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/77e85934-bc25-40eb-82a3-c9be33dbfebc - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 781 - body: "{\"region\":\"fr-par\", \"id\":\"77e85934-bc25-40eb-82a3-c9be33dbfebc\", \"cluster_id\":\"93dac97a-3326-46c7-9fd2-048a92c9ded6\", \"created_at\":\"2025-10-30T16:18:24.093162Z\", \"updated_at\":\"2025-10-30T16:18:24.093162Z\", \"name\":\"test-pool-upgrade-policy\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"upgrade_policy\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":3, \"max_surge\":2}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "781" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:23:25 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 55bfef63-8657-41fc-94a4-907c3096f325 - status: 200 OK - code: 200 - duration: 86.718244ms -- id: 73 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/77e85934-bc25-40eb-82a3-c9be33dbfebc - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 781 - body: "{\"region\":\"fr-par\", \"id\":\"77e85934-bc25-40eb-82a3-c9be33dbfebc\", \"cluster_id\":\"93dac97a-3326-46c7-9fd2-048a92c9ded6\", \"created_at\":\"2025-10-30T16:18:24.093162Z\", \"updated_at\":\"2025-10-30T16:18:24.093162Z\", \"name\":\"test-pool-upgrade-policy\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"upgrade_policy\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":3, \"max_surge\":2}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "781" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:23:30 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - f08278dd-cff9-426a-98b6-6fd2bf7e50b0 - status: 200 OK - code: 200 - duration: 93.505883ms -- id: 74 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/77e85934-bc25-40eb-82a3-c9be33dbfebc - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 781 - body: "{\"region\":\"fr-par\", \"id\":\"77e85934-bc25-40eb-82a3-c9be33dbfebc\", \"cluster_id\":\"93dac97a-3326-46c7-9fd2-048a92c9ded6\", \"created_at\":\"2025-10-30T16:18:24.093162Z\", \"updated_at\":\"2025-10-30T16:18:24.093162Z\", \"name\":\"test-pool-upgrade-policy\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"upgrade_policy\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":3, \"max_surge\":2}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "781" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:23:35 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - afb205c3-57a1-44d8-b5c9-1d932aac64d8 - status: 200 OK - code: 200 - duration: 99.185092ms -- id: 75 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/77e85934-bc25-40eb-82a3-c9be33dbfebc - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 781 - body: "{\"region\":\"fr-par\", \"id\":\"77e85934-bc25-40eb-82a3-c9be33dbfebc\", \"cluster_id\":\"93dac97a-3326-46c7-9fd2-048a92c9ded6\", \"created_at\":\"2025-10-30T16:18:24.093162Z\", \"updated_at\":\"2025-10-30T16:18:24.093162Z\", \"name\":\"test-pool-upgrade-policy\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"upgrade_policy\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":3, \"max_surge\":2}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "781" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:23:40 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 5f69e970-c435-410b-8c8f-17cac9d478a8 - status: 200 OK - code: 200 - duration: 92.160398ms -- id: 76 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/77e85934-bc25-40eb-82a3-c9be33dbfebc - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 781 - body: "{\"region\":\"fr-par\", \"id\":\"77e85934-bc25-40eb-82a3-c9be33dbfebc\", \"cluster_id\":\"93dac97a-3326-46c7-9fd2-048a92c9ded6\", \"created_at\":\"2025-10-30T16:18:24.093162Z\", \"updated_at\":\"2025-10-30T16:18:24.093162Z\", \"name\":\"test-pool-upgrade-policy\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"upgrade_policy\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":3, \"max_surge\":2}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "781" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:23:45 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 7661b68f-3785-46f7-a882-065fb54a0f1e - status: 200 OK - code: 200 - duration: 87.561748ms -- id: 77 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/77e85934-bc25-40eb-82a3-c9be33dbfebc - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 781 - body: "{\"region\":\"fr-par\", \"id\":\"77e85934-bc25-40eb-82a3-c9be33dbfebc\", \"cluster_id\":\"93dac97a-3326-46c7-9fd2-048a92c9ded6\", \"created_at\":\"2025-10-30T16:18:24.093162Z\", \"updated_at\":\"2025-10-30T16:18:24.093162Z\", \"name\":\"test-pool-upgrade-policy\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"upgrade_policy\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":3, \"max_surge\":2}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "781" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:23:50 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 0fa75bf4-8df3-4d2b-927f-b1c04a5e5b8e - status: 200 OK - code: 200 - duration: 89.434202ms -- id: 78 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/77e85934-bc25-40eb-82a3-c9be33dbfebc - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 781 - body: "{\"region\":\"fr-par\", \"id\":\"77e85934-bc25-40eb-82a3-c9be33dbfebc\", \"cluster_id\":\"93dac97a-3326-46c7-9fd2-048a92c9ded6\", \"created_at\":\"2025-10-30T16:18:24.093162Z\", \"updated_at\":\"2025-10-30T16:18:24.093162Z\", \"name\":\"test-pool-upgrade-policy\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"upgrade_policy\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":3, \"max_surge\":2}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "781" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:23:55 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 88bff9f5-edad-4220-8e85-9fa8dfcfeb06 - status: 200 OK - code: 200 - duration: 94.75607ms -- id: 79 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/77e85934-bc25-40eb-82a3-c9be33dbfebc - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 781 - body: "{\"region\":\"fr-par\", \"id\":\"77e85934-bc25-40eb-82a3-c9be33dbfebc\", \"cluster_id\":\"93dac97a-3326-46c7-9fd2-048a92c9ded6\", \"created_at\":\"2025-10-30T16:18:24.093162Z\", \"updated_at\":\"2025-10-30T16:18:24.093162Z\", \"name\":\"test-pool-upgrade-policy\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"upgrade_policy\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":3, \"max_surge\":2}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "781" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:24:00 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 302b827a-e1e3-4b73-808c-77fb68f8219d - status: 200 OK - code: 200 - duration: 79.983024ms -- id: 80 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/77e85934-bc25-40eb-82a3-c9be33dbfebc - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 781 - body: "{\"region\":\"fr-par\", \"id\":\"77e85934-bc25-40eb-82a3-c9be33dbfebc\", \"cluster_id\":\"93dac97a-3326-46c7-9fd2-048a92c9ded6\", \"created_at\":\"2025-10-30T16:18:24.093162Z\", \"updated_at\":\"2025-10-30T16:18:24.093162Z\", \"name\":\"test-pool-upgrade-policy\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"upgrade_policy\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":3, \"max_surge\":2}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "781" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:24:05 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 4745dbb6-aefd-4d51-9e96-aa260e8300c2 - status: 200 OK - code: 200 - duration: 114.529751ms -- id: 81 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/77e85934-bc25-40eb-82a3-c9be33dbfebc - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 781 - body: "{\"region\":\"fr-par\", \"id\":\"77e85934-bc25-40eb-82a3-c9be33dbfebc\", \"cluster_id\":\"93dac97a-3326-46c7-9fd2-048a92c9ded6\", \"created_at\":\"2025-10-30T16:18:24.093162Z\", \"updated_at\":\"2025-10-30T16:18:24.093162Z\", \"name\":\"test-pool-upgrade-policy\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"upgrade_policy\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":3, \"max_surge\":2}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "781" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:24:10 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 5e9d8048-1891-40ab-a425-e23a26496a91 - status: 200 OK - code: 200 - duration: 103.428306ms -- id: 82 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/77e85934-bc25-40eb-82a3-c9be33dbfebc - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 781 - body: "{\"region\":\"fr-par\", \"id\":\"77e85934-bc25-40eb-82a3-c9be33dbfebc\", \"cluster_id\":\"93dac97a-3326-46c7-9fd2-048a92c9ded6\", \"created_at\":\"2025-10-30T16:18:24.093162Z\", \"updated_at\":\"2025-10-30T16:18:24.093162Z\", \"name\":\"test-pool-upgrade-policy\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"upgrade_policy\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":3, \"max_surge\":2}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "781" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:24:16 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - b69bbe3a-5791-4b42-bf53-54f40bf66885 - status: 200 OK - code: 200 - duration: 86.636091ms -- id: 83 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/77e85934-bc25-40eb-82a3-c9be33dbfebc - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 781 - body: "{\"region\":\"fr-par\", \"id\":\"77e85934-bc25-40eb-82a3-c9be33dbfebc\", \"cluster_id\":\"93dac97a-3326-46c7-9fd2-048a92c9ded6\", \"created_at\":\"2025-10-30T16:18:24.093162Z\", \"updated_at\":\"2025-10-30T16:18:24.093162Z\", \"name\":\"test-pool-upgrade-policy\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"upgrade_policy\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":3, \"max_surge\":2}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "781" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:24:21 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 46428c09-ba6d-4ed4-9f80-1445909b73b3 - status: 200 OK - code: 200 - duration: 101.920747ms -- id: 84 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/77e85934-bc25-40eb-82a3-c9be33dbfebc - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 781 - body: "{\"region\":\"fr-par\", \"id\":\"77e85934-bc25-40eb-82a3-c9be33dbfebc\", \"cluster_id\":\"93dac97a-3326-46c7-9fd2-048a92c9ded6\", \"created_at\":\"2025-10-30T16:18:24.093162Z\", \"updated_at\":\"2025-10-30T16:18:24.093162Z\", \"name\":\"test-pool-upgrade-policy\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"upgrade_policy\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":3, \"max_surge\":2}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "781" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:24:26 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - f98517b7-5a67-4ef0-8d69-adcb59ee072d - status: 200 OK - code: 200 - duration: 75.656754ms -- id: 85 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/77e85934-bc25-40eb-82a3-c9be33dbfebc - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 781 - body: "{\"region\":\"fr-par\", \"id\":\"77e85934-bc25-40eb-82a3-c9be33dbfebc\", \"cluster_id\":\"93dac97a-3326-46c7-9fd2-048a92c9ded6\", \"created_at\":\"2025-10-30T16:18:24.093162Z\", \"updated_at\":\"2025-10-30T16:18:24.093162Z\", \"name\":\"test-pool-upgrade-policy\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"upgrade_policy\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":3, \"max_surge\":2}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "781" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:24:31 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 66e60600-222b-484d-83e0-e38feed0f2a1 - status: 200 OK - code: 200 - duration: 89.325999ms -- id: 86 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/77e85934-bc25-40eb-82a3-c9be33dbfebc - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 781 - body: "{\"region\":\"fr-par\", \"id\":\"77e85934-bc25-40eb-82a3-c9be33dbfebc\", \"cluster_id\":\"93dac97a-3326-46c7-9fd2-048a92c9ded6\", \"created_at\":\"2025-10-30T16:18:24.093162Z\", \"updated_at\":\"2025-10-30T16:18:24.093162Z\", \"name\":\"test-pool-upgrade-policy\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"upgrade_policy\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":3, \"max_surge\":2}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "781" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:24:36 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 014d95f3-541a-4e08-8928-513741bb82a6 - status: 200 OK - code: 200 - duration: 82.477656ms -- id: 87 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/77e85934-bc25-40eb-82a3-c9be33dbfebc - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 781 - body: "{\"region\":\"fr-par\", \"id\":\"77e85934-bc25-40eb-82a3-c9be33dbfebc\", \"cluster_id\":\"93dac97a-3326-46c7-9fd2-048a92c9ded6\", \"created_at\":\"2025-10-30T16:18:24.093162Z\", \"updated_at\":\"2025-10-30T16:18:24.093162Z\", \"name\":\"test-pool-upgrade-policy\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"upgrade_policy\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":3, \"max_surge\":2}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "781" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:24:41 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 07825e3b-3b5c-4a08-bdfc-cdaf7da49ce6 - status: 200 OK - code: 200 - duration: 94.226916ms -- id: 88 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/77e85934-bc25-40eb-82a3-c9be33dbfebc - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 781 - body: "{\"region\":\"fr-par\", \"id\":\"77e85934-bc25-40eb-82a3-c9be33dbfebc\", \"cluster_id\":\"93dac97a-3326-46c7-9fd2-048a92c9ded6\", \"created_at\":\"2025-10-30T16:18:24.093162Z\", \"updated_at\":\"2025-10-30T16:18:24.093162Z\", \"name\":\"test-pool-upgrade-policy\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"upgrade_policy\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":3, \"max_surge\":2}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "781" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:24:46 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 2b5e06f2-c207-439f-a224-e6551a40688b - status: 200 OK - code: 200 - duration: 106.76598ms -- id: 89 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/77e85934-bc25-40eb-82a3-c9be33dbfebc - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 781 - body: "{\"region\":\"fr-par\", \"id\":\"77e85934-bc25-40eb-82a3-c9be33dbfebc\", \"cluster_id\":\"93dac97a-3326-46c7-9fd2-048a92c9ded6\", \"created_at\":\"2025-10-30T16:18:24.093162Z\", \"updated_at\":\"2025-10-30T16:18:24.093162Z\", \"name\":\"test-pool-upgrade-policy\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"upgrade_policy\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":3, \"max_surge\":2}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "781" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:24:51 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 57be7946-fa5a-47b1-a76f-269f64dabbfb - status: 200 OK - code: 200 - duration: 87.06251ms -- id: 90 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/77e85934-bc25-40eb-82a3-c9be33dbfebc - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 781 - body: "{\"region\":\"fr-par\", \"id\":\"77e85934-bc25-40eb-82a3-c9be33dbfebc\", \"cluster_id\":\"93dac97a-3326-46c7-9fd2-048a92c9ded6\", \"created_at\":\"2025-10-30T16:18:24.093162Z\", \"updated_at\":\"2025-10-30T16:18:24.093162Z\", \"name\":\"test-pool-upgrade-policy\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"upgrade_policy\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":3, \"max_surge\":2}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "781" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:24:56 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 94444012-3682-43af-a804-698e933b0f72 - status: 200 OK - code: 200 - duration: 91.930517ms -- id: 91 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/77e85934-bc25-40eb-82a3-c9be33dbfebc - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 781 - body: "{\"region\":\"fr-par\", \"id\":\"77e85934-bc25-40eb-82a3-c9be33dbfebc\", \"cluster_id\":\"93dac97a-3326-46c7-9fd2-048a92c9ded6\", \"created_at\":\"2025-10-30T16:18:24.093162Z\", \"updated_at\":\"2025-10-30T16:18:24.093162Z\", \"name\":\"test-pool-upgrade-policy\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"upgrade_policy\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":3, \"max_surge\":2}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "781" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:25:01 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 1a3d96d1-8a54-4d29-86e0-8338c645307b - status: 200 OK - code: 200 - duration: 97.596872ms -- id: 92 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/77e85934-bc25-40eb-82a3-c9be33dbfebc - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 781 - body: "{\"region\":\"fr-par\", \"id\":\"77e85934-bc25-40eb-82a3-c9be33dbfebc\", \"cluster_id\":\"93dac97a-3326-46c7-9fd2-048a92c9ded6\", \"created_at\":\"2025-10-30T16:18:24.093162Z\", \"updated_at\":\"2025-10-30T16:18:24.093162Z\", \"name\":\"test-pool-upgrade-policy\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"upgrade_policy\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":3, \"max_surge\":2}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "781" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:25:07 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - efca7623-880a-4bc7-aaad-4856787d1efb - status: 200 OK - code: 200 - duration: 98.122649ms -- id: 93 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/77e85934-bc25-40eb-82a3-c9be33dbfebc - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 781 - body: "{\"region\":\"fr-par\", \"id\":\"77e85934-bc25-40eb-82a3-c9be33dbfebc\", \"cluster_id\":\"93dac97a-3326-46c7-9fd2-048a92c9ded6\", \"created_at\":\"2025-10-30T16:18:24.093162Z\", \"updated_at\":\"2025-10-30T16:18:24.093162Z\", \"name\":\"test-pool-upgrade-policy\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"upgrade_policy\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":3, \"max_surge\":2}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "781" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:25:12 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 53a27073-0362-4bbd-b1a8-e8909fdee14f - status: 200 OK - code: 200 - duration: 86.292686ms -- id: 94 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/77e85934-bc25-40eb-82a3-c9be33dbfebc - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 781 - body: "{\"region\":\"fr-par\", \"id\":\"77e85934-bc25-40eb-82a3-c9be33dbfebc\", \"cluster_id\":\"93dac97a-3326-46c7-9fd2-048a92c9ded6\", \"created_at\":\"2025-10-30T16:18:24.093162Z\", \"updated_at\":\"2025-10-30T16:18:24.093162Z\", \"name\":\"test-pool-upgrade-policy\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"upgrade_policy\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":3, \"max_surge\":2}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "781" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:25:17 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 4e25ac66-e373-45ce-8c7b-2cb51940bc90 - status: 200 OK - code: 200 - duration: 94.316525ms -- id: 95 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/77e85934-bc25-40eb-82a3-c9be33dbfebc - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 781 - body: "{\"region\":\"fr-par\", \"id\":\"77e85934-bc25-40eb-82a3-c9be33dbfebc\", \"cluster_id\":\"93dac97a-3326-46c7-9fd2-048a92c9ded6\", \"created_at\":\"2025-10-30T16:18:24.093162Z\", \"updated_at\":\"2025-10-30T16:18:24.093162Z\", \"name\":\"test-pool-upgrade-policy\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"upgrade_policy\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":3, \"max_surge\":2}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "781" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:25:22 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 724e165d-56c4-4d92-81c3-bb7ae0f9a872 - status: 200 OK - code: 200 - duration: 85.393298ms -- id: 96 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/77e85934-bc25-40eb-82a3-c9be33dbfebc - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 781 - body: "{\"region\":\"fr-par\", \"id\":\"77e85934-bc25-40eb-82a3-c9be33dbfebc\", \"cluster_id\":\"93dac97a-3326-46c7-9fd2-048a92c9ded6\", \"created_at\":\"2025-10-30T16:18:24.093162Z\", \"updated_at\":\"2025-10-30T16:18:24.093162Z\", \"name\":\"test-pool-upgrade-policy\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"upgrade_policy\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":3, \"max_surge\":2}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "781" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:25:27 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 3523bc25-0bb6-4139-82f6-d0fb3c4133d9 - status: 200 OK - code: 200 - duration: 100.393921ms -- id: 97 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/77e85934-bc25-40eb-82a3-c9be33dbfebc - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 781 - body: "{\"region\":\"fr-par\", \"id\":\"77e85934-bc25-40eb-82a3-c9be33dbfebc\", \"cluster_id\":\"93dac97a-3326-46c7-9fd2-048a92c9ded6\", \"created_at\":\"2025-10-30T16:18:24.093162Z\", \"updated_at\":\"2025-10-30T16:18:24.093162Z\", \"name\":\"test-pool-upgrade-policy\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"upgrade_policy\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":3, \"max_surge\":2}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "781" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:25:32 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - fd7c7f6e-8c26-446d-8d2b-029a968b4cde - status: 200 OK - code: 200 - duration: 104.050744ms -- id: 98 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/77e85934-bc25-40eb-82a3-c9be33dbfebc - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 781 - body: "{\"region\":\"fr-par\", \"id\":\"77e85934-bc25-40eb-82a3-c9be33dbfebc\", \"cluster_id\":\"93dac97a-3326-46c7-9fd2-048a92c9ded6\", \"created_at\":\"2025-10-30T16:18:24.093162Z\", \"updated_at\":\"2025-10-30T16:18:24.093162Z\", \"name\":\"test-pool-upgrade-policy\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"upgrade_policy\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":3, \"max_surge\":2}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "781" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:25:37 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 8c517abf-4447-447d-89c9-823b7d02930e - status: 200 OK - code: 200 - duration: 82.984277ms -- id: 99 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/77e85934-bc25-40eb-82a3-c9be33dbfebc - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 781 - body: "{\"region\":\"fr-par\", \"id\":\"77e85934-bc25-40eb-82a3-c9be33dbfebc\", \"cluster_id\":\"93dac97a-3326-46c7-9fd2-048a92c9ded6\", \"created_at\":\"2025-10-30T16:18:24.093162Z\", \"updated_at\":\"2025-10-30T16:18:24.093162Z\", \"name\":\"test-pool-upgrade-policy\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"upgrade_policy\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":3, \"max_surge\":2}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "781" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:25:42 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 4fe66181-3b2f-43f6-b41b-864fb6fbfcb7 - status: 200 OK - code: 200 - duration: 93.599489ms -- id: 100 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/77e85934-bc25-40eb-82a3-c9be33dbfebc - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 781 - body: "{\"region\":\"fr-par\", \"id\":\"77e85934-bc25-40eb-82a3-c9be33dbfebc\", \"cluster_id\":\"93dac97a-3326-46c7-9fd2-048a92c9ded6\", \"created_at\":\"2025-10-30T16:18:24.093162Z\", \"updated_at\":\"2025-10-30T16:18:24.093162Z\", \"name\":\"test-pool-upgrade-policy\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"upgrade_policy\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":3, \"max_surge\":2}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "781" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:25:47 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 26e3ba21-29ca-4165-b77d-cc759c95b63e - status: 200 OK - code: 200 - duration: 104.382217ms -- id: 101 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/77e85934-bc25-40eb-82a3-c9be33dbfebc - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 781 - body: "{\"region\":\"fr-par\", \"id\":\"77e85934-bc25-40eb-82a3-c9be33dbfebc\", \"cluster_id\":\"93dac97a-3326-46c7-9fd2-048a92c9ded6\", \"created_at\":\"2025-10-30T16:18:24.093162Z\", \"updated_at\":\"2025-10-30T16:18:24.093162Z\", \"name\":\"test-pool-upgrade-policy\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"upgrade_policy\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":3, \"max_surge\":2}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "781" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:25:52 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 29c6d15f-19e6-4dbb-ae5a-b6c40917cf02 - status: 200 OK - code: 200 - duration: 88.706446ms -- id: 102 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/77e85934-bc25-40eb-82a3-c9be33dbfebc - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 781 - body: "{\"region\":\"fr-par\", \"id\":\"77e85934-bc25-40eb-82a3-c9be33dbfebc\", \"cluster_id\":\"93dac97a-3326-46c7-9fd2-048a92c9ded6\", \"created_at\":\"2025-10-30T16:18:24.093162Z\", \"updated_at\":\"2025-10-30T16:18:24.093162Z\", \"name\":\"test-pool-upgrade-policy\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"upgrade_policy\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":3, \"max_surge\":2}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "781" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:25:57 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - fc4daaf7-4076-4667-86dc-9c2d554b7d89 - status: 200 OK - code: 200 - duration: 91.55919ms -- id: 103 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/77e85934-bc25-40eb-82a3-c9be33dbfebc - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 781 - body: "{\"region\":\"fr-par\", \"id\":\"77e85934-bc25-40eb-82a3-c9be33dbfebc\", \"cluster_id\":\"93dac97a-3326-46c7-9fd2-048a92c9ded6\", \"created_at\":\"2025-10-30T16:18:24.093162Z\", \"updated_at\":\"2025-10-30T16:18:24.093162Z\", \"name\":\"test-pool-upgrade-policy\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"upgrade_policy\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":3, \"max_surge\":2}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "781" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:26:03 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - bc9d70ed-f3a5-4962-8d06-891f962ce820 - status: 200 OK - code: 200 - duration: 79.417662ms -- id: 104 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/77e85934-bc25-40eb-82a3-c9be33dbfebc - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 781 - body: "{\"region\":\"fr-par\", \"id\":\"77e85934-bc25-40eb-82a3-c9be33dbfebc\", \"cluster_id\":\"93dac97a-3326-46c7-9fd2-048a92c9ded6\", \"created_at\":\"2025-10-30T16:18:24.093162Z\", \"updated_at\":\"2025-10-30T16:18:24.093162Z\", \"name\":\"test-pool-upgrade-policy\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"upgrade_policy\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":3, \"max_surge\":2}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "781" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:26:08 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 547bee7a-8b35-4ae2-a88a-71801ee643bf - status: 200 OK - code: 200 - duration: 79.779562ms -- id: 105 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/77e85934-bc25-40eb-82a3-c9be33dbfebc - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 781 - body: "{\"region\":\"fr-par\", \"id\":\"77e85934-bc25-40eb-82a3-c9be33dbfebc\", \"cluster_id\":\"93dac97a-3326-46c7-9fd2-048a92c9ded6\", \"created_at\":\"2025-10-30T16:18:24.093162Z\", \"updated_at\":\"2025-10-30T16:18:24.093162Z\", \"name\":\"test-pool-upgrade-policy\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"upgrade_policy\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":3, \"max_surge\":2}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "781" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:26:13 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - df4b9339-410d-4053-a9d0-024ba1971eb8 - status: 200 OK - code: 200 - duration: 77.43934ms -- id: 106 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/77e85934-bc25-40eb-82a3-c9be33dbfebc - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 781 - body: "{\"region\":\"fr-par\", \"id\":\"77e85934-bc25-40eb-82a3-c9be33dbfebc\", \"cluster_id\":\"93dac97a-3326-46c7-9fd2-048a92c9ded6\", \"created_at\":\"2025-10-30T16:18:24.093162Z\", \"updated_at\":\"2025-10-30T16:18:24.093162Z\", \"name\":\"test-pool-upgrade-policy\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"upgrade_policy\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":3, \"max_surge\":2}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "781" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:26:18 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 0902df2c-0634-47c0-b81f-b13947ecf449 - status: 200 OK - code: 200 - duration: 101.476403ms -- id: 107 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/77e85934-bc25-40eb-82a3-c9be33dbfebc - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 781 - body: "{\"region\":\"fr-par\", \"id\":\"77e85934-bc25-40eb-82a3-c9be33dbfebc\", \"cluster_id\":\"93dac97a-3326-46c7-9fd2-048a92c9ded6\", \"created_at\":\"2025-10-30T16:18:24.093162Z\", \"updated_at\":\"2025-10-30T16:18:24.093162Z\", \"name\":\"test-pool-upgrade-policy\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"upgrade_policy\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":3, \"max_surge\":2}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "781" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:26:23 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - a6f6f15d-bee8-464d-bc45-40e752152255 - status: 200 OK - code: 200 - duration: 76.746679ms -- id: 108 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/77e85934-bc25-40eb-82a3-c9be33dbfebc - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 781 - body: "{\"region\":\"fr-par\", \"id\":\"77e85934-bc25-40eb-82a3-c9be33dbfebc\", \"cluster_id\":\"93dac97a-3326-46c7-9fd2-048a92c9ded6\", \"created_at\":\"2025-10-30T16:18:24.093162Z\", \"updated_at\":\"2025-10-30T16:18:24.093162Z\", \"name\":\"test-pool-upgrade-policy\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"upgrade_policy\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":3, \"max_surge\":2}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "781" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:26:28 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 1b110b56-ccb2-44ef-b2eb-8e2e7a53ca7d - status: 200 OK - code: 200 - duration: 92.647122ms -- id: 109 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/77e85934-bc25-40eb-82a3-c9be33dbfebc - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 781 - body: "{\"region\":\"fr-par\", \"id\":\"77e85934-bc25-40eb-82a3-c9be33dbfebc\", \"cluster_id\":\"93dac97a-3326-46c7-9fd2-048a92c9ded6\", \"created_at\":\"2025-10-30T16:18:24.093162Z\", \"updated_at\":\"2025-10-30T16:18:24.093162Z\", \"name\":\"test-pool-upgrade-policy\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"upgrade_policy\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":3, \"max_surge\":2}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "781" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:26:33 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - f3e98e3b-35dd-4c44-b46f-de77b5625d46 - status: 200 OK - code: 200 - duration: 85.388449ms -- id: 110 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/77e85934-bc25-40eb-82a3-c9be33dbfebc - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 781 - body: "{\"region\":\"fr-par\", \"id\":\"77e85934-bc25-40eb-82a3-c9be33dbfebc\", \"cluster_id\":\"93dac97a-3326-46c7-9fd2-048a92c9ded6\", \"created_at\":\"2025-10-30T16:18:24.093162Z\", \"updated_at\":\"2025-10-30T16:18:24.093162Z\", \"name\":\"test-pool-upgrade-policy\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"upgrade_policy\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":3, \"max_surge\":2}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "781" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:26:38 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 61823a04-441c-4d31-9474-73f555f55657 - status: 200 OK - code: 200 - duration: 84.060126ms -- id: 111 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/77e85934-bc25-40eb-82a3-c9be33dbfebc - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 781 - body: "{\"region\":\"fr-par\", \"id\":\"77e85934-bc25-40eb-82a3-c9be33dbfebc\", \"cluster_id\":\"93dac97a-3326-46c7-9fd2-048a92c9ded6\", \"created_at\":\"2025-10-30T16:18:24.093162Z\", \"updated_at\":\"2025-10-30T16:18:24.093162Z\", \"name\":\"test-pool-upgrade-policy\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"upgrade_policy\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":3, \"max_surge\":2}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "781" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:26:43 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 2f40736d-435f-457a-aaba-0dee2ffe8d26 - status: 200 OK - code: 200 - duration: 81.997123ms -- id: 112 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/77e85934-bc25-40eb-82a3-c9be33dbfebc - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 781 - body: "{\"region\":\"fr-par\", \"id\":\"77e85934-bc25-40eb-82a3-c9be33dbfebc\", \"cluster_id\":\"93dac97a-3326-46c7-9fd2-048a92c9ded6\", \"created_at\":\"2025-10-30T16:18:24.093162Z\", \"updated_at\":\"2025-10-30T16:18:24.093162Z\", \"name\":\"test-pool-upgrade-policy\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"upgrade_policy\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":3, \"max_surge\":2}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "781" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:26:48 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - cf49f806-e364-4267-b6a1-477ee35821e5 - status: 200 OK - code: 200 - duration: 99.025313ms -- id: 113 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/77e85934-bc25-40eb-82a3-c9be33dbfebc - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 781 - body: "{\"region\":\"fr-par\", \"id\":\"77e85934-bc25-40eb-82a3-c9be33dbfebc\", \"cluster_id\":\"93dac97a-3326-46c7-9fd2-048a92c9ded6\", \"created_at\":\"2025-10-30T16:18:24.093162Z\", \"updated_at\":\"2025-10-30T16:18:24.093162Z\", \"name\":\"test-pool-upgrade-policy\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"upgrade_policy\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":3, \"max_surge\":2}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "781" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:26:53 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 733a37b3-e052-4f14-ab29-81d1febd1b4c - status: 200 OK - code: 200 - duration: 75.91568ms -- id: 114 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/77e85934-bc25-40eb-82a3-c9be33dbfebc - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 781 - body: "{\"region\":\"fr-par\", \"id\":\"77e85934-bc25-40eb-82a3-c9be33dbfebc\", \"cluster_id\":\"93dac97a-3326-46c7-9fd2-048a92c9ded6\", \"created_at\":\"2025-10-30T16:18:24.093162Z\", \"updated_at\":\"2025-10-30T16:18:24.093162Z\", \"name\":\"test-pool-upgrade-policy\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"upgrade_policy\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":3, \"max_surge\":2}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "781" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:26:59 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - c79fedb4-0ceb-4100-bcb9-77834f7e7a82 - status: 200 OK - code: 200 - duration: 106.265291ms -- id: 115 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/77e85934-bc25-40eb-82a3-c9be33dbfebc - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 781 - body: "{\"region\":\"fr-par\", \"id\":\"77e85934-bc25-40eb-82a3-c9be33dbfebc\", \"cluster_id\":\"93dac97a-3326-46c7-9fd2-048a92c9ded6\", \"created_at\":\"2025-10-30T16:18:24.093162Z\", \"updated_at\":\"2025-10-30T16:18:24.093162Z\", \"name\":\"test-pool-upgrade-policy\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"upgrade_policy\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":3, \"max_surge\":2}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "781" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:27:04 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - c7d274bd-41a8-484a-bc79-f1b11d6c829c - status: 200 OK - code: 200 - duration: 101.105697ms -- id: 116 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/77e85934-bc25-40eb-82a3-c9be33dbfebc - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 781 - body: "{\"region\":\"fr-par\", \"id\":\"77e85934-bc25-40eb-82a3-c9be33dbfebc\", \"cluster_id\":\"93dac97a-3326-46c7-9fd2-048a92c9ded6\", \"created_at\":\"2025-10-30T16:18:24.093162Z\", \"updated_at\":\"2025-10-30T16:18:24.093162Z\", \"name\":\"test-pool-upgrade-policy\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"upgrade_policy\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":3, \"max_surge\":2}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "781" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:27:09 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 2000682c-f597-48db-b0a7-2fd4c17ad95a - status: 200 OK - code: 200 - duration: 84.059275ms -- id: 117 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/77e85934-bc25-40eb-82a3-c9be33dbfebc - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 781 - body: "{\"region\":\"fr-par\", \"id\":\"77e85934-bc25-40eb-82a3-c9be33dbfebc\", \"cluster_id\":\"93dac97a-3326-46c7-9fd2-048a92c9ded6\", \"created_at\":\"2025-10-30T16:18:24.093162Z\", \"updated_at\":\"2025-10-30T16:18:24.093162Z\", \"name\":\"test-pool-upgrade-policy\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"upgrade_policy\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":3, \"max_surge\":2}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "781" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:27:14 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 1bc5feb6-b2a3-4630-9cd6-f91799194de4 - status: 200 OK - code: 200 - duration: 83.578141ms -- id: 118 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/77e85934-bc25-40eb-82a3-c9be33dbfebc - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 781 - body: "{\"region\":\"fr-par\", \"id\":\"77e85934-bc25-40eb-82a3-c9be33dbfebc\", \"cluster_id\":\"93dac97a-3326-46c7-9fd2-048a92c9ded6\", \"created_at\":\"2025-10-30T16:18:24.093162Z\", \"updated_at\":\"2025-10-30T16:18:24.093162Z\", \"name\":\"test-pool-upgrade-policy\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"upgrade_policy\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":3, \"max_surge\":2}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "781" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:27:19 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - c16d5681-a43b-4e4a-b010-851a38cc07eb - status: 200 OK - code: 200 - duration: 87.037304ms -- id: 119 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/77e85934-bc25-40eb-82a3-c9be33dbfebc - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 781 - body: "{\"region\":\"fr-par\", \"id\":\"77e85934-bc25-40eb-82a3-c9be33dbfebc\", \"cluster_id\":\"93dac97a-3326-46c7-9fd2-048a92c9ded6\", \"created_at\":\"2025-10-30T16:18:24.093162Z\", \"updated_at\":\"2025-10-30T16:18:24.093162Z\", \"name\":\"test-pool-upgrade-policy\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"upgrade_policy\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":3, \"max_surge\":2}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "781" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:27:24 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - b734b8a6-f269-4b21-96a6-adeea23cf242 - status: 200 OK - code: 200 - duration: 91.043893ms -- id: 120 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/77e85934-bc25-40eb-82a3-c9be33dbfebc - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 781 - body: "{\"region\":\"fr-par\", \"id\":\"77e85934-bc25-40eb-82a3-c9be33dbfebc\", \"cluster_id\":\"93dac97a-3326-46c7-9fd2-048a92c9ded6\", \"created_at\":\"2025-10-30T16:18:24.093162Z\", \"updated_at\":\"2025-10-30T16:18:24.093162Z\", \"name\":\"test-pool-upgrade-policy\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"upgrade_policy\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":3, \"max_surge\":2}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "781" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:27:29 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - af0166c1-a31b-4d35-9ac8-cf5f50ca8691 - status: 200 OK - code: 200 - duration: 83.580626ms -- id: 121 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/77e85934-bc25-40eb-82a3-c9be33dbfebc - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 781 - body: "{\"region\":\"fr-par\", \"id\":\"77e85934-bc25-40eb-82a3-c9be33dbfebc\", \"cluster_id\":\"93dac97a-3326-46c7-9fd2-048a92c9ded6\", \"created_at\":\"2025-10-30T16:18:24.093162Z\", \"updated_at\":\"2025-10-30T16:18:24.093162Z\", \"name\":\"test-pool-upgrade-policy\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"upgrade_policy\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":3, \"max_surge\":2}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "781" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:27:34 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 46d59e47-0ba4-4b3b-8a1b-cf0aac8a8ec9 - status: 200 OK - code: 200 - duration: 88.33047ms -- id: 122 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/77e85934-bc25-40eb-82a3-c9be33dbfebc - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 781 - body: "{\"region\":\"fr-par\", \"id\":\"77e85934-bc25-40eb-82a3-c9be33dbfebc\", \"cluster_id\":\"93dac97a-3326-46c7-9fd2-048a92c9ded6\", \"created_at\":\"2025-10-30T16:18:24.093162Z\", \"updated_at\":\"2025-10-30T16:18:24.093162Z\", \"name\":\"test-pool-upgrade-policy\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"upgrade_policy\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":3, \"max_surge\":2}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "781" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:27:39 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 0f2c4fda-43ff-474d-919c-441dc1fbc037 - status: 200 OK - code: 200 - duration: 218.797193ms -- id: 123 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/77e85934-bc25-40eb-82a3-c9be33dbfebc - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 781 - body: "{\"region\":\"fr-par\", \"id\":\"77e85934-bc25-40eb-82a3-c9be33dbfebc\", \"cluster_id\":\"93dac97a-3326-46c7-9fd2-048a92c9ded6\", \"created_at\":\"2025-10-30T16:18:24.093162Z\", \"updated_at\":\"2025-10-30T16:18:24.093162Z\", \"name\":\"test-pool-upgrade-policy\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"upgrade_policy\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":3, \"max_surge\":2}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "781" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:27:44 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - a7e0eda3-8f68-442d-941d-b14c75ff30b3 - status: 200 OK - code: 200 - duration: 100.544944ms -- id: 124 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/77e85934-bc25-40eb-82a3-c9be33dbfebc - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 781 - body: "{\"region\":\"fr-par\", \"id\":\"77e85934-bc25-40eb-82a3-c9be33dbfebc\", \"cluster_id\":\"93dac97a-3326-46c7-9fd2-048a92c9ded6\", \"created_at\":\"2025-10-30T16:18:24.093162Z\", \"updated_at\":\"2025-10-30T16:18:24.093162Z\", \"name\":\"test-pool-upgrade-policy\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"upgrade_policy\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":3, \"max_surge\":2}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "781" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:27:50 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 9c1d4823-444a-4664-86f4-285dde699cb2 - status: 200 OK - code: 200 - duration: 77.266074ms -- id: 125 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/77e85934-bc25-40eb-82a3-c9be33dbfebc - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 781 - body: "{\"region\":\"fr-par\", \"id\":\"77e85934-bc25-40eb-82a3-c9be33dbfebc\", \"cluster_id\":\"93dac97a-3326-46c7-9fd2-048a92c9ded6\", \"created_at\":\"2025-10-30T16:18:24.093162Z\", \"updated_at\":\"2025-10-30T16:18:24.093162Z\", \"name\":\"test-pool-upgrade-policy\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"upgrade_policy\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":3, \"max_surge\":2}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "781" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:27:55 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 5524c264-17a2-4a4f-8d6d-c4824ce81532 - status: 200 OK - code: 200 - duration: 106.522774ms -- id: 126 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/77e85934-bc25-40eb-82a3-c9be33dbfebc - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 781 - body: "{\"region\":\"fr-par\", \"id\":\"77e85934-bc25-40eb-82a3-c9be33dbfebc\", \"cluster_id\":\"93dac97a-3326-46c7-9fd2-048a92c9ded6\", \"created_at\":\"2025-10-30T16:18:24.093162Z\", \"updated_at\":\"2025-10-30T16:18:24.093162Z\", \"name\":\"test-pool-upgrade-policy\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"upgrade_policy\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":3, \"max_surge\":2}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "781" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:28:00 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - ed370e26-436c-410c-9b18-137decd429fc - status: 200 OK - code: 200 - duration: 98.7891ms -- id: 127 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/77e85934-bc25-40eb-82a3-c9be33dbfebc - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 781 - body: "{\"region\":\"fr-par\", \"id\":\"77e85934-bc25-40eb-82a3-c9be33dbfebc\", \"cluster_id\":\"93dac97a-3326-46c7-9fd2-048a92c9ded6\", \"created_at\":\"2025-10-30T16:18:24.093162Z\", \"updated_at\":\"2025-10-30T16:18:24.093162Z\", \"name\":\"test-pool-upgrade-policy\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"upgrade_policy\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":3, \"max_surge\":2}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "781" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:28:05 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 621313ff-a6a9-407f-9029-8bba64436d9c - status: 200 OK - code: 200 - duration: 78.257235ms -- id: 128 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/77e85934-bc25-40eb-82a3-c9be33dbfebc - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 781 - body: "{\"region\":\"fr-par\", \"id\":\"77e85934-bc25-40eb-82a3-c9be33dbfebc\", \"cluster_id\":\"93dac97a-3326-46c7-9fd2-048a92c9ded6\", \"created_at\":\"2025-10-30T16:18:24.093162Z\", \"updated_at\":\"2025-10-30T16:18:24.093162Z\", \"name\":\"test-pool-upgrade-policy\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"upgrade_policy\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":3, \"max_surge\":2}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "781" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:28:10 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 9d5076c1-1f96-449a-8d85-238a10b4ae9f - status: 200 OK - code: 200 - duration: 102.666967ms -- id: 129 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/77e85934-bc25-40eb-82a3-c9be33dbfebc - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 781 - body: "{\"region\":\"fr-par\", \"id\":\"77e85934-bc25-40eb-82a3-c9be33dbfebc\", \"cluster_id\":\"93dac97a-3326-46c7-9fd2-048a92c9ded6\", \"created_at\":\"2025-10-30T16:18:24.093162Z\", \"updated_at\":\"2025-10-30T16:18:24.093162Z\", \"name\":\"test-pool-upgrade-policy\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"upgrade_policy\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":3, \"max_surge\":2}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "781" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:28:15 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 874a5353-a983-4d89-8919-5505c43b7798 - status: 200 OK - code: 200 - duration: 84.169962ms -- id: 130 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/77e85934-bc25-40eb-82a3-c9be33dbfebc - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 781 - body: "{\"region\":\"fr-par\", \"id\":\"77e85934-bc25-40eb-82a3-c9be33dbfebc\", \"cluster_id\":\"93dac97a-3326-46c7-9fd2-048a92c9ded6\", \"created_at\":\"2025-10-30T16:18:24.093162Z\", \"updated_at\":\"2025-10-30T16:18:24.093162Z\", \"name\":\"test-pool-upgrade-policy\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"upgrade_policy\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":3, \"max_surge\":2}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "781" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:28:20 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 972f363b-c2ae-4e7f-9e38-5ee90a3d5568 - status: 200 OK - code: 200 - duration: 101.816371ms -- id: 131 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/77e85934-bc25-40eb-82a3-c9be33dbfebc - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 781 - body: "{\"region\":\"fr-par\", \"id\":\"77e85934-bc25-40eb-82a3-c9be33dbfebc\", \"cluster_id\":\"93dac97a-3326-46c7-9fd2-048a92c9ded6\", \"created_at\":\"2025-10-30T16:18:24.093162Z\", \"updated_at\":\"2025-10-30T16:18:24.093162Z\", \"name\":\"test-pool-upgrade-policy\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"upgrade_policy\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":3, \"max_surge\":2}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "781" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:28:25 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 9863b1ff-702c-44b4-9280-f54098d0b401 - status: 200 OK - code: 200 - duration: 95.896149ms -- id: 132 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/77e85934-bc25-40eb-82a3-c9be33dbfebc - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 781 - body: "{\"region\":\"fr-par\", \"id\":\"77e85934-bc25-40eb-82a3-c9be33dbfebc\", \"cluster_id\":\"93dac97a-3326-46c7-9fd2-048a92c9ded6\", \"created_at\":\"2025-10-30T16:18:24.093162Z\", \"updated_at\":\"2025-10-30T16:18:24.093162Z\", \"name\":\"test-pool-upgrade-policy\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"upgrade_policy\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":3, \"max_surge\":2}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "781" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:28:30 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 768adde6-abff-4518-b400-1908250144fa - status: 200 OK - code: 200 - duration: 69.291157ms -- id: 133 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/77e85934-bc25-40eb-82a3-c9be33dbfebc - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 781 - body: "{\"region\":\"fr-par\", \"id\":\"77e85934-bc25-40eb-82a3-c9be33dbfebc\", \"cluster_id\":\"93dac97a-3326-46c7-9fd2-048a92c9ded6\", \"created_at\":\"2025-10-30T16:18:24.093162Z\", \"updated_at\":\"2025-10-30T16:18:24.093162Z\", \"name\":\"test-pool-upgrade-policy\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"upgrade_policy\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":3, \"max_surge\":2}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "781" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:28:35 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 0c3e8d6d-3a6e-4608-bae1-ad07bbfbe4a1 - status: 200 OK - code: 200 - duration: 83.052795ms -- id: 134 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/77e85934-bc25-40eb-82a3-c9be33dbfebc - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 781 - body: "{\"region\":\"fr-par\", \"id\":\"77e85934-bc25-40eb-82a3-c9be33dbfebc\", \"cluster_id\":\"93dac97a-3326-46c7-9fd2-048a92c9ded6\", \"created_at\":\"2025-10-30T16:18:24.093162Z\", \"updated_at\":\"2025-10-30T16:18:24.093162Z\", \"name\":\"test-pool-upgrade-policy\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"upgrade_policy\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":3, \"max_surge\":2}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "781" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:28:40 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 18b35354-48d1-4fc6-83f8-bc32d817463c - status: 200 OK - code: 200 - duration: 98.989235ms -- id: 135 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/77e85934-bc25-40eb-82a3-c9be33dbfebc - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 781 - body: "{\"region\":\"fr-par\", \"id\":\"77e85934-bc25-40eb-82a3-c9be33dbfebc\", \"cluster_id\":\"93dac97a-3326-46c7-9fd2-048a92c9ded6\", \"created_at\":\"2025-10-30T16:18:24.093162Z\", \"updated_at\":\"2025-10-30T16:18:24.093162Z\", \"name\":\"test-pool-upgrade-policy\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"upgrade_policy\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":3, \"max_surge\":2}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "781" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:28:46 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 04d9aa18-2116-4ca3-848d-3b19f287e0e3 - status: 200 OK - code: 200 - duration: 91.897785ms -- id: 136 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/77e85934-bc25-40eb-82a3-c9be33dbfebc - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 781 - body: "{\"region\":\"fr-par\", \"id\":\"77e85934-bc25-40eb-82a3-c9be33dbfebc\", \"cluster_id\":\"93dac97a-3326-46c7-9fd2-048a92c9ded6\", \"created_at\":\"2025-10-30T16:18:24.093162Z\", \"updated_at\":\"2025-10-30T16:18:24.093162Z\", \"name\":\"test-pool-upgrade-policy\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"upgrade_policy\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":3, \"max_surge\":2}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "781" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:28:51 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 476453b7-94a4-4ec3-b2e0-f745317f134f - status: 200 OK - code: 200 - duration: 88.909758ms -- id: 137 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/77e85934-bc25-40eb-82a3-c9be33dbfebc - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 781 - body: "{\"region\":\"fr-par\", \"id\":\"77e85934-bc25-40eb-82a3-c9be33dbfebc\", \"cluster_id\":\"93dac97a-3326-46c7-9fd2-048a92c9ded6\", \"created_at\":\"2025-10-30T16:18:24.093162Z\", \"updated_at\":\"2025-10-30T16:18:24.093162Z\", \"name\":\"test-pool-upgrade-policy\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"upgrade_policy\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":3, \"max_surge\":2}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "781" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:28:56 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - b9545ecb-625c-47ac-8e6c-650f369451e6 - status: 200 OK - code: 200 - duration: 76.972183ms -- id: 138 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/77e85934-bc25-40eb-82a3-c9be33dbfebc - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 781 - body: "{\"region\":\"fr-par\", \"id\":\"77e85934-bc25-40eb-82a3-c9be33dbfebc\", \"cluster_id\":\"93dac97a-3326-46c7-9fd2-048a92c9ded6\", \"created_at\":\"2025-10-30T16:18:24.093162Z\", \"updated_at\":\"2025-10-30T16:18:24.093162Z\", \"name\":\"test-pool-upgrade-policy\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"upgrade_policy\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":3, \"max_surge\":2}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "781" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:29:01 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 1f03c3e9-2280-445c-ab06-5e2d43f65b23 - status: 200 OK - code: 200 - duration: 94.091102ms -- id: 139 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/77e85934-bc25-40eb-82a3-c9be33dbfebc - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 781 - body: "{\"region\":\"fr-par\", \"id\":\"77e85934-bc25-40eb-82a3-c9be33dbfebc\", \"cluster_id\":\"93dac97a-3326-46c7-9fd2-048a92c9ded6\", \"created_at\":\"2025-10-30T16:18:24.093162Z\", \"updated_at\":\"2025-10-30T16:18:24.093162Z\", \"name\":\"test-pool-upgrade-policy\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"upgrade_policy\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":3, \"max_surge\":2}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "781" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:29:06 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 9c74519e-32bb-413b-a922-19c95f6a09e3 - status: 200 OK - code: 200 - duration: 88.966884ms -- id: 140 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/77e85934-bc25-40eb-82a3-c9be33dbfebc - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 779 - body: "{\"region\":\"fr-par\", \"id\":\"77e85934-bc25-40eb-82a3-c9be33dbfebc\", \"cluster_id\":\"93dac97a-3326-46c7-9fd2-048a92c9ded6\", \"created_at\":\"2025-10-30T16:18:24.093162Z\", \"updated_at\":\"2025-10-30T16:29:06.856006Z\", \"name\":\"test-pool-upgrade-policy\", \"status\":\"ready\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"upgrade_policy\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":3, \"max_surge\":2}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "779" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:29:11 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 58aca8f2-b329-4ead-9340-114d649d0d59 - status: 200 OK - code: 200 - duration: 94.207891ms -- id: 141 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/93dac97a-3326-46c7-9fd2-048a92c9ded6 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1647 - body: "{\"region\":\"fr-par\", \"id\":\"93dac97a-3326-46c7-9fd2-048a92c9ded6\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:18.600925Z\", \"updated_at\":\"2025-10-30T16:20:02.410169Z\", \"type\":\"kapsule\", \"name\":\"test-pool-upgrade-policy\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"upgrade_policy\"], \"cluster_url\":\"https://93dac97a-3326-46c7-9fd2-048a92c9ded6.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.93dac97a-3326-46c7-9fd2-048a92c9ded6.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"74a6a859-c6bc-4b60-8958-25ff1bbd8455\", \"commitment_ends_at\":\"2025-10-30T16:18:18.600935Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"85795dcd-9184-4d30-98a6-585f6c3f3695\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1647" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:29:11 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - ecb5d8b5-1d00-44a2-9b4a-1e1d2a42f487 - status: 200 OK - code: 200 - duration: 92.621194ms -- id: 142 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/77e85934-bc25-40eb-82a3-c9be33dbfebc - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 779 - body: "{\"region\":\"fr-par\", \"id\":\"77e85934-bc25-40eb-82a3-c9be33dbfebc\", \"cluster_id\":\"93dac97a-3326-46c7-9fd2-048a92c9ded6\", \"created_at\":\"2025-10-30T16:18:24.093162Z\", \"updated_at\":\"2025-10-30T16:29:06.856006Z\", \"name\":\"test-pool-upgrade-policy\", \"status\":\"ready\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"upgrade_policy\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":3, \"max_surge\":2}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "779" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:29:11 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - f38c485b-7222-4932-99f9-6596bbdc336e - status: 200 OK - code: 200 - duration: 19.356158ms -- id: 143 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - form: - order_by: - - created_at_asc - page: - - "1" - pool_id: - - 77e85934-bc25-40eb-82a3-c9be33dbfebc - status: - - unknown - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/93dac97a-3326-46c7-9fd2-048a92c9ded6/nodes?order_by=created_at_asc&page=1&pool_id=77e85934-bc25-40eb-82a3-c9be33dbfebc&status=unknown - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 621 - body: "{\"total_count\":1, \"nodes\":[{\"region\":\"fr-par\", \"id\":\"ee4b8845-54d5-4d1d-90f9-21fc2cf08ad3\", \"cluster_id\":\"93dac97a-3326-46c7-9fd2-048a92c9ded6\", \"created_at\":\"2025-10-30T16:27:58.467151Z\", \"updated_at\":\"2025-10-30T16:29:06.843774Z\", \"pool_id\":\"77e85934-bc25-40eb-82a3-c9be33dbfebc\", \"status\":\"ready\", \"conditions\":{\"DiskPressure\":\"False\", \"MemoryPressure\":\"False\", \"PIDPressure\":\"False\", \"Ready\":\"True\"}, \"name\":\"scw-test-pool-upgrade-test-pool-upgrade-ee4b88\", \"public_ip_v4\":\"163.172.149.221\", \"public_ip_v6\":null, \"provider_id\":\"scaleway://instance/fr-par-1/f1165d08-4196-46ba-aacf-b7ff44270653\", \"error_message\":\"\"}]}" - headers: - Content-Length: - - "621" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:29:11 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 8401c611-41f9-4769-891a-276c4d9b3725 - status: 200 OK - code: 200 - duration: 28.02073ms -- id: 144 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/93dac97a-3326-46c7-9fd2-048a92c9ded6 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1647 - body: "{\"region\":\"fr-par\", \"id\":\"93dac97a-3326-46c7-9fd2-048a92c9ded6\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:18.600925Z\", \"updated_at\":\"2025-10-30T16:20:02.410169Z\", \"type\":\"kapsule\", \"name\":\"test-pool-upgrade-policy\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"upgrade_policy\"], \"cluster_url\":\"https://93dac97a-3326-46c7-9fd2-048a92c9ded6.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.93dac97a-3326-46c7-9fd2-048a92c9ded6.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"74a6a859-c6bc-4b60-8958-25ff1bbd8455\", \"commitment_ends_at\":\"2025-10-30T16:18:18.600935Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"85795dcd-9184-4d30-98a6-585f6c3f3695\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1647" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:29:11 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 119b37c5-d424-4dc3-95b8-bc9e6ae96bb5 - status: 200 OK - code: 200 - duration: 29.061964ms -- id: 145 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - form: - order_by: - - created_at_desc - project_id: - - 105bdce1-64c0-48ab-899d-868455867ecf - resource_name: - - scw-test-pool-upgrade-test-pool-upgrade-ee4b88 - resource_type: - - unknown_type - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/ipam/v1/regions/fr-par/ips?order_by=created_at_desc&project_id=105bdce1-64c0-48ab-899d-868455867ecf&resource_name=scw-test-pool-upgrade-test-pool-upgrade-ee4b88&resource_type=unknown_type - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1122 - body: "{\"total_count\":2, \"ips\":[{\"id\":\"b26f0305-dbed-443b-8ef7-38d6bdb3970b\", \"address\":\"fd5f:519c:6d46:729e:9c83:ac54:b58d:6d88/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":true, \"created_at\":\"2025-10-30T16:28:02.283024Z\", \"updated_at\":\"2025-10-30T16:28:02.283024Z\", \"source\":{\"subnet_id\":\"5e346ce9-89d2-4840-b81c-91fdb41de63e\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"ab2031e3-c16a-419b-a37b-789be329a6d0\", \"mac_address\":\"02:00:00:1A:5F:6B\", \"name\":\"scw-test-pool-upgrade-test-pool-upgrade-ee4b88\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}, {\"id\":\"69f40e88-11ea-40ff-b77b-95c398b5b3e0\", \"address\":\"172.18.40.3/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":false, \"created_at\":\"2025-10-30T16:28:02.137809Z\", \"updated_at\":\"2025-10-30T16:28:02.137809Z\", \"source\":{\"subnet_id\":\"cef98600-43da-45c1-86ef-bf950d181fe4\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"ab2031e3-c16a-419b-a37b-789be329a6d0\", \"mac_address\":\"02:00:00:1A:5F:6B\", \"name\":\"scw-test-pool-upgrade-test-pool-upgrade-ee4b88\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}]}" - headers: - Content-Length: - - "1122" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:29:11 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 228bdcd2-49c2-4f66-9aac-bdf7220d3820 - status: 200 OK - code: 200 - duration: 47.51647ms -- id: 146 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/93dac97a-3326-46c7-9fd2-048a92c9ded6 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1647 - body: "{\"region\":\"fr-par\", \"id\":\"93dac97a-3326-46c7-9fd2-048a92c9ded6\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:18.600925Z\", \"updated_at\":\"2025-10-30T16:20:02.410169Z\", \"type\":\"kapsule\", \"name\":\"test-pool-upgrade-policy\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"upgrade_policy\"], \"cluster_url\":\"https://93dac97a-3326-46c7-9fd2-048a92c9ded6.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.93dac97a-3326-46c7-9fd2-048a92c9ded6.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"74a6a859-c6bc-4b60-8958-25ff1bbd8455\", \"commitment_ends_at\":\"2025-10-30T16:18:18.600935Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"85795dcd-9184-4d30-98a6-585f6c3f3695\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1647" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:29:11 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 3b4b6a1e-da9d-4c6d-82ae-db37de36d442 - status: 200 OK - code: 200 - duration: 18.578268ms -- id: 147 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/77e85934-bc25-40eb-82a3-c9be33dbfebc - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 779 - body: "{\"region\":\"fr-par\", \"id\":\"77e85934-bc25-40eb-82a3-c9be33dbfebc\", \"cluster_id\":\"93dac97a-3326-46c7-9fd2-048a92c9ded6\", \"created_at\":\"2025-10-30T16:18:24.093162Z\", \"updated_at\":\"2025-10-30T16:29:06.856006Z\", \"name\":\"test-pool-upgrade-policy\", \"status\":\"ready\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"upgrade_policy\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":3, \"max_surge\":2}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "779" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:29:11 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - ec0567b6-41de-4f3b-86db-99036c45df6c - status: 200 OK - code: 200 - duration: 20.89157ms -- id: 148 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/fr-par/vpcs/dd5d440a-1d83-4da9-8b96-a00117e9e556 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 436 - body: "{\"id\":\"dd5d440a-1d83-4da9-8b96-a00117e9e556\", \"name\":\"testAccCheckK8SPoolConfigUpgradePolicy\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:17.164975Z\", \"updated_at\":\"2025-10-30T16:18:17.164975Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_default\":false, \"private_network_count\":1, \"routing_enabled\":true, \"custom_routes_propagation_enabled\":true, \"region\":\"fr-par\"}" - headers: - Content-Length: - - "436" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:29:12 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - db78ee12-0b48-4e23-a5ac-c8dcc061253c - status: 200 OK - code: 200 - duration: 23.619059ms -- id: 149 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks/74a6a859-c6bc-4b60-8958-25ff1bbd8455 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1094 - body: "{\"id\":\"74a6a859-c6bc-4b60-8958-25ff1bbd8455\", \"name\":\"test-pool-upgrade-policy\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:17.477653Z\", \"updated_at\":\"2025-10-30T16:18:17.477653Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"subnets\":[{\"id\":\"cef98600-43da-45c1-86ef-bf950d181fe4\", \"created_at\":\"2025-10-30T16:18:17.477653Z\", \"updated_at\":\"2025-10-30T16:18:17.477653Z\", \"subnet\":\"172.18.40.0/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"74a6a859-c6bc-4b60-8958-25ff1bbd8455\", \"vpc_id\":\"dd5d440a-1d83-4da9-8b96-a00117e9e556\"}, {\"id\":\"5e346ce9-89d2-4840-b81c-91fdb41de63e\", \"created_at\":\"2025-10-30T16:18:17.477653Z\", \"updated_at\":\"2025-10-30T16:18:17.477653Z\", \"subnet\":\"fd5f:519c:6d46:729e::/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"74a6a859-c6bc-4b60-8958-25ff1bbd8455\", \"vpc_id\":\"dd5d440a-1d83-4da9-8b96-a00117e9e556\"}], \"vpc_id\":\"dd5d440a-1d83-4da9-8b96-a00117e9e556\", \"dhcp_enabled\":true, \"default_route_propagation_enabled\":false, \"region\":\"fr-par\"}" - headers: - Content-Length: - - "1094" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:29:12 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - ebb679d9-1641-46a5-b320-967fbcbc0bf1 - status: 200 OK - code: 200 - duration: 37.146608ms -- id: 150 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/93dac97a-3326-46c7-9fd2-048a92c9ded6 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1647 - body: "{\"region\":\"fr-par\", \"id\":\"93dac97a-3326-46c7-9fd2-048a92c9ded6\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:18.600925Z\", \"updated_at\":\"2025-10-30T16:20:02.410169Z\", \"type\":\"kapsule\", \"name\":\"test-pool-upgrade-policy\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"upgrade_policy\"], \"cluster_url\":\"https://93dac97a-3326-46c7-9fd2-048a92c9ded6.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.93dac97a-3326-46c7-9fd2-048a92c9ded6.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"74a6a859-c6bc-4b60-8958-25ff1bbd8455\", \"commitment_ends_at\":\"2025-10-30T16:18:18.600935Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"85795dcd-9184-4d30-98a6-585f6c3f3695\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1647" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:29:12 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - add98ace-5353-4ec9-b3ee-e2920287bd0c - status: 200 OK - code: 200 - duration: 23.675064ms -- id: 151 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/93dac97a-3326-46c7-9fd2-048a92c9ded6/kubeconfig - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1734 - body: "{\"name\":\"kubeconfig\", \"content_type\":\"application/octet-stream\", \"content\":\"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogInRlc3QtcG9vbC11cGdyYWRlLXBvbGljeSIKICBjbHVzdGVyOgogICAgY2VydGlmaWNhdGUtYXV0aG9yaXR5LWRhdGE6IExTMHRMUzFDUlVkSlRpQkRSVkpVU1VaSlEwRlVSUzB0TFMwdENrMUpTVUpZUkVORFFWRkhaMEYzU1VKQlowbENRVVJCUzBKblozRm9hMnBQVUZGUlJFRnFRVlpOVWsxM1JWRlpSRlpSVVVSRmQzQnlaRmRLYkdOdE5Xd0taRWRXZWsxQ05GaEVWRWt4VFZSQmVVOVVSVEpOVkdkNFQwWnZXRVJVVFRGTlZFRjVUMVJGTWsxVVozaFBSbTkzUmxSRlZFMUNSVWRCTVZWRlFYaE5Td3BoTTFacFdsaEtkVnBZVW14amVrSmFUVUpOUjBKNWNVZFRUVFE1UVdkRlIwTkRjVWRUVFRRNVFYZEZTRUV3U1VGQ1EwcGFURFJ1U1N0RU9VbExabFpGQ2xKNlNXSkhhbEF3ZW1oNVoyVmFPR3BDTWl0U1IwWXpabEpYU0VwcmMxSnFOV1F2V0hKb2FVTkVOVkZFU0ZocGNtdFVkMEZqV2paeWJtSkpNSGhQVjJnS2VpOW1XRmR0VjJwUmFrSkJUVUUwUjBFeFZXUkVkMFZDTDNkUlJVRjNTVU53UkVGUVFtZE9Wa2hTVFVKQlpqaEZRbFJCUkVGUlNDOU5RakJIUVRGVlpBcEVaMUZYUWtKVVZucEJUVkpqUzB0V05WSm5hMDlvTkVoUUwyNHlkbnBUTmxCVVFVdENaMmR4YUd0cVQxQlJVVVJCWjA1S1FVUkNSMEZwUlVFNWQxVm1DbmgwYlhaQmJrdEJURUZEYld0MGFtbGxWbmxTTUZCMlVuQnVZbEZPVkdOWmNuQk5kVzl2YzBOSlVVTjRhRWd4ZVRSeVpsWTNXSElyYWpKM1VIQXdXR3dLVTFCMWFuSkpkVXMyY1ZwcFVtaE9RbHBPUWxCb1FUMDlDaTB0TFMwdFJVNUVJRU5GVWxSSlJrbERRVlJGTFMwdExTMEsKICAgIHNlcnZlcjogaHR0cHM6Ly85M2RhYzk3YS0zMzI2LTQ2YzctOWZkMi0wNDhhOTJjOWRlZDYuYXBpLms4cy5mci1wYXIuc2N3LmNsb3VkOjY0NDMKY29udGV4dHM6Ci0gbmFtZTogYWRtaW5AdGVzdC1wb29sLXVwZ3JhZGUtcG9saWN5CiAgY29udGV4dDoKICAgIGNsdXN0ZXI6ICJ0ZXN0LXBvb2wtdXBncmFkZS1wb2xpY3kiCiAgICB1c2VyOiB0ZXN0LXBvb2wtdXBncmFkZS1wb2xpY3ktYWRtaW4KY3VycmVudC1jb250ZXh0OiBhZG1pbkB0ZXN0LXBvb2wtdXBncmFkZS1wb2xpY3kKa2luZDogQ29uZmlnCnByZWZlcmVuY2VzOiB7fQp1c2VyczoKLSBuYW1lOiB0ZXN0LXBvb2wtdXBncmFkZS1wb2xpY3ktYWRtaW4KICB1c2VyOgogICAgdG9rZW46IGdQeXZVTjZRTDJwWFRNbEREQlBUbUZqV2JqbUhGUVdkRzUyN2JOcnNuaUdHQVRITDRoQ3RITWhj\"}" - headers: - Content-Length: - - "1734" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:29:12 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - b6b62684-e6a0-4c81-bb05-57757adb865d - status: 200 OK - code: 200 - duration: 85.735239ms -- id: 152 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/77e85934-bc25-40eb-82a3-c9be33dbfebc - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 779 - body: "{\"region\":\"fr-par\", \"id\":\"77e85934-bc25-40eb-82a3-c9be33dbfebc\", \"cluster_id\":\"93dac97a-3326-46c7-9fd2-048a92c9ded6\", \"created_at\":\"2025-10-30T16:18:24.093162Z\", \"updated_at\":\"2025-10-30T16:29:06.856006Z\", \"name\":\"test-pool-upgrade-policy\", \"status\":\"ready\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"upgrade_policy\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":3, \"max_surge\":2}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "779" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:29:12 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 47217f9f-e6da-44a2-a371-47786de59d1c - status: 200 OK - code: 200 - duration: 21.659301ms -- id: 153 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - form: - order_by: - - created_at_asc - page: - - "1" - pool_id: - - 77e85934-bc25-40eb-82a3-c9be33dbfebc - status: - - unknown - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/93dac97a-3326-46c7-9fd2-048a92c9ded6/nodes?order_by=created_at_asc&page=1&pool_id=77e85934-bc25-40eb-82a3-c9be33dbfebc&status=unknown - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 621 - body: "{\"total_count\":1, \"nodes\":[{\"region\":\"fr-par\", \"id\":\"ee4b8845-54d5-4d1d-90f9-21fc2cf08ad3\", \"cluster_id\":\"93dac97a-3326-46c7-9fd2-048a92c9ded6\", \"created_at\":\"2025-10-30T16:27:58.467151Z\", \"updated_at\":\"2025-10-30T16:29:06.843774Z\", \"pool_id\":\"77e85934-bc25-40eb-82a3-c9be33dbfebc\", \"status\":\"ready\", \"conditions\":{\"DiskPressure\":\"False\", \"MemoryPressure\":\"False\", \"PIDPressure\":\"False\", \"Ready\":\"True\"}, \"name\":\"scw-test-pool-upgrade-test-pool-upgrade-ee4b88\", \"public_ip_v4\":\"163.172.149.221\", \"public_ip_v6\":null, \"provider_id\":\"scaleway://instance/fr-par-1/f1165d08-4196-46ba-aacf-b7ff44270653\", \"error_message\":\"\"}]}" - headers: - Content-Length: - - "621" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:29:12 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 4f3d7598-48d6-48df-b94a-b1661afee177 - status: 200 OK - code: 200 - duration: 24.188928ms -- id: 154 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/93dac97a-3326-46c7-9fd2-048a92c9ded6 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1647 - body: "{\"region\":\"fr-par\", \"id\":\"93dac97a-3326-46c7-9fd2-048a92c9ded6\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:18.600925Z\", \"updated_at\":\"2025-10-30T16:20:02.410169Z\", \"type\":\"kapsule\", \"name\":\"test-pool-upgrade-policy\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"upgrade_policy\"], \"cluster_url\":\"https://93dac97a-3326-46c7-9fd2-048a92c9ded6.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.93dac97a-3326-46c7-9fd2-048a92c9ded6.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"74a6a859-c6bc-4b60-8958-25ff1bbd8455\", \"commitment_ends_at\":\"2025-10-30T16:18:18.600935Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"85795dcd-9184-4d30-98a6-585f6c3f3695\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1647" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:29:12 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - df3a6198-5f23-4ce6-bd17-2a04c661bbc7 - status: 200 OK - code: 200 - duration: 20.391351ms -- id: 155 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - form: - order_by: - - created_at_desc - project_id: - - 105bdce1-64c0-48ab-899d-868455867ecf - resource_name: - - scw-test-pool-upgrade-test-pool-upgrade-ee4b88 - resource_type: - - unknown_type - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/ipam/v1/regions/fr-par/ips?order_by=created_at_desc&project_id=105bdce1-64c0-48ab-899d-868455867ecf&resource_name=scw-test-pool-upgrade-test-pool-upgrade-ee4b88&resource_type=unknown_type - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1122 - body: "{\"total_count\":2, \"ips\":[{\"id\":\"b26f0305-dbed-443b-8ef7-38d6bdb3970b\", \"address\":\"fd5f:519c:6d46:729e:9c83:ac54:b58d:6d88/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":true, \"created_at\":\"2025-10-30T16:28:02.283024Z\", \"updated_at\":\"2025-10-30T16:28:02.283024Z\", \"source\":{\"subnet_id\":\"5e346ce9-89d2-4840-b81c-91fdb41de63e\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"ab2031e3-c16a-419b-a37b-789be329a6d0\", \"mac_address\":\"02:00:00:1A:5F:6B\", \"name\":\"scw-test-pool-upgrade-test-pool-upgrade-ee4b88\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}, {\"id\":\"69f40e88-11ea-40ff-b77b-95c398b5b3e0\", \"address\":\"172.18.40.3/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":false, \"created_at\":\"2025-10-30T16:28:02.137809Z\", \"updated_at\":\"2025-10-30T16:28:02.137809Z\", \"source\":{\"subnet_id\":\"cef98600-43da-45c1-86ef-bf950d181fe4\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"ab2031e3-c16a-419b-a37b-789be329a6d0\", \"mac_address\":\"02:00:00:1A:5F:6B\", \"name\":\"scw-test-pool-upgrade-test-pool-upgrade-ee4b88\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}]}" - headers: - Content-Length: - - "1122" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:29:12 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - ddb71d43-00c7-46d1-8e27-788a3eead212 - status: 200 OK - code: 200 - duration: 36.19927ms -- id: 156 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/fr-par/vpcs/dd5d440a-1d83-4da9-8b96-a00117e9e556 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 436 - body: "{\"id\":\"dd5d440a-1d83-4da9-8b96-a00117e9e556\", \"name\":\"testAccCheckK8SPoolConfigUpgradePolicy\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:17.164975Z\", \"updated_at\":\"2025-10-30T16:18:17.164975Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_default\":false, \"private_network_count\":1, \"routing_enabled\":true, \"custom_routes_propagation_enabled\":true, \"region\":\"fr-par\"}" - headers: - Content-Length: - - "436" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:29:12 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 1e226abb-b9b0-4bfe-b6b8-b43ec822766b - status: 200 OK - code: 200 - duration: 27.878974ms -- id: 157 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks/74a6a859-c6bc-4b60-8958-25ff1bbd8455 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1094 - body: "{\"id\":\"74a6a859-c6bc-4b60-8958-25ff1bbd8455\", \"name\":\"test-pool-upgrade-policy\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:17.477653Z\", \"updated_at\":\"2025-10-30T16:18:17.477653Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"subnets\":[{\"id\":\"cef98600-43da-45c1-86ef-bf950d181fe4\", \"created_at\":\"2025-10-30T16:18:17.477653Z\", \"updated_at\":\"2025-10-30T16:18:17.477653Z\", \"subnet\":\"172.18.40.0/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"74a6a859-c6bc-4b60-8958-25ff1bbd8455\", \"vpc_id\":\"dd5d440a-1d83-4da9-8b96-a00117e9e556\"}, {\"id\":\"5e346ce9-89d2-4840-b81c-91fdb41de63e\", \"created_at\":\"2025-10-30T16:18:17.477653Z\", \"updated_at\":\"2025-10-30T16:18:17.477653Z\", \"subnet\":\"fd5f:519c:6d46:729e::/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"74a6a859-c6bc-4b60-8958-25ff1bbd8455\", \"vpc_id\":\"dd5d440a-1d83-4da9-8b96-a00117e9e556\"}], \"vpc_id\":\"dd5d440a-1d83-4da9-8b96-a00117e9e556\", \"dhcp_enabled\":true, \"default_route_propagation_enabled\":false, \"region\":\"fr-par\"}" - headers: - Content-Length: - - "1094" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:29:12 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 99216977-2998-4268-8cc8-793e4e200900 - status: 200 OK - code: 200 - duration: 27.528536ms -- id: 158 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/93dac97a-3326-46c7-9fd2-048a92c9ded6 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1647 - body: "{\"region\":\"fr-par\", \"id\":\"93dac97a-3326-46c7-9fd2-048a92c9ded6\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:18.600925Z\", \"updated_at\":\"2025-10-30T16:20:02.410169Z\", \"type\":\"kapsule\", \"name\":\"test-pool-upgrade-policy\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"upgrade_policy\"], \"cluster_url\":\"https://93dac97a-3326-46c7-9fd2-048a92c9ded6.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.93dac97a-3326-46c7-9fd2-048a92c9ded6.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"74a6a859-c6bc-4b60-8958-25ff1bbd8455\", \"commitment_ends_at\":\"2025-10-30T16:18:18.600935Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"85795dcd-9184-4d30-98a6-585f6c3f3695\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1647" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:29:12 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - bb9b1c4d-ca35-4f8d-87d7-0dbb8cdba6cc - status: 200 OK - code: 200 - duration: 31.965924ms -- id: 159 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/93dac97a-3326-46c7-9fd2-048a92c9ded6/kubeconfig - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1734 - body: "{\"name\":\"kubeconfig\", \"content_type\":\"application/octet-stream\", \"content\":\"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogInRlc3QtcG9vbC11cGdyYWRlLXBvbGljeSIKICBjbHVzdGVyOgogICAgY2VydGlmaWNhdGUtYXV0aG9yaXR5LWRhdGE6IExTMHRMUzFDUlVkSlRpQkRSVkpVU1VaSlEwRlVSUzB0TFMwdENrMUpTVUpZUkVORFFWRkhaMEYzU1VKQlowbENRVVJCUzBKblozRm9hMnBQVUZGUlJFRnFRVlpOVWsxM1JWRlpSRlpSVVVSRmQzQnlaRmRLYkdOdE5Xd0taRWRXZWsxQ05GaEVWRWt4VFZSQmVVOVVSVEpOVkdkNFQwWnZXRVJVVFRGTlZFRjVUMVJGTWsxVVozaFBSbTkzUmxSRlZFMUNSVWRCTVZWRlFYaE5Td3BoTTFacFdsaEtkVnBZVW14amVrSmFUVUpOUjBKNWNVZFRUVFE1UVdkRlIwTkRjVWRUVFRRNVFYZEZTRUV3U1VGQ1EwcGFURFJ1U1N0RU9VbExabFpGQ2xKNlNXSkhhbEF3ZW1oNVoyVmFPR3BDTWl0U1IwWXpabEpYU0VwcmMxSnFOV1F2V0hKb2FVTkVOVkZFU0ZocGNtdFVkMEZqV2paeWJtSkpNSGhQVjJnS2VpOW1XRmR0VjJwUmFrSkJUVUUwUjBFeFZXUkVkMFZDTDNkUlJVRjNTVU53UkVGUVFtZE9Wa2hTVFVKQlpqaEZRbFJCUkVGUlNDOU5RakJIUVRGVlpBcEVaMUZYUWtKVVZucEJUVkpqUzB0V05WSm5hMDlvTkVoUUwyNHlkbnBUTmxCVVFVdENaMmR4YUd0cVQxQlJVVVJCWjA1S1FVUkNSMEZwUlVFNWQxVm1DbmgwYlhaQmJrdEJURUZEYld0MGFtbGxWbmxTTUZCMlVuQnVZbEZPVkdOWmNuQk5kVzl2YzBOSlVVTjRhRWd4ZVRSeVpsWTNXSElyYWpKM1VIQXdXR3dLVTFCMWFuSkpkVXMyY1ZwcFVtaE9RbHBPUWxCb1FUMDlDaTB0TFMwdFJVNUVJRU5GVWxSSlJrbERRVlJGTFMwdExTMEsKICAgIHNlcnZlcjogaHR0cHM6Ly85M2RhYzk3YS0zMzI2LTQ2YzctOWZkMi0wNDhhOTJjOWRlZDYuYXBpLms4cy5mci1wYXIuc2N3LmNsb3VkOjY0NDMKY29udGV4dHM6Ci0gbmFtZTogYWRtaW5AdGVzdC1wb29sLXVwZ3JhZGUtcG9saWN5CiAgY29udGV4dDoKICAgIGNsdXN0ZXI6ICJ0ZXN0LXBvb2wtdXBncmFkZS1wb2xpY3kiCiAgICB1c2VyOiB0ZXN0LXBvb2wtdXBncmFkZS1wb2xpY3ktYWRtaW4KY3VycmVudC1jb250ZXh0OiBhZG1pbkB0ZXN0LXBvb2wtdXBncmFkZS1wb2xpY3kKa2luZDogQ29uZmlnCnByZWZlcmVuY2VzOiB7fQp1c2VyczoKLSBuYW1lOiB0ZXN0LXBvb2wtdXBncmFkZS1wb2xpY3ktYWRtaW4KICB1c2VyOgogICAgdG9rZW46IGdQeXZVTjZRTDJwWFRNbEREQlBUbUZqV2JqbUhGUVdkRzUyN2JOcnNuaUdHQVRITDRoQ3RITWhj\"}" - headers: - Content-Length: - - "1734" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:29:12 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 891a72cd-979b-42e1-8994-52972469c223 - status: 200 OK - code: 200 - duration: 21.234453ms -- id: 160 request: proto: HTTP/1.1 proto_major: 1 @@ -5200,56 +492,15 @@ interactions: Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:29:12 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - d54b8322-6463-4e6f-9461-9eb2a117a23b - status: 200 OK - code: 200 - duration: 94.684927ms -- id: 161 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - form: - order_by: - - created_at_asc - page: - - "1" - pool_id: - - 77e85934-bc25-40eb-82a3-c9be33dbfebc - status: - - unknown - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/93dac97a-3326-46c7-9fd2-048a92c9ded6/nodes?order_by=created_at_asc&page=1&pool_id=77e85934-bc25-40eb-82a3-c9be33dbfebc&status=unknown - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 621 - body: "{\"total_count\":1, \"nodes\":[{\"region\":\"fr-par\", \"id\":\"ee4b8845-54d5-4d1d-90f9-21fc2cf08ad3\", \"cluster_id\":\"93dac97a-3326-46c7-9fd2-048a92c9ded6\", \"created_at\":\"2025-10-30T16:27:58.467151Z\", \"updated_at\":\"2025-10-30T16:29:06.843774Z\", \"pool_id\":\"77e85934-bc25-40eb-82a3-c9be33dbfebc\", \"status\":\"ready\", \"conditions\":{\"DiskPressure\":\"False\", \"MemoryPressure\":\"False\", \"PIDPressure\":\"False\", \"Ready\":\"True\"}, \"name\":\"scw-test-pool-upgrade-test-pool-upgrade-ee4b88\", \"public_ip_v4\":\"163.172.149.221\", \"public_ip_v6\":null, \"provider_id\":\"scaleway://instance/fr-par-1/f1165d08-4196-46ba-aacf-b7ff44270653\", \"error_message\":\"\"}]}" - headers: - Content-Length: - - "621" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:29:12 GMT + - Thu, 30 Oct 2025 16:29:11 GMT Server: - Scaleway API Gateway (fr-par-3;edge03) X-Request-Id: - - 47184877-fc35-41d6-ab48-79f5d97f6db9 + - 58aca8f2-b329-4ead-9340-114d649d0d59 status: 200 OK code: 200 - duration: 26.96032ms -- id: 162 + duration: 94.207891ms +- id: 15 request: proto: HTTP/1.1 proto_major: 1 @@ -5273,123 +524,15 @@ interactions: Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:29:12 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 870f765e-63ca-4e8d-bab4-755d62f3b475 - status: 200 OK - code: 200 - duration: 129.339437ms -- id: 163 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - form: - order_by: - - created_at_desc - project_id: - - 105bdce1-64c0-48ab-899d-868455867ecf - resource_name: - - scw-test-pool-upgrade-test-pool-upgrade-ee4b88 - resource_type: - - unknown_type - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/ipam/v1/regions/fr-par/ips?order_by=created_at_desc&project_id=105bdce1-64c0-48ab-899d-868455867ecf&resource_name=scw-test-pool-upgrade-test-pool-upgrade-ee4b88&resource_type=unknown_type - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1122 - body: "{\"total_count\":2, \"ips\":[{\"id\":\"b26f0305-dbed-443b-8ef7-38d6bdb3970b\", \"address\":\"fd5f:519c:6d46:729e:9c83:ac54:b58d:6d88/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":true, \"created_at\":\"2025-10-30T16:28:02.283024Z\", \"updated_at\":\"2025-10-30T16:28:02.283024Z\", \"source\":{\"subnet_id\":\"5e346ce9-89d2-4840-b81c-91fdb41de63e\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"ab2031e3-c16a-419b-a37b-789be329a6d0\", \"mac_address\":\"02:00:00:1A:5F:6B\", \"name\":\"scw-test-pool-upgrade-test-pool-upgrade-ee4b88\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}, {\"id\":\"69f40e88-11ea-40ff-b77b-95c398b5b3e0\", \"address\":\"172.18.40.3/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":false, \"created_at\":\"2025-10-30T16:28:02.137809Z\", \"updated_at\":\"2025-10-30T16:28:02.137809Z\", \"source\":{\"subnet_id\":\"cef98600-43da-45c1-86ef-bf950d181fe4\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"ab2031e3-c16a-419b-a37b-789be329a6d0\", \"mac_address\":\"02:00:00:1A:5F:6B\", \"name\":\"scw-test-pool-upgrade-test-pool-upgrade-ee4b88\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}]}" - headers: - Content-Length: - - "1122" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:29:12 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 8b5c7292-2396-413b-8920-d0d9229ff532 - status: 200 OK - code: 200 - duration: 36.676114ms -- id: 164 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 54 - host: api.scaleway.com - body: "{\"upgrade_policy\":{\"max_unavailable\":1,\"max_surge\":0}}" - headers: - Content-Type: - - application/json - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/77e85934-bc25-40eb-82a3-c9be33dbfebc - method: PATCH - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 779 - body: "{\"region\":\"fr-par\", \"id\":\"77e85934-bc25-40eb-82a3-c9be33dbfebc\", \"cluster_id\":\"93dac97a-3326-46c7-9fd2-048a92c9ded6\", \"created_at\":\"2025-10-30T16:18:24.093162Z\", \"updated_at\":\"2025-10-30T16:29:13.079833Z\", \"name\":\"test-pool-upgrade-policy\", \"status\":\"ready\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"upgrade_policy\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "779" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:29:13 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - f0912349-5146-41e9-84aa-5191735fb507 - status: 200 OK - code: 200 - duration: 124.655586ms -- id: 165 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/77e85934-bc25-40eb-82a3-c9be33dbfebc - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 779 - body: "{\"region\":\"fr-par\", \"id\":\"77e85934-bc25-40eb-82a3-c9be33dbfebc\", \"cluster_id\":\"93dac97a-3326-46c7-9fd2-048a92c9ded6\", \"created_at\":\"2025-10-30T16:18:24.093162Z\", \"updated_at\":\"2025-10-30T16:29:13.079833Z\", \"name\":\"test-pool-upgrade-policy\", \"status\":\"ready\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"upgrade_policy\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "779" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:29:13 GMT + - Thu, 30 Oct 2025 16:29:11 GMT Server: - Scaleway API Gateway (fr-par-3;edge03) X-Request-Id: - - f59dc514-3918-44f0-ad86-a7967230a6e7 + - ecb5d8b5-1d00-44a2-9b4a-1e1d2a42f487 status: 200 OK code: 200 - duration: 31.451629ms -- id: 166 + duration: 92.621194ms +- id: 16 request: proto: HTTP/1.1 proto_major: 1 @@ -5406,22 +549,22 @@ interactions: proto_major: 2 proto_minor: 0 content_length: 779 - body: "{\"region\":\"fr-par\", \"id\":\"77e85934-bc25-40eb-82a3-c9be33dbfebc\", \"cluster_id\":\"93dac97a-3326-46c7-9fd2-048a92c9ded6\", \"created_at\":\"2025-10-30T16:18:24.093162Z\", \"updated_at\":\"2025-10-30T16:29:13.079833Z\", \"name\":\"test-pool-upgrade-policy\", \"status\":\"ready\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"upgrade_policy\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + body: "{\"region\":\"fr-par\", \"id\":\"77e85934-bc25-40eb-82a3-c9be33dbfebc\", \"cluster_id\":\"93dac97a-3326-46c7-9fd2-048a92c9ded6\", \"created_at\":\"2025-10-30T16:18:24.093162Z\", \"updated_at\":\"2025-10-30T16:29:06.856006Z\", \"name\":\"test-pool-upgrade-policy\", \"status\":\"ready\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"upgrade_policy\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":3, \"max_surge\":2}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" headers: Content-Length: - "779" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:29:13 GMT + - Thu, 30 Oct 2025 16:29:11 GMT Server: - Scaleway API Gateway (fr-par-3;edge03) X-Request-Id: - - c51768c4-cecf-4305-8ca4-7dfd61e51a2a + - f38c485b-7222-4932-99f9-6596bbdc336e status: 200 OK code: 200 - duration: 22.137238ms -- id: 167 + duration: 19.356158ms +- id: 17 request: proto: HTTP/1.1 proto_major: 1 @@ -5454,15 +597,15 @@ interactions: Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:29:13 GMT + - Thu, 30 Oct 2025 16:29:11 GMT Server: - Scaleway API Gateway (fr-par-3;edge03) X-Request-Id: - - 0820f16c-7d9b-42d5-85d2-b4b1a2c7aa16 + - 8401c611-41f9-4769-891a-276c4d9b3725 status: 200 OK code: 200 - duration: 26.829053ms -- id: 168 + duration: 28.02073ms +- id: 18 request: proto: HTTP/1.1 proto_major: 1 @@ -5486,15 +629,15 @@ interactions: Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:29:13 GMT + - Thu, 30 Oct 2025 16:29:11 GMT Server: - Scaleway API Gateway (fr-par-3;edge03) X-Request-Id: - - 5e79dc2a-114d-4a8a-ad6d-6ca88c59a160 + - 119b37c5-d424-4dc3-95b8-bc9e6ae96bb5 status: 200 OK code: 200 - duration: 24.619737ms -- id: 169 + duration: 29.061964ms +- id: 19 request: proto: HTTP/1.1 proto_major: 1 @@ -5527,15 +670,15 @@ interactions: Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:29:13 GMT + - Thu, 30 Oct 2025 16:29:11 GMT Server: - Scaleway API Gateway (fr-par-3;edge03) X-Request-Id: - - e168a43a-fbfb-470a-92e1-28bfeab3b074 + - 228bdcd2-49c2-4f66-9aac-bdf7220d3820 status: 200 OK code: 200 - duration: 26.331259ms -- id: 170 + duration: 47.51647ms +- id: 20 request: proto: HTTP/1.1 proto_major: 1 @@ -5559,15 +702,15 @@ interactions: Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:29:13 GMT + - Thu, 30 Oct 2025 16:29:11 GMT Server: - Scaleway API Gateway (fr-par-3;edge03) X-Request-Id: - - 4c385350-0213-4445-8dfc-854c55a87153 + - 3b4b6a1e-da9d-4c6d-82ae-db37de36d442 status: 200 OK code: 200 - duration: 16.995718ms -- id: 171 + duration: 18.578268ms +- id: 21 request: proto: HTTP/1.1 proto_major: 1 @@ -5584,22 +727,22 @@ interactions: proto_major: 2 proto_minor: 0 content_length: 779 - body: "{\"region\":\"fr-par\", \"id\":\"77e85934-bc25-40eb-82a3-c9be33dbfebc\", \"cluster_id\":\"93dac97a-3326-46c7-9fd2-048a92c9ded6\", \"created_at\":\"2025-10-30T16:18:24.093162Z\", \"updated_at\":\"2025-10-30T16:29:13.079833Z\", \"name\":\"test-pool-upgrade-policy\", \"status\":\"ready\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"upgrade_policy\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + body: "{\"region\":\"fr-par\", \"id\":\"77e85934-bc25-40eb-82a3-c9be33dbfebc\", \"cluster_id\":\"93dac97a-3326-46c7-9fd2-048a92c9ded6\", \"created_at\":\"2025-10-30T16:18:24.093162Z\", \"updated_at\":\"2025-10-30T16:29:06.856006Z\", \"name\":\"test-pool-upgrade-policy\", \"status\":\"ready\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"upgrade_policy\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":3, \"max_surge\":2}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" headers: Content-Length: - "779" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:29:13 GMT + - Thu, 30 Oct 2025 16:29:11 GMT Server: - Scaleway API Gateway (fr-par-3;edge03) X-Request-Id: - - 6ac06766-9b5f-406a-8fbc-2a2f494fefe1 + - ec0567b6-41de-4f3b-86db-99036c45df6c status: 200 OK code: 200 - duration: 20.978403ms -- id: 172 + duration: 20.89157ms +- id: 22 request: proto: HTTP/1.1 proto_major: 1 @@ -5623,15 +766,15 @@ interactions: Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:29:13 GMT + - Thu, 30 Oct 2025 16:29:12 GMT Server: - Scaleway API Gateway (fr-par-3;edge03) X-Request-Id: - - fb2f2cbc-7479-402d-aecb-a09f189025b1 + - db78ee12-0b48-4e23-a5ac-c8dcc061253c status: 200 OK code: 200 - duration: 24.407649ms -- id: 173 + duration: 23.619059ms +- id: 23 request: proto: HTTP/1.1 proto_major: 1 @@ -5655,15 +798,15 @@ interactions: Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:29:13 GMT + - Thu, 30 Oct 2025 16:29:12 GMT Server: - Scaleway API Gateway (fr-par-3;edge03) X-Request-Id: - - 99b8fa6a-24f0-435a-9970-7f6dcc1cc540 + - ebb679d9-1641-46a5-b320-967fbcbc0bf1 status: 200 OK code: 200 - duration: 22.881054ms -- id: 174 + duration: 37.146608ms +- id: 24 request: proto: HTTP/1.1 proto_major: 1 @@ -5687,15 +830,15 @@ interactions: Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:29:13 GMT + - Thu, 30 Oct 2025 16:29:12 GMT Server: - Scaleway API Gateway (fr-par-3;edge03) X-Request-Id: - - 91b1cabd-8b39-4e14-b012-d49028d0efe7 + - add98ace-5353-4ec9-b3ee-e2920287bd0c status: 200 OK code: 200 - duration: 21.000344ms -- id: 175 + duration: 23.675064ms +- id: 25 request: proto: HTTP/1.1 proto_major: 1 @@ -5719,15 +862,15 @@ interactions: Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:29:13 GMT + - Thu, 30 Oct 2025 16:29:12 GMT Server: - Scaleway API Gateway (fr-par-3;edge03) X-Request-Id: - - d61d9bc6-3502-488e-9035-2c2625843c31 + - b6b62684-e6a0-4c81-bb05-57757adb865d status: 200 OK code: 200 - duration: 95.123811ms -- id: 176 + duration: 85.735239ms +- id: 26 request: proto: HTTP/1.1 proto_major: 1 @@ -5744,22 +887,22 @@ interactions: proto_major: 2 proto_minor: 0 content_length: 779 - body: "{\"region\":\"fr-par\", \"id\":\"77e85934-bc25-40eb-82a3-c9be33dbfebc\", \"cluster_id\":\"93dac97a-3326-46c7-9fd2-048a92c9ded6\", \"created_at\":\"2025-10-30T16:18:24.093162Z\", \"updated_at\":\"2025-10-30T16:29:13.079833Z\", \"name\":\"test-pool-upgrade-policy\", \"status\":\"ready\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"upgrade_policy\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + body: "{\"region\":\"fr-par\", \"id\":\"77e85934-bc25-40eb-82a3-c9be33dbfebc\", \"cluster_id\":\"93dac97a-3326-46c7-9fd2-048a92c9ded6\", \"created_at\":\"2025-10-30T16:18:24.093162Z\", \"updated_at\":\"2025-10-30T16:29:06.856006Z\", \"name\":\"test-pool-upgrade-policy\", \"status\":\"ready\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"upgrade_policy\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":3, \"max_surge\":2}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" headers: Content-Length: - "779" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:29:13 GMT + - Thu, 30 Oct 2025 16:29:12 GMT Server: - Scaleway API Gateway (fr-par-3;edge03) X-Request-Id: - - 49554c1e-26a2-4be2-a0a4-c78b71251eac + - 47217f9f-e6da-44a2-a371-47786de59d1c status: 200 OK code: 200 - duration: 76.493695ms -- id: 177 + duration: 21.659301ms +- id: 27 request: proto: HTTP/1.1 proto_major: 1 @@ -5784,23 +927,23 @@ interactions: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 651 - body: "{\"total_count\":1, \"nodes\":[{\"region\":\"fr-par\", \"id\":\"ee4b8845-54d5-4d1d-90f9-21fc2cf08ad3\", \"cluster_id\":\"93dac97a-3326-46c7-9fd2-048a92c9ded6\", \"created_at\":\"2025-10-30T16:27:58.467151Z\", \"updated_at\":\"2025-10-30T16:29:13.442850Z\", \"pool_id\":\"77e85934-bc25-40eb-82a3-c9be33dbfebc\", \"status\":\"ready\", \"conditions\":{\"DiskPressure\":\"False\", \"MemoryPressure\":\"False\", \"NetworkUnavailable\":\"False\", \"PIDPressure\":\"False\", \"Ready\":\"True\"}, \"name\":\"scw-test-pool-upgrade-test-pool-upgrade-ee4b88\", \"public_ip_v4\":\"163.172.149.221\", \"public_ip_v6\":null, \"provider_id\":\"scaleway://instance/fr-par-1/f1165d08-4196-46ba-aacf-b7ff44270653\", \"error_message\":\"\"}]}" + content_length: 621 + body: "{\"total_count\":1, \"nodes\":[{\"region\":\"fr-par\", \"id\":\"ee4b8845-54d5-4d1d-90f9-21fc2cf08ad3\", \"cluster_id\":\"93dac97a-3326-46c7-9fd2-048a92c9ded6\", \"created_at\":\"2025-10-30T16:27:58.467151Z\", \"updated_at\":\"2025-10-30T16:29:06.843774Z\", \"pool_id\":\"77e85934-bc25-40eb-82a3-c9be33dbfebc\", \"status\":\"ready\", \"conditions\":{\"DiskPressure\":\"False\", \"MemoryPressure\":\"False\", \"PIDPressure\":\"False\", \"Ready\":\"True\"}, \"name\":\"scw-test-pool-upgrade-test-pool-upgrade-ee4b88\", \"public_ip_v4\":\"163.172.149.221\", \"public_ip_v6\":null, \"provider_id\":\"scaleway://instance/fr-par-1/f1165d08-4196-46ba-aacf-b7ff44270653\", \"error_message\":\"\"}]}" headers: Content-Length: - - "651" + - "621" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:29:13 GMT + - Thu, 30 Oct 2025 16:29:12 GMT Server: - Scaleway API Gateway (fr-par-3;edge03) X-Request-Id: - - 2ea5e819-567b-4218-8d70-c9f1ff8747c9 + - 4f3d7598-48d6-48df-b94a-b1661afee177 status: 200 OK code: 200 - duration: 82.762761ms -- id: 178 + duration: 24.188928ms +- id: 28 request: proto: HTTP/1.1 proto_major: 1 @@ -5824,15 +967,15 @@ interactions: Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:29:14 GMT + - Thu, 30 Oct 2025 16:29:12 GMT Server: - Scaleway API Gateway (fr-par-3;edge03) X-Request-Id: - - 0c27a14c-eecd-4bd7-9591-9693888a2f50 + - df3a6198-5f23-4ce6-bd17-2a04c661bbc7 status: 200 OK code: 200 - duration: 22.521378ms -- id: 179 + duration: 20.391351ms +- id: 29 request: proto: HTTP/1.1 proto_major: 1 @@ -5865,15 +1008,15 @@ interactions: Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:29:14 GMT + - Thu, 30 Oct 2025 16:29:12 GMT Server: - Scaleway API Gateway (fr-par-3;edge03) X-Request-Id: - - fbc6cd0f-8031-4d43-88d1-bdcc47612f4e + - ddb71d43-00c7-46d1-8e27-788a3eead212 status: 200 OK code: 200 - duration: 27.758047ms -- id: 180 + duration: 36.19927ms +- id: 30 request: proto: HTTP/1.1 proto_major: 1 @@ -5883,29 +1026,29 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/77e85934-bc25-40eb-82a3-c9be33dbfebc - method: DELETE + url: https://api.scaleway.com/vpc/v2/regions/fr-par/vpcs/dd5d440a-1d83-4da9-8b96-a00117e9e556 + method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 782 - body: "{\"region\":\"fr-par\", \"id\":\"77e85934-bc25-40eb-82a3-c9be33dbfebc\", \"cluster_id\":\"93dac97a-3326-46c7-9fd2-048a92c9ded6\", \"created_at\":\"2025-10-30T16:18:24.093162Z\", \"updated_at\":\"2025-10-30T16:29:14.332430Z\", \"name\":\"test-pool-upgrade-policy\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"upgrade_policy\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 436 + body: "{\"id\":\"dd5d440a-1d83-4da9-8b96-a00117e9e556\", \"name\":\"testAccCheckK8SPoolConfigUpgradePolicy\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:17.164975Z\", \"updated_at\":\"2025-10-30T16:18:17.164975Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_default\":false, \"private_network_count\":1, \"routing_enabled\":true, \"custom_routes_propagation_enabled\":true, \"region\":\"fr-par\"}" headers: Content-Length: - - "782" + - "436" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:29:14 GMT + - Thu, 30 Oct 2025 16:29:12 GMT Server: - Scaleway API Gateway (fr-par-3;edge03) X-Request-Id: - - 107dabb6-4bd5-413b-8567-7c80c54982ca + - 1e226abb-b9b0-4bfe-b6b8-b43ec822766b status: 200 OK code: 200 - duration: 106.615278ms -- id: 181 + duration: 27.878974ms +- id: 31 request: proto: HTTP/1.1 proto_major: 1 @@ -5915,29 +1058,29 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/77e85934-bc25-40eb-82a3-c9be33dbfebc + url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks/74a6a859-c6bc-4b60-8958-25ff1bbd8455 method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 782 - body: "{\"region\":\"fr-par\", \"id\":\"77e85934-bc25-40eb-82a3-c9be33dbfebc\", \"cluster_id\":\"93dac97a-3326-46c7-9fd2-048a92c9ded6\", \"created_at\":\"2025-10-30T16:18:24.093162Z\", \"updated_at\":\"2025-10-30T16:29:14.332430Z\", \"name\":\"test-pool-upgrade-policy\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"upgrade_policy\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 1094 + body: "{\"id\":\"74a6a859-c6bc-4b60-8958-25ff1bbd8455\", \"name\":\"test-pool-upgrade-policy\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:17.477653Z\", \"updated_at\":\"2025-10-30T16:18:17.477653Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"subnets\":[{\"id\":\"cef98600-43da-45c1-86ef-bf950d181fe4\", \"created_at\":\"2025-10-30T16:18:17.477653Z\", \"updated_at\":\"2025-10-30T16:18:17.477653Z\", \"subnet\":\"172.18.40.0/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"74a6a859-c6bc-4b60-8958-25ff1bbd8455\", \"vpc_id\":\"dd5d440a-1d83-4da9-8b96-a00117e9e556\"}, {\"id\":\"5e346ce9-89d2-4840-b81c-91fdb41de63e\", \"created_at\":\"2025-10-30T16:18:17.477653Z\", \"updated_at\":\"2025-10-30T16:18:17.477653Z\", \"subnet\":\"fd5f:519c:6d46:729e::/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"74a6a859-c6bc-4b60-8958-25ff1bbd8455\", \"vpc_id\":\"dd5d440a-1d83-4da9-8b96-a00117e9e556\"}], \"vpc_id\":\"dd5d440a-1d83-4da9-8b96-a00117e9e556\", \"dhcp_enabled\":true, \"default_route_propagation_enabled\":false, \"region\":\"fr-par\"}" headers: Content-Length: - - "782" + - "1094" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:29:14 GMT + - Thu, 30 Oct 2025 16:29:12 GMT Server: - Scaleway API Gateway (fr-par-3;edge03) X-Request-Id: - - 6d32b6d3-25d3-4379-98ba-0600900df1da + - 99216977-2998-4268-8cc8-793e4e200900 status: 200 OK code: 200 - duration: 23.822881ms -- id: 182 + duration: 27.528536ms +- id: 32 request: proto: HTTP/1.1 proto_major: 1 @@ -5947,29 +1090,29 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/77e85934-bc25-40eb-82a3-c9be33dbfebc + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/93dac97a-3326-46c7-9fd2-048a92c9ded6 method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 782 - body: "{\"region\":\"fr-par\", \"id\":\"77e85934-bc25-40eb-82a3-c9be33dbfebc\", \"cluster_id\":\"93dac97a-3326-46c7-9fd2-048a92c9ded6\", \"created_at\":\"2025-10-30T16:18:24.093162Z\", \"updated_at\":\"2025-10-30T16:29:14.332430Z\", \"name\":\"test-pool-upgrade-policy\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"upgrade_policy\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 1647 + body: "{\"region\":\"fr-par\", \"id\":\"93dac97a-3326-46c7-9fd2-048a92c9ded6\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:18.600925Z\", \"updated_at\":\"2025-10-30T16:20:02.410169Z\", \"type\":\"kapsule\", \"name\":\"test-pool-upgrade-policy\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"upgrade_policy\"], \"cluster_url\":\"https://93dac97a-3326-46c7-9fd2-048a92c9ded6.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.93dac97a-3326-46c7-9fd2-048a92c9ded6.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"74a6a859-c6bc-4b60-8958-25ff1bbd8455\", \"commitment_ends_at\":\"2025-10-30T16:18:18.600935Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"85795dcd-9184-4d30-98a6-585f6c3f3695\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" headers: Content-Length: - - "782" + - "1647" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:29:19 GMT + - Thu, 30 Oct 2025 16:29:12 GMT Server: - Scaleway API Gateway (fr-par-3;edge03) X-Request-Id: - - 7b362b2d-13e4-474a-8aab-66dcf5ea6326 + - bb9b1c4d-ca35-4f8d-87d7-0dbb8cdba6cc status: 200 OK code: 200 - duration: 71.83415ms -- id: 183 + duration: 31.965924ms +- id: 33 request: proto: HTTP/1.1 proto_major: 1 @@ -5979,29 +1122,29 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/77e85934-bc25-40eb-82a3-c9be33dbfebc + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/93dac97a-3326-46c7-9fd2-048a92c9ded6/kubeconfig method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 782 - body: "{\"region\":\"fr-par\", \"id\":\"77e85934-bc25-40eb-82a3-c9be33dbfebc\", \"cluster_id\":\"93dac97a-3326-46c7-9fd2-048a92c9ded6\", \"created_at\":\"2025-10-30T16:18:24.093162Z\", \"updated_at\":\"2025-10-30T16:29:14.332430Z\", \"name\":\"test-pool-upgrade-policy\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"upgrade_policy\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 1734 + body: "{\"name\":\"kubeconfig\", \"content_type\":\"application/octet-stream\", \"content\":\"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogInRlc3QtcG9vbC11cGdyYWRlLXBvbGljeSIKICBjbHVzdGVyOgogICAgY2VydGlmaWNhdGUtYXV0aG9yaXR5LWRhdGE6IExTMHRMUzFDUlVkSlRpQkRSVkpVU1VaSlEwRlVSUzB0TFMwdENrMUpTVUpZUkVORFFWRkhaMEYzU1VKQlowbENRVVJCUzBKblozRm9hMnBQVUZGUlJFRnFRVlpOVWsxM1JWRlpSRlpSVVVSRmQzQnlaRmRLYkdOdE5Xd0taRWRXZWsxQ05GaEVWRWt4VFZSQmVVOVVSVEpOVkdkNFQwWnZXRVJVVFRGTlZFRjVUMVJGTWsxVVozaFBSbTkzUmxSRlZFMUNSVWRCTVZWRlFYaE5Td3BoTTFacFdsaEtkVnBZVW14amVrSmFUVUpOUjBKNWNVZFRUVFE1UVdkRlIwTkRjVWRUVFRRNVFYZEZTRUV3U1VGQ1EwcGFURFJ1U1N0RU9VbExabFpGQ2xKNlNXSkhhbEF3ZW1oNVoyVmFPR3BDTWl0U1IwWXpabEpYU0VwcmMxSnFOV1F2V0hKb2FVTkVOVkZFU0ZocGNtdFVkMEZqV2paeWJtSkpNSGhQVjJnS2VpOW1XRmR0VjJwUmFrSkJUVUUwUjBFeFZXUkVkMFZDTDNkUlJVRjNTVU53UkVGUVFtZE9Wa2hTVFVKQlpqaEZRbFJCUkVGUlNDOU5RakJIUVRGVlpBcEVaMUZYUWtKVVZucEJUVkpqUzB0V05WSm5hMDlvTkVoUUwyNHlkbnBUTmxCVVFVdENaMmR4YUd0cVQxQlJVVVJCWjA1S1FVUkNSMEZwUlVFNWQxVm1DbmgwYlhaQmJrdEJURUZEYld0MGFtbGxWbmxTTUZCMlVuQnVZbEZPVkdOWmNuQk5kVzl2YzBOSlVVTjRhRWd4ZVRSeVpsWTNXSElyYWpKM1VIQXdXR3dLVTFCMWFuSkpkVXMyY1ZwcFVtaE9RbHBPUWxCb1FUMDlDaTB0TFMwdFJVNUVJRU5GVWxSSlJrbERRVlJGTFMwdExTMEsKICAgIHNlcnZlcjogaHR0cHM6Ly85M2RhYzk3YS0zMzI2LTQ2YzctOWZkMi0wNDhhOTJjOWRlZDYuYXBpLms4cy5mci1wYXIuc2N3LmNsb3VkOjY0NDMKY29udGV4dHM6Ci0gbmFtZTogYWRtaW5AdGVzdC1wb29sLXVwZ3JhZGUtcG9saWN5CiAgY29udGV4dDoKICAgIGNsdXN0ZXI6ICJ0ZXN0LXBvb2wtdXBncmFkZS1wb2xpY3kiCiAgICB1c2VyOiB0ZXN0LXBvb2wtdXBncmFkZS1wb2xpY3ktYWRtaW4KY3VycmVudC1jb250ZXh0OiBhZG1pbkB0ZXN0LXBvb2wtdXBncmFkZS1wb2xpY3kKa2luZDogQ29uZmlnCnByZWZlcmVuY2VzOiB7fQp1c2VyczoKLSBuYW1lOiB0ZXN0LXBvb2wtdXBncmFkZS1wb2xpY3ktYWRtaW4KICB1c2VyOgogICAgdG9rZW46IGdQeXZVTjZRTDJwWFRNbEREQlBUbUZqV2JqbUhGUVdkRzUyN2JOcnNuaUdHQVRITDRoQ3RITWhj\"}" headers: Content-Length: - - "782" + - "1734" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:29:24 GMT + - Thu, 30 Oct 2025 16:29:12 GMT Server: - Scaleway API Gateway (fr-par-3;edge03) X-Request-Id: - - c34bb7b4-f299-49e4-82ea-051121afa599 + - 891a72cd-979b-42e1-8994-52972469c223 status: 200 OK code: 200 - duration: 77.125892ms -- id: 184 + duration: 21.234453ms +- id: 34 request: proto: HTTP/1.1 proto_major: 1 @@ -6017,55 +1160,64 @@ interactions: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 782 - body: "{\"region\":\"fr-par\", \"id\":\"77e85934-bc25-40eb-82a3-c9be33dbfebc\", \"cluster_id\":\"93dac97a-3326-46c7-9fd2-048a92c9ded6\", \"created_at\":\"2025-10-30T16:18:24.093162Z\", \"updated_at\":\"2025-10-30T16:29:14.332430Z\", \"name\":\"test-pool-upgrade-policy\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"upgrade_policy\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 779 + body: "{\"region\":\"fr-par\", \"id\":\"77e85934-bc25-40eb-82a3-c9be33dbfebc\", \"cluster_id\":\"93dac97a-3326-46c7-9fd2-048a92c9ded6\", \"created_at\":\"2025-10-30T16:18:24.093162Z\", \"updated_at\":\"2025-10-30T16:29:06.856006Z\", \"name\":\"test-pool-upgrade-policy\", \"status\":\"ready\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"upgrade_policy\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":3, \"max_surge\":2}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" headers: Content-Length: - - "782" + - "779" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:29:29 GMT + - Thu, 30 Oct 2025 16:29:12 GMT Server: - Scaleway API Gateway (fr-par-3;edge03) X-Request-Id: - - 0e810463-52a3-4a7f-8ed2-b855b23bb573 + - d54b8322-6463-4e6f-9461-9eb2a117a23b status: 200 OK code: 200 - duration: 94.546477ms -- id: 185 + duration: 94.684927ms +- id: 35 request: proto: HTTP/1.1 proto_major: 1 proto_minor: 1 content_length: 0 host: api.scaleway.com + form: + order_by: + - created_at_asc + page: + - "1" + pool_id: + - 77e85934-bc25-40eb-82a3-c9be33dbfebc + status: + - unknown headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/77e85934-bc25-40eb-82a3-c9be33dbfebc + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/93dac97a-3326-46c7-9fd2-048a92c9ded6/nodes?order_by=created_at_asc&page=1&pool_id=77e85934-bc25-40eb-82a3-c9be33dbfebc&status=unknown method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 782 - body: "{\"region\":\"fr-par\", \"id\":\"77e85934-bc25-40eb-82a3-c9be33dbfebc\", \"cluster_id\":\"93dac97a-3326-46c7-9fd2-048a92c9ded6\", \"created_at\":\"2025-10-30T16:18:24.093162Z\", \"updated_at\":\"2025-10-30T16:29:14.332430Z\", \"name\":\"test-pool-upgrade-policy\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"upgrade_policy\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 621 + body: "{\"total_count\":1, \"nodes\":[{\"region\":\"fr-par\", \"id\":\"ee4b8845-54d5-4d1d-90f9-21fc2cf08ad3\", \"cluster_id\":\"93dac97a-3326-46c7-9fd2-048a92c9ded6\", \"created_at\":\"2025-10-30T16:27:58.467151Z\", \"updated_at\":\"2025-10-30T16:29:06.843774Z\", \"pool_id\":\"77e85934-bc25-40eb-82a3-c9be33dbfebc\", \"status\":\"ready\", \"conditions\":{\"DiskPressure\":\"False\", \"MemoryPressure\":\"False\", \"PIDPressure\":\"False\", \"Ready\":\"True\"}, \"name\":\"scw-test-pool-upgrade-test-pool-upgrade-ee4b88\", \"public_ip_v4\":\"163.172.149.221\", \"public_ip_v6\":null, \"provider_id\":\"scaleway://instance/fr-par-1/f1165d08-4196-46ba-aacf-b7ff44270653\", \"error_message\":\"\"}]}" headers: Content-Length: - - "782" + - "621" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:29:34 GMT + - Thu, 30 Oct 2025 16:29:12 GMT Server: - Scaleway API Gateway (fr-par-3;edge03) X-Request-Id: - - 993942c9-19bf-4903-86d2-2e3a6fa0d8ea + - 47184877-fc35-41d6-ab48-79f5d97f6db9 status: 200 OK code: 200 - duration: 89.455492ms -- id: 186 + duration: 26.96032ms +- id: 36 request: proto: HTTP/1.1 proto_major: 1 @@ -6075,125 +1227,105 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/77e85934-bc25-40eb-82a3-c9be33dbfebc + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/93dac97a-3326-46c7-9fd2-048a92c9ded6 method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 782 - body: "{\"region\":\"fr-par\", \"id\":\"77e85934-bc25-40eb-82a3-c9be33dbfebc\", \"cluster_id\":\"93dac97a-3326-46c7-9fd2-048a92c9ded6\", \"created_at\":\"2025-10-30T16:18:24.093162Z\", \"updated_at\":\"2025-10-30T16:29:14.332430Z\", \"name\":\"test-pool-upgrade-policy\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"upgrade_policy\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 1647 + body: "{\"region\":\"fr-par\", \"id\":\"93dac97a-3326-46c7-9fd2-048a92c9ded6\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:18.600925Z\", \"updated_at\":\"2025-10-30T16:20:02.410169Z\", \"type\":\"kapsule\", \"name\":\"test-pool-upgrade-policy\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"upgrade_policy\"], \"cluster_url\":\"https://93dac97a-3326-46c7-9fd2-048a92c9ded6.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.93dac97a-3326-46c7-9fd2-048a92c9ded6.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"74a6a859-c6bc-4b60-8958-25ff1bbd8455\", \"commitment_ends_at\":\"2025-10-30T16:18:18.600935Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"85795dcd-9184-4d30-98a6-585f6c3f3695\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" headers: Content-Length: - - "782" + - "1647" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:29:39 GMT + - Thu, 30 Oct 2025 16:29:12 GMT Server: - Scaleway API Gateway (fr-par-3;edge03) X-Request-Id: - - 9852a16b-8d55-4390-8e7d-3f6195fac445 + - 870f765e-63ca-4e8d-bab4-755d62f3b475 status: 200 OK code: 200 - duration: 87.271453ms -- id: 187 + duration: 129.339437ms +- id: 37 request: proto: HTTP/1.1 proto_major: 1 proto_minor: 1 content_length: 0 host: api.scaleway.com + form: + order_by: + - created_at_desc + project_id: + - 105bdce1-64c0-48ab-899d-868455867ecf + resource_name: + - scw-test-pool-upgrade-test-pool-upgrade-ee4b88 + resource_type: + - unknown_type headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/77e85934-bc25-40eb-82a3-c9be33dbfebc + url: https://api.scaleway.com/ipam/v1/regions/fr-par/ips?order_by=created_at_desc&project_id=105bdce1-64c0-48ab-899d-868455867ecf&resource_name=scw-test-pool-upgrade-test-pool-upgrade-ee4b88&resource_type=unknown_type method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 782 - body: "{\"region\":\"fr-par\", \"id\":\"77e85934-bc25-40eb-82a3-c9be33dbfebc\", \"cluster_id\":\"93dac97a-3326-46c7-9fd2-048a92c9ded6\", \"created_at\":\"2025-10-30T16:18:24.093162Z\", \"updated_at\":\"2025-10-30T16:29:14.332430Z\", \"name\":\"test-pool-upgrade-policy\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"upgrade_policy\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 1122 + body: "{\"total_count\":2, \"ips\":[{\"id\":\"b26f0305-dbed-443b-8ef7-38d6bdb3970b\", \"address\":\"fd5f:519c:6d46:729e:9c83:ac54:b58d:6d88/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":true, \"created_at\":\"2025-10-30T16:28:02.283024Z\", \"updated_at\":\"2025-10-30T16:28:02.283024Z\", \"source\":{\"subnet_id\":\"5e346ce9-89d2-4840-b81c-91fdb41de63e\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"ab2031e3-c16a-419b-a37b-789be329a6d0\", \"mac_address\":\"02:00:00:1A:5F:6B\", \"name\":\"scw-test-pool-upgrade-test-pool-upgrade-ee4b88\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}, {\"id\":\"69f40e88-11ea-40ff-b77b-95c398b5b3e0\", \"address\":\"172.18.40.3/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":false, \"created_at\":\"2025-10-30T16:28:02.137809Z\", \"updated_at\":\"2025-10-30T16:28:02.137809Z\", \"source\":{\"subnet_id\":\"cef98600-43da-45c1-86ef-bf950d181fe4\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"ab2031e3-c16a-419b-a37b-789be329a6d0\", \"mac_address\":\"02:00:00:1A:5F:6B\", \"name\":\"scw-test-pool-upgrade-test-pool-upgrade-ee4b88\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}]}" headers: Content-Length: - - "782" + - "1122" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:29:44 GMT + - Thu, 30 Oct 2025 16:29:12 GMT Server: - Scaleway API Gateway (fr-par-3;edge03) X-Request-Id: - - 1505bfa9-f632-4015-955a-830d191cbd08 + - 8b5c7292-2396-413b-8920-d0d9229ff532 status: 200 OK code: 200 - duration: 79.163746ms -- id: 188 + duration: 36.676114ms +- id: 38 request: proto: HTTP/1.1 proto_major: 1 proto_minor: 1 - content_length: 0 + content_length: 54 host: api.scaleway.com + body: "{\"upgrade_policy\":{\"max_unavailable\":1,\"max_surge\":0}}" headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/77e85934-bc25-40eb-82a3-c9be33dbfebc - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 782 - body: "{\"region\":\"fr-par\", \"id\":\"77e85934-bc25-40eb-82a3-c9be33dbfebc\", \"cluster_id\":\"93dac97a-3326-46c7-9fd2-048a92c9ded6\", \"created_at\":\"2025-10-30T16:18:24.093162Z\", \"updated_at\":\"2025-10-30T16:29:14.332430Z\", \"name\":\"test-pool-upgrade-policy\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"upgrade_policy\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "782" Content-Type: - application/json - Date: - - Thu, 30 Oct 2025 16:29:49 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 0dbe2b7e-0320-472d-9dee-070045ae9c15 - status: 200 OK - code: 200 - duration: 91.478558ms -- id: 189 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/77e85934-bc25-40eb-82a3-c9be33dbfebc - method: GET + method: PATCH response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 782 - body: "{\"region\":\"fr-par\", \"id\":\"77e85934-bc25-40eb-82a3-c9be33dbfebc\", \"cluster_id\":\"93dac97a-3326-46c7-9fd2-048a92c9ded6\", \"created_at\":\"2025-10-30T16:18:24.093162Z\", \"updated_at\":\"2025-10-30T16:29:14.332430Z\", \"name\":\"test-pool-upgrade-policy\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"upgrade_policy\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 779 + body: "{\"region\":\"fr-par\", \"id\":\"77e85934-bc25-40eb-82a3-c9be33dbfebc\", \"cluster_id\":\"93dac97a-3326-46c7-9fd2-048a92c9ded6\", \"created_at\":\"2025-10-30T16:18:24.093162Z\", \"updated_at\":\"2025-10-30T16:29:13.079833Z\", \"name\":\"test-pool-upgrade-policy\", \"status\":\"ready\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"upgrade_policy\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" headers: Content-Length: - - "782" + - "779" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:29:55 GMT + - Thu, 30 Oct 2025 16:29:13 GMT Server: - Scaleway API Gateway (fr-par-3;edge03) X-Request-Id: - - 052a0ae2-b91e-405d-aa95-e7c2e94f937f + - f0912349-5146-41e9-84aa-5191735fb507 status: 200 OK code: 200 - duration: 91.783972ms -- id: 190 + duration: 124.655586ms +- id: 39 request: proto: HTTP/1.1 proto_major: 1 @@ -6209,23 +1341,23 @@ interactions: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 782 - body: "{\"region\":\"fr-par\", \"id\":\"77e85934-bc25-40eb-82a3-c9be33dbfebc\", \"cluster_id\":\"93dac97a-3326-46c7-9fd2-048a92c9ded6\", \"created_at\":\"2025-10-30T16:18:24.093162Z\", \"updated_at\":\"2025-10-30T16:29:14.332430Z\", \"name\":\"test-pool-upgrade-policy\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"upgrade_policy\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 779 + body: "{\"region\":\"fr-par\", \"id\":\"77e85934-bc25-40eb-82a3-c9be33dbfebc\", \"cluster_id\":\"93dac97a-3326-46c7-9fd2-048a92c9ded6\", \"created_at\":\"2025-10-30T16:18:24.093162Z\", \"updated_at\":\"2025-10-30T16:29:13.079833Z\", \"name\":\"test-pool-upgrade-policy\", \"status\":\"ready\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"upgrade_policy\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" headers: Content-Length: - - "782" + - "779" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:30:00 GMT + - Thu, 30 Oct 2025 16:29:13 GMT Server: - Scaleway API Gateway (fr-par-3;edge03) X-Request-Id: - - e3be3310-3daf-45c8-907d-7f12f09f7e6a + - f59dc514-3918-44f0-ad86-a7967230a6e7 status: 200 OK code: 200 - duration: 122.267013ms -- id: 191 + duration: 31.451629ms +- id: 40 request: proto: HTTP/1.1 proto_major: 1 @@ -6241,55 +1373,64 @@ interactions: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 782 - body: "{\"region\":\"fr-par\", \"id\":\"77e85934-bc25-40eb-82a3-c9be33dbfebc\", \"cluster_id\":\"93dac97a-3326-46c7-9fd2-048a92c9ded6\", \"created_at\":\"2025-10-30T16:18:24.093162Z\", \"updated_at\":\"2025-10-30T16:29:14.332430Z\", \"name\":\"test-pool-upgrade-policy\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"upgrade_policy\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 779 + body: "{\"region\":\"fr-par\", \"id\":\"77e85934-bc25-40eb-82a3-c9be33dbfebc\", \"cluster_id\":\"93dac97a-3326-46c7-9fd2-048a92c9ded6\", \"created_at\":\"2025-10-30T16:18:24.093162Z\", \"updated_at\":\"2025-10-30T16:29:13.079833Z\", \"name\":\"test-pool-upgrade-policy\", \"status\":\"ready\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"upgrade_policy\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" headers: Content-Length: - - "782" + - "779" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:30:05 GMT + - Thu, 30 Oct 2025 16:29:13 GMT Server: - Scaleway API Gateway (fr-par-3;edge03) X-Request-Id: - - 69411055-2d35-4ea7-8abe-d0c217b85c6e + - c51768c4-cecf-4305-8ca4-7dfd61e51a2a status: 200 OK code: 200 - duration: 92.231132ms -- id: 192 + duration: 22.137238ms +- id: 41 request: proto: HTTP/1.1 proto_major: 1 proto_minor: 1 content_length: 0 host: api.scaleway.com + form: + order_by: + - created_at_asc + page: + - "1" + pool_id: + - 77e85934-bc25-40eb-82a3-c9be33dbfebc + status: + - unknown headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/77e85934-bc25-40eb-82a3-c9be33dbfebc + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/93dac97a-3326-46c7-9fd2-048a92c9ded6/nodes?order_by=created_at_asc&page=1&pool_id=77e85934-bc25-40eb-82a3-c9be33dbfebc&status=unknown method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 782 - body: "{\"region\":\"fr-par\", \"id\":\"77e85934-bc25-40eb-82a3-c9be33dbfebc\", \"cluster_id\":\"93dac97a-3326-46c7-9fd2-048a92c9ded6\", \"created_at\":\"2025-10-30T16:18:24.093162Z\", \"updated_at\":\"2025-10-30T16:29:14.332430Z\", \"name\":\"test-pool-upgrade-policy\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"upgrade_policy\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 621 + body: "{\"total_count\":1, \"nodes\":[{\"region\":\"fr-par\", \"id\":\"ee4b8845-54d5-4d1d-90f9-21fc2cf08ad3\", \"cluster_id\":\"93dac97a-3326-46c7-9fd2-048a92c9ded6\", \"created_at\":\"2025-10-30T16:27:58.467151Z\", \"updated_at\":\"2025-10-30T16:29:06.843774Z\", \"pool_id\":\"77e85934-bc25-40eb-82a3-c9be33dbfebc\", \"status\":\"ready\", \"conditions\":{\"DiskPressure\":\"False\", \"MemoryPressure\":\"False\", \"PIDPressure\":\"False\", \"Ready\":\"True\"}, \"name\":\"scw-test-pool-upgrade-test-pool-upgrade-ee4b88\", \"public_ip_v4\":\"163.172.149.221\", \"public_ip_v6\":null, \"provider_id\":\"scaleway://instance/fr-par-1/f1165d08-4196-46ba-aacf-b7ff44270653\", \"error_message\":\"\"}]}" headers: Content-Length: - - "782" + - "621" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:30:10 GMT + - Thu, 30 Oct 2025 16:29:13 GMT Server: - Scaleway API Gateway (fr-par-3;edge03) X-Request-Id: - - 78ff26f1-4a32-4c02-82f0-f8f675ec87c5 + - 0820f16c-7d9b-42d5-85d2-b4b1a2c7aa16 status: 200 OK code: 200 - duration: 105.352478ms -- id: 193 + duration: 26.829053ms +- id: 42 request: proto: HTTP/1.1 proto_major: 1 @@ -6299,61 +1440,70 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/77e85934-bc25-40eb-82a3-c9be33dbfebc + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/93dac97a-3326-46c7-9fd2-048a92c9ded6 method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 782 - body: "{\"region\":\"fr-par\", \"id\":\"77e85934-bc25-40eb-82a3-c9be33dbfebc\", \"cluster_id\":\"93dac97a-3326-46c7-9fd2-048a92c9ded6\", \"created_at\":\"2025-10-30T16:18:24.093162Z\", \"updated_at\":\"2025-10-30T16:29:14.332430Z\", \"name\":\"test-pool-upgrade-policy\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"upgrade_policy\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 1647 + body: "{\"region\":\"fr-par\", \"id\":\"93dac97a-3326-46c7-9fd2-048a92c9ded6\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:18.600925Z\", \"updated_at\":\"2025-10-30T16:20:02.410169Z\", \"type\":\"kapsule\", \"name\":\"test-pool-upgrade-policy\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"upgrade_policy\"], \"cluster_url\":\"https://93dac97a-3326-46c7-9fd2-048a92c9ded6.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.93dac97a-3326-46c7-9fd2-048a92c9ded6.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"74a6a859-c6bc-4b60-8958-25ff1bbd8455\", \"commitment_ends_at\":\"2025-10-30T16:18:18.600935Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"85795dcd-9184-4d30-98a6-585f6c3f3695\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" headers: Content-Length: - - "782" + - "1647" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:30:15 GMT + - Thu, 30 Oct 2025 16:29:13 GMT Server: - Scaleway API Gateway (fr-par-3;edge03) X-Request-Id: - - 48e89be5-b3da-4607-a8fc-c7f5be342259 + - 5e79dc2a-114d-4a8a-ad6d-6ca88c59a160 status: 200 OK code: 200 - duration: 102.392993ms -- id: 194 + duration: 24.619737ms +- id: 43 request: proto: HTTP/1.1 proto_major: 1 proto_minor: 1 content_length: 0 host: api.scaleway.com + form: + order_by: + - created_at_desc + project_id: + - 105bdce1-64c0-48ab-899d-868455867ecf + resource_name: + - scw-test-pool-upgrade-test-pool-upgrade-ee4b88 + resource_type: + - unknown_type headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/77e85934-bc25-40eb-82a3-c9be33dbfebc + url: https://api.scaleway.com/ipam/v1/regions/fr-par/ips?order_by=created_at_desc&project_id=105bdce1-64c0-48ab-899d-868455867ecf&resource_name=scw-test-pool-upgrade-test-pool-upgrade-ee4b88&resource_type=unknown_type method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 782 - body: "{\"region\":\"fr-par\", \"id\":\"77e85934-bc25-40eb-82a3-c9be33dbfebc\", \"cluster_id\":\"93dac97a-3326-46c7-9fd2-048a92c9ded6\", \"created_at\":\"2025-10-30T16:18:24.093162Z\", \"updated_at\":\"2025-10-30T16:29:14.332430Z\", \"name\":\"test-pool-upgrade-policy\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"upgrade_policy\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 1122 + body: "{\"total_count\":2, \"ips\":[{\"id\":\"b26f0305-dbed-443b-8ef7-38d6bdb3970b\", \"address\":\"fd5f:519c:6d46:729e:9c83:ac54:b58d:6d88/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":true, \"created_at\":\"2025-10-30T16:28:02.283024Z\", \"updated_at\":\"2025-10-30T16:28:02.283024Z\", \"source\":{\"subnet_id\":\"5e346ce9-89d2-4840-b81c-91fdb41de63e\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"ab2031e3-c16a-419b-a37b-789be329a6d0\", \"mac_address\":\"02:00:00:1A:5F:6B\", \"name\":\"scw-test-pool-upgrade-test-pool-upgrade-ee4b88\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}, {\"id\":\"69f40e88-11ea-40ff-b77b-95c398b5b3e0\", \"address\":\"172.18.40.3/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":false, \"created_at\":\"2025-10-30T16:28:02.137809Z\", \"updated_at\":\"2025-10-30T16:28:02.137809Z\", \"source\":{\"subnet_id\":\"cef98600-43da-45c1-86ef-bf950d181fe4\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"ab2031e3-c16a-419b-a37b-789be329a6d0\", \"mac_address\":\"02:00:00:1A:5F:6B\", \"name\":\"scw-test-pool-upgrade-test-pool-upgrade-ee4b88\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}]}" headers: Content-Length: - - "782" + - "1122" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:30:20 GMT + - Thu, 30 Oct 2025 16:29:13 GMT Server: - Scaleway API Gateway (fr-par-3;edge03) X-Request-Id: - - a31536a3-60c0-4c02-b1fe-4fe09d7fc428 + - e168a43a-fbfb-470a-92e1-28bfeab3b074 status: 200 OK code: 200 - duration: 91.557286ms -- id: 195 + duration: 26.331259ms +- id: 44 request: proto: HTTP/1.1 proto_major: 1 @@ -6363,29 +1513,29 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/77e85934-bc25-40eb-82a3-c9be33dbfebc + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/93dac97a-3326-46c7-9fd2-048a92c9ded6 method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 782 - body: "{\"region\":\"fr-par\", \"id\":\"77e85934-bc25-40eb-82a3-c9be33dbfebc\", \"cluster_id\":\"93dac97a-3326-46c7-9fd2-048a92c9ded6\", \"created_at\":\"2025-10-30T16:18:24.093162Z\", \"updated_at\":\"2025-10-30T16:29:14.332430Z\", \"name\":\"test-pool-upgrade-policy\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"upgrade_policy\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 1647 + body: "{\"region\":\"fr-par\", \"id\":\"93dac97a-3326-46c7-9fd2-048a92c9ded6\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:18.600925Z\", \"updated_at\":\"2025-10-30T16:20:02.410169Z\", \"type\":\"kapsule\", \"name\":\"test-pool-upgrade-policy\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"upgrade_policy\"], \"cluster_url\":\"https://93dac97a-3326-46c7-9fd2-048a92c9ded6.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.93dac97a-3326-46c7-9fd2-048a92c9ded6.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"74a6a859-c6bc-4b60-8958-25ff1bbd8455\", \"commitment_ends_at\":\"2025-10-30T16:18:18.600935Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"85795dcd-9184-4d30-98a6-585f6c3f3695\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" headers: Content-Length: - - "782" + - "1647" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:30:25 GMT + - Thu, 30 Oct 2025 16:29:13 GMT Server: - Scaleway API Gateway (fr-par-3;edge03) X-Request-Id: - - 169dc2ca-ffa7-42ac-bd85-2ebbef99ec35 + - 4c385350-0213-4445-8dfc-854c55a87153 status: 200 OK code: 200 - duration: 79.983505ms -- id: 196 + duration: 16.995718ms +- id: 45 request: proto: HTTP/1.1 proto_major: 1 @@ -6401,23 +1551,23 @@ interactions: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 782 - body: "{\"region\":\"fr-par\", \"id\":\"77e85934-bc25-40eb-82a3-c9be33dbfebc\", \"cluster_id\":\"93dac97a-3326-46c7-9fd2-048a92c9ded6\", \"created_at\":\"2025-10-30T16:18:24.093162Z\", \"updated_at\":\"2025-10-30T16:29:14.332430Z\", \"name\":\"test-pool-upgrade-policy\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"upgrade_policy\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 779 + body: "{\"region\":\"fr-par\", \"id\":\"77e85934-bc25-40eb-82a3-c9be33dbfebc\", \"cluster_id\":\"93dac97a-3326-46c7-9fd2-048a92c9ded6\", \"created_at\":\"2025-10-30T16:18:24.093162Z\", \"updated_at\":\"2025-10-30T16:29:13.079833Z\", \"name\":\"test-pool-upgrade-policy\", \"status\":\"ready\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"upgrade_policy\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" headers: Content-Length: - - "782" + - "779" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:30:30 GMT + - Thu, 30 Oct 2025 16:29:13 GMT Server: - Scaleway API Gateway (fr-par-3;edge03) X-Request-Id: - - 5f0b1da3-5caf-4193-96ca-51288c8cb1d9 + - 6ac06766-9b5f-406a-8fbc-2a2f494fefe1 status: 200 OK code: 200 - duration: 95.82663ms -- id: 197 + duration: 20.978403ms +- id: 46 request: proto: HTTP/1.1 proto_major: 1 @@ -6427,29 +1577,29 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/77e85934-bc25-40eb-82a3-c9be33dbfebc + url: https://api.scaleway.com/vpc/v2/regions/fr-par/vpcs/dd5d440a-1d83-4da9-8b96-a00117e9e556 method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 782 - body: "{\"region\":\"fr-par\", \"id\":\"77e85934-bc25-40eb-82a3-c9be33dbfebc\", \"cluster_id\":\"93dac97a-3326-46c7-9fd2-048a92c9ded6\", \"created_at\":\"2025-10-30T16:18:24.093162Z\", \"updated_at\":\"2025-10-30T16:29:14.332430Z\", \"name\":\"test-pool-upgrade-policy\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"upgrade_policy\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 436 + body: "{\"id\":\"dd5d440a-1d83-4da9-8b96-a00117e9e556\", \"name\":\"testAccCheckK8SPoolConfigUpgradePolicy\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:17.164975Z\", \"updated_at\":\"2025-10-30T16:18:17.164975Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_default\":false, \"private_network_count\":1, \"routing_enabled\":true, \"custom_routes_propagation_enabled\":true, \"region\":\"fr-par\"}" headers: Content-Length: - - "782" + - "436" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:30:35 GMT + - Thu, 30 Oct 2025 16:29:13 GMT Server: - Scaleway API Gateway (fr-par-3;edge03) X-Request-Id: - - 8b552e45-7519-425b-bf20-7b484e9b2178 + - fb2f2cbc-7479-402d-aecb-a09f189025b1 status: 200 OK code: 200 - duration: 92.335898ms -- id: 198 + duration: 24.407649ms +- id: 47 request: proto: HTTP/1.1 proto_major: 1 @@ -6459,29 +1609,29 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/77e85934-bc25-40eb-82a3-c9be33dbfebc + url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks/74a6a859-c6bc-4b60-8958-25ff1bbd8455 method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 782 - body: "{\"region\":\"fr-par\", \"id\":\"77e85934-bc25-40eb-82a3-c9be33dbfebc\", \"cluster_id\":\"93dac97a-3326-46c7-9fd2-048a92c9ded6\", \"created_at\":\"2025-10-30T16:18:24.093162Z\", \"updated_at\":\"2025-10-30T16:29:14.332430Z\", \"name\":\"test-pool-upgrade-policy\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"upgrade_policy\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 1094 + body: "{\"id\":\"74a6a859-c6bc-4b60-8958-25ff1bbd8455\", \"name\":\"test-pool-upgrade-policy\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:17.477653Z\", \"updated_at\":\"2025-10-30T16:18:17.477653Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"subnets\":[{\"id\":\"cef98600-43da-45c1-86ef-bf950d181fe4\", \"created_at\":\"2025-10-30T16:18:17.477653Z\", \"updated_at\":\"2025-10-30T16:18:17.477653Z\", \"subnet\":\"172.18.40.0/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"74a6a859-c6bc-4b60-8958-25ff1bbd8455\", \"vpc_id\":\"dd5d440a-1d83-4da9-8b96-a00117e9e556\"}, {\"id\":\"5e346ce9-89d2-4840-b81c-91fdb41de63e\", \"created_at\":\"2025-10-30T16:18:17.477653Z\", \"updated_at\":\"2025-10-30T16:18:17.477653Z\", \"subnet\":\"fd5f:519c:6d46:729e::/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"74a6a859-c6bc-4b60-8958-25ff1bbd8455\", \"vpc_id\":\"dd5d440a-1d83-4da9-8b96-a00117e9e556\"}], \"vpc_id\":\"dd5d440a-1d83-4da9-8b96-a00117e9e556\", \"dhcp_enabled\":true, \"default_route_propagation_enabled\":false, \"region\":\"fr-par\"}" headers: Content-Length: - - "782" + - "1094" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:30:40 GMT + - Thu, 30 Oct 2025 16:29:13 GMT Server: - Scaleway API Gateway (fr-par-3;edge03) X-Request-Id: - - c2f664e6-4114-40fb-b187-21424c5ecbc2 + - 99b8fa6a-24f0-435a-9970-7f6dcc1cc540 status: 200 OK code: 200 - duration: 89.639798ms -- id: 199 + duration: 22.881054ms +- id: 48 request: proto: HTTP/1.1 proto_major: 1 @@ -6491,29 +1641,29 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/77e85934-bc25-40eb-82a3-c9be33dbfebc + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/93dac97a-3326-46c7-9fd2-048a92c9ded6 method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 782 - body: "{\"region\":\"fr-par\", \"id\":\"77e85934-bc25-40eb-82a3-c9be33dbfebc\", \"cluster_id\":\"93dac97a-3326-46c7-9fd2-048a92c9ded6\", \"created_at\":\"2025-10-30T16:18:24.093162Z\", \"updated_at\":\"2025-10-30T16:29:14.332430Z\", \"name\":\"test-pool-upgrade-policy\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"upgrade_policy\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 1647 + body: "{\"region\":\"fr-par\", \"id\":\"93dac97a-3326-46c7-9fd2-048a92c9ded6\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:18.600925Z\", \"updated_at\":\"2025-10-30T16:20:02.410169Z\", \"type\":\"kapsule\", \"name\":\"test-pool-upgrade-policy\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"upgrade_policy\"], \"cluster_url\":\"https://93dac97a-3326-46c7-9fd2-048a92c9ded6.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.93dac97a-3326-46c7-9fd2-048a92c9ded6.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"74a6a859-c6bc-4b60-8958-25ff1bbd8455\", \"commitment_ends_at\":\"2025-10-30T16:18:18.600935Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"85795dcd-9184-4d30-98a6-585f6c3f3695\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" headers: Content-Length: - - "782" + - "1647" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:30:46 GMT + - Thu, 30 Oct 2025 16:29:13 GMT Server: - Scaleway API Gateway (fr-par-3;edge03) X-Request-Id: - - 6f760e67-0e33-4879-b10d-7fe9e81e16de + - 91b1cabd-8b39-4e14-b012-d49028d0efe7 status: 200 OK code: 200 - duration: 86.8009ms -- id: 200 + duration: 21.000344ms +- id: 49 request: proto: HTTP/1.1 proto_major: 1 @@ -6523,29 +1673,29 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/77e85934-bc25-40eb-82a3-c9be33dbfebc + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/93dac97a-3326-46c7-9fd2-048a92c9ded6/kubeconfig method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 782 - body: "{\"region\":\"fr-par\", \"id\":\"77e85934-bc25-40eb-82a3-c9be33dbfebc\", \"cluster_id\":\"93dac97a-3326-46c7-9fd2-048a92c9ded6\", \"created_at\":\"2025-10-30T16:18:24.093162Z\", \"updated_at\":\"2025-10-30T16:29:14.332430Z\", \"name\":\"test-pool-upgrade-policy\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"upgrade_policy\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 1734 + body: "{\"name\":\"kubeconfig\", \"content_type\":\"application/octet-stream\", \"content\":\"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogInRlc3QtcG9vbC11cGdyYWRlLXBvbGljeSIKICBjbHVzdGVyOgogICAgY2VydGlmaWNhdGUtYXV0aG9yaXR5LWRhdGE6IExTMHRMUzFDUlVkSlRpQkRSVkpVU1VaSlEwRlVSUzB0TFMwdENrMUpTVUpZUkVORFFWRkhaMEYzU1VKQlowbENRVVJCUzBKblozRm9hMnBQVUZGUlJFRnFRVlpOVWsxM1JWRlpSRlpSVVVSRmQzQnlaRmRLYkdOdE5Xd0taRWRXZWsxQ05GaEVWRWt4VFZSQmVVOVVSVEpOVkdkNFQwWnZXRVJVVFRGTlZFRjVUMVJGTWsxVVozaFBSbTkzUmxSRlZFMUNSVWRCTVZWRlFYaE5Td3BoTTFacFdsaEtkVnBZVW14amVrSmFUVUpOUjBKNWNVZFRUVFE1UVdkRlIwTkRjVWRUVFRRNVFYZEZTRUV3U1VGQ1EwcGFURFJ1U1N0RU9VbExabFpGQ2xKNlNXSkhhbEF3ZW1oNVoyVmFPR3BDTWl0U1IwWXpabEpYU0VwcmMxSnFOV1F2V0hKb2FVTkVOVkZFU0ZocGNtdFVkMEZqV2paeWJtSkpNSGhQVjJnS2VpOW1XRmR0VjJwUmFrSkJUVUUwUjBFeFZXUkVkMFZDTDNkUlJVRjNTVU53UkVGUVFtZE9Wa2hTVFVKQlpqaEZRbFJCUkVGUlNDOU5RakJIUVRGVlpBcEVaMUZYUWtKVVZucEJUVkpqUzB0V05WSm5hMDlvTkVoUUwyNHlkbnBUTmxCVVFVdENaMmR4YUd0cVQxQlJVVVJCWjA1S1FVUkNSMEZwUlVFNWQxVm1DbmgwYlhaQmJrdEJURUZEYld0MGFtbGxWbmxTTUZCMlVuQnVZbEZPVkdOWmNuQk5kVzl2YzBOSlVVTjRhRWd4ZVRSeVpsWTNXSElyYWpKM1VIQXdXR3dLVTFCMWFuSkpkVXMyY1ZwcFVtaE9RbHBPUWxCb1FUMDlDaTB0TFMwdFJVNUVJRU5GVWxSSlJrbERRVlJGTFMwdExTMEsKICAgIHNlcnZlcjogaHR0cHM6Ly85M2RhYzk3YS0zMzI2LTQ2YzctOWZkMi0wNDhhOTJjOWRlZDYuYXBpLms4cy5mci1wYXIuc2N3LmNsb3VkOjY0NDMKY29udGV4dHM6Ci0gbmFtZTogYWRtaW5AdGVzdC1wb29sLXVwZ3JhZGUtcG9saWN5CiAgY29udGV4dDoKICAgIGNsdXN0ZXI6ICJ0ZXN0LXBvb2wtdXBncmFkZS1wb2xpY3kiCiAgICB1c2VyOiB0ZXN0LXBvb2wtdXBncmFkZS1wb2xpY3ktYWRtaW4KY3VycmVudC1jb250ZXh0OiBhZG1pbkB0ZXN0LXBvb2wtdXBncmFkZS1wb2xpY3kKa2luZDogQ29uZmlnCnByZWZlcmVuY2VzOiB7fQp1c2VyczoKLSBuYW1lOiB0ZXN0LXBvb2wtdXBncmFkZS1wb2xpY3ktYWRtaW4KICB1c2VyOgogICAgdG9rZW46IGdQeXZVTjZRTDJwWFRNbEREQlBUbUZqV2JqbUhGUVdkRzUyN2JOcnNuaUdHQVRITDRoQ3RITWhj\"}" headers: Content-Length: - - "782" + - "1734" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:30:51 GMT + - Thu, 30 Oct 2025 16:29:13 GMT Server: - Scaleway API Gateway (fr-par-3;edge03) X-Request-Id: - - 4ba1efc6-b0e5-4e01-b9b4-f597f55b1136 + - d61d9bc6-3502-488e-9035-2c2625843c31 status: 200 OK code: 200 - duration: 90.037103ms -- id: 201 + duration: 95.123811ms +- id: 50 request: proto: HTTP/1.1 proto_major: 1 @@ -6561,55 +1711,64 @@ interactions: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 782 - body: "{\"region\":\"fr-par\", \"id\":\"77e85934-bc25-40eb-82a3-c9be33dbfebc\", \"cluster_id\":\"93dac97a-3326-46c7-9fd2-048a92c9ded6\", \"created_at\":\"2025-10-30T16:18:24.093162Z\", \"updated_at\":\"2025-10-30T16:29:14.332430Z\", \"name\":\"test-pool-upgrade-policy\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"upgrade_policy\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 779 + body: "{\"region\":\"fr-par\", \"id\":\"77e85934-bc25-40eb-82a3-c9be33dbfebc\", \"cluster_id\":\"93dac97a-3326-46c7-9fd2-048a92c9ded6\", \"created_at\":\"2025-10-30T16:18:24.093162Z\", \"updated_at\":\"2025-10-30T16:29:13.079833Z\", \"name\":\"test-pool-upgrade-policy\", \"status\":\"ready\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"upgrade_policy\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" headers: Content-Length: - - "782" + - "779" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:30:56 GMT + - Thu, 30 Oct 2025 16:29:13 GMT Server: - Scaleway API Gateway (fr-par-3;edge03) X-Request-Id: - - 18f4e190-dcd3-4472-8e1a-f1c4fee7d7b0 + - 49554c1e-26a2-4be2-a0a4-c78b71251eac status: 200 OK code: 200 - duration: 97.492276ms -- id: 202 + duration: 76.493695ms +- id: 51 request: proto: HTTP/1.1 proto_major: 1 proto_minor: 1 content_length: 0 host: api.scaleway.com + form: + order_by: + - created_at_asc + page: + - "1" + pool_id: + - 77e85934-bc25-40eb-82a3-c9be33dbfebc + status: + - unknown headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/77e85934-bc25-40eb-82a3-c9be33dbfebc + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/93dac97a-3326-46c7-9fd2-048a92c9ded6/nodes?order_by=created_at_asc&page=1&pool_id=77e85934-bc25-40eb-82a3-c9be33dbfebc&status=unknown method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 782 - body: "{\"region\":\"fr-par\", \"id\":\"77e85934-bc25-40eb-82a3-c9be33dbfebc\", \"cluster_id\":\"93dac97a-3326-46c7-9fd2-048a92c9ded6\", \"created_at\":\"2025-10-30T16:18:24.093162Z\", \"updated_at\":\"2025-10-30T16:29:14.332430Z\", \"name\":\"test-pool-upgrade-policy\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"upgrade_policy\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 651 + body: "{\"total_count\":1, \"nodes\":[{\"region\":\"fr-par\", \"id\":\"ee4b8845-54d5-4d1d-90f9-21fc2cf08ad3\", \"cluster_id\":\"93dac97a-3326-46c7-9fd2-048a92c9ded6\", \"created_at\":\"2025-10-30T16:27:58.467151Z\", \"updated_at\":\"2025-10-30T16:29:13.442850Z\", \"pool_id\":\"77e85934-bc25-40eb-82a3-c9be33dbfebc\", \"status\":\"ready\", \"conditions\":{\"DiskPressure\":\"False\", \"MemoryPressure\":\"False\", \"NetworkUnavailable\":\"False\", \"PIDPressure\":\"False\", \"Ready\":\"True\"}, \"name\":\"scw-test-pool-upgrade-test-pool-upgrade-ee4b88\", \"public_ip_v4\":\"163.172.149.221\", \"public_ip_v6\":null, \"provider_id\":\"scaleway://instance/fr-par-1/f1165d08-4196-46ba-aacf-b7ff44270653\", \"error_message\":\"\"}]}" headers: Content-Length: - - "782" + - "651" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:31:01 GMT + - Thu, 30 Oct 2025 16:29:13 GMT Server: - Scaleway API Gateway (fr-par-3;edge03) X-Request-Id: - - 7885d185-71a1-4071-870b-20fa637d9eea + - 2ea5e819-567b-4218-8d70-c9f1ff8747c9 status: 200 OK code: 200 - duration: 88.767861ms -- id: 203 + duration: 82.762761ms +- id: 52 request: proto: HTTP/1.1 proto_major: 1 @@ -6619,61 +1778,70 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/77e85934-bc25-40eb-82a3-c9be33dbfebc + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/93dac97a-3326-46c7-9fd2-048a92c9ded6 method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 782 - body: "{\"region\":\"fr-par\", \"id\":\"77e85934-bc25-40eb-82a3-c9be33dbfebc\", \"cluster_id\":\"93dac97a-3326-46c7-9fd2-048a92c9ded6\", \"created_at\":\"2025-10-30T16:18:24.093162Z\", \"updated_at\":\"2025-10-30T16:29:14.332430Z\", \"name\":\"test-pool-upgrade-policy\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"upgrade_policy\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 1647 + body: "{\"region\":\"fr-par\", \"id\":\"93dac97a-3326-46c7-9fd2-048a92c9ded6\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:18.600925Z\", \"updated_at\":\"2025-10-30T16:20:02.410169Z\", \"type\":\"kapsule\", \"name\":\"test-pool-upgrade-policy\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"upgrade_policy\"], \"cluster_url\":\"https://93dac97a-3326-46c7-9fd2-048a92c9ded6.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.93dac97a-3326-46c7-9fd2-048a92c9ded6.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"74a6a859-c6bc-4b60-8958-25ff1bbd8455\", \"commitment_ends_at\":\"2025-10-30T16:18:18.600935Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"85795dcd-9184-4d30-98a6-585f6c3f3695\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" headers: Content-Length: - - "782" + - "1647" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:31:06 GMT + - Thu, 30 Oct 2025 16:29:14 GMT Server: - Scaleway API Gateway (fr-par-3;edge03) X-Request-Id: - - 188c688d-46a2-41d3-9120-03626cdc1263 + - 0c27a14c-eecd-4bd7-9591-9693888a2f50 status: 200 OK code: 200 - duration: 87.173509ms -- id: 204 + duration: 22.521378ms +- id: 53 request: proto: HTTP/1.1 proto_major: 1 proto_minor: 1 content_length: 0 host: api.scaleway.com + form: + order_by: + - created_at_desc + project_id: + - 105bdce1-64c0-48ab-899d-868455867ecf + resource_name: + - scw-test-pool-upgrade-test-pool-upgrade-ee4b88 + resource_type: + - unknown_type headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/77e85934-bc25-40eb-82a3-c9be33dbfebc + url: https://api.scaleway.com/ipam/v1/regions/fr-par/ips?order_by=created_at_desc&project_id=105bdce1-64c0-48ab-899d-868455867ecf&resource_name=scw-test-pool-upgrade-test-pool-upgrade-ee4b88&resource_type=unknown_type method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 782 - body: "{\"region\":\"fr-par\", \"id\":\"77e85934-bc25-40eb-82a3-c9be33dbfebc\", \"cluster_id\":\"93dac97a-3326-46c7-9fd2-048a92c9ded6\", \"created_at\":\"2025-10-30T16:18:24.093162Z\", \"updated_at\":\"2025-10-30T16:29:14.332430Z\", \"name\":\"test-pool-upgrade-policy\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"upgrade_policy\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 1122 + body: "{\"total_count\":2, \"ips\":[{\"id\":\"b26f0305-dbed-443b-8ef7-38d6bdb3970b\", \"address\":\"fd5f:519c:6d46:729e:9c83:ac54:b58d:6d88/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":true, \"created_at\":\"2025-10-30T16:28:02.283024Z\", \"updated_at\":\"2025-10-30T16:28:02.283024Z\", \"source\":{\"subnet_id\":\"5e346ce9-89d2-4840-b81c-91fdb41de63e\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"ab2031e3-c16a-419b-a37b-789be329a6d0\", \"mac_address\":\"02:00:00:1A:5F:6B\", \"name\":\"scw-test-pool-upgrade-test-pool-upgrade-ee4b88\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}, {\"id\":\"69f40e88-11ea-40ff-b77b-95c398b5b3e0\", \"address\":\"172.18.40.3/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":false, \"created_at\":\"2025-10-30T16:28:02.137809Z\", \"updated_at\":\"2025-10-30T16:28:02.137809Z\", \"source\":{\"subnet_id\":\"cef98600-43da-45c1-86ef-bf950d181fe4\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"ab2031e3-c16a-419b-a37b-789be329a6d0\", \"mac_address\":\"02:00:00:1A:5F:6B\", \"name\":\"scw-test-pool-upgrade-test-pool-upgrade-ee4b88\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}]}" headers: Content-Length: - - "782" + - "1122" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:31:11 GMT + - Thu, 30 Oct 2025 16:29:14 GMT Server: - Scaleway API Gateway (fr-par-3;edge03) X-Request-Id: - - e0ca0357-2b51-406e-9b10-fdd38de129c5 + - fbc6cd0f-8031-4d43-88d1-bdcc47612f4e status: 200 OK code: 200 - duration: 91.26618ms -- id: 205 + duration: 27.758047ms +- id: 54 request: proto: HTTP/1.1 proto_major: 1 @@ -6684,7 +1852,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/77e85934-bc25-40eb-82a3-c9be33dbfebc - method: GET + method: DELETE response: proto: HTTP/2.0 proto_major: 2 @@ -6697,15 +1865,15 @@ interactions: Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:31:16 GMT + - Thu, 30 Oct 2025 16:29:14 GMT Server: - Scaleway API Gateway (fr-par-3;edge03) X-Request-Id: - - c1a55682-520e-43ae-b9a1-6b9b85236326 + - 107dabb6-4bd5-413b-8567-7c80c54982ca status: 200 OK code: 200 - duration: 96.064916ms -- id: 206 + duration: 106.615278ms +- id: 55 request: proto: HTTP/1.1 proto_major: 1 @@ -6729,15 +1897,15 @@ interactions: Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:31:21 GMT + - Thu, 30 Oct 2025 16:29:14 GMT Server: - Scaleway API Gateway (fr-par-3;edge03) X-Request-Id: - - deae7b4c-25d3-4926-a277-748a42127036 + - 6d32b6d3-25d3-4379-98ba-0600900df1da status: 200 OK code: 200 - duration: 86.873786ms -- id: 207 + duration: 23.822881ms +- id: 56 request: proto: HTTP/1.1 proto_major: 1 @@ -6769,7 +1937,7 @@ interactions: status: 404 Not Found code: 404 duration: 22.402545ms -- id: 208 +- id: 57 request: proto: HTTP/1.1 proto_major: 1 @@ -6804,7 +1972,7 @@ interactions: status: 200 OK code: 200 duration: 160.233319ms -- id: 209 +- id: 58 request: proto: HTTP/1.1 proto_major: 1 @@ -6836,71 +2004,7 @@ interactions: status: 200 OK code: 200 duration: 83.227363ms -- id: 210 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/93dac97a-3326-46c7-9fd2-048a92c9ded6 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1650 - body: "{\"region\":\"fr-par\", \"id\":\"93dac97a-3326-46c7-9fd2-048a92c9ded6\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:18.600925Z\", \"updated_at\":\"2025-10-30T16:31:26.810497Z\", \"type\":\"kapsule\", \"name\":\"test-pool-upgrade-policy\", \"description\":\"\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"upgrade_policy\"], \"cluster_url\":\"https://93dac97a-3326-46c7-9fd2-048a92c9ded6.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.93dac97a-3326-46c7-9fd2-048a92c9ded6.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"74a6a859-c6bc-4b60-8958-25ff1bbd8455\", \"commitment_ends_at\":\"2025-10-30T16:18:18.600935Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"85795dcd-9184-4d30-98a6-585f6c3f3695\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1650" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:31:32 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 83d9dd1b-ed74-43b3-be5f-cf4d09eb2f10 - status: 200 OK - code: 200 - duration: 86.906368ms -- id: 211 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/93dac97a-3326-46c7-9fd2-048a92c9ded6 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1650 - body: "{\"region\":\"fr-par\", \"id\":\"93dac97a-3326-46c7-9fd2-048a92c9ded6\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:18.600925Z\", \"updated_at\":\"2025-10-30T16:31:26.810497Z\", \"type\":\"kapsule\", \"name\":\"test-pool-upgrade-policy\", \"description\":\"\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"upgrade_policy\"], \"cluster_url\":\"https://93dac97a-3326-46c7-9fd2-048a92c9ded6.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.93dac97a-3326-46c7-9fd2-048a92c9ded6.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"74a6a859-c6bc-4b60-8958-25ff1bbd8455\", \"commitment_ends_at\":\"2025-10-30T16:18:18.600935Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"85795dcd-9184-4d30-98a6-585f6c3f3695\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1650" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:31:37 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 76f34299-7470-413d-9668-d57eddd0ea5d - status: 200 OK - code: 200 - duration: 101.415479ms -- id: 212 +- id: 59 request: proto: HTTP/1.1 proto_major: 1 @@ -6932,7 +2036,7 @@ interactions: status: 404 Not Found code: 404 duration: 21.390055ms -- id: 213 +- id: 60 request: proto: HTTP/1.1 proto_major: 1 @@ -6962,7 +2066,7 @@ interactions: status: 204 No Content code: 204 duration: 1.069100531s -- id: 214 +- id: 61 request: proto: HTTP/1.1 proto_major: 1 @@ -6992,7 +2096,7 @@ interactions: status: 204 No Content code: 204 duration: 114.174205ms -- id: 215 +- id: 62 request: proto: HTTP/1.1 proto_major: 1 @@ -7024,7 +2128,7 @@ interactions: status: 404 Not Found code: 404 duration: 26.060411ms -- id: 216 +- id: 63 request: proto: HTTP/1.1 proto_major: 1 @@ -7056,7 +2160,7 @@ interactions: status: 404 Not Found code: 404 duration: 20.773007ms -- id: 217 +- id: 64 request: proto: HTTP/1.1 proto_major: 1 diff --git a/internal/services/k8s/testdata/pool-wait.cassette.yaml b/internal/services/k8s/testdata/pool-wait.cassette.yaml index 7f6128da32..187d4459c3 100644 --- a/internal/services/k8s/testdata/pool-wait.cassette.yaml +++ b/internal/services/k8s/testdata/pool-wait.cassette.yaml @@ -484,22 +484,22 @@ interactions: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 715 - body: "{\"region\":\"fr-par\", \"id\":\"034a502a-1d52-470d-84bd-4a8edd935ba3\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:49:07.243810Z\", \"updated_at\":\"2025-10-30T16:49:07.243810Z\", \"name\":\"test-pool-wait\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 713 + body: "{\"region\":\"fr-par\", \"id\":\"034a502a-1d52-470d-84bd-4a8edd935ba3\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:49:07.243810Z\", \"updated_at\":\"2025-10-30T16:52:20.261969Z\", \"name\":\"test-pool-wait\", \"status\":\"ready\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" headers: Content-Length: - - "715" + - "713" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:49:12 GMT + - Thu, 30 Oct 2025 16:52:21 GMT Server: - Scaleway API Gateway (fr-par-3;edge01) X-Request-Id: - - fdc9981e-ebce-4319-ac54-0e3d67d5472c + - 797dbe7d-8def-448a-8d0c-9ecd6cc81adc status: 200 OK code: 200 - duration: 81.468392ms + duration: 145.773451ms - id: 15 request: proto: HTTP/1.1 @@ -510,28 +510,28 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/034a502a-1d52-470d-84bd-4a8edd935ba3 + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/5114e066-aa93-4560-9be0-5ae445715a75 method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 715 - body: "{\"region\":\"fr-par\", \"id\":\"034a502a-1d52-470d-84bd-4a8edd935ba3\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:49:07.243810Z\", \"updated_at\":\"2025-10-30T16:49:07.243810Z\", \"name\":\"test-pool-wait\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 1630 + body: "{\"region\":\"fr-par\", \"id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:49:01.607119Z\", \"updated_at\":\"2025-10-30T16:50:36.155897Z\", \"type\":\"kapsule\", \"name\":\"test-pool-wait\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"calico\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"minimal\"], \"cluster_url\":\"https://5114e066-aa93-4560-9be0-5ae445715a75.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.5114e066-aa93-4560-9be0-5ae445715a75.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"363e7214-8a98-40d0-9357-9e4026c21b76\", \"commitment_ends_at\":\"2025-10-30T16:49:01.607128Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"6c8f211e-8819-44e2-93ca-fda367c9ca2a\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" headers: Content-Length: - - "715" + - "1630" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:49:17 GMT + - Thu, 30 Oct 2025 16:52:21 GMT Server: - Scaleway API Gateway (fr-par-3;edge01) X-Request-Id: - - c6141fe1-709e-4078-8101-c870cf2c43af + - 6c4dca8d-9442-4486-8b21-37ad285bcee4 status: 200 OK code: 200 - duration: 88.952638ms + duration: 19.320692ms - id: 16 request: proto: HTTP/1.1 @@ -548,22 +548,22 @@ interactions: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 715 - body: "{\"region\":\"fr-par\", \"id\":\"034a502a-1d52-470d-84bd-4a8edd935ba3\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:49:07.243810Z\", \"updated_at\":\"2025-10-30T16:49:07.243810Z\", \"name\":\"test-pool-wait\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 713 + body: "{\"region\":\"fr-par\", \"id\":\"034a502a-1d52-470d-84bd-4a8edd935ba3\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:49:07.243810Z\", \"updated_at\":\"2025-10-30T16:52:20.261969Z\", \"name\":\"test-pool-wait\", \"status\":\"ready\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" headers: Content-Length: - - "715" + - "713" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:49:22 GMT + - Thu, 30 Oct 2025 16:52:21 GMT Server: - Scaleway API Gateway (fr-par-3;edge01) X-Request-Id: - - 5a986cc3-4e49-42f6-b004-57cb7e2397df + - a7994219-3a2a-4f2a-8e51-d5347c7cb655 status: 200 OK code: 200 - duration: 95.493285ms + duration: 101.27191ms - id: 17 request: proto: HTTP/1.1 @@ -571,31 +571,40 @@ interactions: proto_minor: 1 content_length: 0 host: api.scaleway.com + form: + order_by: + - created_at_asc + page: + - "1" + pool_id: + - 034a502a-1d52-470d-84bd-4a8edd935ba3 + status: + - unknown headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/034a502a-1d52-470d-84bd-4a8edd935ba3 + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/5114e066-aa93-4560-9be0-5ae445715a75/nodes?order_by=created_at_asc&page=1&pool_id=034a502a-1d52-470d-84bd-4a8edd935ba3&status=unknown method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 715 - body: "{\"region\":\"fr-par\", \"id\":\"034a502a-1d52-470d-84bd-4a8edd935ba3\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:49:07.243810Z\", \"updated_at\":\"2025-10-30T16:49:07.243810Z\", \"name\":\"test-pool-wait\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 618 + body: "{\"total_count\":1, \"nodes\":[{\"region\":\"fr-par\", \"id\":\"3e073c76-a98f-4e6b-ad3c-7a6ca77e15fd\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:51:15.736647Z\", \"updated_at\":\"2025-10-30T16:52:20.249886Z\", \"pool_id\":\"034a502a-1d52-470d-84bd-4a8edd935ba3\", \"status\":\"ready\", \"conditions\":{\"DiskPressure\":\"False\", \"MemoryPressure\":\"False\", \"PIDPressure\":\"False\", \"Ready\":\"True\"}, \"name\":\"scw-test-pool-wait-test-pool-wait-3e073c76a98f\", \"public_ip_v4\":\"51.158.97.50\", \"public_ip_v6\":null, \"provider_id\":\"scaleway://instance/fr-par-1/6ba8f808-ce5f-4e0a-b30e-a83f7f79f945\", \"error_message\":\"\"}]}" headers: Content-Length: - - "715" + - "618" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:49:27 GMT + - Thu, 30 Oct 2025 16:52:21 GMT Server: - Scaleway API Gateway (fr-par-3;edge01) X-Request-Id: - - 0a11a549-1845-45e1-875f-5c82a389a173 + - f06d89cd-88e2-4002-8e61-5a861a50b103 status: 200 OK code: 200 - duration: 98.501029ms + duration: 31.958661ms - id: 18 request: proto: HTTP/1.1 @@ -606,28 +615,28 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/034a502a-1d52-470d-84bd-4a8edd935ba3 + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/5114e066-aa93-4560-9be0-5ae445715a75 method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 715 - body: "{\"region\":\"fr-par\", \"id\":\"034a502a-1d52-470d-84bd-4a8edd935ba3\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:49:07.243810Z\", \"updated_at\":\"2025-10-30T16:49:07.243810Z\", \"name\":\"test-pool-wait\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 1630 + body: "{\"region\":\"fr-par\", \"id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:49:01.607119Z\", \"updated_at\":\"2025-10-30T16:50:36.155897Z\", \"type\":\"kapsule\", \"name\":\"test-pool-wait\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"calico\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"minimal\"], \"cluster_url\":\"https://5114e066-aa93-4560-9be0-5ae445715a75.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.5114e066-aa93-4560-9be0-5ae445715a75.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"363e7214-8a98-40d0-9357-9e4026c21b76\", \"commitment_ends_at\":\"2025-10-30T16:49:01.607128Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"6c8f211e-8819-44e2-93ca-fda367c9ca2a\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" headers: Content-Length: - - "715" + - "1630" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:49:32 GMT + - Thu, 30 Oct 2025 16:52:21 GMT Server: - Scaleway API Gateway (fr-par-3;edge01) X-Request-Id: - - adc01979-f4cd-4949-9152-f683625b49d6 + - c2db3854-b0d4-4876-ad95-f26fec26f5dd status: 200 OK code: 200 - duration: 91.961175ms + duration: 25.597752ms - id: 19 request: proto: HTTP/1.1 @@ -635,31 +644,40 @@ interactions: proto_minor: 1 content_length: 0 host: api.scaleway.com + form: + order_by: + - created_at_desc + project_id: + - 105bdce1-64c0-48ab-899d-868455867ecf + resource_name: + - scw-test-pool-wait-test-pool-wait-3e073c76a98f + resource_type: + - unknown_type headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/034a502a-1d52-470d-84bd-4a8edd935ba3 + url: https://api.scaleway.com/ipam/v1/regions/fr-par/ips?order_by=created_at_desc&project_id=105bdce1-64c0-48ab-899d-868455867ecf&resource_name=scw-test-pool-wait-test-pool-wait-3e073c76a98f&resource_type=unknown_type method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 715 - body: "{\"region\":\"fr-par\", \"id\":\"034a502a-1d52-470d-84bd-4a8edd935ba3\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:49:07.243810Z\", \"updated_at\":\"2025-10-30T16:49:07.243810Z\", \"name\":\"test-pool-wait\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 1122 + body: "{\"total_count\":2, \"ips\":[{\"id\":\"54c6f7a2-4ca0-43bb-bc9a-b4a3905c0487\", \"address\":\"fd5f:519c:6d46:90dd:c183:ab7b:59b9:fc92/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":true, \"created_at\":\"2025-10-30T16:51:19.698188Z\", \"updated_at\":\"2025-10-30T16:51:19.698188Z\", \"source\":{\"subnet_id\":\"7493d1b7-5773-41c2-be8c-52e4ec098fc3\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"45715cb9-7532-4c78-93a4-2fef3fa3b71a\", \"mac_address\":\"02:00:00:1D:E4:BA\", \"name\":\"scw-test-pool-wait-test-pool-wait-3e073c76a98f\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}, {\"id\":\"ddc7378f-48eb-4ae3-af3e-4d5ee60054c4\", \"address\":\"172.18.20.3/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":false, \"created_at\":\"2025-10-30T16:51:19.565119Z\", \"updated_at\":\"2025-10-30T16:51:19.565119Z\", \"source\":{\"subnet_id\":\"da10d014-609b-48cc-9b9a-437dc31f4497\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"45715cb9-7532-4c78-93a4-2fef3fa3b71a\", \"mac_address\":\"02:00:00:1D:E4:BA\", \"name\":\"scw-test-pool-wait-test-pool-wait-3e073c76a98f\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}]}" headers: Content-Length: - - "715" + - "1122" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:49:37 GMT + - Thu, 30 Oct 2025 16:52:21 GMT Server: - Scaleway API Gateway (fr-par-3;edge01) X-Request-Id: - - 18b22c4e-ee40-4c4f-aa62-4e37c70b95f0 + - 5a9b7607-43b7-4e85-bb7a-291e12c4888f status: 200 OK code: 200 - duration: 88.659508ms + duration: 31.920799ms - id: 20 request: proto: HTTP/1.1 @@ -670,28 +688,28 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/034a502a-1d52-470d-84bd-4a8edd935ba3 + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/5114e066-aa93-4560-9be0-5ae445715a75 method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 715 - body: "{\"region\":\"fr-par\", \"id\":\"034a502a-1d52-470d-84bd-4a8edd935ba3\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:49:07.243810Z\", \"updated_at\":\"2025-10-30T16:49:07.243810Z\", \"name\":\"test-pool-wait\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 1630 + body: "{\"region\":\"fr-par\", \"id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:49:01.607119Z\", \"updated_at\":\"2025-10-30T16:50:36.155897Z\", \"type\":\"kapsule\", \"name\":\"test-pool-wait\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"calico\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"minimal\"], \"cluster_url\":\"https://5114e066-aa93-4560-9be0-5ae445715a75.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.5114e066-aa93-4560-9be0-5ae445715a75.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"363e7214-8a98-40d0-9357-9e4026c21b76\", \"commitment_ends_at\":\"2025-10-30T16:49:01.607128Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"6c8f211e-8819-44e2-93ca-fda367c9ca2a\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" headers: Content-Length: - - "715" + - "1630" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:49:43 GMT + - Thu, 30 Oct 2025 16:52:21 GMT Server: - Scaleway API Gateway (fr-par-3;edge01) X-Request-Id: - - 8c0e79d2-e861-48f4-be1f-36a3a2a83b55 + - 593b456a-ae0f-41db-8a59-aea71d68abeb status: 200 OK code: 200 - duration: 100.619113ms + duration: 21.654822ms - id: 21 request: proto: HTTP/1.1 @@ -708,22 +726,22 @@ interactions: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 715 - body: "{\"region\":\"fr-par\", \"id\":\"034a502a-1d52-470d-84bd-4a8edd935ba3\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:49:07.243810Z\", \"updated_at\":\"2025-10-30T16:49:07.243810Z\", \"name\":\"test-pool-wait\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 713 + body: "{\"region\":\"fr-par\", \"id\":\"034a502a-1d52-470d-84bd-4a8edd935ba3\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:49:07.243810Z\", \"updated_at\":\"2025-10-30T16:52:20.261969Z\", \"name\":\"test-pool-wait\", \"status\":\"ready\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" headers: Content-Length: - - "715" + - "713" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:49:48 GMT + - Thu, 30 Oct 2025 16:52:21 GMT Server: - Scaleway API Gateway (fr-par-3;edge01) X-Request-Id: - - fa3f1053-b778-4080-b8bb-216ae78eab69 + - 17a3d234-a046-40b3-8787-bd86d0a4f0e9 status: 200 OK code: 200 - duration: 111.110375ms + duration: 97.493317ms - id: 22 request: proto: HTTP/1.1 @@ -734,28 +752,28 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/034a502a-1d52-470d-84bd-4a8edd935ba3 + url: https://api.scaleway.com/vpc/v2/regions/fr-par/vpcs/1a7a1e1e-2b33-478e-8f1a-faa0303a1c43 method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 715 - body: "{\"region\":\"fr-par\", \"id\":\"034a502a-1d52-470d-84bd-4a8edd935ba3\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:49:07.243810Z\", \"updated_at\":\"2025-10-30T16:49:07.243810Z\", \"name\":\"test-pool-wait\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 419 + body: "{\"id\":\"1a7a1e1e-2b33-478e-8f1a-faa0303a1c43\", \"name\":\"tf-vpc-confident-bose\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:49:00.136298Z\", \"updated_at\":\"2025-10-30T16:49:00.136298Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_default\":false, \"private_network_count\":1, \"routing_enabled\":true, \"custom_routes_propagation_enabled\":true, \"region\":\"fr-par\"}" headers: Content-Length: - - "715" + - "419" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:49:53 GMT + - Thu, 30 Oct 2025 16:52:21 GMT Server: - Scaleway API Gateway (fr-par-3;edge01) X-Request-Id: - - c337e9f0-7e77-44e9-8b37-1e764dad4c5f + - 939dbd29-e776-4b65-92cf-c829471cb125 status: 200 OK code: 200 - duration: 79.305242ms + duration: 26.889697ms - id: 23 request: proto: HTTP/1.1 @@ -766,28 +784,28 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/034a502a-1d52-470d-84bd-4a8edd935ba3 + url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks/363e7214-8a98-40d0-9357-9e4026c21b76 method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 715 - body: "{\"region\":\"fr-par\", \"id\":\"034a502a-1d52-470d-84bd-4a8edd935ba3\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:49:07.243810Z\", \"updated_at\":\"2025-10-30T16:49:07.243810Z\", \"name\":\"test-pool-wait\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 1084 + body: "{\"id\":\"363e7214-8a98-40d0-9357-9e4026c21b76\", \"name\":\"test-pool-wait\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:49:00.384609Z\", \"updated_at\":\"2025-10-30T16:49:00.384609Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"subnets\":[{\"id\":\"da10d014-609b-48cc-9b9a-437dc31f4497\", \"created_at\":\"2025-10-30T16:49:00.384609Z\", \"updated_at\":\"2025-10-30T16:49:00.384609Z\", \"subnet\":\"172.18.20.0/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"363e7214-8a98-40d0-9357-9e4026c21b76\", \"vpc_id\":\"1a7a1e1e-2b33-478e-8f1a-faa0303a1c43\"}, {\"id\":\"7493d1b7-5773-41c2-be8c-52e4ec098fc3\", \"created_at\":\"2025-10-30T16:49:00.384609Z\", \"updated_at\":\"2025-10-30T16:49:00.384609Z\", \"subnet\":\"fd5f:519c:6d46:90dd::/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"363e7214-8a98-40d0-9357-9e4026c21b76\", \"vpc_id\":\"1a7a1e1e-2b33-478e-8f1a-faa0303a1c43\"}], \"vpc_id\":\"1a7a1e1e-2b33-478e-8f1a-faa0303a1c43\", \"dhcp_enabled\":true, \"default_route_propagation_enabled\":false, \"region\":\"fr-par\"}" headers: Content-Length: - - "715" + - "1084" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:49:58 GMT + - Thu, 30 Oct 2025 16:52:21 GMT Server: - Scaleway API Gateway (fr-par-3;edge01) X-Request-Id: - - 5c00ae86-9c04-4fe7-8b57-7fca836a145f + - fe1afd5e-f49c-48d5-b9c0-30d845843e1c status: 200 OK code: 200 - duration: 83.253282ms + duration: 21.752636ms - id: 24 request: proto: HTTP/1.1 @@ -798,28 +816,28 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/034a502a-1d52-470d-84bd-4a8edd935ba3 + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/5114e066-aa93-4560-9be0-5ae445715a75 method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 715 - body: "{\"region\":\"fr-par\", \"id\":\"034a502a-1d52-470d-84bd-4a8edd935ba3\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:49:07.243810Z\", \"updated_at\":\"2025-10-30T16:49:07.243810Z\", \"name\":\"test-pool-wait\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 1630 + body: "{\"region\":\"fr-par\", \"id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:49:01.607119Z\", \"updated_at\":\"2025-10-30T16:50:36.155897Z\", \"type\":\"kapsule\", \"name\":\"test-pool-wait\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"calico\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"minimal\"], \"cluster_url\":\"https://5114e066-aa93-4560-9be0-5ae445715a75.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.5114e066-aa93-4560-9be0-5ae445715a75.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"363e7214-8a98-40d0-9357-9e4026c21b76\", \"commitment_ends_at\":\"2025-10-30T16:49:01.607128Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"6c8f211e-8819-44e2-93ca-fda367c9ca2a\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" headers: Content-Length: - - "715" + - "1630" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:50:03 GMT + - Thu, 30 Oct 2025 16:52:21 GMT Server: - Scaleway API Gateway (fr-par-3;edge01) X-Request-Id: - - 6fe0797e-49a7-4936-aa45-0fa80ab048bf + - db4839b8-b0b8-4590-b3c7-543b6e10a342 status: 200 OK code: 200 - duration: 103.395655ms + duration: 23.441827ms - id: 25 request: proto: HTTP/1.1 @@ -830,28 +848,28 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/034a502a-1d52-470d-84bd-4a8edd935ba3 + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/5114e066-aa93-4560-9be0-5ae445715a75/kubeconfig method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 715 - body: "{\"region\":\"fr-par\", \"id\":\"034a502a-1d52-470d-84bd-4a8edd935ba3\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:49:07.243810Z\", \"updated_at\":\"2025-10-30T16:49:07.243810Z\", \"name\":\"test-pool-wait\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 1654 + body: "{\"name\":\"kubeconfig\", \"content_type\":\"application/octet-stream\", \"content\":\"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogInRlc3QtcG9vbC13YWl0IgogIGNsdXN0ZXI6CiAgICBjZXJ0aWZpY2F0ZS1hdXRob3JpdHktZGF0YTogTFMwdExTMUNSVWRKVGlCRFJWSlVTVVpKUTBGVVJTMHRMUzB0Q2sxSlNVSllSRU5EUVZGSFowRjNTVUpCWjBsQ1FVUkJTMEpuWjNGb2EycFBVRkZSUkVGcVFWWk5VazEzUlZGWlJGWlJVVVJGZDNCeVpGZEtiR050Tld3S1pFZFdlazFDTkZoRVZFa3hUVlJCZVU5VVJUSk9SR3QzVFZadldFUlVUVEZOVkVGNVQxUkZNazVFYTNkTlZtOTNSbFJGVkUxQ1JVZEJNVlZGUVhoTlN3cGhNMVpwV2xoS2RWcFlVbXhqZWtKYVRVSk5SMEo1Y1VkVFRUUTVRV2RGUjBORGNVZFRUVFE1UVhkRlNFRXdTVUZDVFhsNllqUkdTbVozWTFOM01tZEZDbEppVFRkVFZpOUpiM0ZXU21oWWVIbGxObHB1UkZOWlZ6WmxRbU4yV2tJM1RXVnVMMWxPYm5wM2F6QkpRazF2VDFkUFRXeHRlVGxJWVU5NE1XVkxaSFlLTUVRNE9XZDVZV3BSYWtKQlRVRTBSMEV4VldSRWQwVkNMM2RSUlVGM1NVTndSRUZRUW1kT1ZraFNUVUpCWmpoRlFsUkJSRUZSU0M5TlFqQkhRVEZWWkFwRVoxRlhRa0pTVTFsU1NtTm9UV1l3V0U5YWNtUkJhV1JMYkdOUWEyTklZeTlVUVV0Q1oyZHhhR3RxVDFCUlVVUkJaMDVLUVVSQ1IwRnBSVUY1Ym0xd0NqbFpkWG80VWpGVWFtNDBiV2RqYWpaV2QycFVTM2gzUm5KS1VrdFZTVVpIUTFwR2VsbEtWVU5KVVVSSWRERkNXalpHYUZrdlVUWlRabloxTVhCNmJEWUtNWG80VkhCMlNIQkxVa0pIY1RscmNVVlJOa3hPZHowOUNpMHRMUzB0UlU1RUlFTkZVbFJKUmtsRFFWUkZMUzB0TFMwSwogICAgc2VydmVyOiBodHRwczovLzUxMTRlMDY2LWFhOTMtNDU2MC05YmUwLTVhZTQ0NTcxNWE3NS5hcGkuazhzLmZyLXBhci5zY3cuY2xvdWQ6NjQ0Mwpjb250ZXh0czoKLSBuYW1lOiBhZG1pbkB0ZXN0LXBvb2wtd2FpdAogIGNvbnRleHQ6CiAgICBjbHVzdGVyOiAidGVzdC1wb29sLXdhaXQiCiAgICB1c2VyOiB0ZXN0LXBvb2wtd2FpdC1hZG1pbgpjdXJyZW50LWNvbnRleHQ6IGFkbWluQHRlc3QtcG9vbC13YWl0CmtpbmQ6IENvbmZpZwpwcmVmZXJlbmNlczoge30KdXNlcnM6Ci0gbmFtZTogdGVzdC1wb29sLXdhaXQtYWRtaW4KICB1c2VyOgogICAgdG9rZW46IGttQTQ5c2F6N1V4dVJSOHZ1UzIxMWpxN2NzVzNobFF1QzQ3QjRla3BobjE3UXBMcVRiVGJGelVO\"}" headers: Content-Length: - - "715" + - "1654" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:50:08 GMT + - Thu, 30 Oct 2025 16:52:21 GMT Server: - Scaleway API Gateway (fr-par-3;edge01) X-Request-Id: - - 6585430a-8c88-4e83-b834-fabb0430dfa2 + - ab292c81-a46a-472f-a054-a093dff4c583 status: 200 OK code: 200 - duration: 101.914445ms + duration: 89.728896ms - id: 26 request: proto: HTTP/1.1 @@ -868,22 +886,22 @@ interactions: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 715 - body: "{\"region\":\"fr-par\", \"id\":\"034a502a-1d52-470d-84bd-4a8edd935ba3\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:49:07.243810Z\", \"updated_at\":\"2025-10-30T16:49:07.243810Z\", \"name\":\"test-pool-wait\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 713 + body: "{\"region\":\"fr-par\", \"id\":\"034a502a-1d52-470d-84bd-4a8edd935ba3\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:49:07.243810Z\", \"updated_at\":\"2025-10-30T16:52:20.261969Z\", \"name\":\"test-pool-wait\", \"status\":\"ready\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" headers: Content-Length: - - "715" + - "713" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:50:13 GMT + - Thu, 30 Oct 2025 16:52:21 GMT Server: - Scaleway API Gateway (fr-par-3;edge01) X-Request-Id: - - 810f8575-2681-42cf-9a3b-ff8c038062d1 + - ef2183bf-c7ab-48ad-b49c-651a43b00b6f status: 200 OK code: 200 - duration: 91.117031ms + duration: 21.734462ms - id: 27 request: proto: HTTP/1.1 @@ -891,31 +909,40 @@ interactions: proto_minor: 1 content_length: 0 host: api.scaleway.com + form: + order_by: + - created_at_asc + page: + - "1" + pool_id: + - 034a502a-1d52-470d-84bd-4a8edd935ba3 + status: + - unknown headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/034a502a-1d52-470d-84bd-4a8edd935ba3 + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/5114e066-aa93-4560-9be0-5ae445715a75/nodes?order_by=created_at_asc&page=1&pool_id=034a502a-1d52-470d-84bd-4a8edd935ba3&status=unknown method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 715 - body: "{\"region\":\"fr-par\", \"id\":\"034a502a-1d52-470d-84bd-4a8edd935ba3\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:49:07.243810Z\", \"updated_at\":\"2025-10-30T16:49:07.243810Z\", \"name\":\"test-pool-wait\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 618 + body: "{\"total_count\":1, \"nodes\":[{\"region\":\"fr-par\", \"id\":\"3e073c76-a98f-4e6b-ad3c-7a6ca77e15fd\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:51:15.736647Z\", \"updated_at\":\"2025-10-30T16:52:20.249886Z\", \"pool_id\":\"034a502a-1d52-470d-84bd-4a8edd935ba3\", \"status\":\"ready\", \"conditions\":{\"DiskPressure\":\"False\", \"MemoryPressure\":\"False\", \"PIDPressure\":\"False\", \"Ready\":\"True\"}, \"name\":\"scw-test-pool-wait-test-pool-wait-3e073c76a98f\", \"public_ip_v4\":\"51.158.97.50\", \"public_ip_v6\":null, \"provider_id\":\"scaleway://instance/fr-par-1/6ba8f808-ce5f-4e0a-b30e-a83f7f79f945\", \"error_message\":\"\"}]}" headers: Content-Length: - - "715" + - "618" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:50:18 GMT + - Thu, 30 Oct 2025 16:52:21 GMT Server: - Scaleway API Gateway (fr-par-3;edge01) X-Request-Id: - - fc38541c-2d63-41e9-b45f-0f22e7dc0c9b + - 04c909c1-c347-4369-a9f8-0ee959f665c8 status: 200 OK code: 200 - duration: 109.143533ms + duration: 25.054693ms - id: 28 request: proto: HTTP/1.1 @@ -926,28 +953,28 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/034a502a-1d52-470d-84bd-4a8edd935ba3 + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/5114e066-aa93-4560-9be0-5ae445715a75 method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 715 - body: "{\"region\":\"fr-par\", \"id\":\"034a502a-1d52-470d-84bd-4a8edd935ba3\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:49:07.243810Z\", \"updated_at\":\"2025-10-30T16:49:07.243810Z\", \"name\":\"test-pool-wait\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 1630 + body: "{\"region\":\"fr-par\", \"id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:49:01.607119Z\", \"updated_at\":\"2025-10-30T16:50:36.155897Z\", \"type\":\"kapsule\", \"name\":\"test-pool-wait\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"calico\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"minimal\"], \"cluster_url\":\"https://5114e066-aa93-4560-9be0-5ae445715a75.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.5114e066-aa93-4560-9be0-5ae445715a75.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"363e7214-8a98-40d0-9357-9e4026c21b76\", \"commitment_ends_at\":\"2025-10-30T16:49:01.607128Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"6c8f211e-8819-44e2-93ca-fda367c9ca2a\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" headers: Content-Length: - - "715" + - "1630" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:50:23 GMT + - Thu, 30 Oct 2025 16:52:21 GMT Server: - Scaleway API Gateway (fr-par-3;edge01) X-Request-Id: - - ca5bbb64-49b7-482b-a255-92442f07cd34 + - d48e6179-b998-482b-8ebe-0001a00fa6c8 status: 200 OK code: 200 - duration: 97.031401ms + duration: 27.251046ms - id: 29 request: proto: HTTP/1.1 @@ -955,31 +982,40 @@ interactions: proto_minor: 1 content_length: 0 host: api.scaleway.com + form: + order_by: + - created_at_desc + project_id: + - 105bdce1-64c0-48ab-899d-868455867ecf + resource_name: + - scw-test-pool-wait-test-pool-wait-3e073c76a98f + resource_type: + - unknown_type headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/034a502a-1d52-470d-84bd-4a8edd935ba3 + url: https://api.scaleway.com/ipam/v1/regions/fr-par/ips?order_by=created_at_desc&project_id=105bdce1-64c0-48ab-899d-868455867ecf&resource_name=scw-test-pool-wait-test-pool-wait-3e073c76a98f&resource_type=unknown_type method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 715 - body: "{\"region\":\"fr-par\", \"id\":\"034a502a-1d52-470d-84bd-4a8edd935ba3\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:49:07.243810Z\", \"updated_at\":\"2025-10-30T16:49:07.243810Z\", \"name\":\"test-pool-wait\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 1122 + body: "{\"total_count\":2, \"ips\":[{\"id\":\"54c6f7a2-4ca0-43bb-bc9a-b4a3905c0487\", \"address\":\"fd5f:519c:6d46:90dd:c183:ab7b:59b9:fc92/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":true, \"created_at\":\"2025-10-30T16:51:19.698188Z\", \"updated_at\":\"2025-10-30T16:51:19.698188Z\", \"source\":{\"subnet_id\":\"7493d1b7-5773-41c2-be8c-52e4ec098fc3\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"45715cb9-7532-4c78-93a4-2fef3fa3b71a\", \"mac_address\":\"02:00:00:1D:E4:BA\", \"name\":\"scw-test-pool-wait-test-pool-wait-3e073c76a98f\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}, {\"id\":\"ddc7378f-48eb-4ae3-af3e-4d5ee60054c4\", \"address\":\"172.18.20.3/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":false, \"created_at\":\"2025-10-30T16:51:19.565119Z\", \"updated_at\":\"2025-10-30T16:51:19.565119Z\", \"source\":{\"subnet_id\":\"da10d014-609b-48cc-9b9a-437dc31f4497\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"45715cb9-7532-4c78-93a4-2fef3fa3b71a\", \"mac_address\":\"02:00:00:1D:E4:BA\", \"name\":\"scw-test-pool-wait-test-pool-wait-3e073c76a98f\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}]}" headers: Content-Length: - - "715" + - "1122" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:50:28 GMT + - Thu, 30 Oct 2025 16:52:22 GMT Server: - Scaleway API Gateway (fr-par-3;edge01) X-Request-Id: - - ecefb45b-3867-44a0-8053-b4f2ca483ea9 + - a3a9a288-fc90-4906-abbd-d66f78436a31 status: 200 OK code: 200 - duration: 87.33383ms + duration: 37.224965ms - id: 30 request: proto: HTTP/1.1 @@ -990,28 +1026,28 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/034a502a-1d52-470d-84bd-4a8edd935ba3 + url: https://api.scaleway.com/vpc/v2/regions/fr-par/vpcs/1a7a1e1e-2b33-478e-8f1a-faa0303a1c43 method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 715 - body: "{\"region\":\"fr-par\", \"id\":\"034a502a-1d52-470d-84bd-4a8edd935ba3\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:49:07.243810Z\", \"updated_at\":\"2025-10-30T16:49:07.243810Z\", \"name\":\"test-pool-wait\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 419 + body: "{\"id\":\"1a7a1e1e-2b33-478e-8f1a-faa0303a1c43\", \"name\":\"tf-vpc-confident-bose\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:49:00.136298Z\", \"updated_at\":\"2025-10-30T16:49:00.136298Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_default\":false, \"private_network_count\":1, \"routing_enabled\":true, \"custom_routes_propagation_enabled\":true, \"region\":\"fr-par\"}" headers: Content-Length: - - "715" + - "419" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:50:34 GMT + - Thu, 30 Oct 2025 16:52:22 GMT Server: - Scaleway API Gateway (fr-par-3;edge01) X-Request-Id: - - 6d831b72-0347-4de1-9768-6bd875cb2b1b + - 9f207063-cd2d-435a-a97a-ad363e29405e status: 200 OK code: 200 - duration: 90.889885ms + duration: 43.821455ms - id: 31 request: proto: HTTP/1.1 @@ -1022,28 +1058,28 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/034a502a-1d52-470d-84bd-4a8edd935ba3 + url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks/363e7214-8a98-40d0-9357-9e4026c21b76 method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 715 - body: "{\"region\":\"fr-par\", \"id\":\"034a502a-1d52-470d-84bd-4a8edd935ba3\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:49:07.243810Z\", \"updated_at\":\"2025-10-30T16:49:07.243810Z\", \"name\":\"test-pool-wait\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 1084 + body: "{\"id\":\"363e7214-8a98-40d0-9357-9e4026c21b76\", \"name\":\"test-pool-wait\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:49:00.384609Z\", \"updated_at\":\"2025-10-30T16:49:00.384609Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"subnets\":[{\"id\":\"da10d014-609b-48cc-9b9a-437dc31f4497\", \"created_at\":\"2025-10-30T16:49:00.384609Z\", \"updated_at\":\"2025-10-30T16:49:00.384609Z\", \"subnet\":\"172.18.20.0/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"363e7214-8a98-40d0-9357-9e4026c21b76\", \"vpc_id\":\"1a7a1e1e-2b33-478e-8f1a-faa0303a1c43\"}, {\"id\":\"7493d1b7-5773-41c2-be8c-52e4ec098fc3\", \"created_at\":\"2025-10-30T16:49:00.384609Z\", \"updated_at\":\"2025-10-30T16:49:00.384609Z\", \"subnet\":\"fd5f:519c:6d46:90dd::/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"363e7214-8a98-40d0-9357-9e4026c21b76\", \"vpc_id\":\"1a7a1e1e-2b33-478e-8f1a-faa0303a1c43\"}], \"vpc_id\":\"1a7a1e1e-2b33-478e-8f1a-faa0303a1c43\", \"dhcp_enabled\":true, \"default_route_propagation_enabled\":false, \"region\":\"fr-par\"}" headers: Content-Length: - - "715" + - "1084" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:50:39 GMT + - Thu, 30 Oct 2025 16:52:22 GMT Server: - Scaleway API Gateway (fr-par-3;edge01) X-Request-Id: - - 4898c0aa-eb9f-4014-8ae3-d29003b4a7e4 + - 69471a4e-88c3-4ba2-91ee-6f94df53b09f status: 200 OK code: 200 - duration: 84.375468ms + duration: 36.278588ms - id: 32 request: proto: HTTP/1.1 @@ -1054,28 +1090,28 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/034a502a-1d52-470d-84bd-4a8edd935ba3 + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/5114e066-aa93-4560-9be0-5ae445715a75 method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 715 - body: "{\"region\":\"fr-par\", \"id\":\"034a502a-1d52-470d-84bd-4a8edd935ba3\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:49:07.243810Z\", \"updated_at\":\"2025-10-30T16:49:07.243810Z\", \"name\":\"test-pool-wait\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 1630 + body: "{\"region\":\"fr-par\", \"id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:49:01.607119Z\", \"updated_at\":\"2025-10-30T16:50:36.155897Z\", \"type\":\"kapsule\", \"name\":\"test-pool-wait\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"calico\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"minimal\"], \"cluster_url\":\"https://5114e066-aa93-4560-9be0-5ae445715a75.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.5114e066-aa93-4560-9be0-5ae445715a75.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"363e7214-8a98-40d0-9357-9e4026c21b76\", \"commitment_ends_at\":\"2025-10-30T16:49:01.607128Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"6c8f211e-8819-44e2-93ca-fda367c9ca2a\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" headers: Content-Length: - - "715" + - "1630" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:50:44 GMT + - Thu, 30 Oct 2025 16:52:22 GMT Server: - Scaleway API Gateway (fr-par-3;edge01) X-Request-Id: - - 02ba3275-2330-4f95-8687-7f1b4a72ca9f + - 21b7407c-68a5-4ff4-9daf-6b003a411d4d status: 200 OK code: 200 - duration: 89.812853ms + duration: 107.181961ms - id: 33 request: proto: HTTP/1.1 @@ -1086,28 +1122,28 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/034a502a-1d52-470d-84bd-4a8edd935ba3 + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/5114e066-aa93-4560-9be0-5ae445715a75/kubeconfig method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 715 - body: "{\"region\":\"fr-par\", \"id\":\"034a502a-1d52-470d-84bd-4a8edd935ba3\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:49:07.243810Z\", \"updated_at\":\"2025-10-30T16:49:07.243810Z\", \"name\":\"test-pool-wait\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 1654 + body: "{\"name\":\"kubeconfig\", \"content_type\":\"application/octet-stream\", \"content\":\"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogInRlc3QtcG9vbC13YWl0IgogIGNsdXN0ZXI6CiAgICBjZXJ0aWZpY2F0ZS1hdXRob3JpdHktZGF0YTogTFMwdExTMUNSVWRKVGlCRFJWSlVTVVpKUTBGVVJTMHRMUzB0Q2sxSlNVSllSRU5EUVZGSFowRjNTVUpCWjBsQ1FVUkJTMEpuWjNGb2EycFBVRkZSUkVGcVFWWk5VazEzUlZGWlJGWlJVVVJGZDNCeVpGZEtiR050Tld3S1pFZFdlazFDTkZoRVZFa3hUVlJCZVU5VVJUSk9SR3QzVFZadldFUlVUVEZOVkVGNVQxUkZNazVFYTNkTlZtOTNSbFJGVkUxQ1JVZEJNVlZGUVhoTlN3cGhNMVpwV2xoS2RWcFlVbXhqZWtKYVRVSk5SMEo1Y1VkVFRUUTVRV2RGUjBORGNVZFRUVFE1UVhkRlNFRXdTVUZDVFhsNllqUkdTbVozWTFOM01tZEZDbEppVFRkVFZpOUpiM0ZXU21oWWVIbGxObHB1UkZOWlZ6WmxRbU4yV2tJM1RXVnVMMWxPYm5wM2F6QkpRazF2VDFkUFRXeHRlVGxJWVU5NE1XVkxaSFlLTUVRNE9XZDVZV3BSYWtKQlRVRTBSMEV4VldSRWQwVkNMM2RSUlVGM1NVTndSRUZRUW1kT1ZraFNUVUpCWmpoRlFsUkJSRUZSU0M5TlFqQkhRVEZWWkFwRVoxRlhRa0pTVTFsU1NtTm9UV1l3V0U5YWNtUkJhV1JMYkdOUWEyTklZeTlVUVV0Q1oyZHhhR3RxVDFCUlVVUkJaMDVLUVVSQ1IwRnBSVUY1Ym0xd0NqbFpkWG80VWpGVWFtNDBiV2RqYWpaV2QycFVTM2gzUm5KS1VrdFZTVVpIUTFwR2VsbEtWVU5KVVVSSWRERkNXalpHYUZrdlVUWlRabloxTVhCNmJEWUtNWG80VkhCMlNIQkxVa0pIY1RscmNVVlJOa3hPZHowOUNpMHRMUzB0UlU1RUlFTkZVbFJKUmtsRFFWUkZMUzB0TFMwSwogICAgc2VydmVyOiBodHRwczovLzUxMTRlMDY2LWFhOTMtNDU2MC05YmUwLTVhZTQ0NTcxNWE3NS5hcGkuazhzLmZyLXBhci5zY3cuY2xvdWQ6NjQ0Mwpjb250ZXh0czoKLSBuYW1lOiBhZG1pbkB0ZXN0LXBvb2wtd2FpdAogIGNvbnRleHQ6CiAgICBjbHVzdGVyOiAidGVzdC1wb29sLXdhaXQiCiAgICB1c2VyOiB0ZXN0LXBvb2wtd2FpdC1hZG1pbgpjdXJyZW50LWNvbnRleHQ6IGFkbWluQHRlc3QtcG9vbC13YWl0CmtpbmQ6IENvbmZpZwpwcmVmZXJlbmNlczoge30KdXNlcnM6Ci0gbmFtZTogdGVzdC1wb29sLXdhaXQtYWRtaW4KICB1c2VyOgogICAgdG9rZW46IGttQTQ5c2F6N1V4dVJSOHZ1UzIxMWpxN2NzVzNobFF1QzQ3QjRla3BobjE3UXBMcVRiVGJGelVO\"}" headers: Content-Length: - - "715" + - "1654" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:50:49 GMT + - Thu, 30 Oct 2025 16:52:22 GMT Server: - Scaleway API Gateway (fr-par-3;edge01) X-Request-Id: - - f292a044-c0ca-42ba-a8b5-63d05a7dbac1 + - e6b137d2-0017-4e4b-baea-2b0ae637c05d status: 200 OK code: 200 - duration: 85.049072ms + duration: 31.917734ms - id: 34 request: proto: HTTP/1.1 @@ -1124,22 +1160,22 @@ interactions: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 715 - body: "{\"region\":\"fr-par\", \"id\":\"034a502a-1d52-470d-84bd-4a8edd935ba3\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:49:07.243810Z\", \"updated_at\":\"2025-10-30T16:49:07.243810Z\", \"name\":\"test-pool-wait\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 713 + body: "{\"region\":\"fr-par\", \"id\":\"034a502a-1d52-470d-84bd-4a8edd935ba3\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:49:07.243810Z\", \"updated_at\":\"2025-10-30T16:52:20.261969Z\", \"name\":\"test-pool-wait\", \"status\":\"ready\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" headers: Content-Length: - - "715" + - "713" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:50:54 GMT + - Thu, 30 Oct 2025 16:52:22 GMT Server: - Scaleway API Gateway (fr-par-3;edge01) X-Request-Id: - - a3baefb6-662a-47e5-873d-c6b8baf7ab39 + - 2eb7e7df-4111-46a5-aea6-c05409c986de status: 200 OK code: 200 - duration: 79.439604ms + duration: 25.599827ms - id: 35 request: proto: HTTP/1.1 @@ -1147,31 +1183,40 @@ interactions: proto_minor: 1 content_length: 0 host: api.scaleway.com + form: + order_by: + - created_at_asc + page: + - "1" + pool_id: + - 034a502a-1d52-470d-84bd-4a8edd935ba3 + status: + - unknown headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/034a502a-1d52-470d-84bd-4a8edd935ba3 + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/5114e066-aa93-4560-9be0-5ae445715a75/nodes?order_by=created_at_asc&page=1&pool_id=034a502a-1d52-470d-84bd-4a8edd935ba3&status=unknown method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 715 - body: "{\"region\":\"fr-par\", \"id\":\"034a502a-1d52-470d-84bd-4a8edd935ba3\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:49:07.243810Z\", \"updated_at\":\"2025-10-30T16:49:07.243810Z\", \"name\":\"test-pool-wait\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 618 + body: "{\"total_count\":1, \"nodes\":[{\"region\":\"fr-par\", \"id\":\"3e073c76-a98f-4e6b-ad3c-7a6ca77e15fd\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:51:15.736647Z\", \"updated_at\":\"2025-10-30T16:52:20.249886Z\", \"pool_id\":\"034a502a-1d52-470d-84bd-4a8edd935ba3\", \"status\":\"ready\", \"conditions\":{\"DiskPressure\":\"False\", \"MemoryPressure\":\"False\", \"PIDPressure\":\"False\", \"Ready\":\"True\"}, \"name\":\"scw-test-pool-wait-test-pool-wait-3e073c76a98f\", \"public_ip_v4\":\"51.158.97.50\", \"public_ip_v6\":null, \"provider_id\":\"scaleway://instance/fr-par-1/6ba8f808-ce5f-4e0a-b30e-a83f7f79f945\", \"error_message\":\"\"}]}" headers: Content-Length: - - "715" + - "618" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:50:59 GMT + - Thu, 30 Oct 2025 16:52:22 GMT Server: - Scaleway API Gateway (fr-par-3;edge01) X-Request-Id: - - 46c99eda-c8fa-476b-a072-3448a8ebe3f9 + - 2d5150b3-a77e-4c3a-9a31-8a48ad592f8d status: 200 OK code: 200 - duration: 90.343499ms + duration: 43.343318ms - id: 36 request: proto: HTTP/1.1 @@ -1182,28 +1227,28 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/034a502a-1d52-470d-84bd-4a8edd935ba3 + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/5114e066-aa93-4560-9be0-5ae445715a75 method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 715 - body: "{\"region\":\"fr-par\", \"id\":\"034a502a-1d52-470d-84bd-4a8edd935ba3\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:49:07.243810Z\", \"updated_at\":\"2025-10-30T16:49:07.243810Z\", \"name\":\"test-pool-wait\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 1630 + body: "{\"region\":\"fr-par\", \"id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:49:01.607119Z\", \"updated_at\":\"2025-10-30T16:50:36.155897Z\", \"type\":\"kapsule\", \"name\":\"test-pool-wait\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"calico\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"minimal\"], \"cluster_url\":\"https://5114e066-aa93-4560-9be0-5ae445715a75.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.5114e066-aa93-4560-9be0-5ae445715a75.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"363e7214-8a98-40d0-9357-9e4026c21b76\", \"commitment_ends_at\":\"2025-10-30T16:49:01.607128Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"6c8f211e-8819-44e2-93ca-fda367c9ca2a\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" headers: Content-Length: - - "715" + - "1630" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:51:04 GMT + - Thu, 30 Oct 2025 16:52:22 GMT Server: - Scaleway API Gateway (fr-par-3;edge01) X-Request-Id: - - e10eaf7b-6561-4e05-a03f-959e2f3c6bde + - 5602e3cd-4a6b-45b6-9d6e-8e490e80af64 status: 200 OK code: 200 - duration: 82.202831ms + duration: 23.510054ms - id: 37 request: proto: HTTP/1.1 @@ -1211,31 +1256,40 @@ interactions: proto_minor: 1 content_length: 0 host: api.scaleway.com + form: + order_by: + - created_at_desc + project_id: + - 105bdce1-64c0-48ab-899d-868455867ecf + resource_name: + - scw-test-pool-wait-test-pool-wait-3e073c76a98f + resource_type: + - unknown_type headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/034a502a-1d52-470d-84bd-4a8edd935ba3 + url: https://api.scaleway.com/ipam/v1/regions/fr-par/ips?order_by=created_at_desc&project_id=105bdce1-64c0-48ab-899d-868455867ecf&resource_name=scw-test-pool-wait-test-pool-wait-3e073c76a98f&resource_type=unknown_type method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 715 - body: "{\"region\":\"fr-par\", \"id\":\"034a502a-1d52-470d-84bd-4a8edd935ba3\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:49:07.243810Z\", \"updated_at\":\"2025-10-30T16:49:07.243810Z\", \"name\":\"test-pool-wait\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 1122 + body: "{\"total_count\":2, \"ips\":[{\"id\":\"54c6f7a2-4ca0-43bb-bc9a-b4a3905c0487\", \"address\":\"fd5f:519c:6d46:90dd:c183:ab7b:59b9:fc92/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":true, \"created_at\":\"2025-10-30T16:51:19.698188Z\", \"updated_at\":\"2025-10-30T16:51:19.698188Z\", \"source\":{\"subnet_id\":\"7493d1b7-5773-41c2-be8c-52e4ec098fc3\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"45715cb9-7532-4c78-93a4-2fef3fa3b71a\", \"mac_address\":\"02:00:00:1D:E4:BA\", \"name\":\"scw-test-pool-wait-test-pool-wait-3e073c76a98f\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}, {\"id\":\"ddc7378f-48eb-4ae3-af3e-4d5ee60054c4\", \"address\":\"172.18.20.3/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":false, \"created_at\":\"2025-10-30T16:51:19.565119Z\", \"updated_at\":\"2025-10-30T16:51:19.565119Z\", \"source\":{\"subnet_id\":\"da10d014-609b-48cc-9b9a-437dc31f4497\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"45715cb9-7532-4c78-93a4-2fef3fa3b71a\", \"mac_address\":\"02:00:00:1D:E4:BA\", \"name\":\"scw-test-pool-wait-test-pool-wait-3e073c76a98f\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}]}" headers: Content-Length: - - "715" + - "1122" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:51:09 GMT + - Thu, 30 Oct 2025 16:52:22 GMT Server: - Scaleway API Gateway (fr-par-3;edge01) X-Request-Id: - - 47af7bf2-0ed7-4a18-8d7b-bfbb64a319a6 + - f2441186-ef39-43b2-8e4c-79570be40674 status: 200 OK code: 200 - duration: 98.961642ms + duration: 24.484573ms - id: 38 request: proto: HTTP/1.1 @@ -1246,60 +1300,63 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/034a502a-1d52-470d-84bd-4a8edd935ba3 + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/5114e066-aa93-4560-9be0-5ae445715a75 method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 715 - body: "{\"region\":\"fr-par\", \"id\":\"034a502a-1d52-470d-84bd-4a8edd935ba3\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:49:07.243810Z\", \"updated_at\":\"2025-10-30T16:49:07.243810Z\", \"name\":\"test-pool-wait\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 1630 + body: "{\"region\":\"fr-par\", \"id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:49:01.607119Z\", \"updated_at\":\"2025-10-30T16:50:36.155897Z\", \"type\":\"kapsule\", \"name\":\"test-pool-wait\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"calico\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"minimal\"], \"cluster_url\":\"https://5114e066-aa93-4560-9be0-5ae445715a75.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.5114e066-aa93-4560-9be0-5ae445715a75.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"363e7214-8a98-40d0-9357-9e4026c21b76\", \"commitment_ends_at\":\"2025-10-30T16:49:01.607128Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"6c8f211e-8819-44e2-93ca-fda367c9ca2a\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" headers: Content-Length: - - "715" + - "1630" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:51:14 GMT + - Thu, 30 Oct 2025 16:52:22 GMT Server: - Scaleway API Gateway (fr-par-3;edge01) X-Request-Id: - - c72fd333-a9ba-4d16-ade1-375b73e03f99 + - 02358d8b-c5e5-4303-808d-525743a7c871 status: 200 OK code: 200 - duration: 133.073225ms + duration: 23.862716ms - id: 39 request: proto: HTTP/1.1 proto_major: 1 proto_minor: 1 - content_length: 0 + content_length: 272 host: api.scaleway.com + body: "{\"name\":\"test-pool-wait-2\",\"node_type\":\"pro2_xxs\",\"autoscaling\":false,\"size\":1,\"min_size\":1,\"max_size\":1,\"container_runtime\":\"containerd\",\"autohealing\":false,\"tags\":[],\"kubelet_args\":{},\"zone\":\"fr-par-1\",\"root_volume_type\":\"default_volume_type\",\"public_ip_disabled\":false}" headers: + Content-Type: + - application/json User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/034a502a-1d52-470d-84bd-4a8edd935ba3 - method: GET + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/5114e066-aa93-4560-9be0-5ae445715a75/pools + method: POST response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 715 - body: "{\"region\":\"fr-par\", \"id\":\"034a502a-1d52-470d-84bd-4a8edd935ba3\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:49:07.243810Z\", \"updated_at\":\"2025-10-30T16:49:07.243810Z\", \"name\":\"test-pool-wait\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 717 + body: "{\"region\":\"fr-par\", \"id\":\"b0c262ac-e3c4-4a41-9b7c-fac43b180e81\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:52:22.689840Z\", \"updated_at\":\"2025-10-30T16:52:22.689840Z\", \"name\":\"test-pool-wait-2\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" headers: Content-Length: - - "715" + - "717" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:51:19 GMT + - Thu, 30 Oct 2025 16:52:22 GMT Server: - Scaleway API Gateway (fr-par-3;edge01) X-Request-Id: - - 0cd24b62-9bbb-45f6-b39c-93ae11dc55e4 + - 6a7dd2ee-645c-4b43-9930-5cd67eb9b370 status: 200 OK code: 200 - duration: 78.87246ms + duration: 143.875238ms - id: 40 request: proto: HTTP/1.1 @@ -1310,28 +1367,28 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/034a502a-1d52-470d-84bd-4a8edd935ba3 + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/b0c262ac-e3c4-4a41-9b7c-fac43b180e81 method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 715 - body: "{\"region\":\"fr-par\", \"id\":\"034a502a-1d52-470d-84bd-4a8edd935ba3\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:49:07.243810Z\", \"updated_at\":\"2025-10-30T16:49:07.243810Z\", \"name\":\"test-pool-wait\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 717 + body: "{\"region\":\"fr-par\", \"id\":\"b0c262ac-e3c4-4a41-9b7c-fac43b180e81\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:52:22.689840Z\", \"updated_at\":\"2025-10-30T16:52:22.689840Z\", \"name\":\"test-pool-wait-2\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" headers: Content-Length: - - "715" + - "717" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:51:24 GMT + - Thu, 30 Oct 2025 16:52:22 GMT Server: - Scaleway API Gateway (fr-par-3;edge01) X-Request-Id: - - 8827af54-6a63-413d-b2bc-ddda24b4838c + - 241425ac-9d81-44c0-9023-9b9a7624a671 status: 200 OK code: 200 - duration: 110.420299ms + duration: 22.269527ms - id: 41 request: proto: HTTP/1.1 @@ -1342,28 +1399,28 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/034a502a-1d52-470d-84bd-4a8edd935ba3 + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/b0c262ac-e3c4-4a41-9b7c-fac43b180e81 method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 content_length: 715 - body: "{\"region\":\"fr-par\", \"id\":\"034a502a-1d52-470d-84bd-4a8edd935ba3\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:49:07.243810Z\", \"updated_at\":\"2025-10-30T16:49:07.243810Z\", \"name\":\"test-pool-wait\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + body: "{\"region\":\"fr-par\", \"id\":\"b0c262ac-e3c4-4a41-9b7c-fac43b180e81\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:52:22.689840Z\", \"updated_at\":\"2025-10-30T16:53:10.546154Z\", \"name\":\"test-pool-wait-2\", \"status\":\"ready\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" headers: Content-Length: - "715" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:51:30 GMT + - Thu, 30 Oct 2025 16:53:13 GMT Server: - Scaleway API Gateway (fr-par-3;edge01) X-Request-Id: - - 02385603-55f5-4fd0-a8a9-35d4c5e2dbc4 + - b14ff2ec-1e26-49a3-9597-76bfc69c8045 status: 200 OK code: 200 - duration: 87.821796ms + duration: 94.082386ms - id: 42 request: proto: HTTP/1.1 @@ -1374,28 +1431,28 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/034a502a-1d52-470d-84bd-4a8edd935ba3 + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/5114e066-aa93-4560-9be0-5ae445715a75 method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 715 - body: "{\"region\":\"fr-par\", \"id\":\"034a502a-1d52-470d-84bd-4a8edd935ba3\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:49:07.243810Z\", \"updated_at\":\"2025-10-30T16:49:07.243810Z\", \"name\":\"test-pool-wait\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 1630 + body: "{\"region\":\"fr-par\", \"id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:49:01.607119Z\", \"updated_at\":\"2025-10-30T16:50:36.155897Z\", \"type\":\"kapsule\", \"name\":\"test-pool-wait\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"calico\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"minimal\"], \"cluster_url\":\"https://5114e066-aa93-4560-9be0-5ae445715a75.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.5114e066-aa93-4560-9be0-5ae445715a75.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"363e7214-8a98-40d0-9357-9e4026c21b76\", \"commitment_ends_at\":\"2025-10-30T16:49:01.607128Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"6c8f211e-8819-44e2-93ca-fda367c9ca2a\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" headers: Content-Length: - - "715" + - "1630" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:51:35 GMT + - Thu, 30 Oct 2025 16:53:13 GMT Server: - Scaleway API Gateway (fr-par-3;edge01) X-Request-Id: - - eafd80cc-1f1d-40d2-8ebe-810cae9a4838 + - 160d7502-633a-4f72-a822-cf9a8075d4f7 status: 200 OK code: 200 - duration: 97.363725ms + duration: 25.08467ms - id: 43 request: proto: HTTP/1.1 @@ -1406,28 +1463,28 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/034a502a-1d52-470d-84bd-4a8edd935ba3 + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/b0c262ac-e3c4-4a41-9b7c-fac43b180e81 method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 content_length: 715 - body: "{\"region\":\"fr-par\", \"id\":\"034a502a-1d52-470d-84bd-4a8edd935ba3\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:49:07.243810Z\", \"updated_at\":\"2025-10-30T16:49:07.243810Z\", \"name\":\"test-pool-wait\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + body: "{\"region\":\"fr-par\", \"id\":\"b0c262ac-e3c4-4a41-9b7c-fac43b180e81\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:52:22.689840Z\", \"updated_at\":\"2025-10-30T16:53:10.546154Z\", \"name\":\"test-pool-wait-2\", \"status\":\"ready\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" headers: Content-Length: - "715" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:51:40 GMT + - Thu, 30 Oct 2025 16:53:13 GMT Server: - Scaleway API Gateway (fr-par-3;edge01) X-Request-Id: - - f66e46e2-9b0b-4886-b677-b6a70980a65a + - 41e29722-ebe0-4d58-a6b2-8085e4cd020c status: 200 OK code: 200 - duration: 101.536846ms + duration: 89.459791ms - id: 44 request: proto: HTTP/1.1 @@ -1435,31 +1492,40 @@ interactions: proto_minor: 1 content_length: 0 host: api.scaleway.com + form: + order_by: + - created_at_asc + page: + - "1" + pool_id: + - b0c262ac-e3c4-4a41-9b7c-fac43b180e81 + status: + - unknown headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/034a502a-1d52-470d-84bd-4a8edd935ba3 + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/5114e066-aa93-4560-9be0-5ae445715a75/nodes?order_by=created_at_asc&page=1&pool_id=b0c262ac-e3c4-4a41-9b7c-fac43b180e81&status=unknown method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 715 - body: "{\"region\":\"fr-par\", \"id\":\"034a502a-1d52-470d-84bd-4a8edd935ba3\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:49:07.243810Z\", \"updated_at\":\"2025-10-30T16:49:07.243810Z\", \"name\":\"test-pool-wait\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 618 + body: "{\"total_count\":1, \"nodes\":[{\"region\":\"fr-par\", \"id\":\"803259ac-2333-4048-8fec-ae14c9eff6df\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:52:23.157062Z\", \"updated_at\":\"2025-10-30T16:53:10.533820Z\", \"pool_id\":\"b0c262ac-e3c4-4a41-9b7c-fac43b180e81\", \"status\":\"ready\", \"conditions\":{\"DiskPressure\":\"False\", \"MemoryPressure\":\"False\", \"PIDPressure\":\"False\", \"Ready\":\"True\"}, \"name\":\"scw-test-pool-wait-test-pool-wait-2-803259ac23\", \"public_ip_v4\":\"51.158.65.45\", \"public_ip_v6\":null, \"provider_id\":\"scaleway://instance/fr-par-1/f94c2846-a5e6-44e2-823b-e4da6094250f\", \"error_message\":\"\"}]}" headers: Content-Length: - - "715" + - "618" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:51:45 GMT + - Thu, 30 Oct 2025 16:53:13 GMT Server: - Scaleway API Gateway (fr-par-3;edge01) X-Request-Id: - - 006b421b-63b5-4b1d-8690-c8d223b8740d + - 0c4497f5-0d1f-4b00-96d2-b24332045f71 status: 200 OK code: 200 - duration: 107.04278ms + duration: 20.312823ms - id: 45 request: proto: HTTP/1.1 @@ -1470,28 +1536,28 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/034a502a-1d52-470d-84bd-4a8edd935ba3 + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/5114e066-aa93-4560-9be0-5ae445715a75 method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 715 - body: "{\"region\":\"fr-par\", \"id\":\"034a502a-1d52-470d-84bd-4a8edd935ba3\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:49:07.243810Z\", \"updated_at\":\"2025-10-30T16:49:07.243810Z\", \"name\":\"test-pool-wait\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 1630 + body: "{\"region\":\"fr-par\", \"id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:49:01.607119Z\", \"updated_at\":\"2025-10-30T16:50:36.155897Z\", \"type\":\"kapsule\", \"name\":\"test-pool-wait\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"calico\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"minimal\"], \"cluster_url\":\"https://5114e066-aa93-4560-9be0-5ae445715a75.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.5114e066-aa93-4560-9be0-5ae445715a75.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"363e7214-8a98-40d0-9357-9e4026c21b76\", \"commitment_ends_at\":\"2025-10-30T16:49:01.607128Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"6c8f211e-8819-44e2-93ca-fda367c9ca2a\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" headers: Content-Length: - - "715" + - "1630" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:51:50 GMT + - Thu, 30 Oct 2025 16:53:13 GMT Server: - Scaleway API Gateway (fr-par-3;edge01) X-Request-Id: - - df75b9ef-5a13-4773-a43b-2dd67cba3cc3 + - f6b52ef4-a81b-4bc0-9fde-7e7c13aa6b09 status: 200 OK code: 200 - duration: 79.979067ms + duration: 20.801451ms - id: 46 request: proto: HTTP/1.1 @@ -1499,31 +1565,40 @@ interactions: proto_minor: 1 content_length: 0 host: api.scaleway.com + form: + order_by: + - created_at_desc + project_id: + - 105bdce1-64c0-48ab-899d-868455867ecf + resource_name: + - scw-test-pool-wait-test-pool-wait-2-803259ac23 + resource_type: + - unknown_type headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/034a502a-1d52-470d-84bd-4a8edd935ba3 + url: https://api.scaleway.com/ipam/v1/regions/fr-par/ips?order_by=created_at_desc&project_id=105bdce1-64c0-48ab-899d-868455867ecf&resource_name=scw-test-pool-wait-test-pool-wait-2-803259ac23&resource_type=unknown_type method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 715 - body: "{\"region\":\"fr-par\", \"id\":\"034a502a-1d52-470d-84bd-4a8edd935ba3\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:49:07.243810Z\", \"updated_at\":\"2025-10-30T16:49:07.243810Z\", \"name\":\"test-pool-wait\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 1122 + body: "{\"total_count\":2, \"ips\":[{\"id\":\"35d11f02-76e3-4fe4-a39b-c2df537169d7\", \"address\":\"fd5f:519c:6d46:90dd:ab00:4e62:584d:4783/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":true, \"created_at\":\"2025-10-30T16:52:26.776899Z\", \"updated_at\":\"2025-10-30T16:52:26.776899Z\", \"source\":{\"subnet_id\":\"7493d1b7-5773-41c2-be8c-52e4ec098fc3\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"6f4c43ec-ff56-4721-ab5d-fdf2a12b8f2e\", \"mac_address\":\"02:00:00:12:65:C5\", \"name\":\"scw-test-pool-wait-test-pool-wait-2-803259ac23\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}, {\"id\":\"878dc0d8-d3e7-4ab9-b890-f5352063637c\", \"address\":\"172.18.20.4/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":false, \"created_at\":\"2025-10-30T16:52:26.654069Z\", \"updated_at\":\"2025-10-30T16:52:26.654069Z\", \"source\":{\"subnet_id\":\"da10d014-609b-48cc-9b9a-437dc31f4497\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"6f4c43ec-ff56-4721-ab5d-fdf2a12b8f2e\", \"mac_address\":\"02:00:00:12:65:C5\", \"name\":\"scw-test-pool-wait-test-pool-wait-2-803259ac23\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}]}" headers: Content-Length: - - "715" + - "1122" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:51:55 GMT + - Thu, 30 Oct 2025 16:53:14 GMT Server: - Scaleway API Gateway (fr-par-3;edge01) X-Request-Id: - - 08e91a98-1152-4c03-b14f-6d22dff8cfdf + - 60d9b96e-7457-45bb-927f-53189a54dd9b status: 200 OK code: 200 - duration: 92.612938ms + duration: 99.662659ms - id: 47 request: proto: HTTP/1.1 @@ -1534,28 +1609,28 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/034a502a-1d52-470d-84bd-4a8edd935ba3 + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/5114e066-aa93-4560-9be0-5ae445715a75 method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 715 - body: "{\"region\":\"fr-par\", \"id\":\"034a502a-1d52-470d-84bd-4a8edd935ba3\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:49:07.243810Z\", \"updated_at\":\"2025-10-30T16:49:07.243810Z\", \"name\":\"test-pool-wait\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 1630 + body: "{\"region\":\"fr-par\", \"id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:49:01.607119Z\", \"updated_at\":\"2025-10-30T16:50:36.155897Z\", \"type\":\"kapsule\", \"name\":\"test-pool-wait\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"calico\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"minimal\"], \"cluster_url\":\"https://5114e066-aa93-4560-9be0-5ae445715a75.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.5114e066-aa93-4560-9be0-5ae445715a75.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"363e7214-8a98-40d0-9357-9e4026c21b76\", \"commitment_ends_at\":\"2025-10-30T16:49:01.607128Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"6c8f211e-8819-44e2-93ca-fda367c9ca2a\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" headers: Content-Length: - - "715" + - "1630" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:52:00 GMT + - Thu, 30 Oct 2025 16:53:14 GMT Server: - Scaleway API Gateway (fr-par-3;edge01) X-Request-Id: - - b389b85f-ed7f-4f96-8bd9-d5b86106a665 + - 58932961-9842-45f7-8f70-45a605c94258 status: 200 OK code: 200 - duration: 95.586259ms + duration: 20.450251ms - id: 48 request: proto: HTTP/1.1 @@ -1566,28 +1641,28 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/034a502a-1d52-470d-84bd-4a8edd935ba3 + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/b0c262ac-e3c4-4a41-9b7c-fac43b180e81 method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 content_length: 715 - body: "{\"region\":\"fr-par\", \"id\":\"034a502a-1d52-470d-84bd-4a8edd935ba3\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:49:07.243810Z\", \"updated_at\":\"2025-10-30T16:49:07.243810Z\", \"name\":\"test-pool-wait\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + body: "{\"region\":\"fr-par\", \"id\":\"b0c262ac-e3c4-4a41-9b7c-fac43b180e81\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:52:22.689840Z\", \"updated_at\":\"2025-10-30T16:53:10.546154Z\", \"name\":\"test-pool-wait-2\", \"status\":\"ready\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" headers: Content-Length: - "715" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:52:05 GMT + - Thu, 30 Oct 2025 16:53:14 GMT Server: - Scaleway API Gateway (fr-par-3;edge01) X-Request-Id: - - d6afa8f9-b539-45b8-8560-29303c6f3691 + - cef30e48-8802-490a-850c-cacd6ae617e0 status: 200 OK code: 200 - duration: 84.967409ms + duration: 25.174247ms - id: 49 request: proto: HTTP/1.1 @@ -1598,28 +1673,28 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/034a502a-1d52-470d-84bd-4a8edd935ba3 + url: https://api.scaleway.com/vpc/v2/regions/fr-par/vpcs/1a7a1e1e-2b33-478e-8f1a-faa0303a1c43 method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 715 - body: "{\"region\":\"fr-par\", \"id\":\"034a502a-1d52-470d-84bd-4a8edd935ba3\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:49:07.243810Z\", \"updated_at\":\"2025-10-30T16:49:07.243810Z\", \"name\":\"test-pool-wait\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 419 + body: "{\"id\":\"1a7a1e1e-2b33-478e-8f1a-faa0303a1c43\", \"name\":\"tf-vpc-confident-bose\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:49:00.136298Z\", \"updated_at\":\"2025-10-30T16:49:00.136298Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_default\":false, \"private_network_count\":1, \"routing_enabled\":true, \"custom_routes_propagation_enabled\":true, \"region\":\"fr-par\"}" headers: Content-Length: - - "715" + - "419" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:52:10 GMT + - Thu, 30 Oct 2025 16:53:14 GMT Server: - Scaleway API Gateway (fr-par-3;edge01) X-Request-Id: - - 98d140ab-9bee-4189-8ce0-c738077c7e58 + - b410560a-c10d-43b9-928d-bf8864b14e43 status: 200 OK code: 200 - duration: 92.798536ms + duration: 24.171706ms - id: 50 request: proto: HTTP/1.1 @@ -1630,28 +1705,28 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/034a502a-1d52-470d-84bd-4a8edd935ba3 + url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks/363e7214-8a98-40d0-9357-9e4026c21b76 method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 715 - body: "{\"region\":\"fr-par\", \"id\":\"034a502a-1d52-470d-84bd-4a8edd935ba3\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:49:07.243810Z\", \"updated_at\":\"2025-10-30T16:49:07.243810Z\", \"name\":\"test-pool-wait\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 1084 + body: "{\"id\":\"363e7214-8a98-40d0-9357-9e4026c21b76\", \"name\":\"test-pool-wait\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:49:00.384609Z\", \"updated_at\":\"2025-10-30T16:49:00.384609Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"subnets\":[{\"id\":\"da10d014-609b-48cc-9b9a-437dc31f4497\", \"created_at\":\"2025-10-30T16:49:00.384609Z\", \"updated_at\":\"2025-10-30T16:49:00.384609Z\", \"subnet\":\"172.18.20.0/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"363e7214-8a98-40d0-9357-9e4026c21b76\", \"vpc_id\":\"1a7a1e1e-2b33-478e-8f1a-faa0303a1c43\"}, {\"id\":\"7493d1b7-5773-41c2-be8c-52e4ec098fc3\", \"created_at\":\"2025-10-30T16:49:00.384609Z\", \"updated_at\":\"2025-10-30T16:49:00.384609Z\", \"subnet\":\"fd5f:519c:6d46:90dd::/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"363e7214-8a98-40d0-9357-9e4026c21b76\", \"vpc_id\":\"1a7a1e1e-2b33-478e-8f1a-faa0303a1c43\"}], \"vpc_id\":\"1a7a1e1e-2b33-478e-8f1a-faa0303a1c43\", \"dhcp_enabled\":true, \"default_route_propagation_enabled\":false, \"region\":\"fr-par\"}" headers: Content-Length: - - "715" + - "1084" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:52:15 GMT + - Thu, 30 Oct 2025 16:53:14 GMT Server: - Scaleway API Gateway (fr-par-3;edge01) X-Request-Id: - - 1e8a07cb-d8c4-4f4f-b3ca-01d3219644ba + - b2955d58-e958-4b15-904d-2a9a5ae86ea5 status: 200 OK code: 200 - duration: 86.11883ms + duration: 27.040189ms - id: 51 request: proto: HTTP/1.1 @@ -1662,28 +1737,28 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/034a502a-1d52-470d-84bd-4a8edd935ba3 + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/5114e066-aa93-4560-9be0-5ae445715a75 method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 713 - body: "{\"region\":\"fr-par\", \"id\":\"034a502a-1d52-470d-84bd-4a8edd935ba3\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:49:07.243810Z\", \"updated_at\":\"2025-10-30T16:52:20.261969Z\", \"name\":\"test-pool-wait\", \"status\":\"ready\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 1630 + body: "{\"region\":\"fr-par\", \"id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:49:01.607119Z\", \"updated_at\":\"2025-10-30T16:50:36.155897Z\", \"type\":\"kapsule\", \"name\":\"test-pool-wait\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"calico\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"minimal\"], \"cluster_url\":\"https://5114e066-aa93-4560-9be0-5ae445715a75.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.5114e066-aa93-4560-9be0-5ae445715a75.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"363e7214-8a98-40d0-9357-9e4026c21b76\", \"commitment_ends_at\":\"2025-10-30T16:49:01.607128Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"6c8f211e-8819-44e2-93ca-fda367c9ca2a\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" headers: Content-Length: - - "713" + - "1630" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:52:21 GMT + - Thu, 30 Oct 2025 16:53:14 GMT Server: - Scaleway API Gateway (fr-par-3;edge01) X-Request-Id: - - 797dbe7d-8def-448a-8d0c-9ecd6cc81adc + - b9831e25-d9f6-4af4-ad4d-380bedf6aeb0 status: 200 OK code: 200 - duration: 145.773451ms + duration: 21.017556ms - id: 52 request: proto: HTTP/1.1 @@ -1694,28 +1769,28 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/5114e066-aa93-4560-9be0-5ae445715a75 + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/5114e066-aa93-4560-9be0-5ae445715a75/kubeconfig method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 1630 - body: "{\"region\":\"fr-par\", \"id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:49:01.607119Z\", \"updated_at\":\"2025-10-30T16:50:36.155897Z\", \"type\":\"kapsule\", \"name\":\"test-pool-wait\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"calico\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"minimal\"], \"cluster_url\":\"https://5114e066-aa93-4560-9be0-5ae445715a75.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.5114e066-aa93-4560-9be0-5ae445715a75.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"363e7214-8a98-40d0-9357-9e4026c21b76\", \"commitment_ends_at\":\"2025-10-30T16:49:01.607128Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"6c8f211e-8819-44e2-93ca-fda367c9ca2a\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + content_length: 1654 + body: "{\"name\":\"kubeconfig\", \"content_type\":\"application/octet-stream\", \"content\":\"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogInRlc3QtcG9vbC13YWl0IgogIGNsdXN0ZXI6CiAgICBjZXJ0aWZpY2F0ZS1hdXRob3JpdHktZGF0YTogTFMwdExTMUNSVWRKVGlCRFJWSlVTVVpKUTBGVVJTMHRMUzB0Q2sxSlNVSllSRU5EUVZGSFowRjNTVUpCWjBsQ1FVUkJTMEpuWjNGb2EycFBVRkZSUkVGcVFWWk5VazEzUlZGWlJGWlJVVVJGZDNCeVpGZEtiR050Tld3S1pFZFdlazFDTkZoRVZFa3hUVlJCZVU5VVJUSk9SR3QzVFZadldFUlVUVEZOVkVGNVQxUkZNazVFYTNkTlZtOTNSbFJGVkUxQ1JVZEJNVlZGUVhoTlN3cGhNMVpwV2xoS2RWcFlVbXhqZWtKYVRVSk5SMEo1Y1VkVFRUUTVRV2RGUjBORGNVZFRUVFE1UVhkRlNFRXdTVUZDVFhsNllqUkdTbVozWTFOM01tZEZDbEppVFRkVFZpOUpiM0ZXU21oWWVIbGxObHB1UkZOWlZ6WmxRbU4yV2tJM1RXVnVMMWxPYm5wM2F6QkpRazF2VDFkUFRXeHRlVGxJWVU5NE1XVkxaSFlLTUVRNE9XZDVZV3BSYWtKQlRVRTBSMEV4VldSRWQwVkNMM2RSUlVGM1NVTndSRUZRUW1kT1ZraFNUVUpCWmpoRlFsUkJSRUZSU0M5TlFqQkhRVEZWWkFwRVoxRlhRa0pTVTFsU1NtTm9UV1l3V0U5YWNtUkJhV1JMYkdOUWEyTklZeTlVUVV0Q1oyZHhhR3RxVDFCUlVVUkJaMDVLUVVSQ1IwRnBSVUY1Ym0xd0NqbFpkWG80VWpGVWFtNDBiV2RqYWpaV2QycFVTM2gzUm5KS1VrdFZTVVpIUTFwR2VsbEtWVU5KVVVSSWRERkNXalpHYUZrdlVUWlRabloxTVhCNmJEWUtNWG80VkhCMlNIQkxVa0pIY1RscmNVVlJOa3hPZHowOUNpMHRMUzB0UlU1RUlFTkZVbFJKUmtsRFFWUkZMUzB0TFMwSwogICAgc2VydmVyOiBodHRwczovLzUxMTRlMDY2LWFhOTMtNDU2MC05YmUwLTVhZTQ0NTcxNWE3NS5hcGkuazhzLmZyLXBhci5zY3cuY2xvdWQ6NjQ0Mwpjb250ZXh0czoKLSBuYW1lOiBhZG1pbkB0ZXN0LXBvb2wtd2FpdAogIGNvbnRleHQ6CiAgICBjbHVzdGVyOiAidGVzdC1wb29sLXdhaXQiCiAgICB1c2VyOiB0ZXN0LXBvb2wtd2FpdC1hZG1pbgpjdXJyZW50LWNvbnRleHQ6IGFkbWluQHRlc3QtcG9vbC13YWl0CmtpbmQ6IENvbmZpZwpwcmVmZXJlbmNlczoge30KdXNlcnM6Ci0gbmFtZTogdGVzdC1wb29sLXdhaXQtYWRtaW4KICB1c2VyOgogICAgdG9rZW46IGttQTQ5c2F6N1V4dVJSOHZ1UzIxMWpxN2NzVzNobFF1QzQ3QjRla3BobjE3UXBMcVRiVGJGelVO\"}" headers: Content-Length: - - "1630" + - "1654" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:52:21 GMT + - Thu, 30 Oct 2025 16:53:14 GMT Server: - Scaleway API Gateway (fr-par-3;edge01) X-Request-Id: - - 6c4dca8d-9442-4486-8b21-37ad285bcee4 + - 8a5454d7-3d31-4f9a-8352-878905400340 status: 200 OK code: 200 - duration: 19.320692ms + duration: 88.227377ms - id: 53 request: proto: HTTP/1.1 @@ -1740,14 +1815,14 @@ interactions: Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:52:21 GMT + - Thu, 30 Oct 2025 16:53:14 GMT Server: - Scaleway API Gateway (fr-par-3;edge01) X-Request-Id: - - a7994219-3a2a-4f2a-8e51-d5347c7cb655 + - 19fc9f25-2122-4e87-84ab-61fa1e0d7061 status: 200 OK code: 200 - duration: 101.27191ms + duration: 26.034572ms - id: 54 request: proto: HTTP/1.1 @@ -1755,40 +1830,31 @@ interactions: proto_minor: 1 content_length: 0 host: api.scaleway.com - form: - order_by: - - created_at_asc - page: - - "1" - pool_id: - - 034a502a-1d52-470d-84bd-4a8edd935ba3 - status: - - unknown headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/5114e066-aa93-4560-9be0-5ae445715a75/nodes?order_by=created_at_asc&page=1&pool_id=034a502a-1d52-470d-84bd-4a8edd935ba3&status=unknown + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/b0c262ac-e3c4-4a41-9b7c-fac43b180e81 method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 618 - body: "{\"total_count\":1, \"nodes\":[{\"region\":\"fr-par\", \"id\":\"3e073c76-a98f-4e6b-ad3c-7a6ca77e15fd\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:51:15.736647Z\", \"updated_at\":\"2025-10-30T16:52:20.249886Z\", \"pool_id\":\"034a502a-1d52-470d-84bd-4a8edd935ba3\", \"status\":\"ready\", \"conditions\":{\"DiskPressure\":\"False\", \"MemoryPressure\":\"False\", \"PIDPressure\":\"False\", \"Ready\":\"True\"}, \"name\":\"scw-test-pool-wait-test-pool-wait-3e073c76a98f\", \"public_ip_v4\":\"51.158.97.50\", \"public_ip_v6\":null, \"provider_id\":\"scaleway://instance/fr-par-1/6ba8f808-ce5f-4e0a-b30e-a83f7f79f945\", \"error_message\":\"\"}]}" - headers: + content_length: 715 + body: "{\"region\":\"fr-par\", \"id\":\"b0c262ac-e3c4-4a41-9b7c-fac43b180e81\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:52:22.689840Z\", \"updated_at\":\"2025-10-30T16:53:10.546154Z\", \"name\":\"test-pool-wait-2\", \"status\":\"ready\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + headers: Content-Length: - - "618" + - "715" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:52:21 GMT + - Thu, 30 Oct 2025 16:53:14 GMT Server: - Scaleway API Gateway (fr-par-3;edge01) X-Request-Id: - - f06d89cd-88e2-4002-8e61-5a861a50b103 + - 5c174d33-0c9d-44d4-8343-852d24fc4493 status: 200 OK code: 200 - duration: 31.958661ms + duration: 26.960049ms - id: 55 request: proto: HTTP/1.1 @@ -1796,31 +1862,40 @@ interactions: proto_minor: 1 content_length: 0 host: api.scaleway.com + form: + order_by: + - created_at_asc + page: + - "1" + pool_id: + - 034a502a-1d52-470d-84bd-4a8edd935ba3 + status: + - unknown headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/5114e066-aa93-4560-9be0-5ae445715a75 + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/5114e066-aa93-4560-9be0-5ae445715a75/nodes?order_by=created_at_asc&page=1&pool_id=034a502a-1d52-470d-84bd-4a8edd935ba3&status=unknown method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 1630 - body: "{\"region\":\"fr-par\", \"id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:49:01.607119Z\", \"updated_at\":\"2025-10-30T16:50:36.155897Z\", \"type\":\"kapsule\", \"name\":\"test-pool-wait\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"calico\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"minimal\"], \"cluster_url\":\"https://5114e066-aa93-4560-9be0-5ae445715a75.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.5114e066-aa93-4560-9be0-5ae445715a75.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"363e7214-8a98-40d0-9357-9e4026c21b76\", \"commitment_ends_at\":\"2025-10-30T16:49:01.607128Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"6c8f211e-8819-44e2-93ca-fda367c9ca2a\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + content_length: 648 + body: "{\"total_count\":1, \"nodes\":[{\"region\":\"fr-par\", \"id\":\"3e073c76-a98f-4e6b-ad3c-7a6ca77e15fd\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:51:15.736647Z\", \"updated_at\":\"2025-10-30T16:53:10.517490Z\", \"pool_id\":\"034a502a-1d52-470d-84bd-4a8edd935ba3\", \"status\":\"ready\", \"conditions\":{\"DiskPressure\":\"False\", \"MemoryPressure\":\"False\", \"NetworkUnavailable\":\"False\", \"PIDPressure\":\"False\", \"Ready\":\"True\"}, \"name\":\"scw-test-pool-wait-test-pool-wait-3e073c76a98f\", \"public_ip_v4\":\"51.158.97.50\", \"public_ip_v6\":null, \"provider_id\":\"scaleway://instance/fr-par-1/6ba8f808-ce5f-4e0a-b30e-a83f7f79f945\", \"error_message\":\"\"}]}" headers: Content-Length: - - "1630" + - "648" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:52:21 GMT + - Thu, 30 Oct 2025 16:53:14 GMT Server: - Scaleway API Gateway (fr-par-3;edge01) X-Request-Id: - - c2db3854-b0d4-4876-ad95-f26fec26f5dd + - 67d66ddf-5887-4d95-bdee-e5816032c8dc status: 200 OK code: 200 - duration: 25.597752ms + duration: 19.400762ms - id: 56 request: proto: HTTP/1.1 @@ -1830,38 +1905,38 @@ interactions: host: api.scaleway.com form: order_by: - - created_at_desc - project_id: - - 105bdce1-64c0-48ab-899d-868455867ecf - resource_name: - - scw-test-pool-wait-test-pool-wait-3e073c76a98f - resource_type: - - unknown_type + - created_at_asc + page: + - "1" + pool_id: + - b0c262ac-e3c4-4a41-9b7c-fac43b180e81 + status: + - unknown headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/ipam/v1/regions/fr-par/ips?order_by=created_at_desc&project_id=105bdce1-64c0-48ab-899d-868455867ecf&resource_name=scw-test-pool-wait-test-pool-wait-3e073c76a98f&resource_type=unknown_type + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/5114e066-aa93-4560-9be0-5ae445715a75/nodes?order_by=created_at_asc&page=1&pool_id=b0c262ac-e3c4-4a41-9b7c-fac43b180e81&status=unknown method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 1122 - body: "{\"total_count\":2, \"ips\":[{\"id\":\"54c6f7a2-4ca0-43bb-bc9a-b4a3905c0487\", \"address\":\"fd5f:519c:6d46:90dd:c183:ab7b:59b9:fc92/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":true, \"created_at\":\"2025-10-30T16:51:19.698188Z\", \"updated_at\":\"2025-10-30T16:51:19.698188Z\", \"source\":{\"subnet_id\":\"7493d1b7-5773-41c2-be8c-52e4ec098fc3\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"45715cb9-7532-4c78-93a4-2fef3fa3b71a\", \"mac_address\":\"02:00:00:1D:E4:BA\", \"name\":\"scw-test-pool-wait-test-pool-wait-3e073c76a98f\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}, {\"id\":\"ddc7378f-48eb-4ae3-af3e-4d5ee60054c4\", \"address\":\"172.18.20.3/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":false, \"created_at\":\"2025-10-30T16:51:19.565119Z\", \"updated_at\":\"2025-10-30T16:51:19.565119Z\", \"source\":{\"subnet_id\":\"da10d014-609b-48cc-9b9a-437dc31f4497\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"45715cb9-7532-4c78-93a4-2fef3fa3b71a\", \"mac_address\":\"02:00:00:1D:E4:BA\", \"name\":\"scw-test-pool-wait-test-pool-wait-3e073c76a98f\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}]}" + content_length: 618 + body: "{\"total_count\":1, \"nodes\":[{\"region\":\"fr-par\", \"id\":\"803259ac-2333-4048-8fec-ae14c9eff6df\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:52:23.157062Z\", \"updated_at\":\"2025-10-30T16:53:10.533820Z\", \"pool_id\":\"b0c262ac-e3c4-4a41-9b7c-fac43b180e81\", \"status\":\"ready\", \"conditions\":{\"DiskPressure\":\"False\", \"MemoryPressure\":\"False\", \"PIDPressure\":\"False\", \"Ready\":\"True\"}, \"name\":\"scw-test-pool-wait-test-pool-wait-2-803259ac23\", \"public_ip_v4\":\"51.158.65.45\", \"public_ip_v6\":null, \"provider_id\":\"scaleway://instance/fr-par-1/f94c2846-a5e6-44e2-823b-e4da6094250f\", \"error_message\":\"\"}]}" headers: Content-Length: - - "1122" + - "618" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:52:21 GMT + - Thu, 30 Oct 2025 16:53:14 GMT Server: - Scaleway API Gateway (fr-par-3;edge01) X-Request-Id: - - 5a9b7607-43b7-4e85-bb7a-291e12c4888f + - 93300ece-717b-4222-a946-771ac6fc544a status: 200 OK code: 200 - duration: 31.920799ms + duration: 26.171208ms - id: 57 request: proto: HTTP/1.1 @@ -1886,14 +1961,14 @@ interactions: Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:52:21 GMT + - Thu, 30 Oct 2025 16:53:14 GMT Server: - Scaleway API Gateway (fr-par-3;edge01) X-Request-Id: - - 593b456a-ae0f-41db-8a59-aea71d68abeb + - 153230ae-90eb-4d2b-ad2d-861b6b0c8af4 status: 200 OK code: 200 - duration: 21.654822ms + duration: 24.893881ms - id: 58 request: proto: HTTP/1.1 @@ -1904,28 +1979,28 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/034a502a-1d52-470d-84bd-4a8edd935ba3 + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/5114e066-aa93-4560-9be0-5ae445715a75 method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 713 - body: "{\"region\":\"fr-par\", \"id\":\"034a502a-1d52-470d-84bd-4a8edd935ba3\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:49:07.243810Z\", \"updated_at\":\"2025-10-30T16:52:20.261969Z\", \"name\":\"test-pool-wait\", \"status\":\"ready\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 1630 + body: "{\"region\":\"fr-par\", \"id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:49:01.607119Z\", \"updated_at\":\"2025-10-30T16:50:36.155897Z\", \"type\":\"kapsule\", \"name\":\"test-pool-wait\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"calico\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"minimal\"], \"cluster_url\":\"https://5114e066-aa93-4560-9be0-5ae445715a75.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.5114e066-aa93-4560-9be0-5ae445715a75.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"363e7214-8a98-40d0-9357-9e4026c21b76\", \"commitment_ends_at\":\"2025-10-30T16:49:01.607128Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"6c8f211e-8819-44e2-93ca-fda367c9ca2a\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" headers: Content-Length: - - "713" + - "1630" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:52:21 GMT + - Thu, 30 Oct 2025 16:53:14 GMT Server: - Scaleway API Gateway (fr-par-3;edge01) X-Request-Id: - - 17a3d234-a046-40b3-8787-bd86d0a4f0e9 + - 62a9bce9-3154-4eb2-ae95-54694df92c06 status: 200 OK code: 200 - duration: 97.493317ms + duration: 30.586155ms - id: 59 request: proto: HTTP/1.1 @@ -1933,31 +2008,40 @@ interactions: proto_minor: 1 content_length: 0 host: api.scaleway.com + form: + order_by: + - created_at_desc + project_id: + - 105bdce1-64c0-48ab-899d-868455867ecf + resource_name: + - scw-test-pool-wait-test-pool-wait-2-803259ac23 + resource_type: + - unknown_type headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/fr-par/vpcs/1a7a1e1e-2b33-478e-8f1a-faa0303a1c43 + url: https://api.scaleway.com/ipam/v1/regions/fr-par/ips?order_by=created_at_desc&project_id=105bdce1-64c0-48ab-899d-868455867ecf&resource_name=scw-test-pool-wait-test-pool-wait-2-803259ac23&resource_type=unknown_type method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 419 - body: "{\"id\":\"1a7a1e1e-2b33-478e-8f1a-faa0303a1c43\", \"name\":\"tf-vpc-confident-bose\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:49:00.136298Z\", \"updated_at\":\"2025-10-30T16:49:00.136298Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_default\":false, \"private_network_count\":1, \"routing_enabled\":true, \"custom_routes_propagation_enabled\":true, \"region\":\"fr-par\"}" + content_length: 1122 + body: "{\"total_count\":2, \"ips\":[{\"id\":\"35d11f02-76e3-4fe4-a39b-c2df537169d7\", \"address\":\"fd5f:519c:6d46:90dd:ab00:4e62:584d:4783/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":true, \"created_at\":\"2025-10-30T16:52:26.776899Z\", \"updated_at\":\"2025-10-30T16:52:26.776899Z\", \"source\":{\"subnet_id\":\"7493d1b7-5773-41c2-be8c-52e4ec098fc3\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"6f4c43ec-ff56-4721-ab5d-fdf2a12b8f2e\", \"mac_address\":\"02:00:00:12:65:C5\", \"name\":\"scw-test-pool-wait-test-pool-wait-2-803259ac23\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}, {\"id\":\"878dc0d8-d3e7-4ab9-b890-f5352063637c\", \"address\":\"172.18.20.4/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":false, \"created_at\":\"2025-10-30T16:52:26.654069Z\", \"updated_at\":\"2025-10-30T16:52:26.654069Z\", \"source\":{\"subnet_id\":\"da10d014-609b-48cc-9b9a-437dc31f4497\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"6f4c43ec-ff56-4721-ab5d-fdf2a12b8f2e\", \"mac_address\":\"02:00:00:12:65:C5\", \"name\":\"scw-test-pool-wait-test-pool-wait-2-803259ac23\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}]}" headers: Content-Length: - - "419" + - "1122" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:52:21 GMT + - Thu, 30 Oct 2025 16:53:14 GMT Server: - Scaleway API Gateway (fr-par-3;edge01) X-Request-Id: - - 939dbd29-e776-4b65-92cf-c829471cb125 + - 188845c7-9540-4028-ad0b-1755b398668e status: 200 OK code: 200 - duration: 26.889697ms + duration: 42.741218ms - id: 60 request: proto: HTTP/1.1 @@ -1965,31 +2049,40 @@ interactions: proto_minor: 1 content_length: 0 host: api.scaleway.com + form: + order_by: + - created_at_desc + project_id: + - 105bdce1-64c0-48ab-899d-868455867ecf + resource_name: + - scw-test-pool-wait-test-pool-wait-3e073c76a98f + resource_type: + - unknown_type headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks/363e7214-8a98-40d0-9357-9e4026c21b76 + url: https://api.scaleway.com/ipam/v1/regions/fr-par/ips?order_by=created_at_desc&project_id=105bdce1-64c0-48ab-899d-868455867ecf&resource_name=scw-test-pool-wait-test-pool-wait-3e073c76a98f&resource_type=unknown_type method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 1084 - body: "{\"id\":\"363e7214-8a98-40d0-9357-9e4026c21b76\", \"name\":\"test-pool-wait\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:49:00.384609Z\", \"updated_at\":\"2025-10-30T16:49:00.384609Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"subnets\":[{\"id\":\"da10d014-609b-48cc-9b9a-437dc31f4497\", \"created_at\":\"2025-10-30T16:49:00.384609Z\", \"updated_at\":\"2025-10-30T16:49:00.384609Z\", \"subnet\":\"172.18.20.0/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"363e7214-8a98-40d0-9357-9e4026c21b76\", \"vpc_id\":\"1a7a1e1e-2b33-478e-8f1a-faa0303a1c43\"}, {\"id\":\"7493d1b7-5773-41c2-be8c-52e4ec098fc3\", \"created_at\":\"2025-10-30T16:49:00.384609Z\", \"updated_at\":\"2025-10-30T16:49:00.384609Z\", \"subnet\":\"fd5f:519c:6d46:90dd::/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"363e7214-8a98-40d0-9357-9e4026c21b76\", \"vpc_id\":\"1a7a1e1e-2b33-478e-8f1a-faa0303a1c43\"}], \"vpc_id\":\"1a7a1e1e-2b33-478e-8f1a-faa0303a1c43\", \"dhcp_enabled\":true, \"default_route_propagation_enabled\":false, \"region\":\"fr-par\"}" + content_length: 1122 + body: "{\"total_count\":2, \"ips\":[{\"id\":\"54c6f7a2-4ca0-43bb-bc9a-b4a3905c0487\", \"address\":\"fd5f:519c:6d46:90dd:c183:ab7b:59b9:fc92/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":true, \"created_at\":\"2025-10-30T16:51:19.698188Z\", \"updated_at\":\"2025-10-30T16:51:19.698188Z\", \"source\":{\"subnet_id\":\"7493d1b7-5773-41c2-be8c-52e4ec098fc3\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"45715cb9-7532-4c78-93a4-2fef3fa3b71a\", \"mac_address\":\"02:00:00:1D:E4:BA\", \"name\":\"scw-test-pool-wait-test-pool-wait-3e073c76a98f\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}, {\"id\":\"ddc7378f-48eb-4ae3-af3e-4d5ee60054c4\", \"address\":\"172.18.20.3/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":false, \"created_at\":\"2025-10-30T16:51:19.565119Z\", \"updated_at\":\"2025-10-30T16:51:19.565119Z\", \"source\":{\"subnet_id\":\"da10d014-609b-48cc-9b9a-437dc31f4497\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"45715cb9-7532-4c78-93a4-2fef3fa3b71a\", \"mac_address\":\"02:00:00:1D:E4:BA\", \"name\":\"scw-test-pool-wait-test-pool-wait-3e073c76a98f\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}]}" headers: Content-Length: - - "1084" + - "1122" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:52:21 GMT + - Thu, 30 Oct 2025 16:53:14 GMT Server: - Scaleway API Gateway (fr-par-3;edge01) X-Request-Id: - - fe1afd5e-f49c-48d5-b9c0-30d845843e1c + - d7440368-0e37-4217-aeac-b1555819c6ce status: 200 OK code: 200 - duration: 21.752636ms + duration: 100.172266ms - id: 61 request: proto: HTTP/1.1 @@ -2000,28 +2093,28 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/5114e066-aa93-4560-9be0-5ae445715a75 + url: https://api.scaleway.com/vpc/v2/regions/fr-par/vpcs/1a7a1e1e-2b33-478e-8f1a-faa0303a1c43 method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 1630 - body: "{\"region\":\"fr-par\", \"id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:49:01.607119Z\", \"updated_at\":\"2025-10-30T16:50:36.155897Z\", \"type\":\"kapsule\", \"name\":\"test-pool-wait\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"calico\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"minimal\"], \"cluster_url\":\"https://5114e066-aa93-4560-9be0-5ae445715a75.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.5114e066-aa93-4560-9be0-5ae445715a75.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"363e7214-8a98-40d0-9357-9e4026c21b76\", \"commitment_ends_at\":\"2025-10-30T16:49:01.607128Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"6c8f211e-8819-44e2-93ca-fda367c9ca2a\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + content_length: 419 + body: "{\"id\":\"1a7a1e1e-2b33-478e-8f1a-faa0303a1c43\", \"name\":\"tf-vpc-confident-bose\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:49:00.136298Z\", \"updated_at\":\"2025-10-30T16:49:00.136298Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_default\":false, \"private_network_count\":1, \"routing_enabled\":true, \"custom_routes_propagation_enabled\":true, \"region\":\"fr-par\"}" headers: Content-Length: - - "1630" + - "419" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:52:21 GMT + - Thu, 30 Oct 2025 16:53:14 GMT Server: - Scaleway API Gateway (fr-par-3;edge01) X-Request-Id: - - db4839b8-b0b8-4590-b3c7-543b6e10a342 + - d481907e-eb2f-4754-bfb4-6e414f60ba29 status: 200 OK code: 200 - duration: 23.441827ms + duration: 26.002662ms - id: 62 request: proto: HTTP/1.1 @@ -2032,28 +2125,28 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/5114e066-aa93-4560-9be0-5ae445715a75/kubeconfig + url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks/363e7214-8a98-40d0-9357-9e4026c21b76 method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 1654 - body: "{\"name\":\"kubeconfig\", \"content_type\":\"application/octet-stream\", \"content\":\"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogInRlc3QtcG9vbC13YWl0IgogIGNsdXN0ZXI6CiAgICBjZXJ0aWZpY2F0ZS1hdXRob3JpdHktZGF0YTogTFMwdExTMUNSVWRKVGlCRFJWSlVTVVpKUTBGVVJTMHRMUzB0Q2sxSlNVSllSRU5EUVZGSFowRjNTVUpCWjBsQ1FVUkJTMEpuWjNGb2EycFBVRkZSUkVGcVFWWk5VazEzUlZGWlJGWlJVVVJGZDNCeVpGZEtiR050Tld3S1pFZFdlazFDTkZoRVZFa3hUVlJCZVU5VVJUSk9SR3QzVFZadldFUlVUVEZOVkVGNVQxUkZNazVFYTNkTlZtOTNSbFJGVkUxQ1JVZEJNVlZGUVhoTlN3cGhNMVpwV2xoS2RWcFlVbXhqZWtKYVRVSk5SMEo1Y1VkVFRUUTVRV2RGUjBORGNVZFRUVFE1UVhkRlNFRXdTVUZDVFhsNllqUkdTbVozWTFOM01tZEZDbEppVFRkVFZpOUpiM0ZXU21oWWVIbGxObHB1UkZOWlZ6WmxRbU4yV2tJM1RXVnVMMWxPYm5wM2F6QkpRazF2VDFkUFRXeHRlVGxJWVU5NE1XVkxaSFlLTUVRNE9XZDVZV3BSYWtKQlRVRTBSMEV4VldSRWQwVkNMM2RSUlVGM1NVTndSRUZRUW1kT1ZraFNUVUpCWmpoRlFsUkJSRUZSU0M5TlFqQkhRVEZWWkFwRVoxRlhRa0pTVTFsU1NtTm9UV1l3V0U5YWNtUkJhV1JMYkdOUWEyTklZeTlVUVV0Q1oyZHhhR3RxVDFCUlVVUkJaMDVLUVVSQ1IwRnBSVUY1Ym0xd0NqbFpkWG80VWpGVWFtNDBiV2RqYWpaV2QycFVTM2gzUm5KS1VrdFZTVVpIUTFwR2VsbEtWVU5KVVVSSWRERkNXalpHYUZrdlVUWlRabloxTVhCNmJEWUtNWG80VkhCMlNIQkxVa0pIY1RscmNVVlJOa3hPZHowOUNpMHRMUzB0UlU1RUlFTkZVbFJKUmtsRFFWUkZMUzB0TFMwSwogICAgc2VydmVyOiBodHRwczovLzUxMTRlMDY2LWFhOTMtNDU2MC05YmUwLTVhZTQ0NTcxNWE3NS5hcGkuazhzLmZyLXBhci5zY3cuY2xvdWQ6NjQ0Mwpjb250ZXh0czoKLSBuYW1lOiBhZG1pbkB0ZXN0LXBvb2wtd2FpdAogIGNvbnRleHQ6CiAgICBjbHVzdGVyOiAidGVzdC1wb29sLXdhaXQiCiAgICB1c2VyOiB0ZXN0LXBvb2wtd2FpdC1hZG1pbgpjdXJyZW50LWNvbnRleHQ6IGFkbWluQHRlc3QtcG9vbC13YWl0CmtpbmQ6IENvbmZpZwpwcmVmZXJlbmNlczoge30KdXNlcnM6Ci0gbmFtZTogdGVzdC1wb29sLXdhaXQtYWRtaW4KICB1c2VyOgogICAgdG9rZW46IGttQTQ5c2F6N1V4dVJSOHZ1UzIxMWpxN2NzVzNobFF1QzQ3QjRla3BobjE3UXBMcVRiVGJGelVO\"}" + content_length: 1084 + body: "{\"id\":\"363e7214-8a98-40d0-9357-9e4026c21b76\", \"name\":\"test-pool-wait\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:49:00.384609Z\", \"updated_at\":\"2025-10-30T16:49:00.384609Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"subnets\":[{\"id\":\"da10d014-609b-48cc-9b9a-437dc31f4497\", \"created_at\":\"2025-10-30T16:49:00.384609Z\", \"updated_at\":\"2025-10-30T16:49:00.384609Z\", \"subnet\":\"172.18.20.0/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"363e7214-8a98-40d0-9357-9e4026c21b76\", \"vpc_id\":\"1a7a1e1e-2b33-478e-8f1a-faa0303a1c43\"}, {\"id\":\"7493d1b7-5773-41c2-be8c-52e4ec098fc3\", \"created_at\":\"2025-10-30T16:49:00.384609Z\", \"updated_at\":\"2025-10-30T16:49:00.384609Z\", \"subnet\":\"fd5f:519c:6d46:90dd::/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"363e7214-8a98-40d0-9357-9e4026c21b76\", \"vpc_id\":\"1a7a1e1e-2b33-478e-8f1a-faa0303a1c43\"}], \"vpc_id\":\"1a7a1e1e-2b33-478e-8f1a-faa0303a1c43\", \"dhcp_enabled\":true, \"default_route_propagation_enabled\":false, \"region\":\"fr-par\"}" headers: Content-Length: - - "1654" + - "1084" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:52:21 GMT + - Thu, 30 Oct 2025 16:53:14 GMT Server: - Scaleway API Gateway (fr-par-3;edge01) X-Request-Id: - - ab292c81-a46a-472f-a054-a093dff4c583 + - 131deb5c-20ef-44e9-81ae-c6729e20013f status: 200 OK code: 200 - duration: 89.728896ms + duration: 22.478338ms - id: 63 request: proto: HTTP/1.1 @@ -2064,28 +2157,28 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/034a502a-1d52-470d-84bd-4a8edd935ba3 + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/5114e066-aa93-4560-9be0-5ae445715a75 method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 713 - body: "{\"region\":\"fr-par\", \"id\":\"034a502a-1d52-470d-84bd-4a8edd935ba3\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:49:07.243810Z\", \"updated_at\":\"2025-10-30T16:52:20.261969Z\", \"name\":\"test-pool-wait\", \"status\":\"ready\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 1630 + body: "{\"region\":\"fr-par\", \"id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:49:01.607119Z\", \"updated_at\":\"2025-10-30T16:50:36.155897Z\", \"type\":\"kapsule\", \"name\":\"test-pool-wait\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"calico\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"minimal\"], \"cluster_url\":\"https://5114e066-aa93-4560-9be0-5ae445715a75.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.5114e066-aa93-4560-9be0-5ae445715a75.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"363e7214-8a98-40d0-9357-9e4026c21b76\", \"commitment_ends_at\":\"2025-10-30T16:49:01.607128Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"6c8f211e-8819-44e2-93ca-fda367c9ca2a\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" headers: Content-Length: - - "713" + - "1630" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:52:21 GMT + - Thu, 30 Oct 2025 16:53:15 GMT Server: - Scaleway API Gateway (fr-par-3;edge01) X-Request-Id: - - ef2183bf-c7ab-48ad-b49c-651a43b00b6f + - ddc0a8be-4994-4574-bd9e-64361050dd14 status: 200 OK code: 200 - duration: 21.734462ms + duration: 95.207107ms - id: 64 request: proto: HTTP/1.1 @@ -2093,40 +2186,31 @@ interactions: proto_minor: 1 content_length: 0 host: api.scaleway.com - form: - order_by: - - created_at_asc - page: - - "1" - pool_id: - - 034a502a-1d52-470d-84bd-4a8edd935ba3 - status: - - unknown headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/5114e066-aa93-4560-9be0-5ae445715a75/nodes?order_by=created_at_asc&page=1&pool_id=034a502a-1d52-470d-84bd-4a8edd935ba3&status=unknown + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/5114e066-aa93-4560-9be0-5ae445715a75/kubeconfig method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 618 - body: "{\"total_count\":1, \"nodes\":[{\"region\":\"fr-par\", \"id\":\"3e073c76-a98f-4e6b-ad3c-7a6ca77e15fd\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:51:15.736647Z\", \"updated_at\":\"2025-10-30T16:52:20.249886Z\", \"pool_id\":\"034a502a-1d52-470d-84bd-4a8edd935ba3\", \"status\":\"ready\", \"conditions\":{\"DiskPressure\":\"False\", \"MemoryPressure\":\"False\", \"PIDPressure\":\"False\", \"Ready\":\"True\"}, \"name\":\"scw-test-pool-wait-test-pool-wait-3e073c76a98f\", \"public_ip_v4\":\"51.158.97.50\", \"public_ip_v6\":null, \"provider_id\":\"scaleway://instance/fr-par-1/6ba8f808-ce5f-4e0a-b30e-a83f7f79f945\", \"error_message\":\"\"}]}" + content_length: 1654 + body: "{\"name\":\"kubeconfig\", \"content_type\":\"application/octet-stream\", \"content\":\"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogInRlc3QtcG9vbC13YWl0IgogIGNsdXN0ZXI6CiAgICBjZXJ0aWZpY2F0ZS1hdXRob3JpdHktZGF0YTogTFMwdExTMUNSVWRKVGlCRFJWSlVTVVpKUTBGVVJTMHRMUzB0Q2sxSlNVSllSRU5EUVZGSFowRjNTVUpCWjBsQ1FVUkJTMEpuWjNGb2EycFBVRkZSUkVGcVFWWk5VazEzUlZGWlJGWlJVVVJGZDNCeVpGZEtiR050Tld3S1pFZFdlazFDTkZoRVZFa3hUVlJCZVU5VVJUSk9SR3QzVFZadldFUlVUVEZOVkVGNVQxUkZNazVFYTNkTlZtOTNSbFJGVkUxQ1JVZEJNVlZGUVhoTlN3cGhNMVpwV2xoS2RWcFlVbXhqZWtKYVRVSk5SMEo1Y1VkVFRUUTVRV2RGUjBORGNVZFRUVFE1UVhkRlNFRXdTVUZDVFhsNllqUkdTbVozWTFOM01tZEZDbEppVFRkVFZpOUpiM0ZXU21oWWVIbGxObHB1UkZOWlZ6WmxRbU4yV2tJM1RXVnVMMWxPYm5wM2F6QkpRazF2VDFkUFRXeHRlVGxJWVU5NE1XVkxaSFlLTUVRNE9XZDVZV3BSYWtKQlRVRTBSMEV4VldSRWQwVkNMM2RSUlVGM1NVTndSRUZRUW1kT1ZraFNUVUpCWmpoRlFsUkJSRUZSU0M5TlFqQkhRVEZWWkFwRVoxRlhRa0pTVTFsU1NtTm9UV1l3V0U5YWNtUkJhV1JMYkdOUWEyTklZeTlVUVV0Q1oyZHhhR3RxVDFCUlVVUkJaMDVLUVVSQ1IwRnBSVUY1Ym0xd0NqbFpkWG80VWpGVWFtNDBiV2RqYWpaV2QycFVTM2gzUm5KS1VrdFZTVVpIUTFwR2VsbEtWVU5KVVVSSWRERkNXalpHYUZrdlVUWlRabloxTVhCNmJEWUtNWG80VkhCMlNIQkxVa0pIY1RscmNVVlJOa3hPZHowOUNpMHRMUzB0UlU1RUlFTkZVbFJKUmtsRFFWUkZMUzB0TFMwSwogICAgc2VydmVyOiBodHRwczovLzUxMTRlMDY2LWFhOTMtNDU2MC05YmUwLTVhZTQ0NTcxNWE3NS5hcGkuazhzLmZyLXBhci5zY3cuY2xvdWQ6NjQ0Mwpjb250ZXh0czoKLSBuYW1lOiBhZG1pbkB0ZXN0LXBvb2wtd2FpdAogIGNvbnRleHQ6CiAgICBjbHVzdGVyOiAidGVzdC1wb29sLXdhaXQiCiAgICB1c2VyOiB0ZXN0LXBvb2wtd2FpdC1hZG1pbgpjdXJyZW50LWNvbnRleHQ6IGFkbWluQHRlc3QtcG9vbC13YWl0CmtpbmQ6IENvbmZpZwpwcmVmZXJlbmNlczoge30KdXNlcnM6Ci0gbmFtZTogdGVzdC1wb29sLXdhaXQtYWRtaW4KICB1c2VyOgogICAgdG9rZW46IGttQTQ5c2F6N1V4dVJSOHZ1UzIxMWpxN2NzVzNobFF1QzQ3QjRla3BobjE3UXBMcVRiVGJGelVO\"}" headers: Content-Length: - - "618" + - "1654" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:52:21 GMT + - Thu, 30 Oct 2025 16:53:15 GMT Server: - Scaleway API Gateway (fr-par-3;edge01) X-Request-Id: - - 04c909c1-c347-4369-a9f8-0ee959f665c8 + - 829de7ee-a55d-41ed-9de9-47c8a0cdad6e status: 200 OK code: 200 - duration: 25.054693ms + duration: 23.89674ms - id: 65 request: proto: HTTP/1.1 @@ -2137,28 +2221,28 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/5114e066-aa93-4560-9be0-5ae445715a75 + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/034a502a-1d52-470d-84bd-4a8edd935ba3 method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 1630 - body: "{\"region\":\"fr-par\", \"id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:49:01.607119Z\", \"updated_at\":\"2025-10-30T16:50:36.155897Z\", \"type\":\"kapsule\", \"name\":\"test-pool-wait\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"calico\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"minimal\"], \"cluster_url\":\"https://5114e066-aa93-4560-9be0-5ae445715a75.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.5114e066-aa93-4560-9be0-5ae445715a75.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"363e7214-8a98-40d0-9357-9e4026c21b76\", \"commitment_ends_at\":\"2025-10-30T16:49:01.607128Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"6c8f211e-8819-44e2-93ca-fda367c9ca2a\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + content_length: 713 + body: "{\"region\":\"fr-par\", \"id\":\"034a502a-1d52-470d-84bd-4a8edd935ba3\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:49:07.243810Z\", \"updated_at\":\"2025-10-30T16:52:20.261969Z\", \"name\":\"test-pool-wait\", \"status\":\"ready\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" headers: Content-Length: - - "1630" + - "713" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:52:21 GMT + - Thu, 30 Oct 2025 16:53:15 GMT Server: - Scaleway API Gateway (fr-par-3;edge01) X-Request-Id: - - d48e6179-b998-482b-8ebe-0001a00fa6c8 + - 8f46b7ac-4115-48b2-b6f3-28ced83f555a status: 200 OK code: 200 - duration: 27.251046ms + duration: 20.949408ms - id: 66 request: proto: HTTP/1.1 @@ -2166,40 +2250,31 @@ interactions: proto_minor: 1 content_length: 0 host: api.scaleway.com - form: - order_by: - - created_at_desc - project_id: - - 105bdce1-64c0-48ab-899d-868455867ecf - resource_name: - - scw-test-pool-wait-test-pool-wait-3e073c76a98f - resource_type: - - unknown_type headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/ipam/v1/regions/fr-par/ips?order_by=created_at_desc&project_id=105bdce1-64c0-48ab-899d-868455867ecf&resource_name=scw-test-pool-wait-test-pool-wait-3e073c76a98f&resource_type=unknown_type + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/b0c262ac-e3c4-4a41-9b7c-fac43b180e81 method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 1122 - body: "{\"total_count\":2, \"ips\":[{\"id\":\"54c6f7a2-4ca0-43bb-bc9a-b4a3905c0487\", \"address\":\"fd5f:519c:6d46:90dd:c183:ab7b:59b9:fc92/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":true, \"created_at\":\"2025-10-30T16:51:19.698188Z\", \"updated_at\":\"2025-10-30T16:51:19.698188Z\", \"source\":{\"subnet_id\":\"7493d1b7-5773-41c2-be8c-52e4ec098fc3\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"45715cb9-7532-4c78-93a4-2fef3fa3b71a\", \"mac_address\":\"02:00:00:1D:E4:BA\", \"name\":\"scw-test-pool-wait-test-pool-wait-3e073c76a98f\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}, {\"id\":\"ddc7378f-48eb-4ae3-af3e-4d5ee60054c4\", \"address\":\"172.18.20.3/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":false, \"created_at\":\"2025-10-30T16:51:19.565119Z\", \"updated_at\":\"2025-10-30T16:51:19.565119Z\", \"source\":{\"subnet_id\":\"da10d014-609b-48cc-9b9a-437dc31f4497\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"45715cb9-7532-4c78-93a4-2fef3fa3b71a\", \"mac_address\":\"02:00:00:1D:E4:BA\", \"name\":\"scw-test-pool-wait-test-pool-wait-3e073c76a98f\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}]}" + content_length: 715 + body: "{\"region\":\"fr-par\", \"id\":\"b0c262ac-e3c4-4a41-9b7c-fac43b180e81\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:52:22.689840Z\", \"updated_at\":\"2025-10-30T16:53:10.546154Z\", \"name\":\"test-pool-wait-2\", \"status\":\"ready\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" headers: Content-Length: - - "1122" + - "715" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:52:22 GMT + - Thu, 30 Oct 2025 16:53:15 GMT Server: - Scaleway API Gateway (fr-par-3;edge01) X-Request-Id: - - a3a9a288-fc90-4906-abbd-d66f78436a31 + - 8ec43d58-3d5a-4d7f-b69d-190deaf8a6fc status: 200 OK code: 200 - duration: 37.224965ms + duration: 24.16835ms - id: 67 request: proto: HTTP/1.1 @@ -2207,31 +2282,40 @@ interactions: proto_minor: 1 content_length: 0 host: api.scaleway.com + form: + order_by: + - created_at_asc + page: + - "1" + pool_id: + - b0c262ac-e3c4-4a41-9b7c-fac43b180e81 + status: + - unknown headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/fr-par/vpcs/1a7a1e1e-2b33-478e-8f1a-faa0303a1c43 + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/5114e066-aa93-4560-9be0-5ae445715a75/nodes?order_by=created_at_asc&page=1&pool_id=b0c262ac-e3c4-4a41-9b7c-fac43b180e81&status=unknown method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 419 - body: "{\"id\":\"1a7a1e1e-2b33-478e-8f1a-faa0303a1c43\", \"name\":\"tf-vpc-confident-bose\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:49:00.136298Z\", \"updated_at\":\"2025-10-30T16:49:00.136298Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_default\":false, \"private_network_count\":1, \"routing_enabled\":true, \"custom_routes_propagation_enabled\":true, \"region\":\"fr-par\"}" + content_length: 618 + body: "{\"total_count\":1, \"nodes\":[{\"region\":\"fr-par\", \"id\":\"803259ac-2333-4048-8fec-ae14c9eff6df\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:52:23.157062Z\", \"updated_at\":\"2025-10-30T16:53:10.533820Z\", \"pool_id\":\"b0c262ac-e3c4-4a41-9b7c-fac43b180e81\", \"status\":\"ready\", \"conditions\":{\"DiskPressure\":\"False\", \"MemoryPressure\":\"False\", \"PIDPressure\":\"False\", \"Ready\":\"True\"}, \"name\":\"scw-test-pool-wait-test-pool-wait-2-803259ac23\", \"public_ip_v4\":\"51.158.65.45\", \"public_ip_v6\":null, \"provider_id\":\"scaleway://instance/fr-par-1/f94c2846-a5e6-44e2-823b-e4da6094250f\", \"error_message\":\"\"}]}" headers: Content-Length: - - "419" + - "618" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:52:22 GMT + - Thu, 30 Oct 2025 16:53:15 GMT Server: - Scaleway API Gateway (fr-par-3;edge01) X-Request-Id: - - 9f207063-cd2d-435a-a97a-ad363e29405e + - 34257fe2-14cd-4135-9331-703b22500dfc status: 200 OK code: 200 - duration: 43.821455ms + duration: 21.769327ms - id: 68 request: proto: HTTP/1.1 @@ -2242,3820 +2326,7 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks/363e7214-8a98-40d0-9357-9e4026c21b76 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1084 - body: "{\"id\":\"363e7214-8a98-40d0-9357-9e4026c21b76\", \"name\":\"test-pool-wait\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:49:00.384609Z\", \"updated_at\":\"2025-10-30T16:49:00.384609Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"subnets\":[{\"id\":\"da10d014-609b-48cc-9b9a-437dc31f4497\", \"created_at\":\"2025-10-30T16:49:00.384609Z\", \"updated_at\":\"2025-10-30T16:49:00.384609Z\", \"subnet\":\"172.18.20.0/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"363e7214-8a98-40d0-9357-9e4026c21b76\", \"vpc_id\":\"1a7a1e1e-2b33-478e-8f1a-faa0303a1c43\"}, {\"id\":\"7493d1b7-5773-41c2-be8c-52e4ec098fc3\", \"created_at\":\"2025-10-30T16:49:00.384609Z\", \"updated_at\":\"2025-10-30T16:49:00.384609Z\", \"subnet\":\"fd5f:519c:6d46:90dd::/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"363e7214-8a98-40d0-9357-9e4026c21b76\", \"vpc_id\":\"1a7a1e1e-2b33-478e-8f1a-faa0303a1c43\"}], \"vpc_id\":\"1a7a1e1e-2b33-478e-8f1a-faa0303a1c43\", \"dhcp_enabled\":true, \"default_route_propagation_enabled\":false, \"region\":\"fr-par\"}" - headers: - Content-Length: - - "1084" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:52:22 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - 69471a4e-88c3-4ba2-91ee-6f94df53b09f - status: 200 OK - code: 200 - duration: 36.278588ms -- id: 69 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/5114e066-aa93-4560-9be0-5ae445715a75 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1630 - body: "{\"region\":\"fr-par\", \"id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:49:01.607119Z\", \"updated_at\":\"2025-10-30T16:50:36.155897Z\", \"type\":\"kapsule\", \"name\":\"test-pool-wait\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"calico\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"minimal\"], \"cluster_url\":\"https://5114e066-aa93-4560-9be0-5ae445715a75.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.5114e066-aa93-4560-9be0-5ae445715a75.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"363e7214-8a98-40d0-9357-9e4026c21b76\", \"commitment_ends_at\":\"2025-10-30T16:49:01.607128Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"6c8f211e-8819-44e2-93ca-fda367c9ca2a\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1630" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:52:22 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - 21b7407c-68a5-4ff4-9daf-6b003a411d4d - status: 200 OK - code: 200 - duration: 107.181961ms -- id: 70 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/5114e066-aa93-4560-9be0-5ae445715a75/kubeconfig - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1654 - body: "{\"name\":\"kubeconfig\", \"content_type\":\"application/octet-stream\", \"content\":\"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogInRlc3QtcG9vbC13YWl0IgogIGNsdXN0ZXI6CiAgICBjZXJ0aWZpY2F0ZS1hdXRob3JpdHktZGF0YTogTFMwdExTMUNSVWRKVGlCRFJWSlVTVVpKUTBGVVJTMHRMUzB0Q2sxSlNVSllSRU5EUVZGSFowRjNTVUpCWjBsQ1FVUkJTMEpuWjNGb2EycFBVRkZSUkVGcVFWWk5VazEzUlZGWlJGWlJVVVJGZDNCeVpGZEtiR050Tld3S1pFZFdlazFDTkZoRVZFa3hUVlJCZVU5VVJUSk9SR3QzVFZadldFUlVUVEZOVkVGNVQxUkZNazVFYTNkTlZtOTNSbFJGVkUxQ1JVZEJNVlZGUVhoTlN3cGhNMVpwV2xoS2RWcFlVbXhqZWtKYVRVSk5SMEo1Y1VkVFRUUTVRV2RGUjBORGNVZFRUVFE1UVhkRlNFRXdTVUZDVFhsNllqUkdTbVozWTFOM01tZEZDbEppVFRkVFZpOUpiM0ZXU21oWWVIbGxObHB1UkZOWlZ6WmxRbU4yV2tJM1RXVnVMMWxPYm5wM2F6QkpRazF2VDFkUFRXeHRlVGxJWVU5NE1XVkxaSFlLTUVRNE9XZDVZV3BSYWtKQlRVRTBSMEV4VldSRWQwVkNMM2RSUlVGM1NVTndSRUZRUW1kT1ZraFNUVUpCWmpoRlFsUkJSRUZSU0M5TlFqQkhRVEZWWkFwRVoxRlhRa0pTVTFsU1NtTm9UV1l3V0U5YWNtUkJhV1JMYkdOUWEyTklZeTlVUVV0Q1oyZHhhR3RxVDFCUlVVUkJaMDVLUVVSQ1IwRnBSVUY1Ym0xd0NqbFpkWG80VWpGVWFtNDBiV2RqYWpaV2QycFVTM2gzUm5KS1VrdFZTVVpIUTFwR2VsbEtWVU5KVVVSSWRERkNXalpHYUZrdlVUWlRabloxTVhCNmJEWUtNWG80VkhCMlNIQkxVa0pIY1RscmNVVlJOa3hPZHowOUNpMHRMUzB0UlU1RUlFTkZVbFJKUmtsRFFWUkZMUzB0TFMwSwogICAgc2VydmVyOiBodHRwczovLzUxMTRlMDY2LWFhOTMtNDU2MC05YmUwLTVhZTQ0NTcxNWE3NS5hcGkuazhzLmZyLXBhci5zY3cuY2xvdWQ6NjQ0Mwpjb250ZXh0czoKLSBuYW1lOiBhZG1pbkB0ZXN0LXBvb2wtd2FpdAogIGNvbnRleHQ6CiAgICBjbHVzdGVyOiAidGVzdC1wb29sLXdhaXQiCiAgICB1c2VyOiB0ZXN0LXBvb2wtd2FpdC1hZG1pbgpjdXJyZW50LWNvbnRleHQ6IGFkbWluQHRlc3QtcG9vbC13YWl0CmtpbmQ6IENvbmZpZwpwcmVmZXJlbmNlczoge30KdXNlcnM6Ci0gbmFtZTogdGVzdC1wb29sLXdhaXQtYWRtaW4KICB1c2VyOgogICAgdG9rZW46IGttQTQ5c2F6N1V4dVJSOHZ1UzIxMWpxN2NzVzNobFF1QzQ3QjRla3BobjE3UXBMcVRiVGJGelVO\"}" - headers: - Content-Length: - - "1654" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:52:22 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - e6b137d2-0017-4e4b-baea-2b0ae637c05d - status: 200 OK - code: 200 - duration: 31.917734ms -- id: 71 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/034a502a-1d52-470d-84bd-4a8edd935ba3 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 713 - body: "{\"region\":\"fr-par\", \"id\":\"034a502a-1d52-470d-84bd-4a8edd935ba3\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:49:07.243810Z\", \"updated_at\":\"2025-10-30T16:52:20.261969Z\", \"name\":\"test-pool-wait\", \"status\":\"ready\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "713" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:52:22 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - 2eb7e7df-4111-46a5-aea6-c05409c986de - status: 200 OK - code: 200 - duration: 25.599827ms -- id: 72 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - form: - order_by: - - created_at_asc - page: - - "1" - pool_id: - - 034a502a-1d52-470d-84bd-4a8edd935ba3 - status: - - unknown - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/5114e066-aa93-4560-9be0-5ae445715a75/nodes?order_by=created_at_asc&page=1&pool_id=034a502a-1d52-470d-84bd-4a8edd935ba3&status=unknown - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 618 - body: "{\"total_count\":1, \"nodes\":[{\"region\":\"fr-par\", \"id\":\"3e073c76-a98f-4e6b-ad3c-7a6ca77e15fd\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:51:15.736647Z\", \"updated_at\":\"2025-10-30T16:52:20.249886Z\", \"pool_id\":\"034a502a-1d52-470d-84bd-4a8edd935ba3\", \"status\":\"ready\", \"conditions\":{\"DiskPressure\":\"False\", \"MemoryPressure\":\"False\", \"PIDPressure\":\"False\", \"Ready\":\"True\"}, \"name\":\"scw-test-pool-wait-test-pool-wait-3e073c76a98f\", \"public_ip_v4\":\"51.158.97.50\", \"public_ip_v6\":null, \"provider_id\":\"scaleway://instance/fr-par-1/6ba8f808-ce5f-4e0a-b30e-a83f7f79f945\", \"error_message\":\"\"}]}" - headers: - Content-Length: - - "618" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:52:22 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - 2d5150b3-a77e-4c3a-9a31-8a48ad592f8d - status: 200 OK - code: 200 - duration: 43.343318ms -- id: 73 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/5114e066-aa93-4560-9be0-5ae445715a75 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1630 - body: "{\"region\":\"fr-par\", \"id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:49:01.607119Z\", \"updated_at\":\"2025-10-30T16:50:36.155897Z\", \"type\":\"kapsule\", \"name\":\"test-pool-wait\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"calico\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"minimal\"], \"cluster_url\":\"https://5114e066-aa93-4560-9be0-5ae445715a75.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.5114e066-aa93-4560-9be0-5ae445715a75.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"363e7214-8a98-40d0-9357-9e4026c21b76\", \"commitment_ends_at\":\"2025-10-30T16:49:01.607128Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"6c8f211e-8819-44e2-93ca-fda367c9ca2a\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1630" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:52:22 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - 5602e3cd-4a6b-45b6-9d6e-8e490e80af64 - status: 200 OK - code: 200 - duration: 23.510054ms -- id: 74 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - form: - order_by: - - created_at_desc - project_id: - - 105bdce1-64c0-48ab-899d-868455867ecf - resource_name: - - scw-test-pool-wait-test-pool-wait-3e073c76a98f - resource_type: - - unknown_type - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/ipam/v1/regions/fr-par/ips?order_by=created_at_desc&project_id=105bdce1-64c0-48ab-899d-868455867ecf&resource_name=scw-test-pool-wait-test-pool-wait-3e073c76a98f&resource_type=unknown_type - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1122 - body: "{\"total_count\":2, \"ips\":[{\"id\":\"54c6f7a2-4ca0-43bb-bc9a-b4a3905c0487\", \"address\":\"fd5f:519c:6d46:90dd:c183:ab7b:59b9:fc92/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":true, \"created_at\":\"2025-10-30T16:51:19.698188Z\", \"updated_at\":\"2025-10-30T16:51:19.698188Z\", \"source\":{\"subnet_id\":\"7493d1b7-5773-41c2-be8c-52e4ec098fc3\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"45715cb9-7532-4c78-93a4-2fef3fa3b71a\", \"mac_address\":\"02:00:00:1D:E4:BA\", \"name\":\"scw-test-pool-wait-test-pool-wait-3e073c76a98f\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}, {\"id\":\"ddc7378f-48eb-4ae3-af3e-4d5ee60054c4\", \"address\":\"172.18.20.3/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":false, \"created_at\":\"2025-10-30T16:51:19.565119Z\", \"updated_at\":\"2025-10-30T16:51:19.565119Z\", \"source\":{\"subnet_id\":\"da10d014-609b-48cc-9b9a-437dc31f4497\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"45715cb9-7532-4c78-93a4-2fef3fa3b71a\", \"mac_address\":\"02:00:00:1D:E4:BA\", \"name\":\"scw-test-pool-wait-test-pool-wait-3e073c76a98f\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}]}" - headers: - Content-Length: - - "1122" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:52:22 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - f2441186-ef39-43b2-8e4c-79570be40674 - status: 200 OK - code: 200 - duration: 24.484573ms -- id: 75 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/5114e066-aa93-4560-9be0-5ae445715a75 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1630 - body: "{\"region\":\"fr-par\", \"id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:49:01.607119Z\", \"updated_at\":\"2025-10-30T16:50:36.155897Z\", \"type\":\"kapsule\", \"name\":\"test-pool-wait\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"calico\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"minimal\"], \"cluster_url\":\"https://5114e066-aa93-4560-9be0-5ae445715a75.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.5114e066-aa93-4560-9be0-5ae445715a75.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"363e7214-8a98-40d0-9357-9e4026c21b76\", \"commitment_ends_at\":\"2025-10-30T16:49:01.607128Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"6c8f211e-8819-44e2-93ca-fda367c9ca2a\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1630" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:52:22 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - 02358d8b-c5e5-4303-808d-525743a7c871 - status: 200 OK - code: 200 - duration: 23.862716ms -- id: 76 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 272 - host: api.scaleway.com - body: "{\"name\":\"test-pool-wait-2\",\"node_type\":\"pro2_xxs\",\"autoscaling\":false,\"size\":1,\"min_size\":1,\"max_size\":1,\"container_runtime\":\"containerd\",\"autohealing\":false,\"tags\":[],\"kubelet_args\":{},\"zone\":\"fr-par-1\",\"root_volume_type\":\"default_volume_type\",\"public_ip_disabled\":false}" - headers: - Content-Type: - - application/json - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/5114e066-aa93-4560-9be0-5ae445715a75/pools - method: POST - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 717 - body: "{\"region\":\"fr-par\", \"id\":\"b0c262ac-e3c4-4a41-9b7c-fac43b180e81\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:52:22.689840Z\", \"updated_at\":\"2025-10-30T16:52:22.689840Z\", \"name\":\"test-pool-wait-2\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "717" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:52:22 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - 6a7dd2ee-645c-4b43-9930-5cd67eb9b370 - status: 200 OK - code: 200 - duration: 143.875238ms -- id: 77 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/b0c262ac-e3c4-4a41-9b7c-fac43b180e81 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 717 - body: "{\"region\":\"fr-par\", \"id\":\"b0c262ac-e3c4-4a41-9b7c-fac43b180e81\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:52:22.689840Z\", \"updated_at\":\"2025-10-30T16:52:22.689840Z\", \"name\":\"test-pool-wait-2\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "717" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:52:22 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - 241425ac-9d81-44c0-9023-9b9a7624a671 - status: 200 OK - code: 200 - duration: 22.269527ms -- id: 78 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/b0c262ac-e3c4-4a41-9b7c-fac43b180e81 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 717 - body: "{\"region\":\"fr-par\", \"id\":\"b0c262ac-e3c4-4a41-9b7c-fac43b180e81\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:52:22.689840Z\", \"updated_at\":\"2025-10-30T16:52:22.689840Z\", \"name\":\"test-pool-wait-2\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "717" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:52:27 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - b032d917-0e8e-440d-8121-3b070fd0a831 - status: 200 OK - code: 200 - duration: 82.148919ms -- id: 79 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/b0c262ac-e3c4-4a41-9b7c-fac43b180e81 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 717 - body: "{\"region\":\"fr-par\", \"id\":\"b0c262ac-e3c4-4a41-9b7c-fac43b180e81\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:52:22.689840Z\", \"updated_at\":\"2025-10-30T16:52:22.689840Z\", \"name\":\"test-pool-wait-2\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "717" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:52:33 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - c20da499-8659-4f59-9625-956850f25465 - status: 200 OK - code: 200 - duration: 96.924941ms -- id: 80 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/b0c262ac-e3c4-4a41-9b7c-fac43b180e81 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 717 - body: "{\"region\":\"fr-par\", \"id\":\"b0c262ac-e3c4-4a41-9b7c-fac43b180e81\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:52:22.689840Z\", \"updated_at\":\"2025-10-30T16:52:22.689840Z\", \"name\":\"test-pool-wait-2\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "717" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:52:38 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - 6d4f70ae-d33d-4c68-9d0d-f07c598a6fad - status: 200 OK - code: 200 - duration: 85.41559ms -- id: 81 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/b0c262ac-e3c4-4a41-9b7c-fac43b180e81 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 717 - body: "{\"region\":\"fr-par\", \"id\":\"b0c262ac-e3c4-4a41-9b7c-fac43b180e81\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:52:22.689840Z\", \"updated_at\":\"2025-10-30T16:52:22.689840Z\", \"name\":\"test-pool-wait-2\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "717" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:52:43 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - e420e551-fd7e-43cd-9a96-bd8b74fe3e47 - status: 200 OK - code: 200 - duration: 88.586161ms -- id: 82 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/b0c262ac-e3c4-4a41-9b7c-fac43b180e81 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 717 - body: "{\"region\":\"fr-par\", \"id\":\"b0c262ac-e3c4-4a41-9b7c-fac43b180e81\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:52:22.689840Z\", \"updated_at\":\"2025-10-30T16:52:22.689840Z\", \"name\":\"test-pool-wait-2\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "717" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:52:48 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - 0b188551-fa2a-4dcb-8104-3156d25948d1 - status: 200 OK - code: 200 - duration: 90.341786ms -- id: 83 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/b0c262ac-e3c4-4a41-9b7c-fac43b180e81 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 717 - body: "{\"region\":\"fr-par\", \"id\":\"b0c262ac-e3c4-4a41-9b7c-fac43b180e81\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:52:22.689840Z\", \"updated_at\":\"2025-10-30T16:52:22.689840Z\", \"name\":\"test-pool-wait-2\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "717" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:52:53 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - 11f6e45e-df43-4206-a192-80ddd33e5d38 - status: 200 OK - code: 200 - duration: 90.880968ms -- id: 84 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/b0c262ac-e3c4-4a41-9b7c-fac43b180e81 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 717 - body: "{\"region\":\"fr-par\", \"id\":\"b0c262ac-e3c4-4a41-9b7c-fac43b180e81\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:52:22.689840Z\", \"updated_at\":\"2025-10-30T16:52:22.689840Z\", \"name\":\"test-pool-wait-2\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "717" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:52:58 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - 654a9484-3284-4c49-a555-a83e79f64009 - status: 200 OK - code: 200 - duration: 82.072516ms -- id: 85 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/b0c262ac-e3c4-4a41-9b7c-fac43b180e81 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 717 - body: "{\"region\":\"fr-par\", \"id\":\"b0c262ac-e3c4-4a41-9b7c-fac43b180e81\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:52:22.689840Z\", \"updated_at\":\"2025-10-30T16:52:22.689840Z\", \"name\":\"test-pool-wait-2\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "717" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:53:03 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - 76a674ea-ce20-422f-b3f2-f1febbb3f1cf - status: 200 OK - code: 200 - duration: 99.385108ms -- id: 86 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/b0c262ac-e3c4-4a41-9b7c-fac43b180e81 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 717 - body: "{\"region\":\"fr-par\", \"id\":\"b0c262ac-e3c4-4a41-9b7c-fac43b180e81\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:52:22.689840Z\", \"updated_at\":\"2025-10-30T16:52:22.689840Z\", \"name\":\"test-pool-wait-2\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "717" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:53:08 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - 650392c2-6dfd-4a65-bde2-c6c398815bf5 - status: 200 OK - code: 200 - duration: 94.922172ms -- id: 87 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/b0c262ac-e3c4-4a41-9b7c-fac43b180e81 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 715 - body: "{\"region\":\"fr-par\", \"id\":\"b0c262ac-e3c4-4a41-9b7c-fac43b180e81\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:52:22.689840Z\", \"updated_at\":\"2025-10-30T16:53:10.546154Z\", \"name\":\"test-pool-wait-2\", \"status\":\"ready\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "715" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:53:13 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - b14ff2ec-1e26-49a3-9597-76bfc69c8045 - status: 200 OK - code: 200 - duration: 94.082386ms -- id: 88 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/5114e066-aa93-4560-9be0-5ae445715a75 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1630 - body: "{\"region\":\"fr-par\", \"id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:49:01.607119Z\", \"updated_at\":\"2025-10-30T16:50:36.155897Z\", \"type\":\"kapsule\", \"name\":\"test-pool-wait\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"calico\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"minimal\"], \"cluster_url\":\"https://5114e066-aa93-4560-9be0-5ae445715a75.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.5114e066-aa93-4560-9be0-5ae445715a75.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"363e7214-8a98-40d0-9357-9e4026c21b76\", \"commitment_ends_at\":\"2025-10-30T16:49:01.607128Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"6c8f211e-8819-44e2-93ca-fda367c9ca2a\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1630" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:53:13 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - 160d7502-633a-4f72-a822-cf9a8075d4f7 - status: 200 OK - code: 200 - duration: 25.08467ms -- id: 89 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/b0c262ac-e3c4-4a41-9b7c-fac43b180e81 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 715 - body: "{\"region\":\"fr-par\", \"id\":\"b0c262ac-e3c4-4a41-9b7c-fac43b180e81\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:52:22.689840Z\", \"updated_at\":\"2025-10-30T16:53:10.546154Z\", \"name\":\"test-pool-wait-2\", \"status\":\"ready\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "715" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:53:13 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - 41e29722-ebe0-4d58-a6b2-8085e4cd020c - status: 200 OK - code: 200 - duration: 89.459791ms -- id: 90 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - form: - order_by: - - created_at_asc - page: - - "1" - pool_id: - - b0c262ac-e3c4-4a41-9b7c-fac43b180e81 - status: - - unknown - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/5114e066-aa93-4560-9be0-5ae445715a75/nodes?order_by=created_at_asc&page=1&pool_id=b0c262ac-e3c4-4a41-9b7c-fac43b180e81&status=unknown - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 618 - body: "{\"total_count\":1, \"nodes\":[{\"region\":\"fr-par\", \"id\":\"803259ac-2333-4048-8fec-ae14c9eff6df\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:52:23.157062Z\", \"updated_at\":\"2025-10-30T16:53:10.533820Z\", \"pool_id\":\"b0c262ac-e3c4-4a41-9b7c-fac43b180e81\", \"status\":\"ready\", \"conditions\":{\"DiskPressure\":\"False\", \"MemoryPressure\":\"False\", \"PIDPressure\":\"False\", \"Ready\":\"True\"}, \"name\":\"scw-test-pool-wait-test-pool-wait-2-803259ac23\", \"public_ip_v4\":\"51.158.65.45\", \"public_ip_v6\":null, \"provider_id\":\"scaleway://instance/fr-par-1/f94c2846-a5e6-44e2-823b-e4da6094250f\", \"error_message\":\"\"}]}" - headers: - Content-Length: - - "618" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:53:13 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - 0c4497f5-0d1f-4b00-96d2-b24332045f71 - status: 200 OK - code: 200 - duration: 20.312823ms -- id: 91 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/5114e066-aa93-4560-9be0-5ae445715a75 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1630 - body: "{\"region\":\"fr-par\", \"id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:49:01.607119Z\", \"updated_at\":\"2025-10-30T16:50:36.155897Z\", \"type\":\"kapsule\", \"name\":\"test-pool-wait\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"calico\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"minimal\"], \"cluster_url\":\"https://5114e066-aa93-4560-9be0-5ae445715a75.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.5114e066-aa93-4560-9be0-5ae445715a75.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"363e7214-8a98-40d0-9357-9e4026c21b76\", \"commitment_ends_at\":\"2025-10-30T16:49:01.607128Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"6c8f211e-8819-44e2-93ca-fda367c9ca2a\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1630" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:53:13 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - f6b52ef4-a81b-4bc0-9fde-7e7c13aa6b09 - status: 200 OK - code: 200 - duration: 20.801451ms -- id: 92 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - form: - order_by: - - created_at_desc - project_id: - - 105bdce1-64c0-48ab-899d-868455867ecf - resource_name: - - scw-test-pool-wait-test-pool-wait-2-803259ac23 - resource_type: - - unknown_type - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/ipam/v1/regions/fr-par/ips?order_by=created_at_desc&project_id=105bdce1-64c0-48ab-899d-868455867ecf&resource_name=scw-test-pool-wait-test-pool-wait-2-803259ac23&resource_type=unknown_type - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1122 - body: "{\"total_count\":2, \"ips\":[{\"id\":\"35d11f02-76e3-4fe4-a39b-c2df537169d7\", \"address\":\"fd5f:519c:6d46:90dd:ab00:4e62:584d:4783/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":true, \"created_at\":\"2025-10-30T16:52:26.776899Z\", \"updated_at\":\"2025-10-30T16:52:26.776899Z\", \"source\":{\"subnet_id\":\"7493d1b7-5773-41c2-be8c-52e4ec098fc3\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"6f4c43ec-ff56-4721-ab5d-fdf2a12b8f2e\", \"mac_address\":\"02:00:00:12:65:C5\", \"name\":\"scw-test-pool-wait-test-pool-wait-2-803259ac23\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}, {\"id\":\"878dc0d8-d3e7-4ab9-b890-f5352063637c\", \"address\":\"172.18.20.4/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":false, \"created_at\":\"2025-10-30T16:52:26.654069Z\", \"updated_at\":\"2025-10-30T16:52:26.654069Z\", \"source\":{\"subnet_id\":\"da10d014-609b-48cc-9b9a-437dc31f4497\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"6f4c43ec-ff56-4721-ab5d-fdf2a12b8f2e\", \"mac_address\":\"02:00:00:12:65:C5\", \"name\":\"scw-test-pool-wait-test-pool-wait-2-803259ac23\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}]}" - headers: - Content-Length: - - "1122" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:53:14 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - 60d9b96e-7457-45bb-927f-53189a54dd9b - status: 200 OK - code: 200 - duration: 99.662659ms -- id: 93 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/5114e066-aa93-4560-9be0-5ae445715a75 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1630 - body: "{\"region\":\"fr-par\", \"id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:49:01.607119Z\", \"updated_at\":\"2025-10-30T16:50:36.155897Z\", \"type\":\"kapsule\", \"name\":\"test-pool-wait\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"calico\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"minimal\"], \"cluster_url\":\"https://5114e066-aa93-4560-9be0-5ae445715a75.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.5114e066-aa93-4560-9be0-5ae445715a75.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"363e7214-8a98-40d0-9357-9e4026c21b76\", \"commitment_ends_at\":\"2025-10-30T16:49:01.607128Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"6c8f211e-8819-44e2-93ca-fda367c9ca2a\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1630" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:53:14 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - 58932961-9842-45f7-8f70-45a605c94258 - status: 200 OK - code: 200 - duration: 20.450251ms -- id: 94 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/b0c262ac-e3c4-4a41-9b7c-fac43b180e81 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 715 - body: "{\"region\":\"fr-par\", \"id\":\"b0c262ac-e3c4-4a41-9b7c-fac43b180e81\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:52:22.689840Z\", \"updated_at\":\"2025-10-30T16:53:10.546154Z\", \"name\":\"test-pool-wait-2\", \"status\":\"ready\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "715" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:53:14 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - cef30e48-8802-490a-850c-cacd6ae617e0 - status: 200 OK - code: 200 - duration: 25.174247ms -- id: 95 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/fr-par/vpcs/1a7a1e1e-2b33-478e-8f1a-faa0303a1c43 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 419 - body: "{\"id\":\"1a7a1e1e-2b33-478e-8f1a-faa0303a1c43\", \"name\":\"tf-vpc-confident-bose\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:49:00.136298Z\", \"updated_at\":\"2025-10-30T16:49:00.136298Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_default\":false, \"private_network_count\":1, \"routing_enabled\":true, \"custom_routes_propagation_enabled\":true, \"region\":\"fr-par\"}" - headers: - Content-Length: - - "419" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:53:14 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - b410560a-c10d-43b9-928d-bf8864b14e43 - status: 200 OK - code: 200 - duration: 24.171706ms -- id: 96 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks/363e7214-8a98-40d0-9357-9e4026c21b76 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1084 - body: "{\"id\":\"363e7214-8a98-40d0-9357-9e4026c21b76\", \"name\":\"test-pool-wait\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:49:00.384609Z\", \"updated_at\":\"2025-10-30T16:49:00.384609Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"subnets\":[{\"id\":\"da10d014-609b-48cc-9b9a-437dc31f4497\", \"created_at\":\"2025-10-30T16:49:00.384609Z\", \"updated_at\":\"2025-10-30T16:49:00.384609Z\", \"subnet\":\"172.18.20.0/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"363e7214-8a98-40d0-9357-9e4026c21b76\", \"vpc_id\":\"1a7a1e1e-2b33-478e-8f1a-faa0303a1c43\"}, {\"id\":\"7493d1b7-5773-41c2-be8c-52e4ec098fc3\", \"created_at\":\"2025-10-30T16:49:00.384609Z\", \"updated_at\":\"2025-10-30T16:49:00.384609Z\", \"subnet\":\"fd5f:519c:6d46:90dd::/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"363e7214-8a98-40d0-9357-9e4026c21b76\", \"vpc_id\":\"1a7a1e1e-2b33-478e-8f1a-faa0303a1c43\"}], \"vpc_id\":\"1a7a1e1e-2b33-478e-8f1a-faa0303a1c43\", \"dhcp_enabled\":true, \"default_route_propagation_enabled\":false, \"region\":\"fr-par\"}" - headers: - Content-Length: - - "1084" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:53:14 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - b2955d58-e958-4b15-904d-2a9a5ae86ea5 - status: 200 OK - code: 200 - duration: 27.040189ms -- id: 97 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/5114e066-aa93-4560-9be0-5ae445715a75 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1630 - body: "{\"region\":\"fr-par\", \"id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:49:01.607119Z\", \"updated_at\":\"2025-10-30T16:50:36.155897Z\", \"type\":\"kapsule\", \"name\":\"test-pool-wait\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"calico\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"minimal\"], \"cluster_url\":\"https://5114e066-aa93-4560-9be0-5ae445715a75.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.5114e066-aa93-4560-9be0-5ae445715a75.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"363e7214-8a98-40d0-9357-9e4026c21b76\", \"commitment_ends_at\":\"2025-10-30T16:49:01.607128Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"6c8f211e-8819-44e2-93ca-fda367c9ca2a\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1630" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:53:14 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - b9831e25-d9f6-4af4-ad4d-380bedf6aeb0 - status: 200 OK - code: 200 - duration: 21.017556ms -- id: 98 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/5114e066-aa93-4560-9be0-5ae445715a75/kubeconfig - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1654 - body: "{\"name\":\"kubeconfig\", \"content_type\":\"application/octet-stream\", \"content\":\"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogInRlc3QtcG9vbC13YWl0IgogIGNsdXN0ZXI6CiAgICBjZXJ0aWZpY2F0ZS1hdXRob3JpdHktZGF0YTogTFMwdExTMUNSVWRKVGlCRFJWSlVTVVpKUTBGVVJTMHRMUzB0Q2sxSlNVSllSRU5EUVZGSFowRjNTVUpCWjBsQ1FVUkJTMEpuWjNGb2EycFBVRkZSUkVGcVFWWk5VazEzUlZGWlJGWlJVVVJGZDNCeVpGZEtiR050Tld3S1pFZFdlazFDTkZoRVZFa3hUVlJCZVU5VVJUSk9SR3QzVFZadldFUlVUVEZOVkVGNVQxUkZNazVFYTNkTlZtOTNSbFJGVkUxQ1JVZEJNVlZGUVhoTlN3cGhNMVpwV2xoS2RWcFlVbXhqZWtKYVRVSk5SMEo1Y1VkVFRUUTVRV2RGUjBORGNVZFRUVFE1UVhkRlNFRXdTVUZDVFhsNllqUkdTbVozWTFOM01tZEZDbEppVFRkVFZpOUpiM0ZXU21oWWVIbGxObHB1UkZOWlZ6WmxRbU4yV2tJM1RXVnVMMWxPYm5wM2F6QkpRazF2VDFkUFRXeHRlVGxJWVU5NE1XVkxaSFlLTUVRNE9XZDVZV3BSYWtKQlRVRTBSMEV4VldSRWQwVkNMM2RSUlVGM1NVTndSRUZRUW1kT1ZraFNUVUpCWmpoRlFsUkJSRUZSU0M5TlFqQkhRVEZWWkFwRVoxRlhRa0pTVTFsU1NtTm9UV1l3V0U5YWNtUkJhV1JMYkdOUWEyTklZeTlVUVV0Q1oyZHhhR3RxVDFCUlVVUkJaMDVLUVVSQ1IwRnBSVUY1Ym0xd0NqbFpkWG80VWpGVWFtNDBiV2RqYWpaV2QycFVTM2gzUm5KS1VrdFZTVVpIUTFwR2VsbEtWVU5KVVVSSWRERkNXalpHYUZrdlVUWlRabloxTVhCNmJEWUtNWG80VkhCMlNIQkxVa0pIY1RscmNVVlJOa3hPZHowOUNpMHRMUzB0UlU1RUlFTkZVbFJKUmtsRFFWUkZMUzB0TFMwSwogICAgc2VydmVyOiBodHRwczovLzUxMTRlMDY2LWFhOTMtNDU2MC05YmUwLTVhZTQ0NTcxNWE3NS5hcGkuazhzLmZyLXBhci5zY3cuY2xvdWQ6NjQ0Mwpjb250ZXh0czoKLSBuYW1lOiBhZG1pbkB0ZXN0LXBvb2wtd2FpdAogIGNvbnRleHQ6CiAgICBjbHVzdGVyOiAidGVzdC1wb29sLXdhaXQiCiAgICB1c2VyOiB0ZXN0LXBvb2wtd2FpdC1hZG1pbgpjdXJyZW50LWNvbnRleHQ6IGFkbWluQHRlc3QtcG9vbC13YWl0CmtpbmQ6IENvbmZpZwpwcmVmZXJlbmNlczoge30KdXNlcnM6Ci0gbmFtZTogdGVzdC1wb29sLXdhaXQtYWRtaW4KICB1c2VyOgogICAgdG9rZW46IGttQTQ5c2F6N1V4dVJSOHZ1UzIxMWpxN2NzVzNobFF1QzQ3QjRla3BobjE3UXBMcVRiVGJGelVO\"}" - headers: - Content-Length: - - "1654" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:53:14 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - 8a5454d7-3d31-4f9a-8352-878905400340 - status: 200 OK - code: 200 - duration: 88.227377ms -- id: 99 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/034a502a-1d52-470d-84bd-4a8edd935ba3 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 713 - body: "{\"region\":\"fr-par\", \"id\":\"034a502a-1d52-470d-84bd-4a8edd935ba3\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:49:07.243810Z\", \"updated_at\":\"2025-10-30T16:52:20.261969Z\", \"name\":\"test-pool-wait\", \"status\":\"ready\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "713" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:53:14 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - 19fc9f25-2122-4e87-84ab-61fa1e0d7061 - status: 200 OK - code: 200 - duration: 26.034572ms -- id: 100 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/b0c262ac-e3c4-4a41-9b7c-fac43b180e81 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 715 - body: "{\"region\":\"fr-par\", \"id\":\"b0c262ac-e3c4-4a41-9b7c-fac43b180e81\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:52:22.689840Z\", \"updated_at\":\"2025-10-30T16:53:10.546154Z\", \"name\":\"test-pool-wait-2\", \"status\":\"ready\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "715" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:53:14 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - 5c174d33-0c9d-44d4-8343-852d24fc4493 - status: 200 OK - code: 200 - duration: 26.960049ms -- id: 101 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - form: - order_by: - - created_at_asc - page: - - "1" - pool_id: - - 034a502a-1d52-470d-84bd-4a8edd935ba3 - status: - - unknown - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/5114e066-aa93-4560-9be0-5ae445715a75/nodes?order_by=created_at_asc&page=1&pool_id=034a502a-1d52-470d-84bd-4a8edd935ba3&status=unknown - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 648 - body: "{\"total_count\":1, \"nodes\":[{\"region\":\"fr-par\", \"id\":\"3e073c76-a98f-4e6b-ad3c-7a6ca77e15fd\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:51:15.736647Z\", \"updated_at\":\"2025-10-30T16:53:10.517490Z\", \"pool_id\":\"034a502a-1d52-470d-84bd-4a8edd935ba3\", \"status\":\"ready\", \"conditions\":{\"DiskPressure\":\"False\", \"MemoryPressure\":\"False\", \"NetworkUnavailable\":\"False\", \"PIDPressure\":\"False\", \"Ready\":\"True\"}, \"name\":\"scw-test-pool-wait-test-pool-wait-3e073c76a98f\", \"public_ip_v4\":\"51.158.97.50\", \"public_ip_v6\":null, \"provider_id\":\"scaleway://instance/fr-par-1/6ba8f808-ce5f-4e0a-b30e-a83f7f79f945\", \"error_message\":\"\"}]}" - headers: - Content-Length: - - "648" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:53:14 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - 67d66ddf-5887-4d95-bdee-e5816032c8dc - status: 200 OK - code: 200 - duration: 19.400762ms -- id: 102 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - form: - order_by: - - created_at_asc - page: - - "1" - pool_id: - - b0c262ac-e3c4-4a41-9b7c-fac43b180e81 - status: - - unknown - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/5114e066-aa93-4560-9be0-5ae445715a75/nodes?order_by=created_at_asc&page=1&pool_id=b0c262ac-e3c4-4a41-9b7c-fac43b180e81&status=unknown - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 618 - body: "{\"total_count\":1, \"nodes\":[{\"region\":\"fr-par\", \"id\":\"803259ac-2333-4048-8fec-ae14c9eff6df\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:52:23.157062Z\", \"updated_at\":\"2025-10-30T16:53:10.533820Z\", \"pool_id\":\"b0c262ac-e3c4-4a41-9b7c-fac43b180e81\", \"status\":\"ready\", \"conditions\":{\"DiskPressure\":\"False\", \"MemoryPressure\":\"False\", \"PIDPressure\":\"False\", \"Ready\":\"True\"}, \"name\":\"scw-test-pool-wait-test-pool-wait-2-803259ac23\", \"public_ip_v4\":\"51.158.65.45\", \"public_ip_v6\":null, \"provider_id\":\"scaleway://instance/fr-par-1/f94c2846-a5e6-44e2-823b-e4da6094250f\", \"error_message\":\"\"}]}" - headers: - Content-Length: - - "618" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:53:14 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - 93300ece-717b-4222-a946-771ac6fc544a - status: 200 OK - code: 200 - duration: 26.171208ms -- id: 103 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/5114e066-aa93-4560-9be0-5ae445715a75 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1630 - body: "{\"region\":\"fr-par\", \"id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:49:01.607119Z\", \"updated_at\":\"2025-10-30T16:50:36.155897Z\", \"type\":\"kapsule\", \"name\":\"test-pool-wait\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"calico\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"minimal\"], \"cluster_url\":\"https://5114e066-aa93-4560-9be0-5ae445715a75.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.5114e066-aa93-4560-9be0-5ae445715a75.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"363e7214-8a98-40d0-9357-9e4026c21b76\", \"commitment_ends_at\":\"2025-10-30T16:49:01.607128Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"6c8f211e-8819-44e2-93ca-fda367c9ca2a\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1630" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:53:14 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - 153230ae-90eb-4d2b-ad2d-861b6b0c8af4 - status: 200 OK - code: 200 - duration: 24.893881ms -- id: 104 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/5114e066-aa93-4560-9be0-5ae445715a75 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1630 - body: "{\"region\":\"fr-par\", \"id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:49:01.607119Z\", \"updated_at\":\"2025-10-30T16:50:36.155897Z\", \"type\":\"kapsule\", \"name\":\"test-pool-wait\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"calico\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"minimal\"], \"cluster_url\":\"https://5114e066-aa93-4560-9be0-5ae445715a75.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.5114e066-aa93-4560-9be0-5ae445715a75.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"363e7214-8a98-40d0-9357-9e4026c21b76\", \"commitment_ends_at\":\"2025-10-30T16:49:01.607128Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"6c8f211e-8819-44e2-93ca-fda367c9ca2a\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1630" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:53:14 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - 62a9bce9-3154-4eb2-ae95-54694df92c06 - status: 200 OK - code: 200 - duration: 30.586155ms -- id: 105 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - form: - order_by: - - created_at_desc - project_id: - - 105bdce1-64c0-48ab-899d-868455867ecf - resource_name: - - scw-test-pool-wait-test-pool-wait-2-803259ac23 - resource_type: - - unknown_type - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/ipam/v1/regions/fr-par/ips?order_by=created_at_desc&project_id=105bdce1-64c0-48ab-899d-868455867ecf&resource_name=scw-test-pool-wait-test-pool-wait-2-803259ac23&resource_type=unknown_type - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1122 - body: "{\"total_count\":2, \"ips\":[{\"id\":\"35d11f02-76e3-4fe4-a39b-c2df537169d7\", \"address\":\"fd5f:519c:6d46:90dd:ab00:4e62:584d:4783/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":true, \"created_at\":\"2025-10-30T16:52:26.776899Z\", \"updated_at\":\"2025-10-30T16:52:26.776899Z\", \"source\":{\"subnet_id\":\"7493d1b7-5773-41c2-be8c-52e4ec098fc3\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"6f4c43ec-ff56-4721-ab5d-fdf2a12b8f2e\", \"mac_address\":\"02:00:00:12:65:C5\", \"name\":\"scw-test-pool-wait-test-pool-wait-2-803259ac23\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}, {\"id\":\"878dc0d8-d3e7-4ab9-b890-f5352063637c\", \"address\":\"172.18.20.4/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":false, \"created_at\":\"2025-10-30T16:52:26.654069Z\", \"updated_at\":\"2025-10-30T16:52:26.654069Z\", \"source\":{\"subnet_id\":\"da10d014-609b-48cc-9b9a-437dc31f4497\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"6f4c43ec-ff56-4721-ab5d-fdf2a12b8f2e\", \"mac_address\":\"02:00:00:12:65:C5\", \"name\":\"scw-test-pool-wait-test-pool-wait-2-803259ac23\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}]}" - headers: - Content-Length: - - "1122" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:53:14 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - 188845c7-9540-4028-ad0b-1755b398668e - status: 200 OK - code: 200 - duration: 42.741218ms -- id: 106 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - form: - order_by: - - created_at_desc - project_id: - - 105bdce1-64c0-48ab-899d-868455867ecf - resource_name: - - scw-test-pool-wait-test-pool-wait-3e073c76a98f - resource_type: - - unknown_type - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/ipam/v1/regions/fr-par/ips?order_by=created_at_desc&project_id=105bdce1-64c0-48ab-899d-868455867ecf&resource_name=scw-test-pool-wait-test-pool-wait-3e073c76a98f&resource_type=unknown_type - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1122 - body: "{\"total_count\":2, \"ips\":[{\"id\":\"54c6f7a2-4ca0-43bb-bc9a-b4a3905c0487\", \"address\":\"fd5f:519c:6d46:90dd:c183:ab7b:59b9:fc92/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":true, \"created_at\":\"2025-10-30T16:51:19.698188Z\", \"updated_at\":\"2025-10-30T16:51:19.698188Z\", \"source\":{\"subnet_id\":\"7493d1b7-5773-41c2-be8c-52e4ec098fc3\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"45715cb9-7532-4c78-93a4-2fef3fa3b71a\", \"mac_address\":\"02:00:00:1D:E4:BA\", \"name\":\"scw-test-pool-wait-test-pool-wait-3e073c76a98f\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}, {\"id\":\"ddc7378f-48eb-4ae3-af3e-4d5ee60054c4\", \"address\":\"172.18.20.3/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":false, \"created_at\":\"2025-10-30T16:51:19.565119Z\", \"updated_at\":\"2025-10-30T16:51:19.565119Z\", \"source\":{\"subnet_id\":\"da10d014-609b-48cc-9b9a-437dc31f4497\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"45715cb9-7532-4c78-93a4-2fef3fa3b71a\", \"mac_address\":\"02:00:00:1D:E4:BA\", \"name\":\"scw-test-pool-wait-test-pool-wait-3e073c76a98f\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}]}" - headers: - Content-Length: - - "1122" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:53:14 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - d7440368-0e37-4217-aeac-b1555819c6ce - status: 200 OK - code: 200 - duration: 100.172266ms -- id: 107 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/fr-par/vpcs/1a7a1e1e-2b33-478e-8f1a-faa0303a1c43 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 419 - body: "{\"id\":\"1a7a1e1e-2b33-478e-8f1a-faa0303a1c43\", \"name\":\"tf-vpc-confident-bose\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:49:00.136298Z\", \"updated_at\":\"2025-10-30T16:49:00.136298Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_default\":false, \"private_network_count\":1, \"routing_enabled\":true, \"custom_routes_propagation_enabled\":true, \"region\":\"fr-par\"}" - headers: - Content-Length: - - "419" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:53:14 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - d481907e-eb2f-4754-bfb4-6e414f60ba29 - status: 200 OK - code: 200 - duration: 26.002662ms -- id: 108 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks/363e7214-8a98-40d0-9357-9e4026c21b76 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1084 - body: "{\"id\":\"363e7214-8a98-40d0-9357-9e4026c21b76\", \"name\":\"test-pool-wait\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:49:00.384609Z\", \"updated_at\":\"2025-10-30T16:49:00.384609Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"subnets\":[{\"id\":\"da10d014-609b-48cc-9b9a-437dc31f4497\", \"created_at\":\"2025-10-30T16:49:00.384609Z\", \"updated_at\":\"2025-10-30T16:49:00.384609Z\", \"subnet\":\"172.18.20.0/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"363e7214-8a98-40d0-9357-9e4026c21b76\", \"vpc_id\":\"1a7a1e1e-2b33-478e-8f1a-faa0303a1c43\"}, {\"id\":\"7493d1b7-5773-41c2-be8c-52e4ec098fc3\", \"created_at\":\"2025-10-30T16:49:00.384609Z\", \"updated_at\":\"2025-10-30T16:49:00.384609Z\", \"subnet\":\"fd5f:519c:6d46:90dd::/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"363e7214-8a98-40d0-9357-9e4026c21b76\", \"vpc_id\":\"1a7a1e1e-2b33-478e-8f1a-faa0303a1c43\"}], \"vpc_id\":\"1a7a1e1e-2b33-478e-8f1a-faa0303a1c43\", \"dhcp_enabled\":true, \"default_route_propagation_enabled\":false, \"region\":\"fr-par\"}" - headers: - Content-Length: - - "1084" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:53:14 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - 131deb5c-20ef-44e9-81ae-c6729e20013f - status: 200 OK - code: 200 - duration: 22.478338ms -- id: 109 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/5114e066-aa93-4560-9be0-5ae445715a75 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1630 - body: "{\"region\":\"fr-par\", \"id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:49:01.607119Z\", \"updated_at\":\"2025-10-30T16:50:36.155897Z\", \"type\":\"kapsule\", \"name\":\"test-pool-wait\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"calico\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"minimal\"], \"cluster_url\":\"https://5114e066-aa93-4560-9be0-5ae445715a75.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.5114e066-aa93-4560-9be0-5ae445715a75.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"363e7214-8a98-40d0-9357-9e4026c21b76\", \"commitment_ends_at\":\"2025-10-30T16:49:01.607128Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"6c8f211e-8819-44e2-93ca-fda367c9ca2a\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1630" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:53:15 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - ddc0a8be-4994-4574-bd9e-64361050dd14 - status: 200 OK - code: 200 - duration: 95.207107ms -- id: 110 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/5114e066-aa93-4560-9be0-5ae445715a75/kubeconfig - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1654 - body: "{\"name\":\"kubeconfig\", \"content_type\":\"application/octet-stream\", \"content\":\"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogInRlc3QtcG9vbC13YWl0IgogIGNsdXN0ZXI6CiAgICBjZXJ0aWZpY2F0ZS1hdXRob3JpdHktZGF0YTogTFMwdExTMUNSVWRKVGlCRFJWSlVTVVpKUTBGVVJTMHRMUzB0Q2sxSlNVSllSRU5EUVZGSFowRjNTVUpCWjBsQ1FVUkJTMEpuWjNGb2EycFBVRkZSUkVGcVFWWk5VazEzUlZGWlJGWlJVVVJGZDNCeVpGZEtiR050Tld3S1pFZFdlazFDTkZoRVZFa3hUVlJCZVU5VVJUSk9SR3QzVFZadldFUlVUVEZOVkVGNVQxUkZNazVFYTNkTlZtOTNSbFJGVkUxQ1JVZEJNVlZGUVhoTlN3cGhNMVpwV2xoS2RWcFlVbXhqZWtKYVRVSk5SMEo1Y1VkVFRUUTVRV2RGUjBORGNVZFRUVFE1UVhkRlNFRXdTVUZDVFhsNllqUkdTbVozWTFOM01tZEZDbEppVFRkVFZpOUpiM0ZXU21oWWVIbGxObHB1UkZOWlZ6WmxRbU4yV2tJM1RXVnVMMWxPYm5wM2F6QkpRazF2VDFkUFRXeHRlVGxJWVU5NE1XVkxaSFlLTUVRNE9XZDVZV3BSYWtKQlRVRTBSMEV4VldSRWQwVkNMM2RSUlVGM1NVTndSRUZRUW1kT1ZraFNUVUpCWmpoRlFsUkJSRUZSU0M5TlFqQkhRVEZWWkFwRVoxRlhRa0pTVTFsU1NtTm9UV1l3V0U5YWNtUkJhV1JMYkdOUWEyTklZeTlVUVV0Q1oyZHhhR3RxVDFCUlVVUkJaMDVLUVVSQ1IwRnBSVUY1Ym0xd0NqbFpkWG80VWpGVWFtNDBiV2RqYWpaV2QycFVTM2gzUm5KS1VrdFZTVVpIUTFwR2VsbEtWVU5KVVVSSWRERkNXalpHYUZrdlVUWlRabloxTVhCNmJEWUtNWG80VkhCMlNIQkxVa0pIY1RscmNVVlJOa3hPZHowOUNpMHRMUzB0UlU1RUlFTkZVbFJKUmtsRFFWUkZMUzB0TFMwSwogICAgc2VydmVyOiBodHRwczovLzUxMTRlMDY2LWFhOTMtNDU2MC05YmUwLTVhZTQ0NTcxNWE3NS5hcGkuazhzLmZyLXBhci5zY3cuY2xvdWQ6NjQ0Mwpjb250ZXh0czoKLSBuYW1lOiBhZG1pbkB0ZXN0LXBvb2wtd2FpdAogIGNvbnRleHQ6CiAgICBjbHVzdGVyOiAidGVzdC1wb29sLXdhaXQiCiAgICB1c2VyOiB0ZXN0LXBvb2wtd2FpdC1hZG1pbgpjdXJyZW50LWNvbnRleHQ6IGFkbWluQHRlc3QtcG9vbC13YWl0CmtpbmQ6IENvbmZpZwpwcmVmZXJlbmNlczoge30KdXNlcnM6Ci0gbmFtZTogdGVzdC1wb29sLXdhaXQtYWRtaW4KICB1c2VyOgogICAgdG9rZW46IGttQTQ5c2F6N1V4dVJSOHZ1UzIxMWpxN2NzVzNobFF1QzQ3QjRla3BobjE3UXBMcVRiVGJGelVO\"}" - headers: - Content-Length: - - "1654" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:53:15 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - 829de7ee-a55d-41ed-9de9-47c8a0cdad6e - status: 200 OK - code: 200 - duration: 23.89674ms -- id: 111 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/034a502a-1d52-470d-84bd-4a8edd935ba3 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 713 - body: "{\"region\":\"fr-par\", \"id\":\"034a502a-1d52-470d-84bd-4a8edd935ba3\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:49:07.243810Z\", \"updated_at\":\"2025-10-30T16:52:20.261969Z\", \"name\":\"test-pool-wait\", \"status\":\"ready\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "713" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:53:15 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - 8f46b7ac-4115-48b2-b6f3-28ced83f555a - status: 200 OK - code: 200 - duration: 20.949408ms -- id: 112 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/b0c262ac-e3c4-4a41-9b7c-fac43b180e81 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 715 - body: "{\"region\":\"fr-par\", \"id\":\"b0c262ac-e3c4-4a41-9b7c-fac43b180e81\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:52:22.689840Z\", \"updated_at\":\"2025-10-30T16:53:10.546154Z\", \"name\":\"test-pool-wait-2\", \"status\":\"ready\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "715" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:53:15 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - 8ec43d58-3d5a-4d7f-b69d-190deaf8a6fc - status: 200 OK - code: 200 - duration: 24.16835ms -- id: 113 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - form: - order_by: - - created_at_asc - page: - - "1" - pool_id: - - b0c262ac-e3c4-4a41-9b7c-fac43b180e81 - status: - - unknown - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/5114e066-aa93-4560-9be0-5ae445715a75/nodes?order_by=created_at_asc&page=1&pool_id=b0c262ac-e3c4-4a41-9b7c-fac43b180e81&status=unknown - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 618 - body: "{\"total_count\":1, \"nodes\":[{\"region\":\"fr-par\", \"id\":\"803259ac-2333-4048-8fec-ae14c9eff6df\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:52:23.157062Z\", \"updated_at\":\"2025-10-30T16:53:10.533820Z\", \"pool_id\":\"b0c262ac-e3c4-4a41-9b7c-fac43b180e81\", \"status\":\"ready\", \"conditions\":{\"DiskPressure\":\"False\", \"MemoryPressure\":\"False\", \"PIDPressure\":\"False\", \"Ready\":\"True\"}, \"name\":\"scw-test-pool-wait-test-pool-wait-2-803259ac23\", \"public_ip_v4\":\"51.158.65.45\", \"public_ip_v6\":null, \"provider_id\":\"scaleway://instance/fr-par-1/f94c2846-a5e6-44e2-823b-e4da6094250f\", \"error_message\":\"\"}]}" - headers: - Content-Length: - - "618" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:53:15 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - 34257fe2-14cd-4135-9331-703b22500dfc - status: 200 OK - code: 200 - duration: 21.769327ms -- id: 114 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/5114e066-aa93-4560-9be0-5ae445715a75 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1630 - body: "{\"region\":\"fr-par\", \"id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:49:01.607119Z\", \"updated_at\":\"2025-10-30T16:50:36.155897Z\", \"type\":\"kapsule\", \"name\":\"test-pool-wait\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"calico\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"minimal\"], \"cluster_url\":\"https://5114e066-aa93-4560-9be0-5ae445715a75.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.5114e066-aa93-4560-9be0-5ae445715a75.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"363e7214-8a98-40d0-9357-9e4026c21b76\", \"commitment_ends_at\":\"2025-10-30T16:49:01.607128Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"6c8f211e-8819-44e2-93ca-fda367c9ca2a\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1630" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:53:15 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - 26e326ff-e6bc-4516-a4db-c78e0dab0cc0 - status: 200 OK - code: 200 - duration: 62.348848ms -- id: 115 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - form: - order_by: - - created_at_asc - page: - - "1" - pool_id: - - 034a502a-1d52-470d-84bd-4a8edd935ba3 - status: - - unknown - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/5114e066-aa93-4560-9be0-5ae445715a75/nodes?order_by=created_at_asc&page=1&pool_id=034a502a-1d52-470d-84bd-4a8edd935ba3&status=unknown - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 648 - body: "{\"total_count\":1, \"nodes\":[{\"region\":\"fr-par\", \"id\":\"3e073c76-a98f-4e6b-ad3c-7a6ca77e15fd\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:51:15.736647Z\", \"updated_at\":\"2025-10-30T16:53:10.517490Z\", \"pool_id\":\"034a502a-1d52-470d-84bd-4a8edd935ba3\", \"status\":\"ready\", \"conditions\":{\"DiskPressure\":\"False\", \"MemoryPressure\":\"False\", \"NetworkUnavailable\":\"False\", \"PIDPressure\":\"False\", \"Ready\":\"True\"}, \"name\":\"scw-test-pool-wait-test-pool-wait-3e073c76a98f\", \"public_ip_v4\":\"51.158.97.50\", \"public_ip_v6\":null, \"provider_id\":\"scaleway://instance/fr-par-1/6ba8f808-ce5f-4e0a-b30e-a83f7f79f945\", \"error_message\":\"\"}]}" - headers: - Content-Length: - - "648" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:53:15 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - 0a41abc8-4a2c-43a8-8234-018b011c99c9 - status: 200 OK - code: 200 - duration: 87.482439ms -- id: 116 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/5114e066-aa93-4560-9be0-5ae445715a75 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1630 - body: "{\"region\":\"fr-par\", \"id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:49:01.607119Z\", \"updated_at\":\"2025-10-30T16:50:36.155897Z\", \"type\":\"kapsule\", \"name\":\"test-pool-wait\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"calico\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"minimal\"], \"cluster_url\":\"https://5114e066-aa93-4560-9be0-5ae445715a75.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.5114e066-aa93-4560-9be0-5ae445715a75.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"363e7214-8a98-40d0-9357-9e4026c21b76\", \"commitment_ends_at\":\"2025-10-30T16:49:01.607128Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"6c8f211e-8819-44e2-93ca-fda367c9ca2a\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1630" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:53:15 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - 1f027b3e-2ac9-4c0e-bf81-8eb123257a0a - status: 200 OK - code: 200 - duration: 22.531738ms -- id: 117 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - form: - order_by: - - created_at_desc - project_id: - - 105bdce1-64c0-48ab-899d-868455867ecf - resource_name: - - scw-test-pool-wait-test-pool-wait-2-803259ac23 - resource_type: - - unknown_type - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/ipam/v1/regions/fr-par/ips?order_by=created_at_desc&project_id=105bdce1-64c0-48ab-899d-868455867ecf&resource_name=scw-test-pool-wait-test-pool-wait-2-803259ac23&resource_type=unknown_type - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1122 - body: "{\"total_count\":2, \"ips\":[{\"id\":\"35d11f02-76e3-4fe4-a39b-c2df537169d7\", \"address\":\"fd5f:519c:6d46:90dd:ab00:4e62:584d:4783/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":true, \"created_at\":\"2025-10-30T16:52:26.776899Z\", \"updated_at\":\"2025-10-30T16:52:26.776899Z\", \"source\":{\"subnet_id\":\"7493d1b7-5773-41c2-be8c-52e4ec098fc3\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"6f4c43ec-ff56-4721-ab5d-fdf2a12b8f2e\", \"mac_address\":\"02:00:00:12:65:C5\", \"name\":\"scw-test-pool-wait-test-pool-wait-2-803259ac23\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}, {\"id\":\"878dc0d8-d3e7-4ab9-b890-f5352063637c\", \"address\":\"172.18.20.4/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":false, \"created_at\":\"2025-10-30T16:52:26.654069Z\", \"updated_at\":\"2025-10-30T16:52:26.654069Z\", \"source\":{\"subnet_id\":\"da10d014-609b-48cc-9b9a-437dc31f4497\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"6f4c43ec-ff56-4721-ab5d-fdf2a12b8f2e\", \"mac_address\":\"02:00:00:12:65:C5\", \"name\":\"scw-test-pool-wait-test-pool-wait-2-803259ac23\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}]}" - headers: - Content-Length: - - "1122" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:53:15 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - 6492c4ee-caad-4693-a86d-5854b9ba34ea - status: 200 OK - code: 200 - duration: 33.453817ms -- id: 118 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - form: - order_by: - - created_at_desc - project_id: - - 105bdce1-64c0-48ab-899d-868455867ecf - resource_name: - - scw-test-pool-wait-test-pool-wait-3e073c76a98f - resource_type: - - unknown_type - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/ipam/v1/regions/fr-par/ips?order_by=created_at_desc&project_id=105bdce1-64c0-48ab-899d-868455867ecf&resource_name=scw-test-pool-wait-test-pool-wait-3e073c76a98f&resource_type=unknown_type - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1122 - body: "{\"total_count\":2, \"ips\":[{\"id\":\"54c6f7a2-4ca0-43bb-bc9a-b4a3905c0487\", \"address\":\"fd5f:519c:6d46:90dd:c183:ab7b:59b9:fc92/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":true, \"created_at\":\"2025-10-30T16:51:19.698188Z\", \"updated_at\":\"2025-10-30T16:51:19.698188Z\", \"source\":{\"subnet_id\":\"7493d1b7-5773-41c2-be8c-52e4ec098fc3\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"45715cb9-7532-4c78-93a4-2fef3fa3b71a\", \"mac_address\":\"02:00:00:1D:E4:BA\", \"name\":\"scw-test-pool-wait-test-pool-wait-3e073c76a98f\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}, {\"id\":\"ddc7378f-48eb-4ae3-af3e-4d5ee60054c4\", \"address\":\"172.18.20.3/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":false, \"created_at\":\"2025-10-30T16:51:19.565119Z\", \"updated_at\":\"2025-10-30T16:51:19.565119Z\", \"source\":{\"subnet_id\":\"da10d014-609b-48cc-9b9a-437dc31f4497\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"45715cb9-7532-4c78-93a4-2fef3fa3b71a\", \"mac_address\":\"02:00:00:1D:E4:BA\", \"name\":\"scw-test-pool-wait-test-pool-wait-3e073c76a98f\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}]}" - headers: - Content-Length: - - "1122" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:53:15 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - d0d4b150-7987-436f-a4e7-0fe223111008 - status: 200 OK - code: 200 - duration: 24.490845ms -- id: 119 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 82 - host: api.scaleway.com - body: "{\"size\":2,\"max_size\":2,\"upgrade_policy\":{\"max_unavailable\":null,\"max_surge\":null}}" - headers: - Content-Type: - - application/json - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/b0c262ac-e3c4-4a41-9b7c-fac43b180e81 - method: PATCH - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 717 - body: "{\"region\":\"fr-par\", \"id\":\"b0c262ac-e3c4-4a41-9b7c-fac43b180e81\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:52:22.689840Z\", \"updated_at\":\"2025-10-30T16:53:15.362541Z\", \"name\":\"test-pool-wait-2\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":2, \"min_size\":1, \"max_size\":2, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "717" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:53:15 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - 8d2f00e4-2ff5-44dc-aa01-ed578d37d9ab - status: 200 OK - code: 200 - duration: 49.069225ms -- id: 120 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/b0c262ac-e3c4-4a41-9b7c-fac43b180e81 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 717 - body: "{\"region\":\"fr-par\", \"id\":\"b0c262ac-e3c4-4a41-9b7c-fac43b180e81\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:52:22.689840Z\", \"updated_at\":\"2025-10-30T16:53:15.362541Z\", \"name\":\"test-pool-wait-2\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":2, \"min_size\":1, \"max_size\":2, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "717" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:53:15 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - 170c35a1-ae82-4b4d-ad1b-7723264afb33 - status: 200 OK - code: 200 - duration: 23.956101ms -- id: 121 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/b0c262ac-e3c4-4a41-9b7c-fac43b180e81 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 717 - body: "{\"region\":\"fr-par\", \"id\":\"b0c262ac-e3c4-4a41-9b7c-fac43b180e81\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:52:22.689840Z\", \"updated_at\":\"2025-10-30T16:53:15.362541Z\", \"name\":\"test-pool-wait-2\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":2, \"min_size\":1, \"max_size\":2, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "717" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:53:20 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - 57845471-b53c-450b-9bf2-8ee9de3aceb1 - status: 200 OK - code: 200 - duration: 93.443768ms -- id: 122 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/b0c262ac-e3c4-4a41-9b7c-fac43b180e81 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 717 - body: "{\"region\":\"fr-par\", \"id\":\"b0c262ac-e3c4-4a41-9b7c-fac43b180e81\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:52:22.689840Z\", \"updated_at\":\"2025-10-30T16:53:15.362541Z\", \"name\":\"test-pool-wait-2\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":2, \"min_size\":1, \"max_size\":2, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "717" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:53:25 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - aa1573ba-81c0-463c-a756-90e11ecfef5a - status: 200 OK - code: 200 - duration: 82.5653ms -- id: 123 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/b0c262ac-e3c4-4a41-9b7c-fac43b180e81 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 717 - body: "{\"region\":\"fr-par\", \"id\":\"b0c262ac-e3c4-4a41-9b7c-fac43b180e81\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:52:22.689840Z\", \"updated_at\":\"2025-10-30T16:53:15.362541Z\", \"name\":\"test-pool-wait-2\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":2, \"min_size\":1, \"max_size\":2, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "717" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:53:30 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - e191257c-30c8-4a4a-bb94-703140b35db4 - status: 200 OK - code: 200 - duration: 86.70001ms -- id: 124 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/b0c262ac-e3c4-4a41-9b7c-fac43b180e81 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 717 - body: "{\"region\":\"fr-par\", \"id\":\"b0c262ac-e3c4-4a41-9b7c-fac43b180e81\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:52:22.689840Z\", \"updated_at\":\"2025-10-30T16:53:15.362541Z\", \"name\":\"test-pool-wait-2\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":2, \"min_size\":1, \"max_size\":2, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "717" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:53:35 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - b4865244-a99e-41ff-9f61-a35795e6b439 - status: 200 OK - code: 200 - duration: 81.850428ms -- id: 125 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/b0c262ac-e3c4-4a41-9b7c-fac43b180e81 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 717 - body: "{\"region\":\"fr-par\", \"id\":\"b0c262ac-e3c4-4a41-9b7c-fac43b180e81\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:52:22.689840Z\", \"updated_at\":\"2025-10-30T16:53:15.362541Z\", \"name\":\"test-pool-wait-2\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":2, \"min_size\":1, \"max_size\":2, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "717" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:53:40 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - 161926be-b56f-4a12-8a56-b088165c99d3 - status: 200 OK - code: 200 - duration: 107.49532ms -- id: 126 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/b0c262ac-e3c4-4a41-9b7c-fac43b180e81 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 717 - body: "{\"region\":\"fr-par\", \"id\":\"b0c262ac-e3c4-4a41-9b7c-fac43b180e81\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:52:22.689840Z\", \"updated_at\":\"2025-10-30T16:53:15.362541Z\", \"name\":\"test-pool-wait-2\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":2, \"min_size\":1, \"max_size\":2, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "717" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:53:45 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - a498bef4-9fd6-45a4-a666-2a6d1960bd90 - status: 200 OK - code: 200 - duration: 83.766746ms -- id: 127 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/b0c262ac-e3c4-4a41-9b7c-fac43b180e81 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 717 - body: "{\"region\":\"fr-par\", \"id\":\"b0c262ac-e3c4-4a41-9b7c-fac43b180e81\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:52:22.689840Z\", \"updated_at\":\"2025-10-30T16:53:15.362541Z\", \"name\":\"test-pool-wait-2\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":2, \"min_size\":1, \"max_size\":2, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "717" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:53:51 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - cd375ec7-45f6-45bc-bdfa-0f8fe8b7bcc7 - status: 200 OK - code: 200 - duration: 118.544258ms -- id: 128 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/b0c262ac-e3c4-4a41-9b7c-fac43b180e81 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 717 - body: "{\"region\":\"fr-par\", \"id\":\"b0c262ac-e3c4-4a41-9b7c-fac43b180e81\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:52:22.689840Z\", \"updated_at\":\"2025-10-30T16:53:15.362541Z\", \"name\":\"test-pool-wait-2\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":2, \"min_size\":1, \"max_size\":2, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "717" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:53:56 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - 6317bd4e-49a3-4d30-8773-0d4ef78c18d3 - status: 200 OK - code: 200 - duration: 84.833127ms -- id: 129 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/b0c262ac-e3c4-4a41-9b7c-fac43b180e81 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 717 - body: "{\"region\":\"fr-par\", \"id\":\"b0c262ac-e3c4-4a41-9b7c-fac43b180e81\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:52:22.689840Z\", \"updated_at\":\"2025-10-30T16:53:15.362541Z\", \"name\":\"test-pool-wait-2\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":2, \"min_size\":1, \"max_size\":2, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "717" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:54:01 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - 481a96c7-daeb-440c-b9d4-a2b083c804a3 - status: 200 OK - code: 200 - duration: 174.519061ms -- id: 130 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/b0c262ac-e3c4-4a41-9b7c-fac43b180e81 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 717 - body: "{\"region\":\"fr-par\", \"id\":\"b0c262ac-e3c4-4a41-9b7c-fac43b180e81\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:52:22.689840Z\", \"updated_at\":\"2025-10-30T16:53:15.362541Z\", \"name\":\"test-pool-wait-2\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":2, \"min_size\":1, \"max_size\":2, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "717" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:54:06 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - 62968a2e-1a70-4de5-a938-1c165fbb5cf3 - status: 200 OK - code: 200 - duration: 150.130429ms -- id: 131 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/b0c262ac-e3c4-4a41-9b7c-fac43b180e81 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 717 - body: "{\"region\":\"fr-par\", \"id\":\"b0c262ac-e3c4-4a41-9b7c-fac43b180e81\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:52:22.689840Z\", \"updated_at\":\"2025-10-30T16:53:15.362541Z\", \"name\":\"test-pool-wait-2\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":2, \"min_size\":1, \"max_size\":2, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "717" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:54:11 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - f318df20-c936-4d90-9f0c-9d9c7a1038c0 - status: 200 OK - code: 200 - duration: 83.508742ms -- id: 132 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/b0c262ac-e3c4-4a41-9b7c-fac43b180e81 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 717 - body: "{\"region\":\"fr-par\", \"id\":\"b0c262ac-e3c4-4a41-9b7c-fac43b180e81\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:52:22.689840Z\", \"updated_at\":\"2025-10-30T16:53:15.362541Z\", \"name\":\"test-pool-wait-2\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":2, \"min_size\":1, \"max_size\":2, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "717" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:54:16 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - 5c24e11a-d028-40bf-97d7-0aca2e4201f5 - status: 200 OK - code: 200 - duration: 100.309263ms -- id: 133 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/b0c262ac-e3c4-4a41-9b7c-fac43b180e81 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 715 - body: "{\"region\":\"fr-par\", \"id\":\"b0c262ac-e3c4-4a41-9b7c-fac43b180e81\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:52:22.689840Z\", \"updated_at\":\"2025-10-30T16:54:20.584002Z\", \"name\":\"test-pool-wait-2\", \"status\":\"ready\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":2, \"min_size\":1, \"max_size\":2, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "715" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:54:21 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - 72e2d7d6-b055-4184-8885-561e31d4f7e0 - status: 200 OK - code: 200 - duration: 111.918562ms -- id: 134 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/b0c262ac-e3c4-4a41-9b7c-fac43b180e81 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 715 - body: "{\"region\":\"fr-par\", \"id\":\"b0c262ac-e3c4-4a41-9b7c-fac43b180e81\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:52:22.689840Z\", \"updated_at\":\"2025-10-30T16:54:20.584002Z\", \"name\":\"test-pool-wait-2\", \"status\":\"ready\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":2, \"min_size\":1, \"max_size\":2, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "715" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:54:21 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - 4a1b4cfe-1e89-436e-941b-38e0700ea753 - status: 200 OK - code: 200 - duration: 92.919663ms -- id: 135 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - form: - order_by: - - created_at_asc - page: - - "1" - pool_id: - - b0c262ac-e3c4-4a41-9b7c-fac43b180e81 - status: - - unknown - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/5114e066-aa93-4560-9be0-5ae445715a75/nodes?order_by=created_at_asc&page=1&pool_id=b0c262ac-e3c4-4a41-9b7c-fac43b180e81&status=unknown - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1240 - body: "{\"total_count\":2, \"nodes\":[{\"region\":\"fr-par\", \"id\":\"803259ac-2333-4048-8fec-ae14c9eff6df\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:52:23.157062Z\", \"updated_at\":\"2025-10-30T16:54:20.566320Z\", \"pool_id\":\"b0c262ac-e3c4-4a41-9b7c-fac43b180e81\", \"status\":\"ready\", \"conditions\":{\"DiskPressure\":\"False\", \"MemoryPressure\":\"False\", \"NetworkUnavailable\":\"False\", \"PIDPressure\":\"False\", \"Ready\":\"True\"}, \"name\":\"scw-test-pool-wait-test-pool-wait-2-803259ac23\", \"public_ip_v4\":\"51.158.65.45\", \"public_ip_v6\":null, \"provider_id\":\"scaleway://instance/fr-par-1/f94c2846-a5e6-44e2-823b-e4da6094250f\", \"error_message\":\"\"}, {\"region\":\"fr-par\", \"id\":\"0e5eed3b-53a4-46b8-9d82-8868a450287f\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:53:15.555152Z\", \"updated_at\":\"2025-10-30T16:54:20.575106Z\", \"pool_id\":\"b0c262ac-e3c4-4a41-9b7c-fac43b180e81\", \"status\":\"ready\", \"conditions\":{\"DiskPressure\":\"False\", \"MemoryPressure\":\"False\", \"PIDPressure\":\"False\", \"Ready\":\"True\"}, \"name\":\"scw-test-pool-wait-test-pool-wait-2-0e5eed3b53\", \"public_ip_v4\":\"51.158.76.222\", \"public_ip_v6\":null, \"provider_id\":\"scaleway://instance/fr-par-1/4af5920e-5aa3-4430-89d0-50a5680db098\", \"error_message\":\"\"}]}" - headers: - Content-Length: - - "1240" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:54:21 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - ca941c07-f468-4cb4-a5bb-59103b1e1c1e - status: 200 OK - code: 200 - duration: 24.774919ms -- id: 136 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/5114e066-aa93-4560-9be0-5ae445715a75 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1630 - body: "{\"region\":\"fr-par\", \"id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:49:01.607119Z\", \"updated_at\":\"2025-10-30T16:50:36.155897Z\", \"type\":\"kapsule\", \"name\":\"test-pool-wait\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"calico\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"minimal\"], \"cluster_url\":\"https://5114e066-aa93-4560-9be0-5ae445715a75.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.5114e066-aa93-4560-9be0-5ae445715a75.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"363e7214-8a98-40d0-9357-9e4026c21b76\", \"commitment_ends_at\":\"2025-10-30T16:49:01.607128Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"6c8f211e-8819-44e2-93ca-fda367c9ca2a\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1630" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:54:21 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - 743124a5-5cb9-4d93-a1a1-c9a11f281ae1 - status: 200 OK - code: 200 - duration: 21.32892ms -- id: 137 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - form: - order_by: - - created_at_desc - project_id: - - 105bdce1-64c0-48ab-899d-868455867ecf - resource_name: - - scw-test-pool-wait-test-pool-wait-2-803259ac23 - resource_type: - - unknown_type - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/ipam/v1/regions/fr-par/ips?order_by=created_at_desc&project_id=105bdce1-64c0-48ab-899d-868455867ecf&resource_name=scw-test-pool-wait-test-pool-wait-2-803259ac23&resource_type=unknown_type - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1122 - body: "{\"total_count\":2, \"ips\":[{\"id\":\"35d11f02-76e3-4fe4-a39b-c2df537169d7\", \"address\":\"fd5f:519c:6d46:90dd:ab00:4e62:584d:4783/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":true, \"created_at\":\"2025-10-30T16:52:26.776899Z\", \"updated_at\":\"2025-10-30T16:52:26.776899Z\", \"source\":{\"subnet_id\":\"7493d1b7-5773-41c2-be8c-52e4ec098fc3\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"6f4c43ec-ff56-4721-ab5d-fdf2a12b8f2e\", \"mac_address\":\"02:00:00:12:65:C5\", \"name\":\"scw-test-pool-wait-test-pool-wait-2-803259ac23\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}, {\"id\":\"878dc0d8-d3e7-4ab9-b890-f5352063637c\", \"address\":\"172.18.20.4/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":false, \"created_at\":\"2025-10-30T16:52:26.654069Z\", \"updated_at\":\"2025-10-30T16:52:26.654069Z\", \"source\":{\"subnet_id\":\"da10d014-609b-48cc-9b9a-437dc31f4497\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"6f4c43ec-ff56-4721-ab5d-fdf2a12b8f2e\", \"mac_address\":\"02:00:00:12:65:C5\", \"name\":\"scw-test-pool-wait-test-pool-wait-2-803259ac23\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}]}" - headers: - Content-Length: - - "1122" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:54:22 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - 7d0a0533-40b1-453a-8215-2ff52918a46d - status: 200 OK - code: 200 - duration: 154.323428ms -- id: 138 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - form: - order_by: - - created_at_desc - project_id: - - 105bdce1-64c0-48ab-899d-868455867ecf - resource_name: - - scw-test-pool-wait-test-pool-wait-2-0e5eed3b53 - resource_type: - - unknown_type - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/ipam/v1/regions/fr-par/ips?order_by=created_at_desc&project_id=105bdce1-64c0-48ab-899d-868455867ecf&resource_name=scw-test-pool-wait-test-pool-wait-2-0e5eed3b53&resource_type=unknown_type - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1122 - body: "{\"total_count\":2, \"ips\":[{\"id\":\"7e596df6-23ea-4a18-b40b-b04b6889b127\", \"address\":\"fd5f:519c:6d46:90dd:3968:9265:e922:7e76/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":true, \"created_at\":\"2025-10-30T16:53:19.349027Z\", \"updated_at\":\"2025-10-30T16:53:19.349027Z\", \"source\":{\"subnet_id\":\"7493d1b7-5773-41c2-be8c-52e4ec098fc3\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"a3a5b239-815d-4735-b92e-16372f9e8741\", \"mac_address\":\"02:00:00:12:2E:F6\", \"name\":\"scw-test-pool-wait-test-pool-wait-2-0e5eed3b53\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}, {\"id\":\"41cfcea9-5c9f-48bf-af2e-a1fe51acece8\", \"address\":\"172.18.20.5/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":false, \"created_at\":\"2025-10-30T16:53:19.175416Z\", \"updated_at\":\"2025-10-30T16:53:19.175416Z\", \"source\":{\"subnet_id\":\"da10d014-609b-48cc-9b9a-437dc31f4497\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"a3a5b239-815d-4735-b92e-16372f9e8741\", \"mac_address\":\"02:00:00:12:2E:F6\", \"name\":\"scw-test-pool-wait-test-pool-wait-2-0e5eed3b53\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}]}" - headers: - Content-Length: - - "1122" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:54:22 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - 8df217e5-e786-400d-ad0d-5733400b39de - status: 200 OK - code: 200 - duration: 99.691524ms -- id: 139 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/5114e066-aa93-4560-9be0-5ae445715a75 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1630 - body: "{\"region\":\"fr-par\", \"id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:49:01.607119Z\", \"updated_at\":\"2025-10-30T16:50:36.155897Z\", \"type\":\"kapsule\", \"name\":\"test-pool-wait\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"calico\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"minimal\"], \"cluster_url\":\"https://5114e066-aa93-4560-9be0-5ae445715a75.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.5114e066-aa93-4560-9be0-5ae445715a75.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"363e7214-8a98-40d0-9357-9e4026c21b76\", \"commitment_ends_at\":\"2025-10-30T16:49:01.607128Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"6c8f211e-8819-44e2-93ca-fda367c9ca2a\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1630" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:54:22 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - efd2f8f2-5ddb-47c3-b97c-3d57e6c8d39d - status: 200 OK - code: 200 - duration: 24.135157ms -- id: 140 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/b0c262ac-e3c4-4a41-9b7c-fac43b180e81 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 715 - body: "{\"region\":\"fr-par\", \"id\":\"b0c262ac-e3c4-4a41-9b7c-fac43b180e81\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:52:22.689840Z\", \"updated_at\":\"2025-10-30T16:54:20.584002Z\", \"name\":\"test-pool-wait-2\", \"status\":\"ready\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":2, \"min_size\":1, \"max_size\":2, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "715" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:54:22 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - b9a2e253-5dd0-4b43-8004-7d5d2b1ee3ee - status: 200 OK - code: 200 - duration: 19.555151ms -- id: 141 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/fr-par/vpcs/1a7a1e1e-2b33-478e-8f1a-faa0303a1c43 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 419 - body: "{\"id\":\"1a7a1e1e-2b33-478e-8f1a-faa0303a1c43\", \"name\":\"tf-vpc-confident-bose\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:49:00.136298Z\", \"updated_at\":\"2025-10-30T16:49:00.136298Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_default\":false, \"private_network_count\":1, \"routing_enabled\":true, \"custom_routes_propagation_enabled\":true, \"region\":\"fr-par\"}" - headers: - Content-Length: - - "419" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:54:22 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - 9a1197b1-9dbc-472c-b2b8-44f62bb0ab00 - status: 200 OK - code: 200 - duration: 28.682713ms -- id: 142 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks/363e7214-8a98-40d0-9357-9e4026c21b76 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1084 - body: "{\"id\":\"363e7214-8a98-40d0-9357-9e4026c21b76\", \"name\":\"test-pool-wait\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:49:00.384609Z\", \"updated_at\":\"2025-10-30T16:49:00.384609Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"subnets\":[{\"id\":\"da10d014-609b-48cc-9b9a-437dc31f4497\", \"created_at\":\"2025-10-30T16:49:00.384609Z\", \"updated_at\":\"2025-10-30T16:49:00.384609Z\", \"subnet\":\"172.18.20.0/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"363e7214-8a98-40d0-9357-9e4026c21b76\", \"vpc_id\":\"1a7a1e1e-2b33-478e-8f1a-faa0303a1c43\"}, {\"id\":\"7493d1b7-5773-41c2-be8c-52e4ec098fc3\", \"created_at\":\"2025-10-30T16:49:00.384609Z\", \"updated_at\":\"2025-10-30T16:49:00.384609Z\", \"subnet\":\"fd5f:519c:6d46:90dd::/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"363e7214-8a98-40d0-9357-9e4026c21b76\", \"vpc_id\":\"1a7a1e1e-2b33-478e-8f1a-faa0303a1c43\"}], \"vpc_id\":\"1a7a1e1e-2b33-478e-8f1a-faa0303a1c43\", \"dhcp_enabled\":true, \"default_route_propagation_enabled\":false, \"region\":\"fr-par\"}" - headers: - Content-Length: - - "1084" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:54:22 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - bca19546-c387-471d-aefd-70c374c04fa0 - status: 200 OK - code: 200 - duration: 24.988769ms -- id: 143 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/5114e066-aa93-4560-9be0-5ae445715a75 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1630 - body: "{\"region\":\"fr-par\", \"id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:49:01.607119Z\", \"updated_at\":\"2025-10-30T16:50:36.155897Z\", \"type\":\"kapsule\", \"name\":\"test-pool-wait\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"calico\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"minimal\"], \"cluster_url\":\"https://5114e066-aa93-4560-9be0-5ae445715a75.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.5114e066-aa93-4560-9be0-5ae445715a75.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"363e7214-8a98-40d0-9357-9e4026c21b76\", \"commitment_ends_at\":\"2025-10-30T16:49:01.607128Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"6c8f211e-8819-44e2-93ca-fda367c9ca2a\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1630" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:54:22 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - 40564288-995b-4ddc-9504-d04ec08f5b0a - status: 200 OK - code: 200 - duration: 21.121401ms -- id: 144 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/5114e066-aa93-4560-9be0-5ae445715a75/kubeconfig - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1654 - body: "{\"name\":\"kubeconfig\", \"content_type\":\"application/octet-stream\", \"content\":\"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogInRlc3QtcG9vbC13YWl0IgogIGNsdXN0ZXI6CiAgICBjZXJ0aWZpY2F0ZS1hdXRob3JpdHktZGF0YTogTFMwdExTMUNSVWRKVGlCRFJWSlVTVVpKUTBGVVJTMHRMUzB0Q2sxSlNVSllSRU5EUVZGSFowRjNTVUpCWjBsQ1FVUkJTMEpuWjNGb2EycFBVRkZSUkVGcVFWWk5VazEzUlZGWlJGWlJVVVJGZDNCeVpGZEtiR050Tld3S1pFZFdlazFDTkZoRVZFa3hUVlJCZVU5VVJUSk9SR3QzVFZadldFUlVUVEZOVkVGNVQxUkZNazVFYTNkTlZtOTNSbFJGVkUxQ1JVZEJNVlZGUVhoTlN3cGhNMVpwV2xoS2RWcFlVbXhqZWtKYVRVSk5SMEo1Y1VkVFRUUTVRV2RGUjBORGNVZFRUVFE1UVhkRlNFRXdTVUZDVFhsNllqUkdTbVozWTFOM01tZEZDbEppVFRkVFZpOUpiM0ZXU21oWWVIbGxObHB1UkZOWlZ6WmxRbU4yV2tJM1RXVnVMMWxPYm5wM2F6QkpRazF2VDFkUFRXeHRlVGxJWVU5NE1XVkxaSFlLTUVRNE9XZDVZV3BSYWtKQlRVRTBSMEV4VldSRWQwVkNMM2RSUlVGM1NVTndSRUZRUW1kT1ZraFNUVUpCWmpoRlFsUkJSRUZSU0M5TlFqQkhRVEZWWkFwRVoxRlhRa0pTVTFsU1NtTm9UV1l3V0U5YWNtUkJhV1JMYkdOUWEyTklZeTlVUVV0Q1oyZHhhR3RxVDFCUlVVUkJaMDVLUVVSQ1IwRnBSVUY1Ym0xd0NqbFpkWG80VWpGVWFtNDBiV2RqYWpaV2QycFVTM2gzUm5KS1VrdFZTVVpIUTFwR2VsbEtWVU5KVVVSSWRERkNXalpHYUZrdlVUWlRabloxTVhCNmJEWUtNWG80VkhCMlNIQkxVa0pIY1RscmNVVlJOa3hPZHowOUNpMHRMUzB0UlU1RUlFTkZVbFJKUmtsRFFWUkZMUzB0TFMwSwogICAgc2VydmVyOiBodHRwczovLzUxMTRlMDY2LWFhOTMtNDU2MC05YmUwLTVhZTQ0NTcxNWE3NS5hcGkuazhzLmZyLXBhci5zY3cuY2xvdWQ6NjQ0Mwpjb250ZXh0czoKLSBuYW1lOiBhZG1pbkB0ZXN0LXBvb2wtd2FpdAogIGNvbnRleHQ6CiAgICBjbHVzdGVyOiAidGVzdC1wb29sLXdhaXQiCiAgICB1c2VyOiB0ZXN0LXBvb2wtd2FpdC1hZG1pbgpjdXJyZW50LWNvbnRleHQ6IGFkbWluQHRlc3QtcG9vbC13YWl0CmtpbmQ6IENvbmZpZwpwcmVmZXJlbmNlczoge30KdXNlcnM6Ci0gbmFtZTogdGVzdC1wb29sLXdhaXQtYWRtaW4KICB1c2VyOgogICAgdG9rZW46IGttQTQ5c2F6N1V4dVJSOHZ1UzIxMWpxN2NzVzNobFF1QzQ3QjRla3BobjE3UXBMcVRiVGJGelVO\"}" - headers: - Content-Length: - - "1654" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:54:22 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - 3d3f7c47-d7d9-49d8-9cbe-5ef2dd371582 - status: 200 OK - code: 200 - duration: 85.924115ms -- id: 145 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/b0c262ac-e3c4-4a41-9b7c-fac43b180e81 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 715 - body: "{\"region\":\"fr-par\", \"id\":\"b0c262ac-e3c4-4a41-9b7c-fac43b180e81\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:52:22.689840Z\", \"updated_at\":\"2025-10-30T16:54:20.584002Z\", \"name\":\"test-pool-wait-2\", \"status\":\"ready\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":2, \"min_size\":1, \"max_size\":2, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "715" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:54:22 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - 622853a1-a65b-420e-b654-b869ea2150e1 - status: 200 OK - code: 200 - duration: 21.270992ms -- id: 146 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/034a502a-1d52-470d-84bd-4a8edd935ba3 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 713 - body: "{\"region\":\"fr-par\", \"id\":\"034a502a-1d52-470d-84bd-4a8edd935ba3\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:49:07.243810Z\", \"updated_at\":\"2025-10-30T16:52:20.261969Z\", \"name\":\"test-pool-wait\", \"status\":\"ready\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "713" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:54:22 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - dfe724f7-0448-4864-ada4-2984c44e7cc5 - status: 200 OK - code: 200 - duration: 22.742153ms -- id: 147 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - form: - order_by: - - created_at_asc - page: - - "1" - pool_id: - - 034a502a-1d52-470d-84bd-4a8edd935ba3 - status: - - unknown - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/5114e066-aa93-4560-9be0-5ae445715a75/nodes?order_by=created_at_asc&page=1&pool_id=034a502a-1d52-470d-84bd-4a8edd935ba3&status=unknown - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 648 - body: "{\"total_count\":1, \"nodes\":[{\"region\":\"fr-par\", \"id\":\"3e073c76-a98f-4e6b-ad3c-7a6ca77e15fd\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:51:15.736647Z\", \"updated_at\":\"2025-10-30T16:54:20.551105Z\", \"pool_id\":\"034a502a-1d52-470d-84bd-4a8edd935ba3\", \"status\":\"ready\", \"conditions\":{\"DiskPressure\":\"False\", \"MemoryPressure\":\"False\", \"NetworkUnavailable\":\"False\", \"PIDPressure\":\"False\", \"Ready\":\"True\"}, \"name\":\"scw-test-pool-wait-test-pool-wait-3e073c76a98f\", \"public_ip_v4\":\"51.158.97.50\", \"public_ip_v6\":null, \"provider_id\":\"scaleway://instance/fr-par-1/6ba8f808-ce5f-4e0a-b30e-a83f7f79f945\", \"error_message\":\"\"}]}" - headers: - Content-Length: - - "648" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:54:22 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - 364387e1-3fa3-4352-b28e-ebfa5efe6446 - status: 200 OK - code: 200 - duration: 25.399781ms -- id: 148 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - form: - order_by: - - created_at_asc - page: - - "1" - pool_id: - - b0c262ac-e3c4-4a41-9b7c-fac43b180e81 - status: - - unknown - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/5114e066-aa93-4560-9be0-5ae445715a75/nodes?order_by=created_at_asc&page=1&pool_id=b0c262ac-e3c4-4a41-9b7c-fac43b180e81&status=unknown - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1240 - body: "{\"total_count\":2, \"nodes\":[{\"region\":\"fr-par\", \"id\":\"803259ac-2333-4048-8fec-ae14c9eff6df\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:52:23.157062Z\", \"updated_at\":\"2025-10-30T16:54:20.566320Z\", \"pool_id\":\"b0c262ac-e3c4-4a41-9b7c-fac43b180e81\", \"status\":\"ready\", \"conditions\":{\"DiskPressure\":\"False\", \"MemoryPressure\":\"False\", \"NetworkUnavailable\":\"False\", \"PIDPressure\":\"False\", \"Ready\":\"True\"}, \"name\":\"scw-test-pool-wait-test-pool-wait-2-803259ac23\", \"public_ip_v4\":\"51.158.65.45\", \"public_ip_v6\":null, \"provider_id\":\"scaleway://instance/fr-par-1/f94c2846-a5e6-44e2-823b-e4da6094250f\", \"error_message\":\"\"}, {\"region\":\"fr-par\", \"id\":\"0e5eed3b-53a4-46b8-9d82-8868a450287f\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:53:15.555152Z\", \"updated_at\":\"2025-10-30T16:54:20.575106Z\", \"pool_id\":\"b0c262ac-e3c4-4a41-9b7c-fac43b180e81\", \"status\":\"ready\", \"conditions\":{\"DiskPressure\":\"False\", \"MemoryPressure\":\"False\", \"PIDPressure\":\"False\", \"Ready\":\"True\"}, \"name\":\"scw-test-pool-wait-test-pool-wait-2-0e5eed3b53\", \"public_ip_v4\":\"51.158.76.222\", \"public_ip_v6\":null, \"provider_id\":\"scaleway://instance/fr-par-1/4af5920e-5aa3-4430-89d0-50a5680db098\", \"error_message\":\"\"}]}" - headers: - Content-Length: - - "1240" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:54:22 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - 84fe55d1-8d76-47d5-a27d-2569d6e2b785 - status: 200 OK - code: 200 - duration: 36.517447ms -- id: 149 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/5114e066-aa93-4560-9be0-5ae445715a75 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1630 - body: "{\"region\":\"fr-par\", \"id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:49:01.607119Z\", \"updated_at\":\"2025-10-30T16:50:36.155897Z\", \"type\":\"kapsule\", \"name\":\"test-pool-wait\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"calico\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"minimal\"], \"cluster_url\":\"https://5114e066-aa93-4560-9be0-5ae445715a75.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.5114e066-aa93-4560-9be0-5ae445715a75.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"363e7214-8a98-40d0-9357-9e4026c21b76\", \"commitment_ends_at\":\"2025-10-30T16:49:01.607128Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"6c8f211e-8819-44e2-93ca-fda367c9ca2a\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1630" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:54:22 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - d68f0198-73b5-4860-9c13-97f971b0b7d4 - status: 200 OK - code: 200 - duration: 23.802533ms -- id: 150 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/5114e066-aa93-4560-9be0-5ae445715a75 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1630 - body: "{\"region\":\"fr-par\", \"id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:49:01.607119Z\", \"updated_at\":\"2025-10-30T16:50:36.155897Z\", \"type\":\"kapsule\", \"name\":\"test-pool-wait\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"calico\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"minimal\"], \"cluster_url\":\"https://5114e066-aa93-4560-9be0-5ae445715a75.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.5114e066-aa93-4560-9be0-5ae445715a75.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"363e7214-8a98-40d0-9357-9e4026c21b76\", \"commitment_ends_at\":\"2025-10-30T16:49:01.607128Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"6c8f211e-8819-44e2-93ca-fda367c9ca2a\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1630" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:54:22 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - aab6f3f2-ee38-470d-b3a0-b31cd7ec6a5b - status: 200 OK - code: 200 - duration: 20.879387ms -- id: 151 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - form: - order_by: - - created_at_desc - project_id: - - 105bdce1-64c0-48ab-899d-868455867ecf - resource_name: - - scw-test-pool-wait-test-pool-wait-3e073c76a98f - resource_type: - - unknown_type - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/ipam/v1/regions/fr-par/ips?order_by=created_at_desc&project_id=105bdce1-64c0-48ab-899d-868455867ecf&resource_name=scw-test-pool-wait-test-pool-wait-3e073c76a98f&resource_type=unknown_type - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1122 - body: "{\"total_count\":2, \"ips\":[{\"id\":\"54c6f7a2-4ca0-43bb-bc9a-b4a3905c0487\", \"address\":\"fd5f:519c:6d46:90dd:c183:ab7b:59b9:fc92/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":true, \"created_at\":\"2025-10-30T16:51:19.698188Z\", \"updated_at\":\"2025-10-30T16:51:19.698188Z\", \"source\":{\"subnet_id\":\"7493d1b7-5773-41c2-be8c-52e4ec098fc3\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"45715cb9-7532-4c78-93a4-2fef3fa3b71a\", \"mac_address\":\"02:00:00:1D:E4:BA\", \"name\":\"scw-test-pool-wait-test-pool-wait-3e073c76a98f\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}, {\"id\":\"ddc7378f-48eb-4ae3-af3e-4d5ee60054c4\", \"address\":\"172.18.20.3/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":false, \"created_at\":\"2025-10-30T16:51:19.565119Z\", \"updated_at\":\"2025-10-30T16:51:19.565119Z\", \"source\":{\"subnet_id\":\"da10d014-609b-48cc-9b9a-437dc31f4497\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"45715cb9-7532-4c78-93a4-2fef3fa3b71a\", \"mac_address\":\"02:00:00:1D:E4:BA\", \"name\":\"scw-test-pool-wait-test-pool-wait-3e073c76a98f\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}]}" - headers: - Content-Length: - - "1122" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:54:22 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - d25126bc-07ab-44f3-92d5-d78bff74fa9e - status: 200 OK - code: 200 - duration: 32.80508ms -- id: 152 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - form: - order_by: - - created_at_desc - project_id: - - 105bdce1-64c0-48ab-899d-868455867ecf - resource_name: - - scw-test-pool-wait-test-pool-wait-2-803259ac23 - resource_type: - - unknown_type - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/ipam/v1/regions/fr-par/ips?order_by=created_at_desc&project_id=105bdce1-64c0-48ab-899d-868455867ecf&resource_name=scw-test-pool-wait-test-pool-wait-2-803259ac23&resource_type=unknown_type - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1122 - body: "{\"total_count\":2, \"ips\":[{\"id\":\"35d11f02-76e3-4fe4-a39b-c2df537169d7\", \"address\":\"fd5f:519c:6d46:90dd:ab00:4e62:584d:4783/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":true, \"created_at\":\"2025-10-30T16:52:26.776899Z\", \"updated_at\":\"2025-10-30T16:52:26.776899Z\", \"source\":{\"subnet_id\":\"7493d1b7-5773-41c2-be8c-52e4ec098fc3\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"6f4c43ec-ff56-4721-ab5d-fdf2a12b8f2e\", \"mac_address\":\"02:00:00:12:65:C5\", \"name\":\"scw-test-pool-wait-test-pool-wait-2-803259ac23\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}, {\"id\":\"878dc0d8-d3e7-4ab9-b890-f5352063637c\", \"address\":\"172.18.20.4/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":false, \"created_at\":\"2025-10-30T16:52:26.654069Z\", \"updated_at\":\"2025-10-30T16:52:26.654069Z\", \"source\":{\"subnet_id\":\"da10d014-609b-48cc-9b9a-437dc31f4497\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"6f4c43ec-ff56-4721-ab5d-fdf2a12b8f2e\", \"mac_address\":\"02:00:00:12:65:C5\", \"name\":\"scw-test-pool-wait-test-pool-wait-2-803259ac23\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}]}" - headers: - Content-Length: - - "1122" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:54:22 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - c1114941-6d4b-47ca-a070-37f6fcf540ac - status: 200 OK - code: 200 - duration: 32.854402ms -- id: 153 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - form: - order_by: - - created_at_desc - project_id: - - 105bdce1-64c0-48ab-899d-868455867ecf - resource_name: - - scw-test-pool-wait-test-pool-wait-2-0e5eed3b53 - resource_type: - - unknown_type - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/ipam/v1/regions/fr-par/ips?order_by=created_at_desc&project_id=105bdce1-64c0-48ab-899d-868455867ecf&resource_name=scw-test-pool-wait-test-pool-wait-2-0e5eed3b53&resource_type=unknown_type - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1122 - body: "{\"total_count\":2, \"ips\":[{\"id\":\"7e596df6-23ea-4a18-b40b-b04b6889b127\", \"address\":\"fd5f:519c:6d46:90dd:3968:9265:e922:7e76/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":true, \"created_at\":\"2025-10-30T16:53:19.349027Z\", \"updated_at\":\"2025-10-30T16:53:19.349027Z\", \"source\":{\"subnet_id\":\"7493d1b7-5773-41c2-be8c-52e4ec098fc3\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"a3a5b239-815d-4735-b92e-16372f9e8741\", \"mac_address\":\"02:00:00:12:2E:F6\", \"name\":\"scw-test-pool-wait-test-pool-wait-2-0e5eed3b53\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}, {\"id\":\"41cfcea9-5c9f-48bf-af2e-a1fe51acece8\", \"address\":\"172.18.20.5/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":false, \"created_at\":\"2025-10-30T16:53:19.175416Z\", \"updated_at\":\"2025-10-30T16:53:19.175416Z\", \"source\":{\"subnet_id\":\"da10d014-609b-48cc-9b9a-437dc31f4497\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"a3a5b239-815d-4735-b92e-16372f9e8741\", \"mac_address\":\"02:00:00:12:2E:F6\", \"name\":\"scw-test-pool-wait-test-pool-wait-2-0e5eed3b53\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}]}" - headers: - Content-Length: - - "1122" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:54:22 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - 24d5c5f4-f147-41ca-81a9-5cac5b3cdbb4 - status: 200 OK - code: 200 - duration: 35.400921ms -- id: 154 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/fr-par/vpcs/1a7a1e1e-2b33-478e-8f1a-faa0303a1c43 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 419 - body: "{\"id\":\"1a7a1e1e-2b33-478e-8f1a-faa0303a1c43\", \"name\":\"tf-vpc-confident-bose\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:49:00.136298Z\", \"updated_at\":\"2025-10-30T16:49:00.136298Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_default\":false, \"private_network_count\":1, \"routing_enabled\":true, \"custom_routes_propagation_enabled\":true, \"region\":\"fr-par\"}" - headers: - Content-Length: - - "419" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:54:23 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - d0dc9a20-c05a-4dff-aa54-17bb315c2e8f - status: 200 OK - code: 200 - duration: 36.654173ms -- id: 155 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks/363e7214-8a98-40d0-9357-9e4026c21b76 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1084 - body: "{\"id\":\"363e7214-8a98-40d0-9357-9e4026c21b76\", \"name\":\"test-pool-wait\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:49:00.384609Z\", \"updated_at\":\"2025-10-30T16:49:00.384609Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"subnets\":[{\"id\":\"da10d014-609b-48cc-9b9a-437dc31f4497\", \"created_at\":\"2025-10-30T16:49:00.384609Z\", \"updated_at\":\"2025-10-30T16:49:00.384609Z\", \"subnet\":\"172.18.20.0/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"363e7214-8a98-40d0-9357-9e4026c21b76\", \"vpc_id\":\"1a7a1e1e-2b33-478e-8f1a-faa0303a1c43\"}, {\"id\":\"7493d1b7-5773-41c2-be8c-52e4ec098fc3\", \"created_at\":\"2025-10-30T16:49:00.384609Z\", \"updated_at\":\"2025-10-30T16:49:00.384609Z\", \"subnet\":\"fd5f:519c:6d46:90dd::/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"363e7214-8a98-40d0-9357-9e4026c21b76\", \"vpc_id\":\"1a7a1e1e-2b33-478e-8f1a-faa0303a1c43\"}], \"vpc_id\":\"1a7a1e1e-2b33-478e-8f1a-faa0303a1c43\", \"dhcp_enabled\":true, \"default_route_propagation_enabled\":false, \"region\":\"fr-par\"}" - headers: - Content-Length: - - "1084" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:54:23 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - a389b905-63d7-4cc8-9f03-0de49412a19b - status: 200 OK - code: 200 - duration: 34.312988ms -- id: 156 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/5114e066-aa93-4560-9be0-5ae445715a75 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1630 - body: "{\"region\":\"fr-par\", \"id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:49:01.607119Z\", \"updated_at\":\"2025-10-30T16:50:36.155897Z\", \"type\":\"kapsule\", \"name\":\"test-pool-wait\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"calico\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"minimal\"], \"cluster_url\":\"https://5114e066-aa93-4560-9be0-5ae445715a75.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.5114e066-aa93-4560-9be0-5ae445715a75.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"363e7214-8a98-40d0-9357-9e4026c21b76\", \"commitment_ends_at\":\"2025-10-30T16:49:01.607128Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"6c8f211e-8819-44e2-93ca-fda367c9ca2a\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1630" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:54:23 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - 55c9f95c-f920-4b96-abdf-b4310e185611 - status: 200 OK - code: 200 - duration: 91.110249ms -- id: 157 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/5114e066-aa93-4560-9be0-5ae445715a75/kubeconfig - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1654 - body: "{\"name\":\"kubeconfig\", \"content_type\":\"application/octet-stream\", \"content\":\"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogInRlc3QtcG9vbC13YWl0IgogIGNsdXN0ZXI6CiAgICBjZXJ0aWZpY2F0ZS1hdXRob3JpdHktZGF0YTogTFMwdExTMUNSVWRKVGlCRFJWSlVTVVpKUTBGVVJTMHRMUzB0Q2sxSlNVSllSRU5EUVZGSFowRjNTVUpCWjBsQ1FVUkJTMEpuWjNGb2EycFBVRkZSUkVGcVFWWk5VazEzUlZGWlJGWlJVVVJGZDNCeVpGZEtiR050Tld3S1pFZFdlazFDTkZoRVZFa3hUVlJCZVU5VVJUSk9SR3QzVFZadldFUlVUVEZOVkVGNVQxUkZNazVFYTNkTlZtOTNSbFJGVkUxQ1JVZEJNVlZGUVhoTlN3cGhNMVpwV2xoS2RWcFlVbXhqZWtKYVRVSk5SMEo1Y1VkVFRUUTVRV2RGUjBORGNVZFRUVFE1UVhkRlNFRXdTVUZDVFhsNllqUkdTbVozWTFOM01tZEZDbEppVFRkVFZpOUpiM0ZXU21oWWVIbGxObHB1UkZOWlZ6WmxRbU4yV2tJM1RXVnVMMWxPYm5wM2F6QkpRazF2VDFkUFRXeHRlVGxJWVU5NE1XVkxaSFlLTUVRNE9XZDVZV3BSYWtKQlRVRTBSMEV4VldSRWQwVkNMM2RSUlVGM1NVTndSRUZRUW1kT1ZraFNUVUpCWmpoRlFsUkJSRUZSU0M5TlFqQkhRVEZWWkFwRVoxRlhRa0pTVTFsU1NtTm9UV1l3V0U5YWNtUkJhV1JMYkdOUWEyTklZeTlVUVV0Q1oyZHhhR3RxVDFCUlVVUkJaMDVLUVVSQ1IwRnBSVUY1Ym0xd0NqbFpkWG80VWpGVWFtNDBiV2RqYWpaV2QycFVTM2gzUm5KS1VrdFZTVVpIUTFwR2VsbEtWVU5KVVVSSWRERkNXalpHYUZrdlVUWlRabloxTVhCNmJEWUtNWG80VkhCMlNIQkxVa0pIY1RscmNVVlJOa3hPZHowOUNpMHRMUzB0UlU1RUlFTkZVbFJKUmtsRFFWUkZMUzB0TFMwSwogICAgc2VydmVyOiBodHRwczovLzUxMTRlMDY2LWFhOTMtNDU2MC05YmUwLTVhZTQ0NTcxNWE3NS5hcGkuazhzLmZyLXBhci5zY3cuY2xvdWQ6NjQ0Mwpjb250ZXh0czoKLSBuYW1lOiBhZG1pbkB0ZXN0LXBvb2wtd2FpdAogIGNvbnRleHQ6CiAgICBjbHVzdGVyOiAidGVzdC1wb29sLXdhaXQiCiAgICB1c2VyOiB0ZXN0LXBvb2wtd2FpdC1hZG1pbgpjdXJyZW50LWNvbnRleHQ6IGFkbWluQHRlc3QtcG9vbC13YWl0CmtpbmQ6IENvbmZpZwpwcmVmZXJlbmNlczoge30KdXNlcnM6Ci0gbmFtZTogdGVzdC1wb29sLXdhaXQtYWRtaW4KICB1c2VyOgogICAgdG9rZW46IGttQTQ5c2F6N1V4dVJSOHZ1UzIxMWpxN2NzVzNobFF1QzQ3QjRla3BobjE3UXBMcVRiVGJGelVO\"}" - headers: - Content-Length: - - "1654" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:54:23 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - 6d1852e9-0bc9-4f70-a526-d396122cb7cb - status: 200 OK - code: 200 - duration: 82.675187ms -- id: 158 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/b0c262ac-e3c4-4a41-9b7c-fac43b180e81 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 715 - body: "{\"region\":\"fr-par\", \"id\":\"b0c262ac-e3c4-4a41-9b7c-fac43b180e81\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:52:22.689840Z\", \"updated_at\":\"2025-10-30T16:54:20.584002Z\", \"name\":\"test-pool-wait-2\", \"status\":\"ready\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":2, \"min_size\":1, \"max_size\":2, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "715" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:54:23 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - b4159f89-c226-4314-b8ce-02d0c41a159b - status: 200 OK - code: 200 - duration: 19.451537ms -- id: 159 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/034a502a-1d52-470d-84bd-4a8edd935ba3 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 713 - body: "{\"region\":\"fr-par\", \"id\":\"034a502a-1d52-470d-84bd-4a8edd935ba3\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:49:07.243810Z\", \"updated_at\":\"2025-10-30T16:52:20.261969Z\", \"name\":\"test-pool-wait\", \"status\":\"ready\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "713" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:54:23 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - 91f03531-413a-4bb6-8556-0a891ef8fbfd - status: 200 OK - code: 200 - duration: 94.714502ms -- id: 160 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - form: - order_by: - - created_at_asc - page: - - "1" - pool_id: - - b0c262ac-e3c4-4a41-9b7c-fac43b180e81 - status: - - unknown - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/5114e066-aa93-4560-9be0-5ae445715a75/nodes?order_by=created_at_asc&page=1&pool_id=b0c262ac-e3c4-4a41-9b7c-fac43b180e81&status=unknown - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1240 - body: "{\"total_count\":2, \"nodes\":[{\"region\":\"fr-par\", \"id\":\"803259ac-2333-4048-8fec-ae14c9eff6df\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:52:23.157062Z\", \"updated_at\":\"2025-10-30T16:54:20.566320Z\", \"pool_id\":\"b0c262ac-e3c4-4a41-9b7c-fac43b180e81\", \"status\":\"ready\", \"conditions\":{\"DiskPressure\":\"False\", \"MemoryPressure\":\"False\", \"NetworkUnavailable\":\"False\", \"PIDPressure\":\"False\", \"Ready\":\"True\"}, \"name\":\"scw-test-pool-wait-test-pool-wait-2-803259ac23\", \"public_ip_v4\":\"51.158.65.45\", \"public_ip_v6\":null, \"provider_id\":\"scaleway://instance/fr-par-1/f94c2846-a5e6-44e2-823b-e4da6094250f\", \"error_message\":\"\"}, {\"region\":\"fr-par\", \"id\":\"0e5eed3b-53a4-46b8-9d82-8868a450287f\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:53:15.555152Z\", \"updated_at\":\"2025-10-30T16:54:20.575106Z\", \"pool_id\":\"b0c262ac-e3c4-4a41-9b7c-fac43b180e81\", \"status\":\"ready\", \"conditions\":{\"DiskPressure\":\"False\", \"MemoryPressure\":\"False\", \"PIDPressure\":\"False\", \"Ready\":\"True\"}, \"name\":\"scw-test-pool-wait-test-pool-wait-2-0e5eed3b53\", \"public_ip_v4\":\"51.158.76.222\", \"public_ip_v6\":null, \"provider_id\":\"scaleway://instance/fr-par-1/4af5920e-5aa3-4430-89d0-50a5680db098\", \"error_message\":\"\"}]}" - headers: - Content-Length: - - "1240" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:54:23 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - 3f6170e1-0529-4f33-8abe-1d15d0b5a67a - status: 200 OK - code: 200 - duration: 77.089173ms -- id: 161 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - form: - order_by: - - created_at_asc - page: - - "1" - pool_id: - - 034a502a-1d52-470d-84bd-4a8edd935ba3 - status: - - unknown - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/5114e066-aa93-4560-9be0-5ae445715a75/nodes?order_by=created_at_asc&page=1&pool_id=034a502a-1d52-470d-84bd-4a8edd935ba3&status=unknown - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 648 - body: "{\"total_count\":1, \"nodes\":[{\"region\":\"fr-par\", \"id\":\"3e073c76-a98f-4e6b-ad3c-7a6ca77e15fd\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:51:15.736647Z\", \"updated_at\":\"2025-10-30T16:54:20.551105Z\", \"pool_id\":\"034a502a-1d52-470d-84bd-4a8edd935ba3\", \"status\":\"ready\", \"conditions\":{\"DiskPressure\":\"False\", \"MemoryPressure\":\"False\", \"NetworkUnavailable\":\"False\", \"PIDPressure\":\"False\", \"Ready\":\"True\"}, \"name\":\"scw-test-pool-wait-test-pool-wait-3e073c76a98f\", \"public_ip_v4\":\"51.158.97.50\", \"public_ip_v6\":null, \"provider_id\":\"scaleway://instance/fr-par-1/6ba8f808-ce5f-4e0a-b30e-a83f7f79f945\", \"error_message\":\"\"}]}" - headers: - Content-Length: - - "648" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:54:23 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - f240360d-1b47-42a1-83e4-34264ee9e904 - status: 200 OK - code: 200 - duration: 25.473369ms -- id: 162 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/5114e066-aa93-4560-9be0-5ae445715a75 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1630 - body: "{\"region\":\"fr-par\", \"id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:49:01.607119Z\", \"updated_at\":\"2025-10-30T16:50:36.155897Z\", \"type\":\"kapsule\", \"name\":\"test-pool-wait\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"calico\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"minimal\"], \"cluster_url\":\"https://5114e066-aa93-4560-9be0-5ae445715a75.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.5114e066-aa93-4560-9be0-5ae445715a75.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"363e7214-8a98-40d0-9357-9e4026c21b76\", \"commitment_ends_at\":\"2025-10-30T16:49:01.607128Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"6c8f211e-8819-44e2-93ca-fda367c9ca2a\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1630" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:54:23 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - 58eba6e7-c910-4e3f-ad05-12f9041962cd - status: 200 OK - code: 200 - duration: 22.757933ms -- id: 163 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/5114e066-aa93-4560-9be0-5ae445715a75 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1630 - body: "{\"region\":\"fr-par\", \"id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:49:01.607119Z\", \"updated_at\":\"2025-10-30T16:50:36.155897Z\", \"type\":\"kapsule\", \"name\":\"test-pool-wait\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"calico\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"minimal\"], \"cluster_url\":\"https://5114e066-aa93-4560-9be0-5ae445715a75.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.5114e066-aa93-4560-9be0-5ae445715a75.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"363e7214-8a98-40d0-9357-9e4026c21b76\", \"commitment_ends_at\":\"2025-10-30T16:49:01.607128Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"6c8f211e-8819-44e2-93ca-fda367c9ca2a\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1630" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:54:23 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - 0a9d8e78-859c-4539-9194-7536c23c7f19 - status: 200 OK - code: 200 - duration: 24.453835ms -- id: 164 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - form: - order_by: - - created_at_desc - project_id: - - 105bdce1-64c0-48ab-899d-868455867ecf - resource_name: - - scw-test-pool-wait-test-pool-wait-2-803259ac23 - resource_type: - - unknown_type - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/ipam/v1/regions/fr-par/ips?order_by=created_at_desc&project_id=105bdce1-64c0-48ab-899d-868455867ecf&resource_name=scw-test-pool-wait-test-pool-wait-2-803259ac23&resource_type=unknown_type - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1122 - body: "{\"total_count\":2, \"ips\":[{\"id\":\"35d11f02-76e3-4fe4-a39b-c2df537169d7\", \"address\":\"fd5f:519c:6d46:90dd:ab00:4e62:584d:4783/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":true, \"created_at\":\"2025-10-30T16:52:26.776899Z\", \"updated_at\":\"2025-10-30T16:52:26.776899Z\", \"source\":{\"subnet_id\":\"7493d1b7-5773-41c2-be8c-52e4ec098fc3\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"6f4c43ec-ff56-4721-ab5d-fdf2a12b8f2e\", \"mac_address\":\"02:00:00:12:65:C5\", \"name\":\"scw-test-pool-wait-test-pool-wait-2-803259ac23\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}, {\"id\":\"878dc0d8-d3e7-4ab9-b890-f5352063637c\", \"address\":\"172.18.20.4/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":false, \"created_at\":\"2025-10-30T16:52:26.654069Z\", \"updated_at\":\"2025-10-30T16:52:26.654069Z\", \"source\":{\"subnet_id\":\"da10d014-609b-48cc-9b9a-437dc31f4497\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"6f4c43ec-ff56-4721-ab5d-fdf2a12b8f2e\", \"mac_address\":\"02:00:00:12:65:C5\", \"name\":\"scw-test-pool-wait-test-pool-wait-2-803259ac23\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}]}" - headers: - Content-Length: - - "1122" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:54:23 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - 3de1d11b-9298-4fd1-856f-5db0a6a82462 - status: 200 OK - code: 200 - duration: 29.089405ms -- id: 165 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - form: - order_by: - - created_at_desc - project_id: - - 105bdce1-64c0-48ab-899d-868455867ecf - resource_name: - - scw-test-pool-wait-test-pool-wait-2-0e5eed3b53 - resource_type: - - unknown_type - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/ipam/v1/regions/fr-par/ips?order_by=created_at_desc&project_id=105bdce1-64c0-48ab-899d-868455867ecf&resource_name=scw-test-pool-wait-test-pool-wait-2-0e5eed3b53&resource_type=unknown_type - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1122 - body: "{\"total_count\":2, \"ips\":[{\"id\":\"7e596df6-23ea-4a18-b40b-b04b6889b127\", \"address\":\"fd5f:519c:6d46:90dd:3968:9265:e922:7e76/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":true, \"created_at\":\"2025-10-30T16:53:19.349027Z\", \"updated_at\":\"2025-10-30T16:53:19.349027Z\", \"source\":{\"subnet_id\":\"7493d1b7-5773-41c2-be8c-52e4ec098fc3\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"a3a5b239-815d-4735-b92e-16372f9e8741\", \"mac_address\":\"02:00:00:12:2E:F6\", \"name\":\"scw-test-pool-wait-test-pool-wait-2-0e5eed3b53\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}, {\"id\":\"41cfcea9-5c9f-48bf-af2e-a1fe51acece8\", \"address\":\"172.18.20.5/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":false, \"created_at\":\"2025-10-30T16:53:19.175416Z\", \"updated_at\":\"2025-10-30T16:53:19.175416Z\", \"source\":{\"subnet_id\":\"da10d014-609b-48cc-9b9a-437dc31f4497\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"a3a5b239-815d-4735-b92e-16372f9e8741\", \"mac_address\":\"02:00:00:12:2E:F6\", \"name\":\"scw-test-pool-wait-test-pool-wait-2-0e5eed3b53\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}]}" - headers: - Content-Length: - - "1122" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:54:23 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - 4b2030bb-73c7-4d6d-8665-0530741f83c8 - status: 200 OK - code: 200 - duration: 41.172233ms -- id: 166 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - form: - order_by: - - created_at_desc - project_id: - - 105bdce1-64c0-48ab-899d-868455867ecf - resource_name: - - scw-test-pool-wait-test-pool-wait-3e073c76a98f - resource_type: - - unknown_type - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/ipam/v1/regions/fr-par/ips?order_by=created_at_desc&project_id=105bdce1-64c0-48ab-899d-868455867ecf&resource_name=scw-test-pool-wait-test-pool-wait-3e073c76a98f&resource_type=unknown_type - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1122 - body: "{\"total_count\":2, \"ips\":[{\"id\":\"54c6f7a2-4ca0-43bb-bc9a-b4a3905c0487\", \"address\":\"fd5f:519c:6d46:90dd:c183:ab7b:59b9:fc92/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":true, \"created_at\":\"2025-10-30T16:51:19.698188Z\", \"updated_at\":\"2025-10-30T16:51:19.698188Z\", \"source\":{\"subnet_id\":\"7493d1b7-5773-41c2-be8c-52e4ec098fc3\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"45715cb9-7532-4c78-93a4-2fef3fa3b71a\", \"mac_address\":\"02:00:00:1D:E4:BA\", \"name\":\"scw-test-pool-wait-test-pool-wait-3e073c76a98f\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}, {\"id\":\"ddc7378f-48eb-4ae3-af3e-4d5ee60054c4\", \"address\":\"172.18.20.3/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":false, \"created_at\":\"2025-10-30T16:51:19.565119Z\", \"updated_at\":\"2025-10-30T16:51:19.565119Z\", \"source\":{\"subnet_id\":\"da10d014-609b-48cc-9b9a-437dc31f4497\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"45715cb9-7532-4c78-93a4-2fef3fa3b71a\", \"mac_address\":\"02:00:00:1D:E4:BA\", \"name\":\"scw-test-pool-wait-test-pool-wait-3e073c76a98f\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}]}" - headers: - Content-Length: - - "1122" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:54:23 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - 16200fe4-b65d-415d-ba23-e926d95c9575 - status: 200 OK - code: 200 - duration: 107.191751ms -- id: 167 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 82 - host: api.scaleway.com - body: "{\"size\":1,\"max_size\":1,\"upgrade_policy\":{\"max_unavailable\":null,\"max_surge\":null}}" - headers: - Content-Type: - - application/json - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/b0c262ac-e3c4-4a41-9b7c-fac43b180e81 - method: PATCH - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 717 - body: "{\"region\":\"fr-par\", \"id\":\"b0c262ac-e3c4-4a41-9b7c-fac43b180e81\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:52:22.689840Z\", \"updated_at\":\"2025-10-30T16:54:23.681022Z\", \"name\":\"test-pool-wait-2\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "717" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:54:23 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - 229da5f7-ba93-4213-a304-178e36d924c1 - status: 200 OK - code: 200 - duration: 39.365702ms -- id: 168 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/b0c262ac-e3c4-4a41-9b7c-fac43b180e81 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 717 - body: "{\"region\":\"fr-par\", \"id\":\"b0c262ac-e3c4-4a41-9b7c-fac43b180e81\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:52:22.689840Z\", \"updated_at\":\"2025-10-30T16:54:23.681022Z\", \"name\":\"test-pool-wait-2\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "717" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:54:23 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - 21a8d2c8-163a-4326-bb9e-94ac944cab63 - status: 200 OK - code: 200 - duration: 24.396658ms -- id: 169 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/b0c262ac-e3c4-4a41-9b7c-fac43b180e81 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 715 - body: "{\"region\":\"fr-par\", \"id\":\"b0c262ac-e3c4-4a41-9b7c-fac43b180e81\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:52:22.689840Z\", \"updated_at\":\"2025-10-30T16:54:25.061752Z\", \"name\":\"test-pool-wait-2\", \"status\":\"ready\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "715" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:54:28 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - 8f63ffb1-be77-486d-a45a-2dc8b1f23975 - status: 200 OK - code: 200 - duration: 86.141001ms -- id: 170 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/b0c262ac-e3c4-4a41-9b7c-fac43b180e81 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 715 - body: "{\"region\":\"fr-par\", \"id\":\"b0c262ac-e3c4-4a41-9b7c-fac43b180e81\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:52:22.689840Z\", \"updated_at\":\"2025-10-30T16:54:25.061752Z\", \"name\":\"test-pool-wait-2\", \"status\":\"ready\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "715" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:54:28 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - 54563a94-6c16-45f7-9e74-09dc917a8480 - status: 200 OK - code: 200 - duration: 88.987724ms -- id: 171 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - form: - order_by: - - created_at_asc - page: - - "1" - pool_id: - - b0c262ac-e3c4-4a41-9b7c-fac43b180e81 - status: - - unknown - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/5114e066-aa93-4560-9be0-5ae445715a75/nodes?order_by=created_at_asc&page=1&pool_id=b0c262ac-e3c4-4a41-9b7c-fac43b180e81&status=unknown - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1243 - body: "{\"total_count\":2, \"nodes\":[{\"region\":\"fr-par\", \"id\":\"803259ac-2333-4048-8fec-ae14c9eff6df\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:52:23.157062Z\", \"updated_at\":\"2025-10-30T16:54:25.015233Z\", \"pool_id\":\"b0c262ac-e3c4-4a41-9b7c-fac43b180e81\", \"status\":\"ready\", \"conditions\":{\"DiskPressure\":\"False\", \"MemoryPressure\":\"False\", \"NetworkUnavailable\":\"False\", \"PIDPressure\":\"False\", \"Ready\":\"True\"}, \"name\":\"scw-test-pool-wait-test-pool-wait-2-803259ac23\", \"public_ip_v4\":\"51.158.65.45\", \"public_ip_v6\":null, \"provider_id\":\"scaleway://instance/fr-par-1/f94c2846-a5e6-44e2-823b-e4da6094250f\", \"error_message\":\"\"}, {\"region\":\"fr-par\", \"id\":\"0e5eed3b-53a4-46b8-9d82-8868a450287f\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:53:15.555152Z\", \"updated_at\":\"2025-10-30T16:54:24.729826Z\", \"pool_id\":\"b0c262ac-e3c4-4a41-9b7c-fac43b180e81\", \"status\":\"deleting\", \"conditions\":{\"DiskPressure\":\"False\", \"MemoryPressure\":\"False\", \"PIDPressure\":\"False\", \"Ready\":\"True\"}, \"name\":\"scw-test-pool-wait-test-pool-wait-2-0e5eed3b53\", \"public_ip_v4\":\"51.158.76.222\", \"public_ip_v6\":null, \"provider_id\":\"scaleway://instance/fr-par-1/4af5920e-5aa3-4430-89d0-50a5680db098\", \"error_message\":\"\"}]}" - headers: - Content-Length: - - "1243" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:54:28 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - 7319d6b0-c8db-4304-bbc5-b4c5c8a01a21 - status: 200 OK - code: 200 - duration: 24.37636ms -- id: 172 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/5114e066-aa93-4560-9be0-5ae445715a75 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1630 - body: "{\"region\":\"fr-par\", \"id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:49:01.607119Z\", \"updated_at\":\"2025-10-30T16:50:36.155897Z\", \"type\":\"kapsule\", \"name\":\"test-pool-wait\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"calico\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"minimal\"], \"cluster_url\":\"https://5114e066-aa93-4560-9be0-5ae445715a75.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.5114e066-aa93-4560-9be0-5ae445715a75.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"363e7214-8a98-40d0-9357-9e4026c21b76\", \"commitment_ends_at\":\"2025-10-30T16:49:01.607128Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"6c8f211e-8819-44e2-93ca-fda367c9ca2a\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1630" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:54:28 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - 64795ded-ba00-42a0-8e92-e038a9e0c98b - status: 200 OK - code: 200 - duration: 17.699899ms -- id: 173 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - form: - order_by: - - created_at_desc - project_id: - - 105bdce1-64c0-48ab-899d-868455867ecf - resource_name: - - scw-test-pool-wait-test-pool-wait-2-803259ac23 - resource_type: - - unknown_type - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/ipam/v1/regions/fr-par/ips?order_by=created_at_desc&project_id=105bdce1-64c0-48ab-899d-868455867ecf&resource_name=scw-test-pool-wait-test-pool-wait-2-803259ac23&resource_type=unknown_type - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1122 - body: "{\"total_count\":2, \"ips\":[{\"id\":\"35d11f02-76e3-4fe4-a39b-c2df537169d7\", \"address\":\"fd5f:519c:6d46:90dd:ab00:4e62:584d:4783/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":true, \"created_at\":\"2025-10-30T16:52:26.776899Z\", \"updated_at\":\"2025-10-30T16:52:26.776899Z\", \"source\":{\"subnet_id\":\"7493d1b7-5773-41c2-be8c-52e4ec098fc3\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"6f4c43ec-ff56-4721-ab5d-fdf2a12b8f2e\", \"mac_address\":\"02:00:00:12:65:C5\", \"name\":\"scw-test-pool-wait-test-pool-wait-2-803259ac23\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}, {\"id\":\"878dc0d8-d3e7-4ab9-b890-f5352063637c\", \"address\":\"172.18.20.4/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":false, \"created_at\":\"2025-10-30T16:52:26.654069Z\", \"updated_at\":\"2025-10-30T16:52:26.654069Z\", \"source\":{\"subnet_id\":\"da10d014-609b-48cc-9b9a-437dc31f4497\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"6f4c43ec-ff56-4721-ab5d-fdf2a12b8f2e\", \"mac_address\":\"02:00:00:12:65:C5\", \"name\":\"scw-test-pool-wait-test-pool-wait-2-803259ac23\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}]}" - headers: - Content-Length: - - "1122" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:54:28 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - a73725d2-4b76-4ac4-8d38-c92e5d3a1002 - status: 200 OK - code: 200 - duration: 29.683571ms -- id: 174 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - form: - order_by: - - created_at_desc - project_id: - - 105bdce1-64c0-48ab-899d-868455867ecf - resource_name: - - scw-test-pool-wait-test-pool-wait-2-0e5eed3b53 - resource_type: - - unknown_type - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/ipam/v1/regions/fr-par/ips?order_by=created_at_desc&project_id=105bdce1-64c0-48ab-899d-868455867ecf&resource_name=scw-test-pool-wait-test-pool-wait-2-0e5eed3b53&resource_type=unknown_type - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1122 - body: "{\"total_count\":2, \"ips\":[{\"id\":\"7e596df6-23ea-4a18-b40b-b04b6889b127\", \"address\":\"fd5f:519c:6d46:90dd:3968:9265:e922:7e76/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":true, \"created_at\":\"2025-10-30T16:53:19.349027Z\", \"updated_at\":\"2025-10-30T16:53:19.349027Z\", \"source\":{\"subnet_id\":\"7493d1b7-5773-41c2-be8c-52e4ec098fc3\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"a3a5b239-815d-4735-b92e-16372f9e8741\", \"mac_address\":\"02:00:00:12:2E:F6\", \"name\":\"scw-test-pool-wait-test-pool-wait-2-0e5eed3b53\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}, {\"id\":\"41cfcea9-5c9f-48bf-af2e-a1fe51acece8\", \"address\":\"172.18.20.5/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":false, \"created_at\":\"2025-10-30T16:53:19.175416Z\", \"updated_at\":\"2025-10-30T16:53:19.175416Z\", \"source\":{\"subnet_id\":\"da10d014-609b-48cc-9b9a-437dc31f4497\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"a3a5b239-815d-4735-b92e-16372f9e8741\", \"mac_address\":\"02:00:00:12:2E:F6\", \"name\":\"scw-test-pool-wait-test-pool-wait-2-0e5eed3b53\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}]}" - headers: - Content-Length: - - "1122" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:54:29 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - 7f38b4ab-a2da-4de7-b440-04b3db7df960 - status: 200 OK - code: 200 - duration: 36.130641ms -- id: 175 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/5114e066-aa93-4560-9be0-5ae445715a75 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1630 - body: "{\"region\":\"fr-par\", \"id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:49:01.607119Z\", \"updated_at\":\"2025-10-30T16:50:36.155897Z\", \"type\":\"kapsule\", \"name\":\"test-pool-wait\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"calico\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"minimal\"], \"cluster_url\":\"https://5114e066-aa93-4560-9be0-5ae445715a75.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.5114e066-aa93-4560-9be0-5ae445715a75.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"363e7214-8a98-40d0-9357-9e4026c21b76\", \"commitment_ends_at\":\"2025-10-30T16:49:01.607128Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"6c8f211e-8819-44e2-93ca-fda367c9ca2a\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1630" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:54:29 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - 1a350574-4276-45b3-93bd-3f8668228ecc - status: 200 OK - code: 200 - duration: 21.906024ms -- id: 176 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/b0c262ac-e3c4-4a41-9b7c-fac43b180e81 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 715 - body: "{\"region\":\"fr-par\", \"id\":\"b0c262ac-e3c4-4a41-9b7c-fac43b180e81\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:52:22.689840Z\", \"updated_at\":\"2025-10-30T16:54:25.061752Z\", \"name\":\"test-pool-wait-2\", \"status\":\"ready\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "715" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:54:29 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - 9e94267c-6cb2-4a8b-a219-d00a1cc98a92 - status: 200 OK - code: 200 - duration: 19.294302ms -- id: 177 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/fr-par/vpcs/1a7a1e1e-2b33-478e-8f1a-faa0303a1c43 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 419 - body: "{\"id\":\"1a7a1e1e-2b33-478e-8f1a-faa0303a1c43\", \"name\":\"tf-vpc-confident-bose\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:49:00.136298Z\", \"updated_at\":\"2025-10-30T16:49:00.136298Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_default\":false, \"private_network_count\":1, \"routing_enabled\":true, \"custom_routes_propagation_enabled\":true, \"region\":\"fr-par\"}" - headers: - Content-Length: - - "419" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:54:29 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - f3e62cf2-3c3c-41ab-b009-e7e1897874f9 - status: 200 OK - code: 200 - duration: 28.599506ms -- id: 178 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks/363e7214-8a98-40d0-9357-9e4026c21b76 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1084 - body: "{\"id\":\"363e7214-8a98-40d0-9357-9e4026c21b76\", \"name\":\"test-pool-wait\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:49:00.384609Z\", \"updated_at\":\"2025-10-30T16:49:00.384609Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"subnets\":[{\"id\":\"da10d014-609b-48cc-9b9a-437dc31f4497\", \"created_at\":\"2025-10-30T16:49:00.384609Z\", \"updated_at\":\"2025-10-30T16:49:00.384609Z\", \"subnet\":\"172.18.20.0/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"363e7214-8a98-40d0-9357-9e4026c21b76\", \"vpc_id\":\"1a7a1e1e-2b33-478e-8f1a-faa0303a1c43\"}, {\"id\":\"7493d1b7-5773-41c2-be8c-52e4ec098fc3\", \"created_at\":\"2025-10-30T16:49:00.384609Z\", \"updated_at\":\"2025-10-30T16:49:00.384609Z\", \"subnet\":\"fd5f:519c:6d46:90dd::/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"363e7214-8a98-40d0-9357-9e4026c21b76\", \"vpc_id\":\"1a7a1e1e-2b33-478e-8f1a-faa0303a1c43\"}], \"vpc_id\":\"1a7a1e1e-2b33-478e-8f1a-faa0303a1c43\", \"dhcp_enabled\":true, \"default_route_propagation_enabled\":false, \"region\":\"fr-par\"}" - headers: - Content-Length: - - "1084" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:54:29 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - 9d5c42eb-40a5-4c44-a813-f6951de136a2 - status: 200 OK - code: 200 - duration: 24.432656ms -- id: 179 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/5114e066-aa93-4560-9be0-5ae445715a75 + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/5114e066-aa93-4560-9be0-5ae445715a75 method: GET response: proto: HTTP/2.0 @@ -6069,111 +2340,15 @@ interactions: Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:54:29 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - f68bc5db-60b7-4165-891a-7e90af527846 - status: 200 OK - code: 200 - duration: 27.070406ms -- id: 180 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/5114e066-aa93-4560-9be0-5ae445715a75/kubeconfig - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1654 - body: "{\"name\":\"kubeconfig\", \"content_type\":\"application/octet-stream\", \"content\":\"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogInRlc3QtcG9vbC13YWl0IgogIGNsdXN0ZXI6CiAgICBjZXJ0aWZpY2F0ZS1hdXRob3JpdHktZGF0YTogTFMwdExTMUNSVWRKVGlCRFJWSlVTVVpKUTBGVVJTMHRMUzB0Q2sxSlNVSllSRU5EUVZGSFowRjNTVUpCWjBsQ1FVUkJTMEpuWjNGb2EycFBVRkZSUkVGcVFWWk5VazEzUlZGWlJGWlJVVVJGZDNCeVpGZEtiR050Tld3S1pFZFdlazFDTkZoRVZFa3hUVlJCZVU5VVJUSk9SR3QzVFZadldFUlVUVEZOVkVGNVQxUkZNazVFYTNkTlZtOTNSbFJGVkUxQ1JVZEJNVlZGUVhoTlN3cGhNMVpwV2xoS2RWcFlVbXhqZWtKYVRVSk5SMEo1Y1VkVFRUUTVRV2RGUjBORGNVZFRUVFE1UVhkRlNFRXdTVUZDVFhsNllqUkdTbVozWTFOM01tZEZDbEppVFRkVFZpOUpiM0ZXU21oWWVIbGxObHB1UkZOWlZ6WmxRbU4yV2tJM1RXVnVMMWxPYm5wM2F6QkpRazF2VDFkUFRXeHRlVGxJWVU5NE1XVkxaSFlLTUVRNE9XZDVZV3BSYWtKQlRVRTBSMEV4VldSRWQwVkNMM2RSUlVGM1NVTndSRUZRUW1kT1ZraFNUVUpCWmpoRlFsUkJSRUZSU0M5TlFqQkhRVEZWWkFwRVoxRlhRa0pTVTFsU1NtTm9UV1l3V0U5YWNtUkJhV1JMYkdOUWEyTklZeTlVUVV0Q1oyZHhhR3RxVDFCUlVVUkJaMDVLUVVSQ1IwRnBSVUY1Ym0xd0NqbFpkWG80VWpGVWFtNDBiV2RqYWpaV2QycFVTM2gzUm5KS1VrdFZTVVpIUTFwR2VsbEtWVU5KVVVSSWRERkNXalpHYUZrdlVUWlRabloxTVhCNmJEWUtNWG80VkhCMlNIQkxVa0pIY1RscmNVVlJOa3hPZHowOUNpMHRMUzB0UlU1RUlFTkZVbFJKUmtsRFFWUkZMUzB0TFMwSwogICAgc2VydmVyOiBodHRwczovLzUxMTRlMDY2LWFhOTMtNDU2MC05YmUwLTVhZTQ0NTcxNWE3NS5hcGkuazhzLmZyLXBhci5zY3cuY2xvdWQ6NjQ0Mwpjb250ZXh0czoKLSBuYW1lOiBhZG1pbkB0ZXN0LXBvb2wtd2FpdAogIGNvbnRleHQ6CiAgICBjbHVzdGVyOiAidGVzdC1wb29sLXdhaXQiCiAgICB1c2VyOiB0ZXN0LXBvb2wtd2FpdC1hZG1pbgpjdXJyZW50LWNvbnRleHQ6IGFkbWluQHRlc3QtcG9vbC13YWl0CmtpbmQ6IENvbmZpZwpwcmVmZXJlbmNlczoge30KdXNlcnM6Ci0gbmFtZTogdGVzdC1wb29sLXdhaXQtYWRtaW4KICB1c2VyOgogICAgdG9rZW46IGttQTQ5c2F6N1V4dVJSOHZ1UzIxMWpxN2NzVzNobFF1QzQ3QjRla3BobjE3UXBMcVRiVGJGelVO\"}" - headers: - Content-Length: - - "1654" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:54:29 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - 9c9f2163-2ec7-4812-a332-50243f9b73d5 - status: 200 OK - code: 200 - duration: 99.252409ms -- id: 181 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/b0c262ac-e3c4-4a41-9b7c-fac43b180e81 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 715 - body: "{\"region\":\"fr-par\", \"id\":\"b0c262ac-e3c4-4a41-9b7c-fac43b180e81\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:52:22.689840Z\", \"updated_at\":\"2025-10-30T16:54:25.061752Z\", \"name\":\"test-pool-wait-2\", \"status\":\"ready\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "715" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:54:29 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - f7d19069-fe73-42da-b8fa-ef69ac7fce4a - status: 200 OK - code: 200 - duration: 18.938664ms -- id: 182 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/034a502a-1d52-470d-84bd-4a8edd935ba3 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 713 - body: "{\"region\":\"fr-par\", \"id\":\"034a502a-1d52-470d-84bd-4a8edd935ba3\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:49:07.243810Z\", \"updated_at\":\"2025-10-30T16:52:20.261969Z\", \"name\":\"test-pool-wait\", \"status\":\"ready\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "713" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:54:29 GMT + - Thu, 30 Oct 2025 16:53:15 GMT Server: - Scaleway API Gateway (fr-par-3;edge01) X-Request-Id: - - 32db3bf6-27ad-4a62-910d-08ba6ef75a8c + - 26e326ff-e6bc-4516-a4db-c78e0dab0cc0 status: 200 OK code: 200 - duration: 23.264593ms -- id: 183 + duration: 62.348848ms +- id: 69 request: proto: HTTP/1.1 proto_major: 1 @@ -6197,170 +2372,56 @@ interactions: response: proto: HTTP/2.0 proto_major: 2 - proto_minor: 0 - content_length: 648 - body: "{\"total_count\":1, \"nodes\":[{\"region\":\"fr-par\", \"id\":\"3e073c76-a98f-4e6b-ad3c-7a6ca77e15fd\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:51:15.736647Z\", \"updated_at\":\"2025-10-30T16:54:24.994372Z\", \"pool_id\":\"034a502a-1d52-470d-84bd-4a8edd935ba3\", \"status\":\"ready\", \"conditions\":{\"DiskPressure\":\"False\", \"MemoryPressure\":\"False\", \"NetworkUnavailable\":\"False\", \"PIDPressure\":\"False\", \"Ready\":\"True\"}, \"name\":\"scw-test-pool-wait-test-pool-wait-3e073c76a98f\", \"public_ip_v4\":\"51.158.97.50\", \"public_ip_v6\":null, \"provider_id\":\"scaleway://instance/fr-par-1/6ba8f808-ce5f-4e0a-b30e-a83f7f79f945\", \"error_message\":\"\"}]}" - headers: - Content-Length: - - "648" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:54:29 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - 42d02c0a-dc22-4feb-b7a8-d362becfd958 - status: 200 OK - code: 200 - duration: 22.39432ms -- id: 184 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - form: - order_by: - - created_at_asc - page: - - "1" - pool_id: - - b0c262ac-e3c4-4a41-9b7c-fac43b180e81 - status: - - unknown - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/5114e066-aa93-4560-9be0-5ae445715a75/nodes?order_by=created_at_asc&page=1&pool_id=b0c262ac-e3c4-4a41-9b7c-fac43b180e81&status=unknown - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1243 - body: "{\"total_count\":2, \"nodes\":[{\"region\":\"fr-par\", \"id\":\"803259ac-2333-4048-8fec-ae14c9eff6df\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:52:23.157062Z\", \"updated_at\":\"2025-10-30T16:54:25.015233Z\", \"pool_id\":\"b0c262ac-e3c4-4a41-9b7c-fac43b180e81\", \"status\":\"ready\", \"conditions\":{\"DiskPressure\":\"False\", \"MemoryPressure\":\"False\", \"NetworkUnavailable\":\"False\", \"PIDPressure\":\"False\", \"Ready\":\"True\"}, \"name\":\"scw-test-pool-wait-test-pool-wait-2-803259ac23\", \"public_ip_v4\":\"51.158.65.45\", \"public_ip_v6\":null, \"provider_id\":\"scaleway://instance/fr-par-1/f94c2846-a5e6-44e2-823b-e4da6094250f\", \"error_message\":\"\"}, {\"region\":\"fr-par\", \"id\":\"0e5eed3b-53a4-46b8-9d82-8868a450287f\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:53:15.555152Z\", \"updated_at\":\"2025-10-30T16:54:24.729826Z\", \"pool_id\":\"b0c262ac-e3c4-4a41-9b7c-fac43b180e81\", \"status\":\"deleting\", \"conditions\":{\"DiskPressure\":\"False\", \"MemoryPressure\":\"False\", \"PIDPressure\":\"False\", \"Ready\":\"True\"}, \"name\":\"scw-test-pool-wait-test-pool-wait-2-0e5eed3b53\", \"public_ip_v4\":\"51.158.76.222\", \"public_ip_v6\":null, \"provider_id\":\"scaleway://instance/fr-par-1/4af5920e-5aa3-4430-89d0-50a5680db098\", \"error_message\":\"\"}]}" - headers: - Content-Length: - - "1243" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:54:29 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - fa3c4a6a-c517-44e4-b66a-38db853bd48d - status: 200 OK - code: 200 - duration: 32.602058ms -- id: 185 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/5114e066-aa93-4560-9be0-5ae445715a75 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1630 - body: "{\"region\":\"fr-par\", \"id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:49:01.607119Z\", \"updated_at\":\"2025-10-30T16:50:36.155897Z\", \"type\":\"kapsule\", \"name\":\"test-pool-wait\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"calico\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"minimal\"], \"cluster_url\":\"https://5114e066-aa93-4560-9be0-5ae445715a75.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.5114e066-aa93-4560-9be0-5ae445715a75.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"363e7214-8a98-40d0-9357-9e4026c21b76\", \"commitment_ends_at\":\"2025-10-30T16:49:01.607128Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"6c8f211e-8819-44e2-93ca-fda367c9ca2a\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1630" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:54:29 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - e43a6778-4477-4e97-a9b1-25b6ffabdf27 - status: 200 OK - code: 200 - duration: 23.208559ms -- id: 186 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/5114e066-aa93-4560-9be0-5ae445715a75 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1630 - body: "{\"region\":\"fr-par\", \"id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:49:01.607119Z\", \"updated_at\":\"2025-10-30T16:50:36.155897Z\", \"type\":\"kapsule\", \"name\":\"test-pool-wait\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"calico\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"minimal\"], \"cluster_url\":\"https://5114e066-aa93-4560-9be0-5ae445715a75.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.5114e066-aa93-4560-9be0-5ae445715a75.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"363e7214-8a98-40d0-9357-9e4026c21b76\", \"commitment_ends_at\":\"2025-10-30T16:49:01.607128Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"6c8f211e-8819-44e2-93ca-fda367c9ca2a\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + proto_minor: 0 + content_length: 648 + body: "{\"total_count\":1, \"nodes\":[{\"region\":\"fr-par\", \"id\":\"3e073c76-a98f-4e6b-ad3c-7a6ca77e15fd\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:51:15.736647Z\", \"updated_at\":\"2025-10-30T16:53:10.517490Z\", \"pool_id\":\"034a502a-1d52-470d-84bd-4a8edd935ba3\", \"status\":\"ready\", \"conditions\":{\"DiskPressure\":\"False\", \"MemoryPressure\":\"False\", \"NetworkUnavailable\":\"False\", \"PIDPressure\":\"False\", \"Ready\":\"True\"}, \"name\":\"scw-test-pool-wait-test-pool-wait-3e073c76a98f\", \"public_ip_v4\":\"51.158.97.50\", \"public_ip_v6\":null, \"provider_id\":\"scaleway://instance/fr-par-1/6ba8f808-ce5f-4e0a-b30e-a83f7f79f945\", \"error_message\":\"\"}]}" headers: Content-Length: - - "1630" + - "648" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:54:29 GMT + - Thu, 30 Oct 2025 16:53:15 GMT Server: - Scaleway API Gateway (fr-par-3;edge01) X-Request-Id: - - e681d7ec-ff19-47e3-ab19-f819d0de3f14 + - 0a41abc8-4a2c-43a8-8234-018b011c99c9 status: 200 OK code: 200 - duration: 30.393133ms -- id: 187 + duration: 87.482439ms +- id: 70 request: proto: HTTP/1.1 proto_major: 1 proto_minor: 1 content_length: 0 host: api.scaleway.com - form: - order_by: - - created_at_desc - project_id: - - 105bdce1-64c0-48ab-899d-868455867ecf - resource_name: - - scw-test-pool-wait-test-pool-wait-3e073c76a98f - resource_type: - - unknown_type headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/ipam/v1/regions/fr-par/ips?order_by=created_at_desc&project_id=105bdce1-64c0-48ab-899d-868455867ecf&resource_name=scw-test-pool-wait-test-pool-wait-3e073c76a98f&resource_type=unknown_type + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/5114e066-aa93-4560-9be0-5ae445715a75 method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 1122 - body: "{\"total_count\":2, \"ips\":[{\"id\":\"54c6f7a2-4ca0-43bb-bc9a-b4a3905c0487\", \"address\":\"fd5f:519c:6d46:90dd:c183:ab7b:59b9:fc92/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":true, \"created_at\":\"2025-10-30T16:51:19.698188Z\", \"updated_at\":\"2025-10-30T16:51:19.698188Z\", \"source\":{\"subnet_id\":\"7493d1b7-5773-41c2-be8c-52e4ec098fc3\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"45715cb9-7532-4c78-93a4-2fef3fa3b71a\", \"mac_address\":\"02:00:00:1D:E4:BA\", \"name\":\"scw-test-pool-wait-test-pool-wait-3e073c76a98f\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}, {\"id\":\"ddc7378f-48eb-4ae3-af3e-4d5ee60054c4\", \"address\":\"172.18.20.3/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":false, \"created_at\":\"2025-10-30T16:51:19.565119Z\", \"updated_at\":\"2025-10-30T16:51:19.565119Z\", \"source\":{\"subnet_id\":\"da10d014-609b-48cc-9b9a-437dc31f4497\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"45715cb9-7532-4c78-93a4-2fef3fa3b71a\", \"mac_address\":\"02:00:00:1D:E4:BA\", \"name\":\"scw-test-pool-wait-test-pool-wait-3e073c76a98f\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}]}" + content_length: 1630 + body: "{\"region\":\"fr-par\", \"id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:49:01.607119Z\", \"updated_at\":\"2025-10-30T16:50:36.155897Z\", \"type\":\"kapsule\", \"name\":\"test-pool-wait\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"calico\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"minimal\"], \"cluster_url\":\"https://5114e066-aa93-4560-9be0-5ae445715a75.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.5114e066-aa93-4560-9be0-5ae445715a75.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"363e7214-8a98-40d0-9357-9e4026c21b76\", \"commitment_ends_at\":\"2025-10-30T16:49:01.607128Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"6c8f211e-8819-44e2-93ca-fda367c9ca2a\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" headers: Content-Length: - - "1122" + - "1630" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:54:29 GMT + - Thu, 30 Oct 2025 16:53:15 GMT Server: - Scaleway API Gateway (fr-par-3;edge01) X-Request-Id: - - 85a6087c-8bb3-4321-8d83-33f3e5ad9e74 + - 1f027b3e-2ac9-4c0e-bf81-8eb123257a0a status: 200 OK code: 200 - duration: 29.693239ms -- id: 188 + duration: 22.531738ms +- id: 71 request: proto: HTTP/1.1 proto_major: 1 @@ -6393,15 +2454,15 @@ interactions: Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:54:29 GMT + - Thu, 30 Oct 2025 16:53:15 GMT Server: - Scaleway API Gateway (fr-par-3;edge01) X-Request-Id: - - 1836cb09-21e7-4272-9b24-1a2d044cf203 + - 6492c4ee-caad-4693-a86d-5854b9ba34ea status: 200 OK code: 200 - duration: 34.630386ms -- id: 189 + duration: 33.453817ms +- id: 72 request: proto: HTTP/1.1 proto_major: 1 @@ -6414,67 +2475,70 @@ interactions: project_id: - 105bdce1-64c0-48ab-899d-868455867ecf resource_name: - - scw-test-pool-wait-test-pool-wait-2-0e5eed3b53 + - scw-test-pool-wait-test-pool-wait-3e073c76a98f resource_type: - unknown_type headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/ipam/v1/regions/fr-par/ips?order_by=created_at_desc&project_id=105bdce1-64c0-48ab-899d-868455867ecf&resource_name=scw-test-pool-wait-test-pool-wait-2-0e5eed3b53&resource_type=unknown_type + url: https://api.scaleway.com/ipam/v1/regions/fr-par/ips?order_by=created_at_desc&project_id=105bdce1-64c0-48ab-899d-868455867ecf&resource_name=scw-test-pool-wait-test-pool-wait-3e073c76a98f&resource_type=unknown_type method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 content_length: 1122 - body: "{\"total_count\":2, \"ips\":[{\"id\":\"7e596df6-23ea-4a18-b40b-b04b6889b127\", \"address\":\"fd5f:519c:6d46:90dd:3968:9265:e922:7e76/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":true, \"created_at\":\"2025-10-30T16:53:19.349027Z\", \"updated_at\":\"2025-10-30T16:53:19.349027Z\", \"source\":{\"subnet_id\":\"7493d1b7-5773-41c2-be8c-52e4ec098fc3\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"a3a5b239-815d-4735-b92e-16372f9e8741\", \"mac_address\":\"02:00:00:12:2E:F6\", \"name\":\"scw-test-pool-wait-test-pool-wait-2-0e5eed3b53\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}, {\"id\":\"41cfcea9-5c9f-48bf-af2e-a1fe51acece8\", \"address\":\"172.18.20.5/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":false, \"created_at\":\"2025-10-30T16:53:19.175416Z\", \"updated_at\":\"2025-10-30T16:53:19.175416Z\", \"source\":{\"subnet_id\":\"da10d014-609b-48cc-9b9a-437dc31f4497\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"a3a5b239-815d-4735-b92e-16372f9e8741\", \"mac_address\":\"02:00:00:12:2E:F6\", \"name\":\"scw-test-pool-wait-test-pool-wait-2-0e5eed3b53\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}]}" + body: "{\"total_count\":2, \"ips\":[{\"id\":\"54c6f7a2-4ca0-43bb-bc9a-b4a3905c0487\", \"address\":\"fd5f:519c:6d46:90dd:c183:ab7b:59b9:fc92/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":true, \"created_at\":\"2025-10-30T16:51:19.698188Z\", \"updated_at\":\"2025-10-30T16:51:19.698188Z\", \"source\":{\"subnet_id\":\"7493d1b7-5773-41c2-be8c-52e4ec098fc3\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"45715cb9-7532-4c78-93a4-2fef3fa3b71a\", \"mac_address\":\"02:00:00:1D:E4:BA\", \"name\":\"scw-test-pool-wait-test-pool-wait-3e073c76a98f\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}, {\"id\":\"ddc7378f-48eb-4ae3-af3e-4d5ee60054c4\", \"address\":\"172.18.20.3/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":false, \"created_at\":\"2025-10-30T16:51:19.565119Z\", \"updated_at\":\"2025-10-30T16:51:19.565119Z\", \"source\":{\"subnet_id\":\"da10d014-609b-48cc-9b9a-437dc31f4497\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"45715cb9-7532-4c78-93a4-2fef3fa3b71a\", \"mac_address\":\"02:00:00:1D:E4:BA\", \"name\":\"scw-test-pool-wait-test-pool-wait-3e073c76a98f\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}]}" headers: Content-Length: - "1122" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:54:29 GMT + - Thu, 30 Oct 2025 16:53:15 GMT Server: - Scaleway API Gateway (fr-par-3;edge01) X-Request-Id: - - ff914719-a506-4c06-a2c9-2a9f60588692 + - d0d4b150-7987-436f-a4e7-0fe223111008 status: 200 OK code: 200 - duration: 30.270462ms -- id: 190 + duration: 24.490845ms +- id: 73 request: proto: HTTP/1.1 proto_major: 1 proto_minor: 1 - content_length: 0 + content_length: 82 host: api.scaleway.com + body: "{\"size\":2,\"max_size\":2,\"upgrade_policy\":{\"max_unavailable\":null,\"max_surge\":null}}" headers: + Content-Type: + - application/json User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/fr-par/vpcs/1a7a1e1e-2b33-478e-8f1a-faa0303a1c43 - method: GET + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/b0c262ac-e3c4-4a41-9b7c-fac43b180e81 + method: PATCH response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 419 - body: "{\"id\":\"1a7a1e1e-2b33-478e-8f1a-faa0303a1c43\", \"name\":\"tf-vpc-confident-bose\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:49:00.136298Z\", \"updated_at\":\"2025-10-30T16:49:00.136298Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_default\":false, \"private_network_count\":1, \"routing_enabled\":true, \"custom_routes_propagation_enabled\":true, \"region\":\"fr-par\"}" + content_length: 717 + body: "{\"region\":\"fr-par\", \"id\":\"b0c262ac-e3c4-4a41-9b7c-fac43b180e81\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:52:22.689840Z\", \"updated_at\":\"2025-10-30T16:53:15.362541Z\", \"name\":\"test-pool-wait-2\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":2, \"min_size\":1, \"max_size\":2, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" headers: Content-Length: - - "419" + - "717" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:54:29 GMT + - Thu, 30 Oct 2025 16:53:15 GMT Server: - Scaleway API Gateway (fr-par-3;edge01) X-Request-Id: - - fa9e3f8b-0d64-414f-95db-2dc93e54de41 + - 8d2f00e4-2ff5-44dc-aa01-ed578d37d9ab status: 200 OK code: 200 - duration: 28.651153ms -- id: 191 + duration: 49.069225ms +- id: 74 request: proto: HTTP/1.1 proto_major: 1 @@ -6484,29 +2548,29 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks/363e7214-8a98-40d0-9357-9e4026c21b76 + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/b0c262ac-e3c4-4a41-9b7c-fac43b180e81 method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 1084 - body: "{\"id\":\"363e7214-8a98-40d0-9357-9e4026c21b76\", \"name\":\"test-pool-wait\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:49:00.384609Z\", \"updated_at\":\"2025-10-30T16:49:00.384609Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"subnets\":[{\"id\":\"da10d014-609b-48cc-9b9a-437dc31f4497\", \"created_at\":\"2025-10-30T16:49:00.384609Z\", \"updated_at\":\"2025-10-30T16:49:00.384609Z\", \"subnet\":\"172.18.20.0/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"363e7214-8a98-40d0-9357-9e4026c21b76\", \"vpc_id\":\"1a7a1e1e-2b33-478e-8f1a-faa0303a1c43\"}, {\"id\":\"7493d1b7-5773-41c2-be8c-52e4ec098fc3\", \"created_at\":\"2025-10-30T16:49:00.384609Z\", \"updated_at\":\"2025-10-30T16:49:00.384609Z\", \"subnet\":\"fd5f:519c:6d46:90dd::/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"363e7214-8a98-40d0-9357-9e4026c21b76\", \"vpc_id\":\"1a7a1e1e-2b33-478e-8f1a-faa0303a1c43\"}], \"vpc_id\":\"1a7a1e1e-2b33-478e-8f1a-faa0303a1c43\", \"dhcp_enabled\":true, \"default_route_propagation_enabled\":false, \"region\":\"fr-par\"}" + content_length: 717 + body: "{\"region\":\"fr-par\", \"id\":\"b0c262ac-e3c4-4a41-9b7c-fac43b180e81\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:52:22.689840Z\", \"updated_at\":\"2025-10-30T16:53:15.362541Z\", \"name\":\"test-pool-wait-2\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":2, \"min_size\":1, \"max_size\":2, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" headers: Content-Length: - - "1084" + - "717" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:54:29 GMT + - Thu, 30 Oct 2025 16:53:15 GMT Server: - Scaleway API Gateway (fr-par-3;edge01) X-Request-Id: - - 70605d89-3232-48e5-b64d-8318c504b090 + - 170c35a1-ae82-4b4d-ad1b-7723264afb33 status: 200 OK code: 200 - duration: 22.426861ms -- id: 192 + duration: 23.956101ms +- id: 75 request: proto: HTTP/1.1 proto_major: 1 @@ -6516,29 +2580,29 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/5114e066-aa93-4560-9be0-5ae445715a75 + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/b0c262ac-e3c4-4a41-9b7c-fac43b180e81 method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 1630 - body: "{\"region\":\"fr-par\", \"id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:49:01.607119Z\", \"updated_at\":\"2025-10-30T16:50:36.155897Z\", \"type\":\"kapsule\", \"name\":\"test-pool-wait\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"calico\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"minimal\"], \"cluster_url\":\"https://5114e066-aa93-4560-9be0-5ae445715a75.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.5114e066-aa93-4560-9be0-5ae445715a75.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"363e7214-8a98-40d0-9357-9e4026c21b76\", \"commitment_ends_at\":\"2025-10-30T16:49:01.607128Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"6c8f211e-8819-44e2-93ca-fda367c9ca2a\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + content_length: 715 + body: "{\"region\":\"fr-par\", \"id\":\"b0c262ac-e3c4-4a41-9b7c-fac43b180e81\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:52:22.689840Z\", \"updated_at\":\"2025-10-30T16:54:20.584002Z\", \"name\":\"test-pool-wait-2\", \"status\":\"ready\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":2, \"min_size\":1, \"max_size\":2, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" headers: Content-Length: - - "1630" + - "715" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:54:29 GMT + - Thu, 30 Oct 2025 16:54:21 GMT Server: - Scaleway API Gateway (fr-par-3;edge01) X-Request-Id: - - 2c792be7-5412-48cc-97d2-151843afef39 + - 72e2d7d6-b055-4184-8885-561e31d4f7e0 status: 200 OK code: 200 - duration: 36.672037ms -- id: 193 + duration: 111.918562ms +- id: 76 request: proto: HTTP/1.1 proto_major: 1 @@ -6555,22 +2619,22 @@ interactions: proto_major: 2 proto_minor: 0 content_length: 715 - body: "{\"region\":\"fr-par\", \"id\":\"b0c262ac-e3c4-4a41-9b7c-fac43b180e81\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:52:22.689840Z\", \"updated_at\":\"2025-10-30T16:54:25.061752Z\", \"name\":\"test-pool-wait-2\", \"status\":\"ready\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + body: "{\"region\":\"fr-par\", \"id\":\"b0c262ac-e3c4-4a41-9b7c-fac43b180e81\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:52:22.689840Z\", \"updated_at\":\"2025-10-30T16:54:20.584002Z\", \"name\":\"test-pool-wait-2\", \"status\":\"ready\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":2, \"min_size\":1, \"max_size\":2, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" headers: Content-Length: - "715" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:54:29 GMT + - Thu, 30 Oct 2025 16:54:21 GMT Server: - Scaleway API Gateway (fr-par-3;edge01) X-Request-Id: - - 9b559406-9069-4ae9-8d2a-1891ecdf7f78 + - 4a1b4cfe-1e89-436e-941b-38e0700ea753 status: 200 OK code: 200 - duration: 100.172025ms -- id: 194 + duration: 92.919663ms +- id: 77 request: proto: HTTP/1.1 proto_major: 1 @@ -6595,55 +2659,23 @@ interactions: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 1243 - body: "{\"total_count\":2, \"nodes\":[{\"region\":\"fr-par\", \"id\":\"803259ac-2333-4048-8fec-ae14c9eff6df\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:52:23.157062Z\", \"updated_at\":\"2025-10-30T16:54:25.015233Z\", \"pool_id\":\"b0c262ac-e3c4-4a41-9b7c-fac43b180e81\", \"status\":\"ready\", \"conditions\":{\"DiskPressure\":\"False\", \"MemoryPressure\":\"False\", \"NetworkUnavailable\":\"False\", \"PIDPressure\":\"False\", \"Ready\":\"True\"}, \"name\":\"scw-test-pool-wait-test-pool-wait-2-803259ac23\", \"public_ip_v4\":\"51.158.65.45\", \"public_ip_v6\":null, \"provider_id\":\"scaleway://instance/fr-par-1/f94c2846-a5e6-44e2-823b-e4da6094250f\", \"error_message\":\"\"}, {\"region\":\"fr-par\", \"id\":\"0e5eed3b-53a4-46b8-9d82-8868a450287f\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:53:15.555152Z\", \"updated_at\":\"2025-10-30T16:54:24.729826Z\", \"pool_id\":\"b0c262ac-e3c4-4a41-9b7c-fac43b180e81\", \"status\":\"deleting\", \"conditions\":{\"DiskPressure\":\"False\", \"MemoryPressure\":\"False\", \"PIDPressure\":\"False\", \"Ready\":\"True\"}, \"name\":\"scw-test-pool-wait-test-pool-wait-2-0e5eed3b53\", \"public_ip_v4\":\"51.158.76.222\", \"public_ip_v6\":null, \"provider_id\":\"scaleway://instance/fr-par-1/4af5920e-5aa3-4430-89d0-50a5680db098\", \"error_message\":\"\"}]}" - headers: - Content-Length: - - "1243" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:54:29 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - 1128ca4d-2738-48ab-896f-35b729c43a5c - status: 200 OK - code: 200 - duration: 27.337037ms -- id: 195 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/5114e066-aa93-4560-9be0-5ae445715a75/kubeconfig - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1654 - body: "{\"name\":\"kubeconfig\", \"content_type\":\"application/octet-stream\", \"content\":\"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogInRlc3QtcG9vbC13YWl0IgogIGNsdXN0ZXI6CiAgICBjZXJ0aWZpY2F0ZS1hdXRob3JpdHktZGF0YTogTFMwdExTMUNSVWRKVGlCRFJWSlVTVVpKUTBGVVJTMHRMUzB0Q2sxSlNVSllSRU5EUVZGSFowRjNTVUpCWjBsQ1FVUkJTMEpuWjNGb2EycFBVRkZSUkVGcVFWWk5VazEzUlZGWlJGWlJVVVJGZDNCeVpGZEtiR050Tld3S1pFZFdlazFDTkZoRVZFa3hUVlJCZVU5VVJUSk9SR3QzVFZadldFUlVUVEZOVkVGNVQxUkZNazVFYTNkTlZtOTNSbFJGVkUxQ1JVZEJNVlZGUVhoTlN3cGhNMVpwV2xoS2RWcFlVbXhqZWtKYVRVSk5SMEo1Y1VkVFRUUTVRV2RGUjBORGNVZFRUVFE1UVhkRlNFRXdTVUZDVFhsNllqUkdTbVozWTFOM01tZEZDbEppVFRkVFZpOUpiM0ZXU21oWWVIbGxObHB1UkZOWlZ6WmxRbU4yV2tJM1RXVnVMMWxPYm5wM2F6QkpRazF2VDFkUFRXeHRlVGxJWVU5NE1XVkxaSFlLTUVRNE9XZDVZV3BSYWtKQlRVRTBSMEV4VldSRWQwVkNMM2RSUlVGM1NVTndSRUZRUW1kT1ZraFNUVUpCWmpoRlFsUkJSRUZSU0M5TlFqQkhRVEZWWkFwRVoxRlhRa0pTVTFsU1NtTm9UV1l3V0U5YWNtUkJhV1JMYkdOUWEyTklZeTlVUVV0Q1oyZHhhR3RxVDFCUlVVUkJaMDVLUVVSQ1IwRnBSVUY1Ym0xd0NqbFpkWG80VWpGVWFtNDBiV2RqYWpaV2QycFVTM2gzUm5KS1VrdFZTVVpIUTFwR2VsbEtWVU5KVVVSSWRERkNXalpHYUZrdlVUWlRabloxTVhCNmJEWUtNWG80VkhCMlNIQkxVa0pIY1RscmNVVlJOa3hPZHowOUNpMHRMUzB0UlU1RUlFTkZVbFJKUmtsRFFWUkZMUzB0TFMwSwogICAgc2VydmVyOiBodHRwczovLzUxMTRlMDY2LWFhOTMtNDU2MC05YmUwLTVhZTQ0NTcxNWE3NS5hcGkuazhzLmZyLXBhci5zY3cuY2xvdWQ6NjQ0Mwpjb250ZXh0czoKLSBuYW1lOiBhZG1pbkB0ZXN0LXBvb2wtd2FpdAogIGNvbnRleHQ6CiAgICBjbHVzdGVyOiAidGVzdC1wb29sLXdhaXQiCiAgICB1c2VyOiB0ZXN0LXBvb2wtd2FpdC1hZG1pbgpjdXJyZW50LWNvbnRleHQ6IGFkbWluQHRlc3QtcG9vbC13YWl0CmtpbmQ6IENvbmZpZwpwcmVmZXJlbmNlczoge30KdXNlcnM6Ci0gbmFtZTogdGVzdC1wb29sLXdhaXQtYWRtaW4KICB1c2VyOgogICAgdG9rZW46IGttQTQ5c2F6N1V4dVJSOHZ1UzIxMWpxN2NzVzNobFF1QzQ3QjRla3BobjE3UXBMcVRiVGJGelVO\"}" + content_length: 1240 + body: "{\"total_count\":2, \"nodes\":[{\"region\":\"fr-par\", \"id\":\"803259ac-2333-4048-8fec-ae14c9eff6df\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:52:23.157062Z\", \"updated_at\":\"2025-10-30T16:54:20.566320Z\", \"pool_id\":\"b0c262ac-e3c4-4a41-9b7c-fac43b180e81\", \"status\":\"ready\", \"conditions\":{\"DiskPressure\":\"False\", \"MemoryPressure\":\"False\", \"NetworkUnavailable\":\"False\", \"PIDPressure\":\"False\", \"Ready\":\"True\"}, \"name\":\"scw-test-pool-wait-test-pool-wait-2-803259ac23\", \"public_ip_v4\":\"51.158.65.45\", \"public_ip_v6\":null, \"provider_id\":\"scaleway://instance/fr-par-1/f94c2846-a5e6-44e2-823b-e4da6094250f\", \"error_message\":\"\"}, {\"region\":\"fr-par\", \"id\":\"0e5eed3b-53a4-46b8-9d82-8868a450287f\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:53:15.555152Z\", \"updated_at\":\"2025-10-30T16:54:20.575106Z\", \"pool_id\":\"b0c262ac-e3c4-4a41-9b7c-fac43b180e81\", \"status\":\"ready\", \"conditions\":{\"DiskPressure\":\"False\", \"MemoryPressure\":\"False\", \"PIDPressure\":\"False\", \"Ready\":\"True\"}, \"name\":\"scw-test-pool-wait-test-pool-wait-2-0e5eed3b53\", \"public_ip_v4\":\"51.158.76.222\", \"public_ip_v6\":null, \"provider_id\":\"scaleway://instance/fr-par-1/4af5920e-5aa3-4430-89d0-50a5680db098\", \"error_message\":\"\"}]}" headers: Content-Length: - - "1654" + - "1240" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:54:29 GMT + - Thu, 30 Oct 2025 16:54:21 GMT Server: - Scaleway API Gateway (fr-par-3;edge01) X-Request-Id: - - 5a804e1b-958d-4d0d-91c6-6660f32204e9 + - ca941c07-f468-4cb4-a5bb-59103b1e1c1e status: 200 OK code: 200 - duration: 44.204284ms -- id: 196 + duration: 24.774919ms +- id: 78 request: proto: HTTP/1.1 proto_major: 1 @@ -6667,47 +2699,15 @@ interactions: Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:54:29 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - 2c640dca-0440-4849-bdbd-2631b3efeb39 - status: 200 OK - code: 200 - duration: 21.772743ms -- id: 197 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/034a502a-1d52-470d-84bd-4a8edd935ba3 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 713 - body: "{\"region\":\"fr-par\", \"id\":\"034a502a-1d52-470d-84bd-4a8edd935ba3\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:49:07.243810Z\", \"updated_at\":\"2025-10-30T16:52:20.261969Z\", \"name\":\"test-pool-wait\", \"status\":\"ready\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" - headers: - Content-Length: - - "713" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:54:29 GMT + - Thu, 30 Oct 2025 16:54:21 GMT Server: - Scaleway API Gateway (fr-par-3;edge01) X-Request-Id: - - 6fe672b0-1632-4ad0-bfaf-d5510d6959d9 + - 743124a5-5cb9-4d93-a1a1-c9a11f281ae1 status: 200 OK code: 200 - duration: 28.666662ms -- id: 198 + duration: 21.32892ms +- id: 79 request: proto: HTTP/1.1 proto_major: 1 @@ -6740,97 +2740,56 @@ interactions: Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:54:30 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - d721dbbc-f92e-4d57-9877-fe5660b769dd - status: 200 OK - code: 200 - duration: 37.103236ms -- id: 199 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - form: - order_by: - - created_at_desc - project_id: - - 105bdce1-64c0-48ab-899d-868455867ecf - resource_name: - - scw-test-pool-wait-test-pool-wait-2-0e5eed3b53 - resource_type: - - unknown_type - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/ipam/v1/regions/fr-par/ips?order_by=created_at_desc&project_id=105bdce1-64c0-48ab-899d-868455867ecf&resource_name=scw-test-pool-wait-test-pool-wait-2-0e5eed3b53&resource_type=unknown_type - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1122 - body: "{\"total_count\":2, \"ips\":[{\"id\":\"7e596df6-23ea-4a18-b40b-b04b6889b127\", \"address\":\"fd5f:519c:6d46:90dd:3968:9265:e922:7e76/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":true, \"created_at\":\"2025-10-30T16:53:19.349027Z\", \"updated_at\":\"2025-10-30T16:53:19.349027Z\", \"source\":{\"subnet_id\":\"7493d1b7-5773-41c2-be8c-52e4ec098fc3\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"a3a5b239-815d-4735-b92e-16372f9e8741\", \"mac_address\":\"02:00:00:12:2E:F6\", \"name\":\"scw-test-pool-wait-test-pool-wait-2-0e5eed3b53\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}, {\"id\":\"41cfcea9-5c9f-48bf-af2e-a1fe51acece8\", \"address\":\"172.18.20.5/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":false, \"created_at\":\"2025-10-30T16:53:19.175416Z\", \"updated_at\":\"2025-10-30T16:53:19.175416Z\", \"source\":{\"subnet_id\":\"da10d014-609b-48cc-9b9a-437dc31f4497\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"a3a5b239-815d-4735-b92e-16372f9e8741\", \"mac_address\":\"02:00:00:12:2E:F6\", \"name\":\"scw-test-pool-wait-test-pool-wait-2-0e5eed3b53\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}]}" - headers: - Content-Length: - - "1122" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:54:30 GMT + - Thu, 30 Oct 2025 16:54:22 GMT Server: - Scaleway API Gateway (fr-par-3;edge01) X-Request-Id: - - d41a3626-5a8d-41b8-8b56-bd8f2d7b5810 + - 7d0a0533-40b1-453a-8215-2ff52918a46d status: 200 OK code: 200 - duration: 23.638074ms -- id: 200 + duration: 154.323428ms +- id: 80 request: proto: HTTP/1.1 proto_major: 1 proto_minor: 1 content_length: 0 - host: api.scaleway.com - form: - order_by: - - created_at_asc - page: - - "1" - pool_id: - - 034a502a-1d52-470d-84bd-4a8edd935ba3 - status: - - unknown + host: api.scaleway.com + form: + order_by: + - created_at_desc + project_id: + - 105bdce1-64c0-48ab-899d-868455867ecf + resource_name: + - scw-test-pool-wait-test-pool-wait-2-0e5eed3b53 + resource_type: + - unknown_type headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/5114e066-aa93-4560-9be0-5ae445715a75/nodes?order_by=created_at_asc&page=1&pool_id=034a502a-1d52-470d-84bd-4a8edd935ba3&status=unknown + url: https://api.scaleway.com/ipam/v1/regions/fr-par/ips?order_by=created_at_desc&project_id=105bdce1-64c0-48ab-899d-868455867ecf&resource_name=scw-test-pool-wait-test-pool-wait-2-0e5eed3b53&resource_type=unknown_type method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 648 - body: "{\"total_count\":1, \"nodes\":[{\"region\":\"fr-par\", \"id\":\"3e073c76-a98f-4e6b-ad3c-7a6ca77e15fd\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:51:15.736647Z\", \"updated_at\":\"2025-10-30T16:54:24.994372Z\", \"pool_id\":\"034a502a-1d52-470d-84bd-4a8edd935ba3\", \"status\":\"ready\", \"conditions\":{\"DiskPressure\":\"False\", \"MemoryPressure\":\"False\", \"NetworkUnavailable\":\"False\", \"PIDPressure\":\"False\", \"Ready\":\"True\"}, \"name\":\"scw-test-pool-wait-test-pool-wait-3e073c76a98f\", \"public_ip_v4\":\"51.158.97.50\", \"public_ip_v6\":null, \"provider_id\":\"scaleway://instance/fr-par-1/6ba8f808-ce5f-4e0a-b30e-a83f7f79f945\", \"error_message\":\"\"}]}" + content_length: 1122 + body: "{\"total_count\":2, \"ips\":[{\"id\":\"7e596df6-23ea-4a18-b40b-b04b6889b127\", \"address\":\"fd5f:519c:6d46:90dd:3968:9265:e922:7e76/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":true, \"created_at\":\"2025-10-30T16:53:19.349027Z\", \"updated_at\":\"2025-10-30T16:53:19.349027Z\", \"source\":{\"subnet_id\":\"7493d1b7-5773-41c2-be8c-52e4ec098fc3\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"a3a5b239-815d-4735-b92e-16372f9e8741\", \"mac_address\":\"02:00:00:12:2E:F6\", \"name\":\"scw-test-pool-wait-test-pool-wait-2-0e5eed3b53\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}, {\"id\":\"41cfcea9-5c9f-48bf-af2e-a1fe51acece8\", \"address\":\"172.18.20.5/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":false, \"created_at\":\"2025-10-30T16:53:19.175416Z\", \"updated_at\":\"2025-10-30T16:53:19.175416Z\", \"source\":{\"subnet_id\":\"da10d014-609b-48cc-9b9a-437dc31f4497\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"a3a5b239-815d-4735-b92e-16372f9e8741\", \"mac_address\":\"02:00:00:12:2E:F6\", \"name\":\"scw-test-pool-wait-test-pool-wait-2-0e5eed3b53\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}]}" headers: Content-Length: - - "648" + - "1122" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:54:30 GMT + - Thu, 30 Oct 2025 16:54:22 GMT Server: - Scaleway API Gateway (fr-par-3;edge01) X-Request-Id: - - 73033e48-f2a0-4059-83ff-2d5db00ecfcf + - 8df217e5-e786-400d-ad0d-5733400b39de status: 200 OK code: 200 - duration: 88.160172ms -- id: 201 + duration: 99.691524ms +- id: 81 request: proto: HTTP/1.1 proto_major: 1 @@ -6854,56 +2813,47 @@ interactions: Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:54:30 GMT + - Thu, 30 Oct 2025 16:54:22 GMT Server: - Scaleway API Gateway (fr-par-3;edge01) X-Request-Id: - - f4c49d6d-3fac-44af-b038-c5af687d87a4 + - efd2f8f2-5ddb-47c3-b97c-3d57e6c8d39d status: 200 OK code: 200 - duration: 17.022137ms -- id: 202 + duration: 24.135157ms +- id: 82 request: proto: HTTP/1.1 proto_major: 1 proto_minor: 1 content_length: 0 host: api.scaleway.com - form: - order_by: - - created_at_desc - project_id: - - 105bdce1-64c0-48ab-899d-868455867ecf - resource_name: - - scw-test-pool-wait-test-pool-wait-3e073c76a98f - resource_type: - - unknown_type headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/ipam/v1/regions/fr-par/ips?order_by=created_at_desc&project_id=105bdce1-64c0-48ab-899d-868455867ecf&resource_name=scw-test-pool-wait-test-pool-wait-3e073c76a98f&resource_type=unknown_type + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/b0c262ac-e3c4-4a41-9b7c-fac43b180e81 method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 1122 - body: "{\"total_count\":2, \"ips\":[{\"id\":\"54c6f7a2-4ca0-43bb-bc9a-b4a3905c0487\", \"address\":\"fd5f:519c:6d46:90dd:c183:ab7b:59b9:fc92/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":true, \"created_at\":\"2025-10-30T16:51:19.698188Z\", \"updated_at\":\"2025-10-30T16:51:19.698188Z\", \"source\":{\"subnet_id\":\"7493d1b7-5773-41c2-be8c-52e4ec098fc3\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"45715cb9-7532-4c78-93a4-2fef3fa3b71a\", \"mac_address\":\"02:00:00:1D:E4:BA\", \"name\":\"scw-test-pool-wait-test-pool-wait-3e073c76a98f\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}, {\"id\":\"ddc7378f-48eb-4ae3-af3e-4d5ee60054c4\", \"address\":\"172.18.20.3/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":false, \"created_at\":\"2025-10-30T16:51:19.565119Z\", \"updated_at\":\"2025-10-30T16:51:19.565119Z\", \"source\":{\"subnet_id\":\"da10d014-609b-48cc-9b9a-437dc31f4497\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"45715cb9-7532-4c78-93a4-2fef3fa3b71a\", \"mac_address\":\"02:00:00:1D:E4:BA\", \"name\":\"scw-test-pool-wait-test-pool-wait-3e073c76a98f\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}]}" + content_length: 715 + body: "{\"region\":\"fr-par\", \"id\":\"b0c262ac-e3c4-4a41-9b7c-fac43b180e81\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:52:22.689840Z\", \"updated_at\":\"2025-10-30T16:54:20.584002Z\", \"name\":\"test-pool-wait-2\", \"status\":\"ready\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":2, \"min_size\":1, \"max_size\":2, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" headers: Content-Length: - - "1122" + - "715" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:54:30 GMT + - Thu, 30 Oct 2025 16:54:22 GMT Server: - Scaleway API Gateway (fr-par-3;edge01) X-Request-Id: - - 527c7d2e-d28b-42cf-b24e-99ae7427f088 + - b9a2e253-5dd0-4b43-8004-7d5d2b1ee3ee status: 200 OK code: 200 - duration: 32.987611ms -- id: 203 + duration: 19.555151ms +- id: 83 request: proto: HTTP/1.1 proto_major: 1 @@ -6913,29 +2863,29 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/b0c262ac-e3c4-4a41-9b7c-fac43b180e81 - method: DELETE + url: https://api.scaleway.com/vpc/v2/regions/fr-par/vpcs/1a7a1e1e-2b33-478e-8f1a-faa0303a1c43 + method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 718 - body: "{\"region\":\"fr-par\", \"id\":\"b0c262ac-e3c4-4a41-9b7c-fac43b180e81\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:52:22.689840Z\", \"updated_at\":\"2025-10-30T16:54:30.293530Z\", \"name\":\"test-pool-wait-2\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 419 + body: "{\"id\":\"1a7a1e1e-2b33-478e-8f1a-faa0303a1c43\", \"name\":\"tf-vpc-confident-bose\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:49:00.136298Z\", \"updated_at\":\"2025-10-30T16:49:00.136298Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_default\":false, \"private_network_count\":1, \"routing_enabled\":true, \"custom_routes_propagation_enabled\":true, \"region\":\"fr-par\"}" headers: Content-Length: - - "718" + - "419" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:54:30 GMT + - Thu, 30 Oct 2025 16:54:22 GMT Server: - Scaleway API Gateway (fr-par-3;edge01) X-Request-Id: - - 585135ea-b5bc-4d91-b92c-b9c76ccd854f + - 9a1197b1-9dbc-472c-b2b8-44f62bb0ab00 status: 200 OK code: 200 - duration: 52.957683ms -- id: 204 + duration: 28.682713ms +- id: 84 request: proto: HTTP/1.1 proto_major: 1 @@ -6945,29 +2895,29 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/b0c262ac-e3c4-4a41-9b7c-fac43b180e81 + url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks/363e7214-8a98-40d0-9357-9e4026c21b76 method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 718 - body: "{\"region\":\"fr-par\", \"id\":\"b0c262ac-e3c4-4a41-9b7c-fac43b180e81\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:52:22.689840Z\", \"updated_at\":\"2025-10-30T16:54:30.293530Z\", \"name\":\"test-pool-wait-2\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 1084 + body: "{\"id\":\"363e7214-8a98-40d0-9357-9e4026c21b76\", \"name\":\"test-pool-wait\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:49:00.384609Z\", \"updated_at\":\"2025-10-30T16:49:00.384609Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"subnets\":[{\"id\":\"da10d014-609b-48cc-9b9a-437dc31f4497\", \"created_at\":\"2025-10-30T16:49:00.384609Z\", \"updated_at\":\"2025-10-30T16:49:00.384609Z\", \"subnet\":\"172.18.20.0/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"363e7214-8a98-40d0-9357-9e4026c21b76\", \"vpc_id\":\"1a7a1e1e-2b33-478e-8f1a-faa0303a1c43\"}, {\"id\":\"7493d1b7-5773-41c2-be8c-52e4ec098fc3\", \"created_at\":\"2025-10-30T16:49:00.384609Z\", \"updated_at\":\"2025-10-30T16:49:00.384609Z\", \"subnet\":\"fd5f:519c:6d46:90dd::/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"363e7214-8a98-40d0-9357-9e4026c21b76\", \"vpc_id\":\"1a7a1e1e-2b33-478e-8f1a-faa0303a1c43\"}], \"vpc_id\":\"1a7a1e1e-2b33-478e-8f1a-faa0303a1c43\", \"dhcp_enabled\":true, \"default_route_propagation_enabled\":false, \"region\":\"fr-par\"}" headers: Content-Length: - - "718" + - "1084" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:54:30 GMT + - Thu, 30 Oct 2025 16:54:22 GMT Server: - Scaleway API Gateway (fr-par-3;edge01) X-Request-Id: - - 05df9156-410f-4e0c-bea5-710ce0f28fa2 + - bca19546-c387-471d-aefd-70c374c04fa0 status: 200 OK code: 200 - duration: 26.263231ms -- id: 205 + duration: 24.988769ms +- id: 85 request: proto: HTTP/1.1 proto_major: 1 @@ -6977,29 +2927,29 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/b0c262ac-e3c4-4a41-9b7c-fac43b180e81 + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/5114e066-aa93-4560-9be0-5ae445715a75 method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 718 - body: "{\"region\":\"fr-par\", \"id\":\"b0c262ac-e3c4-4a41-9b7c-fac43b180e81\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:52:22.689840Z\", \"updated_at\":\"2025-10-30T16:54:30.293530Z\", \"name\":\"test-pool-wait-2\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 1630 + body: "{\"region\":\"fr-par\", \"id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:49:01.607119Z\", \"updated_at\":\"2025-10-30T16:50:36.155897Z\", \"type\":\"kapsule\", \"name\":\"test-pool-wait\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"calico\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"minimal\"], \"cluster_url\":\"https://5114e066-aa93-4560-9be0-5ae445715a75.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.5114e066-aa93-4560-9be0-5ae445715a75.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"363e7214-8a98-40d0-9357-9e4026c21b76\", \"commitment_ends_at\":\"2025-10-30T16:49:01.607128Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"6c8f211e-8819-44e2-93ca-fda367c9ca2a\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" headers: Content-Length: - - "718" + - "1630" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:54:35 GMT + - Thu, 30 Oct 2025 16:54:22 GMT Server: - Scaleway API Gateway (fr-par-3;edge01) X-Request-Id: - - e1e5ca4a-b3c3-4e98-a33d-de56cea8562c + - 40564288-995b-4ddc-9504-d04ec08f5b0a status: 200 OK code: 200 - duration: 79.241322ms -- id: 206 + duration: 21.121401ms +- id: 86 request: proto: HTTP/1.1 proto_major: 1 @@ -7009,29 +2959,29 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/b0c262ac-e3c4-4a41-9b7c-fac43b180e81 + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/5114e066-aa93-4560-9be0-5ae445715a75/kubeconfig method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 718 - body: "{\"region\":\"fr-par\", \"id\":\"b0c262ac-e3c4-4a41-9b7c-fac43b180e81\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:52:22.689840Z\", \"updated_at\":\"2025-10-30T16:54:30.293530Z\", \"name\":\"test-pool-wait-2\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 1654 + body: "{\"name\":\"kubeconfig\", \"content_type\":\"application/octet-stream\", \"content\":\"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogInRlc3QtcG9vbC13YWl0IgogIGNsdXN0ZXI6CiAgICBjZXJ0aWZpY2F0ZS1hdXRob3JpdHktZGF0YTogTFMwdExTMUNSVWRKVGlCRFJWSlVTVVpKUTBGVVJTMHRMUzB0Q2sxSlNVSllSRU5EUVZGSFowRjNTVUpCWjBsQ1FVUkJTMEpuWjNGb2EycFBVRkZSUkVGcVFWWk5VazEzUlZGWlJGWlJVVVJGZDNCeVpGZEtiR050Tld3S1pFZFdlazFDTkZoRVZFa3hUVlJCZVU5VVJUSk9SR3QzVFZadldFUlVUVEZOVkVGNVQxUkZNazVFYTNkTlZtOTNSbFJGVkUxQ1JVZEJNVlZGUVhoTlN3cGhNMVpwV2xoS2RWcFlVbXhqZWtKYVRVSk5SMEo1Y1VkVFRUUTVRV2RGUjBORGNVZFRUVFE1UVhkRlNFRXdTVUZDVFhsNllqUkdTbVozWTFOM01tZEZDbEppVFRkVFZpOUpiM0ZXU21oWWVIbGxObHB1UkZOWlZ6WmxRbU4yV2tJM1RXVnVMMWxPYm5wM2F6QkpRazF2VDFkUFRXeHRlVGxJWVU5NE1XVkxaSFlLTUVRNE9XZDVZV3BSYWtKQlRVRTBSMEV4VldSRWQwVkNMM2RSUlVGM1NVTndSRUZRUW1kT1ZraFNUVUpCWmpoRlFsUkJSRUZSU0M5TlFqQkhRVEZWWkFwRVoxRlhRa0pTVTFsU1NtTm9UV1l3V0U5YWNtUkJhV1JMYkdOUWEyTklZeTlVUVV0Q1oyZHhhR3RxVDFCUlVVUkJaMDVLUVVSQ1IwRnBSVUY1Ym0xd0NqbFpkWG80VWpGVWFtNDBiV2RqYWpaV2QycFVTM2gzUm5KS1VrdFZTVVpIUTFwR2VsbEtWVU5KVVVSSWRERkNXalpHYUZrdlVUWlRabloxTVhCNmJEWUtNWG80VkhCMlNIQkxVa0pIY1RscmNVVlJOa3hPZHowOUNpMHRMUzB0UlU1RUlFTkZVbFJKUmtsRFFWUkZMUzB0TFMwSwogICAgc2VydmVyOiBodHRwczovLzUxMTRlMDY2LWFhOTMtNDU2MC05YmUwLTVhZTQ0NTcxNWE3NS5hcGkuazhzLmZyLXBhci5zY3cuY2xvdWQ6NjQ0Mwpjb250ZXh0czoKLSBuYW1lOiBhZG1pbkB0ZXN0LXBvb2wtd2FpdAogIGNvbnRleHQ6CiAgICBjbHVzdGVyOiAidGVzdC1wb29sLXdhaXQiCiAgICB1c2VyOiB0ZXN0LXBvb2wtd2FpdC1hZG1pbgpjdXJyZW50LWNvbnRleHQ6IGFkbWluQHRlc3QtcG9vbC13YWl0CmtpbmQ6IENvbmZpZwpwcmVmZXJlbmNlczoge30KdXNlcnM6Ci0gbmFtZTogdGVzdC1wb29sLXdhaXQtYWRtaW4KICB1c2VyOgogICAgdG9rZW46IGttQTQ5c2F6N1V4dVJSOHZ1UzIxMWpxN2NzVzNobFF1QzQ3QjRla3BobjE3UXBMcVRiVGJGelVO\"}" headers: Content-Length: - - "718" + - "1654" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:54:40 GMT + - Thu, 30 Oct 2025 16:54:22 GMT Server: - Scaleway API Gateway (fr-par-3;edge01) X-Request-Id: - - aa70005b-a84e-434e-b8e8-cb1781f52c50 + - 3d3f7c47-d7d9-49d8-9cbe-5ef2dd371582 status: 200 OK code: 200 - duration: 85.502082ms -- id: 207 + duration: 85.924115ms +- id: 87 request: proto: HTTP/1.1 proto_major: 1 @@ -7047,23 +2997,23 @@ interactions: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 718 - body: "{\"region\":\"fr-par\", \"id\":\"b0c262ac-e3c4-4a41-9b7c-fac43b180e81\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:52:22.689840Z\", \"updated_at\":\"2025-10-30T16:54:30.293530Z\", \"name\":\"test-pool-wait-2\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 715 + body: "{\"region\":\"fr-par\", \"id\":\"b0c262ac-e3c4-4a41-9b7c-fac43b180e81\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:52:22.689840Z\", \"updated_at\":\"2025-10-30T16:54:20.584002Z\", \"name\":\"test-pool-wait-2\", \"status\":\"ready\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":2, \"min_size\":1, \"max_size\":2, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" headers: Content-Length: - - "718" + - "715" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:54:45 GMT + - Thu, 30 Oct 2025 16:54:22 GMT Server: - Scaleway API Gateway (fr-par-3;edge01) X-Request-Id: - - 07a4aa81-1e02-4fd5-8595-f38a95b74832 + - 622853a1-a65b-420e-b654-b869ea2150e1 status: 200 OK code: 200 - duration: 89.998963ms -- id: 208 + duration: 21.270992ms +- id: 88 request: proto: HTTP/1.1 proto_major: 1 @@ -7073,93 +3023,111 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/b0c262ac-e3c4-4a41-9b7c-fac43b180e81 + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/034a502a-1d52-470d-84bd-4a8edd935ba3 method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 718 - body: "{\"region\":\"fr-par\", \"id\":\"b0c262ac-e3c4-4a41-9b7c-fac43b180e81\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:52:22.689840Z\", \"updated_at\":\"2025-10-30T16:54:30.293530Z\", \"name\":\"test-pool-wait-2\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 713 + body: "{\"region\":\"fr-par\", \"id\":\"034a502a-1d52-470d-84bd-4a8edd935ba3\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:49:07.243810Z\", \"updated_at\":\"2025-10-30T16:52:20.261969Z\", \"name\":\"test-pool-wait\", \"status\":\"ready\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" headers: Content-Length: - - "718" + - "713" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:54:50 GMT + - Thu, 30 Oct 2025 16:54:22 GMT Server: - Scaleway API Gateway (fr-par-3;edge01) X-Request-Id: - - 1d4eb1e8-9913-4129-b890-dcbc91e52ad9 + - dfe724f7-0448-4864-ada4-2984c44e7cc5 status: 200 OK code: 200 - duration: 110.28742ms -- id: 209 + duration: 22.742153ms +- id: 89 request: proto: HTTP/1.1 proto_major: 1 proto_minor: 1 content_length: 0 host: api.scaleway.com + form: + order_by: + - created_at_asc + page: + - "1" + pool_id: + - 034a502a-1d52-470d-84bd-4a8edd935ba3 + status: + - unknown headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/b0c262ac-e3c4-4a41-9b7c-fac43b180e81 + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/5114e066-aa93-4560-9be0-5ae445715a75/nodes?order_by=created_at_asc&page=1&pool_id=034a502a-1d52-470d-84bd-4a8edd935ba3&status=unknown method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 718 - body: "{\"region\":\"fr-par\", \"id\":\"b0c262ac-e3c4-4a41-9b7c-fac43b180e81\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:52:22.689840Z\", \"updated_at\":\"2025-10-30T16:54:30.293530Z\", \"name\":\"test-pool-wait-2\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 648 + body: "{\"total_count\":1, \"nodes\":[{\"region\":\"fr-par\", \"id\":\"3e073c76-a98f-4e6b-ad3c-7a6ca77e15fd\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:51:15.736647Z\", \"updated_at\":\"2025-10-30T16:54:20.551105Z\", \"pool_id\":\"034a502a-1d52-470d-84bd-4a8edd935ba3\", \"status\":\"ready\", \"conditions\":{\"DiskPressure\":\"False\", \"MemoryPressure\":\"False\", \"NetworkUnavailable\":\"False\", \"PIDPressure\":\"False\", \"Ready\":\"True\"}, \"name\":\"scw-test-pool-wait-test-pool-wait-3e073c76a98f\", \"public_ip_v4\":\"51.158.97.50\", \"public_ip_v6\":null, \"provider_id\":\"scaleway://instance/fr-par-1/6ba8f808-ce5f-4e0a-b30e-a83f7f79f945\", \"error_message\":\"\"}]}" headers: Content-Length: - - "718" + - "648" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:54:55 GMT + - Thu, 30 Oct 2025 16:54:22 GMT Server: - Scaleway API Gateway (fr-par-3;edge01) X-Request-Id: - - 0d415142-6ee5-4734-a87c-ecf1d7e57300 + - 364387e1-3fa3-4352-b28e-ebfa5efe6446 status: 200 OK code: 200 - duration: 84.875476ms -- id: 210 + duration: 25.399781ms +- id: 90 request: proto: HTTP/1.1 proto_major: 1 proto_minor: 1 content_length: 0 host: api.scaleway.com + form: + order_by: + - created_at_asc + page: + - "1" + pool_id: + - b0c262ac-e3c4-4a41-9b7c-fac43b180e81 + status: + - unknown headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/b0c262ac-e3c4-4a41-9b7c-fac43b180e81 + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/5114e066-aa93-4560-9be0-5ae445715a75/nodes?order_by=created_at_asc&page=1&pool_id=b0c262ac-e3c4-4a41-9b7c-fac43b180e81&status=unknown method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 718 - body: "{\"region\":\"fr-par\", \"id\":\"b0c262ac-e3c4-4a41-9b7c-fac43b180e81\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:52:22.689840Z\", \"updated_at\":\"2025-10-30T16:54:30.293530Z\", \"name\":\"test-pool-wait-2\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 1240 + body: "{\"total_count\":2, \"nodes\":[{\"region\":\"fr-par\", \"id\":\"803259ac-2333-4048-8fec-ae14c9eff6df\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:52:23.157062Z\", \"updated_at\":\"2025-10-30T16:54:20.566320Z\", \"pool_id\":\"b0c262ac-e3c4-4a41-9b7c-fac43b180e81\", \"status\":\"ready\", \"conditions\":{\"DiskPressure\":\"False\", \"MemoryPressure\":\"False\", \"NetworkUnavailable\":\"False\", \"PIDPressure\":\"False\", \"Ready\":\"True\"}, \"name\":\"scw-test-pool-wait-test-pool-wait-2-803259ac23\", \"public_ip_v4\":\"51.158.65.45\", \"public_ip_v6\":null, \"provider_id\":\"scaleway://instance/fr-par-1/f94c2846-a5e6-44e2-823b-e4da6094250f\", \"error_message\":\"\"}, {\"region\":\"fr-par\", \"id\":\"0e5eed3b-53a4-46b8-9d82-8868a450287f\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:53:15.555152Z\", \"updated_at\":\"2025-10-30T16:54:20.575106Z\", \"pool_id\":\"b0c262ac-e3c4-4a41-9b7c-fac43b180e81\", \"status\":\"ready\", \"conditions\":{\"DiskPressure\":\"False\", \"MemoryPressure\":\"False\", \"PIDPressure\":\"False\", \"Ready\":\"True\"}, \"name\":\"scw-test-pool-wait-test-pool-wait-2-0e5eed3b53\", \"public_ip_v4\":\"51.158.76.222\", \"public_ip_v6\":null, \"provider_id\":\"scaleway://instance/fr-par-1/4af5920e-5aa3-4430-89d0-50a5680db098\", \"error_message\":\"\"}]}" headers: Content-Length: - - "718" + - "1240" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:55:00 GMT + - Thu, 30 Oct 2025 16:54:22 GMT Server: - Scaleway API Gateway (fr-par-3;edge01) X-Request-Id: - - 8ac3d279-8e37-427a-ae09-6497533ec41f + - 84fe55d1-8d76-47d5-a27d-2569d6e2b785 status: 200 OK code: 200 - duration: 95.288891ms -- id: 211 + duration: 36.517447ms +- id: 91 request: proto: HTTP/1.1 proto_major: 1 @@ -7169,29 +3137,29 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/b0c262ac-e3c4-4a41-9b7c-fac43b180e81 + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/5114e066-aa93-4560-9be0-5ae445715a75 method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 718 - body: "{\"region\":\"fr-par\", \"id\":\"b0c262ac-e3c4-4a41-9b7c-fac43b180e81\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:52:22.689840Z\", \"updated_at\":\"2025-10-30T16:54:30.293530Z\", \"name\":\"test-pool-wait-2\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 1630 + body: "{\"region\":\"fr-par\", \"id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:49:01.607119Z\", \"updated_at\":\"2025-10-30T16:50:36.155897Z\", \"type\":\"kapsule\", \"name\":\"test-pool-wait\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"calico\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"minimal\"], \"cluster_url\":\"https://5114e066-aa93-4560-9be0-5ae445715a75.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.5114e066-aa93-4560-9be0-5ae445715a75.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"363e7214-8a98-40d0-9357-9e4026c21b76\", \"commitment_ends_at\":\"2025-10-30T16:49:01.607128Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"6c8f211e-8819-44e2-93ca-fda367c9ca2a\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" headers: Content-Length: - - "718" + - "1630" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:55:06 GMT + - Thu, 30 Oct 2025 16:54:22 GMT Server: - Scaleway API Gateway (fr-par-3;edge01) X-Request-Id: - - 103e96b2-7a0b-41ee-8510-80c7371a4fa1 + - d68f0198-73b5-4860-9c13-97f971b0b7d4 status: 200 OK code: 200 - duration: 90.812569ms -- id: 212 + duration: 23.802533ms +- id: 92 request: proto: HTTP/1.1 proto_major: 1 @@ -7201,125 +3169,152 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/b0c262ac-e3c4-4a41-9b7c-fac43b180e81 + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/5114e066-aa93-4560-9be0-5ae445715a75 method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 718 - body: "{\"region\":\"fr-par\", \"id\":\"b0c262ac-e3c4-4a41-9b7c-fac43b180e81\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:52:22.689840Z\", \"updated_at\":\"2025-10-30T16:54:30.293530Z\", \"name\":\"test-pool-wait-2\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 1630 + body: "{\"region\":\"fr-par\", \"id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:49:01.607119Z\", \"updated_at\":\"2025-10-30T16:50:36.155897Z\", \"type\":\"kapsule\", \"name\":\"test-pool-wait\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"calico\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"minimal\"], \"cluster_url\":\"https://5114e066-aa93-4560-9be0-5ae445715a75.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.5114e066-aa93-4560-9be0-5ae445715a75.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"363e7214-8a98-40d0-9357-9e4026c21b76\", \"commitment_ends_at\":\"2025-10-30T16:49:01.607128Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"6c8f211e-8819-44e2-93ca-fda367c9ca2a\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" headers: Content-Length: - - "718" + - "1630" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:55:11 GMT + - Thu, 30 Oct 2025 16:54:22 GMT Server: - Scaleway API Gateway (fr-par-3;edge01) X-Request-Id: - - de8dfc44-f41a-45b1-8569-096cc06c189f + - aab6f3f2-ee38-470d-b3a0-b31cd7ec6a5b status: 200 OK code: 200 - duration: 99.173391ms -- id: 213 + duration: 20.879387ms +- id: 93 request: proto: HTTP/1.1 proto_major: 1 proto_minor: 1 content_length: 0 host: api.scaleway.com + form: + order_by: + - created_at_desc + project_id: + - 105bdce1-64c0-48ab-899d-868455867ecf + resource_name: + - scw-test-pool-wait-test-pool-wait-3e073c76a98f + resource_type: + - unknown_type headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/b0c262ac-e3c4-4a41-9b7c-fac43b180e81 + url: https://api.scaleway.com/ipam/v1/regions/fr-par/ips?order_by=created_at_desc&project_id=105bdce1-64c0-48ab-899d-868455867ecf&resource_name=scw-test-pool-wait-test-pool-wait-3e073c76a98f&resource_type=unknown_type method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 718 - body: "{\"region\":\"fr-par\", \"id\":\"b0c262ac-e3c4-4a41-9b7c-fac43b180e81\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:52:22.689840Z\", \"updated_at\":\"2025-10-30T16:54:30.293530Z\", \"name\":\"test-pool-wait-2\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 1122 + body: "{\"total_count\":2, \"ips\":[{\"id\":\"54c6f7a2-4ca0-43bb-bc9a-b4a3905c0487\", \"address\":\"fd5f:519c:6d46:90dd:c183:ab7b:59b9:fc92/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":true, \"created_at\":\"2025-10-30T16:51:19.698188Z\", \"updated_at\":\"2025-10-30T16:51:19.698188Z\", \"source\":{\"subnet_id\":\"7493d1b7-5773-41c2-be8c-52e4ec098fc3\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"45715cb9-7532-4c78-93a4-2fef3fa3b71a\", \"mac_address\":\"02:00:00:1D:E4:BA\", \"name\":\"scw-test-pool-wait-test-pool-wait-3e073c76a98f\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}, {\"id\":\"ddc7378f-48eb-4ae3-af3e-4d5ee60054c4\", \"address\":\"172.18.20.3/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":false, \"created_at\":\"2025-10-30T16:51:19.565119Z\", \"updated_at\":\"2025-10-30T16:51:19.565119Z\", \"source\":{\"subnet_id\":\"da10d014-609b-48cc-9b9a-437dc31f4497\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"45715cb9-7532-4c78-93a4-2fef3fa3b71a\", \"mac_address\":\"02:00:00:1D:E4:BA\", \"name\":\"scw-test-pool-wait-test-pool-wait-3e073c76a98f\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}]}" headers: Content-Length: - - "718" + - "1122" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:55:16 GMT + - Thu, 30 Oct 2025 16:54:22 GMT Server: - Scaleway API Gateway (fr-par-3;edge01) X-Request-Id: - - 34dd769b-905c-474d-a84d-c416e4c0b66e + - d25126bc-07ab-44f3-92d5-d78bff74fa9e status: 200 OK code: 200 - duration: 86.867485ms -- id: 214 + duration: 32.80508ms +- id: 94 request: proto: HTTP/1.1 proto_major: 1 proto_minor: 1 content_length: 0 host: api.scaleway.com + form: + order_by: + - created_at_desc + project_id: + - 105bdce1-64c0-48ab-899d-868455867ecf + resource_name: + - scw-test-pool-wait-test-pool-wait-2-803259ac23 + resource_type: + - unknown_type headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/b0c262ac-e3c4-4a41-9b7c-fac43b180e81 + url: https://api.scaleway.com/ipam/v1/regions/fr-par/ips?order_by=created_at_desc&project_id=105bdce1-64c0-48ab-899d-868455867ecf&resource_name=scw-test-pool-wait-test-pool-wait-2-803259ac23&resource_type=unknown_type method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 718 - body: "{\"region\":\"fr-par\", \"id\":\"b0c262ac-e3c4-4a41-9b7c-fac43b180e81\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:52:22.689840Z\", \"updated_at\":\"2025-10-30T16:54:30.293530Z\", \"name\":\"test-pool-wait-2\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 1122 + body: "{\"total_count\":2, \"ips\":[{\"id\":\"35d11f02-76e3-4fe4-a39b-c2df537169d7\", \"address\":\"fd5f:519c:6d46:90dd:ab00:4e62:584d:4783/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":true, \"created_at\":\"2025-10-30T16:52:26.776899Z\", \"updated_at\":\"2025-10-30T16:52:26.776899Z\", \"source\":{\"subnet_id\":\"7493d1b7-5773-41c2-be8c-52e4ec098fc3\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"6f4c43ec-ff56-4721-ab5d-fdf2a12b8f2e\", \"mac_address\":\"02:00:00:12:65:C5\", \"name\":\"scw-test-pool-wait-test-pool-wait-2-803259ac23\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}, {\"id\":\"878dc0d8-d3e7-4ab9-b890-f5352063637c\", \"address\":\"172.18.20.4/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":false, \"created_at\":\"2025-10-30T16:52:26.654069Z\", \"updated_at\":\"2025-10-30T16:52:26.654069Z\", \"source\":{\"subnet_id\":\"da10d014-609b-48cc-9b9a-437dc31f4497\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"6f4c43ec-ff56-4721-ab5d-fdf2a12b8f2e\", \"mac_address\":\"02:00:00:12:65:C5\", \"name\":\"scw-test-pool-wait-test-pool-wait-2-803259ac23\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}]}" headers: Content-Length: - - "718" + - "1122" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:55:21 GMT + - Thu, 30 Oct 2025 16:54:22 GMT Server: - Scaleway API Gateway (fr-par-3;edge01) X-Request-Id: - - c4c6bddb-7f5a-48cc-a528-494271196f68 + - c1114941-6d4b-47ca-a070-37f6fcf540ac status: 200 OK code: 200 - duration: 80.537826ms -- id: 215 + duration: 32.854402ms +- id: 95 request: proto: HTTP/1.1 proto_major: 1 proto_minor: 1 content_length: 0 host: api.scaleway.com + form: + order_by: + - created_at_desc + project_id: + - 105bdce1-64c0-48ab-899d-868455867ecf + resource_name: + - scw-test-pool-wait-test-pool-wait-2-0e5eed3b53 + resource_type: + - unknown_type headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/b0c262ac-e3c4-4a41-9b7c-fac43b180e81 + url: https://api.scaleway.com/ipam/v1/regions/fr-par/ips?order_by=created_at_desc&project_id=105bdce1-64c0-48ab-899d-868455867ecf&resource_name=scw-test-pool-wait-test-pool-wait-2-0e5eed3b53&resource_type=unknown_type method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 718 - body: "{\"region\":\"fr-par\", \"id\":\"b0c262ac-e3c4-4a41-9b7c-fac43b180e81\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:52:22.689840Z\", \"updated_at\":\"2025-10-30T16:54:30.293530Z\", \"name\":\"test-pool-wait-2\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 1122 + body: "{\"total_count\":2, \"ips\":[{\"id\":\"7e596df6-23ea-4a18-b40b-b04b6889b127\", \"address\":\"fd5f:519c:6d46:90dd:3968:9265:e922:7e76/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":true, \"created_at\":\"2025-10-30T16:53:19.349027Z\", \"updated_at\":\"2025-10-30T16:53:19.349027Z\", \"source\":{\"subnet_id\":\"7493d1b7-5773-41c2-be8c-52e4ec098fc3\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"a3a5b239-815d-4735-b92e-16372f9e8741\", \"mac_address\":\"02:00:00:12:2E:F6\", \"name\":\"scw-test-pool-wait-test-pool-wait-2-0e5eed3b53\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}, {\"id\":\"41cfcea9-5c9f-48bf-af2e-a1fe51acece8\", \"address\":\"172.18.20.5/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":false, \"created_at\":\"2025-10-30T16:53:19.175416Z\", \"updated_at\":\"2025-10-30T16:53:19.175416Z\", \"source\":{\"subnet_id\":\"da10d014-609b-48cc-9b9a-437dc31f4497\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"a3a5b239-815d-4735-b92e-16372f9e8741\", \"mac_address\":\"02:00:00:12:2E:F6\", \"name\":\"scw-test-pool-wait-test-pool-wait-2-0e5eed3b53\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}]}" headers: Content-Length: - - "718" + - "1122" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:55:26 GMT + - Thu, 30 Oct 2025 16:54:22 GMT Server: - Scaleway API Gateway (fr-par-3;edge01) X-Request-Id: - - 249f216a-53b8-43fb-a889-22795e7986cb + - 24d5c5f4-f147-41ca-81a9-5cac5b3cdbb4 status: 200 OK code: 200 - duration: 99.048677ms -- id: 216 + duration: 35.400921ms +- id: 96 request: proto: HTTP/1.1 proto_major: 1 @@ -7329,29 +3324,29 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/b0c262ac-e3c4-4a41-9b7c-fac43b180e81 + url: https://api.scaleway.com/vpc/v2/regions/fr-par/vpcs/1a7a1e1e-2b33-478e-8f1a-faa0303a1c43 method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 718 - body: "{\"region\":\"fr-par\", \"id\":\"b0c262ac-e3c4-4a41-9b7c-fac43b180e81\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:52:22.689840Z\", \"updated_at\":\"2025-10-30T16:54:30.293530Z\", \"name\":\"test-pool-wait-2\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 419 + body: "{\"id\":\"1a7a1e1e-2b33-478e-8f1a-faa0303a1c43\", \"name\":\"tf-vpc-confident-bose\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:49:00.136298Z\", \"updated_at\":\"2025-10-30T16:49:00.136298Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_default\":false, \"private_network_count\":1, \"routing_enabled\":true, \"custom_routes_propagation_enabled\":true, \"region\":\"fr-par\"}" headers: Content-Length: - - "718" + - "419" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:55:31 GMT + - Thu, 30 Oct 2025 16:54:23 GMT Server: - Scaleway API Gateway (fr-par-3;edge01) X-Request-Id: - - acd6e792-72d5-4aa7-b297-e093815d21cb + - d0dc9a20-c05a-4dff-aa54-17bb315c2e8f status: 200 OK code: 200 - duration: 115.039288ms -- id: 217 + duration: 36.654173ms +- id: 97 request: proto: HTTP/1.1 proto_major: 1 @@ -7361,29 +3356,29 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/b0c262ac-e3c4-4a41-9b7c-fac43b180e81 + url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks/363e7214-8a98-40d0-9357-9e4026c21b76 method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 125 - body: "{\"message\":\"resource is not found\",\"resource\":\"pool\",\"resource_id\":\"b0c262ac-e3c4-4a41-9b7c-fac43b180e81\",\"type\":\"not_found\"}" + content_length: 1084 + body: "{\"id\":\"363e7214-8a98-40d0-9357-9e4026c21b76\", \"name\":\"test-pool-wait\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:49:00.384609Z\", \"updated_at\":\"2025-10-30T16:49:00.384609Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"subnets\":[{\"id\":\"da10d014-609b-48cc-9b9a-437dc31f4497\", \"created_at\":\"2025-10-30T16:49:00.384609Z\", \"updated_at\":\"2025-10-30T16:49:00.384609Z\", \"subnet\":\"172.18.20.0/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"363e7214-8a98-40d0-9357-9e4026c21b76\", \"vpc_id\":\"1a7a1e1e-2b33-478e-8f1a-faa0303a1c43\"}, {\"id\":\"7493d1b7-5773-41c2-be8c-52e4ec098fc3\", \"created_at\":\"2025-10-30T16:49:00.384609Z\", \"updated_at\":\"2025-10-30T16:49:00.384609Z\", \"subnet\":\"fd5f:519c:6d46:90dd::/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"363e7214-8a98-40d0-9357-9e4026c21b76\", \"vpc_id\":\"1a7a1e1e-2b33-478e-8f1a-faa0303a1c43\"}], \"vpc_id\":\"1a7a1e1e-2b33-478e-8f1a-faa0303a1c43\", \"dhcp_enabled\":true, \"default_route_propagation_enabled\":false, \"region\":\"fr-par\"}" headers: Content-Length: - - "125" + - "1084" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:55:36 GMT + - Thu, 30 Oct 2025 16:54:23 GMT Server: - Scaleway API Gateway (fr-par-3;edge01) X-Request-Id: - - d36e233d-3974-4b68-b93d-e26d43e81d3f - status: 404 Not Found - code: 404 - duration: 19.281267ms -- id: 218 + - a389b905-63d7-4cc8-9f03-0de49412a19b + status: 200 OK + code: 200 + duration: 34.312988ms +- id: 98 request: proto: HTTP/1.1 proto_major: 1 @@ -7407,15 +3402,15 @@ interactions: Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:55:36 GMT + - Thu, 30 Oct 2025 16:54:23 GMT Server: - Scaleway API Gateway (fr-par-3;edge01) X-Request-Id: - - 416f98b0-3d8a-4ac9-b689-ce673c2cedf0 + - 55c9f95c-f920-4b96-abdf-b4310e185611 status: 200 OK code: 200 - duration: 87.010404ms -- id: 219 + duration: 91.110249ms +- id: 99 request: proto: HTTP/1.1 proto_major: 1 @@ -7425,29 +3420,29 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/fr-par/vpcs/1a7a1e1e-2b33-478e-8f1a-faa0303a1c43 + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/5114e066-aa93-4560-9be0-5ae445715a75/kubeconfig method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 419 - body: "{\"id\":\"1a7a1e1e-2b33-478e-8f1a-faa0303a1c43\", \"name\":\"tf-vpc-confident-bose\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:49:00.136298Z\", \"updated_at\":\"2025-10-30T16:49:00.136298Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_default\":false, \"private_network_count\":1, \"routing_enabled\":true, \"custom_routes_propagation_enabled\":true, \"region\":\"fr-par\"}" + content_length: 1654 + body: "{\"name\":\"kubeconfig\", \"content_type\":\"application/octet-stream\", \"content\":\"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogInRlc3QtcG9vbC13YWl0IgogIGNsdXN0ZXI6CiAgICBjZXJ0aWZpY2F0ZS1hdXRob3JpdHktZGF0YTogTFMwdExTMUNSVWRKVGlCRFJWSlVTVVpKUTBGVVJTMHRMUzB0Q2sxSlNVSllSRU5EUVZGSFowRjNTVUpCWjBsQ1FVUkJTMEpuWjNGb2EycFBVRkZSUkVGcVFWWk5VazEzUlZGWlJGWlJVVVJGZDNCeVpGZEtiR050Tld3S1pFZFdlazFDTkZoRVZFa3hUVlJCZVU5VVJUSk9SR3QzVFZadldFUlVUVEZOVkVGNVQxUkZNazVFYTNkTlZtOTNSbFJGVkUxQ1JVZEJNVlZGUVhoTlN3cGhNMVpwV2xoS2RWcFlVbXhqZWtKYVRVSk5SMEo1Y1VkVFRUUTVRV2RGUjBORGNVZFRUVFE1UVhkRlNFRXdTVUZDVFhsNllqUkdTbVozWTFOM01tZEZDbEppVFRkVFZpOUpiM0ZXU21oWWVIbGxObHB1UkZOWlZ6WmxRbU4yV2tJM1RXVnVMMWxPYm5wM2F6QkpRazF2VDFkUFRXeHRlVGxJWVU5NE1XVkxaSFlLTUVRNE9XZDVZV3BSYWtKQlRVRTBSMEV4VldSRWQwVkNMM2RSUlVGM1NVTndSRUZRUW1kT1ZraFNUVUpCWmpoRlFsUkJSRUZSU0M5TlFqQkhRVEZWWkFwRVoxRlhRa0pTVTFsU1NtTm9UV1l3V0U5YWNtUkJhV1JMYkdOUWEyTklZeTlVUVV0Q1oyZHhhR3RxVDFCUlVVUkJaMDVLUVVSQ1IwRnBSVUY1Ym0xd0NqbFpkWG80VWpGVWFtNDBiV2RqYWpaV2QycFVTM2gzUm5KS1VrdFZTVVpIUTFwR2VsbEtWVU5KVVVSSWRERkNXalpHYUZrdlVUWlRabloxTVhCNmJEWUtNWG80VkhCMlNIQkxVa0pIY1RscmNVVlJOa3hPZHowOUNpMHRMUzB0UlU1RUlFTkZVbFJKUmtsRFFWUkZMUzB0TFMwSwogICAgc2VydmVyOiBodHRwczovLzUxMTRlMDY2LWFhOTMtNDU2MC05YmUwLTVhZTQ0NTcxNWE3NS5hcGkuazhzLmZyLXBhci5zY3cuY2xvdWQ6NjQ0Mwpjb250ZXh0czoKLSBuYW1lOiBhZG1pbkB0ZXN0LXBvb2wtd2FpdAogIGNvbnRleHQ6CiAgICBjbHVzdGVyOiAidGVzdC1wb29sLXdhaXQiCiAgICB1c2VyOiB0ZXN0LXBvb2wtd2FpdC1hZG1pbgpjdXJyZW50LWNvbnRleHQ6IGFkbWluQHRlc3QtcG9vbC13YWl0CmtpbmQ6IENvbmZpZwpwcmVmZXJlbmNlczoge30KdXNlcnM6Ci0gbmFtZTogdGVzdC1wb29sLXdhaXQtYWRtaW4KICB1c2VyOgogICAgdG9rZW46IGttQTQ5c2F6N1V4dVJSOHZ1UzIxMWpxN2NzVzNobFF1QzQ3QjRla3BobjE3UXBMcVRiVGJGelVO\"}" headers: Content-Length: - - "419" + - "1654" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:55:36 GMT + - Thu, 30 Oct 2025 16:54:23 GMT Server: - Scaleway API Gateway (fr-par-3;edge01) X-Request-Id: - - 2b0b81ad-ee14-4b13-b317-e428aff7a10f + - 6d1852e9-0bc9-4f70-a526-d396122cb7cb status: 200 OK code: 200 - duration: 26.484516ms -- id: 220 + duration: 82.675187ms +- id: 100 request: proto: HTTP/1.1 proto_major: 1 @@ -7457,29 +3452,29 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks/363e7214-8a98-40d0-9357-9e4026c21b76 + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/b0c262ac-e3c4-4a41-9b7c-fac43b180e81 method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 1084 - body: "{\"id\":\"363e7214-8a98-40d0-9357-9e4026c21b76\", \"name\":\"test-pool-wait\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:49:00.384609Z\", \"updated_at\":\"2025-10-30T16:49:00.384609Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"subnets\":[{\"id\":\"da10d014-609b-48cc-9b9a-437dc31f4497\", \"created_at\":\"2025-10-30T16:49:00.384609Z\", \"updated_at\":\"2025-10-30T16:49:00.384609Z\", \"subnet\":\"172.18.20.0/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"363e7214-8a98-40d0-9357-9e4026c21b76\", \"vpc_id\":\"1a7a1e1e-2b33-478e-8f1a-faa0303a1c43\"}, {\"id\":\"7493d1b7-5773-41c2-be8c-52e4ec098fc3\", \"created_at\":\"2025-10-30T16:49:00.384609Z\", \"updated_at\":\"2025-10-30T16:49:00.384609Z\", \"subnet\":\"fd5f:519c:6d46:90dd::/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"363e7214-8a98-40d0-9357-9e4026c21b76\", \"vpc_id\":\"1a7a1e1e-2b33-478e-8f1a-faa0303a1c43\"}], \"vpc_id\":\"1a7a1e1e-2b33-478e-8f1a-faa0303a1c43\", \"dhcp_enabled\":true, \"default_route_propagation_enabled\":false, \"region\":\"fr-par\"}" + content_length: 715 + body: "{\"region\":\"fr-par\", \"id\":\"b0c262ac-e3c4-4a41-9b7c-fac43b180e81\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:52:22.689840Z\", \"updated_at\":\"2025-10-30T16:54:20.584002Z\", \"name\":\"test-pool-wait-2\", \"status\":\"ready\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":2, \"min_size\":1, \"max_size\":2, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" headers: Content-Length: - - "1084" + - "715" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:55:36 GMT + - Thu, 30 Oct 2025 16:54:23 GMT Server: - Scaleway API Gateway (fr-par-3;edge01) X-Request-Id: - - 98df14e0-a32f-4071-9444-558e781e443f + - b4159f89-c226-4314-b8ce-02d0c41a159b status: 200 OK code: 200 - duration: 31.051519ms -- id: 221 + duration: 19.451537ms +- id: 101 request: proto: HTTP/1.1 proto_major: 1 @@ -7489,134 +3484,143 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/5114e066-aa93-4560-9be0-5ae445715a75 + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/034a502a-1d52-470d-84bd-4a8edd935ba3 method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 1630 - body: "{\"region\":\"fr-par\", \"id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:49:01.607119Z\", \"updated_at\":\"2025-10-30T16:50:36.155897Z\", \"type\":\"kapsule\", \"name\":\"test-pool-wait\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"calico\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"minimal\"], \"cluster_url\":\"https://5114e066-aa93-4560-9be0-5ae445715a75.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.5114e066-aa93-4560-9be0-5ae445715a75.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"363e7214-8a98-40d0-9357-9e4026c21b76\", \"commitment_ends_at\":\"2025-10-30T16:49:01.607128Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"6c8f211e-8819-44e2-93ca-fda367c9ca2a\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" + content_length: 713 + body: "{\"region\":\"fr-par\", \"id\":\"034a502a-1d52-470d-84bd-4a8edd935ba3\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:49:07.243810Z\", \"updated_at\":\"2025-10-30T16:52:20.261969Z\", \"name\":\"test-pool-wait\", \"status\":\"ready\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" headers: Content-Length: - - "1630" + - "713" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:55:36 GMT + - Thu, 30 Oct 2025 16:54:23 GMT Server: - Scaleway API Gateway (fr-par-3;edge01) X-Request-Id: - - 3eed7e9b-9d15-417d-838f-83178a20794d + - 91f03531-413a-4bb6-8556-0a891ef8fbfd status: 200 OK code: 200 - duration: 23.11938ms -- id: 222 + duration: 94.714502ms +- id: 102 request: proto: HTTP/1.1 proto_major: 1 proto_minor: 1 content_length: 0 host: api.scaleway.com + form: + order_by: + - created_at_asc + page: + - "1" + pool_id: + - b0c262ac-e3c4-4a41-9b7c-fac43b180e81 + status: + - unknown headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/5114e066-aa93-4560-9be0-5ae445715a75/kubeconfig + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/5114e066-aa93-4560-9be0-5ae445715a75/nodes?order_by=created_at_asc&page=1&pool_id=b0c262ac-e3c4-4a41-9b7c-fac43b180e81&status=unknown method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 1654 - body: "{\"name\":\"kubeconfig\", \"content_type\":\"application/octet-stream\", \"content\":\"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogInRlc3QtcG9vbC13YWl0IgogIGNsdXN0ZXI6CiAgICBjZXJ0aWZpY2F0ZS1hdXRob3JpdHktZGF0YTogTFMwdExTMUNSVWRKVGlCRFJWSlVTVVpKUTBGVVJTMHRMUzB0Q2sxSlNVSllSRU5EUVZGSFowRjNTVUpCWjBsQ1FVUkJTMEpuWjNGb2EycFBVRkZSUkVGcVFWWk5VazEzUlZGWlJGWlJVVVJGZDNCeVpGZEtiR050Tld3S1pFZFdlazFDTkZoRVZFa3hUVlJCZVU5VVJUSk9SR3QzVFZadldFUlVUVEZOVkVGNVQxUkZNazVFYTNkTlZtOTNSbFJGVkUxQ1JVZEJNVlZGUVhoTlN3cGhNMVpwV2xoS2RWcFlVbXhqZWtKYVRVSk5SMEo1Y1VkVFRUUTVRV2RGUjBORGNVZFRUVFE1UVhkRlNFRXdTVUZDVFhsNllqUkdTbVozWTFOM01tZEZDbEppVFRkVFZpOUpiM0ZXU21oWWVIbGxObHB1UkZOWlZ6WmxRbU4yV2tJM1RXVnVMMWxPYm5wM2F6QkpRazF2VDFkUFRXeHRlVGxJWVU5NE1XVkxaSFlLTUVRNE9XZDVZV3BSYWtKQlRVRTBSMEV4VldSRWQwVkNMM2RSUlVGM1NVTndSRUZRUW1kT1ZraFNUVUpCWmpoRlFsUkJSRUZSU0M5TlFqQkhRVEZWWkFwRVoxRlhRa0pTVTFsU1NtTm9UV1l3V0U5YWNtUkJhV1JMYkdOUWEyTklZeTlVUVV0Q1oyZHhhR3RxVDFCUlVVUkJaMDVLUVVSQ1IwRnBSVUY1Ym0xd0NqbFpkWG80VWpGVWFtNDBiV2RqYWpaV2QycFVTM2gzUm5KS1VrdFZTVVpIUTFwR2VsbEtWVU5KVVVSSWRERkNXalpHYUZrdlVUWlRabloxTVhCNmJEWUtNWG80VkhCMlNIQkxVa0pIY1RscmNVVlJOa3hPZHowOUNpMHRMUzB0UlU1RUlFTkZVbFJKUmtsRFFWUkZMUzB0TFMwSwogICAgc2VydmVyOiBodHRwczovLzUxMTRlMDY2LWFhOTMtNDU2MC05YmUwLTVhZTQ0NTcxNWE3NS5hcGkuazhzLmZyLXBhci5zY3cuY2xvdWQ6NjQ0Mwpjb250ZXh0czoKLSBuYW1lOiBhZG1pbkB0ZXN0LXBvb2wtd2FpdAogIGNvbnRleHQ6CiAgICBjbHVzdGVyOiAidGVzdC1wb29sLXdhaXQiCiAgICB1c2VyOiB0ZXN0LXBvb2wtd2FpdC1hZG1pbgpjdXJyZW50LWNvbnRleHQ6IGFkbWluQHRlc3QtcG9vbC13YWl0CmtpbmQ6IENvbmZpZwpwcmVmZXJlbmNlczoge30KdXNlcnM6Ci0gbmFtZTogdGVzdC1wb29sLXdhaXQtYWRtaW4KICB1c2VyOgogICAgdG9rZW46IGttQTQ5c2F6N1V4dVJSOHZ1UzIxMWpxN2NzVzNobFF1QzQ3QjRla3BobjE3UXBMcVRiVGJGelVO\"}" + content_length: 1240 + body: "{\"total_count\":2, \"nodes\":[{\"region\":\"fr-par\", \"id\":\"803259ac-2333-4048-8fec-ae14c9eff6df\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:52:23.157062Z\", \"updated_at\":\"2025-10-30T16:54:20.566320Z\", \"pool_id\":\"b0c262ac-e3c4-4a41-9b7c-fac43b180e81\", \"status\":\"ready\", \"conditions\":{\"DiskPressure\":\"False\", \"MemoryPressure\":\"False\", \"NetworkUnavailable\":\"False\", \"PIDPressure\":\"False\", \"Ready\":\"True\"}, \"name\":\"scw-test-pool-wait-test-pool-wait-2-803259ac23\", \"public_ip_v4\":\"51.158.65.45\", \"public_ip_v6\":null, \"provider_id\":\"scaleway://instance/fr-par-1/f94c2846-a5e6-44e2-823b-e4da6094250f\", \"error_message\":\"\"}, {\"region\":\"fr-par\", \"id\":\"0e5eed3b-53a4-46b8-9d82-8868a450287f\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:53:15.555152Z\", \"updated_at\":\"2025-10-30T16:54:20.575106Z\", \"pool_id\":\"b0c262ac-e3c4-4a41-9b7c-fac43b180e81\", \"status\":\"ready\", \"conditions\":{\"DiskPressure\":\"False\", \"MemoryPressure\":\"False\", \"PIDPressure\":\"False\", \"Ready\":\"True\"}, \"name\":\"scw-test-pool-wait-test-pool-wait-2-0e5eed3b53\", \"public_ip_v4\":\"51.158.76.222\", \"public_ip_v6\":null, \"provider_id\":\"scaleway://instance/fr-par-1/4af5920e-5aa3-4430-89d0-50a5680db098\", \"error_message\":\"\"}]}" headers: Content-Length: - - "1654" + - "1240" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:55:37 GMT + - Thu, 30 Oct 2025 16:54:23 GMT Server: - Scaleway API Gateway (fr-par-3;edge01) X-Request-Id: - - f865cd8e-819f-4a6f-993e-4dcd48bda06f + - 3f6170e1-0529-4f33-8abe-1d15d0b5a67a status: 200 OK code: 200 - duration: 86.881641ms -- id: 223 + duration: 77.089173ms +- id: 103 request: proto: HTTP/1.1 proto_major: 1 proto_minor: 1 content_length: 0 host: api.scaleway.com + form: + order_by: + - created_at_asc + page: + - "1" + pool_id: + - 034a502a-1d52-470d-84bd-4a8edd935ba3 + status: + - unknown headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/034a502a-1d52-470d-84bd-4a8edd935ba3 + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/5114e066-aa93-4560-9be0-5ae445715a75/nodes?order_by=created_at_asc&page=1&pool_id=034a502a-1d52-470d-84bd-4a8edd935ba3&status=unknown method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 713 - body: "{\"region\":\"fr-par\", \"id\":\"034a502a-1d52-470d-84bd-4a8edd935ba3\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:49:07.243810Z\", \"updated_at\":\"2025-10-30T16:52:20.261969Z\", \"name\":\"test-pool-wait\", \"status\":\"ready\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 648 + body: "{\"total_count\":1, \"nodes\":[{\"region\":\"fr-par\", \"id\":\"3e073c76-a98f-4e6b-ad3c-7a6ca77e15fd\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:51:15.736647Z\", \"updated_at\":\"2025-10-30T16:54:20.551105Z\", \"pool_id\":\"034a502a-1d52-470d-84bd-4a8edd935ba3\", \"status\":\"ready\", \"conditions\":{\"DiskPressure\":\"False\", \"MemoryPressure\":\"False\", \"NetworkUnavailable\":\"False\", \"PIDPressure\":\"False\", \"Ready\":\"True\"}, \"name\":\"scw-test-pool-wait-test-pool-wait-3e073c76a98f\", \"public_ip_v4\":\"51.158.97.50\", \"public_ip_v6\":null, \"provider_id\":\"scaleway://instance/fr-par-1/6ba8f808-ce5f-4e0a-b30e-a83f7f79f945\", \"error_message\":\"\"}]}" headers: Content-Length: - - "713" + - "648" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:55:37 GMT + - Thu, 30 Oct 2025 16:54:23 GMT Server: - Scaleway API Gateway (fr-par-3;edge01) X-Request-Id: - - a4727956-e425-48b6-ab17-23e393813926 + - f240360d-1b47-42a1-83e4-34264ee9e904 status: 200 OK code: 200 - duration: 29.076431ms -- id: 224 + duration: 25.473369ms +- id: 104 request: proto: HTTP/1.1 proto_major: 1 proto_minor: 1 content_length: 0 host: api.scaleway.com - form: - order_by: - - created_at_asc - page: - - "1" - pool_id: - - 034a502a-1d52-470d-84bd-4a8edd935ba3 - status: - - unknown headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/5114e066-aa93-4560-9be0-5ae445715a75/nodes?order_by=created_at_asc&page=1&pool_id=034a502a-1d52-470d-84bd-4a8edd935ba3&status=unknown + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/5114e066-aa93-4560-9be0-5ae445715a75 method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 648 - body: "{\"total_count\":1, \"nodes\":[{\"region\":\"fr-par\", \"id\":\"3e073c76-a98f-4e6b-ad3c-7a6ca77e15fd\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:51:15.736647Z\", \"updated_at\":\"2025-10-30T16:55:12.378766Z\", \"pool_id\":\"034a502a-1d52-470d-84bd-4a8edd935ba3\", \"status\":\"ready\", \"conditions\":{\"DiskPressure\":\"False\", \"MemoryPressure\":\"False\", \"NetworkUnavailable\":\"False\", \"PIDPressure\":\"False\", \"Ready\":\"True\"}, \"name\":\"scw-test-pool-wait-test-pool-wait-3e073c76a98f\", \"public_ip_v4\":\"51.158.97.50\", \"public_ip_v6\":null, \"provider_id\":\"scaleway://instance/fr-par-1/6ba8f808-ce5f-4e0a-b30e-a83f7f79f945\", \"error_message\":\"\"}]}" + content_length: 1630 + body: "{\"region\":\"fr-par\", \"id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:49:01.607119Z\", \"updated_at\":\"2025-10-30T16:50:36.155897Z\", \"type\":\"kapsule\", \"name\":\"test-pool-wait\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"calico\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"minimal\"], \"cluster_url\":\"https://5114e066-aa93-4560-9be0-5ae445715a75.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.5114e066-aa93-4560-9be0-5ae445715a75.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"363e7214-8a98-40d0-9357-9e4026c21b76\", \"commitment_ends_at\":\"2025-10-30T16:49:01.607128Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"6c8f211e-8819-44e2-93ca-fda367c9ca2a\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" headers: Content-Length: - - "648" + - "1630" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:55:37 GMT + - Thu, 30 Oct 2025 16:54:23 GMT Server: - Scaleway API Gateway (fr-par-3;edge01) X-Request-Id: - - 7438863e-5750-4791-9b3b-de927d7d64ad + - 58eba6e7-c910-4e3f-ad05-12f9041962cd status: 200 OK code: 200 - duration: 85.760899ms -- id: 225 + duration: 22.757933ms +- id: 105 request: proto: HTTP/1.1 proto_major: 1 @@ -7640,15 +3644,15 @@ interactions: Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:55:37 GMT + - Thu, 30 Oct 2025 16:54:23 GMT Server: - Scaleway API Gateway (fr-par-3;edge01) X-Request-Id: - - c420d5d4-e1fa-4513-9a7a-39a7e162b2f1 + - 0a9d8e78-859c-4539-9194-7536c23c7f19 status: 200 OK code: 200 - duration: 24.900774ms -- id: 226 + duration: 24.453835ms +- id: 106 request: proto: HTTP/1.1 proto_major: 1 @@ -7661,131 +3665,152 @@ interactions: project_id: - 105bdce1-64c0-48ab-899d-868455867ecf resource_name: - - scw-test-pool-wait-test-pool-wait-3e073c76a98f + - scw-test-pool-wait-test-pool-wait-2-803259ac23 resource_type: - unknown_type headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/ipam/v1/regions/fr-par/ips?order_by=created_at_desc&project_id=105bdce1-64c0-48ab-899d-868455867ecf&resource_name=scw-test-pool-wait-test-pool-wait-3e073c76a98f&resource_type=unknown_type + url: https://api.scaleway.com/ipam/v1/regions/fr-par/ips?order_by=created_at_desc&project_id=105bdce1-64c0-48ab-899d-868455867ecf&resource_name=scw-test-pool-wait-test-pool-wait-2-803259ac23&resource_type=unknown_type method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 content_length: 1122 - body: "{\"total_count\":2, \"ips\":[{\"id\":\"54c6f7a2-4ca0-43bb-bc9a-b4a3905c0487\", \"address\":\"fd5f:519c:6d46:90dd:c183:ab7b:59b9:fc92/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":true, \"created_at\":\"2025-10-30T16:51:19.698188Z\", \"updated_at\":\"2025-10-30T16:51:19.698188Z\", \"source\":{\"subnet_id\":\"7493d1b7-5773-41c2-be8c-52e4ec098fc3\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"45715cb9-7532-4c78-93a4-2fef3fa3b71a\", \"mac_address\":\"02:00:00:1D:E4:BA\", \"name\":\"scw-test-pool-wait-test-pool-wait-3e073c76a98f\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}, {\"id\":\"ddc7378f-48eb-4ae3-af3e-4d5ee60054c4\", \"address\":\"172.18.20.3/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":false, \"created_at\":\"2025-10-30T16:51:19.565119Z\", \"updated_at\":\"2025-10-30T16:51:19.565119Z\", \"source\":{\"subnet_id\":\"da10d014-609b-48cc-9b9a-437dc31f4497\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"45715cb9-7532-4c78-93a4-2fef3fa3b71a\", \"mac_address\":\"02:00:00:1D:E4:BA\", \"name\":\"scw-test-pool-wait-test-pool-wait-3e073c76a98f\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}]}" + body: "{\"total_count\":2, \"ips\":[{\"id\":\"35d11f02-76e3-4fe4-a39b-c2df537169d7\", \"address\":\"fd5f:519c:6d46:90dd:ab00:4e62:584d:4783/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":true, \"created_at\":\"2025-10-30T16:52:26.776899Z\", \"updated_at\":\"2025-10-30T16:52:26.776899Z\", \"source\":{\"subnet_id\":\"7493d1b7-5773-41c2-be8c-52e4ec098fc3\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"6f4c43ec-ff56-4721-ab5d-fdf2a12b8f2e\", \"mac_address\":\"02:00:00:12:65:C5\", \"name\":\"scw-test-pool-wait-test-pool-wait-2-803259ac23\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}, {\"id\":\"878dc0d8-d3e7-4ab9-b890-f5352063637c\", \"address\":\"172.18.20.4/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":false, \"created_at\":\"2025-10-30T16:52:26.654069Z\", \"updated_at\":\"2025-10-30T16:52:26.654069Z\", \"source\":{\"subnet_id\":\"da10d014-609b-48cc-9b9a-437dc31f4497\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"6f4c43ec-ff56-4721-ab5d-fdf2a12b8f2e\", \"mac_address\":\"02:00:00:12:65:C5\", \"name\":\"scw-test-pool-wait-test-pool-wait-2-803259ac23\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}]}" headers: Content-Length: - "1122" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:55:37 GMT + - Thu, 30 Oct 2025 16:54:23 GMT Server: - Scaleway API Gateway (fr-par-3;edge01) X-Request-Id: - - c7fc2d8e-b1a0-41d9-af4c-02c5a2d24b77 + - 3de1d11b-9298-4fd1-856f-5db0a6a82462 status: 200 OK code: 200 - duration: 34.261573ms -- id: 227 + duration: 29.089405ms +- id: 107 request: proto: HTTP/1.1 proto_major: 1 proto_minor: 1 content_length: 0 host: api.scaleway.com + form: + order_by: + - created_at_desc + project_id: + - 105bdce1-64c0-48ab-899d-868455867ecf + resource_name: + - scw-test-pool-wait-test-pool-wait-2-0e5eed3b53 + resource_type: + - unknown_type headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/034a502a-1d52-470d-84bd-4a8edd935ba3 - method: DELETE + url: https://api.scaleway.com/ipam/v1/regions/fr-par/ips?order_by=created_at_desc&project_id=105bdce1-64c0-48ab-899d-868455867ecf&resource_name=scw-test-pool-wait-test-pool-wait-2-0e5eed3b53&resource_type=unknown_type + method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 716 - body: "{\"region\":\"fr-par\", \"id\":\"034a502a-1d52-470d-84bd-4a8edd935ba3\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:49:07.243810Z\", \"updated_at\":\"2025-10-30T16:55:37.494697Z\", \"name\":\"test-pool-wait\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 1122 + body: "{\"total_count\":2, \"ips\":[{\"id\":\"7e596df6-23ea-4a18-b40b-b04b6889b127\", \"address\":\"fd5f:519c:6d46:90dd:3968:9265:e922:7e76/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":true, \"created_at\":\"2025-10-30T16:53:19.349027Z\", \"updated_at\":\"2025-10-30T16:53:19.349027Z\", \"source\":{\"subnet_id\":\"7493d1b7-5773-41c2-be8c-52e4ec098fc3\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"a3a5b239-815d-4735-b92e-16372f9e8741\", \"mac_address\":\"02:00:00:12:2E:F6\", \"name\":\"scw-test-pool-wait-test-pool-wait-2-0e5eed3b53\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}, {\"id\":\"41cfcea9-5c9f-48bf-af2e-a1fe51acece8\", \"address\":\"172.18.20.5/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":false, \"created_at\":\"2025-10-30T16:53:19.175416Z\", \"updated_at\":\"2025-10-30T16:53:19.175416Z\", \"source\":{\"subnet_id\":\"da10d014-609b-48cc-9b9a-437dc31f4497\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"a3a5b239-815d-4735-b92e-16372f9e8741\", \"mac_address\":\"02:00:00:12:2E:F6\", \"name\":\"scw-test-pool-wait-test-pool-wait-2-0e5eed3b53\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}]}" headers: Content-Length: - - "716" + - "1122" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:55:37 GMT + - Thu, 30 Oct 2025 16:54:23 GMT Server: - Scaleway API Gateway (fr-par-3;edge01) X-Request-Id: - - 5de39d56-2a4a-494e-8cb4-3a7e7ddb56bd + - 4b2030bb-73c7-4d6d-8665-0530741f83c8 status: 200 OK code: 200 - duration: 53.97945ms -- id: 228 + duration: 41.172233ms +- id: 108 request: proto: HTTP/1.1 proto_major: 1 proto_minor: 1 content_length: 0 host: api.scaleway.com + form: + order_by: + - created_at_desc + project_id: + - 105bdce1-64c0-48ab-899d-868455867ecf + resource_name: + - scw-test-pool-wait-test-pool-wait-3e073c76a98f + resource_type: + - unknown_type headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/034a502a-1d52-470d-84bd-4a8edd935ba3 + url: https://api.scaleway.com/ipam/v1/regions/fr-par/ips?order_by=created_at_desc&project_id=105bdce1-64c0-48ab-899d-868455867ecf&resource_name=scw-test-pool-wait-test-pool-wait-3e073c76a98f&resource_type=unknown_type method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 716 - body: "{\"region\":\"fr-par\", \"id\":\"034a502a-1d52-470d-84bd-4a8edd935ba3\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:49:07.243810Z\", \"updated_at\":\"2025-10-30T16:55:37.494697Z\", \"name\":\"test-pool-wait\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 1122 + body: "{\"total_count\":2, \"ips\":[{\"id\":\"54c6f7a2-4ca0-43bb-bc9a-b4a3905c0487\", \"address\":\"fd5f:519c:6d46:90dd:c183:ab7b:59b9:fc92/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":true, \"created_at\":\"2025-10-30T16:51:19.698188Z\", \"updated_at\":\"2025-10-30T16:51:19.698188Z\", \"source\":{\"subnet_id\":\"7493d1b7-5773-41c2-be8c-52e4ec098fc3\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"45715cb9-7532-4c78-93a4-2fef3fa3b71a\", \"mac_address\":\"02:00:00:1D:E4:BA\", \"name\":\"scw-test-pool-wait-test-pool-wait-3e073c76a98f\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}, {\"id\":\"ddc7378f-48eb-4ae3-af3e-4d5ee60054c4\", \"address\":\"172.18.20.3/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":false, \"created_at\":\"2025-10-30T16:51:19.565119Z\", \"updated_at\":\"2025-10-30T16:51:19.565119Z\", \"source\":{\"subnet_id\":\"da10d014-609b-48cc-9b9a-437dc31f4497\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"45715cb9-7532-4c78-93a4-2fef3fa3b71a\", \"mac_address\":\"02:00:00:1D:E4:BA\", \"name\":\"scw-test-pool-wait-test-pool-wait-3e073c76a98f\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}]}" headers: Content-Length: - - "716" + - "1122" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:55:37 GMT + - Thu, 30 Oct 2025 16:54:23 GMT Server: - Scaleway API Gateway (fr-par-3;edge01) X-Request-Id: - - c791ade2-b379-42c0-ae24-30ae33a684d6 + - 16200fe4-b65d-415d-ba23-e926d95c9575 status: 200 OK code: 200 - duration: 24.265743ms -- id: 229 + duration: 107.191751ms +- id: 109 request: proto: HTTP/1.1 proto_major: 1 proto_minor: 1 - content_length: 0 + content_length: 82 host: api.scaleway.com + body: "{\"size\":1,\"max_size\":1,\"upgrade_policy\":{\"max_unavailable\":null,\"max_surge\":null}}" headers: + Content-Type: + - application/json User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/034a502a-1d52-470d-84bd-4a8edd935ba3 - method: GET + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/b0c262ac-e3c4-4a41-9b7c-fac43b180e81 + method: PATCH response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 716 - body: "{\"region\":\"fr-par\", \"id\":\"034a502a-1d52-470d-84bd-4a8edd935ba3\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:49:07.243810Z\", \"updated_at\":\"2025-10-30T16:55:37.494697Z\", \"name\":\"test-pool-wait\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 717 + body: "{\"region\":\"fr-par\", \"id\":\"b0c262ac-e3c4-4a41-9b7c-fac43b180e81\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:52:22.689840Z\", \"updated_at\":\"2025-10-30T16:54:23.681022Z\", \"name\":\"test-pool-wait-2\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" headers: Content-Length: - - "716" + - "717" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:55:42 GMT + - Thu, 30 Oct 2025 16:54:23 GMT Server: - Scaleway API Gateway (fr-par-3;edge01) X-Request-Id: - - 31e57334-aec6-4525-ad6b-9f0d822bb7fb + - 229da5f7-ba93-4213-a304-178e36d924c1 status: 200 OK code: 200 - duration: 82.781727ms -- id: 230 + duration: 39.365702ms +- id: 110 request: proto: HTTP/1.1 proto_major: 1 @@ -7795,29 +3820,29 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/034a502a-1d52-470d-84bd-4a8edd935ba3 + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/b0c262ac-e3c4-4a41-9b7c-fac43b180e81 method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 716 - body: "{\"region\":\"fr-par\", \"id\":\"034a502a-1d52-470d-84bd-4a8edd935ba3\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:49:07.243810Z\", \"updated_at\":\"2025-10-30T16:55:37.494697Z\", \"name\":\"test-pool-wait\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 717 + body: "{\"region\":\"fr-par\", \"id\":\"b0c262ac-e3c4-4a41-9b7c-fac43b180e81\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:52:22.689840Z\", \"updated_at\":\"2025-10-30T16:54:23.681022Z\", \"name\":\"test-pool-wait-2\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" headers: Content-Length: - - "716" + - "717" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:55:47 GMT + - Thu, 30 Oct 2025 16:54:23 GMT Server: - Scaleway API Gateway (fr-par-3;edge01) X-Request-Id: - - 7b02f4cd-7722-4f6c-add0-a367f7b08269 + - 21a8d2c8-163a-4326-bb9e-94ac944cab63 status: 200 OK code: 200 - duration: 70.345977ms -- id: 231 + duration: 24.396658ms +- id: 111 request: proto: HTTP/1.1 proto_major: 1 @@ -7827,29 +3852,29 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/034a502a-1d52-470d-84bd-4a8edd935ba3 + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/b0c262ac-e3c4-4a41-9b7c-fac43b180e81 method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 716 - body: "{\"region\":\"fr-par\", \"id\":\"034a502a-1d52-470d-84bd-4a8edd935ba3\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:49:07.243810Z\", \"updated_at\":\"2025-10-30T16:55:37.494697Z\", \"name\":\"test-pool-wait\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 715 + body: "{\"region\":\"fr-par\", \"id\":\"b0c262ac-e3c4-4a41-9b7c-fac43b180e81\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:52:22.689840Z\", \"updated_at\":\"2025-10-30T16:54:25.061752Z\", \"name\":\"test-pool-wait-2\", \"status\":\"ready\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" headers: Content-Length: - - "716" + - "715" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:55:52 GMT + - Thu, 30 Oct 2025 16:54:28 GMT Server: - Scaleway API Gateway (fr-par-3;edge01) X-Request-Id: - - 12b44064-6095-491b-8148-a82cb23e4fce + - 8f63ffb1-be77-486d-a45a-2dc8b1f23975 status: 200 OK code: 200 - duration: 97.392038ms -- id: 232 + duration: 86.141001ms +- id: 112 request: proto: HTTP/1.1 proto_major: 1 @@ -7859,61 +3884,70 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/034a502a-1d52-470d-84bd-4a8edd935ba3 + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/b0c262ac-e3c4-4a41-9b7c-fac43b180e81 method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 716 - body: "{\"region\":\"fr-par\", \"id\":\"034a502a-1d52-470d-84bd-4a8edd935ba3\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:49:07.243810Z\", \"updated_at\":\"2025-10-30T16:55:37.494697Z\", \"name\":\"test-pool-wait\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 715 + body: "{\"region\":\"fr-par\", \"id\":\"b0c262ac-e3c4-4a41-9b7c-fac43b180e81\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:52:22.689840Z\", \"updated_at\":\"2025-10-30T16:54:25.061752Z\", \"name\":\"test-pool-wait-2\", \"status\":\"ready\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" headers: Content-Length: - - "716" + - "715" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:55:57 GMT + - Thu, 30 Oct 2025 16:54:28 GMT Server: - Scaleway API Gateway (fr-par-3;edge01) X-Request-Id: - - 68259c51-a23b-4a63-9c06-90748883adca + - 54563a94-6c16-45f7-9e74-09dc917a8480 status: 200 OK code: 200 - duration: 115.588901ms -- id: 233 + duration: 88.987724ms +- id: 113 request: proto: HTTP/1.1 proto_major: 1 proto_minor: 1 content_length: 0 host: api.scaleway.com + form: + order_by: + - created_at_asc + page: + - "1" + pool_id: + - b0c262ac-e3c4-4a41-9b7c-fac43b180e81 + status: + - unknown headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/034a502a-1d52-470d-84bd-4a8edd935ba3 + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/5114e066-aa93-4560-9be0-5ae445715a75/nodes?order_by=created_at_asc&page=1&pool_id=b0c262ac-e3c4-4a41-9b7c-fac43b180e81&status=unknown method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 716 - body: "{\"region\":\"fr-par\", \"id\":\"034a502a-1d52-470d-84bd-4a8edd935ba3\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:49:07.243810Z\", \"updated_at\":\"2025-10-30T16:55:37.494697Z\", \"name\":\"test-pool-wait\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 1243 + body: "{\"total_count\":2, \"nodes\":[{\"region\":\"fr-par\", \"id\":\"803259ac-2333-4048-8fec-ae14c9eff6df\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:52:23.157062Z\", \"updated_at\":\"2025-10-30T16:54:25.015233Z\", \"pool_id\":\"b0c262ac-e3c4-4a41-9b7c-fac43b180e81\", \"status\":\"ready\", \"conditions\":{\"DiskPressure\":\"False\", \"MemoryPressure\":\"False\", \"NetworkUnavailable\":\"False\", \"PIDPressure\":\"False\", \"Ready\":\"True\"}, \"name\":\"scw-test-pool-wait-test-pool-wait-2-803259ac23\", \"public_ip_v4\":\"51.158.65.45\", \"public_ip_v6\":null, \"provider_id\":\"scaleway://instance/fr-par-1/f94c2846-a5e6-44e2-823b-e4da6094250f\", \"error_message\":\"\"}, {\"region\":\"fr-par\", \"id\":\"0e5eed3b-53a4-46b8-9d82-8868a450287f\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:53:15.555152Z\", \"updated_at\":\"2025-10-30T16:54:24.729826Z\", \"pool_id\":\"b0c262ac-e3c4-4a41-9b7c-fac43b180e81\", \"status\":\"deleting\", \"conditions\":{\"DiskPressure\":\"False\", \"MemoryPressure\":\"False\", \"PIDPressure\":\"False\", \"Ready\":\"True\"}, \"name\":\"scw-test-pool-wait-test-pool-wait-2-0e5eed3b53\", \"public_ip_v4\":\"51.158.76.222\", \"public_ip_v6\":null, \"provider_id\":\"scaleway://instance/fr-par-1/4af5920e-5aa3-4430-89d0-50a5680db098\", \"error_message\":\"\"}]}" headers: Content-Length: - - "716" + - "1243" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:56:03 GMT + - Thu, 30 Oct 2025 16:54:28 GMT Server: - Scaleway API Gateway (fr-par-3;edge01) X-Request-Id: - - 8ebf7af9-37c3-400c-bed7-45a344a0c6fd + - 7319d6b0-c8db-4304-bbc5-b4c5c8a01a21 status: 200 OK code: 200 - duration: 81.981433ms -- id: 234 + duration: 24.37636ms +- id: 114 request: proto: HTTP/1.1 proto_major: 1 @@ -7923,93 +3957,111 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/034a502a-1d52-470d-84bd-4a8edd935ba3 + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/5114e066-aa93-4560-9be0-5ae445715a75 method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 716 - body: "{\"region\":\"fr-par\", \"id\":\"034a502a-1d52-470d-84bd-4a8edd935ba3\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:49:07.243810Z\", \"updated_at\":\"2025-10-30T16:55:37.494697Z\", \"name\":\"test-pool-wait\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 1630 + body: "{\"region\":\"fr-par\", \"id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:49:01.607119Z\", \"updated_at\":\"2025-10-30T16:50:36.155897Z\", \"type\":\"kapsule\", \"name\":\"test-pool-wait\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"calico\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"minimal\"], \"cluster_url\":\"https://5114e066-aa93-4560-9be0-5ae445715a75.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.5114e066-aa93-4560-9be0-5ae445715a75.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"363e7214-8a98-40d0-9357-9e4026c21b76\", \"commitment_ends_at\":\"2025-10-30T16:49:01.607128Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"6c8f211e-8819-44e2-93ca-fda367c9ca2a\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" headers: Content-Length: - - "716" + - "1630" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:56:08 GMT + - Thu, 30 Oct 2025 16:54:28 GMT Server: - Scaleway API Gateway (fr-par-3;edge01) X-Request-Id: - - 740002b8-24e3-4c43-af4f-abccf67685df + - 64795ded-ba00-42a0-8e92-e038a9e0c98b status: 200 OK code: 200 - duration: 71.496927ms -- id: 235 + duration: 17.699899ms +- id: 115 request: proto: HTTP/1.1 proto_major: 1 proto_minor: 1 content_length: 0 host: api.scaleway.com + form: + order_by: + - created_at_desc + project_id: + - 105bdce1-64c0-48ab-899d-868455867ecf + resource_name: + - scw-test-pool-wait-test-pool-wait-2-803259ac23 + resource_type: + - unknown_type headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/034a502a-1d52-470d-84bd-4a8edd935ba3 + url: https://api.scaleway.com/ipam/v1/regions/fr-par/ips?order_by=created_at_desc&project_id=105bdce1-64c0-48ab-899d-868455867ecf&resource_name=scw-test-pool-wait-test-pool-wait-2-803259ac23&resource_type=unknown_type method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 716 - body: "{\"region\":\"fr-par\", \"id\":\"034a502a-1d52-470d-84bd-4a8edd935ba3\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:49:07.243810Z\", \"updated_at\":\"2025-10-30T16:55:37.494697Z\", \"name\":\"test-pool-wait\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 1122 + body: "{\"total_count\":2, \"ips\":[{\"id\":\"35d11f02-76e3-4fe4-a39b-c2df537169d7\", \"address\":\"fd5f:519c:6d46:90dd:ab00:4e62:584d:4783/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":true, \"created_at\":\"2025-10-30T16:52:26.776899Z\", \"updated_at\":\"2025-10-30T16:52:26.776899Z\", \"source\":{\"subnet_id\":\"7493d1b7-5773-41c2-be8c-52e4ec098fc3\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"6f4c43ec-ff56-4721-ab5d-fdf2a12b8f2e\", \"mac_address\":\"02:00:00:12:65:C5\", \"name\":\"scw-test-pool-wait-test-pool-wait-2-803259ac23\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}, {\"id\":\"878dc0d8-d3e7-4ab9-b890-f5352063637c\", \"address\":\"172.18.20.4/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":false, \"created_at\":\"2025-10-30T16:52:26.654069Z\", \"updated_at\":\"2025-10-30T16:52:26.654069Z\", \"source\":{\"subnet_id\":\"da10d014-609b-48cc-9b9a-437dc31f4497\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"6f4c43ec-ff56-4721-ab5d-fdf2a12b8f2e\", \"mac_address\":\"02:00:00:12:65:C5\", \"name\":\"scw-test-pool-wait-test-pool-wait-2-803259ac23\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}]}" headers: Content-Length: - - "716" + - "1122" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:56:13 GMT + - Thu, 30 Oct 2025 16:54:28 GMT Server: - Scaleway API Gateway (fr-par-3;edge01) X-Request-Id: - - 2cbda042-214b-4766-98b3-2f7cd5eae5cf + - a73725d2-4b76-4ac4-8d38-c92e5d3a1002 status: 200 OK code: 200 - duration: 96.036594ms -- id: 236 + duration: 29.683571ms +- id: 116 request: proto: HTTP/1.1 proto_major: 1 proto_minor: 1 content_length: 0 host: api.scaleway.com + form: + order_by: + - created_at_desc + project_id: + - 105bdce1-64c0-48ab-899d-868455867ecf + resource_name: + - scw-test-pool-wait-test-pool-wait-2-0e5eed3b53 + resource_type: + - unknown_type headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/034a502a-1d52-470d-84bd-4a8edd935ba3 + url: https://api.scaleway.com/ipam/v1/regions/fr-par/ips?order_by=created_at_desc&project_id=105bdce1-64c0-48ab-899d-868455867ecf&resource_name=scw-test-pool-wait-test-pool-wait-2-0e5eed3b53&resource_type=unknown_type method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 716 - body: "{\"region\":\"fr-par\", \"id\":\"034a502a-1d52-470d-84bd-4a8edd935ba3\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:49:07.243810Z\", \"updated_at\":\"2025-10-30T16:55:37.494697Z\", \"name\":\"test-pool-wait\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 1122 + body: "{\"total_count\":2, \"ips\":[{\"id\":\"7e596df6-23ea-4a18-b40b-b04b6889b127\", \"address\":\"fd5f:519c:6d46:90dd:3968:9265:e922:7e76/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":true, \"created_at\":\"2025-10-30T16:53:19.349027Z\", \"updated_at\":\"2025-10-30T16:53:19.349027Z\", \"source\":{\"subnet_id\":\"7493d1b7-5773-41c2-be8c-52e4ec098fc3\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"a3a5b239-815d-4735-b92e-16372f9e8741\", \"mac_address\":\"02:00:00:12:2E:F6\", \"name\":\"scw-test-pool-wait-test-pool-wait-2-0e5eed3b53\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}, {\"id\":\"41cfcea9-5c9f-48bf-af2e-a1fe51acece8\", \"address\":\"172.18.20.5/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":false, \"created_at\":\"2025-10-30T16:53:19.175416Z\", \"updated_at\":\"2025-10-30T16:53:19.175416Z\", \"source\":{\"subnet_id\":\"da10d014-609b-48cc-9b9a-437dc31f4497\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"a3a5b239-815d-4735-b92e-16372f9e8741\", \"mac_address\":\"02:00:00:12:2E:F6\", \"name\":\"scw-test-pool-wait-test-pool-wait-2-0e5eed3b53\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}]}" headers: Content-Length: - - "716" + - "1122" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:56:18 GMT + - Thu, 30 Oct 2025 16:54:29 GMT Server: - Scaleway API Gateway (fr-par-3;edge01) X-Request-Id: - - 5df17552-ae3c-4295-b828-2d4a9aa2cb85 + - 7f38b4ab-a2da-4de7-b440-04b3db7df960 status: 200 OK code: 200 - duration: 97.864786ms -- id: 237 + duration: 36.130641ms +- id: 117 request: proto: HTTP/1.1 proto_major: 1 @@ -8019,29 +4071,29 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/034a502a-1d52-470d-84bd-4a8edd935ba3 + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/5114e066-aa93-4560-9be0-5ae445715a75 method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 716 - body: "{\"region\":\"fr-par\", \"id\":\"034a502a-1d52-470d-84bd-4a8edd935ba3\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:49:07.243810Z\", \"updated_at\":\"2025-10-30T16:55:37.494697Z\", \"name\":\"test-pool-wait\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 1630 + body: "{\"region\":\"fr-par\", \"id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:49:01.607119Z\", \"updated_at\":\"2025-10-30T16:50:36.155897Z\", \"type\":\"kapsule\", \"name\":\"test-pool-wait\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"calico\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"minimal\"], \"cluster_url\":\"https://5114e066-aa93-4560-9be0-5ae445715a75.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.5114e066-aa93-4560-9be0-5ae445715a75.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"363e7214-8a98-40d0-9357-9e4026c21b76\", \"commitment_ends_at\":\"2025-10-30T16:49:01.607128Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"6c8f211e-8819-44e2-93ca-fda367c9ca2a\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" headers: Content-Length: - - "716" + - "1630" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:56:23 GMT + - Thu, 30 Oct 2025 16:54:29 GMT Server: - Scaleway API Gateway (fr-par-3;edge01) X-Request-Id: - - 692520f3-c621-4eca-b3f1-86b8d3538091 + - 1a350574-4276-45b3-93bd-3f8668228ecc status: 200 OK code: 200 - duration: 81.652527ms -- id: 238 + duration: 21.906024ms +- id: 118 request: proto: HTTP/1.1 proto_major: 1 @@ -8051,29 +4103,29 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/034a502a-1d52-470d-84bd-4a8edd935ba3 + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/b0c262ac-e3c4-4a41-9b7c-fac43b180e81 method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 716 - body: "{\"region\":\"fr-par\", \"id\":\"034a502a-1d52-470d-84bd-4a8edd935ba3\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:49:07.243810Z\", \"updated_at\":\"2025-10-30T16:55:37.494697Z\", \"name\":\"test-pool-wait\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 715 + body: "{\"region\":\"fr-par\", \"id\":\"b0c262ac-e3c4-4a41-9b7c-fac43b180e81\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:52:22.689840Z\", \"updated_at\":\"2025-10-30T16:54:25.061752Z\", \"name\":\"test-pool-wait-2\", \"status\":\"ready\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" headers: Content-Length: - - "716" + - "715" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:56:28 GMT + - Thu, 30 Oct 2025 16:54:29 GMT Server: - Scaleway API Gateway (fr-par-3;edge01) X-Request-Id: - - 0b208a42-c956-40a0-b67e-86e4d4b301ed + - 9e94267c-6cb2-4a8b-a219-d00a1cc98a92 status: 200 OK code: 200 - duration: 84.531812ms -- id: 239 + duration: 19.294302ms +- id: 119 request: proto: HTTP/1.1 proto_major: 1 @@ -8083,29 +4135,29 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/034a502a-1d52-470d-84bd-4a8edd935ba3 + url: https://api.scaleway.com/vpc/v2/regions/fr-par/vpcs/1a7a1e1e-2b33-478e-8f1a-faa0303a1c43 method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 716 - body: "{\"region\":\"fr-par\", \"id\":\"034a502a-1d52-470d-84bd-4a8edd935ba3\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:49:07.243810Z\", \"updated_at\":\"2025-10-30T16:55:37.494697Z\", \"name\":\"test-pool-wait\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 419 + body: "{\"id\":\"1a7a1e1e-2b33-478e-8f1a-faa0303a1c43\", \"name\":\"tf-vpc-confident-bose\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:49:00.136298Z\", \"updated_at\":\"2025-10-30T16:49:00.136298Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_default\":false, \"private_network_count\":1, \"routing_enabled\":true, \"custom_routes_propagation_enabled\":true, \"region\":\"fr-par\"}" headers: Content-Length: - - "716" + - "419" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:56:33 GMT + - Thu, 30 Oct 2025 16:54:29 GMT Server: - Scaleway API Gateway (fr-par-3;edge01) X-Request-Id: - - 68a3c26f-673d-436f-9406-b58fb4a16026 + - f3e62cf2-3c3c-41ab-b009-e7e1897874f9 status: 200 OK code: 200 - duration: 78.391597ms -- id: 240 + duration: 28.599506ms +- id: 120 request: proto: HTTP/1.1 proto_major: 1 @@ -8115,29 +4167,29 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/034a502a-1d52-470d-84bd-4a8edd935ba3 + url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks/363e7214-8a98-40d0-9357-9e4026c21b76 method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 716 - body: "{\"region\":\"fr-par\", \"id\":\"034a502a-1d52-470d-84bd-4a8edd935ba3\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:49:07.243810Z\", \"updated_at\":\"2025-10-30T16:55:37.494697Z\", \"name\":\"test-pool-wait\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 1084 + body: "{\"id\":\"363e7214-8a98-40d0-9357-9e4026c21b76\", \"name\":\"test-pool-wait\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:49:00.384609Z\", \"updated_at\":\"2025-10-30T16:49:00.384609Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"subnets\":[{\"id\":\"da10d014-609b-48cc-9b9a-437dc31f4497\", \"created_at\":\"2025-10-30T16:49:00.384609Z\", \"updated_at\":\"2025-10-30T16:49:00.384609Z\", \"subnet\":\"172.18.20.0/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"363e7214-8a98-40d0-9357-9e4026c21b76\", \"vpc_id\":\"1a7a1e1e-2b33-478e-8f1a-faa0303a1c43\"}, {\"id\":\"7493d1b7-5773-41c2-be8c-52e4ec098fc3\", \"created_at\":\"2025-10-30T16:49:00.384609Z\", \"updated_at\":\"2025-10-30T16:49:00.384609Z\", \"subnet\":\"fd5f:519c:6d46:90dd::/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"363e7214-8a98-40d0-9357-9e4026c21b76\", \"vpc_id\":\"1a7a1e1e-2b33-478e-8f1a-faa0303a1c43\"}], \"vpc_id\":\"1a7a1e1e-2b33-478e-8f1a-faa0303a1c43\", \"dhcp_enabled\":true, \"default_route_propagation_enabled\":false, \"region\":\"fr-par\"}" headers: Content-Length: - - "716" + - "1084" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:56:38 GMT + - Thu, 30 Oct 2025 16:54:29 GMT Server: - Scaleway API Gateway (fr-par-3;edge01) X-Request-Id: - - 28192d7f-32c3-4067-858b-c154152cc267 + - 9d5c42eb-40a5-4c44-a813-f6951de136a2 status: 200 OK code: 200 - duration: 93.018159ms -- id: 241 + duration: 24.432656ms +- id: 121 request: proto: HTTP/1.1 proto_major: 1 @@ -8147,29 +4199,29 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/034a502a-1d52-470d-84bd-4a8edd935ba3 + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/5114e066-aa93-4560-9be0-5ae445715a75 method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 716 - body: "{\"region\":\"fr-par\", \"id\":\"034a502a-1d52-470d-84bd-4a8edd935ba3\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:49:07.243810Z\", \"updated_at\":\"2025-10-30T16:55:37.494697Z\", \"name\":\"test-pool-wait\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 1630 + body: "{\"region\":\"fr-par\", \"id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:49:01.607119Z\", \"updated_at\":\"2025-10-30T16:50:36.155897Z\", \"type\":\"kapsule\", \"name\":\"test-pool-wait\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"calico\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"minimal\"], \"cluster_url\":\"https://5114e066-aa93-4560-9be0-5ae445715a75.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.5114e066-aa93-4560-9be0-5ae445715a75.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"363e7214-8a98-40d0-9357-9e4026c21b76\", \"commitment_ends_at\":\"2025-10-30T16:49:01.607128Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"6c8f211e-8819-44e2-93ca-fda367c9ca2a\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" headers: Content-Length: - - "716" + - "1630" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:56:43 GMT + - Thu, 30 Oct 2025 16:54:29 GMT Server: - Scaleway API Gateway (fr-par-3;edge01) X-Request-Id: - - e998dd58-0934-4f52-8a15-d4b2671b3e6b + - f68bc5db-60b7-4165-891a-7e90af527846 status: 200 OK code: 200 - duration: 96.949347ms -- id: 242 + duration: 27.070406ms +- id: 122 request: proto: HTTP/1.1 proto_major: 1 @@ -8179,29 +4231,29 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/034a502a-1d52-470d-84bd-4a8edd935ba3 + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/5114e066-aa93-4560-9be0-5ae445715a75/kubeconfig method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 716 - body: "{\"region\":\"fr-par\", \"id\":\"034a502a-1d52-470d-84bd-4a8edd935ba3\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:49:07.243810Z\", \"updated_at\":\"2025-10-30T16:55:37.494697Z\", \"name\":\"test-pool-wait\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 1654 + body: "{\"name\":\"kubeconfig\", \"content_type\":\"application/octet-stream\", \"content\":\"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogInRlc3QtcG9vbC13YWl0IgogIGNsdXN0ZXI6CiAgICBjZXJ0aWZpY2F0ZS1hdXRob3JpdHktZGF0YTogTFMwdExTMUNSVWRKVGlCRFJWSlVTVVpKUTBGVVJTMHRMUzB0Q2sxSlNVSllSRU5EUVZGSFowRjNTVUpCWjBsQ1FVUkJTMEpuWjNGb2EycFBVRkZSUkVGcVFWWk5VazEzUlZGWlJGWlJVVVJGZDNCeVpGZEtiR050Tld3S1pFZFdlazFDTkZoRVZFa3hUVlJCZVU5VVJUSk9SR3QzVFZadldFUlVUVEZOVkVGNVQxUkZNazVFYTNkTlZtOTNSbFJGVkUxQ1JVZEJNVlZGUVhoTlN3cGhNMVpwV2xoS2RWcFlVbXhqZWtKYVRVSk5SMEo1Y1VkVFRUUTVRV2RGUjBORGNVZFRUVFE1UVhkRlNFRXdTVUZDVFhsNllqUkdTbVozWTFOM01tZEZDbEppVFRkVFZpOUpiM0ZXU21oWWVIbGxObHB1UkZOWlZ6WmxRbU4yV2tJM1RXVnVMMWxPYm5wM2F6QkpRazF2VDFkUFRXeHRlVGxJWVU5NE1XVkxaSFlLTUVRNE9XZDVZV3BSYWtKQlRVRTBSMEV4VldSRWQwVkNMM2RSUlVGM1NVTndSRUZRUW1kT1ZraFNUVUpCWmpoRlFsUkJSRUZSU0M5TlFqQkhRVEZWWkFwRVoxRlhRa0pTVTFsU1NtTm9UV1l3V0U5YWNtUkJhV1JMYkdOUWEyTklZeTlVUVV0Q1oyZHhhR3RxVDFCUlVVUkJaMDVLUVVSQ1IwRnBSVUY1Ym0xd0NqbFpkWG80VWpGVWFtNDBiV2RqYWpaV2QycFVTM2gzUm5KS1VrdFZTVVpIUTFwR2VsbEtWVU5KVVVSSWRERkNXalpHYUZrdlVUWlRabloxTVhCNmJEWUtNWG80VkhCMlNIQkxVa0pIY1RscmNVVlJOa3hPZHowOUNpMHRMUzB0UlU1RUlFTkZVbFJKUmtsRFFWUkZMUzB0TFMwSwogICAgc2VydmVyOiBodHRwczovLzUxMTRlMDY2LWFhOTMtNDU2MC05YmUwLTVhZTQ0NTcxNWE3NS5hcGkuazhzLmZyLXBhci5zY3cuY2xvdWQ6NjQ0Mwpjb250ZXh0czoKLSBuYW1lOiBhZG1pbkB0ZXN0LXBvb2wtd2FpdAogIGNvbnRleHQ6CiAgICBjbHVzdGVyOiAidGVzdC1wb29sLXdhaXQiCiAgICB1c2VyOiB0ZXN0LXBvb2wtd2FpdC1hZG1pbgpjdXJyZW50LWNvbnRleHQ6IGFkbWluQHRlc3QtcG9vbC13YWl0CmtpbmQ6IENvbmZpZwpwcmVmZXJlbmNlczoge30KdXNlcnM6Ci0gbmFtZTogdGVzdC1wb29sLXdhaXQtYWRtaW4KICB1c2VyOgogICAgdG9rZW46IGttQTQ5c2F6N1V4dVJSOHZ1UzIxMWpxN2NzVzNobFF1QzQ3QjRla3BobjE3UXBMcVRiVGJGelVO\"}" headers: Content-Length: - - "716" + - "1654" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:56:48 GMT + - Thu, 30 Oct 2025 16:54:29 GMT Server: - Scaleway API Gateway (fr-par-3;edge01) X-Request-Id: - - 5111eb2e-4d1e-4f90-9245-44e0e1976891 + - 9c9f2163-2ec7-4812-a332-50243f9b73d5 status: 200 OK code: 200 - duration: 82.947188ms -- id: 243 + duration: 99.252409ms +- id: 123 request: proto: HTTP/1.1 proto_major: 1 @@ -8211,29 +4263,29 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/034a502a-1d52-470d-84bd-4a8edd935ba3 + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/b0c262ac-e3c4-4a41-9b7c-fac43b180e81 method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 716 - body: "{\"region\":\"fr-par\", \"id\":\"034a502a-1d52-470d-84bd-4a8edd935ba3\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:49:07.243810Z\", \"updated_at\":\"2025-10-30T16:55:37.494697Z\", \"name\":\"test-pool-wait\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 715 + body: "{\"region\":\"fr-par\", \"id\":\"b0c262ac-e3c4-4a41-9b7c-fac43b180e81\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:52:22.689840Z\", \"updated_at\":\"2025-10-30T16:54:25.061752Z\", \"name\":\"test-pool-wait-2\", \"status\":\"ready\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" headers: Content-Length: - - "716" + - "715" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:56:53 GMT + - Thu, 30 Oct 2025 16:54:29 GMT Server: - Scaleway API Gateway (fr-par-3;edge01) X-Request-Id: - - bafe9413-4432-4bfe-8f01-6b1d54cf6cd0 + - f7d19069-fe73-42da-b8fa-ef69ac7fce4a status: 200 OK code: 200 - duration: 80.127785ms -- id: 244 + duration: 18.938664ms +- id: 124 request: proto: HTTP/1.1 proto_major: 1 @@ -8249,87 +4301,105 @@ interactions: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 716 - body: "{\"region\":\"fr-par\", \"id\":\"034a502a-1d52-470d-84bd-4a8edd935ba3\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:49:07.243810Z\", \"updated_at\":\"2025-10-30T16:55:37.494697Z\", \"name\":\"test-pool-wait\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 713 + body: "{\"region\":\"fr-par\", \"id\":\"034a502a-1d52-470d-84bd-4a8edd935ba3\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:49:07.243810Z\", \"updated_at\":\"2025-10-30T16:52:20.261969Z\", \"name\":\"test-pool-wait\", \"status\":\"ready\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" headers: Content-Length: - - "716" + - "713" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:56:58 GMT + - Thu, 30 Oct 2025 16:54:29 GMT Server: - Scaleway API Gateway (fr-par-3;edge01) X-Request-Id: - - 6b2eafbd-3652-425a-954a-b40647bc60ee + - 32db3bf6-27ad-4a62-910d-08ba6ef75a8c status: 200 OK code: 200 - duration: 80.894946ms -- id: 245 + duration: 23.264593ms +- id: 125 request: proto: HTTP/1.1 proto_major: 1 proto_minor: 1 content_length: 0 host: api.scaleway.com + form: + order_by: + - created_at_asc + page: + - "1" + pool_id: + - 034a502a-1d52-470d-84bd-4a8edd935ba3 + status: + - unknown headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/034a502a-1d52-470d-84bd-4a8edd935ba3 + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/5114e066-aa93-4560-9be0-5ae445715a75/nodes?order_by=created_at_asc&page=1&pool_id=034a502a-1d52-470d-84bd-4a8edd935ba3&status=unknown method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 716 - body: "{\"region\":\"fr-par\", \"id\":\"034a502a-1d52-470d-84bd-4a8edd935ba3\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:49:07.243810Z\", \"updated_at\":\"2025-10-30T16:55:37.494697Z\", \"name\":\"test-pool-wait\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 648 + body: "{\"total_count\":1, \"nodes\":[{\"region\":\"fr-par\", \"id\":\"3e073c76-a98f-4e6b-ad3c-7a6ca77e15fd\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:51:15.736647Z\", \"updated_at\":\"2025-10-30T16:54:24.994372Z\", \"pool_id\":\"034a502a-1d52-470d-84bd-4a8edd935ba3\", \"status\":\"ready\", \"conditions\":{\"DiskPressure\":\"False\", \"MemoryPressure\":\"False\", \"NetworkUnavailable\":\"False\", \"PIDPressure\":\"False\", \"Ready\":\"True\"}, \"name\":\"scw-test-pool-wait-test-pool-wait-3e073c76a98f\", \"public_ip_v4\":\"51.158.97.50\", \"public_ip_v6\":null, \"provider_id\":\"scaleway://instance/fr-par-1/6ba8f808-ce5f-4e0a-b30e-a83f7f79f945\", \"error_message\":\"\"}]}" headers: Content-Length: - - "716" + - "648" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:57:04 GMT + - Thu, 30 Oct 2025 16:54:29 GMT Server: - Scaleway API Gateway (fr-par-3;edge01) X-Request-Id: - - c618b35c-f139-472b-b085-722e542813ec + - 42d02c0a-dc22-4feb-b7a8-d362becfd958 status: 200 OK code: 200 - duration: 79.75147ms -- id: 246 + duration: 22.39432ms +- id: 126 request: proto: HTTP/1.1 proto_major: 1 proto_minor: 1 content_length: 0 host: api.scaleway.com + form: + order_by: + - created_at_asc + page: + - "1" + pool_id: + - b0c262ac-e3c4-4a41-9b7c-fac43b180e81 + status: + - unknown headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/034a502a-1d52-470d-84bd-4a8edd935ba3 + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/5114e066-aa93-4560-9be0-5ae445715a75/nodes?order_by=created_at_asc&page=1&pool_id=b0c262ac-e3c4-4a41-9b7c-fac43b180e81&status=unknown method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 716 - body: "{\"region\":\"fr-par\", \"id\":\"034a502a-1d52-470d-84bd-4a8edd935ba3\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:49:07.243810Z\", \"updated_at\":\"2025-10-30T16:55:37.494697Z\", \"name\":\"test-pool-wait\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 1243 + body: "{\"total_count\":2, \"nodes\":[{\"region\":\"fr-par\", \"id\":\"803259ac-2333-4048-8fec-ae14c9eff6df\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:52:23.157062Z\", \"updated_at\":\"2025-10-30T16:54:25.015233Z\", \"pool_id\":\"b0c262ac-e3c4-4a41-9b7c-fac43b180e81\", \"status\":\"ready\", \"conditions\":{\"DiskPressure\":\"False\", \"MemoryPressure\":\"False\", \"NetworkUnavailable\":\"False\", \"PIDPressure\":\"False\", \"Ready\":\"True\"}, \"name\":\"scw-test-pool-wait-test-pool-wait-2-803259ac23\", \"public_ip_v4\":\"51.158.65.45\", \"public_ip_v6\":null, \"provider_id\":\"scaleway://instance/fr-par-1/f94c2846-a5e6-44e2-823b-e4da6094250f\", \"error_message\":\"\"}, {\"region\":\"fr-par\", \"id\":\"0e5eed3b-53a4-46b8-9d82-8868a450287f\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:53:15.555152Z\", \"updated_at\":\"2025-10-30T16:54:24.729826Z\", \"pool_id\":\"b0c262ac-e3c4-4a41-9b7c-fac43b180e81\", \"status\":\"deleting\", \"conditions\":{\"DiskPressure\":\"False\", \"MemoryPressure\":\"False\", \"PIDPressure\":\"False\", \"Ready\":\"True\"}, \"name\":\"scw-test-pool-wait-test-pool-wait-2-0e5eed3b53\", \"public_ip_v4\":\"51.158.76.222\", \"public_ip_v6\":null, \"provider_id\":\"scaleway://instance/fr-par-1/4af5920e-5aa3-4430-89d0-50a5680db098\", \"error_message\":\"\"}]}" headers: Content-Length: - - "716" + - "1243" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:57:09 GMT + - Thu, 30 Oct 2025 16:54:29 GMT Server: - Scaleway API Gateway (fr-par-3;edge01) X-Request-Id: - - 19d976ec-8b45-49f5-98b8-e13c79603072 + - fa3c4a6a-c517-44e4-b66a-38db853bd48d status: 200 OK code: 200 - duration: 98.348282ms -- id: 247 + duration: 32.602058ms +- id: 127 request: proto: HTTP/1.1 proto_major: 1 @@ -8339,29 +4409,29 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/034a502a-1d52-470d-84bd-4a8edd935ba3 + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/5114e066-aa93-4560-9be0-5ae445715a75 method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 716 - body: "{\"region\":\"fr-par\", \"id\":\"034a502a-1d52-470d-84bd-4a8edd935ba3\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:49:07.243810Z\", \"updated_at\":\"2025-10-30T16:55:37.494697Z\", \"name\":\"test-pool-wait\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 1630 + body: "{\"region\":\"fr-par\", \"id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:49:01.607119Z\", \"updated_at\":\"2025-10-30T16:50:36.155897Z\", \"type\":\"kapsule\", \"name\":\"test-pool-wait\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"calico\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"minimal\"], \"cluster_url\":\"https://5114e066-aa93-4560-9be0-5ae445715a75.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.5114e066-aa93-4560-9be0-5ae445715a75.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"363e7214-8a98-40d0-9357-9e4026c21b76\", \"commitment_ends_at\":\"2025-10-30T16:49:01.607128Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"6c8f211e-8819-44e2-93ca-fda367c9ca2a\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" headers: Content-Length: - - "716" + - "1630" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:57:14 GMT + - Thu, 30 Oct 2025 16:54:29 GMT Server: - Scaleway API Gateway (fr-par-3;edge01) X-Request-Id: - - e6a2326c-a3cc-43e5-8337-973723ed9990 + - e43a6778-4477-4e97-a9b1-25b6ffabdf27 status: 200 OK code: 200 - duration: 108.187699ms -- id: 248 + duration: 23.208559ms +- id: 128 request: proto: HTTP/1.1 proto_major: 1 @@ -8371,125 +4441,152 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/034a502a-1d52-470d-84bd-4a8edd935ba3 + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/5114e066-aa93-4560-9be0-5ae445715a75 method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 716 - body: "{\"region\":\"fr-par\", \"id\":\"034a502a-1d52-470d-84bd-4a8edd935ba3\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:49:07.243810Z\", \"updated_at\":\"2025-10-30T16:55:37.494697Z\", \"name\":\"test-pool-wait\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 1630 + body: "{\"region\":\"fr-par\", \"id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:49:01.607119Z\", \"updated_at\":\"2025-10-30T16:50:36.155897Z\", \"type\":\"kapsule\", \"name\":\"test-pool-wait\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"calico\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"minimal\"], \"cluster_url\":\"https://5114e066-aa93-4560-9be0-5ae445715a75.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.5114e066-aa93-4560-9be0-5ae445715a75.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"363e7214-8a98-40d0-9357-9e4026c21b76\", \"commitment_ends_at\":\"2025-10-30T16:49:01.607128Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"6c8f211e-8819-44e2-93ca-fda367c9ca2a\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" headers: Content-Length: - - "716" + - "1630" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:57:19 GMT + - Thu, 30 Oct 2025 16:54:29 GMT Server: - Scaleway API Gateway (fr-par-3;edge01) X-Request-Id: - - f0aa62a3-80c6-4821-bb99-7eae5d68c876 + - e681d7ec-ff19-47e3-ab19-f819d0de3f14 status: 200 OK code: 200 - duration: 86.222354ms -- id: 249 + duration: 30.393133ms +- id: 129 request: proto: HTTP/1.1 proto_major: 1 proto_minor: 1 content_length: 0 host: api.scaleway.com + form: + order_by: + - created_at_desc + project_id: + - 105bdce1-64c0-48ab-899d-868455867ecf + resource_name: + - scw-test-pool-wait-test-pool-wait-3e073c76a98f + resource_type: + - unknown_type headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/034a502a-1d52-470d-84bd-4a8edd935ba3 + url: https://api.scaleway.com/ipam/v1/regions/fr-par/ips?order_by=created_at_desc&project_id=105bdce1-64c0-48ab-899d-868455867ecf&resource_name=scw-test-pool-wait-test-pool-wait-3e073c76a98f&resource_type=unknown_type method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 716 - body: "{\"region\":\"fr-par\", \"id\":\"034a502a-1d52-470d-84bd-4a8edd935ba3\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:49:07.243810Z\", \"updated_at\":\"2025-10-30T16:55:37.494697Z\", \"name\":\"test-pool-wait\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 1122 + body: "{\"total_count\":2, \"ips\":[{\"id\":\"54c6f7a2-4ca0-43bb-bc9a-b4a3905c0487\", \"address\":\"fd5f:519c:6d46:90dd:c183:ab7b:59b9:fc92/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":true, \"created_at\":\"2025-10-30T16:51:19.698188Z\", \"updated_at\":\"2025-10-30T16:51:19.698188Z\", \"source\":{\"subnet_id\":\"7493d1b7-5773-41c2-be8c-52e4ec098fc3\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"45715cb9-7532-4c78-93a4-2fef3fa3b71a\", \"mac_address\":\"02:00:00:1D:E4:BA\", \"name\":\"scw-test-pool-wait-test-pool-wait-3e073c76a98f\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}, {\"id\":\"ddc7378f-48eb-4ae3-af3e-4d5ee60054c4\", \"address\":\"172.18.20.3/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":false, \"created_at\":\"2025-10-30T16:51:19.565119Z\", \"updated_at\":\"2025-10-30T16:51:19.565119Z\", \"source\":{\"subnet_id\":\"da10d014-609b-48cc-9b9a-437dc31f4497\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"45715cb9-7532-4c78-93a4-2fef3fa3b71a\", \"mac_address\":\"02:00:00:1D:E4:BA\", \"name\":\"scw-test-pool-wait-test-pool-wait-3e073c76a98f\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}]}" headers: Content-Length: - - "716" + - "1122" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:57:24 GMT + - Thu, 30 Oct 2025 16:54:29 GMT Server: - Scaleway API Gateway (fr-par-3;edge01) X-Request-Id: - - 247d11d4-914f-4b3f-8b0f-7b437f0cecd3 + - 85a6087c-8bb3-4321-8d83-33f3e5ad9e74 status: 200 OK code: 200 - duration: 97.955786ms -- id: 250 + duration: 29.693239ms +- id: 130 request: proto: HTTP/1.1 proto_major: 1 proto_minor: 1 content_length: 0 host: api.scaleway.com + form: + order_by: + - created_at_desc + project_id: + - 105bdce1-64c0-48ab-899d-868455867ecf + resource_name: + - scw-test-pool-wait-test-pool-wait-2-803259ac23 + resource_type: + - unknown_type headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/034a502a-1d52-470d-84bd-4a8edd935ba3 + url: https://api.scaleway.com/ipam/v1/regions/fr-par/ips?order_by=created_at_desc&project_id=105bdce1-64c0-48ab-899d-868455867ecf&resource_name=scw-test-pool-wait-test-pool-wait-2-803259ac23&resource_type=unknown_type method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 716 - body: "{\"region\":\"fr-par\", \"id\":\"034a502a-1d52-470d-84bd-4a8edd935ba3\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:49:07.243810Z\", \"updated_at\":\"2025-10-30T16:55:37.494697Z\", \"name\":\"test-pool-wait\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 1122 + body: "{\"total_count\":2, \"ips\":[{\"id\":\"35d11f02-76e3-4fe4-a39b-c2df537169d7\", \"address\":\"fd5f:519c:6d46:90dd:ab00:4e62:584d:4783/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":true, \"created_at\":\"2025-10-30T16:52:26.776899Z\", \"updated_at\":\"2025-10-30T16:52:26.776899Z\", \"source\":{\"subnet_id\":\"7493d1b7-5773-41c2-be8c-52e4ec098fc3\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"6f4c43ec-ff56-4721-ab5d-fdf2a12b8f2e\", \"mac_address\":\"02:00:00:12:65:C5\", \"name\":\"scw-test-pool-wait-test-pool-wait-2-803259ac23\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}, {\"id\":\"878dc0d8-d3e7-4ab9-b890-f5352063637c\", \"address\":\"172.18.20.4/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":false, \"created_at\":\"2025-10-30T16:52:26.654069Z\", \"updated_at\":\"2025-10-30T16:52:26.654069Z\", \"source\":{\"subnet_id\":\"da10d014-609b-48cc-9b9a-437dc31f4497\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"6f4c43ec-ff56-4721-ab5d-fdf2a12b8f2e\", \"mac_address\":\"02:00:00:12:65:C5\", \"name\":\"scw-test-pool-wait-test-pool-wait-2-803259ac23\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}]}" headers: Content-Length: - - "716" + - "1122" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:57:29 GMT + - Thu, 30 Oct 2025 16:54:29 GMT Server: - Scaleway API Gateway (fr-par-3;edge01) X-Request-Id: - - 575c2624-6a6f-4c0b-981b-882593a8304f + - 1836cb09-21e7-4272-9b24-1a2d044cf203 status: 200 OK code: 200 - duration: 88.782449ms -- id: 251 + duration: 34.630386ms +- id: 131 request: proto: HTTP/1.1 proto_major: 1 proto_minor: 1 content_length: 0 host: api.scaleway.com + form: + order_by: + - created_at_desc + project_id: + - 105bdce1-64c0-48ab-899d-868455867ecf + resource_name: + - scw-test-pool-wait-test-pool-wait-2-0e5eed3b53 + resource_type: + - unknown_type headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/034a502a-1d52-470d-84bd-4a8edd935ba3 + url: https://api.scaleway.com/ipam/v1/regions/fr-par/ips?order_by=created_at_desc&project_id=105bdce1-64c0-48ab-899d-868455867ecf&resource_name=scw-test-pool-wait-test-pool-wait-2-0e5eed3b53&resource_type=unknown_type method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 716 - body: "{\"region\":\"fr-par\", \"id\":\"034a502a-1d52-470d-84bd-4a8edd935ba3\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:49:07.243810Z\", \"updated_at\":\"2025-10-30T16:55:37.494697Z\", \"name\":\"test-pool-wait\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 1122 + body: "{\"total_count\":2, \"ips\":[{\"id\":\"7e596df6-23ea-4a18-b40b-b04b6889b127\", \"address\":\"fd5f:519c:6d46:90dd:3968:9265:e922:7e76/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":true, \"created_at\":\"2025-10-30T16:53:19.349027Z\", \"updated_at\":\"2025-10-30T16:53:19.349027Z\", \"source\":{\"subnet_id\":\"7493d1b7-5773-41c2-be8c-52e4ec098fc3\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"a3a5b239-815d-4735-b92e-16372f9e8741\", \"mac_address\":\"02:00:00:12:2E:F6\", \"name\":\"scw-test-pool-wait-test-pool-wait-2-0e5eed3b53\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}, {\"id\":\"41cfcea9-5c9f-48bf-af2e-a1fe51acece8\", \"address\":\"172.18.20.5/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":false, \"created_at\":\"2025-10-30T16:53:19.175416Z\", \"updated_at\":\"2025-10-30T16:53:19.175416Z\", \"source\":{\"subnet_id\":\"da10d014-609b-48cc-9b9a-437dc31f4497\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"a3a5b239-815d-4735-b92e-16372f9e8741\", \"mac_address\":\"02:00:00:12:2E:F6\", \"name\":\"scw-test-pool-wait-test-pool-wait-2-0e5eed3b53\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}]}" headers: Content-Length: - - "716" + - "1122" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:57:34 GMT + - Thu, 30 Oct 2025 16:54:29 GMT Server: - Scaleway API Gateway (fr-par-3;edge01) X-Request-Id: - - 61fab9e7-bbd2-415f-929b-a21408a1d29e + - ff914719-a506-4c06-a2c9-2a9f60588692 status: 200 OK code: 200 - duration: 79.455484ms -- id: 252 + duration: 30.270462ms +- id: 132 request: proto: HTTP/1.1 proto_major: 1 @@ -8499,29 +4596,29 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/034a502a-1d52-470d-84bd-4a8edd935ba3 + url: https://api.scaleway.com/vpc/v2/regions/fr-par/vpcs/1a7a1e1e-2b33-478e-8f1a-faa0303a1c43 method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 716 - body: "{\"region\":\"fr-par\", \"id\":\"034a502a-1d52-470d-84bd-4a8edd935ba3\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:49:07.243810Z\", \"updated_at\":\"2025-10-30T16:55:37.494697Z\", \"name\":\"test-pool-wait\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 419 + body: "{\"id\":\"1a7a1e1e-2b33-478e-8f1a-faa0303a1c43\", \"name\":\"tf-vpc-confident-bose\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:49:00.136298Z\", \"updated_at\":\"2025-10-30T16:49:00.136298Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_default\":false, \"private_network_count\":1, \"routing_enabled\":true, \"custom_routes_propagation_enabled\":true, \"region\":\"fr-par\"}" headers: Content-Length: - - "716" + - "419" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:57:39 GMT + - Thu, 30 Oct 2025 16:54:29 GMT Server: - Scaleway API Gateway (fr-par-3;edge01) X-Request-Id: - - 0111ba74-ccff-46db-8d9a-1541a16068d2 + - fa9e3f8b-0d64-414f-95db-2dc93e54de41 status: 200 OK code: 200 - duration: 79.625222ms -- id: 253 + duration: 28.651153ms +- id: 133 request: proto: HTTP/1.1 proto_major: 1 @@ -8531,29 +4628,29 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/034a502a-1d52-470d-84bd-4a8edd935ba3 + url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks/363e7214-8a98-40d0-9357-9e4026c21b76 method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 716 - body: "{\"region\":\"fr-par\", \"id\":\"034a502a-1d52-470d-84bd-4a8edd935ba3\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:49:07.243810Z\", \"updated_at\":\"2025-10-30T16:55:37.494697Z\", \"name\":\"test-pool-wait\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 1084 + body: "{\"id\":\"363e7214-8a98-40d0-9357-9e4026c21b76\", \"name\":\"test-pool-wait\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:49:00.384609Z\", \"updated_at\":\"2025-10-30T16:49:00.384609Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"subnets\":[{\"id\":\"da10d014-609b-48cc-9b9a-437dc31f4497\", \"created_at\":\"2025-10-30T16:49:00.384609Z\", \"updated_at\":\"2025-10-30T16:49:00.384609Z\", \"subnet\":\"172.18.20.0/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"363e7214-8a98-40d0-9357-9e4026c21b76\", \"vpc_id\":\"1a7a1e1e-2b33-478e-8f1a-faa0303a1c43\"}, {\"id\":\"7493d1b7-5773-41c2-be8c-52e4ec098fc3\", \"created_at\":\"2025-10-30T16:49:00.384609Z\", \"updated_at\":\"2025-10-30T16:49:00.384609Z\", \"subnet\":\"fd5f:519c:6d46:90dd::/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"363e7214-8a98-40d0-9357-9e4026c21b76\", \"vpc_id\":\"1a7a1e1e-2b33-478e-8f1a-faa0303a1c43\"}], \"vpc_id\":\"1a7a1e1e-2b33-478e-8f1a-faa0303a1c43\", \"dhcp_enabled\":true, \"default_route_propagation_enabled\":false, \"region\":\"fr-par\"}" headers: Content-Length: - - "716" + - "1084" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:57:44 GMT + - Thu, 30 Oct 2025 16:54:29 GMT Server: - Scaleway API Gateway (fr-par-3;edge01) X-Request-Id: - - 2529fd92-6862-4ed6-bcd1-976e35d31444 + - 70605d89-3232-48e5-b64d-8318c504b090 status: 200 OK code: 200 - duration: 98.845174ms -- id: 254 + duration: 22.426861ms +- id: 134 request: proto: HTTP/1.1 proto_major: 1 @@ -8563,29 +4660,29 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/034a502a-1d52-470d-84bd-4a8edd935ba3 + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/5114e066-aa93-4560-9be0-5ae445715a75 method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 716 - body: "{\"region\":\"fr-par\", \"id\":\"034a502a-1d52-470d-84bd-4a8edd935ba3\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:49:07.243810Z\", \"updated_at\":\"2025-10-30T16:55:37.494697Z\", \"name\":\"test-pool-wait\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 1630 + body: "{\"region\":\"fr-par\", \"id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:49:01.607119Z\", \"updated_at\":\"2025-10-30T16:50:36.155897Z\", \"type\":\"kapsule\", \"name\":\"test-pool-wait\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"calico\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"minimal\"], \"cluster_url\":\"https://5114e066-aa93-4560-9be0-5ae445715a75.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.5114e066-aa93-4560-9be0-5ae445715a75.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"363e7214-8a98-40d0-9357-9e4026c21b76\", \"commitment_ends_at\":\"2025-10-30T16:49:01.607128Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"6c8f211e-8819-44e2-93ca-fda367c9ca2a\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" headers: Content-Length: - - "716" + - "1630" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:57:49 GMT + - Thu, 30 Oct 2025 16:54:29 GMT Server: - Scaleway API Gateway (fr-par-3;edge01) X-Request-Id: - - a6992d33-4b61-4b19-a083-8bfda7c76bf7 + - 2c792be7-5412-48cc-97d2-151843afef39 status: 200 OK code: 200 - duration: 82.789982ms -- id: 255 + duration: 36.672037ms +- id: 135 request: proto: HTTP/1.1 proto_major: 1 @@ -8595,61 +4692,70 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/034a502a-1d52-470d-84bd-4a8edd935ba3 + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/b0c262ac-e3c4-4a41-9b7c-fac43b180e81 method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 716 - body: "{\"region\":\"fr-par\", \"id\":\"034a502a-1d52-470d-84bd-4a8edd935ba3\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:49:07.243810Z\", \"updated_at\":\"2025-10-30T16:55:37.494697Z\", \"name\":\"test-pool-wait\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 715 + body: "{\"region\":\"fr-par\", \"id\":\"b0c262ac-e3c4-4a41-9b7c-fac43b180e81\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:52:22.689840Z\", \"updated_at\":\"2025-10-30T16:54:25.061752Z\", \"name\":\"test-pool-wait-2\", \"status\":\"ready\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" headers: Content-Length: - - "716" + - "715" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:57:54 GMT + - Thu, 30 Oct 2025 16:54:29 GMT Server: - Scaleway API Gateway (fr-par-3;edge01) X-Request-Id: - - bdf423b2-6d19-4795-86b1-13159a1f40bc + - 9b559406-9069-4ae9-8d2a-1891ecdf7f78 status: 200 OK code: 200 - duration: 80.362295ms -- id: 256 + duration: 100.172025ms +- id: 136 request: proto: HTTP/1.1 proto_major: 1 proto_minor: 1 content_length: 0 host: api.scaleway.com + form: + order_by: + - created_at_asc + page: + - "1" + pool_id: + - b0c262ac-e3c4-4a41-9b7c-fac43b180e81 + status: + - unknown headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/034a502a-1d52-470d-84bd-4a8edd935ba3 + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/5114e066-aa93-4560-9be0-5ae445715a75/nodes?order_by=created_at_asc&page=1&pool_id=b0c262ac-e3c4-4a41-9b7c-fac43b180e81&status=unknown method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 716 - body: "{\"region\":\"fr-par\", \"id\":\"034a502a-1d52-470d-84bd-4a8edd935ba3\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:49:07.243810Z\", \"updated_at\":\"2025-10-30T16:55:37.494697Z\", \"name\":\"test-pool-wait\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 1243 + body: "{\"total_count\":2, \"nodes\":[{\"region\":\"fr-par\", \"id\":\"803259ac-2333-4048-8fec-ae14c9eff6df\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:52:23.157062Z\", \"updated_at\":\"2025-10-30T16:54:25.015233Z\", \"pool_id\":\"b0c262ac-e3c4-4a41-9b7c-fac43b180e81\", \"status\":\"ready\", \"conditions\":{\"DiskPressure\":\"False\", \"MemoryPressure\":\"False\", \"NetworkUnavailable\":\"False\", \"PIDPressure\":\"False\", \"Ready\":\"True\"}, \"name\":\"scw-test-pool-wait-test-pool-wait-2-803259ac23\", \"public_ip_v4\":\"51.158.65.45\", \"public_ip_v6\":null, \"provider_id\":\"scaleway://instance/fr-par-1/f94c2846-a5e6-44e2-823b-e4da6094250f\", \"error_message\":\"\"}, {\"region\":\"fr-par\", \"id\":\"0e5eed3b-53a4-46b8-9d82-8868a450287f\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:53:15.555152Z\", \"updated_at\":\"2025-10-30T16:54:24.729826Z\", \"pool_id\":\"b0c262ac-e3c4-4a41-9b7c-fac43b180e81\", \"status\":\"deleting\", \"conditions\":{\"DiskPressure\":\"False\", \"MemoryPressure\":\"False\", \"PIDPressure\":\"False\", \"Ready\":\"True\"}, \"name\":\"scw-test-pool-wait-test-pool-wait-2-0e5eed3b53\", \"public_ip_v4\":\"51.158.76.222\", \"public_ip_v6\":null, \"provider_id\":\"scaleway://instance/fr-par-1/4af5920e-5aa3-4430-89d0-50a5680db098\", \"error_message\":\"\"}]}" headers: Content-Length: - - "716" + - "1243" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:58:00 GMT + - Thu, 30 Oct 2025 16:54:29 GMT Server: - Scaleway API Gateway (fr-par-3;edge01) X-Request-Id: - - 963458f9-6569-481c-a97a-45231cd2565b + - 1128ca4d-2738-48ab-896f-35b729c43a5c status: 200 OK code: 200 - duration: 98.506329ms -- id: 257 + duration: 27.337037ms +- id: 137 request: proto: HTTP/1.1 proto_major: 1 @@ -8659,29 +4765,29 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/034a502a-1d52-470d-84bd-4a8edd935ba3 + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/5114e066-aa93-4560-9be0-5ae445715a75/kubeconfig method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 716 - body: "{\"region\":\"fr-par\", \"id\":\"034a502a-1d52-470d-84bd-4a8edd935ba3\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:49:07.243810Z\", \"updated_at\":\"2025-10-30T16:55:37.494697Z\", \"name\":\"test-pool-wait\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 1654 + body: "{\"name\":\"kubeconfig\", \"content_type\":\"application/octet-stream\", \"content\":\"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogInRlc3QtcG9vbC13YWl0IgogIGNsdXN0ZXI6CiAgICBjZXJ0aWZpY2F0ZS1hdXRob3JpdHktZGF0YTogTFMwdExTMUNSVWRKVGlCRFJWSlVTVVpKUTBGVVJTMHRMUzB0Q2sxSlNVSllSRU5EUVZGSFowRjNTVUpCWjBsQ1FVUkJTMEpuWjNGb2EycFBVRkZSUkVGcVFWWk5VazEzUlZGWlJGWlJVVVJGZDNCeVpGZEtiR050Tld3S1pFZFdlazFDTkZoRVZFa3hUVlJCZVU5VVJUSk9SR3QzVFZadldFUlVUVEZOVkVGNVQxUkZNazVFYTNkTlZtOTNSbFJGVkUxQ1JVZEJNVlZGUVhoTlN3cGhNMVpwV2xoS2RWcFlVbXhqZWtKYVRVSk5SMEo1Y1VkVFRUUTVRV2RGUjBORGNVZFRUVFE1UVhkRlNFRXdTVUZDVFhsNllqUkdTbVozWTFOM01tZEZDbEppVFRkVFZpOUpiM0ZXU21oWWVIbGxObHB1UkZOWlZ6WmxRbU4yV2tJM1RXVnVMMWxPYm5wM2F6QkpRazF2VDFkUFRXeHRlVGxJWVU5NE1XVkxaSFlLTUVRNE9XZDVZV3BSYWtKQlRVRTBSMEV4VldSRWQwVkNMM2RSUlVGM1NVTndSRUZRUW1kT1ZraFNUVUpCWmpoRlFsUkJSRUZSU0M5TlFqQkhRVEZWWkFwRVoxRlhRa0pTVTFsU1NtTm9UV1l3V0U5YWNtUkJhV1JMYkdOUWEyTklZeTlVUVV0Q1oyZHhhR3RxVDFCUlVVUkJaMDVLUVVSQ1IwRnBSVUY1Ym0xd0NqbFpkWG80VWpGVWFtNDBiV2RqYWpaV2QycFVTM2gzUm5KS1VrdFZTVVpIUTFwR2VsbEtWVU5KVVVSSWRERkNXalpHYUZrdlVUWlRabloxTVhCNmJEWUtNWG80VkhCMlNIQkxVa0pIY1RscmNVVlJOa3hPZHowOUNpMHRMUzB0UlU1RUlFTkZVbFJKUmtsRFFWUkZMUzB0TFMwSwogICAgc2VydmVyOiBodHRwczovLzUxMTRlMDY2LWFhOTMtNDU2MC05YmUwLTVhZTQ0NTcxNWE3NS5hcGkuazhzLmZyLXBhci5zY3cuY2xvdWQ6NjQ0Mwpjb250ZXh0czoKLSBuYW1lOiBhZG1pbkB0ZXN0LXBvb2wtd2FpdAogIGNvbnRleHQ6CiAgICBjbHVzdGVyOiAidGVzdC1wb29sLXdhaXQiCiAgICB1c2VyOiB0ZXN0LXBvb2wtd2FpdC1hZG1pbgpjdXJyZW50LWNvbnRleHQ6IGFkbWluQHRlc3QtcG9vbC13YWl0CmtpbmQ6IENvbmZpZwpwcmVmZXJlbmNlczoge30KdXNlcnM6Ci0gbmFtZTogdGVzdC1wb29sLXdhaXQtYWRtaW4KICB1c2VyOgogICAgdG9rZW46IGttQTQ5c2F6N1V4dVJSOHZ1UzIxMWpxN2NzVzNobFF1QzQ3QjRla3BobjE3UXBMcVRiVGJGelVO\"}" headers: Content-Length: - - "716" + - "1654" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:58:05 GMT + - Thu, 30 Oct 2025 16:54:29 GMT Server: - Scaleway API Gateway (fr-par-3;edge01) X-Request-Id: - - 2d0047ac-1225-4002-b82e-23a87d28655c + - 5a804e1b-958d-4d0d-91c6-6660f32204e9 status: 200 OK code: 200 - duration: 99.096306ms -- id: 258 + duration: 44.204284ms +- id: 138 request: proto: HTTP/1.1 proto_major: 1 @@ -8691,29 +4797,29 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/034a502a-1d52-470d-84bd-4a8edd935ba3 + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/5114e066-aa93-4560-9be0-5ae445715a75 method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 716 - body: "{\"region\":\"fr-par\", \"id\":\"034a502a-1d52-470d-84bd-4a8edd935ba3\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:49:07.243810Z\", \"updated_at\":\"2025-10-30T16:55:37.494697Z\", \"name\":\"test-pool-wait\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 1630 + body: "{\"region\":\"fr-par\", \"id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:49:01.607119Z\", \"updated_at\":\"2025-10-30T16:50:36.155897Z\", \"type\":\"kapsule\", \"name\":\"test-pool-wait\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"calico\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"minimal\"], \"cluster_url\":\"https://5114e066-aa93-4560-9be0-5ae445715a75.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.5114e066-aa93-4560-9be0-5ae445715a75.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"363e7214-8a98-40d0-9357-9e4026c21b76\", \"commitment_ends_at\":\"2025-10-30T16:49:01.607128Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"6c8f211e-8819-44e2-93ca-fda367c9ca2a\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" headers: Content-Length: - - "716" + - "1630" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:58:10 GMT + - Thu, 30 Oct 2025 16:54:29 GMT Server: - Scaleway API Gateway (fr-par-3;edge01) X-Request-Id: - - cdfd137d-e0e8-49d5-963f-4a49bf579615 + - 2c640dca-0440-4849-bdbd-2631b3efeb39 status: 200 OK code: 200 - duration: 91.427613ms -- id: 259 + duration: 21.772743ms +- id: 139 request: proto: HTTP/1.1 proto_major: 1 @@ -8729,119 +4835,146 @@ interactions: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 716 - body: "{\"region\":\"fr-par\", \"id\":\"034a502a-1d52-470d-84bd-4a8edd935ba3\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:49:07.243810Z\", \"updated_at\":\"2025-10-30T16:55:37.494697Z\", \"name\":\"test-pool-wait\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 713 + body: "{\"region\":\"fr-par\", \"id\":\"034a502a-1d52-470d-84bd-4a8edd935ba3\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:49:07.243810Z\", \"updated_at\":\"2025-10-30T16:52:20.261969Z\", \"name\":\"test-pool-wait\", \"status\":\"ready\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" headers: Content-Length: - - "716" + - "713" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:58:15 GMT + - Thu, 30 Oct 2025 16:54:29 GMT Server: - Scaleway API Gateway (fr-par-3;edge01) X-Request-Id: - - 1546af48-f0d1-4358-96d5-655c60811c84 + - 6fe672b0-1632-4ad0-bfaf-d5510d6959d9 status: 200 OK code: 200 - duration: 82.721283ms -- id: 260 + duration: 28.666662ms +- id: 140 request: proto: HTTP/1.1 proto_major: 1 proto_minor: 1 content_length: 0 host: api.scaleway.com + form: + order_by: + - created_at_desc + project_id: + - 105bdce1-64c0-48ab-899d-868455867ecf + resource_name: + - scw-test-pool-wait-test-pool-wait-2-803259ac23 + resource_type: + - unknown_type headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/034a502a-1d52-470d-84bd-4a8edd935ba3 + url: https://api.scaleway.com/ipam/v1/regions/fr-par/ips?order_by=created_at_desc&project_id=105bdce1-64c0-48ab-899d-868455867ecf&resource_name=scw-test-pool-wait-test-pool-wait-2-803259ac23&resource_type=unknown_type method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 716 - body: "{\"region\":\"fr-par\", \"id\":\"034a502a-1d52-470d-84bd-4a8edd935ba3\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:49:07.243810Z\", \"updated_at\":\"2025-10-30T16:55:37.494697Z\", \"name\":\"test-pool-wait\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 1122 + body: "{\"total_count\":2, \"ips\":[{\"id\":\"35d11f02-76e3-4fe4-a39b-c2df537169d7\", \"address\":\"fd5f:519c:6d46:90dd:ab00:4e62:584d:4783/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":true, \"created_at\":\"2025-10-30T16:52:26.776899Z\", \"updated_at\":\"2025-10-30T16:52:26.776899Z\", \"source\":{\"subnet_id\":\"7493d1b7-5773-41c2-be8c-52e4ec098fc3\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"6f4c43ec-ff56-4721-ab5d-fdf2a12b8f2e\", \"mac_address\":\"02:00:00:12:65:C5\", \"name\":\"scw-test-pool-wait-test-pool-wait-2-803259ac23\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}, {\"id\":\"878dc0d8-d3e7-4ab9-b890-f5352063637c\", \"address\":\"172.18.20.4/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":false, \"created_at\":\"2025-10-30T16:52:26.654069Z\", \"updated_at\":\"2025-10-30T16:52:26.654069Z\", \"source\":{\"subnet_id\":\"da10d014-609b-48cc-9b9a-437dc31f4497\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"6f4c43ec-ff56-4721-ab5d-fdf2a12b8f2e\", \"mac_address\":\"02:00:00:12:65:C5\", \"name\":\"scw-test-pool-wait-test-pool-wait-2-803259ac23\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}]}" headers: Content-Length: - - "716" + - "1122" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:58:20 GMT + - Thu, 30 Oct 2025 16:54:30 GMT Server: - Scaleway API Gateway (fr-par-3;edge01) X-Request-Id: - - a5677bda-18b8-4d37-bff0-8620042ef8b9 + - d721dbbc-f92e-4d57-9877-fe5660b769dd status: 200 OK code: 200 - duration: 99.990685ms -- id: 261 + duration: 37.103236ms +- id: 141 request: proto: HTTP/1.1 proto_major: 1 proto_minor: 1 content_length: 0 host: api.scaleway.com + form: + order_by: + - created_at_desc + project_id: + - 105bdce1-64c0-48ab-899d-868455867ecf + resource_name: + - scw-test-pool-wait-test-pool-wait-2-0e5eed3b53 + resource_type: + - unknown_type headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/034a502a-1d52-470d-84bd-4a8edd935ba3 + url: https://api.scaleway.com/ipam/v1/regions/fr-par/ips?order_by=created_at_desc&project_id=105bdce1-64c0-48ab-899d-868455867ecf&resource_name=scw-test-pool-wait-test-pool-wait-2-0e5eed3b53&resource_type=unknown_type method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 716 - body: "{\"region\":\"fr-par\", \"id\":\"034a502a-1d52-470d-84bd-4a8edd935ba3\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:49:07.243810Z\", \"updated_at\":\"2025-10-30T16:55:37.494697Z\", \"name\":\"test-pool-wait\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 1122 + body: "{\"total_count\":2, \"ips\":[{\"id\":\"7e596df6-23ea-4a18-b40b-b04b6889b127\", \"address\":\"fd5f:519c:6d46:90dd:3968:9265:e922:7e76/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":true, \"created_at\":\"2025-10-30T16:53:19.349027Z\", \"updated_at\":\"2025-10-30T16:53:19.349027Z\", \"source\":{\"subnet_id\":\"7493d1b7-5773-41c2-be8c-52e4ec098fc3\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"a3a5b239-815d-4735-b92e-16372f9e8741\", \"mac_address\":\"02:00:00:12:2E:F6\", \"name\":\"scw-test-pool-wait-test-pool-wait-2-0e5eed3b53\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}, {\"id\":\"41cfcea9-5c9f-48bf-af2e-a1fe51acece8\", \"address\":\"172.18.20.5/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":false, \"created_at\":\"2025-10-30T16:53:19.175416Z\", \"updated_at\":\"2025-10-30T16:53:19.175416Z\", \"source\":{\"subnet_id\":\"da10d014-609b-48cc-9b9a-437dc31f4497\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"a3a5b239-815d-4735-b92e-16372f9e8741\", \"mac_address\":\"02:00:00:12:2E:F6\", \"name\":\"scw-test-pool-wait-test-pool-wait-2-0e5eed3b53\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}]}" headers: Content-Length: - - "716" + - "1122" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:58:25 GMT + - Thu, 30 Oct 2025 16:54:30 GMT Server: - Scaleway API Gateway (fr-par-3;edge01) X-Request-Id: - - d882a330-46d5-46d8-9fa8-87f125a3a030 + - d41a3626-5a8d-41b8-8b56-bd8f2d7b5810 status: 200 OK code: 200 - duration: 97.866218ms -- id: 262 + duration: 23.638074ms +- id: 142 request: proto: HTTP/1.1 proto_major: 1 proto_minor: 1 content_length: 0 host: api.scaleway.com + form: + order_by: + - created_at_asc + page: + - "1" + pool_id: + - 034a502a-1d52-470d-84bd-4a8edd935ba3 + status: + - unknown headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/034a502a-1d52-470d-84bd-4a8edd935ba3 + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/5114e066-aa93-4560-9be0-5ae445715a75/nodes?order_by=created_at_asc&page=1&pool_id=034a502a-1d52-470d-84bd-4a8edd935ba3&status=unknown method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 716 - body: "{\"region\":\"fr-par\", \"id\":\"034a502a-1d52-470d-84bd-4a8edd935ba3\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:49:07.243810Z\", \"updated_at\":\"2025-10-30T16:55:37.494697Z\", \"name\":\"test-pool-wait\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 648 + body: "{\"total_count\":1, \"nodes\":[{\"region\":\"fr-par\", \"id\":\"3e073c76-a98f-4e6b-ad3c-7a6ca77e15fd\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:51:15.736647Z\", \"updated_at\":\"2025-10-30T16:54:24.994372Z\", \"pool_id\":\"034a502a-1d52-470d-84bd-4a8edd935ba3\", \"status\":\"ready\", \"conditions\":{\"DiskPressure\":\"False\", \"MemoryPressure\":\"False\", \"NetworkUnavailable\":\"False\", \"PIDPressure\":\"False\", \"Ready\":\"True\"}, \"name\":\"scw-test-pool-wait-test-pool-wait-3e073c76a98f\", \"public_ip_v4\":\"51.158.97.50\", \"public_ip_v6\":null, \"provider_id\":\"scaleway://instance/fr-par-1/6ba8f808-ce5f-4e0a-b30e-a83f7f79f945\", \"error_message\":\"\"}]}" headers: Content-Length: - - "716" + - "648" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:58:30 GMT + - Thu, 30 Oct 2025 16:54:30 GMT Server: - Scaleway API Gateway (fr-par-3;edge01) X-Request-Id: - - 27fc6009-2d63-4b50-8297-15e3fbf32311 + - 73033e48-f2a0-4059-83ff-2d5db00ecfcf status: 200 OK code: 200 - duration: 108.535401ms -- id: 263 + duration: 88.160172ms +- id: 143 request: proto: HTTP/1.1 proto_major: 1 @@ -8851,61 +4984,70 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/034a502a-1d52-470d-84bd-4a8edd935ba3 + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/5114e066-aa93-4560-9be0-5ae445715a75 method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 716 - body: "{\"region\":\"fr-par\", \"id\":\"034a502a-1d52-470d-84bd-4a8edd935ba3\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:49:07.243810Z\", \"updated_at\":\"2025-10-30T16:55:37.494697Z\", \"name\":\"test-pool-wait\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 1630 + body: "{\"region\":\"fr-par\", \"id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:49:01.607119Z\", \"updated_at\":\"2025-10-30T16:50:36.155897Z\", \"type\":\"kapsule\", \"name\":\"test-pool-wait\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"calico\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"minimal\"], \"cluster_url\":\"https://5114e066-aa93-4560-9be0-5ae445715a75.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.5114e066-aa93-4560-9be0-5ae445715a75.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"363e7214-8a98-40d0-9357-9e4026c21b76\", \"commitment_ends_at\":\"2025-10-30T16:49:01.607128Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"6c8f211e-8819-44e2-93ca-fda367c9ca2a\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" headers: Content-Length: - - "716" + - "1630" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:58:35 GMT + - Thu, 30 Oct 2025 16:54:30 GMT Server: - Scaleway API Gateway (fr-par-3;edge01) X-Request-Id: - - d8ce977f-149d-46ca-bc2e-3d1b86d7ee86 + - f4c49d6d-3fac-44af-b038-c5af687d87a4 status: 200 OK code: 200 - duration: 83.735256ms -- id: 264 + duration: 17.022137ms +- id: 144 request: proto: HTTP/1.1 proto_major: 1 proto_minor: 1 content_length: 0 host: api.scaleway.com + form: + order_by: + - created_at_desc + project_id: + - 105bdce1-64c0-48ab-899d-868455867ecf + resource_name: + - scw-test-pool-wait-test-pool-wait-3e073c76a98f + resource_type: + - unknown_type headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/034a502a-1d52-470d-84bd-4a8edd935ba3 + url: https://api.scaleway.com/ipam/v1/regions/fr-par/ips?order_by=created_at_desc&project_id=105bdce1-64c0-48ab-899d-868455867ecf&resource_name=scw-test-pool-wait-test-pool-wait-3e073c76a98f&resource_type=unknown_type method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 716 - body: "{\"region\":\"fr-par\", \"id\":\"034a502a-1d52-470d-84bd-4a8edd935ba3\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:49:07.243810Z\", \"updated_at\":\"2025-10-30T16:55:37.494697Z\", \"name\":\"test-pool-wait\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 1122 + body: "{\"total_count\":2, \"ips\":[{\"id\":\"54c6f7a2-4ca0-43bb-bc9a-b4a3905c0487\", \"address\":\"fd5f:519c:6d46:90dd:c183:ab7b:59b9:fc92/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":true, \"created_at\":\"2025-10-30T16:51:19.698188Z\", \"updated_at\":\"2025-10-30T16:51:19.698188Z\", \"source\":{\"subnet_id\":\"7493d1b7-5773-41c2-be8c-52e4ec098fc3\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"45715cb9-7532-4c78-93a4-2fef3fa3b71a\", \"mac_address\":\"02:00:00:1D:E4:BA\", \"name\":\"scw-test-pool-wait-test-pool-wait-3e073c76a98f\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}, {\"id\":\"ddc7378f-48eb-4ae3-af3e-4d5ee60054c4\", \"address\":\"172.18.20.3/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":false, \"created_at\":\"2025-10-30T16:51:19.565119Z\", \"updated_at\":\"2025-10-30T16:51:19.565119Z\", \"source\":{\"subnet_id\":\"da10d014-609b-48cc-9b9a-437dc31f4497\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"45715cb9-7532-4c78-93a4-2fef3fa3b71a\", \"mac_address\":\"02:00:00:1D:E4:BA\", \"name\":\"scw-test-pool-wait-test-pool-wait-3e073c76a98f\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}]}" headers: Content-Length: - - "716" + - "1122" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:58:40 GMT + - Thu, 30 Oct 2025 16:54:30 GMT Server: - Scaleway API Gateway (fr-par-3;edge01) X-Request-Id: - - f02943a9-52b5-4222-96b0-7c9e4eb19873 + - 527c7d2e-d28b-42cf-b24e-99ae7427f088 status: 200 OK code: 200 - duration: 85.028833ms -- id: 265 + duration: 32.987611ms +- id: 145 request: proto: HTTP/1.1 proto_major: 1 @@ -8915,29 +5057,29 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/034a502a-1d52-470d-84bd-4a8edd935ba3 - method: GET + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/b0c262ac-e3c4-4a41-9b7c-fac43b180e81 + method: DELETE response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 716 - body: "{\"region\":\"fr-par\", \"id\":\"034a502a-1d52-470d-84bd-4a8edd935ba3\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:49:07.243810Z\", \"updated_at\":\"2025-10-30T16:55:37.494697Z\", \"name\":\"test-pool-wait\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 718 + body: "{\"region\":\"fr-par\", \"id\":\"b0c262ac-e3c4-4a41-9b7c-fac43b180e81\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:52:22.689840Z\", \"updated_at\":\"2025-10-30T16:54:30.293530Z\", \"name\":\"test-pool-wait-2\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" headers: Content-Length: - - "716" + - "718" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:58:45 GMT + - Thu, 30 Oct 2025 16:54:30 GMT Server: - Scaleway API Gateway (fr-par-3;edge01) X-Request-Id: - - f23d6969-8674-4963-85ef-b7c1704bfd96 + - 585135ea-b5bc-4d91-b92c-b9c76ccd854f status: 200 OK code: 200 - duration: 103.08799ms -- id: 266 + duration: 52.957683ms +- id: 146 request: proto: HTTP/1.1 proto_major: 1 @@ -8947,29 +5089,29 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/034a502a-1d52-470d-84bd-4a8edd935ba3 + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/b0c262ac-e3c4-4a41-9b7c-fac43b180e81 method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 716 - body: "{\"region\":\"fr-par\", \"id\":\"034a502a-1d52-470d-84bd-4a8edd935ba3\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:49:07.243810Z\", \"updated_at\":\"2025-10-30T16:55:37.494697Z\", \"name\":\"test-pool-wait\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 718 + body: "{\"region\":\"fr-par\", \"id\":\"b0c262ac-e3c4-4a41-9b7c-fac43b180e81\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:52:22.689840Z\", \"updated_at\":\"2025-10-30T16:54:30.293530Z\", \"name\":\"test-pool-wait-2\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" headers: Content-Length: - - "716" + - "718" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:58:51 GMT + - Thu, 30 Oct 2025 16:54:30 GMT Server: - Scaleway API Gateway (fr-par-3;edge01) X-Request-Id: - - 04132465-2d08-4f38-9e4f-417da89b0c12 + - 05df9156-410f-4e0c-bea5-710ce0f28fa2 status: 200 OK code: 200 - duration: 79.058378ms -- id: 267 + duration: 26.263231ms +- id: 147 request: proto: HTTP/1.1 proto_major: 1 @@ -8979,29 +5121,29 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/034a502a-1d52-470d-84bd-4a8edd935ba3 + url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/b0c262ac-e3c4-4a41-9b7c-fac43b180e81 method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 716 - body: "{\"region\":\"fr-par\", \"id\":\"034a502a-1d52-470d-84bd-4a8edd935ba3\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:49:07.243810Z\", \"updated_at\":\"2025-10-30T16:55:37.494697Z\", \"name\":\"test-pool-wait\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 125 + body: "{\"message\":\"resource is not found\",\"resource\":\"pool\",\"resource_id\":\"b0c262ac-e3c4-4a41-9b7c-fac43b180e81\",\"type\":\"not_found\"}" headers: Content-Length: - - "716" + - "125" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:58:56 GMT + - Thu, 30 Oct 2025 16:55:36 GMT Server: - Scaleway API Gateway (fr-par-3;edge01) X-Request-Id: - - 247eba6f-1cc5-4a86-bea8-a651dfc94485 - status: 200 OK - code: 200 - duration: 93.533767ms -- id: 268 + - d36e233d-3974-4b68-b93d-e26d43e81d3f + status: 404 Not Found + code: 404 + duration: 19.281267ms +- id: 148 request: proto: HTTP/1.1 proto_major: 1 @@ -9011,29 +5153,29 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/034a502a-1d52-470d-84bd-4a8edd935ba3 + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/5114e066-aa93-4560-9be0-5ae445715a75 method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 716 - body: "{\"region\":\"fr-par\", \"id\":\"034a502a-1d52-470d-84bd-4a8edd935ba3\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:49:07.243810Z\", \"updated_at\":\"2025-10-30T16:55:37.494697Z\", \"name\":\"test-pool-wait\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 1630 + body: "{\"region\":\"fr-par\", \"id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:49:01.607119Z\", \"updated_at\":\"2025-10-30T16:50:36.155897Z\", \"type\":\"kapsule\", \"name\":\"test-pool-wait\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"calico\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"minimal\"], \"cluster_url\":\"https://5114e066-aa93-4560-9be0-5ae445715a75.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.5114e066-aa93-4560-9be0-5ae445715a75.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"363e7214-8a98-40d0-9357-9e4026c21b76\", \"commitment_ends_at\":\"2025-10-30T16:49:01.607128Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"6c8f211e-8819-44e2-93ca-fda367c9ca2a\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" headers: Content-Length: - - "716" + - "1630" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:59:01 GMT + - Thu, 30 Oct 2025 16:55:36 GMT Server: - Scaleway API Gateway (fr-par-3;edge01) X-Request-Id: - - a5bc3c37-035c-40f2-bdef-4a4ce5f7a0e3 + - 416f98b0-3d8a-4ac9-b689-ce673c2cedf0 status: 200 OK code: 200 - duration: 86.311021ms -- id: 269 + duration: 87.010404ms +- id: 149 request: proto: HTTP/1.1 proto_major: 1 @@ -9043,29 +5185,29 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/034a502a-1d52-470d-84bd-4a8edd935ba3 + url: https://api.scaleway.com/vpc/v2/regions/fr-par/vpcs/1a7a1e1e-2b33-478e-8f1a-faa0303a1c43 method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 716 - body: "{\"region\":\"fr-par\", \"id\":\"034a502a-1d52-470d-84bd-4a8edd935ba3\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:49:07.243810Z\", \"updated_at\":\"2025-10-30T16:55:37.494697Z\", \"name\":\"test-pool-wait\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 419 + body: "{\"id\":\"1a7a1e1e-2b33-478e-8f1a-faa0303a1c43\", \"name\":\"tf-vpc-confident-bose\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:49:00.136298Z\", \"updated_at\":\"2025-10-30T16:49:00.136298Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_default\":false, \"private_network_count\":1, \"routing_enabled\":true, \"custom_routes_propagation_enabled\":true, \"region\":\"fr-par\"}" headers: Content-Length: - - "716" + - "419" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:59:06 GMT + - Thu, 30 Oct 2025 16:55:36 GMT Server: - Scaleway API Gateway (fr-par-3;edge01) X-Request-Id: - - 7edb6e68-fbbc-4a08-bad8-c926fdfc5650 + - 2b0b81ad-ee14-4b13-b317-e428aff7a10f status: 200 OK code: 200 - duration: 96.616452ms -- id: 270 + duration: 26.484516ms +- id: 150 request: proto: HTTP/1.1 proto_major: 1 @@ -9075,29 +5217,29 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/034a502a-1d52-470d-84bd-4a8edd935ba3 + url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks/363e7214-8a98-40d0-9357-9e4026c21b76 method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 716 - body: "{\"region\":\"fr-par\", \"id\":\"034a502a-1d52-470d-84bd-4a8edd935ba3\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:49:07.243810Z\", \"updated_at\":\"2025-10-30T16:55:37.494697Z\", \"name\":\"test-pool-wait\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 1084 + body: "{\"id\":\"363e7214-8a98-40d0-9357-9e4026c21b76\", \"name\":\"test-pool-wait\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:49:00.384609Z\", \"updated_at\":\"2025-10-30T16:49:00.384609Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"subnets\":[{\"id\":\"da10d014-609b-48cc-9b9a-437dc31f4497\", \"created_at\":\"2025-10-30T16:49:00.384609Z\", \"updated_at\":\"2025-10-30T16:49:00.384609Z\", \"subnet\":\"172.18.20.0/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"363e7214-8a98-40d0-9357-9e4026c21b76\", \"vpc_id\":\"1a7a1e1e-2b33-478e-8f1a-faa0303a1c43\"}, {\"id\":\"7493d1b7-5773-41c2-be8c-52e4ec098fc3\", \"created_at\":\"2025-10-30T16:49:00.384609Z\", \"updated_at\":\"2025-10-30T16:49:00.384609Z\", \"subnet\":\"fd5f:519c:6d46:90dd::/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"363e7214-8a98-40d0-9357-9e4026c21b76\", \"vpc_id\":\"1a7a1e1e-2b33-478e-8f1a-faa0303a1c43\"}], \"vpc_id\":\"1a7a1e1e-2b33-478e-8f1a-faa0303a1c43\", \"dhcp_enabled\":true, \"default_route_propagation_enabled\":false, \"region\":\"fr-par\"}" headers: Content-Length: - - "716" + - "1084" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:59:11 GMT + - Thu, 30 Oct 2025 16:55:36 GMT Server: - Scaleway API Gateway (fr-par-3;edge01) X-Request-Id: - - 24d4c69a-406f-4088-843c-22ab0b31f212 + - 98df14e0-a32f-4071-9444-558e781e443f status: 200 OK code: 200 - duration: 178.576867ms -- id: 271 + duration: 31.051519ms +- id: 151 request: proto: HTTP/1.1 proto_major: 1 @@ -9107,29 +5249,29 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/034a502a-1d52-470d-84bd-4a8edd935ba3 + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/5114e066-aa93-4560-9be0-5ae445715a75 method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 716 - body: "{\"region\":\"fr-par\", \"id\":\"034a502a-1d52-470d-84bd-4a8edd935ba3\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:49:07.243810Z\", \"updated_at\":\"2025-10-30T16:55:37.494697Z\", \"name\":\"test-pool-wait\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 1630 + body: "{\"region\":\"fr-par\", \"id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:49:01.607119Z\", \"updated_at\":\"2025-10-30T16:50:36.155897Z\", \"type\":\"kapsule\", \"name\":\"test-pool-wait\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"calico\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"minimal\"], \"cluster_url\":\"https://5114e066-aa93-4560-9be0-5ae445715a75.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.5114e066-aa93-4560-9be0-5ae445715a75.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"363e7214-8a98-40d0-9357-9e4026c21b76\", \"commitment_ends_at\":\"2025-10-30T16:49:01.607128Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"6c8f211e-8819-44e2-93ca-fda367c9ca2a\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" headers: Content-Length: - - "716" + - "1630" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:59:16 GMT + - Thu, 30 Oct 2025 16:55:36 GMT Server: - Scaleway API Gateway (fr-par-3;edge01) X-Request-Id: - - ed1b54ac-d68a-4674-af09-6c4192042d02 + - 3eed7e9b-9d15-417d-838f-83178a20794d status: 200 OK code: 200 - duration: 219.214186ms -- id: 272 + duration: 23.11938ms +- id: 152 request: proto: HTTP/1.1 proto_major: 1 @@ -9139,29 +5281,29 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/034a502a-1d52-470d-84bd-4a8edd935ba3 + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/5114e066-aa93-4560-9be0-5ae445715a75/kubeconfig method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 716 - body: "{\"region\":\"fr-par\", \"id\":\"034a502a-1d52-470d-84bd-4a8edd935ba3\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:49:07.243810Z\", \"updated_at\":\"2025-10-30T16:55:37.494697Z\", \"name\":\"test-pool-wait\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 1654 + body: "{\"name\":\"kubeconfig\", \"content_type\":\"application/octet-stream\", \"content\":\"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogInRlc3QtcG9vbC13YWl0IgogIGNsdXN0ZXI6CiAgICBjZXJ0aWZpY2F0ZS1hdXRob3JpdHktZGF0YTogTFMwdExTMUNSVWRKVGlCRFJWSlVTVVpKUTBGVVJTMHRMUzB0Q2sxSlNVSllSRU5EUVZGSFowRjNTVUpCWjBsQ1FVUkJTMEpuWjNGb2EycFBVRkZSUkVGcVFWWk5VazEzUlZGWlJGWlJVVVJGZDNCeVpGZEtiR050Tld3S1pFZFdlazFDTkZoRVZFa3hUVlJCZVU5VVJUSk9SR3QzVFZadldFUlVUVEZOVkVGNVQxUkZNazVFYTNkTlZtOTNSbFJGVkUxQ1JVZEJNVlZGUVhoTlN3cGhNMVpwV2xoS2RWcFlVbXhqZWtKYVRVSk5SMEo1Y1VkVFRUUTVRV2RGUjBORGNVZFRUVFE1UVhkRlNFRXdTVUZDVFhsNllqUkdTbVozWTFOM01tZEZDbEppVFRkVFZpOUpiM0ZXU21oWWVIbGxObHB1UkZOWlZ6WmxRbU4yV2tJM1RXVnVMMWxPYm5wM2F6QkpRazF2VDFkUFRXeHRlVGxJWVU5NE1XVkxaSFlLTUVRNE9XZDVZV3BSYWtKQlRVRTBSMEV4VldSRWQwVkNMM2RSUlVGM1NVTndSRUZRUW1kT1ZraFNUVUpCWmpoRlFsUkJSRUZSU0M5TlFqQkhRVEZWWkFwRVoxRlhRa0pTVTFsU1NtTm9UV1l3V0U5YWNtUkJhV1JMYkdOUWEyTklZeTlVUVV0Q1oyZHhhR3RxVDFCUlVVUkJaMDVLUVVSQ1IwRnBSVUY1Ym0xd0NqbFpkWG80VWpGVWFtNDBiV2RqYWpaV2QycFVTM2gzUm5KS1VrdFZTVVpIUTFwR2VsbEtWVU5KVVVSSWRERkNXalpHYUZrdlVUWlRabloxTVhCNmJEWUtNWG80VkhCMlNIQkxVa0pIY1RscmNVVlJOa3hPZHowOUNpMHRMUzB0UlU1RUlFTkZVbFJKUmtsRFFWUkZMUzB0TFMwSwogICAgc2VydmVyOiBodHRwczovLzUxMTRlMDY2LWFhOTMtNDU2MC05YmUwLTVhZTQ0NTcxNWE3NS5hcGkuazhzLmZyLXBhci5zY3cuY2xvdWQ6NjQ0Mwpjb250ZXh0czoKLSBuYW1lOiBhZG1pbkB0ZXN0LXBvb2wtd2FpdAogIGNvbnRleHQ6CiAgICBjbHVzdGVyOiAidGVzdC1wb29sLXdhaXQiCiAgICB1c2VyOiB0ZXN0LXBvb2wtd2FpdC1hZG1pbgpjdXJyZW50LWNvbnRleHQ6IGFkbWluQHRlc3QtcG9vbC13YWl0CmtpbmQ6IENvbmZpZwpwcmVmZXJlbmNlczoge30KdXNlcnM6Ci0gbmFtZTogdGVzdC1wb29sLXdhaXQtYWRtaW4KICB1c2VyOgogICAgdG9rZW46IGttQTQ5c2F6N1V4dVJSOHZ1UzIxMWpxN2NzVzNobFF1QzQ3QjRla3BobjE3UXBMcVRiVGJGelVO\"}" headers: Content-Length: - - "716" + - "1654" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:59:21 GMT + - Thu, 30 Oct 2025 16:55:37 GMT Server: - Scaleway API Gateway (fr-par-3;edge01) X-Request-Id: - - 0efbdeed-d15d-41a9-b8ba-b10f0117462f + - f865cd8e-819f-4a6f-993e-4dcd48bda06f status: 200 OK code: 200 - duration: 150.16847ms -- id: 273 + duration: 86.881641ms +- id: 153 request: proto: HTTP/1.1 proto_major: 1 @@ -9177,55 +5319,64 @@ interactions: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 716 - body: "{\"region\":\"fr-par\", \"id\":\"034a502a-1d52-470d-84bd-4a8edd935ba3\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:49:07.243810Z\", \"updated_at\":\"2025-10-30T16:55:37.494697Z\", \"name\":\"test-pool-wait\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 713 + body: "{\"region\":\"fr-par\", \"id\":\"034a502a-1d52-470d-84bd-4a8edd935ba3\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:49:07.243810Z\", \"updated_at\":\"2025-10-30T16:52:20.261969Z\", \"name\":\"test-pool-wait\", \"status\":\"ready\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" headers: Content-Length: - - "716" + - "713" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:59:26 GMT + - Thu, 30 Oct 2025 16:55:37 GMT Server: - Scaleway API Gateway (fr-par-3;edge01) X-Request-Id: - - bb13d313-2de6-460a-a48e-8d219e674efe + - a4727956-e425-48b6-ab17-23e393813926 status: 200 OK code: 200 - duration: 74.483152ms -- id: 274 + duration: 29.076431ms +- id: 154 request: proto: HTTP/1.1 proto_major: 1 proto_minor: 1 content_length: 0 host: api.scaleway.com + form: + order_by: + - created_at_asc + page: + - "1" + pool_id: + - 034a502a-1d52-470d-84bd-4a8edd935ba3 + status: + - unknown headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/034a502a-1d52-470d-84bd-4a8edd935ba3 + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/5114e066-aa93-4560-9be0-5ae445715a75/nodes?order_by=created_at_asc&page=1&pool_id=034a502a-1d52-470d-84bd-4a8edd935ba3&status=unknown method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 716 - body: "{\"region\":\"fr-par\", \"id\":\"034a502a-1d52-470d-84bd-4a8edd935ba3\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:49:07.243810Z\", \"updated_at\":\"2025-10-30T16:55:37.494697Z\", \"name\":\"test-pool-wait\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 648 + body: "{\"total_count\":1, \"nodes\":[{\"region\":\"fr-par\", \"id\":\"3e073c76-a98f-4e6b-ad3c-7a6ca77e15fd\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:51:15.736647Z\", \"updated_at\":\"2025-10-30T16:55:12.378766Z\", \"pool_id\":\"034a502a-1d52-470d-84bd-4a8edd935ba3\", \"status\":\"ready\", \"conditions\":{\"DiskPressure\":\"False\", \"MemoryPressure\":\"False\", \"NetworkUnavailable\":\"False\", \"PIDPressure\":\"False\", \"Ready\":\"True\"}, \"name\":\"scw-test-pool-wait-test-pool-wait-3e073c76a98f\", \"public_ip_v4\":\"51.158.97.50\", \"public_ip_v6\":null, \"provider_id\":\"scaleway://instance/fr-par-1/6ba8f808-ce5f-4e0a-b30e-a83f7f79f945\", \"error_message\":\"\"}]}" headers: Content-Length: - - "716" + - "648" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:59:32 GMT + - Thu, 30 Oct 2025 16:55:37 GMT Server: - Scaleway API Gateway (fr-par-3;edge01) X-Request-Id: - - a50b4ea2-25d0-4bdb-989e-274768b1557b + - 7438863e-5750-4791-9b3b-de927d7d64ad status: 200 OK code: 200 - duration: 82.660369ms -- id: 275 + duration: 85.760899ms +- id: 155 request: proto: HTTP/1.1 proto_major: 1 @@ -9235,61 +5386,70 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/034a502a-1d52-470d-84bd-4a8edd935ba3 + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/5114e066-aa93-4560-9be0-5ae445715a75 method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 716 - body: "{\"region\":\"fr-par\", \"id\":\"034a502a-1d52-470d-84bd-4a8edd935ba3\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:49:07.243810Z\", \"updated_at\":\"2025-10-30T16:55:37.494697Z\", \"name\":\"test-pool-wait\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 1630 + body: "{\"region\":\"fr-par\", \"id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:49:01.607119Z\", \"updated_at\":\"2025-10-30T16:50:36.155897Z\", \"type\":\"kapsule\", \"name\":\"test-pool-wait\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"calico\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"minimal\"], \"cluster_url\":\"https://5114e066-aa93-4560-9be0-5ae445715a75.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.5114e066-aa93-4560-9be0-5ae445715a75.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"363e7214-8a98-40d0-9357-9e4026c21b76\", \"commitment_ends_at\":\"2025-10-30T16:49:01.607128Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"6c8f211e-8819-44e2-93ca-fda367c9ca2a\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" headers: Content-Length: - - "716" + - "1630" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:59:37 GMT + - Thu, 30 Oct 2025 16:55:37 GMT Server: - Scaleway API Gateway (fr-par-3;edge01) X-Request-Id: - - e555a066-bf39-4461-9100-05e8ff23d68d + - c420d5d4-e1fa-4513-9a7a-39a7e162b2f1 status: 200 OK code: 200 - duration: 82.683504ms -- id: 276 + duration: 24.900774ms +- id: 156 request: proto: HTTP/1.1 proto_major: 1 proto_minor: 1 content_length: 0 host: api.scaleway.com + form: + order_by: + - created_at_desc + project_id: + - 105bdce1-64c0-48ab-899d-868455867ecf + resource_name: + - scw-test-pool-wait-test-pool-wait-3e073c76a98f + resource_type: + - unknown_type headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/034a502a-1d52-470d-84bd-4a8edd935ba3 + url: https://api.scaleway.com/ipam/v1/regions/fr-par/ips?order_by=created_at_desc&project_id=105bdce1-64c0-48ab-899d-868455867ecf&resource_name=scw-test-pool-wait-test-pool-wait-3e073c76a98f&resource_type=unknown_type method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 716 - body: "{\"region\":\"fr-par\", \"id\":\"034a502a-1d52-470d-84bd-4a8edd935ba3\", \"cluster_id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"created_at\":\"2025-10-30T16:49:07.243810Z\", \"updated_at\":\"2025-10-30T16:55:37.494697Z\", \"name\":\"test-pool-wait\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":false, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":false, \"tags\":[], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-1\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"4ef16f7a-478c-4b72-b932-982f4b04974b\"}" + content_length: 1122 + body: "{\"total_count\":2, \"ips\":[{\"id\":\"54c6f7a2-4ca0-43bb-bc9a-b4a3905c0487\", \"address\":\"fd5f:519c:6d46:90dd:c183:ab7b:59b9:fc92/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":true, \"created_at\":\"2025-10-30T16:51:19.698188Z\", \"updated_at\":\"2025-10-30T16:51:19.698188Z\", \"source\":{\"subnet_id\":\"7493d1b7-5773-41c2-be8c-52e4ec098fc3\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"45715cb9-7532-4c78-93a4-2fef3fa3b71a\", \"mac_address\":\"02:00:00:1D:E4:BA\", \"name\":\"scw-test-pool-wait-test-pool-wait-3e073c76a98f\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}, {\"id\":\"ddc7378f-48eb-4ae3-af3e-4d5ee60054c4\", \"address\":\"172.18.20.3/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":false, \"created_at\":\"2025-10-30T16:51:19.565119Z\", \"updated_at\":\"2025-10-30T16:51:19.565119Z\", \"source\":{\"subnet_id\":\"da10d014-609b-48cc-9b9a-437dc31f4497\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"45715cb9-7532-4c78-93a4-2fef3fa3b71a\", \"mac_address\":\"02:00:00:1D:E4:BA\", \"name\":\"scw-test-pool-wait-test-pool-wait-3e073c76a98f\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}]}" headers: Content-Length: - - "716" + - "1122" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:59:42 GMT + - Thu, 30 Oct 2025 16:55:37 GMT Server: - Scaleway API Gateway (fr-par-3;edge01) X-Request-Id: - - 5a384973-9949-43a0-a755-11dae9c1a337 + - c7fc2d8e-b1a0-41d9-af4c-02c5a2d24b77 status: 200 OK code: 200 - duration: 84.554954ms -- id: 277 + duration: 34.261573ms +- id: 157 request: proto: HTTP/1.1 proto_major: 1 @@ -9300,7 +5460,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/034a502a-1d52-470d-84bd-4a8edd935ba3 - method: GET + method: DELETE response: proto: HTTP/2.0 proto_major: 2 @@ -9313,15 +5473,15 @@ interactions: Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:59:47 GMT + - Thu, 30 Oct 2025 16:55:37 GMT Server: - Scaleway API Gateway (fr-par-3;edge01) X-Request-Id: - - 59085643-1ef7-45af-8307-697cff3b273b + - 5de39d56-2a4a-494e-8cb4-3a7e7ddb56bd status: 200 OK code: 200 - duration: 85.659317ms -- id: 278 + duration: 53.97945ms +- id: 158 request: proto: HTTP/1.1 proto_major: 1 @@ -9345,15 +5505,15 @@ interactions: Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:59:52 GMT + - Thu, 30 Oct 2025 16:55:37 GMT Server: - Scaleway API Gateway (fr-par-3;edge01) X-Request-Id: - - a330a237-80d2-4096-bb90-672692e48442 + - c791ade2-b379-42c0-ae24-30ae33a684d6 status: 200 OK code: 200 - duration: 88.150723ms -- id: 279 + duration: 24.265743ms +- id: 159 request: proto: HTTP/1.1 proto_major: 1 @@ -9385,7 +5545,7 @@ interactions: status: 404 Not Found code: 404 duration: 36.491288ms -- id: 280 +- id: 160 request: proto: HTTP/1.1 proto_major: 1 @@ -9420,7 +5580,7 @@ interactions: status: 200 OK code: 200 duration: 147.899732ms -- id: 281 +- id: 161 request: proto: HTTP/1.1 proto_major: 1 @@ -9452,71 +5612,7 @@ interactions: status: 200 OK code: 200 duration: 100.040048ms -- id: 282 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/5114e066-aa93-4560-9be0-5ae445715a75 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1633 - body: "{\"region\":\"fr-par\", \"id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:49:01.607119Z\", \"updated_at\":\"2025-10-30T16:59:57.587481Z\", \"type\":\"kapsule\", \"name\":\"test-pool-wait\", \"description\":\"\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"cni\":\"calico\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"minimal\"], \"cluster_url\":\"https://5114e066-aa93-4560-9be0-5ae445715a75.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.5114e066-aa93-4560-9be0-5ae445715a75.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"363e7214-8a98-40d0-9357-9e4026c21b76\", \"commitment_ends_at\":\"2025-10-30T16:49:01.607128Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"6c8f211e-8819-44e2-93ca-fda367c9ca2a\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1633" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:00:02 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - f71d2e0f-8ce7-46a7-b301-29428d14e79b - status: 200 OK - code: 200 - duration: 101.37339ms -- id: 283 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/5114e066-aa93-4560-9be0-5ae445715a75 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1633 - body: "{\"region\":\"fr-par\", \"id\":\"5114e066-aa93-4560-9be0-5ae445715a75\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:49:01.607119Z\", \"updated_at\":\"2025-10-30T16:59:57.587481Z\", \"type\":\"kapsule\", \"name\":\"test-pool-wait\", \"description\":\"\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"cni\":\"calico\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"minimal\"], \"cluster_url\":\"https://5114e066-aa93-4560-9be0-5ae445715a75.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.5114e066-aa93-4560-9be0-5ae445715a75.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"363e7214-8a98-40d0-9357-9e4026c21b76\", \"commitment_ends_at\":\"2025-10-30T16:49:01.607128Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"6c8f211e-8819-44e2-93ca-fda367c9ca2a\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1633" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 17:00:07 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - X-Request-Id: - - 492ffc41-f280-4e2a-a266-0e105e84d4ce - status: 200 OK - code: 200 - duration: 89.735989ms -- id: 284 +- id: 162 request: proto: HTTP/1.1 proto_major: 1 @@ -9548,7 +5644,7 @@ interactions: status: 404 Not Found code: 404 duration: 18.401737ms -- id: 285 +- id: 163 request: proto: HTTP/1.1 proto_major: 1 @@ -9578,7 +5674,7 @@ interactions: status: 204 No Content code: 204 duration: 1.082171416s -- id: 286 +- id: 164 request: proto: HTTP/1.1 proto_major: 1 @@ -9608,7 +5704,7 @@ interactions: status: 204 No Content code: 204 duration: 104.628209ms -- id: 287 +- id: 165 request: proto: HTTP/1.1 proto_major: 1 @@ -9640,7 +5736,7 @@ interactions: status: 404 Not Found code: 404 duration: 30.696542ms -- id: 288 +- id: 166 request: proto: HTTP/1.1 proto_major: 1 @@ -9672,7 +5768,7 @@ interactions: status: 404 Not Found code: 404 duration: 25.348265ms -- id: 289 +- id: 167 request: proto: HTTP/1.1 proto_major: 1 diff --git a/internal/services/k8s/testdata/pool-zone.cassette.yaml b/internal/services/k8s/testdata/pool-zone.cassette.yaml index 668b364e63..ab0a08ca66 100644 --- a/internal/services/k8s/testdata/pool-zone.cassette.yaml +++ b/internal/services/k8s/testdata/pool-zone.cassette.yaml @@ -484,22 +484,22 @@ interactions: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 761 - body: "{\"region\":\"fr-par\", \"id\":\"854794fd-a48f-4acc-a2d3-906acdf6aa4a\", \"cluster_id\":\"d791f1d5-dc37-4c4f-93d7-8af7989c1049\", \"created_at\":\"2025-10-30T16:18:45.058907Z\", \"updated_at\":\"2025-10-30T16:18:45.058907Z\", \"name\":\"test-pool-zone\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"zone\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"f7133f1e-2498-4f60-a705-67938d64c8d7\"}" + content_length: 759 + body: "{\"region\":\"fr-par\", \"id\":\"854794fd-a48f-4acc-a2d3-906acdf6aa4a\", \"cluster_id\":\"d791f1d5-dc37-4c4f-93d7-8af7989c1049\", \"created_at\":\"2025-10-30T16:18:45.058907Z\", \"updated_at\":\"2025-10-30T16:25:00.321561Z\", \"name\":\"test-pool-zone\", \"status\":\"ready\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"zone\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"f7133f1e-2498-4f60-a705-67938d64c8d7\"}" headers: Content-Length: - - "761" + - "759" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:18:50 GMT + - Thu, 30 Oct 2025 16:25:02 GMT Server: - Scaleway API Gateway (fr-par-3;edge03) X-Request-Id: - - 8a652be0-6c27-4b78-90d4-3afedd50dde6 + - b0f83317-1072-487a-b96e-826027e4ff6a status: 200 OK code: 200 - duration: 84.012585ms + duration: 87.636087ms - id: 15 request: proto: HTTP/1.1 @@ -510,28 +510,28 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/854794fd-a48f-4acc-a2d3-906acdf6aa4a + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/d791f1d5-dc37-4c4f-93d7-8af7989c1049 method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 761 - body: "{\"region\":\"fr-par\", \"id\":\"854794fd-a48f-4acc-a2d3-906acdf6aa4a\", \"cluster_id\":\"d791f1d5-dc37-4c4f-93d7-8af7989c1049\", \"created_at\":\"2025-10-30T16:18:45.058907Z\", \"updated_at\":\"2025-10-30T16:18:45.058907Z\", \"name\":\"test-pool-zone\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"zone\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"f7133f1e-2498-4f60-a705-67938d64c8d7\"}" + content_length: 1627 + body: "{\"region\":\"fr-par\", \"id\":\"d791f1d5-dc37-4c4f-93d7-8af7989c1049\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:39.505931Z\", \"updated_at\":\"2025-10-30T16:20:16.582942Z\", \"type\":\"kapsule\", \"name\":\"test-pool-zone\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"zone\"], \"cluster_url\":\"https://d791f1d5-dc37-4c4f-93d7-8af7989c1049.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.d791f1d5-dc37-4c4f-93d7-8af7989c1049.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"27ac07db-b4f0-46c0-b33c-fda26a546295\", \"commitment_ends_at\":\"2025-10-30T16:18:39.505941Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"1fa4e0ee-4dd6-419e-9825-9684ada716ba\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" headers: Content-Length: - - "761" + - "1627" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:18:55 GMT + - Thu, 30 Oct 2025 16:25:02 GMT Server: - Scaleway API Gateway (fr-par-3;edge03) X-Request-Id: - - b143538a-1530-470e-b3a6-86ff7407e63d + - 3a014126-cd83-4148-81f0-6568c6e7e8d2 status: 200 OK code: 200 - duration: 95.270444ms + duration: 24.790297ms - id: 16 request: proto: HTTP/1.1 @@ -548,22 +548,22 @@ interactions: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 761 - body: "{\"region\":\"fr-par\", \"id\":\"854794fd-a48f-4acc-a2d3-906acdf6aa4a\", \"cluster_id\":\"d791f1d5-dc37-4c4f-93d7-8af7989c1049\", \"created_at\":\"2025-10-30T16:18:45.058907Z\", \"updated_at\":\"2025-10-30T16:18:45.058907Z\", \"name\":\"test-pool-zone\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"zone\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"f7133f1e-2498-4f60-a705-67938d64c8d7\"}" + content_length: 759 + body: "{\"region\":\"fr-par\", \"id\":\"854794fd-a48f-4acc-a2d3-906acdf6aa4a\", \"cluster_id\":\"d791f1d5-dc37-4c4f-93d7-8af7989c1049\", \"created_at\":\"2025-10-30T16:18:45.058907Z\", \"updated_at\":\"2025-10-30T16:25:00.321561Z\", \"name\":\"test-pool-zone\", \"status\":\"ready\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"zone\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"f7133f1e-2498-4f60-a705-67938d64c8d7\"}" headers: Content-Length: - - "761" + - "759" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:19:00 GMT + - Thu, 30 Oct 2025 16:25:02 GMT Server: - Scaleway API Gateway (fr-par-3;edge03) X-Request-Id: - - 48ef0d87-63cc-4dbe-91be-a655298682cc + - 4724e475-5966-4821-8bf4-902cd90c1460 status: 200 OK code: 200 - duration: 81.265841ms + duration: 83.474185ms - id: 17 request: proto: HTTP/1.1 @@ -571,4004 +571,41 @@ interactions: proto_minor: 1 content_length: 0 host: api.scaleway.com + form: + order_by: + - created_at_asc + page: + - "1" + pool_id: + - 854794fd-a48f-4acc-a2d3-906acdf6aa4a + status: + - unknown headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/854794fd-a48f-4acc-a2d3-906acdf6aa4a - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 761 - body: "{\"region\":\"fr-par\", \"id\":\"854794fd-a48f-4acc-a2d3-906acdf6aa4a\", \"cluster_id\":\"d791f1d5-dc37-4c4f-93d7-8af7989c1049\", \"created_at\":\"2025-10-30T16:18:45.058907Z\", \"updated_at\":\"2025-10-30T16:18:45.058907Z\", \"name\":\"test-pool-zone\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"zone\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"f7133f1e-2498-4f60-a705-67938d64c8d7\"}" - headers: - Content-Length: - - "761" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:19:05 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 6fd37c00-a991-4d01-96d1-cb0c58160532 - status: 200 OK - code: 200 - duration: 87.970193ms -- id: 18 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/854794fd-a48f-4acc-a2d3-906acdf6aa4a - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 761 - body: "{\"region\":\"fr-par\", \"id\":\"854794fd-a48f-4acc-a2d3-906acdf6aa4a\", \"cluster_id\":\"d791f1d5-dc37-4c4f-93d7-8af7989c1049\", \"created_at\":\"2025-10-30T16:18:45.058907Z\", \"updated_at\":\"2025-10-30T16:18:45.058907Z\", \"name\":\"test-pool-zone\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"zone\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"f7133f1e-2498-4f60-a705-67938d64c8d7\"}" - headers: - Content-Length: - - "761" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:19:10 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - acbcae24-bf84-475b-9921-307aa4ed3fa7 - status: 200 OK - code: 200 - duration: 77.582528ms -- id: 19 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/854794fd-a48f-4acc-a2d3-906acdf6aa4a - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 761 - body: "{\"region\":\"fr-par\", \"id\":\"854794fd-a48f-4acc-a2d3-906acdf6aa4a\", \"cluster_id\":\"d791f1d5-dc37-4c4f-93d7-8af7989c1049\", \"created_at\":\"2025-10-30T16:18:45.058907Z\", \"updated_at\":\"2025-10-30T16:18:45.058907Z\", \"name\":\"test-pool-zone\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"zone\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"f7133f1e-2498-4f60-a705-67938d64c8d7\"}" - headers: - Content-Length: - - "761" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:19:15 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - a186c3f3-e572-4e21-b6dd-806316940d9c - status: 200 OK - code: 200 - duration: 87.056719ms -- id: 20 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/854794fd-a48f-4acc-a2d3-906acdf6aa4a - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 761 - body: "{\"region\":\"fr-par\", \"id\":\"854794fd-a48f-4acc-a2d3-906acdf6aa4a\", \"cluster_id\":\"d791f1d5-dc37-4c4f-93d7-8af7989c1049\", \"created_at\":\"2025-10-30T16:18:45.058907Z\", \"updated_at\":\"2025-10-30T16:18:45.058907Z\", \"name\":\"test-pool-zone\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"zone\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"f7133f1e-2498-4f60-a705-67938d64c8d7\"}" - headers: - Content-Length: - - "761" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:19:20 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 87c4cdc3-f526-4de2-99d4-dcbed15efa7d - status: 200 OK - code: 200 - duration: 84.911182ms -- id: 21 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/854794fd-a48f-4acc-a2d3-906acdf6aa4a - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 761 - body: "{\"region\":\"fr-par\", \"id\":\"854794fd-a48f-4acc-a2d3-906acdf6aa4a\", \"cluster_id\":\"d791f1d5-dc37-4c4f-93d7-8af7989c1049\", \"created_at\":\"2025-10-30T16:18:45.058907Z\", \"updated_at\":\"2025-10-30T16:18:45.058907Z\", \"name\":\"test-pool-zone\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"zone\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"f7133f1e-2498-4f60-a705-67938d64c8d7\"}" - headers: - Content-Length: - - "761" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:19:25 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 3575e550-3055-4baf-9b60-8393a1736033 - status: 200 OK - code: 200 - duration: 91.142748ms -- id: 22 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/854794fd-a48f-4acc-a2d3-906acdf6aa4a - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 761 - body: "{\"region\":\"fr-par\", \"id\":\"854794fd-a48f-4acc-a2d3-906acdf6aa4a\", \"cluster_id\":\"d791f1d5-dc37-4c4f-93d7-8af7989c1049\", \"created_at\":\"2025-10-30T16:18:45.058907Z\", \"updated_at\":\"2025-10-30T16:18:45.058907Z\", \"name\":\"test-pool-zone\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"zone\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"f7133f1e-2498-4f60-a705-67938d64c8d7\"}" - headers: - Content-Length: - - "761" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:19:30 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 1c2477e1-21be-4c46-be45-6a3a7e73d9c7 - status: 200 OK - code: 200 - duration: 74.730995ms -- id: 23 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/854794fd-a48f-4acc-a2d3-906acdf6aa4a - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 761 - body: "{\"region\":\"fr-par\", \"id\":\"854794fd-a48f-4acc-a2d3-906acdf6aa4a\", \"cluster_id\":\"d791f1d5-dc37-4c4f-93d7-8af7989c1049\", \"created_at\":\"2025-10-30T16:18:45.058907Z\", \"updated_at\":\"2025-10-30T16:18:45.058907Z\", \"name\":\"test-pool-zone\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"zone\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"f7133f1e-2498-4f60-a705-67938d64c8d7\"}" - headers: - Content-Length: - - "761" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:19:36 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 02ef5479-f8dc-4558-8710-d845d5df8426 - status: 200 OK - code: 200 - duration: 83.517045ms -- id: 24 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/854794fd-a48f-4acc-a2d3-906acdf6aa4a - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 761 - body: "{\"region\":\"fr-par\", \"id\":\"854794fd-a48f-4acc-a2d3-906acdf6aa4a\", \"cluster_id\":\"d791f1d5-dc37-4c4f-93d7-8af7989c1049\", \"created_at\":\"2025-10-30T16:18:45.058907Z\", \"updated_at\":\"2025-10-30T16:18:45.058907Z\", \"name\":\"test-pool-zone\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"zone\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"f7133f1e-2498-4f60-a705-67938d64c8d7\"}" - headers: - Content-Length: - - "761" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:19:41 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - c180299a-5726-4577-8fd7-f62358045901 - status: 200 OK - code: 200 - duration: 93.023277ms -- id: 25 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/854794fd-a48f-4acc-a2d3-906acdf6aa4a - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 761 - body: "{\"region\":\"fr-par\", \"id\":\"854794fd-a48f-4acc-a2d3-906acdf6aa4a\", \"cluster_id\":\"d791f1d5-dc37-4c4f-93d7-8af7989c1049\", \"created_at\":\"2025-10-30T16:18:45.058907Z\", \"updated_at\":\"2025-10-30T16:18:45.058907Z\", \"name\":\"test-pool-zone\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"zone\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"f7133f1e-2498-4f60-a705-67938d64c8d7\"}" - headers: - Content-Length: - - "761" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:19:46 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 69c67b00-be5b-421e-8689-711e3f18e3a3 - status: 200 OK - code: 200 - duration: 93.928927ms -- id: 26 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/854794fd-a48f-4acc-a2d3-906acdf6aa4a - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 761 - body: "{\"region\":\"fr-par\", \"id\":\"854794fd-a48f-4acc-a2d3-906acdf6aa4a\", \"cluster_id\":\"d791f1d5-dc37-4c4f-93d7-8af7989c1049\", \"created_at\":\"2025-10-30T16:18:45.058907Z\", \"updated_at\":\"2025-10-30T16:18:45.058907Z\", \"name\":\"test-pool-zone\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"zone\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"f7133f1e-2498-4f60-a705-67938d64c8d7\"}" - headers: - Content-Length: - - "761" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:19:51 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - ceeed6c3-179c-418e-8869-db4542358ee4 - status: 200 OK - code: 200 - duration: 75.697059ms -- id: 27 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/854794fd-a48f-4acc-a2d3-906acdf6aa4a - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 761 - body: "{\"region\":\"fr-par\", \"id\":\"854794fd-a48f-4acc-a2d3-906acdf6aa4a\", \"cluster_id\":\"d791f1d5-dc37-4c4f-93d7-8af7989c1049\", \"created_at\":\"2025-10-30T16:18:45.058907Z\", \"updated_at\":\"2025-10-30T16:18:45.058907Z\", \"name\":\"test-pool-zone\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"zone\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"f7133f1e-2498-4f60-a705-67938d64c8d7\"}" - headers: - Content-Length: - - "761" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:19:56 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - d51b19f3-d5aa-44c6-9c51-ed0f14a0bb59 - status: 200 OK - code: 200 - duration: 98.530834ms -- id: 28 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/854794fd-a48f-4acc-a2d3-906acdf6aa4a - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 761 - body: "{\"region\":\"fr-par\", \"id\":\"854794fd-a48f-4acc-a2d3-906acdf6aa4a\", \"cluster_id\":\"d791f1d5-dc37-4c4f-93d7-8af7989c1049\", \"created_at\":\"2025-10-30T16:18:45.058907Z\", \"updated_at\":\"2025-10-30T16:18:45.058907Z\", \"name\":\"test-pool-zone\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"zone\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"f7133f1e-2498-4f60-a705-67938d64c8d7\"}" - headers: - Content-Length: - - "761" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:20:01 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 446890f8-2bd4-4fcd-9703-57a32733998d - status: 200 OK - code: 200 - duration: 100.450066ms -- id: 29 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/854794fd-a48f-4acc-a2d3-906acdf6aa4a - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 761 - body: "{\"region\":\"fr-par\", \"id\":\"854794fd-a48f-4acc-a2d3-906acdf6aa4a\", \"cluster_id\":\"d791f1d5-dc37-4c4f-93d7-8af7989c1049\", \"created_at\":\"2025-10-30T16:18:45.058907Z\", \"updated_at\":\"2025-10-30T16:18:45.058907Z\", \"name\":\"test-pool-zone\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"zone\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"f7133f1e-2498-4f60-a705-67938d64c8d7\"}" - headers: - Content-Length: - - "761" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:20:06 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 5feb908f-5dbc-4e47-9ad3-f085e1e3235e - status: 200 OK - code: 200 - duration: 80.326177ms -- id: 30 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/854794fd-a48f-4acc-a2d3-906acdf6aa4a - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 761 - body: "{\"region\":\"fr-par\", \"id\":\"854794fd-a48f-4acc-a2d3-906acdf6aa4a\", \"cluster_id\":\"d791f1d5-dc37-4c4f-93d7-8af7989c1049\", \"created_at\":\"2025-10-30T16:18:45.058907Z\", \"updated_at\":\"2025-10-30T16:18:45.058907Z\", \"name\":\"test-pool-zone\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"zone\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"f7133f1e-2498-4f60-a705-67938d64c8d7\"}" - headers: - Content-Length: - - "761" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:20:11 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - c2afc20c-1b32-490b-bdac-c9461c83277b - status: 200 OK - code: 200 - duration: 76.965971ms -- id: 31 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/854794fd-a48f-4acc-a2d3-906acdf6aa4a - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 761 - body: "{\"region\":\"fr-par\", \"id\":\"854794fd-a48f-4acc-a2d3-906acdf6aa4a\", \"cluster_id\":\"d791f1d5-dc37-4c4f-93d7-8af7989c1049\", \"created_at\":\"2025-10-30T16:18:45.058907Z\", \"updated_at\":\"2025-10-30T16:18:45.058907Z\", \"name\":\"test-pool-zone\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"zone\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"f7133f1e-2498-4f60-a705-67938d64c8d7\"}" - headers: - Content-Length: - - "761" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:20:16 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 2bdbdc49-b336-44a6-b634-f3663e11301f - status: 200 OK - code: 200 - duration: 94.080472ms -- id: 32 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/854794fd-a48f-4acc-a2d3-906acdf6aa4a - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 761 - body: "{\"region\":\"fr-par\", \"id\":\"854794fd-a48f-4acc-a2d3-906acdf6aa4a\", \"cluster_id\":\"d791f1d5-dc37-4c4f-93d7-8af7989c1049\", \"created_at\":\"2025-10-30T16:18:45.058907Z\", \"updated_at\":\"2025-10-30T16:18:45.058907Z\", \"name\":\"test-pool-zone\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"zone\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"f7133f1e-2498-4f60-a705-67938d64c8d7\"}" - headers: - Content-Length: - - "761" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:20:21 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - abc7854d-1f7b-47f6-ba35-9723dfd3cc5a - status: 200 OK - code: 200 - duration: 99.59945ms -- id: 33 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/854794fd-a48f-4acc-a2d3-906acdf6aa4a - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 761 - body: "{\"region\":\"fr-par\", \"id\":\"854794fd-a48f-4acc-a2d3-906acdf6aa4a\", \"cluster_id\":\"d791f1d5-dc37-4c4f-93d7-8af7989c1049\", \"created_at\":\"2025-10-30T16:18:45.058907Z\", \"updated_at\":\"2025-10-30T16:18:45.058907Z\", \"name\":\"test-pool-zone\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"zone\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"f7133f1e-2498-4f60-a705-67938d64c8d7\"}" - headers: - Content-Length: - - "761" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:20:26 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - e5747c18-7e6e-42cf-8a71-59fd3692d4aa - status: 200 OK - code: 200 - duration: 76.940823ms -- id: 34 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/854794fd-a48f-4acc-a2d3-906acdf6aa4a - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 761 - body: "{\"region\":\"fr-par\", \"id\":\"854794fd-a48f-4acc-a2d3-906acdf6aa4a\", \"cluster_id\":\"d791f1d5-dc37-4c4f-93d7-8af7989c1049\", \"created_at\":\"2025-10-30T16:18:45.058907Z\", \"updated_at\":\"2025-10-30T16:18:45.058907Z\", \"name\":\"test-pool-zone\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"zone\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"f7133f1e-2498-4f60-a705-67938d64c8d7\"}" - headers: - Content-Length: - - "761" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:20:32 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 6351db47-c420-4cd1-b0a3-d6d5c9157edd - status: 200 OK - code: 200 - duration: 295.001021ms -- id: 35 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/854794fd-a48f-4acc-a2d3-906acdf6aa4a - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 761 - body: "{\"region\":\"fr-par\", \"id\":\"854794fd-a48f-4acc-a2d3-906acdf6aa4a\", \"cluster_id\":\"d791f1d5-dc37-4c4f-93d7-8af7989c1049\", \"created_at\":\"2025-10-30T16:18:45.058907Z\", \"updated_at\":\"2025-10-30T16:18:45.058907Z\", \"name\":\"test-pool-zone\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"zone\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"f7133f1e-2498-4f60-a705-67938d64c8d7\"}" - headers: - Content-Length: - - "761" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:20:37 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - d64487e1-7f9b-4c86-8ed5-e12293e609c7 - status: 200 OK - code: 200 - duration: 85.08569ms -- id: 36 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/854794fd-a48f-4acc-a2d3-906acdf6aa4a - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 761 - body: "{\"region\":\"fr-par\", \"id\":\"854794fd-a48f-4acc-a2d3-906acdf6aa4a\", \"cluster_id\":\"d791f1d5-dc37-4c4f-93d7-8af7989c1049\", \"created_at\":\"2025-10-30T16:18:45.058907Z\", \"updated_at\":\"2025-10-30T16:18:45.058907Z\", \"name\":\"test-pool-zone\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"zone\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"f7133f1e-2498-4f60-a705-67938d64c8d7\"}" - headers: - Content-Length: - - "761" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:20:42 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - ccedd93a-8df3-465d-8eff-c2cf0a807780 - status: 200 OK - code: 200 - duration: 80.385749ms -- id: 37 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/854794fd-a48f-4acc-a2d3-906acdf6aa4a - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 761 - body: "{\"region\":\"fr-par\", \"id\":\"854794fd-a48f-4acc-a2d3-906acdf6aa4a\", \"cluster_id\":\"d791f1d5-dc37-4c4f-93d7-8af7989c1049\", \"created_at\":\"2025-10-30T16:18:45.058907Z\", \"updated_at\":\"2025-10-30T16:18:45.058907Z\", \"name\":\"test-pool-zone\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"zone\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"f7133f1e-2498-4f60-a705-67938d64c8d7\"}" - headers: - Content-Length: - - "761" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:20:47 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - f4008fe5-8bfe-4e22-9143-93f320e85d22 - status: 200 OK - code: 200 - duration: 90.513237ms -- id: 38 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/854794fd-a48f-4acc-a2d3-906acdf6aa4a - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 761 - body: "{\"region\":\"fr-par\", \"id\":\"854794fd-a48f-4acc-a2d3-906acdf6aa4a\", \"cluster_id\":\"d791f1d5-dc37-4c4f-93d7-8af7989c1049\", \"created_at\":\"2025-10-30T16:18:45.058907Z\", \"updated_at\":\"2025-10-30T16:18:45.058907Z\", \"name\":\"test-pool-zone\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"zone\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"f7133f1e-2498-4f60-a705-67938d64c8d7\"}" - headers: - Content-Length: - - "761" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:20:52 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 32167c6f-a4a2-46fc-ac4f-58f713d7189e - status: 200 OK - code: 200 - duration: 77.157431ms -- id: 39 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/854794fd-a48f-4acc-a2d3-906acdf6aa4a - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 761 - body: "{\"region\":\"fr-par\", \"id\":\"854794fd-a48f-4acc-a2d3-906acdf6aa4a\", \"cluster_id\":\"d791f1d5-dc37-4c4f-93d7-8af7989c1049\", \"created_at\":\"2025-10-30T16:18:45.058907Z\", \"updated_at\":\"2025-10-30T16:18:45.058907Z\", \"name\":\"test-pool-zone\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"zone\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"f7133f1e-2498-4f60-a705-67938d64c8d7\"}" - headers: - Content-Length: - - "761" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:20:57 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - d266dfee-9195-4997-8456-a0c328d0ce11 - status: 200 OK - code: 200 - duration: 82.875211ms -- id: 40 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/854794fd-a48f-4acc-a2d3-906acdf6aa4a - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 761 - body: "{\"region\":\"fr-par\", \"id\":\"854794fd-a48f-4acc-a2d3-906acdf6aa4a\", \"cluster_id\":\"d791f1d5-dc37-4c4f-93d7-8af7989c1049\", \"created_at\":\"2025-10-30T16:18:45.058907Z\", \"updated_at\":\"2025-10-30T16:18:45.058907Z\", \"name\":\"test-pool-zone\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"zone\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"f7133f1e-2498-4f60-a705-67938d64c8d7\"}" - headers: - Content-Length: - - "761" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:21:02 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 16d2c82b-944c-41a8-8e6e-0d7a536ba39e - status: 200 OK - code: 200 - duration: 93.187926ms -- id: 41 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/854794fd-a48f-4acc-a2d3-906acdf6aa4a - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 761 - body: "{\"region\":\"fr-par\", \"id\":\"854794fd-a48f-4acc-a2d3-906acdf6aa4a\", \"cluster_id\":\"d791f1d5-dc37-4c4f-93d7-8af7989c1049\", \"created_at\":\"2025-10-30T16:18:45.058907Z\", \"updated_at\":\"2025-10-30T16:18:45.058907Z\", \"name\":\"test-pool-zone\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"zone\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"f7133f1e-2498-4f60-a705-67938d64c8d7\"}" - headers: - Content-Length: - - "761" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:21:07 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 1db8f3d9-4633-4c45-8719-b529d0f65f63 - status: 200 OK - code: 200 - duration: 71.598728ms -- id: 42 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/854794fd-a48f-4acc-a2d3-906acdf6aa4a - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 761 - body: "{\"region\":\"fr-par\", \"id\":\"854794fd-a48f-4acc-a2d3-906acdf6aa4a\", \"cluster_id\":\"d791f1d5-dc37-4c4f-93d7-8af7989c1049\", \"created_at\":\"2025-10-30T16:18:45.058907Z\", \"updated_at\":\"2025-10-30T16:18:45.058907Z\", \"name\":\"test-pool-zone\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"zone\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"f7133f1e-2498-4f60-a705-67938d64c8d7\"}" - headers: - Content-Length: - - "761" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:21:12 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 05e97588-39c8-426b-bb6d-d203709b1975 - status: 200 OK - code: 200 - duration: 89.392022ms -- id: 43 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/854794fd-a48f-4acc-a2d3-906acdf6aa4a - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 761 - body: "{\"region\":\"fr-par\", \"id\":\"854794fd-a48f-4acc-a2d3-906acdf6aa4a\", \"cluster_id\":\"d791f1d5-dc37-4c4f-93d7-8af7989c1049\", \"created_at\":\"2025-10-30T16:18:45.058907Z\", \"updated_at\":\"2025-10-30T16:18:45.058907Z\", \"name\":\"test-pool-zone\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"zone\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"f7133f1e-2498-4f60-a705-67938d64c8d7\"}" - headers: - Content-Length: - - "761" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:21:18 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 5420c03f-0be6-46ed-aa54-fa0bbe5e7764 - status: 200 OK - code: 200 - duration: 104.705363ms -- id: 44 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/854794fd-a48f-4acc-a2d3-906acdf6aa4a - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 761 - body: "{\"region\":\"fr-par\", \"id\":\"854794fd-a48f-4acc-a2d3-906acdf6aa4a\", \"cluster_id\":\"d791f1d5-dc37-4c4f-93d7-8af7989c1049\", \"created_at\":\"2025-10-30T16:18:45.058907Z\", \"updated_at\":\"2025-10-30T16:18:45.058907Z\", \"name\":\"test-pool-zone\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"zone\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"f7133f1e-2498-4f60-a705-67938d64c8d7\"}" - headers: - Content-Length: - - "761" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:21:23 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - ba548d44-0785-4c8e-9724-128a934b5eca - status: 200 OK - code: 200 - duration: 75.840399ms -- id: 45 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/854794fd-a48f-4acc-a2d3-906acdf6aa4a - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 761 - body: "{\"region\":\"fr-par\", \"id\":\"854794fd-a48f-4acc-a2d3-906acdf6aa4a\", \"cluster_id\":\"d791f1d5-dc37-4c4f-93d7-8af7989c1049\", \"created_at\":\"2025-10-30T16:18:45.058907Z\", \"updated_at\":\"2025-10-30T16:18:45.058907Z\", \"name\":\"test-pool-zone\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"zone\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"f7133f1e-2498-4f60-a705-67938d64c8d7\"}" - headers: - Content-Length: - - "761" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:21:28 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - e4909600-ebef-406d-9685-a3bd804df662 - status: 200 OK - code: 200 - duration: 77.606664ms -- id: 46 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/854794fd-a48f-4acc-a2d3-906acdf6aa4a - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 761 - body: "{\"region\":\"fr-par\", \"id\":\"854794fd-a48f-4acc-a2d3-906acdf6aa4a\", \"cluster_id\":\"d791f1d5-dc37-4c4f-93d7-8af7989c1049\", \"created_at\":\"2025-10-30T16:18:45.058907Z\", \"updated_at\":\"2025-10-30T16:18:45.058907Z\", \"name\":\"test-pool-zone\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"zone\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"f7133f1e-2498-4f60-a705-67938d64c8d7\"}" - headers: - Content-Length: - - "761" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:21:33 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 0b41ee6e-ab0e-4957-bbfc-802234fdeb7c - status: 200 OK - code: 200 - duration: 89.645668ms -- id: 47 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/854794fd-a48f-4acc-a2d3-906acdf6aa4a - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 761 - body: "{\"region\":\"fr-par\", \"id\":\"854794fd-a48f-4acc-a2d3-906acdf6aa4a\", \"cluster_id\":\"d791f1d5-dc37-4c4f-93d7-8af7989c1049\", \"created_at\":\"2025-10-30T16:18:45.058907Z\", \"updated_at\":\"2025-10-30T16:18:45.058907Z\", \"name\":\"test-pool-zone\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"zone\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"f7133f1e-2498-4f60-a705-67938d64c8d7\"}" - headers: - Content-Length: - - "761" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:21:38 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - db3f7f3b-d8a3-4bec-b06b-c501b33fc310 - status: 200 OK - code: 200 - duration: 85.25101ms -- id: 48 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/854794fd-a48f-4acc-a2d3-906acdf6aa4a - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 761 - body: "{\"region\":\"fr-par\", \"id\":\"854794fd-a48f-4acc-a2d3-906acdf6aa4a\", \"cluster_id\":\"d791f1d5-dc37-4c4f-93d7-8af7989c1049\", \"created_at\":\"2025-10-30T16:18:45.058907Z\", \"updated_at\":\"2025-10-30T16:18:45.058907Z\", \"name\":\"test-pool-zone\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"zone\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"f7133f1e-2498-4f60-a705-67938d64c8d7\"}" - headers: - Content-Length: - - "761" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:21:43 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - b745e83b-90fb-4ce5-9d7f-39629205d392 - status: 200 OK - code: 200 - duration: 82.092542ms -- id: 49 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/854794fd-a48f-4acc-a2d3-906acdf6aa4a - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 761 - body: "{\"region\":\"fr-par\", \"id\":\"854794fd-a48f-4acc-a2d3-906acdf6aa4a\", \"cluster_id\":\"d791f1d5-dc37-4c4f-93d7-8af7989c1049\", \"created_at\":\"2025-10-30T16:18:45.058907Z\", \"updated_at\":\"2025-10-30T16:18:45.058907Z\", \"name\":\"test-pool-zone\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"zone\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"f7133f1e-2498-4f60-a705-67938d64c8d7\"}" - headers: - Content-Length: - - "761" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:21:48 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 9c09499f-b22b-45d1-8fdd-f0cc782a2450 - status: 200 OK - code: 200 - duration: 79.641382ms -- id: 50 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/854794fd-a48f-4acc-a2d3-906acdf6aa4a - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 761 - body: "{\"region\":\"fr-par\", \"id\":\"854794fd-a48f-4acc-a2d3-906acdf6aa4a\", \"cluster_id\":\"d791f1d5-dc37-4c4f-93d7-8af7989c1049\", \"created_at\":\"2025-10-30T16:18:45.058907Z\", \"updated_at\":\"2025-10-30T16:18:45.058907Z\", \"name\":\"test-pool-zone\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"zone\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"f7133f1e-2498-4f60-a705-67938d64c8d7\"}" - headers: - Content-Length: - - "761" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:21:53 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - ff35bfd0-23b7-40cd-8dd9-21c3a56e4ce4 - status: 200 OK - code: 200 - duration: 78.613103ms -- id: 51 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/854794fd-a48f-4acc-a2d3-906acdf6aa4a - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 761 - body: "{\"region\":\"fr-par\", \"id\":\"854794fd-a48f-4acc-a2d3-906acdf6aa4a\", \"cluster_id\":\"d791f1d5-dc37-4c4f-93d7-8af7989c1049\", \"created_at\":\"2025-10-30T16:18:45.058907Z\", \"updated_at\":\"2025-10-30T16:18:45.058907Z\", \"name\":\"test-pool-zone\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"zone\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"f7133f1e-2498-4f60-a705-67938d64c8d7\"}" - headers: - Content-Length: - - "761" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:21:58 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 64c4bae5-10ed-476c-a665-a918422d0800 - status: 200 OK - code: 200 - duration: 91.911691ms -- id: 52 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/854794fd-a48f-4acc-a2d3-906acdf6aa4a - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 761 - body: "{\"region\":\"fr-par\", \"id\":\"854794fd-a48f-4acc-a2d3-906acdf6aa4a\", \"cluster_id\":\"d791f1d5-dc37-4c4f-93d7-8af7989c1049\", \"created_at\":\"2025-10-30T16:18:45.058907Z\", \"updated_at\":\"2025-10-30T16:18:45.058907Z\", \"name\":\"test-pool-zone\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"zone\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"f7133f1e-2498-4f60-a705-67938d64c8d7\"}" - headers: - Content-Length: - - "761" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:22:03 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - c3b0cf3e-df1b-487b-baeb-490b97e4667f - status: 200 OK - code: 200 - duration: 80.7539ms -- id: 53 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/854794fd-a48f-4acc-a2d3-906acdf6aa4a - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 761 - body: "{\"region\":\"fr-par\", \"id\":\"854794fd-a48f-4acc-a2d3-906acdf6aa4a\", \"cluster_id\":\"d791f1d5-dc37-4c4f-93d7-8af7989c1049\", \"created_at\":\"2025-10-30T16:18:45.058907Z\", \"updated_at\":\"2025-10-30T16:18:45.058907Z\", \"name\":\"test-pool-zone\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"zone\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"f7133f1e-2498-4f60-a705-67938d64c8d7\"}" - headers: - Content-Length: - - "761" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:22:08 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 9e65899d-a36c-431c-8ad0-a8217ed1dcf8 - status: 200 OK - code: 200 - duration: 135.676089ms -- id: 54 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/854794fd-a48f-4acc-a2d3-906acdf6aa4a - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 761 - body: "{\"region\":\"fr-par\", \"id\":\"854794fd-a48f-4acc-a2d3-906acdf6aa4a\", \"cluster_id\":\"d791f1d5-dc37-4c4f-93d7-8af7989c1049\", \"created_at\":\"2025-10-30T16:18:45.058907Z\", \"updated_at\":\"2025-10-30T16:18:45.058907Z\", \"name\":\"test-pool-zone\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"zone\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"f7133f1e-2498-4f60-a705-67938d64c8d7\"}" - headers: - Content-Length: - - "761" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:22:13 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - f8cb0bcf-2e8c-4b8d-9823-ee5b0f4040c1 - status: 200 OK - code: 200 - duration: 87.992496ms -- id: 55 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/854794fd-a48f-4acc-a2d3-906acdf6aa4a - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 761 - body: "{\"region\":\"fr-par\", \"id\":\"854794fd-a48f-4acc-a2d3-906acdf6aa4a\", \"cluster_id\":\"d791f1d5-dc37-4c4f-93d7-8af7989c1049\", \"created_at\":\"2025-10-30T16:18:45.058907Z\", \"updated_at\":\"2025-10-30T16:18:45.058907Z\", \"name\":\"test-pool-zone\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"zone\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"f7133f1e-2498-4f60-a705-67938d64c8d7\"}" - headers: - Content-Length: - - "761" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:22:19 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 1c77cf56-d72d-416e-bbc7-2be8bfa2df12 - status: 200 OK - code: 200 - duration: 91.196889ms -- id: 56 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/854794fd-a48f-4acc-a2d3-906acdf6aa4a - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 761 - body: "{\"region\":\"fr-par\", \"id\":\"854794fd-a48f-4acc-a2d3-906acdf6aa4a\", \"cluster_id\":\"d791f1d5-dc37-4c4f-93d7-8af7989c1049\", \"created_at\":\"2025-10-30T16:18:45.058907Z\", \"updated_at\":\"2025-10-30T16:18:45.058907Z\", \"name\":\"test-pool-zone\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"zone\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"f7133f1e-2498-4f60-a705-67938d64c8d7\"}" - headers: - Content-Length: - - "761" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:22:24 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 0443cde7-89a9-49f9-8fe5-de49a1ef8086 - status: 200 OK - code: 200 - duration: 119.087164ms -- id: 57 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/854794fd-a48f-4acc-a2d3-906acdf6aa4a - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 761 - body: "{\"region\":\"fr-par\", \"id\":\"854794fd-a48f-4acc-a2d3-906acdf6aa4a\", \"cluster_id\":\"d791f1d5-dc37-4c4f-93d7-8af7989c1049\", \"created_at\":\"2025-10-30T16:18:45.058907Z\", \"updated_at\":\"2025-10-30T16:18:45.058907Z\", \"name\":\"test-pool-zone\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"zone\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"f7133f1e-2498-4f60-a705-67938d64c8d7\"}" - headers: - Content-Length: - - "761" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:22:29 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - b2fafecb-d49e-41b8-9613-35bb7c7c7b3c - status: 200 OK - code: 200 - duration: 146.990073ms -- id: 58 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/854794fd-a48f-4acc-a2d3-906acdf6aa4a - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 761 - body: "{\"region\":\"fr-par\", \"id\":\"854794fd-a48f-4acc-a2d3-906acdf6aa4a\", \"cluster_id\":\"d791f1d5-dc37-4c4f-93d7-8af7989c1049\", \"created_at\":\"2025-10-30T16:18:45.058907Z\", \"updated_at\":\"2025-10-30T16:18:45.058907Z\", \"name\":\"test-pool-zone\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"zone\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"f7133f1e-2498-4f60-a705-67938d64c8d7\"}" - headers: - Content-Length: - - "761" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:22:34 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - daf0f351-7da5-4ed4-8e27-879ecb5677ec - status: 200 OK - code: 200 - duration: 134.122383ms -- id: 59 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/854794fd-a48f-4acc-a2d3-906acdf6aa4a - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 761 - body: "{\"region\":\"fr-par\", \"id\":\"854794fd-a48f-4acc-a2d3-906acdf6aa4a\", \"cluster_id\":\"d791f1d5-dc37-4c4f-93d7-8af7989c1049\", \"created_at\":\"2025-10-30T16:18:45.058907Z\", \"updated_at\":\"2025-10-30T16:18:45.058907Z\", \"name\":\"test-pool-zone\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"zone\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"f7133f1e-2498-4f60-a705-67938d64c8d7\"}" - headers: - Content-Length: - - "761" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:22:39 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - a469e4b3-ae4b-4ca8-9a9c-93963cc85cdf - status: 200 OK - code: 200 - duration: 82.608762ms -- id: 60 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/854794fd-a48f-4acc-a2d3-906acdf6aa4a - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 761 - body: "{\"region\":\"fr-par\", \"id\":\"854794fd-a48f-4acc-a2d3-906acdf6aa4a\", \"cluster_id\":\"d791f1d5-dc37-4c4f-93d7-8af7989c1049\", \"created_at\":\"2025-10-30T16:18:45.058907Z\", \"updated_at\":\"2025-10-30T16:18:45.058907Z\", \"name\":\"test-pool-zone\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"zone\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"f7133f1e-2498-4f60-a705-67938d64c8d7\"}" - headers: - Content-Length: - - "761" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:22:44 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 9f005566-a6bb-464b-b299-9c21d3ce91c9 - status: 200 OK - code: 200 - duration: 85.429846ms -- id: 61 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/854794fd-a48f-4acc-a2d3-906acdf6aa4a - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 761 - body: "{\"region\":\"fr-par\", \"id\":\"854794fd-a48f-4acc-a2d3-906acdf6aa4a\", \"cluster_id\":\"d791f1d5-dc37-4c4f-93d7-8af7989c1049\", \"created_at\":\"2025-10-30T16:18:45.058907Z\", \"updated_at\":\"2025-10-30T16:18:45.058907Z\", \"name\":\"test-pool-zone\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"zone\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"f7133f1e-2498-4f60-a705-67938d64c8d7\"}" - headers: - Content-Length: - - "761" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:22:49 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - bfb9a2c1-1683-4c71-ad80-4659971f1b7b - status: 200 OK - code: 200 - duration: 89.952875ms -- id: 62 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/854794fd-a48f-4acc-a2d3-906acdf6aa4a - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 761 - body: "{\"region\":\"fr-par\", \"id\":\"854794fd-a48f-4acc-a2d3-906acdf6aa4a\", \"cluster_id\":\"d791f1d5-dc37-4c4f-93d7-8af7989c1049\", \"created_at\":\"2025-10-30T16:18:45.058907Z\", \"updated_at\":\"2025-10-30T16:18:45.058907Z\", \"name\":\"test-pool-zone\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"zone\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"f7133f1e-2498-4f60-a705-67938d64c8d7\"}" - headers: - Content-Length: - - "761" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:22:54 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - d613fe25-4268-44d3-a72e-c301e2bc6377 - status: 200 OK - code: 200 - duration: 72.027272ms -- id: 63 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/854794fd-a48f-4acc-a2d3-906acdf6aa4a - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 761 - body: "{\"region\":\"fr-par\", \"id\":\"854794fd-a48f-4acc-a2d3-906acdf6aa4a\", \"cluster_id\":\"d791f1d5-dc37-4c4f-93d7-8af7989c1049\", \"created_at\":\"2025-10-30T16:18:45.058907Z\", \"updated_at\":\"2025-10-30T16:18:45.058907Z\", \"name\":\"test-pool-zone\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"zone\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"f7133f1e-2498-4f60-a705-67938d64c8d7\"}" - headers: - Content-Length: - - "761" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:22:59 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 2a5a47c3-ba6b-49ab-ae36-d498875adc30 - status: 200 OK - code: 200 - duration: 102.746447ms -- id: 64 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/854794fd-a48f-4acc-a2d3-906acdf6aa4a - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 761 - body: "{\"region\":\"fr-par\", \"id\":\"854794fd-a48f-4acc-a2d3-906acdf6aa4a\", \"cluster_id\":\"d791f1d5-dc37-4c4f-93d7-8af7989c1049\", \"created_at\":\"2025-10-30T16:18:45.058907Z\", \"updated_at\":\"2025-10-30T16:18:45.058907Z\", \"name\":\"test-pool-zone\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"zone\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"f7133f1e-2498-4f60-a705-67938d64c8d7\"}" - headers: - Content-Length: - - "761" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:23:05 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 362194ad-a8c6-4802-b88b-9e2b7b0f0c9c - status: 200 OK - code: 200 - duration: 87.038866ms -- id: 65 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/854794fd-a48f-4acc-a2d3-906acdf6aa4a - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 761 - body: "{\"region\":\"fr-par\", \"id\":\"854794fd-a48f-4acc-a2d3-906acdf6aa4a\", \"cluster_id\":\"d791f1d5-dc37-4c4f-93d7-8af7989c1049\", \"created_at\":\"2025-10-30T16:18:45.058907Z\", \"updated_at\":\"2025-10-30T16:18:45.058907Z\", \"name\":\"test-pool-zone\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"zone\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"f7133f1e-2498-4f60-a705-67938d64c8d7\"}" - headers: - Content-Length: - - "761" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:23:10 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 65a25f66-82d0-4ab2-9d5e-68bfb745f178 - status: 200 OK - code: 200 - duration: 101.08091ms -- id: 66 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/854794fd-a48f-4acc-a2d3-906acdf6aa4a - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 761 - body: "{\"region\":\"fr-par\", \"id\":\"854794fd-a48f-4acc-a2d3-906acdf6aa4a\", \"cluster_id\":\"d791f1d5-dc37-4c4f-93d7-8af7989c1049\", \"created_at\":\"2025-10-30T16:18:45.058907Z\", \"updated_at\":\"2025-10-30T16:18:45.058907Z\", \"name\":\"test-pool-zone\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"zone\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"f7133f1e-2498-4f60-a705-67938d64c8d7\"}" - headers: - Content-Length: - - "761" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:23:15 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 208fe44d-ee4e-46e9-be98-86968b77e9b6 - status: 200 OK - code: 200 - duration: 77.277686ms -- id: 67 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/854794fd-a48f-4acc-a2d3-906acdf6aa4a - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 761 - body: "{\"region\":\"fr-par\", \"id\":\"854794fd-a48f-4acc-a2d3-906acdf6aa4a\", \"cluster_id\":\"d791f1d5-dc37-4c4f-93d7-8af7989c1049\", \"created_at\":\"2025-10-30T16:18:45.058907Z\", \"updated_at\":\"2025-10-30T16:18:45.058907Z\", \"name\":\"test-pool-zone\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"zone\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"f7133f1e-2498-4f60-a705-67938d64c8d7\"}" - headers: - Content-Length: - - "761" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:23:20 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - af5c245b-f98f-48e9-ae5c-8f5987e33c87 - status: 200 OK - code: 200 - duration: 104.548869ms -- id: 68 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/854794fd-a48f-4acc-a2d3-906acdf6aa4a - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 761 - body: "{\"region\":\"fr-par\", \"id\":\"854794fd-a48f-4acc-a2d3-906acdf6aa4a\", \"cluster_id\":\"d791f1d5-dc37-4c4f-93d7-8af7989c1049\", \"created_at\":\"2025-10-30T16:18:45.058907Z\", \"updated_at\":\"2025-10-30T16:18:45.058907Z\", \"name\":\"test-pool-zone\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"zone\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"f7133f1e-2498-4f60-a705-67938d64c8d7\"}" - headers: - Content-Length: - - "761" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:23:25 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - fcd2b68f-853d-4a47-9aae-a2b88a0d1dce - status: 200 OK - code: 200 - duration: 77.915162ms -- id: 69 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/854794fd-a48f-4acc-a2d3-906acdf6aa4a - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 761 - body: "{\"region\":\"fr-par\", \"id\":\"854794fd-a48f-4acc-a2d3-906acdf6aa4a\", \"cluster_id\":\"d791f1d5-dc37-4c4f-93d7-8af7989c1049\", \"created_at\":\"2025-10-30T16:18:45.058907Z\", \"updated_at\":\"2025-10-30T16:18:45.058907Z\", \"name\":\"test-pool-zone\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"zone\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"f7133f1e-2498-4f60-a705-67938d64c8d7\"}" - headers: - Content-Length: - - "761" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:23:30 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - ba5168a4-cbc6-475c-b793-f590daa6dce8 - status: 200 OK - code: 200 - duration: 89.370853ms -- id: 70 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/854794fd-a48f-4acc-a2d3-906acdf6aa4a - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 761 - body: "{\"region\":\"fr-par\", \"id\":\"854794fd-a48f-4acc-a2d3-906acdf6aa4a\", \"cluster_id\":\"d791f1d5-dc37-4c4f-93d7-8af7989c1049\", \"created_at\":\"2025-10-30T16:18:45.058907Z\", \"updated_at\":\"2025-10-30T16:18:45.058907Z\", \"name\":\"test-pool-zone\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"zone\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"f7133f1e-2498-4f60-a705-67938d64c8d7\"}" - headers: - Content-Length: - - "761" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:23:35 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 1e3435c7-e03b-4cf5-bbc5-b6962bacac94 - status: 200 OK - code: 200 - duration: 107.089017ms -- id: 71 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/854794fd-a48f-4acc-a2d3-906acdf6aa4a - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 761 - body: "{\"region\":\"fr-par\", \"id\":\"854794fd-a48f-4acc-a2d3-906acdf6aa4a\", \"cluster_id\":\"d791f1d5-dc37-4c4f-93d7-8af7989c1049\", \"created_at\":\"2025-10-30T16:18:45.058907Z\", \"updated_at\":\"2025-10-30T16:18:45.058907Z\", \"name\":\"test-pool-zone\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"zone\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"f7133f1e-2498-4f60-a705-67938d64c8d7\"}" - headers: - Content-Length: - - "761" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:23:40 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - adeef74b-494b-4a5f-9eb2-3b83c406efa9 - status: 200 OK - code: 200 - duration: 88.095649ms -- id: 72 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/854794fd-a48f-4acc-a2d3-906acdf6aa4a - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 761 - body: "{\"region\":\"fr-par\", \"id\":\"854794fd-a48f-4acc-a2d3-906acdf6aa4a\", \"cluster_id\":\"d791f1d5-dc37-4c4f-93d7-8af7989c1049\", \"created_at\":\"2025-10-30T16:18:45.058907Z\", \"updated_at\":\"2025-10-30T16:18:45.058907Z\", \"name\":\"test-pool-zone\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"zone\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"f7133f1e-2498-4f60-a705-67938d64c8d7\"}" - headers: - Content-Length: - - "761" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:23:45 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - e0a5f2a4-7a1a-441d-88e8-93c03868da1d - status: 200 OK - code: 200 - duration: 99.977689ms -- id: 73 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/854794fd-a48f-4acc-a2d3-906acdf6aa4a - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 761 - body: "{\"region\":\"fr-par\", \"id\":\"854794fd-a48f-4acc-a2d3-906acdf6aa4a\", \"cluster_id\":\"d791f1d5-dc37-4c4f-93d7-8af7989c1049\", \"created_at\":\"2025-10-30T16:18:45.058907Z\", \"updated_at\":\"2025-10-30T16:18:45.058907Z\", \"name\":\"test-pool-zone\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"zone\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"f7133f1e-2498-4f60-a705-67938d64c8d7\"}" - headers: - Content-Length: - - "761" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:23:50 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 675ee5ef-6a4e-4ace-8390-6cf22b4ad6ae - status: 200 OK - code: 200 - duration: 107.414517ms -- id: 74 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/854794fd-a48f-4acc-a2d3-906acdf6aa4a - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 761 - body: "{\"region\":\"fr-par\", \"id\":\"854794fd-a48f-4acc-a2d3-906acdf6aa4a\", \"cluster_id\":\"d791f1d5-dc37-4c4f-93d7-8af7989c1049\", \"created_at\":\"2025-10-30T16:18:45.058907Z\", \"updated_at\":\"2025-10-30T16:18:45.058907Z\", \"name\":\"test-pool-zone\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"zone\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"f7133f1e-2498-4f60-a705-67938d64c8d7\"}" - headers: - Content-Length: - - "761" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:23:55 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - c7e78cad-171c-4de1-8491-a6c261a61746 - status: 200 OK - code: 200 - duration: 83.659223ms -- id: 75 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/854794fd-a48f-4acc-a2d3-906acdf6aa4a - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 761 - body: "{\"region\":\"fr-par\", \"id\":\"854794fd-a48f-4acc-a2d3-906acdf6aa4a\", \"cluster_id\":\"d791f1d5-dc37-4c4f-93d7-8af7989c1049\", \"created_at\":\"2025-10-30T16:18:45.058907Z\", \"updated_at\":\"2025-10-30T16:18:45.058907Z\", \"name\":\"test-pool-zone\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"zone\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"f7133f1e-2498-4f60-a705-67938d64c8d7\"}" - headers: - Content-Length: - - "761" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:24:01 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 1617e49e-9ff6-4dba-8f06-bc1101ca55d5 - status: 200 OK - code: 200 - duration: 91.960904ms -- id: 76 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/854794fd-a48f-4acc-a2d3-906acdf6aa4a - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 761 - body: "{\"region\":\"fr-par\", \"id\":\"854794fd-a48f-4acc-a2d3-906acdf6aa4a\", \"cluster_id\":\"d791f1d5-dc37-4c4f-93d7-8af7989c1049\", \"created_at\":\"2025-10-30T16:18:45.058907Z\", \"updated_at\":\"2025-10-30T16:18:45.058907Z\", \"name\":\"test-pool-zone\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"zone\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"f7133f1e-2498-4f60-a705-67938d64c8d7\"}" - headers: - Content-Length: - - "761" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:24:06 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 5e3781e9-ac3b-41cd-abfe-d6d3e134fd53 - status: 200 OK - code: 200 - duration: 99.497889ms -- id: 77 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/854794fd-a48f-4acc-a2d3-906acdf6aa4a - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 761 - body: "{\"region\":\"fr-par\", \"id\":\"854794fd-a48f-4acc-a2d3-906acdf6aa4a\", \"cluster_id\":\"d791f1d5-dc37-4c4f-93d7-8af7989c1049\", \"created_at\":\"2025-10-30T16:18:45.058907Z\", \"updated_at\":\"2025-10-30T16:18:45.058907Z\", \"name\":\"test-pool-zone\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"zone\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"f7133f1e-2498-4f60-a705-67938d64c8d7\"}" - headers: - Content-Length: - - "761" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:24:11 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - fed90a2e-c0e9-4309-8c87-757523cdffd8 - status: 200 OK - code: 200 - duration: 80.697494ms -- id: 78 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/854794fd-a48f-4acc-a2d3-906acdf6aa4a - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 761 - body: "{\"region\":\"fr-par\", \"id\":\"854794fd-a48f-4acc-a2d3-906acdf6aa4a\", \"cluster_id\":\"d791f1d5-dc37-4c4f-93d7-8af7989c1049\", \"created_at\":\"2025-10-30T16:18:45.058907Z\", \"updated_at\":\"2025-10-30T16:18:45.058907Z\", \"name\":\"test-pool-zone\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"zone\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"f7133f1e-2498-4f60-a705-67938d64c8d7\"}" - headers: - Content-Length: - - "761" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:24:16 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 8a2d0a7a-2e8e-4bd0-93ff-1f93d78733a3 - status: 200 OK - code: 200 - duration: 99.041223ms -- id: 79 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/854794fd-a48f-4acc-a2d3-906acdf6aa4a - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 761 - body: "{\"region\":\"fr-par\", \"id\":\"854794fd-a48f-4acc-a2d3-906acdf6aa4a\", \"cluster_id\":\"d791f1d5-dc37-4c4f-93d7-8af7989c1049\", \"created_at\":\"2025-10-30T16:18:45.058907Z\", \"updated_at\":\"2025-10-30T16:18:45.058907Z\", \"name\":\"test-pool-zone\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"zone\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"f7133f1e-2498-4f60-a705-67938d64c8d7\"}" - headers: - Content-Length: - - "761" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:24:21 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 9cc390a1-ccca-4706-ac6a-9ee65dbdec37 - status: 200 OK - code: 200 - duration: 99.00237ms -- id: 80 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/854794fd-a48f-4acc-a2d3-906acdf6aa4a - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 761 - body: "{\"region\":\"fr-par\", \"id\":\"854794fd-a48f-4acc-a2d3-906acdf6aa4a\", \"cluster_id\":\"d791f1d5-dc37-4c4f-93d7-8af7989c1049\", \"created_at\":\"2025-10-30T16:18:45.058907Z\", \"updated_at\":\"2025-10-30T16:18:45.058907Z\", \"name\":\"test-pool-zone\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"zone\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"f7133f1e-2498-4f60-a705-67938d64c8d7\"}" - headers: - Content-Length: - - "761" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:24:26 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - c3de269e-a339-4a35-9e2a-051f51a91a50 - status: 200 OK - code: 200 - duration: 94.986622ms -- id: 81 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/854794fd-a48f-4acc-a2d3-906acdf6aa4a - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 761 - body: "{\"region\":\"fr-par\", \"id\":\"854794fd-a48f-4acc-a2d3-906acdf6aa4a\", \"cluster_id\":\"d791f1d5-dc37-4c4f-93d7-8af7989c1049\", \"created_at\":\"2025-10-30T16:18:45.058907Z\", \"updated_at\":\"2025-10-30T16:18:45.058907Z\", \"name\":\"test-pool-zone\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"zone\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"f7133f1e-2498-4f60-a705-67938d64c8d7\"}" - headers: - Content-Length: - - "761" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:24:31 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 280bd4f2-8304-4571-8443-bc8842cca3f1 - status: 200 OK - code: 200 - duration: 74.241567ms -- id: 82 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/854794fd-a48f-4acc-a2d3-906acdf6aa4a - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 761 - body: "{\"region\":\"fr-par\", \"id\":\"854794fd-a48f-4acc-a2d3-906acdf6aa4a\", \"cluster_id\":\"d791f1d5-dc37-4c4f-93d7-8af7989c1049\", \"created_at\":\"2025-10-30T16:18:45.058907Z\", \"updated_at\":\"2025-10-30T16:18:45.058907Z\", \"name\":\"test-pool-zone\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"zone\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"f7133f1e-2498-4f60-a705-67938d64c8d7\"}" - headers: - Content-Length: - - "761" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:24:36 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 4fc671e5-9d22-4ccb-bfc8-61fa2e12f0bb - status: 200 OK - code: 200 - duration: 85.847841ms -- id: 83 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/854794fd-a48f-4acc-a2d3-906acdf6aa4a - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 761 - body: "{\"region\":\"fr-par\", \"id\":\"854794fd-a48f-4acc-a2d3-906acdf6aa4a\", \"cluster_id\":\"d791f1d5-dc37-4c4f-93d7-8af7989c1049\", \"created_at\":\"2025-10-30T16:18:45.058907Z\", \"updated_at\":\"2025-10-30T16:18:45.058907Z\", \"name\":\"test-pool-zone\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"zone\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"f7133f1e-2498-4f60-a705-67938d64c8d7\"}" - headers: - Content-Length: - - "761" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:24:41 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - e44674ed-8cae-4286-9aea-1bfb802b725a - status: 200 OK - code: 200 - duration: 85.014717ms -- id: 84 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/854794fd-a48f-4acc-a2d3-906acdf6aa4a - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 761 - body: "{\"region\":\"fr-par\", \"id\":\"854794fd-a48f-4acc-a2d3-906acdf6aa4a\", \"cluster_id\":\"d791f1d5-dc37-4c4f-93d7-8af7989c1049\", \"created_at\":\"2025-10-30T16:18:45.058907Z\", \"updated_at\":\"2025-10-30T16:18:45.058907Z\", \"name\":\"test-pool-zone\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"zone\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"f7133f1e-2498-4f60-a705-67938d64c8d7\"}" - headers: - Content-Length: - - "761" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:24:46 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - a2381fe3-7986-4cbe-80e9-659153bd5975 - status: 200 OK - code: 200 - duration: 80.353359ms -- id: 85 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/854794fd-a48f-4acc-a2d3-906acdf6aa4a - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 761 - body: "{\"region\":\"fr-par\", \"id\":\"854794fd-a48f-4acc-a2d3-906acdf6aa4a\", \"cluster_id\":\"d791f1d5-dc37-4c4f-93d7-8af7989c1049\", \"created_at\":\"2025-10-30T16:18:45.058907Z\", \"updated_at\":\"2025-10-30T16:18:45.058907Z\", \"name\":\"test-pool-zone\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"zone\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"f7133f1e-2498-4f60-a705-67938d64c8d7\"}" - headers: - Content-Length: - - "761" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:24:51 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 677c3ba7-ecfe-48ff-86db-435e5fd8b173 - status: 200 OK - code: 200 - duration: 99.101896ms -- id: 86 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/854794fd-a48f-4acc-a2d3-906acdf6aa4a - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 761 - body: "{\"region\":\"fr-par\", \"id\":\"854794fd-a48f-4acc-a2d3-906acdf6aa4a\", \"cluster_id\":\"d791f1d5-dc37-4c4f-93d7-8af7989c1049\", \"created_at\":\"2025-10-30T16:18:45.058907Z\", \"updated_at\":\"2025-10-30T16:18:45.058907Z\", \"name\":\"test-pool-zone\", \"status\":\"scaling\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"zone\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"f7133f1e-2498-4f60-a705-67938d64c8d7\"}" - headers: - Content-Length: - - "761" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:24:57 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 6016ef5f-c44f-4625-a3b8-a31abec62ee9 - status: 200 OK - code: 200 - duration: 93.013019ms -- id: 87 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/854794fd-a48f-4acc-a2d3-906acdf6aa4a - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 759 - body: "{\"region\":\"fr-par\", \"id\":\"854794fd-a48f-4acc-a2d3-906acdf6aa4a\", \"cluster_id\":\"d791f1d5-dc37-4c4f-93d7-8af7989c1049\", \"created_at\":\"2025-10-30T16:18:45.058907Z\", \"updated_at\":\"2025-10-30T16:25:00.321561Z\", \"name\":\"test-pool-zone\", \"status\":\"ready\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"zone\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"f7133f1e-2498-4f60-a705-67938d64c8d7\"}" - headers: - Content-Length: - - "759" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:25:02 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - b0f83317-1072-487a-b96e-826027e4ff6a - status: 200 OK - code: 200 - duration: 87.636087ms -- id: 88 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/d791f1d5-dc37-4c4f-93d7-8af7989c1049 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1627 - body: "{\"region\":\"fr-par\", \"id\":\"d791f1d5-dc37-4c4f-93d7-8af7989c1049\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:39.505931Z\", \"updated_at\":\"2025-10-30T16:20:16.582942Z\", \"type\":\"kapsule\", \"name\":\"test-pool-zone\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"zone\"], \"cluster_url\":\"https://d791f1d5-dc37-4c4f-93d7-8af7989c1049.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.d791f1d5-dc37-4c4f-93d7-8af7989c1049.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"27ac07db-b4f0-46c0-b33c-fda26a546295\", \"commitment_ends_at\":\"2025-10-30T16:18:39.505941Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"1fa4e0ee-4dd6-419e-9825-9684ada716ba\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1627" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:25:02 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 3a014126-cd83-4148-81f0-6568c6e7e8d2 - status: 200 OK - code: 200 - duration: 24.790297ms -- id: 89 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/854794fd-a48f-4acc-a2d3-906acdf6aa4a - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 759 - body: "{\"region\":\"fr-par\", \"id\":\"854794fd-a48f-4acc-a2d3-906acdf6aa4a\", \"cluster_id\":\"d791f1d5-dc37-4c4f-93d7-8af7989c1049\", \"created_at\":\"2025-10-30T16:18:45.058907Z\", \"updated_at\":\"2025-10-30T16:25:00.321561Z\", \"name\":\"test-pool-zone\", \"status\":\"ready\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"zone\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"f7133f1e-2498-4f60-a705-67938d64c8d7\"}" - headers: - Content-Length: - - "759" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:25:02 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 4724e475-5966-4821-8bf4-902cd90c1460 - status: 200 OK - code: 200 - duration: 83.474185ms -- id: 90 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - form: - order_by: - - created_at_asc - page: - - "1" - pool_id: - - 854794fd-a48f-4acc-a2d3-906acdf6aa4a - status: - - unknown - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/d791f1d5-dc37-4c4f-93d7-8af7989c1049/nodes?order_by=created_at_asc&page=1&pool_id=854794fd-a48f-4acc-a2d3-906acdf6aa4a&status=unknown - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 620 - body: "{\"total_count\":1, \"nodes\":[{\"region\":\"fr-par\", \"id\":\"0bce5ac7-df73-41bc-9fc3-7d34bb1d1fd6\", \"cluster_id\":\"d791f1d5-dc37-4c4f-93d7-8af7989c1049\", \"created_at\":\"2025-10-30T16:24:01.851586Z\", \"updated_at\":\"2025-10-30T16:25:00.308344Z\", \"pool_id\":\"854794fd-a48f-4acc-a2d3-906acdf6aa4a\", \"status\":\"ready\", \"conditions\":{\"DiskPressure\":\"False\", \"MemoryPressure\":\"False\", \"PIDPressure\":\"False\", \"Ready\":\"True\"}, \"name\":\"scw-test-pool-zone-test-pool-zone-0bce5ac7df73\", \"public_ip_v4\":\"51.159.173.252\", \"public_ip_v6\":null, \"provider_id\":\"scaleway://instance/fr-par-2/26105214-77b0-4ba3-b555-cda300203d9a\", \"error_message\":\"\"}]}" - headers: - Content-Length: - - "620" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:25:02 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 5b936a43-8903-4b6f-b970-f92f082392ee - status: 200 OK - code: 200 - duration: 24.299626ms -- id: 91 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/d791f1d5-dc37-4c4f-93d7-8af7989c1049 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1627 - body: "{\"region\":\"fr-par\", \"id\":\"d791f1d5-dc37-4c4f-93d7-8af7989c1049\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:39.505931Z\", \"updated_at\":\"2025-10-30T16:20:16.582942Z\", \"type\":\"kapsule\", \"name\":\"test-pool-zone\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"zone\"], \"cluster_url\":\"https://d791f1d5-dc37-4c4f-93d7-8af7989c1049.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.d791f1d5-dc37-4c4f-93d7-8af7989c1049.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"27ac07db-b4f0-46c0-b33c-fda26a546295\", \"commitment_ends_at\":\"2025-10-30T16:18:39.505941Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"1fa4e0ee-4dd6-419e-9825-9684ada716ba\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1627" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:25:02 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - b81247ae-445c-4d1a-87b2-3c03bdb94c6e - status: 200 OK - code: 200 - duration: 25.319069ms -- id: 92 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - form: - order_by: - - created_at_desc - project_id: - - 105bdce1-64c0-48ab-899d-868455867ecf - resource_name: - - scw-test-pool-zone-test-pool-zone-0bce5ac7df73 - resource_type: - - unknown_type - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/ipam/v1/regions/fr-par/ips?order_by=created_at_desc&project_id=105bdce1-64c0-48ab-899d-868455867ecf&resource_name=scw-test-pool-zone-test-pool-zone-0bce5ac7df73&resource_type=unknown_type - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1122 - body: "{\"total_count\":2, \"ips\":[{\"id\":\"2bb2f1b5-10a7-4053-8335-e4b5a2276916\", \"address\":\"fd5f:519c:6d46:f63d:a663:f01c:6ca6:8321/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":true, \"created_at\":\"2025-10-30T16:24:05.050137Z\", \"updated_at\":\"2025-10-30T16:24:05.050137Z\", \"source\":{\"subnet_id\":\"b450b883-5f61-4703-856e-3bed5e617812\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"4e408267-7d6c-44e7-847a-7c10a3f17a9e\", \"mac_address\":\"02:00:00:2A:15:86\", \"name\":\"scw-test-pool-zone-test-pool-zone-0bce5ac7df73\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}, {\"id\":\"87c7c36d-97a9-4607-a211-0b1d7d22d646\", \"address\":\"172.18.56.3/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":false, \"created_at\":\"2025-10-30T16:24:04.940610Z\", \"updated_at\":\"2025-10-30T16:24:04.940610Z\", \"source\":{\"subnet_id\":\"33a3e721-7289-4305-975f-e325f5fa6a82\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"4e408267-7d6c-44e7-847a-7c10a3f17a9e\", \"mac_address\":\"02:00:00:2A:15:86\", \"name\":\"scw-test-pool-zone-test-pool-zone-0bce5ac7df73\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}]}" - headers: - Content-Length: - - "1122" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:25:02 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - abc6dc5b-89a3-4fba-be25-c812388e3c22 - status: 200 OK - code: 200 - duration: 27.113076ms -- id: 93 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/d791f1d5-dc37-4c4f-93d7-8af7989c1049 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1627 - body: "{\"region\":\"fr-par\", \"id\":\"d791f1d5-dc37-4c4f-93d7-8af7989c1049\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:39.505931Z\", \"updated_at\":\"2025-10-30T16:20:16.582942Z\", \"type\":\"kapsule\", \"name\":\"test-pool-zone\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"zone\"], \"cluster_url\":\"https://d791f1d5-dc37-4c4f-93d7-8af7989c1049.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.d791f1d5-dc37-4c4f-93d7-8af7989c1049.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"27ac07db-b4f0-46c0-b33c-fda26a546295\", \"commitment_ends_at\":\"2025-10-30T16:18:39.505941Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"1fa4e0ee-4dd6-419e-9825-9684ada716ba\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1627" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:25:02 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - cdcf8b9b-794f-4df6-9120-545166ed79b8 - status: 200 OK - code: 200 - duration: 51.682068ms -- id: 94 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/854794fd-a48f-4acc-a2d3-906acdf6aa4a - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 759 - body: "{\"region\":\"fr-par\", \"id\":\"854794fd-a48f-4acc-a2d3-906acdf6aa4a\", \"cluster_id\":\"d791f1d5-dc37-4c4f-93d7-8af7989c1049\", \"created_at\":\"2025-10-30T16:18:45.058907Z\", \"updated_at\":\"2025-10-30T16:25:00.321561Z\", \"name\":\"test-pool-zone\", \"status\":\"ready\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"zone\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"f7133f1e-2498-4f60-a705-67938d64c8d7\"}" - headers: - Content-Length: - - "759" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:25:02 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 69cc5d1b-cfa2-486b-8f7c-fd8a464178c2 - status: 200 OK - code: 200 - duration: 31.431341ms -- id: 95 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/fr-par/vpcs/292d9618-7ef0-4404-9408-efd679d9baeb - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 427 - body: "{\"id\":\"292d9618-7ef0-4404-9408-efd679d9baeb\", \"name\":\"testAccCheckK8SPoolConfigZone\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:38.597202Z\", \"updated_at\":\"2025-10-30T16:18:38.597202Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_default\":false, \"private_network_count\":1, \"routing_enabled\":true, \"custom_routes_propagation_enabled\":true, \"region\":\"fr-par\"}" - headers: - Content-Length: - - "427" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:25:02 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 51ec250a-6387-4253-95bb-bf569926f38c - status: 200 OK - code: 200 - duration: 25.793049ms -- id: 96 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks/27ac07db-b4f0-46c0-b33c-fda26a546295 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1084 - body: "{\"id\":\"27ac07db-b4f0-46c0-b33c-fda26a546295\", \"name\":\"test-pool-zone\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:38.685380Z\", \"updated_at\":\"2025-10-30T16:18:38.685380Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"subnets\":[{\"id\":\"33a3e721-7289-4305-975f-e325f5fa6a82\", \"created_at\":\"2025-10-30T16:18:38.685380Z\", \"updated_at\":\"2025-10-30T16:18:38.685380Z\", \"subnet\":\"172.18.56.0/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"27ac07db-b4f0-46c0-b33c-fda26a546295\", \"vpc_id\":\"292d9618-7ef0-4404-9408-efd679d9baeb\"}, {\"id\":\"b450b883-5f61-4703-856e-3bed5e617812\", \"created_at\":\"2025-10-30T16:18:38.685380Z\", \"updated_at\":\"2025-10-30T16:18:38.685380Z\", \"subnet\":\"fd5f:519c:6d46:f63d::/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"27ac07db-b4f0-46c0-b33c-fda26a546295\", \"vpc_id\":\"292d9618-7ef0-4404-9408-efd679d9baeb\"}], \"vpc_id\":\"292d9618-7ef0-4404-9408-efd679d9baeb\", \"dhcp_enabled\":true, \"default_route_propagation_enabled\":false, \"region\":\"fr-par\"}" - headers: - Content-Length: - - "1084" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:25:02 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 4ad71600-c264-4d05-8598-7af0094007fa - status: 200 OK - code: 200 - duration: 24.713794ms -- id: 97 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/d791f1d5-dc37-4c4f-93d7-8af7989c1049 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1627 - body: "{\"region\":\"fr-par\", \"id\":\"d791f1d5-dc37-4c4f-93d7-8af7989c1049\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:39.505931Z\", \"updated_at\":\"2025-10-30T16:20:16.582942Z\", \"type\":\"kapsule\", \"name\":\"test-pool-zone\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"zone\"], \"cluster_url\":\"https://d791f1d5-dc37-4c4f-93d7-8af7989c1049.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.d791f1d5-dc37-4c4f-93d7-8af7989c1049.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"27ac07db-b4f0-46c0-b33c-fda26a546295\", \"commitment_ends_at\":\"2025-10-30T16:18:39.505941Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"1fa4e0ee-4dd6-419e-9825-9684ada716ba\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1627" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:25:02 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - acb1e933-dd61-48d5-b8ac-8184a8732a37 - status: 200 OK - code: 200 - duration: 22.028393ms -- id: 98 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/d791f1d5-dc37-4c4f-93d7-8af7989c1049/kubeconfig - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1650 - body: "{\"name\":\"kubeconfig\", \"content_type\":\"application/octet-stream\", \"content\":\"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogInRlc3QtcG9vbC16b25lIgogIGNsdXN0ZXI6CiAgICBjZXJ0aWZpY2F0ZS1hdXRob3JpdHktZGF0YTogTFMwdExTMUNSVWRKVGlCRFJWSlVTVVpKUTBGVVJTMHRMUzB0Q2sxSlNVSlhha05EUVZGSFowRjNTVUpCWjBsQ1FVUkJTMEpuWjNGb2EycFBVRkZSUkVGcVFWWk5VazEzUlZGWlJGWlJVVVJGZDNCeVpGZEtiR050Tld3S1pFZFdlazFDTkZoRVZFa3hUVlJCZVU5VVJUSk5WR2Q2VDFadldFUlVUVEZOVkVGNVQxUkZNazFVWjNwUFZtOTNSbFJGVkUxQ1JVZEJNVlZGUVhoTlN3cGhNMVpwV2xoS2RWcFlVbXhqZWtKYVRVSk5SMEo1Y1VkVFRUUTVRV2RGUjBORGNVZFRUVFE1UVhkRlNFRXdTVUZDUVdaM1FVVlBjV05XZFRGTGFucExDbTl3WTFBNU5GRjFaVFZRS3pkeVV5OTZRMHhqYVhkaVowUjNOVzlOV1hVcmQxWjZjbXRvZFRWT2ExUjNiMG93Y0hoM2RXTjVObHBJTW5kV1dFcHlZWFVLYnpORFNIVmtSMnBSYWtKQlRVRTBSMEV4VldSRWQwVkNMM2RSUlVGM1NVTndSRUZRUW1kT1ZraFNUVUpCWmpoRlFsUkJSRUZSU0M5TlFqQkhRVEZWWkFwRVoxRlhRa0pUUVhKcmQwbDNibTFpYUM5elprdE5Oa1JLTDFRd01WQlNTRVY2UVV0Q1oyZHhhR3RxVDFCUlVVUkJaMDVJUVVSQ1JVRnBRak5qVkVaT0NuZHFiemRNVW5CVVRHTTBSVE5yTmxWR2MxWnZNM0V3YWtKcU9YSnlOWHBwVEVSeVR6TlJTV2REVDBaNlEySTBTaTlHYTBWb1VVZDRORFZJY3pkR09EVUtabVJ2ZURKRGNIQmxUVU5WV21wb1RtSjNiejBLTFMwdExTMUZUa1FnUTBWU1ZFbEdTVU5CVkVVdExTMHRMUW89CiAgICBzZXJ2ZXI6IGh0dHBzOi8vZDc5MWYxZDUtZGMzNy00YzRmLTkzZDctOGFmNzk4OWMxMDQ5LmFwaS5rOHMuZnItcGFyLnNjdy5jbG91ZDo2NDQzCmNvbnRleHRzOgotIG5hbWU6IGFkbWluQHRlc3QtcG9vbC16b25lCiAgY29udGV4dDoKICAgIGNsdXN0ZXI6ICJ0ZXN0LXBvb2wtem9uZSIKICAgIHVzZXI6IHRlc3QtcG9vbC16b25lLWFkbWluCmN1cnJlbnQtY29udGV4dDogYWRtaW5AdGVzdC1wb29sLXpvbmUKa2luZDogQ29uZmlnCnByZWZlcmVuY2VzOiB7fQp1c2VyczoKLSBuYW1lOiB0ZXN0LXBvb2wtem9uZS1hZG1pbgogIHVzZXI6CiAgICB0b2tlbjogcjNpYncxbmtGa25idFNlMlZjUnNsZ0V4VGZpaVozbGZJNkk0U1l2NUlEaExYckVSYzlzWFBsRlU=\"}" - headers: - Content-Length: - - "1650" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:25:02 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 0666fc70-c03f-4096-9d49-44f6adccbb6b - status: 200 OK - code: 200 - duration: 95.795431ms -- id: 99 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/854794fd-a48f-4acc-a2d3-906acdf6aa4a - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 759 - body: "{\"region\":\"fr-par\", \"id\":\"854794fd-a48f-4acc-a2d3-906acdf6aa4a\", \"cluster_id\":\"d791f1d5-dc37-4c4f-93d7-8af7989c1049\", \"created_at\":\"2025-10-30T16:18:45.058907Z\", \"updated_at\":\"2025-10-30T16:25:00.321561Z\", \"name\":\"test-pool-zone\", \"status\":\"ready\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"zone\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"f7133f1e-2498-4f60-a705-67938d64c8d7\"}" - headers: - Content-Length: - - "759" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:25:02 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - f3055e98-523d-4644-987d-3dd5568bfee9 - status: 200 OK - code: 200 - duration: 23.270815ms -- id: 100 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - form: - order_by: - - created_at_asc - page: - - "1" - pool_id: - - 854794fd-a48f-4acc-a2d3-906acdf6aa4a - status: - - unknown - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/d791f1d5-dc37-4c4f-93d7-8af7989c1049/nodes?order_by=created_at_asc&page=1&pool_id=854794fd-a48f-4acc-a2d3-906acdf6aa4a&status=unknown - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 620 - body: "{\"total_count\":1, \"nodes\":[{\"region\":\"fr-par\", \"id\":\"0bce5ac7-df73-41bc-9fc3-7d34bb1d1fd6\", \"cluster_id\":\"d791f1d5-dc37-4c4f-93d7-8af7989c1049\", \"created_at\":\"2025-10-30T16:24:01.851586Z\", \"updated_at\":\"2025-10-30T16:25:00.308344Z\", \"pool_id\":\"854794fd-a48f-4acc-a2d3-906acdf6aa4a\", \"status\":\"ready\", \"conditions\":{\"DiskPressure\":\"False\", \"MemoryPressure\":\"False\", \"PIDPressure\":\"False\", \"Ready\":\"True\"}, \"name\":\"scw-test-pool-zone-test-pool-zone-0bce5ac7df73\", \"public_ip_v4\":\"51.159.173.252\", \"public_ip_v6\":null, \"provider_id\":\"scaleway://instance/fr-par-2/26105214-77b0-4ba3-b555-cda300203d9a\", \"error_message\":\"\"}]}" - headers: - Content-Length: - - "620" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:25:02 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - e023227c-7d10-4bd3-8d5e-dcf16b0de402 - status: 200 OK - code: 200 - duration: 31.511271ms -- id: 101 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/d791f1d5-dc37-4c4f-93d7-8af7989c1049 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1627 - body: "{\"region\":\"fr-par\", \"id\":\"d791f1d5-dc37-4c4f-93d7-8af7989c1049\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:39.505931Z\", \"updated_at\":\"2025-10-30T16:20:16.582942Z\", \"type\":\"kapsule\", \"name\":\"test-pool-zone\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"zone\"], \"cluster_url\":\"https://d791f1d5-dc37-4c4f-93d7-8af7989c1049.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.d791f1d5-dc37-4c4f-93d7-8af7989c1049.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"27ac07db-b4f0-46c0-b33c-fda26a546295\", \"commitment_ends_at\":\"2025-10-30T16:18:39.505941Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"1fa4e0ee-4dd6-419e-9825-9684ada716ba\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1627" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:25:02 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 957fd3c0-a217-4a2a-ae19-ebb7b25c1e73 - status: 200 OK - code: 200 - duration: 20.510385ms -- id: 102 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - form: - order_by: - - created_at_desc - project_id: - - 105bdce1-64c0-48ab-899d-868455867ecf - resource_name: - - scw-test-pool-zone-test-pool-zone-0bce5ac7df73 - resource_type: - - unknown_type - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/ipam/v1/regions/fr-par/ips?order_by=created_at_desc&project_id=105bdce1-64c0-48ab-899d-868455867ecf&resource_name=scw-test-pool-zone-test-pool-zone-0bce5ac7df73&resource_type=unknown_type - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1122 - body: "{\"total_count\":2, \"ips\":[{\"id\":\"2bb2f1b5-10a7-4053-8335-e4b5a2276916\", \"address\":\"fd5f:519c:6d46:f63d:a663:f01c:6ca6:8321/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":true, \"created_at\":\"2025-10-30T16:24:05.050137Z\", \"updated_at\":\"2025-10-30T16:24:05.050137Z\", \"source\":{\"subnet_id\":\"b450b883-5f61-4703-856e-3bed5e617812\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"4e408267-7d6c-44e7-847a-7c10a3f17a9e\", \"mac_address\":\"02:00:00:2A:15:86\", \"name\":\"scw-test-pool-zone-test-pool-zone-0bce5ac7df73\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}, {\"id\":\"87c7c36d-97a9-4607-a211-0b1d7d22d646\", \"address\":\"172.18.56.3/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":false, \"created_at\":\"2025-10-30T16:24:04.940610Z\", \"updated_at\":\"2025-10-30T16:24:04.940610Z\", \"source\":{\"subnet_id\":\"33a3e721-7289-4305-975f-e325f5fa6a82\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"4e408267-7d6c-44e7-847a-7c10a3f17a9e\", \"mac_address\":\"02:00:00:2A:15:86\", \"name\":\"scw-test-pool-zone-test-pool-zone-0bce5ac7df73\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}]}" - headers: - Content-Length: - - "1122" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:25:02 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 2e78af9d-9461-4880-aaa5-aaef50ef95b6 - status: 200 OK - code: 200 - duration: 31.424588ms -- id: 103 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/854794fd-a48f-4acc-a2d3-906acdf6aa4a - method: DELETE - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 762 - body: "{\"region\":\"fr-par\", \"id\":\"854794fd-a48f-4acc-a2d3-906acdf6aa4a\", \"cluster_id\":\"d791f1d5-dc37-4c4f-93d7-8af7989c1049\", \"created_at\":\"2025-10-30T16:18:45.058907Z\", \"updated_at\":\"2025-10-30T16:25:03.214329Z\", \"name\":\"test-pool-zone\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"zone\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"f7133f1e-2498-4f60-a705-67938d64c8d7\"}" - headers: - Content-Length: - - "762" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:25:03 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - b14f9e33-579a-4b5b-b30f-0161cfeabbb3 - status: 200 OK - code: 200 - duration: 55.30077ms -- id: 104 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/854794fd-a48f-4acc-a2d3-906acdf6aa4a - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 762 - body: "{\"region\":\"fr-par\", \"id\":\"854794fd-a48f-4acc-a2d3-906acdf6aa4a\", \"cluster_id\":\"d791f1d5-dc37-4c4f-93d7-8af7989c1049\", \"created_at\":\"2025-10-30T16:18:45.058907Z\", \"updated_at\":\"2025-10-30T16:25:03.214329Z\", \"name\":\"test-pool-zone\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"zone\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"f7133f1e-2498-4f60-a705-67938d64c8d7\"}" - headers: - Content-Length: - - "762" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:25:03 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - d7581160-16dc-43d2-a698-0056c07d148c - status: 200 OK - code: 200 - duration: 88.148249ms -- id: 105 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/854794fd-a48f-4acc-a2d3-906acdf6aa4a - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 762 - body: "{\"region\":\"fr-par\", \"id\":\"854794fd-a48f-4acc-a2d3-906acdf6aa4a\", \"cluster_id\":\"d791f1d5-dc37-4c4f-93d7-8af7989c1049\", \"created_at\":\"2025-10-30T16:18:45.058907Z\", \"updated_at\":\"2025-10-30T16:25:03.214329Z\", \"name\":\"test-pool-zone\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"zone\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"f7133f1e-2498-4f60-a705-67938d64c8d7\"}" - headers: - Content-Length: - - "762" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:25:08 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - c772b2c4-8338-4552-9db7-77a456b5d32d - status: 200 OK - code: 200 - duration: 82.6662ms -- id: 106 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/854794fd-a48f-4acc-a2d3-906acdf6aa4a - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 762 - body: "{\"region\":\"fr-par\", \"id\":\"854794fd-a48f-4acc-a2d3-906acdf6aa4a\", \"cluster_id\":\"d791f1d5-dc37-4c4f-93d7-8af7989c1049\", \"created_at\":\"2025-10-30T16:18:45.058907Z\", \"updated_at\":\"2025-10-30T16:25:03.214329Z\", \"name\":\"test-pool-zone\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"zone\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"f7133f1e-2498-4f60-a705-67938d64c8d7\"}" - headers: - Content-Length: - - "762" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:25:13 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - a86f39e4-d1f0-4e11-bb48-fe03c2e302af - status: 200 OK - code: 200 - duration: 98.965049ms -- id: 107 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/854794fd-a48f-4acc-a2d3-906acdf6aa4a - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 762 - body: "{\"region\":\"fr-par\", \"id\":\"854794fd-a48f-4acc-a2d3-906acdf6aa4a\", \"cluster_id\":\"d791f1d5-dc37-4c4f-93d7-8af7989c1049\", \"created_at\":\"2025-10-30T16:18:45.058907Z\", \"updated_at\":\"2025-10-30T16:25:03.214329Z\", \"name\":\"test-pool-zone\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"zone\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"f7133f1e-2498-4f60-a705-67938d64c8d7\"}" - headers: - Content-Length: - - "762" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:25:18 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - e14d7530-b9d7-47c3-a2e9-22fc65a3fa6f - status: 200 OK - code: 200 - duration: 102.164635ms -- id: 108 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/854794fd-a48f-4acc-a2d3-906acdf6aa4a - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 762 - body: "{\"region\":\"fr-par\", \"id\":\"854794fd-a48f-4acc-a2d3-906acdf6aa4a\", \"cluster_id\":\"d791f1d5-dc37-4c4f-93d7-8af7989c1049\", \"created_at\":\"2025-10-30T16:18:45.058907Z\", \"updated_at\":\"2025-10-30T16:25:03.214329Z\", \"name\":\"test-pool-zone\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"zone\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"f7133f1e-2498-4f60-a705-67938d64c8d7\"}" - headers: - Content-Length: - - "762" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:25:23 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 077a11d6-8c2f-45cf-90a3-1acb6c50268b - status: 200 OK - code: 200 - duration: 98.260457ms -- id: 109 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/854794fd-a48f-4acc-a2d3-906acdf6aa4a - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 762 - body: "{\"region\":\"fr-par\", \"id\":\"854794fd-a48f-4acc-a2d3-906acdf6aa4a\", \"cluster_id\":\"d791f1d5-dc37-4c4f-93d7-8af7989c1049\", \"created_at\":\"2025-10-30T16:18:45.058907Z\", \"updated_at\":\"2025-10-30T16:25:03.214329Z\", \"name\":\"test-pool-zone\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"zone\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"f7133f1e-2498-4f60-a705-67938d64c8d7\"}" - headers: - Content-Length: - - "762" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:25:28 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - f499c867-9549-4e78-b904-4e3e294e66c5 - status: 200 OK - code: 200 - duration: 90.816857ms -- id: 110 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/854794fd-a48f-4acc-a2d3-906acdf6aa4a - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 762 - body: "{\"region\":\"fr-par\", \"id\":\"854794fd-a48f-4acc-a2d3-906acdf6aa4a\", \"cluster_id\":\"d791f1d5-dc37-4c4f-93d7-8af7989c1049\", \"created_at\":\"2025-10-30T16:18:45.058907Z\", \"updated_at\":\"2025-10-30T16:25:03.214329Z\", \"name\":\"test-pool-zone\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"zone\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"f7133f1e-2498-4f60-a705-67938d64c8d7\"}" - headers: - Content-Length: - - "762" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:25:33 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - c34a1517-39e4-412a-91bb-082901c3241a - status: 200 OK - code: 200 - duration: 79.106348ms -- id: 111 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/854794fd-a48f-4acc-a2d3-906acdf6aa4a - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 762 - body: "{\"region\":\"fr-par\", \"id\":\"854794fd-a48f-4acc-a2d3-906acdf6aa4a\", \"cluster_id\":\"d791f1d5-dc37-4c4f-93d7-8af7989c1049\", \"created_at\":\"2025-10-30T16:18:45.058907Z\", \"updated_at\":\"2025-10-30T16:25:03.214329Z\", \"name\":\"test-pool-zone\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"zone\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"f7133f1e-2498-4f60-a705-67938d64c8d7\"}" - headers: - Content-Length: - - "762" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:25:38 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - e7897754-a042-4679-ab35-cbf479bb54e0 - status: 200 OK - code: 200 - duration: 79.819827ms -- id: 112 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/854794fd-a48f-4acc-a2d3-906acdf6aa4a - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 762 - body: "{\"region\":\"fr-par\", \"id\":\"854794fd-a48f-4acc-a2d3-906acdf6aa4a\", \"cluster_id\":\"d791f1d5-dc37-4c4f-93d7-8af7989c1049\", \"created_at\":\"2025-10-30T16:18:45.058907Z\", \"updated_at\":\"2025-10-30T16:25:03.214329Z\", \"name\":\"test-pool-zone\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"zone\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"f7133f1e-2498-4f60-a705-67938d64c8d7\"}" - headers: - Content-Length: - - "762" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:25:44 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 7c3f28fd-cd46-43b8-af29-f321b8a89cc9 - status: 200 OK - code: 200 - duration: 77.584672ms -- id: 113 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/854794fd-a48f-4acc-a2d3-906acdf6aa4a - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 762 - body: "{\"region\":\"fr-par\", \"id\":\"854794fd-a48f-4acc-a2d3-906acdf6aa4a\", \"cluster_id\":\"d791f1d5-dc37-4c4f-93d7-8af7989c1049\", \"created_at\":\"2025-10-30T16:18:45.058907Z\", \"updated_at\":\"2025-10-30T16:25:03.214329Z\", \"name\":\"test-pool-zone\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"zone\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"f7133f1e-2498-4f60-a705-67938d64c8d7\"}" - headers: - Content-Length: - - "762" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:25:49 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 89bec6bb-0e9e-4dba-a0c0-eaecbb5804ad - status: 200 OK - code: 200 - duration: 89.951673ms -- id: 114 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/854794fd-a48f-4acc-a2d3-906acdf6aa4a - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 762 - body: "{\"region\":\"fr-par\", \"id\":\"854794fd-a48f-4acc-a2d3-906acdf6aa4a\", \"cluster_id\":\"d791f1d5-dc37-4c4f-93d7-8af7989c1049\", \"created_at\":\"2025-10-30T16:18:45.058907Z\", \"updated_at\":\"2025-10-30T16:25:03.214329Z\", \"name\":\"test-pool-zone\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"zone\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"f7133f1e-2498-4f60-a705-67938d64c8d7\"}" - headers: - Content-Length: - - "762" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:25:54 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 57bc7467-9988-4432-b5ab-2f7eeeafb93b - status: 200 OK - code: 200 - duration: 72.194236ms -- id: 115 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/854794fd-a48f-4acc-a2d3-906acdf6aa4a - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 762 - body: "{\"region\":\"fr-par\", \"id\":\"854794fd-a48f-4acc-a2d3-906acdf6aa4a\", \"cluster_id\":\"d791f1d5-dc37-4c4f-93d7-8af7989c1049\", \"created_at\":\"2025-10-30T16:18:45.058907Z\", \"updated_at\":\"2025-10-30T16:25:03.214329Z\", \"name\":\"test-pool-zone\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"zone\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"f7133f1e-2498-4f60-a705-67938d64c8d7\"}" - headers: - Content-Length: - - "762" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:25:59 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 74527f0a-e37c-48ab-8b85-b118a599cfaf - status: 200 OK - code: 200 - duration: 104.573335ms -- id: 116 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/854794fd-a48f-4acc-a2d3-906acdf6aa4a - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 762 - body: "{\"region\":\"fr-par\", \"id\":\"854794fd-a48f-4acc-a2d3-906acdf6aa4a\", \"cluster_id\":\"d791f1d5-dc37-4c4f-93d7-8af7989c1049\", \"created_at\":\"2025-10-30T16:18:45.058907Z\", \"updated_at\":\"2025-10-30T16:25:03.214329Z\", \"name\":\"test-pool-zone\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"zone\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"f7133f1e-2498-4f60-a705-67938d64c8d7\"}" - headers: - Content-Length: - - "762" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:26:04 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 3876e61c-dabe-4890-9804-ca7f804a05e2 - status: 200 OK - code: 200 - duration: 103.4786ms -- id: 117 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/854794fd-a48f-4acc-a2d3-906acdf6aa4a - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 762 - body: "{\"region\":\"fr-par\", \"id\":\"854794fd-a48f-4acc-a2d3-906acdf6aa4a\", \"cluster_id\":\"d791f1d5-dc37-4c4f-93d7-8af7989c1049\", \"created_at\":\"2025-10-30T16:18:45.058907Z\", \"updated_at\":\"2025-10-30T16:25:03.214329Z\", \"name\":\"test-pool-zone\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"zone\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"f7133f1e-2498-4f60-a705-67938d64c8d7\"}" - headers: - Content-Length: - - "762" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:26:09 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - bf396792-5601-4f49-89c9-1c2bfbd47083 - status: 200 OK - code: 200 - duration: 106.290659ms -- id: 118 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/854794fd-a48f-4acc-a2d3-906acdf6aa4a - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 762 - body: "{\"region\":\"fr-par\", \"id\":\"854794fd-a48f-4acc-a2d3-906acdf6aa4a\", \"cluster_id\":\"d791f1d5-dc37-4c4f-93d7-8af7989c1049\", \"created_at\":\"2025-10-30T16:18:45.058907Z\", \"updated_at\":\"2025-10-30T16:25:03.214329Z\", \"name\":\"test-pool-zone\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"zone\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"f7133f1e-2498-4f60-a705-67938d64c8d7\"}" - headers: - Content-Length: - - "762" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:26:14 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 9177327d-afa5-4a46-857d-0c42d2134b98 - status: 200 OK - code: 200 - duration: 92.573935ms -- id: 119 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/854794fd-a48f-4acc-a2d3-906acdf6aa4a - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 762 - body: "{\"region\":\"fr-par\", \"id\":\"854794fd-a48f-4acc-a2d3-906acdf6aa4a\", \"cluster_id\":\"d791f1d5-dc37-4c4f-93d7-8af7989c1049\", \"created_at\":\"2025-10-30T16:18:45.058907Z\", \"updated_at\":\"2025-10-30T16:25:03.214329Z\", \"name\":\"test-pool-zone\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"zone\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"f7133f1e-2498-4f60-a705-67938d64c8d7\"}" - headers: - Content-Length: - - "762" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:26:19 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 23c0b902-20f4-4ba7-86c1-dd5faa19a145 - status: 200 OK - code: 200 - duration: 83.732832ms -- id: 120 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/854794fd-a48f-4acc-a2d3-906acdf6aa4a - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 762 - body: "{\"region\":\"fr-par\", \"id\":\"854794fd-a48f-4acc-a2d3-906acdf6aa4a\", \"cluster_id\":\"d791f1d5-dc37-4c4f-93d7-8af7989c1049\", \"created_at\":\"2025-10-30T16:18:45.058907Z\", \"updated_at\":\"2025-10-30T16:25:03.214329Z\", \"name\":\"test-pool-zone\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"zone\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"f7133f1e-2498-4f60-a705-67938d64c8d7\"}" - headers: - Content-Length: - - "762" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:26:24 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - a5684454-1690-4a38-a6fd-b1e560f5346a - status: 200 OK - code: 200 - duration: 93.100783ms -- id: 121 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/854794fd-a48f-4acc-a2d3-906acdf6aa4a - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 762 - body: "{\"region\":\"fr-par\", \"id\":\"854794fd-a48f-4acc-a2d3-906acdf6aa4a\", \"cluster_id\":\"d791f1d5-dc37-4c4f-93d7-8af7989c1049\", \"created_at\":\"2025-10-30T16:18:45.058907Z\", \"updated_at\":\"2025-10-30T16:25:03.214329Z\", \"name\":\"test-pool-zone\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"zone\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"f7133f1e-2498-4f60-a705-67938d64c8d7\"}" - headers: - Content-Length: - - "762" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:26:29 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 59163bfe-a678-4ef4-9671-767169c58379 - status: 200 OK - code: 200 - duration: 76.523671ms -- id: 122 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/854794fd-a48f-4acc-a2d3-906acdf6aa4a - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 762 - body: "{\"region\":\"fr-par\", \"id\":\"854794fd-a48f-4acc-a2d3-906acdf6aa4a\", \"cluster_id\":\"d791f1d5-dc37-4c4f-93d7-8af7989c1049\", \"created_at\":\"2025-10-30T16:18:45.058907Z\", \"updated_at\":\"2025-10-30T16:25:03.214329Z\", \"name\":\"test-pool-zone\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"zone\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"f7133f1e-2498-4f60-a705-67938d64c8d7\"}" - headers: - Content-Length: - - "762" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:26:34 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 242ce6cc-b1ec-4ebf-90ba-d54bbe656a83 - status: 200 OK - code: 200 - duration: 96.369037ms -- id: 123 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/854794fd-a48f-4acc-a2d3-906acdf6aa4a - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 762 - body: "{\"region\":\"fr-par\", \"id\":\"854794fd-a48f-4acc-a2d3-906acdf6aa4a\", \"cluster_id\":\"d791f1d5-dc37-4c4f-93d7-8af7989c1049\", \"created_at\":\"2025-10-30T16:18:45.058907Z\", \"updated_at\":\"2025-10-30T16:25:03.214329Z\", \"name\":\"test-pool-zone\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"zone\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"f7133f1e-2498-4f60-a705-67938d64c8d7\"}" - headers: - Content-Length: - - "762" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:26:40 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 9414d91a-c313-4366-846f-7a04821c1633 - status: 200 OK - code: 200 - duration: 82.676268ms -- id: 124 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/854794fd-a48f-4acc-a2d3-906acdf6aa4a - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 762 - body: "{\"region\":\"fr-par\", \"id\":\"854794fd-a48f-4acc-a2d3-906acdf6aa4a\", \"cluster_id\":\"d791f1d5-dc37-4c4f-93d7-8af7989c1049\", \"created_at\":\"2025-10-30T16:18:45.058907Z\", \"updated_at\":\"2025-10-30T16:25:03.214329Z\", \"name\":\"test-pool-zone\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"zone\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"f7133f1e-2498-4f60-a705-67938d64c8d7\"}" - headers: - Content-Length: - - "762" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:26:45 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 9421fa66-918a-4faa-a572-a11a5eab629f - status: 200 OK - code: 200 - duration: 83.490026ms -- id: 125 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/854794fd-a48f-4acc-a2d3-906acdf6aa4a - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 762 - body: "{\"region\":\"fr-par\", \"id\":\"854794fd-a48f-4acc-a2d3-906acdf6aa4a\", \"cluster_id\":\"d791f1d5-dc37-4c4f-93d7-8af7989c1049\", \"created_at\":\"2025-10-30T16:18:45.058907Z\", \"updated_at\":\"2025-10-30T16:25:03.214329Z\", \"name\":\"test-pool-zone\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"zone\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"f7133f1e-2498-4f60-a705-67938d64c8d7\"}" - headers: - Content-Length: - - "762" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:26:50 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 81386c61-40e9-4ae9-816c-c137e1b2eee4 - status: 200 OK - code: 200 - duration: 81.750441ms -- id: 126 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/854794fd-a48f-4acc-a2d3-906acdf6aa4a - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 762 - body: "{\"region\":\"fr-par\", \"id\":\"854794fd-a48f-4acc-a2d3-906acdf6aa4a\", \"cluster_id\":\"d791f1d5-dc37-4c4f-93d7-8af7989c1049\", \"created_at\":\"2025-10-30T16:18:45.058907Z\", \"updated_at\":\"2025-10-30T16:25:03.214329Z\", \"name\":\"test-pool-zone\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"zone\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"f7133f1e-2498-4f60-a705-67938d64c8d7\"}" - headers: - Content-Length: - - "762" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:26:55 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - bdb237c4-73bd-433d-85f8-4431a558b0f3 - status: 200 OK - code: 200 - duration: 105.233925ms -- id: 127 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/854794fd-a48f-4acc-a2d3-906acdf6aa4a - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 762 - body: "{\"region\":\"fr-par\", \"id\":\"854794fd-a48f-4acc-a2d3-906acdf6aa4a\", \"cluster_id\":\"d791f1d5-dc37-4c4f-93d7-8af7989c1049\", \"created_at\":\"2025-10-30T16:18:45.058907Z\", \"updated_at\":\"2025-10-30T16:25:03.214329Z\", \"name\":\"test-pool-zone\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"zone\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"f7133f1e-2498-4f60-a705-67938d64c8d7\"}" - headers: - Content-Length: - - "762" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:27:00 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 5e8f6f1b-d5b4-413e-a868-2818839f6f16 - status: 200 OK - code: 200 - duration: 92.408985ms -- id: 128 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/854794fd-a48f-4acc-a2d3-906acdf6aa4a - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 762 - body: "{\"region\":\"fr-par\", \"id\":\"854794fd-a48f-4acc-a2d3-906acdf6aa4a\", \"cluster_id\":\"d791f1d5-dc37-4c4f-93d7-8af7989c1049\", \"created_at\":\"2025-10-30T16:18:45.058907Z\", \"updated_at\":\"2025-10-30T16:25:03.214329Z\", \"name\":\"test-pool-zone\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"zone\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"f7133f1e-2498-4f60-a705-67938d64c8d7\"}" - headers: - Content-Length: - - "762" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:27:05 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - e10a1561-f5bc-4726-962c-c9c35d189ef3 - status: 200 OK - code: 200 - duration: 102.568152ms -- id: 129 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/854794fd-a48f-4acc-a2d3-906acdf6aa4a - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 762 - body: "{\"region\":\"fr-par\", \"id\":\"854794fd-a48f-4acc-a2d3-906acdf6aa4a\", \"cluster_id\":\"d791f1d5-dc37-4c4f-93d7-8af7989c1049\", \"created_at\":\"2025-10-30T16:18:45.058907Z\", \"updated_at\":\"2025-10-30T16:25:03.214329Z\", \"name\":\"test-pool-zone\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"zone\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"f7133f1e-2498-4f60-a705-67938d64c8d7\"}" - headers: - Content-Length: - - "762" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:27:10 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 9b51d0bb-f85d-4576-bf78-a1376d5aa569 - status: 200 OK - code: 200 - duration: 88.508725ms -- id: 130 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/854794fd-a48f-4acc-a2d3-906acdf6aa4a - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 762 - body: "{\"region\":\"fr-par\", \"id\":\"854794fd-a48f-4acc-a2d3-906acdf6aa4a\", \"cluster_id\":\"d791f1d5-dc37-4c4f-93d7-8af7989c1049\", \"created_at\":\"2025-10-30T16:18:45.058907Z\", \"updated_at\":\"2025-10-30T16:25:03.214329Z\", \"name\":\"test-pool-zone\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"zone\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"f7133f1e-2498-4f60-a705-67938d64c8d7\"}" - headers: - Content-Length: - - "762" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:27:15 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - a8d452fd-6b6d-43df-943b-4203dfe5d312 - status: 200 OK - code: 200 - duration: 122.213974ms -- id: 131 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/854794fd-a48f-4acc-a2d3-906acdf6aa4a - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 762 - body: "{\"region\":\"fr-par\", \"id\":\"854794fd-a48f-4acc-a2d3-906acdf6aa4a\", \"cluster_id\":\"d791f1d5-dc37-4c4f-93d7-8af7989c1049\", \"created_at\":\"2025-10-30T16:18:45.058907Z\", \"updated_at\":\"2025-10-30T16:25:03.214329Z\", \"name\":\"test-pool-zone\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"zone\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"f7133f1e-2498-4f60-a705-67938d64c8d7\"}" - headers: - Content-Length: - - "762" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:27:20 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - b41cd623-0fd5-41c0-b7d5-51ca89503b47 - status: 200 OK - code: 200 - duration: 85.491192ms -- id: 132 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/854794fd-a48f-4acc-a2d3-906acdf6aa4a - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 762 - body: "{\"region\":\"fr-par\", \"id\":\"854794fd-a48f-4acc-a2d3-906acdf6aa4a\", \"cluster_id\":\"d791f1d5-dc37-4c4f-93d7-8af7989c1049\", \"created_at\":\"2025-10-30T16:18:45.058907Z\", \"updated_at\":\"2025-10-30T16:25:03.214329Z\", \"name\":\"test-pool-zone\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"zone\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"f7133f1e-2498-4f60-a705-67938d64c8d7\"}" - headers: - Content-Length: - - "762" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:27:25 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 79f25d62-5fe6-4225-8274-edd32600a350 - status: 200 OK - code: 200 - duration: 82.262242ms -- id: 133 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/854794fd-a48f-4acc-a2d3-906acdf6aa4a - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 762 - body: "{\"region\":\"fr-par\", \"id\":\"854794fd-a48f-4acc-a2d3-906acdf6aa4a\", \"cluster_id\":\"d791f1d5-dc37-4c4f-93d7-8af7989c1049\", \"created_at\":\"2025-10-30T16:18:45.058907Z\", \"updated_at\":\"2025-10-30T16:25:03.214329Z\", \"name\":\"test-pool-zone\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"zone\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"f7133f1e-2498-4f60-a705-67938d64c8d7\"}" - headers: - Content-Length: - - "762" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:27:31 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - dfda0d2c-5018-4dff-8c87-4eccd5da0041 - status: 200 OK - code: 200 - duration: 87.851422ms -- id: 134 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/854794fd-a48f-4acc-a2d3-906acdf6aa4a - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 762 - body: "{\"region\":\"fr-par\", \"id\":\"854794fd-a48f-4acc-a2d3-906acdf6aa4a\", \"cluster_id\":\"d791f1d5-dc37-4c4f-93d7-8af7989c1049\", \"created_at\":\"2025-10-30T16:18:45.058907Z\", \"updated_at\":\"2025-10-30T16:25:03.214329Z\", \"name\":\"test-pool-zone\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"zone\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"f7133f1e-2498-4f60-a705-67938d64c8d7\"}" - headers: - Content-Length: - - "762" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:27:36 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 91dfaad7-349e-4ffb-acdd-fde5652d6190 - status: 200 OK - code: 200 - duration: 120.145672ms -- id: 135 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/854794fd-a48f-4acc-a2d3-906acdf6aa4a - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 762 - body: "{\"region\":\"fr-par\", \"id\":\"854794fd-a48f-4acc-a2d3-906acdf6aa4a\", \"cluster_id\":\"d791f1d5-dc37-4c4f-93d7-8af7989c1049\", \"created_at\":\"2025-10-30T16:18:45.058907Z\", \"updated_at\":\"2025-10-30T16:25:03.214329Z\", \"name\":\"test-pool-zone\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"zone\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"f7133f1e-2498-4f60-a705-67938d64c8d7\"}" - headers: - Content-Length: - - "762" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:27:41 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 0d7c757d-1e7f-43f6-80ea-c9fccdf93dfa - status: 200 OK - code: 200 - duration: 397.940953ms -- id: 136 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/854794fd-a48f-4acc-a2d3-906acdf6aa4a - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 762 - body: "{\"region\":\"fr-par\", \"id\":\"854794fd-a48f-4acc-a2d3-906acdf6aa4a\", \"cluster_id\":\"d791f1d5-dc37-4c4f-93d7-8af7989c1049\", \"created_at\":\"2025-10-30T16:18:45.058907Z\", \"updated_at\":\"2025-10-30T16:25:03.214329Z\", \"name\":\"test-pool-zone\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"zone\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"f7133f1e-2498-4f60-a705-67938d64c8d7\"}" - headers: - Content-Length: - - "762" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:27:46 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - e43aab44-6db7-4f44-a330-f2534cc4d091 - status: 200 OK - code: 200 - duration: 148.104155ms -- id: 137 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/854794fd-a48f-4acc-a2d3-906acdf6aa4a - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 762 - body: "{\"region\":\"fr-par\", \"id\":\"854794fd-a48f-4acc-a2d3-906acdf6aa4a\", \"cluster_id\":\"d791f1d5-dc37-4c4f-93d7-8af7989c1049\", \"created_at\":\"2025-10-30T16:18:45.058907Z\", \"updated_at\":\"2025-10-30T16:25:03.214329Z\", \"name\":\"test-pool-zone\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"zone\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"f7133f1e-2498-4f60-a705-67938d64c8d7\"}" - headers: - Content-Length: - - "762" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:27:51 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - d6f25aa7-8074-4af7-8518-f40579633bf4 - status: 200 OK - code: 200 - duration: 134.070977ms -- id: 138 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/854794fd-a48f-4acc-a2d3-906acdf6aa4a - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 762 - body: "{\"region\":\"fr-par\", \"id\":\"854794fd-a48f-4acc-a2d3-906acdf6aa4a\", \"cluster_id\":\"d791f1d5-dc37-4c4f-93d7-8af7989c1049\", \"created_at\":\"2025-10-30T16:18:45.058907Z\", \"updated_at\":\"2025-10-30T16:25:03.214329Z\", \"name\":\"test-pool-zone\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"zone\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"f7133f1e-2498-4f60-a705-67938d64c8d7\"}" - headers: - Content-Length: - - "762" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:27:56 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - eef7ec62-80d0-4e0e-a261-b3d06e1ec019 - status: 200 OK - code: 200 - duration: 87.736957ms -- id: 139 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/854794fd-a48f-4acc-a2d3-906acdf6aa4a - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 762 - body: "{\"region\":\"fr-par\", \"id\":\"854794fd-a48f-4acc-a2d3-906acdf6aa4a\", \"cluster_id\":\"d791f1d5-dc37-4c4f-93d7-8af7989c1049\", \"created_at\":\"2025-10-30T16:18:45.058907Z\", \"updated_at\":\"2025-10-30T16:25:03.214329Z\", \"name\":\"test-pool-zone\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"zone\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"f7133f1e-2498-4f60-a705-67938d64c8d7\"}" - headers: - Content-Length: - - "762" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:28:02 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 13614e9a-aee9-4439-a0cd-8fb91ddfd09e - status: 200 OK - code: 200 - duration: 104.884289ms -- id: 140 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/854794fd-a48f-4acc-a2d3-906acdf6aa4a + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/d791f1d5-dc37-4c4f-93d7-8af7989c1049/nodes?order_by=created_at_asc&page=1&pool_id=854794fd-a48f-4acc-a2d3-906acdf6aa4a&status=unknown method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 762 - body: "{\"region\":\"fr-par\", \"id\":\"854794fd-a48f-4acc-a2d3-906acdf6aa4a\", \"cluster_id\":\"d791f1d5-dc37-4c4f-93d7-8af7989c1049\", \"created_at\":\"2025-10-30T16:18:45.058907Z\", \"updated_at\":\"2025-10-30T16:25:03.214329Z\", \"name\":\"test-pool-zone\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"zone\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"f7133f1e-2498-4f60-a705-67938d64c8d7\"}" + content_length: 620 + body: "{\"total_count\":1, \"nodes\":[{\"region\":\"fr-par\", \"id\":\"0bce5ac7-df73-41bc-9fc3-7d34bb1d1fd6\", \"cluster_id\":\"d791f1d5-dc37-4c4f-93d7-8af7989c1049\", \"created_at\":\"2025-10-30T16:24:01.851586Z\", \"updated_at\":\"2025-10-30T16:25:00.308344Z\", \"pool_id\":\"854794fd-a48f-4acc-a2d3-906acdf6aa4a\", \"status\":\"ready\", \"conditions\":{\"DiskPressure\":\"False\", \"MemoryPressure\":\"False\", \"PIDPressure\":\"False\", \"Ready\":\"True\"}, \"name\":\"scw-test-pool-zone-test-pool-zone-0bce5ac7df73\", \"public_ip_v4\":\"51.159.173.252\", \"public_ip_v6\":null, \"provider_id\":\"scaleway://instance/fr-par-2/26105214-77b0-4ba3-b555-cda300203d9a\", \"error_message\":\"\"}]}" headers: Content-Length: - - "762" + - "620" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:28:07 GMT + - Thu, 30 Oct 2025 16:25:02 GMT Server: - Scaleway API Gateway (fr-par-3;edge03) X-Request-Id: - - c08338f8-c9a4-407d-92d8-95a6f532ff27 + - 5b936a43-8903-4b6f-b970-f92f082392ee status: 200 OK code: 200 - duration: 90.91979ms -- id: 141 + duration: 24.299626ms +- id: 18 request: proto: HTTP/1.1 proto_major: 1 @@ -4578,61 +615,70 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/854794fd-a48f-4acc-a2d3-906acdf6aa4a + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/d791f1d5-dc37-4c4f-93d7-8af7989c1049 method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 762 - body: "{\"region\":\"fr-par\", \"id\":\"854794fd-a48f-4acc-a2d3-906acdf6aa4a\", \"cluster_id\":\"d791f1d5-dc37-4c4f-93d7-8af7989c1049\", \"created_at\":\"2025-10-30T16:18:45.058907Z\", \"updated_at\":\"2025-10-30T16:25:03.214329Z\", \"name\":\"test-pool-zone\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"zone\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"f7133f1e-2498-4f60-a705-67938d64c8d7\"}" + content_length: 1627 + body: "{\"region\":\"fr-par\", \"id\":\"d791f1d5-dc37-4c4f-93d7-8af7989c1049\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:39.505931Z\", \"updated_at\":\"2025-10-30T16:20:16.582942Z\", \"type\":\"kapsule\", \"name\":\"test-pool-zone\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"zone\"], \"cluster_url\":\"https://d791f1d5-dc37-4c4f-93d7-8af7989c1049.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.d791f1d5-dc37-4c4f-93d7-8af7989c1049.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"27ac07db-b4f0-46c0-b33c-fda26a546295\", \"commitment_ends_at\":\"2025-10-30T16:18:39.505941Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"1fa4e0ee-4dd6-419e-9825-9684ada716ba\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" headers: Content-Length: - - "762" + - "1627" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:28:12 GMT + - Thu, 30 Oct 2025 16:25:02 GMT Server: - Scaleway API Gateway (fr-par-3;edge03) X-Request-Id: - - 4379b645-6306-4e03-8485-5da138320feb + - b81247ae-445c-4d1a-87b2-3c03bdb94c6e status: 200 OK code: 200 - duration: 82.359233ms -- id: 142 + duration: 25.319069ms +- id: 19 request: proto: HTTP/1.1 proto_major: 1 proto_minor: 1 content_length: 0 host: api.scaleway.com + form: + order_by: + - created_at_desc + project_id: + - 105bdce1-64c0-48ab-899d-868455867ecf + resource_name: + - scw-test-pool-zone-test-pool-zone-0bce5ac7df73 + resource_type: + - unknown_type headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/854794fd-a48f-4acc-a2d3-906acdf6aa4a + url: https://api.scaleway.com/ipam/v1/regions/fr-par/ips?order_by=created_at_desc&project_id=105bdce1-64c0-48ab-899d-868455867ecf&resource_name=scw-test-pool-zone-test-pool-zone-0bce5ac7df73&resource_type=unknown_type method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 762 - body: "{\"region\":\"fr-par\", \"id\":\"854794fd-a48f-4acc-a2d3-906acdf6aa4a\", \"cluster_id\":\"d791f1d5-dc37-4c4f-93d7-8af7989c1049\", \"created_at\":\"2025-10-30T16:18:45.058907Z\", \"updated_at\":\"2025-10-30T16:25:03.214329Z\", \"name\":\"test-pool-zone\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"zone\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"f7133f1e-2498-4f60-a705-67938d64c8d7\"}" + content_length: 1122 + body: "{\"total_count\":2, \"ips\":[{\"id\":\"2bb2f1b5-10a7-4053-8335-e4b5a2276916\", \"address\":\"fd5f:519c:6d46:f63d:a663:f01c:6ca6:8321/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":true, \"created_at\":\"2025-10-30T16:24:05.050137Z\", \"updated_at\":\"2025-10-30T16:24:05.050137Z\", \"source\":{\"subnet_id\":\"b450b883-5f61-4703-856e-3bed5e617812\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"4e408267-7d6c-44e7-847a-7c10a3f17a9e\", \"mac_address\":\"02:00:00:2A:15:86\", \"name\":\"scw-test-pool-zone-test-pool-zone-0bce5ac7df73\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}, {\"id\":\"87c7c36d-97a9-4607-a211-0b1d7d22d646\", \"address\":\"172.18.56.3/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":false, \"created_at\":\"2025-10-30T16:24:04.940610Z\", \"updated_at\":\"2025-10-30T16:24:04.940610Z\", \"source\":{\"subnet_id\":\"33a3e721-7289-4305-975f-e325f5fa6a82\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"4e408267-7d6c-44e7-847a-7c10a3f17a9e\", \"mac_address\":\"02:00:00:2A:15:86\", \"name\":\"scw-test-pool-zone-test-pool-zone-0bce5ac7df73\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}]}" headers: Content-Length: - - "762" + - "1122" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:28:17 GMT + - Thu, 30 Oct 2025 16:25:02 GMT Server: - Scaleway API Gateway (fr-par-3;edge03) X-Request-Id: - - 66cf57d0-af0a-40e3-b201-ade36fd72421 + - abc6dc5b-89a3-4fba-be25-c812388e3c22 status: 200 OK code: 200 - duration: 75.091514ms -- id: 143 + duration: 27.113076ms +- id: 20 request: proto: HTTP/1.1 proto_major: 1 @@ -4642,29 +688,29 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/854794fd-a48f-4acc-a2d3-906acdf6aa4a + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/d791f1d5-dc37-4c4f-93d7-8af7989c1049 method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 762 - body: "{\"region\":\"fr-par\", \"id\":\"854794fd-a48f-4acc-a2d3-906acdf6aa4a\", \"cluster_id\":\"d791f1d5-dc37-4c4f-93d7-8af7989c1049\", \"created_at\":\"2025-10-30T16:18:45.058907Z\", \"updated_at\":\"2025-10-30T16:25:03.214329Z\", \"name\":\"test-pool-zone\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"zone\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"f7133f1e-2498-4f60-a705-67938d64c8d7\"}" + content_length: 1627 + body: "{\"region\":\"fr-par\", \"id\":\"d791f1d5-dc37-4c4f-93d7-8af7989c1049\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:39.505931Z\", \"updated_at\":\"2025-10-30T16:20:16.582942Z\", \"type\":\"kapsule\", \"name\":\"test-pool-zone\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"zone\"], \"cluster_url\":\"https://d791f1d5-dc37-4c4f-93d7-8af7989c1049.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.d791f1d5-dc37-4c4f-93d7-8af7989c1049.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"27ac07db-b4f0-46c0-b33c-fda26a546295\", \"commitment_ends_at\":\"2025-10-30T16:18:39.505941Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"1fa4e0ee-4dd6-419e-9825-9684ada716ba\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" headers: Content-Length: - - "762" + - "1627" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:28:22 GMT + - Thu, 30 Oct 2025 16:25:02 GMT Server: - Scaleway API Gateway (fr-par-3;edge03) X-Request-Id: - - 481dddb7-faf2-417c-966c-2b915d35d1a8 + - cdcf8b9b-794f-4df6-9120-545166ed79b8 status: 200 OK code: 200 - duration: 92.647383ms -- id: 144 + duration: 51.682068ms +- id: 21 request: proto: HTTP/1.1 proto_major: 1 @@ -4680,23 +726,23 @@ interactions: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 762 - body: "{\"region\":\"fr-par\", \"id\":\"854794fd-a48f-4acc-a2d3-906acdf6aa4a\", \"cluster_id\":\"d791f1d5-dc37-4c4f-93d7-8af7989c1049\", \"created_at\":\"2025-10-30T16:18:45.058907Z\", \"updated_at\":\"2025-10-30T16:25:03.214329Z\", \"name\":\"test-pool-zone\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"zone\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"f7133f1e-2498-4f60-a705-67938d64c8d7\"}" + content_length: 759 + body: "{\"region\":\"fr-par\", \"id\":\"854794fd-a48f-4acc-a2d3-906acdf6aa4a\", \"cluster_id\":\"d791f1d5-dc37-4c4f-93d7-8af7989c1049\", \"created_at\":\"2025-10-30T16:18:45.058907Z\", \"updated_at\":\"2025-10-30T16:25:00.321561Z\", \"name\":\"test-pool-zone\", \"status\":\"ready\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"zone\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"f7133f1e-2498-4f60-a705-67938d64c8d7\"}" headers: Content-Length: - - "762" + - "759" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:28:27 GMT + - Thu, 30 Oct 2025 16:25:02 GMT Server: - Scaleway API Gateway (fr-par-3;edge03) X-Request-Id: - - f34229e5-5469-405d-89e7-e437640f905b + - 69cc5d1b-cfa2-486b-8f7c-fd8a464178c2 status: 200 OK code: 200 - duration: 97.474342ms -- id: 145 + duration: 31.431341ms +- id: 22 request: proto: HTTP/1.1 proto_major: 1 @@ -4706,29 +752,29 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/854794fd-a48f-4acc-a2d3-906acdf6aa4a + url: https://api.scaleway.com/vpc/v2/regions/fr-par/vpcs/292d9618-7ef0-4404-9408-efd679d9baeb method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 762 - body: "{\"region\":\"fr-par\", \"id\":\"854794fd-a48f-4acc-a2d3-906acdf6aa4a\", \"cluster_id\":\"d791f1d5-dc37-4c4f-93d7-8af7989c1049\", \"created_at\":\"2025-10-30T16:18:45.058907Z\", \"updated_at\":\"2025-10-30T16:25:03.214329Z\", \"name\":\"test-pool-zone\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"zone\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"f7133f1e-2498-4f60-a705-67938d64c8d7\"}" + content_length: 427 + body: "{\"id\":\"292d9618-7ef0-4404-9408-efd679d9baeb\", \"name\":\"testAccCheckK8SPoolConfigZone\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:38.597202Z\", \"updated_at\":\"2025-10-30T16:18:38.597202Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_default\":false, \"private_network_count\":1, \"routing_enabled\":true, \"custom_routes_propagation_enabled\":true, \"region\":\"fr-par\"}" headers: Content-Length: - - "762" + - "427" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:28:32 GMT + - Thu, 30 Oct 2025 16:25:02 GMT Server: - Scaleway API Gateway (fr-par-3;edge03) X-Request-Id: - - 87a0a89f-d281-46de-b9c1-778736eca78c + - 51ec250a-6387-4253-95bb-bf569926f38c status: 200 OK code: 200 - duration: 74.870088ms -- id: 146 + duration: 25.793049ms +- id: 23 request: proto: HTTP/1.1 proto_major: 1 @@ -4738,29 +784,29 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/854794fd-a48f-4acc-a2d3-906acdf6aa4a + url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks/27ac07db-b4f0-46c0-b33c-fda26a546295 method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 762 - body: "{\"region\":\"fr-par\", \"id\":\"854794fd-a48f-4acc-a2d3-906acdf6aa4a\", \"cluster_id\":\"d791f1d5-dc37-4c4f-93d7-8af7989c1049\", \"created_at\":\"2025-10-30T16:18:45.058907Z\", \"updated_at\":\"2025-10-30T16:25:03.214329Z\", \"name\":\"test-pool-zone\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"zone\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"f7133f1e-2498-4f60-a705-67938d64c8d7\"}" + content_length: 1084 + body: "{\"id\":\"27ac07db-b4f0-46c0-b33c-fda26a546295\", \"name\":\"test-pool-zone\", \"tags\":[], \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:38.685380Z\", \"updated_at\":\"2025-10-30T16:18:38.685380Z\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"subnets\":[{\"id\":\"33a3e721-7289-4305-975f-e325f5fa6a82\", \"created_at\":\"2025-10-30T16:18:38.685380Z\", \"updated_at\":\"2025-10-30T16:18:38.685380Z\", \"subnet\":\"172.18.56.0/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"27ac07db-b4f0-46c0-b33c-fda26a546295\", \"vpc_id\":\"292d9618-7ef0-4404-9408-efd679d9baeb\"}, {\"id\":\"b450b883-5f61-4703-856e-3bed5e617812\", \"created_at\":\"2025-10-30T16:18:38.685380Z\", \"updated_at\":\"2025-10-30T16:18:38.685380Z\", \"subnet\":\"fd5f:519c:6d46:f63d::/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"private_network_id\":\"27ac07db-b4f0-46c0-b33c-fda26a546295\", \"vpc_id\":\"292d9618-7ef0-4404-9408-efd679d9baeb\"}], \"vpc_id\":\"292d9618-7ef0-4404-9408-efd679d9baeb\", \"dhcp_enabled\":true, \"default_route_propagation_enabled\":false, \"region\":\"fr-par\"}" headers: Content-Length: - - "762" + - "1084" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:28:37 GMT + - Thu, 30 Oct 2025 16:25:02 GMT Server: - Scaleway API Gateway (fr-par-3;edge03) X-Request-Id: - - c3bada3e-2402-4657-a3d1-e12e55944515 + - 4ad71600-c264-4d05-8598-7af0094007fa status: 200 OK code: 200 - duration: 83.699929ms -- id: 147 + duration: 24.713794ms +- id: 24 request: proto: HTTP/1.1 proto_major: 1 @@ -4770,29 +816,29 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/854794fd-a48f-4acc-a2d3-906acdf6aa4a + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/d791f1d5-dc37-4c4f-93d7-8af7989c1049 method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 762 - body: "{\"region\":\"fr-par\", \"id\":\"854794fd-a48f-4acc-a2d3-906acdf6aa4a\", \"cluster_id\":\"d791f1d5-dc37-4c4f-93d7-8af7989c1049\", \"created_at\":\"2025-10-30T16:18:45.058907Z\", \"updated_at\":\"2025-10-30T16:25:03.214329Z\", \"name\":\"test-pool-zone\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"zone\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"f7133f1e-2498-4f60-a705-67938d64c8d7\"}" + content_length: 1627 + body: "{\"region\":\"fr-par\", \"id\":\"d791f1d5-dc37-4c4f-93d7-8af7989c1049\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:39.505931Z\", \"updated_at\":\"2025-10-30T16:20:16.582942Z\", \"type\":\"kapsule\", \"name\":\"test-pool-zone\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"zone\"], \"cluster_url\":\"https://d791f1d5-dc37-4c4f-93d7-8af7989c1049.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.d791f1d5-dc37-4c4f-93d7-8af7989c1049.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"27ac07db-b4f0-46c0-b33c-fda26a546295\", \"commitment_ends_at\":\"2025-10-30T16:18:39.505941Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"1fa4e0ee-4dd6-419e-9825-9684ada716ba\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" headers: Content-Length: - - "762" + - "1627" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:28:42 GMT + - Thu, 30 Oct 2025 16:25:02 GMT Server: - Scaleway API Gateway (fr-par-3;edge03) X-Request-Id: - - 0fa604fa-6736-4eed-8a0d-622bc612a46f + - acb1e933-dd61-48d5-b8ac-8184a8732a37 status: 200 OK code: 200 - duration: 98.184996ms -- id: 148 + duration: 22.028393ms +- id: 25 request: proto: HTTP/1.1 proto_major: 1 @@ -4802,29 +848,29 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/854794fd-a48f-4acc-a2d3-906acdf6aa4a + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/d791f1d5-dc37-4c4f-93d7-8af7989c1049/kubeconfig method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 762 - body: "{\"region\":\"fr-par\", \"id\":\"854794fd-a48f-4acc-a2d3-906acdf6aa4a\", \"cluster_id\":\"d791f1d5-dc37-4c4f-93d7-8af7989c1049\", \"created_at\":\"2025-10-30T16:18:45.058907Z\", \"updated_at\":\"2025-10-30T16:25:03.214329Z\", \"name\":\"test-pool-zone\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"zone\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"f7133f1e-2498-4f60-a705-67938d64c8d7\"}" + content_length: 1650 + body: "{\"name\":\"kubeconfig\", \"content_type\":\"application/octet-stream\", \"content\":\"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogInRlc3QtcG9vbC16b25lIgogIGNsdXN0ZXI6CiAgICBjZXJ0aWZpY2F0ZS1hdXRob3JpdHktZGF0YTogTFMwdExTMUNSVWRKVGlCRFJWSlVTVVpKUTBGVVJTMHRMUzB0Q2sxSlNVSlhha05EUVZGSFowRjNTVUpCWjBsQ1FVUkJTMEpuWjNGb2EycFBVRkZSUkVGcVFWWk5VazEzUlZGWlJGWlJVVVJGZDNCeVpGZEtiR050Tld3S1pFZFdlazFDTkZoRVZFa3hUVlJCZVU5VVJUSk5WR2Q2VDFadldFUlVUVEZOVkVGNVQxUkZNazFVWjNwUFZtOTNSbFJGVkUxQ1JVZEJNVlZGUVhoTlN3cGhNMVpwV2xoS2RWcFlVbXhqZWtKYVRVSk5SMEo1Y1VkVFRUUTVRV2RGUjBORGNVZFRUVFE1UVhkRlNFRXdTVUZDUVdaM1FVVlBjV05XZFRGTGFucExDbTl3WTFBNU5GRjFaVFZRS3pkeVV5OTZRMHhqYVhkaVowUjNOVzlOV1hVcmQxWjZjbXRvZFRWT2ExUjNiMG93Y0hoM2RXTjVObHBJTW5kV1dFcHlZWFVLYnpORFNIVmtSMnBSYWtKQlRVRTBSMEV4VldSRWQwVkNMM2RSUlVGM1NVTndSRUZRUW1kT1ZraFNUVUpCWmpoRlFsUkJSRUZSU0M5TlFqQkhRVEZWWkFwRVoxRlhRa0pUUVhKcmQwbDNibTFpYUM5elprdE5Oa1JLTDFRd01WQlNTRVY2UVV0Q1oyZHhhR3RxVDFCUlVVUkJaMDVJUVVSQ1JVRnBRak5qVkVaT0NuZHFiemRNVW5CVVRHTTBSVE5yTmxWR2MxWnZNM0V3YWtKcU9YSnlOWHBwVEVSeVR6TlJTV2REVDBaNlEySTBTaTlHYTBWb1VVZDRORFZJY3pkR09EVUtabVJ2ZURKRGNIQmxUVU5WV21wb1RtSjNiejBLTFMwdExTMUZUa1FnUTBWU1ZFbEdTVU5CVkVVdExTMHRMUW89CiAgICBzZXJ2ZXI6IGh0dHBzOi8vZDc5MWYxZDUtZGMzNy00YzRmLTkzZDctOGFmNzk4OWMxMDQ5LmFwaS5rOHMuZnItcGFyLnNjdy5jbG91ZDo2NDQzCmNvbnRleHRzOgotIG5hbWU6IGFkbWluQHRlc3QtcG9vbC16b25lCiAgY29udGV4dDoKICAgIGNsdXN0ZXI6ICJ0ZXN0LXBvb2wtem9uZSIKICAgIHVzZXI6IHRlc3QtcG9vbC16b25lLWFkbWluCmN1cnJlbnQtY29udGV4dDogYWRtaW5AdGVzdC1wb29sLXpvbmUKa2luZDogQ29uZmlnCnByZWZlcmVuY2VzOiB7fQp1c2VyczoKLSBuYW1lOiB0ZXN0LXBvb2wtem9uZS1hZG1pbgogIHVzZXI6CiAgICB0b2tlbjogcjNpYncxbmtGa25idFNlMlZjUnNsZ0V4VGZpaVozbGZJNkk0U1l2NUlEaExYckVSYzlzWFBsRlU=\"}" headers: Content-Length: - - "762" + - "1650" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:28:47 GMT + - Thu, 30 Oct 2025 16:25:02 GMT Server: - Scaleway API Gateway (fr-par-3;edge03) X-Request-Id: - - 39c0bd2f-a71d-4689-a14f-fa4ada1376a1 + - 0666fc70-c03f-4096-9d49-44f6adccbb6b status: 200 OK code: 200 - duration: 105.405598ms -- id: 149 + duration: 95.795431ms +- id: 26 request: proto: HTTP/1.1 proto_major: 1 @@ -4840,55 +886,64 @@ interactions: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 762 - body: "{\"region\":\"fr-par\", \"id\":\"854794fd-a48f-4acc-a2d3-906acdf6aa4a\", \"cluster_id\":\"d791f1d5-dc37-4c4f-93d7-8af7989c1049\", \"created_at\":\"2025-10-30T16:18:45.058907Z\", \"updated_at\":\"2025-10-30T16:25:03.214329Z\", \"name\":\"test-pool-zone\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"zone\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"f7133f1e-2498-4f60-a705-67938d64c8d7\"}" + content_length: 759 + body: "{\"region\":\"fr-par\", \"id\":\"854794fd-a48f-4acc-a2d3-906acdf6aa4a\", \"cluster_id\":\"d791f1d5-dc37-4c4f-93d7-8af7989c1049\", \"created_at\":\"2025-10-30T16:18:45.058907Z\", \"updated_at\":\"2025-10-30T16:25:00.321561Z\", \"name\":\"test-pool-zone\", \"status\":\"ready\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"zone\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"f7133f1e-2498-4f60-a705-67938d64c8d7\"}" headers: Content-Length: - - "762" + - "759" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:28:52 GMT + - Thu, 30 Oct 2025 16:25:02 GMT Server: - Scaleway API Gateway (fr-par-3;edge03) X-Request-Id: - - 83cb8271-b58b-42d7-a29e-37eaedca3cdd + - f3055e98-523d-4644-987d-3dd5568bfee9 status: 200 OK code: 200 - duration: 83.751817ms -- id: 150 + duration: 23.270815ms +- id: 27 request: proto: HTTP/1.1 proto_major: 1 proto_minor: 1 content_length: 0 host: api.scaleway.com + form: + order_by: + - created_at_asc + page: + - "1" + pool_id: + - 854794fd-a48f-4acc-a2d3-906acdf6aa4a + status: + - unknown headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/854794fd-a48f-4acc-a2d3-906acdf6aa4a + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/d791f1d5-dc37-4c4f-93d7-8af7989c1049/nodes?order_by=created_at_asc&page=1&pool_id=854794fd-a48f-4acc-a2d3-906acdf6aa4a&status=unknown method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 762 - body: "{\"region\":\"fr-par\", \"id\":\"854794fd-a48f-4acc-a2d3-906acdf6aa4a\", \"cluster_id\":\"d791f1d5-dc37-4c4f-93d7-8af7989c1049\", \"created_at\":\"2025-10-30T16:18:45.058907Z\", \"updated_at\":\"2025-10-30T16:25:03.214329Z\", \"name\":\"test-pool-zone\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"zone\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"f7133f1e-2498-4f60-a705-67938d64c8d7\"}" + content_length: 620 + body: "{\"total_count\":1, \"nodes\":[{\"region\":\"fr-par\", \"id\":\"0bce5ac7-df73-41bc-9fc3-7d34bb1d1fd6\", \"cluster_id\":\"d791f1d5-dc37-4c4f-93d7-8af7989c1049\", \"created_at\":\"2025-10-30T16:24:01.851586Z\", \"updated_at\":\"2025-10-30T16:25:00.308344Z\", \"pool_id\":\"854794fd-a48f-4acc-a2d3-906acdf6aa4a\", \"status\":\"ready\", \"conditions\":{\"DiskPressure\":\"False\", \"MemoryPressure\":\"False\", \"PIDPressure\":\"False\", \"Ready\":\"True\"}, \"name\":\"scw-test-pool-zone-test-pool-zone-0bce5ac7df73\", \"public_ip_v4\":\"51.159.173.252\", \"public_ip_v6\":null, \"provider_id\":\"scaleway://instance/fr-par-2/26105214-77b0-4ba3-b555-cda300203d9a\", \"error_message\":\"\"}]}" headers: Content-Length: - - "762" + - "620" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:28:57 GMT + - Thu, 30 Oct 2025 16:25:02 GMT Server: - Scaleway API Gateway (fr-par-3;edge03) X-Request-Id: - - b75e200b-1626-4dc9-95b7-dc90bb1c69b8 + - e023227c-7d10-4bd3-8d5e-dcf16b0de402 status: 200 OK code: 200 - duration: 76.955031ms -- id: 151 + duration: 31.511271ms +- id: 28 request: proto: HTTP/1.1 proto_major: 1 @@ -4898,61 +953,70 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/854794fd-a48f-4acc-a2d3-906acdf6aa4a + url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/d791f1d5-dc37-4c4f-93d7-8af7989c1049 method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 762 - body: "{\"region\":\"fr-par\", \"id\":\"854794fd-a48f-4acc-a2d3-906acdf6aa4a\", \"cluster_id\":\"d791f1d5-dc37-4c4f-93d7-8af7989c1049\", \"created_at\":\"2025-10-30T16:18:45.058907Z\", \"updated_at\":\"2025-10-30T16:25:03.214329Z\", \"name\":\"test-pool-zone\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"zone\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"f7133f1e-2498-4f60-a705-67938d64c8d7\"}" + content_length: 1627 + body: "{\"region\":\"fr-par\", \"id\":\"d791f1d5-dc37-4c4f-93d7-8af7989c1049\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:39.505931Z\", \"updated_at\":\"2025-10-30T16:20:16.582942Z\", \"type\":\"kapsule\", \"name\":\"test-pool-zone\", \"description\":\"\", \"status\":\"ready\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"zone\"], \"cluster_url\":\"https://d791f1d5-dc37-4c4f-93d7-8af7989c1049.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.d791f1d5-dc37-4c4f-93d7-8af7989c1049.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"27ac07db-b4f0-46c0-b33c-fda26a546295\", \"commitment_ends_at\":\"2025-10-30T16:18:39.505941Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"1fa4e0ee-4dd6-419e-9825-9684ada716ba\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" headers: Content-Length: - - "762" + - "1627" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:29:03 GMT + - Thu, 30 Oct 2025 16:25:02 GMT Server: - Scaleway API Gateway (fr-par-3;edge03) X-Request-Id: - - c21eb9ab-0db3-41b6-a533-e4e521e35c93 + - 957fd3c0-a217-4a2a-ae19-ebb7b25c1e73 status: 200 OK code: 200 - duration: 105.847396ms -- id: 152 + duration: 20.510385ms +- id: 29 request: proto: HTTP/1.1 proto_major: 1 proto_minor: 1 content_length: 0 host: api.scaleway.com + form: + order_by: + - created_at_desc + project_id: + - 105bdce1-64c0-48ab-899d-868455867ecf + resource_name: + - scw-test-pool-zone-test-pool-zone-0bce5ac7df73 + resource_type: + - unknown_type headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/854794fd-a48f-4acc-a2d3-906acdf6aa4a + url: https://api.scaleway.com/ipam/v1/regions/fr-par/ips?order_by=created_at_desc&project_id=105bdce1-64c0-48ab-899d-868455867ecf&resource_name=scw-test-pool-zone-test-pool-zone-0bce5ac7df73&resource_type=unknown_type method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 762 - body: "{\"region\":\"fr-par\", \"id\":\"854794fd-a48f-4acc-a2d3-906acdf6aa4a\", \"cluster_id\":\"d791f1d5-dc37-4c4f-93d7-8af7989c1049\", \"created_at\":\"2025-10-30T16:18:45.058907Z\", \"updated_at\":\"2025-10-30T16:25:03.214329Z\", \"name\":\"test-pool-zone\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"node_type\":\"pro2_xxs\", \"autoscaling\":true, \"size\":1, \"min_size\":1, \"max_size\":1, \"container_runtime\":\"containerd\", \"autohealing\":true, \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"zone\"], \"placement_group_id\":null, \"kubelet_args\":{}, \"upgrade_policy\":{\"max_unavailable\":1, \"max_surge\":0}, \"zone\":\"fr-par-2\", \"root_volume_type\":\"sbs_5k\", \"root_volume_size\":20000000000, \"public_ip_disabled\":false, \"new_images_enabled\":true, \"security_group_id\":\"f7133f1e-2498-4f60-a705-67938d64c8d7\"}" + content_length: 1122 + body: "{\"total_count\":2, \"ips\":[{\"id\":\"2bb2f1b5-10a7-4053-8335-e4b5a2276916\", \"address\":\"fd5f:519c:6d46:f63d:a663:f01c:6ca6:8321/64\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":true, \"created_at\":\"2025-10-30T16:24:05.050137Z\", \"updated_at\":\"2025-10-30T16:24:05.050137Z\", \"source\":{\"subnet_id\":\"b450b883-5f61-4703-856e-3bed5e617812\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"4e408267-7d6c-44e7-847a-7c10a3f17a9e\", \"mac_address\":\"02:00:00:2A:15:86\", \"name\":\"scw-test-pool-zone-test-pool-zone-0bce5ac7df73\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}, {\"id\":\"87c7c36d-97a9-4607-a211-0b1d7d22d646\", \"address\":\"172.18.56.3/22\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"is_ipv6\":false, \"created_at\":\"2025-10-30T16:24:04.940610Z\", \"updated_at\":\"2025-10-30T16:24:04.940610Z\", \"source\":{\"subnet_id\":\"33a3e721-7289-4305-975f-e325f5fa6a82\"}, \"resource\":{\"type\":\"instance_private_nic\", \"id\":\"4e408267-7d6c-44e7-847a-7c10a3f17a9e\", \"mac_address\":\"02:00:00:2A:15:86\", \"name\":\"scw-test-pool-zone-test-pool-zone-0bce5ac7df73\"}, \"tags\":[], \"reverses\":[], \"region\":\"fr-par\", \"zone\":null}]}" headers: Content-Length: - - "762" + - "1122" Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:29:08 GMT + - Thu, 30 Oct 2025 16:25:02 GMT Server: - Scaleway API Gateway (fr-par-3;edge03) X-Request-Id: - - a81f083a-fd15-47d6-975a-39483ae33186 + - 2e78af9d-9461-4880-aaa5-aaef50ef95b6 status: 200 OK code: 200 - duration: 122.742716ms -- id: 153 + duration: 31.424588ms +- id: 30 request: proto: HTTP/1.1 proto_major: 1 @@ -4963,7 +1027,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests url: https://api.scaleway.com/k8s/v1/regions/fr-par/pools/854794fd-a48f-4acc-a2d3-906acdf6aa4a - method: GET + method: DELETE response: proto: HTTP/2.0 proto_major: 2 @@ -4976,15 +1040,15 @@ interactions: Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:29:13 GMT + - Thu, 30 Oct 2025 16:25:03 GMT Server: - Scaleway API Gateway (fr-par-3;edge03) X-Request-Id: - - 8bdd3a16-83b9-4837-b272-ad8f597a28fe + - b14f9e33-579a-4b5b-b30f-0161cfeabbb3 status: 200 OK code: 200 - duration: 85.869351ms -- id: 154 + duration: 55.30077ms +- id: 31 request: proto: HTTP/1.1 proto_major: 1 @@ -5008,15 +1072,15 @@ interactions: Content-Type: - application/json Date: - - Thu, 30 Oct 2025 16:29:18 GMT + - Thu, 30 Oct 2025 16:25:03 GMT Server: - Scaleway API Gateway (fr-par-3;edge03) X-Request-Id: - - d4def252-2d07-4497-836d-b13660a4cab1 + - d7581160-16dc-43d2-a698-0056c07d148c status: 200 OK code: 200 - duration: 85.353594ms -- id: 155 + duration: 88.148249ms +- id: 32 request: proto: HTTP/1.1 proto_major: 1 @@ -5048,7 +1112,7 @@ interactions: status: 404 Not Found code: 404 duration: 23.988652ms -- id: 156 +- id: 33 request: proto: HTTP/1.1 proto_major: 1 @@ -5083,7 +1147,7 @@ interactions: status: 200 OK code: 200 duration: 146.428099ms -- id: 157 +- id: 34 request: proto: HTTP/1.1 proto_major: 1 @@ -5115,71 +1179,7 @@ interactions: status: 200 OK code: 200 duration: 78.373112ms -- id: 158 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/d791f1d5-dc37-4c4f-93d7-8af7989c1049 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1630 - body: "{\"region\":\"fr-par\", \"id\":\"d791f1d5-dc37-4c4f-93d7-8af7989c1049\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:39.505931Z\", \"updated_at\":\"2025-10-30T16:29:23.512376Z\", \"type\":\"kapsule\", \"name\":\"test-pool-zone\", \"description\":\"\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"zone\"], \"cluster_url\":\"https://d791f1d5-dc37-4c4f-93d7-8af7989c1049.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.d791f1d5-dc37-4c4f-93d7-8af7989c1049.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"27ac07db-b4f0-46c0-b33c-fda26a546295\", \"commitment_ends_at\":\"2025-10-30T16:18:39.505941Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"1fa4e0ee-4dd6-419e-9825-9684ada716ba\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1630" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:29:28 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - e62a106b-8fc2-4832-ab3b-843870570882 - status: 200 OK - code: 200 - duration: 93.944587ms -- id: 159 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - host: api.scaleway.com - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/d791f1d5-dc37-4c4f-93d7-8af7989c1049 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: 1630 - body: "{\"region\":\"fr-par\", \"id\":\"d791f1d5-dc37-4c4f-93d7-8af7989c1049\", \"organization_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"project_id\":\"105bdce1-64c0-48ab-899d-868455867ecf\", \"created_at\":\"2025-10-30T16:18:39.505931Z\", \"updated_at\":\"2025-10-30T16:29:23.512376Z\", \"type\":\"kapsule\", \"name\":\"test-pool-zone\", \"description\":\"\", \"status\":\"deleting\", \"version\":\"1.34.1\", \"cni\":\"cilium\", \"tags\":[\"terraform-test\", \"scaleway_k8s_cluster\", \"zone\"], \"cluster_url\":\"https://d791f1d5-dc37-4c4f-93d7-8af7989c1049.api.k8s.fr-par.scw.cloud:6443\", \"dns_wildcard\":\"*.d791f1d5-dc37-4c4f-93d7-8af7989c1049.nodes.k8s.fr-par.scw.cloud\", \"autoscaler_config\":{\"scale_down_disabled\":false, \"scale_down_delay_after_add\":\"10m\", \"estimator\":\"binpacking\", \"expander\":\"random\", \"ignore_daemonsets_utilization\":false, \"balance_similar_node_groups\":false, \"expendable_pods_priority_cutoff\":0, \"scale_down_unneeded_time\":\"10m\", \"scale_down_utilization_threshold\":0.5, \"max_graceful_termination_sec\":0}, \"auto_upgrade\":{\"enabled\":false, \"maintenance_window\":{\"start_hour\":0, \"day\":\"any\"}}, \"upgrade_available\":false, \"feature_gates\":[], \"admission_plugins\":[], \"open_id_connect_config\":{\"issuer_url\":\"\", \"client_id\":\"\", \"username_claim\":\"\", \"username_prefix\":\"\", \"groups_claim\":[], \"groups_prefix\":\"\", \"required_claim\":[]}, \"apiserver_cert_sans\":[], \"private_network_id\":\"27ac07db-b4f0-46c0-b33c-fda26a546295\", \"commitment_ends_at\":\"2025-10-30T16:18:39.505941Z\", \"acl_available\":true, \"iam_nodes_group_id\":\"1fa4e0ee-4dd6-419e-9825-9684ada716ba\", \"new_images_enabled\":true, \"pod_cidr\":\"100.64.0.0/15\", \"service_cidr\":\"10.32.0.0/20\", \"service_dns_ip\":\"10.32.0.10\"}" - headers: - Content-Length: - - "1630" - Content-Type: - - application/json - Date: - - Thu, 30 Oct 2025 16:29:33 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge03) - X-Request-Id: - - 39baca2b-52bc-4e86-a2a4-35352fbbb22f - status: 200 OK - code: 200 - duration: 91.635434ms -- id: 160 +- id: 35 request: proto: HTTP/1.1 proto_major: 1 @@ -5211,7 +1211,7 @@ interactions: status: 404 Not Found code: 404 duration: 25.673484ms -- id: 161 +- id: 36 request: proto: HTTP/1.1 proto_major: 1 @@ -5241,7 +1241,7 @@ interactions: status: 204 No Content code: 204 duration: 1.150514489s -- id: 162 +- id: 37 request: proto: HTTP/1.1 proto_major: 1 @@ -5271,7 +1271,7 @@ interactions: status: 204 No Content code: 204 duration: 138.276551ms -- id: 163 +- id: 38 request: proto: HTTP/1.1 proto_major: 1 @@ -5303,7 +1303,7 @@ interactions: status: 404 Not Found code: 404 duration: 23.860882ms -- id: 164 +- id: 39 request: proto: HTTP/1.1 proto_major: 1 @@ -5335,7 +1335,7 @@ interactions: status: 404 Not Found code: 404 duration: 32.289482ms -- id: 165 +- id: 40 request: proto: HTTP/1.1 proto_major: 1